gsasl-1.8.0/0000775000000000000000000000000011760732127007610 500000000000000gsasl-1.8.0/doc/0000775000000000000000000000000011760732127010355 500000000000000gsasl-1.8.0/doc/gsasl-callback-password.texi0000664000000000000000000000144611746471770015710 00000000000000@deftypefn Prototype int (*Gsasl_client_callback_password) (Gsasl_session_ctx * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output array with password. @var{outlen}: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with password of user and set the output array length, and return @code{GSASL_OK}, or fail with an error code. The password must be encoded in UTF-8, but need not be normalized in any way. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn gsasl-1.8.0/doc/gsasl-api-error-labels.texi0000664000000000000000000001677411760731232015452 00000000000000@c This file is automatically generated. DO NOT EDIT! @c Instead, edit print-errors.c and re-run. @item @code{GSASL_OK} Libgsasl success @item @code{GSASL_NEEDS_MORE} SASL mechanism needs more data @item @code{GSASL_UNKNOWN_MECHANISM} Unknown SASL mechanism @item @code{GSASL_MECHANISM_CALLED_TOO_MANY_TIMES} SASL mechanism called too many times @item @code{GSASL_TOO_SMALL_BUFFER} SASL function needs larger buffer (internal error) @item @code{GSASL_FOPEN_ERROR} Could not open file in SASL library @item @code{GSASL_FCLOSE_ERROR} Could not close file in SASL library @item @code{GSASL_MALLOC_ERROR} Memory allocation error in SASL library @item @code{GSASL_BASE64_ERROR} Base 64 coding error in SASL library @item @code{GSASL_CRYPTO_ERROR} Low-level crypto error in SASL library @item @code{GSASL_NEED_CLIENT_ANONYMOUS_CALLBACK} SASL mechanism needs gsasl_client_callback_anonymous() callback (application error) @item @code{GSASL_NEED_CLIENT_PASSWORD_CALLBACK} SASL mechanism needs gsasl_client_callback_password() callback (application error) @item @code{GSASL_NEED_CLIENT_PASSCODE_CALLBACK} SASL mechanism needs gsasl_client_callback_passcode() callback (application error) @item @code{GSASL_NEED_CLIENT_PIN_CALLBACK} SASL mechanism needs gsasl_client_callback_pin() callback (application error) @item @code{GSASL_NEED_CLIENT_AUTHORIZATION_ID_CALLBACK} SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error) @item @code{GSASL_NEED_CLIENT_AUTHENTICATION_ID_CALLBACK} SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error) @item @code{GSASL_NEED_CLIENT_SERVICE_CALLBACK} SASL mechanism needs gsasl_client_callback_service() callback (application error) @item @code{GSASL_NEED_SERVER_VALIDATE_CALLBACK} SASL mechanism needs gsasl_server_callback_validate() callback (application error) @item @code{GSASL_NEED_SERVER_CRAM_MD5_CALLBACK} SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error) @item @code{GSASL_NEED_SERVER_DIGEST_MD5_CALLBACK} SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error) @item @code{GSASL_NEED_SERVER_EXTERNAL_CALLBACK} SASL mechanism needs gsasl_server_callback_external() callback (application error) @item @code{GSASL_NEED_SERVER_ANONYMOUS_CALLBACK} SASL mechanism needs gsasl_server_callback_anonymous() callback (application error) @item @code{GSASL_NEED_SERVER_REALM_CALLBACK} SASL mechanism needs gsasl_server_callback_realm() callback (application error) @item @code{GSASL_NEED_SERVER_SECURID_CALLBACK} SASL mechanism needs gsasl_server_callback_securid() callback (application error) @item @code{GSASL_NEED_SERVER_SERVICE_CALLBACK} SASL mechanism needs gsasl_server_callback_service() callback (application error) @item @code{GSASL_NEED_SERVER_GSSAPI_CALLBACK} SASL mechanism needs gsasl_server_callback_gssapi() callback (application error) @item @code{GSASL_NEED_SERVER_RETRIEVE_CALLBACK} SASL mechanism needs gsasl_server_callback_retrieve() callback (application error) @item @code{GSASL_UNICODE_NORMALIZATION_ERROR} Failed to perform Unicode Normalization on string. @item @code{GSASL_SASLPREP_ERROR} Could not prepare internationalized (non-ASCII) string. @item @code{GSASL_MECHANISM_PARSE_ERROR} SASL mechanism could not parse input @item @code{GSASL_AUTHENTICATION_ERROR} Error authenticating user @item @code{GSASL_CANNOT_GET_CTX} Cannot get internal library handle (library error) @item @code{GSASL_INTEGRITY_ERROR} Integrity error in application payload @item @code{GSASL_NO_MORE_REALMS} No more realms available (non-fatal) @item @code{GSASL_NO_CLIENT_CODE} Client-side functionality not available in library (application error) @item @code{GSASL_NO_SERVER_CODE} Server-side functionality not available in library (application error) @item @code{GSASL_GSSAPI_RELEASE_BUFFER_ERROR} GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error. @item @code{GSASL_GSSAPI_IMPORT_NAME_ERROR} GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames. @item @code{GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR} GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions. @item @code{GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR} GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions. @item @code{GSASL_GSSAPI_UNWRAP_ERROR} GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption. @item @code{GSASL_GSSAPI_WRAP_ERROR} GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library. @item @code{GSASL_GSSAPI_ACQUIRE_CRED_ERROR} GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server. @item @code{GSASL_GSSAPI_DISPLAY_NAME_ERROR} GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data. @item @code{GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR} Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented. @item @code{GSASL_KERBEROS_V5_INIT_ERROR} Kerberos V5 initialization failure. @item @code{GSASL_KERBEROS_V5_INTERNAL_ERROR} Kerberos V5 internal error. @item @code{GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE} SecurID needs additional passcode. @item @code{GSASL_SECURID_SERVER_NEED_NEW_PIN} SecurID needs new pin. @item @code{GSASL_INVALID_HANDLE} The provided library handle was invalid (application error) @item @code{GSASL_NO_CALLBACK} No callback specified by caller (application error). @item @code{GSASL_NO_ANONYMOUS_TOKEN} Authentication failed because the anonymous token was not provided. @item @code{GSASL_NO_AUTHID} Authentication failed because the authentication identity was not provided. @item @code{GSASL_NO_AUTHZID} Authentication failed because the authorization identity was not provided. @item @code{GSASL_NO_PASSWORD} Authentication failed because the password was not provided. @item @code{GSASL_NO_PASSCODE} Authentication failed because the passcode was not provided. @item @code{GSASL_NO_PIN} Authentication failed because the pin code was not provided. @item @code{GSASL_NO_SERVICE} Authentication failed because the service name was not provided. @item @code{GSASL_NO_HOSTNAME} Authentication failed because the host name was not provided. @item @code{GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR} GSSAPI error encapsulating token. @item @code{GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR} GSSAPI error decapsulating token. @item @code{GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR} GSSAPI error getting OID for SASL mechanism name. @item @code{GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR} GSSAPI error testing for OID in OID set. @item @code{GSASL_GSSAPI_RELEASE_OID_SET_ERROR} GSSAPI error releasing OID set. @item @code{GSASL_NO_CB_TLS_UNIQUE} Authentication failed because a tls-unique CB was not provided. @item @code{GSASL_NO_SAML20_IDP_IDENTIFIER} Callback failed to provide SAML20 IdP identifier. @item @code{GSASL_NO_SAML20_REDIRECT_URL} Callback failed to provide SAML20 redirect URL. @item @code{GSASL_NO_OPENID20_REDIRECT_URL} Callback failed to provide OPENID20 redirect URL. gsasl-1.8.0/doc/gsasl-callback-gssapi.texi0000664000000000000000000000215511746471770015332 00000000000000@deftypefn Prototype int (*Gsasl_server_callback_gssapi) (Gsasl_session_ctx * @var{ctx}, char * @var{clientname}, char * @var{authentication_id}) @var{ctx}: libgsasl handle. @var{clientname}: input array with GSSAPI client name. @var{authentication_id}: input array with authentication identity. Type of callback function the application implements. It should return GSASL_OK if and only if the GSSAPI user is authorized to log on as the given authentication_id. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. This callback is usually implemented in the application as a call to krb5_kuserok(), such as: @example int callback_gssapi (Gsasl_session_ctx *ctx, char *clientname, char *authentication_id) @{ int rc = GSASL_AUTHENTICATION_ERROR; krb5_principal p; krb5_context kcontext; krb5_init_context (&kcontext); if (krb5_parse_name (kcontext, clientname, &p) != 0) return -1; if (krb5_kuserok (kcontext, p, authentication_id)) rc = GSASL_OK; krb5_free_principal (kcontext, p); return rc; @} @end example @end deftypefn gsasl-1.8.0/doc/gsasl.10000664000000000000000000001241311760731232011465 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. .TH GSASL "1" "May 2012" "gsasl 1.8.0" "User Commands" .SH NAME gsasl \- SASL library command line interface .SH SYNOPSIS .B gsasl [\fIOPTIONS\fR]... [\fIHOST \fR[\fIPORT\fR]]... .SH DESCRIPTION GNU SASL 1.8.0 .PP Authenticate user to a server using Simple Authentication and Security Layer. Currently IMAP and SMTP servers are supported. This is a command line interface for the GNU SASL library. .TP \fB\-h\fR, \fB\-\-help\fR Print help and exit .TP \fB\-V\fR, \fB\-\-version\fR Print version and exit .SS "Commands:" .TP \fB\-c\fR, \fB\-\-client\fR Act as client. (default=on) .TP \fB\-s\fR, \fB\-\-server\fR Act as server. (default=off) .TP \fB\-\-client\-mechanisms\fR Write name of supported client mechanisms separated by space to stdout. (default=off) .TP \fB\-\-server\-mechanisms\fR Write name of supported server mechanisms separated by space to stdout. (default=off) .SS "Network options:" .TP \fB\-\-connect\fR=\fIHOST[\fR:PORT] Connect to TCP server and negotiate on stream instead of stdin/stdout. PORT is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the \fB\-\-hostname\fR default. .SS "Generic options:" .TP \fB\-d\fR, \fB\-\-application\-data\fR After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication. .IP (default=on) .TP \fB\-\-imap\fR Use a IMAP\-like logon procedure (client only). Also sets the \fB\-\-service\fR default to 'imap'. (default=off) .TP \fB\-\-smtp\fR Use a SMTP\-like logon procedure (client only). Also sets the \fB\-\-service\fR default to 'smtp'. (default=off) .TP \fB\-m\fR, \fB\-\-mechanism\fR=\fISTRING\fR Mechanism to use. .TP \fB\-\-no\-client\-first\fR Disallow client to send data first (client only). (default=off) .SS "SASL mechanism options (they are prompted for when required):" .TP \fB\-n\fR, \fB\-\-anonymous\-token\fR=\fISTRING\fR Token for anonymous authentication, usually mail address (ANONYMOUS only). .TP \fB\-a\fR, \fB\-\-authentication\-id\fR=\fISTRING\fR Identity of credential owner. .HP \fB\-z\fR, \fB\-\-authorization\-id\fR=\fISTRING\fR Identity to request service for. .TP \fB\-p\fR, \fB\-\-password\fR=\fISTRING\fR Password for authentication (insecure for non\-testing purposes). .TP \fB\-r\fR, \fB\-\-realm\fR=\fISTRING\fR Realm. Defaults to hostname. .TP \fB\-x\fR, \fB\-\-maxbuf\fR=\fINUMBER\fR Indicate maximum buffer size (DIGEST\-MD5 only). .TP \fB\-\-passcode\fR=\fINUMBER\fR Passcode for authentication (SECURID only). .TP \fB\-\-service\fR=\fISTRING\fR Set the requested service name (should be a registered GSSAPI host based service name). .TP \fB\-\-hostname\fR=\fISTRING\fR Set the name of the server with the requested service. .TP \fB\-\-service\-name\fR=\fISTRING\fR Set the generic server name in case of a replicated server (DIGEST\-MD5 only). .TP \fB\-\-enable\-cram\-md5\-validate\fR Validate CRAM\-MD5 challenge and response .TP interactively. (default=off) .TP \fB\-\-disable\-cleartext\-validate\fR Disable cleartext validate hook, forcing server .TP to prompt for password. (default=off) .TP \fB\-\-quality\-of\-protection\fR=\fITYPE\fR How application payload will be protected. .IP \&'qop\-auth' means no protection, 'qop\-int' means integrity protection, 'qop\-conf' means integrity and confidentialiy protection. Currently only used by DIGEST\-MD5, where the default is 'qop\-int'. .SS "STARTTLS options:" .TP \fB\-\-starttls\fR Force use of STARTTLS. The default is to use STARTTLS when available. (default=off) .TP \fB\-\-no\-starttls\fR Unconditionally disable STARTTLS. (default=off) .TP \fB\-\-no\-cb\fR Don't use channel bindings from TLS. (default=off) .TP \fB\-\-x509\-ca\-file\fR=\fIFILE\fR File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done. .TP \fB\-\-x509\-cert\-file\fR=\fIFILE\fR File containing client X.509 certificate in PEM format. Used together with \fB\-\-x509\-key\-file\fR to specify the certificate/key pair. .TP \fB\-\-x509\-key\-file\fR=\fIFILE\fR Private key for the client X.509 certificate in PEM format. Used together with \fB\-\-x509\-key\-file\fR to specify the certificate/key pair. .TP \fB\-\-priority\fR=\fISTRING\fR Cipher priority string. .SS "Other options:" .TP \fB\-\-verbose\fR Produce verbose output. (default=off) .TP \fB\-\-quiet\fR Don't produce any diagnostic output. (default=off) .SH AUTHOR Written by Simon Josefsson. .SH "REPORTING BUGS" Report bugs to: bug\-gsasl@gnu.org .br GNU SASL home page: .br General help using GNU software: .SH COPYRIGHT Copyright \(co 2012 Simon Josefsson. License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/controlflow.png0000664000000000000000000005333011746471770013367 00000000000000PNG  IHDR!wsBITO pHYse IDATxw\;(" 4DAybb㰜bW8O.b+D@RSco. |lfg 0;3Ka$X+W?{"##C"MHNMMnǎ:tFXwpBJJ F1 ///MMM------}} A _~MLL$ EQ]v2dȴi\s,s۷'&&b۵kdmmMQT?xڵkqqq/^@Lnz޼yAAAP?CVVV6m6n8l0@ vy|REEe/sG ~GБ#G޾};|pHвx… K,gGݻ7pk֫ `2ڵkN8(sm۶iii]tSrwdUUUUuuuMMMuuUUUl6c1p8|,6---2Ǟ҂k)@&^zE^zIPT18qO}ϟϥRPPhݺ.@[[[]]]UUUMMMMMMbꄫ%T`0ZnmhhȝxYYYYYY68r}n۶mذaǏWRR/#4ǚ:u޽{'N~H@{ςt$UV&&&&k``K҂B'Ӣ"$MGGҒ[ DXlٚ5k ?_cm۶-$$d'O d.;;۷۷o ԔdQtFejj*$>|yÝ~1 kk:t :iӦ޽{޼yׯyI@߭[8Z@+++{gϞ>}ٳ/^|~U__m۶m۶cٹYׇ ? :urpph߾M3 4LMMׯ^zE~}ݡC[[[w+=zx7O7H 2337oܳgOr,Xp…YGIJJڲeK@@LЭ[ӋEfjjj;t 4qqqA:tՈMcuZ4KJg$ŋWvqq!]V!!!׮](UVV^t)88֖tniii,Kс۷fAAsǥ޵kB ׯ_B߿xӐc5O@$ɓ' ,$L{{Eݿ1yf۶m PWWGj*((Խ{BVtmlld2ޯ|} cpbbb\]]UTTTTTbbbZK.u]UUUYYɓ@hh(>}p}vԷ9̙ݖ]DһwoOiB Bh#6HاD1XAAAKK̙3";ڲeѬY=<ĕ+Wz}o0x`444w@!NPF{$Z^nPE~@;֭[7EQk׮}ꕬOuucΝ;_|u\!tҦM60E͟?_J9::RWw "''GGG8((.@=(yРAmڴ!Hoܙ3gyNWW744t^"%KE{YȜ]D-O wӮ];PzzH">%ӧWƆؿ:9ɓIۓxHȝcm޼u;vH>\DuRL[[͍Zx1;Zp!Bu]tA)((;ve}nM6흜G4j(}3Tw+?΁|%""!b zm"Gu%ܼl۶ !0"Nۍijj*~xɖǏ"YZܣf7]tN__ݺu999d|͉[`[⿩O"],,,UYf-!kkka ?%2 ĉtW\AmV`U۷o-/^$+"o?55`8::ylygΝ>@ۗzѪU+w`06oLҵUV!He}nO>%wwْfjjJ3b}HM+n8pFA$$$?DSN/^uP@\SLAc//vI1lmm/?zh;Ç#~'{~w2EEE MDO8z((,OIQQܜ 6(1bBhϞ=/^]'32ϟ?GuYX0`@RRFO? & 6lP2AxL#%ښ &Ճ,,,dXǏǏ/_ޘ۫W/2L'OX[[[jkk^Xܷoϖ;v |||UF//XgϞ4iҩSM|zsww/++~ d~͛7oܸq,K^]vv6H.c͛GBYɓ'dÇɜvK~6mO՘D4ͳ8 !Df[,lff&c9::޼y(Ǐɖ 'TO9/26mHoE$\` yo!CC~ ;}4=ؘ,Y“:̘1&;uD*#BBBb{}D4Ϳ7[3L` \|_DЀdT!OOOBllJ8θq.dӧ 7۱cG5vޝ7z@@@@@}.]B$ $$CCî] ͊NX2">(";wLFD;R qI83--kddhŊ':sU>|˗/lrʕL6mjj5sL*!-**eǎdHkPPdɒ8rFR͉&N+~~~O"ECAAfKB!Bhܸqjjj7o~ `)vttܳgOFFʕ+.]s!8""K.[n}1ɴ;v9sH@᪪~iӖ-[?'%%%ϟ?~'Ohii t萃ҥK/@c0L)N'f$**dB>hlmmnjs?:/ȱ!.\рdl6ٳKQPaaaō/w޽}3fK.zzznjG )cdԩ)< [jjk}^rBUUU9 ɔu 4 ,[#W Dه,{5c233322z322eXB׮].]=ȱ!#@hM#X rww"s h^.\˰0%%%Y9Khh~*++̙c``o: _~u,M(OOO;;C:@ͮ]TTTd c۸q㿟޽{޽{ׯ_5kc q͝;w?~᲎XtttNpBΝ;cGG7n`:u䔜1^tiAA۷o1aaaɪ555ׯĉjjjH0W5a„ݻ#ҼBޯ^!V^M^m׮ȑ#3gά?~Tm'33333(40`@JJJ#B,^xܹҫ?$$Dğucǎ/^R円W^Earss蟹/^ˣR _>{UVijjJں::.% IDAT/_ހXE 0Q}jjjN`~IJ`ӧOoZZZ>> (СCڸ6EQgϦΞ=[!J^矹 +@9h ~+V<lpUs=~Xrr$''cB㔔o?ry@\|? -/_:wRPP6mڴiBE-[̬SNyyy}vttqB(//O>NNN'UM:!7a„G"8Enn."h۶͛jbbҩSW^"%  ۧ#^~mkkKo~/BHMM }1I1gLLѣBw`XM ȱ@Kj*~iϞ=$IB3&44t̙VʺpԩSL̙3=44mϞ=_x!t}kkk333 ի,X 0N1cχ tyЅ  $B d sĉeeeO ڿt Rx{{wܙ;QPPZzT[j]]]]JJJDD]xx8!T^^1.))QWWWWW>333544HSZZJA?MLLLܹsn,{1cٝ6xTUU ήVڟa лw;6wwwOOO =R____ii))lzbtuuWZՄO6mۆȐFyQy9׆  C aٞ .LLL~`p8SYYI\+++6`VKKsgϞ1bK:ѣs-PPP//,]v9;;oٲEQVVPPPyNz\$\b-_O&9eʔK.޼ySjo)L%bn6`oƃСC>400hݺutt4=)--QQQv튍>}_ڵkӧgϞsN54ڵkd-7}]]]vzmgg簰0ڲ̎=9sȜy??~^4ΠA^:p@SNڵkRROaggg777-_L{3fD\5~<1x) Uw[iJ0KnIx`نyyy 4%dZεXΝԩѲel6|55k֘-jjjf̘/^knժUHМ^sύ'[LG5J^8Ef7wwid =z%I ӦMlؾ} *wu.&$cX/{0-XɉvZ)jӦͻwׁ7ydMF>,Q򪿿BB:}4=ѱz8mM4w$Çܿ\77cOK}_bM>I~U7eeejnn>x`??;v8v؃S2'U27<(y{[zdB׮];{,jnnݛ뫬,ze?e}tk7swEOqO8D xߜW?E)gȗ-\ӧOM"a׬YS^^.@׍7/nsܝ.]5\w{5D9]S???2򽶶Ns㹷s^=!d2MMMg͚(--MGG'<}s~~~AAAaa/_|RTTT\\oq׹qF## 6-Jvjmmxb2fdh$h.acaaAX?I{捃Ç䏙N2p l.C.X߽{CX?EQ-2556mرcMMMgΜ_mԩN&-0`},W#}nqʕzzz8Gr@@@ll,Bclkk+ ^/ʹR"_梶$晈7i$_=A?V~,i~lݺc}vXCC[տq.]91񣒒2X(Cݸq#… 6׏e_NWVVVSJ gffm۶N~䉈v1ԩS]v}O!H1ILL񣢢"ԩScƌxyy|\r%''.0G]"B "4~,q}M4 ccWWWe0ZJBV9QJף"XRB&r~,a#.XB($$g8BgϞODȳX_ϮKc5X2&?7͛7]t$㘘++++++;;'N`A3u`!9VVVӃֆr9s昘8;;gdd篓׏9?$c]\\w8p F ]R~aaaG988TUUaxbc H)v-iɮcy$(++:u<X>DB1 +rAYs,;" jc <~s;*)C111۷'J}Hd2=<S|r,i/RSSC|룐K+!\\\^zA=]קLkhh?jЋp$ʼyxDZc,xܻwoܹJ#iUTTdёׯ;wlbb2c ˗/G677777=z4._4ZWlS|J{I$u^(^Cca\  M6PVK" Z~~~d6æMH#G1L6j(,h>h ^q^xYRWW'-1ƣFӧ͛ݻGfX۷oٳd`1rZ7~M"Y~˗-,,>|خ];pOYYYV-++ic ? ͑s,iUTTYcAh,..&3CyAu}e9o'NرcNddABC=z9=:8I WWXq~۷!6Mfgg[VV h֤}6OtK4U{4+++]<cC-:tҚ4iRDD۷Bqqq၁!1 GAYYy@e$zw^Ѝ7&O̽/ɜ2eʥKRSSo޼I/^hd<ټ{wFĐ-k׮el6{͚5CIJJ۷/Ry_Oʱo߾~++ϟ?-֭ߏ wuuڵ۷43+ÍGի'NڵgϦIvww߽{3HWI1r3]|֭)]]233 g?~乡5]&66r(u}ޗS|cϒH ^yHz-0K~d4S c|ȑ}7.11gϞyyyƍݿ-&Lx捦֭[{(jҥѭ[>qĆ B tsjjjcV^s#Flݺ/_̘1#99!Խ{;vSp <"!!aذa۷oVGUTT4f̘>cc}aܸqM ۷uȵ6m:ÇUUU=z6lؑ#Gz9s_x1444%%EUVu-++/--MII !zhۤIn_---(?3N88p`ppYbbbddd6mH%ڐ'ر >fa߾}gϞunB($$?y!==1UWLMMW%K}hjjlШ+̴(\KK̬(#Zeee~MM͜]]]PIIUyy9EQ(~jhhkjjVTThkk?VTTTpppFF+:tīcƌ^7nڏeoo߸$]V!Zlڴlr f0ĿTVV#LLLe0ڥL?毟'{sWK#Bʗ.]u)ߝx:1x̙Gի޽{B7nܘ}_EWfjjzᨨ(7XffǏvwﷲsv@Re<񏾒gϞ[.,,l׮]YY#qFТ\xq͵۶mڵ/ȱ4ʝ;wdkhh?>M8w9aff]]r $r,Ƀ @ <ȱ)h  e 077uVVV666}Z[[;::޸q(jӦMNNN!WDWCe Ծ|2zhsssssѣG4f33a [ucƌ$SQ1߿?xС̶mے[D`cIDAT#"""jkk7i$Ǐ]]]Y^ B*9rdXXdXaaaF"ۯ\(lfd۶m!@pB2=xݻwwss(JCC.immMQׯ_544-[fjj,|?>OBdߜ]]]PIIUyy9EQVmF~-̙3[jUXX(HH׉'222"##kkk/\p*++Byyy&&&$IZjեK;w={!-6߻Ml@YYYDB?ɺG ZV1~8 22$&&vЁCѻ_^^^&OY^o!1bܹ,Z!w}H:uBO>:h 6NJ;q833wTRR|)o Ryaa#F̗c Hy9VbTUU'N=ڵk}Ig$r; -򤧧;880(gHHH@1LLL:v'xZׯ1B~~~=مfz@1c|!YGм9stĈ P=7l0BI&|2))Iց4WW\3f*l2eիe@zjBCCBX[ z*te4w8O? s֞5k͡7-]c|rT~uK.?]O.۰a\Aj.\pرۓ-w֭[FFƋ/,,,d$4cߗu{4k;vTPPxⅦ&H\|y׮]n޼$8+((uwzzzOu rXQQ9̙3>>IIIJʱBu޽۱cSNI:T-ѣGkjj~gY@cݸqSN/^ zj֭E]Kqeff6,&&FGGGBh\]]߾}`|{Veeիׯ_ohho߾~sq=z|rܹ-ӧ=0a$X*((;waddرcI9BHMMmÆ /_5jTLLabccY,VC0':c0n8kkM6ѣGq(**ܺukmmQ``_@@~j"ՙ\~]ֱ ׯ]|Ç#F={v&m40"jjjϓ]\\5448N|;wȑ#g֭c@ҧOeggc ;qDըd2o޼oyU322蔕EY[[;99yyy4~X<ꊊ******L& мy=zcee%X`())nZRUUlWH&&&–=}d9 ;tPpped 2Hƺu,Y2f̘Cs @ca-[vs))):"dr,RVV6iҤʕ+ʲ}ٳgnnngϞ]h!k7h̘1CEEܹs u8Po߿4hĉ>|  PųgvpprJxxllldK]]ݎ;V^]\\<|v:(X|߾}QQQgϞuP;ȱ;v;vZWWwsΥ(Jq @:qĖ-[|a  ;yyywMIIIIIyQMM ByРAvuu ƃ Z86͛o޸qÇ!==={5rHuuuYG @9ϟ?}Ul6qww֭[ntuue3-XlKq+((`X卌u@X y,b1La?*++~ݻwUUUMMM(((XYEEEIIIii)jkkE?'d6&*KSSА?֖ԧ,ȱ-Smm7o>}TTTDgQAqq1]2)O%%%555uA444#HXfcׯ_Ԫy*Id-Xfiii'+}?n&u~n!ccckkk !fJDu,`c۶mzWǥxyyuww'$$B;SSS7oޜ, k׮B۷=<|֭[b}n`./^B H3L|VMMMГ9;;V):cnnnwޥZ[[SJ²L&SNNb_j:;;RZ]]T*0}^z,fB`h4d2G8^ooo?::299^쬍=D"LMM At:\.onn(((~~lllÆ ڴzT{ KҾ>;;;B^wssq {Jjhh7dicc3G"BL&$MV^pA7h}y &]VPc3333O<+`ii)8((YXl|uJiSSSxx8qO>8x`OO!RP\\_,o޼Iihh_,B Bٴi?' m\\(!2?N){0k^Cg)YYYrʕ+ϟΝ;/]O\\\ E[[f^8RR4 ~ydd$vrr<RZZZ---ʬ*0wΝ?B===˴rssSRR'B`IV >[hZn2NhFhjQQQ|KKY%[?`囘{쩫[f(V+ZjkkR)T_50vׯ_+ gdddxxn4 dKKK|&)::zxxmV˄ Ǐ/// !ի7`5233SXXٳ4`E _M `9X'Q߯^ XPcQQQ###0 fΜ9: @,։ 50foo޽"։ 57U57Z~,Xq[%Pc{C >XC >XC k+H%{IENDB`gsasl-1.8.0/doc/gsasl-callback-digest-md5.texi0000664000000000000000000000134411746471770016005 00000000000000@deftypefn Prototype int (*Gsasl_server_callback_digest_md5) (Gsasl_session_ctx * @var{ctx}, char * @var{username}, char * @var{realm}, char * @var{secrethash}) @var{ctx}: libgsasl handle. @var{username}: input array with authentication identity of user. @var{realm}: input array with realm of user. @var{secrethash}: output array that should contain hash of username, realm and password as described for the DIGEST-MD5 mechanism. Type of callback function the application implements. It should retrieve the secret hash for the given user in given realm and return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails. The secrethash buffer is guaranteed to have size for the fixed length MD5 hash. @end deftypefn gsasl-1.8.0/doc/gsasl-callback-validate.texi0000664000000000000000000000124111746471770015630 00000000000000@deftypefn Prototype int (*Gsasl_server_callback_validate) (Gsasl_session_ctx * @var{ctx}, char * @var{authorization_id}, char * @var{authentication_id}, char * @var{password}) @var{ctx}: libgsasl handle. @var{authorization_id}: input array with authorization identity. @var{authentication_id}: input array with authentication identity. @var{password}: input array with password. Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. @end deftypefn gsasl-1.8.0/doc/gsasl.ps0000664000000000000000000514351211760732125011763 00000000000000%!PS-Adobe-2.0 %%Creator: dvips(k) 5.98 Copyright 2009 Radical Eye Software %%Title: gsasl.dvi %%CreationDate: Mon May 28 19:22:29 2012 %%Pages: 117 %%PageOrder: Ascend %%BoundingBox: 0 0 596 842 %%DocumentFonts: CMBX12 CMR10 CMSY10 CMMI12 CMMI10 CMTT10 CMTT9 CMSL10 %%+ CMR7 CMR9 CMSS10 CMSLTT10 CMB10 CMTT12 CMMI9 %%DocumentPaperSizes: a4 %%EndComments %DVIPSWebPage: (www.radicaleye.com) %DVIPSCommandLine: dvips -o gsasl.ps gsasl.dvi %DVIPSParameters: dpi=600 %DVIPSSource: TeX output 2012.05.28:1922 %%BeginProcSet: tex.pro 0 0 %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0 0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{ landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[ matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{ statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0] N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin /FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array /BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2 array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get }B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr 1 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S /BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn /BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put }if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{ SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{ userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X 1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4 index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N /p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{ /Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT) (LaserWriter 16/600)]{A length product length le{A length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot} imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M} B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{ p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end %%EndProcSet %%BeginProcSet: texps.pro 0 0 %! TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0 ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{ pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type /nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[ exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if} forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def end %%EndProcSet %%BeginProcSet: special.pro 0 0 %! TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N /vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N /rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N /@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{ /hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B /@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{ /urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known {userdict/md get type/dicttype eq{userdict begin md length 10 add md maxlength ge{/md md dup length 20 add dict copy def}if end md begin /letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{ itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack} if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1 -1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{ noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop 90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr 1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr 2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4 -1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{ Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale }if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState save N userdict maxlength dict begin/magscale true def normalscale currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts /psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def @MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N /@beginspecial{SDict begin/SpecialSave save N gsave normalscale currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N} N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N /setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{ pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B /rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1 setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc savematrix setmatrix}N end %%EndProcSet %%BeginFont: CMMI9 %!PS-AdobeFont-1.0: CMMI9 003.002 %%Title: CMMI9 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMMI9. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMMI9 known{/CMMI9 findfont dup/UniqueID known{dup /UniqueID get 5087384 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMMI9 def /FontBBox {-29 -250 1075 750 }readonly def /UniqueID 5087384 def /PaintType 0 def /FontInfo 10 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI9.) readonly def /FullName (CMMI9) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def /ascent 750 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 58 /period put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5 45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4 7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7 72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89 974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674 11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBD07FC5A8862A8DB 7E2B90C16137614CDAFB584A32E50C0935109679E31306B8BDD29F1756946A67 7A7C2D9BA6FAB9B20A424AA0E6F4BA64C2801C2FB5A1156CBEED0ACB95F697B8 BC2A6E6AA7EB1F9FD8E3C9B1A16697EE1F0E7400421A7765AB218FC837A49365 82DC6B2C877A7DA84A81E6126EE96DB25C17A207D3020A045DCDAA064360DFFC E3CD50E21ED239D2A6450D04F879A26443ADEB6A20ACC504989876476C7D1A74 91564FEA1F4CC2C8C8FDF666DB537F315AE1886C73CB5B00E67E7B398A6C018E 540EAEE98BB8136C4F044EDD63C33431D2CF9740F051DF365A4045D9D8782112 7BB5D494D9235BA98CF2F30CB119F5A904C32AD04C960C43FC1F5FD8DA7D90D8 93AFB59F3FF4F796481AE2A7548F948FECFC6C127C4D3F159B08F206AE8C296D EE470DB2F879EA79475E029D22D7A8535C09A18689DB0609CC233E5199C02756 972CC9C94D9FCE264DEE5D75C8D651E4E2D1189AD9588CB815722BB5EE3C379A 6F31C2E6AE1AE4CCEB29766190AFA20EA937114978752189F1A9F42B39483149 796FCFA123BA9CCD1D9BE28289660BCAE16C40B5B504058D55CFCBFB4F4E3D94 DDBF39F157E63946534DA81C018B1C01B9F10DDB55E0A5C2B3985ED1977C039B D6755EA42CD09E27751E159C30B93F376DBE61CD3AED34BA36A768F232EB3B80 E3E6B77C4A48D408217818E398B83D995AB6BC871F20991DF57313D6EB0C793D 0F28088EBDB7F38DAF7E01AAB3476EC24D7BB38A9889A7D3038D930FF4289B83 F54A7BE1E2D98A3822098D2E4D067A0D400C20C0B2B4BBD74C13ED1B827490F9 ECF48F8C3994C1C5AAC9CF783BFA4F307528F51EAB55F961808A42ED53F00C97 72A432EAEDCFCFB622389BDA707B6ACC9433B065CF29EBFE93AD14B8ECD5F47F F073F11822C49B8BE924CDFA6348C3A75E9BB9BF3F31C41716B34794B28CDAC9 4DB8B087E180A9B3B17680F73D9C12C8D86A922C948093629F5D7F542ED882A1 692F4F6696865E53E3E2DD43B2D5E8C989CFAA5CA5C4C5999045E170BDE9921C BACD6F2863F5553EAB2BA2D4A9034729EC0C4201DE90DA89B0A27C5A5C974109 4E37BFB3F46B3A506169FB0C68E1CAFC844419A8D261A1FD86A3BB78E33D5FB1 CFC687A5975987CE45155E5FDFAF0CC5FD5568CB1C26212F92E88255F0549F59 41B33125946DE43436BEC00804063FBF03EC796E3361B1C852EC3038D107F80A 9198968265D5488B26D7670B22C2D75EDFFD1B7B4AAFA36DFD94640C9D0E2D20 5BCA18683EFB91834A3939AB8EB60E2F09655BE003582634C52770DA9668C292 2E02929D812EE2B0CC65F020064AD5BDAC5F5693B30508F40ED8E20E87149BD5 8DD41AFF83FD1944804017DC5A04512E593549FFFAE501131CE2FDB65EFD0B8B 33809CBAEE411B3941C241550B9C30DD28088708F1C0CC3125CBEDCD985EAD28 03313741F67DB5744A87B381147D5BA70AE1145C27F794854628D87D6C1ECCA1 749E3465B950175D3C3F40E344297BD92D3190041A4392033A79BEAEAABB8DBE CC14E39612F43721CFAE6F79074429221CA588AA2501DE520A464DE157A03AFE 3C082FAE7628FC0C57FFC61D0330AE6332D20FDBB09BF36848FE05E782D6379F 64F9C82C45402481B0A35989027F9756BF5A79DA2D96E10F39167ADB4305578F 90B509B6891338FA1D67DCFD61804AA6621526B2EE4769589A2646581712AC05 DA6E98D16494F07D612743058F54FEE516BD89A8EC3E03F9D7F905175D3412C8 F7329077FD6EB25213F3CAC94BA0C3363B759401B6EF7548C7D709F3241D030D 4EB46A1AE81863C412BDDAEA6084C37143A4C5E41BC646315B1CD09F934186CF 49D1D8239E363A435307030BD79536B50B723A39DD763DB539F24A10DDA12BD4 E467339D2D6DB177D6FC539FA77D2DE4118EBAC161E928749F7C753ADEF86117 58619F1155C563DF2E11ACA8347908B98113AED58FCD0394150EEC94B7F986EE 88BF7171D208D8F1774B1DD478F0C2958AE372D257E7EDF0F6B5D6059CC4D5D3 B00FCBD2E9CBE79235B9A5A3E943CC27AABB58728C95C7DBD4F4A1F8A4DA99AE 7377B0CC0BFBD454794398AE0D5F7281771FFE87B25A819F36E692286A42D776 01794A43CA9BB30FB8FFDAAF014F909A369E34C2F6C75B7D4EB9DB0580E33F46 19654443AFF8384B95600B86FF8E41FEFD032355626D60C7507C058EF832DF41 194B48A36F11082D1DCF4723E21401E0C7447AABFAB4639B26E3D2730E348F55 53EBFF39CDD03E06E2FA5FB379603C879EDB7E1A10F89695C9C47DEEE52BE0A3 F446F187AB9D7E93E6F9387F21129034F36DF40605D28FD526AF82CA9D232BE4 412567F06B38ECCD496EF40A7B243E46C9FEBA4F1BF4B1ECA029C5EC239353D6 C0B100BF7E7DB33BD1277DE104F15AA19F37340A777741AD1AD693BC76DA48CC C6F83CD84591ECFEE375979972B0FAC4C10B625E4BFB261B9FFFA83C31DA0108 4FFB6377466E9739E0EB64424BD9FC7239C7DD834EC6788A0F97FE714AF92831 E1BA36A8A9E24739F1DC82DC26CC3CE28C210AA7C569B19E1784D663A0CA4E81 AFF43E86D6F5F63778847700072CEB77A4EB946DC1F23DBC00BCE773203F76DF 00F0B085F31420672974DDC642D885E95BA6BBE43E1CA8ABF464D9881CDECC7A E98E31B9754C9B72A8BD5CF6D4D214DBC3BA7A0CDF6635953F5AC1E7639C4A91 C7AECE4C75CA3389C348F656FC2CC96C84C85A926237B6504DB51937C9CFCDAC B75C31ED570D180757884E27757783DB2D5F35ECC48C496CDA342D49AA947BF8 2FDAD2F19DFE8CD1C76A8FA08F33681F3E12E229D7DAB45BE3A3F258B5ED4980 F15340CF20D965252843E026803E8AEE736EC41CCA82167401977AB719AA2F50 0B791EEAA82027B3C712D2EB9D14BF8F94FBDE2227609BCAC41EC08DE2BAC023 28352F913F7DF08D4E1C66E83F764578B22B4EB7191E852B91ADCCB1BCFDB1F4 E63DFD152E86FA9DE9BC8908130EFDE29CC4401339C05B5B9764CF8EFF14951A C6C13AF979546996BF22F2B96D3D585B90CD27DADEC78914DA48432C6ACBDD42 20EF583FD41F2F6D6D10C3DF7DD077304B5940BB0462656E306CBD91EB9B756B 7014B1884A36201EC582FC9345C386043DD2818FC301EF78791C1D7854F8FACE 5DE9801DE9F59D5B4271E003AB897B2EF49501589D681D59CFFD9B03F722EEF4 74ABD29997515DA3591496B62666744EA76DCA45504F8075C0652D6779DBEAE4 90430C2945FBD60AD53B51DDBEFC7ED703C418B4B244C8FFA5A3C1B7600C5A55 3EBDB93C16AC191C3A28EB2279BD3F0D67C826BC6A73D3C0AD02262368AB4621 98A1605F2887BC5880E1AF2780330E0FD01D7CAACBB0F008A42C427F38236066 54799594E515B289044BAC4DADF8B3686B4372C5110201221FDA923F131E07E7 93C44BAD406838BA4D1C277EF74098B8C0EDC41EEDD58C195D7DFF5FEDBF96FC 19CEBC6C3006DD2CBF76916B4298BB915663C2F61AFD7747E03A03BD7280197A 9DA590E3D081C6F53DBF94E8D6FDDDD910A70AB18A0F6D48A590FFAB314D6CFD E3FB20C1F3C91063F00726A2C13A3D48323F9854839405E5A29D66A43E6E2B84 A8B3765F1D817071D4D6FF42BC785C2D11AB2B9452F141696CE19C6AFB9777DB 107D6E22D8CC6C26440BC48248AD8805C4329D46BF433741CB519B21663392DA 5DC7FC9BF37E5BC396BFADD7263D09F6B4D69594AB386B7BDFCF3BACB97A0E08 22013E716E642592A20136CF9CFD61D4E515D80E06A4CB4FC9D9B916C93CEA95 B83B98C48CF36C1D02291D4F5C0419338D64E33C90C90EDD2BA3B96D70FAFE0D 403A060CFF448D3E28A9B1E3916018465E86095BAAB4706CF7ED350D7C554789 D7F4FE5F180767DE8739259E68CF142040BE1E2E8C6152DE3417C1FAEA7584B6 20781DC4A9796431EE713DAC4E713C839D7A4FDC8AB6BFEFFE767AFD8B67FDA6 943AD387E5D3BCB09039ADB64ECC2BE2620C6EC269E708DD06C311F450099E33 AF46AEC644222E7DC4DBB9371EE12CFBC4F9B27AB46AD1DA96CE006E1DF8291F A550A93026CBFFC1087B134EC6EA76F5E109CDA58FF47338A0039A786A575F70 B8A03A4F9C8D07A4C856C77D9BCC8E3EAA740172D0C2D0A15BA35C9E5717D7FA 2691774DDE730BB9D7C70D7AE103DB8D35F3728470C76EBA0E670634E1A0BA84 2FA102BAD7271DF2680D86A4CA6FC353869987700E5E3FD778165456033D624F E9B3E80EBF431ACC934AA0357E824B8AD73E222B510DE8445C55C07C8E5DE46D E478F832BDDECAF2EBB11941DCF84CCD887043FAED9AA90D12BC8CA9A0C8D94F 8D3BF1F80B14B6CAE6BB1C6AA405AA64BB94D5A82CFEA548BA070796A02F9642 87326D066101435AB9EB40BA9EA9E61B363F5F5E3B924369796E8B78DE3414A4 2B79C6A13ECB2F34E6299658D07D2B3DEF3D4383CE009A927F0EF5C196652842 D96B857AB5E905201E7E8BA21A5EBED1FC6863BA9A1A6E5390407F75055E2EEC 512FBDB3E82CEA13663F1A1944DA072C765D8CED06AB461470C5723BDC1271D4 4D1D049D3EB131743F1EC9A6ADDAA038ACA2C41D139DC6A84EC3C61AC7F1E559 6155CC2F49171F6E07CF56D721D9728E87FC7DCBCAC46455A3694C765FE807E9 9CBC2D304AF37E0F28CCB22F239541B53A4D24D09C662559267467EA487BD33A 0BEFD4899B581D20582930703A868655C31BE935364CA6A95FBCB22CB714C040 9718824DFE97929D0482430726CCB5A5307957DD2432A9B6271E849148DEB76B FAA290FF6D0B18DC5B76407852E81C105EC6CFAB0F620C6DC9DA555A33C167B1 430A8BC338BFC7D75B7099CC906AD923FA107C74D3FBB719D77A4E5A685FF9D8 56424EE4AA074434B809D894ED50F6A60A035C5223EA25DD8983B9B34210DABE 718D7B2BEB293FF1B63CFB1CBDAFC69552963D90F5E3FF533A3FDBB626E9FAA3 F3C119E5E01C7BFF832A033C3515BF049E29558B1DAD652F2888E339E67D15AE 95F9BD14E3253DFE9072B24C0E7E85025B71096AF51C86AECB2921126A43156B EC812B32B1164BD9B2B947D503C015616DBF2024F5C8CB3236C1DCA653D661FE 6B1C19A22D272A176B7F1B7F9E67AF40DB0EFD4940E58B2A050249CA4E55CAF7 6ACFD84FB46FEF952D18552B3972D79D808B4C263B8C7E1BB647A2D03E102867 630D5C3F2C917F765A4F6FB8106BA6A9D0093E27A4CB6049C2371287D94B5111 6E7020776EBD744C6C920464BBBC0AC206033E8240017F8CCB112596ECD7CAFA 89950CF43FD87ACA750C03A778A37FBCE9C82C2F5ABB135BB02DA8E8C0D24475 3BEA9D79372D0022FF1ABD378C151417DBC69FE5C9CA38D23A3900E34BF924A2 90777ACDC37930B67DD44A2E76DDBD9B89598D5F626BFD325A978D277265DA47 38CFAF16E7FF1946E15F41CA73F7B4B02E5AE8FC4C37B115BC567E4EEEFEFC34 EC8974B1465AE57759EDDA28DD38A9210871D35D331AE1BE6097C3EC21C770C9 B25D040B2ECCC3AEB1EA1BF99E0C2C0F192C13BB9152CFCF75332E03F9CEC376 9B8C285A35F53655BE38713E09AE34BA2DA9C06FA42A6FD2D00CBF2AFD2BADB9 1571629C65DA38A431710CF5B01FCA68E8B8569922FBC3F9B64A5509B6F677AF 1B97E91FFFEB6308AB68AC58F9BA43DB5E764021E75B56170EB44C2C0A7DB86C 62B8982256D3621EBE3DB3994DBF5C5A14CF34B4AF3BD5697F8E3203085DE9D5 84B0598169760B925463E93DC87CE70AF4C2DF0F4287D2F2069847BCCF7A37A2 AD451D5ACE4DBCCB2E14D5DF38B226952E7446BF87BEC736EF3D5AE793304618 D66D3299AB9F9CA1D13F134FAEDF36750046E27706C7CBD8E0877BB6276E5196 BC2A355D109C0253644918E1CC11B717DE6FBDA201E769812752888CD66268F6 4ACF4A9449378F9F9923D584BA1B51F33663BE7A306887BC14A37E3C5A4654E6 531D6EB63DE3946BD8BA95CFB037991174F36D61D842071E6625605CAA350A24 FE551025D10871FE0E2599A63900C8520EF4911C53A03897C8BEE152451708E2 43FCF4E700C583A5E8DBCC03BF9CAB864DBD19E1760945DEA0EC0BA38BEA8256 D3A8D4F70F6685A99C6BD2BA8B412A26C002D76138CFCC7DF6802931E5D97BA6 0151F6A4C572235B4196B22B7B2D14B32886DF0D2CA8A277ABAAC53B63F64CE4 E4C088192AAB674497E8AF81961359C389B51F4A257373D907C615030BFBEF53 DBD99058FD06E352450B658478C10454AC8FC0232B70D5CB916981978053E358 99D322A07294748BA427FFD1E45C909171017B52B7C742FD77A8560852D819DD 8DD53211A14D7B2FD11E42941722FD3985D627FDAF87EB57326A0D290B5077D1 8A4230BEB40523A8565F95E0D44F036A571DB698EDD9D94FEC9512369E5E5E73 A3CA5C142617944F4F99C0697ED088ACAC007FCE06E5A6EDE7D0E03A3399DCE5 362271BC31533866BA79FD1FB3F608B22CCD4111FFB1BA35D920A23AD157C6B3 C3DAE11069D5E46DEDA7158C6478D8B8C0D9DC237CDF0CC6633911673C43FB79 E4F9B7F27495201E5ADE66255BC2CBE9D9F237DECB62A19D62CB41A1C92432D2 07F0629E913A71B3F1AAF8B8C5AC66D3C8605A48F8913E39C859E163DB1DBC8F 0ACFEE80A40B6172032E95A76B752B873FB4DF23CF3A655AF1A1B88C8DC156C6 190DE72973950565454C0A188A33395FD3D529A88F2B578356DE8EBBC12F04C4 5B899F667D9E6F3A4EC6DD8DE71FD4C2E2B6D56823EE4E0526679D71FF1B868D F261489F06F97B010CCBE640E2F57BA3DC3332B329F7958394BA9777D833AB50 005E8E9232547104065ACE33396772B0E0BD66D2C6CC54DEDD071E444D8C95F8 6F88B31E20FDB80F77C83151B7E25BD3736B4F9BDC52EE78C41E9475E5A6D94C D348AB42F5E36B4F167D29EBDFBD43B03F77EB296B06A36880FF17D412E77EA9 F2E7C25FD05E16BEC6732681EA21AC3FF6893B93FC09316A370CDDB86D9E6087 F6042C3F9ECD742778389170F5F041329782FB9F9702F7533E51F355F71825AE 2BF4F8FE50D413AC9A20C41B42537FDBE8DDC5A5C793D3760C1EE13716068752 F0AF10812250BEDFB4D7133FD58F4587BACD572505C84A7D3802D27443175FE0 0D89C3398B55176D8642AFBAB5CBCDFD6220C8488564B4306D74A58CD2921AAD 73CF803C754DAC2F30A5324886E273064FA51781D5BC596BFEDDCE3982EA1AA2 62CA7BAA1B16C6EBB99B2AAC4E6C9CEFB3D10F19987045C4918DB239E6E63D79 5F44B9D097118D081153AFF96E5EB39CBFBB99A3BE30909F614869031358EB98 F07A97EA78AE50375941B2474DB46AF3305F2B208D45921F93743A6CB8AC584F 6BEBE25ECAADD5A789EF60C9F54446687E7B030DA3E5243189F02BA46BFD28B7 DC14822E136AC7E40CE20458DDBF356488045C95907363864CD6943643BF0109 EE027A3091C11EA392EA91320EBFEA3B857370AD8EB86D73F035A476F7058222 E8CDE78CA1AA9EA69A8AA6EBFF3E67324C567B914134DE042D6F8F18A9373107 536E8D90189917D343F5299024239E2EC1D2D177D82DC8E344A7CF2AC71AEC18 36F139E7A4EB59A67192BCA9ED0EB25DE13032F6FEAFC3B1F4FC81BB0EDC41DF B9EB92618667C59EA499B788CD26C2137D70F1B0AF793AF5AD0D0941F2E746E3 F5A7F0288BC1EE11E982EAAE763CA422D72FBBC0D754AD58FBF92629DC8866A0 431213513744DB48E52EFC89C83FEB082588E4F30D7DA77BB598E51CAE7E4900 5CD570C914EFBA426BAFF7A56FC775ECF5BE13F2C42E51EF96784E5201C0B64C 074AC229FF0BFDF71E6D5E08D8755D2C12B770B6466A9C9C61C15582DCD2FF78 E9E74DC2B1CAA344EC0339EBFF92CD2CC1D62E2FA8FF15E7459A83C6CFA58A77 2F1A40BD276E76B675FD6834052B33BF9190F04DF6AA5FA3BB7D77A88DD5B600 324C5E28216F47682EC29EABF35BA842BA2294A3D72B126EBB852AB741186C9F FC84B12DC4A6CEC08F2D03EE61B65C845841EE17F1B765649A 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMSLTT10 %!PS-AdobeFont-1.0: CMSLTT10 003.002 %%Title: CMSLTT10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMSLTT10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMSLTT10 known{/CMSLTT10 findfont dup/UniqueID known{dup /UniqueID get 5000800 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMSLTT10 def /FontBBox {-20 -233 617 696 }readonly def /UniqueID 5000800 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSLTT10.) readonly def /FullName (CMSLTT10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -9.46 def /isFixedPitch true def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 48 /zero put dup 49 /one put dup 50 /two put dup 52 /four put dup 54 /six put dup 95 /underscore put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE33C33655F6FF751F340A8D6C01E3 2E02C24E186BA91B34A1F538959D4450CB683EAE5B034D030186901B458D3777 6B3942BD2E07121385120248891AEC2EB33C4E3A0CF00828D0F130C31A918C18 979FE94379C648EF21ABF659253E43CD1253866F157F1DF85AE7E8714F061B1E ABA3AD094FE8D6293916FA82EE4F486C7E513A06D4C9BE44306A8287970B4ABF B6D1F9274A5A0BB6ECF713ADBD1260D5D6C4420D357FD486470A74B2F0621B59 A9373ABECDBF32FA68AABB66FAB0C970A3354A335FEDDA1C288245E6C890B8DA 3D0EB953283ABFE372221EEB1586B0167F634E3F29CADCAB484B81A243CE1E3F D5106AD6BDB1AEC91123377F816711CB9D5140120FEA84B8205B79D1569509FC 6B671211985CEF51691C45A168740BD826464B2CB0ABC575E7D453161328F80F 3AF1C99EC219010EC6C95E0A8D1909719CF18BE424967E90DF67537220E60C3C 4345B154D08F9EA684710E659DFFB0BA1B7FDDCD519305900A5E1CDA219A6C90 DF8BD712A3686DAB90344E8784C7A9AF3318550285039B701B9FA1D3A3C3B6C2 753F1E794A3463A173C99A9EC0E2AB5737134CEC2C97CD6A37E38692ADB4B131 54697B7BBBB23680C72CE96066D8007B90AF0FC5958232AB4F21826691E9874D 107F47DAC1026298D787989BD77CB43A09FC95F6997DB00D8483AE9C2716CBD3 7CDF02DA34FDA2F0754ED0968270E118DDD8BAAAA65C41D699E2BCC2556AA231 328187D2F50FD518CF458B0BA1F7DBAF4B231CFD61D5DC56335B53C3013BCCC9 85690E19E992ACE55EEF2BA7A75DEE6DC33933C226FC1494269B7CA4CBAE987C 2C787386400172AE3F44AE47115F4117EED866713BDDCA4A7AF658C49F913CB7 308635000043F63BA210410A66E192289592882C477B2EEA0B2A339F0E7CF450 CA0EF79D3A6C28598825CA03FD688DA60C95EF707C6E67CB7E57DE7A80545195 739ACBDF27069F34C9E0216C3D17CFE7A652B910FCC9B9AECC2E646809C22D93 FAFAD465DE794755AFF5BEC17160C9563B5C51D07022E2D3A256FB5CACE131D6 F4B30F591A0419D957D8F0DCAA0A8D65A8D83422AD7C2613FF13A302E152B312 3F1ABB45E42084EAC894FE335C07324849C9736D00C872C4551997DB889AF17A A52C5AA77DEB548B0103B77F65717F70B90C1BBAEA7BCB4959F32851A9882A3F 55673F24103D6BF7FB3AD3EC3CC50FD8FBB4A6B13C3D278174320713A7B327CC A71F01E50840B33D0FC3F5F6A6F2B0F2D0E38494B1C73096A430510F927235FB 69E931DA8CE5415EE88D0248565E3347353621A48F7948AC9EAB5F5057541B50 82BA955D90BBC82E582FD71904445A59186022FB928015235B60830DA59813D0 8DA3FC306C43FF8BB2CB6772B1F7BA3C1AA4B2343E7DA7E065EA53A4E5E28DC8 0790F2D5CFB203CB135A08DCC9702B59A63290444F202756E55B9FB053F773D6 0F69C63E74DE593E49186FF4304E8FA76C3E3006358DE549E946DB69431981E8 1261C9C9A884E4EC708F69E6AF5D22C5BAC49F2AE85903E3D48D03B7B97054F1 D2937A0C685D912D6D20A75A77712164DCBF8FE4D5460DACE139C5A934EEA09F B94DBF168A4BC03A9D689936D833018FF43837DF9519AD10F357F00BC068E737 170FC9FC6715165F733A0B6FADB9ABB48B845167DBE6D771C916577FC2132863 767DC6E3D460E779254194AA690983184D934F5E858C1176B3862B69B42EBE7D EC9AC4E020085D474093F7694C8A8C2025D4B0163E29320C384D62A9F3FBCB1F AB5A374EF3DBA48AC2147A207AEFE8B78BECEBC55C97B538F3A0FF4589D171E3 826342C8A5186224FEE54E4C6AD5EB02BCB4088B132FA1A48362824BEF161235 8E661DCFDFD8429C65CCEF63902D0E07C2FEC1DC2756D942F13FECCB7E8A8048 345338F24B7808E46A04A915C111F939E2669A12FAC0BA4F74B832EAC83EABEE 67E2817C058E69C2010F2572FDD15194CD8DF0FE9F827D349C0444A18D1A86FD 802BC120A5114FA3523C221242C7E767B0AAF6AD15DA1561CE8EB18A2401D71E 20481FA5F1E247CB5288F47795A6A3A3BB186E89EAAC4A54AC91405427136127 5B151203426830F7CADABDB3FF63B40CA29CF8E667E71615869978E99E6F3F07 0170EACDE3DC62DC05681D7680E2E96C30002AE34A4E5EAEDF88577601A82C36 22D625A03B0451D7BBAAAE0C396711500E94A482EA787495073F16A76D1657DC 4EA7C7B83BC30CE7F145B65B6E2ADC207D192CE3B5FEF7031F4BD64F57E1BEFF CCFFE06F1E4ECA48B442DF413766A70DA626359183A9B24C70419487423C816B 4BCB067E661E47E172563090D6328BD738D2B0FE41A0C1D7A47576A79BAFC880 0473229D134F998909898301CEF50A82B627A9A06DF59D0B9C530EC5D877F1E5 220D3A1ABD2ACBFDF1933F92B3137B22B9F95A961D93B729307749A50D8A6403 7AD0F9C40743E39B8D198CFCF7C033D99440D46D821D97545B930EF92E7AE005 27F2FC766FDD4790FD1913C7A13328E73E587618ABD9008022C5C6C23935CEFE B5ECA2CEBA1D25DD846B48423F7186E03B1F61C8F1D5AC95CE03C83B2F221300 7A761D6CB5F7F9251D3F9A7F4B25B99EE7A1347ED3059A811A82A35A033E9B07 A4FB2A95009576F48665605C478E5F6C1B135016FEB4AE6A6BE4B4359836E04D 45AA11366992162973FB6266547C2E570B8F56F6D992D2C0F63950A16839FE10 F56E59D93A37573E3268C5892C9F3358753D1FAD6379E82BE740FA17236E96F7 C53A2FF785FAB86AD17EB1DE8A6AA9C69B91C9D9B43B5188E51F6939FEC21B65 AF17DCE95DD3BA4F1DD51F0BD5E5869A1ECA7398B6E664EB0D189181E9C23012 DC1E54C146842A90909DBEC03B79B58909205F2CB2A7F83C66B437D7F7DB9781 FF0C67F004E979C95B706D8D85255CCD827CF6196D847DB380B56980109E96CA 997157BE78A4F758CE59D78158A854EF2C20099438F74777D3B0298D45BA86D4 3C0AC30C984718FD62ABA0567AF0A70C1DD41953E3E7212D5C562085177E650A 2ACD49940551E3F7619B4CC31DBF67AC15D938619B95DBF66E6D1300B1BB8605 31C4011379FB5388CA49E4A9BD6C921560CB8D513F8716A0733D2A7D77E62D22 A69B54E9048CA168D210816E613CF6357706EF6B118A1263B858B7E19AA98891 43BD675B06C893579957BAB97199ACB82C080593ECB8B66A7334779CC16E4D0D 4AF365CA6AF9727AE29417B61A5FD52452873B1D666044F8E7C1F6C6AA3397B5 94A5780F4005FB5E41698FADD1594B505A58253D68D2AE3320E22165D198050E 425820CC0A43FF1D61F168D87CDD30C14D387610B6CDB63BAA39B3EC9B3CA616 FF1CC679227749DED3DDEA26B4D97C633090DCB8D8A6E5E07E3579E4A99BF1D5 51E43D1D7F139C9CB1D76D8F693A3F23A74EFBE79F01E0B850BC6B6C7F62C2E9 859469A144853434895D73DA6BD2B348A48BA80E79327ABD96539F2EA2209852 E1BF6B0B819D7C68A9A1D0F6F39416E3EC4AC21DCD3C51D3B5B8D417EFAE165F 2A7E0B76E558AC9F685A76FEC7E3C73CD607D9025DE6113BE5D0401887A53910 82A813B026A502B51D484797D9D7E79A25B6624940AEDB4A15F2C73CA1AF60FA 22D15BFBF268EB044FAE17822511AC6580D1D74DBA3C3335217780B29FEE792D 200B00B8CD888A8BFF15D938FC758BB5CD9B3E08E1AC6CD1669E663BE86711A5 892684DFCAF70C11E803164994BDAD89128AAD6461D4558AC2ECA3E05EB56D32 0290AB16A6DF7133DDCBDEAE89C6CD83552792E23CBF567D57E46548EEB0A140 437492B53C14419B6FE7E64AC23923A9E85F56A9DF209DC4E6BCAF1E045F9CA3 BB904BFA150F4083C18B0CB5580450CDB657EA768E71222C71DA911A722AB9D9 E18B6847F417125C40EA8A0CA1F551A4548712D098209C78DF9C3F78605E5402 DA2DBE2218E49B819296D5AC88D17DDBA982E171733D1E9E295B3157C9B90BF1 CE68CB185947D1E3D7544155B741296D14B064BEFD3E6AF25C74006CF6800551 80FCAAEE6FC9105E1674EDFE68C45617D8D3E2264CD395EE94EDD017EB85884F FDF530EDF4F3F14750CA066F149E688FAF8EF4B5FE6AB515CD298E8D170346CA 9B32BAD1D86DC147BD12EBEDF6CE1E749C5B48314F512470A568C172C35CFA41 031E34586A89404CB5372D7B2C7A6D96F420D4D7C2D4C08184F4AF86B4536A90 9367598424112A7B05D7107B23695CBCD569002290599E0FF4EC5C852C31F5F3 9BD56BB840DC17DEEA579E7A7A9F764788D4E3774BD523D21267869224D68891 4523070E80A123B58F7B579866332FC38A41A5915EC06F2D14FBE4A6CAF59AEB 57E98D661637EBB885AA5D74AD429CCFF64E5149815E7350118E6385F4C74E0B 2EB474A6DED021D429F01C9B0634A09250C40E22B3BFE1B7246D18116D585F39 0E06E9B5F27A6CB77C8E9462189CB900CFEF08F798CAE15FBD94587F33816EE9 03FB2DA6826EB69D8C284AB9F7B00630D0420EB6E35E0E288BA25F5C2345C067 22412633898AF99C2FB232D1469025BF262B567F29A05F4816FE8EEF5F02BD79 06202F6A1E3E5D4B3C91BA8D5FF53D5136BF70E5FAEF441A7310CA83721711FC 39EE48BFB2FF287234B1A6102AF146B10A632A53AF97E11FFAC3A2A86BBAE3BD E0459ECF0305366078066F2CC628A3918E775E4236651B3D817AF1684B07A163 A0142D16F55D2FB5F2255A8813B8E54EF3E801E95A4A226AB8C0476AC5EDCAD6 9258ACB6F7C0CBDD298A0B816560622A1871FBE2FAEBFE697A8216A0D8FE30C6 B1BA6C3E975F78182743842E7F851064037394142AC91B2530FB1D511EB20F3F 79EDD8B7E1579D35F6E7B2883C47A46B6C1A458BECD6BE58AAFD834A7D82A553 2FE4E66878E4699856DEDE964F454638F768AEDB595A883E380408F558015FB5 8720954ECE2704AFAD4D62E8BB2657C4FA920D72248B3F762B2F12D125B796AA 1C4BD6B42D766EC1C9B2C7AA4B6A3474BF753742DE8AB76D0AB0DD9A20EE2DCA 0F34CB25995ED3183759CA83ABC32B8BDF0B06EF169252587971F7D37463BFA2 BE36B2E45559DD73DE7CBE29DE92B9BE6B9F8093F934BA311D81E18A8DA92FC3 312E3FAB43C53E803975981F0076EBB8F257C123908450661B6FA79E7ECE98F3 B0A94E0DE3A4DCC8E0FEC106CDEDAA297A75BF1E40F3C2419BF72A644F452E2F 9A8793810319885EB3AB23B1E80E8B62A889311355C73722C18E62711A7E6A16 A5B923408444B13F6522FECA9A60B067EE332B83E1A69CD835C9D69B5D8859D6 91F9276863D2E2E8193641E4239F4ED15E2C482C735BF5434BAA454EC2830C1F 7CF766DAC9E924F17F03093132627673BA3D99DC2DBFC89E5BA032C16D3C1C8D 78B3C464081044DB53C7A29E925F4157EEEE928C8E28EDA5F0A4BB6E0042D8AC 7595C350645118172D04FBF06B2C9A9F3603A54B57999E2960C993724CCD6A09 766BDF73F66E07FCA9BD09079CE8010E6CFECBE2E5DE1EA4E280AB78D5184C11 016385007CB5AC0BC95955A1E88EA1A1D8EFEA886007708BA063F556D9284D4D C764E75CECA51BEE3D35DFCEBF6175953D30FDAC00F23B1721A1DD577945B5E3 8176A21A649D907B5F63C71718ECF32ECCF1B26BF15AF694F1045CF98FC75278 E9782ACD3D83CBDBEE690D29B3176E745AAE436382D258CB22F3DEDD02E441FC 6A9931AC2F61156DE258DAAD5EDAD41E6C0DFC902173168BB4F51DFA7EA615C8 B0F92FDB118378CBAC3D56B6B9BB0883C0C14EAA67396AAA7987222A132B7959 44FC1E9D6DB6D549DFBEF8D2DD8C53DD3B66935FC239E74E2C440CCA13C068EB C4A3B69F499F573D076E2C92E24F2C69B806591B0807CD903E078683854963EE 5125C3640860CEF37BE186DB781475554BFE6C528A9633AD5772BD53244E24AB 42CA2D1123AF45FA257940CE611D83014DF04E60220E9AF27CB2A2247BBB004A F5722A5EF058FDC7DC2B6ED1406649DBAA58DF2ED3A91483D60F11C4A39BAF57 CB1E320A987B790672CDD3E3BEF4A67032244DED2FF4588B2072CDABFEB36009 9F4BCBEE16F811A44CEC77F8AE873C90C0F4C975E51014ECBD45A56A63F034C2 82212977023A132E5C88AAA826D841FDE9CBCE7A01E4B6F0EBDDB9A69EFEBD72 0B41EDA807CEDB791084047624BC11CE10B7A0A311272EFC9E013FA374D97EA5 F7998FD908748CA72D8CABFD0F01220C2114D3B462B22FB71A23B284B1CBC7D9 EA20BE71F8ACCED21F096009A14A7C7B51450BA51514707EB46B9FAAB31CFBEA E1DDA6F5D9AF0B6E7D05A1EEEEECD606427B0F2363D1B882B50140466B9D3CBD D00DB06DDD1BD4681E367DAA4B7C405C6281B67FFF794041738FC6A01D261CDD F6E0A330985F2CA782CBCC02B6F4EE5993434F656B91A51CC03B1D73FFA6629F 14F6075EBFD83B702D8844A96CFB5C14051595BC7DB2218156A6DEDA5C98CAD8 BEB5284D9D9F86406A8C1AE85857185991C360E5F44DEF352A1F301207BE94C2 9A3A11BA468FACB3FA2D683419C44EFDD7C8F1079659F3ABD89D7F168B1591E5 6105F9B3FA481BA953CD34CCFE73E427D3AFC46E5C58C2981198BA284DB8B37A 6647BEAA561799877DD6858FCA71CA6003F2961FAA529906673EA94D82D78116 4DAC81011FD175DA707C1E15D4B6FF19F8720A4E05E6E103E2DE880FA9C192BE C5ABE7C311C2ECCBCE8F9713DBA74AEC37A61C8F21F271B35F0F7C88B182525B A4183377597ACDA9A6E2F181725D427795B975BC4168A408D292CAA484BD1B8C 9DC62E737ABC805C8FCB7E96454DA032B601345570EAE0379BDA84BB6D15D780 42FA1E068A7D62F152B43B788513E13724666FAB4E2B4F04B0448194E46582CE 7389BAF0D1DD4435BAA6B82AC305C04686B89FD51197C721D941BD2893596024 1598E6C2BD84527EDA6FAB782033E4BB4F964FBACD96CAEC3F3CF89CBABF6B4D 4D3AD14A03D4BE931632BB03BC2B92842FAD51A19A756892D5B978DB695D0540 CC9D030C612E2B201D60D09F56332DD0BA1351EE62816C21A35C33DC11B37BE4 D2F164ACD836A5CA1553CBC733E3B159860454B17064B4E22D3764FF6293BC81 CFA3B2325C8E072857F6FF4ADAA8818247D431A28D3C5FDFBFB24A6CAA327AC1 0B3630C84ED9F0D33B8255A3CAA9C5A0C79F7BF6BA3B9801C3BD0B30AEF7CCA9 92F25E332EA97A7CC653C93D1497992D6B76363885B92ADE34C2A33E30A3B1A0 57E9C16D8CEC189565808D3FAC92973C71CDE74DE9D8781CCAF88747758014C4 5B62667D4D2CC5EBEBE77C5AD00C6A69D1819F5A786964501E077EB3BBEA52A4 57729AEDF35253F7E1D31F2DD1587BC15CCFC1B0CA930DA83E2031B099A38158 8D1849E7145AC74777A3C7136DEABB0C787E5A218309A65EC7D128147EDE3AE0 C0AC039B56F767A22555CFCC12DCBC7F5A5A3B4E86EF5A69EEA93DF0BAF2A3F3 7504F5C6A7A67388D2F9045BD755BEB7DFBC2EED679497EBEC808BE20FDCB5C7 B586463BBB898DECCCF7249E9047DA943FAF0718A2050FCFDF8A4C2029FBA674 EA64003AC03A847185936FC375CC67B3006EA681F61F640C3640A78D0C7FF521 D477981E23E5956BAF42252463FDBEC49BB560A9428D248B0C5250CFA2A49CD9 DBCEF73123C13BA382D3CF6A7B8A8CA3191D379A659F0E2C6E9CAFE9DA2AC074 F622E397A2F7C73347364AE249B11AE2C34AA7F0D27B5F35D548D5AD1228597D D16A478C901D3A34D870BA39F770885B7DE62298F0114752435050E99EA4E5E0 56B965EA185E8DF96B9FE97EE23DD45AADBFE02B427222B9FC99DA94FB2648B8 46BD30F881BAD3820DCA4D8093BA0FE70E03482CC063B751439125623FA7AE40 52DB2A380D89D5E37BF264CC73DA9A1540031587F481A0F146C6ED6F3F2957FA 19477F075ACF608CD94CE466C1FC3EDAEA3ED25C96FE89A7CBFE528A33C4E84D 465FE6FB031B48D904C5120D428D6B51F3232847CB0B7521E5CEA887FFC56F02 0882B3BB7F5B0B954E7078DE3E31D8AE65F9EA55F4C169DB7C35DB9645617AFE 078E03BF9A1BCE4E489AC9495A1E6CC7D1FFDCC03CEC1A32490186FE8B53B09B DBA7F0E23C8F5E5270D039B409D504203A458EEF12C035039A8AA12C719C0339 F766BE6275511D585F82E9D4AC9B5424312755C4B74383FD094BBB24817D6525 EE62456392E5DCAD0A0157A4A033E440AA014D5682606312F72248E13C43EC3F BBC9B4A2CF19A4AC6ED7F561EB13C3AB22FB3F3EF644B5B47DACE807262DE5C9 50578464845B950140ADD91D72D28470A5A5FB134EC52F4DBBB9C50A7523592B C5BAA056E46F8C004062298BEA010C1CF9F49DEAB58C4D2012E04E630F54C985 328DB2B6FEAC584308D71A9F5FD945A37EA13F3DEB1748320870057A362E70CD 50C269D32993CE9CD1E8CB35BC6F69E7574F37032219C6E1C960F36937B059BE B36F7750F3C73B032C648D0D3E4EE51E6ECBE73F74B46FBFD8062A3915AA5C35 D6C5C501EDCEE2D6E6FA15D53C83C39223A2CF351CD97D9A0F10C99905A94650 446DC7CBC199EB2BEBE78E9871157CDE03458BF5D5754AD9361FAD05B2A62958 51B05317B9B597131FCDD82677A85481DA789C0E2A5BFD9C2FF509C5A501B9A8 BE1F7E796CAD87CE63D659E7A1C9E7CD54858D43718C3CEB7B48D200494B8AE9 CB3B93C01AEC21EB10CD51F137E32A31A8C43BD289187D733431AD2D420F14E0 7E4D945D5D8F5ED67A1BEB43AD10687AC0DCDFFA1BD132E2E0800673BD65EBCB 0D2DCACA3E52BB29F629AE09A5ACAE3A0D12D2B651D3150EABCAD6ED0544C1C8 1D890A2C6B8D3FA2B32AF2FEFE65B9D45607D0DB5F68F2D8B5EFA562A0F0CF96 46F8B65F5329EA6E7B1867CD61CD4D05183F20A32BD6F14587295664DB57B6E1 25BD2C828755C419E6C29CFB4964C3F2D62ED5104254F2829A5932DD223141F5 3E72584EFBD997F499D8969EC75B83C815D18DD439008009EFECC17740F1C19B 00EC4EDE7ACBF221E84F37CCF92143F0EA9578352BC58B477685DA8EA939652D 8C97D2BA5DD15DC130D2CFD2D1F158122A3C8E07FF2917640D6030DB1B9550FD C17C87D79DA0759C9199BC3C04AA147E81895E183F39617B8143C0470B7E0D47 1400F7D29C045DDCB40DA72BEFBE19BB4B448417668175241F207B1DC93D8B9E 6647C888EA36F3D4AF61D780AF77034736D1FF4617A563D304E411D944D1AE4E 55955348B1B17CD1A25EE4FF9FB1A55785D67BCA9E1D6304643B80ABAE1CB644 C861E5F9BD13B703E1C1DE8433CBF9C2E95E69D5249A11D4842607D31AAFEF33 467616E4C7A25D0447DA83358DDE363D97418FFDC1814B1AE9302ED158621C89 4D0AC4B7B50E44B351E6F087FAE95F5397FB5D54A52EFBE90E772D62B9A4B97F 52E293CE3D5429AD4F33608C4579554A15C96F445EE9CAF58B6F397C697E6ABF 5507E6528659CA3C73815F434AE73DB9F72CDAE30D62020C55345ADA61B5770A 734B5B210404D005E692582B811FEC55E3FF71DD7574B3862295A532B33230BA C351FE92F71B6B8AED3516612DD760E55A38A3435F793E4FB60A569214FFE3A9 98CEB9C430F9F8207BA394D38522A4A44094107E349FFAF6868834735D344AF9 7B615D053B26B2113FC642C08C0AC41C1EC1D8FF566C46EC35B713A1532920CC B6445175A9078D2405D9F048C2D2EA9080B53C23B21BD13EBDE11BC432307837 62FCCC0D23E0D1B3E03B8697EABC096A64E0731F74FC131489C8AA244FA935D8 898A7D7E14D951415BEF81021148FE10A4FAB74EC700E6B348AB9A813A943FDA 25F199A54828C608F2A0D39C7EF1F245CA060B9CD3C1FFE80F0A8C608EF3B04F 3892CB248F0E3F182BDB4A77C9FE2A0279FF64BDA7BEA8C4F727D72BA4012FE2 CE28A9CE87772E63DE657977F83B76EBCB739A65FBFDC3E99B9B5646F7B9D0BF FAF4821FEC3B764D8B3F8FBDF012992A1D8ED0E05E44E53A3C73FE56F7952A3E BE11A7B73D67CAF77EDB75BC41D4532A277F59D20B8874A407343C56A8C4278F 774F6EFBFC16110DAFF3F87B06BFF36C7EEB13DEC25B503592881DACC85B18A7 391964A40115A2150CB3D742FD669D33B7B981039C344A5FB1940034862D7AA2 8F9621EB1016BEEB34590D1F8326FAA1A50F65F9671A7E6CC876631CBEC6D437 BC39476F8F4FBB5B67B8FB9F0F7F2A9471BBCF8184A00E1CA9C9E2C983ECAE8A 1FDF2646A4854405958B60FA07F49CF3560F32AA780E2D665DF8C50B191D5036 ABE9105B55F0EE014EAD6938C31E5B5208C16D20E1AF4DE8DB79A7E25B1129FE 46AF11F9593F2E7B985F5400FAFE2966300CE9C00DD9B591552174E12C71A1D1 3752537DEB9517BC0FE6F74A36F7C6CD3036C84B100930A1C6A29A5D3FBBD371 38A3BE4EE6A09CF4771496FDED52D91B279278CBB6F28AF77103EAD49B7F61C4 553F4E00692A261BFA324ECC4D564560DED50325661260F005A088AE104E1477 C6FB45516B2EF603DF85405E60D19CA58FEDE57ED182D65B0B9929968E41E700 6843715C06C494FDEE11CCCF43AF3052E8F0F33D5E51E0D11B679986704EC3F4 18CB819DEA0AFF90BC8483E48E0BFF0359BA00DD47C53C3668E848C62DAA35FE F56B16680F24AC79BFFE06ABA267A13CB96AEF671EFEF3F97F7F30DFE11992D9 626D842691D169BB277787F28CB68216C689DF88BF842B94712E481A5446A9F2 C835B1842E9B020448DFD4A7137AA4E57ABAEBA0D03FF504B333D2B21A259899 7249656676E19A4536A27CD9F8E30BF1CECB6C32D187A77F044232ED5BC45B45 6B2697BD6E3D3E11FCC87D840AF219A8B9D3C1DE8E23299469342CC6E956EF77 F1F8D58AE35EC85ED515E64CE0331936AC43FF9B0A1DB83DA5B1A3EE97A4E690 BC750685DD6AA473728C5C3F0893DE133B410524D0E0F738658DF961780E40F9 E488A8BD461EF2C1DD65076A37BC37E70A4D9FB705CB5A31D21D5B58ECBE3125 B03801FE6E4511F68518A69063DCF485272DCD3DB85351A1C4F2673F197296D8 A1A6CD0223242214527153EA249EA4046CA5E44FA8014D7A385704C8F34D8F61 B9F0020B928FFE52B17C918AFA14A1468207592BFC3552136AD394096910A0AA C1A4FBAE6AD2617A21C267CAE32CE20535D772DC55A1EF29F41AB83C8DA96E58 38DA4CE0DC882CE7C25E4CF004463455C989CE65F116B31343F35C9C86FED684 6E1C3998647083EA72B444341E67884C27CCE5F1F5E306E9A3A7218C8212C2D6 EFA44C00D7EFF7989C45AB9FBE69F2EBA36E60D13A78D52734F77E965619C5FD F5F99727FCD493F18294D81C3B638B917792BCA6FE5DA217BC1E5A8F0A6DFAAB D9830259E5AB473675F8DB0C0D167CDA304518A23AF461B4731F3754E1B1B654 BA1A4A28106A5BA9BBE323246E47B54E323CD89550ECE3804793F48B61919257 83D09679EF8DD2FFDA0B06E59525D7F13859A15EBEE6C71406873EF6F95BE256 E3B25EED21155C84295E7C9DD051E8A73B20F96B66B7F934387FDE0B8736037C C493222DBC6D1DDFD8BE63052D65F883707920876662173E8D20405DB9F8F785 4A6930DEF39D718525904E09459BCA66A06E099D40E3213E87E839EF1872BFD8 E41511803AC64CA436D9471716C534B959C6A6138CFCA5219D497CF8FB34763E EC7F2890E1AAFBBB1BC57D92D782AE86587D32588E976B4A104837AFF9C7922C 5CA6BD5E238707C19D3F631046698A2DE4A3696C4B87BD482E40C7F384500D56 663142510654A7066224651DBA0CB2306AA3D3CE243D0CD5CF364F936B65FD0D 02D35AB134808FA3CD8F4CDF63E2B41DE8AFC8A83764126B64E3CC1103F13E35 456024A25F48C4D21A28748D78B32F85A48EF09B15EC1C57B09764DDF931D97A 7148FCC96CBC40C525E035D4468AE5C730B1C184D238593A678033CDA529CA2C F6D03430B92FD2CF990049F4667C2B686D17B7E934E283587D016E5589332510 B2EF3AA26BA4EC319AB708FF95FFC68763CFC133A2F1C8D9102299E0F4E86294 F9918906866846B1A14FC62200A1B0C84065C5EA5BF77A046B2660C039612F03 A2EC0CF00F4FDC5F74C419C1DCE9B9C90D0E4DB0736DD4B395D977D19E2687AF F156169E4DEA25F43FD63465EA0692A13B6FE82CD3A74A941FA9B3FAF01A1A40 1C39FB4894D35E3932C20A1713809925887313A05919DD5A9D3C6B86387CFFD4 704561E791877102F07DCF831DEF154A08C869BA1C46E138721E34E1BF2F36B7 357D8615D18F7E75039D16424958ABD987D3C9EA80275252FC453E55AAF8259C B9E5586F96EE4FF0137A4D68BF1424D724BFCD5452626A42AFD60D09470193B0 E2CE9698623F5AE82C08B559F886A3D20CA867B71959E09E558B80854C283844 63D2FC90948381399641DFC8A90DBA150159E7ED6117E0A74969739D10F23E90 87F16F21F627E77B1C12A3DF63378758B390A2330703FF68C08103526C7DFF02 8D960F004E0E196B9658868517484037DEC86B75256F1031141FA768ED040ADF 83521BC7D0A946B04D0BEDB270EA064B078329F904DBD7A81C6DF6ADC15F9716 68022AC0DB7E31EC5AE3760C6787D4A9EE7F56758D24318FDA91AB86A8ADE932 7E54958A2E944674B7C16FBD7F519D88BA2C6781315E0DC0734675AC586464A3 F56E1B001D5B6E74CE4CE763AF577E2BF1313F7CF4F31A7D371B5F8052B4CFD8 6C1A7BFAEA7678E74C6492520409CF756330951DDF01D903C9C05549F9713F11 B3DF7AB764E6D3522A085A438E60067F19CD723197D2BA6C3B43EF5BC3D400FA C3275DE7A1140FAA6FEBFAC76FFFD6E5AEF78F2CE8E670405B178829B8A7B7E1 F58BAFF54993938979DEC7C5D306941D1070FA493D8EAC934794996D6105A1B4 3219C572B46117F460D7C9C95294A5F5BB1BF1ECA1C544175F5F61856557FCB0 CE9DE193759437FAD9A3EA2A0D327E6981654D9950A0B74007F34303A70005AA BBB2F53A2B1BEA6636D22BE74314D7D6B3B675BC0462440DD0C01B407842090E 3499CC7CB06A9A14A8378EF070631A5C90B2BF198D1C738A1A14CBAA51FC8827 C0ACCBFD2C393A992A89FBC42C2D9B1A20F2CEF39424DA0EB7183E097502B7C5 DAA90A92D51E32330A650CA3A49458554A579287481B29213C295ABD175F29A8 AB84C23E2B00F43F5D4EE45BAFB5393A00AB9296FEF614A9A975843EEC7B5DA6 5F19F3C128839DCD535C3B329C44EEEEBD815D73B6B5A1476CCEBA3DB832567D 9A42ABCAE5EE76D6998FB7E511F46D5294475E239ED5BE82C7475F5242E46466 DE0EC33B9A810DC4F2664B6B6484D9FF59E81B6FFE8F6F053F01A1DCF8CD9E29 4787B04DB44CEAC5AE4C8142B0A897BB682C2D85697B11DDA386F2E1BD10255D E6339CCD0ABA734CFD3B3E4888DA161F793641512270ECD6868BB98B7BFF9A7B 91C959AEB8E98BB256A48C6C2C834E0B553079A42B98554FDA97FB642CF87F9F 8ACC096D50EC7899F94403BDD6DEAA0BA57B770C21F1387CBFF9EA9A7E8CF0A4 B598E153FFB8A87AD707E7EEA8426D73B3CE34B3EF0835F04F8105608E5C481E F4E91E79242CC351E4D95C2C70E0772B58D0ABC90864E4EC3A90C9E7A83A2254 EBEE25F2660123907BE3D244AC3C509D6BBC75BD753401EF7351F3C956A59C93 28D9171B75ABF6FCCB453ABC5A9C59167651FD327884D3C7467A154A10912F05 075CF213D1522DD256AEBAC5592D2BAAD729A0F7092D5288898FB9BCC5488752 22DF501F0F9B937950815EE8A426825B599D299A4B6DAD31A4C4B89ED059E86E C31788860ED85AF6B33F9454B3F345D0F78EE0BFFCEDA129947FF8F0E5B3C972 3BAFD4D6F266FAB75135300DA8B13A2456EB6BA72C86443B1451DFA19BC908C4 DAD26F3DB377BF4672019244D8B298AEEDCDA1D0771B6E3075FCCE0469D5050A 2182FA8F453BB4647F2F5396C3FD88AC6C308D6D0CD8088DA0D3182C11B02D42 F3E6151D82C578A752CAA2F6A1331B884F70C2DAF487E19B0A9E21331663A3EA 4165D42F0DCB782A41D1F1A227FEE6686AA994AFF89B32C153F728EA0D840874 0D1D445A6A28E6133E7EF5C8DEC10868D73662834B739E114B2C49D6AD3C1D39 5E0EB703B2CC63176C3D841647F6320BCC3052D9A8FC49CA0270F78B544661FE 96562A8B6D6D7FE0EF6B47928D132D75F352554CF06979FE7873D01FBDA45999 E79597FB6D0FE96A4F70D1339BB9DDAE8FBF627EB348C11CEEFEA0284B096846 028CBB6B23F807F22F1C4B56C25EF4EB11E597C0353725DF8E11F7505A127B88 1AFB3E7C830EA9332239672C53547F30B52E14DE876128E9D25269D8A97B80C7 EAD17A5557D6A7647DA9D384980E6452C79B1D9F7836844CE5D52563EDAF046C 1656249477572085F11DF015385AE416B1B2849EFE8E7D28603724E8F5EE3A06 766DB1C758086903262349E2CE8673026C7D41CE49ABD7B564CB312780FF6D24 363C0E2F16B540DB2D9581CBC1D758984981E9980CE70161695F367321F44153 C5EF331CD63F242B60676D2ABB9B6CE7D74DD1ACF06D21A1D654074789BB5CB1 16FFFD9DF8A039CC8333F9EB9A3246C4A41397C32425585AB61B4C58C1B94DAD D19063AE8D8127673710EB4BBF10247FA9AD3B7BF314F06AE4E064323CCDF0F1 F4FF29D43DE3420118F96102DBEB0DF0C5C4519E7123D04841136CF951658539 C5A4A322A7F8720E48797815732C8464980ECC52143CE7CC391584F78EAB1EE6 1EB53A78B1C808776EC682D4B5359819458EF049C064A81C7499E0B3287684CB F339AA64C31F302A2FAD93B11ADCEDFA772318F0A1AD548AB5B1BFF6AEE2BDE7 A689526D9EB342A49EB40CB48FDED0F907422FF8DA6C97AB4A8766CA3720A2AC 103980240FCA548076A96ACE6FCBDD69DD63448564E8B86D1D52A5246A92FA2D 95A31A37AE49CD14857B79D3842C63CF22B5C9186FF1938DAEFA5E44986BCAA7 BDDC17267A804EEDD20200B67F9250C9D88F9B158764B6243CB6A62AB7BEF47C C15D96E6A33815F3A3BCA5E93781C424F2BDFDA7EEAE9F48F52745605FEB0633 6C8C7CD57B065AF47894B3A8FABB5053E90010602C76BC21D1F1A8EC89BD2215 8CF98D5D97E9E0EF3AF15D7EDA14FF2BDE004A8B7F463A3B2CDED4EFE4A3834A 41CCA3FDEA53637E6AFEFCA0C0970C41FA21D61672E5BF80F5AFC2B2CEC5AAF1 F38142 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMB10 %!PS-AdobeFont-1.0: CMB10 003.002 %%Title: CMB10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMB10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMB10 known{/CMB10 findfont dup/UniqueID known{dup /UniqueID get 5000761 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMB10 def /FontBBox {-62 -250 1011 750 }readonly def /UniqueID 5000761 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMB10.) readonly def /FullName (CMB10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Bold) readonly def /ItalicAngle 0 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 58 /colon put dup 68 /D put dup 82 /R put dup 83 /S put dup 87 /W put dup 91 /bracketleft put dup 93 /bracketright put dup 97 /a put dup 99 /c put dup 100 /d put dup 101 /e put dup 103 /g put dup 105 /i put dup 108 /l put dup 110 /n put dup 112 /p put dup 114 /r put dup 116 /t put dup 117 /u put dup 118 /v put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA 0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 C01924195A181D03F5054A93B71E5065F8D92FE23794D2D432E1428FB6D5BDAF 3F02C975AA4E0072BE5F8CC7D3D59BA3FD04709FC9E52189F55C7747056EDBF5 F85CCBDB1DDE9F9163AC7158EE8DBFBE8D94A46510118ECE6A280C4872F448F2 E6A6B36AE3224FA448DAF204D1C998D010C6BF52DDCC45831DF1EC22528B00C7 70525CAC9F6BAD892E7D5C81295A2AEFA8A5E4B6BA2C4EF61FD3FECFA2A8551B DC84DAC597222341E762620D3D3C1A4AFF2F6D68C4813004318FDBBDE23AE224 617F7BC1F3846943E915624D6BBFC555E2EDD013F190492F03CB64E5F2403723 7A2D4652BFFAD1FAA1DBA4538F2C3E608367BF95E09B853A2BBF9930D9B3BE46 0BFBEF05DA75DF3D8E11A09D472A9E45C626428A1A599C111ADDEC7A4E70407A 014F792395A2A12303EF51698D487854EA15000AB08BCCA8B2E35A5018F5460C 9B223315D7B838BFEB224E8D1DC9A0C1077DA31F5FCE0D9D499EB0507B90E9A0 1F92FB5FBB8D40568C1E8B8CD6E1DD27CAE6E107AEAC5696CFEB19091B40FD77 7A4B4F0F261702BFF5E2320C62EB5C6E9DDE142E9FC7DEAB99D90297AE0F15A7 04C0E3B39FBC85CB6B92BDA7917698230B5374D9159807ED1D07947D95802693 A856C84812ABD3EBA336B88CC8F37288CAB59790B0882A4ED6815FF6D7A1BB35 5C7B7437D2ED76E806813478007886ED1009A1E73CCE210FFA69A20D6E05A713 F6EFAB133D146B0EBD547CD29FFE7870973C1E71854C1C643BADC69974BE360A 4CF84FAB098EA3DCD2DD8B2FAAD19429B0ACC7C312B03E6446F1C1D51E6AB45F 72F11FFA078DF3196EA970B24B1BE607571795A2FDC2EE7194E9422C483799EE 23E16A737951BB935EE2C2BF008B6190E0138D551E75C9E6D0EA48E64E9750C4 BAAE32B894BE25D092CFAE894230430E43C585D0F06636C8D56BB80A4597A0AA 547FBCF12821C20F0E62369E1A9CD2343B8A8647B2FBB1F4C86CAB1F7A14669B 69DC857F9BC7538A864E523C2DF7C830315E0907CB17C8FB6E412A2A9E88317C 0026A6A402B36BDC433015AEBAD775835E5ADB4EE75FD8CA06C199E000CEDF93 00692F29C5394DEE45DFF2D42872B1370C8D4A14E144FF36163C849F9339AB97 EA87BD445733162A34E609BA1E92DC92F9AC892E7A0B39AB0FFE517856491695 56155FF0C2B231EF1314CD4A146EDB1CA9AF7DD546CACDE1E6B49BF0D4ACBC09 55C85E2D38DF84E0B779642F7E9C26CE19EDBF328104B9E803D1B03F3FC24C4C 9EF0D27C8E5AFA420A63981C000A0C1F0B3D3F853FF300EEC524C586376AF998 DF4ED5AA16D8E298C159C2A3E33048D4EF192A11287F69B11BE24D49A033B334 83CB8783383F92EFB9E3BE84CEF37796BA4211E534B0360970B9C57EA7CB54FB F582789A83113ADD2415B3F84AC4ECA15DC70878A32559198DAE67B083B0EE6D 68A92511FA8FD6BA88A42769E3FBBBBDFDAD61F99A6C274B48CB044D16FD5953 44F1503D8D1D6DBAC41C1246A71EBCEE5B1F0DCE3EE7E3A99792DD8FFBD94DD4 3A5ED347A62D301B6739AD2BCCC7C57378C29FA5A83759E7AC6F1505DF6C0E16 71587914F698608AD93ABEC43611DE709ABC3F1C0A1343CBED5F09DDB4FACE0A 8BBA9DE5B85FE9B4365358DFE877BBFD9AF08BC60BAD7C41433BBDBA17EA9A7B 92F76358612FE44F43A85588DAACCF7846ECF5C58B22F18120F895317609AFA1 06E88CA1D73C4CD5098CF44093207C31F46977B6D22665AACAD5A169906640F6 3DFFEB3937BD6CE1501C52783743F8F6110DF43ECF512D49A55379432CAB1C33 7C38B7A38DDB91F0683A052378CBED8BDE4E6DC32FFF6D723A4D1469D32AEDA9 FBF89B9604656DD0D44ADFAC39BA893808676E1E08444CE56F6CAFF3E93D8D41 F164049193BA11AF94B43515BC79D6A538C00B08FB518EB67C27E73380A651DC 4B244E8A2E4ED405EA5C7EEDDB09D44C458A883C839B98D9D6A2209516E0310C AD777536190ED06F47EB2ED61C53A2E0AD0CA4E4035324DE75F272B1CA6BC1FB B912807B7331D932DADA30F1975A1C9A8B55604EEE8A0CB514C6CAEECAF9C46B 5D5563E8934B421EA1CCE3B96412D78DBEEABA59FC603CC6ECF65BDB5B66EAF9 14B852CC04286EBEDD560713090BC417A10BB834944E007F45B61AD6E6150B9C 10A6FBA56C1B45EA5F9A5379B1A0788513DD4100B82BD61D89E6841A26B362B1 D4762EAF4FF3BEABD882700BE9832115405728C5292BE942F871661EB0E6B29D 430CB271A090B6F5399184F21ED6728171B1783C982E61DB7C0BF90CBC1482CE C6982B4F0AA39076B64CCA5A71BE73CA65F2CB60B89AFACA957EF8E6429F2182 CA36220F80EEC5D01AD7061DF45CC5109D9F0B7E2B6DB9D6C6326A45DC6C05D1 E81B636A82592D99C7B7ADA0E958A0D7570BFF1830017A6241AD62C53D4CB36C 583672FBA265142DCE545F4855CA3D9E528143AAC66EBC9527B76EE43B4F4E2B B209BD265D6AEF18D168CA7BA2CEC40DF86FF352029597A5A3B2941D467DF229 50C788D4276C5B400F360AB596E35983262A215047C9714912B2E69CABC0DBDF BF6925E19EDF3A6638CF5794722C8B92C6DCF5853DF288B9DA52A2152F98227C FC04D3C318E7D942E9D33582A490888F0C1CC1A8C4474091B4956222DE467632 33CF5DB7DA165B59A648AC6945687B0ADB83EF5B286CC469B2C9E4AE92ACAE8E 86E4C62A092B8F6C05EB2ED346DAA7C573A03760ADB3CD55B6C794FF4463BAC4 2F4A738F9C4237107C503A7EBF4F4BB4380DBB64F5F5C9B268111752FD2204CF F25085683D071FB4149A64426859D407936A3D1E2C627652C126D8F9264E2919 960ACB9DD61BDF973492CDB1FD20EA81E06BECF5E164A8ABAC12926DE1CBC0FC 6693737B4875F465B5623C899FE129B3A52A2BDF104F8B8429890AC870580C7D B078A9E26C322D1A8AC1C6B2BF340813D989EE8D054882B965905D33EC3F4278 DC41BE055E0E5F73B5A1F45E9E69718F5E155B4EA30B28BD28C52C6C322F2E84 674CE600D699CEE1D2CFB7212BD8168B45824890273A0AAE4757D112980DF2DC C3026300B4BBC9B081817AC7F4D48B309E66CC7455708C772A08EF6FAC829363 E27AEBC3E7D0A91984C05935B16E102E81D6AAAC347E38EBA40125543263BCA6 9C6F4AD6BF8C3A90279FCA4A99D9290C3B8E0DEBB4B2DF932F66FD47AAC3094B 7582FF8265CFF8BBC7F79C8C74B1FF94B26F3817A39B5FFC6BB562BF6DBF9CEC 31CC3BE4D7E431D41D55D96C4F020486F993781828E9E8850192F9F6BA350AAA 5E292210B0EFA4061EC8BD6EE15E3FAA4AB2F54110D17D29BA32C0D28559FF32 D164DCC98EAC78822D6D6AC6F4871D47290A11C83670374F072A9DC723096C89 EA584D43BBB13584D9B8B1820C415DA2E0DCA1B50655E81B47B9AC8343DD8FAF 95F4771ABF81361EBFA9259EE8901F31C21E95DD22FE04BDB77D23DA561FFCE5 A7708647AAF65FBA2FD95E843D839E5734D4C08A215180C7244924E002A965D8 AB29470A1B86065B4133A9A6EBA05EF1AC67DFB5ED8DD8C11450233D2624EFEF 3E6D3DCA7E23ADF174BC83AF25A1D7529E52D39C27DA86A2DF4BE4F8A96361CE 7025BC1954C75A765ABC95B4AFE0AF5474653E6808F85893BE6ECA1A37F8B666 05A9E9FBAADB0DD86848D6FC48A1000FAB396F756513798E09D29ED6DBCC8466 40181BB71C92CAAF8E240E16304DB9F4B0FB6880004A0F9AF6228E60646647D1 669577DA709B4FDB8721B95B07B4599652A303FFCEBF858A41F08BF3B83EBD31 74EFA947A8ABFC7467D6CC544B655A7BD4B6A4F5EA9BF11CFC9CDCE14FEEDEC5 9116A3FEF962932F8B105BC4C51744916E8976815AC286B1E682D83091E9C533 839223A68B9D977C41107F597E05C3D8C1C3E79542A990B0E8E22F34BBDD8E47 B6C2CAF54B72E8F0E8A41DB343934FD2C33B6D77AF2E9061C4E76BF258CFD615 30AEAECE9D04569D358541C346C922A01D017BCE85D4F083AA9B6939D85EEF29 335D1BDCC9E6D5F7F58EC2BA2D8CE50CCB38AE6A2DE2F695B76831F8F591BEC4 EC6391563D18E4169151F552B5E1601B1DDA6F93E5C8B5F4FE63F5E002AA3C15 E0C8DE2C735EE00E9A2A01530FF37B7FEB0FB182A4E381CF1BBC80D743209814 F99002980CEBCBE3E677005766CE1D0AF4DCC9F103499D1961771FFBF01B833F 1701EF6EB1A381A287F73E519C01084241335905661B2E8B86B398C88F39BBC5 09FACC1344E15CC7685708BCB3F43EAD4E24A84AA0687FCE0A2178D9BA84EBB9 68E8A727DAF9A0B28A7CA3B119798603F9BBC6728C5A6B4BFC84C95DC4F36839 C2649E364CEA39A4EDBBA4C0E27C61648D38CA46B64E8CE797CA3464C80214EE 28A1E58B387AE0A663A39F04F57899ED62FB0E542EA108AC32490B4B2BC068F6 2087BE9C9C3CBFDD80F2E632BC4C971A79A0A3C3A5607B997223A9F6373EE51F C58EBEE7756A391C91758A1F6567F532A5EB762A2927F57CF9F0E845E4F66B3D 8100D1795B706FD32944CEF24A054650EC911A54A22F4F35E3034AC70F07C98B 8DD43BE9F7D68C50D6449791F5331A189706D9CD18417348B9F296D8D01368E3 2523FCC0EF33B998FE925B4CC7BE329B32D6AF791BFFACB60E4874412C8C8676 34914A453A592C7614AEE5001DF3E5E8D9335A155C65174B940E1AE61ACBCBD8 A41D7E1C6FC0680E094ECF65C60CE714E6EB2A1897D8A3F39FF58D64EF7E9A41 4CD8E55BE32CE8CA29239A9BE3FD6B1DD5CA5A035AB1FE57CAFACB8A39B6A877 C853BE6BAAEF5714982FBFA414EC128B61326B60D83076E690FDCBE3D2AD256B FA7A15B804402826684AAD933E94853CD0CDEA3CCA7DC833E486F431EC4764DB F3FB244DB99FA0CA2FA14DFA75A326385B3AF92AF8E4C6D437DC3DCC07FAF25B 6C0F270333ED377B08E498BC3004C25C7A991DAC9A3E0D1FC43E2EB6996C7269 7A864CEF35FE312DD8F87E37AC69490299CEF9B059EC7E7492D1D6E5640E0AC6 35B97F7A629B6B7CDF3BF86D2B518EA807B03E4F79DEA59C84D98E4C94102EE3 71A29649ED75F5ED02EFEED8064E2D54E8F9CA0C4284B987B81B7F41FD7DCAC4 FB9C3ED70774F9FD09F3321CE1D0319C1129F5868DABBD183045984748C8A3E4 53E085818729A1353B13C78E63E837DE483E9E2ABFDAD16534420BE4D7976D35 F56B86EEB90F663E9778A6E0CD698E6324EC2D19901972B74EDAB8F4073E4F37 89082F08735E8345BA167B2B76C77703C586CA5DAF41C0DD0E231184DECD8A9C DE8FD239B6CC636507A5BE6EE5283C06A1D8D59E98A31AA76F4D358DBC641DE2 ECE3D9F2D262FE2E878E909A950A7642A3F59995519D541B96D459F24F12682A 9AE61FC08CF436D9DF060DAAA90884A1281B370A2F824704B5347FEC65E14E7E 3D212E29723427BBB12C1CB91B28CA47D6FA8259A875EDAE4B49C33B2F73938A 784C1E7A7F21873CAD55A868A1451B070A3F259A983293289B131E07C903D7A6 3CC66CEF8C4D2B6736282896A2683EEB944B67240CAC5FBD8A1392A875245A9E 2611B511909A041846063E465473D41958104E92519C0F86706AD640FC6CEA10 620C9718C4589D9D562D8810CF6F461B776D5A1B040F8272D43C029C2A695D2E 86CF508C4AB11104E575E13C2EF56914E241279BE0558CD3D59D25BF13CE8212 3D7AD1F25FA5A9155AA06306C7CD0F49E3498856318B0ADF279731E1769839EF 98657EE73CF07B0585EECB67F5FF609E0E3DA1B78F6A8FBE2F2E0C051237AB4B 1587DD72BBFD962E865EAE0CAF1A5C592F5019C7533BAF297C0F78F3287838D6 CEBFC8B5969486A5134DA76B4961C8056E1EF1F2AD17F19D7998175D66B3149A 2CF21CCABA281EA0345EF50C1EBE7004ED495C6D03963B639A66638A43C049C6 DCD311B5F86EBC814BE42D432EEC87B861FCBA9C8729FA5AE87E20C5B30B8E5A BB41189A42B9853CA408BA01A559CAB722AAC3DA28E70AD79E1BBC8B6FCC937C 180B5C2E20B03D3FBAC60C83F765CDCDB3146FE5C0B02911F6E120D63EDFB0B0 86CCF83C2AB62922450206D3701588B54A8B232126BE120432E6BB2E25C50B13 708D742A44E20176C54FF89F4589B10D5396C94625AEA1914AC168899FE7AE9A 7D90DA67A5EF3DDA25CCBB18DBAC3AF4AB889528A381542185821B96CCFB4302 987611DD5B5B8514FDD7F5148D1BAC9C34567F75EDAB317E0B8A7A76604A42F3 1D46332C4791006DD1AB657308CDBBC7314592707EB163326E345C2C5EA05B33 01FEA5B7A346E6B1B6EF58B692150C6116B149B6A26B493674337A9C1CB4F42B A7A80AC587F9BBD7A487F407EBBF9978840A01B5E7E772DF7EF28481E7AD14F2 424816AAA958320A0E6F318C757A474F7B05AC0F570094372CDE877B479AE3F4 90C257A2B3F443DE43D8A58594BE8D4B5C7E5E075ACFB1AFAD4C06415266E168 FB38C1CA256287953EDAB1D40537A3633CB52FECF3D35BEB8C2C6CBEECB54BBA CD6E043EEF68A21D7639FAB8D1006B1119CF92350D9773502F7554B4B3036EA3 D747596506FC674DC01ADEA9B45ADC43B9E6947235E9BA30FF462252038D91D1 D908E9132A946FD03B86A08885AC44CEE72F0E27AA63A901F2DCCB86D87702D9 A66F35F06D6640115B075B0260FB116E24E795E24DAE988CD48A95FFD3116E92 63D02221D272531186E2AAB74496FB78A4064C9C9772608C49D46E40FE28088E B5109171E7AF69599BD8BC1186C196EB11FB4132F5C9FC1395220392E17B66E2 32215E54E9483196341D6DC691FCCEFBD00DFF4C095FA8AB36A374BD5E1F5082 730A698AAB7B57A5399196ABCF7B7963E2970CCAC5E9A5EC552CDBE1E2EE1968 B81CF5BDDFF9D385C9C1FFD726A0C52A4CB0C8121E77AEA16157C1EDCD1AEFF5 5607E8F5C44072DC54332B95AF28417E2D45B4685F270821EB6C455AC147F938 50CC9F7F2006D933D0664AADBF5D7E3E6DAD57527AB59DDD13BCA392B059FAD2 E7833AD00F62EB89CD7BECA9DD479F7CD7C981859EF43CBB1EC1681081B58A39 2CEC9FEC039082771E1BF48968431F72817C8156D0D6B65DD33D472BCC49496D 1F5FB1796892C6A45BCC65BECF41D8604B811824739647D87A7B28FDB3574478 9807DA2557F411E0BA7479F31B9E3BBE6F3CAAA653883A9D2BEF2073F47F057A CFD20BE1371F17F5B6F0A9520F2EFCC3C04A24EC272C43E1F587ACDAFEAD7076 6139D04FD9A50F67301D7765109C76D6270D2DECC94017A877EF386AC7F625C0 ABCA9A6D15D71AF7A5889403DDB83EDE87EF5A69EEA97995CC1601160B296750 32AD8D65A456F5471AD4536F1AF41A4D370203F897686CAE7C89577D3A843E90 9C08CF3E3D489625256DA5E0984BF971E0D8D251AE5B09C17883CE07750051DF 770B920AABB2E80A4944EF613891B4EC3F9E214339AEDFDD5DD15240933DC82C D878BCB743ACBB562A41BBD86191E1129718826681FD12981D4159C7432DC3D9 AD4C6C478EEEA0A34030BDD0B9122E8AE5F0B473AC5A48346D56C2DE42815D19 FE378D252960D3F56654B31C58CBBBE0D634FF6EB81295809AF12222C58345C0 4595590B2DAEF5F3CCACE8AD4CE8585DF4099665B05B32FC49160ED307573D18 6C4D88C07CCD1BD4A0179BDDE6524D8CC9A70318578646EE6F4DE040C56C90C3 C5C5827A77DB584E95F55F083D07AF133B31DB611D1831D93180F66A13E86AAD 573C57B42DA521764563F69E7D4E26057622C17A135716EBB2552F644065C733 451295216950B589D09E00FE06779D50AA82A4653649B7CDCA11A1FF27AFA7FF 189A798A6DD355CE23F77BF90DD88672ED1AE3C262A2071CD9E6E8710E44EA18 8EAF3FC2FD7A203792FD5A925E03F5FDF5FC3C0D975724B9C0EB5891CFFFAAF7 AC4180C714BFB1BC100B055AEC13D255FDD48CDE21EFBBE6A2A5CCC75DEAEB75 CA1B5C649CF209DAF2ED786DC4D0E02F1AEFAA8A7B2B96971E35DE1AEB60A50B B4E5B18753CB1E6E18FD08BF00E01DB6497645F29D666701A930476B878C7843 D729490D64FDFA946762B2F71AFD7E3CD2A7B155D6445774A471A84FD5CDEF48 1419EBD5CA76742B84B005FD3D7F5D0A21D3688B721A953CBB13E034C2409977 31CE009B2D4259CBB97296F780D1A2E5CD343CDD76C64AA8950AF3C91C00AA8A EAC39B1E827583F24ABC0D95B1C66ABB133E5777FEFA4684A32394049C916FD5 F918C04C9BFA36B20F7AAA6CCA6B546016AEFB8DDA1FEC0187D666FE6E2B87BB 2667C8ED6498218B8D27DE6E763B72065811BBC93D70014322A2CC75C98CB303 76FDB4E806A8B470381EF1E3B0392DA53AD615BA521675E0ADE6DEB6F5F49051 826E8F3B43401126C59566C0397BEC4A1DFD8DB4AB79E9F77AC820603BC66ED9 39D5D6906EAC7363772399F2C399FBB04C3999910F71BCBCCA1493738B9AAAE0 99D0D1EF8A86ACE36D182A09E805D7E900256FC90C4DA12F3DC4F7B700C6FB8F 1F851299086BDA5114AF5368867DF53AC82530377BC0B811D9D1E0A6F5018564 F4B6506DDD9B7AB455245DB24EEA84D2058214842079F905203856E4ADF9CD15 9EFAEA2F9CC9F0794B66F07EA9CFEC5EB779CD8068690D402ED9F1B1F4F66C36 CCC607CB14ABEF995BDDFD35B79335F52957AE89C111E88669D5F95509C4DAE0 8985174E1412DEAC7240C79C1CEA63BFC33F8F4AD1D3A2F039620F26683D637E BFF7FBE78109CAB35AC2BBE1530CC011438F8EEE36D8FECDF71D0B5D39CFCE61 176B762BFDC2648D00354298007CA85548565D77E70602F821D10D60F6C5140A 2BD6435C86A08D1498C16E16985CBF8708ABB21BACBE288E425F08C7039D3710 91C2D6CC043C3FDEC10BDFCA7D2CAEFF9AEAD776FB38C4AF99B91BB36D2ECC1D 213F881840179A5DE74578305C2CA5DB46C264E16DD48BF2EF326CFD03107211 05D9AA08EF575D9B0B88FF2DDD665FA00CAA64CB0FB7DD8A61DDA0839FCD6BB9 9CC6D26116443B28CA587BFB1E9BEB3E581A2B903BB5F1BDB61AE87F19066402 C1C1F17AD1BB2C4C62A6E14F8B91FE283B388D9CB7186D9AFF488283F37DA33E 6EF52C843C28923D52EB07D9AC84A09AE9BEBF9E1A5F15F7B696B38ED75E02B8 D8001CFDDB2B3AAA8E002523E8709035E546E7E34F8D0F194B056FCC2032F057 7760A7046AB969DD2A753942F7D00778F4B52CB6D7CF5E36BB4EE5F3F6B90C2D A0C4556CAA75FFF38BB89A4FED466A6C72B60B4C460A8D721F73DBE3EFE2709E 92F3D41B78E66B8DC57149BC97BB6B2F3CBD95055C5D3F33F54F9E73BFF8E6FE 75F438B0DBCEF9F81B7647BA901812CEB0DC875E63B9AFEF9DCE44069F829E51 19384D58D86DDFFE048328F528BC0DCD5AF442B34ABCD7EFC0F9CA57D58C3FB4 A378896F99B889BCA7F91E168174CE873D9107FE0A03EBC91F1079893E8A97CC B74DE7BCAF55FF95B1DA7A7D021FE32AE992CF9888E6279B1C0C1D1E34A57367 BFC3B94709BDA6033B95BCB275B18EBADCA7007A733D3F4A20948D40F90A4599 58EDB034B53BC3BB37C5190D643FC89D08FAF34AA096877AC5F6F2F5873D8F6C F5C10209A99A075276CF8AB11EC6790DA9A61A18AA35C1559A03661C23412D2D 3E4EBFAAAA2866BC4E1F3D58EA32CF78CC821BC23101BED20F593EA7B00933EE 1A4B22D70F72DACE795705FE5BC742D4D31EF0EB39A82817AE84C747C997106C AE57D70D6093BFF272DE808E667A9E27D077FD91449471AFCB70407C2E4E3E9F 5078413D473DCBBFB4E8D8F90096B05D4F16075D81345F5720F32486065392F9 EA3E4486B7E20D9D244F25E1E7E3AE152D3552B8814F33A6FEFAB3C2944B3C03 D7232E1C7B20701776F51AE7C386D9E84243BDAD9F04B16F072B89BB6AE32CC5 24FA650912814AFAC3053949D8CE6A74E2A6AC43812A70829F1E634AE25B9FD5 D97F452B66DC10F8D3DFC25D71BDAD724CC3B1DF7BF9B4215316235959D73FF6 FBD20768D43F987EC42FE7D89A80E7DF7EFCE04E7EE718BABB4A57E0457B7FFA 9FCBD84C8C55DC60B493FEB59E45ABEB6CA0EC9F5B82B8564361A521E1906C42 34D13FA03682383697C9F46336936A1C8D637BC56F28ABADBD3327C5454E52BD 5B660D0D703523C49B656982740EDDCFD5C9F490DA7BCADEDAAD035CF1B2A50B ABCC928B627603460B071D3785E2A7F8DE9F1B71C263AE6CD2640CBBD46FA644 038FFAA544B44997696E40BB2AECAF9214775091FB2141F43BB8999E2DF54D40 A7F231D115936AB1437AE388385CEC72EA4695502731DE134DBD631057D84B7C 8219D003633D98D5FB104640D365845D5F4765DA350537DB6A623D4826ACB7C9 6CD5DDCCABD176D0886DA94488E5B4A9ECD07D71C197CC22DA88926E5860F3CD 0DCC3721AC11A14094FF9A979F37B7C9963330845F227A7C667D2E4D416C6373 780FD4BBE9F82D21B76F5940B59A451C7D142E089391B48571027F0B141FD856 0A7BB2B67ED41DE876A9EE66EA464869A16C43318AE333CB6481B0F0F0D95BA7 6364938DC78A455FFF27647AC6D646D4CB39414F71F095969F84B34FCE189604 37EC1420CFBE7320CBD0C02C25ECBB7EF52615D94247C25C6C698857C0ED3540 FEAFAA224675B1B2330E206AA4B2DF1C76088F4403C7C83400D615498C80D772 0C815035E8DF0BDD050F10B62499FE2491D3E27976F69BC81D238F622C0BE08D 3E172187D166B190BD840AA7B9C411EEBD07899B75F3B12ADB9416A04A99A442 FE5F2143559FF77E620F92B71E8D6A9C1223756DD2E7A8B9383367BDA5E4ACA6 8619A7F979DAB9DCD5496A8D8FCE773FE2E858563944C883C763997C13B5E7E9 4E00A4270707243AFFB9D5BD18DBAC106806FE3704D7DE1C4F72DFEE62C9ADCB CE2C2ED7857200643E1A3B4A307237D6E45CF7D1AE02AA5AA638225365FD72A9 A752A137FD06D3C1C7136FCD888BCE22CEA4086BEB6E64DF6C7FAF1D83E3084D 035C01D7BE6B01F921C8F524C216B4C742238C8704B7DF137E9E9BBFC8A267BA 5652443CE63E77B7EB074D76BBA2E33958DCD8597AC6FEA2B69CECA7605F4D10 52832E6D533C8152D15CE513797EE6DBAB82DC379BA9FD291AF40D00F7965DFA 2F81FFAD3CAD74409A01EFF52A4EEA2819ABCFF55DD20EC466B04E3E1A09D126 CAB32875469E9CEEFA2AB097BB9C889A2DF47004F765D38B4887285E3BF4E805 181F8E5412A8C5780A7510672C0C0BF36309C2EA5BF29D63300FB3CA489BD733 ED060434470332CF6C51CCCE931427F0AED345FAAB53E11B9C09ADA62ACED4EC 595F9B472E85C16804D1E5DF25014DCB87443B3C54FE6E30E27E28E2DF7B6D58 A028186EAE926F436C08003872C3434DA145143436D59876D48C241D65996087 1B38FA617149911BC9F5BBAFE56EC09CD5480585B0843674522737FAA4EBF951 65959D392C02FBDE9281B7F60B7C529FAE986A7860DC7BD645C420A84C4A0C1F 6F6919B40FCCFA99A878A67D2BEA54AE04092A17E11DCFB6EE2E447F8247E0DA 3F0C3C114179FFA78829C542A255AD206F40915F090CBB4C00197E2D88AD8433 867AAA90AD02AD6C73C534028167BD072801059ADCC2D53EEF957358D7D6990D D9B4CA9726CA5502ECD61A1764E8E4A7D935A2A8ABBA9B9550D4AECEEBFAE586 FFD1928D1AD4938A52123ACC87BF4B4347FD7D444A3862FFB33AB8BED6300152 B5FFA1EABC0376A1E5F9E3AAC25FB09161942078269EC141C6FD530AC8BA1A70 1139710732C03CD3684CC399CCABE5706D621FD7E9FACF4BFC5DFAA265E68ABE 2A0D3B26BD9675ACF04AED7A9A8F2C0D7DA02EE86F10868948EE50EE6EE17F45 F5CB44133CA7E074F522A3C847B2C38A94354134A5A7BAFC892C9EA2FD2BF51D C60F78C2EB1CDFA1F3AEC90F9CB894E9CF46F2CFF9C99C256367FC6ED4DEFF2E EFAFB1B12A6D6CDB0774CFAEFA9A645DC641A162D5BCFBD1532725940FE81603 260D450292C46F3B09EEFE4EBC8E9EA77D2B090AEE2D4DAFCFC72273598E1FE7 4187B48177B44FE43F283CE97406D73E293AEF8F5A75FCF9D1186E9401273511 C87F735745750868EACBC562EF116B5DE5D1E64990B641E0F5DB1F5F04953A14 4BA97D5BAAB57980BDD86B31992526F12590D8A23912C6B69CC1DAA622B78BBE 92FFA0FF069BB406309FFD3DB968CD22A0F15646C106A2F5E9C9546E99BFAAF1 77A82A2D400789DD03E43A7E64F6EB175103B053DA13964038F718E07185DE6B 4F7A64EC50F2DB6579F5592950F03E73E94B1CA3082C1ECC15535EFA6EBE6DC4 116E00BA999B430A0394FE9CFC91AFC2757BF871A7EA73FAB42D60840A009368 4FC338CB83A4F85E247F1FC4B5F2E30C7E93A0794BDFEC96E6800080E5B3E371 4CD59AB7482EBD67DEDA8CFA292F2C5907C74473AE1BCD23DE6B8C63E0CC50E5 163A0B58B421FB5BA24049C36FCD3C30276518353C4B9A9C77EC3ADDCA11C465 5C672CB6B01DB3CCD5845F1CF5666D6C1B1A5E0742C8 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMTT12 %!PS-AdobeFont-1.0: CMTT12 003.002 %%Title: CMTT12 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMTT12. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMTT12 known{/CMTT12 findfont dup/UniqueID known{dup /UniqueID get 5000833 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMTT12 def /FontBBox {-1 -234 524 695 }readonly def /UniqueID 5000833 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT12.) readonly def /FullName (CMTT12) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch true def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 45 /hyphen put dup 99 /c put dup 102 /f put dup 103 /g put dup 105 /i put dup 107 /k put dup 110 /n put dup 111 /o put dup 112 /p put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7 5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99 8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716 EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C 02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D 46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A 4B60D020D325E4C2450F3BCF59223103D20DB6943DE1B57D05DA0555DF933BB0 7B42D264831116C06C79335D519461E7B0E870A6715E3D74A08D1BCF86E3BCC3 A43FC6BAD1C68BD9D4AFCC06D845FD1F1E70D7A47F0BBCAECE8396E04591E5E3 4797F646AFEEB7DB548183F0B74C9BB6BA2AA04E7F5950EC8AE97C741D4B2C5C A8E7A8DF5A36A30B5A7592D95E1DBC63EF33C92FE459792CED29E2B8B6919251 75EF62089BD7D44A6E1F9B62EC802FBE62B821DA1C3B2DDED45D27964AD29ED0 9FB7868F3A8FEADA87A8E42D52C1EB7229D7C79B60BDA263F2BDB025AE14A507 098FA274206BACFB4A0A7257D5998EE8F0FDCA79CB61DD1FC59DADD11E16BF02 ECDFD706CDA1E72054D4EB55AF7BA9F19955886BC0BD6E0E3FE3769C94AF3581 DFB2BCD67FE2892AF07E858A01280194D8DD7332B3D0A585C87FAB056C2EAA9B 5AD48D1C9F00CEF8EF0D1408DBE1C03D04B231D7B8D5D998FE0CD7EE19828EF2 F988EBF6DDBFEE00F04A4A1F4E1A55DED7EF3AACEAB5005F1962C724A017C914 2936E2E0DF26A55ACD7DD836C6035CBF07981C1BCE3615064F0540A1034C69B4 E3908E76EF8925D486DF0B4A8E1F02D8AA99585A7C31847AB9382F83880C1C21 C496AB2DF8E7BD4643B28B704B5F6B53429D3EE940A79135F5BF0396E5B46F23 42AF406C26D12BEA7A41F332AEB75DF43C15334CF4651A99F602036946B1B91D 4BB0D2E51C20216D892C8173241AC8FD15A37C3CDD8AB4FB67D8565AFA61C068 95E3D6E46D7C09BBD09428207D506AD43C693F3C3D787F6A5C39084AE45E81C9 830900DB50DAD10A17E118FB5E9680B5194716A788FF7514A1167DD1A305FBE3 FC1F39A39F5613D50934419B95A4A2FE1B6C18912CECB86726926F6B77B5C3AF F38F85F974A2D2145BE010EBB4A390B842BC222AD4A0B7FDD882668C04C51F19 13FF91E7CFA0A0F4E99A1944B272E0291BBF3F9ADFCF3F625B87377AFEBD9F11 6385726E908BAB7D1357504048C0F5B26251A1FA52F08BAE1D64B9FC32A684AE 896F3DD0AAE9624050D4DFDA25E581FB2630E8840AC5322D38B92F3E77B55CE2 91ACB8321BE53A2C7D274D63CF0C68AC833BAF4B22B26EFC197D4A893A5AE492 660D995DA9294C16BED1113CBCC18AFCB5968175EE2FB374B1AA261F22CD75F6 6E7295A254FEFC41A66EA6833A6A4EE0E75EF6B6FAF292DC5D2AFB61D5203DB5 4BAEAABAF39E9F98B45F22F2E37F337A7BA412807A31B4A5A4E1627BAA964B77 6AA397D368985045244ACE969799A9489CCA8FEFCF2EAF262ECE08BBD9573C79 2785F61EF31347E7BA6F5053CDC3016406B2BE245D3802D526B84138B959B5DD 393514132E23F7CF49870B0BB2F8248D3ABE9040B9F584356D78387CF7DFCC55 53ABBAE2F36CC7350A9D0B428DE480865F27A387B283688DA1561B16814C0F24 2FD34DEB44BD94E09E041454F22B32FCDC28F428501DE2F4A9911C2DD52A7A6A 918ADFE3482074ADC6D264B1CD13DCA3D385717FD56909AB338C0ED3C7942D3A 22F5906DF2B278B1913BA5350ED462844B763FDE9614BDB2330B59193DBDF418 F5F96AB054D72448EC8ED0B9D185608297F83DDBC6B1C8B7AAFEB504376B4717 1D9096201D5133F6CF66DA245FF7D33A77B3060D1E65D849D2968E59D9965617 3E570BAD003E7F4651609B516A4F94DA1B7AEA7929E86054B404E36DC418C63D 2F200BF1AA23CB134FE576D4944302C969561C704FDE44F8DC35B03BB9727B64 195930EC34AB95A62CE2E496DD0DF569B81342DF2ED4D7C7683C74E67B3E560C 9A2ED2ADD236058F2D70829EFB78047A763780B4F042B7DC66410E3A8E905905 38376D307FB82706EBBEBA05D41A0AF78E6430F5256273E04FBF7B1D5DEC2E80 3AE846D029D42358BA20D9F3F505E2C40AB4C82BC29E04F9815DB6DB1EB3E46A F584B436EED2ECA5FE32988EF1F70F0006C8686E07283A39EDF46937BD292B39 BBAC66F611FFAF25615BD1471254D8B2CB3D03A1C10E856589D95A2916F81C46 BE2DAB598D6F8DBB9DEABF91422D7CC15FFA40E8202EB2ED55AE1FE5181E8C6B C716264E3D2CD3735DF06135C45C7AF5F623B4AFF16F693479E784F9FA20815D 3143536F4B82A20A5CBAD32F269E58A256ED49E614885FF3ABE7DD5BBBBD4398 91D1166603E5DD3A6D2B890D168F02961725545C107A509113E5C9B4E88518D0 AB0458AA2FA6804A9FA6D1808FB903FAA1977169B57A40A58961460B159B4E4F 57CE355BBA9EC53AE3B694B137AFC78B9D9D5C754EBBAFF335908FD3B3CFF94B 021104198F65122CC2950602A1315E74DAE0A10EC1FCB27C070550D0B2FEFA81 93EE234029F635B55A6D6BFA603412E1A5942E9D4DCA1149755554E91228018E 96EA5C2EC226E21D6D22B965F0ACF69006DCF31D74106FFF47311987EBE229A2 76B716F4008597232DF478B6DF0D747B90FC5920407A0EFF6C7B43D1F3990F4B 694F7B2A59BF6296AFD5123136F2FEE571D55D5455DB4D695DA4975042EFC5DE 83CD304D062279C5DE790059211CBB6F87FF23E6142E1C622E2CFC0479134B85 9EA866C97D7690DA5F1EF9358462FBD4863E81855135BB4EC5D26AFAE86074B7 0E4140A1FF6E35B64C350D2B5A5677B107A435EC6BAF79FFEFC6920E768A1907 E28413CF454B67E2E2B78F2BF4510616A5E38FBEF62217190CD5CF8207103EE4 6BD73DAF1939AF19BFFDC9B13091AEC3AE816DD1A9212D09D73728FD3F383132 1068776C83BF9D4DFF8EF1442A429A2F59209BD8CDD8E3E81DF93C7AC433B34D F35325CF874517DA464A40C84FF9CFEDB0C5563FEB920F3F480C47A447F809B8 25457E99D0B5FE56001383AF5BC43A96D34DA690A4BF4E3C487017903E7B371E 622B469D788539B41F2F67D6DE9960919F1DA04092CFC9DC987612AE8063B81A 31DCE0A4365DAB59BD59378518466CC6A9C3CB28400BDC235FE0E070C683E430 2DB3EDE6A9646A2E13B96AA30A05CBE086F9F1CA44CF111E3E3E2A094BD22D67 84ADE172FDEB7D3DE065D91A25193CD461D930E01E2238D21DCE9465CDDAE7B6 0BB295A46B12C842B4A609093F9DAED4972485ABDD1131242B8CDEF08B8DB762 D2C2990BA285FFD81BE95F264546B4E0CBD367A73563F20CC1410CBB4D91921A 341FF9FDB8714835505C427B96089C0C30EF891F689F772C46CD4D15FC73C7FF 1BCBFCB72F4A4127F5FD78856669386762EB91C751D45305BD09825988545903 1D3DA2C3A5628381C7673276A5D3D56B4B 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMSS10 %!PS-AdobeFont-1.0: CMSS10 003.002 %%Title: CMSS10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMSS10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMSS10 known{/CMSS10 findfont dup/UniqueID known{dup /UniqueID get 5000803 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMSS10 def /FontBBox {-61 -250 999 759 }readonly def /UniqueID 5000803 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSS10.) readonly def /FullName (CMSS10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 40 /parenleft put dup 41 /parenright put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CD06DFE1BE899059C588357426D7A0 7B684C079A47D271426064AD18CB9750D8A986D1D67C1B2AEEF8CE785CC19C81 DE96489F740045C5E342F02DA1C9F9F3C167651E646F1A67CF379789E311EF91 511D0F605B045B279357D6FC8537C233E7AEE6A4FDBE73E75A39EB206D20A6F6 1021961B748D419EBEEB028B592124E174CA595C108E12725B9875544955CFFD 028B698EF742BC8C19F979E35B8E99CADDDDC89CC6C59733F2A24BC3AF36AD86 1319147A4A219ECB92D0D9F6228B51A97C295470093CA270C4488BB4EB864B48 63941B9739638D2E6F3CC778582B46AEB4E466D89D1C211225274356A4BC90F3 274C6AA56E200249B7D0949A3FD4185DCB3E5286910EFD7CA72D5D8E8052C96F 388D12094B87D3705CE64459558CF024667C0FE96CBB32B0BC9E51037D7BD62B E4B05FF99384E71D78441A79B0B1DBA1CAE02434A9FAE46596FB86B873B1670D AE0BAF516445A0DDC127F8FF3ADA0B10EC30A9CC1F7E9248828B5E8AB46C3FE4 154B80A54128A08777F5F9B8C519C7E3B632B3476F007FA156E9F39FBE57638B 4214CD2BA79BA9DDA0F4C073AED814ABCCC2F7906C57A872C00E67FF03AC1200 29DAB92376422FA21C67CA98BCEB8C431CA2D3EDDC16972F84BF6DB2F705BAB5 CAB39C82D139FB1304B9E7BF1F6FF447596081D5690B1519E468D6BE49C329C5 C9C809023EDEB9DCE4A6D52A8049E0CC134E8B41BFC6558CFCAD3D9D2773EA16 131567AE6231B3235869767A1E7C1FA6C8D6FC1B276CBB1CAD14D376188C9682 302836A9290E587D4225EB8BB1DBA2C4580A81FACFDA197174FE948CE757C575 F23070FD84DE121955D7D9307BF986C5E739FFFB6CB76822C341FBD9FC2E3378 AC9332B40C07D5B8745D74E30F1D719EAFAEDBF5FBC40D0546F69A66072D8A49 28D2CC2E76B9B1EFD191E0BC7510C2C8761BD92EFCFDAC263342A01398A56D18 121A591FF5CD4AD8B25699A7897E60BA940336BC17B9EC9F97C2464D031F958A A3548D0C97C50C580B6EEFD0FE8330EE2BB0D2E7FD1DAE33448953544A4B1C5D 8EB57798D0ED4B22909FEA78ECDBC4D8A124DA05B9999242D68681017285A0C7 69041C1F79442279FBE328733EA0A6694D68BA89739FDB9297BE0CF1808C07F7 BBF6F1538DFE084EC8C0EC24D883F6CC08A51DFEA23EE920F44BA55FFF58E960 C7BEE551FCD2D5814DE7E3F835608073C2CB80EC57100CFD484C837881674E92 B217F4D11165427DACCC29C129005874C05CDE5FBB2D912368EA2B98C45AEDD8 8A0D2493F60EF36809C8C6EBBC7856F6656E8D398BCB29DAACD4F7D4300A0B01 161CEF51195D2C58DDFBCAFC1C03F49304ADF02789889826F1E20BCC14827565 F2A45CA57DCC61B52E33638A0C6C5A59B145E82B82571DF1806EC40FC0E8634E A34A791B1325571E19F3AC2EF6FE68A14B0ABEF7EBE0EDA3942E85E5AE967A14 0C5AEBFF2A36DCA8866700CB7082D2ABE470864C44AEE1F6D180D511304C8674 D02FAB12A7079ABF96E1CA3CDF9D75532123E87663B1D524265AEF63EB5C2169 B67A651A101E1C7EDB008D3DB06DB1FC1A81B41B291D6C4A58FB57989FFCA434 DA84B3914D1D80B17AA3A55A70BBC06C49DD5F7DDD03FEB0055088558FA192A5 261477899857CF598DB740E82D035E84CF17B33048CFED2DCBEBC2B75CCAEBEA B6C5AA1C6978FBB36ED98D9047028360ED430A0AA69AC85A8F83825EA649E1B2 64B260197B06A24A1DD969CEEEE136FB046D713D0630B246BD41CA285F076038 F7F8431913BB9A3E70311844D4C22AA446E3CA217A9DFD75A898997130269B29 AD4AB7D9662856E677FB2DAED7078639CF31C6E6637C74DE2B5D0ACB88BD61F3 CE3C5D56D3D4B3EC1ACB33EACBE05E53A133EBFE93CE6A0CBC8F24BDC5B31BBF 5B3E55D6B40B1CED389076014667E28BBBD60145A06BDECEE8011A2C6F06D091 73767A8045CEF2A110B614149FEE783A2351FB2938A9F73CA406538EAD82ACC5 A3DFD3DE00221E1B4EA977AF8C89661357FF7D2F1FCEAD6CFC9D6AD81F95100D EA1F328249AD84AE849220E6593D45015B4D7C9527F3063E9F6DB6E572092A1F 1F460696227D5F0FA5A5484B1F0D8B4A35066451663BE448D924DBBFD388B6D6 D7CFC87C9E75B7CF79A4C9207E29E0BAAAD7FDF529B860F7731EA978E335334C 13CB2F0A4250F5957B44CAA0674AE8356F586A24FD137103973B9A1FC31090C7 C84DC5D380404BCDF3FE20C6F74FFDD8BD1DE845E99DC6FE09931F003834ECC8 08C5D962070B6C44F901A787CCEF048A2C584A2285506B4D4E82B1BF130E2220 B6C8B3240A4CBBCE16AD3676B23A50B75F82CD88D1B8F21D30A12716426112B3 23DFDE5A348DC9DCCCE5BB5DB5433A5AC125DE1229FFAAE0D8319B2929986EEA 56A93BA1FBDBE617F30852A3DC8C712DF674169C6D656F75E252187A085B2788 2467CC4DB08D48EE6A98C61BC55E6EFB1938FAA718802B7587B94C8F1477E9BB DCF6E02B5E67FE3AD9D87C321CD9BC0CCD36B9C4BC601E6BD552EAB8E1C940CE 3A22F3C2501C3C939CB4F17CE97566F0A04602D2A22A05CECDF4A49CAFD6332D 5870E1F31AAA5F86867F71610CDB83E473B9D20BA00D8986D7148E0EED03865D 9622864B52B09D12E0C5FCDD023D29D5AB1CACFA92B6FC14FC84E95F407861D5 2BEE3301AF399FD7ED04DFDE6679A345A282E7FC08D47E3FC8969D3B00ACD7B7 F8769647D6D4F4106340EF739583374D023C2702C48FAC1B643B5897D2D7DBCB 73257712A0FDEEEB98A021D218CDDEBBA34687E23C4828D7F96D1ADDFAED7EA5 B279322E6D55FB486AD8F3A8E7B2C67915564FE56F0C9277A06B29C47FB7D007 11AFDDB3FC1B173B4E449CC6B198041CCA0624D81B4840FE5B63BE72157AC6E7 03E5E95D2E2CE2E40BCE8044A8F2AA45F855484A891B9F0F8F70188AC66A8DEE F4D656CBE216E6D9AC33BA8DD0685D480833E1226784469A221D9FA3CA600AC7 5574B5226649A9C48CCB43339942FC9010F86BAA2D181AEB487A92A96BF2EDF1 60F3B93FDFF4137A25A8AEC5ADF8613019CDB103DC4367EF3D8AEB4FED0E6BF7 622AE0CD3CAA0321D26CA4280CFB60D08D9560AB8AA5698231171B881BE9A27F BDCF3162134126212C523738D221AA05E31CEE73D9D40F73C450B6AE2C1E70D5 C37162BDF55943069923A290A6C720042566E55A21CD81C460818883AB016C16 8FCCD1255A66977DC1C110261D7642199D466DD3D2493A2D47694F842241C474 1752B00DA03E69CD16A8A14BEB8A431A315D19A39BA978E46EB1189089FEF647 F9DBB58AAE6B3FBD475E4DCAD241A051DD100ABE81D40ADF18A4C50F53BF749F D6F7C8E02A5665B4AD18DDAE79096DD447F8BD32C68F9F97F05E0071D9E9AFEE 257B96D48ABD9920418E17C8F027E9E975E4A08DFB1988E7104CBBC1CAF356EA 7750AA7110BE116AF1BA69A94776E4356573B38472A8A1292C63701543B0F315 611A0E0595B30424A1137478BA6F990AC7C3AB4DB69E75C222B617F373C521D4 246E954E9857AF59D1E6C36412B643733CF5E1C90389EF0E5E0DA55D3AD12E97 E7630C315F72A03CAF22E0ACE3AAAFC1D496CF4E5ABC49C2DD5E264BE7EB2698 AFF36089B5DD2C53DB1C1FCFBE1E89D41A95DDD278CEB29DC85FD1DB8B83CAB1 EB37C531E9BB8466ED6B8B60258D3C355626CDA43A32834DC89DFB11E5FC6D68 0F78CFA871113DB81A1690250A6F842ADA15734CB6DF7C6ACED6D8D586BC4E1A 94EF3052FB0F8B9454390B882CBB6E135AF1F9C777AC362C2A758C3A98117120 73C6E2FAFB580716D4B2889A4331CC658AAE996245685B973D9C184541385680 AEC2956107DAB00230FB39BE98D3CA898D917E5F2088F26CBA4F8B5B115B6443 8753331233B10852702FC26D9DD4C990C13CE4D0DCEA23D62A826A4B4FD16070 5F3638C0A50A3373A33FCAA6F3644975AFD0560EE5F2D1CDF08820373468E4FE 6679A229D6955CFDF7ACAA92A87E6D8571AD18CF59F84F88A674B2946FF20A28 B9798EAA22442415EB46B9498DDC0F4BA6ADD347AB43E9293CAABEAE80127378 129D5DC69F6DFFBDAFA5D65580239E8EDF6833D0DE6DF75F0FD090A83CE0974B AC947BABBD1B1C7194DDAEA37B0CAB477ABF9433FCE0243C8D308409427D1DCB 8EE4FC36C7E5CEE104904B520B3F6E677A5B92F694BDBC2C799991667E0EC14C B95EAE7DE1854BF4542F05B4AF401CF67FC3E46EA5A0DC362F3CF177B1796DA6 753AA803E724D1721DDD1BCB0C12CE0859E172D2A370C3697286F80D9E138AFD A0EE016805F847BD30D11D8B891E54C77AB51A7CABF76BB14B06153C7F811FE4 93FC4B7CF161051A458EDF767DF94F487DB939A2740B4242BFEE234F75084DDE 207E84533004B933D43C712F0C71DA4A00FFD6D721EBC93AFDC4200E3B8DE433 3ED3E1DB799BAA27548ADC853AFF5D9D6BD92D644E3CF394789C99D9DC054A26 7770AF5DC5BD6563929AE11BE341F036584DD573D3F43D9D975201EF77BEEF80 D1EEDD1D4AD5D4D4DAF6D5B9D4C1736CB111D6FC74C236779C0ADA430323A825 09EA8D0CB1772220AF28B93098BDB36913159208D1B2D7ED45808BF7B686419C 5C0E3DAB5BC9830FDF3B494D624EE8068BF6F5212BD69EF466B9A213047BD105 B848F056DC544A8CE66C546B1A4DCB4BA29CF0EB4DCD9C2452F22172AFF33B29 E97E12D8F0D312B03BD9E5377BF0C81D884F1E79DB66E8144F106DFD2579AD26 C693C5B68F3AC46BF0D6281032D4D4BAEB2243151AB1AC0BDA2ACDDD4D590C90 F29B335DF8F57DC593DCC081FB56924028E3161AC4865B49D1B0F63F5EE866D9 7A71171C09B09A44B0E32F03494D9EA63F3C89F5E772BE25A6557F119299E989 99BA041694ED805AA4F3BBDF00D88171C9D43A9085A287A36A1F0F9386F2A98A 96815CA51F06E1CDF20B757983C5FDF4003F5438232159F325C6335B734FD982 1423BA77D0EFD044381AFBD0704E3DE95D23A70E2428E9AA355A9A8A25C6C74B 48488C14DEC93A766E112D74C83576ED355F17A809E8D3F9C65C4E3E14EF484F 4658DFB57597E2A4461D8044E95844391C1275D63F282B37888C842A5151937A 45007547263D70195ACC018A373D498B88C5A028BC66ED96A343EEE74D61EEB3 D9472B6A549CEB8699F4B35154A0E2ED22867E4F9E4A76311EB2C9F9078FBA81 838EA49C2966BA64C165434DA3093206B70186BE80600B891D9979F730FDC794 5DD6D8B2090CC67A634B719F441092A10C447A86ADB78DAE45823ECED5FCEADA ECA52E363D913D9EFC0ED98A5A1F823DDA3350EE27F09C14E4C7298CC0FB6200 DEBC640C68C82D70AFB7A7BA668F1D7948686206884736CD03D9F6E6CF9702BF E3C932CEF3CE07FBBFCEC0476EA6E8D5D4C5C6450C8FB236B89BB82D51886240 5BA7462F50A88F69228DCBDF26B7250E90B3DF8E94ACA1CADD9EFB5C73EF9DD5 46052314D445CC92512BA231F79A09A2F0D91976B160B8C9BA055DA4AAC1300D 491193EC66A6DE12BE01EEEDBC3A2291DA1F27AB76596A236B75E19FC5F1FB6A DA1AD835CA08B6CD03B97B4CA1BFCBDD2500BB09F1A1B0438E4A759370EFA318 F062BA9F3D352572CE232E6FBADDAA5363807D0DC5320B807FE5485C8CB09B6B 0BED9F5B1300FF370252DEBAC9DB25CE2EC494E8EEA45FC6604B3C104E81B287 EDD49F3D7430EC9176A16B4FCEC5DF68DCC11ADF90BD5337E2E4B59BEFAC8298 E5ED2C7FC5928635420FB1955251932713236DCE28012C86F63D12AF1DB634D0 0B8CB8992B8723548177BD6822A808FF221A9E38B0DCCBC1F3430A9BAEDA89CD ACEBBDD8CCA5E17F1CC37E35A01E058BAAAB6BE7124314DA19962BADB74EE73D 8FB13FF6AFB6FFF97926CA045B62B98BAA753AB0FC78B881D3FAFF9EE2FE918C 8EDBEF87637F1530E3E13AC090FF81F4136E08D5F3734327E643CDF621278741 A17AEBC56E21217888A6C8B5ED4269731910E7E25693CFBDD4EB4A32698F2447 4C45D73E810B627D8719E4E34D8FF378F9B68BFB149AC67B3B1E55F20D097FC1 AF74D46F5A3923C63DFEBFCA210F6B257F5FF3F2AC34CE41C15C9977634E473C 2235295C05C3DF6B3009C7854BF11CC87471CBE085793AF9C5D05C5479B9E780 14A5A6F3F6DDE5A18243DA15732CCF26ADE40C566DBC3C62B71D46DE87A12C6A 647CAC923254E2E74AF882DBD5C9E108A9160393C5CD12566AF7C824EFEAC56E 6F05B92C73A76824C5ED1735BCBAC61B98D509250C854CF1500C212F574D18D6 4426B8510FE9785B814A70E75C9234D42483E736D0689D3561E8EE5650F33A36 D50127589401D267BA6442E8616E2CDB1F6691D3FC4A2A377E5E154972E890DD 60CB463E9EA9A6EA61087DF452FA5646F69BE879337EAA0F5DA4438FF0365627 4E3B16851C2F08E976FDA27AF451CCEFED00376FC3D6E0C160F0BC19544DE289 BECEEF9A067FD71D54DA3A4F73F06E2F522BA07551296214DDA47B1BBB1212E0 1100ACB5F65FD30C655A3402C83058F8ECFE48FA60B6A3DC86C4996414130194 6676EC7F37454023AB53E9D9EE60249ABF6953E76DCE3123DD268BBD492412BE 65D7C3E5A5E483C381182A8F19B506F0AF6DCD55532B89852D1D96021B22E9DF D9D072BD7DD4450577E658B433A84F92752B260AFA2EC4A118747CBFE36AB7D7 6D5DD96A119AA1BDD0FDCBC3AFDAE5FF72713EB46759A06CD09B5CFABCDAB0E9 85599506AC07AA525978AB157496163AAB387F079EC9FA1F9E91B9C2FBCDC9EC 7027D77016760539AC03F1C1DB242D28D6EE946C42DD2262D82ED48C3A839853 BA977046F0EF373AFF884AC3112D2FB319421C3165DFA5710BFB9AB9595A10F4 9D05704B9E22137CF27F4B2DA9CEF6D8801D5F792969B2E58FB539B8038DF440 6DE20C0313A7BCD16F279290AD6859B0E657CC3041C7928CAE35B9D3A681F2A3 2D40F8EDAF1127E754276556C95E1282514B6EB6E43FF4F0FAFF28C715E3F39A 374415B62C1F5F8E31E006D6ABC736057910A3729AC60360CEE1B2C8D9F77336 39CAC45329A372205FD551B9E9EA5082411207473D9D90E76136AA70180172E6 AF6EF3EF6B38B1906B904BE9BD5251EF067738840C28877659B649C6C4CA328F 1BEF8A9CEC2CB062702F58CC0B8D2D097FBC278F9FD894E10ACE1DEC4530CBF8 E4E467B6DB9C596DF0C3D43E6AD70F30B733EEE692C2EBD68756D0C16E1F00B6 AD011B5DA073A769B53C2DA2E7C9B7ADC6F551BF4DF4C39C66443692C3DC62CD B1E094013F364D04BE2FBFCD1C7B2836180E9022E0434421FFA4317A50096684 CF0B8740EF680F27F4A84AAF2AA92C64883BAF57BDC60C6467A8D4E09E6316FF 9BE73053045E5F3586DA3BD1298DC15D751913FB1E72EF80047F6B33591B97D3 DFAD34EB224D64EF60F5B4ACC6EB42E1BE0CB2812FF2F3C264AD2E44F5EBA441 670CA0A60E73176ACDC4E42E74F8F489C73481EB5D46A61FDA1C0FF9F8844DBD 99CECAFE2A72833E4522981FA13713AAFAF8F121E60FAA6F379B2C8874CFF23B 8FECE70654E5855E525A403700A96CF7F8111BF2B58386E29640D82F1DD86900 E0E203F3ED554209CBDA2A61A5641D4B39D98C5C43D4575648D06BB82B6C4D4A F043EC61B17C208CE8B4F43A7BCBBE588A3D13A183D79A47404223037FCFA4F1 DD237344E589F161BB9BBF3FAD2E28749350DB9A74C09E894BBCA85B82E704E2 99788B24642A7D0F0FD96601CF1AE4819EBECAB89824A0DC1C03BA4B546ED36E DABC8D49CFAA53D2A9A5DD6B3431E364C99ED0323513476CDCEE49BC413E50BF 51EB93563DC03B62F84C5F96ED713F288D109C79179AEC41424822772032035A 40E84014F5BF40948F05E8562C9CA9DDD71F89021BE238E74781A92D64E5F9E5 AD6C0D954C6686C714BF189E78EE47F1530CDB8376E52631A1A26E3021FAB977 DBF01167266AD68A779C0180E034A90CB77B86747395BE885E484BE4028B4093 8BE191D58D0BF85308C72E6384292A2E1CD06130A091F8AF9DC6C3E12B1E4BA2 BB2C37AB4AAFC0CCC7964C06B9EC1C7E3BDCB6BA265288D9C8625EBA35BD2A49 BC50472D7AE262237FF1EA8D9DEA3C0DBCF7C3B2DF5AFB1F31E46B48E096517A 0CEDD60F43DDB684BC6E4C3F6F3D70BD58AAB5052936EC4ED7140EDE795223D0 4E3B95161D16B0402EB45FE97ADAFA0433FCAF55E22BD7E4AD2030D9DC86F55A 8D7EA00901EB1351EE8A0F1BFE75CE46DA4165D78043F8F0741D4D9DE0CCA00E 5F7D89A849AD0F0CEBBCB948613028CFC39617FE9184753372C375A9896F5F1C 7E24255FD49D2109CFF9ADD9A118CA47CF58975A9CD3A960A8A08A078B98A50E 4DE619C8B2D3E15938C879D785539445AC468AABD6A6576AF0E8ED368A9350EC 717B7D3BB55AF58941B47FF639CA2946028CDDFDB84FF0060D330DCDEDF13BE1 FB1F743317C15C7A9F34408F5FF7CD9745217D9B809DACDDF7DAF9D821C06B37 25738F0D20F4A86A079EDF71583A9640173B3EC529B98899601F0EBDFE45BEF0 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMTT10 %!PS-AdobeFont-1.0: CMTT10 003.002 %%Title: CMTT10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMTT10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMTT10 known{/CMTT10 findfont dup/UniqueID known{dup /UniqueID get 5000832 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMTT10 def /FontBBox {-4 -233 537 696 }readonly def /UniqueID 5000832 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT10.) readonly def /FullName (CMTT10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch true def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 33 /exclam put dup 34 /quotedbl put dup 35 /numbersign put dup 36 /dollar put dup 37 /percent put dup 38 /ampersand put dup 39 /quoteright put dup 40 /parenleft put dup 41 /parenright put dup 42 /asterisk put dup 43 /plus put dup 44 /comma put dup 45 /hyphen put dup 46 /period put dup 47 /slash put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 55 /seven put dup 56 /eight put dup 57 /nine put dup 58 /colon put dup 59 /semicolon put dup 60 /less put dup 61 /equal put dup 62 /greater put dup 63 /question put dup 64 /at put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 70 /F put dup 71 /G put dup 72 /H put dup 73 /I put dup 74 /J put dup 75 /K put dup 76 /L put dup 77 /M put dup 78 /N put dup 79 /O put dup 80 /P put dup 81 /Q put dup 82 /R put dup 83 /S put dup 84 /T put dup 85 /U put dup 86 /V put dup 87 /W put dup 88 /X put dup 89 /Y put dup 90 /Z put dup 91 /bracketleft put dup 92 /backslash put dup 93 /bracketright put dup 95 /underscore put dup 96 /quoteleft put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 106 /j put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put dup 123 /braceleft put dup 124 /bar put dup 125 /braceright put dup 126 /asciitilde put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA 0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 C01924195A181D03F5054A93B71E5065F8D92FE23794DDF2E5ECEBA191DB82B3 7A69521B0C4D40495B5D9CE7A3AF33D17EE69979B82B715BAD8A5904C5DE0260 6C15950CCF6E188A0CDF841EB68E5A2F88253E382140F87C87E55C9EA93B8C89 14A36CDF630D6BE7CD36DBDCE22B21778E8648B97B7EC6742EB5114BDF0454B0 0EA7B1FE236C84C0E5308C871F67B973892890557AA12E00B2C20C71F516C397 3F3BBD14A1D0149CA064391056E45E9470FC7F6F556ABC82653B3C8049AB5CF4 BA83C8F2158C236B2FFD4208846013BAF4165E8BB8D334C8FF2E8D74AF5DAB2F D44788869B08399421AAA900ECC6A2D594641C121660D4B5F512938994C18DD0 FCD9B008F68F0351D21ED735B2740CB1E0C1CCD25EB548C35B844601D98828DB 556F71D07E081A593FF12DAF83676492A0FFE16E95717A07082B43A966C1EE8F 8A59E1255E1705C43A23CF29A5E4A6547C93F1680A870EE7BAD8CF74D838CD5E F806911D8FE4262ED8E7F5BC58B92C9C6D74F8AD45FBB021EC7E97393018B9DB B1B84E7B243ADB05ADD3F1DB3692ADC5D47FEC7DF93080669E63281F1576B673 125EDF08016664BE73364F65389F7C3B66623AD1754ECBEF9E5CE6948D933787 A5674279ACB2EBECD3B4E6361419AB32028A27670C9F3E18B746A10B00AF6D77 4EC00E3BE521C02A99AE5BAA98F793EB1228952BE67934B91472E01AF7B816BC 56D7F19F631A1927846D800C107B1E9CBFF9D2DD513B4A8CE2E0DFD77B1ED178 E43FA7052765E9FAF89989D490D8FEF6C536EC0D4AE27A74F474B98DA9E6B92F 15E063DB260571979A5DE2423920CE1F59F56EB11E00E3BB9D466A8263E1E385 2014BEFDA8D1EA3EDA04BE32AEE6CD15C5C010A1DF7F705A2C0C18E87C8DCCE9 05D9163181CBA56C0FAC8C06A2990554C8E759D076B01BBEADE3B5FB8B551390 6C8E4A2A1C6E7D9C708614626F3770C0AB7DD2027469C77975C27576065862AD 04E5E50CEBE907E3E991FA0C627302C0E207B4D5992BEBAB5853AD1C0D271728 C76F40A79392ACCA7358F948AC65DC823CFDA59E1FF69CEBB6B7EC3CF21669E4 70D999508F9C49E2D9F8818CA53C977D93E15FBBBAF75B1E84F0BA62BCC4BAFA 4EEC82D804C8A8C0210F3E5E258BB1F6921AF02BA9861BAD5C3D5FC8CEFABA8A A607E547B802096F7AEB09FBA99C83C9A494B94408DD607CA6561A6E6660C473 62CF8D35F31D052F6C6C8138A8E1430CBA7EA6973D6D510C1A06B3FBD79D9364 240C1A00272DA44B89A9FE8D5BF36DC1B5EBB4A78ADBE9C5EDB485F093D9517D 69E1AC9A8E6C9D7C324E3797CFEAD9A18E82E03F69B2CED7D5DDCD1A218BF2E2 ED2293AE999FE2A4B5213A10083EE0407BCF8007670B8C737EAB30311C868D84 121149ACB4A27F3ED6C0C181C98AAAF51B105F264B5672D7F745131ABAB5BEA4 0C9B43C0DD9116D6DC61F90BE72018F290D26D5E9D341055CAF09C9F45333CDB D45B7954271767F638EEC499F7B53C2CC5774EA7A7F024C4CABFB93D9CB1856A 0C671A4ECA7C62EA5242648A84E7F3AFB9547A0AFC29593CFCE6D8B873A78157 D337CABD291431C0A2CE1F37E0CD7340567AC206FF98E4B5A6410F70F750451C 550EFB54AA259A1B236CA9CB730D2CEF125EC65D959441F7CC9768F777B44844 CC9842A307C72B740680ACBBF6AA35FA7A94825069BF7696ED81A371A9E5475A 9D997F2DFAD339AADF797F7E03E654234455AC3D17702A420EE0A597BA31BDE4 FEB8DBA7C61D311CC90441A620164DC22DC2D373973EF84CC553453AB1B3337F 7B39983B8DFFB3A9425F119B45C1CD37A76F905777B3154CA6200792F1759D06 E017890F4041A385F2238E3C48B6C8EE6F5258463FDBFF7AC762F6C4363926D6 50F004D473B7B7F73CA686B559C2885F1AA761653C727A77D73431E9D110E76A 2E55C68CD50F43997C9B2FC4710F8C8540909829E215678E63BB8363C4B8AF05 9986102BB36580D9CA95CD216B7C321822CB41B2E0422CD077F3B55E0246FDB2 44D5976F67296B5B0BE4B06F6E43535C21164E6C5089C3E9BA2D6B30888C57DE 49DC8D9D46C0D5EDC47ACF2C03B72DE3B69512508539019B759280BABEA12BC9 385308A0395C4CD33182A10A5A229743379C2075D82D8BFCE4A66E1AA087A091 8F5372684FA5037D1B92D50CD9CB4F50AD4F8EE7D51F1C9E63C721CB5B9BD011 6F0A8DD4FDCD2B008F223A1036D90F0F3B252487DE7898F9AFBB3A9D9CD49E0C EF4ADAD5155A98D2125ED5A3D3907F67301649519419F33CD942E8DDEAC1BDA0 E90C431B198F646766A8FA9F8D1561B57E126EF604838C0C1966655CF31FB7EB C8CCC434FC1C96046D38203E1791EC824A3D7AED85C029288D4608CA7668A2BE 484C99639F121845B22EEFCE0A3B808261921AA042AE19E641769E91277BEC29 4594082CCB3058F90FAC4A700A8A827ACA00FCF574ABC8EB7DBCECD97F2B22C0 0AA19E8739B81AF8C6F621D69B8E6F29BAE233FBA655A0AF5BDFD7F5C6B9167C 6BC7AB693D45EF2AD999F5DA3CEFA39BA48A17EE6D9F2C4DAB91AE3F0044DC3F 5D5506CE4675AA928B0092D6F173644F91295216D8BBB14CDDE0AD524A4D545C 1B5E284A3BF0396664081CFB4F186A84A0D24D61E82F4767C1E55A0642720CF3 909FA1AB8EAB78030B59BEA067DEDBD2F1D0340E790AB2777DB18248521934A8 BB38A58B7F633DEA4291B0D5D13E9A882C974697CC6D3B49E030C94EA29B5506 CC29C44D01B4751B453A46A9F6BF3BF135AE87A4CE232AF57B66578310DE41E0 2A6AC422117F1963C4D7CC306BD25A6E724E51921779F22F029733122E23E2F0 CB340008813ABB104380C80A492B3FC6D0BB07CB8D8409E9576891EF6E5C9D08 EB8320DFA31BAFFBD336D0C2BBC3D3B2D30368B9860768FC080D30569C7F7811 0EBEDA2962476113625EEB555490B8CE4C5F99D74ED10F738C61854CFF8B41C6 9402E56BE8856144A1A05D0B05F4CB7EF728B2F4F5A439F18C3B68CEFA41E59A D8308ADC92EC1289DC84CF48D2CDEFF509A145BF945E1E00D552D329EBD2A7C4 21D58082CC8FA790E981F4AC8EAB99950678FD3A7DA3DF13778681B208DD71A0 7C3CBD0664B37C9EDC6B601D79A2C51FB54DAEE849F93209793849104E722D3F 52DFAF7047EEEDDFE744787A5801E4AC2C3D58EC5DDC15FCEE03990C53B0C57A FC54F125A04C8E4A0ADAA725808C587E7DAFB9F784FA2875689979D316DC22BD AA36B306A1ABCF907B63C6476737B746099973CAEA8C1E2C5C41F27E0F7DE8D7 F0D942E34E92F43FE902653D4D2EBB6F3B9F7928B1550A82AF234D45D028F429 067652BD3D391BF423AE72B9CB1E8D91E898161BE3A7849D456A861A2046711E E934DC59442AE7D81661CE8EF727D8D7DDC0270E937E40F896AEAE6171661431 C1025C53172F9D366834BA0054FBFD84503FBAE328B6FDEA180F8EA35B1DA937 5CC3B8F00C206908C2FFFFA6A7AC6915D15EA44BDCF29E2BFCFD4A849535F19B 0D307C696BE8205C7D84B9C77F02EF27D911056EDBB4080E4D3ED72788666CAD CD91B0ECE27A177DB23320A7FA9C31408B4D02D2A4B1CC6DDE1A6CAC3D8EC1EC 2226EC98E51046D1EC26FA20EE62D24747D83CF4941DCE5CCEEC0DBE387149CD E05B19FFCAFC0D117F9A3E60DCD4C815228D98EF95EB559AD0ACC0D50FFDF714 56C3C812EA5ADBB013BBD956A7C4CC0ED7D3E25D5C9AF5E626F18297F75D4957 F5B0B33379114B903FE98BCF35C3FF76FEE1D9AEB711F2962276531F7380EE3F E368720E0292A170A15C5539B1FC7BB954EE2624B504CB8C805B8D31AC38307F 0513606F09211AE64DAC447693B2A0AD15E9A64C34F5A911ECD0ABCA90E9791D 67C6BD202B0858EF96E7722305B8AC02B01AB1706CC6AE875A8DDD15EE349046 EAA65005E7866B506EDFB7A5A2AFD5C9E9DCC821A79EE9C1EA2C7BBA32A40BC7 CEC26DB1AC473C8C3960ACEC581B37D6569E8C8C42950BAB7930B65E1570E3F8 9A7FA719F1DCFDA45A3BF2AAB32C9A93BA3552608A61C623DE59BCB346E87EF5 9CF025A87803161221C5C1C6F6B3403712C76E9D755C7BD68D7F2DC03C14CDF0 C1BBED1D648B905B4B17037B7263C1EA7A7F06FAAC4E09E08483A8D714C19861 327CD9C32DDF850302DD6DDE24912D00C22ECDF3CDFB18FA831A41A7488EC203 F564CFE30D506F0829A96D35A7E09C3DCD107D589B627A15B55C5D6649126BEC 60B88C55ECCBB4E680265D9EAB4CE22965D3B1AF759B01ACB0D0E6C92B6B4EFD A81E6A648708979487FC591CF09631310D46891423F4EC159A73E30D8DD147A4 B0EACF6D45D18CD16CEB8176F03ABCB41F2234747B9733C8FAF34AE5D43D3BA5 0CE0FACFC9B087F84FB6C68678BC6E76022B1526D6E5B3A48EC1A110BD75F45F 1C4DC6D39F254976453F57DF873B7D635C80C42026DE020E5BAFE0DA0D54D1E1 DC634D2621BA184347E5252F645A6A1DB7657C48124186F0E4C644077457C24D 55753C651A9A7B6349867641464B515B821349C795A645420508673B93750D0C 7A3B33EB1F09782033742AE8F3A23FC02284E6C03818FADD1731361542E3FA3E 75B8D52B668C3E18A4AE967D0FC3157083D952AFB8144D549E69EAAC51C279C5 E5D88A0D9D53013DFFB4352A1598FF84DCDE6FA32FC377306B9B92C0F96EE149 8CD55E7B2445B86CCA7A547FA732D52D59025129FD8C6333AC0DF4F0CFF6287E F2036D5DBBB3B91B92F12FEBE0B61A313A4DB5A9CF0BB3DDB781A56FEBFFACCB 8CB9D1D3DBDBC4CB6AAE6769E470582403CB920630221B68BCB625CD4605FA8F D3D5B7A1A28D15E44B38E92E906C138E72C15B86F64C38E23BF0440052A8C914 54397F49DBED99D0AF7CEA3B0A05FF37C2D7EAE1412567E6776333237C31E3C0 49949EC8BFD6E0F6446CE2D4DCD2C1524A288818CC5D159BF8463A847AE4A2B9 CC8C58F822804B81B13BF4F2DEB6229C4F51F093075581791D02C36A13B855A0 34900AA7CD4F1A797652656FE3A8425A38F421C4CC0ACA1CDD44FA6B31219276 1CDE1CD63D6A58CE705CB56CCA1260F9B86E989019071563A9B4C274A87558CA 6EF1660D574EDA276801F0057740E2C3B80D253D697736484D892CE1AB128B8A DECD69712F5E70E895FBAA927E8194D792A04AB6CE205E04E38A433BBB793FB4 E8BBC4279D58A223C6673D909D6AFECD246E66A52F4CB35E5931D24C828489BD 4ECAF621A220D8ECF702BEB01C4FC7510197D3F6D15321EC87175ADBA6434ECD 2B5A306E91375CAD22CD94301763E4A8B981472890422C5488FCD523C9CB17DC ED22FBF12D5F7525D0D6BCFE8CE85B0DFB1D6F989C267FFBA0A996D309E4A934 3DB54A9D29C88B9D55D7300DA3D46419256C5A07A2A529A8DE8BD1727281F5FE 97033D861E0531B14E811378EC1AF1CC7EE9BA2B07D935843D3053F673979F8C FAFD59D555B56CE338F606747238B22BD62C42BB7238FEA335678D474A643570 A9E7B4970E8C541CE9DBC7BF70ED7BA33639D6744A18379455029E934C95E2EF 639C4848CE9A0879B51649FAB023A71782444B451F92A34CB8A124270CCF86D4 D18EEF5C1D2B2A29012613851C49F50702D63BACF95EE2AB4D72B375E0A62615 E0991E130A67ECBA9E05329B740708F1CB148724C3A6E5E3AEC1F88EBCA398D2 1CA8827C977D72734310233176D1AE26C55CF2CEACA62223315C28FCF6305C7E A22414D4739A059F552F1F9372CCCA5FED4F9AC987942848EB498900269511F3 F408CBEA0659B954F5F1B18AE4FB270213646F9B28AE4439D2BA2D3E0AAAA780 5E530E4EFC8A060EB979E12191044509DA0C14397AFF949E12DC970658D5EAF5 4EA963F5BC1407A32F3837CA6A24B7F3D60EB8E6222B702E25ED903F9D21AE50 664A095009BDEAF4B78DAF94E5A55D48366CABF07791A1684B2F54EA69070844 4F031AF8DF416C2D3679F8BA038B0DC9DD0400CA6B34667BCBBC07E62C1668A8 35A8C57C9048A7227E672E89681B54D662079A189A9E96A3CA96D8DD10189B04 1DA49BA2729F1CA585B1BD5C467295285D52E47CA904235A1A3E48EFAE9EB6F6 01374125CE89D53C276858668CF45D2F092DDCAA52418E0BB94C2B8266B4D88A 5D911507BB1DDA3D8F6E7C14A91CA11AE799EC42E993098E18CADA70BD2A1D82 2C39326C6E3F9E84CD9758B9AE43D79BF99E6A0CD713E95B3D9B7DB90D127DE0 DAFEBF850CAAACBD860B5DEF2082F1ADA64B44B193C4A1417BE221FDCA36456C BE5934C8CE3ED55AE3A11697C2D682B7D0F72D48976451D205783BE25DBD2507 39C14FFB4BB828DFD187104F38A7F11D5F0698C11E8C1D4F107CACE573FDC4B1 C56FDAE47024D6FD16A2FEABB434CA320300FC4B6C1B6CA08F76C60B7C08A665 99F404DBA8A2A1EB18EF6750E4EC186E31561A3F080BA6562967546715859481 7BA782940F5C5D06626D6F6A412CA7C13820EC7C1DF23E15E5829F698CF617BE D940523E4EE4ADECEC48C24297DBAD528BA1DCE7AC335A1D15D55415B108EFC8 6D45030D27B3EA63B2B4CD771DBE66AE0218ABB1153D4B7482289D1313CEF184 5C960B1E3C3C953912CC6F4521D1E15636C1545EEE457EFB87B88C9E43CC2F38 6BC4BC96969F4FF28ABB06F4454C01CEF1B6DC538F1E832FC1666D977E5A881B F72F1B4C7DD4BE167A5535F1163A0706F9A0B26400178DF8A128FB5EBE6A7B81 E478AD183EC06622B591337B9F1872AAEA356F4FC67EE767B34CB5A4D90702D9 39FB846947F4096FB3DCF16EC81455164783BA0B5D723060DAFF411B68307E81 7BEA1D9A47A5AA3D648E618C83C60F060029E6EC4D46B045FA7415BAB2AD0AA5 ED9C729C24136F6AF61E6409C0B5CA760B16225641E268A68CFB8260BBEAFC77 6626EBD97195E77CAB425CFB0096D805D9EE699E41680D095AE9FA10122A7882 2F00F495C9EB2102DF0D3E61833BC0A2E468C5CF7AB430FDB7C0BE3DF2C0D230 1580BAA25D65F599378D873165482A1FBB224AEA89C6BCCFBDBA42AE1C5DCF41 06969F585CD3B737D1388D6359F5468D88FCD2279BDB270F6A858FB7D2ABDEFE 5EE8FB79FA437F8F50237B92C307B73B0DCB808D07A9C3255CB9B3B17039CE5A 288103D05D132863FB522A02CEE3839EF9AF7F07D99732F0B8B384745369FB3E 7901166478F4A16076A1504C5E98D17408494E270BBF4470ED12B4332422679F 759F1D93984D7E506D16950DB6C2682FE1379EFFA6F6C95DD71F6E55BE3EF6AF E0CB25388EEB436E6527806FC75484133F6E561DEB979D5C1FFEFDAF2A6D964E 03BAE0BD593C2992AD84569C81050F7A793C5263E50C2F50B98C4CC703EAE17A 6AEDAACE312DAFAF5278D125B6EFC5587484F61DAFF46B87B7C9B1EEDECA4859 314A9A9E2248467DE1E54D90DD671660B9040B3E0DD982260822177EFD757266 74A16C83A7FB168016A320D3DF3BD7726F1F4EC90EE5DFE810C96B099FD4368D 906AE4699049EFD37E8EF058D4B97BF71106445AADD4FC6E90615A0066823A36 673B8DE32322BBE861AE251226B4385AB28702831270DBD25D666FBB0AD7B96E A44E891EA1EAF0F87013AFC982E33D67A28E96E0C9CB99B9E4192536830D9901 931A8CAFA41289633B20BA3BD7AA3414B6DA8D57CCF2FBE39920CC06361F075B CC40335DB9A0071CFF77F6B7BB47F3100DBDC9C4A58C2B81EC99E8E966AF3390 E3FBCC28BA1D79961C8A1584266454DF772FBA99664D74D4A89FC82FFEDFCFE1 4C9E4A04291E803D142E37E7ACA66AB279378F2F192FFB2B5BBAD18B95F03136 2CB594A3D6D3F8576B90A6C4DAD6D6C8EE07AF682F925F01D0B26CBA347C03BE F3B0585CF4539FDC66915E22117078CC94D621F31DCB3E021998A5D6EE94CA4B E214D07517283D56973D8E4367392BF6C1150DEBF459D141AE0941C1C8C5CFBE E735D796E365A1B0F60BB4CF2801EAFE4889EE5F338D3C4885368281B3C95CCE 251C28A90D318A8A0384439B38D63B94757252062EA44E88509FDD2E75FAAB71 7329622828B2785C1A8B26351BC74237A6BF99216652ACBD4CCF54CFC8AC72A6 46342F1E32D4318E7E27C7B2DAC943B3E72C472FC6F1DDA8684AA922516A672C E969C047E318B5E3B1270C1BEB1C4071A15BC81B29B268C679B41FC5E381BE33 DD95F0D68118CBB60C521E5CB2BA46A10E50E9238163713290DF6DD8A27D3813 F871C07E725D4518013D9A84CEC96782541E5580E33C2EBCDB18F08EB4655A46 507A8526DB26C854928B81FD502B0CCE4A68943C12078F57C10F4E85FBEE1025 46D925B8B3B447D4920410FEEB9844FABE985F9228FDD9F58392F2F3BD650E49 2E3AD5A14984874DF4572816931885CE8A448EC95BBF40DDF4F85653AD90A88C C4A879C0C7596E61997B972E8A55E57B17F802C738E5C7A8FBF6424F8B131B23 CEE3EA3747DB066246C250EAD335A76FA166ABF75120CECB59076AB31A51F176 57176CBE8C802A97B0542A5CFD6D5E6D7EC848B923012E45D9F065BFFA0D03E6 788B68BA4DE51DA37994948F859D41C28BA939C3A82BFDB44DA585AE80B8CD7B A6EEA79B70BFB4864E06F06A9751BD2D2A209D150D7135E0A25D67263EDD2A7C C63B5B76ADB05D44BD5BC0BB3EBCE2E74E1AE5F7DE07A59D90C932DAA2553505 27F2AFC05F7CEB39E1C7E54F69FB0BBB069959F2FBD11709F8E81F6E7CA06DBA 1CBDD8E7A78487462596DA288B50B295E46F4C3D9BA862688C68859734B232A7 4B371D2BD786924F186524765E789EEAA30B20C069322D42C893A30BF1BD2C46 F8F3732DDFE80B8FC1789239345944D8B457824FD80D11184E73FBA30EB80A9F 2FD466826D4E666E3A835B98A1D4AE5D17053A6A648E26E77BD08F9A3E02956A AE82C4929E9666F539079846527D0E326FE7CBBF86E3722BA3E53F8A5121080B ACF8D3C67A2A1DF624B9DB92105D3C833F5A6ECEC108E026E1D3D968967A1447 15CEFDD09123D56606134BC3449404ADAB1330C9238DE48F3CDFBC91EB86D7B3 8B85B5BA97376A0673E434DBFF19798EA90BFBD94493E2D21976F8106FC0C276 C81C9B9F7D4A68120DDA56FC6EC65FFA40DB78A60A05EC270A106DEEBD2CB92B F0622BD2B1D43771DF39AAD3ECB655F317AB483F7290C148690903AAA636583C 99DE3DBA99EFE20773D3D8DDD816A28D7BD8881DE570BAF5C7A30679179E1214 FCFED81605FE56AEA21C1894167F93D648B474352A65C0756F812F97AB435ADD 22C031A21714A626DE35308AC51CD676DB1748DD2773532294FA77CFB2AAFD32 A72BB7A045F12B4934A768F89217233DBBD69B900B28492A26713CA5D61A9042 A982CB071F1F875718FAC168E4E275860DB6369B8114E1BDD4801110B62C3E3E CF140554C826967A99F4E9726526E87D57BF845CE38E33893E5F9788769B6A4B A4577C38C8D45AF2EDC9F4FA7DD9979AB8E14FF5D8956233AB4C02982BE8E561 C63B7BC314793F634DB6F086E1A60D9FC3B69D3A7C20A99FBF3CB028CDBCEB60 E803C8DC3C5F0CCAC030905E72BBAC052520CB0E40E23B46B2150DE67F61E4B1 8C4D55904B7F90DDE4A4A78B11AE1009DE46DA396791B1C0EA63FB6897FDFA0F 42474042E7E9B06A703A7C6E672AC6705506F3C0B6861BC85CEBB9DC9BCFDE0D 43F5248CD7CAD4B89835BACABBCE6C791BC35FE7211E775C009844FC75CBF6CA DA6A6B7B488270BFAFFA3E9950914CB0F88C8AB7CDEFD2FDE11ADA7073037EF3 1A5CEEE37090F3A56D06FBC70597907A26498593783878C02722ECFD5D65903C 7D421CAFA78924DD27756853568535B02533C3393183D6E30DA6ED4BD6582E09 A5A4B4404EC452E91CB44515AC6124EBADAAE8A98D8A95E7D14DA39951EBC461 D426490071462F246794023DE1BDC04AB0F1834D50F748C3C60A07E1FB8EF400 78DBAB90B59500BD1232A872ED51928329CC8F06E83164FBB2D0B24222223EE5 992241E8E00D5DCCD6DB9A8E2325ADBE12FC8512AC127BBEABDA739672C1644B 554850CD75724E6779A7E76424CAF89E9455860E0AE2679231F4A535C0ED4336 313717D6F7A4A4DA833847A1BCFC7BF99234FA645F2B85C9A9AAF7108931E3CB 077A9C571E57B0D7EFD92B56C3AA4FCEC0BCAA96005E649AE8012366BE6E62CD 9E742F8F45AE4C96BCD73AD80AFB6F061D629ABEAEC3018CFF45E41F46751953 44E490B1355DC49C1E10BF343307263584091D122ABB1E3892E532B6DBAA105F CD48375C112331EC5DB49E4D4CE2D126C9274B21E678E5E3EAAD4EA0CAAA29A7 86FD8819217B195EC6E40AF23ABCD71156656DAD38C931C8730715A2773DC44C 4DEF14D92C2A054739F27D7EF349A0EB76D952BD9BA169B4F85C09D80984D232 2CB4A3812BDE539DC79E2EDC7C221739D16B10246A5F57151C210878556D4176 31EFF3AB6C4D78C4F0DF81692B3C9BDE4F85242BF0E84BACBFA39688BB222A81 E85E9CB332868ED5B64E140C66E242B97A90C13B6DFBC3D285A49BA9D4BA1A47 64D83577FFB50BF974D953F42A249ADF9AC228CC4D8E82213FD463BC757AFF26 DF4D1678FBCD55AFD5FB3014C0380B2F8CA9D6400DF2AA041580A6FA5694ADBA 674286F00E531693DB28F7C996D5A66F80AAAF53001EDFBC065C72FA5BE3F114 1FA3354376AEF7374AE1D0A8E9B06C58FD029922164DC9FA09343FB6652232E2 2EE34C662F0092BE479D739ACE775C6F589775DD768B736F7391B9AEBDE7F760 727702E145CF749DC457B2E98A36C52416107B1E59084B5F777B61511B8D17AC 88386A7933CAF852CA23FE179B67DF8DCF15800755605847ECC0FD77873727FC 1AF2BA8BC75D30E26C40913771E528724FD7C5DE284A8B58AE55A5C48AF26AC8 02E155B8FCD6755D8F7F5A6F1AE66E4D24A13567B6463B18E65972BD75ABF732 FB41F87A62FECE9A50C697BCEA1E3B3DF1E3DC961DCA598220CC746326F85F83 72E803A4E69106EC5BCA01139F92171DBF9964BBEC8D3370039623CA1F927CBF FE7DA71B04B4321EB4D3FCB27F8404994CC7DE5F26AB8FC019A203D6DF2F449D 85A4F103F7604986A1AC1F7D05D239E728FD6AD1DB5024B0A0542130D2B0E7EA 4432F910F9FD75568F5732EAC95F7A87CEBC359949C26595741533E952327791 87E42DF84E1064E1BDD3F5A6455087B8E9C783AB9ABBCAF032E9FA32C27ED7E6 CA7E3D1D76CD1905166090BD81A85485B9B4E976DB2E19A8E62EFB795FD6298C 9ADA57D5BDA2FEBB227F0EFEC59E4B51E06B8358006F9D79C1EFE92510D6046B 6AFEEDC793137DE622A8B3F5C9E3B21F29A98A589D9CEE75E348FD4D206415CE 508AB95A7496236AF1F6F5ED6B3ADFBAF1E35B51484F9B1E0C11C5AEAB9336F5 A8861ACE1EC74C4A145A64E4FC8F6BEB3A16B021AFF4AEDA59B06326A8D7FCB3 3B75F9729BFB7EEEDA8A1774728C80AED40BC35D42045E5CEEBBBEFAD2566CB1 AD69A9A972826DF0F2303BB232367E611C115E8955DC97779B1AF269B84574C0 9D816C88BAE3AACA6428CFC648FCF0869AD9236591E3B8FA326BD2EDE7F97286 511C75F4EE4F7B4DA33BA2CE7F778D92AE7C1B4844CAB3ED8FCA285454D78469 1639D24729E8002E4507A114407DF51543CF7DFFDB7E05ADB2D36E139F2DBACF D90AF274AFB3E5AB5B38918A28EDFCF6EACA78248BEFDC2FAC0E041AD35B130F 8A91E20251CE976680FCE3F8B65B33118EF7C138CA1260D3CA855C94FCC02CC2 B29C94A3FFD38056ACE512DE680DA29D97BCFC35FB2A85057E484FC9F72C9A7D 08AFAFCA705335C6E9AEDAFA97D884E0E463E79D8AB45DDF86C56EC922283C4B 777EAABC0D57BEE30D4D47FFA16FEAE2FA972E36516480E1FCAFFA5CE692B7E8 8F887C5AE573B96643F10BC62FAFA4BC6CD04F5353C0D40CBCEFBBA4DE7B8960 352E7F6497C9C4489779028934084522336B5E5DF6FF84A78158ED5035FFFC9F F199AFD543D5D81C0155F3EE0E7F6FAF7898F7F26941D417F7AB37703FE67D37 C263078FDC85C5430CF379E657FF9ADA0C00DBD605386F5494459C63D4AC057B 2E061B06E17B54AEF38A9EB401FD4C76C6755F2AB651473DA2F19E28C89229E3 FD385D8559EFFEEE5D0CEF127A8A6CF9017459466E0FAC341DE1994C03A0CA5A 799CCD03DD2B41A05F7B36493638AAF8D7CD380E03726B0A18B02A46A0BCA027 9BF16ED75AE0494C36161ED2C22DD7036FBBA2E319106B9A56FECC732B87E2F2 596167125221D42DE9D4435DAD321F878FDA68B9E72DBC2E31178621327BAC50 72148C123D4C8568DE822169839906B9F0ACAF3B4DCEB9352C8A9E246A9A5EA7 31E04981D0A53F44B6905704CFFB9F0463518C02538DEF2DBDABE936D1213FBB FCD28F833C5872057CAA92536B8E8EBA129745E2E2B5A9F07086A1212D466785 EE640432A0E47C91CCFF3FED5669C8ABC2B43551AD04E7A2FEE2F3C16511F7D4 048A8207351E83AD32A72360A2DB1AA8F78C5D2630D770F5E13D5C49BE166475 79483B2F7FEBC1D73B04E0E5D9B8243DBEF7E5D201D9F644B150A230B5CF9B90 CA34BB8474BCF408E37757B8CE5B33FE7400A68C70F542C7E2A22B8C0AB1EF9F 2BBA7A646A4C872C43C0A748F078AA98A13E882085B460050CB3F5B09B62EC01 AB87AF8DFCA6823ED6CF8426EC115C5E4DA335FE416E1D37311B7FD56793CCA0 BF90B579B0FD4E4E1D0A26FB0C1D490D99CF4994693630FA343960E15AFFC596 49BB7297BFB82FD56BBCB36DC1597F94A157AEDFC53419BA867CC02C26464BC0 2875127C688DA6902567716A908153DB4CBF710CDBCE50AB98E0CCF1DF5CC571 00027F6582CF6AB4E584436471D3C8DA2D780E5B02A9B1717364899D51EC679D CF5F4A4981EDC24F710E892772E4F891AD02B7B98A113FB1AD2B5A51046693A4 19D03A75A3140C19791C85A0DDD173BB3618E9498CDDC8696CCA6EF81729AD1E EFE4F3D6242E1766A3079371D1D1833841F46F04F2F8029D8C1943F6986A95E4 9E77806F221CECAFB3EAE0F979DADC5D2E4715BFB5C64245CBD2300E59030B99 0885F08417E1A0C57C3746230F9EF4E968C0F41F67706BDA2E983012BF317612 38E9C0178F027EDA0E679F306AF71F0D8985C712C4B4BBBFC57A86AE052CC2FE 5C1BDFD948801509ADFD4FF9FA7A25E30D6CCC7C7E418EEAB34C4ECC6AC8FADA 637B5CC70136EA5A57B727EB11075755A7840215CE2B9939BBB6C3A7E22DE42E B3725C1AD0BEE0A54C0B57CB93E6A20E319E2FE4515D80D09972E0A742D20DE0 55117C1B9F3C181456406FCA70A7E3B757A813F7CF9E3562EB8CAE1CFB65DAA2 B384C17AE103C20851906846AA4AA5EEE5EE989F292D42B11EB4C4FC057EE4BB B09A4D81E8AF0CE1C851B2E328E977207A6989F13F7FF039A4E295507CF0A53F 10A345A516EDB7C5FD5763CC27543452249D229BC22099C6FC1DFCC07A35144C 6267BE8D5BDCE57F9C7C65F6A64A74DC2207C8601231477DD57BC8259B26C683 22FD4DBF0E3BD814E31C9E194CE2EB212268A249216DB084226802B79DC72AAB FAC4ED3AF6BC51E2D9A1D5A37F5124BEBB1E0B010C34A1B7FBCED45414AD2285 43BE684BC7BB56C5036D182AFECC061F749522456B4DCD80E3315F48E7E8AB98 40C4FBDE71DA957C8FD860C4AB02C97578BC8299EF448A526CFC585F27EA14E8 88F9928CBF87C8E46F69100F0CB43E2720B0BC8DCA50D59FEFBB84383B4036A3 0ED89F67B433AB4BF686487194107C63BF989A80D761EF3FB20146A0A496E5E9 26375866581146F3537156051C61F82AA5C68B6E8418297DDA7704EA50262775 B96E1E1D7643370288780188ABCF25B9B23BBE408EC5DE254F51469D5FB06FF6 2EA926F94CF1730E014F34822ED267643B773B7CADF967D431B6F3DDC998E56A 243880E9F772F3BAB3702C19C5DC92ACF864D6A771783E178F4A7BFBAD36008A F0A61C5B437A69E31235DDA9898B4B081F1176C197C0834CAA25FDC9BEB696AA 8ABD1FDBE17E30070690EDA533E2EBC19180DCE4CA8146D6657BDDB765DDFB21 D0CDB86912E49DB109F66DBB9226E297945BCE9073E724EBABB58E42AD94CDA4 C9DAEC40F79F3A3D36777B18C61DC9D22EC351324FAC3426917C893E36C8D953 4ACFACA05F8764BC61A17F6B40D3A97177B97CF88C2B0023ECB3F29F9CB347DC E686012FB31904DCA042679776108D9D611EEE971D341ABCEACBD0866DA21DCC 270D3DBBBC9CD438F4F651B58D1405A82960CA991CF690B8B564033154645D8D ED5E4E059D9DFAF3A5C2BA1C1AFE1B865901C8D117262CAB210A3C7A03443544 E22EA5577AEF1378A9A4528592F32A8AEBCB1CB6A7E4948FF78C6FD230A5892B D8953ED89392929FB91C042D31E7E8A4912FC701E722D7FAF0308625B3B748F2 26DE427383236E131022A95395C72B3DEBB139C81811582FA4E9C7F970FA605D C8DBB3ED8B141428ACE6DF426B2567B10C5D68A4060F25D5D64BA262101CF5C3 4B7948CDEB6CAC66FFFA0F1795C5F3174F7D319D252DC2D22BD08FAB54CEA742 64C0C6B94BDF182DC0942C0C82E82A0B04654A7C2E6BE685EC3DAF1D5FE48790 DA815DBBD0A176BB4D4424ED7F893B4CED54C2EF94D73CBB154E547CD33D874A E754A17AD1F10C23BC5FA4E709330A10A73C93B843D8CD8A65D5A4241B35CD19 938F2BA2FA95551F0C2FEF1CB8B056D9A9120F7607BD4C497762C577B66B2DF6 8F3F661EBD7F3E73E3A0032790ED80F774423A026F8ADE2FA82129E1FF27DB3A 1B6E603479668FD783735606F7AC6BE9D65C17F7ECCA3B622C13F0FC95F8259D DA4801A7EE18656AAC3D730CF2E17FCE8657AD6289850DC06E897A759F7B53CA 502E764B07FDDBE6E99D25ECF1600D6646622334871C57133A8AFD03FBBC2368 1BCDABFA9FF4C4A9EF150045F694A3AA487BE461BDD2BF1BBB38BBC365837063 70963C7C1E7E4809797F4E497DBF6D5A90A71D6E89BEEDD5D16B31ADCAD67A81 A9A3085B4CA7BD93E1A9591BD4A7C88FF930EE7A131C5F3338817D88AE31813A C09D5E7120AFA6565B0A647A40CA94B78F20905B7110FE44A90794F7F0CD63DB E99675C781255B7BA257CEB14DFDF9C13A02701B0FE41C6A6F50CC62C028A3BA E9A918549B7F9F206DA0909F2009CC87BBB565F281F24D0ACBCB71F12709DB31 5D355415D97F66DB25CAC37E90BEDB51F2FA97E0A61EF85E845F702D0B3AF935 14F3EB201323209D76C7C5970AEFCE4225FFB4A1477B177BB52332AA0539291B 9B8004F23CE4E055F7AB6D6F2A8E74C2994306A407A4FC831D1C887C42FFD0DF EF07891681C7F4AA914AECC427057A8D73261E25F82DC3EEE7295C0870E91523 E15187584B32B8F8B0F2E9BF4E67E5A2858F00B0C59DA1B1B59B00374C6C6AD9 741E0998EE0DCC6F5ACD1925CC40807D5B66E971CDCFA4651BBF2490FADD15EF C8A7EA3ECD078D34D875C3EC5EDAB74AC0DCA00F2329184455C24C97EB0AD4C5 40B8E4AA2CE6E7816580F9DBCDAE7F01AF0533397CD37C401D4841B60CB976EB E3093FC863F368C85AECE6E6CF7D9ADABDF628D9806C1269A0EE06FEC90948E5 CBE40C0A2C72E08D9AD94F07470692D571F595E465CB32BF486AE9C3971B6F7B FBBDE2699E1FC9DACB156D880DA379262A98C6708A9850FF8EE36C35FF636E46 D8D00FB3550786C1D73E6B91F9B35D6998F33BC953E0C8AFF996F4C707F8DBAA AFD76432E45605D5E703C2569856A0BD8C8ACB29BCAC87F1A72F859D20205328 6272929343C1CBCB053D7E19AEC4B2EFAA765B2002F43E7F62ED5281C94ABDAE 750B2C88B3801559FC6DF0D66E55952FD67AD41718D49D35DBF2B7CCBC1E755E 800ABB45EA4D7547756CE9E6D3AE0B80D8D97D681DFFCF4D5D5330F0FD6AA729 5BCB1475F18E9612197D6F5F7C7AE8FB931C242993D385AAE7829391D370819A 496B9518C6F913E666C27F0896C7684AA1DB1A335C7B50762B4F8445D45C907B 9E30F7FD84E403DACCB0A8DFF2940312386C315FFA700B0E42242EEE04042E2A 3F4840E719A42FAC426870CC20DF083537010550A6B43A02A330D92CE15222FB BE6A9F6EFA44F7987224533983D96BD2E1E536437F89E2E43884AE09FF5C7902 A284704F78AC067C332EA207F53CAB61ED51EF3FE79A9B7A373C3DF72A4F3A5D 67B4F60BB470E5D093FD880AD32809160E550CC1EE67E01CFA80318C03E6FDAD A8E744FEA593E2761C60D2CE83F3F6D3A2B203739C62A69D4E271FA12372C45F 6C378E4CC21B9B0CBFCF43233562E4BD4D52F7A634D1F0493F8DE445D140EA4A D3956E9971263B7C3CAEC8AC83E541D58F52E00C1C80EBD9A31F0A9D17FA2D63 E5E0D22CA28D51E39A055C40AB769EF224AEFE2AF714E322FDCB9770EB00686B 208AAEE2160D059DEED823FF4F9769359C183A6A6398F9E4ED55397F02C68FB1 016CB495A0599DED25BF1006343DF9AB7C3BAEBD1EB2F99F4FCB07E84AD2D959 D1D573B89C220DAD815D9EBA41CEF4D664630082DB97645AEA6779A8F0D7765E B76A4B8B429CF95F22474EEF2FF1C792DD525E50E1EE0A1ECD78570970B62293 43DBE6E9B97585B754AEFE28E960B5F8B3F549EC7F168FFFC5EBB52C7CDDACCB DF9E1FD89F2F8CEE44285E79724FDDFED021AAD2025006239EE5CA8543B86200 C7E8522668B07608615F6F102E295003B1B89264810A2BFC3DAFECFF126B1807 2388839274203BEEC2B319C7F263ABBE6B181FECB5FDB9516E8F0456B6A1BEAD 7F45DB0F95F4943B2ACF52CB30DFDC6EC936A6292DC2AD0BD67164900CECF3DC 097528073246A88607DDEE1DE4BCFC298892F3B73E897734D7001A466170F60E 5F2948ED36A6AC13975086A2D68B6CD8B033CD14C1B85EEE4AD3679D74DEB998 AF62D045BF1102FB3927E5B9078F8AF93A0ADDF1937276C423CD346F30D17D3C C57CE052053EC21A2991D063B157FD535850DD63E55890427BC2C883785DFBA2 436BDED247251001AB1AE56EA19880B88B3F1BFA6C232876E6C002E9EA850700 517C80537C27033737A162B10B179624F869FEC056F339D5A292E6E945E7BB31 A271CA30990B4AA5874CAD851C1154275BBA868EDA5D156F4663E2D436DE6DD2 74E6579AB19EC803927046D9130BD9E735D64248A6FA78F1DD6B51DF0B1DD553 316D96795355878C426BDA09F052D54880E5F3E5C1F29786DA0A8084D81A5849 B2A301BFF171446EEB4DAECAF40D8C4F6C489BEA6C592F8257E68C514180756D A13569A03827561348B73584D69626B3175247018DB9DFAA9E989E55C97F9A32 B02423EA16FADA78FE1E3C56EF4122C640EB8D77C5E957B5E425A2FBFD173423 E8AA1758A91E1B5B85D174D7DA1F11B3AA76761346D2464BDBA290435A6DA50C 1F14E14FE29396C918E3E4C388E93D1C3F7A7161FC61DFA1543D4CA86B6A3A5D B64FC69BADC3F3E0F7DA2AA5FD6C39700C2CB8A6C823D2620D39FBB0B507003B 6D28C8D67F57C019DE3D8A4B6BD01CF0B305163BB1229F470AAD7436D13C326C 5D205B4C818D0F765E2B9FDDE26B033D1060EBEEAD6E5C49EC8C6F395B54C259 4E24E89DB787773423E358A1C64C3FDEE4CCBAAC4AC652012A0CD7269A062643 0F52A1BD1DEE9401B5835752C48CD0B705476B00458D31E70599761C793987D1 1A14288D5EB2C9452C2C4524202A40A8C773AA8A3B9D10ABFF457478532B2C58 0DA8776E116853B77D1A8EE320C87B23A693BB5D3E77A9C419772675690DD75C 7AC5BC3ACF97BB11C70C0261EB5DECD96577D755B03EECBC66B3B8FAFAD87950 94AA617A40E4CFE88939F28D0D36C5C6FB5B4F6E4321BDBF12DCD428BDEC76DC 192AD968A9699084DBFFA3FE06D5F79D336DD6CFCA4C9E1F427A29DB1F4F0492 A29F5F052310D455E8AE1847083B70EE57C4799FF4B470655D855B8298FD3694 66E00CF5D04415601598C0ABD6802FA0DC4C12965546076E46C2DE87467CCC8D F9ED9FE429CDE1DB2AFE61363327B4D11F46C678B59E74F8F09D8B9C14C48004 CEC93F33A4A6906CD71B2414C05B3599E4D1FC1EB839D4B5E5968711359D3BB2 8E6E262896409C7EE86DF7A8CF1DCA1EDCB2BE723CAAF5B1D7DC94F093864855 7FB08EF776FDCF9DD8342ECB7F7B307542880A7C04D3BD09D65BE13F80E36120 24BBE4C422F1CC0DC956CE53261B903ABA0E0CF1CB0AA8895C0DA8127DE3DC9D 4B491926B5408AC8D29D2FE62CC3CEF548C0A57A1DA202EAEA8F4584D8B64E49 A3D11A48600CC0913B744180AFB6873BE72DCDFF8EA2203E34082E011C87C3F8 EE91457705ED0BD4E2C193B7E818B50DDDD734F2BA1B876D262C39D94B0FC27F 0B5A87423EAE91BDAB38BE457EB0309D05FA5E458109305C03295FC39B0D06BD BFA2B4520DD610E12C3AF842A94296108FB67495B300991C3491F0983B5A0403 68A8D19218D9429EE400C3B91DDE2A9F163684D9F28120B584FEC88628EAA60F 79F5988BE7BE31153A675BC7B344E7F62CE85E8850361D1996D57E71690472BB 8055755DE965D795E6D2424F7D76AE7F249AEF4BFD75103B2CE4D62FECCD2FAE 3702A57A3320C54D19D5015ABA5AF39B237C53D38DBD80773C0B9D6406574BFA 48BA4EE71769AD140E202D24D9F1691BA072E1AF182FD6DC06C2FD25E3437E38 ED1D0033E77D2B188F3A84EAE17787110EC5462EF5CD0FEBBE5CE39976B5CDA4 8206BE5EB8A06C7698C5E6A45EC7F59CAD3D6ED3AC19FABF3D29C9AEBEFDD74A 6B7261D349FE509BD769D9A24B16C276C917F0CBE8B25FFE19BF8528E1C46D38 3738E3CEE8170E3EE323A464A3C8FF30B3DAD0BE87518E008E37F60DB471E3EC 110E9B8AAA5C875AF759126B39B90A8E7BCB25FA3EFA783AF7B069AED1887A19 6A75C799940E5352C34A93F125DE82A7387CFDD7073A28C1026C9E06A1D8163B E66DC3BAAEBBDF96B7B3143B9414AB45643D022294C2AF8C87EBFF1276EF991B 7A1C720C1A7CFD392F211A190A530A19012EB117670AFAE4CF700048D901A5BE 074F9B05AA555FA4ED6D0A92C08E4B795279F9BE48887886B5121DDD857E8A86 A2885B9A672C72BAB990E0AF6DCCC769A7E18E65A86B3E1482D8297FD98E0510 30B27AFCB9B261771A1AFC298F96E272E779A8B6AB6B03410ECE32B7B69369C7 5597FDD08BF2E6CA29E093428DBB0BC53C64E5ECBF216111AC90E82822E7604B A9AF479BE9FD2FB2ED27EBF4027C22357DB27A5A6FBC6B14607DC26F95A81BA5 1737D6C406B19857FFF2903F966DCD56BB73B06F5F74C917517DF95D8D5E5108 350AB839CBDFD7D1F3C687D0B6B576FFE108AE8708B967C29F9840A0D6784789 DDD7A0D76E92082162603CC916ADAD75BB205E7C9B7A72D286C5411F3771EB6B 9F9022BB24AC9EE7700907280F52862F1D542605F3D3AB073683C55D379F973B D6FDB500D297F23EA617FB81E6508600C719ACD544A1E05186673501B127F75F 9C23F9D8D0666E6F1E5D8FAC870BC73B2E90C11070DC6AD475543CF049E6333D 767F0372694EEF9277A8C5EE37B22C369AC851A984D202CB07B6ACC6350DCF19 656A31ADD1F0FDED736C970F4B9E175F63A9485719E949FC6AF460C0E8C42780 98292C35BACBC5F0E096ED2382C3FB4F53968A190F287DC4F62CAB4E8748219C B3C7D65730891711E13F8E0B33C425D41C8B60B42214779BAB101240BB073ADC 4D138AC5DE8600FBE216F6C0CB7E946D5CB4CCB699822680E18FBEBFBA669279 B3619A21A3DE22BCD67F97A821AD52393C7C71D681F2B1C63566D7C9F5B43D69 1C4934E1C3042F7E1B3AB057C59DEE18859D2BE187DE2443F8EF01D2F59ABFDC 5235E737A4D77D5FD1744BBF4DFC338E5C43941392B49845498D8E7E87808137 7CCAECB6F00068CC461228E91644E48AC880433F381BD78DAA4A6E335F908D57 A121A8D636B977230FD0EEB5376ADD39937C65906DC4AC23E4B956858F63F5D7 7026CFB01F22A944EF216D7DD073A6661BD10F505783DB46AE18D14B5C067510 43ACA8963412993F517969AEF6563F3F33266B9B08F48E0C1F29EDE5ACBE9E4A 3A5BA07794978B76636B8B61D42486EC83F634E463576FB4421CDCD2C73BF10E 007F09E5BE1BA945AE078F5554D7C828247AB1B94B35D7CFD035D26319170F12 743D5DB9882349F3A245C660366343A3E198311671D0014F2E44D5C700AC5BDB 39F2017DFC6006B781FB73BE174A64EACA19028EC55AB168EBAC70D75F1C0DAB 8208BBBB9672C3E43BB1572F7875CC54AEE2873E6C79F80903C4823BD0EE9474 9A335AA78711A6349182BFBB1B57B26D25E5EB74C3CF3FAB6A3AF06233C9EF9F F051349F8727B23EF8A42D0F47C9F16493D14C53DB2BAAA37A0379442E824892 1731B7220134EF4436F894AAE87BE50DB1DD51C35D46515EF2D03F90B1CE3DD2 D37B4BC428E6DACF7622562E4F70D349D0B5340F77469B87BCEA7CA8BF85BDD5 76555B4CD7AB77EEB46AEA203CA302091D9DB689F6C9A5812CF7BF4E7A51D809 63F4B7F767CDE901B293B28E0563A21EED5A20F9458E33D0542D4427A10A483C D9F7062AE90D9722A5E3D658D3EDFCA0C36FE60CEA602D5101DE2C5F3D02E5B7 E1024CFE2E287408CADBF78A9B53625D0837A94C2A8096F5886AF79F5400883E 150E161E5DF7D2433F5EADB451C687EC7299208F4FC2046B64FA0E2C0FC197A6 F5A6E070AFB7AD253582890F94D0625C18043E576E38A612739F85144655C9D3 056F043C7D9A34DD046417A1D585B16BD29C172AF7FF0A9D89DCD71100B0768C 8179D2E9703E604FBCF88021934C06E7E3B3BCE4FBFCB24BC5B8500D6FBD86CD DA4A22F7A4F575282CF2E5ED1980291663BB8F6F371D06AF9E04B9BC6DD5A6B8 BB2C69BCF44F7FA47F0975FFEA65BC7337DD829670E8CC34EB5483E2E42EF4C1 7311E0842A7E7FC69FEB633B78198517A23A1F69D99F464C2B792E7B81F5F469 D890FE7E0C16BE3F25639E36252841C78DEB2487CA0E88222AC9B7D65C6E9565 6A2A5B76CB1D5A7C7B4C8EA7AAE2C6177834CC4BAE03415A3E791065F6E83852 9DB528DFA28A846AC8C6FCD3D71471870C801F8773BAEE0C5C736094398C2FED DF8099A7DC2405D5A9CAF5956DF056D03C53FAFD7042B75DF5D20DA1051A9840 EEA849DF48D3BE9EA467103CEEF2ED67A71D7C02E87B6F4CE537B162E14D1422 3B9896A3799A00D851311563257923AB12824F81CC444DCE1F191379BE4CEA8E D35E17F6268B4ED62E0EC0A8F22158CD84FB686A1E7ACB0F61C8EACBB85C485E C9B25680B7C70A42299360D479F34E358F9A8D5B7294237825282920B0FB6840 4BDAF8C3BDC5EC12953B8C21D9CC04E187BEE7624E5E9464B8BC5DCF82A2D353 CF83855966A2CF1151B64D38CF167FAB834F162D5CF3C0D191DD49CCD0AF5E44 713502E52963A2FADA4F2B1E9200523A743E5033390554FAE8DEAD0D5C7C0E91 E10C8090F312ECF1AC329F9C7AE72BCCE68EC28D79AAE8F3EF7251C644946249 CD5CD38644002FC16AA9CC790E5504C74E79178A019160A7C5A87DEB41D8BEBF F839C41DC1B3778DAD61199985C96B31B9D58B188FD079678E605D5D45C9ED88 088A6BB1D97E2D5A0CDB4F87B563F4E02A5A1B8F12DDB13897132A56B8F2D212 AECBE47F26B4D1DAE74872C7FD66C27FB6297C6407B2752CA9FB4A3F5781A0B9 58DFCAF94A3CEEF6AFF6C806627C09CD993F31EFCCF92B9730F46DCC46963A6A 0F678E521882359249525D85DC0B2A3945067379F068356E90FA3E67B1985DF3 17DDF5A47E1CBEAA2C81845DE64C387FBEA12D1F9A0E6D1F5C6D7CAAE44D529E 9FAAAFD78AAB7033CBC4BA9F82CA542A044FAB71ED1586128738EE55EE8AA9E8 7DDEF6067423C6D62DF9C91C5032119183F5287E17E7AFF213F5AB909D902F24 08CC78C949DFEB52C4238B4037EBD51AEE77814A02C52EB6EE31F0F49DE8ABAD 2E8DFC4EA4528574CFA23B1739B485A1120E2219BF6122FA5C1A24F5346BDF1C F579975D7E35E7AD6D62D6A86CD8D56A4A07E68DE75FFDB038F1342E6590A818 7779B58E8EC08DDD37654FFD106CB79D084B74ECFE3229B40D92A788EBBE13B6 AB698BC220D1DCC83DB149F2D614E859A2E348CB94C140E8A349EB2FB02BFB01 46F46E7C2132BA5AC6B30A15DD6412DE91CECA188F7276964D3D549130FC2D36 9FED6F27F5F3D2BC2553BB978FE0E4D9C718A49C1B65D218DBBE255EA0C42384 E32CD4B67393988BF3FB126888C6FAEBC3D1266A1D34AB496D295C9840A53535 8B45AA2702B9AFFE8A7ACDA91C39129AF58314B6AD1F82E818924E87A6C72088 6FF9729BB95C42D20070ED8AA26D018B2302923D84F575BBF0B19E0392066164 A55D070548C54D44BAF4F2B40DA85E56305AB2E2622380E099BB92959E6AF62B 21AF03E62D90DA9C23F2DAB66954655F0C806A7F79AB16C54B3C014203643E44 B681C4A8E915BEC41DB159EDAAB75D436F332F1DEDE476D599FA20C14C3334C4 25598CEA1E01E36F440F7BB9A5A45852596F8C3E6B78A60662F85F1AD1956BFC CC2430F1ED9357809986154647440626D16E941EF5FD05901AEE473205FDF505 7EDF95DEA1C5F3613EA5450B82A8F96FA755FCC90A55DBF07F9803FA4A87EF54 88648A63750FF02AE4E8499EE3AD6D3E8D5FA6718853325462F52902A5B61110 17672D3DD286FF36E7E226E5A54EDFD124518EFCF819ADA1402382FD3FB98826 4CF55EA4E785AFAD7D067563EC3FA57A69C0154ACCCF5B032F80FF757309BCC8 46B38D9C10526CF6B07ED69F3C79FE6E20316C654FFF631D9AADC12D1CFB2E44 08D952D921E37600C0C8CE4BE702A724071DB244423333B76272C78DA8834503 FE840959AEF3E342379844A07B7416C8423B67CC5A70F08D7F7FBED9ED67AA8D F685F8849285318C12B9EB0DBF994983FE4389CD965DE9BB92EB238BA01481A5 D3155AB5ACC7C035F01E1C5E6A6BBB0594535263E382F6D0CE376573FFAC0569 233CD305AB41F27CDCF47AB880053E807725183B3D4623688B9C0159D0D261BC 4A55FA31586B454CCFDE1C4CFAF13AC0BBB273486D14828F1591B5E82006D3D1 BFC47D84A2B7688D1F6682E2E3CA1509FD5FDA39340AF676FE8C8D707BEAD4AD 6F524180FA50CE7C7FA3F09C4A2FDFEE0372C4C2A02DA890AA8719FF5AC51DAB 4EA8C71548510BFB827793A2E6595ACD615853C0DEE75CDA05AD1C63DE96158F 5B26C795F7F6C417D84803BB3EF1DC80DCF0915C80ED2B0F826C11DC8734FD2E 267B1C45AA6E9A656A5F3C6B33D4E1F05D3DB7DA07BD9258A36400F216B73A11 F4433B5685E4E8AB9823C9E73C7FFC728BCA3F91A69B5DB59C945EF301BE8A11 19F527C4D00341F18C20911551B4BA20BE2ED6917EA6860CA00E2463B518BCC3 FC5923B46FBE7E41798A7F64DD4D3145ADB63ECA76CFD01B36557B76DC6FAB62 F8CBC86123DF8B635601DCCD0FAB1742203F4A543606E2AA13FD2A65BAE87BF5 0E70D071D1594AC915B46793BCD7D1730DE3519D8AA53EA9570CC7F33BF0A21E 429F32F06CEF015EE8C800D5C27C13C61831FF438E193E17002D1A5505C8F40C B225F6E405AAE0A30B8AA2848DABD74F03E388D5131C4FA553B513A289FBBED7 97BF90C0EDF15A10D81712A663DC0BDC77B84DC59A679425B66B62D75F691489 71C295F838AB757A7077FCD8240C96A573BA79016325FD41BEB588C5C3E0F1DA 12145C469E26D17171C1C24F5A4790FA179AEC19200B94B3D7919FA8F061051E 9EC820FB2309BC2A59D7AF967561256AE11B1CE194D717EF27451092928338B6 949A4049FCDBC07BCDE5A69DFD7819E817E4A6613BEA01FD35777BBD74CFF9C7 9798632686C2BBF4A14D9E29F58EF6AE1CDF5DE90A5A03DF09032EC9914690A4 3753468E79910090013DB562647E7038A67921A49E1185BDC4304496069566C8 2C3650DB458C2E04FA768334F5EDAEF600212A5E762CB4D97824657700B7011B 14BC875C8F18DC629FA3A49AE54EEC556BE86F1CB54FB89FDCF0D0C98D97E946 910B63F58A116E2A5D7128F17BE23CD1A5907B9350E731FEFE44C92481BA4D68 BBC79BE80CA7945BDDD621D198FEC5C7CB1C53A7B2CCE8B6248E58381C22F234 375AB7CB12BC76D235FE59B0C9C5F95B3E1FA0DE7EC14A46719CA7B89E8AC370 C175E5F1CEDCADB40DC052C636987F2ED819714D7697A52556E4F31707BAD3E3 9EC86CBD40E4C08B4D5FB42B94E5DA8467BE67CCD18F4053EC130B9425052353 15210AE21CE6ACCE4567CA6CED5D1B8D8F0D21FA31C6E9371E1BE42C5D7BEFAA B4505F4B064294C4B7746D15699AACA439B760A0F9F06497E5C8A3B240E37AB2 DA3EC072B8FA53673AB0DE60EC20A50135685716F6A646D2CF35B8A3DAFB7B57 99D3C4A4CF40A8670E889FFF56FDE78E53E87ACE6474478017EA7A14CA0527F5 3A3C8CF3803B1848A54F3C6FE0E24AE2DCE8CC6326C241E88F1752AC407B767A 2946312B506A9B773812D5C3231E69B8E61CDD0D74B916F22461FC3323625023 2140DA6B2F5600839409DFA75453B3D87E5BA383052B9F74CD16193C0306602C 54C1212F4C3C87805AE22A3BAE8285E9D3DC6F11C49D8D21598394781C7A5DE9 0B0064D393F5369E7F418265EE343DF81F87F0221DA0889DDE9383A394B9EF50 A280E1B22E2399EE96904EE74586B9469913F082639596F248AD6EA2F8F4854C 2D914FF9F7EB6873A15FB8E52E75DE9177A5E3644B292C9F52F698C6DF667453 BD16F398FBC79767BBB1BB6D0439D35913523D6E8A59B63C73CAF0CABD8D945C E131DD4B5022DC3A25AF00C86434E8AC02070954DCA0F996511C608AF31BC768 AF860255D1992F8A9867A25D2A3FFADA086DEF95B3880D59D98286BC4581A1AF 361B2CF0D139E86653497D67B7B1022464CDF37F8EF231CF908FF50A807F164A 9F6CF0F7FCB8108983A23586A9EEBF22E3ADFAC80FB483FEA03BFB1614776D14 F6EF04C1A8FC186D48B4E7082B87AD4A7E8B55CBED0E40268F9D2192EF9E7712 146E023D2CDBC91FD75B7A9FAFBF2DEA47313C709B417198E4603EFFDE70391D DF7B238B23B2337A300CA3A1E9B5A9D8532CD65027978C36AE4BA93ED98F01A1 152508ADFEB639526252C360676FD6F007B459116F35F23F19E725A6E3F824B9 5400141BB328756021D9B061522C61FC282A536A9BE9A0AC3D8C2384EF0D0137 B9EFFF8BFAE6F97F4E40F49C891974FD98FA8B0E447BB36E94806DA6FB1F26D5 CD86503A2C375B8A0A8C897E7E7B33752615DA52C9A32534458BD498BD637AC1 DA9EDB3A2ED58F085C4A6B4D8915F7D07CCD404245A2A1A4FC46CA9EF6696D72 C3930D72475F84723A0D6B999882AA54533D8A3B10EA8A0B55DF3A8ADED92DDF 261AFBA5239E1BBC463E34A5D6CAB3D1B4520FF18D626A8BD3A00FBD054EABDD 4BA2562367F9E58E3CA8A2C8807F9034CFC0CC3C3B4C07C34D1305163FB34C6C 28661D73835CA0C85D60917CA85F6389C52E76C25559EEDAAB6260A272C9F11E 5C36CFC372F668E72904056C2569961E14E78845ED300C9B20587372A86EF8D1 266F1EE11FC60B1257F9917DBA0B78D80255918503298B5C93893BB6C28E8F55 86F745CB51F6C6FEE7AAB4ED946AA3B7EFD606B97487EB84556F43AEDE6A557F E4DCCD163D885C533A1473D97197D27FA7D50B5F6E92DC5EA8E70AA22B0A742F C4199DF95E48777F9243CC239B1A59E9C06496D4E949AEE84395076D73388224 4DF80D8DE8E8F451F87F54C214356DC569080901719F072158DFCC601B82AB73 8677BA70648B7F5D1D540B2DF185806D75B858373F4CA41C152B1E2057EC2C91 D90298669AE3F35A89159BB3D4E68B4A2491B45C172FF5A1E3BFD04BA3A0D3DC E689170BEAE63E2DE71ED1807D6453138FFA2A1795E32991E3D25B87A22A7DA8 B04668A7ADB6220158233F956AAB7722B205C94D0D6BCB1A3E26D0761A6B7547 3817FB76796336290B2F7BEB463B144C25F5C3D24F771D2C7BFB64F66F92E25D EE19F791F24E814B31657593767A5C3240A1A721C992B25876712439CDB3D78C 4D31F36967157804C48A6D8767642A23F31F66958BBEF215EF5EEBF2CC881F91 F452281B8BFC50C28E5DD5739A7BDCD048DBBE01C535D7DC9AC8E8452D25AE3D 5BA28427245385F13325F1AE7DB437E0EBFF4F2998E15D22BFD1921A38C3E9AC F089DB7CE5F5127FB8D92DAE53DC4E509D56995D03C6C3E63487971C13CD2907 B5D085EB314B446EDD4EB49E55CB951925295C32BEC780D798270D1476ED683E 4F27E68623C73F95A90D99F0B875B9D54BA4FD1796B91FB53966AC6F5ECC2D57 56A01377A762A463C0079A24C7C2D62CE02B6E049E3B1099C6C86D8B5254E195 1AED115AE9D4C646B3883CEA82EEDD7D0DEACA5ED888708A671354044DCB3BAB 97F3CF64D10BB8EA96082DE66A59A4A0CB219BC779B3456BDB675474E51C0B5E 79C2827A04B5C7712D286F1EB891FE4A7A2935606C44C4725582722B12E1B190 8A4B26CCD38C4FF56CC28C963A04BAA73A68EAB52BBA1A217407448EE1A81389 9138F591D50E24D8518117AD2000ACC473D2576997874834B8DE77AADBCEB3F7 FB8E26097D011F71051EF6E062275E329352070C853D12BF160BC16B13814B3C 1754FE2F8A79E9923A52DE9BAFD8D38DD0A4A8F6B872A919660F8C51428F91A5 13E6A7A3D609F0717A14DF86AB4368A0DB7FF1A45AB012886B97DC49F9B8E7C7 A8FAD37DE9D7F49ACD257B7DAEDD05F759D52FC229CE2A91FF4F448B8795B330 6420D32E2372005CEFBEAC6EB4FDD6E424CEEA152E7FACA5E15D74753716B1DA 0D020512C0164F7140AEA613438939F5A2D6E42EECB1CF632203795A6E00401D 15B635ECEE826FC7B2411EAEEF3B091E07BA1C9AACDAA475A7BC34B6A17F766F 0D4035CE7CA8E8B8C1A3B4228D6526D5D67D8ED8EF61026350D6C29563E009A4 97A20BF3D23C429D6164E04B0944A9BA08170FC4BCB521BC534BC22C98085B1E 824FA8195B8B4AE6D657A02A379B3E898AF7DFACD1604E3373BC58E3D4709187 20902AC8A794F8B759E501AC37970C55F924445C4C43840A51E3D3FD269886D5 90CB1AF4A1323BD15305165382D060DD40D4882507B2182B7A30E66ADA549847 4736191E86E143E798DE5597FD2A23CAB9C8605BC8BD016C4400CE3B5D209696 9AC3DD2F4EDF622012CBF8A30D9FEF7011D86186CAC214F7F6A4BB79C4C0D46B 8F560705A9B9504A48D99428C6F52560879CD9C47097C6D0D0EFB04D6F1D3846 A4E8E7600638E17861B7DDBC23E605636CB85C860495E5BF560E527F43ADE0C3 5F62C19AEBCA2F676F372B084F8C80BB6A2C614640AB97BBB4DBBFE13B37FE5F 8D32E7E727B11C8488DF6879193602C902E50613856E7DCAEB476A7897F8CEF3 85771D7D956241667FB7CF2BEE225D34D0425C1E844B3D3D77A9819018E6A658 09FAA75BED40887C2D10E69CDB88D4910707189819C87D248C0655E9C94B7549 E4099EA85F7D5E7BC984772B98AFB6DD415EC87A35102018842DF746F9505BB1 3DA043C33FC55D1911ED915A95062DC042A764D73759C89EBC6A0F2659C10FFA 9D9145038ECE097587872D707A9B646DE7B722579AE859DCB40A4F25DA872AA8 FD8ABD49F60C18D57D2497A34C62879FDF076A5A097448A3EEF9B25053A3AE32 B87E5538633FE77F133B2AF9078D0E547D135581F92B6FBCC54151595583D13A 246DDD61183AFA48279300226D14358E255E72D5B673713E71E26E65428168E3 FFCB5CC06F16F02F6829668C0D0F535E53B138FEA805ABC0EBDC708325464CBB 92931F9E9562300668851C0836D6A98ABF85B517CC743DD059069CB85297D2D1 6B79309EF48C4B4B4BB8624254D7422996F8F26C2AE8EA9491715E4CBBEC7A6D 4CC605E4C79B2B8F624C1F3334CCC07CF3F6A70AC565EE64E627121728C2B730 F4931D781EA61D3BBF4F767F1864CE423FDF8BF91ECBE1DB99CE1439BEB5660B 29D26DB9D03F37646528247BB37DD6424453E180C0ECC55C15E8F942F50FB525 7CA868F50907815C8BEE0CF13F926138DFB516D05F4027980BFA1A85F6A9DB35 2566EC9FBBCFBFAA06C2398E6936DBC906063D7CA3FF7D66943514433E810C40 9F799CFE311187F87C2C3044A159A6726762B380EA41AA64A42724A81C8D2217 0031236F68AD3DA66485810BE5E47BC50D18A81C55661189F7EB8082AB7ABA54 CEEED98C5B26A00A5D8F0D8DE831428BF965A38F2D03264A590FF1606727EB57 42BB3FFCAC4531DE2C9380E33CA73B2743A176EFD8B454DFBF67320E29C56EE4 4144F911E68687E0B0627690405B0127CB4168324E64D3697742A7953A16EFBD B4845BF383A1199D694A209E2DE8EE839578181D73FA230D8A08308DBCB7FF28 F696292E7CB137848EDD401EF77D5B40874F3D93BD3749F910F0B8E5F8879ABB 90C492731F1B39A492482212055E2D3D5462B594E0CA660AE3C142E87133A292 1693B15125C884D3F60CCD853924691E9C243355D5FDF0C6F2DACFFC0C35B3CE 4D5AE0F3B69AC5AF19DEEECE9325E313CE787D60CB41EF97C96C30028AA1F1D9 80523808C4BB25D544444B2A583A9F4417C577D11D97119C6200EDF05CFA9C5A DACC7ADDAD9F24AC7EE3A0CCB8649FAFB93432A7A699DE35E4DA22730F5A6BC3 7F7D033245B176DECD19968AF97E2E9B509CAE38612FDD8842152369821B1C7B 9DDDCC569A55C724D72F0B12B122A3F25AC1C585D022EB09D638C58CF71337C3 FDBB3BDFC6FCDBAF5FC57637A715F52BEEE4D977F2B095727F6713640F574A3C DA26B076B4F2B6D7653E55E887A7F8386208ADF17C3A7D3E27CC08EC12C58494 BBAF0C84BB9C3559B7AEA919C26D825493F661B75F403B03DB7A7D61B96E4F55 C9608D0C931F376FE714255CD931F4CDB2E86499EC95E5831B3DA944F6553AFC 46E88431F1999A6AB4B7C72822FD6685679EC8A4C156587C83CE622967C86E17 45A057967DD99DEDAF1F5C20A54AC11169BF6C3EB9401E7DCF2C9B94A0E43623 88B9205DBBFD38B486F4EFDC2A0B3A9F67D345070B59DFD211B4D1AF715D9728 D88498E1025957EC06C0AB5DD95DE56888A6A5D5B742DE5E7D08ADD60F92274C F2AE21E03477B2A20F86E06C2C390B1BE0520151216D5991EDCFB5EA0A90D8DA 1EAFD9AA1F6F92D1A231F059CDA7580ECECBDEAF7209DF0676E916709DC14175 5E66A35557DAF14A4F474EE50BE7C5F966030248CB426306121BA5ACF8C28A94 BA7ED340D1AFB309AA5EEE13F984651574843DAC1681C9FDF51E5C821BF14395 F44B5621E28505683D85BD5F31A6BB573F013502AE59C66896069249E1A5C833 874578078F2198F9D0641E1B395A06A5A5EC75E6122D49A18B93D82BE7543840 92B59CF4E79864B9A979D0FFC034732456B4042D30DEB36D7D8EFEE75F73C3CB BEA420CA8280F7A3AA1F791A1BC6D0A7DA858C1BACA59F28697EAA0DFB6A6353 FCE1D07C4D3BE598B04294AFABDBA9971F8A 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMR9 %!PS-AdobeFont-1.0: CMR9 003.002 %%Title: CMR9 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMR9. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMR9 known{/CMR9 findfont dup/UniqueID known{dup /UniqueID get 5000792 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMR9 def /FontBBox {-39 -250 1036 750 }readonly def /UniqueID 5000792 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR9.) readonly def /FullName (CMR9) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 12 /fi put dup 44 /comma put dup 45 /hyphen put dup 46 /period put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 55 /seven put dup 56 /eight put dup 57 /nine put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 70 /F put dup 71 /G put dup 72 /H put dup 73 /I put dup 75 /K put dup 76 /L put dup 77 /M put dup 78 /N put dup 79 /O put dup 80 /P put dup 82 /R put dup 83 /S put dup 84 /T put dup 85 /U put dup 86 /V put dup 87 /W put dup 88 /X put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA 0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9AF72336CC4AD340 15A449513D5F74BFB9A68ABC471020464E3E6E33008238B123DEDE18557D712E ED5223722892A4DAC477120B8C9F3FE3FD334EACD3E8AABDC3C967C61FF003B4 B10C56D6A490CE9594D57A2D431B9E5E10FE3D8832E227A7087611431ABCD029 85F4865E17E17F8CFBD2CADC97E0A8820E3ACEC873F31464466A9545E967E53C DBDDB8478E69063FBB891566BAF88B7660A4405B16834761F041CCF7650AF955 F9E853AA9F5F4382E1FE7D0C5BB4023818A2383F91249D48CE021250EC9EEB1D 2835E18FB73026250B32A8849067D5E2258797C917F998F2D4121D96560C5FB5 B5D3471216639A8671B6DFAC5E3554EC36D9A72518525A795590C74DD70DA3A7 78BFC43E51D6F2BA52F17D4DD00D389D3983EC54912AFF73684A8A7E345537B7 E62361C04A47859DA084BC72EA53512DC54132EB2EE671793603015652EAFDE3 41C4B6B679BD60AEC5153EA0D2200CB1D097DAD770F5F31E6FC475A225995277 B867B731D5401E2D02B85BA85158C80FF7E2BBCC42B98AC867E67D25DB656072 55A0D32AB7AA483A5A9686CEA4E2B3031D90D84DB3E2DEE7706C91BA81CB8DAA 700E5F61E07D6998C9552C81B66FD10A10033D49EF3BCB0FF22ED0A3737523C9 8F851C61C4BF8A213BF6EC70C956AE48B5BD276CC0437C72BF6515B10739919A F00F6ADD2798CB211668842349171A5AEB0664D2C44397E55A4A9EBDF54A3EF4 FBBCDAD9DAEF4B0CAEF7112FA828F2F8D9F633D37E5516AB5ECEA87342EF8DC4 3A50548490F5BC9A8A1F98AC7AEAD9D913BFA10CA86D73AEB5BACC1FEEFDCC15 B3655522CCA2C772E902FAB2A6FC153597D52763EB44AB7489FF061F7F58E8F2 AEAAF4D17F36CBFC00D3C653F335D14240C87DB4339DA9D30A5BD1F502BC9013 461B9DB2FBEEC01BB18990439A0E9CA6576BC9CF6B1A3DB9386C4A5D4AA6A5DC CFA45FB75F22E10ECB72565DB441A194902C91427B4F676E531C661F7A2C3C85 CD534D1C89B6779B2EDC8E44667B992C20C70B663BFBF680A6CF4383EB7CA26C 4D1F06B5EF4025BBE65795F1EDB5CCB97050872D6C07BC2974F905ACDB7A765F 291365D6C8152153E7F017A25FB4476C60FD9EAF9A121633DBEAC32F62850223 D6418566AB350F90F4B35F19598478F76B63E347D4C61E203D4DB8ECB9889181 C387F4B663A502C638761D2782BB96EAC81A0108D7BD6938F67FEBB69218D115 D8E89CFABCE15C6ACC7FEB983332A51A6A73CF4E341574F366713D7FB29956D9 9BF238A87483D37E526A2EA2F101EDD34E34CB92730DCA7235AA0027189BE405 2DAB4AA021A30C28B26C50808E1E965C02F6212EC7C72F5683339425A7739380 A422E6191ED8453AF0CAAA424AE44DFA7CC5C2F6EAA8D73A5101D8E9517DBCFB 2858D0E8ECB7DC430EF23A9E4428CB7DED8D035D6050251AC101A2D0E884721E 2F21E573F948048BB8FF888911C508CC198BD750083B339500C426AFCD5634A6 AAAC1C7E91249667B231BBFC64B4317192FE07FE9DA0DDB5E517D097AAE46577 9555F29D45C67CDE9812CAD03F220B20519F2FF32DCA56A554D4296FE2D1F3FB B209B5270E0E695EA5A0EF1144957CE045881AEB8D05D72CE57F4D34617AED67 0D3AF0472CD8D60933651626550366E300E72A9C89ACD475C2E2ED9BD44B472D 9DAFE943F8E02A6DC38E447EED964624C37C3130E48211CA279BB6A0BD59466B 42F3D89B5746F29E084E22CF58395AF0F29E55113F3A3F2F52CB3A6DF3D026D0 C81754B8E2E4A15F6943BE9D0087D5166060734FD07C4C57D7C7D90E8C9C1F35 623CEEE3ABAE75E1A18A1E3B50B7266BD2D8E812CFEB4A46B856885B185640D6 B9C22179551002B94282F57FB433B7FF157D2F0D240836B72AF4A331668AE5D4 E6B85415F4E8B9D2F9AF90FAFAA0A3866DF417CA5A31348CF9B41B8F5F4D2F97 CCF7ADE851B5E2E2F6E319AAF5792EBB9DA2C6AA8B73D889F3CDAA42932CDA7D 07A7E59183CD89520DDFC36E5D513BFD8AD0886046585F29B4D7F42CC0C27AA7 53915AB1167D292FE91957E94A57FEE2D49C20C9070ECD736BDEE0F046E60350 EA539DC298156A4E0D019E7D481FDDA6861E20678516AB80ABEC1F09B126BCB9 52E8272A06BB6DD87ACFC423B4A4FC9A3DC8DCAEBB807C5F748F1FF8B17B8B88 F426206BF1B7B7D239D26BC3CF0776C467A98CFBBCA5FB6145D5900137ED19DC D002F10704AA680EC753C22E29AAB15712EF22AF73D80820A1EEE953463D4EA3 81FAF99518D4FD0F862A324FC44C4B9542A92C5B60CC983CC8F647CE5BDB4D6D B92B380E0E5F7208A9CD91FA9A469548162C761C1BA05AC9D60B766764D821B6 B4E17F56CE455F06EA1EE2D38FE47581746C4C5FBA63AEE2B58E877D1A8FA83A 31C972D53B64E92EEEA147426A92CFBF76FC614119C6E9C6476FD6A069C803BF E949FBE50B5AB1F1463F9747E8D353F7BBD991C4F90F920BC9407D8E24720293 846D052214E60390C3CB926D38C83AF697425D80C2B4FC4706615B905516B733 46ACA325CEA68FB21B2D17CF0B68BA4DF249368625CF83441EDBF2B86C957C1E 44CD722BD2537CE84FBA07EC7AE15C840041B9F7F3040072E6084CD55B301C08 A64A53BD4D3DC30DCAC6C152F316ABC59B8EE978793EBD568849DCC2A75A495A BC83470D503F8E389F54B4A4A31624E83C601B43AC1E52CB811FAA7CA6B644A5 1AE0BFD4FC774C9C9DFC2769ABFA9C83F900BE2DD4010416053A1D4874E6ECF4 D86E44B4CAB15D53E5630C144B0C15B58DAAD785BA298B1893D1B09BA5D40344 6678FD2D17FF6674433C976D6DAC659175CED26139967C9B2B9CFFD78FC2570A E5142141C2888DBF2DC8503F9137CE7CB21A1EBC2D65BF33FCEFBC85C9CB736E 24E8595CE934AB032CC70BD6A3B0F3BDBFBBE185512FDB7BE3D4A6620478453E 75D044BF770B44C9741E31985E6DAF5A318D7BED12B02A4BCFE60D25EF12843D EFC9BAE2A3F2EFAD66D7858E83EB46BB09D2FF8AE9C43844A7001C86ED97AF51 C511E3A89A1BE349FF5215D1A57843EF51456B9838133846F19BE79AAA5C1AB0 5F400E5E8E7B0BF96EFCA3B8F0894BE589F2C9FB6C97BD16D38F0A237CD4F034 099C41F85C7E2C7BEC8E02C4F327306A53B4B48B26A8926670CEEF96F6DF2281 7C2DAD99EF8B81BBB777227C2475AE7400DC393D9C0445E925DB1E955950F7AE 53E9AC4306794239346A419F7B5DF4168382EF5956B81F83BD4BB7635B3BCC84 7D84D05AEDC02D14675D777CD19B08124001A4F4EA96990D96000C082A12F00F 7FEF793A7FA69D56D3A38D012168C5458B667190AFE80E02C816CAFF0A71953C D80B085CD286027E2FDBB05452AA762FD7C813B2E19A79C74190E04E746C4933 CE1E300CAF5DD53B08110509BDA404EF07FA1BC5224BF1205DE8E0C3276A13DD 866675103B960C5F36644F96B4FAC16F5D6E91F74629B318FCCC8E8CB13EB76B B0B7B90718D913A52A04732EA3667674994A325A7973C601A7DDD50F658E0826 ACB8E53D4914B0274AED98D7BC3B2B7F9D48A7ECC2F8ABEE05CF2C4F2B90360B B7DF779EAF3E103D1D83EDBE32DDA873768D8C37DC10A5354A94B4153049AD64 FF3E0BB51AB91D7C0B4134D8731CD0270DAAF19BED9EAD800A14B65B68EEE89B 40DD624111670DDC7C030DEFE0D1B96420E249332445C155BA96231C88E70643 D526BDF3CA1E05FEE72CE2B881CFC01ED780C10E89F0828AD55FE29043BC56E8 2750A6DD15AADD54492F6092618F4CC6A31766B17FC60766D18C307EFC9BB787 39047DAD6B38419EFBA46B4E2C932F97451FE78AD75FA90DE409FC6DD46585D2 1941F5ED47A8FBAEF5A917A240959E8D9F9917DEA3247D9CAE6BF7A88DB4C4A4 F9F5A6DCE542420A032FF3392FE0F3357B51F884D6181583A554F75B1DF192E9 253CC828FF06B0D992D5316435980B044BB191508C7C45CD90F797F88856424B 14A5707459C50EDCF3E3D8D1667AAA83015405354CE744C66D9A5728F29E0085 6DBF740717FA0799E3BCC4ED7841588B496A5E549B953A7FD288B4A045DB611E E3B2F35963FF18ACCB1C968BEEA2CBF52B3999AAF89A05320BB2E97F52CFE06B 9F10E3A79865A3059A957F97972D80ADF678A36E2B586C101FC6AFA4D137C13E EE7102C9B8EF78CB057F8B7476F146E8FF5C897FD5503DD198128CFF7B5FB339 FAD0AF0EA967F77B07B367A4AC9F668F8BED99B98E87FAC750EE045602D76C3F 289FC9D97694C96AAC0AD1BD3FA94DF2CBCEA24B40F47B9B59E54EECEE7AC4C3 A3F5D19160E4C1EA830D57FBE10D8D46AC5CA0260F22FAA45236F0F542BEA9C5 5A88F878F68B36114E0573900C65E305462B22A3429A17C7A567694414DDDA46 5F30542B8FD4F00F6C295B2E8D3A986B953D96822DB2ECD48E8BB1763434E652 152EF3717F5E7FA10FF0B01D9F64E22C5DBD7254629658887BACEC0ABDE972EE 67299FB84A05B3EFE22B6976DB4CCA384232DDAE38C31623A4E39EA2E82C1EA3 BBB68F1A7DBF405DEC37CB7203A895C36A44BD2D63F45B3888AF91D37B510A59 3C921BB44DA620892AD87B665F69F6FA510B071ECC403CB2BE2F54B3969C9E88 713244BC97C1466DA8216DA7600C221E7E7EF5C789D2E12B36422023A03E11BF 2790FD6062FE6BF62F5010A92F0A104B76E255A0975E04F6F20F760881BDA7F5 D834D1D328B6EC19AA7D5E5678A84C74C82553DBE8BB5765E84F5A8789032143 6020940B4B8D45FC3433D356E28C25F42D0C19F911213D85951B2B00D01B77BB A4C72E964F9D95422BEDE582A05CD52E03D28A996E6CC8FCD910CBAB728073F9 F9FAEED5470FFA55930447C5BA816F826F983D53EC9941EC8364B3060FD74C95 26D4F5CA753B574FD2FA4D1D333785241D8741B79E628BC852FDC35478C5ED9A C1BE88C5EE7302816E65C12B58EA16FEDD4672EB3E24B6EDAD5DCE263BA8A970 350B651E5A9F3C281D85BC3F44EADD0D93402E36489BA5185E7D388974B0B700 70575188BB610CCA20F081E2CBDA13DCC6F72567962ADB342E02C1E763B673C5 F7384E24C6E1730A3A790D690A2103AEF88E0C1D4480DC9B25E5C8C9E1919C95 F83320179B4C7C4A26D559BFB24D7D596FB73758C9990C451E77FCDDD17763B8 9C30A9534E3CB6680D3D419D4B70B0B0A0D160FCCDE169714E373F65B7144CC2 DB9A44E041211E1517D3148E65A2486CBE5E74E625261CCF65392FB4F3091473 F9E8DF327D59A58558E5C9F7190DB577D5DC658F5E36258291C708B3D224653D 064BB6079F91293FC733710893AD1C96169B30CBFE4E9D52E7EFAE4AFEE68FEF 1AFD5E7E9DFCE8DE332B0FDC0514F9B3090AC85BBFB527FD8034DD33E9576325 A8769AE09AF1BA792447DDD932B98FC9486B39E0B04DDB3EFB7A30DA0940B33E E27490E0E841E87B1C90E5248A91742ABEDC10F43A8AF0F9C5B4A4930B1AADAF 01874B9AC3B8D0DBECCDA6CD7E96471FAA15CB7F8A599C5746327CE392224C3C 40BD60AF97BCA6FF6FCAB2FEA114D7300B89E91C3BC92D5B3E2C83BB37992D8C 72F661EFD0AA034C738C019DFB79BF40651A1A34BC1EB9F5AAF58F8B3DA32645 24AFF8636486F08BC21533B5FF7391B0679A78DFDCB03DAF6BB7475A1D51DAC1 EE4BE9B986655D1FDB6936445EF99B58B303FE79F11275EEA96A9F6808EA8775 D873D1052FAC93769789C700F20EB2ED6D15676F6E563A769CA9298E463FC311 83281483B1C953370D196727A6A0E66D32D9480AB1B6DCA77868C1A2D5DB6483 5F31EB6B18EEFEF1CDC31533E69B0AFC6B30FC9912DC89BAAEEADC30BE14F448 1A6B70D36A5D9B01799BEEA686066114910842D022EB464A9A1E8F0A5628BA69 AA9A1925CCADD44703BC67A89F3B48E4680726DC4360274185CF3C8AB747A8FC 4B928AD62B092EFE48B01E33ED756DB696171FDB775396BBA138E056F71EDAE3 7A1E4CC272B8418114B0E81DE0BC43DB3C133167344488820A92DF10FFA26FB9 65FCA2C87D302E956DE6B4FE145145440C83DB43A68F8B29A592B127BDF49063 B7F11E155CD4CAE305525BEA56B7C412A6260426407BD892A3F2B444AC3421E6 FB6E6425EB5C3053C5644666B80405530FA0012B54557327C98E0F4F064099A6 4ACAAFC1870359C1B6FBE7606BB8A26026AE20C212210449905E628AF1B20490 8CE908B7EF3E3DB551C85AEB0F7FEB6A8D215B97998E5DD9C7CCFB2A9402B8B6 1770D4023777D4B45A73F471355353412C51D4CE71FAD1E0AFBD87B5F86307F3 10D0B94F1194EFFB64AD5DA54A4200490F609CA8B912E149F8217ABB1E9EBB3B C4470E7365CF5E1E761AA1945044B225BD53D142F6588C50E0644740F7DD55E4 8F73201E5354A8BC78339211AFC4935F44701FBA043AAC4BA4698E9D7700029A C79F992F62627C91EB855F64C4B251718FDA71EDAF082A0C7B00550949D617A0 7071FB14F05620CCF2180941341D8E60FC88823438FD728A4042AFA8B853107F 852F631518B61B234565291B5D5B89DA818DEE3AE3B68A2869DFA63255CC882C 3B16BBA08FCE3632E57FF7A07F857A1F0FDCADAB39D77960BD827CCC8661A997 648BF5BEBC0FD2286C2A112A8DEB9CCB6330A049170D5D68EEEEA011D3EF3EBD 855236B9380087CBBB6BE24191F728B7EAC5B50F7A547AA0989B7C7D3437DBCE 1669341264E290646F2C8C5A3ACAAC7CB63DC692FAAE13E9B40E8BD39FE16A0C 1660CE66872D061056C04DDDC265C024BEF8B7E3C3AEE76FE5C9702002C28BE0 B180295EE00E567FA2E5CD1638226D24A7C732E1BD8103B476EF5702768689C7 D4FCD47F2AB94A2B1FBAE6ABF87B09E7713C773FB65CA83F7318035B332B9F99 24A2C8897527021321D003AAD7C273E4BFA2710B9BB26C2CFD3D9A5D7ED1096C 552D50028AE2476FCD6D12A5D0A897521313ED1A3A8456A70C16EAA50A3E6733 6DC89FEC56AB54A579EF264377A103939D5EE00A90B4F2206D0023AF9491FBE0 800C6540FC945199E20E945F46CEEA2E885F6800B9DF042BCEF4291A4B1A62C8 6A7ACFF872B25FA3AE69E0093F3D0FF13A3313430C06F1AF94D500431566F659 E8C859A5F80F5BD2E85C8E32603D3745628E8FE6FBC50FA68F9C3811A2BEFEA4 5852CAE2AE5AAD3230ED050593BAD0A9581EB7B327C6916B8FC348F4C23E6FA2 00FA28AAACCB3091C1D83F7BB88672A53A2EA3B8C7C24374E400C57F0F01019F E52D5C47F389D4C9AF126F4080F9AB8D1C8F470932BBECCEC72A9796F6E965A4 82057DDB43D68298A00880D4C2E2496F26F015FD83C5549215753459310339B7 6B2961EEEE74DA31FEC8E2BDDA42D4080A32372AC372524BDDA580EF6634ACE3 128C69D04D890DCA337212B109585C665AA83EFE47D5BABC2627A86EAD11BF7D 744176652C7F9497785A7A06A994ED8414BBE8B26E74D48CB83FA24AAFBDD507 84A90195EA3D77BCE8C2BEDDD1DC52E8164DF15D65B916EBDF3A8A76849653DF AE3CAF9561AF3B705F75B9E5DFD6758DB65A2FD54683759912E0D0035CFBCD86 5D24AB1323A0BDCC0A8FCCAD408E091D37B62D3D1BF8537CFC619A78488DA0CF 87FF97E3181A579D373539E8AFF22856FD03F4C387BA307983EDE87FE0F320FF 41E45F60704B913C7381D84E98411045E4AC9FFDF8168FA2286D8C7EBF681EA8 787E7960CFCAF502B7A3066310BE7A1159A02F1BF2C5C11A3A9A52E01DE3E108 8ECF6C9F892370DE073A17C26D92487DC47818C92555B5FA22B8E2D726EBDC07 7B0E0DBF8060AEAD5106824D748D9C085BAC95E031069395B41D5BB131FCDAFB 5CB678DA317AA3082296487B40E1D4297E22905E096C47A26F4DF5975ED35156 F33D505FE3ED168177598CA0CE444A03F66032BD7D1C1ACA0EF9FC36C4C9CE25 C9B1F2420CF9A96365BAA62E2704F2C662090D58BB4E0B099DDB4EEBF8D05F97 A5CBC658236F5E4D62BAEFB5996AB9E8EC4F4F9AC53FF17CC7A87BF1B8EC4626 1C500327CCB89B0EB07A9F4903E0C5A5E7370D90B50C010286EB368B0503D038 A2EF77A39178507E41DBE433DF19D3F69A70793D051F813CD263B5DA690579AC 1789D2D4CA15488F73F1F01CA8FC188FA30CB08809D8228AAC5A10954A6E5471 F8D84AF40CBD5C92F789EB1742E17D5EF1F7212D71A06BD7091360023093F101 36EB44A8DE87A4A196B0140641000B445FD8F603A9A7F2C6F77EF6963811F7C9 15649EE1D81DC3E988A7A797D76DB89758A73428D690AAC6CAF6E216CA40F8C6 2E05352428D4C5BDF539C8E423815555A1051370EFB3A9606D3D58F46E7D0B97 CCA0C589D0E36D25CE3938B059FB0E2C8361014B57098F96088C5C98E7AF24CF F8A8308EA440CD67106B94310E4C81D9D739DF88C655165C148CA55C7A1E2F7E A6F673ED5F34F1C1D20B609A152EDECFA26875C005B5D3394AFC2E2FC73EC0D8 693A9561AD2C3F9B9E9C9325EA9497425941EC3A0CEF1A59E6669429B08600DA 86C38D78CFA1AE7634B2C0423F951E647B2AE424776519ABCB28AB77F98AE76A 2F70CC3FC78E82702743AB7022329C56ED8AE3BE873992E131DDC094E1E6E683 D2545B0E6044A8F3626CD111A9C0940AD0A7D86CE7038A74907C8E9A28945C73 CC08B2B5F0D608B7A4B741D9F35104F476DC5B7C9E09D0BA369B0502062B3ACA 061ACE401105AAFAB82C4AA821E8523BC287BAFD83AFA05B719CBFD536B82B6D A6E549A9FF74858C3DCC717457691AD5BAB068DFD9AC47F9426F7148BB8FA709 24316D211D3A0EA27C36EEA1E76C0BB1068594DC152E58825290920E6DDEA892 BE5622E1C421994E1338424D82156895529BDDBF81ED48361530BFB2C763E138 777FF1CA8846EF2343E735E9EB00E50971C1E7B50917CFD0E82E5F05D1F96031 216DB9AC8A26B00280FE57F64038938E7E48429061C48B21F9B051F6147B984B 193B34B606F5A5B8583654F891D0E7256870F71A8898783B772AFA05228231D0 69EDB2E2ADF1F8CD734ABE140A34004817B886A717BAF0239A5B8A0874412F72 C49ECA2EF65E34A8B9C3288D95EBA49A57783A51198028FF2CC674E022F6C6F9 91F40145A7A1313A8C12793F71E79A58BEF6ED7DDD3CD527317F3063086D8B67 46817FD31B267DD7B61DF90BED14A3164DA8B2883B0B2CA52A8B48F33D055173 A804F2704D9367231B9B797CD55E7D512BF3D4EF1709BE4290C627E04330E3CB CA9D10AA2F41A42DC3089F2C51AFB51A3A0A5E68F99F61F05D7DE8ED84DEEA3F 3F2A64C59AB48E9137F101552C270F6B5AE64868FC6AEE59C276C7DBDB0D7835 9D58E3BAE73B32391C040298C4B93B8149ACCEBDB0D1D481F6C795004617D445 4108A2BA61E53ADD1BCB8E528A1E982E5211458978B071E20C6A2FB7BFB3FBB1 BCBDB5E18BE8CBDBBF8B28BC56E147DE26DE432ABC8F6CE4663CEEFC7E2B7232 0948A931575B3F6D7C5C29F5E59914FD00CFA0B64E595CA37FF9328FCB3E5DFC 1ECD5C2CED3A0113096F86466E0EBB27A3AE1D793090520DAFAB5A00545DAA99 500D452137475078B1996A96CDB7C12ABE78F41CF4DB7207C66394AD669BB39A 19492926069ECD6A5FFFB23654B0877618512E706301A7DDC2B76C42CECCB2A4 0F5388B9759429AF631A262C6F5C1DFFE78F9FB4371E98D29FCF91F4CD7A9DB8 5665151FB63CCEE8039BB28E82A7A73ACF6434AE97F67BDD7BDC6FC671A90D09 2EF97519795B91C4AD666EBC36188457390B902BEC72BE9F0AFCB70EB75CCA91 270C5367C18CCA4396C5D97BC3D1F1C93A6E82767543FEF3277C1DAB981944E0 D8B3EB3AE74B1CE21F7C41C9A7FA5FAE2F6892FA7B8AA3866FB247E9FB015004 48E74475596253F96BF2056A346F656EFAB9595A6B92B409383CCBF368DEA6D4 3A6C9B262C5BAF4AD6E854F5D7A6DB6C0866D0AC2A1F02B7155E76D00ACC58B8 AD3C51CA0317141E8776F8B18AE01205A0911383630F2C6D55F3BB5CD7AB34F1 A5EB91801FCBAA93181ABB6988F88E8F333B1E994E4FEABE71D6474DAA2B7233 2B2847BFFAF668F2D6BF6686E932E41DBFA30E2DEC3DF25213CB9E43949BC0DF 92A05BA5BCC2C91B7AD139137E1E9920A38425CBD0581DD6982F3CA60A904C5F 51AFE225349BD993C21375E5AF42BF1A1EB10D9FC65C73F8C092095345E7CAEE CF294727CB2E3C369149B264409A5C7CC91B576D46230A8C10B324A91E6121E4 B7C730C41BC66CE037DD4D01636879358C27B8A7F0B786F3E11CE90346065E01 DA6403E578FF85E8C6F5ED55EC8A434065A321A33D96FF777BC1A755E5B6D0F9 8A362F48F664D80D8EA59A6FEF67DBD34D9B164BABEB476B0653040AF59F69AB 0BE560C5AD0BA2B9E03193340272122B5C927FF25BEEB314942C9C104EF449C4 2CF2B773BE9F025609ECB355E486EE8A7A629C3EE798ED74E570C8AA11D2B776 8FE70DC8A724F79608CC809C0DDBC6248B9286060C4847653BFFAEE99C1DFA0F D2C3D12FD96D9E404038CBBFC69C9D0C4AB6B38A8F17BE12B045282818F9B7B3 F4D461867A483DC612C09B998545B80E92C4B5D7E1D4034245DFB55FC48495E5 26779FD8E8BCE82599832E7F2A89B81B710086A1FE4A20E700D33BEDB1289D0B 7B0CBA0D846F61C8AE41ADF6A5B51DDEEDD81ECD35892460CEBE8E10288C3DED 71E101674EF00EAB92CBAC254210E1DC7ECD5AD8D56DA994392E85959503ABB0 D7C132C5126DDFC0049A1F1377C2C3E2096C4DBEADD6E2F4871408248BFC4702 5652766BF8262EFF25A530C55351FF7C7B9FE8DE93696EF07DA2B10F19FE9739 F9DFCC9C8C27C86E2751E8A328F6626624E4ED859294A191451C10289C48AAE8 D9CEBC2FDC810044B93FC846EDDE72B4B89EFADA4C927360EBF197007EBA5533 B7AB1DA97C305B334ED3A3FD190F4ABFBA0A5AA08AED171D361B83E8B16349EC 38DB44B1C92E654FFF2A2DC9F6519ECC458178B028CA1BC3EE187DA787E940FA ED2274A8A128298439CA6BAFBEB628E0A13CAC1745C4B39918BB8673DDA3C0DE 4D6DDE6D6A1C02170557DF13ABABCCC4043D5F2192C8ECC9B8F487EE55EB8BD8 9B12C914886FB2276D8B89585AE660F9C6B67B8CF8B7494E73033EA81E958EBB B9A26E9BB30AA2B9E37855F19F2F848D18ECB25C87FAFE044CE1CAD308CE5DA3 F8479E56CE4C4221BE7D22AD12949D723347E62FC241DE0508BB4AFC076AA29C 3DD915D18CCD37760F7215E71B8279C214B9F5938CA871459C7043824DEA4008 9FD4867380BEB0AC2A03F923A84E87D551C1C3FF0E62E0EBC8EFB191E6B94701 9471F5846FFADDA8C828CD0F1161D74EE72163F60556C10795B8EC9342DEE478 9A296411B6BBC61E44DE8A3045682DCE8503B656C7DB9AFF9FF2F77549F6E118 6FD6ECA960764575689A4418C74CD7C10BF1D45C7129EED287B459305AE320CC BB0411F99799690A1E76E659FCC5F6D51BEADA539E378EEA55069D720BA2C6B5 D78105F2193475E308921600DE230A957FF25AD7E759BD4DA211325D29D8EF2D 647E7E55AF5EE2891A8D99A36B9454071B6AFAE47840343CF461AA281CD50F5D CD95E2EA1E665A3CF265EA2635B0439DE4DA14DFA6D488ADD1C81D68908B09E6 448E829E0F5D8165526F37CC3CB96705F903DFAB4FDAB83C4E031314D593CA81 2A2A99C24F39E67A99FDC511BF21C6B9DBD79406BC260E7398FCCE97B5F4077D E2699EE4499CFED5F02F0620A7685BB5B706961421B7CEFD35C1F98A07CA5A6F 0308C62A32E69F9943FAFA015667BA18340BAA67F6505CE15D6AD069C97F1A8D 535057B697A10ACA344FE1BA2B5A3080E67AB9F07498AE0FF47F7B51F0902FC2 22A8276F2949F9D0A40DF90419ED046C41650232429E631AF725A64B3CF4B893 2FA02849D45F86E4BF266EBE8D726A43174F17B341FE4BFED2AA82FA3BB8B680 E0E66CE2701BC02770B3181A2C3EF815447AED5E4D28B908BF70D5E449284859 BE01766F7B9EFC4BDA7957A851F3118E2E255F18F6B3726EB974E6B5ACFAA6A2 5DB68FE89FA0B2147A75D8D994B61A903C5EC262843C07C224F055F53983B22C 61782E0D3778ABAD48AA2F38BD767C548D21E360E3E4A7BD3B4CA8137E90503E 6314B75A41D524BC5B04C3F3983B9A9FC67B07BDBC8870BB63FFD9B36F9531AA C2DF3E4BA9A96D7346DE0E21145ED947710B0FE2BBDB9034D8430ACB5B60CC76 61AAAFAAFAFDFCA91014D1919C41AF46FA1C445DF318AC4FECEACA9A893F0088 A75A5F269B1903755D422D170E1C6C9619A91110AB7E61ADDD2349D6BD06479C 467AA6C8E1322D8D250DF6030710C84634E47DE18902423ADB10C5356437AAF2 BCB138924FADE76C56A2CB0297E6C951F8CA1B64E47EFDE25C5646905CFC9598 66B301AF9C1D559CBB954AACA2F7F3CF3E5A9EAA3AC288E4015A0FB812F273B6 E617AB6E407471F5BAF4B413175B3FD17A2D2432995B715781CFB035D3FECCEA E9485F48F8393BAD3994EAC2264F5315E1F6B73F22C95F31EE06F6E432564D8E 2BED415286F56A089E390113679053DEBD89211C268238B754FA95B337FE0D99 DEF2379D215458DAAD3A4D0B7EAA8FDAE3C4B7F87036D7E6E8FAF04DEC205A3F 001FF8DEB89FC61AF7ACC8F7965D88DABA830AA718B93004A6D389762D5B2242 D8E214805D0EEF9DF339AE97724BFEB9B5821893E51AAD8D1DAF3F297F32D854 A983538A19A2AB8171C80258D16B247C6C649C83709D33B692ADCB5A418F47CA B65F58C5A49D18F49EBDC17F49804DA4A154D174F18A2B14B3D6B65C01E5A5F3 F15BC4978DAE4BA7394CB7308D892706226C2E4745406BBDA0AF85B9BB6A1EB7 537479A95927B31D75D9F35997CE1675EC5EEC0180F8724AB7055FE1676713DA 3A22AB447A4AD3CD5451C6A2D36F5756CB7CBC1AF6EA50755888F039DD91901B 23F5D15B159F03C764BDCDF64FDFD44495146539374A132E546E8CD745ECDE03 620AA7056F712446CD7105DF0A9ED08FAB3A14213EFBCBCC39343C5FD55A8B8B B4FF13B06D1C8FA2AEC2A451780AD9F450B7097AE00FE1872458962DAA6A3EA4 A4F7E3BA124616CBBBA660585F8D857E88E9ADCF93D6F38493ECE543B1C19B7F 9E46C29C748A9BADCE805A928C1D8EFBA9D34B8CA3A74DC34307DCD5FDFDBC00 FF20704B2C3C5920B4D6435EE899DAD870B475DE9E67DD4F9343DE2050083767 B63BB22310FBD1A4EA6605216054251B3B92807CBD8ACE348772CDE765921B15 608B6FE446F2E35DE91613191DD72E061A37E4695E49DC77C037EBA7C5211D4E B6ED1544D4EA80F3BA6806A80225A1A256B78D95765FF5838EEF32D7EB7319F3 18B76209270FC63D63DCFFFAE895B7050F4A851F9BDB5CC836529A46FCABD744 EF233C78555182F9770833B09114E3BC0E30BD045E31BA0D9A07383D8FFF1470 7769C116B1EB3B474331DC4F2A4F62FC8EFA29F0D664482D87CBBE7A8D940B0E CA84D21B884F6C83DF57D9B17E3C07D44BC535E6B6258D35596E97C3C5E02353 6914D2D3F4BA7F6F70FF92AC2BC6E2327E06FCF0ED99A66A4082E918D9589B76 3251230A712199C759A2A8D8C5493D71DD240F4B0AE15A7771A9E6248F248B88 6FD0B2054D1AD8FC154E2EF999AA355A22B8A65909A8B526DA398A1A80E41A03 3F1E09D608CC57DE5D235F68FD31733945A6616217B05937862A7992249B2A29 18739913042DBCF7859B1EFA0DD6B8BFB18CEA58D596BDED898A0699D71A949A 42E3075E854C953B133ABCB766C53C8073EE98083400E329CE70074821194AE8 1D1AD5D670D2724BC68BF80A7FEC70C6E476F3E62E4CB6E3E8B9E8D8272D6866 3F1696E618A96F5A19957CE9B84AF00507878D2B17CD758D94873FF56542DC6E D3A5CA028B8F5D129CB2715A3337D23548F82423FFD54727B62F28E0D8A17C4B 2A3B987102F3A17E65E952DCDC5ED16B807FA7E15FFC2ECCE9B54A6C8538964B A2C47BB85F5A1596CC217B83CFD4BE4411C026A648A2D75161E9E3527BDC0EDE 82824681EFAD6076090A7BBEBCEEDECCA9483485CF9EB4FA487D1E85092ADE89 BDD6EB23CF171BEF5A247AD90CF56156553E7CD407D9BD5C22EEFD30A38B9DBB 974AF3FC0048F857B32920AD498F5DB15C08145A81171B694674565592D3A997 C84E5DCA1FDBC36B7A29C16A7B4BDCA33F06269CD391237F3D0C4CAF83B42EC4 DBD1BABC52A17C510BA5D6960332C6607A74871C7F925AE5760FA7764E45764B D39116FF0BF387D2406899AE560976F451114B17493A75BB143C528E4FC758EB EEA85113323A3C2D1F6BD2998912D79F07A5A679E98E5EC449F539182E117AFA B570AC06A61A5DE125392385D25C09F7EB95AA878584A8AB10842C5486F9E648 7D7B7F4D466B87C8287F4E859A64F207BE6840EE7229110A764D465BBB1A381D 05A7211D0C00E5AD0EBF89174F824180B21F3111B6F2FD07957310D18F883B99 2DB958B760A373548C7C93890EEE0A86CB9632E3B0D45DFA69585B91D9F31EA3 2CB1DC712F3BAB76EA68F42BC470194180D5B04987C2822BC09D7004F4EF3661 53A3ED1220421F0CC398289AD87407472C7B9C8BF5F9045218C0160A4AE71DDE 7E246BF81123B9D65E7AC133BD7FE411820EB1D03F8F4C8DC1FEC3CAA6F30FEE 1C0A4B43CAC899EBA81175526D972E59D3CFFE9C8FAD69BDBFD34CE96B4E21A9 1266933AFA04F76AB053FC8425FFCE853EEEEA6695E645E6B49DE5A61FE0184B D248AF6C622B454023E9E2C35A5B1896285EE3846F5C48FBC3BB0823E430D16B BA6BD0033A5A25274B4840A8B05BA84BEC9F3438C92111317A2123BF3F5C6121 0B7E1586C3BA4037C670E8B36D1C9A9FBB1B68F07826A8F8FB0F3562F9CC89FA 692C6DAE4C929BB96BC23F88949E6C23FDD59B622D79AD11914C4FABC3A61E76 EFFDF4ECE84E0B26BC60C1E9C04F5E60A0FE6106634E68D136CAD438B309C11B 34245323A2EF1CA187213F8EBF7A5B1CEBF90E6B1599B686729435D02DACA63D EE607D2330BD4165069768120527B71FD7FA0CA20E4DC03D7DFE093902BC1D5B 25AD5BF451ABB231070F3A200F5EF634D160F8BF13AED8D10679FE99E2E65E86 31EB3263C3BF8ADA61A8E7057E8080B24CD866F3BE72564375C634AE9192A722 87A6D6DBCDE69212A5D474670D33D1706EB31A8A417385B864141F8A00AF1035 52F7E1CFBE41F03369A9D56505942E830E412F75DC0966BC31C8CC5658E20B87 D24FB122B068F38EE0D537BB901DB8A3FBBA9A48F8A301931D999CA90E0C0A9B 64D04B7EFC04DA82A55C9ADEE58720EDC3A850AFAD55515425AB24FF7DCC9452 E58167E20A91468092011742B779171454EE3C633964CAF2F9EF08B7D50A40E5 0A42DDD7DD8FC8B1FF64C3178C92C1E7DD42A93EB569F9FADC599B993798B7EA C038288B0117107502143A294240AFB6CE15E187BA4FA17381E897294E5CF352 79A0882BE40F5B19AD2266CB20D6C1DEC30B5D2278BB8FA1F33A6BBA01644D3F D1AAA05AC80294BFEE11F65F7A2920F289071F0A3A0ECDBB49C4DD31C6B856D1 6F6A300C22675C3F34287B8B5ADA9B12BB88772CD2F5E2F900AB0A6B486028D4 D23DB04BC168400BEFC37B155EA5E0FF9CDCD9035911D6C190821833206E1204 12F8CD94045EB974F42E2C02023737B2BACF89704421E1EE8A607B7AF6E87EB2 E74C5DAD5BC905D9784C6E9D3DE9E755D33D536CF7DD7083ECAED6E321DE51B5 705BE63A44D0F6341F9A2794D585B7C04B1F79EA6DD18752E2FCAF34CAC9245D B31DD1903A3FCD15365C58DB3C7EB9018910A58803170DB43BA1B636BC1FF863 F6188644539377BC2C42C43A385E0C6139933A8293F9FE5468DFA8CDBB3F729E 740CC6138F840DEC588F3F04C4907454569021C55E94E13C2DE7E6E04F38E86A 93152942D17E55F48F51B890A2A571DC089D80655B20FAAECD9493E1365844E6 0844ACE5C3E6E24E917DFF3272262BD072A90E0036DE1F18448602B56310C3EA BD75E0C33F398E59E9FC6DE3CFC54C240D79850884F15517F68C54DEBA6BCD78 841288BF2F58FF5B05DBB618CA2BAA12408E0477333FE9A5E7B8A76C012E8841 DF148AE346BA84F07B399A422C1E9A04AFB745246C9BFA22FD00179C7BCD6A77 B08E3E355C6ACB32B38368EF5503350EA00CB16B485FB6D80835788774F442D4 CD31AC736CDB74756E2CA8FF104F64AAFDFB6D760881315EA5D870C3018324B1 F89AFD6ADCD7D193E89A5A0E4EEF1AE5523538C5EEFAC6FC6AC0B6301F960D7B 578DF794EB5700CD7718ED76AC8D347CBAD73EAA8C074A8E779D843CD11CE73F FF858918F7739AEDECB1CD9F79B8BB1B076FBD8D1AD75112FA43AE58247E5200 F0C35F801D8D6139FBDDF35CA5F1B982180DD7081BD234582CE022B6646A34EC 1F0CB1798BF2F3B1594185E78B9AE68CAA9C0E43E750FDD1EF004555EA03A4B8 9325EC29BF7F937EDF6437FCC9DC1C1C5A315664C2590D58D96FB8F8E8C9E32E F9EF21967EC9E5B23AE31E0C014161FB56FA2FB386FFA562D59CF40CA16A249C 0A98CCB4A923F6C43234A8A547E4B13D968C6BDF70D2E03B659C9EB56A675B55 BD5641EC64236E33C5DCF12CA8127084634EDC9234E4ED53B443BE7A654B336E 6C5667082CED316CEA9A2E83824A18D289CB1170B058D8FEFE571D524A91C9E4 C101023E03C66DAA2AB3880D082493F75BE7752FA087C8C23543DFCDDC1B0D2A F08A666EB6C023E4203ABC4F24189DF17CBD4E14571F474ACF6BB7EB6DC64865 47C938B684680816491D0077D008764FA2E8C58F81EDA8B7F0ACC1949B53A349 BD1B98A748C2C9AAB7AEC6F6191CDC6B689EAB2F587CDCDD3AE34029AA214274 FBEB43E1A3C275E6B4EF8543A7B2A82D0C0DE0D1505CB91CA780433A4AF5CF01 D26A55D5EC3AAA71AEBA8374FD74565F57613934A684BA1BD064E2456F5D2DE3 DBF58E25A616BB267B24F185A032D0C4E8B68A12B7B6DA95C777EAAEDC0BD56A 759A08D6C227C3A0493A5DBCCDD5CB2D6A2EF2E02F0C379AF8BD61EBA03DD054 D57E04A228CB3A59E4D7D86E48A0DDCD40ED1F37DB3A156C7661C8E735684399 9061E52AECA33081BFB68B8F08AA923DA00D6A5A8B64888F1753195AA29AEE14 92CF6E6311B9AC9E4CE6F0D1707930213F7DEBEC6D7899B0F4E0AD0AAD0E2468 9E064A8FF6BD15F076BE15CE258CF0B037EF11A28CA49E4FA796D94AA27F726B 4B504F34908EFDCE8F134C489A68C426135C8D617BF50DF9C4FA82D12AB6C07E 8B09E6854F5213A59F2FBB952AF575199481A22E5F92895D1C2F1EF70E7E9EC5 D55DEF1D06DEBE028C2AFAC15A71740D577E142367B8B2C75C5A56A1D6553A57 B1B9F42BB82F64F001A05F3ECCF2FDD809CB8908CAAA4358267676DD09C438A6 F196294880ACC5D051E6C1591DED5C2CA48AC1C1B674CF0913E021842D2B8D05 05E7FCD28386AA81493850BE05FF96DD81257CA8AE2D4E24431401CC56DEFEA0 5621D4EE26C195B44062CD6A9B2BA296B3769E84DFFF7CE97F61A7F154B3C1AD 2538124E95F1CC06721B33639F470DED51902DF4BCEE5FB2FDA28452B3005321 0C9F7A6BF3688D7F7D2C570F2BC3CD37274CB377E07B5F6EC30424FB379F46E7 6854373D850615D83785254F9F280C248771555DDB5FCA7670690A511094A9DA 5F3DEC2736AAB3D371439D67FCA289394EC80AD277A28192FCD4B638E80B6678 5EC8B59ABCD7D93337B5CFF59C535CA6C59411B3985EE82FABE75040415EA530 DB77BCC03E8DB82736DCA79391253C74AE13563D3FDEB1D8B7B4DED2A1F2341B E4EDE9EC3847854FBAB5D6F231CF1BE99856CC6962479390929D01849E546522 A6C8FB86D34BD9CE40119E06F46DDB5F4F397A230E411FF88FEDAD541E0B2A9D 52431D5A63836797F954204A41C8DB7589070AF872BE2B67CDB7B8D382708D5D 0C92B981F2CEF1A7A6D1BAC274ECC6A9289276DF45E0B4B755971E891C74762F 237E44149A51381787185AE7EAF60CC2970B4E408D3914C699E634AFFC0869A2 77AF99FE7391D4ED6C40D47239FBC7E6E67296BD410844F5A43488F05F2DD775 314321C0C2903B825578E8F0DA59C12E8D024E9FEADCDDF8EB7812D1E240768F A52A22F2486C5C7554774384FC7B13EC2DEF3C38CAD3061C4A0A18A10D0F27D9 38E4E2ED19D9372A32F4568CA65821A4ACCB1867588B32FE7DE4232597182C79 28B3948545E4A0B6BBD406E6DBBBAC6DDD08A0A448D6E8D836CA9736A29BC880 4B2A5173E0B8D98EE7A0C64DC806CE7491F9374970A881B820016D868AAC3868 82FA63CD7840BAFABD51729581A0545D737E3CA39C27C632D020734203F785AC CA80A4202D875B5E6C8A374DC914B10CF59297B2841096CB9436E760798A656D E4AF5F714659CF080C3B755AF124ECB4709919D423021E776D9EC0A2ECE6298F CDEF7DEA370A050591A77495968FCB1C0AC1B0917358079A76C0096FAF0D7CE1 1B76E6333C43A2BBB0DD014DC6917FBC9135F82B139746FB63ACC312A7C3C5ED 0871DEBF233BEF744A4A82DA9F2C016F830FB0C75EECC06FC53EDC7BF7D1FFF6 95ABD16069BED84862DB780C285C5353C14D5A1A5CF339D71F101B96E6D2B446 4D2C677C73EC74F8A0AC8C8C36491D8280946F9F2E386547B52BB84518296AC9 53669BE3F781148151790D13255398695920DDBF5EA6765F5210CAC88DA9AF72 B0C173CD04C86F6E80B695C62E500CAC69C2A2765B3D7E9A4D58991175C5F62D 1608A7C5C28B0CF62E06405C108D7F2D0463A397ED487B2A607EFF93D1AA4700 BC87635E28666B2FA69F667EDDEB77D73FC45DCEFC0D6A682956F54391D7BC12 899D05DEC3BF68C33D33383172856D7D063724023FF556409379E1AC03BEF2AF 4E964675657575B46F9944C205D212687C98FD2A6B3EC7E3BF5A336215061370 748FA48F90D9C8437B1CADABA4409A0F94F98661F3F857D2233477076FBA0CAC 1FA25CAC8CBE56D8E7A60B238E384C1B0A814A5A5C2078C54D93CCF38DE9F0F4 E2E474E1DC94BFAC634504A496E040622DDD8752002D69259B467252138C8173 24980D53E5E1309A80DCE873B6110D774B22DCC9D9CA6EC4723CED6BB1AE28EB 4928F6796294AB57C243373E75D6E5BD27A50FD94A2C0FA6B405372CE1736A22 1895383A922B0044A10C0F9D991544A86D749BD110192FBAA7575545947F4E92 E75FE021BECB285BA181E4B75261ED5D46918E751F2CDEEC7F3E97DA8FFA7EB1 39516B2E11F2030A52B9D647800E8B6D2AC57E24A2B5CA2226BD9A45703BEF26 28C4F43D0A7F548FB093C73239A4BB099B3AD2F2EBBDF53944C288C700E43236 24D50B641C3E94EE211585D791C547B87FA8ADD076E25E96D5D28DEEEDF57C26 35D06AE7305B707000BD8FF32B3AA87B2D7A8185EB91514A3D5A6A74419D02D4 F9E940E4A22674C9B282CE1F1F733B22C1342B5147317D8A2A16D21691DDEF1C 22156754503A75ACACBB0C13F8CBFD72141C2C87DFB150DD1E535FB873FC792C 5276423C88ABE03A6F0E99CE2750EE2E19A117073C1C0D737B0034DE6810DB71 3CA1AD59127C9494474C6CA0FCE214597618B96E87EBEF39F25369693D021AE3 9DD0819D761FD014FB025F53A0659F78B55D0C919B8A4E33ED8CE8EC98C2CE7C 89F5D1847012F321ACB7501077D098256FDEB37D8786760A548A12ED364E829F 3FC8F496439B82F55A2F44C25A51925813F6B4EF3E3A41C8095AC4F65D385635 A408C714379644F62F43E44B06B30F21F6452B53390EBAB6F46B38BC3D87FB1D EC476F499ED0E4BA3A9CDF81834D7F16FA46CAF4265FE9B49EDC08E215CB7952 91F771D61C8ACB19DD62AE024B2AE0CC0EC6F8DC0004146ABAA2A846CB5E37BA 01FA43CFB1F6DA6BC52B529C54AA4D462A9155275437FB6297B9BAA489765E51 264164455889D377004E55203088FA69B8EE3CCA71329609D74D899D111600E5 A6E373977CA0D3C45E3934A2D957E3B61967BB9E20ACADCBF9055A325314E92C 49E21D1F89031611BB0E04E432C86F2798E57712E7E2771A3C8E03969B8B32E5 8542B142F28236FCD47938A38A4E653BB4D2648AE4B74D194B080ADD4A3EB06F 91BFA782D2007AD8D0A0CFED509F3F5DE28DE1DB4E5F4D719B435C64450A8246 94556566E64C717EB2CF5BA5856E7AF17FADE2560C5B96730E14FBB1534339CD 15B77CE2BE2DF1EEB86EDCF72E2B4C12CD683763B851F9862B342016D1C381E1 21FC08277C57769269D9416304BD643FC6AE4FBFA4EF32EE97632763CF82DC56 9E09F6AF8D336581F260224AC5FDB54EFAD3878D09C616F475B967D0146048C2 E6CB17DA9E3FC793D2589794FB6D56DD513E0B2CA6405112EFB1C46DDAF1BC24 90996CFD36ED6CCBA07F67DA9FA2F735AEEED8ECA796395DDF04FD00EED4DCB4 3B0B196903B53052C041A1C46E981EF7D26D91FDB0B10F2AC95A3FD093628970 12B4B34B3AF71A8CE84F2D39150364554834B1DE256020BA3E5A218DEE59655F 68143DCA2DAE850F90797D9A8A457FD4FB166662A9EF17D386DDA51E63205643 6E630CA7BAE5A4C6B422DD3580A46C67B3E42345D27F1A2448E9D12F609B7487 82E522B635EA1687578BFEF52DF3618AC667D7752BCB7C352192DB8077A66E28 6B4F917EBD804A7F49654F2B9C66E5F784E189F2B07C907230280FC716E863C4 3FB2E65D5A90244472A530FC728464A04022BE8616840584A0F153C671EAD0A0 521D9A44F56A2A919BE44F3EA49DBEA228645576F2973EEEEBB6F9D1F1CCDB20 A5AAF3D4A11F51F5E5C9E0DD77510852CB0F26CAF0E2BC1F23AFA9B9A13B4CBE F27E2EB1FA72F0D8EFF0630DB50F6BE05450775D27B48FC346C23D35094AFB07 59A8F54A5EDACF5F3D353E51BD11C53868944C1DCA3192C481EEEA5DDDDB802E AF654DDC70AE657ED831F03BAB2605234FE62A092E0651C2DFD39EA957D9E86E EEAEF17C7F7C06B72791BDD29AFD3E9C6313BA65651E1AE5669BA6BC04AEB5A9 C182B1EF2A59D9EE46F33362C67595DB10FCDEF7074D62E02AB938253F665E16 E78675763118B1ECBB36B1E9B2281F3373C70AC41E634B20A28E5C2B19F52BC3 8D2D2868D6867CE2A7F86FE7D63FFA941F97013648CA63673FE99B569386F01F 3FEB31C7764095A47EC6D0F3E072F96BA6627BBF83E6BF6A1AF9D5C383789AFE 18EF54BA4D35727F0207D841479FB3F9BA69434C6EF5AED95476940E970BE5C8 8B88084B08F99633A551F97AF359FC40509658D67449C532CD5A1CD0A3EC4EE1 55E9EBD3AE3BB11515536B1CF24E82A7450B611D308EE5BECDE9E3E908F980B5 C1217C65F52CE2AA645D21769E12C9547520663349EB51C074D5720A90DE4CA1 9D7293170F3717694E8A5A57414907E46FCE65DD7A497D098BB06DE70AA1BAA6 080AA7CD5A7F21CF7608E40F068946E433303F1DA393812A595ABB94221BADA1 FB146FC68CBEF5B096CD34F7130DD48D577E6027630E01838D2DBFFD28C47273 57FFC338A6E225278BDC2BF0032C47DC2ADAAAC7A43AA8BB8670A9F1B23276A4 083204E3E04FB021DDDF8FA59C242A213FB621060F21CD17D6671E07FFC4948D 958652A6EF36F5B412278E30965209E67B58454CD9E5CD7DBAF6D4C0C95265D5 48AAD4D6DD154C42C1879DAEDC0070F1015C44F7DE616A990DB2675FE058AF14 D5F384AC73D9FF4E718C4C38CF2EA00A738D07108A4B4CC1F6B3625FDE4A3D1E AC23084B27442F98A35A3BB9ECEE055A91AE71D895849670B7FBFCE44D4CB6FA A1B1358C6D852092A8AA4BC6EF6067C7249DF20CCDEB9CDBCE618798135ADABE C6B484CF6B19D422446064927D98BCB6A08C2C9FC699CA2E4D6884B28BB5EF0A 148796150A1F701F73436736CA44540D86C0DE562561BEF8908E072EDCC135A5 8F33F878CA9082560F1A665E3C26481A34CB3D75F3CA7A592130B0DE921F95AF 28CD6877DC21C894B87FA0FA2CC82C989843CEC1698A4D6C70FEEE9F5545F078 012E7E58DFB1A0BB5891824EC71F46BBD0E3D52D69A6AA0B502A0F199A75481E 6B5736ECAA1EDD2B189417EBCCAE6DD85CC4A673097BD7F1C1B229B42B62EA50 0E6FBB7967608B427B75C2688D0315817B7C9C102FB82E6773197C2583583E70 FE0A0AAE1BEA4F986954A243E3F351D2F4B24019DEB62F7C14F88C3C81289845 F4C795560788D92BF91FA8534F0C35E8D83DDB1DA5728604F38013EE44A586F4 32B77ECAEDF2283E8EC2591F4586D124F8EE733B66E66B85D224D43C3BBB9634 5535FAC32DCB2D161112C495A52B4E0AA08C1E5CAD364C5FD8603B72D51AECA6 DB37A593825E208ACA205B72B7F119334E45FD1B6607824976758DFB19AB1451 9DE7D4E1B1D849A16F9C54B12A2A61CFC885E7C9D9068E313C58FE221B809099 4AFFD717F4B1B20BC49A5CED815079EDA0B7D281C1309F0BC28AAD74F271A575 330ED2B420C261384A7DC4AB924F985E056AF910826BA0C87D46AC8BC462EC53 0F9BD4FE0024FA980BDE77847F536AECE232E158BD88FCA6B5FA2313AE577B6B F437637CAF1BC88FFBE62D6D8341FC453DFEC98EB1481765BFF974B1DC7061E7 385668C34EE8E7461C94700D94FEA0E6F4074602186766E5E22657D5B3570785 3A88049314B2CCEAA152EB182B4B6B7D0B50931FBA1E23D5B752798BC5DE4785 73A84312339333F2F4A20EFE1B3BAFA507A7241E5F10DE64FB004E0FA6711B6B 1AB8D5EDC9817F8A88EB08A594C4145FD449D8B63A6481E5B30D8A9043A119EB A1B9FAD232E17A14BC30F914971EC3993330C804E58D86B4A4B2A09D9CEC4245 A844802DBAE4C01570B7EC33B80A7B1AAC37C66F39A7997ED0212BCC55212F21 AF317382938469E1F473B9A423ACDEB95198074CB5BF05C709C745DD3B2EFFC5 9C8C2CF6F7789C43415092BCDA0618EAA306D68D0AEAB62B8E900ACD14F0D624 12C9494C1B7AF96BC7A4E9A70C8EF9F4D8FAF6288EACD333F5B088E33DBB8030 9BD9894AA3D450C3FB36740385289F0F165E3431E80629A293BF5B3D950BDD72 D1E1DFC4E03B8B5B57CCE896D9C157708CB4FC2273FDD34B8034123429421008 2ACE797B6E386436E1500F2AA3E604859FDC3EBDED0283D577C771DB1FF2BC29 619320F7F10833D4A2F0FB043D80F56F7AF367E496DB2A38FDED6D1AFF1221C2 2853D6A598EFE13DCAADB2EC028DF04128F86348FB3C641146DB1D35ED1818CF 6627F0289C79C45FD91C02CEB81D975D1F02D2098191B4AF53AD63A16B3D6829 80292F5042D2FD777B00C021E43056DB6D3F220760A86742A69E77C34D1F329B BEC0C673CD668F74CDCDE42F6D34F87E2DF4CB2DB6B1A789F897082E03126A73 7AF46307763AEFACB78C0ED094DF44CC5D4F05E8E5247C376659C3282A1D6C26 6642448912E51EA9B809BAE9456D13779358A54EC870276983D452BD4A21546F 063E85E7BE4B10FD7EF700DC2715D463C806AA2E694F3B96E6BD30B80917E157 280552EDFFDD81EA0723E9FE74AA1BE142D49C5A3109009F4B48EF04E4D5C688 03630980864E07835F999146A5876130DBBA4D6A9A4F18AAF7F766100FF468F3 505E182E762F19F322F106EA6F9BC1BB1FEFAA0A66641A540DD94F22DD000FF3 6638F7E13FFD2DAA7AB0530EF745D9625CAF5DDB2DF746FB11B98441AC98E8A9 BC2BDE9A0B6674798C0E4A2FE9A9C4FB6E58402FF06FC77ACBDC9BB340F8FCDF 1BB79808222A5DD54086DA61FC96C159C562429556A600C605510DE7790D0A18 092C4BA2AE6EEF1EEB6B037D05F60E4C99DEFD971DD77BED73EFEC31496CECDA 3295C39E30A492268C2D982CC1D4C5892E6030C910A979C5AEBEFE09B53CF239 BB6E7373991204E5E721B50F23753C93CD4ED97CC5927A50A1BA1825C417F710 55A1CE18D5747F051B524D2C656CFBD317408CBFA98BE4C049CCB31A8ACDB6E1 E69625F7EA3856E258427323048564A34B78B163BBCFD11966EBD88EE468D489 DA9244D7F76E093D17DD4130F5A76CF2B5DD80391EC410C969E7168C04D9EAAF E3C4AEAB5119426892825E3330791043F4891C87F7CAFFA063A748C76FD9F5D0 4133963EC10B23F8D3B6529C9100B1D878DC3FF090B23329CC1682064E4F1A86 266E2CF57AF4386EECF9AF87AC123995239B2BEDD1592985520E9F0045D51B22 EA87E9050F3C5C35C300C8947CEB24BF91932BAB230A813A51BF63B5F206C110 CF140055D5358B7FAA2B817EC02261AF2FAFB22CC1D2FA06DF1B8D1718EC76B4 126B899E8010681702F4ABD5D13EACA72B1EC1AA3F191F685006BD5E30038BCE 5702E4142FF9BDCD854638F3A5592FD298F8A8E4BE9DA544F90FBEA7895BA9DB B1D3C45724E8817DE7314DFD3D7FB31D92C6AACA2D90C96C6B9DDFC0B8A83D93 B2484463E9E9CB16DB21BA4E5572138D0BA75A4A30F9D06806BFC0308F5F038A 7940611749AC9BA2F158415C50C0F55A5E5CEDC8A8BB2F392DFAFF527FC8A05A 92B0BAE2217EE3F3C69CEEB72F0B183B8D6F97C8AE5E1BD9190DBF7E68ADBBBD AC6EF7207D8F199E5E7725983CFDA00175683DEA12DA348DFE6793C82CEB2AB7 A01FB85D6F3AE8AB6869365F4F99DB8783F072633217F5AC1E34518231177BB6 F4CD2DEB3E5D177B79F0ADA5B5F6845D078B44752E712D52B8F580A046188441 EF8ED2189A771B989405B08F7160DC112554CBC2E14D597D30806A03EDFD5C85 E0CA2E50BAABD7EEBCE1B81605EFB1B225106DCB9A6BE3FEF1388BE5D813683A F6C943FE3528DACDD1AB6A41490FBC04F2DCBF6FE7004D21BF38259464800829 E1D7FAF951CD97653606056ACDF62661AE1749569CCAD26EF2AB7257E352F705 F9B48D7F0634076165BF25C94459FA5C5321AC919139B7DD0CCDC5A4D8FF98EC 2F73465B35CD032C420B386CADB6039E50B114EBC771469EC50541B4860BDF27 A213E3720C21E03EFACB02DF8CE2913D3C3416F88B56FEF13692F2369DDB556A 4F3C9CE40724AE4FD5AA03298513E6253DED14158C04CE517023AA6C4419639E EFC529332617B57EF5D59BA57D932DEF1B67DB7C22543EF6958AB19556ADE0D6 E3861BEDA427CB99B27657E79D2F29B154D46FB6DC55232F1428E32613A40599 E10C99CBA8810C015730ABE2081C01CB892A5F26D0899847FA0DAF56FF04E116 B03F302E8D138A2E727157D7FE4364F693A8488FEAB814C00203FA72AB914D87 12D079C92842A9FD3759391777361D675D6BC9D911F477F41216967ABD7F591C F63EA04481A61B6DC8D11E9853AEAA8012FE6CBF13C2185E5D6D2A796AD882A7 503943A505B02038DB070CEB2D59480F4248C3BFF65ADE48113484764311AC51 2C018DEE837DF268371439CA344228D94F2322FEA97F2BB2FD73818D489707AF E16E79B609B19FEA484675F2B8C7026F270EBA7E8AC7669D9EF9E61FA75C1E22 495517067823D80D0CE1208E9C6C730847F933F0ECF5400A174FB2E76269E0E5 516EB75A58084939B1D321159D8A90E44809D2788AA230C104E7DB9484261596 8537AFC4A57ECC8558FB5E63B1A3450E4BA3FBDC5A167EF9698D5CB371ED92E5 B5CF11AEFA7FFF88C951783874FB12AD95A8B9A43572A7FCF6D4AB33D7901199 19FE315F1F7432C801B2F6FEF931D0E534372F3526201CB6DCE7A4C20BEE1901 835E99FC975CF6DEB1C80C60BA2F15C9BCCE1C178A68DCEB88C41CD242D8A527 062B30CCD27FC76F0DE50CA284BA1F1B9485CEF026D50ACCD1B56E4B0E305A60 7A9699996C49C79FB36CD32EE0C8D622A580CEC00C86C077CC2CDA19E1330CE4 A16373501F35BED431B0BD788E47A8ECDB629E99364D295720965CA87D2F0CDE 97B2504142CA7F396692F1A0F3AB8BB024F37B08547612F0AB6A9CA3E9F6E953 96C74305152F51B0832B3BBA145D1C902FFB6F39C288F6DE4BE4361995E03AE8 A8054A308553B5 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMR7 %!PS-AdobeFont-1.0: CMR7 003.002 %%Title: CMR7 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMR7. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMR7 known{/CMR7 findfont dup/UniqueID known{dup /UniqueID get 5000790 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMR7 def /FontBBox {-27 -250 1122 750 }readonly def /UniqueID 5000790 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR7.) readonly def /FullName (CMR7) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 49 /one put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA 0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB981ABA2ACC9A23A5 3E152596AF52983541F86D859FC064A0E3D5FC6647C3CAB83AD4F31DDA35019C CDB9E3DD3FEBD4C2B36BA3CF6E6C7DA85E25D8A31A9BAD39BDF31FD0D1790707 9DE6A078E8A409D8295F642DF492AC4F86AC84383B0F4C6BAA7C22AD5A898A71 D6CB34D2CD12266C486B75E75A69C14819DD9BB8159088E04D4717E576B8482D BDA52110AC8B8A80E4E9D58F470EEBD3CF44A1E1EE8DA318FFF3611B02534FC9 F4018C7C57E80570D2F634D98BE5D5EC6D95051157F0EA94A3D12BE0B4B79939 F82F8D73136D3337C44E314B0B16CB030D9A12E01FB667105F334C3EE965E5A3 D410D2F1531547A4497C355AEEB295CD3C5334BEE5232992960B757594B89F3E 52095042DBE6B4DA3C3AD50CA95EA9EBADA10630B500CF1FCCA7D60306743681 7E428D33B7F7C40B425CD58E4CD8AB474BCE6A307BC6C6EBC15A8A96E0E2977E A33389154536F5C5D8CF036D07F24094E779E5ACBE5502C92892F10F4C6DB627 C7EC4C7BF20B39418A8A85D7FD9B0EAAFD871DDD41F93BDE5FE619AFB8711824 DE890E62C1969A6FE28DD3578AF43D58A728FAFF0B9FAA640962C8F35A26F76C 67F3548D6DB54A25CEB368B47F97EA2B0C4D7C0E7894A4F0C823C6C1922CF9DC 10E05600556F1C7C9AFB33A2DB6F8730F70D6BF94B1FB0887451F2FFEEF3584F DFADCFA9A2D4846B8F0E51620E1327D994CDF973B837D10C90FF76DE22B47CD5 EE3183898D156861AB4DFAD34A1E3FA260B8164E6680BF58413A553E88F6100B C4F4E8E972C81A5F88A7DBCDC308B4C3581BCDE13877B976B1F84330839FE5CF C78551620EB803DF94A5C921F8EE24F7EF8FC4C3E1653514212631F54F90E3DC E9EAF96E998F340C4F729ECF7AB430FDB7C0BE3DF2C0D23015820E28B743CAD7 7F0AE95413C3EEABBC69E852F53EE1DC260D7F1E712BECEF2F18437DB23D8E74 2902AAFBC733AC5BAA452DD6F3671859AD836C8564E99CDC4183D8495AFD99D6 1F0D65B6588CE7546717911E25BDCA6C2649E3A7466A3E2DA7C7994A30AB4449 672EFD00632EFA8629C1AFB7D53D801028F77C864869FE636213A69173003EA6 BE1ABA95EB07B13D1594BEFCC95ECB0A9CFA9892EE0677D6B6C250855762B7A7 8E4E022640F93169DFA0303A0D5E73BF3E0F4D4AAD10FD7E4EB20532BA30371F E9F480F9513432946F9828AFB5D4AEAFA5829B2CB544E5EB634C4537EF7DF08A A1CFD94A52DCF0E7CE4C5EFFB01E6D50558B75DB4C8D5512B06080F27BE62E01 2EEA6A0357441401458C842D3DD4C35B8F561D816B336216CE0C14BF77648AF5 E33912CF95872A1E1AB9A18980A0B29A881D13397C15E1CBA5D3E0B27943EBE2 F3003D15EB446BCFC1C231832475D5B7AA19E4CFDE119D6CD62D053C6D29C333 5F729791D17B3F7108074EEF4D1BD101CB33E01004532CB0D716D2E54D169C6E 80163E70C0E9081F31A1ECBAE079D2A518B790B0CB2CD03DFD034A0F4788E800 B0CD2DC1FAFDD487C2F381EBAB2A2F3F3AF82021B211DC9CD2FBA6A1BB3D4AEA 4C7F3D9A5C21DFF284CCB827D205A69638E98D5DD8E36AFC1A4481B5CB2A2E8F D6C838DA6F81990F5ED928DC7457501B5C979FF4CD20A830896A460C5DB13D56 A3B2B5D9B292374A9BF392894DD99FCD6A1E655AB395E839F074D1596488700C 4E2891C8AEEF66568E82A8B826F9A28FF84D4D9BDA21F638EAF96880B4EBE0D8 081982F34831A03BEE81FC177700C2360D2A48915EC40D5FE85B400E175D5AF1 067FA0097904FB647757BB44B4042D30D1557BD0F7922D731142FD682139CEB7 58CA4C8C240A0B86B1888CACC507E24E04020BF1882BD9B4CAECFA97DB24D7F5 AD64C69454027F198BA35881B94EE9159A2D73E450C3BDAED66B886D6DEBC84B 653E165176228F88993F12A170775A8D7038BDF2FE8DC1F7B98BDC02D1E6686E 9B834F6C0AD90780B17DFE25F0A4E470CBA84E73F2D22BEE09A040F14CFA2C14 0FDA5A5149B5FAFFE49F55EEFC43831BC43A8326FEE9C7F469C0FC3B000884FA 41DA7318EB57262CB96FC4EC7F16CA07FE1C3BE8C2DBC8A8135953D6DDF20BDF 75A2B6D26074FCE752BD32FB9F5CA797775E8DB9BB9786B469A3CD65A0D9DDDA C2A166E454A94860EEF5B5C12172DDFC576A03F6E6F8A735FF21A3E9CCB4CAA1 3064893487697986A42CB5888B2B0A79FA3C74E8187BDDF7BEAB884B70B8D4AA AC6615745AEB906E08BF831CFDE222F58D02B428D55E9D5A3CDE74E42D8A2CB7 E1A3A9439B678AD438793ABBEB72B21C58981DAF3EDCE4BB93D95F4A1E943BBC B3A012DE92FED4F232A3A7D60CE60B605151F9C7C18A5C653E5D6D15E5B49A63 73E7A339504D0ACC74B8B116EA88C3EBA2CC631AAB29F761E5F062966AD2FD28 7FFE52FA8A115DBE23E471094FFB3CBAFBDF11B7E9058313F2D069B2CE98A962 64645738F02A31E2F2AC11628724034ADBCEE012721EBF0A567893411F950410 B20754A7510D041FFA6144AC9CC46D846B82581F20BBD001D34D9764010824BE 61C30D05E5C5D100A24F1917F01799CF5BC4E50FCECFEA732CB50196825F0E08 8A1EC868C6D4357857EE2957E081A0E4372E31A8ABEF23C3F2EA0FEE57DE4D08 61C570175C41AA0C7A3A579ADF593F18B4AE3782D2552E4E0759C32E059EE741 2D8191E381731769F6648B3581CAF11DAE46471896666F18F02918B0860BDA3C BD5DE777672447C23C62ACFC2611ED5239D6A266FDA6031EBC5A530C1A2FF7A6 B4380B9A4C877267854AD1F1677CB5433F28894ADF93D39EAB94541A8D232E08 22D082D0951A60F62B87DC028714EC74133A4D65F7D0D1296C0E189C4A42AA98 28E8AE7ECBB9FC8DFABCC6EEB1E9FB06227F90808EF31331CCC5D4C9A6182181 047902DC9FD0444FB94B60FC74F3B677758088CE6A159D940C5CF682335E756A 8BACF06AD7225D49B0002392C889B0FE2C71311D2596F4903D12FA20BA2FFE25 A0804B4BC282929BE31E0F46B34532CB5795A65218CFAE21F390792DA67775C7 B91A2BF4C16DE4F6551DAE3A5827F616BE9040EE6B1008DA2F99A01EF66D697A 6CD1A44E0A15D1F39EA8025E886A68A1E9C334327C7703EE721E497CA924AC90 7723106D913C5ED4BA4FC743CEA8D0F5172526107DA65775C0B1B77179D336C2 9B09B608D80B1A1E87CA1A84A833A00D980D919BFF56F6390E9D5B45E9935CF5 E69D003564462F750F7DCE02DC23CC215A0696B74D8BD3156A392A94F557655E 00BFAA035647568ED66157FACC585E411F7F428569C147DC43F6E4FDE693D0F3 9917BEFEDF61FB980B85515FF6424824E2D995B05CA1E5D3E8BD8D3281DB7CE4 E54923E84058FFC0A8A2C491327D0F87CE4C352B724167CEE224DABA3B95757E 4A419594BE4F92E78BA6D35D4C93D31ECC3134B24A45DC32445725BB044F09A3 AA8C31EFC0A2944ACE2F2CE054CF24DB350FB3C71115518C24BDC0F7E54250AF 9D3378D38480E1CB9029F31570C619A28F065CA4FED5665EDB96712ABEB33B9B 4232C00C1B0215F08D53F7E430887035AC25BEAF06942FD1B6C442253C887AB7 D694C1A6115C8990B4CAF1E81DD1FDDD6B03C00055BE956BE7FD8A4E1049AE69 EDA8593CBA8C4A41E046C689FBBF9F1B64E5856A7FB1C61EC815A56DE2A8ED33 41F370B8203D4E5B19C63AE9E6E0D26F4F3814B5AF48AD30EC9B8402C941FDD9 722FCAFC638FBB835F83DC77F93D367266FA7DFFFCB567EF82B1695AB4D94D09 B18AC041811027229DF431F5CB2BBF6ACCE9D500C8F075A74590641C1A607C56 D2B8624797BCD9C91C3177818691FBB4744EDB6056464A0B95B8D63F7C22309B 82D6126E2057BCC9FE5566D96B7A9B201A09B0D3252A5494C8CA2C8BA8A13C29 37EF2A882D61DA708C279F663D88A8E2999A0F3B6F98C49901A7631BF7708B67 54D0B4C52BF4BE0DA0439E6763A7C9D639AD4092E77B13D3510DAE1475C978AC 796F9B2AAD3BFF35C5A3E19B5E2BF704B3BBDF68CE48BA4FA2496D60E58888EA 28AE12D00E9F0816FAC190590A865BB58569A91BF0345D01230ABA361442006D BA2C90EC2036BBAB79EBAFC3F217DBD5854C519235F9627A1C3C71D21ED38AEF 0BB40F3B86BB9F09A3F309473D8757AB7E638DC1C59A7F9BCD49DE4107A2E54F 422767FB94048987847205584309397F554744690ACFFDF5902FE5DB355930B8 71863217830DD7A563B0B3A4025ACE75B0E777B4414B62A13B50C54E0E6D47E9 D43BF769B9411B74E1069BF71BA873B4B8973EC9BA492A5DEA58D267872BB246 10AA67B143D0E2223FFB4991E583E629413CC894C3FA4869B72D19CE1A0CEC8C 0FF5E5A3EC1FCB7D3C4289813F0D249A11B55104BD60B2A89BEF44CC77CCDA9A 065B8B83B4F4253AA1D535290DCFAA4773452D110D2B3370F9E2FE5432B54A9E 644EB3BA9BFF62347F376839024CD5EF3C5DFD30F412DD5474B7933E6A1AB63B 4B12F2417C72D0543C26A263AEA53E5BAEBD67E23553A72E949DEC556BEB5D09 C4D7A89B14FE4EC68D0E3E9D65A64B285E53590F418EDA8175113CA375A29930 DDCF4C71ABB26CEB800C2C2B253AC1F53651C88A56ABE5A74F3B54CB4FFDDB92 60AD7272BA25EC2F6FB759AA6E1E7964FB55AD09F4EB25DE45FD01833947BD05 6266AA8ABB7DD792941C7A070FCF3A4636FBF8921C70298D42FE92F079DBA2AD 6149D9CF9EF7264DE6DFCD4429949B15EA90B596340713BD61926DDB2BB23BE8 F9DE38A31620A817420A245946E551463960A8C5C7295E3B3D6A59BCDF5E472A 40B7A2CDDAA43CD8AAFC411D037142579D11054A903E102DF0D0C7B5BB854DBA F3F086AF991F7F5D5C730F8F9AF213F25786F3EC0E54530FF912F4876FDE16B6 A07D0DC4FC46EC6363BCB68B83ACC448B801EC43FDD2F8BE0E93D809FF81E38E 176AE17C67C85FEA58EC95435434C49A950AA955D8B20989C550AB1F1C31B7FF 99422E1F48FB7D6F327C6DBC4695A03903DB275B94CB39386E46579271870A25 21823E75C377E9D5B46655E8CD8F986372CF8BA846423E26582315A9D19E0BF5 305C32B2A0EAC3ECB275B1D8BE11A37ADF524944219D94EA2C5DBDA768828B6D 775DA8CDB09E0570E4ADDF462EFD8D3FA3F86B1DEECDFFB699AF6507257C1879 16FC615868C2D51F03CD57BA38D42995D9164B257441210084DC409B6EE4C119 0B2E17B0A8D5326DD0010E4A325D5F77BF935693BC90A00A28C7B5F74817DA39 F47A41E32F4F92AA04D30D810F7B1484EB53AD8CFC8CE8928B570314E0F713F8 AF127227190F9C16BB73D2A217FF801C391A29095DA5E4974D137A0CAA7DE702 E20DD4755B1D78739756A5E7EC3542B96AD6844199FFA2F5F2E9C64E2DA4FB2A ED79869F745C59D235438251BC2E6D26112AAED20E06021D1AB896EE1F1DD2EB 437FBD4A25E42245C5A647493FCC9922E6DD7AF57D5D482921D1CBD6F0F02949 C27777144751C1E72F4EE2BC343D4AE7A8A8758123B54FB1A026144C643651EF 0907A376945E19A8FC7F98A034832A5820A481B0823F980F59623E0511593FEA BDE6EFBCC0383242CBD4954027B075B21F10472059A480D6E5ED01C3B07461CE 9810251A5C5643EC7403130C2246E8616CEA25EAC7A0076731FEA8CC43BCE3BE 933FCE61067F5FD402E67E2B9DAD954AA77C5BC86BC5E4BCE2ED676D8D8EC7D0 ABC5C86D82180B9D5D7451C71B5149B6B67883578DE9909317928C0A92E3205E F23015400A1763A6FBF67FDE3318AD2696685A1832FC31CF38589EBC7CA1C818 60D2B2211E04EFCCEA88D9A9082E82951EEB123924A267CB03C48889032F2892 4227E217FA28F87E01CBF27BF1EA60641A4238258CB7AA355908FE36D90F5CAD FE992D03A33E47CA9AEBEFDA57793F39DC6A9E85D5B289F6B862B35DBCF82E43 5CD6A862F6FFAC36478C384C3BDB0148CB1FEDF55969C776E77917635B5A65EB F2AD351D21CD3822D43289FE8EB0FED58182997097C7E9F4373553AE1CA92083 EDE3BBE6C3BC7009D15AB5FEC6A59E9FD1BCC7B2099CA15FEF083B9CBF7B890E CDDDE6BA0AFF306C76500C945DC91BD533FF9A585CEEDEF79238C54E6168001E 26FEB29E523EE501BFA4F60B782B1499B07084C35A2434B4D29D3D8E2C8F945F A9922443B68D07DF7EAA1F4CDEFFC438B597D8943E231B5216808A85F30EDC81 9DF5DD22F54A45335B4C2203887475F39D247F0E7347BACFEAF220ED82F9263A 6488E73C1910023E505FDEB143006C1A351D441AC57F9D52D2C6D63D78C75605 999885676BBBAD56074298E0BFDACBA1830BA58E87F436CC670EE8EB1870154D 72DDBBF3794F8CAAA3F1E11DE29752DD99EAC695838A19BB67A1FA3829B6E0BC 5301610A0351AAA749F456AE31ADD87D6ABADCDD1FB3CE81C3713F48780DF407 530CB284B2AC709F52EE7AD647DEF9FA4D2A867CCEF728F3D40CF34C28D21527 10160B3DAFB5FE16AFC9D36C6EC4021FC189005862082BEA60AC72B63AD27D72 FAF3C2D89DA2648FC4C65104A069212D87144E8533CD86A6D73DC7CD9DBA25CE 7DA53B000266F3871B24663C77723703315C5E4A89DFCDBAB384AE7EB2F455AE AB191FED406F7F6EC9E5B8276EF5C4CBA041AC7E8BCEC7CAE840154BDCA3232F 15711ABD1E867A434E9787CA0A6D1F197597DA27ED2402CB2D84ED082E8D3A39 81E6EB270DCA4E7A90E2BEBD3CBB3A2BE3CAB926192D7292CC16845B6399A543 BCFD224BB52F21352732DB5154FA3442733066CDC3E186D8AA97CD801DFBE43A 116C86889BE198DA88CA978B8C40ACB67E8F7BA499DE68A6FF0DC72C3D00BA1A B378B39610F15CA026F95ED8155CE3FFFFA2E2FEB352DBE14CEE1669F2387B70 55B91185FBBED764266215D518716EDA3DFC9E5DB6B148A553E75AE5E38E1CFC 6EF47B314D54CF24BC13856F4F7C976BB91D143DE32FF49BFFC87E17885A1893 BA1B8E441B08EFC04F7D103C1FFBB665194B3D0920473740C55FB1C50EBCF717 A2359B687FCEAD65616EE89A68F8D91AFACAA0B238EE4AF0279AF5BE5294C3DE A7E1F5E6248C0210E7D40683F04B12A933C746ECB517CF94BBCC6E4CF49AC715 D8005AFECBDFB7A6B417DB8A28F8E9EAF39CEC1CA64DF37A5E66A76C26F721F8 A63B003A040A62F87DCF61B298F960D510BEFA453F118E59E7DE8CA3DD002EF0 127EAF733D5C61B5132348D280F84D159809CC71A3C6F7373BBFD8D6EF715D34 0016DEFF14AA5F960BF1BB9AC304A1823722843547BB4CA5EA4C41C6C2701C8F 7BDC810443F9DF34BA469A3260009B799871BAF8523C8763544DCD0B382D44C5 F75046AFF85F0B5A3188C2EE786CEEE5496A5AF4BCB0B429CAFC403FB983EFE3 61FD9F52ADFC38E07A0FD7BACBA530D2E4DAB2592AA9564843E7E2305047F060 C5FE4243FA8FDF1B5D4F61ACA7850A604FBC6D6970959752695C90F78961B4E2 C8CFA41082B1A37405AABCEE5BA3DC2B9EA76F486117B84728EC6D8AE6379CCB 402C2AA89078EC992C00D53151E9D82C65643F549A572A20F05107A41BE5AC57 8EDE92AE20B05E2D0C98151CC92D5389A675DFE39DF546A33A84A4C534337ADE B17C34E09145B37CE1EB1D10D42CC8D6E6B127A3809F7202381FDB88D42084CD 0AEAEB8A8288CB56870EA2BE9D0B9DC8291021CA561E2BA388DA3494E433E0EE 5E69DA51D0AC505C9F71562D3E9750F23CF14D2C8ECF0692FBBCB4A92B48B4B0 AA2163A447D5FBE86D961AE4D4251149F11C4BC269E10B48E8C42DC2484EDE87 6540CB8A5EA2494148D09CC9D5014EB73C29368A3945AAA1BA4C17BF640D2A0D 414293480FD600A77D37471828C4645C5A4AC4729F4EA76FC946810B4968EB0A 719D8F3E61D2B740AE9A33E9F02982A13ED4B6ED0C6C4A93A9E9EC045D0CDADF DC01ABAD0BD95692907C04F06F06F1BF6259C8E71099FB64B4FE263D06C5854B 070C8B864D8ACA6EBF440DE14DA34A2A548C9F1557C70A4D718F4F881707851A 6DCC39BD8791D806F5DE551CDF8612C7EE6707D554CD826CF352CA634FCFAFC7 232F32B3F0EE3D2577915BEB212005E06625FFC9F49383C9C64F51B6541F6AC6 12D2359547103898D05E52CE54B46835 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMSL10 %!PS-AdobeFont-1.0: CMSL10 003.002 %%Title: CMSL10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMSL10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMSL10 known{/CMSL10 findfont dup/UniqueID known{dup /UniqueID get 5000798 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMSL10 def /FontBBox {-62 -250 1123 750 }readonly def /UniqueID 5000798 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSL10.) readonly def /FullName (CMSL10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -9.46 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 12 /fi put dup 13 /fl put dup 42 /asterisk put dup 44 /comma put dup 52 /four put dup 53 /five put dup 54 /six put dup 71 /G put dup 78 /N put dup 85 /U put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7 5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99 8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716 EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C 02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D 46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A 4B60D020D325E4C2450F3BCF59223103D20DB6943DE1BA6FC8D4362C3CE32E0D DCE118A7394CB72B56624142B74A3863C1D054C7CB14F89CBAFF08A4162FC384 7FEDA760DD8E09028C461D7C8C765390E13667DD233EA2E20063634941F668C0 C14657504A30C0C298F341B0EC9D1247E084CC760B7D4F27874744CDC5D76814 25E2367955EA15B0B5CD2C4A0B21F3653FCC70D32D6AC6E28FB470EB246D6ED5 7872201EF784EE43930DC4801FC99043C93D789F5ED9A09946EC104C430B5581 299CB76590919D5538B16837F966CF6B213D6E40238F55B4E0F715DBD2A8B8B8 80A4B633D128EB01BB783569E827F83AF61665C0510C7EA8E6FC89A30B0BC0EB 5A53E5E67EF62D8855F6606E421BD351916549C569C7368AAFB714E22A023584 8B1D6B52FC6F635E44058690002C6BA02CEC21C54CC8875B408A8BB84F445894 5D6B3E4841CA20AF852A660FE9C832F773691DC6F7197FF3DEAEE97418A5ED2F F2AE65300416227CD3BB03C29003C770CD7D2A7A2E4C1DCA193651C2CDDBF93B 966938788694BFB562AB0010268955FC3555E5984CCAB0A9B7590C77C9BC713E A29E5BD7193A4E971D1752DDD0F0AA4648E7E87BBCE66A1E836C715C408B07A5 9EB56BEFD4596706CF839BA4CFA90CAD4038C1E006B51913279A2C31FBEE5BD4 A7D74F9103CE6124F5B439CB860987DF44FE17EF88EF1BF62C67060D25696BCD 94ADF08F04E349CEBDF9D3389D870D94CC05E393B3F4362A13A6A672EE5E8F5A DFE7046AFE3EBAEA58FFEBA4A47BF61F92E2003756DA643CCF2C9DFCCAB62669 E3C2A18D690B64D907F50BCA155A85E47C3A6954C6FF7ACA36D8DFCE777B7929 5F5D5F787B9C247ABF13D6D7B4A8F06BA25CCB342F8A5071325CDA86AD71BA23 8A9695C7D1D50D0AAC267AB7CDBA7AAF46A264B7B081B7E79AD937FEE4969FD5 155A99E652461EFFB4BD010E5885631E2B2497D6B8C43CE77D7D47FE201DD46E 4482FFDCE150A1183C22C004A0AF0E1F42AA6804E038E1DFC8B0A3CE26B52038 44D2E7F759DA5C252489E5525963D68BC27C82247BEB18818C7D4CF0BC5CC97D 8C701034B8DF798DD4CE36C3F8B1FD40B2DA14EA75583852875031AF8C909EE0 04495FDCD04B05A5EFEBA56A8CAC1F57F1B8AB91FB25C81CD51EE69D6E0F52CC A0E12CF7E3187D67DF71A599FFD895FAA7BF80E2E6B96592BE77AE96905BAF0F F547355A36C443797DDA7C414AA606CF9153E03450B77D1BA4088D739DF55F07 111B9E11AF37F45B6EDE6D7AC126E05886A57C83886DA87761BE600DEECD1344 8A82BD652BE7ABFE6A0F50ED7C6F4EE12CDFD80CA7A5518692F267C51C3FE76C 567BB8DDBE09A2AF901F79AD02B435287CB8057B3D5EE6655071F67B00438728 C4C3EBD648BAF650993AFE5E2B29074A99ED0FB725D9B8CE8B0292B08A280214 C3AF252BEEAD30C88F72E322FAC3E9D78A1038F5DFC41F7BF1AE3744A0677094 51B77C2D630B67853FE5E975A395C06A4D4DA744040B272C2B88D8B7ED3A2C01 66F503C9DFD3C7DDAC865900D2A4F2CDF517F449851DB1963468D0266D7A3E58 9F6B2A1843E6444274F16A9930302DACD8D2BC4588765099A86BCCD8A31DF0E6 2853114DFF2D19F812F19AE6C2E419D7AC1BC024D1195074FD0C6717BFB389A4 4D5428E7BB2E4F9E9FDEDED7BDCBDD3460805AEA0B5F6460C2FDF19273CE5BA7 5D3AAE0DB94C6AFA8339646191C23B0149E7CBF136FC4C844E025A38935DF256 0A0A6466A45EE8B9B23B6A055856FB084F87C73BA28F1883E3B184CD813C72F9 233B78CA4E125ABD26F29B92CD9DF39D6FDC2A217E2B6B45D9B0A4D536790A5D BC0903069565A442FA7466414D948AC432C6B75D8D0E1DBB217CA3DC38A52DEF 62E9D5AE9E753956C13819D93148C7683BE4F71B80BC066D8C19FC807FB1C086 B49215DCF56A91A42089F0D063B9981925691F7DDE3237403AC714F5CC3ACA88 DB2F1DD205578C00472FD70C8BA4F752E3923ACF3164D442A6B639902ED060D0 C5777BC20F9A3BDA60FA3BC986C38136FBD2E8F910E32EF36377C9CC187F4AFA CCEC423DB925B378522B748BDF12D523804CABA83CB5A7ED69FAB9AAB75EE8FC 38D9866E3754C4E2F2B9AEFA804044D878DED0E114EA0E9682FCF38F6628E63D FE1C1B5615E54FAE8684566EDC4B616F76EEFD6207E0386F06D3BFFA26425F24 303CC7C8A8D7021E7D09B202616988287838C3DBCE3179B4FB5C726E603A47F2 8248CB508F327D1291CF3F08F7C88298DC2D0F778D24304EFCF6E074182BF5B1 8E6551811FD6991971692108E289B61053D6DCBA2925B3903E8916EBD09D97A2 C6D08E89DE4C0CDF7185E1E00DF456B249F0BFC686E04FDAAD2772DC2C39DD53 9C23A41471267F53A87E5C2B8CBCDB66CE0B9844BC506428E6150B48D2FA6363 4FDB2CEDFBAE0B7DBCE4D83E29B2955F8966272CB865EDB360C8A8C19EC62A29 03066483E4083524A1E8D80FE3867BC1AA91753C26ACBE8489AB0E3330206212 93E07ED473DBF457EB8489E66FB4B8ED8A9EA8911CF9308CFE3E6D6F36810EE8 91CCB11BD548617B2C683C354452B9229E7C9E68828BBEC324420DF7C188CCE0 FBB514547553A7E9B38AC265783891F42DA472388569C8E7594F7E8810895A27 06E456902A8D9F65CA808F1FD475D011C4572F8A654BA01D67942226A663D179 95149FFF41A9F55AE84EEB9A6A39C017D7E4FD6EFEEE7FF3CE847CDB064A4954 9DCD273B810E0F259501BA4003A3EC1ABA6E13D24C0B57FF82D6DF077833B6A2 7EA54801BA81DB961C261689C0887FAD83771E55D3D137AFBB21779397E11972 6C6CA922F45AFA5C0526863A5AD8B9C0775CCBA17FFD37A44CED4710884DBC31 5C9D3F5441595B86CF7CA2EEE42AE87896E9E60EBF5F35C2B7FDBF9A9CDAE262 3F48396F0F741E9DDF1D4FEF75E68AFB020D06CC29B3A7B2ED819D1AABC12B91 CA2A65F1AFDDA2F3FB322E0268DBBA024663E49EFF076455338FE31A16B04EC1 797EAB0B49AFFB906A0690A1E8E2F5314773E1CCFFF43E6FB3875AC907F0C5D0 DCB9BCC127014D472463560CA0CB1C2CE614D94177C7A52A5B089316689C8112 CA57E35D716D956DBF9013B1E5B9626456B1433C8C15FA906458F957133B9E19 8D46DC3AC015F7602538C2AE3927C6DDBACF38E59220C2F5AF36B68DE9117C51 04CF7DF32B1AF55B87D1D8A5F4BCFEC66F63B32B6548DEDA3AAB06C5310E4757 78AFF947DA22809B360FE535506A554DDDE5A6F2411246653710ECE5CD3185BE 730520A766C47E1ED01890059882BE1432586864E1A86A7F586438C8DD35C00F 021A741ED47E0F16DB6070ED0C50038632CA4AC2975578A8372A080CC0447C79 CEABDF2BCD5E78564247B0F0025F556DA8FB62125227849EACFB724A4AE3EF57 90C07A5B27D2E59425F56BF8AD84C5F5310FEB1BC73D536339FC2E6A5BE2DAFD 97FC835E0D52F680F80ACA37DB498AACF152B9B44626CD89E3302C3EE1623EE0 F998FA78305960AAB9F483F731F5F67A8C963C23DB8E48FB804EF8B86FAFE7F9 4C09641915FA7E3930AC922682313408BC1607C76751CEEAFD660206A39CF394 40ABE2A313AB7D5FD6444E219DC5C26734D322BA268D330AC17959A390D6C8E7 3A155095BDD66516DAD5D65519A7FB871ECDA77061EFB21F359158B4470EF79B 362C35C06B85C9A9505C8361939C6AC013F2CFE8EEF46FD8CB4452AAB3EF1FA7 DC066557BADC2ADDDF7DDC2A0E1DD4A357E27A2073427EACF9B9035DA5272136 7DF37E26D96ED4B2ACD60596E039BCB15E259C72FEB3344E3EEE3D4F17DF4233 04C1416BCADE80BD483DD8C9AF979E1C7D50C4CF015870703F88B92C4FE46AB8 DE6717B55C460C805B391B84333097E116F4A51F631FAFAB34CFC925BEE8B72B C9FD5F5A79D8F2295FBFAE649DC6AB47794AC7D73431FFE5BE992F2B5AC67049 B5208251C0E442385A9FACF25E3A98D7F5D4C2A1ABDC600AABE84769CA83350F 9B87F71CEAD3600E02FF9AC03C1B5C21C84F911511A0CF0111BAC7605EE31229 3C526A79D943D92E1CC3C38ABE82D560CFD4172F318030852A5FCC0534B8B3FE D7365987C8B48A072907B26CDC2108130A33233E8E0BB5FDF14FB55098A10EA2 B51AD9EFB119F82B08D256D396D3263FBD9DBF172D43A90ACD1A31F3E89E8571 74BE98B9560E2CD661A2F93C69FEA3FF26B00772AE2C2C24B98D3D122EA2AA8A 44652CCDF4EF4F01CA7D62A976E23E8A86291F43BFAF38FD9C325E70F9C36CB5 A181DAD30156E98339E6A0498D3420B7BB3B4E651A9090D4A17604AE386273A8 3D4AE8CC18345E6E19DF06BA848F203F74B161D6A8882991CBA7385F308696A1 BEEB0130D938A764B98A2001A38489B1334025EA848CA44A116D64926D460D64 01159E77EA7ED9ECE7BA77635BE564A4ED89315BDFF54ACE6AA1A26591D13CD4 6D6425CA7933769B842192858D10998509396829263290A3A7CFEBBDA3EE6CDD DF1E492AECDFF7941B53573F01F623CA0A5ECC9D05A3D0954F7AE8CE94AC3B2A CD4E27519B2E16F033EB732AA024BBAF74626DB55DC74B1FDDB07FAE98B4AC5C 683CFD8744F361838D343B657EBF52DEEE7AEA7565C5BEEFE455DDDBC4DCCA7D 87D6D769C5ECCF14118A14A85A86865777C8E28F953160D5E82844AE54D541DF 550D5F1519E183E0C42BE88F0458CE8087F2CD4B1B49A8E9E3D127C4A4CB74A6 2E73BF4CC317781D03FF04BC36AC0E4AF99E2ACAD20F6F8029DE8A035DAB40DB 17D237850BCDD05931FF4B0FE2D0B79EC5A88FE0236271CCB075BD194AA25AFB 3FB93A5206F61A14602E4EB6F1C31C654527CE0C02D04314DF9AFD710D0EBB9E F8721B97F5FB18E27507E1F800B5509A58A1A8296C72B7B73F99B6CFE42E9C2F B63B3555475E562672645CD374BCDE937A9B05A157FB3E74C8297507253E957B 1A9DC421946734CEFA3D5EE357DAC7E9DE17A5BDDEF6B2D2A740BC58128FC514 61154664412BA1C05209EC992A77B7CA45AB7C0EEBF590A5B5652866008CDEF7 124A3003AE6A7CF9DF3C72750CBD281358CD2FF25B162B78CBB971DB3477F8D2 ECA3EE9CBC90323B2C236E375337EA0848CD7CB5781A2B0A42DE7E4D99DB2746 0B26796CEE129D23C76794B7CE21C13C7D4A998B752C8CF43A4821B736EBE246 D2A2BD7BA3351FBCD1B0A501EC1EAABE60D06DA2FE39BE1F0AD629769FDDC933 F9D02F9686EC8C2D7455C26AF4DD3F6860B2289E3A30E1C254AD17D731CB73B2 BF4DFE90CAEECE3ED0CD3FB4C8F4C7BE1C056AB4E9B95781A8968E3CC1010003 75DFBC4AB9F6B27C5A9AD88D94441A8ADF09EB275E5F0E5E6F3BFEA0FA8C308A 8593ABA0645ECA8FDC3F0E264B35D4B0DDB86B93CD8A047FC409E18196B501C3 B003622999C47BAC04FD1ABD8AD359C977766E9643EF3BD6385306B08EE3E13E 7DA5A06AE33D17A3D574C6390DB6E9429754B210F0C349C359559C7EAA2350BD F61D4D8A92B1AF697BC620FA0351E67E0D9F41A95A47EE0BF210C2C48691901F F905F65693DCB85BE412F097480F6A7266AE0A928729DA0F691CBFFF3B276EA7 322BCD2206D96E3DAFDFB992CA8F2955F0E8B882729DFF840569D12E4DA1775E 523AA734552AAB6F2F16B89B39F1A3FF0E07EA08D13E612F201716C67F327017 6C041760DA30374434808273062C1FFA2C47B3FB578807BC26537F542040FF77 66C995EF3E8B08B09FCD3EE89C30F157158A739606D2CEAA26694A4F1CEA6633 B54933141CB85C60AB262E2D4E824A3B85C2BEF810DD774F296AB37D0BAE7182 5648CD18556ACB124246A75474B232D712C2358908B5D9A76F82C626BFDE01A1 093B8FA6AA0B32F2CDEF737B28BC0448FF816DDB5812131DA0DD5979D77C3838 B978CC3F6778A4BFCE9A7087EFB19749285AE4C92B99A6649DA349A2E0889D72 6D4FC664522F06C8C4D86D30BA43ED4E42211217D01636A4E17E2A132D26F394 EC34EA12D84594AED9C6CDBBC0908860F39B240FA7D7B3003DB10322498691CF A294C0FC7ACC0BAD1EED3E9D60AAE3F7429695892D1A21CEBF062C6129B33966 8B2EF6E932F9891DE6028B81C5E9B23278D35B7F0D83989BCBA25E20E9D503DE 144DC485F09A4EFA1268AC5E4B551C5B2F1D51E9B9B9C0FEE585204F869D0BE0 7287D7570A12940A47C1F51AC6134F03B415C30E147C49F89228855D093EE55F 172711F37776E97A99CC4B36E2F10713E36FB279FD3FA5A0EB9F3938F42E2BB9 254EB8F0C0F30391735019E02BFDA21D9813C6A22279B898EAF01AA892B14DC6 5912B9275167AB46EBC420836CC1A5F38A4EB47C039A7BCA62BC3FCE4199FC71 011DD6E5FFA0F3D7F04AC02AF91B9249B9F993AE346572329DA852115BEF8460 B94690E790003586F473F37EAB5AC2922F5F663EE2C3C0C336A8DB71650631AC 0A923A389AC911CB215EC2EC7D50CF8AEFD59EBFFA53A9F1FFB7E6215F17093E 3975F186FE23BB5FA5474C11408FABD223E1E6F62035B5A5C1AEFD8899F00FFB E729C2D5FD551E80716CEA4E8281660286A802AAE8D5834F37F2EAC46297E57E 993B09251DD7789D3467417E393B7DEABD06676B96241B0E43ED1A1A9FC3B12E 0D34B2B0792B79AA648FE9450C3B209FB6D7D91F50C52A5DAB0BC81A8B698BD9 18946EFF691912D7348D48FE68CD876FC6F71F81165D0C3272DA1A992308D9E0 ED6D0A4DAD679AF495F62B78D462B463BD4A40931172290C615B3B3B6B47E45F CEBB85E0A6AB6832067CA6D403C239530D07F199788AA4DD52553836851C5228 1072406F6D7323A334E7A7FCA588897C4FBA6D4F7DEB65525EFB74E539C988C3 A685A98752F7198E77E456A545F0D23A1BEF81EF58B02D289CF980A3F17BEC8A 6F83DD90C4A917EB0E5E2B444A608E2E9D2FF80620E16AC1D7775C0A10C1299B BEE0E1AB24C50647E5CA1DA65CFF3B2C295F0644CA7826E1DC6FADEA93D66A20 DE852F20AD224D28DB900519EB1569837139C833F24B799F7EBE3FDC14235323 1D0BCD4991C861F38DF413A5A5588B73AEC3BBFDB885CE17BB3E97B4E6A79761 93EC8418C2BC4725CD61B5E30C07352F647C3FD50083878C13CFAC241DDCB082 E53703D182068727F9EB6FACEC25F6D901D7309ED7370867E34E267519E22D62 4FC7093448BD0D6B1C43D318A3E14C92032325C132AE0FF7ED707E1FA4A955FB F5224BE0045CB14ECC321D0F333FE24EEFCC504F7C756451D7693C3E6CA87526 4912E1B6DB935BDE76FBFAFCA4ED473F1D2618812CFF25A6859C626A216603C1 361BE3E071FCFEC2D4BF2FEBDE07DBD56A1BFF8303901168FA06488BA6B76F36 95B0A90D7724E9ADB567C2ADC65CF3482CF47FD1D16F70AA19A97D0F9EFC611C AEA5E1ACCDA7FB2DF05E9480936281484BC329F0B771775E73F7FD72FE3F45F0 50ADBD03932B38F37A8F0A66B2F739EA3AC8811C8F514E68C5643E4AFF485C81 88475A523D7FCCA5C8809BD49846C77795A38DC6406082000236A4D2628B5932 AB7916D44EC2210CB941B9C9DDBA700AA803F99E12BDCE73F10F769D7C8E1AB0 77431FDD829222D4A00DFFA8E5FC89B8DEC03AA4910C57E6A689EBC39EA345CD 785A2885C8133229160EB3DF0B348DE734E4F78CBFE9340432C21026C5832003 E5688E20806F46ED465309FBCD5D50D1585C981C7430956CB436B883730AEDAC 1E76732CC2F9B08F3950A7B84F0CA9C5B92A11EDC335D079E6ACC69BD64BF071 A2E22CA7B18E275EB0CF680AFAC9DDE4F9B48568A1F4CE84E9D8E13F000D152E 42DB1C1ED509438C43F0EC0000499BCF9017D11C9A36BEF738A570C32B63D0D7 094312E00AFCA7B279DDFCA02547EEA7732A94507E88C1A87E90036DD4C97198 A7145BF87D4B200E420BC52CF878D7ADA20C9A6F6851041B7DE568200F6E75C2 E872E711F8ECFD6BB1B0E2822FF189067520FFD8EA20EA384D7451C16602F989 1FE1A54C26E51533575E7BE57336A0CC4F92F8A3AE0738F53A5BC1F9A213CDD5 FC572E1A1727A7C629995934C6E572866A4F045526328FEEFA1AC0D3ACFF27EB E48CB6E1C3DFE00522FDE45EE7027553F06815E80839D723949EBAE59F682B9C 64F3A6908AB638B592527C6166F5429FDAEA3BD141C8D5D55E28365A2F8BCEE8 E7624EBA2D2D3946266E0E263EB049DC81DCE1E5C21E6312EEE29B8F3BC6D623 F0920FFBFFFD040A73D7FF309DCA0F47101BDA61E01CF9D8244FEA97CC18D444 1173DDAF158E4DA787D9DC04BA086408A3DE4E73FBCF0323A7452274B74C6AF6 BC43DCD36A71F6DE8FB0D5A7C409871F86BDB2C4FFFB5AFD8E77998BB55159FC F61F773D4B503C4D34547226AC26220F08DC6EC7F929D1276327C6C0E3100F26 985EDADEE30F9517E3753250D151F3A92892FDCD0C16C6089DF41522A177818F 505EE0E8EEA9E49D0C57F2BF35B32C41018656506AA4618C2B2AF733EDD09458 1037388C635210F5C3A40E970EE5E0497D7E7A43024D209F3EA1319D58E37FF2 45368B0AAC7395D6B71003359952A959100DB81287F896B4FED2364D5F5170F4 F4F4FB12404E4C831B9488AA017B7712846ACA59B4AA2D6422577C0DCB6AF2DE 0C9B95952025FCFEBE708DBC20881D6022AB1DA8E6DCD4FF9D33BAD0A69C0FE1 CA8D29AE19ABD5A10F0192D879F103D2D8315E8FC3DA8743D3E8F27911AD46C3 E1F0D08DE84B586EEA1C615546748C6DA8CB30F76F6311567B14B8A8D0041A65 107B9106C50F6A2FEDE49C2888505D11DA7F36EE9B552645B83D9B3190088D1C 10A415E0BD1B1C03CF6BEA89F87C0D62FE91062BCB6B1ACCD0C2D8E9076BB0F9 E9CFD167CFBA7A5A0085EB765181F63624F26B47C26AFFEA8DA9EFE6B5E5FE03 D27731EF3081CF050379FE9C51A8B7E1C96272E31F65F9C22CA702073C23BE63 505AAAAED3EEF11F5ED2ED09DAEE0C9C7E9F762FBE324258FCE09799F00478DF C823D2C97E9338B8A795A8DD1BE532AFE3778B8629946AFE952C025056874A5D 7465B5791D8C0D3057F192AC634BF2881BAA203912D5E24581B95D670E61CF5F 7C8B15466E334C88F69812BFD6B059E1A80AB1C7619238F7CFF9E57F32A5F720 70BC60DD15904EB70A5FC8AB475194A9E5986ADCF1E1CD0AE9614DA10D913B0E 27D4DAF853A830CB880DF3790C568D2812929C313A086BE7D5B70D927B84752C 8AF3C34CA3A0A116AD507792A8730DCEC4A99CBE95BF323485F7900B4E818F65 3D89AB4007F74BF55BC7FDE84D81470D8A814B909171D1ED88C6DFF16C9D4E71 F51702B2B2A23F18625334D75C867C87BAFDC79E917408ED4BBFA0119EAAD072 7603A73C049D14C86D3F92138099623F84D53215B07B1A3B97D4110CB8C84D86 282425859317CC19DC9090162660EDA67BB85F084BBB21925F72DFB782604CC1 5E7C47BC3F8274CE4A1E98153450285B171DAA6BE705221D6C00C68DA1BE0BE4 49F89D1240FB606945F58F3864A0D44938BC9426FCBE213EF84902C099351B7A 53EC332B55D0A2F3DA6014D0B4DE35C3E5C22395221937706310CABDE0EB5BF6 9388AE4FB045189C48F12D219C03A05134F0E59EEAD11ABC9196A7D17CC3A678 19C823DA79C953509387E9D923473CF9A3146AD030930661FC7D405E075D347E CC3EE6DF50C8E296E50CAD21F35CC92CFE00190E265D0773B84CED1877DD7848 74BDE1B39D39CB37C4B0C518BEC7B032E09A343659A1E871BFCA461BBAAB4448 675AF669EDCEEB9F0E180D18E915F08C6D3A5AA82069072846FF6DCDD7ACD87C D7FB3388A4BBED66DB73BAC4B028DD8F62A1463001416FB68747AC8F0D4B2AD9 A9F4CF1CB5DD8D6F7370B7F53211E3DB88E4E62CABBBC42C2E084E1617E5E0FF 386750B98D44A29FA0C9512416A259B80B8BE9A8BF2847177A3DD286F83EFB45 7532FBDC0BF389CB3DE333967CE1FA8AC5976B3830C1DFFACF84CFCDAB93A44F 6088A3DB5E6099A83264D71CAA762746F090DB6C4A7A34853D0F1D6E4798F688 1F745EC71298286530C2D8D960FC08D65AA72BC360B4623B8C3CC10A7A072908 7BD1A50272F33E3FC095E671F5635503AD520BD53EB3A9ED07A5DEDA270D8D20 CA2C9095A33B4B2E822930826B6376AFBB48ED10D1ACDBA16246E26E7BD74798 37FA0468A30B42C7AD815291A12E406EFA0B4800F3D03561D3598D773730EFDA BFE2BC439E695B032EAFFD45D0796178720B182B575E79B38B22532D7AB6353A 4DF36DED97F3FA60171A8A14D0868043E88448B233638CCCA491BF6D27FC2BAC 5C31171BB0D9D17C5A8D7991465067272F76231E66EBA0C6A9FF452D885F3CFA D49B631EC2D45B4F0BFFD5664825E23E63FC778165D587E169A5461BDE246873 1A6F6E01C09619FA74EBB7F9428ABAFB9A0F9C000733B5E68845C16B8ABEA3D7 612FD1C10C651A9C12C55DB3401FA6455AFF46C825D66DD61311C1A9586C21D5 AE55193B28FF0E42B9A9D9DBD6C9B5F35E8952E61EDE74C9D1CE3DBE13BDB303 A48B08DF79E972ED998FA8027D7991D118B7AB3358AF89A5DB840AE8C96DC9FC B6EFFE204D70D5621BBDA7056BDDB2FE7E1A31BAD646ECC0D1C13AF76746423A 823C9D03A9D3C5BF4564DC1DF2AC6F27006D7B4623620785CA654108A425ED92 1F481F11869609060D19328CDA02A968DB2125262C089D13B81C3904DF762CFB 98E201C3F5A673925716C88C34E55FA3F10BC88003EDB788E7930C42CE771725 CCF6F4E6C22A0FC44242335D07E3652152EAB7F851994CA324B9E046E3828D1D C86C5A0343CBF4163C9A661F867CA2A3593F8AE009BB9D12284E8C88ADDC786E E549C02DFFBF208EFD3BC2077E4C0CFB4BEB158B700DDF530816272538770B02 6A49E4D929DEAC6D19C9D42A8956AE52D71F0D95990315BB6602EB293C6CE978 BFE38BD71F21C1E374E5DA40A73F2DCFAC171F4EA600492A570D7EB07CC5F162 D7276CD79BDB468A69A64500A2D414630815BE945B161FDBDCE9E2034AA23BEE CFB7F814D266D9DEA4CE9803CEFDC3160A42630263A3A55356FE2D48F221F534 9CE94C0C07DA89B3C16AF243479BAEC26EF70CB18D6499400D5AB63E1CD338FC 5C2F2365DFF7B9AF173A4D4ABD4E933C4B187B67AC8A1B6869F5E9A93F76A34E 9F4864446D91CE829C3A4BEE5569C74FD1DE2E17C7D84E5B23EF2EB48602D127 C06A762A87351F10429A7B881749FAD69DCCE7F7D04BD60C77C903DDB76C0386 C86246FC24DE3617DF90CB61BDD251C7E06F9136BDD3DEBEFA042FDD0E2FF55F 8F4897348568DBDAE6B0183FCB69D50DFC65735548DEF8D5599FF77C61A9A773 A525380B6139C61F40C04A1C152E1FFEF64E4B5362BE7AA947AE14F94F036C4F FAFAD9EB6B91FFF636D54620A97037F9DDF37D6D3C7B5439AB2A98E38363DF30 7EEAE7C563E025A5338D85B99D9B7CF4053D33ECA30EFBFF11B5030960B1780B 7B75ED4C7A97F88B25308712F5B293DD2DE1E11A63B62D3FD1EEFEC088999777 E06AC3EBF407A508394BDB552F0ECABE35362221C78C18B7ED3FF9D7DADB942A 29E77E891D18F20988657C17162BA16C7ED87803FA21DCF72D4CAD9BE3B12216 6C3D03C96D484E9DB73948FA4E5A51B21CA99D1F7D61478CE05A76B43B4D77E0 5C8FCF9361D29940011BBD189A48A5DB2C0BB1791C3A0AC019999F607D489B8B AE1F42CF169FB3AD3834B34EB190F851728636259458D5C7A9570162B32B144F 121C879010AF91FC5F945C3D5050786573944EDEEA09CE29725E9A43D195828B D4A23B286E6CDE7CE761932857AB5D9D196CD5148EFAA223FF5475AA244094FF FED8AE3DDBFEFA071EFA7A913F93CD426CCAC288468F8E9E009351BAC25A3FD9 33BD952DECF9897BAD777A1515AC75EDE912ECFE2926DE3B1A07BC8CAE403478 CABB1AB955CF782F86F8CBB613B37F26AEAE5F935F2A46D5E6B97E208ABBCF67 6144B4464E01997245DB5220B1E75B977E271C79E45972845579AB08183606E8 1B66D7E483D648CB17539CAF6DB91B35A1D7C2A8B747D42933637C26BA957438 4033B905FAC3169EA25808EE59A63925BAE3A53D4E9CE555EC9A12FC0149D2F3 86F3FAB412D3F5F23855A57976221CB31C717BE3441323283126AE5BD558B4F6 F9E47DE79273858315E1FDBBE59C7C4722C7A3386AA2C93D57DD0DC3B9A36DA7 B4C9788CF13C92EB458BE0A4B0901F644421A3C3CEC84DF1AE1A015F1402E25F F4A6FB1C96BC85B786A5FCD3DAEA8CCED711DF18FABDF4DD3D1826D308BCF8AC 43968F7AF6793030BEF3EF8D626AB0E8612CB18D86FB0E367C56AE20CC5EFD56 50145877F1DF38693641507487F5F768D1AD9CC569E2E9DFB37BE1B4D8A869F9 CB5C5F1C725ED96310CA0BF8173E431071C9C356F52B197EB0D001C5A1FF340A 2E9241417E21016187FD3C6E3122B10D612EABDBA2B5149F5BC98B3B2DFCED8D C5EA80FB014051DCD17E13FE94C230EF856A713000D62502CEB784E85E94623B A4BEF620A0139D762DCEC32C02DE62A61C8D0C18ADA89789BD8A5970DD8A8C69 A13F704CBB7FB9314882D6FE4D43C5379DCE8705F91FB51D3C488ACC93C801D9 1B65F9D5A9BB20C4208990095F83CCFFCC490D3BA926638386D792D49F52D021 5952A886D6BC047BB2FCC388845E909B7AE671964FF48D0F36DC1056C1951950 37B3A79E229E99A18D5A15F7BBF23FF10E11D4B2ED586124C78306A46A4137C9 6A4B5A50DE0BE420B2CF5A8E2D28243C90AB3D4B3C8CFADB013CD47DFC308E0C 87BB70708D66BF1CD4B1F6288E4C939B64EF7735030CF7CD1788340255C135F0 ACBC09AABA843FDEE45B6AB9FF0A807AD6B633364FD1E7FDE118ADFBE192ACA2 F23F44325823DB047F109DF525BB0C3892F3FF9C175ED232990A4CB5B07CF8A6 41A958408F3F49B99DA64E30154663D3C71DE5AAAA3358591599EDEF22C70C9A 87AF398D493995C81244AEACFD67C64143286F08ED1842642D4748ED9F7BA9D4 553A3FEEAF81696E7EFA7A7A49E87F4C45C44724A18F6694716518EA19B4BA2D FD7315DE71E48AFD2E747E65C7392FAC8CD43A37CED7638F4C80EC8B36B4F299 CFA969020F3B89DC2ECD1C3282CBCAB1BD02B29098F639E2225DDE0375160F0C 62F5D9A50172EA26417AA1264600091CF251F2C350C8E317AE55A25D6BA3E844 E669B99601397DB0A28800F8E328B4B68C3639902355B1436E65097BD7003606 53FBB5D51E103930CCE5283BB6F03BDCF35101F09BEB058EA587BE8406BC296B D2BB54A03C794131C504104FF01A8CE99D69BD8F25DE1C4427E42EB20CEF4C78 19B5F4E08EC5BA2F99DA542DD7476446FF9BFFF0507BAC0A07AEED66CDD1BD80 2D5285553DF1BE5E495808F4C66872C69E2B4EF482BC1850DDFD3D2B5EAB368B 6FB77099BCE73E02479FDA02A3CB239D2ACEF36E30E9E6FB61C88B366CA253C8 0605CB82A9CE0745DB9876CF8470F50CA77A9F65EC10B42BF1230DFA7AD2B7A9 46382F5BF3D9F15001E41AB7DB83A2D4AEEBD1D582FE4031F65D892B83A351B4 EA62EA9FEDA4E632036572201B2BF4698AD78AD1F8F972548B2A7E6B5D5B7E90 655A5AD4893628C04F504C12FCAB8E35E6968C8BCD60BA2EFF767A5C338A8079 F0382E40E87BC3B9EB1F0208ECCF4D1D13D365FDD891311FA1B1220F2ED73B04 94E5885B2F03CFB6391671803DC66BC38139BDEFC6E1E889BAE3CD7EC0C3896E 1C41AAC16301319112DCC8BA55948CDDE90A5F1DFDA72C7807335019D34D86D1 296F5723AC34F6CF79A0F2EA2C572F6A390CCF62A281814DACE97FCAAD463C1B CE1FDD82A1F7224453175EF4386424EABC3DD70832C19C3E3EB13F7B5B830655 9AD9B8D410874C0021F3FE908ABB68B8813BD624247073DD3A0BE29197FDDA5D 83C1E232613D71EF597BFCC5242858DDFB06237C30255A6AF6A88DB8C8516448 D24C483E3ED98B9791A1877836D28756D34FBD362E5E64E2E417C6B64D23C716 61379799CE5EA17E3C2A10318DEDE34E44B06FAAAF9E3E9BFCA3DED3DA7C33AB DE27EBBD8A468B531F44F037FB733140938ABF1E66AE3A3CF49B9940A2241066 A729AAB59931763065C6835F704DF9B51609E2061886A5C039B5E9B544644FB7 7C19E25F7E47DB00B9698FC56FD64962C2D5DB5A454589668E987886E91176FA F06312B40185B7806DFAD1307E21D840113CC14CD2FE2B81F4B3359B28C65E1C 3A4A6BDDC6D7BA6F69C64D72712AD5410F19936E8D18EEB72C66BCF750D43683 24114D811C46B54E65ED1BB089558C14F2D348E39E23C9902D05F1F50B5C6352 0FCB45148B8996DDAAA7A7EFB7E07FF55D3903ECF0B1B491614D488A884DEBDE 35DA9482ABD5B70867A3C3F0E21C78E1044D6E7A51EDE3FFABE75A7D288E826E 2E901E7DDB7E59A6428C70BA60FBBC7E625261141C12DA215AF97B75D575F80A E4319907F7DF58D19A307A93592CC9AFEC66912AB9DE61DA80583A99817BE8B1 51A79E62DADADB4136ED3E039C4C35A1A002C7E4853E3BCB8834215D68C066D3 FE103EBCA5AB7585E8937F02C4801044A6633A4D512B8644A121D2B52F43202E F8AAC3BAB1BCE5059149D3B0F42454C3697CDED907BABF4B284D87FE4288F6E3 D76FCDB95BC267887DD2984573805DCA65AA7154087208B53F139677FF7CDBDA 307992B9D9BD5C3B9714C67E9479579A2E935D10E075B9FEECF249B8D775EF95 289D96D47A2749201282C4CD3E3265E1A2D811C7BA970363D0CE8E5689A8D0DA EBDCED467E9BBC59308C28B9F6AF89AB9CB6F64E3277A9FFB7D0771D4ACAD829 AE98216CCAD0CBA4D02A79317FD1D6C1E1530588E2BD0BE597D0C3E4A12F11C0 8802F46991FC4BAD45DC9EF643BC462DA41D4CBF25D6F7868F9A990B703D7A3E 0EFD987759B3DEE1DC8D3BD3F7017C0DC48E20692614717FB902AA7C4543909E A01C946B3A98C2BD5D255C9DFE327F39A588305720CB0C0F0E39A7D12C6C1099 3E4FB742210F9B2B1A2A87CD60ADE50B91249D97CD03F3B94597AA87D23BCA14 8C9411B5F853E99BD57C9C5D908459ACB10CA2D6D99136EED9AC05C2E8AFFF4C 3221AA3F5D89627E7C8B98A7F3997A6FC86F55E33A5D099BC8A4FCFD0A7603B8 35778AADBEB1FD0E5F4C287A053AF79BA2E8DA8F62079ACEC593E1AFD72C425D 00C99D03AA0436B870BB828CB61780D666F3389744E20208DAD0D5B2621F908D ECF20B212C7A15C605B372C41BC875807D8F558623EB1F4D2349EDA49F04068F 18411F284E0AFE8A472DC57A7F6D1A6453E376694BC0AC2503F9A7E544394563 D24D8C0BEFA0E65F3659E6551618847ADE1692398F9F569A4600FBAC559A8C12 5CA12D17CF10DCBE98E2237F3C1D59A5D603DCAC29753AB85C679EBD2856EF23 10437CACE6F11C81F5EF585AB1B88295911FF8C583D855E22C92C4F4B3F212E9 BEB813AF70779506D9C3D9A8CA0601F8F5992CEF280701B9C6F6E50A14F8438D 6118455CB8A918B11866911E1C1A0C618BF549F853F303A45913E8C01B53977A 55ADFA7D2E7CDF425D72A992876D8F590685D1F470EF5772545875719998C398 A6F64D2E64AB21C482C6DBE07E366F4D4B6344E56A11EB364E58437C166C0E0A 433B77917035D4E61967FD032EB3A3235FB98F8C25C6B50ED19969805E6D490B 794C0C4A77BB56FFA7C23AEE82446507728955F30129732713DD975F4CF3D1C1 4EC9328D7D5F8BF08FD9FB8288B703C4DDB51F3FC81E00A88C8C6C775F78C62D D3CEAB00D32F67AC7B5B2058023C1B4B19D8EE4C844EA43237BA219EB6AD4FDB A89C03BCB0C5DDEEA8F98573D85EBBF3A3EF46302A177777482F5FB28980CE5D B6D580BAEEB9B2603C71EBA5B2A319C1C76F4A080BDAB2949132B1C6D12D3A65 473937557F6B95C23C69C58F53E0F7EDFC71FD3459396356D4E7D1F60FD6658D 0EA02193125F9371A7C52F74735A81C785634AA9E2A4CC321B365E0FF77E7F02 2C02102647A67227DDA02569E24C1A9121403E55D616DCD8428004093802F259 3972EE31A3EF03A07A243D3C72C4689456F28CD79DD999131ADE09899E60557D 6EC51D5F7D36BE7B4DB7A18A47B181E85100536631C21033266A26670AA91380 9DA9B2C8134F70A91728B637AC3F36C1BBF8E2A0711512119B514B077E49CE66 0626CC81D56AEF006CA33B0E46A33C1D1A616BE7B2548FDA52DE001B19BE9768 47B1E9466B6F39FF4DAC17904E91383239498E9CC675891A32B868240B625683 5FA85187F54178E35E240E107A373BFE2D4178A63C55283946BA8B375453EDC7 E25276615A4685C3E5323B97EE60A9CDB6F78303448755B4DA843C08C18A9197 3AA255CAB867DD176B2884FD624463DB10C508C6B2DD968849CDC7C66F296171 0CC1C8532649932DDBB6CC1853BC17453A0146AD7882AE2168DE4AB136303506 3C3A04DE56059449FA7DCD7A8F382144F0C6AB8412FE8D07959A7E18CB6EF397 FD435983DF982F0FFB767C6B2EE0BC7EF199829E1AB19640D0AB19CA450A594C E2D76DF0A490D7A086D4D9E8D9FC50CD2D1FE572677268A8CE14AC81E4E8F0B2 2F3D37B39F561DE76103123F91FF6A408D11644EC038D84B5C7FA9FDEDF10C4C 2656676BD78E89FB1AF6288AE738F260E4CE3B49CB6CA314E9F30EDE0AF54197 9EB73B50F9B48EAF180D14CF440013D0BADDB62A46B393EB4623C49894FA972E 33198D0613A20563E2BEE0A126C093C5A819879783E1A7ECFFA3F9BFB9184114 3086F74A5556FF65A1937A20E71BAA4C7BBAC3A58E3A06F4592804F868D77304 3FD22215AD00583263D61ECF9969B1BD458F940D0DC8B4671E2AEE144C66BA37 317ADED2D62DEA393E2E1E116A39518F86BD5D3821B38CBD815ED34B0D17BF0E 25123DDBE0DF19498FA39FD83AA3F15036A97F921B2557F32822AC4D8AFF79F1 7481FBD6DF7711530E9A6CF641EBA130BD1B793FD57A3E08E6A32957AD1B5F09 3097C4793656212A54C943CDB23688E7FB5CF1EB3873A96E3D01A8FB0E85E06F E331CA103582462B5EA37B56DACF78F2F5E1FBBF01461B2D331436C67605A449 BC05A9292EFDC782A2F51F60EA6037E8B93BDDD849DF7FEC5AD2305CE1CD08C2 7462FFD6135E65B4FC6C4D966F25BA4797A823042242DA6C7EF7A99D3386A744 6BB3548E58437134A7369F4E3EB7D6C88E8D7DB0D8CE05FB9CDFBA765C95FAD2 6BD52353031DCC36732EF0E521FBF6FC16E56C22A37CF0310B73099E41C05C5C B25F0588B7F57CC354573C5ED28B0E4142F7FCFA786B65DCD947B97FDFED2995 6D96C946013E65E8B3CA36CEB980E6EAD96EAFEBD32B4E565B3815B5367EB19D 2882F1410C37D3A072BC8374C68C3C9E4C90C046D8CD3C63511C0A8814D4AA1F 48641FB368D667A9A37C6F0DF47B7D87D49B909B6247B15077341628B67854DD D322D89EBD7E6E082110DBBDFF3FFCD68265E953730E24652733206D1052F138 9D9A9174FA1F4E44703069EE800A7C77C3037FBA69576942EA4AA9969AE043EE EA76924526072112F189094C46F4BEC80367D15BA4BCD4CE20259F60ED4BD48A 202688A962361D461B8A0F825997CAB1093529381B1E9A4553E57542B8E2ADB1 A829F751116EE5BE3D67A70CB9ED07CF298E49022FEB1E2BE3642CB8D637D419 DE2D3B3591B569CEB6D6DB9FCE0DB027371BE08FCA6C547464EDFB81F702451C 4B643647F441DDFC024D873C1CA3F6EB589D4CCB4B4945740C7DE508FD7524D9 F53DA13EA83BE6E1B8C1AEF3A31DCA69A253C22BCDFC0DFB5001FDE8E2C9CCCE 56DAC161EBEA4581F645CF8DBAEB9A21E4FCF980A09491E76B0B55370AA06142 D1850834573B1BEAAD1F381B2A88097BB652082C20887CB06D2236906F6585FD D8AA483AE696AC80B8B1AF4A2E6AFDD57225F4AD239DE05C329D1E6A1A500A82 06B7FE4D319E753D098442F895E0D9A03799EB607C32A78CF5BCCBFEECCB0AB9 C7EC90CA8E43B2A5273A4B5F356F832A3BD1EA846E0CDB77EF0AD58D5D1727C7 8D92A5C5667EE22058903EA9D33A884D3E29E9441993648601D56B0D047998F1 87BCBDD16C92B81BE85F1EC5DABD5FCBE92F3FCBCD2D5596597A46AE307EBCFB B205DC5B4CAE494969F032F0B90E671B2F4BE2C3F37DD11D1B9A6FB7D3493904 CBFD5A2B1424E1473E3EF4D4C4F8813446DF6875468073558BBB549A8EA245D4 3363606C9859C2E11AA2D91CCCBBB8753F118843DE56374BD87FBC8459CB5E97 B9317E1508FB6366075CA4C3C93706E284C51EF2C8C12259F57B005B4E3C26F8 AABC2C5DE8742673CCBE519A86BEBD59B91C86616085431FCC5E42C4E044D14A B933AC92F84B883BCF51B753417F314ADC34298156D061C4DDE7DD520713BAF1 FCFDE0FD822AD1962CBB6CA4FB295B72F6C83D7B575B14CB3BD441FFDF9619F8 FBEE976B411C09AB65E8AC1434C32D8A734779E5E10860522D28250243665F8E DB015070579D16E42CCC29E6271C03B4E45E2F98FB26ABD05D178DB1219309E1 B4883A71638F88948930351C76E0B867C3151D0D5E170079DEE5B9EEFC661E4C 1A8205ED1980413950EE43370F833CA87528678006233054BED64C7D37EDCDD8 EF23AF938150AD63521B3B623B5BD5544DAC817A78DF2E7EFF90DDCED8B19FF1 DB7153BD8548AE6C6E61D6138C42863477C02E4C56B5CF5059B470E609BD8970 2E194D9F71D36C7C60466045E9A4AAB45C1FF9B64C6E2CA5FE6BE7BEB1EDB1F3 8FFC5C7C5D552CDC91EA486A2769BF93494899EC4DDA3BABD29C4F29137EAE40 6425BE7B935A788A842E9FDC8636A22B3A134DD6F9C9498D1B6D76DC91510C0D 57383939C9 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMBX12 %!PS-AdobeFont-1.0: CMBX12 003.002 %%Title: CMBX12 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMBX12. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMBX12 known{/CMBX12 findfont dup/UniqueID known{dup /UniqueID get 5000769 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMBX12 def /FontBBox {-53 -251 1139 750 }readonly def /UniqueID 5000769 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX12.) readonly def /FullName (CMBX12) readonly def /FamilyName (Computer Modern) readonly def /Weight (Bold) readonly def /ItalicAngle 0 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 12 /fi put dup 39 /quoteright put dup 40 /parenleft put dup 45 /hyphen put dup 46 /period put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 55 /seven put dup 56 /eight put dup 57 /nine put dup 58 /colon put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 70 /F put dup 71 /G put dup 72 /H put dup 73 /I put dup 74 /J put dup 75 /K put dup 76 /L put dup 77 /M put dup 78 /N put dup 79 /O put dup 80 /P put dup 82 /R put dup 83 /S put dup 84 /T put dup 85 /U put dup 86 /V put dup 87 /W put dup 88 /X put dup 89 /Y put dup 96 /quoteleft put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA 0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 C01924195A181D03F5054A93B71E5065F8D92FE23794D2D43A151FEE81296FBE 0CF37DF6A338C826464BA5198991445EC4BE80971DB687336AE8F74B516E333D 2D8AB74D362C559AAE6ACFAE49AEEF4F52E28C869222C1301D041E7A0BC1B608 1BF728EF9E98F3A12EB2714E7F16B14E055FE1FA0EEFB058860ACADEDA9D0E4C 42E3C6F1E4869471BFAA3760175F3FBD842755A9D7847EBF605F18293B42F557 FBE2715002669091BB033E1AAD657532F34F7C66E4F04D63ABB07E6CB9D9AEAE 78EDE8B79DD9BC87A1FF445EAA05B5572BB880E69F4DE1F82D7F0E9980AB0C18 22C448B0B1722D3CC33C56FF287CECB80658B3AF5E7675BE82CEFF3DAD5942EE A03C955FF979E41E54BCFB5316A9AB8945C403A73180D0961416EC9C92F49811 4B91BC4C788392994587517718521E416D469F69952149FF7F9224377EBA1065 4A727BF806A112A7B45B0A1BA1D5A23683960575368D9EAC8C04753BF7465AF7 95F25C258C63E4FDFFD0B412FD381946AA38C0B961652BCEC30322C47BF4755D 9F91880688AF066E32FFB22E1A52DE741307AD3ED830D6BAA1D1F562919666DC 5E8FD9862AC8600B0AE0BC7FC779252AAC57248744ACC8A8AAFA836BCF09B0DF 9253DFBB1CB77EA8A59D42D1B18FF25E9AED72FA62FEC3F126F030F5D7DED9C3 CF60FE890BA4A48E39E687BFFAEAB96AE542A6387F6624486037C8924002A511 BEE5FBFD780AC1D4BEC3FBC47A930BAD0280D444259528B6C565DE11DE36BB65 9BADC55C1EDA1A80458E98896D782DFB5C137897419602809F9BF8CA39F00C68 EFB9E076FB324C2963F23CBFED28B9EF70EAA4E4B903225D1F199A7162AB239A D92D71C18B1B682D04C6A48926275BCB16D413B2A0E953E1257E0B12D8B717CE 2EC84CFBC046A4338A69F454A469B12118E562B4F56C5FFB3CA5D357513E6FFE 947A564B229C7FD873057D5C7CDF03E958294A1003B37D8DF565A70A00A3734B 0138AE5277D383D10C2BD853EF806D3CCDC47739F0E374A3DF3B63638B949ED6 4EC25869DC1C0B1F4DBDFFCC97382841D8F10F3635C792139A1EC462FDBA379C BE0990CA2E70FE73137AFBBF30CA54954D7E7377CC50BDD780DDD4C7FDC77AD2 F3EB1169F14A0041F18160F43C24FAF556DB5D621709FBC544CE55424F7446D4 6AC07A51C8CD5161AB0AD5084A96FB35D77F1CA155147DEF8D7A590EA6939514 D4A226588295CE0007BA8A550895511C8D80BBE5CDFB8A50D249C3BDCA974415 F5557914A9B805782F399E4078DDB6264F1A49A9A5BA45E284A5196E9828EBA8 481D357B8D9E6ECA631A6204439FDFACE7D7E6A2392726107CB7D2517CD19A24 FBE592C119626DB221BBB635B6EB84845C16A9585282E34958B961F4A543AF9D 419B6A9105BF185FC767712D923437BE08A9C0EB92AB6792DBDC671029B6FCA6 7F717FCE379C0F3B51C6CF042A762ED04898FBB4B0105C3C4ADDDC18C51BAA3B 70A93666669547081D9246732CFF74C83EE90DA17F5B4F8BAF47FE4D81590988 2858C9B96071341FA0A0D23BDD4947FC9BC2297913CFBD4FD6CA4303AB3179AE 0203F1BD502065F90CE9BEA3B52DAFE4A29446082EA0E6B1D7AF1F31D0AD02CC 9A7FACE2CA86E5FE0F6A425B28A5940ECA306891CECDB3CFC7A5BBC76B5D9E8A C754379ADE80B4D72CE493010317BF21A0CF4A0A55C1246218839DCA3F4D626D 1F4161D38F54AD5142C1CEE95C61D8BB10FAD4B772F4955777AFDE8AE5A837C2 A2BBB11D0BF5DA2E63D0B75ED421DBA9C789B281B01846B65DC572BA69591969 21265DB722AE86BD8CAA3D887C975A617ACEDDFB7AAB341F47532AC0F354A530 7662C089DA3939588774FFA16FC4A52555DED6D6F51DE718BF5F345C23C90198 17B77CB8B5D53A5CE7A79F3E286B6A59F3F6178AC8BF15C0A15C1A8A95D03B60 30EBE53DE328CE085CD9A1D49C69AA299C5B58B24334A546F6E274C1B534DC8F 3289553F560C2F81E413ADB92FA0E7DD1C2F39D5FD268EBA97AB7335ECF28257 96B4EADB7D0778706CB41C7E9C882760E7670936774A1088FFB2011115FDADB3 B69EBD5108760762521C25C968C3E282DC3400001AC8FB1EA27FF643E3025950 1D617BB8BB321281708E496277E11DD3AE0023DA9F25AD06B39C7CF527FED27B 57397E88D3DF70EE4FCCEFC8A0927D6B05517E571B3E70ECC99F3CBA32CCD4DE B8BF22626B6C94FE65598A88AB90D238461EBD9A098DADEA4091AF1CDD7560EC 8E1B9BC2321686E1759E6B8A270C8CB4A254F7368039602EAEAB86ED21CDED91 8F2DB9889F46981C494C7EAF5E819B91C129F0740B8002B510014985E5791F59 B16879CC6521D8E9F1C4C1890AC85A78022BE614BEFF318AB2616F0C3F02405E BB425D1555472A2642BA7686E431DC3FB8A1688B76660D9957C3FDE8D58109AC 21B1234C9DDF3F0FAF93BCF7B2F88A001F23162E1A13E5E9118D51B485B70A91 D0CBC39CF44413FD8686D9030782DAB58064F5B987E0402AF5B264B17BD31BD4 FDF63951BECD73ACA6138854EF35B062D01F33073850D9C09A818828C581241F A625AB3638081DD0F00F946BE5450D38489CECEA4E66B4D85CC8AE0157E2AEE4 A22A9313829F24D573101D84CC1784D1CED7DFAD5DD966601370C6CCBB723082 A86BBAF0A5D867D0D2E3CA16E14E5109A29EF02649C47E12E88B3B397D65CACA DEB9940B92100744D686066F8250FF30E5F13D81428EE238A2E4E07ACE0F5C38 7D79D4A336D0D26AF9C2B84088ED8ECDF94A1E3FADB45AFDAB46CAD6FF950B0F 07AA2CDF82374DA76C56D29C80138841EB13F0D02ADD32F88B23E282ECC845F9 BB9AAECE9CDC644AC2D49577A92307A83A99434F6493156DF25DBF0FCF2EC21E 8C50A312C3D19E0609C0038554CF4FEF3ACEB7A833FD54B06EF0D617C2971C89 E4C06075B09B84A4F78A82152B9A9C540B1D881313C2C74F20ED064A9606EC2C B56D7BB4797F1EEF4A9B13579CCF311FA4A4DFA62D80FDB7F535CC6526D1AAE5 45C008EAF024B48C377522F74D939A475970533E645B1BFA81997549AFF26F67 2AAE6C2EFA357DB3B525276EF330905688777057F4E4CBF584520A534A8587E5 5A8360891E75A15205E8ADAC4A4E5A6E27D0C4A7D492216E4BC023AB027F37AF A8DC7579BA50204D5F45A51460C5BD8A5A7F87668CA6451137F2F59E117BBE28 5C40820882A5546FA76F0CF49F8A6EC445F0647CC3227C400F56E7E9B84A6975 E85E243CC1666DBAFF4E07EEAF3AF71BDACB30DAEA792F2B8504CAB071544F01 5D66243D529C479D276FE22F7E275D9E7FA9C6EECA18716B2F213916E32C1D94 6E32397B41AC6779543218E506569E3544803BBF9B404A983EBA62A494187B30 8D3DFA4E1237A2E5E08224A60492C09ADAD8775B7CDB830520829BA164209ACB BCDEB2D574CEBFB7AE4BE72DF4EB1945FEF2458761AD8DCC0D378AEB7DA002C6 9C14A665DAAA532B0ABA98D7BFB5A6151FF6703385AF7AE8FD315A492FCCDBCB B825707F9566B3B4943A3C61C3DEFDC31A843A2D67AB06891F3E110DD8C73D3B B5E4151B51D9F13905D7D94DB9ABBFCAF35F43B6EEE256B1A80ED6D1739D8D5E 8C767F6F0E8704C5345D028A2A6DAFD9BB7AA048B8B895FE9423A7ACE858BADD 595CB074A128DAFE08FDFFD6BDAC0114159A702FDCBF8013804B0CAEAD7AF38E FAF086A3248AD4FCA1401A85AE2F72E3E6956DC0996FE8ADB18F89B14A208A15 13F81AF73D0DB72F78C4DA634ADE3C73756CAE6AF2E149C26316DFD93370BE1A FB4A79F77A67C07CB0A53C78367F21661D4AFE9E27328E077B522B50FD9AE2E3 DA087BE481515B5DD7BF894A96A84A6C78874100505B7DDE1D22EFCE8D58B3AB 313AB5495F72E2CA4E6AE22C0CB854302B9990372F1661D9F0A517F90686F248 C5643008B3D29F7296E5C8FD4049886662EFDD4106E17C879F5D41CE84F87E89 F6A3117C968B95A35940CC29C43E1E0DEF51C1E46B676301F40D59615C3F73DD DE37B72FF7105DB84227DA5241583272AB1C3CD97AE11C1EE98FFDB5E5F44844 8FC41BEA5C54B26341AFF6830D9D0A5A2901B0653D8BD0746838194D240FF753 E99750D3383373F453723D86BE97B571B8B84D8696089B5CFDD53E6C562A2197 A8C4FB0CC690C27761A816B441029D3D306245052E0C41B53025D8CB7267CFE3 C17FDFE348E765326F91AEB700CC49162DF748171214252CBC821493DD01AA20 417D66DF47EBEFFF3E9BB2B0A2BE7D9B8C68BD570FC2EB0FA54CECC318F04C43 19598BDE93F2F13DC7847354C99059AB20593EE51E94F9D4E9241869D605AAF4 9D9B5FD88C3798A039A67993C5EC68B6326B132E647F67EACCA7F7AE7F718D85 12666E90D7C73EF210E344964A38228B236679A2B18F5E081234CAA2458F8D83 3F0CA308D19663CB12EB904076EF88E556407C33C9380A6A3D68A9EFE65387C1 A1BCD2D26DFD2AC0881EC30E81C0A4E76C244A2BD822EE88C4A60B480D107E68 90E419A1F512E865BA922A7830909BC2611A80931CB2E9344529586726614D94 3AC5200FB9FF68AD9686506C5EFA8788C0AD0251AFE7F95E84683380CDB421C5 B1A783B6D5F3A6BD1BC1C14B363DB01C87C0796DCDD5BECF41A1A9F43183CF6B 82C2AE49F0BFDC5DEF7729F2E638EE6EA9E4D059EB9BB1B992AD8C82D501A550 1BF73CBBFE740179B54E193E84A55DCD61B343C1852780FFB44248FC9426AC94 AA2B3FE20FBA30F6C4D1E0FF3EDCDD8C0F57CCB50CDB0EFE2E04A8927E239C1D 9B026C7929BB48461D4D695FFC766C8A0E545B1BCC2AA068D1865333108E7985 2D93F9B00EA0A90939D0D3840D59B6CC0CE2C147B2E1A9A4F14270FE3ACF51D5 99F7349106165AD627CBBB0ABA01ECC6D3A14C1DC1ED23A9DB9865BB4396C51A 31ECD001EAC94B33C34E29C5611148EF3E55DD61813470B8F3CE32564C749414 3C93C77EA5A3538A0B5AE3FC4DA32813B06772E0E48E25BB39F3F6FDCC077E86 F86FA50E18FD19EB2F37311CE87F18F3BC85CE7FD71CA92D5C3264E34E04A2E5 70C79D99F54D6C6D9D527AE45EBB48411221134587D2253E7C8ED7658EDCA34E 5E768DD14E0200470F73C44D006CE8CB35DE1CA3EC10ADC668B0662A7774C891 84EC95A31DD872F0728D9F65CA80940080E04630BE4DEC77A2C49E3913C39978 BF145F8832AF2C4385EBCDB15F9D32C22CBA0CF950877717D6F1591D7C0B8047 8C9BFCB16AF7124ED83137695F3D69228DB633053208C29E0ABA1B06A7FB3EE7 5625CB44927E2DA6E038A6E62DEBDA2D96A03177982D8FA33BAAF4426E05F4B7 9C1748B3FF7691F9888E7FF864A10B9DF761A41E6B5CFAD2BDD7E1C4924AC97B F4B352705316DD1A58637CC12D71C18A5CA691AB2AA8F171590EC24582B1123E 94D4DC587D8F99E18A711776BF4013C96446BFECFEE4C809EA94B169088024DE 0CBD20199A915AA406F0BD5F3D63D1467C49B4691AEBBB35ED6624F2D7BB74BC E80FD92B9FD04DD9C2BE9B6FD29EC7EC07FAB447511C61DD299C783BC09AE2A4 7B3CBCA6A20C6631D06D0B2E2482A50612BB7C29B7E7D0A205EB0E8436702581 596BC996ABD58CD8D5BAAE4B1478195CAFF98FE0141287296C4EFB8D2E7A8442 F0A3AA9F9264329982532295A176BA1867EF732BBAC49AF485D9D0F7130F617E 7F7DEEF935874D55A22240F8EDE4F247D5F73481373A392D40A8076BD91079E1 1CE5998BA13D48D56B49A92B4A18430E316405D2E2E391B496A1934671FF1785 AF42BA3B2D14B8E04014437FD194455C50289DFBA61B5C377BCBDADA48E82DEE 4E70EF5E9DC03064907BCB8BE4D59DE069FB0C0CB140DA54708E630767313F9F 744594AD8A499CFEF733E640A11FD74E46A749F9C7D18D49251BF85C6EB4668D 67598C31A8F90922FEAEAD4B83B6E7184567DC798E4BA1C4C9B3461A478D63CA 054F13B502DACB674EB49D6BB935E5EC82BF99FDA7D47C581AD7F940DF4FC6FA 6C6D25D647033AC69505F0CAC58DE99087F365531A6283CB89CB644688963C3B 8B2203A94294E58739EF23C7803630A1F9121D62BE1977DE2F41687C8CAF87FE CBD7AD3B98E0D95C8C6E1A7CCB0E09465AA874DC90A0F5DB2C5E7C130297FD39 EFE63B0350B5139D09E6864D22C3F1150B29196E40EEF9723E71158B7ECFB8E4 C426FEDCD439420B7F1C251FADA347C9A2C49738B5A17922E1EA93CA7B125B76 57449EAA9C1D591CAD327D0E98EF2D44D614EE9ED49DD31ACAC0B956620B6BA5 5BF6D08CA7541059D5ED2EF00AE2EE95488F5645BF6837D9241C0D3959B7580F C9ECB2BCF3E65C07D52EC9CFB21C11CD4C883E44C173214C900C44D2E1E43DD1 CE8DFE3DA93C38B548BC4EC46FF91F30CFB97525E1FD4E77686433B20BABF8D2 848C1CDF1BCF185CFD7A81D2D4BB826E837E2AF35CFC4F419F698DB0C43E9F9C B0FB628AC9A3CBE9B1FF4A067016E70333E78B32AB2D89C483834B31F5808FDB 77492E099F1504DABCA5722C7860CDCEDB2DDEB512FFCC7D287F4945FD711F28 87BC3D36173566B81FC2C1290C717A09697DAC6072408E20926D39270121CE58 3EF97CE12EDD7F87F2C8CFE36C3C0400869C0D813B71C425343EE0CDF717BDD8 409D5297D0F8F7FDEB0257C0A391F5635E0DB1116058942FF3E7C94D5F2873A7 A3B0ADAFC3835AF2BE474E6741319BC6695FB37F59AEE388F81F6E66F910000B 72E6BA7531B4378CEFEEDC79CCF4947BA1703823B5AB4F4AD73D9615C66C489D 99D68E49C9BF765B7FC547BAB9640D51D5A7A2396507AB5A4DFF3D14F52422CD 8FCFEAA06A56C6C7FFCD29C9A7A59DDD2A909A9363FE5F1E9629616D25ED38CB E754C059E4379318CC491C3B1A90128693AC53F80F8210FAEA7EE638902A7D3C 82B95B3F5AE340EC1B648DBB9FB679D6E80B7F426D8671FE7136D97F51E2D2F3 C9CE9183E4061CA40091A2A70DBB9ECBB19CE3F65ADD0FB346B54BAB182E2CD0 EAF4C0F402C25573FB344EA771B297BEB615FCD0595172E84ED2A62FF8962634 23C19076C2A9ECEED5135994EB397303A9619C76DC55E032DA83FBA441BD484A 59F70A5110A8927F6239A14D4E223E189A5462E4A92EAEFFA4B961A2A32B320F C2B4E8C1821FA67A655B5042C15E4DE1FB3652B55078DB123573C4E986B19DB0 1C5131F3DFAB271C30A5476B4A19D8FC922E31879C34BAED94C07A4841B8209C 403369FB8E842610D1EB4662B6171A4465FD0E819964F62EC5B0ADC92F08CF90 1DE0B410FFBAD16F6D355E8AD72CCF67961EDB6CDA82398021007C2D0462E893 75EB0710AE4A6CDD15077C9DEFC5774EF4A657734D703CE42174259B58E5277E 0DF26BF59AF8D1A3E7DC12E3C12AA4B67CF35B19962F6950C2020B698D971B35 82FF84E72F72FBB0C54A112BADBAE6C4CAA358BDE6A705AB59332C3850CA3D25 C7564499BC1319121CE0D93218210C68080AFF33420E3CB3A48BF9EB66BC07C8 A79D8CD8E78C200FF7CFA3DAED0B9E87E6141C88B436D8FCBA50AC195FCBB9BC 9512B95FE3A37FFAAB39850FCEBD4D50A243EA416E73F53B4B00F3B6EAE0CA06 0693AFFF8191C1AD2A5129C8A8DDDD492F8EC8B7B93CCD6D4F240785E515C128 D7AC38F14C1FF204DB89A8805F8D737644DED6E8EC6A58365DFAC56200AA22A9 8F20DE1C232DE4E818CB9D2D3330ADFD72C1B5146849142B447900FDB1DA01E5 C1BD63FB69472D782C659F7862671FEDEEAED3617266DBD34AC593EF6F483D5D AE56A502F9E66041D58C14FD6E83DEDA7DBA041726D78EFCF51152DE72B51F2B B65060004FC8F67755EBA2F10A2D3E496FA3BC3B664ED03F496AC074B7425C21 18FE971025F8553EDFEFBDA53A475B36DBAB73D08985749FD3B0F0C32108EF87 BE0C8DA94598691F774407E4D36D336BC9883D0FBB46C8D8F786780BC5EACB9A 0875E368521C0D91FEFF43DFA0932B65C1FF7776FC2AD3CC8496259C1C31048A EDBD06FD79BAEAB05CCF5B81D99CD34D142C6895FA79F354B447141CD77CD1AD 6B8D17AFDDDF80DB702053EF5123584D5A35087C2333AC821977FDACA7773288 1585539354138C1364483DFA0C2080BECEAFABCB8E08EE11F3E9944D1C58DEFC 6F558CE34B5A8F347C1E8C514E83C16328AEFE032A82125BFC780B67E76CC145 47730F5BD8E48FE4D056969AB8C0A8626C51F4FC2005B632F3D4A9CA4FE72E6A EB1ADE41797E0F0C40C159090555324BED27B2BD4A596AEBD9872C080E5C6FF9 B7D55B4077B438642E42FF7995452E4550397AE68035EFB998AC7802975F2036 953053872BF0D1B934ABB14C2B5599D5C6A902B7AAC786AAAF00B5F6BB0F2E64 90C41BA47A07EA7B9EE3809353AF34F0693DF4A26E59E0EDF64B2D39937B51F1 0C296B7EA4A89B4F53CE7E93E6E655AFB531178A44B5065C637726727C35E921 FCB88273A36FA3EB460350C78BF458E80AA32453232D833A09A7514F41BB6502 D471CCAD058B6A36B119C28ECE54D5228C691D5CA918C528001B33E4C3B4A17A 19CE2B7F329980ACFA3CB6CC1FCD5D4A3F4840849BC0CDEC274B4C71A84AC9CB 0BD8C1C693236BA06FE8F6EA7E8337FB4415DA656DA4ECD28BA015956425036A BC494A5B74E8F76AB129FA2B71EFEA6884C44E8FCFC964F9BDFA4801E26973FC 1F4F52389F3CD2228F82E19509E101256F419930690AD1215DC3F34E48C934E9 806425F749E30B102857808E7B1BB3AA9855650714C06EA417B5FC33DF856ABE 34C6BBEEB9DB95749A605B3664AC90C63B06F21BFEBD2FCE6A75B160E5D6CFB4 1B6B48EF2853F2076CED2F68E361D4034E462FB11AA0E15D0A8E433A2AB1088F 20F05F3A552B8712E244C96F2DA04464B57010B449C7EA95805C1038FCBFD8A2 689D237E55581BE23CD9EF1F9D13E76040FD1E6BCFC320B677798F350028A855 901134937B019E0D4E2FD32DC5D4699F9E66C3C0CA093C5BDAC9CE840FDAFD60 160C55CB138AEA741FB5292FE987218DD44754F74B7C92EE1BDF645CDC526F87 780D4CA33B9D6A5335D25FC5B955F2BD9F935FFA3B9E655BC968544DA61FFE65 DCCA47FBB38F58C066C306801863D75C4401E286781B5BFB46B9AF3FEB0A5C7A 59032C2299000D99D60757CB814F51E452BFF8E8DED88AD40738C378FDBA4334 5E7D80801022C5205578DBFD02E9611A3A54F53E7FD9B2C33FCD5A7BB0896D80 31828851CD36714FC9B95F7EB4DF1E7EC1F10DCBF70C393D66695EE6D9745AC7 354AC0BDA355B1DB6814C7C6445EFCA9991BEF44948DC9DF1B08AD4BC13BD0D2 3341BBDE7B4146A4BDFAAAFFFDD37AA4DBB8E953681B1EF90C34435E125742CE B56993BF44E6E2FED307136CFE1ADCAE8A1403C26F99F0CF006F2067AD2F9B62 E5ED3CB8A8A046316264120EF3D5BB963063B4A21CFE08EA529434138C17FC41 6BF263F00D1250BD031ACC14353EF04DC586C59BB855C37AFAF80DFE037FDA2D A79DB240DE1C4FA98998D959F693DAB90E40197B9ABD0D8945179F2F4CF63AF5 29B7D3AF72DD609329089662792346797E9A2FE5C8F3914F1F71881B5209E59E 3417FED153137CF72063F897610172C5BD05E7982A0545F30AF625572A0B04B9 FBD179A939980C05B0828A43EEF3F5430B0B99D5D5EB15CB8CDC18620CD19652 7C9C19E9A7093E0DC66D9625FC7D65A91269B7CD6A1A4B07B145CB014B67AD49 A6C741C236236D23C5138515C4A596C553CE126777AF24B220A3AAE84D57ACD6 D13C850FBC41D28B07137D380CF92C8D85E6242867925F58CFF49B3E7509D2D2 DC4DD03BB7E18300B43BC20B4AE1CAAFBD05BB7C6B1081F2FFBE241659E5DB6C 3FEB090594CAED174150FADF68C10BC7C1F6EF1DF02EEA9999BFC7440A0231A5 B14154A75381D045190748F8087B153F644864D985905FC0EB52B0FBB1DBC265 AF67DEFCA636B101E25296113D291595BBBE3B32FED4F17D939691B2532C9909 B7A97B663261A1649FD57863C0814B3E114E2775F1D7898CB4F7BC8B0D205FD7 C6197DE1CC8168D1CDFC29F0917039B2E57D22A8F6ED14B1B8EE221496E5FE57 70ADECFE05C45A39C508FC5A4FCA1289EAD29856F86B9BD6B4A994A889999439 B4872FB330C7C4F89BDC36B8351EB6D24284989FEC72AC7807288B888053EAE8 D19D059CC71FC0F68AF38D0E61682E0036DDB1B1E2E3552F7A9D4D4A5DA5F579 8CFBDB49D967E9FB9F57B0DBDFE9CD6791AEE8826E737AD02F5C46FCA6EDA1FB FE11B2753A7C4F237392781D0DA7FB3A0651104759BEA0F7D020D7AB7C76F50E 344F2483B7688146E4D9FD5C845E28B4D71D32DE9BD55BA9D7F5674889581650 0327D1D8210E6488CED977E519D51AAB2F3E15270829A73BB810B8A91F15140E 1B11DF4C2B6FAE1C56977523681E20A839C9096998BE76770DA34644FAC50007 B8D9A37CAEC1315E2D2A1AA47543BBE96C592FB8BBE498A10483830C70585F38 784ADE0F8FC2932392DB497039F4003845A803191DC660953024CA1B31046A9B 99E21F182A8E44AFDA4F706AECACF60E9E8AD6218BBD000D7A8197CAFF1544C7 6CA3C7C3CF89A587CBE8FBBA9D906DF0E06940EDA88762BBB0F99ED18A65F540 493A6742CFF522240F6A8B94A649D9709F207D1D5CF0FD51B981914DB561BE70 C6A3A2ED95FA64EB07CA9940007F58300D900510A5FDE1D0E4FA53C353A66B39 642C2F1EE3AD0100E1A2A39C99176BC0A7E18F5C4F1F93284D3C633A5E9193AC 356676060DC332C48F106AE9E67EEEB7C1B87B77A7DF3CEB2BA2F2934C9B37CC 2C19ABD3F39057FC6F8AB4327A933D4D0F5F2377CBAD33B5851DE3A0E64BFFAE 4CDCEC620CEF81BCD17ACA13C5E9CC05CA3573D0CA64577644EEE1FAED4FC308 4E97AC126F0F35C92D523E4454F4E2D31701EDE38D8E9CC88EAA597E73EF453D 51A747B1165719AF64981028D917A172924202C7203F67EDC6561301310953E5 B5351F93AFA2203FCC50141DFD364EB4E51DEFE139B45BB738C4550211BC4FF9 BD1D74CFD77B2A3C754FC8E1F8A9242279F60E62422AAEBD3729D076159383B8 9DF6C929ED62FE0F89AD5FC8D7CE767C46126C92AB1EDEAF519B66B2B01574E2 DAE1B7C7635619048289C991A1CBF5674FED8B3911F213943723B1B6CAA9F614 C1149D9344F11EEE27BF58B982A52E79B88288C0FB9166D107BC0E295BFEE9AC 750E34BCB883B4BCA060F9336EF298FE8AB52C5875F4DF950F18644DDAA3FE01 DD30673B3193615DE2F321CF91E45E6637DE12C0B97EB74DAD55CA69A3D6FA8D F8537CA2547DEFD485C1D2FD918F12A85BDAB29261E517B3B95532A8947ED3E3 2BE95F177F8F87E7CE9D01269F5F1CABEBE78CE14618D078688F0F448A299767 15C6B1BDD6EB3E8234808DC681F584C4A4BEAC618338EEEE618B8284644C3E92 316C7BE3E51605691176F0DD2AF356F2FE263EC9F5974FB9BF918ADB86A6DFF8 07FC5D5BECFF122D1BD70A5490884F9862EFF593802620EA08EAF0AF55215AA5 F7ECDF45FA6299B6D7710FA9046BE46F120B82CDCB7410A513AC1D5A86DFA99A 8D913D64408A556BDB87A2D9D5C31A58EB91719834CEDD1816F768255AC9DEE6 CD04D9ED9EBE608586EAE917C616F3D2E357DB07425C719BF38ED6D9E35F2185 B92468E75BD050200C2EC80A41069E59AB2826B58E9CA27B76F5787BA79066B3 C434CB6A152A6DDBC4EC439401C9FD63D77123C8ACD8F82EC1FEE043F4DAD390 6EEAF0B73B04D3B796FA7C80894260947180AE02A90ADECFCA66B05FAF5283D9 245D26FCC97BBE127D29CA1F76975B42C9A78C15BB02A44C0415333EF7A3E40D 82898B9126DD196E4EE26317880C8F39EA592E135D41DAE3E0CD367E04B61565 655110DD2713F6C91677F88C3310E8292E3DB7463A70ECD1C250E4FC6A788933 9AD43E21FE6F42CDEA745C228889D8E696B49603D3D88F367DC3725A49E6C251 7DF1CC5A979B43A93369603549F581A44888F337709A1FADBE51688B8014B979 6268B49EE93FA8A64ACE7CB90BA33A8DD94D43340B7E822D16A966353C823090 DEF4B360E43EC0B40F24ED2E97394B5980B878BE372E1F4034A326947398D0D5 1E37B0D5F354BFD05C8AB82382308C160309827FB282F911C1528E7D51B86F0B 5B688C83ACF64DFE02A2545F8C29E4F82D470BDE9D1E5EC78B24B8924FAC8D84 3AE6DFDFBE9442D3D13903B1C4A331F9743D58B10961825B56BC7A0C5578FBA0 1783023B6E4ED75E7A49B0500B57F90CFD394A1C56CF4D56B65ECD11EF14F532 E34FD5A5F32D8D97344B58E4E25A84102BE39C6B6BCF0C9F733664215D13EDE2 872CA9AF812D2689A672775B6097DF852D9B8925593901B06B18DDFFC9A8B26A EF2509AE852A746C133796D8503E4A32009A7544D0CAAE355E3DEC0FF0C76F25 EA437826F9524823B5230D7FAEFAF02D7237A44204C5AD366FFC4D04299A1DED A01E000B9AFBE1A008F472DDCFB76C8A5B11EEBE27B2A85D667833E87A341581 E7A742D61B11630472BFDBEED43F42EDBB42DAB2BB18ADE2C1A8D3C2C100001C 03D7FFDBA6FF3BB539DAFBC0154EA35580541C9BBFBA029347FB193E0BD54299 30CBD7F60EE2F085B06BFE3A5AA42B279CFF7E78388126423A2403739C97FE95 FAA27C2F639F5484DAE926E24243CF9B7166B522B1B428E0D2E98AB16D2E4366 17B5E654158714784227BDB7D00C5D3637C0D601F36D5F8C35CB0BF5A4401039 FE2A1D53CC4F914CF9EE24A9E3C0DDC85F47AA68E7109CBD04907DD20B045B0B C92F15E5DF04D8124CE0AB3190D6E1373731F4C4A26CC8110F64B16F66DB0A09 242519D5D2FAF2AFD7B4BCA8968E3A14C7C14028A74159CE3434B48D6F81C945 8A2A68E03504B724D0FB47C08DE6881242A1149E8BE98551EA430E203DE48FB8 726BB59B319F4E9CFF709DA6BB0DBC0E2EA1040BA413002C63748B856C5343E2 3EFC5F141A908F1B94277D7057A655FE89244651B3C6CF7F54C9E10A45CF8D49 ACA97C29091E7365026F67E5285D975813F965362C44030D6CFF1555A87769EE CEA17FD3C1D5DD82B1BBD8F93BA77DB3D7780E09B0444B6E493AB63C68055D87 2A24FEC8110A2FDC5E4F76A2765576B4FAB6328CEE986CDDD715AD1D099EBF64 932404F3017E13646E18EA6F83C259AFA0B591BC646CA9A3E3BC55AB32CCABAF BFEF1FE3B9FB21934D147C3E5EE85A4D98B22F2DA789E3DFB417F6CF1FA6BE03 38F8DF88EBE195B0CD84AACD9BFBB2776C071452086299CA325AF507BFC7BF14 E38662048AEABF1A1283D374915BD993029E8B2DB73EDB2003066FA81AF30DE0 D8DBAE3F438F62BF59150D7EE4C7CA7FC1FE238B58D3C4D0BC4BE264EC997A54 DB6A5FBC00233FD9F08BED6A8739BC0B515105A72595AD0228E0416AF03AD105 EBB750E9DBF8DE00676DEBAD9FDDBB2C043961F530DA63CD7869B7574531F761 EF0F3033E70E0E91702A9E0DEE43924FE4015C60F7D8718D999172DCF16F306A 83594CA97DC4A6F0346ABCD4B34E56EB460A3C6855945EFBAD553255CB46F8BF DF523B6BB5700DE621C4ABEE9BA03A0C6BAFA73A04C0D2EF41E55C6EC93911CB 35DC41B781B5FC68DF632678889A22212F00842358E25FA0BD1DAC4EF7A41426 68703604A9D88181E60B15F3A01C4C6A85EF43893EA2E1BDA355F5822224A3C3 8FA26D287F8FD29630F874F58856C60A520D77E38ED53E3540313AAFD93BBAC3 4A60F5E4E70666A2AE35675637232552EBD19A12C0E786DC790316B1817DE654 9B639F601E032A4AB88B0731420B2AA3A304D5E3078FF4195AFA83AC0276C2B7 EA2E0D47DB55CD2A92DBD4AF84E2395840BC85B84B35A0362CB5CE42DDA7DC03 2A1BB4FDBA977B754EB61FD8EE23E391F7A7AF4C090AB6ED20593139AA01DDB5 C66603E2D131AFBC1F3E283C61E453E4F897AB9631F5242AA2F5E64C3C347681 13706BF0611D795805F8ED25325368D405996BF5314A7FB084C798739373210B E33F48BBC63227603B1A5BE2519C10ECD799163F7672F4582926D47205CC91E2 8244E3BEA2B1F05CEB0CAD07D2BD273E3A5F63E8A64B5AFA7768532A0DB8B85D 9DDB185E908443B482A9F83363539711E925637C664BF8CBBC602ED3AEDAF80C 7B00039881A0ACB7BF40A702F2293E3A24972859A92EF42A622F4CDD2C02DBC1 026DEDDB75A92D01A974EF22D899DF5F40F03BDADBC7751D5C1C529B9BCB60EC 84FFE9E486D04B03446CCCD17E7477553DCE0AFC588DFB2A2771E25674FC7C31 FEE8BB0DE5BB9AF2FD6050B32EC132899BBC6A127AA4F71BD803FA3617A7BD0A C9FAA076ABEED726F441052BC30C5CDFC9F053557C11C7313A04FC807E4FCDBF A409F9A9D0C79EAC2D13402ABDE647657B03337E154B71F1B70467BF89F37AA3 C10A4054DCC17E166F47D61033F7FF6C00624D325EFAE58734B667F3C52B950B 4A62FB6FD90FBC99721FC10854DA6D71F1B21604F299F0B09BFA3212E603050B E35F3F98C5A582E62ACD9CA9DC7A25F11FB6BAE68A78E59A2A75BC73C44FE6F9 948F219B17A172FAEC93914D6D3258B3FCD10BDF328CC3AC493DE8C24FC508DA 935DE1A2ED5EDE95728544A8D29A1AC421B4306E2285528A59B6477BDF61081A 27F8AA5C4C49BDBA4AC61BD51CAE68C265B6EF20D1F8B0FD8FA1A7CA310F7014 2EEFFB1C96FFCCC87FBA727A902675170846D88B0BE5AAABF24BCEB408A81B08 F1253A56281847413A236DE5B44DD43C94B4276DBA3F3148E31DC74181323ACB 1BF6F946AB43D7767F4CF6B6E277BE90ADE4394C50A28BF5FF355AF74DB52BEF 4DFAFA6B540D3A9B3395817D09276FAD94DE5A4F210820ED1CF6D9339735A4DF 2EA643D0DDF44310726D190D02B2977D1BB41B8889546681F47959AF1D0D8147 6418CA27C7B983C6BFD91AE3B8E2A4A8617B8C8D0965B884BD0B9C7FDCF2CEA0 942786B0D26664D310544CFEEEC7B499217B69433CC741FA8E47BD3F678305F2 1BC6CE768C9F860A1A5965427D203F677A14EC9DD0BAED9EF256C7CDFBE63C40 AE118F7519E1214C4F9627CB2873F7F8064FACF87BE405384CFFC61F6FFE754D 27255B86F3042884CEF07C7CCDB552664BF6BEAFEA898E1A07322F59B17CB518 921C521DD48E1EA93AE056BEEA9613F55014844A3180967A9AB1D816933F0439 D4545C9C08668EA5B7F734EF09C5E41199D56DCD858DA7B653DCF95263937807 8072155097F20B277CB9BE6C746FDAE66F0AAEE061283FDD5CE99E0039B2037E 2C21CF71229CEFC29A1772EDCA09B4CF1F97E8852D583D6023EBE8D83107638B 0E4BF0229AE077E0198C902A772808A54E7F3DBDA5F8079A05D4E2088F60F0D1 70AE5AE3FDA4BEDEE1CB7E876A5FDBCC32739B72B6B3AF1AAAEDE2C59D83FDEC E9DC6B6DF2A5E2441DB7EDC3368D4D15D68B3D528446B1E2E76939C6F7E2F645 0FCE404989F6BE8248AD3BC64497C4575992449447EEE2B94EBC03B2E3A62A34 AEF9FC5D038396A2E60342B716DE8DC941F00B78C39DF0DC1397D0E473FBCA0A 9C5A38CBA6689BACC417CA43EDC35F59A6D975FAEB630D8AED9DAF55685DE74C 5AAC730CE6B3F9B7F3DF8FB7CBF29A3C3F7DF8EC6DF1EE18CBB00C520D5CFEDD 758E9EF94337E0154D1B38399ABCAF967779B9133A48720A5C1625564764DD3A D5B1A47BA476A771FEFF1AB95BE08D7A1E06DB3C142DC84E2A8D89B02CDA5343 87CD7CD3ADD228D73F8F4EB641347F4901CBD09B51A7A12D857095680986076B 12A8A132D395E928A078D349511EBA4B12C2043D3B2580BA63F4DCC36671920B FB5C538567CE7E0A3E86FAD2C92907B34A00E9C4E8A08E0253BB9B42EE52DC72 E2B09D46F9143A16AE22EC7CDC00FC25E4376135F498289FBB5E127D996842B3 CEEEFDB83B2BE914F003DD8486AE77939B9128A989C057493E0A10A439DFF4D0 B5CA5423C01A107D577556A3B9CE5595CBB91B870D660E9E9A0EEC1108BB438D 8647A33EA29CBE2AB98C121004DF6B7823CDB2295FE472FE0FF4F7FCD03B23E3 9C4A7D6E420D58350CCA2FA5AAABA5D01DEF233EC3A866F5030CD23A248B3C5D 6FA830B03756C58E192EAB2B670D062C7B685CF0839632F6C1F9443AD986D818 1E5A82FD8C3B50DC30C04C2711FC79242A86BC68818EC7BC01FCB3AC6111F34F 82F3CD861A8DA9A95FE5AFA1040FDCED3364C6AEA2973D606877DF62F9FEC29A C74BE3FB6F57C0A24609D950D7E5E6972D99C7FD25163C3AE98D2BF82640FDEE 2F0B94F0EC8DBCE1347656883B9D6CD16395D93479B3BD39DAC64F75275B1160 628CF37A1B48D6183C40C73915DC54F3C4D4251E878A91C49A2E5598B31F70B5 4B2B8F17A9300C4472C2934A00AF4D6BA466CE7501C304EAC7F1C4DE27DBE2BD 70D3517170D7E75E3F41F272C15809AEEEB89A912F7ABF4E3906A1D07A5AA3E9 9DCFB01F99A3339CB85B0BBFE6AF988291AD71BE2CB3D6586C5DD7E211AD3CA6 871C58DF9DABB1CB6474523C7EA4485976F7C44045FF1BD87455021D32DA3401 BD5CFA7D8C0C4A143EE4CED9B743F3A2D3DC631B1FEE2996EAFD5F2D5B6D0D78 0B5335D9811D3AC1D186578825739DC279CAE755F31DE8F65738CC2405043339 9DE9C69E97C05ACB152A8E3F389CC63EF451A32B2877008CBF838A0151A777B4 7195DADB2C2BE3CD499C161D8340AEEA70E96CC49D842CFDBE83271639DD5E44 333D635E11F1BE516E643FAF91ADC993DBF6FF51D77B7421C1DC020A10CBFD8A 3B9C8DFF802351FC5E9A7E1C0CCBECC576E16E367D09E75EBC263C2A31699104 738F05C8A4AFC4D0ACED9330954076C46B48BF3EFBA43CFAFC33731B66753140 ADAC9823D9CF18CCF6B7F5D7827568D77B56131D82C141EBA11459A0BB18C19D C466D12942768C22286545CF9996446457FD0C4CC2C522F01BEA5EF401FC3EA7 53AC6061B7386CACDB746B1176FFA0E503CFA445D0EA13291159F5F7B8E2C7CB 32D21EF627FFF2A85FA7479A54F876478A2E53BA5EBD31C90F5CD1D80326EC5C D38705D424F1A6A9BF12E38A9FE90DFC2EA4216925B44FF6A3B4CEE909ACE075 7A09EB2620C0A8BA41FB0CE06777569B343E38A53C1500EC4243465FADF11A4E BBCD5587542BDDF5EE937EE0828E7206407232B0E7C0D9FC27968BDEDE9A596D F2D17AF4991F8C9AC17289D4876FFF589C62DAFB784F64D8B71716B97573B6E0 18E756A6D19490A67CA3327F5DF9D2A84A536090D8E1424066FA21E43BD1293B 4A13C89409E338A8EA7F8AF2FD1EF4E0828166A9B74E378AEA207DC7CDC771AA 081A67D5513369F5EFEB873DFE3346C5A9F5A9E2044AB0D8684D88C98EA4221C 878F0B5F639A28C1DABA44A4FCB4A63BA5D871D24216EA02F4FDC9CB29730741 219FB0692D1C29EF9437C67B2C969DEBC0747808E425B5FBFD3D060BF70FCDF4 BBA8BF150E373526CF550614CFA3A080C645F6480B10FE1883735F7EDB046AA7 81A501D225C325E94DD841DD450EE4E3E21D543D7F2A234EA3F136089967A912 1CB6DC0BFCCDE36C13BF1799C5C36BFC08B10BE62D0FCBB25DAF534D002AD888 9F265A048E8E288DB8AFA3CC48564143B27996241A0BF200059B86EC85CE553E E71D0964CB294D3E49CE6B0C39B43923F2A5141AA1339F3B1BD8610C6FF08FF8 2CAD82FD22A1DA07C53C941F8C1FD3826D4C9A6A0AFD90B7717E33532C4C4C03 DEC606E21C9E3F787F1106F9BF399E6999F4771FE7B807D250E3D00C4E766A2D 15DC4FE46C92FC67C807A38F50A63DC51775F3C2E89C7B9E80E52814C0EFCF72 CD3E740E3D0C00132490202295AD0D02E679B54AC9CE298B84411070EAE3F120 C00CECCB2BBCF68CAE21852028FE1D7275820E02FF97307432D33F4DB2D113BA 3D744002065A79F196279087335064B0E308C36E9802D8D593AED25472AA0B09 A93EACA9DAAA67F0FA4ADC5DFC62A3F1249EB82E7F47E95E57C0E5DC13DEB15E C2D3D1A97D55C9B14D749C1EFCADABBF3F1A958EF72F933012E2765BEE1421DA 2BCA51686FDCEC36638D3FCFEE0545B4759071451433155D47B5929049A7F18B 528DF7A707E301313FD2B7C4AD492FCAC0BB07C91F4B5691EFDB8D4E50DC2A90 66C5B0E6F5DDFF40FA4F62F04065FDBB261639EBBEC533AA9552E902CB9263A1 CB7838BFBE8167D0E76CBB4C3898DFAA5CC6BC86DA579C527A2592D7F0DAEFF1 1F191C0B8D374554320D8EA8BBCA3F3D77FB4864DE847851CE86D4E2DB760734 94D1C1A7693DB0B0C9889950CA1BC70E438580460512D652077E5446DF545526 6DD9AA11865B538D35B7EF369D24D2312BE968B89FC602C41FF5B6733475743B 5320DD1398486F2723043B41332885A5231AC054BFE35F5C0830F5C41F11A058 E871C45EDD6F9FF3B516534E95D3976672B70F53460F9CB4FBAD8CD257B33105 43D85FEA056592DA6E9333C56D49FF8062681B4E2D3BF8D48CB0C2E3DD5F2722 6CCB4D2F1269DD666D0D22FEACD3CB652FA75D18983607ECACFE16F971CC706A 8CE278EE68F3CE73979444E5E5D859FA8D04AF9E8983EBF77BC4743BBCDECE0C 3B610E99ABD2DDC333F45FFD5073B10745CEFA2E1588E710064A9431B93BDB2B 968A6D2C97AD8A574647EF48D3DD008BDB943304F3E146037ACEC077C4AF690D D5D348D937B03AE21DBFC6E5E263A92AEDF05FEB071FB95D514F4BA03EA6DEBF B8B3EB6EEB713539360F97D8F5B1DFDCB271322EBD200C1627B26C2EC87387D2 04B05B9EA92DEDEEC8E15EEC5CC48B253A2490B1B077AC254E5737E6E1A3F7EF 162E89FCC28C62052BEB08D049598CA16E6BF309F71366FEB605C36D9D14D63E 80C43A352D4EC8BE032CD3A17256B85CFDA8D83F8BBB195666B5AE8C5B5670F2 20EF6763C599E360591BCB77F3AC4FDD59D1F4E1E2CC64E1E88E6403F68C43C9 D262DD6E7C643EA71C0535BE927A1D0F527A5CB7FAE43185C6FAB53B97EC8A67 23ECAFD9F475C2E5EC137B80AFBEA6EAF002DDB9B3D5FAE9BA2B8A9483BB8039 CE002A034B8279CA38816B4C45AA5791BDDD8C1F280BE73FB5BDBB7519E2A912 AAA4B121E36C4985A9AAE42162DF021A9FAD138226E2E69A78C99E0997B8604A D122EA9497425941EC3A2D7D8A78C6B628A1DC33FD4DD23162BC6BE0C17E303C 10B6F4D55D89A4EC59C5BDA104708EDA22EE92137178F555034955E892B72027 E2855CAC5D5A9C4F760B1E99ED222FD4D30512E8A9A110BAF911D03ABC4DF0D0 EB61E36977DF689E35AC0F268931CF66A5C4B1645D0A366B35DA76FA35189C9B 7C3D50D126F9256C82467D650D2ACC6987BE974BBDE25928829BBE7F69EC867A 3BC44CCB6CD3A1C242D9F761C51379F9F84704642CFE7E70B3F8A0C8A4618612 FD5E7ACF32B943AF8E785828590580149F19C07EE7F573B4E0A2AE5580E48A29 EE14E7B93ABE67AB52D4A17BEDF07C4B546BE828021BE506BB0C0B074954964B 53C411207EEA27EC41E8BBC9F2E7F98B38AFBF35A60D2FF355637533FA2281EC 8C637194AA299214F53D18A32DD02AE761D29E7A2E616F3E7180DA8D519ECAE5 07AC445F603AD00453178E28B5B3E2A403EDAC2F65E5D875EB9DA892AE1294B9 3E0A2E27979FC32C045A25AA9A5386DF85F7649844BEA3CBCF1AA53E00E6C158 1137205D8215CD7D0F4C77B566673E22E809B4F9B300D06D5937749C920288CE 674C1EFF286D7450FE285D62C79ED045008D87E0BC0D73E0014493FAB4A0F938 A253BE82D48A5EE5CA4645B5DC3120DB0C2752DAD8A9F2644ED3E761AD651279 83999E05E9847FF7DCD9A603E7D2F84266176288FC21FE99A20338348D19A620 4E9225435A3741080BBDD37B92232A707C9206A466D6AB8C95071CB979FF7A82 7F5A31DC2483A79A70FFD34A14D9AE407F1BCC87DB7E29F465B4C51FEB408660 314BDEC0A2344D5ECA0D0A11B085451703C4BADEDC66B993A7E7107C8FC1D352 493EF209099711696F503002E43DD634119FFB8C0592DB87B6FB8737A8640AFC 913C12D49D58F1AD3D28DF042C1AD52861B2F65C866E82711BCFC266D41691EB D3E92E0C9761A0575BF15C6DDCE5914ABC145262F0F8CFB05182DF488A823BBE B0A565E34F5294A3B93493247AF7CF3E6DB045A887471170AF0889CF9EC7245A A89D3D10C0A48F6EDBFBAE0E9A0993773CEF8A88BE7913502E56388ADD673B14 776833FE9989537241DEF9946BAAC0E5B35320B216D08D63C1CC7D6CF7C01C55 6AAAF1585F3EB2EED65A39929A05235981B863E8A65109FF725897054CD423D0 61627C324B014F08B5EA69CE2F21E347518B844C52B4F0F69235A8C0669AEAE9 1E30F854B8DA4349E29FDB74BA53935F6B06E1D99C2E4C93EE519A5898A31DA1 73397B6220DFFC797CE28933C28B05F150D6B61C8F272C09C3AAC717CF131E3D 8C6445075964B43FCF3C9527066E9EAADC0617DABBAB50B5C52633E050459D05 36DC6F6EE8A9F1CBC8C0AC048C853C9DBD205237ED4AAEE42844DEB898472C32 46943195B5CF5F7B8F01EF0FD948284A0584E89CDC63F2A43F7BDB84415A5829 7AC923C8BE9BABF81C9038C5CF168648FAF202061D2545A5195ED03FBC5C2DA4 58DA70AAA75F1996FB540C79EAAB062177852E1D64D9CA974F5652B732F2132C A5BBE7F5CA0E3ABC8FD99AF7FE6E8127D54868B628D8956C514031273CCA0139 B6603E1392BD9773A009721C8F8155178714C9ABCF6EF889E087B4F65F9DBCCF 55EF0877F8A6EFFD0324C6640C91085C832DD6168BDA690369891DB6C799DF59 7682355F9A54778C9AE6C425407548ADD92BE84CA067718E3B0F96BB1342F25E 444CCC58B785BA6F0AA3562EC9CC2C016DB477D9C62B339C1E58D9EBD25381A2 D32D77B0F980B0FED898EF2773D6EA579AB81DD2C37025005D32E05A06352743 2F93FC0DA5C3860AEB192591E7B27FFAD478D744938047A190DA61ECAF089D50 885E684AB5F39DCCE329AAE7E34E6E332C4F6857CBD872C9C3D59F9A18D7F2B7 7F68E8897063B690FAF440D8C6B0DA9851C92AB56FD250523325BD58AA6C3F3C 634D86297F29B4BAC05BA722546D54EAC0467727D6867C39094AA6093C24544D F75A693C0B0564A85AF310ADF385923F0AC8907A684554E565EDF5A28216FB46 850E646B62AE8136F477532399871DBC4099D747EC9C2A1E9C7D6675FA007400 CA2504D47D870C1ED1B223A0B7428A88D860716492E94DF31BE33DF9F2CA8A79 CC013643800EB66069AE5A38E72D034344DA30FEB7D1C909F148636E6F61BAFF E9B69F23012E65C6796C98A9ED86DD2BF0D53D493794BF12502E044251926A8B 120798D4F909007F0664C248F47F4AC35AEA7DE04A7DAD6C9503B08D04830034 2023B5D269888E7AABEFF8F340B1A8F0308838F5B9E908E7A258A996E4D000B6 503F9ADE83A593F85734BB004CE29B19BA888FC3F1E5416EAF68C0D963590D3B 9CE5A2F978E760D157261DD2740F73D95AED249DA992ADE8FEF4FCB783804151 2D6185010889BE749A76390C500E57D268774BBE04D66DE9AF5098E7382F8E51 606C74AC0AA23BE21566E7276E4385C5540B119C7150283CD314FA43CE0B06A5 B85A0D04E69BB0CC1CA50E3FB8D3C8CB8C5885DAB5859562F731D5A62D889A26 73A90FF5C1F1ED755F70B483B6E862CF95F33D02CAE90C6BCD49238C9006A904 AFB6F1EC72EF5738929E655188675E8E91A9AC1D8ABF02060C65349A895F9DF5 3CBA2661BF098A1AF75E203F53B7B1AC6D4AF25C74D22A61BA6920D94DE47F8F 009469AB9F24EBA4C2C37698C70D30040D98132890F633A2DF0341F76D3A4C6D 4B5AE838C47B37A444D65DBF880BA0717CCA1224DBDDA7A9A7411B4CE8CF70FE 87449B5F8354A6262CFE67D911E406BB35341895271A85151F064861BD7221EA E6086C7CA8650EB69EB810058B6B7154562C9D5E1AE660FE7C41DC00093EEA00 7F18CFB7EAD138C8735991565C35AC14E51FBC09C9BDA981E6D893218E011407 7E32DE2EAE5DA5139E8DBFBE0586A277C82A0A8386250E628F39806B4CEB7AA2 C86CA8DA0B38C8987C3D5F36B56614228F5BE6AEC3997B3E15E79E91558B80FB D575387B3B32729D0D426EDD2CA75D3F20B0417DCDE30F731556B38856A80160 616B1FE5D60DADBAEA73F5221715BE7A2F1752F8FE5129A8128BB28BF4321A01 DAA667496E413EC583BEFEA95D9DBC80DDF51AF7FD52ADE8407798B27F256C3B 5CB0D7C132C51A5BCD0504CE2FB5827F840576198D5CC79C9EC69025CECEA69B 1BF0F2460C5EA790BD70DDC29AC6BD477408B3F72A4DF877DC9D9165E6C653A2 CFFED8215B56B5CFAB367C9A4DB0F1F076B4E187727BBEA3E0A29958F8832265 C9C0AEEBF372871330AD4B881580CF8F3B998EDAF42BF7AA53F5554E4626CDA6 F67DDFBCAE396405A41DE5E72EB4C843319853AC14933DCC92EE393212A6AFF3 4407086D86EF34DD686E07FBCBF8AD0CAF9E6AA71FA406C1DEED4BAD530B552F C99EAC2A5D37B8EF43BE9C2EF362D1F949C35F63C1CB958BDD2A5B3976DC37F1 30E31764DAF5595053B4A13DFFE8AFB821C5D5A18FE164084FC69C79AF6DAD57 298A0F94F1D3C4E2A589E77F67786A70C86A62D15C904DDF2ED8EA275F3FC07B D073F5EA0465FE186C58F93574142399332E4D631ED3BFC8DB36368F733631AE 69E0D721772F44F4B9119AD0A835BC318F143AD27932B22DFB250C3DC9ECCBB9 F96F2965AC8BB3D99C7CDFF5E4A28EF2F9A5C7C816D2D610C5D3B5A122D8A930 096243DBF5F435C476E839088AAB5DB89F21F3DD1525D1B76D2FFB052D6272A9 2DBCE05CAFBB883A9025C1A55ABED4DA64D1220B45C74B5E2C76C6F155DD06AB 7FE5799C82E78B2632F48D8267C1DDC11E23572F8A91A4CBA242293B61CE9A44 EF130C3476902394C6E40CF0172F6C9FA1AF7287A6323FB41A24590674298B0A 57B3C791ADFC4EBE877E11AF1DA8D982A4CBDDF3A7355B03EAA7BB0D25C06035 6F66829249BDCA67F3619DAC36B6145612E2BC86B3E48FBA83FB2BD7A5E71EFB 7075790A3AB6D5E8EF356219C2D7D55E7AD1A38F67B2E3361225826164782CAE E0F4FEE88F3E6DDA7EF029CCFAC247D84639FF49AEAE545C9DA90020AAED813C 4C93041B8A39DAB8F347E04D36D455329815E1A8AFF3D70A8C8263197550761E D5E95EB6F55BEABDB6EA69C1A585E148B8AF89CC4371FC92AC18AFF23AFD0492 205C64881B3AD17C9A94E2DCE91CB926FB0A0E0AA9FE5D6234732FEAE70683FA 9E5DE76E78ED700A91C196A6975564DA27B67A6C0CC33064E82B283AA4C4166E 602DBE87D350A494262C2D9F94F3809EC6804042FBD32969906FF754A25C5B71 7A05139F0F91C8808BB1A05290B4E2E3B9DAAED016979F58BA09F5C89E8077CE B990DFCB0B935C530E9DA5D6B29E08959F0A627C4C72BB69E7D7CE4D6D7D0234 4496C06ED9698B0AC1918F862BD90BB218DCED9B3BB760A90D15F161B89D255C ABF969301F24EA84039A3101403EDC8832248D36BEDC81782541A93364EE2A68 9A78E3B3D7B04DE3C7AC8B9E2F47B1A9805D6BC65BDD9994ED34F6F9B63056DC D3A67713A38ED6CA00C90CDBD5771F858F0DD7603923D511329BAB93763EA86D E692AB7F6D1542509DFF394A8C05360D7006B69CC15B0D90672EBC331196C6B2 83F2B25D6A7454AA27C55C4A7C361F681D04A0CC8ABFF9AACE0299E84F14812C 3D9C9256FC9A0E3AF7E9DA4969D6DCD85998CD454083D44C02EF76A7A0B56758 B261794915C4CA3D2C3168AA1BF12487AB009038F6A31D799F15B8BEEF592872 0956F6E3E9240CECE269C981B9F02653B284ED60EF6030F78B575D10EA267C30 F4F799254AB206EB5E7E16D4E50483303AC61751687800E65F1392AC4ABAF94D 57C7B861B7DFA636EBB3FEE2639C4E4922872F6B62F29C7F94C08C4C42977782 5A3234DC55E3500C4C5C7CBE3471FF546BF9D3711402119EC5D7742C6F8A6625 62A6253A9A09406DA41CB4CE0DBD457ADA225C4C39E5647F5ABD1EDCD54FA280 A6B5BBA0235AAF38AEEB8B9F7F985BF9FFFDD6EE03EDE4F138F34E5C379494AA 6410B16226DC639280505A6E007F99D6A0EA0840501DD5851E327CCC64A89BBC 2F2473FD50B7EC46C10CC7F791F8ADD1712A35A51A9A4DC9D2E88A7F7361645F 615BE6F1DB7CBEB560C2A9DE36CB22CC50BDFB503D34EAA62BD5FA945DB14235 586472ECA1E89883BB8C8757AEA6DDB1DE43E895B6D11A2836D4AFFACC4B49DF C25E8C94E6ECDF96730EFF87DAF493FA36FEC5A9EABEA2FCBF7E3D933C1BA476 67D39C4C9AB33B04AD4F305F79645C0A0E37C5CEE11C98320A11CE2C2A7DAB15 6B111CC727BDA031A4674DAF931F4A23B2B720DA6D897427A94628CFBDAF6E1A 6C8EEA7603571C88FD53F7E95E56BA54235ECDB790CF88CF53A9A15AF083C73C 4EB039BAB6224E5C15C3E4B1B7180F5CB9DE749A1192C110CF509C21F59F0A1D 2D4419F95BFFA78C2EBC3D540E03D9694374224C1E0B6EE2DCC733C5FB57C5FD 5331EE6646B71D9BFFD7401C62EB1223C3437F3950F052820949A1248AD41B35 A3AF6155ECD9A2E78FEFCC1A2313044F4CB3034A89DB0E6C7FEE6EBAA50008BA 737E22B56F79F10CC552EB05F957D6C721A1A9F21B1D80D4F8D803930A4D14D2 D44503E9BDF5CFE17075FF0E0674D48173FB495CFABCD024DEAB64B4404C06AD FF098E 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMTT9 %!PS-AdobeFont-1.0: CMTT9 003.002 %%Title: CMTT9 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMTT9. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMTT9 known{/CMTT9 findfont dup/UniqueID known{dup /UniqueID get 5000831 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMTT9 def /FontBBox {-6 -233 542 698 }readonly def /UniqueID 5000831 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT9.) readonly def /FullName (CMTT9) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch true def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 39 /quoteright put dup 40 /parenleft put dup 41 /parenright put dup 42 /asterisk put dup 44 /comma put dup 45 /hyphen put dup 46 /period put dup 47 /slash put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 56 /eight put dup 57 /nine put dup 59 /semicolon put dup 61 /equal put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 70 /F put dup 71 /G put dup 72 /H put dup 73 /I put dup 75 /K put dup 76 /L put dup 77 /M put dup 78 /N put dup 79 /O put dup 80 /P put dup 81 /Q put dup 82 /R put dup 83 /S put dup 84 /T put dup 85 /U put dup 86 /V put dup 87 /W put dup 89 /Y put dup 90 /Z put dup 91 /bracketleft put dup 93 /bracketright put dup 95 /underscore put dup 96 /quoteleft put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 106 /j put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA 0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 C01924195A181D03F5054A93B71E5065F8D92FE23794DDF2E6BABDA4215500A0 42D1A3D0D02C0C98BB1D6ED0B7791274C38B038FC7921FF1FB8FAE7258C09259 4B8E1BD9EDCEDE9ADAD9BD9598EEA9691589649A9A21539161E374075BEE3457 689F308A4A7AC9F2FE4B301A6C36B0442FB92E3B002623493DC087800B5A0521 0DB96A23175AC584DE166F59142779F26FEE9783E28DE49FC3A8D6583EE63FBA 610DA773CA18ACE6F64A4867A1A7817120ABF9DE4D17782866E6CB6B65A9F6D8 3667C8D3E61E5356E35343FDD4C6436DF73934470916CB5F0ECEA6BFF092E735 C7C355B56189D1DD5715EC97E50145FFC17BB1497315A9585D713A7A6DFC7933 995468EFD0F59E3C15865B87925A3F2930E20D5A35970E2C44F1629FA16E00EE EE21EFC50D49F5BC02300D0A7BB85E649CB4E2E828C8B1C5469463013E71D723 2CB11BCBAC191AC751A2AF7FC228395CE9472DC1809052012AEC2CD66695DAF0 4CA04234F0187F4116C93F59A7F1F8123DE87F111853B785A20CA8B49B3B0CEC B11AD345E1A11578D2EFEB0536D125237086CC8CD9F34A5137AC5DDFD8746014 D74AAE8239B81ACF65F379CF2153B06A238A2D767F294CAE0D79228F0B7D45CE 510AC9657A1776202FEF42F96D476E7DF407786AEA12DEA0013D3B4C5D0640F5 BC5BB72C34066270399CE595827175B23B25072723BD24E07F6BCD9EF0175DEF 93714BAA53960F81103CFB731CED4A267B53727BCA3C97B0BA5004055D4EF0EC F725658E53AC86E4061B489AD4154915C3981B3B703E1E2A8D390CCECCA99385 45EBE35441B062D7D12DAB2B31569387187D74A4043FD71F1C6D352EAE0F6757 4345FBFB6DB15CAE47CAC4BAE47AECAE5FF5EC19057DCEFA1B23F47364ABDF47 088A7C6A2AE26B10459B6D41CB69182FD1472F326CE3A15B59255D1DE3B616D8 9D1F12561038839781E657C896B8C58A32DF5AEA23732A0966D96C68C988ED7A 09B7E2C8F9F3D0D56879764781566299A4EDD3588BDF70E3D924D25074F30988 E35BDD827AE4D0B4A06F55A9976BF0DB3C0B1D09CD08E8CB168B50617691638C 0EC1A791C228177D4FFB021EC3DF5082CA3487AD2EFC8DE9466A690ADDB4C52A FE2A6DB4CC275CD33D9136E735279FBB2008D59E667905EBB04326EC33C98B2C 94744B7F540D86E90DED64572ECF1EAD3A58EC101642B245A9C7232DC8FB8741 03F97883BB32FB955C22F878FA0FD114451A3B3859B0B5537AFAB73AEC7DB2BF 409E1FB41D473714F6BEA73CB085139879FA31710E01915C2938C37BAD6D7D71 45B897E00857D3931A489EAC7B42BCE4E65F73F67FE027CE482DC47598ABCB95 39E98DA8ECA3E23F0799D5963ABA6E2984DEACBE7B46B40ADC6213E0F4D08971 58F68C946C748E4B4217CBA2391BE2086C9758F4E32C9B6413E48D84D33A6E85 84747029C0A9C9B92841D217A902BA8EB333999D62FDA9F82BFC8ED11F67988A 0CAE42182E414A9766AFFF4B046A09D476F8E3F15A8C7829BEE982D8350BDF5F F215F2BBBF68D4B567BAB798B9604C79306C475926E9FEC0F07A99F43473C6FD B15AC29C3D07FEBAD1BAFF75AAF2FBE94F104F1DBF838044FAD94B661B06AECD D9AEBD02B60CA4546DD6B5B5C1A3833ED07845671CEFCA8955CE0DE5DB8FC93B 3306683CBFB8E5B79A863DE78D455DE9D592043C2686F88A43140F8B9F3B553B 7047420E93E753829F8D47AC7621CFE3626F271E31F0019CC02D0B57F67BB47D 8CFB63E902EA3231C00EC66EEC0D30FE8394558BD3535C888C4CEFC6EB72E737 712ADC6300162D5D79BEE0CA1F6E4127A0BC90656C01692F6D82C85550AFC97E C2693E379160FDB9636FA41AE9C75B7F6643B05971C6D67CE30971D590FC07B3 E0B36B4D1C7F25110B5DA2130D574FA292B47322975A2BADBDB39AAE69BDDBDA A880F9AAB580117708C79204DFFDC08BF4A48919B5C22228845CE8C3109E93AC 2479E523B8A1C12A6E541118F121DC6B4EAED83491A03192D5C3A2A45D1A2467 757E7B377C635CF5CAE11A7CB49D49F3A1BB2286090B5F0E4F89869D1771D50C 54B5C5E091E3048A2C194F0ED00DD64FB95BAC6FA9D61ECD093ED416DA3A4981 DB07CFF17C4F55C62DF628EBFF06FAC3F3D3F91C30EBB34052BE1A08F5EDA4B9 08977197950A282B84E21D43C64BE3AE4BCE22C70E7D392DE09D89B7F23351AD 6AD37225C12BA79EC9951F5DA1E505DB26200190ADE0E549305B7530CB86EFD2 A896F13A97E51754F70B609CB4511CEFC38BA579C071E9510A49982389980DC5 336D6C4A2DB100DFEC4055C7AA9C55880F94FBEA9EB280BEF66CB8E1E38A359D E5AFB12B540CD599085ADDA7FC2C72E7C873015773FFEECA2C596B75BC39A3EB 3C43FA2E53C0D7993042F3D652BCC483E48B7F6C94C3FF6D38E276086A6AE67A E5A571B9C72E0D7824E0BC2ADF51A393B9E334649F786EC1923C854382B89627 1B9E701AE5A6C42E672B2C6A33C8BBCA8F69B9061E787D6B92183F20CF4C3903 FF5417427B84798C82BE28D2C81624E3920CA61EC9EADB364B5A6E50E49A1A72 A9A090A1FCD84814B8B2708AD787D2B5015DA1305874F58C5EB62F843685FCB6 465FCA80176CAB2B2FE65E0A270BCE1E3DB97564BEDFAE5CA44395A8DF4505C0 3E103CC3B914359B2870DA6CD30382EAE8949131CFE31E9E75C3E47A3834BB32 CF183D4A8B9001710D0A11390C9DAD116196568591D38C2AF4ADD852F31494EF 573462759A35415900360882739789D6B89ACEFA251C5ED90ED704DD7C3C80CA 9F6CDED69537D201D520C99E69EEAD5D3C0EB84C166660B3C190166D93EDFE6D 15BCB6DC5CDCA825E48D33845CC2FB15291AAB823F25CF8BB0A1EAED8BEC524D D9CA016027141FAC9D35B64FB9C224552F29EF6B32497254E319090E698FD8A5 15491CDFE1B988C79A0E3B9D01E12FF084E9FA86CCAE02A3EE6F2917B61A2CC1 64B8CAF309D1AB48A34227A7729DFF99CB6EC282E3FAEDD2673779AA7E4C1789 D93FDC37FE95F087C5F88F53D30A2DA9C913BF205FC6BDD060A40184F4AAEB3C D080D63B89CA3DEFF310D09EF0A83F3914BD5B7932980ECE139EF0313C20B4C8 576EE0FE3F28FAF4D3CE7CD0890BC824A85B8EF4636BDF1EF1BB519F93D36540 ED09FAF93FD71992CA2CE2E83F5355162ECEB32AD218092F45D5A61A44E67135 EF0453589CECDC6962D0E8DA7E7567603BAF50B2C8F1CA65EA5320984E7D69AC 9A7D3D7F92565D79E8C9DD2D92CCA7DE9CD058545E9F98AA47904D70E1897099 3C4C852B3BA131DDD348433C336BDF5FBDFB62120DDEAEB3255E3207B0C84A0A 1ECF9EC869DB9BFA3693B03FCB27C5A5D3CDD62630DEDE91B4DD5B9784BF0BDD FC6EEC3FA7ACA9E15FAE47CDD9B7FCD2BF0EFA10716F08C0AF25FF67CB6F9598 C607D2FCA452417D2C69DC808A9441A66492394C3450BD30632AE739EAD654BA 4343459CA36B6D5B2C12C39495952F2EF93D82C73E33236785A79609E260C4E0 CF3A3C950DE71DDC3939D42DB1CB1CA917CEAD56979A70F8F3B207C805319FA7 3C000AE2B21D711A6D78C7BFB901334DC06F59EAB6D94B507734C27971F8458D D00193645AB92FB8FE163D5C51AE4F40BDB4F2C51691E76EE0636F071F37AAA9 BA78BD12459CA499210EB0CE2F8BD317387797C33F5933AE7A6264DA06B4A6A6 1188326147A16B205D1F965872DED7D8EDB3294FAD2FCDF0D423329E9CCF879D 4E0B966D509F45527F7609DD09694D286F6FF7535EF8971B7DFBAF608A19D442 C133207EB1152ABBD11C455D0977F66A9B73E51381D1CA4B66E87C0C7175A63D 80C699A052F00C41DAEF42E7A40E07B1B14107AB0787E24E17C1462960E3C54C AE73BE4924464FB177EC62F116B2822842541543EFF7ABDDEE197D6BD8F8D4E6 59175D8C5957550B70BE775AD52FFF6E7C00DA7CDC16E1DF7446BB5D8FD82647 3E9F87D5EA365C82A2D991321ECB14A9E3AEADC5A56665DF7072D6DAE402BCB6 14D92B17F9E063E4E9D8D239C91F5C7C0BCD2FBD936C9D4A0B57659420343B59 B395BBD1AB5B6003F653699D57E7581F9813CC98D4F072FB78899D6DECC42D34 F2787EDEA64058B46C4BFAA2BB96E9BE5CACE8D91E4C080ADFC0FA0D4A29C6B8 54FEA9E11DBCF53D9CA40A21AE5076451EDAB3593E56B6D453DC8EAB8C78B588 34D4C4F36861B5649BC1E9F3091E704BDA7613ED45C911DFECA74EEA05165191 825F95A947CAF382FBAF01F3B8B041ACCDF39718D7DC5BA6CA12BB20EEE96439 BF2E2628AA3BD2C91998E6247A690FCB0CC95F286F427345CC4F1115BA3A6E54 4743355F2CC991CBDFF5725902C1F5A6DEFDC8638A26EA456C33C27773D6214F 66536CD2E44FD253531732D5A8C44B336B1BB47B0477350EB8CF74889B93402E 2356A9CAAFCA562315D8E0B3F42F08932CB87BA2499A875AFA08D11DA73B38AF F46D03B7F639A8D7BF88CF07FFF4E91716DCCE6E2CCAB60A64D5E40EFD8B336A 1BFCC4CB04F49DE1FBDE7AA5B2092A6EDBD913D161A3271AB6411622D0E14416 37F81E0102F5B0F2F9A2B27819E4BACD7C50E29D6291AE5B0973C657761545A6 741729620EF2BF1046B3913399C10982EE5F4142CF461EA31042E432CC79A1A1 39C607D22E45A6DEC008CB4BF6007CDE9DD5802B49A62C8E02A6D448B64177CC 887AD71D171B99E7ABE2085B37D90B3BD8513995D9A57F53184DA474F6DB5E49 B73E04CC214EA5398DF7D7541F94E623E8687B511640457A48A68E9D9D6584CD 15B57CC044D8091C771D175F2EEDD411099BC8F7B4317DC503BB5E405AEEB526 5E6E1B1F2705275D274E012A98F66075CEB90AFC648B964DDC0E9C4AE7B24CE1 80B051022E5781A533A21DCFB97893847D685137EAD85BA708A7E118C72FA839 A9E460B5D17365A0AF1F53A98319FB64A5819B087F554BC056C4BE44113A5404 BEF759F890C1CA5E7AE156F4F8106FDB4F8DFCCC640976983EADB30976344048 2A86D7B2AF4A01CA736B98D52ACE392AD4BECE7E61C710B08B66F01857CA460B B8376E257113E10F6DEDF14CE2A4E6A99ECBCD302C36CADB713D849EAE9EB598 F29DC98531D793B79F83091F9B136809E006F34E423D528CC4309AFFB3EEB47B 9A9DE4D5B25CE953345C326BCBE2B4912641780637783084D3D12693F8135483 CBB0AC4EE0B5610D7CEB7DF205830BDB9BB404DC1B28FB0824CC187B26C19A91 DA0025EC739BF3993700101D042DED86D67F5FB87912CFC51AA7DF53F2162D62 6314A2CE13810D0B8D81F45771391A236422CFA0F35F7A0CDF14ACB2724AA57B 7C2C28D53029B1146558610E0CFBBF72A85AB9BA308F846228F299F13F68E8F7 D963B2EE9EF7D4C21690632B640BDDAD0556EFA4EFBF035F13377ABB5CBC280B 9E0C12AACB153C93351E5BA95A7D149010E204950A59C7FC6581D9703468C1E9 EFAE37E7E6ACB892B3F8D1248D9A4A72F642FECC5E0B25C15EEB921EDDE84D12 0E524FE6133C4921FF4921242392C12FBE69744D53739F7E849C1B96C4020AB2 1FF10DEA608F111749E2FBD8DBCB17F353DCB3075B4F4B8186963EFE95A76A10 85AA5BB6DB4095291974221829A8E436680F4860E01C3843BE5BB3101D0869C0 EFCE08D187BC04F58C7A450A59093680A0F09E8E3F12DF5223E7EAFEFA01978F D8354753A68022CC92C71F2CA732DADAA8A466D4AAE5999B0DC077715671F518 E6277741F44AE798EE50DF44CCF71FCF8BC71F76374005FEBC4883C6EDA854B0 88C0C2B476709AA809ECE41AE786DB1A32B3FBBCC14921673578D3514C8CA842 E1FF90BE33F7B93ADF6BFB8B1AFBBD080783BEF056A6BFAEF676F7BF9F2DFCC8 01D255A9F0391951210D60D4D4DCA93AA858B38C0D7B8FD740D5FC6F277C2A68 54CC2DE1F40B6347201FCA2A0A91822708D820CE645C3E4E5A09FE25721AB33A 97871ED448F38FC5A349D81F402B34461D840D5768BFC6849439AB6115104F78 B87115B1DAE12542EA898F86ACE247709817850B067F537E6137196101D46DD2 D842EA03EF4501E34074E8458E638ACC4EB349A7430AB035BEF2DD4CE00554F9 18F9FE32A55AC1E7E50D64AAFDA278D77A7149C59DC5B1E3064A4B281A54C9CE A5EA94ABEAE4C6D5674C208ABC72563976487136AF2E21F835BEFD232D7F0D13 1D19932367F51D5379934DA7F1635AC51EE5CEBFA63D4D32F018DEF13624EE62 31DAE68A08DBE3B4FDAAFC75291C8C6CC7A657E3C7453C7D1461A36E88E633D5 408253B673AD87A9FB2D0F56DF1305916D14D5DD62051E27BCE09CEE9A1F14AF 1D7164BA5FB6E6EC8D38750F7E28BE330909F303ECDEE692E347DE13C8C2F82E 29C8BE6EFD76546F362A12A1C2DC12389EA95ACB4DCBE95620F0C193EAD91B33 BAAC5801AE827B9AB3FCE5D11D1D7854F8FA8A31670119CC0CA98628F801838B AAC7EF90AC5466BE69CE3E3CD9951A5EB9AC08014285422F6DA6F6E221BB30F8 0042A11F2E4B765BB0D142AD52F4D85785EA71B2E1CE20728B9E9306CE93268D 99B822A5AB5232EC7E26EE1160850AD3905864A01357F22722B6A54D4EBE58CE 480EAD9FBF068EE965AC4B5FD2FA8CCB91ECFC6E90B9C49268CA0B0FDAD23ADC D5A74B41149BB08454054C451AD0DA4CCF8B60F2EBD061AA03A011D548B6B481 FAB00AF9225BB5463F27FD67333FB51F8664536267E95CFAA0BE3BC1B8F889CB 587A3A4FA2B45864F07E11372C9507A625C0030EF7030A0B4D931BCC48F6DD51 A4D1F63FDC4B59C1CB18E6242E9F4B4B8AD9755B870FE60D640181FB7EB8120C C56F51DC8C47FCC6318C2145EDCBEFA7BC4253315BA67FD2B3D4AF6A9F3F229C AB75B592EADE15B1FB5FDBA1C0F786BD21A51506B7A2E42C2D086BA6F84D1B3D AC7531545F0B01346831FF36A52CAC1E390F99AEDC265B44B0FC9C581BBA6BE4 48B723811EBCAEA5FEFAEA7E5B987F2C7B3E9A65D2D14A7B74F099401C57E367 385352D0776D2A908F7A5A2E4D4160946C5591397877025C8C387CA413EFED56 8B142E8341E349DB4DBA422A4FEE56A573972A0C66590175158E48850A9F7F38 4B95726787B8F969FDBC97491CC81CABC976CD00A27D1DFCA7CF467A956C1C6C 839817AEF8794B6151FAE9261119DD5DB787DC9D3B420FD325ED6599FACADE0C 320D54C2E0D296537E22C1783670A9D9BECAEC63853EC2F05A990260DC189D63 7CCC0BDDF2CF7585071ABAC14630666737041194D0777EA4292AE60BD7F7100E DB568C90F0D899EA006CA423CFFD6EC70A5D3D8AC43C747DBAD3B02219E47D8D DE030631F4678C357A58ECC52782B31B50CFD44EC33F41585E51B27E3997D33F 461BEF897220AEC80007F13C5A1EE3A0430CA899047DF944831F8B010A7DE74A BFD26001472DC00CDC9F17CC435F61ADAD4E9AE062ED477FC621FDDF9242C449 1BB3F77FDD1519A251B663A693D84B42BF0962F537757F38CE5C5D56B98AB10A 3B70C8AE8D52DCAFCEC22E7B09D3C4EFDA1841C74CA975E4F8294F7BDC796500 0ABE197ED3737A65F7BAE601C91DB3983EAE11DA3EA18ABBBA3650DC361C2E77 EF9F97618B0C337A906FF39926D2B0B7883ABBA650816C4C6B34EEA836994EEA AFEDDE56E0099D0E09EB88EB093544B9BF4871200746A0409C475FC4232A38D8 F3105B0FF44E4F132378DD12D9E796412FD0F9478322215E9F59E69396C35AC4 097C4995B2C3BAB2DD04B1A7097DE16DFDD76465E79ADEEBA90489ADD0914EBA 53E11A43ECB11D072C68D2131BE1C7C43CB9DD5FBA0A67BA43D6851AD4CD3BC7 39AE2E22CCC183A56CEB71D4F9F578518E376426E42B6390426A8434B5A83E78 77A5B9963BAECD5FA5521C2A29418764E4EC1A72462B04957F823E2817A7F8D0 1512919889500024B1C42EC107E8B8533C0B314EE4E23313A4C1BDB009A2073F 9BAB479A3F9DA76CCD65629CCEF78015ADBC2D0D124B3BB2D322FC4D209E417D 84BC3C758B6AB64A01E25C9C7B71D741AF90A19A339F99A0BE9FC39622F04C6F 737474CFEC19C890A657BCE192B9DCD8F273CDC5294875DD4507DC5723EBB357 73DB0933927DC21081E67E5DCF4E41FAA6E00E8DF04128F86348FB0718068FA9 918319C4EE9D090CDF348153B6CC48648C55E889B4FFD3D75466F1B50C437546 7DD9CF20980B148F60BB146402DC0732A27F255DCB859CFB6F9D329C12FB14A6 7824D6DE27B03FF85BC59703A5D6C5B7D1CEBCF3C3FCD71D6D6F0311E41BF8BF 0609D23C84720FA9EAC961C9D49C2E962D9618C32BAFBAA8CAB0B2F616E57DA6 8CB44C5595A22CB3417130BC84D38DFC652FFD0B01E6F396814C9D47E9DF652E C298A39F0AC8535F07BAB1D5D64C7DDF62D4A2AB4D47CC550C4C2CAB9B79DB5E F15CDEBBD4BD86664729B8C05332181BE0E749236B140E7D2CB4E2F5BEDCB2CB FC2ADC633C32E0C75823304FF173BA7375A9178A03EA8118C63F3FFC2D66D216 589FB658EDDC0669EEB2938972DF0D657686568500A73C4DF2AB94725E54DEFB 8153AA3F1AF7034AEDBE1A762ED37127DF227FC7281BEC2DD379CA348C5FDAC1 581D3CFE0D914896B74F1D61F056B78B6FCEEA1E1B586BB1071835F9EAD3B122 B1B3AD5B68768E3374039A7583FA245AD17B6C4D3787F80F26843CFA4F6C7919 037A2A7CE547B7B310D778424D7AAE2D257F37459DB469524767EEA9D09B3A63 51EF77F67E7D64B43EAF4ACBACA1AC27C9EDDF7C7F60CD4EAFB6BD2A80D3E6F7 33EB8B6CF952B291E8CE28B707F30D1C7C50BF94E2B908841FE2019DA159A787 B343A75C0180CACF093126BF25E69607049CF11061A26E1AF3E3CEDCCA1F7A10 A2269CF713267811D677008BD68593D45852841DC5F1C0A6788B345DE542643E B234EA2AC527C5240A40CAE4420E0D11480EDBD2C9F05D2E3513BEC6F78C05EA D4F8A59560DEB895F321886695C625A8BBA961D5B86357265ACF624FBD02178B F330612A3F0E2DBBC8584B0005DE7824833EFE8B63EED48557A468D43FB83BD8 5CAF8D1912CA50A940F4CB88F4600A25DC4C97572E4368738AEB28BD22E18350 0559D302D4C4EE7C57E7AFEA7455F26EFB93F8B1A40A411469BB984DA2DFC9CE 48235360871184184915CC25F5911E97FB4243543C4D6FE52EA0D0E965ACD89F 915BB42D1C8CAD6C49AA65BD1A7FC23C5CEB53FE6A229FACE097B1C0FBFED2E1 C28E5F8F8426DC06B16138376DCD765D1938FAB867ABC61BED48A9F6E8CFAA08 9B242ED0401820E0DE9A7351FC72B3E5AA9551E55CD97BCB796580FDF2575961 4B77D0112527C9E5EEB3160E89397FAD0A11CE173B4D64BB930C67D5C7F27246 B67E6261E5EAD015358F345EA56D9F24F9BBDF36EFFF3DC5160E1A568C34FC14 E519D37B86700594922D75D8A32C2105C39285F457C3BE45855A2A10A91359D1 8F7D0A35CCF63EB07B6DCD2AC09F1C3B994AABCCF4456B4F383079785E52AFC6 3C1B4302D89CE929BDE0FDC47AD24F4D5878499EB1A48956AC8E0496BD2A2177 50FCF87C93162B9F4081BCA683FFEC5EDABDB704434D1B12D2A528EBF84D10DC 010D1B5501FC0ABB7DA870BD207FFCC23D1E9C6E08BD9F3939FF13E976576E84 00BB589D608999E1E7644DF2FC98CC04A28F9FD18204EAC894D7DF5F92DEA6E8 92BB08DB84178D6F26171F769DAD1F156CD8F9EB3BE9C2635C21AF5B0382ADF1 8B6F4B5B7869273A4CD1407A46F33A03EA16D108B8D779D0F8A2C962E59BE1B0 30750A43C0D501BEB9DC30C0D63780651D7A53ED35E9AE06019AFA1D319523C5 AE6C6ABB8FEF8324156D1F072F3F5F38A4D406CA81BFC4E774A6A8DE369F2C4F 56559B415B1A3D76B9F387D7190422877FD63A5A84D8FF88FD5A1F20A01F114F 51D6CCFCF45D93A9FBDC61AC9D56D9C8E69E9287C1CD3E80BFB8C7441BDADCC0 D73FF334A853347090FA5C1CBD47EFF68BF2ED466D2F35699BCD1C8CB4464D93 0CD520F67C3393FFC3F62A178797808D49F21B83F4D65AB5C859B6F6D764EC03 63AD658C9630C0E33C5B9E6DB02E4CF4783339704FB918AA5E62E5A350FC1A98 4292A8302DF6977206841730641A46EDB54DCF5DB2B328FAEEE3E43C9FA8F802 C3E5747D664496062926B83E67DC6C8E6EBB632C28A7130E2CBFC64CB725011C 9BA064CBA5F3DA5FA403A2A6687DED93B32C0F4058CB2D28B7D7FDBA9281D7EB 15F9D2B4E537BDB77115478C507AF0C5710BE52FBAD0BDF796F7F2F5D6E83407 B307B1489655B53C18B7C48B98BD155235F49C92FA5A66446EC45190E9DF86E0 B4930BEAABC5E8433B52B89AFF430741FA8B8106C8683A15B591ADCBBB177C05 1E1411D622828FF1C5C195B9B5700EBF6068DD849DFF4C49F1ED2B1099F389E0 1540B19D814C6ABDABEEC46F597C6C41208B8375CBC371D9D96605E86EFD1479 C4087F1CC3A095D6980537712E659C636299408FA5B1C3E20BD5A70F3F9BAC50 016A396092C6BEC40A912FF7FF0C3BBB8C1F123C614A970B20AD3B9DC246E872 8C97F121DE96C3DF252DCA0A136A166F5699D1EB0348AB5C38DA912CE8360879 2CBCF21F2BC86CDB4C521C119C3CF529A8D4DBF309BF3D371B4461518D2B9231 12781C584804B46E00856574BBD6982E32ED6D58F395D9AAE27F596FBC43E151 D390BEBF064812FE3C6EBC59F6D5DD85241DEF9E7C100B5FE723E30D2258D142 41700A53EF9F8607F10583607B64DAF701C68FDF51FED2496CF65C658A324F41 5B8C958B346537D3CDEDD56FD33739C2B59DE7D6C21FE566D978E603C0E86D1C AA846EBED1C7424724029F0D694ED63FACA6ACEE9BBC434EBF4AD6732E391A3F C069C8F9268073B29674EC77D701D2A7EFB3B43D13ADB112182AC73F65C1D3E4 586CB52EC21F681B65D14F76D5E4610BCC14787AFC8C33426083037BA122AEE4 E1E32950BA979D3264F073BA5D028854A47CDA9BC0A8E74F0D2198B1567E1471 12994F684152A545BF72E2E989103CD17243C6A62ED68829561905CC6D8AD058 6303F5998AD4017954373F3BC1EE1CD857B842CAE3E948505969B35074421D79 4FE6E526C29F18C3458EFE9ADF5B92C7FDC7749969E6E4F22010D638636363C2 66D5335BFC7222EED3C464B8B9DF5E5402E85A0CB3A781932E91CDBF73E25523 286FC3D085CE441E40ED52C1D0AC97E38D0A7682845F3E4266B765FE048EBB4D 6C26E88F125F63528329151DC372AFDA6061C53F55FC3C96A21B301D2D5C4DA7 B4FCFB59AF8CCF89CB15D3FCFEB69ECC65070C078685207F3FD3454DA2320150 47B7394CF7FEF54620366886F6178D8964691799A437FEDE02CAF14883C91083 F1CECC2E7E66BF968DC699CA0A780A386B85417189CC5AD1718E473AF717EF2B 00073B0AA4A6F678DDB935CD6394AD7A6507028B4A3DED1746A8C2E5254E4549 D35C14C7A0021B95E882EA9AEFB67B0C1A9214AD14FF2E0EC4E1151DB3E2BE0E 493E129280F6AC43926594AD9E1914F0839E1C24B7CAA6352FBC5FDE02A3DD07 354DFA825A32E8D0E9C0DEC3C0F4BE1BE788654A5176319B37ABD83278D0DD66 55CAE900A22FBD26E1DCA248E6F4AEC54C24FC81E5C1333BD63ED2BF5C637F68 23C0453D461C65FE24BB7700680D76C4999AC5FCDFD6FC6AC3C6476D36DFAE6C 04CA0F2B5F72FCF035297381F53D6F2FF522209AE6B6159E488A8E1A1D00E68B 6A61C0F5ED208DC4719CA1C9B677A4B6AAA1BD6B99A0E94D2D2BF777034BAAD2 0451EC859423F653ABAD7378A8CA603DC82339A1FB034F17CA5B4C39A6AD0382 540A61B1286BD9EA32A3A8D1728BE737994588CDB847F53BFE25F6F2050F499B 5894CCA554FD3F8909BFFFA180AFCB69E143FD2748665C195C49A876ACA8829C 3C65EBF04A4B27C17FB1FAEAEAE7094E778E3AA90C79A35F57E04B715F02D896 E7F367E22251224BF648A0E8FB33A6AEFA625D50A6A4A691ED41F78DDEAD6FC7 F5529206548A5366381F3342F6A533404EE4FE382B5D3B7B79CDAC5ABFD2749C 94FDF63AFFB1D48B57894207DE7D225014FBBDD0BF11715A394E55A230BFE495 C66DDDA3C3B550100D11F683696EDD73010C7A36A254AE8C4B3C976592DCDF7A 78FD3047905AF5B6BEE34C4E62E228CEC54B6F10855A68544B157D338333CD5B 1374ABAF691D3DF7FE5B8AA1CB52CE36A6E4AB567E41FE170ADE7C811B1D9625 891E81BF9993800DD79AD226BEBF86B32E658CE5BD4067A6AA306BE02171E113 7FFA3C6BB99E25B68B0C5BC9289C9E0590DF17A9B63954B122DF9697652D094B BFBE61946C61B09EAEF41AF3693FEB808E6C53FADD4023B3E118F56B6A8FA3F4 BE212A8E04617DC3A943CF76158F21F2324D8F4A6CD064D5B5759E96D5784D36 A9075AA8582B3EF08FE630042C2F7559CFAC94D2ED2487947F253767A0A8BD48 B39BEA7B6CDCD06862F4643CFDB979443CC9219CE8DD6EB9E390926B45A65653 674D197A3E1953820DBA1E2CEB4A2C86722CBCE21D879EC8482F05E6D116795D D7784DF06618DB3A0C739D3540CDB376F36CBF035DBA0045ACF0FA40134FF138 4A024EEE72EF91B757F689C81CA3915F7DE0A2623F626A5D631A3469D293675A 900BCC33502D824C82B8D093C2CC5808FD8019B1B25FA0EED789AF85F3506019 4DA526DB126B91A6393D8882C44B7F2F251A8AB3EAF07384DF15619C22E1AEF1 99DAFDBDF60A13FBB8D7346C31479D71718797C8A68F6A651534FD617D599B78 054896B9487E5BDA3C8C895E8BBB56D6E219A6ECA994014B93E197D6990A900D 48A286516EC15A26ADBECC1A3B87A2181196A0F57490B06FC7934AB4D1962E8B 8098E380B1E056EEA803A2C5E6E202D6841E5E164B7E2A603622C1CA8B0D4A44 D6D26FA2B40F89BABE24E4342CE63884D9DFCDF582944201DC24AFF520A79E8D 030B2DC0638AA10DCEE4F23313950A7063F7ECC27311FCCB2C71D73F0645E7C5 6351F122EA80FE3C920E7097BD605DC176A2B88A67E5869AF2263B349A5C023B B416F7E56B4F5E034FCC12BD95913C27C1218420C100E425F7641D9385FA4AE9 B962E4C06BB7874071D6718F11FB8399E7CF42E4EE91D6641915E616682EA729 FD273AE59155273BF7A9C4EFE5249BF51499BD79414D831CC43AFEE96E34B7BB 7BE3E154C54959D533FFACE5EBFD7A5A8E2981B15CDD4F6D74043E001E37FABF CC2DB2FCE988C624FF44D27ADE4DE92D41FB0B6EF2296C04BA39BB3595D3657D B22C7C5BFBC6F83C1BB383B63D2717D6F4D46CBC381903287538B6BBBE7DC197 1C04535CA739548DD3B9D820F1A1AA4E22A84000DC53BEAB54F94149FE98131A 95908875AB9E748921A00094D7DC2DE3171854B368EEFF11CA79806E11432F3D BB4FF58A9F496837DB545D55BB7C10522E867956389ACA88790F779EB9591C8E 6134800D44BD1D59915736DF8144547ABE57A650A1F1005607078806C22E3EED 2BDE17E3E59897C0AB88C956D74FC12E5882ACC266F2B6331480FFC92BA7FBDB 969C40D6831001EC818C9BC5F52083D750D22A503690A7C2548FF74F86D5AD32 AA579943BF0BB5B1034C5D43F23287B0929ADA80F62559882E29B65E5BED619C 121B4C23EBD3DB306A137E7002B4FAE3E441EE9DFEED57F95E5EC0643D463E98 37EB7D8B31728FB1F84E76DB5F02B35CCBABDE52D463E60FE05AD99B58E994F1 9A388AA58AE187E23D00831B5DD4BD16AC5445B7EBA140F8C6C84D4905AA7A4F EE7CA7826BB0183174AD996A6AD2D4C51B3D21349A4E3A2F3959E8F8557DA2CE D7789EBAC7B4D23E4916123C0B1C2AD1EEDA9986568C5CE37E91544738C9295B CAE069687926353C27655F7E0D4B525CC7D72E5F9C65B97817ECBB74B56EB599 BADCDD8546022CB6704A5F289C771443D0B5009F5EAE5096ECA441BCFE05B050 98D7F732FE75FE8A0BE424E874E2C0454D0992B63C777BB051088758C4F4626A BBF39A78023E2D423322A0AE1278661A30D656B96721AFC6314830CA193CA6B4 5E8F3D8FD84DDDB0F4945077F699D4BDC82D193F9012F7387E8354B0B6529509 5067F13C90CD4E72A1FEBF6976274B13920803F0D34AFAAF19FD3329E2E645E0 9A3B6738588827E0FFFA709109982E974323749CEFF0EF03D35F79152AE53FDC B677DB4314D99BB7C5C4C5CA9242FE37D9EECC6C9408E12A3072D9BA4060CAAB 2E6CD6579E038E8755E25514BB830F7E8E38FE573CEB4E8636C555FDCBFAA4A4 FA2F6D3D4A3602AAFBF13A889D3B15FB9ED1330A16A076A6A35E7EE27E739DD3 1616E47F8B8CD64D3E0C158541B582074A61FC8F47B3FE7AC0D2B9A57780FE6A 840C44FAE00E17F8DB02116AD007CD8BB8F5F6F2027ED8D32890AF9A2D25C7BD 0E50D002A75CEC2001AF208579B6A478FE2AC9952A4D52F697AD0F8EF9E96A5B B658C424246CBCA977D69853ED0341DB47B121F9DC4D702944B830995828E6C0 569A01B8E86830F44FA464B9F7E545CC2179C428025E953E4211EDDA8335FC32 19BFB9D08BE7B79C4487B95C2BBA7D93C8004A3A8E07BEAA1F28AC8FC64ED591 05A424CBBF466637F7105AE498BF8876DF169A0B34BA66A09925EE60FF8D8843 9B8C097896F2AD549BCD60B55FA151D5FB979290D41499B1DA3D71B47DF43955 8CB596070F26C88180CDFE26D9844A7C967A91BD02254E3676C5D357234D21A9 7DAB3B22675CE6A19A31699D05C277BB105832CFBAE45536553ABF9C01098904 F3D62FDD99ACCC08E285F77487C0E10C9D0D1557AE5C650148B63DC980E60C30 B54B5D66128B48CF66CC186048D029B19912C784B1D8B77B92DFD2184A508B6D E49016F9623B4B42274B6585B1C50DFC8A3173479686DD7886FB68C5A662DAB1 FE8710B023F0671BFF88766AD7392C8F620CEE56CB7B6DC577EA11498ED13BA6 2072A4379AD6ACF674BA49C39420E3FF56164BBB55C444203CE5B0E17701E39F 57A9F54F3BB2039258B34F7AC599A680266CF5BF4FEA44CE9178CFDCE05BF2E8 0EDD52D438EA212C86A9CA5F9F70189113355AB515442B58A542E55592CEF4BB 5E1BD8DED36A427598E3AA924032719EA6F0A61CD34D30232288B8E3B007B467 1FF09BFAD3C83FD55EDECF9B3847FC1BD6DAFE20D90D910FD7692BF20A498270 3743F2589CB1FF422ED50B028FA1CE6768681B9A10858CE1DCF4C16482F927EA 174B7ACC8D0FA77BF0DC216C5F76C18D70A748728FA35AAF34D7501D401BE44B 8768CECE60C9DB0D1D56B9D5CCF912FA7A5BD3446A8A6440324C0B05E40AB31B 49E40506CA92C0540A095D23CC7195CE15A1D4CD015824DE4A39C295FE57E04A 06CE3027A4CA949D13023D9428A2E9913170996026A8F5F3F3C8385D83B1DDF9 154F4054137DB50F18EE26A5836D0290B2BD51725C8F062975E8A32373058BD5 3D5D6531E28C68D2835AECBDB062183DCBB01826E73FFD0A1C94801E5E5F2071 E53B7673BA6C76CDDD57288998B82FAAB4177B5431A97E858560F8968083A982 E5CB7DCB8C04A116F3BCA6980DE7421DB5EC09D51AD845A5DBC6BE0B658C2D2B 4C6EE5AB51000FED52F820097A943A3B78D55383DC5AC9C1E5E00220C3FE57D3 64FAF4DAA66ABCD324B13F979FC6311DE809B4E4A40D7CB314D548F552A5D019 8A4BFA43D736EC39007B9F441BFF657475174496293ADA36D0D7568896FF2F95 40FE0A2079379049BE6481C115E4357CA4FE644874B0D9A206A19FB10981FE82 F5844BB40E86E2857D6D9CE77C801F32BD2C065C0FFC6463EAC9F3002775859F E89FE5DE86DB8A95A94040293BDF008D3429260EBB3EF2915596EA2CABA8A6CC CD1BBB1CFD551F708B446C08CF8E1548FFDCBF3412234A907EE4B6B8CDF0E765 2E7FE18E5F76B3B899AEE731198E4A32ABD567CCC7092A2CECF6305D535072EE E10C82625C3205AF3A7DDC51197055AF33461D6CA02BF85B5DAA9EFC43F53D6E 92F54B195252E06038A6E52C9DB79E1A4B90F28CCF4481998878A33B37CB79F6 7FF2FF4FCFA12BFBB1CE3CF726D6493328F2C7D88B438F97C2A6EB500A34CF90 2E2F90341068B79E74628D2D58A068897A789F2D749560EA502DC5FABD427EA7 0B47BE69E28FF3A81380F41E1C6EE9CE3F55E8870CB08FD68CF5260224224B27 D9252C788775ECF702889ED5EEB77D8F9A2A4A6D8FD20874C07ADC83FFBC1DBC 91E3C6A954D03DCE9807B35B2C2C0CAE2706A76062592596957A87EB3E9D547F 5C3E41D2B66EF143EEDD818577802C3D7F13AF69325A7A74B13448B830A2A897 D7EE16A13C7014845C528E09237E65429411AA6CDE1242C5EEBE9CA9D2371AFE 27A638FA46EFEB999FCA1E0BD0DF2FF2A15CB8AA8BD8056C39FF288E4A1F96DC A16D20AE39616607D460612DAC65CE5C5019EA368D01801214F9E5DB5D639CB8 251AA85264464D570F892CDEABB31CE9496B6B24B1966101D11D69A95A3927E4 283382B15AB9E077EEBD88141D1AFAE8858D9D25C3EB658205DF461BB30FDBE0 CEF7C51A04B29460D0EC5CFF2E4F2F28C7FC39D629A626C2E8BB28E8FFEFD0DD DD28D9C0652B17EAE550DF782771CE8FF20F8307F9EA1071B78581ABD7B1ABF2 526A603B1BF95205FAC0795B53B62746C16313AA171AA030094E5903F06D5D47 1B4BF7DDFEBC54D79900544571DE51A0A7400D0CCE8710F3C42E29737ACAD5B2 5619D91AE73C875BE8135941158D517E2FBDD665A2138D2A7B185C97776D3447 5A7616767564F578CAB99DF1F77C719FA8F6B2022CF35E5DAC623A2A91830283 41D86A0BADEB21CD99CF26FC5347F839BF2BD906B3DB2AC38A70221CED2F2D62 5B51E42F8C9610F5A1F52E7BC19BB702AC1238CFD827C8E873C81F806DE436BE 650FC8CA3262DD9DD234955626E011AD115C95D9295945EC0FAF2744A354E57E C229D85C4B3FD2905803C4287BE23B280124B3D797C0BCB060A3DA9908666A94 EB6EBFFBC67A6741E3EE66A4F03AA273233A68F0A86D615CC415B65BE176957A 029469C50EF9C2236FDC4DC7571764C36A3B5B4C1E3B66A405ABABE1F27BDC4E 6EC5100CA1DBCC7FBE820FE3581F9965DEDE47A03D17006834B83D63A1CEED6E 825994490A0EC3243332A139A87D3F30A4EBD6BEA54A86F1FF970DF619B5B1C2 A4403DED9FD313A7F41C0623A4ABFEF0AD826C83E908A73765BAEF863ECAA73B 7ADB43C0D27D21F892B9AE6E2DF897CD65B72F6D820DEE3C505627A84A2D8CEE 0851C1D7754A8F26DD80A6857B53A56F6A1BB25FD55731352CA4B16D9807ECAB 247616FC2D3164540F6FAE84C3845BD3C45478D2CC74088A0CC226726A069F27 AE15CC10F792338F843FA83454C4725D2259B3A72FEFA7E08B9FF17721BBFFA2 9FD78F4B8DF1A0C8531D20611F6F1AC1C6918D9709E4818FD0DF6F89E2BE611E 3698DE53FE964828FB62BB3273EE742B56122C13B3BAD21861D875A9F176D698 270FAFE6EC331F42042DAF1C1DE7242D8D83E85DD58FAC7B6B6A9C2884A6CE60 21A8B8FFDF9CF9AD4868FB076E6832F309E7DEA8B580C51CB2AEAEA1206A08D8 299B2AAA7A05FC77BF5C062CA801F7EB036C46606A9992D421365525750C5E12 184170117DC147D59D24619F65ACD392F51E41BFDC87C371D671A3D9F2323CC0 BB2613D27AAF4B292B69FAF2EDCE8822B6324E1BC0CFAC304FB6E1030B69552B 64B81F0BB416ABE7DA50132C426C0528155EEE6FCF95F212956FBF2EB75618B9 E84081168BF9C7270C3CABF2C780C2B7E84BA5DABC516F94E49BABDDEEC265CC 01DADEFEBD5F231BFC54D909F4F52BF3592B427C7736E0AE6B0E9CCC5EE2CEF3 3863A1B99C13991CCAF3C6F596E063B971B0BA7EFE0BDBA27A93631E834D050C BDF1B9F83286AC7FD4513FC6F19B4DAE1DDF8E20DD62898F0923D9DC61F0E827 339DC234366B2DFFA06667BBEC565E03EC1CB90A650123FD1DC036202FB53C8C 1EDD142464777558405C9ED40826CEB2C92A1BA6DE7D34A1D4609C9FD657EFD5 21B98B8F9A1B231447AC03D819038CB39FE8D48E2DCA518EF2EB3A15A4E94DEF 95E3E94FC77FB6D406B68CD3553B4C7797D407CFB714E6579C673B81C75A1EEB 5EB4322A9B54BBF309F0118C0FA62F089F356C4E4BDA21518A27FAC96286AC35 37741B39413CBCD6514B3545B7C9DCCF85E5B14603435523A8A910589B03E902 84D1D9B1E665C29323292E02143FFBEBD1B57CB28A007D28BCEE2D08AF746582 7922775EFB04EAD259ECE9A273B8F0086E6685CB50410BDBEDF24E164AB9953A FDFDA1F249B19E80BA51FAD725C6FE6825F1CD561C05937A50F36F72464499BB 7D64D0AE3E6399AEBC2BC21C9761C0416917C4063F434AE6E3720A54DE66972C EF40302E1BCD5980C992E62CDF79E59F5AF42B4819808C221226AB84A5D56A2A D3161194B3AFD17480C4D0364E767E54CEFFB33AF90BAC614199F830861756F6 EF6A04F81529234AB62FE59FD926061E058EA208471215FA6EAA44954AE49F66 1C0D8D63BD39FD6CE9B324CE23C993C6180DEC7098D379ABB268998D773F909F 5A0D6BBBD74E4A15DCC8DBA4CFD59C356979F0EF3DFED03A373A72403D180B24 A27CDE04ED296613CB5E58978F87C7325B0081C9B2CD763064B03F0BE8FB82DD FE4F81FD4662171DAF55975E62F56B556BC18FCB8EFDC256F59A3A1879D68B9A FB1CCD5ECC17158D73BA3CC08F822C2035BECA1BF3435E4DDC35FCAD97E9C2D3 8D8583EC8BA8D7E1708BE48E9527A3A6DB6CC54EA3D4FD0D250EE8B348E6A67C CA4BBD7E0E9B10DC5FA20B3F777DF097A9AC68499A679D3AE4A15C6795AD369C 9B584242D0903409BB9768FFF584A880407D1F9E4D020523C851F165AA3CF635 5DECEA2EE10D3B301DA6D911D4C7E1C5CD63279F7F605236C23A0A7654B79AA2 93BDC7B8C729E151A9D3147603F03A33F38316D4BE2596ABB9459111BE0DA9E0 BE9544C95350390113A12CBD39B35E47F90495E170C590C34B0442AAC848AD76 2857B8B5F15B34F61E5FBAE613B8F559A5EDA6FDA234CE5D632A090716076F5E 86E70E85905E6E1A98F3299C7612A2AB0E33A0B4DA66A23CBC4C81BF0F89BBE8 D2422CA07FC0A1AD011979FE14AE6EE207DE0A914ED79138A6D7E7C2562205A7 A8574BBA846258D2A7FC59E9082896281CB22A04A78E436364A7C556607CD9D9 305F643C452305D9CFD293FC328B641901841B3C8D745DCAE91F5E30B32E0F6B D823BBDBCD04832319686902C409D0F15EF600BCD026E09DA65060BD0BF60238 88D18E2118B9E470498E694C2D88C226CF8BEEBF1BD589F9E711E192DD5BF71A A809A9709D7B6D37EF2F8FA83A960C131C4B1DF7AEE1C8D59DF8F66EFAFE9308 364BBE6D5AD13D9297110F65E61D5EA2A7365FA5F231D31B5FCAFBD57EB2B4A9 DAAF5EAB0122227D22AF7054AF6BA199CB416DE4BB69384DBC1D7524278C42AD DFC26F358AD6C18EE4E0AD49FB0580FD3A7611865A579801F5CB2F2C386B1529 5E258937B4725DAC892B8D907A2EFA066BC0D8C056A99D5E417F106A54207C7B FD5B4C8EA38D01FA97D7175F99AA41D535C356100AEBB6427EBCC9F86882CD5D DFDF78321513E9C0F1CE655459D873C87F2EB1B8E26ED99DB59F552E814FFF31 95A702190104BD154D4AB56DAB9A21F9435F3AEB4CB4189E0C5A1687C84076F2 72E0D736CFD345B1FA5C8EF1254ACDBF2E28DCB3A48D28BB363416C0EBFAB118 C8A45F2698E93FEC6F95133651DBEA3224D3F605529CE177494AE4B9DB06F538 658A787DD6D76E249C282AC91076EFDDF5329FB6220AA3E87B802F3D346F5F53 2423B1BE3134A0EA88DA48C56D1D5A1E3BFE9CD50F0BFF67E11B21C7DB0CAD91 DF26267EBB02C3728C89FC57371BFF899D2A4406C533381981ED9D0D493118E5 CCC388503EBB291314E8E887EB46A0D49C3DF8E8FF9E61C6438E11EAF1E47F71 48C3E087616EBDFAE4FD78D6BA4DF7CB0A43D7FF0E3A4988777B0BA56948420A 1C0D9E3CC9918D9C5746DF3460265F6AE01D42D305E583D0C5E0E798E3F96A7C A3D8AAB9939C1A0E1323305D1E7548CE767A494CDB2E2B5739A717557B115933 DF711173F3338551E850B361459ED26B28A6078AE657D0A8366AF77E873DD427 40CC3C51F7D19B9D4E5550223C39972E53BA5A89DE648B4B2CA8236894A63FBC 668B9E2FB731CB6D836AABD89D461F8D1C645648AAFC931250FD604955D9EB08 F3DC00538A8413297A4E4D56093C60E4D08B28052012FF6922B0F59F845866F6 9AE6967A0A2A5A70EE2499B0CA0218FDD3323CBC204AECFC806BB7066ECBEA49 3D05CE33371B43A12F2A94D9355ECCF6039C4DDE8AFD8AACC84DCD66A38DB90E F81F543F53D9488BD4A720CCEA062EEB4BA406961DF1133760828B03C039B31E 0F4B59CF0FC5C04D79EB6C6A732C26744966AEC5763C46DB5CB61638ADCB9700 5F62FC203D7D85783C1DAB1835372539862648941DDCCC0DE6C0E9CE42E5CC0A 67796BCB6153A5C0902368063A416ACB955079BBEEB9B4F4FEF8B2EBC2936764 A68449022F57157685389AB32471B3696EE3CF5B02B95555319ED7750253188A A50DE8B90CE914BF3C6C85E2661F5B98D6DBDDEF9167544A4465156C2D0B9BE9 A2D54253798881C72C89E500FD118909144C1E3B56942246C8238B62556188FE B9091C3FFB121187F0E630576E7CCBC831D1EF0E7C9A79C2F4C648D291642484 FC029CF19289DE063BFE795BDD5A15E7CDCE397D5EF981CAB3AF501DADC4BE77 6E10997A5B68A61A2F1F894F528B94A7BF63D1C94BFB57306B0DAAE2F33059B9 954B401FF7E43CB8ACDF0B9DA7DDB54BAED9DA32BFDD9585F6D1AF772CBA12ED A67A6CC7F17CBCAB2B9CC218EA350FC358EC34E58BF6CEBE3F908A1AD3650D55 6BF167F36E921926BA593DF9C659B74EB2180A7A01C3ED6ED959566DA9BF5736 59CB61DD27B7D79C601622A59CD15CD4DBB23F6E216E74D641B4DCFFEB2FEF8E 4FE5C0AEB1B25DBA8AB8A7AA5B5CF8CD6BCBCDAEE40D5DB23C0FEF9209A9FEE2 68A55EFA2938CDB9A377C5328C698C3153CD5596DCF5A256C2795F2F1D4B1005 10A7AB6A259C02A63BBA031B58E85D9E5D79C5376F392043571DBF53ECEDB7ED F4BF9202132706DEE8BC94A55784AD9084705158B097084B7D4E3466CBEE08D3 F40D4F77FC399E588A32614504EF794D5A5398E8EEDBB7A757DCED04DF9440E9 2056D43A6932A3A4E2F9A3824402ACD1CB2CF6713DA68F9FE6B7960E61BD1E2D CDC7272B07675B5DF814695A1BAF1573D01223E3C437747E28B4A6827870969D F7DB747FC35B7D899190CEA74C64DDC84B93089585C480140A8F8C498C94EB22 472AF4474B0C92A9B7417FC9F01E6056D4A1FBDACAEBF3C1C6DCD78918D21BF7 A217C6DA613603A48D81D9074D20458F6378C9047C7FFE52E608BA7F6AF1BA30 C6E6C49C378B4886EC9F62F1D30082D29384FD53745B32B81A77015F13D0DF6B 89D35DD2CEF2E9F9BA470184C4B3273A99A9397B57CD7CAC1B368C2F33105D9C 25A0027DEA6029BB28FD4E0A21C6434B0303EA72396B529A6B9D72C1A11101FE 6CEC457BB52EF9C62880E80E8670E86C18A25523FCB36F04CCA5A5FDAE4D912F C9F259BEC5337E92CB7BB7E1213F3B5B6976C45572844222BAD7FEA83C5EBF30 1E4CD5A577C43B814763F8CED7E75E4A4C7298798E4F5E2AF6A6B2A4A84AB148 03CE47C7ED5269F0B4DAEBB93C15A7216EB1FA8B0D1E143DB1AFC540C91E5132 8EC8676EED4619FA634F76A54656633BBA865A737247E9AFDF30FC0576D57067 B1C1D66221A5EB40A65F4B93E0ADE27AC0D18832B8FE3C2FF36EF102294439A4 D3109F080C4FEE19DBA94C9D3B7762118016FD3D8E9F06BDEDD39D5C047FE353 EBDA616E5DDB46448F1B448529B666A33211928C917F9B265C5D02D0D67FD60C 7A55182822BF492630CF73B5DCF0A76298A651E541B83A97C47FD3D5F58773CA C1CDFC3BD98CFB0D66FC3E4642CD2129FE4A47F04D916153FB99EA22983E0E49 1D6275822AC3EB0910D662BDB8EFAE1F275687F2EA2918C847F43D2846B485B6 F765F8F17880FDDAF758A3DD241F2F096864F5885BB76DABD9386AB33253FF48 4B87128A1B12F7E209E2E7BDB0FC8EBF53D92F183116F10FDD94F50CE0DBAC12 30FA083F2C0EAEADC5B95BD2EA3FCFBD8BC0C0BFF0D31EF9CDE5323C121E584F 2F77C29CDDD3BB4DDE47B69045C164AE82F0A54E3C881582D4929317444DB3FC 343B7AA969F91ED934BE36790D886F5E74A1CBF6FA1A00BBA0E699A0850D265E D887426DFB793A3ADEBD1403BEE91760D32869AAB738058AD9B3432F5EDB6142 3CDE07990184B27AB9574972E09ED6A49737F018B62A6B56ECE4DDC2D8BC54B5 A0D0A99C3BF8581D9CD426992F054B49137BEA5B1BFA44CC9F944FF16295A12A 4B4355589E935227DE41DF98CA31E9E1F2A82E3E95A9493F6D740D670D382005 502150FFD03B688FE214AA973F056B449C03AAD59C950490A6C807D6D94EF6F5 888BAA972653844270B86C4C1707A5A76C0DED5343A7C812BEEDAC6649312113 33CDF2DD08631DEC8128ED2FAA23EC38F29552BE7CA65E27E4AD6C1282AACAD0 4F94F58B0FC6028D3A3752B928BC9973076ACB4A1570F08B3F8A26C3A14ADEBE 43E602E05DFB4FDA13D7DC0FBB84EFD9FB68A1D3382AF89877F816BFB6C5C8D0 895257D5B7350AE5FABC6261125A3B09DF3C884415 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMMI10 %!PS-AdobeFont-1.0: CMMI10 003.002 %%Title: CMMI10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMMI10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMMI10 known{/CMMI10 findfont dup/UniqueID known{dup /UniqueID get 5087385 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMMI10 def /FontBBox {-32 -250 1048 750 }readonly def /UniqueID 5087385 def /PaintType 0 def /FontInfo 10 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI10.) readonly def /FullName (CMMI10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def /ascent 750 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 58 /period put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5 45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4 7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7 72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89 974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674 11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBC7878DFBD546AC2 1EF6CC527FEEA044B7C8E686367E920F575AD585387358FFF41BCB212922791C 7B0BD3BED7C6D8F3D9D52D0F181CD4D164E75851D04F64309D810A0DEA1E257B 0D7633CEFE93FEF9D2FB7901453A46F8ACA007358D904E0189AE7B7221545085 EDD3D5A3CEACD6023861F13C8A345A68115425E94B8FDCCEC1255454EC3E7A37 404F6C00A3BCCF851B929D4FE66B6D8FD1C0C80130541609759F18EF07BCD133 78CBC4A0D8A796A2574260C6A952CA73D9EB5C28356F5C90D1A59DC788762BFF A1B6F0614958D09751C0DB2309406F6B4489125B31C5DD365B2F140CB5E42CEE 88BE11C7176E6BBC90D24E40956279FBDC9D89A6C4A1F4D27EC57F496602FBC4 C854143903A53EF1188D117C49F8B6F2498B4698C25F2C5E8D8BD833206F88FC BD5B495EB993A26B6055BD0BBA2B3DDFD462C39E022D4A1760C845EA448DED88 98C44BAAB85CD0423E00154C4741240EB3A2290B67144A4C80C88BE3D59AD760 E553DAC4E8BA00B06398B1D0DFE96FB89449D4AE18CE8B27AFE75D2B84EFDB44 143FD887F8FB364D000651912E40B0BAEDDA5AD57A3BC0E411E1AD908C77DCE3 981985F98E258A9BB3A1B845FC4A21BCC54559E51BC0E6C22F0C38540F8C9490 88A0E23EA504FA79F8960CC9D58611C519D3ACDC63FB2FBCAE6674357D7F2285 4BCC9F54D3DA421D744D3A341DA3B494BB526C0734E1A8FC71501745399F7683 FD17EC3044419A88C3979FD2ABA5B0130907B145A8462AAF0A9B511D2C8A7C7F 347FF6AC057E6512902BFD2918E2CD31DE615F5D643764E900B60287670AE18F FDE15545D8BC69591A8CBBB275AFFC9B14BD68DF0AAB32268FB84844D4DBC7BB C591C1AC5102C50A9C7BAAA848DA88B0519F0F5F0813BF055CF0E3C86F633A04 B779D2E8E656DB1E09A66A85FE21CA8BA5523F472A229E83F2C4E91ABA46C733 F3C7B5775B06C97782BC225C46385BEBDC61572458EFC5CF4190AB7A9C1C92DA 29F84BAACF552089195966E3AD9E57CC914D20B6962BE80429A16D4DF1ECAA66 36C4343FADF0B2B48F12E2EB8443C4AA29D00949255F3968617F98B8ABD4CC12 048B838EE243A21AC808BD295195E4AE9027005F52258BFCA915C8D9AED9A2C0 80814F79CF943FBE3594C530A22A92E11BE80FCEC1684C4F56712D5846B0749C 9B54A979B315222F209DEE72583B03093EC38F7C5B9F9BCB21DBE8EDDAE9BE8B 75ACE6B12A31083AC8348EC84D1D29D2297A266284B7E9734E207DAF59A25F4E 4AA38509E993C5394FED76E6A2F25462685C4C86C6E8CFC9863338EC1428BDFC 74616BB1BC8948B0ED4C87C15B4405F3A7796F9DB3798FFFE8BD0A94E834817B D5E9812E308D0CC920470A6F2CD088FCB80462BF7CB3F039A7DF3DAF5B2B5355 E083A385CD2EAF0FC181E40E96DD7E9AB9EF5C7E6866A13B8A54718E950FE097 EF0951A357114F18CE9933D28B3A77AA71E3CE884661F13284BCED5D5FD1A86D 543E588FF473DC2CF9A4DC312500135F29C2D0174B32018C8DBD40EF9A232883 710A1F2AB2CD11312300ACDF789A9B7B93D2035D81D1C84984D92D78A53A00C6 EDA94B24BBAC1AD17774A4E07E6F74ABD90415965616AD540C8ECD8C3A44EE4F 7F4F6BB6238C5062D63FA59B7BF08BE93FAEA70A2AB08FBEAAF7DBF56B95FD93 03CA406543BA6C9527D0DF01F5108D31A51778A5EB1C93F27B72B46146A353A2 01CACBC829603B9989A87CF64528682CCBA0562A8165B185C58A5C6BB72F5E89 500ACCAAB8ECEFBB2640E99EAEEC4EA979AA793D013D61D8ACF8784FF8D9398F F6A252A709324FB39509F0B3A4E725E82F53543383C6765BE556CC897C758208 AA3AD37B0406E4A79F8F0A6C1983FC73E71CD858C0DB66ED66D5D992978614EE 1EA91EBE191E082EBA1FC040AF19A2202575C2EBEB8058833E3520FA03D2F915 85C1ED337E457B9FEEB0C6EF2735EFDA6E0D05FA641BCF698AC6B97751E8306C 4DF00A39B8581FF53DB8F8525FDB196D85950906CCB59B8EF171349AA3B567B1 6A00819947A995FB383C3C1709C9A2C113B2E40BB832B7D4A0FBA0B16A2C455F 55809CC425C403E9668DC66BE45B71A81C332FD4DB279D22A2959962304A8F18 085893DAC61317D24A8F198FDAB95F3B86F0AFD35047B868A9A17037A2829A02 BAB042F75F349E197A7EED41984C2859754CAFD0251439921C248B463B516951 2E1322C80D73F9CBCAA63A585450275AC2492E4D3FB78E800F788254DB5E610D CF788DF5C70FF99892BCDF16133E34B24B77C8F097F546B87C603DDB8998B66E BACB68BA27462AF54AA405682EC96D701F0D474DECD5F95CA2102DF639EB169E D518162C2BAE45FF698B6DE15FC6E7DE48C336C40A670FD26952A6BAB09115E1 991F0073419F2CC2A1C08BE91096936AA0C37E4ED3CCCEE235476074B8FF1125 6BDE3701F85532D8BB64CCC927CC335281C95EA689706F0AC717DC2CF680C754 E5EFD7FA4BB8880B2B727A964C876D4A223069D4E6001771F0E23EAD2A4BBC80 E76675297B2EF05F52BF4E71B3EE2BE3048CF088C79540113C66AE98B2FD3CB1 B0741A215FD070882C52765009D7D711DAA2508F19AE7DDA15229A856AC49BC3 4DDF40814FF96500E4B9B02D412E94623C5FDCC76C0FB8E42DF56A904FE49D65 1DA7C53901B2EA71AB658A464D3ABDE27D9DB8D9E0B48F64E61A2495AD5D8DAB B5E72424AD017DF37964AF911BD7FA21A5EB4775DC8E95EF0C0EB856B00D89D7 8172A1DE8530767D317B8256103E53CFB877E10686A04F5A08F8DC58D843DEBA FD5F40597588663D103689F6EB3EB14D06E18C8078F2538B43E712DF491FC5C6 AF639256C8C6134B64D560D8476DEA6329D995E46CC4BC78841C59E73648B47E BFA7DE0846422F738454AE77E822A083405289247BD7C478BE4974F742CD6051 E99FBB1D1B3FBABFEE855174734EE45E87D0AADF32B1283B911162A9955847FD 38944D70584FAA6B1A7191C5C134B73F98EB632B69E2F0C0F94156787C34C8A3 7622A029D58F9626B74F8A8A1F3803E0BC20E0EADEB1E99B70F1BD9F980FB751 2A842843DE42EB142A84D5D3138629AE9EAF6F3479C423E8829C8816FA6EFA27 DCE5580E65AA9854B1C64163DC318420CD993C15BFD76A8BA1182860A6B03D6D 22B8CF43CFE6C8AB27C64842E239CAE707D3086BADDE1D7C94E3BC96319470D6 8D26915C575CFDD03271D6BB9DE86A0EB6EEA6E768B224A626C62A9AB48A6EDB 44F70BB5AF991CDF9736D65933E81CC57A78F623F33EC9AF535F2F25FA4EEC90 D50DB7E87F31E971A75A33A301CA6013EEC5A4E179D695B33DADF2C98364434A 42926776000B610E17524162253F6FA638D6581C18F99EA0BD1D2E24D2424ADF C05010D08192485153DD03930C7BF45237593E484F9851E6D464FA10FECA5D9E 0C8CCC97DE029030900CDBB491C5CF226DBF903CFE7735D939C3FDF3A20B70CE 66579B28B99313FEE914E295388C7BC8E055A2E54EA3A8206D3C8F4F7C0BA5E6 E519419FD8CE215F7B8E9BEC604A9E3FE272A0328A24E31997C8A91E0946BCF1 6943A97CBED2AB9FC636B49828BBB8B89E0BBC2653796431224895ABA5DAC41E 1854BD9764E86147FD7624F736F40DE3B7582EDDFD15C2BDE3F22B5A54D7DF10 B87A1301CE85CFC061689A890A321412A13314AE96DCD3EDA75035FDD8F4AB9B 897A2C68263A68457032C469987970648BA2D88B1C5375DFEAA35A917B8A952E EE670427942AEDB3CB599C5746180E392837D371E15D860620ABDB6AA7772C40 A5E346661673ACA530BE3D8E3FFB895E5DA3DC23B1B43C080C77F7E47847F0F3 F3AA5CA9E4BF75FC5EBD18D19F21A7DAA3B11CABC6E4070A15F7DBC8B05EB6AA A02EF1B078EB66D61D6AFE41DA9B36FE7EC9EF94D1EA26282A9871E2CACB3126 2AD49C2D9B50A6E47D8F2CCAD50992D1B430979A45FD9E76182A19964BB2A1F6 51779A2B258DC1DF4C2F3074621286831F3848AC152DDD2BA561E6586ADA88D3 598A2CE2CD048F027CE0008B828BD915887D7785341E8305DF2346ADB76BE99F 87B02173BDC334E9221C8DF54114A6B24C1C5340299512FA6C8C51AB4C8778CE 178CEF531C6D1B5FF0A1BE8EFF767F959BD4C345C52699A29A17B2A230842BF6 4B011217D6D24EDAC3F6D53482786F1CA33169B90ECD499407D37CE9B70DDF78 7B7547B32952535BA9ACD1E244447AE3FCED3AF28717083CF9590A09780984D6 AF0743C82AE4FB3E2BB2856A4153A3967A023FFC35382D6C22D84A924900B6A6 3DDD400E6D2418DA6C27F2FA34C075C902B89EBAE658B3C9A18EEE449DA5A379 337DE95CB7AB3F0970CF1A5D8FAD8090E495570FDFB2FBBA79244780D8035547 C5A55BB21A2270F724BF5D442CDC5BB9F09BE0CAE59B1C2270F0BDACE698F2C5 DE8F66BFB9634904B161F5BA2B1950048300D69BABD312D58D89C4ED527AF7BA 7DA2478EDC2CDEE3473DD8A8ED9D891CD1FC21F23013228BB3281B71FCE959BD 6F8E9059D682A7FCC5265A0620992D4FA8D78377EB34CE3ECA070EE3707239BC 98907DB0120CE42ABA32CF97127E28382BDDFD685674279F588D4F951216C355 821361790F64C2CC720DE97E8ECB57326C43EE47367628E05769E106868B54F4 C33C9951908DF6FC4F5ED2C7787BD8FA591BBB3E9C6C1DA94CC5E38D9B20C886 7D237572FF46DD896A4D6163408EA6CEFAC398EE041EAE29D577E75326CA17A6 B072D47A7B13EC441CE6DAA042ECD02134CBFA6809A435050413817193DAEB16 A5882C8AEA44BCF36E74E9ECCDFE7E19FF5A5DD7A94E5AB4F8702C3DA7F42325 23C808670A0490F5B373DADE40814FF9650241D3D69C91FBC5ECE728F827D9BF C928602E05477903449E079164CA39859C4BCA60C579F490AA455F82B5050BB3 969AFB478E0D4A257B3356EA3CD62051FCE6C6B1929CFF85BFDF166BEF658E10 3A55E007F38EBBB248B3F0B8ED1925106B499B762E45113AE1AC9DE09644C84B 9C08034B297314EE69BC32DB6E7D7FB9913CE5AC17E7335979E9DCCE2BAB3725 1976155551F9706A576FE0E3ADCCF72C87683291528ECB749CB0ED291966E239 B5E3630676BD409E08F85BC1AEC9A2D4135376284A96EA24431243BD6FE8B966 95F11A4BB53F392E0AEFEA623064FF8A7002367B0A515635CB2D2DDFB9B4A8D7 FE721754E81BBA548848A235B91AD4E4F7DB19CCE2F61D277FC00AB956EB93BE 44AB4970CA56BF59506C94ED160FB1E25D3DF2988A532BDB787BFB8539D22986 FDC378AC31444E63C4727FEE121A43751043849E6DCAC5B59D0FC703AAFBBFD4 E8B7C268F21615AD02CE9DABEFA27B5FE6A6441B619539CAB1F810F1263447AA 633F5DAF483752EF1A0421740E3A811D2D2898CBF53E7F686C9223FD7235F02D 6F90D2D48CC20AB87778DE3C6FB335E0F0EC20B5DC5B65223FE117526DE2C72F FE839DF93CB2A7D66CD900CB325F891E311BEC932F703FB4FEFA29DB8B9C88DD 375EC71B3D58C7BC59ADA91971A3BDA1ADEA629CE6CC92BD542CDDFAA7706FB2 6CDDE2DF07E56D6741916AE8E8744339816F3E6C38062747AA9FDA2A2678A6B7 EFEA870AA3A4D71B25EE3013EAB1DBA34401B867C7A41AE51E0421D41D3BB83C E120C8FEABA6E5DEC53A689C21426D4BBCB68CB37568761C360E6D4E3596FB7D F4DEC7918E58C0293D12D6DDA7E9DCDAAD7C939F55CD1BC4A228B31E9A904156 DA6B40B08E6ACE674618B768DD681C772A3E55FE096CF949CF3B0460ABDCD891 D17B37B355B29AB5137899C036F31DA026244FA25FB798FBE5105BDA29F46538 D3D3AC1001A7BCECE64DE94FFE6C354166A0F97256137BDFA07F6E22A3D1D2F4 9588DBAE95E895BC5E64DDCBBAA8D0A22C229B42CB717FC711E7E9DF793DF80B 9F14754585A3C7E17F37B32924B9F9870DA8635E3E18BD1DCD81EDF01834D9C6 B33F23C956C2FCBFA47D84422F583459D827D1E120B97694D12F1F54D02379C0 D288F7104F3FFCF4F76E3494F4ACBD1BE3A15543CC680924C78A473F8E311ADF 8FE00A04C6C393DE61AD3EDA5BC031E2353076A2489391B52632387CA28A7B93 FBB065A6EF3658AE80B1ADA47E9B2539E73A71FA75645F85ED8ECC257FB4CF26 B6C912DE9D0F9899E70BECCB934AD32CF49A093371A9F73DE6255EBC39DE1E7F 00D0CBDABD4D0383977E694890E71FBE5C376BE5F3A80C28987417504F515C50 909F3D31178BB9B1D085BE514F71B910A9085BD6122DDC72A150BFE266920E49 5661BCB4BAB51D6DEFE32B616963DBD989FCDD1637B294CE4E288655FBEFA1BF 7F25BBF8CF17C2D5FD161A7C2CC9CC7490D9BF15A1D35B3BFA43ADE256E88BDA BD490D92907C57BAC408A575EC84D6AEE070148C7C9A91C03B09FDBD792E8FF0 C0B886AAD2EDD86541E5E579359D40E3AC312ACD3D8FD49F71BD533DDF8859B1 BAF17F1884E331DD07CEEF93B71D492AEBAADF7A263450A7A72210CE630A0D37 BF024BDC09ACC882816B8C22C62AE38A3A8D0F6EBC2B1B2C0B8161A8B076DD5D 4B779C0788546BB4CF57332230D237856B00D79C28A7C01D11F44B7304F69075 94B97A745DA43D1BE561372CE611C345A843834E46AD9DDB16CABCD3FA33D6F1 F6B5C0497F5EE5400B305CDC16A7EC286AA4D45D0EEBB9DA06AC9C5294D68EC9 E4DC3CA2B92CE8FC0526184A86EDC7AB34D67E60AC12D9CA8FD300235EC968BA 92C6FBDA47572BC5600F25249F60AD287CBDAE980E747FCBE7EE5CD323E733F0 63553B494D3DDEB9CC1480B5C3BB79A28E419AA65B18CB297AB383419E890E2A CE6F98C9900CCB4675280A10CF060B8D220DDA1BE55DFA65715EABCC1AFAA271 B1F8732341613E17B231231A0D24D4D7FC198AE04D89A99C4536217769C6FBD9 5EE24A6302F97438F7C0E311C878F674B4477A5ADA3952CDE4055AC408B8174E 86F8FB797646DFFFE0ECA25D1BAB9A9F71F3926D3D85AA63E7A8C931D71E79E0 AF1EAC26FADE468F4FF7F3861D14C10E3BE1F9EAFD6D3A544E8108D5DAB5B180 3950C74818BC8AF4758A108F462EF1826647A49667F5E482038C54716856D9BC 35F29922846D2148F92F943E951D7438C73D6A60459A8003174036C64E1629CD 155D47FD04B03C023AD67CD5A70C98AB556EEAB8C48169706E5B352F6505D580 AC945171BFE62E81F8F500438AC3B64D857BA5BC54C2C4BBB237F8FA51296255 E66A92A61FE13FDE781D393557EB72CEBAD86511035F775FAC39A0479CCD400F 226709118F887F47CC2ECC8F79816D4A945B2845F50AFD62D8C9A9BBF4739496 9E644BC9F7B04803B7EE75A09EAE94365F6F374B4FCEB0B506C76297564B9B6B 8B812BC3A33929AA94692572B010E6210AEAA312BDFC88BF302244AB9D587A9B 919823FD01DE12438D960944D1977800FEB49E638C32E5B188B1CA033E0C37EE A142F746367888AA119535F0CCAF7EAA461B790EB089D2D6962E28A398439BB7 9C9943654D7A2D765B46BC0DD1F915327F369162E1BA1BA83110B93F442905E0 523BFF5E279508A98568CD5CFD18FABBE9D17265A9081E7BF64155A2CE3C0DF7 88D00671AD65654709589BAD7EA65BBA811387ABA5CA0BC3F66D3D48597A0D1D 2C268375DF47CCF62166262AE4840AB03BF49BE67A05EF66328EC729F03CA5FF AD3937FC053E223303565DC771ACF32E63DFB96D5030E787961D72D02C195C66 B48E9AF0309DC169CFE8D16E2818DA94693A18F027DEA0D916672480464F7E22 CA6E431FE38D3FC019BDD229E064B72C545C61C6EA55984565CCA88ACB01F744 3B4593CC8944C70F30925FB48A16342CC26D444F54CA15E5A624C4A2DAA2AEF8 404145BBA339F2A2D6FC2F3ECE54387761CA1213C8D56FF96E37C6147CA44B84 262EA87E7CC10D931E6B5B80D7F09813498497AA84ACB4AC69BC6C8481ED2953 084F560D7B1CF90555E69BD2AF7C5D944E8E3506165014652462BE1BC81CA341 E1B0725159D36DA0FFF3577D1DEBC5D91AE683FB0384 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMMI12 %!PS-AdobeFont-1.0: CMMI12 003.002 %%Title: CMMI12 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMMI12. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMMI12 known{/CMMI12 findfont dup/UniqueID known{dup /UniqueID get 5087386 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMMI12 def /FontBBox {-31 -250 1026 750 }readonly def /UniqueID 5087386 def /PaintType 0 def /FontInfo 10 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI12.) readonly def /FullName (CMMI12) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def /ascent 750 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 58 /period put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5 45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4 7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7 72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89 974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674 11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBFE3573BF464E2BE 882A715BE109B49A15C32F62CF5C10257E5EA12C24F72137EB63297C28625AC3 2274038691582D6D75FE8F895A0813982793297E49CC9B54053BA2ABD429156A 7FFCD7B19DAA44E2107720921B74185AE507AC33141819511A6AC20BC20FB541 0B5AAEC5743673E9E39C1976D5E6EB4E4D8E2B31BEA302E5AF1B2FBCEC6D9E69 987970648B9276232093695D55A806D87648B1749CB537E78BB08AA83A5001F7 609CD1D17FFA1043EB3807AF0B596AF38C91A9675E2A53196FEF45849C95F7DC 182A5EC0EC4435A8A4B6E1CDBF9A5AF457564EA72BF85228EB6FD244F2511F5A CA9B71A65D53CC06EF5F7EC3A85106139A4D312378BC22183C09A229577B793A 1B7422611C03E84BF809F46C62CE52D3AE29CE01C32B202ACDAA5B72733EB0AE C31D7EF7BA88D2D14F85313F7A8B9B7A5B124B03AB923744D336C969E5CE304D 3AD977A46664479EDEFB69F113024E761C05FA48A54072DF9E12C2F352ACB3E6 D04F6EEFFDE209E7FA3DA22E5B1D1409461F4286B7F4F8251B44E5CB7805762E E129FF4A06A7458F3191926B1CAF70E32C6571AD2DC07C34FF62840896F4D200 761B1A7FA356526D1E3AB4C542AF13623BAEB9F61B1BEEF79A9205B1FEFDAE24 8799D516A9ACC30BC0139C63C9A0523E9D5439213B67D490C96F902958779B8F 68BD8E9FDDCE8A3A2E35877DB6C94B7612382ED8F218EB1157D2ADD090A2448D 10B99FBC9211C5629ED1C61C74FE93041E5AA03EA4AC3FFDA00C2B6E719CFAA4 262FE17F66804A6B54D3669836EE4367D2A2991580C5564463C973CA0DA38AC6 922716E13B4A807B50304B8826CEFEAA47C305FC07EB2AF25FA7945797237B16 56CDE17AB0834F5C97E0CC5741B061C6FF3A8DD1A79B9A173B66A6A750538E26 32FBC92E75BA15CFFE22A7302F47908547007402569158F62C29BA2956534FEA 7DACF1E507AC309DAE8C325F2A6023D2FBD81EF42146BFCE6A16A6310A650460 7B07BB7647C8760FADDF0DBBCD3DA6CC4645D1732DB3A22D8B76E1D2D48E4D4A 46F4BEB80CE65F3517283A1AE08391FD1C10ED452133706BC6725AABC80107FD 754A8BA47B0281D479F052CE26A723EFFACB79B213041A536542AB334769A2BF 88505D82C498ABDD5A73EB539530F47CAC52825D16A969C8BB56D4A7F2830B8F CB63B92B576E7BD922A4B25E634751F8A3B7C4EBAFCB373EDC8B8281B1D1371A 7844E9AD990CFF09F0D7ED73A5CF873D2D5C9E8A9923CFA31E1A4B4CCCC40760 8B3AC8FC3C88BC08BD7407725281BB879A1A822D94997826418F1B89D303F2C0 BE7A0102E6F529630CBF1BC5BF3E4578C164A3DDE45E62A957EF3FB7F0FBBA6B CA1E79A1ED195B6A11CFB345B663C5E72FA55D80476F604F6C4257B51686AE25 8F7D159FE605DDA0AC74BAA5034F29FFFD403070013C6E2D8EF6A0990D91173B D5A3AEB98B64E412991505C3CB7C2CDE13C091FEB3DFBCAF30C4C19511102300 135BD5D444BB55692013F52056908DFAB2ABFACE81A58423ACEC59344CEF7D4A C5A3EFFFFF70759BC3E593D878281225060B97D1BEE6B26EED90571FEAFA1812 1115C0EEC892F5DE6FDD68321A0B3F10A2D771B79BD85476AF6018472A499A86 07D64CFF4550866AFE590C471C80EB12CB3A989A60BC7BED39097C12D9286E39 14C7952C4C64820B4DE44A1827B7B0B535244E93FDB80036D6332F90F95B472D 7031E7E3819E881BD0313CFA112EB3AAE943C99C47635CCA7E34DC0306C04E5D 2E9F60FF037EB11602BE74E8E6B711392E866E3E55D988F7C856417A2B9C186D 639819B4786D039B77F8578EF63C088FF28BD08D8353031445C8498A8F445BC3 D08923D32AC04BF3CAFEFCCC1E77EA894F4E846F47EF62D6841B8D8576FEAE8F 90044626869D04D61D64D56E8C51AF8C18D6CC3FEF3B6C4F7D56FE3260354948 10104F69B117FB8269292579A7D52FED688C663B643D8D99F13956612271073E 1A337AED059B7A93819A28CDF01569CBEB51069D22ADAE25C47355560F402B2E 8C9900DA82B79C64497C8494F42FABE5AC41791C2010D98FB7E593C744F250DC D837DB0EAA4F75D0016970F3AE8359878A08CF9A697A06C5EA945819151265B9 1A12122B98F79185DF852257BB4798E7DC03712EA6ED34F6E6AE1476788DBC33 9229FADB8D581BE1A63F596698DBD6DB98A092F67197A4FD4A50B648F2691875 EE2495D6BB310078F516785A0CEC7EB6E8305FDBAEB1D15690409FE32DD9CFAE DBD3866FB63EBCAAB73E3E4BE5D7F3AA44793938AAF3F8341683F0790F1D46A3 60CE083F9BEDDA22E0639A92393960F86602216FA51E2754BC2F4CD0BDECE3D8 FFAB7E0E49613DD4956C9A10AEA798BDA1F756C755BEC12147ADECAB0FB73B7D 203A11D84DD2AB5AA98FD38C1C2573570FD49A4924A94A106D2A7D850E793608 FB135853E8C4204441CDBE697FD0CB330B1C3596F32D2BCBF263237EAB362D09 DA6F531B40384DC91F30674760CA7B64BA1968F6A7FC9EBEF431A1AFC5E76D7F 2D44DCB7F61C7F6B16196B3E8B47343F572DBA8B8B21B43E35BB6B2DD5C7982D 244FD4304D254D6CCB5E8CF70E77F50812F41A988EEB3B26BF0F6F69BBA18077 31134B5A5823D10FEF6201D045AEE7A24E0F25376E9FC66340C56C05F6CD810B 724D85CC4BB8D789834A447CBBA159565D08BA5793D8599035BB5063271518E8 F6C50E7DCE71B1D186270DDC860C6DC0CD506010EB5B1FDF6BE47A9A18CC15D7 D657E58BED9EECAD5CE5D49F63139A39BC52C6584BB2C3264D51BD584B40F8EA AFCD8B83F548594386EB2B05CE803105E84931DC6E7A1398073D48E130E0D907 CD0F1ECC3254EDF5D4DDBF44415DC9BA66C673820CDB0FDF033D59BE2B5EFCEF 01FF9D33EDC88F8D522E07F1689D024DBCD09A16A63519E1764C8630FF36058D CFC07027E0ECDA01E0E85B166C613B22F587B4D355EB018BA93E92A36007B4DA 287FF5A91F7D8A0EDF5554ACCF45AC8066E88865C5692E63EB99CAC81367B605 8E6C19EB98EBFE0D2D161B447B9A70CDD1122C7B78A413369016E6D8481E2AE9 9AA97B5DD0ACC9B0820F7742CEB2F46F89F3E2092621969A88DC0156B4F941A1 6BF1546D4B136657C47B082A8A35FE96016BAF3D9679B8C32EDDD6AE6DF3BFB5 7854074FA019707FC22BFA82299E72ADF9A980AE29A8E2434277E58B01F6B03C 192E1E25DADD49F6E3F69799AE62B56E00B60A031BF8721DB8B2CB6D4A4C15CA AB1FDE010AB7DC0DDED977389B101B8E53A949222FAA126656E02817DD32B0D4 A49516CEC2B97EA7C78FD66229B044EB92F502384BCC6CCDFFF995EABE3BB7A9 50D5D1AED861E7D3BA8D333026C673C5762712E763E59261426044583D789C67 A606B96F97663F92BF104CE02FBFDFC521EC0D6670B7D4F85A229F51426DE912 3B729C4A535FB7C88D0A5E78074751B58885DD6BDD2DD9E9C83F105E8CF63DDF CA7DB39D0319CA7CC2E73F42747F007574DE25AE1538B4D493D22D0D5F0F80C6 5F6FA3937C8391DE2F0116F81DB2DB0EF751EC838A7F85F163A6F48804E84B96 8D715EF25B7E2A5CAECC558D80F421052A1D698F3B8452AC27E30A4E6226E3CE 084C8A83ADA0818A110923CF7AC7AD4CB92AE4ABBE0A9EC1FF935FD02774C1F7 92A278E513012AD17722A23C55EF82E18F8847B5CCE47F4FE3EC508BA563F7B2 AE56C94285A18DED4D432FB0CEFC05A20BC17DDF9FF919C724810A8ED7358A27 97EC93C1A13C443A91947FE1F6F528EA7B628917FA7E554A1D7B31ED46C5ABCF 92BA57961C8876DB4041305EBB029B03D8351D5E2819FF87E97ED214D8F1CEF5 7F7668DDE223721C0B810F4A4AC81CA4EAC86EAE546E1B15D91E626FB9A31824 5BFF17C4E79FD56ADBF6DBF01BAF6453A81EBDCB38A5FC0FD0FF0646B3B0D199 13E2E59A1B5CAB6DE5329BE389BA0E2A2AB55CA40B711ED746C24F1E48892E76 6DACF7DA163CDC90CF076763008E7A899870CDED5A80758E6177BE6B93B07EB1 5800A3BF7B9AAC3FA825CE594EF5B7546B181375FA8F37608DF17856D2F8EBD5 6030A9E6F6BEAF224AD2AEF76D03B023E2FCB922CB8E3C6816AABB61FE6E4F83 F21B4935102C860ECA03DBEFCA461F0E5B93E5A8D18440BCF7D1D6252A24CB6E A64FDAC8B67C4888519AA368D9C4A8C08C7155DF5BACD75C5196C571C3C456C4 7CE8D90215FA6EE8CDD72C48740F7F5930EC3632DB63A9C8D2DA125088C0F05A 9FC83D16B7F53163F4EB6FF372C6C3115F1E68EB35967D11126EDEDF0BF80817 E68A698183B3EB0A207DB43786E1B9D289359D75AD5E465328CAA90E712C2962 AE2A466173F2FF30EB535A6054BB0B875DC8552C16B49DF17CF84D98D35497BD F55E273FCBB0C735899529A69990E09149FBD2DDE64B7FA8D50AE83925DF03C8 0B63EA158FBABB12A028803DA4B9DD6C48C0FEC469C4E730729F4BB420D5B003 1918B4AE9CF35CFD31E8E62A44C0484E3D00143BF1D330235E821E5CFEAB4D31 7CB4604DB1F310457FCF9075A3527279644D908DE847CCD00B6F50DBDEF91D3E 38238CAF550FDCABA2C3A46237218DCC5A09AFAF69997E1EBDA7EFE6FC99ECC8 5D4AFD5EE35FE2346BE79B499EC8EC436868154A947D13BC02C780EBA4B9E64F 3026F1BF5DC1F8D64FEA1281EA40B4BC355638A3A59BD9055BCBB232FA45EA0B B405131B64F105814019BC55466EE78E9E9ABB62DB30EA452F7EFD7196C76A85 15B2CFCD89922CADC0F392B0C54A231F3999AEFB53C24EB0C63B0C8A1A1ABB6B AAB2F93E5ECC7AB90EADA320E918106BAAFC1F8C425C617639984629018BA674 6FF4F338AC43E23BC3740542911C058D43A49A11CB3A0CC8E3088BB5BA6048D6 CC2AD250DE956BFBE83BB24C945C20D9C22E7105983F284EF478F9B68BFB0322 EEB7D62802CBAAEFF1C2332159DCC7243EA40CE15C734EA905E04C476B178B82 A08ABCB0B86A7330C75E62EE7844C9E22DDB013ADDF20AFE08122EE1B930A81D 806A0F8CC584CB7FF5F56F9B35E5FF78FD93E7E4A40C64537464EAA275FE88F4 461FC6A467C8A69B9A9FBC10D44AC1B753D313A8E7D97F5FAEB60F82855658D1 4DCEE043C8FCDFD8A29DD091F3BA55874A458B2B8989F35055C72FC411382361 9AADC717E602B48D7C9521D3971A6F7EB19D539445DDE9EFBC5B58FA9E5E426C 172C45CDA24985FC4632287FC3B15849DEB56F5A061993AB10A6BC59868534E6 69888175053108B77E4978D971B4EC57224C0F93EEA4C15AE92254140A94704E ED5666FC06C5341F643F779CC88A9E81891565C63B6F7F6286E664F4E0A48690 356DC96F1B98026C563700772485B83BFA06435D4E0793EF822F423C93FBACA0 E5D889D2B76771C6F0EE997A5DB43C2F6921132890406E3C33F6F159B14C5D78 7C151BDFFDD02B697315F191B5490073EB418A4FF2A398C68D44F0CD1B87CF9C B52F12728B72F94D752D23151196A256908135C87991E508B8906CE2539DCA8A 31F86809C8C6C18A09F6129BD7CDC6B37E76B648788056851F22BD3E3B5772FF EC01D822B57FFDB3BAE624F05531292641FD6A7E3666152D18F6C653048DD7D7 98A942C840C4A0FA662F260B21C64214152BB86F03662A330109C5AC0A5EBA30 C6201F558858130703DF76AF4FBBEE069BDE45C0D9467077D85FFED4F9BA9C61 AED87D67CDCA453A6528AC5BA153E1039D9CCC556CEA5CBB542265FF54A1B208 E0E13740E7E7C26AA00AEE909F8F3ADC2726081A744D8EF6BB711BF5F611A900 76F91C26A338DA13A7160A9F42410CCEB3190000D963D036FDA05A29F598EF40 8FAE6F8E7E6F50C99C3304A573501C13A00023085F057DF331E3354CBE65D573 CAE73BF15B3B96B502E0AAF2B4A86237E98A997AAEFFF4227D5A26E8972C48E7 761F430733E6EF8AB2D903C17FAFBFA21C25F8A0AC157D397BF3CC1AE7598F0A 2BE4FB46B29443CE57F41FD5F91122E9D86F903E94D5B55E2BB95949C156D138 89883BEFD634311F9280C7F028DCA6408D3A682DF5B55B9F7ABF08F019190F60 D39E4F0E80F0594235B09A5320109638B938633A2C196E4ED2B43DCD8643C3CF C6123B076B7F73352F906D96FDE0FBF50CCCA432712C574D5857838BAC30B485 D25024EB254A7EFE57D1DF0892C275CDB3DF77602F0FED0FAEBC644BCACA04B8 B424DB125E487794CAB36E01B5E1A26F5E1E97A739AA36D77A12F5B45338EB39 AF36CEBDED55DCBFCF497FD475FC6BAB5530AD6153C6BD982564EE8712185F1F D5EA7ADF4104661168A01994C1FD773A50C8AD6A3E4D332E4D59521BB8BBC6C3 866EB4AC3EA4532477E6CBF6BBF0860031C3B916AA25E3492670EA67F55CF4FD 207C684A0DDB6F4AD21B2909CBA71BCE2E762012B0927BA72367A6AE0AF87F73 756C9BC85E4EDE35317E2CCCD138C02C7A8013AFDC1A48C3A4BB8EF257BDEEA7 60E012F54D12D31D18DC59D5E526F12567B8688B4B67E16B56713870300016BD A3B9DA87FDC865246AF8E94316799110D86B1DDADB8A673402D4226C519C058A 1D1E5A5778584FC28AF12819B1924060BC4F54B1054EA6AB0149E04B8C4302D4 A56D8A347EB5D3D2A0E12CF7E35059BDB53D9FF6BD25F6D9619BC4669CFC1048 C6C9978B8751B840F27D82A69075832BE59F55C1737CBB1220FB8FF691FDBDF3 03BD7D225A9372AC221C38245E48320E1CCF898D9EEDD678E5B8C65B7F588321 1A3953EEB9B39EA9A8CB72DB08C3E9234DFFF5FDF9DF804C021D57E97DA7622B 97F4CB6E0EB640E0DC9EA15C5193F92A3A7565F4C7A4C9CC327F7CD2C44900AE D9E76FFE62FC37FA376E77131B566AE67C3E09DA80F198BBB995EE8FA47EEDB8 4B467C6C7DB8AEA745CF8C56B8BE56534E9C56FCB2B7006426DFE93D728FA4CF 94F131C549814E54ECE7C914C5FE8E4961D3437CE7475D03534B62650F551D97 201C794AA877445DBEB11C85ADF6119B05360700F8CEDE4766E3A1D7A35CDDC7 9ABF7C619E3868A39D1852DBE1EEAF5D7898C78323873AC005542B68C43C5000 CC58F675EB595F87C879694751494676465891E8A897158B481F11A171CCBBD7 29603F00210CFD7FF31FE3D273933ECC34AFBCC4108D9B76D9ECE63EA06CF939 4799092A54A749DACB82C1424E9879672C8BC084C360014C9C1B6D5D65C68AED 66CE329C3AD712C0A36BE7EF03FDF339CAA2E0336D387A693B1DFAB5D5164E31 14755A158168962C9B399F8F1DF3FF5060D7464D5071058C30C572A2BC7DEE53 84BD7614A4BEC4C84E18CF7EC81C811724463BD46CECA5FB57B0F55EAE20CC74 6AD815D1897B037C197D2456797B992C20C70B663BF99FE28C513B4E221C8E12 49779F8C0AE8517048ADDF7CDF0D698E3EFE60071C4997B7F5EF12B6CB65390C 224F13FBB99FFC034C0710F05019899689B6D3350BBA65C7CE7C2AB03D81B9A5 5F3D65E4D462DAB189006669F7390A78A1B8908A4C913B15DB8827DFF15BB9A4 A6037DDB643103B937257A7DAB025F09D53FBBC2BCB6B0BCD8D56B2B2784E498 1F6CF8470DCC892AD0CFE11578718948BABF9C1427084643B66BB9181094E29D 5FBE37708E1D8A6B7518A96876844CB66954227A7A6AF28DD075A462526DD5D6 40EECC56FA366106E55C7068997B54B7F0D03AC1AD45D28C67C7ECA99DBEDB1C E18A79C353113E2E05B837E703278B202112B1C69E42A69D64B62F0E7D8F7E5B C1F93F0F99EC20EF312046F4B0CD7DAB31E422070B629A7FA96583CF3F1519CD CF08806F40ACD7BB5C960F21E9DA7FB3C72CBA0801ADE83DF738A4EC94F2977D 2B95A166BA4AE28CAD1E37FBBF49D342CDB4DF615E2C5F3076313AC517C350DE 710F5D52DE31DF69864D29DABF14234DF13904BA4333B0D714EEA55CDD79DE45 FF5D64259C877191547076B1C7684CD252C0337BD9DF66CDC5DBAA4F3102F2E8 FE48385C55727B80D11F3BE0B7568AA9356FB2B180A6B1392D620DED02F0B736 5F4399FB9D32DFBC8ED942AD311C82250DA8BFE98D65 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMSY10 %!PS-AdobeFont-1.0: CMSY10 003.002 %%Title: CMSY10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMSY10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMSY10 known{/CMSY10 findfont dup/UniqueID known{dup /UniqueID get 5096651 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMSY10 def /FontBBox {-29 -960 1116 775 }readonly def /UniqueID 5096651 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY10.) readonly def /FullName (CMSY10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle -14.04 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 13 /circlecopyrt put dup 15 /bullet put dup 104 /angbracketleft put dup 105 /angbracketright put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CD06DFE1BE899059C588357426D7A0 7B684C079A47D271426064AD18CB9750D8A986D1D67C1B2AEEF8CE785CC19C81 DE96489F740045C5E342F02DA1C9F9F3C167651E646F1A67CF379789E311EF91 511D0F605B045B279357D6FC8537C233E7AEE6A4FDBE73E75A39EB206D20A6F6 1021961B748D419EBEEB028B592124E174CA595C108E12725B9875544955CFFD 028B698EF742BC8C19F979E35B8E99CADDDDC89CC6C59733F2A24BC3AF36AD86 1319147A4A219ECB92D0D9F6228B51A97C29547000FCC8A581BE543D73F1FED4 3D08C53693138003C01E1D216B185179E1856E2A05AA6C66AABB68B7E4409021 91AA9D8E4C5FBBDA55F1BB6BC679EABA06BE9795DB920A6343CE934B04D75DF2 E0C30B8FD2E475FE0D66D4AA65821864C7DD6AC9939A04094EEA832EAD33DB7A 11EE8D595FB0E543D0E80D31D584B97879B3C7B4A85CC6358A41342D70AD0B97 C14123421FE8A7D131FB0D03900B392FDA0ABAFC25E946D2251F150EC595E857 D17AE424DB76B431366086F377B2A0EEFD3909E3FA35E51886FC318989C1EF20 B6F5990F1D39C22127F0A47BC8461F3AFDF87D9BDA4B6C1D1CFD7513F1E3C3D3 93BEF764AA832316343F9FE869A720E4AA87AE76FA87A833BBC5892DE05B867F 10FA225E233BCFA9BB51F46A6DF22ADCEACC01C3CD1F54C9AEFA25E92EFAC00D 7E2BA427C25483BA42A199F4D2E43DFCE79A7156F7417ACF78E41FCA91E6C9EF B933450D851B73A6AB6AEA7EE4C710CB5C14270D1674FA334686653793FCB31B 491E870D3C2BC654D2C1DE463EC9BA29D7371AA1078800EF93D3F66263A2EBBB F5723697BF7448BD0D2E301544BECF497FD475B85DFEF52AF4F8F8BE445CABE6 019318806D10C5952157FF8F8286C1EE701545C8F60EFA854EAE66835A2046A6 915D395F1E0366EFE0C0391583FE001FF16D82A2E2DA5F57754A2C6F69306E36 356ECF8EFC3F1188AD6FCD2427E0580C97A5B69B4E0E09B85EEDE142F5ADD2F0 5DE51D6DB72B127412A0D57106C19CA493048A4F815129ABE767D51715B1515D 9C21067CB5BC88741B7298C83EAE36A866DFA87D8981F179B1C31292F56BBB64 3C430779468AAF07C8A8B4934E1E775FE3F35186BD1FA6EE3689C1C750678AF1 FBF9B23195A124C5C991FE670AC0C86FD39D2B07B9A319E74EFD498B45820252 720ECDF7294F7B0B137CEB86D33BFCEB8606985A3260FD669E461C8BE94216C5 D434FD8854F44EE66E5A289A9F9E32BC36AF645D53F96652602BAED418C8D726 BD04A1B4617551FE4DEF54083D414F7DCE004E6BB2DC9C2EF7CE232B254BA2C5 7DCBD36C2072ED46FF711F121A701E2284BF1B718B3164382B8F453D68FA0377 DFE106503B8401D4DB87F5402A3AC9A442FA060B0610A9524D530C7157C26B56 AC970FCC1D5655FFFFA39246E6420CF97D08ADFB7B05822679BD40C638DDF0E7 A97BFE8918B611A145AC965C203F1428812F9D340AF499B3A915B22BE798594E 0F520109FC81E452180AE45B170FF999C5FC2761C6CECD8742A5A6FC97F16743 AD4EFCC6572A6D3F3E4E330C5CB2FF6FEA48A5B64DD3DBE943BD9918D4A18E18 CBCF598AEFBB6AB3CD2CBC9BFD6099272F6543F3E532E0E21E614BD2880B1023 0AC234CB705827BF016DB84E00E8C255FDEFA0101A842929540B7B4AA8A089BD 5EFF05B72356B6BC3727817823B5CDBB1B963103000D7F2A4E2A1472FC3E614B 5CBCB6D6D784023173DEFEBFA8F9ED87EC1A0A9EE98CA59CFC964CF943DC683F E9E00DA718C4425A705A69D99988EC6F152525C790912C2E46A2381A569424AB 54DF4798BC2D7E7A361E7991641D4B756CE2A7FF4A2848927092C59C2C4B8809 E13AB84FB6B111E680D7FB9F2FFC2C5C66B0B501E4447C2E46C10E2F6124476F A140C404CFE2DC9E0199BF61E035CEB481D438139A9630934E541D261FFD2906 4CAD99E20655FA746AFB81EDBB5601F5FD6B1D6832A01D585E2C55053F6A7378 4DAACCAC7608DBDADAAE732D66B3E7F87E79756337C1A961E53A4651BE7C77F4 038B89C87F650C54A2A90EB7F1D525BB353F33318551EE8D84A6A83C718EA5A4 B2AC0F7306B1E095819B87015A90CA3ED739B09061782C28CDB36BA4BD5E5308 5CBB70414E4112193DAC4A1FA30996327230D1E021F3CD8115E12D239D93FFDC B645910EB29E40D830E7BAF2DB255FD7C4E776557BB38157917D993EAC245837 A3B515147043574157B8342D829C7228CCEA843ABC89D1785A9672A5923FC4CD 2F3FF27E6FCACF84E2D3136CA2C0FD3EF1EE7354CD04C38B5FB874553646ED2D CEDF7E362EADD04B18051F20A8FB0DE18E152385B9D05F98A3A7EF177824E246 455ABE69E2F700EB78185CCFC07E3B4C6FA301112528D977367D30D0D5D59EDE FAEB706DDC970A9E296236C725B2B55B09B9C336B8E23CBA5FB8692D56F33B03 16294E5FC7FAA42E96395A57CE51CA8DDD77442F142E2E576B778373FB31C81C 16840BB422CA827E30A81829648BDF1CA36700EA32AD888D097C1FE0A05B2D9F 483AEE40269DF09AF0D1AD3DF80C45DDC59C2A03FBB661C79B87853737C6D352 67626B657321B16198DBD6DB98A092F17878AE4698121E1006E53D6F9B0A3BE2 3FB68828EF854A0CDBAA68B37ABCA6AD4A3D809AAF0BAB1697A81FE59C98C472 1E33CD70A75A22C249DD11D76C2575ED3370A25892A16D2FD569CDA70C130770 93F493C7D47D6F9A5424A7A542BAD726BFC3AB225DCEBBE6AC4BE006F8C7C0EA 051424B08305BF2D951AB2986AAFEA04E078CA79B399585BFF0F1ADCED02E15B 8765EB6BF6A8E4D0901EFF2C3AA104924EAD9637A35D877E0C51A3C37DA78CD4 8643C8CE6DCDDE3F116A6C2390F948E5371BEB5AD2E87B41C5F01FB5C196C436 6E256A88D082E3F46E4EFFBF605B2EFF1E9D9AD5EE4DDC323A137CD9451EDEE0 06F7D82898D71FAF2362C0FCF1F726F97F820305B7CE20728CA08C63575083A7 84BA28B7DE2B916432475510E274C12FFD1660A717F51DACFDF0A102D85224E0 D6DB607BB72569ABB8A7BC6A10354CBBC01732EFE35B72062DF269CB25EA3DE6 DC603B04C90C5912D2C38D7A5ACDCDD3F6F116D884F0D8C528F69D5D47BA20DB 0A9E585C7D8CC3C324FE8A1DF150279F7E8FB43BDB720E624E5E9918032C02CD 8020636AE5C38DA2484B7F4B34163E0D0A561B43B80E97746DC05C871AB620EC C5D47101ECED4A7E25F291184BEF8B80024AA7BB456C1B83A907652B331DEA34 754226C39C6889EBEEFDAD081E01EF8FE47751987667836FDE4C8BB8A3FD4406 1E643B4EA37BD370734D1A2DB17C2F4B74B4ED75098B433601F75A88C9A37A05 CCB157EF6E32023BFA33973F3E655A4D58289136996FCFA61EEABD70791B6523 1FF5DE71AB8A17038923118A5EED8D59C4C58D246FFA9BB26472346B40C8741F 153D19CAFF20DD2A86C6DB89154A630FB1761929FC3F0448EE2F089C1C953E02 905BA8DE75D101A982A611056C4B237596C10951DD98BAB838B742D3CF7DE718 617DB72E5268583223E37E029D1C8FD3F1D21690151F76B76C52C725CA135CA2 8666553E863CE188BFC9B99AF56AC2DB5BFEBEB12FB563D00244EB89E478657A 98AF2E1223C1ABC25A4500E8119B86EB3C26B8A2F3505A3E5610F89B7C34E278 53FA0A54A7F46D84A35EFEC36AE660A9E3C37EE3864106702DE5AF6C45ABF64B 888A4A51323138CE77DB935576FE6B4824B6942DF80625098CE1B5B32B234F1D 052A9D6039697118A9D793793775D8729D8574A2E74D7109C7B7E23BC5E2E87A CA8E019203952A4892544E1AD3D4EDD22971611358AB230E9A2ABDF00A288501 A01B67C42B33F6B78C39562DB50F4663B922D9BE0D8A150311AE44B83C1F129F 07337323E9A23211EE58E16043E127C6F9574019179F5635648A011266677B56 B5D0201A4E1470B952A1579B57AB2329CD4C615395023C653F784D36B5EE3672 10D191F29EA508CE84763CA4CE7C2C5229E38E241255A5CABCD6C7CBAED901A2 CA53B5E24111921CDDF83578D33D463D70EDACA0E470D8F592303FB6BFD68B4D 3F3BE2D7C5EC8BBF10C90111A33E205F2649B56E8443F6FAA6C721C66575AE12 D4C40F1F46CF9E9DA675AB5D5840D938780CD9E4AD6736ECBEB6A4397613586F 849B51048AC5F9405E03E14540A5E5582F61CDCDB57EDDF95A8C6705F433EE16 648F098C03DED8A2AD94AE3DE202D629B9422ABB031318D48F2C85F9DBFA17BE 84708AA3B6C9F81F4508F7A5CB7B6646AB8722ECF817877B77D473F577556DAA 2BA0ABACFCF5DEA7498C47328E873019A956FBB250FD9D8885D21D368FA70CBD 2709D2DA44EE7A9869963EAB48789541906DE49FAE785ECE1F18A22C7E7ED204 9768896B78E9EB7A2BD6EEC1B26083940656ECD689D92942CC8AF05CBF82AED0 B45A7DF4DD7AA6526FB597322560B9ED3087A65B5EEF1371C328A021411BFE3B D9B5088B2F1AAE381FFED52D2D1E02CD0DA78683E3B06171CBE94BE9760005D7 135893D7CC2DB097F6AC664D9594CF1C650F84DA80D2EDE04802DBA33CE3DAFE EB7A37E8AEFA4FDA6252FF21E8673DD98E67124D5DBC7BACF361E57077B71939 C1D1FB923E4E35C075CD1BCBE0E80DAEA1320D55B43EAB45D9B26C366B278782 7519FDC482D98839BF0DF2E7C3A56A1C1A3FC0E57A75CA414F6536C1FE8EB7A0 4ADFEE3BEDA0F53BE8CF5F64230784A797133E8CD46BCCB3BF38BCE38A73CCE2 9E073ADE792F7128231DDD1F63E6156ADB2609C200837C2E8A2D93D2A7BC9171 050C709A71E44E32B1B03C92EB5CF1D3BAB1C38E027DC4ED9AED633D98CD7486 3F773ACF8AE332631CF2ABE6D606607593FE862ADE31803964E3F4DC3CE3A271 C76BDD95C87CDB3B87BC26FC7A16D567EEC62E6FF0D471B4853DB8A94D4CACF8 843824F818083F10E88D52FC4253E8203292CB40F1414AE7E51DD7347007C342 CD70E8E9F2D2A13D71213B841DDEAAB208AD9EA644591C15DEB084165F9DF24B B91D3BBEEC2E34E38EF16A0C3F00700A7BDCBBFED2EC0D09601AD6538288DB50 3478B051B5E16B604A0341FE621A58718D960D699D3FAD284310DCF54EB13175 19A75A539EE98E804AEA24689D3540F0F12951A3C01FACCE9A7BAF4D0DAFA946 FF65A4D2A4C39969607272C6886F44E90ABE27CA3A1F12A29D9B32E60E8E34F0 17C5FE43D0E69A99A922D98909B2BBCD145E59A5E7F5426B3988F73B09A525F6 8BD4915663C1301323180E760BE81CB874B020FDA3AE63340E4261E4F3E4949B CC0966BDC4426190BE9F5D77F76A72AD925662E5FE1CEF9CCAB68F0BD33DA003 F11EB91AC4502FBD6AE48DA0F9D07C35B96B103E379B8A83A05FE728F1716194 1F650F75BEBADB2E3810388F3E2DC7B19F1BA9E32925F2FD9F19F4E8701F3E4E 4069125D7C401144740691E7A460021A47B1E27997FC1DDABEC5BD0EE0B20194 2D579C7D6727AA124083242BDA46D8E116E2751C5F298851A62B60AEBE82A929 9B9F2492BA35690D1EFD16215B8EF14E7A3803B93C28FA41D971B05B6AF3B593 E74AD1E68A5FCE12A86E63B78BFEA87D3949FD164F12277A4688BE96356791CB 8671C49365608F3EDECC109321AF92B4C29CAF073DA3A7D73E913D0D83FAC5EB BD884D4C686056404DAAAD6F82F94F803FA1FB0DD8908D1DF08FB87A8BB83027 04DE0CBB1C6FEB6B517FBD7CF065120079E608CE41893C2BC96A347826CCDFD5 C69E161217F2127A59F1A6F22037641613F191F22D5B4CDCBCC2EE5615623404 ABA7BE6C5FE475481615B2AC1A2412E54688DD21E44CC9AF5F16E634AFCA389C 4D740B7B51BB141BFAD1080E7C726C1606A28ED492E6BDE9F800EFACD1513909 84E98CEB6A0B7A2A6F3E1D1DCC3B2552795E0932673E59ECC56DDD37A1D52BA6 C3F0E905978AB568941A163F4CE3AAB5C5B16F86016EC47BA6F3F7AAAA77C3B6 09C8C3ABDB6D514A76ECD37C37AA88B5860630B3406B494F7725975596F84777 D9CF48686EC9C5DBCC1D78513F591C7C10AB9D153B3D41426B7BF668B0D04503 56BCB686258462C1DC61095724B9F3312316262FD7C1AEC6E54DE7E5A7BD8EFF 035299B8FD8A4A7B0F51404F4A760F4D8B4C0FB7A32FA4B2383AB6E9C78FDEDB FE6A5788D38A6701B123630C2A6D820A684166FBBC83DB17069494FBD411B333 CB37E2491C5BD035A33867A6D3A3D420CC31ACF43AA07182CAAE67E40EC63663 B678F71D4C6E0EC3A0AAF904CD3AA66E0DE5E3CDE049E94249B39A1C06E3CE9A F974B2484BB2CDA14282B9511E505B3C89F9C802218AE40D1A7541335C5736DD CD565D4B9F4CC78F3A393737EDB4FBD0DA299E21CCFEBA5478EEF013F0552A8B 0BB11FF46CCDB784E8BDCF730A16363E66572049E42C695886EAB42A9AD9094C B635DF4B5B9BD9B9AE8455DFA3EEFC77653190F9A8B1E93B7281C2A21EA7DDA9 33484745BDF7E3DD63C7AC66C286C9A5A698A5E4D7A91710B7FF943FB23609B6 4B442F83CB795788FAB5E9CF3F75D5487DA26170E4561C7941C910B088C3B86D F844B0F340CF82786A3FCF347048463EBD2006281A816627065DDA6CD4D3AC5E 2024BC96C7D896381BBB567951E7A1F29D4E95351298B000D29E5F3D0448CB5A CFDAE1BADE9403B90371C3A07D208948AFA022A69C519434B6813086ADF518D5 88E0B92072A44BA1B3EBB630A13B7AB90992E85B6D67361C8D96F3E0D826FF37 17B67E4B1EB7BADFD98D7F4FD17BECE740ADF13C141EBF0A91CB105DABB32FE0 55086D56A0D358841D15FD349E6B95512E4EDF4C430216FF85C2ABE995E4B40A A6044CC8820AD885C07E052B3F91C2E9A1D163BFFD210F7BE95B923E2500DB50 2075106DB541C267BD450B25B670CE80BCD068D4DBFF2D82634175B61FBD3BC3 406131F44C7D6F18D375D1F2270829DDF29DC14DBB58A30AC193245D18DE91F8 AB88AB548D8138605BB5A50073295534E314366E26665AE70482B890E4101D6B 60E4F3B37ABCA1346DAAE8FDB8DD9C832EFF3E73BA470E2BACE7B8515CB43388 C27AF99FF9322175CF8D4947E6B3846AFF5163E972156847F58A66660EC8A3A6 5FB47C9F637B4CBB4C73B6A080B0CF6FD1E9665E92032540570FFCC747C67C50 822811AADC404BC7ECD1673E8AA6C3A2F1D82F39430B58C29145E2F1B679C46E 94EDC711883F1E4EA84117A54757E8895A40401A26E1437B39A2F65CAADD6E02 D71FA8AF7453668DC613F326A3344F74AD7AC67569AF399385500ABDA5EDD3BA 343CC5EDD4B558467626850E752B9959FEF1454E53E7A3DCBC2255AD8F6AB4FE 894455118A61C58840CB68A925ACCAD75CEACE863D806916228F0614191A1CD5 DC9BAE256018615AA3725834519449B0A88B4F396654E74099C007930ADB1327 DD119BF799FE3B0B223E1EDA04FE2DA7A1C879143E1C33B6C6344F4BA033AD6F 8E88C33DEF1977796B454BAB2494C930F492A518E8198C708A75FFEF8C49C324 A718AB59B889DED521229E741FFE53F98EBE88B0405AD523254FD3FA4BBE96DA DA1C27C1C979A0DD4E61C3B1F4C4DE01E42F1C4435EECFC02D97994BC8AF5270 E7CB1458D76ED0229C5FFB4A23B8716018F9050970895D51722CDE8F2EA3D947 DFF374D84915D5C5D16463A6FFCD079D1ED416C4347BF831FF0C4ADFB61295DC 4D5785BB0852BF472CFC97EC174491CAF961AB90629F055E75DAA6D9898E8653 5BCF379816CAE46FEA62E7BE8E9B953466E51828172C4DBD0E1BBAD1CE28B5B1 02B3E36403BE80B49A47446A6677FCED438F01D60EB10F478C89528FA337D0D8 88D3FC123C076507ACDAF783A9A6E24ED73BF24B6E0F11C13E532DE5F70B15A0 657F5ED27D204449A841ED19E01432CFFE928E921321113780D036D34F2797DE D4459CFD15BB117B5C9745EF3CD2B296D91FAD48C80B136D94476967E255F808 AD2B5D522ADEC64176833756510391815A1D4A8DA1D0AEE7CAD36A1D161889F2 3347D5B6BC503300FDDD48F594F391D5FB42C42113C538E707C16EE24A3F375E 7C506E8F49CE50FF9DEF3B4A4C1BEB3848EAA3477349833BA22D2A9012287D8B A8C4CB4307A1188ACC0E6E9338E1559BE5FAFF381BD82A6C71C267409468B3C0 2C1A29F4281D565836EAE57F680490FEA4A952FF64C8CD11C377C294DCD1EC25 CEFB2B6DCE959D0208F85B6E32E9B44FD455F9B134A5306D95EA29F37BB8B86D 9E592159338E1293F449380E13C21AE42E6E371B75D78AA87381B96012E722B1 3E1628DC89D9009FB38D9984AECC3367A8436F03DD58F85DD4971868D7949048 7083BD403FE778F660F5F0B684E730A8EE16315D4FDFF432FE18FAFEBE527D3E 788FDBCAD3405F21EF422913918EAB15AAF24E95243B4458145F7CD3CA6447B2 7E9D369CBB62B6CAE7E7E0BEDACAAD8BE313CDBF24ADF41D458F28F971B7C0F2 0283DC3C6CB1F02450A27EA834138F4EC0A4026219FEAA9B7B9C4E61E86F114F 174819DFBFC8086931E4D79746A7C7BA03C39E2B9045644D1219D9848C36A653 E1F4A2FA71CB6B12A24509AD5304B355C1466ECB7E31D33A7C65AED48F7CCB4B 927713E3898334BD99CF42EC428B4B4B186E88DA52D6B9ACD74663CCC9CE05FF B2407222F227F49DE7552F45C60A120FC1471D4136A98FC7B0CCF102D16BBA0A 620F109E65AED0BA6172A4520F2A773A99C009BFBAF175684CD71CE172F148E8 7C5A80D66FAC0598AF22323087B9D3AB25CAE4FE9670F51C61CFFDD351FAB682 04E232331D36C159D08B2B907A9A9CAAAAF6F2FC1964308844F23FAC620D85C2 B4C0C6FEEE4A2F1B438A80701698D94EBFD4A7A99C7A16AAEBD3A7030078E95D 58C4B914C06438C86E4832DFFA884C3574FBE830351463C4DA0610C0B01DBEBA 1FA2244B128D81C1256D84C4CD7E2E64D524BE14CF7B2AD3924D23380D0C1227 8E7628B9601B01D2C715F74585F639E7B059612214E8E60A6F521CC6E7AFC827 0B948F6E76E0CE904E7C4AE79800C8E69A4ABAFDE476F452AF9EB2AA84217B64 E72F3A713227F6D5BD0E93A26B2376DECBADC70DF559700D434E8A72CB7152B9 FD92890BF5C878187A88CC3DBCF9BEA099D639B162A2BF0D 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont %%BeginFont: CMR10 %!PS-AdobeFont-1.0: CMR10 003.002 %%Title: CMR10 %Version: 003.002 %%CreationDate: Mon Jul 13 16:17:00 2009 %%Creator: David M. Jones %Copyright: Copyright (c) 1997, 2009 American Mathematical Society %Copyright: (), with Reserved Font Name CMR10. % This Font Software is licensed under the SIL Open Font License, Version 1.1. % This license is in the accompanying file OFL.txt, and is also % available with a FAQ at: http://scripts.sil.org/OFL. %%EndComments FontDirectory/CMR10 known{/CMR10 findfont dup/UniqueID known{dup /UniqueID get 5000793 eq exch/FontType get 1 eq and}{pop false}ifelse {save true}{false}ifelse}{false}ifelse 11 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0 ]readonly def /FontName /CMR10 def /FontBBox {-40 -250 1009 750 }readonly def /UniqueID 5000793 def /PaintType 0 def /FontInfo 9 dict dup begin /version (003.002) readonly def /Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR10.) readonly def /FullName (CMR10) readonly def /FamilyName (Computer Modern) readonly def /Weight (Medium) readonly def /ItalicAngle 0 def /isFixedPitch false def /UnderlinePosition -100 def /UnderlineThickness 50 def end readonly def /Encoding 256 array 0 1 255 {1 index exch /.notdef put} for dup 11 /ff put dup 12 /fi put dup 13 /fl put dup 14 /ffi put dup 15 /ffl put dup 33 /exclam put dup 34 /quotedblright put dup 35 /numbersign put dup 39 /quoteright put dup 40 /parenleft put dup 41 /parenright put dup 42 /asterisk put dup 44 /comma put dup 45 /hyphen put dup 46 /period put dup 47 /slash put dup 48 /zero put dup 49 /one put dup 50 /two put dup 51 /three put dup 52 /four put dup 53 /five put dup 54 /six put dup 55 /seven put dup 56 /eight put dup 57 /nine put dup 58 /colon put dup 59 /semicolon put dup 61 /equal put dup 63 /question put dup 65 /A put dup 66 /B put dup 67 /C put dup 68 /D put dup 69 /E put dup 70 /F put dup 71 /G put dup 72 /H put dup 73 /I put dup 74 /J put dup 75 /K put dup 76 /L put dup 77 /M put dup 78 /N put dup 79 /O put dup 80 /P put dup 81 /Q put dup 82 /R put dup 83 /S put dup 84 /T put dup 85 /U put dup 86 /V put dup 87 /W put dup 88 /X put dup 89 /Y put dup 90 /Z put dup 91 /bracketleft put dup 92 /quotedblleft put dup 93 /bracketright put dup 96 /quoteleft put dup 97 /a put dup 98 /b put dup 99 /c put dup 100 /d put dup 101 /e put dup 102 /f put dup 103 /g put dup 104 /h put dup 105 /i put dup 106 /j put dup 107 /k put dup 108 /l put dup 109 /m put dup 110 /n put dup 111 /o put dup 112 /p put dup 113 /q put dup 114 /r put dup 115 /s put dup 116 /t put dup 117 /u put dup 118 /v put dup 119 /w put dup 120 /x put dup 121 /y put dup 122 /z put dup 123 /endash put dup 124 /emdash put readonly def currentdict end currentfile eexec D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA 0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93 51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71 7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551 E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078 0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273 C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9B8591E5F01442D8 569672CF86B91C3F79C5DDC97C190EE0082814A5B5A2A5E77C790F087E729079 24A5AC880DDED58334DD5E8DC6A0B2BD4F04B17334A74BF8FF5D88B7B678A04A 2255C050CB39A389106B0C672A1912AFA86A49EFD02E61E6509E50EE35E67944 8FC63D91C3D2794B49A0C2993832BC4CDC8F7BD7575AD61BCDF42E2E421AA93E 3FF9E4FAD980256D8B377043A07FC75D6169338028692CCA8CD1FE92FD60AD26 D57B7519B80A8F8DCE9CEE5CDF720AF268D3C14099498A843D76E3B6C0328F24 D36EFE7F5C4E5B5C612786200C8DE3A41EE5F1FFAF4097653CFCDC8F4FD32E0B 03EDB3E413283B9EFB0AC33B055617005BC9B0057FD68C52D1B0E67F0C571685 767F2AA85ADE4E0104A1C777733D5E318A22A9944336E5B98D965E50D31F357A 8B6EA5A0EA98E1B027CE68C2EDB149EDDD04ED74A1B3D206D471A0C11C11449B DE190BBFEBC08C9E1B7513B43DA3134D6B11A2516E6E86B67F68C970A320D05E 94FEC57FB347606DF89989C33482BD09D011C55AA920319E7B26A205D3D0F004 22466F09C0482A164CFB27EF6ED2B040ECCC3DCAF345B5A73676F193D43123B7 72FD6CFC5E37930E61EBD5A6307E4DE70194E6384EC0D79DB6AD86D3B319A31C 8B0589D0FE28241D8ACE280D0530EE99C80723E560BB72AE9D53F4713181F491 344B06D3027BA4E9E94D4305BE1D817197C54C8FF56CD6964165F6448ECC8A8A 64B48B4F0FD69299A137589E2491A283509B21A3A5772F75B7602A9F60AE559B 07A58436D04222C73EAEA72DE9A5A441F88D27C11F4F91255EFE280E91A4ACAC 1E98A4E5E6C57B9AE86FD218C3CD8F24A4104156A80F13821384E529783C52C8 78B94AB3A0096090867ED32E8A30980E737922037F75F062BD83BF4F5929BC51 CC22AEE2DBBAAA001CFFBFF41D258424FAD888FFF1BEAB796A44E3126159E120 7E4025C676CF94888A1971AEF8B6764B3AF4A92D36FAF6FC56FD049710EE3782 BC2CD84FE2473F133BE03C1346B875463F126DCAB15C7A9BCC9A727D23611462 4E8D2BFD2466600285D79518712B8681ABCD69608E6AA9578F7BD771EC36E01A 5A17BC17E375020ECA59B43790ABEB9DF5F4FBBEF807E5699EFEAC563E1ACC5D EFA336E75DE6D8248E9381BB110884FDC89C2F9A41EBBC9A8A1F98E6A41F68BE EE30E25CA148C1EFF42DFF8C214A6537AB11F260B8C329A4947B5FC8DC9C5622 4DF7BF4FBFB00380D47BABB03BC30627AA74103E553F55278F538EDD8C1E64CE 0F1398CA0AB5A86630139B4A7E8FC02804CAFF3830114640AE50D2FDA3B561B5 C63AD7EE3347804CBB40FB1E77A6C89735DD870351C3A1811591AB493251B904 314F65791963C0412377C1D02362C5E9655F1C3D4803CD379A8EF24C48218C2E DF1165840462BF37DDE1B8D5FF09FA2C3B261E2F1A65ECFBE5D4EAD43B52C029 EEB3948CB8A252CBAF545C8FA1C31E920E23A12DD7222CEF2D2A513BD758EA13 DA33BF5FBF1D734653EB83DA2D374A5B9A0CE316F24EE375D6DF6BDA49954C2E DB25A88821193636119D469BA66E5DAA9C92520FD4F84426A4E54273FA469084 7517817A6EE3E21176D333825E88046F50B3CF6938AF9BA79A2F51398239EB91 1A2D07F7FCD948427FF62F40FF95E39FE1A1AA8451411563FD5388472251C155 69BDE9283B41900B21EB1190D06E6B13B7794FED020D2C1BDD205AE77B084BCE EF628249398B496DE85B406FC2E1939EF00DFC84C07E26CF72EC401BAAE756E5 7F6673216E7560D1C2A723CB405EE5CA474A07F61B81F8836482F73DC9516D67 CE0CB770EAD755B6B356198B4B97EBB29C63456953270CCC8D5650C1D006E69D 38DE2DFEAB27DAD50A817F0D645D30AF5B75A7B53CBD3D2B8D87BD0A7E525AF3 22F7ADDFCE31716914C2318260C2E2B4664893921B68C5A93334A361D94A759C 0D7B146D6FD94F0442D672BDA0F6432E18F3C5DFA37ADA378D95B75F413C9ED1 BB5C606A3EC7DFB3F796F59B0478C13FD1900381EFE0BB5242D5B5D34D03AF1D 4BDC93EAF8020E26CA23C8B0E7DDEBBC6762A557067A4CE05A524188A8F02E2F 3625DA38DFCF381727887F5646A3995A8A38A5FB1E5D5EBB395FDD0B7C8E71AD B48EEDB62AB2CE99D121435EFBBFCEEA69AE9ED8238B60CC7288DE33C766CDFE 15B767B4AE2E6CE0965E77272AC9F86023DA620548CFAC85BC751C44218A29C9 849F1C2DCBDFAD895B54E51A569952ED50F82DC8A19F367E7E44643854EFD6B3 FCAEB04E55E4661C82D31E2932611748480EF61FB2FBFB0CFB940BEA81AFCD84 4C6A6332D7A600170E38A8EAFCD4F93DC153C43175434C86BC747348FAC61B76 1FEC9027C1A193E55C80F1F20B5317AA0A05AAA36AE235F6E49F06E570FEE798 84857D7552EA92EF3EFAD52DE39C2F8F43C59E3A957B7B926FC95FC4B60186DF 7F3523EE2AB74E294C8C4BCD8B4975E84849E0FBDA6C0B0F24A636DFA578B122 CF97BC5089E21E9F5298D1C9F30CB8BAFF6A3A11BB4D9A0A5CF2B18D055C44CA 4FD4D8FE1AF3630907DE7E585AA811F9CD11FB2C8FC791851D651009FA5DF20B 3C33FD2FF848A9E3F5652BD294965A332DD3F246C91B0ADA34017FF2451D1394 F9C3C95AAC6EC8062BE98E8914D51DA6A164AD13938693D446044859D03A949D F9AC5DF4A000CDA98BB516D762CB9F6D44B5268FD0C26E88BC4A760C0F75A140 DEBDECA4F511128B7D2805872160C55236F0A0FA7637FF0D4E94AC079CD3C8A7 D03A5A56F26B0438B577C46011A10532FEBCAD14FBD6032E224F45691A726886 56F305231EB2FCDF59C8BBFCB5DBD2D093A0E84D62AC93A2312CA69295E937C4 8DBA1802B85F54B5E7E6D6216A918F911FF705D3B5CF055F1D873B96283A0B53 59344D910CD396D883F6F7836BA65FAB4393A773A8F6BC298069E5BA38210EED 49C9D920F718E3FCE692527DC7CCE6963BF744F2C91BC5952564196D60574E86 87A0FAB21F2DB2BD5A51D7FBD8FC19946D24E5A228462C4772F978E650ADCE3B 8D66B9C21279C531CA1C3A8ECE3420BB65837287A7222CC3673A2A5F8BBFDB60 C719CD073EF9A23675198462C7C87B24CC92D6AEE5C25AC63855CC3281494342 D28F3D2FDE0C183486769A4FD5B0143193D31FCB2C2A14E487BBD96D0BADBB64 D1B56021C363A795BF10E2DB448261C363A54A4AC1182B470C457AA82DF3F5D1 F4B329806141EBD53CAE309319B94133D7EBDC2D0453A905ADD207364371E178 0A95C2686E3B34C4A978BFC0EE968C39ABA00889BC5149162C2B54483D44FD3B 5CFF41F611C7E03B94945F414560E874D7CF27FFD0630890D7D7EA66CBD15448 229059E1C436BB33D69552B5367AB5D53591C4678D0C704DD3EA23F5D9E8A7AC 17D003C19E333E726FFFA2961F33C70F429085F7BFE3E2510F59B78F58B19CB4 01B48E184BAD9020FECCE3AF52048A056981DAEA02AE78197E65855DDB170616 F54278395D9EA50DC83761AE759F9CDEF9E1948E7002414FC05286ED793E6662 3347F2A9AF8917493D7305B92CF93E8E9185F70015F5594084298A6C2F9FD3C0 689F262AC9FEDC9B89577ECDE92F08D3142209FBCE7B5C0A840CC767BCA56C20 4E4E545E2BE4D21C53855CEE4CD0AB35D1A604C0FFFF77DBAE4289752276559F A05FEE65F45ECAF44E95E23FAB6052195C7948AF0B1126482D4E02D72BF8AB03 DE0F1A632F7672AD9DDE70EDC82AA993678A82BEAD0BC2649C4707FD8509810D 364B5C6FE0E10772E95288C622C2F06C634F4DF8C7FD1432BC9310D5F24FEE3F 7AB324863D6DABAA1576E70643CA79EF4D7DF4105093D66CEE0F3B87D2164A7F 26EA05F5C4645B22D3E1BFD2219657712C168FD90DE801FB0F32759E80DEC1E1 43CEEB19FED12D757205043FC98FEC62D6A8D8B97BC083B4A0E985AF7850D6FD 8716B9957C1C35A0675BC53DF672C425C79F43FDABAEE7D63F092CF271C9A9D7 C41F40C4189510987887942E60A412B3EEC84C9A6E1AC7D54D528F5604B72C08 94B7882621A5BF1F325B92FF96B80878CC550D1AE4D8196E41CB1251856609A5 C4D3BD05A922D0D45E039D9450DEF8490A3E924E41434194910BF60BA1B08BE1 B41824345627745541A4F1703E956328F6227D11C74946B38CFB096139979E56 4E723B889B44C6D78673868C89912F8B4F0B4B485F1587A637B630F92E6072D5 7F3B44EA6FD96BBD4FC28A6C1D90805E3BE3E42A7BC9C880762966C55BC04E01 204D083AE976FAE6F37C94F27E68F8C0F28D52B17F6C0FD7C9150701FD78F8CE B8E8DC9260E3974005EB5CA728171F482D765016C94D4ADFE4A42EF42212BC56 7E4EEEE8B0D2A7856CD4E44F55C0BAB762F92CB8D64C17022D4BF3A47C12F5E6 279FC23101FEE93753653CE8CEDC3B75C9CCB29BF1D4554C6120DE8EE750FCBB E38B5D915206974962E320362E59B3F21B3AB1875703191043D03284D4467346 CFF2F98CEB4845B73ED8E003E0DC94251B73E13A9B51A3F1430BCF6A21EB9B7A 65E17FA411F53BE6432F1506232B8159E008FA257F884A4A01AC53BE91754D78 BF14A5B0FBFB9C31BF4908355F8A762052968DF526D118708CCB0B7CB5BEE285 6DAB6CD2E3934178E60BECB11AAB5478623CF6C50C92F8BB5D1A583609028FA7 B8A53B791BDC9EF76A124F3F7641857E4BEA0837CB36176EC9A522EA7F41B8D3 63C37D1145367BD300F17B54522A834BBB74DE12BF9EB26ACE6F24A046D58F89 4D4B7DF74875F1A0C1C9D97BE0849593D7B398EB4B00BEBC8C8D1497B6EF831A A35380FFB7F1AFA4D888AA52C9482E8B1755CC209905F98F40D95B44D4DCBCB6 67423D1BC2F3560FF0A8B4F0CAC352A4EE2C1D946E45AAEC8A6AD40303F3382C DF0756BFA3B1ED64C169E56ED1C760F2FF0E24DC5C9F41306EF8D2628153D30A 5DCB0791126BEFD4947D7EF08301FE015F2B0008DFFCBF9F2D4D859FD43EC7D9 C5BE237E9BF6665B7B1BEBB362F0C0C3A8D86010B9C97FA741C97C2E0513386C 9C26C235B14DD2A58BFDAC7B5F63DB4DA6D5D37D0098175A9071590E1DF66A3D B8173A047C29D7D35557F06132CC920B5460B8AFC11D23D09A4E45D089F5EB51 963FA1A6256E359D485107FD143B2BF21FDE9DA5744BC2615E86C31C89470CF0 D06C6397D9FCCB316EA9989430240759D2C4945D941F159FC02327F34B042BAB B5C3A47C78E8C1A6FBCD396B1A51CC4B020B8AD401841EDABACECDB482D6EC5B 72D2BFEB4556720FADD49D07307C8B22ACB7E310CA4151A85C71EEF70E8D15DE B3B00F26E0E166C14647A65ADA228A3D1C89025BE059306565DB1B1EFC37D358 8C1EB024254AFD049BA977BD4C2C605050E17940A89D0D4C5D963E792320F5DB 3706682E03D25D9E02487247819551465092CC22B6B56E93F3AB528038FEC3F0 668F866707A19B0463BE706EC729D2EE1653AAC7E29BD25BFB3241D4792F5152 ED415B4E7FA92C2EE5A22E27E8B75542C492E56D811C192E95542A6FE0BFE5A5 69273C2ABED4300D491B92D2AECDD278404CB84B1BB1BD7AFEC858215837D118 C0E928BE7E07CFEEB51A6D21375B772B8248C994564014015232A0DA4BEA1754 3274F407FED0837A236371F1A32056240F2015B1E7F4B2CA72C6B58610A66F13 407CFFBA5E0A2893C1F572D50F51286E9133B5A84239C9493B0574E77D281D01 11D00683354A000C9700EAFBC1FD104EA19DFCB87470190E7E2CE26E3A6FD0FF 2620B87B82AC8686B6206B530F17E9348BC7D04B948348802CE53A312443DB87 4DBBA5313A6A2A8DAB8A1CC9A594FF8C299281C0A261C8CB2226B732FBEEDE40 2C6ACC74A1A61379E2E1CD5548CD908268A32FA83D8504C442EA0E183ADBF7FF 9FD09C037AB03516ECCA93FF048235BD11A25DB07F164512A079C5392AC7F889 CE96AE5C8D9580BCAFCC087C35E76EED1A671E87C12E3045E15A687134736DF8 DA984772AFD189D68571A2ED7256F1E204230E41D3D9DD876F938951714A3973 0CA9310489F8E807C1C7A4E51AEA5BC030610A5D7263FF7E0F9FDE3E5E37A362 5B919000BD94D978583B942EB79CF2BEAC33FEBC9A67272EB10865BA8FB75FD7 9D280AB59F91B96C16C982DE848D76D8FA8620DFD7C80B7DEAE7264350D6FB3A EF04794DA3305844A7CF718F6D1A4A3AFF6826173A076A1372ABFC54ED3AC6C2 09C9287FC830556CA694E21CA5342ECA7B10C90AFC4783D841D7B1E34FA3DB7A 2B706F3E21B0FBAB23E7257962FC3BC309CEA2C7239A9D6B44CC96825115ABD2 AF9A2566D2F3382C01569FBDB94C8D664A5DA0F7DC3DD140CA77C743D7BC1420 324ECF9E4780280EB119885E96A6C619CE3C0C8E1E264E2DEB137E5DC8149786 486D65667ECF47B1A1E20E9E6E4FC8323E0BC8E61BDD3BCDFC6575C69C03E31A EFFC290472CBBD049DE3F840AEE37A2486034240F80E75D8A79E0762377DF660 52B12EAA16D678990B11A9BFBC03C1D4FCDA9FD4FFBB3E88352438102F10B7C5 9F04C013B6575B5E948FAB58EA691984A0E54E6B9F3F505FFFEF74D06FA1CDF3 4B8A95904C8A2763AA8AF5B71D00F5DE09DC1CDF87A08B6D181453063E14C12D B7BB3775A6E2A901636273D9EEB833EA8CF20FD83AE899E28DADE10EEEC20BD7 BD93085A4B1AC80AC1AE8280C14767F1A487BD066007A0D050317BD081131A14 6EA0898ED59E46DA7B6254BDCCBC660686E2EDA0E77A705A653733BB5C5497D0 B130359F866CF293FB6EF0C2AC5BAA2DB0DED045E2DED3A2612D078333260359 16CF0CCB272D34767EA069E0F0B0D42327A18529D72E890EDA6195C2688438ED E9ACDBEED41E81CA8EB5E43C2B09CE266EFCA03F2D7FF57F12B06F9E54FCC6A6 546676F6FFC5B8B7D3F0982B6FF0D21D949309F0C0B175CC1D0976F8C55C6AED 6E821C39041E22D91AB30922F2B2EC2746BC7DAB484991542FBC82D87B487507 559AB466F73EE23C2D3194DC5CE4C9AE66D3164613AC5CBB3DB501B64DA7C91B C7ED2EE9027FC0906820B35D4F2CF66C4F9CE4A884B7C07155BCA884ECA5EB3A ABB83F84DB1F5639599DC7D3F51241AB5D95C3BCB7AB1EC90B4BC989F74FB354 04B2D7366A34D335A47B8C00C05CB423482BF6C7970A95545424A08AFF9A035B 7F83F52B65A9799CE76E303B85664B624C65E9CA58184C7BE2BB9D9C86A4DE5A 8165EE3DA2E652B5022EE7893896BABD88931DE1D538F615787645DF5ACBBA0B A8E5B899A37321AA7D4B283AC9234978C2DD81813A1EE5DB6EC170DAC1B6EF02 94892635B498765C07A38D2E9DB0B7581B11056C28278F89B0E60998379C07EB C0EAEDC32AA69B8B836F92A61AFD35688315B2C3F860632FC13E4BDFB63214BC 41CC6859EAB3AC3034449213CAB99FA1D216563419CD6D6CE4E1B56F33E6C654 7AA9DCB5B05FC068DF02AC32408C8010AD004F6CCA9887830927F8CBCD49CDB5 18CAC1EAFF815FF2F6F527F936948201565003022C6C7390B4E3C2B219FB4F76 9F12BD25CA7B3B61D1A2F8DFEE795D04D5428B42FB66E0C254AF7B7A10CEF7FD E5ADA5E217BE24851180E9A1700FBA66C7D2B0D7BFDE4F4EED1D24B821A40947 5620363657F6D048E651A689822CF815E72FC8AE9D835BE31D1DD8B54C9A717F 4DC319B4B59AE073936EA40B070524C7E71D5A7B64436DA107749746B516E29F E3BBCB8F8C473E706670E11E5B221716F315FF097CD1841D0069FA69EA1898FF 9F9EC2518C77806A19730C97F54BEAD604548D553D4A6EDB247853225E24E7E9 89D71F6BC94DB986467E755CCC99069B313F5745B02B4BB608A39F0A0A732B87 7EA2DED68219754BF1FBCA350327572D769C962EF9242132D93A5C8E9725D8D3 AAAEC15ED0F362471AA58488620156F3474FA59CA080EA96FE995D2B3DEEADF3 3141D157481C66507725ACA5953CBBE1ACEE7E3F02C72C6552D15EB3D612730E 61A06A43575568DC3CF3844BABF04CA767E2995196097015E0C4F622C4356B6B F41DBAFD797A4B9D7AC22332C552043EF98913D0D9B50CA6B7CDAF903BC5C04F D20A952BA5CC35B646ACD0A287C956B98C450051AF6AAF79DF37F8954473F8F6 652BF03AE2AE82B99D820CF93F5FC0BA17EBD7A83D1DF278C46A4F26DEAEFC4D 95D07A253330DCFED1B05FDFFA1995E7DF4CCFB449E94C749BD813E1949FA757 5DD7B4C68A3F7946CCEE6BDC8B12FF30657F0808D07508AF7042C2C84135434B 0EE39A08AA24298C2D91085B4E047C7F92AF7461811CDA6D6215BE29949D9B7C 6C2CE48910D18041571B8D78EC12E8AA4D8136BE32EBCAA12C5A7FE604561890 08F10D3367C653C7041D0105C2E3CCAA6E055E80BC34A62418DD202F6161D512 A8BBEF81030F8F05464D998B930B8273C00CBCC50DBBB4EC8284631410D4156C 420D073AE8ADD268DF693B9120BCC42030AFDEE9E338CF20D2350EC7C23EFC6B 84FC7A00FC6766383E542DF699BE07F01832AC295BB1D4EC2A7176E1356941B0 D84EBB40D1DAF93B95079B5208FADEA55A7F4DB794381ACC21AA586257CB4CC1 93F210B495B3DE7C70854B3BFF083A22D936D632AA9B49ACFC71131694C405F3 6C8F710B467AB3742C6FAE491E6A133B6C9AC1E946E3FD6BBBE09DCDC349C2CF 517F453C5FB79248A03833A19AD5F25941F729D409D380BC0B9A1993A9B39258 E7158114DE5CA067F4B0C685B67960DC232D6C33F3FACF94A9E8F864749A1C6C 7C369223465FDFFA2B6C84B401C06F0AE84C83459C3CE10F747EB871DC78B6EB F4760D9F958A9C9D92E95D14E7826F40A532E03FDE3BEAF70AC43BB1D4751FD7 4F752061719589D38129A6D906CD24315FA2DA9A798F7F062708C03EC78C52F8 1A1A215F70C5477231DC665CC25D91BB7E2F042B0DDB87E26AFFF6147B984B19 3B34B73DE963A7108450BDF74E53738249B8FF21BDC43D4D5E10E13523EDB122 7B706A20912299C5F705215B7B7C699903F93984745C0B9B5E98CA5A520D170E 8959B7200BCA7420C17EAE4C75EABDB97433A48C30D5E8BE8EB8F4D25747F1E6 8E0C36FFACEAA9F19F192B2A2CD3C1D67DF31007CEFDE4A30246C97DF3C71D1F EB403CC7B8CFCBD75C4863DCEAD5EA7BDA6D146F9AF57EA283EE09BBA8FA6A0F 5FD2EE62D8B1251A12260EF1A8E057926A3628CE4841A555694D8FE517DCB8D1 869EDD3934C338E541F999FB8BEC2ADBFB5FB6E7AAC948B00C1FDB8794E6B615 2CFDA8CCC94C032080FDD4EFFC2C3D1C14EC30CB86ECAC7266BD5D706DA91193 921675BAA8D6BE49A3E8FABD7697AC087AADF765CD6EDEB1C20CA00865892DFB 76ECF5CDA9E34FE96E80D6D9B31A9B77CF3FEF6812A309A42859ACD46B0ED2AA 24FE20349DADA8B596A241C8F10F4A0905F9F2B414CBD2204507A9085BC075BD 7242ACD1E00CE6B4D7775E395BA4BAF786FF3567EAEABFD7E197FB03EEE48B92 99520737499F3BC41B415182F40F53E0825591F10775089CF00EFC466DD57620 01C1E33DE8E456C4B3DFCB43504A737B184D98F32BEF868FB88B59A1EDD6E6F7 DD940F08764D18EA20403C713BB11432B184FF7F2B731659C69FEDB4D61416B3 712E1759F4F112407014EF908E470289E7742D1F9F929E0F19D7EBAD12E1955C 958FE4472A464EC20BB3F5FF35BBB4FAFF9436A7F0E0D2042D2B533ECF1EF216 8513008BB3CDCE8EE7070178F441E5D245E820EC0195E99B6E47CBE1D39D1688 1E6E982CFB083F9F446B590A7165370F130ABB00D74FAC4D60B406968693C52A 19986BF82CD105A821F291360670443326A015CF5BF943AFB3C5EE9263EBD10A AFAC12CB841B57376C078759B1EDAF60FDD421941AF7E761EA61CB5B39159BA9 ED5D0627909A5E6E932885990EFE660B88364D4E4D13D0D95BF4D8B33A8A6E18 6D640C1DEC8136302DC7250EBFB3365353AEEF2AAA9BF8E838EEA2BC2B01EE1C 909EF5B65C08562C7F0FCD25421E29DFD8D4DF40F16342DAC7FF8A4BC9725C29 7607F852C6AEFBFDEC434AB4592796449AE8F9B27E47869F06AAE8AE94F744C0 2B8C54BBCC8389AD8448D8476371358418B78949101079D6A576FC98156BFFA3 B0957C1905B44E2CF4093191D4698B4E1A06052E5E10E20D07827B56A62319E8 60CA5EFD361C8435A64C9A456DA83E23A1AC90697A74EA039E570E8A985523C8 A087234A8A27F23E75E7635EA157F0B3F4ADE8D0DC9BC5B3B56A206C4A0F0F4E D0B341E9FBBD88F9CF09C512A55515AB0022A22AA39EE4A494BCDEE07303C020 7D8261FDE80C9D0FDC0C1CEA9112292AD1678847F2A18873CED7591F55524CFB D134FC84E691F7FEA3F8F0C009AA087433715BA5743BB43D2C30A95318D0D47C 530A04F14679F284D1CBC59597B89F3570F884CDEA65D3C803D2E7C266DCAD74 DE2A317DF81F62E91CD85FCBA8CE3522AA2383A1A07AA94A4C9DBE618089A5A4 EB2D5F6A208E9CB0B30F7AC07B4ADBBA52223DFFBD5EB57BB528CCE3B6147D90 722A69419611C568FF3B8773848FB91465FEEE2E3427699086BB41DC4FC3EF30 C3B6C0F3C16576AE4D3E65611C39EC0DE9AA9AF96538DDBA7CDAC928ACF5E79F 7B0268DC1E54210A3DBCC64B83007CE0298EF46EE4F38C919FDD7F944C9576DD D2B6E118FD1D420534E97B901E2D1CE638FD0DDB321D819763217BAC6F5BF3FA 52D3631F388F821ECD6759B3DDBACBD0BD656DC23AB591366950DCA06518CEA8 220925368DC8E07980E106CBF370697ED54118FA07C9406F61DD7A3FD9373F9A 71035AE0163723667CAA3469732B5749CBC0364D1B9D27A1DE291631086A0404 E316ACFC757FBD07A55ECD147F205502D80397DD8B040A0E52A2A296B0EF9A8E 18D14738E6FB44A02529F70D8C7AA618586C7D5DF306BD03A21ECD57475419E0 B7399145BAF13C57B07E33D675B8A1D08E6F4C3D5C62693FD5C6CBCF63B4FD22 4DD2DD0EA22010D14402EBEDFF80A3E86DB26C8DEACA394EF1AEA9E82560F3A5 5F10E07D9A75E9F4AEA66691AAB63331266D46E6D77CB38058D3D83706889177 9CE3AE57569187C24DCDCD47DD7717EBC02DBDAA7FC4875E249580B771468CD4 E027E4F1CDA5799C75492FA2F9847E1FE14747AA1F2F0E516E321CE5C5EC1406 810B1D9FFF920A1772FEAB1803F536E07F04050176D925ABFB2360FFDC5659ED 890C19C42CA57F8C49E984886DEA21D14EFACADA23515332D4DE7E39E049E22B 17B57524F6D8E00EC6CCB1CC3F685716F6A646D2CF77645C385D1F0EDDA3D702 9A7BD85B2CC88795D14C9792317664F115F10DA0DEF3A67012298FFD7786923D 291B82B48A6A4A82920905CD19E1FC5D36179C42FE56D3E3712CE3CD69C6D0DE 0E6BE1AE8C41768AA815396C31007C0667ADAFFDFB11181F71FD2993404C9ADA F06219CCA6644AA26EBAF342B6FAE8471689D47682CB1FC7D985A03F220B97EB B1DE14B9C9EBAD1F1561E779955D2C14E3F6CA7060D56FF1D81372EF4E25030B 350A024AF0F100308AB0897B8A89DC70366AD98D5B9956A24802548AA33E45BC 2727DB1DA8DF72E48607B65FA81A68B5C4EEED271AC0C4D6F29561C08C78B828 24775852557D48E5D1B1CA95244580B133B63015D5D94A0C4959AC7D9B3F82CB 8D8B13FFE23953B99EBFA7ABA6642C33451BB972B559AC506E8616026D15EDDA F5AF0DC495711BC509F7FE2C67AF32BCBE96529A101FDA3191DFD0C105CB6F45 055B29E9787965858C947B3FA4DF5F7DDD930EAA537516A6AE91DFB19145B9AE AA95107DE25B45D054F60F8B52C59C93D97819C6EB6303207DF666D3E2E5C44A 12B55AC6B30A15DD6412C3F9904529D79BF997C6E9C9B17381457B8CAA6F483C 4A0E10DB2D30B4A8C4D61A96C4062F37997622946AAA629CEF51F84DA83EFB0C E51369783A83EE1F0407B537D0BEBD32FED7F47AA7DB1868F227579DFCECB81B 081CCB099B27EBD4339C257E8738C6C63224A70162B95AC7571B0778C0E9223E C076B77B7283497EE903650258DF73C2DF62D0B702E894290BA9788A69DC5747 C134526614326F5697E4BBAEC519C2ADB113CEEEE43BAEBA4DE1AB253A9BC1F8 A01D3C5681DD3E33BFB7FC73679AB85B20C11C861613B9BBD5D0F7DAC8190FBB 954E10D29A34784E96ECEF638B210931772BA978F29BD7652E25E9ADFBDFE317 0743CA4F4B21EBDB9E10B6D4B55DC07117D7D6D347CC977D4C8FDAACC4086E1A AFF70F54DD28B5956F0EAAB791D871B811A2C6875DC89259D8D769372978444C 63EF2C0BACCA332F1CB135EB4C6B64E5061063A9C6E8FBE6EDDFA3B58A34BC7D 91393FF22C4B5279E3AB1DD51A815B58F2A48BC4D4AD7E8E56EAFE57C59ED52D F91D7284E86308DE09941A77F948232D98B8D4454554E52BC8D582388B84B645 0BDD689A10008D7BA6340A0397F73B3B51E80D6154C198C0600BA38FB3EA3C72 83B4A2492BD84C9C2A8817F3DD497FDA08DBBF4A61125523C5C4C6BA3C8C0802 26094F08F395887CE664B617E5C1E73F2F56333AD2343861AC3D0B0F7ED761BD 5ADDD7B2D4A5C9F3C99141A5EE988E30F5B276FB8A49E5756CBCD343925CA827 80A999C1B594904916531564BAC2C734E25C5B9D8F22590AD378FA99746580B0 301CBF70E2AB7ACE68A10F1D524BF338EC24DEF58F694750F03059C21DD87586 9B4E7BD1766171CC6DD45FD7259984E32F0B66BD1321E10947B84A0D64CB8933 0837FCC2F30330B0AC6E3AAF57AD1B78D20531A0A9AA4D7885BAA6771824D630 47DFDA5416B744B576ACEBBAD0860709263CBDA2EB623B31DC89CFDA9BBA08F4 0AC4DA0A021CF322EA5989B32D3BE5F7F9BF42EA170FF2EA98485424B855AAFF F6B793C917C0EA26DBCD26D2EC35A2DA2B6D6708BAB280490DD6324E6FBC1CE5 0287365D0E697FEC6C9A25B77EBA60B7A8BF9F1D9E6132B5D49BB58FF69FC024 7D24B5A50C6ABA7B462378E6F682F3F0D247D595CE8AF21730CA5C8BE74B9514 BE2D0FEEE827187D75E740FE27A288B13CB9EA913AFBD29A13F5F359812AA935 53CC5A757FA50D53E6AF18AF09A1B9C4792EE17CC1B9F5CC2582AA9FAFAB0E1D D2887C1BCAC510BE09EF9607CA7FF0EC2032A60B737A647B484728F2D9BA80FC 32FA431AB73A7D235CEF7B4C37FBFCAC950B94612C7EE53B911BB27601C7E1A3 6A30FDBD0661AEA3C492B8E32F26846DEEA1FF21A1006A163234E58D19D8317B 77DCB4EE384AFE485B040BF8FF666F7CEE090ED958A4A0BFB1EEBA08917369FB CC5C21FEE9E6032DA8668FFDA7D3281D734F6B04C0440F4A86CE1B92A0F3A213 8E7DDE30B9761E98962D45C4B7406BE298EDB97DF199549D54051C483DC6685E A60B47A8B04D2377E8BECA5D5ADBA455ED303D083B90E4B617B59B15BAE7EC98 852670C33C533E2301A9D16ACD4206B10A448665DE1A9396C65E81E61A597609 E853F95AC8ADA36EFDA7A974E8EA5CDAAA8EF3148F8ADF43CE9064D818F5549A 8928ED18AC90CE28FB7DCED4875FC7A4D7D2C5EDE1407BF5B527A28E11FC340B EDC27D6B73CAD3921E758EC9856E0612FEC89C2447B8817B3A533543E1C01E8C 333FDAAB524748744A11DC2A2A043CC3801D3B5131DE3454B7D41B10C5374C19 5527B480F4CD2B2827DEBAA1F3BCFF29E2CF773CFA877F61C76640758320D211 51485254F193A25CBEA6D662AAFFCD41E280BD77D7D66CA86FCFE1F002697131 91AFEA2489662E50DA97FA1908312D0028BC912A975AA3276AB5671015499243 A637441481DDDE79E972B0C9A52B79BD0DE38801F2A231B1012372E576B0B39D 579B9E96DCF0EDBAF786E4CA332BE8407A8C70DD7185A6F7CB5615970D97132E 1EBEC473E3EEB04B7ED3ED12C090C320E155531C08D28709A8F0BEB2E6B4F81F A8C7869389FB8135BCA05CA77ABA2E3538EAA004F20C7003A4299B95AF9F37BA 6C40A92A77CA47EC13E57B6806EF92F134172687CD6A1EFB93B1E79F0D689325 73F02BF469C59B321D45DADDB6239E00445648E235D458F6D40695EFF0170F91 3E580D8ADDB040FF7A01AD7FF8BF5E2DE35E8B38497CCDDAF8EA7DAA18BCD382 54CD14DC812E16424DDF6DFD16C0BF341021A675C0DFE6AA06C215EBB15EC299 07B6C66ED68F23C0F163133F0792C9E78F1F0B69E2641E41D510E0A1EBB1C46F 37E2CF87B6036A4BC4341934694965263ACCAE306AB69AA25EDA2D2E48566608 3C1077BCEA5B9AB22C5DD948B1D499A7930991510C08E113CBF94964898322CE 317E5A2F03E9B6F7C407E0794B00B8BC48583675254AF7E3D6EA74B2CF0378BF 0ED0C027246F4265F33A4CFBC86446AB1730B97FC29CE579C334E96249D3A5CC 19E3585B4335C629CA7B080C4FEEBF2B0C1C698627C96E485AF592B6C0BA4CEB 8C3D100BF8A75FE8225572AE3A18D4817D8ADEE6D57B9C6187C823F53308782E 555F5B7F6E3A76DF25891BA59FADC390C9C95B3D200B15E80FBF244281C78066 095A2B0C3E08E1C0DAAFD442696B17FF512E500D5B6BA4825F1D9F5716EDE085 2B7E81ADAE01225C5BB438127BAE5A500746BCF39DE4EC6EA28912594EF2E3EA 2607443628D205F7DAB8286D20D175FCE2B272D08403D9DAAE2F6B0BF39C9688 195A12ABE829780AC5CA25276AC4E5AE0BE973DB0E453615768E2FF1F3C7645B 39F34AFA1E795606E0A363455FB8D00413C979BA7C709CB877C786766933A7CC 6FEBFE30C74B4D9C46C0E556A8F6FE62C8DC847E9000498829035F76BC75EF95 1032EB64EA2A715D699EFE85634DE8030C8D8241DCA468B6761FE09F88DBA0F1 76089C99DFEA6B12B3BA9771BC06A6D7F47D2B471A2880B68E1B63D548F3E84F C45CD7BCC942BF1CE957453F859C9614F269FA9E7BA08C4C78CD62D98114364C 000EBEAD29E6A5100B39C3793AEB9BC191425811154CB95ABA434A12A3E461AC 18D5E9C36515B210D78937D9516F40C999E4149224CF1F3474C71EA5F5EEA8BF 916AE03EE48B24085EF1101758FD3E3DB685DFA0E1C793C94D3FE8993C9799DC D0F9047FEBDBF2451CCADDEC3F74E1D4E20A1240FAD15D396A70DBDBA329E788 73DEB3696D349306302E35BF5AA58B694DC4F25B3A71406A537EBD530D4F7D5D 147F332E7B1DEA68AF33C6961E55CF22711E974B658E50CBE072A07E2C87AA40 5736747FB85228D54EC3591989E79C613F3E2AA40DFA3099E4FB716EC8FB65B9 F091FCAD02E8B99F8548A264DD56C2DA11808A41DAAB7E275C12862B1F1237D4 AA122C98733BB385CC72E53D466DDF45D1E6013A117A167A675518E1B3F15AD5 CF679E63619DC20353C4EC499756060BFD8D917A681DB210CB7522A5CABB0965 D56CD9AFE829524A834219CEE6BE360001FF185A1B9DC7DC3AD4B75F80DA71E8 76E032F0177471775F5BA9D0C0242E277C92F98E4112B260E75D6C9F01E71EEF 30C70C518BDAEE4D236BADB9FCA753CBF7BC44ACB1EE692DA19F7B8E959E4F28 DF85A7463C2710027502AD4662E47CB7FC06766B105C431B083C01C8FEFB74E9 8FCF480D82F9F0C5F3C6DEBBAB4040F0AB21599B55FEAC82AC424FA702E3DA06 0C40AC00C950D9DFC31843EA7A77D900B8102AFF3A9BCDED394D026C291AECA3 9E148BBD44877AD4029B4CCD6EF4672CEF37C531A83B3BD50531573DCCA82C5A FC75402F5131200CABA3593A7B83BCAD71650911555530C3B13409A6EFFF7DDB 829554405A6E15E8482B14F5DA80C6EB06181BCC2A3DF06F37B574634C43A5FE F7CB8412ACF2CEED6C1541F5737AC8CEECDBEA054411815D0FF1CB76439D9B60 2778CB6AC3FE62CE754E7B73449829A1FF6AD93D0FC60286DB7B92B2E436A489 F2849C5C00E93C86D8B90456D3ED2E38DA1D5CF49C85DC15F4FD5BB46F2433E9 51DC938435B5E75B3B3EA1BEBE3C6E7FD95FA509C4638D9F76B0D08744ED14AA 12956F13BFA6E152F02F7E3F51D6E7D6E04D76AB03BBC3F954EC283C7307A15F 293CC307D01BA13F49D2E872999B70CA1356E8D567AFE76F96AE59B00EE05512 565242104972622875466966BC9A4CAB3C97B91B97E9E376AFD3532924493D06 538AAE30B75D542BD9A4120228EEC82248ACE58272681262857E28BEA7896033 9F82C32920EB935AD9FA17C01D139D7F2560BBF3EE5BCAE85D9E70D2C36C327C C2F0F89BF776120125DB37B4CEF63DE63E9A82035110ED87DC58922C738BA889 F81C035992909750F1C9AF9A0D38AC67D5428B632D28229B71B188DE04C8112D 141D18F7C40F2FD7EB9967943CE78BC318A9C840120EBBE30911D2B8A308FF6B 3B9A911D8428E85B194DF985B5C0F9C169433467B4CF8B79AA78EC6863863628 0CF85B3DBA1A18ED4829E7BDFDAAD86BB0E0658B71C1442EBC5BD0A480EDCFF5 E4F4846E639237EA22920F34EE67C202B7F583D07A5CE9E1901F7FDF7D60BB0A 28A91EF43D7C5748DCF62D387527BD17B9B40B7F5B6744F8049DB31F4D24DB02 382219972B09F5DA6EBEF0B69566EBE695350AEC57F504285FD0402C9F45D1EB D2B500146922DF9F7B095A1DFD3B45A6CEB624FA20598D54CD62798615A3377B 72D45FA2F69D2DB599B620A54533A429324BF2781771A698799E5F7533D2D352 151342B3584FF02733B7F3B44F48E76F7AB89B373053AC41E90EC68362AA983D 99D6A5A22A4A5834C56209623897A9A8FAEACB6FA06F8E40BDB5EF0BF90CA93E 834754EE28DAFA72AEF24525959E0D6071C6F2A690785918FE3680508FB368C1 EF4F17AAEF29B1E8468C6F6A0513E7838B91B0496DF8EA0431713F9EFA21890B 5F2DEC42F790125EBFE36D541080655BC2DD63B8482B2B5632F41C8AC0A9B0A4 809FC32F0520F8C26543B1875F92F07747CE5236EB13B7F120E520D6E03EFF1B 007D5ACBBB423399A648CE8C150FC0B0497986DE6E2352F140B591772DABA0C4 812718CC63A0DC490F366CB9ECE3B17C7ABFA78702050E42F0F3C31A0641A89B 2BAE7C5931DB0DDCB79BF86028FA50379BAE91BA98E91441F1993FB57A28D185 BC651CCA7F40CAD3DAE5CCE79A730997EBAABEEC0CF098BFBC7356612A4C6B03 776FA039B40AF24DFB902D74F5D2FEE23273D76513F923D4552E900FABA56DD5 D7DA201D89A96CAC46E51BCEB1A05D8E6848AAF11535C206F748D058E1C0B22D AE921401457476D5B1A2E109AF07585291F4A860D89725E3D45833AC50D304C1 A2E42063EB0B6BE9CDCEF3C22E3C015BA8C46D11C19410D05639FDB0DA1D4C05 594687589D320FFDF4A286986A5975699C6C9A1C744763B25EE465602EC4157C 0AB0B3FE906EC7CE9845DEE94B48643D0C5D440212E87AB63DF6CF10C69876B9 474B3AEEC9559583E3902778664C2233A019945DF1090AF57EEF5A9CC7F33EBF F481AF280A0B93D8A4C566AFB71EE0F2EB4E1D1C5ECFA2D993DECA4C9457A817 D9298BF2C754A8AF08BBFD905882BC95FE52E871D9C476479112DA4AD6E751EA AC6405D6701DB588CDD31C822A51E3BB7634B8363412B00C01E1965B52836689 E1EB00C83299A45714C8F22025AE19C3AE7AD315F3791C11E0B34D6601995BB7 4A390731E1528F3D9892606E6ED6BB584F705ED619A8C218CD97527AA116CF31 B971745BAC409CC46536145A03683AE933B1D0D81A11A20E20F0CC943226ED03 2F89BC62EF2A4F794570B6AFDEC53C04DB7F82B91D57BAEC301066C48FF1ED5C 6E5BDC0AED76537F31A23940D717AD82C1155D27583A9DE60529C9D17C5FF616 198E650F8547F64BADD053CCFFF7FFDD326BB2AADBACC93CBDCCEF88F9E793D5 82F0F622B1F69CF49DD605F6EF2952ABB7B770B4C77A9AAA144DF44B153C615C A26265B8E6C36173EA74DF32D730CF0973854F3BE474940A032F60626D47921D 0E8B06B566D98EF5A3B4FF16AE2EA1C9FAD9DAC134DF199141FD5A217451D44B 123A4AF76ECF25D71B476159F87B6050B618FBBF6038146B78B79487812C7FCF 0D6BB61A1FEB43D34C151C74DDA91CCC9122B1C99BC9BFF3B7B3F63383926FC0 7B339D5A787923751E208CEE435135A1CE7F28EE49F4376C43AD7DBE6D0D30FF B01FE3902D9683ADA47948CC889D3159F07F035FCF98B9BFC08A65FF2FB4F262 D9D407A66CDA8FFF514C568E15A3D2EC331362ECAF45CC4AFAB4D619E8CCBB21 C9011D135BFA1E25B466603736154A529D57B81A09D05DBD287865EA5AA7AF07 9C9436BE37264CAB6AE0C347985F252DBD28853559933B5267B05ABA015FF23F 6B03EF6F6EA4BC13D311048B8F25AC5B7432DD6AB860B47EF1268BCD272FEE99 5E606DDCD4A0858E93192EB186E6CB40F081781873F8F9885B2B7B917DC46FDC FCC5B55175F63DB0EC68B44221BEDA0C08CAE3E9D8B5F603FFBAA7C88053AA2F 4F3E0C201FB8722DF7F8C0DC31CB95254D2EFFDDFBC315BAE7C7CE70185F098F CA605257D2FCBD9AE5CE0786672744D5FDA723311B6660C97BDC597138134F15 8524038FA052DD04A53CDD9A906AE381EA16A78EED021681FCC350C2DA292F71 99DA70C1A784A654CAC9997E38AEB0AFFCC3545CFBED5F04C3F65E98979D1161 DF4B44D296807F22DF3A4D1A6FC9A4699A9BD47B5D0DCCCFCF3A5C90FA3D1963 C83AEBF9E121C441E7518FD8AE8D1825EA4C68610A69BC8AD0F00EFC1C78C5FC FD9AD461AE42FDBCB932911153C8846CEF8643A00E114D6436D496064A0FC0DC 64515DDD006DE4F80C238FBE91C2CED03BC481A8415F81BF98034C45BDDD4A35 9213464DE7E08F8B2B269A9EF9E938AF3D7B7407A6119B52B2FD416E0C5D03EF 637D5915A05E8B1ED36AD0D60381BFB4C624B0006C97F1817F20C2D47B51F1F4 01E82C440DFBD4FB3BC83262156B1CBAAF0A50AA7639DFD679C7D3C323F210B0 9E8FA5FFCEF16466182DF6ABC67CB577084078716B9FE0CD546D4AFB71C698B8 C897F7B8B59917B6C1F6165DEA30154D269E107A708AF751D7BB9250B31231ED 7BE68AD25111A34C78541FDC54E1CAB96C1B413D82136E0025917D1BDB7E9E89 8BCCD646A1951C1E11C48308C346E0C07E846078F91BBC455487636580F2ED9F A29F8F91E79319480529F07F803A2E8EA6DFCDBA180F957C7CC09DFD524B3195 2619956E1CEB1C68C3B34BA1EB391605BB2C1041B16AD689157DF3EEFDCF13EF C0586E8307065B871073367B7273D6DB1D22148991EE0E410FCCBBA6A7B79DA4 F63A21AF83E3275982753364C0289C5ACDACF3B6764422ADD256BE2999A108CA C0BCD9DE002E74BA03A2B1B4781BCAC95F3D4E564E68FAA0738E4B428EC36585 4775F223BB6B9EEC9676557A11ED0225C74956EE0E52710E22F1F98824AF1954 CBDEB8F7DA38B8F495D85C2D48B079EE127CB957DADFAD66AA44C0541C110D13 FB8A243D3D93AEED5208C3AF6C56CB253DBF177CBD793B75F47D664806B0F280 22437F544BFE019C121077184D2A6EAE625D702644CD7CC488FCCA867EB4A392 33AA7D1EC608364B7F28C0E97B09FBD6A3615D1087A4105B048BCF0CE87A21ED AED85B20B8909E9F700B888A075F4AE6138ED837E77CE5E9348C218995EF3567 91DB54EBEF38B806B310302A018F0D81D327DEEAC5F4E6D402026B2E6DFEAEFC D319C186CA7A0DC4373C52E30D6675B13EB0BAB6BB28B3C6B4D66C70400A7FA0 4DF9665E7D8C65A56A2F84D7708602D3FED66CAF237192BF034A2BC4C192E141 BF074D50D63B5D12F7651FF9770346FFA9FB6E6FF998565186649F714A514159 26440FFB48AFA7662D3FD056BD458D9A76A3CC9EB09E943262F2E6EFB283613A 3A31C1A89730847C76B9EDE10E814F86A9AEC01355E45D3C8D49DF0F54497939 AD5A887D118A27EF35957D005A6567225E492F99680F284355D6FC759A36B22F B724E3A16AAE1ACC29A6455B65F0D69A285BFBB75C588A1E442E088304B8DC98 E9E4F4BAD1F593061A31A72A20C7C7C5E55780C9DDC95102DEBD607C4ACAA492 FC122113A98259CB64371B4F8870D7EE77A49E4C2ABAC05DE7EF8F7728A9DA14 967EE30D4C45A0C7641952B0502AD66BEEB8CAA67891FCD0908D2DF85840B8AA E6D84E027A302D8B4357879B40D74E4E6521BE0FEF78C1E449853FA9B6700C5E 482292D786E083BA3B5F67E5A394937E4E6141C55A1FBBFE877A7D5A0446F76F 3FBFAC10201F9EE4CFB32A613DBAB07FE6E358A89E3CF31FD56DEDF95950A1E0 2984B3AAED460DFB3DD6BAB30DDCC1717B4966F6A76A4E8C23AA63593D7916AC 19E7AD01D02D58E30BB162AA333D54860945A8A70D3F4EED8A245302D2A2C79F C823D79B9ADCE0AABC09D1B6E2312FCE2BB7AA58E8BE2BAA52686242D0B140E2 40CF1511CE5446CEDF6BC5DA7D6310D31C30B2E1F5A0B1D9111270CE1FD7A97B D61BD57372470023BD27BB029E8D21692A863B1723E3114433EF7A6D913C87A1 4D936EA7F5EBEDE6CBBD994EC483062AC56D84FFB8ACB8CAECF964E08697EA73 79E45A21457A961AE236E85C42A843E14974C1CC0B3D93C7BE15407420D4335B C5A16672302115E1A3CE539BD4BE01BCE5E1D7597EFA4A6FCFCBD377EBE0D6DE C6C9C436E56925281187B12FA070E53180848C97970CDEC9E0A224A931DB0436 01676272682AD3BE6372C103DCB23BE9B0BBFDB976149AC8814C60CB08A4F7B7 C7E03AC6989B0EC905DEBC443F406E9803AF5A26BBF09E5DD6ADBB8BC7106DC4 C375EE2D85B501C39040551BD979F8BC2703E59ABA0040B3AA20B5AA956BBFBE 7B598CB5C6C49527728E711E14CA55D564DD85976983227281E3728125F55124 BCCD25DB52B1D51A2F792F072CB2F7F5C80A23F77030BE87E00EBDD70CCEA77E BB08BA08BB16E42AA360D2D28C5F36A1D9232F1C475888464ACE39FFDE71EFBC D41162F8E7FD4C2ADE56613D52D576BE416FEA0D359CBEA38D51B8A92D0A90E8 39E50244275715CD76B006FD853F493EA5DAA3FC808FEE8E4BD8A6014EA8E067 19C40FD651B7C608D5562E55B9A2AA476F16E45C96D34E589BFF6F45E8606D7E 83A0D28C58DDE966FA4A0E35753B05A546D02B9E243A8DCC40EE16DB324AF09E FF7A837CC758896433ABF4ABBE677D2F45F56AC835318E523926CB5106340F25 1B1B8B43A1121E5EDA2917C112769811827FBCB668111EC8ED208083471B6245 8523B7EAE8200914503A2E70E07C7C2AABFF08130B1C0221952BE6C4DBB9F1DD 7FDE2AC1549A4B605E8BBD87F7E09687DDB9431E608316CB26FBD3DE1228FF5F A8BC0D0DBA15B8F31149297B8D93FAF8128CACC71AA1D7FAF5CFB054640CCCD7 947784319118065BA47EBFC6F5AC08867D66A04D2D94BABF8310FCF9CEE1DF20 F1A76E7FFCC300744B9C6315A28AC8D9B5E4EA69E55FA51896C962A44F3FFB48 7153353427706FF386F7C8CD0F9836662DB2880F0C9DB38AEFA6512D736CDDAD 813CA9648F01C3E837AF31C78FEC4F546B31566DDB2A489BDE29A66550CE93AD 3168E817034F81861F5E0F86CE31DB65FB45CD60E02BB6BED7E20A14943FC6D9 3B1E8D15C5D112F292CC823D6FE896D25AB8B31B6F767641C48143DA36BDF8A0 EE27E00315C1185031415832270B10B60E44BC35C9C4711A2E6D02D384E6227D E8F0EB52D4A2EE42F4A0B3F58092A6C881458015E6F66264636FD6CB6D8F30AF 54BED145FB7503AF08A0BAC9A0228A67837AD980FD57FEF5AB791E0D8EDAA973 C577C5EEBC603DD81359795B4FBAACA51198D225AD665002D8D29AD2E720C4E3 B0A63A01CA9569F992B7941A36ED85DEE1A5BAC4C9765BFBD6CA10B376FE6AF0 95CC3F6FF501D204EC917FC239F63160AF2E87E995DA3A81CE4A65E7CAF5908C F09AC3FF56EC19F4EC348F8E5136251D74C4085A4E5BB7106267520228D8A360 E53A77A1EE282737244E6CB0F3712EB3029E680F9170C0F211DA2301EEDBFB12 EC4F9A74F4521D08479FC34199B2C6D6387B50D1A889865264A897E0DAF81906 95C529230E12C5A6A0AAE2676754705864135DA03D355CDEB48F0D990AE25630 84C2245C884DDC80E51B4174071D7AA59A77CCD0D2E2DB52E795062FE65F573B D02AAF36CF7BAE1CF17D89AD3E7DED4167EDF045498024C2BBC790235CB662B3 31FBB250166747687ECCDCE847B9AAB2B81A881041B576B8B54F5F249AD44B26 B715E1612479463023BE238A76082C1D2391FC06036E68C1B6903197308E7765 87B9902B57DADA00D9C157796AA0C92A055C15B39B8FA33C5D9B1D1069CA424C 7E585A79913ED94B705885CC75FEA8781C766E11A3F52C34D42504418EA9EDB1 11101BC56A31511CB24B70BA31B0BF99C8A3667769F71C2C08518642B46840E7 95EAF852AB5CF793FCB81A847E3C67D243C734647685A662BF38551BF73B4250 ED5F901260D2B3A7AB09B960BBBF71584F2265D53B4459927303E4B72362E8D1 B2D29F2D412196B66E6F27629FA7D7AE731828D9EFE87EB315A0B4914F73AA7F F6353732F912B0D6B8FA6245BF3C87D4E40AFA2AA3D8DED4580923AC14263929 926C58CCFC43A4ECC370AC7B49A626462CDF15BC0C7A005E820FBFF05E0FFD14 26CD1CEDD3D7EF47E43105483D56AB8014B1DF77959B31FACD74C4CF4B25BCC7 1C91F2EA957D2BBD06CCBDF1805F5780ACE694C7BC8F9105552AEB919B5F62C4 2641C805151FC16B04FCB134794DE6D077C95F46047438A04E633FA32DADD1B0 73D3D075D3B6DB64F8B94A9F0590675D96B56C76C902E58B62492A5D03D4F224 43D633498AC97F8FDBE2A4A6DFA419BEB83F5D49A1ADA9E02EDD1E814B8E9E96 7C86442082C97AB4C4C68ED0C1E672A6F8476944BDDF2EABFBBFB0FE58287454 B956C3ECBA3C55E40300689699553734AC2BF70051501F5E289BD77B71FD5AC7 239C7A9CD65630101D93B393520F117931BAECCAF0DF367532999E2C40043AE5 6AF1B4B68DE76BCBEC17259884778A135D8F05A035869CBCF5DAAD1810BC542C D7F022443873C025E7AAAE663948C777B361637754764F3AA6C5CCC869DA6099 2F017822442F88F52E7BC19B9851FC0C24FAE7826559F9F4685D5D11495A59A4 BE19930B77B4A770A52A23935F9DA9D84F7C5F2F294FBCADC8937EBC31CFF5BB C784758279AF20D98431892ED628B407799789E336ACAC3C7D7799DB2BBE2F1F C68482375746476744DA4C6FB65105B04AB96674C0E6A2C9B0BFD7400AC3CB18 7B850A92918DBF5CD7D6773C4CF1FE46A04074CFA4A02254EBAFFB81367D5484 128D66451E34289CA1B2EAC578103003499DD30CA42FBF5761B3734CD755485E 3A02A9C5C90A1E7033C7EA96E521556AE9ADE0887DD13E5B70062F5F5909F8B1 649941B21556F7EAC2B95FD63EE02D066F86179414F02880C33F4D271D9B7251 D2A362E653621CB6B0A216CECD233BB3E1AD45D8737B64FD33C59697A98AD324 C0793CEAB72206634B03B5E83CB5854059452F0CDFA976C86F312938068AB0EA 795757B2A25B3271F15FBF79FD12E5CF15ED49F5B90ADA1F0A8CD9D02662F3A6 808C8A2461C054CB86A8816A00DE528AF46B3EE85278A1616906145C3DEC2CF5 A02C9636C7FC143C32D23F6FD6CDDD5339F7E04F7BF3A8FA02F4B0776D9DD613 5D9E7AB47172849047B70FE3A739762AED6ECA7C0EE12CE34FC442E776AA1D5A A1589D0E1D0CAEA202B4D2B5EC9B8DF33C5C941F2A8BFAC234826EFBFE5BE0D0 C23D49B4CE0906E12982F5D6814A70FA1CE1EE8A7C0DE25976F8C38BA0920BC3 8949CA79D0A725E697268BC1AD56ACBA77A210A2FA01110D196E5F2A6F6838BA 268B8F3255392AD7A2F9C552DEF6D3B5D5F378DA5E76C3D5400158C2D72D69D3 3816CD819CDFE6CBD4F116EBB1F2EE32B1310D36F185AE9CD46E4AFAB5972761 5B501C86B6B3975CD75D6C581D923650770987AFCB29DD24B74A54EFD6E9BF54 0B2769E1956F75C68C5D82C5A0422CE1086E1A1FBB2A62A540FC7EC88F8CFB13 81B707ACE1FC5EB58F3B19EE061E6AB534B6E7B84D17D0ABB5259DB0B0F5E7D4 55A97F9869024C9F336CC4D6CA5D6F6DB9A4C4D601E04D0D64C63512123FB876 55EC865C3B226CB48D212B7D0E3CCD92A6C81E23011DDCA6F3E670C67C780DD8 88F67167E40CD91BCD4B137F4784DFCA54BF679AC1F844F69AC423CC2F2F9C66 FCFB4938B576877AC8C61CDFE33515E51126D162132A7345CA72F82E9B870EDA E423CB93FE1B6768DAECF354C1FE91128A296B83BA97DAFB492B677103C3EA83 2C7902DD57B2B4DA6B17B56EDC30571DBB66EE428A35F0CCD93F4E34B60BBA86 58A36B34A180B76BA962B6573DC095CC7C3094952B60434118DC36CB12C41357 942D604FED070E40A41A12511244C0340724183F0D8D963B39620CEA79D9D3C4 0B0FB8160B3C6D03B345E0D6356A6C3BC35DF31B12A8161AB79F3EEDDA3329D8 761E1BCA542E013B6F50A640D24FF8A7A546485C97F6DB14E0A73E699B9618A0 8F663A199ED16451226DB86C12D0E7B4351758C0A2A9BCFBF6D18B32E9A67F07 ADCCC40EA453A86FF11271B2680BF8DCBB636C123CD90914DCF5F4CB2CA9E84D FF948E27B0EAD6B801338B293378CAAF65A450F101F3011619AB8BF16326BCFD A5C20D93918060BDC9AB5A8F5419D1FBC52948F1378058DD69B385C647FA8057 DC5285D8219175656FAB3D64312D03569A57FBC99D4568025DD4DC3F19B6BC38 3D730723F4D5C4CCBBC95BC8F9CBDCF2DC8136E6A8D2232FF1E267D5C1EBE63B 0F9481AFA0ABC0E6A3AB30BAE86C2C7E67BB45BCD8A362276BFAFAC7431F5A91 28AB8A095B0FBE90A47A3640BAE2FCAD0A97E6EFBDA12FF86AD9784AFFB87333 50092CC802AE74A763966105065F6B602A34B3482B8F83E23DD139F7409771D0 1A2F58FE07A4C16DD2C21D589DDE1E6788F1AA66544E692D0CDA017B4AE35EFE E8FAB0BD3A6A4CD1CCF4A1A354F9D17AA326F571A0166721223EF74DDE7DC237 0F8AAD263602357ED11A6659A4F640B18B7B5AD67023F3F57BC83999298BDE9C 53B97FFA7AF4BD868812FE4E23CA898B7E509D641F219F0AB22DE1B65F808A1F CC5C1CE8B16F0DDA8F12CFCDAA397F40FA49932DD5C9313DF0438C74FED49BAE AD542C57A3FB66E5E60759EDC0C48ACF63721CF5EBD3E27D98D1827E49D7AFC2 5384FA2FCE068E73F8A1B6EBC65B6697D6576C4ED119DF6D4A5135FB3AB3CE26 C80FEE11614AFDBD7E734852A50098CF446127045CA4F140E0E151CF1753B6D8 52ABB47C553462074110758CDABE80DBA493405908D3A5CE40FC1CADD0AF8519 F4B900D845CCF86B7ACF61488F738CF099A4D070B97947FC806AB62E0D0DAEAE D9D52B81D34BACE936D49D5CD04CAEDC024EDEFC577535870BFBECCAA95CFDED 98CD5E34F8A0202DAE1C6BA39A8A3C8961E878612C0E2D82F7BE80000B1CCBE9 A15E0BB68CB69BFA2A56DE299AF5A62F944D13226449B885B06926585A404A74 762304FDED457EA2F5AC9E15B75EB7C6593C20DE9B88E7B6EFCEECB64C10E37D 7DA12D9AF762A4BA881C2746EDD1D3588ABA2D25184C7A68D2E779050AA32595 1149F39C5F9116A8F09E72D0E11AE610AEB665F18C6CAF62966FF427CF1C71AF AE92EFCFC25AD35A76F4E5CDC3F853B2BD29A59162337FC49CCF9329C341D9F0 FE0CDEC6351205F77DE3B3FCE73541FE90F95A7AA374CB19A6E53FE78F1B8435 2C9CA7E8A225E672051E016F0A10F8460FED9A855AF6C5F7B31886CDFE9CF1E3 208D81F096FD00CDE0AB7187D6A112261EA98DF5761AA6B2F5F0CAB683C44100 588303603E18CAD957E40A8BE913FD5A52366D2D249929BA4C2D7BC4348B2CC7 8E3BA24147EC527A34944B5DA99D6343EEF312439EF609742FE36F3C2841995A 236E5FCB1EE06F3EDE2B12734A08D5D64FA3EB1F97C7584874FCDBA51C0CAB68 8718AF97169DFA4C1B3F0DA2F4C5016ECB06795AC25D435B2D3EE3F59D8952CD DA18AF6F78DE13481579B3522A5D1FD25C39A5B554DD49E96561CE6788845439 9480C6D5F47B765E329FFABC351B529AA02388308E092A1FF2D7C43A444196CF 93A6ADAAF10F04604A0C9CC79AA7D7FFDE0CFC110ACA924414316D95247D62A6 5A5D413A46C2EBEF5DF8B2FA0FD0306CE16659405B352D418249A58E90C83FCE CD90CA5A69E646F5CCBAF2F450F7E569566504521EDA5C37BA48AA81C13E5ECB 1115A316475CFE8A8841F5A09785BB891982D50FCB61B785854C60B769A755D0 B2B171FCA4D457EA3AF8B955FD3EBD10A47F987A11A0665E36C2E2D885B5C9F2 6A5E1CBC9DF6502C68D8868EF7E7199B7BFB19D5FB40E37C9C25F2F6646B5D8B 3BDFAA5CD45DE5DF81CDB587BF1A5B90F0A98716064F96A3EBAD14508B30CF2F 3A48AA3E7E328BA5FD9AFA8D0641A755443520C86EE7FC5BDA899EDDA0C2F381 77AB38D9059BC06A05AE3EC8454E7C8D6262A9B91E05E132EBB180367BE16C9F FAA7F1A0067AF9F3D3CEBD76CAE4C1604C0962532484DB83CA76A5F07F8598CB CB260DF0DAAEA766D32D57336B472371380DC0DD061AF875F0D1199DBEE636B8 4EFD9DF9D797199FC8A4F28A61A49BCC59A9BC0BFEFCB43F3DF545C97B387D67 53ED7CFD3438CD41562BFD8577430F5EB4ED5ECC846F9F5545858D8E18C91C4D A21BCD40FE688063AF6C875459537F0D3BD2A3724C251FC2283827C19B923D8F 43146E5C21542D4ED6538278CC75DD1A0662920979C8599FA2CF64AE36DA2D46 D708483141B02371948B9C6410D31D691A83B54537780DEA7DC571D338365D3A 9ABB7E610F76B4B0E3A08A3645D0F24F71C01002C34FDDE6A991BC8E5488BDF4 679A1BB13B076C31223E46FFD9C251A3BB5179CECB01EF09B60C7164C6B27FA2 42A1C3AC53EA0395444EA6A1EFEF0572EE0080E8A0EBE4391A327015BF8E9D0D 90A82C26DA87AF74E43DAB6464E092C3287A70C985F32D5AC986BA096F81B5E2 61781BE3C6FAF8E28BD67F96B1C088870EF245E7D383E32E3EF721DCC59E65AB E740B3C742D10A4468575C0F121FF4D19EEA72CD4CF40E6C36B2C115D74AA4E9 6839E57E0E6EF125E6A157714D304280C29A9DC5D593110869F4D7F25F162895 3878E7C184B81ADDA3EDAD912106D43002DCEF62AC3112B58FAB456E27F7BB76 95B69C53D265C2A8A6C9C42CB85E0F17C1F7E726A70671BA95D9142E3AF59A62 40EA06004BD34DD9C40C0EAC429920C3FCD6813FFD024EF9021A5C0BC535D60E 23B72721A1B07E2149DDDE2C0E5D98825FA3886A6F7901D7D15671A71FB42E6D 9B831882A1BF7EAA2E6A7F1F10EE4429BF719BF6CBD18741E598B9411D214949 B00A40D94A4C7091DB8B5198B364BA8F1A40BE97B8B377936C20B231733E8438 27A6F0D59FFEC241EDD86F2C256FF427C43AE725242BECD50822E51583B7B5FF D7FDC7A45D4FE3AE3B745281AAF0E78CAEFD08C9026DDEEF075C79161AB9579F 2CDD52CC0ACE378141C63C518D0A92B5B6B178379C12631E6026F397373850A1 CBDA1ABDC852B95461E6156BC5454E334A9FB19B318875EC4362AEDA5A2BC743 786756346AD0BCB540FF5DE566AFA16F4CA28864E8B297C49AD5981235051BD1 8E0732893298B23C271ED84DD8DFB9CCE09C7B8B79B119CFFC65CCFD49819F5C C9F427CA32D2C8E0EC18096BFCF6BF06684814C6463170E4909E0E3D94428598 A94D37D6939407C35D070B519C154B9151CDEAD59B6095E788227CCC32531056 1DD73EA0C987444417A4188B3B943E42F7F472D86E00434B00CB664925647D3E B496E095E244F06FF6A379BB6DA8B8FA74BE30FA42EBF65F8B1DE6B82A2746F4 260166FD9A67EF436D41DBBDC99E6CCDD4233EC7D5141083F8CE8A15CD9CDB00 96AA98BE9AC42864FF221A2DEE88C42F11EE5E5A61F5F1F89F0111D6BBBE81B5 7DEB671A80500B41AB50EB34C569C3509E572791DEB2C3724A1996C23DEE3B00 D632993CB1E196311137894B151182D9E826F95CC27E3B9383F8717E2DAF9A93 957932C4B3343091C16334C476FC419D7613685550AFE61D6759A2017DC8178A 373C7A44751FB2F4B2EE1E29A43806C04D139A03F292BCC30B02A3E632FE44B8 F0A89043953A82EBEE6A35FF2DB03BCDB3E039046CD86E890E26A0B463A3370A D3C9888EBBEDC7F7BCE953F9FD667ED91459DB771EEAECF8B37A5704A6E9D471 65FFE284C4214CC812863E351F42BF136CC986B7BCD55AE646804183297DF19D A9E94130708A745E5306B43B6A46577D41F68FE298114D974231917C4AFD2D55 9D0DB360F1C89874C9720FA044F88C9BF389C274486DC96A0A286E216F727A92 3F528AF615A824E4901DC64F7578F6BA7906A5575ACA971D00E2239AEBCCBDAF 881FE56A42E5009964E0BB7D438E26EA986D68609AF5573F7785030A117D846E BD36A55295067FD8ED41E191003435C0AE78A7605E6E9A70E4389CEA9714B702 D8EF62D1CAA39A249C7A622729DAB2D1D12BDB9501699B1617C1E7E8B4872F3D 39A4BA54D97C580B7AC9F576AB8CB7FD23B4D5F5DC7071CFA74C3CEA6E0AE5DB C98DCBA06BFE922D68D5BE13EDE2D0AFF8C32CA8414B558DC67CE41495B00E6C FC118D289067FE7EB1B615248E1838A731ED86A22E933F9676D7BB9AF94FBEB5 635466763BD045F6D20435803DBCD07A89151F83AC9900F9B81323A3DD745FF0 4D6133159486106695B6BCBD1474727839376416FCD4C77C7E1332AA33711391 7A88A07E7427E4446B922CFE4B204189581ED25D8DAC67FEA0EB98C40D1A5B34 3E78110B1E1110204BF42D251FE34C0DB2F7DEF12089EC26E002013DC015CE97 91216C2AE16099E9A55E3D790C43E7AEB2F3B5CD20ECC6815A50C875035306C6 96608D1B3CA7F341646604134A521F0B0229C54E47CC16613E78730CDB2A5DC7 F05F923853A0D22C43CC8C17AE5A80EE6155501ED0BBC04A49021EDD923E0D00 DF6409A4AD16028A3B2B9E2CE5CA77394F8416399BD495708B9F082FEFEE1999 830E66D980920804C4F20B17D8313833C79F46F56CA66429354041557674BDB5 F45B02836F05EB06125C07BEA2A5B17A0E9E3EB3BFF046287A015579E29F13B2 C8B10259D25F60B46B65E4B33488C796F896FEEC7168ADD0FC18D1FD33D372D0 3F9FC7C210C0363E448CF1A75B9C720C672C04A9BB7CB8F6C09FCAA95C4F8DAD 16297A96FD9BD6474BEA7B1B340AD47C76EED4734F4AD8022A07D3D1442D6C35 B5C9CCF6C3DE899FF7964E034A7DE56ABAC1A20CBE773E139A1519FEA7ED76C9 9BFAE6F8062945AC62AAE3A6B80867A422552DC0C9FD510D7DA2666CB87C9EE4 122529ACAF281D9C1E465531AF24C58B99C61A907F0568F178C37AE99C440150 6CEEEF2BEFE4DA3E9EFE337CD8325CB4DE95C576F60A6BD76F6E5BCC771CC177 F0A11910AF40F7F2A799E8F7C80A4660C34F38E4328C76FF0B06D4256B739E9F 03CFBC1316968556B32A110ED4A2348242E7FC5D182261096D780CA77F09F778 16C89C29C8C00BD085347B8A3F42484D3CA77CAB01739509237742CA277BA8B2 C95DF751A861F1E7B502DB81A23F3A790BDA564E57566523D9E2C46C5DDE0446 D3071BE4882E88A450974B2ABFC301F8C384FE8647305F0D26012370A8C3599C 2D0F8FEE496D6C150077801759836C5691C9602DAA70EA595284431E43BC57BE 86E4E52A0F23CC1762CCA63BF9DE107953F4585527A568B55ADA4B8D4EBDB9FE 37FAB04E06353799DD4179ADF8F232FB4DEA52A36C4C37A9FD580FCCA55918E2 847BE668729F300F976E455841475B65A72B0BCF20ABDA65849FD1E98C929CC7 FC7EBEC3AADDAFCF0F366A6CFF0E5AF9F0CFE4C115FDC592286DDFC8ABFFF954 FD463547DAEA37B6C066B2F46E83C9DD6C3DE7DF7252EEA79553800F358BBC73 1900C6696BACD5FC3011D4C8FC7510DE1BFFC0339769011F6DA61344F79C63AB 00B862577F5E2CCFB01892B9F3FD801899CD309414EF6831904ED57785A8F5F3 8C5873CF972CF51434E73A4CB86E2BC65091CC68514EA33AA3FAFCF779E25FDB 625AC02F043CA3443DBC7FF4E3DE42E2CD24BC129147BAABB51673BB078799F0 00548458A6CC48F1BE20340960BA2A25CA4868487FDBB15AB774133A75E7213F 7CD6B7C501764C20CB4759838F9FEEA131AF980ECC676FAA91BCDEBAC4AE6737 EBC825972BE20FD57462CC390DCB4949CEC376F4C59FA9A47E9D28E3C5832A33 83281C4F446733E79AD708BEA8279198DCEDF08E9B11D294DF7A525620B7DC66 A313AD2F5B8E032D32AC60FF98033917EF429B2A1A4DC024C401B628B3FA4EDA 5225314C1C549FD6DE1D8B4E75CFC2CA61095AA2B35D5352C2A6885E3CC7EB1A B6E26A827E31C42A96CA8E33CB2B2859ED507FE414B9DA62DE1880913533C669 B32A28339E5CD97A4EA3E9930E9B42D70BF07D964423ADE5B0FEC2247214DE8F B284A5B2A41FDFAF3A7789044AE79FA4C4595388874FA79056427B826793B657 891C04401AA8EF18B21683ADCDB8A71C4EF7ED319F82CAE56287A1CB30395223 9F60358EC23B498A0263A8B63F24BB4E0E5AB3618C695D7CA6433EE8F8BD43D4 0F1019DE95B3A2E8A2B1543CF4E3DB8E419D3E509C00E8B80835F53E5EDABEB7 032C1AA2511AD2D37E2F4DD398A70D15F48C2F61DCB37C98C1C7377BF4404A1E E837F9A94181D7A2A7D22A282986C701ABF7307037112A6CD2A51A3456EAEFC6 6E7FAE4E873D6CCA3CF61D23002DF1745CAA41178FE957BD9CF5F9EF45A944A9 FF40421384F0F35BEB460AF0B3CDA22276B95A7C6B017510C1E6AB08B3C513CA D3ABF120CEB2680FF5ED808A0694B3C66860D84032FDA9D5EDE8BD955EE4B311 E4805CC295E6458BCB500C2173E4946E9576B0249FAF42AD16AB7D263C53ACA9 E5363F41981D674A00B64DB77C19016B68518B272C041B2997B0997E15984F42 D41BEB4897B05A596BB53F5CCC8A40FBAC4596FA2718A0850081E498770B5478 BEDA7E2B8BBA96C07F20EA57AF0BDB88ED04CF61542D5319EAEB2A1A541B5AFD 0F97BB88D51C5D4AAD41B1AFFE4F5A62A416AAAAA59FA4393B4A052257C57487 5CF3E632BE599A453B6288CD2D9F346040AE68711D8AE121384D924712E245B8 09F2ED78ADED7621047B734B7C2F151D61234E6DD4E44BE64B23827C6059F576 C070B4B9CAE5E9D826F913264A778195E8D86FCBD2B8689CA8E32FAD55243258 CAEE547DE1E0C1F07F1642CE24E4635FB19C23BF423A3FC7190692D1FAAA2AE6 B60A11F04B5B6C7449F2FC027AE4A2920F753510C1CFD9E8DF24650272B33DB1 23A2643DCE56A318DCAF0121AC71E4DD770215E8CDFA6F8B7DC30565E620BB90 B9B9B8D1D09FB1229B9529A795C71A78E2D13934947EB3CA49E2EF71614A3A93 D43F255C48F8410CAF60C3EA6BEFC05A03A14A8BE9A91D7AE15B734CF92AF219 124168A73ED714811A0C72DA6F6E4E45B8192A420FC6F101B617BDC1EF7E0E98 3252064D3C8D938F75E98121102C5B03022A3071F74C2361160516559C23BEE5 48E014412C29D547D8C471511DECC97CFA969B516C6A3C5F654BEAAC19FA297C AF62566F9943D2A871773F1557BC3C9DB5214627F42EDC94DF0D851C8A218D43 FF7A20DCAFD60DA6CC8D6FE62BE6F8B227967CBE5F33E41894E8E20D958D71B3 07EFC38B3739F3C37B6B4CAF4A3B1D358223675F394622FEDC237BC9D8F94580 594E808DFA733E6DAA6B1ED9F2317EC6E09B28823BE38170CC170D4B5D273171 A61FF3CE6219C9722EF903678D158F9133B726F080D29A5FD7F2CFA2FFDDA3E0 25B0778E0DA3FE24F9097AA0319F228292E072EAA57C96DB7928C60DD757838B 11C9F3D4E631B06FD147A2003BC92962A636B1EB91607820EF74FB8CC37A82A0 77C0039BE9377DCE59C796BE87BC1FD86D8D41A8463EB56453EAF27437E810BE 79930F77C3B620ECD9D8E955A2995878183E599899C1CB8692346E5804B6A2F6 AFB77BA36AC97DBCFF78E3BEB16E493E65A12A8A687DF23A65570C8C1C2F7567 B66005492D85785A189489D1E317FB562262FD46D4FE1CAE0EEBBDC579C5255D 2EBB4DB5DD45EC2925B5BBD1F95C5DBEED8D2F5FF1C4592264CFF060C449698D 4CF916ABE7DA5004D32951A3335FD1038038572D43EAA76D3B4DD9539E2960F0 5160097B493A132144A0156283AC5B460F953D8D4C5BF5D577062A30956AB462 F09F8C4E227115FCBE0701EF2C7F15B24E409B2EF7333FEBA205E3987D1F916E 97045A5D2E797F4DA29129F2FFD8FDC48BAC6D2558C0BA02DE051BC1528EE451 F2DB2EF187FAC8F3F831DCD68B4357B9ACA0CFD5B285893D10CDC1688F280168 5AE975330CF664623D5C8A88A88F2FDD1BB7C100C749D68460CC59BBCCA8CAEA 3E5F3A59A4079DA580C0D557B997E488058D733AB0037E0476D5E7C73438EA3B E90FD366CCA9639CEC8E5A00A74D8EF145410A83292120E5F780A64A876EB550 6B5CCC28196633C4CF3540CDEF9717B28D811AA74F810242C46428037CAFB724 D4275372FC57BC8F368E9547671C574C74ACF22605DDA1354C80B89342336823 A9A1B9F0241C6E7F90C216A2776B360961358116282E735132C8F9179AE88DBF EBF320263E76132AE5F541A761036CF918318854078DA9079AE0100D7FC59B52 8966DE72B29A3CF6D0F31E78DF5B0C4B08592B6C5A9E462E573A27A3239A9F01 AAA1074CB9239AC47CD5573A884EDEAF3939D3F0431C88C480220360D6BE3E24 089D8CAA46F67AAE29BC64CB6F2AC2C5E35DE19F931124E47CAFBE3863FF6A71 3330847591BCAC220A609EC8037F2F6850F7CA659073F40F24EA5CA60D30A263 FB3B59A36394724C415D94D9003791638A3D93B9491CB3CB85EE913AB9D3C00A 223603769369CB271BA08324E99F5D1D81A92304A1FCBE659E7204C56C2C018C AB0E83DC4BBED2EDA774315627443B2BC7862F7A6FF5376E799420CA734FEBF2 89533FBAB54759F7DDF7A4CD65297599D0BEB71CAB5D226986E3C5E6D925F629 BCC7F5A38167FE213E909FEDF54E6E3C41790D23B1BA41C606A7E13A9982A8E3 5F8E64E64DEE97599B8B222E72A4B96B2D4FC173FFC1990931DFE3E11677B262 950E9B81F56532B058C87451404D9E035B9C6D66BFB632981437BE9EFB0D10ED 1517489C3E45867D15CC7343E937D845AAA405449AB163A133AE12FF424A5594 B9447635674769F6085ED80823AA3987375679864DA5E4AA78700D986284F9B5 46C105886893FEAD4875976D6A87318BE980753E0EB761D31D0EA92AFD659C9A 432E0E7FF7BF8C17A925C3C5B1E345E8C463CBBFF1973F21178F63CF18735BED 3F92B78506619E786D2726AB5C90379D3010133C5D34F1D461FD72E330BF39D5 CFB69ADF2D1CA049352F35BEF728C52FA6D1B9AE46C528B60FB04868499C8AE8 628C927A98B2C43F33583D76AD2E4F3F61AA9128501B056546F7EF34038A0A8B 75628A5113B532085B3CAD2D688A1408CDE475236ADF356F32D0946BD51A9780 C8D006B3946BD2D42FF589F35060BB426D9B38EF39E34BEF35FD5A902064DA6F 3C52BEFF2E556D86ECCAA2AF418D7DBF2B53FC68891505AA256B0AFA4CB78F27 001EBBDF751801D54034E4D9B66F35BC47574C1DB283448351C9495B2D6339EC 3078646A921D007BBACAD693DFF2C89E0F627DC645330A603AE0AB444740A6F0 2EC03D3267E08E93B68E15C622CB96533049F1410FCAB1266ED7A4E378BA71CD 0F1B84FAAAFF7B6DE789CE04EE80BA4578AB9A4C4A14C88F3B32107078E6D83A 6DBD29F226C3A3A08AF55EFBC12E1C05283C9F5D3B334FB22A38E3D0896D8BB0 05DD462F9C58BDE2C5B43A2B71D1517B7B44A1BC5A71F2DD59BC44C945B19B8E A831C5AD054C67E0CDD2F44298AF6078D781C5DCFEE0B075E9615187614C985D E4CC854D8C5DABC9DC22BD358EA9628AD4C3DC577D24EEBB1AA8777581F55845 6947357E66B5A87C5E297B31EB2B8055745429D3DC6E75F8ED65D5277115A3E3 1E6E9E74DCB1F14259B295B136B8E1115BA606957148F711E2E2B11D9E9D234B 21AFB0FC6F377B2921B3EAC46DF63A9EF888726F275932898EF4CD8CED596B9A E2AAF416BC06781E50CC0DD8BA8F96E43653B91516AF7F0712B87A1528AD133A A61F074C6B9CDC8DBF5504FB28B0B32BF6887A981024348951B5DF8CA8792F33 66544701C5F58C9265B17F7A9B49860DBEFF569E64A318EE743CEC54B1513D3B 5DFD17B23D7BEF6561416868530F5713ACDEF99FFEBF6A0589B42B8DED30D232 23E4F83EFC9C8FCBEB092C8859B283DE99BD84FC4CE1EB45BF924707708FE58F 9E6E9C329B4144D3D3642D401E70675861383A1F00220BD4090AF7BFD7F9372D 6D0931E022403D 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 cleartomark {restore}if %%EndFont TeXDict begin 39158280 55380996 1000 600 600 (gsasl.dvi) @start /Fa 197[21 58[{}1 74.7198 /CMMI9 rf /Fb 134[39 3[39 39 39 39 2[39 39 39 39 2[39 39 2[39 3[39 97[{}13 74.7198 /CMSLTT10 rf /Fc 162[28 1[28 91[{}2 99.6264 /CMB10 rf /Fd 143[56 56 56 2[56 1[56 1[56 56 2[56 53[56 45[{}9 109.091 /CMTT12 rf /Fe 137[48 51 35 1[39 1[51 1[51 1[25 2[25 1[45 1[42 51 40 1[44 9[94 3[51 69 13[70 9[25 58[{}18 90.9091 /CMB10 rf /Ff 133[52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 1[52 52 52 52 52 52 52 52 52 1[52 40[52 1[52 1[52 52 52 48[{}31 99.6264 /CMSLTT10 rf /Fg 214[35 35 40[{}2 90.9091 /CMSS10 rf /Fh 133[52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 52 1[52 52 52 52 52 52 52 52 52 1[52 23[52 16[52 52 52 2[52 6[52 52 52 40[{}34 99.6264 /CMTT10 rf /Fi 134[41 41 55 41 43 30 30 30 41 43 38 43 64 21 41 1[21 43 38 23 34 43 34 43 38 8[58 79 58 58 55 43 57 1[52 60 58 70 48 60 1[28 58 60 50 52 59 55 54 58 7[38 38 38 38 38 38 38 38 38 38 1[21 26 21 31[43 12[{}60 74.7198 /CMR9 rf /Fj 206[33 49[{}1 58.1154 /CMR7 rf /Fk 133[40 48 48 66 48 51 35 36 36 48 51 45 51 76 25 48 1[25 51 45 28 40 51 40 51 45 11[68 6[68 6[71 16[45 45 45 7[25 1[45 28[51 51 12[{}35 90.9091 /CMSL10 rf /Fl 133[55 65 65 89 65 68 48 48 50 65 68 61 68 102 34 65 1[34 68 61 37 56 68 55 68 60 34 8[127 3[68 6[74 96 1[46 7[93 8[61 1[61 61 61 1[61 61 2[34 6[34 26[68 12[{}41 109.091 /CMBX12 rf /Fm 133[39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 1[39 1[39 39 39 1[39 39 39 39 39 39 39 39 39 39 39 39 39 1[39 39 39 39 39 39 39 39 39 3[39 1[39 1[39 39 1[39 39 39 39 39 39 39 39 39 39 39 1[39 39 39 39 39[{}73 74.7198 /CMTT9 rf /Fn 129[48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 1[48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 33[{}93 90.9091 /CMTT10 rf /Fo 197[25 58[{}1 90.9091 /CMMI10 rf /Fp 197[33 58[{}1 119.552 /CMMI12 rf /Fq 134[85 85 117 85 90 63 64 66 1[90 81 90 134 45 85 1[45 90 81 49 74 90 72 90 78 11[124 112 90 120 1[110 121 126 153 97 2[60 126 127 101 106 124 117 115 122 6[45 81 81 81 81 81 81 81 81 81 81 35[90 12[{}53 143.462 /CMBX12 rf /Fr 150[35 35 88[45 1[91 13[{}4 90.9091 /CMSY10 rf /Fs 133[60 71 71 97 71 75 52 53 55 71 75 67 75 112 37 71 1[37 75 67 41 61 75 60 75 65 7[102 102 139 102 103 94 75 100 1[92 101 105 128 81 105 69 50 105 106 85 88 103 97 96 102 6[37 67 67 67 67 67 67 67 67 67 67 1[37 45 4[52 27[75 12[{}64 119.552 /CMBX12 rf /Ft 131[91 45 40 48 48 66 48 51 35 36 36 48 51 45 51 76 25 48 28 25 51 45 28 40 51 40 51 45 25 2[25 45 25 56 68 68 93 68 68 66 51 67 71 62 71 68 83 57 71 47 33 68 71 59 62 69 66 64 68 1[43 1[71 1[25 25 45 45 45 45 45 45 45 45 45 45 45 25 30 25 1[45 35 35 25 3[76 45 25 17[76 76 51 51 53 11[{}88 90.9091 /CMR10 rf /Fu 170[149 1[108 4[151 1[116 4[152 5[146 65[{}6 172.154 /CMBX12 rf end %%EndProlog %%BeginSetup %%Feature: *Resolution 600dpi TeXDict begin %%BeginPaperSize: a4 /setpagedevice where { pop << /PageSize [595 842] >> setpagedevice } { /a4 where { pop a4 } if } ifelse %%EndPaperSize end %%EndSetup %%Page: 1 1 TeXDict begin 1 0 bop 150 1317 a Fu(GNU)65 b(SASL)p 150 1383 3600 34 v 1239 1480 a Ft(Simple)30 b(Authen)m(tication)i(and)e (Securit)m(y)h(La)m(y)m(er)g(for)f(the)h(GNU)g(system)2552 1588 y(for)f(v)m(ersion)h(1.8.0,)h(22)g(Ma)m(y)f(2012)150 5091 y Fs(Simon)45 b(Josefsson)p 150 5141 3600 17 v eop end %%Page: 2 2 TeXDict begin 2 1 bop 150 4633 a Ft(This)30 b(man)m(ual)g(w)m(as)h (last)g(up)s(dated)e(22)j(Ma)m(y)f(2012)h(for)e(v)m(ersion)h(1.8.0)h (of)f(GNU)g(SASL.)150 4767 y(Cop)m(yrigh)m(t)602 4764 y(c)577 4767 y Fr(\015)f Ft(2002-2012)k(Simon)c(Josefsson.)390 4902 y(P)m(ermission)21 b(is)f(gran)m(ted)h(to)g(cop)m(y)-8 b(,)24 b(distribute)c(and/or)h(mo)s(dify)e(this)i(do)s(cumen)m(t)f (under)f(the)390 5011 y(terms)25 b(of)h(the)f(GNU)h(F)-8 b(ree)27 b(Do)s(cumen)m(tation)g(License,)g(V)-8 b(ersion)26 b(1.3)g(or)f(an)m(y)h(later)g(v)m(ersion)390 5121 y(published)43 b(b)m(y)h(the)h(F)-8 b(ree)46 b(Soft)m(w)m(are)g(F)-8 b(oundation;)53 b(with)44 b(no)g(In)m(v)-5 b(arian)m(t)46 b(Sections,)j(no)390 5230 y(F)-8 b(ron)m(t-Co)m(v)m(er)31 b(T)-8 b(exts,)30 b(and)f(no)f(Bac)m(k-Co)m(v)m(er)k(T)-8 b(exts.)41 b(A)29 b(cop)m(y)h(of)f(the)g(license)h(is)f(included)390 5340 y(in)h(the)h(section)g(en)m(titled)h(\\GNU)f(F)-8 b(ree)32 b(Do)s(cumen)m(tation)g(License".)p eop end %%Page: -1 3 TeXDict begin -1 2 bop 3725 -116 a Ft(i)150 299 y Fq(T)-13 b(able)53 b(of)h(Con)l(ten)l(ts)150 632 y Fs(1)135 b(In)l(tro)t (duction)13 b Fp(:)19 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)h(:)57 b Fs(1)275 769 y Ft(1.1)92 b(SASL)29 b(Ov)m(erview)21 b Fo(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)51 b Ft(1)275 879 y(1.2)92 b(Implemen)m(tation)21 b Fo(:)c(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)52 b Ft(1)275 989 y(1.3)92 b(F)-8 b(eatures)26 b Fo(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)56 b Ft(2)275 1098 y(1.4)92 b(Requiremen)m(ts)23 b Fo(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)53 b Ft(3)275 1208 y(1.5)92 b(Supp)s(orted)28 b(Platforms)20 b Fo(:)c(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)51 b Ft(3)275 1317 y(1.6)92 b(Getting)32 b(help)23 b Fo(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)54 b Ft(5)275 1427 y(1.7)92 b(Commercial)31 b(Supp)s(ort)23 b Fo(:)13 b(:)i(:)h(:)f(:)g(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)53 b Ft(5)275 1536 y(1.8)92 b(Do)m(wnloading)31 b(and)f(Installing)9 b Fo(:)16 b(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)39 b Ft(5)399 1646 y(1.8.1)93 b(Installing)31 b(under)e(Windo)m(ws)f Fo(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)58 b Ft(7)399 1756 y(1.8.2)93 b(Kerb)s(eros)29 b(on)h(Windo)m(ws)20 b Fo(:)c(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)51 b Ft(7)275 1865 y(1.9)92 b(Bug)30 b(Rep)s(orts)22 b Fo(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)53 b Ft(8)275 1975 y(1.10)92 b(Con)m(tributing)15 b Fo(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h (:)f(:)g(:)h(:)45 b Ft(9)150 2213 y Fs(2)135 b(Preparation)25 b Fp(:)c(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)70 b Fs(10)275 2350 y Ft(2.1)92 b(Header)10 b Fo(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)40 b Ft(10)275 2460 y(2.2)92 b(Initialization)18 b Fo(:)f(:)f(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)47 b Ft(10)275 2570 y(2.3)92 b(V)-8 b(ersion)31 b(Chec)m(k)8 b Fo(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38 b Ft(12)275 2679 y(2.4)92 b(Building)30 b(the)h(source)c Fo(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)56 b Ft(12)275 2789 y(2.5)92 b(Auto)s(conf)30 b(tests)22 b Fo(:)17 b(:)e(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)h(:)f(:)g(:)h(:)f(:)52 b Ft(13)399 2898 y(2.5.1)93 b(Auto)s(conf)30 b(test)i(via)f(`)p Fn(pkg-config)p Ft(')13 b Fo(:)g(:)i(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)43 b Ft(13)399 3008 y(2.5.2)93 b(Standalone)31 b(Auto)s(conf)f(test)h(using)f(Libto)s (ol)16 b Fo(:)g(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)46 b Ft(13)150 3246 y Fs(3)135 b(Using)45 b(the)h(Library)32 b Fp(:)20 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:) 77 b Fs(15)275 3383 y Ft(3.1)92 b(Cho)s(osing)30 b(a)g(mec)m(hanism)18 b Fo(:)f(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)h(:)f(:)48 b Ft(19)275 3493 y(3.2)92 b(Using)30 b(a)h(callbac)m(k)f Fo(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)57 b Ft(20)150 3732 y Fs(4)135 b(Prop)t(erties)17 b Fp(:)j(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)61 b Fs(22)150 3998 y(5)135 b(Mec)l(hanisms)18 b Fp(:)h(:)h(:)f(:)h(:)f(:) h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)63 b Fs(26)275 4134 y Ft(5.1)92 b(The)29 b(EXTERNAL)h(mec)m(hanism)9 b Fo(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:) 38 b Ft(26)275 4244 y(5.2)92 b(The)29 b(ANONYMOUS)i(mec)m(hanism)20 b Fo(:)c(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)50 b Ft(26)275 4354 y(5.3)92 b(The)29 b(PLAIN)i(mec)m(hanism)23 b Fo(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)g(:)h(:)52 b Ft(27)275 4463 y(5.4)92 b(The)29 b(LOGIN)i(mec)m(hanism)17 b Fo(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)46 b Ft(27)275 4573 y(5.5)92 b(The)29 b(CRAM-MD5)j(mec)m(hanism)11 b Fo(:)16 b(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) 41 b Ft(27)275 4682 y(5.6)92 b(The)29 b(DIGEST-MD5)j(mec)m(hanism)18 b Fo(:)e(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)47 b Ft(28)275 4792 y(5.7)92 b(The)29 b(SCRAM-SHA-1)i(mec)m(hanism)14 b Fo(:)i(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)44 b Ft(28)275 4902 y(5.8)92 b(The)29 b(NTLM)i(mec)m(hanism)9 b Fo(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)g(:)h(:)f(:)39 b Ft(29)275 5011 y(5.9)92 b(The)29 b(SECURID)h(mec)m(hanism)19 b Fo(:)d(:)g(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)49 b Ft(29)275 5121 y(5.10)92 b(The)30 b(GSSAPI)f(mec)m(hanism)17 b Fo(:)f(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)46 b Ft(30)275 5230 y(5.11)92 b(The)30 b(GS2-KRB5)h(mec)m (hanism)22 b Fo(:)16 b(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)52 b Ft(30)275 5340 y(5.12)92 b(The)30 b(SAML20)h(mec)m (hanism)9 b Fo(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)g(:)h(:)f(:)39 b Ft(31)p eop end %%Page: -2 4 TeXDict begin -2 3 bop 3699 -116 a Ft(ii)275 83 y(5.13)92 b(The)30 b(OPENID20)h(mec)m(hanism)17 b Fo(:)f(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)46 b Ft(31)275 193 y(5.14)92 b(The)30 b(KERBER)m(OS)p 1232 193 28 4 v 39 w(V5)h(mec)m(hanism)13 b Fo(:)j(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) 43 b Ft(32)150 426 y Fs(6)135 b(Global)45 b(F)-11 b(unctions)33 b Fp(:)19 b(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)78 b Fs(33)150 688 y(7)135 b(Callbac)l(k)46 b(F)-11 b(unctions)27 b Fp(:)19 b(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)72 b Fs(35)150 949 y(8)135 b(Prop)t(ert)l(y)45 b(F)-11 b(unctions)15 b Fp(:)k(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)60 b Fs(37)150 1210 y(9)135 b(Session)45 b(F)-11 b(unctions)16 b Fp(:)j(:)g(:)h(:)f(:) h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)61 b Fs(39)150 1471 y(10)135 b(Utilities)27 b Fp(:)c(:)c(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)72 b Fs(42)150 1733 y(11)135 b(Memory)45 b(Handling)14 b Fp(:)20 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:) g(:)59 b Fs(45)150 1994 y(12)135 b(Error)45 b(Handling)22 b Fp(:)e(:)g(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)67 b Fs(46)275 2131 y Ft(12.1)92 b(Error)30 b(v)-5 b(alues)26 b Fo(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)56 b Ft(46)275 2240 y(12.2)92 b(Error)30 b(strings)15 b Fo(:)g(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)44 b Ft(50)150 2474 y Fs(13)135 b(Examples)35 b Fp(:)20 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)79 b Fs(51)275 2611 y Ft(13.1)92 b(Example)31 b(1)17 b Fo(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)47 b Ft(51)275 2721 y(13.2)92 b(Example)31 b(2)17 b Fo(:)f(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)47 b Ft(53)275 2830 y(13.3)92 b(Example)31 b(3)17 b Fo(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:) h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)47 b Ft(56)275 2940 y(13.4)92 b(Example)31 b(4)17 b Fo(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h (:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:) f(:)g(:)h(:)f(:)47 b Ft(59)275 3050 y(13.5)92 b(Example)31 b(5)17 b Fo(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)47 b Ft(63)150 3284 y Fs(14)135 b(Ac)l(kno)l(wledgemen)l(ts)20 b Fp(:)h(:)f(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:) f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)65 b Fs(70)150 3545 y(15)135 b(In)l(v)l(oking)46 b(gsasl)34 b Fp(:)20 b(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)78 b Fs(71)150 3806 y(App)t(endix)44 b(A)160 b(Proto)t(col)45 b(Clari\014cations)30 b Fp(:)21 b(:)f(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f (:)75 b Fs(74)275 3943 y Ft(A.1)91 b(Use)31 b(of)g(SASLprep)d(in)i (CRAM-MD5)19 b Fo(:)e(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)49 b Ft(74)275 4053 y(A.2)91 b(Use)31 b(of)g(SASLprep)d(in)i(LOGIN)24 b Fo(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:) 54 b Ft(74)150 4286 y Fs(App)t(endix)44 b(B)166 b(Old)45 b(F)-11 b(unctions)17 b Fp(:)h(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h (:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)61 b Fs(75)275 4423 y Ft(B.1)92 b(Obsolete)31 b(callbac)m(k)h(function)e(protot)m(yp)s (es)16 b Fo(:)h(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)46 b Ft(96)150 4657 y Fs(App)t(endix)e(C)165 b(Cop)l(ying)45 b(Information)18 b Fp(:)j(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)62 b Fs(102)275 4794 y Ft(C.1)91 b(GNU)31 b(F)-8 b(ree)31 b(Do)s(cumen)m(tation)h(License)20 b Fo(:)d(:)e(:)g(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:) h(:)50 b Ft(102)150 5028 y Fs(F)-11 b(unction)44 b(and)h(Data)h(Index) 17 b Fp(:)i(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f (:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)61 b Fs(110)150 5289 y(Concept)45 b(Index)11 b Fp(:)19 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g (:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:) g(:)h(:)f(:)h(:)f(:)55 b Fs(112)p eop end %%Page: 1 5 TeXDict begin 1 4 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(1)150 299 y Fq(1)80 b(In)l(tro)t(duction) 150 525 y Ft(This)34 b(man)m(ual)h(can)g(b)s(e)f(used)g(in)h(sev)m (eral)h(w)m(a)m(ys.)54 b(If)35 b(read)f(from)g(the)h(b)s(eginning)f(to) i(the)f(end,)g(it)h(giv)m(es)150 635 y(the)31 b(reader)g(an)g (understanding)e(of)i(the)g(SASL)f(framew)m(ork)h(and)g(the)g(GNU)g (SASL)f(implemen)m(tation,)150 744 y(and)f(ho)m(w)h(the)f(GNU)i(SASL)d (library)i(is)f(used)g(in)g(an)h(application.)42 b(F)-8 b(orw)m(ard)30 b(references)g(are)g(included)150 854 y(where)k(necessary)-8 b(.)54 b(Later)36 b(on,)f(the)g(man)m(ual)g(can) g(b)s(e)f(used)g(as)h(a)g(reference)g(man)m(ual)g(to)g(get)h(just)e (the)150 963 y(information)27 b(needed)f(ab)s(out)g(an)m(y)g (particular)h(in)m(terface)h(of)e(the)h(library)-8 b(.)39 b(Exp)s(erienced)26 b(programmers)150 1073 y(migh)m(t)32 b(w)m(an)m(t)f(to)h(start)g(lo)s(oking)f(at)h(the)f(examples)h(at)g (the)f(end)f(of)h(the)g(man)m(ual,)h(and)e(then)h(only)g(read)150 1183 y(up)e(those)i(parts)f(of)h(the)f(in)m(terface)i(whic)m(h)e(are)h (unclear.)150 1412 y Fs(1.1)68 b(SASL)44 b(Ov)l(erview)150 1571 y Ft(SASL)32 b(is)h(a)h(framew)m(ork)f(for)g(application)i(proto)s (cols,)g(suc)m(h)d(as)i(SMTP)e(or)h(IMAP)-8 b(,)34 b(to)g(add)f(authen) m(ti-)150 1681 y(cation)j(supp)s(ort.)51 b(F)-8 b(or)35 b(example,)h(SASL)e(is)g(used)g(to)h(pro)m(v)m(e)g(to)g(the)g(serv)m (er)g(who)f(y)m(ou)g(are)h(when)f(y)m(ou)150 1790 y(access)e(an)e(IMAP) g(serv)m(er)h(to)g(read)f(y)m(our)h(e-mail.)275 1923 y(The)20 b(SASL)g(framew)m(ork)h(do)s(es)g(not)g(sp)s(ecify)g(the)g (tec)m(hnology)j(used)c(to)i(p)s(erform)d(the)j(authen)m(tication,)150 2033 y(that)39 b(is)g(the)g(resp)s(onsibilit)m(y)f(for)h(eac)m(h)h (SASL)d(mec)m(hanism.)66 b(P)m(opular)39 b(SASL)e(mec)m(hanisms)i (include)150 2142 y(CRAM-MD5)32 b(and)e(GSSAPI)f(\(for)i(Kerb)s(eros)e (V5\).)275 2275 y(T)m(ypically)j(a)g(SASL)e(negotiation)k(w)m(orks)e (as)g(follo)m(ws.)45 b(First)32 b(the)f(clien)m(t)i(requests)f(authen)m (tication)150 2385 y(\(p)s(ossibly)k(implicitly)h(b)m(y)f(connecting)h (to)g(the)f(serv)m(er\).)59 b(The)36 b(serv)m(er)g(resp)s(onds)e(with)i (a)h(list)g(of)f(sup-)150 2494 y(p)s(orted)f(mec)m(hanisms.)55 b(The)35 b(clien)m(t)i(c)m(hose)f(one)g(of)f(the)h(mec)m(hanisms.)55 b(The)35 b(clien)m(t)i(and)e(serv)m(er)g(then)150 2604 y(exc)m(hange)29 b(data,)g(one)f(round-trip)f(at)h(a)g(time,)i(un)m (til)e(authen)m(tication)h(either)g(succeeds)f(or)f(fails.)41 b(After)150 2714 y(that,)31 b(the)g(clien)m(t)h(and)e(serv)m(er)g(kno)m (ws)g(more)h(ab)s(out)f(who)g(is)g(on)h(the)f(other)h(end)f(of)g(the)h (c)m(hannel.)275 2847 y(F)-8 b(or)31 b(example,)g(in)f(SMTP)g(comm)m (unication)i(happ)s(ens)c(lik)m(e)k(this:)390 2957 y Fm(250-mail.example.com)44 b(Hello)c(pc.example.org)j([192.168.1.42],)f (pleased)f(to)f(meet)g(you)390 3044 y(250-AUTH)h(DIGEST-MD5)h(CRAM-MD5) f(LOGIN)f(PLAIN)390 3131 y(250)g(HELP)390 3219 y(AUTH)g(CRAM-MD5)390 3306 y(334)g(PDk5MDgwNDEzMDUwNTUyMTE1NDQ5L)q(jBAbG)q(9jYW)q(xob3N)q (0Pg=)q(=)390 3393 y(amFzIDBkZDRkODZkMDVjNjI4ODRkY)q(zc3O)q(TcwOD)q (E4ZG)q(I5MGY)q(3)390 3480 y(235)g(2.0.0)g(OK)g(Authenticated)275 3613 y Ft(Here)29 b(the)h(\014rst)e(three)h(lines)h(are)f(sen)m(t)h(b)m (y)f(the)g(serv)m(er)h(and)e(con)m(tains)i(the)g(list)g(of)f(supp)s (orted)e(mec)m(h-)150 3723 y(anisms)39 b(\(DIGEST-MD5,)44 b(CRAM-MD5,)g(etc\).)70 b(The)39 b(next)h(line)g(is)f(sen)m(t)h(b)m(y)g (the)g(clien)m(t)h(to)f(select)150 3832 y(the)32 b(CRAM-MD5)h(mec)m (hanism.)45 b(The)31 b(serv)m(er)h(replies)g(with)g(a)g(c)m(hallenge,)i (whic)m(h)e(is)f(a)h(message)h(that)150 3942 y(can)44 b(b)s(e)f(generated)i(b)m(y)e(calling)i(GNU)f(SASL)f(functions.)80 b(The)43 b(clien)m(t)i(replies)f(with)g(a)g(resp)s(onse,)150 4051 y(whic)m(h)29 b(also)h(is)f(a)h(message)g(that)g(can)f(b)s(e)g (generated)h(b)m(y)f(GNU)h(SASL)e(functions.)40 b(Dep)s(ending)29 b(on)g(the)150 4161 y(mec)m(hanism,)40 b(there)d(can)g(b)s(e)g(more)g (than)g(one)h(round)e(trip,)j(so)e(do)g(not)h(assume)f(all)h(authen)m (tication)150 4270 y(exc)m(hanges)k(consists)g(of)f(one)g(message)h (from)f(the)g(serv)m(er)g(and)g(one)g(from)g(the)g(clien)m(t.)74 b(The)41 b(serv)m(er)150 4380 y(accepts)36 b(the)f(authen)m(tication.) 55 b(A)m(t)36 b(that)f(p)s(oin)m(t)g(it)g(kno)m(ws)g(it)g(is)f(talking) i(to)g(a)f(authen)m(ticated)h(clien)m(t,)150 4490 y(and)30 b(the)g(application)i(proto)s(col)f(can)g(con)m(tin)m(ue.)275 4623 y(Essen)m(tially)-8 b(,)33 b(y)m(our)f(application)g(is)g(resp)s (onsible)e(for)i(implemen)m(ting)g(the)f(framing)h(proto)s(col)g (\(e.g.,)150 4732 y(SMTP)k(or)g(XMPP\))h(according)g(to)g(the)g (particular)f(sp)s(eci\014cations.)59 b(Y)-8 b(our)37 b(application)g(uses)f(GNU)150 4842 y(SASL)29 b(to)i(generate)h(the)f (authen)m(tication)h(messages.)150 5071 y Fs(1.2)68 b(Implemen)l (tation)150 5230 y Ft(GNU)32 b(SASL)f(is)h(an)g(implemen)m(tation)h(of) f(the)g(Simple)g(Authen)m(tication)h(and)f(Securit)m(y)g(La)m(y)m(er)h (frame-)150 5340 y(w)m(ork)d(and)g(a)h(few)f(common)h(SASL)e(mec)m (hanisms.)p eop end %%Page: 2 6 TeXDict begin 2 5 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(2)275 299 y(GNU)34 b(SASL)e(consists)i(of)f (a)h(library)f(\()p Fn(libgsasl)p Ft(\),)g(a)g(command)g(line)h(utilit) m(y)h(\()p Fn(gsasl)p Ft(\))e(to)h(access)150 408 y(the)g(library)f (from)g(the)h(shell,)h(and)e(a)h(man)m(ual.)51 b(The)33 b(library)g(includes)h(supp)s(ort)e(for)h(the)h(framew)m(ork)150 518 y(\(with)27 b(authen)m(tication)i(functions)e(and)f(application)i (data)g(priv)-5 b(acy)27 b(and)f(in)m(tegrit)m(y)j(functions\))e(and)f (at)150 628 y(least)37 b(partial)f(supp)s(ort)e(for)h(the)h(ANONYMOUS,) f(CRAM-MD5,)k(DIGEST-MD5,)f(EXTERNAL,)150 737 y(GS2-KRB5,)46 b(GSSAPI,)c(LOGIN,)g(NTLM,)h(PLAIN,)f(SCRAM-SHA-1,)k(SCRAM-SHA-1-PLUS,) 150 847 y(SAML20,)31 b(OPENID20,)h(and)d(SECURID)h(mec)m(hanisms.)275 1018 y(The)39 b(library)g(is)g(easily)i(p)s(orted)d(b)s(ecause)i(it)g (do)s(es)f(not)h(do)f(net)m(w)m(ork)i(comm)m(unication)f(b)m(y)g (itself,)150 1127 y(but)d(rather)h(lea)m(v)m(es)i(it)e(up)e(to)j(the)f (calling)h(application.)64 b(The)37 b(library)h(is)f(\015exible)h(with) g(regards)f(to)150 1237 y(the)28 b(authorization)i(infrastructure)d (used,)h(as)g(it)h(utilizes)g(a)g(callbac)m(k)h(in)m(to)f(the)f (application)i(to)f(decide)150 1346 y(whether)h(a)g(user)g(is)h (authorized)f(or)h(not.)275 1517 y(GNU)41 b(SASL)g(is)g(dev)m(elop)s (ed)h(for)f(the)g(GNU/Lin)m(ux)h(system,)j(but)40 b(runs)g(on)h(o)m(v)m (er)i(20)f(platforms)150 1627 y(including)37 b(most)h(ma)5 b(jor)37 b(Unix)g(platforms)g(and)g(Windo)m(ws,)i(and)e(man)m(y)g(kind) g(of)g(devices)h(including)150 1737 y(iP)-8 b(A)m(Q)31 b(handhelds)e(and)h(S/390)h(mainframes.)275 1907 y(GNU)40 b(SASL)f(is)h(written)g(in)f(pure)g(ANSI)h(C89)g(to)h(b)s(e)e(p)s (ortable)h(to)g(em)m(b)s(edded)f(and)h(otherwise)150 2017 y(limited)34 b(platforms.)50 b(The)33 b(en)m(tire)h(library)-8 b(,)34 b(with)f(full)h(supp)s(ort)d(for)i(ANONYMOUS,)h(EXTERNAL,)150 2127 y(PLAIN,)27 b(LOGIN)g(and)f(CRAM-MD5,)j(and)e(the)g(fron)m(t-end)g (that)g(supp)s(orts)e(clien)m(t)k(and)d(serv)m(er)h(mo)s(de,)150 2236 y(and)32 b(the)g(IMAP)h(and)e(SMTP)h(proto)s(cols,)i(\014ts)e(in)g (under)f(80kb)h(on)g(an)h(In)m(tel)g(x86)g(platform,)g(without)150 2346 y(an)m(y)e(mo)s(di\014cations)f(to)h(the)g(co)s(de.)41 b(\(This)30 b(\014gure)g(w)m(as)g(accurate)i(as)f(of)f(v)m(ersion)h (1.1.\))275 2517 y(The)40 b(design)i(of)f(the)h(library)f(and)g(the)h (in)m(tended)f(in)m(teraction)i(b)s(et)m(w)m(een)f(applications)h(and)e (the)150 2626 y(library)30 b(through)g(the)g(o\016cial)i(API)e(is)h (illustrated)g(b)s(elo)m(w.)150 4042 y @beginspecial 0 @llx 0 @lly 1313 @urx 684 @ury 2834 @rwi @setspecial %%BeginDocument: abstraction.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: abstraction.dia %%Creator: Dia v0.94 %%CreationDate: Sun Nov 7 16:43:45 2004 %%For: jas %%Orientation: Portrait %%Magnification: 1.0000 %%BoundingBox: 0 0 1313 684 %%BeginSetup %%EndSetup %%EndComments %%BeginProlog [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def /cp {closepath} bind def /c {curveto} bind def /f {fill} bind def /a {arc} bind def /ef {eofill} bind def /ex {exch} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth pop} bind def /tr {translate} bind def /ellipsedict 8 dict def ellipsedict /mtrx matrix put /ellipse { ellipsedict begin /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix end } def /mergeprocs { dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /dpi_x 300 def /dpi_y 300 def /conicto { /to_y exch def /to_x exch def /conic_cntrl_y exch def /conic_cntrl_x exch def currentpoint /p0_y exch def /p0_x exch def /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def /p2_x p1_x to_x p0_x sub 1 3 div mul add def /p2_y p1_y to_y p0_y sub 1 3 div mul add def p1_x p1_y p2_x p2_y to_x to_y curveto } bind def /start_ol { gsave 1.1 dpi_x div dup scale} bind def /end_ol { closepath fill grestore } bind def 28.346000 -28.346000 scale 5.050000 -24.050000 translate %%EndProlog 1.000000 1.000000 1.000000 srgb n 16.000000 0.000000 m 16.000000 24.000000 l 25.250000 24.000000 l 25.250000 0.000000 l f n 16.000000 1.000000 m 16.000000 1.000000 1.000000 1.000000 180.000000 270.000000 ellipse f n 25.250000 1.000000 m 25.250000 1.000000 1.000000 1.000000 270.000000 360.000000 ellipse f n 15.000000 1.000000 m 15.000000 23.000000 l 26.250000 23.000000 l 26.250000 1.000000 l f n 16.000000 23.000000 m 16.000000 23.000000 1.000000 1.000000 90.000000 180.000000 ellipse f n 25.250000 23.000000 m 25.250000 23.000000 1.000000 1.000000 0.000000 90.000000 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 16.000000 0.000000 m 25.250000 0.000000 l s n 16.000000 24.000000 m 25.250000 24.000000 l s n 16.000000 1.000000 1.000000 1.000000 180.000000 270.000000 ellipse s n 25.250000 1.000000 1.000000 1.000000 270.000000 360.000000 ellipse s n 15.000000 1.000000 m 15.000000 23.000000 l s n 26.250000 1.000000 m 26.250000 23.000000 l s n 16.000000 23.000000 1.000000 1.000000 90.000000 180.000000 ellipse s n 25.250000 23.000000 1.000000 1.000000 0.000000 90.000000 ellipse s gsave 15.531200 3.131250 translate 0.035278 -0.035278 scale start_ol 5952 3200 moveto 3392 3200 lineto 3392 2560 lineto 5248 2560 lineto 5248 2408 lineto 5248 1417 4446 701 3334 701 curveto 2715 701 2155 917 1796 1294 curveto 1394 1710 1152 2407 1152 3128 curveto 1152 4562 2005 5507 3292 5507 curveto 4220 5507 4889 5027 5056 4236 curveto 5866 4236 lineto 5648 5489 4711 6208 3313 6208 curveto 2568 6208 1966 6021 1489 5639 curveto 786 5070 384 4152 384 3088 curveto 384 1268 1527 0 3171 0 curveto 3997 0 4656 306 5248 960 curveto 5445 0 lineto 5952 0 lineto 5952 3200 lineto end_ol grestore gsave 16.411733 3.131250 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 17.233000 3.131250 translate 0.035278 -0.035278 scale start_ol 4608 6208 moveto 4608 2000 lineto 4608 1194 4013 701 3032 701 curveto 2579 701 2210 808 1916 1013 curveto 1615 1244 1472 1548 1472 2000 curveto 1472 6208 lineto 704 6208 lineto 704 1981 lineto 704 759 1588 0 3032 0 curveto 4458 0 5376 776 5376 1981 curveto 5376 6208 lineto 4608 6208 lineto end_ol grestore gsave 18.054267 3.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 18.367533 3.131250 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 19.121067 3.131250 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 19.874600 3.131250 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 20.628133 3.131250 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore gsave 15.531200 4.631250 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore gsave 16.166200 4.631250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 16.420200 4.631250 translate 0.035278 -0.035278 scale start_ol 448 6208 moveto 448 0 lineto 1152 0 lineto 1152 760 lineto 1477 245 1907 0 2500 0 curveto 3621 0 4352 901 4352 2288 curveto 4352 3643 3639 4480 2495 4480 curveto 1898 4480 1475 4251 1152 3751 curveto 1152 6208 lineto 448 6208 lineto 2371 3813 moveto 3147 3813 3648 3185 3648 2217 curveto 3648 1295 3130 667 2371 667 curveto 1636 667 1152 1287 1152 2240 curveto 1152 3193 1636 3813 2371 3813 curveto end_ol grestore gsave 17.055200 4.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2253 lineto 1280 2874 1440 3281 1776 3521 curveto 1994 3678 2205 3728 2692 3728 curveto 2692 4480 lineto 2574 4480 2515 4480 2422 4480 curveto 1967 4480 1621 4211 1216 3554 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 17.436200 4.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 18.071200 4.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2253 lineto 1280 2874 1440 3281 1776 3521 curveto 1994 3678 2205 3728 2692 3728 curveto 2692 4480 lineto 2574 4480 2515 4480 2422 4480 curveto 1967 4480 1621 4211 1216 3554 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 18.452200 4.631250 translate 0.035278 -0.035278 scale start_ol 3261 4480 moveto 2042 959 lineto 916 4480 lineto 168 4480 lineto 1656 -60 lineto 1387 -776 lineto 1277 -1095 1118 -1216 824 -1216 curveto 723 -1216 605 -1199 454 -1164 curveto 454 -1755 lineto 597 -1825 740 -1856 924 -1856 curveto 1151 -1856 1395 -1779 1580 -1643 curveto 1799 -1480 1925 -1292 2059 -934 curveto 4017 4480 lineto 3261 4480 lineto end_ol grestore gsave 19.019467 4.631250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 19.332733 4.631250 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 20.086267 4.631250 translate 0.035278 -0.035278 scale start_ol 1536 2624 moveto 3455 2624 lineto 3938 2624 4320 2769 4650 3068 curveto 5023 3409 5184 3810 5184 4382 curveto 5184 5551 4504 6208 3295 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2624 lineto 1536 3264 moveto 1536 5507 lineto 3162 5507 lineto 3908 5507 4352 5086 4352 4386 curveto 4352 3685 3908 3264 3162 3264 curveto 1536 3264 lineto end_ol grestore gsave 20.839800 4.631250 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore gsave 15.531200 7.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 7.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 7.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 9.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 9.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 9.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 9.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 9.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 9.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 9.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.078733 9.131250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 19.713733 9.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.967733 9.131250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 20.281000 9.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 20.594267 9.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 20.975267 9.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 10.631250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 10.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 10.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 10.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 10.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 10.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 10.631250 translate 0.035278 -0.035278 scale start_ol 3927 2938 moveto 3894 3350 3802 3616 3635 3850 curveto 3335 4246 2809 4480 2200 4480 curveto 1024 4480 256 3587 256 2200 curveto 256 853 1007 0 2192 0 curveto 3234 0 3894 604 3977 1635 curveto 3271 1635 lineto 3153 984 2792 658 2195 658 curveto 1422 658 960 1240 960 2201 curveto 960 3217 1414 3822 2179 3822 curveto 2767 3822 3137 3504 3221 2938 curveto 3927 2938 lineto end_ol grestore gsave 19.392000 10.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 20.027000 10.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 20.281000 10.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 20.535000 10.631250 translate 0.035278 -0.035278 scale start_ol 448 6208 moveto 448 0 lineto 1152 0 lineto 1152 760 lineto 1477 245 1907 0 2500 0 curveto 3621 0 4352 901 4352 2288 curveto 4352 3643 3639 4480 2495 4480 curveto 1898 4480 1475 4251 1152 3751 curveto 1152 6208 lineto 448 6208 lineto 2371 3813 moveto 3147 3813 3648 3185 3648 2217 curveto 3648 1295 3130 667 2371 667 curveto 1636 667 1152 1287 1152 2240 curveto 1152 3193 1636 3813 2371 3813 curveto end_ol grestore gsave 21.170000 10.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 21.805000 10.631250 translate 0.035278 -0.035278 scale start_ol 3927 2938 moveto 3894 3350 3802 3616 3635 3850 curveto 3335 4246 2809 4480 2200 4480 curveto 1024 4480 256 3587 256 2200 curveto 256 853 1007 0 2192 0 curveto 3234 0 3894 604 3977 1635 curveto 3271 1635 lineto 3153 984 2792 658 2195 658 curveto 1422 658 960 1240 960 2201 curveto 960 3217 1414 3822 2179 3822 curveto 2767 3822 3137 3504 3221 2938 curveto 3927 2938 lineto end_ol grestore gsave 22.372267 10.631250 translate 0.035278 -0.035278 scale start_ol 1216 6208 moveto 512 6208 lineto 512 0 lineto 1216 0 lineto 1216 1744 lineto 1897 2428 lineto 3384 0 lineto 4250 0 lineto 2451 2933 lineto 3981 4480 lineto 3082 4480 lineto 1216 2582 lineto 1216 6208 lineto end_ol grestore gsave 22.939533 10.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 23.574533 10.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 24.141800 10.631250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 24.776800 10.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 25.090067 10.631250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.403333 10.631250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 25.784333 10.631250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 12.131250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 12.131250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 12.131250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 13.631250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 13.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 13.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 13.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 13.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 13.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 13.631250 translate 0.035278 -0.035278 scale start_ol 3927 2938 moveto 3894 3350 3802 3616 3635 3850 curveto 3335 4246 2809 4480 2200 4480 curveto 1024 4480 256 3587 256 2200 curveto 256 853 1007 0 2192 0 curveto 3234 0 3894 604 3977 1635 curveto 3271 1635 lineto 3153 984 2792 658 2195 658 curveto 1422 658 960 1240 960 2201 curveto 960 3217 1414 3822 2179 3822 curveto 2767 3822 3137 3504 3221 2938 curveto 3927 2938 lineto end_ol grestore gsave 19.392000 13.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 19.646000 13.631250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.900000 13.631250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 20.535000 13.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 21.170000 13.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 21.483267 13.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 22.118267 13.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 22.685533 13.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 22.998800 13.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 23.633800 13.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2253 lineto 1280 2874 1440 3281 1776 3521 curveto 1994 3678 2205 3728 2692 3728 curveto 2692 4480 lineto 2574 4480 2515 4480 2422 4480 curveto 1967 4480 1621 4211 1216 3554 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 24.014800 13.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 24.328067 13.631250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.641333 13.631250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 25.022333 13.631250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 15.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 15.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 15.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 15.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 15.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 15.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 15.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 19.392000 15.131250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 19.705267 15.131250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 20.340267 15.131250 translate 0.035278 -0.035278 scale start_ol 448 -1667 moveto 1152 -1667 lineto 1152 667 lineto 1518 205 1925 0 2490 0 curveto 3612 0 4352 869 4352 2200 curveto 4352 3603 3636 4480 2479 4480 curveto 1887 4480 1413 4211 1088 3689 curveto 1088 4480 lineto 448 4480 lineto 448 -1667 lineto 2375 3813 moveto 3145 3813 3648 3185 3648 2217 curveto 3648 1295 3137 667 2375 667 curveto 1638 667 1152 1287 1152 2240 curveto 1152 3193 1638 3813 2375 3813 curveto end_ol grestore gsave 20.975267 15.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.288533 15.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 21.669533 15.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 16.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 16.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 16.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 18.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 18.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 18.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 18.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 18.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 18.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 18.131250 translate 0.035278 -0.035278 scale start_ol 2203 4480 moveto 1472 4480 lineto 1472 5151 lineto 1472 5437 1640 5584 1960 5584 curveto 2019 5584 2044 5584 2203 5584 curveto 2203 6165 lineto 2043 6199 1950 6208 1806 6208 curveto 1156 6208 768 5840 768 5213 curveto 768 4480 lineto 180 4480 lineto 180 3899 lineto 768 3899 lineto 768 0 lineto 1472 0 lineto 1472 3899 lineto 2203 3899 lineto 2203 4480 lineto end_ol grestore gsave 19.138000 18.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.392000 18.131250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 20.027000 18.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 20.281000 18.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 20.848267 18.131250 translate 0.035278 -0.035278 scale start_ol 576 6208 moveto 576 0 lineto 1280 0 lineto 1280 2396 lineto 1280 3283 1753 3864 2480 3864 curveto 2708 3864 2936 3789 3105 3665 curveto 3308 3524 3392 3317 3392 3010 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4023 3563 4480 2701 4480 curveto 2075 4480 1694 4286 1280 3748 curveto 1280 6208 lineto 576 6208 lineto end_ol grestore gsave 21.483267 18.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.796533 18.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 22.177533 18.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 19.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 19.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 19.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 21.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 21.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 21.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 21.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 21.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 21.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 21.131250 translate 0.035278 -0.035278 scale start_ol 4160 6208 moveto 3456 6208 lineto 3456 3790 lineto 3160 4241 2687 4480 2095 4480 curveto 945 4480 192 3611 192 2280 curveto 192 869 911 0 2076 0 curveto 2671 0 3084 227 3456 775 curveto 3456 0 lineto 4160 0 lineto 4160 6208 lineto 2197 3813 moveto 2968 3813 3456 3193 3456 2225 curveto 3456 1287 2959 667 2206 667 curveto 1418 667 896 1295 896 2240 curveto 896 3185 1418 3813 2197 3813 curveto end_ol grestore gsave 19.459733 21.131250 translate 0.035278 -0.035278 scale start_ol 2296 4480 moveto 1065 4480 320 3643 320 2240 curveto 320 837 1057 0 2304 0 curveto 3535 0 4288 837 4288 2208 curveto 4288 3651 3560 4480 2296 4480 curveto 2304 3822 moveto 3106 3822 3584 3225 3584 2217 curveto 3584 1263 3089 658 2304 658 curveto 1510 658 1024 1255 1024 2240 curveto 1024 3217 1510 3822 2304 3822 curveto end_ol grestore gsave 20.094733 21.131250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 20.729733 21.131250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 21.364733 21.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.678000 21.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 22.059000 21.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 7.000000 m 33.500000 9.500000 l 36.700000 9.500000 l 36.700000 7.000000 l f n 33.500000 7.500000 m 33.500000 7.500000 0.500000 0.500000 180.000000 270.000000 ellipse f n 36.700000 7.500000 m 36.700000 7.500000 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 7.500000 m 33.000000 9.000000 l 37.200000 9.000000 l 37.200000 7.500000 l f n 33.500000 9.000000 m 33.500000 9.000000 0.500000 0.500000 90.000000 180.000000 ellipse f n 36.700000 9.000000 m 36.700000 9.000000 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 7.000000 m 36.700000 7.000000 l s n 33.500000 9.500000 m 36.700000 9.500000 l s n 33.500000 7.500000 0.500000 0.500000 180.000000 270.000000 ellipse s n 36.700000 7.500000 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 7.500000 m 33.000000 9.000000 l s n 37.200000 7.500000 m 37.200000 9.000000 l s n 33.500000 9.000000 0.500000 0.500000 90.000000 180.000000 ellipse s n 36.700000 9.000000 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.512500 8.600000 translate 0.035278 -0.035278 scale start_ol 1536 2624 moveto 3455 2624 lineto 3938 2624 4320 2769 4650 3068 curveto 5023 3409 5184 3810 5184 4382 curveto 5184 5551 4504 6208 3295 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2624 lineto 1536 3264 moveto 1536 5507 lineto 3162 5507 lineto 3908 5507 4352 5086 4352 4386 curveto 4352 3685 3908 3264 3162 3264 curveto 1536 3264 lineto end_ol grestore gsave 34.266033 8.600000 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore gsave 34.901033 8.600000 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 35.654567 8.600000 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore gsave 35.967833 8.600000 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 10.386700 m 33.500000 12.886700 l 39.400000 12.886700 l 39.400000 10.386700 l f n 33.500000 10.886700 m 33.500000 10.886700 0.500000 0.500000 180.000000 270.000000 ellipse f n 39.400000 10.886700 m 39.400000 10.886700 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 10.886700 m 33.000000 12.386700 l 39.900000 12.386700 l 39.900000 10.886700 l f n 33.500000 12.386700 m 33.500000 12.386700 0.500000 0.500000 90.000000 180.000000 ellipse f n 39.400000 12.386700 m 39.400000 12.386700 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 10.386700 m 39.400000 10.386700 l s n 33.500000 12.886700 m 39.400000 12.886700 l s n 33.500000 10.886700 0.500000 0.500000 180.000000 270.000000 ellipse s n 39.400000 10.886700 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 10.886700 m 33.000000 12.386700 l s n 39.900000 10.886700 m 39.900000 12.386700 l s n 33.500000 12.386700 0.500000 0.500000 90.000000 180.000000 ellipse s n 39.400000 12.386700 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.414700 11.986700 translate 0.035278 -0.035278 scale start_ol 5531 4257 moveto 5288 5569 4517 6208 3175 6208 curveto 2354 6208 1692 5956 1239 5469 curveto 686 4884 384 4038 384 3080 curveto 384 2105 694 1268 1273 691 curveto 1742 219 2346 0 3142 0 curveto 4634 0 5473 784 5657 2359 curveto 4850 2359 lineto 4783 1959 4699 1686 4573 1454 curveto 4321 973 3799 701 3144 701 curveto 1925 701 1152 1630 1152 3088 curveto 1152 4586 1892 5507 3076 5507 curveto 3572 5507 4034 5363 4287 5138 curveto 4514 4938 4640 4690 4732 4257 curveto 5531 4257 lineto end_ol grestore gsave 34.235967 11.986700 translate 0.035278 -0.035278 scale start_ol 1536 2688 moveto 3627 2688 lineto 4350 2688 4672 2346 4672 1575 curveto 4608 1019 lineto 4608 634 4673 257 4778 0 curveto 5504 0 lineto 5504 197 lineto 5397 402 5376 625 5376 1455 curveto 5376 2460 5212 2762 4531 3047 curveto 5225 3390 5504 3827 5504 4538 curveto 5504 5617 4833 6208 3620 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2688 lineto 1536 3328 moveto 1536 5507 lineto 3453 5507 lineto 3897 5507 4152 5438 4348 5264 curveto 4561 5082 4672 4795 4672 4413 curveto 4672 3667 4297 3328 3453 3328 curveto 1536 3328 lineto end_ol grestore gsave 35.057233 11.986700 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 35.810767 11.986700 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 36.759033 11.986700 translate 0.035278 -0.035278 scale start_ol 2387 2688 moveto 387 2688 lineto 387 2048 lineto 2387 2048 lineto 2387 2688 lineto end_ol grestore gsave 37.140033 11.986700 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 38.088300 11.986700 translate 0.035278 -0.035278 scale start_ol 768 0 moveto 3102 0 lineto 4630 0 5568 1175 5568 3108 curveto 5568 5033 4638 6208 3102 6208 curveto 768 6208 lineto 768 0 lineto 1536 701 moveto 1536 5507 lineto 2968 5507 lineto 4167 5507 4800 4682 4800 3100 curveto 4800 1535 4167 701 2968 701 curveto 1536 701 lineto end_ol grestore gsave 38.909567 11.986700 translate 0.035278 -0.035278 scale start_ol 4036 5888 moveto 953 5888 lineto 508 2802 lineto 1189 2802 lineto 1534 3193 1819 3328 2281 3328 curveto 3080 3328 3584 2810 3584 1974 curveto 3584 1161 3088 667 2281 667 curveto 1634 667 1239 978 1063 1615 curveto 323 1615 lineto 424 1140 508 910 685 697 curveto 1023 254 1629 0 2304 0 curveto 3509 0 4352 842 4352 2057 curveto 4352 3191 3567 3968 2420 3968 curveto 1998 3968 1661 3861 1315 3615 curveto 1550 5144 lineto 4036 5144 lineto 4036 5888 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 3.613330 m 33.500000 6.113330 l 39.350000 6.113330 l 39.350000 3.613330 l f n 33.500000 4.113330 m 33.500000 4.113330 0.500000 0.500000 180.000000 270.000000 ellipse f n 39.350000 4.113330 m 39.350000 4.113330 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 4.113330 m 33.000000 5.613330 l 39.850000 5.613330 l 39.850000 4.113330 l f n 33.500000 5.613330 m 33.500000 5.613330 0.500000 0.500000 90.000000 180.000000 ellipse f n 39.350000 5.613330 m 39.350000 5.613330 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 3.613330 m 39.350000 3.613330 l s n 33.500000 6.113330 m 39.350000 6.113330 l s n 33.500000 4.113330 0.500000 0.500000 180.000000 270.000000 ellipse s n 39.350000 4.113330 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 4.113330 m 33.000000 5.613330 l s n 39.850000 4.113330 m 39.850000 5.613330 l s n 33.500000 5.613330 0.500000 0.500000 90.000000 180.000000 ellipse s n 39.350000 5.613330 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.448967 5.213330 translate 0.035278 -0.035278 scale start_ol 1536 2816 moveto 4873 2816 lineto 4873 3456 lineto 1536 3456 lineto 1536 5507 lineto 4999 5507 lineto 4999 6208 lineto 768 6208 lineto 768 0 lineto 5150 0 lineto 5150 701 lineto 1536 701 lineto 1536 2816 lineto end_ol grestore gsave 34.202500 5.213330 translate 0.035278 -0.035278 scale start_ol 3286 3185 moveto 5354 6208 lineto 4421 6208 lineto 2841 3772 lineto 1269 6208 lineto 319 6208 lineto 2353 3185 lineto 185 0 lineto 1135 0 lineto 2816 2589 lineto 4488 0 lineto 5455 0 lineto 3286 3185 lineto end_ol grestore gsave 34.956033 5.213330 translate 0.035278 -0.035278 scale start_ol 2944 5507 moveto 4953 5507 lineto 4953 6208 lineto 159 6208 lineto 159 5507 lineto 2176 5507 lineto 2176 0 lineto 2944 0 lineto 2944 5507 lineto end_ol grestore gsave 35.650300 5.213330 translate 0.035278 -0.035278 scale start_ol 1536 2816 moveto 4873 2816 lineto 4873 3456 lineto 1536 3456 lineto 1536 5507 lineto 4999 5507 lineto 4999 6208 lineto 768 6208 lineto 768 0 lineto 5150 0 lineto 5150 701 lineto 1536 701 lineto 1536 2816 lineto end_ol grestore gsave 36.403833 5.213330 translate 0.035278 -0.035278 scale start_ol 1536 2688 moveto 3627 2688 lineto 4350 2688 4672 2346 4672 1575 curveto 4608 1019 lineto 4608 634 4673 257 4778 0 curveto 5504 0 lineto 5504 197 lineto 5397 402 5376 625 5376 1455 curveto 5376 2460 5212 2762 4531 3047 curveto 5225 3390 5504 3827 5504 4538 curveto 5504 5617 4833 6208 3620 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2688 lineto 1536 3328 moveto 1536 5507 lineto 3453 5507 lineto 3897 5507 4152 5438 4348 5264 curveto 4561 5082 4672 4795 4672 4413 curveto 4672 3667 4297 3328 3453 3328 curveto 1536 3328 lineto end_ol grestore gsave 37.225100 5.213330 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 38.046367 5.213330 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 38.799900 5.213330 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 0.226667 m 33.500000 2.726667 l 40.750000 2.726667 l 40.750000 0.226667 l f n 33.500000 0.726667 m 33.500000 0.726667 0.500000 0.500000 180.000000 270.000000 ellipse f n 40.750000 0.726667 m 40.750000 0.726667 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 0.726667 m 33.000000 2.226667 l 41.250000 2.226667 l 41.250000 0.726667 l f n 33.500000 2.226667 m 33.500000 2.226667 0.500000 0.500000 90.000000 180.000000 ellipse f n 40.750000 2.226667 m 40.750000 2.226667 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 0.226667 m 40.750000 0.226667 l s n 33.500000 2.726667 m 40.750000 2.726667 l s n 33.500000 0.726667 0.500000 0.500000 180.000000 270.000000 ellipse s n 40.750000 0.726667 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 0.726667 m 33.000000 2.226667 l s n 41.250000 0.726667 m 41.250000 2.226667 l s n 33.500000 2.226667 0.500000 0.500000 90.000000 180.000000 ellipse s n 40.750000 2.226667 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.450467 1.826667 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 34.204000 1.826667 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 35.025267 1.826667 translate 0.035278 -0.035278 scale start_ol 3256 6208 moveto 1508 6208 320 4957 320 3104 curveto 320 1251 1508 0 3264 0 curveto 4000 0 4661 219 5154 626 curveto 5815 1170 6208 2088 6208 3055 curveto 6208 4965 5045 6208 3256 6208 curveto 3256 5507 moveto 4583 5507 5440 4546 5440 3072 curveto 5440 1662 4558 701 3264 701 curveto 1962 701 1088 1662 1088 3104 curveto 1088 4546 1962 5507 3256 5507 curveto end_ol grestore gsave 35.905800 1.826667 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 36.727067 1.826667 translate 0.035278 -0.035278 scale start_ol 3264 2436 moveto 5567 6208 lineto 4634 6208 lineto 2892 3185 lineto 1101 6208 lineto 134 6208 lineto 2496 2436 lineto 2496 0 lineto 3264 0 lineto 3264 2436 lineto end_ol grestore gsave 37.480600 1.826667 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 38.428867 1.826667 translate 0.035278 -0.035278 scale start_ol 3256 6208 moveto 1508 6208 320 4957 320 3104 curveto 320 1251 1508 0 3264 0 curveto 4000 0 4661 219 5154 626 curveto 5815 1170 6208 2088 6208 3055 curveto 6208 4965 5045 6208 3256 6208 curveto 3256 5507 moveto 4583 5507 5440 4546 5440 3072 curveto 5440 1662 4558 701 3264 701 curveto 1962 701 1088 1662 1088 3104 curveto 1088 4546 1962 5507 3256 5507 curveto end_ol grestore gsave 39.309400 1.826667 translate 0.035278 -0.035278 scale start_ol 4608 6208 moveto 4608 2000 lineto 4608 1194 4013 701 3032 701 curveto 2579 701 2210 808 1916 1013 curveto 1615 1244 1472 1548 1472 2000 curveto 1472 6208 lineto 704 6208 lineto 704 1981 lineto 704 759 1588 0 3032 0 curveto 4458 0 5376 776 5376 1981 curveto 5376 6208 lineto 4608 6208 lineto end_ol grestore gsave 40.130667 1.826667 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 13.773300 m 33.500000 16.273300 l 40.250000 16.273300 l 40.250000 13.773300 l f n 33.500000 14.273300 m 33.500000 14.273300 0.500000 0.500000 180.000000 270.000000 ellipse f n 40.250000 14.273300 m 40.250000 14.273300 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 14.273300 m 33.000000 15.773300 l 40.750000 15.773300 l 40.750000 14.273300 l f n 33.500000 15.773300 m 33.500000 15.773300 0.500000 0.500000 90.000000 180.000000 ellipse f n 40.250000 15.773300 m 40.250000 15.773300 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 13.773300 m 40.250000 13.773300 l s n 33.500000 16.273300 m 40.250000 16.273300 l s n 33.500000 14.273300 0.500000 0.500000 180.000000 270.000000 ellipse s n 40.250000 14.273300 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 14.273300 m 33.000000 15.773300 l s n 40.750000 14.273300 m 40.750000 15.773300 l s n 33.500000 15.773300 0.500000 0.500000 90.000000 180.000000 ellipse s n 40.250000 15.773300 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.403667 15.373300 translate 0.035278 -0.035278 scale start_ol 768 0 moveto 3102 0 lineto 4630 0 5568 1175 5568 3108 curveto 5568 5033 4638 6208 3102 6208 curveto 768 6208 lineto 768 0 lineto 1536 701 moveto 1536 5507 lineto 2968 5507 lineto 4167 5507 4800 4682 4800 3100 curveto 4800 1535 4167 701 2968 701 curveto 1536 701 lineto end_ol grestore gsave 34.224933 15.373300 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore gsave 34.538200 15.373300 translate 0.035278 -0.035278 scale start_ol 5952 3200 moveto 3392 3200 lineto 3392 2560 lineto 5248 2560 lineto 5248 2408 lineto 5248 1417 4446 701 3334 701 curveto 2715 701 2155 917 1796 1294 curveto 1394 1710 1152 2407 1152 3128 curveto 1152 4562 2005 5507 3292 5507 curveto 4220 5507 4889 5027 5056 4236 curveto 5866 4236 lineto 5648 5489 4711 6208 3313 6208 curveto 2568 6208 1966 6021 1489 5639 curveto 786 5070 384 4152 384 3088 curveto 384 1268 1527 0 3171 0 curveto 3997 0 4656 306 5248 960 curveto 5445 0 lineto 5952 0 lineto 5952 3200 lineto end_ol grestore gsave 35.418733 15.373300 translate 0.035278 -0.035278 scale start_ol 1536 2816 moveto 4873 2816 lineto 4873 3456 lineto 1536 3456 lineto 1536 5507 lineto 4999 5507 lineto 4999 6208 lineto 768 6208 lineto 768 0 lineto 5150 0 lineto 5150 701 lineto 1536 701 lineto 1536 2816 lineto end_ol grestore gsave 36.172267 15.373300 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 36.925800 15.373300 translate 0.035278 -0.035278 scale start_ol 2944 5507 moveto 4953 5507 lineto 4953 6208 lineto 159 6208 lineto 159 5507 lineto 2176 5507 lineto 2176 0 lineto 2944 0 lineto 2944 5507 lineto end_ol grestore gsave 37.620067 15.373300 translate 0.035278 -0.035278 scale start_ol 2387 2688 moveto 387 2688 lineto 387 2048 lineto 2387 2048 lineto 2387 2688 lineto end_ol grestore gsave 38.001067 15.373300 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 38.949333 15.373300 translate 0.035278 -0.035278 scale start_ol 768 0 moveto 3102 0 lineto 4630 0 5568 1175 5568 3108 curveto 5568 5033 4638 6208 3102 6208 curveto 768 6208 lineto 768 0 lineto 1536 701 moveto 1536 5507 lineto 2968 5507 lineto 4167 5507 4800 4682 4800 3100 curveto 4800 1535 4167 701 2968 701 curveto 1536 701 lineto end_ol grestore gsave 39.770600 15.373300 translate 0.035278 -0.035278 scale start_ol 4036 5888 moveto 953 5888 lineto 508 2802 lineto 1189 2802 lineto 1534 3193 1819 3328 2281 3328 curveto 3080 3328 3584 2810 3584 1974 curveto 3584 1161 3088 667 2281 667 curveto 1634 667 1239 978 1063 1615 curveto 323 1615 lineto 424 1140 508 910 685 697 curveto 1023 254 1629 0 2304 0 curveto 3509 0 4352 842 4352 2057 curveto 4352 3191 3567 3968 2420 3968 curveto 1998 3968 1661 3861 1315 3615 curveto 1550 5144 lineto 4036 5144 lineto 4036 5888 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 17.160000 m 33.500000 19.660000 l 37.650000 19.660000 l 37.650000 17.160000 l f n 33.500000 17.660000 m 33.500000 17.660000 0.500000 0.500000 180.000000 270.000000 ellipse f n 37.650000 17.660000 m 37.650000 17.660000 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 17.660000 m 33.000000 19.160000 l 38.150000 19.160000 l 38.150000 17.660000 l f n 33.500000 19.160000 m 33.500000 19.160000 0.500000 0.500000 90.000000 180.000000 ellipse f n 37.650000 19.160000 m 37.650000 19.160000 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 17.160000 m 37.650000 17.160000 l s n 33.500000 19.660000 m 37.650000 19.660000 l s n 33.500000 17.660000 0.500000 0.500000 180.000000 270.000000 ellipse s n 37.650000 17.660000 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 17.660000 m 33.000000 19.160000 l s n 38.150000 17.660000 m 38.150000 19.160000 l s n 33.500000 19.160000 0.500000 0.500000 90.000000 180.000000 ellipse s n 37.650000 19.160000 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.521833 18.760000 translate 0.035278 -0.035278 scale start_ol 5952 3200 moveto 3392 3200 lineto 3392 2560 lineto 5248 2560 lineto 5248 2408 lineto 5248 1417 4446 701 3334 701 curveto 2715 701 2155 917 1796 1294 curveto 1394 1710 1152 2407 1152 3128 curveto 1152 4562 2005 5507 3292 5507 curveto 4220 5507 4889 5027 5056 4236 curveto 5866 4236 lineto 5648 5489 4711 6208 3313 6208 curveto 2568 6208 1966 6021 1489 5639 curveto 786 5070 384 4152 384 3088 curveto 384 1268 1527 0 3171 0 curveto 3997 0 4656 306 5248 960 curveto 5445 0 lineto 5952 0 lineto 5952 3200 lineto end_ol grestore gsave 34.402367 18.760000 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 35.155900 18.760000 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 35.909433 18.760000 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 36.662967 18.760000 translate 0.035278 -0.035278 scale start_ol 1536 2624 moveto 3455 2624 lineto 3938 2624 4320 2769 4650 3068 curveto 5023 3409 5184 3810 5184 4382 curveto 5184 5551 4504 6208 3295 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2624 lineto 1536 3264 moveto 1536 5507 lineto 3162 5507 lineto 3908 5507 4352 5086 4352 4386 curveto 4352 3685 3908 3264 3162 3264 curveto 1536 3264 lineto end_ol grestore gsave 37.416500 18.760000 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 20.546700 m 33.500000 23.046700 l 36.500000 23.046700 l 36.500000 20.546700 l f n 33.500000 21.046700 m 33.500000 21.046700 0.500000 0.500000 180.000000 270.000000 ellipse f n 36.500000 21.046700 m 36.500000 21.046700 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 21.046700 m 33.000000 22.546700 l 37.000000 22.546700 l 37.000000 21.046700 l f n 33.500000 22.546700 m 33.500000 22.546700 0.500000 0.500000 90.000000 180.000000 ellipse f n 36.500000 22.546700 m 36.500000 22.546700 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 20.546700 m 36.500000 20.546700 l s n 33.500000 23.046700 m 36.500000 23.046700 l s n 33.500000 21.046700 0.500000 0.500000 180.000000 270.000000 ellipse s n 36.500000 21.046700 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 21.046700 m 33.000000 22.546700 l s n 37.000000 21.046700 m 37.000000 22.546700 l s n 33.500000 22.546700 0.500000 0.500000 90.000000 180.000000 ellipse s n 36.500000 22.546700 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 34.580900 22.146700 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 34.894167 22.146700 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 35.207433 22.146700 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n -2.000000 0.000000 m -2.000000 24.000000 l 2.100000 24.000000 l 2.100000 0.000000 l f n -2.000000 3.000000 m -2.000000 3.000000 3.000000 3.000000 180.000000 270.000000 ellipse f n 2.100000 3.000000 m 2.100000 3.000000 3.000000 3.000000 270.000000 360.000000 ellipse f n -5.000000 3.000000 m -5.000000 21.000000 l 5.100000 21.000000 l 5.100000 3.000000 l f n -2.000000 21.000000 m -2.000000 21.000000 3.000000 3.000000 90.000000 180.000000 ellipse f n 2.100000 21.000000 m 2.100000 21.000000 3.000000 3.000000 0.000000 90.000000 ellipse f 0.100000 slw [1.000000] 0 sd [1.000000] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -2.000000 0.000000 m 2.100000 0.000000 l s n -2.000000 24.000000 m 2.100000 24.000000 l s n -2.000000 3.000000 3.000000 3.000000 180.000000 270.000000 ellipse s n 2.100000 3.000000 3.000000 3.000000 270.000000 360.000000 ellipse s n -5.000000 3.000000 m -5.000000 21.000000 l s n 5.100000 3.000000 m 5.100000 21.000000 l s n -2.000000 21.000000 3.000000 3.000000 90.000000 180.000000 ellipse s n 2.100000 21.000000 3.000000 3.000000 0.000000 90.000000 ellipse s gsave -3.474370 12.175600 translate 0.035278 -0.035278 scale start_ol 5430 2496 moveto 6289 0 lineto 7481 0 lineto 4548 8384 lineto 3173 8384 lineto 195 0 lineto 1329 0 lineto 2211 2496 lineto 5430 2496 lineto 5132 3392 moveto 2474 3392 lineto 3849 7228 lineto 5132 3392 lineto end_ol grestore gsave -2.466837 12.175600 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -1.620170 12.175600 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -0.773503 12.175600 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -0.434837 12.175600 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -0.096170 12.175600 translate 0.035278 -0.035278 scale start_ol 5452 3945 moveto 5406 4498 5279 4856 5049 5170 curveto 4634 5702 3909 6016 3068 6016 curveto 1444 6016 384 4817 384 2954 curveto 384 1145 1421 0 3056 0 curveto 4496 0 5406 811 5521 2196 curveto 4558 2196 lineto 4398 1321 3905 884 3092 884 curveto 2038 884 1408 1665 1408 2956 curveto 1408 4320 2027 5132 3069 5132 curveto 3871 5132 4375 4705 4490 3945 curveto 5452 3945 lineto end_ol grestore gsave 0.665830 12.175600 translate 0.035278 -0.035278 scale start_ol 6162 827 moveto 6059 804 6013 804 5956 804 curveto 5623 804 5440 961 5440 1234 curveto 5440 4444 lineto 5440 5466 4613 6016 3043 6016 curveto 2118 6016 1352 5776 926 5351 curveto 634 5057 512 4730 512 4163 curveto 1762 4163 lineto 1841 4830 2272 5132 3155 5132 curveto 4004 5132 4480 4836 4480 4307 curveto 4480 4074 lineto 4480 3704 4240 3545 3485 3460 curveto 2136 3301 1930 3259 1564 3122 curveto 866 2857 512 2360 512 1640 curveto 512 635 1267 0 2479 0 curveto 3234 0 3840 263 4515 880 curveto 4584 274 4884 0 5506 0 curveto 5701 0 5851 23 6162 103 curveto 6162 827 lineto 4480 2036 moveto 4480 1745 4389 1567 4106 1328 curveto 3721 1005 3257 838 2702 838 curveto 1966 838 1536 1161 1536 1713 curveto 1536 2287 1955 2578 2963 2714 curveto 3959 2839 4163 2881 4480 3016 curveto 4480 2036 lineto end_ol grestore gsave 1.512497 12.175600 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave 1.935830 12.175600 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave 2.274497 12.175600 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 3.121163 12.175600 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore 0.200000 slw [] 0 sd [] 0 sd 0 slc n 5.598607 19.000000 m 15.000000 19.000000 l s [] 0 sd 0 slj 0 slc n 5.223607 19.000000 m 5.723607 18.750000 l 5.598607 19.000000 l 5.723607 19.250000 l ef n 5.223607 19.000000 m 5.723607 18.750000 l 5.598607 19.000000 l 5.723607 19.250000 l cp s gsave 8.258750 18.000000 translate 0.035278 -0.035278 scale start_ol 4561 3467 moveto 4361 4535 3725 5056 2620 5056 curveto 1943 5056 1398 4851 1025 4454 curveto 569 3977 320 3289 320 2508 curveto 320 1714 576 1032 1052 563 curveto 1439 179 1936 0 2593 0 curveto 3822 0 4513 638 4665 1921 curveto 4001 1921 lineto 3946 1595 3877 1373 3773 1184 curveto 3566 793 3137 571 2598 571 curveto 1596 571 960 1328 960 2515 curveto 960 3735 1568 4485 2543 4485 curveto 2951 4485 3331 4368 3539 4185 curveto 3725 4022 3829 3819 3905 3467 curveto 4561 3467 lineto end_ol grestore gsave 8.919150 18.000000 translate 0.035278 -0.035278 scale start_ol 3699 501 moveto 3637 487 3609 487 3575 487 curveto 3374 487 3264 582 3264 748 curveto 3264 2695 lineto 3264 3315 2770 3648 1832 3648 curveto 1280 3648 822 3503 567 3245 curveto 393 3066 320 2868 320 2524 curveto 1034 2524 lineto 1082 2929 1344 3112 1882 3112 curveto 2399 3112 2688 2932 2688 2612 curveto 2688 2470 lineto 2688 2246 2545 2150 2094 2098 curveto 1289 2002 1166 1976 948 1893 curveto 532 1732 320 1431 320 995 curveto 320 385 770 0 1494 0 curveto 1945 0 2306 159 2709 533 curveto 2751 166 2931 0 3304 0 curveto 3422 0 3512 14 3699 63 curveto 3699 501 lineto 2688 1235 moveto 2688 1058 2633 950 2461 805 curveto 2226 609 1944 508 1606 508 curveto 1158 508 896 704 896 1039 curveto 896 1387 1151 1564 1764 1646 curveto 2371 1722 2495 1747 2688 1829 curveto 2688 1235 lineto end_ol grestore gsave 9.427150 18.000000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 9.630350 18.000000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 9.833550 18.000000 translate 0.035278 -0.035278 scale start_ol 384 5056 moveto 384 0 lineto 960 0 lineto 960 619 lineto 1226 199 1579 0 2066 0 curveto 2985 0 3584 733 3584 1863 curveto 3584 2966 2999 3648 2061 3648 curveto 1572 3648 1225 3462 960 3055 curveto 960 5056 lineto 384 5056 lineto 1960 3105 moveto 2597 3105 3008 2594 3008 1805 curveto 3008 1054 2583 543 1960 543 curveto 1357 543 960 1048 960 1824 curveto 960 2600 1357 3105 1960 3105 curveto end_ol grestore gsave 10.341550 18.000000 translate 0.035278 -0.035278 scale start_ol 3699 501 moveto 3637 487 3609 487 3575 487 curveto 3374 487 3264 582 3264 748 curveto 3264 2695 lineto 3264 3315 2770 3648 1832 3648 curveto 1280 3648 822 3503 567 3245 curveto 393 3066 320 2868 320 2524 curveto 1034 2524 lineto 1082 2929 1344 3112 1882 3112 curveto 2399 3112 2688 2932 2688 2612 curveto 2688 2470 lineto 2688 2246 2545 2150 2094 2098 curveto 1289 2002 1166 1976 948 1893 curveto 532 1732 320 1431 320 995 curveto 320 385 770 0 1494 0 curveto 1945 0 2306 159 2709 533 curveto 2751 166 2931 0 3304 0 curveto 3422 0 3512 14 3699 63 curveto 3699 501 lineto 2688 1235 moveto 2688 1058 2633 950 2461 805 curveto 2226 609 1944 508 1606 508 curveto 1158 508 896 704 896 1039 curveto 896 1387 1151 1564 1764 1646 curveto 2371 1722 2495 1747 2688 1829 curveto 2688 1235 lineto end_ol grestore gsave 10.849550 18.000000 translate 0.035278 -0.035278 scale start_ol 3208 2392 moveto 3181 2727 3105 2944 2968 3135 curveto 2721 3457 2289 3648 1789 3648 curveto 823 3648 192 2921 192 1792 curveto 192 695 809 0 1782 0 curveto 2639 0 3180 492 3249 1332 curveto 2669 1332 lineto 2572 801 2275 536 1784 536 curveto 1148 536 768 1010 768 1792 curveto 768 2620 1141 3112 1770 3112 curveto 2254 3112 2558 2853 2627 2392 curveto 3208 2392 lineto end_ol grestore gsave 11.306750 18.000000 translate 0.035278 -0.035278 scale start_ol 960 5056 moveto 384 5056 lineto 384 0 lineto 960 0 lineto 960 1420 lineto 1520 1977 lineto 2743 0 lineto 3455 0 lineto 1976 2388 lineto 3234 3648 lineto 2494 3648 lineto 960 2102 lineto 960 5056 lineto end_ol grestore 0.200000 slw [] 0 sd [] 0 sd 0 slc n 5.000000 7.000000 m 14.401393 7.000000 l s [] 0 sd 0 slj 0 slc n 14.776393 7.000000 m 14.276393 7.250000 l 14.401393 7.000000 l 14.276393 6.750000 l ef n 14.776393 7.000000 m 14.276393 7.250000 l 14.401393 7.000000 l 14.276393 6.750000 l cp s gsave 8.275000 5.250000 translate 0.035278 -0.035278 scale start_ol 1280 2304 moveto 3685 2304 lineto 3685 2816 lineto 1280 2816 lineto 1280 4485 lineto 4017 4485 lineto 4017 5056 lineto 640 5056 lineto 640 0 lineto 1280 0 lineto 1280 2304 lineto end_ol grestore gsave 8.833800 5.250000 translate 0.035278 -0.035278 scale start_ol 3328 0 moveto 3328 3648 lineto 2752 3648 lineto 2752 1681 lineto 2752 972 2366 508 1768 508 curveto 1313 508 1024 773 1024 1190 curveto 1024 3648 lineto 448 3648 lineto 448 954 lineto 448 373 886 0 1573 0 curveto 2092 0 2422 186 2752 660 curveto 2752 0 lineto 3328 0 lineto end_ol grestore gsave 9.341800 5.250000 translate 0.035278 -0.035278 scale start_ol 512 3648 moveto 512 0 lineto 1088 0 lineto 1088 1947 lineto 1024 2668 1425 3140 2042 3140 curveto 2515 3140 2816 2870 2816 2446 curveto 2816 0 lineto 3392 0 lineto 3392 2680 lineto 3392 3269 2939 3648 2236 3648 curveto 1693 3648 1344 3441 1024 2938 curveto 1024 3648 lineto 512 3648 lineto end_ol grestore gsave 9.849800 5.250000 translate 0.035278 -0.035278 scale start_ol 3208 2392 moveto 3181 2727 3105 2944 2968 3135 curveto 2721 3457 2289 3648 1789 3648 curveto 823 3648 192 2921 192 1792 curveto 192 695 809 0 1782 0 curveto 2639 0 3180 492 3249 1332 curveto 2669 1332 lineto 2572 801 2275 536 1784 536 curveto 1148 536 768 1010 768 1792 curveto 768 2620 1141 3112 1770 3112 curveto 2254 3112 2558 2853 2627 2392 curveto 3208 2392 lineto end_ol grestore gsave 10.307000 5.250000 translate 0.035278 -0.035278 scale start_ol 1746 3648 moveto 1152 3648 lineto 1152 4650 lineto 576 4650 lineto 576 3648 lineto 85 3648 lineto 85 3175 lineto 576 3175 lineto 576 567 lineto 576 205 825 0 1275 0 curveto 1414 0 1552 14 1746 49 curveto 1746 528 lineto 1670 508 1580 508 1470 508 curveto 1221 508 1152 574 1152 817 curveto 1152 3175 lineto 1746 3175 lineto 1746 3648 lineto end_ol grestore gsave 10.561000 5.250000 translate 0.035278 -0.035278 scale start_ol 1024 3648 moveto 448 3648 lineto 448 0 lineto 1024 0 lineto 1024 3648 lineto 1024 5056 moveto 448 5056 lineto 448 4335 lineto 1024 4335 lineto 1024 5056 lineto end_ol grestore gsave 10.764200 5.250000 translate 0.035278 -0.035278 scale start_ol 1881 3648 moveto 869 3648 256 2966 256 1824 curveto 256 682 862 0 1888 0 curveto 2900 0 3520 682 3520 1798 curveto 3520 2973 2921 3648 1881 3648 curveto 1888 3112 moveto 2550 3112 2944 2626 2944 1805 curveto 2944 1028 2536 536 1888 536 curveto 1233 536 832 1022 832 1824 curveto 832 2620 1233 3112 1888 3112 curveto end_ol grestore gsave 11.272200 5.250000 translate 0.035278 -0.035278 scale start_ol 512 3648 moveto 512 0 lineto 1088 0 lineto 1088 1947 lineto 1024 2668 1425 3140 2042 3140 curveto 2515 3140 2816 2870 2816 2446 curveto 2816 0 lineto 3392 0 lineto 3392 2680 lineto 3392 3269 2939 3648 2236 3648 curveto 1693 3648 1344 3441 1024 2938 curveto 1024 3648 lineto 512 3648 lineto end_ol grestore gsave 8.275000 6.450000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 8.529000 6.450000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 8.783000 6.450000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 9.037000 6.450000 translate 0.035278 -0.035278 scale start_ol 4561 3467 moveto 4361 4535 3725 5056 2620 5056 curveto 1943 5056 1398 4851 1025 4454 curveto 569 3977 320 3289 320 2508 curveto 320 1714 576 1032 1052 563 curveto 1439 179 1936 0 2593 0 curveto 3822 0 4513 638 4665 1921 curveto 4001 1921 lineto 3946 1595 3877 1373 3773 1184 curveto 3566 793 3137 571 2598 571 curveto 1596 571 960 1328 960 2515 curveto 960 3735 1568 4485 2543 4485 curveto 2951 4485 3331 4368 3539 4185 curveto 3725 4022 3829 3819 3905 3467 curveto 4561 3467 lineto end_ol grestore gsave 9.697400 6.450000 translate 0.035278 -0.035278 scale start_ol 3699 501 moveto 3637 487 3609 487 3575 487 curveto 3374 487 3264 582 3264 748 curveto 3264 2695 lineto 3264 3315 2770 3648 1832 3648 curveto 1280 3648 822 3503 567 3245 curveto 393 3066 320 2868 320 2524 curveto 1034 2524 lineto 1082 2929 1344 3112 1882 3112 curveto 2399 3112 2688 2932 2688 2612 curveto 2688 2470 lineto 2688 2246 2545 2150 2094 2098 curveto 1289 2002 1166 1976 948 1893 curveto 532 1732 320 1431 320 995 curveto 320 385 770 0 1494 0 curveto 1945 0 2306 159 2709 533 curveto 2751 166 2931 0 3304 0 curveto 3422 0 3512 14 3699 63 curveto 3699 501 lineto 2688 1235 moveto 2688 1058 2633 950 2461 805 curveto 2226 609 1944 508 1606 508 curveto 1158 508 896 704 896 1039 curveto 896 1387 1151 1564 1764 1646 curveto 2371 1722 2495 1747 2688 1829 curveto 2688 1235 lineto end_ol grestore gsave 10.205400 6.450000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 10.408600 6.450000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 10.611800 6.450000 translate 0.035278 -0.035278 scale start_ol 3136 2582 moveto 3136 3264 2645 3648 1771 3648 curveto 890 3648 320 3244 320 2621 curveto 320 2095 609 1845 1464 1652 curveto 2002 1531 lineto 2401 1441 2560 1306 2560 1062 curveto 2560 748 2218 536 1709 536 curveto 1396 536 1131 618 984 757 curveto 894 852 852 946 817 1180 curveto 320 1180 lineto 320 382 775 0 1691 0 curveto 2574 0 3136 417 3136 1065 curveto 3136 1566 2833 1842 2116 2002 curveto 1565 2124 lineto 1096 2227 896 2368 896 2605 curveto 896 2913 1230 3112 1759 3112 curveto 2280 3112 2560 2929 2560 2582 curveto 3136 2582 lineto end_ol grestore 0.150000 slw [1.000000] 0 sd [0.500000] 0 sd 0 slc n 26.809005 1.476863 m 32.457295 1.476687 l s [] 0 sd 0 slj 0 slc n 26.434005 1.476875 m 26.933997 1.226859 l 26.809005 1.476863 l 26.934013 1.726859 l cp s [] 0 sd 0 slj 0 slc n 32.832295 1.476675 m 32.332303 1.726691 l 32.457295 1.476687 l 32.332287 1.226691 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.796505 4.861417 m 32.457295 4.863163 l s [] 0 sd 0 slj 0 slc n 26.421505 4.861302 m 26.921582 4.611456 l 26.796505 4.861417 l 26.921428 5.111456 l cp s [] 0 sd 0 slj 0 slc n 32.832295 4.863278 m 32.332218 5.113124 l 32.457295 4.863163 l 32.332372 4.613124 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.796505 8.245982 m 32.457295 8.249648 l s [] 0 sd 0 slj 0 slc n 26.421505 8.245739 m 26.921667 7.996063 l 26.796505 8.245982 l 26.921343 8.496062 l cp s [] 0 sd 0 slj 0 slc n 32.832295 8.249891 m 32.332133 8.499567 l 32.457295 8.249648 l 32.332457 7.999568 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.802805 11.630539 m 32.457295 11.636161 l s [] 0 sd 0 slj 0 slc n 26.427805 11.630167 m 26.928053 11.380664 l 26.802805 11.630539 l 26.927556 11.880664 l cp s [] 0 sd 0 slj 0 slc n 32.832295 11.636533 m 32.332047 11.886036 l 32.457295 11.636161 l 32.332544 11.386036 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.796505 15.015116 m 32.457295 15.022584 l s [] 0 sd 0 slj 0 slc n 26.421505 15.014621 m 26.921834 14.765281 l 26.796505 15.015116 l 26.921175 15.265281 l cp s [] 0 sd 0 slj 0 slc n 32.832295 15.023079 m 32.331966 15.272419 l 32.457295 15.022584 l 32.332625 14.772419 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.784005 18.411196 m 32.457295 18.410104 l s [] 0 sd 0 slj 0 slc n 26.409005 18.411268 m 26.908957 18.161172 l 26.784005 18.411196 l 26.909053 18.661172 l cp s [] 0 sd 0 slj 0 slc n 32.832295 18.410032 m 32.332343 18.660128 l 32.457295 18.410104 l 32.332247 18.160128 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.786105 21.800471 m 32.457295 21.797029 l s [] 0 sd 0 slj 0 slc n 26.411105 21.800698 m 26.910953 21.550395 l 26.786105 21.800471 l 26.911257 22.050395 l cp s [] 0 sd 0 slj 0 slc n 32.832295 21.796802 m 32.332447 22.047105 l 32.457295 21.797029 l 32.332143 21.547105 l cp s showpage %%EndDocument @endspecial 275 4238 a(Illustration)36 b(1.1:)51 b(Logical)38 b(o)m(v)m(erview)f(sho)m(wing)e(ho)m(w)h(applications)g(use)f(authen)m (tication)j(mec)m(ha-)150 4348 y(nisms)30 b(through)f(an)h(abstract)i (in)m(terface.)150 4638 y Fs(1.3)68 b(F)-11 b(eatures)150 4797 y Ft(GNU)31 b(SASL)e(migh)m(t)i(ha)m(v)m(e)h(a)f(couple)g(of)f (adv)-5 b(an)m(tages)32 b(o)m(v)m(er)g(other)f(libraries)f(doing)h(a)f (similar)h(job.)150 5011 y(It's)g(F)-8 b(ree)31 b(Soft)m(w)m(are)630 5121 y(An)m(yb)s(o)s(dy)42 b(can)h(use,)j(mo)s(dify)-8 b(,)47 b(and)42 b(redistribute)h(it)h(under)d(the)j(terms)f(of)g(the)g (GNU)630 5230 y(General)35 b(Public)e(License)h(v)m(ersion)h(3.0)f(or)g (later.)52 b(The)33 b(library)g(uses)h(the)g(GNU)g(Lesser)630 5340 y(General)d(Public)f(License)h(v)m(ersion)g(2.1)h(or)e(later.)p eop end %%Page: 3 7 TeXDict begin 3 6 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(3)150 299 y(It's)31 b(thread-safe)630 408 y(No)k(global)g(v)-5 b(ariables)34 b(are)h(used)e(and)g(m)m (ultiple)i(library)f(handles)f(and)g(session)i(handles)630 518 y(ma)m(y)c(b)s(e)f(used)f(in)h(parallel.)150 689 y(It's)h(in)m(ternationalized)630 799 y(It)c(handles)f(non-ASCI)s(I)f (usernames)h(and)g(passw)m(ords)g(and)g(user)g(visible)h(strings)f (used)g(in)630 908 y(the)31 b(library)f(\(error)g(messages\))i(can)e(b) s(e)g(translated)h(in)m(to)g(the)g(users')f(language.)150 1079 y(It's)h(p)s(ortable)630 1189 y(It)40 b(should)e(w)m(ork)h(on)h (all)g(Unix)f(lik)m(e)i(op)s(erating)f(systems,)i(including)d(Windo)m (ws.)67 b(The)630 1298 y(library)23 b(itself)h(should)e(b)s(e)g(p)s (ortable)i(to)g(an)m(y)f(C89)h(system,)h(not)e(ev)m(en)h(POSIX)e(is)h (required.)150 1469 y(It's)i(small)113 b(The)24 b(library)g(has)h(b)s (een)f(rewritten)g(with)h(em)m(b)s(edded)e(platforms)i(in)f(mind.)38 b(F)-8 b(or)25 b(example,)630 1579 y(no)30 b(API)g(consumes)g(more)h (than)f(around)f(250)j(b)m(ytes)f(of)g(stac)m(k)g(space.)275 1756 y(Note)f(that)g(the)f(library)g(do)s(es)g(not)h(implemen)m(t)f(an) m(y)h(p)s(olicy)f(to)h(decide)g(whether)f(a)g(certain)h(user)f(is)150 1865 y(\\authen)m(ticated")36 b(or)e(\\authorized")g(or)g(not.)50 b(Rather,)34 b(it)g(uses)f(a)h(callbac)m(k)h(in)m(to)g(the)e (application)i(to)150 1975 y(answ)m(er)30 b(these)h(questions.)150 2225 y Fs(1.4)68 b(Requiremen)l(ts)150 2384 y Ft(The)20 b(GNU)h(SASL)f(library)g(do)s(es)h(not)g(ha)m(v)m(e)g(an)m(y)g (required)f(external)i(dep)s(endencies,)g(but)e(some)h(optional)150 2494 y(features)31 b(are)f(enabled)h(if)f(y)m(ou)h(ha)m(v)m(e)g(a)g(sp) s(eci\014c)f(external)i(library)-8 b(.)150 2670 y(LibNTLM)73 b(The)34 b(NTLM)g(mec)m(hanism)h(requires)f(the)g(library)g(LibNTLM,)g Fn(http:)s(/)s(/)r(www)s(.)r(nongnu)s(.)630 2780 y(org/libntlm/)p Ft(.)150 2951 y(GSS-API)114 b(The)23 b(GSSAPI)f(and)h(GS2-KRB5)h(mec)m (hanisms)f(requires)g(a)h(GSS-API)f(library)-8 b(,)24 b(see)g(GNU)630 3061 y(GSS)33 b(\()p Fn(http:)s(/)s(/)r(www)s(.)r(gnu)s (.)r(org)s(/)r(softwa)o(re)s(/)q(gss)s(/)q Ft(\).)46 b(MIT)33 b(Kerb)s(eros)g(or)h(Heimdal)h(are)630 3170 y(also)c(supp)s(orted.)150 3341 y(LibIDN)177 b(Pro)s(cessing)30 b(of)h(non-ASCI)s(I)d(usernames)i(and)f(passw)m(ords)g(requires)h(the)h (SASLprep)d(im-)630 3451 y(plemen)m(tation)35 b(in)f(LibIDN)g(\()p Fn(http:)s(/)s(/)r(www)s(.)r(gnu)s(.)r(org)s(/)r(softw)o(are)r(/)r (libi)o(dn)s(/)q Ft(\).)46 b(This)33 b(is)630 3560 y(needed)21 b(for)h(full)g(conformance)g(with)g(the)g(latest)h(SASL)e(proto)s(col)i (drafts,)g(but)e(is)h(optional)630 3670 y(in)30 b(the)h(library)f(for)g (impro)m(v)m(ed)g(p)s(ortabilit)m(y)-8 b(.)150 3841 y(Libgcrypt)92 b(The)30 b(GNU)h(SASL)f(library)g(ships)f(with)i(its)g(o)m(wn)f (cryptographic)h(implemen)m(tation,)i(but)630 3950 y(it)43 b(can)f(use)g(the)h(one)f(in)g(libgcrypt)h(\()p Fn(http:)10 b(/)g(/)d(www)j(.)d(gnupg)j(.)d(org)j(/)d Ft(\))37 b(instead,)46 b(if)c(it)h(is)630 4060 y(a)m(v)-5 b(ailable.)65 b(This)37 b(is)g(t)m(ypically)j(useful)c(for)i(desktop)f(mac)m(hines)i(whic)m(h)e (ha)m(v)m(e)i(libgcrypt)630 4170 y(installed.)275 4346 y(The)30 b(command-line)i(in)m(terface)h(to)f(GNU)g(SASL)e(requires)g (a)i(POSIX)e(or)i(Windo)m(ws)f(platform)g(for)150 4456 y(net)m(w)m(ork)42 b(connectivit)m(y)-8 b(.)75 b(The)40 b(command-line)h(to)s(ol)h(can)f(mak)m(e)h(use)f(of)g(Gn)m(uTLS)e(\()p Fn(http:)9 b(/)g(/)e(www)i(.)150 4566 y(gnutls.org/)p Ft(\))27 b(to)j(supp)s(ort)e(the)i(ST)-8 b(AR)g(TTLS)28 b(mo)s(des)h(of)h(IMAP)g(and)f(SMTP)-8 b(,)30 b(but)f(Gn)m(uTLS)f(is)i (not)150 4675 y(required.)275 4821 y(Note)h(that)g(the)g(library)f(do)s (es)g(not)g(need)h(a)f(POSIX)g(platform)g(or)g(net)m(w)m(ork)i (connectivit)m(y)-8 b(.)150 5071 y Fs(1.5)68 b(Supp)t(orted)44 b(Platforms)150 5230 y Ft(GNU)30 b(SASL)e(has)g(at)i(some)g(p)s(oin)m (t)f(in)f(time)i(b)s(een)f(tested)g(on)g(the)h(follo)m(wing)g (platforms.)40 b(Daily)31 b(online)150 5340 y(build)e(rep)s(orts)h(are) h(a)m(v)-5 b(ailable)32 b(at)g Fn(http://autobuild.josefs)o(son)o(.org) o(/gsa)o(sl/)o Ft(.)p eop end %%Page: 4 8 TeXDict begin 4 7 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(4)199 299 y(1.)61 b(Debian)31 b(GNU/Lin)m(ux)g(3.0)g(\(W)-8 b(o)s(o)s(dy\))330 433 y(GCC)39 b(2.95.4)j(and)c(GNU)i(Mak)m(e.)69 b(This)39 b(is)g(the)h(main)f(dev)m(elopmen)m(t)i(platform.)68 b Fn(alphaev67-)330 543 y(unknown-linux-gnu)p Ft(,)140 b Fn(alphaev6-unknown-linux-gnu)o Ft(,)f Fn(arm-unknown-linux-gnu)p Ft(,)330 652 y Fn(hppa-unknown-linux-gnu)p Ft(,)163 b Fn(hppa64-unknown-linux-gnu)o Ft(,)g Fn(i686-pc-linux-gnu)p Ft(,)330 762 y Fn(ia64-unknown-linux-gnu)p Ft(,)91 b Fn(m68k-unknown-linux-gnu)p Ft(,)h Fn(mips-unknown-linux-gnu)p Ft(,)330 872 y Fn(mipsel-unknown-linux-gnu)o Ft(,)68 b Fn(powerpc-unknown-linux-gn)o(u)p Ft(,)g Fn(s390-ibm-linux-gnu)p Ft(,)330 981 y Fn(sparc-unknown-linux-gnu)p Ft(.)199 1115 y(2.)61 b(Debian)31 b(GNU/Lin)m(ux)g(2.1)330 1250 y(GCC)f(2.95.1)j(and)c(GNU)i(Mak)m(e.)43 b Fn(armv4l-unknown-linux-gn)o (u)p Ft(.)199 1384 y(3.)61 b(T)-8 b(ru64)30 b(UNIX)330 1518 y(T)-8 b(ru64)32 b(UNIX)h(C)f(compiler)h(and)f(T)-8 b(ru64)33 b(Mak)m(e.)48 b Fn(alphaev67-dec-osf5.1)p Ft(,)28 b Fn(alphaev68-dec-)330 1628 y(osf5.1)p Ft(.)199 1762 y(4.)61 b(SuSE)29 b(Lin)m(ux)h(7.1)330 1897 y(GCC)47 b(2.96)j(and)d(GNU)i(Mak)m(e.)95 b Fn(alphaev6-unknown-linux-)o(gnu)o Ft(,)47 b Fn(alphaev67-unknown-)330 2006 y(linux-gnu)p Ft(.)199 2141 y(5.)61 b(SuSE)29 b(Lin)m(ux)h(7.2a)330 2275 y(GCC)g(3.0)h(and)f(GNU)h(Mak)m(e.)42 b Fn(ia64-unknown-linux-gnu) p Ft(.)199 2409 y(6.)61 b(RedHat)31 b(Lin)m(ux)f(7.2)330 2544 y(GCC)47 b(2.96)j(and)d(GNU)i(Mak)m(e.)95 b Fn (alphaev6-unknown-linux-)o(gnu)o Ft(,)47 b Fn(alphaev67-unknown-)330 2653 y(linux-gnu)p Ft(,)28 b Fn(ia64-unknown-linux-gnu)p Ft(.)199 2788 y(7.)61 b(RedHat)31 b(Lin)m(ux)f(8.0)330 2922 y(GCC)g(3.2)h(and)f(GNU)h(Mak)m(e.)42 b Fn(i686-pc-linux-gnu)p Ft(.)199 3056 y(8.)61 b(RedHat)31 b(Adv)-5 b(anced)30 b(Serv)m(er)h(2.1)330 3191 y(GCC)f(2.96)i(and)e(GNU)h(Mak)m(e.)42 b Fn(i686-pc-linux-gnu)p Ft(.)199 3325 y(9.)61 b(Slac)m(kw)m(are)32 b(Lin)m(ux)e(8.0.01)330 3459 y(GCC)g(2.95.3)j(and)c(GNU)i(Mak)m(e.)43 b Fn(i686-pc-linux-gnu)p Ft(.)154 3594 y(10.)61 b(Mandrak)m(e)31 b(Lin)m(ux)f(9.0)330 3728 y(GCC)g(3.2)h(and)f(GNU)h(Mak)m(e.)42 b Fn(i686-pc-linux-gnu)p Ft(.)154 3862 y(11.)61 b(IRIX)30 b(6.5)330 3997 y(MIPS)g(C)g(compiler,)h(IRIX)f(Mak)m(e.)42 b Fn(mips-sgi-irix6.5)p Ft(.)154 4131 y(12.)61 b(AIX)30 b(4.3.2)330 4265 y(IBM)h(C)f(for)g(AIX)g(compiler,)i(AIX)e(Mak)m(e.)42 b Fn(rs6000-ibm-aix4.3.2.0)p Ft(.)154 4400 y(13.)61 b(Microsoft)32 b(Windo)m(ws)e(2000)i(\(Cygwin\))330 4534 y(GCC)e(3.2,)i(GNU)f(mak)m (e.)41 b Fn(i686-pc-cygwin)p Ft(.)154 4668 y(14.)61 b(HP-UX)31 b(11)330 4803 y(HP-UX)g(C)f(compiler)h(and)f(HP)g(Mak)m(e.)42 b Fn(ia64-hp-hpux11.22)p Ft(,)26 b Fn(hppa2.0w-hp-hpux11.11)p Ft(.)154 4937 y(15.)61 b(SUN)30 b(Solaris)h(2.8)330 5071 y(Sun)e(W)-8 b(orkShop)30 b(Compiler)g(C)g(6.0)i(and)d(SUN)i(Mak)m(e.) 42 b Fn(sparc-sun-solaris2.8)p Ft(.)154 5206 y(16.)61 b(SUN)30 b(Solaris)h(2.9)330 5340 y(Sun)e(F)-8 b(orte)32 b(Dev)m(elop)s(er)f(7)g(C)f(compiler)h(and)f(GNU)h(Mak)m(e.)42 b Fn(sparc-sun-solaris2.9)p Ft(.)p eop end %%Page: 5 9 TeXDict begin 5 8 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(5)154 299 y(17.)61 b(NetBSD)32 b(1.6)330 434 y(GCC)85 b(2.95.3)j(and)d(GNU)h(Mak)m(e.)208 b Fn(alpha-unknown-netbsd1.6)p Ft(,)94 b Fn(i386-unknown-)330 544 y(netbsdelf1.6)p Ft(.)154 679 y(18.)61 b(Op)s(enBSD)29 b(3.1)j(and)e(3.2)330 814 y(GCC)79 b(2.95.3)j(and)e(GNU)g(Mak)m(e.)191 b Fn(alpha-unknown-openbsd3.)o(1)p Ft(,)87 b Fn(i386-unknown-)330 923 y(openbsd3.1)p Ft(.)154 1058 y(19.)61 b(F)-8 b(reeBSD)32 b(4.7)330 1194 y(GCC)79 b(2.95.4)j(and)e(GNU)g(Mak)m(e.)191 b Fn(alpha-unknown-freebsd4.)o(7)p Ft(,)87 b Fn(i386-unknown-)330 1303 y(freebsd4.7)p Ft(.)154 1438 y(20.)61 b(Cross)30 b(compiled)h(to)g(uClin)m(ux/uClib)s(c)e(on)h(Motorola)j(Cold\014re.) 330 1573 y(GCC)d(3.4)h(and)f(GNU)h(Mak)m(e)h Fn(m68k-uclinux-elf)p Ft(.)275 1735 y(If)c(y)m(ou)h(p)s(ort)g(GNU)g(SASL)f(to)i(a)f(new)g (platform,)g(please)h(rep)s(ort)f(it)g(to)h(the)f(author)g(so)g(this)g (list)h(can)150 1844 y(b)s(e)g(up)s(dated.)150 2078 y Fs(1.6)68 b(Getting)46 b(help)150 2238 y Ft(A)40 b(mailing)g(list)h (where)e(users)g(ma)m(y)h(help)f(eac)m(h)i(other)f(exists,)j(and)c(y)m (ou)h(can)g(reac)m(h)h(it)f(b)m(y)g(sending)150 2347 y(e-mail)c(to)f Fn(help-gsasl@gnu)s(.)r(org)p Ft(.)48 b(Arc)m(hiv)m(es)35 b(of)g(the)f(mailing)i(list)f(discussions,)f(and)g (an)g(in)m(terface)150 2457 y(to)29 b(manage)g(subscriptions,)f(is)g(a) m(v)-5 b(ailable)30 b(through)d(the)i(W)-8 b(orld)28 b(Wide)h(W)-8 b(eb)29 b(at)g Fn(http://lists.gnu.)150 2567 y(org/mailman/listinfo/hel)o(p-gs)o(asl/)o Ft(.)150 2801 y Fs(1.7)68 b(Commercial)47 b(Supp)t(ort)150 2960 y Ft(Commercial)32 b(supp)s(ort)e(is)h(a)m(v)-5 b(ailable)34 b(for)d(users)f(of)i(GNU)f(SASL.)g(The)g(kind)f(of)i(supp)s(ort)d(that) j(can)g(b)s(e)150 3070 y(purc)m(hased)e(ma)m(y)g(include:)225 3206 y Fr(\017)60 b Ft(Implemen)m(t)31 b(new)e(features.)41 b(Suc)m(h)30 b(as)h(a)g(new)e(SASL)h(mec)m(hanism.)225 3341 y Fr(\017)60 b Ft(P)m(ort)34 b(GNU)g(SASL)e(to)i(new)e(platforms.) 49 b(This)32 b(could)i(include)e(p)s(orting)h(to)h(an)f(em)m(b)s(edded) f(plat-)330 3450 y(forms)e(that)h(ma)m(y)g(need)f(memory)g(or)g(size)i (optimization.)225 3585 y Fr(\017)60 b Ft(In)m(tegrating)32 b(SASL)d(as)i(a)g(securit)m(y)g(en)m(vironmen)m(t)g(in)f(y)m(our)g (existing)i(pro)5 b(ject.)225 3720 y Fr(\017)60 b Ft(System)30 b(design)g(of)h(comp)s(onen)m(ts)f(related)i(to)f(SASL.)275 3882 y(If)e(y)m(ou)i(are)g(in)m(terested,)h(please)f(write)f(to:)150 4017 y Fn(Simon)46 b(Josefsson)g(Datakonsult)e(AB)150 4127 y(Hagagatan)h(24)150 4237 y(113)i(47)g(Stockholm)150 4346 y(Sweden)150 4565 y(E-mail:)f(simon@josefsson.org)275 4701 y Ft(If)25 b(y)m(our)g(compan)m(y)h(pro)m(vides)g(supp)s(ort)e (related)i(to)h(GNU)f(SASL)f(and)g(w)m(ould)g(lik)m(e)i(to)f(b)s(e)f (men)m(tioned)150 4811 y(here,)30 b(con)m(tact)j(the)e(author)f(\(see)h (Section)g(1.9)h([Bug)f(Rep)s(orts],)f(page)h(8\).)150 5045 y Fs(1.8)68 b(Do)l(wnloading)46 b(and)f(Installing)150 5204 y Ft(The)30 b(pac)m(k)-5 b(age)32 b(can)f(b)s(e)f(do)m(wnloaded)g (from)g(sev)m(eral)i(places,)f(including:)275 5340 y Fn(ftp://ftp.gnu.org/gnu/g)o(sas)o(l/)p eop end %%Page: 6 10 TeXDict begin 6 9 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(6)275 299 y(The)24 b(latest)k(v)m(ersion)d (is)h(stored)g(in)f(a)h(\014le,)g(e.g.,)i(`)p Fn(gsasl-1.8.0.tar.gz)p Ft(')21 b(where)k(the)h(`)p Fn(1.8.0)p Ft(')e(v)-5 b(alue)150 408 y(is)30 b(the)h(highest)g(v)m(ersion)f(n)m(um)m(b)s(er)g(in)g(the)g (directory)-8 b(.)275 535 y(The)33 b(pac)m(k)-5 b(age)35 b(is)f(then)f(extracted,)j(con\014gured)c(and)h(built)h(lik)m(e)g(man)m (y)g(other)g(pac)m(k)-5 b(ages)35 b(that)f(use)150 645 y(Auto)s(conf.)54 b(F)-8 b(or)36 b(detailed)g(information)f(on)g (con\014guring)f(and)g(building)g(it,)j(refer)e(to)g(the)g(`)p Fn(INSTALL)p Ft(')150 754 y(\014le)30 b(that)h(is)g(part)f(of)h(the)f (distribution)g(arc)m(hiv)m(e.)275 881 y(Here)36 b(is)f(an)g(example)i (terminal)f(session)f(that)h(do)m(wnloads,)i(con\014gures,)e(builds)e (and)h(install)i(the)150 990 y(pac)m(k)-5 b(age.)43 b(Y)-8 b(ou)31 b(will)f(need)g(a)h(few)f(basic)h(to)s(ols,)h(suc)m(h)e(as)g(`) p Fn(sh)p Ft(',)h(`)p Fn(make)p Ft(')e(and)h(`)p Fn(cc)p Ft('.)390 1117 y Fn($)47 b(wget)g(-q)g(ftp://ftp.gnu.org/gnu/gsa)o (sl/g)o(sasl)o(-1.)o(8.0.)o(tar.)o(gz)390 1226 y($)g(tar)g(xfz)g (gsasl-1.8.0.tar.gz)390 1336 y($)g(cd)h(gsasl-1.8.0/)390 1445 y($)f(./configure)390 1555 y(...)390 1665 y($)g(make)390 1774 y(...)390 1884 y($)g(make)g(install)390 1993 y(...)275 2120 y Ft(After)30 b(that)h(gsasl)g(should)f(b)s(e)f(prop)s(erly)h (installed)h(and)e(ready)i(for)f(use.)275 2246 y(A)g(few)g Fn(configure)e Ft(options)j(ma)m(y)g(b)s(e)e(relev)-5 b(an)m(t,)32 b(summarized)e(in)g(the)h(table.)150 2390 y Fn(--disable-client)150 2499 y(--disable-server)630 2609 y Ft(If)20 b(y)m(our)g(target)i(system)f(require)f(a)h(minimal)f (implemen)m(tation,)k(y)m(ou)d(ma)m(y)g(wish)f(to)h(disable)630 2718 y(the)35 b(clien)m(t)h(or)f(the)f(serv)m(er)h(part)g(of)g(the)f (co)s(de.)54 b(This)34 b(do)s(es)g(not)h(remo)m(v)m(e)h(sym)m(b)s(ols)e (from)630 2828 y(the)26 b(library)-8 b(,)27 b(so)g(if)f(y)m(ou)g (attempt)h(to)g(call)g(an)f(application)h(that)g(uses)e(serv)m(er)i (functions)e(in)630 2937 y(a)30 b(library)f(built)g(with)g Fn(--disable-server)p Ft(,)c(the)30 b(function)e(will)i(return)e(an)i (error)e(co)s(de.)150 3081 y Fn(--disable-obsolete)630 3190 y Ft(Remo)m(v)m(e)38 b(bac)m(kw)m(ards)e(compatibilit)m(y)j(\(see) e(App)s(endix)d(B)j([Old)f(F)-8 b(unctions],)39 b(page)d(75\).)630 3300 y(Use)31 b(if)f(y)m(ou)h(w)m(an)m(t)g(to)g(limit)g(the)g(size)g (of)g(the)f(library)-8 b(.)150 3443 y Fn(--disable-anonymous)150 3553 y(--disable-external)150 3662 y(--disable-plain)150 3772 y(--disable-login)150 3882 y(--disable-securid)150 3991 y(--disable-ntlm)150 4101 y(--disable-cram-md5)150 4210 y(--disable-digest-md5)150 4320 y(--disable-gssapi)150 4430 y(--disable-gs2)150 4539 y(--enable-kerberos_v5)150 4649 y(--disable-scram-sha1)150 4758 y(--disable-saml20)150 4868 y(--disable-openid20)630 4977 y Ft(Disable)22 b(or)g(enable)f (individual)g(mec)m(hanisms)g(\(see)i(Chapter)d(5)i([Mec)m(hanisms],)i (page)e(26\).)150 5121 y Fn(--without-stringprep)630 5230 y Ft(Disable)k(in)m(ternationalized)h(string)e(pro)s(cessing.)39 b(Note)26 b(that)g(this)f(will)g(result)g(in)g(a)g(SASL)630 5340 y(library)30 b(that)h(is)f(only)h(compatible)g(with)g(RF)m(C)f (2222.)p eop end %%Page: 7 11 TeXDict begin 7 10 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(7)275 299 y(F)-8 b(or)31 b(the)f(complete)i(list,)f(refer)f(to)i(the)e(output)g(from)g Fn(configure)e(--help)p Ft(.)150 500 y Fl(1.8.1)63 b(Installing)41 b(under)h(Windo)m(ws)150 647 y Ft(There)29 b(are)g(t)m(w)m(o)h(w)m(a)m (ys)g(to)g(build)e(GNU)i(SASL)e(on)h(Windo)m(ws:)40 b(via)29 b(MinGW)h(or)f(via)h(Microsoft)g(Visual)150 756 y(Studio.)40 b(Note)31 b(that)e(a)h(binary)f(release)h(for)f(Windo)m(ws)h(is)f(a)m (v)-5 b(ailable)32 b(from)d Fn(http://josefsson.org/)150 866 y(gnutls4win/)p Ft(.)275 1002 y(With)40 b(MinGW,)g(y)m(ou)g(can)g (build)f(a)h(GNU)g(SASL)e(DLL)i(and)f(use)g(it)h(from)g(other)f (applications.)150 1111 y(After)33 b(installing)h(MinGW)g(\()p Fn(http:)r(/)r(/)r(mingw)r(.)r(org)r(/)r Ft(\))27 b(follo)m(w)34 b(the)g(generic)f(installation)i(instructions)150 1221 y(\(see)c(Section)h(1.8)f([Do)m(wnloading)h(and)e(Installing],)h(page)g (5\).)42 b(The)30 b(DLL)g(is)g(installed)i(b)m(y)e(default.)275 1357 y(F)-8 b(or)30 b(information)h(on)f(ho)m(w)g(to)h(use)f(the)g(DLL) g(in)g(other)h(applications,)g(see:)42 b Fn(http://www.mingw.)150 1467 y(org/mingwfaq.shtml#faq-m)o(svcd)o(ll)p Ft(.)275 1603 y(Y)-8 b(ou)36 b(can)h(build)e(GNU)h(SASL)g(as)g(a)g(nativ)m(e)i (Visual)f(Studio)e(C)p Fn(++)g Ft(pro)5 b(ject.)59 b(This)35 b(allo)m(ws)j(y)m(ou)e(to)150 1712 y(build)d(the)h(co)s(de)g(for)g (other)g(platforms)g(that)h(VS)e(supp)s(orts,)g(suc)m(h)h(as)g(Windo)m (ws)g(Mobile.)53 b(Y)-8 b(ou)34 b(need)150 1822 y(Visual)d(Studio)f (2005)i(or)e(later.)275 1958 y(First)i(do)m(wnload)h(and)f(unpac)m(k)g (the)h(arc)m(hiv)m(e)h(as)f(describ)s(ed)e(in)i(the)f(generic)i (installation)g(instruc-)150 2067 y(tions)46 b(\(see)g(Section)g(1.8)g ([Do)m(wnloading)h(and)e(Installing],)50 b(page)c(5\).)86 b(Don't)46 b(run)e Fn(./configure)p Ft(.)150 2177 y(Instead,)e(start)f (Visual)f(Studio)g(and)f(op)s(en)g(the)h(pro)5 b(ject)41 b(\014le)f(`)p Fn(lib/win32/libgsasl.sln)p Ft(')34 b(inside)150 2287 y(the)d(GNU)g(SASL)e(directory)-8 b(.)42 b(Y)-8 b(ou)30 b(should)g(b)s(e)g(able)g(to)i(build)d(the)h(pro)5 b(ject)31 b(using)f(Build)g(Pro)5 b(ject.)275 2423 y(Output)29 b(libraries)i(will)g(b)s(e)g(written)f(in)m(to)i(the)f Fn(lib/win32/lib)c Ft(\(or)32 b Fn(lib/win32/lib/debug)25 b Ft(for)150 2532 y(Debug)31 b(v)m(ersions\))g(folder.)275 2668 y(W)-8 b(arning!)40 b(Unless)26 b(y)m(ou)i(build)d(GNU)j(SASL)d (link)m(ed)j(with)e(libgcrypt,)i(GNU)f(SASL)f(uses)h(the)g(Win-)150 2778 y(do)m(ws)37 b(function)f Fn(CryptGenRandom)d Ft(for)j(generating) i(cryptographic)f(random)f(data.)60 b(The)36 b(function)150 2887 y(is)d(kno)m(wn)g(to)g(ha)m(v)m(e)i(some)e(securit)m(y)h(w)m (eaknesses.)50 b(See)33 b Fn(http:)r(/)r(/)r(eprint)r(.)r(iacr)r(.)r (org)r(/)q(2007)q(/)r(41)o(9)27 b Ft(for)150 2997 y(more)41 b(information.)72 b(The)40 b(co)s(de)h(will)g(attempt)h(to)g(use)e(the) h(In)m(tel)g(RND)h(crypto)e(pro)m(vider)h(if)g(it)g(is)150 3107 y(installed,)31 b(see)g(`)p Fn(lib/gl/gc-gnulib.c)p Ft('.)150 3307 y Fl(1.8.2)63 b(Kerb)s(eros)42 b(on)g(Windo)m(ws)150 3454 y Ft(Building)21 b(GNU)g(SASL)e(with)h(supp)s(ort)f(for)h(Kerb)s (eros)f(via)j(GSS-API)d(on)i(Windo)m(ws)f(is)h(straigh)m(t)g(forw)m (ard)150 3564 y(if)30 b(y)m(ou)h(use)f(GNU)h(GSS)f(and)g(GNU)h(Shishi)e (as)h(the)h(Kerb)s(eros)e(implemen)m(tation.)275 3700 y(If)k(y)m(ou)h(are)g(using)g(MIT)g(Kerb)s(eros)e(for)i(Windo)m(ws)g (\(KfW\),)h(getting)g(GNU)g(SASL)e(to)h(build)f(with)150 3810 y(Kerb)s(eros)41 b(supp)s(ort)f(is)i(not)h(straigh)m(tforw)m(ard)g (b)s(ecause)f(KfW)g(do)s(es)f(not)i(follo)m(w)g(the)f(GNU)h(co)s(ding) 150 3919 y(st)m(yle)d(and)f(it)g(has)g(bugs)g(that)g(needs)g(to)h(b)s (e)e(w)m(ork)m(ed)i(around.)66 b(W)-8 b(e)40 b(pro)m(vide)f (instructions)g(for)g(this)150 4029 y(en)m(vironmen)m(t)31 b(as)g(w)m(ell,)g(in)f(the)h(hop)s(e)f(that)g(it)h(will)g(b)s(e)f (useful)f(for)i(GNU)g(SASL)e(users.)275 4165 y(Our)37 b(instructions)h(assumes)g(y)m(ou)h(are)g(building)f(the)h(soft)m(w)m (are)h(on)e(a)h(dpkg-based)f(GNU/Lin)m(ux)150 4274 y(systems)30 b(\(e.g.,)j(gNewSense\))d(using)g(the)h(MinGW)g(cross-compiler)g (suite.)41 b(These)30 b(instructions)g(w)m(ere)150 4384 y(compiled)h(for)f(KfW)g(v)m(ersion)h(3.2.2)h(whic)m(h)e(w)m(ere)h(the) g(latest)h(as)e(of)h(2010-09-25.)275 4520 y(W)-8 b(e)35 b(assume)f(that)h(y)m(ou)g(ha)m(v)m(e)h(installed)f(a)g(normal)f(build) g(en)m(vironmen)m(t)h(including)f(the)g(MinGW)150 4630 y(cross-compiler.)42 b(Do)m(wnload)31 b(and)f(unpac)m(k)g(the)h(KfW)f (SDK)g(lik)m(e)i(this:)390 4766 y Fn($)47 b(mkdir)g(~/kfw)390 4875 y($)g(cd)h(~/kfw)390 4985 y($)f(wget)g(-q)g (http://web.mit.edu/kerber)o(os/d)o(ist/)o(kfw)o(/3.2)o(/kfw)o(-3.)o (2.2/)o(kfw-)o(3-2)o(-2-s)o(dk.z)o(ip)390 5094 y($)g(unzip)g (kfw-3-2-2-sdk.zip)275 5230 y Ft(Fix)34 b(a)g(bug)f(in)g(the)h Fn(")p Ft(win-mac.h)p Fn(")f Ft(header)h(inside)f(KfW)h(b)m(y)f (replacing)i Fn(#include)28 b()150 5340 y Ft(with)i Fn(#include)e()p Ft(:)p eop end %%Page: 8 12 TeXDict begin 8 11 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(8)390 299 y Fn(perl)47 b(-pi)g(-e)g ('s,sys\\\\,sys/,')c(~/kfw/kfw-3-2-2-final/inc/)o(krb)o(5/wi)o(n-ma)o (c.h)275 443 y Ft(Unpac)m(k)30 b(y)m(our)h(cop)m(y)g(of)f(GNU)h(SASL:) 390 587 y Fn($)47 b(wget)g(-q)g(ftp://alpha.gnu.org/gnu/g)o(sasl)o (/gsa)o(sl-)o(1.8.)o(0.ta)o(r.g)o(z)390 697 y($)g(tar)g(xfz)g (gsasl-1.8.0.tar.gz)390 807 y($)g(cd)h(gsasl-1.8.0)275 951 y Ft(Con\014gure)29 b(GNU)i(SASL)e(lik)m(e)j(this:)390 1095 y Fn($)47 b(lt_cv_deplibs_check_method)o(=pas)o(s_a)o(ll)42 b(./configure)i(--host=i586-mingw32msvc)e(--build=i686-pc-linux-g)o(nu) g(--with-gssapi-impl=kfw)f(LDFLAGS="-L$HOME/kfw/kfw-3)o(-2-)o(2-fi)o (nal/)o(lib)o(/i38)o(6")h(CPPFLAGS="-I$HOME/kfw/k)o(fw-)o(3-2-)o(2-fi)o (nal)o(/inc)o(/krb)o(5)g(-DSSIZE_T_DEFINED")275 1240 y Ft(The)d('lt)p 562 1240 28 4 v 41 w(cv)p 691 1240 V 40 w(deplibs)p 1010 1240 V 40 w(c)m(hec)m(k)p 1263 1240 V 41 w(metho)s(d=pass)p 1844 1240 V 39 w(all')j(setting)f(is)f (required)g(b)s(ecause)g(the)g(KfW)g(SDK)150 1349 y(do)s(es)27 b(not)g(ship)f(with)h(Libto)s(ol)g Fn(*.la)f Ft(\014les)h(and)g(is)g (using)f(non-standard)g(DLL)h(names.)40 b(The)26 b Fn(-DSSIZE_)150 1459 y(T_DEFINED)36 b Ft(is)i(necessary)h(b)s(ecause)g(the)f Fn(win-mac.h)e Ft(\014le)j(w)m(ould)f(pro)m(vide)h(an)f(incorrect)h (duplicate)150 1568 y(de\014nitions)29 b(of)g Fn(ssize_t)e Ft(otherwise.)41 b(By)29 b(passing)g Fn(--with-gssapi-impl=kfw)23 b Ft(y)m(ou)30 b(activ)-5 b(ate)32 b(other)150 1678 y(bug)e(w)m(ork)-5 b(arounds,)29 b(suc)m(h)h(as)h(pro)m(viding)f(a)h Fn (GSS_C_NT_HOSTBASED_SERVI)o(CE)24 b Ft(sym)m(b)s(ol.)275 1822 y(Build)30 b(the)g(soft)m(w)m(are)i(using:)390 1967 y Fn($)47 b(make)275 2111 y Ft(If)23 b(y)m(ou)h(ha)m(v)m(e)i(Wine)e (installed)h(and)f(y)m(our)g(k)m(ernel)g(is)g(able)h(to)g(in)m(v)m(ok)m (e)h(it)e(automatically)j(for)d(Windo)m(ws)150 2220 y(programs,)30 b(y)m(ou)h(can)g(run)e(the)h(self)h(tests.)41 b(This)30 b(is)g(recommended)g(to)h(mak)m(e)h(sure)d(the)i(build)e(is)i(sane.)390 2365 y Fn($)47 b(make)g(check)275 2509 y Ft(Y)-8 b(ou)30 b(ma)m(y)h(get)h(error)e(messages)h(ab)s(out)f(missing)h(DLLs,)f(lik)m (e)i(this)e(error:)390 2653 y Fn(err:module:import_dll)42 b(Library)k(gssapi32.dll)e(\(which)i(is)i(needed)e(by)h (L"Z:\\\\home\\\\jas\\\\src\\\\g)o(sasl)o(-1.5)o(.2\\)o(\\lib)o(\\\\sr) o(c\\\\)o(.lib)o(s\\\\l)o(ibg)o(sasl)o(-7.d)o(ll")o(\))42 b(not)47 b(found)275 2798 y Ft(If)33 b(that)h(happ)s(ens,)g(y)m(ou)g (need)f(to)i(mak)m(e)g(sure)e(that)h(Wine)h(can)f(\014nd)e(the)i (appropriate)g(DLL.)g(The)150 2907 y(simplest)27 b(solution)g(is)g(to)g (cop)m(y)h(the)f(necessary)g(DLLs)f(to)i Fn(~/.wine/drive_c/windows)o (/sys)o(tem3)o(2/)p Ft(.)275 3051 y(Y)-8 b(ou)32 b(ma)m(y)h(no)m(w)f (cop)m(y)h(the)g(follo)m(wing)g(\014les)f(on)m(to)i(the)e(Windo)m(ws)g (mac)m(hine)h(\(e.g.,)i(through)c(a)i(USB)150 3161 y(memory)d (device\):)390 3305 y Fn(lib/src/.libs/libgsasl-7)o(.dll)390 3415 y(src/.libs/gsasl.exe)275 3559 y Ft(The)f(remaining)i(steps)f(are) h(done)f(on)g(the)g(Windo)m(ws)h(XP)f(mac)m(hine.)42 b(Install)30 b(KfW)g(and)g(con\014gure)150 3669 y(it)35 b(for)g(y)m(our)g(realm.)55 b(T)-8 b(o)35 b(mak)m(e)h(sure)f(KfW)f(is)h (w)m(orking)h(prop)s(erly)-8 b(,)35 b(acquire)h(a)f(user)f(tic)m(k)m (et)k(and)c(then)150 3778 y(remo)m(v)m(e)j(it.)55 b(F)-8 b(or)36 b(testing)g(purp)s(oses,)f(y)m(ou)g(ma)m(y)h(use)f(the)g(realm) g('in)m(terop.josefsson.org')i(with)e(KDC)150 3888 y('in)m (terop.josefsson.org')d(and)e(username)g('user')g(and)g(passw)m(ord)g ('pass'.)275 4032 y(Change)35 b(to)h(the)f(directory)h(where)f(y)m(ou)h (placed)f(the)h(\014les)f(ab)s(o)m(v)m(e,)j(and)d(in)m(v)m(ok)m(e)i(a)f (command)f(lik)m(e)150 4142 y(this:)390 4286 y Fn(gsasl.exe)45 b(-d)i(interop.josefsson.org)275 4431 y Ft(KfW)41 b(should)f(query)h(y) m(ou)g(for)h(a)f(passw)m(ord,)j(and)d(the)g(to)s(ol)i(should)d (negotiate)k(authen)m(tication)150 4540 y(against)32 b(the)e(serv)m(er)h(using)f(GS2-KRB5.)150 4787 y Fs(1.9)68 b(Bug)45 b(Rep)t(orts)150 4947 y Ft(If)30 b(y)m(ou)h(think)f(y)m(ou)g (ha)m(v)m(e)i(found)d(a)i(bug)e(in)h(GNU)h(SASL,)f(please)h(in)m(v)m (estigate)j(it)d(and)e(rep)s(ort)h(it.)225 5091 y Fr(\017)60 b Ft(Please)32 b(mak)m(e)h(sure)d(that)i(the)f(bug)g(is)g(really)h(in)f (GNU)h(SASL,)e(and)h(preferably)f(also)j(c)m(hec)m(k)f(that)330 5201 y(it)f(hasn't)f(already)h(b)s(een)f(\014xed)f(in)i(the)f(latest)i (v)m(ersion.)225 5340 y Fr(\017)60 b Ft(Y)-8 b(ou)31 b(ha)m(v)m(e)g(to)h(send)d(us)h(a)h(test)g(case)g(that)g(mak)m(es)g(it) g(p)s(ossible)f(for)g(us)g(to)h(repro)s(duce)e(the)i(bug.)p eop end %%Page: 9 13 TeXDict begin 9 12 bop 150 -116 a Ft(Chapter)30 b(1:)41 b(In)m(tro)s(duction)2592 b(9)225 299 y Fr(\017)60 b Ft(Y)-8 b(ou)29 b(also)h(ha)m(v)m(e)g(to)g(explain)f(what)g(is)g (wrong;)g(if)g(y)m(ou)g(get)h(a)f(crash,)h(or)f(if)f(the)h(results)g (prin)m(ted)g(are)330 408 y(not)36 b(go)s(o)s(d)g(and)g(in)g(that)g (case,)j(in)d(what)g(w)m(a)m(y)-8 b(.)59 b(Mak)m(e)38 b(sure)d(that)i(the)f(bug)g(rep)s(ort)f(includes)h(all)330 518 y(information)31 b(y)m(ou)f(w)m(ould)h(need)f(to)h(\014x)f(this)g (kind)f(of)i(bug)f(for)g(someone)h(else.)275 671 y(Please)36 b(mak)m(e)f(an)g(e\013ort)h(to)f(pro)s(duce)f(a)h(self-con)m(tained)i (rep)s(ort,)f(with)e(something)i(de\014nite)e(that)150 780 y(can)29 b(b)s(e)g(tested)g(or)g(debugged.)40 b(V)-8 b(ague)31 b(queries)e(or)g(piecemeal)h(messages)g(are)g(di\016cult)f (to)h(act)g(on)f(and)150 890 y(don't)h(help)g(the)h(dev)m(elopmen)m(t)h (e\013ort.)275 1021 y(If)e(y)m(our)g(bug)g(rep)s(ort)g(is)g(go)s(o)s (d,)h(w)m(e)g(will)g(do)f(our)g(b)s(est)g(to)i(help)e(y)m(ou)g(to)i (get)f(a)g(corrected)h(v)m(ersion)f(of)150 1130 y(the)j(soft)m(w)m (are;)j(if)d(the)g(bug)f(rep)s(ort)g(is)h(p)s(o)s(or,)g(w)m(e)g(w)m (on't)g(do)g(an)m(ything)g(ab)s(out)g(it)g(\(apart)g(from)f(asking)150 1240 y(y)m(ou)e(to)g(send)e(b)s(etter)i(bug)f(rep)s(orts\).)275 1371 y(If)19 b(y)m(ou)i(think)f(something)h(in)f(this)g(man)m(ual)h(is) f(unclear,)j(or)d(do)m(wnrigh)m(t)h(incorrect,)i(or)e(if)f(the)h (language)150 1481 y(needs)30 b(to)h(b)s(e)f(impro)m(v)m(ed,)h(please)g (also)g(send)f(a)h(note.)275 1612 y(Send)e(y)m(our)h(bug)g(rep)s(ort)g (to:)1519 1721 y(`)p Fn(bug-gsasl@gnu.org)p Ft(')150 1947 y Fs(1.10)68 b(Con)l(tributing)150 2106 y Ft(If)25 b(y)m(ou)h(w)m(an)m(t)g(to)g(submit)f(a)h(patc)m(h)g(for)f(inclusion)h ({)f(from)h(solv)m(e)g(a)g(t)m(yp)s(o)g(y)m(ou)g(disco)m(v)m(ered,)i (up)c(to)i(adding)150 2216 y(supp)s(ort)38 b(for)h(a)h(new)e(feature)i ({)g(y)m(ou)g(should)e(submit)h(it)h(as)f(a)h(bug)f(rep)s(ort)f(\(see)j (Section)f(1.9)g([Bug)150 2325 y(Rep)s(orts],)32 b(page)g(8\).)44 b(There)30 b(are)i(some)g(things)f(that)h(y)m(ou)f(can)h(do)f(to)h (increase)g(the)f(c)m(hances)h(for)f(it)h(to)150 2435 y(b)s(e)e(included)f(in)h(the)h(o\016cial)h(pac)m(k)-5 b(age.)275 2566 y(Unless)41 b(y)m(our)g(patc)m(h)h(is)f(v)m(ery)h (small)g(\(sa)m(y)-8 b(,)46 b(under)40 b(10)i(lines\))g(w)m(e)f (require)g(that)h(y)m(ou)g(assign)g(the)150 2675 y(cop)m(yrigh)m(t)d (of)f(y)m(our)f(w)m(ork)h(to)g(the)g(F)-8 b(ree)39 b(Soft)m(w)m(are)f (F)-8 b(oundation.)63 b(This)37 b(is)g(to)i(protect)f(the)g(freedom)150 2785 y(of)44 b(the)g(pro)5 b(ject.)81 b(If)43 b(y)m(ou)h(ha)m(v)m(e)h (not)f(already)h(signed)e(pap)s(ers,)j(w)m(e)f(will)f(send)f(y)m(ou)h (the)g(necessary)150 2895 y(information)31 b(when)e(y)m(ou)i(submit)e (y)m(our)i(con)m(tribution.)275 3026 y(F)-8 b(or)33 b(con)m(tributions) h(that)f(do)s(esn't)g(consist)g(of)g(actual)i(programming)d(co)s(de,)i (the)g(only)f(guidelines)150 3135 y(are)e(common)f(sense.)41 b(Use)31 b(it.)275 3266 y(F)-8 b(or)31 b(co)s(de)f(con)m(tributions,)h (a)g(n)m(um)m(b)s(er)e(of)i(st)m(yle)g(guides)g(will)f(help)g(y)m(ou:) 225 3397 y Fr(\017)60 b Ft(Co)s(ding)32 b(St)m(yle.)48 b(F)-8 b(ollo)m(w)34 b(the)f(GNU)g(Standards)e(do)s(cumen)m(t)i(\(see)g Fr(h)p Ft(unde\014ned)p Fr(i)e Ft([top],)j(page)f Fr(h)p Ft(un-)330 3507 y(de\014ned)p Fr(i)p Ft(\).)330 3638 y(If)42 b(y)m(ou)h(normally)f(co)s(de)h(using)f(another)g(co)s(ding)h (standard,)i(there)d(is)h(no)f(problem,)j(but)d(y)m(ou)330 3748 y(should)h(use)g(`)p Fn(indent)p Ft(')g(to)i(reformat)f(the)g(co)s (de)g(\(see)h Fr(h)p Ft(unde\014ned)p Fr(i)d Ft([top],)48 b(page)d Fr(h)p Ft(unde\014ned)p Fr(i)p Ft(\))330 3857 y(b)s(efore)30 b(submitting)g(y)m(our)g(w)m(ork.)225 3988 y Fr(\017)60 b Ft(Use)31 b(the)f(uni\014ed)f(di\013)h(format)h(`)p Fn(diff)f(-u)p Ft('.)225 4119 y Fr(\017)60 b Ft(Return)32 b(errors.)47 b(No)33 b(reason)g(whatso)s(ev)m(er)g(should)f(ab)s(ort)h (the)g(execution)g(of)g(the)g(library)-8 b(.)48 b(Ev)m(en)330 4229 y(memory)30 b(allo)s(cation)j(errors,)d(e.g.)42 b(when)29 b Fn(malloc)g Ft(return)g Fn(NULL)p Ft(,)g(should)h(w)m(ork)g (although)h(result)330 4338 y(in)f(an)g(error)g(co)s(de.)225 4469 y Fr(\017)60 b Ft(Design)38 b(with)g(thread)f(safet)m(y)i(in)e (mind.)62 b(Don't)38 b(use)g(global)g(v)-5 b(ariables.)64 b(Don't)38 b(ev)m(en)g(write)g(to)330 4579 y(p)s(er-handle)27 b(global)j(v)-5 b(ariables)28 b(unless)g(the)g(do)s(cumen)m(ted)g(b)s (eha)m(viour)g(of)g(the)g(function)g(y)m(ou)h(write)330 4689 y(is)h(to)i(write)e(to)h(the)g(p)s(er-handle)e(global)j(v)-5 b(ariable.)225 4820 y Fr(\017)60 b Ft(Av)m(oid)38 b(using)f(the)g(C)g (math)g(library)-8 b(.)61 b(It)37 b(causes)h(problems)e(for)h(em)m(b)s (edded)f(implemen)m(tations,)330 4929 y(and)30 b(in)g(most)h (situations)g(it)g(is)f(v)m(ery)h(easy)g(to)g(a)m(v)m(oid)h(using)e (it.)225 5060 y Fr(\017)60 b Ft(Do)s(cumen)m(t)23 b(y)m(our)f (functions.)37 b(Use)23 b(commen)m(ts)g(b)s(efore)f(eac)m(h)h(function) f(headers,)h(that,)i(if)d(prop)s(erly)330 5170 y(formatted,)31 b(are)g(extracted)h(in)m(to)f(T)-8 b(exinfo)31 b(man)m(uals)f(and)g (GTK-DOC)g(w)m(eb)h(pages.)225 5301 y Fr(\017)60 b Ft(Supply)29 b(a)h(ChangeLog)h(and)f(NEWS)g(en)m(tries,)i(where)e(appropriate.)p eop end %%Page: 10 14 TeXDict begin 10 13 bop 150 -116 a Ft(Chapter)30 b(2:)41 b(Preparation)2573 b(10)150 299 y Fq(2)80 b(Preparation)150 543 y Ft(T)-8 b(o)24 b(use)g(GNU)g(SASL,)f(y)m(ou)h(ha)m(v)m(e)h(to)g (p)s(erform)d(some)i(c)m(hanges)h(to)f(y)m(our)g(sources)g(and)f(the)h (build)f(system.)150 652 y(The)28 b(necessary)g(c)m(hanges)i(are)e (small)h(and)f(explained)g(in)g(the)h(follo)m(wing)g(sections.)41 b(A)m(t)30 b(the)e(end)g(of)g(this)150 762 y(c)m(hapter,)e(it)d(is)h (describ)s(ed)e(ho)m(w)h(the)h(library)f(is)g(initialized,)k(and)22 b(ho)m(w)i(the)f(requiremen)m(ts)g(of)h(the)f(library)150 871 y(are)31 b(v)m(eri\014ed.)275 1009 y(A)d(faster)h(w)m(a)m(y)g(to)g (\014nd)e(out)h(ho)m(w)g(to)h(adapt)g(y)m(our)f(application)i(for)e (use)g(with)g(GNU)g(SASL)g(ma)m(y)h(b)s(e)150 1119 y(to)i(lo)s(ok)g(at) g(the)g(examples)g(at)g(the)f(end)g(of)h(this)f(man)m(ual)h(\(see)g (Chapter)f(13)h([Examples],)g(page)g(51\).)150 1356 y Fs(2.1)68 b(Header)150 1515 y Ft(All)23 b(in)m(terfaces)g(\(data)h(t)m (yp)s(es)e(and)f(functions\))h(of)h(the)f(library)g(are)g(de\014ned)f (in)h(the)g(header)g(\014le)h Fn(gsasl.h)p Ft(.)150 1625 y(Y)-8 b(ou)23 b(m)m(ust)f(include)g(this)g(in)f(all)i(programs)f (using)g(the)g(library)-8 b(,)24 b(either)f(directly)g(or)f(through)f (some)i(other)150 1734 y(header)30 b(\014le,)h(lik)m(e)h(this:)390 1872 y Fn(#include)46 b()275 2010 y Ft(The)40 b(name)g(space)h(is)g Fn(gsasl_*)d Ft(for)j(function)f(names,)j Fn(Gsasl*)c Ft(for)h(data)h(t)m(yp)s(es)g(and)f Fn(GSASL_*)150 2119 y Ft(for)31 b(other)h(sym)m(b)s(ols.)44 b(In)31 b(addition)g(the)h(same)g(name)g(pre\014xes)e(with)i(one)f(prep)s (ended)f(underscore)h(are)150 2229 y(reserv)m(ed)g(for)f(in)m(ternal)h (use)f(and)g(should)f(nev)m(er)i(b)s(e)e(used)h(b)m(y)g(an)h (application.)150 2466 y Fs(2.2)68 b(Initialization)150 2626 y Ft(The)34 b(library)h(m)m(ust)f(b)s(e)g(initialized)j(b)s(efore) d(it)i(can)f(b)s(e)f(used.)53 b(The)34 b(library)g(is)h(initialized)i (b)m(y)d(calling)150 2735 y Fn(gsasl_init)f Ft(\(see)j(Chapter)f(6)i ([Global)g(F)-8 b(unctions],)38 b(page)e(33\).)58 b(The)35 b(resources)h(allo)s(cated)h(b)m(y)f(the)150 2845 y(initialization)27 b(pro)s(cess)d(can)h(b)s(e)f(released)h(if)f(the)h(application)h(no)e (longer)h(has)f(a)h(need)f(to)h(call)h(`Libgsasl')150 2954 y(functions,)k(this)g(is)h(done)f(b)m(y)g(calling)i Fn(gsasl_done)p Ft(.)38 b(F)-8 b(or)31 b(example:)390 3092 y Fn(int)390 3202 y(main)47 b(\(int)f(argc,)h(char)f(*argv[]\))390 3311 y({)485 3421 y(Gsasl)h(*ctx)f(=)i(NULL;)485 3530 y(int)f(rc;)390 3640 y(...)485 3750 y(rc)h(=)f(gsasl_init)e(\(&ctx\);) 485 3859 y(if)j(\(rc)f(!=)g(GSASL_OK\))581 3969 y({)676 4078 y(printf)f(\("SASL)h(initialization)c(failure)j(\(\045d\):)h (\045s\\n",)1058 4188 y(rc,)g(gsasl_strerror)d(\(rc\)\);)676 4297 y(return)i(1;)581 4407 y(})390 4517 y(...)275 4654 y Ft(In)25 b(order)h(to)i(mak)m(e)f(error)g(messages)g(from)f Fn(gsasl_strerror)d Ft(b)s(e)j(translated)h(\(see)h(Section)f(\\T)-8 b(op")150 4764 y(in)25 b Fk(GNU)h(Gettext)r Ft(\))h(the)f(application)g (m)m(ust)f(set)h(the)f(curren)m(t)g(lo)s(cale)i(using)e Fn(setlocale)e Ft(b)s(efore)h(calling)150 4874 y Fn(gsasl_init)p Ft(.)38 b(F)-8 b(or)31 b(example:)390 5011 y Fn(int)390 5121 y(main)47 b(\(int)f(argc,)h(char)f(*argv[]\))390 5230 y({)485 5340 y(Gsasl)h(*ctx)f(=)i(NULL;)p eop end %%Page: 11 15 TeXDict begin 11 14 bop 150 -116 a Ft(Chapter)30 b(2:)41 b(Preparation)2573 b(11)485 299 y Fn(int)47 b(rc;)390 408 y(...)485 518 y(setlocale)f(\(LC_ALL,)f(""\);)390 628 y(...)485 737 y(rc)j(=)f(gsasl_init)e(\(&ctx\);)485 847 y(if)j(\(rc)f(!=)g(GSASL_OK\))581 956 y({)676 1066 y(printf)f(\(gettext)g(\("SASL)g(initialization)e(failure)i(\(\045d\):) g(\045s\\n"\),)1058 1176 y(rc,)h(gsasl_strerror)d(\(rc\)\);)676 1285 y(return)i(1;)581 1395 y(})390 1504 y(...)275 1670 y Ft(In)37 b(order)g(to)i(tak)m(e)h(adv)-5 b(an)m(tage)40 b(of)e(the)g(secure)g(memory)g(features)g(in)g(Libgcrypt)3168 1637 y Fj(1)3205 1670 y Ft(,)i(y)m(ou)e(need)g(to)150 1779 y(initialize)30 b(secure)e(memory)g(in)g(y)m(our)f(application,)j (and)e(for)f(some)i(platforms)e(ev)m(en)i(mak)m(e)g(y)m(our)f(appli-) 150 1889 y(cation)f(setuid)e(ro)s(ot.)39 b(See)25 b(the)h(Libgcrypt)f (do)s(cumen)m(tation)h(for)f(more)g(information.)39 b(Here)26 b(is)f(example)150 1999 y(co)s(de)31 b(to)g(initialize)h(secure)f (memory)f(in)g(y)m(our)h(co)s(de:)390 2164 y Fn(#include)46 b()390 2274 y(...)390 2383 y(int)390 2493 y(main)h(\(int)f (argc,)h(char)f(*argv[]\))390 2603 y({)485 2712 y(Gsasl)h(*ctx)f(=)i (NULL;)485 2822 y(int)f(rc;)390 2931 y(...)485 3041 y(/*)h(Check)e (version)g(of)h(libgcrypt.)e(*/)485 3150 y(if)j(\(!gcry_check_version) 42 b(\(GCRYPT_VERSION\)\))581 3260 y(die)47 b(\("version)e (mismatch\\n"\);)485 3479 y(/*)j(Allocate)d(a)j(pool)e(of)h(16k)g (secure)f(memory.)94 b(This)47 b(also)f(drops)h(priviliges)629 3589 y(on)g(some)f(systems.)g(*/)485 3698 y(gcry_control)f (\(GCRYCTL_INIT_SECMEM,)d(16384,)k(0\);)485 3918 y(/*)i(Tell)e (Libgcrypt)g(that)g(initialization)e(has)j(completed.)e(*/)485 4027 y(gcry_control)g(\(GCRYCTL_INITIALIZATION_)o(FINI)o(SHE)o(D,)d (0\);)390 4137 y(...)485 4246 y(rc)48 b(=)f(gsasl_init)e(\(&ctx\);)485 4356 y(if)j(\(rc)f(!=)g(GSASL_OK\))581 4466 y({)676 4575 y(printf)f(\("SASL)h(initialization)c(failure)j(\(\045d\):)h (\045s\\n",)1058 4685 y(rc,)g(gsasl_strerror)d(\(rc\)\);)676 4794 y(return)i(1;)581 4904 y(})390 5013 y(...)p 150 5154 1200 4 v 199 5221 a Fj(1)275 5253 y Fi(Note)19 b(that)h(GNU)f (SASL)g(normally)h(use)g(its)g(o)n(wn)g(in)n(ternal)g(implemen)n (tation)h(of)g(the)e(cryptographic)h(functions.)33 b(T)-6 b(ak)n(e)275 5340 y(care)26 b(to)g(v)n(erify)f(that)h(GNU)f(SASL)f (really)j(use)e(Libgcrypt,)h(if)g(this)g(is)g(what)g(y)n(ou)f(w)n(an)n (t.)p eop end %%Page: 12 16 TeXDict begin 12 15 bop 150 -116 a Ft(Chapter)30 b(2:)41 b(Preparation)2573 b(12)275 299 y(If)26 b(y)m(ou)i(do)e(not)i(do)f (this,)h(k)m(eying)g(material)g(will)g(not)f(b)s(e)f(allo)s(cated)j(in) e(secure)g(memory)g(\(whic)m(h,)h(for)150 408 y(most)35 b(applications,)i(is)e(not)g(the)g(biggest)h(secure)f(problem)f(an)m (yw)m(a)m(y\).)56 b(Note)36 b(that)g(the)f(GNU)g(SASL)150 518 y(Library)30 b(has)g(not)g(b)s(een)g(audited)g(to)h(mak)m(e)h(sure) d(it)i(stores)g(passw)m(ords)f(or)g(k)m(eys)h(in)f(secure)h(memory)-8 b(.)150 747 y Fs(2.3)68 b(V)-11 b(ersion)45 b(Chec)l(k)150 907 y Ft(It)36 b(is)g(often)g(desirable)g(to)g(c)m(hec)m(k)h(that)g (the)f(v)m(ersion)g(of)g(the)g(library)f(used)g(is)h(indeed)f(one)h (whic)m(h)f(\014ts)150 1016 y(all)e(requiremen)m(ts.)48 b(Ev)m(en)32 b(with)g(binary)g(compatibilit)m(y)-8 b(,)36 b(new)c(features)h(ma)m(y)g(ha)m(v)m(e)h(b)s(een)e(in)m(tro)s(duced)150 1126 y(but,)e(due)g(to)h(problem)e(with)i(the)f(dynamic)g(link)m(er,)h (an)f(old)h(v)m(ersion)g(ma)m(y)g(actually)h(b)s(e)d(used.)40 b(So)31 b(y)m(ou)150 1236 y(ma)m(y)g(w)m(an)m(t)g(to)g(c)m(hec)m(k)h (that)f(the)g(v)m(ersion)g(is)f(ok)-5 b(a)m(y)32 b(righ)m(t)f(after)f (program)h(startup.)150 1432 y Fl(gsasl)p 410 1432 37 5 v 55 w(c)m(hec)m(k)p 758 1432 V 52 w(v)m(ersion)3350 1626 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g (gsasl_check_version)e Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(req_version)p Fg(\))390 1735 y Fk(req)p 520 1735 28 4 v 40 w(v)m(ersion)p Ft(:)41 b(v)m(ersion)31 b(string)f(to)h(compare)g (with,)g(or)f(NULL.)390 1868 y(Chec)m(k)h(GNU)g(SASL)e(Library)h(v)m (ersion.)390 2001 y(See)h Fn(GSASL_VERSION)26 b Ft(for)31 b(a)f(suitable)h Fn(req_version)c Ft(string.)390 2134 y(This)33 b(function)g(is)h(one)g(of)g(few)f(in)h(the)g(library)f(that) h(can)g(b)s(e)f(used)g(without)h(a)g(successful)g(call)390 2244 y(to)d Fn(gsasl_init\(\))p Ft(.)390 2377 y Fe(Return)h(v)-5 b(alue:)45 b Ft(Chec)m(k)32 b(that)h(the)g(v)m(ersion)f(of)h(the)f (library)g(is)g(at)h(minim)m(um)f(the)g(one)g(giv)m(en)i(as)390 2486 y(a)j(string)f(in)h Fn(req_version)c Ft(and)j(return)g(the)g (actual)i(v)m(ersion)f(string)g(of)g(the)g(library;)i(return)390 2596 y(NULL)26 b(if)f(the)h(condition)h(is)f(not)g(met.)39 b(If)26 b(NULL)f(is)h(passed)g(to)g(this)g(function)f(no)h(c)m(hec)m(k) h(is)f(done)390 2705 y(and)k(only)g(the)h(v)m(ersion)g(string)f(is)g (returned.)275 2885 y(The)d(normal)h(w)m(a)m(y)h(to)f(use)g(the)g (function)f(is)h(to)h(put)e(something)h(similar)h(to)f(the)g(follo)m (wing)i(early)e(in)150 2995 y(y)m(our)i Fn(main)p Ft(:)485 3128 y Fn(if)48 b(\(!gsasl_check_version)42 b(\(GSASL_VERSION\)\))581 3237 y({)676 3347 y(printf)k(\("gsasl_check_version)c(failed:\\n")1058 3456 y("Header)k(file)h(incompatible)d(with)j(shared)f(library.\\n"\);) 676 3566 y(exit\(1\);)581 3676 y(})150 3905 y Fs(2.4)68 b(Building)45 b(the)g(source)150 4064 y Ft(If)26 b(y)m(ou)h(w)m(an)m(t) h(to)g(compile)f(a)g(source)g(\014le)g(including)f(the)h(`)p Fn(gsasl.h)p Ft(')f(header)g(\014le,)i(y)m(ou)f(m)m(ust)g(mak)m(e)h (sure)150 4174 y(that)g(the)g(compiler)g(can)g(\014nd)d(it)j(in)g(the)f (directory)h(hierarc)m(h)m(y)-8 b(.)41 b(This)27 b(is)g(accomplished)h (b)m(y)g(adding)f(the)150 4284 y(path)i(to)h(the)g(directory)g(in)f (whic)m(h)h(the)f(header)h(\014le)f(is)h(lo)s(cated)h(to)f(the)g (compilers)f(include)h(\014le)f(searc)m(h)150 4393 y(path)h(\(via)h (the)g(`)p Fn(-I)p Ft(')f(option\).)275 4526 y(Ho)m(w)m(ev)m(er,)h(the) f(path)f(to)h(the)g(include)f(\014le)h(is)f(determined)g(at)h(the)g (time)g(the)f(source)h(is)f(con\014gured.)150 4636 y(T)-8 b(o)22 b(solv)m(e)h(this)f(problem,)h(the)e(library)h(uses)f(the)h (external)g(pac)m(k)-5 b(age)24 b Fn(pkg-config)19 b Ft(that)j(kno)m(ws)f(the)h(path)150 4745 y(to)34 b(the)g(include)g (\014le)f(and)g(other)h(con\014guration)g(options.)51 b(The)33 b(options)h(that)g(need)g(to)g(b)s(e)f(added)g(to)150 4855 y(the)24 b(compiler)h(in)m(v)m(o)s(cation)h(at)f(compile)f(time)h (are)g(output)e(b)m(y)h(the)g(`)p Fn(--cflags)p Ft(')f(option)h(to)h Fn(pkg-config)150 4964 y(libgsasl)p Ft(.)38 b(The)30 b(follo)m(wing)i(example)f(sho)m(ws)f(ho)m(w)h(it)g(can)f(b)s(e)g(used) g(at)h(the)f(command)g(line:)390 5097 y Fn(gcc)47 b(-c)g(foo.c)f (`pkg-config)f(libgsasl)h(--cflags`)275 5230 y Ft(Adding)32 b(the)h(output)f(of)h(`)p Fn(pkg-config)28 b(libgsasl)g(--cflags)p Ft(')j(to)j(the)f(compiler)g(command)g(line)150 5340 y(will)e(ensure)e(that)i(the)g(compiler)g(can)f(\014nd)f(the)i(`)p Fn(gsasl.h)p Ft(')e(header)h(\014le.)p eop end %%Page: 13 17 TeXDict begin 13 16 bop 150 -116 a Ft(Chapter)30 b(2:)41 b(Preparation)2573 b(13)275 299 y(A)23 b(similar)g(problem)g(o)s(ccurs) g(when)f(linking)h(the)g(program)g(with)g(the)g(library)-8 b(.)38 b(Again,)26 b(the)d(compiler)150 408 y(has)j(to)g(\014nd)f(the)h (library)f(\014les.)40 b(F)-8 b(or)26 b(this)g(to)h(w)m(ork,)g(the)f (path)g(to)h(the)f(library)f(\014les)h(has)g(to)h(b)s(e)e(added)g(to) 150 518 y(the)32 b(library)g(searc)m(h)h(path)f(\(via)h(the)f(`)p Fn(-L)p Ft(')g(option\).)47 b(F)-8 b(or)32 b(this,)h(the)f(option)h(`)p Fn(--libs)p Ft(')e(to)i Fn(pkg-config)150 628 y(libgsasl)38 b Ft(can)i(b)s(e)f(used.)68 b(F)-8 b(or)40 b(con)m(v)m(enience,)45 b(this)39 b(option)i(also)f(outputs)g(all)g(other)g(options)g(that)150 737 y(are)c(required)e(to)i(link)g(the)f(program)g(with)g(the)h (library)f(\(for)g(instance,)j(the)e(`)p Fn(-lidn)p Ft(')e(option\).)56 b(The)150 847 y(example)31 b(sho)m(ws)f(ho)m(w)h(to)g(link)f(`)p Fn(foo.o)p Ft(')f(with)h(the)h(library)f(to)h(a)g(program)f Fn(foo)p Ft(.)390 984 y Fn(gcc)47 b(-o)g(foo)g(foo.o)f(`pkg-config)f (libgsasl)h(--libs`)275 1122 y Ft(Of)29 b(course)i(y)m(ou)f(can)h(also) g(com)m(bine)g(b)s(oth)e(examples)i(to)g(a)g(single)f(command)g(b)m(y)h (sp)s(ecifying)f(b)s(oth)150 1231 y(options)h(to)g Fn(pkg-config)p Ft(:)390 1369 y Fn(gcc)47 b(-o)g(foo)g(foo.c)f(`pkg-config)f(libgsasl)h (--cflags)f(--libs`)150 1605 y Fs(2.5)68 b(Auto)t(conf)44 b(tests)150 1765 y Ft(If)23 b(y)m(ou)h(w)m(ork)g(on)g(a)g(pro)5 b(ject)24 b(that)g(uses)f(Auto)s(conf)h(\(see)h Fr(h)p Ft(unde\014ned)p Fr(i)d Ft([top],)k(page)e Fr(h)p Ft(unde\014ned)p Fr(i)p Ft(\))f(to)h(help)150 1874 y(\014nd)d(installed)j(libraries,)h (the)e(suggestions)h(in)e(the)i(previous)e(section)i(are)f(not)h(the)f (en)m(tire)h(story)-8 b(.)38 b(There)150 1984 y(are)d(a)g(few)g(metho)s (ds)f(to)i(detect)g(and)e(incorp)s(orate)h(the)g(GNU)h(SASL)d(Library)h (in)m(to)i(y)m(our)f(Auto)s(conf)150 2093 y(based)42 b(pac)m(k)-5 b(age.)78 b(The)42 b(preferred)f(approac)m(h,)46 b(is)c(to)h(use)f(Libto)s(ol)h(in)f(y)m(our)g(pro)5 b(ject,)46 b(and)c(use)g(the)150 2203 y(normal)30 b(Auto)s(conf)h(header)f(\014le) g(and)g(library)g(tests.)150 2405 y Fl(2.5.1)63 b(Auto)s(conf)41 b(test)g(via)g(`)p Fd(pkg-config)p Fl(')150 2552 y Ft(If)h(y)m(our)g (audience)g(is)g(a)h(t)m(ypical)g(GNU/Lin)m(ux)g(desktop,)i(y)m(ou)e (can)f(often)g(assume)g(they)g(ha)m(v)m(e)i(the)150 2662 y(`)p Fn(pkg-config)p Ft(')33 b(to)s(ol)j(installed,)h(in)d(whic)m(h)h (y)m(ou)g(can)h(use)e(its)i(Auto)s(conf)f(M4)g(macro)h(to)g(\014nd)d (and)h(set)150 2771 y(up)29 b(y)m(our)i(pac)m(k)-5 b(age)32 b(for)e(use)g(with)g(Libgsasl.)41 b(The)30 b(follo)m(wing)i(example)f (illustrates)h(this)e(scenario.)390 2909 y Fn(AC_ARG_ENABLE\(gsasl,)485 3018 y(AC_HELP_STRING\([--disable-)o(gsas)o(l],)41 b([don't)46 b(use)h(GNU)g(SASL]\),)485 3128 y(gsasl=$enableval\))390 3237 y(if)g(test)g("$gsasl")e(!=)j("no")e(;)i(then)485 3347 y(PKG_CHECK_MODULES\(GSASL,)42 b(libgsasl)j(>=)i(1.8.0,)581 3457 y([gsasl=yes],)581 3566 y([gsasl=no]\))485 3676 y(if)h(test)e("$gsasl")g(!=)h("yes")f(;)i(then)581 3785 y(gsasl=no)581 3895 y(AC_MSG_WARN\([Cannot)42 b(find)47 b(GNU)g(SASL,)f(disabling]\))485 4005 y(else)581 4114 y(gsasl=yes)581 4224 y(AC_DEFINE\(USE_GSASL,)c(1,)47 b([Define)f(to)h(1)h(if)f(you)g(want)g(GNU)f(SASL.]\))485 4333 y(fi)390 4443 y(fi)390 4553 y(AC_MSG_CHECKING\([if)d(GNU)j(SASL)h (should)f(be)h(used]\))390 4662 y(AC_MSG_RESULT\($gsasl\))150 4864 y Fl(2.5.2)63 b(Standalone)41 b(Auto)s(conf)h(test)e(using)j (Libto)s(ol)150 5011 y Ft(If)f(y)m(our)h(pac)m(k)-5 b(age)45 b(uses)e(Libto)s(ol)g(\(see)h Fr(h)p Ft(unde\014ned)p Fr(i)e Ft([top],)47 b(page)c Fr(h)p Ft(unde\014ned)p Fr(i)p Ft(\),)j(y)m(ou)d(can)g(use)g(the)150 5121 y(normal)f(Auto)s (conf)g(tests)h(to)g(\014nd)e(Libgsasl)h(and)g(rely)g(on)g(the)g(Libto) s(ol)h(dep)s(endency)e(trac)m(king)i(to)150 5230 y(include)38 b(the)g(prop)s(er)e(dep)s(endency)g(libraries)i(\(e.g.,)k(Libidn\).)62 b(The)37 b(follo)m(wing)i(example)g(illustrates)150 5340 y(this)30 b(scenario.)p eop end %%Page: 14 18 TeXDict begin 14 17 bop 150 -116 a Ft(Chapter)30 b(2:)41 b(Preparation)2573 b(14)390 299 y Fn(AC_CHECK_HEADER\(gsasl.h,)485 408 y(AC_CHECK_LIB\(gsasl,)43 b(gsasl_check_version,)581 518 y([gsasl=yes)i(AC_SUBST\(GSASL_LIBS,)d(-lgsasl\)],)581 628 y(gsasl=no\),)485 737 y(gsasl=no\))390 847 y(AC_ARG_ENABLE\(gsasl,) 485 956 y(AC_HELP_STRING\([--disable-)o(gsas)o(l],)f([don't)46 b(use)h(GNU)g(SASL]\),)485 1066 y(gsasl=$enableval\))390 1176 y(if)g(test)g("$gsasl")e(!=)j("no")e(;)i(then)485 1285 y(AC_DEFINE\(USE_SASL,)43 b(1,)k([Define)f(to)h(1)h(if)f(you)g (want)f(GNU)h(SASL.]\))390 1395 y(else)485 1504 y(AC_MSG_WARN\([Cannot) c(find)k(GNU)g(SASL,)f(diabling]\))390 1614 y(fi)390 1724 y(AC_MSG_CHECKING\([if)d(GNU)j(SASL)h(should)f(be)h(used]\))390 1833 y(AC_MSG_RESULT\($gsasl\))p eop end %%Page: 15 19 TeXDict begin 15 18 bop 150 -116 a Ft(Chapter)30 b(3:)41 b(Using)30 b(the)h(Library)2334 b(15)150 299 y Fq(3)80 b(Using)53 b(the)g(Library)150 580 y Ft(Y)-8 b(our)33 b(application's)g(use)g(of)f(the)h(library)f(can)h(b)s(e)f(roughly)g (mo)s(deled)g(in)m(to)h(the)g(follo)m(wing)h(steps:)45 b(ini-)150 689 y(tialize)37 b(the)e(library)-8 b(,)37 b(optionally)f(sp)s(ecify)e(the)h(callbac)m(k,)k(p)s(erform)33 b(the)i(authen)m(tication,)k(and)34 b(\014nally)150 799 y(clean)d(up.)40 b(The)30 b(follo)m(wing)i(image)f(illustrates)h(this.) 150 2153 y @beginspecial 0 @llx 0 @lly 1449 @urx 470 @ury 4252 @rwi @setspecial %%BeginDocument: controlflow.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: doc/controlflow.dia %%Creator: Dia v0.94 %%CreationDate: Sun Oct 31 20:54:21 2004 %%For: jas %%Orientation: Portrait %%Magnification: 1.0000 %%BoundingBox: 0 0 1449 470 %%BeginSetup %%EndSetup %%EndComments %%BeginProlog [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def /cp {closepath} bind def /c {curveto} bind def /f {fill} bind def /a {arc} bind def /ef {eofill} bind def /ex {exch} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth pop} bind def /tr {translate} bind def /ellipsedict 8 dict def ellipsedict /mtrx matrix put /ellipse { ellipsedict begin /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix end } def /mergeprocs { dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /dpi_x 300 def /dpi_y 300 def /conicto { /to_y exch def /to_x exch def /conic_cntrl_y exch def /conic_cntrl_x exch def currentpoint /p0_y exch def /p0_x exch def /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def /p2_x p1_x to_x p0_x sub 1 3 div mul add def /p2_y p1_y to_y p0_y sub 1 3 div mul add def p1_x p1_y p2_x p2_y to_x to_y curveto } bind def /start_ol { gsave 1.1 dpi_x div dup scale} bind def /end_ol { closepath fill grestore } bind def 28.346000 -28.346000 scale 19.050000 -23.500000 translate %%EndProlog 1.000000 1.000000 1.000000 srgb n -17.000000 7.000000 m -17.000000 18.000000 l 30.000000 18.000000 l 30.000000 7.000000 l f n -17.000000 9.000000 m -17.000000 9.000000 2.000000 2.000000 180.000000 270.000000 ellipse f n 30.000000 9.000000 m 30.000000 9.000000 2.000000 2.000000 270.000000 360.000000 ellipse f n -19.000000 9.000000 m -19.000000 16.000000 l 32.000000 16.000000 l 32.000000 9.000000 l f n -17.000000 16.000000 m -17.000000 16.000000 2.000000 2.000000 90.000000 180.000000 ellipse f n 30.000000 16.000000 m 30.000000 16.000000 2.000000 2.000000 0.000000 90.000000 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -17.000000 7.000000 m 30.000000 7.000000 l s n -17.000000 18.000000 m 30.000000 18.000000 l s n -17.000000 9.000000 2.000000 2.000000 180.000000 270.000000 ellipse s n 30.000000 9.000000 2.000000 2.000000 270.000000 360.000000 ellipse s n -19.000000 9.000000 m -19.000000 16.000000 l s n 32.000000 9.000000 m 32.000000 16.000000 l s n -17.000000 16.000000 2.000000 2.000000 90.000000 180.000000 ellipse s n 30.000000 16.000000 2.000000 2.000000 0.000000 90.000000 ellipse s 1.000000 1.000000 1.000000 srgb n -18.475000 11.017700 m -18.475000 15.067700 l -12.125000 15.067700 l -12.125000 11.017700 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -18.475000 11.017700 m -18.475000 15.067700 l -12.125000 15.067700 l -12.125000 11.017700 l cp s gsave -17.899267 12.842700 translate 0.035278 -0.035278 scale start_ol 1088 4160 moveto 576 4160 lineto 576 0 lineto 1088 0 lineto 1088 4160 lineto end_ol grestore gsave -17.687600 12.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -17.264267 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -17.094933 12.842700 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -16.883267 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -16.713933 12.842700 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -16.290600 12.842700 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -16.121267 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -15.951933 12.842700 translate 0.035278 -0.035278 scale start_ol 2501 3008 moveto 294 3008 lineto 294 2589 lineto 1942 2589 lineto 175 430 lineto 175 0 lineto 2580 0 lineto 2580 419 lineto 745 419 lineto 2501 2583 lineto 2501 3008 lineto end_ol grestore gsave -15.570933 12.842700 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave -15.147600 12.842700 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -14.935933 12.842700 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -14.766600 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -14.597267 12.842700 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave -14.173933 12.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -13.919933 12.842700 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -13.496600 12.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -13.242600 12.842700 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave -12.861600 12.842700 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave -17.962767 13.842700 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave -17.539433 13.842700 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -17.158433 13.842700 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -16.735100 13.842700 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -16.354100 13.842700 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -16.184767 13.842700 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave -15.761433 13.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -15.592100 13.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -15.168767 13.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -14.999433 13.842700 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -14.787767 13.842700 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave -14.533767 13.842700 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave -14.025767 13.842700 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -13.644767 13.842700 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -13.433100 13.842700 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave -13.052100 13.842700 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave -12.798100 13.842700 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n -12.125000 13.042700 m -10.486801 13.048328 l s [] 0 sd 0 slj 0 slc n -10.111803 13.049616 m -10.612659 13.297897 l -10.486801 13.048328 l -10.610941 12.797900 l ef n -10.111803 13.049616 m -10.612659 13.297897 l -10.486801 13.048328 l -10.610941 12.797900 l cp s 1.000000 1.000000 1.000000 srgb n 10.000000 9.000000 m 10.000000 17.100000 l 22.000000 17.100000 l 22.000000 9.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 10.000000 9.000000 m 10.000000 17.100000 l 22.000000 17.100000 l 22.000000 9.000000 l cp s gsave 12.935067 10.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2333 1792 lineto 2665 1792 2927 1888 3153 2085 curveto 3409 2311 3520 2576 3520 2953 curveto 3520 3726 3057 4160 2233 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2133 3689 lineto 2641 3689 2944 3417 2944 2965 curveto 2944 2512 2641 2240 2133 2240 curveto 1024 2240 lineto end_ol grestore gsave 13.443067 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 13.697067 10.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 14.120400 10.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 14.501400 10.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.924733 10.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 15.305733 10.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 15.686733 10.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.898400 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 16.533400 10.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 16.956733 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.380067 10.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 17.803400 10.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 18.226733 10.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 18.650067 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 18.904067 10.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 14.509867 12.350000 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 15.144867 12.350000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 15.568200 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 15.737533 12.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 15.949200 12.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 16.118533 12.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 16.541867 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 16.711200 12.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 17.134533 12.350000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 17.515533 12.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 13.303367 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 13.684367 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.107700 13.350000 translate 0.035278 -0.035278 scale start_ol 1609 0 moveto 2743 3008 lineto 2213 3008 lineto 1377 568 lineto 587 3008 lineto 56 3008 lineto 1095 0 lineto 1609 0 lineto end_ol grestore gsave 14.488700 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.912033 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 15.166033 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 15.589367 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 15.758700 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.970367 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 16.351367 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 16.520700 13.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 16.690033 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 17.113367 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.536700 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 17.748367 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 18.129367 13.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.341033 13.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.552700 13.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 15.191433 14.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 15.445433 14.350000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 16.038100 14.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 16.588433 14.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 13.235633 15.350000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 13.743633 15.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 14.124633 15.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 14.505633 15.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.928967 15.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 15.352300 15.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 15.563967 15.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.775633 15.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 15.944967 15.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 16.368300 15.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 16.749300 15.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 17.172633 15.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.807633 15.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 17.976967 15.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 18.400300 15.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 13.070533 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 13.451533 16.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 13.874867 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 14.128867 16.350000 translate 0.035278 -0.035278 scale start_ol 1609 0 moveto 2743 3008 lineto 2213 3008 lineto 1377 568 lineto 587 3008 lineto 56 3008 lineto 1095 0 lineto 1609 0 lineto end_ol grestore gsave 14.509867 16.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.933200 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 15.187200 16.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.398867 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 15.779867 16.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 16.203200 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.584200 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.965200 16.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 17.134533 16.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 17.557867 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.981200 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 18.362200 16.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.573867 16.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.785533 16.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 7.200000 13.050000 m 9.513197 13.050000 l s [] 0 sd 0 slj 0 slc n 9.888197 13.050000 m 9.388197 13.300000 l 9.513197 13.050000 l 9.388197 12.800000 l ef n 9.888197 13.050000 m 9.388197 13.300000 l 9.513197 13.050000 l 9.388197 12.800000 l cp s 1.000000 1.000000 1.000000 srgb n 24.000000 11.000000 m 24.000000 15.100000 l 30.750000 15.100000 l 30.750000 11.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 24.000000 11.000000 m 24.000000 15.100000 l 30.750000 15.100000 l 30.750000 11.000000 l cp s gsave 25.978000 12.850000 translate 0.035278 -0.035278 scale start_ol 3709 2852 moveto 3546 3731 3029 4160 2129 4160 curveto 1578 4160 1133 3991 830 3665 curveto 458 3272 256 2706 256 2064 curveto 256 1410 464 849 852 463 curveto 1167 147 1572 0 2107 0 curveto 3108 0 3670 525 3794 1581 curveto 3252 1581 lineto 3207 1313 3150 1131 3066 975 curveto 2896 653 2546 471 2106 471 curveto 1287 471 768 1093 768 2069 curveto 768 3072 1265 3689 2061 3689 curveto 2394 3689 2704 3592 2874 3442 curveto 3026 3308 3111 3142 3173 2852 curveto 3709 2852 lineto end_ol grestore gsave 26.528333 12.850000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 26.697667 12.850000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 27.121000 12.850000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 27.544333 12.850000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 27.967667 12.850000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 28.391000 12.850000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 24.500567 13.850000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 24.923900 13.850000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 25.304900 13.850000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.728233 13.850000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 26.109233 13.850000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 26.278567 13.850000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 26.701900 13.850000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 27.125233 13.850000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 27.548567 13.850000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 27.971900 13.850000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.395233 13.850000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 28.606900 13.850000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 28.860900 13.850000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 29.241900 13.850000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 29.453567 13.850000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 29.834567 13.850000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 30.088567 13.850000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 22.000000 13.050000 m 23.513197 13.050000 l s [] 0 sd 0 slj 0 slc n 23.888197 13.050000 m 23.388197 13.300000 l 23.513197 13.050000 l 23.388197 12.800000 l ef n 23.888197 13.050000 m 23.388197 13.300000 l 23.513197 13.050000 l 23.388197 12.800000 l cp s gsave -17.000000 9.000000 translate 0.035278 -0.035278 scale start_ol 7633 5752 moveto 7300 7521 6242 8384 4403 8384 curveto 3277 8384 2369 8044 1748 7385 curveto 990 6595 576 5454 576 4159 curveto 576 2842 1001 1712 1794 933 curveto 2438 296 3265 0 4357 0 curveto 6402 0 7551 1058 7804 3184 curveto 6705 3184 lineto 6613 2642 6499 2274 6327 1960 curveto 5983 1309 5273 941 4379 941 curveto 2718 941 1664 2198 1664 4170 curveto 1664 6197 2672 7443 4287 7443 curveto 4963 7443 5593 7248 5937 6944 curveto 6246 6673 6418 6337 6544 5752 curveto 7633 5752 lineto end_ol grestore gsave -15.907800 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave -15.061133 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave -14.214467 9.000000 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave -13.791133 9.000000 translate 0.035278 -0.035278 scale start_ol 768 6016 moveto 768 0 lineto 1728 0 lineto 1728 3026 lineto 1728 3860 1946 4405 2404 4728 curveto 2702 4939 2988 5006 3653 5006 curveto 3653 6016 lineto 3494 6016 3414 6016 3289 6016 curveto 2676 6016 2210 5654 1664 4772 curveto 1664 6016 lineto 768 6016 lineto end_ol grestore gsave -13.283133 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave -12.436467 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -12.097800 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -11.674467 9.000000 translate 0.035278 -0.035278 scale start_ol 2981 6016 moveto 1984 6016 lineto 1984 6945 lineto 1984 7342 2213 7546 2648 7546 curveto 2729 7546 2763 7546 2981 7546 curveto 2981 8327 lineto 2762 8373 2636 8384 2440 8384 curveto 1554 8384 1024 7884 1024 7032 curveto 1024 6016 lineto 222 6016 lineto 222 5235 lineto 1024 5235 lineto 1024 0 lineto 1984 0 lineto 1984 5235 lineto 2981 5235 lineto 2981 6016 lineto end_ol grestore gsave -11.251133 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -10.912467 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave -10.065800 9.000000 translate 0.035278 -0.035278 scale start_ol 6347 0 moveto 8111 6016 lineto 7034 6016 lineto 5843 1332 lineto 4663 6016 lineto 3494 6016 lineto 2348 1332 lineto 1123 6016 lineto 69 6016 lineto 1810 0 lineto 2887 0 lineto 4044 4719 lineto 5258 0 lineto 6347 0 lineto end_ol grestore gsave -8.973600 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -8.550267 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -8.211600 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave -7.364933 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave -6.602933 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -6.264267 9.000000 translate 0.035278 -0.035278 scale start_ol 5696 8384 moveto 4736 8384 lineto 4736 5089 lineto 4336 5696 3695 6016 2894 6016 curveto 1338 6016 320 4849 320 3062 curveto 320 1167 1293 0 2869 0 curveto 3674 0 4233 306 4736 1042 curveto 4736 0 lineto 5696 0 lineto 5696 8384 lineto 3068 5120 moveto 4089 5120 4736 4288 4736 2987 curveto 4736 1728 4078 896 3080 896 curveto 2036 896 1344 1739 1344 3008 curveto 1344 4277 2036 5120 3068 5120 curveto end_ol grestore gsave -5.417600 9.000000 translate 0.035278 -0.035278 scale start_ol 5727 2688 moveto 5727 3561 5660 4085 5493 4510 curveto 5113 5449 4220 6016 3127 6016 curveto 1497 6016 448 4817 448 2976 curveto 448 1135 1463 0 3103 0 curveto 4441 0 5367 723 5601 1936 curveto 4639 1936 lineto 4383 1245 3859 884 3113 884 curveto 2522 884 2021 1125 1709 1566 curveto 1486 1866 1408 2167 1408 2688 curveto 5727 2688 lineto 1408 3456 moveto 1408 4472 2084 5132 3046 5132 curveto 3985 5132 4707 4420 4707 3519 curveto 4707 3498 4707 3477 4696 3456 curveto 1408 3456 lineto end_ol grestore gsave -4.570933 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -4.147600 9.000000 translate 0.035278 -0.035278 scale start_ol 6162 827 moveto 6059 804 6013 804 5956 804 curveto 5623 804 5440 961 5440 1234 curveto 5440 4444 lineto 5440 5466 4613 6016 3043 6016 curveto 2118 6016 1352 5776 926 5351 curveto 634 5057 512 4730 512 4163 curveto 1762 4163 lineto 1841 4830 2272 5132 3155 5132 curveto 4004 5132 4480 4836 4480 4307 curveto 4480 4074 lineto 4480 3704 4240 3545 3485 3460 curveto 2136 3301 1930 3259 1564 3122 curveto 866 2857 512 2360 512 1640 curveto 512 635 1267 0 2479 0 curveto 3234 0 3840 263 4515 880 curveto 4584 274 4884 0 5506 0 curveto 5701 0 5851 23 6162 103 curveto 6162 827 lineto 4480 2036 moveto 4480 1745 4389 1567 4106 1328 curveto 3721 1005 3257 838 2702 838 curveto 1966 838 1536 1161 1536 1713 curveto 1536 2287 1955 2578 2963 2714 curveto 3959 2839 4163 2881 4480 3016 curveto 4480 2036 lineto end_ol grestore gsave -3.300933 9.000000 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -2.454267 9.000000 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -1.607600 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -1.268933 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -0.930267 9.000000 translate 0.035278 -0.035278 scale start_ol 5452 3945 moveto 5406 4498 5279 4856 5049 5170 curveto 4634 5702 3909 6016 3068 6016 curveto 1444 6016 384 4817 384 2954 curveto 384 1145 1421 0 3056 0 curveto 4496 0 5406 811 5521 2196 curveto 4558 2196 lineto 4398 1321 3905 884 3092 884 curveto 2038 884 1408 1665 1408 2956 curveto 1408 4320 2027 5132 3069 5132 curveto 3871 5132 4375 4705 4490 3945 curveto 5452 3945 lineto end_ol grestore gsave -0.168267 9.000000 translate 0.035278 -0.035278 scale start_ol 6162 827 moveto 6059 804 6013 804 5956 804 curveto 5623 804 5440 961 5440 1234 curveto 5440 4444 lineto 5440 5466 4613 6016 3043 6016 curveto 2118 6016 1352 5776 926 5351 curveto 634 5057 512 4730 512 4163 curveto 1762 4163 lineto 1841 4830 2272 5132 3155 5132 curveto 4004 5132 4480 4836 4480 4307 curveto 4480 4074 lineto 4480 3704 4240 3545 3485 3460 curveto 2136 3301 1930 3259 1564 3122 curveto 866 2857 512 2360 512 1640 curveto 512 635 1267 0 2479 0 curveto 3234 0 3840 263 4515 880 curveto 4584 274 4884 0 5506 0 curveto 5701 0 5851 23 6162 103 curveto 6162 827 lineto 4480 2036 moveto 4480 1745 4389 1567 4106 1328 curveto 3721 1005 3257 838 2702 838 curveto 1966 838 1536 1161 1536 1713 curveto 1536 2287 1955 2578 2963 2714 curveto 3959 2839 4163 2881 4480 3016 curveto 4480 2036 lineto end_ol grestore gsave 0.678400 9.000000 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave 1.101733 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave 1.440400 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 2.287067 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n -10.000000 11.000000 m -10.000000 15.100000 l 7.200000 15.100000 l 7.200000 11.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -10.000000 11.000000 m -10.000000 15.100000 l 7.200000 15.100000 l 7.200000 11.000000 l cp s gsave -4.210933 12.350000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave -3.702933 12.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave -3.279600 12.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave -2.856267 12.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -2.475267 12.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -2.305933 12.350000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave -2.094267 12.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave -1.713267 12.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -1.501600 12.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -1.120600 12.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -0.697267 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -0.527933 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -0.358600 12.350000 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave 0.064733 12.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 0.488067 12.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 0.869067 12.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 1.250067 12.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave -6.962600 13.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave -6.539267 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -6.158267 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -5.734933 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -5.353933 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -5.184600 13.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave -4.761267 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -4.380267 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -3.956933 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -3.787600 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -3.618267 13.350000 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave -3.194933 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -2.771600 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -2.390600 13.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave -2.009600 13.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave -1.586267 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -1.205267 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave -0.781933 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -0.570267 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -0.358600 13.350000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave -0.104600 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 0.276400 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 0.488067 13.350000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 0.869067 13.350000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 1.080733 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 1.292400 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 1.927400 13.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 2.308400 13.350000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 2.520067 13.350000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 2.943400 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 3.366733 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 3.747733 13.350000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 4.001733 13.350000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave -1.683633 14.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave -1.471967 14.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave -1.260300 14.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 16.000000 17.100000 m 15.500000 22.100000 3.000000 17.000000 5.782295 22.564590 c s [] 0 sd 0 slj 0 slc n 5.950000 22.900000 m 5.502786 22.564590 l 5.782295 22.564590 l 5.950000 22.340983 l ef n 5.950000 22.900000 m 5.502786 22.564590 l 5.782295 22.564590 l 5.950000 22.340983 l cp s gsave 7.000000 21.000000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 7.211667 21.000000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 7.635000 21.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 7.889000 21.000000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 8.270000 21.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 8.524000 21.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 8.778000 21.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 7.000000 22.000000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 7.423333 22.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 7.635000 22.000000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 8.058333 22.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 8.312333 22.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 8.735667 22.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 9.159000 22.000000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 9.582333 22.000000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 10.005667 22.000000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 10.386667 22.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 10.640667 22.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 11.064000 22.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 11.487333 22.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 11.699000 22.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 12.122333 22.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 12.376333 22.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 12.630333 22.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 7.000000 23.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 7.211667 23.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 7.423333 23.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 22.000000 11.025000 m 30.350000 6.375000 2.550000 6.275000 9.589530 10.763291 c s [] 0 sd 0 slj 0 slc n 9.905728 10.964894 m 9.349728 10.906889 l 9.589530 10.763291 l 9.618532 10.485291 l ef n 9.905728 10.964894 m 9.349728 10.906889 l 9.589530 10.763291 l 9.618532 10.485291 l cp s showpage %%EndDocument @endspecial 275 2369 a(The)27 b(third)h(step)g(ma)m(y)h(lo)s(ok)g (complex,)g(but)f(for)g(a)g(simple)h(clien)m(t)g(it)g(will)g(actually)h (not)e(in)m(v)m(olv)m(e)j(an)m(y)150 2479 y(co)s(de.)41 b(If)29 b(y)m(our)h(application)i(needs)d(to)i(handle)f(sev)m(eral)h (concurren)m(t)f(clien)m(ts,)i(or)e(if)g(it)h(is)f(a)g(serv)m(er)g (that)150 2588 y(needs)g(to)h(serv)m(e)g(man)m(y)g(clien)m(ts)g(sim)m (ultaneous,)h(things)e(do)g(get)i(a)e(bit)h(more)f(complicated.)275 2738 y(F)-8 b(or)39 b(illustration,)i(w)m(e)e(will)g(write)f(a)h (simple)g(clien)m(t.)66 b(W)-8 b(riting)39 b(a)g(serv)m(er)g(w)m(ould)f (b)s(e)g(similar,)j(the)150 2848 y(only)34 b(di\013erence)h(is)g(that,) h(later)f(on,)g(instead)g(of)f(supplying)g(a)g(username)g(and)g(passw)m (ord,)h(y)m(ou)f(need)150 2958 y(to)e(decide)f(whether)g(someone)h (should)e(b)s(e)h(allo)m(w)m(ed)i(to)f(log)g(in)f(or)g(not.)43 b(The)31 b(co)s(de)g(for)g(what)g(w)m(e)h(ha)m(v)m(e)150 3067 y(discussed)39 b(so)i(far)f(mak)m(e)h(up)e(the)h Fn(main)f Ft(function)h(in)g(our)g(clien)m(t)i(\(see)f(Section)g(13.1)g ([Example)g(1],)150 3177 y(page)31 b(51\):)390 3327 y Fn(int)47 b(main)g(\(int)f(argc,)h(char)f(*argv[]\))390 3436 y({)485 3546 y(Gsasl)h(*ctx)f(=)i(NULL;)485 3656 y(int)f(rc;)485 3875 y(if)h(\(\(rc)e(=)i(gsasl_init)d(\(&ctx\)\))h(!=)h (GSASL_OK\))581 3984 y({)676 4094 y(printf)f(\("Cannot)g(initialize)f (libgsasl)h(\(\045d\):)g(\045s",)1058 4204 y(rc,)h(gsasl_strerror)d (\(rc\)\);)676 4313 y(return)i(1;)581 4423 y(})485 4642 y(client)h(\(ctx\);)485 4861 y(gsasl_done)e(\(ctx\);)485 5080 y(return)i(0;)390 5190 y(})275 5340 y Ft(Here,)31 b(the)f(call)i(to)f(the)g(function)f Fn(client)e Ft(corresp)s(ond)h(to) j(the)e(third)g(step)g(in)g(the)h(image)g(ab)s(o)m(v)m(e.)p eop end %%Page: 16 20 TeXDict begin 16 19 bop 150 -116 a Ft(Chapter)30 b(3:)41 b(Using)30 b(the)h(Library)2334 b(16)275 299 y(F)-8 b(or)25 b(a)g(more)g(complicated)h(application,)i(ha)m(ving)d(sev)m(eral)h (clien)m(ts)g(running)d(sim)m(ultaneous,)k(instead)150 408 y(of)d(a)g(simple)g(call)h(to)g Fn(client)p Ft(,)f(it)g(ma)m(y)h (ha)m(v)m(e)g(created)g(new)e(threads)h(for)f(eac)m(h)j(session,)f(and) e(call)j Fn(client)150 518 y Ft(within)k(eac)m(h)h(thread.)41 b(The)30 b(library)g(is)g(thread)g(safe.)275 657 y(An)37 b(actual)j(authen)m(tication)g(session)e(is)g(more)h(complicated)h (than)d(what)h(w)m(e)h(ha)m(v)m(e)g(seen)g(so)f(far.)150 767 y(These)d(are)g(the)h(steps:)50 b(decide)36 b(whic)m(h)e(mec)m (hanism)i(to)g(use,)g(start)g(the)f(session,)i(optionally)f(sp)s(ecify) 150 876 y(the)c(callbac)m(k,)h(optionally)g(set)f(an)m(y)g(prop)s (erties,)f(p)s(erform)f(the)h(authen)m(tication)j(lo)s(op,)e(and)e (clean)j(up.)150 986 y(Naturally)-8 b(,)33 b(y)m(our)e(application)i (will)e(start)h(to)g(talk)g(its)g(o)m(wn)f(proto)s(col)h(\(e.g.,)h (SMTP)e(or)g(IMAP\))g(after)150 1096 y(these)g(steps)f(ha)m(v)m(e)i (concluded.)275 1235 y(The)j(authen)m(tication)i(lo)s(op)f(is)g(based)f (on)g(sending)g(tok)m(ens)i(\(t)m(ypically)g(short)f(messages)g(enco)s (ded)150 1344 y(in)30 b(base)h(64\))h(bac)m(k)g(and)e(forth)h(b)s(et)m (w)m(een)g(the)g(clien)m(t)h(and)f(serv)m(er.)42 b(It)31 b(con)m(tin)m(ues)h(un)m(til)f(authen)m(tication)150 1454 y(succeeds)44 b(or)f(an)g(error)g(o)s(ccurs.)80 b(The)43 b(format)g(of)h(the)f(data)h(to)h(b)s(e)d(transferred,)k(the)e (n)m(um)m(b)s(er)e(of)150 1564 y(iterations)34 b(in)f(the)g(lo)s(op,)h (and)e(other)i(details)g(are)f(sp)s(eci\014ed)f(b)m(y)h(eac)m(h)h(mec)m (hanism.)49 b(The)32 b(goal)j(of)e(the)150 1673 y(library)d(is)g(to)h (isolate)i(y)m(our)d(application)i(from)e(the)g(details)i(of)e(all)h (di\013eren)m(t)g(mec)m(hanisms.)275 1812 y(Note)g(that)f(the)g (library)f(do)s(es)g(not)h(send)f(data)i(to)f(the)g(serv)m(er)g (itself,)h(but)e(returns)f(it)j(in)e(an)h(bu\013er.)150 1922 y(Y)-8 b(ou)32 b(m)m(ust)f(send)f(it)i(to)g(the)f(serv)m(er,)h (follo)m(wing)g(an)f(application)i(proto)s(col)f(pro\014le.)43 b(F)-8 b(or)31 b(example,)i(the)150 2032 y(SASL)c(application)j(proto)s (col)f(pro\014le)f(for)g(SMTP)g(is)h(describ)s(ed)e(in)h(RF)m(C)h (2554.)275 2171 y(The)e(follo)m(wing)j(image)g(illustrates)f(the)g (steps)f(w)m(e)h(ha)m(v)m(e)h(b)s(een)d(talking)j(ab)s(out.)150 5146 y @beginspecial 0 @llx 0 @lly 1471 @urx 1168 @ury 4535 @rwi @setspecial %%BeginDocument: controlflow2.eps %!PS-Adobe-2.0 EPSF-2.0 %%Title: doc/controlflow2.dia %%Creator: Dia v0.94 %%CreationDate: Sun Oct 31 20:57:09 2004 %%For: jas %%Orientation: Portrait %%Magnification: 1.0000 %%BoundingBox: 0 0 1471 1168 %%BeginSetup %%EndSetup %%EndComments %%BeginProlog [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def /cp {closepath} bind def /c {curveto} bind def /f {fill} bind def /a {arc} bind def /ef {eofill} bind def /ex {exch} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth pop} bind def /tr {translate} bind def /ellipsedict 8 dict def ellipsedict /mtrx matrix put /ellipse { ellipsedict begin /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix end } def /mergeprocs { dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /dpi_x 300 def /dpi_y 300 def /conicto { /to_y exch def /to_x exch def /conic_cntrl_y exch def /conic_cntrl_x exch def currentpoint /p0_y exch def /p0_x exch def /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def /p2_x p1_x to_x p0_x sub 1 3 div mul add def /p2_y p1_y to_y p0_y sub 1 3 div mul add def p1_x p1_y p2_x p2_y to_x to_y curveto } bind def /start_ol { gsave 1.1 dpi_x div dup scale} bind def /end_ol { closepath fill grestore } bind def 28.346000 -28.346000 scale -11.669791 -45.329295 translate %%EndProlog 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 1.000000 1.000000 1.000000 srgb n 35.807000 4.179270 m 50.607000 4.179270 88.447700 42.279300 38.507000 42.279300 c -11.433700 42.279300 21.007000 4.179270 35.807000 4.179270 c ef 0.000000 0.000000 0.000000 srgb n 35.807000 4.179270 m 50.607000 4.179270 88.447700 42.279300 38.507000 42.279300 c -11.433700 42.279300 21.007000 4.179270 35.807000 4.179270 c s 1.000000 1.000000 1.000000 srgb n 18.400000 16.400000 m 18.400000 21.500000 l 34.400000 21.500000 l 34.400000 16.400000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 18.400000 16.400000 m 18.400000 21.500000 l 34.400000 21.500000 l 34.400000 16.400000 l cp s gsave 20.795067 17.750000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 21.303067 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 21.514733 17.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 21.938067 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.192067 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 22.403733 17.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 22.615400 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.038733 17.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.462067 17.750000 translate 0.035278 -0.035278 scale start_ol 3127 0 moveto 3997 3008 lineto 3466 3008 lineto 2879 666 lineto 2297 3008 lineto 1722 3008 lineto 1157 666 lineto 553 3008 lineto 34 3008 lineto 892 0 lineto 1422 0 lineto 1993 2359 lineto 2591 0 lineto 3127 0 lineto end_ol grestore gsave 24.012400 17.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.224067 17.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 24.647400 17.750000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 25.070733 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.282400 17.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 25.705733 17.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 26.129067 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 26.552400 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 26.764067 17.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 26.933400 17.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 27.314400 17.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 27.737733 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 27.949400 17.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 28.118733 17.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 28.542067 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.965400 17.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.177067 17.750000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 29.600400 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 29.854400 17.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 30.277733 17.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 30.658733 17.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 31.082067 17.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.463067 17.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.844067 17.750000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 19.630900 18.750000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 20.054233 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 20.435233 18.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 20.858567 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 21.239567 18.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 21.408900 18.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 21.832233 18.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 22.213233 18.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 22.382567 18.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 22.551900 18.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 22.975233 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.398567 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 23.610233 18.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 24.033567 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 24.414567 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 24.626233 18.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.049567 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 25.303567 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.515233 18.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.726900 18.750000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 25.980900 18.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 26.361900 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 26.573567 18.750000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 26.954567 18.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 27.166233 18.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.377900 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.012900 18.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.436233 18.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 28.817233 18.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.240567 18.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 29.452233 18.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.663900 18.750000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 30.171900 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.552900 18.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 30.976233 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.357233 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.738233 18.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 31.907567 18.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.330900 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.754233 18.750000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.008233 18.750000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave 25.591433 19.750000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 25.845433 19.750000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 26.438100 19.750000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 26.988433 19.750000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 19.461567 20.750000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 19.884900 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 20.265900 20.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 20.689233 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 21.070233 20.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 21.239567 20.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 21.662900 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 22.043900 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 22.467233 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.721233 20.750000 translate 0.035278 -0.035278 scale start_ol 1609 0 moveto 2743 3008 lineto 2213 3008 lineto 1377 568 lineto 587 3008 lineto 56 3008 lineto 1095 0 lineto 1609 0 lineto end_ol grestore gsave 23.102233 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.525567 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.779567 20.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 24.202900 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 24.583900 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 24.795567 20.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.218900 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 25.472900 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.684567 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.896233 20.750000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 26.150233 20.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 26.531233 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 26.742900 20.750000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 27.123900 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 27.335567 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.547233 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.182233 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.605567 20.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 28.986567 20.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.409900 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 29.621567 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.833233 20.750000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 30.341233 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.722233 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 31.145567 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.526567 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.907567 20.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 32.076900 20.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.500233 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.923567 20.750000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.177567 20.750000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 22.400000 11.600000 m 22.400000 14.700000 l 34.600000 14.700000 l 34.600000 11.600000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 22.400000 11.600000 m 22.400000 14.700000 l 34.600000 14.700000 l 34.600000 11.600000 l cp s gsave 22.958567 12.950000 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 23.508900 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.932233 12.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 24.313233 12.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 24.482567 12.950000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 24.905900 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 25.329233 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.540900 12.950000 translate 0.035278 -0.035278 scale start_ol 3127 0 moveto 3997 3008 lineto 3466 3008 lineto 2879 666 lineto 2297 3008 lineto 1722 3008 lineto 1157 666 lineto 553 3008 lineto 34 3008 lineto 892 0 lineto 1422 0 lineto 1993 2359 lineto 2591 0 lineto 3127 0 lineto end_ol grestore gsave 26.091233 12.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 26.514567 12.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 26.683900 12.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 27.064900 12.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 27.488233 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.699900 12.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.334900 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.758233 12.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 29.139233 12.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.562567 12.950000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 29.985900 12.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 30.409233 12.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 30.578567 12.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.959567 12.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 31.594567 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.806233 12.950000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 32.017900 12.950000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.441233 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 32.652900 12.950000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 33.076233 12.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 33.457233 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 33.880567 12.950000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 22.903533 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.538533 13.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.961867 13.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 24.342867 13.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 24.766200 13.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.977867 13.950000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 25.426600 13.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.638267 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 26.273267 13.950000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 26.654267 13.950000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 27.077600 13.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 27.458600 13.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 27.881933 13.950000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 28.305267 13.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 28.686267 13.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 29.109600 13.950000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 29.532933 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 30.167933 13.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 30.591267 13.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 30.972267 13.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 31.395600 13.950000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 31.818933 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.242267 13.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 32.411600 13.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 32.792600 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 33.427600 13.950000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 33.681600 13.950000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.935600 13.950000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 25.450000 14.700000 m 26.162527 15.975048 l s [] 0 sd 0 slj 0 slc n 26.345460 16.302402 m 25.883313 15.987886 l 26.162527 15.975048 l 26.319785 15.743975 l ef n 26.345460 16.302402 m 25.883313 15.987886 l 26.162527 15.975048 l 26.319785 15.743975 l cp s 1.000000 1.000000 1.000000 srgb n 41.750000 18.400000 m 41.750000 21.500000 l 55.000000 21.500000 l 55.000000 18.400000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 41.750000 18.400000 m 41.750000 21.500000 l 55.000000 21.500000 l 55.000000 18.400000 l cp s gsave 43.214567 19.750000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 43.807233 19.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 44.230567 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.653900 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.865567 19.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.246567 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 45.458233 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 45.881567 19.750000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 46.304900 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 46.516567 19.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 46.939900 19.750000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 47.151567 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 47.363233 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 47.574900 19.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 47.998233 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 48.421567 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 48.633233 19.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 49.056567 19.750000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 49.479900 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 49.691567 19.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 50.114900 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 50.538233 19.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 50.961567 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 51.173233 19.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.342567 19.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 51.723567 19.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 52.146900 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 52.358567 19.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 52.527900 19.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 52.951233 19.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 53.374567 19.750000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 42.143533 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 42.397533 20.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 42.778533 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 42.990200 20.750000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 43.438933 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 43.650600 20.750000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 44.073933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 44.454933 20.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 44.878267 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.259267 20.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 45.428600 20.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 45.851933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 46.232933 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 46.444600 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 46.867933 20.750000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 47.291267 20.750000 translate 0.035278 -0.035278 scale start_ol 2741 2887 moveto 2648 3565 2233 3968 1643 3968 curveto 1217 3968 835 3762 606 3421 curveto 365 3046 256 2575 256 1876 curveto 256 1231 354 819 583 477 curveto 790 168 1127 0 1552 0 curveto 2288 0 2816 552 2816 1319 curveto 2816 2047 2316 2560 1610 2560 curveto 1221 2560 915 2405 704 2107 curveto 704 3016 1026 3520 1607 3520 curveto 1964 3520 2211 3289 2292 2887 curveto 2741 2887 lineto 1562 2112 moveto 2059 2112 2368 1793 2368 1280 curveto 2368 799 2018 448 1545 448 curveto 1066 448 704 815 704 1307 curveto 704 1782 1054 2112 1562 2112 curveto end_ol grestore gsave 47.714600 20.750000 translate 0.035278 -0.035278 scale start_ol 1856 960 moveto 1856 0 lineto 2304 0 lineto 2304 960 lineto 2897 960 lineto 2897 1408 lineto 2304 1408 lineto 2304 3968 lineto 1973 3968 lineto 168 1486 lineto 168 960 lineto 1856 960 lineto 1856 1408 moveto 603 1408 lineto 1856 3133 lineto 1856 1408 lineto end_ol grestore gsave 48.137933 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 48.349600 20.750000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 48.603600 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 48.984600 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 49.407933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 49.788933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 50.169933 20.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 50.339267 20.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 50.762600 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.185933 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 51.397600 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 51.609267 20.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.778600 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.201933 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 52.413600 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 52.625267 20.750000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 53.133267 20.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 53.556600 20.750000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 53.979933 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 54.191600 20.750000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 54.445600 20.750000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 26.400000 21.500000 m 24.973973 22.688356 l s [] 0 sd 0 slj 0 slc n 24.685890 22.928425 m 24.909954 22.416278 l 24.973973 22.688356 l 25.230046 22.800388 l ef n 24.685890 22.928425 m 24.909954 22.416278 l 24.973973 22.688356 l 25.230046 22.800388 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc n 51.687500 21.500000 m 53.602234 22.564550 l s [] 0 sd 0 slj 0 slc n 53.929984 22.746772 m 53.371502 22.722309 l 53.602234 22.564550 l 53.614465 22.285309 l ef n 53.929984 22.746772 m 53.371502 22.722309 l 53.602234 22.564550 l 53.614465 22.285309 l cp s 1.000000 1.000000 1.000000 srgb n 52.861490 27.613600 m 57.231481 31.294216 l 52.861490 34.974832 l 48.491500 31.294216 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 52.861490 27.613600 m 57.231481 31.294216 l 52.861490 34.974832 l 48.491500 31.294216 l cp s gsave 50.478124 31.094216 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 50.986124 31.094216 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 51.409457 31.094216 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 51.621124 31.094216 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 52.044457 31.094216 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 52.467790 31.094216 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.891124 31.094216 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 53.102790 31.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 53.272124 31.094216 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 53.653124 31.094216 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 54.076457 31.094216 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 54.288124 31.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 54.457457 31.094216 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 54.880790 31.094216 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.362890 32.094216 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 51.574557 32.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.743890 32.094216 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.167224 32.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 52.336557 32.094216 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 52.717557 32.094216 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 53.140890 32.094216 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 53.564224 32.094216 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 53.987557 32.094216 translate 0.035278 -0.035278 scale start_ol 1792 1114 moveto 1792 1377 lineto 1792 1624 1855 1720 2244 2074 curveto 2673 2456 2816 2709 2816 3081 curveto 2816 3738 2361 4160 1648 4160 curveto 859 4160 448 3708 448 2839 curveto 896 2839 lineto 896 3096 925 3253 993 3387 curveto 1102 3594 1331 3712 1635 3712 curveto 2076 3712 2368 3454 2368 3074 curveto 2368 2816 2242 2598 1939 2335 curveto 1601 2038 1601 2038 1504 1909 curveto 1384 1752 1344 1624 1344 1422 curveto 1344 1114 lineto 1792 1114 lineto 1792 582 moveto 1344 582 lineto 1344 0 lineto 1792 0 lineto 1792 582 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 36.989110 26.100000 m 41.178220 29.214243 l 36.989110 32.328485 l 32.800000 29.214243 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 36.989110 26.100000 m 41.178220 29.214243 l 36.989110 32.328485 l 32.800000 29.214243 l cp s gsave 36.108577 28.514243 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 36.658910 28.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.082243 28.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.505577 28.514243 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 35.706410 29.514243 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 36.129743 29.514243 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 36.553077 29.514243 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 36.976410 29.514243 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 37.188077 29.514243 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 37.611410 29.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 38.034743 29.514243 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.871510 30.514243 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 36.083177 30.514243 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 36.506510 30.514243 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 36.887510 30.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.310843 30.514243 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 37.734177 30.514243 translate 0.035278 -0.035278 scale start_ol 1792 1114 moveto 1792 1377 lineto 1792 1624 1855 1720 2244 2074 curveto 2673 2456 2816 2709 2816 3081 curveto 2816 3738 2361 4160 1648 4160 curveto 859 4160 448 3708 448 2839 curveto 896 2839 lineto 896 3096 925 3253 993 3387 curveto 1102 3594 1331 3712 1635 3712 curveto 2076 3712 2368 3454 2368 3074 curveto 2368 2816 2242 2598 1939 2335 curveto 1601 2038 1601 2038 1504 1909 curveto 1384 1752 1344 1624 1344 1422 curveto 1344 1114 lineto 1792 1114 lineto 1792 582 moveto 1344 582 lineto 1344 0 lineto 1792 0 lineto 1792 582 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 48.491500 31.294200 m 41.646434 29.347372 l s [] 0 sd 0 slj 0 slc n 41.285739 29.244785 m 41.835056 29.141104 l 41.646434 29.347372 l 41.698274 29.622031 l ef n 41.285739 29.244785 m 41.835056 29.141104 l 41.646434 29.347372 l 41.698274 29.622031 l cp s gsave 51.657800 35.988000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.911800 35.988000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 52.292800 35.988000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 52.504467 35.988000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 52.953200 35.988000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 53.401933 35.988000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 53.613600 35.988000 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 54.206267 35.988000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 54.714267 35.988000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 55.222267 35.988000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 55.730267 35.988000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 56.153600 35.988000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 56.576933 35.988000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 57.169600 35.988000 translate 0.035278 -0.035278 scale start_ol 960 1455 moveto 1632 2134 lineto 3082 0 lineto 3703 0 lineto 2010 2465 lineto 3686 4160 lineto 3009 4160 lineto 960 2054 lineto 960 4160 lineto 448 4160 lineto 448 0 lineto 960 0 lineto 960 1455 lineto end_ol grestore gsave 43.204000 29.501100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 43.458000 29.501100 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 43.839000 29.501100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.050667 29.501100 translate 0.035278 -0.035278 scale start_ol 1152 4160 moveto 704 4160 lineto 704 2231 lineto 823 959 lineto 1033 959 lineto 1152 2231 lineto 1152 4160 lineto 1152 593 moveto 704 593 lineto 704 0 lineto 1152 0 lineto 1152 593 lineto end_ol grestore gsave 44.262333 29.501100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 44.711067 29.501100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.922733 29.501100 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 45.515400 29.501100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 46.023400 29.501100 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 46.531400 29.501100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 47.039400 29.501100 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 47.462733 29.501100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 47.886067 29.501100 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 48.478733 29.501100 translate 0.035278 -0.035278 scale start_ol 960 1455 moveto 1632 2134 lineto 3082 0 lineto 3703 0 lineto 2010 2465 lineto 3686 4160 lineto 3009 4160 lineto 960 2054 lineto 960 4160 lineto 448 4160 lineto 448 0 lineto 960 0 lineto 960 1455 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 43.300000 36.300000 m 43.300000 39.400000 l 54.100000 39.400000 l 54.100000 36.300000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 43.300000 36.300000 m 43.300000 39.400000 l 54.100000 39.400000 l 54.100000 36.300000 l cp s gsave 43.687733 37.650000 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 2988 1920 lineto 2988 2368 lineto 1024 2368 lineto 1024 3689 lineto 3259 3689 lineto 3259 4160 lineto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1920 lineto end_ol grestore gsave 44.153400 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 44.322733 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 44.746067 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 44.915400 37.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.296400 37.650000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 45.719733 37.650000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 45.931400 37.650000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 46.354733 37.650000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 46.778067 37.650000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 46.989733 37.650000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 47.413067 37.650000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 47.836400 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 48.259733 37.650000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 48.471400 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 48.640733 37.650000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 49.021733 37.650000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 49.445067 37.650000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 49.656733 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 49.826067 37.650000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 50.249400 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 50.672733 37.650000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 50.884400 37.650000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 51.307733 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.561733 37.650000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 51.985067 37.650000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 52.366067 37.650000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 52.789400 37.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 53.170400 37.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 53.551400 37.650000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 44.978900 38.650000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 45.402233 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.783233 38.650000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 46.206567 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 46.587567 38.650000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 46.756900 38.650000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 47.180233 38.650000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 47.391900 38.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 47.561233 38.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 47.984567 38.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 48.153900 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 48.534900 38.650000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 48.958233 38.650000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 49.169900 38.650000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 49.423900 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 49.804900 38.650000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 50.228233 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 50.609233 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 50.990233 38.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.159567 38.650000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 51.582900 38.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.006233 38.650000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 52.260233 38.650000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 52.861500 34.974800 m 49.163853 36.152289 l s [] 0 sd 0 slj 0 slc n 48.806532 36.266076 m 49.207102 35.876147 l 49.163853 36.152289 l 49.358817 36.352574 l ef n 48.806532 36.266076 m 49.207102 35.876147 l 49.163853 36.152289 l 49.358817 36.352574 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc n 36.989100 32.328500 m 29.829055 34.744368 l s [] 0 sd 0 slj 0 slc n 29.473736 34.864256 m 29.867569 34.467526 l 29.829055 34.744368 l 30.027420 34.941285 l ef n 29.473736 34.864256 m 29.867569 34.467526 l 29.829055 34.744368 l 30.027420 34.941285 l cp s gsave 24.454000 33.051100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 24.708000 33.051100 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 25.089000 33.051100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.300667 33.051100 translate 0.035278 -0.035278 scale start_ol 1152 4160 moveto 704 4160 lineto 704 2231 lineto 823 959 lineto 1033 959 lineto 1152 2231 lineto 1152 4160 lineto 1152 593 moveto 704 593 lineto 704 0 lineto 1152 0 lineto 1152 593 lineto end_ol grestore gsave 25.512333 33.051100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 25.961067 33.051100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 26.172733 33.051100 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 26.765400 33.051100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 27.273400 33.051100 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 27.781400 33.051100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 28.289400 33.051100 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 28.712733 33.051100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 29.136067 33.051100 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 29.686400 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 30.194400 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 30.702400 33.051100 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 31.252733 33.051100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 31.760733 33.051100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 32.184067 33.051100 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 32.819067 33.051100 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 33.411733 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 33.962067 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 40.428348 12.000000 m 50.284229 12.000000 l 48.427981 17.100000 l 38.572100 17.100000 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 40.428348 12.000000 m 50.284229 12.000000 l 48.427981 17.100000 l 38.572100 17.100000 l cp s gsave 40.664731 13.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 41.215065 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 41.638398 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 42.061731 13.350000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 42.485065 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 42.696731 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 42.908398 13.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 43.331731 13.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 43.712731 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.136065 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 44.559398 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.771065 13.350000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 44.982731 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 45.236731 13.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 45.660065 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 46.295065 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 46.506731 13.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 46.930065 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 47.353398 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 47.776731 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 48.030731 13.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 41.744231 14.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 41.998231 14.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 42.421565 14.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 42.844898 14.350000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 43.268231 14.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 43.479898 14.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 43.903231 14.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 44.284231 14.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.707565 14.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 45.130898 14.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 45.342565 14.350000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 45.596565 14.350000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 46.104565 14.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 46.273898 14.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 46.697231 14.350000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 46.951231 14.350000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave 43.619598 15.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 43.873598 15.350000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 44.466265 15.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 45.016598 15.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 42.734831 16.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 42.904165 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 43.327498 16.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 43.539165 16.350000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 43.987898 16.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.199565 16.350000 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 44.749898 16.350000 translate 0.035278 -0.035278 scale start_ol 3136 4160 moveto 3136 1341 lineto 3136 801 2735 471 2074 471 curveto 1769 471 1521 543 1323 680 curveto 1120 834 1024 1038 1024 1341 curveto 1024 4160 lineto 512 4160 lineto 512 1328 lineto 512 509 1106 0 2074 0 curveto 3032 0 3648 520 3648 1328 curveto 3648 4160 lineto 3136 4160 lineto end_ol grestore gsave 45.300231 16.350000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 45.723565 16.350000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 49.938708 22.801100 m 58.116648 22.801100 l 56.988340 25.901100 l 48.810400 25.901100 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 49.938708 22.801100 m 58.116648 22.801100 l 56.988340 25.901100 l 48.810400 25.901100 l cp s gsave 50.165757 24.151100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 50.673757 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 51.097091 24.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.520424 24.151100 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 51.943757 24.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 52.155424 24.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 52.367091 24.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 52.790424 24.151100 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 53.171424 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 53.594757 24.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 54.018091 24.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 54.229757 24.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 54.441424 24.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 54.864757 24.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 55.076424 24.151100 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 55.499757 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 55.923091 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 56.346424 24.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 56.600424 24.151100 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 50.737257 25.151100 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 51.118257 25.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 51.541591 25.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.964924 25.151100 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 52.388257 25.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 52.599924 25.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 53.023257 25.151100 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 53.404257 25.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 53.827591 25.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 54.250924 25.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 54.462591 25.151100 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 54.716591 25.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 55.139924 25.151100 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 55.563257 25.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 55.774924 25.151100 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 56.028924 25.151100 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 52.899400 25.901100 m 52.872271 27.126916 l s [] 0 sd 0 slj 0 slc n 52.863974 27.501824 m 52.625098 26.996415 l 52.872271 27.126916 l 53.124976 27.007478 l ef n 52.863974 27.501824 m 52.625098 26.996415 l 52.872271 27.126916 l 53.124976 27.007478 l cp s gsave 38.104000 24.951100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 38.358000 24.951100 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 38.739000 24.951100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 38.950667 24.951100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 39.399400 24.951100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 39.848133 24.951100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 40.059800 24.951100 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 40.652467 24.951100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 41.160467 24.951100 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 41.668467 24.951100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 42.176467 24.951100 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 42.599800 24.951100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 43.023133 24.951100 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 43.573467 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 44.081467 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 44.589467 24.951100 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 45.139800 24.951100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 45.647800 24.951100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 46.071133 24.951100 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 46.706133 24.951100 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 47.298800 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 47.849133 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 15.000000 23.000000 m 15.000000 26.100000 l 34.200000 26.100000 l 34.200000 23.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 15.000000 23.000000 m 15.000000 26.100000 l 34.200000 26.100000 l 34.200000 23.000000 l cp s gsave 20.413233 24.350000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 21.005900 24.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 21.429233 24.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 21.640900 24.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 21.810233 24.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 22.233567 24.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.656900 24.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 23.080233 24.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 23.249567 24.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 23.418900 24.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 23.799900 24.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.011567 24.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 24.392567 24.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 24.815900 24.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.027567 24.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.239233 24.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 25.662567 24.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 25.916567 24.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 26.339900 24.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 26.763233 24.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 27.186567 24.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 27.440567 24.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 27.652233 24.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 27.821567 24.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.244900 24.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 28.625900 24.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 15.316300 25.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 15.739633 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.120633 25.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 16.543967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.924967 25.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 17.094300 25.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 17.517633 25.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 17.940967 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 18.194967 25.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 18.618300 25.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 19.041633 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 19.464967 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 19.718967 25.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 19.930633 25.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 20.311633 25.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 20.734967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 21.115967 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 21.539300 25.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 21.750967 25.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.962633 25.350000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 22.216633 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 22.597633 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.020967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 23.401967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 23.782967 25.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 23.952300 25.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 24.375633 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 24.798967 25.350000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 25.010633 25.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.222300 25.350000 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 25.814967 25.350000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 26.322967 25.350000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 26.830967 25.350000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 27.338967 25.350000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 27.762300 25.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 28.185633 25.350000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 28.693633 25.350000 translate 0.035278 -0.035278 scale start_ol 3136 4160 moveto 3136 1341 lineto 3136 801 2735 471 2074 471 curveto 1769 471 1521 543 1323 680 curveto 1120 834 1024 1038 1024 1341 curveto 1024 4160 lineto 512 4160 lineto 512 1328 lineto 512 509 1106 0 2074 0 curveto 3032 0 3648 520 3648 1328 curveto 3648 4160 lineto 3136 4160 lineto end_ol grestore gsave 29.243967 25.350000 translate 0.035278 -0.035278 scale start_ol 1984 3689 moveto 3333 3689 lineto 3333 4160 lineto 117 4160 lineto 117 3689 lineto 1472 3689 lineto 1472 0 lineto 1984 0 lineto 1984 3689 lineto end_ol grestore gsave 29.709633 25.350000 translate 0.035278 -0.035278 scale start_ol 3136 1920 moveto 3136 0 lineto 3648 0 lineto 3648 4160 lineto 3136 4160 lineto 3136 2368 lineto 960 2368 lineto 960 4160 lineto 448 4160 lineto 448 0 lineto 960 0 lineto 960 1920 lineto 3136 1920 lineto end_ol grestore gsave 30.259967 25.350000 translate 0.035278 -0.035278 scale start_ol 3280 4160 moveto 316 4160 lineto 316 3689 lineto 2630 3689 lineto 158 471 lineto 158 0 lineto 3291 0 lineto 3291 471 lineto 818 471 lineto 3280 3678 lineto 3280 4160 lineto end_ol grestore gsave 30.725633 25.350000 translate 0.035278 -0.035278 scale start_ol 1088 4160 moveto 576 4160 lineto 576 0 lineto 1088 0 lineto 1088 4160 lineto end_ol grestore gsave 30.937300 25.350000 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 31.487633 25.350000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 31.699300 25.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.910967 25.350000 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 32.181900 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 -441 lineto 384 -736 288 -832 0 -832 curveto -17 -832 -17 -832 -113 -832 curveto -113 -1262 lineto -58 -1274 -30 -1280 42 -1280 curveto 561 -1280 832 -1060 832 -650 curveto 832 3008 lineto 384 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 32.351233 25.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.774567 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 33.197900 25.350000 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 33.468833 25.350000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.722833 25.350000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 45.964000 17.100000 m 47.946515 18.168963 l s [] 0 sd 0 slj 0 slc n 48.276590 18.346938 m 47.717840 18.329688 l 47.946515 18.168963 l 47.955140 17.889587 l ef n 48.276590 18.346938 m 47.717840 18.329688 l 47.946515 18.168963 l 47.955140 17.889587 l cp s gsave 29.000000 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.423333 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.846667 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 30.270000 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 30.693333 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.116667 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.540000 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.963333 7.000000 translate 0.035278 -0.035278 scale start_ol 7633 5752 moveto 7300 7521 6242 8384 4403 8384 curveto 3277 8384 2369 8044 1748 7385 curveto 990 6595 576 5454 576 4159 curveto 576 2842 1001 1712 1794 933 curveto 2438 296 3265 0 4357 0 curveto 6402 0 7551 1058 7804 3184 curveto 6705 3184 lineto 6613 2642 6499 2274 6327 1960 curveto 5983 1309 5273 941 4379 941 curveto 2718 941 1664 2198 1664 4170 curveto 1664 6197 2672 7443 4287 7443 curveto 4963 7443 5593 7248 5937 6944 curveto 6246 6673 6418 6337 6544 5752 curveto 7633 5752 lineto end_ol grestore gsave 33.055533 7.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 33.902200 7.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave 34.748867 7.000000 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave 35.172200 7.000000 translate 0.035278 -0.035278 scale start_ol 768 6016 moveto 768 0 lineto 1728 0 lineto 1728 3026 lineto 1728 3860 1946 4405 2404 4728 curveto 2702 4939 2988 5006 3653 5006 curveto 3653 6016 lineto 3494 6016 3414 6016 3289 6016 curveto 2676 6016 2210 5654 1664 4772 curveto 1664 6016 lineto 768 6016 lineto end_ol grestore gsave 35.680200 7.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 36.526867 7.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave 36.865533 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 37.288867 7.000000 translate 0.035278 -0.035278 scale start_ol 2981 6016 moveto 1984 6016 lineto 1984 6945 lineto 1984 7342 2213 7546 2648 7546 curveto 2729 7546 2763 7546 2981 7546 curveto 2981 8327 lineto 2762 8373 2636 8384 2440 8384 curveto 1554 8384 1024 7884 1024 7032 curveto 1024 6016 lineto 222 6016 lineto 222 5235 lineto 1024 5235 lineto 1024 0 lineto 1984 0 lineto 1984 5235 lineto 2981 5235 lineto 2981 6016 lineto end_ol grestore gsave 37.712200 7.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave 38.050867 7.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 38.897533 7.000000 translate 0.035278 -0.035278 scale start_ol 6347 0 moveto 8111 6016 lineto 7034 6016 lineto 5843 1332 lineto 4663 6016 lineto 3494 6016 lineto 2348 1332 lineto 1123 6016 lineto 69 6016 lineto 1810 0 lineto 2887 0 lineto 4044 4719 lineto 5258 0 lineto 6347 0 lineto end_ol grestore gsave 29.000000 9.000000 translate 0.035278 -0.035278 scale start_ol 2981 6016 moveto 1984 6016 lineto 1984 6945 lineto 1984 7342 2213 7546 2648 7546 curveto 2729 7546 2763 7546 2981 7546 curveto 2981 8327 lineto 2762 8373 2636 8384 2440 8384 curveto 1554 8384 1024 7884 1024 7032 curveto 1024 6016 lineto 222 6016 lineto 222 5235 lineto 1024 5235 lineto 1024 0 lineto 1984 0 lineto 1984 5235 lineto 2981 5235 lineto 2981 6016 lineto end_ol grestore gsave 29.423333 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 30.270000 9.000000 translate 0.035278 -0.035278 scale start_ol 768 6016 moveto 768 0 lineto 1728 0 lineto 1728 3026 lineto 1728 3860 1946 4405 2404 4728 curveto 2702 4939 2988 5006 3653 5006 curveto 3653 6016 lineto 3494 6016 3414 6016 3289 6016 curveto 2676 6016 2210 5654 1664 4772 curveto 1664 6016 lineto 768 6016 lineto end_ol grestore gsave 30.778000 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.201333 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 32.048000 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave 32.894667 9.000000 translate 0.035278 -0.035278 scale start_ol 5727 2688 moveto 5727 3561 5660 4085 5493 4510 curveto 5113 5449 4220 6016 3127 6016 curveto 1497 6016 448 4817 448 2976 curveto 448 1135 1463 0 3103 0 curveto 4441 0 5367 723 5601 1936 curveto 4639 1936 lineto 4383 1245 3859 884 3113 884 curveto 2522 884 2021 1125 1709 1566 curveto 1486 1866 1408 2167 1408 2688 curveto 5727 2688 lineto 1408 3456 moveto 1408 4472 2084 5132 3046 5132 curveto 3985 5132 4707 4420 4707 3519 curveto 4707 3498 4707 3477 4696 3456 curveto 1408 3456 lineto end_ol grestore gsave 33.741333 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 34.164667 9.000000 translate 0.035278 -0.035278 scale start_ol 6848 5884 moveto 6848 7466 5725 8384 3800 8384 curveto 1966 8384 832 7489 832 6049 curveto 832 5077 1344 4466 2391 4193 curveto 4363 3669 lineto 5366 3407 5824 3004 5824 2382 curveto 5824 1956 5598 1519 5265 1279 curveto 4953 1061 4459 941 3825 941 curveto 2976 941 2395 1147 2019 1602 curveto 1729 1949 1600 2328 1600 2816 curveto 576 2816 lineto 576 2076 719 1590 1037 1148 curveto 1585 398 2506 0 3723 0 curveto 4677 0 5455 218 5971 611 curveto 6508 1037 6848 1746 6848 2434 curveto 6848 3417 6245 4137 5180 4432 curveto 3211 4967 lineto 2264 5229 1920 5534 1920 6145 curveto 1920 6953 2658 7488 3770 7488 curveto 5086 7488 5824 6914 5824 5884 curveto 6848 5884 lineto end_ol grestore gsave 35.172200 9.000000 translate 0.035278 -0.035278 scale start_ol 5430 2496 moveto 6289 0 lineto 7481 0 lineto 4548 8384 lineto 3173 8384 lineto 195 0 lineto 1329 0 lineto 2211 2496 lineto 5430 2496 lineto 5132 3392 moveto 2474 3392 lineto 3849 7228 lineto 5132 3392 lineto end_ol grestore gsave 36.179733 9.000000 translate 0.035278 -0.035278 scale start_ol 6848 5884 moveto 6848 7466 5725 8384 3800 8384 curveto 1966 8384 832 7489 832 6049 curveto 832 5077 1344 4466 2391 4193 curveto 4363 3669 lineto 5366 3407 5824 3004 5824 2382 curveto 5824 1956 5598 1519 5265 1279 curveto 4953 1061 4459 941 3825 941 curveto 2976 941 2395 1147 2019 1602 curveto 1729 1949 1600 2328 1600 2816 curveto 576 2816 lineto 576 2076 719 1590 1037 1148 curveto 1585 398 2506 0 3723 0 curveto 4677 0 5455 218 5971 611 curveto 6508 1037 6848 1746 6848 2434 curveto 6848 3417 6245 4137 5180 4432 curveto 3211 4967 lineto 2264 5229 1920 5534 1920 6145 curveto 1920 6953 2658 7488 3770 7488 curveto 5086 7488 5824 6914 5824 5884 curveto 6848 5884 lineto end_ol grestore gsave 37.187267 9.000000 translate 0.035278 -0.035278 scale start_ol 1984 8384 moveto 896 8384 lineto 896 0 lineto 6108 0 lineto 6108 941 lineto 1984 941 lineto 1984 8384 lineto end_ol grestore gsave 38.033933 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 38.457267 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave 39.219267 9.000000 translate 0.035278 -0.035278 scale start_ol 5727 2688 moveto 5727 3561 5660 4085 5493 4510 curveto 5113 5449 4220 6016 3127 6016 curveto 1497 6016 448 4817 448 2976 curveto 448 1135 1463 0 3103 0 curveto 4441 0 5367 723 5601 1936 curveto 4639 1936 lineto 4383 1245 3859 884 3113 884 curveto 2522 884 2021 1125 1709 1566 curveto 1486 1866 1408 2167 1408 2688 curveto 5727 2688 lineto 1408 3456 moveto 1408 4472 2084 5132 3046 5132 curveto 3985 5132 4707 4420 4707 3519 curveto 4707 3498 4707 3477 4696 3456 curveto 1408 3456 lineto end_ol grestore gsave 40.065933 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave 40.827933 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave 41.589933 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave 41.928600 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 42.775267 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave 19.000000 7.000000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 19.211667 7.000000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 19.635000 7.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 19.889000 7.000000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 20.270000 7.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 20.524000 7.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 20.778000 7.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 19.000000 8.000000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 19.423333 8.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 19.635000 8.000000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 20.058333 8.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 20.312333 8.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 20.735667 8.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 21.159000 8.000000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 21.582333 8.000000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 22.005667 8.000000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 22.386667 8.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.640667 8.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.064000 8.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 23.487333 8.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 23.699000 8.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 24.122333 8.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 24.376333 8.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 24.630333 8.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 19.000000 9.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 19.211667 9.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 19.423333 9.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc 0 slj 0 slc 0 slj [] 0 sd 1.000000 1.000000 1.000000 srgb n 31.400000 40.629300 m 31.400000 45.279295 l 46.471383 45.279295 l 46.471383 40.629300 l f 0.000000 0.000000 0.000000 srgb n 31.400000 40.629300 m 31.400000 45.279295 l 46.471383 45.279295 l 46.471383 40.629300 l cp s 0 slc 0 slj [] 0 sd n 32.907138 40.629300 m 32.907138 45.279295 l s 0 slc 0 slj [] 0 sd n 44.964245 40.629300 m 44.964245 45.279295 l s gsave 33.106392 42.754298 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 33.614392 42.754298 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 34.037725 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 34.249392 42.754298 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 34.672725 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 35.096058 42.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.519392 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 35.731058 42.754298 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 35.900392 42.754298 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 36.281392 42.754298 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 36.704725 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 36.916392 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.339725 42.754298 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 37.763058 42.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 37.974725 42.754298 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 38.398058 42.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 38.652058 42.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 39.075392 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 39.287058 42.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 39.710392 42.754298 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 40.091392 42.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 40.514725 42.754298 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 40.684058 42.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 40.895725 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 41.319058 42.754298 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 41.700058 42.754298 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 42.081058 42.754298 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 42.504392 42.754298 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 42.927725 42.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 43.351058 42.754298 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 43.774392 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.197725 42.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 44.409392 42.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 44.621058 42.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 34.101225 43.754298 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 2988 1920 lineto 2988 2368 lineto 1024 2368 lineto 1024 3689 lineto 3259 3689 lineto 3259 4160 lineto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1920 lineto end_ol grestore gsave 34.566892 43.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 34.990225 43.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.244225 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 35.455892 43.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 35.879225 43.754298 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 36.260225 43.754298 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 36.683558 43.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 37.318558 43.754298 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 37.741892 43.754298 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 37.911225 43.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 38.334558 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 38.546225 43.754298 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 39.054225 43.754298 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 39.689225 43.754298 translate 0.035278 -0.035278 scale start_ol 1984 3689 moveto 3333 3689 lineto 3333 4160 lineto 117 4160 lineto 117 3689 lineto 1472 3689 lineto 1472 0 lineto 1984 0 lineto 1984 3689 lineto end_ol grestore gsave 40.154892 43.754298 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2333 1792 lineto 2665 1792 2927 1888 3153 2085 curveto 3409 2311 3520 2576 3520 2953 curveto 3520 3726 3057 4160 2233 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2133 3689 lineto 2641 3689 2944 3417 2944 2965 curveto 2944 2512 2641 2240 2133 2240 curveto 1024 2240 lineto end_ol grestore gsave 40.662892 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 40.874558 43.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 41.297892 43.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 41.551892 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 41.763558 43.754298 translate 0.035278 -0.035278 scale start_ol 1088 4160 moveto 576 4160 lineto 576 0 lineto 1088 0 lineto 1088 4160 lineto end_ol grestore gsave 41.975225 43.754298 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 42.610225 43.754298 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 43.118225 43.754298 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2333 1792 lineto 2665 1792 2927 1888 3153 2085 curveto 3409 2311 3520 2576 3520 2953 curveto 3520 3726 3057 4160 2233 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2133 3689 lineto 2641 3689 2944 3417 2944 2965 curveto 2944 2512 2641 2240 2133 2240 curveto 1024 2240 lineto end_ol grestore gsave 43.626225 43.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 48.700000 39.400000 m 39.418691 40.568493 l s [] 0 sd 0 slj 0 slc n 39.046628 40.615334 m 39.511484 40.304837 l 39.418691 40.568493 l 39.573940 40.800921 l ef n 39.046628 40.615334 m 39.511484 40.304837 l 39.418691 40.568493 l 39.573940 40.800921 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 24.600000 26.100000 m 44.269800 35.029300 32.069800 5.754270 42.470671 11.756676 c s [] 0 sd 0 slj 0 slc n 42.795465 11.944116 m 42.237446 11.910725 l 42.470671 11.756676 l 42.487367 11.477666 l ef n 42.795465 11.944116 m 42.237446 11.910725 l 42.470671 11.756676 l 42.487367 11.477666 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 17.000000 7.000000 m 17.900000 12.800000 25.409000 6.631900 28.242837 11.186667 c s [] 0 sd 0 slj 0 slc n 28.440938 11.505070 m 27.964534 11.212599 l 28.242837 11.186667 l 28.389072 10.948465 l ef n 28.440938 11.505070 m 27.964534 11.212599 l 28.242837 11.186667 l 28.389072 10.948465 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc n 36.989100 26.100000 m 40.836360 17.543984 l s [] 0 sd 0 slj 0 slc n 40.990149 17.201969 m 41.013107 17.760514 l 40.836360 17.543984 l 40.557088 17.555463 l ef n 40.990149 17.201969 m 41.013107 17.760514 l 40.836360 17.543984 l 40.557088 17.555463 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc 0 slj 0 slc 0 slj [] 0 sd 1.000000 1.000000 1.000000 srgb n 22.189277 34.900000 m 36.546383 34.900000 l 38.528687 34.900000 40.135660 35.752249 40.135660 36.803553 c 40.135660 37.854857 38.528687 38.707107 36.546383 38.707107 c 22.189277 38.707107 l 20.206973 38.707107 18.600000 37.854857 18.600000 36.803553 c 18.600000 35.752249 20.206973 34.900000 22.189277 34.900000 c ef 0.000000 0.000000 0.000000 srgb n 22.189277 34.900000 m 36.546383 34.900000 l 38.528687 34.900000 40.135660 35.752249 40.135660 36.803553 c 40.135660 37.854857 38.528687 38.707107 36.546383 38.707107 c 22.189277 38.707107 l 20.206973 38.707107 18.600000 37.854857 18.600000 36.803553 c 18.600000 35.752249 20.206973 34.900000 22.189277 34.900000 c s gsave 28.466130 36.103553 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 28.974130 36.103553 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave 29.397463 36.103553 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 29.820797 36.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 30.074797 36.103553 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.646730 37.103553 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 26.070063 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 26.451063 37.103553 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 26.874397 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 27.255397 37.103553 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 27.424730 37.103553 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 27.848063 37.103553 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 28.059730 37.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 28.229063 37.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.652397 37.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 28.821730 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 29.202730 37.103553 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.626063 37.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.837730 37.103553 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 30.091730 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.472730 37.103553 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 30.896063 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.277063 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.658063 37.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 31.827397 37.103553 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.250730 37.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.674063 37.103553 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 32.928063 37.103553 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave 22.370130 38.103553 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 22.793463 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.047463 38.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 23.216797 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.640130 38.103553 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 23.851797 38.103553 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 24.063463 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.275130 38.103553 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 24.529130 38.103553 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 24.800063 38.103553 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 2988 1920 lineto 2988 2368 lineto 1024 2368 lineto 1024 3689 lineto 3259 3689 lineto 3259 4160 lineto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1920 lineto end_ol grestore gsave 25.265730 38.103553 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.689063 38.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 25.858397 38.103553 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 26.027730 38.103553 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 26.451063 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 26.705063 38.103553 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 27.128397 38.103553 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 27.340063 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.551730 38.103553 translate 0.035278 -0.035278 scale start_ol 1149 3968 moveto 626 3968 192 3521 192 2976 curveto 192 2431 626 1984 1155 1984 curveto 1678 1984 2112 2431 2112 2964 curveto 2112 3527 1690 3968 1149 3968 curveto 1149 3566 moveto 1473 3566 1728 3299 1728 2961 curveto 1728 2635 1467 2368 1155 2368 curveto 837 2368 576 2641 576 2967 curveto 576 3299 837 3566 1149 3566 curveto 3453 3968 moveto 1234 0 lineto 1609 0 lineto 3827 3968 lineto 3453 3968 lineto 3901 1856 moveto 3378 1856 2944 1437 2944 931 curveto 2944 419 3378 0 3907 0 curveto 4425 0 4864 419 4864 920 curveto 4864 1442 4442 1856 3901 1856 curveto 3901 1472 moveto 4225 1472 4480 1232 4480 929 curveto 4480 642 4219 402 3907 402 curveto 3589 402 3328 642 3328 940 curveto 3328 1232 3589 1472 3901 1472 curveto end_ol grestore gsave 28.229063 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 28.610063 38.103553 translate 0.035278 -0.035278 scale start_ol 265 4160 moveto -45 4160 lineto 1293 0 lineto 1603 0 lineto 265 4160 lineto end_ol grestore gsave 28.821730 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 29.245063 38.103553 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 29.515997 38.103553 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 29.727663 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.939330 38.103553 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 30.362663 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.743663 38.103553 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 31.166997 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.547997 38.103553 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 31.717330 38.103553 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 32.140663 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 32.521663 38.103553 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 32.733330 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.987330 38.103553 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 33.410663 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 33.664663 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 33.918663 38.103553 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 34.341997 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 34.595997 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 34.807663 38.103553 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 35.061663 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.315663 38.103553 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 35.696663 38.103553 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 35.950663 38.103553 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 36.204663 38.103553 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc 0 slj 0 slc 0 slj [] 0 sd n 29.362600 38.669100 m 29.362600 39.519100 l s 0 slc 0 slj [] 0 sd n 28.212600 39.519100 m 30.512600 39.519100 l s 0 slc 0 slj [] 0 sd n 28.597850 39.944100 m 30.127350 39.944100 l s 0 slc 0 slj [] 0 sd n 28.983100 40.369100 m 29.742100 40.369100 l s showpage %%EndDocument @endspecial 275 5340 a(W)-8 b(e)31 b(will)g(no)m(w)f(sho)m(w)g(the)h (implemen)m(tation)h(of)f(the)f Fn(client)f Ft(function)h(used)f(b)s (efore.)p eop end %%Page: 17 21 TeXDict begin 17 20 bop 150 -116 a Ft(Chapter)30 b(3:)41 b(Using)30 b(the)h(Library)2334 b(17)390 299 y Fn(void)47 b(client)f(\(Gsasl)g(*ctx\))390 408 y({)485 518 y(Gsasl_session)f (*session;)485 628 y(const)i(char)f(*mech)h(=)g("PLAIN";)485 737 y(int)g(rc;)485 956 y(/*)h(Create)e(new)h(authentication)d (session.)h(*/)485 1066 y(if)j(\(\(rc)e(=)i(gsasl_client_start)43 b(\(ctx,)j(mech,)g(&session\)\))f(!=)i(GSASL_OK\))581 1176 y({)676 1285 y(printf)f(\("Cannot)g(initialize)f(client)h (\(\045d\):)g(\045s\\n",)1058 1395 y(rc,)h(gsasl_strerror)d(\(rc\)\);) 676 1504 y(return;)581 1614 y(})485 1833 y(/*)k(Set)f(username)e(and)i (password)f(in)h(session)f(handle.)93 b(This)47 b(info)f(will)h(be)629 1943 y(lost)f(when)h(this)g(session)e(is)j(deallocated)c(below.)94 b(*/)485 2052 y(gsasl_property_set)43 b(\(session,)j(GSASL_AUTHID,)e ("jas"\);)485 2162 y(gsasl_property_set)f(\(session,)j(GSASL_PASSWORD,) d("secret"\);)485 2381 y(/*)48 b(Do)f(it.)g(*/)485 2491 y(client_authenticate)c(\(session\);)485 2710 y(/*)48 b(Cleanup.)d(*/)485 2819 y(gsasl_finish)g(\(session\);)390 2929 y(})275 3093 y Ft(This)c(function)i(is)g(resp)s(onsible)e(for)i (deciding)g(whic)m(h)f(mec)m(hanism)h(to)h(use.)77 b(In)42 b(this)h(case,)k(the)150 3203 y(`)p Fn(PLAIN)p Ft(')24 b(mec)m(hanism)i(is)g(hard)e(co)s(ded,)i(but)f(y)m(ou)h(will)g(see)g (later)g(ho)m(w)g(this)f(can)h(b)s(e)e(made)i(more)f(\015exible.)150 3313 y(The)h(function)h(creates)h(a)f(new)f(session,)i(then)f(it)g (stores)g(the)g(username)f(and)g(passw)m(ord)g(in)h(the)g(session)150 3422 y(handle,)33 b(then)f(it)h(calls)g(another)g(function)f Fn(client_authenticate)27 b Ft(to)33 b(handle)f(the)h(authen)m (tication)150 3532 y(lo)s(op,)49 b(and)c(\014nally)g(it)h(cleans)g(up)f (up.)84 b(Let's)46 b(con)m(tin)m(ue)h(with)e(the)g(implemen)m(tation)i (of)f Fn(client_)150 3641 y(authenticate)p Ft(.)390 3806 y Fn(void)h(client_authenticate)42 b(\(Gsasl_session)i(*)k(session\)) 390 3915 y({)485 4025 y(char)f(buf[BUFSIZ])e(=)i("";)485 4134 y(char)g(*p;)485 4244 y(int)g(rc;)485 4463 y(/*)h(This)e(loop)h (mimics)f(a)h(protocol)f(where)g(the)h(server)f(sends)h(data)629 4573 y(first.)f(*/)485 4792 y(do)581 4902 y({)676 5011 y(printf)g(\("Input)g(base64)g(encoded)g(data)h(from)f(server:\\n"\);) 676 5121 y(fgets)h(\(buf,)f(sizeof)g(\(buf\))h(-)g(1,)g(stdin\);)676 5230 y(if)h(\(buf[strlen)c(\(buf\))j(-)g(1])g(==)g('\\n'\))772 5340 y(buf[strlen)e(\(buf\))h(-)i(1])f(=)g('\\0';)p eop end %%Page: 18 22 TeXDict begin 18 21 bop 150 -116 a Ft(Chapter)30 b(3:)41 b(Using)30 b(the)h(Library)2334 b(18)676 408 y Fn(rc)48 b(=)f(gsasl_step64)d(\(session,)i(buf,)g(&p\);)676 628 y(if)i(\(rc)e(==)i(GSASL_NEEDS_MORE)43 b(||)k(rc)g(==)h(GSASL_OK\))772 737 y({)867 847 y(printf)e(\("Output:\\n\045s\\n",)d(p\);)867 956 y(free)k(\(p\);)772 1066 y(})581 1176 y(})485 1285 y(while)g(\(rc)g(==)g(GSASL_NEEDS_MORE\);)485 1504 y(printf)g (\("\\n"\);)485 1724 y(if)h(\(rc)f(!=)g(GSASL_OK\))581 1833 y({)676 1943 y(printf)f(\("Authentication)e(error)i(\(\045d\):)h (\045s\\n",)1058 2052 y(rc,)g(gsasl_strerror)d(\(rc\)\);)676 2162 y(return;)581 2271 y(})485 2491 y(/*)k(The)f(client)f(is)h(done.) 94 b(Here)47 b(you)f(would)h(typically)e(check)h(if)i(the)629 2600 y(server)e(let)h(the)g(client)f(in.)94 b(If)47 b(not,)g(you)g (could)f(try)h(again.)f(*/)485 2819 y(printf)h(\("If)f(server)g (accepted)g(us,)h(we're)f(done.\\n"\);)390 2929 y(})275 3075 y Ft(This)28 b(last)i(function)f(needs)g(to)h(b)s(e)f(discussed)f (in)h(some)h(detail.)41 b(First,)30 b(y)m(ou)g(should)e(b)s(e)h(a)m(w)m (are)h(that)150 3185 y(there)j(are)f(t)m(w)m(o)i(v)m(ersions)f(of)g (this)f(function,)h(that)g(di\013er)f(in)g(a)h(subtle)f(w)m(a)m(y)-8 b(.)49 b(The)31 b(v)m(ersion)i(ab)s(o)m(v)m(e)h(\(see)150 3294 y(Section)i(13.2)i([Example)e(2],)h(page)g(53\))f(is)g(used)f(for) g(application)i(pro\014les)e(where)g(the)h(serv)m(er)g(sends)150 3404 y(data)k(\014rst.)67 b(F)-8 b(or)41 b(some)e(mec)m(hanisms,)k (this)c(ma)m(y)h(w)m(aste)h(a)e(roundtrip,)i(b)s(ecause)e(the)h(serv)m (er)f(needs)150 3513 y(input)30 b(from)h(the)h(clien)m(t)h(to)f(pro)s (ceed.)43 b(Therefor,)31 b(to)s(da)m(y)h(the)g(recommended)f(approac)m (h)g(is)h(to)g(p)s(ermit)150 3623 y(clien)m(t)f(to)g(send)d(data)j (\014rst)e(\(see)h(Section)h(13.1)g([Example)f(1],)h(page)f(51\).)42 b(Whic)m(h)30 b(v)m(ersion)g(y)m(ou)g(should)150 3733 y(use)g(dep)s(ends)f(on)h(whic)m(h)g(application)i(proto)s(col)f(y)m (ou)g(are)f(implemen)m(ting.)275 3879 y(F)-8 b(urther,)34 b(y)m(ou)h(should)e(realize)j(that)e(it)h(is)f(bad)f(programming)h(st)m (yle)h(to)g(use)f(a)g(\014xed)g(size)h(bu\013er.)150 3988 y(On)44 b(GNU)h(systems,)j(y)m(ou)d(ma)m(y)g(use)g(the)g Fn(getline)d Ft(functions)i(instead)h(of)g Fn(fgets)p Ft(.)82 b(Ho)m(w)m(ev)m(er,)50 b(in)150 4098 y(practice,)40 b(there)d(are)g(few)g(mec)m(hanisms)f(that)i(use)e(v)m(ery)h(large)h (tok)m(ens.)61 b(In)36 b(t)m(ypical)i(con\014gurations,)150 4208 y(the)28 b(mec)m(hanism)g(with)g(the)g(largest)h(tok)m(ens)g (\(GSSAPI\))e(can)h(use)g(at)g(least)h(500)h(b)m(ytes.)40 b(A)28 b(\014xed)f(bu\013er)150 4317 y(size)k(of)f(8192)i(b)m(ytes)f (ma)m(y)g(th)m(us)f(b)s(e)f(su\016cien)m(t)i(for)f(no)m(w.)41 b(But)30 b(don't)g(sa)m(y)h(I)f(didn't)g(w)m(arn)f(y)m(ou,)i(when)f(a) 150 4427 y(future)f(mec)m(hanism)i(do)s(esn't)f(w)m(ork)h(in)f(y)m(our) g(application,)i(b)s(ecause)e(of)h(a)g(\014xed)e(size)j(bu\013er.)275 4573 y(The)23 b(function)g Fn(gsasl_step64)d Ft(\(and)j(of)h(course)f (also)i Fn(gasl_step)p Ft(\))c(returns)h(t)m(w)m(o)j(non-error)e (return)150 4682 y(co)s(des.)39 b Fn(GSASL_OK)23 b Ft(is)i(used)f(for)h (success,)h(indicating)g(that)g(the)f(library)g(considers)g(the)g (authen)m(tication)150 4792 y(\014nished.)37 b(That)23 b(ma)m(y)h(include)f(a)h(successful)g(serv)m(er)f(authen)m(tication,)k (dep)s(ending)22 b(on)i(the)f(mec)m(hanism.)150 4902 y(Y)-8 b(ou)40 b(m)m(ust)g(not)g(let)g(the)g(clien)m(t)i(con)m(tin)m (ue)e(to)h(the)f(application)h(proto)s(col)f(part)g(unless)f(y)m(ou)h (receiv)m(e)150 5011 y Fn(GSASL_OK)27 b Ft(from)h(these)h(functions.)40 b(In)28 b(particular,)i(don't)e(b)s(e)h(fo)s(oled)g(in)m(to)g(b)s (elieving)h(authen)m(tication)150 5121 y(w)m(ere)40 b(successful)g(if)f (the)h(serv)m(er)g(replies)g(\\OK")g(but)f(these)h(functions)f(ha)m(v)m (e)i(failed)f(with)g(an)f(error.)150 5230 y(The)26 b(serv)m(er)i(ma)m (y)f(ha)m(v)m(e)h(b)s(een)e(hac)m(k)m(ed,)j(and)d(could)h(b)s(e)g(tric) m(king)h(y)m(ou)f(in)m(to)h(sending)e(con\014den)m(tial)i(data,)150 5340 y(without)i(ha)m(ving)h(successfully)g(authen)m(ticated)h(the)e (serv)m(er.)p eop end %%Page: 19 23 TeXDict begin 19 22 bop 150 -116 a Ft(Chapter)30 b(3:)41 b(Using)30 b(the)h(Library)2334 b(19)275 299 y(The)28 b(non-error)g(return)g(co)s(de)i Fn(GSASL_NEEDS_MORE)24 b Ft(is)29 b(used)g(to)g(signal)h(to)g(y)m(our)f(application)h(that)150 408 y(y)m(ou)35 b(should)f(send)g(the)i(output)e(tok)m(en)i(to)g(the)f (p)s(eer,)h(and)e(w)m(ait)i(for)f(a)h(new)e(tok)m(en,)j(and)e(do)g (another)150 518 y(iteration.)44 b(If)31 b(the)g(serv)m(er)h(concludes) f(the)g(authen)m(tication)i(pro)s(cess,)e(with)g(no)g(data,)h(y)m(ou)g (should)e(call)150 628 y Fn(gsasl_step64)d Ft(\(or)k Fn(gsasl_step)p Ft(\))d(sp)s(ecifying)i(a)h(zero-length)h(tok)m(en.)275 772 y(If)24 b(the)i(functions)e(\()p Fn(gsasl_step)f Ft(and)i Fn(gsasl_step64)p Ft(\))d(return)i(an)m(y)h(non-error)g(co)s (de,)i(the)e(con)m(ten)m(t)150 882 y(of)37 b(the)g(output)g(bu\013er)f (is)h(unde\014ned.)58 b(Otherwise,)39 b(it)e(is)g(the)h(callers)g(resp) s(onsibilit)m(y)f(to)h(deallo)s(cate)150 992 y(the)33 b(bu\013er,)f(b)m(y)h(calling)h Fn(free)p Ft(.)46 b(Note)34 b(that)f(in)f(some)h(situations,)h(where)e(the)h(bu\013er)e(is)i(empt)m (y)-8 b(,)34 b Fn(NULL)150 1101 y Ft(is)c(returned)g(as)g(the)h (bu\013er)e(v)-5 b(alue.)41 b(Y)-8 b(ou)31 b(should)f(treat)h(this)f (as)h(an)f(empt)m(y)h(bu\013er.)150 1349 y Fs(3.1)68 b(Cho)t(osing)45 b(a)h(mec)l(hanism)150 1508 y Ft(Our)33 b(earlier)i(co)s(de)g(w)m(as)f(hard)g(co)s(ded)g(to)h(use)f(a)g(sp)s (eci\014c)g(mec)m(hanism.)53 b(This)34 b(is)g(rarely)g(a)h(go)s(o)s(d)f (idea.)150 1618 y(Instead,)g(it)f(is)g(recommended)f(to)i(select)h(the) e(b)s(est)f(mec)m(hanism)h(a)m(v)-5 b(ailable)36 b(from)c(the)h(list)h (of)f(mec)m(ha-)150 1728 y(nisms)f(supp)s(orted)f(b)m(y)i(the)g(serv)m (er.)49 b(Note)34 b(that)f(without)g(TLS)f(or)h(similar,)h(the)f(list)h (ma)m(y)g(ha)m(v)m(e)g(b)s(een)150 1837 y(maliciously)i(altered,)h(b)m (y)d(an)g(attac)m(k)m(er.)56 b(This)34 b(means)g(that)h(y)m(ou)g (should)f(ab)s(ort)g(if)h(y)m(ou)f(cannot)h(\014nd)150 1947 y(an)m(y)43 b(mec)m(hanism)g(that)g(exceeds)g(y)m(our)f(minim)m (um)g(securit)m(y)h(lev)m(el.)79 b(There)42 b(is)h(a)f(function)h Fn(gsasl_)150 2056 y(client_suggest_mechanism)29 b Ft(\(see)37 b(Chapter)e(6)h([Global)h(F)-8 b(unctions],)38 b(page)e(33\))h(that)g (will)f(try)f(to)150 2166 y(pic)m(k)42 b(the)f(\\b)s(est")h(a)m(v)-5 b(ailable)43 b(mec)m(hanism)f(from)f(a)g(list)h(of)g(mec)m(hanisms.)73 b(Our)40 b(simple)h(in)m(teractiv)m(e)150 2276 y(example)c(clien)m(t)h (\(see)g(Section)f(13.3)i([Example)e(3],)i(page)e(56\))h(includes)e (the)h(follo)m(wing)h(function)e(to)150 2385 y(decide)f(whic)m(h)g(mec) m(hanism)g(to)h(use.)53 b(Note)37 b(that)e(the)g(co)s(de)g(do)s(esn't)g (blindly)f(use)g(what)h(is)g(returned)150 2495 y(from)h Fn(gsasl_client_suggest_mech)o(anis)o(m)p Ft(,)d(rather)j(it)h(lets)h (some)f(logic)h(\(in)f(this)g(case)g(the)g(user,)150 2604 y(through)30 b(an)g(in)m(teractiv)m(e)j(query\))d(decide)h(whic)m (h)f(mec)m(hanism)h(is)f(acceptable.)390 2749 y Fn(const)46 b(char)h(*client_mechanism)c(\(Gsasl)j(*ctx\))390 2859 y({)485 2968 y(static)h(char)f(mech[GSASL_MAX_MECHANISM_)o(SIZE)41 b(+)47 b(1])h(=)f("";)485 3078 y(char)g(mechlist[BUFSIZ])c(=)48 b("";)485 3187 y(const)f(char)f(*suggestion;)485 3407 y(printf)h(\("Enter)e(list)i(of)g(server)f(supported)g(mechanisms,)e (separate)i(by)h(SPC:\\n"\);)485 3516 y(fgets)g(\(mechlist,)e(sizeof)h (\(mechlist\))f(-)i(1,)h(stdin\);)485 3735 y(suggestion)d(=)j (gsasl_client_suggest_mec)o(hani)o(sm)41 b(\(ctx,)47 b(mechlist\);)485 3845 y(if)h(\(suggestion\))581 3955 y(printf)e(\("Library)f(suggests)h(use)h(of)g(`\045s'.\\n",)e (suggestion\);)485 4174 y(printf)i(\("Enter)e(mechanism)h(to)h (use:\\n"\);)485 4283 y(fgets)g(\(mech,)f(sizeof)g(\(mech\))g(-)i(1,)f (stdin\);)485 4393 y(mech[strlen)e(\(mech\))h(-)i(1])f(=)g('\\0';)485 4612 y(return)g(mech;)390 4722 y(})275 4866 y Ft(When)30 b(running)e(this)j(example)g(co)s(de,)g(it)f(migh)m(t)i(lo)s(ok)e(lik)m (e)i(in)e(the)h(follo)m(wing)h(output.)390 5011 y Fn(Enter)46 b(list)h(server)f(supported)f(mechanisms,)g(separate)h(by)h(SPC:)390 5121 y(CRAM-MD5)f(DIGEST-MD5)f(GSSAPI)h(FOO)h(BAR)390 5230 y(Library)f(suggests)f(use)i(of)g(`GSSAPI'.)390 5340 y(Enter)f(mechanism)g(to)h(use:)p eop end %%Page: 20 24 TeXDict begin 20 23 bop 150 -116 a Ft(Chapter)30 b(3:)41 b(Using)30 b(the)h(Library)2334 b(20)390 299 y Fn(CRAM-MD5)390 408 y(Input)46 b(base64)g(encoded)g(data)h(from)g(server:)390 518 y(Zm5vcmQ=)390 628 y(Output:)390 737 y(amFzIDkyY2U1NWE5MTM2ZTY4)o (NzEy)o(MTUy)o(ZTF)o(jYmF)o(mNjV)o(kZj)o(gx)390 956 y(If)g(server)f (accepted)g(us,)h(we're)f(done.)150 1199 y Fs(3.2)68 b(Using)46 b(a)f(callbac)l(k)150 1359 y Ft(Our)26 b(earlier)i(co)s(de)f (sp)s(eci\014ed)f(the)h(username)g(and)f(passw)m(ord)h(b)s(efore)f(the) h(authen)m(tication)j(lo)s(op,)e(as)f(in:)390 1500 y Fn(gsasl_property_set)43 b(\(ctx,)j(GSASL_AUTHID,)e("jas"\);)390 1610 y(gsasl_property_set)f(\(ctx,)j(GSASL_PASSWORD,)e("secret"\);)275 1751 y Ft(This)27 b(ma)m(y)j(w)m(ork)e(for)h(simple)f(mec)m(hanisms,)i (that)f(need)f(only)h(a)g(username)f(and)g(a)h(passw)m(ord.)40 b(But)150 1861 y(some)24 b(mec)m(hanism)h(requires)e(more)h (information,)i(suc)m(h)e(as)g(an)f(authorization)j(iden)m(tit)m(y)-8 b(,)27 b(a)e(sp)s(ecial)f(PIN)150 1971 y(or)36 b(passco)s(de,)h(a)f (realm,)i(a)e(hostname,)i(a)e(service)g(name,)i(or)d(an)h(anon)m(ymous) g(iden)m(ti\014er.)57 b(Querying)150 2080 y(the)32 b(user)f(for)g(all)i (that)f(information,)h(without)e(kno)m(wing)h(exactly)i(whic)m(h)d(of)h (it)g(is)g(really)g(needed)g(will)150 2190 y(result)e(in)g(a)g(p)s(o)s (or)f(user)h(in)m(terface.)42 b(The)29 b(user)h(should)f(not)h(ha)m(v)m (e)h(to)g(input)e(priv)-5 b(ate)31 b(information,)f(if)g(it)150 2299 y(isn't)h(required.)275 2441 y(The)j(approac)m(h)g(is)h(a)g(bad)f (idea)h(for)f(another)h(reason.)53 b(What)35 b(if)g(the)f(serv)m(er)h (ab)s(orts)f(the)h(authen-)150 2550 y(tication)i(pro)s(cess?)52 b(Then)34 b(y)m(our)g(application)i(has)e(already)h(queried)g(the)f (user)g(for)h(a)g(username)f(and)150 2660 y(passw)m(ord.)50 b(It)34 b(w)m(ould)g(b)s(e)f(b)s(etter)h(if)f(y)m(ou)h(only)g(ask)m(ed) h(the)f(user)f(for)g(this)h(information,)h(anno)m(ying)f(to)150 2770 y(input,)c(when)f(it)i(is)f(kno)m(wn)g(to)h(b)s(e)f(needed.)275 2911 y(A)e(b)s(etter)h(approac)m(h)f(to)i(this)e(problem)g(is)g(to)h (use)g(a)f(callbac)m(k.)43 b(Then)27 b(the)i(mec)m(hanism)f(ma)m(y)i (query)150 3021 y(y)m(our)j(application)h(whenev)m(er)f(it)h(needs)f (some)g(information,)h(lik)m(e)h(the)e(username)f(and)h(passw)m(ord.)48 b(It)150 3130 y(will)31 b(only)g(do)g(this)f(at)i(the)f(precise)g(step) g(in)g(the)g(authen)m(tication)i(when)c(the)i(information)g(is)g (actually)150 3240 y(needed.)67 b(F)-8 b(urther,)41 b(if)f(the)f(user)g (ab)s(orts,)i(e.g.,)i(a)d(passw)m(ord)e(prompt,)j(the)e(mec)m(hanism)h (is)f(directly)150 3349 y(informed)30 b(of)g(this)g(\(b)s(ecause)h(it)g (in)m(v)m(ok)m(ed)h(the)e(callbac)m(k\),)j(and)d(could)h(reco)m(v)m(er) h(someho)m(w.)275 3491 y(Our)e(\014nal)h(example)h(\(see)g(Section)g (13.4)h([Example)f(4],)g(page)g(59\))h(sp)s(eci\014es)e(a)h(callbac)m (k)h(function,)150 3600 y(inside)d Fn(main)f Ft(as)i(b)s(elo)m(w.)390 3742 y Fn(/*)47 b(Set)g(the)g(callback)f(handler)f(for)i(the)g (library.)f(*/)390 3852 y(gsasl_callback_set)d(\(ctx,)j(callback\);)275 3993 y Ft(The)29 b(function)h(itself)i(is)e(implemen)m(ted)h(as)g (follo)m(ws.)390 4134 y Fn(int)47 b(callback)e(\(Gsasl)i(*)g(ctx,)g (Gsasl_session)d(*)j(sctx,)g(Gsasl_property)d(prop\))390 4244 y({)485 4354 y(char)j(buf[BUFSIZ])e(=)i("";)485 4463 y(int)g(rc)h(=)f(GSASL_NO_CALLBACK;)485 4682 y(/*)h(Get)f(user)f (info)h(from)f(user.)h(*/)485 4902 y(printf)g(\("Callback)e(invoked,)g (for)i(property)f(\045d.\\n",)f(prop\);)485 5121 y(switch)i(\(prop\)) 581 5230 y({)581 5340 y(case)g(GSASL_PASSCODE:)p eop end %%Page: 21 25 TeXDict begin 21 24 bop 150 -116 a Ft(Chapter)30 b(3:)41 b(Using)30 b(the)h(Library)2334 b(21)676 299 y Fn(printf)46 b(\("Enter)g(passcode:\\n"\);)676 408 y(fgets)h(\(buf,)f(sizeof)g (\(buf\))h(-)g(1,)g(stdin\);)676 518 y(buf[strlen)e(\(buf\))i(-)g(1])g (=)h('\\0';)676 737 y(gsasl_property_set)43 b(\(sctx,)j (GSASL_PASSCODE,)e(buf\);)676 847 y(rc)k(=)f(GSASL_OK;)676 956 y(break;)581 1176 y(case)g(GSASL_AUTHID:)676 1285 y(printf)f(\("Enter)g(username:\\n"\);)676 1395 y(fgets)h(\(buf,)f (sizeof)g(\(buf\))h(-)g(1,)g(stdin\);)676 1504 y(buf[strlen)e(\(buf\))i (-)g(1])g(=)h('\\0';)676 1724 y(gsasl_property_set)43 b(\(sctx,)j(GSASL_AUTHID,)e(buf\);)676 1833 y(rc)k(=)f(GSASL_OK;)676 1943 y(break;)581 2162 y(default:)676 2271 y(printf)f(\("Unknown)g (property!)93 b(Don't)46 b(worry.\\n"\);)676 2381 y(break;)581 2491 y(})485 2710 y(return)h(rc;)390 2819 y(})275 2954 y Ft(Again,)31 b(it)g(is)f(bad)g(st)m(yle)i(to)f(use)f(a)h(\014xed)e (size)j(bu\013er.)39 b(Mmm'k)-5 b(a)m(y)d(.)275 3088 y(Whic)m(h)37 b(prop)s(erties)g(y)m(ou)g(should)g(handle)g(is)g(up)f (to)i(y)m(ou.)62 b(If)36 b(y)m(ou)i(don't)f(kno)m(w)g(ho)m(w)h(to)g (resp)s(ond)150 3198 y(to)43 b(a)f(certain)h(prop)s(ert)m(y)-8 b(,)45 b(simply)c(return)g Fn(GSASL_NO_CALLBACK)p Ft(.)71 b(The)41 b(basic)i(prop)s(erties)e(to)i(sup-)150 3308 y(p)s(ort)29 b(are)i(authen)m(tication)h(iden)m(tit)m(y)f(\()p Fn(GSASL_AUTHID)p Ft(\),)d(authorization)j(iden)m(tit)m(y)h(\()p Fn(GSASL_AUTHZID)p Ft(\),)150 3417 y(and)37 b(passw)m(ord)g(\()p Fn(GSASL_PASSWORD)p Ft(\).)60 b(See)38 b(Chapter)f(4)h([Prop)s (erties],)i(page)f(22,)h(for)e(the)g(list)g(of)g(all)150 3527 y(prop)s(erties,)28 b(and)g(what)h(y)m(our)f(callbac)m(k)j(should) c(\(ideally\))j(do)f(for)f(them,)h(and)f(whic)m(h)g(prop)s(erties)g (eac)m(h)150 3636 y(mec)m(hanism)j(require)f(in)g(order)g(to)h(w)m (ork.)p eop end %%Page: 22 26 TeXDict begin 22 25 bop 150 -116 a Ft(Chapter)30 b(4:)41 b(Prop)s(erties)2635 b(22)150 299 y Fq(4)80 b(Prop)t(erties)150 524 y Ft(The)37 b(library)g(uses)f(a)i(concept)g(called)g(\\prop)s (erties")g(to)g(request)f(and)g(pass)g(data)g(b)s(et)m(w)m(een)h(the)g (ap-)150 633 y(plication)33 b(and)e(the)h(individual)g(authen)m (tication)i(mec)m(hanisms.)45 b(The)31 b(application)i(can)f(set)h (prop)s(ert)m(y)150 743 y(v)-5 b(alues)40 b(using)f(the)h Fn(gsasl_property_set)34 b Ft(function.)68 b(If)40 b(a)f(mec)m(hanism)h (needs)g(a)g(prop)s(ert)m(y)e(v)-5 b(alue)150 853 y(the)34 b(application)i(has)e(not)g(y)m(et)h(pro)m(vided,)g(this)f(is)h (handled)e(through)g(a)i(callbac)m(k.)54 b(The)34 b(application)150 962 y(pro)m(vides)41 b(a)h(callbac)m(k,)47 b(using)41 b Fn(gsasl_callback_set)p Ft(,)f(whic)m(h)h(will)h(b)s(e)f(in)m(v)m(ok) m(ed)h(with)g(a)g(prop)s(ert)m(y)150 1072 y(parameter.)55 b(The)34 b(callbac)m(k)j(should)d(set)h(the)g(prop)s(ert)m(y)f(b)s (efore)g(returning,)i(or)f(fail.)54 b(See)35 b(Chapter)g(7)150 1181 y([Callbac)m(k)d(F)-8 b(unctions],)31 b(page)h(35,)f(for)f(more)h (information.)275 1314 y(There)37 b(are)h(t)m(w)m(o)h(kind)e(of)h(prop) s(erties.)62 b(The)38 b(\014rst,)h(a)f(\\data)h(prop)s(ert)m(y")e(is)h (the)g(simplest)g(to)h(un-)150 1424 y(derstand)k(b)s(ecause)i(it)f (normally)h(refers)e(to)i(short)f(strings.)82 b(F)-8 b(or)45 b(example,)k(the)44 b(prop)s(ert)m(y)g(called)150 1533 y Fn(GSASL_AUTHID)27 b Ft(corresp)s(ond)i(to)i(the)g(username)f (string,)g(e.g.,)i Fn(simon)p Ft(.)275 1666 y(The)h(latter)i(prop)s (erties,)f(called)h(\\logical)h(prop)s(erties",)f(are)f(used)f(b)m(y)g (the)h(serv)m(er)g(to)g(mak)m(e)h(a)f(au-)150 1775 y(then)m(tication)41 b(decision,)h(and)c(is)h(used)g(as)g(a)g(w)m(a)m(y)h(to)g(get)g(the)f (application)h(callbac)m(k)h(in)m(v)m(ok)m(ed.)68 b(F)-8 b(or)150 1885 y(example,)37 b(the)e(prop)s(ert)m(y)f Fn(GSASL_VALIDATE_SIMPLE)29 b Ft(is)34 b(used)g(b)m(y)h(the)g(serv)m (er-side)g(part)g(of)g(mec)m(ha-)150 1995 y(nisms)d(lik)m(e)i Fn(PLAIN)p Ft(.)46 b(The)32 b(purp)s(ose)f(is)i(to)g(ask)g(the)g(serv)m (er)f(application)i(to)g(decide)f(whether)f(the)h(user)150 2104 y(should)e(b)s(e)h(authen)m(ticated)i(successfully)e(or)g(not.)47 b(The)32 b(callbac)m(k)i(t)m(ypically)g(lo)s(ok)f(at)g(other)g(prop)s (ert)m(y)150 2214 y(\014elds,)26 b(suc)m(h)f(as)g Fn(GSASL_AUTHID)d Ft(and)i Fn(GSASL_PASSWORD)p Ft(,)f(and)h(compare)i(those)g(v)-5 b(alues)25 b(with)g(external)150 2323 y(information)31 b(\(for)g(example)h(data)f(stored)g(in)g(a)g(database)h(or)e(on)h(a)g (LD)m(AP)h(serv)m(er\))f(and)f(then)h(return)150 2433 y(OK)f(or)g(not.)390 2566 y Fe(W)-8 b(arning:)39 b Ft(Don't)27 b(exp)s(ect)f(that)h(all)g(mec)m(hanisms)f(in)m(v)m(ok)m(e)i(one)e(of)h (the)f(logical)j(prop)s(erties)390 2675 y(in)h(the)h(serv)m(er)f(mo)s (de.)41 b(F)-8 b(or)31 b(example,)g(the)g(CRAM-MD5)h(and)d(SCRAM-SHA-1) i(mec)m(h-)390 2785 y(anisms)g(will)h(use)g(the)f(data)i(prop)s(erties) e(\(i.e.,)i(username)e(and)g(passw)m(ord\))h(pro)m(vided)f(b)m(y)390 2894 y(the)42 b(application)h(to)f(in)m(ternally)g(decide)g(whether)f (to)h(successfully)g(authen)m(ticate)i(the)390 3004 y(user.)39 b(User)29 b(authorization)h(decisions)f(needs)f(to)h(b)s(e)f(made)g(b)m (y)g(the)h(application)h(outside)390 3114 y(of)h(the)f(SASL)f(mec)m (hanism)i(negotiation.)275 3246 y(The)i(logical)k(prop)s(erties)c(are)h (curren)m(tly)g(only)g(used)g(b)m(y)g(serv)m(ers,)h(but)e(data)i(prop)s (erties)e(are)i(used)150 3356 y(b)m(y)h(b)s(oth)f(clien)m(t)i(and)e (serv)m(ers.)58 b(It)35 b(mak)m(es)i(sense)f(to)g(think)g(ab)s(out)f (the)h(latter)h(category)h(as)e(`)p Fn(server)150 3465 y(properties)p Ft(')28 b(but)h(the)i(rev)m(erse)g(is)g(not)f(v)-5 b(alid)31 b(nor)f(useful.)275 3598 y(The)42 b(seman)m(tics)j(asso)s (ciated)g(with)e(a)h(data)g(prop)s(ert)m(y)f(is)h(di\013eren)m(t)g (when)e(it)i(is)g(used)e(in)h(clien)m(t)150 3708 y(con)m(text)d(and)d (in)h(the)g(serv)m(er)h(con)m(text.)66 b(F)-8 b(or)38 b(example,)j(in)d(the)g(clien)m(t)i(con)m(text,)i(the)c(application)i (is)150 3817 y(exp)s(ected)e(to)g(set)g(the)f(prop)s(ert)m(y)g Fn(GSASL_AUTHID)d Ft(to)k(signal)g(to)g(the)f(mec)m(hanism)h(the)f (username)g(to)150 3927 y(use,)27 b(but)g(in)f(the)h(serv)m(er)g(con)m (text,)j(the)d Fn(GSASL_AUTHID)c Ft(prop)s(ert)m(y)j(is)h(set)h(b)m(y)e (the)h(mec)m(hanism)g(and)g(can)150 4036 y(b)s(e)h(used)g(b)m(y)h(the)g (application)h(\(in)f(the)g(callbac)m(k\))j(to)d(\014nd)e(out)j(what)e (username)h(the)g(clien)m(t)h(pro)m(vided.)275 4169 y(Belo)m(w)40 b(is)e(a)h(list)g(of)g(all)g(prop)s(erties)f(and)g(an)g(explanation)h (for)g(eac)m(h.)66 b(First)38 b(is)h(the)g(list)g(of)f(data)150 4279 y(prop)s(erties:)225 4411 y Fr(\017)60 b Fn(GSASL_AUTHID)330 4544 y Ft(The)30 b(authen)m(tication)i(iden)m(tit)m(y)-8 b(.)225 4677 y Fr(\017)60 b Fn(GSASL_AUTHZID)330 4809 y Ft(The)30 b(authorization)i(iden)m(tit)m(y)-8 b(.)225 4942 y Fr(\017)60 b Fn(GSASL_PASSWORD)330 5075 y Ft(The)30 b(passw)m(ord)g(of)g(the)h(authen)m(tication)h(iden)m(tit)m(y)-8 b(.)225 5207 y Fr(\017)60 b Fn(GSASL_ANONYMOUS_TOKEN)330 5340 y Ft(The)30 b(anon)m(ymous)g(tok)m(en.)42 b(This)30 b(is)g(t)m(ypically)i(the)f(email)g(address)f(of)g(the)h(user.)p eop end %%Page: 23 27 TeXDict begin 23 26 bop 150 -116 a Ft(Chapter)30 b(4:)41 b(Prop)s(erties)2635 b(23)225 299 y Fr(\017)60 b Fn(GSASL_SERVICE)330 431 y Ft(The)36 b(registered)i(GSSAPI)e(service)h(name)g(of)g(the)g (application)h(service,)i(e.g.)60 b(\\imap".)h(While)330 541 y(the)35 b(names)h(are)f(registered)h(for)f(GSSAPI,)g(other)g(mec)m (hanisms)h(suc)m(h)f(as)g(DIGEST-MD5)h(ma)m(y)330 650 y(also)31 b(use)f(this.)225 783 y Fr(\017)60 b Fn(GSASL_HOSTNAME)330 915 y Ft(Should)29 b(b)s(e)h(the)g(lo)s(cal)i(host)e(name)h(of)f(the)h (mac)m(hine.)225 1048 y Fr(\017)60 b Fn(GSASL_GSSAPI_DISPLAY_NAM)o(E) 330 1180 y Ft(Con)m(tain)27 b(the)f(GSSAPI)f(\\displa)m(y)i(name",)h (set)e(b)m(y)g(the)h(serv)m(er)f(GSSAPI)f(mec)m(hanism.)40 b(T)m(ypically)330 1290 y(y)m(ou)25 b(retriev)m(e)i(this)e(prop)s(ert)m (y)f(in)h(y)m(our)g(callbac)m(k,)k(when)24 b(in)m(v)m(ok)m(ed)j(for)d Fn(GSASL_VALIDATE_GSSAPI)p Ft(.)225 1422 y Fr(\017)60 b Fn(GSASL_REALM)330 1555 y Ft(The)25 b(name)g(of)h(the)f(authen)m (tication)j(domain.)39 b(This)25 b(is)g(used)g(b)m(y)g(sev)m(eral)i (mec)m(hanisms,)f(including)330 1664 y(DIGEST-MD5,)32 b(GSS-API,)e(KERBER)m(OS)p 1905 1664 28 4 v 39 w(V5)h(and)f(NTLM.)225 1797 y Fr(\017)60 b Fn(GSASL_PASSCODE)330 1929 y Ft(The)30 b(SecurID)g(passco)s(de.)225 2061 y Fr(\017)60 b Fn(GSASL_PIN)330 2194 y Ft(The)30 b(SecurID)g(p)s(ersonal)g(iden)m(ti\014cation)i(n)m (um)m(b)s(er)d(\(PIN\).)225 2326 y Fr(\017)60 b Fn(GSASL_SUGGESTED_PIN) 330 2459 y Ft(A)30 b(SecurID)g(p)s(ersonal)g(iden)m(ti\014cation)i(n)m (um)m(b)s(er)d(\(PIN\))i(suggested)g(b)m(y)g(the)f(serv)m(er.)225 2591 y Fr(\017)60 b Fn(GSASL_DIGEST_MD5_HASHED_)o(PASS)o(WORD)330 2724 y Ft(F)-8 b(or)33 b(the)g(DIGEST-MD5)h(mec)m(hanism,)g(this)e(is)h (a)g(hashed)f(passw)m(ord.)47 b(It)33 b(is)f(used)g(in)g(serv)m(ers)h (to)330 2833 y(a)m(v)m(oid)f(storing)f(clear-text)i(creden)m(tials.)225 2966 y Fr(\017)60 b Fn(GSASL_QOPS)330 3098 y Ft(The)26 b(DIGEST-MD5)h(serv)m(er)f(query)g(for)g(this)f(prop)s(ert)m(y)h(to)h (get)g(the)f(set)h(of)f(qualit)m(y)h(of)g(protection)330 3208 y(\(QOP\))c(v)-5 b(alues)24 b(to)g(adv)m(ertise.)40 b(The)23 b(prop)s(ert)m(y)g(holds)g(strings)g(with)g(comma)i(separated) f(k)m(eyw)m(ords)330 3317 y(denoting)33 b(the)g(set)g(of)g(qops)f(to)i (use,)f(for)f(example)i Fn(qop-auth,)27 b(qop-int)p Ft(.)46 b(V)-8 b(alid)34 b(k)m(eyw)m(ords)f(are)330 3427 y Fn(qop-auth)p Ft(,)28 b Fn(qop-int)p Ft(,)h(and)h Fn(qop-conf)p Ft(.)225 3559 y Fr(\017)60 b Fn(GSASL_QOP)330 3692 y Ft(The)22 b(DIGEST-MD5)i(clien)m(t)g(query)e(for)h(this)f(prop)s(ert)m(y)g(to)i (get)g(the)e(qualit)m(y)i(of)f(protection)h(\(QOP\))330 3801 y(v)-5 b(alues)39 b(to)g(request.)66 b(The)38 b(prop)s(ert)m(y)g (v)-5 b(alue)40 b(is)e(one)h(of)g(the)g(k)m(eyw)m(ords)g(for)g Fn(GSASL_QOPS)p Ft(.)62 b(The)330 3911 y(clien)m(t)29 b(m)m(ust)d(c)m(hose)i(one)f(of)h(the)f(QOP)f(v)-5 b(alues)27 b(o\013ered)g(b)m(y)g(the)g(serv)m(er)g(\(whic)m(h)g(ma)m(y)h(b)s(e)e (insp)s(ected)330 4020 y(through)k(the)g Fn(GSASL_QOPS)e Ft(prop)s(ert)m(y\).)225 4153 y Fr(\017)60 b Fn (GSASL_SCRAM_SALTED_PASSW)o(ORD)330 4285 y Ft(The)32 b(SCRAM-SHA-1)h(clien)m(t)h(requests)f(this)f(prop)s(ert)m(y)g(from)g (the)h(application,)i(and)d(the)g(v)-5 b(alue)330 4395 y(should)27 b(b)s(e)h(40)h(c)m(haracter)h(long)f(hex-enco)s(ded)f (string)g(with)g(the)g(user's)g(hashed)f(passw)m(ord.)40 b(Note)330 4504 y(that)35 b(the)f(v)-5 b(alue)35 b(is)f(di\013eren)m(t) h(for)f(the)g(same)h(passw)m(ord)e(for)h(eac)m(h)i(v)-5 b(alue)34 b(of)h(the)f Fn(GSASL_SCRAM_)330 4614 y(ITER)c Ft(and)g Fn(GSASL_SCRAM_ITER)d Ft(prop)s(erties.)42 b(The)30 b(prop)s(ert)m(y)g(can)i(b)s(e)e(used)g(to)i(a)m(v)m(oid)g(storing)g(a) 330 4724 y(clear-text)38 b(creden)m(tial)f(in)d(the)i(clien)m(t.)57 b(If)35 b(the)g(prop)s(ert)m(y)g(is)g(not)h(a)m(v)-5 b(ailable,)39 b(the)c(clien)m(t)i(will)f(ask)330 4833 y(for)30 b(the)h Fn(GSASL_PASSWORD)26 b Ft(prop)s(ert)m(y)k(instead.) 225 4966 y Fr(\017)60 b Fn(GSASL_SCRAM_ITER)225 5098 y Fr(\017)g Fn(GSASL_SCRAM_ITER)330 5230 y Ft(In)35 b(the)g(serv)m(er,) j(the)d(application)i(can)f(set)g(these)g(prop)s(erties)f(to)h (in\015uence)f(the)h(hash)e(iteration)330 5340 y(coun)m(t)39 b(and)f(hash)g(salt)h(to)h(use)e(when)g(deriving)g(the)h(passw)m(ord.) 65 b(The)38 b(default)h(hash)e(iteration)p eop end %%Page: 24 28 TeXDict begin 24 27 bop 150 -116 a Ft(Chapter)30 b(4:)41 b(Prop)s(erties)2635 b(24)330 299 y(coun)m(t)27 b(is)g(4096)h(and)e (normally)h(y)m(ou)g(should)e(not)i(need)f(to)i(use)e(a)h(lo)m(w)m(er)h (setting.)40 b(The)26 b(salt)i(should)330 408 y(b)s(e)i(a)g(random)g (string.)40 b(In)30 b(the)g(clien)m(t,)i(the)f(SCRAM-SHA-1)f(mec)m (hanism)h(set)g(these)g(prop)s(erties)330 518 y(b)s(efore)h(asking)h (for)g(asking)g(the)g(application)h(to)f(pro)m(vide)g(a)g Fn(GSASL_SCRAM_SALTED_PASSWOR)o(D)330 628 y Ft(v)-5 b(alue.)225 760 y Fr(\017)60 b Fn(GSASL_CB_TLS_UNIQUE)330 893 y Ft(This)35 b(prop)s(ert)m(y)f(holds)h(base64)i(enco)s(ded)e Fn(tls-unique)d Ft(c)m(hannel)k(binding)e(data.)57 b(As)35 b(a)h(hin)m(t,)h(if)330 1003 y(y)m(ou)30 b(use)f(Gn)m(uTLS,)g(the)g(API)h Fn (gnutls_session_channel_)o(bin)o(ding)23 b Ft(can)30 b(b)s(e)e(used)h(to)h(extract)330 1112 y(c)m(hannel)h(bindings)e(for)h (a)h(session.)225 1245 y Fr(\017)60 b Fn(GSASL_SAML20_IDP_IDENTIF)o (IER)330 1377 y Ft(This)24 b(prop)s(ert)m(y)g(holds)h(the)g(SAML)f (iden)m(ti\014er)h(of)g(the)h(user.)38 b(The)24 b(SAML20)i(mec)m (hanism)f(in)f(clien)m(t)330 1487 y(mo)s(de)36 b(will)g(send)f(it)i(to) f(the)h(other)f(end)f(for)h(iden)m(ti\014cation)i(purp)s(oses,)d(and)h (in)g(serv)m(er)g(mo)s(de)f(it)330 1597 y(will)c(b)s(e)e(accessible)k (in)d(the)g Fn(GSASL_SAML20_REDIRECT_URL)24 b Ft(callbac)m(k.)225 1729 y Fr(\017)60 b Fn(GSASL_SAML20_REDIRECT_UR)o(L)51 b Ft(This)56 b(prop)s(ert)m(y)g(holds)g(the)h(SAML)g(redirect)g(URL)f (that)330 1839 y(the)49 b(serv)m(er)g(w)m(an)m(ts)g(the)g(clien)m(t)h (to)g(access.)97 b(It)48 b(will)h(b)s(e)f(a)m(v)-5 b(ailable)51 b(in)e(the)g Fn(GSASL_SAML20_)330 1948 y(AUTHENTICATE_IN_BROWSER)24 b Ft(callbac)m(k)33 b(for)d(the)g(clien)m(t.)225 2081 y Fr(\017)60 b Fn(GSASL_OPENID20_REDIRECT_)o(URL)38 b Ft(This)44 b(prop)s(ert)m(y)h(holds)f(the)h(SAML)f(redirect)i(URL)e (that)330 2191 y(the)e(serv)m(er)h(w)m(an)m(ts)g(the)g(clien)m(t)g(to)g (access.)78 b(It)43 b(will)f(b)s(e)g(a)m(v)-5 b(ailable)45 b(in)d(the)g Fn(GSASL_OPENID20_)330 2300 y(AUTHENTICATE_IN_BROWSER)24 b Ft(callbac)m(k)33 b(for)d(the)g(clien)m(t.)225 2433 y Fr(\017)60 b Fn(GSASL_OPENID20_OUTCOME_D)o(ATA)38 b Ft(Op)s(enID)44 b(2.0)i(authen)m(tication)h(outcome)f(data.)84 b(This)44 b(is)330 2543 y(either)g(the)g(Op)s(enID)e(SREG)i(v)-5 b(alues)44 b(or)f(a)h(v)-5 b(alue)45 b(list)f(starting)g(with)g Fn("openid.error=")39 b Ft(to)330 2652 y(signal)31 b(error.)275 2808 y(Next)23 b(follo)m(ws)i(a)e(list)h(of)f(data)h(prop)s(erties)e (used)h(to)g(trigger)i(the)e(callbac)m(k,)k(t)m(ypically)e(used)d(in)h (serv)m(ers)150 2917 y(to)31 b(v)-5 b(alidate)32 b(clien)m(t)g(creden)m (tials:)225 3050 y Fr(\017)60 b Fn(GSASL_VALIDATE_SIMPLE)330 3183 y Ft(Used)34 b(b)m(y)g(m)m(ultiple)h(mec)m(hanisms)g(in)f(serv)m (er)g(mo)s(de.)52 b(The)34 b(callbac)m(k)j(ma)m(y)d(retriev)m(e)i(the)f Fn(GSASL_)330 3292 y(AUTHID)p Ft(,)d Fn(GSASL_AUTHZID)d Ft(and)j Fn(GSASL_PASSWORD)d Ft(prop)s(ert)m(y)k(v)-5 b(alues)33 b(and)f(use)h(them)f(to)i(mak)m(e)330 3402 y(an)c(authen)m(tication)j(and)d(authorization)h(decision.)225 3535 y Fr(\017)60 b Fn(GSASL_VALIDATE_EXTERNAL)330 3667 y Ft(Used)50 b(b)m(y)g(EXTERNAL)g(mec)m(hanism)h(on)f(the)g(serv)m(er)h (side)f(to)h(v)-5 b(alidate)52 b(the)e(clien)m(t.)102 b(The)330 3777 y(GSASL)p 634 3777 28 4 v 39 w(A)m(UTHID)32 b(will)e(con)m(tain)i(the)f(authorization)g(iden)m(tit)m(y)h(of)f(the)f (clien)m(t.)225 3910 y Fr(\017)60 b Fn(GSASL_VALIDATE_ANONYMOUS)330 4042 y Ft(Used)43 b(b)m(y)g(ANONYMOUS)h(mec)m(hanism)f(on)g(the)h(serv) m(er)f(side)g(to)h(v)-5 b(alidate)45 b(the)f(clien)m(t.)80 b(The)330 4152 y(GSASL)p 634 4152 V 39 w(ANONYMOUS)p 1289 4152 V 41 w(TOKEN)29 b(will)i(con)m(tain)g(tok)m(en)h(that)f(iden) m(tit)m(y)h(the)e(clien)m(t.)225 4284 y Fr(\017)60 b Fn(GSASL_VALIDATE_GSSAPI)330 4417 y Ft(Used)35 b(b)m(y)f(the)h(GSSAPI)f (and)g(GS2-KRB5)i(mec)m(hanisms)f(on)g(the)g(serv)m(er)g(side,)h(to)f (v)-5 b(alidate)37 b(the)330 4527 y(clien)m(t.)58 b(Y)-8 b(ou)36 b(ma)m(y)g(retriev)m(e)h(the)f(authorization)h(iden)m(tit)m(y)g (from)e(GSASL)p 2947 4527 V 40 w(A)m(UTHZID)h(and)f(the)330 4636 y(GSS-API)30 b(displa)m(y)g(name)h(from)f(GSASL)p 1796 4636 V 39 w(GSSAPI)p 2171 4636 V 39 w(DISPLA)-8 b(Y)p 2610 4636 V 41 w(NAME.)225 4769 y Fr(\017)60 b Fn(GSASL_VALIDATE_SECURID)330 4902 y Ft(Used)72 b(b)m(y)f(SECURID)g (mec)m(hanism)h(on)g(the)g(serv)m(er)g(side)f(to)i(v)-5 b(alidate)73 b(clien)m(t.)166 b(The)330 5011 y(GSASL)p 634 5011 V 39 w(A)m(UTHID,)29 b(GSASL)p 1394 5011 V 39 w(A)m(UTHZID,)f(GSASL)p 2209 5011 V 40 w(P)-8 b(ASSCODE,)26 b(and)h(GSASL)p 3264 5011 V 40 w(PIN)g(will)h(b)s(e)330 5121 y(set.)74 b(It)41 b(can)h(return)e(GSASL)p 1420 5121 V 40 w(SECURID)p 1876 5121 V 39 w(SER)-10 b(VER)p 2282 5121 V 39 w(NEED)p 2582 5121 V 41 w(ADDITIONAL)p 3225 5121 V 40 w(P)i(ASSCODE)330 5230 y(to)21 b(ask)g(the)f(clien)m(t)i (to)f(supply)e(another)h(passco)s(de,)j(and)c(GSASL)p 2532 5230 V 40 w(SECURID)p 2988 5230 V 39 w(SER)-10 b(VER)p 3394 5230 V 39 w(NEED)p 3694 5230 V 41 w(NEW)p 3958 5230 V 40 w(PIN)330 5340 y(to)31 b(require)f(the)h(clien)m(t)h(to)f(supply)e (a)h(new)g(PIN)h(co)s(de.)p eop end %%Page: 25 29 TeXDict begin 25 28 bop 150 -116 a Ft(Chapter)30 b(4:)41 b(Prop)s(erties)2635 b(25)225 299 y Fr(\017)60 b Fn (GSASL_VALIDATE_SAML20)330 433 y Ft(Used)39 b(b)m(y)g(the)h(SAML20)g (mec)m(hanism)f(on)g(the)h(serv)m(er)f(side)g(to)h(request)f(that)h (the)g(application)330 543 y(p)s(erform)d(authen)m(tication.)68 b(The)38 b(callbac)m(k)j(should)d(return)g Fn(GSASL_OK)e Ft(if)j(the)g(user)f(should)g(b)s(e)330 653 y(p)s(ermitted)g(access,)43 b(and)38 b Fn(GSASL_AUTHENTICATION_ERROR)32 b Ft(\(or)39 b(another)g(error)g(co)s(de\))g(other-)330 762 y(wise.)225 897 y Fr(\017)60 b Fn(GSASL_VALIDATE_OPENID20)330 1031 y Ft(Used)31 b(b)m(y)g(the)g(OPENID20)h(mec)m(hanism)f(on)g(the)g(serv) m(er)h(side)f(to)h(request)f(that)g(the)h(application)330 1141 y(p)s(erform)37 b(authen)m(tication.)68 b(The)38 b(callbac)m(k)j(should)d(return)g Fn(GSASL_OK)e Ft(if)j(the)g(user)f (should)g(b)s(e)330 1250 y(p)s(ermitted)g(access,)43 b(and)38 b Fn(GSASL_AUTHENTICATION_ERROR)32 b Ft(\(or)39 b(another)g(error)g(co)s(de\))g(other-)330 1360 y(wise.)225 1494 y Fr(\017)60 b Fn(GSASL_SAML20_AUTHENTICAT)o(E_IN)o(_BRO)o(WSE)o (R)36 b Ft(Used)43 b(b)m(y)f(the)g(SAML20)h(mec)m(hanism)g(in)f(the)330 1604 y(clien)m(t)25 b(side)f(to)h(request)e(that)i(the)f(clien)m(t)h (should)e(launc)m(h)h(the)g(SAML)f(redirect)i(URL)e(\(the)i Fn(GSASL_)330 1714 y(SAML20_REDIRECT_URL)g Ft(prop)s(ert)m(y\))30 b(in)g(a)h(bro)m(wser)f(to)h(con)m(tin)m(ue)h(with)e(authen)m (tication.)225 1848 y Fr(\017)60 b Fn(GSASL_OPENID20_AUTHENTIC)o(ATE_)o (IN_B)o(ROW)o(SER)30 b Ft(Used)37 b(b)m(y)g(the)g(OPENID20)g(mec)m (hanism)g(in)330 1958 y(the)31 b(clien)m(t)i(side)e(to)h(request)f (that)h(the)f(clien)m(t)i(should)d(launc)m(h)h(the)g(Op)s(enID)f (redirect)h(URL)g(\(the)330 2067 y Fn(GSASL_OPENID20_REDIRECT_)o(URL)f Ft(prop)s(ert)m(y\))36 b(in)g(a)g(bro)m(wser)g(to)h(con)m(tin)m(ue)g (with)f(authen)m(tica-)330 2177 y(tion.)p eop end %%Page: 26 30 TeXDict begin 26 29 bop 150 -116 a Ft(Chapter)30 b(5:)41 b(Mec)m(hanisms)2564 b(26)150 299 y Fq(5)80 b(Mec)l(hanisms)150 561 y Ft(Di\013eren)m(t)42 b(SASL)d(mec)m(hanisms)i(ha)m(v)m(e)h (di\013eren)m(t)f(requiremen)m(ts)g(on)f(the)h(application)h(using)e (it.)71 b(T)-8 b(o)150 671 y(handle)41 b(these)g(di\013erences)g(the)g (library)g(can)g(use)g(a)g(callbac)m(k)i(function)e(in)m(to)h(y)m(our)f (application)h(in)150 781 y(sev)m(eral)36 b(di\013eren)m(t)f(w)m(a)m (ys.)54 b(Some)34 b(mec)m(hanisms,)i(suc)m(h)e(as)h(`)p Fn(PLAIN)p Ft(',)g(are)g(simple)f(to)h(explain)g(and)f(use.)150 890 y(The)23 b(clien)m(t)i(callbac)m(k)h(queries)d(the)h(user)e(for)i (a)f(username)g(and)g(passw)m(ord.)38 b(The)23 b(serv)m(er)h(callbac)m (k)h(hands)150 1000 y(the)34 b(username)g(and)f(passw)m(ord)h(in)m(to)h (an)m(y)g(lo)s(cal)g(p)s(olicy)f(deciding)h(authen)m(tication)h(system) e(\(suc)m(h)h(as)150 1109 y(`)p Fn(/etc/passwd)p Ft(')28 b(via)j(P)-8 b(AM\).)275 1253 y(Mec)m(hanism)37 b(suc)m(h)g(as)g(`)p Fn(CRAM-MD5)p Ft(')e(and)h(`)p Fn(SCRAM-SHA-1)p Ft(')e(uses)i(hashed)g (passw)m(ords.)59 b(The)36 b(clien)m(t)150 1363 y(callbac)m(k)28 b(b)s(eha)m(viour)d(is)h(the)f(same)h(as)g(for)g(PLAIN.)f(Ho)m(w)m(ev)m (er,)k(the)d(serv)m(er)g(do)s(es)f(not)h(receiv)m(e)h(the)f(plain)150 1472 y(text)f(passw)m(ord)e(o)m(v)m(er)i(the)f(net)m(w)m(ork)g(but)f (rather)h(a)g(hash)f(of)h(it.)39 b(Existing)24 b(p)s(olicy)g(deciding)g (systems)g(lik)m(e)150 1582 y(P)-8 b(AM)26 b(cannot)g(handle)f(this,)h (so)g(the)f(serv)m(er)h(callbac)m(k)h(for)f(these)f(mec)m(hanisms)h (are)g(more)f(complicated.)275 1726 y(F)-8 b(urther,)29 b(mec)m(hanisms)h(lik)m(e)h(GSSAPI/GS2-KRB5)f(\(Kerb)s(eros)f(5\))h (assume)g(a)g(sp)s(eci\014c)f(authen)m(ti-)150 1836 y(cation)g(system.) 41 b(In)27 b(theory)h(this)g(means)g(that)h(the)f(SASL)f(library)h(w)m (ould)g(not)g(need)g(to)g(in)m(teract)i(with)150 1945 y(the)g(application,)i(but)d(rather)h(call)h(this)f(sp)s(eci\014c)f (authen)m(tication)j(system)f(directly)-8 b(.)41 b(Ho)m(w)m(ev)m(er,)33 b(some)150 2055 y(callbac)m(ks)c(are)e(supp)s(orted)e(an)m(yw)m(a)m(y) -8 b(,)30 b(to)d(mo)s(dify)g(the)g(b)s(eha)m(viour)f(of)h(ho)m(w)g(the) g(sp)s(eci\014c)g(authen)m(tication)150 2164 y(system)k(is)f(used)g (\(i.e.,)i(to)f(handle)f(\\sup)s(er-user")f(login)i(as)g(some)g(other)f (user\).)275 2308 y(Some)c(mec)m(hanisms,)i(lik)m(e)g(`)p Fn(EXTERNAL)p Ft(')d(and)g(`)p Fn(ANONYMOUS)p Ft(')g(are)i(en)m(tirely) h(dep)s(enden)m(t)d(on)i(callbac)m(ks.)150 2555 y Fs(5.1)68 b(The)45 b(EXTERNAL)f(mec)l(hanism)150 2714 y Ft(The)23 b(EXTERNAL)g(mec)m(hanism)h(is)g(used)e(to)j(authen)m(ticate)g(a)f (user)f(to)i(a)e(serv)m(er)h(based)f(on)h(out-of-band)150 2824 y(authen)m(tication.)42 b(EXTERNAL)28 b(is)h(t)m(ypically)h(used)e (o)m(v)m(er)i(TLS)d(authen)m(ticated)j(c)m(hannels.)41 b(Note)29 b(that)150 2933 y(in)c(the)g(serv)m(er,)i(y)m(ou)f(need)f(to) h(mak)m(e)g(sure)e(that)i(TLS)e(actually)j(authen)m(ticated)g(the)e (clien)m(t)i(successfully)-8 b(.)150 3043 y(It)30 b(is)h(normally)f (not)h(su\016cien)m(t)g(to)g(use)f(TLS,)g(since)g(it)h(also)h(supp)s (orts)c(anon)m(ymous)i(mo)s(des.)275 3187 y(In)38 b(the)i(clien)m(t,)k (this)c(mec)m(hanism)g(is)f(alw)m(a)m(ys)i(enabled,)i(and)c(it)h(will)g (send)f(the)h Fn(GSASL_AUTHZID)150 3297 y Ft(prop)s(ert)m(y)32 b(as)h(the)f(authorization)i(name)f(to)g(the)g(serv)m(er,)h(if)e(the)h (prop)s(ert)m(y)f(is)g(set.)48 b(If)32 b(the)h(prop)s(ert)m(y)f(is)150 3406 y(not)f(set,)g(the)f(empt)m(y)h(authorization)h(name)e(is)h(sen)m (t.)41 b(Y)-8 b(ou)31 b(need)f(not)h(implemen)m(t)g(a)f(callbac)m(k.) 275 3550 y(In)23 b(the)h(serv)m(er,)i(this)e(mec)m(hanism)g(will)h (request)f(the)g Fn(GSASL_VALIDATE_EXTERNAL)17 b Ft(callbac)m(k)27 b(prop-)150 3660 y(ert)m(y)34 b(to)g(decide)f(whether)f(the)i(clien)m (t)g(is)f(authen)m(ticated)i(and)e(authorized)g(to)h(log)g(in.)49 b(Y)-8 b(our)33 b(callbac)m(k)150 3769 y(can)26 b(retriev)m(e)i(the)e Fn(GSASL_AUTHZID)c Ft(prop)s(ert)m(y)j(to)i(insp)s(ect)f(the)g (requested)g(authorization)h(name)f(from)150 3879 y(the)31 b(clien)m(t.)150 4126 y Fs(5.2)68 b(The)45 b(ANONYMOUS)f(mec)l(hanism) 150 4285 y Ft(The)38 b(ANONYMOUS)h(mec)m(hanism)f(is)h(used)f(to)h (\\authen)m(ticate")i(clien)m(ts)f(to)g(anon)m(ymous)e(services;)150 4395 y(or)e(rather,)h(just)e(indicate)i(that)f(the)g(clien)m(t)h (wishes)e(to)h(use)g(the)g(service)g(anon)m(ymously)-8 b(.)57 b(The)35 b(clien)m(t)150 4504 y(sends)25 b(a)h(tok)m(en,)j (usually)c(her)h(email)h(address,)f(whic)m(h)g(serv)m(e)g(the)h(purp)s (ose)d(of)i(some)g(trace)i(information)150 4614 y(suitable)j(for)f(log) h(\014les.)41 b(The)30 b(tok)m(en)i(is)e(not)h(p)s(ermitted)f(to)h(b)s (e)e(empt)m(y)-8 b(.)275 4758 y(In)35 b(the)h(clien)m(t,)k(this)c(mec)m (hanism)h(is)f(alw)m(a)m(ys)i(enabled,)f(and)f(will)h(send)e(the)h Fn(GSASL_ANONYMOUS_)150 4867 y(TOKEN)29 b Ft(prop)s(ert)m(y)h(as)g(the) h(trace)g(information)g(to)g(the)g(serv)m(er.)275 5011 y(In)k(the)h(serv)m(er,)i(this)e(mec)m(hanism)g(will)h(in)m(v)m(ok)m(e) g(the)g Fn(GSASL_VALIDATE_ANONYMOU)o(S)30 b Ft(callbac)m(k)38 b(to)150 5121 y(decide)i(whether)f(the)g(clien)m(t)j(should)c(b)s(e)h (p)s(ermitted)g(to)h(log)h(in.)68 b(Y)-8 b(our)39 b(callbac)m(k)j(can)e (retriev)m(e)h(the)150 5230 y Fn(GSASL_ANONYMOUS_TOKEN)28 b Ft(prop)s(ert)m(y)33 b(to,)j(for)d(example,)j(sa)m(v)m(e)f(it)f(in)g (a)g(log)g(\014le.)51 b(The)34 b(tok)m(en)g(is)g(nor-)150 5340 y(mally)d(not)g(used)e(to)i(decide)g(whether)f(the)g(clien)m(t)i (should)e(b)s(e)f(p)s(ermitted)h(to)i(log)f(in)f(or)g(not.)p eop end %%Page: 27 31 TeXDict begin 27 30 bop 150 -116 a Ft(Chapter)30 b(5:)41 b(Mec)m(hanisms)2564 b(27)150 299 y Fs(5.3)68 b(The)45 b(PLAIN)f(mec)l(hanism)150 458 y Ft(The)23 b(PLAIN)f(mec)m(hanism)i (uses)e(username)h(and)f(passw)m(ord)h(to)h(authen)m(ticate)h(users.)37 b(Tw)m(o)24 b(user)e(names)150 568 y(are)42 b(relev)-5 b(an)m(t.)77 b(The)41 b(\014rst,)k(the)d(authen)m(tication)i(iden)m (tit)m(y)-8 b(,)47 b(indicates)42 b(the)g(creden)m(tial)i(holder,)h (i.e.,)150 677 y(whom)23 b(the)h(pro)m(vided)f(passw)m(ord)g(b)s (elongs)h(to.)39 b(The)24 b(second,)h(the)f(authorization)h(iden)m(tit) m(y)-8 b(,)27 b(is)d(t)m(ypically)150 787 y(empt)m(y)-8 b(,)32 b(to)f(indicate)g(that)g(the)g(user)f(requests)g(to)h(log)h(on)e (to)i(the)e(serv)m(er)h(as)g(herself.)41 b(Ho)m(w)m(ev)m(er,)32 b(if)f(the)150 897 y(authorization)43 b(iden)m(tit)m(y)f(is)f(not)g (empt)m(y)-8 b(,)45 b(the)d(serv)m(er)f(should)f(decide)h(whether)g (the)g(authen)m(ticated)150 1006 y(user)33 b(ma)m(y)i(log)g(on)f(as)h (the)f(authorization)h(iden)m(tit)m(y)-8 b(.)54 b(Normally)-8 b(,)37 b(only)d(\\sup)s(er-user")f(accoun)m(ts)i(suc)m(h)150 1116 y(as)c(`)p Fn(admin)p Ft(')e(or)h(similar)h(should)f(b)s(e)f(allo) m(w)m(ed)k(this.)275 1259 y(In)42 b(the)h(clien)m(t,)49 b(this)43 b(mec)m(hanism)g(is)g(alw)m(a)m(ys)i(enabled,)i(and)42 b(require)h(the)h Fn(GSASL_AUTHID)c Ft(and)150 1369 y Fn(GSASL_PASSWORD)26 b Ft(prop)s(erties.)41 b(If)30 b(set,)h Fn(GSASL_AUTHZID)26 b Ft(will)31 b(also)g(b)s(e)f(used.)275 1512 y(In)35 b(the)i(serv)m(er,)i(the)e(mec)m(hanism)f(is)h(alw)m(a)m (ys)h(enabled.)59 b(Tw)m(o)37 b(approac)m(hes)g(to)h(authen)m(ticate)h (and)150 1622 y(authorize)31 b(the)g(clien)m(t)h(are)f(pro)m(vided.)275 1765 y(In)22 b(the)i(\014rst)e(approac)m(h,)k(the)d(serv)m(er)h(side)f (of)g(the)h(mec)m(hanism)g(will)f(request)h(the)f Fn(GSASL_VALIDATE_) 150 1874 y(SIMPLE)40 b Ft(callbac)m(k)k(prop)s(ert)m(y)e(to)g(decide)g (whether)g(the)g(clien)m(t)h(should)e(b)s(e)h(accepted)h(or)f(not.)75 b(The)150 1984 y(callbac)m(k)30 b(ma)m(y)f(insp)s(ect)f(the)h Fn(GSASL_AUTHID)p Ft(,)d Fn(GSASL_AUTHZID)p Ft(,)f(and)j Fn(GSASL_PASSWORD)c Ft(prop)s(erties.)150 2094 y(These)30 b(prop)s(ert)m(y)g(v)-5 b(alues)31 b(will)f(b)s(e)g(normalized.)275 2237 y(If)i(the)h(\014rst)f(approac)m(h)h(fails)g(\(b)s(ecause,)h (e.g.,)h(y)m(our)d(callbac)m(k)j(returns)d(`)p Fn(GSASL_NO_CALLBACK)p Ft(')c(to)150 2347 y(signal)35 b(that)h(it)f(do)s(es)f(not)h(implemen)m (t)h Fn(GSASL_VALIDATE_SIMPLE)p Ft(\))29 b(the)35 b(mec)m(hanism)g (will)g(con)m(tin)m(ue)150 2456 y(to)e(query)f(the)h(application)h(for) f(a)g(passw)m(ord,)g(via)g(the)g Fn(GSASL_PASSWORD)c Ft(prop)s(ert)m(y)-8 b(.)47 b(Y)-8 b(our)33 b(callbac)m(k)150 2566 y(ma)m(y)h(use)g(the)g Fn(GSASL_AUTHID)c Ft(and)j Fn(GSASL_AUTHZID)d Ft(prop)s(erties)j(to)i(select)g(the)f(prop)s(er)e (passw)m(ord.)150 2675 y(The)e(passw)m(ord)g(is)g(then)g(normalized)h (and)f(compared)g(to)h(the)g(clien)m(t)h(creden)m(tial.)275 2819 y(Whic)m(h)e(approac)m(h)g(to)h(use?)40 b(If)30 b(y)m(our)g(database)h(stores)f(hashed)f(passw)m(ords,)h(y)m(ou)g(ha)m (v)m(e)h(no)f(option,)150 2928 y(but)f(m)m(ust)h(use)g(the)g(\014rst)f (approac)m(h.)41 b(If)30 b(passw)m(ords)f(in)h(y)m(our)g(user)f (database)i(are)f(stored)g(in)g(prepared)150 3038 y(\(SASLprep\))f (form,)h(the)h(\014rst)f(approac)m(h)g(will)h(b)s(e)f(faster.)41 b(If)30 b(y)m(ou)h(do)f(not)h(ha)m(v)m(e)g(prepared)f(passw)m(ords)150 3147 y(a)m(v)-5 b(ailable,)31 b(y)m(ou)e(can)f(use)g(the)g(second)g (approac)m(h)h(to)g(mak)m(e)g(sure)e(the)i(passw)m(ord)e(is)h(prepared) f(prop)s(erly)150 3257 y(b)s(efore)j(comparison.)150 3503 y Fs(5.4)68 b(The)45 b(LOGIN)f(mec)l(hanism)150 3662 y Ft(The)27 b(LOGIN)h(mec)m(hanism)g(is)f(a)i(non-standard)d(mec)m (hanism,)j(and)e(is)h(similar)g(to)g(the)g(PLAIN)g(mec)m(ha-)150 3772 y(nism)f(except)h(that)h(LOGIN)e(lac)m(ks)i(the)f(supp)s(ort)d (for)j(authorization)h(iden)m(tities.)41 b(Alw)m(a)m(ys)29 b(use)e(PLAIN)150 3881 y(instead)k(of)f(LOGIN)g(in)g(new)g (applications.)275 4024 y(The)25 b(callbac)m(k)k(b)s(eha)m(viour)c(is)i (the)f(same)h(as)f(for)g(PLAIN,)g(except)h(that)g Fn(GSASL_AUTHZID)c Ft(is)j(neither)150 4134 y(used)k(nor)f(required,)h(and)g(that)h(the)g (serv)m(er)f(do)s(es)g(not)h(normalize)g(the)g(passw)m(ord)f(using)f (SASLprep.)275 4277 y(See)35 b(Section)i(A.2)f([Use)g(of)g(SASLprep)d (in)j(LOGIN],)g(page)g(74,)i(for)d(a)h(prop)s(osed)e(clari\014cation)k (of)150 4387 y(the)31 b(in)m(terpretation)g(of)g(a)g(h)m(yp)s (othetical)g(LOGIN)g(sp)s(eci\014cation.)150 4633 y Fs(5.5)68 b(The)45 b(CRAM-MD5)f(mec)l(hanism)150 4792 y Ft(The)21 b(CRAM-MD5)i(is)f(a)g(widely)g(used,)g(but)f(o\016cially)j(deprecated)e (\(apparen)m(tly)g(in)f(fa)m(v)m(or)i(of)f(DIGEST-)150 4902 y(MD5\),)31 b(c)m(hallenge-resp)s(onse)g(mec)m(hanism)e(that)h (transfers)f(hashed)f(passw)m(ords)h(instead)g(of)h(clear)g(text)150 5011 y(passw)m(ords.)39 b(F)-8 b(or)28 b(insecure)f(c)m(hannels)h (\(e.g.,)i(when)c(TLS)g(is)i(not)f(used\),)h(it)g(is)f(safer)h(than)f (PLAIN.)g(The)150 5121 y(CRAM-MD5)h(mec)m(hanism)f(do)s(es)f(not)g (supp)s(ort)f(authorization)j(iden)m(tities;)h(making)e(the)g (relationship)150 5230 y(b)s(et)m(w)m(een)34 b(CRAM-MD5)h(and)d (DIGEST-MD5)j(similar)e(to)h(the)g(relationship)g(b)s(et)m(w)m(een)f (LOGIN)h(and)150 5340 y(PLAIN.)p eop end %%Page: 28 32 TeXDict begin 28 31 bop 150 -116 a Ft(Chapter)30 b(5:)41 b(Mec)m(hanisms)2564 b(28)275 299 y(The)32 b(disadv)-5 b(an)m(tage)35 b(with)e(hashed)f(passw)m(ords)g(is)i(that)f(the)h(serv) m(er)f(cannot)h(use)f(normal)g(authen-)150 408 y(tication)38 b(infrastructures)e(suc)m(h)g(as)g(P)-8 b(AM,)37 b(b)s(ecause)g(the)f (serv)m(er)h(m)m(ust)f(ha)m(v)m(e)i(access)f(to)g(the)g(correct)150 518 y(passw)m(ord)30 b(in)g(order)g(to)h(v)-5 b(alidate)32 b(an)e(authen)m(tication)i(attempt.)275 655 y(In)g(the)h(clien)m(t,)i (this)e(mec)m(hanism)g(is)g(alw)m(a)m(ys)h(enabled,)g(and)e(it)i (requires)e(the)h Fn(GSASL_AUTHID)d Ft(and)150 765 y Fn(GSASL_PASSWORD)c Ft(prop)s(erties.)275 902 y(In)i(the)i(serv)m(er,)g (the)g(mec)m(hanism)g(will)g(require)f(the)h Fn(GSASL_PASSWORD)c Ft(callbac)m(k)31 b(prop)s(ert)m(y)-8 b(,)30 b(whic)m(h)150 1012 y(ma)m(y)36 b(use)f(the)g Fn(GSASL_AUTHID)d Ft(prop)s(ert)m(y)i (to)i(determine)g(whic)m(h)f(users')f(passw)m(ord)h(should)f(b)s(e)g (used.)150 1121 y(The)26 b Fn(GSASL_AUTHID)d Ft(will)k(b)s(e)g(in)f (normalized)h(form.)39 b(The)26 b(serv)m(er)h(will)g(then)g(normalize)g (the)g(returned)150 1231 y(passw)m(ord,)g(and)g(compare)h(the)f(clien)m (t)i(resp)s(onse)e(with)g(the)g(computed)g(correct)i(resp)s(onse,)e (and)f(accept)150 1341 y(the)31 b(user)e(accordingly)-8 b(.)275 1478 y(See)35 b(Section)h(A.1)g([Use)g(of)f(SASLprep)e(in)i (CRAM-MD5],)j(page)e(74,)h(for)e(a)h(clari\014cation)h(on)e(the)150 1588 y(in)m(terpretation)d(of)e(the)h(CRAM-MD5)h(sp)s(eci\014cation)f (that)g(this)f(implemen)m(tation)i(rely)f(on.)150 1824 y Fs(5.6)68 b(The)45 b(DIGEST-MD5)f(mec)l(hanism)150 1984 y Ft(The)35 b(DIGEST-MD5)i(mec)m(hanism)f(is)g(based)f(on)h(rep)s (eated)g(hashing)f(using)g(MD5,)k(whic)m(h)c(after)i(the)150 2093 y(MD5)25 b(break)e(ma)m(y)h(b)s(e)f(argued)h(to)g(b)s(e)f(w)m(eak) m(er)i(than)f(HMA)m(C-MD5,)j(but)c(supp)s(orts)f(more)h(features.)39 b(F)-8 b(or)150 2203 y(example,)33 b(authorization)g(iden)m(tities)g (and)e(data)h(in)m(tegrit)m(y)h(and)e(priv)-5 b(acy)32 b(protection)h(are)f(supp)s(orted.)150 2312 y(Lik)m(e)41 b(CRAM-MD5,)j(only)c(a)g(hashed)g(passw)m(ord)f(is)h(transferred.)69 b(Consequen)m(tly)-8 b(,)43 b(DIGEST-MD5)150 2422 y(needs)c(access)j (to)e(the)g(correct)h(passw)m(ord)e(\(although)i(it)f(ma)m(y)h(b)s(e)e (hashed,)j(another)e(impro)m(v)m(emen)m(t)150 2532 y(compared)33 b(to)g(CRAM-MD5\))h(to)f(v)m(erify)g(the)g(clien)m(t)h(resp)s(onse.)46 b(Alas,)34 b(this)f(mak)m(es)g(it)g(imp)s(ossible)f(to)150 2641 y(use,)e(e.g.,)i(P)-8 b(AM)31 b(on)g(the)f(serv)m(er)h(side.)275 2778 y(In)44 b(the)h(clien)m(t,)51 b(this)45 b(mec)m(hanism)h(is)f(alw) m(a)m(ys)i(enabled,)i(and)44 b(it)i(requires)f(the)g Fn(GSASL_AUTHID)p Ft(,)150 2888 y Fn(GSASL_PASSWORD)p Ft(,)24 b Fn(GSASL_SERVICE)p Ft(,)h(and)i Fn(GSASL_HOSTNAME)d Ft(prop)s(erties.)39 b(If)27 b(set,)i Fn(GSASL_AUTHZID)150 2998 y Ft(and)h Fn(GSASL_REALM)d Ft(will)k(also)g(b)s(e)f(used.)275 3135 y(In)22 b(the)g(serv)m(er,)j(the)e(mec)m(hanism)g(will)g(\014rst)f (request)h(the)g Fn(GSASL_DIGEST_MD5_HASHED)o(_PAS)o(SWOR)o(D)150 3245 y Ft(callbac)m(k)k(prop)s(ert)m(y)d(to)h(get)h(the)f(user's)f (hashed)f(passw)m(ord.)39 b(If)24 b(the)g(callbac)m(k)j(do)s(esn't)e (supply)e(a)i(hashed)150 3354 y(passw)m(ord,)39 b(the)f Fn(GSASL_PASSWORD)c Ft(callbac)m(k)40 b(prop)s(ert)m(y)d(will)i(b)s(e)e (requested.)63 b(Both)39 b(callbac)m(ks)g(ma)m(y)150 3464 y(use)g(the)g Fn(GSASL_AUTHID)p Ft(,)g Fn(GSASL_AUTHZID)c Ft(and)k Fn(GSASL_REALM)d Ft(prop)s(erties)j(to)h(determine)f(whic)m(h) 150 3573 y(users')c(passw)m(ord)g(should)g(b)s(e)g(used.)55 b(The)35 b(serv)m(er)h(will)g(then)f(compare)i(the)e(clien)m(t)j(resp)s (onse)c(with)i(a)150 3683 y(computed)30 b(correct)i(resp)s(onse,)d(and) h(accept)i(the)f(user)e(accordingly)-8 b(.)275 3820 y(The)27 b(serv)m(er)h(uses)f(the)h Fn(GSASL_QOPS)d Ft(callbac)m(k)k(to)g(get)g (the)f(set)g(of)g(qualit)m(y)g(of)g(protection)h(v)-5 b(alues)28 b(to)150 3930 y(use.)40 b(By)31 b(default,)f(it)h(adv)m (ertises)g(supp)s(ort)d(for)i(authen)m(tication)i(\()p Fn(qop-auth)p Ft(\))d(only)-8 b(.)41 b(Y)-8 b(ou)31 b(can)f(use)g(the) 150 4039 y(callbac)m(k,)e(for)c(example,)j(to)e(mak)m(e)g(the)f(serv)m (er)h(adv)m(ertise)h(supp)s(ort)c(for)i(authen)m(tication)j(with)d(in)m (tegrit)m(y)150 4149 y(la)m(y)m(ers.)275 4286 y(The)j(clien)m(t)i(uses) f(the)g Fn(GSASL_QOP)d Ft(callbac)m(k)30 b(to)f(get)g(the)f(qualit)m(y) h(of)f(protection)i(v)-5 b(alue)28 b(to)h(request.)150 4396 y(The)23 b(clien)m(t)i(m)m(ust)f(c)m(ho)s(ose)h(one)f(of)g(the)g (QOP)f(v)-5 b(alues)24 b(o\013ered)g(b)m(y)f(the)h(serv)m(er)g(\(whic)m (h)g(ma)m(y)g(b)s(e)f(insp)s(ected)150 4506 y(through)29 b(the)i Fn(GSASL_QOPS)c Ft(prop)s(ert)m(y\).)40 b(If)30 b(the)g(clien)m(t)i(do)s(es)d(not)i(return)e(a)h(v)-5 b(alue,)31 b Fn(qop-auth)d Ft(is)i(used)150 4615 y(b)m(y)g(default.)150 4852 y Fs(5.7)68 b(The)45 b(SCRAM-SHA-1)e(mec)l(hanism)150 5011 y Ft(The)38 b(SCRAM-SHA-1)h(mec)m(hanism)f(is)h(designed)f(to)h (pro)m(vide)f(\(almost\))i(the)f(same)f(capabilities)j(as)150 5121 y(CRAM-MD5)28 b(and)e(DIGEST-MD5)i(but)d(use)i(mo)s(dern)e (cryptographic)i(tec)m(hniques)g(suc)m(h)f(as)h(HMA)m(C-)150 5230 y(SHA-1)c(hashing)f(and)h(PK)m(CS#5)f(PBKDF2)h(k)m(ey)h(deriv)-5 b(ation.)39 b(SCRAM-SHA-1)23 b(supp)s(orts)e(authoriza-)150 5340 y(tion)h(iden)m(tities.)39 b(Lik)m(e)23 b(CRAM-MD5)g(and)e (DIGEST-MD5,)k(only)c(a)h(hashed)f(passw)m(ord)g(is)h(transferred.)p eop end %%Page: 29 33 TeXDict begin 29 32 bop 150 -116 a Ft(Chapter)30 b(5:)41 b(Mec)m(hanisms)2564 b(29)150 299 y(Consequen)m(tly)-8 b(,)32 b(SCRAM-SHA-1)g(needs)e(access)j(to)f(the)f(correct)h(passw)m (ord)e(to)i(v)m(erify)g(the)f(clien)m(t)i(re-)150 408 y(sp)s(onse.)40 b(Channel)29 b(bindings)g(are)i(supp)s(orted)e(through) g(the)i(SCRAM-SHA-1-PLUS)g(mec)m(hanism.)275 536 y(In)k(the)h(clien)m (t,)i(the)e(non-PLUS)f(mec)m(hanism)h(is)g(alw)m(a)m(ys)i(enabled,)f (and)e(it)h(requires)g(the)g Fn(GSASL_)150 645 y(AUTHID)f Ft(prop)s(ert)m(y)-8 b(,)39 b(and)d(either)h Fn(GSASL_PASSWORD)c Ft(or)k Fn(GSASL_SCRAM_SALTED_PASSWO)o(RD)p Ft(.)54 b(When)150 755 y(the)35 b Fn(GSASL_CB_TLS_UNIQUE)29 b Ft(prop)s(ert)m(y)34 b(is)g(a)m(v)-5 b(ailable,)38 b(the)d(SCRAM-SHA-1-PLUS)f(mec)m(hanism)h (is)150 864 y(also)28 b(a)m(v)-5 b(ailable)29 b(and)d(it)i(will)f (negotiate)i(c)m(hannel)e(bindings)f(when)g(the)h(serv)m(er)g(also)h (supp)s(orts)d(it.)40 b(If)26 b(set,)150 974 y Fn(GSASL_AUTHZID)i Ft(will)k(b)s(e)g(used)f(b)m(y)h(the)g(clien)m(t.)46 b(T)-8 b(o)33 b(b)s(e)e(able)h(to)h(return)e(the)h(prop)s(er)e Fn(GSASL_SCRAM_)150 1084 y(SALTED_PASSWORD)43 b Ft(v)-5 b(alue,)53 b(the)47 b(clien)m(t)i(needs)e(to)h(c)m(hec)m(k)h(the)f Fn(GSASL_SCRAM_ITER)43 b Ft(and)k Fn(GSASL_)150 1193 y(SCRAM_SALT)25 b Ft(v)-5 b(alues)29 b(whic)m(h)f(are)g(a)m(v)-5 b(ailable)31 b(when)c(the)h Fn(GSASL_SCRAM_SALTED_PASSW)o(ORD)22 b Ft(prop)s(ert)m(y)150 1303 y(is)30 b(queried)g(for.)275 1430 y(In)e(the)i(serv)m(er,)g(the)g(mec)m(hanism)g(will)g(require)f (the)h Fn(GSASL_PASSWORD)c Ft(callbac)m(k)31 b(prop)s(ert)m(y)-8 b(,)30 b(whic)m(h)150 1539 y(ma)m(y)36 b(use)f(the)g Fn(GSASL_AUTHID)d Ft(prop)s(ert)m(y)i(to)i(determine)g(whic)m(h)f (users')f(passw)m(ord)h(should)f(b)s(e)g(used.)150 1649 y(The)26 b Fn(GSASL_AUTHID)d Ft(will)k(b)s(e)g(in)f(normalized)h(form.) 39 b(The)26 b(serv)m(er)h(will)g(then)g(normalize)g(the)g(returned)150 1759 y(passw)m(ord,)g(and)g(compare)h(the)f(clien)m(t)i(resp)s(onse)e (with)g(the)g(computed)g(correct)i(resp)s(onse,)e(and)f(accept)150 1868 y(the)36 b(user)f(accordingly)-8 b(.)58 b(The)35 b(serv)m(er)h(ma)m(y)g(also)h(set)f(the)g Fn(GSASL_SCRAM_ITER)31 b Ft(and)k Fn(GSASL_SCRAM_)150 1978 y(SALT)23 b Ft(prop)s(erties)g(to)h (in\015uence)f(the)h(v)-5 b(alues)24 b(to)h(b)s(e)e(used)g(b)m(y)g (clien)m(ts)j(to)e(deriv)m(e)g(a)g(k)m(ey)h(from)e(a)h(passw)m(ord.)150 2087 y(When)30 b(the)h Fn(GSASL_CB_TLS_UNIQUE)25 b Ft(prop)s(ert)m(y)30 b(is)g(set,)h(the)g(SCRAM-SHA-1-PLUS)f(mec)m(hanism)h(is)150 2197 y(supp)s(orted)e(and)g(is)i(used)e(to)i(negotiate)i(c)m(hannel)e (bindings.)275 2324 y(The)25 b Fn(GSASL_CB_TLS_UNIQUE)c Ft(prop)s(ert)m(y)26 b(signal)h(that)g(this)f(side)g(of)h(the)f(authen) m(tication)j(supp)s(orts)150 2434 y(c)m(hannel)k(bindings.)48 b(Setting)34 b(the)f(prop)s(ert)m(y)f(will)i(enable)f(the)g (SCRAM-SHA-1-PLUS)g(mec)m(hanism.)150 2543 y(F)-8 b(or)29 b(clien)m(ts,)i(this)e(also)g(instructs)g(the)g(SCRAM-SHA-1)g(mec)m (hanism)g(to)g(tell)h(serv)m(ers)f(that)g(the)g(clien)m(t)150 2653 y(b)s(eliev)m(es)36 b(the)f(serv)m(er)g(do)s(es)g(not)g(supp)s (ort)e(c)m(hannel)j(bindings)e(if)h(it)g(is)g(used)f(\(remem)m(b)s(er)h (that)g(clien)m(ts)150 2762 y(should)21 b(otherwise)i(ha)m(v)m(e)g(c)m (hosen)g(the)f(SCRAM-SHA-1-PLUS)h(mec)m(hanism)f(instead)g(of)h(the)f (SCRAM-)150 2872 y(SHA-1)40 b(mec)m(hanism\).)67 b(F)-8 b(or)40 b(serv)m(ers,)i(it)e(means)f(the)g(SCRAM-SHA-1)h(mec)m(hanism)f (will)h(refuse)e(to)150 2982 y(authen)m(ticate)26 b(against)f(a)f (clien)m(t)h(that)f(signals)g(that)g(it)g(b)s(eliev)m(es)g(the)g(serv)m (er)g(do)s(es)f(not)h(supp)s(ort)d(c)m(hannel)150 3091 y(bindings.)275 3218 y(The)35 b(SCRAM-SHA-1-PLUS)h(mec)m(hanism)g(will) g(nev)m(er)g(complete)h(authen)m(tication)h(successfully)150 3328 y(if)30 b(c)m(hannel)h(bindings)e(are)i(not)g(con\014rmed.)150 3545 y Fs(5.8)68 b(The)45 b(NTLM)e(mec)l(hanism)150 3705 y Ft(The)34 b(NTLM)g(is)h(a)f(non-standard)g(mec)m(hanism.)53 b(Do)35 b(not)g(use)f(it)h(in)f(new)g(applications,)j(and)c(do)i(not) 150 3814 y(exp)s(ect)c(it)g(to)g(b)s(e)f(secure.)40 b(Curren)m(tly)30 b(only)h(the)f(clien)m(t)i(side)e(is)h(supp)s(orted.)275 3942 y(In)h(the)h(clien)m(t,)i(this)e(mec)m(hanism)g(is)g(alw)m(a)m(ys) h(enabled,)g(and)e(it)i(requires)e(the)h Fn(GSASL_AUTHID)d Ft(and)150 4051 y Fn(GSASL_PASSWORD)23 b Ft(prop)s(erties.)39 b(It)26 b(will)h(set)g(the)g(`)p Fn(domain)p Ft(')f(\014eld)g(in)g(the) h(NTLM)g(request)f(to)i(the)e(v)-5 b(alue)150 4161 y(of)25 b Fn(GSASL_REALM)p Ft(.)36 b(Some)25 b(serv)m(ers)g(rep)s(ortedly)f (need)h(non-empt)m(y)g(but)f(arbitrary)h(v)-5 b(alues)25 b(in)g(that)g(\014eld.)150 4378 y Fs(5.9)68 b(The)45 b(SECURID)g(mec)l(hanism)150 4538 y Ft(The)32 b(SECURID)f(mec)m(hanism) i(uses)f(authen)m(tication)i(and)e(authorization)h(iden)m(tit)m(y)h (together)g(with)e(a)150 4647 y(passco)s(de)e(from)g(a)h(hardw)m(are)f (tok)m(en)h(to)g(authen)m(ticate)i(users.)275 4775 y(In)f(the)h(clien)m (t,)i(this)e(mec)m(hanism)g(is)g(alw)m(a)m(ys)h(enabled,)g(and)e(it)i (requires)e(the)h Fn(GSASL_AUTHID)d Ft(and)150 4884 y Fn(GSASL_PASSCODE)38 b Ft(prop)s(erties.)76 b(If)41 b(set,)46 b Fn(GSASL_AUTHZID)39 b Ft(will)j(also)h(b)s(e)f(used.)75 b(If)42 b(the)g(serv)m(er)h(re-)150 4994 y(quests)27 b(it,)i(the)f Fn(GSASL_PIN)d Ft(prop)s(ert)m(y)i(is)g(also)i(required,) e(and)g(its)h(callbac)m(k)i(ma)m(y)e(insp)s(ect)f(the)h Fn(GSASL_)150 5103 y(SUGGESTED_PIN)f Ft(prop)s(ert)m(y)i(to)j(disco)m (v)m(er)f(a)g(serv)m(er-pro)m(vided)g(PIN)f(to)h(use.)275 5230 y(In)i(the)h(serv)m(er,)h(this)f(mec)m(hanism)g(will)g(in)m(v)m (ok)m(e)i(the)e Fn(GSASL_VALIDATE_SECURID)27 b Ft(callbac)m(k.)53 b(The)150 5340 y(callbac)m(k)30 b(ma)m(y)f(insp)s(ect)f(the)h Fn(GSASL_AUTHID)p Ft(,)d Fn(GSASL_AUTHZID)p Ft(,)f(and)j Fn(GSASL_PASSCODE)c Ft(prop)s(erties.)p eop end %%Page: 30 34 TeXDict begin 30 33 bop 150 -116 a Ft(Chapter)30 b(5:)41 b(Mec)m(hanisms)2564 b(30)150 299 y(The)39 b(callbac)m(k)i(can)f (return)e Fn(GSASL_SECURID_SERVER_NEE)o(D_A)o(DDIT)o(IONA)o(L_P)o(ASSC) o(ODE)33 b Ft(to)40 b(ask)f(for)150 408 y(another)44 b(additional)g(passco)s(de)g(from)f(the)h(clien)m(t.)82 b(The)43 b(callbac)m(k)j(can)e(return)f Fn(GSASL_SECURID_)150 518 y(SERVER_NEED_NEW_PIN)34 b Ft(to)39 b(ask)g(for)g(a)g(new)g(PIN)f (co)s(de)h(from)g(the)g(clien)m(t,)k(in)38 b(whic)m(h)h(case)h(it)f(ma) m(y)150 628 y(also)f(set)g(the)f Fn(GSASL_SUGGESTED_PIN)32 b Ft(prop)s(ert)m(y)37 b(to)h(indicate)g(a)f(recommended)g(new)g(PIN.)g (If)g(the)150 737 y(callbac)m(ks)i(is)e(in)m(v)m(ok)m(ed)i(again,)h (after)d(ha)m(ving)h(returned)e Fn(GSASL_SECURID_SERVER_NE)o(ED_N)o (EW_P)o(IN)p Ft(,)150 847 y(it)29 b(ma)m(y)f(also)h(insp)s(ect)f(the)g Fn(GSASL_PIN)e Ft(prop)s(ert)m(y)-8 b(,)28 b(in)g(addition)g(to)h(the)f (other)g(prop)s(erties,)g(to)h(\014nd)e(out)150 956 y(the)k(clien)m(t)h (selected)f(PIN)g(co)s(de.)150 1271 y Fs(5.10)68 b(The)45 b(GSSAPI)e(mec)l(hanism)150 1430 y Ft(The)36 b(GSSAPI)f(mec)m(hanism)h (allo)m(ws)i(y)m(ou)e(to)h(authen)m(ticate)i(using)c(Kerb)s(eros)g(V5.) 59 b(The)36 b(mec)m(hanism)150 1540 y(w)m(as)26 b(originally)h (designed)e(to)h(allo)m(w)h(for)f(an)m(y)g(GSS-API)f(mec)m(hanism)g(to) i(b)s(e)e(used,)h(but)e(problems)h(with)150 1649 y(the)34 b(proto)s(col)h(made)f(it)g(unpractical)g(and)g(it)g(is)g(to)s(da)m(y)g (restricted)h(for)e(use)h(with)f(Kerb)s(eros)g(V5.)52 b(See)150 1759 y(the)31 b(GS2)f(mec)m(hanism)h(\(see)g(Section)g(5.11)h ([GS2-KRB5],)g(page)g(30\))f(for)f(a)h(general)g(solution.)275 1948 y(In)36 b(the)h(clien)m(t,)k(the)c(mec)m(hanism)h(is)f(enabled)g (only)g(if)g(the)g(user)g(has)g(acquired)g(creden)m(tials)h(\(i.e.,)150 2058 y(a)f(tic)m(k)m(et)h(gran)m(ting)g(tic)m(k)m(et\),)j(and)35 b(it)i(requires)f(the)g Fn(GSASL_AUTHID)p Ft(,)f Fn(GSASL_SERVICE)p Ft(,)f(and)i Fn(GSASL_)150 2167 y(HOSTNAME)28 b Ft(prop)s(erties.)275 2356 y(In)f(the)h(serv)m(er,)h(the)f(mec)m(hanism)g(requires)g(the)g Fn(GSASL_SERVICE)d Ft(and)i Fn(GSASL_HOSTNAME)d Ft(prop)s(er-)150 2466 y(ties,)33 b(and)e(it)h(will)f(in)m(v)m(ok)m(e)j(the)d Fn(GSASL_VALIDATE_GSSAPI)26 b Ft(callbac)m(k)33 b(prop)s(ert)m(y)e(in)g (order)g(to)h(v)-5 b(alidate)150 2576 y(the)30 b(user.)40 b(The)29 b(callbac)m(k)j(ma)m(y)e(insp)s(ect)g(the)g Fn(GSASL_AUTHZID)c Ft(and)j Fn(GSASL_GSSAPI_DISPLAY_NAM)o(E)150 2685 y Ft(prop)s(erties)i(to)i(decide)g(whether)e(to)i(authorize)g(the) f(user.)45 b(Note)34 b(that)e(authen)m(tication)i(is)e(p)s(erformed)150 2795 y(b)m(y)e(the)h(GSS-API)f(library)-8 b(.)275 2984 y(XXX:)31 b(explain)f(more)h(ab)s(out)f(qualit)m(y)h(of)g(service,)g (maxim)m(um)g(bu\013er)e(size,)j(etc.)150 3298 y Fs(5.11)68 b(The)45 b(GS2-KRB5)g(mec)l(hanism)150 3458 y Ft(GS2)21 b(is)g(a)g(proto)s(col)h(bridge)e(b)s(et)m(w)m(een)h(GSS-API)g(and)f (SASL,)g(and)g(allo)m(ws)i(ev)m(ery)f(GSS-API)g(mec)m(hanism)150 3567 y(that)i(supp)s(orts)d(m)m(utual)j(authen)m(tication)i(and)c(c)m (hannel)i(bindings)e(to)i(b)s(e)f(used)g(as)g(a)h(SASL)e(mec)m(hanism.) 150 3677 y(Curren)m(tly)27 b(w)m(e)h(supp)s(ort)d(the)j(GS2-KRB5)h(mec) m(hanism,)f(for)g(Kerb)s(eros)e(V5)i(authen)m(tication,)j(ho)m(w)m(ev)m (er)150 3786 y(our)h(GS2)g(implemen)m(tation)i(is)f(\015exible)f (enough)h(to)g(easily)g(supp)s(ort)e(other)h(GSS-API)g(mec)m(hanism)h (if)150 3896 y(an)m(y)e(gains)g(p)s(opularit)m(y)-8 b(.)275 4085 y(In)36 b(the)h(clien)m(t,)k(the)c(mec)m(hanism)h(is)f(enabled)g (only)g(if)g(the)g(user)g(has)g(acquired)g(creden)m(tials)h(\(i.e.,)150 4195 y(a)f(tic)m(k)m(et)h(gran)m(ting)g(tic)m(k)m(et\),)j(and)35 b(it)i(requires)f(the)g Fn(GSASL_AUTHID)p Ft(,)f Fn(GSASL_SERVICE)p Ft(,)f(and)i Fn(GSASL_)150 4304 y(HOSTNAME)28 b Ft(prop)s(erties.)275 4493 y(In)f(the)h(serv)m(er,)h(the)f(mec)m(hanism)g(requires)g(the)g Fn(GSASL_SERVICE)d Ft(and)i Fn(GSASL_HOSTNAME)d Ft(prop)s(er-)150 4603 y(ties,)33 b(and)e(it)h(will)f(in)m(v)m(ok)m(e)j(the)d Fn(GSASL_VALIDATE_GSSAPI)26 b Ft(callbac)m(k)33 b(prop)s(ert)m(y)e(in)g (order)g(to)h(v)-5 b(alidate)150 4713 y(the)30 b(user.)40 b(The)29 b(callbac)m(k)j(ma)m(y)e(insp)s(ect)g(the)g Fn(GSASL_AUTHZID)c Ft(and)j Fn(GSASL_GSSAPI_DISPLAY_NAM)o(E)150 4822 y Ft(prop)s(erties)i(to)i(decide)g(whether)e(to)i(authorize)g(the) f(user.)45 b(Note)34 b(that)e(authen)m(tication)i(is)e(p)s(erformed)150 4932 y(b)m(y)e(the)h(GSS-API)f(library)-8 b(.)275 5121 y(The)38 b(GS2)g(framew)m(ork)h(supp)s(orts)e(a)i(v)-5 b(arian)m(t)39 b(of)g(eac)m(h)h(mec)m(hanism,)h(called)f(the)f(PLUS)f (v)-5 b(arian)m(t,)150 5230 y(whic)m(h)28 b(can)h(also)g(bind)f(the)g (authen)m(tication)j(to)e(a)g(secure)f(c)m(hannel)h(through)f(c)m (hannel)h(bindings.)39 b(Cur-)150 5340 y(ren)m(tly)31 b(this)f(is)h(not)f(supp)s(orted)f(b)m(y)h(GNU)h(SASL.)p eop end %%Page: 31 35 TeXDict begin 31 34 bop 150 -116 a Ft(Chapter)30 b(5:)41 b(Mec)m(hanisms)2564 b(31)150 299 y Fs(5.12)68 b(The)45 b(SAML20)f(mec)l(hanism)150 458 y Ft(The)23 b(SAML20)i(mec)m(hanism)f (mak)m(es)h(it)f(p)s(ossible)g(to)g(use)g(SAML)g(in)f(SASL,)g(in)h(a)g (w)m(a)m(y)h(that)f(o\017oads)h(the)150 568 y(authen)m(tication)35 b(exc)m(hange)e(to)h(an)e(external)h(bro)m(wser.)46 b(The)32 b(proto)s(col)i(implemen)m(ted)f(is)f(as)h(sp)s(eci\014ed)150 677 y(in)d(RF)m(C)h(6595.)275 807 y(The)84 b(mec)m(hanism)i(mak)m(es)g (use)g(of)f(the)h(follo)m(wing)h(prop)s(erties:)150 b(GSASL)p 3266 807 28 4 v 39 w(A)m(UTHZID,)150 916 y Fn(GSASL_SAML20_IDP_IDENTIF) o(IER)p Ft(,)218 b Fn(GSASL_SAML20_REDIRECT_)o(URL)p Ft(,)g Fn(GSASL_SAML20_)150 1026 y(AUTHENTICATE_IN_BROWSER)24 b Ft(and)30 b Fn(GSASL_VALIDATE_SAML20)p Ft(.)275 1155 y(In)41 b(clien)m(t)i(mo)s(de,)i(the)d(mec)m(hanism)g(will)g(retriev)m (e)h(the)f Fn(GSASL_AUTHZID)c Ft(and)k Fn(GSASL_SAML20_)150 1264 y(IDP_IDENTIFIER)25 b Ft(prop)s(erties)j(and)h(form)f(a)i(request) f(to)g(the)g(serv)m(er.)41 b(The)28 b(serv)m(er)i(will)f(resp)s(ond)e (with)150 1374 y(a)33 b(redirect)f(URL)g(stored)h(in)f(the)g Fn(GSASL_SAML20_REDIRECT_URL)26 b Ft(prop)s(ert)m(y)-8 b(,)32 b(whic)m(h)g(the)h(clien)m(t)h(can)150 1484 y(retriev)m(e)23 b(from)f(the)g Fn(GSASL_SAML20_AUTHENTICATE)o(_IN_)o(BRO)o(WSER)15 b Ft(callbac)m(k.)40 b(The)22 b(in)m(ten)m(tion)h(is)f(that)150 1593 y(the)i(clien)m(t)h(launc)m(hes)f(a)f(bro)m(wser)g(to)i(the)e(giv) m(en)i(URL,)e(and)g(then)h(pro)s(ceeds)f(with)g(authen)m(tication.)40 b(The)150 1703 y(serv)m(er)31 b(resp)s(onds)d(whether)i(authen)m (tication)i(w)m(as)f(successful)f(or)h(not.)275 1832 y(In)k(serv)m(er)h(mo)s(de,)i(the)e(mec)m(hanism)h(will)f(in)m(v)m(ok)m (e)i(the)f Fn(GSASL_SAML20_REDIRECT_U)o(RL)30 b Ft(callbac)m(k)150 1941 y(and)36 b(the)g(application)h(can)g(insp)s(ect)f(the)g Fn(GSASL_AUTHZID)d Ft(and)i Fn(GSASL_SAML20_IDP_IDENTIFIE)o(R)150 2051 y Ft(prop)s(erties)41 b(when)g(forming)g(the)h(redirect)g(URL.)g (The)f(URL)g(is)h(passed)f(to)h(the)g(clien)m(t)h(whic)m(h)f(will)150 2161 y(hop)s(efully)36 b(complete)h(authen)m(tication)i(in)d(the)h(bro) m(wser.)58 b(The)36 b(serv)m(er)h(callbac)m(k)h Fn(GSASL_VALIDATE_)150 2270 y(SAML20)29 b Ft(should)g(c)m(hec)m(k)j(whether)e(the)g(authen)m (tication)j(attempt)e(w)m(as)g(successful.)275 2399 y(Note)40 b(that)f(SAML)g(itself)g(is)g(not)g(implemen)m(ted)g(b)m(y)g(the)g(GNU) h(SASL)d(library)-8 b(.)66 b(On)38 b(the)h(clien)m(t)150 2509 y(side,)32 b(no)f(SAML)g(kno)m(wledge)h(is)f(needed,)g(it)h(is)f (only)g(required)g(on)g(the)g(serv)m(er)g(side.)43 b(The)31 b(clien)m(t)i(only)150 2619 y(needs)c(to)h(b)s(e)f(able)h(to)g(start)f (a)h(bro)m(wser)f(accessing)i(the)e(redirect)h(URL.)g(The)e(serv)m(er)i (side)f(is)h(exp)s(ected)150 2728 y(to)35 b(call)i(a)e(SAML)f(library)h (of)f(y)m(our)h(c)m(hoice)i(to)e(generate)h(the)f(AuthRequest)g(and)f (to)i(implemen)m(t)f(an)150 2838 y(AssertionConsumerService)41 b(to)g(v)-5 b(alidate)42 b(the)f(AuthResp)s(onse.)71 b(There)41 b(is)f(a)i(complete)g(pro)s(of-of-)150 2947 y(concept)36 b(example)g(of)f(a)g(SMTP)g(serv)m(er)g(with)f(SAML)h(2.0) h(supp)s(ort)e(distributed)g(with)g(GNU)i(SASL)150 3057 y(in)29 b(the)h(examples/saml20/)j(sub-directory)-8 b(.)40 b(It)30 b(uses)g(the)g(Lasso)g(SAML)f(implemen)m(tation)j(\()p Fn(http://)150 3166 y(lasso)t(.)s(entrouvert)t(.)s(org)t(/)s Ft(\).)52 b(The)35 b(example)h(ma)m(y)g(b)s(e)f(used)g(as)h (inspiration)f(for)h(y)m(our)f(o)m(wn)h(serv)m(er)150 3276 y(implemen)m(tation.)42 b(The)30 b Fn(gsasl)f Ft(command)h(line)h (clien)m(t)h(supp)s(orts)c(SAML20)j(as)g(a)g(clien)m(t.)150 3498 y Fs(5.13)68 b(The)45 b(OPENID20)h(mec)l(hanism)150 3657 y Ft(The)35 b(OPENID20)i(mec)m(hanism)f(mak)m(es)h(it)g(p)s (ossible)e(to)i(use)e(Op)s(enID)g(in)h(SASL,)f(in)h(a)g(w)m(a)m(y)h (that)f(of-)150 3767 y(\015oads)28 b(the)h(authen)m(tication)h(exc)m (hange)g(to)g(an)e(external)h(bro)m(wser.)40 b(The)28 b(proto)s(col)h(implemen)m(ted)g(is)g(as)150 3876 y(sp)s(eci\014ed)h (in)g(RF)m(C)g(6616.)275 4005 y(The)64 b(mec)m(hanism)h(mak)m(es)h(use) e(of)i(the)f(follo)m(wing)h(prop)s(erties:)109 b Fn(GSASL_AUTHID)62 b Ft(\(for)j(the)150 4115 y(Op)s(enID)80 b(User-Supplied)g(Iden)m (ti\014er\),)94 b Fn(GSASL_AUTHZID)p Ft(,)d Fn (GSASL_OPENID20_REDIRECT_U)o(RL)p Ft(,)150 4225 y Fn (GSASL_OPENID20_OUTCOME_D)o(ATA)p Ft(,)144 b Fn (GSASL_OPENID20_AUTHENTICA)o(TE_I)o(N_BR)o(OWS)o(ER)p Ft(,)h(and)150 4334 y Fn(GSASL_VALIDATE_OPENID20)p Ft(.)275 4463 y(In)51 b(the)h(clien)m(t,)59 b(the)53 b(mec)m(hanism)f(is)g (enabled)g(b)m(y)g(default.)106 b(The)52 b Fn(GSASL_AUTHID)d Ft(prop)s(ert)m(y)150 4573 y(is)69 b(required)g(and)f(should)h(con)m (tain)h(the)g(User-Supplied)e(Op)s(enID)g(Iden)m(ti\014er)h(\(for)g (example)150 4682 y Fn(http://josefsson.org)p Ft(\).)g(If)41 b(set,)j Fn(GSASL_AUTHZID)38 b Ft(will)k(b)s(e)f(used)f(b)m(y)i(the)f (clien)m(t.)75 b(The)41 b(clien)m(t)150 4792 y(will)79 b(b)s(e)f(in)m(v)m(ok)m(ed)i(with)e(the)h Fn(GSASL_OPENID20_AUTHENTI)o (CAT)o(E_IN)o(_BRO)o(WSE)o(R)73 b Ft(callbac)m(k)80 b(to)150 4902 y(p)s(erform)47 b(the)i(Op)s(enID)e(authen)m(tication)k(in)d(a)h (w)m(eb)f(bro)m(wser.)95 b(The)48 b(callbac)m(k)i(can)f(retriev)m(e)h (the)150 5011 y Fn(GSASL_OPENID20_REDIRECT_)o(URL)40 b Ft(prop)s(ert)m(y)46 b(to)h(\014nd)d(out)j(the)g(URL)f(to)h(redirect) g(the)f(user)g(to.)150 5121 y(After)33 b(authen)m(tication,)j(the)d (clien)m(t)h(can)f(retriev)m(e)h(the)f Fn(GSASL_OPENID20_OUTCOME_DA)o (TA)27 b Ft(prop)s(ert)m(y)150 5230 y(with)45 b(the)h(Op)s(enID)e (Simple)h(Registry)i(\(SREG\))f(attributes)g(sen)m(t)g(b)m(y)f(the)h (serv)m(er)g(\(they)g(are)g(not)150 5340 y(alw)m(a)m(ys)32 b(sen)m(t\).)p eop end %%Page: 32 36 TeXDict begin 32 35 bop 150 -116 a Ft(Chapter)30 b(5:)41 b(Mec)m(hanisms)2564 b(32)275 299 y(In)30 b(the)i(serv)m(er,)g(the)g (mec)m(hanism)g(is)f(enabled)h(b)m(y)f(default.)45 b(The)31 b(serv)m(er)g(will)h(request)g(the)g Fn(GSASL_)150 408 y(OPENID20_REDIRECT_URL)j Ft(prop)s(ert)m(y)-8 b(,)44 b(and)c(y)m(our)h(callbac)m(k)i(ma)m(y)e(insp)s(ect)g(the)g Fn(GSASL_AUTHID)c Ft(to)150 518 y(\014nd)42 b(the)i(Op)s(enID)e (User-Supplied)g(Iden)m(ti\014er.)80 b(The)43 b(serv)m(er)h(callbac)m (k)h(should)e(p)s(erform)f(Op)s(enID)150 628 y(disco)m(v)m(ery)e(and)d (return)h(the)g(URL)g(to)i(redirect)e(the)h(user)f(to.)65 b(After)39 b(this,)h(the)f(user)e(w)m(ould)i(access)150 737 y(the)34 b(URL)g(and)f(pro)s(ceed)h(with)f(authen)m(tication)k(in)c (the)h(bro)m(wser.)51 b(The)34 b(serv)m(er)g(is)g(in)m(v)m(ok)m(ed)h (with)f(the)150 847 y Fn(GSASL_VALIDATE_OPENID20)19 b Ft(callbac)m(k)28 b(to)f(p)s(erform)d(the)i(actual)h(v)-5 b(alidation)28 b(of)e(the)g(authen)m(tication.)150 956 y(Usually)44 b(the)f(callbac)m(k)j(will)e(p)s(erform)e(some)h(IPC)g (comm)m(unication)i(with)e(an)g(Op)s(enID)g(consumer)150 1066 y(running)26 b(in)h(a)h(w)m(eb)g(serv)m(er.)40 b(The)27 b(callbac)m(k)j(should)d(return)f Fn(GSASL_OK)g Ft(on)h(successful)h (authen)m(tication)150 1176 y(and)23 b Fn(GSASL_AUTHENTICATION_ERRO)o (R)18 b Ft(on)23 b(authen)m(tication)j(errors,)f(or)e(an)m(y)i(other)e (error)h(co)s(de.)39 b(If)23 b(the)150 1285 y(serv)m(er)j(receiv)m(ed)h (some)f(Op)s(enID)f(Simple)g(Registry)h(\(SREG\))g(attributes)g(from)g (the)f(Op)s(enID)g(Iden)m(tit)m(y)150 1395 y(Pro)m(vider,)44 b(it)e(ma)m(y)g(use)f(the)h Fn(GSASL_OPENID20_OUTCOME_)o(DATA)35 b Ft(prop)s(ert)m(y)40 b(to)i(send)f(these)h(to)g(the)150 1504 y(clien)m(t.)275 1639 y(Note)36 b(that)g(Op)s(enID)e(itself)i(is)f (not)g(implemen)m(ted)h(b)m(y)f(the)h(GNU)f(SASL)g(library)-8 b(.)55 b(On)34 b(the)h(clien)m(t)150 1748 y(side,)25 b(no)f(Op)s(enID)f(kno)m(wledge)i(is)f(required,)g(it)h(is)f(only)g (required)f(on)g(the)h(serv)m(er)h(side.)38 b(The)23 b(clien)m(t)j(only)150 1858 y(needs)j(to)h(b)s(e)f(able)h(to)g(start)f (a)h(bro)m(wser)f(accessing)i(the)e(redirect)h(URL.)g(The)e(serv)m(er)i (side)f(is)h(exp)s(ected)150 1968 y(to)d(use)f(an)g(Op)s(enID)f (library)h(of)g(y)m(our)g(c)m(hoice)i(to)f(generate)h(the)e(redirect)h (URL)f(and)f(to)i(implemen)m(t)g(the)150 2077 y(Service)e(Pro)m(vider)f (to)h(v)-5 b(alidate)26 b(the)e(resp)s(onse)f(from)h(the)h(IdP)-8 b(.)24 b(There)f(is)i(a)f(complete)i(pro)s(of-of-concept)150 2187 y(example)j(with)f(a)g(SMTP)g(serv)m(er)g(with)g(Op)s(enID)f(2.0)i (supp)s(ort)e(distributed)g(with)h(GNU)h(SASL)e(in)h(the)150 2296 y(examples/op)s(enid20/)43 b(sub-directory)-8 b(.)74 b(It)42 b(uses)f(the)h(JanRain)f(PHP5)h(Op)s(enID)e(implemen)m(tation.) 150 2406 y(The)33 b(example)i(ma)m(y)f(b)s(e)g(used)f(as)h(inspiration) g(for)f(y)m(our)h(o)m(wn)g(serv)m(er)g(implemen)m(tation.)53 b(The)33 b Fn(gsasl)150 2516 y Ft(command)d(line)h(clien)m(t)h(supp)s (orts)c(OPENID20)j(as)g(a)g(clien)m(t.)150 2748 y Fs(5.14)68 b(The)45 b(KERBER)l(OS)p 1489 2748 41 6 v 60 w(V5)g(mec)l(hanism)150 2907 y Ft(The)30 b(KERBER)m(OS)p 855 2907 28 4 v 39 w(V5)h(is)f(an)g (exp)s(erimen)m(tal)h(mec)m(hanism,)g(the)f(proto)s(col)h(sp)s (eci\014cation)g(is)g(a)m(v)-5 b(ailable)150 3017 y(on)40 b(the)g(GNU)h(SASL)d(homepage.)71 b(It)40 b(can)g(op)s(erate)h(in)e (three)h(mo)s(des,)i(non-infrastructure)d(mo)s(de,)150 3127 y(infrastructure)g(mo)s(de)g(and)f(pro)m(xied)i(infrastructure)e (mo)s(de.)68 b(Curren)m(tly)39 b(only)g(non-infrastructure)150 3236 y(mo)s(de)30 b(is)g(supp)s(orted.)275 3371 y(In)41 b(the)h(non-infrastructure)e(mo)s(de,)45 b(it)d(w)m(orks)g(as)g(a)g (sup)s(erset)f(of)h(most)g(features)h(pro)m(vided)e(b)m(y)150 3480 y(PLAIN,)i(CRAM-MD5,)49 b(DIGEST-MD5)44 b(and)f(GSSAPI)g(while)g (at)h(the)g(same)f(time)i(building)d(on)150 3590 y(what)32 b(is)g(b)s(eliev)m(ed)g(to)h(b)s(e)e(pro)m(v)m(en)h(tec)m(hnology)i (\(the)f(RF)m(C)f(1510)i(net)m(w)m(ork)e(securit)m(y)h(system\).)46 b(In)31 b(the)150 3699 y(non-infrastructure)g(mo)s(de,)h(the)h(clien)m (t)g(m)m(ust)f(sp)s(ecify)g(\(via)h(callbac)m(ks\))h(the)f(name)f(of)g (the)g(user,)h(and)150 3809 y(optionally)d(the)f(serv)m(er)g(name)g (and)f(realm.)41 b(The)28 b(serv)m(er)h(m)m(ust)g(b)s(e)f(able)h(to)h (retriev)m(e)g(passw)m(ords)e(giv)m(en)150 3919 y(the)j(name)f(of)h (the)f(user.)275 4053 y(In)36 b(the)i(infrastructure)f(mo)s(de)g(\(pro) m(xied)h(or)f(otherwise\),)j(it)e(allo)m(ws)h(clien)m(ts)g(and)e(serv)m (ers)h(to)g(au-)150 4163 y(then)m(ticate)44 b(via)e(SASL)e(in)h(an)h (RF)m(C)f(1510)i(en)m(vironmen)m(t,)i(using)c(a)h(trusted)f(third)g (part)m(y)-8 b(,)45 b(a)c(\\Key)150 4272 y(Distribution)c(Cen)m(tral".) 62 b(In)36 b(the)i(normal)e(mo)s(de,)j(clien)m(ts)f(acquire)g(tic)m(k)m (ets)h(out)f(of)f(band)f(and)g(then)150 4382 y(in)m(v)m(ok)m(es)c(a)f (one)f(roundtrip)f(AP-REQ)h(and)g(AP-REP)g(exc)m(hange.)42 b(In)30 b(the)g(pro)m(xied)g(mo)s(de,)h(whic)m(h)f(can)150 4491 y(b)s(e)37 b(used)f(b)m(y)h(clien)m(ts)i(without)e(IP)g(addresses) f(or)h(without)h(connectivit)m(y)h(to)f(the)f(KDC)g(\(e.g.,)k(when)150 4601 y(the)30 b(KDC)g(is)g(IPv4)g(and)f(the)h(clien)m(t)h(is)f (IPV6-only\),)i(the)e(clien)m(t)h(uses)f(the)g(serv)m(er)g(to)g(pro)m (xy)g(tic)m(k)m(et)j(re-)150 4711 y(quests)c(and)g(\014nishes)g(with)g (the)g(AP-REQ/AP-REP)h(exc)m(hange.)42 b(In)29 b(infrastructure)f(mo)s (de)h(\(pro)m(xied)150 4820 y(or)f(otherwise\),)i(neither)e(the)g (clien)m(t)h(nor)f(serv)m(er)g(need)g(to)h(implemen)m(t)f(an)m(y)h (callbac)m(ks)h(\(this)e(will)g(lik)m(ely)150 4930 y(c)m(hange)k (later,)f(to)g(allo)m(w)h(a)f(serv)m(er)f(to)i(authorize)f(users,)f (similar)g(to)h(the)g(GSSAPI)f(callbac)m(k\).)275 5064 y(XXX:)h(up)s(date)e(when)h(implemen)m(tation)i(has)e(matured)p eop end %%Page: 33 37 TeXDict begin 33 36 bop 150 -116 a Ft(Chapter)30 b(6:)41 b(Global)31 b(F)-8 b(unctions)2366 b(33)150 299 y Fq(6)80 b(Global)54 b(F)-13 b(unctions)150 585 y Fl(gsasl)p 410 585 37 5 v 55 w(init)3350 777 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_init)c Fg(\()p Fk(Gsasl)31 b(**)g Ff(ctx)p Fg(\))390 887 y Fk(ctx)6 b Ft(:)42 b(p)s(oin)m(ter)30 b(to)h(libgsasl)g(handle.)390 1019 y(This)g(functions)g(initializes)i (libgsasl.)45 b(The)31 b(handle)g(p)s(oin)m(ted)h(to)g(b)m(y)f(ctx)h (is)g(v)-5 b(alid)32 b(for)f(use)g(with)390 1129 y(other)e(libgsasl)g (functions)g(i\013)g(this)f(function)h(is)f(successful.)40 b(It)29 b(also)h(register)f(all)h(builtin)e(SASL)390 1238 y(mec)m(hanisms,)j(using)f Fn(gsasl_register\(\))p Ft(.)390 1371 y Fe(Return)g(v)-5 b(alue:)41 b Ft(GSASL)p 1282 1371 28 4 v 39 w(OK)30 b(i\013)h(successful,)f(otherwise)h Fn(GSASL_MALLOC_ERROR)p Ft(.)150 1566 y Fl(gsasl)p 410 1566 37 5 v 55 w(done)3350 1758 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_done)48 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 1868 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2000 y(This)37 b(function)g(destro)m(ys)h(a)f(libgsasl)i (handle.)61 b(The)37 b(handle)g(m)m(ust)g(not)h(b)s(e)f(used)g(with)g (other)390 2110 y(libgsasl)31 b(functions)f(after)h(this)f(call.)150 2305 y Fl(gsasl)p 410 2305 V 55 w(clien)m(t)p 757 2305 V 53 w(mec)m(hlist)3350 2497 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_client_mechlist)f Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(c)m(har)e(**)i Ff(out)p Fg(\))390 2607 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2739 y Fk(out)r Ft(:)41 b(newly)30 b(allo)s(cated)i(output)e(c)m (haracter)i(arra)m(y)-8 b(.)390 2872 y(Return)23 b(a)h(newly)g(allo)s (cated)i(string)e(con)m(taining)h(SASL)e(names,)j(separated)e(b)m(y)g (space,)i(of)e(mec)m(h-)390 2981 y(anisms)35 b(supp)s(orted)f(b)m(y)i (the)g(libgsasl)g(clien)m(t.)58 b Fn(out)35 b Ft(is)h(allo)s(cated)h(b) m(y)f(this)g(function,)h(and)e(it)h(is)390 3091 y(the)31 b(resp)s(onsibilit)m(y)f(of)g(caller)i(to)f(deallo)s(cate)i(it.)390 3223 y Fe(Return)d(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(if)i(successful,)g(or)h(error)f(co)s(de.)150 3418 y Fl(gsasl)p 410 3418 V 55 w(serv)m(er)p 787 3418 V 54 w(mec)m(hlist)3350 3610 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_server_mechlist)f Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(c)m(har)e(**)i Ff(out)p Fg(\))390 3720 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3852 y Fk(out)r Ft(:)41 b(newly)30 b(allo)s(cated)i(output)e(c)m (haracter)i(arra)m(y)-8 b(.)390 3985 y(Return)23 b(a)h(newly)g(allo)s (cated)i(string)e(con)m(taining)h(SASL)e(names,)j(separated)e(b)m(y)g (space,)i(of)e(mec)m(h-)390 4094 y(anisms)34 b(supp)s(orted)f(b)m(y)h (the)h(libgsasl)g(serv)m(er.)54 b Fn(out)33 b Ft(is)i(allo)s(cated)i(b) m(y)d(this)g(function,)i(and)e(it)h(is)390 4204 y(the)c(resp)s (onsibilit)m(y)f(of)g(caller)i(to)f(deallo)s(cate)i(it.)390 4336 y Fe(Return)d(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(if)i(successful,)g(or)h(error)f(co)s(de.)150 4531 y Fl(gsasl)p 410 4531 V 55 w(clien)m(t)p 757 4531 V 53 w(supp)s(ort)p 1224 4531 V 56 w(p)3350 4724 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_client_support_)q(p)e Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fk(,)g(const)g(c)m(har)g(*)f Ff(name)p Fg(\))390 4833 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4966 y Fk(name)5 b Ft(:)41 b(name)30 b(of)h(SASL)e(mec)m (hanism.)390 5098 y(Decide)j(whether)d(there)i(is)f(clien)m(t-side)j (supp)s(ort)28 b(for)i(a)h(sp)s(eci\014ed)f(mec)m(hanism.)390 5230 y Fe(Return)g(v)-5 b(alue:)40 b Ft(Returns)29 b(1)i(if)e(the)h (libgsasl)h(clien)m(t)g(supp)s(orts)d(the)i(named)g(mec)m(hanism,)g (other-)390 5340 y(wise)g(0.)p eop end %%Page: 34 38 TeXDict begin 34 37 bop 150 -116 a Ft(Chapter)30 b(6:)41 b(Global)31 b(F)-8 b(unctions)2366 b(34)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(serv)m(er)p 787 299 V 54 w(supp)s(ort)p 1255 299 V 56 w(p)3350 496 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_server_support_)q(p)e Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fk(,)g(const)g(c)m(har)g(*)f Ff(name)p Fg(\))390 605 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 740 y Fk(name)5 b Ft(:)41 b(name)30 b(of)h(SASL)e(mec)m(hanism.)390 874 y(Decide)j(whether)d(there)i(is)f(serv)m(er-side)h(supp)s(ort)e (for)h(a)h(sp)s(eci\014ed)f(mec)m(hanism.)390 1009 y Fe(Return)e(v)-5 b(alue:)40 b Ft(Returns)27 b(1)i(if)f(the)g(libgsasl)h (serv)m(er)g(supp)s(orts)d(the)i(named)g(mec)m(hanism,)h(other-)390 1118 y(wise)h(0.)150 1318 y Fl(gsasl)p 410 1318 V 55 w(clien)m(t)p 757 1318 V 53 w(suggest)p 1200 1318 V 56 w(mec)m(hanism)3350 1514 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g(gsasl_client_suggest_m)q(ech)q(anis)q(m)e Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fk(,)565 1624 y(const)g(c)m(har)g(*) f Ff(mechlist)p Fg(\))390 1733 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1868 y Fk(mec)m(hlist)r Ft(:)52 b(input)34 b(c)m(haracter)j(arra)m(y)f(with)f(SASL)f(mec)m(hanism)i(names,)g (separated)g(b)m(y)f(in)m(v)-5 b(alid)390 1978 y(c)m(haracters)32 b(\(e.g.)42 b(SPC\).)390 2112 y(Giv)m(en)31 b(a)g(list)g(of)g(mec)m (hanisms,)f(suggest)i(whic)m(h)e(to)h(use.)390 2247 y Fe(Return)36 b(v)-5 b(alue:)52 b Ft(Returns)35 b(name)h(of)g Fn(")p Ft(b)s(est)p Fn(")f Ft(SASL)g(mec)m(hanism)h(supp)s(orted)e(b)m (y)i(the)g(libgsasl)390 2356 y(clien)m(t)j(whic)m(h)e(is)h(presen)m(t)f (in)g(the)h(input)e(string,)k(or)d(NULL)h(if)f(no)h(supp)s(orted)d(mec) m(hanism)j(is)390 2466 y(found.)150 2665 y Fl(gsasl)p 410 2665 V 55 w(register)3350 2862 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_register)d Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(const)e(Gsasl)p 2161 2862 28 4 v 41 w(mec)m(hanism)h(*) g Ff(mech)p Fg(\))390 2971 y Fk(ctx)6 b Ft(:)42 b(p)s(oin)m(ter)30 b(to)h(libgsasl)g(handle.)390 3106 y Fk(mec)m(h)p Ft(:)41 b(plugin)30 b(structure)g(with)g(information)h(ab)s(out)f(plugin.)390 3240 y(This)24 b(function)h(initialize)i(giv)m(en)f(mec)m(hanism,)g (and)e(if)h(successful,)h(add)e(it)i(to)f(the)g(list)h(of)f(plugins)390 3350 y(that)31 b(is)f(used)g(b)m(y)g(the)h(library)-8 b(.)390 3484 y Fe(Return)30 b(v)-5 b(alue:)41 b Fn(GSASL_OK)28 b Ft(i\013)j(successful,)f(otherwise)h Fn(GSASL_MALLOC_ERROR)p Ft(.)390 3619 y Fe(Since:)41 b Ft(0.2.0)p eop end %%Page: 35 39 TeXDict begin 35 38 bop 150 -116 a Ft(Chapter)30 b(7:)41 b(Callbac)m(k)32 b(F)-8 b(unctions)2285 b(35)150 299 y Fq(7)80 b(Callbac)l(k)53 b(F)-13 b(unctions)150 540 y Ft(The)21 b(callbac)m(k)k(is)c(used)h(b)m(y)f(mec)m(hanisms)i(to)f (retriev)m(e)i(information,)g(suc)m(h)d(as)i(username)e(and)g(passw)m (ord,)150 650 y(from)27 b(the)g(application.)41 b(In)27 b(a)g(serv)m(er,)i(the)e(callbac)m(k)i(is)e(used)g(to)h(decide)f (whether)g(a)h(user)e(is)h(p)s(ermitted)150 759 y(to)j(log)h(in)e(or)g (not.)41 b(Y)-8 b(ou)30 b(tell)g(the)g(library)f(of)h(y)m(our)f (callbac)m(k)j(function)d(b)m(y)g(calling)i Fn(gsasl_callback_)150 869 y(set)p Ft(.)275 1006 y(Since)e(y)m(our)h(callbac)m(k)i(ma)m(y)f (need)e(access)i(to)g(data)f(from)g(other)g(parts)f(of)h(y)m(our)g (application,)i(there)150 1115 y(are)h(ho)s(oks)g(to)h(store)f(and)g (retriev)m(e)h(application)h(sp)s(eci\014c)d(p)s(oin)m(ters.)49 b(This)32 b(a)m(v)m(oids)j(the)e(use)f(of)i(global)150 1225 y(v)-5 b(ariables,)30 b(whic)m(h)g(w)m(ouldn't)f(b)s(e)g(thread)g (safe.)41 b(Y)-8 b(ou)30 b(store)g(a)f(p)s(oin)m(ter)h(to)g(some)g (information)f(\(opaque)150 1334 y(from)i(the)h(p)s(oin)m(t)g(of)g (view)g(of)g(the)g(library\))g(b)m(y)g(calling)h Fn (gsasl_callback_hook_set)26 b Ft(and)31 b(can)h(later)150 1444 y(retriev)m(e)g(this)e(data)h(in)f(y)m(our)h(callbac)m(k)h(b)m(y)e (calling)i Fn(gsasl_callback_hook_get)p Ft(.)150 1646 y Fl(gsasl)p 410 1646 37 5 v 55 w(callbac)m(k)p 893 1646 V 52 w(set)3350 1845 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_callback_set)c Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fk(,)g(Gsasl)p 2185 1845 28 4 v 41 w(callbac)m(k)p 2542 1845 V 42 w(function)f Ff(cb)p Fg(\))390 1954 y Fk(ctx)6 b Ft(:)42 b(handle)30 b(receiv)m(ed)h(from)f Fn(gsasl_init\(\))p Ft(.)390 2091 y Fk(cb)r Ft(:)41 b(p)s(oin)m(ter)30 b(to)h(function)f (implemen)m(ted)h(b)m(y)f(application.)390 2228 y(Store)41 b(the)g(p)s(oin)m(ter)h(to)f(the)h(application)g(pro)m(vided)f(callbac) m(k)i(in)d(the)i(library)e(handle.)72 b(The)390 2338 y(callbac)m(k)32 b(will)d(b)s(e)g(used,)g(via)h Fn(gsasl_callback\(\))p Ft(,)c(b)m(y)j(mec)m(hanisms)g(to)i(disco)m(v)m(er)f(v)-5 b(arious)30 b(pa-)390 2447 y(rameters)41 b(\(suc)m(h)g(as)h(username)e (and)h(passw)m(ords\).)72 b(The)40 b(callbac)m(k)j(function)e(will)g(b) s(e)g(called)390 2557 y(with)f(a)g(Gsasl)p 911 2557 V 41 w(prop)s(ert)m(y)f(v)-5 b(alue)41 b(indicating)g(the)f(requested)g (b)s(eha)m(viour.)69 b(F)-8 b(or)41 b(example,)i(for)390 2666 y Fn(GSASL_ANONYMOUS_TOKEN)p Ft(,)25 b(the)31 b(function)g(is)g (exp)s(ected)g(to)h(in)m(v)m(ok)m(e)g(gsasl)p 3018 2666 V 41 w(prop)s(ert)m(y)p 3401 2666 V 40 w(set\()p Fn(CTX)p Ft(,)390 2776 y Fn(GSASL_ANONYMOUS_TOKEN)p Ft(,)i Fn(")p Ft(tok)m(en)p Fn(")p Ft(\))k(where)f Fn(")p Ft(tok)m(en)p Fn(")h Ft(is)f(the)h(anon)m(ymous)f(tok)m(en)h(the)g(ap-)390 2886 y(plication)33 b(wishes)e(the)h(SASL)f(mec)m(hanism)h(to)g(use.)44 b(See)32 b(the)g(man)m(ual)g(for)f(the)h(meaning)g(of)g(all)390 2995 y(parameters.)390 3132 y Fe(Since:)41 b Ft(0.2.0)150 3334 y Fl(gsasl)p 410 3334 37 5 v 55 w(callbac)m(k)3350 3533 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_callback)d Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(Gsasl)p 1924 3533 28 4 v 40 w(session)f(*)g Ff(sctx)p Fk(,)g(Gsasl)p 2817 3533 V 41 w(prop)s(ert)m(y)565 3642 y Ff(prop)p Fg(\))390 3752 y Fk(ctx)6 b Ft(:)42 b(handle)30 b(receiv)m(ed)h(from)f Fn(gsasl_init\(\))p Ft(,)e(ma)m(y)i(b)s(e)g(NULL)h(to)g(deriv)m(e)g(it) f(from)g Fn(sctx)p Ft(.)390 3889 y Fk(sctx)6 b Ft(:)42 b(session)30 b(handle.)390 4025 y Fk(prop)s Ft(:)39 b(en)m(umerated)31 b(v)-5 b(alue)31 b(of)g(Gsasl)p 1691 4025 V 40 w(prop)s(ert)m(y)f(t)m (yp)s(e.)390 4162 y(In)m(v)m(ok)m(e)23 b(the)f(application)i(callbac)m (k.)40 b(The)21 b Fn(prop)g Ft(v)-5 b(alue)22 b(indicate)h(what)f(the)g (callbac)m(k)i(is)e(exp)s(ected)390 4272 y(to)31 b(do.)41 b(F)-8 b(or)32 b(example,)f(for)f Fn(GSASL_ANONYMOUS_TOKEN)p Ft(,)25 b(the)31 b(function)f(is)h(exp)s(ected)g(to)g(in)m(v)m(ok)m(e) 390 4382 y(gsasl)p 583 4382 V 41 w(prop)s(ert)m(y)p 966 4382 V 39 w(set\()p Fn(SCTX)p Ft(,)50 b Fn(GSASL_ANONYMOUS_TOKEN)p Ft(,)43 b Fn(")p Ft(tok)m(en)p Fn(")p Ft(\))j(where)f Fn(")p Ft(tok)m(en)p Fn(")h Ft(is)g(the)390 4491 y(anon)m(ymous)24 b(tok)m(en)i(the)f(application)h(wishes)e(the)h(SASL)e(mec)m(hanism)i (to)g(use.)39 b(See)25 b(the)g(man)m(ual)390 4601 y(for)30 b(the)h(meaning)f(of)h(all)g(parameters.)390 4738 y(Note)39 b(that)e(if)h(no)f(callbac)m(k)i(has)e(b)s(een)g(set)h(b)m(y)f(the)g (application,)k(but)36 b(the)i(obsolete)h(callbac)m(k)390 4847 y(in)m(terface)29 b(has)e(b)s(een)g(used,)g(this)g(function)g (will)h(translate)g(the)g(old)f(callbac)m(k)j(in)m(terface)e(in)m(to)h (the)390 4957 y(new.)40 b(This)30 b(in)m(terface)i(should)d(b)s(e)h (su\016cien)m(t)h(to)g(in)m(v)m(ok)m(e)h(all)f(callbac)m(ks,)i(b)s(oth) d(new)f(and)h(old.)390 5094 y Fe(Return)48 b(v)-5 b(alue:)76 b Ft(Returns)48 b(whatev)m(er)h(the)f(application)h(callbac)m(k)i (returns,)g(or)d Fn(GSASL_NO_)390 5203 y(CALLBACK)28 b Ft(if)i(no)h(application)g(w)m(as)g(kno)m(wn.)390 5340 y Fe(Since:)41 b Ft(0.2.0)p eop end %%Page: 36 40 TeXDict begin 36 39 bop 150 -116 a Ft(Chapter)30 b(7:)41 b(Callbac)m(k)32 b(F)-8 b(unctions)2285 b(36)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(callbac)m(k)p 893 299 V 52 w(ho)s(ok)p 1203 299 V 55 w(set)3350 496 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_callback_hook_set)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(v)m(oid)f(*)f Ff(hook)p Fg(\))390 605 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 740 y Fk(ho)s(ok)6 b Ft(:)40 b(opaque)31 b(p)s(oin)m(ter)f(to)h(application)h(sp)s(eci\014c)e(data.)390 874 y(Store)h(application)g(sp)s(eci\014c)f(data)i(in)e(the)g(libgsasl) h(handle.)390 1009 y(The)39 b(application)i(data)g(can)e(b)s(e)h(later) g(\(for)g(instance,)j(inside)c(a)h(callbac)m(k\))i(b)s(e)d(retriev)m (ed)i(b)m(y)390 1118 y(calling)f Fn(gsasl_callback_hook_get\(\))o Ft(.)60 b(This)38 b(is)h(normally)g(used)f(b)m(y)g(the)h(application)h (to)390 1228 y(main)m(tain)31 b(a)g(global)h(state)f(b)s(et)m(w)m(een)g (the)g(main)f(program)g(and)g(callbac)m(ks.)390 1362 y Fe(Since:)41 b Ft(0.2.0)150 1562 y Fl(gsasl)p 410 1562 V 55 w(callbac)m(k)p 893 1562 V 52 w(ho)s(ok)p 1203 1562 V 55 w(get)3350 1758 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(*)e(gsasl_callback_hook_ge)q(t)g Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 1868 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2002 y(Retriev)m(e)h(application)g(sp)s(eci\014c)e(data)h (from)f(libgsasl)h(handle.)390 2137 y(The)40 b(application)j(data)e(is) g(set)h(using)e Fn(gsasl_callback_hook_set\(\))o Ft(.)67 b(This)40 b(is)h(normally)390 2247 y(used)c(b)m(y)h(the)g(application)h (to)f(main)m(tain)h(a)f(global)h(state)g(b)s(et)m(w)m(een)f(the)g(main) g(program)g(and)390 2356 y(callbac)m(ks.)390 2491 y Fe(Return)30 b(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(application)i(sp)s(eci\014c)e (data,)h(or)g(NULL.)390 2625 y Fe(Since:)41 b Ft(0.2.0)150 2824 y Fl(gsasl)p 410 2824 V 55 w(session)p 828 2824 V 56 w(ho)s(ok)p 1142 2824 V 55 w(set)3350 3021 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_session_hook_set)e Fg(\()p Fk(Gsasl)p 1862 3021 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fk(,)h(v)m(oid)f(*)g Ff(hook)p Fg(\))390 3131 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.)390 3265 y Fk(ho)s(ok)6 b Ft(:)40 b(opaque)31 b(p)s(oin)m(ter)f(to)h (application)h(sp)s(eci\014c)e(data.)390 3400 y(Store)h(application)g (sp)s(eci\014c)f(data)i(in)e(the)g(libgsasl)h(session)g(handle.)390 3534 y(The)39 b(application)i(data)g(can)e(b)s(e)h(later)g(\(for)g (instance,)j(inside)c(a)h(callbac)m(k\))i(b)s(e)d(retriev)m(ed)i(b)m(y) 390 3644 y(calling)k Fn(gsasl_session_hook_get\()o(\))p Ft(.)73 b(This)42 b(is)h(normally)g(used)g(b)m(y)g(the)g(application)h (to)390 3753 y(main)m(tain)31 b(a)g(p)s(er-session)f(state)i(b)s(et)m (w)m(een)f(the)f(main)g(program)h(and)e(callbac)m(ks.)390 3888 y Fe(Since:)41 b Ft(0.2.14)150 4087 y Fl(gsasl)p 410 4087 37 5 v 55 w(session)p 828 4087 V 56 w(ho)s(ok)p 1142 4087 V 55 w(get)3350 4284 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(*)e(gsasl_session_hook_get)g Fg(\()p Fk(Gsasl)p 1966 4284 28 4 v 41 w(session)31 b(*)g Ff(sctx)p Fg(\))390 4394 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.)390 4528 y(Retriev)m(e)i(application)g(sp)s(eci\014c)e(data)h(from)f (libgsasl)h(session)g(handle.)390 4663 y(The)40 b(application)j(data)e (is)g(set)h(using)e Fn(gsasl_callback_hook_set\(\))o Ft(.)67 b(This)40 b(is)h(normally)390 4772 y(used)36 b(b)m(y)h(the)h(application)g(to)g(main)m(tain)g(a)g(p)s(er-session)e (state)j(b)s(et)m(w)m(een)f(the)f(main)g(program)390 4882 y(and)30 b(callbac)m(ks.)390 5016 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(application)i(sp)s(eci\014c)e(data,) h(or)g(NULL.)390 5151 y Fe(Since:)41 b Ft(0.2.14)p eop end %%Page: 37 41 TeXDict begin 37 40 bop 150 -116 a Ft(Chapter)30 b(8:)41 b(Prop)s(ert)m(y)30 b(F)-8 b(unctions)2276 b(37)150 299 y Fq(8)80 b(Prop)t(ert)l(y)53 b(F)-13 b(unctions)150 625 y Fl(gsasl)p 410 625 37 5 v 55 w(prop)s(ert)m(y)p 931 625 V 54 w(set)3350 831 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_property_set)c Fg(\()p Fk(Gsasl)p 1652 831 28 4 v 42 w(session)30 b(*)h Ff(sctx)p Fk(,)h(Gsasl)p 2547 831 V 40 w(prop)s(ert)m(y)e Ff(prop)p Fk(,)565 941 y(const)h(c)m(har)g(*)f Ff(data)p Fg(\))390 1050 y Fk(sctx)6 b Ft(:)42 b(session)30 b(handle.)390 1194 y Fk(prop)s Ft(:)39 b(en)m(umerated)31 b(v)-5 b(alue)31 b(of)g(Gsasl)p 1691 1194 V 40 w(prop)s(ert)m(y)f(t)m(yp)s(e,)h(indicating)g(the)g(t)m (yp)s(e)f(of)h(data)g(in)f Fn(data)p Ft(.)390 1337 y Fk(data)p Ft(:)41 b(zero)32 b(terminated)e(c)m(haracter)i(string)f(to)g (store.)390 1481 y(Mak)m(e)40 b(a)f(cop)m(y)h(of)f Fn(data)e Ft(and)i(store)g(it)g(in)g(the)g(session)f(handle)h(for)f(the)h (indicated)h(prop)s(ert)m(y)390 1590 y Fn(prop)p Ft(.)390 1734 y(Y)-8 b(ou)26 b(can)g(immediately)h(deallo)s(cate)h Fn(data)c Ft(after)j(calling)g(this)e(function,)i(without)e (a\013ecting)j(the)390 1844 y(data)j(stored)g(in)f(the)g(session)h (handle.)390 1987 y Fe(Since:)41 b Ft(0.2.0)150 2196 y Fl(gsasl)p 410 2196 37 5 v 55 w(prop)s(ert)m(y)p 931 2196 V 54 w(set)p 1137 2196 V 55 w(ra)m(w)3350 2401 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_property_set_raw)e Fg(\()p Fk(Gsasl)p 1862 2401 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fk(,)h(Gsasl)p 2756 2401 V 41 w(prop)s(ert)m(y)565 2511 y Ff(prop)p Fk(,)g(const)f(c)m(har)g(*)f Ff(data)p Fk(,)i(size)p 1755 2511 V 41 w(t)f Ff(len)p Fg(\))390 2621 y Fk(sctx)6 b Ft(:)42 b(session)30 b(handle.)390 2764 y Fk(prop)s Ft(:)39 b(en)m(umerated)31 b(v)-5 b(alue)31 b(of)g(Gsasl)p 1691 2764 V 40 w(prop)s(ert)m(y)f(t)m(yp)s(e,)h (indicating)g(the)g(t)m(yp)s(e)f(of)h(data)g(in)f Fn(data)p Ft(.)390 2908 y Fk(data)p Ft(:)41 b(c)m(haracter)32 b(string)f(to)g (store.)390 3051 y Fk(len)p Ft(:)41 b(length)31 b(of)f(c)m(haracter)i (string)e(to)i(store.)390 3195 y(Mak)m(e)c(a)f(cop)m(y)h(of)f Fn(len)f Ft(sized)h Fn(data)e Ft(and)i(store)g(a)g(zero)h(terminated)f (v)m(ersion)g(of)g(it)g(in)g(the)g(session)390 3305 y(handle)j(for)g (the)h(indicated)g(prop)s(ert)m(y)e Fn(prop)p Ft(.)390 3448 y(Y)-8 b(ou)26 b(can)g(immediately)h(deallo)s(cate)h Fn(data)c Ft(after)j(calling)g(this)e(function,)i(without)e (a\013ecting)j(the)390 3558 y(data)j(stored)g(in)f(the)g(session)h (handle.)390 3701 y(Except)g(for)f(the)h(length)f(indicator,)i(this)e (function)g(is)g(iden)m(tical)j(to)e(gsasl)p 2975 3701 V 41 w(prop)s(ert)m(y)p 3358 3701 V 39 w(set.)390 3845 y Fe(Since:)41 b Ft(0.2.0)150 4053 y Fl(gsasl)p 410 4053 37 5 v 55 w(prop)s(ert)m(y)p 931 4053 V 54 w(fast)3350 4259 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g (gsasl_property_fast)e Fg(\()p Fk(Gsasl)p 2123 4259 28 4 v 41 w(session)31 b(*)g Ff(sctx)p Fk(,)565 4369 y(Gsasl)p 784 4369 V 41 w(prop)s(ert)m(y)f Ff(prop)p Fg(\))390 4478 y Fk(sctx)6 b Ft(:)42 b(session)30 b(handle.)390 4622 y Fk(prop)s Ft(:)39 b(en)m(umerated)31 b(v)-5 b(alue)31 b(of)g(Gsasl)p 1691 4622 V 40 w(prop)s(ert)m(y)f(t)m(yp)s(e,)h (indicating)g(the)g(t)m(yp)s(e)f(of)h(data)g(in)f Fn(data)p Ft(.)390 4766 y(Retriev)m(e)i(the)f(data)g(stored)f(in)g(the)h(session) f(handle)g(for)g(giv)m(en)i(prop)s(ert)m(y)e Fn(prop)p Ft(.)390 4909 y(The)g(p)s(oin)m(ter)g(is)h(to)g(liv)m(e)g(data,)h(and)e (m)m(ust)g(not)g(b)s(e)g(deallo)s(cated)i(or)f(mo)s(di\014ed)e(in)h(an) m(y)h(w)m(a)m(y)-8 b(.)390 5053 y(This)30 b(function)g(will)g(not)h(in) m(v)m(ok)m(e)h(the)f(application)h(callbac)m(k.)390 5196 y Fe(Return)e(v)-5 b(alue:)41 b Ft(Return)30 b(prop)s(ert)m(y)f(v)-5 b(alue,)32 b(if)e(kno)m(wn,)g(or)g(NULL)h(if)f(no)g(v)-5 b(alue)31 b(kno)m(wn.)390 5340 y Fe(Since:)41 b Ft(0.2.0)p eop end %%Page: 38 42 TeXDict begin 38 41 bop 150 -116 a Ft(Chapter)30 b(8:)41 b(Prop)s(ert)m(y)30 b(F)-8 b(unctions)2276 b(38)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(prop)s(ert)m(y)p 931 299 V 54 w(get)3350 496 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g(gsasl_property_get)e Fg(\()p Fk(Gsasl)p 2071 496 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fk(,)565 605 y(Gsasl)p 784 605 V 41 w(prop)s(ert)m(y)f Ff(prop)p Fg(\))390 715 y Fk(sctx)6 b Ft(:)42 b(session)30 b(handle.)390 849 y Fk(prop)s Ft(:)39 b(en)m(umerated)31 b(v)-5 b(alue)31 b(of)g(Gsasl)p 1691 849 V 40 w(prop)s(ert)m(y)f(t)m (yp)s(e,)h(indicating)g(the)g(t)m(yp)s(e)f(of)h(data)g(in)f Fn(data)p Ft(.)390 984 y(Retriev)m(e)36 b(the)f(data)h(stored)f(in)f (the)h(session)g(handle)f(for)g(giv)m(en)i(prop)s(ert)m(y)e Fn(prop)p Ft(,)h(p)s(ossibly)f(in-)390 1093 y(v)m(oking)d(the)g (application)h(callbac)m(k)g(to)f(get)h(the)e(v)-5 b(alue.)390 1228 y(The)30 b(p)s(oin)m(ter)g(is)h(to)g(liv)m(e)g(data,)h(and)e(m)m (ust)g(not)g(b)s(e)g(deallo)s(cated)i(or)f(mo)s(di\014ed)e(in)h(an)m(y) h(w)m(a)m(y)-8 b(.)390 1362 y(This)30 b(function)g(will)i(in)m(v)m(ok)m (e)g(the)f(application)h(callbac)m(k,)i(using)c Fn(gsasl_callback\(\))p Ft(,)d(when)j(a)390 1472 y(prop)s(ert)m(y)g(v)-5 b(alue)31 b(is)f(not)h(kno)m(wn.)390 1606 y(If)41 b(no)g(v)-5 b(alue)42 b(is)g(kno)m(wn,)i(and)d(no)g(callbac)m(k)j(is)e(sp)s(eci\014ed)e(or)i (if)f(the)h(callbac)m(k)i(fail)e(to)g(return)390 1716 y(data,)k(and)c(if)h(an)m(y)f(obsolete)j(callbac)m(k)f(functions)e(has) g(b)s(een)g(set)h(b)m(y)f(the)h(application,)k(this)390 1826 y(function)33 b(will)h(try)f(to)h(call)h(these)f(obsolete)h (callbac)m(ks,)h(and)d(store)h(the)g(returned)e(data)i(as)g(the)390 1935 y(corresp)s(onding)i(prop)s(ert)m(y)-8 b(.)61 b(This)37 b(b)s(eha)m(viour)g(of)g(this)g(function)g(will)h(b)s(e)e(remo)m(v)m (ed)i(when)f(the)390 2045 y(obsolete)32 b(callbac)m(k)g(in)m(terfaces)g (are)f(remo)m(v)m(ed.)390 2179 y Fe(Return)f(v)-5 b(alue:)41 b Ft(Return)30 b(data)h(for)f(prop)s(ert)m(y)-8 b(,)30 b(or)h(NULL)f(if)g(no)h(v)-5 b(alue)30 b(kno)m(wn.)390 2314 y Fe(Since:)41 b Ft(0.2.0)p eop end %%Page: 39 43 TeXDict begin 39 42 bop 150 -116 a Ft(Chapter)30 b(9:)41 b(Session)30 b(F)-8 b(unctions)2345 b(39)150 299 y Fq(9)80 b(Session)52 b(F)-13 b(unctions)150 607 y Fl(gsasl)p 410 607 37 5 v 55 w(clien)m(t)p 757 607 V 53 w(start)3350 807 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_client_start)e Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)i(const)f(c)m(har)f(*)h Ff(mech)p Fk(,)565 917 y(Gsasl)p 784 917 28 4 v 41 w(session)f(**)i Ff(sctx)p Fg(\))390 1027 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1164 y Fk(mec)m(h)p Ft(:)41 b(name)31 b(of)f(SASL)f(mec)m (hanism.)390 1302 y Fk(sctx)6 b Ft(:)42 b(p)s(oin)m(ter)30 b(to)h(clien)m(t)h(handle.)390 1440 y(This)i(functions)g(initiates)i(a) f(clien)m(t)i(SASL)c(authen)m(tication.)56 b(This)34 b(function)g(m)m(ust)h(b)s(e)f(called)390 1549 y(b)s(efore)c(an)m(y)h (other)f(gsasl)p 1265 1549 V 41 w(clien)m(t)p 1519 1549 V 42 w(*\(\))h(function)f(is)h(called.)390 1687 y Fe(Return)f(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(if)i(successful,)g(or)h (error)f(co)s(de.)150 1890 y Fl(gsasl)p 410 1890 37 5 v 55 w(serv)m(er)p 787 1890 V 54 w(start)3350 2090 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_server_start)e Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)i(const)f(c)m(har)f(*)h Ff(mech)p Fk(,)565 2199 y(Gsasl)p 784 2199 28 4 v 41 w(session)f(**)i Ff(sctx)p Fg(\))390 2309 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2447 y Fk(mec)m(h)p Ft(:)41 b(name)31 b(of)f(SASL)f(mec)m(hanism.)390 2584 y Fk(sctx)6 b Ft(:)42 b(p)s(oin)m(ter)30 b(to)h(serv)m(er)g(handle.)390 2722 y(This)h(functions)h(initiates)i(a)f(serv)m(er)f(SASL)f(authen)m (tication.)52 b(This)32 b(function)h(m)m(ust)g(b)s(e)g(called)390 2832 y(b)s(efore)d(an)m(y)h(other)f(gsasl)p 1265 2832 V 41 w(serv)m(er)p 1539 2832 V 41 w(*\(\))h(function)f(is)g(called.)390 2969 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(if)i(successful,)g(or)h(error)f(co)s(de.)150 3172 y Fl(gsasl)p 410 3172 37 5 v 55 w(step)3350 3372 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_step)c Fg(\()p Fk(Gsasl)p 1182 3372 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fk(,)h(const)f(c)m(har)f(*)h Ff(input)p Fk(,)h(size)p 2834 3372 V 41 w(t)565 3481 y Ff(input_len)p Fk(,)h(c)m(har)e(**)g Ff(output)p Fk(,)i(size)p 1929 3481 V 41 w(t)d(*)h Ff(output_len)p Fg(\))390 3591 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.) 390 3729 y Fk(input)r Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)-8 b(.)390 3867 y Fk(input)p 609 3867 V 39 w(len)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m(y)-8 b(.)390 4004 y Fk(output)r Ft(:)40 b(newly)30 b(allo)s(cated)j(output)d(b)m (yte)h(arra)m(y)-8 b(.)390 4142 y Fk(output)p 664 4142 V 40 w(len)p Ft(:)40 b(p)s(oin)m(ter)31 b(to)g(output)f(v)-5 b(ariable)31 b(with)f(size)h(of)g(output)f(b)m(yte)h(arra)m(y)-8 b(.)390 4280 y(P)m(erform)30 b(one)h(step)f(of)g(SASL)g(authen)m (tication.)42 b(This)30 b(reads)g(data)h(from)f(the)g(other)g(end)g (\(from)390 4389 y Fn(input)19 b Ft(and)h Fn(input_len)p Ft(\),)g(pro)s(cesses)g(it)h(\(p)s(oten)m(tially)h(in)m(v)m(oking)g (callbac)m(ks)g(to)f(the)g(application\),)390 4499 y(and)26 b(writes)h(data)h(to)f(serv)m(er)h(\(in)m(to)g(newly)e(allo)s(cated)j (v)-5 b(ariable)28 b Fn(output)d Ft(and)h Fn(output_len)e Ft(that)390 4608 y(indicate)31 b(the)g(length)g(of)f Fn(output)p Ft(\).)390 4746 y(The)38 b(con)m(ten)m(ts)j(of)e(the)g Fn(output)f Ft(bu\013er)f(is)i(unsp)s(eci\014ed)f(if)h(this)f (functions)h(returns)f(an)m(ything)390 4856 y(other)44 b(than)g Fn(GSASL_OK)d Ft(or)j Fn(GSASL_NEEDS_MORE)p Ft(.)77 b(If)43 b(this)h(function)g(return)e Fn(GSASL_OK)g Ft(or)390 4965 y Fn(GSASL_NEEDS_MORE)p Ft(,)30 b(ho)m(w)m(ev)m(er,)35 b(the)f Fn(output)d Ft(bu\013er)h(is)i(allo)s(cated)h(b)m(y)e(this)g (function,)h(and)e(it)390 5075 y(is)e(the)h(resp)s(onsibilit)m(y)f(of)h (caller)h(to)f(deallo)s(cate)h(it)f(b)m(y)g(calling)g(free)g(\()p Fn(output)p Ft(\).)390 5213 y Fe(Return)41 b(v)-5 b(alue:)63 b Ft(Returns)41 b Fn(GSASL_OK)e Ft(if)i(authen)m(ticated)j(terminated)e (successfully)-8 b(,)45 b Fn(GSASL_)390 5322 y(NEEDS_MORE)28 b Ft(if)i(more)g(data)h(is)g(needed,)f(or)h(error)f(co)s(de.)p eop end %%Page: 40 44 TeXDict begin 40 43 bop 150 -116 a Ft(Chapter)30 b(9:)41 b(Session)30 b(F)-8 b(unctions)2345 b(40)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(step64)3350 495 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_step64)c Fg(\()p Fk(Gsasl)p 1286 495 28 4 v 41 w(session)31 b(*)g Ff(sctx)p Fk(,)g(const)g(c)m(har)g(*)g Ff(b64input)p Fk(,)i(c)m(har)565 605 y(**)e Ff(b64output)p Fg(\))390 714 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(clien)m(t)h (handle.)390 849 y Fk(b64input)r Ft(:)40 b(input)30 b(base64)h(enco)s (ded)f(b)m(yte)h(arra)m(y)-8 b(.)390 983 y Fk(b64output)r Ft(:)41 b(newly)30 b(allo)s(cated)i(output)e(base64)i(enco)s(ded)e(b)m (yte)h(arra)m(y)-8 b(.)390 1117 y(This)35 b(is)g(a)h(simple)g(wrapp)s (er)d(around)i Fn(gsasl_step\(\))d Ft(that)k(base64)h(deco)s(des)e(the) h(input)f(and)390 1227 y(base64)c(enco)s(des)g(the)f(output.)390 1361 y(The)c(con)m(ten)m(ts)j(of)e(the)h Fn(b64output)c Ft(bu\013er)i(is)h(unsp)s(eci\014ed)e(if)i(this)g(functions)g(returns)f (an)m(ything)390 1471 y(other)44 b(than)g Fn(GSASL_OK)d Ft(or)j Fn(GSASL_NEEDS_MORE)p Ft(.)77 b(If)43 b(this)h(function)g (return)e Fn(GSASL_OK)g Ft(or)390 1581 y Fn(GSASL_NEEDS_MORE)p Ft(,)25 b(ho)m(w)m(ev)m(er,)30 b(the)e Fn(b64output)e Ft(bu\013er)i(is)g(allo)s(cated)i(b)m(y)f(this)f(function,)h(and)390 1690 y(it)i(is)f(the)h(resp)s(onsibilit)m(y)f(of)h(caller)g(to)h (deallo)s(cate)g(it)f(b)m(y)f(calling)i(free)f(\()p Fn(b64output)p Ft(\).)390 1824 y Fe(Return)41 b(v)-5 b(alue:)63 b Ft(Returns)41 b Fn(GSASL_OK)e Ft(if)i(authen)m(ticated)j(terminated)e(successfully)-8 b(,)45 b Fn(GSASL_)390 1934 y(NEEDS_MORE)28 b Ft(if)i(more)g(data)h(is) g(needed,)f(or)h(error)f(co)s(de.)150 2133 y Fl(gsasl)p 410 2133 37 5 v 55 w(\014nish)3350 2329 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_finish)49 b Fg(\()p Fk(Gsasl)p 1339 2329 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fg(\))390 2439 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.)390 2573 y(Destro)m(y)36 b(a)f(libgsasl)g(clien)m(t)h(or)f(serv)m(er)g (handle.)53 b(The)34 b(handle)g(m)m(ust)g(not)h(b)s(e)f(used)f(with)i (other)390 2683 y(libgsasl)c(functions)f(after)h(this)f(call.)150 2882 y Fl(gsasl)p 410 2882 37 5 v 55 w(enco)s(de)3350 3078 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_encode)c Fg(\()p Fk(Gsasl)p 1286 3078 28 4 v 41 w(session)31 b(*)g Ff(sctx)p Fk(,)g(const)g(c)m(har)g(*)g Ff(input)p Fk(,)h(size)p 2939 3078 V 41 w(t)565 3188 y Ff(input_len)p Fk(,)h(c)m(har)e(**)g Ff(output)p Fk(,)i(size)p 1929 3188 V 41 w(t)d(*)h Ff(output_len)p Fg(\))390 3297 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.) 390 3432 y Fk(input)r Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)-8 b(.)390 3566 y Fk(input)p 609 3566 V 39 w(len)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m(y)-8 b(.)390 3700 y Fk(output)r Ft(:)40 b(newly)30 b(allo)s(cated)j(output)d(b)m (yte)h(arra)m(y)-8 b(.)390 3835 y Fk(output)p 664 3835 V 40 w(len)p Ft(:)40 b(size)32 b(of)e(output)g(b)m(yte)h(arra)m(y)-8 b(.)390 3969 y(Enco)s(de)32 b(data)h(according)g(to)g(negotiated)h (SASL)d(mec)m(hanism.)46 b(This)31 b(migh)m(t)i(mean)g(that)f(data)390 4079 y(is)e(in)m(tegrit)m(y)j(or)d(priv)-5 b(acy)31 b(protected.)390 4213 y(The)i Fn(output)f Ft(bu\013er)g(is)h(allo)s(cated)j(b)m(y)d (this)g(function,)h(and)f(it)h(is)f(the)h(resp)s(onsibilit)m(y)f(of)h (caller)390 4322 y(to)d(deallo)s(cate)i(it)e(b)m(y)f(calling)i(free\()p Fn(output)p Ft(\).)390 4457 y Fe(Return)c(v)-5 b(alue:)40 b Ft(Returns)27 b Fn(GSASL_OK)f Ft(if)i(enco)s(ding)h(w)m(as)f (successful,)h(otherwise)f(an)h(error)e(co)s(de.)150 4656 y Fl(gsasl)p 410 4656 37 5 v 55 w(deco)s(de)3350 4852 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_decode)c Fg(\()p Fk(Gsasl)p 1286 4852 28 4 v 41 w(session)31 b(*)g Ff(sctx)p Fk(,)g(const)g(c)m(har)g(*)g Ff(input)p Fk(,)h(size)p 2939 4852 V 41 w(t)565 4962 y Ff(input_len)p Fk(,)h(c)m(har)e(**)g Ff(output)p Fk(,)i(size)p 1929 4962 V 41 w(t)d(*)h Ff(output_len)p Fg(\))390 5071 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.) 390 5206 y Fk(input)r Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)-8 b(.)390 5340 y Fk(input)p 609 5340 V 39 w(len)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m(y)-8 b(.)p eop end %%Page: 41 45 TeXDict begin 41 44 bop 150 -116 a Ft(Chapter)30 b(9:)41 b(Session)30 b(F)-8 b(unctions)2345 b(41)390 299 y Fk(output)r Ft(:)40 b(newly)30 b(allo)s(cated)j(output)d(b)m(yte)h(arra)m(y)-8 b(.)390 433 y Fk(output)p 664 433 28 4 v 40 w(len)p Ft(:)40 b(size)32 b(of)e(output)g(b)m(yte)h(arra)m(y)-8 b(.)390 568 y(Deco)s(de)33 b(data)g(according)h(to)f(negotiated)h(SASL)d(mec)m (hanism.)47 b(This)32 b(migh)m(t)h(mean)f(that)h(data)390 677 y(is)d(in)m(tegrit)m(y)j(or)d(priv)-5 b(acy)31 b(protected.)390 812 y(The)i Fn(output)f Ft(bu\013er)g(is)h(allo)s(cated)j(b)m(y)d(this) g(function,)h(and)f(it)h(is)f(the)h(resp)s(onsibilit)m(y)f(of)h(caller) 390 922 y(to)d(deallo)s(cate)i(it)e(b)m(y)f(calling)i(free\()p Fn(output)p Ft(\).)390 1056 y Fe(Return)c(v)-5 b(alue:)40 b Ft(Returns)27 b Fn(GSASL_OK)f Ft(if)i(enco)s(ding)h(w)m(as)f (successful,)h(otherwise)f(an)h(error)e(co)s(de.)150 1255 y Fl(gsasl)p 410 1255 37 5 v 55 w(mec)m(hanism)p 1055 1255 V 54 w(name)3350 1452 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g(gsasl_mechanism_name)e Fg(\()p Fk(Gsasl)p 2175 1452 28 4 v 42 w(session)30 b(*)h Ff(sctx)p Fg(\))390 1562 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.) 390 1696 y(This)g(function)g(returns)f(the)h(name)h(of)f(the)h(SASL)e (mec)m(hanism)i(used)e(in)h(the)h(session.)390 1831 y Fe(Return)c(v)-5 b(alue:)40 b Ft(Returns)27 b(a)h(zero)g(terminated)h (c)m(haracter)g(arra)m(y)f(with)g(the)f(name)h(of)g(the)g(SASL)390 1940 y(mec)m(hanism,)j(or)f(NULL)h(if)f(not)h(kno)m(wn.)390 2075 y Fe(Since:)41 b Ft(0.2.28)p eop end %%Page: 42 46 TeXDict begin 42 45 bop 150 -116 a Ft(Chapter)30 b(10:)41 b(Utilities)2685 b(42)150 299 y Fq(10)80 b(Utilities)150 625 y Fl(gsasl)p 410 625 37 5 v 55 w(saslprep)3350 831 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_saslprep)d Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(in)p Fk(,)g(Gsasl)p 2065 831 28 4 v 41 w(saslprep)p 2426 831 V 39 w(\015ags)g Ff(flags)p Fk(,)h(c)m(har)565 941 y(**)f Ff(out)p Fk(,)h(in)m(t)f(*)f Ff(stringpreprc)p Fg(\))390 1050 y Fk(in)p Ft(:)40 b(a)31 b(UTF-8)g(enco)s(ded)f(string.)390 1194 y Fk(\015ags)t Ft(:)41 b(an)m(y)30 b(SASLprep)f(\015ag,)i(e.g.,)h Fn (GSASL_ALLOW_UNASSIGNED)p Ft(.)390 1337 y Fk(out)r Ft(:)41 b(on)30 b(exit,)i(con)m(tains)f(newly)f(allo)s(cated)j(output)d (string.)390 1481 y Fk(stringpreprc)6 b Ft(:)39 b(if)31 b(non-NULL,)f(will)h(hold)f(precise)g(stringprep)g(return)f(co)s(de.) 390 1624 y(Prepare)f(string)g(using)g(SASLprep.)38 b(On)27 b(success,)i(the)f Fn(out)g Ft(v)-5 b(ariable)28 b(m)m(ust)g(b)s(e)g (deallo)s(cated)i(b)m(y)390 1734 y(the)h(caller.)390 1878 y Fe(Return)f(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(on)i(success,)h(or)f Fn(GSASL_SASLPREP_ERROR)25 b Ft(on)30 b(error.)390 2021 y Fe(Since:)41 b Ft(0.2.3)150 2230 y Fl(gsasl)p 410 2230 37 5 v 55 w(base64)p 819 2230 V 55 w(to)3350 2435 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_base64_to)d Fg(\()p Fk(const)30 b(c)m(har)f(*)g Ff(in)p Fk(,)h(size)p 2039 2435 28 4 v 41 w(t)f Ff(inlen)p Fk(,)i(c)m(har)e(**)h Ff(out)p Fk(,)g(size)p 3130 2435 V 41 w(t)565 2545 y(*)h Ff(outlen)p Fg(\))390 2655 y Fk(in)p Ft(:)40 b(input)30 b(b)m(yte)h(arra)m(y)390 2798 y Fk(inlen)p Ft(:)41 b(size)31 b(of)f(input)g(b)m(yte)h(arra)m(y)390 2942 y Fk(out)r Ft(:)41 b(p)s(oin)m(ter)30 b(to)h(newly)g(allo)s(cated) h(output)e(b)m(yte)h(arra)m(y)390 3085 y Fk(outlen)p Ft(:)41 b(p)s(oin)m(ter)31 b(to)g(size)g(of)f(newly)g(allo)s(cated)j (output)d(b)m(yte)h(arra)m(y)390 3229 y(Enco)s(de)h(data)i(as)f (base64.)49 b(The)32 b(string)h(is)f(zero)i(terminated,)g(and)e Fn(outlen)f Ft(holds)i(the)g(length)390 3339 y(excluding)e(the)f (terminating)h(zero.)42 b(The)30 b Fn(out)f Ft(bu\013er)h(m)m(ust)g(b)s (e)g(deallo)s(cated)i(b)m(y)e(the)h(caller.)390 3482 y Fe(Return)37 b(v)-5 b(alue:)56 b Ft(Returns)37 b Fn(GSASL_OK)e Ft(on)j(success,)i(or)d Fn(GSASL_MALLOC_ERROR)c Ft(if)38 b(input)f(w)m(as)390 3592 y(to)s(o)31 b(large)h(or)e(memory)g(allo)s (cation)j(fail.)390 3735 y Fe(Since:)41 b Ft(0.2.2)150 3944 y Fl(gsasl)p 410 3944 37 5 v 55 w(base64)p 819 3944 V 55 w(from)3350 4150 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_base64_from)e Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(in)p Fk(,)g(size)p 2150 4150 28 4 v 41 w(t)f Ff(inlen)p Fk(,)i(c)m(har)f(**)g Ff(out)p Fk(,)565 4259 y(size)p 712 4259 V 41 w(t)g(*)f Ff(outlen)p Fg(\))390 4369 y Fk(in)p Ft(:)40 b(input)30 b(b)m(yte)h(arra)m(y)390 4512 y Fk(inlen)p Ft(:)41 b(size)31 b(of)f(input)g(b)m(yte)h(arra)m(y)390 4656 y Fk(out)r Ft(:)41 b(p)s(oin)m(ter)30 b(to)h(newly)g(allo)s(cated) h(output)e(b)m(yte)h(arra)m(y)390 4800 y Fk(outlen)p Ft(:)41 b(p)s(oin)m(ter)31 b(to)g(size)g(of)f(newly)g(allo)s(cated)j (output)d(b)m(yte)h(arra)m(y)390 4943 y(Deco)s(de)g(Base64)i(data.)41 b(The)30 b Fn(out)g Ft(bu\013er)f(m)m(ust)h(b)s(e)g(deallo)s(cated)i(b) m(y)e(the)h(caller.)390 5087 y Fe(Return)k(v)-5 b(alue:)51 b Ft(Returns)35 b Fn(GSASL_OK)e Ft(on)i(success,)j Fn (GSASL_BASE64_ERROR)30 b Ft(if)36 b(input)e(w)m(as)i(in-)390 5196 y(v)-5 b(alid,)31 b(and)f Fn(GSASL_MALLOC_ERROR)25 b Ft(on)30 b(memory)h(allo)s(cation)h(errors.)390 5340 y Fe(Since:)41 b Ft(0.2.2)p eop end %%Page: 43 47 TeXDict begin 43 46 bop 150 -116 a Ft(Chapter)30 b(10:)41 b(Utilities)2685 b(43)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(simple)p 807 299 V 55 w(getpass)3350 522 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_simple_getpass)f Fg(\()p Fk(const)31 b(c)m(har)g(*)f Ff(filename)p Fk(,)j(const)e(c)m (har)g(*)565 632 y Ff(username)p Fk(,)i(c)m(har)e(**)g Ff(key)p Fg(\))390 741 y Fk(\014lename)5 b Ft(:)41 b(\014lename)31 b(of)f(\014le)h(con)m(taining)h(passw)m(ords.)390 903 y Fk(username)5 b Ft(:)40 b(username)30 b(string.)390 1064 y Fk(k)m(ey)8 b Ft(:)41 b(newly)30 b(allo)s(cated)j(output)d(c)m (haracter)i(arra)m(y)-8 b(.)390 1225 y(Retriev)m(e)36 b(passw)m(ord)d(for)h(user)f(from)h(sp)s(eci\014ed)f(\014le.)52 b(The)34 b(bu\013er)f Fn(key)g Ft(con)m(tain)i(the)g(passw)m(ord)390 1334 y(if)30 b(this)h(function)f(is)g(successful.)41 b(The)29 b(caller)j(is)f(resp)s(onsible)e(for)h(deallo)s(cating)j(it.) 390 1496 y(The)h(\014le)g(should)g(b)s(e)f(on)h(the)h(UoW)g Fn(")p Ft(MD5)g(Based)g(Authen)m(tication)p Fn(")h Ft(format,)g(whic)m (h)e(means)390 1605 y(it)g(is)f(in)g(text)i(format)e(with)g(commen)m (ts)i(denoted)e(b)m(y)g(#)g(\014rst)g(on)g(the)h(line,)g(with)f(user)g (en)m(tries)390 1715 y(lo)s(oking)h(as)f Fn(")p Ft(usernameT)-8 b(ABpassw)m(ord)p Fn(")p Ft(.)48 b(This)33 b(function)f(remo)m(v)m(es)j (CR)e(and)f(LF)h(at)h(the)g(end)390 1824 y(of)40 b(lines)g(b)s(efore)g (pro)s(cessing.)69 b(T)-8 b(AB,)41 b(CR,)f(and)f(LF)h(denote)g(ASCI)s (I)f(v)-5 b(alues)40 b(9,)j(13,)g(and)d(10,)390 1934 y(resp)s(ectiv)m(ely)-8 b(.)390 2095 y Fe(Return)47 b(v)-5 b(alue:)75 b Ft(Return)47 b Fn(GSASL_OK)e Ft(if)i(output)g(bu\013er)f (con)m(tains)j(the)e(passw)m(ord,)52 b Fn(GSASL_)390 2205 y(AUTHENTICATION_ERROR)25 b Ft(if)30 b(the)h(user)e(could)i(not)f (b)s(e)g(found,)f(or)i(other)f(error)g(co)s(de.)150 2430 y Fl(gsasl)p 410 2430 V 55 w(nonce)3350 2654 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_nonce)c Fg(\()p Fk(c)m(har)31 b(*)g Ff(data)p Fk(,)h(size)p 1703 2654 28 4 v 41 w(t)e Ff(datalen)p Fg(\))390 2763 y Fk(data)p Ft(:)41 b(output)30 b(arra)m(y)h(to)g(b)s(e)f(\014lled)g(with)g (unpredictable)g(random)g(data.)390 2925 y Fk(datalen)p Ft(:)42 b(size)31 b(of)f(output)g(arra)m(y)-8 b(.)390 3086 y(Store)31 b(unpredictable)f(data)h(of)f(giv)m(en)i(size)f(in)f (the)g(pro)m(vided)g(bu\013er.)390 3247 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(i\013)i(successful.)150 3473 y Fl(gsasl)p 410 3473 37 5 v 55 w(random)3350 3696 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_random)c Fg(\()p Fk(c)m(har)31 b(*)g Ff(data)p Fk(,)h(size)p 1755 3696 28 4 v 41 w(t)f Ff(datalen)p Fg(\))390 3806 y Fk(data)p Ft(:)41 b(output)30 b(arra)m(y)h(to)g(b)s(e)f(\014lled)g(with)g(strong) h(random)f(data.)390 3967 y Fk(datalen)p Ft(:)42 b(size)31 b(of)f(output)g(arra)m(y)-8 b(.)390 4128 y(Store)31 b (cryptographically)g(strong)g(random)e(data)j(of)e(giv)m(en)h(size)h (in)e(the)g(pro)m(vided)g(bu\013er.)390 4289 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(i\013)i(successful.)150 4515 y Fl(gsasl)p 410 4515 37 5 v 55 w(md5)3350 4738 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_md5)48 b Fg(\()p Fk(const)32 b(c)m(har)e(*)h Ff(in)p Fk(,)g(size)p 1731 4738 28 4 v 41 w(t)g Ff(inlen)p Fk(,)h(c)m(har)f(*)f Ff(out)p Fc([)p Ff(16)p Fc(])p Fg(\))390 4848 y Fk(in)p Ft(:)40 b(input)30 b(c)m(haracter)i(arra)m(y)f(of)f(data)h(to)g(hash.) 390 5009 y Fk(inlen)p Ft(:)41 b(length)30 b(of)h(input)e(c)m(haracter)j (arra)m(y)f(of)g(data)g(to)g(hash.)390 5170 y(Compute)d(hash)g(of)g (data)h(using)f(MD5.)41 b(The)28 b Fn(out)g Ft(bu\013er)f(m)m(ust)h(b)s (e)g(deallo)s(cated)i(b)m(y)f(the)f(caller.)390 5331 y Fe(Return)i(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(i\013)i(successful.)p eop end %%Page: 44 48 TeXDict begin 44 47 bop 150 -116 a Ft(Chapter)30 b(10:)41 b(Utilities)2685 b(44)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(hmac)p 750 299 V 54 w(md5)3350 496 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_hmac_md5)d Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(key)p Fk(,)g(size)p 2045 496 28 4 v 41 w(t)g Ff(keylen)p Fk(,)h(const)f(c)m(har)g(*)f Ff(in)p Fk(,)565 605 y(size)p 712 605 V 41 w(t)h Ff(inlen)p Fk(,)h(c)m(har)f(*)f Ff(outhash)p Fc([)p Ff(16)p Fc(])p Fg(\))390 715 y Fk(k)m(ey)8 b Ft(:)41 b(input)30 b(c)m(haracter)i(arra) m(y)f(with)f(k)m(ey)h(to)g(use.)390 849 y Fk(k)m(eylen)p Ft(:)42 b(length)30 b(of)h(input)e(c)m(haracter)j(arra)m(y)f(with)f(k)m (ey)h(to)h(use.)390 984 y Fk(in)p Ft(:)40 b(input)30 b(c)m(haracter)i(arra)m(y)f(of)f(data)h(to)g(hash.)390 1118 y Fk(inlen)p Ft(:)41 b(length)30 b(of)h(input)e(c)m(haracter)j (arra)m(y)f(of)g(data)g(to)g(hash.)390 1253 y(Compute)j(k)m(ey)m(ed)h (c)m(hec)m(ksum)g(of)g(data)g(using)e(HMA)m(C-MD5.)55 b(The)34 b Fn(outhash)e Ft(bu\013er)h(m)m(ust)i(b)s(e)390 1362 y(deallo)s(cated)d(b)m(y)f(the)f(caller.)390 1497 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(i\013)i(successful.)150 1696 y Fl(gsasl)p 410 1696 37 5 v 55 w(sha1)3350 1893 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_sha1)c Fg(\()p Fk(const)31 b(c)m(har)g(*)f Ff(in)p Fk(,)i(size)p 1784 1893 28 4 v 41 w(t)e Ff(inlen)p Fk(,)i(c)m(har)f(*)g Ff(out)p Fc([)p Ff(20)p Fc(])p Fg(\))390 2002 y Fk(in)p Ft(:)40 b(input)30 b(c)m(haracter)i(arra)m(y)f(of)f (data)h(to)g(hash.)390 2137 y Fk(inlen)p Ft(:)41 b(length)30 b(of)h(input)e(c)m(haracter)j(arra)m(y)f(of)g(data)g(to)g(hash.)390 2271 y(Compute)25 b(hash)g(of)h(data)h(using)e(SHA1.)40 b(The)25 b Fn(out)g Ft(bu\013er)g(m)m(ust)h(b)s(e)f(deallo)s(cated)j(b) m(y)d(the)h(caller.)390 2406 y Fe(Return)k(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(i\013)i(successful.)390 2540 y Fe(Since:)41 b Ft(1.3)150 2740 y Fl(gsasl)p 410 2740 37 5 v 55 w(hmac)p 750 2740 V 54 w(sha1)3350 2936 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_hmac_sha1)d Fg(\()p Fk(const)30 b(c)m(har)g(*)f Ff(key)p Fk(,)i(size)p 2093 2936 28 4 v 41 w(t)e Ff(keylen)p Fk(,)j(const)d(c)m(har)h(*)f Ff(in)p Fk(,)565 3046 y(size)p 712 3046 V 41 w(t)i Ff(inlen)p Fk(,)h(c)m(har)f(*)f Ff(outhash)p Fc([)p Ff(20)p Fc(])p Fg(\))390 3156 y Fk(k)m(ey)8 b Ft(:)41 b(input)30 b(c)m(haracter)i (arra)m(y)f(with)f(k)m(ey)h(to)g(use.)390 3290 y Fk(k)m(eylen)p Ft(:)42 b(length)30 b(of)h(input)e(c)m(haracter)j(arra)m(y)f(with)f(k)m (ey)h(to)h(use.)390 3425 y Fk(in)p Ft(:)40 b(input)30 b(c)m(haracter)i(arra)m(y)f(of)f(data)h(to)g(hash.)390 3559 y Fk(inlen)p Ft(:)41 b(length)30 b(of)h(input)e(c)m(haracter)j (arra)m(y)f(of)g(data)g(to)g(hash.)390 3694 y(Compute)g(k)m(ey)m(ed)i (c)m(hec)m(ksum)f(of)g(data)h(using)e(HMA)m(C-SHA1.)46 b(The)31 b Fn(outhash)e Ft(bu\013er)i(m)m(ust)h(b)s(e)390 3803 y(deallo)s(cated)g(b)m(y)f(the)f(caller.)390 3938 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(i\013)i(successful.)390 4072 y Fe(Since:)41 b Ft(1.3)p eop end %%Page: 45 49 TeXDict begin 45 48 bop 150 -116 a Ft(Chapter)30 b(11:)41 b(Memory)31 b(Handling)2279 b(45)150 299 y Fq(11)80 b(Memory)54 b(Handling)150 598 y Fl(gsasl)p 410 598 37 5 v 55 w(free)3350 795 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_free)48 b Fg(\()p Fk(v)m(oid)31 b(*)g Ff(ptr)p Fg(\))390 904 y Fk(ptr)7 b Ft(:)40 b(memory)30 b(p)s(oin)m(ter)390 1039 y(In)m(v)m(ok)m(e)k(free\()p Fn(ptr)p Ft(\))f(to)h(de-allo)s(cate) h(memory)e(p)s(oin)m(ter.)48 b(T)m(ypically)34 b(used)e(on)h(strings)g (allo)s(cated)390 1148 y(b)m(y)d(other)h(libgsasl)g(functions.)390 1283 y(This)d(is)h(useful)f(on)g(Windo)m(ws)h(where)f(libgsasl)i(is)f (link)m(ed)g(to)g(one)g(CR)-8 b(T)29 b(and)f(the)h(application)h(is)390 1392 y(link)m(ed)i(to)h(another)f(CR)-8 b(T.)32 b(Then)f(mallo)s (c/free)i(will)f(not)h(use)e(the)h(same)h(heap.)45 b(This)31 b(happ)s(ens)390 1502 y(if)f(y)m(ou)h(build)e(libgsasl)j(using)d (mingw32)i(and)f(the)h(application)g(with)f(Visual)h(Studio.)390 1636 y Fe(Since:)41 b Ft(0.2.19)p eop end %%Page: 46 50 TeXDict begin 46 49 bop 150 -116 a Ft(Chapter)30 b(12:)41 b(Error)30 b(Handling)2393 b(46)150 299 y Fq(12)80 b(Error)53 b(Handling)150 523 y Ft(Most)41 b(functions)f(in)g(the)h(GNU)g(SASL)e (Library)h(return)f(an)h(error)g(if)g(they)h(fail.)71 b(F)-8 b(or)41 b(this)f(reason,)150 632 y(the)30 b(application)g (should)f(alw)m(a)m(ys)h(catc)m(h)h(the)f(error)f(condition)h(and)e (tak)m(e)j(appropriate)f(measures,)f(for)150 742 y(example)j(b)m(y)g (releasing)g(the)g(resources)f(and)g(passing)g(the)h(error)f(up)g(to)h (the)f(caller,)j(or)d(b)m(y)h(displa)m(ying)150 851 y(a)f(descriptiv)m (e)g(message)h(to)f(the)f(user)g(and)g(cancelling)i(the)e(op)s (eration.)275 984 y(Some)k(error)f(v)-5 b(alues)35 b(do)f(not)g (indicate)h(a)f(system)h(error)e(or)h(an)g(error)g(in)g(the)g(op)s (eration,)h(but)f(the)150 1093 y(result)c(of)h(an)f(op)s(eration)h (that)g(failed)g(prop)s(erly)-8 b(.)150 1322 y Fs(12.1)68 b(Error)46 b(v)-7 b(alues)150 1481 y Ft(Errors)29 b(are)i(returned)e (as)i Fn(int)e Ft(v)-5 b(alues.)275 1614 y(The)23 b(v)-5 b(alue)25 b(of)g(the)f(sym)m(b)s(ol)g Fn(GSASL_OK)e Ft(is)i(guaran)m (teed)i(to)f(alw)m(a)m(ys)h(b)s(e)d Fn(0)p Ft(,)j(and)d(all)i(other)g (error)f(co)s(des)150 1723 y(are)32 b(guaran)m(teed)g(to)g(b)s(e)f (non-)p Fn(0)p Ft(,)g(so)h(y)m(ou)f(ma)m(y)h(use)f(that)h(information)g (to)g(build)e(b)s(o)s(olean)h(expressions)150 1833 y(in)m(v)m(olving)25 b(return)e(co)s(des.)39 b(Otherwise,)25 b(an)f(application)h(should)e (not)h(dep)s(end)e(on)i(the)g(particular)g(v)-5 b(alue)150 1942 y(for)41 b(error)f(co)s(des,)k(and)d(are)g(encouraged)h(to)f(use)g (the)g(constan)m(ts)h(ev)m(en)g(for)f Fn(GSASL_OK)d Ft(to)k(impro)m(v)m (e)150 2052 y(readabilit)m(y)-8 b(.)43 b(P)m(ossible)31 b(v)-5 b(alues)31 b(are:)150 2207 y Fn(GSASL_OK)96 b Ft(Libgsasl)31 b(success)150 2363 y Fn(GSASL_NEEDS_MORE)630 2472 y Ft(SASL)e(mec)m(hanism)i(needs)f(more)g(data)150 2627 y Fn(GSASL_UNKNOWN_MECHANISM)630 2737 y Ft(Unkno)m(wn)g(SASL)f (mec)m(hanism)150 2892 y Fn(GSASL_MECHANISM_CALLED_T)o(OO_M)o(ANY_)o (TIM)o(ES)630 3002 y Ft(SASL)g(mec)m(hanism)i(called)h(to)s(o)f(man)m (y)f(times)150 3157 y Fn(GSASL_TOO_SMALL_BUFFER)630 3267 y Ft(SASL)f(function)h(needs)g(larger)h(bu\013er)f(\(in)m(ternal)h (error\))150 3422 y Fn(GSASL_FOPEN_ERROR)630 3532 y Ft(Could)f(not)g (op)s(en)g(\014le)g(in)h(SASL)e(library)150 3687 y Fn (GSASL_FCLOSE_ERROR)630 3796 y Ft(Could)h(not)g(close)i(\014le)e(in)g (SASL)g(library)150 3952 y Fn(GSASL_MALLOC_ERROR)630 4061 y Ft(Memory)h(allo)s(cation)i(error)c(in)i(SASL)e(library)150 4217 y Fn(GSASL_BASE64_ERROR)630 4326 y Ft(Base)i(64)h(co)s(ding)e (error)g(in)g(SASL)f(library)150 4481 y Fn(GSASL_CRYPTO_ERROR)630 4591 y Ft(Lo)m(w-lev)m(el)k(crypto)d(error)g(in)g(SASL)g(library)150 4746 y Fn(GSASL_NEED_CLIENT_ANONYM)o(OUS_)o(CALL)o(BAC)o(K)630 4856 y Ft(SASL)42 b(mec)m(hanism)i(needs)f(gsasl)p 1834 4856 28 4 v 40 w(clien)m(t)p 2087 4856 V 42 w(callbac)m(k)p 2445 4856 V 42 w(anon)m(ymous\(\))h(callbac)m(k)i(\(applica-)630 4966 y(tion)31 b(error\))150 5121 y Fn(GSASL_NEED_CLIENT_PASSWO)o(RD_C) o(ALLB)o(ACK)630 5230 y Ft(SASL)i(mec)m(hanism)i(needs)f(gsasl)p 1807 5230 V 41 w(clien)m(t)p 2061 5230 V 42 w(callbac)m(k)p 2419 5230 V 42 w(passw)m(ord\(\))h(callbac)m(k)h(\(application)630 5340 y(error\))p eop end %%Page: 47 51 TeXDict begin 47 50 bop 150 -116 a Ft(Chapter)30 b(12:)41 b(Error)30 b(Handling)2393 b(47)150 299 y Fn(GSASL_NEED_CLIENT_PASSCO)o (DE_C)o(ALLB)o(ACK)630 408 y Ft(SASL)37 b(mec)m(hanism)g(needs)h(gsasl) p 1817 408 28 4 v 41 w(clien)m(t)p 2071 408 V 41 w(callbac)m(k)p 2428 408 V 42 w(passco)s(de\(\))h(callbac)m(k)g(\(application)630 518 y(error\))150 678 y Fn(GSASL_NEED_CLIENT_PIN_CA)o(LLBA)o(CK)630 788 y Ft(SASL)29 b(mec)m(hanism)h(needs)g(gsasl)p 1794 788 V 41 w(clien)m(t)p 2048 788 V 42 w(callbac)m(k)p 2406 788 V 42 w(pin\(\))g(callbac)m(k)i(\(application)g(error\))150 948 y Fn(GSASL_NEED_CLIENT_AUTHOR)o(IZAT)o(ION_)o(ID_)o(CALL)o(BACK)630 1058 y Ft(SASL)39 b(mec)m(hanism)i(needs)f(gsasl)p 1825 1058 V 41 w(clien)m(t)p 2079 1058 V 41 w(callbac)m(k)p 2436 1058 V 43 w(authorization)p 3008 1058 V 41 w(id\(\))h(callbac)m(k) h(\(ap-)630 1167 y(plication)32 b(error\))150 1327 y Fn(GSASL_NEED_CLIENT_AUTHEN)o(TICA)o(TION)o(_ID)o(_CAL)o(LBAC)o(K)630 1437 y Ft(SASL)f(mec)m(hanism)h(needs)f(gsasl)p 1799 1437 V 41 w(clien)m(t)p 2053 1437 V 42 w(callbac)m(k)p 2411 1437 V 42 w(authen)m(tication)p 3024 1437 V 42 w(id\(\))h(callbac) m(k)i(\(ap-)630 1547 y(plication)e(error\))150 1707 y Fn(GSASL_NEED_CLIENT_SERVIC)o(E_CA)o(LLBA)o(CK)630 1816 y Ft(SASL)26 b(mec)m(hanism)i(needs)e(gsasl)p 1785 1816 V 41 w(clien)m(t)p 2039 1816 V 42 w(callbac)m(k)p 2397 1816 V 42 w(service\(\))j(callbac)m(k)g(\(application)g(er-)630 1926 y(ror\))150 2086 y Fn(GSASL_NEED_SERVER_VALIDA)o(TE_C)o(ALLB)o (ACK)630 2196 y Ft(SASL)40 b(mec)m(hanism)h(needs)g(gsasl)p 1827 2196 V 41 w(serv)m(er)p 2101 2196 V 40 w(callbac)m(k)p 2457 2196 V 43 w(v)-5 b(alidate\(\))43 b(callbac)m(k)g(\(application) 630 2305 y(error\))150 2465 y Fn(GSASL_NEED_SERVER_CRAM_M)o(D5_C)o (ALLB)o(ACK)630 2575 y Ft(SASL)20 b(mec)m(hanism)i(needs)f(gsasl)p 1768 2575 V 41 w(serv)m(er)p 2042 2575 V 40 w(callbac)m(k)p 2398 2575 V 43 w(cram)p 2638 2575 V 40 w(md5\(\))h(callbac)m(k)h (\(application)630 2685 y(error\))150 2845 y Fn (GSASL_NEED_SERVER_DIGEST)o(_MD5)o(_CAL)o(LBA)o(CK)630 2954 y Ft(SASL)39 b(mec)m(hanism)g(needs)h(gsasl)p 1823 2954 V 41 w(serv)m(er)p 2097 2954 V 40 w(callbac)m(k)p 2453 2954 V 42 w(digest)p 2727 2954 V 41 w(md5\(\))g(callbac)m(k)i (\(applica-)630 3064 y(tion)31 b(error\))150 3224 y Fn (GSASL_NEED_SERVER_EXTERN)o(AL_C)o(ALLB)o(ACK)630 3334 y Ft(SASL)38 b(mec)m(hanism)h(needs)g(gsasl)p 1821 3334 V 41 w(serv)m(er)p 2095 3334 V 40 w(callbac)m(k)p 2451 3334 V 42 w(external\(\))i(callbac)m(k)g(\(application)630 3443 y(error\))150 3603 y Fn(GSASL_NEED_SERVER_ANONYM)o(OUS_)o(CALL)o (BAC)o(K)630 3713 y Ft(SASL)d(mec)m(hanism)i(needs)f(gsasl)p 1822 3713 V 41 w(serv)m(er)p 2096 3713 V 41 w(callbac)m(k)p 2453 3713 V 42 w(anon)m(ymous\(\))h(callbac)m(k)i(\(applica-)630 3823 y(tion)31 b(error\))150 3983 y Fn(GSASL_NEED_SERVER_REALM_)o(CALL) o(BACK)630 4092 y Ft(SASL)f(mec)m(hanism)i(needs)f(gsasl)p 1798 4092 V 40 w(serv)m(er)p 2071 4092 V 41 w(callbac)m(k)p 2428 4092 V 42 w(realm\(\))h(callbac)m(k)i(\(application)f(er-)630 4202 y(ror\))150 4362 y Fn(GSASL_NEED_SERVER_SECURI)o(D_CA)o(LLBA)o(CK) 630 4472 y Ft(SASL)21 b(mec)m(hanism)h(needs)g(gsasl)p 1770 4472 V 40 w(serv)m(er)p 2043 4472 V 41 w(callbac)m(k)p 2400 4472 V 42 w(securid\(\))g(callbac)m(k)i(\(application)g(er-)630 4581 y(ror\))150 4741 y Fn(GSASL_NEED_SERVER_SERVIC)o(E_CA)o(LLBA)o(CK) 630 4851 y Ft(SASL)f(mec)m(hanism)h(needs)g(gsasl)p 1776 4851 V 41 w(serv)m(er)p 2050 4851 V 40 w(callbac)m(k)p 2406 4851 V 42 w(service\(\))i(callbac)m(k)g(\(application)g(er-)630 4961 y(ror\))150 5121 y Fn(GSASL_NEED_SERVER_GSSAPI)o(_CAL)o(LBAC)o(K) 630 5230 y Ft(SASL)i(mec)m(hanism)g(needs)h(gsasl)p 1790 5230 V 41 w(serv)m(er)p 2064 5230 V 40 w(callbac)m(k)p 2420 5230 V 42 w(gssapi\(\))h(callbac)m(k)g(\(application)h(er-)630 5340 y(ror\))p eop end %%Page: 48 52 TeXDict begin 48 51 bop 150 -116 a Ft(Chapter)30 b(12:)41 b(Error)30 b(Handling)2393 b(48)150 299 y Fn(GSASL_NEED_SERVER_RETRIE)o (VE_C)o(ALLB)o(ACK)630 408 y Ft(SASL)42 b(mec)m(hanism)i(needs)g(gsasl) p 1835 408 28 4 v 40 w(serv)m(er)p 2108 408 V 41 w(callbac)m(k)p 2465 408 V 42 w(retriev)m(e\(\))i(callbac)m(k)f(\(application)630 518 y(error\))150 679 y Fn(GSASL_UNICODE_NORMALIZAT)o(ION_)o(ERRO)o(R) 630 788 y Ft(F)-8 b(ailed)32 b(to)f(p)s(erform)e(Unico)s(de)i (Normalization)h(on)e(string.)150 949 y Fn(GSASL_SASLPREP_ERROR)630 1059 y Ft(Could)g(not)g(prepare)g(in)m(ternationalized)j(\(non-ASCI)s (I\))c(string.)150 1219 y Fn(GSASL_MECHANISM_PARSE_ER)o(ROR)630 1329 y Ft(SASL)g(mec)m(hanism)i(could)f(not)h(parse)f(input)150 1490 y Fn(GSASL_AUTHENTICATION_ERR)o(OR)630 1599 y Ft(Error)f(authen)m (ticating)k(user)150 1760 y Fn(GSASL_CANNOT_GET_CTX)630 1870 y Ft(Cannot)d(get)i(in)m(ternal)f(library)f(handle)g(\(library)g (error\))150 2030 y Fn(GSASL_INTEGRITY_ERROR)630 2140 y Ft(In)m(tegrit)m(y)i(error)e(in)g(application)i(pa)m(yload)150 2301 y Fn(GSASL_NO_MORE_REALMS)630 2410 y Ft(No)f(more)f(realms)h(a)m (v)-5 b(ailable)33 b(\(non-fatal\))150 2571 y Fn(GSASL_NO_CLIENT_CODE) 630 2681 y Ft(Clien)m(t-side)f(functionalit)m(y)f(not)g(a)m(v)-5 b(ailable)33 b(in)d(library)g(\(application)i(error\))150 2841 y Fn(GSASL_NO_SERVER_CODE)630 2951 y Ft(Serv)m(er-side)f (functionalit)m(y)g(not)g(a)m(v)-5 b(ailable)33 b(in)d(library)g (\(application)i(error\))150 3112 y Fn(GSASL_GSSAPI_RELEASE_BUF)o(FER_) o(ERRO)o(R)630 3221 y Ft(GSSAPI)j(library)g(could)g(not)h(deallo)s (cate)i(memory)e(in)f(gss)p 2739 3221 V 40 w(release)p 3041 3221 V 41 w(bu\013er\(\))h(in)f(SASL)630 3331 y(library)-8 b(.)41 b(This)29 b(is)i(a)f(serious)h(in)m(ternal)g(error.)150 3492 y Fn(GSASL_GSSAPI_IMPORT_NAME)o(_ERR)o(OR)630 3601 y Ft(GSSAPI)39 b(library)h(could)g(not)h(understand)d(a)j(p)s(eer)e (name)i(in)f(gss)p 3007 3601 V 40 w(imp)s(ort)p 3318 3601 V 39 w(name\(\))h(in)630 3711 y(SASL)29 b(library)-8 b(.)41 b(This)30 b(is)g(most)h(lik)m(ely)h(due)d(to)i(incorrect)h (service)f(and/or)f(hostnames.)150 3871 y Fn(GSASL_GSSAPI_INIT_SEC_CO)o (NTEX)o(T_ER)o(ROR)630 3981 y Ft(GSSAPI)121 b(error)g(in)g(clien)m(t)j (while)d(negotiating)j(securit)m(y)f(con)m(text)g(in)630 4091 y(gss)p 753 4091 V 40 w(init)p 929 4091 V 41 w(sec)p 1086 4091 V 40 w(con)m(text\(\))69 b(in)d(SASL)g(library)-8 b(.)148 b(This)66 b(is)g(most)h(lik)m(ely)h(due)e(insuf-)630 4200 y(\014cien)m(t)31 b(creden)m(tials)h(or)e(malicious)i(in)m (teractions.)150 4361 y Fn(GSASL_GSSAPI_ACCEPT_SEC_)o(CONT)o(EXT_)o (ERR)o(OR)630 4471 y Ft(GSSAPI)118 b(error)h(in)g(serv)m(er)h(while)f (negotiating)j(securit)m(y)e(con)m(text)h(in)630 4580 y(gss)p 753 4580 V 40 w(accept)p 1044 4580 V 42 w(sec)p 1202 4580 V 40 w(con)m(text\(\))86 b(in)d(SASL)g(library)-8 b(.)200 b(This)82 b(is)i(most)g(lik)m(ely)h(due)630 4690 y(insu\016cien)m(t)31 b(creden)m(tials)g(or)g(malicious)g(in)m (teractions.)150 4850 y Fn(GSASL_GSSAPI_UNWRAP_ERRO)o(R)630 4960 y Ft(GSSAPI)45 b(error)g(while)g(decrypting)g(or)h(deco)s(ding)f (data)h(in)f(gss)p 2957 4960 V 40 w(un)m(wrap\(\))g(in)g(SASL)630 5070 y(library)-8 b(.)41 b(This)29 b(is)i(most)f(lik)m(ely)i(due)e(to)h (data)g(corruption.)150 5230 y Fn(GSASL_GSSAPI_WRAP_ERROR)630 5340 y Ft(GSSAPI)24 b(error)g(while)g(encrypting)g(or)h(enco)s(ding)f (data)h(in)g(gss)p 2790 5340 V 40 w(wrap\(\))f(in)g(SASL)g(library)-8 b(.)p eop end %%Page: 49 53 TeXDict begin 49 52 bop 150 -116 a Ft(Chapter)30 b(12:)41 b(Error)30 b(Handling)2393 b(49)150 299 y Fn(GSASL_GSSAPI_ACQUIRE_CRE)o (D_ER)o(ROR)630 408 y Ft(GSSAPI)52 b(error)g(acquiring)i(creden)m (tials)g(in)e(gss)p 2409 408 28 4 v 40 w(acquire)p 2734 408 V 41 w(cred\(\))h(in)g(SASL)f(library)-8 b(.)630 518 y(This)43 b(is)h(most)g(lik)m(ely)h(due)e(to)h(not)g(ha)m(ving)g (the)g(prop)s(er)e(Kerb)s(eros)h(k)m(ey)h(a)m(v)-5 b(ailable)46 b(in)630 628 y(/etc/krb5.k)m(eytab)33 b(on)e(the)f(serv)m(er.)150 782 y Fn(GSASL_GSSAPI_DISPLAY_NAM)o(E_ER)o(ROR)630 892 y Ft(GSSAPI)21 b(error)h(creating)h(a)g(displa)m(y)f(name)g(denoting)g (the)g(clien)m(t)i(in)e(gss)p 3115 892 V 40 w(displa)m(y)p 3433 892 V 40 w(name\(\))630 1002 y(in)30 b(SASL)f(library)-8 b(.)41 b(This)30 b(is)g(probably)g(b)s(ecause)g(the)h(clien)m(t)h (supplied)d(bad)g(data.)150 1156 y Fn(GSASL_GSSAPI_UNSUPPORTED)o(_PRO)o (TECT)o(ION)o(_ERR)o(OR)630 1266 y Ft(Other)e(en)m(tit)m(y)j(requested) e(in)m(tegrit)m(y)i(or)e(con\014den)m(tialit)m(y)h(protection)h(in)d (GSSAPI)g(mec)m(h-)630 1375 y(anism)j(but)g(this)g(is)g(curren)m(tly)h (not)f(implemen)m(ted.)150 1530 y Fn(GSASL_KERBEROS_V5_INIT_E)o(RROR) 630 1640 y Ft(Kerb)s(eros)f(V5)i(initialization)j(failure.)150 1794 y Fn(GSASL_KERBEROS_V5_INTERN)o(AL_E)o(RROR)630 1904 y Ft(Kerb)s(eros)29 b(V5)i(in)m(ternal)g(error.)150 2059 y Fn(GSASL_SECURID_SERVER_NEE)o(D_AD)o(DITI)o(ONA)o(L_PA)o(SSCO)o (DE)630 2168 y Ft(SecurID)f(needs)g(additional)h(passco)s(de.)150 2323 y Fn(GSASL_SECURID_SERVER_NEE)o(D_NE)o(W_PI)o(N)630 2433 y Ft(SecurID)f(needs)g(new)g(pin.)150 2587 y Fn (GSASL_INVALID_HANDLE)630 2697 y Ft(The)g(pro)m(vided)g(library)g (handle)g(w)m(as)g(in)m(v)-5 b(alid)31 b(\(application)h(error\))150 2852 y Fn(GSASL_NO_CALLBACK)630 2961 y Ft(No)f(callbac)m(k)h(sp)s (eci\014ed)e(b)m(y)g(caller)i(\(application)g(error\).)150 3116 y Fn(GSASL_NO_ANONYMOUS_TOKEN)630 3226 y Ft(Authen)m(tication)g (failed)f(b)s(ecause)g(the)f(anon)m(ymous)g(tok)m(en)i(w)m(as)f(not)f (pro)m(vided.)150 3380 y Fn(GSASL_NO_AUTHID)630 3490 y Ft(Authen)m(tication)i(failed)f(b)s(ecause)g(the)f(authen)m(tication) j(iden)m(tit)m(y)f(w)m(as)e(not)h(pro)m(vided.)150 3645 y Fn(GSASL_NO_AUTHZID)630 3754 y Ft(Authen)m(tication)h(failed)f(b)s (ecause)g(the)f(authorization)i(iden)m(tit)m(y)g(w)m(as)f(not)f(pro)m (vided.)150 3909 y Fn(GSASL_NO_PASSWORD)630 4018 y Ft(Authen)m (tication)i(failed)f(b)s(ecause)g(the)f(passw)m(ord)g(w)m(as)h(not)f (pro)m(vided.)150 4173 y Fn(GSASL_NO_PASSCODE)630 4283 y Ft(Authen)m(tication)i(failed)f(b)s(ecause)g(the)f(passco)s(de)g(w)m (as)h(not)g(pro)m(vided.)150 4437 y Fn(GSASL_NO_PIN)630 4547 y Ft(Authen)m(tication)h(failed)f(b)s(ecause)g(the)f(pin)g(co)s (de)g(w)m(as)h(not)g(pro)m(vided.)150 4702 y Fn(GSASL_NO_SERVICE)630 4811 y Ft(Authen)m(tication)h(failed)f(b)s(ecause)g(the)f(service)h (name)g(w)m(as)g(not)f(pro)m(vided.)150 4966 y Fn(GSASL_NO_HOSTNAME)630 5076 y Ft(Authen)m(tication)i(failed)f(b)s(ecause)g(the)f(host)h(name)f (w)m(as)h(not)f(pro)m(vided.)150 5230 y Fn(GSASL_GSSAPI_ENCAPSULATE)o (_TOK)o(EN_E)o(RRO)o(R)630 5340 y Ft(GSSAPI)g(error)g(encapsulating)h (tok)m(en.)p eop end %%Page: 50 54 TeXDict begin 50 53 bop 150 -116 a Ft(Chapter)30 b(12:)41 b(Error)30 b(Handling)2393 b(50)150 299 y Fn(GSASL_GSSAPI_DECAPSULATE)o (_TOK)o(EN_E)o(RRO)o(R)630 408 y Ft(GSSAPI)30 b(error)g(decapsulating)h (tok)m(en.)150 560 y Fn(GSASL_GSSAPI_INQUIRE_MEC)o(H_FO)o(R_SA)o(SLN)o (AME_)o(ERRO)o(R)630 669 y Ft(GSSAPI)f(error)g(getting)i(OID)e(for)g (SASL)f(mec)m(hanism)i(name.)150 821 y Fn(GSASL_GSSAPI_TEST_OID_SE)o (T_ME)o(MBER)o(_ER)o(ROR)630 930 y Ft(GSSAPI)f(error)g(testing)h(for)f (OID)g(in)g(OID)h(set.)150 1082 y Fn(GSASL_GSSAPI_RELEASE_OID)o(_SET)o (_ERR)o(OR)630 1191 y Ft(GSSAPI)f(error)g(releasing)h(OID)f(set.)150 1342 y Fn(GSASL_NO_CB_TLS_UNIQUE)630 1452 y Ft(Authen)m(tication)i (failed)f(b)s(ecause)g(a)f(tls-unique)h(CB)f(w)m(as)h(not)f(pro)m (vided.)150 1603 y Fn(GSASL_NO_SAML20_IDP_IDEN)o(TIFI)o(ER)630 1713 y Ft(Callbac)m(k)i(failed)f(to)g(pro)m(vide)f(SAML20)h(IdP)f(iden) m(ti\014er.)150 1864 y Fn(GSASL_NO_SAML20_REDIRECT)o(_URL)630 1974 y Ft(Callbac)m(k)i(failed)f(to)g(pro)m(vide)f(SAML20)h(redirect)g (URL.)150 2125 y Fn(GSASL_NO_OPENID20_REDIRE)o(CT_U)o(RL)630 2235 y Ft(Callbac)m(k)h(failed)f(to)g(pro)m(vide)f(OPENID20)h(redirect) g(URL.)150 2459 y Fs(12.2)68 b(Error)46 b(strings)150 2679 y Fl(gsasl)p 410 2679 37 5 v 55 w(strerror)3350 2868 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g (gsasl_strerror)d Fg(\()p Fk(in)m(t)31 b Ff(err)p Fg(\))390 2977 y Fk(err)7 b Ft(:)40 b(libgsasl)31 b(error)f(co)s(de)390 3108 y(Con)m(v)m(ert)h(return)e(co)s(de)i(to)g(h)m(uman)e(readable)i (string)f(explanation)h(of)g(the)f(reason)h(for)f(the)g(par-)390 3217 y(ticular)h(error)f(co)s(de.)390 3348 y(This)g(string)g(can)h(b)s (e)e(used)h(to)h(output)f(a)h(diagnostic)h(message)f(to)g(the)g(user.) 390 3478 y(This)i(function)g(is)h(one)g(of)g(few)f(in)h(the)g(library)f (that)h(can)g(b)s(e)f(used)g(without)h(a)g(successful)g(call)390 3588 y(to)d Fn(gsasl_init\(\))p Ft(.)390 3718 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b(a)i(p)s(oin)m(ter)e(to)i(a)f(statically)i (allo)s(cated)g(string)e(con)m(taining)h(an)f(expla-)390 3828 y(nation)g(of)f(the)h(error)f(co)s(de)h Fn(err)p Ft(.)150 4019 y Fl(gsasl)p 410 4019 V 55 w(strerror)p 878 4019 V 55 w(name)3350 4208 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g(gsasl_strerror_name)e Fg(\()p Fk(in)m(t)31 b Ff(err)p Fg(\))390 4317 y Fk(err)7 b Ft(:)40 b(libgsasl)31 b(error)f(co)s(de)390 4448 y(Con)m(v)m(ert)41 b(return)e(co)s(de)i(to)g(h)m(uman)e(readable)i(string)f(represen)m (ting)g(the)h(error)f(co)s(de)g(sym)m(b)s(ol)390 4557 y(itself.)g(F)-8 b(or)26 b(example,)h(gsasl)p 1372 4557 28 4 v 41 w(strerror)p 1713 4557 V 40 w(name\()p Fn(GSASL_OK)p Ft(\))d(returns)g(the)h(string)h Fn(")p Ft(GSASL)p 3503 4557 V 39 w(OK)p Fn(")p Ft(.)390 4688 y(This)k(string)g(can)h(b)s(e)e (used)h(to)h(output)f(a)h(diagnostic)h(message)f(to)g(the)g(user.)390 4818 y(This)i(function)g(is)h(one)g(of)g(few)f(in)h(the)g(library)f (that)h(can)g(b)s(e)f(used)g(without)h(a)g(successful)g(call)390 4928 y(to)d Fn(gsasl_init\(\))p Ft(.)390 5058 y Fe(Return)k(v)-5 b(alue:)52 b Ft(Returns)35 b(a)h(p)s(oin)m(ter)f(to)h(a)g(statically)j (allo)s(cated)e(string)f(con)m(taining)h(a)f(string)390 5168 y(v)m(ersion)31 b(of)f(the)h(error)f(co)s(de)h Fn(err)p Ft(,)e(or)i(NULL)f(if)g(the)h(error)f(co)s(de)g(is)h(not)f(kno)m(wn.) 390 5298 y Fe(Since:)41 b Ft(0.2.29)p eop end %%Page: 51 55 TeXDict begin 51 54 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(51)150 299 y Fq(13)80 b(Examples)150 554 y Ft(This)32 b(c)m(hapter)i(con)m(tains)g(example)g(co)s(de)g(whic) m(h)e(illustrates)j(ho)m(w)e(the)g(GNU)h(SASL)e(Library)g(can)i(b)s(e) 150 664 y(used)c(when)f(writing)h(y)m(our)h(o)m(wn)f(application.)150 907 y Fs(13.1)68 b(Example)46 b(1)390 1066 y Fn(/*)h(client.c)f(---)h (Example)e(SASL)i(client.)438 1176 y(*)g(Copyright)e(\(C\))i(2004-2012) f(Simon)g(Josefsson)438 1285 y(*)438 1395 y(*)h(This)g(file)f(is)i (part)e(of)h(GNU)g(SASL.)438 1504 y(*)438 1614 y(*)g(This)g(program)f (is)h(free)f(software:)93 b(you)47 b(can)g(redistribute)e(it)i(and/or)f (modify)438 1724 y(*)h(it)g(under)g(the)g(terms)f(of)h(the)g(GNU)g (General)f(Public)g(License)g(as)h(published)e(by)438 1833 y(*)i(the)g(Free)g(Software)e(Foundation,)g(either)h(version)g(3)h (of)h(the)e(License,)g(or)438 1943 y(*)h(\(at)g(your)g(option\))f(any)g (later)h(version.)438 2052 y(*)438 2162 y(*)g(This)g(program)f(is)h (distributed)e(in)i(the)g(hope)f(that)h(it)g(will)g(be)g(useful,)438 2271 y(*)g(but)g(WITHOUT)f(ANY)h(WARRANTY;)e(without)h(even)h(the)f (implied)g(warranty)g(of)438 2381 y(*)h(MERCHANTABILITY)d(or)j(FITNESS) f(FOR)h(A)g(PARTICULAR)e(PURPOSE.)93 b(See)47 b(the)438 2491 y(*)g(GNU)g(General)f(Public)g(License)g(for)h(more)f(details.)438 2600 y(*)438 2710 y(*)h(You)g(should)f(have)h(received)e(a)j(copy)e(of) i(the)f(GNU)f(General)g(Public)g(License)438 2819 y(*)h(along)g(with)f (this)h(program.)189 b(If)47 b(not,)f(see)h(.)438 2929 y(*)438 3039 y(*/)390 3258 y(#include)f() 390 3367 y(#include)g()390 3477 y(#include)g()390 3587 y(#include)g()390 3696 y(#include)g()390 3915 y(#include)g()390 4134 y(static)g(void)390 4244 y(client_authenticate)d(\(Gsasl_session)g(*)48 b(session\))390 4354 y({)485 4463 y(char)f(buf[BUFSIZ])e(=)i("";)485 4573 y(char)g(*p;)485 4682 y(int)g(rc;)485 4902 y(/*)h(This)e(loop)h (mimics)f(a)h(protocol)f(where)g(the)h(client)f(send)h(data)g(first.)93 b(*/)485 5121 y(do)581 5230 y({)676 5340 y(/*)48 b(Generate)d(client)h (output.)94 b(*/)p eop end %%Page: 52 56 TeXDict begin 52 55 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(52)676 299 y Fn(rc)48 b(=)f(gsasl_step64)d (\(session,)i(buf,)g(&p\);)676 518 y(if)i(\(rc)e(==)i(GSASL_NEEDS_MORE) 43 b(||)k(rc)g(==)h(GSASL_OK\))772 628 y({)867 737 y(/*)f(If)h (sucessful,)d(print)h(it.)95 b(*/)867 847 y(printf)46 b(\("Output:\\n\045s\\n",)d(p\);)867 956 y(gsasl_free)i(\(p\);)772 1066 y(})676 1285 y(if)j(\(rc)e(==)i(GSASL_NEEDS_MORE\))772 1395 y({)867 1504 y(/*)f(If)h(the)f(client)f(need)g(more)h(data)g(from) f(server,)g(get)h(it)g(here.)94 b(*/)867 1614 y(printf)46 b(\("Input)g(base64)g(encoded)g(data)h(from)f(server:\\n"\);)867 1724 y(p)i(=)f(fgets)g(\(buf,)f(sizeof)g(\(buf\))g(-)i(1,)f(stdin\);) 867 1833 y(if)g(\(p)h(==)f(NULL\))963 1943 y({)1058 2052 y(perror)f(\("fgets"\);)1058 2162 y(return;)963 2271 y(})867 2381 y(if)h(\(buf[strlen)e(\(buf\))i(-)g(1])g(==)g('\\n'\))963 2491 y(buf[strlen)e(\(buf\))h(-)i(1])f(=)g('\\0';)772 2600 y(})581 2710 y(})485 2819 y(while)g(\(rc)g(==)g (GSASL_NEEDS_MORE\);)485 3039 y(printf)g(\("\\n"\);)485 3258 y(if)h(\(rc)f(!=)g(GSASL_OK\))581 3367 y({)676 3477 y(printf)f(\("Authentication)e(error)i(\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d(\(rc\)\);)676 3587 y(return;)581 3696 y(})485 3915 y(/*)k(The)f(client)f(is)h(done.) 189 b(Here)47 b(you)g(would)f(typically)g(check)g(if)h(the)g(server)629 4025 y(let)g(the)f(client)h(in.)190 b(If)47 b(not,)f(you)h(could)g(try) g(again.)93 b(*/)485 4244 y(printf)47 b(\("If)f(server)g(accepted)g (us,)h(we're)f(done.\\n"\);)390 4354 y(})390 4573 y(static)g(void)390 4682 y(client)g(\(Gsasl)g(*)i(ctx\))390 4792 y({)485 4902 y(Gsasl_session)d(*session;)485 5011 y(const)i(char)f(*mech)h(=)g ("PLAIN";)485 5121 y(int)g(rc;)485 5340 y(/*)h(Create)e(new)h (authentication)d(session.)93 b(*/)p eop end %%Page: 53 57 TeXDict begin 53 56 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(53)485 299 y Fn(if)48 b(\(\(rc)e(=)i (gsasl_client_start)43 b(\(ctx,)j(mech,)g(&session\)\))f(!=)i (GSASL_OK\))581 408 y({)676 518 y(printf)f(\("Cannot)g(initialize)f (client)h(\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d (\(rc\)\);)676 628 y(return;)581 737 y(})485 956 y(/*)k(Set)f(username) e(and)i(password)f(in)h(session)f(handle.)189 b(This)46 b(info)h(will)f(be)629 1066 y(lost)g(when)h(this)g(session)e(is)j (deallocated)c(below.)190 b(*/)485 1176 y(gsasl_property_set)43 b(\(session,)j(GSASL_AUTHID,)e("jas"\);)485 1285 y(gsasl_property_set)f (\(session,)j(GSASL_PASSWORD,)d("secret"\);)485 1504 y(/*)48 b(Do)f(it.)94 b(*/)485 1614 y(client_authenticate)43 b(\(session\);)485 1833 y(/*)48 b(Cleanup.)93 b(*/)485 1943 y(gsasl_finish)45 b(\(session\);)390 2052 y(})390 2271 y(int)390 2381 y(main)i(\(int)f(argc,)h(char)f(*argv[]\))390 2491 y({)485 2600 y(Gsasl)h(*ctx)f(=)i(NULL;)485 2710 y(int)f(rc;)485 2929 y(/*)h(Initialize)d(library.)93 b(*/)485 3039 y(if)48 b(\(\(rc)e(=)i(gsasl_init)d(\(&ctx\)\))h(!=)h (GSASL_OK\))581 3148 y({)676 3258 y(printf)f(\("Cannot)g(initialize)f (libgsasl)h(\(\045d\):)94 b(\045s",)46 b(rc,)h(gsasl_strerror)d (\(rc\)\);)676 3367 y(return)i(1;)581 3477 y(})485 3696 y(/*)i(Do)f(it.)94 b(*/)485 3806 y(client)47 b(\(ctx\);)485 4025 y(/*)h(Cleanup.)93 b(*/)485 4134 y(gsasl_done)45 b(\(ctx\);)485 4354 y(return)i(0;)390 4463 y(})150 4742 y Fs(13.2)68 b(Example)46 b(2)390 4902 y Fn(/*)h(client-serverfirst.c) 42 b(---)47 b(Example)f(SASL)h(client,)f(where)g(server)g(send)h(data)f (first.)438 5011 y(*)h(Copyright)e(\(C\))i(2004-2012)f(Simon)g (Josefsson)438 5121 y(*)438 5230 y(*)h(This)g(file)f(is)i(part)e(of)h (GNU)g(SASL.)438 5340 y(*)p eop end %%Page: 54 58 TeXDict begin 54 57 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(54)438 299 y Fn(*)47 b(This)g(program)f(is)h(free)f (software:)93 b(you)47 b(can)g(redistribute)e(it)i(and/or)f(modify)438 408 y(*)h(it)g(under)g(the)g(terms)f(of)h(the)g(GNU)g(General)f(Public) g(License)g(as)h(published)e(by)438 518 y(*)i(the)g(Free)g(Software)e (Foundation,)g(either)h(version)g(3)h(of)h(the)e(License,)g(or)438 628 y(*)h(\(at)g(your)g(option\))f(any)g(later)h(version.)438 737 y(*)438 847 y(*)g(This)g(program)f(is)h(distributed)e(in)i(the)g (hope)f(that)h(it)g(will)g(be)g(useful,)438 956 y(*)g(but)g(WITHOUT)f (ANY)h(WARRANTY;)e(without)h(even)h(the)f(implied)g(warranty)g(of)438 1066 y(*)h(MERCHANTABILITY)d(or)j(FITNESS)f(FOR)h(A)g(PARTICULAR)e (PURPOSE.)93 b(See)47 b(the)438 1176 y(*)g(GNU)g(General)f(Public)g (License)g(for)h(more)f(details.)438 1285 y(*)438 1395 y(*)h(You)g(should)f(have)h(received)e(a)j(copy)e(of)i(the)f(GNU)f (General)g(Public)g(License)438 1504 y(*)h(along)g(with)f(this)h (program.)189 b(If)47 b(not,)f(see)h(.)438 1614 y(*)438 1724 y(*/)390 1943 y(#include)f()390 2052 y(#include)g()390 2162 y(#include)g()390 2271 y(#include)g()390 2381 y(#include)g()390 2600 y(#include)g()390 2819 y(static)g(void)390 2929 y(client_authenticate)d(\(Gsasl_session)g(*)48 b(session\))390 3039 y({)485 3148 y(char)f(buf[BUFSIZ])e(=)i("";)485 3258 y(char)g(*p;)485 3367 y(int)g(rc;)485 3587 y(/*)h(This)e(loop)h (mimics)f(a)h(protocol)f(where)g(the)h(server)f(send)h(data)g(first.)93 b(*/)485 3806 y(do)581 3915 y({)676 4025 y(printf)46 b(\("Input)g(base64)g(encoded)g(data)h(from)f(server:\\n"\);)676 4134 y(p)i(=)f(fgets)g(\(buf,)f(sizeof)g(\(buf\))g(-)i(1,)f(stdin\);) 676 4244 y(if)h(\(p)f(==)g(NULL\))772 4354 y({)867 4463 y(perror)f(\("fgets"\);)867 4573 y(return;)772 4682 y(})676 4792 y(if)i(\(buf[strlen)c(\(buf\))j(-)g(1])g(==)g('\\n'\))772 4902 y(buf[strlen)e(\(buf\))h(-)i(1])f(=)g('\\0';)676 5121 y(rc)h(=)f(gsasl_step64)d(\(session,)i(buf,)g(&p\);)676 5340 y(if)i(\(rc)e(==)i(GSASL_NEEDS_MORE)43 b(||)k(rc)g(==)h (GSASL_OK\))p eop end %%Page: 55 59 TeXDict begin 55 58 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(55)772 299 y Fn({)867 408 y(printf)46 b(\("Output:\\n\045s\\n",)d(p\);)867 518 y(gsasl_free)i(\(p\);)772 628 y(})581 737 y(})485 847 y(while)i(\(rc)g(==)g(GSASL_NEEDS_MORE\);) 485 1066 y(printf)g(\("\\n"\);)485 1285 y(if)h(\(rc)f(!=)g(GSASL_OK\)) 581 1395 y({)676 1504 y(printf)f(\("Authentication)e(error)i (\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d(\(rc\)\);)676 1614 y(return;)581 1724 y(})485 1943 y(/*)k(The)f(client)f(is)h(done.) 189 b(Here)47 b(you)g(would)f(typically)g(check)g(if)h(the)g(server)629 2052 y(let)g(the)f(client)h(in.)190 b(If)47 b(not,)f(you)h(could)g(try) g(again.)93 b(*/)485 2271 y(printf)47 b(\("If)f(server)g(accepted)g (us,)h(we're)f(done.\\n"\);)390 2381 y(})390 2600 y(static)g(void)390 2710 y(client)g(\(Gsasl)g(*)i(ctx\))390 2819 y({)485 2929 y(Gsasl_session)d(*session;)485 3039 y(const)i(char)f(*mech)h(=)g ("CRAM-MD5";)485 3148 y(int)g(rc;)485 3367 y(/*)h(Create)e(new)h (authentication)d(session.)93 b(*/)485 3477 y(if)48 b(\(\(rc)e(=)i (gsasl_client_start)43 b(\(ctx,)j(mech,)g(&session\)\))f(!=)i (GSASL_OK\))581 3587 y({)676 3696 y(printf)f(\("Cannot)g(initialize)f (client)h(\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d (\(rc\)\);)676 3806 y(return;)581 3915 y(})485 4134 y(/*)k(Set)f (username)e(and)i(password)f(in)h(session)f(handle.)189 b(This)46 b(info)h(will)f(be)629 4244 y(lost)g(when)h(this)g(session)e (is)j(deallocated)c(below.)190 b(*/)485 4354 y(gsasl_property_set)43 b(\(session,)j(GSASL_AUTHID,)e("jas"\);)485 4463 y(gsasl_property_set)f (\(session,)j(GSASL_PASSWORD,)d("secret"\);)485 4682 y(/*)48 b(Do)f(it.)94 b(*/)485 4792 y(client_authenticate)43 b(\(session\);)485 5011 y(/*)48 b(Cleanup.)93 b(*/)485 5121 y(gsasl_finish)45 b(\(session\);)390 5230 y(})p eop end %%Page: 56 60 TeXDict begin 56 59 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(56)390 299 y Fn(int)390 408 y(main)47 b(\(int)f(argc,)h(char)f(*argv[]\))390 518 y({)485 628 y(Gsasl)h(*ctx)f(=)i(NULL;)485 737 y(int)f(rc;)485 956 y(/*)h(Initialize)d(library.)93 b(*/)485 1066 y(if)48 b(\(\(rc)e(=)i(gsasl_init)d(\(&ctx\)\))h(!=)h(GSASL_OK\))581 1176 y({)676 1285 y(printf)f(\("Cannot)g(initialize)f(libgsasl)h (\(\045d\):)94 b(\045s",)46 b(rc,)h(gsasl_strerror)d(\(rc\)\);)676 1395 y(return)i(1;)581 1504 y(})485 1724 y(/*)i(Do)f(it.)94 b(*/)485 1833 y(client)47 b(\(ctx\);)485 2052 y(/*)h(Cleanup.)93 b(*/)485 2162 y(gsasl_done)45 b(\(ctx\);)485 2381 y(return)i(0;)390 2491 y(})150 2770 y Fs(13.3)68 b(Example)46 b(3)390 2929 y Fn(/*)h(client-mech.c)d(---)j(Example)f(SASL)h(client,)f(with)g(a)i (choice)e(of)h(mechanism)e(to)i(use.)438 3039 y(*)g(Copyright)e(\(C\))i (2004-2012)f(Simon)g(Josefsson)438 3148 y(*)438 3258 y(*)h(This)g(file)f(is)i(part)e(of)h(GNU)g(SASL.)438 3367 y(*)438 3477 y(*)g(This)g(program)f(is)h(free)f(software:)93 b(you)47 b(can)g(redistribute)e(it)i(and/or)f(modify)438 3587 y(*)h(it)g(under)g(the)g(terms)f(of)h(the)g(GNU)g(General)f (Public)g(License)g(as)h(published)e(by)438 3696 y(*)i(the)g(Free)g (Software)e(Foundation,)g(either)h(version)g(3)h(of)h(the)e(License,)g (or)438 3806 y(*)h(\(at)g(your)g(option\))f(any)g(later)h(version.)438 3915 y(*)438 4025 y(*)g(This)g(program)f(is)h(distributed)e(in)i(the)g (hope)f(that)h(it)g(will)g(be)g(useful,)438 4134 y(*)g(but)g(WITHOUT)f (ANY)h(WARRANTY;)e(without)h(even)h(the)f(implied)g(warranty)g(of)438 4244 y(*)h(MERCHANTABILITY)d(or)j(FITNESS)f(FOR)h(A)g(PARTICULAR)e (PURPOSE.)93 b(See)47 b(the)438 4354 y(*)g(GNU)g(General)f(Public)g (License)g(for)h(more)f(details.)438 4463 y(*)438 4573 y(*)h(You)g(should)f(have)h(received)e(a)j(copy)e(of)i(the)f(GNU)f (General)g(Public)g(License)438 4682 y(*)h(along)g(with)f(this)h (program.)189 b(If)47 b(not,)f(see)h(.)438 4792 y(*)438 4902 y(*/)390 5121 y(#include)f()390 5230 y(#include)g()390 5340 y(#include)g()p eop end %%Page: 57 61 TeXDict begin 57 60 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(57)390 299 y Fn(#include)46 b()390 408 y(#include)g()390 628 y(#include)g()390 847 y(static)g(void)390 956 y(client_authenticate)d(\(Gsasl_session)g (*)48 b(session\))390 1066 y({)485 1176 y(char)f(buf[BUFSIZ])e(=)i("";) 485 1285 y(char)g(*p;)485 1395 y(int)g(rc;)485 1614 y(/*)h(This)e(loop) h(mimics)f(a)h(protocol)f(where)g(the)h(server)f(send)h(data)g(first.) 93 b(*/)485 1833 y(do)581 1943 y({)676 2052 y(printf)46 b(\("Input)g(base64)g(encoded)g(data)h(from)f(server:\\n"\);)676 2162 y(p)i(=)f(fgets)g(\(buf,)f(sizeof)g(\(buf\))g(-)i(1,)f(stdin\);) 676 2271 y(if)h(\(p)f(==)g(NULL\))772 2381 y({)867 2491 y(perror)f(\("fgets"\);)867 2600 y(return;)772 2710 y(})676 2819 y(if)i(\(buf[strlen)c(\(buf\))j(-)g(1])g(==)g('\\n'\))772 2929 y(buf[strlen)e(\(buf\))h(-)i(1])f(=)g('\\0';)676 3148 y(rc)h(=)f(gsasl_step64)d(\(session,)i(buf,)g(&p\);)676 3367 y(if)i(\(rc)e(==)i(GSASL_NEEDS_MORE)43 b(||)k(rc)g(==)h (GSASL_OK\))772 3477 y({)867 3587 y(printf)e(\("Output:\\n\045s\\n",)d (p\);)867 3696 y(gsasl_free)i(\(p\);)772 3806 y(})581 3915 y(})485 4025 y(while)i(\(rc)g(==)g(GSASL_NEEDS_MORE\);)485 4244 y(printf)g(\("\\n"\);)485 4463 y(if)h(\(rc)f(!=)g(GSASL_OK\))581 4573 y({)676 4682 y(printf)f(\("Authentication)e(error)i(\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d(\(rc\)\);)676 4792 y(return;)581 4902 y(})485 5121 y(/*)k(The)f(client)f(is)h(done.) 189 b(Here)47 b(you)g(would)f(typically)g(check)g(if)h(the)g(server)629 5230 y(let)g(the)f(client)h(in.)190 b(If)47 b(not,)f(you)h(could)g(try) g(again.)93 b(*/)p eop end %%Page: 58 62 TeXDict begin 58 61 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(58)485 299 y Fn(printf)47 b(\("If)f(server)g (accepted)g(us,)h(we're)f(done.\\n"\);)390 408 y(})390 628 y(static)g(const)g(char)h(*)390 737 y(client_mechanism)c(\(Gsasl)j (*)i(ctx\))390 847 y({)485 956 y(static)f(char)f (mech[GSASL_MAX_MECHANISM_)o(SIZE)41 b(+)47 b(1])h(=)f("";)485 1066 y(char)g(mechlist[BUFSIZ])c(=)48 b("";)485 1176 y(const)f(char)f(*suggestion;)485 1285 y(char)h(*p;)485 1504 y(printf)g(\("Enter)e(list)i(of)g(server)f(supported)g (mechanisms,)e(separate)i(by)h(SPC:\\n"\);)485 1614 y(p)h(=)f(fgets)g (\(mechlist,)e(sizeof)h(\(mechlist\))f(-)i(1,)g(stdin\);)485 1724 y(if)h(\(p)f(==)g(NULL\))581 1833 y({)676 1943 y(perror)f (\("fgets"\);)676 2052 y(return)g(NULL;)581 2162 y(})485 2381 y(suggestion)f(=)j(gsasl_client_suggest_mec)o(hani)o(sm)41 b(\(ctx,)47 b(mechlist\);)485 2491 y(if)h(\(suggestion\))581 2600 y(printf)e(\("Library)f(suggests)h(use)h(of)g(`\045s'.\\n",)e (suggestion\);)485 2819 y(printf)i(\("Enter)e(mechanism)h(to)h (use:\\n"\);)485 2929 y(p)h(=)f(fgets)g(\(mech,)f(sizeof)g(\(mech\))g (-)h(1,)h(stdin\);)485 3039 y(if)g(\(p)f(==)g(NULL\))581 3148 y({)676 3258 y(perror)f(\("fgets"\);)676 3367 y(return)g(NULL;)581 3477 y(})485 3696 y(mech[strlen)f(\(mech\))h(-)i(1])f(=)g('\\0';)485 3915 y(return)g(mech;)390 4025 y(})390 4244 y(static)f(void)390 4354 y(client)g(\(Gsasl)g(*)i(ctx\))390 4463 y({)485 4573 y(Gsasl_session)d(*session;)485 4682 y(const)i(char)f(*mech;)485 4792 y(int)h(rc;)485 5011 y(/*)h(Find)e(out)h(which)g(mechanism)e(to)i (use.)94 b(*/)485 5121 y(mech)47 b(=)h(client_mechanism)43 b(\(ctx\);)485 5340 y(/*)48 b(Create)e(new)h(authentication)d(session.) 93 b(*/)p eop end %%Page: 59 63 TeXDict begin 59 62 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(59)485 299 y Fn(if)48 b(\(\(rc)e(=)i (gsasl_client_start)43 b(\(ctx,)j(mech,)g(&session\)\))f(!=)i (GSASL_OK\))581 408 y({)676 518 y(printf)f(\("Cannot)g(initialize)f (client)h(\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d (\(rc\)\);)676 628 y(return;)581 737 y(})485 956 y(/*)k(Set)f(username) e(and)i(password)f(in)h(session)f(handle.)189 b(This)46 b(info)h(will)f(be)629 1066 y(lost)g(when)h(this)g(session)e(is)j (deallocated)c(below.)190 b(*/)485 1176 y(gsasl_property_set)43 b(\(session,)j(GSASL_AUTHID,)e("jas"\);)485 1285 y(gsasl_property_set)f (\(session,)j(GSASL_PASSWORD,)d("secret"\);)485 1504 y(/*)48 b(Do)f(it.)94 b(*/)485 1614 y(client_authenticate)43 b(\(session\);)485 1833 y(/*)48 b(Cleanup.)93 b(*/)485 1943 y(gsasl_finish)45 b(\(session\);)390 2052 y(})390 2271 y(int)390 2381 y(main)i(\(int)f(argc,)h(char)f(*argv[]\))390 2491 y({)485 2600 y(Gsasl)h(*ctx)f(=)i(NULL;)485 2710 y(int)f(rc;)485 2929 y(/*)h(Initialize)d(library.)93 b(*/)485 3039 y(if)48 b(\(\(rc)e(=)i(gsasl_init)d(\(&ctx\)\))h(!=)h (GSASL_OK\))581 3148 y({)676 3258 y(printf)f(\("Cannot)g(initialize)f (libgsasl)h(\(\045d\):)94 b(\045s",)46 b(rc,)h(gsasl_strerror)d (\(rc\)\);)676 3367 y(return)i(1;)581 3477 y(})485 3696 y(/*)i(Do)f(it.)94 b(*/)485 3806 y(client)47 b(\(ctx\);)485 4025 y(/*)h(Cleanup.)93 b(*/)485 4134 y(gsasl_done)45 b(\(ctx\);)485 4354 y(return)i(0;)390 4463 y(})150 4742 y Fs(13.4)68 b(Example)46 b(4)390 4902 y Fn(/*)h(client-callback.c)c (---)k(Example)f(SASL)h(client,)e(with)i(callback)f(for)h(user)f(info.) 438 5011 y(*)h(Copyright)e(\(C\))i(2004-2012)f(Simon)g(Josefsson)438 5121 y(*)438 5230 y(*)h(This)g(file)f(is)i(part)e(of)h(GNU)g(SASL.)438 5340 y(*)p eop end %%Page: 60 64 TeXDict begin 60 63 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(60)438 299 y Fn(*)47 b(This)g(program)f(is)h(free)f (software:)93 b(you)47 b(can)g(redistribute)e(it)i(and/or)f(modify)438 408 y(*)h(it)g(under)g(the)g(terms)f(of)h(the)g(GNU)g(General)f(Public) g(License)g(as)h(published)e(by)438 518 y(*)i(the)g(Free)g(Software)e (Foundation,)g(either)h(version)g(3)h(of)h(the)e(License,)g(or)438 628 y(*)h(\(at)g(your)g(option\))f(any)g(later)h(version.)438 737 y(*)438 847 y(*)g(This)g(program)f(is)h(distributed)e(in)i(the)g (hope)f(that)h(it)g(will)g(be)g(useful,)438 956 y(*)g(but)g(WITHOUT)f (ANY)h(WARRANTY;)e(without)h(even)h(the)f(implied)g(warranty)g(of)438 1066 y(*)h(MERCHANTABILITY)d(or)j(FITNESS)f(FOR)h(A)g(PARTICULAR)e (PURPOSE.)93 b(See)47 b(the)438 1176 y(*)g(GNU)g(General)f(Public)g (License)g(for)h(more)f(details.)438 1285 y(*)438 1395 y(*)h(You)g(should)f(have)h(received)e(a)j(copy)e(of)i(the)f(GNU)f (General)g(Public)g(License)438 1504 y(*)h(along)g(with)f(this)h (program.)189 b(If)47 b(not,)f(see)h(.)438 1614 y(*)438 1724 y(*/)390 1943 y(#include)f()390 2052 y(#include)g()390 2162 y(#include)g()390 2271 y(#include)g()390 2381 y(#include)g()390 2600 y(#include)g()390 2819 y(static)g(void)390 2929 y(client_authenticate)d(\(Gsasl_session)g(*)48 b(session\))390 3039 y({)485 3148 y(char)f(buf[BUFSIZ])e(=)i("";)485 3258 y(char)g(*p;)485 3367 y(int)g(rc;)485 3587 y(/*)h(This)e(loop)h (mimics)f(a)h(protocol)f(where)g(the)h(server)f(send)h(data)g(first.)93 b(*/)485 3806 y(do)581 3915 y({)676 4025 y(printf)46 b(\("Input)g(base64)g(encoded)g(data)h(from)f(server:\\n"\);)676 4134 y(p)i(=)f(fgets)g(\(buf,)f(sizeof)g(\(buf\))g(-)i(1,)f(stdin\);) 676 4244 y(if)h(\(p)f(==)g(NULL\))772 4354 y({)867 4463 y(perror)f(\("fgets"\);)867 4573 y(return;)772 4682 y(})676 4792 y(if)i(\(buf[strlen)c(\(buf\))j(-)g(1])g(==)g('\\n'\))772 4902 y(buf[strlen)e(\(buf\))h(-)i(1])f(=)g('\\0';)676 5121 y(rc)h(=)f(gsasl_step64)d(\(session,)i(buf,)g(&p\);)676 5340 y(if)i(\(rc)e(==)i(GSASL_NEEDS_MORE)43 b(||)k(rc)g(==)h (GSASL_OK\))p eop end %%Page: 61 65 TeXDict begin 61 64 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(61)772 299 y Fn({)867 408 y(printf)46 b(\("Output:\\n\045s\\n",)d(p\);)867 518 y(gsasl_free)i(\(p\);)772 628 y(})581 737 y(})485 847 y(while)i(\(rc)g(==)g(GSASL_NEEDS_MORE\);) 485 1066 y(printf)g(\("\\n"\);)485 1285 y(if)h(\(rc)f(!=)g(GSASL_OK\)) 581 1395 y({)676 1504 y(printf)f(\("Authentication)e(error)i (\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d(\(rc\)\);)676 1614 y(return;)581 1724 y(})485 1943 y(/*)k(The)f(client)f(is)h(done.) 189 b(Here)47 b(you)g(would)f(typically)g(check)g(if)h(the)g(server)629 2052 y(let)g(the)f(client)h(in.)190 b(If)47 b(not,)f(you)h(could)g(try) g(again.)93 b(*/)485 2271 y(printf)47 b(\("If)f(server)g(accepted)g (us,)h(we're)f(done.\\n"\);)390 2381 y(})390 2600 y(static)g(void)390 2710 y(client)g(\(Gsasl)g(*)i(ctx\))390 2819 y({)485 2929 y(Gsasl_session)d(*session;)485 3039 y(const)i(char)f(*mech)h(=)g ("SECURID";)485 3148 y(int)g(rc;)485 3367 y(/*)h(Create)e(new)h (authentication)d(session.)93 b(*/)485 3477 y(if)48 b(\(\(rc)e(=)i (gsasl_client_start)43 b(\(ctx,)j(mech,)g(&session\)\))f(!=)i (GSASL_OK\))581 3587 y({)676 3696 y(printf)f(\("Cannot)g(initialize)f (client)h(\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d (\(rc\)\);)676 3806 y(return;)581 3915 y(})485 4134 y(/*)k(Do)f(it.)94 b(*/)485 4244 y(client_authenticate)43 b(\(session\);)485 4463 y(/*)48 b(Cleanup.)93 b(*/)485 4573 y(gsasl_finish)45 b(\(session\);)390 4682 y(})390 4902 y(static)h(int)390 5011 y(callback)g(\(Gsasl)g(*)h(ctx,)g(Gsasl_session)d(*)j(sctx,)g (Gsasl_property)d(prop\))390 5121 y({)485 5230 y(char)j(buf[BUFSIZ])e (=)i("";)485 5340 y(int)g(rc)h(=)f(GSASL_NO_CALLBACK;)p eop end %%Page: 62 66 TeXDict begin 62 65 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(62)485 299 y Fn(char)47 b(*p;)485 518 y(/*)h(Get)f(user)f(info)h(from)f(user.)95 b(*/)485 737 y(printf)47 b(\("Callback)e(invoked,)g(for)i(property)f(\045d.\\n",)f (prop\);)485 956 y(switch)i(\(prop\))581 1066 y({)581 1176 y(case)g(GSASL_PASSCODE:)676 1285 y(printf)f(\("Enter)g (passcode:\\n"\);)676 1395 y(p)i(=)f(fgets)g(\(buf,)f(sizeof)g(\(buf\)) g(-)i(1,)f(stdin\);)676 1504 y(if)h(\(p)f(==)g(NULL\))772 1614 y({)867 1724 y(perror)f(\("fgets"\);)867 1833 y(break;)772 1943 y(})676 2052 y(buf[strlen)f(\(buf\))i(-)g(1])g(=)h('\\0';)676 2271 y(gsasl_property_set)43 b(\(sctx,)j(GSASL_PASSCODE,)e(buf\);)676 2381 y(rc)k(=)f(GSASL_OK;)676 2491 y(break;)581 2710 y(case)g(GSASL_AUTHID:)676 2819 y(printf)f(\("Enter)g(username:\\n"\);) 676 2929 y(p)i(=)f(fgets)g(\(buf,)f(sizeof)g(\(buf\))g(-)i(1,)f (stdin\);)676 3039 y(if)h(\(p)f(==)g(NULL\))772 3148 y({)867 3258 y(perror)f(\("fgets"\);)867 3367 y(break;)772 3477 y(})676 3587 y(buf[strlen)f(\(buf\))i(-)g(1])g(=)h('\\0';)676 3806 y(gsasl_property_set)43 b(\(sctx,)j(GSASL_AUTHID,)e(buf\);)676 3915 y(rc)k(=)f(GSASL_OK;)676 4025 y(break;)581 4244 y(default:)676 4354 y(printf)f(\("Unknown)g(property!)188 b(Don't)47 b(worry.\\n"\);)676 4463 y(break;)581 4573 y(})485 4792 y(return)g(rc;)390 4902 y(})390 5121 y(int)390 5230 y(main)g(\(int)f(argc,)h(char)f(*argv[]\))390 5340 y({)p eop end %%Page: 63 67 TeXDict begin 63 66 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(63)485 299 y Fn(Gsasl)47 b(*ctx)f(=)i(NULL;)485 408 y(int)f(rc;)485 628 y(/*)h(Initialize)d(library.)93 b(*/)485 737 y(if)48 b(\(\(rc)e(=)i(gsasl_init)d(\(&ctx\)\))h(!=)h (GSASL_OK\))581 847 y({)676 956 y(printf)f(\("Cannot)g(initialize)f (libgsasl)h(\(\045d\):)94 b(\045s",)46 b(rc,)h(gsasl_strerror)d (\(rc\)\);)676 1066 y(return)i(1;)581 1176 y(})485 1395 y(/*)i(Set)f(the)f(callback)g(handler)g(for)h(the)g(library.)93 b(*/)485 1504 y(gsasl_callback_set)43 b(\(ctx,)k(callback\);)485 1724 y(/*)h(Do)f(it.)94 b(*/)485 1833 y(client)47 b(\(ctx\);)485 2052 y(/*)h(Cleanup.)93 b(*/)485 2162 y(gsasl_done)45 b(\(ctx\);)485 2381 y(return)i(0;)390 2491 y(})150 2770 y Fs(13.5)68 b(Example)46 b(5)390 2929 y Fn(/*)h(smtp-server.c)d(---)j (Example)f(SMTP)h(server)f(with)g(SASL)h(authentication)438 3039 y(*)g(Copyright)e(\(C\))i(2012)g(Simon)f(Josefsson)438 3148 y(*)438 3258 y(*)h(This)g(file)f(is)i(part)e(of)h(GNU)g(SASL.)438 3367 y(*)438 3477 y(*)g(This)g(program)f(is)h(free)f(software:)93 b(you)47 b(can)g(redistribute)e(it)i(and/or)f(modify)438 3587 y(*)h(it)g(under)g(the)g(terms)f(of)h(the)g(GNU)g(General)f (Public)g(License)g(as)h(published)e(by)438 3696 y(*)i(the)g(Free)g (Software)e(Foundation,)g(either)h(version)g(3)h(of)h(the)e(License,)g (or)438 3806 y(*)h(\(at)g(your)g(option\))f(any)g(later)h(version.)438 3915 y(*)438 4025 y(*)g(This)g(program)f(is)h(distributed)e(in)i(the)g (hope)f(that)h(it)g(will)g(be)g(useful,)438 4134 y(*)g(but)g(WITHOUT)f (ANY)h(WARRANTY;)e(without)h(even)h(the)f(implied)g(warranty)g(of)438 4244 y(*)h(MERCHANTABILITY)d(or)j(FITNESS)f(FOR)h(A)g(PARTICULAR)e (PURPOSE.)93 b(See)47 b(the)438 4354 y(*)g(GNU)g(General)f(Public)g (License)g(for)h(more)f(details.)438 4463 y(*)438 4573 y(*)h(You)g(should)f(have)h(received)e(a)j(copy)e(of)i(the)f(GNU)f (General)g(Public)g(License)438 4682 y(*)h(along)g(with)f(this)h (program.)189 b(If)47 b(not,)f(see)h(.)438 4792 y(*)438 4902 y(*/)390 5121 y(/*)g(This)g(is)g(a)g(minimal) f(SMTP)h(server)f(with)h(GNU)g(SASL)f(authentication)e(support.)533 5230 y(The)j(only)g(valid)f(password)g(is)h("sesam".)189 b(This)46 b(server)g(will)h(complete)533 5340 y(authentications)d (using)i(LOGIN,)g(PLAIN,)g(DIGEST-MD5,)f(CRAM-MD5,)g(and)p eop end %%Page: 64 68 TeXDict begin 64 67 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(64)533 299 y Fn(SCRAM-SHA-1.)188 b(It)47 b(accepts)f(an)h(optional)f(command)f(line)i(parameter)533 408 y(specifying)e(the)i(service)f(name)h(\(i.e.,)f(a)h(numerical)e (port)i(number)f(or)533 518 y(/etc/services)e(name\).)190 b(By)47 b(default)f(it)h(listens)f(on)h(port)f("2000".)189 b(*/)390 737 y(#include)46 b()390 847 y(#include)g ()390 956 y(#include)g()390 1066 y(#include)g()390 1176 y(#include)g()390 1285 y(#include)g()390 1504 y(#include)g()390 1724 y(static)g(int)390 1833 y(callback)g(\(Gsasl)g(*)h(ctx,)g (Gsasl_session)d(*)j(sctx,)g(Gsasl_property)d(prop\))390 1943 y({)485 2052 y(int)j(rc)h(=)f(GSASL_NO_CALLBACK;)485 2271 y(switch)g(\(prop\))581 2381 y({)581 2491 y(case)g (GSASL_PASSWORD:)676 2600 y(gsasl_property_set)c(\(sctx,)j(prop,)h ("sesam"\);)676 2710 y(rc)h(=)f(GSASL_OK;)676 2819 y(break;)581 3039 y(default:)676 3148 y(/*)h(You)e(may)h(want)g(to)g(log)g(\(at)g (debug)f(verbosity)g(level\))g(that)g(an)820 3258 y(unknown)f(property) h(was)h(requested)e(here,)h(possibly)g(after)g(filtering)820 3367 y(known)g(rejected)f(property)h(requests.)93 b(*/)676 3477 y(break;)581 3587 y(})485 3806 y(return)47 b(rc;)390 3915 y(})390 4134 y(static)f(ssize_t)390 4244 y(gettrimline)f(\(char)h (**line,)g(size_t)g(*)h(n,)h(FILE)e(*)i(fh\))390 4354 y({)485 4463 y(ssize_t)e(s)i(=)f(getline)f(\(line,)g(n,)h(fh\);)485 4682 y(if)h(\(s)f(>=)g(2\))581 4792 y({)676 4902 y(if)h (\(\(*line\)[strlen)43 b(\(*line\))j(-)h(1])h(==)f('\\n'\))772 5011 y(\(*line\)[strlen)d(\(*line\))i(-)h(1])g(=)h('\\0';)676 5121 y(if)g(\(\(*line\)[strlen)43 b(\(*line\))j(-)h(1])h(==)f('\\r'\)) 772 5230 y(\(*line\)[strlen)d(\(*line\))i(-)h(1])g(=)h('\\0';)p eop end %%Page: 65 69 TeXDict begin 65 68 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(65)676 299 y Fn(printf)46 b(\("C:)h(\045s\\n",)f (*line\);)581 408 y(})485 628 y(return)h(s;)390 737 y(})390 956 y(#define)f(print\(fh,)f(...\))2385 b(\\)485 1066 y(printf)47 b(\("S:)f("\),)h(printf)f(\(__VA_ARGS__\),)e(fprintf)i (\(fh,)h(__VA_ARGS__\))390 1285 y(static)f(void)390 1395 y(server_auth)f(\(FILE)h(*)i(fh,)e(Gsasl_session)f(*)i(session\))390 1504 y({)485 1614 y(char)g(*line)f(=)i(NULL;)485 1724 y(size_t)f(n)g(=)g(0;)485 1833 y(char)g(*p;)485 1943 y(int)g(rc;)485 2162 y(/*)h(The)f(ordering)e(and)i(the)g(type)g(of)g (checks)f(in)h(the)g(following)e(loop)i(has)g(to)629 2271 y(be)g(adapted)f(for)h(each)f(protocol)g(depending)f(on)i(its)g (SASL)g(properties.)629 2381 y(SMTP)f(is)h(a)h("server-first")c(SASL)i (protocol.)189 b(This)47 b(implementation)c(do)629 2491 y(not)k(support)e(piggy-backing)g(of)i(the)g(initial)e(client)i (challenge)e(nor)629 2600 y(piggy-backing)f(of)j(the)g(terminating)e (server)h(response.)188 b(See)47 b(RFC)g(2554)629 2710 y(and)g(RFC)f(4422)h(for)g(terminology.)188 b(That)46 b(profile)g(results)g(in)h(the)629 2819 y(following)e(loop)i (structure.)188 b(Ask)47 b(on)g(the)g(help-gsasl)e(list)h(if)i(you)e (are)629 2929 y(uncertain.)188 b(*/)485 3039 y(do)581 3148 y({)676 3258 y(rc)48 b(=)f(gsasl_step64)d(\(session,)i(line,)g (&p\);)676 3367 y(if)i(\(rc)e(==)i(GSASL_NEEDS_MORE)43 b(||)k(\(rc)g(==)g(GSASL_OK)f(&&)h(p)g(&&)h(*p\)\))772 3477 y({)867 3587 y(print)f(\(fh,)f("334)h(\045s\\n",)f(p\);)867 3696 y(gsasl_free)f(\(p\);)867 3915 y(if)i(\(gettrimline)e(\(&line,)h (&n,)h(fh\))g(<)g(0\))963 4025 y({)1058 4134 y(print)g(\(fh,)f("221)h (localhost)e(getline)h(failure\\n"\);)1058 4244 y(goto)h(done;)963 4354 y(})772 4463 y(})581 4573 y(})485 4682 y(while)g(\(rc)g(==)g (GSASL_NEEDS_MORE\);)485 4902 y(if)h(\(rc)f(!=)g(GSASL_OK\))581 5011 y({)676 5121 y(print)g(\(fh,)f("535)h(gsasl_step64)d(\(\045d\):)95 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)c(\(rc\)\);)676 5230 y(goto)k(done;)581 5340 y(})p eop end %%Page: 66 70 TeXDict begin 66 69 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(66)485 408 y Fn({)581 518 y(const)46 b(char)h(*authid)f(=)h(gsasl_property_fast)c(\(session,)i (GSASL_AUTHID\);)581 628 y(const)h(char)h(*authzid)e(=)j (gsasl_property_fast)42 b(\(session,)k(GSASL_AUTHZID\);)581 737 y(print)g(\(fh,)h("235)g(OK)g([authid:)93 b(\045s)47 b(authzid:)93 b(\045s]\\n",)915 847 y(authid)46 b(?)95 b(authid)46 b(:)96 b("N/A",)46 b(authzid)f(?)96 b(authzid)45 b(:)96 b("N/A"\);)485 956 y(})390 1176 y(done:)485 1285 y(free)47 b(\(line\);)390 1395 y(})390 1614 y(static)f(void)390 1724 y(smtp)h(\(FILE)f(*)h(fh,)g(Gsasl)g(*)g(ctx\))390 1833 y({)485 1943 y(char)g(*line)f(=)i(NULL;)485 2052 y(size_t)f(n)g(=)g(0;)485 2162 y(int)g(rc;)485 2381 y(print)g(\(fh,)f ("220)h(localhost)e(ESMTP)i(GNU)g(SASL)f(smtp-server\\n"\);)485 2600 y(while)h(\(gettrimline)d(\(&line,)i(&n,)h(fh\))g(>=)g(0\))581 2710 y({)676 2819 y(if)h(\(strncmp)d(\(line,)h("EHLO)h(",)g(5\))g(==)g (0)h(||)f(strncmp)f(\(line,)g("ehlo)g(",)h(5\))g(==)h(0\))772 2929 y({)867 3039 y(char)f(*mechlist;)867 3258 y(rc)g(=)h (gsasl_server_mechlist)42 b(\(ctx,)k(&mechlist\);)867 3367 y(if)h(\(rc)g(!=)h(GSASL_OK\))963 3477 y({)1058 3587 y(print)f(\(fh,)f("221)h(localhost)e(gsasl_server_mechlist)d (\(\045d\):)94 b(\045s\\n",)1392 3696 y(rc,)47 b(gsasl_strerror)d (\(rc\)\);)1058 3806 y(goto)j(done;)963 3915 y(})867 4134 y(print)g(\(fh,)f("250-localhost\\n"\);)867 4244 y(print)h(\(fh,)f("250)h(AUTH)g(\045s\\n",)f(mechlist\);)867 4463 y(gsasl_free)f(\(mechlist\);)772 4573 y(})676 4682 y(else)i(if)g(\(strncmp)f(\(line,)g("AUTH)g(",)h(5\))h(==)f(0)1106 4792 y(||)g(strncmp)f(\(line,)g("auth)g(",)i(5\))f(==)g(0\))772 4902 y({)867 5011 y(Gsasl_session)d(*session)i(=)h(NULL;)867 5230 y(if)g(\(\(rc)g(=)h(gsasl_server_start)42 b(\(ctx,)47 b(line)f(+)i(5,)f(&session\)\))e(!=)i(GSASL_OK\))963 5340 y({)p eop end %%Page: 67 71 TeXDict begin 67 70 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(67)1058 299 y Fn(print)47 b(\(fh,)f("221)h(localhost) e(gsasl_server_start)e(\(\045d\):)94 b(\045s\\n",)1392 408 y(rc,)47 b(gsasl_strerror)d(\(rc\)\);)1058 518 y(goto)j(done;)963 628 y(})867 847 y(server_auth)e(\(fh,)i(session\);)867 1066 y(gsasl_finish)e(\(session\);)772 1176 y(})676 1285 y(else)i(if)g(\(strncmp)f(\(line,)g("QUIT",)g(4\))h(==)g(0)1106 1395 y(||)g(strncmp)f(\(line,)g("quit",)g(4\))h(==)g(0\))772 1504 y({)867 1614 y(print)g(\(fh,)f("221)h(localhost)e(QUIT\\n"\);)867 1724 y(goto)i(done;)772 1833 y(})676 1943 y(else)772 2052 y(print)f(\(fh,)h("500)f(unrecognized)f(command\\n"\);)581 2162 y(})485 2381 y(print)i(\(fh,)f("221)h(localhost)e(getline)h (failure\\n"\);)390 2600 y(done:)485 2710 y(free)h(\(line\);)390 2819 y(})390 3039 y(int)390 3148 y(main)g(\(int)f(argc,)h(char)f (*argv[]\))390 3258 y({)485 3367 y(const)h(char)f(*service)g(=)h(argc)g (>)h(1)f(?)95 b(argv[1])46 b(:)95 b("2000";)485 3477 y(volatile)46 b(int)h(run)g(=)g(1;)485 3587 y(struct)g(addrinfo)e (hints,)h(*addrs;)485 3696 y(int)h(sockfd;)485 3806 y(int)g(rc;)485 3915 y(int)g(yes)g(=)h(1;)485 4025 y(Gsasl)f(*ctx;)485 4244 y(setvbuf)f(\(stdout,)g(NULL,)g(_IONBF,)g(0\);)485 4463 y(rc)i(=)f(gsasl_init)e(\(&ctx\);)485 4573 y(if)j(\(rc)f(<)g(0\)) 581 4682 y({)676 4792 y(printf)f(\("gsasl_init)f(\(\045d\):)94 b(\045s\\n",)46 b(rc,)h(gsasl_strerror)d(\(rc\)\);)676 4902 y(exit)j(\(EXIT_FAILURE\);)581 5011 y(})485 5230 y(printf)g(\("\045s)f([gsasl)g(header)g(\045s)i(library)d(\045s]\\n",) 867 5340 y(argv[0],)h(GSASL_VERSION,)e(gsasl_check_version)e (\(NULL\)\);)p eop end %%Page: 68 72 TeXDict begin 68 71 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(68)485 408 y Fn(gsasl_callback_set)43 b(\(ctx,)k(callback\);)485 628 y(memset)g(\(&hints,)e(0,)i(sizeof)f (\(hints\)\);)485 737 y(hints.ai_flags)e(=)k(AI_PASSIVE)d(|)i (AI_ADDRCONFIG;)485 847 y(hints.ai_socktype)d(=)j(SOCK_STREAM;)485 1066 y(rc)h(=)f(getaddrinfo)e(\(NULL,)h(service,)f(&hints,)h(&addrs\);) 485 1176 y(if)i(\(rc)f(<)g(0\))581 1285 y({)676 1395 y(printf)f(\("getaddrinfo:)92 b(\045s\\n",)46 b(gai_strerror)f (\(rc\)\);)676 1504 y(exit)i(\(EXIT_FAILURE\);)581 1614 y(})485 1833 y(sockfd)g(=)g(socket)f(\(addrs->ai_family,)d (addrs->ai_socktype,)f(addrs->ai_protocol\);)485 1943 y(if)48 b(\(sockfd)d(<)j(0\))581 2052 y({)676 2162 y(perror)e (\("socket"\);)676 2271 y(exit)h(\(EXIT_FAILURE\);)581 2381 y(})485 2600 y(if)h(\(setsockopt)c(\(sockfd,)i(SOL_SOCKET,)f (SO_REUSEADDR,)f(&yes,)i(sizeof)g(\(yes\)\))g(<)i(0\))581 2710 y({)676 2819 y(perror)e(\("setsockopt"\);)676 2929 y(exit)h(\(EXIT_FAILURE\);)581 3039 y(})485 3258 y(rc)h(=)f(bind)g (\(sockfd,)e(addrs->ai_addr,)f(addrs->ai_addrlen\);)485 3367 y(if)k(\(rc)f(<)g(0\))581 3477 y({)676 3587 y(perror)f (\("bind"\);)676 3696 y(exit)h(\(EXIT_FAILURE\);)581 3806 y(})485 4025 y(freeaddrinfo)e(\(addrs\);)485 4244 y(rc)j(=)f(listen)f(\(sockfd,)g(SOMAXCONN\);)485 4354 y(if)i(\(rc)f(<)g(0\))581 4463 y({)676 4573 y(perror)f(\("listen"\);) 676 4682 y(exit)h(\(EXIT_FAILURE\);)581 4792 y(})485 5011 y(signal)g(\(SIGPIPE,)e(SIG_IGN\);)485 5230 y(while)i(\(run\))581 5340 y({)p eop end %%Page: 69 73 TeXDict begin 69 72 bop 150 -116 a Ft(Chapter)30 b(13:)41 b(Examples)2616 b(69)676 299 y Fn(struct)46 b(sockaddr)g(from;)676 408 y(socklen_t)g(fromlen)f(=)j(sizeof)e(\(from\);)676 518 y(char)h(host[NI_MAXHOST];)676 628 y(int)g(fd;)676 737 y(FILE)g(*fh;)676 956 y(fd)h(=)f(accept)f(\(sockfd,)g(&from,)g (&fromlen\);)676 1066 y(if)i(\(fd)e(<)i(0\))772 1176 y({)867 1285 y(perror)e(\("accept"\);)867 1395 y(continue;)772 1504 y(})676 1724 y(rc)i(=)f(getnameinfo)e(\(&from,)h(fromlen,)f(host,) h(sizeof)h(\(host\),)1535 1833 y(NULL,)g(0,)g(NI_NUMERICHOST\);)676 1943 y(if)h(\(rc)e(==)i(0\))772 2052 y(printf)e(\("connection)e(from)j (\045s\\n",)f(host\);)676 2162 y(else)772 2271 y(printf)g (\("getnameinfo:)92 b(\045s\\n",)46 b(gai_strerror)e(\(rc\)\);)676 2491 y(fh)k(=)f(fdopen)f(\(fd,)h("w+"\);)676 2600 y(if)h(\(!fh\))772 2710 y({)867 2819 y(perror)e(\("fdopen"\);)867 2929 y(close)h(\(fd\);) 867 3039 y(continue;)772 3148 y(})676 3367 y(smtp)g(\(fh,)g(ctx\);)676 3587 y(fclose)f(\(fh\);)581 3696 y(})485 3915 y(close)h(\(sockfd\);)485 4025 y(gsasl_done)e(\(ctx\);)485 4244 y(return)i(0;)390 4354 y(})p eop end %%Page: 70 74 TeXDict begin 70 73 bop 150 -116 a Ft(Chapter)30 b(14:)41 b(Ac)m(kno)m(wledgemen)m(ts)2251 b(70)150 299 y Fq(14)80 b(Ac)l(kno)l(wledgemen)l(ts)150 533 y Ft(The)30 b(mak)m(e\014les,)i (man)m(uals,)e(etc)i(b)s(orro)m(w)m(ed)e(m)m(uc)m(h)g(from)g(Libgcrypt) g(written)h(b)m(y)f(W)-8 b(erner)31 b(Ko)s(c)m(h.)275 667 y(Cryptographic)d(functions)h(for)f(some)h(SASL)f(mec)m(hanisms)h (uses)g(Libgcrypt)f(b)m(y)h(W)-8 b(erner)29 b(Ko)s(c)m(h)g(et)150 777 y(al.)49 b(The)32 b(NTLM)h(mec)m(hanism)g(uses)f(Libn)m(tlm)h(b)m (y)f(Gran)m(t)i(Edw)m(ards)d(et)j(al,)g(using)f(co)s(de)g(from)f(Sam)m (ba)150 887 y(written)23 b(b)m(y)h(Andrew)e(T)-8 b(ridgell,)26 b(and)c(no)m(w)i(main)m(tained)g(b)m(y)f(Simon)g(Josefsson.)38 b(The)23 b(KERBER)m(OS)p 3603 887 28 4 v 39 w(V5)150 996 y(mec)m(hanism)31 b(uses)f(Shishi)f(b)m(y)i(Simon)f(Josefsson.)41 b(The)30 b(GSSAPI)g(and)g(GS2-KRB5)h(mec)m(hanism)g(uses)150 1106 y(a)g(GSS-API)f(implemen)m(tation,)i(suc)m(h)e(as)h(GNU)g(GSS)e(b) m(y)h(Simon)g(Josefsson.)275 1240 y(Gn)m(ulib)g(is)g(used)g(to)h (simplify)f(p)s(ortabilit)m(y)-8 b(.)275 1375 y(This)29 b(man)m(ual)i(b)s(orro)m(ws)e(text)j(from)e(the)g(SASL)f(sp)s (eci\014cation.)p eop end %%Page: 71 75 TeXDict begin 71 74 bop 150 -116 a Ft(Chapter)30 b(15:)41 b(In)m(v)m(oking)32 b(gsasl)2440 b(71)150 299 y Fq(15)80 b(In)l(v)l(oking)52 b(gsasl)150 853 y(Name)150 1154 y Ft(GNU)31 b(SASL)e(\(gsasl\))j({)f(Command)e(line)i(in)m(terface)h(to)f (libgsasl.)150 1564 y Fq(Description)150 1866 y Fn(gsasl)e Ft(is)h(the)h(main)f(program)g(of)h(GNU)g(SASL.)275 2022 y(This)e(section)j(only)e(lists)h(the)g(commands)f(and)f(options)i(a)m (v)-5 b(ailable.)275 2179 y(Mandatory)25 b(or)g(optional)h(argumen)m (ts)f(to)h(long)f(options)h(are)f(also)h(mandatory)f(or)g(optional)h (for)f(an)m(y)150 2289 y(corresp)s(onding)k(short)h(options.)150 2699 y Fq(Commands)150 3000 y Fn(gsasl)f Ft(recognizes)j(these)f (commands:)245 3157 y Fn(-c,)47 b(--client)714 b(Act)47 b(as)g(client)f(\(the)h(default\).)436 3266 y(--client-mechanisms)186 b(Write)46 b(name)h(of)g(supported)f(client)g(mechanisms)1534 3376 y(separated)f(by)j(space)e(to)h(stdout.)245 3486 y(-s,)g(--server)714 b(Act)47 b(as)g(server.)436 3595 y(--server-mechanisms)186 b(Write)46 b(name)h(of)g(supported)f(server)g (mechanisms)1534 3705 y(separated)f(by)j(space)e(to)h(stdout.)150 4115 y Fq(Net)l(w)l(ork)28 b(Options)150 4416 y Ft(Normally)j(the)f (SASL)f(negotiation)j(is)e(p)s(erformed)f(on)h(the)g(terminal,)h(with)e (reading)i(from)e(stdin)h(and)150 4526 y(writing)j(to)h(stdout.)48 b(It)33 b(is)g(also)h(p)s(ossible)e(to)i(p)s(erform)e(the)h (negotiation)i(with)e(a)g(serv)m(er)g(o)m(v)m(er)h(a)g(TCP)150 4635 y(net)m(w)m(ork)d(connection.)436 4792 y Fn (--connect=HOSTNAME[:SERVIC)o(E])1534 4902 y(Connect)46 b(to)h(TCP)g(server)f(and)h(negotiate)e(on)i(stream)1534 5011 y(instead)f(of)h(stdin/stdout.)d(SERVICE)i(is)h(the)g(protocol) 1534 5121 y(service,)f(or)h(an)g(integer)f(denoting)f(the)i(port,)g (and)1534 5230 y(defaults)f(to)h(143)g(\(imap\))f(if)h(not)g (specified.)e(Also)i(sets)1534 5340 y(the)g(--hostname)e(default.)p eop end %%Page: 72 76 TeXDict begin 72 75 bop 150 -116 a Ft(Chapter)30 b(15:)41 b(In)m(v)m(oking)32 b(gsasl)2440 b(72)150 299 y Fq(Miscellaneous)28 b(Options:)150 597 y Ft(These)i(parameters)h(a\013ect)h(o)m(v)m(erall)g (b)s(eha)m(viour.)245 753 y Fn(-d,)47 b(--application-data)234 b(After)46 b(authentication,)e(read)j(data)f(from)h(stdin)f(and)h(run) 1534 862 y(it)g(through)f(the)h(mechanism's)e(security)g(layer)i(and) 1534 972 y(print)f(it)i(base64)e(encoded)g(to)h(stdout.)f(The)g (default)g(is)1534 1081 y(to)h(terminate)f(after)g(authentication.)436 1191 y(--imap)810 b(Use)47 b(a)g(IMAP-like)f(logon)g(procedure)f (\(client)h(only\).)1534 1300 y(Also)h(sets)f(the)h(--service)f (default)f(to)j("imap".)245 1410 y(-m,)f(--mechanism=STRING)234 b(Mechanism)45 b(to)j(use.)436 1520 y(--no-client-first)282 b(Disallow)46 b(client)g(to)h(send)g(data)f(first)h(\(client)e(only\).) 150 1927 y Fq(SASL)29 b(Mec)l(hanism)h(Options)150 2225 y Ft(These)k(options)g(mo)s(dify)f(the)h(b)s(eha)m(viour)g(of)g(the)g (callbac)m(ks)i(\(see)f(Chapter)e(7)h([Callbac)m(k)i(F)-8 b(unctions],)150 2335 y(page)31 b(35\))h(in)e(the)g(library)-8 b(.)41 b(The)30 b(default)g(is)h(to)g(query)f(the)g(user)g(on)g(the)h (terminal.)245 2491 y Fn(-n,)47 b(--anonymous-token=STRING)185 b(Token)46 b(for)h(anonymous)e(authentication,)f(usually)1773 2600 y(mail)i(address)g(\(ANONYMOUS)f(only\).)245 2710 y(-a,)i(--authentication-id=STRING)89 b(Identity)45 b(of)i(credential)e (owner.)245 2819 y(-z,)i(--authorization-id=STRING)137 b(Identity)45 b(to)i(request)f(service)g(for.)436 2929 y(--disable-cleartext-valida)o(te)1534 3039 y(Disable)g(cleartext)f (validate)h(hook,)g(forcing)g(server)g(to)1534 3148 y(prompt)g(for)h (password.)436 3258 y(--enable-cram-md5-validate)89 b(Validate)45 b(CRAM-MD5)h(challenge)f(and)i(response)1773 3367 y(interactively.)436 3477 y(--hostname=STRING)282 b(Set)47 b(the)g(name)g(of)g(the)g(server) f(with)g(the)h(requested)1534 3587 y(service.)245 3696 y(-p,)g(--password=STRING)282 b(Password)46 b(for)h(authentication)c (\(insecure)j(for)1534 3806 y(non-testing)f(purposes\).)436 3915 y(--passcode=NUMBER)282 b(Passcode)46 b(for)h(authentication)c (\(SECURID)j(only\).)436 4025 y(--quality-of-protection=)1534 4134 y(How)f (application)e(payload)h(will)g(be)h(protected.)1534 4244 y("qop-auth")e(means)h(no)i(protection,)1534 4354 y("qop-int")d(means)i(integrity)e(protection,)1534 4463 y("qop-conf")g(means)h(confidentiality.)1534 4573 y(Currently)f(only)i (used)g(by)g(DIGEST-MD5,)e(where)h(the)1534 4682 y(default)g(is)h ("qop-int".)245 4792 y(-r,)g(--realm=STRING)426 b(Realm.)46 b(Defaults)g(to)h(hostname.)436 4902 y(--service=STRING)330 b(Set)47 b(the)g(requested)e(service)h(name)h(\(should)e(be)j(a)1534 5011 y(registered)d(GSSAPI)h(host)h(based)f(service)g(name\).)436 5121 y(--service-name=STRING)90 b(Set)47 b(the)g(generic)f(server)g (name)g(in)i(case)e(of)h(a)1534 5230 y(replicated)e(server)h (\(DIGEST-MD5)f(only\).)245 5340 y(-x,)i(--maxbuf=NUMBER)378 b(Indicate)46 b(maximum)f(buffer)i(size)f(\(DIGEST-MD5)f(only\).)p eop end %%Page: 73 77 TeXDict begin 73 76 bop 150 -116 a Ft(Chapter)30 b(15:)41 b(In)m(v)m(oking)32 b(gsasl)2440 b(73)150 299 y Fq(ST)-13 b(AR)g(TTLS)30 b(options)436 533 y Fn(--starttls)761 b(Force)47 b(use)g(of)g(STARTTLS.)93 b(The)47 b(default)e(is)j(to)f (use)1773 643 y(STARTTLS)e(when)i(available.)93 b(\(default=off\))436 752 y(--no-starttls)617 b(Unconditionally)44 b(disable)i(STARTTLS.)1773 862 y(\(default=off\))436 971 y(--no-cb)905 b(Don't)47 b(set)g(any)f(channel)g(bindings.)93 b(\(default=off\))436 1081 y(--x509-ca-file=FILE)329 b(File)47 b(containing)e(one)i(or)g (more)g(X.509)f(Certificate)1773 1191 y(Authorities)e(certificates)h (in)i(PEM)g(format,)f(used)1773 1300 y(to)h(verify)f(the)h(certificate) e(received)g(from)i(the)1773 1410 y(server.)93 b(If)47 b(not)g(specified,)e(no)j(verification)c(of)1773 1519 y(the)j(remote)f(server)g(certificate)f(will)h(be)h(done.)436 1629 y(--x509-cert-file=FILE)233 b(File)47 b(containing)e(client)h (X.509)g(certificate)f(in)i(PEM)1773 1738 y(format.)93 b(Used)47 b(together)e(with)i(--x509-key-file)1773 1848 y(to)g(specify)f(the)h(certificate/key)c(pair.)436 1958 y(--x509-key-file=FILE)281 b(Private)46 b(key)h(for)g(the)g(client)f (X.509)g(certificate)f(in)1773 2067 y(PEM)i(format.)93 b(Used)47 b(together)e(with)1773 2177 y(--x509-key-file)e(to)48 b(specify)d(the)1773 2286 y(certificate/key)e(pair.)436 2396 y(--priority)761 b(Cipher)46 b(priority)g(string.)150 2761 y Fq(Other)29 b(Options)150 2995 y Ft(These)h(are)h(some)g (standard)e(parameters.)245 3130 y Fn(-q,)47 b(--quiet,)f(--silent)284 b(Don't)46 b(produce)g(any)h(diagnostic)e(output.)245 3240 y(-v,)i(--verbose)666 b(Produce)46 b(verbose)g(output.)245 3459 y(-?,)h(--help)810 b(Give)47 b(this)f(help)h(list)436 3568 y(--usage)762 b(Give)47 b(a)g(short)g(usage)f(message)245 3678 y(-V,)h(--version)666 b(Print)46 b(program)g(version)p eop end %%Page: 74 78 TeXDict begin 74 77 bop 150 -116 a Ft(App)s(endix)29 b(A:)h(Proto)s(col)i(Clari\014cations)2076 b(74)150 299 y Fq(App)t(endix)52 b(A)81 b(Proto)t(col)53 b(Clari\014cations)150 533 y Ft(This)34 b(app)s(endix)f(con)m(tains)j(clari\014cations)h(to)e (v)-5 b(arious)35 b(SASL)f(sp)s(eci\014cation)h(that)g(w)m(e)h(felt)f (w)m(ere)g(nec-)150 643 y(essary)i(to)g(include,)i(if)d(for)h(nothing)f (else)i(it)f(ma)m(y)h(serv)m(e)f(as)g(a)g(guide)g(for)f(other)h (implemen)m(ters)g(that)150 752 y(w)m(orry)30 b(ab)s(out)g(the)h(same)g (issues.)150 985 y Fs(A.1)67 b(Use)46 b(of)f(SASLprep)f(in)g(CRAM-MD5) 150 1144 y Ft(The)31 b(sp)s(eci\014cation,)h(as)f(of)h(`)p Fn(draft-ietf-sasl-crammd5-)o(04.t)o(xt)p Ft(',)26 b(is)31 b(silen)m(t)h(on)f(whether)f(a)i(SASL)150 1254 y(serv)m(er)j(implemen)m (tation)h(applying)e(SASLprep)e(on)i(a)h(passw)m(ord)f(receiv)m(ed)i (from)d(an)i(external,)h(non-)150 1363 y(SASL)c(sp)s(eci\014c)i (database)g(\(i.e.,)i(the)e(passw)m(ords)f(are)h(not)f(stored)h(in)f (SASLprep)f(form)h(in)g(the)h(data-)150 1473 y(base\),)49 b(should)44 b(set)h(or)g(clear)g(the)g(Allo)m(wUnassigned)h(bit.)84 b(The)44 b(motiv)-5 b(ation)46 b(for)f(the)f(A)m(U-bit)i(in)150 1582 y(StringPrep/SASLprep)29 b(is)j(for)g(stored)g(vs)f(query)h (strings.)45 b(It)32 b(could)g(b)s(e)f(argued)h(that)g(in)g(this)f (situa-)150 1692 y(tion)h(the)g(serv)m(er)f(can)h(treat)h(the)e (external)h(passw)m(ord)f(either)h(as)g(a)g(stored)f(string)h(\(from)f (a)h(database\))150 1802 y(or)e(as)h(a)g(query)f(\(the)g(serv)m(er)h (uses)f(the)h(string)f(as)h(a)f(query)g(in)m(to)h(the)g(\014xed)f(HMA)m (C-MD5)i(hash\).)275 1936 y(The)h(sp)s(eci\014cation)i(is)f(also)h (unclear)g(on)f(whether)f(clien)m(ts)j(should)d(set)i(or)f(clear)h(the) f(Allo)m(wUnas-)150 2046 y(signed)c(\015ag.)275 2180 y(In)e(the)h(serv)m(er,)h(GNU)g(SASL)e(applies)i(SASLprep)d(to)j(the)f (passw)m(ord)f(with)h(the)h(Allo)m(wUnassigned)150 2290 y(bit)g(cleared.)150 2522 y Fs(A.2)67 b(Use)46 b(of)f(SASLprep)f(in)g (LOGIN)150 2682 y Ft(The)24 b(non-standard)f(mec)m(hanism)h(LOGIN)g (presumably)f(do)s(es)h(not)g(supp)s(ort)e(non-ASCI)s(I.)h(W)-8 b(e)25 b(suggest)150 2791 y(that)37 b(the)f(clien)m(t)h(should)e(send)g (unprepared)f(UTF-8)j(and)e(that)i(the)f(serv)m(er)g(apply)f(SASLprep)f (with)150 2901 y(the)d(Allo)m(wUnassigned)g(bit)g(cleared)g(on)f(the)h (receiv)m(ed)g(username)f(and)g(passw)m(ord.)p eop end %%Page: 75 79 TeXDict begin 75 78 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(75)150 299 y Fq(App)t(endix)52 b(B)81 b(Old)53 b(F)-13 b(unctions)150 559 y Ft(As)34 b(GNU)i(SASL)d(is)i(still)g(under)e(hea)m(vy)i(dev)m(elopmen)m(t,)i (some)e(API)f(functions)h(ha)m(v)m(e)g(b)s(een)f(found)f(to)150 669 y(b)s(e)28 b(less)h(useful.)39 b(Those)28 b(old)h(API)f(functions)g (will)h(b)s(e)f(supp)s(orted)f(during)g(a)i(transition)g(p)s(erio)s(d.) 39 b(Refer)150 778 y(to)31 b(the)g(NEWS)f(\014le)g(to)i(\014nd)c(out)j (since)g(when)e(a)i(function)f(has)g(b)s(een)g(deprecated.)150 987 y Fl(gsasl)p 410 987 37 5 v 55 w(clien)m(t)p 757 987 V 53 w(listmec)m(h)3350 1192 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_client_listmech)f Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(c)m(har)e(*)h Ff(out)p Fk(,)h(size)p 2706 1192 28 4 v 41 w(t)e(*)565 1302 y Ff(outlen)p Fg(\))390 1411 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1554 y Fk(out)r Ft(:)41 b(output)30 b(c)m(haracter)i(arra)m(y)-8 b(.)390 1698 y Fk(outlen)p Ft(:)62 b(input)41 b(maxim)m(um)f(size)i(of) g(output)e(c)m(haracter)j(arra)m(y)-8 b(,)45 b(on)c(output)f(con)m (tains)j(actual)390 1807 y(length)31 b(of)f(output)g(arra)m(y)-8 b(.)390 1951 y(W)g(rite)44 b(SASL)d(names,)k(separated)e(b)m(y)f (space,)k(of)d(mec)m(hanisms)f(supp)s(orted)e(b)m(y)j(the)f(libgsasl) 390 2060 y(clien)m(t)33 b(to)f(the)f(output)g(arra)m(y)-8 b(.)44 b(T)-8 b(o)31 b(\014nd)f(out)h(ho)m(w)h(large)g(the)f(output)g (arra)m(y)h(m)m(ust)f(b)s(e,)g(call)h(this)390 2170 y(function)e(with)g (a)h(NULL)f Fn(out)g Ft(parameter.)390 2313 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(if)i(successful,)g(or)h (error)f(co)s(de.)390 2456 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_client_mechlist\(\))24 b Ft(instead.)150 2664 y Fl(gsasl)p 410 2664 37 5 v 55 w(serv)m(er)p 787 2664 V 54 w(listmec)m(h)3350 2870 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_server_listmech)f Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(c)m(har)e(*)h Ff(out)p Fk(,)h(size)p 2706 2870 28 4 v 41 w(t)e(*)565 2979 y Ff(outlen)p Fg(\))390 3089 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3232 y Fk(out)r Ft(:)41 b(output)30 b(c)m(haracter)i(arra)m(y)-8 b(.)390 3376 y Fk(outlen)p Ft(:)62 b(input)41 b(maxim)m(um)f(size)i(of) g(output)e(c)m(haracter)j(arra)m(y)-8 b(,)45 b(on)c(output)f(con)m (tains)j(actual)390 3485 y(length)31 b(of)f(output)g(arra)m(y)-8 b(.)390 3628 y(W)g(rite)44 b(SASL)d(names,)k(separated)e(b)m(y)f (space,)k(of)d(mec)m(hanisms)f(supp)s(orted)e(b)m(y)j(the)f(libgsasl) 390 3738 y(serv)m(er)30 b(to)h(the)f(output)g(arra)m(y)-8 b(.)42 b(T)-8 b(o)30 b(\014nd)f(out)h(ho)m(w)g(large)h(the)g(output)e (arra)m(y)i(m)m(ust)f(b)s(e,)g(call)h(this)390 3848 y(function)f(with)g (a)h(NULL)f Fn(out)g Ft(parameter.)390 3991 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(if)i(successful,)g(or)h (error)f(co)s(de.)390 4134 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_server_mechlist\(\))24 b Ft(instead.)150 4342 y Fl(gsasl)p 410 4342 37 5 v 55 w(clien)m(t)p 757 4342 V 53 w(step)3350 4548 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_client_step)e Fg(\()p Fk(Gsasl)p 1548 4548 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fk(,)h(const)f(c)m(har)g(*)f Ff(input)p Fk(,)565 4657 y(size)p 712 4657 V 41 w(t)h Ff(input_len)p Fk(,)i(c)m(har)e(*)f Ff(output)p Fk(,)j(size)p 2131 4657 V 41 w(t)d(*)h Ff(output_len)p Fg(\))390 4767 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(clien)m(t)h(handle.)390 4910 y Fk(input)r Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)-8 b(.)390 5053 y Fk(input)p 609 5053 V 39 w(len)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m(y)-8 b(.)390 5197 y Fk(output)r Ft(:)40 b(output)30 b(b)m(yte)h(arra)m(y)-8 b(.)390 5340 y Fk(output)p 664 5340 V 40 w(len)p Ft(:)40 b(size)32 b(of)e(output)g(b)m(yte)h(arra)m(y)-8 b(.)p eop end %%Page: 76 80 TeXDict begin 76 79 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(76)390 299 y(P)m(erform)45 b(one)f(step)h(of)g(SASL)f(authen)m(tication)i(in)f(clien)m(t.)85 b(This)44 b(reads)g(data)h(from)g(serv)m(er)390 408 y(\(sp)s(eci\014ed) 37 b(with)f(input)g(and)h(input)p 1664 408 28 4 v 39 w(len\),)i(pro)s(cesses)e(it)g(\(p)s(oten)m(tially)i(in)m(v)m(oking)f (callbac)m(ks)h(to)390 518 y(the)31 b(application\),)h(and)e(writes)g (data)h(to)g(serv)m(er)g(\(in)m(to)h(v)-5 b(ariables)31 b(output)f(and)f(output)p 3449 518 V 40 w(len\).)390 677 y(The)40 b(con)m(ten)m(ts)i(of)f(the)g(output)f(bu\013er)f(is)i (unsp)s(eci\014ed)d(if)j(this)f(functions)g(returns)g(an)m(ything)390 787 y(other)31 b(than)f Fn(GSASL_NEEDS_MORE)p Ft(.)390 946 y Fe(Return)41 b(v)-5 b(alue:)63 b Ft(Returns)41 b Fn(GSASL_OK)e Ft(if)i(authen)m(ticated)j(terminated)e(successfully)-8 b(,)45 b Fn(GSASL_)390 1056 y(NEEDS_MORE)28 b Ft(if)i(more)g(data)h(is) g(needed,)f(or)h(error)f(co)s(de.)390 1215 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_step\(\))d Ft(instead.)150 1439 y Fl(gsasl)p 410 1439 37 5 v 55 w(serv)m(er)p 787 1439 V 54 w(step)3350 1660 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_server_step)e Fg(\()p Fk(Gsasl)p 1548 1660 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fk(,)h(const)f(c)m(har)g(*)f Ff(input)p Fk(,)565 1770 y(size)p 712 1770 V 41 w(t)h Ff(input_len)p Fk(,)i(c)m(har)e(*)f Ff(output)p Fk(,)j(size)p 2131 1770 V 41 w(t)d(*)h Ff(output_len)p Fg(\))390 1879 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(serv)m(er)f(handle.)390 2038 y Fk(input)r Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)-8 b(.)390 2198 y Fk(input)p 609 2198 V 39 w(len)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m(y)-8 b(.)390 2357 y Fk(output)r Ft(:)40 b(output)30 b(b)m(yte)h(arra)m(y)-8 b(.)390 2516 y Fk(output)p 664 2516 V 40 w(len)p Ft(:)40 b(size)32 b(of)e(output)g(b)m(yte)h(arra)m(y)-8 b(.)390 2675 y(P)m(erform)45 b(one)f(step)h(of)g(SASL)f(authen)m(tication)i(in) f(serv)m(er.)84 b(This)43 b(reads)i(data)g(from)f(clien)m(t)390 2785 y(\(sp)s(eci\014ed)37 b(with)f(input)g(and)h(input)p 1664 2785 V 39 w(len\),)i(pro)s(cesses)e(it)g(\(p)s(oten)m(tially)i(in) m(v)m(oking)f(callbac)m(ks)h(to)390 2894 y(the)31 b(application\),)h (and)e(writes)g(data)h(to)g(clien)m(t)h(\(in)m(to)g(v)-5 b(ariables)31 b(output)f(and)g(output)p 3431 2894 V 39 w(len\).)390 3053 y(The)40 b(con)m(ten)m(ts)i(of)f(the)g(output)f (bu\013er)f(is)i(unsp)s(eci\014ed)d(if)j(this)f(functions)g(returns)g (an)m(ything)390 3163 y(other)31 b(than)f Fn(GSASL_NEEDS_MORE)p Ft(.)390 3322 y Fe(Return)41 b(v)-5 b(alue:)63 b Ft(Returns)41 b Fn(GSASL_OK)e Ft(if)i(authen)m(ticated)j(terminated)e(successfully)-8 b(,)45 b Fn(GSASL_)390 3432 y(NEEDS_MORE)28 b Ft(if)i(more)g(data)h(is) g(needed,)f(or)h(error)f(co)s(de.)390 3591 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_step\(\))d Ft(instead.)150 3815 y Fl(gsasl)p 410 3815 37 5 v 55 w(clien)m(t)p 757 3815 V 53 w(step)p 1030 3815 V 54 w(base64)3350 4036 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_client_step_bas)q(e64)f Fg(\()p Fk(Gsasl)p 1914 4036 28 4 v 41 w(session)31 b(*)f Ff(sctx)p Fk(,)i(const)f(c)m(har)g(*)565 4146 y Ff(b64input)p Fk(,)i(c)m(har)e(*)g Ff(b64output)p Fk(,)i(size)p 1988 4146 V 41 w(t)d Ff(b64output_len)p Fg(\))390 4255 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(clien)m(t)h(handle.)390 4414 y Fk(b64input)r Ft(:)40 b(input)30 b(base64)h(enco)s(ded)f(b)m(yte)h (arra)m(y)-8 b(.)390 4574 y Fk(b64output)r Ft(:)41 b(output)30 b(base64)h(enco)s(ded)f(b)m(yte)h(arra)m(y)-8 b(.)390 4733 y Fk(b64output)p 805 4733 V 40 w(len)p Ft(:)41 b(size)31 b(of)g(output)f(base64)h(enco)s(ded)f(b)m(yte)h(arra)m(y)-8 b(.)390 4892 y(This)21 b(is)h(a)g(simple)f(wrapp)s(er)f(around)h Fn(gsasl_client_step\(\))16 b Ft(that)23 b(base64)f(deco)s(des)g(the)g (input)390 5001 y(and)30 b(base64)h(enco)s(des)g(the)f(output.)390 5161 y Fe(Return)g(v)-5 b(alue:)41 b Ft(See)31 b Fn (gsasl_client_step\(\))p Ft(.)390 5320 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_step64\(\))d Ft(instead.)p eop end %%Page: 77 81 TeXDict begin 77 80 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(77)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(serv)m(er)p 787 299 V 54 w(step)p 1061 299 V 54 w(base64)3350 485 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_server_step_bas)q(e64)f Fg(\()p Fk(Gsasl)p 1914 485 28 4 v 41 w(session)31 b(*)f Ff(sctx)p Fk(,)i(const)f(c)m(har) g(*)565 594 y Ff(b64input)p Fk(,)i(c)m(har)e(*)g Ff(b64output)p Fk(,)i(size)p 1988 594 V 41 w(t)d Ff(b64output_len)p Fg(\))390 704 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(serv)m(er)f (handle.)390 833 y Fk(b64input)r Ft(:)40 b(input)30 b(base64)h(enco)s (ded)f(b)m(yte)h(arra)m(y)-8 b(.)390 962 y Fk(b64output)r Ft(:)41 b(output)30 b(base64)h(enco)s(ded)f(b)m(yte)h(arra)m(y)-8 b(.)390 1091 y Fk(b64output)p 805 1091 V 40 w(len)p Ft(:)41 b(size)31 b(of)g(output)f(base64)h(enco)s(ded)f(b)m(yte)h(arra)m(y)-8 b(.)390 1220 y(This)21 b(is)h(a)g(simple)f(wrapp)s(er)f(around)h Fn(gsasl_server_step\(\))16 b Ft(that)23 b(base64)f(deco)s(des)g(the)g (input)390 1329 y(and)30 b(base64)h(enco)s(des)g(the)f(output.)390 1458 y Fe(Return)g(v)-5 b(alue:)41 b Ft(See)31 b Fn (gsasl_server_step\(\))p Ft(.)390 1587 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_step64\(\))d Ft(instead.)150 1776 y Fl(gsasl)p 410 1776 37 5 v 55 w(clien)m(t)p 757 1776 V 53 w(\014nish)3350 1961 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_finish)d Fg(\()p Fk(Gsasl)p 1705 1961 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fg(\))390 2071 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(clien)m(t)h(handle.)390 2200 y(Destro)m(y)40 b(a)f(libgsasl)g(clien)m(t)h(handle.)65 b(The)38 b(handle)g(m)m(ust)h(not)f(b)s(e)g(used)g(with)g(other)h (libgsasl)390 2309 y(functions)30 b(after)h(this)f(call.)390 2438 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_finish\(\))d Ft(instead.)150 2627 y Fl(gsasl)p 410 2627 37 5 v 55 w(serv)m(er)p 787 2627 V 54 w(\014nish)3350 2812 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_finish)d Fg(\()p Fk(Gsasl)p 1705 2812 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fg(\))390 2922 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(serv)m(er)f(handle.)390 3051 y(Destro)m(y)39 b(a)e(libgsasl)i(serv)m (er)e(handle.)61 b(The)37 b(handle)g(m)m(ust)g(not)g(b)s(e)g(used)g (with)g(other)g(libgsasl)390 3161 y(functions)30 b(after)h(this)f (call.)390 3290 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_finish\(\))d Ft(instead.)150 3478 y Fl(gsasl)p 410 3478 37 5 v 55 w(clien)m(t)p 757 3478 V 53 w(ctx)p 978 3478 V 53 w(get)3350 3664 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl)54 b(*)e (gsasl_client_ctx_get)g Fg(\()p Fk(Gsasl)p 1914 3664 28 4 v 41 w(session)31 b(*)f Ff(sctx)p Fg(\))390 3773 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(clien)m(t)h(handle)390 3902 y(Get)f(the)g(libgsasl)g(handle)f(giv)m(en)h(a)g(libgsasl)g(clien) m(t)h(handle.)390 4031 y Fe(Return)e(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(libgsasl)h(handle)f(giv)m(en)i(a)e(libgsasl)i (clien)m(t)g(handle.)390 4160 y Fe(Deprecated:)42 b Ft(This)29 b(function)h(is)h(not)f(useful)g(with)g(the)h(new)e(0.2.0)k(API.)150 4348 y Fl(gsasl)p 410 4348 37 5 v 55 w(clien)m(t)p 757 4348 V 53 w(application)p 1400 4348 V 54 w(data)p 1690 4348 V 53 w(set)3350 4534 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_application)q(_da)q(ta_)q(set)e Fg(\()p Fk(Gsasl)p 2437 4534 28 4 v 41 w(session)31 b(*)f Ff(sctx)p Fk(,)565 4644 y(v)m(oid)h(*)g Ff(application_data)p Fg(\))390 4753 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(clien)m(t)h (handle.)390 4882 y Fk(application)p 834 4882 V 41 w(data)p Ft(:)42 b(opaque)30 b(p)s(oin)m(ter)h(to)g(application)h(sp)s(eci\014c) e(data.)390 5011 y(Store)41 b(application)i(sp)s(eci\014c)e(data)h(in)f (the)g(libgsasl)h(clien)m(t)h(handle.)73 b(The)41 b(application)h(data) 390 5121 y(can)35 b(b)s(e)e(later)j(\(for)e(instance,)i(inside)e(a)h (callbac)m(k\))i(b)s(e)c(retriev)m(ed)j(b)m(y)e(calling)i Fn(gsasl_client_)390 5230 y(application_data_get\(\))p Ft(.)42 b(It)32 b(is)h(normally)g(used)f(b)m(y)h(the)f(application)i (to)g(main)m(tain)g(state)390 5340 y(b)s(et)m(w)m(een)d(the)g(main)f (program)g(and)g(the)g(callbac)m(k.)p eop end %%Page: 78 82 TeXDict begin 78 81 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(78)390 299 y Fe(Deprecated:)57 b Ft(Use)38 b Fn(gsasl_callback_hook_set\(\))31 b Ft(or)39 b Fn(gsasl_session_hook_set\()o(\))32 b Ft(in-)390 408 y(stead.)150 612 y Fl(gsasl)p 410 612 37 5 v 55 w(clien)m(t)p 757 612 V 53 w(application)p 1400 612 V 54 w(data)p 1690 612 V 53 w(get)3350 813 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(*)e(gsasl_client_applicati)q(on_)q(dat)q(a_g)q(et)g Fg(\()p Fk(Gsasl)p 2542 813 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fg(\))390 923 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(clien)m(t)h(handle.)390 1062 y(Retriev)m(e)38 b(application)f(sp)s (eci\014c)f(data)g(from)g(libgsasl)g(clien)m(t)i(handle.)57 b(The)35 b(application)i(data)390 1172 y(is)k(set)h(using)f Fn(gsasl_client_application_)o(data)o(_set)o(\(\))p Ft(.)67 b(It)42 b(is)f(normally)h(used)e(b)m(y)i(the)390 1281 y(application)32 b(to)f(main)m(tain)g(state)h(b)s(et)m(w)m(een)f(the)f (main)h(program)f(and)g(the)g(callbac)m(k.)390 1420 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(application)i(sp)s (eci\014c)e(data,)h(or)g(NULL.)390 1559 y Fe(Deprecated:)57 b Ft(Use)38 b Fn(gsasl_callback_hook_get\(\))31 b Ft(or)39 b Fn(gsasl_session_hook_get\()o(\))32 b Ft(in-)390 1669 y(stead.)150 1872 y Fl(gsasl)p 410 1872 37 5 v 55 w(serv)m(er)p 787 1872 V 54 w(ctx)p 1009 1872 V 53 w(get)3350 2074 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl)54 b(*)e(gsasl_server_ctx_get)g Fg(\()p Fk(Gsasl)p 1914 2074 28 4 v 41 w(session)31 b(*)f Ff(sctx)p Fg(\))390 2183 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(serv)m(er)f(handle)390 2322 y(Get)h(the)g(libgsasl)g(handle)f(giv)m (en)h(a)g(libgsasl)g(serv)m(er)g(handle.)390 2461 y Fe(Return)f(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(libgsasl)h(handle)f(giv)m(en)i(a)e (libgsasl)i(serv)m(er)e(handle.)390 2600 y Fe(Deprecated:)42 b Ft(This)29 b(function)h(is)h(not)f(useful)g(with)g(the)h(new)e(0.2.0) k(API.)150 2804 y Fl(gsasl)p 410 2804 37 5 v 55 w(serv)m(er)p 787 2804 V 54 w(application)p 1431 2804 V 54 w(data)p 1721 2804 V 53 w(set)3350 3005 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_application)q(_da)q(ta_)q(set)e Fg(\()p Fk(Gsasl)p 2437 3005 28 4 v 41 w(session)31 b(*)f Ff(sctx)p Fk(,)565 3115 y(v)m(oid)h(*)g Ff(application_data)p Fg(\))390 3224 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(serv)m(er)f (handle.)390 3363 y Fk(application)p 834 3363 V 41 w(data)p Ft(:)42 b(opaque)30 b(p)s(oin)m(ter)h(to)g(application)h(sp)s(eci\014c) e(data.)390 3502 y(Store)40 b(application)h(sp)s(eci\014c)f(data)g(in)g (the)g(libgsasl)g(serv)m(er)g(handle.)69 b(The)39 b(application)i(data) 390 3612 y(can)35 b(b)s(e)e(later)j(\(for)e(instance,)i(inside)e(a)h (callbac)m(k\))i(b)s(e)c(retriev)m(ed)j(b)m(y)e(calling)i Fn(gsasl_server_)390 3722 y(application_data_get\(\))p Ft(.)42 b(It)32 b(is)h(normally)g(used)f(b)m(y)h(the)f(application)i (to)g(main)m(tain)g(state)390 3831 y(b)s(et)m(w)m(een)d(the)g(main)f (program)g(and)g(the)g(callbac)m(k.)390 3970 y Fe(Deprecated:)57 b Ft(Use)38 b Fn(gsasl_callback_hook_set\(\))31 b Ft(or)39 b Fn(gsasl_session_hook_set\()o(\))32 b Ft(in-)390 4080 y(stead.)150 4283 y Fl(gsasl)p 410 4283 37 5 v 55 w(serv)m(er)p 787 4283 V 54 w(application)p 1431 4283 V 54 w(data)p 1721 4283 V 53 w(get)3350 4485 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(*)e(gsasl_server_applicati)q(on_)q(dat)q(a_g)q(et)g Fg(\()p Fk(Gsasl)p 2542 4485 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fg(\))390 4594 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(serv)m(er)f(handle.)390 4733 y(Retriev)m(e)36 b(application)g(sp)s (eci\014c)e(data)h(from)f(libgsasl)h(serv)m(er)g(handle.)52 b(The)34 b(application)h(data)390 4843 y(is)41 b(set)h(using)f Fn(gsasl_server_application_)o(data)o(_set)o(\(\))p Ft(.)67 b(It)42 b(is)f(normally)h(used)e(b)m(y)i(the)390 4952 y(application)32 b(to)f(main)m(tain)g(state)h(b)s(et)m(w)m(een)f(the)f (main)h(program)f(and)g(the)g(callbac)m(k.)390 5091 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(application)i(sp)s (eci\014c)e(data,)h(or)g(NULL.)390 5230 y Fe(Deprecated:)57 b Ft(Use)38 b Fn(gsasl_callback_hook_get\(\))31 b Ft(or)39 b Fn(gsasl_session_hook_get\()o(\))32 b Ft(in-)390 5340 y(stead.)p eop end %%Page: 79 83 TeXDict begin 79 82 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(79)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(randomize)3350 493 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_randomize)d Fg(\()p Fk(in)m(t)31 b Ff(strong)p Fk(,)i(c)m(har)e(*)f Ff(data)p Fk(,)i(size)p 2420 493 28 4 v 41 w(t)f Ff(datalen)p Fg(\))390 603 y Fk(strong)8 b Ft(:)41 b(0)30 b(i\013)h(op)s(eration)g(should)e(not)i (blo)s(c)m(k,)g(non-0)g(for)f(v)m(ery)g(strong)h(randomness.)390 736 y Fk(data)p Ft(:)41 b(output)30 b(arra)m(y)h(to)g(b)s(e)f(\014lled) g(with)g(random)g(data.)390 869 y Fk(datalen)p Ft(:)42 b(size)31 b(of)f(output)g(arra)m(y)-8 b(.)390 1002 y(Store)31 b(cryptographically)g(random)f(data)h(of)g(giv)m(en)g(size)g(in)f(the)h (pro)m(vided)f(bu\013er.)390 1136 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b Fn(GSASL_OK)e Ft(i\013)i(successful.)390 1269 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_random\(\))d Ft(or)j Fn(gsasl_nonce\(\))d Ft(instead.)150 1465 y Fl(gsasl)p 410 1465 37 5 v 55 w(ctx)p 633 1465 V 53 w(get)3350 1660 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl)54 b(*)e(gsasl_ctx_get)e Fg(\()p Fk(Gsasl)p 1548 1660 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fg(\))390 1769 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle)390 1902 y(Get)h(the)g(libgsasl)g(handle)f(giv)m(en) h(a)g(libgsasl)g(session)g(handle.)390 2036 y Fe(Return)f(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(libgsasl)h(handle)f(giv)m(en)i(a)e (libgsasl)i(session)e(handle.)390 2169 y Fe(Deprecated:)42 b Ft(This)29 b(function)h(is)h(not)f(useful)g(with)g(the)h(new)e(0.2.0) k(API.)150 2366 y Fl(gsasl)p 410 2366 37 5 v 55 w(enco)s(de)p 832 2366 V 55 w(inline)3350 2560 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_encode_inline)e Fg(\()p Fk(Gsasl)p 1652 2560 28 4 v 42 w(session)30 b(*)h Ff(sctx)p Fk(,)h(const)e(c)m (har)h(*)g Ff(input)p Fk(,)565 2669 y(size)p 712 2669 V 41 w(t)g Ff(input_len)p Fk(,)i(c)m(har)e(*)f Ff(output)p Fk(,)j(size)p 2131 2669 V 41 w(t)d(*)h Ff(output_len)p Fg(\))390 2779 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.) 390 2912 y Fk(input)r Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)-8 b(.)390 3045 y Fk(input)p 609 3045 V 39 w(len)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m(y)-8 b(.)390 3179 y Fk(output)r Ft(:)40 b(output)30 b(b)m(yte)h(arra)m(y)-8 b(.)390 3312 y Fk(output)p 664 3312 V 40 w(len)p Ft(:)40 b(size)32 b(of)e(output)g(b)m(yte)h(arra)m(y)-8 b(.)390 3445 y(Enco)s(de)32 b(data)h(according)g(to)g(negotiated)h(SASL)d(mec)m (hanism.)46 b(This)31 b(migh)m(t)i(mean)g(that)f(data)390 3555 y(is)e(in)m(tegrit)m(y)j(or)d(priv)-5 b(acy)31 b(protected.)390 3688 y Fe(Return)d(v)-5 b(alue:)40 b Ft(Returns)27 b Fn(GSASL_OK)f Ft(if)i(enco)s(ding)h(w)m(as)f(successful,)h(otherwise)f (an)h(error)e(co)s(de.)390 3821 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_encode\(\))d Ft(instead.)390 3954 y Fe(Since:)41 b Ft(0.2.0)150 4151 y Fl(gsasl)p 410 4151 37 5 v 55 w(deco)s(de)p 832 4151 V 55 w(inline)3350 4345 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_decode_inline)e Fg(\()p Fk(Gsasl)p 1652 4345 28 4 v 42 w(session)30 b(*)h Ff(sctx)p Fk(,)h(const)e(c)m(har)h(*)g Ff(input)p Fk(,)565 4455 y(size)p 712 4455 V 41 w(t)g Ff(input_len)p Fk(,)i(c)m(har)e(*)f Ff(output)p Fk(,)j(size)p 2131 4455 V 41 w(t)d(*)h Ff(output_len)p Fg(\))390 4564 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.) 390 4698 y Fk(input)r Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)-8 b(.)390 4831 y Fk(input)p 609 4831 V 39 w(len)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m(y)-8 b(.)390 4964 y Fk(output)r Ft(:)40 b(output)30 b(b)m(yte)h(arra)m(y)-8 b(.)390 5097 y Fk(output)p 664 5097 V 40 w(len)p Ft(:)40 b(size)32 b(of)e(output)g(b)m(yte)h(arra)m(y)-8 b(.)390 5230 y(Deco)s(de)33 b(data)g(according)h(to)f(negotiated)h(SASL)d(mec)m (hanism.)47 b(This)32 b(migh)m(t)h(mean)f(that)h(data)390 5340 y(is)d(in)m(tegrit)m(y)j(or)d(priv)-5 b(acy)31 b(protected.)p eop end %%Page: 80 84 TeXDict begin 80 83 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(80)390 299 y Fe(Return)28 b(v)-5 b(alue:)40 b Ft(Returns)27 b Fn(GSASL_OK)f Ft(if)i(enco)s(ding)h (w)m(as)f(successful,)h(otherwise)f(an)h(error)e(co)s(de.)390 434 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_decode\(\))d Ft(instead.)390 570 y Fe(Since:)41 b Ft(0.2.0)150 770 y Fl(gsasl)p 410 770 37 5 v 55 w(application)p 1055 770 V 54 w(data)p 1345 770 V 53 w(set)3350 967 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_application_data_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)h(v)m(oid)e(*)h Ff(appdata)p Fg(\))390 1077 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1212 y Fk(app)s(data)p Ft(:)40 b(opaque)31 b(p)s(oin)m(ter)f(to)i(application)f(sp)s(eci\014c)f(data.)390 1348 y(Store)37 b(application)i(sp)s(eci\014c)e(data)h(in)f(the)g (libgsasl)h(handle.)61 b(The)37 b(application)h(data)g(can)g(b)s(e)390 1457 y(later)j(\(for)f(instance,)k(inside)c(a)g(callbac)m(k\))j(b)s(e)c (retriev)m(ed)i(b)m(y)f(calling)i Fn(gsasl_application_)390 1567 y(data_get\(\))p Ft(.)58 b(It)37 b(is)g(normally)g(used)g(b)m(y)f (the)i(application)g(to)g(main)m(tain)g(state)g(b)s(et)m(w)m(een)g(the) 390 1677 y(main)30 b(program)g(and)g(the)h(callbac)m(k.)390 1812 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_callback_hook_set\(\)) 24 b Ft(instead.)150 2012 y Fl(gsasl)p 410 2012 V 55 w(application)p 1055 2012 V 54 w(data)p 1345 2012 V 53 w(get)3350 2210 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(*)e(gsasl_application_data)q(_ge)q(t)f Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fg(\))390 2319 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2455 y(Retriev)m(e)38 b(application)g(sp)s(eci\014c)e (data)h(from)f(libgsasl)h(handle.)58 b(The)36 b(application)i(data)f (is)f(set)390 2564 y(using)k Fn(gsasl_application_data_)o(set\()o(\))p Ft(.)64 b(It)40 b(is)h(normally)f(used)f(b)m(y)h(the)h(application)g (to)390 2674 y(main)m(tain)31 b(state)h(b)s(et)m(w)m(een)f(the)g(main)f (program)g(and)g(the)g(callbac)m(k.)390 2809 y Fe(Return)g(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(application)i(sp)s(eci\014c)e(data,) h(or)g(NULL.)390 2945 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_callback_hook_get\(\))24 b Ft(instead.)150 3145 y Fl(gsasl)p 410 3145 V 55 w(appinfo)p 861 3145 V 55 w(set)3350 3343 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_appinfo_set)c Fg(\()p Fk(Gsasl)p 1600 3343 28 4 v 41 w(session)31 b(*)f Ff(sctx)p Fk(,)i(v)m(oid)f(*)g Ff(appdata)p Fg(\))390 3452 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.)390 3587 y Fk(app)s(data)p Ft(:)40 b(opaque)31 b(p)s(oin)m(ter)f(to)i(application)f(sp)s(eci\014c)f(data.) 390 3723 y(Store)37 b(application)i(sp)s(eci\014c)d(data)i(in)f(the)g (libgsasl)h(session)f(handle.)60 b(The)37 b(application)h(data)390 3832 y(can)31 b(b)s(e)e(later)j(\(for)e(instance,)i(inside)e(a)h (callbac)m(k\))i(b)s(e)c(retriev)m(ed)j(b)m(y)e(calling)i Fn(gsasl_appinfo_)390 3942 y(get\(\))p Ft(.)60 b(It)38 b(is)f(normally)h(used)e(b)m(y)h(the)h(application)g(to)h(main)m(tain)f (state)h(b)s(et)m(w)m(een)f(the)f(main)390 4052 y(program)30 b(and)g(the)g(callbac)m(k.)390 4187 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_callback_hook_set\(\))24 b Ft(instead.)150 4387 y Fl(gsasl)p 410 4387 37 5 v 55 w(appinfo)p 861 4387 V 55 w(get)3350 4585 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(*)e(gsasl_appinfo_get)f Fg(\()p Fk(Gsasl)p 1705 4585 28 4 v 41 w(session)30 b(*)h Ff(sctx)p Fg(\))390 4694 y Fk(sctx)6 b Ft(:)42 b(libgsasl)31 b(session)f(handle.)390 4830 y(Retriev)m(e)j(application)g(sp)s(eci\014c)e(data)h(from)f (libgsasl)h(session)f(handle.)44 b(The)31 b(application)h(data)390 4939 y(is)24 b(set)g(using)f Fn(gsasl_appinfo_set\(\))p Ft(.)33 b(It)24 b(is)f(normally)h(used)f(b)m(y)g(the)h(application)h (to)f(main)m(tain)390 5049 y(state)32 b(b)s(et)m(w)m(een)f(the)f(main)h (program)f(and)f(the)i(callbac)m(k.)390 5184 y Fe(Return)f(v)-5 b(alue:)41 b Ft(Returns)30 b(the)g(application)i(sp)s(eci\014c)e(data,) h(or)g(NULL.)390 5320 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_callback_hook_get\(\))24 b Ft(instead.)p eop end %%Page: 81 85 TeXDict begin 81 84 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(81)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(serv)m(er)p 787 299 V 54 w(suggest)p 1231 299 V 55 w(mec)m(hanism)3350 494 y Ft([F)-8 b(unction])-3599 b Fh(const)54 b(char)f(*)g(gsasl_server_suggest_m)q(ech)q(anis)q(m)e Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fk(,)565 604 y(const)g(c)m(har)g(*)f Ff(mechlist)p Fg(\))390 714 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 848 y Fk(mec)m(hlist)r Ft(:)52 b(input)34 b(c)m(haracter)j(arra)m(y)f(with)f(SASL)f(mec)m(hanism)i(names,)g (separated)g(b)m(y)f(in)m(v)-5 b(alid)390 957 y(c)m(haracters)32 b(\(e.g.)42 b(SPC\).)390 1091 y(Get)23 b(name)f(of)g Fn(")p Ft(b)s(est)p Fn(")f Ft(SASL)g(mec)m(hanism)i(supp)s(orted)d(b)m (y)i(the)g(libgsasl)h(serv)m(er)f(whic)m(h)g(is)g(presen)m(t)390 1201 y(in)30 b(the)h(input)e(string.)390 1334 y Fe(Return)36 b(v)-5 b(alue:)52 b Ft(Returns)35 b(name)h(of)g Fn(")p Ft(b)s(est)p Fn(")f Ft(SASL)g(mec)m(hanism)h(supp)s(orted)e(b)m(y)i (the)g(libgsasl)390 1444 y(serv)m(er)31 b(whic)m(h)f(is)g(presen)m(t)h (in)f(the)g(input)g(string.)390 1578 y Fe(Deprecated:)55 b Ft(This)37 b(function)f(w)m(as)i(nev)m(er)f(useful,)i(since)e(it)h (is)f(the)h(clien)m(t)g(that)g(c)m(hose)g(whic)m(h)390 1688 y(mec)m(hanism)31 b(to)g(use.)150 1886 y Fl(gsasl)p 410 1886 V 55 w(clien)m(t)p 757 1886 V 53 w(callbac)m(k)p 1238 1886 V 52 w(authen)m(tication)p 2063 1886 V 53 w(id)p 2218 1886 V 54 w(set)3350 2081 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_au)q(the)q(nti)q(cat)q(ion_)q(id_) q(set)e Fg(\()p Fk(Gsasl)31 b(*)565 2191 y Ff(ctx)p Fk(,)h(Gsasl)p 997 2191 28 4 v 40 w(clien)m(t)p 1250 2191 V 42 w(callbac)m(k)p 1608 2191 V 42 w(authen)m(tication)p 2221 2191 V 42 w(id)e Ff(cb)p Fg(\))390 2300 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2434 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 2568 y(Sp)s(ecify)20 b(the)h(callbac)m(k)i(function)e (to)h(use)e(in)h(the)g(clien)m(t)i(to)e(set)h(the)f(authen)m(tication)i (iden)m(tit)m(y)-8 b(.)39 b(The)390 2678 y(function)26 b(can)g(b)s(e)g(later)h(retriev)m(ed)g(using)f Fn (gsasl_client_callback_au)o(then)o(tic)o(atio)o(n_id)o(_)390 2787 y(get\(\))p Ft(.)390 2921 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3031 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3140 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 3338 y Fl(gsasl)p 410 3338 37 5 v 55 w(clien)m(t)p 757 3338 V 53 w(callbac)m(k)p 1238 3338 V 52 w(authen)m(tication)p 2063 3338 V 53 w(id)p 2218 3338 V 54 w(get)3350 3534 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(aut)q(hent)q (ica)q(tio)q(n_i)q(d)565 3644 y(gsasl_client_callback_)q(aut)q(hen)q (tic)q(atio)q(n_i)q(d_g)q(et)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 3753 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3887 y(Get)42 b(the)g(callbac)m(k)i(earlier)e(set)g(b)m (y)f(calling)i Fn(gsasl_client_callback_aut)o(hen)o(tica)o(tion)o(_)390 3997 y(id_set\(\))p Ft(.)390 4131 y Fe(Return)34 b(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y) g(calling)i Fn(gsasl_client_callback_)390 4240 y (authentication_id_set\(\))p Ft(.)390 4374 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 4484 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 4593 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 4791 y Fl(gsasl)p 410 4791 V 55 w(clien)m(t)p 757 4791 V 53 w(callbac)m(k)p 1238 4791 V 52 w(authorization)p 2005 4791 V 54 w(id)p 2161 4791 V 54 w(set)3350 4987 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_au)q (tho)q(riz)q(ati)q(on_i)q(d_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 5096 y(Gsasl)p 784 5096 28 4 v 41 w(clien)m(t)p 1038 5096 V 42 w(callbac)m(k)p 1396 5096 V 42 w(authorization)p 1967 5096 V 41 w(id)f Ff(cb)p Fg(\))390 5206 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 5340 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)p eop end %%Page: 82 86 TeXDict begin 82 85 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(82)390 299 y(Sp)s(ecify)38 b(the)i(callbac)m(k)h(function)e(to)h(use)e(in)h(the)h(clien)m(t)g(to)g (set)g(the)f(authorization)i(iden)m(tit)m(y)-8 b(.)390 408 y(The)27 b(function)g(can)h(b)s(e)e(later)j(retriev)m(ed)f(using)f Fn(gsasl_client_callback_au)o(tho)o(riza)o(tion)o(_)390 518 y(id_get\(\))p Ft(.)390 671 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 781 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 890 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 1108 y Fl(gsasl)p 410 1108 37 5 v 55 w(clien)m(t)p 757 1108 V 53 w(callbac)m(k)p 1238 1108 V 52 w(authorization)p 2005 1108 V 54 w(id)p 2161 1108 V 54 w(get)3350 1323 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(aut)q(hori)q (zat)q(ion)q(_id)565 1433 y(gsasl_client_callback_)q(aut)q(hor)q(iza)q (tion)q(_id)q(_ge)q(t)51 b Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 1542 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1695 y(Get)e(the)f(callbac)m(k)i(earlier)e(set)h(b)m(y)e (calling)j Fn(gsasl_client_callback_a)o(utho)o(riz)o(atio)o(n_id)o(_) 390 1805 y(set\(\))p Ft(.)390 1958 y Fe(Return)k(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y) g(calling)i Fn(gsasl_client_callback_)390 2068 y (authorization_id_set\(\))p Ft(.)390 2221 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2330 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2440 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 2658 y Fl(gsasl)p 410 2658 V 55 w(clien)m(t)p 757 2658 V 53 w(callbac)m(k)p 1238 2658 V 52 w(passw)m(ord)p 1779 2658 V 55 w(set)3350 2873 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_pa)q(ssw)q(ord)q(_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)565 2982 y(Gsasl)p 784 2982 28 4 v 41 w(clien)m(t)p 1038 2982 V 42 w(callbac)m(k)p 1396 2982 V 42 w(passw)m(ord)f Ff(cb)p Fg(\))390 3092 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3245 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 3398 y(Sp)s(ecify)h(the)h(callbac)m(k)i(function)e(to)h(use)e(in)h(the)g (clien)m(t)i(to)e(set)h(the)f(passw)m(ord.)51 b(The)33 b(function)390 3508 y(can)e(b)s(e)e(later)j(retriev)m(ed)f(using)f Fn(gsasl_client_callback_pa)o(sswo)o(rd_)o(get\()o(\))p Ft(.)390 3661 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3770 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3880 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4098 y Fl(gsasl)p 410 4098 37 5 v 55 w(clien)m(t)p 757 4098 V 53 w(callbac)m(k)p 1238 4098 V 52 w(passw)m(ord)p 1779 4098 V 55 w(get)3350 4313 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(pas)q(swor)q(d) 565 4422 y(gsasl_client_callback_)q(pas)q(swo)q(rd_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 4532 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4685 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_client_callback_pa)o(ssw)o(ord_)o(set\()o(\))p Ft(.)390 4838 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_client_callback_)390 4948 y(password_set\(\))p Ft(.)390 5101 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 5210 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 5320 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)p eop end %%Page: 83 87 TeXDict begin 83 86 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(83)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(clien)m(t)p 757 299 V 53 w(callbac)m(k)p 1238 299 V 52 w(passco)s(de)p 1757 299 V 55 w(set)3350 494 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b (gsasl_client_callback_pa)q(ssc)q(ode)q(_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)565 604 y(Gsasl)p 784 604 28 4 v 41 w(clien)m(t)p 1038 604 V 42 w(callbac)m(k)p 1396 604 V 42 w(passco)s(de)g Ff(cb)p Fg(\))390 714 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 848 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 981 y(Sp)s(ecify)i(the) h(callbac)m(k)i(function)e(to)h(use)e(in)h(the)g(clien)m(t)h(to)g(set)f (the)h(passco)s(de.)54 b(The)34 b(function)390 1091 y(can)d(b)s(e)e (later)j(retriev)m(ed)f(using)f Fn(gsasl_client_callback_pa)o(ssco)o (de_)o(get\()o(\))p Ft(.)390 1225 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i (in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 1334 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 1444 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 1642 y Fl(gsasl)p 410 1642 37 5 v 55 w(clien)m(t)p 757 1642 V 53 w(callbac)m(k)p 1238 1642 V 52 w(passco)s(de)p 1757 1642 V 55 w(get)3350 1838 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(pas)q(scod)q(e)565 1947 y(gsasl_client_callback_)q(pas)q(sco)q(de_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 2057 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2191 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_client_callback_pa)o(ssc)o (ode_)o(set\()o(\))p Ft(.)390 2325 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y) g(calling)i Fn(gsasl_client_callback_)390 2434 y(passcode_set\(\))p Ft(.)390 2568 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2678 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2787 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 2985 y Fl(gsasl)p 410 2985 V 55 w(clien)m(t)p 757 2985 V 53 w(callbac)m(k)p 1238 2985 V 52 w(pin)p 1460 2985 V 55 w(set)3350 3181 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_pi)q(n_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 3291 y(Gsasl)p 784 3291 28 4 v 41 w(clien)m(t)p 1038 3291 V 42 w(callbac)m(k)p 1396 3291 V 42 w(pin)e Ff(cb)p Fg(\))390 3400 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3534 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 3668 y(Sp)s(ecify)22 b(the)g(callbac)m(k)j(function)d(to)h(use)f(in)g(the)h(clien)m(t)h(to)f (c)m(hose)h(a)e(new)g(pin,)i(p)s(ossibly)d(suggested)390 3778 y(b)m(y)31 b(the)g(serv)m(er,)h(for)f(the)g(SECURID)f(mec)m (hanism.)43 b(This)30 b(is)h(not)g(normally)h(in)m(v)m(ok)m(ed,)h(but)d (only)390 3887 y(when)24 b(the)h(serv)m(er)h(requests)f(it.)39 b(The)25 b(function)g(can)g(b)s(e)g(later)h(retriev)m(ed)g(using)f Fn(gsasl_client_)390 3997 y(callback_pin_get\(\))p Ft(.)390 4131 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g (the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 4240 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 4350 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4548 y Fl(gsasl)p 410 4548 37 5 v 55 w(clien)m(t)p 757 4548 V 53 w(callbac)m(k)p 1238 4548 V 52 w(pin)p 1460 4548 V 55 w(get)3350 4743 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(pin)59 b(gsasl_client_callback_)q(pin_)q(get)565 4853 y Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 4963 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 5096 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_client_callback_pi)o(n_s)o (et\(\))o Ft(.)390 5230 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_client_callback_)390 5340 y(pin_set\(\))p Ft(.)p eop end %%Page: 84 88 TeXDict begin 84 87 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(84)390 299 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i (in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 408 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 518 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 739 y Fl(gsasl)p 410 739 37 5 v 55 w(clien)m(t)p 757 739 V 53 w(callbac)m(k)p 1238 739 V 52 w(service)p 1654 739 V 54 w(set)3350 957 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_se)q(rvi)q(ce_)q(set)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 1066 y(Gsasl)p 784 1066 28 4 v 41 w(clien)m(t)p 1038 1066 V 42 w(callbac)m(k)p 1396 1066 V 42 w(service)g Ff(cb)p Fg(\))390 1176 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1332 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 1488 y(Sp)s(ecify)e(the)h (callbac)m(k)i(function)d(to)i(use)e(in)h(the)g(clien)m(t)h(to)g(set)f (the)g(name)g(of)g(the)g(service.)42 b(The)390 1597 y(service)30 b(bu\013er)e(should)g(b)s(e)g(a)h(registered)h(GSSAPI)e(host-based)h (service)h(name,)g(hostname)f(the)390 1707 y(name)k(of)h(the)f(serv)m (er.)49 b(Servicename)34 b(is)f(used)g(b)m(y)g(DIGEST-MD5)h(and)f (should)f(b)s(e)g(the)i(name)390 1817 y(of)g(generic)h(serv)m(er)g(in)f (case)h(of)f(a)h(replicated)g(service.)53 b(The)34 b(function)g(can)g (b)s(e)g(later)h(retriev)m(ed)390 1926 y(using)30 b Fn (gsasl_client_callback_se)o(rvi)o(ce_g)o(et\(\))o Ft(.)390 2082 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g (the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2192 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2301 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 2522 y Fl(gsasl)p 410 2522 37 5 v 55 w(clien)m(t)p 757 2522 V 53 w(callbac)m(k)p 1238 2522 V 52 w(service)p 1654 2522 V 54 w(get)3350 2740 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(ser)q(vice)565 2850 y(gsasl_client_callback_)q(ser)q(vic)q(e_g)q(et)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 2959 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3115 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_client_callback_se)o(rvi)o(ce_s)o(et\(\))o Ft(.)390 3271 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k) h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_client_callback_)390 3381 y(service_set\(\))p Ft(.)390 3537 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3646 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3756 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 3976 y Fl(gsasl)p 410 3976 V 55 w(clien)m(t)p 757 3976 V 53 w(callbac)m(k)p 1238 3976 V 52 w(anon)m(ymous)p 1888 3976 V 55 w(set)3350 4195 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_an)q(ony)q(mou)q(s_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 4304 y(Gsasl)p 784 4304 28 4 v 41 w(clien)m(t)p 1038 4304 V 42 w(callbac)m(k)p 1396 4304 V 42 w(anon)m(ymous)f Ff(cb)p Fg(\))390 4414 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4570 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 4726 y(Sp)s(ecify)f(the)h(callbac)m(k)i(function)d(to)i(use)e(in)h(the)g (clien)m(t)h(to)g(set)f(the)g(anon)m(ymous)g(tok)m(en,)h(whic)m(h)390 4835 y(usually)e(is)h(the)g(users)f(email)i(address.)44 b(The)31 b(function)h(can)g(b)s(e)f(later)i(retriev)m(ed)f(using)g Fn(gsasl_)390 4945 y(client_callback_anonymou)o(s_ge)o(t\(\))p Ft(.)390 5101 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 5210 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 5320 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)p eop end %%Page: 85 89 TeXDict begin 85 88 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(85)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(clien)m(t)p 757 299 V 53 w(callbac)m(k)p 1238 299 V 52 w(anon)m(ymous)p 1888 299 V 55 w(get)3350 494 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(ano)q (nymo)q(us)565 604 y(gsasl_client_callback_)q(ano)q(nym)q(ous)q(_get)52 b Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 714 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 848 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_client_callback_an)o(ony)o(mous)o(_set)o(\(\))p Ft(.)390 981 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_client_callback_)390 1091 y(anonymous_set\(\))p Ft(.)390 1225 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 1334 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 1444 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 1642 y Fl(gsasl)p 410 1642 V 55 w(clien)m(t)p 757 1642 V 53 w(callbac)m(k)p 1238 1642 V 52 w(qop)p 1484 1642 V 55 w(set)3350 1838 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_qo)q(p_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 1947 y(Gsasl)p 784 1947 28 4 v 41 w(clien)m(t)p 1038 1947 V 42 w(callbac)m(k)p 1396 1947 V 42 w(qop)f Ff(cb)p Fg(\))390 2057 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2191 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 2325 y(Sp)s(ecify)k(the)g (callbac)m(k)i(function)e(to)h(use)f(in)g(the)h(clien)m(t)g(to)g (determine)g(the)f(qop)g(to)h(use)f(after)390 2434 y(lo)s(oking)31 b(at)h(what)e(the)h(serv)m(er)g(o\013ered.)41 b(The)30 b(function)h(can)g(b)s(e)f(later)h(retriev)m(ed)h(using)e Fn(gsasl_)390 2544 y(client_callback_qop_get\()o(\))p Ft(.)390 2678 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2787 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2897 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 3095 y Fl(gsasl)p 410 3095 37 5 v 55 w(clien)m(t)p 757 3095 V 53 w(callbac)m(k)p 1238 3095 V 52 w(qop)p 1484 3095 V 55 w(get)3350 3291 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(qop)59 b(gsasl_client_callback_)q(qop_)q(get)565 3400 y Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 3510 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3644 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_client_callback_qo)o(p_s)o (et\(\))o Ft(.)390 3778 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_client_callback_)390 3887 y(qop_set\(\))p Ft(.)390 4021 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f(of)g(the)h (old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h (uses)390 4131 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 4240 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4438 y Fl(gsasl)p 410 4438 V 55 w(clien)m(t)p 757 4438 V 53 w(callbac)m(k)p 1238 4438 V 52 w(maxbuf)p 1690 4438 V 55 w(set)3350 4634 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_ma)q(xbu)q(f_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 4743 y(Gsasl)p 784 4743 28 4 v 41 w(clien)m(t)p 1038 4743 V 42 w(callbac)m(k)p 1396 4743 V 42 w(maxbuf)e Ff(cb)p Fg(\))390 4853 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4987 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 5121 y(Sp)s(ecify)i(the)g (callbac)m(k)j(function)d(to)i(use)e(in)g(the)h(clien)m(t)h(to)f (inform)f(the)g(serv)m(er)h(of)g(the)g(largest)390 5230 y(bu\013er)25 b(the)i(clien)m(t)g(is)g(able)f(to)h(receiv)m(e)h(when)d (using)h(the)g(DIGEST-MD5)i Fn(")p Ft(auth-in)m(t)p Fn(")e Ft(or)g Fn(")p Ft(auth-)390 5340 y(conf)p Fn(")h Ft(Qualit)m(y)g(of)g (Protection)i(\(qop\).)40 b(If)26 b(this)h(directiv)m(e)i(is)e (missing,)g(the)g(default)g(v)-5 b(alue)28 b(65536)p eop end %%Page: 86 90 TeXDict begin 86 89 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(86)390 299 y(will)26 b(b)s(e)e(assumed.)38 b(The)25 b(function)g(can)g(b)s(e)g(later)h (retriev)m(ed)g(using)f Fn(gsasl_client_callback_)390 408 y(maxbuf_get\(\))p Ft(.)390 568 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i (in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 678 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 787 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 1012 y Fl(gsasl)p 410 1012 37 5 v 55 w(clien)m(t)p 757 1012 V 53 w(callbac)m(k)p 1238 1012 V 52 w(maxbuf)p 1690 1012 V 55 w(get)3350 1234 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(max)q(buf)565 1344 y (gsasl_client_callback_)q(max)q(buf)q(_ge)q(t)51 b Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 1453 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1613 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_client_callback_ma)o(xbu)o (f_se)o(t\(\))p Ft(.)390 1773 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_client_callback_)390 1883 y(maxbuf_set\(\))p Ft(.)390 2043 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2152 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2262 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 2486 y Fl(gsasl)p 410 2486 V 55 w(clien)m(t)p 757 2486 V 53 w(callbac)m(k)p 1238 2486 V 52 w(realm)p 1592 2486 V 54 w(set)3350 2708 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_client_callback_re)q(alm)q(_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fk(,)565 2818 y(Gsasl)p 784 2818 28 4 v 41 w(clien)m(t)p 1038 2818 V 42 w(callbac)m(k)p 1396 2818 V 42 w(realm)f Ff(cb)p Fg(\))390 2928 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3087 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 3247 y(Sp)s(ecify)f(the)h (callbac)m(k)i(function)e(to)h(use)e(in)h(the)g(clien)m(t)h(to)g(kno)m (w)f(whic)m(h)f(realm)i(it)f(b)s(elongs)g(to.)390 3357 y(The)h(realm)h(is)f(used)g(b)m(y)g(the)g(serv)m(er)h(to)g(determine)g (whic)m(h)f(username)f(and)h(passw)m(ord)g(to)h(use.)390 3467 y(The)c(function)g(can)h(b)s(e)e(later)j(retriev)m(ed)f(using)f Fn(gsasl_client_callback_re)o(alm)o(_get)o(\(\))p Ft(.)390 3626 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g (the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3736 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3846 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4070 y Fl(gsasl)p 410 4070 37 5 v 55 w(clien)m(t)p 757 4070 V 53 w(callbac)m(k)p 1238 4070 V 52 w(realm)p 1592 4070 V 54 w(get)3350 4292 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_client_callback_)q(rea)q(lm)565 4402 y(gsasl_client_callback_)q(rea)q(lm_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 4511 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4671 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_client_callback_re)o(alm)o (_set)o(\(\))p Ft(.)390 4831 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_client_callback_)390 4941 y(realm_set\(\))p Ft(.)390 5101 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 5210 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 5320 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)p eop end %%Page: 87 91 TeXDict begin 87 90 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(87)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(serv)m(er)p 787 299 V 54 w(callbac)m(k)p 1269 299 V 52 w(v)-7 b(alidate)p 1739 299 V 53 w(set)3350 494 y Ft([F)f(unction])-3599 b Fh(void)54 b(gsasl_server_callback_va)q (lid)q(ate)q(_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)565 604 y(Gsasl)p 784 604 28 4 v 41 w(serv)m(er)p 1058 604 V 40 w(callbac)m(k)p 1414 604 V 42 w(v)-5 b(alidate)32 b Ff(cb)p Fg(\))390 714 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 848 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 981 y(Sp)s(ecify)c(the)h(callbac)m(k)j(function)c(to)i (use)f(in)f(the)i(serv)m(er)f(for)g(deciding)g(if)g(user)f(is)h(authen) m(ticated)390 1091 y(using)f(authen)m(tication)j(iden)m(tit)m(y)-8 b(,)31 b(authorization)e(iden)m(tit)m(y)h(and)e(passw)m(ord.)40 b(The)28 b(function)g(can)390 1201 y(b)s(e)i(later)h(retriev)m(ed)g (using)f Fn(gsasl_server_callback_val)o(idat)o(e_ge)o(t\(\))o Ft(.)390 1334 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 1444 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 1554 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 1752 y Fl(gsasl)p 410 1752 37 5 v 55 w(serv)m(er)p 787 1752 V 54 w(callbac)m(k)p 1269 1752 V 52 w(v)-7 b(alidate)p 1739 1752 V 53 w(get)3350 1947 y Ft([F)f(unction])-3599 b Fh(Gsasl_server_callback_)q(val)q(idat)q(e) 565 2057 y(gsasl_server_callback_)q(val)q(ida)q(te_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 2166 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2300 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_server_callback_va)o(lid)o(ate_)o(set\()o(\))p Ft(.)390 2434 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 2544 y(validate_set\(\))p Ft(.)390 2678 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2787 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2897 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 3095 y Fl(gsasl)p 410 3095 V 55 w(serv)m(er)p 787 3095 V 54 w(callbac)m(k)p 1269 3095 V 52 w(retriev)m(e)p 1733 3095 V 54 w(set)3350 3291 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_re)q(tri)q(eve)q(_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)565 3400 y(Gsasl)p 784 3400 28 4 v 41 w(serv)m(er)p 1058 3400 V 40 w(callbac)m(k)p 1414 3400 V 42 w(retriev)m(e)i Ff(cb)p Fg(\))390 3510 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3644 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 3778 y(Sp)s(ecify)c(the)h(callbac)m(k)j(function)c(to)i(use)f(in)f(the)i (serv)m(er)f(for)g(deciding)g(if)g(user)f(is)h(authen)m(ticated)390 3887 y(using)f(authen)m(tication)j(iden)m(tit)m(y)-8 b(,)31 b(authorization)e(iden)m(tit)m(y)h(and)e(passw)m(ord.)40 b(The)28 b(function)g(can)390 3997 y(b)s(e)i(later)h(retriev)m(ed)g (using)f Fn(gsasl_server_callback_ret)o(riev)o(e_ge)o(t\(\))o Ft(.)390 4131 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 4240 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 4350 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4548 y Fl(gsasl)p 410 4548 37 5 v 55 w(serv)m(er)p 787 4548 V 54 w(callbac)m(k)p 1269 4548 V 52 w(retriev)m(e)p 1733 4548 V 54 w(get)3350 4743 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(ret)q(riev)q(e) 565 4853 y(gsasl_server_callback_)q(ret)q(rie)q(ve_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 4963 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 5096 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_server_callback_re)o(tri)o(eve_)o(set\()o(\))p Ft(.)390 5230 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 5340 y(retrieve_set\(\))p Ft(.)p eop end %%Page: 88 92 TeXDict begin 88 91 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(88)390 299 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i (in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 408 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 518 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 713 y Fl(gsasl)p 410 713 37 5 v 55 w(serv)m(er)p 787 713 V 54 w(callbac)m(k)p 1269 713 V 52 w(cram)p 1588 713 V 54 w(md5)p 1873 713 V 55 w(set)3350 905 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_cr)q(am_)q(md5)q (_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)565 1015 y(Gsasl)p 784 1015 28 4 v 41 w(serv)m(er)p 1058 1015 V 40 w(callbac)m(k)p 1414 1015 V 42 w(cram)p 1653 1015 V 41 w(md5)g Ff(cb)p Fg(\))390 1124 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1257 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 1389 y(Sp)s(ecify)c(the)h(callbac)m(k)j (function)c(to)i(use)f(in)f(the)i(serv)m(er)f(for)g(deciding)g(if)g (user)f(is)h(authen)m(ticated)390 1499 y(using)f(CRAM-MD5)h(c)m (hallenge)h(and)e(resp)s(onse.)39 b(The)27 b(function)h(can)g(b)s(e)f (later)i(retriev)m(ed)g(using)390 1608 y Fn(gsasl_server_callback_cr)o (am_m)o(d5_g)o(et\()o(\))p Ft(.)390 1741 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i (in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 1850 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 1960 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 2155 y Fl(gsasl)p 410 2155 37 5 v 55 w(serv)m(er)p 787 2155 V 54 w(callbac)m(k)p 1269 2155 V 52 w(cram)p 1588 2155 V 54 w(md5)p 1873 2155 V 55 w(get)3350 2347 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(cra)q(m_md)q (5)565 2457 y(gsasl_server_callback_)q(cra)q(m_m)q(d5_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 2566 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2698 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_server_callback_cr)o(am_)o(md5_)o(set\()o(\))p Ft(.)390 2831 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 2940 y(cram_md5_set\(\))p Ft(.)390 3073 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3182 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3292 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 3487 y Fl(gsasl)p 410 3487 V 55 w(serv)m(er)p 787 3487 V 54 w(callbac)m(k)p 1269 3487 V 52 w(digest)p 1636 3487 V 55 w(md5)p 1922 3487 V 55 w(set)3350 3679 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_di)q (ges)q(t_m)q(d5_)q(set)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 3789 y(Gsasl)p 784 3789 28 4 v 41 w(serv)m(er)p 1058 3789 V 40 w(callbac)m(k)p 1414 3789 V 42 w(digest)p 1688 3789 V 41 w(md5)f Ff(cb)p Fg(\))390 3898 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4031 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 4163 y(Sp)s(ecify)39 b(the)i(callbac)m(k)h(function)e(to)h(use)f(in)f(the)i(serv)m(er)f(for) g(retrieving)h(the)f(secret)h(hash)f(of)390 4272 y(the)g(username,)h (realm)f(and)f(passw)m(ord)g(for)h(use)f(in)g(the)h(DIGEST-MD5)h(mec)m (hanism.)68 b(The)390 4382 y(function)30 b(can)h(b)s(e)e(later)j (retriev)m(ed)f(using)f Fn(gsasl_server_callback_di)o(gest)o(_md5)o (_ge)o(t\(\))p Ft(.)390 4514 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m(terface.) 40 b(The)23 b(new)g(in)m(terface)h(uses)390 4624 y Fn (gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac) m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 4734 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i (the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.)150 4928 y Fl(gsasl)p 410 4928 37 5 v 55 w(serv)m(er)p 787 4928 V 54 w(callbac)m(k)p 1269 4928 V 52 w(digest)p 1636 4928 V 55 w(md5)p 1922 4928 V 55 w(get)3350 5121 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(dig)q(est_)q(md5)565 5230 y(gsasl_server_callback_)q(dig)q(est)q(_md)q(5_ge)q(t)51 b Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fg(\))390 5340 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)p eop end %%Page: 89 93 TeXDict begin 89 92 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(89)390 299 y(Get)31 b(the)g(callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_server_callback_di)o(ges)o(t_md)o(5_se)o(t\(\))o Ft(.)390 443 y Fe(Return)37 b(v)-5 b(alue:)56 b Ft(Return)37 b(the)h(callbac)m(k)i(earlier)e(set)g(b)m(y)g(calling)h Fn(gsasl_server_callback_)390 552 y(digest_md5_set\(\))p Ft(.)390 696 y Fe(Deprecated:)f Ft(This)22 b(function)h(is)h(part)f(of) g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 806 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 916 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 1124 y Fl(gsasl)p 410 1124 37 5 v 55 w(serv)m(er)p 787 1124 V 54 w(callbac)m(k)p 1269 1124 V 52 w(external)p 1758 1124 V 54 w(set)3350 1331 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_ex)q(ter)q(nal)q (_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fk(,)565 1440 y(Gsasl)p 784 1440 28 4 v 41 w(serv)m(er)p 1058 1440 V 40 w(callbac)m(k)p 1414 1440 V 42 w(external)i Ff(cb)p Fg(\))390 1550 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1694 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 1838 y(Sp)s(ecify)c(the)h(callbac)m(k)j(function)c(to)i (use)f(in)f(the)i(serv)m(er)f(for)g(deciding)g(if)g(user)f(is)h(authen) m(ticated)390 1947 y(out)41 b(of)f(band.)70 b(The)39 b(function)h(can)h(b)s(e)f(later)h(retriev)m(ed)g(using)f Fn(gsasl_server_callback_)390 2057 y(external_get\(\))p Ft(.)390 2201 y Fe(Deprecated:)e Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2311 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2420 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 2629 y Fl(gsasl)p 410 2629 37 5 v 55 w(serv)m(er)p 787 2629 V 54 w(callbac)m(k)p 1269 2629 V 52 w(external)p 1758 2629 V 54 w(get)3350 2835 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(ext)q(erna)q(l)565 2945 y(gsasl_server_callback_)q(ext)q(ern)q(al_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 3054 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3198 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_server_callback_ex)o(ter)o(nal_)o(set\()o(\))p Ft(.)390 3342 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 3452 y(external_set\(\))p Ft(.)390 3596 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3706 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3815 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4024 y Fl(gsasl)p 410 4024 V 55 w(serv)m(er)p 787 4024 V 54 w(callbac)m(k)p 1269 4024 V 52 w(anon)m(ymous)p 1919 4024 V 55 w(set)3350 4230 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_an)q(ony)q(mou)q(s_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 4340 y(Gsasl)p 784 4340 28 4 v 41 w(serv)m(er)p 1058 4340 V 40 w(callbac)m(k)p 1414 4340 V 42 w(anon)m(ymous)g Ff(cb)p Fg(\))390 4449 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4593 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 4737 y(Sp)s(ecify)46 b(the)h(callbac)m(k)i(function)d(to)h(use)g(in)f(the)h (serv)m(er)g(for)f(deciding)h(if)g(user)f(is)g(p)s(ermit-)390 4847 y(ted)c(anon)m(ymous)g(access.)78 b(The)41 b(function)h(can)g(b)s (e)g(later)h(retriev)m(ed)g(using)f Fn(gsasl_server_)390 4957 y(callback_anonymous_get\(\))o Ft(.)390 5101 y Fe(Deprecated:)c Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 5210 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 5320 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) p eop end %%Page: 90 94 TeXDict begin 90 93 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(90)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(serv)m(er)p 787 299 V 54 w(callbac)m(k)p 1269 299 V 52 w(anon)m(ymous)p 1919 299 V 55 w(get)3350 501 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(ano)q (nymo)q(us)565 610 y(gsasl_server_callback_)q(ano)q(nym)q(ous)q(_get)52 b Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 720 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 860 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_server_callback_an)o(ony)o(mous)o(_set)o(\(\))p Ft(.)390 1000 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 1109 y(anonymous_set\(\))p Ft(.)390 1249 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 1359 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 1468 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 1673 y Fl(gsasl)p 410 1673 V 55 w(serv)m(er)p 787 1673 V 54 w(callbac)m(k)p 1269 1673 V 52 w(realm)p 1623 1673 V 54 w(set)3350 1875 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_re)q(alm)q(_se)q(t)d Fg(\()p Fk(Gsasl)32 b(*)f Ff(ctx)p Fk(,)565 1984 y(Gsasl)p 784 1984 28 4 v 41 w(serv)m(er)p 1058 1984 V 40 w(callbac)m(k)p 1414 1984 V 42 w(realm)g Ff(cb)p Fg(\))390 2094 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2234 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 2373 y(Sp)s(ecify)c(the)i (callbac)m(k)h(function)d(to)i(use)f(in)g(the)g(serv)m(er)g(to)h(kno)m (w)f(whic)m(h)g(realm)g(it)h(serv)m(es.)40 b(The)390 2483 y(realm)d(is)g(used)f(b)m(y)h(the)g(user)f(to)h(determine)g(whic)m (h)g(username)f(and)g(passw)m(ord)g(to)i(use.)59 b(The)390 2593 y(function)30 b(can)h(b)s(e)e(later)j(retriev)m(ed)f(using)f Fn(gsasl_server_callback_re)o(alm_)o(get\()o(\))p Ft(.)390 2732 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g (the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2842 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2951 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 3156 y Fl(gsasl)p 410 3156 37 5 v 55 w(serv)m(er)p 787 3156 V 54 w(callbac)m(k)p 1269 3156 V 52 w(realm)p 1623 3156 V 54 w(get)3350 3358 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(rea)q(lm)565 3468 y(gsasl_server_callback_)q(rea)q(lm_)q(get)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 3577 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3717 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_server_callback_re)o(alm)o (_set)o(\(\))p Ft(.)390 3857 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 3966 y(realm_set\(\))p Ft(.)390 4106 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 4216 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 4325 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4530 y Fl(gsasl)p 410 4530 V 55 w(serv)m(er)p 787 4530 V 54 w(callbac)m(k)p 1269 4530 V 52 w(qop)p 1515 4530 V 54 w(set)3350 4732 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_qo)q(p_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 4841 y(Gsasl)p 784 4841 28 4 v 41 w(serv)m(er)p 1058 4841 V 40 w(callbac)m(k)p 1414 4841 V 42 w(qop)g Ff(cb)p Fg(\))390 4951 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 5091 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 5230 y(Sp)s(ecify)27 b(the)h(callbac)m(k)j(function)c(to)i(use)f(in)f(the)i(serv)m(er)f(to)h (kno)m(w)f(whic)m(h)f(qualit)m(y)j(of)e(protection)390 5340 y(it)h(accepts.)42 b(The)28 b(qualit)m(y)i(of)f(protection)h(ev)m (en)m(tually)h(used)d(is)h(selected)i(b)m(y)d(the)i(clien)m(t)g (though.)p eop end %%Page: 91 95 TeXDict begin 91 94 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(91)390 299 y(It)42 b(is)g(curren)m(tly)g(used)f(b)m(y)h(the)g(DIGEST-MD5)h(mec)m(hanism.) 75 b(The)42 b(function)f(can)i(b)s(e)e(later)390 408 y(retriev)m(ed)31 b(using)f Fn(gsasl_server_callback_qop)o(_get)o(\(\)) p Ft(.)390 555 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part) f(of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 664 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 774 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 985 y Fl(gsasl)p 410 985 37 5 v 55 w(serv)m(er)p 787 985 V 54 w(callbac)m(k)p 1269 985 V 52 w(qop)p 1515 985 V 54 w(get)3350 1193 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(qop)59 b(gsasl_server_callback_)q(qop_)q (get)565 1303 y Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 1412 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1558 y(Get)g(the)g(callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_server_callback_qo)o(p_s)o(et\(\))o Ft(.)390 1705 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k) h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 1814 y(qop_set\(\))p Ft(.)390 1960 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2070 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2180 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 2390 y Fl(gsasl)p 410 2390 V 55 w(serv)m(er)p 787 2390 V 54 w(callbac)m(k)p 1269 2390 V 52 w(maxbuf)p 1721 2390 V 55 w(set)3350 2599 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_ma)q(xbu)q(f_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 2708 y(Gsasl)p 784 2708 28 4 v 41 w(serv)m(er)p 1058 2708 V 40 w(callbac)m(k)p 1414 2708 V 42 w(maxbuf)f Ff(cb)p Fg(\))390 2818 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2964 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 3110 y(Sp)s(ecify)i(the)g (callbac)m(k)j(function)d(to)i(use)e(in)g(the)h(serv)m(er)f(to)i (inform)d(the)i(clien)m(t)h(of)f(the)g(largest)390 3220 y(bu\013er)24 b(the)h(serv)m(er)g(is)f(able)i(to)f(receiv)m(e)i(when)d (using)g(the)h(DIGEST-MD5)h Fn(")p Ft(auth-in)m(t)p Fn(")e Ft(or)h Fn(")p Ft(auth-)390 3330 y(conf)p Fn(")i Ft(Qualit)m(y)g(of)g (Protection)i(\(qop\).)40 b(If)26 b(this)h(directiv)m(e)i(is)e (missing,)g(the)g(default)g(v)-5 b(alue)28 b(65536)390 3439 y(will)e(b)s(e)e(assumed.)38 b(The)25 b(function)g(can)g(b)s(e)g (later)h(retriev)m(ed)g(using)f Fn(gsasl_server_callback_)390 3549 y(maxbuf_get\(\))p Ft(.)390 3695 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i (in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3804 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3914 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 4125 y Fl(gsasl)p 410 4125 37 5 v 55 w(serv)m(er)p 787 4125 V 54 w(callbac)m(k)p 1269 4125 V 52 w(maxbuf)p 1721 4125 V 55 w(get)3350 4333 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(max)q(buf)565 4443 y (gsasl_server_callback_)q(max)q(buf)q(_ge)q(t)51 b Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 4553 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4699 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_server_callback_ma)o(xbu)o (f_se)o(t\(\))p Ft(.)390 4845 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 4954 y(maxbuf_set\(\))p Ft(.)390 5101 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 5210 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 5320 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)p eop end %%Page: 92 96 TeXDict begin 92 95 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(92)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(serv)m(er)p 787 299 V 54 w(callbac)m(k)p 1269 299 V 52 w(cipher)p 1652 299 V 54 w(set)3350 509 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_ci)q (phe)q(r_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 619 y(Gsasl)p 784 619 28 4 v 41 w(serv)m(er)p 1058 619 V 40 w(callbac)m(k)p 1414 619 V 42 w(cipher)f Ff(cb)p Fg(\))390 728 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 877 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 1025 y(Sp)s(ecify)j(the)h(callbac)m(k)i(function)e(to)g (use)g(in)g(the)g(serv)m(er)g(to)g(inform)g(the)g(clien)m(t)h(of)f(the) g(cipher)390 1134 y(suites)26 b(supp)s(orted.)38 b(The)25 b(DES)h(and)g(3DES)g(ciphers)g(m)m(ust)g(b)s(e)f(supp)s(orted)g(for)h (in)m(terop)s(erabilit)m(y)-8 b(.)390 1244 y(It)42 b(is)g(curren)m(tly) g(used)f(b)m(y)h(the)g(DIGEST-MD5)h(mec)m(hanism.)75 b(The)42 b(function)f(can)i(b)s(e)e(later)390 1354 y(retriev)m(ed)31 b(using)f Fn(gsasl_server_callback_cip)o(her_)o(get)o(\(\))p Ft(.)390 1502 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 1611 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 1721 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 1934 y Fl(gsasl)p 410 1934 37 5 v 55 w(serv)m(er)p 787 1934 V 54 w(callbac)m(k)p 1269 1934 V 52 w(cipher)p 1652 1934 V 54 w(get)3350 2144 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(cip)q(her)565 2254 y(gsasl_server_callback_)q(cip)q(her)q(_ge)q(t)51 b Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 2364 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2512 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_server_callback_ci)o(phe)o(r_se)o(t\(\))p Ft(.)390 2660 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k) h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 2769 y(cipher_set\(\))p Ft(.)390 2918 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 3027 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3137 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 3350 y Fl(gsasl)p 410 3350 V 55 w(serv)m(er)p 787 3350 V 54 w(callbac)m(k)p 1269 3350 V 52 w(securid)p 1700 3350 V 55 w(set)3350 3560 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_se)q(cur)q(id_)q(set)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 3670 y(Gsasl)p 784 3670 28 4 v 41 w(serv)m(er)p 1058 3670 V 40 w(callbac)m(k)p 1414 3670 V 42 w(securid)f Ff(cb)p Fg(\))390 3779 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3928 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 4076 y(Sp)s(ecify)50 b(the)h(callbac)m(k)i(function)d(to)h(use)g(in)f(the)h(serv)m(er)g(for) f(v)-5 b(alidating)52 b(a)f(user)f(via)i(the)390 4185 y(SECURID)27 b(mec)m(hanism.)40 b(The)26 b(function)h(should)f(return)g (GSASL)p 2735 4185 V 40 w(OK)g(if)i(user)e(authen)m(ticated)390 4295 y(successfully)-8 b(,)108 b(GSASL)p 1275 4295 V 40 w(SECURID)p 1731 4295 V 39 w(SER)-10 b(VER)p 2137 4295 V 39 w(NEED)p 2437 4295 V 41 w(ADDITIONAL)p 3080 4295 V 40 w(P)i(ASSCODE)91 b(if)390 4404 y(it)113 b(w)m(an)m(ts)g (another)f(passco)s(de,)133 b(GSASL)p 2127 4404 V 40 w(SECURID)p 2583 4404 V 39 w(SER)-10 b(VER)p 2989 4404 V 39 w(NEED)p 3289 4404 V 41 w(NEW)p 3553 4404 V 40 w(PIN)390 4514 y(if)95 b(it)g(w)m(an)m(ts)h(a)f(PIN)f(c)m(hange,)113 b(or)94 b(an)h(error.)234 b(When)94 b(\(and)h(only)g(when\))390 4624 y(GSASL)p 694 4624 V 39 w(SECURID)p 1149 4624 V 40 w(SER)-10 b(VER)p 1556 4624 V 39 w(NEED)p 1856 4624 V 40 w(NEW)p 2119 4624 V 41 w(PIN)109 b(is)g(returned,)128 b(suggestpin)110 b(can)390 4733 y(b)s(e)45 b(p)s(opulated)h(with)f(a)h (PIN)g(co)s(de)g(the)g(serv)m(er)h(suggests,)j(and)c(suggestpinlen)g (set)g(to)h(the)390 4843 y(length)60 b(of)g(the)f(PIN.)h(The)f (function)g(can)h(b)s(e)f(later)h(retriev)m(ed)h(using)e Fn(gsasl_server_)390 4952 y(callback_securid_get\(\))p Ft(.)390 5101 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 5210 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 5320 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)p eop end %%Page: 93 97 TeXDict begin 93 96 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(93)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(serv)m(er)p 787 299 V 54 w(callbac)m(k)p 1269 299 V 52 w(securid)p 1700 299 V 55 w(get)3350 503 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(sec)q(urid) 565 612 y(gsasl_server_callback_)q(sec)q(uri)q(d_g)q(et)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 722 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 863 y(Get)g(the)g (callbac)m(k)h(earlier)g(set)f(b)m(y)f(calling)i Fn (gsasl_server_callback_se)o(cur)o(id_s)o(et\(\))o Ft(.)390 1005 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k) h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 1114 y(securid_set\(\))p Ft(.)390 1256 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 1366 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 1475 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 1681 y Fl(gsasl)p 410 1681 V 55 w(serv)m(er)p 787 1681 V 54 w(callbac)m(k)p 1269 1681 V 52 w(gssapi)p 1640 1681 V 55 w(set)3350 1885 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_gs)q(sap)q(i_s)q(et)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 1995 y(Gsasl)p 784 1995 28 4 v 41 w(serv)m(er)p 1058 1995 V 40 w(callbac)m(k)p 1414 1995 V 42 w(gssapi)g Ff(cb)p Fg(\))390 2104 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2246 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)390 2388 y(Sp)s(ecify)44 b(the)g(callbac)m(k)j(function)d(to)h(use)f(in)g(the)h(serv)m(er)g(for) f(c)m(hec)m(king)i(if)e(a)h(GSSAPI)f(user)390 2497 y(is)i(authorized)g (for)f(username)g(\(b)m(y)-8 b(,)50 b(e.g.,)h(calling)c(krb5)p 2434 2497 V 40 w(kuserok\).)87 b(The)45 b(function)g(should)390 2607 y(return)d(GSASL)p 985 2607 V 39 w(OK)h(if)g(the)g(user)f(should)g (b)s(e)g(p)s(ermitted)h(access,)48 b(or)43 b(an)f(error)h(co)s(de)g (suc)m(h)390 2716 y(as)36 b(GSASL)p 811 2716 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1710 2716 V 40 w(ERR)m(OR)35 b(on)g(failure.)57 b(The)35 b(function)g(can)g(b)s(e)g(later)i(re-)390 2826 y(triev)m(ed)31 b(using)f Fn(gsasl_server_callback_gss)o(api_)o(get)o (\(\))p Ft(.)390 2967 y Fe(Deprecated:)38 b Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m(terface.) 40 b(The)23 b(new)g(in)m(terface)h(uses)390 3077 y Fn (gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac) m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 3187 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i (the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.)150 3393 y Fl(gsasl)p 410 3393 37 5 v 55 w(serv)m(er)p 787 3393 V 54 w(callbac)m(k)p 1269 3393 V 52 w(gssapi)p 1640 3393 V 55 w(get)3350 3597 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(gss)q(api)565 3706 y (gsasl_server_callback_)q(gss)q(api)q(_ge)q(t)51 b Fg(\()p Fk(Gsasl)32 b(*)e Ff(ctx)p Fg(\))390 3816 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3957 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_server_callback_gs)o(sap)o (i_se)o(t\(\))p Ft(.)390 4099 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 4208 y(gssapi_set\(\))p Ft(.)390 4350 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 4460 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 4569 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 4775 y Fl(gsasl)p 410 4775 V 55 w(serv)m(er)p 787 4775 V 54 w(callbac)m(k)p 1269 4775 V 52 w(service)p 1685 4775 V 54 w(set)3350 4979 y Ft([F)-8 b(unction])-3599 b Fh(void)54 b(gsasl_server_callback_se)q(rvi)q(ce_)q(set)e Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fk(,)565 5089 y(Gsasl)p 784 5089 28 4 v 41 w(serv)m(er)p 1058 5089 V 40 w(callbac)m(k)p 1414 5089 V 42 w(service)h Ff(cb)p Fg(\))390 5198 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 5340 y Fk(cb)r Ft(:)41 b(callbac)m(k)32 b(function)p eop end %%Page: 94 98 TeXDict begin 94 97 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(94)390 299 y(Sp)s(ecify)42 b(the)h(callbac)m(k)i(function)d(to)i(use)e(in)h(the)g(serv)m(er)g(to)g (set)g(the)g(name)g(of)g(the)g(service.)390 408 y(The)26 b(service)h(bu\013er)e(should)g(b)s(e)g(a)i(registered)g(GSSAPI)e (host-based)h(service)h(name,)h(hostname)390 518 y(the)39 b(name)g(of)g(the)g(serv)m(er.)66 b(The)39 b(function)f(can)h(b)s(e)g (later)g(retriev)m(ed)h(using)f Fn(gsasl_server_)390 628 y(callback_service_get\(\))p Ft(.)390 763 y Fe(Deprecated:)f Ft(This)22 b(function)h(is)h(part)f(of)g(the)h(old)f(callbac)m(k)i(in)m (terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 873 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h (callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 982 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h(prop)s(erties.) 150 1182 y Fl(gsasl)p 410 1182 37 5 v 55 w(serv)m(er)p 787 1182 V 54 w(callbac)m(k)p 1269 1182 V 52 w(service)p 1685 1182 V 54 w(get)3350 1380 y Ft([F)-8 b(unction])-3599 b Fh(Gsasl_server_callback_)q(ser)q(vice)565 1489 y (gsasl_server_callback_)q(ser)q(vic)q(e_g)q(et)52 b Fg(\()p Fk(Gsasl)31 b(*)g Ff(ctx)p Fg(\))390 1599 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1734 y(Get)g(the)g(callbac)m(k)h (earlier)g(set)f(b)m(y)f(calling)i Fn(gsasl_server_callback_se)o(rvi)o (ce_s)o(et\(\))o Ft(.)390 1870 y Fe(Return)i(v)-5 b(alue:)48 b Ft(Returns)33 b(the)i(callbac)m(k)h(earlier)f(set)f(b)m(y)g(calling)i Fn(gsasl_server_callback_)390 1979 y(service_set\(\))p Ft(.)390 2115 y Fe(Deprecated:)i Ft(This)22 b(function)h(is)h(part)f (of)g(the)h(old)f(callbac)m(k)i(in)m(terface.)40 b(The)23 b(new)g(in)m(terface)h(uses)390 2224 y Fn(gsasl_callback_set\(\))f Ft(to)30 b(set)g(the)f(application)h(callbac)m(k,)i(and)c(uses)g Fn(gsasl_callback\(\))390 2334 y Ft(or)i Fn(gsasl_property_get\(\))25 b Ft(to)31 b(in)m(v)m(ok)m(e)i(the)d(callbac)m(k)j(for)d(certain)h (prop)s(erties.)150 2534 y Fl(gsasl)p 410 2534 V 55 w(stringprep)p 1016 2534 V 55 w(nfk)m(c)3350 2731 y Ft([F)-8 b(unction])-3599 b Fh(char)54 b(*)e(gsasl_stringprep_nfkc)g Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(in)p Fk(,)g(ssize)p 2552 2731 28 4 v 41 w(t)f Ff(len)p Fg(\))390 2841 y Fk(in)p Ft(:)40 b(a)31 b(UTF-8)g(enco)s(ded)f(string.)390 2976 y Fk(len)p Ft(:)41 b(length)31 b(of)f Fn(str)p Ft(,)g(in)g(b)m(ytes,)h(or)f(-1)h (if)g Fn(str)e Ft(is)i(n)m(ul-terminated.)390 3112 y(Con)m(v)m(erts)22 b(a)g(string)f(in)m(to)h(canonical)h(form,)g(standardizing)e(suc)m(h)g (issues)g(as)g(whether)g(a)g(c)m(haracter)390 3221 y(with)28 b(an)g(accen)m(t)j(is)d(represen)m(ted)g(as)h(a)f(base)h(c)m(haracter)h (and)e(com)m(bining)g(accen)m(t)j(or)d(as)h(a)f(single)390 3331 y(precomp)s(osed)i(c)m(haracter.)390 3466 y(The)24 b(normalization)h(mo)s(de)f(is)g(NFK)m(C)g(\(ALL)g(COMPOSE\).)g(It)g (standardizes)g(di\013erences)g(that)390 3576 y(do)38 b(not)h(a\013ect)h(the)e(text)i(con)m(ten)m(t,)i(suc)m(h)d(as)f(the)h (ab)s(o)m(v)m(e-men)m(tioned)h(accen)m(t)h(represen)m(tation.)390 3685 y(It)35 b(standardizes)h(the)f Fn(")p Ft(compatibilit)m(y)p Fn(")i Ft(c)m(haracters)g(in)e(Unico)s(de,)i(suc)m(h)e(as)g (SUPERSCRIPT)390 3795 y(THREE)24 b(to)i(the)f(standard)f(forms)g(\(in)h (this)g(case)h(DIGIT)f(THREE\).)g(F)-8 b(ormatting)27 b(information)390 3905 y(ma)m(y)38 b(b)s(e)e(lost)i(but)e(for)g(most)i (text)g(op)s(erations)f(suc)m(h)f(c)m(haracters)j(should)d(b)s(e)g (considered)h(the)390 4014 y(same.)k(It)30 b(returns)f(a)i(result)f (with)f(comp)s(osed)h(forms)g(rather)g(than)g(a)g(maximally)h(decomp)s (osed)390 4124 y(form.)390 4259 y Fe(Return)c(v)-5 b(alue:)40 b Ft(Return)27 b(a)h(newly)f(allo)s(cated)j(string,)f(that)f(is)g(the)f (NFK)m(C)h(normalized)h(form)e(of)390 4369 y Fn(str)p Ft(,)j(or)g(NULL)g(on)h(error.)390 4504 y Fe(Deprecated:)48 b Ft(No)34 b(replacemen)m(t)h(functionalit)m(y)g(in)e(GNU)h(SASL,)f (use)g(GNU)h(Libidn)e(instead.)390 4614 y(Note)h(that)g(in)e(SASL,)h(y) m(ou)g(most)g(lik)m(ely)i(w)m(an)m(t)e(to)h(use)f(SASLprep)e(and)h(not) h(bare)g(NFK)m(C,)g(see)390 4723 y Fn(gsasl_saslprep\(\))p Ft(.)150 4923 y Fl(gsasl)p 410 4923 37 5 v 55 w(stringprep)p 1016 4923 V 55 w(saslprep)3350 5121 y Ft([F)-8 b(unction])-3599 b Fh(char)54 b(*)e(gsasl_stringprep_saslp)q(rep)g Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(in)p Fk(,)g(in)m(t)g(*)565 5230 y Ff(stringprep_rc)p Fg(\))390 5340 y Fk(in)p Ft(:)40 b(input)30 b(ASCI)s(I)f(or)h(UTF-8)h(string)g(with)f(data)h(to)g (prepare)f(according)h(to)g(SASLprep.)p eop end %%Page: 95 99 TeXDict begin 95 98 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(95)390 299 y Fk(stringprep)p 802 299 28 4 v 39 w(rc)6 b Ft(:)62 b(p)s(oin)m(ter)41 b(to)h(output)e(v)-5 b(ariable)42 b(with)f(stringprep)f(error)h(co)s (de,)j(or)d(NULL)g(to)390 408 y(indicate)31 b(that)g(y)m(ou)g(don't)f (care)i(ab)s(out)e(it.)390 535 y(Pro)s(cess)39 b(a)g(Unico)s(de)g (string)g(for)g(comparison,)j(according)e(to)f(the)h Fn(")p Ft(SASLprep)p Fn(")c Ft(stringprep)390 645 y(pro\014le.)46 b(This)32 b(function)g(is)g(in)m(tended)g(to)h(b)s(e)f(used)f(b)m(y)i (Simple)f(Authen)m(tication)i(and)e(Securit)m(y)390 754 y(La)m(y)m(er)24 b(\(SASL\))e(mec)m(hanisms)h(\(suc)m(h)g(as)g(PLAIN,)g (CRAM-MD5,)j(and)d(DIGEST-MD5\))h(as)f(w)m(ell)390 864 y(as)31 b(other)f(proto)s(cols)h(exc)m(hanging)h(user)e(names)g(and/or) g(passw)m(ords.)390 990 y Fe(Return)41 b(v)-5 b(alue:)63 b Ft(Return)40 b(a)i(newly)f(allo)s(cated)i(string)e(that)h(is)f(the)h Fn(")p Ft(SASLprep)p Fn(")c Ft(pro)s(cessed)390 1100 y(form)f(of)g(the)h(input)e(string,)j(or)e(NULL)h(on)f(error,)i(in)e (whic)m(h)g(case)h Fn(stringprep_rc)c Ft(con)m(tain)390 1210 y(the)d(stringprep)e(library)h(error)g(co)s(de.)390 1336 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_saslprep\(\))c Ft(instead.)150 1519 y Fl(gsasl)p 410 1519 37 5 v 55 w(stringprep)p 1016 1519 V 55 w(trace)3350 1700 y Ft([F)-8 b(unction])-3599 b Fh(char)54 b(*)e(gsasl_stringprep_trace)g Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(in)p Fk(,)g(in)m(t)g(*)565 1810 y Ff(stringprep_rc)p Fg(\))390 1920 y Fk(in)p Ft(:)40 b(input)30 b(ASCI)s(I)f(or)h(UTF-8)h(string)g(with)f(data)h(to)g (prepare)f(according)h(to)g Fn(")p Ft(trace)p Fn(")p Ft(.)390 2046 y Fk(stringprep)p 802 2046 28 4 v 39 w(rc)6 b Ft(:)62 b(p)s(oin)m(ter)41 b(to)h(output)e(v)-5 b(ariable)42 b(with)f(stringprep)f(error)h(co)s(de,)j(or)d(NULL)g(to)390 2156 y(indicate)31 b(that)g(y)m(ou)g(don't)f(care)i(ab)s(out)e(it.)390 2282 y(Pro)s(cess)25 b(a)g(Unico)s(de)h(string)f(for)g(use)f(as)i (trace)g(information,)h(according)f(to)g(the)f Fn(")p Ft(trace)p Fn(")h Ft(string-)390 2392 y(prep)34 b(pro\014le.)54 b(The)34 b(pro\014le)h(is)g(designed)f(for)h(use)g(with)f(the)h(SASL)f (ANONYMOUS)h(Mec)m(ha-)390 2501 y(nism.)390 2628 y Fe(Return)40 b(v)-5 b(alue:)59 b Ft(Return)39 b(a)h(newly)g(allo)s(cated)h(string)f (that)g(is)g(the)g Fn(")p Ft(trace)p Fn(")g Ft(pro)s(cessed)f(form)390 2738 y(of)j(the)g(input)e(string,)45 b(or)c(NULL)h(on)f(error,)k(in)c (whic)m(h)g(case)i Fn(stringprep_rc)38 b Ft(con)m(tain)43 b(the)390 2847 y(stringprep)29 b(library)h(error)g(co)s(de.)390 2974 y Fe(Deprecated:)42 b Ft(No)31 b(replacemen)m(t)g(functionalit)m (y)h(in)e(GNU)h(SASL,)f(use)g(GNU)h(Libidn)e(instead.)150 3157 y Fl(gsasl)p 410 3157 37 5 v 55 w(md5p)m(wd)p 918 3157 V 54 w(get)p 1137 3157 V 54 w(passw)m(ord)3350 3338 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_md5pwd_get_pass)q(word) f Fg(\()p Fk(const)31 b(c)m(har)g(*)g Ff(filename)p Fk(,)i(const)e(c)m (har)565 3448 y(*)g Ff(username)p Fk(,)i(c)m(har)e(*)f Ff(key)p Fk(,)i(size)p 1750 3448 28 4 v 41 w(t)e(*)h Ff(keylen)p Fg(\))390 3557 y Fk(\014lename)5 b Ft(:)41 b(\014lename)31 b(of)f(\014le)h(con)m(taining)h(passw)m(ords.)390 3684 y Fk(username)5 b Ft(:)40 b(username)30 b(string.)390 3810 y Fk(k)m(ey)8 b Ft(:)41 b(output)30 b(c)m(haracter)i(arra)m(y)-8 b(.)390 3937 y Fk(k)m(eylen)p Ft(:)63 b(input)39 b(maxim)m(um)i(size)h (of)f(output)f(c)m(haracter)j(arra)m(y)-8 b(,)44 b(on)d(output)g(con)m (tains)h(actual)390 4046 y(length)31 b(of)f(output)g(arra)m(y)-8 b(.)390 4173 y(Retriev)m(e)29 b(passw)m(ord)e(for)g(user)g(from)g(sp)s (eci\014ed)g(\014le.)39 b(T)-8 b(o)28 b(\014nd)e(out)i(ho)m(w)f(large)i (the)e(output)g(arra)m(y)390 4283 y(m)m(ust)j(b)s(e,)g(call)i(this)e (function)g(with)g(out=NULL.)390 4409 y(The)k(\014le)g(should)g(b)s(e)f (on)h(the)h(UoW)g Fn(")p Ft(MD5)g(Based)g(Authen)m(tication)p Fn(")h Ft(format,)g(whic)m(h)e(means)390 4519 y(it)g(is)f(in)g(text)i (format)e(with)g(commen)m(ts)i(denoted)e(b)m(y)g(#)g(\014rst)g(on)g (the)h(line,)g(with)f(user)g(en)m(tries)390 4628 y(lo)s(oking)h(as)f Fn(")p Ft(usernameT)-8 b(ABpassw)m(ord)p Fn(")p Ft(.)48 b(This)33 b(function)f(remo)m(v)m(es)j(CR)e(and)f(LF)h(at)h(the)g(end) 390 4738 y(of)40 b(lines)g(b)s(efore)g(pro)s(cessing.)69 b(T)-8 b(AB,)41 b(CR,)f(and)f(LF)h(denote)g(ASCI)s(I)f(v)-5 b(alues)40 b(9,)j(13,)g(and)d(10,)390 4847 y(resp)s(ectiv)m(ely)-8 b(.)390 4974 y Fe(Return)71 b(v)-5 b(alue:)123 b Ft(Return)71 b(GSASL)p 1756 4974 V 39 w(OK)g(if)h(output)f(bu\013er)f(con)m(tains)j (the)e(passw)m(ord,)390 5084 y(GSASL)p 694 5084 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1593 5084 V 40 w(ERR)m(OR)28 b(if)g(the)h(user)e(could)i(not)f(b)s(e)g(found,)g(or)g(other)g(error) 390 5193 y(co)s(de.)390 5320 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_simple_getpass\(\))25 b Ft(instead.)p eop end %%Page: 96 100 TeXDict begin 96 99 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(96)150 299 y Fl(gsasl)p 410 299 37 5 v 55 w(base64)p 819 299 V 55 w(enco)s(de)3350 498 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_base64_encode)e Fg(\()p Fk(c)m(har)32 b(const)e(*)h Ff(src)p Fk(,)h(size)p 2307 498 28 4 v 41 w(t)e Ff(srclength)p Fk(,)j(c)m(har)e(*)565 608 y Ff(target)p Fk(,)h(size)p 1081 608 V 41 w(t)f Ff(targsize)p Fg(\))390 717 y Fk(src)6 b Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)390 854 y Fk(srclength)p Ft(:)41 b(size)31 b(of)g(input)e(b)m(yte)i(arra)m (y)390 991 y Fk(target)r Ft(:)42 b(output)30 b(b)m(yte)h(arra)m(y)390 1127 y Fk(targsize)5 b Ft(:)43 b(size)31 b(of)f(output)g(b)m(yte)h (arra)m(y)390 1264 y(Enco)s(de)c(data)h(as)g(base64.)41 b(Con)m(v)m(erts)28 b(c)m(haracters,)i(three)d(at)i(a)e(time,)i (starting)g(at)f(src)f(in)m(to)i(four)390 1374 y(base64)i(c)m (haracters)h(in)e(the)h(target)h(area)f(un)m(til)g(the)f(en)m(tire)i (input)d(bu\013er)g(is)i(enco)s(ded.)390 1511 y Fe(Return)f(v)-5 b(alue:)41 b Ft(Returns)29 b(the)h(n)m(um)m(b)s(er)e(of)j(data)f(b)m (ytes)h(stored)f(at)h(the)f(target,)i(or)e(-1)g(on)g(error.)390 1647 y Fe(Deprecated:)42 b Ft(Use)30 b Fn(gsasl_base64_to\(\))c Ft(instead.)150 1849 y Fl(gsasl)p 410 1849 37 5 v 55 w(base64)p 819 1849 V 55 w(deco)s(de)3350 2048 y Ft([F)-8 b(unction])-3599 b Fh(int)53 b(gsasl_base64_decode)e Fg(\()p Fk(c)m(har)32 b(const)e(*)h Ff(src)p Fk(,)h(c)m(har)e(*)h Ff(target)p Fk(,)i(size)p 2952 2048 28 4 v 40 w(t)565 2158 y Ff(targsize)p Fg(\))390 2267 y Fk(src)6 b Ft(:)40 b(input)29 b(b)m(yte)i(arra)m(y)390 2404 y Fk(target)r Ft(:)42 b(output)30 b(b)m(yte)h(arra)m(y)390 2541 y Fk(targsize)5 b Ft(:)43 b(size)31 b(of)f(output)g(b)m(yte)h(arra)m(y)390 2678 y(Deco)s(de)39 b(Base64)i(data.)65 b(Skips)38 b(all)h(whitespace)g (an)m(ywhere.)64 b(Con)m(v)m(erts)39 b(c)m(haracters,)k(four)37 b(at)390 2787 y(a)e(time,)i(starting)e(at)g(\(or)g(after\))h(src)e (from)g(Base64)j(n)m(um)m(b)s(ers)c(in)m(to)j(three)f(8)g(bit)f(b)m (ytes)h(in)g(the)390 2897 y(target)d(area.)390 3033 y Fe(Return)e(v)-5 b(alue:)41 b Ft(Returns)29 b(the)h(n)m(um)m(b)s(er)e (of)j(data)f(b)m(ytes)h(stored)f(at)h(the)f(target,)i(or)e(-1)g(on)g (error.)390 3170 y Fe(Deprecated:)42 b Ft(Use)30 b Fn (gsasl_base64_from\(\))25 b Ft(instead.)150 3406 y Fs(B.1)67 b(Obsolete)47 b(callbac)l(k)f(function)e(protot)l(yp)t(es)3302 3618 y Ft([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_client_callba) q(ck_a)q(non)q(ymo)q(us\))f Fg(\()p Fk(Gsasl)p 2437 3618 V 41 w(session)p 2747 3618 V 40 w(ctx)31 b(*)565 3727 y Ff(ctx)p Fk(,)h(c)m(har)e(*)h Ff(out)p Fk(,)h(size)p 1413 3727 V 40 w(t)f(*)g Ff(outlen)p Fg(\))390 3837 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3974 y Fk(out)r Ft(:)41 b(output)30 b(arra)m(y)h(with)f(clien)m(t)i(tok)m(en.) 390 4110 y Fk(outlen)p Ft(:)39 b(on)25 b(input)f(the)h(maxim)m(um)h (size)g(of)f(the)g(output)g(arra)m(y)-8 b(,)28 b(on)d(output)g(con)m (tains)h(the)g(actual)390 4220 y(size)31 b(of)g(the)f(output)g(arra)m (y)-8 b(.)390 4357 y(T)m(yp)s(e)28 b(of)i(callbac)m(k)h(function)d(the) h(application)i(implemen)m(ts.)40 b(It)29 b(should)f(p)s(opulate)h(the) g(output)390 4466 y(arra)m(y)41 b(with)f(some)h(input)e(from)h(the)g (user)g(and)g(set)h(the)f(output)g(arra)m(y)h(length,)i(and)d(return) 390 4576 y Fn(GSASL_OK)p Ft(,)28 b(or)j(fail)g(with)f(an)g(error)g(co)s (de.)390 4713 y(If)g(OUT)f(is)i(NULL,)f(the)h(function)e(should)h(only) g(p)s(opulate)g(the)h(output)e(length)i(\014eld)f(with)g(the)390 4822 y(length,)g(and)f(return)f(GSASL)p 1449 4822 V 39 w(OK.)h(This)g(usage)h(ma)m(y)g(b)s(e)e(used)h(b)m(y)g(the)g(caller)i (to)f(allo)s(cate)i(the)390 4932 y(prop)s(er)d(bu\013er)g(size.)3302 5121 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_server_callba)q (ck_a)q(non)q(ymo)q(us\))f Fg(\()p Fk(Gsasl)p 2437 5121 V 41 w(session)p 2747 5121 V 40 w(ctx)31 b(*)565 5230 y Ff(ctx)p Fk(,)h(const)e(c)m(har)h(*)g Ff(token)p Fg(\))390 5340 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)p eop end %%Page: 97 101 TeXDict begin 97 100 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(97)390 299 y Fk(ctx)6 b Ft(:)42 b(output)30 b(arra)m(y)h(with)f(clien)m(t)i(tok)m(en.)390 432 y Fk(ctx)6 b Ft(:)48 b(on)34 b(input)e(the)i(maxim)m(um)g(size)g (of)g(the)g(output)f(arra)m(y)-8 b(,)35 b(on)f(output)f(con)m(tains)i (the)f(actual)390 542 y(size)d(of)g(the)f(output)g(arra)m(y)-8 b(.)42 b(If)30 b(OUT)g(is)390 675 y(T)m(yp)s(e)40 b(of)h(callbac)m(k)i (function)e(the)g(application)h(implemen)m(ts.)73 b(It)41 b(should)e(return)h Fn(GSASL_OK)390 785 y Ft(if)f(user)g(should)f(b)s (e)h(p)s(ermitted)g(anon)m(ymous)g(access,)k(otherwise)d Fn(GSASL_AUTHENTICATION_)390 894 y(ERROR)p Ft(.)3302 1076 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_client_callba)q (ck_a)q(uth)q(ent)q(ica)q(tion)q(_id)q(\))565 1185 y Fg(\()p Fk(Gsasl)p 819 1185 28 4 v 41 w(session)p 1129 1185 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)h(c)m(har)e(*)h Ff(out)p Fk(,)h(size)p 2241 1185 V 41 w(t)e(*)h Ff(outlen)p Fg(\))390 1295 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 1428 y Fk(out)r Ft(:)41 b(output)30 b(arra)m(y)h(with)f(authen)m (tication)i(iden)m(tit)m(y)-8 b(.)390 1562 y Fk(outlen)p Ft(:)39 b(on)25 b(input)f(the)h(maxim)m(um)h(size)g(of)f(the)g(output)g (arra)m(y)-8 b(,)28 b(on)d(output)g(con)m(tains)h(the)g(actual)390 1671 y(size)31 b(of)g(the)f(output)g(arra)m(y)-8 b(.)390 1805 y(T)m(yp)s(e)28 b(of)i(callbac)m(k)h(function)d(the)h(application) i(implemen)m(ts.)40 b(It)29 b(should)f(p)s(opulate)h(the)g(output)390 1914 y(arra)m(y)h(with)f(authen)m(tiction)i(iden)m(tit)m(y)g(of)e(user) g(and)f(set)i(the)g(output)e(arra)m(y)i(length,)g(and)f(return)390 2024 y Fn(GSASL_OK)p Ft(,)34 b(or)g(fail)h(with)g(an)f(error)g(co)s (de.)54 b(The)34 b(authen)m(tication)j(iden)m(tit)m(y)f(m)m(ust)e(b)s (e)g(enco)s(ded)390 2133 y(in)c(UTF-8,)i(but)d(need)h(not)h(b)s(e)f (normalized)h(in)f(an)m(y)g(w)m(a)m(y)-8 b(.)390 2267 y(If)30 b(OUT)f(is)i(NULL,)f(the)h(function)e(should)h(only)g(p)s (opulate)g(the)h(output)e(length)i(\014eld)f(with)g(the)390 2376 y(length,)g(and)f(return)f(GSASL)p 1449 2376 V 39 w(OK.)h(This)g(usage)h(ma)m(y)g(b)s(e)e(used)h(b)m(y)g(the)g(caller)i (to)f(allo)s(cate)i(the)390 2486 y(prop)s(er)d(bu\013er)g(size.)3302 2667 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_client_callba)q (ck_a)q(uth)q(ori)q(zat)q(ion_)q(id\))565 2777 y Fg(\()p Fk(Gsasl)p 819 2777 V 41 w(session)p 1129 2777 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)h(c)m(har)e(*)h Ff(out)p Fk(,)h(size)p 2241 2777 V 41 w(t)e(*)h Ff(outlen)p Fg(\))390 2886 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3020 y Fk(out)r Ft(:)41 b(output)30 b(arra)m(y)h(with)f(authorization)i(iden)m (tit)m(y)-8 b(.)390 3153 y Fk(outlen)p Ft(:)39 b(on)25 b(input)f(the)h(maxim)m(um)h(size)g(of)f(the)g(output)g(arra)m(y)-8 b(,)28 b(on)d(output)g(con)m(tains)h(the)g(actual)390 3263 y(size)31 b(of)g(the)f(output)g(arra)m(y)-8 b(.)390 3396 y(T)m(yp)s(e)28 b(of)i(callbac)m(k)h(function)d(the)h(application) i(implemen)m(ts.)40 b(It)29 b(should)f(p)s(opulate)h(the)g(output)390 3506 y(arra)m(y)h(with)e(authorization)j(iden)m(tit)m(y)f(of)g(user)e (and)g(set)i(the)f(output)g(arra)m(y)h(length,)g(and)e(return)390 3615 y Fn(GSASL_OK)p Ft(,)g(or)i(fail)h(with)f(an)g(error)f(co)s(de.)41 b(The)30 b(authorization)h(iden)m(tit)m(y)h(m)m(ust)e(b)s(e)g(enco)s (ded)f(in)390 3725 y(UTF-8,)i(but)f(need)g(not)h(b)s(e)f(normalized)h (in)f(an)m(y)g(w)m(a)m(y)-8 b(.)390 3858 y(If)30 b(OUT)f(is)i(NULL,)f (the)h(function)e(should)h(only)g(p)s(opulate)g(the)h(output)e(length)i (\014eld)f(with)g(the)390 3968 y(length,)g(and)f(return)f(GSASL)p 1449 3968 V 39 w(OK.)h(This)g(usage)h(ma)m(y)g(b)s(e)e(used)h(b)m(y)g (the)g(caller)i(to)f(allo)s(cate)i(the)390 4077 y(prop)s(er)d(bu\013er) g(size.)3302 4258 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_client_callba)q(ck_s)q(erv)q(ice)q(\))e Fg(\()p Fk(Gsasl)p 2332 4258 V 41 w(session)p 2642 4258 V 41 w(ctx)31 b(*)f Ff(ctx)p Fk(,)565 4368 y(c)m(har)h(*)g Ff(service)p Fk(,)h(size)p 1409 4368 V 41 w(t)f(*)g Ff(servicelen)p Fk(,)i(c)m(har)e(*)g Ff(hostname)p Fk(,)i(size)p 3061 4368 V 41 w(t)d(*)565 4478 y Ff(hostnamelen)p Fk(,)k(c)m(har)d(*)g Ff(servicename)p Fk(,)i(size)p 2249 4478 V 41 w(t)e(*)g Ff(servicenamelen)p Fg(\))390 4587 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4721 y Fk(service)5 b Ft(:)42 b(output)30 b(arra)m(y)h(with)f(name)g(of)h(service.)390 4854 y Fk(servicelen)p Ft(:)39 b(on)24 b(input)g(the)h(maxim)m(um)g (size)g(of)g(the)g(service)h(output)e(arra)m(y)-8 b(,)27 b(on)d(output)h(con)m(tains)390 4964 y(the)31 b(actual)g(size)h(of)e (the)h(service)g(output)f(arra)m(y)-8 b(.)390 5097 y Fk(hostname)5 b Ft(:)41 b(output)30 b(arra)m(y)h(with)f(hostname)h(of)f (serv)m(er.)390 5230 y Fk(hostnamelen)p Ft(:)50 b(on)35 b(input)f(the)h(maxim)m(um)g(size)h(of)f(the)g(hostname)g(output)f (arra)m(y)-8 b(,)38 b(on)c(output)390 5340 y(con)m(tains)e(the)e (actual)i(size)f(of)g(the)f(hostname)h(output)f(arra)m(y)-8 b(.)p eop end %%Page: 98 102 TeXDict begin 98 101 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(98)390 299 y Fk(servicename)5 b Ft(:)97 b(output)57 b(arra)m(y)h(with)g(generic)g(name)g(of)g(serv)m (er)g(in)g(case)h(of)f(replication)390 408 y(\(DIGEST-MD5)32 b(only\).)390 544 y Fk(servicenamelen)p Ft(:)68 b(on)43 b(input)g(the)h(maxim)m(um)f(size)h(of)g(the)g(servicename)g(output)f (arra)m(y)-8 b(,)48 b(on)390 654 y(output)30 b(con)m(tains)i(the)e (actual)i(size)f(of)g(the)f(servicename)h(output)f(arra)m(y)-8 b(.)390 790 y(T)m(yp)s(e)32 b(of)i(callbac)m(k)h(function)e(the)g (application)h(implemen)m(ts.)49 b(It)33 b(should)f(retriev)m(e)j(the)e (service)390 899 y(\(whic)m(h)42 b(should)f(b)s(e)g(a)i(registered)f (GSSAPI)f(host)h(based)g(service)h(name,)i(suc)m(h)d(as)g(\\imap"\))390 1009 y(on)33 b(the)g(serv)m(er,)h(hostname)f(of)h(serv)m(er)f (\(usually)g(canoncial)i(DNS)e(hostname\))g(and)g(optionally)390 1119 y(generic)25 b(service)f(name)f(of)h(serv)m(er)g(in)f(case)i(of)f (replication)g(\(e.g.)40 b(\\mail.example.org")27 b(when)c(the)390 1228 y(hostname)28 b(is)g(\\mx42.example.org",)j(see)e(the)f(RF)m(C)g (2831)h(for)f(more)g(information\).)40 b(It)28 b(should)390 1338 y(return)k(GSASL)p 975 1338 28 4 v 40 w(OK,)h(or)g(an)h(error)f (suc)m(h)g(as)h(GSASL)p 2306 1338 V 39 w(A)m(UTHENTICA)-8 b(TION)p 3205 1338 V 40 w(ERR)m(OR)33 b(if)g(it)390 1447 y(fails.)390 1583 y(If)j(SER)-10 b(VICE,)35 b(HOSTNAME)h(or)h(SER)-10 b(VICENAME)35 b(is)i(NULL,)g(the)f(function)g(should)g(only)390 1693 y(p)s(opulate)23 b(SER)-10 b(VICELEN,)22 b(HOSTNAMELEN)h(or)g(SER) -10 b(VICENAMELEN)23 b(with)g(the)g(output)390 1802 y(length)k(of)g (the)g(resp)s(ectiv)m(e)h(\014eld,)g(and)e(return)g(GSASL)p 2308 1802 V 39 w(OK.)h(This)f(usage)h(ma)m(y)h(b)s(e)e(used)g(b)m(y)h (the)390 1912 y(caller)g(to)f(allo)s(cate)j(the)c(prop)s(er)g(bu\013er) f(size.)40 b(F)-8 b(urthermore,)27 b(SER)-10 b(VICENAMELEN)25 b(ma)m(y)h(also)390 2022 y(b)s(e)k(NULL,)g(indicating)i(that)f(the)f (mec)m(hanism)h(is)f(not)h(in)m(terested)g(in)f(this)h(\014eld.)3302 2209 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_server_callba)q (ck_c)q(ram)q(_md)q(5\))f Fg(\()p Fk(Gsasl)p 2385 2209 V 41 w(session)p 2695 2209 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)565 2318 y(c)m(har)g(*)g Ff(username)p Fk(,)i(c)m(har)d(*)h Ff(challenge)p Fk(,)i(c)m(har)e(*)g Ff(response)p Fg(\))390 2428 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2564 y Fk(username)5 b Ft(:)40 b(input)30 b(arra)m(y)h(with)f (username.)390 2700 y Fk(c)m(hallenge)5 b Ft(:)43 b(input)29 b(arra)m(y)i(with)f(CRAM-MD5)i(c)m(hallenge.)390 2835 y Fk(resp)s(onse)5 b Ft(:)40 b(input)29 b(arra)m(y)i(with)f(CRAM-MD5)i (resp)s(onse.)390 2971 y(T)m(yp)s(e)79 b(of)g(callbac)m(k)j(function)c (the)i(application)h(implemen)m(ts.)187 b(It)80 b(should)e(return)390 3081 y(GSASL)p 694 3081 V 39 w(OK)41 b(if)g(and)g(only)h(if)f(the)g(v) -5 b(alidation)43 b(of)f(the)f(pro)m(vided)g(creden)m(tial)i(w)m(as)f (succesful.)390 3191 y(GSASL)p 694 3191 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1593 3191 V 40 w(ERR)m(OR)30 b(is)g(a)h(go)s(o)s(d)f(failure)g (if)g(authen)m(tication)j(failed,)e(but)390 3300 y(an)m(y)g(a)m(v)-5 b(ailable)32 b(return)e(co)s(de)g(ma)m(y)h(b)s(e)f(used.)3302 3487 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_server_callba)q (ck_d)q(ige)q(st_)q(md5)q(\))e Fg(\()p Fk(Gsasl)p 2489 3487 V 41 w(session)p 2799 3487 V 41 w(ctx)31 b(*)565 3597 y Ff(ctx)p Fk(,)h(c)m(har)e(*)h Ff(username)p Fk(,)i(c)m(har)e(*)g Ff(realm)p Fk(,)h(c)m(har)e(*)h Ff(secrethash)p Fg(\))390 3706 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 3842 y Fk(username)5 b Ft(:)40 b(input)30 b(arra)m(y)h(with)f(authen)m (tication)i(iden)m(tit)m(y)g(of)f(user.)390 3978 y Fk(realm)p Ft(:)41 b(input)30 b(arra)m(y)g(with)h(realm)f(of)h(user.)390 4114 y Fk(secrethash)p Ft(:)42 b(output)30 b(arra)m(y)h(that)g(should)f (con)m(tain)i(hash)e(of)h(username,)f(realm)i(and)e(passw)m(ord)390 4224 y(as)h(describ)s(ed)e(for)h(the)h(DIGEST-MD5)g(mec)m(hanism.)390 4359 y(T)m(yp)s(e)k(of)i(callbac)m(k)h(function)d(the)h(application)i (implemen)m(ts.)57 b(It)37 b(should)d(retriev)m(e)k(the)e(secret)390 4469 y(hash)g(for)g(the)g(giv)m(en)h(user)f(in)g(giv)m(en)h(realm)g (and)f(return)f(GSASL)p 2743 4469 V 39 w(OK,)h(or)h(an)f(error)g(suc)m (h)g(as)390 4579 y(GSASL)p 694 4579 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1593 4579 V 40 w(ERR)m(OR)23 b(if)g(it)g(fails.)39 b(The)23 b(secrethash)g(bu\013er)f(is)h(guaran)m(teed)390 4688 y(to)31 b(ha)m(v)m(e)h(size)f(for)f(the)h(\014xed)e(length)i(MD5)h (hash.)3302 4875 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_server_callba)q(ck_e)q(xte)q(rna)q(l\))f Fg(\()p Fk(Gsasl)p 2385 4875 V 41 w(session)p 2695 4875 V 40 w(ctx)31 b(*)g Ff(ctx)p Fg(\))390 4985 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 5121 y(T)m(yp)s(e)40 b(of)h(callbac)m(k)i (function)e(the)g(application)h(implemen)m(ts.)73 b(It)41 b(should)e(return)h Fn(GSASL_OK)390 5230 y Ft(if)f(user)g(is)g(authen)m (ticated)i(b)m(y)e(out)g(of)h(band)e(means,)j(otherwise)f Fn(GSASL_AUTHENTICATION_)390 5340 y(ERROR)p Ft(.)p eop end %%Page: 99 103 TeXDict begin 99 102 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2411 b(99)3302 299 y([Protot)m(yp)s(e]) -3599 b Fh(int)53 b(\(*Gsasl_server_callba)q(ck_g)q(ssa)q(pi\))f Fg(\()p Fk(Gsasl)p 2280 299 28 4 v 41 w(session)p 2590 299 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)565 408 y(c)m(har)g(*)g Ff(clientname)p Fk(,)i(c)m(har)e(*)g Ff(authentication_id)p Fg(\))390 518 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 680 y Fk(clien)m(tname)5 b Ft(:)43 b(input)29 b(arra)m(y)i(with)f (GSSAPI)f(clien)m(t)j(name.)390 842 y Fk(authen)m(tication)p 967 842 V 42 w(id)t Ft(:)40 b(input)30 b(arra)m(y)h(with)f(authen)m (tication)i(iden)m(tit)m(y)-8 b(.)390 1004 y(T)m(yp)s(e)32 b(of)h(callbac)m(k)i(function)d(the)h(application)i(implemen)m(ts.)48 b(It)33 b(should)f(return)f(GSASL)p 3575 1004 V 40 w(OK)390 1113 y(if)c(and)g(only)h(if)g(the)f(GSSAPI)g(user)g(is)g(authorized)h (to)h(log)f(on)g(as)f(the)h(giv)m(en)h(authen)m(tication)p 3613 1113 V 42 w(id.)390 1223 y(GSASL)p 694 1223 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1593 1223 V 40 w(ERR)m(OR)30 b(is)g(a)h(go)s(o)s(d)f(failure)g(if)g(authen)m(tication)j(failed,)e (but)390 1333 y(an)m(y)i(a)m(v)-5 b(ailable)35 b(return)d(co)s(de)g(ma) m(y)i(b)s(e)e(used.)47 b(This)31 b(callbac)m(k)k(is)e(usually)f (implemen)m(ted)h(in)g(the)390 1442 y(application)f(as)e(a)h(call)h(to) f(krb5)p 1511 1442 V 39 w(kuserok\(\),)g(suc)m(h)f(as:)630 1604 y Fn(int)630 1714 y(callback_gssapi)44 b(\(Gsasl_session_ctx)e (*ctx,)678 1823 y(char)k(*clientname,)678 1933 y(char)g (*authentication_id\))630 2042 y({)725 2152 y(int)h(rc)h(=)f (GSASL_AUTHENTICATION_ERR)o(OR;)725 2371 y(krb5_principal)d(p;)725 2481 y(krb5_context)h(kcontext;)725 2700 y(krb5_init_context)f (\(&kcontext\);)725 2919 y(if)k(\(krb5_parse_name)43 b(\(kcontext,)i(clientname,)g(&p\))i(!=)g(0\))821 3029 y(return)f(-1;)725 3138 y(if)i(\(krb5_kuserok)c(\(kcontext,)h(p,)i (authentication_id\)\))821 3248 y(rc)g(=)h(GSASL_OK;)725 3357 y(krb5_free_principal)43 b(\(kcontext,)i(p\);)725 3577 y(return)i(rc;)630 3686 y(})3302 3925 y Ft([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_client_callba)q(ck_p)q(ass)q(cod)q(e\))f Fg(\()p Fk(Gsasl)p 2385 3925 V 41 w(session)p 2695 3925 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)565 4035 y(c)m(har)g(*)g Ff(out)p Fk(,)g(size)p 1200 4035 V 41 w(t)g(*)f Ff(outlen)p Fg(\))390 4144 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4306 y Fk(out)r Ft(:)41 b(output)30 b(arra)m(y)h(with)f(passco)s(de.) 390 4468 y Fk(outlen)p Ft(:)39 b(on)25 b(input)f(the)h(maxim)m(um)h (size)g(of)f(the)g(output)g(arra)m(y)-8 b(,)28 b(on)d(output)g(con)m (tains)h(the)g(actual)390 4578 y(size)31 b(of)g(the)f(output)g(arra)m (y)-8 b(.)390 4740 y(T)m(yp)s(e)28 b(of)i(callbac)m(k)h(function)d(the) h(application)i(implemen)m(ts.)40 b(It)29 b(should)f(p)s(opulate)h(the) g(output)390 4849 y(arra)m(y)36 b(with)f(passco)s(de)g(of)g(user)g(and) g(set)h(the)f(output)g(arra)m(y)h(length,)h(and)e(return)f Fn(GSASL_OK)p Ft(,)390 4959 y(or)c(fail)h(with)f(an)h(error)f(co)s(de.) 390 5121 y(If)g(OUT)f(is)i(NULL,)f(the)h(function)e(should)h(only)g(p)s (opulate)g(the)h(output)e(length)i(\014eld)f(with)g(the)390 5230 y(length,)g(and)f(return)f(GSASL)p 1449 5230 V 39 w(OK.)h(This)g(usage)h(ma)m(y)g(b)s(e)e(used)h(b)m(y)g(the)g(caller)i (to)f(allo)s(cate)i(the)390 5340 y(prop)s(er)d(bu\013er)g(size.)p eop end %%Page: 100 104 TeXDict begin 100 103 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2366 b(100)3302 299 y([Protot)m(yp)s(e]) -3599 b Fh(int)53 b(\(*Gsasl_client_callba)q(ck_p)q(ass)q(wor)q(d\))f Fg(\()p Fk(Gsasl)p 2385 299 28 4 v 41 w(session)p 2695 299 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)565 408 y(c)m(har)g(*)g Ff(out)p Fk(,)g(size)p 1200 408 V 41 w(t)g(*)f Ff(outlen)p Fg(\))390 518 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 657 y Fk(out)r Ft(:)41 b(output)30 b(arra)m(y)h(with)f(passw)m(ord.)390 795 y Fk(outlen)p Ft(:)39 b(on)25 b(input)f(the)h(maxim)m(um)h(size)g (of)f(the)g(output)g(arra)m(y)-8 b(,)28 b(on)d(output)g(con)m(tains)h (the)g(actual)390 905 y(size)31 b(of)g(the)f(output)g(arra)m(y)-8 b(.)390 1043 y(T)m(yp)s(e)28 b(of)i(callbac)m(k)h(function)d(the)h (application)i(implemen)m(ts.)40 b(It)29 b(should)f(p)s(opulate)h(the)g (output)390 1153 y(arra)m(y)35 b(with)e(passw)m(ord)h(of)g(user)g(and)f (set)i(the)f(output)g(arra)m(y)h(length,)g(and)f(return)f Fn(GSASL_OK)p Ft(,)390 1262 y(or)i(fail)g(with)f(an)h(error)f(co)s(de.) 54 b(The)34 b(passw)m(ord)g(m)m(ust)g(b)s(e)g(enco)s(ded)g(in)h(UTF-8,) h(but)e(need)h(not)390 1372 y(b)s(e)30 b(normalized)h(in)f(an)m(y)g(w)m (a)m(y)-8 b(.)390 1511 y(If)30 b(OUT)f(is)i(NULL,)f(the)h(function)e (should)h(only)g(p)s(opulate)g(the)h(output)e(length)i(\014eld)f(with)g (the)390 1620 y(length,)g(and)f(return)f(GSASL)p 1449 1620 V 39 w(OK.)h(This)g(usage)h(ma)m(y)g(b)s(e)e(used)h(b)m(y)g(the)g (caller)i(to)f(allo)s(cate)i(the)390 1730 y(prop)s(er)d(bu\013er)g (size.)3302 1922 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_server_callba)q(ck_r)q(etr)q(iev)q(e\))f Fg(\()p Fk(Gsasl)p 2385 1922 V 41 w(session)p 2695 1922 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)565 2032 y(c)m(har)g(*)g Ff(authentication_id)p Fk(,)k(c)m(har)c(*)g Ff(authorization_id)p Fk(,)k(c)m(har)c(*)g Ff(realm)p Fk(,)h(c)m(har)565 2141 y(*)f Ff(key)p Fk(,)g(size)p 1000 2141 V 41 w(t)g(*)g Ff(keylen)p Fg(\))390 2251 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2389 y Fk(authen)m(tication)p 967 2389 V 42 w(id)t Ft(:)40 b(input)30 b(arra)m(y)h(with)f(authen)m(tication)i (iden)m(tit)m(y)-8 b(.)390 2528 y Fk(authorization)p 925 2528 V 42 w(id)t Ft(:)40 b(input)29 b(arra)m(y)i(with)f (authorization)i(iden)m(tit)m(y)-8 b(,)32 b(or)f(NULL.)390 2666 y Fk(realm)p Ft(:)41 b(input)30 b(arra)m(y)g(with)h(realm)f(of)h (user,)f(or)g(NULL.)390 2805 y Fk(k)m(ey)8 b Ft(:)41 b(output)30 b(arra)m(y)h(with)f(k)m(ey)h(for)f(authen)m(tication)j (iden)m(tit)m(y)-8 b(.)390 2943 y Fk(k)m(eylen)p Ft(:)47 b(on)32 b(input)g(the)h(maxim)m(um)g(size)h(of)f(the)g(k)m(ey)g(output) g(arra)m(y)-8 b(,)34 b(on)f(output)g(con)m(tains)h(the)390 3053 y(actual)e(size)f(of)f(the)h(k)m(ey)g(output)f(arra)m(y)-8 b(.)390 3192 y(T)m(yp)s(e)57 b(of)h(callbac)m(k)j(function)c(the)h (application)i(implemen)m(ts.)123 b(It)58 b(should)f(retriev)m(e)j(the) 390 3301 y(passw)m(ord)40 b(for)h(the)g(indicated)h(user)e(and)h (return)f(GSASL)p 2499 3301 V 39 w(OK,)h(or)g(an)g(error)g(co)s(de)g (suc)m(h)g(as)390 3411 y(GSASL)p 694 3411 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1593 3411 V 40 w(ERR)m(OR.)45 b(The)f(k)m(ey)i(m)m(ust)e(b)s (e)g(enco)s(ded)h(in)f(UTF-8,)50 b(but)390 3520 y(need)30 b(not)h(b)s(e)e(normalized)i(in)f(an)m(y)h(w)m(a)m(y)-8 b(.)390 3659 y(If)26 b(KEY)g(is)g(NULL,)h(the)f(function)g(should)g (only)g(p)s(opulate)g(the)h(KEYLEN)f(output)g(length)g(\014eld)390 3768 y(with)38 b(the)h(length,)i(and)c(return)h(GSASL)p 1858 3768 V 39 w(OK.)g(This)g(usage)g(ma)m(y)h(b)s(e)f(used)g(b)m(y)g (the)h(caller)g(to)390 3878 y(allo)s(cate)33 b(the)d(prop)s(er)f (bu\013er)h(size.)3302 4070 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_server_callba)q(ck_v)q(ali)q(dat)q(e\))f Fg(\()p Fk(Gsasl)p 2385 4070 V 41 w(session)p 2695 4070 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)565 4180 y(c)m(har)g(*)g Ff(authentication_id)p Fk(,)k(c)m(har)c(*)g Ff(authorization_id)p Fk(,)k(c)m(har)c(*)g Ff(passcode)p Fk(,)565 4290 y(c)m(har)g(*)g Ff(pin)p Fk(,)g(c)m(har)g(*)g Ff(suggestpin)p Fk(,)i(size)p 2054 4290 V 41 w(t)e(*)g Ff(suggestpinlen)p Fg(\))390 4399 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4538 y Fk(authorization)p 925 4538 V 42 w(id)t Ft(:)40 b(input)29 b(arra)m(y)i(with)f(authorization)i(iden)m(tit)m(y)-8 b(.)390 4676 y Fk(authen)m(tication)p 967 4676 V 42 w(id)t Ft(:)40 b(input)30 b(arra)m(y)h(with)f(authen)m(tication)i(iden)m(tit)m (y)-8 b(.)390 4815 y Fk(passco)s(de)5 b Ft(:)41 b(input)29 b(arra)m(y)i(with)f(passco)s(de.)390 4953 y Fk(pin)p Ft(:)40 b(input)29 b(arra)m(y)i(with)f(new)g(pin)g(\(this)g(ma)m(y)h(b) s(e)f(NULL\).)390 5092 y Fk(suggestpin)p Ft(:)41 b(output)30 b(arra)m(y)h(with)f(new)g(suggested)h(PIN.)390 5230 y Fk(suggestpinlen)p Ft(:)53 b(on)36 b(input)f(the)h(maxim)m(um)g(size)h (of)g(the)f(output)g(arra)m(y)-8 b(,)39 b(on)d(output)g(con)m(tains)390 5340 y(the)31 b(actual)g(size)h(of)e(the)h(output)f(arra)m(y)-8 b(.)p eop end %%Page: 101 105 TeXDict begin 101 104 bop 150 -116 a Ft(App)s(endix)29 b(B:)i(Old)e(F)-8 b(unctions)2366 b(101)390 299 y(T)m(yp)s(e)79 b(of)g(callbac)m(k)j(function)c(the)i(application)h(implemen)m(ts.)187 b(It)80 b(should)e(return)390 408 y(GSASL)p 694 408 28 4 v 39 w(OK)41 b(if)g(and)g(only)h(if)f(the)g(v)-5 b(alidation)43 b(of)f(the)f(pro)m(vided)g(creden)m(tial)i(w)m(as)f(succesful.)390 518 y(GSASL)p 694 518 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1593 518 V 40 w(ERR)m(OR)30 b(is)g(a)h(go)s(o)s(d)f(failure)g(if)g (authen)m(tication)j(failed,)e(but)390 628 y(an)m(y)g(a)m(v)-5 b(ailable)32 b(return)e(co)s(de)g(ma)m(y)h(b)s(e)f(used.)390 762 y(Tw)m(o)84 b(SECURID)f(sp)s(eci\014c)h(error)f(co)s(des)h(also)g (exists.)202 b(The)83 b(function)h(can)g(re-)390 872 y(turn)236 b(GSASL)p 1103 872 V 39 w(SECURID)p 1558 872 V 40 w(SER)-10 b(VER)p 1965 872 V 39 w(NEED)p 2265 872 V 40 w(ADDITIONAL)p 2907 872 V 40 w(P)i(ASSCODE)236 b(to)390 981 y(request)85 b(that)h(the)f(clien)m(t)i(generate)f(a)f(new)g (passco)s(de.)205 b(It)85 b(can)g(also)h(return)390 1091 y(GSASL)p 694 1091 V 39 w(SECURID)p 1149 1091 V 40 w(SER)-10 b(VER)p 1556 1091 V 39 w(NEED)p 1856 1091 V 40 w(NEW)p 2119 1091 V 41 w(PIN)37 b(to)i(request)e(that)h(the)g(clien)m(t)h (generate)390 1200 y(a)60 b(new)f(PIN.)h(If)f(the)g(serv)m(er)h(wishes) f(to)i(suggest)f(a)g(new)f(PIN)g(it)h(can)g(p)s(opulate)g(the)390 1310 y(SUGGESTPIN)30 b(\014eld.)390 1445 y(If)d(SUGGESTPIN)f(is)i (NULL,)f(the)h(function)f(should)f(only)i(p)s(opulate)f(the)h(output)f (length)g(\014eld)390 1554 y(with)38 b(the)h(length,)i(and)c(return)h (GSASL)p 1858 1554 V 39 w(OK.)g(This)g(usage)g(ma)m(y)h(b)s(e)f(used)g (b)m(y)g(the)h(caller)g(to)390 1664 y(allo)s(cate)33 b(the)d(prop)s(er)f(bu\013er)h(size.)3302 1848 y([Protot)m(yp)s(e]) -3599 b Fh(int)53 b(\(*Gsasl_server_callba)q(ck_s)q(erv)q(ice)q(\))e Fg(\()p Fk(Gsasl)p 2332 1848 V 41 w(session)p 2642 1848 V 41 w(ctx)31 b(*)f Ff(ctx)p Fk(,)565 1958 y(c)m(har)h(*)g Ff(service)p Fk(,)h(size)p 1409 1958 V 41 w(t)f(*)g Ff(servicelen)p Fk(,)i(c)m(har)e(*)g Ff(hostname)p Fk(,)i(size)p 3061 1958 V 41 w(t)d(*)565 2067 y Ff(hostnamelen)p Fg(\))390 2177 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 2311 y Fk(service)5 b Ft(:)42 b(output)30 b(arra)m(y)h(with)f(name)g (of)h(service.)390 2446 y Fk(servicelen)p Ft(:)39 b(on)24 b(input)g(the)h(maxim)m(um)g(size)g(of)g(the)g(service)h(output)e(arra) m(y)-8 b(,)27 b(on)d(output)h(con)m(tains)390 2555 y(the)31 b(actual)g(size)h(of)e(the)h(service)g(output)f(arra)m(y)-8 b(.)390 2690 y Fk(hostname)5 b Ft(:)41 b(output)30 b(arra)m(y)h(with)f (hostname)h(of)f(serv)m(er.)390 2824 y Fk(hostnamelen)p Ft(:)50 b(on)35 b(input)f(the)h(maxim)m(um)g(size)h(of)f(the)g (hostname)g(output)f(arra)m(y)-8 b(,)38 b(on)c(output)390 2934 y(con)m(tains)e(the)e(actual)i(size)f(of)g(the)f(hostname)h (output)f(arra)m(y)-8 b(.)390 3068 y(T)m(yp)s(e)32 b(of)i(callbac)m(k)h (function)e(the)g(application)h(implemen)m(ts.)49 b(It)33 b(should)f(retriev)m(e)j(the)e(service)390 3178 y(\(whic)m(h)c(should)g (b)s(e)f(a)i(registered)g(GSSAPI)e(host)h(based)g(service)h(name,)g (suc)m(h)f(as)g(\\imap"\))i(the)390 3288 y(serv)m(er)e(pro)m(vides)g (and)f(hostname)h(of)g(serv)m(er)f(\(usually)h(canoncial)i(DNS)d (hostname\).)41 b(It)29 b(should)390 3397 y(return)j(GSASL)p 975 3397 V 40 w(OK,)h(or)g(an)h(error)f(suc)m(h)g(as)h(GSASL)p 2306 3397 V 39 w(A)m(UTHENTICA)-8 b(TION)p 3205 3397 V 40 w(ERR)m(OR)33 b(if)g(it)390 3507 y(fails.)390 3641 y(If)26 b(SER)-10 b(VICE)26 b(or)h(HOSTNAME)f(is)h(NULL,)g(the)g (function)f(should)g(only)h(p)s(opulate)g(SER)-10 b(VICE-)390 3751 y(LEN)31 b(or)g(HOSTNAMELEN)f(with)h(the)h(output)e(length)i(of)f (the)g(resp)s(ectiv)m(e)h(\014eld,)g(and)e(return)390 3861 y(GSASL)p 694 3861 V 39 w(OK.)g(This)f(usage)i(ma)m(y)f(b)s(e)g (used)f(b)m(y)h(the)g(caller)h(to)g(allo)s(cate)h(the)e(prop)s(er)f (bu\013er)g(size.)3302 4045 y([Protot)m(yp)s(e])-3599 b Fh(int)53 b(\(*Gsasl_server_callba)q(ck_v)q(ali)q(dat)q(e\))f Fg(\()p Fk(Gsasl)p 2385 4045 V 41 w(session)p 2695 4045 V 40 w(ctx)31 b(*)g Ff(ctx)p Fk(,)565 4154 y(c)m(har)g(*)g Ff(authorization_id)p Fk(,)k(c)m(har)c(*)g Ff(authentication_id)p Fk(,)k(c)m(har)c(*)g Ff(password)p Fg(\))390 4264 y Fk(ctx)6 b Ft(:)42 b(libgsasl)31 b(handle.)390 4399 y Fk(authorization)p 925 4399 V 42 w(id)t Ft(:)40 b(input)29 b(arra)m(y)i(with)f (authorization)i(iden)m(tit)m(y)-8 b(.)390 4533 y Fk(authen)m(tication) p 967 4533 V 42 w(id)t Ft(:)40 b(input)30 b(arra)m(y)h(with)f(authen)m (tication)i(iden)m(tit)m(y)-8 b(.)390 4667 y Fk(passw)m(ord)t Ft(:)40 b(input)29 b(arra)m(y)i(with)f(passw)m(ord.)390 4802 y(T)m(yp)s(e)79 b(of)g(callbac)m(k)j(function)c(the)i(application) h(implemen)m(ts.)187 b(It)80 b(should)e(return)390 4912 y(GSASL)p 694 4912 V 39 w(OK)41 b(if)g(and)g(only)h(if)f(the)g(v)-5 b(alidation)43 b(of)f(the)f(pro)m(vided)g(creden)m(tial)i(w)m(as)f (succesful.)390 5021 y(GSASL)p 694 5021 V 39 w(A)m(UTHENTICA)-8 b(TION)p 1593 5021 V 40 w(ERR)m(OR)30 b(is)g(a)h(go)s(o)s(d)f(failure)g (if)g(authen)m(tication)j(failed,)e(but)390 5131 y(an)m(y)g(a)m(v)-5 b(ailable)32 b(return)e(co)s(de)g(ma)m(y)h(b)s(e)f(used.)p eop end %%Page: 102 106 TeXDict begin 102 105 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(102)150 299 y Fq(App)t(endix)52 b(C)81 b(Cop)l(ying)51 b(Information)150 617 y Fs(C.1)68 b(GNU)45 b(F)-11 b(ree)45 b(Do)t(cumen)l(tation)h (License)1359 754 y Ft(V)-8 b(ersion)31 b(1.3,)g(3)g(No)m(v)m(em)m(b)s (er)h(2008)390 886 y(Cop)m(yrigh)m(t)842 883 y(c)817 886 y Fr(\015)e Ft(2000,)j(2001,)f(2002,)g(2007,)h(2008)f(F)-8 b(ree)31 b(Soft)m(w)m(are)h(F)-8 b(oundation,)31 b(Inc.)390 995 y Fn(http://fsf.org/)390 1214 y Ft(Ev)m(ery)m(one)g(is)g(p)s (ermitted)f(to)h(cop)m(y)g(and)f(distribute)g(v)m(erbatim)h(copies)390 1324 y(of)g(this)f(license)h(do)s(cumen)m(t,)g(but)e(c)m(hanging)j(it)f (is)f(not)h(allo)m(w)m(ed.)199 1456 y(0.)61 b(PREAMBLE)330 1588 y(The)37 b(purp)s(ose)e(of)i(this)g(License)h(is)f(to)h(mak)m(e)g (a)g(man)m(ual,)h(textb)s(o)s(ok,)h(or)d(other)g(functional)h(and)330 1698 y(useful)29 b(do)s(cumen)m(t)h Fk(free)36 b Ft(in)29 b(the)i(sense)f(of)g(freedom:)41 b(to)31 b(assure)e(ev)m(ery)m(one)j (the)e(e\013ectiv)m(e)j(freedom)330 1808 y(to)f(cop)m(y)g(and)f (redistribute)g(it,)h(with)g(or)f(without)g(mo)s(difying)g(it,)i (either)f(commercially)h(or)e(non-)330 1917 y(commercially)-8 b(.)56 b(Secondarily)-8 b(,)36 b(this)f(License)g(preserv)m(es)g(for)f (the)h(author)f(and)g(publisher)f(a)i(w)m(a)m(y)330 2027 y(to)i(get)g(credit)g(for)f(their)g(w)m(ork,)i(while)e(not)g(b)s(eing)g (considered)g(resp)s(onsible)f(for)h(mo)s(di\014cations)330 2136 y(made)30 b(b)m(y)h(others.)330 2268 y(This)22 b(License)i(is)f(a) h(kind)e(of)i(\\cop)m(yleft",)j(whic)m(h)c(means)g(that)h(deriv)-5 b(ativ)m(e)24 b(w)m(orks)f(of)h(the)f(do)s(cumen)m(t)330 2378 y(m)m(ust)34 b(themselv)m(es)h(b)s(e)e(free)h(in)g(the)g(same)g (sense.)51 b(It)34 b(complemen)m(ts)h(the)f(GNU)g(General)h(Public)330 2488 y(License,)c(whic)m(h)f(is)h(a)f(cop)m(yleft)i(license)g(designed) e(for)g(free)h(soft)m(w)m(are.)330 2620 y(W)-8 b(e)31 b(ha)m(v)m(e)f(designed)g(this)f(License)h(in)f(order)g(to)i(use)e(it)h (for)f(man)m(uals)h(for)f(free)h(soft)m(w)m(are,)h(b)s(ecause)330 2729 y(free)42 b(soft)m(w)m(are)i(needs)e(free)g(do)s(cumen)m(tation:) 65 b(a)42 b(free)h(program)f(should)f(come)i(with)f(man)m(uals)330 2839 y(pro)m(viding)29 b(the)g(same)g(freedoms)f(that)i(the)f(soft)m(w) m(are)h(do)s(es.)40 b(But)29 b(this)f(License)i(is)f(not)g(limited)g (to)330 2948 y(soft)m(w)m(are)j(man)m(uals;)f(it)g(can)g(b)s(e)f(used)g (for)g(an)m(y)h(textual)h(w)m(ork,)f(regardless)g(of)g(sub)5 b(ject)30 b(matter)i(or)330 3058 y(whether)f(it)h(is)f(published)f(as)i (a)f(prin)m(ted)g(b)s(o)s(ok.)44 b(W)-8 b(e)32 b(recommend)f(this)h (License)g(principally)f(for)330 3168 y(w)m(orks)f(whose)h(purp)s(ose)d (is)j(instruction)f(or)g(reference.)199 3300 y(1.)61 b(APPLICABILITY)29 b(AND)j(DEFINITIONS)330 3432 y(This)39 b(License)i(applies)f(to)g(an)m(y)h(man)m(ual)f(or)g(other)g(w)m(ork,)i (in)e(an)m(y)g(medium,)i(that)e(con)m(tains)i(a)330 3541 y(notice)h(placed)f(b)m(y)f(the)h(cop)m(yrigh)m(t)h(holder)e(sa)m(ying) h(it)g(can)g(b)s(e)f(distributed)f(under)g(the)i(terms)330 3651 y(of)c(this)f(License.)62 b(Suc)m(h)37 b(a)h(notice)h(gran)m(ts)f (a)g(w)m(orld-wide,)h(ro)m(y)m(alt)m(y-free)i(license,)f(unlimited)d (in)330 3761 y(duration,)49 b(to)d(use)f(that)g(w)m(ork)h(under)d(the)j (conditions)f(stated)h(herein.)85 b(The)45 b(\\Do)s(cumen)m(t",)330 3870 y(b)s(elo)m(w,)29 b(refers)f(to)h(an)m(y)g(suc)m(h)f(man)m(ual)h (or)f(w)m(ork.)40 b(An)m(y)29 b(mem)m(b)s(er)e(of)i(the)f(public)g(is)g (a)h(licensee,)i(and)330 3980 y(is)25 b(addressed)f(as)h(\\y)m(ou".)40 b(Y)-8 b(ou)26 b(accept)g(the)f(license)h(if)f(y)m(ou)h(cop)m(y)-8 b(,)27 b(mo)s(dify)d(or)h(distribute)g(the)g(w)m(ork)330 4089 y(in)30 b(a)h(w)m(a)m(y)g(requiring)f(p)s(ermission)f(under)g(cop) m(yrigh)m(t)j(la)m(w.)330 4222 y(A)i(\\Mo)s(di\014ed)f(V)-8 b(ersion")35 b(of)f(the)g(Do)s(cumen)m(t)g(means)g(an)m(y)g(w)m(ork)f (con)m(taining)j(the)e(Do)s(cumen)m(t)g(or)330 4331 y(a)k(p)s(ortion)f (of)h(it,)i(either)e(copied)g(v)m(erbatim,)i(or)d(with)h(mo)s (di\014cations)f(and/or)h(translated)g(in)m(to)330 4441 y(another)31 b(language.)330 4573 y(A)26 b(\\Secondary)g(Section")h(is) f(a)h(named)e(app)s(endix)f(or)i(a)h(fron)m(t-matter)g(section)g(of)f (the)g(Do)s(cumen)m(t)330 4682 y(that)c(deals)g(exclusiv)m(ely)h(with)e (the)g(relationship)h(of)f(the)h(publishers)d(or)i(authors)g(of)h(the)f (Do)s(cumen)m(t)330 4792 y(to)38 b(the)f(Do)s(cumen)m(t's)i(o)m(v)m (erall)g(sub)5 b(ject)37 b(\(or)h(to)g(related)g(matters\))g(and)f(con) m(tains)h(nothing)f(that)330 4902 y(could)j(fall)h(directly)g(within)f (that)h(o)m(v)m(erall)i(sub)5 b(ject.)70 b(\(Th)m(us,)42 b(if)e(the)h(Do)s(cumen)m(t)g(is)f(in)g(part)h(a)330 5011 y(textb)s(o)s(ok)24 b(of)g(mathematics,)j(a)d(Secondary)f(Section) h(ma)m(y)g(not)g(explain)g(an)m(y)g(mathematics.\))40 b(The)330 5121 y(relationship)28 b(could)f(b)s(e)g(a)g(matter)i(of)e (historical)i(connection)f(with)f(the)h(sub)5 b(ject)27 b(or)g(with)g(related)330 5230 y(matters,)38 b(or)d(of)h(legal,)i (commercial,)h(philosophical,)f(ethical)f(or)e(p)s(olitical)i(p)s (osition)f(regarding)330 5340 y(them.)p eop end %%Page: 103 107 TeXDict begin 103 106 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(103)330 299 y(The)25 b(\\In)m(v)-5 b(arian)m(t)27 b(Sections")g(are)f(certain)g(Secondary)g (Sections)g(whose)f(titles)i(are)f(designated,)i(as)330 408 y(b)s(eing)e(those)h(of)g(In)m(v)-5 b(arian)m(t)27 b(Sections,)i(in)d(the)h(notice)h(that)f(sa)m(ys)g(that)g(the)g(Do)s (cumen)m(t)g(is)g(released)330 518 y(under)f(this)i(License.)40 b(If)27 b(a)h(section)h(do)s(es)f(not)f(\014t)h(the)g(ab)s(o)m(v)m(e)h (de\014nition)e(of)h(Secondary)f(then)h(it)g(is)330 628 y(not)k(allo)m(w)m(ed)i(to)e(b)s(e)g(designated)g(as)g(In)m(v)-5 b(arian)m(t.)46 b(The)31 b(Do)s(cumen)m(t)i(ma)m(y)f(con)m(tain)i(zero) e(In)m(v)-5 b(arian)m(t)330 737 y(Sections.)39 b(If)25 b(the)f(Do)s(cumen)m(t)i(do)s(es)e(not)h(iden)m(tify)g(an)m(y)g(In)m(v) -5 b(arian)m(t)25 b(Sections)h(then)e(there)h(are)g(none.)330 878 y(The)36 b(\\Co)m(v)m(er)i(T)-8 b(exts")38 b(are)f(certain)g(short) g(passages)g(of)g(text)g(that)h(are)f(listed,)i(as)d(F)-8 b(ron)m(t-Co)m(v)m(er)330 988 y(T)g(exts)26 b(or)f(Bac)m(k-Co)m(v)m(er) j(T)-8 b(exts,)27 b(in)d(the)h(notice)i(that)e(sa)m(ys)h(that)g(the)f (Do)s(cumen)m(t)h(is)f(released)g(under)330 1097 y(this)h(License.)40 b(A)25 b(F)-8 b(ron)m(t-Co)m(v)m(er)29 b(T)-8 b(ext)26 b(ma)m(y)h(b)s(e)e(at)i(most)f(5)g(w)m(ords,)g(and)g(a)g(Bac)m(k-Co)m (v)m(er)j(T)-8 b(ext)26 b(ma)m(y)330 1207 y(b)s(e)k(at)h(most)g(25)g(w) m(ords.)330 1348 y(A)36 b(\\T)-8 b(ransparen)m(t")36 b(cop)m(y)g(of)g(the)f(Do)s(cumen)m(t)h(means)g(a)g(mac)m (hine-readable)h(cop)m(y)-8 b(,)38 b(represen)m(ted)330 1457 y(in)d(a)h(format)g(whose)g(sp)s(eci\014cation)g(is)g(a)m(v)-5 b(ailable)38 b(to)f(the)f(general)g(public,)h(that)f(is)g(suitable)g (for)330 1567 y(revising)c(the)g(do)s(cumen)m(t)f(straigh)m(tforw)m (ardly)i(with)e(generic)i(text)g(editors)f(or)f(\(for)h(images)h(com-) 330 1677 y(p)s(osed)23 b(of)h(pixels\))g(generic)h(pain)m(t)f(programs) g(or)f(\(for)h(dra)m(wings\))g(some)g(widely)g(a)m(v)-5 b(ailable)26 b(dra)m(wing)330 1786 y(editor,)k(and)f(that)g(is)g (suitable)h(for)f(input)f(to)i(text)g(formatters)f(or)g(for)g (automatic)i(translation)f(to)330 1896 y(a)d(v)-5 b(ariet)m(y)28 b(of)f(formats)g(suitable)h(for)e(input)g(to)i(text)g(formatters.)40 b(A)27 b(cop)m(y)g(made)g(in)g(an)g(otherwise)330 2005 y(T)-8 b(ransparen)m(t)37 b(\014le)h(format)g(whose)f(markup,)i(or)e (absence)h(of)g(markup,)g(has)g(b)s(een)f(arranged)g(to)330 2115 y(th)m(w)m(art)27 b(or)g(discourage)g(subsequen)m(t)f(mo)s (di\014cation)h(b)m(y)g(readers)f(is)g(not)h(T)-8 b(ransparen)m(t.)39 b(An)27 b(image)330 2225 y(format)35 b(is)f(not)h(T)-8 b(ransparen)m(t)34 b(if)g(used)g(for)g(an)m(y)g(substan)m(tial)h(amoun) m(t)g(of)g(text.)53 b(A)35 b(cop)m(y)g(that)g(is)330 2334 y(not)c(\\T)-8 b(ransparen)m(t")31 b(is)f(called)i(\\Opaque".)330 2475 y(Examples)49 b(of)f(suitable)i(formats)f(for)f(T)-8 b(ransparen)m(t)48 b(copies)i(include)e(plain)h(ASCI)s(I)e(without)330 2585 y(markup,)33 b(T)-8 b(exinfo)33 b(input)f(format,)i(LaT)1745 2604 y(E)1795 2585 y(X)f(input)f(format,)j(SGML)d(or)h(XML)h(using)e(a) h(publicly)330 2694 y(a)m(v)-5 b(ailable)36 b(DTD,)e(and)f (standard-conforming)h(simple)f(HTML,)h(P)m(ostScript)g(or)g(PDF)g (designed)330 2804 y(for)h(h)m(uman)g(mo)s(di\014cation.)57 b(Examples)35 b(of)h(transparen)m(t)f(image)i(formats)f(include)f(PNG,) h(X)m(CF)330 2913 y(and)j(JPG.)g(Opaque)g(formats)h(include)f (proprietary)g(formats)h(that)g(can)g(b)s(e)e(read)i(and)f(edited)330 3023 y(only)33 b(b)m(y)g(proprietary)f(w)m(ord)h(pro)s(cessors,)g(SGML) g(or)g(XML)g(for)g(whic)m(h)g(the)g(DTD)g(and/or)g(pro-)330 3133 y(cessing)26 b(to)s(ols)g(are)g(not)f(generally)i(a)m(v)-5 b(ailable,)29 b(and)24 b(the)i(mac)m(hine-generated)h(HTML,)e(P)m (ostScript)330 3242 y(or)30 b(PDF)h(pro)s(duced)e(b)m(y)h(some)h(w)m (ord)f(pro)s(cessors)g(for)g(output)g(purp)s(oses)f(only)-8 b(.)330 3383 y(The)34 b(\\Title)h(P)m(age")i(means,)e(for)f(a)h(prin)m (ted)f(b)s(o)s(ok,)h(the)f(title)i(page)f(itself,)h(plus)e(suc)m(h)f (follo)m(wing)330 3493 y(pages)28 b(as)g(are)g(needed)g(to)g(hold,)g (legibly)-8 b(,)30 b(the)e(material)h(this)e(License)i(requires)e(to)h (app)s(ear)f(in)h(the)330 3602 y(title)g(page.)40 b(F)-8 b(or)28 b(w)m(orks)e(in)g(formats)h(whic)m(h)g(do)f(not)h(ha)m(v)m(e)h (an)m(y)e(title)j(page)e(as)g(suc)m(h,)g(\\Title)h(P)m(age")330 3712 y(means)j(the)f(text)i(near)e(the)h(most)g(prominen)m(t)g(app)s (earance)f(of)h(the)g(w)m(ork's)g(title,)h(preceding)f(the)330 3821 y(b)s(eginning)f(of)g(the)h(b)s(o)s(dy)e(of)h(the)h(text.)330 3962 y(The)j(\\publisher")g(means)h(an)m(y)f(p)s(erson)g(or)h(en)m(tit) m(y)h(that)f(distributes)f(copies)i(of)e(the)h(Do)s(cumen)m(t)330 4072 y(to)c(the)g(public.)330 4213 y(A)f(section)h(\\En)m(titled)g (XYZ")f(means)f(a)h(named)g(subunit)e(of)h(the)h(Do)s(cumen)m(t)h (whose)e(title)i(either)330 4322 y(is)d(precisely)g(XYZ)g(or)f(con)m (tains)i(XYZ)f(in)f(paren)m(theses)i(follo)m(wing)g(text)g(that)f (translates)h(XYZ)e(in)330 4432 y(another)e(language.)40 b(\(Here)26 b(XYZ)f(stands)f(for)h(a)g(sp)s(eci\014c)g(section)h(name)f (men)m(tioned)h(b)s(elo)m(w,)g(suc)m(h)330 4542 y(as)i(\\Ac)m(kno)m (wledgemen)m(ts",)33 b(\\Dedications",)e(\\Endorsemen)m(ts",)e(or)f (\\History".\))42 b(T)-8 b(o)29 b(\\Preserv)m(e)330 4651 y(the)34 b(Title")h(of)e(suc)m(h)h(a)g(section)g(when)f(y)m(ou)h(mo)s (dify)e(the)i(Do)s(cumen)m(t)h(means)e(that)h(it)g(remains)g(a)330 4761 y(section)e(\\En)m(titled)f(XYZ")g(according)g(to)g(this)g (de\014nition.)330 4902 y(The)c(Do)s(cumen)m(t)i(ma)m(y)f(include)f(W) -8 b(arran)m(t)m(y)30 b(Disclaimers)f(next)f(to)g(the)g(notice)h(whic)m (h)e(states)i(that)330 5011 y(this)34 b(License)g(applies)g(to)h(the)f (Do)s(cumen)m(t.)52 b(These)33 b(W)-8 b(arran)m(t)m(y)36 b(Disclaimers)f(are)g(considered)e(to)330 5121 y(b)s(e)k(included)g(b)m (y)g(reference)h(in)g(this)f(License,)j(but)d(only)h(as)g(regards)f (disclaiming)i(w)m(arran)m(ties:)330 5230 y(an)m(y)e(other)g (implication)i(that)e(these)g(W)-8 b(arran)m(t)m(y)39 b(Disclaimers)f(ma)m(y)g(ha)m(v)m(e)g(is)f(v)m(oid)g(and)f(has)h(no)330 5340 y(e\013ect)32 b(on)e(the)h(meaning)f(of)h(this)f(License.)p eop end %%Page: 104 108 TeXDict begin 104 107 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(104)199 299 y(2.)61 b(VERBA)-8 b(TIM)31 b(COPYING)330 445 y(Y)-8 b(ou)39 b(ma)m(y)f(cop)m(y)h(and)e(distribute)h(the)g(Do)s(cumen)m(t)h(in)f(an) m(y)g(medium,)h(either)g(commercially)h(or)330 555 y(noncommercially)-8 b(,)48 b(pro)m(vided)42 b(that)h(this)f(License,)47 b(the)42 b(cop)m(yrigh)m(t)i(notices,)j(and)42 b(the)h(license)330 664 y(notice)37 b(sa)m(ying)g(this)e(License)i(applies)e(to)i(the)f(Do) s(cumen)m(t)g(are)g(repro)s(duced)e(in)i(all)g(copies,)j(and)330 774 y(that)27 b(y)m(ou)g(add)f(no)h(other)f(conditions)h(whatso)s(ev)m (er)h(to)f(those)g(of)g(this)f(License.)40 b(Y)-8 b(ou)27 b(ma)m(y)g(not)g(use)330 883 y(tec)m(hnical)35 b(measures)d(to)i (obstruct)f(or)g(con)m(trol)h(the)f(reading)g(or)g(further)e(cop)m (ying)j(of)f(the)g(copies)330 993 y(y)m(ou)25 b(mak)m(e)g(or)g (distribute.)38 b(Ho)m(w)m(ev)m(er,)28 b(y)m(ou)d(ma)m(y)g(accept)h (comp)s(ensation)f(in)f(exc)m(hange)j(for)d(copies.)330 1103 y(If)32 b(y)m(ou)g(distribute)g(a)h(large)g(enough)f(n)m(um)m(b)s (er)f(of)h(copies)h(y)m(ou)f(m)m(ust)h(also)g(follo)m(w)g(the)f (conditions)330 1212 y(in)e(section)i(3.)330 1358 y(Y)-8 b(ou)21 b(ma)m(y)h(also)f(lend)g(copies,)i(under)d(the)h(same)g (conditions)g(stated)h(ab)s(o)m(v)m(e,)i(and)c(y)m(ou)h(ma)m(y)g (publicly)330 1468 y(displa)m(y)31 b(copies.)199 1614 y(3.)61 b(COPYING)30 b(IN)g(QUANTITY)330 1760 y(If)25 b(y)m(ou)g(publish)f(prin)m(ted)g(copies)i(\(or)g(copies)g(in)f(media)g (that)h(commonly)g(ha)m(v)m(e)g(prin)m(ted)f(co)m(v)m(ers\))i(of)330 1870 y(the)32 b(Do)s(cumen)m(t,)h(n)m(um)m(b)s(ering)e(more)h(than)f (100,)j(and)d(the)h(Do)s(cumen)m(t's)h(license)f(notice)h(requires)330 1979 y(Co)m(v)m(er)i(T)-8 b(exts,)36 b(y)m(ou)f(m)m(ust)f(enclose)i (the)e(copies)h(in)f(co)m(v)m(ers)i(that)f(carry)-8 b(,)36 b(clearly)f(and)f(legibly)-8 b(,)37 b(all)330 2089 y(these)j(Co)m(v)m (er)g(T)-8 b(exts:)59 b(F)-8 b(ron)m(t-Co)m(v)m(er)41 b(T)-8 b(exts)40 b(on)f(the)g(fron)m(t)g(co)m(v)m(er,)44 b(and)38 b(Bac)m(k-Co)m(v)m(er)k(T)-8 b(exts)40 b(on)330 2198 y(the)29 b(bac)m(k)h(co)m(v)m(er.)42 b(Both)30 b(co)m(v)m(ers)h(m) m(ust)e(also)h(clearly)g(and)f(legibly)h(iden)m(tify)f(y)m(ou)h(as)f (the)h(publisher)330 2308 y(of)k(these)h(copies.)53 b(The)34 b(fron)m(t)h(co)m(v)m(er)h(m)m(ust)e(presen)m(t)g(the)h(full)f(title)i (with)d(all)j(w)m(ords)d(of)i(the)f(title)330 2418 y(equally)e (prominen)m(t)e(and)g(visible.)43 b(Y)-8 b(ou)31 b(ma)m(y)g(add)g (other)g(material)h(on)f(the)g(co)m(v)m(ers)h(in)e(addition.)330 2527 y(Cop)m(ying)36 b(with)g(c)m(hanges)h(limited)g(to)g(the)g(co)m(v) m(ers,)i(as)d(long)h(as)g(they)f(preserv)m(e)g(the)h(title)g(of)g(the) 330 2637 y(Do)s(cumen)m(t)h(and)e(satisfy)i(these)f(conditions,)j(can)d (b)s(e)g(treated)h(as)f(v)m(erbatim)h(cop)m(ying)g(in)f(other)330 2746 y(resp)s(ects.)330 2892 y(If)32 b(the)h(required)f(texts)i(for)e (either)h(co)m(v)m(er)i(are)e(to)s(o)g(v)m(oluminous)g(to)g(\014t)g (legibly)-8 b(,)35 b(y)m(ou)e(should)f(put)330 3002 y(the)h(\014rst)f (ones)h(listed)g(\(as)h(man)m(y)f(as)g(\014t)g(reasonably\))g(on)g(the) g(actual)h(co)m(v)m(er,)h(and)e(con)m(tin)m(ue)h(the)330 3112 y(rest)d(on)m(to)g(adjacen)m(t)h(pages.)330 3258 y(If)27 b(y)m(ou)g(publish)e(or)i(distribute)g(Opaque)f(copies)i(of)f (the)h(Do)s(cumen)m(t)f(n)m(um)m(b)s(ering)f(more)i(than)e(100,)330 3367 y(y)m(ou)i(m)m(ust)g(either)h(include)e(a)i(mac)m(hine-readable)g (T)-8 b(ransparen)m(t)28 b(cop)m(y)h(along)g(with)e(eac)m(h)i(Opaque) 330 3477 y(cop)m(y)-8 b(,)38 b(or)d(state)h(in)f(or)g(with)g(eac)m(h)h (Opaque)e(cop)m(y)i(a)g(computer-net)m(w)m(ork)g(lo)s(cation)h(from)d (whic)m(h)330 3587 y(the)24 b(general)i(net)m(w)m(ork-using)f(public)e (has)h(access)i(to)f(do)m(wnload)f(using)g(public-standard)f(net)m(w)m (ork)330 3696 y(proto)s(cols)40 b(a)f(complete)h(T)-8 b(ransparen)m(t)39 b(cop)m(y)g(of)g(the)h(Do)s(cumen)m(t,)i(free)d(of)g (added)f(material.)67 b(If)330 3806 y(y)m(ou)39 b(use)g(the)g(latter)h (option,)h(y)m(ou)f(m)m(ust)e(tak)m(e)j(reasonably)e(pruden)m(t)e (steps,)k(when)d(y)m(ou)h(b)s(egin)330 3915 y(distribution)f(of)g (Opaque)g(copies)h(in)e(quan)m(tit)m(y)-8 b(,)43 b(to)38 b(ensure)g(that)h(this)f(T)-8 b(ransparen)m(t)38 b(cop)m(y)h(will)330 4025 y(remain)30 b(th)m(us)g(accessible)i(at)f(the)f(stated)h(lo)s (cation)h(un)m(til)e(at)h(least)h(one)e(y)m(ear)h(after)g(the)f(last)h (time)330 4134 y(y)m(ou)37 b(distribute)f(an)h(Opaque)f(cop)m(y)i (\(directly)g(or)e(through)g(y)m(our)h(agen)m(ts)h(or)f(retailers\))h (of)f(that)330 4244 y(edition)31 b(to)g(the)g(public.)330 4390 y(It)k(is)f(requested,)i(but)e(not)h(required,)g(that)g(y)m(ou)g (con)m(tact)h(the)f(authors)f(of)h(the)g(Do)s(cumen)m(t)g(w)m(ell)330 4500 y(b)s(efore)28 b(redistributing)g(an)m(y)h(large)h(n)m(um)m(b)s (er)d(of)i(copies,)h(to)f(giv)m(e)h(them)f(a)g(c)m(hance)h(to)f(pro)m (vide)g(y)m(ou)330 4609 y(with)h(an)g(up)s(dated)f(v)m(ersion)i(of)g (the)f(Do)s(cumen)m(t.)199 4756 y(4.)61 b(MODIFICA)-8 b(TIONS)330 4902 y(Y)g(ou)26 b(ma)m(y)g(cop)m(y)g(and)f(distribute)g(a) h(Mo)s(di\014ed)f(V)-8 b(ersion)26 b(of)g(the)g(Do)s(cumen)m(t)g(under) e(the)h(conditions)330 5011 y(of)c(sections)h(2)g(and)e(3)h(ab)s(o)m(v) m(e,)k(pro)m(vided)20 b(that)i(y)m(ou)f(release)i(the)e(Mo)s(di\014ed)f (V)-8 b(ersion)22 b(under)d(precisely)330 5121 y(this)29 b(License,)h(with)f(the)g(Mo)s(di\014ed)f(V)-8 b(ersion)30 b(\014lling)f(the)g(role)h(of)f(the)g(Do)s(cumen)m(t,)h(th)m(us)f (licensing)330 5230 y(distribution)k(and)h(mo)s(di\014cation)g(of)h (the)f(Mo)s(di\014ed)f(V)-8 b(ersion)35 b(to)g(who)s(ev)m(er)f(p)s (ossesses)f(a)i(cop)m(y)g(of)330 5340 y(it.)41 b(In)30 b(addition,)h(y)m(ou)f(m)m(ust)h(do)f(these)h(things)f(in)g(the)h(Mo)s (di\014ed)e(V)-8 b(ersion:)p eop end %%Page: 105 109 TeXDict begin 105 108 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(105)357 299 y(A.)60 b(Use)33 b(in)f(the)h(Title)h(P)m(age)g(\(and)f(on)f(the)h(co)m(v)m (ers,)i(if)e(an)m(y\))g(a)g(title)h(distinct)f(from)g(that)g(of)g(the) 510 408 y(Do)s(cumen)m(t,)j(and)d(from)g(those)i(of)f(previous)f(v)m (ersions)h(\(whic)m(h)g(should,)g(if)g(there)g(w)m(ere)g(an)m(y)-8 b(,)510 518 y(b)s(e)31 b(listed)h(in)f(the)g(History)h(section)g(of)g (the)f(Do)s(cumen)m(t\).)45 b(Y)-8 b(ou)32 b(ma)m(y)g(use)f(the)g(same) h(title)h(as)510 628 y(a)e(previous)f(v)m(ersion)g(if)h(the)f(original) i(publisher)d(of)h(that)h(v)m(ersion)g(giv)m(es)h(p)s(ermission.)360 758 y(B.)61 b(List)31 b(on)f(the)h(Title)g(P)m(age,)i(as)d(authors,)h (one)g(or)f(more)h(p)s(ersons)e(or)h(en)m(tities)j(resp)s(onsible)c (for)510 867 y(authorship)c(of)h(the)h(mo)s(di\014cations)f(in)g(the)g (Mo)s(di\014ed)f(V)-8 b(ersion,)28 b(together)g(with)d(at)i(least)h (\014v)m(e)510 977 y(of)c(the)g(principal)g(authors)f(of)i(the)f(Do)s (cumen)m(t)g(\(all)h(of)g(its)f(principal)g(authors,)h(if)f(it)g(has)g (few)m(er)510 1087 y(than)30 b(\014v)m(e\),)h(unless)f(they)h(release)g (y)m(ou)g(from)f(this)g(requiremen)m(t.)359 1217 y(C.)60 b(State)32 b(on)e(the)h(Title)h(page)f(the)g(name)g(of)g(the)g (publisher)e(of)i(the)g(Mo)s(di\014ed)f(V)-8 b(ersion,)32 b(as)f(the)510 1326 y(publisher.)355 1456 y(D.)61 b(Preserv)m(e)31 b(all)g(the)g(cop)m(yrigh)m(t)h(notices)f(of)g(the)f(Do)s(cumen)m(t.) 363 1587 y(E.)60 b(Add)30 b(an)i(appropriate)f(cop)m(yrigh)m(t)i (notice)f(for)g(y)m(our)f(mo)s(di\014cations)g(adjacen)m(t)i(to)f(the)g (other)510 1696 y(cop)m(yrigh)m(t)g(notices.)365 1826 y(F.)61 b(Include,)28 b(immediately)h(after)f(the)h(cop)m(yrigh)m(t)g (notices,)h(a)e(license)h(notice)g(giving)g(the)f(public)510 1936 y(p)s(ermission)23 b(to)j(use)e(the)g(Mo)s(di\014ed)g(V)-8 b(ersion)25 b(under)e(the)i(terms)f(of)h(this)f(License,)j(in)d(the)g (form)510 2045 y(sho)m(wn)30 b(in)g(the)g(Addendum)f(b)s(elo)m(w.)353 2176 y(G.)61 b(Preserv)m(e)23 b(in)g(that)g(license)h(notice)g(the)f (full)g(lists)g(of)g(In)m(v)-5 b(arian)m(t)23 b(Sections)h(and)e (required)g(Co)m(v)m(er)510 2285 y(T)-8 b(exts)31 b(giv)m(en)g(in)f (the)h(Do)s(cumen)m(t's)g(license)h(notice.)357 2415 y(H.)60 b(Include)30 b(an)g(unaltered)g(cop)m(y)h(of)g(this)f(License.) 392 2545 y(I.)60 b(Preserv)m(e)33 b(the)f(section)h(En)m(titled)g (\\History",)h(Preserv)m(e)f(its)f(Title,)i(and)d(add)h(to)h(it)f(an)g (item)510 2655 y(stating)d(at)g(least)g(the)g(title,)h(y)m(ear,)g(new)d (authors,)i(and)e(publisher)f(of)j(the)f(Mo)s(di\014ed)f(V)-8 b(ersion)510 2765 y(as)32 b(giv)m(en)g(on)f(the)h(Title)g(P)m(age.)45 b(If)31 b(there)h(is)f(no)g(section)i(En)m(titled)f(\\History")h(in)e (the)g(Do)s(cu-)510 2874 y(men)m(t,)37 b(create)f(one)f(stating)h(the)f (title,)i(y)m(ear,)g(authors,)f(and)e(publisher)f(of)i(the)g(Do)s (cumen)m(t)510 2984 y(as)h(giv)m(en)h(on)f(its)h(Title)g(P)m(age,)i (then)d(add)g(an)g(item)g(describing)g(the)g(Mo)s(di\014ed)g(V)-8 b(ersion)37 b(as)510 3093 y(stated)31 b(in)f(the)h(previous)f(sen)m (tence.)378 3224 y(J.)60 b(Preserv)m(e)33 b(the)g(net)m(w)m(ork)g(lo)s (cation,)i(if)d(an)m(y)-8 b(,)34 b(giv)m(en)f(in)g(the)f(Do)s(cumen)m (t)h(for)g(public)e(access)j(to)510 3333 y(a)e(T)-8 b(ransparen)m(t)30 b(cop)m(y)i(of)g(the)f(Do)s(cumen)m(t,)h(and)f(lik)m(ewise)h(the)g(net) m(w)m(ork)g(lo)s(cations)g(giv)m(en)g(in)510 3443 y(the)g(Do)s(cumen)m (t)g(for)g(previous)f(v)m(ersions)h(it)g(w)m(as)g(based)f(on.)45 b(These)31 b(ma)m(y)h(b)s(e)f(placed)h(in)g(the)510 3552 y(\\History")27 b(section.)40 b(Y)-8 b(ou)25 b(ma)m(y)h(omit)g(a)f(net) m(w)m(ork)h(lo)s(cation)g(for)f(a)h(w)m(ork)f(that)g(w)m(as)h (published)510 3662 y(at)36 b(least)h(four)e(y)m(ears)i(b)s(efore)e (the)h(Do)s(cumen)m(t)h(itself,)h(or)d(if)h(the)g(original)h(publisher) d(of)i(the)510 3771 y(v)m(ersion)31 b(it)g(refers)f(to)h(giv)m(es)h(p)s (ermission.)354 3902 y(K.)60 b(F)-8 b(or)24 b(an)m(y)h(section)f(En)m (titled)h(\\Ac)m(kno)m(wledgemen)m(ts")i(or)d(\\Dedications",)k (Preserv)m(e)c(the)g(Title)510 4011 y(of)j(the)f(section,)j(and)d (preserv)m(e)h(in)f(the)h(section)g(all)h(the)e(substance)h(and)f(tone) h(of)f(eac)m(h)i(of)f(the)510 4121 y(con)m(tributor)k(ac)m(kno)m (wledgemen)m(ts)i(and/or)d(dedications)h(giv)m(en)h(therein.)368 4251 y(L.)60 b(Preserv)m(e)36 b(all)g(the)g(In)m(v)-5 b(arian)m(t)36 b(Sections)g(of)f(the)h(Do)s(cumen)m(t,)h(unaltered)f (in)f(their)g(text)i(and)510 4361 y(in)f(their)g(titles.)58 b(Section)37 b(n)m(um)m(b)s(ers)d(or)i(the)g(equiv)-5 b(alen)m(t)38 b(are)e(not)g(considered)g(part)g(of)g(the)510 4470 y(section)c(titles.)341 4600 y(M.)61 b(Delete)33 b(an)m(y)e(section)h(En)m(titled)f(\\Endorsemen)m(ts".)42 b(Suc)m(h)30 b(a)i(section)f(ma)m(y)h(not)f(b)s(e)f(included)510 4710 y(in)g(the)h(Mo)s(di\014ed)e(V)-8 b(ersion.)357 4840 y(N.)60 b(Do)29 b(not)g(retitle)h(an)m(y)e(existing)i(section)f (to)g(b)s(e)f(En)m(titled)h(\\Endorsemen)m(ts")g(or)f(to)h(con\015ict)g (in)510 4950 y(title)j(with)e(an)m(y)h(In)m(v)-5 b(arian)m(t)31 b(Section.)354 5080 y(O.)60 b(Preserv)m(e)31 b(an)m(y)g(W)-8 b(arran)m(t)m(y)32 b(Disclaimers.)330 5230 y(If)h(the)g(Mo)s(di\014ed)g (V)-8 b(ersion)34 b(includes)f(new)g(fron)m(t-matter)i(sections)f(or)f (app)s(endices)g(that)h(qualify)330 5340 y(as)28 b(Secondary)g (Sections)g(and)f(con)m(tain)j(no)d(material)j(copied)e(from)f(the)h (Do)s(cumen)m(t,)i(y)m(ou)e(ma)m(y)g(at)p eop end %%Page: 106 110 TeXDict begin 106 109 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(106)330 299 y(y)m(our)32 b(option)h(designate)h(some)e(or)h(all)g(of)f(these)h(sections)h(as)e (in)m(v)-5 b(arian)m(t.)48 b(T)-8 b(o)33 b(do)f(this,)h(add)f(their)330 408 y(titles)37 b(to)f(the)f(list)h(of)g(In)m(v)-5 b(arian)m(t)36 b(Sections)g(in)f(the)h(Mo)s(di\014ed)f(V)-8 b(ersion's)36 b(license)g(notice.)57 b(These)330 518 y(titles)32 b(m)m(ust)e(b)s(e)g (distinct)h(from)e(an)m(y)i(other)g(section)g(titles.)330 650 y(Y)-8 b(ou)43 b(ma)m(y)g(add)f(a)g(section)i(En)m(titled)f (\\Endorsemen)m(ts",)j(pro)m(vided)c(it)h(con)m(tains)g(nothing)g(but) 330 759 y(endorsemen)m(ts)30 b(of)g(y)m(our)f(Mo)s(di\014ed)g(V)-8 b(ersion)31 b(b)m(y)e(v)-5 b(arious)30 b(parties|for)g(example,)g (statemen)m(ts)i(of)330 869 y(p)s(eer)27 b(review)g(or)g(that)h(the)f (text)i(has)d(b)s(een)h(appro)m(v)m(ed)g(b)m(y)g(an)h(organization)h (as)e(the)h(authoritativ)m(e)330 978 y(de\014nition)i(of)h(a)f (standard.)330 1110 y(Y)-8 b(ou)29 b(ma)m(y)g(add)e(a)i(passage)g(of)g (up)e(to)i(\014v)m(e)g(w)m(ords)e(as)i(a)g(F)-8 b(ron)m(t-Co)m(v)m(er) 30 b(T)-8 b(ext,)30 b(and)e(a)g(passage)i(of)e(up)330 1219 y(to)g(25)g(w)m(ords)e(as)i(a)f(Bac)m(k-Co)m(v)m(er)j(T)-8 b(ext,)29 b(to)f(the)f(end)f(of)i(the)f(list)h(of)f(Co)m(v)m(er)h(T)-8 b(exts)27 b(in)g(the)h(Mo)s(di\014ed)330 1329 y(V)-8 b(ersion.)58 b(Only)35 b(one)h(passage)h(of)f(F)-8 b(ron)m(t-Co)m(v)m (er)38 b(T)-8 b(ext)36 b(and)g(one)g(of)g(Bac)m(k-Co)m(v)m(er)j(T)-8 b(ext)36 b(ma)m(y)h(b)s(e)330 1439 y(added)27 b(b)m(y)g(\(or)h(through) f(arrangemen)m(ts)h(made)g(b)m(y\))g(an)m(y)g(one)f(en)m(tit)m(y)-8 b(.)42 b(If)27 b(the)h(Do)s(cumen)m(t)g(already)330 1548 y(includes)34 b(a)g(co)m(v)m(er)h(text)g(for)f(the)g(same)h(co)m(v)m (er,)h(previously)e(added)f(b)m(y)h(y)m(ou)g(or)g(b)m(y)g(arrangemen)m (t)330 1658 y(made)h(b)m(y)g(the)h(same)f(en)m(tit)m(y)i(y)m(ou)f(are)f (acting)i(on)e(b)s(ehalf)f(of,)j(y)m(ou)f(ma)m(y)g(not)f(add)g (another;)j(but)330 1767 y(y)m(ou)c(ma)m(y)h(replace)g(the)f(old)g (one,)i(on)e(explicit)h(p)s(ermission)e(from)g(the)i(previous)e (publisher)f(that)330 1877 y(added)e(the)g(old)h(one.)330 2008 y(The)25 b(author\(s\))h(and)f(publisher\(s\))f(of)i(the)f(Do)s (cumen)m(t)h(do)g(not)f(b)m(y)h(this)f(License)h(giv)m(e)h(p)s (ermission)330 2118 y(to)k(use)f(their)g(names)h(for)f(publicit)m(y)g (for)h(or)f(to)h(assert)g(or)f(imply)g(endorsemen)m(t)g(of)h(an)m(y)g (Mo)s(di\014ed)330 2228 y(V)-8 b(ersion.)199 2359 y(5.)61 b(COMBINING)31 b(DOCUMENTS)330 2491 y(Y)-8 b(ou)39 b(ma)m(y)g(com)m (bine)h(the)f(Do)s(cumen)m(t)g(with)g(other)f(do)s(cumen)m(ts)h (released)g(under)f(this)g(License,)330 2600 y(under)f(the)h(terms)g (de\014ned)f(in)h(section)h(4)g(ab)s(o)m(v)m(e)g(for)f(mo)s(di\014ed)f (v)m(ersions,)k(pro)m(vided)d(that)h(y)m(ou)330 2710 y(include)25 b(in)g(the)g(com)m(bination)i(all)f(of)g(the)f(In)m(v)-5 b(arian)m(t)26 b(Sections)g(of)g(all)g(of)f(the)h(original)g(do)s (cumen)m(ts,)330 2819 y(unmo)s(di\014ed,)g(and)g(list)h(them)g(all)g (as)g(In)m(v)-5 b(arian)m(t)28 b(Sections)f(of)g(y)m(our)g(com)m(bined) g(w)m(ork)f(in)h(its)g(license)330 2929 y(notice,)32 b(and)e(that)h(y)m(ou)f(preserv)m(e)h(all)g(their)g(W)-8 b(arran)m(t)m(y)32 b(Disclaimers.)330 3061 y(The)e(com)m(bined)g(w)m (ork)h(need)e(only)i(con)m(tain)g(one)g(cop)m(y)g(of)f(this)g(License,) i(and)d(m)m(ultiple)i(iden)m(tical)330 3170 y(In)m(v)-5 b(arian)m(t)33 b(Sections)g(ma)m(y)g(b)s(e)f(replaced)h(with)f(a)h (single)g(cop)m(y)-8 b(.)48 b(If)32 b(there)h(are)g(m)m(ultiple)g(In)m (v)-5 b(arian)m(t)330 3280 y(Sections)27 b(with)g(the)g(same)g(name)g (but)f(di\013eren)m(t)h(con)m(ten)m(ts,)i(mak)m(e)f(the)f(title)h(of)f (eac)m(h)h(suc)m(h)f(section)330 3389 y(unique)33 b(b)m(y)h(adding)f (at)i(the)f(end)g(of)g(it,)h(in)f(paren)m(theses,)i(the)e(name)g(of)g (the)g(original)h(author)f(or)330 3499 y(publisher)23 b(of)i(that)h(section)g(if)f(kno)m(wn,)h(or)f(else)h(a)f(unique)f(n)m (um)m(b)s(er.)38 b(Mak)m(e)26 b(the)g(same)f(adjustmen)m(t)330 3608 y(to)g(the)g(section)g(titles)h(in)e(the)h(list)g(of)f(In)m(v)-5 b(arian)m(t)26 b(Sections)f(in)f(the)g(license)i(notice)g(of)e(the)h (com)m(bined)330 3718 y(w)m(ork.)330 3850 y(In)41 b(the)g(com)m (bination,)46 b(y)m(ou)41 b(m)m(ust)g(com)m(bine)h(an)m(y)g(sections)g (En)m(titled)g(\\History")h(in)e(the)g(v)-5 b(ari-)330 3959 y(ous)32 b(original)h(do)s(cumen)m(ts,)g(forming)f(one)g(section)h (En)m(titled)g(\\History";)i(lik)m(ewise)f(com)m(bine)f(an)m(y)330 4069 y(sections)g(En)m(titled)f(\\Ac)m(kno)m(wledgemen)m(ts",)k(and)31 b(an)m(y)h(sections)h(En)m(titled)g(\\Dedications".)47 b(Y)-8 b(ou)330 4178 y(m)m(ust)30 b(delete)i(all)f(sections)h(En)m (titled)f(\\Endorsemen)m(ts.")199 4310 y(6.)61 b(COLLECTIONS)28 b(OF)i(DOCUMENTS)330 4441 y(Y)-8 b(ou)32 b(ma)m(y)h(mak)m(e)g(a)f (collection)i(consisting)f(of)f(the)g(Do)s(cumen)m(t)g(and)g(other)g (do)s(cumen)m(ts)f(released)330 4551 y(under)41 b(this)h(License,)k (and)c(replace)h(the)g(individual)f(copies)h(of)f(this)g(License)h(in)f (the)h(v)-5 b(arious)330 4661 y(do)s(cumen)m(ts)42 b(with)g(a)h(single) g(cop)m(y)h(that)f(is)f(included)g(in)g(the)h(collection,)48 b(pro)m(vided)42 b(that)i(y)m(ou)330 4770 y(follo)m(w)38 b(the)g(rules)e(of)h(this)g(License)h(for)f(v)m(erbatim)h(cop)m(ying)g (of)f(eac)m(h)h(of)f(the)h(do)s(cumen)m(ts)e(in)h(all)330 4880 y(other)31 b(resp)s(ects.)330 5011 y(Y)-8 b(ou)32 b(ma)m(y)g(extract)h(a)f(single)g(do)s(cumen)m(t)f(from)g(suc)m(h)g(a)h (collection,)i(and)d(distribute)g(it)h(individu-)330 5121 y(ally)k(under)d(this)i(License,)i(pro)m(vided)e(y)m(ou)g(insert)g (a)g(cop)m(y)h(of)f(this)g(License)g(in)m(to)h(the)g(extracted)330 5230 y(do)s(cumen)m(t,)d(and)f(follo)m(w)i(this)e(License)h(in)g(all)g (other)g(resp)s(ects)f(regarding)h(v)m(erbatim)g(cop)m(ying)h(of)330 5340 y(that)d(do)s(cumen)m(t.)p eop end %%Page: 107 111 TeXDict begin 107 110 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(107)199 299 y(7.)61 b(A)m(GGREGA)-8 b(TION)32 b(WITH)e(INDEPENDENT)h(W)m(ORKS)330 441 y(A)d(compilation)i(of)e(the)g(Do)s(cumen)m(t)h(or)f(its)g(deriv)-5 b(ativ)m(es)30 b(with)d(other)i(separate)g(and)e(indep)s(enden)m(t)330 551 y(do)s(cumen)m(ts)33 b(or)g(w)m(orks,)h(in)f(or)h(on)f(a)g(v)m (olume)h(of)g(a)f(storage)i(or)e(distribution)g(medium,)g(is)h(called) 330 661 y(an)c(\\aggregate")k(if)c(the)g(cop)m(yrigh)m(t)i(resulting)e (from)f(the)i(compilation)g(is)f(not)h(used)e(to)i(limit)g(the)330 770 y(legal)d(righ)m(ts)f(of)g(the)g(compilation's)h(users)e(b)s(ey)m (ond)g(what)g(the)h(individual)f(w)m(orks)g(p)s(ermit.)39 b(When)330 880 y(the)g(Do)s(cumen)m(t)g(is)f(included)g(in)g(an)g (aggregate,)44 b(this)38 b(License)h(do)s(es)f(not)h(apply)f(to)h(the)g (other)330 989 y(w)m(orks)30 b(in)g(the)h(aggregate)i(whic)m(h)d(are)h (not)g(themselv)m(es)g(deriv)-5 b(ativ)m(e)32 b(w)m(orks)f(of)f(the)h (Do)s(cumen)m(t.)330 1132 y(If)22 b(the)h(Co)m(v)m(er)h(T)-8 b(ext)23 b(requiremen)m(t)g(of)g(section)h(3)f(is)g(applicable)h(to)f (these)h(copies)f(of)g(the)g(Do)s(cumen)m(t,)330 1241 y(then)f(if)g(the)h(Do)s(cumen)m(t)g(is)g(less)f(than)g(one)h(half)f (of)h(the)g(en)m(tire)g(aggregate,)k(the)c(Do)s(cumen)m(t's)g(Co)m(v)m (er)330 1351 y(T)-8 b(exts)27 b(ma)m(y)g(b)s(e)f(placed)h(on)g(co)m(v)m (ers)h(that)f(brac)m(k)m(et)h(the)f(Do)s(cumen)m(t)g(within)f(the)h (aggregate,)j(or)d(the)330 1461 y(electronic)37 b(equiv)-5 b(alen)m(t)36 b(of)g(co)m(v)m(ers)g(if)f(the)g(Do)s(cumen)m(t)h(is)f (in)g(electronic)i(form.)54 b(Otherwise)35 b(they)330 1570 y(m)m(ust)30 b(app)s(ear)g(on)g(prin)m(ted)g(co)m(v)m(ers)i(that)f (brac)m(k)m(et)h(the)f(whole)f(aggregate.)199 1713 y(8.)61 b(TRANSLA)-8 b(TION)330 1855 y(T)g(ranslation)41 b(is)f(considered)f(a) i(kind)e(of)h(mo)s(di\014cation,)j(so)d(y)m(ou)g(ma)m(y)h(distribute)e (translations)330 1965 y(of)45 b(the)f(Do)s(cumen)m(t)h(under)e(the)h (terms)h(of)f(section)i(4.)83 b(Replacing)45 b(In)m(v)-5 b(arian)m(t)45 b(Sections)g(with)330 2074 y(translations)h(requires)f (sp)s(ecial)h(p)s(ermission)f(from)g(their)g(cop)m(yrigh)m(t)i (holders,)i(but)c(y)m(ou)g(ma)m(y)330 2184 y(include)24 b(translations)i(of)e(some)h(or)g(all)g(In)m(v)-5 b(arian)m(t)25 b(Sections)g(in)f(addition)h(to)g(the)g(original)h(v)m(ersions)330 2293 y(of)32 b(these)f(In)m(v)-5 b(arian)m(t)33 b(Sections.)44 b(Y)-8 b(ou)32 b(ma)m(y)g(include)f(a)h(translation)g(of)g(this)f (License,)i(and)d(all)j(the)330 2403 y(license)42 b(notices)g(in)f(the) h(Do)s(cumen)m(t,)j(and)40 b(an)m(y)i(W)-8 b(arran)m(t)m(y)42 b(Disclaimers,)k(pro)m(vided)41 b(that)h(y)m(ou)330 2513 y(also)f(include)f(the)g(original)h(English)f(v)m(ersion)g(of)g(this)g (License)h(and)e(the)h(original)h(v)m(ersions)g(of)330 2622 y(those)35 b(notices)g(and)e(disclaimers.)53 b(In)33 b(case)i(of)g(a)f(disagreemen)m(t)h(b)s(et)m(w)m(een)g(the)f (translation)i(and)330 2732 y(the)f(original)i(v)m(ersion)e(of)h(this)f (License)h(or)f(a)g(notice)i(or)e(disclaimer,)i(the)f(original)g(v)m (ersion)g(will)330 2841 y(prev)-5 b(ail.)330 2984 y(If)28 b(a)h(section)h(in)e(the)h(Do)s(cumen)m(t)h(is)e(En)m(titled)i(\\Ac)m (kno)m(wledgemen)m(ts",)i(\\Dedications",)g(or)d(\\His-)330 3093 y(tory",)f(the)f(requiremen)m(t)f(\(section)i(4\))f(to)g(Preserv)m (e)g(its)f(Title)i(\(section)f(1\))g(will)g(t)m(ypically)h(require)330 3203 y(c)m(hanging)j(the)g(actual)h(title.)199 3345 y(9.)61 b(TERMINA)-8 b(TION)330 3488 y(Y)g(ou)30 b(ma)m(y)h(not)f(cop)m(y)-8 b(,)31 b(mo)s(dify)-8 b(,)30 b(sublicense,)g(or)g(distribute)f(the)h (Do)s(cumen)m(t)g(except)h(as)f(expressly)330 3598 y(pro)m(vided)38 b(under)f(this)i(License.)65 b(An)m(y)39 b(attempt)h(otherwise)f(to)g (cop)m(y)-8 b(,)42 b(mo)s(dify)-8 b(,)40 b(sublicense,)h(or)330 3707 y(distribute)30 b(it)h(is)f(v)m(oid,)h(and)f(will)h(automatically) i(terminate)f(y)m(our)e(righ)m(ts)h(under)e(this)h(License.)330 3850 y(Ho)m(w)m(ev)m(er,)35 b(if)e(y)m(ou)f(cease)i(all)f(violation)i (of)d(this)g(License,)i(then)e(y)m(our)h(license)g(from)f(a)h (particular)330 3959 y(cop)m(yrigh)m(t)k(holder)e(is)h(reinstated)h (\(a\))f(pro)m(visionally)-8 b(,)39 b(unless)c(and)g(un)m(til)h(the)g (cop)m(yrigh)m(t)h(holder)330 4069 y(explicitly)42 b(and)e(\014nally)h (terminates)g(y)m(our)g(license,)j(and)c(\(b\))h(p)s(ermanen)m(tly)-8 b(,)43 b(if)e(the)g(cop)m(yrigh)m(t)330 4178 y(holder)34 b(fails)h(to)g(notify)g(y)m(ou)g(of)f(the)h(violation)h(b)m(y)e(some)h (reasonable)g(means)g(prior)e(to)i(60)h(da)m(ys)330 4288 y(after)31 b(the)f(cessation.)330 4430 y(Moreo)m(v)m(er,)k(y)m(our)d (license)i(from)e(a)h(particular)f(cop)m(yrigh)m(t)i(holder)e(is)h (reinstated)g(p)s(ermanen)m(tly)f(if)330 4540 y(the)d(cop)m(yrigh)m(t)h (holder)f(noti\014es)g(y)m(ou)g(of)g(the)g(violation)h(b)m(y)f(some)g (reasonable)h(means,)f(this)g(is)g(the)330 4650 y(\014rst)f(time)i(y)m (ou)f(ha)m(v)m(e)h(receiv)m(ed)g(notice)g(of)f(violation)i(of)e(this)f (License)i(\(for)f(an)m(y)g(w)m(ork\))g(from)f(that)330 4759 y(cop)m(yrigh)m(t)33 b(holder,)g(and)e(y)m(ou)h(cure)g(the)g (violation)i(prior)d(to)i(30)f(da)m(ys)h(after)f(y)m(our)g(receipt)h (of)f(the)330 4869 y(notice.)330 5011 y(T)-8 b(ermination)28 b(of)g(y)m(our)f(righ)m(ts)h(under)e(this)i(section)g(do)s(es)f(not)h (terminate)h(the)e(licenses)i(of)f(parties)330 5121 y(who)38 b(ha)m(v)m(e)h(receiv)m(ed)h(copies)e(or)h(righ)m(ts)f(from)g(y)m(ou)g (under)f(this)h(License.)64 b(If)38 b(y)m(our)g(righ)m(ts)h(ha)m(v)m(e) 330 5230 y(b)s(een)25 b(terminated)i(and)e(not)h(p)s(ermanen)m(tly)g (reinstated,)i(receipt)f(of)f(a)g(cop)m(y)h(of)f(some)h(or)f(all)h(of)f (the)330 5340 y(same)31 b(material)h(do)s(es)e(not)g(giv)m(e)i(y)m(ou)f (an)m(y)g(righ)m(ts)f(to)i(use)e(it.)p eop end %%Page: 108 112 TeXDict begin 108 111 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(108)154 299 y(10.)61 b(FUTURE)30 b(REVISIONS)f(OF)i(THIS)e(LICENSE)330 433 y(The)41 b(F)-8 b(ree)43 b(Soft)m(w)m(are)f(F)-8 b(oundation)43 b(ma)m(y)f(publish)e(new,)k(revised)d(v)m(ersions)h(of)g(the)g(GNU)g(F) -8 b(ree)330 543 y(Do)s(cumen)m(tation)34 b(License)e(from)g(time)h(to) g(time.)46 b(Suc)m(h)31 b(new)h(v)m(ersions)g(will)h(b)s(e)e(similar)h (in)g(spirit)330 653 y(to)j(the)g(presen)m(t)f(v)m(ersion,)i(but)e(ma)m (y)h(di\013er)f(in)g(detail)h(to)g(address)f(new)g(problems)f(or)i (concerns.)330 762 y(See)c Fn(http://www.gnu.org/copy)o(left)o(/)p Ft(.)330 897 y(Eac)m(h)f(v)m(ersion)g(of)g(the)f(License)h(is)g(giv)m (en)g(a)g(distinguishing)f(v)m(ersion)h(n)m(um)m(b)s(er.)39 b(If)29 b(the)g(Do)s(cumen)m(t)330 1006 y(sp)s(eci\014es)45 b(that)h(a)g(particular)f(n)m(um)m(b)s(ered)f(v)m(ersion)i(of)f(this)g (License)h(\\or)g(an)m(y)g(later)g(v)m(ersion")330 1116 y(applies)33 b(to)g(it,)h(y)m(ou)e(ha)m(v)m(e)i(the)f(option)g(of)f (follo)m(wing)i(the)f(terms)f(and)g(conditions)h(either)g(of)f(that)330 1225 y(sp)s(eci\014ed)37 b(v)m(ersion)i(or)e(of)h(an)m(y)h(later)g(v)m (ersion)f(that)g(has)g(b)s(een)f(published)f(\(not)j(as)f(a)g(draft\))g (b)m(y)330 1335 y(the)33 b(F)-8 b(ree)34 b(Soft)m(w)m(are)f(F)-8 b(oundation.)49 b(If)32 b(the)h(Do)s(cumen)m(t)g(do)s(es)g(not)g(sp)s (ecify)f(a)h(v)m(ersion)g(n)m(um)m(b)s(er)f(of)330 1445 y(this)i(License,)j(y)m(ou)d(ma)m(y)i(c)m(ho)s(ose)f(an)m(y)g(v)m (ersion)g(ev)m(er)g(published)e(\(not)i(as)g(a)f(draft\))h(b)m(y)f(the) h(F)-8 b(ree)330 1554 y(Soft)m(w)m(are)33 b(F)-8 b(oundation.)46 b(If)32 b(the)g(Do)s(cumen)m(t)g(sp)s(eci\014es)g(that)g(a)h(pro)m(xy)f (can)g(decide)g(whic)m(h)g(future)330 1664 y(v)m(ersions)h(of)g(this)f (License)h(can)g(b)s(e)f(used,)g(that)i(pro)m(xy's)e(public)g(statemen) m(t)i(of)f(acceptance)i(of)e(a)330 1773 y(v)m(ersion)e(p)s(ermanen)m (tly)f(authorizes)h(y)m(ou)g(to)g(c)m(ho)s(ose)g(that)g(v)m(ersion)g (for)f(the)h(Do)s(cumen)m(t.)154 1908 y(11.)61 b(RELICENSING)330 2042 y(\\Massiv)m(e)39 b(Multiauthor)f(Collab)s(oration)g(Site")h(\(or) e(\\MMC)h(Site"\))h(means)e(an)m(y)h(W)-8 b(orld)37 b(Wide)330 2152 y(W)-8 b(eb)36 b(serv)m(er)g(that)h(publishes)d(cop)m(yrigh)m (table)k(w)m(orks)e(and)f(also)i(pro)m(vides)e(prominen)m(t)h (facilities)330 2262 y(for)27 b(an)m(yb)s(o)s(dy)g(to)h(edit)g(those)g (w)m(orks.)39 b(A)28 b(public)f(wiki)h(that)g(an)m(yb)s(o)s(dy)e(can)i (edit)g(is)f(an)h(example)g(of)330 2371 y(suc)m(h)33 b(a)h(serv)m(er.)51 b(A)34 b(\\Massiv)m(e)i(Multiauthor)e(Collab)s (oration")h(\(or)f(\\MMC"\))h(con)m(tained)g(in)f(the)330 2481 y(site)d(means)f(an)m(y)h(set)g(of)g(cop)m(yrigh)m(table)h(w)m (orks)e(th)m(us)g(published)f(on)h(the)h(MMC)f(site.)330 2615 y(\\CC-BY-SA")36 b(means)f(the)g(Creativ)m(e)i(Commons)e(A)m (ttribution-Share)g(Alik)m(e)i(3.0)f(license)g(pub-)330 2725 y(lished)27 b(b)m(y)f(Creativ)m(e)j(Commons)d(Corp)s(oration,)h(a) g(not-for-pro\014t)g(corp)s(oration)h(with)e(a)h(principal)330 2834 y(place)g(of)f(business)e(in)i(San)f(F)-8 b(rancisco,)29 b(California,)f(as)e(w)m(ell)h(as)f(future)f(cop)m(yleft)i(v)m(ersions) f(of)g(that)330 2944 y(license)31 b(published)e(b)m(y)h(that)h(same)g (organization.)330 3078 y(\\Incorp)s(orate")h(means)e(to)h(publish)e (or)i(republish)e(a)i(Do)s(cumen)m(t,)g(in)g(whole)g(or)f(in)g(part,)h (as)g(part)330 3188 y(of)g(another)f(Do)s(cumen)m(t.)330 3323 y(An)c(MMC)g(is)h(\\eligible)h(for)e(relicensing")h(if)g(it)f(is)h (licensed)f(under)f(this)h(License,)i(and)e(if)g(all)h(w)m(orks)330 3432 y(that)43 b(w)m(ere)f(\014rst)f(published)f(under)h(this)h (License)g(somewhere)g(other)g(than)g(this)g(MMC,)h(and)330 3542 y(subsequen)m(tly)34 b(incorp)s(orated)h(in)f(whole)h(or)g(in)f (part)h(in)m(to)h(the)f(MMC,)g(\(1\))h(had)e(no)h(co)m(v)m(er)h(texts) 330 3651 y(or)30 b(in)m(v)-5 b(arian)m(t)32 b(sections,)g(and)d(\(2\))j (w)m(ere)f(th)m(us)f(incorp)s(orated)g(prior)g(to)h(No)m(v)m(em)m(b)s (er)g(1,)g(2008.)330 3786 y(The)40 b(op)s(erator)h(of)g(an)f(MMC)h (Site)g(ma)m(y)g(republish)e(an)h(MMC)h(con)m(tained)h(in)e(the)h(site) g(under)330 3895 y(CC-BY-SA)30 b(on)g(the)h(same)f(site)h(at)g(an)m(y)g (time)g(b)s(efore)e(August)h(1,)h(2009,)h(pro)m(vided)e(the)g(MMC)h(is) 330 4005 y(eligible)h(for)e(relicensing.)p eop end %%Page: 109 113 TeXDict begin 109 112 bop 150 -116 a Ft(App)s(endix)29 b(C:)h(Cop)m(ying)g(Information)2098 b(109)150 299 y Fs(ADDENDUM:)45 b(Ho)l(w)h(to)f(use)g(this)h(License)f(for)g(y)l(our)g (do)t(cumen)l(ts)150 458 y Ft(T)-8 b(o)35 b(use)f(this)h(License)g(in)f (a)h(do)s(cumen)m(t)g(y)m(ou)f(ha)m(v)m(e)i(written,)g(include)f(a)f (cop)m(y)i(of)f(the)f(License)h(in)g(the)150 568 y(do)s(cumen)m(t)30 b(and)g(put)g(the)g(follo)m(wing)i(cop)m(yrigh)m(t)g(and)e(license)h (notices)g(just)f(after)h(the)g(title)h(page:)468 680 y Fm(Copyright)42 b(\(C\))79 b Fb(year)g(your)40 b(name)p Fm(.)468 767 y(Permission)i(is)e(granted)g(to)g(copy,)h(distribute)g (and/or)g(modify)f(this)g(document)468 854 y(under)h(the)f(terms)g(of)g (the)g(GNU)g(Free)g(Documentation)i(License,)f(Version)g(1.3)468 941 y(or)f(any)g(later)g(version)h(published)h(by)d(the)h(Free)g (Software)h(Foundation;)468 1029 y(with)g(no)e(Invariant)j(Sections,)f (no)f(Front-Cover)h(Texts,)g(and)f(no)f(Back-Cover)468 1116 y(Texts.)80 b(A)40 b(copy)g(of)g(the)f(license)i(is)f(included)h (in)f(the)g(section)g(entitled)h(``GNU)468 1203 y(Free)g(Documentation) h(License''.)275 1337 y Ft(If)d(y)m(ou)h(ha)m(v)m(e)h(In)m(v)-5 b(arian)m(t)41 b(Sections,)i(F)-8 b(ron)m(t-Co)m(v)m(er)42 b(T)-8 b(exts)41 b(and)e(Bac)m(k-Co)m(v)m(er)k(T)-8 b(exts,)43 b(replace)e(the)150 1447 y(\\with)6 b(.)22 b(.)g(.)12 b(T)-8 b(exts.")31 b(line)g(with)f(this:)547 1559 y Fm(with)40 b(the)g(Invariant)h(Sections)g(being)g Fb(list)f(their)g(titles)p Fm(,)h(with)547 1646 y(the)f(Front-Cover)i(Texts)e(being)g Fb(list)p Fm(,)h(and)f(with)g(the)g(Back-Cover)h(Texts)547 1733 y(being)f Fb(list)p Fm(.)275 1868 y Ft(If)34 b(y)m(ou)i(ha)m(v)m (e)g(In)m(v)-5 b(arian)m(t)36 b(Sections)g(without)f(Co)m(v)m(er)h(T)-8 b(exts,)38 b(or)d(some)g(other)h(com)m(bination)g(of)g(the)150 1978 y(three,)31 b(merge)g(those)g(t)m(w)m(o)g(alternativ)m(es)i(to)e (suit)f(the)h(situation.)275 2112 y(If)23 b(y)m(our)h(do)s(cumen)m(t)f (con)m(tains)i(non)m(trivial)g(examples)g(of)f(program)f(co)s(de,)j(w)m (e)e(recommend)g(releasing)150 2222 y(these)44 b(examples)f(in)g (parallel)h(under)e(y)m(our)h(c)m(hoice)i(of)e(free)g(soft)m(w)m(are)h (license,)k(suc)m(h)43 b(as)g(the)g(GNU)150 2331 y(General)31 b(Public)f(License,)i(to)f(p)s(ermit)e(their)i(use)f(in)g(free)g(soft)m (w)m(are.)p eop end %%Page: 110 114 TeXDict begin 110 113 bop 150 -116 a Ft(F)-8 b(unction)31 b(and)f(Data)i(Index)2458 b(110)150 299 y Fq(F)-13 b(unction)52 b(and)h(Data)i(Index)150 610 y Fs(\()150 729 y Fm (\(*Gsasl_client_callback_anony)q(mous)q(\))14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(96)150 817 y Fm (\(*Gsasl_client_callback_authe)q(ntic)q(ation)q(_id\))310 904 y Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:) f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fi(97)150 993 y Fm(\(*Gsasl_client_callback_autho)q(riza)q(tion_)q(id\))310 1080 y Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fi(97)150 1168 y Fm(\(*Gsasl_client_callback_passc)q(ode\))18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(99)150 1257 y Fm(\(*Gsasl_client_callback_passw)q(ord\))15 b Fa(:)k(:)13 b(:)g(:)g(:)h(:)f(:)g(:)41 b Fi(100)150 1345 y Fm(\(*Gsasl_client_callback_servi)q(ce\))25 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45 b Fi(97)150 1434 y Fm(\(*Gsasl_server_callback_anony)q(mous)q(\))14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(96)150 1522 y Fm(\(*Gsasl_server_callback_cram_)q(md5\))18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(98)150 1610 y Fm(\(*Gsasl_server_callback_diges)q(t_md)q(5\))12 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)g(:)38 b Fi(98)150 1699 y Fm(\(*Gsasl_server_callback_exter)q(nal\))18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(98)150 1787 y Fm (\(*Gsasl_server_callback_gssap)q(i\))28 b Fa(:)13 b(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)48 b Fi(99)150 1876 y Fm (\(*Gsasl_server_callback_retri)q(eve\))15 b Fa(:)k(:)13 b(:)g(:)g(:)h(:)f(:)g(:)41 b Fi(100)150 1964 y Fm (\(*Gsasl_server_callback_servi)q(ce\))18 b Fa(:)g(:)c(:)f(:)g(:)g(:)g (:)g(:)g(:)44 b Fi(101)150 2053 y Fm(\(*Gsasl_server_callback_valid)q (ate\))25 b Fa(:)13 b(:)g(:)46 b Fi(100,)27 b(101)150 2309 y Fs(G)150 2427 y Fm(gsasl)21 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)46 b Fi(71)150 2515 y Fm(gsasl_appinfo_get)6 b Fa(:)17 b(:)c(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)32 b Fi(80)150 2604 y Fm(gsasl_appinfo_set)6 b Fa(:)17 b(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)32 b Fi(80)150 2692 y Fm(gsasl_application_data_get)18 b Fa(:)g(:)c(:)f(:)g(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)44 b Fi(80)150 2781 y Fm(gsasl_application_data_set)18 b Fa(:)g(:)c(:)f(:)g(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)44 b Fi(80)150 2869 y Fm(gsasl_base64_decode)18 b Fa(:)g(:)13 b(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)44 b Fi(96)150 2958 y Fm(gsasl_base64_encode)18 b Fa(:)g(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)g(:)h(:)44 b Fi(96)150 3046 y Fm(gsasl_base64_from)6 b Fa(:)17 b(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)32 b Fi(42)150 3134 y Fm(gsasl_base64_to)11 b Fa(:)17 b(:)c(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)38 b Fi(42)150 3223 y Fm(gsasl_callback)14 b Fa(:)i(:)d(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)40 b Fi(35)150 3311 y Fm(gsasl_callback_hook_get)8 b Fa(:)18 b(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)34 b Fi(36)150 3400 y Fm(gsasl_callback_hook_set)8 b Fa(:)18 b(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)34 b Fi(36)150 3488 y Fm(gsasl_callback_set)25 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b Fi(35)150 3577 y Fm(gsasl_check_version)18 b Fa(:)g(:)13 b(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)44 b Fi(12)150 3665 y Fm(gsasl_client_application_data)q(_get)18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(78)150 3753 y Fm(gsasl_client_application_data)q(_set)18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(77)150 3842 y Fm (gsasl_client_callback_anonymo)q(us_g)q(et)12 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)g(:)38 b Fi(85)150 3930 y Fm (gsasl_client_callback_anonymo)q(us_s)q(et)12 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)g(:)38 b Fi(84)150 4019 y Fm (gsasl_client_callback_authent)q(icat)q(ion_i)q(d_ge)q(t)310 4106 y Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fi(81)150 4194 y Fm(gsasl_client_callback_authent)q(icat)q(ion_i)q(d_se)q(t)310 4281 y Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fi(81)150 4370 y Fm(gsasl_client_callback_authori)q(zati)q(on_id)q(_get)310 4457 y Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fi(82)150 4545 y Fm(gsasl_client_callback_authori)q(zati)q(on_id)q(_set)310 4633 y Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fi(81)150 4721 y Fm(gsasl_client_callback_maxbuf_)q(get)25 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45 b Fi(86)150 4809 y Fm(gsasl_client_callback_maxbuf_)q(set)25 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45 b Fi(85)150 4898 y Fm(gsasl_client_callback_passcod)q(e_ge)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(83)150 4986 y Fm(gsasl_client_callback_passcod)q(e_se)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(83)150 5075 y Fm(gsasl_client_callback_passwor)q(d_ge)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(82)150 5163 y Fm(gsasl_client_callback_passwor)q(d_se)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(82)150 5252 y Fm(gsasl_client_callback_pin_get)11 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)36 b Fi(83)150 5340 y Fm (gsasl_client_callback_pin_set)11 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)36 b Fi(83)2025 610 y Fm (gsasl_client_callback_qop_get)10 b Fa(:)19 b(:)13 b(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)36 b Fi(85)2025 698 y Fm (gsasl_client_callback_qop_set)10 b Fa(:)19 b(:)13 b(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)36 b Fi(85)2025 785 y Fm (gsasl_client_callback_realm_ge)q(t)27 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)48 b Fi(86)2025 873 y Fm (gsasl_client_callback_realm_se)q(t)27 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)48 b Fi(86)2025 961 y Fm (gsasl_client_callback_service_)q(get)17 b Fa(:)i(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)43 b Fi(84)2025 1048 y Fm (gsasl_client_callback_service_)q(set)17 b Fa(:)i(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)43 b Fi(84)2025 1136 y Fm (gsasl_client_ctx_get)16 b Fa(:)h(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)42 b Fi(77)2025 1223 y Fm(gsasl_client_finish)18 b Fa(:)f(:)c(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:) g(:)g(:)45 b Fi(77)2025 1311 y Fm(gsasl_client_listmech)13 b Fa(:)18 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)40 b Fi(75)2025 1399 y Fm(gsasl_client_mechlist)13 b Fa(:)18 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)40 b Fi(33)2025 1486 y Fm(gsasl_client_start)25 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)47 b Fi(39)2025 1574 y Fm(gsasl_client_step)6 b Fa(:)17 b(:)c(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) 33 b Fi(75)2025 1661 y Fm(gsasl_client_step_base64)28 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)49 b Fi(76)2025 1749 y Fm(gsasl_client_suggest_mechanism)8 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)34 b Fi(34)2025 1836 y Fm(gsasl_client_support_p)10 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)37 b Fi(33)2025 1924 y Fm(gsasl_ctx_get)16 b Fa(:)g(:)d(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(79)2025 2012 y Fm(gsasl_decode)21 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45 b Fi(40)2025 2099 y Fm(gsasl_decode_inline)18 b Fa(:)f(:)c(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)45 b Fi(79)2025 2187 y Fm(gsasl_done)7 b Fa(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)33 b Fi(33)2025 2274 y Fm(gsasl_encode)21 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)g(:)h(:)45 b Fi(40)2025 2362 y Fm(gsasl_encode_inline) 18 b Fa(:)f(:)c(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)45 b Fi(79)2025 2450 y Fm(gsasl_finish)21 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)45 b Fi(40)2025 2537 y Fm(gsasl_free)7 b Fa(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)33 b Fi(45)2025 2625 y Fm(gsasl_hmac_md5)14 b Fa(:)i(:)d(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(44)2025 2712 y Fm(gsasl_hmac_sha1)11 b Fa(:)17 b(:)c(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)38 b Fi(44)2025 2800 y Fm(gsasl_init)7 b Fa(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)33 b Fi(33)2025 2888 y Fm(gsasl_md5)9 b Fa(:)15 b(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)36 b Fi(43)2025 2975 y Fm(gsasl_md5pwd_get_password)25 b Fa(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g (:)h(:)46 b Fi(95)2025 3063 y Fm(gsasl_mechanism_name)16 b Fa(:)h(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)42 b Fi(41)2025 3150 y Fm(gsasl_nonce)24 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:) 48 b Fi(43)2025 3238 y Fm(gsasl_property_fast)18 b Fa(:)f(:)c(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)45 b Fi(37)2025 3325 y Fm(gsasl_property_get)25 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)47 b Fi(38)2025 3413 y Fm(gsasl_property_set)25 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) 47 b Fi(37)2025 3501 y Fm(gsasl_property_set_raw)10 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)37 b Fi(37)2025 3588 y Fm(gsasl_random)21 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g (:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45 b Fi(43)2025 3676 y Fm(gsasl_randomize)11 b Fa(:)17 b(:)c(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)38 b Fi(79)2025 3763 y Fm(gsasl_register)14 b Fa(:)i(:)d(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(34)2025 3851 y Fm(gsasl_saslprep)14 b Fa(:)i(:)d(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(42)2025 3939 y Fm (gsasl_server_application_data_)q(get)17 b Fa(:)i(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)43 b Fi(78)2025 4026 y Fm (gsasl_server_application_data_)q(set)17 b Fa(:)i(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)43 b Fi(78)2025 4114 y Fm (gsasl_server_callback_anonymou)q(s_get)13 b Fa(:)18 b(:)13 b(:)h(:)f(:)g(:)g(:)38 b Fi(90)2025 4201 y Fm (gsasl_server_callback_anonymou)q(s_set)13 b Fa(:)18 b(:)13 b(:)h(:)f(:)g(:)g(:)38 b Fi(89)2025 4289 y Fm (gsasl_server_callback_cipher_g)q(et)25 b Fa(:)13 b(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)46 b Fi(92)2025 4377 y Fm (gsasl_server_callback_cipher_s)q(et)25 b Fa(:)13 b(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)46 b Fi(92)2025 4464 y Fm (gsasl_server_callback_cram_md5)q(_get)15 b Fa(:)k(:)13 b(:)g(:)g(:)g(:)g(:)g(:)41 b Fi(88)2025 4552 y Fm (gsasl_server_callback_cram_md5)q(_set)15 b Fa(:)k(:)13 b(:)g(:)g(:)g(:)g(:)g(:)41 b Fi(88)2025 4639 y Fm (gsasl_server_callback_digest_m)q(d5_ge)q(t)9 b Fa(:)19 b(:)13 b(:)g(:)g(:)h(:)35 b Fi(88)2025 4727 y Fm (gsasl_server_callback_digest_m)q(d5_se)q(t)9 b Fa(:)19 b(:)13 b(:)g(:)g(:)h(:)35 b Fi(88)2025 4814 y Fm (gsasl_server_callback_external)q(_get)15 b Fa(:)k(:)13 b(:)g(:)g(:)g(:)g(:)g(:)41 b Fi(89)2025 4902 y Fm (gsasl_server_callback_external)q(_set)15 b Fa(:)k(:)13 b(:)g(:)g(:)g(:)g(:)g(:)41 b Fi(89)2025 4990 y Fm (gsasl_server_callback_gssapi_g)q(et)25 b Fa(:)13 b(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)46 b Fi(93)2025 5077 y Fm (gsasl_server_callback_gssapi_s)q(et)25 b Fa(:)13 b(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)46 b Fi(93)2025 5165 y Fm (gsasl_server_callback_maxbuf_g)q(et)25 b Fa(:)13 b(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)46 b Fi(91)2025 5252 y Fm (gsasl_server_callback_maxbuf_s)q(et)25 b Fa(:)13 b(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)46 b Fi(91)2025 5340 y Fm(gsasl_server_callback_qop_get) 10 b Fa(:)19 b(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)36 b Fi(91)p eop end %%Page: 111 115 TeXDict begin 111 114 bop 150 -116 a Ft(F)-8 b(unction)31 b(and)f(Data)i(Index)2458 b(111)150 299 y Fm (gsasl_server_callback_qop_set)11 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)36 b Fi(90)150 386 y Fm (gsasl_server_callback_realm_g)q(et)28 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)48 b Fi(90)150 474 y Fm (gsasl_server_callback_realm_s)q(et)28 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)48 b Fi(90)150 562 y Fm (gsasl_server_callback_retriev)q(e_ge)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(87)150 649 y Fm (gsasl_server_callback_retriev)q(e_se)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(87)150 737 y Fm (gsasl_server_callback_securid)q(_get)18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(93)150 824 y Fm (gsasl_server_callback_securid)q(_set)18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(92)150 912 y Fm (gsasl_server_callback_service)q(_get)18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(94)150 1000 y Fm (gsasl_server_callback_service)q(_set)18 b Fa(:)g(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b Fi(93)150 1087 y Fm (gsasl_server_callback_validat)q(e_ge)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(87)150 1175 y Fm(gsasl_server_callback_validat)q(e_se)q(t)14 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(87)150 1262 y Fm(gsasl_server_ctx_get)16 b Fa(:)h(:)c(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g (:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)42 b Fi(78)150 1350 y Fm(gsasl_server_finish)18 b Fa(:)g(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)g(:)h(:)44 b Fi(77)150 1438 y Fm(gsasl_server_listmech) 13 b Fa(:)18 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)39 b Fi(75)150 1525 y Fm(gsasl_server_mechlist)13 b Fa(:)18 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)39 b Fi(33)150 1613 y Fm(gsasl_server_start)25 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b Fi(39)2025 299 y Fm(gsasl_server_step)6 b Fa(:)17 b(:)c(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) 33 b Fi(76)2025 393 y Fm(gsasl_server_step_base64)28 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)49 b Fi(77)2025 487 y Fm(gsasl_server_suggest_mechanism)8 b Fa(:)19 b(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)34 b Fi(81)2025 580 y Fm(gsasl_server_support_p)10 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)37 b Fi(34)2025 674 y Fm(gsasl_session_hook_get)10 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)37 b Fi(36)2025 768 y Fm(gsasl_session_hook_set) 10 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)37 b Fi(36)2025 862 y Fm(gsasl_sha1)7 b Fa(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)33 b Fi(44)2025 956 y Fm(gsasl_simple_getpass)16 b Fa(:)h(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)42 b Fi(43)2025 1050 y Fm(gsasl_step)7 b Fa(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)33 b Fi(39)2025 1143 y Fm(gsasl_step64)21 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45 b Fi(40)2025 1237 y Fm(gsasl_strerror)14 b Fa(:)i(:)d(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)40 b Fi(50)2025 1331 y Fm (gsasl_strerror_name)18 b Fa(:)f(:)c(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:) f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)45 b Fi(50)2025 1425 y Fm(gsasl_stringprep_nfkc)13 b Fa(:)18 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)g(:)40 b Fi(94)2025 1519 y Fm (gsasl_stringprep_saslprep)25 b Fa(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)46 b Fi(94)2025 1613 y Fm(gsasl_stringprep_trace)10 b Fa(:)18 b(:)c(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)37 b Fi(95)p eop end %%Page: 112 116 TeXDict begin 112 115 bop 150 -116 a Ft(Concept)31 b(Index)2882 b(112)p eop end %%Page: 113 117 TeXDict begin 113 116 bop 150 -116 a Ft(Concept)31 b(Index)2882 b(113)150 299 y Fq(Concept)52 b(Index)150 588 y Fs(A)150 707 y Fi(AIX)14 b Fa(:)e(:)h(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)41 b Fi(4)150 795 y(Auto)r(conf)26 b(tests)10 b Fa(:)j(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)36 b Fi(13)150 1034 y Fs(C)150 1152 y Fi(Callbac)n(ks)9 b Fa(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)35 b Fi(35)150 1241 y(c)n(hannel)25 b(binding)12 b Fa(:)h(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)39 b Fi(24,)26 b(29)150 1329 y(command)g(line)20 b Fa(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)46 b Fi(71)150 1417 y(Compiling)27 b(y)n(our)e(application)17 b Fa(:)e(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)44 b Fi(12)150 1506 y(Con\014gure)26 b(tests)20 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)45 b Fi(13)150 1594 y(Con)n(tributing)23 b Fa(:)13 b(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)50 b Fi(9)150 1683 y(CRAM-MD5)21 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)47 b Fi(27)150 1922 y Fs(D)150 2040 y Fi(Debian)18 b Fa(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g (:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)45 b Fi(4)150 2128 y(Deprecated)25 b(functions)20 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)45 b Fi(75)150 2217 y(DIGEST-MD5)9 b Fa(:)k(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)36 b Fi(28)150 2305 y(Do)n(wnload)22 b Fa(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)48 b Fi(5)150 2544 y Fs(E)150 2662 y Fi(Error)26 b(Handling)16 b Fa(:)d(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:) f(:)g(:)g(:)g(:)42 b Fi(46)150 2751 y(Examples)7 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)33 b Fi(51)150 3006 y Fs(F)150 3125 y Fi(FDL,)26 b(GNU)f(F)-6 b(ree)25 b(Do)r(cumen)n(tation)h(License)17 b Fa(:)d(:)f(:)g(:)g(:)g(:)44 b Fi(102)150 3213 y(F)-6 b(reeBSD)22 b Fa(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)49 b Fi(5)150 3452 y Fs(G)150 3570 y Fi(GS2)13 b Fa(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)39 b Fi(30)150 3659 y(GS2-KRB5)15 b Fa(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)41 b Fi(30)150 3747 y(GS2-KRB5-PLUS)21 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) 48 b Fi(30)150 3836 y(GSSAPI)10 b Fa(:)j(:)g(:)g(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)37 b Fi(30)150 4075 y Fs(H)150 4193 y Fi(Hac)n(king)18 b Fa(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)45 b Fi(9)150 4281 y(HP-UX)12 b Fa(:)f(:)j(:)f(:)g (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)39 b Fi(4)150 4520 y Fs(I)150 4639 y Fi(Iden)n(tit)n(y)24 b(Pro)n(vider)i(Iden)n(ti\014er)c Fa(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)49 b Fi(24)150 4727 y(Installation)14 b Fa(:)g(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)41 b Fi(5)150 4815 y(in)n(v)n(oking)25 b Fm(gsasl)c Fa(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)46 b Fi(71)150 4904 y(IRIX)18 b Fa(:)12 b(:)h(:)g(:)g(:)g(:)g(:)g (:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)45 b Fi(4)150 4992 y(iteration)27 b(coun)n(t)22 b Fa(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)49 b Fi(23)150 5231 y Fs(K)150 5349 y Fi(KERBER)n(OS)p 588 5349 24 4 v 33 w(V5)8 b Fa(:)k(:)i(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)34 b Fi(32)2025 588 y Fs(L)2025 705 y Fi(Library)25 b(Ov)n(erview)10 b Fa(:)k(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) 37 b Fi(15)2025 955 y Fs(M)2025 1071 y Fi(Mandrak)n(e)20 b Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)48 b Fi(4)2025 1158 y(Motorola)28 b(Cold\014re)10 b Fa(:)j(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37 b Fi(5)2025 1392 y Fs(N)2025 1508 y Fi(NetBSD)15 b Fa(:)e(:)g(:)g(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h (:)42 b Fi(5)2025 1595 y(NTLM)19 b Fa(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h (:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)46 b Fi(29)2025 1829 y Fs(O)2025 1945 y Fi(Obsolete)26 b(functions)12 b Fa(:)h(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)38 b Fi(75)2025 2032 y(Op)r(enBSD)18 b Fa(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)47 b Fi(5)2025 2120 y(Op)r(enID)18 b Fa(:)12 b(:)h(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)45 b Fi(31)2025 2207 y(Ov)n(erview)12 b Fa(:)h(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)39 b Fi(15)2025 2441 y Fs(P)2025 2557 y Fi(Prop)r(erties)13 b Fa(:)i(:)e(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:) f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)40 b Fi(37)2025 2807 y Fs(R)2025 2923 y Fi(RedHat)7 b Fa(:)12 b(:)i(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)h(:)34 b Fi(4)2025 3011 y(RedHat)25 b(Adv)l(anced)f (Serv)n(er)19 b Fa(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)47 b Fi(4)2025 3098 y(Rep)r(orting)26 b(Bugs)10 b Fa(:)j(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)37 b Fi(8)2025 3348 y Fs(S)2025 3464 y Fi(salt)7 b Fa(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:) g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)33 b Fi(23)2025 3552 y(SAML)8 b Fa(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g (:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:) g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fi(31)2025 3639 y(SAML)25 b(IdP)g(Iden)n(ti\014er)9 b Fa(:)j(:)h(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)35 b Fi(24)2025 3726 y(SASL)24 b(sessions)17 b Fa(:)e(:)e(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:) f(:)g(:)g(:)g(:)g(:)g(:)44 b Fi(39)2025 3814 y(SCRAM)11 b Fa(:)h(:)h(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:) g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)h(:)f(:)g(:)g(:)37 b Fi(28)2025 3901 y(SECURID)11 b Fa(:)g(:)i(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)37 b Fi(29)2025 3988 y(Solaris)9 b Fa(:)14 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)36 b Fi(4)2025 4076 y(SuSE)13 b Fa(:)f(:)h(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)40 b Fi(4)2025 4163 y(SuSE)25 b(Lin)n(ux)c Fa(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)50 b Fi(4)2025 4396 y Fs(T)2025 4513 y Fi(tls-unique)19 b Fa(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:) h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b Fi(24)2025 4600 y(T)-6 b(ru64)21 b Fa(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:) g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)48 b Fi(4)2025 4834 y Fs(U)2025 4950 y Fi(uClib)r(c)10 b Fa(:)k(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f (:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)37 b Fi(5)2025 5037 y(uClin)n(ux)21 b Fa(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g (:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:) g(:)h(:)f(:)g(:)g(:)g(:)49 b Fi(5)2025 5271 y Fs(W)2025 5387 y Fi(Windo)n(ws)17 b Fa(:)d(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:) g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g (:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)44 b Fi(4)p eop end %%Trailer userdict /end-hook known{end-hook}if %%EOF gsasl-1.8.0/doc/abstraction.eps0000664000000000000000000030263411746471770013337 00000000000000%!PS-Adobe-2.0 EPSF-2.0 %%Title: abstraction.dia %%Creator: Dia v0.94 %%CreationDate: Sun Nov 7 16:43:45 2004 %%For: jas %%Orientation: Portrait %%Magnification: 1.0000 %%BoundingBox: 0 0 1313 684 %%BeginSetup %%EndSetup %%EndComments %%BeginProlog [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def /cp {closepath} bind def /c {curveto} bind def /f {fill} bind def /a {arc} bind def /ef {eofill} bind def /ex {exch} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth pop} bind def /tr {translate} bind def /ellipsedict 8 dict def ellipsedict /mtrx matrix put /ellipse { ellipsedict begin /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix end } def /mergeprocs { dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /dpi_x 300 def /dpi_y 300 def /conicto { /to_y exch def /to_x exch def /conic_cntrl_y exch def /conic_cntrl_x exch def currentpoint /p0_y exch def /p0_x exch def /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def /p2_x p1_x to_x p0_x sub 1 3 div mul add def /p2_y p1_y to_y p0_y sub 1 3 div mul add def p1_x p1_y p2_x p2_y to_x to_y curveto } bind def /start_ol { gsave 1.1 dpi_x div dup scale} bind def /end_ol { closepath fill grestore } bind def 28.346000 -28.346000 scale 5.050000 -24.050000 translate %%EndProlog 1.000000 1.000000 1.000000 srgb n 16.000000 0.000000 m 16.000000 24.000000 l 25.250000 24.000000 l 25.250000 0.000000 l f n 16.000000 1.000000 m 16.000000 1.000000 1.000000 1.000000 180.000000 270.000000 ellipse f n 25.250000 1.000000 m 25.250000 1.000000 1.000000 1.000000 270.000000 360.000000 ellipse f n 15.000000 1.000000 m 15.000000 23.000000 l 26.250000 23.000000 l 26.250000 1.000000 l f n 16.000000 23.000000 m 16.000000 23.000000 1.000000 1.000000 90.000000 180.000000 ellipse f n 25.250000 23.000000 m 25.250000 23.000000 1.000000 1.000000 0.000000 90.000000 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 16.000000 0.000000 m 25.250000 0.000000 l s n 16.000000 24.000000 m 25.250000 24.000000 l s n 16.000000 1.000000 1.000000 1.000000 180.000000 270.000000 ellipse s n 25.250000 1.000000 1.000000 1.000000 270.000000 360.000000 ellipse s n 15.000000 1.000000 m 15.000000 23.000000 l s n 26.250000 1.000000 m 26.250000 23.000000 l s n 16.000000 23.000000 1.000000 1.000000 90.000000 180.000000 ellipse s n 25.250000 23.000000 1.000000 1.000000 0.000000 90.000000 ellipse s gsave 15.531200 3.131250 translate 0.035278 -0.035278 scale start_ol 5952 3200 moveto 3392 3200 lineto 3392 2560 lineto 5248 2560 lineto 5248 2408 lineto 5248 1417 4446 701 3334 701 curveto 2715 701 2155 917 1796 1294 curveto 1394 1710 1152 2407 1152 3128 curveto 1152 4562 2005 5507 3292 5507 curveto 4220 5507 4889 5027 5056 4236 curveto 5866 4236 lineto 5648 5489 4711 6208 3313 6208 curveto 2568 6208 1966 6021 1489 5639 curveto 786 5070 384 4152 384 3088 curveto 384 1268 1527 0 3171 0 curveto 3997 0 4656 306 5248 960 curveto 5445 0 lineto 5952 0 lineto 5952 3200 lineto end_ol grestore gsave 16.411733 3.131250 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 17.233000 3.131250 translate 0.035278 -0.035278 scale start_ol 4608 6208 moveto 4608 2000 lineto 4608 1194 4013 701 3032 701 curveto 2579 701 2210 808 1916 1013 curveto 1615 1244 1472 1548 1472 2000 curveto 1472 6208 lineto 704 6208 lineto 704 1981 lineto 704 759 1588 0 3032 0 curveto 4458 0 5376 776 5376 1981 curveto 5376 6208 lineto 4608 6208 lineto end_ol grestore gsave 18.054267 3.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 18.367533 3.131250 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 19.121067 3.131250 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 19.874600 3.131250 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 20.628133 3.131250 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore gsave 15.531200 4.631250 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore gsave 16.166200 4.631250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 16.420200 4.631250 translate 0.035278 -0.035278 scale start_ol 448 6208 moveto 448 0 lineto 1152 0 lineto 1152 760 lineto 1477 245 1907 0 2500 0 curveto 3621 0 4352 901 4352 2288 curveto 4352 3643 3639 4480 2495 4480 curveto 1898 4480 1475 4251 1152 3751 curveto 1152 6208 lineto 448 6208 lineto 2371 3813 moveto 3147 3813 3648 3185 3648 2217 curveto 3648 1295 3130 667 2371 667 curveto 1636 667 1152 1287 1152 2240 curveto 1152 3193 1636 3813 2371 3813 curveto end_ol grestore gsave 17.055200 4.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2253 lineto 1280 2874 1440 3281 1776 3521 curveto 1994 3678 2205 3728 2692 3728 curveto 2692 4480 lineto 2574 4480 2515 4480 2422 4480 curveto 1967 4480 1621 4211 1216 3554 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 17.436200 4.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 18.071200 4.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2253 lineto 1280 2874 1440 3281 1776 3521 curveto 1994 3678 2205 3728 2692 3728 curveto 2692 4480 lineto 2574 4480 2515 4480 2422 4480 curveto 1967 4480 1621 4211 1216 3554 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 18.452200 4.631250 translate 0.035278 -0.035278 scale start_ol 3261 4480 moveto 2042 959 lineto 916 4480 lineto 168 4480 lineto 1656 -60 lineto 1387 -776 lineto 1277 -1095 1118 -1216 824 -1216 curveto 723 -1216 605 -1199 454 -1164 curveto 454 -1755 lineto 597 -1825 740 -1856 924 -1856 curveto 1151 -1856 1395 -1779 1580 -1643 curveto 1799 -1480 1925 -1292 2059 -934 curveto 4017 4480 lineto 3261 4480 lineto end_ol grestore gsave 19.019467 4.631250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 19.332733 4.631250 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 20.086267 4.631250 translate 0.035278 -0.035278 scale start_ol 1536 2624 moveto 3455 2624 lineto 3938 2624 4320 2769 4650 3068 curveto 5023 3409 5184 3810 5184 4382 curveto 5184 5551 4504 6208 3295 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2624 lineto 1536 3264 moveto 1536 5507 lineto 3162 5507 lineto 3908 5507 4352 5086 4352 4386 curveto 4352 3685 3908 3264 3162 3264 curveto 1536 3264 lineto end_ol grestore gsave 20.839800 4.631250 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore gsave 15.531200 7.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 7.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 7.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 9.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 9.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 9.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 9.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 9.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 9.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 9.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.078733 9.131250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 19.713733 9.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.967733 9.131250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 20.281000 9.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 20.594267 9.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 20.975267 9.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 10.631250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 10.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 10.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 10.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 10.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 10.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 10.631250 translate 0.035278 -0.035278 scale start_ol 3927 2938 moveto 3894 3350 3802 3616 3635 3850 curveto 3335 4246 2809 4480 2200 4480 curveto 1024 4480 256 3587 256 2200 curveto 256 853 1007 0 2192 0 curveto 3234 0 3894 604 3977 1635 curveto 3271 1635 lineto 3153 984 2792 658 2195 658 curveto 1422 658 960 1240 960 2201 curveto 960 3217 1414 3822 2179 3822 curveto 2767 3822 3137 3504 3221 2938 curveto 3927 2938 lineto end_ol grestore gsave 19.392000 10.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 20.027000 10.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 20.281000 10.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 20.535000 10.631250 translate 0.035278 -0.035278 scale start_ol 448 6208 moveto 448 0 lineto 1152 0 lineto 1152 760 lineto 1477 245 1907 0 2500 0 curveto 3621 0 4352 901 4352 2288 curveto 4352 3643 3639 4480 2495 4480 curveto 1898 4480 1475 4251 1152 3751 curveto 1152 6208 lineto 448 6208 lineto 2371 3813 moveto 3147 3813 3648 3185 3648 2217 curveto 3648 1295 3130 667 2371 667 curveto 1636 667 1152 1287 1152 2240 curveto 1152 3193 1636 3813 2371 3813 curveto end_ol grestore gsave 21.170000 10.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 21.805000 10.631250 translate 0.035278 -0.035278 scale start_ol 3927 2938 moveto 3894 3350 3802 3616 3635 3850 curveto 3335 4246 2809 4480 2200 4480 curveto 1024 4480 256 3587 256 2200 curveto 256 853 1007 0 2192 0 curveto 3234 0 3894 604 3977 1635 curveto 3271 1635 lineto 3153 984 2792 658 2195 658 curveto 1422 658 960 1240 960 2201 curveto 960 3217 1414 3822 2179 3822 curveto 2767 3822 3137 3504 3221 2938 curveto 3927 2938 lineto end_ol grestore gsave 22.372267 10.631250 translate 0.035278 -0.035278 scale start_ol 1216 6208 moveto 512 6208 lineto 512 0 lineto 1216 0 lineto 1216 1744 lineto 1897 2428 lineto 3384 0 lineto 4250 0 lineto 2451 2933 lineto 3981 4480 lineto 3082 4480 lineto 1216 2582 lineto 1216 6208 lineto end_ol grestore gsave 22.939533 10.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 23.574533 10.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 24.141800 10.631250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 24.776800 10.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 25.090067 10.631250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.403333 10.631250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 25.784333 10.631250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 12.131250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 12.131250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 12.131250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 13.631250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 13.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 13.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 13.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 13.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 13.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 13.631250 translate 0.035278 -0.035278 scale start_ol 3927 2938 moveto 3894 3350 3802 3616 3635 3850 curveto 3335 4246 2809 4480 2200 4480 curveto 1024 4480 256 3587 256 2200 curveto 256 853 1007 0 2192 0 curveto 3234 0 3894 604 3977 1635 curveto 3271 1635 lineto 3153 984 2792 658 2195 658 curveto 1422 658 960 1240 960 2201 curveto 960 3217 1414 3822 2179 3822 curveto 2767 3822 3137 3504 3221 2938 curveto 3927 2938 lineto end_ol grestore gsave 19.392000 13.631250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 19.646000 13.631250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.900000 13.631250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 20.535000 13.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 21.170000 13.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 21.483267 13.631250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 22.118267 13.631250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 22.685533 13.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 22.998800 13.631250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 23.633800 13.631250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2253 lineto 1280 2874 1440 3281 1776 3521 curveto 1994 3678 2205 3728 2692 3728 curveto 2692 4480 lineto 2574 4480 2515 4480 2422 4480 curveto 1967 4480 1621 4211 1216 3554 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 24.014800 13.631250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 24.328067 13.631250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.641333 13.631250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 25.022333 13.631250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 15.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 15.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 15.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 15.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 15.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 15.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 15.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 19.392000 15.131250 translate 0.035278 -0.035278 scale start_ol 2131 4480 moveto 1408 4480 lineto 1408 5711 lineto 704 5711 lineto 704 4480 lineto 107 4480 lineto 107 3899 lineto 704 3899 lineto 704 697 lineto 704 252 1008 0 1557 0 curveto 1726 0 1895 17 2131 60 curveto 2131 648 lineto 2039 624 1929 624 1795 624 curveto 1492 624 1408 705 1408 1003 curveto 1408 3899 lineto 2131 3899 lineto 2131 4480 lineto end_ol grestore gsave 19.705267 15.131250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 20.340267 15.131250 translate 0.035278 -0.035278 scale start_ol 448 -1667 moveto 1152 -1667 lineto 1152 667 lineto 1518 205 1925 0 2490 0 curveto 3612 0 4352 869 4352 2200 curveto 4352 3603 3636 4480 2479 4480 curveto 1887 4480 1413 4211 1088 3689 curveto 1088 4480 lineto 448 4480 lineto 448 -1667 lineto 2375 3813 moveto 3145 3813 3648 3185 3648 2217 curveto 3648 1295 3137 667 2375 667 curveto 1638 667 1152 1287 1152 2240 curveto 1152 3193 1638 3813 2375 3813 curveto end_ol grestore gsave 20.975267 15.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.288533 15.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 21.669533 15.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 16.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 16.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 16.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 18.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 18.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 18.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 18.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 18.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 18.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 18.131250 translate 0.035278 -0.035278 scale start_ol 2203 4480 moveto 1472 4480 lineto 1472 5151 lineto 1472 5437 1640 5584 1960 5584 curveto 2019 5584 2044 5584 2203 5584 curveto 2203 6165 lineto 2043 6199 1950 6208 1806 6208 curveto 1156 6208 768 5840 768 5213 curveto 768 4480 lineto 180 4480 lineto 180 3899 lineto 768 3899 lineto 768 0 lineto 1472 0 lineto 1472 3899 lineto 2203 3899 lineto 2203 4480 lineto end_ol grestore gsave 19.138000 18.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 19.392000 18.131250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 20.027000 18.131250 translate 0.035278 -0.035278 scale start_ol 1280 4480 moveto 576 4480 lineto 576 0 lineto 1280 0 lineto 1280 4480 lineto 1280 6208 moveto 576 6208 lineto 576 5323 lineto 1280 5323 lineto 1280 6208 lineto end_ol grestore gsave 20.281000 18.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 20.848267 18.131250 translate 0.035278 -0.035278 scale start_ol 576 6208 moveto 576 0 lineto 1280 0 lineto 1280 2396 lineto 1280 3283 1753 3864 2480 3864 curveto 2708 3864 2936 3789 3105 3665 curveto 3308 3524 3392 3317 3392 3010 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4023 3563 4480 2701 4480 curveto 2075 4480 1694 4286 1280 3748 curveto 1280 6208 lineto 576 6208 lineto end_ol grestore gsave 21.483267 18.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.796533 18.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 22.177533 18.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore gsave 15.531200 19.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.844467 19.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 16.157733 19.631250 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 15.531200 21.131250 translate 0.035278 -0.035278 scale start_ol 3392 4480 moveto 3392 3713 lineto 3048 4236 2631 4480 2082 4480 curveto 993 4480 256 3555 256 2200 curveto 256 1515 448 957 808 558 curveto 1134 207 1602 0 2062 0 curveto 2614 0 2999 235 3392 790 curveto 3392 535 lineto 3392 -136 3316 -543 3139 -817 curveto 2953 -1110 2590 -1280 2159 -1280 curveto 1838 -1280 1551 -1178 1357 -993 curveto 1197 -840 1129 -696 1087 -379 curveto 394 -379 lineto 469 -1304 1113 -1856 2141 -1856 curveto 2792 -1856 3352 -1643 3636 -1284 curveto 3971 -874 4096 -310 4096 740 curveto 4096 4480 lineto 3392 4480 lineto 2184 3822 moveto 2944 3822 3392 3233 3392 2217 curveto 3392 1247 2936 658 2193 658 curveto 1424 658 960 1255 960 2240 curveto 960 3217 1433 3822 2184 3822 curveto end_ol grestore gsave 16.166200 21.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 16.733467 21.131250 translate 0.035278 -0.035278 scale start_ol 4497 615 moveto 4421 598 4388 598 4346 598 curveto 4102 598 3968 715 3968 919 curveto 3968 3310 lineto 3968 4071 3366 4480 2225 4480 curveto 1552 4480 995 4301 685 3985 curveto 472 3766 384 3522 384 3100 curveto 1255 3100 lineto 1314 3597 1632 3822 2285 3822 curveto 2912 3822 3264 3601 3264 3207 curveto 3264 3034 lineto 3264 2758 3090 2640 2542 2577 curveto 1563 2459 1413 2427 1148 2325 curveto 641 2128 384 1757 384 1221 curveto 384 473 932 0 1812 0 curveto 2359 0 2799 196 3289 655 curveto 3340 204 3559 0 4015 0 curveto 4159 0 4269 17 4497 77 curveto 4497 615 lineto 3264 1516 moveto 3264 1299 3197 1167 2988 989 curveto 2703 748 2360 624 1950 624 curveto 1406 624 1088 865 1088 1276 curveto 1088 1703 1398 1920 2143 2021 curveto 2879 2114 3030 2145 3264 2246 curveto 3264 1516 lineto end_ol grestore gsave 17.368467 21.131250 translate 0.035278 -0.035278 scale start_ol 3840 3171 moveto 3840 4008 3237 4480 2165 4480 curveto 1084 4480 384 3984 384 3219 curveto 384 2573 740 2266 1790 2029 curveto 2450 1879 lineto 2941 1769 3136 1604 3136 1304 curveto 3136 918 2716 658 2089 658 curveto 1703 658 1377 759 1197 929 curveto 1085 1046 1034 1162 991 1449 curveto 384 1449 lineto 384 470 942 0 2067 0 curveto 3150 0 3840 512 3840 1308 curveto 3840 1923 3467 2262 2587 2459 curveto 1909 2608 lineto 1334 2735 1088 2908 1088 3199 curveto 1088 3578 1500 3822 2150 3822 curveto 2791 3822 3136 3597 3136 3171 curveto 3840 3171 lineto end_ol grestore gsave 17.935733 21.131250 translate 0.035278 -0.035278 scale start_ol 1280 6208 moveto 576 6208 lineto 576 0 lineto 1280 0 lineto 1280 6208 lineto end_ol grestore gsave 18.189733 21.131250 translate 0.035278 -0.035278 scale start_ol 4858 -1088 moveto -185 -1088 lineto -185 -1536 lineto 4858 -1536 lineto 4858 -1088 lineto end_ol grestore gsave 18.824733 21.131250 translate 0.035278 -0.035278 scale start_ol 4160 6208 moveto 3456 6208 lineto 3456 3790 lineto 3160 4241 2687 4480 2095 4480 curveto 945 4480 192 3611 192 2280 curveto 192 869 911 0 2076 0 curveto 2671 0 3084 227 3456 775 curveto 3456 0 lineto 4160 0 lineto 4160 6208 lineto 2197 3813 moveto 2968 3813 3456 3193 3456 2225 curveto 3456 1287 2959 667 2206 667 curveto 1418 667 896 1295 896 2240 curveto 896 3185 1418 3813 2197 3813 curveto end_ol grestore gsave 19.459733 21.131250 translate 0.035278 -0.035278 scale start_ol 2296 4480 moveto 1065 4480 320 3643 320 2240 curveto 320 837 1057 0 2304 0 curveto 3535 0 4288 837 4288 2208 curveto 4288 3651 3560 4480 2296 4480 curveto 2304 3822 moveto 3106 3822 3584 3225 3584 2217 curveto 3584 1263 3089 658 2304 658 curveto 1510 658 1024 1255 1024 2240 curveto 1024 3217 1510 3822 2304 3822 curveto end_ol grestore gsave 20.094733 21.131250 translate 0.035278 -0.035278 scale start_ol 576 4480 moveto 576 0 lineto 1280 0 lineto 1280 2391 lineto 1216 3277 1703 3856 2452 3856 curveto 3026 3856 3392 3525 3392 3004 curveto 3392 0 lineto 4096 0 lineto 4096 3291 lineto 4096 4015 3545 4480 2690 4480 curveto 2029 4480 1606 4226 1216 3608 curveto 1216 4480 lineto 576 4480 lineto end_ol grestore gsave 20.729733 21.131250 translate 0.035278 -0.035278 scale start_ol 4192 1984 moveto 4192 2639 4143 3032 4020 3351 curveto 3742 4054 3087 4480 2285 4480 curveto 1089 4480 320 3587 320 2216 curveto 320 845 1065 0 2267 0 curveto 3249 0 3928 535 4100 1432 curveto 3394 1432 lineto 3206 923 2822 658 2274 658 curveto 1841 658 1473 835 1245 1159 curveto 1081 1380 1024 1601 1024 1984 curveto 4192 1984 lineto 1024 2560 moveto 1024 3325 1520 3822 2226 3822 curveto 2915 3822 3444 3286 3444 2607 curveto 3444 2592 3444 2576 3436 2560 curveto 1024 2560 lineto end_ol grestore gsave 21.364733 21.131250 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.678000 21.131250 translate 0.035278 -0.035278 scale start_ol 2033 6208 moveto 1178 5088 640 3532 640 2190 curveto 640 839 1178 -717 2033 -1837 curveto 2495 -1837 lineto 1756 -614 1344 822 1344 2190 curveto 1344 3549 1756 4994 2495 6208 curveto 2033 6208 lineto end_ol grestore gsave 22.059000 21.131250 translate 0.035278 -0.035278 scale start_ol 783 -1837 moveto 1638 -717 2176 839 2176 2181 curveto 2176 3532 1638 5088 783 6208 curveto 321 6208 lineto 1060 4985 1472 3549 1472 2181 curveto 1472 822 1060 -623 321 -1837 curveto 783 -1837 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 7.000000 m 33.500000 9.500000 l 36.700000 9.500000 l 36.700000 7.000000 l f n 33.500000 7.500000 m 33.500000 7.500000 0.500000 0.500000 180.000000 270.000000 ellipse f n 36.700000 7.500000 m 36.700000 7.500000 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 7.500000 m 33.000000 9.000000 l 37.200000 9.000000 l 37.200000 7.500000 l f n 33.500000 9.000000 m 33.500000 9.000000 0.500000 0.500000 90.000000 180.000000 ellipse f n 36.700000 9.000000 m 36.700000 9.000000 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 7.000000 m 36.700000 7.000000 l s n 33.500000 9.500000 m 36.700000 9.500000 l s n 33.500000 7.500000 0.500000 0.500000 180.000000 270.000000 ellipse s n 36.700000 7.500000 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 7.500000 m 33.000000 9.000000 l s n 37.200000 7.500000 m 37.200000 9.000000 l s n 33.500000 9.000000 0.500000 0.500000 90.000000 180.000000 ellipse s n 36.700000 9.000000 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.512500 8.600000 translate 0.035278 -0.035278 scale start_ol 1536 2624 moveto 3455 2624 lineto 3938 2624 4320 2769 4650 3068 curveto 5023 3409 5184 3810 5184 4382 curveto 5184 5551 4504 6208 3295 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2624 lineto 1536 3264 moveto 1536 5507 lineto 3162 5507 lineto 3908 5507 4352 5086 4352 4386 curveto 4352 3685 3908 3264 3162 3264 curveto 1536 3264 lineto end_ol grestore gsave 34.266033 8.600000 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore gsave 34.901033 8.600000 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 35.654567 8.600000 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore gsave 35.967833 8.600000 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 10.386700 m 33.500000 12.886700 l 39.400000 12.886700 l 39.400000 10.386700 l f n 33.500000 10.886700 m 33.500000 10.886700 0.500000 0.500000 180.000000 270.000000 ellipse f n 39.400000 10.886700 m 39.400000 10.886700 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 10.886700 m 33.000000 12.386700 l 39.900000 12.386700 l 39.900000 10.886700 l f n 33.500000 12.386700 m 33.500000 12.386700 0.500000 0.500000 90.000000 180.000000 ellipse f n 39.400000 12.386700 m 39.400000 12.386700 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 10.386700 m 39.400000 10.386700 l s n 33.500000 12.886700 m 39.400000 12.886700 l s n 33.500000 10.886700 0.500000 0.500000 180.000000 270.000000 ellipse s n 39.400000 10.886700 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 10.886700 m 33.000000 12.386700 l s n 39.900000 10.886700 m 39.900000 12.386700 l s n 33.500000 12.386700 0.500000 0.500000 90.000000 180.000000 ellipse s n 39.400000 12.386700 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.414700 11.986700 translate 0.035278 -0.035278 scale start_ol 5531 4257 moveto 5288 5569 4517 6208 3175 6208 curveto 2354 6208 1692 5956 1239 5469 curveto 686 4884 384 4038 384 3080 curveto 384 2105 694 1268 1273 691 curveto 1742 219 2346 0 3142 0 curveto 4634 0 5473 784 5657 2359 curveto 4850 2359 lineto 4783 1959 4699 1686 4573 1454 curveto 4321 973 3799 701 3144 701 curveto 1925 701 1152 1630 1152 3088 curveto 1152 4586 1892 5507 3076 5507 curveto 3572 5507 4034 5363 4287 5138 curveto 4514 4938 4640 4690 4732 4257 curveto 5531 4257 lineto end_ol grestore gsave 34.235967 11.986700 translate 0.035278 -0.035278 scale start_ol 1536 2688 moveto 3627 2688 lineto 4350 2688 4672 2346 4672 1575 curveto 4608 1019 lineto 4608 634 4673 257 4778 0 curveto 5504 0 lineto 5504 197 lineto 5397 402 5376 625 5376 1455 curveto 5376 2460 5212 2762 4531 3047 curveto 5225 3390 5504 3827 5504 4538 curveto 5504 5617 4833 6208 3620 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2688 lineto 1536 3328 moveto 1536 5507 lineto 3453 5507 lineto 3897 5507 4152 5438 4348 5264 curveto 4561 5082 4672 4795 4672 4413 curveto 4672 3667 4297 3328 3453 3328 curveto 1536 3328 lineto end_ol grestore gsave 35.057233 11.986700 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 35.810767 11.986700 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 36.759033 11.986700 translate 0.035278 -0.035278 scale start_ol 2387 2688 moveto 387 2688 lineto 387 2048 lineto 2387 2048 lineto 2387 2688 lineto end_ol grestore gsave 37.140033 11.986700 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 38.088300 11.986700 translate 0.035278 -0.035278 scale start_ol 768 0 moveto 3102 0 lineto 4630 0 5568 1175 5568 3108 curveto 5568 5033 4638 6208 3102 6208 curveto 768 6208 lineto 768 0 lineto 1536 701 moveto 1536 5507 lineto 2968 5507 lineto 4167 5507 4800 4682 4800 3100 curveto 4800 1535 4167 701 2968 701 curveto 1536 701 lineto end_ol grestore gsave 38.909567 11.986700 translate 0.035278 -0.035278 scale start_ol 4036 5888 moveto 953 5888 lineto 508 2802 lineto 1189 2802 lineto 1534 3193 1819 3328 2281 3328 curveto 3080 3328 3584 2810 3584 1974 curveto 3584 1161 3088 667 2281 667 curveto 1634 667 1239 978 1063 1615 curveto 323 1615 lineto 424 1140 508 910 685 697 curveto 1023 254 1629 0 2304 0 curveto 3509 0 4352 842 4352 2057 curveto 4352 3191 3567 3968 2420 3968 curveto 1998 3968 1661 3861 1315 3615 curveto 1550 5144 lineto 4036 5144 lineto 4036 5888 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 3.613330 m 33.500000 6.113330 l 39.350000 6.113330 l 39.350000 3.613330 l f n 33.500000 4.113330 m 33.500000 4.113330 0.500000 0.500000 180.000000 270.000000 ellipse f n 39.350000 4.113330 m 39.350000 4.113330 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 4.113330 m 33.000000 5.613330 l 39.850000 5.613330 l 39.850000 4.113330 l f n 33.500000 5.613330 m 33.500000 5.613330 0.500000 0.500000 90.000000 180.000000 ellipse f n 39.350000 5.613330 m 39.350000 5.613330 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 3.613330 m 39.350000 3.613330 l s n 33.500000 6.113330 m 39.350000 6.113330 l s n 33.500000 4.113330 0.500000 0.500000 180.000000 270.000000 ellipse s n 39.350000 4.113330 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 4.113330 m 33.000000 5.613330 l s n 39.850000 4.113330 m 39.850000 5.613330 l s n 33.500000 5.613330 0.500000 0.500000 90.000000 180.000000 ellipse s n 39.350000 5.613330 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.448967 5.213330 translate 0.035278 -0.035278 scale start_ol 1536 2816 moveto 4873 2816 lineto 4873 3456 lineto 1536 3456 lineto 1536 5507 lineto 4999 5507 lineto 4999 6208 lineto 768 6208 lineto 768 0 lineto 5150 0 lineto 5150 701 lineto 1536 701 lineto 1536 2816 lineto end_ol grestore gsave 34.202500 5.213330 translate 0.035278 -0.035278 scale start_ol 3286 3185 moveto 5354 6208 lineto 4421 6208 lineto 2841 3772 lineto 1269 6208 lineto 319 6208 lineto 2353 3185 lineto 185 0 lineto 1135 0 lineto 2816 2589 lineto 4488 0 lineto 5455 0 lineto 3286 3185 lineto end_ol grestore gsave 34.956033 5.213330 translate 0.035278 -0.035278 scale start_ol 2944 5507 moveto 4953 5507 lineto 4953 6208 lineto 159 6208 lineto 159 5507 lineto 2176 5507 lineto 2176 0 lineto 2944 0 lineto 2944 5507 lineto end_ol grestore gsave 35.650300 5.213330 translate 0.035278 -0.035278 scale start_ol 1536 2816 moveto 4873 2816 lineto 4873 3456 lineto 1536 3456 lineto 1536 5507 lineto 4999 5507 lineto 4999 6208 lineto 768 6208 lineto 768 0 lineto 5150 0 lineto 5150 701 lineto 1536 701 lineto 1536 2816 lineto end_ol grestore gsave 36.403833 5.213330 translate 0.035278 -0.035278 scale start_ol 1536 2688 moveto 3627 2688 lineto 4350 2688 4672 2346 4672 1575 curveto 4608 1019 lineto 4608 634 4673 257 4778 0 curveto 5504 0 lineto 5504 197 lineto 5397 402 5376 625 5376 1455 curveto 5376 2460 5212 2762 4531 3047 curveto 5225 3390 5504 3827 5504 4538 curveto 5504 5617 4833 6208 3620 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2688 lineto 1536 3328 moveto 1536 5507 lineto 3453 5507 lineto 3897 5507 4152 5438 4348 5264 curveto 4561 5082 4672 4795 4672 4413 curveto 4672 3667 4297 3328 3453 3328 curveto 1536 3328 lineto end_ol grestore gsave 37.225100 5.213330 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 38.046367 5.213330 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 38.799900 5.213330 translate 0.035278 -0.035278 scale start_ol 1472 6208 moveto 704 6208 lineto 704 0 lineto 4498 0 lineto 4498 701 lineto 1472 701 lineto 1472 6208 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 0.226667 m 33.500000 2.726667 l 40.750000 2.726667 l 40.750000 0.226667 l f n 33.500000 0.726667 m 33.500000 0.726667 0.500000 0.500000 180.000000 270.000000 ellipse f n 40.750000 0.726667 m 40.750000 0.726667 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 0.726667 m 33.000000 2.226667 l 41.250000 2.226667 l 41.250000 0.726667 l f n 33.500000 2.226667 m 33.500000 2.226667 0.500000 0.500000 90.000000 180.000000 ellipse f n 40.750000 2.226667 m 40.750000 2.226667 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 0.226667 m 40.750000 0.226667 l s n 33.500000 2.726667 m 40.750000 2.726667 l s n 33.500000 0.726667 0.500000 0.500000 180.000000 270.000000 ellipse s n 40.750000 0.726667 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 0.726667 m 33.000000 2.226667 l s n 41.250000 0.726667 m 41.250000 2.226667 l s n 33.500000 2.226667 0.500000 0.500000 90.000000 180.000000 ellipse s n 40.750000 2.226667 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.450467 1.826667 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 34.204000 1.826667 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 35.025267 1.826667 translate 0.035278 -0.035278 scale start_ol 3256 6208 moveto 1508 6208 320 4957 320 3104 curveto 320 1251 1508 0 3264 0 curveto 4000 0 4661 219 5154 626 curveto 5815 1170 6208 2088 6208 3055 curveto 6208 4965 5045 6208 3256 6208 curveto 3256 5507 moveto 4583 5507 5440 4546 5440 3072 curveto 5440 1662 4558 701 3264 701 curveto 1962 701 1088 1662 1088 3104 curveto 1088 4546 1962 5507 3256 5507 curveto end_ol grestore gsave 35.905800 1.826667 translate 0.035278 -0.035278 scale start_ol 5440 6208 moveto 4672 6208 lineto 4672 1133 lineto 1516 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5033 lineto 4531 0 lineto 5440 0 lineto 5440 6208 lineto end_ol grestore gsave 36.727067 1.826667 translate 0.035278 -0.035278 scale start_ol 3264 2436 moveto 5567 6208 lineto 4634 6208 lineto 2892 3185 lineto 1101 6208 lineto 134 6208 lineto 2496 2436 lineto 2496 0 lineto 3264 0 lineto 3264 2436 lineto end_ol grestore gsave 37.480600 1.826667 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 38.428867 1.826667 translate 0.035278 -0.035278 scale start_ol 3256 6208 moveto 1508 6208 320 4957 320 3104 curveto 320 1251 1508 0 3264 0 curveto 4000 0 4661 219 5154 626 curveto 5815 1170 6208 2088 6208 3055 curveto 6208 4965 5045 6208 3256 6208 curveto 3256 5507 moveto 4583 5507 5440 4546 5440 3072 curveto 5440 1662 4558 701 3264 701 curveto 1962 701 1088 1662 1088 3104 curveto 1088 4546 1962 5507 3256 5507 curveto end_ol grestore gsave 39.309400 1.826667 translate 0.035278 -0.035278 scale start_ol 4608 6208 moveto 4608 2000 lineto 4608 1194 4013 701 3032 701 curveto 2579 701 2210 808 1916 1013 curveto 1615 1244 1472 1548 1472 2000 curveto 1472 6208 lineto 704 6208 lineto 704 1981 lineto 704 759 1588 0 3032 0 curveto 4458 0 5376 776 5376 1981 curveto 5376 6208 lineto 4608 6208 lineto end_ol grestore gsave 40.130667 1.826667 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 13.773300 m 33.500000 16.273300 l 40.250000 16.273300 l 40.250000 13.773300 l f n 33.500000 14.273300 m 33.500000 14.273300 0.500000 0.500000 180.000000 270.000000 ellipse f n 40.250000 14.273300 m 40.250000 14.273300 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 14.273300 m 33.000000 15.773300 l 40.750000 15.773300 l 40.750000 14.273300 l f n 33.500000 15.773300 m 33.500000 15.773300 0.500000 0.500000 90.000000 180.000000 ellipse f n 40.250000 15.773300 m 40.250000 15.773300 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 13.773300 m 40.250000 13.773300 l s n 33.500000 16.273300 m 40.250000 16.273300 l s n 33.500000 14.273300 0.500000 0.500000 180.000000 270.000000 ellipse s n 40.250000 14.273300 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 14.273300 m 33.000000 15.773300 l s n 40.750000 14.273300 m 40.750000 15.773300 l s n 33.500000 15.773300 0.500000 0.500000 90.000000 180.000000 ellipse s n 40.250000 15.773300 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.403667 15.373300 translate 0.035278 -0.035278 scale start_ol 768 0 moveto 3102 0 lineto 4630 0 5568 1175 5568 3108 curveto 5568 5033 4638 6208 3102 6208 curveto 768 6208 lineto 768 0 lineto 1536 701 moveto 1536 5507 lineto 2968 5507 lineto 4167 5507 4800 4682 4800 3100 curveto 4800 1535 4167 701 2968 701 curveto 1536 701 lineto end_ol grestore gsave 34.224933 15.373300 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore gsave 34.538200 15.373300 translate 0.035278 -0.035278 scale start_ol 5952 3200 moveto 3392 3200 lineto 3392 2560 lineto 5248 2560 lineto 5248 2408 lineto 5248 1417 4446 701 3334 701 curveto 2715 701 2155 917 1796 1294 curveto 1394 1710 1152 2407 1152 3128 curveto 1152 4562 2005 5507 3292 5507 curveto 4220 5507 4889 5027 5056 4236 curveto 5866 4236 lineto 5648 5489 4711 6208 3313 6208 curveto 2568 6208 1966 6021 1489 5639 curveto 786 5070 384 4152 384 3088 curveto 384 1268 1527 0 3171 0 curveto 3997 0 4656 306 5248 960 curveto 5445 0 lineto 5952 0 lineto 5952 3200 lineto end_ol grestore gsave 35.418733 15.373300 translate 0.035278 -0.035278 scale start_ol 1536 2816 moveto 4873 2816 lineto 4873 3456 lineto 1536 3456 lineto 1536 5507 lineto 4999 5507 lineto 4999 6208 lineto 768 6208 lineto 768 0 lineto 5150 0 lineto 5150 701 lineto 1536 701 lineto 1536 2816 lineto end_ol grestore gsave 36.172267 15.373300 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 36.925800 15.373300 translate 0.035278 -0.035278 scale start_ol 2944 5507 moveto 4953 5507 lineto 4953 6208 lineto 159 6208 lineto 159 5507 lineto 2176 5507 lineto 2176 0 lineto 2944 0 lineto 2944 5507 lineto end_ol grestore gsave 37.620067 15.373300 translate 0.035278 -0.035278 scale start_ol 2387 2688 moveto 387 2688 lineto 387 2048 lineto 2387 2048 lineto 2387 2688 lineto end_ol grestore gsave 38.001067 15.373300 translate 0.035278 -0.035278 scale start_ol 3934 0 moveto 5632 5203 lineto 5632 0 lineto 6400 0 lineto 6400 6208 lineto 5292 6208 lineto 3537 800 lineto 1748 6208 lineto 640 6208 lineto 640 0 lineto 1408 0 lineto 1408 5203 lineto 3122 0 lineto 3934 0 lineto end_ol grestore gsave 38.949333 15.373300 translate 0.035278 -0.035278 scale start_ol 768 0 moveto 3102 0 lineto 4630 0 5568 1175 5568 3108 curveto 5568 5033 4638 6208 3102 6208 curveto 768 6208 lineto 768 0 lineto 1536 701 moveto 1536 5507 lineto 2968 5507 lineto 4167 5507 4800 4682 4800 3100 curveto 4800 1535 4167 701 2968 701 curveto 1536 701 lineto end_ol grestore gsave 39.770600 15.373300 translate 0.035278 -0.035278 scale start_ol 4036 5888 moveto 953 5888 lineto 508 2802 lineto 1189 2802 lineto 1534 3193 1819 3328 2281 3328 curveto 3080 3328 3584 2810 3584 1974 curveto 3584 1161 3088 667 2281 667 curveto 1634 667 1239 978 1063 1615 curveto 323 1615 lineto 424 1140 508 910 685 697 curveto 1023 254 1629 0 2304 0 curveto 3509 0 4352 842 4352 2057 curveto 4352 3191 3567 3968 2420 3968 curveto 1998 3968 1661 3861 1315 3615 curveto 1550 5144 lineto 4036 5144 lineto 4036 5888 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 17.160000 m 33.500000 19.660000 l 37.650000 19.660000 l 37.650000 17.160000 l f n 33.500000 17.660000 m 33.500000 17.660000 0.500000 0.500000 180.000000 270.000000 ellipse f n 37.650000 17.660000 m 37.650000 17.660000 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 17.660000 m 33.000000 19.160000 l 38.150000 19.160000 l 38.150000 17.660000 l f n 33.500000 19.160000 m 33.500000 19.160000 0.500000 0.500000 90.000000 180.000000 ellipse f n 37.650000 19.160000 m 37.650000 19.160000 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 17.160000 m 37.650000 17.160000 l s n 33.500000 19.660000 m 37.650000 19.660000 l s n 33.500000 17.660000 0.500000 0.500000 180.000000 270.000000 ellipse s n 37.650000 17.660000 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 17.660000 m 33.000000 19.160000 l s n 38.150000 17.660000 m 38.150000 19.160000 l s n 33.500000 19.160000 0.500000 0.500000 90.000000 180.000000 ellipse s n 37.650000 19.160000 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 33.521833 18.760000 translate 0.035278 -0.035278 scale start_ol 5952 3200 moveto 3392 3200 lineto 3392 2560 lineto 5248 2560 lineto 5248 2408 lineto 5248 1417 4446 701 3334 701 curveto 2715 701 2155 917 1796 1294 curveto 1394 1710 1152 2407 1152 3128 curveto 1152 4562 2005 5507 3292 5507 curveto 4220 5507 4889 5027 5056 4236 curveto 5866 4236 lineto 5648 5489 4711 6208 3313 6208 curveto 2568 6208 1966 6021 1489 5639 curveto 786 5070 384 4152 384 3088 curveto 384 1268 1527 0 3171 0 curveto 3997 0 4656 306 5248 960 curveto 5445 0 lineto 5952 0 lineto 5952 3200 lineto end_ol grestore gsave 34.402367 18.760000 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 35.155900 18.760000 translate 0.035278 -0.035278 scale start_ol 5056 4355 moveto 5056 5527 4220 6208 2786 6208 curveto 1421 6208 576 5546 576 4480 curveto 576 3761 957 3309 1735 3107 curveto 3202 2720 lineto 3948 2526 4288 2227 4288 1767 curveto 4288 1452 4120 1129 3873 951 curveto 3642 790 3275 701 2804 701 curveto 2173 701 1742 853 1463 1190 curveto 1248 1446 1152 1726 1152 2087 curveto 384 2087 lineto 384 1539 490 1179 727 851 curveto 1135 295 1822 0 2728 0 curveto 3439 0 4019 162 4403 452 curveto 4803 767 5056 1292 5056 1801 curveto 5056 2528 4602 3061 3800 3279 curveto 2317 3675 lineto 1603 3869 1344 4095 1344 4547 curveto 1344 5145 1900 5541 2739 5541 curveto 3732 5541 4288 5116 4288 4355 curveto 5056 4355 lineto end_ol grestore gsave 35.909433 18.760000 translate 0.035278 -0.035278 scale start_ol 3984 1856 moveto 4614 0 lineto 5488 0 lineto 3337 6208 lineto 2328 6208 lineto 143 0 lineto 975 0 lineto 1622 1856 lineto 3984 1856 lineto 3765 2496 moveto 1815 2496 lineto 2824 5349 lineto 3765 2496 lineto end_ol grestore gsave 36.662967 18.760000 translate 0.035278 -0.035278 scale start_ol 1536 2624 moveto 3455 2624 lineto 3938 2624 4320 2769 4650 3068 curveto 5023 3409 5184 3810 5184 4382 curveto 5184 5551 4504 6208 3295 6208 curveto 768 6208 lineto 768 0 lineto 1536 0 lineto 1536 2624 lineto 1536 3264 moveto 1536 5507 lineto 3162 5507 lineto 3908 5507 4352 5086 4352 4386 curveto 4352 3685 3908 3264 3162 3264 curveto 1536 3264 lineto end_ol grestore gsave 37.416500 18.760000 translate 0.035278 -0.035278 scale start_ol 1600 6208 moveto 832 6208 lineto 832 0 lineto 1600 0 lineto 1600 6208 lineto end_ol grestore 0.100000 slw [] 0 sd 1.000000 1.000000 1.000000 srgb n 33.500000 20.546700 m 33.500000 23.046700 l 36.500000 23.046700 l 36.500000 20.546700 l f n 33.500000 21.046700 m 33.500000 21.046700 0.500000 0.500000 180.000000 270.000000 ellipse f n 36.500000 21.046700 m 36.500000 21.046700 0.500000 0.500000 270.000000 360.000000 ellipse f n 33.000000 21.046700 m 33.000000 22.546700 l 37.000000 22.546700 l 37.000000 21.046700 l f n 33.500000 22.546700 m 33.500000 22.546700 0.500000 0.500000 90.000000 180.000000 ellipse f n 36.500000 22.546700 m 36.500000 22.546700 0.500000 0.500000 0.000000 90.000000 ellipse f 0.000000 0.000000 0.000000 srgb n 33.500000 20.546700 m 36.500000 20.546700 l s n 33.500000 23.046700 m 36.500000 23.046700 l s n 33.500000 21.046700 0.500000 0.500000 180.000000 270.000000 ellipse s n 36.500000 21.046700 0.500000 0.500000 270.000000 360.000000 ellipse s n 33.000000 21.046700 m 33.000000 22.546700 l s n 37.000000 21.046700 m 37.000000 22.546700 l s n 33.500000 22.546700 0.500000 0.500000 90.000000 180.000000 ellipse s n 36.500000 22.546700 0.500000 0.500000 0.000000 90.000000 ellipse s gsave 34.580900 22.146700 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 34.894167 22.146700 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore gsave 35.207433 22.146700 translate 0.035278 -0.035278 scale start_ol 1600 889 moveto 704 889 lineto 704 0 lineto 1600 0 lineto 1600 889 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n -2.000000 0.000000 m -2.000000 24.000000 l 2.100000 24.000000 l 2.100000 0.000000 l f n -2.000000 3.000000 m -2.000000 3.000000 3.000000 3.000000 180.000000 270.000000 ellipse f n 2.100000 3.000000 m 2.100000 3.000000 3.000000 3.000000 270.000000 360.000000 ellipse f n -5.000000 3.000000 m -5.000000 21.000000 l 5.100000 21.000000 l 5.100000 3.000000 l f n -2.000000 21.000000 m -2.000000 21.000000 3.000000 3.000000 90.000000 180.000000 ellipse f n 2.100000 21.000000 m 2.100000 21.000000 3.000000 3.000000 0.000000 90.000000 ellipse f 0.100000 slw [1.000000] 0 sd [1.000000] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -2.000000 0.000000 m 2.100000 0.000000 l s n -2.000000 24.000000 m 2.100000 24.000000 l s n -2.000000 3.000000 3.000000 3.000000 180.000000 270.000000 ellipse s n 2.100000 3.000000 3.000000 3.000000 270.000000 360.000000 ellipse s n -5.000000 3.000000 m -5.000000 21.000000 l s n 5.100000 3.000000 m 5.100000 21.000000 l s n -2.000000 21.000000 3.000000 3.000000 90.000000 180.000000 ellipse s n 2.100000 21.000000 3.000000 3.000000 0.000000 90.000000 ellipse s gsave -3.474370 12.175600 translate 0.035278 -0.035278 scale start_ol 5430 2496 moveto 6289 0 lineto 7481 0 lineto 4548 8384 lineto 3173 8384 lineto 195 0 lineto 1329 0 lineto 2211 2496 lineto 5430 2496 lineto 5132 3392 moveto 2474 3392 lineto 3849 7228 lineto 5132 3392 lineto end_ol grestore gsave -2.466837 12.175600 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -1.620170 12.175600 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -0.773503 12.175600 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -0.434837 12.175600 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -0.096170 12.175600 translate 0.035278 -0.035278 scale start_ol 5452 3945 moveto 5406 4498 5279 4856 5049 5170 curveto 4634 5702 3909 6016 3068 6016 curveto 1444 6016 384 4817 384 2954 curveto 384 1145 1421 0 3056 0 curveto 4496 0 5406 811 5521 2196 curveto 4558 2196 lineto 4398 1321 3905 884 3092 884 curveto 2038 884 1408 1665 1408 2956 curveto 1408 4320 2027 5132 3069 5132 curveto 3871 5132 4375 4705 4490 3945 curveto 5452 3945 lineto end_ol grestore gsave 0.665830 12.175600 translate 0.035278 -0.035278 scale start_ol 6162 827 moveto 6059 804 6013 804 5956 804 curveto 5623 804 5440 961 5440 1234 curveto 5440 4444 lineto 5440 5466 4613 6016 3043 6016 curveto 2118 6016 1352 5776 926 5351 curveto 634 5057 512 4730 512 4163 curveto 1762 4163 lineto 1841 4830 2272 5132 3155 5132 curveto 4004 5132 4480 4836 4480 4307 curveto 4480 4074 lineto 4480 3704 4240 3545 3485 3460 curveto 2136 3301 1930 3259 1564 3122 curveto 866 2857 512 2360 512 1640 curveto 512 635 1267 0 2479 0 curveto 3234 0 3840 263 4515 880 curveto 4584 274 4884 0 5506 0 curveto 5701 0 5851 23 6162 103 curveto 6162 827 lineto 4480 2036 moveto 4480 1745 4389 1567 4106 1328 curveto 3721 1005 3257 838 2702 838 curveto 1966 838 1536 1161 1536 1713 curveto 1536 2287 1955 2578 2963 2714 curveto 3959 2839 4163 2881 4480 3016 curveto 4480 2036 lineto end_ol grestore gsave 1.512497 12.175600 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave 1.935830 12.175600 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave 2.274497 12.175600 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 3.121163 12.175600 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore 0.200000 slw [] 0 sd [] 0 sd 0 slc n 5.598607 19.000000 m 15.000000 19.000000 l s [] 0 sd 0 slj 0 slc n 5.223607 19.000000 m 5.723607 18.750000 l 5.598607 19.000000 l 5.723607 19.250000 l ef n 5.223607 19.000000 m 5.723607 18.750000 l 5.598607 19.000000 l 5.723607 19.250000 l cp s gsave 8.258750 18.000000 translate 0.035278 -0.035278 scale start_ol 4561 3467 moveto 4361 4535 3725 5056 2620 5056 curveto 1943 5056 1398 4851 1025 4454 curveto 569 3977 320 3289 320 2508 curveto 320 1714 576 1032 1052 563 curveto 1439 179 1936 0 2593 0 curveto 3822 0 4513 638 4665 1921 curveto 4001 1921 lineto 3946 1595 3877 1373 3773 1184 curveto 3566 793 3137 571 2598 571 curveto 1596 571 960 1328 960 2515 curveto 960 3735 1568 4485 2543 4485 curveto 2951 4485 3331 4368 3539 4185 curveto 3725 4022 3829 3819 3905 3467 curveto 4561 3467 lineto end_ol grestore gsave 8.919150 18.000000 translate 0.035278 -0.035278 scale start_ol 3699 501 moveto 3637 487 3609 487 3575 487 curveto 3374 487 3264 582 3264 748 curveto 3264 2695 lineto 3264 3315 2770 3648 1832 3648 curveto 1280 3648 822 3503 567 3245 curveto 393 3066 320 2868 320 2524 curveto 1034 2524 lineto 1082 2929 1344 3112 1882 3112 curveto 2399 3112 2688 2932 2688 2612 curveto 2688 2470 lineto 2688 2246 2545 2150 2094 2098 curveto 1289 2002 1166 1976 948 1893 curveto 532 1732 320 1431 320 995 curveto 320 385 770 0 1494 0 curveto 1945 0 2306 159 2709 533 curveto 2751 166 2931 0 3304 0 curveto 3422 0 3512 14 3699 63 curveto 3699 501 lineto 2688 1235 moveto 2688 1058 2633 950 2461 805 curveto 2226 609 1944 508 1606 508 curveto 1158 508 896 704 896 1039 curveto 896 1387 1151 1564 1764 1646 curveto 2371 1722 2495 1747 2688 1829 curveto 2688 1235 lineto end_ol grestore gsave 9.427150 18.000000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 9.630350 18.000000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 9.833550 18.000000 translate 0.035278 -0.035278 scale start_ol 384 5056 moveto 384 0 lineto 960 0 lineto 960 619 lineto 1226 199 1579 0 2066 0 curveto 2985 0 3584 733 3584 1863 curveto 3584 2966 2999 3648 2061 3648 curveto 1572 3648 1225 3462 960 3055 curveto 960 5056 lineto 384 5056 lineto 1960 3105 moveto 2597 3105 3008 2594 3008 1805 curveto 3008 1054 2583 543 1960 543 curveto 1357 543 960 1048 960 1824 curveto 960 2600 1357 3105 1960 3105 curveto end_ol grestore gsave 10.341550 18.000000 translate 0.035278 -0.035278 scale start_ol 3699 501 moveto 3637 487 3609 487 3575 487 curveto 3374 487 3264 582 3264 748 curveto 3264 2695 lineto 3264 3315 2770 3648 1832 3648 curveto 1280 3648 822 3503 567 3245 curveto 393 3066 320 2868 320 2524 curveto 1034 2524 lineto 1082 2929 1344 3112 1882 3112 curveto 2399 3112 2688 2932 2688 2612 curveto 2688 2470 lineto 2688 2246 2545 2150 2094 2098 curveto 1289 2002 1166 1976 948 1893 curveto 532 1732 320 1431 320 995 curveto 320 385 770 0 1494 0 curveto 1945 0 2306 159 2709 533 curveto 2751 166 2931 0 3304 0 curveto 3422 0 3512 14 3699 63 curveto 3699 501 lineto 2688 1235 moveto 2688 1058 2633 950 2461 805 curveto 2226 609 1944 508 1606 508 curveto 1158 508 896 704 896 1039 curveto 896 1387 1151 1564 1764 1646 curveto 2371 1722 2495 1747 2688 1829 curveto 2688 1235 lineto end_ol grestore gsave 10.849550 18.000000 translate 0.035278 -0.035278 scale start_ol 3208 2392 moveto 3181 2727 3105 2944 2968 3135 curveto 2721 3457 2289 3648 1789 3648 curveto 823 3648 192 2921 192 1792 curveto 192 695 809 0 1782 0 curveto 2639 0 3180 492 3249 1332 curveto 2669 1332 lineto 2572 801 2275 536 1784 536 curveto 1148 536 768 1010 768 1792 curveto 768 2620 1141 3112 1770 3112 curveto 2254 3112 2558 2853 2627 2392 curveto 3208 2392 lineto end_ol grestore gsave 11.306750 18.000000 translate 0.035278 -0.035278 scale start_ol 960 5056 moveto 384 5056 lineto 384 0 lineto 960 0 lineto 960 1420 lineto 1520 1977 lineto 2743 0 lineto 3455 0 lineto 1976 2388 lineto 3234 3648 lineto 2494 3648 lineto 960 2102 lineto 960 5056 lineto end_ol grestore 0.200000 slw [] 0 sd [] 0 sd 0 slc n 5.000000 7.000000 m 14.401393 7.000000 l s [] 0 sd 0 slj 0 slc n 14.776393 7.000000 m 14.276393 7.250000 l 14.401393 7.000000 l 14.276393 6.750000 l ef n 14.776393 7.000000 m 14.276393 7.250000 l 14.401393 7.000000 l 14.276393 6.750000 l cp s gsave 8.275000 5.250000 translate 0.035278 -0.035278 scale start_ol 1280 2304 moveto 3685 2304 lineto 3685 2816 lineto 1280 2816 lineto 1280 4485 lineto 4017 4485 lineto 4017 5056 lineto 640 5056 lineto 640 0 lineto 1280 0 lineto 1280 2304 lineto end_ol grestore gsave 8.833800 5.250000 translate 0.035278 -0.035278 scale start_ol 3328 0 moveto 3328 3648 lineto 2752 3648 lineto 2752 1681 lineto 2752 972 2366 508 1768 508 curveto 1313 508 1024 773 1024 1190 curveto 1024 3648 lineto 448 3648 lineto 448 954 lineto 448 373 886 0 1573 0 curveto 2092 0 2422 186 2752 660 curveto 2752 0 lineto 3328 0 lineto end_ol grestore gsave 9.341800 5.250000 translate 0.035278 -0.035278 scale start_ol 512 3648 moveto 512 0 lineto 1088 0 lineto 1088 1947 lineto 1024 2668 1425 3140 2042 3140 curveto 2515 3140 2816 2870 2816 2446 curveto 2816 0 lineto 3392 0 lineto 3392 2680 lineto 3392 3269 2939 3648 2236 3648 curveto 1693 3648 1344 3441 1024 2938 curveto 1024 3648 lineto 512 3648 lineto end_ol grestore gsave 9.849800 5.250000 translate 0.035278 -0.035278 scale start_ol 3208 2392 moveto 3181 2727 3105 2944 2968 3135 curveto 2721 3457 2289 3648 1789 3648 curveto 823 3648 192 2921 192 1792 curveto 192 695 809 0 1782 0 curveto 2639 0 3180 492 3249 1332 curveto 2669 1332 lineto 2572 801 2275 536 1784 536 curveto 1148 536 768 1010 768 1792 curveto 768 2620 1141 3112 1770 3112 curveto 2254 3112 2558 2853 2627 2392 curveto 3208 2392 lineto end_ol grestore gsave 10.307000 5.250000 translate 0.035278 -0.035278 scale start_ol 1746 3648 moveto 1152 3648 lineto 1152 4650 lineto 576 4650 lineto 576 3648 lineto 85 3648 lineto 85 3175 lineto 576 3175 lineto 576 567 lineto 576 205 825 0 1275 0 curveto 1414 0 1552 14 1746 49 curveto 1746 528 lineto 1670 508 1580 508 1470 508 curveto 1221 508 1152 574 1152 817 curveto 1152 3175 lineto 1746 3175 lineto 1746 3648 lineto end_ol grestore gsave 10.561000 5.250000 translate 0.035278 -0.035278 scale start_ol 1024 3648 moveto 448 3648 lineto 448 0 lineto 1024 0 lineto 1024 3648 lineto 1024 5056 moveto 448 5056 lineto 448 4335 lineto 1024 4335 lineto 1024 5056 lineto end_ol grestore gsave 10.764200 5.250000 translate 0.035278 -0.035278 scale start_ol 1881 3648 moveto 869 3648 256 2966 256 1824 curveto 256 682 862 0 1888 0 curveto 2900 0 3520 682 3520 1798 curveto 3520 2973 2921 3648 1881 3648 curveto 1888 3112 moveto 2550 3112 2944 2626 2944 1805 curveto 2944 1028 2536 536 1888 536 curveto 1233 536 832 1022 832 1824 curveto 832 2620 1233 3112 1888 3112 curveto end_ol grestore gsave 11.272200 5.250000 translate 0.035278 -0.035278 scale start_ol 512 3648 moveto 512 0 lineto 1088 0 lineto 1088 1947 lineto 1024 2668 1425 3140 2042 3140 curveto 2515 3140 2816 2870 2816 2446 curveto 2816 0 lineto 3392 0 lineto 3392 2680 lineto 3392 3269 2939 3648 2236 3648 curveto 1693 3648 1344 3441 1024 2938 curveto 1024 3648 lineto 512 3648 lineto end_ol grestore gsave 8.275000 6.450000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 8.529000 6.450000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 8.783000 6.450000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 9.037000 6.450000 translate 0.035278 -0.035278 scale start_ol 4561 3467 moveto 4361 4535 3725 5056 2620 5056 curveto 1943 5056 1398 4851 1025 4454 curveto 569 3977 320 3289 320 2508 curveto 320 1714 576 1032 1052 563 curveto 1439 179 1936 0 2593 0 curveto 3822 0 4513 638 4665 1921 curveto 4001 1921 lineto 3946 1595 3877 1373 3773 1184 curveto 3566 793 3137 571 2598 571 curveto 1596 571 960 1328 960 2515 curveto 960 3735 1568 4485 2543 4485 curveto 2951 4485 3331 4368 3539 4185 curveto 3725 4022 3829 3819 3905 3467 curveto 4561 3467 lineto end_ol grestore gsave 9.697400 6.450000 translate 0.035278 -0.035278 scale start_ol 3699 501 moveto 3637 487 3609 487 3575 487 curveto 3374 487 3264 582 3264 748 curveto 3264 2695 lineto 3264 3315 2770 3648 1832 3648 curveto 1280 3648 822 3503 567 3245 curveto 393 3066 320 2868 320 2524 curveto 1034 2524 lineto 1082 2929 1344 3112 1882 3112 curveto 2399 3112 2688 2932 2688 2612 curveto 2688 2470 lineto 2688 2246 2545 2150 2094 2098 curveto 1289 2002 1166 1976 948 1893 curveto 532 1732 320 1431 320 995 curveto 320 385 770 0 1494 0 curveto 1945 0 2306 159 2709 533 curveto 2751 166 2931 0 3304 0 curveto 3422 0 3512 14 3699 63 curveto 3699 501 lineto 2688 1235 moveto 2688 1058 2633 950 2461 805 curveto 2226 609 1944 508 1606 508 curveto 1158 508 896 704 896 1039 curveto 896 1387 1151 1564 1764 1646 curveto 2371 1722 2495 1747 2688 1829 curveto 2688 1235 lineto end_ol grestore gsave 10.205400 6.450000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 10.408600 6.450000 translate 0.035278 -0.035278 scale start_ol 1024 5056 moveto 448 5056 lineto 448 0 lineto 1024 0 lineto 1024 5056 lineto end_ol grestore gsave 10.611800 6.450000 translate 0.035278 -0.035278 scale start_ol 3136 2582 moveto 3136 3264 2645 3648 1771 3648 curveto 890 3648 320 3244 320 2621 curveto 320 2095 609 1845 1464 1652 curveto 2002 1531 lineto 2401 1441 2560 1306 2560 1062 curveto 2560 748 2218 536 1709 536 curveto 1396 536 1131 618 984 757 curveto 894 852 852 946 817 1180 curveto 320 1180 lineto 320 382 775 0 1691 0 curveto 2574 0 3136 417 3136 1065 curveto 3136 1566 2833 1842 2116 2002 curveto 1565 2124 lineto 1096 2227 896 2368 896 2605 curveto 896 2913 1230 3112 1759 3112 curveto 2280 3112 2560 2929 2560 2582 curveto 3136 2582 lineto end_ol grestore 0.150000 slw [1.000000] 0 sd [0.500000] 0 sd 0 slc n 26.809005 1.476863 m 32.457295 1.476687 l s [] 0 sd 0 slj 0 slc n 26.434005 1.476875 m 26.933997 1.226859 l 26.809005 1.476863 l 26.934013 1.726859 l cp s [] 0 sd 0 slj 0 slc n 32.832295 1.476675 m 32.332303 1.726691 l 32.457295 1.476687 l 32.332287 1.226691 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.796505 4.861417 m 32.457295 4.863163 l s [] 0 sd 0 slj 0 slc n 26.421505 4.861302 m 26.921582 4.611456 l 26.796505 4.861417 l 26.921428 5.111456 l cp s [] 0 sd 0 slj 0 slc n 32.832295 4.863278 m 32.332218 5.113124 l 32.457295 4.863163 l 32.332372 4.613124 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.796505 8.245982 m 32.457295 8.249648 l s [] 0 sd 0 slj 0 slc n 26.421505 8.245739 m 26.921667 7.996063 l 26.796505 8.245982 l 26.921343 8.496062 l cp s [] 0 sd 0 slj 0 slc n 32.832295 8.249891 m 32.332133 8.499567 l 32.457295 8.249648 l 32.332457 7.999568 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.802805 11.630539 m 32.457295 11.636161 l s [] 0 sd 0 slj 0 slc n 26.427805 11.630167 m 26.928053 11.380664 l 26.802805 11.630539 l 26.927556 11.880664 l cp s [] 0 sd 0 slj 0 slc n 32.832295 11.636533 m 32.332047 11.886036 l 32.457295 11.636161 l 32.332544 11.386036 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.796505 15.015116 m 32.457295 15.022584 l s [] 0 sd 0 slj 0 slc n 26.421505 15.014621 m 26.921834 14.765281 l 26.796505 15.015116 l 26.921175 15.265281 l cp s [] 0 sd 0 slj 0 slc n 32.832295 15.023079 m 32.331966 15.272419 l 32.457295 15.022584 l 32.332625 14.772419 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.784005 18.411196 m 32.457295 18.410104 l s [] 0 sd 0 slj 0 slc n 26.409005 18.411268 m 26.908957 18.161172 l 26.784005 18.411196 l 26.909053 18.661172 l cp s [] 0 sd 0 slj 0 slc n 32.832295 18.410032 m 32.332343 18.660128 l 32.457295 18.410104 l 32.332247 18.160128 l cp s 0.150000 slw [0.500000] 0 sd [0.500000] 0 sd 0 slc n 26.786105 21.800471 m 32.457295 21.797029 l s [] 0 sd 0 slj 0 slc n 26.411105 21.800698 m 26.910953 21.550395 l 26.786105 21.800471 l 26.911257 22.050395 l cp s [] 0 sd 0 slj 0 slc n 32.832295 21.796802 m 32.332447 22.047105 l 32.457295 21.797029 l 32.332143 21.547105 l cp s showpage gsasl-1.8.0/doc/controlflow.pdf0000664000000000000000000010577611760731231013353 00000000000000%PDF-1.4 %쏢 5 0 obj <> stream x9vm%kPoF~!hՏ4$##~ro4ĹW+3Kg?/#߿G_+{_~ZK5B-1?J*lcSPNkv nk9&6}amj_J.kwݫ}}ώ6W._~(k]4̏cn;2Ȼ ҆h~:M?FuKqmA '˝|k5[˿<,7a{S&ה,$pomYSI_^_sV |ɖNK{毒O~>Og`SgyE]*:/9FgѽlD_3_"ݼ# .#4ZF>vSbH= G+4jE6=-pyp,u8JAJ91cZ,rk=yX~y뵿9+0ibV__?1gBw~zäz~=0t5Γ`rڥqh-_9aW.Lт@))g{a||[f #)#E W]w̥8(t1cnF3ctukc.y c'g+M  ȢHCPU{[YɉK0rJw31 ^;fpuyHapIK@@>YYStȴ~Lǜ;4=R$/N!#J[acKž.0tt'` Y\oy Յztq8%Hq6 33ypNLa:s0p?X0`)s{zv+pI+G`pg姈?ۑ69޵OUg8zt?e &76ngv3u:*?Ğ)(Pق16F޹ׅ̳u=>X& (§ bFrxZ ѥIϊM(J%" 2a%, sXSA.qHg7(4kQhpXYcyw̭cececz\x*p{}6Sh^L?MH(fз >k0K1BW;{)~qZL_Yg aGxh#9u3κg(OPltg!{8QWPi.w4;j~\̡63W7o#rw( J([d^ѥ X9d~|6$6ή%84a-+/2 ! su_ 8/.b %7f|(=Y&m2jao#60Vbң4[Hq:ߓ)d G}gw{RW.:ƷzDŽZ1p[}1nwe ?t{DŽȎC1˧!c@9G$anM#Kcy=PԿ7 (&]ބ郀TH\l)f3 _*QW.lbp8\zS N9"%|;e<-8s5sj9Z/{Zs]s$b<ť`(ڎT5蘧Q77x ͗~\oZ9p#SYcӕ;>C8LWc/ԏ$i51&+(}>J^udQ||a[src|qa;_\/-0r8Bv8j_KKT|/^gBXZ/\03粎Q.; oWn^.;Jdyn5pYG8/8ppqfem:ƿ2]yR @а!5LY5)&0A_qԛ7u I4\P"c#~T ggCGB,|d%?prdG2m=gt_u@rf(Dg\^G'Ni<ٛ)^A0,2f)Z`~ikcn-%vB 5bwu=gYGWSXc"]"30$RϒrFvK-Fc<Og:q0ؕ>k[1Xϰ.GX O j8 2U]QN #`OQf:@2Y Sp?[Zān£*uFy$gLy|K{Q69%˂ 0Hy ln ]<ҨipsIXڡHaJ;[½1JA?oz0GvXV{ans!'"C BX3c|jzb 9o9Xp85˗q8&dZ>C磙Kwa; S`9qj3pJPn!=18H/e6@P G-[~>T=+B]?&q'jJ%)C.ܜ#0)s``-qI.T)S8OűN"~.QR6r`Vl c4XY{m8m ,}Icӝ D?9#u^Rl+(IA3a|VϬ'x&G߃t>Q>,s^0- Z@ bV0gM09DDϓ~97(r CwC츊>vWwN svИt=jo]x(2̀[8raP" 0g-f9u`l'g؜(eY#O`TXpˑf?[DqC%zS6uߏc{b~nw̭嘅ףeTg;uzۣ=)f##b ]GY~,]E#2t#8[`؅c lhn]OV9 !3$&*jjp/˴>JLXo)YwLe#۲-9ZK =ǣ׋6}L_3dZP۟j>-yT|id9iT;z/?i94 n+K ӫz\6}`W\h-s!n 5dlSFibce89Ds>i.0v~/ ',8W#@a(vSeOKQŠWp;h~A6P~?Js 7n}]D)Lsk[VBnЕ!i]'V2Lx Mkqԍ $:x`b'RqhiFi6=^KE}  iI )jDq`M5n-kPͰH0SLy{0Sc63U1Qaz =kF)zt){+9j#Gw"wP`[ m y˔OnVa$<83V+pEkﴅ<e ԩ%?@ G9pOrJ=%;-J,q fdڗyXM[?)n] Ze*i{z 3 a;$|5Z[Qg.ͯ[ Sq%9Iix~"gO*M!:9a*JvokC'I R[.cL݂ڮXm}W]gUC "!auٶ߯+>0JD8UDqY0Wq*# FGcj^`?tEH?2#" A5F7:g8誈O-;&"aÛ@xDnOCwD9?0X !g!(+N9&'i_Jzbc&4**MG*1eրm&t"?H*ڍ)UF3kaW{)GOcgB5sL'zǼBy}|׃'7 * Gl̓5*wLz=RQ0Yz[ ƭh8w8r7ͳ׎hGvX: +P?Jn\b hWC5?qyn6.JB)ui&-}f?p)gs΃D z`>JUͳqzF^ISj(f0R|b1w.BS[b~.]|ho;2ŀF sք>m#71c6Y t1pKc"ikhF*rب1i@w!pY̦z wM+:%W1q(@s#kfsN*> sK? s0Nbd(;'`b QeDx#tߗ{uaNǠ GXlR?`]Fy014f *o*0.Q,^"2[h3 zi0 ۖ \<6l~8 Eþ E)9]!6 z  HFOƸFTqԕ ގt]u|!iN!wqn(=^م;|L?k 'ǭXN4*3 Ñ沩@/Q4谍P[F=k!9Lgm*Ĭ9c&OsyXMf`(4x)8.΁զd0Ɍ؈"AN҈x-a!72&i m(iCJytH0&v)0FXHT  IMFEv)b5Q"e0) lLElll'eD8e;F)R\;P6((al(e){KBLƀ#a| 1Jv$lz$lX "aۺa;B\/IϒAG= R@|PWydC9TK. 4r)UXrJ )ǠSrʖOfw`CK`w:?Xhv:Bi|=7aՄ{Fs? jf.(nB8# I4Camֺ?*P4Ϫ34_xS-8Ęnquir§|^0Lza.a1YOFks} 9 D>PJEȍ)5ܲ۫ˡ?>Q !4ep0LA/.ƾ&3: F*yvy;%b<4]B>p9-(y$̈́-+оrq2>={Y{^Jj Ng8[UȻl y|A10}D}HHQ<.Bޟo"Nlվ*78R3X"dF1bFe '0>+gGw(Wm a2^埥wp=>IG4Ɠŗ[Ju# CR1 0W?z‹h+,`9ǽO꺤u 62佭>y/{q;^/ULཆ1ғ{x^d)O[k佼x{kὰE[Ǔ{% { 1{㼷{;佌? { Wyxom[ 奾~^{u཭^e΁{/}|{ c'Ÿyo]O[+EP佈 { c1{"Q0?#).2ϓF) }axRgqXnr.W'G5P$Pzsy?F3MSX&[A7U5H|2 b"ueO}zyp2N阺հ.o:o רwMO3La[x(KezI)ɀWFSTi},,eqsԤ+Uŀ[ ,k ǒ` |{s(hG\Qd -KmEPOV7ܨ Xbr,~ !|S`\$' -zQ]yկslf1hWa*/˄\X];[irFpm g[?EaDWzJ,=\Iߣq"4(1EbC2xꉘ̨XT2IX9K*c-2{QATQ7v93أ1ό]0HYq8!t$-%-y}>dF4)2ALfpaN?cFay7A041cp T2Qq[hPڸ{R2"S#>A-\%jn ҄#r.FػlE=>) 1V"X(%fUXo@h)<L(ؙ {~{o˝Rr.Ӣ4i%nlHPX^t%զcfia"ea+S/%|4S0?hb 6>z{_G{e8^ w5V3=KUe&s@_(A}sHB0ߋ[# tє\%.${2KS%ƐCZ_{Hrk|m~%WONZv+m 95c$2}]y(nylH;7?w|q8;07}NW.;KF9,q0[[@E؜É _9NZ12JXr^x-|((xE"XNIE2>[ HP ;V }󍯤g;b$3܆)f54® #/CmC$r՗ e&s,lS'Z8g(Rns5OFre.<=0S ޻7j$4Z%`JZBM)eІw%dLp,B>Fgi|]A-@t).%qn xϨVN4-[37pzrLRcdM[NOTgH1C"Y׆/Ҋ"Q޴/1إxDŽ:0pXcuh M7M+da4wyֱ813\h鱎Q=W,P[rKe,FP8ȢF)Y`}ysuISOr fc <-j$.FWc- "R\N-aň*+} >/<:Sߋr&Qe/lS% sTgCvT_-90Ng(Ff{ HUH!wKsf__]RS` 0<ɃL0NTȻN"0a!'$:kaDO:8憼z_w/ň ]plnBES"3¥G۽|uc?^ Ӽ©X\QjD&'ơDT`Y,̜vq['Wq&w&! g*TvJT?=!B u "D^]0lb{%t_.E9|gMItA,[/Mc f%J4)LG\K$-BfFt>Ů|T@)T%x#-#X֪ w7%1r J!nFh;n^"vI-,/ġa[s4 %&h0\ sՙU/:ĸЍ@CeUoE%UdctBXuޏUormPH {/UWÊo>WXu\#cd@\u|W3XV/j8Lza$+ %9`es4Q!>-Qċi;<S-\O W= w*s^k $Bzh'sIQ[P|TÒ33 g(dzT@:8[ |--L1E2¨Vrv9fïQTC%}~:S e`r@B1?)L-85Ŗy@4BW`r8f/u^ j¥B b! y&#5~TcT,U*%N\b}:=]d |¾ӊ&Z :o(-.Hc .w/o4k-X/_-ayDǏ-yΈczLm[Kdz25!9*YX ͌w"_[%tLb¤3+=\xԪ0O򤬗(z pmʀ|N}A^kγa\Jo[1v]Sv xTzCX-bnwzz!V]1)9]\zK à"!WDD`yb!=L8/;9Qg샷DVͧ^V9z~A7%CHqAWL_wɹ_%MkG\shf$ w莀iuݑ)O(9uk$GP#rF(1x:1F(G2ekkDw)8J gzHEN'6p43(!Y!|'uj$L UO Q^LZǚ۰C,[tYZ]smv1 RVZR-/!4fc'SEN MJ4*A^S2-XR)|tͯhbp/uV2B_̅4 6 @i?J~8EpW?ʴ2^>f~O B}!PWދbտ9g,E?'_Sk۳1kbTW%d^N/?CJp1 z^so .;XI_0E quŸN֝!mߙ40N-,`Xt1ņIv!INr0I ! ;E7LV#x4Ordc8fJB D^p~rAu?E0|Ť!ilLtM!n"G;a/ā&SUKz0ˏ0H"9+ i;N]+Q&Yõ-\;| =*\ 3sWlmbU Ӓx B;C @ƑKP jaT v9#wKGn[c)4[>ѹ SrCYye&lO"WvB~#xy0KjzCYr0̖۞&<0a-mZKF[Jn׀A1 $̫H;~+5E(с@AY`H)URN'Udc;>kWtq*p@CC CLO+]x P^XUc@PE>b߃ v^c6#s|Ǎ[V ֭CA!.@Mj;h&Paw|-]Rayɳy裨RPAJlB.DALהp0[_z(讷]q'f}1[^rw g԰ޢd^u>#;oAL_bǦrq3g0ŗ΋:j.IbG% qf{Wn=K}Dx M{`ܹkuu0F /lO ;RW>_H#'/|dG /|$^0yK0H #OF_xc$'#/1.o"㜑|#pc2N8x$㍓7N28xrIwd%<,g%ㅕ@ tYc|WVs~/dJ+odJVŰ:B /koBpF)~^ZZ$G;QS:zcTeF+7׸ q%\?rO[z-^hp3ی{oK'ZǨ^ Ai;?-q'v:ZcT]`K͵ZzQ]uUZ zJ#T AE=ڥGz ];j6I 1 3ikOiċJݞq?nCU*,Y6=n@FI "$-OqoG)Vfd˫8)>G̠8zn*v\?I$CHڙ##V$#-=OdH#)]DzQح!SE,S%#\L$EN/l1 4@3SDpL%jf*n=d2 3ahu*ЅUK/T5xS5mbM=e}pSL~Snza#3#$7pyb*v`rS58l"JZY$wzN/%$kCYgXQhs/d M$k<K֊1C9uR}:BְƋ dm#kd{yuKYò$kH֘HYm.YvH#Y3d,!kdm%kY#e sε<d%kCYP"Yڃs6Av82[sZG1~ZXK1s׷e\1VKRųPװWTBJפb41링D$ F> l:s `:<Ul۞2}i rN"i[Inp UnÆRL fœ]7J@w{Lw_#7rHnʩ` wV^P)?;1 TĔ.^&laذʈ֎ S˨2%IܽTuJP0r $t ОueP1 C@!)U@u ?reP14X{[ W꥿(ȢBxP]ҁepaL@cyav. 0&eT|xA@VP]<.&:__{P].z. va!kpY^>ݶ{뵐+ Ͽ]h0s XiK2 |c1DY 4T-yuȥ$С,#)66 sXl?>'[zVhMndTz)V'3YQ(<ܒUWYw*L&JP&K,%uNI[|uǭLh."// g:00t;ܓNHpT܋/` )} $8UȢ(GY^FԪ|ۂ5 CY40<%sM)LIr~5y@Gޞ]q[c.ܯEoA"f*Z'aFT] 1g%zόLj^T$jBw"*RaIk%J8rw0?laL}WN?6BoF$s/!OHsPV+M=LҌ X!a^ee@A[$s!)WdR7Zofq7lC^,[I^?BEYW >Yt@ۂIXkĘB|8 ԩ4LP=L?yĐ`Ca5QiEKI 5gQCs[3T y,]D"ŮApJn3_/I^>sbδJIVJ|S # y%4;MpO!!'-EgNEA< A.iHR g}:?}^N9&P 3-c- GܲFoMe%v=(/&qFe_a=?lgy/WNhVʻ&Bq?o*Zl}Pa M|`m]MSRW_1VyTxv@FЏڞ#r 0UZy ]ww'DÍIsHWUi> bxq91T$$_Xm %oB 7uy#"']w\i `_>v .!/cso8*/M)FD`Wӓ(M` 5t!~{)h WCC Q8^%#!YU|kPSQYC1X ҧzФ6H4f(@Zf?Ua\v^GEaOiKBv d$F ISW2$ ƻa=]LqNmq>«(K+GgV+u!嫰V $TZK _%\@ ZHwky0 2DpQ:y#V&ώ52uXq[Xڣ ]"뉾M迎ekm I޿ِ]Y-:b+|mw<,qD[rY y (>0Sb8 Ꞹ[yҝG(c}VŭX< k/vhUWVMr/N,$,x$Qb"6mƛlԧ@0?N:B@-bιb Yɕ6`L}-17Pt;-+d$0'0`ruɃFKKnTG u[ԅZW?/E)r)ٜ̾,n+&^F,aLM{|/·z@SxA$A|b\M!k|·wTߔ@$|_g|SINEl- )agDuߔ3|S8 )QgA\g|SΜ꧸îrp" 0&cu?&3 >Ø%rLy;)!gse{ү4;1>Xp蕋<-5:2Ͻ#CG[SĊ:'`2s2d9шC&A{QvЖœX() S.SH2\fTUM<$laN=l7lc?~gvH8$HUe*ðu1Q.#lބ%#b؞]f$G-6j"Ey<[挑b֗($c<ƤAe1mNȶ#[B1ΙK^w6$9%j$XmO]J(|O`eZ(CƁ=vߖKbpDCo._})"-\x4_>Z4AXxK;%:$nژh.2jh0z i`y=5`ɀ3o.Hd>9x|y;O{nMB 4|5 ȉurLV3T?p9|2 ܡ.`Y8O[)Ch e옟l~z܊56/Dt~ZdI}C ZN7.D`$< ގN½Ί⬰gEQ5`ЄkG5tlqΜaz. QPR>ߎ-אXz:Wr .KyC$6 %><ac(pq ⰶA|WG2#.o9m# +JSI (m_Rq ̀5Ղg6-VL7p9fg f柘TK#셎AӡQ9R[ ~s3^۱J)6,3s$J']  :aW-ITC|Q"!BuW0z%^Sz`:ԩd '=x3x?SЂg8|j.=6ԋfہ;CNIwv~e8*zGs4q47G Fo"W;^b$-|cT@;q|W<ɻ^6Ra1yc@WLdoiMN" ueta IgIsXMb /y*7J; [bS # sZo~uLWsQU3G?[yUϽ5C#E.GKoq[ j,cV,E"|u8 [J-vctr7~c] eZ0ط+x:^ÿ۵}o vunԯrvGfەOuKp.WfPڂ92e?!F% LH[$b(2"F 5UZ0>>jOYF"FF/zCAHݬXejJ)1^kcB-(-+&\Mk^Ty s{[O+OmQ+V UqH@Zշ/lcn/̦a\v۵{`íEuIOl^.aU;PSseR9xYd^LKd֫_/U ȩ!-@:Xu1T0 ¨ w) InU;_L@ ȸ OȄ wlr;b:ْν\T>/>U>9T; {ސeq> skWd˜0)'DZ|g۔w|brRcc |" {pҘ!9m4<F^C~5YWj%6;+wɲ]nItА)s`|ɔrf }--SvoȵغbnA_vx-EmS\(8[S ݂w`E ?f<֚9ؚ̨ I7Q5|hh TAsEHHECsg-(yZ$KC/Ӑq>p \pn`N/a%(PWĝl8PšXC@K G-{G4a˰L rYS0<+1Z;2/!%^f!RITDenë2w"rLCü`{vm2<-7H0p#D@lۓ,i`&lCiKQXIF_Is>h֠' .M;N+( ١JY^I;ƨ`'.PKpDKQJA=,_ӎ40 ߏt?ʾzZG-;{v04֫d kΒw}o*vx{nDCnQI*zCz4+e@:a3j0fKê+"Z_!̃2]Q1AIT]"$5?kTQsf OWgg:z;ZsAg_paQeΜWyPBPd梹tbQ{ HY[~[`.zV\ĸ\=pDktk,r¦:5_Ǩۑj3;^ ~.w-mv?҆%QF(WS};2=o?su ఎƝ޶~hߢ^tߋ1bDpD퇣ݷ7*jݠa#A4:3!UQ;aW\;E,>g~;oǝr_}=辗M}%0Ϯ^h8Ś{VhjF]ZY8TWg$Oj^ؔߋ7;WݷF}LBqT~/i: ۙ?̄c)v1^ /Du0r1# |a K,9؈=Tb,VOuS'N/J1T[u4Zrgs= #ksU sk*-W57LT>v)j^#0@i|aS ^3`f^@6;BͧVckH>U5t5>(=֪JyRÒf=cЂr Eby[ ~gB-9ghh@h! q\^(SQ9A@5AɡNw=wtie䔥r.H]gj>n>#H(9e+?ZhL'p[50[1-Phex&5:kD31WWyv10nxAG?b:|B򥮡ym:&9 &ASÂ$G%.|4H~GaTe@Kdd"IH8bUETXFJ@{K 8u&Ay~[qe\& 0:?;&Rjeń]hv0^ [$A>`ݧZPaϥc3ïpl]/5 (+dGk4=ZT&BtYbr.awM;x[bzÄe){DŽZ6 ?yN(($ZBk=lm`HPEՖ$C"lO I* qS 't\a8$a(E\zz@_e~av$|6X 9&*-Djk?\Gajl 219+PN:,9~`ww#uFp^FJQ;zHX c?G `HPD|Y?v~GEQCV2ToeXXcbNJHB c55pGֱ0x'fz[EEXDr%88Pa2u]K<`t%* /؄m9¼PX"$CN(Vnf-M?g > W /VJ"# 0]u]L$u8Dpu]Dˣ;B,w ;8|41$ũ#;g0!)081c4cxCgW-EFYrئa `;:/Oeԁyl;b^'FX)2Cvyl5a؉^6&u1XD%9Z}l Wf nsRoc4\^m<#%}Cn4W㸜Tڞ|)T񀘫bV^S:elqqo H@A ڤKM: 掋X;GN*ҰÀ-*cj!Ma1Cc56F 8yo6b7ňë{fdAAD ^X=EcD&r qEcT4y?,/`Q 7y&1.r`RD.rZ[/"-v9χi&!rvs1&r" rReEGe48Q (5J 8_8_~E୒Y8$oDFqG[%*'u8/ #M8x{%Ԧ[hWqC WHM:N%8Q] %c~>`=9*7Q,H겇(T8Ґ lkM$O{] ZƧ<(XB+B0K ~uKƨD>zN K&Y#zT7?` 9gdPf%a7u`NI<4>0GEmK`x܆ߴln|,WLEP!,ƶ9h%7*EUeA5(׬w7@| "Zs0yh 7*Hjk4Lha4sPh :5y1K6W;L6,b@tIFD;=ht} wzi6'\u`NG }T+NUцb3d#yɅi}obk^s6 慙NT*\/$s_` Ԩ%pMWK1Q \n-nڻ;;,=$:&K"wiLBKz=0NVn&^[r,.Z|BK߉(Ju4Uכ0ugR%=czKR/&01H8tGG{(/4T>]y8Y-?ԵTPmECGKX )_"k[Шd{ !͔n[YC1ca $B^2%I  c+Rb $,^BrD">6z R$.px $ T(v hx.J@~ͩ6dMTο넍VՂY/Q >\y9IȊ_ZNMdZB [ PcDO$aoH<- %tX4ڒE?8 Yp~Rf|SÃˢDᚅ^/FB];<ͿUT<z/cK(1A}OGi:W%Y)>h-po# `ݽu1oO}^:VЏ4c(p8CUiCv:BW x R1<9Chw,[n% d;/*N #S+RN\MNAvj8F NL]ShuׯlsGXfOAxJb1# 7]8(5I"H^bp =f ԘEE/G( [X/fuvLRQn}|㪲])"N: B>ѫ>J;P&"9*:-^2Q{eUA8$B_U@ !]IB3d`wsӥgk rePpL9GeP޻ b N!pA2*|&T928&peP%GeR$ae@A}_q=?^+Ǎ _.^K?϶ NE!"iyb6$L!`32:DsT$|ې"^CUEEk.s[’UBAA5.9ae^mPe%^ɐ8hq~'1dH^_xF6/5vj`z/wޮ X|\=1Q QO`%[OeJI- ]=q'0I bYwc'sD (ЪI@AE5O&dw11}"Jq$ׇjgb -#vI t zGiH5WΨyX?|9Uf Xo~MPY:.r-v0bd8m,>dh-3ǁݡv-/ .-.j4p MذږnÊiP3Ԇ+bI}#gjN-X*͂`ЦXΜTΉ[ Ԁuf#8l1ӂ#65ێ+~I\ޤ`͆^R>@[g-[̙AU>D䏠_kd)zІըþ(qЅ-zWqɈ$Qf NYC}#Xd}ul$Vt{'ECܲK.0;ݜ֢j  o-!'ok.ip=H0J`K<[Iw?:(ɵdDUmƩ{N''RU(-%5X_d]GQ!/XSA2Gtjj&o~1awjq`YEv*W(cs&.љ{ʹ&gNnJ-xciQK!u> $nJ~dWWS?l-O~L*FQ|1fd cc3r.qż1UnL B o4޽EF;^YSItK ^hj[=>գͣwмGjEnUT`\ Trl57J}N'{Э%1}Su9eu©0P6a]8_2.q R:%7+si[ ^`h&oR~庙5 aq#~rLHU|Z?9qONzep Xacyw{p.MZ􉟘@,~GTB~@rn=SL-و45UEJD )ʃcRx1uU=:78!kͤA@E$ ?h2kpD'j}q̑2X`ԇA2b:±eH: הrP4SSZ *?5c7!Bހb3PNj^Ц9G=ޡ5G$NUQ :tVF&NuK4+9>/å7mQm_pD(&n2_T [Cx%gqb\8o_*> 1 a\ 1 &bHE hK=$e0;HcïAaCyCg~đ?OU7c_8Cs:It2X::J4@xL'+_J7P.V̍nhKF?7:ЊpB54W(uvHLFΫvg)?vFv$f^iҍ]B:˳Ins&YsFLl Һ)S 0Q+69/8:T#q ? mB9Iۓ('ݿq.XU'듓r>e 6΄7ԙ18:fr͗;\;>7 w@B̳|q6τyYR'cE-ɜJq5g}z3s´ϓ0z Li sam7-{XꔊiNxsyშG'as0z *zq*tRX]_DLA*ŃjD.ag5N?G2YO̼z~I Q~ù{6͌^3OX_gK*r'5TV?k m)1$dlpl;}ރ YC{rvNЦ!pMulSG.R0XiE׌04D4UdNBH ̴7ED*mSR w6d>rWSpa4W-Z/߹рSzAN}tS[כn(',Odda;!&'/NE*C90Ȕ<r;AezK}\8AAb_DQY̬.S}AoÝrA 8PS @N# 2Agb9v[iUfR8T8xDC UIwOCȂ]" tK4܊TH-|YX6]GM2\ '|I=]^W9S o`aSA`ނŤJl j=^GLS-sN[s:2z46)jqB8 s"8uWi1)ږs_, /tC9_]׉0o}c(??{},yHX^*˫w}gY)Bv^1XLX!N};?B+Ra0w2[ &ޅ3)t8F05&g@x2U9í kƉ~2|p//6~H4Њua 7[&lz#B bR'Zd0 -&0_a@ 7N~ B bI sf dXOȰ^aI/dv/#tuTiX| /*΁D9]oM<^>i `{8LB ng#Ё:=T8@v#lXD̈́ґ3-Yc3 GH=5o? ,0'amoS:?U96AzL Ę=#Mk2~>.ZtSĥHydF)󮜐Ѧ6 Oip> /Contents 5 0 R >> endobj 3 0 obj << /Type /Pages /Kids [ 4 0 R ] /Count 1 >> endobj 1 0 obj <> endobj 7 0 obj <>endobj 8 0 obj <> endobj 9 0 obj <>stream 2012-05-28T19:15:05+02:00 2012-05-28T19:15:05+02:00 Dia v0.94 doc/controlflow.diajas endstream endobj 2 0 obj <>endobj xref 0 10 0000000000 65535 f 0000033680 00000 n 0000035300 00000 n 0000033621 00000 n 0000033489 00000 n 0000000015 00000 n 0000033468 00000 n 0000033744 00000 n 0000033785 00000 n 0000033814 00000 n trailer << /Size 10 /Root 1 0 R /Info 2 0 R /ID [<83A6FD6F51B10EFA0D3A020B11889837><83A6FD6F51B10EFA0D3A020B11889837>] >> startxref 35484 %%EOF gsasl-1.8.0/doc/controlflow2.png0000664000000000000000000024457211746471770013463 00000000000000PNG  IHDR |)RsBITO pHYse IDATxg\3 7NFG(D@A) .vE]E{E*fC]E(ł Ԕy?{JI7LΜ3!HD.[\\\XXXPPPXXf+******((( PRRe,@4HH|ӧO p.79NWVVLLF0{}}=ݺu[L&SKK/ԁ Ϗ?>}Duttpc```2t:G%I UUUL&TAA ,:$o߾K^R'r~,--̌ $βW^>y$77\.!Dz˷ mmm)  _}}}NNNFFFFFFVVVyy9BHFFO>8vޝtJ555Ϟ=NKemm-##Cm o߾۷o~ZZZnnn40ź~GnܸQQQRVV4hN Bu,:s{eddܿabb_T(.$I|2333+++++իW$Ih4kkk{{R& WXXx…k׮UWW~*MMM@IIIݿ^FFf#G𰱱䛡,˽w^rrrrrGH5j*JԧO"=<<<<<ݻvJu,Iee+W/^g llllmmWE޽ÙիWNF9rHi` xĉK.$驧GutR>333%%%%%%//!`0L ?,$WMMͅ =zZyy@ggg-B%%%gΜIII9<ڵo@@ ,"hH8l6իG=sLeee׮] ɉ)))555i ,$InJHHHLLѣ<<< fZcƌ pvvL H^yyݻJKK {PP2աuv 2-%%;;;@3 2uuugΜٿ7ppp Р:4ϟ?ZSScddܣGCH"HWؒ3f̚5/ޑ|㱱!''iӦ)**R@@@]Vׯ_'5j F/^+**RUU 6mڐ!C  =~wY}YWWwڴi3g΄Kù|rLLLRRR]]]߾}N:eX N,Ĉ$#G:tڵkA/e!%$$ܵkѣGkjjlmm͛7n8yyy$X($/^uk׮Oқ7odeeG)!NAAayyyΝ366 344\lYQQա~ hIiiիBŋUTT[mmmB]VL?ڵk?^O߾}[qrrBYZZ^ZC:ѣGh4YYiӦ=}m׹>h/_ZJUU!ᑝMI:gaaA߅?d޼y?ޞ7owa GգG\$I>}z…!uu ޽wT\\.ժ暊ٳmܹCoeӦM_W>((9}4og^Bϟ?bJs1|Yzb $H@grO:ebb߿K!eee===_z!q]x}yޔ@=p88::B? tk>F=zb``~]hރ?022Lѣfff8͊4  ѣG||<á:Fѻwo)GAqqF2 F5|'X-ruuutzEEI޽C0 H$IHHϻիWll,YHHʪb~lݺ5###===**J C455mVWWGuDMRPP<ɔYUUEӍ8}ymcI_n>`Prr2I栽=F+//'I_~Ab[ҢxڻwCAAbqܹK.9888::^xL䱁ӧׯ.\(++Ku\M200CuuuS"##/]ჾ~#***2K!cccoGӊBƍLðaø\nvv6B͛ cᢊZt:}„ O!l#ÇsA%AQQ?RTT$w`;B֭[6m{`xfhv)**4iAI7ϟ;ӧO˖-)?EwhikkV+\z>ѣFi!´/B{5޹b S___zhh7 #sK,ҥKl6  ,$ H*--ův>iW[[,##pB^+N:⭩^jUߏ&ʊ7oB&X!77իW7sTkiCZl$I]ޝ3f4CSZZtRyyy1{>P$XbJJJ|B6`$OwFFyѣGmmm_%%%]]]Gd޼y`>}0 xMx̙mll,&d~MMMQmni Ycx8bbb1tT޽:u*NWRRZz5^* V1tss+**:F:th͚5x{͚5>[n,&3|;vǏE^?ݻÃ>hQEekF >K&BVUU77!!d.]W!hf;{}Z,훂V\X_vvv Na;z˗ǎ[@QI6#B۷orx!ƈ#L333$?}Ddjj*B庸l޼$I<}=<~x===5#+iw}T֯_ tF͙3GFF&??_"BBBttt w$mllfo:880L<8$M6%˭-ZgnnbŊ>---ݻ׆Vx &I;##o߼ysx[[[Wb[NVVk׮x!iI\z5ձRSSׯD͟?'܂v;-33kK~zȑ!sq:NWt… E[m=tК5k5kx֭[VannBF*..I"aɅ BΝcxg}}ɓ'BjaÆ!zjPkkkÆ " L&!4aIuZ9h[!xW=@l6fn7UX 6uҥ/r !_E tM_*..&BQQgQL&S.akkWë QSS۹s'/uBhÆ "wJIIJIIis%O<駟B" O:׿9\K;wDXnݺ!r?RsG^!4`p:3HH$uttjjjrQQQrrrjjjTӂ%Kwr111rrrrrr?SLL "Мݻwkjjzyy5ՄU]xqȐ!򲲲vvv JMMuvvVRRb0ֻwnGa|EB'O$Irڴiŋ`mKnݺ秣CUTT &@פJ/ 8KorРh .iAE$ڽ{7Ձt >|1bB¢pZvم ".\sN޼y8255DK$XBVua GգG\bx!~ ,,,pBhرX!߯_T]]MAA뭭 ֩Sx3hllO2-^+i`%7T)8FFF.]:( vi[RR͛/|_z!GGGh^{>}ܻwoSUWW7vX^\޽Ν{9Vmoߎ ?VWW㹁oې`!t ^nٳ'Qkb%-h` j.]222"bԩX  # @:ٳgabbi_̑#G3%|WqF2Q'H>~Lnn.B_~roܸ1o޼>}!?2dBٳ=%KHmHdddLf7o-!5i 4HDJo߾-XFHO:wՁt@>455E/Ko>&)##TUUt#### 5C𣊚XOOO~ccc&j޽;x`@@^K.Ϟ=/ ?f1>>!dhhԢY܆'v޽k0פJZ, 1dgg!ƌ# `޽{3̊ c88NddiG !Y{ IDATD[\:KRG%##y?A5֭[Brrr}V>Tm->}jii666xkFyM HѣGxYFo=@ТEBՁH3ghhhmٲO___VV555 7^GGJ__5D$)''ԌzժB4Mp:~rnUͤ(r*@ӆk"XI;zC;6uVXtlf"##}||VZ6 3f۷CCC :(}b1_cAAA^^΢"''_~ RWW2hÇxvINcƌ!"??mmf͚QQQq޼yϞ={&-VbD%K<~xO<:(Ć OUUU 8PVV`o޼ӧAsi0WZ|2BH[[ÇxONNG ?Ą7xӧOCE7zVVAAo?~;Y,֥KLBk*P3٦ yy7n\ÇBfff_+i@wGTohr߯NDhh(te }W^kṹMmtlъ T"b|sAaee`^!AT˗/BC i)o0q[~o߾EF7ΌyY3\ddd h84HWWGxyIX@ڱUTTxzz"L)I>|UPP8vXknj F >>xb{quu9r@UWW/_|=z􈏏oqHHD޻w/%%ŋ7ȬRxBw>~'޿?6CѴd ===]6͛W\i``Hቼy&777777//̙3^zßtr7o ڵkWXAө@%b߾};};wܹ#|Fuuu(((UWWWWWNMTQQmzntttwﮡχd#j'N:r䈺.SӸ\ҲjkkN:l0 eI̘1Æ 300:" qgϞ=~8''Vs)E7oƌjժ_p8cǎ 666TG@C04TUU5~˗{xxܹsGr+P׮]׭[WPPdɒ~7ӧThW;wLJJ*++x޽Tojj]}6|NG& "f̘yykkká;v磣;[~ ੪3gÇ|q#$X_DDĊ+lmmϝ;יZSSv֭ׯ78IdX h3gθR`oGfg̘|rOOΜ]!u6yrvIUT7}[GGgĈׯ ЃaUUU^xqő0y󦳳3T?~<22޽{$;u֛7oJJJ˿| :g>|XUU@ VgooGDD,Yp$ˊ+6mtȑ'VVV!?Bpbbbrrr޽#455^VVN755ׯ_~,--"I?{}SSS#$X?ؠ Ñ8~u;v \.|Gv6ݾ};//'O) 5kt:=,,,44TEEǫp8wܹpBrrǏt}||ڐJTWWϚ5+!!=!![nTG :ajjOu,˗/3fh?BZZu떆Abj%///44TKK !ԵkE剩- r[nѣÇH7H:aoo_ZZJu,-33ȑ#TĈnܸN۷Z;uꔗ~vhׯkii)**Q b`I=6={lИ1cG X͛77H"## KuuBۻ[TVVFٝ:u4UܹshB ,: nվٳglÑ&߿O-[FuD@,jkk2 Vj&o߾mٲd"LLL`IZ{{{ 6l@u,*99'X'O: z, Ϻ߳gձ$I (퓓SWWwձ)էOssscbb9LקϜ9X$A@@QIӦM;tкu~7$I߿͚5>}ܸq'B?{Ku?ܾ~z &P'xM{-//Yz տn@*9;;Y|֭[Zt)Ձ4fGGG㛆Ç{'OxII~@@ysٳ...[ccp!{@yxxhhh\z@Z'33snnn.\5kjjvرqƊ ggg fǎ3fÇ!Cuu#FX+W 4 5<0Q1 Ch &9rD+gΜnݺ;wtĉ@ ((($$$Ν޽;A&Ç'ƍmˮ MÇ]RP^x}vL#ƍWRRBUH@Aɓ'_zeggMuD@A%5UUUӭ u٤UV9::RK˪/^loox9x QƎ!++|a nJgώ?ʕ+/ @SjkkCCC{&,EU7nݻfʬ] {{{EE6ؿw;6888///<|lժUC IJJѣ$X-<<|ʕgϞURR:$m&-[HɓERۊ+&M4pSNI?>න"Ir+WMNN }!666((O>⨿ɓFJY[[pѣ333\]]9"jK$hѢm۶M<911QI`nZWWb 1I&~>>|Qu_XYYݹsnaaaH,@`I $.\cǎ)Sm\ZPVVo߾ѣG[XX8 #G~>9BӃD^իW6n8a„:7 $X$ܹc޽߾}[r/))IMM7nf'$$鉣~YYUV;vͭLi$ɹs޽;$$? uuu555--~J-̏ =?JkcQ܍=pıcX,+vGA_o2dț7op$ٳgݻw{쑐ikkWTT޽[ckjjX+3>>^t`iii3g_qqq}8p ..NYYy̘1nhƌ>|܃%!?MMݻwF,CDXX^HHĉΝ+4СC={޽QTT/XMMM gƌÇ%00d2/_48) :::ͼR***{.ݻ۷ogϞ;vlLvww=Q̙3"8$|ϟ?劯!YgQKK$I__l$߾}۳gz__H$  #\]]7mrlقUy暚={$9uԸ8\UJJJqq1NUT J 233FAALNǓ$YPP`0xeRSS qx˗/Il>$blvhhh@@`ކ`[^&r pvv|;YĪUx 66!tʕlښFEEEg@@E13}tЂ Ě]H455Ilo*))UVV$rqa_^^3cy߼y+==}֬Y?~ٳOpUuuuM5ڠ$B_aVl6;==}sB...QQQwM `$~m'X;v@ݹsGLs\CCCGGG1ڍ>nv+++G?ۿu@!EH%.;sh?[K\. r8ސ|{vNMX^?zƍC=v옺~UpVS63ϫ Bf__߄&tR&[?qĞ={6mFD:GL}}}Sm5s;$CCC oOOO ovׯ_㴁Jrr̙3wW]]ʴ{J#BCCۧ*))1b1b񗙙iffF~)--rqqټy3I%G__۷'O[j*mh%: yyyܻz7LMMI|`p.]fEHъq $I 0+**deeΝ+&f̘!//DlBHMMMMMMUUdFGG9_' _U|||~)qFǏ)aÆ A}0@l6Mtvk PUUҥq۷oL&Nd~~{x噛=޽{L&3B(##WFS6?F7?M6ج\zѢEM5chhhhhطo'N4 ?kkk???}}}}}/_ ]z5>\F/x;͓ɓ1_]] m U}򥆆FZlV­mܱ277ׯQrrr=zxձ\.#믿gmHkԩJJJ555b3;& IDATs S`q8 $\]] ͯ^Jdll֭[I|ٳLxSIII@@/.))!`|޽{m2֭ó_kupH ZYb/2a<)#~7===KKgϞ FTl]Ik=x!e5!7ovUII)++XxA+?MC@b,#&5446 *8ٶAdIq?nH`fkFxxx]]]S3u۶m\.7<<ݽљƆ%[yۺ/^LsI;CCCyygR #H^!i…4$X $6}6B诿S>}b0<֥KC66Spd[~ɤ!kk}y߿7ӊ03^)|UQQQ0b1bjb+++P EخVZcǎ3gMrr2Ab͏ǡh9t8 ND61?ƓH1*ڛM"W|.\.W0bk5?\"㴁͛7 2k֬p]'aЄ 8%@hׯ߀Wm߾}/`^VpSɶPӓIqႂmm킂FgLhھ};ˍpuuHq" RQQi6A-Z >`b,`f1Sкu?AK66Spd[~L&oth[i++ϟ F|lWOT*++QHX,\' 9H H_EĈ#jkk) ,`!""rJ ڰ}$7CbbbP?\.έ=<<$ _~eСO::TMMr.hdd$Ac2T ã._ZZZJuD@4 gOϟo0cHHXێ;;w :TL/<2227nܘ0ao$[hÇ߿XPP@u8@Nz]ti)))***T^MMMk)--t钃ŋ6iWPP=0..N^^_Lw<TЈx.+Eĉ޿oooG ;G/_ҥ Aaaazzz!!!'Nӛ;w.Bڵkxʫ!44'$$ \^aK`` d2_|9~qttt'СC={޽o  ֯_NC)((L0B^^^x?[JO?򚚚SN5J]]]v׿ iCހzXtccBc䎚X5###ILNN4h𔔔b6l~Vr_i4^R;JJJGܿ!F$u>}j``tEcm =yDYYdyXGkFo\YII qr፮yf iRWWb-]tǎ,L UDEEݹs>{7z B7 I߾}ꍞN3$0rrr277S^^^0a^-ZHFFÇTF߿755O:FpPoݺգG!.,"3!}=dG/]/??_FUTT뗝}Y??F& R`'NٳGMMmӦMFjmPv}W, L0o߾)((m5u:҂޿_L>N2 q>z 700}I;&sϟ飢Cu,hmV+2{xxDEE$fkkX=XMmݻ}СM,L UGx?y%}}Wn nZZZxDGGoK-'O +DKJN82mu֌ $cbb,,,hWr.\@R۷oNNNAHȅ |NVVT8$X+2;88[ZZ~l*j[$I"vԱ„!PuLLa߾}O8 \ݻ&ny{{I$o޼9zh-ْ`G嶶&&&Y ֗/_xOGVRR˧Oyjjj=͍Sh***dV]]Z~=ձցK4=<mT$im۶$gF˗^^^jjjݺu:()&$Kl5Qc!(ME `E Dn(]:H<`ʼ~쌢++++&&&xyyQYF|ZYYZdF+Wڢ(o߾eٔcǎX,yi;İaġDD._'E{455L2r7n|Wa6X 'O8qNrر`2@x[IIINNNԆHD]]ǣ"i&Nx̙ &]~{,v٭[h4Znݞz|& #ן;w.00gJUa)))&Mrww~>jEYfYNbnnЀZ[xQkyyyzzbb FvIIIinn&,SLƎ{) {,i!DA|Kzz:g'0L[[\ r07|EU@ ---o޼IULik֬Άoڴ3Fu!_g͚T,59ݻwJJ ٳg]=r("ϟ?۷ӧUUm۶ܹ!ˣv֭[ lX/ƍ7o޼իWq\i޽kkkkkknܸrJj)ÇAAA Ǐ?ydnn{UUj9HYYرc.\УGrqƍ9r֭`zj`%%%ZG|lڴ)""OUUUEE{ׯ)FD}}|h tǟ8q˗c!hjj?~|yyiiiZ|аqFB0R #ܛN>=n8]]]bJcǎypFh4eee'''ݟ8p@B__'NxxxTWW`% O>~ػw/ ۷~Qٳa6 DDnsdٗ/_^bVu>|2a„Ǐx{,d[G!G'lܸPKKkر`kh4 5jɤ*0eʔd=׮]&ɳ䔉%K":88TUU֢`%~ PkQ֭[~:j!)%((h***K.* :~鶶6`0Wy 2 f``0zhBc9::VWW֢p[~zHH9]rJCCð0 PkH#>|pO9^gРAΝۿA=lra $,ZsywgϞyxx5% <{{{:~^z@8p`ܹ 3gD#u}N$cKKKNN%0 =rG|rOY (zܹs  ̄ւcgff ӧ֮Ϫ sih͛7,YCOk׮4I^QQ!v#FぉӧO&L޽{jjj91c?xa`ll8tppB2 rԽ{qơ"'hjj?iƌΝC-GPDd2RRRt:j9ajjJݻy,uȨ+A^x99r ,4.QQQٱcŋe}sqEGG'--m'O~:j9"۷oܹS horKa! V{fy555aaa2G6[B6-"FYٳ+W̼Qˑ`:ujΝӦM?>j-dX۷o'Ka!ov G~w"؃E}M6qׯ޽{Y,ܹsvD1bBCCk׮塖#(Do޼qrr{nWzϝ;IxCE033^ $&&va_v#!!a̙(4 BHۡc~m͚5 ,weݤhݻw'[XX}ɓz4`QF%%%]%ؘ:~x Ua$ORRLʔi\\\'LZ(+11q/$=%0)D`j$vN%^G>~^^ގ;P Q&L{ӧ;vLIIkSB/_.X`Ȑ!xUK F +=XHDUU@B痔믽{޹s'j92F55'OJϏr # L&ڵkK,q08Hظqcii]W^Z!Npppnnٳg=`.Nu16=m4JEa$MZZZee%+y?}vZCCC}r~cuIIIaaacǎEt.N8h Y_C.qɣ|رaÆ͛7ҥKl>}tRgg[ւ`:CWyӧOqS[[{I&qyܹ~I;nݺ;v `d"qSNqҳg=z~An ֜9s޽{s`dMMM==f=:rH:xyi4--f{{{?{0_D>vv}ԩuyzzւ`:Oiii޼yO>+V\"S]]*tAdee]FI&#F666gϞjEҎ+V1bƍ`0.QZZLEa$ ~TJpqqIMM3f̤IΞ=ZT#o[[[444/ F:9Gc.\$$$H2)?N>ͧ" ,Fxbhh(j-Ҏ5k<{'c>}J ȁ"Cssw1#!Auz,!pm IDAT455#vlllΝ;ѯ_e˖Y[['''ZFrXbܹ;wCEq6c q'b0> ~:bCE|Cԝ9Y|` h5| o|2w\Ç{„%IjllxbUqYRRfjjjkk{}x t:= ? O[믿~w5R'Nf0}9t=CC}*.2*n (B6a„ϟ۷ӧOnnnd+{TUUO:տɓ'ߨH+eܽ{WkϞ= #00p޽߿'wo}rr2PUURxxxkk+{HOO/**RQQ޹sBoiiֶf͚۷777[ZZZ[[CgΜȉ ,i;iii%%%39722Bx…CaҤIL&bo"j%"<<ӓC?)mmׯ_C F !!|# =XiiiW!9]bj]hhllܺuF x jEIݻ̬iDN ޽{7nL:i0X¶w[YYN o߾n{g6O(]1cddd̝;ήҲAXv6_gC[[BHDmm(kjjɧf2EMMw5Rnnn111A@H `<xZ8p@Յ PuuuUUՐ2Ԋ0b篿2dHcc#j-R<W^ikk6dJ&4qqUTThhhZK.g@!N{CCCsF?cűIEş䆆u￿x---nWLT kB_;tĉnjCĿGyf@UUZ0L[fΜZ z Oԭ[_~0rѣGi4FEy訫˹M&`[f'$$Al6[CC[JOON1h<&+""oKǏ711OII166A`R%%rOjQ2 4Iýcbb ׮]srr??0s' wر m۶sůɾ<ķ… I_+=455544޾}0tP`'=<{l;wyurʕH2oV^ ?$T VAAQtuu\\\(vvvk׮[l{ qG1t:MO 0ippѺu89Eo}/((pvv611}0 ܇TTTWVV ]- w2TBB`0VVV'OBػwo>E ք ,,,jhqVTTK 7o~KKˣGJMp A>tZ6X7oTRR2eJH~˥8H:tajh<%%˗C#GD-J "%%+W+⢪J2=MCMMMMMكZ N#bbb!YO>g96{{{Tzdmm?޽[tijj,YBlll1UjjjUUɓY,j9IUQQhѢA_ #iZZZvZ졯{}믟?*s7nXȤZxquuuBB:j- F,t:j!HJJ*//_|9j!2EbbG~}}|inB%.\?&&&ւ3X'N 2dj- F\LMMQ Bcee5fZd]~w#GY[[Pٳo?"/O)c*$$d #ߐ=X&&&𒖖˟~IIIO G/ܣG$z0~i=='( 2@,YСCH4C%E/O GmabbbR3G"Kyv)W^<9JQQQ_}Q  W\)գGJXBLLLRRRL&j9AQk?s„ +VضmZ%|ɓ'F$KSE,zabUUUAAA*7]EDխ[>l Fjxzz?~gϞ >رcGwwʧO 'O888_~Æ =ÇW^(YYr%X[[V7o^HHݻQk8f8(UUU p grXf v?~|fff>|O> #::Z`(dNdggs3Aqlڴxw)̯icc#0w!P3CȚ{7|#lyoիϟ?uT##22 ~hѢE8۷ tex***alllTTM;gr'9! iӦq(;wDck0 r1XӦMSVVsj!RjƌsN!!گ_=Bhoo !,,,TUUX 1X . :$ח|KK˶6rzzzQQJ;ۗ|)<<\?˓'OLgJJc;+" s?_aJJJ o^L0j?au8iҤP&ɳ.5[#ãvhK[[{C~Ν۹IWc0bD VkkݻwQk(aΝ; E-(4XZZZ BBMb222" b!Ar p'x aɗ8v?.Yh*ýA6 %l۶=--Ç}XCmm횚jکN`UWW6mڄJ@V\I^|ٹIjUa0 i$2:nll\\\Z䐁A555߼y3j-C|={t=""bر__ߣG0aef9:}?{cc#Q(..f0~555Qķ#_3h _\WW̿N}r?_aگן:uGvqqj?au=f FBI7zhkkkZ0wީՓ&MRغ1c %%LB=XqqqBrjuII 0// _ n^vɉ$+"" ``y400jG3nkk2d͛7ɗo <!S?<)̎;!|U>}͛'6V~~~aaa,! CCCatիqF#,,Ç̙ZvuEeP 7oۛ/fBB`0VVV'OFDD:88]nٲeeUPPlbbbkk|ggg:nkk{}8 ;;;e5(Ch6m"?zں -`o;ý֭[ ݻͥKO8_{++**8+++ }q"h}rssQ d D,f!\d `Ϟ=H6X?@JMM%;?}KILȑ#ׯāŇRt'&&ԊDL71y'III] FHb2#FPSSwj-bG`_h߾}ŋ111vrttJ,IIIkpɓ'gffrNvv62Pl6;+++ W:Ev"==nݺѦ`0CEEԩS'O&ec`;v:u;j-bdƍׯ_>w܎;ٙAS5XX=@dggqKQTT$=#ܳ,YZ #;vxPv:*  t-** bbbr]*ooodaÆ .P(s #FشiӚ5km۶j*rą`#`\.>>^YY #igѪÇq`0TѫW'N|iڴi9 3XG #u^^^zzzݻw;i4iBBB1!=ojjZ|9j!_P,-PB#wp|3tЈWJ-5VkkPki s6&IǙǟ{.ׯ_#) M/^ ΡpĈT}:={6`ȑh֭311_zʼnSYY@tz@@@eeysp"/^}G433377'/| v42OpYRRfjjJ P!ϟ/v!TZZZvx#??_KK/{dX*OٳgQhT;w.gYFT1hР \sWMzzzQQ Ν;|KK˶6Qگ_=sAs7ݓ&M e2WJJJWhoo !,,,TUUӉ܇8;;>x@C?}OkF2m /^PQQ) PKK FAL'$EEEjjjgϦՋZNAc}||`0RHcccIII%Ν;[x1ɇHNNN7nx"l`[)::Iv92mڴNJXJz>lkkkeeD 33|7x`YYOAVhh*׮]K:qℵ5ӧϡCG433377XF%KJJ<<Qk6t' ""By=Xcƌٹs'p仠kaAAѣ!BUUUe%}}}ܹ!Ϸlkk#$ IDAT omm=pY ?&4m(9O')r& e&5yWUU1իWMsE"}3r <Pai4"e4A<={֫W9s洣JXvdye#6' C---F/b)))SI3m``$Ɍ---FFF!EnL~7/Pe V]])LccZZZ7\ր?.+~8[vRrQ˱fffh|Ar`ذl%]7XqqqBSuII 0//YQ^^!LOO'{_@!7I// ÇǍG_Hg' ϧ!vySmȐ!NNN7o$_EfOPX. fffǎzO>]Qꟿ: cXV044VEtMM `Æ LHMM@N,Ivz$߼^ڍ;vAvꄅmڴMm6΁ 5)k&URR*))!ʄ`A.\HѮ\ZȗXC&nn޼ycoooff/UBB`0VVV'OFDD:88]nٲeed~~3N'G[SSB_!spp?Pd1h>>>‚ggg[[pߴiShh(ѣGMMM޽{fOP`.yRܺuk{t钳'D2ߊ ???Jn߾Q$L%Mm߾}%KgHy* 3fN8LsH.+aMJZI֭[ i;qQ˽jhh077g0d4#!hddĹ.t`֧Otuu)%?9rd80::j-Rt'&&])f:99V/_޽[2$6M5/-"n (AKI-C'.j7X«Wh $4MÞ={JKK7m$ͳbJ/Ĵڵѱ+h|$%%Q%Iɓ'gffM T):"*}$?GCTTT^fΜ)A~:P\b}Μ9[Pki z}}} # ]***:tcW4l(_iiiࠠ i4eX5/ A.jEՙZZZ {]Pܼyr &&&wEBF-A6lj ]ג쾊VSS[h2J ik^A1[9Ň}Fv;v#"puuw. #;`ɤ+--=zԩSyvl F9sf\\TR qiw}yIk.&*t FDGGΞ=`ڵkܸq|Xa0ӧ;;; jllܻwa01ѣG$҆x Vxxxss`ȳgh4d VBBBuu5`䀱cܻw^h _/ >}jaa+Dl6;66]ܹ0رc?H.7$=`m޼bmذA|)0|3 :{wBCC||ЫW={nܸ!i Mfee%hyYPPttt$4/.P]]-\EEEsΕ@(cc@ HXX6~Z $yJ'N:uf٫WS|ٳ… (mmm ݺuCEёLgϞ$Ѓu;w;?7oޔ|j 崴|Ç**QRD$yJ;v|rHH۷ZVVVjkk#8FRVV8p۷oQkH@AAM4[nN{ZZZ"##{AѦN*O/拐3&$$bظj*q(mmmsY|ǝ;w,--Q+ˆgϞу`5Ϝ93k֬=z5FPWW_|7o.]2`UVա֥,\~ʕRrz6dʃcJ.[… ݻwG#F>}*e˖;FqիWLLLNNΘ1co޷o߸8&ZgϞkע8 ց*++q|wݷo_LL2jE1+qπUSS0a„>}5F۷oJJJffŋmmmϞ=Z2tٳg߿PmLftt1 ¥K VWWw|@KիWDDǏKp|xKKKʠ999aaax C!Ç( іǏS ^zƾxb۽{7.h4ڞ={ʠ`EDD͘1˜iWd>|,׮]{ٲeG #yw>},Z!&|K,9z(©})3XwYl:U11rҮܻwmĈKݳgO!w=vXkkkߟ={_IXacc !@ * Fn B~<pqqS/^\|yx? Zh4Z``Wmٳo~#O3g666")gFEEQ@H\fJa䌝;wC1$}֬Yjjj%%%Kt%Kjjj^ҥK!!!ꅅOM3gJyy9%0DAAAnZZZ8{***[B˖-*2ZZZsSRuu3g)>^~=aW_}E:u|2jr۷oL""=zh@@Aףa䌸ϟ??zipxQSS`ŵE1I~RSS322,,,.\hkk{ܹϟ?zyy֢U(?~]h111 ,""BxE]]^zݼy4 z~7@AA8766S1 !ѣ~䄪={:;;K8oW{ vvvÇb(ANC1|,]z-a=roݻwK,iz>~HNK&| -,,lѢEb1vرlٲW^YYYQݻwxc IxxtollLOO];eFmcc#1Ie%%*W#F|͛7={PNvZ+*FaϟswwG'9'N444G{l"Y$''Gߦ!xyyý{h4O?$t*(FٱcϞ &8;;;;;۫"Q bz!**J[[*ᐘ;333Z4~owҷo_qJIISHHj8\pA1|~B__d2o޼pM(8::5Enn.gYjOMM]`n` GA΃$:::[9sf)))bO龯aÆR8,`0dq\DGG^xAyK*++}ƍpiii͘1^VZwN`=}Ν;7oVQ|}`bb",#C?Ғ%11QSSMMMsÚ5k:|rrHuٳGMMmΜ9ԪAOO`;wQy߾} xrQ ӧO7O'ytȑ#Q {ׯ_hǧL"Dylȑ#~~~x~ QΞ=K-0]v :tذaF.gϞN֭[SNE>;@ϟ?`իWle̙͝;r5 F9s挱7|CmǏ+ 7^^^(AHUQQٺuǏ',1Xfff`0M]]ݍ7|}})]ݧO;0KyyիWL"ֱ$&&K[nmmmSq>| ~? #\xrtOR#;vbM6 ѣG/_+aÆ)EM? ٓ﨨=zԆ4NNN(III***b?N cǎuttZZZ+11Ϟ`:Jssszzرc˗֭a12MNNǏE.aXǎsww744D Xb1W^,W\ill`ttE iqP Q8\R^^.+>oߚ)1ER=gΜ0fyyyrrr``dHA=zU>}J ^~tU33[JDi[}6lPZZSd?~O`: :&awJaLs֭BȔ)S֯__TTT\\|(JE&_n_+’FEE:=|26nX^^g㊾lɓuuuķ2"rgϞI #OOݻ꺺fddS8((ЛylW"Ԁ¢&ŞCBBjkk)I6iii::::"߳g ܻw!w܁[ZZAEEE***Bww rϤIBCCL& '_*((8p B\"F.KDxx' aI[[[!ϟ?@s1rHSSS6ݹ2|pϟ?SSoZMMYfQsr|&fjj2KI)4Xw9Ԁ"&ܬ?f cAaXCDx致ݽ{7<ܧOSSS K>}zrr2f"Ǐ0bwww1hРׯCpL&<<5__6wTg VBB?7!ݻ7q8?***444444=ŤxrCSS41uuul "_{n@@].J.#shx:'4[nxqP⢯@U@Q+モd6X F]]Ont_:;I UXX92uTݻwehkk~BXPP0zh(j& n;O  .`999YXXPۀ1а˜YTEEeٲenݺV6`ggE8p Ym߾B+c~~~aaa,AݻP\"F.c mΟMC'h[n*HF^_,<fW6OW0)ۈX}C59r1̰;wrwss& v9#ɮiaSecw`۶mƼ>`~HAAQtuu\\\^xLmmm߿Oisrr dddzjVϏ%_YYg۶m&M%9 A)O ;թ@LLLG*\\\zI6 ݻ;"`q2e ڵkܷ!A)! t pԨQo۷oqq1CM8[#bs; n' Y,#Í8 ִi455(9yd--- ޞ%tf_'XtJYYSS˗qqqDm455}l8xN>}b3,U`drjΆFyy90==Wȿ񞞞#Ffmm]RR!#u;|I!a~"rU^^?R@EE%$$˜9hB#yd2 F%ἔCm߾})巡NMMMm6X<~[OOOGG֭[x;AMnDDD:88]Ύm:`0N< t;s#I//A\Pnlx IDAT1'%%%r,aʕJJJ?~D-1ķo._k !~v6M^zEp1QG111__Ǐbd=Ϟ= VKK᯿&B`t:}111Dks̘1#**Ͻ({{0 .y&wwq$Dod>y/ ѧw^qqqyܹkh=]]] O:+`WPP@"6l1fO~2eH@y.N:ŻQNNNEEe֭l6V^yzj h>11*ANNNKK S#O>-)){8<]bųg.;`0OXY@S|ݡ/qMBG5 >ݗwp̘1jjjp*.0 ---kkk 77W[[;44b%&&jiiq &hnnw9j(6mgV[^^y ڼwcyy g#p{[ 6l\fُS'II{… |&ׯRRR-_t8X0'V@۷oaM4\A\ k} ұcjjjtz9s\|%66vǎXII/d9s06=x:ϣ'ɓ'.\y :`aojjCR̙cCϲseX<ECC̙3oD{8M`P(tR'""9/0@ֲe˨T*wcaaѿ6tO6~a """ttt`~6i]ðTMMMjժŋɧljj g)<~ԦðCA ?~ݻwy yGFFhEEEd2Yi2C~~>B!/  rB:ujMqy< BLjf-}!x:޺YWW`^VѢak׮0,!!AAA37ں'aqqq,, 8 ۔Ԧ1c`);1wÇ/\\\:TYтÇ;vxɉ\x Ν>L[8nݺu7nz}1 6CP`g Ö/_~ڵ6{v:{^Mee9OC&NrsZlٲaÆ۷o7770Ղ v]Q,kܹx 300麺е-++srr߿1H$Ҟ={444V\ 533h`1cTVVN6MSSSSSsڴi  &4ν[ `ĉ!!!,?YyQ1bȑ &x8_.n`~ 02;O懮<,200 =zsnn.l_c͞|PnmŅE`utsqwFdeelcY*UU%yf/hEׁ󔊊lll444 ֕A߼y3a{{/^pFiQnΜ9smo޼k;0l+(gh"ލ 6l`2!-G5h4ٸ`fffdd5#죣KJJT*anđ#G#X핱/**244[[Lƹp|wʕ+<.]~pD"q`>nk'gMkmL{aXxx6c9޶֘c3U躃?HKKO4+FZqq9sh!yW2;y+&&98+cojj37Sb0***VLLMM;W*ӧO \O :i&7tu}}}mmm .`3JGklݺU]]}Ȑ!999מ ///NuKKKt'Y{{{Õ ,KSSWe61}C?Χ}{\ݻ|ooVNNOk 6sTW9rMy<躃O&_z#-ؾ}; ##G=,Zn]_%O+ f߿^x{_h3nxxY0 {⅍MJ]OB>=n6 mZ sN__Nmi9sӹ.:X?~1cF-ʜ5&Y+s888:tðS,237***edrYYYttt %UTTƮLN6MVV+\mfyxxtMX鐃%)) #uuuud&$$={.?lAuu5gOxY~θuuu4yݺuMnq!'̏}{\~{am۴KfO2Yysn}s]tf͚ER:m50m" ;88_|Vo}ȈFmܸs ֞o=sS37pMm}}}i4ڶmZ(0,>> 6vzkgMMO.]/_NN(B,qqq:sZx]]]}}}###?|^nil/<ݟwx,--m~;'iiqNxnof9!|:XUUSMrM&`ƒH5kt6aXzzz[n%%%yÅK. 7e_`?۹{p)e8 LC! _ҭ_|0 Llv>Ol60*g{_cWԩSΣGnf]ēкO{GE :''G[[;,,f{Օv۶mMMM,+884::Fqo1[pڳ6rӧO7773[[[qc8d~,vzߞB\^^~ҤI>}⾊k"""{ᆀiZl|߹D@nXjgg!(FTT\?Ϟ=+**"H6mꢝ^Çm~ fzzz$3t}6^///=9^xbTTT`_:OƅNO:79ӧOҸ5NKKڵ _EMM;ٳEEE9;L޽勽}S=;vɓ]1Dj,#*L'O h4bO+ B% ϧY,VRRҴi~jV^`05{QIIɥKk!|ɓ'3gΤRDks\rh!CYY=44J:` >Bv&@\/qrN'‘DNOt" ؼys'ǏT/fh=T~u!ѣG kg鱱bFޯ_611!J=~8MLL,&&u;v,''g8Efff,+++h!}+W:u^lf8PUUŋ|^rð8;;;++`MMMW\׻;w+yׯpO...}ͻdl~/i:''-B Dqȑkܹsuuuk׮,B8|2L5kB}ֵ?>B9@Mff֭[Ǎb |-3'N :tZF,ڵkcƌ$ZKrrrnnnD ! _r-_)++{@^^^/^}9͛7?}k!--++$ZK#**jD ! FDD_3giVJJȑ#,,˫09rNO:w!ӧ7oa}VQQA](0444͛G "qssSQQvZ_~ǧ۴!^Ϻu>|x1cn<>>˗GEmo߾}\~}̙w޵ Z 3H$OOZ999ޝ 077Fuaǎ#Z|JKKh!d2ywxb@@իc JII-Xw0 Bw?֫W@p{DǏ ELLLTT8"$%%;tRX_>~8s|-[>KQ(BNEE%<>hiN;bo&OOOuus={ڵkVVVׯ_q,XPK8jjjwns0?H$ý{rssWXcooonngD)..N___666'NIMM$9sfzzgΜx?~8(A0ގ͛7yw"X8p`@@@qqq@@@}}tog!~NQQرc>|7nXZZ^r-~ 4+V8wuNNC# pѣGt/^33##x޼y^J;;;eep}`zjȐ! !ܹs'NYf̙3cbb0 #Z8qѣGPVV6vǏ/\022򧕶… ϝ;w;/--Onڴ nBE$!`h| mv*((Y```iiK׮]+##3bĈ'N|huIxx!CO:u9\gϞpB33L77P}EEEՍ9200Dw`0PK8q"l/Vaaa~@wbbm gggXhBB}}Fzz/.f_zSoذ!..N[[_z5rH??)STWWk:AS(OM^DDm0 0;;; ٤^Z]] ..>eʔ?~M"q|񇸸rTT^6ۄdرB?99[B : 4hSZZaUWWݻWMM-++h.3 y_K[[{ʔ)@t&`ܼy=zd2֛(++?>Lhx:u*ή/UWW9|0̠?;w;1p 6s%ZܹPRR0`P(u \%ܹ3m4XeEYYy޼yonhh ZZǏP(˖-+^SSSuuudm~0qJA@GՂ! i} ` 0lqq &>}_}[n, 8NOG=y/b߿Jjjj&&&h͑#GZ{W˗/'ZfϞ0 z!8ŋuZ$jΝ}|bݾ}8p;wp4WCr'HJJҢR{eXĊA 0 o`}h]|pwwWSSk!~-nfnݺ~)**._<44`N|-((hРA{;y3mmm*gϞTVVN4 LÇ@`}vnjӦMD+Bxuva͛I$ҷo߈@t;EEE'OtrrTƍ{֗/_~7EEE!Cpb~w8%f9"**J`K@Z&Z7rssn0 5kR[[{޽5k֘dȨQlɓ߿-jkk/]4~x"1** qENj oMbYz5Ot$ Fa؋/@UUU O>}ivv6a eԨQF6l;Ʒo"""¢Ν`(7{슊}]'Yp[^ !~| n|F 颜s IDAT-vZUUaF3f̵k@Heee\\ӧOccc߽{UTT,------,,,--qOD ,իW 111,_~3f̰P(1޽{wڥ:|p܇u^t >vؕ+W-3aaa3f̈;v,w))7۷@qD:##˗_ --mcc3rH]] 8PII #===!!!!!ٳguuu111OO9s8;;Sns̉pL[̜>}zAAw}O h7oz{{h-'ׯ߿?TPP0`K(p[ 4:[h4|f@G?p`s:thŊ=yZ=,Y:jԨk׮̨$B0l޽EDDP$U077JJJⴐ^|iiiyڵ3g v H JJJ_΁4L&$/SØL&陙 殙Lw]]ׯ[ZZ fn!!!0}466.\ի/_I;G:n,^ڵkL0XqD/9'''???//ׯ_xPUUq~ ׯ_?eeeCCC=====]d֬YӧO?{n%;;{999Vaw=<}zɒ%D cc+V;v,))),,LGGhQa#;;{ҤIeeeGFF\2(((//ƍ+Xs,pEҸ#`0`}}?SZZZ^^͛DkAJJJ9~8B100;&111䚚qnY9rdܹiii`Ǐ3iii''hDt_䚚)))be!ijjZr)S444ҸWի7oRVVԿcc6[rssh4ڲep$!!qׯ e]Ft &>}zٲe<3rallbee57։&~_ϛ7OIIiK˳,\2MMMSSSK ݟ?aXaa FGG //&XpoߺiPOPN8щ̙"B̫WΝ/Մ@ %44TVVVFFڵk:⬭Y,|٢.[aaa11: SظrJdllv $..NQQQVV6**FlݻI$Eqq1YBB$ԠDǏK,9s^|)vvv:::.]/l6'\TZZJ[Bm"&&v[n6,88[Cβϟ?J~vuְwY[[(!T)#֢D~={v/^@ڽ{7< 0ٳgNNN$uȑ#Ϝ9ᑑ1doo u 6 :4%% ^^^qqqݺu*++`'4A(.]ؠkvVE0FSSsȐ!pmV떷oh7"`[D"zJ0"z s666kܜL&ݻf$F Vд4 À󉖄@ GCC/6l؇ӉPRR?}4Z=H={tT__?ynrDVVٳ !b:tf͚DT"L8133sСӧO#Z`Ҭsssoܸe˖nZ(--}_=*{=H& d2n }sY[[߽{ȑ#1hjjnٲ%<<‚;Y3noo:ujE&~xǎ hQ_(++GFF?633KHHB]]] O:ʼnƽzNSSSMMD"mذc͞jjj?=##E^^^NN>11ss9a˖-sssqĉ&MHNN=z{JKK=*,,vss#0+JWWW/_'ju={MRwbZwÇ80sLSSǏ @O`nnvhhhcc#JLL҂E0 ׏0d;w5JKKsmTUU=zVVFxx8hnnJLLgl6{&MpK94dee_TT4$$h-f%%%}}}+z/H*o߾6IHHN?z(l޽[]]ð /// // =zjb JKKt:}>lllL]_(ϟn޼e˖'{ڵ.ŹұcjjjΜ9s._cxWxd2Ϝ9a|ðÇF"xѩklPPN1cƙ3g8%RSS555Y,֪U/^̣O,:^[[d2ొʪUdׯy| rqAi~1{lGCCra &&&...DA 8f?.&&#b0̄g.[gl̿TUU`u;Z ᩞbCR={٦wi&\ܵlvMMMnFFF:t[Nt8XܛL9 Ƌ/߯sN ׮]aXBBǵmN b)++sq…!!!VVVЙJJJl]H$EII rʕ+EEE#bn0L&o޼ WWW__H68v$%%[ =a?pss̔vĜ9weD]COfyE7vfϞrwǏvqqf;{n=1>3g''OpY,ضmoS,**-p',,LBBB]]===h-}"Z ӧlmm ..W-!x0eʔu1Sp5I...`IIIܧɓ'jjjǎ-,___:{Νʹq;v hI g+''G[[;,,f{gmmmmbMMMi4'|ӧԼu`2t:=)) \^^^拏`XpSQzHjj*F 'ZKի奭M?OPRRҲؼyUV>SEEŔ)S81SSS ֝ mll455 }Lmd.GO jjjGurr:88:t 箋lll444 ^7yf„ /^000?~mvv9sZ =rYgdd7N^^^FF6..s?{z40g>}dffF&GKDD,[LBBh1[x>DZnJJJS^͏?8V~~>/_&hii-^-'!bsssgϞK}}ɓB2FMc$WS__?w\pDTVV ss3L?c&777 `ܸq{{~ZL"CIKKSWWqJpbr9^~ AAAW!!#88XJJJAADk0דHgff!ްa֭[~~~ Ƃ y͛M .\}-ZpM@D =oH$???4q >~8bٳ;eUX j[|y/#4HKKJω@)޿onnXx߉s)((pҜ=zfRUU_BCC9NuttDEE/^H`0K,|@]]l* S Ï?/_011龁fϞީez왑Ǐ 'ܸqCNNNZZn?ԩS'OP(#Fڵ+55Oj#**JVVVQQ;Vرc аh-B0F͚5h1奥/]MC:`W>?~Xt)ݻw1D7n:cccRQQ3gիW+**VG 'NP(h!a 6 0o<ܗO^^^:X߿OKK+--uttFFF111`~~~e0*SVV&//` ޽{gjj +pJF>}tYYYL޾}{rrr k577Z㎎7o_LL,$$h-B30Ąh10V^M" Z "Ћ:u5k[,**244|9a𠰰p0< ::Jr}˗L ӧׯ711!H%%Yf]|WMuu3t?0ȦM-`N 0 [hzD޽{gϞ,t8!*xTOO 0;g['HO}mVVVB{SLaCn۶L&huo``@P?Nʏ?f͚#+0,  >sL*hAHRR^x1mڴ`&..٩WZZ |0`fggH$ =6m233a~͘1#$$D JJJDkѰ]vH$KK˒'O=zAA<7n$Ƀ AŚ2eʺuLf)B ÊUUU]\\8f 98… s^6{eee/^6mD"YXXlٲ%11M?++h-0 tǏNZXXhcc9dN@lA]]ٳ#F(**NsssRRҖ-[,--aXKAAŋD ,kÆ #G ڲ %%FIJJ޺uh-BÿP#V QL";233L"֯_#BBBf̘ѯ_?233۸qc||||\ RdI>}233#(8.`1bذaĪA = &}v B< WVVFt~ |mۆJ&rrrSL9|)\RRbaaA"vzA>ܹ v.'nnnoooT ð Ƞ:V54MTTȑ#B)QSS=z4ZQ|rYf)))>}JTX+--M]]]BBƍ]sQFiiiB޴5p?։K:ZnƦfss߳G„4 B =/_BpT/%--MWWL&oݺUckkk֒8sǏ&#<<\RRFqu6=x:ܹe4mŊ)奥cǎ466A␐]]]---:~֗E>ޮpyQQQ]]ݷovZ߿h #`XRZZZD0l6رcjjjOaXDD1 377z*a"""/i/gox;ӧO`Y*DG4hп٧OmF HLLҢREى~:ydX2'yɰX]v1BN:Eccܹs'Oˬڵk1 KHHPPPh>|f> lvMM aL&3!!ٳO|]zzzT*[ t:wf+@|*++]^ IDAT]]...b3gϴ)ݻ{Skhh/իW?z mll+ohss3'{..KSSoO ;S.8̢fa*WWW__>yI{9{[ą*+z]F4bh{'6}aKva,A6={PTquu? :j-;;[GGGTT… ꌎh˗/>}:ad2 .`\[g\Ǎw1 ÞEU{`Ѓ@ EL<>>h9}ɓ'kii%''Td6)))Cӑ@ p}Q[[+22<--ԩSaaarrr7@ƍ3YYYgg/-zjGGϟGS\\En:f̘$&I&!HII}֭[믿***&''>Gadd2lذ _fP]]=~3gάX""")%%%-,{{tB4!a_~IOOҚ:u+`\ѣ>}XXt644bcc544:<}TQQQNN'-~,:Sz{Bh8sLhhhAAehhhM555{zzjhhΟ?G^͛oܸ{kk봴4 *8::$$$$iϞ=+W}$$$ )5k֨ʜoll 533h0* 7)… ...rrrϟ?wqqнa>>>RRR(< E--- , }4uuu 7nlPߪ蒒*iڢ &pڣ( a@aa #}pWUUss,kݺur *4<~نu5#xYBill?߇ eeeedd^}b {nl`555hrpp8vXJJ GUaB11: jjjZ8X666AAA; ލT { ^RRr޼y@ n݂K,v:D/0{?Hk܋/zzzr е .. Ėl `R܃0@0ui>}dffF&'ᄒyʲXyyy!@tWr}}}{rrrLLL˖-w'b6l9r/_u,~,2 rsseddڼN&%%bp! Z8XzS&))y- 'cֶum_%XU`0֮]K"_~ݺß)---//MC:EEE}`t:Y֢gaa!CRSS1 {F۸qc  tdb HOO n:=ǏrrrӧO0爈PTT; 9  :@yE||ldd$Zz l6{׮]$Ҳh9D1 k"..~}BҸ!ĉ_zeiidɒ3fegg6ҥKWNJJBE93zd I&8qh99soD+<"j`ƌ߿wt!>ӧO7o|M===33Ν;G%Z1`ϟ;88/]U~Ayyرc]iӦ7oJIIדޯ_?]QYY@ "555W\$Æ ̄N //e˖>}z„ 0YYY!!!#nii +@TԩS>|X]]-@mPWWwI&Ο??##cɒ%WRR6*8q"66vĈD+YDFF444<~_~!ZP[[ 0c q-C }PUUUooT@777K~~~eeeÇ'ZNO! MSS3%%֖h9CFF:t迯y,gXZ}CۃdeeM8Q^^^JJ ((933sΜw9F쩪ʏ“'O W(++eNķj*UVq4|KHH jCnS ihh 2e তhѢǏ777 X #**3 ťh9?[v-Bs C-~`jkk666XD--@xV__?&&0&hnnw9j(---7fO>,]]]N.6X^^r [ 6l)l6LˉaXVVFxx8hnnJLLlJJJ< ߿O6 ׯOtt4v$FRUUT/_MI/9Xݬ !<>lll\ZZ:vXMMMcc㔔xۙ3g˗[bccw~ L&Lf@y?w\0IU)4 EPHS<=ۡ,_=S< ]OQQQP4FSbA(MA!e?)I6l&3$B>;;e,#BĄKH D7+.. DcvsɔYf4JsssD?111ŋ'&&{Auuu-Zގw8ݻNj2wC4SL҂P/8@P<==> HBB´iXrqtisΕ'555t V\ɥd/,*jbb.|{:Ҋ 8p֭?ACݺu AGG$FzX"6uuu[0`0;@0553B"55UIIiĈ)))x2dxfAz`P/ЫC4Cb07 9t󷾎V@OOK2X?~Ϟ=__~A$==]QQ,a/ AԩS`!%x477Ϝ9A{{{t9 , N*gw޸qD+ %11q YYـ{ $k!ŋzzzx2޽@ TUUag`QT2lffKD$%%L`[t)z.\xU3 XؗwCC$JUQQaa/%BҥKEhllS\ptt,))qtt\&X?~H舾=SǎμyFSSΝ;4-%%EGG'33c$"""\"*z+V5 %%5o޼7oq-GSSScӓ6?ۇݻO*jii1b_₆,066ΊvvvYYYXsΕWPPyM`` |))V,4i ȁ@4XIyyyEEm۶h@EE9/^899)((0_$R$K}B=zJJJzxx\~P9f힞!|aҤID"qx2,>4 22/%%y; Vnnž}vɇ!Snn.WUVVΛ7^PAJKK=n:雮˗_~+<<8w6443C---u˗D"qƌh^wh$h;_jUhh(ϟ>}optAh***,/Zt)ƒ HѼݻwD"jƍ$ 7 III֭;sLYYYdd$v0{捛[mm˗/^w8NFFFSS;C}b0cǎ  Laa!W}@ L6׀ f6m7nݻwGw8=JJJ ;hժU/^llldUݷ p-еk.B۷h^UXXH ,,,мJ[[ HH%''߹sgƌxV sH*---++S޽{u֭|/L;4 jjjΝ;d?4mڵgϞuppu.ɓ'׮]jkkh,@VVզM>̋!򨨨HtwI&yƅy~xϟ#b``UxAC GppI555q #--ۛFݼy  8gزeˑ#G233---!AQ[[UO>Edh^eddwh44EEE-YDAA!..\ihhܽ{PC,uuuN8S'Xcǎ3fӧO!A|S__ΝL1f4211;4rrr<==\2|4`0o_YYY(++ ]y2O#""] AЀUt:]WWͫ&Owh4TWWzj߾};vw·o.\hѢ .mTAwwÇPER)Jqqd /_DGGGFFh4mmm___ m Ax[```ll,4{}oDDDĂ n߾ͥ؀,@||n:z 455DFF>zJjjjΟ?wڴi/, ܶhiiz*/rHlll*+++**1 0k֬QF *ZZZ"##߿M"мRV߁ ;⢨p޽K zɓ wލwBQUUy 9t*z-, wejjגPO㫫UUUS_p AA[[[DD:~QYY~z!F;4ݻw&L `U]]]//vPVV@ضm[o  =u>Bt߿?gΜHLLLJJPRR9s&)l_g//O ϶< [[7oޔ)**~4Һׯ_;;;3 ^ AExxwCPTT$ACRMMM}}zAAL Ctܽ{pС^Y 8< wu7C]]] ,@R1b?@P'Avq}}?+))I^^~ԨQiii fdd˧2hӦM+//a$"""` ݻ-1b@NNnqqq]]]8 A`Rzzzo/'ҥK>/2BDZZ֖NfB7o?;))iɒ%y??;wttt)A}T*uժU9s"$0ZZZ} AP@HHk ².@ZZz߾};F'KKKocCSS:-fT*UB_,"d5oooŋ &roa>#&&*++W` ˗_~+<<zwBBB֮]cw555=8--OO,Pp%11ŋh4AfɮT*fW$%%;cƌ|zzԩSkkk`v%B]tiٲe۹s'?0t:WwCė/_޾}ӣƍǮdC/v ++w4 QQQ/VTT+((:?|qηos`\]]GY[[a˗/EU[[˱$@` IDAT $( v1ɱ̄  ꊈ8Tl*ʿ!sssKII)..3fL_qʔ)d2O ymmmW^-..FөO>EEEǏ~项s4CP0f/_z˗߾}CKX[[O>@ <qDcbbbccDb@@ŋ%$$ 7o믿{? oee5z'O0RO>MNNNNN.((@DBBKPcƌ;Rzۆ#AWW޽113gzyy9::+FFF999  ::z͋Wե$%%ݿH$ZXX̝; H蠿2+cnn}pႳ3zOQQqѢEp%{`9Ott;w RUUuɿ`޼ySNWo wMHH̙3gÆ NNN⭪'Ot1o<;;;8~cP666=zgDEE] ,@{{UyyӧOТ<~xll,pvvްaìYPMMͩSΟ?˗ &[~A***B/^ 2zh/////iӦk!As禦 p %XJ 99QF QaCR###>+YY%K[nرxACVgggxxxhhhaaʕ+׮]w\` Hnn.WM8ͫLLLOmX,@jj{agVX2?/[ { @ǏONNܽ{/2h8hѱ?~$SN7oѣʉ'edd`ӧO֬Y#vֶ~zk׮1 #a۷'O$:;;޽tRf؜9sN>]SS \\\dddO>}_|rƌ%%%2֭[J8TUUnyyy#FMOOž`0VZƫ,< ̙3޾}˓ `!O?.^(qL& ŋ ʕ+JJJ[l;H(޼yONN --yʕ_ &mm툈.:uI &<|AvISSS={t:M 444n߾MR222Gѧ35kָuuuĉ^UCmcc#&&#aѢE]]p^akG… y{>} 36ϟ?..." wiooDÇjjjf͚idd~G|ѣGzܹrdvv&N߰aʕ+n|F5 =VQQٰaH|u^0QWWWWWa}|PRRx?W\3fLee%ޱ@}rn:555cc† Zvҥ;;;\_ ./_M?]GWWwӦMHų i29tg3Xa===,rttd*ݝuǣkw__~A$==]QQK~7eIt2b/_~essW¬BJJj y]WW7n8lh8z(@DzA رc 3gΜ?MT*F۴it-СCD"X)**RWWٱc>ڵ˗iMD3- .\xU3n豻{gg'v^RRJ0kqqqK"H_|-B%%%:`0  ,'p&񣞞\VV 綇D8^ʦ&III&ׯ_kY&XVLL1B/??- XhׯiӦ$3f̀}WTOǏ3Ν;{4!V.^H \\\lˡ[n<<<._ͧ f_566KH)**RQQQQQ)**;hhhPSS;v쐜:Lt9_H$IiiiCC76]ی9211>>ӦM;FY[[~ZWWp V鶶,'/^TWWp<#--ևh/^p:'++KNNNOOo8777Ѐ7!h(ٹs'`c~$lll7_ -L~ڴi xG)))ǎCY hhذañcw,:uj8訫{z^UUu֭#F7}}}//]Awĉ 6888 Q!MZZZVھ};"L1s;xLEE&X4~(&&Ʊ yR]]-**Z:mllO|) Gf/SsߴiJe%༼<[[[?;ԃ0@~~>ށt,̰2m4V9s@ ̞=۷ox \+WNN[gggTTOO7oޔ!##'YYٶ6yyyA|}}~jiiiaaA tӧO߾}իӧOs, 8ΣB3X!KÏ#jjjdee#JVTTlݺLOTWW+((tttZ[[hmmijj2l>|x˖-uuu5gϞ~.0|L>]LL,==@sέZj̙wޕ+ApӧOI$0 %HxG10 y#F}_[[ HII >}B$%%`0 }E~{5;? #33c޼y3FcEFCC:TyU[[("-ޠh7nX[[ u2B{A__o,WCϻwLMMwڅ&aaa::::::ǏDZZZ'OޱcɆ  KW^kFFh+**5559驹ooo FaǪ}!κddd,Yw a&XXt)B; *>>~ȑҗ.]%:>j(ooo\Z4Aʕ+wƫݻwG+ܺu @ `Ǐ#^Zp@آЂ wD";3`pss{ĉ.]dɒo߾ 8"⒔gqJbbbHHB9qℙ@$vBe痑$:s0T|~PUUmfbggx[o\~'O}xx 4={lԩ[l;&xgx<ݽi&`hhXXX(_~M l"viӦJNNFc'O$'' !TDDd͚5xª=Xoo۷] ; &hkk^x;qF?3se===---ҥKvvv>|{sT,O5k9򔆆{CCܹS]]ظ=sa###aQo)77aVOnܸ!))%<7aBUTTr劀@ׄpŋūUobfϞDxZtс/ST؁ÇIHH@Wn \F;v8pz *x]oصk@@' `!RQQ1e?(ȵ^~M$^UV>>g y9γDhϯ^{^ű=Ek `0{LSSׯ_="%ijjFϠ3{U(0b;,d29##cÆ /_:ujqq`ڝ8qۣ8 aܼtR2|Acƾ}a_K[(:N$/,t4.1-#ǎH$b 򡫹W@V.22rΝng+hYYYljQ(SSSA?tGGG"w,GkE HE`Ϣ/STӝBBByyO10?19Ǐg0=swazJ[[[RRڵkxC3BnB"KKKeee?~( 1qDG=. &"OR8CCC̻w9R+WRk޿p#7"==a9M{;)ok!D"&&&'Of}q8m1?ZCC8''eߜ 55'} {U{;8ȽdeeUTTrec#;yݻw{xx>>%K0=X|[8=X e۶mD"QGG'==pfX$X"KKK zH$ɓ' yf2uR7F^^6[\fYsI8Nbݺu>}SUUUVV8_z͚5_̅4[[[앳؞fųϽ$i9KI t ((( R{>͜ L`}# 5  A:*+++))RJOO`eeUTTĿKZZZ$%%~sItX0eT=ruu JJJ*//`Q($%%gDs^LIIAwTQQIKKKMMUQQAҥKsqqAKr$%%, +R9@Oq)=a4fNĚ]O!۝``h4"~,:;;W111))(-` C0:wV`*++&M]<:~)yyy { ,@3 k  VO9F8Nx7}ҥh*;;;W^%3ciɓ>}-^9>+YO%Y>SߙO_gib'#Р~,322&LFnQ IDATe{ahX%X hDyy9pLPW^URRݺu+_ׁძ+ٳgk@3,WWWC,[dpqΝ;KJJXXYjUWWwޙjkkڵ -^9>+ǒܧ3c4IKKswwg?}Ҳj*"w8}ah$XSWWݳgǛ!M铿?`ر=-+***aBu/7ʕ+wm(?)({n'F;z<@XbP&L`uuumܸ@ =:++ px`X'XxMMM%KxOSSω̟?_Hf<5k`Ϗe˖]]]3gH Czihٳg7 />}ڳgfرc/Eli <7I/0 lY!`/^ ` ѱj* ##{n.M\ii?,++ 077wl?dtazڴi"""&&&ؠ!7'OُW~GIIImLL`u]E1/{=N0K.%̣5`7oޠk*H .pSSÇg5A NCbXx/7`~:::۷oG7oN0A[[[WWŋ\|YOOOKKKGG^!Zbamo>uuul:@OnܸD",:t#144|!2=5 Ulhhcǎ9oLh4ӧG)""z! &X ~7Z\\-..>k֬盘;)//{Yc:;;ϝ;t5$ٳ~koo6))YYv,(--}IBBBIHHpsstww0a2 v=`;R!{D"JY(%%4ͪ%HrIKK(((455}N,XL>]LL,==wԴbŊ+))? &AAA222|ά5&&fʕZZZ'E d͛/]ٳAR%%%111_p))ShhwS@׃%sN=XW^3.We/Ssə2e [oh\*789sfڵ۶m۷o߅ ٳl2~w&yzz>ݻwEwvi``0zh999yyy_׀!h4Zsss[[[kkkkk+AKKK^^^aa!^AAaĉ/600022%!ԩSג%K3[n>}:@RRŋ={+++;99lڴ)SY[[?ٳ-:q™˗9VSsgϞ XZZ9scEEEhk~믿?^AAٳAx=ze˖/^뇄8::B))))bRSS&X<{w@QSS3`bZE3c %%1cƴ~>zjyy9ڱ'xۘ1c!!!7nG+! ץK8p`ԨQx%8f͚sڵ;w:99M>}8qĉOmmm킌pKHH ;!BDDDQQe2oyyy'N033HU666,'DtG;v?>\-Awɓ''$$L:;F;u:oĉ7nKBwаƿ1Xw\7زk Vbb"èQ.^n}PCWE=sL[[ۂ &Lp whAE^zellw8}R|NNNoWh=xťĉK.c*`AAA+W=ztHHȷo '==vΜ9߿?zhYY?,!!w\x @ĨoڴL&۷  ̙ckk[XXoܸ[He8 oDOOڵL&o۶ Nم \KKܽ{o۶[/`񘽽G>}jkk{!==5kTVVAׯ===L\QQ,//w\&X|1}W^yzz;wnܸqK,)..;. 꿢"___SSlݺ|޽B `۷o,YrM###ggx~ZAAcOOOcc㄄ 6C|3 ݘ1cΟ?ȑC9r$99YKKkŊ˗/'HxGAР47f`0jjj&ޱࠩ = :;;oܸ/))}3K@ݻcǎ۷o={v׮]sww ={]&;H`UWW9s󍍍cǎ ]d^?wܵkZ[[Ǎr%KVKJJzMQQQK#F駟IUUUUUQ TwwOQMMMط@PRRRSS#Hƍ;v,eĈ&&&i++++44Ν;4mΜ9֭;w0١`7n={˗AAAG<<-^իhL&WTT!6 Çl)5552]]]2=WǏ,Zhڵx5XK(<{ٳ&&&AAA .=%DDDF) /T*c"U[[`02AEE9B dBΝ;sL]]Κ5k/_ Lׯ_\rܹ99  O h4ǏYZ)HIKK;˗/CCC#""(ʌ3֭[)""w\CL ?>{lll,J>}?xbqqqC hh555)zPSSCѰbF"srt:=<<<,,,==]BB" `ݺux5Kx_x… UUU......p'xNֲdQT*+6rH0 L"VZO?,aGSSS#""ܹ,//ooo/&&wt  9B}+Bw.(]YYYxxk%$$\]]-Z G&XFwwwJJJDDݻw}<|kkk8{W-[`(**:::899'.DxiƍW\YzSWIKK {UYY܌boN",`7t'Oм ```>uTHkhhhHIIILLw^ssԩSn'k?|K111eA$11=Ȱ^=hjjʈijjSWWۏ@?'&&666XYYyرc&XJ} ڭU\\ rvvvqq={6)Eii) v.1477oܸ]f|= V^TTMXhjjD ڄGuuu:88Lr4JKK꒒Cd2A_$%%0qpp011ҩ! DJKK gx͛7MAH$ٳ|A&X|III555CCCWWWwwwKKK.ߎ۷o/_~1Caȑ***迨QF^;A SUU022rww𰰰7/`A ȫWn-t~81YyyyxGAMzN|Ǐ=looF*===x&XPnܸ{idkԩ˚k޽sH=vvv;vU`CIGGGzz={Xλ미ŋ1"44t }:?ph?zF9o޼W I QQQk֬$%%͝;ǐp1yd%%-[>|~CM3;08HMMͅ .\PWW&[}-,,f̘akkkee%++wʫW^zueeeDDĎ;V\YPPwhР;4JMM̚5 MƏw  3hhh8p@TT MGw L޾} lll1U?~9M p&XЀ(++{{{~&[G=tH4558qBPL)))|Ǐ}mll֯_?sI&և3`A<3rH@ss3::>---44FwA}P]]Zb̙3i ?BAA݇-///77޽{`XĜo5A|577KD"q񞞞&M@`񝜜cSSS^^l&$$555d nAutt|M߿^jkk[ZZZXXL2L^^H!a,Hd+77766=O&|kɊ AАE >7oޠC,,,n*555#`A85j#c}}=oeff޾}@ Fmnnnii9~xMMM\ h_~5Wuww'Ov)SXXXy@ .jjjn555XÇo޼7A RRRRXXXXXXTTTXX{:522Zd GehhǧC<3ABMCCCCCxݻwn߾ֆ>$##3a,200ӃBа]ZZZ-?ehhnhhhll}TQQQQQQ^^TWWc$ͥ &_!ЧdccüByEqqqUU۷o+++ݻЀbɺd2D6 W*RXII &͟?[-vCyyy 9wAA  `A ¶m۸ Dj?=/ڛV* H ׯ[YYEDD`q,3&zL+ s0aAׯ8pH$fff'>`ٲelKM6]P[[;g2ldd#YƺuX.%%U[[;{l---ccl+WFM&gS/))4iDZz5!'N|-zȑ#ƍN__F؃d/4{aaagϞM:FWoiyyLޱcq A!771z_{9]QA\DZĩY0 FԀA"Ip¨aQh,^7R/hFa[K4FiEq[$-rx?r9ps_sN{֮]AssZ|7o.((`+A_~ٳg R{5Jn}.힛~Ji]]ݬY(fRɓ#FH,++y\z"aݻXl錈`k^|I)U*N5=z0t4ݙp8tXie//^vwwx! ;KkX9KOOw:VWy;'$$H|aam!555j6-IDAT7I7<,,LLTB(~aM Ct*!r) 6B}g ! ^P`|\ p9IB_U8-ҫWfee(z;~8!q͚5˗/ V"*ex?{쪪*BHuuu)UUUiiiZv޽xڳgOvv0t4`C[… [} ӧOBΜ9ⅸs*]A5g7U ۷Gݭ&Ncᰐh䪟nOKKSm&񂸻HKKST7oޤi4>))iBwޝ>}ĉo.=jBt:]LL ]Ͽ+JR/_!"$ 2`wqPw]TTD)lׯJ0~m>|s/Ą -KG}TcX2θq-[v 88ϟ?\.,j4K. dv#,!|p=?8pȑ#)))C ,x]reC AT:thJ~PG3X2C 3X2C 3Xq"ɇO!fddꘘEI8n˖-B-[q n {k."J˜1cŘ!怳3=8n۶m}0-Bj„ PG+V\`;vX~~[!׮]_(g2L&!$&&FB(z*l3gb1 g:::jZ pW^^(4{YVV֤If̘H#ܸqc̙^ӓ'O4iҁXGXNrX^/lڱcJb 6__|!DPt:NO:p)Sr߽^z}͆`SJf3+:; g( LBǏ6lZz<&t^r?~ƍ'O ?tݻښ/^RUUaÆfvV?~ӧO`/--h4+V0Lmmml}NNNmm-!.''I9rdqqqeelׯ_ϙ3gҥf6TA?>>'XT:N9zhJ)!˗fn:RZV߂Rt:#""ؚׯiӦ\BϟO);u%2AB^XXX\\L)ZQQQ===g }}>[P*<Ͽze!.KP6555j= |K,|fھ}{SShdǎ;r(c= e6Z,rӝNg}}}! @ݻ|={dgglQQQA)zjVVqgݺu.\hmmeF|`j}~J@ՔҪ*8҉N}n7uuuӦM6eggoڴI7:R fŢ^ Ν;  ,cǎ'O=z4X~)>>~?!lܹ_~%͛7!555%%j&%%u{ƞ={"DbgΜiiiOO:%Dɹxŋfo!%ٳ:nĈoŋ`8zfKMMX,gܸq˖-;q\ w :Ft@)))ٿ?^1 ,x?G=  , , , , , , , , ,YPa6m6@FxMsssII\!sZ~w`pҡ!fuwU_6FQIENDB`gsasl-1.8.0/doc/gsasl.texi0000664000000000000000000030065711756746360012325 00000000000000\input texinfo @c -*- mode: texinfo; coding: us-ascii; -*- @setfilename gsasl.info @include version.texi @settitle GNU Simple Authentication and Security Layer @value{VERSION} @finalout @c Unify some of the indices. @syncodeindex tp fn @syncodeindex pg fn @copying This manual was last updated @value{UPDATED} for version @value{VERSION} of GNU SASL. Copyright @copyright{} 2002-2012 Simon Josefsson. @quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end quotation @end copying @dircategory Software libraries @direntry * GNU SASL: (gsasl). GNU Simple Authentication and Security Layer Library. @end direntry @dircategory Security @direntry * gsasl: (gsasl)Invoking gsasl. Command line interface to GNU SASL. @end direntry @titlepage @title GNU SASL @subtitle Simple Authentication and Security Layer for the GNU system @subtitle for version @value{VERSION}, @value{UPDATED} @author Simon Josefsson @page @vskip 0pt plus 1filll @insertcopying @end titlepage @contents @ifnottex @node Top @top GNU Simple Authentication and Security Layer @insertcopying @end ifnottex @menu * Introduction:: Information about protocol and implementation. * Preparation:: What you should do before using the library. * Using the Library:: High level overview of how to use the library. * Properties:: How to specify username, password, etc. * Mechanisms:: Mechanism specific information. * Global Functions:: Functions that can be used at all times. * Callback Functions:: Set and use callbacks. * Property Functions:: Specify username, password etc. * Session Functions:: Perform an authentication. * Utilities:: Functions for various odd things. * Memory Handling:: Memory de-allocation. * Error Handling:: Error codes and such. * Examples:: Demonstrate how to use the library. * Acknowledgements:: Whom to blame. * Invoking gsasl:: Command line interface to the library. Appendices * Protocol Clarifications:: Our notes on the SASL protocol. * Old Functions:: Descriptions of old API functions. * Copying Information:: How you can copy and share GNU SASL. Indices * Concept Index:: Index of concepts and programs. * Function and Data Index:: Index of functions, variables and data types. @end menu @c ********************************************************** @c ******************* Introduction *********************** @c ********************************************************** @node Introduction @chapter Introduction This manual can be used in several ways. If read from the beginning to the end, it gives the reader an understanding of the SASL framework and the GNU SASL implementation, and how the GNU SASL library is used in an application. Forward references are included where necessary. Later on, the manual can be used as a reference manual to get just the information needed about any particular interface of the library. Experienced programmers might want to start looking at the examples at the end of the manual, and then only read up those parts of the interface which are unclear. @menu * SASL Overview:: * Implementation:: * Features:: * Requirements:: * Supported Platforms:: * Getting help:: * Commercial Support:: * Downloading and Installing:: * Bug Reports:: * Contributing:: @end menu @node SASL Overview @section SASL Overview SASL is a framework for application protocols, such as SMTP or IMAP, to add authentication support. For example, SASL is used to prove to the server who you are when you access an IMAP server to read your e-mail. The SASL framework does not specify the technology used to perform the authentication, that is the responsibility for each SASL mechanism. Popular SASL mechanisms include CRAM-MD5 and GSSAPI (for Kerberos V5). Typically a SASL negotiation works as follows. First the client requests authentication (possibly implicitly by connecting to the server). The server responds with a list of supported mechanisms. The client chose one of the mechanisms. The client and server then exchange data, one round-trip at a time, until authentication either succeeds or fails. After that, the client and server knows more about who is on the other end of the channel. For example, in SMTP communication happens like this: @smallexample 250-mail.example.com Hello pc.example.org [192.168.1.42], pleased to meet you 250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN 250 HELP AUTH CRAM-MD5 334 PDk5MDgwNDEzMDUwNTUyMTE1NDQ5LjBAbG9jYWxob3N0Pg== amFzIDBkZDRkODZkMDVjNjI4ODRkYzc3OTcwODE4ZGI5MGY3 235 2.0.0 OK Authenticated @end smallexample Here the first three lines are sent by the server and contains the list of supported mechanisms (DIGEST-MD5, CRAM-MD5, etc). The next line is sent by the client to select the CRAM-MD5 mechanism. The server replies with a challenge, which is a message that can be generated by calling GNU SASL functions. The client replies with a response, which also is a message that can be generated by GNU SASL functions. Depending on the mechanism, there can be more than one round trip, so do not assume all authentication exchanges consists of one message from the server and one from the client. The server accepts the authentication. At that point it knows it is talking to a authenticated client, and the application protocol can continue. Essentially, your application is responsible for implementing the framing protocol (e.g., SMTP or XMPP) according to the particular specifications. Your application uses GNU SASL to generate the authentication messages. @node Implementation @section Implementation GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. GNU SASL consists of a library (@code{libgsasl}), a command line utility (@code{gsasl}) to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the ANONYMOUS, CRAM-MD5, DIGEST-MD5, EXTERNAL, GS2-KRB5, GSSAPI, LOGIN, NTLM, PLAIN, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, SAML20, OPENID20, and SECURID mechanisms. The library is easily ported because it does not do network communication by itself, but rather leaves it up to the calling application. The library is flexible with regards to the authorization infrastructure used, as it utilizes a callback into the application to decide whether a user is authorized or not. GNU SASL is developed for the GNU/Linux system, but runs on over 20 platforms including most major Unix platforms and Windows, and many kind of devices including iPAQ handhelds and S/390 mainframes. GNU SASL is written in pure ANSI C89 to be portable to embedded and otherwise limited platforms. The entire library, with full support for ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that supports client and server mode, and the IMAP and SMTP protocols, fits in under 80kb on an Intel x86 platform, without any modifications to the code. (This figure was accurate as of version 1.1.) The design of the library and the intended interaction between applications and the library through the official API is illustrated below. @float Illustration,fig:abstraction @image{abstraction,10cm,5cm} @caption{Logical overview showing how applications use authentication mechanisms through an abstract interface.} @end float @node Features @section Features GNU SASL might have a couple of advantages over other libraries doing a similar job. @table @asis @item It's Free Software Anybody can use, modify, and redistribute it under the terms of the GNU General Public License version 3.0 or later. The library uses the GNU Lesser General Public License version 2.1 or later. @item It's thread-safe No global variables are used and multiple library handles and session handles may be used in parallel. @item It's internationalized It handles non-ASCII usernames and passwords and user visible strings used in the library (error messages) can be translated into the users' language. @item It's portable It should work on all Unix like operating systems, including Windows. The library itself should be portable to any C89 system, not even POSIX is required. @item It's small The library has been rewritten with embedded platforms in mind. For example, no API consumes more than around 250 bytes of stack space. @end table Note that the library does not implement any policy to decide whether a certain user is ``authenticated'' or ``authorized'' or not. Rather, it uses a callback into the application to answer these questions. @node Requirements @section Requirements The GNU SASL library does not have any required external dependencies, but some optional features are enabled if you have a specific external library. @table @asis @item LibNTLM The NTLM mechanism requires the library LibNTLM, @url{http://www.nongnu.org/libntlm/}. @item GSS-API The GSSAPI and GS2-KRB5 mechanisms requires a GSS-API library, see GNU GSS (@url{http://www.gnu.org/software/gss/}). MIT Kerberos or Heimdal are also supported. @item LibIDN Processing of non-ASCII usernames and passwords requires the SASLprep implementation in LibIDN (@url{http://www.gnu.org/software/libidn/}). This is needed for full conformance with the latest SASL protocol drafts, but is optional in the library for improved portability. @item Libgcrypt The GNU SASL library ships with its own cryptographic implementation, but it can use the one in libgcrypt (@url{http://www.gnupg.org/}) instead, if it is available. This is typically useful for desktop machines which have libgcrypt installed. @end table The command-line interface to GNU SASL requires a POSIX or Windows platform for network connectivity. The command-line tool can make use of GnuTLS (@url{http://www.gnutls.org/}) to support the STARTTLS modes of IMAP and SMTP, but GnuTLS is not required. Note that the library does not need a POSIX platform or network connectivity. @node Supported Platforms @section Supported Platforms GNU SASL has at some point in time been tested on the following platforms. Daily online build reports are available at @url{http://autobuild.josefsson.org/gsasl/}. @enumerate @item Debian GNU/Linux 3.0 (Woody) @cindex Debian GCC 2.95.4 and GNU Make. This is the main development platform. @code{alphaev67-unknown-linux-gnu}, @code{alphaev6-unknown-linux-gnu}, @code{arm-unknown-linux-gnu}, @code{hppa-unknown-linux-gnu}, @code{hppa64-unknown-linux-gnu}, @code{i686-pc-linux-gnu}, @code{ia64-unknown-linux-gnu}, @code{m68k-unknown-linux-gnu}, @code{mips-unknown-linux-gnu}, @code{mipsel-unknown-linux-gnu}, @code{powerpc-unknown-linux-gnu}, @code{s390-ibm-linux-gnu}, @code{sparc-unknown-linux-gnu}. @item Debian GNU/Linux 2.1 @cindex Debian GCC 2.95.1 and GNU Make. @code{armv4l-unknown-linux-gnu}. @item Tru64 UNIX @cindex Tru64 Tru64 UNIX C compiler and Tru64 Make. @code{alphaev67-dec-osf5.1}, @code{alphaev68-dec-osf5.1}. @item SuSE Linux 7.1 @cindex SuSE GCC 2.96 and GNU Make. @code{alphaev6-unknown-linux-gnu}, @code{alphaev67-unknown-linux-gnu}. @item SuSE Linux 7.2a @cindex SuSE Linux GCC 3.0 and GNU Make. @code{ia64-unknown-linux-gnu}. @item RedHat Linux 7.2 @cindex RedHat GCC 2.96 and GNU Make. @code{alphaev6-unknown-linux-gnu}, @code{alphaev67-unknown-linux-gnu}, @code{ia64-unknown-linux-gnu}. @item RedHat Linux 8.0 @cindex RedHat GCC 3.2 and GNU Make. @code{i686-pc-linux-gnu}. @item RedHat Advanced Server 2.1 @cindex RedHat Advanced Server GCC 2.96 and GNU Make. @code{i686-pc-linux-gnu}. @item Slackware Linux 8.0.01 @cindex RedHat GCC 2.95.3 and GNU Make. @code{i686-pc-linux-gnu}. @item Mandrake Linux 9.0 @cindex Mandrake GCC 3.2 and GNU Make. @code{i686-pc-linux-gnu}. @item IRIX 6.5 @cindex IRIX MIPS C compiler, IRIX Make. @code{mips-sgi-irix6.5}. @item AIX 4.3.2 @cindex AIX IBM C for AIX compiler, AIX Make. @code{rs6000-ibm-aix4.3.2.0}. @item Microsoft Windows 2000 (Cygwin) @cindex Windows GCC 3.2, GNU make. @code{i686-pc-cygwin}. @item HP-UX 11 @cindex HP-UX HP-UX C compiler and HP Make. @code{ia64-hp-hpux11.22}, @code{hppa2.0w-hp-hpux11.11}. @item SUN Solaris 2.8 @cindex Solaris Sun WorkShop Compiler C 6.0 and SUN Make. @code{sparc-sun-solaris2.8}. @item SUN Solaris 2.9 @cindex Solaris Sun Forte Developer 7 C compiler and GNU Make. @code{sparc-sun-solaris2.9}. @item NetBSD 1.6 @cindex NetBSD GCC 2.95.3 and GNU Make. @code{alpha-unknown-netbsd1.6}, @code{i386-unknown-netbsdelf1.6}. @item OpenBSD 3.1 and 3.2 @cindex OpenBSD GCC 2.95.3 and GNU Make. @code{alpha-unknown-openbsd3.1}, @code{i386-unknown-openbsd3.1}. @item FreeBSD 4.7 @cindex FreeBSD GCC 2.95.4 and GNU Make. @code{alpha-unknown-freebsd4.7}, @code{i386-unknown-freebsd4.7}. @item Cross compiled to uClinux/uClibc on Motorola Coldfire. @cindex Motorola Coldfire @cindex uClinux @cindex uClibc GCC 3.4 and GNU Make @code{m68k-uclinux-elf}. @end enumerate If you port GNU SASL to a new platform, please report it to the author so this list can be updated. @node Getting help @section Getting help A mailing list where users may help each other exists, and you can reach it by sending e-mail to @email{help-gsasl@@gnu.org}. Archives of the mailing list discussions, and an interface to manage subscriptions, is available through the World Wide Web at @url{http://lists.gnu.org/mailman/listinfo/help-gsasl/}. @node Commercial Support @section Commercial Support Commercial support is available for users of GNU SASL. The kind of support that can be purchased may include: @itemize @item Implement new features. Such as a new SASL mechanism. @item Port GNU SASL to new platforms. This could include porting to an embedded platforms that may need memory or size optimization. @item Integrating SASL as a security environment in your existing project. @item System design of components related to SASL. @end itemize If you are interested, please write to: @verbatim Simon Josefsson Datakonsult AB Hagagatan 24 113 47 Stockholm Sweden E-mail: simon@josefsson.org @end verbatim If your company provides support related to GNU SASL and would like to be mentioned here, contact the author (@pxref{Bug Reports}). @node Downloading and Installing @section Downloading and Installing @cindex Installation @cindex Download The package can be downloaded from several places, including: @url{ftp://ftp.gnu.org/gnu/gsasl/} The latest version is stored in a file, e.g., @samp{gsasl-@value{VERSION}.tar.gz} where the @samp{@value{VERSION}} value is the highest version number in the directory. The package is then extracted, configured and built like many other packages that use Autoconf. For detailed information on configuring and building it, refer to the @file{INSTALL} file that is part of the distribution archive. Here is an example terminal session that downloads, configures, builds and install the package. You will need a few basic tools, such as @samp{sh}, @samp{make} and @samp{cc}. @example $ wget -q ftp://ftp.gnu.org/gnu/gsasl/gsasl-@value{VERSION}.tar.gz $ tar xfz gsasl-@value{VERSION}.tar.gz $ cd gsasl-@value{VERSION}/ $ ./configure ... $ make ... $ make install ... @end example After that gsasl should be properly installed and ready for use. A few @code{configure} options may be relevant, summarized in the table. @table @code @item --disable-client @itemx --disable-server If your target system require a minimal implementation, you may wish to disable the client or the server part of the code. This does not remove symbols from the library, so if you attempt to call an application that uses server functions in a library built with @code{--disable-server}, the function will return an error code. @item --disable-obsolete Remove backwards compatibility (@pxref{Old Functions}). Use if you want to limit the size of the library. @item --disable-anonymous @itemx --disable-external @itemx --disable-plain @itemx --disable-login @itemx --disable-securid @itemx --disable-ntlm @itemx --disable-cram-md5 @itemx --disable-digest-md5 @itemx --disable-gssapi @itemx --disable-gs2 @itemx --enable-kerberos_v5 @itemx --disable-scram-sha1 @itemx --disable-saml20 @itemx --disable-openid20 Disable or enable individual mechanisms (@pxref{Mechanisms}). @item --without-stringprep Disable internationalized string processing. Note that this will result in a SASL library that is only compatible with RFC 2222. @end table For the complete list, refer to the output from @code{configure --help}. @menu * Installing under Windows:: Windows specific build instructions. * Kerberos on Windows:: Building with Kerberos via GSS-API on Windows. @end menu @node Installing under Windows @subsection Installing under Windows There are two ways to build GNU SASL on Windows: via MinGW or via Microsoft Visual Studio. Note that a binary release for Windows is available from @url{http://josefsson.org/gnutls4win/}. With MinGW, you can build a GNU SASL DLL and use it from other applications. After installing MinGW (@url{http://mingw.org/}) follow the generic installation instructions (@pxref{Downloading and Installing}). The DLL is installed by default. For information on how to use the DLL in other applications, see: @url{http://www.mingw.org/mingwfaq.shtml#faq-msvcdll}. You can build GNU SASL as a native Visual Studio C++ project. This allows you to build the code for other platforms that VS supports, such as Windows Mobile. You need Visual Studio 2005 or later. First download and unpack the archive as described in the generic installation instructions (@pxref{Downloading and Installing}). Don't run @code{./configure}. Instead, start Visual Studio and open the project file @file{lib/win32/libgsasl.sln} inside the GNU SASL directory. You should be able to build the project using Build Project. Output libraries will be written into the @code{lib/win32/lib} (or @code{lib/win32/lib/debug} for Debug versions) folder. Warning! Unless you build GNU SASL linked with libgcrypt, GNU SASL uses the Windows function @code{CryptGenRandom} for generating cryptographic random data. The function is known to have some security weaknesses. See @url{http://eprint.iacr.org/2007/419} for more information. The code will attempt to use the Intel RND crypto provider if it is installed, see @file{lib/gl/gc-gnulib.c}. @node Kerberos on Windows @subsection Kerberos on Windows Building GNU SASL with support for Kerberos via GSS-API on Windows is straight forward if you use GNU GSS and GNU Shishi as the Kerberos implementation. If you are using MIT Kerberos for Windows (KfW), getting GNU SASL to build with Kerberos support is not straightforward because KfW does not follow the GNU coding style and it has bugs that needs to be worked around. We provide instructions for this environment as well, in the hope that it will be useful for GNU SASL users. Our instructions assumes you are building the software on a dpkg-based GNU/Linux systems (e.g., gNewSense) using the MinGW cross-compiler suite. These instructions were compiled for KfW version 3.2.2 which were the latest as of 2010-09-25. We assume that you have installed a normal build environment including the MinGW cross-compiler. Download and unpack the KfW SDK like this: @example $ mkdir ~/kfw $ cd ~/kfw $ wget -q http://web.mit.edu/kerberos/dist/kfw/3.2/kfw-3.2.2/kfw-3-2-2-sdk.zip $ unzip kfw-3-2-2-sdk.zip @end example Fix a bug in the "win-mac.h" header inside KfW by replacing @code{#include } with @code{#include }: @example perl -pi -e 's,sys\\,sys/,' ~/kfw/kfw-3-2-2-final/inc/krb5/win-mac.h @end example Unpack your copy of GNU SASL: @example $ wget -q ftp://alpha.gnu.org/gnu/gsasl/gsasl-@value{VERSION}.tar.gz $ tar xfz gsasl-@value{VERSION}.tar.gz $ cd gsasl-@value{VERSION} @end example Configure GNU SASL like this: @example $ lt_cv_deplibs_check_method=pass_all ./configure --host=i586-mingw32msvc --build=i686-pc-linux-gnu --with-gssapi-impl=kfw LDFLAGS="-L$HOME/kfw/kfw-3-2-2-final/lib/i386" CPPFLAGS="-I$HOME/kfw/kfw-3-2-2-final/inc/krb5 -DSSIZE_T_DEFINED" @end example The 'lt_cv_deplibs_check_method=pass_all' setting is required because the KfW SDK does not ship with Libtool @code{*.la} files and is using non-standard DLL names. The @code{-DSSIZE_T_DEFINED} is necessary because the @code{win-mac.h} file would provide an incorrect duplicate definitions of @code{ssize_t} otherwise. By passing @code{--with-gssapi-impl=kfw} you activate other bug workarounds, such as providing a @code{GSS_C_NT_HOSTBASED_SERVICE} symbol. Build the software using: @example $ make @end example If you have Wine installed and your kernel is able to invoke it automatically for Windows programs, you can run the self tests. This is recommended to make sure the build is sane. @example $ make check @end example You may get error messages about missing DLLs, like this error: @example err:module:import_dll Library gssapi32.dll (which is needed by L"Z:\\home\\jas\\src\\gsasl-1.5.2\\lib\\src\\.libs\\libgsasl-7.dll") not found @end example If that happens, you need to make sure that Wine can find the appropriate DLL. The simplest solution is to copy the necessary DLLs to @code{~/.wine/drive_c/windows/system32/}. You may now copy the following files onto the Windows machine (e.g., through a USB memory device): @example lib/src/.libs/libgsasl-7.dll src/.libs/gsasl.exe @end example The remaining steps are done on the Windows XP machine. Install KfW and configure it for your realm. To make sure KfW is working properly, acquire a user ticket and then remove it. For testing purposes, you may use the realm 'interop.josefsson.org' with KDC 'interop.josefsson.org' and username 'user' and password 'pass'. Change to the directory where you placed the files above, and invoke a command like this: @example gsasl.exe -d interop.josefsson.org @end example KfW should query you for a password, and the tool should negotiate authentication against the server using GS2-KRB5. @node Bug Reports @section Bug Reports @cindex Reporting Bugs If you think you have found a bug in GNU SASL, please investigate it and report it. @itemize @bullet @item Please make sure that the bug is really in GNU SASL, and preferably also check that it hasn't already been fixed in the latest version. @item You have to send us a test case that makes it possible for us to reproduce the bug. @item You also have to explain what is wrong; if you get a crash, or if the results printed are not good and in that case, in what way. Make sure that the bug report includes all information you would need to fix this kind of bug for someone else. @end itemize Please make an effort to produce a self-contained report, with something definite that can be tested or debugged. Vague queries or piecemeal messages are difficult to act on and don't help the development effort. If your bug report is good, we will do our best to help you to get a corrected version of the software; if the bug report is poor, we won't do anything about it (apart from asking you to send better bug reports). If you think something in this manual is unclear, or downright incorrect, or if the language needs to be improved, please also send a note. Send your bug report to: @center @samp{bug-gsasl@@gnu.org} @node Contributing @section Contributing @cindex Contributing @cindex Hacking If you want to submit a patch for inclusion -- from solve a typo you discovered, up to adding support for a new feature -- you should submit it as a bug report (@pxref{Bug Reports}). There are some things that you can do to increase the chances for it to be included in the official package. Unless your patch is very small (say, under 10 lines) we require that you assign the copyright of your work to the Free Software Foundation. This is to protect the freedom of the project. If you have not already signed papers, we will send you the necessary information when you submit your contribution. For contributions that doesn't consist of actual programming code, the only guidelines are common sense. Use it. For code contributions, a number of style guides will help you: @itemize @bullet @item Coding Style. Follow the GNU Standards document (@pxref{top, GNU Coding Standards,, standards}). If you normally code using another coding standard, there is no problem, but you should use @samp{indent} to reformat the code (@pxref{top, GNU Indent,, indent}) before submitting your work. @item Use the unified diff format @samp{diff -u}. @item Return errors. No reason whatsoever should abort the execution of the library. Even memory allocation errors, e.g. when @code{malloc} return @code{NULL}, should work although result in an error code. @item Design with thread safety in mind. Don't use global variables. Don't even write to per-handle global variables unless the documented behaviour of the function you write is to write to the per-handle global variable. @item Avoid using the C math library. It causes problems for embedded implementations, and in most situations it is very easy to avoid using it. @item Document your functions. Use comments before each function headers, that, if properly formatted, are extracted into Texinfo manuals and GTK-DOC web pages. @item Supply a ChangeLog and NEWS entries, where appropriate. @end itemize @c ********************************************************** @c ******************* Preparation ************************ @c ********************************************************** @node Preparation @chapter Preparation To use GNU SASL, you have to perform some changes to your sources and the build system. The necessary changes are small and explained in the following sections. At the end of this chapter, it is described how the library is initialized, and how the requirements of the library are verified. A faster way to find out how to adapt your application for use with GNU SASL may be to look at the examples at the end of this manual (@pxref{Examples}). @menu * Header:: * Initialization:: * Version Check:: * Building the source:: * Autoconf tests:: @end menu @node Header @section Header All interfaces (data types and functions) of the library are defined in the header file @code{gsasl.h}. You must include this in all programs using the library, either directly or through some other header file, like this: @example #include @end example The name space is @code{gsasl_*} for function names, @code{Gsasl*} for data types and @code{GSASL_*} for other symbols. In addition the same name prefixes with one prepended underscore are reserved for internal use and should never be used by an application. @node Initialization @section Initialization The library must be initialized before it can be used. The library is initialized by calling @code{gsasl_init} (@pxref{Global Functions}). The resources allocated by the initialization process can be released if the application no longer has a need to call `Libgsasl' functions, this is done by calling @code{gsasl_done}. For example: @example int main (int argc, char *argv[]) @{ Gsasl *ctx = NULL; int rc; ... rc = gsasl_init (&ctx); if (rc != GSASL_OK) @{ printf ("SASL initialization failure (%d): %s\n", rc, gsasl_strerror (rc)); return 1; @} ... @end example In order to make error messages from @code{gsasl_strerror} be translated (@pxref{Top,,,gettext,GNU Gettext}) the application must set the current locale using @code{setlocale} before calling @code{gsasl_init}. For example: @example int main (int argc, char *argv[]) @{ Gsasl *ctx = NULL; int rc; ... setlocale (LC_ALL, ""); ... rc = gsasl_init (&ctx); if (rc != GSASL_OK) @{ printf (gettext ("SASL initialization failure (%d): %s\n"), rc, gsasl_strerror (rc)); return 1; @} ... @end example In order to take advantage of the secure memory features in Libgcrypt@footnote{Note that GNU SASL normally use its own internal implementation of the cryptographic functions. Take care to verify that GNU SASL really use Libgcrypt, if this is what you want.}, you need to initialize secure memory in your application, and for some platforms even make your application setuid root. See the Libgcrypt documentation for more information. Here is example code to initialize secure memory in your code: @example #include ... int main (int argc, char *argv[]) @{ Gsasl *ctx = NULL; int rc; ... /* Check version of libgcrypt. */ if (!gcry_check_version (GCRYPT_VERSION)) die ("version mismatch\n"); /* Allocate a pool of 16k secure memory. This also drops priviliges on some systems. */ gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0); /* Tell Libgcrypt that initialization has completed. */ gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); ... rc = gsasl_init (&ctx); if (rc != GSASL_OK) @{ printf ("SASL initialization failure (%d): %s\n", rc, gsasl_strerror (rc)); return 1; @} ... @end example If you do not do this, keying material will not be allocated in secure memory (which, for most applications, is not the biggest secure problem anyway). Note that the GNU SASL Library has not been audited to make sure it stores passwords or keys in secure memory. @node Version Check @section Version Check It is often desirable to check that the version of the library used is indeed one which fits all requirements. Even with binary compatibility, new features may have been introduced but, due to problem with the dynamic linker, an old version may actually be used. So you may want to check that the version is okay right after program startup. @include texi/gsasl_check_version.texi The normal way to use the function is to put something similar to the following early in your @code{main}: @example if (!gsasl_check_version (GSASL_VERSION)) @{ printf ("gsasl_check_version failed:\n" "Header file incompatible with shared library.\n"); exit(1); @} @end example @node Building the source @section Building the source @cindex Compiling your application If you want to compile a source file including the @file{gsasl.h} header file, you must make sure that the compiler can find it in the directory hierarchy. This is accomplished by adding the path to the directory in which the header file is located to the compilers include file search path (via the @option{-I} option). However, the path to the include file is determined at the time the source is configured. To solve this problem, the library uses the external package @command{pkg-config} that knows the path to the include file and other configuration options. The options that need to be added to the compiler invocation at compile time are output by the @option{--cflags} option to @command{pkg-config libgsasl}. The following example shows how it can be used at the command line: @example gcc -c foo.c `pkg-config libgsasl --cflags` @end example Adding the output of @samp{pkg-config libgsasl --cflags} to the compiler command line will ensure that the compiler can find the @file{gsasl.h} header file. A similar problem occurs when linking the program with the library. Again, the compiler has to find the library files. For this to work, the path to the library files has to be added to the library search path (via the @option{-L} option). For this, the option @option{--libs} to @command{pkg-config libgsasl} can be used. For convenience, this option also outputs all other options that are required to link the program with the library (for instance, the @samp{-lidn} option). The example shows how to link @file{foo.o} with the library to a program @command{foo}. @example gcc -o foo foo.o `pkg-config libgsasl --libs` @end example Of course you can also combine both examples to a single command by specifying both options to @command{pkg-config}: @example gcc -o foo foo.c `pkg-config libgsasl --cflags --libs` @end example @node Autoconf tests @section Autoconf tests @cindex Autoconf tests @cindex Configure tests If you work on a project that uses Autoconf (@pxref{top, GNU Autoconf,, autoconf}) to help find installed libraries, the suggestions in the previous section are not the entire story. There are a few methods to detect and incorporate the GNU SASL Library into your Autoconf based package. The preferred approach, is to use Libtool in your project, and use the normal Autoconf header file and library tests. @subsection Autoconf test via @samp{pkg-config} If your audience is a typical GNU/Linux desktop, you can often assume they have the @samp{pkg-config} tool installed, in which you can use its Autoconf M4 macro to find and set up your package for use with Libgsasl. The following example illustrates this scenario. @example AC_ARG_ENABLE(gsasl, AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]), gsasl=$enableval) if test "$gsasl" != "no" ; then PKG_CHECK_MODULES(GSASL, libgsasl >= @value{VERSION}, [gsasl=yes], [gsasl=no]) if test "$gsasl" != "yes" ; then gsasl=no AC_MSG_WARN([Cannot find GNU SASL, disabling]) else gsasl=yes AC_DEFINE(USE_GSASL, 1, [Define to 1 if you want GNU SASL.]) fi fi AC_MSG_CHECKING([if GNU SASL should be used]) AC_MSG_RESULT($gsasl) @end example @subsection Standalone Autoconf test using Libtool If your package uses Libtool (@pxref{top, GNU Libtool,, libtool}), you can use the normal Autoconf tests to find Libgsasl and rely on the Libtool dependency tracking to include the proper dependency libraries (e.g., Libidn). The following example illustrates this scenario. @example AC_CHECK_HEADER(gsasl.h, AC_CHECK_LIB(gsasl, gsasl_check_version, [gsasl=yes AC_SUBST(GSASL_LIBS, -lgsasl)], gsasl=no), gsasl=no) AC_ARG_ENABLE(gsasl, AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]), gsasl=$enableval) if test "$gsasl" != "no" ; then AC_DEFINE(USE_SASL, 1, [Define to 1 if you want GNU SASL.]) else AC_MSG_WARN([Cannot find GNU SASL, diabling]) fi AC_MSG_CHECKING([if GNU SASL should be used]) AC_MSG_RESULT($gsasl) @end example @c ********************************************************** @c ***************** Using the Library ******************** @c ********************************************************** @node Using the Library @chapter Using the Library @cindex Overview @cindex Library Overview Your application's use of the library can be roughly modeled into the following steps: initialize the library, optionally specify the callback, perform the authentication, and finally clean up. The following image illustrates this. @image{controlflow,15cm,5cm} The third step may look complex, but for a simple client it will actually not involve any code. If your application needs to handle several concurrent clients, or if it is a server that needs to serve many clients simultaneous, things do get a bit more complicated. For illustration, we will write a simple client. Writing a server would be similar, the only difference is that, later on, instead of supplying a username and password, you need to decide whether someone should be allowed to log in or not. The code for what we have discussed so far make up the @code{main} function in our client (@pxref{Example 1}): @example int main (int argc, char *argv[]) @{ Gsasl *ctx = NULL; int rc; if ((rc = gsasl_init (&ctx)) != GSASL_OK) @{ printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; @} client (ctx); gsasl_done (ctx); return 0; @} @end example Here, the call to the function @code{client} correspond to the third step in the image above. For a more complicated application, having several clients running simultaneous, instead of a simple call to @code{client}, it may have created new threads for each session, and call @code{client} within each thread. The library is thread safe. An actual authentication session is more complicated than what we have seen so far. These are the steps: decide which mechanism to use, start the session, optionally specify the callback, optionally set any properties, perform the authentication loop, and clean up. Naturally, your application will start to talk its own protocol (e.g., SMTP or IMAP) after these steps have concluded. The authentication loop is based on sending tokens (typically short messages encoded in base 64) back and forth between the client and server. It continues until authentication succeeds or an error occurs. The format of the data to be transferred, the number of iterations in the loop, and other details are specified by each mechanism. The goal of the library is to isolate your application from the details of all different mechanisms. Note that the library does not send data to the server itself, but returns it in an buffer. You must send it to the server, following an application protocol profile. For example, the SASL application protocol profile for SMTP is described in RFC 2554. The following image illustrates the steps we have been talking about. @image{controlflow2,16cm,12cm} We will now show the implementation of the @code{client} function used before. @example void client (Gsasl *ctx) @{ Gsasl_session *session; const char *mech = "PLAIN"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) @{ printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; @} /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); @} @end example This function is responsible for deciding which mechanism to use. In this case, the @samp{PLAIN} mechanism is hard coded, but you will see later how this can be made more flexible. The function creates a new session, then it stores the username and password in the session handle, then it calls another function @code{client_authenticate} to handle the authentication loop, and finally it cleans up up. Let's continue with the implementation of @code{client_authenticate}. @example void client_authenticate (Gsasl_session * session) @{ char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server sends data first. */ do @{ printf ("Input base64 encoded data from server:\n"); fgets (buf, sizeof (buf) - 1, stdin); if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) @{ printf ("Output:\n%s\n", p); free (p); @} @} while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) @{ printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; @} /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); @} @end example This last function needs to be discussed in some detail. First, you should be aware that there are two versions of this function, that differ in a subtle way. The version above (@pxref{Example 2}) is used for application profiles where the server sends data first. For some mechanisms, this may waste a roundtrip, because the server needs input from the client to proceed. Therefor, today the recommended approach is to permit client to send data first (@pxref{Example 1}). Which version you should use depends on which application protocol you are implementing. Further, you should realize that it is bad programming style to use a fixed size buffer. On GNU systems, you may use the @code{getline} functions instead of @code{fgets}. However, in practice, there are few mechanisms that use very large tokens. In typical configurations, the mechanism with the largest tokens (GSSAPI) can use at least 500 bytes. A fixed buffer size of 8192 bytes may thus be sufficient for now. But don't say I didn't warn you, when a future mechanism doesn't work in your application, because of a fixed size buffer. The function @code{gsasl_step64} (and of course also @code{gasl_step}) returns two non-error return codes. @code{GSASL_OK} is used for success, indicating that the library considers the authentication finished. That may include a successful server authentication, depending on the mechanism. You must not let the client continue to the application protocol part unless you receive @code{GSASL_OK} from these functions. In particular, don't be fooled into believing authentication were successful if the server replies ``OK'' but these functions have failed with an error. The server may have been hacked, and could be tricking you into sending confidential data, without having successfully authenticated the server. The non-error return code @code{GSASL_NEEDS_MORE} is used to signal to your application that you should send the output token to the peer, and wait for a new token, and do another iteration. If the server concludes the authentication process, with no data, you should call @code{gsasl_step64} (or @code{gsasl_step}) specifying a zero-length token. If the functions (@code{gsasl_step} and @code{gsasl_step64}) return any non-error code, the content of the output buffer is undefined. Otherwise, it is the callers responsibility to deallocate the buffer, by calling @code{free}. Note that in some situations, where the buffer is empty, @code{NULL} is returned as the buffer value. You should treat this as an empty buffer. @section Choosing a mechanism Our earlier code was hard coded to use a specific mechanism. This is rarely a good idea. Instead, it is recommended to select the best mechanism available from the list of mechanisms supported by the server. Note that without TLS or similar, the list may have been maliciously altered, by an attacker. This means that you should abort if you cannot find any mechanism that exceeds your minimum security level. There is a function @code{gsasl_client_suggest_mechanism} (@pxref{Global Functions}) that will try to pick the ``best'' available mechanism from a list of mechanisms. Our simple interactive example client (@pxref{Example 3}) includes the following function to decide which mechanism to use. Note that the code doesn't blindly use what is returned from @code{gsasl_client_suggest_mechanism}, rather it lets some logic (in this case the user, through an interactive query) decide which mechanism is acceptable. @example const char *client_mechanism (Gsasl *ctx) @{ static char mech[GSASL_MAX_MECHANISM_SIZE + 1] = ""; char mechlist[BUFSIZ] = ""; const char *suggestion; printf ("Enter list of server supported mechanisms, separate by SPC:\n"); fgets (mechlist, sizeof (mechlist) - 1, stdin); suggestion = gsasl_client_suggest_mechanism (ctx, mechlist); if (suggestion) printf ("Library suggests use of `%s'.\n", suggestion); printf ("Enter mechanism to use:\n"); fgets (mech, sizeof (mech) - 1, stdin); mech[strlen (mech) - 1] = '\0'; return mech; @} @end example When running this example code, it might look like in the following output. @example Enter list server supported mechanisms, separate by SPC: CRAM-MD5 DIGEST-MD5 GSSAPI FOO BAR Library suggests use of `GSSAPI'. Enter mechanism to use: CRAM-MD5 Input base64 encoded data from server: Zm5vcmQ= Output: amFzIDkyY2U1NWE5MTM2ZTY4NzEyMTUyZTFjYmFmNjVkZjgx If server accepted us, we're done. @end example @section Using a callback Our earlier code specified the username and password before the authentication loop, as in: @example gsasl_property_set (ctx, GSASL_AUTHID, "jas"); gsasl_property_set (ctx, GSASL_PASSWORD, "secret"); @end example This may work for simple mechanisms, that need only a username and a password. But some mechanism requires more information, such as an authorization identity, a special PIN or passcode, a realm, a hostname, a service name, or an anonymous identifier. Querying the user for all that information, without knowing exactly which of it is really needed will result in a poor user interface. The user should not have to input private information, if it isn't required. The approach is a bad idea for another reason. What if the server aborts the authentication process? Then your application has already queried the user for a username and password. It would be better if you only asked the user for this information, annoying to input, when it is known to be needed. A better approach to this problem is to use a callback. Then the mechanism may query your application whenever it needs some information, like the username and password. It will only do this at the precise step in the authentication when the information is actually needed. Further, if the user aborts, e.g., a password prompt, the mechanism is directly informed of this (because it invoked the callback), and could recover somehow. Our final example (@pxref{Example 4}) specifies a callback function, inside @code{main} as below. @example /* Set the callback handler for the library. */ gsasl_callback_set (ctx, callback); @end example The function itself is implemented as follows. @example int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) @{ char buf[BUFSIZ] = ""; int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ printf ("Callback invoked, for property %d.\n", prop); switch (prop) @{ case GSASL_PASSCODE: printf ("Enter passcode:\n"); fgets (buf, sizeof (buf) - 1, stdin); buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_PASSCODE, buf); rc = GSASL_OK; break; case GSASL_AUTHID: printf ("Enter username:\n"); fgets (buf, sizeof (buf) - 1, stdin); buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_AUTHID, buf); rc = GSASL_OK; break; default: printf ("Unknown property! Don't worry.\n"); break; @} return rc; @} @end example Again, it is bad style to use a fixed size buffer. Mmm'kay. Which properties you should handle is up to you. If you don't know how to respond to a certain property, simply return @code{GSASL_NO_CALLBACK}. The basic properties to support are authentication identity (@code{GSASL_AUTHID}), authorization identity (@code{GSASL_AUTHZID}), and password (@code{GSASL_PASSWORD}). @xref{Properties}, for the list of all properties, and what your callback should (ideally) do for them, and which properties each mechanism require in order to work. @c ********************************************************** @c ******************* Properties ************************* @c ********************************************************** @node Properties @chapter Properties The library uses a concept called ``properties'' to request and pass data between the application and the individual authentication mechanisms. The application can set property values using the @code{gsasl_property_set} function. If a mechanism needs a property value the application has not yet provided, this is handled through a callback. The application provides a callback, using @code{gsasl_callback_set}, which will be invoked with a property parameter. The callback should set the property before returning, or fail. @xref{Callback Functions}, for more information. There are two kind of properties. The first, a ``data property'' is the simplest to understand because it normally refers to short strings. For example, the property called @code{GSASL_AUTHID} correspond to the username string, e.g., @code{simon}. The latter properties, called ``logical properties'', are used by the server to make a authentication decision, and is used as a way to get the application callback invoked. For example, the property @code{GSASL_VALIDATE_SIMPLE} is used by the server-side part of mechanisms like @code{PLAIN}. The purpose is to ask the server application to decide whether the user should be authenticated successfully or not. The callback typically look at other property fields, such as @code{GSASL_AUTHID} and @code{GSASL_PASSWORD}, and compare those values with external information (for example data stored in a database or on a LDAP server) and then return OK or not. @quotation Warning Don't expect that all mechanisms invoke one of the logical properties in the server mode. For example, the CRAM-MD5 and SCRAM-SHA-1 mechanisms will use the data properties (i.e., username and password) provided by the application to internally decide whether to successfully authenticate the user. User authorization decisions needs to be made by the application outside of the SASL mechanism negotiation. @end quotation The logical properties are currently only used by servers, but data properties are used by both client and servers. It makes sense to think about the latter category as @samp{server properties} but the reverse is not valid nor useful. The semantics associated with a data property is different when it is used in client context and in the server context. For example, in the client context, the application is expected to set the property @code{GSASL_AUTHID} to signal to the mechanism the username to use, but in the server context, the @code{GSASL_AUTHID} property is set by the mechanism and can be used by the application (in the callback) to find out what username the client provided. Below is a list of all properties and an explanation for each. First is the list of data properties: @itemize @item @code{GSASL_AUTHID} The authentication identity. @item @code{GSASL_AUTHZID} The authorization identity. @item @code{GSASL_PASSWORD} The password of the authentication identity. @item @code{GSASL_ANONYMOUS_TOKEN} The anonymous token. This is typically the email address of the user. @item @code{GSASL_SERVICE} The registered GSSAPI service name of the application service, e.g. ``imap''. While the names are registered for GSSAPI, other mechanisms such as DIGEST-MD5 may also use this. @item @code{GSASL_HOSTNAME} Should be the local host name of the machine. @item @code{GSASL_GSSAPI_DISPLAY_NAME} Contain the GSSAPI ``display name'', set by the server GSSAPI mechanism. Typically you retrieve this property in your callback, when invoked for @code{GSASL_VALIDATE_GSSAPI}. @item @code{GSASL_REALM} The name of the authentication domain. This is used by several mechanisms, including DIGEST-MD5, GSS-API, KERBEROS_V5 and NTLM. @item @code{GSASL_PASSCODE} The SecurID passcode. @item @code{GSASL_PIN} The SecurID personal identification number (PIN). @item @code{GSASL_SUGGESTED_PIN} A SecurID personal identification number (PIN) suggested by the server. @item @code{GSASL_DIGEST_MD5_HASHED_PASSWORD} For the DIGEST-MD5 mechanism, this is a hashed password. It is used in servers to avoid storing clear-text credentials. @item @code{GSASL_QOPS} The DIGEST-MD5 server query for this property to get the set of quality of protection (QOP) values to advertise. The property holds strings with comma separated keywords denoting the set of qops to use, for example @code{qop-auth, qop-int}. Valid keywords are @code{qop-auth}, @code{qop-int}, and @code{qop-conf}. @item @code{GSASL_QOP} The DIGEST-MD5 client query for this property to get the quality of protection (QOP) values to request. The property value is one of the keywords for @code{GSASL_QOPS}. The client must chose one of the QOP values offered by the server (which may be inspected through the @code{GSASL_QOPS} property). @item @code{GSASL_SCRAM_SALTED_PASSWORD} The SCRAM-SHA-1 client requests this property from the application, and the value should be 40 character long hex-encoded string with the user's hashed password. Note that the value is different for the same password for each value of the @code{GSASL_SCRAM_ITER} and @code{GSASL_SCRAM_ITER} properties. The property can be used to avoid storing a clear-text credential in the client. If the property is not available, the client will ask for the @code{GSASL_PASSWORD} property instead. @item @code{GSASL_SCRAM_ITER} @item @code{GSASL_SCRAM_ITER} @cindex iteration count @cindex salt In the server, the application can set these properties to influence the hash iteration count and hash salt to use when deriving the password. The default hash iteration count is 4096 and normally you should not need to use a lower setting. The salt should be a random string. In the client, the SCRAM-SHA-1 mechanism set these properties before asking for asking the application to provide a @code{GSASL_SCRAM_SALTED_PASSWORD} value. @item @code{GSASL_CB_TLS_UNIQUE} @cindex channel binding @cindex tls-unique This property holds base64 encoded @code{tls-unique} channel binding data. As a hint, if you use GnuTLS, the API @code{gnutls_session_channel_binding} can be used to extract channel bindings for a session. @item @code{GSASL_SAML20_IDP_IDENTIFIER} @cindex SAML IdP Identifier @cindex Identity Provider Identifier This property holds the SAML identifier of the user. The SAML20 mechanism in client mode will send it to the other end for identification purposes, and in server mode it will be accessible in the @code{GSASL_SAML20_REDIRECT_URL} callback. @item @code{GSASL_SAML20_REDIRECT_URL} This property holds the SAML redirect URL that the server wants the client to access. It will be available in the @code{GSASL_SAML20_AUTHENTICATE_IN_BROWSER} callback for the client. @item @code{GSASL_OPENID20_REDIRECT_URL} This property holds the SAML redirect URL that the server wants the client to access. It will be available in the @code{GSASL_OPENID20_AUTHENTICATE_IN_BROWSER} callback for the client. @item @code{GSASL_OPENID20_OUTCOME_DATA} OpenID 2.0 authentication outcome data. This is either the OpenID SREG values or a value list starting with @code{"openid.error="} to signal error. @end itemize Next follows a list of data properties used to trigger the callback, typically used in servers to validate client credentials: @itemize @item @code{GSASL_VALIDATE_SIMPLE} Used by multiple mechanisms in server mode. The callback may retrieve the @code{GSASL_AUTHID}, @code{GSASL_AUTHZID} and @code{GSASL_PASSWORD} property values and use them to make an authentication and authorization decision. @item @code{GSASL_VALIDATE_EXTERNAL} Used by EXTERNAL mechanism on the server side to validate the client. The GSASL_AUTHID will contain the authorization identity of the client. @item @code{GSASL_VALIDATE_ANONYMOUS} Used by ANONYMOUS mechanism on the server side to validate the client. The GSASL_ANONYMOUS_TOKEN will contain token that identity the client. @item @code{GSASL_VALIDATE_GSSAPI} Used by the GSSAPI and GS2-KRB5 mechanisms on the server side, to validate the client. You may retrieve the authorization identity from GSASL_AUTHZID and the GSS-API display name from GSASL_GSSAPI_DISPLAY_NAME. @item @code{GSASL_VALIDATE_SECURID} Used by SECURID mechanism on the server side to validate client. The GSASL_AUTHID, GSASL_AUTHZID, GSASL_PASSCODE, and GSASL_PIN will be set. It can return GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE to ask the client to supply another passcode, and GSASL_SECURID_SERVER_NEED_NEW_PIN to require the client to supply a new PIN code. @item @code{GSASL_VALIDATE_SAML20} Used by the SAML20 mechanism on the server side to request that the application perform authentication. The callback should return @code{GSASL_OK} if the user should be permitted access, and @code{GSASL_AUTHENTICATION_ERROR} (or another error code) otherwise. @item @code{GSASL_VALIDATE_OPENID20} Used by the OPENID20 mechanism on the server side to request that the application perform authentication. The callback should return @code{GSASL_OK} if the user should be permitted access, and @code{GSASL_AUTHENTICATION_ERROR} (or another error code) otherwise. @item @code{GSASL_SAML20_AUTHENTICATE_IN_BROWSER} Used by the SAML20 mechanism in the client side to request that the client should launch the SAML redirect URL (the @code{GSASL_SAML20_REDIRECT_URL} property) in a browser to continue with authentication. @item @code{GSASL_OPENID20_AUTHENTICATE_IN_BROWSER} Used by the OPENID20 mechanism in the client side to request that the client should launch the OpenID redirect URL (the @code{GSASL_OPENID20_REDIRECT_URL} property) in a browser to continue with authentication. @end itemize @c ********************************************************** @c ******************* Mechanisms ************************* @c ********************************************************** @node Mechanisms @chapter Mechanisms Different SASL mechanisms have different requirements on the application using it. To handle these differences the library can use a callback function into your application in several different ways. Some mechanisms, such as @samp{PLAIN}, are simple to explain and use. The client callback queries the user for a username and password. The server callback hands the username and password into any local policy deciding authentication system (such as @file{/etc/passwd} via PAM). Mechanism such as @samp{CRAM-MD5} and @samp{SCRAM-SHA-1} uses hashed passwords. The client callback behaviour is the same as for PLAIN. However, the server does not receive the plain text password over the network but rather a hash of it. Existing policy deciding systems like PAM cannot handle this, so the server callback for these mechanisms are more complicated. Further, mechanisms like GSSAPI/GS2-KRB5 (Kerberos 5) assume a specific authentication system. In theory this means that the SASL library would not need to interact with the application, but rather call this specific authentication system directly. However, some callbacks are supported anyway, to modify the behaviour of how the specific authentication system is used (i.e., to handle ``super-user'' login as some other user). Some mechanisms, like @samp{EXTERNAL} and @samp{ANONYMOUS} are entirely dependent on callbacks. @menu * EXTERNAL:: Authentication via out of band information. * ANONYMOUS:: Mechanism for anonymous access to resources. * PLAIN:: Clear text username and password. * LOGIN:: Non-standard clear text username and password. * CRAM-MD5:: Challenge-Response Authentication Mechanism. * DIGEST-MD5:: Digest Authentication. * SCRAM-SHA-1:: SCRAM-SHA-1 authentication. * NTLM:: Microsoft NTLM authentication. * SECURID:: Authentication using tokens. * GSSAPI:: GSSAPI (Kerberos 5) authentication. * GS2-KRB5:: Improved GSSAPI (Kerberos 5) authentication. * SAML20:: Authenticate using SAML 2.0 via a browser. * OPENID20:: Authenticate using OpenID 2.0 via a browser. * KERBEROS_V5:: Experimental KERBEROS_V5 authentication. @end menu @node EXTERNAL @section The EXTERNAL mechanism The EXTERNAL mechanism is used to authenticate a user to a server based on out-of-band authentication. EXTERNAL is typically used over TLS authenticated channels. Note that in the server, you need to make sure that TLS actually authenticated the client successfully. It is normally not sufficient to use TLS, since it also supports anonymous modes. In the client, this mechanism is always enabled, and it will send the @code{GSASL_AUTHZID} property as the authorization name to the server, if the property is set. If the property is not set, the empty authorization name is sent. You need not implement a callback. In the server, this mechanism will request the @code{GSASL_VALIDATE_EXTERNAL} callback property to decide whether the client is authenticated and authorized to log in. Your callback can retrieve the @code{GSASL_AUTHZID} property to inspect the requested authorization name from the client. @node ANONYMOUS @section The ANONYMOUS mechanism The ANONYMOUS mechanism is used to ``authenticate'' clients to anonymous services; or rather, just indicate that the client wishes to use the service anonymously. The client sends a token, usually her email address, which serve the purpose of some trace information suitable for log files. The token is not permitted to be empty. In the client, this mechanism is always enabled, and will send the @code{GSASL_ANONYMOUS_TOKEN} property as the trace information to the server. In the server, this mechanism will invoke the @code{GSASL_VALIDATE_ANONYMOUS} callback to decide whether the client should be permitted to log in. Your callback can retrieve the @code{GSASL_ANONYMOUS_TOKEN} property to, for example, save it in a log file. The token is normally not used to decide whether the client should be permitted to log in or not. @node PLAIN @section The PLAIN mechanism The PLAIN mechanism uses username and password to authenticate users. Two user names are relevant. The first, the authentication identity, indicates the credential holder, i.e., whom the provided password belongs to. The second, the authorization identity, is typically empty, to indicate that the user requests to log on to the server as herself. However, if the authorization identity is not empty, the server should decide whether the authenticated user may log on as the authorization identity. Normally, only ``super-user'' accounts such as @samp{admin} or similar should be allowed this. In the client, this mechanism is always enabled, and require the @code{GSASL_AUTHID} and @code{GSASL_PASSWORD} properties. If set, @code{GSASL_AUTHZID} will also be used. In the server, the mechanism is always enabled. Two approaches to authenticate and authorize the client are provided. In the first approach, the server side of the mechanism will request the @code{GSASL_VALIDATE_SIMPLE} callback property to decide whether the client should be accepted or not. The callback may inspect the @code{GSASL_AUTHID}, @code{GSASL_AUTHZID}, and @code{GSASL_PASSWORD} properties. These property values will be normalized. If the first approach fails (because, e.g., your callback returns @samp{GSASL_NO_CALLBACK} to signal that it does not implement @code{GSASL_VALIDATE_SIMPLE}) the mechanism will continue to query the application for a password, via the @code{GSASL_PASSWORD} property. Your callback may use the @code{GSASL_AUTHID} and @code{GSASL_AUTHZID} properties to select the proper password. The password is then normalized and compared to the client credential. Which approach to use? If your database stores hashed passwords, you have no option, but must use the first approach. If passwords in your user database are stored in prepared (SASLprep) form, the first approach will be faster. If you do not have prepared passwords available, you can use the second approach to make sure the password is prepared properly before comparison. @node LOGIN @section The LOGIN mechanism The LOGIN mechanism is a non-standard mechanism, and is similar to the PLAIN mechanism except that LOGIN lacks the support for authorization identities. Always use PLAIN instead of LOGIN in new applications. The callback behaviour is the same as for PLAIN, except that @code{GSASL_AUTHZID} is neither used nor required, and that the server does not normalize the password using SASLprep. @xref{Use of SASLprep in LOGIN}, for a proposed clarification of the interpretation of a hypothetical LOGIN specification. @node CRAM-MD5 @section The CRAM-MD5 mechanism @cindex CRAM-MD5 The CRAM-MD5 is a widely used, but officially deprecated (apparently in favor of DIGEST-MD5), challenge-response mechanism that transfers hashed passwords instead of clear text passwords. For insecure channels (e.g., when TLS is not used), it is safer than PLAIN. The CRAM-MD5 mechanism does not support authorization identities; making the relationship between CRAM-MD5 and DIGEST-MD5 similar to the relationship between LOGIN and PLAIN. The disadvantage with hashed passwords is that the server cannot use normal authentication infrastructures such as PAM, because the server must have access to the correct password in order to validate an authentication attempt. In the client, this mechanism is always enabled, and it requires the @code{GSASL_AUTHID} and @code{GSASL_PASSWORD} properties. In the server, the mechanism will require the @code{GSASL_PASSWORD} callback property, which may use the @code{GSASL_AUTHID} property to determine which users' password should be used. The @code{GSASL_AUTHID} will be in normalized form. The server will then normalize the returned password, and compare the client response with the computed correct response, and accept the user accordingly. @xref{Use of SASLprep in CRAM-MD5}, for a clarification on the interpretation of the CRAM-MD5 specification that this implementation rely on. @node DIGEST-MD5 @section The DIGEST-MD5 mechanism @cindex DIGEST-MD5 The DIGEST-MD5 mechanism is based on repeated hashing using MD5, which after the MD5 break may be argued to be weaker than HMAC-MD5, but supports more features. For example, authorization identities and data integrity and privacy protection are supported. Like CRAM-MD5, only a hashed password is transferred. Consequently, DIGEST-MD5 needs access to the correct password (although it may be hashed, another improvement compared to CRAM-MD5) to verify the client response. Alas, this makes it impossible to use, e.g., PAM on the server side. In the client, this mechanism is always enabled, and it requires the @code{GSASL_AUTHID}, @code{GSASL_PASSWORD}, @code{GSASL_SERVICE}, and @code{GSASL_HOSTNAME} properties. If set, @code{GSASL_AUTHZID} and @code{GSASL_REALM} will also be used. In the server, the mechanism will first request the @code{GSASL_DIGEST_MD5_HASHED_PASSWORD} callback property to get the user's hashed password. If the callback doesn't supply a hashed password, the @code{GSASL_PASSWORD} callback property will be requested. Both callbacks may use the @code{GSASL_AUTHID}, @code{GSASL_AUTHZID} and @code{GSASL_REALM} properties to determine which users' password should be used. The server will then compare the client response with a computed correct response, and accept the user accordingly. The server uses the @code{GSASL_QOPS} callback to get the set of quality of protection values to use. By default, it advertises support for authentication (@code{qop-auth}) only. You can use the callback, for example, to make the server advertise support for authentication with integrity layers. The client uses the @code{GSASL_QOP} callback to get the quality of protection value to request. The client must choose one of the QOP values offered by the server (which may be inspected through the @code{GSASL_QOPS} property). If the client does not return a value, @code{qop-auth} is used by default. @node SCRAM-SHA-1 @section The SCRAM-SHA-1 mechanism @cindex SCRAM The SCRAM-SHA-1 mechanism is designed to provide (almost) the same capabilities as CRAM-MD5 and DIGEST-MD5 but use modern cryptographic techniques such as HMAC-SHA-1 hashing and PKCS#5 PBKDF2 key derivation. SCRAM-SHA-1 supports authorization identities. Like CRAM-MD5 and DIGEST-MD5, only a hashed password is transferred. Consequently, SCRAM-SHA-1 needs access to the correct password to verify the client response. Channel bindings are supported through the SCRAM-SHA-1-PLUS mechanism. In the client, the non-PLUS mechanism is always enabled, and it requires the @code{GSASL_AUTHID} property, and either @code{GSASL_PASSWORD} or @code{GSASL_SCRAM_SALTED_PASSWORD}. When the @code{GSASL_CB_TLS_UNIQUE} property is available, the SCRAM-SHA-1-PLUS mechanism is also available and it will negotiate channel bindings when the server also supports it. If set, @code{GSASL_AUTHZID} will be used by the client. To be able to return the proper @code{GSASL_SCRAM_SALTED_PASSWORD} value, the client needs to check the @code{GSASL_SCRAM_ITER} and @code{GSASL_SCRAM_SALT} values which are available when the @code{GSASL_SCRAM_SALTED_PASSWORD} property is queried for. In the server, the mechanism will require the @code{GSASL_PASSWORD} callback property, which may use the @code{GSASL_AUTHID} property to determine which users' password should be used. The @code{GSASL_AUTHID} will be in normalized form. The server will then normalize the returned password, and compare the client response with the computed correct response, and accept the user accordingly. The server may also set the @code{GSASL_SCRAM_ITER} and @code{GSASL_SCRAM_SALT} properties to influence the values to be used by clients to derive a key from a password. When the @code{GSASL_CB_TLS_UNIQUE} property is set, the SCRAM-SHA-1-PLUS mechanism is supported and is used to negotiate channel bindings. @cindex channel binding The @code{GSASL_CB_TLS_UNIQUE} property signal that this side of the authentication supports channel bindings. Setting the property will enable the SCRAM-SHA-1-PLUS mechanism. For clients, this also instructs the SCRAM-SHA-1 mechanism to tell servers that the client believes the server does not support channel bindings if it is used (remember that clients should otherwise have chosen the SCRAM-SHA-1-PLUS mechanism instead of the SCRAM-SHA-1 mechanism). For servers, it means the SCRAM-SHA-1 mechanism will refuse to authenticate against a client that signals that it believes the server does not support channel bindings. The SCRAM-SHA-1-PLUS mechanism will never complete authentication successfully if channel bindings are not confirmed. @node NTLM @section The NTLM mechanism @cindex NTLM The NTLM is a non-standard mechanism. Do not use it in new applications, and do not expect it to be secure. Currently only the client side is supported. In the client, this mechanism is always enabled, and it requires the @code{GSASL_AUTHID} and @code{GSASL_PASSWORD} properties. It will set the @samp{domain} field in the NTLM request to the value of @code{GSASL_REALM}. Some servers reportedly need non-empty but arbitrary values in that field. @node SECURID @section The SECURID mechanism @cindex SECURID The SECURID mechanism uses authentication and authorization identity together with a passcode from a hardware token to authenticate users. In the client, this mechanism is always enabled, and it requires the @code{GSASL_AUTHID} and @code{GSASL_PASSCODE} properties. If set, @code{GSASL_AUTHZID} will also be used. If the server requests it, the @code{GSASL_PIN} property is also required, and its callback may inspect the @code{GSASL_SUGGESTED_PIN} property to discover a server-provided PIN to use. In the server, this mechanism will invoke the @code{GSASL_VALIDATE_SECURID} callback. The callback may inspect the @code{GSASL_AUTHID}, @code{GSASL_AUTHZID}, and @code{GSASL_PASSCODE} properties. The callback can return @code{GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE} to ask for another additional passcode from the client. The callback can return @code{GSASL_SECURID_SERVER_NEED_NEW_PIN} to ask for a new PIN code from the client, in which case it may also set the @code{GSASL_SUGGESTED_PIN} property to indicate a recommended new PIN. If the callbacks is invoked again, after having returned @code{GSASL_SECURID_SERVER_NEED_NEW_PIN}, it may also inspect the @code{GSASL_PIN} property, in addition to the other properties, to find out the client selected PIN code. @node GSSAPI @section The GSSAPI mechanism @cindex GSSAPI The GSSAPI mechanism allows you to authenticate using Kerberos V5. The mechanism was originally designed to allow for any GSS-API mechanism to be used, but problems with the protocol made it unpractical and it is today restricted for use with Kerberos V5. See the GS2 mechanism (@pxref{GS2-KRB5}) for a general solution. In the client, the mechanism is enabled only if the user has acquired credentials (i.e., a ticket granting ticket), and it requires the @code{GSASL_AUTHID}, @code{GSASL_SERVICE}, and @code{GSASL_HOSTNAME} properties. In the server, the mechanism requires the @code{GSASL_SERVICE} and @code{GSASL_HOSTNAME} properties, and it will invoke the @code{GSASL_VALIDATE_GSSAPI} callback property in order to validate the user. The callback may inspect the @code{GSASL_AUTHZID} and @code{GSASL_GSSAPI_DISPLAY_NAME} properties to decide whether to authorize the user. Note that authentication is performed by the GSS-API library. XXX: explain more about quality of service, maximum buffer size, etc. @node GS2-KRB5 @section The GS2-KRB5 mechanism @cindex GS2 @cindex GS2-KRB5 GS2 is a protocol bridge between GSS-API and SASL, and allows every GSS-API mechanism that supports mutual authentication and channel bindings to be used as a SASL mechanism. Currently we support the GS2-KRB5 mechanism, for Kerberos V5 authentication, however our GS2 implementation is flexible enough to easily support other GSS-API mechanism if any gains popularity. In the client, the mechanism is enabled only if the user has acquired credentials (i.e., a ticket granting ticket), and it requires the @code{GSASL_AUTHID}, @code{GSASL_SERVICE}, and @code{GSASL_HOSTNAME} properties. In the server, the mechanism requires the @code{GSASL_SERVICE} and @code{GSASL_HOSTNAME} properties, and it will invoke the @code{GSASL_VALIDATE_GSSAPI} callback property in order to validate the user. The callback may inspect the @code{GSASL_AUTHZID} and @code{GSASL_GSSAPI_DISPLAY_NAME} properties to decide whether to authorize the user. Note that authentication is performed by the GSS-API library. @cindex GS2-KRB5-PLUS The GS2 framework supports a variant of each mechanism, called the PLUS variant, which can also bind the authentication to a secure channel through channel bindings. Currently this is not supported by GNU SASL. @node SAML20 @section The SAML20 mechanism @cindex SAML The SAML20 mechanism makes it possible to use SAML in SASL, in a way that offloads the authentication exchange to an external browser. The protocol implemented is as specified in RFC 6595. The mechanism makes use of the following properties: GSASL_AUTHZID, @code{GSASL_SAML20_IDP_IDENTIFIER}, @code{GSASL_SAML20_REDIRECT_URL}, @code{GSASL_SAML20_AUTHENTICATE_IN_BROWSER} and @code{GSASL_VALIDATE_SAML20}. In client mode, the mechanism will retrieve the @code{GSASL_AUTHZID} and @code{GSASL_SAML20_IDP_IDENTIFIER} properties and form a request to the server. The server will respond with a redirect URL stored in the @code{GSASL_SAML20_REDIRECT_URL} property, which the client can retrieve from the @code{GSASL_SAML20_AUTHENTICATE_IN_BROWSER} callback. The intention is that the client launches a browser to the given URL, and then proceeds with authentication. The server responds whether authentication was successful or not. In server mode, the mechanism will invoke the @code{GSASL_SAML20_REDIRECT_URL} callback and the application can inspect the @code{GSASL_AUTHZID} and @code{GSASL_SAML20_IDP_IDENTIFIER} properties when forming the redirect URL. The URL is passed to the client which will hopefully complete authentication in the browser. The server callback @code{GSASL_VALIDATE_SAML20} should check whether the authentication attempt was successful. Note that SAML itself is not implemented by the GNU SASL library. On the client side, no SAML knowledge is needed, it is only required on the server side. The client only needs to be able to start a browser accessing the redirect URL. The server side is expected to call a SAML library of your choice to generate the AuthRequest and to implement an AssertionConsumerService to validate the AuthResponse. There is a complete proof-of-concept example of a SMTP server with SAML 2.0 support distributed with GNU SASL in the examples/saml20/ sub-directory. It uses the Lasso SAML implementation (@url{http://lasso.entrouvert.org/}). The example may be used as inspiration for your own server implementation. The @code{gsasl} command line client supports SAML20 as a client. @node OPENID20 @section The OPENID20 mechanism @cindex OpenID The OPENID20 mechanism makes it possible to use OpenID in SASL, in a way that offloads the authentication exchange to an external browser. The protocol implemented is as specified in RFC 6616. The mechanism makes use of the following properties: @code{GSASL_AUTHID} (for the OpenID User-Supplied Identifier), @code{GSASL_AUTHZID}, @code{GSASL_OPENID20_REDIRECT_URL}, @code{GSASL_OPENID20_OUTCOME_DATA}, @code{GSASL_OPENID20_AUTHENTICATE_IN_BROWSER}, and @code{GSASL_VALIDATE_OPENID20}. In the client, the mechanism is enabled by default. The @code{GSASL_AUTHID} property is required and should contain the User-Supplied OpenID Identifier (for example @code{http://josefsson.org}). If set, @code{GSASL_AUTHZID} will be used by the client. The client will be invoked with the @code{GSASL_OPENID20_AUTHENTICATE_IN_BROWSER} callback to perform the OpenID authentication in a web browser. The callback can retrieve the @code{GSASL_OPENID20_REDIRECT_URL} property to find out the URL to redirect the user to. After authentication, the client can retrieve the @code{GSASL_OPENID20_OUTCOME_DATA} property with the OpenID Simple Registry (SREG) attributes sent by the server (they are not always sent). In the server, the mechanism is enabled by default. The server will request the @code{GSASL_OPENID20_REDIRECT_URL} property, and your callback may inspect the @code{GSASL_AUTHID} to find the OpenID User-Supplied Identifier. The server callback should perform OpenID discovery and return the URL to redirect the user to. After this, the user would access the URL and proceed with authentication in the browser. The server is invoked with the @code{GSASL_VALIDATE_OPENID20} callback to perform the actual validation of the authentication. Usually the callback will perform some IPC communication with an OpenID consumer running in a web server. The callback should return @code{GSASL_OK} on successful authentication and @code{GSASL_AUTHENTICATION_ERROR} on authentication errors, or any other error code. If the server received some OpenID Simple Registry (SREG) attributes from the OpenID Identity Provider, it may use the @code{GSASL_OPENID20_OUTCOME_DATA} property to send these to the client. Note that OpenID itself is not implemented by the GNU SASL library. On the client side, no OpenID knowledge is required, it is only required on the server side. The client only needs to be able to start a browser accessing the redirect URL. The server side is expected to use an OpenID library of your choice to generate the redirect URL and to implement the Service Provider to validate the response from the IdP. There is a complete proof-of-concept example with a SMTP server with OpenID 2.0 support distributed with GNU SASL in the examples/openid20/ sub-directory. It uses the JanRain PHP5 OpenID implementation. The example may be used as inspiration for your own server implementation. The @code{gsasl} command line client supports OPENID20 as a client. @node KERBEROS_V5 @section The KERBEROS_V5 mechanism @cindex KERBEROS_V5 The KERBEROS_V5 is an experimental mechanism, the protocol specification is available on the GNU SASL homepage. It can operate in three modes, non-infrastructure mode, infrastructure mode and proxied infrastructure mode. Currently only non-infrastructure mode is supported. In the non-infrastructure mode, it works as a superset of most features provided by PLAIN, CRAM-MD5, DIGEST-MD5 and GSSAPI while at the same time building on what is believed to be proven technology (the RFC 1510 network security system). In the non-infrastructure mode, the client must specify (via callbacks) the name of the user, and optionally the server name and realm. The server must be able to retrieve passwords given the name of the user. In the infrastructure mode (proxied or otherwise), it allows clients and servers to authenticate via SASL in an RFC 1510 environment, using a trusted third party, a ``Key Distribution Central''. In the normal mode, clients acquire tickets out of band and then invokes a one roundtrip AP-REQ and AP-REP exchange. In the proxied mode, which can be used by clients without IP addresses or without connectivity to the KDC (e.g., when the KDC is IPv4 and the client is IPV6-only), the client uses the server to proxy ticket requests and finishes with the AP-REQ/AP-REP exchange. In infrastructure mode (proxied or otherwise), neither the client nor server need to implement any callbacks (this will likely change later, to allow a server to authorize users, similar to the GSSAPI callback). XXX: update when implementation has matured @c ********************************************************** @c ***************** Global Functions ********************* @c ********************************************************** @node Global Functions @chapter Global Functions @include texi/init.c.texi @include texi/done.c.texi @include texi/listmech.c.texi @include texi/supportp.c.texi @include texi/suggest.c.texi @include texi/register.c.texi @c ********************************************************** @c ****************** Callback Functions ****************** @c ********************************************************** @node Callback Functions @chapter Callback Functions @cindex Callbacks The callback is used by mechanisms to retrieve information, such as username and password, from the application. In a server, the callback is used to decide whether a user is permitted to log in or not. You tell the library of your callback function by calling @code{gsasl_callback_set}. Since your callback may need access to data from other parts of your application, there are hooks to store and retrieve application specific pointers. This avoids the use of global variables, which wouldn't be thread safe. You store a pointer to some information (opaque from the point of view of the library) by calling @code{gsasl_callback_hook_set} and can later retrieve this data in your callback by calling @code{gsasl_callback_hook_get}. @include texi/callback.c.texi @c ********************************************************** @c ****************** Property Functions ****************** @c ********************************************************** @node Property Functions @chapter Property Functions @cindex Properties @include texi/property.c.texi @c ********************************************************** @c ***************** Session Functions ******************** @c ********************************************************** @node Session Functions @chapter Session Functions @cindex SASL sessions @include texi/xstart.c.texi @include texi/xstep.c.texi @include texi/xfinish.c.texi @include texi/xcode.c.texi @include texi/mechname.c.texi @c ********************************************************** @c ******************* Utilities ************************** @c ********************************************************** @node Utilities @chapter Utilities @include texi/saslprep.c.texi @include texi/base64.c.texi @include texi/md5pwd.c.texi @include texi/crypto.c.texi @c ********************************************************** @c **************** Memory Handling *********************** @c ********************************************************** @node Memory Handling @chapter Memory Handling @include texi/free.c.texi @c ********************************************************** @c ******************* Errors **************************** @c ********************************************************** @node Error Handling @chapter Error Handling @cindex Error Handling Most functions in the GNU SASL Library return an error if they fail. For this reason, the application should always catch the error condition and take appropriate measures, for example by releasing the resources and passing the error up to the caller, or by displaying a descriptive message to the user and cancelling the operation. Some error values do not indicate a system error or an error in the operation, but the result of an operation that failed properly. @menu * Error values:: A list of all error values used. * Error strings:: How to get a descriptive string from a value. @end menu @node Error values @section Error values Errors are returned as @code{int} values. The value of the symbol @code{GSASL_OK} is guaranteed to always be @code{0}, and all other error codes are guaranteed to be non-@code{0}, so you may use that information to build boolean expressions involving return codes. Otherwise, an application should not depend on the particular value for error codes, and are encouraged to use the constants even for @code{GSASL_OK} to improve readability. Possible values are: @table @code @include gsasl-api-error-labels.texi @end table @node Error strings @section Error strings @include texi/error.c.texi @c ********************************************************** @c *********************** Examples *********************** @c ********************************************************** @node Examples @chapter Examples @cindex Examples This chapter contains example code which illustrates how the GNU SASL Library can be used when writing your own application. @menu * Example 1:: SASL client. * Example 2:: SASL client where server send data first. * Example 3:: SASL client, with a choice of mechanism to use. * Example 4:: SASL client, with callback for user info. * Example 5:: Example SMTP server with GNU SASL authentication. @end menu @node Example 1 @section Example 1 @example @verbatiminclude client.c @end example @node Example 2 @section Example 2 @example @verbatiminclude client-serverfirst.c @end example @node Example 3 @section Example 3 @example @verbatiminclude client-mech.c @end example @node Example 4 @section Example 4 @example @verbatiminclude client-callback.c @end example @node Example 5 @section Example 5 @example @verbatiminclude smtp-server.c @end example @c ********************************************************** @c ******************* Acknowledgements ******************* @c ********************************************************** @node Acknowledgements @chapter Acknowledgements The makefiles, manuals, etc borrowed much from Libgcrypt written by Werner Koch. Cryptographic functions for some SASL mechanisms uses Libgcrypt by Werner Koch et al. The NTLM mechanism uses Libntlm by Grant Edwards et al, using code from Samba written by Andrew Tridgell, and now maintained by Simon Josefsson. The KERBEROS_V5 mechanism uses Shishi by Simon Josefsson. The GSSAPI and GS2-KRB5 mechanism uses a GSS-API implementation, such as GNU GSS by Simon Josefsson. Gnulib is used to simplify portability. This manual borrows text from the SASL specification. @c ********************************************************** @c ******************** Invoking gsasl ******************** @c ********************************************************** @node Invoking gsasl @chapter Invoking gsasl @pindex gsasl @cindex invoking @command{gsasl} @cindex command line @majorheading Name GNU SASL (gsasl) -- Command line interface to libgsasl. @majorheading Description @code{gsasl} is the main program of GNU SASL. This section only lists the commands and options available. Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. @majorheading Commands @code{gsasl} recognizes these commands: @verbatim -c, --client Act as client (the default). --client-mechanisms Write name of supported client mechanisms separated by space to stdout. -s, --server Act as server. --server-mechanisms Write name of supported server mechanisms separated by space to stdout. @end verbatim @majorheading Network Options Normally the SASL negotiation is performed on the terminal, with reading from stdin and writing to stdout. It is also possible to perform the negotiation with a server over a TCP network connection. @verbatim --connect=HOSTNAME[:SERVICE] Connect to TCP server and negotiate on stream instead of stdin/stdout. SERVICE is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default. @end verbatim @majorheading Miscellaneous Options: These parameters affect overall behaviour. @verbatim -d, --application-data After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication. --imap Use a IMAP-like logon procedure (client only). Also sets the --service default to "imap". -m, --mechanism=STRING Mechanism to use. --no-client-first Disallow client to send data first (client only). @end verbatim @majorheading SASL Mechanism Options These options modify the behaviour of the callbacks (@pxref{Callback Functions}) in the library. The default is to query the user on the terminal. @verbatim -n, --anonymous-token=STRING Token for anonymous authentication, usually mail address (ANONYMOUS only). -a, --authentication-id=STRING Identity of credential owner. -z, --authorization-id=STRING Identity to request service for. --disable-cleartext-validate Disable cleartext validate hook, forcing server to prompt for password. --enable-cram-md5-validate Validate CRAM-MD5 challenge and response interactively. --hostname=STRING Set the name of the server with the requested service. -p, --password=STRING Password for authentication (insecure for non-testing purposes). --passcode=NUMBER Passcode for authentication (SECURID only). --quality-of-protection= How application payload will be protected. "qop-auth" means no protection, "qop-int" means integrity protection, "qop-conf" means confidentiality. Currently only used by DIGEST-MD5, where the default is "qop-int". -r, --realm=STRING Realm. Defaults to hostname. --service=STRING Set the requested service name (should be a registered GSSAPI host based service name). --service-name=STRING Set the generic server name in case of a replicated server (DIGEST-MD5 only). -x, --maxbuf=NUMBER Indicate maximum buffer size (DIGEST-MD5 only). @end verbatim @majorheading STARTTLS options @verbatim --starttls Force use of STARTTLS. The default is to use STARTTLS when available. (default=off) --no-starttls Unconditionally disable STARTTLS. (default=off) --no-cb Don't set any channel bindings. (default=off) --x509-ca-file=FILE File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done. --x509-cert-file=FILE File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. --x509-key-file=FILE Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. --priority Cipher priority string. @end verbatim @majorheading Other Options These are some standard parameters. @verbatim -q, --quiet, --silent Don't produce any diagnostic output. -v, --verbose Produce verbose output. -?, --help Give this help list --usage Give a short usage message -V, --version Print program version @end verbatim @c ********************************************************** @c ******************* Appendices ************************* @c ********************************************************** @node Protocol Clarifications @appendix Protocol Clarifications This appendix contains clarifications to various SASL specification that we felt were necessary to include, if for nothing else it may serve as a guide for other implementers that worry about the same issues. @menu * Use of SASLprep in CRAM-MD5:: * Use of SASLprep in LOGIN:: @end menu @node Use of SASLprep in CRAM-MD5 @section Use of SASLprep in CRAM-MD5 The specification, as of @file{draft-ietf-sasl-crammd5-04.txt}, is silent on whether a SASL server implementation applying SASLprep on a password received from an external, non-SASL specific database (i.e., the passwords are not stored in SASLprep form in the database), should set or clear the AllowUnassigned bit. The motivation for the AU-bit in StringPrep/SASLprep is for stored vs query strings. It could be argued that in this situation the server can treat the external password either as a stored string (from a database) or as a query (the server uses the string as a query into the fixed HMAC-MD5 hash). The specification is also unclear on whether clients should set or clear the AllowUnassigned flag. In the server, GNU SASL applies SASLprep to the password with the AllowUnassigned bit cleared. @node Use of SASLprep in LOGIN @section Use of SASLprep in LOGIN The non-standard mechanism LOGIN presumably does not support non-ASCII. We suggest that the client should send unprepared UTF-8 and that the server apply SASLprep with the AllowUnassigned bit cleared on the received username and password. @c ********************************************************** @c ******************* Old Functions ********************** @c ********************************************************** @node Old Functions @appendix Old Functions @cindex Deprecated functions @cindex Obsolete functions As GNU SASL is still under heavy development, some API functions have been found to be less useful. Those old API functions will be supported during a transition period. Refer to the NEWS file to find out since when a function has been deprecated. @include texi/obsolete.c.texi @section Obsolete callback function prototypes @deftypefn Prototype int (*Gsasl_client_callback_anonymous) (Gsasl_session_ctx * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output array with client token. @var{outlen}: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with some input from the user and set the output array length, and return @code{GSASL_OK}, or fail with an error code. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn @deftypefn Prototype int (*Gsasl_server_callback_anonymous) (Gsasl_session_ctx * @var{ctx}, const char * @var{token}) @var{ctx}: libgsasl handle. @var{ctx}: output array with client token. @var{ctx}: on input the maximum size of the output array, on output contains the actual size of the output array. If OUT is Type of callback function the application implements. It should return @code{GSASL_OK} if user should be permitted anonymous access, otherwise @code{GSASL_AUTHENTICATION_ERROR}. @end deftypefn @include gsasl-callback-authentication.texi @include gsasl-callback-authorization.texi @include gsasl-callback-client-service.texi @include gsasl-callback-cram-md5.texi @include gsasl-callback-digest-md5.texi @deftypefn Prototype int (*Gsasl_server_callback_external) (Gsasl_session_ctx * @var{ctx}) @var{ctx}: libgsasl handle. Type of callback function the application implements. It should return @code{GSASL_OK} if user is authenticated by out of band means, otherwise @code{GSASL_AUTHENTICATION_ERROR}. @end deftypefn @include gsasl-callback-gssapi.texi @include gsasl-callback-passcode.texi @include gsasl-callback-password.texi @include gsasl-callback-retrieve.texi @include gsasl-callback-securid.texi @include gsasl-callback-server-service.texi @include gsasl-callback-validate.texi @node Copying Information @appendix Copying Information @menu * GNU Free Documentation License:: License for copying this manual. @end menu @node GNU Free Documentation License @appendixsec GNU Free Documentation License @cindex FDL, GNU Free Documentation License @include fdl-1.3.texi @node Function and Data Index @unnumbered Function and Data Index @printindex fn @node Concept Index @unnumbered Concept Index @printindex cp @bye gsasl-1.8.0/doc/controlflow.dia0000664000000000000000000000316311746471770013337 00000000000000[mF_J${ 9wQR)jVzA|_67\+afg癅{aΌ{"Rۮ̮AxGOo}:o#oԿsC]S;2 %`XF %0cxݻal*(RB9qu*Z.Y,{n&٧;Xl٣;S2VmO:!bWAHz Ͷe*4bCQߕ;60L0"b3L8QP,1!~>9htdng!LuB|[:\lU]B)#\ -_}g02ENp2Y(4UCLV+T娄ƸS EZ<=?'zUd2a!+Sߪ>p<[^E% ml<,\`;mL`nr$8i;&8!JP.DTE"v_9TGb0:Xn:lDՙ?y2 ÛaŸTޘ˲)[cvT4ސ_ aDob+(!yU^=2|zm3=i3dRV]6xotK|[*,(K:E~LJ {GGOgyZ&jfbg;7ay$ /w?)5U}y6<8G[]%,OguÕqFƌ糷]%ZkkGn\,kUĨ sF9ZA>F?D45)7 &iȃI7NȨ")g> I" ժ%'*E\/-W6juSV<pECIFP%r0O,qZ _ ߇ ޹GU15Eԛhh5<:nC,,gE)bN.a<z2P[w%F2ȸtTOIK^ճkP=(/֊ {_3cxAyJ#b$a m?l!V7 lv4쯷u5? sc?'$btȞ^/y=J̆Ǟ1_M<|3 @y}dp1yDT AnATAh3*qt3<ΓJD@= J;ֻӣY0^zYjWioӁA`4OK.:,lH< |YD&TO'LjyDYomWɝ~]kQe8g+GõQ,3G3R`$T qK+$p/`8cR>q& 5~&^'Raܶ~Yr9*1or=s|+bU2&J.dz ͭ%W%Fy3 qC,BGDf>ZNwlD feg&7G>I[=M&;ss5JѦj$ k݆wK/g&qy4,;M F(GYh_ ޿bAKaŻ_nL -=&U}ywF$A,oDe &C6$[)&I|f֭{B7#>4wkR)mGWC<,Y<6Gǣl#:f8'^\k3лYAfs/O̜ԛ_Ƴ$3G,B @t,˝06%U.E "$ʗq<2BU&ގ̔b!€;!N<i\V6zxz| $+y?ۂ/x'+'jYPr3YLoaǍ'jZMw(ԖȠa ^4e ,D؀e^r38c0W h&w= 0^E#369+ҺEdMFk+YebrR` ZZ2ĉ$mmK5 `ܰ`؅L˦2-ńkd^5x#Fx!TRXy,i?)LH'KZa)S(w6IBeg8SOmd B33_?~7՚;0ɷSخS(wUaiF] 1q"O! kIŐD|4ؐzLP %7aH;r\ sftrhH՘I/'MܡIh$J]&*ʨrV kV@ FZ3fgOeG,e&\/OWYET#J..X~j~3o;^I=n#(|e#Z)ǡ!HHlJ{HKQz?ݿ;#eb>6BhM3DFbH}=aEL dM _Fxo贇,Yi{h ڃY9V.wZK_#6M[0M8eM M\ =0TH 7Wi+cYP"t55qdjG]DN4ɔ#7W|YPKT9MՈH+Q) Zd0}^gI*FL (NȟBNc! ,5qX18/@āwϖtxj_/~ZW]1S;߂4"%8\>i_o ˅lKZ"i11Ʃ-B&F5V PB5aDQ9LP1A:*=Hd-IOzdyT co; k9@f5 3iB]j7nt˗KJgXn8BҜ:n3+/|(Q:T]_P-OVu \$ 1%jr+eT2Z>PbҖH>*SeN}]і11ظ*n[o`$֍Y TrǟJ:{T1bˍ7%XXtH섰.*-b7 mjg5ke>z A]{m&¤yhnWWGyKyLJ31-u@(-tACydq0*xZ2K3ʬ*۷Lݭe1{!Թ ҩ Ysp#&b]h/ >ɽOiUq,kp'$]tؚi)}#eUO\k-=K"\A}f1+6T .$(A<_1Vbw8T?i'SXJauJ%wHsjß:&e{%:_e5{+,ı}xɈaq'w )*V~jPVM'G)n J,籴7fix"TNdu}`yQ7' ao(1mhw_!ku%왅LHO|_+*t[%ڲYUuJ{ h{G7A]g߸?9<5wHZKz-StV |К$?.AoO* v\4d. p&0Y@Al]]GFvJg`< &}[~?"dF8+gsasl-1.8.0/doc/gsasl-callback-authorization.texi0000664000000000000000000000153011746471770016740 00000000000000@deftypefn Prototype int (*Gsasl_client_callback_authorization_id) (Gsasl_session_ctx * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output array with authorization identity. @var{outlen}: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with authorization identity of user and set the output array length, and return @code{GSASL_OK}, or fail with an error code. The authorization identity must be encoded in UTF-8, but need not be normalized in any way. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn gsasl-1.8.0/doc/man/0000775000000000000000000000000011760732126011127 500000000000000gsasl-1.8.0/doc/man/gsasl_randomize.30000664000000000000000000000250711760731223014315 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_randomize" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_randomize \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_randomize(int " strong ", char * " data ", size_t " datalen ");" .SH ARGUMENTS .IP "int strong" 12 0 iff operation should not block, non\-0 for very strong randomness. .IP "char * data" 12 output array to be filled with random data. .IP "size_t datalen" 12 size of output array. .SH "DESCRIPTION" Store cryptographically random data of given size in the provided buffer. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP iff successful. .SH "DEPRECATED" Use \fBgsasl_random()\fP or \fBgsasl_nonce()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_step.30000664000000000000000000000344511760731222014667 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_step" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_step \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_server_step(Gsasl_session * " sctx ", const char * " input ", size_t " input_len ", char * " output ", size_t * " output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl server handle. .IP "const char * input" 12 input byte array. .IP "size_t input_len" 12 size of input byte array. .IP "char * output" 12 output byte array. .IP "size_t * output_len" 12 size of output byte array. .SH "DESCRIPTION" Perform one step of SASL authentication in server. This reads data from client (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to client (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than \fBGSASL_NEEDS_MORE\fP. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if authenticated terminated successfully, \fBGSASL_NEEDS_MORE\fP if more data is needed, or error code. .SH "DEPRECATED" Use \fBgsasl_step()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_external_get.30000664000000000000000000000271411760731225020212 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_external_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_external_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_external gsasl_server_callback_external_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_external_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_external_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_application_data_set.30000664000000000000000000000261211760731223016471 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_application_data_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_application_data_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_application_data_set(Gsasl * " ctx ", void * " appdata ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "void * appdata" 12 opaque pointer to application specific data. .SH "DESCRIPTION" Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling \fBgsasl_application_data_get()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "DEPRECATED" Use \fBgsasl_callback_hook_set()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_authentication_id_get.30000664000000000000000000000300211760731223022020 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_authentication_id_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_authentication_id_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_authentication_id gsasl_client_callback_authentication_id_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_authentication_id_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_authentication_id_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_realm_get.30000664000000000000000000000267211760731225017443 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_realm_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_realm_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_realm gsasl_client_callback_realm_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_realm_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_realm_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_validate_get.30000664000000000000000000000271411760731225020161 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_validate_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_validate_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_validate gsasl_server_callback_validate_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_validate_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_validate_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_encode.30000664000000000000000000000312411760731227013562 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_encode" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_encode \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_encode(Gsasl_session * " sctx ", const char * " input ", size_t " input_len ", char ** " output ", size_t * " output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .IP "const char * input" 12 input byte array. .IP "size_t input_len" 12 size of input byte array. .IP "char ** output" 12 newly allocated output byte array. .IP "size_t * output_len" 12 size of output byte array. .SH "DESCRIPTION" Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The \fIoutput\fP buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(\fIoutput\fP). .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if encoding was successful, otherwise an error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_stringprep_nfkc.30000664000000000000000000000404611760731226015526 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_stringprep_nfkc" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_stringprep_nfkc \- API function .SH SYNOPSIS .B #include .sp .BI "char * gsasl_stringprep_nfkc(const char * " in ", ssize_t " len ");" .SH ARGUMENTS .IP "const char * in" 12 a UTF\-8 encoded string. .IP "ssize_t len" 12 length of \fIstr\fP, in bytes, or \-1 if \fIstr\fP is nul\-terminated. .SH "DESCRIPTION" Converts a string into canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character. The normalization mode is NFKC (ALL COMPOSE). It standardizes differences that do not affect the text content, such as the above\-mentioned accent representation. It standardizes the "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same. It returns a result with composed forms rather than a maximally decomposed form. .SH "RETURN VALUE" Return a newly allocated string, that is the NFKC normalized form of \fIstr\fP, or NULL on error. .SH "DEPRECATED" No replacement functionality in GNU SASL, use GNU Libidn instead. Note that in SASL, you most likely want to use SASLprep and not bare NFKC, see \fBgsasl_saslprep()\fP. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_maxbuf_get.30000664000000000000000000000270011760731226017646 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_maxbuf_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_maxbuf_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_maxbuf gsasl_server_callback_maxbuf_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_maxbuf_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_maxbuf_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_qop_get.30000664000000000000000000000265611760731224017143 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_qop_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_qop_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_qop gsasl_client_callback_qop_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_qop_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_qop_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_application_data_get.30000664000000000000000000000247411760731223016463 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_application_data_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_application_data_get \- API function .SH SYNOPSIS .B #include .sp .BI "void * gsasl_application_data_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Retrieve application specific data from libgsasl handle. The application data is set using \fBgsasl_application_data_set()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "RETURN VALUE" Returns the application specific data, or NULL. .SH "DEPRECATED" Use \fBgsasl_callback_hook_get()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_encode_inline.30000664000000000000000000000301511760731223015113 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_encode_inline" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_encode_inline \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_encode_inline(Gsasl_session * " sctx ", const char * " input ", size_t " input_len ", char * " output ", size_t * " output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .IP "const char * input" 12 input byte array. .IP "size_t input_len" 12 size of input byte array. .IP "char * output" 12 output byte array. .IP "size_t * output_len" 12 size of output byte array. .SH "DESCRIPTION" Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if encoding was successful, otherwise an error code. .SH "DEPRECATED" Use \fBgsasl_encode()\fP instead. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_service_get.30000664000000000000000000000270611760731224020000 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_service_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_service_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_service gsasl_client_callback_service_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_service_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_service_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_saslprep.30000664000000000000000000000272411760731227014163 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_saslprep" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_saslprep \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_saslprep(const char * " in ", Gsasl_saslprep_flags " flags ", char ** " out ", int * " stringpreprc ");" .SH ARGUMENTS .IP "const char * in" 12 a UTF\-8 encoded string. .IP "Gsasl_saslprep_flags flags" 12 any SASLprep flag, e.g., \fBGSASL_ALLOW_UNASSIGNED\fP. .IP "char ** out" 12 on exit, contains newly allocated output string. .IP "int * stringpreprc" 12 if non\-NULL, will hold precise stringprep return code. .SH "DESCRIPTION" Prepare string using SASLprep. On success, the \fIout\fP variable must be deallocated by the caller. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP on success, or \fBGSASL_SASLPREP_ERROR\fP on error. .SH "SINCE" 0.2.3 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_appinfo_set.30000664000000000000000000000260711760731223014635 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_appinfo_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_appinfo_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_appinfo_set(Gsasl_session * " sctx ", void * " appdata ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .IP "void * appdata" 12 opaque pointer to application specific data. .SH "DESCRIPTION" Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling \fBgsasl_appinfo_get()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "DEPRECATED" Use \fBgsasl_callback_hook_set()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_callback.30000664000000000000000000000366311760731221014063 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_callback" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_callback \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_callback(Gsasl * " ctx ", Gsasl_session * " sctx ", Gsasl_property " prop ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 handle received from \fBgsasl_init()\fP, may be NULL to derive it from \fIsctx\fP. .IP "Gsasl_session * sctx" 12 session handle. .IP "Gsasl_property prop" 12 enumerated value of Gsasl_property type. .SH "DESCRIPTION" Invoke the application callback. The \fIprop\fP value indicate what the callback is expected to do. For example, for \fBGSASL_ANONYMOUS_TOKEN\fP, the function is expected to invoke gsasl_property_set(\fISCTX\fP, \fBGSASL_ANONYMOUS_TOKEN\fP, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. Note that if no callback has been set by the application, but the obsolete callback interface has been used, this function will translate the old callback interface into the new. This interface should be sufficient to invoke all callbacks, both new and old. .SH "RETURN VALUE" Returns whatever the application callback returns, or \fBGSASL_NO_CALLBACK\fP if no application was known. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_support_p.30000664000000000000000000000227111760731227015720 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_support_p" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_support_p \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_client_support_p(Gsasl * " ctx ", const char * " name ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "const char * name" 12 name of SASL mechanism. .SH "DESCRIPTION" Decide whether there is client\-side support for a specified mechanism. .SH "RETURN VALUE" Returns 1 if the libgsasl client supports the named mechanism, otherwise 0. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_init.30000664000000000000000000000234111760731222013263 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_init" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_init \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_init(Gsasl ** " ctx ");" .SH ARGUMENTS .IP "Gsasl ** ctx" 12 pointer to libgsasl handle. .SH "DESCRIPTION" This functions initializes libgsasl. The handle pointed to by ctx is valid for use with other libgsasl functions iff this function is successful. It also register all builtin SASL mechanisms, using \fBgsasl_register()\fP. .SH "RETURN VALUE" GSASL_OK iff successful, otherwise \fBGSASL_MALLOC_ERROR\fP. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_md5pwd_get_password.30000664000000000000000000000366711760731226016321 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_md5pwd_get_password" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_md5pwd_get_password \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_md5pwd_get_password(const char * " filename ", const char * " username ", char * " key ", size_t * " keylen ");" .SH ARGUMENTS .IP "const char * filename" 12 filename of file containing passwords. .IP "const char * username" 12 username string. .IP "char * key" 12 output character array. .IP "size_t * keylen" 12 input maximum size of output character array, on output contains actual length of output array. .SH "DESCRIPTION" Retrieve password for user from specified file. To find out how large the output array must be, call this function with out=NULL. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. .SH "RETURN VALUE" Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code. .SH "DEPRECATED" Use \fBgsasl_simple_getpass()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_service_set.30000664000000000000000000000332411760731224020011 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_service_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_service_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_service_set(Gsasl * " ctx ", Gsasl_client_callback_service " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_service cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to set the name of the service. The service buffer should be a registered GSSAPI host\-based service name, hostname the name of the server. Servicename is used by DIGEST\-MD5 and should be the name of generic server in case of a replicated service. The function can be later retrieved using \fBgsasl_client_callback_service_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_pin_get.30000664000000000000000000000265611760731224017132 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_pin_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_pin_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_pin gsasl_client_callback_pin_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_pin_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_pin_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_maxbuf_set.30000664000000000000000000000327111760731226017666 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_maxbuf_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_maxbuf_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_maxbuf_set(Gsasl * " ctx ", Gsasl_server_callback_maxbuf " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_maxbuf cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server to inform the client of the largest buffer the server is able to receive when using the DIGEST\-MD5 "auth\-int" or "auth\-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using \fBgsasl_server_callback_maxbuf_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_qop_set.30000664000000000000000000000301111760731224017141 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_qop_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_qop_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_qop_set(Gsasl * " ctx ", Gsasl_client_callback_qop " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_qop cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to determine the qop to use after looking at what the server offered. The function can be later retrieved using \fBgsasl_client_callback_qop_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_passcode_get.30000664000000000000000000000271411760731224020140 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_passcode_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_passcode_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_passcode gsasl_client_callback_passcode_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_passcode_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_passcode_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_maxbuf_get.30000664000000000000000000000270011760731224017614 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_maxbuf_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_maxbuf_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_maxbuf gsasl_client_callback_maxbuf_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_maxbuf_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_maxbuf_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_anonymous_set.30000664000000000000000000000303311760731225020427 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_anonymous_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_anonymous_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_anonymous_set(Gsasl * " ctx ", Gsasl_server_callback_anonymous " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_anonymous cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for deciding if user is permitted anonymous access. The function can be later retrieved using \fBgsasl_server_callback_anonymous_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_session_hook_get.30000664000000000000000000000246311760731221015666 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_session_hook_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_session_hook_get \- API function .SH SYNOPSIS .B #include .sp .BI "void * gsasl_session_hook_get(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .SH "DESCRIPTION" Retrieve application specific data from libgsasl session handle. The application data is set using \fBgsasl_callback_hook_set()\fP. This is normally used by the application to maintain a per\-session state between the main program and callbacks. .SH "RETURN VALUE" Returns the application specific data, or NULL. .SH "SINCE" 0.2.14 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_hmac_md5.30000664000000000000000000000266411760731221014004 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_hmac_md5" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_hmac_md5 \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_hmac_md5(const char * " key ", size_t " keylen ", const char * " in ", size_t " inlen ", char * " outhash[16] ");" .SH ARGUMENTS .IP "const char * key" 12 input character array with key to use. .IP "size_t keylen" 12 length of input character array with key to use. .IP "const char * in" 12 input character array of data to hash. .IP "size_t inlen" 12 length of input character array of data to hash. .IP "char * outhash[16]" 12 .SH "DESCRIPTION" Compute keyed checksum of data using HMAC\-MD5. The \fIouthash\fP buffer must be deallocated by the caller. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP iff successful. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_anonymous_get.30000664000000000000000000000272211760731224020366 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_anonymous_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_anonymous_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_anonymous gsasl_client_callback_anonymous_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_anonymous_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_anonymous_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_retrieve_set.30000664000000000000000000000311311760731225020223 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_retrieve_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_retrieve_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_retrieve_set(Gsasl * " ctx ", Gsasl_server_callback_retrieve " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_retrieve cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using \fBgsasl_server_callback_retrieve_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_passcode_set.30000664000000000000000000000276611760731224020163 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_passcode_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_passcode_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_passcode_set(Gsasl * " ctx ", Gsasl_client_callback_passcode " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_passcode cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to set the passcode. The function can be later retrieved using \fBgsasl_client_callback_passcode_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_pin_set.30000664000000000000000000000312711760731224017140 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_pin_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_pin_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_pin_set(Gsasl * " ctx ", Gsasl_client_callback_pin " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_pin cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to chose a new pin, possibly suggested by the server, for the SECURID mechanism. This is not normally invoked, but only when the server requests it. The function can be later retrieved using \fBgsasl_client_callback_pin_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_suggest_mechanism.30000664000000000000000000000253611760731227017376 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_suggest_mechanism" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_suggest_mechanism \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_client_suggest_mechanism(Gsasl * " ctx ", const char * " mechlist ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "const char * mechlist" 12 input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). .SH "DESCRIPTION" Given a list of mechanisms, suggest which to use. .SH "RETURN VALUE" Returns name of "best" SASL mechanism supported by the libgsasl client which is present in the input string, or NULL if no supported mechanism is found. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_property_fast.30000664000000000000000000000263511760731227015234 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_property_fast" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_property_fast \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_property_fast(Gsasl_session * " sctx ", Gsasl_property " prop ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 session handle. .IP "Gsasl_property prop" 12 enumerated value of Gsasl_property type, indicating the type of data in \fIdata\fP. .SH "DESCRIPTION" Retrieve the data stored in the session handle for given property \fIprop\fP. The pointer is to live data, and must not be deallocated or modified in any way. This function will not invoke the application callback. .SH "RETURN VALUE" Return property value, if known, or NULL if no value known. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_finish.30000664000000000000000000000207511760731227013611 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_finish" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_finish \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_finish(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .SH "DESCRIPTION" Destroy a libgsasl client or server handle. The handle must not be used with other libgsasl functions after this call. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_authorization_id_get.30000664000000000000000000000277411760731224021721 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_authorization_id_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_authorization_id_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_authorization_id gsasl_client_callback_authorization_id_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_authorization_id_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_authorization_id_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_callback_set.30000664000000000000000000000326611760731221014735 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_callback_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_callback_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_callback_set(Gsasl * " ctx ", Gsasl_callback_function " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 handle received from \fBgsasl_init()\fP. .IP "Gsasl_callback_function cb" 12 pointer to function implemented by application. .SH "DESCRIPTION" Store the pointer to the application provided callback in the library handle. The callback will be used, via \fBgsasl_callback()\fP, by mechanisms to discover various parameters (such as username and passwords). The callback function will be called with a Gsasl_property value indicating the requested behaviour. For example, for \fBGSASL_ANONYMOUS_TOKEN\fP, the function is expected to invoke gsasl_property_set(\fICTX\fP, \fBGSASL_ANONYMOUS_TOKEN\fP, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_step.30000664000000000000000000000411011760731230013266 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_step" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_step \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_step(Gsasl_session * " sctx ", const char * " input ", size_t " input_len ", char ** " output ", size_t * " output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .IP "const char * input" 12 input byte array. .IP "size_t input_len" 12 size of input byte array. .IP "char ** output" 12 newly allocated output byte array. .IP "size_t * output_len" 12 pointer to output variable with size of output byte array. .SH "DESCRIPTION" Perform one step of SASL authentication. This reads data from the other end (from \fIinput\fP and \fIinput_len\fP), processes it (potentially invoking callbacks to the application), and writes data to server (into newly allocated variable \fIoutput\fP and \fIoutput_len\fP that indicate the length of \fIoutput\fP). The contents of the \fIoutput\fP buffer is unspecified if this functions returns anything other than \fBGSASL_OK\fP or \fBGSASL_NEEDS_MORE\fP. If this function return \fBGSASL_OK\fP or \fBGSASL_NEEDS_MORE\fP, however, the \fIoutput\fP buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (\fIoutput\fP). .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if authenticated terminated successfully, \fBGSASL_NEEDS_MORE\fP if more data is needed, or error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_decode_inline.30000664000000000000000000000301511760731223015101 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_decode_inline" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_decode_inline \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_decode_inline(Gsasl_session * " sctx ", const char * " input ", size_t " input_len ", char * " output ", size_t * " output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .IP "const char * input" 12 input byte array. .IP "size_t input_len" 12 size of input byte array. .IP "char * output" 12 output byte array. .IP "size_t * output_len" 12 size of output byte array. .SH "DESCRIPTION" Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if encoding was successful, otherwise an error code. .SH "DEPRECATED" Use \fBgsasl_decode()\fP instead. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_authorization_id_set.30000664000000000000000000000310611760731223021722 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_authorization_id_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_authorization_id_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_authorization_id_set(Gsasl * " ctx ", Gsasl_client_callback_authorization_id " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_authorization_id cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to set the authorization identity. The function can be later retrieved using \fBgsasl_client_callback_authorization_id_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_retrieve_get.30000664000000000000000000000271411760731225020215 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_retrieve_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_retrieve_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_retrieve gsasl_server_callback_retrieve_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_retrieve_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_retrieve_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_listmech.30000664000000000000000000000274211760731222015523 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_listmech" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_listmech \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_server_listmech(Gsasl * " ctx ", char * " out ", size_t * " outlen ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "char * out" 12 output character array. .IP "size_t * outlen" 12 input maximum size of output character array, on output contains actual length of output array. .SH "DESCRIPTION" Write SASL names, separated by space, of mechanisms supported by the libgsasl server to the output array. To find out how large the output array must be, call this function with a NULL \fIout\fP parameter. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if successful, or error code. .SH "DEPRECATED" Use \fBgsasl_server_mechlist()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_securid_get.30000664000000000000000000000270611760731226020030 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_securid_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_securid_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_securid gsasl_server_callback_securid_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_securid_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_securid_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_application_data_get.30000664000000000000000000000263111760731223020044 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_application_data_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_application_data_get \- API function .SH SYNOPSIS .B #include .sp .BI "void * gsasl_server_application_data_get(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl server handle. .SH "DESCRIPTION" Retrieve application specific data from libgsasl server handle. The application data is set using \fBgsasl_server_application_data_set()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "RETURN VALUE" Returns the application specific data, or NULL. .SH "DEPRECATED" Use \fBgsasl_callback_hook_get()\fP or \fBgsasl_session_hook_get()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_realm_set.30000664000000000000000000000310411760731224017445 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_realm_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_realm_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_realm_set(Gsasl * " ctx ", Gsasl_client_callback_realm " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_realm cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to know which realm it belongs to. The realm is used by the server to determine which username and password to use. The function can be later retrieved using \fBgsasl_client_callback_realm_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_property_set_raw.30000664000000000000000000000316211760731227015737 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_property_set_raw" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_property_set_raw \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_property_set_raw(Gsasl_session * " sctx ", Gsasl_property " prop ", const char * " data ", size_t " len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 session handle. .IP "Gsasl_property prop" 12 enumerated value of Gsasl_property type, indicating the type of data in \fIdata\fP. .IP "const char * data" 12 character string to store. .IP "size_t len" 12 length of character string to store. .SH "DESCRIPTION" Make a copy of \fIlen\fP sized \fIdata\fP and store a zero terminated version of it in the session handle for the indicated property \fIprop\fP. You can immediately deallocate \fIdata\fP after calling this function, without affecting the data stored in the session handle. Except for the length indicator, this function is identical to gsasl_property_set. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_ctx_get.30000664000000000000000000000225211760731222015314 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_ctx_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_ctx_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl * gsasl_client_ctx_get(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl client handle .SH "DESCRIPTION" Get the libgsasl handle given a libgsasl client handle. .SH "RETURN VALUE" Returns the libgsasl handle given a libgsasl client handle. .SH "DEPRECATED" This function is not useful with the new 0.2.0 API. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_decode.30000664000000000000000000000312411760731227013550 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_decode" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_decode \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_decode(Gsasl_session * " sctx ", const char * " input ", size_t " input_len ", char ** " output ", size_t * " output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .IP "const char * input" 12 input byte array. .IP "size_t input_len" 12 size of input byte array. .IP "char ** output" 12 newly allocated output byte array. .IP "size_t * output_len" 12 size of output byte array. .SH "DESCRIPTION" Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The \fIoutput\fP buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(\fIoutput\fP). .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if encoding was successful, otherwise an error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_md5.30000664000000000000000000000232711760731221013010 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_md5" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_md5 \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_md5(const char * " in ", size_t " inlen ", char * " out[16] ");" .SH ARGUMENTS .IP "const char * in" 12 input character array of data to hash. .IP "size_t inlen" 12 length of input character array of data to hash. .IP "char * out[16]" 12 .SH "DESCRIPTION" Compute hash of data using MD5. The \fIout\fP buffer must be deallocated by the caller. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP iff successful. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_step.30000664000000000000000000000344511760731222014637 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_step" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_step \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_client_step(Gsasl_session * " sctx ", const char * " input ", size_t " input_len ", char * " output ", size_t * " output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl client handle. .IP "const char * input" 12 input byte array. .IP "size_t input_len" 12 size of input byte array. .IP "char * output" 12 output byte array. .IP "size_t * output_len" 12 size of output byte array. .SH "DESCRIPTION" Perform one step of SASL authentication in client. This reads data from server (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than \fBGSASL_NEEDS_MORE\fP. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if authenticated terminated successfully, \fBGSASL_NEEDS_MORE\fP if more data is needed, or error code. .SH "DEPRECATED" Use \fBgsasl_step()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_digest_md5_get.30000664000000000000000000000272711760731225020420 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_digest_md5_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_digest_md5_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_digest_md5 gsasl_server_callback_digest_md5_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_digest_md5_set()\fP. .SH "RETURN VALUE" Return the callback earlier set by calling \fBgsasl_server_callback_digest_md5_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_base64_to.30000664000000000000000000000277211760731220014114 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_base64_to" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_base64_to \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_base64_to(const char * " in ", size_t " inlen ", char ** " out ", size_t * " outlen ");" .SH ARGUMENTS .IP "const char * in" 12 input byte array .IP "size_t inlen" 12 size of input byte array .IP "char ** out" 12 pointer to newly allocated output byte array .IP "size_t * outlen" 12 pointer to size of newly allocated output byte array .SH "DESCRIPTION" Encode data as base64. The string is zero terminated, and \fIoutlen\fP holds the length excluding the terminating zero. The \fIout\fP buffer must be deallocated by the caller. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP on success, or \fBGSASL_MALLOC_ERROR\fP if input was too large or memory allocation fail. .SH "SINCE" 0.2.2 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_cram_md5_set.30000664000000000000000000000305711760731225020074 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_cram_md5_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_cram_md5_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_cram_md5_set(Gsasl * " ctx ", Gsasl_server_callback_cram_md5 " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_cram_md5 cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for deciding if user is authenticated using CRAM\-MD5 challenge and response. The function can be later retrieved using \fBgsasl_server_callback_cram_md5_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_stringprep_saslprep.30000664000000000000000000000334111760731226016433 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_stringprep_saslprep" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_stringprep_saslprep \- API function .SH SYNOPSIS .B #include .sp .BI "char * gsasl_stringprep_saslprep(const char * " in ", int * " stringprep_rc ");" .SH ARGUMENTS .IP "const char * in" 12 input ASCII or UTF\-8 string with data to prepare according to SASLprep. .IP "int * stringprep_rc" 12 pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. .SH "DESCRIPTION" Process a Unicode string for comparison, according to the "SASLprep" stringprep profile. This function is intended to be used by Simple Authentication and Security Layer (SASL) mechanisms (such as PLAIN, CRAM\-MD5, and DIGEST\-MD5) as well as other protocols exchanging user names and/or passwords. .SH "RETURN VALUE" Return a newly allocated string that is the "SASLprep" processed form of the input string, or NULL on error, in which case \fIstringprep_rc\fP contain the stringprep library error code. .SH "DEPRECATED" Use \fBgsasl_saslprep()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_base64_decode.30000664000000000000000000000262411760731227014720 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_base64_decode" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_base64_decode \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_base64_decode(char const * " src ", char * " target ", size_t " targsize ");" .SH ARGUMENTS .IP "char const * src" 12 input byte array .IP "char * target" 12 output byte array .IP "size_t targsize" 12 size of output byte array .SH "DESCRIPTION" Decode Base64 data. Skips all whitespace anywhere. Converts characters, four at a time, starting at (or after) src from Base64 numbers into three 8 bit bytes in the target area. .SH "RETURN VALUE" Returns the number of data bytes stored at the target, or \-1 on error. .SH "DEPRECATED" Use \fBgsasl_base64_from()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_stringprep_trace.30000664000000000000000000000315611760731226015704 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_stringprep_trace" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_stringprep_trace \- API function .SH SYNOPSIS .B #include .sp .BI "char * gsasl_stringprep_trace(const char * " in ", int * " stringprep_rc ");" .SH ARGUMENTS .IP "const char * in" 12 input ASCII or UTF\-8 string with data to prepare according to "trace". .IP "int * stringprep_rc" 12 pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. .SH "DESCRIPTION" Process a Unicode string for use as trace information, according to the "trace" stringprep profile. The profile is designed for use with the SASL ANONYMOUS Mechanism. .SH "RETURN VALUE" Return a newly allocated string that is the "trace" processed form of the input string, or NULL on error, in which case \fIstringprep_rc\fP contain the stringprep library error code. .SH "DEPRECATED" No replacement functionality in GNU SASL, use GNU Libidn instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_qop_set.30000664000000000000000000000316311760731225017202 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_qop_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_qop_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_qop_set(Gsasl * " ctx ", Gsasl_server_callback_qop " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_qop cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server to know which quality of protection it accepts. The quality of protection eventually used is selected by the client though. It is currently used by the DIGEST\-MD5 mechanism. The function can be later retrieved using \fBgsasl_server_callback_qop_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_step_base64.30000664000000000000000000000272211760731222016000 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_step_base64" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_step_base64 \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_client_step_base64(Gsasl_session * " sctx ", const char * " b64input ", char * " b64output ", size_t " b64output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl client handle. .IP "const char * b64input" 12 input base64 encoded byte array. .IP "char * b64output" 12 output base64 encoded byte array. .IP "size_t b64output_len" 12 size of output base64 encoded byte array. .SH "DESCRIPTION" This is a simple wrapper around \fBgsasl_client_step()\fP that base64 decodes the input and base64 encodes the output. .SH "RETURN VALUE" See \fBgsasl_client_step()\fP. .SH "DEPRECATED" Use \fBgsasl_step64()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_strerror.30000664000000000000000000000251211760731221014201 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_strerror" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_strerror \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_strerror(int " err ");" .SH ARGUMENTS .IP "int err" 12 libgsasl error code .SH "DESCRIPTION" Convert return code to human readable string explanation of the reason for the particular error code. This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to \fBgsasl_init()\fP. .SH "RETURN VALUE" Returns a pointer to a statically allocated string containing an explanation of the error code \fIerr\fP. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_validate_set.30000664000000000000000000000311311760731225020167 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_validate_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_validate_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_validate_set(Gsasl * " ctx ", Gsasl_server_callback_validate " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_validate cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using \fBgsasl_server_callback_validate_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_application_data_get.30000664000000000000000000000263111760731223020014 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_application_data_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_application_data_get \- API function .SH SYNOPSIS .B #include .sp .BI "void * gsasl_client_application_data_get(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl client handle. .SH "DESCRIPTION" Retrieve application specific data from libgsasl client handle. The application data is set using \fBgsasl_client_application_data_set()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "RETURN VALUE" Returns the application specific data, or NULL. .SH "DEPRECATED" Use \fBgsasl_callback_hook_get()\fP or \fBgsasl_session_hook_get()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_password_set.30000664000000000000000000000276611760731224020224 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_password_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_password_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_password_set(Gsasl * " ctx ", Gsasl_client_callback_password " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_password cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to set the password. The function can be later retrieved using \fBgsasl_client_callback_password_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_register.30000664000000000000000000000242311760731227014152 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_register" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_register \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_register(Gsasl * " ctx ", const Gsasl_mechanism * " mech ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 pointer to libgsasl handle. .IP "const Gsasl_mechanism * mech" 12 plugin structure with information about plugin. .SH "DESCRIPTION" This function initialize given mechanism, and if successful, add it to the list of plugins that is used by the library. .SH "RETURN VALUE" \fBGSASL_OK\fP iff successful, otherwise \fBGSASL_MALLOC_ERROR\fP. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_anonymous_get.30000664000000000000000000000272211760731225020417 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_anonymous_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_anonymous_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_anonymous gsasl_server_callback_anonymous_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_anonymous_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_anonymous_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_realm_get.30000664000000000000000000000267211760731225017473 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_realm_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_realm_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_realm gsasl_server_callback_realm_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_realm_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_realm_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_callback_hook_get.30000664000000000000000000000241511760731221015734 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_callback_hook_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_callback_hook_get \- API function .SH SYNOPSIS .B #include .sp .BI "void * gsasl_callback_hook_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Retrieve application specific data from libgsasl handle. The application data is set using \fBgsasl_callback_hook_set()\fP. This is normally used by the application to maintain a global state between the main program and callbacks. .SH "RETURN VALUE" Returns the application specific data, or NULL. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_appinfo_get.30000664000000000000000000000247211760731223014621 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_appinfo_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_appinfo_get \- API function .SH SYNOPSIS .B #include .sp .BI "void * gsasl_appinfo_get(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .SH "DESCRIPTION" Retrieve application specific data from libgsasl session handle. The application data is set using \fBgsasl_appinfo_set()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "RETURN VALUE" Returns the application specific data, or NULL. .SH "DEPRECATED" Use \fBgsasl_callback_hook_get()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_sha1.30000664000000000000000000000235311760731221013156 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_sha1" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_sha1 \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_sha1(const char * " in ", size_t " inlen ", char * " out[20] ");" .SH ARGUMENTS .IP "const char * in" 12 input character array of data to hash. .IP "size_t inlen" 12 length of input character array of data to hash. .IP "char * out[20]" 12 .SH "DESCRIPTION" Compute hash of data using SHA1. The \fIout\fP buffer must be deallocated by the caller. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP iff successful. .SH "SINCE" 1.3 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_property_set.30000664000000000000000000000265411760731227015073 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_property_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_property_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_property_set(Gsasl_session * " sctx ", Gsasl_property " prop ", const char * " data ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 session handle. .IP "Gsasl_property prop" 12 enumerated value of Gsasl_property type, indicating the type of data in \fIdata\fP. .IP "const char * data" 12 zero terminated character string to store. .SH "DESCRIPTION" Make a copy of \fIdata\fP and store it in the session handle for the indicated property \fIprop\fP. You can immediately deallocate \fIdata\fP after calling this function, without affecting the data stored in the session handle. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_property_get.30000664000000000000000000000361211760731227015052 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_property_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_property_get \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_property_get(Gsasl_session * " sctx ", Gsasl_property " prop ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 session handle. .IP "Gsasl_property prop" 12 enumerated value of Gsasl_property type, indicating the type of data in \fIdata\fP. .SH "DESCRIPTION" Retrieve the data stored in the session handle for given property \fIprop\fP, possibly invoking the application callback to get the value. The pointer is to live data, and must not be deallocated or modified in any way. This function will invoke the application callback, using \fBgsasl_callback()\fP, when a property value is not known. If no value is known, and no callback is specified or if the callback fail to return data, and if any obsolete callback functions has been set by the application, this function will try to call these obsolete callbacks, and store the returned data as the corresponding property. This behaviour of this function will be removed when the obsolete callback interfaces are removed. .SH "RETURN VALUE" Return data for property, or NULL if no value known. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_mechlist.30000664000000000000000000000247111760731222015472 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_mechlist" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_mechlist \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_client_mechlist(Gsasl * " ctx ", char ** " out ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "char ** out" 12 newly allocated output character array. .SH "DESCRIPTION" Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl client. \fIout\fP is allocated by this function, and it is the responsibility of caller to deallocate it. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if successful, or error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_application_data_set.30000664000000000000000000000277211760731223020066 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_application_data_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_application_data_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_application_data_set(Gsasl_session * " sctx ", void * " application_data ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl server handle. .IP "void * application_data" 12 opaque pointer to application specific data. .SH "DESCRIPTION" Store application specific data in the libgsasl server handle. The application data can be later (for instance, inside a callback) be retrieved by calling \fBgsasl_server_application_data_get()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "DEPRECATED" Use \fBgsasl_callback_hook_set()\fP or \fBgsasl_session_hook_set()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_cipher_set.30000664000000000000000000000320011760731226017646 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_cipher_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_cipher_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_cipher_set(Gsasl * " ctx ", Gsasl_server_callback_cipher " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_cipher cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server to inform the client of the cipher suites supported. The DES and 3DES ciphers must be supported for interoperability. It is currently used by the DIGEST\-MD5 mechanism. The function can be later retrieved using \fBgsasl_server_callback_cipher_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_mechlist.30000664000000000000000000000247111760731222015522 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_mechlist" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_mechlist \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_server_mechlist(Gsasl * " ctx ", char ** " out ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "char ** out" 12 newly allocated output character array. .SH "DESCRIPTION" Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl server. \fIout\fP is allocated by this function, and it is the responsibility of caller to deallocate it. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if successful, or error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_gssapi_get.30000664000000000000000000000270011760731226017652 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_gssapi_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_gssapi_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_gssapi gsasl_server_callback_gssapi_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_gssapi_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_gssapi_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_finish.30000664000000000000000000000217211760731222015170 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_finish" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_finish \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_finish(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl server handle. .SH "DESCRIPTION" Destroy a libgsasl server handle. The handle must not be used with other libgsasl functions after this call. .SH "DEPRECATED" Use \fBgsasl_finish()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_gssapi_set.30000664000000000000000000000327511760731226017676 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_gssapi_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_gssapi_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_gssapi_set(Gsasl * " ctx ", Gsasl_server_callback_gssapi " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_gssapi cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for checking if a GSSAPI user is authorized for username (by, e.g., calling krb5_kuserok). The function should return GSASL_OK if the user should be permitted access, or an error code such as GSASL_AUTHENTICATION_ERROR on failure. The function can be later retrieved using \fBgsasl_server_callback_gssapi_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_step_base64.30000664000000000000000000000272211760731222016030 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_step_base64" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_step_base64 \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_server_step_base64(Gsasl_session * " sctx ", const char * " b64input ", char * " b64output ", size_t " b64output_len ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl server handle. .IP "const char * b64input" 12 input base64 encoded byte array. .IP "char * b64output" 12 output base64 encoded byte array. .IP "size_t b64output_len" 12 size of output base64 encoded byte array. .SH "DESCRIPTION" This is a simple wrapper around \fBgsasl_server_step()\fP that base64 decodes the input and base64 encodes the output. .SH "RETURN VALUE" See \fBgsasl_server_step()\fP. .SH "DEPRECATED" Use \fBgsasl_step64()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_maxbuf_set.30000664000000000000000000000327111760731224017634 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_maxbuf_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_maxbuf_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_maxbuf_set(Gsasl * " ctx ", Gsasl_client_callback_maxbuf " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_maxbuf cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to inform the server of the largest buffer the client is able to receive when using the DIGEST\-MD5 "auth\-int" or "auth\-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using \fBgsasl_client_callback_maxbuf_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_callback_hook_set.30000664000000000000000000000252411760731221015751 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_callback_hook_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_callback_hook_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_callback_hook_set(Gsasl * " ctx ", void * " hook ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "void * hook" 12 opaque pointer to application specific data. .SH "DESCRIPTION" Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling \fBgsasl_callback_hook_get()\fP. This is normally used by the application to maintain a global state between the main program and callbacks. .SH "SINCE" 0.2.0 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_digest_md5_set.30000664000000000000000000000312611760731225020426 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_digest_md5_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_digest_md5_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_digest_md5_set(Gsasl * " ctx ", Gsasl_server_callback_digest_md5 " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_digest_md5 cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for retrieving the secret hash of the username, realm and password for use in the DIGEST\-MD5 mechanism. The function can be later retrieved using \fBgsasl_server_callback_digest_md5_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_nonce.30000664000000000000000000000221311760731221013417 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_nonce" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_nonce \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_nonce(char * " data ", size_t " datalen ");" .SH ARGUMENTS .IP "char * data" 12 output array to be filled with unpredictable random data. .IP "size_t datalen" 12 size of output array. .SH "DESCRIPTION" Store unpredictable data of given size in the provided buffer. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP iff successful. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_simple_getpass.30000664000000000000000000000344511760731222015345 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_simple_getpass" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_simple_getpass \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_simple_getpass(const char * " filename ", const char * " username ", char ** " key ");" .SH ARGUMENTS .IP "const char * filename" 12 filename of file containing passwords. .IP "const char * username" 12 username string. .IP "char ** key" 12 newly allocated output character array. .SH "DESCRIPTION" Retrieve password for user from specified file. The buffer \fIkey\fP contain the password if this function is successful. The caller is responsible for deallocating it. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. .SH "RETURN VALUE" Return \fBGSASL_OK\fP if output buffer contains the password, \fBGSASL_AUTHENTICATION_ERROR\fP if the user could not be found, or other error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_base64_from.30000664000000000000000000000266611760731221014440 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_base64_from" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_base64_from \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_base64_from(const char * " in ", size_t " inlen ", char ** " out ", size_t * " outlen ");" .SH ARGUMENTS .IP "const char * in" 12 input byte array .IP "size_t inlen" 12 size of input byte array .IP "char ** out" 12 pointer to newly allocated output byte array .IP "size_t * outlen" 12 pointer to size of newly allocated output byte array .SH "DESCRIPTION" Decode Base64 data. The \fIout\fP buffer must be deallocated by the caller. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP on success, \fBGSASL_BASE64_ERROR\fP if input was invalid, and \fBGSASL_MALLOC_ERROR\fP on memory allocation errors. .SH "SINCE" 0.2.2 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_external_set.30000664000000000000000000000302411760731225020221 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_external_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_external_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_external_set(Gsasl * " ctx ", Gsasl_server_callback_external " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_external cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for deciding if user is authenticated out of band. The function can be later retrieved using \fBgsasl_server_callback_external_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_start.30000664000000000000000000000245511760731227015026 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_start" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_start \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_client_start(Gsasl * " ctx ", const char * " mech ", Gsasl_session ** " sctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "const char * mech" 12 name of SASL mechanism. .IP "Gsasl_session ** sctx" 12 pointer to client handle. .SH "DESCRIPTION" This functions initiates a client SASL authentication. This function must be called before any other gsasl_client_*() function is called. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if successful, or error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_finish.30000664000000000000000000000217211760731222015140 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_finish" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_finish \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_finish(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl client handle. .SH "DESCRIPTION" Destroy a libgsasl client handle. The handle must not be used with other libgsasl functions after this call. .SH "DEPRECATED" Use \fBgsasl_finish()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_support_p.30000664000000000000000000000227111760731227015750 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_support_p" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_support_p \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_server_support_p(Gsasl * " ctx ", const char * " name ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "const char * name" 12 name of SASL mechanism. .SH "DESCRIPTION" Decide whether there is server\-side support for a specified mechanism. .SH "RETURN VALUE" Returns 1 if the libgsasl server supports the named mechanism, otherwise 0. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_random.30000664000000000000000000000223111760731221013575 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_random" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_random \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_random(char * " data ", size_t " datalen ");" .SH ARGUMENTS .IP "char * data" 12 output array to be filled with strong random data. .IP "size_t datalen" 12 size of output array. .SH "DESCRIPTION" Store cryptographically strong random data of given size in the provided buffer. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP iff successful. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_listmech.30000664000000000000000000000274211760731222015473 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_listmech" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_listmech \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_client_listmech(Gsasl * " ctx ", char * " out ", size_t * " outlen ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "char * out" 12 output character array. .IP "size_t * outlen" 12 input maximum size of output character array, on output contains actual length of output array. .SH "DESCRIPTION" Write SASL names, separated by space, of mechanisms supported by the libgsasl client to the output array. To find out how large the output array must be, call this function with a NULL \fIout\fP parameter. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if successful, or error code. .SH "DEPRECATED" Use \fBgsasl_client_mechlist()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_cipher_get.30000664000000000000000000000270011760731226017636 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_cipher_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_cipher_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_cipher gsasl_server_callback_cipher_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_cipher_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_cipher_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_free.30000664000000000000000000000244211760731221013242 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_free" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_free \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_free(void * " ptr ");" .SH ARGUMENTS .IP "void * ptr" 12 memory pointer .SH "DESCRIPTION" Invoke free(\fIptr\fP) to de\-allocate memory pointer. Typically used on strings allocated by other libgsasl functions. This is useful on Windows where libgsasl is linked to one CRT and the application is linked to another CRT. Then malloc/free will not use the same heap. This happens if you build libgsasl using mingw32 and the application with Visual Studio. .SH "SINCE" 0.2.19 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_qop_get.30000664000000000000000000000265611760731226017175 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_qop_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_qop_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_qop gsasl_server_callback_qop_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_qop_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_qop_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_suggest_mechanism.30000664000000000000000000000272411760731223017421 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_suggest_mechanism" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_suggest_mechanism \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_server_suggest_mechanism(Gsasl * " ctx ", const char * " mechlist ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "const char * mechlist" 12 input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). .SH "DESCRIPTION" Get name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. .SH "RETURN VALUE" Returns name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. .SH "DEPRECATED" This function was never useful, since it is the client that chose which mechanism to use. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_hmac_sha1.30000664000000000000000000000271011760731221014143 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_hmac_sha1" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_hmac_sha1 \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_hmac_sha1(const char * " key ", size_t " keylen ", const char * " in ", size_t " inlen ", char * " outhash[20] ");" .SH ARGUMENTS .IP "const char * key" 12 input character array with key to use. .IP "size_t keylen" 12 length of input character array with key to use. .IP "const char * in" 12 input character array of data to hash. .IP "size_t inlen" 12 length of input character array of data to hash. .IP "char * outhash[20]" 12 .SH "DESCRIPTION" Compute keyed checksum of data using HMAC\-SHA1. The \fIouthash\fP buffer must be deallocated by the caller. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP iff successful. .SH "SINCE" 1.3 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_ctx_get.30000664000000000000000000000223011760731223013753 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_ctx_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_ctx_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl * gsasl_ctx_get(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle .SH "DESCRIPTION" Get the libgsasl handle given a libgsasl session handle. .SH "RETURN VALUE" Returns the libgsasl handle given a libgsasl session handle. .SH "DEPRECATED" This function is not useful with the new 0.2.0 API. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_anonymous_set.30000664000000000000000000000305511760731224020402 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_anonymous_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_anonymous_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_anonymous_set(Gsasl * " ctx ", Gsasl_client_callback_anonymous " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_anonymous cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to set the anonymous token, which usually is the users email address. The function can be later retrieved using \fBgsasl_client_callback_anonymous_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_application_data_set.30000664000000000000000000000277211760731222020035 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_application_data_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_application_data_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_application_data_set(Gsasl_session * " sctx ", void * " application_data ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl client handle. .IP "void * application_data" 12 opaque pointer to application specific data. .SH "DESCRIPTION" Store application specific data in the libgsasl client handle. The application data can be later (for instance, inside a callback) be retrieved by calling \fBgsasl_client_application_data_get()\fP. It is normally used by the application to maintain state between the main program and the callback. .SH "DEPRECATED" Use \fBgsasl_callback_hook_set()\fP or \fBgsasl_session_hook_set()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_step64.30000664000000000000000000000337011760731230013447 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_step64" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_step64 \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_step64(Gsasl_session * " sctx ", const char * " b64input ", char ** " b64output ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl client handle. .IP "const char * b64input" 12 input base64 encoded byte array. .IP "char ** b64output" 12 newly allocated output base64 encoded byte array. .SH "DESCRIPTION" This is a simple wrapper around \fBgsasl_step()\fP that base64 decodes the input and base64 encodes the output. The contents of the \fIb64output\fP buffer is unspecified if this functions returns anything other than \fBGSASL_OK\fP or \fBGSASL_NEEDS_MORE\fP. If this function return \fBGSASL_OK\fP or \fBGSASL_NEEDS_MORE\fP, however, the \fIb64output\fP buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (\fIb64output\fP). .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if authenticated terminated successfully, \fBGSASL_NEEDS_MORE\fP if more data is needed, or error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_session_hook_set.30000664000000000000000000000257111760731221015702 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_session_hook_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_session_hook_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_session_hook_set(Gsasl_session * " sctx ", void * " hook ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .IP "void * hook" 12 opaque pointer to application specific data. .SH "DESCRIPTION" Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling \fBgsasl_session_hook_get()\fP. This is normally used by the application to maintain a per\-session state between the main program and callbacks. .SH "SINCE" 0.2.14 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_realm_set.30000664000000000000000000000307611760731225017506 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_realm_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_realm_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_realm_set(Gsasl * " ctx ", Gsasl_server_callback_realm " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_realm cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server to know which realm it serves. The realm is used by the user to determine which username and password to use. The function can be later retrieved using \fBgsasl_server_callback_realm_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_strerror_name.30000664000000000000000000000273111760731221015204 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_strerror_name" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_strerror_name \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_strerror_name(int " err ");" .SH ARGUMENTS .IP "int err" 12 libgsasl error code .SH "DESCRIPTION" Convert return code to human readable string representing the error code symbol itself. For example, gsasl_strerror_name(\fBGSASL_OK\fP) returns the string "GSASL_OK". This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to \fBgsasl_init()\fP. .SH "RETURN VALUE" Returns a pointer to a statically allocated string containing a string version of the error code \fIerr\fP, or NULL if the error code is not known. .SH "SINCE" 0.2.29 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_start.30000664000000000000000000000245511760731227015056 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_start" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_start \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_server_start(Gsasl * " ctx ", const char * " mech ", Gsasl_session ** " sctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "const char * mech" 12 name of SASL mechanism. .IP "Gsasl_session ** sctx" 12 pointer to server handle. .SH "DESCRIPTION" This functions initiates a server SASL authentication. This function must be called before any other gsasl_server_*() function is called. .SH "RETURN VALUE" Returns \fBGSASL_OK\fP if successful, or error code. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_password_get.30000664000000000000000000000271411760731224020201 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_password_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_password_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_client_callback_password gsasl_client_callback_password_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_client_callback_password_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_client_callback_password_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_check_version.30000664000000000000000000000277411760731227015161 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_check_version" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_check_version \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_check_version(const char * " req_version ");" .SH ARGUMENTS .IP "const char * req_version" 12 version string to compare with, or NULL. .SH "DESCRIPTION" Check GNU SASL Library version. See \fBGSASL_VERSION\fP for a suitable \fIreq_version\fP string. This function is one of few in the library that can be used without a successful call to \fBgsasl_init()\fP. .SH "RETURN VALUE" Check that the version of the library is at minimum the one given as a string in \fIreq_version\fP and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_cram_md5_get.30000664000000000000000000000271411760731225020057 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_cram_md5_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_cram_md5_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_cram_md5 gsasl_server_callback_cram_md5_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_cram_md5_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_cram_md5_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_service_get.30000664000000000000000000000270611760731226020032 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_service_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_service_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl_server_callback_service gsasl_server_callback_service_get(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" Get the callback earlier set by calling \fBgsasl_server_callback_service_set()\fP. .SH "RETURN VALUE" Returns the callback earlier set by calling \fBgsasl_server_callback_service_set()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_done.30000664000000000000000000000203311760731221013242 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_done" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_done \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_done(Gsasl * " ctx ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .SH "DESCRIPTION" This function destroys a libgsasl handle. The handle must not be used with other libgsasl functions after this call. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_client_callback_authentication_id_set.30000664000000000000000000000311711760731223022043 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_client_callback_authentication_id_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_client_callback_authentication_id_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_client_callback_authentication_id_set(Gsasl * " ctx ", Gsasl_client_callback_authentication_id " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_client_callback_authentication_id cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the client to set the authentication identity. The function can be later retrieved using \fBgsasl_client_callback_authentication_id_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_base64_encode.30000664000000000000000000000271611760731226014733 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_base64_encode" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_base64_encode \- API function .SH SYNOPSIS .B #include .sp .BI "int gsasl_base64_encode(char const * " src ", size_t " srclength ", char * " target ", size_t " targsize ");" .SH ARGUMENTS .IP "char const * src" 12 input byte array .IP "size_t srclength" 12 size of input byte array .IP "char * target" 12 output byte array .IP "size_t targsize" 12 size of output byte array .SH "DESCRIPTION" Encode data as base64. Converts characters, three at a time, starting at src into four base64 characters in the target area until the entire input buffer is encoded. .SH "RETURN VALUE" Returns the number of data bytes stored at the target, or \-1 on error. .SH "DEPRECATED" Use \fBgsasl_base64_to()\fP instead. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_service_set.30000664000000000000000000000315011760731226020040 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_service_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_service_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_service_set(Gsasl * " ctx ", Gsasl_server_callback_service " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_service cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server to set the name of the service. The service buffer should be a registered GSSAPI host\-based service name, hostname the name of the server. The function can be later retrieved using \fBgsasl_server_callback_service_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_ctx_get.30000664000000000000000000000225211760731223015345 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_ctx_get" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_ctx_get \- API function .SH SYNOPSIS .B #include .sp .BI "Gsasl * gsasl_server_ctx_get(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl server handle .SH "DESCRIPTION" Get the libgsasl handle given a libgsasl server handle. .SH "RETURN VALUE" Returns the libgsasl handle given a libgsasl server handle. .SH "DEPRECATED" This function is not useful with the new 0.2.0 API. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_mechanism_name.30000664000000000000000000000227211760731222015267 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_mechanism_name" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_mechanism_name \- API function .SH SYNOPSIS .B #include .sp .BI "const char * gsasl_mechanism_name(Gsasl_session * " sctx ");" .SH ARGUMENTS .IP "Gsasl_session * sctx" 12 libgsasl session handle. .SH "DESCRIPTION" This function returns the name of the SASL mechanism used in the session. .SH "RETURN VALUE" Returns a zero terminated character array with the name of the SASL mechanism, or NULL if not known. .SH "SINCE" 0.2.28 .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/man/gsasl_server_callback_securid_set.30000664000000000000000000000364011760731226020042 00000000000000.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gsasl_server_callback_securid_set" 3 "1.8.0" "gsasl" "gsasl" .SH NAME gsasl_server_callback_securid_set \- API function .SH SYNOPSIS .B #include .sp .BI "void gsasl_server_callback_securid_set(Gsasl * " ctx ", Gsasl_server_callback_securid " cb ");" .SH ARGUMENTS .IP "Gsasl * ctx" 12 libgsasl handle. .IP "Gsasl_server_callback_securid cb" 12 callback function .SH "DESCRIPTION" Specify the callback function to use in the server for validating a user via the SECURID mechanism. The function should return GSASL_OK if user authenticated successfully, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE if it wants another passcode, GSASL_SECURID_SERVER_NEED_NEW_PIN if it wants a PIN change, or an error. When (and only when) GSASL_SECURID_SERVER_NEED_NEW_PIN is returned, suggestpin can be populated with a PIN code the server suggests, and suggestpinlen set to the length of the PIN. The function can be later retrieved using \fBgsasl_server_callback_securid_get()\fP. .SH "DEPRECATED" This function is part of the old callback interface. The new interface uses \fBgsasl_callback_set()\fP to set the application callback, and uses \fBgsasl_callback()\fP or \fBgsasl_property_get()\fP to invoke the callback for certain properties. .SH "REPORTING BUGS" Report bugs to . GNU SASL home page: http://www.gnu.org/software/gsasl/ General help using GNU software: http://www.gnu.org/gethelp/ .SH COPYRIGHT Copyright \(co 2002-2012 Simon Josefsson. .br Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. .SH "SEE ALSO" The full documentation for .B gsasl is maintained as a Texinfo manual. If the .B info and .B gsasl programs are properly installed at your site, the command .IP .B info gsasl .PP should give you access to the complete manual. gsasl-1.8.0/doc/texinfo.css0000664000000000000000000000134611746471770012477 00000000000000body { margin: 2%; padding: 0 5%; background: #ffffff; } h1,h2,h3,h4,h5 { font-weight: bold; padding: 5px 5px 5px 5px; background-color: #c2e0ff; color: #336699; } h1 { padding: 2em 2em 2em 5%; color: white; background: #336699; text-align: center; letter-spacing: 3px; } h2 { text-decoration: underline; } pre { margin: 0 5%; padding: 0.5em; } pre.example { border: solid 1px; background: #eeeeff; padding-bottom: 1em; } pre.verbatim { border: solid 1px gray; background: white; padding-bottom: 1em; } div.node { margin: 0 -5% 0 -2%; padding: 0.5em 0.5em; margin-top: 0.5em; margin-bottom: 0.5em; font-weight: bold; } dd, li { padding-top: 0.1em; padding-bottom: 0.1em; } gsasl-1.8.0/doc/controlflow2.eps0000664000000000000000000116120211746471770013453 00000000000000%!PS-Adobe-2.0 EPSF-2.0 %%Title: doc/controlflow2.dia %%Creator: Dia v0.94 %%CreationDate: Sun Oct 31 20:57:09 2004 %%For: jas %%Orientation: Portrait %%Magnification: 1.0000 %%BoundingBox: 0 0 1471 1168 %%BeginSetup %%EndSetup %%EndComments %%BeginProlog [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def /cp {closepath} bind def /c {curveto} bind def /f {fill} bind def /a {arc} bind def /ef {eofill} bind def /ex {exch} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth pop} bind def /tr {translate} bind def /ellipsedict 8 dict def ellipsedict /mtrx matrix put /ellipse { ellipsedict begin /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix end } def /mergeprocs { dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /dpi_x 300 def /dpi_y 300 def /conicto { /to_y exch def /to_x exch def /conic_cntrl_y exch def /conic_cntrl_x exch def currentpoint /p0_y exch def /p0_x exch def /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def /p2_x p1_x to_x p0_x sub 1 3 div mul add def /p2_y p1_y to_y p0_y sub 1 3 div mul add def p1_x p1_y p2_x p2_y to_x to_y curveto } bind def /start_ol { gsave 1.1 dpi_x div dup scale} bind def /end_ol { closepath fill grestore } bind def 28.346000 -28.346000 scale -11.669791 -45.329295 translate %%EndProlog 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 1.000000 1.000000 1.000000 srgb n 35.807000 4.179270 m 50.607000 4.179270 88.447700 42.279300 38.507000 42.279300 c -11.433700 42.279300 21.007000 4.179270 35.807000 4.179270 c ef 0.000000 0.000000 0.000000 srgb n 35.807000 4.179270 m 50.607000 4.179270 88.447700 42.279300 38.507000 42.279300 c -11.433700 42.279300 21.007000 4.179270 35.807000 4.179270 c s 1.000000 1.000000 1.000000 srgb n 18.400000 16.400000 m 18.400000 21.500000 l 34.400000 21.500000 l 34.400000 16.400000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 18.400000 16.400000 m 18.400000 21.500000 l 34.400000 21.500000 l 34.400000 16.400000 l cp s gsave 20.795067 17.750000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 21.303067 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 21.514733 17.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 21.938067 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.192067 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 22.403733 17.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 22.615400 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.038733 17.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.462067 17.750000 translate 0.035278 -0.035278 scale start_ol 3127 0 moveto 3997 3008 lineto 3466 3008 lineto 2879 666 lineto 2297 3008 lineto 1722 3008 lineto 1157 666 lineto 553 3008 lineto 34 3008 lineto 892 0 lineto 1422 0 lineto 1993 2359 lineto 2591 0 lineto 3127 0 lineto end_ol grestore gsave 24.012400 17.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.224067 17.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 24.647400 17.750000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 25.070733 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.282400 17.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 25.705733 17.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 26.129067 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 26.552400 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 26.764067 17.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 26.933400 17.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 27.314400 17.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 27.737733 17.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 27.949400 17.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 28.118733 17.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 28.542067 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.965400 17.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.177067 17.750000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 29.600400 17.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 29.854400 17.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 30.277733 17.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 30.658733 17.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 31.082067 17.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.463067 17.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.844067 17.750000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 19.630900 18.750000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 20.054233 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 20.435233 18.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 20.858567 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 21.239567 18.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 21.408900 18.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 21.832233 18.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 22.213233 18.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 22.382567 18.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 22.551900 18.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 22.975233 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.398567 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 23.610233 18.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 24.033567 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 24.414567 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 24.626233 18.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.049567 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 25.303567 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.515233 18.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.726900 18.750000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 25.980900 18.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 26.361900 18.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 26.573567 18.750000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 26.954567 18.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 27.166233 18.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.377900 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.012900 18.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.436233 18.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 28.817233 18.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.240567 18.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 29.452233 18.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.663900 18.750000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 30.171900 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.552900 18.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 30.976233 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.357233 18.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.738233 18.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 31.907567 18.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.330900 18.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.754233 18.750000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.008233 18.750000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave 25.591433 19.750000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 25.845433 19.750000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 26.438100 19.750000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 26.988433 19.750000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 19.461567 20.750000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 19.884900 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 20.265900 20.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 20.689233 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 21.070233 20.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 21.239567 20.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 21.662900 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 22.043900 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 22.467233 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.721233 20.750000 translate 0.035278 -0.035278 scale start_ol 1609 0 moveto 2743 3008 lineto 2213 3008 lineto 1377 568 lineto 587 3008 lineto 56 3008 lineto 1095 0 lineto 1609 0 lineto end_ol grestore gsave 23.102233 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.525567 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.779567 20.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 24.202900 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 24.583900 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 24.795567 20.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.218900 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 25.472900 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.684567 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.896233 20.750000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 26.150233 20.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 26.531233 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 26.742900 20.750000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 27.123900 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 27.335567 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.547233 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.182233 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.605567 20.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 28.986567 20.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.409900 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 29.621567 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.833233 20.750000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 30.341233 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.722233 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 31.145567 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.526567 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.907567 20.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 32.076900 20.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.500233 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.923567 20.750000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.177567 20.750000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 22.400000 11.600000 m 22.400000 14.700000 l 34.600000 14.700000 l 34.600000 11.600000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 22.400000 11.600000 m 22.400000 14.700000 l 34.600000 14.700000 l 34.600000 11.600000 l cp s gsave 22.958567 12.950000 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 23.508900 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.932233 12.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 24.313233 12.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 24.482567 12.950000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 24.905900 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 25.329233 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.540900 12.950000 translate 0.035278 -0.035278 scale start_ol 3127 0 moveto 3997 3008 lineto 3466 3008 lineto 2879 666 lineto 2297 3008 lineto 1722 3008 lineto 1157 666 lineto 553 3008 lineto 34 3008 lineto 892 0 lineto 1422 0 lineto 1993 2359 lineto 2591 0 lineto 3127 0 lineto end_ol grestore gsave 26.091233 12.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 26.514567 12.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 26.683900 12.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 27.064900 12.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 27.488233 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.699900 12.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.334900 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.758233 12.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 29.139233 12.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.562567 12.950000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 29.985900 12.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 30.409233 12.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 30.578567 12.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.959567 12.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 31.594567 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.806233 12.950000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 32.017900 12.950000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.441233 12.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 32.652900 12.950000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 33.076233 12.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 33.457233 12.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 33.880567 12.950000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 22.903533 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.538533 13.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.961867 13.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 24.342867 13.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 24.766200 13.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.977867 13.950000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 25.426600 13.950000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.638267 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 26.273267 13.950000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 26.654267 13.950000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 27.077600 13.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 27.458600 13.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 27.881933 13.950000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 28.305267 13.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 28.686267 13.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 29.109600 13.950000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 29.532933 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 30.167933 13.950000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 30.591267 13.950000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 30.972267 13.950000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 31.395600 13.950000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 31.818933 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.242267 13.950000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 32.411600 13.950000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 32.792600 13.950000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 33.427600 13.950000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 33.681600 13.950000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.935600 13.950000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 25.450000 14.700000 m 26.162527 15.975048 l s [] 0 sd 0 slj 0 slc n 26.345460 16.302402 m 25.883313 15.987886 l 26.162527 15.975048 l 26.319785 15.743975 l ef n 26.345460 16.302402 m 25.883313 15.987886 l 26.162527 15.975048 l 26.319785 15.743975 l cp s 1.000000 1.000000 1.000000 srgb n 41.750000 18.400000 m 41.750000 21.500000 l 55.000000 21.500000 l 55.000000 18.400000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 41.750000 18.400000 m 41.750000 21.500000 l 55.000000 21.500000 l 55.000000 18.400000 l cp s gsave 43.214567 19.750000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 43.807233 19.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 44.230567 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.653900 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.865567 19.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.246567 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 45.458233 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 45.881567 19.750000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 46.304900 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 46.516567 19.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 46.939900 19.750000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 47.151567 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 47.363233 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 47.574900 19.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 47.998233 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 48.421567 19.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 48.633233 19.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 49.056567 19.750000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 49.479900 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 49.691567 19.750000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 50.114900 19.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 50.538233 19.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 50.961567 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 51.173233 19.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.342567 19.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 51.723567 19.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 52.146900 19.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 52.358567 19.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 52.527900 19.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 52.951233 19.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 53.374567 19.750000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 42.143533 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 42.397533 20.750000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 42.778533 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 42.990200 20.750000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 43.438933 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 43.650600 20.750000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 44.073933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 44.454933 20.750000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 44.878267 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.259267 20.750000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 45.428600 20.750000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 45.851933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 46.232933 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 46.444600 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 46.867933 20.750000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 47.291267 20.750000 translate 0.035278 -0.035278 scale start_ol 2741 2887 moveto 2648 3565 2233 3968 1643 3968 curveto 1217 3968 835 3762 606 3421 curveto 365 3046 256 2575 256 1876 curveto 256 1231 354 819 583 477 curveto 790 168 1127 0 1552 0 curveto 2288 0 2816 552 2816 1319 curveto 2816 2047 2316 2560 1610 2560 curveto 1221 2560 915 2405 704 2107 curveto 704 3016 1026 3520 1607 3520 curveto 1964 3520 2211 3289 2292 2887 curveto 2741 2887 lineto 1562 2112 moveto 2059 2112 2368 1793 2368 1280 curveto 2368 799 2018 448 1545 448 curveto 1066 448 704 815 704 1307 curveto 704 1782 1054 2112 1562 2112 curveto end_ol grestore gsave 47.714600 20.750000 translate 0.035278 -0.035278 scale start_ol 1856 960 moveto 1856 0 lineto 2304 0 lineto 2304 960 lineto 2897 960 lineto 2897 1408 lineto 2304 1408 lineto 2304 3968 lineto 1973 3968 lineto 168 1486 lineto 168 960 lineto 1856 960 lineto 1856 1408 moveto 603 1408 lineto 1856 3133 lineto 1856 1408 lineto end_ol grestore gsave 48.137933 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 48.349600 20.750000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 48.603600 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 48.984600 20.750000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 49.407933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 49.788933 20.750000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 50.169933 20.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 50.339267 20.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 50.762600 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.185933 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 51.397600 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 51.609267 20.750000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.778600 20.750000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.201933 20.750000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 52.413600 20.750000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 52.625267 20.750000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 53.133267 20.750000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 53.556600 20.750000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 53.979933 20.750000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 54.191600 20.750000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 54.445600 20.750000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 26.400000 21.500000 m 24.973973 22.688356 l s [] 0 sd 0 slj 0 slc n 24.685890 22.928425 m 24.909954 22.416278 l 24.973973 22.688356 l 25.230046 22.800388 l ef n 24.685890 22.928425 m 24.909954 22.416278 l 24.973973 22.688356 l 25.230046 22.800388 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc n 51.687500 21.500000 m 53.602234 22.564550 l s [] 0 sd 0 slj 0 slc n 53.929984 22.746772 m 53.371502 22.722309 l 53.602234 22.564550 l 53.614465 22.285309 l ef n 53.929984 22.746772 m 53.371502 22.722309 l 53.602234 22.564550 l 53.614465 22.285309 l cp s 1.000000 1.000000 1.000000 srgb n 52.861490 27.613600 m 57.231481 31.294216 l 52.861490 34.974832 l 48.491500 31.294216 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 52.861490 27.613600 m 57.231481 31.294216 l 52.861490 34.974832 l 48.491500 31.294216 l cp s gsave 50.478124 31.094216 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 50.986124 31.094216 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 51.409457 31.094216 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 51.621124 31.094216 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 52.044457 31.094216 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 52.467790 31.094216 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.891124 31.094216 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 53.102790 31.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 53.272124 31.094216 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 53.653124 31.094216 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 54.076457 31.094216 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 54.288124 31.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 54.457457 31.094216 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 54.880790 31.094216 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.362890 32.094216 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 51.574557 32.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.743890 32.094216 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.167224 32.094216 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 52.336557 32.094216 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 52.717557 32.094216 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 53.140890 32.094216 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 53.564224 32.094216 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 53.987557 32.094216 translate 0.035278 -0.035278 scale start_ol 1792 1114 moveto 1792 1377 lineto 1792 1624 1855 1720 2244 2074 curveto 2673 2456 2816 2709 2816 3081 curveto 2816 3738 2361 4160 1648 4160 curveto 859 4160 448 3708 448 2839 curveto 896 2839 lineto 896 3096 925 3253 993 3387 curveto 1102 3594 1331 3712 1635 3712 curveto 2076 3712 2368 3454 2368 3074 curveto 2368 2816 2242 2598 1939 2335 curveto 1601 2038 1601 2038 1504 1909 curveto 1384 1752 1344 1624 1344 1422 curveto 1344 1114 lineto 1792 1114 lineto 1792 582 moveto 1344 582 lineto 1344 0 lineto 1792 0 lineto 1792 582 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 36.989110 26.100000 m 41.178220 29.214243 l 36.989110 32.328485 l 32.800000 29.214243 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 36.989110 26.100000 m 41.178220 29.214243 l 36.989110 32.328485 l 32.800000 29.214243 l cp s gsave 36.108577 28.514243 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 36.658910 28.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.082243 28.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.505577 28.514243 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 35.706410 29.514243 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 36.129743 29.514243 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 36.553077 29.514243 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 36.976410 29.514243 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 37.188077 29.514243 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 37.611410 29.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 38.034743 29.514243 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.871510 30.514243 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 36.083177 30.514243 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 36.506510 30.514243 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 36.887510 30.514243 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.310843 30.514243 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 37.734177 30.514243 translate 0.035278 -0.035278 scale start_ol 1792 1114 moveto 1792 1377 lineto 1792 1624 1855 1720 2244 2074 curveto 2673 2456 2816 2709 2816 3081 curveto 2816 3738 2361 4160 1648 4160 curveto 859 4160 448 3708 448 2839 curveto 896 2839 lineto 896 3096 925 3253 993 3387 curveto 1102 3594 1331 3712 1635 3712 curveto 2076 3712 2368 3454 2368 3074 curveto 2368 2816 2242 2598 1939 2335 curveto 1601 2038 1601 2038 1504 1909 curveto 1384 1752 1344 1624 1344 1422 curveto 1344 1114 lineto 1792 1114 lineto 1792 582 moveto 1344 582 lineto 1344 0 lineto 1792 0 lineto 1792 582 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 48.491500 31.294200 m 41.646434 29.347372 l s [] 0 sd 0 slj 0 slc n 41.285739 29.244785 m 41.835056 29.141104 l 41.646434 29.347372 l 41.698274 29.622031 l ef n 41.285739 29.244785 m 41.835056 29.141104 l 41.646434 29.347372 l 41.698274 29.622031 l cp s gsave 51.657800 35.988000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.911800 35.988000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 52.292800 35.988000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 52.504467 35.988000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 52.953200 35.988000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 53.401933 35.988000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 53.613600 35.988000 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 54.206267 35.988000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 54.714267 35.988000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 55.222267 35.988000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 55.730267 35.988000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 56.153600 35.988000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 56.576933 35.988000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 57.169600 35.988000 translate 0.035278 -0.035278 scale start_ol 960 1455 moveto 1632 2134 lineto 3082 0 lineto 3703 0 lineto 2010 2465 lineto 3686 4160 lineto 3009 4160 lineto 960 2054 lineto 960 4160 lineto 448 4160 lineto 448 0 lineto 960 0 lineto 960 1455 lineto end_ol grestore gsave 43.204000 29.501100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 43.458000 29.501100 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 43.839000 29.501100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.050667 29.501100 translate 0.035278 -0.035278 scale start_ol 1152 4160 moveto 704 4160 lineto 704 2231 lineto 823 959 lineto 1033 959 lineto 1152 2231 lineto 1152 4160 lineto 1152 593 moveto 704 593 lineto 704 0 lineto 1152 0 lineto 1152 593 lineto end_ol grestore gsave 44.262333 29.501100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 44.711067 29.501100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.922733 29.501100 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 45.515400 29.501100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 46.023400 29.501100 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 46.531400 29.501100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 47.039400 29.501100 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 47.462733 29.501100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 47.886067 29.501100 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 48.478733 29.501100 translate 0.035278 -0.035278 scale start_ol 960 1455 moveto 1632 2134 lineto 3082 0 lineto 3703 0 lineto 2010 2465 lineto 3686 4160 lineto 3009 4160 lineto 960 2054 lineto 960 4160 lineto 448 4160 lineto 448 0 lineto 960 0 lineto 960 1455 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 43.300000 36.300000 m 43.300000 39.400000 l 54.100000 39.400000 l 54.100000 36.300000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 43.300000 36.300000 m 43.300000 39.400000 l 54.100000 39.400000 l 54.100000 36.300000 l cp s gsave 43.687733 37.650000 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 2988 1920 lineto 2988 2368 lineto 1024 2368 lineto 1024 3689 lineto 3259 3689 lineto 3259 4160 lineto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1920 lineto end_ol grestore gsave 44.153400 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 44.322733 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 44.746067 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 44.915400 37.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.296400 37.650000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 45.719733 37.650000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 45.931400 37.650000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 46.354733 37.650000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 46.778067 37.650000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 46.989733 37.650000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 47.413067 37.650000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 47.836400 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 48.259733 37.650000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 48.471400 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 48.640733 37.650000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 49.021733 37.650000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 49.445067 37.650000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 49.656733 37.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 49.826067 37.650000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 50.249400 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 50.672733 37.650000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 50.884400 37.650000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 51.307733 37.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.561733 37.650000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 51.985067 37.650000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 52.366067 37.650000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 52.789400 37.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 53.170400 37.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 53.551400 37.650000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 44.978900 38.650000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 45.402233 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 45.783233 38.650000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 46.206567 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 46.587567 38.650000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 46.756900 38.650000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 47.180233 38.650000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 47.391900 38.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 47.561233 38.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 47.984567 38.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 48.153900 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 48.534900 38.650000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 48.958233 38.650000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 49.169900 38.650000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 49.423900 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 49.804900 38.650000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 50.228233 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 50.609233 38.650000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 50.990233 38.650000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 51.159567 38.650000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 51.582900 38.650000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 52.006233 38.650000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 52.260233 38.650000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 52.861500 34.974800 m 49.163853 36.152289 l s [] 0 sd 0 slj 0 slc n 48.806532 36.266076 m 49.207102 35.876147 l 49.163853 36.152289 l 49.358817 36.352574 l ef n 48.806532 36.266076 m 49.207102 35.876147 l 49.163853 36.152289 l 49.358817 36.352574 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc n 36.989100 32.328500 m 29.829055 34.744368 l s [] 0 sd 0 slj 0 slc n 29.473736 34.864256 m 29.867569 34.467526 l 29.829055 34.744368 l 30.027420 34.941285 l ef n 29.473736 34.864256 m 29.867569 34.467526 l 29.829055 34.744368 l 30.027420 34.941285 l cp s gsave 24.454000 33.051100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 24.708000 33.051100 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 25.089000 33.051100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.300667 33.051100 translate 0.035278 -0.035278 scale start_ol 1152 4160 moveto 704 4160 lineto 704 2231 lineto 823 959 lineto 1033 959 lineto 1152 2231 lineto 1152 4160 lineto 1152 593 moveto 704 593 lineto 704 0 lineto 1152 0 lineto 1152 593 lineto end_ol grestore gsave 25.512333 33.051100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 25.961067 33.051100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 26.172733 33.051100 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 26.765400 33.051100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 27.273400 33.051100 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 27.781400 33.051100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 28.289400 33.051100 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 28.712733 33.051100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 29.136067 33.051100 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 29.686400 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 30.194400 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 30.702400 33.051100 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 31.252733 33.051100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 31.760733 33.051100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 32.184067 33.051100 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 32.819067 33.051100 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 33.411733 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 33.962067 33.051100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 40.428348 12.000000 m 50.284229 12.000000 l 48.427981 17.100000 l 38.572100 17.100000 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 40.428348 12.000000 m 50.284229 12.000000 l 48.427981 17.100000 l 38.572100 17.100000 l cp s gsave 40.664731 13.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 41.215065 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 41.638398 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 42.061731 13.350000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 42.485065 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 42.696731 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 42.908398 13.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 43.331731 13.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 43.712731 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.136065 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 44.559398 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.771065 13.350000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 44.982731 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 45.236731 13.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 45.660065 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 46.295065 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 46.506731 13.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 46.930065 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 47.353398 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 47.776731 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 48.030731 13.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 41.744231 14.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 41.998231 14.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 42.421565 14.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 42.844898 14.350000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 43.268231 14.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 43.479898 14.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 43.903231 14.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 44.284231 14.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.707565 14.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 45.130898 14.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 45.342565 14.350000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 45.596565 14.350000 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave 46.104565 14.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 46.273898 14.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 46.697231 14.350000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 46.951231 14.350000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave 43.619598 15.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 43.873598 15.350000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 44.466265 15.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 45.016598 15.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 42.734831 16.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 42.904165 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 43.327498 16.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 43.539165 16.350000 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 43.987898 16.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 44.199565 16.350000 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 44.749898 16.350000 translate 0.035278 -0.035278 scale start_ol 3136 4160 moveto 3136 1341 lineto 3136 801 2735 471 2074 471 curveto 1769 471 1521 543 1323 680 curveto 1120 834 1024 1038 1024 1341 curveto 1024 4160 lineto 512 4160 lineto 512 1328 lineto 512 509 1106 0 2074 0 curveto 3032 0 3648 520 3648 1328 curveto 3648 4160 lineto 3136 4160 lineto end_ol grestore gsave 45.300231 16.350000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 45.723565 16.350000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 49.938708 22.801100 m 58.116648 22.801100 l 56.988340 25.901100 l 48.810400 25.901100 l ef 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 49.938708 22.801100 m 58.116648 22.801100 l 56.988340 25.901100 l 48.810400 25.901100 l cp s gsave 50.165757 24.151100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 50.673757 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 51.097091 24.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.520424 24.151100 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 51.943757 24.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 52.155424 24.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 52.367091 24.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 52.790424 24.151100 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 53.171424 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 53.594757 24.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 54.018091 24.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 54.229757 24.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 54.441424 24.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 54.864757 24.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 55.076424 24.151100 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 55.499757 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 55.923091 24.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 56.346424 24.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 56.600424 24.151100 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 50.737257 25.151100 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 51.118257 25.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 51.541591 25.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 51.964924 25.151100 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 52.388257 25.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 52.599924 25.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 53.023257 25.151100 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 53.404257 25.151100 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 53.827591 25.151100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 54.250924 25.151100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 54.462591 25.151100 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 54.716591 25.151100 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 55.139924 25.151100 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 55.563257 25.151100 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 55.774924 25.151100 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 56.028924 25.151100 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 52.899400 25.901100 m 52.872271 27.126916 l s [] 0 sd 0 slj 0 slc n 52.863974 27.501824 m 52.625098 26.996415 l 52.872271 27.126916 l 53.124976 27.007478 l ef n 52.863974 27.501824 m 52.625098 26.996415 l 52.872271 27.126916 l 53.124976 27.007478 l cp s gsave 38.104000 24.951100 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 38.358000 24.951100 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 38.739000 24.951100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 38.950667 24.951100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 39.399400 24.951100 translate 0.035278 -0.035278 scale start_ol 3014 1984 moveto 282 1984 lineto 282 1600 lineto 3014 1600 lineto 3014 1984 lineto 3014 1024 moveto 282 1024 lineto 282 640 lineto 3014 640 lineto 3014 1024 lineto end_ol grestore gsave 39.848133 24.951100 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 40.059800 24.951100 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 40.652467 24.951100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 41.160467 24.951100 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 41.668467 24.951100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 42.176467 24.951100 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 42.599800 24.951100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 43.023133 24.951100 translate 0.035278 -0.035278 scale start_ol 3584 4160 moveto 3136 4160 lineto 3136 759 lineto 970 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3373 lineto 3039 0 lineto 3584 0 lineto 3584 4160 lineto end_ol grestore gsave 43.573467 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 44.081467 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore gsave 44.589467 24.951100 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 45.139800 24.951100 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 45.647800 24.951100 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 46.071133 24.951100 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 46.706133 24.951100 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 47.298800 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 47.849133 24.951100 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 3265 1920 lineto 3265 2368 lineto 1024 2368 lineto 1024 3689 lineto 3350 3689 lineto 3350 4160 lineto 512 4160 lineto 512 0 lineto 3451 0 lineto 3451 471 lineto 1024 471 lineto 1024 1920 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n 15.000000 23.000000 m 15.000000 26.100000 l 34.200000 26.100000 l 34.200000 23.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 15.000000 23.000000 m 15.000000 26.100000 l 34.200000 26.100000 l 34.200000 23.000000 l cp s gsave 20.413233 24.350000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 21.005900 24.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 21.429233 24.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 21.640900 24.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 21.810233 24.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 22.233567 24.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.656900 24.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 23.080233 24.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 23.249567 24.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 23.418900 24.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 23.799900 24.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.011567 24.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 24.392567 24.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 24.815900 24.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.027567 24.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.239233 24.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 25.662567 24.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 25.916567 24.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 26.339900 24.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 26.763233 24.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 27.186567 24.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 27.440567 24.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 27.652233 24.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 27.821567 24.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.244900 24.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 28.625900 24.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 15.316300 25.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 15.739633 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.120633 25.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 16.543967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.924967 25.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 17.094300 25.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 17.517633 25.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 17.940967 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 18.194967 25.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 18.618300 25.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 19.041633 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 19.464967 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 19.718967 25.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 19.930633 25.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 20.311633 25.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 20.734967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 21.115967 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 21.539300 25.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 21.750967 25.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 21.962633 25.350000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 22.216633 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 22.597633 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.020967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 23.401967 25.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 23.782967 25.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 23.952300 25.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 24.375633 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 24.798967 25.350000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 25.010633 25.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 25.222300 25.350000 translate 0.035278 -0.035278 scale start_ol 3968 2176 moveto 2273 2176 lineto 2273 1728 lineto 3520 1728 lineto 3520 1625 lineto 3520 955 2981 471 2234 471 curveto 1818 471 1442 616 1200 868 curveto 931 1147 768 1613 768 2096 curveto 768 3056 1341 3689 2206 3689 curveto 2829 3689 3279 3374 3391 2855 curveto 3913 2855 lineto 3768 3684 3143 4160 2210 4160 curveto 1713 4160 1311 4035 993 3779 curveto 524 3398 256 2782 256 2069 curveto 256 849 1023 0 2126 0 curveto 2680 0 3123 206 3520 646 curveto 3646 0 lineto 3968 0 lineto 3968 2176 lineto end_ol grestore gsave 25.814967 25.350000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 26.322967 25.350000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 26.830967 25.350000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 27.338967 25.350000 translate 0.035278 -0.035278 scale start_ol 960 4160 moveto 448 4160 lineto 448 0 lineto 2992 0 lineto 2992 471 lineto 960 471 lineto 960 4160 lineto end_ol grestore gsave 27.762300 25.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 28.185633 25.350000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 28.693633 25.350000 translate 0.035278 -0.035278 scale start_ol 3136 4160 moveto 3136 1341 lineto 3136 801 2735 471 2074 471 curveto 1769 471 1521 543 1323 680 curveto 1120 834 1024 1038 1024 1341 curveto 1024 4160 lineto 512 4160 lineto 512 1328 lineto 512 509 1106 0 2074 0 curveto 3032 0 3648 520 3648 1328 curveto 3648 4160 lineto 3136 4160 lineto end_ol grestore gsave 29.243967 25.350000 translate 0.035278 -0.035278 scale start_ol 1984 3689 moveto 3333 3689 lineto 3333 4160 lineto 117 4160 lineto 117 3689 lineto 1472 3689 lineto 1472 0 lineto 1984 0 lineto 1984 3689 lineto end_ol grestore gsave 29.709633 25.350000 translate 0.035278 -0.035278 scale start_ol 3136 1920 moveto 3136 0 lineto 3648 0 lineto 3648 4160 lineto 3136 4160 lineto 3136 2368 lineto 960 2368 lineto 960 4160 lineto 448 4160 lineto 448 0 lineto 960 0 lineto 960 1920 lineto 3136 1920 lineto end_ol grestore gsave 30.259967 25.350000 translate 0.035278 -0.035278 scale start_ol 3280 4160 moveto 316 4160 lineto 316 3689 lineto 2630 3689 lineto 158 471 lineto 158 0 lineto 3291 0 lineto 3291 471 lineto 818 471 lineto 3280 3678 lineto 3280 4160 lineto end_ol grestore gsave 30.725633 25.350000 translate 0.035278 -0.035278 scale start_ol 1088 4160 moveto 576 4160 lineto 576 0 lineto 1088 0 lineto 1088 4160 lineto end_ol grestore gsave 30.937300 25.350000 translate 0.035278 -0.035278 scale start_ol 512 0 moveto 2099 0 lineto 3138 0 3776 787 3776 2083 curveto 3776 3373 3144 4160 2099 4160 curveto 512 4160 lineto 512 0 lineto 1024 471 moveto 1024 3689 lineto 2007 3689 lineto 2830 3689 3264 3137 3264 2077 curveto 3264 1029 2830 471 2007 471 curveto 1024 471 lineto end_ol grestore gsave 31.487633 25.350000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 31.699300 25.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.910967 25.350000 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 32.181900 25.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 -441 lineto 384 -736 288 -832 0 -832 curveto -17 -832 -17 -832 -113 -832 curveto -113 -1262 lineto -58 -1274 -30 -1280 42 -1280 curveto 561 -1280 832 -1060 832 -650 curveto 832 3008 lineto 384 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 32.351233 25.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.774567 25.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 33.197900 25.350000 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 33.468833 25.350000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 33.722833 25.350000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 45.964000 17.100000 m 47.946515 18.168963 l s [] 0 sd 0 slj 0 slc n 48.276590 18.346938 m 47.717840 18.329688 l 47.946515 18.168963 l 47.955140 17.889587 l ef n 48.276590 18.346938 m 47.717840 18.329688 l 47.946515 18.168963 l 47.955140 17.889587 l cp s gsave 29.000000 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.423333 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.846667 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 30.270000 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 30.693333 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.116667 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.540000 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.963333 7.000000 translate 0.035278 -0.035278 scale start_ol 7633 5752 moveto 7300 7521 6242 8384 4403 8384 curveto 3277 8384 2369 8044 1748 7385 curveto 990 6595 576 5454 576 4159 curveto 576 2842 1001 1712 1794 933 curveto 2438 296 3265 0 4357 0 curveto 6402 0 7551 1058 7804 3184 curveto 6705 3184 lineto 6613 2642 6499 2274 6327 1960 curveto 5983 1309 5273 941 4379 941 curveto 2718 941 1664 2198 1664 4170 curveto 1664 6197 2672 7443 4287 7443 curveto 4963 7443 5593 7248 5937 6944 curveto 6246 6673 6418 6337 6544 5752 curveto 7633 5752 lineto end_ol grestore gsave 33.055533 7.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 33.902200 7.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave 34.748867 7.000000 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave 35.172200 7.000000 translate 0.035278 -0.035278 scale start_ol 768 6016 moveto 768 0 lineto 1728 0 lineto 1728 3026 lineto 1728 3860 1946 4405 2404 4728 curveto 2702 4939 2988 5006 3653 5006 curveto 3653 6016 lineto 3494 6016 3414 6016 3289 6016 curveto 2676 6016 2210 5654 1664 4772 curveto 1664 6016 lineto 768 6016 lineto end_ol grestore gsave 35.680200 7.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 36.526867 7.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave 36.865533 7.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 37.288867 7.000000 translate 0.035278 -0.035278 scale start_ol 2981 6016 moveto 1984 6016 lineto 1984 6945 lineto 1984 7342 2213 7546 2648 7546 curveto 2729 7546 2763 7546 2981 7546 curveto 2981 8327 lineto 2762 8373 2636 8384 2440 8384 curveto 1554 8384 1024 7884 1024 7032 curveto 1024 6016 lineto 222 6016 lineto 222 5235 lineto 1024 5235 lineto 1024 0 lineto 1984 0 lineto 1984 5235 lineto 2981 5235 lineto 2981 6016 lineto end_ol grestore gsave 37.712200 7.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave 38.050867 7.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 38.897533 7.000000 translate 0.035278 -0.035278 scale start_ol 6347 0 moveto 8111 6016 lineto 7034 6016 lineto 5843 1332 lineto 4663 6016 lineto 3494 6016 lineto 2348 1332 lineto 1123 6016 lineto 69 6016 lineto 1810 0 lineto 2887 0 lineto 4044 4719 lineto 5258 0 lineto 6347 0 lineto end_ol grestore gsave 29.000000 9.000000 translate 0.035278 -0.035278 scale start_ol 2981 6016 moveto 1984 6016 lineto 1984 6945 lineto 1984 7342 2213 7546 2648 7546 curveto 2729 7546 2763 7546 2981 7546 curveto 2981 8327 lineto 2762 8373 2636 8384 2440 8384 curveto 1554 8384 1024 7884 1024 7032 curveto 1024 6016 lineto 222 6016 lineto 222 5235 lineto 1024 5235 lineto 1024 0 lineto 1984 0 lineto 1984 5235 lineto 2981 5235 lineto 2981 6016 lineto end_ol grestore gsave 29.423333 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 30.270000 9.000000 translate 0.035278 -0.035278 scale start_ol 768 6016 moveto 768 0 lineto 1728 0 lineto 1728 3026 lineto 1728 3860 1946 4405 2404 4728 curveto 2702 4939 2988 5006 3653 5006 curveto 3653 6016 lineto 3494 6016 3414 6016 3289 6016 curveto 2676 6016 2210 5654 1664 4772 curveto 1664 6016 lineto 768 6016 lineto end_ol grestore gsave 30.778000 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 31.201333 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 32.048000 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave 32.894667 9.000000 translate 0.035278 -0.035278 scale start_ol 5727 2688 moveto 5727 3561 5660 4085 5493 4510 curveto 5113 5449 4220 6016 3127 6016 curveto 1497 6016 448 4817 448 2976 curveto 448 1135 1463 0 3103 0 curveto 4441 0 5367 723 5601 1936 curveto 4639 1936 lineto 4383 1245 3859 884 3113 884 curveto 2522 884 2021 1125 1709 1566 curveto 1486 1866 1408 2167 1408 2688 curveto 5727 2688 lineto 1408 3456 moveto 1408 4472 2084 5132 3046 5132 curveto 3985 5132 4707 4420 4707 3519 curveto 4707 3498 4707 3477 4696 3456 curveto 1408 3456 lineto end_ol grestore gsave 33.741333 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 34.164667 9.000000 translate 0.035278 -0.035278 scale start_ol 6848 5884 moveto 6848 7466 5725 8384 3800 8384 curveto 1966 8384 832 7489 832 6049 curveto 832 5077 1344 4466 2391 4193 curveto 4363 3669 lineto 5366 3407 5824 3004 5824 2382 curveto 5824 1956 5598 1519 5265 1279 curveto 4953 1061 4459 941 3825 941 curveto 2976 941 2395 1147 2019 1602 curveto 1729 1949 1600 2328 1600 2816 curveto 576 2816 lineto 576 2076 719 1590 1037 1148 curveto 1585 398 2506 0 3723 0 curveto 4677 0 5455 218 5971 611 curveto 6508 1037 6848 1746 6848 2434 curveto 6848 3417 6245 4137 5180 4432 curveto 3211 4967 lineto 2264 5229 1920 5534 1920 6145 curveto 1920 6953 2658 7488 3770 7488 curveto 5086 7488 5824 6914 5824 5884 curveto 6848 5884 lineto end_ol grestore gsave 35.172200 9.000000 translate 0.035278 -0.035278 scale start_ol 5430 2496 moveto 6289 0 lineto 7481 0 lineto 4548 8384 lineto 3173 8384 lineto 195 0 lineto 1329 0 lineto 2211 2496 lineto 5430 2496 lineto 5132 3392 moveto 2474 3392 lineto 3849 7228 lineto 5132 3392 lineto end_ol grestore gsave 36.179733 9.000000 translate 0.035278 -0.035278 scale start_ol 6848 5884 moveto 6848 7466 5725 8384 3800 8384 curveto 1966 8384 832 7489 832 6049 curveto 832 5077 1344 4466 2391 4193 curveto 4363 3669 lineto 5366 3407 5824 3004 5824 2382 curveto 5824 1956 5598 1519 5265 1279 curveto 4953 1061 4459 941 3825 941 curveto 2976 941 2395 1147 2019 1602 curveto 1729 1949 1600 2328 1600 2816 curveto 576 2816 lineto 576 2076 719 1590 1037 1148 curveto 1585 398 2506 0 3723 0 curveto 4677 0 5455 218 5971 611 curveto 6508 1037 6848 1746 6848 2434 curveto 6848 3417 6245 4137 5180 4432 curveto 3211 4967 lineto 2264 5229 1920 5534 1920 6145 curveto 1920 6953 2658 7488 3770 7488 curveto 5086 7488 5824 6914 5824 5884 curveto 6848 5884 lineto end_ol grestore gsave 37.187267 9.000000 translate 0.035278 -0.035278 scale start_ol 1984 8384 moveto 896 8384 lineto 896 0 lineto 6108 0 lineto 6108 941 lineto 1984 941 lineto 1984 8384 lineto end_ol grestore gsave 38.033933 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 38.457267 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave 39.219267 9.000000 translate 0.035278 -0.035278 scale start_ol 5727 2688 moveto 5727 3561 5660 4085 5493 4510 curveto 5113 5449 4220 6016 3127 6016 curveto 1497 6016 448 4817 448 2976 curveto 448 1135 1463 0 3103 0 curveto 4441 0 5367 723 5601 1936 curveto 4639 1936 lineto 4383 1245 3859 884 3113 884 curveto 2522 884 2021 1125 1709 1566 curveto 1486 1866 1408 2167 1408 2688 curveto 5727 2688 lineto 1408 3456 moveto 1408 4472 2084 5132 3046 5132 curveto 3985 5132 4707 4420 4707 3519 curveto 4707 3498 4707 3477 4696 3456 curveto 1408 3456 lineto end_ol grestore gsave 40.065933 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave 40.827933 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave 41.589933 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave 41.928600 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 42.775267 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave 19.000000 7.000000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 19.211667 7.000000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 19.635000 7.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 19.889000 7.000000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 20.270000 7.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 20.524000 7.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 20.778000 7.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 19.000000 8.000000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 19.423333 8.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 19.635000 8.000000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 20.058333 8.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 20.312333 8.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 20.735667 8.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 21.159000 8.000000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 21.582333 8.000000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 22.005667 8.000000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 22.386667 8.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 22.640667 8.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 23.064000 8.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 23.487333 8.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 23.699000 8.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 24.122333 8.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 24.376333 8.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 24.630333 8.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 19.000000 9.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 19.211667 9.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 19.423333 9.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc 0 slj 0 slc 0 slj [] 0 sd 1.000000 1.000000 1.000000 srgb n 31.400000 40.629300 m 31.400000 45.279295 l 46.471383 45.279295 l 46.471383 40.629300 l f 0.000000 0.000000 0.000000 srgb n 31.400000 40.629300 m 31.400000 45.279295 l 46.471383 45.279295 l 46.471383 40.629300 l cp s 0 slc 0 slj [] 0 sd n 32.907138 40.629300 m 32.907138 45.279295 l s 0 slc 0 slj [] 0 sd n 44.964245 40.629300 m 44.964245 45.279295 l s gsave 33.106392 42.754298 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 33.614392 42.754298 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 34.037725 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 34.249392 42.754298 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 34.672725 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 35.096058 42.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.519392 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 35.731058 42.754298 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 35.900392 42.754298 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 36.281392 42.754298 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 36.704725 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 36.916392 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 37.339725 42.754298 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 37.763058 42.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 37.974725 42.754298 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 38.398058 42.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 38.652058 42.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 39.075392 42.754298 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 39.287058 42.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 39.710392 42.754298 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 40.091392 42.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 40.514725 42.754298 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 40.684058 42.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 40.895725 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 41.319058 42.754298 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 41.700058 42.754298 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 42.081058 42.754298 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 42.504392 42.754298 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 42.927725 42.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 43.351058 42.754298 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 43.774392 42.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 44.197725 42.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 44.409392 42.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 44.621058 42.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 34.101225 43.754298 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 2988 1920 lineto 2988 2368 lineto 1024 2368 lineto 1024 3689 lineto 3259 3689 lineto 3259 4160 lineto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1920 lineto end_ol grestore gsave 34.566892 43.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 34.990225 43.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.244225 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 35.455892 43.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 35.879225 43.754298 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 36.260225 43.754298 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 36.683558 43.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 37.318558 43.754298 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 37.741892 43.754298 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 37.911225 43.754298 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 38.334558 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 38.546225 43.754298 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave 39.054225 43.754298 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 39.689225 43.754298 translate 0.035278 -0.035278 scale start_ol 1984 3689 moveto 3333 3689 lineto 3333 4160 lineto 117 4160 lineto 117 3689 lineto 1472 3689 lineto 1472 0 lineto 1984 0 lineto 1984 3689 lineto end_ol grestore gsave 40.154892 43.754298 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2333 1792 lineto 2665 1792 2927 1888 3153 2085 curveto 3409 2311 3520 2576 3520 2953 curveto 3520 3726 3057 4160 2233 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2133 3689 lineto 2641 3689 2944 3417 2944 2965 curveto 2944 2512 2641 2240 2133 2240 curveto 1024 2240 lineto end_ol grestore gsave 40.662892 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 40.874558 43.754298 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 41.297892 43.754298 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 41.551892 43.754298 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 41.763558 43.754298 translate 0.035278 -0.035278 scale start_ol 1088 4160 moveto 576 4160 lineto 576 0 lineto 1088 0 lineto 1088 4160 lineto end_ol grestore gsave 41.975225 43.754298 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 42.610225 43.754298 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 43.118225 43.754298 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2333 1792 lineto 2665 1792 2927 1888 3153 2085 curveto 3409 2311 3520 2576 3520 2953 curveto 3520 3726 3057 4160 2233 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2133 3689 lineto 2641 3689 2944 3417 2944 2965 curveto 2944 2512 2641 2240 2133 2240 curveto 1024 2240 lineto end_ol grestore gsave 43.626225 43.754298 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 48.700000 39.400000 m 39.418691 40.568493 l s [] 0 sd 0 slj 0 slc n 39.046628 40.615334 m 39.511484 40.304837 l 39.418691 40.568493 l 39.573940 40.800921 l ef n 39.046628 40.615334 m 39.511484 40.304837 l 39.418691 40.568493 l 39.573940 40.800921 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 24.600000 26.100000 m 44.269800 35.029300 32.069800 5.754270 42.470671 11.756676 c s [] 0 sd 0 slj 0 slc n 42.795465 11.944116 m 42.237446 11.910725 l 42.470671 11.756676 l 42.487367 11.477666 l ef n 42.795465 11.944116 m 42.237446 11.910725 l 42.470671 11.756676 l 42.487367 11.477666 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 17.000000 7.000000 m 17.900000 12.800000 25.409000 6.631900 28.242837 11.186667 c s [] 0 sd 0 slj 0 slc n 28.440938 11.505070 m 27.964534 11.212599 l 28.242837 11.186667 l 28.389072 10.948465 l ef n 28.440938 11.505070 m 27.964534 11.212599 l 28.242837 11.186667 l 28.389072 10.948465 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc n 36.989100 26.100000 m 40.836360 17.543984 l s [] 0 sd 0 slj 0 slc n 40.990149 17.201969 m 41.013107 17.760514 l 40.836360 17.543984 l 40.557088 17.555463 l ef n 40.990149 17.201969 m 41.013107 17.760514 l 40.836360 17.543984 l 40.557088 17.555463 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc 0 slj 0 slc 0 slj [] 0 sd 1.000000 1.000000 1.000000 srgb n 22.189277 34.900000 m 36.546383 34.900000 l 38.528687 34.900000 40.135660 35.752249 40.135660 36.803553 c 40.135660 37.854857 38.528687 38.707107 36.546383 38.707107 c 22.189277 38.707107 l 20.206973 38.707107 18.600000 37.854857 18.600000 36.803553 c 18.600000 35.752249 20.206973 34.900000 22.189277 34.900000 c ef 0.000000 0.000000 0.000000 srgb n 22.189277 34.900000 m 36.546383 34.900000 l 38.528687 34.900000 40.135660 35.752249 40.135660 36.803553 c 40.135660 37.854857 38.528687 38.707107 36.546383 38.707107 c 22.189277 38.707107 l 20.206973 38.707107 18.600000 37.854857 18.600000 36.803553 c 18.600000 35.752249 20.206973 34.900000 22.189277 34.900000 c s gsave 28.466130 36.103553 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 28.974130 36.103553 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave 29.397463 36.103553 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 29.820797 36.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 30.074797 36.103553 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 25.646730 37.103553 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 26.070063 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 26.451063 37.103553 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 26.874397 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 27.255397 37.103553 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 27.424730 37.103553 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 27.848063 37.103553 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 28.059730 37.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 28.229063 37.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 28.652397 37.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 28.821730 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 29.202730 37.103553 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 29.626063 37.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.837730 37.103553 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 30.091730 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.472730 37.103553 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 30.896063 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.277063 37.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.658063 37.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 31.827397 37.103553 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 32.250730 37.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.674063 37.103553 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 32.928063 37.103553 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave 22.370130 38.103553 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 22.793463 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.047463 38.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 23.216797 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 23.640130 38.103553 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 23.851797 38.103553 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 24.063463 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 24.275130 38.103553 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 24.529130 38.103553 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 24.800063 38.103553 translate 0.035278 -0.035278 scale start_ol 1024 1920 moveto 2988 1920 lineto 2988 2368 lineto 1024 2368 lineto 1024 3689 lineto 3259 3689 lineto 3259 4160 lineto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1920 lineto end_ol grestore gsave 25.265730 38.103553 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.689063 38.103553 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 25.858397 38.103553 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 26.027730 38.103553 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 26.451063 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 26.705063 38.103553 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 27.128397 38.103553 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 27.340063 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 27.551730 38.103553 translate 0.035278 -0.035278 scale start_ol 1149 3968 moveto 626 3968 192 3521 192 2976 curveto 192 2431 626 1984 1155 1984 curveto 1678 1984 2112 2431 2112 2964 curveto 2112 3527 1690 3968 1149 3968 curveto 1149 3566 moveto 1473 3566 1728 3299 1728 2961 curveto 1728 2635 1467 2368 1155 2368 curveto 837 2368 576 2641 576 2967 curveto 576 3299 837 3566 1149 3566 curveto 3453 3968 moveto 1234 0 lineto 1609 0 lineto 3827 3968 lineto 3453 3968 lineto 3901 1856 moveto 3378 1856 2944 1437 2944 931 curveto 2944 419 3378 0 3907 0 curveto 4425 0 4864 419 4864 920 curveto 4864 1442 4442 1856 3901 1856 curveto 3901 1472 moveto 4225 1472 4480 1232 4480 929 curveto 4480 642 4219 402 3907 402 curveto 3589 402 3328 642 3328 940 curveto 3328 1232 3589 1472 3901 1472 curveto end_ol grestore gsave 28.229063 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 28.610063 38.103553 translate 0.035278 -0.035278 scale start_ol 265 4160 moveto -45 4160 lineto 1293 0 lineto 1603 0 lineto 265 4160 lineto end_ol grestore gsave 28.821730 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 29.245063 38.103553 translate 0.035278 -0.035278 scale start_ol 320 3968 moveto 320 3331 lineto 469 2561 lineto 683 2561 lineto 832 3331 lineto 832 3968 lineto 320 3968 lineto 1216 3968 moveto 1216 3331 lineto 1365 2561 lineto 1579 2561 lineto 1728 3331 lineto 1728 3968 lineto 1216 3968 lineto end_ol grestore gsave 29.515997 38.103553 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 29.727663 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 29.939330 38.103553 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 30.362663 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 30.743663 38.103553 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 31.166997 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 31.547997 38.103553 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 31.717330 38.103553 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 32.140663 38.103553 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 32.521663 38.103553 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 32.733330 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 32.987330 38.103553 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 33.410663 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 33.664663 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 33.918663 38.103553 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 34.341997 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 34.595997 38.103553 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 34.807663 38.103553 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 35.061663 38.103553 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 35.315663 38.103553 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 35.696663 38.103553 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 35.950663 38.103553 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 36.204663 38.103553 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc 0 slj 0 slc 0 slj [] 0 sd n 29.362600 38.669100 m 29.362600 39.519100 l s 0 slc 0 slj [] 0 sd n 28.212600 39.519100 m 30.512600 39.519100 l s 0 slc 0 slj [] 0 sd n 28.597850 39.944100 m 30.127350 39.944100 l s 0 slc 0 slj [] 0 sd n 28.983100 40.369100 m 29.742100 40.369100 l s showpage gsasl-1.8.0/doc/gsasl.pdf0000664000000000000000000261217611760732126012117 00000000000000%PDF-1.4 % 1 0 obj << /Length 587 /Filter /FlateDecode >> stream xmTM@+z&?tBL$d4*.<_fW_wիrc;`GUOV&ʮ[v6W7TvbuYt/N.5=S> stream xmTM@+z&?tBL0d4*.<̿~UfW_uvc;Z̫MfG} I]/ޭmޯo⣩0^'^x]fkn{EK{*ʇupg6;ލ$4;gZ8, M[TPRJGeWxmE7 "/7j;{Yʋ"1tm|oirI ɑc׺>[TқEnn#bBSEV嶭mzsg)gR133w xAb;aGL6K&0+}&"?(Ҧa/ c,!-f3*Ix {asIC%hS7}H=ŤIY(jŧ Z4{SO5Z ekxvKǬ@2a> stream xmSn0+$z"aKU^CvF^p=!94gB˥0pދ s#P~k@hZ+vQڦ(A,Rf5Ħq8>K_X NH3$Ǟ{<0*5c~Pʯ5W42^!0^#rqxƘE3x z)cgl1BҰ?Xq!NAWA*d1)iȧΰО 9璆NVfkVaUJ?%͚5ػbTW=ј52f&p2pjV^cHMcVYxLS7E=1j g endstream endobj 6 0 obj << /Length 326 /Filter /FlateDecode >> stream xڍQAN0>:6޵"A APD-$)R:N+!;Z̎):b6LhR4`3sD *Jn ,n'[VХլZ/" Y$ϚdIZJz!J(F'}Қώ[nC{G~9v'N Ys,!$t jSAd}څaa`Kiɖb2sy5xc1*Ո龟l$PF1a0Rh ]yI`>4}Oo@Ls.ꈞ endstream endobj 5 0 obj << /Type /Page /Contents 6 0 R /Resources 4 0 R /MediaBox [0 0 612 792] /Parent 9 0 R >> endobj 4 0 obj << /Font << /F75 7 0 R /F55 8 0 R >> /ProcSet [ /PDF /Text ] >> endobj 12 0 obj << /Length 632 /Filter /FlateDecode >> stream x}Tn0+(jAOIZ Ң^d-6QY2$߇áiÐo 2$RLA_0_oi!"uX8x7pe*AHJIEEPζ'X)2Ҫb+D@Χ"=ȸ~#a4}NS7ho?Cj}OßUrw`;XL "C^ rKL>]HO\Qb{c Dt6~q;,61K/(|oF."u ԣ-0䭅&lFJUKh.ZJGT*}a> endobj 10 0 obj << /Font << /F55 8 0 R /F64 13 0 R >> /ProcSet [ /PDF /Text ] >> endobj 56 0 obj << /Length 2384 /Filter /FlateDecode >> stream x[s۸ Uz+q^wm'c)t:SfbʒKvl옓XVs`/&=^{1sջ{|.?7oPp>v?#8' ҅џ9뛳#(=0aɽRgˌM0^erޟΊI_|.F*T񌖡O1DV`HBG"zm'Dׁd|wao6~Vt Y/V uGB¹-ws0Ԓ2[f4+?q<\佌JܤDqt2l2_,L*< D!|2? {Q.\X?.i"AC(FS:e/DH ŋǧY?p=}>CAgۅ}M1;(ACFS: &m/q@~1Yo*$0S`u>CXSt>@L,CbACFSZB)Dˍ؛ߛA˚@ "mݒE;@,~hHhJ-PTXov^ C1{ SIb߾M4Mi1Љ iMhrt4yx|,wɬ Ʀ/#45IĴ҇itژ@V2-)obr:|;|f? xiO@A$$GJrq(Dl5mŲzt~_ӟ'v"חMpM* А68є]XnGbXU`:0Nb=9|(X0(А6PєvhyTn8ݘpU<_I<1'cEx†t<Cw' ~n S[;o,r&}I$ i3YK{?9ױ6vaY~<,LO t?s$䋟62?@ V4`'l17ckoVӹu?W]Nog1lV nLz}XaZVZν50~;]qUͥ0s)Bq9Y^iL~_Km +g%qؒ6 <&ܠr`fcy't_ QuJRw6>@'e|ؒ6eќNH1ecMMfIœw__*cIlIZν13!brw7i}X8Hr=Y~ɞQ;ؒ8%scsAͦW w")"ibNj: F֎fA*%mTj9C]yaHɳnO.ZHL oM VoFXBGF'%CdN_ѡfd2=OtT1];>AoFXB a wWpyrq}( ݅IIٓl ک1 F-ia\)8V|~+~yO`"7-i`IpD8b DElZ'oNVl4>Nm64a1g4 GaKڰDs:,\BKֱǓ!9TˆeNLgĘ50-ic0 8cr=:#ML y1^4xcW4Eʄ}@={ӏ7&tBM̩NW6(-iSa]wC'8.b]9|&XX[҆)bʩߛ-}Kt/8R7&G рf&dd(f #%e+"ݏ9ɌF,'A38? endstream endobj 55 0 obj << /Type /Page /Contents 56 0 R /Resources 54 0 R /MediaBox [0 0 612 792] /Parent 9 0 R /Annots [ 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R ] >> endobj 14 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [441.93 644.117 450 654.08] /A << /S /GoTo /D (1) >> >> endobj 15 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 627.679 450 635.133] /A << /S /GoTo /D (1) >> >> endobj 16 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 612.407 450 622.104] /A << /S /GoTo /D (1) >> >> endobj 17 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 601.377 450 608.832] /A << /S /GoTo /D (2) >> >> endobj 18 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 586.106 450 595.681] /A << /S /GoTo /D (3) >> >> endobj 19 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 572.955 450 582.652] /A << /S /GoTo /D (3) >> >> endobj 20 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 559.804 450 569.501] /A << /S /GoTo /D (5) >> >> endobj 21 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 546.654 450 556.35] /A << /S /GoTo /D (5) >> >> endobj 22 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 533.503 450 543.2] /A << /S /GoTo /D (5) >> >> endobj 23 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 520.352 450 530.049] /A << /S /GoTo /D (7) >> >> endobj 24 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 509.323 450 516.898] /A << /S /GoTo /D (7) >> >> endobj 25 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 494.051 450 503.627] /A << /S /GoTo /D (8) >> >> endobj 26 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [444.545 480.9 450 490.597] /A << /S /GoTo /D (9) >> >> endobj 27 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 451.606 450 464.358] /A << /S /GoTo /D (10) >> >> endobj 28 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 437.957 450 445.533] /A << /S /GoTo /D (10) >> >> endobj 29 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 424.806 450 432.382] /A << /S /GoTo /D (10) >> >> endobj 30 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 411.656 450 419.232] /A << /S /GoTo /D (12) >> >> endobj 31 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 396.384 450 406.081] /A << /S /GoTo /D (12) >> >> endobj 32 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 385.354 450 392.93] /A << /S /GoTo /D (13) >> >> endobj 33 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 369.779 450 379.779] /A << /S /GoTo /D (13) >> >> endobj 34 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 356.932 450 366.629] /A << /S /GoTo /D (13) >> >> endobj 35 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 327.638 450 340.39] /A << /S /GoTo /D (15) >> >> endobj 36 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 311.868 450 321.565] /A << /S /GoTo /D (19) >> >> endobj 37 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 298.717 450 308.414] /A << /S /GoTo /D (20) >> >> endobj 38 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 269.423 450 282.175] /A << /S /GoTo /D (22) >> >> endobj 39 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 240.299 450 250.261] /A << /S /GoTo /D (26) >> >> endobj 40 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 223.86 450 231.436] /A << /S /GoTo /D (26) >> >> endobj 41 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 210.71 450 218.286] /A << /S /GoTo /D (26) >> >> endobj 42 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 197.559 450 205.135] /A << /S /GoTo /D (27) >> >> endobj 43 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 184.408 450 191.984] /A << /S /GoTo /D (27) >> >> endobj 44 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 171.258 450 178.834] /A << /S /GoTo /D (27) >> >> endobj 45 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 158.107 450 165.683] /A << /S /GoTo /D (28) >> >> endobj 46 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 144.956 450 152.532] /A << /S /GoTo /D (28) >> >> endobj 47 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 131.806 450 139.381] /A << /S /GoTo /D (29) >> >> endobj 48 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 118.655 450 126.231] /A << /S /GoTo /D (29) >> >> endobj 49 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 105.504 450 113.08] /A << /S /GoTo /D (30) >> >> endobj 50 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 92.354 450 99.929] /A << /S /GoTo /D (30) >> >> endobj 51 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 79.203 450 86.779] /A << /S /GoTo /D (31) >> >> endobj 57 0 obj << /D [55 0 R /XYZ 90 720 null] >> endobj 54 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F100 58 0 R /F63 59 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 109 0 obj << /Length 1866 /Filter /FlateDecode >> stream x[w8)x4ڷ7ݶ&t@r z+aYn{JHN 3db{*IJbIo4=G p3{8F*Vws#EUi6nޔ8![4g|OYOc1O0p͇?FO_]Ţi:$0S3AkvG3ڜ<)?xWkhŨB&#Ez^Q p#P0Pfs7~`$3> r(I*rXNNDF}]AWz#X!$'wqV\ޗEDRnһ>!%׃灬h%FD(-@ $0%. a$ >e ܝ)Gp<:+}VlаB+%ɇAW`_?4,P'  ^*u;iY8N&>ǭ1~&6l3P1E$Āקa :`[~E6(] ߶/4`Sʀ N@$!>5\2$Vtbo-?_Z=[u"ma<0ԡ$ߧQ]Uǖ7dnAXlC&;::PK4`b *Ɩ4[.pv;[E1}'aS]z@漍aD9Ԛ$Fb+:.b5R}- yL0A&.`$>kL0D)@خyPP}s '~R_iP 8~EB΋gѣFG ^%2SI6\Hq}I]-V>a8;l)[z.ʲEF.*Y~nm׽U| R%$gA&=)\I\d'2wBd2kp3 ILϒL=EO`*zݹ,a  #aɤIb=1Lug$@;A!&}K&9C1.( ;  cJ8Rţ^)3;>w$2eާt֧$Z=NC_UnI<<ݚҹ.# I'!A 鹕bf4l~eC#p->6Q<-|0&tN;a$>> lopnn_s&uV(f*[8춶p17l4l߿@t͈شidMw*>`$sj" i龱 LIaffi)|"Gdz' [EhE;w`kb" Y@.W+zx';>>z-Taة;ܬ1 ht9vxG7352k0ҹFҶ]LyjQ8./Iad(ޢY|ӈ_Z{ Dʹt# `1rf'qt[ .[Lw{9WmXlfEO}I6߭~ nÍݿC p2v}/8.7<'4Zvd9djX `ҙpxEWxGeT)R`9nxPBx4na,N{r>R3ۮOa1xoӯTHJm&{) J=5JHkSuQ pF|T!JtvfCP cg-ؠy endstream endobj 108 0 obj << /Type /Page /Contents 109 0 R /Resources 107 0 R /MediaBox [0 0 612 792] /Parent 9 0 R /Annots [ 52 0 R 53 0 R 81 0 R 82 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R ] >> endobj 52 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 710.037 450 717.613] /A << /S /GoTo /D (31) >> >> endobj 53 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 696.887 450 704.462] /A << /S /GoTo /D (32) >> >> endobj 81 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 668.825 450 678.788] /A << /S /GoTo /D (33) >> >> endobj 82 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 637.476 450 647.439] /A << /S /GoTo /D (35) >> >> endobj 83 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 603.337 450 616.09] /A << /S /GoTo /D (37) >> >> endobj 84 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 574.778 450 584.741] /A << /S /GoTo /D (39) >> >> endobj 85 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 543.429 450 553.391] /A << /S /GoTo /D (42) >> >> endobj 86 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 509.29 450 522.042] /A << /S /GoTo /D (45) >> >> endobj 87 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 477.941 450 490.693] /A << /S /GoTo /D (46) >> >> endobj 88 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 464.292 450 471.868] /A << /S /GoTo /D (46) >> >> endobj 89 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 449.02 450 458.596] /A << /S /GoTo /D (50) >> >> endobj 90 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 420.291 450 433.043] /A << /S /GoTo /D (51) >> >> endobj 91 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 404.521 450 414.217] /A << /S /GoTo /D (51) >> >> endobj 92 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 391.37 450 401.067] /A << /S /GoTo /D (53) >> >> endobj 93 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 378.219 450 387.916] /A << /S /GoTo /D (56) >> >> endobj 94 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 365.068 450 374.765] /A << /S /GoTo /D (59) >> >> endobj 95 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 351.918 450 361.615] /A << /S /GoTo /D (63) >> >> endobj 96 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 323.188 450 335.94] /A << /S /GoTo /D (70) >> >> endobj 97 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 291.839 450 304.591] /A << /S /GoTo /D (71) >> >> endobj 98 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 260.49 450 273.242] /A << /S /GoTo /D (74) >> >> endobj 99 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 244.72 450 254.417] /A << /S /GoTo /D (74) >> >> endobj 100 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 231.569 450 241.266] /A << /S /GoTo /D (74) >> >> endobj 101 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.861 202.839 450 215.591] /A << /S /GoTo /D (75) >> >> endobj 102 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [439.091 187.069 450 196.766] /A << /S /GoTo /D (96) >> >> endobj 103 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [425.791 158.34 450 171.092] /A << /S /GoTo /D (102) >> >> endobj 104 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [433.636 144.691 450 152.145] /A << /S /GoTo /D (102) >> >> endobj 105 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [425.791 116.629 450 126.592] /A << /S /GoTo /D (110) >> >> endobj 106 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [425.791 82.491 450 95.243] /A << /S /GoTo /D (112) >> >> endobj 110 0 obj << /D [108 0 R /XYZ 90 720 null] >> endobj 107 0 obj << /Font << /F55 8 0 R /F63 59 0 R /F75 7 0 R /F100 58 0 R >> /ProcSet [ /PDF /Text ] >> endobj 133 0 obj << /S /GoTo /D (Introduction) >> endobj 136 0 obj (Introduction) endobj 137 0 obj << /S /GoTo /D (SASL\040Overview) >> endobj 140 0 obj (SASL\040Overview) endobj 141 0 obj << /S /GoTo /D (Implementation) >> endobj 144 0 obj (Implementation) endobj 145 0 obj << /S /GoTo /D (Features) >> endobj 148 0 obj (Features) endobj 149 0 obj << /S /GoTo /D (Requirements) >> endobj 152 0 obj (Requirements) endobj 153 0 obj << /S /GoTo /D (Supported\040Platforms) >> endobj 156 0 obj (Supported\040Platforms) endobj 157 0 obj << /S /GoTo /D (Getting\040help) >> endobj 160 0 obj (Getting\040help) endobj 161 0 obj << /S /GoTo /D (Commercial\040Support) >> endobj 164 0 obj (Commercial\040Support) endobj 165 0 obj << /S /GoTo /D (Downloading\040and\040Installing) >> endobj 168 0 obj (Downloading\040and\040Installing) endobj 169 0 obj << /S /GoTo /D (Installing\040under\040Windows) >> endobj 172 0 obj (Installing\040under\040Windows) endobj 173 0 obj << /S /GoTo /D (Kerberos\040on\040Windows) >> endobj 176 0 obj (Kerberos\040on\040Windows) endobj 177 0 obj << /S /GoTo /D (Bug\040Reports) >> endobj 180 0 obj (Bug\040Reports) endobj 181 0 obj << /S /GoTo /D (Contributing) >> endobj 184 0 obj (Contributing) endobj 185 0 obj << /S /GoTo /D (Preparation) >> endobj 188 0 obj (Preparation) endobj 189 0 obj << /S /GoTo /D (Header) >> endobj 192 0 obj (Header) endobj 193 0 obj << /S /GoTo /D (Initialization) >> endobj 196 0 obj (Initialization) endobj 197 0 obj << /S /GoTo /D (Version\040Check) >> endobj 200 0 obj (Version\040Check) endobj 201 0 obj << /S /GoTo /D (Building\040the\040source) >> endobj 204 0 obj (Building\040the\040source) endobj 205 0 obj << /S /GoTo /D (Autoconf\040tests) >> endobj 208 0 obj (Autoconf\040tests) endobj 209 0 obj << /S /GoTo /D (13) >> endobj 211 0 obj (Autoconf\040test\040via\040pkg-config) endobj 212 0 obj << /S /GoTo /D (13) >> endobj 214 0 obj (Standalone\040Autoconf\040test\040using\040Libtool) endobj 215 0 obj << /S /GoTo /D (Using\040the\040Library) >> endobj 218 0 obj (Using\040the\040Library) endobj 219 0 obj << /S /GoTo /D (19) >> endobj 221 0 obj (Choosing\040a\040mechanism) endobj 222 0 obj << /S /GoTo /D (20) >> endobj 224 0 obj (Using\040a\040callback) endobj 225 0 obj << /S /GoTo /D (Properties) >> endobj 228 0 obj (Properties) endobj 229 0 obj << /S /GoTo /D (Mechanisms) >> endobj 232 0 obj (Mechanisms) endobj 233 0 obj << /S /GoTo /D (EXTERNAL) >> endobj 236 0 obj (The\040EXTERNAL\040mechanism) endobj 237 0 obj << /S /GoTo /D (ANONYMOUS) >> endobj 240 0 obj (The\040ANONYMOUS\040mechanism) endobj 241 0 obj << /S /GoTo /D (PLAIN) >> endobj 244 0 obj (The\040PLAIN\040mechanism) endobj 245 0 obj << /S /GoTo /D (LOGIN) >> endobj 248 0 obj (The\040LOGIN\040mechanism) endobj 249 0 obj << /S /GoTo /D (CRAM-MD5) >> endobj 252 0 obj (The\040CRAM-MD5\040mechanism) endobj 253 0 obj << /S /GoTo /D (DIGEST-MD5) >> endobj 256 0 obj (The\040DIGEST-MD5\040mechanism) endobj 257 0 obj << /S /GoTo /D (SCRAM-SHA-1) >> endobj 260 0 obj (The\040SCRAM-SHA-1\040mechanism) endobj 261 0 obj << /S /GoTo /D (NTLM) >> endobj 264 0 obj (The\040NTLM\040mechanism) endobj 265 0 obj << /S /GoTo /D (SECURID) >> endobj 268 0 obj (The\040SECURID\040mechanism) endobj 269 0 obj << /S /GoTo /D (GSSAPI) >> endobj 272 0 obj (The\040GSSAPI\040mechanism) endobj 273 0 obj << /S /GoTo /D (GS2-KRB5) >> endobj 276 0 obj (The\040GS2-KRB5\040mechanism) endobj 277 0 obj << /S /GoTo /D (SAML20) >> endobj 280 0 obj (The\040SAML20\040mechanism) endobj 281 0 obj << /S /GoTo /D (OPENID20) >> endobj 284 0 obj (The\040OPENID20\040mechanism) endobj 285 0 obj << /S /GoTo /D (KERBEROS_V5) >> endobj 288 0 obj (The\040KERBEROS_V5\040mechanism) endobj 289 0 obj << /S /GoTo /D (Global\040Functions) >> endobj 292 0 obj (Global\040Functions) endobj 293 0 obj << /S /GoTo /D (Callback\040Functions) >> endobj 296 0 obj (Callback\040Functions) endobj 297 0 obj << /S /GoTo /D (Property\040Functions) >> endobj 300 0 obj (Property\040Functions) endobj 301 0 obj << /S /GoTo /D (Session\040Functions) >> endobj 304 0 obj (Session\040Functions) endobj 305 0 obj << /S /GoTo /D (Utilities) >> endobj 308 0 obj (Utilities) endobj 309 0 obj << /S /GoTo /D (Memory\040Handling) >> endobj 312 0 obj (Memory\040Handling) endobj 313 0 obj << /S /GoTo /D (Error\040Handling) >> endobj 316 0 obj (Error\040Handling) endobj 317 0 obj << /S /GoTo /D (Error\040values) >> endobj 320 0 obj (Error\040values) endobj 321 0 obj << /S /GoTo /D (Error\040strings) >> endobj 324 0 obj (Error\040strings) endobj 325 0 obj << /S /GoTo /D (Examples) >> endobj 328 0 obj (Examples) endobj 329 0 obj << /S /GoTo /D (Example\0401) >> endobj 332 0 obj (Example\0401) endobj 333 0 obj << /S /GoTo /D (Example\0402) >> endobj 336 0 obj (Example\0402) endobj 337 0 obj << /S /GoTo /D (Example\0403) >> endobj 340 0 obj (Example\0403) endobj 341 0 obj << /S /GoTo /D (Example\0404) >> endobj 344 0 obj (Example\0404) endobj 345 0 obj << /S /GoTo /D (Example\0405) >> endobj 348 0 obj (Example\0405) endobj 349 0 obj << /S /GoTo /D (Acknowledgements) >> endobj 352 0 obj (Acknowledgements) endobj 353 0 obj << /S /GoTo /D (Invoking\040gsasl) >> endobj 356 0 obj (Invoking\040gsasl) endobj 357 0 obj << /S /GoTo /D (Protocol\040Clarifications) >> endobj 360 0 obj (Protocol\040Clarifications) endobj 361 0 obj << /S /GoTo /D (Use\040of\040SASLprep\040in\040CRAM-MD5) >> endobj 364 0 obj (Use\040of\040SASLprep\040in\040CRAM-MD5) endobj 365 0 obj << /S /GoTo /D (Use\040of\040SASLprep\040in\040LOGIN) >> endobj 368 0 obj (Use\040of\040SASLprep\040in\040LOGIN) endobj 369 0 obj << /S /GoTo /D (Old\040Functions) >> endobj 372 0 obj (Old\040Functions) endobj 373 0 obj << /S /GoTo /D (96) >> endobj 375 0 obj (Obsolete\040callback\040function\040prototypes) endobj 376 0 obj << /S /GoTo /D (Copying\040Information) >> endobj 379 0 obj (Copying\040Information) endobj 380 0 obj << /S /GoTo /D (GNU\040Free\040Documentation\040License) >> endobj 383 0 obj (GNU\040Free\040Documentation\040License) endobj 384 0 obj << /S /GoTo /D (Function\040and\040Data\040Index) >> endobj 387 0 obj (Function\040and\040Data\040Index) endobj 388 0 obj << /S /GoTo /D (Concept\040Index) >> endobj 391 0 obj (Concept\040Index) endobj 394 0 obj << /Length 2645 /Filter /FlateDecode >> stream xڍr۶=_Gj&U$;rZO'i@S"U^8_߽d: `rs,}; lơjs7Mq:||ax:v$r=$\aM&S-4B몘xTd U5,]r'-bٝz޿b_l ,l~d?Ica-`nbRn5/tmeċ:˛O<#`J)V%vL m0a7LCVόEbyP#a75>]Fv؇'*VTZU)=y@sc*Шp iC`]l[ivZFF#P#@Z.>Nɱ6 'JǶnd n0"]j[E _ 0(^*ʶ1̈jticMO_x=Bu/ 䚥 \BumOgJ}Un@wc͖􍕑e[ fd*/-O1PPRTZŲ1c+ b@qh;ȟ"/R=f[dnY>7XhVgx-#^|[dJ+'z{O[{f@׉jp.MlKY6 ߔ?Dfp7^5hXlYȳ6[#; *na% _aBpEi]N9lKM<`2Px&~8C%Qr::0J0/ Cc".9)*Up`c}NB N8@aQ6 {g--$ άEavF_d:Bd M\t z˖Et%.#J}4bN ]@"7E{v=toWĝt1YdZW< 6G@UURo!`?6=y|a\A6e}QZ793H}C+˵bOJݪ1^uE5Ȑ(љnxAf" $v0ћn:C6 DA7[^Ly" (6QB\k:fBj8NDr-`R͸0d_ŷYoG:_*fN E'Viu:PB;m*g G!4zdK+]kLk mR 2Hj5xBT05f9{ڼ= GL8dQ ?>ߕ&lq" [ jY K^ )!fN 2P?}DD}DKL~,4 8YQTiOyrD|0O@lF$9go/ky!JdgX0?(t/n6UGk`)aǺO.#nJ?v0gե_0* 2@$"E[!-da'ppa΄ّ7RB} )02Iv_$/ :\#~øRIv0Ĝ 3Q:1QHamOa&H8+gPjw<6P马y `̍(]=5j 1ı'CFIZP4b2gj33d|^c\pT0s%&˰9D`>9 y֕p^c%e%hpD#B PQLJYNsi]; B`<|=A.ZSr/;i,wqm0t)\ W4or&waSqe@r}zwct T] V|)8LksjKgkiv"Z_0Käĵ- E!ɜҧM$So I_qys% ͡Krҫ:4WGZ酅}1y7k,c5~Ĝ &MR7%R7Zr^ązo,6k Xg-l:UV#tE#7m_AN洜W6m>T`$N}O?9ҖD{<`/NIG2a2|ގTBA F\/#}TN3ZnvTW:)z;?p, endstream endobj 393 0 obj << /Type /Page /Contents 394 0 R /Resources 392 0 R /MediaBox [0 0 612 792] /Parent 9 0 R >> endobj 61 0 obj << /D [393 0 R /XYZ 90 720 null] >> endobj 134 0 obj << /D [393 0 R /XYZ 90 720 null] >> endobj 138 0 obj << /D [393 0 R /XYZ 90 564.408 null] >> endobj 142 0 obj << /D [393 0 R /XYZ 90 125.301 null] >> endobj 392 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F31 395 0 R >> /ProcSet [ /PDF /Text ] >> endobj 396 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./abstraction.pdf) /PTEX.PageNumber 1 /PTEX.InfoDict 397 0 R /BBox [0 0 1313 684] /Resources << /ProcSet [ /PDF ] /ExtGState << /R7 398 0 R >>>> /Length 28203 /Filter /FlateDecode >> stream x%%WF*f|.SCVv+#Еѿ/Ήgg߱QF|(/ӿ߿~ƿ_cߥUuqs_5~sy_Z~{ jcTcׯhQޫTjnTy2͏RBop#0U\zPQԫ=4ė!b5Zh}_u6?ocR1?oK[w1y~|4^++Glyq$q:+aj:m8szׄ. Y۩t~FK}ԃǵP~q]^Sr à+k}ꝥ1ҙsnYߛ;3~\<`U:Эy]Sx{umUJ*q` g\SN25Zcq_&YϩOwMS*Ü#33WX~F՞89/'wLڿ~zY4/ǜޗCv˔Ksfk,ܹmqC-CUe8h|?{] 2awhgsQ=eCf[Cb:UnR'~!vh09= V11ٗlf-0~ ,0эsFdSXcJ^w|٤<{ _wv oγzqЙչ.e [ +رiN?I k Dn݇ 1Rۄ0óOufC_29x/gaLjYR3M{T +Ϙo%@N-x>&+2gsaE5'FsKŜY>ÔVpKD:uY ݃g1 M>|Bg pbr:Ǻ!#*[\$ip¦Ěݘ9j)?N)d&SӰ>P,Ad H ]i6'm[qݷU/;{_rwbOd_髍=X]鯷s:@nŠ!/`JWgxcZ6U&[Q`\qS"0B3?1qu/!p7'3G-q( sH7xT9jM*h 3ڇn!FO;h, %ږs'3es$L9'ަ::djuul$^YSkY)CJ\rRI1qSTg`prdGC2 6$CG[&gacLSN83o1nT Irj;~D`%h&gxg"\-0:?L QSGC$̜溠l$}' ΈCIئj7'Y104h4ыx釩qgJa^:?<6%F *2hmeVzOz 1M&6+֐]eXg85 YWfSAg8ϞYcgV{`foe֙Y,Eb+Vn1s8} 4{ P3)8ONx-E? s~ -80G1sb2SF؝|s?h.ňK05uc`i2߲GrZ8ܢ{1X,e0Bl^KL.}]jA9Ut>J5T[<6 FOahW0`b#]l 鯷i8{|B[aPЖ0UcZб{s-Aj}B~Y-S}8B)ƥ^!l8e؉ V)Uvymg1itpc*i;05[_C*+sSG>ݾ[g|b60Du?F?ߺ%'ѳ5ts]Xzhg^pyWzף9Q/j7ٛ ,;aYCѽ}A̾ WbVbQ${s>tFIL4fvF{>.4mW7 vӋS `:n(qڼ jX&׳_7{3}'婣Xq˙Üi0c݅utZ{, z؇*7kx&(Tg*a6 2p2Fۆcsݎ`k͋talCӷ:9^bLor{0z)`4wPŢ1;(Sh{YW!~u;&9Lgl5^ 85LI&B} 7r ܱgy-f`1(` 1)4ﶖKT*4 #qs|Ig#Z`TN Ӡc)Ǵjsvp<8K6Ր!)&O d'`mZ4OۅJ}%~%$&X ܘ͍a%l!#YDxp7@po=:¾|jȈICA6=C$4اx`cMߙsb<19KV 5`!7f Sbpo`YOj8!L$7Ė6+aG57)qoTAYscK 58 ΞɧVΣa`9G e HZKƜuQuO=yRӇcu>ោ6c"['4AZQEhB&U+SVQ3|dB2 \%v(ġj7:\QՄ U ]QCd~V׳l1hh͎?M6f IH|OidNYwt6?Z*pe]^v/7;tVS*8LFWiɫ6rr1*`{IiQMr*6{M"\DrV.{}xP=Ǩ룫QS5-!t &mYa L&{0B̨ܳsP^;r&x=~3=Ǩ[ɽ_%ׯ&YLuH.CLXzT%t-;z>lv` / >zsltx?-;<,B!`^Bahk_;&2LSl$^bRX?zWrzkP[9Uq4:8'B0.VHĥX ":U~ -rRcw&-Qk1Yt T1t$uRWb<_1W U|G9G sHbI>1 (4?ӃNNx J+>f(|aQ5Ƞ_ST%t0U|TW11z[wLUȮ^̈́q >LpĆCZz "h8Q{.U604i׿.v]6J̋pJf7JSEqܮ-X 6wFɦw=6o=P ¦žŬ!j~W[ `G3 A/SQ ײi2 .5 ]Hd3 걙0ZLi0JiP̩ޭ. F8 $M mMvd<2!{f<*Y1 A/SeDc5iT 0x`H##0h0 4jl@ a0Ja(Q5 r3ByS@, [.Fl@IA#7J `RlojX;[mvRǜf. PmNjCLCmQB$. Pm. ՆDC EM:1* Ն TmŪ 1JvE 1gӆ86ģ\3g]埿%ƜQNR~pr]y 4qis?־LR3X-WP:bb/,ۨ 18AQC?'D;}9 %+hIBcX=k|SM0 f|[` V&0МTS)a0IpXM85MrkRMj]b2X%soF9^B@#kRApFTѺФvM> I(IoױUX9|nTkTHPZ8WՈ"pk[)ܡ'"uKe)RU) UtE1HݐViݼLL"̙Kѣ8ƻ.:M:~~/Ws z8\jTPQըu`mUԨ9 \:`zӣd3Ԥ ~M$f(qREaWM#R ɝLUS|&e*i\Ay&9d5ZU 14N : Qa_!V#I1x%o1 +8u3=%hEq1->l ̖JbPP눂ѹzhi_QςI-bA>GYb6:sYbnP2|>\pݩĈ3.wt#Hiu3Mp2xXs`Ɗ9c"/L,\"ıыq#DܜIܜेGy \cA 51UތY[l4Ɏ'l7/nSFA4k{*i;K02%$ f04 w9RG"i6I4AL"i3$A{lBM5 42F2y(b`'˰CȂK! ,d!LGux2rYl[r/gM(!x=8G*L!d!+ 3;,\w3.m&$.N=}珀=Z@}\YIE[\oB[IXDfSDRl hucO ACӜE'hӇ M-Swy7%Y#V h==bf.HF]$_Hj㦀xHkc6Pب4#Buy#'A1/SL3Ybaw8X N֩Tf0T`: ]I;{3n# nj ،SԮinyt2iTjEe8m)4Lm\c+o8H[{^cjfz%_Y-x+;0T":E(Ly8=:!wE8$c40[ _i7V ƞBdS E4 dYD/fwQ(IRE?+/`rYr3ܹ7ui )xJ\[,bgY*>(&M*}4o>Z9m6wkB$mL ;5I%YxaA-oF?!>^ީϷnc 5s1[CպI_/r܊BvL1 `$o<\D]U9MRZb!AO2p6DRt0P.XmKz' nhgIW/??>\`C$cGL('Q7q?cF#&~w יzT$OdZ) cyzO 2}:b ⪿@W ҤH+Zj MF)Ym_Hs|TB2Ws4 ܖ\,u<]\Cwj p'b[nv⼈K AS!ZNΏ˽#5ov~z-;h"L5_6gF<zpss nWj,(\GR}L/WwCPt!뚙Zjjy`D-_}|ቚ{%|6r)I-?pZ~F ljy`D-gL WSrM)_KAއ$9 1ƓxByG7{оz$&eR[ż˝VB"AHA9s պg 6ڲ2UΠve%x$L %NN< o3dMpCA, 6X|0͇1j>%,="B=\pݒ+ bYwVpB$O5.>~r&W!{dSMhvw*?V2l00b;E6;l|V. #uK p-tS!Ct1.h7Ƈ%iZD}H*tr&#Í]^9I,/g C'3n<CY7(n9Q )7K[~_*h:48L$Z7^Ȃجgտ ÍsֵḞ3!A8#7+˛wk3F5ׯbvŎbߧz+`%Fk:T0Qd# wuZFA^[Da& }6cԶR棯axFKϕ;|f5By~ö~zdqr3Uo1lZD! k8iM#U6k6Lj|:‡_z ul #^'OHc@+ud#Ptp{8FPs8SNEz)tN鋅7cpx ̩xKLnT<2g`T5"wb4D \!O-{)tKhiE:GN%5#xJ؝F-a.c7k|MUcwN;VbwpƜdi;xdxGӷ;xJ; /;x35xc$Gw`ܬӌzK#xHT#x:RaIfP&_%Oh1pݱGJY.c$v'Eݩx20kHlXNlB݉}25{pE sR4@CwUI;u9r]Gu$ka\/; Gɝm  wƺY^ ܩxĩ>A1)pγ(/6c%lF^" soI+%;|W؝w$1jž,v`ZIdNJ-x+3)ZNx [9tKBǏ1]H`S܎8!ȝ;e}ȝ$ϖ.6FD 9rqHpUMΈ3;x'փO>E\\DLkNZ ܉5#pIꔸz۩xLrHv裪,^v*(+D( ĉ)lvl{YNl@ }EHy[U`;фx "TŃy%IiwB, xXO#w"&;"w/;cȻq*sFM; UFQpWU9ȡ;I9F埆fН]5tKX?]9F埆ȝcOv\YT?]9Ft%4ncOvico;7,rKscTi? IPCwa;>5r'1X܉|!G؎_}smQ|8F b6gl}-Zt`mo6WW(Hm졬W O(i0~6qطctFrIdw;=6];m]Tmld9M0 -mD'Mڏmb1Ms<ּMpb6qطct웾&&&cM0þM#pGYHUMpir8䅐%ŕ܁ |L= zvM/6蛌{běҷ kJN"`a|,(:4!׭.s@鹐I.ۺG :SY"ơ/Y}iNKꦩqeGSE,1`l >#YZ%)30)7UadMn^wXmb08n!mASvnfVFRdCL>`?BN}uS°`@%jj+51_ӮxAəd gf }5 Dr yp! `@ljףf0«b69ƶO;&MƦԳ4W{w }'XMh3ٜM(PbYV^%݄< /Xr}")̒Xxb%XBpVaߘHk`B BEX#%t$HTXѢ!d%Sz( xkh'7!Mĸ F?.[cH=Az<}qgupG0yHJdm|5~@_~~wĄ\ t'J٥6JnLPs./eFv'JY!B)KŻr0}C)0`ީ8Q Lb+?N(!NSc}丑}(Q͵%ëv8Q 2'oH(e6.GP vtwa.܅R}-B)`%a…R`3P $_4CC)09dps$J!)0.#FC_o>K{%abMof x+^ S'OD18(^B]$Of>ӇbpP8DNM\]3SS8QΎϾ]ԃ6zPxPʖDA ֓LXPqڝ\( OzQ|ՋG(QB,Ԭa%$`~<+YIF|W((d8Q8͏R^ݑRɪp\#F p5"-AR?JځGG9_AH!'GoőBO#kPGJjC)QB)>Rܗ^~<ݭIŸ:o=)X||JJ!Ľ[uYܕbR8J|J|R BʄW[MkG[ŕ3SWJaǝqA2 ٗbb@H=kՑ%bQ1IIbP])I 7Š] :b1*՛BN)I 7%J7ŠzSToAToJ>. cbP)NMID)QBPŠAǨTgAu$9Δ$ՙrP]%.v9hMq6ޔh՛%t U1үM_^.0^tLqȉ+/%!pQ/KH&gX-J"dZ40X%4ߔ~V4[hiK;GA"0A_7.N"9xX{1 2/%ZwL|eTbRH ągä Ї2DYwЭ"lQZNѠ k/0mPgFpՐ~*;] /BR '-vb=T<C&̧^WRT_cWqz|-HojAм'|^]%O&t+x v٫&2DY2 Au\bwpR&r$ ͹(%e&7]B\vJmǞ`?KI#۱G| EB HӶ0 J>O/QgLB/DBs赺$cTBj\ĸg,rf%t UBǒJLBxD]ckx?a~`n@U:fDa/ęh9sÛ*/$9z-Ike!s`QkbP}bpB.r_1^ASވ##DZ093kHL Ox#$X;?`~l718<#^B7!UPIZ'D 1)ѕB`D@fb0Ō!f9c;.@\c6 CaLķ:IU'P#CC:I\$Cu$yNj/7yhCCTɔV=1'4N^6OyUA~1T#@qDʆq;اaEa R`Uk1GCH4`58$2]H~.(Pd1Ȼ wbw-4qe@lto3ot!hLe6n8x 4ymp3r%-7p&Y]0*lkZk<6Tm&:2mPRJO팫?xq@h0^-k>(VAV5Ck4TEmĂƊUБ5hg0ݼmpb;VNZEvu5LT~;Z mb/Ki]_nz-10:&Gk6rO$3^d!l<[9;lUh =rWm#MX13]ǯ] lS2*>0_ s!k CF0Z[p>_QO}F;k{QPm VrN/BoSA -$l1zh56DkŪP3V᧩6Tmyk,_ŧϯ/Gw[~.\]6c@ oHvK:*;|a`(Qq+PXEArϋhO>; L;bnqcb\)KcxZ. !c_$c2~r0EBmPgdƿJk`uabƟ0]₿w׌a]tjh^el<1}oz 1 ^rY|s8ep\|JF:Z?u| a^8)W!> @0i?aE+IַwL^W py ˆأ?Q[b >hm_.},%Ffs4HqGm~jk ?oKϳ0پOΟ__4?֟d!z8Tn#ڬSx>%Ћ"*9, jn8.E<ɘa5f¶<\|U" kHq)q5^>FDŽS\`”tHJ>/ 0 ܀ VX+ ]rn+-3C1}a~H/p~i/%.؜0qcNb6娦اֹ|;bF|iY`?;M Qp1';I 'ȦD+I2E4PcNF&`F8y#MvJ0H`"ʬV%4tu@u'Gq^QK{. Q+0iDH9 ˹E1JN\ș Xh^ؓɕ*W̒oj-r5[x`$M8l2wJϷvu`&F{RX&3xL,OL[Ň2ݯX !;3,F4OY:+y{T, L.+τI#6)U6P%G,&55[Sway~ (0.ov-bɩeRFGkj۳}Ĩ*P{Ftmr*Yh}|IM¤.YgU?ߐ]cPъp|3ãfKmX i"&$<2Wœn]]DB`M:}Qkbj'){'\1$;ZW6tCz xQL*cKqgl̰r ,H#@0.YA\Nj (e5+>ז$bdؓ5iiBx z0׻s.`/FC}'  O dldK77k 0vLf Utg%H%wter@}Dc8DS%sX7o{ 1IrRzz|4|W~<[﷩O[vcz ccv᧹6TGmyk_ϯ/GW[`Fg<%{fE|%Ĝjo0M%3n _~ ưSvO9 뭿clP=<"YJjj|bdj-n{(m?u ֫-Ih9!2Ji=T*I-Ý5S' a3 bGLꏶxۓK$g'0 ?cb\p 0ϋ0N`;&s`QX! r I2z9p̚ dVO:/΃`apK:e𚩴f*bqM~C.HD㳔9Ј 9ssh+ѯk'e1ZBIPm-\ٕ'6;6jUN p`1R,VB/)-ʎz|(egǃY3Lvx)꥓򆉙?aޑ\pQF{0^A=cpNIuZ[3!8vLBǞnkoVQ-k9U~# zW2 ty:}VLe 1κwLWo;S^M܇) dNfafk C .u(, M]0Z4kԑ0=d&r+6&*uǠ^bFAZ;VY+i!Qy[|}˟fV?X oO##D-HUąu&KxdS+bsnp X)+ђGJO6LÃx|20y Mnc- )Vsȟip|&5RM{S OόJ24 Uڧ 'S VBk^>ǡzT5 9$Bsl5Փ0,p"E_l.{j$L_F]^5'W^& Sh/ILy-'Lj .#6iܜ"(#F ar(C aTR(P%ne)GnPRD "S18chui*~Un<ݮu0nfl̀/`6 Nj^~A<ъh ޿D[=a*a+\P?>ά" evg)o& S$K_ u'Xz%nz.g Ԭl8{0t,L%P'j;LsektO\) o"Z d ĩ!*vm!(6=mZ@qwHx%"O+AFtapM,q+!K!,* u/h)8M.B?uYNa' *4 aLB q[;*7bTmˌZ(mVmFb#/ŎVc@QP1_zd֊ՠp,4OFJ?X?oe~D!"l8rjU(M\ aظh:– f^$5/l>-(Pk@ߌk 1'HdGq 1i xprLQ z~vKC53κon݅%nuM]߽sXg1ƴlJct }KM_\:Ufx4TAP +dFAN~ YbXӂ@""/+.A""iƉ-$Cj lRһ26 Ô/squ_!(6}i `*fYYlD߈SOW T/5Ly_Tev)%~`0iM:{~6/u?a|'n9o #G(SL>AtwL/A#+qDPmzx܋U/y\Ỵ;_VUy6?^ئ (]U2'PLe:G%ۛ6/RKS#+9Zp7q:^YHXf.ɰ.d)]bb$7 >WB혯AvDN% Hsr3^Hi.UOTM쑏MK_qy;z6'sw{Ay7 cTYݒ.4ȵ;ahNlS^e |ѭ%pĦݖu3-fWCa[ކ4M+ߴ2ѿ˒=//O "36%bǕ;Z/' #ŻiQ¢ 420iN۩u}PKLK9BMsSs)oI02y` XOIc9 iُt4mX^h){Ԩ}8,5d;9L׮?̰Bo3vҫφCzJGhX g;MOm}^՟__4?oޟZ=2LIj 3n|љX[}x#@)^-nf2ޚEvXe&n1PbT ~,1P~H͗K>bhR˜2K  Y бrɃt8H!X)ˁzI1?n "KUM0O|Eo2P[B Z ͎ЮV+( /=##bp)vNRy;)ĥkY_W  z^℘5ND* ,itϫz^mrAUxgRŒjIPf17\c=^WhYfTpgXҲ CzZuHj$ =W ="grjAzVI:bQNT$w oHߊ4 ~@{E cO? _crBI.ԧʫ|ZϫH<}մ5٘gK͑9%/0x%h1~Wb© ~Z}n-|m1m7vi3uZ#v}?6$"N0ݘu0m>Fm0El1f(`ݱGhΖ6)oH:M`:8f;y7o4F-tqliћ[ 3V;~GZI[m M[jѭ6&jVCzl5 ώm4b l ~ݞ6Q6hy)!&(s;M!1O*YBKZM_<#܊/V+-E kBH- `2w"Ѕ~J-+,ɟ1 Ȳ]r׵ܸUOZ=eߔRfp9ktA)'LfTPŤe!Ҁ- wOT2SU%&mOyɃՁ9dϝ5hFM>zIS2roqx> T?𵄒&xr z¹Ɨ8 %*t\b,׌Z5Uԩs }C4P'`PMgCyD^apފ`p>a,4OFbL/ܟ2U?bzq{Wqƣ1)6(ore0z} |_dF=Tf2e1Y  .y-n/Lxiw斗Aʮ5U}0[`*/Uo`}6+ވ;3~?Aﷹeѿx2*.1V : FohGK_yRAy[kW}˟&V?Xq Y~ՋzІFɼ]p_Bătm-w08r明7J_pi`߷7<ҙ1sHDP }{ Ӫ¾A0_4|7;R!p K6Fb|?Acp/@.)#,18v§:HC̆B:yM!~GBZ_q3_1o QdH<#`51 $6``:ކghx v*8^S6cpOxhQu8 \1z8!؝)w*,A8v%m;8hT`%2a%bH{gj#Xވ 0>o4 HT7LѷǍv""6hiOTTQc 8ĝbO=Z޲)N8_Ӝ9™󎉏230{~NdP=ǧ JkHNchRB%Rm)+"u RO4x`y08H1-l],{i%lH $'D\]#PJ6@*Ք=cns;^6%i&&᥷) h/خPm%Hΐ(1Wn$fo5ZK+nXsD䃉Js[D9\,a`{ ]0rl>qnDt+ 2o:m Z"Iͪ'+ .lHG- .[/Z AWC̨1 qw^|x[جõi@@$ 79!ur"n0G&fOf40\g7EEK7ש 3xbzFa z!4TPQazĉTEvu`&ϔ7kOR_wnϰ0t&Ih9}k3 b!k1\aR8Q0fʫlQ|P c.R+$Ozzc$h( L -D%+8kU)VRrz OVM Ϥ:фobpo03L;L KDžWMTߩJЋo?rVs/e[EX[aSw몮h 2 Y/βs{ǫZ3eᚆ󎉏ẇWZD`Lӈ1{TFrOpP?Ǽz\`.O`:-D﷮ Zoa+VëAǠo,F'm 8Br@0 bpv]Le+k1,=*J+ޭMOaT/àuzkp.? K8IYN^]M Ǭ0ç}.eZb!v[:A=\&zG R |e+iɂrZQ{-,03E PNׯDЏʁR mIx7a/9tC\>|+etu% b<0j{R2Ws8"z Q|`-8R1v$d.{B|:_(m0B[ .k76;U% hP a 0H /yJnԆ{"h0WG+^6n>L pP[xC3qcS$KuI71 c\k%.Қ71gܠ'q0 0>  qs`H~Wv[?0[FͧE ^ kJao4]կ[R//.j<W۠bsڣ |N T,%E-09 I.z`nл%Vӑla$*CW!/9mBat #"o 03w,oISkj&:DX!vd@Qca;^M%-Ϊm7&z[Kh֣'`?gO e?TBth\ qTb y?qCa$p",7 Et HL2s!(@@*b`ә·#bG,C1 īI-R{?KܒӺ 'v@* 9t@5J Y!p_~=V(.6@Jkn:@)e"(Ho`hr>˫l}kYoxUyӷ1!cߎzcRqy'[2 A86UEt6j˔3/Y }:E=x B5 [-Іhb8\Yx{(xЄ1XϷ5?Νu\h0S&Ĝd2'x_}ˈ*p`i xM}(Vzy@m/%Rpa/]:VmUјgRFcF+a+}Oct4}w+]x8rP~ /' <xͲ!kV# @#Hu411u^谡Yo!ch@+ `CU,q@"a @D] (.[rLO<^1 xlW2`-;y^M j|+)inz725֌GbФF^ 2pÀ`a2?t]cqfDDdvdp2dPF*CPro D  s"o~,i2@պصR 1 7bpH xzPRtbf_x`2~-,Z/qa'>4J0}z[.{FzZ~Ymyy&nS`jv*q;. _+cNv`|` y9|,+kExǤ}'{^*cWbT&]JF[{?*y^wE{qq^z0#Jޱ0Cli@^oͨar\zny J2_ި; k1[DќʅvbU`&Ñ>.&E?X}aD?=OKKe D'LW[=-4fp{$갋WD?pOQ3{"EWzW\[!;2+īūc|c̫D'LJwCҤ~!A, 7ԖôrwJtӍ"9 hTtdF]q51Q_PPDc|dHQC09#h[eOY:%|OPW}j} :c`ޞV(u}ћx#n E]b5aDM(`dk0zB7\A%x90rTr 2Z-QZ*Q{T[L @DXX:!"[D[wdu1' pv;^  gbT(?-wO4pw7' ;pGq2܁dᔀ^x(}0BsÀF6ҭ 1|0Nb.z3:v.h\ygWߑj1t ,7BGg맫J=%XJZ ! YYq{7` &\;V'12 qL [kR! qD]zeJaEENUG!LƔ( VBQ> )Nj[G٦`)J uŽbl_h锹/9l括's=3#xsۊwγ/V^R aK-(˲9p*K~~[95;BuO(sZej>+L,7c8pfڥ Zhs +Tso53Zi:.ū RڷdcCf'>{O96}G|Hjڟ2k5޳؀bu9I<\hr7sʩ,jVȷ ,^к *2xӄ]5U%^2׍z+(h,GKvKIBЏ2~oDSX& +n@<3‚R;)PƷ ٗﳽHx6@9$aF3 β7D3$Q S?l1Ꭰ1rn&W 2!ed[H|u,'m%zH"I3.Hf5vw8p2ʼn]ydA?ُI~I 3G:6|E]8ޢ Xx"b?m͆ZcqPzA]*=bM(hN] 𾔯s\F/-ޢQtD:Zpq2i_߂q 1>>uTU.ȍg x:_n[c}K[_6q endstream endobj 397 0 obj << /Producer (GPL Ghostscript 9.05) /CreationDate (D:20120528191506+02'00') /ModDate (D:20120528191506+02'00') /Title (abstraction.dia) /Creator (Dia v0.94) /Author (jas) >> endobj 398 0 obj << /Type /ExtGState /OPM 1 >> endobj 401 0 obj << /Length 1973 /Filter /FlateDecode >> stream xڍv8m"ܔhFvܖu"! m.Z9BP{#>yiY#h NN0߯~﹙Ԫ|ة}$ C7DQq:]ی'/3M`_W78O'^(I##3$r\*ojklgyl7uʱuo Ë=%g̒#6Yonz=%SU.j͛3@AUaMT&5<$L}7J4v$[/-M=g6v˒9_9=W;q&;RTSe_h+Di;looZU1!=C}^au rumux?[9DBmLPAr0M:O{Y߯w|X%^s6Br <,P _Чa~F5C+w6.9uLύ=oܦĽл)vpK]:W2`f:)87jR7#yL{b & L8⵵8ܰ&ÛN9hy 4|NJ;D{, ѼUYzpRI:E"!qCZf] &ɨ-.~Mk Ԑ lB [A[>4 /;ڿ1*׊i NeG1 %ƀBsSKl rXvWS$:iqFy^w`}Qa탗-xCzeþK$^ v/2f;]a8 }m ѱj_n) ]5s*PU8}WF#D( WS$ѳEуxTZ, .m\ A s?Wq:3d rM/[H9l sHkjs^}H3^P8_r\2<IS]*JEl~ݠ Hl6v Gsx[@Uz'˒^v)0Tۆ0CxᩔR䥑h1 *i^!n 9[ h6˛Ғ^<74 64i^ &8彝W躹G\s#Omhw8aD΢قVJ|O+![;lnT3X|ޜQGG2M`Os u`Nzw%6*.z2F4͘X28"{iDĸY28-:Q&h2 +nG]CXrpy(hVw La|hRѰ}R*YC b7IEB#VK/ ڜ Zx&fqb E)GSEӐZS"l3T0rHN- X@B٧;LYggh !w<)?V\/AIkD/3y@b2ntFQ=ab (2 2EE%>rJ> endstream endobj 400 0 obj << /Type /Page /Contents 401 0 R /Resources 399 0 R /MediaBox [0 0 612 792] /Parent 9 0 R >> endobj 62 0 obj << /D [400 0 R /XYZ 90 720 null] >> endobj 402 0 obj << /D [400 0 R /XYZ 90 391.692 null] >> endobj 146 0 obj << /D [400 0 R /XYZ 90 174.636 null] >> endobj 399 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /XObject << /Im1 396 0 R >> /ProcSet [ /PDF /Text ] >> endobj 411 0 obj << /Length 2613 /Filter /FlateDecode >> stream xڕX[sۺ~ϯP3&-\H}iR$'֙vET*$:3\,|X1[eYTؽZx+B` G^ݾXD"XԪ+xR*Z]3ˠy諶q,D^_VîzsҬ]emg2A fq%PHU 6ukIwUeR)q\}j=AwO<I_g*EK9QׅST`40/g]&h x]7Vuޏl޺[8fs7^Ğv=ݴ5m{aÒ9-3%d?; ;0}K< 4Y} Q5e6jkvꭩyLG(yf=xrn"7o\8,3'TZ+L5 pOx3OYUH-Dě m0̱O8M(,0BwYwvN tk"_&Axn_<MNh{pEϠ>=4% t#=Ad~d ZFI> [b &eFGsxПfTRHs>3Tg>s) ],,>ܭaL25ծ!(PEuqGpL}5\NxSA`\!^H4p+\4P(k) ɾj>#+'؃ 9/dL,_~}80ŗۼЋ)/0fڑu {ύ#{냝9sGV9Leu*  :Gi;o \zA^|ڞhߵ=u2. 22" G`?靧ѱ5bw !_|NU5F@^qStO{Q,r` fn8me: GZlZ0MUlg@"?ѦCN4?qp@g3T>SYH 8T~"R/6Xfg)9Tqbu(\29>B1_)~"@f'y^b!KYǦ MNgŃ=EU# %KB[Cߞ!yz<8.c';~m8IGt?$f#.$<+6߷BZA>AB)új"O7T7p_k8`N0o%}֨aϾ^CV5t}+7Ef >)O1#jx7q}=)q+>#afy䩈q HcbGrׇ#S/mAi ֌͆d}m#|H\^kY*POs#Ƚ: ]%cIɆ?)5/,2ևvҙqX%%%ő+xD$,"xyG/O&q{JfmP^U]+zAUwWWs?5o endstream endobj 410 0 obj << /Type /Page /Contents 411 0 R /Resources 409 0 R /MediaBox [0 0 612 792] /Parent 414 0 R /Annots [ 403 0 R 412 0 R 404 0 R 405 0 R 406 0 R 407 0 R 413 0 R 408 0 R ] >> endobj 403 0 obj << /Type /Annot /Border [0 0 0] /Rect [416.763 397.129 522 407.129] /Subtype /Link /A << /S /URI /URI (http://www.nongnu.org/libntlm/) >> >> endobj 412 0 obj << /Type /Annot /Border [0 0 0] /Rect [90 383.978 216.327 393.978] /Subtype /Link /A << /S /URI /URI (http://www.nongnu.org/libntlm/) >> >> endobj 404 0 obj << /Type /Annot /Border [0 0 0] /Rect [176.574 350.009 363.775 360.918] /Subtype /Link /A << /S /URI /URI (http://www.gnu.org/software/gss/) >> >> endobj 405 0 obj << /Type /Annot /Border [0 0 0] /Rect [271.573 303.191 475.975 314.1] /Subtype /Link /A << /S /URI /URI (http://www.gnu.org/software/libidn/) >> >> endobj 406 0 obj << /Type /Annot /Border [0 0 0] /Rect [309.474 243.223 439.162 254.132] /Subtype /Link /A << /S /URI /URI (http://www.gnupg.org/) >> >> endobj 407 0 obj << /Type /Annot /Border [0 0 0] /Rect [455.116 182.561 522 193.47] /Subtype /Link /A << /S /URI /URI (http://www.gnutls.org/) >> >> endobj 413 0 obj << /Type /Annot /Border [0 0 0] /Rect [90 169.41 152.999 180.319] /Subtype /Link /A << /S /URI /URI (http://www.gnutls.org/) >> >> endobj 408 0 obj << /Type /Annot /Border [0 0 0] /Rect [231.667 76.779 443.574 86.779] /Subtype /Link /A << /S /URI /URI (http://autobuild.josefsson.org/gsasl/) >> >> endobj 63 0 obj << /D [410 0 R /XYZ 90 720 null] >> endobj 150 0 obj << /D [410 0 R /XYZ 90 466.861 null] >> endobj 154 0 obj << /D [410 0 R /XYZ 90 125.301 null] >> endobj 409 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 417 0 obj << /Length 1322 /Filter /FlateDecode >> stream xXn8}WQ*VÛ}k6b.BlK8EJ|4 "F"g^?A/dhzEP{qwyZϏ_A@t7zMzyi3ߓha^ܿ#)p_+1o"W3Cϱ` RS\HQDm;ZLl'#7&K|m#W&sQij4VX!E4 uu`NnhMY~/?OaOtgb?.nSߐ0JMMw2\a;<~>hѐyB' ؞,Nާu;z(*ƶpϰH%l+zP;=UKtmu$[49.?Q꒥8E3/>iYw΀Ts^KwJoo3`2~}aWD+mܝG5ItTaإ3t׎x=9E@q'p=l5qWJQҶ YM'h&/jB_Ҿbh*:\O# >ⴶ4j׌q5ѽӖ<ӝ& "wI.|V5%ot Roz5Q`aS}'3 VdoᢝK9V 0y (DZ9¹?蚠{T62̢a1;.j_V;ܾRRϐ /W4Ү@o t n~tIDov>{o? ilĕ]_(<eO_ZsNC0VR6FAaئ񙑤Ú$om (Xi*[D]E1W?K endstream endobj 416 0 obj << /Type /Page /Contents 417 0 R /Resources 415 0 R /MediaBox [0 0 612 792] /Parent 414 0 R >> endobj 418 0 obj << /D [416 0 R /XYZ 90 720 null] >> endobj 415 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 425 0 obj << /Length 1953 /Filter /FlateDecode >> stream xڽXKoFWH抻\|ji-j==JbM )J kvJ.,X$a(2.m "~B>6^~ Ddrq+{]~]azzkyoJ=6KEeS#IE˿~zxk;OxZP2K?c_ݾfQEr,R/| %%ss3xJd^^D"Ĉb4*NAl2뇺y` W5H-e#ohF1 ^t6Opq2p HR hʀzp6+\G+ 5̨ 4IFvp@# Z AejD(| %B% $p99cX3¬EeoXTkS07mu/}++~kZoҥ {kZĬwmڦMSRVt&$9lYq6>N~ }920>H)p42n ozP7!I ۟r7OmdM` |&G<3̴%숪ʎ4 ە*rk $BPBʐ{c--pI"og؁CT*/.Ɍ<Ϡ g"L g'q~G G֠9nM\JY*YUD0!V"5dK̴ y^$CmwwۺM=N@Ta,'F?gʁGil `k6 sT=g٫a(uuEelH)6&b|m8"{j5YA 7ݺ-v@ hQh}GmnX*xXsOܞCc: FB_+qx~U.!OpZ!ҝ@_ 3dszӬpZtJzo1._4%n $uWnsK'5ǥ:/:LfKag>ЁQwBS`eFy 6=.`j~)LPfRڡ0 ص9gD(ujND>eF`QR"&P SC@.ܘ>4Xi&?;e0sE9}Ĝ>tҨ|-GcFG!bA>X*:sGuҺhN.w}(ۦ>XnX7Hu">ǬSgvtfL7cƯYnָ5o ;e c%m2b+V}hXac[Z&ms=יOLmǧB"罹3s?@+K/_%-ٜO)=̐iU'aT90bl]_wM<:^ 3J# :[)SИyY/ p4hh؆84 *_ix;+V2.ckٚ-kdjRX ($EJJ$*ꮇs=%d{ÿ/aW=͈7k{n\0 D*Enu}ΔI$0`~@)5> endobj 419 0 obj << /Type /Annot /Border [0 0 0] /Rect [137.113 435.887 240.203 445.887] /Subtype /Link /A << /S /URI /URI (mailto:help-gsasl@gnu.org) >> >> endobj 420 0 obj << /Type /Annot /Border [0 0 0] /Rect [424.637 422.736 522 432.736] /Subtype /Link /A << /S /URI /URI (http://lists.gnu.org/mailman/listinfo/help-gsasl/) >> >> endobj 426 0 obj << /Type /Annot /Border [0 0 0] /Rect [90 409.585 273.271 419.585] /Subtype /Link /A << /S /URI /URI (http://lists.gnu.org/mailman/listinfo/help-gsasl/) >> >> endobj 421 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [231.03 140.001 390.818 150.91] /A << /S /GoTo /D (Bug\040Reports) >> >> endobj 422 0 obj << /Type /Annot /Border [0 0 0] /Rect [104.944 76.779 265.306 86.779] /Subtype /Link /A << /S /URI /URI (ftp://ftp.gnu.org/gnu/gsasl/) >> >> endobj 64 0 obj << /D [424 0 R /XYZ 90 720 null] >> endobj 158 0 obj << /D [424 0 R /XYZ 90 484.409 null] >> endobj 162 0 obj << /D [424 0 R /XYZ 90 397.413 null] >> endobj 166 0 obj << /D [424 0 R /XYZ 90 127.829 null] >> endobj 423 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R /F64 13 0 R >> /ProcSet [ /PDF /Text ] >> endobj 431 0 obj << /Length 1871 /Filter /FlateDecode >> stream xڕXY۶~ϯC@Ѿ-]ҦHsdEZDDf2=e37yx;MMl8feRlU`WaC W7ot ps_7|0Bm8$FgTaȾy^W?R(zzH~anɊqBJHKFh(&`Sja=ӫm nۑq¤GxVٙVeƒ$+>u㇬`3\Ww”E9dZ,ʢ&%*XgBifxb'AdA~mw' endstream endobj 430 0 obj << /Type /Page /Contents 431 0 R /Resources 429 0 R /MediaBox [0 0 612 792] /Parent 414 0 R /Annots [ 427 0 R 428 0 R ] >> endobj 427 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [333.121 334.431 514.727 345.341] /A << /S /GoTo /D (Old\040Functions) >> >> endobj 428 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [360.551 119.974 514.727 130.883] /A << /S /GoTo /D (Mechanisms) >> >> endobj 432 0 obj << /D [430 0 R /XYZ 90 720 null] >> endobj 429 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 441 0 obj << /Length 3106 /Filter /FlateDecode >> stream xڕk(1W( $qcq wQ$J+9T~o,ERԹpv=l_ëg\@tG_><[+Ka7&~v:dN7w|qA輮TtM}3]QWR:ݯ|᭡R'{j@H? &K|f&&`[O(pʢBwD]MæN}G𮩏x!T 8۷u+}\"y P|J+|>)!0RpmeQmqUn໢;_:v zAedPgi|hW6}Q&Ϋ?oBm'D[T?v-}[T#9mw *>+L!6V ueU|@XK3`(MɊ2۔v#XOXD@cPEk H(tfv;"@0ѾkMbnmJ~mn nɚlsQǐi e$~d-;B_2ы Ki]PaBғ0`U*IG=R"@J7 d gF#4~:6C2˒JؑSX#4e_Л_JA$;v;";\tr㯌#2FgTO b_3:ї9Q(\+eIc7,ub;CF ppՒ$b~ƢD Z_YXR0[deL_B~Ns5AX$~~IWPuS@e\"ůNٞax%@(G{BAf$ w`!^Y"{9oL\ﲾ 8c ?Z < J$3q`yCBc`.X93/ȇkcPӣwG5p>1g7U"9y i.Cw,?=yY^PF+gEQ4fNt$dYed O#~ e-d@Q49נM]2 ~ F15䂟zPɐ0oC7j0BálY!?MD=vXcL)C!;`NHZN==p23Y;Rۧy,|[oR J^/Js:> wJVG>pҏ! =AѴx0v򑧤r)#^'[&ζ)6p1*( I@Hbo%p2VA,A>R`f?L8Ki42~‘ #z9˜88*_;b%JZn})?'E:DKYn:pAI?9$y334'RڿY$*DT ?IǪ-PQip 8`@hm748e0}֡o'DԄ_l KD'}EtH{ 9y Mi)aoQ  cszdF)dPag]iJ()g]"ԴMBcűFy [-̴BzۃU`PƼ3:{@lPz+/V~j(d{I2ѧ:3!Dmѐj 9N< 'U3OS 4M =2in2 Xc0qF'ȱS,~xhԒ 8B4n6x%}9Sa1LhC2&W/GtzuU]torWB  /=_Ei7`MR䏗Hϗ3/WzA5x0Yӌq!;h2[C40T0- o0/隬|PϹY P(KUdx$T51D{(`v@ӓO G:[1j 0;6T AR\Q)ٽftD8šB4f@YbR)xyb,̱"fdߨԻw&Cj߁S">d5_4>P96AZ 7aj`DB|ܮՌmN'f=|}_ T%p"IcP6|MWD#T W,tQ` ;1ak/ !b\CM{B7gh|$ I7Щw#k@65*a~zܻ9ʾ?n(Ҏ|hZ7oC:m>%A %\ˢ>#^iA^!kzeyS: tL1I5K%oڡ ΘrgwSŴ3ws#=K]N䍋LX xd%I8V0a>ʶ칟'n̩X\/mqwNi;/rokXHmb히dzJi~ܝ n[x3Di;z#E'tޯ!`YE!5(>]\ Q8=W_$=R ϡb43Fz;?4xPj(hvVh@)b/uAg}߳!}*-«>R /vu-_Q_/>4J> Z~6ps? endstream endobj 440 0 obj << /Type /Page /Contents 441 0 R /Resources 439 0 R /MediaBox [0 0 612 792] /Parent 414 0 R /Annots [ 433 0 R 442 0 R 434 0 R 435 0 R 436 0 R 443 0 R 437 0 R 438 0 R ] >> endobj 433 0 obj << /Type /Annot /Border [0 0 0] /Rect [401.729 626.831 522 636.831] /Subtype /Link /A << /S /URI /URI (http://josefsson.org/gnutls4win/) >> >> endobj 442 0 obj << /Type /Annot /Border [0 0 0] /Rect [90 613.681 152.999 623.681] /Subtype /Link /A << /S /URI /URI (http://josefsson.org/gnutls4win/) >> >> endobj 434 0 obj << /Type /Annot /Border [0 0 0] /Rect [213.485 583.904 312.388 594.813] /Subtype /Link /A << /S /URI /URI (http://mingw.org/) >> >> endobj 435 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [111.879 570.753 342.697 581.662] /A << /S /GoTo /D (Downloading\040and\040Installing) >> >> endobj 436 0 obj << /Type /Annot /Border [0 0 0] /Rect [424.637 554.733 522 564.733] /Subtype /Link /A << /S /URI /URI (http://www.mingw.org/mingwfaq.shtml#faq-msvcdll) >> >> endobj 443 0 obj << /Type /Annot /Border [0 0 0] /Rect [90 541.582 261.816 551.582] /Subtype /Link /A << /S /URI /URI (http://www.mingw.org/mingwfaq.shtml#faq-msvcdll) >> >> endobj 437 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [142.174 469.18 384.142 480.089] /A << /S /GoTo /D (Downloading\040and\040Installing) >> >> endobj 438 0 obj << /Type /Annot /Border [0 0 0] /Rect [324.834 371.083 504.98 381.083] /Subtype /Link /A << /S /URI /URI (http://eprint.iacr.org/2007/419) >> >> endobj 65 0 obj << /D [440 0 R /XYZ 90 720 null] >> endobj 170 0 obj << /D [440 0 R /XYZ 90 672.56 null] >> endobj 174 0 obj << /D [440 0 R /XYZ 90 335.631 null] >> endobj 439 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 446 0 obj << /Length 2589 /Filter /FlateDecode >> stream xڭioF{~0GIim aLDpH+·}oސlu9x5gسؚb/%g6 >yf}&l4G;O}f[,b{\Zߍ׭hMu <߸,h؄o%m^8mۈXr;Ý vĢYyv="Mq g}ìs==/[Gf_5Y%/yokKs!7d..kDDz 冄uwFi%Ukw47>`jquQ;`f3}m}28۔䲠"f7l?iep>8=YgUɲMD"Ai mo^ѮU*"$j+ڬJ_\/MyRQ6J/s? m^nvIxE2`N"//&_mfn< ^f`|u՛?Iv8_,.X-W/]?vGE;m7flCyf),0/eN¨-<le磌*NgӏLJ8L B;.P!^9aS\LiqR$BJU* *r\I9 ~C$?¾C"%\u*ЙnTo%}!L“&PXS@󣁓 dr)PetE)U }94m'f`w$7Bǡ=}A\"aLmMS5ora7*:B)&"MZG#S6Uu'-M4*st+5{SMN` bM%&4= WEbW-:d&XA3FeNsKpȨb6X%عNΡoui XՏg9z?8SW+H^WEA`mpޱq$XBF  z`-dMFWqqq::/U$Rq' /s={F&o:)joy^&ߊZG!XzR`aX:W ϸI˪ Tޤ;c΁Ѝts! 4[@C<@EkGC"Hyh1DKt^(5 jHe9RF5Xn2^+n>b4c*uԔP/F/G32I`GTxg}k)߿hun8z{~6߀U:e-pz Z/XtDafWˍ+`E=ؚ|^+4'*CTxo`ZmAe':sahyma@هzy>/'A?CVƟ;zR ИG2DUzSHPbSSխ%4l01S>;cmۚQ@c, }; ?|b5pLuoo|5{w+3G;˛N!T;Oq3y9 <þeoq!9pFBcb1,BNw,.'dyF#'>-e*a`%}I ;s FE> Yc"Bzqe\GZ@RR])6H5k[6\ V?)oSKѴ:ѷH-ARvRV=ѾWi]Zr|x{dC#dFg p'yHf➬y" endstream endobj 445 0 obj << /Type /Page /Contents 446 0 R /Resources 444 0 R /MediaBox [0 0 612 792] /Parent 414 0 R >> endobj 66 0 obj << /D [445 0 R /XYZ 90 720 null] >> endobj 178 0 obj << /D [445 0 R /XYZ 90 159.345 null] >> endobj 444 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R /F64 13 0 R >> /ProcSet [ /PDF /Text ] >> endobj 452 0 obj << /Length 3002 /Filter /FlateDecode >> stream xڽZY~ׯ7sѼĺDQ*A H/;,19Y2@Nu|T_ME^M/Q'e0oLyAX M^#>S{EN7Iqk,?#̘/ZW-wzV5Hߵ?B; cgd柢9.fpz-}Ś6p |Íȵn[mȇBDRA&{ܛn)o* h7L0иv<כȔ±G-4X' \U{fB;N]\kB}=*Lw^QkdpWLic,L+E.g?z>a"auMth7QPQ[ cBþ z !c7((/^b&gխpnh/S+V 9g@,85ܗ؀%w֫t( {|1H"(Avun %]1 R0$n(/'r '5s諛i=-90[X&R6184/kiЃBpG3=`]J8M w~ 3bÑ\`0_VCaL'; sߙ _Y^pa:,.ZE! ?e` v~Y3=zh dk?54s 7*T0Jb`Ї %|:v`Ϸ^GZuXx/\Ï29$"E)%"R Ü3JCȹޛ^Ҷ1[=i3vUK F*ܣ$)?eqn #R*H#rƥWY\G1A4P\Uaw+S[ۢ,$3qVB$X{CPdLA)0bH`){ƛ> ٸڵr)ɳHn*c8/H^,qћmIj0.*ےL5-{})ƳnaJ#3Uؠn˲¼ZFP`Ye-P ]A͢on 3)f0193?y5@~RͱKgfCn$Nx / %eIPtNP8P^5TLSP6ͮM XbGI& ][?0nJC.rѬ9|ًivXBTΧ) N"CP 0+1Jp p>I@-sԢ.;|}Ǎ`!{ TIF 1|O .KM r1lzaAi_T7i0:2Q_Cg!dZ9^\;]{OK"Hy~{ԁ5;( DOEl ˠ" S B%e`g\2]2.zq}K~'A@)Ts)?Nb$.f *F 8}VӔߐ$[/'_?oҍUw |Yeu+u)WuΖE^&p TQPB&w>t4ᷧZao'Ћ@0ۮP f7]qjRK׳"^"/g5naMK%rzE`&m> endobj 447 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [441.809 451.391 522 462.3] /A << /S /GoTo /D (Bug\040Reports) >> >> endobj 453 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [90 438.24 168.355 449.149] /A << /S /GoTo /D (Bug\040Reports) >> >> endobj 448 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [389.056 309.592 522 320.501] /A << /F (standards.pdf) /S /GoToR /D (top) >> >> endobj 454 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [90 296.441 149.782 307.351] /A << /F (standards.pdf) /S /GoToR /D (top) >> >> endobj 449 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [345.828 267.567 517.758 278.476] /A << /F (indent.pdf) /S /GoToR /D (top) >> >> endobj 67 0 obj << /D [451 0 R /XYZ 90 720 null] >> endobj 182 0 obj << /D [451 0 R /XYZ 90 499.913 null] >> endobj 450 0 obj << /Font << /F55 8 0 R /F64 13 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 461 0 obj << /Length 2024 /Filter /FlateDecode >> stream xX_ O1 'X%.EmrH!;Z[3ccOeeA{I&A}("VlB<ܤR6Yv!g|'=qa}RJ/zo9im~0D}w(VY)d*RY֏f V,}Ҳ@`:kQ5l$éUcxY5gںnчfjL#2^~ fΐ/7M%u A&TW88q5#rՃVQNj]|M?:73Rcy?RiRqݍtjKO9W謄ȉ`1ZR%J( T# A\u C!9';R$&Ttu5zg'71sCF˕+s +Tn4L92x o&jÞ%β K!Oȳ}:8@a>AWLw #iU5E}.`C:f׆lȟϝh#@GAm1b\BI쯫~9ѣkA esh Eޟ8Y;Z>M):>2՝ "Bn4B`2:dEC^nVɃ,3Y=F#cvZv}S-oE4cwO'>벬(nn :YW-JExRkJ7րHeMX+iMg{%%9$' #u\3cIf_p;Y~N 7KC^EpnDBA y 4Jf,9mpu>2߬QtQsi|vppc6YhRkaID1p=.Ta,7)oDJ'^r%yono%$f[qPa2 K'w86uc /NF ?9 6<]L2+4#2F%lǴryP> NYZXSJ2JRe|@FbMKd‹}|4`@Uukh447`dmc䉚qɢs9-+Eë<.c t I&yJ_ԾȠKJ9Uӯz8`C!v_Y`Hq'}?ѻJ*^<=\dE@ԟ^tͰ[|ʯjM|T[f݀Ep;VF_Xmxd岚U}"q [!U܍1Ȗ뭱SP%ӟ-[$7ϼ^ |YOφ,3JK?@+b`0]A#Kf rv=cI8eL2 ahMWrAha"4-lO1׆g^gdJ&YqY&ޭ{_$ H2 OךBjih2X3=+KML׬qko#2C\@wݺmkخ8D-. K0yz; `\^ endstream endobj 460 0 obj << /Type /Page /Contents 461 0 R /Resources 459 0 R /MediaBox [0 0 612 792] /Parent 455 0 R /Annots [ 456 0 R 457 0 R 458 0 R 462 0 R ] >> endobj 456 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [352.909 583.043 504.97 593.952] /A << /S /GoTo /D (Examples) >> >> endobj 457 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [174.053 389.054 359.511 399.963] /A << /S /GoTo /D (Global\040Functions) >> >> endobj 458 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [454.879 158.751 522 169.66] /A << /F (gettext.pdf) /S /GoToR /D (Top) >> >> endobj 462 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [90 145.6 167.023 156.509] /A << /F (gettext.pdf) /S /GoToR /D (Top) >> >> endobj 68 0 obj << /D [460 0 R /XYZ 90 720 null] >> endobj 186 0 obj << /D [460 0 R /XYZ 90 720 null] >> endobj 190 0 obj << /D [460 0 R /XYZ 90 570.515 null] >> endobj 194 0 obj << /D [460 0 R /XYZ 90 437.879 null] >> endobj 459 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F59 463 0 R >> /ProcSet [ /PDF /Text ] >> endobj 466 0 obj << /Length 1283 /Filter /FlateDecode >> stream xVmo6_f 1#J,ۀKSon- Nm!zE'x,RQQ?jkydV9+VחG`%``Q˶yl5+%y{~'xIn9MivżlຟiH~lV6zq>%[D/vO)TzP:[*."b)G53/Χd+=r?U"H>.pN(Ϧ?'k3XV ?:&doɒt#Z1{!gx^}P uN 4'v\*)h Z?ˍ0Vuuoq]UN U鈄uOv!bx@-] m\Dʰ96G:!Y!_rs4}m)`h` CK?-) -_lВG7NyA@+Ӻ@ }JeD)*h1n- #SWL*vV`h'w^Z6&ڢ]HBsҹb @hGLBAԊ hI~hskU,+4o92T!|;].^ ׹PVԪQzfJnHs*ɣtA2}偤d,w@Ѐ<453PBqon t=t1: wta7 *yt=U崮.bL<=dN ß"Fؼ_nz6y{UFI ۏ;ڲRUw7 y MV ?eQ]i`"RPU5<% bQ}&+7=APԶ<:!.r)jj2_.o.ޜyohEiS-k&nkf @ %>LΧPz⇏}֗3 /3G3ٟ: =:V*փ,ZqRoO"#em0F4$Z!3ԃHA|pߔ^GfnQ`S3(=䆋ODwѮCAx7GFf .UsJrD=JP(ukAݭn¾iԾk"3Hh>Kpc`6q@ !¯k?4`!Lyx5jK endstream endobj 465 0 obj << /Type /Page /Contents 466 0 R /Resources 464 0 R /MediaBox [0 0 612 792] /Parent 455 0 R >> endobj 467 0 obj << /D [465 0 R /XYZ 90 720 null] >> endobj 464 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F4 468 0 R /F2 469 0 R >> /ProcSet [ /PDF /Text ] >> endobj 472 0 obj << /Length 2691 /Filter /FlateDecode >> stream xڭYK6W͈)Y؎ûbFRw :zxI>Wl~ y'|/ ē]yU[J[kv*0SO5'DwY6V1nIDrY^)MBPoA!WK*X[V%`-2a4$cg<8s@!~e?dƳ' 0[PiujJSd[l [\-fIޭ*ScV`ҔWm1e ƫ2E!4Npy|1}U;.D/zN_$.lWaqm[G=R8GU[iY9ٶ+?Cǧb?좭 f]d:P#P0kH#P=-dMx y%Wjҍ)Q.ؿ3XɳHd:^t~"K!1V3vaCI~{ʢrhGT= (4p%i@ N 'YBU(k!+q= 84va@z)]~el8 t_z=1?vAfW; a1'ۗ~-k)T|2tK؅*#,gr }uOb3nQ{yP.=Фӎ9!ׯH#8`8m6ձXTLGef@e݃LD-jS`$?p}`yqYw{y(ޚH&%jz~71ٜ~ U5) SNlRmb / 0J-eyRmɚ!pYٹjO@^icq$w0jJ82.RXsE3C,(`M>ov' >!3ѥ5Ԅ*X(JWl)v¡%Fj%eqD.^$2DőO*#UڥԄ_α)g]`?^?= q5 endstream endobj 471 0 obj << /Type /Page /Contents 472 0 R /Resources 470 0 R /MediaBox [0 0 612 792] /Parent 455 0 R >> endobj 69 0 obj << /D [471 0 R /XYZ 90 720 null] >> endobj 198 0 obj << /D [471 0 R /XYZ 90 644.124 null] >> endobj 473 0 obj << /D [471 0 R /XYZ 90 543.958 null] >> endobj 202 0 obj << /D [471 0 R /XYZ 90 266.436 null] >> endobj 470 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 481 0 obj << /Length 2392 /Filter /FlateDecode >> stream xڽYmoF_+ -|檸>C+gq7K2&\ ڗٙyyIOb!X*b7jBẀp֣op}),nɭwζj3!8Iz͚-j: ӻ:鄅AZ!埨} r%q!IS OHoNyŮѴVѕEXTShޮUmhh״C5Dx t FlQoE LfqxHʯ3) h)}.ܮ60 i3͑T%ޢu8{MfZ+r1K u3]I ä3"Hg8iMbZ SU3(睝LVڮ$YY~ m4묥+ZQ5"I5?AHR@ v! qs]&K 0)*f~N>@YC $ |2SdCG:>#lKEiZ)ᓦ)8Œ"eNe]t֤fUL CFD9FÈT=5F:f< c4`Q)8b2޳Z#AjEnS/BTtԄ1c %:UX{QAHAC|‡R@AZf=?]TRu6bjƍj̅Sf Fz]JkՅVW? Vdu~q~Ias Vh_j qaizڮ*-;M @ca%4^^zEp 6*4"@ @omYHu(/kR& xGȿ`Vh/Be_@]eMM<"jzI|N@G¸J_hXrͻa [nTi.ٿl!k0b=-.wVIzrǹhz1临c}IS2V 0^W$n_Rnp;|3~@t3 endstream endobj 480 0 obj << /Type /Page /Contents 481 0 R /Resources 479 0 R /MediaBox [0 0 612 792] /Parent 455 0 R /Annots [ 477 0 R 478 0 R ] >> endobj 477 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [317.974 505.507 482.393 516.416] /A << /F (autoconf.pdf) /S /GoToR /D (top) >> >> endobj 478 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [258.505 115.928 430.074 126.837] /A << /F (libtool.pdf) /S /GoToR /D (top) >> >> endobj 70 0 obj << /D [480 0 R /XYZ 90 720 null] >> endobj 206 0 obj << /D [480 0 R /XYZ 90 540.878 null] >> endobj 479 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R /F64 13 0 R /F105 482 0 R >> /ProcSet [ /PDF /Text ] >> endobj 485 0 obj << /Length 500 /Filter /FlateDecode >> stream xڍT]o0}ϯHfvl!dc=d4f* gtq`؅,5~PZ/|g2 !WÝ%ZbTa % d$CMӥ<&U%P&GᗙbbZ俶nƶ06U;3xckttP kQ4] jq-3!#jms}}&5ofn-*Sl-1jĶg\{$ 8 {ӼN Hا%}\^8ގm%>'e}J#lH-zw+Vi)V>KA놲 u,>s*5sy6CP7q`[MބPZ f,Ӝ6h迁>+-^Yy.2|4LN|8? 3X endstream endobj 484 0 obj << /Type /Page /Contents 485 0 R /Resources 483 0 R /MediaBox [0 0 612 792] /Parent 455 0 R >> endobj 486 0 obj << /D [484 0 R /XYZ 90 720 null] >> endobj 483 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 487 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./controlflow.pdf) /PTEX.PageNumber 1 /PTEX.InfoDict 488 0 R /BBox [0 0 1449 470] /Resources << /ProcSet [ /PDF ] /ExtGState << /R7 489 0 R >>>> /Length 33383 /Filter /FlateDecode >> stream x9vm%kPoF~!hՏ4$##~ro4ĹW+3Kg?/#߿G_+{_~ZK5B-1?J*lcSPNkv nk9&6}amj_J.kwݫ}}ώ6W._~(k]4̏cn;2Ȼ ҆h~:M?FuKqmA '˝|k5[˿<,7a{S&ה,$pomYSI_^_sV |ɖNK{毒O~>Og`SgyE]*:/9FgѽlD_3_"ݼ# .#4ZF>vSbH= G+4jE6=-pyp,u8JAJ91cZ,rk=yX~y뵿9+0ibV__?1gBw~zäz~=0t5Γ`rڥqh-_9aW.Lт@))g{a||[f #)#E W]w̥8(t1cnF3ctukc.y c'g+M  ȢHCPU{[YɉK0rJw31 ^;fpuyHapIK@@>YYStȴ~Lǜ;4=R$/N!#J[acKž.0tt'` Y\oy Յztq8%Hq6 33ypNLa:s0p?X0`)s{zv+pI+G`pg姈?ۑ69޵OUg8zt?e &76ngv3u:*?Ğ)(Pق16F޹ׅ̳u=>X& (§ bFrxZ ѥIϊM(J%" 2a%, sXSA.qHg7(4kQhpXYcyw̭cececz\x*p{}6Sh^L?MH(fз >k0K1BW;{)~qZL_Yg aGxh#9u3κg(OPltg!{8QWPi.w4;j~\̡63W7o#rw( J([d^ѥ X9d~|6$6ή%84a-+/2 ! su_ 8/.b %7f|(=Y&m2jao#60Vbң4[Hq:ߓ)d G}gw{RW.:ƷzDŽZ1p[}1nwe ?t{DŽȎC1˧!c@9G$anM#Kcy=PԿ7 (&]ބ郀TH\l)f3 _*QW.lbp8\zS N9"%|;e<-8s5sj9Z/{Zs]s$b<ť`(ڎT5蘧Q77x ͗~\oZ9p#SYcӕ;>C8LWc/ԏ$i51&+(}>J^udQ||a[src|qa;_\/-0r8Bv8j_KKT|/^gBXZ/\03粎Q.; oWn^.;Jdyn5pYG8/8ppqfem:ƿ2]yR @а!5LY5)&0A_qԛ7u I4\P"c#~T ggCGB,|d%?prdG2m=gt_u@rf(Dg\^G'Ni<ٛ)^A0,2f)Z`~ikcn-%vB 5bwu=gYGWSXc"]"30$RϒrFvK-Fc<Og:q0ؕ>k[1Xϰ.GX O j8 2U]QN #`OQf:@2Y Sp?[Zān£*uFy$gLy|K{Q69%˂ 0Hy ln ]<ҨipsIXڡHaJ;[½1JA?oz0GvXV{ans!'"C BX3c|jzb 9o9Xp85˗q8&dZ>C磙Kwa; S`9qj3pJPn!=18H/e6@P G-[~>T=+B]?&q'jJ%)C.ܜ#0)s``-qI.T)S8OűN"~.QR6r`Vl c4XY{m8m ,}Icӝ D?9#u^Rl+(IA3a|VϬ'x&G߃t>Q>,s^0- Z@ bV0gM09DDϓ~97(r CwC츊>vWwN svИt=jo]x(2̀[8raP" 0g-f9u`l'g؜(eY#O`TXpˑf?[DqC%zS6uߏc{b~nw̭嘅ףeTg;uzۣ=)f##b ]GY~,]E#2t#8[`؅c lhn]OV9 !3$&*jjp/˴>JLXo)YwLe#۲-9ZK =ǣ׋6}L_3dZP۟j>-yT|id9iT;z/?i94 n+K ӫz\6}`W\h-s!n 5dlSFibce89Ds>i.0v~/ ',8W#@a(vSeOKQŠWp;h~A6P~?Js 7n}]D)Lsk[VBnЕ!i]'V2Lx Mkqԍ $:x`b'RqhiFi6=^KE}  iI )jDq`M5n-kPͰH0SLy{0Sc63U1Qaz =kF)zt){+9j#Gw"wP`[ m y˔OnVa$<83V+pEkﴅ<e ԩ%?@ G9pOrJ=%;-J,q fdڗyXM[?)n] Ze*i{z 3 a;$|5Z[Qg.ͯ[ Sq%9Iix~"gO*M!:9a*JvokC'I R[.cL݂ڮXm}W]gUC "!auٶ߯+>0JD8UDqY0Wq*# FGcj^`?tEH?2#" A5F7:g8誈O-;&"aÛ@xDnOCwD9?0X !g!(+N9&'i_Jzbc&4**MG*1eրm&t"?H*ڍ)UF3kaW{)GOcgB5sL'zǼBy}|׃'7 * Gl̓5*wLz=RQ0Yz[ ƭh8w8r7ͳ׎hGvX: +P?Jn\b hWC5?qyn6.JB)ui&-}f?p)gs΃D z`>JUͳqzF^ISj(f0R|b1w.BS[b~.]|ho;2ŀF sք>m#71c6Y t1pKc"ikhF*rب1i@w!pY̦z wM+:%W1q(@s#kfsN*> sK? s0Nbd(;'`b QeDx#tߗ{uaNǠ GXlR?`]Fy014f *o*0.Q,^"2[h3 zi0 ۖ \<6l~8 Eþ E)9]!6 z  HFOƸFTqԕ ގt]u|!iN!wqn(=^م;|L?k 'ǭXN4*3 Ñ沩@/Q4谍P[F=k!9Lgm*Ĭ9c&OsyXMf`(4x)8.΁զd0Ɍ؈"AN҈x-a!72&i m(iCJytH0&v)0FXHT  IMFEv)b5Q"e0) lLElll'eD8e;F)R\;P6((al(e){KBLƀ#a| 1Jv$lz$lX "aۺa;B\/IϒAG= R@|PWydC9TK. 4r)UXrJ )ǠSrʖOfw`CK`w:?Xhv:Bi|=7aՄ{Fs? jf.(nB8# I4Camֺ?*P4Ϫ34_xS-8Ęnquir§|^0Lza.a1YOFks} 9 D>PJEȍ)5ܲ۫ˡ?>Q !4ep0LA/.ƾ&3: F*yvy;%b<4]B>p9-(y$̈́-+оrq2>={Y{^Jj Ng8[UȻl y|A10}D}HHQ<.Bޟo"Nlվ*78R3X"dF1bFe '0>+gGw(Wm a2^埥wp=>IG4Ɠŗ[Ju# CR1 0W?z‹h+,`9ǽO꺤u 62佭>y/{q;^/ULཆ1ғ{x^d)O[k佼x{kὰE[Ǔ{% { 1{㼷{;佌? { Wyxom[ 奾~^{u཭^e΁{/}|{ c'Ÿyo]O[+EP佈 { c1{"Q0?#).2ϓF) }axRgqXnr.W'G5P$Pzsy?F3MSX&[A7U5H|2 b"ueO}zyp2N阺հ.o:o רwMO3La[x(KezI)ɀWFSTi},,eqsԤ+Uŀ[ ,k ǒ` |{s(hG\Qd -KmEPOV7ܨ Xbr,~ !|S`\$' -zQ]yկslf1hWa*/˄\X];[irFpm g[?EaDWzJ,=\Iߣq"4(1EbC2xꉘ̨XT2IX9K*c-2{QATQ7v93أ1ό]0HYq8!t$-%-y}>dF4)2ALfpaN?cFay7A041cp T2Qq[hPڸ{R2"S#>A-\%jn ҄#r.FػlE=>) 1V"X(%fUXo@h)<L(ؙ {~{o˝Rr.Ӣ4i%nlHPX^t%զcfia"ea+S/%|4S0?hb 6>z{_G{e8^ w5V3=KUe&s@_(A}sHB0ߋ[# tє\%.${2KS%ƐCZ_{Hrk|m~%WONZv+m 95c$2}]y(nylH;7?w|q8;07}NW.;KF9,q0[[@E؜É _9NZ12JXr^x-|((xE"XNIE2>[ HP ;V }󍯤g;b$3܆)f54® #/CmC$r՗ e&s,lS'Z8g(Rns5OFre.<=0S ޻7j$4Z%`JZBM)eІw%dLp,B>Fgi|]A-@t).%qn xϨVN4-[37pzrLRcdM[NOTgH1C"Y׆/Ҋ"Q޴/1إxDŽ:0pXcuh M7M+da4wyֱ813\h鱎Q=W,P[rKe,FP8ȢF)Y`}ysuISOr fc <-j$.FWc- "R\N-aň*+} >/<:Sߋr&Qe/lS% sTgCvT_-90Ng(Ff{ HUH!wKsf__]RS` 0<ɃL0NTȻN"0a!'$:kaDO:8憼z_w/ň ]plnBES"3¥G۽|uc?^ Ӽ©X\QjD&'ơDT`Y,̜vq['Wq&w&! g*TvJT?=!B u "D^]0lb{%t_.E9|gMItA,[/Mc f%J4)LG\K$-BfFt>Ů|T@)T%x#-#X֪ w7%1r J!nFh;n^"vI-,/ġa[s4 %&h0\ sՙU/:ĸЍ@CeUoE%UdctBXuޏUormPH {/UWÊo>WXu\#cd@\u|W3XV/j8Lza$+ %9`es4Q!>-Qċi;<S-\O W= w*s^k $Bzh'sIQ[P|TÒ33 g(dzT@:8[ |--L1E2¨Vrv9fïQTC%}~:S e`r@B1?)L-85Ŗy@4BW`r8f/u^ j¥B b! y&#5~TcT,U*%N\b}:=]d |¾ӊ&Z :o(-.Hc .w/o4k-X/_-ayDǏ-yΈczLm[Kdz25!9*YX ͌w"_[%tLb¤3+=\xԪ0O򤬗(z pmʀ|N}A^kγa\Jo[1v]Sv xTzCX-bnwzz!V]1)9]\zK à"!WDD`yb!=L8/;9Qg샷DVͧ^V9z~A7%CHqAWL_wɹ_%MkG\shf$ w莀iuݑ)O(9uk$GP#rF(1x:1F(G2ekkDw)8J gzHEN'6p43(!Y!|'uj$L UO Q^LZǚ۰C,[tYZ]smv1 RVZR-/!4fc'SEN MJ4*A^S2-XR)|tͯhbp/uV2B_̅4 6 @i?J~8EpW?ʴ2^>f~O B}!PWދbտ9g,E?'_Sk۳1kbTW%d^N/?CJp1 z^so .;XI_0E quŸN֝!mߙ40N-,`Xt1ņIv!INr0I ! ;E7LV#x4Ordc8fJB D^p~rAu?E0|Ť!ilLtM!n"G;a/ā&SUKz0ˏ0H"9+ i;N]+Q&Yõ-\;| =*\ 3sWlmbU Ӓx B;C @ƑKP jaT v9#wKGn[c)4[>ѹ SrCYye&lO"WvB~#xy0KjzCYr0̖۞&<0a-mZKF[Jn׀A1 $̫H;~+5E(с@AY`H)URN'Udc;>kWtq*p@CC CLO+]x P^XUc@PE>b߃ v^c6#s|Ǎ[V ֭CA!.@Mj;h&Paw|-]Rayɳy裨RPAJlB.DALהp0[_z(讷]q'f}1[^rw g԰ޢd^u>#;oAL_bǦrq3g0ŗ΋:j.IbG% qf{Wn=K}Dx M{`ܹkuu0F /lO ;RW>_H#'/|dG /|$^0yK0H #OF_xc$'#/1.o"㜑|#pc2N8x$㍓7N28xrIwd%<,g%ㅕ@ tYc|WVs~/dJ+odJVŰ:B /koBpF)~^ZZ$G;QS:zcTeF+7׸ q%\?rO[z-^hp3ی{oK'ZǨ^ Ai;?-q'v:ZcT]`K͵ZzQ]uUZ zJ#T AE=ڥGz ];j6I 1 3ikOiċJݞq?nCU*,Y6=n@FI "$-OqoG)Vfd˫8)>G̠8zn*v\?I$CHڙ##V$#-=OdH#)]DzQح!SE,S%#\L$EN/l1 4@3SDpL%jf*n=d2 3ahu*ЅUK/T5xS5mbM=e}pSL~Snza#3#$7pyb*v`rS58l"JZY$wzN/%$kCYgXQhs/d M$k<K֊1C9uR}:BְƋ dm#kd{yuKYò$kH֘HYm.YvH#Y3d,!kdm%kY#e sε<d%kCYP"Yڃs6Av82[sZG1~ZXK1s׷e\1VKRųPװWTBJפb41링D$ F> l:s `:<Ul۞2}i rN"i[Inp UnÆRL fœ]7J@w{Lw_#7rHnʩ` wV^P)?;1 TĔ.^&laذʈ֎ S˨2%IܽTuJP0r $t ОueP1 C@!)U@u ?reP14X{[ W꥿(ȢBxP]ҁepaL@cyav. 0&eT|xA@VP]<.&:__{P].z. va!kpY^>ݶ{뵐+ Ͽ]h0s XiK2 |c1DY 4T-yuȥ$С,#)66 sXl?>'[zVhMndTz)V'3YQ(<ܒUWYw*L&JP&K,%uNI[|uǭLh."// g:00t;ܓNHpT܋/` )} $8UȢ(GY^FԪ|ۂ5 CY40<%sM)LIr~5y@Gޞ]q[c.ܯEoA"f*Z'aFT] 1g%zόLj^T$jBw"*RaIk%J8rw0?laL}WN?6BoF$s/!OHsPV+M=LҌ X!a^ee@A[$s!)WdR7Zofq7lC^,[I^?BEYW >Yt@ۂIXkĘB|8 ԩ4LP=L?yĐ`Ca5QiEKI 5gQCs[3T y,]D"ŮApJn3_/I^>sbδJIVJ|S # y%4;MpO!!'-EgNEA< A.iHR g}:?}^N9&P 3-c- GܲFoMe%v=(/&qFe_a=?lgy/WNhVʻ&Bq?o*Zl}Pa M|`m]MSRW_1VyTxv@FЏڞ#r 0UZy ]ww'DÍIsHWUi> bxq91T$$_Xm %oB 7uy#"']w\i `_>v .!/cso8*/M)FD`Wӓ(M` 5t!~{)h WCC Q8^%#!YU|kPSQYC1X ҧzФ6H4f(@Zf?Ua\v^GEaOiKBv d$F ISW2$ ƻa=]LqNmq>«(K+GgV+u!嫰V $TZK _%\@ ZHwky0 2DpQ:y#V&ώ52uXq[Xڣ ]"뉾M迎ekm I޿ِ]Y-:b+|mw<,qD[rY y (>0Sb8 Ꞹ[yҝG(c}VŭX< k/vhUWVMr/N,$,x$Qb"6mƛlԧ@0?N:B@-bιb Yɕ6`L}-17Pt;-+d$0'0`ruɃFKKnTG u[ԅZW?/E)r)ٜ̾,n+&^F,aLM{|/·z@SxA$A|b\M!k|·wTߔ@$|_g|SINEl- )agDuߔ3|S8 )QgA\g|SΜ꧸îrp" 0&cu?&3 >Ø%rLy;)!gse{ү4;1>Xp蕋<-5:2Ͻ#CG[SĊ:'`2s2d9шC&A{QvЖœX() S.SH2\fTUM<$laN=l7lc?~gvH8$HUe*ðu1Q.#lބ%#b؞]f$G-6j"Ey<[挑b֗($c<ƤAe1mNȶ#[B1ΙK^w6$9%j$XmO]J(|O`eZ(CƁ=vߖKbpDCo._})"-\x4_>Z4AXxK;%:$nژh.2jh0z i`y=5`ɀ3o.Hd>9x|y;O{nMB 4|5 ȉurLV3T?p9|2 ܡ.`Y8O[)Ch e옟l~z܊56/Dt~ZdI}C ZN7.D`$< ގN½Ί⬰gEQ5`ЄkG5tlqΜaz. QPR>ߎ-אXz:Wr .KyC$6 %><ac(pq ⰶA|WG2#.o9m# +JSI (m_Rq ̀5Ղg6-VL7p9fg f柘TK#셎AӡQ9R[ ~s3^۱J)6,3s$J']  :aW-ITC|Q"!BuW0z%^Sz`:ԩd '=x3x?SЂg8|j.=6ԋfہ;CNIwv~e8*zGs4q47G Fo"W;^b$-|cT@;q|W<ɻ^6Ra1yc@WLdoiMN" ueta IgIsXMb /y*7J; [bS # sZo~uLWsQU3G?[yUϽ5C#E.GKoq[ j,cV,E"|u8 [J-vctr7~c] eZ0ط+x:^ÿ۵}o vunԯrvGfەOuKp.WfPڂ92e?!F% LH[$b(2"F 5UZ0>>jOYF"FF/zCAHݬXejJ)1^kcB-(-+&\Mk^Ty s{[O+OmQ+V UqH@Zշ/lcn/̦a\v۵{`íEuIOl^.aU;PSseR9xYd^LKd֫_/U ȩ!-@:Xu1T0 ¨ w) InU;_L@ ȸ OȄ wlr;b:ْν\T>/>U>9T; {ސeq> skWd˜0)'DZ|g۔w|brRcc |" {pҘ!9m4<F^C~5YWj%6;+wɲ]nItА)s`|ɔrf }--SvoȵغbnA_vx-EmS\(8[S ݂w`E ?f<֚9ؚ̨ I7Q5|hh TAsEHHECsg-(yZ$KC/Ӑq>p \pn`N/a%(PWĝl8PšXC@K G-{G4a˰L rYS0<+1Z;2/!%^f!RITDenë2w"rLCü`{vm2<-7H0p#D@lۓ,i`&lCiKQXIF_Is>h֠' .M;N+( ١JY^I;ƨ`'.PKpDKQJA=,_ӎ40 ߏt?ʾzZG-;{v04֫d kΒw}o*vx{nDCnQI*zCz4+e@:a3j0fKê+"Z_!̃2]Q1AIT]"$5?kTQsf OWgg:z;ZsAg_paQeΜWyPBPd梹tbQ{ HY[~[`.zV\ĸ\=pDktk,r¦:5_Ǩۑj3;^ ~.w-mv?҆%QF(WS};2=o?su ఎƝ޶~hߢ^tߋ1bDpD퇣ݷ7*jݠa#A4:3!UQ;aW\;E,>g~;oǝr_}=辗M}%0Ϯ^h8Ś{VhjF]ZY8TWg$Oj^ؔߋ7;WݷF}LBqT~/i: ۙ?̄c)v1^ /Du0r1# |a K,9؈=Tb,VOuS'N/J1T[u4Zrgs= #ksU sk*-W57LT>v)j^#0@i|aS ^3`f^@6;BͧVckH>U5t5>(=֪JyRÒf=cЂr Eby[ ~gB-9ghh@h! q\^(SQ9A@5AɡNw=wtie䔥r.H]gj>n>#H(9e+?ZhL'p[50[1-Phex&5:kD31WWyv10nxAG?b:|B򥮡ym:&9 &ASÂ$G%.|4H~GaTe@Kdd"IH8bUETXFJ@{K 8u&Ay~[qe\& 0:?;&Rjeń]hv0^ [$A>`ݧZPaϥc3ïpl]/5 (+dGk4=ZT&BtYbr.awM;x[bzÄe){DŽZ6 ?yN(($ZBk=lm`HPEՖ$C"lO I* qS 't\a8$a(E\zz@_e~av$|6X 9&*-Djk?\Gajl 219+PN:,9~`ww#uFp^FJQ;zHX c?G `HPD|Y?v~GEQCV2ToeXXcbNJHB c55pGֱ0x'fz[EEXDr%88Pa2u]K<`t%* /؄m9¼PX"$CN(Vnf-M?g > W /VJ"# 0]u]L$u8Dpu]Dˣ;B,w ;8|41$ũ#;g0!)081c4cxCgW-EFYrئa `;:/Oeԁyl;b^'FX)2Cvyl5a؉^6&u1XD%9Z}l Wf nsRoc4\^m<#%}Cn4W㸜Tڞ|)T񀘫bV^S:elqqo H@A ڤKM: 掋X;GN*ҰÀ-*cj!Ma1Cc56F 8yo6b7ňë{fdAAD ^X=EcD&r qEcT4y?,/`Q 7y&1.r`RD.rZ[/"-v9χi&!rvs1&r" rReEGe48Q (5J 8_8_~E୒Y8$oDFqG[%*'u8/ #M8x{%Ԧ[hWqC WHM:N%8Q] %c~>`=9*7Q,H겇(T8Ґ lkM$O{] ZƧ<(XB+B0K ~uKƨD>zN K&Y#zT7?` 9gdPf%a7u`NI<4>0GEmK`x܆ߴln|,WLEP!,ƶ9h%7*EUeA5(׬w7@| "Zs0yh 7*Hjk4Lha4sPh :5y1K6W;L6,b@tIFD;=ht} wzi6'\u`NG }T+NUцb3d#yɅi}obk^s6 慙NT*\/$s_` Ԩ%pMWK1Q \n-nڻ;;,=$:&K"wiLBKz=0NVn&^[r,.Z|BK߉(Ju4Uכ0ugR%=czKR/&01H8tGG{(/4T>]y8Y-?ԵTPmECGKX )_"k[Шd{ !͔n[YC1ca $B^2%I  c+Rb $,^BrD">6z R$.px $ T(v hx.J@~ͩ6dMTο넍VՂY/Q >\y9IȊ_ZNMdZB [ PcDO$aoH<- %tX4ڒE?8 Yp~Rf|SÃˢDᚅ^/FB];<ͿUT<z/cK(1A}OGi:W%Y)>h-po# `ݽu1oO}^:VЏ4c(p8CUiCv:BW x R1<9Chw,[n% d;/*N #S+RN\MNAvj8F NL]ShuׯlsGXfOAxJb1# 7]8(5I"H^bp =f ԘEE/G( [X/fuvLRQn}|㪲])"N: B>ѫ>J;P&"9*:-^2Q{eUA8$B_U@ !]IB3d`wsӥgk rePpL9GeP޻ b N!pA2*|&T928&peP%GeR$ae@A}_q=?^+Ǎ _.^K?϶ NE!"iyb6$L!`32:DsT$|ې"^CUEEk.s[’UBAA5.9ae^mPe%^ɐ8hq~'1dH^_xF6/5vj`z/wޮ X|\=1Q QO`%[OeJI- ]=q'0I bYwc'sD (ЪI@AE5O&dw11}"Jq$ׇjgb -#vI t zGiH5WΨyX?|9Uf Xo~MPY:.r-v0bd8m,>dh-3ǁݡv-/ .-.j4p MذږnÊiP3Ԇ+bI}#gjN-X*͂`ЦXΜTΉ[ Ԁuf#8l1ӂ#65ێ+~I\ޤ`͆^R>@[g-[̙AU>D䏠_kd)zІըþ(qЅ-zWqɈ$Qf NYC}#Xd}ul$Vt{'ECܲK.0;ݜ֢j  o-!'ok.ip=H0J`K<[Iw?:(ɵdDUmƩ{N''RU(-%5X_d]GQ!/XSA2Gtjj&o~1awjq`YEv*W(cs&.љ{ʹ&gNnJ-xciQK!u> $nJ~dWWS?l-O~L*FQ|1fd cc3r.qż1UnL B o4޽EF;^YSItK ^hj[=>գͣwмGjEnUT`\ Trl57J}N'{Э%1}Su9eu©0P6a]8_2.q R:%7+si[ ^`h&oR~庙5 aq#~rLHU|Z?9qONzep Xacyw{p.MZ􉟘@,~GTB~@rn=SL-و45UEJD )ʃcRx1uU=:78!kͤA@E$ ?h2kpD'j}q̑2X`ԇA2b:±eH: הrP4SSZ *?5c7!Bހb3PNj^Ц9G=ޡ5G$NUQ :tVF&NuK4+9>/å7mQm_pD(&n2_T [Cx%gqb\8o_*> 1 a\ 1 &bHE hK=$e0;HcïAaCyCg~đ?OU7c_8Cs:It2X::J4@xL'+_J7P.V̍nhKF?7:ЊpB54W(uvHLFΫvg)?vFv$f^iҍ]B:˳Ins&YsFLl Һ)S 0Q+69/8:T#q ? mB9Iۓ('ݿq.XU'듓r>e 6΄7ԙ18:fr͗;\;>7 w@B̳|q6τyYR'cE-ɜJq5g}z3s´ϓ0z Li sam7-{XꔊiNxsyშG'as0z *zq*tRX]_DLA*ŃjD.ag5N?G2YO̼z~I Q~ù{6͌^3OX_gK*r'5TV?k m)1$dlpl;}ރ YC{rvNЦ!pMulSG.R0XiE׌04D4UdNBH ̴7ED*mSR w6d>rWSpa4W-Z/߹рSzAN}tS[כn(',Odda;!&'/NE*C90Ȕ<r;AezK}\8AAb_DQY̬.S}AoÝrA 8PS @N# 2Agb9v[iUfR8T8xDC UIwOCȂ]" tK4܊TH-|YX6]GM2\ '|I=]^W9S o`aSA`ނŤJl j=^GLS-sN[s:2z46)jqB8 s"8uWi1)ږs_, /tC9_]׉0o}c(??{},yHX^*˫w}gY)Bv^1XLX!N};?B+Ra0w2[ &ޅ3)t8F05&g@x2U9í kƉ~2|p//6~H4Њua 7[&lz#B bR'Zd0 -&0_a@ 7N~ B bI sf dXOȰ^aI/dv/#tuTiX| /*΁D9]oM<^>i `{8LB ng#Ё:=T8@v#lXD̈́ґ3-Yc3 GH=5o? ,0'amoS:?U96AzL Ę=#Mk2~>.ZtSĥHydF)󮜐Ѧ6 Oip> endobj 489 0 obj << /Type /ExtGState /OPM 1 >> endobj 493 0 obj << /Length 1471 /Filter /FlateDecode >> stream xڍWmo6_&*e؇kn)- FmQRleW x{ [$y8sYEn ⏫ V Hps蹔 yv\աnGr%^k"ͭS~Jz#"&oo~xv3i(Q3I`qA0r%,0s,Dd)kWPBu6ߴ[M7 6Q P MDwԕ.c%vG[[Uw+%p| 6+bBQiNS 5wXV;+"SU}9vUCY}i΅Hc0)7XYbbaXz^G{]a e1N KК+\U+{OLP"&[BbDT<6{CEׇ䂙L>,C|C 1+F>RRBNw}>xC T/&֥DBu=x& NUYئ x-ƈC9@xAiA m $xصi5D H nUm{k2(>&k_ N(K_1+8/OXt0Mw 8PΙNho(.d݃\gP=Df:"i \ؾ*i{^ԦR#_|^l!#A݂cx4F[re>MU^-R`ҷNA}x92 @w V>%\M IaV9)\”軽-Z[kۄvOqCBĠ;"LC_tÕǫ%;kôwx/bh"Uhd֔-E@U9bP|!"C桳O:^};Զo 6h҄Ghj'qM"V1Y,K(K| ,2_M̼f//! Q[ Oi2dޱtXp\ 6H&sRvr}ֺLIL{ 3D{,*o̅$}~}u}dG(da+N;Ӻ`{< }~etm΍8?@TkwxÒRTjB"pCN;xnsUbbբޅr3^}tfO:'ZN%StɓS S/>'i/?OOӡc5v68%'q³8QTn6gx_qf<' =VZܵ endstream endobj 492 0 obj << /Type /Page /Contents 493 0 R /Resources 491 0 R /MediaBox [0 0 612 792] /Parent 495 0 R /Annots [ 490 0 R 494 0 R ] >> endobj 490 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [397.406 349.218 522 360.127] /A << /S /GoTo /D (Example\0401) >> >> endobj 494 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [90 336.067 126.364 346.976] /A << /S /GoTo /D (Example\0401) >> >> endobj 71 0 obj << /D [492 0 R /XYZ 90 720 null] >> endobj 216 0 obj << /D [492 0 R /XYZ 90 720 null] >> endobj 491 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /XObject << /Im2 487 0 R >> /ProcSet [ /PDF /Text ] >> endobj 496 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./controlflow2.pdf) /PTEX.PageNumber 1 /PTEX.InfoDict 497 0 R /BBox [0 0 1471 1168] /Resources << /ProcSet [ /PDF ] /ExtGState << /R7 498 0 R >>>> /Length 98898 /Filter /FlateDecode >> stream xɒ$1v#Nl:,0s|߇Zupa(f&}=yj_eߟ?)_럹knwqL-k]Zcqw)/}ϟ延|?ϯo_6+c=n.t9q}|;G_ct;Uή5^?SS"`o>h;/s;Y|翮玳|VIN3u;5Sgi'0u='^pG7QukE ߡ9LŬg/-}f/-,{^zw lo|-_(#}8]x⾺Ԣ>ߍoX߭~q*]ތ'.%31Z $^;g0c rv.;_$'ֹ`E lwgWw0ڗT7p]ІNDPwrN>Qٺ3Pb~7\̺0:gbH$jOh7չ eˆb]ģ{/7aFhx._0>:~y\](V]j]})-փ%!xץM:6̾+P嫫}/yỊ5> ?Z0 dߥ'4nxG&f6u~}9}K)Uă sYc0yUtK8W\3Gj'bM8}_as]=8#-w]X*-fz኷GnJPFn'^ ?v0PA4ijXȼK* |^Ӿd6E_N( *8yqJ~;S [s ž)1A ~8bwU+v^"W i怊וKvZ~ sW5vO?te~쳝RriۃRBBzGR]8djSw\Kse;tG},[TrE<֨f%ȚW91VKבrs,NM;P]&T'SCſK-my%ʒBXиgƕ3)<ſ Сl}%yJ(wsſ(Q^E3zwD#UOU#/<ПB}Zx_"T *w^:)1\} #}g˜,_ 'fhwX&mI7A7,xcwRAd;NyMh Tcb͟c/IK?Oј-VMA!?'4qc4}'`85sIZy〆%/;֥'~U5gy\~,\ lT%}D7& E| wj]13ŭ+uxE8xOw&XKĞAjݔ՞hsEuW':ߟ+өsv[&d;9G5لv;{j0#' _RI$Zu)rQ;'5 xGi2[Т'sL?I"{$`LIOI}@GOĀtUy9Uw\v(i 9J\X48JutW.&_`|r4qSA`TUN z|_f 1Pgo[}Kci#^$Dq[A lqF>jo3S]9ǨTrFHOD.@=.k,a X! 9Q?!޷:wya]^*և̋a׫a{H0bs9W}?{o~erekXC.|^ɸD[LZFd֐wϳm֐5r2ڢkYC!֐!{]f }T.!֐ O45$h֐y6qm\roxS6`<7D<竝1.`OkQcL,sjz"eze/o c)pZ"0S?v1>v;"/gH& {2fW?ʆ?IBB׋҄轤ZuwE1rV!8\W߹eb8 wbsG&QoZȹBn#,cs`ଽ/h_p{=v)e`LaTh_/H§c.8X=]W-l~a?&u&~ѣHW6t0SpPgaoʝq.{×נN5 )LVi Hϕ3{qsOd$Ii⁹DStpyaC#%>CqOPvlENn9$.u+/C >n3ヨ[šq_=6x{C%c!HQ(W(Q8YH RMe:䨦!Hչ >`Y/^M=r $0,1ѷK(/%FKr78y/qfx -mV/|ɝ|{}#徠MG|(k)-;lTk]'dGA\› b ~`b<q1գs.v.ݯ_{ wh|0IgYc71~%z4Db$#ąFÆc"S0Y|y3hHDf.x£?}4R/;oZa;tL2rk'1s^FV8/a#ϼ^{11)yaJNѠjXs}8ދQrONO$s_ i1wX> !,1zS)ڳ7zy ҭЉoZ@Aa 6r,/#ۇl#MnzslLObxsYIR΅UuJs̡tc݌џls `3I^ V܍wŵt4  2 ,{jA5qoWBoc$3S^+VVj8i 49JUqҩ&)V _E߷=>!}Kv539uL'cU9DZHUdXDʼn/*e&!2̻a]:)MؘK#=Q}UKcB?Kj[WΩ1J8'@ ۋ>ߓNӎQbqFf{!kd=#a#kG(Y#IdpD'0%mQ*-dt988Yc*j5Y#-mτScLKčBX驅N܎Q➰8 ndY>/=;qϪ>r!n bJa'nq#E` rexJ;uQ2{!7ʒW ""A'&RD 5q/^^9f lmM9aߋbQP >SMbϟ^PTC^w^51m<1FWi;2 -d7ꞹL:#ge#*=7a+^?4UT( 3X|NF߈+~|?snhP/a ۖ+i_ ?' :4NLR?Š 8I^ح0g ,1u :ac;2d1O=ynE bQACkL^6&xzeJ[Ȑkl,|-Q{Q(3%j A7|-w\ m"ּBS F ;a*ty013JxDn]2_A@P c^!Ƣht@N8-Z;]I! W:@1g0T0,QizScEOLz0b"{'J H<ч|:IˁYLUa< 㐦W4 VyRF홞[yĨl-;ӳ:=;\zHZ/o(1=^L6*PGgJ4(6V)$n[ܯ?*+H5"s!yHmt3Zu@cX#g Ltq-Y%m$Z z? ^:?.P \5kHn4! ꯈb9= HITyjWV0aw`$m]%uwԪҔ7h14*d"0iRSק13h1_0Ph_0>0yLWX޾i7trHY?e19n!@35Vo7&t2'1kS tU &Я8 *u~bh(p1b[OLbT(H-,m]r\a,0 ^zNVkŔiHcaj+t ¶dS[#Ѹbn3R?X Nrt i2ұ&BRW[ /F¶PsvsZZX*BR& , 6ON i(R j,cg c&V #-֝x%c7VA@'/36'///$ [2  s3S~k3FL,r-3u%R p~'MmRRm00b+Ɋ~i ;L=ꗙ cpf*|aG'&4e;_1pM4)**ghc nW3NaN~@>J)%MPg/M@bxvX=rgybv?iE]H=#FO0>*1z^EӬ|Ӭ&~E&g~R[iԿީ;\ myBŽξEΎ*|}e3Txᝁ1˒ &6^dgF1ft1&s p~Kjo:Oʌ(fI,]Afcr fv $AyL{_D,a>ե g53~JM>;+۾{+pQq` Œ GjxP'F1N_O|^5Az}^ S OSLI# ="Z}gFQ:R8/!YOQ7 1=ٳ)HJӷQ-;G&Y%KD~hkl0k<@::cT jR#E |:)Fna'ȷU%C?fu+fiG`,ga ȗ.R!3g VNvv\z5U" +lh w)+|#g`T3L`яF'`JFoo P?KW c 3Щ쭡S9us$PE1yG#`ש:x$}{/e]S (~/S yt2ӇW򘅋0>Sir vd[$ÒF+M!̉ Eoxf҄v [  m[`@N=S#\ Kċ@@0#!Hq%gwPV=-R1Pi&&yKOU|s yVka {W*qHNVo"%]сQ疆 |чr&5X€B嚳M[K)00 uγ@X}0s>#-`7<#uicxA5K: AWWrE8a=UC8xY K({ǐBpab-~'Ȣ"sKtP1#8`7/[r|-g.z#Uj|;(Gӊ#6y`K6P tT-Z¨Zx[Lq6[. 4'9!U¢f>>r>`UyJXNqlNE N~A#nI~I>xyqsw؜Q')xLӵQ_s~4/;)K>(;FNm̅vC{H7ԚsjGJ}驅{S=;짶ȩaٲ=^C^,l[Ȅyr"Y5@]JhJPB7jmhyphmC[vh{_0lukcȡm֓f:PF " W.^:SR|ɡz}j(2g5qVL|1s@ɒx/*q-@笎P>v(9+rVKGpV:F9+5zݯJgRL3RL9k5ʜ9ɯ!krnpV笎Z>c [ЗS9Y+38+xtJU͜ƫуb}gu9a"3i' *3a9B8s7RC0FзR2s:d:/OU6ЩJèBUIڋPvvR7j)`=h ? #Ϩ\ԍy`R7"bNP7/'a JHJQURNݎQ8oKԍez7k1𲂺v6QRF87F2ImgFRiN+W485Sx1j؉!z|b.qgY Da{ci)@_4yd -'gϥ, .>(%bHG6G`W 70E|'dBT|xb!A{:rk{x&(f!7F %|;zp[x o3BRv8zgz.JՁqz~`|?)o%qnH=%Ëܘ1o`} [vGp,QYa$'#(1O30F݌+,Q=3-V|,wьzo[>cvH,wyN|5fgqLө <,Ht"AI[F#W$X {6`4K+HlP~pc)r+$ nP߈c 1zOIX"t7151JZ+Y&?&B`)hZ 6`]|-"5{\O2csa_(t[G\l:\8wQS$A`fШzG.Pm$pN1u.,00,{=K`Crۂ87w4L"[CuWA阿:}bb KYpUb֌H`iHs"V(m^0|y@cBÙV]"> 9?W!}yC#mH="Q3i&OT1?F Z+Ya6G@i(.wzEʋU 7F7sT\ t<*@ւbh[M4'Dt[yS0,}ժ`;X+B({rO2ZtW^N;^<6+_3* 3 4 SXlS^1A+Hf TdIMD$$|ݔzD#S\Ybt! ct8 ABva݌NCߍRI5|s_5`4KE:e !_pR_F )z_?X0@"0نE9y5-NHn_uIdd`p 0tO M&"#7M볶]#T;5Ͳs3T#g!tb؊)Y z )`/l%Pox0߄ǹG[$.[j;[K; KY6ﴹ*gS=~ D{B;Ti#opOjӑCEoOs؉LLB֏o%B?, #u@) ޤy6: X( jM@Rݧ}~]ϚZ |$VXM2(S,&<0|`oQlgѦu[L9)PyQpt膁U7Q%R~{PPqF0:Dq5^Xrugɬ@såMIML_S@6qG˧0ha Ӣ#ec7 Jn9k RVPLżlRbpOTEx \&TrC \Ԣ.2 MYabC1*`m=Hk.fycaR ؤcT "lJ^Rr-g1[)TZr(&TTT!ʣH9$R۬i+6C ڹsإcT֕c^R>ەn^Uaܽs؅cT `3nߞ~G Y>{#d!E?(< P F%]rAJ%c7&1!tl̲-![}Ԟw )ێ]Btl1K3|9oܖ# [.&Z0&/"f%׼Kd&&1$<(I.]9#q\vC‚66 $&q7ct MAb/| u$]QW7þIS, 3 +G/W^Ԧ[~dWTc=Z/VP(C'eM~>Ve_H<"K؍cc/^Mq^|W0REyKwAx覐ܔhpF k2pLaDUz-{D$iW E5`<91ؠq>a*c3hjϰD:GWx?Fzco&6n tGN_]-6)㼴R'"afV[;IcVI'-ZI#wP~^&ZQYIJ co;?1zb%0v?4 (5z惕:R!ܤ=Eb=*QlB6nšj'Be$@g'oZ6N#Uc' /]';?𓀅ඇ]?y~6Ŷ]ĊH1O`D Lk%XZmI7(?Aq2?qo-\F %X| An\W&T @nStE80TYBjېs?OmcH,Մ6U80,Vm7DP%5E!Jz U vhm+D㐪GiDzI-HlZ0+qXa,%䊫 1<lzp`Dn,WZ!ewVM(4,9)TWuE8`S#0=Ɛߞ3=ASߩXIs5y̋ľl?uZ?Ǹ0G2@0~4 -0\sL|u$n-']^>13NqFOc t Av8~r!0P0!noq)b dxʹʷ ")JT:c&t)SrPa]Ub:7F:9l+JӌWi?aCRm p *'[T(RL}apa禮7,T.CE!cRmATR^Q$BʖدGf3+]Z VbmrfrǢqUk8RM [a/P0D#I V'~Ay V?&`X(O,w$50%5Aa&j˨䣆`੮?t\YŒ2] M|Xa5Ը` JjpeCU`Z|/x00wL07[c/qa[NsO6O1t1%#1lV?E3 SƟbFcܶğ#)|6Ҏ_Poe QXXVj呧 ˭Jsғ\g(:w? #^#㓴 9Q|"1Ui@>r|+ o5֗c.|K{n† uX+Njmuvؼ1/\VwOц}IA }e4Lu)5dKq=2=%j&F~e{_刕Atcf@NVA3'$x_,Vkٽ/aIri; ,aH;RKN0m{IOiZ#0O˶CikC˙[וF8g+/u=ƅ IitؕFŸ҈a'fOu`<+ y^FZ^҈NJjGV7ۋ҈:-5(TiT8)Q/(I%]-Tf+o ,/I ~`y>4Fp ,4(lϘ4wY+"QSMKYKCN;+¦"%J@EnwضUB\N#NUf֐ܯwSi姵`#x$Ni`yT); DNYfL)`ScP8OF0 dᠶ4.q!#uЅ(şG{fnmNYrҕ SyK_4;b"$Ğ{wLg9aQ| bHMXԉQ)dy&z&YsWiSSUhތW3fe ̝30f| f|UwE[wVj]??y/S4RR& ^ /6Lk2??̶Q&VM}1bsD_obʐ~Cb~ ˮb[dc Ű^1(Ƃ[' eS @>S1hV 4om ο īP0#>roq0e!w磛$?_$d UsYg8hNt^8LC:HkP{L}RZOܹ~)pr'.|cL~/ 0I6pkm8֓vT+֜A]j-o ݬ| ʨdR9IT0$C(щHGøY?KeA D!E1<՞SQޜڿq|`T x*݆aOgg 8ߝѫܘg84>VDTB>k{0,KǨD,3B\%UPPqZq[g˦t@-F Q尋KØdQ(JgIBB8n6=eY؟YVgDL_,33;[,Dp/kna*, GKCXڸt ˵hu LQ0pe'nqv!s:μ;O3Ď}[1@p 1Lt19`D0}{ C\pe_|B0STocg3푾+w4垉,Z"½;pL1iD`@}`rwDۇfjњd QrSEZ`z A^%zQ4Cb{ zGx#*FŦ;Bxh3T4aw(jlv!/V}I3v&kH('ƮLv\>qW uL W#L} v#;UvmIkb{`4I[A<f·< O XAT ?aDװ \u5|ҟjzTAUrmS_ho\:9aLx&9T*tLmf&eVV6p?t |Ls{!-5m }(-DZC@;wyieB0Lpau E1h FU#pyxϊx$Q0b襢1J ƀr.W46E1gqE#0Dy cf;XGBL.O+ Em!ft#9LXrHBRI@;"{84AyaF<5[1bpRA Ge{,tIQ,-fh;ad>7O3]8)"Zv=3(=_ < 5oJ8NG2(qFMI#9 x^\3ԏpG!)+#(%y%? ,9" R:ĴQ%l3xvj!W8kv*/9&uF_ 1W6]hkԢ,z/|ԡŮ]7i֯lFD ñ>1)Ÿo(f-QU;g{4/M(bH-qf!Debr>nٟ#i:,s,K%tO`D7~2A ;0xYu ㆎcಌdrvf7jUh:9F{ƬĖptOʅø&0b31!eAA2:0QPCHbMm6(NᓿQقͧmWs2&YIIp;Տh OMhpW >aZ sKk"~$xGx^,#.RǧHV#>j"`W<t)`-U@B}˳^j-وJ ղ5:Ras;FB|C[qsңBfa2YĄ7;xq:6?Q嗈3? ɑ1Ej #10tx1} 0͝ax/NGbvI_ىY~Ha py /c\w"IRߧ6;{GJ"8&vT`Y_0(ffJĂEߜb]&.ź@Sn }R%Bl``D8-%,ϛj=^< 4U hrrqMpF 3$S'Olt=AS!Z,r7"88 zds9x!'{$-P #qX^NBWNM~ j N\AbjNec!j MwF; 6500NgzV}K v:hZ; qq/aC2q(=rM.7zH&wzA%Ԁ 3F^[bcE2Q1`ost2\N!NwXyLXI{WlI2q6>֫ vCŝ*,;لف#sp &|_&q$KMnmOͽ*IMjh-S/MLt]8GG~nC<_c&gO)uOHA":OLI)ZC&/p_ ƽ5YOư5 %F n TZMF4^/a^`fd^zurZFj)` u ֢͘lKN|tS4$z5!vHEƅ;# _cN, (/r#uJzӞП8XE`1X~i  N7DφozM#!#w>qc<"ls\5'_c%< bk R=ろ|`g\D\[(MZudi-o(uV5-#ϻ8mW3Nngj*;kIW>1eF>Pxq]t92VmJ*Z=>=z6BA815r2. 26-1s&0eB>P1S3fW3bnL0L(A5 ~O:]+CI0zo`oO l7K nf2a. O$ŘYp#`8\5(_Aix|NIqe]Mh{RX@0cTH 6̤i>g JL(UtPFV'\:f4I/n0#钓zʿ^](c$rΧu5M<K&< N&/2Ռ0|ebUIVO`f KY~fzǸWoI#V5~"1Grt3@ i׋hj]5rq"G<3*f0fq(AQ\K )B$$AC}Yōٻ#.įw102{WǤ^/ GVH;|YqZ^@w1~'1<'/>b9 .wsR]➊:xD(O[%KXSmN]O%wuxAB7ٻ#-j Bgwul ?hxkQb21DAH-q@10rdd(tE‘䣂k-Eۑ1;Z =s{=C_Q KG1|0~ f|j1J:v2+${ZJ$;%iQrF8Y6⚟lAO"|k<00/]hexD(cEǛ;QKlT֢Sy`UT8TxyHۅ#Gm4LeGXDi/Q&x5b1+W_QdMcߝ G"j0.g V&\ TkcL00MBdqpyʢt hL3Z>&nJ0\B'v3E]!+5,^9A?X@+zs 󬮴簞'q O>` ZD}6*=7(,ΐ_ v].8ckP:G>8f>¢TiA;;B|Y(M6gjQ*C<,wøa;Fix`0>9Q{vq%G\rhe,>pZjzedvwLt| *x ,> 612jvf0scq}68͇9 %Xl j-VUo3sc &D :fMrtr J\WӔ8*Lydе'omΝg%OfO 03L=`b{u)ܰC*j;IjH~s35\z>]Q!uY6@ \ ߩ<H'8D%TT#-`YXzťc*~X{zy!j}+xWխFy[XL|%S)R[(_Fn¶6,]nopL2q]x͐dRƏb4!l6ǤnLwD"W 77ijE^z4eWNT܋p[b#}&r{Gœd]28ayTےȱeN_M/hՀ1IѨGbbD$,y2";8|@X ]0QhRdjb0WנKb Uk"d\8/8u8}0C._0%!Q. EtJgN?YpMġdrO*fްa:P HozOKؑQG`/|<"y Շ̉bȕY L #A(]`317Xx$NySf((#H%?a $- rHeO5=$xhݡs_on=pSɥ$aVrm7Q1S:r.aq3FCgv 6\Pʝ&41i,/y)Βxb`P]sʵuK0*C`-`Ku?i.*Hn9xZ fKehS0uI˼P4㫓7FNm酿A{>8PAnM1VLibї0,Z"d^Њ0w^80jX^0LDuDlyqqI҇GڟY >,@"/EV U8UČZU| XIc$8[Q8N;;($ymHqt+XEūyŘZt @IO 4*sTYgQO"p]&g-"$715)'{ Ԍ&7S!k^)*\>5PCi]:BmŰƅaLmλJqhѦJAC F`>1Ko#yi00e]ɳPD0QAx\3Z,٠?`1V fs$rF.)܌,, )dqYcno G =^ A" jl3PH&EYQTz2 &Sؽ%#!K ׃!ɒSmdުOϓ=7cXɻ`M(@d=}K,iaTOMiU_TE,'rQeBԙFט῁I2 oJLp;qj!ĞTb1_H݀R G=X\Zb/? c,L  ; %rZژtTpIJȤi鰟>iocJ KT &Ѡzcr-9-QY$wzcqR@|umio]ri<7%Qo5:·!($c QFZm\ ÂJ$Akb^%tPNXEtCL5}dVK8~_''dÛϬr~t"~#!ת(q^p~-,zWu#>k:f-rRî1LEzү'Ѵ56H膻LJkBf)|( Hit+)4̺ҔnC:u R*%́ZFvH`L7bӍ$*\7Rv4n3C F ߊn@aɋF ̅׍TnՍܳ?;Լ-vGE3Qt&R4y'0y^ Gi\m#r׌|}j׌Ft ׌kFaH4#v:oCq")U/Ez@V%zg51~E5#׌(]31&x^ lO!0!rID8gzabBˠ]W_݄sB BH?Yz }?^ Rվ.!ؔw~ &ZɵaBܰZoL@S}^qK6l=u lJo*8FMH9 ֐y<)g%~v|q{Q\b,}t*=Ӽ ƥm!z÷ 류DA>\%P1~ DxH/z48ɽXo+! FSNXf+uT/>L)miwB!?In8hpBa ='=0K{%r:fB/B'z0[ކ]!,~I;MEZƷ$ne DitK\1G\i0OPU03̄.>KY $ Ęi—A*وf]a'Hll6:,SmTwD"2 A7QLS&РQ¨0(JH'<b~K%ߓa~v8036rˆIW=*V=hɗM(RDYdd-&5Q>%ٞFa:*3x[T%ZOxT0c&;ű*Dg_;ydQOhyK"j22!!> cF(ʑRTFϣ`v 1͈iQbc7m/Vq21n8au"^TËɢo/?mJWŅlqȍHVp L.Mж4^~0Kµ# C&'EW&{D$}@zJZ<З~A9SPq<,"m}cVqoЖktz9plŁD9K1M. oGR.#̌2a*HG@H_?ErL6~4?%kp`%ykZ9~%ʱlF6T'9CM.rME-!s@>}< mLU0B% 1mn90kBAF%d,d"dq#xJj =)ali< !x3_<3ʹ- S]2cՁJB)G2˂G67qP ]URտI0`)5$'\ucUzKH4|G鄡'a 3.ް~1AQf"k2Ss]ydj.fN0l*+:w !jl[A\zvEv|"\X޾]/&| z#A)sWօMPz2E+0Ew%e]GdxpbU6 -0K+^JVp3uxs C4Rd;4e&˜j$a0,9y]1+Bҩ9r=j} K0늟z=dSOMN.ԃw9S1z!`A;z=g zzKJ>:RU8 L!PO=d{z:sz x!q*簟zS/ezz5E{8z9ǞcCb֗=s{,`ncwoEmUcD=o6N*#H}OցF=Mm&zz&")}Z>!]OxO}'pߒi,<8qSD1*!G*souL[e"V\):i8Fw i8VNQ.;a)ѝ6c0F;e]j2ʔS0b8;1SH)Tb)0n;a)̝Z=.3t$F\#8@]Oua›ӻdЋZ<0eΐ `ad (d&.cfw'1?wgp-Ui.a&&#~6>j_7&tKe8 C;_}I '?"EvDʒ28J5KhGmQr}P'4 gc:oLd IdqS :J GMm"`0N]AإwG›a2GT 2Z?0@|˺>:ZSIv=q=ϱКmzmYͬMK-1HsĽx\4K g4l^8&p2Z+Cw'0+ Mh).L,S("}DICp E/k1|c:,n%a+y֚h(Ü /ڴTB/xFCșAK{9LHl]h.;o[(Bh\BHb| Chbhs O0Pn_7 0(j}bt1eQtDr 2F1AHZ:D;>or8_+%_P` c*_!3b%VhJ0bY#,U'-lNriR:2L!fTz1)q?LD <_`9'AYll+ų۟Av`u|v0'3Qd'rx|KchSipB[ >N{9%ivf5_/X( w|^ _-#w t|tf.TqhϕfLF.|Ǽx BK4)!2ԙKj#IG2Os,_AF)t.%MJD K&)&M nj5MaSܔS:Ps^Q c8k⧰:0O88/ݰX4Jt[J1A3 PSK`kVۖK4eZ%ZaR7t0)c2q^ V)`$V=٦f[cFճv Za* ֗D=HMN(K݂(ysE)PLOp(5#=yE}p!}p%RP*: e/9Cv^̤)ٟ}&&wh* cID4WH%s78(_0O0SFX/׃dy:D6Ơzäz̦z! ]3z-^ޚt7DP}gzO݉ 7LPs,ߒ%D䀸$,FKVhǗ.TأҥZ #:j)f3?\@'x`y>Q[`(0M.*M*j0Dc˫#a^^q0kIāØ2fTGNn̾齃g 0{\=SD|̰\- @.j1@h8c{L%7CTZpT#!LH=oL5g;1# ylΝdyE,p2<-bp:=`=?A0O`$`#S^wT„GKitSQ^ $PT9Fp /|LܗX@}3j/lHdC؆)yeoӹeczK.*[%/?*T\kp0 &B)5Bšz=ܪtf)nrt&l5DfnQ$dZWȼ<=>O5UbƐT:UEXoOM7BT';_؎j BJӅTAs3IsӶC!4/~e^3XA}2)VWjV(DƏs3˿0!\8F Bi^ȷoeqϢ/E=[J LЉL։cBաk^YҬycR%Epp% 7\j DVRa!=m诒18قxkS :=BI=#ǿ|cZW>U<r8.ŽC|L.^Jh!_#VT!cVrK+D1~0v{u,݀yֺ\Oh K5Joo19aUjPeLE;B7zL6a.Qԃ$\hv-+~ 6}^%֣!WaR~5N||a Hk"ZXI\q#=B1ij6c;3z#ZoLk90A V1hxR0DlgzZ%C3ǃ^Tʂ:myOѬ.o7\\1J{Ң[Ma39f6 >A?6Y7ToL訲g7+$ڠŵ2Y]xL('a`@٤Sz)cW5z ' %0{^)&ȩKFT bUNkZlTY;殴ٲxMڴs7LbbN>0r;Ӌqʔ4d ~-V)E0L!#  gðNa'Ip c%iӼFj`1>Qd~VF#cY],ve!σ=)K0M[㱜M刐~.-lJee?VJ4G"(BgM^%BixK&1m=J(GgU[ԩ+? f ,\X"&R]h^'W1/#4>uoXHtZ&EW6iK ƠƤ逆*] z+Ą K|fҷ2ݪF1>)$-+.>!۫ʄ>;R}1,4lQ,"aexRaj3W=NAu%xtwwĹNA:FJwtND\a* <> 2NzګnxNYI^;^Lf%-9촗1 _URYi$>&mu/$mL7$Z=&d GbsȪLabo z[.?QJ&7Z'rRoaEX 6oLARF~vtUĄ5IލeBf_E4^|bQѳ.JT:ZGg\1w'?ZN>Yx lu`!Ȥ\k^#b?77ldqX^XC0c"d3:4ROH7jрD TӐn S=8Y1&x&L SP1Mx .| CCl qhcҩ8J,5$pp Abѯ4Z)O`dM=l 3X %"Fz;=SE"y ] " 6=-@`8)’FdE۩t[1d k'֐ӣhEM*y8U$ruD_T&p+GR|5gv;bUܥpО0^2DGHsF1:0 PJ ~MJ.u~+Ae󧏱`9?dl θ؄o T|C (]nqQ>d` cݩđ#nXSDyEx/V@r<*I.p>-بJ0LpG伮(dG9ckFy0CP,3rb 3\9?4 jdǀ>{(M\)YmqT^V (Q:J= >)&\sH7/%LmT㫓ڠ(`]Z`c V֕~#/Xy'0hم hI7o}z)dwq%ĦrfTrr򾯁 Mq3Ӵy08B% DB`+c{=Hx(\ &gTTxIr8XbnjQDXo~ 岩a(/CycRΰPa`\C%9.WI3m&*5fDT *zv\MlmxS)A~) 'x)}o~K,^Cp)eⅰ @?D˅P+f ԫF67Lj0j:Co}:$5-gwr:m ^ť00fla>>G}.QѓOeKdc15ֶ=@)ς!%-DPO`tnS%A7g|UӢQT07#8:Z>g1>g!v;rRw QC4Xt.j .CeI8=:wˍL"4K-rqsl$rǽHD"Yڃm> VN KkRwP8@P2€4L?Nv&-wE)ko> 9 SV v07I^hA_ ZL<-'@9@ #|*0W%0ޟީW7nq L>*B&R?B mD.X&g!CDڿat26TiW,J_Zn:70C(?5njߨ~]*+my btªI N鳙8:lŋe:`pSn ]Ġ!Z/FMB0-J4rzTWO`p|/"^[7FX$}n֑ 6¨7%0_j"k` ߻޲x&_~EK?ir:hDyɩ+jdE5TK0?a+v_ Uv|$886TM"].N;O5e!` Vi_0$Y7̙JUT VWUOÆK3/$ UlO%h`Ft { #4^T*BC^iDuw\ä>&,+V$ш _v_%mC?l|pџ:=FәC!fa,1Ebq޼XaXU_VK|0āa~EjY=ZVLnya1zc#K9Z LzcR-+v׆>Z7&"R,we%c~T0ïbd(lS\ą;vXTbM8ZUùnl&(S f 97R8 {ߧaYn.5a~dtK +wfa@~9 [M.TwrqH#nFܪ( XmnNvcG qK.%"`u\f:z :{c͕̐5bd@WaՋa;㍲X f&{ږu J6=aN e-,Ixxw%2MWtoT<[cԋ6VKМ)NcjIP@[O\w5b-cJ 2]`hADAc{NS#J` wڜLaoòX" iqFw73h#716@Cvo!Zl-/eg>M(:sɎKc b [j{MT.PJ(E'X6kkvʒ#VwI@=:؀L-S䈲TOȼ^8RNL|]k(;ebc*=rmrFR bc) #2еSi/SLLWT L3z3K%e*v288kc`*3S鉥4Y.g)KiUd`*1+ub+*t/K##ƵKLӕ!3^cQrbp0#9c,&K)A0ƴXZ1 [bBVҔ<7n#7 c$ F'}ca|w!${?0ohK{uIwg`p0PM;хkQ䔽HJ›\9 eǷ nI{@ݙg=&@ZBE*^e !-]iܙMBETrZ iVB[^>G!^e#|HG' <#LB`ꒃ5~v+-(U SAA(H4fYH z8A`} _У fj `@yq,RAnLe+&}kzc=0Cv|$Lby- &܏:z7kݽ! ;müeh%4tf Eb?LuZͧl%c,]<+h 9pIzGgATՂŞ}bF{ XZ M1$jF9L\dɉRQjxۍq;stGx ^khN $Y2waމ%,JY15px9Ԧq7Qv㱓&>ʱ SxXpxX 4Ƹq=<0C#>W5 c] d+"ҒLf%qEp OLb"hҞYEJ?&ҵrO5%qun<֡v$ T8##}w3DʏО^?&#3O3ҵeXKLB+ߤvECLK[~pf8B2Ӽ߈PF=S-ĥf0 Cnݎ_LCdګ̋>JN']Wk[21աW{7%8,=k20oƔ^Kd MbYZA,72bg-0ib+Pۉ/3r\i`\`\*QkF7323r3Z%ⰳ_L|v+urZ;\H@WX3WǙW`*&WL+{)|A+j3(_ɩWfhM?*+;q9;fhsNKHPg,[^0$5Q,\ׇ LI F8L0TʳTS1lLa*]%"$dS 3ڿB\?m K{j]t5:W%bnSc4i%9aFxU4OX`n'sutqc fyzQ>;]`hѯƀS1琿$\IJ3DˢQe~uL wub*gܓy30X[d+F; DC%I03F#3]ȋ56$NQ=H~}g\OK7Fī(oDktgTPfswt}0x1)^v q9~C*޵ EJe1޿kAaCn.fDKV덉Z>׎-Q덱ZugkäML50Z#!o[0fXL , 2Lt5m`h|La~V{wl9puB5wFL,sJE]U\0i4ZIaq8Ik18:f@Lͼ_A֫&W._$ [ k:4X╥E5Ğ2\=jNka.4̝a : l?`M"nDl\چ[T`jB]*]M~"$57O[c,!NN$&q1WŃv1G.)qD:TXMPWȍJ-%8J`zw|2&fD멄-LcD"*n0xG'#܃m O[S{ Qb> Ƹ5c [nq D7LIN;Z2wo%$$- \ʹ}`KkuYJG!x5G0D߸>Jl۟Z-ch!_䎯ޣKztKդ]r::E-X\94$ȣq-i;d[K0x]c.J=k0K&½GbFs_c ޗl?~}Xǁm1{)jvOVI}F ls͙G9W*1b{LCęy5v~|c%69-N7[Ay/jfL%A< 5VnTd.p@!CE pƘNQY x!Aԁ)U(@T1IJ69V7A FrȰ ,M16||13F2-Di[AԒ&Qݜa`(pqy#'#6_n]ਸ਼Lntb?6ЂcT %RK}zoOj>j;oxh6ɽ4|c\ 67,K3ӏrhh%*WZElcE[X/f?c'"0yy._#òL燕KȬ1ioL^sct>VL@ZqӷE7&CSU"/zawUJ. f1% QawHͧ~b9g(04I2Lh M+"(Ǿdo.`3xa08,:>:1J0B,&ɏr^VYrιM2ܰʘSeǍ;a7#`O`WvF7ܟD2'83 );nx|`.SuQtP1eG@tsez}~ՙ%O#aTQv(BՁ^,Mq9>1b1|5QE{hYCe&t`@zTMj:Ǧix~cK*%,9'ٴ SB1B>"bLMMˁquTsȸi4vY*zx ,Ss8jCZQ́O^*AC(:tFC=G \tPanV<d)oL5E zaa6,OD/R  iCǜ Ä 0Vn;Ysi`6lcoL6`vK6ꇴ$[h7&L6$m&d di1ˣ׻I9>u1 PZˇ45JcD_?{KT[NA|CÚRƎ-:KV,U i )d%$Z)f;cbz"b)&izѻDH3㦇-ng bP$0qs-&VڶYqL< [9YA0a:$^9DU#JPsQHp rYh8ip2AeW R'&ɓћjestK.- uE >Y{$E͆bBQ|Kr Lc a^Ӌ"Ar5aE Ml?XC;d >O0kW`xn7[]b'9 $|i*V8_e;Ζ,w`JOLat}t[\<8إMյʙpa.=9bSR_rIS-b-D!ր[ cywYڻR[[4;w̷^@k q]CD.28 dP"ֈ1-r] \eSV lvn U N7/8D鐻;{p=I 6AǨj -\Y/2H*ӣZE,o0˖1 f9doV~ua]Kvf7D rA̴, Jjv-R ݠW"MJ B1׃{qfUuj7AŖ8}a{KE'ܵ$Dc%jmpaP6aLP/=甴7v &DNƮOMDΏ8iDDFz陈z͉AA6AԊqFLSQB20F[NK%^K_JyFa#kCY/ DW}5)S@ӈZ '*IfMfyUOĽj1nO-n  tk19@,JǬB0:Gi(g0E]%LyMZܫLaP,Eb흮sHAF}H FM(q+-a".)g0ȪXVm0>X %tEx%یa{|M(<w CG WFe.5ﴑ/aՙm P囵J e8 χN4y$ /cXmL:p-F3pJPϋNC# T㘨#vUr0A$jȗ9;@w)&A(ʄ-Nތ 3_M8L UL0{jd:|P>fރLR> F }cY["l&N12—HS8 oB3C19f1 j*1Qh~%Th"֠ 3ع[` #[H:CLE%!Q(H{8\T+KgT||m1Ra(%|` Sb=fMLyh\'{uhS%|x9,D"cLL@R` + xܘ*H⧰a%և5\4]` :b0 & Ќwf\ 7;{ Kjʮf!|CK%>pxN& L LJt~eP; 6xYanfK^29K_?Cߘ *|Pd `basD>6- _;JA Io4A+b|s"3u$\Ay <O&Y|U3KhE =$1*\y8LZcN(. g(  e0 ,Jo%&: PxDD t2.A91c`r-]7ƾh'pyX)>>*&}Mk116_Ѳa~l ^S)`r(4:#7U 69P9Ss[8|˲G Qi H<Ҍd hURZeQP CP|0IKV;8cx?)&Hj11@L rZoL&Շ7a䠆1yiGt$%%c ; #{Г#qo7l;H?Nh1?~D'X@!m~ @qhw%/9˦C#Wi! X6vD+4 Yibr@lt`F +hLИy#'hvR:0ˡBEK џknp똼:m~b''E;,f^⨬A hx%D!;3h vU0/}KdN,Ad{5wʎFTy½Hh\[ ȥJ+ лA{XW!0ХaAкzIWMpbր۱p[.Yy a5W8y_|+$YĤ2@_6*o_0!뢶$뢙SWyi Q!.?Vdk\=K}I.._jV5`wʹQA绩`W[/Q-,LLJй~_ҫZ^/9BM²4߯b7 3ȠP) =j`2 L{FLt>Bz>Xaufʄ,񙐨5K`1vzN}:;=S`"^A<$!R0I&#G[cԣ7`"+L,UfjLU1VOmir2؃vT jcg 4J`S=sz6T j2U q.gL`O* "&(1J"Y|/דIBNжNێQچ^BpTq5[68CPAJ *UIP|k?#DEW ´G;ؚPP5U_-Pg0FpOoJ'|售vv5hx ퟮ%kt 7Ǔ!u9tӵcG>#TKj р̧RBN4Gz#MT&.1Vɵ{$N8ƕ^IzSyz-H]vyA!UNDCF* ڂ=fFZ9nu(oXr$7b%18͞b"Z^>ơ)硙8Pc_0tj8KP%{;MS9var/L\u4=\~Mșnt輩-9U~3c-&@nySeKnL *G';C@'c2 < zc޵ʕM41q`t̔e%Ҫ;зvZIf*poK>A"?uD9躨![fUG5pNTKswj6J”π|h K!VΗ[:in%7c$sSchb:tkHt&%v )HcU}hP>daWF j0hQb:|10՚i0:${ Af̵-tu!؆ h{`Ȗ4CvO$v9FC^t /j> fHQB.njnڐZ%Lz rXm^_aQ=vl/ρL hHaTdnA y(ßW\sR#s5(PJ1? rw;E0rVt> "};6ycҿ2%J?[NOT:Zo ̥*Ljf^kp dOIDV^~C\rb"3.JPBCh~ F/4x.C0 : d 8jtf$kܻɂkT>0^# iRa `*/.lt$:9L,%:dܽ3s=6U+ˬTQiz~pxD4 pՇ^Zcx바Бd OóAю8  ql>'= 2[vixW$s"%NpVM 6E=4]O`ĦV8݌`ApçLVH O&,#"Aѹ0LlBğ'oT K`pa4G׎ׯCxr_ڑ&ΑI`UqTїh ֢ ҃Ëi0-5&#c2ϑb&L{cJz[I] X.;b+oAof~0cbfWMݔ #uݫitlߊ0>vح=^R lF;a-X'?l#T#L\L1UwύU6`fMxiJ`-lMBoA%8*:f0Vˬfp^-8lmᆋ<1D8#fAgu!0g]CI1p̩*-m)}M-o`\O N\T1w¡⣱<1̴q ^D L^&c5wJPȍ<qz2Ni`TJ_0 'a+<H- $|>[p` Kwj`XSTzoS-n%3r9bSozÈ{3J7oF*=si ~M0:3mh M6$ ~2crm^wpYgآb77е.5)b 垯4Oʐ#sZf]ܻ]GͥyB,*F 24~J qW nfEeNEy$׌t0 %P`uqlw1T>F=oX0Gr }OܮLx,$10x0?hJp/qa$ gku9J YļP-F#]b3qUIUKYA!yx{#xÈ^S=̵ܒkO|7<7|| R˔IT>mqG5&tJ+($g,ZjT2sp)ޫW?IxK/䂸3#u23$Ff#L0W93r mTlj)Sju\u67nQ*E@ڧtW{Q2 ^:%gM0ޔcj M&u~妡PKWOS߇pp\0.[&e1&$\Q<)E ŷ`'a$F+bMh!0˃4o`Hx|þ2;Y#?<1BNt|0ˆrvp?M5wcqW N R01 "h^{ps-- V15{]鐾_A,rَyy$u x*VEQV2. qSn6u4K`&Ͼ@_s9NDY#^+8 6 /D.Qh-Cqd&`b z9~_7ޕDܳJJ/Q:hhA րw9ܫ]{\`$zH ª -*)2oD:zc3lQKS])E(ୃ"$pE wC l.^Y d}=䜼JSyx1ƿNPiC2f ׼uçKL6Ǡ7ox/` |_qƁzKd(V!:FTlLcrqK (~ݑ>k@n X? ` Oyp8ñJon⚴ѻOvZH u?GX e1=8F1fuSORk p{הR1;yF1៦vv0N>TԐkA`^RsGF1"8H?t7ARR t069I hnj1W;o|AFNRDҐmX}(#ƕYcٓp"R;m2T l:*phBn 0M:wB8|uiRx]Wj&+D'M2!ޤvNxsdwROwD'Ǩt&:FK.: v,Y|Mt20FC[bH~P LbۤB%'{!!|A@rNC>/8y[(0F|fqTb*ƻ6/h)[\7;w Aoz: po]RDt`'1v{;L.F q zؕP;F^-eoNbPܪy?}] m'h<_vnz%]m r]_/UT{v4_ #~7E^Q^1T)dX(lIef ILHLZ@#i@YTn *+0& B [q((XC?>ކ8,Wu$[Q{|cĽ@믲^*T:7hbRvi wTP⤁DrP0]W$Nmk JMٻWiVVK0ꗟjxNT(rTB<#7t#+ ߓ=aT+Szk1b* sme+J$WNI"@ v *@$Q9~ݲFp2]L'9\V"4AP`gAr8JBr\dIp$Are,$#9m+J,)aDgp]Hh_ &ѽS#'G +Ba-q [`~iᆦOR%!0;\Nu P:xK9 vCL4'I /Κ%N'Hn[J9LV1Dէ'&0-/_ Z;xم_2n!.0j|wj ETk07Π0ش [j|UAkpU+Fлٝ >J^n)V/ŀhBwf)1 aiQ-tyt.1 K`ѐ;YB=jKZg`+JU};6.^p4tq@@ u ip:zi"PEޭ8|#g$@az18kZXR+ô_FO"JтJd[R dXB&X8]Y8K}ndӉ- \DFI = +Rɂhͨ9epk`XkQAej>%>;b}lBnX{`Nb䬽t˃{/ld"'Gsj!CmqTB%/_8F ‹Lm1T/Qޝ[.dE8TX8-򒻗τm -E{>-(1&Jlb"K*sС>,ĬyG |eWplJHwOS<7XMͨ.7)XO'B؃*NId@a>k2*צּZǜ#P\8;6UibÐ))LV̑m"$Y:I>BOyz򽏜OSǵž)Cc0 ~.mS,' -dq7s"@A&C|!!EBkrl֚S$0.L| DL*fX8& KݲǠ!E-ep_=]O%ZS<F:i_l5x/+/BC\G%6?1s4|/>0`>0>Csz@yrlcV@) u C’a,y&%8RY]%Vi6ebDc!B KpI0*8 l4JyT)%ŖcXU6?ަĠ.Cb  lrcVS2\1"Z5!zKr|`2J`&NA)=oTT@ t@ä^Hd/8g wDž瀅?/߫ie0 t/cB9ǚZ#XE_H81=0zFjvZq1A`1@8FcMX.I:gæĒξļ=\cWJ ܘ&uaɱM T^Qj|J`vs zIg 7ԅd Y q*p3M;vQ(4K 0 l}+=|'6"݂;u9cyP\}Tqxxc,W.c gVR58m`|x aB(U0bPj1F%u9a\"o-N|,WQߘ¥ڸXbIpR5x m4 `t>UϛaI,yA;7ޖs0xE1i 3Dwp7oOݒ#DŜNQæ'$#6`94r}]rIԎz}Y|y<ׯ>1c:o-S+'ƾB;c^&h`oYUDe?iE\3[t~D'NvA'x`Ԅl͇ybh39/oA(l^93jvY*y%̠+}S*,\3O}E("LyALBϛ"!-L˷O/ь '̫|d:}b>)QNUu;VWz<82k%b /'ߞKg ьx,="L vPhP=+JlF/8ᮺFCD/W{0~Ysf4X&jTb\hBkc-Rm*o6H+P e4Hx2԰%HeN aimP؉w!y$uf,x͆˚hda~O9s ӷ)bugBëJS}nuX}jGD*0ÝS0_Kd$wD1qx(Gr3/mZ"1WL|hs8,IEM<4o4}Emd]Siz1S%ezB9_&*^Lг?a2ػޥߏN*1ŘQ?ؚq 33¶ty$zPi>0*i"_M-JD4+ Ʀ,cĞ0%+җS?0cNe[F|üK1UNK6hS`L׽뒾 qce\{.Fl?ߗdCK%>9$n6Lڭ&,b@$ic9i8Q.5̚^b3Z5x/h}_! xiRxl}oN1,\f^0',ĭ€ioqA }4E+G:p7Mc4)0֫3LR]E*j58W- xBCAdreF1Q[%rBc,K8Wc I;U8u:yE;ԵoxO%8b8{Ψ N3r@V1S[E)\GPz'BۡS""x;W}s %.[N0V>*Mx>%DØx+"#Kb Ѱ2q%A:%zyH$5OC۸R x$!?$]CBܥ<$}Dxtf|&,yY;I>\ 9!>WeB>4ɇQ;1yw;èx5x/xP+#06_y9Ƅ`zB Pm䛱= (K}BUK2;qQ`$փ꓌e% :,-;7 *L'&OEopa|r{UO%z{s80zUO9N S.=U?fjWN kF^6zk/YԻ;v~/ғiSeJDYw{UF٩"-ȲSuf) _t9}-q_].=q=!;)J,r*5UORݑkz[%%TnrPn Ip͒ӣrZ" 8%{C7ߑ 7ο 7  r/CTy*I[* <ޖN29 1Ƴ1YuU&xy f˫t,M ,vQQk79f2XZnI%& H뼿!xz~?|cNF3UطO̬yEb*t5p5eX!K.Y)B LǪ_`37]9:,e# yERHX>1/5Ii LmW`׌V1}>zK>¼NS}S)Dة4lIS ||lHצV0D|bDD,&z'ZV.k&! YnAx{ұkm<'%<S[E$` (&q! SV&a,[ZɱߜvL}&MvbF÷Go| X/!LT<ŭc"ﴇE"3Z'c<gǯ2 f80&0$n2{4H$.-'r{-4)¨M]Y%pOqMXD6E]X|,;%BX4 fQp_/ !S-%LX48ń 0ߝ\ѿ$?}CP3$%%ģ{JKD0v!1ރzCEèXaPۉ}{aE rQQF"ǟ3i&7%}aaćG1Q*hUFR3uХںPՕ% G`6_f &ۿc9fO6#_Id! ˑHK%>U%#`ua!='SvE'zoI{%_j % &a / M=_!i!|(K%ka_;ծ;k҂BzYpDhĞow锋t"H缰<ė MS#vY6(,"b 6l@c5Os2Ҟw:䲞k]3W/_U(&vxW0/چ(0V¿UidxonbSþ0r"ôHpןrE̦dPeۯpt| rKU5,b<YS^].u Ai#_nTwe!B%DmF߱%BH ;H/ѢYHd'`t5XM#]H#dU[ o76YXwIZB wvP<-uWz  Z_.uC,Ġ,`"xbQ&-?la %F_mLjhG͈gA)id?`üa2um(b:Q(\7Q %1 kxŦ n F?-@/O_8}=?VB;|w-yhW”Ü ¿1 .J%^bR~}s+ǠDz:} Dc"zR.8 _$za^ rei`. a`@1P!  -J#n fƮgaggd'C$ 쫳T"VMY꒨Q=Q/J?w.S2{Iq4`"Io许¯$ݔF'7m^̀ÜL׸%vF+-Q>ƔQE6%acd6‹6juf0XHklwՍWDsR@8J^Bk8Ǻ+&iyTB⺳Dp7 1CuTx9\!\)ݸrDK2v]0Ȑ(^9qc Wm|d*,x$-#c"JBWHvNbc%WJpvf%Jk VsR)牗@? wk/qyIʉx ~"HdH %HU[7|Cp&ԍLU[Wf&IIe&($B^FTGJKlB`@n3h9(y( ̒g!Q8ck0b}FYB6쭛l0=:#%n`\ !z?1^02E5QSWj4vĝ.z -ۅd 0QA7`(&0S;FɄ{{"1,DB7b`ȭ$[X8:v'Ɔf|#Yk#|P'SoT RBY!|P'& Uɦ&h,bz%āsLQ'>H`}79e$1:r O wgW ;cQJ ڮ{$F!t"u|<#5pLW!W3yaZ#:a%X羒hx%$?ڟѮZ͈?@8QD(h„)R|596P7D^b|='w,Ec' 9x`Xiq]L?^,*f4qO%5ݜ;aԕ$b3Gs~ll4;4b6q 7&Bfg/V&7J V5GypekM5}1Ն>x vpBΗKIa-eub^ I$'[+NaG/vL \odU%6s'*ĘC9^\~.qe/9`tXy0.M}Jc@^$ٓU$ o`9C$mI."b&m 1))JFeёw&SX cuֶtϣPed_ѫ^-s,3KEr 3&0p!;V7L,ow8fz?{KȁHLq ?7W#](/]:3S'巴wKV^Sr*b _CKH:H%mﱿ,"Au@2b0#Q> Gމې$Lr"LM{:›ҧ7[Jh5@uDVX98TF{5x/][$CI_.К2P{{fSWR9=d =U>B q+U X̊cd<[+z%t8S16XK'T+_}bWq5 0:O}uуzϳzlӽ Nyz=xrJLY  {q3|{6?*UiPeT$[*[ME'~7"qlWQ9 a #s+4h%-a|/++f!_0fͺU}EMCŤ-J,;ͨ_]&cSp{GH䪖bk>Q`BݒJ@LJT۬]U8bQmc>E_mp( '>JTC ¬. )Ł#Z{$#D`&D `}[$J"\}s42d3vK}=X_J@8|b$)vl0$P豗TCC#+hUf ǀMCݣ}}{= е̬2LlW3<˻.rWnUM@oc.1aK#\_11pfbt1V`z1:8Mu(;.5 ؗއ$>={ϵǣ|jOM Ľ(popG0p _"wz%*JiH&{[I3ì&C=:'eBE !Sf=qEr7 /p=~ꛍnm h%.]\e?,<|c݅704^I-b°"LgVZת{Pz߱#  ܃} LY Ev8N;cat~.tvMkJ~"XuJΐ=`5!ӛ5 L4.NE;W _aLZ1q ɂkL^v|\%Tv]"0vC͠yJig5ӥt*]%bN}^7DmVybWa:530f >1a툶pJ'Ĝ3hbMJa=]C:Y8!N'c@tQχL2f4pY5evB0Ď#b6*ڲ#x%.F!#p$*] GK#X+b!o08 N%Aݦ CJ$kʗ恀6Oщ]_DCֲ0:$ЅfI8m*ګj.H#Z I=d"aiAmk=fvfNjŨP 7H r*Ťi0 855*(z2ٰJ"dYv$sh( >h{HK^G0M]IW򺤋̏5b8'1%p9K Q4m(L #>̀ [[ %v%!G| S[AJK"  ?y1+a ްR(m\<+$,ZDzGzl@oڠi۷ `ܛCyX+I]rvpM'fLCyy/Uy2~Dy=ܱK.>$Ha?!T`<]hy%P:WD@tD聈2'R;7{ǶƮ񍚅!U 7ʂWEe%}!wP>&CK ^@ݷ`zwܭIYEr.|/G^bp䞀 s!mX uxg^~CTV.]AAQ7#Qm&O)aa%Q>ބXr@ a*>.>d+v/j)lE#NQ.(x,4Rl㝽@0LxʜA7.I] ͅom¸)=$x!E(Bӗ:7_JtPBsRL M+}h}{= qe<|;m m8YY0NKLz; pw?4fZt!c*6eC=8-\|b|.EUO`*Vg|B?z$X e{>' !)\%dECL\pq~*47bNRVbu`p4RhQJƼ y YgLteJl>> *( ``EP»d^FZ,6VdT^U*ΎȌc,fq4o }_*R/a iL|",CĤ= .U.A i/ءc n)Vi[ qW%K.X%q{SZ%v:XÍոoUr >9X9TNDC\'G>p2cG{}Dkھa:=&W(xK̠Z>1]hXǙJ@wT7@X ݀&j vMNip9wZUb2kIm ^oW'&YkjoPԭzG0SUFUE!f$Umh$!0F%z*c3 ,xW7gϷ:|C\A֑ =娩< 7 Pk )Vԡ[^B~7PYjĽD 47GzeVJ`DR٧IVu`Sre*V6J`5\׊ə#iV*l^%JƵ\RaL=5+f%a8!wGq>1 (-jɡΤZGQU+7TMJEڒ4+>Y hV&dqJ f%`ӬF4+_R/ʜ!b$d8TIQ$C]2|[2Ñ2!:FDCjA+BM3h!:a`D40DC>*Y4|ROMLJ~H%X42c\A~,S2bm2 ByOK蔙L4>1t[OL:8 y#p`+MLr*:bL53ڀ02S-Qy(X KxIS@Xsu(3ڀc|(w-ع@NfKKQ+Ev1*Ն@.I@ʖm KK KK&$ 偻NgVBA h6nr DsKKC"43ND<M;Kq%ۋ/<\NXZRٔdiix&KTkXZ6y 0"4x͏S)8xË*l;5id$8F9 4ByUV)ȶD,"$v6+&8F偻 M n +w9܎Lha)=I \`LatUu" 4ZO@[$6I}G-@`( R%IXNF @&$ <,M8N~꿄Q֊++QI%Ҧs(k@YkZ#=iH2Ļ*1o wOQykh>[v4TSLJu\[hUBOf* &sE6v"OkT8s 2ԷLYBxlC[Bc;su2W<'+W9G+20jb3xZ X'dcUͲ|YvF$oewx;#+#A୷sUդRNݎQn nE5IDȞe;춛n(9eCIeC$PvWf[7 RvSQ6:]=SMCPc-TӭN%i_;l '(PP64vA٭@(#oA:eB)5MY7q(u팬v~#a!!נZ71Cf߿Ĥ qohS!v#w4Y]C:`9Npq/lH6dH> &5vZ"^_hnn ĆdQ +èݚ$o`Įi]*4yx 0v68&jھa5J:l>GrK?u'Ul3mxXX:#]#hUƧ77یJ\^yi1tϘ%LdA*}b` rkV T}ʁ];-)ӱeWBd?c!u{3qa rsY#੦җSL=%ͼ66õKޙ j16)D" #Iܲ^A"p)c- o$(R$?4ڻs`ziVSas`P*P_F.|&91C:%qc$}Ph*IetWj#|qmxWFo#8%mfԽ$LP+CpTBY. 4o:t7"QU,RE*f|]r+K$Dr)U)Dpy };8m 26moP䡰D`0mf]v=NSk0*`xz֝aM~EdGf3Fk~kQcHyn-_=VH2gy#atawQ&uR"IOvRI#oxm [K#/y49w(ݘSS8y\tt|0~h !( 󶣸˪5v@`9;y~`C.>vd|<1 +UoѝZنӡ,=MגEϯ4GP ig,iiIP !sxGI쉡e(( Rbp(gi*}N9 v h%aĹͰ1v_UY]"®qx\9K+E>Pq<1Yi, 2g+'S0VMuοV ւ+<|5X8)kՂ%YZ/Yq,pPs(gAb;K RbݰFv[vd!9_IUF B+c^Q'&i;rw+@h%K,3K,vízDK6''OcFۯQK Ud51#* +Nc,a`> ZE;Kޓz-sS./ 4&?9799l} bZ_7 >灁f7$mk LTK(boӋ)poqwc&+0%o>1+j8uy#7-wP__}buz;?0=O1.v0918$c j=;&#߇_?kdꚜ_܇~{5Yruhbcl}$&bI T0wބKLލ෎v&c:zL^1`5P(kڪ_{FwY => ʠ2>T۷ZMS z3 j0@Ql}<#rSX8t?0Hp7{>AKga=W_m3oѺaU<%na[S<^w zA&: ׈u}`Qv_(FbĢ򵣞{4,;[OugB.uǸ}:^Q&x=_!jdvUmcK0+3AlZtǨ5kdȮ/Xv*!.h^n XC2 7qj&Ρ +yŨ0~D>ü4.8FbnxZL֘_d %q{͓ɼLlxFaXdϝ/-QQϘtϘIG1x0eZ8Hfyp$KӐ<19l1Kez0^FD ж$~ 6_ f4QWG7_?u"0's|T͂>+HDԺc6-|z"ZGoMq9<nCa2|X`+kPUo%ɷnOf7|t:M8Fo^Vr)/0&:Jy)orq&\}U!/`c"pY~"XI^_ Ey!Ԅ1r0Fk)q"F޽ Q- vtƗ Ň`tI:^Ջd7D(vo8o/@&oH x1 f 0ख़ܷG/ 5&C^-״WcSsmO9"u,TK]xcn 懴a;:;]bq,>c\M`X SOx/Ss%LPk0zU$h`YA yP篜$v|p$am/5" ;aH=oN3prXh33P15/kg%D<ΗPըaW>qkd|Z@Da2 ðF9 0x [VGFV&ב # Q ļ ?νub*ZՓ0:7;ȪN&fU$֛Y9U3PѠMl2/f~t9)|p+^̈t*5Q)Cl r_PT_9 34'&Rn gϯ1@餴Z=Λփ 107L hH٨)٧c;Ҁ1I<ƽMw3Sh|,'&-٢)-as}0v#̈]p+F.':q%Q=b"a"Ǻ0"ޠ cD| !%:]4%%1j7e+ /;;:w6cE\S{7^G3[,~|1AO;XDRkFH uǁakyߎB-GQ`=5{eƗ022"0y=7܎[^)$y~fک"*&AC ^pQB :r$Wr;y'&n\m%XX},5rZ! uon;FwjHnWس G FE6=kݳw Sn9˷qV}.d8Y0 ߲ulX~~mߎiXaoD "6`pz ŷApq.AH] 9* Y,ߘ%> @4ޯ"Wf7 ztxHⲏðkRǞ$V2ݰb=*K|E놖hBPHx8CL \!>0uO'ƾJKh |r.!Оb$v&-rO`x LmwiBP|r(!Sz JЂǢfAXKFsM0ZKÈޡ* 1]b.:ԝpU8mqǚ50{5D#jIQG,&c K`շx6#^~@ x}_1Ճ^7g c̑3D -XNt `%w#~_?DQb6Ǚ .{>qQrqSQr9Ɖ{"Vm_144%&.qKۜe Wq wDwPL<#!Jt71{FKtHp%^06bPQOZgy*q51Ceue X=AYE7$LgtC̄}<\4 #JKN$jeUV`R߉4 tb`^apw7g䉶%&5ļVIV*nȟa@ [k"hTUr2ٿA05L֚TEr6_3Xzb A//ҧߏ^B:Ba{LL&tf"f>!MܧHAP4 ЅnɍqF<ɌѸȆ$YPњj+|ɕ`uA5Jy!藉5*Ҥ6L+OZ zzCGd/_Q4I%1cYE(df* %qf;g pZ0koRU'eQ%- =Z@![NrP޲Dl-:Licj[Qk%PU+o 1wo#XMMMqg,Gb&΂, y[ӼDaD/4n[yUVbe]\\$XK2X儹eK`e.IKM9p h=D1sY./G081l}wq1)Sm93WXM>1BkT'jtZSnaE­*]NJJ`T.ޙen4.dB,ZuٌGBHZPN^ZU//:'咚;Y`N8d JCd ^2'd pkWL5_V#or +YJv_k<~ Q3[>+BF9JQ^alRJ&:Pɞ*J@qj\=d +jAWeJݽk aVyq%Tu\+Y {YdZ|4aG7GQk˽҇Z6*$;a\  6haAR}4 ƳDEڜd4 %;Zp>6N2n Ir֡EA2ԡ}gm2g},y14wL!CO1"ժƉt Q)$H]ߧ{7M y>mQ2,bt 3ϏH#%(!eA`#Ze+Z`&:A 88Upsj +0mM~B:<_&pԨ&.9ƑOrZhtA 2>5C))G`їk 8Q[ώՈ#(a὘c_W|EkflEMJD]dFG]?V f hSx7U>8of)Ҡt`nì']L򼊃օ{Gt^Xc@B^x]瓙dk4֢Ĩ=͞2MRKV LG?Iwx渌uhm6y.!aj"%LYw F'*C. %%N jƙܣj2SY_ԱsN՟L pkH`9Bt"^5 ˊ և<P+:*&mֆ\:WdUƼRgmf]WcƫeLfxۮv̤ Lqv1K/5)0\!!Ő}"y}%s Q#kJW'|Kw3Œ80]6vtSTD_B!Յ%s4zgk!Ye _8搹*nJAhfXcM"Z6~EL Q( E _Eth[3/ _[0zBwfFyP z1k*217OL̇Ɔb't%}%K%hWn<!Tߕ/Ѳ߳R`[}[8B Z\fA 2NF djj9w+DO0DX+57mPŔ3wZ7dr3F C%$bƧ6irfLV_Ds@/ ﯑r}>dkmO]"A饖fZ_Lqj̏m0#Q )-`oU2?ނ8ei0&k̟1x~c\#(("}M`!(Ɉit-L%>oh񈝀ʉ$ "SQ ]_u2w5! AuF䴡`e-(+VFk!$.A/Tn&$,z)#b}98Knƈ7FR($ - X>{C13|#n6 T:lD:f#k[hw$ŘK0ne 7e D&]#pEg(Ѥ!Дbr?-sC;y7L,ǴT/[g1ՃpA!_~ZUk?a`kY&ǎ/Ń W|"Lk.q fΆL'鲪htQ}ė x;[e(!r-ꬦZ|c|bv|:&tv?`)Iu袊w0Hw :Yy+j_Al^:Nac a WF/0#1ӛ1*˧lc#`Fca(slxxa(:1y`1?A02>KY&0g`8<;`"xŕ~16͗xYm3h˻ J0vlSaD`bk(<@f]$_ll/A4(p#ʅf|vC f$V$y.s+}I2_h4]rSm:jleX9$XW2?D.`Nа+kp843t)JlzV5xA6:A+Ãk)X~uSc!I?aX;a{݅p8[7P ,:>{g? >p0xNY|$zDD 8Ĥ9lcA|}xRC1A>$b{y)/ gkEL%%Z_D) cDd6\nF)uȉR&(% Gc~fqejVh=R&[7hHD#4#к#bI &PMM`f Gme=Ja%)>E  C !D6~1l v#ˊ OM%5:H9F9_OtHhji6#$"n3 !ono3Qp G}&l#5!Ta+L"4TvF_(B5$6%K} 7:H+ 7 hCՐTI2ˑi!v5a|tXhɷ!PLnؘ`T yazucyiq87)=^5l*zX4ے"-Cł2 `?/ ~c܈!RCLu8y? 5pM;'4uCeQR&{+~@kbİQ#T1|*&6m0)&6" ')xLȭɰv NSlUN tc<67z&C8}!ZANl/ _\=+6j^U iUa>{l9M ; [zcT zB، O|&Dg6aSOz"Ã3\'>z)1mHؕA:`+3QV}a=D ^9Z1Rdo6뗗(qruDנ$ΩŠ Lf2 wW2JB& aÃD#z~^ࠓQBZVlX^'e%ͬk&ɄrLFW:T<NktaK/.1i06%$]kJnI'[]ƬfWٕVw(1B-\MWHfD^lW=ێoLf8FMW6(df:ǣX^c\$"E2Im H^pR7t saDT-0}KK2xqȪcBJT͟R7dB2z!&=nOͰÞRoH leش񖙘;*YTE50j{W .TyU7Dqj㔆DDj3aۻ#]u|9M܏u~N*i"ed%mȻݵ-K"X'6YܖJTYշ~n4}^P0}^ݰi==n2i՟W,\,`fbWVi\ ~Rm̥'8S mU G+~/JJR)||7ڃ-͈h eJ7 2&CN` I%CwMK7g6!SlQa0*t31A' 0mIUsţE2+ea/@P}bt];j#S5$0L\ O4y0~e Қ)&?;,zDKXwR-* `]cNwG ]cx9 2OIӆ6>=h:dca0${U O $;֛I2 mtLNsbWSyCڹ䫘hw&:o_ jqy K\a2X׊qepf8 P|v8NZKiBj/<} O Jz:y~W?u u'&C%i 3=0քQm&etpM3^|DOҩGb”#` /@t= Zx3S6pY"/P蕅Øpa1arKÄ+%Wgh_{.b\1 NslR"ȓ_D pY€zvIZ=WnRm6‹ayCZX [' ia!XO8Hvash2!,8F%@Rhlu<%vlܛ She K>J[kA̐U4BôgR(Q2T|@ [- *l DItR8xO/(l05zw26b>l/ S0aAs)&G$q;L08F_6#oaؽl9[f;[r°zxe_6B&fn!fJ' v1ʇaO F?fLv+hSdD͢-Df6, pam4իaҥP0)02GY#RKC11"sbOMg 7V^DxX5czMk)}լ=? ihIYsZa?LR$BTfCQCPN[Z];_Dѡ};զ<P<7 c#P)IoC @mhe|w-;M;x|2 ~ƈ#oFV3%dO_aڶ&9ȰRFcdt<+@Yb@xtl]BjP<N@RGӏ<#kO%}Oa 9d18E!SF&Q28%zjcdZ3LS@ElY}51M'\4>{6! GR4x6^)=w=MQb^D2. pa\3YT1j&6k/hdUNh`| +5xؖ"_`QW`,+ذn DPw80g=.lpKe?gOITƈc@дέ+;E[nC7QΑ\[RQC1U4JjkaOM0413/"}sUFU;&51܀V˳X۫=;U$O 0Te+YN?*Hp=!5W"/,DW(K0X]K ,g6HV=D'3l% poL;~07u:,>yZ48vSXoVܩ#Aɔ&SD6Z^ T[7G܋ 6z]sʠа۸5 <׷™0L6xtN/ tѱu 7RA1 ft8!MqL;Wjc^$U 636sEpEG8=Ƥaw@ٶ|^F8l;~nT#DߓsTuKqQ3=lBxxbtک\pUv9:aY>^ X0vنix@6(? _B۩qu,دjiJ?n[ Fd+IXfn E.WE^#n56&a)σ*wȝr<ՌX8VC$)5xl?tGˣ*-FqI‰j:Wlȑi̟Q[Z]6F  f6L/ \]'B(-l2 ҫtp80F ptJ qL N ШB aQZ{cұ̎tOqSZB=b& s-f> N uJlpC$jigaQZKC BpE 5ݳή148c"xUM(v,ES ]>vbQp8_; TI¼\p{B$O Z0[(RVO`57)rDaGE;dw5 7iscOo00v7<(#i ="F'7&j18Vl+ DjK|cR%\ " z{|cz,]sh1,Gb#Nlj}o r0x&*`~a:l0w4$q3^4e54$Fd#puz&gakagٯ}lƤZ]_m^B՝cJ볺ױ3,P%HTEaBN cTފA;we" K33" %ҰK#?J(SygǪ-3lS=,zIFgؔpA0`m ǫD`%]QEo;A.pcϕV:<1f׮y;~b7~nVHbGsóV#U`]{1z"NJ;)זo&慬G [9O[\r"*njU5 jY1z| USFtmjuدVJ_W+VcWk"  {LU۶=ML |ccPIkga؎эՉe7ck!q#2cg;F6bv.-ֆp ζþ?l-*`ג 3 L5Vjƅ 1H$.~5{ĵåGX;nO%Bҿ_b4 m%>~ NQ7՜xű!0+Ljotw%Fgm3$bs/x'à1 Uf]{1cTyw~笇T\`ok;M#9?aBwh;WFV(W 5ŮK 9pđ׆gJ3]{*[v%j%@1&L'`-}@lLU+npj0* B1NzCd|41ȋZߘZ <]1DN2^*ׄk7珯 ;ک8',nOsfr+ʅx0{ Аಶ0{ ^Z? 3Xށ0NE78z{T1H¿i7jipn@L Phb`uy1*f65Љi-&?F@vb:1i:6-w4d]h l"D :ހ%Y XL$}:1\ѭ@>ECG.3z$  /ـp`%&2pm01/Ld{KF^۴x(_%fN>8fa' -fQ#7q`яyqʳHbb7&2̡>Y0 _1V ^;I=:Lw0!n<$Y&Q ĥ6JtcIp7j(&A i L/!fTJKvJ \ܷ|t xܔ{*g?΋J㵠y_fW M{`5_v/wzTpGHYό4hoq|el0¹0c@}ToJpx0K7Nׇ=BZa!bso &3_IzsNE7Beϖ[Nmg%fZЙ-=r R̟|+Rob?ԂYDwI0 c087$M0n`U7*J4+BX~z|]Qwk1̽pj|v7MKHol:ԩ~V%,9&U~ǨO6._߫P9p"yJ^MtX9^#Ul5 vSB0?0S&xMo`@a1&AO+A 4k,kgnDsB]@#nu:G te=:i= ŨOAs<>*eͯ[(Uqxˎ;Z,Kk&e@%c$" Mu m_(Zٞsq%p_N>tt8 %쵾1^0q5w,8^0(JCc<!ݱ*Q$C`Z2Q8 _d- vh,Io/|,4EFփ,"lz1N0{d4j,Tb`U Q;TCbnNauNک%kbB[A{l^Yȕmwpԣb: wLPmRd%bS ep̡z,.!OqMPLًw^SøՈ,لh2@ƼDQؾ`0Ȫ*za_^AzD=^$d&LN#lh :/gw> W1Zs1rudm )ez5(đT<^- 3B1/ZkF1鿲4!4k#]jKWye75ct%L%nLm BLkӠ? 3Wyņ{3ovM%tWM0AA(Ctd%2.gbQ)\r9Wј\Q69[ٙNg j؜b[I0*3`[>U,[f&qBėxg%xM_oqLUob#I_RoF^Z>bq)B *zDrSKao?8BY'FnzlQi ל%Ʃ,pcJd 1[dl1E-8h ~}R㎰0Yͪ؁A~a*aH&cc6?ad8;+ yjqwTp=C1 VG6v1ƃ~Gb_{& ( A0lU#jH i2 xM=06-ˎ.)ujxCwL,jB*#@٩Q\h^nuaƐe.*}~BY"q xr Lf 23k|p]fH8o}Q}8Kƽ &8};m]6ºECW*옊;ɟ5vV:W|-:Url"(x7EG`lb'NMEQuUHt7#w!xމ% MexEFsEOij65XK8g G۶%p X9Bt>ur;]!a/\Een 9xPψ:SA# $c̏3S ];6~00 +@!?ȱ I Inߙ _%L %dtи},-ϣo(7؍5櫾 ..d ] <9#r&f z6`)M"RDɍ- S(or񓚚j`{0 ɝ= XS CcDL%bٴDH[:nʀM.0&0䷋g>-O$7@@$7M7J|*TmFo)y 9Y)AwZ~ٛ@NjjU7Ų6__Fʝ/{n/r?͵%L/` 74Nz, $`PPy9ٮl[(KA.`{ < "U,pAʃXr1F{xF~(O8ȟURɠNdi+NAM!#t~9\UctN-r !t)cc㎫]B4d)ΤpHCHJSNPB$!tJh1J );tP=J[>;%tRqD3J_ (c,ៜB{W)!g;%tRų.Qlk>jI%tvifV_-W|K(Kߤf6tP dLnc)?L#~L)1aO9?&0͠=%8F-s[ N-{;&Ȉ3Z>&]Td<9q̰Nz^9zvL Sb=$0yi-ɖ|luUCvH0p!qcZ)#M^j5n%t8住 ʉS?C5=oW,1Ȩq}̓|7QoXl)Hfw!{/FB4 H AfQ-!3ƽmhVjq$Lf^+ńf}p>\X|Ba05Dyjpa}[ DC`Ѹd\az)[0/3}QC`bgX,+, ("ɋÄ@+|OM#-9й1Z+@W8B|}FA|L,dSFY$t=L aY"3Ó~Fˬ&%Gh14}/`"Q:孨FÄҵąx;]zq0ZUz=0w~^pmnj>){n70~N'G\ɝe?7\p \-EN.cOX-*Fvl3 [m}pW+ԓS {x z&O@">h75Џ4ny҈)TDL~̓fͤܿ\$ |'b=y6.jtpaWFO:\%Ȋ1uG 1$ B?o5.T-OLC8u΄x;ò TTg} j=('SI970ǻd- 0ȮG`Xf]ܤphAg5m߁T9Ģuk, /0m4v2[ymmh=cK8YD, f32_fBlgcMDQDMbn 6~6^_l(Y2LlX CVSi\[{$%N=cF`߱t|Kb+I4ն8`WXNqSŕ` ̤>i7/Zx.,-a!BQpe aPcSf_`X*#,i"eYL(rsc\KЅK >t뾖V+NUD|W*5.+lg;c^/ؽm# #D2cw2 NF.'Mc2Ei:2a\Ɔo_Kigw·`_4|6|m"=TүM$|XQ.O3vqغ̣Զ%>i. .:y.]Uc%0f9Ap dL70X_#cr^+NJMYq(gU K! <<45P/w endstream endobj 497 0 obj << /Producer (GPL Ghostscript 9.05) /CreationDate (D:20120528191505+02'00') /ModDate (D:20120528191505+02'00') /Title (doc/controlflow2.dia) /Creator (Dia v0.94) /Author (jas) >> endobj 498 0 obj << /Type /ExtGState /OPM 1 >> endobj 501 0 obj << /Length 1499 /Filter /FlateDecode >> stream xڍWK6bEWo۴)R$A(DȢ+Rqw3cMH73\E.JZWfwFxn$qu<_4Z.֛sQvx5`J)%O˕ֹw=uw7aB׿>*ϳD)S z4rY)֬LA-]cm` (pvkY%>GHYFIaS4)O}0ug5-ddJDd_Ea؊vJ4P础%.ʉf҉*̇fEH G!z&ۃ=9[ w൦[vz-Ka[W*QC+UIJ$C@h !MZ Z`ь\\wllxsER!MZ&L-+a&  #x8ĄHA,jIr [[vA卑";tĿ1cr~6LjT0#O(a{H\עM2 ߱G-@@`N0cSJ= 1ϚG8:I۵[FzgfhټɅ#|oMh,g܄5XgU?,$9ww kR>yjx~قWond{6R@ ʯK"qCOmN1:=F3&FӁ0Ʉ -1X)4xb }0xk-˷CC SY9J&eb4߲Dnܡ0@ba +9 gSt v&vϢש触%fvgFU%dTe6$ Kњ`h#YG5߀6sQp7:0&ͧƣ+(WI! d/j8l8`t=K+N}L\`~x0ג+,j ؼw{F )hSS4v=Z`;'v1>_.xOu4%ୋfe64c'Xt!İsc3GOI:e j~WxXQZ)cO@8ǁFD_VU똈>ЊMj=ԋ$@9PӒBWzX0y k}l'*7X#>~xx }HHtf({Z~/^1s}RyWQPaM<{jק띎-co>G*Fn M /Je{2sN-~q7|7,U_3v0Dՙd-2)1)=e~Rg3 I{:1Pg endstream endobj 500 0 obj << /Type /Page /Contents 501 0 R /Resources 499 0 R /MediaBox [0 0 612 792] /Parent 495 0 R >> endobj 502 0 obj << /D [500 0 R /XYZ 90 720 null] >> endobj 499 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /XObject << /Im3 496 0 R >> /ProcSet [ /PDF /Text ] >> endobj 505 0 obj << /Length 1325 /Filter /FlateDecode >> stream xڥWmo6_""V}Hӗe ֢q1`msEf g@Y. 耺j,- ]Q'ĻvuRNQL&оbx+{"? V񡸄s?Fn;;ذW ET.Pax˭ƝsXlqj(%u8j M+$6܆ %$3/&9>'"~bZf1dr$0r8)\P2}{AC\;Dd2j&MUg5gpmZ@O3zq+m܊[#SHRxr%ɾf}| 4kO6VMX/qxc`]Ͽ[%~H8_m 0qfWp\on&Bz[_AepS d@s2^#e}7u6 ^1|l9LV濅7ð5!™la={qL.߿SRnB)Dq!RhE55lh0s+.٢8ߣuUo]HT4FU(bJM^Q~vV{kL(@V?:8V N⦔\-[~?ZwGupzD endstream endobj 504 0 obj << /Type /Page /Contents 505 0 R /Resources 503 0 R /MediaBox [0 0 612 792] /Parent 495 0 R >> endobj 506 0 obj << /D [504 0 R /XYZ 90 720 null] >> endobj 503 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 511 0 obj << /Length 2363 /Filter /FlateDecode >> stream xڕYm_HC'Z嫋~pڳ& 6 \IQ$}Q)RsvgggfggE^DZ/ó5Qnj% ϮIcӚc3:X7ibʦGXUAzb{>%on_~OL7U&\?+ X ,(^9ڢjG"]Fl]"3rĀhbx/SN6-]qL2& tEuMkg2=iӢt6[i RпĿg?"Z!;& 0h!5>- aJVz?hxVĨnӖFU%4 9=ĈX|t;"B?!D7 0vGqJ,䣽g ޚ>(倿=w׿#p 3l/]O{)l&&N([F$c90m 뗦r4\~^ApLbAɐ ;v\d(|VEs@$X׾s81/t)[/椻쇢;dwB)|{Лn@VE3C^o_υTExJ>;p9Q>G}75S8td|Tx?oTTIS U]䥏V/deaX]WYX ؋w$5m, ^A&Xr,5E %}@ƭt=h8S%<5d4N*+$eۮdY&GvAb U;QwCO:t 8-ϪZ}O:oj zh^ voq!ZKR+ ^K e&dL]@g-qpH̭" ] bt:ELp=Q. k\{,=b&zWxwQktu ;5lts^t !VR ?-8;Sx–dNiFR04FH1e=qxCk\ &ÖJ=Vh5"!=軝<삐=SwRTg tIJ40!-ƍn2( endstream endobj 510 0 obj << /Type /Page /Contents 511 0 R /Resources 509 0 R /MediaBox [0 0 612 792] /Parent 495 0 R /Annots [ 507 0 R 508 0 R ] >> endobj 507 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [90 321.955 254.343 332.864] /A << /S /GoTo /D (Example\0402) >> >> endobj 508 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [226.351 282.503 386.99 293.412] /A << /S /GoTo /D (Example\0401) >> >> endobj 512 0 obj << /D [510 0 R /XYZ 90 720 null] >> endobj 509 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 517 0 obj << /Length 2339 /Filter /FlateDecode >> stream xڭn=_!(LKr>8㺰A/NRJZ"U^S;3K4'Em*̛B3LW .^|n o_]N|ϝy3r]M7t_d*pO'S)Cc "J/ʴ|<aHǟ|˫ۖy)%|ALߓ+'$Yo,ɋ|ʲ@)Uݔ9m- 0qV Qj @ Cb~6~v~}ᜯqi*"uAJo4#O@a)>˴ZoYNd2Ċ/Qv-lŰh}S37Un{cSX"'Z>z7sJF3U|i.Y;k"}J%E̚z<'mOة&_BptyAUZf3[##4cO^cnE܁0v8)@+~٥^?ዯ'*i}E<bbWĬ>OGdvMDcWD}ƴg}D$=4B.0=%8n(q I4G1q7^@N_4eR ^QݤvC'‹ tpŎ>#W dVQ$x-S_4'hظ*[*vx<@"\uVAߕ[CizALQ q`j<n%}֥RcS`ЏEmx0iM תرhL AB'dv v#;&Ծxu5s"πy)"i5(`ד|6kM)l&ka۬RRǼL냆=V.)2 837E%̥Sp&g'Ms]!ƔG/V8Tq|@2zb)^Z_$SɌ_KB$Ab 1ZY#-UH0SWM8 qU2U2nXO[eA=7haԒS -* Tv"oY,vZd0YM@,t9 .*汃=_bל1~ hX۫9 UnwH{"}Rʀޚ RDKES  =QfDBOujD$`4,:Mh-iO\6͡<ާhV ʼO7j#$@y~_}Hn XCYun92'c^h㹛=o@QC:)!(E tc[P]4{K_S <#c1|Ь;?!2rgBy;WF>PDtw~w7N@ .Syw/H< q6Ac `Hf`jrh !Z}GI}tՀ{ؒ{✔@}1v&O; \a#3IjC hWa>Loig4O5rCewT Ad&~0yPAԗ\CS21(OyH%0N۲h6<W֍`F}y!{//8]ćWmRkG&AFGFa:`ے߳6h4=U5$2aY9";oo|r~}?9}}~>aLw?Z߾MBj/ /K냡sSIqMO`jwkJLԞݧ%Nfx7?aaʏ FXo[),Y*O;e J=f]8n/_YtGǜ?"l*ߺoU.w)~S y7 U]f*\?Qx#?tY.DUZ&;B !I5I/_l-闝"gokP\> endobj 513 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [254.242 470.507 439.724 481.416] /A << /S /GoTo /D (Global\040Functions) >> >> endobj 514 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [186.244 444.206 351.23 455.115] /A << /S /GoTo /D (Example\0403) >> >> endobj 72 0 obj << /D [516 0 R /XYZ 90 720 null] >> endobj 515 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 521 0 obj << /Length 2040 /Filter /FlateDecode >> stream xڕXmo6_a&*%4MlM5Ί- FczD)?;iKm^#Ns'3 c?$GQ ޽~j0:/Ou؉bH'4c;|?dVY nj^o3/G9ϋ_,vD·jλjndG8v5}wt>; g2 hܴ bXI&)o8uUHNԇ=..㧱m(‹gޕ{$8_{׋j{88-.z͈6s0xl͵:PyPUKG4X>KuT7t NwtTUבѧ|Lk' 1 ҇TZ-3U(Wޮ_&Y,B ߰ ]ovPc``}Jek:Fc֗ i񤫷C+o,b=+y(T錑$-CPOuih 8жiծf9Ql=}Ј}UhP/uRk7`˨jrI9ʞ k385Z]y` 7uG̃h8S0}X ~0:&+Cw.?:8<+蝹H e~yc]Ix%=ݍ bW'vB} endstream endobj 520 0 obj << /Type /Page /Contents 521 0 R /Resources 519 0 R /MediaBox [0 0 612 792] /Parent 495 0 R /Annots [ 518 0 R ] >> endobj 518 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [216.712 298.37 378.383 309.279] /A << /S /GoTo /D (Example\0404) >> >> endobj 73 0 obj << /D [520 0 R /XYZ 90 720 null] >> endobj 519 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 525 0 obj << /Length 1086 /Filter /FlateDecode >> stream xVo6_%iH}؃d]t)bѶYH J$Gi= z y:w&|lxs7d>ZZNh3|0:=7 Kd苚ekdnjlsnc"t^.T$m{A g٣!J|3dwY'e\֍zaYB&z^eWFa + fqD'beuu50R7u Y@-rG~rψ\TwUmwwZObp^}^^\Q= UqLØ+ 穖}1ӫoN _ht0Pfr6E/bwU>3'a:CcRj~?co FjzSъدCrX2Sq4/55ӌ6m*gJ/j4KR^>APjG'0ϫ|jWpKZCi-p|.5:Uq2C5͆>w(jV1b@CF[~TӪ* bUf&2:F: 9!70us #tzSϤxVb߅\H=?.No'"\pG Ͱ+"TCfֳ(H7{o|0`*?Zp<$<-7QÃM wSq3:;n|GOh*}_nsI$!։1kHk54m_Kx@>|;Oxbe1G֥9Ą{oNS?2wzFF}5ùG-R `L}^: "6`N)r]ӑ% b沐r3ڮҚv]}w3LQܧm]} jSxvUq׭ʨXYFL H^K^S7Q&W` (mUyp~~ endstream endobj 524 0 obj << /Type /Page /Contents 525 0 R /Resources 523 0 R /MediaBox [0 0 612 792] /Parent 527 0 R /Annots [ 522 0 R ] >> endobj 522 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [279.574 307.211 433.027 318.12] /A << /S /GoTo /D (Properties) >> >> endobj 526 0 obj << /D [524 0 R /XYZ 90 720 null] >> endobj 523 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 531 0 obj << /Length 2767 /Filter /FlateDecode >> stream xڽYYoF~$̛#FK`7 Ԑ!!gIeߺP꫺꫒:O%ޙMlٞqÏϔ[h7& ϔ&^n[dg:/w˛Zk߯A:WM}X}MW-4$N_~goCFp kX3@XU:`ւ:|jV1eؘ_ nGnh^|.^ ֧#-^[)~bgSW1meoɁ%yyv瘷*c!m NN;OG:8jx]*ˡ,6iW0]  ZʊEvLKq &+*}¡ϒUAT-pM8p U9iy$1^T[n"ìhk m'< yg/[yƍ; v.@Fͤ*ϳv4)w3݈_V S"L8!vi 8b+]]R^,/QedvM}8ަ{M"JqdZ( *{gpƊ\П`@ijK9aWy(ʒّÝL3$Όn7TFu O6>WLH0'`Je&mR%4bdGHe]ȾM DOBn~%9y>n&gcnc$LW~ף Y6 חSAhy#mCEas 2g]_?/vz4}ZM!3w" );~~Q MT\(xn1 hTb <<4mbpRcR!E9sWC F{lQآ0yre9Q.ܤPT(|^:A P#ۮ'OXO:Mc@EAO|svdED y lK qg ! \z'#>;4RxGrɸ]T<*C86%8vst q~ŃJ&r8×` Y`t2Kd,e3{ :Ŕ0Kz b7Cՠ|5nRi `c2=3l'>q4]qx[r+=ɣx0졝PoA-klaUKR B_~8| oJFF+lzӁ\@\DD-EC5= C5FM&2 ۴&oO Ԛ2I8L @@n޴'KWwGv;1gEؒO;M_dK]D` |%W>rKlLBcG(d <%rj;R$Ubh ?k 9/"> 5˕U HG#x9~Wa1>vG.&l9LPCe<'>fg|~>?Ҡ}L"ߍU's fNܵ)aצgI &ZÐۨ:ueF@f0T;HHQM*ƹ" 2@c?ݦ ܈lPUx9Ƣ \Ui"|.V'z;;()>m`C #~y' dI*©4@f|}7 zaPɉsfK|}iINxCAwH?!rd~s"hfŘiw|?~4Sq{/ ܱ-UE;4@)J9%˚3j GN endstream endobj 530 0 obj << /Type /Page /Contents 531 0 R /Resources 529 0 R /MediaBox [0 0 612 792] /Parent 527 0 R /Annots [ 528 0 R 532 0 R ] >> endobj 528 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [473.559 589.266 522 598.963] /A << /S /GoTo /D (Callback\040Functions) >> >> endobj 532 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [90 575.51 230.212 586.419] /A << /S /GoTo /D (Callback\040Functions) >> >> endobj 74 0 obj << /D [530 0 R /XYZ 90 720 null] >> endobj 226 0 obj << /D [530 0 R /XYZ 90 720 null] >> endobj 529 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F57 476 0 R /F64 13 0 R >> /ProcSet [ /PDF /Text ] >> endobj 535 0 obj << /Length 2170 /Filter /FlateDecode >> stream xڵYKs6Whz)5c|T[Mڱkt&i cT}wEƔ@`X,>~$q& 'QaB7'`:v$du'Xgkmf:}bOguSo3/fĉ?W?,V݂rP-db &algǍpQFu=;9&lcq;N}.`AH}c9zIchYA)=}Ե4ox+j0zptZ`_b÷okQRз% [Џ#fhFZcn?%j 2jnl֚WBn$hZ/,<392=T$ y)kN^>6а3m--*]_at]ʜCZuDA˲VxIu-[b!#c L;҄ UuvH=_o jp! ˅ܖږ{%!%]XF:@FmHF )[|3Jwh6(ϒR [~j+ޑOIuQuSr9  fN~~<\cr="G & 7hY/.s^X(Lg.rp]Gh"sYR)#G YH@@NE@ڴ zp,}ra 2tJ?ӡvV-DUjr. c,_0ә0K,<)*'/ciwĞ%rRrء}yJl,I-2o\.߽ueµ LA f7w4GS>8Z*;L}\丗;%N{x(V2" W9[۷-@1n.б "%H 0Pq"u\q@} R79MeKf65%qi-ȱG ۺ>+ ⓮?2ʫb_c3|/UVwEURm"H[?ZH"Sj ^W("S1b1D` ySw@Q+d9@g0)B`.sIEΓ QlyÕ##Zx~Rh@P=:baVy7*>͖/ ; ͰЉj BG{XvG]عphe|M^hFЉ =LiӄrݮT;ax`S ݋Ev%}Y]T0z&t#z%Cf1#cS+95Si%ahhG+q}$8bK 2/P )@_#HQɝ -4AQC09ud Ϝ{+8zB4mXY oI ,x'Ǯړj7YDr> px)ZDtM%D7V0 >4ay4x!ix_ a_^/oȲgP CTf :L)=#4Yh pejxN/m4/.73vC_]5ay8rP# S1Zۂk'Aq^IφedcPR~׋Z> endobj 536 0 obj << /D [534 0 R /XYZ 90 720 null] >> endobj 533 0 obj << /Font << /F55 8 0 R /F64 13 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 539 0 obj << /Length 2743 /Filter /FlateDecode >> stream xZs6_5/=(jK$7:FblNhQ!v %Tzd.Ovi/kw}KcAzśrN~wi5^!+e0icTľ$r]g{o: +Z2-mew3W1VV)l7 7QH}9CD%5@'䓁Ԁ7ߢ6P%Yޚ p@pz <])YWE\՚α#v2OmI^@6V~?VxSd<0ZcJ'7OIQ19Gд^1ަ 1w材Gb_vڏ]͂ȼn$s08_ɗBiګ}.Q:Zgq@<$FvAd=A%v 0rxh=0 WǠ`)̓ڙYp@rdbm_$ "@G7o}hf3zrLWownG`ynZ9F~GJ?Ϯ9=D\2]Bip@+UePE5]FcX!+$Y&DFVZFU8] B2 yOKNv-,%f7ˋx5.+pav2BH0 =hocNouvӇMBk2SVTEi%[Za1%:.94}IQ|QFyiJ?Nx6~v6ٸqg?躿LIoF')h"F6z\Чi׶>B '%!:J:t.~iԮ I$Fʠ`^; C.YjI&U%xm$]s,lg ]?v/(~^NFhsʨJ\e87DZ&;A3},$F0ȿj*9)N>%0>٣d^3h; |A کG^pY >6]‚ǢpB(t͎jWu=(Ǿ<;B ƥ7ʾ nH@>r+}E6rlc.0j"2Q 4"&׆=4k;ft`ԿC֎@${|Sn(!!2KP)y.<4AqaݱbU.) $ɞaL]9mto=N//3; 1[R֊Z6 ] r]oMחCjW&"\>^O4BޓH7 WG+4! &aef|lC Gh4u4 i{C3gHk+yA.X[O!D`x.z\@iq1ݭ.N+%:RrԀz2%6p{^$#|(xZ"6)f|̶ ׆ϷD<ܒ"GJVʳz[Cx_!n "ۂ}ƘuZ s!`-x卙³C*8Ph4YNfk!Wg|l4gMٕ=-]`cѸ-K7 pxEd&,gL{ Wm3+]T몵--I(W ^]x7)Kץg*4@S_ ^pE5Ew]Ap_.J.Z2uXsz5D0I)Yw3< ΧܲQ<0[:#(e endstream endobj 538 0 obj << /Type /Page /Contents 539 0 R /Resources 537 0 R /MediaBox [0 0 612 792] /Parent 527 0 R >> endobj 540 0 obj << /D [538 0 R /XYZ 90 720 null] >> endobj 537 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F64 13 0 R >> /ProcSet [ /PDF /Text ] >> endobj 543 0 obj << /Length 900 /Filter /FlateDecode >> stream xVKs@Wpd&A]YkCaKXS{g,I@3jx E`w'DV_-M^P#瀠ӓ-^_FZLQx_r.DT% }F৥ u4>oFbmLPý KIPd JHÝPaM g$ KIs٣H)1{i x`C/B_ވ0U1?gVdFItK/_ endstream endobj 542 0 obj << /Type /Page /Contents 543 0 R /Resources 541 0 R /MediaBox [0 0 612 792] /Parent 527 0 R >> endobj 544 0 obj << /D [542 0 R /XYZ 90 720 null] >> endobj 541 0 obj << /Font << /F55 8 0 R /F64 13 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 547 0 obj << /Length 2818 /Filter /FlateDecode >> stream xڝYY۸~ڗV4 W]ڳ]6M6p$Xe'>}")jʕƄWWYphg&ZD>^ǵqyQt~d꡿jsOm~ll5k/1wg3zPz6Wi%gZz՝)!d H*Haɢ0**'E*l-/ʏ]k͛1uqâg$ ,^{#HQ;2 $2Jh`@b?F44cd B3ɏH9H`3I(J1H * {;vb+ʆ,a-.i1 (BΎ`p ҅[٪ʁQQL!X4q )[Q7w$I?,p KqռCDxW k+I;q-04YOұKJr*(B!rK% ~vai0۴*CZAD%@0r˥~s\^ RGHxCK9j6 0֬+)AqŜk] R1"z!&%<Ƙcr-O'nS2=  d@ E GܫN{?k>0Pb6Vb*( g4,h %>ΙE0ۣ_ՠ#c(5@E"Ӟ"|xd &s&)V.0\u%SZ/I9$ Ć)oxJ.Mz_ͱʏTiL\Xs R̮5WPy*dV,gvA, ۪ ~fq]r umXmxwo_N׌L4ޝJ|wȟ6V{tu:qE}>:nDFlW[v400q"m.4~a*I4sv*RQK25Ax5Z?*:nRlQͼ|شAt(q*PX=$VLY.y0p^쮦SM0G4m6S=W eEuܐ8 h1u:B:!Z0ݹd=afeE u )0^x9qIARVƬT@.˂|t۞R}-IPrߗ\nnl}9!~^%tܫA~ȳu">;1 L~g7 7:K7RLFq\z Wy1:J OUVhV endstream endobj 546 0 obj << /Type /Page /Contents 547 0 R /Resources 545 0 R /MediaBox [0 0 612 792] /Parent 527 0 R >> endobj 75 0 obj << /D [546 0 R /XYZ 90 720 null] >> endobj 230 0 obj << /D [546 0 R /XYZ 90 720 null] >> endobj 234 0 obj << /D [546 0 R /XYZ 90 427.23 null] >> endobj 238 0 obj << /D [546 0 R /XYZ 90 240.874 null] >> endobj 545 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 551 0 obj << /Length 2788 /Filter /FlateDecode >> stream xڕYY~ׯK%23\Cj-:t\R \ J}\ FR3F_ JU~j"jpŃ/hY6O}^i*WfwY ¿ֆ|2wȪ=It{&^MИ W>,ɬȈdQb}X,:YwAzopvs wI#xs} :u7DŽ!8^d%+.o仅54Pu?i ʎ_]c+PcyyYWlѐF3Ooj ΊMl:Ǩd[2/6 /Kz`A*u25q$5y۵LgWL@̅C6Qceb,/hx?m)r^ӀL"t$[sf>!ԖU`d!2MP'P˷ :Gٵ[H1011qvŮ Xch*Q;  yH#AwJjđܬQ?'<[gFEH# [xXTKh? "̰HjcQfR gp,YV岢;p(:P:b- q$+Ԋ [N|e*{_;aCd̮S>`~'/oْb_&vK<-yb:fo'1ht9k۽C1ﮗD~h*NRSQǭ>ډ TKXeF@SFJ6 ^N@/!"5e'VܨfzTidБi]\CYAU,*ƶ,cxsyk a1iNzϻMWh#S٫83H?onl D囻K!~!el!c25?¤/a5enV bV (\KEQ,$ZS}!qqRThr(?RkA'Jx d /}k@,Ë ƶMo`j\|;So?n}s.Ea **ĐKh(X>q2E쳢lP$!ђQO$G:7u?@iTy*<_~XAA+j+2+ؼ]ݐa!k,رfɁBR b3#2Atb87c7S9Uʤ֑y7ckF,{WoX90q@8@x=s .T;+|+|ԍg3Ov+{;(X87BND0ºQxM9/nLQ% oهxf&%P(/U: 1ۑh|E[W>#vwWo. S'U~Y4x_(`PHbu-U&mX=f{IrRNJ;(nL{nxX/ lcP_^㕜Zʷx>F6qZ Y {3;CB @#<<PN^UNwI_>:_m`]teTHG+WTD_#}=ڿ#"V Uލop_~(0 #@)抃-u)7{RM0\E()kMӾ5qG&"ܖ9Ln*N8J a?\ςHwB)2eP1މUbswa9c–^6*2Ośy?Q`%FI#t)c O\2VOߤ>\L"|(NnC,E#u3=ZQ8(#of B endstream endobj 550 0 obj << /Type /Page /Contents 551 0 R /Resources 549 0 R /MediaBox [0 0 612 792] /Parent 552 0 R /Annots [ 548 0 R ] >> endobj 548 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [124.96 203.988 371.615 214.897] /A << /S /GoTo /D (Use\040of\040SASLprep\040in\040LOGIN) >> >> endobj 76 0 obj << /D [550 0 R /XYZ 90 720 null] >> endobj 242 0 obj << /D [550 0 R /XYZ 90 720 null] >> endobj 246 0 obj << /D [550 0 R /XYZ 90 313.505 null] >> endobj 250 0 obj << /D [550 0 R /XYZ 90 177.904 null] >> endobj 549 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 556 0 obj << /Length 2970 /Filter /FlateDecode >> stream xڭYYs~PU V07Z-g#jJv\#QKZ5 @]`x/<ɂ$L'͛Fn\xʺ),VyƜYxrs'u<;[mדiEdDʖEi&SYt\t1\ gaaVĩH3{7X,61gˉJcѮ*_r{k/Qˆ +ۺhR%A@a˲EFUkn-(iȌO  U +ʻ6mb2 [ut[x,~7:[|/_XfyŅ<75-o\Y x.y#--],+|HQ_@% 8"2]KSzI=<Ws׏ށΆݰr4HcǑwñ'鎌ٖ%ȑTzS-o8TmVnY#Le9T~watBeў L "}JQȾ{,C:y|W2"Ga%j5(lFv9Z] yP ߨ v<(4l 8Ç ցZ yy"w?}#0v@g~ 3GPuQI0zv=^Oٱm9`>eX+3Xƭ~NDN h5sioApNP yy "h{~B8pO,_ Em%g cf7併5oJ! 1bT"djbvb0a1af/>eXP3и+͓sJЄ?a$l!q hwOg /xm(GL4Wir皳c )4ٕH]ǷbxlLol r łWT,±tɏAB--ɏ;,ƇP{D=',H;GE1.FCYȿT+/?o~]]ft"#:#v6@=Z-}B_/fF4(ݯ`D`fJ[Kx?s8fLY `Sc};9uLN#H6S3>Wǡ$ôU%X6{2@won;WDz mM {$dkQ$L,+>ʷ8sk~r": 4h? x@(uhDqޟƩcY qۻ s7\**k܊PIinbg 38?"fgc)$H 6RJE?VrAT]]YhO]# k0:ݽ/veq\!<(Pj ~~Y?4Ї+]#F6 {X`@R5gӺ[2GCAtLo3@o|T%ߤGpLae0}2Matu]wJlFE^!N{G,`~gwk*,nRFfID9P;T1P0{<Ɲ=T)R.\"@z|ؿ]QЫ5(|C\PqTʶ(Ka OY2'tG d)y%K Z[K^C7F?澳,SIg1zFi3 ɋ$1 Wyl TƂ<1I.'Z[W+^A&'%$q-Uwm1 58gE'Э jV+0h{ S6\G2 g,n2?; _t<'ьp)C1?U7[ Œ)z[Ttg"dއ`Eأ "ͽ(Aˆڕ ,Fbg3|ѫr6 {uCuCBQ*׾pȩ3 Q0ji>Jbb  wMմ ʴ؍vko c l6c* /ρpP>8Ɔe^㊃? r*{+wP#?+VS endstream endobj 555 0 obj << /Type /Page /Contents 556 0 R /Resources 554 0 R /MediaBox [0 0 612 792] /Parent 552 0 R /Annots [ 553 0 R ] >> endobj 553 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [124.908 539.918 396.825 550.827] /A << /S /GoTo /D (Use\040of\040SASLprep\040in\040CRAM-MD5) >> >> endobj 77 0 obj << /D [555 0 R /XYZ 90 720 null] >> endobj 254 0 obj << /D [555 0 R /XYZ 90 514.91 null] >> endobj 258 0 obj << /D [555 0 R /XYZ 90 151.602 null] >> endobj 554 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 559 0 obj << /Length 2819 /Filter /FlateDecode >> stream xZYs6~_PUCAc{&LSYZlHCRq&~ 2#[S5h4ZDOdщ2TzڽhswB́p>qZ(̢L,7cVɿ+\JJcipWekg8 l],tR0|Y$U%m_T(J6Ke=ȩd8>8_t:8 (-5ժh{_PcU7M,6AݬESnߖ,b:3΅ &TYPZbKZ-uYݡRySpuMWioݽ0_nh7Њ%[l:uL]V@9nYfs ȸYTud*[ͷ8xmfy%6peSN ,#[L0$hٞtq0/f9sSNI{FMM/Ί&bIªHE h|bH*VS~9],>|;L(3ijyqBR`|InY[2V}bdal4~ͧ\xqzҤd0-NܢN36= 1`hS3$Ba, m /;nj&0vik8XnԪ+ }8?fum 1p-x^_v2.7n5$8}O<)82,ˋk&h>~58`1`ED1d $nʮ ƟWl4Gn&0RS/ a1IFQ:KȔxgN5m!?b9f ]il{_k@ T65屫 E:b^փz5|[Yi tgX ?4N\pɑCc"z` 23(&GF}Ğ ;cpb}4D W4ԃ5pؔQ`$RRJZ뺉cX|l.J^{*y?C(/~qBHhHVx D83vWv(aR'2MkMÌW;:Mf?e>D/qJѲ/%!UZ=d%qݛӺ"m2=/7;ڜ=ܼQ(wz<(߮JXgTiЖwUhgli-ꍛ|oM\]YWrU ONO5 )k>X1{# =~ph|"cmcʪ ӪH_8N@0g5a> =`0b| 4LW"@ fXDب@rÿq~D5QSp0wS2$Vp[Xpx,=G׌ʽκ^9|FCxEx/_h4 @{,htXWѤEZW-5ؘXrCi4:w˥ |51\(LK7lTSm!o6omt6-{Xum>gP9P,\iK$ m[t\! XxU}s8ҍ yZ4ʡJJO]T!B< <FMH\'P:tb/Y/Fp#Yτπ]:VIOŒ[Ӷ&0{꼦9:4(2deU1?P  CˎRA-r>>;`+/0c%z9,ߐ%A:'trH88WiOv䠲~}q `q D*XX|jv4#sX.@aa k.e}G-&G> endobj 78 0 obj << /D [558 0 R /XYZ 90 720 null] >> endobj 262 0 obj << /D [558 0 R /XYZ 90 308.36 null] >> endobj 266 0 obj << /D [558 0 R /XYZ 90 208.407 null] >> endobj 557 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 563 0 obj << /Length 2249 /Filter /FlateDecode >> stream xYr6}#Ueq %ouq<.KL6I( X# /|H[;*hA@ RnGGb=;aǍ`5]؋`V5_ ~u.7ɾ2prwÑk'$YZHF" d~XOK Ño[D+ϖ7QY&"!>5+"C@[&p8Il"!#1"8w^ ޤ/AvO^y|! >dE{r7Xr洅:VN^9cmkEΖϣF*her0hNׅJ:$)5^jU9l>4nR$yf6Aev ܨKp $ZlZV6 ͚',%+I7:aCr6XZ]+IV*R!'ZV[uH茴1}rd>A~W6z=6H\ =WPWҦD<{ԚCKp+++l` 'k n+[3 [O`+҄k\#MqW.)Ȍ#H7fS8C;"JDAsz9ڌff2O{wxy$Bb,>*E@c7_0t#p~球XkDJ3:CR?HE(-^p'"$ q8tOa|3'6Aü wF^&3.bE -C wpt'%B T ,{F{@ևJAֆ -A:tu2Ws&G.lN.G[N0eJdca$xy \ym^YaI*אIgIml T7)X4>9RHPMERwDv |;n yR)9aaUk`I]%z݋hj~)?ZC""8(3NJJ~KJIVlpFY)>{P lPHs6XAk46C_{gFz>U">F&#!A>2p~" Ό~* (dH vXޚ=n{_EaXZnXbl'+]{vKpMn;> endobj 560 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [210.5 506.198 374.212 517.107] /A << /S /GoTo /D (GS2-KRB5) >> >> endobj 79 0 obj << /D [562 0 R /XYZ 90 720 null] >> endobj 270 0 obj << /D [562 0 R /XYZ 90 583.445 null] >> endobj 274 0 obj << /D [562 0 R /XYZ 90 338.037 null] >> endobj 561 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 567 0 obj << /Length 2994 /Filter /FlateDecode >> stream xڭZms6_LD|s7$Nmn暎hJtIN(j's4r}EQS4ZIfͫW^)7_Nv? R5[Y-׳߽듹ڳoNXC: !ͦ9JcO?|ugbDH%WڰdWF<+!c]06 EVp1J(DF!p>c&8RI9i8Q^+x ^4m)ڊǜGQ߿2~mדR(8p(ſ/D\n/xЀ`Ʀު,Ѓbo9I6VcCǽOEYbuEfkV 5;c(N}c6^|gbϛc\Ik5$‹JՔ]Uoʏ:s7-OU9>0:c :"@Gxm]z 7 c <ܛ2_ۋ.O`P^&hcgN0'=pơ-&G O((?P餂?aqWYYfWde$0 ;P"7x,:$i5X:&y|EX2t t >-Z8VY[`kY"?HH{YyV0!2N&@£fZMs+y^ m눊΁D0b0DE$ˆU_O8#6jAA4ex)*&q"iW'{|,G ڨ8(}9'~E1.@ :);3Tr0qP {ϣ@B8>fMXcet]-/|l[;cɋX[Fw1yvZPnr .7bKh+:0 G\hqO!p^^pV*2*}_ B'\W%(Fu9{fEZtނ@MDF|:G_3|M?_˛E_X%s @'0LAW]6A'&|tȥ眳$fT96[Y H `ðQG,5&b o)D)al;*M%̣.j1$,/媀,Xi";]혠T*U>u:*i3p.oR~1$jjtj6y} Cr@ph0Pb^kVdtoF' w-[ ;XaG<2rV¤Dß)Wv:$*C]qbt ߁?,?hp0猈=/%!ʺh su !\(wСQ9mMLmv9RZL<فW[®z=ijiv| l0㙄c Q/Ϸc!Ʀސ=Dg8pSEBGu k@'"!4;F A>Ӧ̈% Ǫ0Z4Y* adGҀR3Pf aBe];0 ;#c`XdM9^ wYl%EG`zHIѽ1qRBu5v% t?6?V??֩EVMl0wqJ6M`ga*ZxR^JZLylyA}RA?RN#%PZdMƲXh[*N\{%l$X*s #``lHjX j<tƵ $ZCT >o?"(SmRO2bWVI!P}rSɃ*ӡ~"Ͱyqsb׆/r7BSuRCy>WNkt`h@.^U~5w!]_]C@bJRb>f5j }}rLaQelDZjQI<H endstream endobj 566 0 obj << /Type /Page /Contents 567 0 R /Resources 565 0 R /MediaBox [0 0 612 792] /Parent 552 0 R /Annots [ 564 0 R 568 0 R ] >> endobj 564 0 obj << /Type /Annot /Border [0 0 0] /Rect [481.909 350.448 522 361.357] /Subtype /Link /A << /S /URI /URI (http://lasso.entrouvert.org/) >> >> endobj 568 0 obj << /Type /Annot /Border [0 0 0] /Rect [90 337.298 212.96 348.207] /Subtype /Link /A << /S /URI /URI (http://lasso.entrouvert.org/) >> >> endobj 80 0 obj << /D [566 0 R /XYZ 90 720 null] >> endobj 278 0 obj << /D [566 0 R /XYZ 90 720 null] >> endobj 282 0 obj << /D [566 0 R /XYZ 90 313.79 null] >> endobj 565 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 571 0 obj << /Length 3137 /Filter /FlateDecode >> stream xڍn=_!' 7͵TbWVm"B*;߳"e"4s̃jf1gÌoq>qOA0Sj ڤ?}rllu178sOv{cgY}/:V1/o{'a?(S,}W[@:#fXNHt/Ct34}nS#3'8y?eyΫں9B^!/&n0;qWD"rCʸ*յ׫j;\ݻǪa+Pi T^11e˧;$ӝf#(QEZ4mU!%W6*jB"o\jTo^@.t$ۭH3Q&2L;BЈyʚ po46i`L~YW$TZ pFF'5e3.`!V\i,^(`Lz EjJ(9蟲(t۔}܉d6k^q_b}(o  6}#΢wI_TǬT껲ũUGbBדCMj"qMwN|*;q6Bc  aDmfP_ӎD`܄Y{S`^K#7^oA.|r:X_!wݬ~gl37K&=ae>sͯ<,:zJ-@%ӛInz1-,TPp 1LQσqud<2Q P@O)/0a8)OUv 0XMįFR) 0x wػe9L*!bynXa$ \8 E #K9[Yxetp!he1ϊ\-49۩n9ly|#g}sVxupK"DL?._(v,S4C @Xs|TjF H ൕ Xr@v6 SOvT[_/??] \/6{r ~wwy}c>I7Yo<1=Sz ]~^} R3`/QA腸@1tҸ_cJjp8A:;b.QS (_岓 ;~IG{ ;[YUs#pZ` A ,BSJ~LR#WT`.]GŸpX%ىᄡ:`iQT}!Rk.Od}Q K&-H9|U6SbU)zd|+%-䡲%_;keTI]La l| ؓbgu˿IB.nɋq q,Pr`/WZ%-c;S0bh B m>GP<;s,hӍ^~ѻcĽڞɨlaO4I;> E-}IRew}738{af Xٍ\QaFD`> endobj 111 0 obj << /D [570 0 R /XYZ 90 720 null] >> endobj 286 0 obj << /D [570 0 R /XYZ 90 404.056 null] >> endobj 569 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 574 0 obj << /Length 1737 /Filter /FlateDecode >> stream xXKo6W ,ߤrKh"[l W[I7rH$NE΋37K(XA2i u֭az^(0J2j,|IhVk!DR/ ^HMWֻK՚kt*O'{V޳ӀpdS[Ih^eFeYoYAPpɀ`Ig(*[o p-(aT:{޼^P,OD,ɯՃF51'Zf2z]١yӣU6Ys'7x ;uɔnZXKzx1trb!㦷T ;Ki2BE8+C Cq pɒaz-)pRĀHc ܈)Lq^8Qz^@+! 8M˗] @;YzW|U~_zP8Cl kBhK-,&;@s C1X26"-ڮ=b9 S"&8u2mO: .=T5[y#욒e1H Q&7%P>$G)'Q1pU`i[slq(+Bvʻ]ỲBXP(@j7a>t +@}Y@{L4튻Z";(o@nH7}Mr?Lr;w '8PZ?a6 巅뇸1i[ 7EXV_{SA@ -p5º5q[[/c"`[Gۈ j[{7k`W!fN?͌"B$y\);Uxލ"dBSiߵeY˥x}Wm!²[l4:L._N"] "*UG,ВY(:x\4Mnmf,[M?hBw,Gh;^A3&ª(7 sqdNsN7N{ }4?,2 zҀ1= F9p#>M03a4=!E9ByOc?#cxch= 9Y\̎;\&@7w-h:Ŝ9һP?,PKr`Z?O$[YfhB=u> 1Qd$M 8{wS OфSOIZ1=F/d-eN"?Ǯfp mpSb`btj,QxKe;as\& !ů]}(('/ endstream endobj 573 0 obj << /Type /Page /Contents 574 0 R /Resources 572 0 R /MediaBox [0 0 612 792] /Parent 580 0 R >> endobj 112 0 obj << /D [573 0 R /XYZ 90 720 null] >> endobj 290 0 obj << /D [573 0 R /XYZ 90 720 null] >> endobj 575 0 obj << /D [573 0 R /XYZ 90 645.516 null] >> endobj 576 0 obj << /D [573 0 R /XYZ 90 527.807 null] >> endobj 577 0 obj << /D [573 0 R /XYZ 90 439.132 null] >> endobj 578 0 obj << /D [573 0 R /XYZ 90 305.541 null] >> endobj 579 0 obj << /D [573 0 R /XYZ 90 171.95 null] >> endobj 572 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 583 0 obj << /Length 1558 /Filter /FlateDecode >> stream xWo6_!I*bշklٺ%S[-lG%EH@Sxwx"AʃD)j,͖7W@p֓Ƿ"[UݭXge4SJh vŎFVMCf2">r殳n|(Tj&&?7բڵT )Ҡy_Ό ,vşS&Y"n"%Bcq̔51foGȂeؼ%<楴Lؑ#Ԇ% 9BQ|;@#qLYxn=yQGP R;@g {1epo(i&j\R~uRĶ)BrZKҶ<UC.#i| x.٪(l0Ĕ73j' ({>H0 koM ]&-3CYcG3)'W4gهgЗ2_ea[+ :rVuAjA*\]:[Ѭ#'#adn) SdL5˩X%ncE*(0_'2Ԇ. E;"z 1+0>aDgʇp Q 3!ςmKgmb@T۰˳qm"@ۻ_΁ hjs.PhYbMU\fUnvN8f0pć8:i1VvQ;:ܷǕWNd{_.EC!!4/ : s+_RSM~RȺK c庩)V,B w7< k;옌NRZ͋+^iܩ*-َV endstream endobj 582 0 obj << /Type /Page /Contents 583 0 R /Resources 581 0 R /MediaBox [0 0 612 792] /Parent 580 0 R >> endobj 584 0 obj << /D [582 0 R /XYZ 90 720 null] >> endobj 585 0 obj << /D [582 0 R /XYZ 90 680.095 null] >> endobj 586 0 obj << /D [582 0 R /XYZ 90 557.853 null] >> endobj 587 0 obj << /D [582 0 R /XYZ 90 396.159 null] >> endobj 581 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 590 0 obj << /Length 2830 /Filter /FlateDecode >> stream xZ[o~XTe9r8ysHh làv)-]rCr%\re;RzXr̹9监XD'6ZBj"v~!#^8^(1]jۼ>[*R8xmLxPڢ* ?^p K"周D5v&,9[ƉS31g 4U"*&V8Rr: Mkϻh7YY4ڊ.3iGwJu&AsX3֪ld5Oﳦy@>CM E,XMt6mUCOgKLȒ s2 wLNVIg\u*9=lr`S/j~RXxW-p+:!k%Un(Z l;Feu6n*C,:?o3:8f~ȍ$~孋daJ'ad%B:6Yx}$-&o"H{v!3^$}~Y+R֠^Welʛ&XgmO`8Woqpխj<fZ]6Cwvܑ/&@u~~%TCc1#MW<"ꊺhL18RFGٝPMk*ʮ%ݵE6Չ X,X[%' Xd/OҸ Yͪ۬G:P45&ln(뀰9nf@Xhl*8x^7R|BDbʸc0 reT{6 hDt.4|a}[7[ -P+aݾhYfrxt4ݜ m{F,t߂{b)aypv6ӧ㤢l`l PEqB$> D ՖXEpJ:H d!o=  TIHJemȓcDr&P|N1@8 Ox3^.~}󆟸:4 T)hIf(IQx Gy?@:!!;4F09^)ͩ;:k;W2LmIe~^Fi462l;it ^g7_ r8.gƘF=nUh~:'i{{dD^M3}ꇘs,HC+ş c氋`*Q>%ouXU/hxL?Ď qf?vqfVXll$_:b&qW/߼嫟4іjX6-;Pbt3/g2N1u0|~(gͼt|a9:oB endstream endobj 589 0 obj << /Type /Page /Contents 590 0 R /Resources 588 0 R /MediaBox [0 0 612 792] /Parent 580 0 R >> endobj 113 0 obj << /D [589 0 R /XYZ 90 720 null] >> endobj 294 0 obj << /D [589 0 R /XYZ 90 720 null] >> endobj 591 0 obj << /D [589 0 R /XYZ 90 518.77 null] >> endobj 592 0 obj << /D [589 0 R /XYZ 90 316.218 null] >> endobj 588 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 595 0 obj << /Length 1493 /Filter /FlateDecode >> stream xXMs6WHyJ rlL&ә&xh5DwE2iݴH=I$'1y7'؎Ľ|x{B &fF`&u"9O_wmY2X^2EXf~;oWնeTdrvqA鑞\U*C|ʜ#¸su: ~LJTc8Yw F"W;u:x$)Bcܹ#*G Fu SA HZ `S"@SpSr$ IB~}HzʄY!Yҭ KZ̠KMU^vIN<P?#i֍-So3AyEYݤ_/3RqfkCۢ,{"C>djqd8"ȾQ@`lWW źDP~yFU"PB^Y@9hWKvM&h崕{wwռc; VW0sgcQוY}~l|9y姵7h`QP $@BP͘L+]6fܔuUնi:㒘Eq{ZаJomإ=2˶^_ v/$0.wGw\&:˲5;n\`2E1nZ̕綪7`uX (KJPAn Sxy!ՅKr]] Ͽck|5!+xSPu|0hNG廂Hˎ|0vb$A 晳Q)t4h[$^4#â9xyh)Dt\;#کRSڹ/}W7#c;jOۇ5'l!`=ٸlpb̀Oٔf~7#MBjKHZ@pji]fl@2#5MxPțmKCLK>6CsGbt:.QQR t_oÍPktP /m"aG]^\{hUǙr$Dn-HUƄk@iTN$PSan`{ EQ~CS(a<jPp >bqb8^c˸fՍ ;'0va:Cݝ8 s3Y3^>M r}Xn?AxeWu:{tT:\!>3#Bs&Ԯd#@%K4Ɠ",3ċp6'F-w*Ne%޵R^okOJu6˵8]nu 2>&:h> endstream endobj 594 0 obj << /Type /Page /Contents 595 0 R /Resources 593 0 R /MediaBox [0 0 612 792] /Parent 580 0 R >> endobj 596 0 obj << /D [594 0 R /XYZ 90 720 null] >> endobj 597 0 obj << /D [594 0 R /XYZ 90 680.095 null] >> endobj 598 0 obj << /D [594 0 R /XYZ 90 528.563 null] >> endobj 599 0 obj << /D [594 0 R /XYZ 90 377.031 null] >> endobj 600 0 obj << /D [594 0 R /XYZ 90 225.499 null] >> endobj 593 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 603 0 obj << /Length 1916 /Filter /FlateDecode >> stream xY]o6}ϯУ]YcmC1 T[qdL:{.Iɒ$EELIԽ~*<3gVJ˖wWyoxڷEoWussϳ뛾Uzuk|!/ v7_;+?N|V/j[EϤLĴd*A6N1.U mP@ !V%Epg\(P6 q023J3{&Vxm3De)d?^hQ#Y. K1eԻ;Ife 8le3b.[l:F?:9&g2ΙZ{ ExZ!XBG%{aꇷZr噃:OZ|bBu9S0VIoxҺM2amCm*sD [P%[@rق<,ߦ,qN^EqX$E&K$gvdQEbͻ'F)fx+gX- 1ط@Fr-QM4zI}f]}嫢)rh)ħ .xN4 ? ӠR2CTԁi.զdH/ښ'@&ߕ)WQ6bs_ҥmonAO̝!:6G' $ewUeTmDݬˉVHQqxQӃ S8-uôk:V{mF&ıaX},d\cĖd#X4jp6>&zp0ȜKJB]"t˙t;2y YTQz[EA {ھHwcA7hkJri rԃFD) ƛLm{OlYqQݕ 7UYl6@>%I?c9E o6!!YWIU$<=Tz{g/9VFSGR~c9coĩJɻ}aX)%obE[QO<)mE|*QHc1E =@ k&,7*Dķa(yn!952ELPHΜST`N^"#v`YLq!v9l=28,[v;tɘq=UGr"1q%CO*26f ܑmz2bg S W\%QߞֱX9bUŞ@"]RB{o0+l z?BWeS]MkL%#I\:{V7ȾmCNBJ޷=Жф&c +m$OU^\'d~T M;s#zsU`N Oek1RzvUJf.W!m+Z9\|px? 3 Ha xyDP^T x 8 G@'b nιF'2q։LuιHƹOdOd7o/8%Ke`ltD2 ./1]"9&rAD!%֘kttu^gY+ğ ]=u- *yo37[ /w )齹)DIǀO|?o>߿cʀ-#ﻭmG '9Cj\du :VV'obS}C.I Tw!aaLfM_qXoK"\U`ujLϊo70W&y5ejS1 ع}G%,vMHVHia`4oH}EgStGV`-!|_-goڨ %Il co%/[~!* endstream endobj 602 0 obj << /Type /Page /Contents 603 0 R /Resources 601 0 R /MediaBox [0 0 612 792] /Parent 580 0 R >> endobj 114 0 obj << /D [602 0 R /XYZ 90 720 null] >> endobj 298 0 obj << /D [602 0 R /XYZ 90 720 null] >> endobj 604 0 obj << /D [602 0 R /XYZ 90 642.045 null] >> endobj 605 0 obj << /D [602 0 R /XYZ 90 453.579 null] >> endobj 606 0 obj << /D [602 0 R /XYZ 90 230.649 null] >> endobj 601 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 609 0 obj << /Length 1330 /Filter /FlateDecode >> stream xڭWKo6W "oR=hA&ۓcVV+l>CrТp^7C.K(XAritEn+2"ɟW?S*a4gvCq?V&BM&JMMZgncEai[u `퇫_#豓|spY[IP dYp-)>~H(Q'O^0kWd\ VlNKL9$hPBpN'\)e xϔDTZgop92?tr1)B vXL.gh N,њe*3)7bɥ9%i*yC5 .5oB0HEܓC9 WQ5Iu"2NwdZm!'3 @yUX[,e}z YCׅ#pZB2W̘-rI>AXzP"PC4a2W~aj]{8U}1V;Q:--eq9ԭfo[zgr}= ×W,ƺCC"[LwEݞ{D$V"8Q[׷2yNAlD>Uc_WeQx~6]y^-@<â]ୂ{m%bR ߋ؁Akm' -WˮjbBM}񜊠,(1v(q|Xy#t v BaiSh!e8J| A=0 ۘy Ny..>u]2%*ə,p.Er #~na9F;^` ,Hzv,[!hV5wiPutdK5FP1D>M9t|IW:̌4X2= :ܧv> endobj 610 0 obj << /D [608 0 R /XYZ 90 720 null] >> endobj 611 0 obj << /D [608 0 R /XYZ 90 680.095 null] >> endobj 607 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 614 0 obj << /Length 2191 /Filter /FlateDecode >> stream xY[o~ϯУ<ڷ^fv$o@XXN%y9$uBg t1s|a,+hf ኺ>OX8?\{2FIA ln򱫚R-Rj/ȏU;bɕE.ŗ> g 'Ii@JC8S2H$LH/eX*AŒ{x %DB۲sqFB\l /(QgOC&dV#G51;Z wBK0ל21+&A`%<6KJgB)_-}S;pW޴NvS)O&QB_L L1Ii.DaW"{OnQRl^fZmSӫA [TD8h¹4dA!Dg3 V(ч4%U*EcWƊ'YK! l(""G2w}Hp~H|4QnrM(fCY6H׿_9beۇ f$C{J]p 3Pem~(v(2!b]!7ybEo5mai˸ 겫Fa;oc U$ Mul;VVnW4plsh*`X~ P\zs5L IL8H%*$L3sʇ%x+@MnÓs3g>DM& FqM B+0w̐8vl:ΈTM?%ERprȅ:^{\^m!߫闫u_IEJ(..V`۪Qdu mtv> 8uQVo0ERA\py -p (.\!F-–WFCSL f a/%q1E^%p! $鴾{+%` ، @u񷐁Nߐ)d ;im/ 0oc;(0yWr@ i^ߔ;D3šeS0(5T<]/w7ÁzxRtgsIƁ%l'!ձKn4C{B#gڹ|cl^6pNY&T@Jb3A纷M'hM!/^beˋ)=N.?޹ iJ߲zL`czCQ 1 $e !g`@c) +f2$n1CzZ=0V-xn _Q10=!O #/V7I)b8b8N -'Q QOMQNSw;+S (s,A_cl cձQ#}WJL"Aw#&AȚLmXKCp>8@uQ]?@| ܎C_E|W:$K A~n(w^?A !'#F3%% Ht!Z)y[?Џ g[o}WK{ݶ?9Mܻ0Dau70zvAX(}J9C =kS3J4ßoӇڌP-?oz1`*6Ÿ͑CSs)+iDs5&AX2ޜ>Œ3b161𦦿͙Wnc}}{A6W5SyNz,ߛ:$ؾ| _SoH΢6=^r.N* qMٵ@t46T}1$Js\`⬐ӓgW}6`z?>> c9>>-bBWI G qiEPG u> ך endstream endobj 613 0 obj << /Type /Page /Contents 614 0 R /Resources 612 0 R /MediaBox [0 0 612 792] /Parent 618 0 R >> endobj 115 0 obj << /D [613 0 R /XYZ 90 720 null] >> endobj 302 0 obj << /D [613 0 R /XYZ 90 720 null] >> endobj 615 0 obj << /D [613 0 R /XYZ 90 643.452 null] >> endobj 616 0 obj << /D [613 0 R /XYZ 90 489.589 null] >> endobj 617 0 obj << /D [613 0 R /XYZ 90 335.726 null] >> endobj 612 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 621 0 obj << /Length 2089 /Filter /FlateDecode >> stream xYYoF~#UD۽pGoie)&3K)[Ej?8!6YܜQ[]'app;ϕJ%:\.ɛuvl.H7*ؖåtW.ةgsu//;ފ#ē4 ČRj+ 2Hy]gGGqF yK%|P,Oћ0 MrqK51M~%2(!\dQ&~ӇjҷC0FR? 77 ( jgȨ"tN]$\Ћi8\U hMqn 4jp# q0I)ݢ7e HEh͟SW0SaK.fܦzĕEyk)J8ccf3n<4mTVT8$[&vk:C*MkMI7wPK`60M`Zޥe)6E^"|M:+L$<5aM"9`/9њ؇ӞUV`o^.Rl̗a lVUߘYNٍ#>H2|<7ɀ,͚VH1HBB_ Ѵ}fQ7` ÉiYuw2emQV(et=p(f _G;68Ý- ۤMvD&rcO¢$1fԻ)^DnY^EIW /U포 .V  wrR9u=Ij ^\|{W?Mގjı&Ia!_x˫ST#ZtB 4ݦM{N$G_MSzw+iG ڟ BĀg]6]ĸ{!uWES-QO3chh`UUL T(0m[I#>*W A68ҟ$iϼm1C X `sT~.f2B-; ~>!;$2cQM'1B`ՏPwYmJn $A<+؊ʊQUh\ھ؛m̚ol2sY˫]vi#joX-:X(ӭvGu0k@ZJhcLEm7bqP0Z4ⱆBpbE[ M,HJĆbxaCqff'b{ }Ҟ.ڶ!8_£G~y݀M9Z^yǀgW1-9ra}wuSn*T4ǮyVwTh/Dl70~UeuC ^lrbqW81b6b(T זg H0VSf=88Gc~;%\;[용kW8^&/'8nCa{(U2CGA& _ȵ<0A)HHxp=`Chh`Q ϝ3̀h<2@p(0oCA n*IQXytcohCHHn]TJB=u3#=AJ8'I)b8OpI2G\þryxaYG>#'NP@aVxO߶26ET c/V7y:Pm`Ey;÷ᬌt/b i+"kam^;۪nzŇvc lNt:mقY1|ޛH^k~۟H'RӧhA0Aa8fa !>PI0!F#ЄS2B8B08B:f@l{'}KR繨XVnqz{$u>l=3(vn30 E) 3/( /(0(1h(Q`wLS HJ9 [P/hw mqx endstream endobj 620 0 obj << /Type /Page /Contents 621 0 R /Resources 619 0 R /MediaBox [0 0 612 792] /Parent 618 0 R >> endobj 622 0 obj << /D [620 0 R /XYZ 90 720 null] >> endobj 623 0 obj << /D [620 0 R /XYZ 90 680.074 null] >> endobj 624 0 obj << /D [620 0 R /XYZ 90 459.986 null] >> endobj 625 0 obj << /D [620 0 R /XYZ 90 370.126 null] >> endobj 626 0 obj << /D [620 0 R /XYZ 90 157.252 null] >> endobj 619 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 629 0 obj << /Length 1128 /Filter /FlateDecode >> stream xڭVɎF+x$ [6 b)`ZTקz!E*D2@쮮zjk`D1 IqZat"Qn w7HFlSU]r~̟{fkXjekE]W6u|i뢇.[SI9V?nGۂWtGi( H'RsD@s|[ELh $q\)a**٬~]E(M #K ieFүna#EB@!F-:ݹ{B (-12jiy8~`? @,V\+k:t둒Xmgehz[`4*"bn6FDN#B)R֐[cΟ1aD ?&N$vk XoSA (]S ힽj%Ku}OIy}laFȰ̀}k}H>c$\"i+I6ȁ:24a9 '۟[P}Gپ[20"cµn 5\?ӒFn>P`.,+ؽ8.|t碀?W.D  Bl䆭h#3JJd yQb:%B$V' ^'zv Hu1ʵFb;Xo4R/)9_'. BF$ ziA$@jCPǼ 7ϓ`$! %'9fGn9P0x"@F2S 5)nx}xޮ,:,ȘZ#kڥ*o'YO!}*Gc< qjcC ]l+?P ~ eqΏOa~<}mVlϞo%|2>&]MY> endobj 630 0 obj << /D [628 0 R /XYZ 90 720 null] >> endobj 631 0 obj << /D [628 0 R /XYZ 90 565.325 null] >> endobj 627 0 obj << /Font << /F55 8 0 R /F59 463 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 634 0 obj << /Length 1862 /Filter /FlateDecode >> stream x[O8yTw;}-EeKC[04If{{;W\HaVJm&ǟ]`C1s6{y[^pq #_.~y#D@0qLP2In\Ds:ZD4X.>-,;]ҙFwR`B#¸E$$$0b&,F;Juk_zB  D57|K6Hh|nn8N5*"dq5jo֚86AD9R9Bp$fʀ Äik9Y^CD^uJ"!:#[i 1@(W]4V(M4gXBjA.Kfc1u!ԃ)u7l" $]`Tԉ̠NyF8[HxrLuTCݴ.\JT Ĉ(IckdRo㶆h6=5l&֍4_tx^7PވLbԓϱ~h2ҩWt)›koUǝC#|w;x3P A8Ҋ:ɴ,<1WKVYRIMK ?]$ڦam"@~8)ΎQZVvaM#ry9[MvUVv|~,z[󮺐]N(afRa8v̳{RA`*qFoWM+ "D]r׍{!dYrvvmL͖.ܧԥOAfWהER58lqN36zsJSN|1}1Z,q0)JpwA &LeYc1&xUf* *$z 1^E+DY!@aj^$U*G1$q'zaWR\Gz»|b]cU:Fvl vDjP8t&o$Ұ8dROc;Lz@k VXd$QS0JfcN6Oژ϶2r$8rhǐXvR-5rd @~d~dHbt2 67cF4/.*豎i=˜j:׭8ARrt|YP,N봃&tSՙhzd{iHJwV )o{sDCґޫPګ`)3W}ߨf`#)#LOBRaF^&J?IFϤROj@u܈PM(!~)q#&/KNd ys{şDHF!v+i:}=\ta?Qb& FΒ<DOn^~x/1HfԴ[$s5f Gn.9*kxv=d `Өl;D9nD endstream endobj 633 0 obj << /Type /Page /Contents 634 0 R /Resources 632 0 R /MediaBox [0 0 612 792] /Parent 618 0 R >> endobj 116 0 obj << /D [633 0 R /XYZ 90 720 null] >> endobj 306 0 obj << /D [633 0 R /XYZ 90 720 null] >> endobj 635 0 obj << /D [633 0 R /XYZ 90 642.045 null] >> endobj 636 0 obj << /D [633 0 R /XYZ 90 449.498 null] >> endobj 637 0 obj << /D [633 0 R /XYZ 90 243.8 null] >> endobj 632 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 640 0 obj << /Length 2046 /Filter /FlateDecode >> stream xYs6_i_#oVi&CKʼnD$Uﯿ],nɃ`b?~@,|3#%T:[b;hpwp1YbyWZx̲8Tr={]n}W42R:zە۲+vHg/Dp# h%Y j9T1.iuGmg"v{Yt*fvn x $ 3\mop6Im\tmc"Xl ^SUW՜Gd9˴s!S0e잲 M@g!'i5ֱɦJVuvM0&wC4L8K{[n*!3y!` ?[!zopMm| ҌCHuSlb\tL J~5WQ1cK)[[:uy1UVw[7t Y L뫨>pXoAۮ@=_oh',ˎ~@Hv[ϙhwΣ5Y>t6#K4` 0OUdUS[aMJ3uC4j=(W%p[u :IƉ9#L$ΒGy8Ȳ|Ѩ mB1?XKiݦlt`}Q{X=l"::ԗ^LSXhٺ!C²ur3֪nvM>XMқDo_B6 E1h"oItqC2!VCfKMt)rWUۻUD+8K ; +徐pߗ݆Fz+fuQ՝=(qg|iZ'aa-`ezObG#Qކ,?uP*{*[bxq(Cd}1 M8n;`^/kKglU,MCaj}7Qq $yȢ $: <>|Op쁬ڕd)Z_s#F?4S1ꒀ.L’!ݶ@ Zaݷ?|x` p@rE%bؿ& 'Gi\J_- /.{>zs,tz*]ڎ udajܾda4++u\7 vC 8tDHY"ųDPTΒU]T >u`x)!(͸ 7pcwyH9vohM}93pG/?$F8&IQ/h]ca3@2EV_@P`/&yԣqqԎmObnzom|J }SUWvXNXW GRx"2X944xOPeT}WB4>W,a!YNnR0#]&e*QMyl RIbKu[f]v-lvM_.GT},u=U}W5p{~8>zT||Kf# /0Wd&y^Q]o[뿒<8?Sb~q~csYs'6MNpG#%3s*< b wPɘ"| .(n1xf~ OEU+Ύ8W5aGң*`[ k4DA#`U~Gi;Y mlh=-/ Ssa∓8q`LG[iSj+gq|v@F;<<`U*g|d߼Hv3 ,",8P&itA^m endstream endobj 639 0 obj << /Type /Page /Contents 640 0 R /Resources 638 0 R /MediaBox [0 0 612 792] /Parent 618 0 R >> endobj 641 0 obj << /D [639 0 R /XYZ 90 720 null] >> endobj 642 0 obj << /D [639 0 R /XYZ 90 683.29 null] >> endobj 643 0 obj << /D [639 0 R /XYZ 90 427.497 null] >> endobj 644 0 obj << /D [639 0 R /XYZ 90 302.428 null] >> endobj 645 0 obj << /D [639 0 R /XYZ 90 177.359 null] >> endobj 638 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 648 0 obj << /Length 1378 /Filter /FlateDecode >> stream xXKs6W(uJGn$6iK=Rl&] H1qIharIG2\'Gwv)˟gg?"!lH2НjH&SOS؄Ӕs1\W*/)5 ٛ_gDP*ˣ#¸CuWdźwPd-Nvu&Hh|M7  w!J.7|$ǭT ,+%$)ep%TIvJ&M@)oL זּA8^o*oO> шX`?ZqD9mmQO,3N?x4Rbټ124?ďnbopoQHHH7\a*oMQ MS ʜrh ie:KXۡU0нeeKcK{~ɢH[`5"N)>v)$pbHOОy=S]> b<d E\f;P]CDŽjp.x8IDйfcE-&/%ᘈndL@_nd~zC3;Y|^KG~(w0P^ p;e=`w|sy U:԰X'!c?fIbNm(#}v)힋fcڇr-E9"b/9* 9y}XT;7{Xm"}@ ]Mf˼UZqApr[DŽLVyB}"eA"k^geN`鶳2e~ڬỼBLuZRa1bN76ȏKR o5JLZąMJ FT:DLS)K/2#i&]Ro S~J9(N+STCDj 'QP=Z,9m9:9bPġh) h)6qK<ߢV:-i9vfGD="D1o?yC>66kOxkZbcMJxkNoQ{[lj;Jnd8)Nu Tx;IŘ!8ٹ(c#Fq۽#} J(GUGI(olx'=::X{[@5:aԒaJRrPCU{%_#WT~MK*?nw$p{?BGN:ʐ;䙴$}{n= 7n!† - մ$oI;:$`0$rP= lNI0@K}j*Bߒ`&Q[;}dyh?ĉ endstream endobj 647 0 obj << /Type /Page /Contents 648 0 R /Resources 646 0 R /MediaBox [0 0 612 792] /Parent 618 0 R >> endobj 649 0 obj << /D [647 0 R /XYZ 90 720 null] >> endobj 650 0 obj << /D [647 0 R /XYZ 90 680.095 null] >> endobj 651 0 obj << /D [647 0 R /XYZ 90 512.423 null] >> endobj 652 0 obj << /D [647 0 R /XYZ 90 387.193 null] >> endobj 646 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 655 0 obj << /Length 782 /Filter /FlateDecode >> stream xڍTMo0 W(*v+mzjlةN8 GJb= >X'R E*sE~!ubqqmL"XM*gWMm(ehmmݯ/dRUOq")&~(nSZ#soH0m9(MXnؑVϴ a(.J*(3kiW#?'6 K"3ns n"Mdꢻŷ3sB =9]mͯ@idQ"|gخCύ.2QJ"wV(4TsB+fws+KRt,3] |32JTl{!㙚d2'N>?+v`2wf}zܱlU~pEF D,[_˔!D&;e`,W_L9drV6=:ae9tׯ+SV˦]bxcxnxhd>OETى&cCf]H3VKw㈙EӺ`cwduU$G*q!{iTomc!X6Cyb 8K0Kd%9KXiW4@Fo=]G+Ġ=AUu q/z5/0'Ʀ]=.L&;e@NCC;6tx7vLә];,w_Gs{0%v endstream endobj 654 0 obj << /Type /Page /Contents 655 0 R /Resources 653 0 R /MediaBox [0 0 612 792] /Parent 657 0 R >> endobj 117 0 obj << /D [654 0 R /XYZ 90 720 null] >> endobj 310 0 obj << /D [654 0 R /XYZ 90 720 null] >> endobj 656 0 obj << /D [654 0 R /XYZ 90 644.229 null] >> endobj 653 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 660 0 obj << /Length 1790 /Filter /FlateDecode >> stream xڭXYsH~QTЕ7Lp6Y+JRd[!:o o`As랯zX/tzv(^>sjuۣ3 ` 17ۢI56MZB5RIw-/:/:.GÓϷ9sfB>ָ?`F'TeDH¤JX7m7YY4 z6w) Oi0/itzI6m_3%LJM'Ope..Ȩ.7hff.# ܊6<#D ̪6Ofo=ִgcѴ0.$3AJ|3hMEmop*wy3Zor|Rh\9Pd)e[iM6=s̀a{D\i0eh+d&'iuV?I6Mv/t! uݦtBE mm 8*40R%r+u$ć0uJ7.8+o`t(dYrDn3y&8O-+I}@Z]< :[捶T>qVOc< leS.t"m 7\bq6!IQ\iF!##ǜvbh) |# yO) pk$JDonj}&S˗i8];n;E=ᒩ<0|mAh; = 9J> endobj 118 0 obj << /D [659 0 R /XYZ 90 720 null] >> endobj 314 0 obj << /D [659 0 R /XYZ 90 720 null] >> endobj 318 0 obj << /D [659 0 R /XYZ 90 575.202 null] >> endobj 658 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 663 0 obj << /Length 1723 /Filter /FlateDecode >> stream xڭr"7s (ukoJrM v9<}G1r<W>~u7* 3 ~r!C^]s zQzMɔA/Odje87g|:M ]svj>ryle}֣P]뻛vui7{eռ~l멆iYCPf1OC)Mukt4,`|*?KA &N /g 貿''퀮Ym;MEc~x4^6AK$AhoyRآnAX$rN8]9._ FүZEb㺪 U_Ft4ug MoJbB`,.8pk,A \XT6Y"cxx  w fVa;8%.y*Rڠ*I"kJϣ+f8ƌGV/Vfn[('u.O qw{"u @2B9,*{M5)0"/h.I`pyi6wA͆<ɧS#G?KAc2bNui_#'PE̫ݝ.JNf 7tKsZ(;DlքX1If͜/_v$~F,:tĬY"SaziOrs|qZ"ۍ|fy@ϸl mNr=kT9 |8:/夼!1g<;'-ng+eiD*qZ{yݹlOCږ0a7F%P Ϊss xy*CzxqTn%*B}bIQnl-K(4RVmVݥ9,Ɂ]=P]YQFLR#(SiO ͹JKM gd&!m QJ8D'SrT@#UV4Y~Ie4.' j=@Q)1)n?)HULt d iA;ڇO$N K`0oUB@X'E uE7\/:z#DI%M^(xhŶضN):uė'To96f a9INls.R2Mq 4]-}xdGF*6ono~~ww^F;s Ox}flE$J!ISQ3y2/nn3z5v:En^;,f)_{ ցs&Ezg?S(_G|66IX}6Ǔrڬ-]xR9MGҼLzևxrj]= )϶ϭm 9OW@ e.m|Ѵ)ԩBYK{Pm@ƏE=NSlZX+a^f6.jVZ5 D9hOC ŀfBOtv3MH۰h)XmSodO15U|9kT'MsgTmI4<c3z.2y|3-,sm|?Jgd> endobj 664 0 obj << /D [662 0 R /XYZ 90 720 null] >> endobj 661 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 667 0 obj << /Length 1751 /Filter /FlateDecode >> stream xXsF_Gx;}7Bd4ma!cMD%{{`8:-=qÄMCZmψ  zkq /~t7}n¹3xVuRv{eu۳mei|%u/p#@~~g3n٤մ?lL>$'C0>f:F[;tIL:QVK$)Mpn|8 0P2qրK5DS1+Q.g7I}3=(#]E2e5CſwkHV}TG5 \!/gXL,Iثҹ~C)k`GmcpM}XXc"{5o~A⛻K0C |&(5 ϵ5tͨq  #q*mLZa0fMI`l&$\%ȵ9ߒuVR>M0&Do1GL*ar`8}۝!6uϤLuI0U0VأuyNɤxF4OʪATHxQ m?,<{`Hv^Xe/( 'KR(=aspqĶptAk(z sa唂veQ :5_'lEY& ƚScHT:-F7cܲܦS ىI(DbV\y(.B$^?v5蘘[؛/p3̆<J$kRAwC*d H'/Yt7^m !Ң+m0pР+b"( |CWAZm t;n&'BJ\&f2]}/n*zkҎb NP0nG.8D@/Ta"zBSv.E?BJ!<(>9;\ar W%M= D>ww@$h)v$JHBL[FTr9rrFMؾ AEI\>php\I<@?@Mip2(X`LӾ ʛ?h՚>@^ڋ'=r lS(cnbK]wY-OA!Ll{Ua9OEFmǶ AmРVG endstream endobj 666 0 obj << /Type /Page /Contents 667 0 R /Resources 665 0 R /MediaBox [0 0 612 792] /Parent 657 0 R >> endobj 668 0 obj << /D [666 0 R /XYZ 90 720 null] >> endobj 665 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 671 0 obj << /Length 1347 /Filter /FlateDecode >> stream xڽW]s:}ϯ?"\ jq2鯿pd2"={VE?ugZrtyZv]0X'gmZ_%U)_Vwiӵ,[뺒s̊t 4lw'd{mGs縖FLK>}{|"6̏0B_B{ttmWW@C5?ӚeX$QR,^-_[t(-c&ls.dt]38-ps1t["adQkZu\SAk؎m*YIW^\VFO6+J!ꆉqS 1zM60n`bmUW+'lUKVD%Gɓ(؎J y(D$>wI&h\FUĚ7ܦ$1ݕt5۱{8'c,>Gћ۰Ho.QkFET,`|-׫N̗t_E.C, %p`eh.4t,Z}uw|6ȇnX/rjCHm3ߴ`[0KJ^ NAHޝdx9pN-$.zP#Vb`z+'0\׃Z9$BUK@f z> mz!stz.μp̓v4߂uQrV|fR-]qߎo΃L%аS?}ӱ=3yoLj)ĥ{~a bn endstream endobj 670 0 obj << /Type /Page /Contents 671 0 R /Resources 669 0 R /MediaBox [0 0 612 792] /Parent 657 0 R >> endobj 672 0 obj << /D [670 0 R /XYZ 90 720 null] >> endobj 669 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 675 0 obj << /Length 1667 /Filter /FlateDecode >> stream xXrH}WIlEnyXNH08j ¨"$K$ NR-ѨtOwl6Ewỻ b FDՔV];m`M$hħLB2;w2rMH!칍J903Mc<\U_\Gg N~#A!@Wu^|T@̵8Pox֜K~j!jMykWZZKʹFFTr%%; 4#NqcPKX@1lN4%34K5,5J.m\2YĿP!.K'&]lͳUS&ͳX/VZ,~ZRـG.J cRZ sQ֋FGT]UIT[w:{C ^~|l(N &O) =*uTʠ*+.4Ϧ*aT,E78D,ꖆ Yk,Rʨom`Q;h7w .<0"|@Pٶ[P>1x5X̶NN7O^ɋL^Es81yʽPg K, V- ^ ]; ʃ5IEԄ4}6tHsD3a.,ovt^ endstream endobj 674 0 obj << /Type /Page /Contents 675 0 R /Resources 673 0 R /MediaBox [0 0 612 792] /Parent 657 0 R >> endobj 119 0 obj << /D [674 0 R /XYZ 90 720 null] >> endobj 322 0 obj << /D [674 0 R /XYZ 90 438.737 null] >> endobj 676 0 obj << /D [674 0 R /XYZ 90 393.979 null] >> endobj 677 0 obj << /D [674 0 R /XYZ 90 233.188 null] >> endobj 673 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 680 0 obj << /Length 1112 /Filter /FlateDecode >> stream xڥVmo6_at_䠒ENp'u%`Ⱥ%" E5w~%ļӑs/$iGZnEoŋ3yK/Ʒgl0w,M\v7:bmoS"ceg=z66B{#9  m;zְmgX0%Nrw+n{}k\׷b(Db:P"x>fr}yUTRȕTnf2iJ*׈Z;=qՁ!!сT%KtRV)}@#\5.Qa4\ (2SEhjr]a!|FzE.^X8C; 8,WN%۶bhɎu}>x(֒SſнD r*J6+K{+^͸l4Coj _sIf!RԊJIk-*b%JO+e@#T'!z!>[lឦr?ͷ ,gfZxPz}chNMصA֥^l\lX +)Z8 Lܔ"ہ5ӷJxؾټevhiR.OBU`w[&GQT2vt3]+~?>\ùw^\ss=2> endobj 120 0 obj << /D [679 0 R /XYZ 90 720 null] >> endobj 326 0 obj << /D [679 0 R /XYZ 90 720 null] >> endobj 330 0 obj << /D [679 0 R /XYZ 90 625.027 null] >> endobj 678 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 684 0 obj << /Length 821 /Filter /FlateDecode >> stream xڭVO0~_Ubm q~ƺ '@(s6ZDCa}NlN*M}Ka0s]pְxbհ94ǍϾo}`#84ng wLu=,OQ}s7|y#: =,zvo˄$']?} B,=O~ؽϙ Z 8Z^_Aקף˫Woe*{ X:wis%H!qJ6V o{Pƨ*i5/ jiJ5bT/#659(ON=t*$Ff0E8 ~@Xp4A :EXU@e@lZ,6kJDFeʢz`ȳ4ӍV3h 6GgXJFI/:~ 8A+mU5imugߊk%RsRm1iO6ut64;_wE4אlSÀz[ec1+rAWncXޡ'Qi6 W,&:Rz`/HJSV<+&)g4$ɓp6E𵪐\d8= 9ủ?Ʃ#7 .Q0 2J̺F5} 樵V"+]L()ѽYʯR"]Bhu8ȿm7Oۄ0K U?35i_4/P;ҲW0 (ֹ(fz/Ʊ endstream endobj 683 0 obj << /Type /Page /Contents 684 0 R /Resources 682 0 R /MediaBox [0 0 612 792] /Parent 681 0 R >> endobj 685 0 obj << /D [683 0 R /XYZ 90 720 null] >> endobj 682 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 688 0 obj << /Length 844 /Filter /FlateDecode >> stream xV_o0SdH; M{hUTN <$MiW6I 6iBgwch9c ^ g˦".l)h$ +c߷NZIQpl]z3 5~۞׎<ۨpmG荘2MP"(:xBF'uy֯8},To1FaDI,F\`&rP7jN™&9&٧v?hultmőZOB = _3⤌ƢqhD4&j0{̨<!5 E`Yh甑1",V,] -jAj(+.8a1k7p> endobj 121 0 obj << /D [687 0 R /XYZ 90 720 null] >> endobj 334 0 obj << /D [687 0 R /XYZ 90 165.965 null] >> endobj 686 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 691 0 obj << /Length 1039 /Filter /FlateDecode >> stream xڥVo6b U IJ[h8 h$v`l}!d4C>fU3k]6ۚ0wZIa|a)0l,,Ӹ3﬚ڗcievò-q?*!k:n:7wv:gb,OAAYp;ͭcX#]5QEI)dIJ.2Jo"tƖrX q)Wg_6R^,^eن3):#u`rhyM\ǯJ۟Ncﵧ=p !ђHc9>My0}$O,7fj1*6So8e>}j$|g݇>U@P̌r'-kZ Ԭ o5 &xyȶpTe W4?E'f185]c鞵?T{lFWVư͎a?N'8DK#Prˑ)'V-"ghq-E8aYW2.̵/wJ%")zSaɭ픖e8S ۏ%0 ^JJ V22'c6&$Q͊VgV̉OTl3:A#A:QOQQz) <2wQ<<$>ĉ f0IOaQpUg,H kCOHlɏmES:[s}<w&i* H;v+APSV, 綜"װb\+|չ^~tRp`)g.̓}/+Ǥi}('ϳl> >?OMwtWMOyy1 endstream endobj 690 0 obj << /Type /Page /Contents 691 0 R /Resources 689 0 R /MediaBox [0 0 612 792] /Parent 681 0 R >> endobj 692 0 obj << /D [690 0 R /XYZ 90 720 null] >> endobj 689 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 695 0 obj << /Length 846 /Filter /FlateDecode >> stream xڵV]s@}WPgҪˇ5iQ:}h:kE`v54X=gRtC@Wz _r|@@5im@ YS9K{k äBi[,5wIi[5ѲCclGNY!nZZnҐi f2H!'P![> endobj 696 0 obj << /D [694 0 R /XYZ 90 720 null] >> endobj 693 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 699 0 obj << /Length 1061 /Filter /FlateDecode >> stream xڥVko6_u`,Gp]'u9``$" IQ$#$uy9>$pjFkD3gʗ ݜ!UQ#\T]qks$eyDe9W딈]tZ/g+1AuٽF5.]aǠ8~2(\o^݅QJFHN8g#C +|H'.DN>J)*gˎ1W;WuϸjwܼT{So]R񔷎)M=xMO6r{uZ"kEĆ,K/FoKzjaKemz0(;ΨX魄mZv֕0`ˤa/  0ABB> endobj 122 0 obj << /D [698 0 R /XYZ 90 720 null] >> endobj 338 0 obj << /D [698 0 R /XYZ 90 402.677 null] >> endobj 697 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 702 0 obj << /Length 786 /Filter /FlateDecode >> stream xڝVmO0_ub q^BI@U!qԎ)N~|sw@3e,NB8uy0kLcd6 US@|Am{;ۙI Ӯn ׳lʵrʑ*)P؎a?ǔ119nW PBZ}6F"Ҹ2!_ *%Əle,+=&-_y0MxG,@C<3 uj" 7Yxypq8=u->7\=I .f&v%YR InȗXJI, pJbxLZMױ۔lIQЭę`S8d7^ Cd߻yeO* Oy {IX)J8J, )VJɪ*mԬRJ"Z)dJo2O@U.y/?u5")ͱJ6UjQR`!> &eedV,wj¬|H'Gt2:<;Dzg?X : [NB,!RA +kƲ|9ɫʭ˿)WMzWg`iLcٞD^Xi5|[7$1Ož4O fj> endobj 703 0 obj << /D [701 0 R /XYZ 90 720 null] >> endobj 700 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 707 0 obj << /Length 732 /Filter /FlateDecode >> stream xڭVmo0ί&#iE"ujTF+lӗMsb`hN|{|~.hF[0eH;%q `[ 5zo n z)X+Hnn܍U<8oX:)m9g= `ټ+@!yH' !?OGX#Plg-GUA MZ^x˵񒲀P Ln$pyMאaD.i@W@bO -K)аʩ$&`:<9{_ϮFW_| T])lr~s;Kdb)C;qWG}2)$ .n8"RCaI?uw-α2Z2A`4;U@֔9»EdTBXH7A.+J H)鑪H6Q^^ ](\$2$mteŋJuuVD= = s&fdi*2jwR}+ ,X^]u*Ab)#+_ˌ%kɭ5mS+3Kt# ff> endobj 708 0 obj << /D [706 0 R /XYZ 90 720 null] >> endobj 705 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 711 0 obj << /Length 841 /Filter /FlateDecode >> stream xV[o0~WdH"&΅=ttev*T{h+C$hW6I 6iB9߹Ag낞5y^ҙ!T|`JF=Ѵ,j41~2ir]ׄyͳt1^ftR> endobj 123 0 obj << /D [710 0 R /XYZ 90 720 null] >> endobj 342 0 obj << /D [710 0 R /XYZ 90 165.965 null] >> endobj 709 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 714 0 obj << /Length 1040 /Filter /FlateDecode >> stream xڥVo6b U@[h8 h$60>ې@4C>f]j]1oݛZZIata+;C9{y52o[GC4i]p]1Ѿvۍ|W^NL9NvMݭun\v\)z ?FLJ)%K VrPJD| (!ؖg5vd-7@ah p"T+h+c^>!TGxL0=JRz@#@̔9Qg,\.+3ŊpDT@$Ψ(62#NE :.8FUd(D2fŞI!YjQ*+.> .&NdtoQRP6kur//)6?M\/J۟Nc=pO!ђHc9!My0}$rH,?fj1*6S0y>}jG$|gG>UBPr'-AF Ԭ o5 !xy̶pRmY W4?Ŝwv5xml%=k}x?S̮Fc:V[npC/ 8BK3Prˉ)!gv-"6M⽶<}dKXRaʸ*2ׁhJZT @?.{.I9N+ʽn?KnkmA .їlT,?zUZj=4蕑: !jVB+(fNd+xQ ҍ bՉ}R7D2*L!9A1I!N];8 !*( z29RA!_S,$rȊ\ts_Jj^^rYtWn.{EI2Obr> endobj 715 0 obj << /D [713 0 R /XYZ 90 720 null] >> endobj 712 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 718 0 obj << /Length 795 /Filter /FlateDecode >> stream xڵV]O0}* q>⡔Rlhy*.q(l'uxxC=>"`HJײS<*|q=n X&Dg C}̖bBU+74˲Td4vы8iif5jϾ6Fm)4S #B[:lwVRAH 4dbtbp$qJp/}=f(d@ij<&n̗LBV* {6ifK6&i?j}4:οMG%fG Tsl~xݢJE'7ґ$!tC{.D-fobBED\E^v4. l0P$M)8ʙUm#pBϑi/Ғg G_>7,^i17"N&u -4wVќ7# 8 ]XuHKA I ܕƥ$6$K xvNX~E~d2=S _~oO T4sJ z(nW+)!6b?gn  j_ IcBafo;CNty{rs6q_t:] 2Nˣg 4$ endstream endobj 717 0 obj << /Type /Page /Contents 718 0 R /Resources 716 0 R /MediaBox [0 0 612 792] /Parent 704 0 R >> endobj 719 0 obj << /D [717 0 R /XYZ 90 720 null] >> endobj 716 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 722 0 obj << /Length 625 /Filter /FlateDecode >> stream xV]@}WPF43|u6\cF@fpm3P64>s{(RH]W{FWw/~V) dJ4%Ar,G5 #Lꊮ2u0LyvӺu;Mnk2^JJN1T;K @LCjw gfej,U@h5xGbOn\Q@`*JϏ\gmKdoҤ;M8BDO޳je`/ǂ)8BL*49W$YmDb2z?f1;NQ\(y9&!GZpD{WtO8psdA0FLm:]`B1&B$TKI, FQ}΄chD󜰵x VhEtHݷSv,2X&KRӚutg|?>ڕO,%1} /oL8gKxA_]Fo8!~^:kC@ȓz|)%Np'\tb 쐗}InYb,71[}_L +7)~ endstream endobj 721 0 obj << /Type /Page /Contents 722 0 R /Resources 720 0 R /MediaBox [0 0 612 792] /Parent 704 0 R >> endobj 723 0 obj << /D [721 0 R /XYZ 90 720 null] >> endobj 720 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 726 0 obj << /Length 1143 /Filter /FlateDecode >> stream xڥWmo6_* &ynrTSMI X qdl jP缤?Tr*MϳV%Z9]>Ũw@R֞~W}Ua\ڙL^<ϫ"f~P~Ë,!ffӭ6ڟ׳n3;1咯A5A!ϱ4Z<_# ,T/"M~֏`pCR&,(wh*vnW/q?M{B']8Ջ1S-<*Ap_R\p'zïۓB" "m$(d\y缃ӔeڹY\S۽o?K}gsƋ<2>'rS- 1@*4&N os dSq'6`K;iǜ"l1ȷ /6%eSIN{YJާ|.+wMG|n^1ح՝@ikծY-D5fP rk FnX,ҋѻMlzMU^H%,:MYvՄeNg=:E rA=]0W&TP]clpNd15^ s@{ç1cLe8^M9MsbĆ-M-Tu:YJr\N7o8o.-ӘJ Q~w CclIB!]4"qlĜu]Xg 6Qu Nx I+EaYnKnay>+9Yf5M ,U,P~)/3G0|)37ȊP]Qq*7;NG;|Qvڟ~#N'D?vcxyD(wm~|=> ) h6&D|u< T\1 "teY&t,pai"ǩH442=K6z͋/Lc_EQ'j>& ߛipt,c\ji* ,Mhbx\{B&?e#Ojy2da5z!P8hַ^wZltFW5̿*h endstream endobj 725 0 obj << /Type /Page /Contents 726 0 R /Resources 724 0 R /MediaBox [0 0 612 792] /Parent 727 0 R >> endobj 124 0 obj << /D [725 0 R /XYZ 90 720 null] >> endobj 346 0 obj << /D [725 0 R /XYZ 90 402.677 null] >> endobj 724 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 730 0 obj << /Length 856 /Filter /FlateDecode >> stream xڵVmO0ί؇h q@KIc1Jz$Nf ω/SBa&jp mswyrEpb y^y;-ӈlo[~rqm r<2I!/pdmu|yf6;6r#R&CJ?T҄H$1MDѫs,ag#A) 䞲3$!lWnR814,x (:ZG&&M,ؽc2"SY)$ap3aۮ66s 6vno9 D^QF1&L؄Nٻ:KBr%K}-> 2"ǣ2SU1 \ĒL!F8.k0 P)] "-|IJSʓp "_;['WO''^%6$Ke8+PA{GK0zz~ToL++dI)s^O{59_ g {huxo\/b xǐ u2-3ò9>J-* "7$)V\Q2g of>g,ebeAb(5``'ĉ*QDcnB#j"'I\XR?[<0Dy&UXJvLT1. g,)D1;db_T^24X4b4 Dn??͌2e՗MDXi]X?%47kԓ̿1`ƊZ/*q^/g endstream endobj 729 0 obj << /Type /Page /Contents 730 0 R /Resources 728 0 R /MediaBox [0 0 612 792] /Parent 727 0 R >> endobj 731 0 obj << /D [729 0 R /XYZ 90 720 null] >> endobj 728 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 734 0 obj << /Length 977 /Filter /FlateDecode >> stream xڕVr6}W#yLEudO[2ڗaHĘ8mEJP {9{`9׾sutd+/x?A`*Cg.{5rE?2wVi#1aQrFQ<\]^i<{|٥HL>iCMCgzy(4*ݾ/{eDG&+4k1:.B^jvP_z;S/ű\s#n/?1Džʭ7p[EH^}<iOϳ n&/6׏adW9,yohݟ}J,%'xݮ^;2ҺbF `ZaF3bs ^[ãd#c?VxqLۄ꽅Ǯ8yv>s3.u[o_( endstream endobj 733 0 obj << /Type /Page /Contents 734 0 R /Resources 732 0 R /MediaBox [0 0 612 792] /Parent 727 0 R >> endobj 735 0 obj << /D [733 0 R /XYZ 90 720 null] >> endobj 732 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 738 0 obj << /Length 780 /Filter /FlateDecode >> stream xڭV[O0~*ڭ$n)Ml+4UQ6$=űت{AZA9}  PJ⢭4n?EȂ>3xjݶ>GA0i۞絠wض}"O0mA綺kc0^BcLjP]5(E_D tĆ'aR. VDXOX|4$'Y 3@bJ,z49)NQxir-<$N H*7]Յ Bbk AOҙ^ -YϏRMUO˪ғQFA>#xGܮy4R| 3q VX)t !eCa!+_ ]sz>HJϲJC(d<$6I#hd"D2'4KȄz"@, (?6.a xLP+;s5\Ϸ2fQtP߄Rϔ&f$ N J.AWAbA%vjW FIL$48QIX_P*EuvV^œܶWh떬1Є$;&V565@>Wl_#*ܼu 4Z;3_&R硤p/C63j)TԖ45~Lcף̰2iwuAl endstream endobj 737 0 obj << /Type /Page /Contents 738 0 R /Resources 736 0 R /MediaBox [0 0 612 792] /Parent 727 0 R >> endobj 739 0 obj << /D [737 0 R /XYZ 90 720 null] >> endobj 736 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 742 0 obj << /Length 795 /Filter /FlateDecode >> stream xڕVn0ߧ:D2;.ݺhń:ӤqHԐ0;A־l+B!|Fq3F#(יl<}<*80_#c2iBeew,)_QM,(4Ҋw aTپKXRpBC6')/$NqqCv\nY4OOy\Oˋt"vj. Rş5q`ל] 'e*RQ6K?8#(4$n6?o.,yE' xfxN# ycNjj'Glgoiv'R0PKxFwu큝Uei! Ac],^2_έ,ůau?hޑ"լnu)T9)P `BmAaS`mf1 V~g~s%WG O Jq|(4 "\ݎF9~:h+SGFL4gc\t1T/!)suUUrʱUPuvݟ2ޖ>'p<8n]Q[bzu,+nVe=~%r>OY=9\ޜ݌?7)[c} endstream endobj 741 0 obj << /Type /Page /Contents 742 0 R /Resources 740 0 R /MediaBox [0 0 612 792] /Parent 727 0 R >> endobj 743 0 obj << /D [741 0 R /XYZ 90 720 null] >> endobj 740 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 746 0 obj << /Length 636 /Filter /FlateDecode >> stream xVk@ &`Pꢡu]#lmN0Ven;93Sq9oӒde_4Qd[/GIH~^rڍ L:(l9:nP$QTKc}5c. {{p0$K$M2{+(xMI rWT$9 SzF!y?1#LPH("2}" ftfe!_]͇7ӑ9f!&!k ?:=7kϼ:$rЏʶɤ&ߐ7F ZNŦor9iѾQM,W4F8I* Ԑ /P԰s\QH$JtN,'bִnNs,~yʒNg/i긽;jw]B.][D^> endobj 747 0 obj << /D [745 0 R /XYZ 90 720 null] >> endobj 744 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 750 0 obj << /Length 587 /Filter /FlateDecode >> stream xڕUQo0~ϯ`H-0 U*ͤJ*B4qjS{M@)@4`Lwj|ekCnYhio&z06niTrFBhѧpmʜT#˙N&F`SyJN5򘔯 Y8f0\ ,(\=!P9)V<@_B1bpPi2?%]3i{8-Ƥ ׺$j^Tz\"r| }^\ ]mWxmKI kJfL ["mVW'*a0k‹hC" ]Ǹi޸<djyX(gV1˛b_~_IL̓l yFH{[݉[SZ:ƒ"]?ʬ-(>\GJ׃`AEmzĴY9*콩og%8BFj?Oz /,V.Po*UL SF~z endstream endobj 749 0 obj << /Type /Page /Contents 750 0 R /Resources 748 0 R /MediaBox [0 0 612 792] /Parent 752 0 R >> endobj 751 0 obj << /D [749 0 R /XYZ 90 720 null] >> endobj 748 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 755 0 obj << /Length 799 /Filter /FlateDecode >> stream xڍTKs0Wp3"d\O4m mid[.qbi;ه}ڥ?jŞ%YdBa^Ps΁UxsznJwPia=Cvek;Ac,sۏSϹ^VJَD@fJ>P@S 0b. vx蓥Pہ?/@x5i^lB|?{2rnUfn<ݎ a[=m|,ʠnrhRCZGnmv<( ;yjHvM$J2C?UWuh;uHsNhA@ Vhb($ڙP.:+]hLGBܧwQ&$@4 أ*Mڔ45YUіc cdC3L(RpBe]eAR;bU\K>ϙYCR,rG.8s:tHI塲:Gr{j^' tLPFTu,U2+=#Ygg>`d (砯q7jUqYB}cij0Mg[UQqTl _-?hr1ҏ{, 8;7*莯7.I endstream endobj 754 0 obj << /Type /Page /Contents 755 0 R /Resources 753 0 R /MediaBox [0 0 612 792] /Parent 752 0 R >> endobj 125 0 obj << /D [754 0 R /XYZ 90 720 null] >> endobj 350 0 obj << /D [754 0 R /XYZ 90 720 null] >> endobj 753 0 obj << /Font << /F55 8 0 R /F75 7 0 R >> /ProcSet [ /PDF /Text ] >> endobj 758 0 obj << /Length 1046 /Filter /FlateDecode >> stream xڵVK6QVH=@[wn8EII\HArw!mk 0`R7O" ~d6fu󢙵Ej3͛%ix{YHγ9ǦV}ز*N5O0&m˚. ŽwbGb֨ð*bg=OCmݿHh ] o(ej0p,F[{K>+1SAO÷8\؆:z+ XJqeOJe&Iz,BR3zFVnF/?ϥwv9 ҆4K^2J|F5(gpjv]؇Co[j>' Tw#T W_*& lΣ[B'Ih(``3\CmY@4 e{oj ʏ3oEW $/[-_ݼyvqLtWMi>{r3Ff (Fm'f/WF,>?{ރwy8E=e=boj4|(a/>o>Oz)Rgway+ւw>kלfυG$[́<4|{- endstream endobj 757 0 obj << /Type /Page /Contents 758 0 R /Resources 756 0 R /MediaBox [0 0 612 792] /Parent 752 0 R >> endobj 126 0 obj << /D [757 0 R /XYZ 90 720 null] >> endobj 354 0 obj << /D [757 0 R /XYZ 90 720 null] >> endobj 756 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 762 0 obj << /Length 1546 /Filter /FlateDecode >> stream xڕWmo6_adD: MÒ3`hhL*~Hԛ4CX"yw;'dM plOzo's@W'~ ܹ7զjM:;TOAOAF΂N{Bz{+ȧgA$ϓUc=7T'p&g0 x05k"RbV BsQF{c覌CIk (G{,]=t78-.3~'(Zڛ9xM*q&n(8s\ٻt7r@E) C%Rg: 9d9F~Bi^?2#HSsWTHqI@ #R*wU۝}aDF?N+Nʃ~ѡ*)#^_} 5583)˰YV~YY(ޠ*DϘeeZ_ď {TLl.Ug_@Njζļ,Y7/Ҝ`F\\0R #IBb?UOocWM6a]\}ՕZ$ʀl~`9DȺaOZC7uczZOc8d nyhh˳_!_:ַiH$+H)t\g5#ddsP 1"QѰLe(US ҷ؟FrϕWЯ9%[+: F̠;H|F]|it.ɚm O.I?i!4jFIPܩ5G0[n5W Z?T1}|?tPFhF(ld =Y%SRaj#JD%/ij~G$7YƱm|r6Zwzp,2iV8בĞ(=y"!ɏc;Q XXޫ%PcL2ɂKĈ('Q/v -cF~1vEh[t8]rvHO`E?<=e's -)X/LHbO?V,$iw1QR95Z7%.URՍ)|&C^E6}_갈{ef-KtɖXtuR5}xyAV߈tyy~w# ohA,F6@lVeub3svRF7|W3z8O$7ȧloN-S;O#j|ͽ#Οbض[+RT7yŹ<jFBYX\].WMf?GU<#؆c㯖oG~&rV- mC +c)*cВL=Xg$B/'&["rj> endobj 759 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [368.962 450.234 522 461.143] /A << /S /GoTo /D (Callback\040Functions) >> >> endobj 764 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [90 437.083 126.364 447.992] /A << /S /GoTo /D (Callback\040Functions) >> >> endobj 763 0 obj << /D [761 0 R /XYZ 90 720 null] >> endobj 760 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 767 0 obj << /Length 913 /Filter /FlateDecode >> stream xڝV]o6}ϯ$ dE}P Y:HԢFl2],$ IQ{!oH 8X).ePo.qU;wA>lś<H˸$AΡ&;^04MC,;%p7ȯ\땦PR,EH?/n)z$9< !8nCZ팝pmFaM@C$$'> i~_3aGtGyG;c?.[ٶ0%#*: ̊%@~ ]s=D9 crHH37T#b/8܏<.QMQ; зܧh౴XF*^3exkjس\mZ* wxRm|ҜKho\;o.(V3$@3)B9 ճYs_̸ QL;Fz63Λ-(~d4{R$/ս8'|%{2z?i+(Yۑ= 'P7b{+tA ) Gb=Ց_%ک> \'OJ+>',y?1ݿ9^ö 1Pe`S:؇vЪc׼G54bAjqKpzA_\o$g@ķoޮ߶iAwfzdsNWBjkwQlM5\QwS "9^K ƉCmB[0yw7o06#V Yn銹q+8\_㾱0=NFOzK}^oJrk endstream endobj 766 0 obj << /Type /Page /Contents 767 0 R /Resources 765 0 R /MediaBox [0 0 612 792] /Parent 752 0 R >> endobj 768 0 obj << /D [766 0 R /XYZ 90 720 null] >> endobj 765 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 771 0 obj << /Length 1327 /Filter /FlateDecode >> stream xڝWKo6WV $ћv)6Aed&+JypF8EPp8oXD2ZIiq킈o.4Z]|(BDabM֋?~qvm Io#}9aĺUoG"`ւ4.b귋_VWdg|tNa,dNgE$9ӹ~ #Ag4+vBK ᩓ1n} ʴT 9?@KB7c3I-ۯfxN int}^*0B G[g?Hy_V֗g6t=m7L oqz7mV\*K-Yf4Z7{ˎbgqaw=ƃT.݈YIRowhMZQېJJ$yX BҝK mKe޾<42Ⱦ-oP,(Cr-%R$t8v]! {M`WMAp1d>35}i* z粃0fzQFpW^S7UcϦ mOYϽY+kk ]ـ~ƨPߞm n׬81jP W#PtJŚBOZڡz ] ]״A x !jA0( tL"3h]]zbTV=]-{k!fj}oJqS y\QTanB9|?rRɆ8 ,gnV:C0Ի[QPf&귣fbQA:ӭFu6 TrmxԤkw\yB'NPr3i!,&mpT8݄:UE)@0u!p7Jr? fl',~YҕNoq} Bg/7^Wն#jl#uj!7A]ilgj5Gc9+lmfxMwNa!c}VH}3k<816{@LtS+NO_HGP8+%\¬8*'g'c^r3#t?{/8KݵaծFƥ TklClH8֎q =/m( PώxqCb-ۭgO<ʩ-" ^hn1(T#1 P/uv'CYgx9^3BYc6X&H _ endstream endobj 770 0 obj << /Type /Page /Contents 771 0 R /Resources 769 0 R /MediaBox [0 0 612 792] /Parent 752 0 R >> endobj 127 0 obj << /D [770 0 R /XYZ 90 720 null] >> endobj 358 0 obj << /D [770 0 R /XYZ 90 720 null] >> endobj 362 0 obj << /D [770 0 R /XYZ 90 615.662 null] >> endobj 366 0 obj << /D [770 0 R /XYZ 90 433.275 null] >> endobj 769 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 774 0 obj << /Length 1806 /Filter /FlateDecode >> stream xY[o6~ϯ<ԜxɾXl+ڭqч6QnCRnXy0EBG)ёIGsbVg-oFaF NZOg>rDSbRCG6|.yݎ'L'v=/>'j9DžHHvYUl3IigFdj"=RD=3-墥'J&Oji mpJd{&9:xr"lUrw-cpqn?]n+eNL'\YN~ع F~IA 4X9>'~<;JqM kYi#DQ`7Cb-sCk 4>x⋽zn2 e#NjB SҔhH#26F:b JRhOIKԁXqE2iZCO&b] tJZsq&l#, ҒAI5$cdOnCzgwX5@} v`\pBd*V(q >g`&SʸRY` WW7asVr!/nT%ph {vdfb<Yڔ8qW֡F%n$?*kg6y5_أ E6̴8E&;Eqc;mX)Xg,$u/c&BR{a{/!1$ `ρ#xN2;bo:yo^V9n;4$?<ue!URRRS1m+rR&rgR0(USR]P"dCxIx!hfu G beY/gBBZtM1DLym}`8q:wGr 퇹l> )(&lJf$ y1\gˏnNcp-O#\Qֲ+"'Wh-{+xdէW*W?[\ƍxgE?;24S޵sϵ)UX#CZdH[ j|m| [ [ "z'!UNpuOW'?]ud'1:cTP\%LC B #g:tA"$Iy,$cA`AvA%y |0Н1(x4Obs " )c5 Ti{)3J:80f<` mxS͡Y5016L|3u!Xl`)'#09댚v^)edGȑ^q`C$ qzHqNar#+Ua1}og{x>>lw^GU9mEˑ>J@KWCM? _pauh쇬 endstream endobj 773 0 obj << /Type /Page /Contents 774 0 R /Resources 772 0 R /MediaBox [0 0 612 792] /Parent 778 0 R >> endobj 128 0 obj << /D [773 0 R /XYZ 90 720 null] >> endobj 370 0 obj << /D [773 0 R /XYZ 90 720 null] >> endobj 775 0 obj << /D [773 0 R /XYZ 90 598.631 null] >> endobj 776 0 obj << /D [773 0 R /XYZ 90 397.29 null] >> endobj 777 0 obj << /D [773 0 R /XYZ 90 195.949 null] >> endobj 772 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 781 0 obj << /Length 1892 /Filter /FlateDecode >> stream xYrF+x$S|K*9RA$dL Z>gAIr hИ~>O4X)Ydq}$<~y£=NQ OX|rvrfv; 7\J9yj5qt^f]AhΧޝtծx$;&)ƥ >#;My=O7Ṫ-=%e89p|M_"#/yU_>ŋN}E834_(bE\ifG7kb˟ e(#+}_rBx^%k&>r+'@9 0e"0G1o}f@"YJ>a0i׼<ﴚjH˄nNю:^-3 z96ƝrU iNri U7љhl䍙բ{GRϚC\P˹{O"q65IT&dzt +{M*>#DMDD\t]eTLz79{X\sC iǹ=2+|V[ ?0[)Tn/x!֯6_bc~#Esb0ҹO6%&*.Bsn,W|~A)T ti"@.[?6=^8}PT i7)uZslm}Fi!KJ?40?9; f% ' t Om!#bC =H0J#%co,Yh˾ط'SEľ?&j}cIʾϾ (䛮2 mQBAw H&.ӾTZEꋔiȪܨ6ǦwoG`n;X&w1`+Ld" ?0¨;JG wdx2>Cz $}XbV4w{B] IG0d, 5w,<՞ʐ~I%&Ѻ@@uC R!l`wÙ9.LK+?d+V {XastgF?,ޮptSffQ@ F r_wиol3uP8N;n-wzom)::i Z~tWK(6+6}[u|ܷ퟈Oѝ ˮU= .0a17ݲi}6cp܍T1 endstream endobj 780 0 obj << /Type /Page /Contents 781 0 R /Resources 779 0 R /MediaBox [0 0 612 792] /Parent 778 0 R >> endobj 782 0 obj << /D [780 0 R /XYZ 90 720 null] >> endobj 783 0 obj << /D [780 0 R /XYZ 90 546.287 null] >> endobj 784 0 obj << /D [780 0 R /XYZ 90 261.158 null] >> endobj 779 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 787 0 obj << /Length 1975 /Filter /FlateDecode >> stream xYK4ϯ17(` .4ii%\IE7ub26e:p"DԂ`qaٮ9h2Mu oG%D#wy]lJŭ`lKN,Oԇ^wO;>=h֟mM i`K}~_o꿓Ӥ'LLY's-3h(Fo894M1\A +g+1|W" |4B {0`v)C}wģݱ.Nc4ʼn:Y<0[ ڻ 꺅c( 4]a .frwtd=^A3CS؍?RE9]_i Cb|SI?Gx7q3 |Zt xEi1ď3=S cvDA+PnhńG}h]HB=>Nb-5(;+r[}<.6=1G HnExڻ63pt䥛S=sMq/|y_BD'!Q'ҴOgQk p1',E)SR#"Ƌ`jp0b"?:pW="]σL@nh،(g(q4e> endobj 788 0 obj << /D [786 0 R /XYZ 90 720 null] >> endobj 789 0 obj << /D [786 0 R /XYZ 90 679.434 null] >> endobj 790 0 obj << /D [786 0 R /XYZ 90 502.234 null] >> endobj 791 0 obj << /D [786 0 R /XYZ 90 400.099 null] >> endobj 792 0 obj << /D [786 0 R /XYZ 90 297.964 null] >> endobj 793 0 obj << /D [786 0 R /XYZ 90 193.501 null] >> endobj 785 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 796 0 obj << /Length 1690 /Filter /FlateDecode >> stream xX[oH~/vA O"7q4 ۲~\zJ2gw! ?(Ɛ:Y\a\%~ qbvK!$.2>'S|,M3fi<}9<.b`JO>ޜ6k'iw|N0Y5ߗ"3 ݿH n*dw%HfϪʪ|m6|}Wy dpS ]9B8(U^U A(¤9_lvS2e#X2% ?Vu-'CX"TrĹphkB%TZ|%||`$4Mn M/P`ŦȷFz\R$8R;7 2&8)͗Y *UcDbU^aH+g1٬ I?Z3Az5$Q[긞w=HIknGK6_'%Q'W4>4c8pż$\&hjQ1"Xv.L.  N>;NaۜtS{Gw_`mODR)O]^E~mpȅ܋*E /E+FĬ׆*5>׌R@*6خbf)u%wWϭz{EP`HXz/Ĩ7U Y/Ͻjjrcwys|w;ؗU]gPHooHЗf> endobj 797 0 obj << /D [795 0 R /XYZ 90 720 null] >> endobj 798 0 obj << /D [795 0 R /XYZ 90 643.034 null] >> endobj 799 0 obj << /D [795 0 R /XYZ 90 491.801 null] >> endobj 800 0 obj << /D [795 0 R /XYZ 90 380.02 null] >> endobj 801 0 obj << /D [795 0 R /XYZ 90 202.486 null] >> endobj 794 0 obj << /Font << /F55 8 0 R /F57 476 0 R /F56 60 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 804 0 obj << /Length 1858 /Filter /FlateDecode >> stream xXKs6W(e"Gn44L=%M2TwAIQ\i`[ cp%g~[,"u3X8|qy+!"D7]Qz=Q=<<1&/oVs'O6YRyVj)(3xe]Pzn厝 dN9"{;e\%JVT8a?h_G Mzm UtqJB%Rq6o?= & Qe=5ᚒǰSF #u;gL ̩Y5@]rl~ #Vr\q=KDRʪȳŘ<7aSD)Ue\_O3mU<& D>e@?LR$$˝sf!X?$8y#ͼ )Xn8$N65d5I>"F"?e"HP ~h塐>x>|㫘M{W9T>y?mf3oOn-,o`hf:L;* 7z썋"v7Qw0KeP 77cnAB 2tF{?pZz/b~]"^/$^^q֞EiZ#_PWQ! ZZi]ntn!޸e&N7vV"kxxbnqwkEN E/Wo~ lS &IlQlը735G.lWv>`J;GEXwP'T jpD2/*7 V!$nhZY9IuHCMVhJh!k]j![yͺ?|= sHǧ}5;B!G@24O*!"%.fi,C.|@|B66~ G>UzϷʮK(ٕ8V< kar@2`X -Of—4Ӕow71(l E@i) AG%gf~t zm8ND&LAZhW 1lf5@!ۧs{U<Lz{@LU"wQ(T q8HS(܅Ƨ@WiRBm bn5yy`R]4 po%{]m}O")7C=s.I" kڰaCd7W{F^ם{F=>=bPF GQOZwDin|_ hEy.=Rs endstream endobj 803 0 obj << /Type /Page /Contents 804 0 R /Resources 802 0 R /MediaBox [0 0 612 792] /Parent 778 0 R >> endobj 805 0 obj << /D [803 0 R /XYZ 90 720 null] >> endobj 806 0 obj << /D [803 0 R /XYZ 90 679.941 null] >> endobj 807 0 obj << /D [803 0 R /XYZ 90 539.954 null] >> endobj 808 0 obj << /D [803 0 R /XYZ 90 431.94 null] >> endobj 809 0 obj << /D [803 0 R /XYZ 90 217.694 null] >> endobj 802 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 812 0 obj << /Length 1862 /Filter /FlateDecode >> stream xYm8SD}~w78tUhhMIR^NiY.w'!ؓx?]6M,!d~{Flgg,@p֓|rqS&K-\\U],&oǛt$_/ә"y?_8i*ziKR:}w췋κn侟'c)I': ]}7j .1|*dmnP,}V9ݗ L+˗i/Y\y/t[S~fڿt"U(^/q˗M 5X6c'5ؿ0]ϛcwuzm+`Kmvs1 /64M(V d ]є*ɪxl!lXuM)6>zReGr} ~n f) -suܞgE'vAi4.G%d:&^M=hm8FJt/5 :+T_E2/>Vc{JͶK7UD|Ѯ5z#X"1cI؆x)] \1Qpӡ L~o0V:)j|d]V?`̆a"+2\ͰҤɊamV@?;n(eNMU.Wj0JtIJQPq=`7n.0Jǯ;xKUQ[ ]0~p×0q opapn\BzI v#3#M@l Q;j'=kuk;3-)qڞ"ki{bӶ>ܒ]>|;d S~@b#2$=2Qc`p ]^(fбdwTʱd(CDYA0ӻܳ+pu<>D02w.so%$pZPnBU9b(")?唒wdpV;=p#%?|Ы%a,aB CF ڈ8r9SQMuwFq vN&WQ d!(0G0 QuZrhb=/}ΩwåI sb!LX';։qN\kYÙg{ʫgѮ{n5bl({7 0B&H˿ nB tQӀgoz|>]o}\)s@7@7=D7n(c7 рS6R"#`r1>pNO HI.܆8~p}P[Dnu)8$&:=HGC:'eafT=?Τсy+o cRw+8(|7 JKnzyдOsf(֋(dX@Pg >S/*.~!4{StSzP~\ d?d.70 endstream endobj 811 0 obj << /Type /Page /Contents 812 0 R /Resources 810 0 R /MediaBox [0 0 612 792] /Parent 778 0 R >> endobj 813 0 obj << /D [811 0 R /XYZ 90 720 null] >> endobj 814 0 obj << /D [811 0 R /XYZ 90 623.691 null] >> endobj 815 0 obj << /D [811 0 R /XYZ 90 474.612 null] >> endobj 816 0 obj << /D [811 0 R /XYZ 90 338.684 null] >> endobj 817 0 obj << /D [811 0 R /XYZ 90 189.605 null] >> endobj 810 0 obj << /Font << /F55 8 0 R /F57 476 0 R /F56 60 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 820 0 obj << /Length 2054 /Filter /FlateDecode >> stream xYo6_aI.fߤnk&o]a(ulOuHJqP!(;xa l҉Ng͖=?ca :+_^J $)\^w\N%/v$,?3!DeāL^MLE]l7֊IJg?_'+i@OA((V&sUeպGp-Zn=, %ɝ[z;h=8mH$cU^~ pj+TO~ʫdRb(9W4|/lST(F\Z-@:;ʔ%×zILX݀JT=P&+q_AZFjETѠB]% YteDUshGfq j0Lfm"sQbML>([3nEׅxp6&h!XPm f fK Rd]\I:'â3 m jMNJXH!lGR")6=̚e٢K?e{~G]|>p&ͫ* wi/Ά>NNu=#`^ʻ/'+]w돈9< dN+d{}=Sb!'*bxfPD:n \ƫiZT'ɶtĹƑhO}iW_Q?ޕ~qQ]Wh)@\.9Q@UGN \.DcoIBs>ϐ^?|D-h+ *$M=ݡYx[q_5Vо*6u 9KpXM8Y3C&o]4ܯqz7g?K; <,JB8Ctg9KL a0pڻA^j+Q76W l&[ ʇl{Qy2EtZ蓨Օi[$Y(eH0bDp;LX<45ˏ69)R#=H[ք# m%9{R@1dsrѓ})ReXhrxsc_ gu"*Gv endstream endobj 819 0 obj << /Type /Page /Contents 820 0 R /Resources 818 0 R /MediaBox [0 0 612 792] /Parent 826 0 R >> endobj 821 0 obj << /D [819 0 R /XYZ 90 720 null] >> endobj 822 0 obj << /D [819 0 R /XYZ 90 680.023 null] >> endobj 823 0 obj << /D [819 0 R /XYZ 90 489.613 null] >> endobj 824 0 obj << /D [819 0 R /XYZ 90 315.271 null] >> endobj 825 0 obj << /D [819 0 R /XYZ 90 140.929 null] >> endobj 818 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 829 0 obj << /Length 1553 /Filter /FlateDecode >> stream xY[o6~ϯУ<CdVl a߲Pdڞ4~EmM6S!s9iQc F(xEr+(8H\x-e(1԰h2n5EOhufwoo˙zEbP:Ś&^2٢K/TJѓ1MthAiV_FcM\?8gryf#|f^_/vOU&,]_+J~X_3HCL{1¤`b>ei3`==,:/@e{37T@%"#pj9mKiدs2MyG $$Lhċˌ18Mghm߮ '\C䡰Y'em\ݤeF{Ī)laؙE,/i#.>*rcU}{zN{&=5 ZMS.;n6"ht{Sj5I?[Hū{JUܙu x16z˹.a.'B\y!Yat qS[Ý.gViJ4"҇ڶ-n3Zv{Gr@s#1G ^WAWa:L0 L}sI&Q=8`!|1Fa0cTgL"xp1w׶wȈSn EY>ZЮ<1& :  S3(Jg>`,>1H,p\ |^@$IF!}B~Ѫ+,˜^]GμiJ[2/4)% aUns:8s%>8W*i]W5G|ȩ$ܜ!Ye\)›X\vsϹ1[_9:J[BJo%(ă!݋~1s"5|KMZU|]%|x)!0QVy|Z#K.|4}Z!/%1$/o|IъșI‘=g{j8 \A=U˒݊XLsrmdlN)0g b9hg;1O~xv}/50RSI  KUCal#=PEg @E\٦ Aߡsgv$D"w(^<4Yڻ> endobj 830 0 obj << /D [828 0 R /XYZ 90 720 null] >> endobj 831 0 obj << /D [828 0 R /XYZ 90 585.221 null] >> endobj 832 0 obj << /D [828 0 R /XYZ 90 399.273 null] >> endobj 833 0 obj << /D [828 0 R /XYZ 90 226.475 null] >> endobj 827 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 836 0 obj << /Length 1685 /Filter /FlateDecode >> stream xYKo8W(/j.ߤzn`{Yl=u@G#6×--`hDSC~Ù̧ I0$Éb e\'+lgUo%bvk!Q3n[͖v2:-eu2e/Dt_-vj@Z BR&fo^ҁjT'CzJajf?" *T^I0&_}DhP1b]Մt.)8Rfy0G#( y,6$]=Lq7y7HԔ2ĥ,脤J2!Y9eBN"vM .puc]Vxο,nHV (( QG tm^L# }ۑhAkH{fKzV"Ju":8!X츎* l Jپ3TLL1)`w ː4<\@wW_.`_z/f"}A0%p4&݀@#wy.<˫@HnHÅ w"<\%6oE[WEy016nyfq;'q}Ab(ܸE.r)|t^F_;X绢v&]]ҽ7e:aG,; kUL6j/DeUt!+{eaocT"wvW DAT4nzF[NaLVԷ*yY_z6Hw5o'Oo`M $eu8'Q>`&n%+iLQ]tL2yBuB«{NUؙ I; MwIclͶw̘h1&l>N7Y7bSps{AU)LE8&8lArL 5} 2 TX.L&Gd2D&ǀd2H&Gd2_=2>m}ҤS/'^i`DN2O?gD$5a NG&\&)k0MX07>SAUf 1LG|[I~C2+b­kBg#`h#lF~ Q 6m?UB:uOvQ鷞Ӡ.wy܅A8`cp&J]F%]ƀ%ߖU*|SNA~$F=P>UV';_0/^fR2[Ɔ7F{Pk t:]BB2OE.'_6fPB]EvۻMX"0Vej-X1eëkU#ǾNr`E_ 2yWǽNۼ*{CDHg9jS߃6{Q(KC(؞z؃zGg(zGGק%>~YMl=A u6)A.EI[ǜn^ryd8'{! endstream endobj 835 0 obj << /Type /Page /Contents 836 0 R /Resources 834 0 R /MediaBox [0 0 612 792] /Parent 826 0 R >> endobj 837 0 obj << /D [835 0 R /XYZ 90 720 null] >> endobj 838 0 obj << /D [835 0 R /XYZ 90 680.023 null] >> endobj 839 0 obj << /D [835 0 R /XYZ 90 518.831 null] >> endobj 840 0 obj << /D [835 0 R /XYZ 90 357.64 null] >> endobj 841 0 obj << /D [835 0 R /XYZ 90 170.147 null] >> endobj 834 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 844 0 obj << /Length 1713 /Filter /FlateDecode >> stream xXn8}WQ^\IE۠-Vl!QP(g?d8Qd~{j3 8HF`$VE!}MTfQ~LcDt7vSO>ޝ4zh9";U_MxnIf`gҨ*Dz57xqiV`6y^_ ύRn̏y&SN4 uˀ|_WZvz!":ח.X`O6v7[3 Vrf/n.Qy%iY9w2%$cHm!uRv&HH%naIcGB4] U ݝy|f9=ZU ˢFN%d+zp>urq "ńw,6Ff\Pf`K8x!:pLXO@ (s ax0r`%A ^%~A[| B}D A]hHm}ޖ抛nڰv_jHUrLiÄͺbQNй^=# FLeAz|u =3"ɚHdp~$XDDd:aqCTz @5[aʻbvc8fCeRrkܳ*W E{WC.E((2tSq\}%$n8y.y.0[>SXǪ+"<rB:_mԼ3kBe31\|(DýgF+\Jn[?2&R_!/‘c #8 WrĠ^mgݷX5P˜_\Ymfza.1*{btU HLNnl%C*aYw,sޞMx%ܜ#F0h GB (lTMQsCvtΕ @",ݟp,*U`;JvHtnq^9~a*4UY8rQMGɍ\u'Dw@B @(\荐FD!yX`bRFۿbc7Ba`F'_|#,l;ϐ&ùx|P) M }NxP<:i&汝T2GLE^Wn Zb2 9RmNN, rh%iWv #/GEiȯ9FH@4*Î{xz B3|x^&r_TW?3MP1 WB'sQ=WO*c盭v:HGg#BX)H@趦1ߚ~)$_ƃ35)fH1=F_l%75G}辯ې1!L~B8ĘF8  BO刿S! Y endstream endobj 843 0 obj << /Type /Page /Contents 844 0 R /Resources 842 0 R /MediaBox [0 0 612 792] /Parent 826 0 R >> endobj 845 0 obj << /D [843 0 R /XYZ 90 720 null] >> endobj 846 0 obj << /D [843 0 R /XYZ 90 629.883 null] >> endobj 847 0 obj << /D [843 0 R /XYZ 90 415.897 null] >> endobj 848 0 obj << /D [843 0 R /XYZ 90 241.362 null] >> endobj 842 0 obj << /Font << /F55 8 0 R /F57 476 0 R /F56 60 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 851 0 obj << /Length 1778 /Filter /FlateDecode >> stream xYMo8W{5ߤzۢmݶE r,D\YNCEYZ"Sppf8| "(Pu0__z qrS$_\]Z`W˶E1sL|~Lcla<|=<*--HKAHۋWW{tA@3䑝 dN9"[;o6kUJTe?`/ MZt0ʂ Hγ4'UHF`K Q;βY<7bİR>|nۃi$%a%y7*Rtir59:!gRHjVNS`HҤuz5[hee{%nm\LhԀ;GSB{w: 1ګW_F%}SH%$"J:*;!HbҨr9tvU/N:)77;V]Ҥ;T[*Kpsi_o3#`fM7E ԛm} '|F_UV}RU<.yއ >Rv.NRGNT$%NrkN8bhDw "U :?-`we)y\%^A5jVM)'6X7_ sٙ`3Je :|S=Gy(z7ߘ^b׈#c3X=vh >߾~x)!"'zg",ܪ D?8'kkRp\ddD|AL n8&c{afNߡaf}g~  b$ߙ ;_zf8M3<99 ,D'͔⿱?`L5],u)o\ ~ms -ihZ+k<i&V^nb 0+ok,sUa%i}$#|s3zeH=wjB<JlN9ilr<`̊wϼȗ .eungiX>JU&s x]j,Z:H!UzȒj^ӭ Q(x,]VY}P'dSgT endstream endobj 850 0 obj << /Type /Page /Contents 851 0 R /Resources 849 0 R /MediaBox [0 0 612 792] /Parent 826 0 R >> endobj 852 0 obj << /D [850 0 R /XYZ 90 720 null] >> endobj 853 0 obj << /D [850 0 R /XYZ 90 680.023 null] >> endobj 854 0 obj << /D [850 0 R /XYZ 90 518.831 null] >> endobj 855 0 obj << /D [850 0 R /XYZ 90 344.489 null] >> endobj 856 0 obj << /D [850 0 R /XYZ 90 183.298 null] >> endobj 849 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 859 0 obj << /Length 1501 /Filter /FlateDecode >> stream xYo6_Gy9~m}- Ŗ!Ir;,rn*0AQ;~bH cpW-W|"^n ӞկF͖}UEtNTiȞ'SX3_O4wż6ERk9}c֡ J/4Jt$5GqgS瀮d|Lv DjNh2Tijj鍶O*'< bgI\Y;2 'bekeZX(5y> endobj 860 0 obj << /D [858 0 R /XYZ 90 720 null] >> endobj 861 0 obj << /D [858 0 R /XYZ 90 597.55 null] >> endobj 862 0 obj << /D [858 0 R /XYZ 90 420.643 null] >> endobj 863 0 obj << /D [858 0 R /XYZ 90 230.584 null] >> endobj 857 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 866 0 obj << /Length 1540 /Filter /FlateDecode >> stream xXMs6WHu"̭6ɥD$EJDTv."dJp!D)$:Z~jهחh8XX\R(Ii b5tȣolt\ll9_"4O_cuQ8E5$k\\lΖ}xg,%B;KXm_yb.Ty1L{f>%]UsZwηu}gu|U9s/즙$I܎|mnU*,n";d <9@c]K'ݰc5J WE[cF)-r&&EܽgUcv+%SH$Ҽ)mj- S΢[->;+dZHz,sW6>^Ђy]pN~3hxoc3S>Pυ^UVw('<>ƾ틪{b&Kp*lv8CqY"nֶ3q`MTMYԎ¾AR…h( y+iJTʦ NzoNzox'x= ˳ݸDJ4pOD>Gű9)#|I)j'`_0] | )jS[Wo:לy5k5Cܼ{g*}.4?%:5|S^xZخB#u/G#HCܚ9bT9r?"wfNOr7EjZe6lᏗ-:l9csFLpab|V;Yw\BwŃ~kI8ǩ?\i:orTfu0P!fu?MfuY]t7Ggu3fVIbs|X4N_1Elou1v:q^5ܴԽ߽H&/(A$6b' NzӄoNzӄox'|= ˳-v3oef7mxf癝kv I endstream endobj 865 0 obj << /Type /Page /Contents 866 0 R /Resources 864 0 R /MediaBox [0 0 612 792] /Parent 872 0 R >> endobj 867 0 obj << /D [865 0 R /XYZ 90 720 null] >> endobj 868 0 obj << /D [865 0 R /XYZ 90 680.023 null] >> endobj 869 0 obj << /D [865 0 R /XYZ 90 505.681 null] >> endobj 870 0 obj << /D [865 0 R /XYZ 90 344.489 null] >> endobj 871 0 obj << /D [865 0 R /XYZ 90 170.147 null] >> endobj 864 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 875 0 obj << /Length 1790 /Filter /FlateDecode >> stream xZn8}WQ^\^Eo @o"Plb^wdёU-Z(p8IXDE)$&Ϩk\1?o ggR*b4e캻lm)7q^.O"~=Z-!W#r+6e XlY8(&μ/ɘ!&J$LH'|[l/"N`'n UKo2nzYs͵ύyZ]e %:d2_W{fB']^))'ե?TQe}FEQjs6pg †vžl]>  tqg){ef n{JTؙ(Zo^AD"Bma0=k0:b3wNC`}5gs͊C9Zu E^'V(4!YYB2r8s4~o3ᴉDKwi%裝$*z{hVRΫ@$(ؚ#T(os.z蜧DQUAz3DuP=)܌]R4YCj7tф ]T)@næ࠸ވFW8_$+Wp~;t`vIe_ D6O};b&'8j# ¹Tj@n/NExqh@܊3N G}ޙ#`s p&+9.BaAE\K QwG-]0DDŽYMY X" mQyI)Uql,_7W9Grit~Cu`ĭqk򭧋-8Hг^v&Q;t2>?m)1L>peȘsod*`G镠bCS,L6XyV an\>#9* >L{Mgya R2P%Dk.`>u[tz:ҍȯ9#N)?#i5~T֯=?'P^)0~Q,zǕ0isnVr%7Ӗ0~RJ N'K*̀R8TjP3?I*9RAT[ *GnJRTQF]=j ^dVdC2j%,:Q\*%;ȥس'cIhʢhv+o-3u>`&o\ H^L9]#r:$ {g\۬?$8Qvcg?_'s_,z QǞ jilsgp; ]G ;<*y2M| ˋ?>n>80| >{/Q=bcc7lד.I.?h廠!T~>/|O_0"uO8IG kh7s- endstream endobj 874 0 obj << /Type /Page /Contents 875 0 R /Resources 873 0 R /MediaBox [0 0 612 792] /Parent 872 0 R >> endobj 876 0 obj << /D [874 0 R /XYZ 90 720 null] >> endobj 877 0 obj << /D [874 0 R /XYZ 90 630.146 null] >> endobj 878 0 obj << /D [874 0 R /XYZ 90 457.143 null] >> endobj 879 0 obj << /D [874 0 R /XYZ 90 297.29 null] >> endobj 880 0 obj << /D [874 0 R /XYZ 90 124.287 null] >> endobj 873 0 obj << /Font << /F55 8 0 R /F57 476 0 R /F56 60 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 883 0 obj << /Length 1646 /Filter /FlateDecode >> stream xYo6_Gy9~Sۊ2[V-BٓwGRȱjEaNfm #i1mt&2OLdz4LdD~F"+~ ʉ7$4~ٙf? o~b`#g5 xeWjܒ` jxmC->6o6f713|_e쌮?UK5Vﳩwoép,V~c(J7ႭYph} tgZv_4Zc;^UgH`EbPϦAgCM>[*8rG:n {&xBԣսM+: yX`8ng }}iw+֗?w endstream endobj 882 0 obj << /Type /Page /Contents 883 0 R /Resources 881 0 R /MediaBox [0 0 612 792] /Parent 872 0 R >> endobj 884 0 obj << /D [882 0 R /XYZ 90 720 null] >> endobj 885 0 obj << /D [882 0 R /XYZ 90 582.172 null] >> endobj 886 0 obj << /D [882 0 R /XYZ 90 401.623 null] >> endobj 887 0 obj << /D [882 0 R /XYZ 90 234.226 null] >> endobj 881 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 890 0 obj << /Length 1694 /Filter /FlateDecode >> stream xYo6~_Gy9ɾ/ZEJ,D\IN~GEY5Tȃdxt!?hHƐ*X?^f+ IY]V`&ꮯj >v%Uaoү%c,|>6慇o|]E^t$ 5^|^cա J'i$`'C uvF#¸󾊫Eҩ" FSa} L 0ύcD[|k IB}*)I9E)1$H1ჯ,R0Sć"7/ž:g"&, K< 0IiZُM ?Q@BPrC5&nLq5RKxzMgwvS*EvF꾘TD{q:1TcD!1ܥuq"LZp_p,o67Y'. ΋fc6KtN%qp]pk$^YhMiQ&$=x[dB e.fV}R<|Z(}z B.Nv]eZ#G5'|D@T>1R"w&O xUd=ٕ:ͨ"b65I]\3[S̋_3Gwy 7 uy<"e+x!a5|^~5>. `"]He) QqعsFn!,LH-QX|]Y쒲~17%E<ac2,kr+JwnV4\ #yS'  9EU4>Lq-; 1O([urРÕ:ɮy<8)&UL> endobj 891 0 obj << /D [889 0 R /XYZ 90 720 null] >> endobj 892 0 obj << /D [889 0 R /XYZ 90 680.726 null] >> endobj 893 0 obj << /D [889 0 R /XYZ 90 515.877 null] >> endobj 894 0 obj << /D [889 0 R /XYZ 90 337.878 null] >> endobj 895 0 obj << /D [889 0 R /XYZ 90 173.029 null] >> endobj 888 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 898 0 obj << /Length 1709 /Filter /FlateDecode >> stream xYKo8W{5OmAX-٦!򣒜~"%(* 9#C" Hq$Chlq+@8P\V`&de5G?7јجٷј1z~v#jVeU ԉ $de՛I+]Pz򌞄(DqDwFc8+l[f5"vDbX%;]՝q|~-FTw9]eƊx/ٽX?]5ǰ8yZ c k80Dӿ0U;olukII#zmMiS<ͭ>c?\B#J idfLA *3H_Mafie/'Q;*DRTݤEF[]QO,k{79ךb \bW汇1ߖk3mk=!(1V͹5x]v ݱL6]LQBsڐՙh8 {JULH?-qEXBb1ElI"I [lZwBPSBۥ(Wf 7Vr2S*A$AúsF}mQ8m)"4a Eǚtq1lԁGx 0¥o S eAS CM*-CѽC|%%IZG&>?A#cM#Je i!K}͸cw]L.͎}zq kM/H,o6Sɶ2ͪo}mOm9v2: 񄇅eZG8qMomy|u.7uKGZG u<]LZ)rlh{]4`ϑ^J@}tSv2Q!TM?j[؂&9Di5r:+Fgy`ٙG6bgy(jz<},@k8B<ͯB6DpLD,/@d/"CoH ~~n=(FE"Di'~<)|S$J4#h1m^F0V#yJ>E]o<,؞*C đV]nB_h0()Paeȁ[7m׳i/F$̓?b,Yۼr4=}&P._{,m\$!^ۥ[M7Y҂U#^@m`-'"-`k bw#O_<>abqrhbb4b?s1D.t@_hw \ɩj+ٽW(%@>.PG6U%Ğmwޓ%P?3/Jk>܆|( endstream endobj 897 0 obj << /Type /Page /Contents 898 0 R /Resources 896 0 R /MediaBox [0 0 612 792] /Parent 872 0 R >> endobj 899 0 obj << /D [897 0 R /XYZ 90 720 null] >> endobj 900 0 obj << /D [897 0 R /XYZ 90 599.194 null] >> endobj 901 0 obj << /D [897 0 R /XYZ 90 430.506 null] >> endobj 902 0 obj << /D [897 0 R /XYZ 90 222.365 null] >> endobj 896 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 905 0 obj << /Length 2256 /Filter /FlateDecode >> stream xYKsWy?]iUl] "A ed^t @D&FJ٥zz&щ8i'3g$ \n ?RFMf˶b.Χ&fq>B$?|^/p έLyo7%֊Ϯf D5q= )EJ„ zʴ\׈hD1¯\wdP,|K&Y'gd\x̊O%Y15VnBuz}Sx%Ϲ#R|:77pf6hFY"L"\x%N=a8˖l{>mspmUpxY!p gNL.E}}X)((dիC%7%` `n22ܠrn'Z*@Iܛ ܈tAʋ2P8G(h?6?}:V~(V$'QХ&6tћPyre(ƉRPl:۽ꃯtcŠZ$dt)eV#>, ˺a0puz:oc!GdRgaй[?ӈ MOB3;;r[ "E3㾬¯;gl$ Ȋm4mG̚sx7#5M2"cS,ك" "[ 7W_/Uy&/$R^SM-?i3~ԼȪ"=/|:T*0ŷW$1P:L'ٮpC5'6Iavj+Գ{p #i pd)\,=0]ˆr{Sp{{q> kX_NYZ%*P}O`3YZ[Pk!|U0N> @6Q=S_6P|3pm8v@~tq7|E,Ga)(v!GX(tOc)c,wvxoC4E Ifdˈ4 MD:4X0a{ Nd#Cni>FEinOo]7;ا5@ɛXyre#u5hϾ T^9 aW_䛞vA <;+mՋ omu{oon.AguL߁-b\Ro8"\|SgCxU$ιљ;')d)zetv/A|4 vQZyeDVAqv|r^~%%`ܟ q/:4((J3ٽ,(Pk9g%'؂C` %. -<6*uxfvŐKs h)!QA@vq{+78Q,* (?B%ѧeK7  (lZOT {8'->8_v@tGYN 1RP(Rf fKK 66|;g#* aSm_o^Eńzo<8/΋siptK+|9|7qŶ nh>7]kYC-xaYM\zԞ ĕK8VD8%cAxp/i~,S NNq_,D[s.pppl93 (8v(i="UzKs|k}>/g*+A`FɁj ?QHnN)"< 4࠮ #)"wЭ] Rkt^c܅Uxz" {VVᛷVM& Yjr?c-kyV]݃mQ$6FqXNO^Ïu8(g_֋(b:',f endstream endobj 904 0 obj << /Type /Page /Contents 905 0 R /Resources 903 0 R /MediaBox [0 0 612 792] /Parent 872 0 R >> endobj 906 0 obj << /D [904 0 R /XYZ 90 720 null] >> endobj 907 0 obj << /D [904 0 R /XYZ 90 681.736 null] >> endobj 908 0 obj << /D [904 0 R /XYZ 90 485.534 null] >> endobj 909 0 obj << /D [904 0 R /XYZ 90 315.633 null] >> endobj 903 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 912 0 obj << /Length 1800 /Filter /FlateDecode >> stream xXKs6WHuBGnNI;qk4%XTr.14 |[Ï$'1dNFN{[$~pqvB\نɏHF 'K ɻtdTl\~ds>O_ 4OQSg5HKAHj ]PzVrGOz2AѠƽ7u^O[ĿWKJr*bd $ MNCDh\ID.#iQuK+41(Nſۅ#i/ٶ}qS&-oƢn'/1q# ,ɾdmzH>̔ !Ǎi69g6ll*xjބ K2Д_9oJg7u"d8(h68EMCX3iĔnGͧ.`!6`IlF@;r@vAtZ^ߴ6r̂|F$2: |jn ?Mq(AwSW\g?s:ΛFS|L`q DS!h 2*@.U0yыYV3PV~ dO. vy]v\o.RX("v!U QÍ]pݢL仟EUw:LRDi=-$D:i <}ȫƏyսoʙ}hj 3`͊R~e]].ςd#)vx9'*d i s_6{(Iao #i0$U2AB̫N d1Ģ/l C!Dr?*a`ř̫PX7/g^aUp7eQ /\DRWWkQJ*UoJSp 0+ŶP$큪ρc{*7>BRc}0;#^Ѳz`U-kj6bqضTQp+ɶbC^aPClCGh7ae0p,&D}VIAGםJHY.RlU>.f h : 90 -˵:Z5-Oܱk_8MMOnyZv>5g^-g*)!ف8?V@.5 4ݠ0lɦnV3 CN}}\ZGdPщ$n)EwV㹥%6g*/r$IU\Qpo]8K8V3[h"&rw0pt`_t!7eA *`cQUѝ[@*wn;mI(&a`$tOv)e9N:|}Sz ^ˋ #~l ! i%iFyiU~XYF57TeWe-h96;*I_wwjf/PTh.-]/ࡽkoۻ_;;Pyݝ /[uZk䖙_"}Mɧ-SP17t }<(*.|)yʷSคS<S"xJ-OٱфB/1* o#7h氘_EHh qmbLv{awzޱ> endobj 913 0 obj << /D [911 0 R /XYZ 90 720 null] >> endobj 914 0 obj << /D [911 0 R /XYZ 90 680.939 null] >> endobj 915 0 obj << /D [911 0 R /XYZ 90 515.025 null] >> endobj 916 0 obj << /D [911 0 R /XYZ 90 309.66 null] >> endobj 917 0 obj << /D [911 0 R /XYZ 90 143.747 null] >> endobj 910 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 921 0 obj << /Length 2427 /Filter /FlateDecode >> stream xYs_ձ|ț\7WŒ.7-)R%|}wEʴ촞ig\ b $P)$]q3[Ohpu~$, g=ʟG?|z"8y,&QwLg2rΔRO?b0|o[m^ PZ/_?:[tܵo)_SE P>:t׮2IQ&TYy-a!S ge h)2cY&k9$O3 τbBH#7.Q@@j/`OMْ'/hmU56i7q`E #wSЭ)إ.6ҧJO!MJƋ)ꬭw|@M^ޣ``A4X I%sÍU}5²Z,#džYO3sD30b"9Y [8vp ;wѧLjsni}3aGh8 ޻ q,mfL3+uߘI='x4>ѳHe \_ WI%@^tQEcNLzh@U=D1!M]m}z@%"ҳg8O@7.݁pfa PrͳƚpQhB )ߟ̤ϸ]?;R0 a||%,|0ɣ!]O|&b2?~WȀBϙS~`CN9{]K3s! cpt:cLPT*x)k_ P.uZKb{x}އa~"vhM's2K!؀gd>GW{6*b*p+m1tE؊1s5A;oOީC| {+f3Ko͗ ƍ,"ieligr7GJw= R܁]7F`K+AѳC'\(VYc|@WrH\H6-fA\n%F[;b[ '&C@cs: T,U ᨠu5y4n(-fKF_yl3>2_vΙ-h{ܼg4MFE[c%cfHl$ECfUXSYKs1Y@4 h 3jM-Ǫq`"d%/ȿvnE&s౧y#}~z?ɋ~wϚٓ95TJڱ-)%MLTִi7KVщSƄ[QŃ#j_V]q@53/f:png%(9PΠ # :X1,ho"o)94b^ߔ!} ~lmej1Hkί?]O.>/,:vuvI"m9BhhֈRungS8bACs3S66@'h[!̠K<:eEe]ځ&q;fXyu)ebr=[G0+j?|Iwi5M6 8ƅY)-n[oGmaօN};ܽٓ,u-)sa- U6WXeU6gE6nDvCQgÙ +75(-S;&7eMP}/'3rnR ZTeryHmfJ].$*om-Uc2 6 Tרr h endstream endobj 920 0 obj << /Type /Page /Contents 921 0 R /Resources 919 0 R /MediaBox [0 0 612 792] /Parent 918 0 R >> endobj 922 0 obj << /D [920 0 R /XYZ 90 720 null] >> endobj 923 0 obj << /D [920 0 R /XYZ 90 574.192 null] >> endobj 924 0 obj << /D [920 0 R /XYZ 90 412 null] >> endobj 925 0 obj << /D [920 0 R /XYZ 90 125.275 null] >> endobj 919 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 928 0 obj << /Length 2725 /Filter /FlateDecode >> stream xYo ߿h9>d?/lrMbDX[r%__r8%GfpHΏ#>OxbdrE{ g^0og//~|,>_Y͗fs0.ʊe`&^Dj8mEE N):oU[[%LIu7?ֱw^)H-5&no]#UJt=&Ǹ zE#U+U֫O5Ÿ1;v}jy./&KAg 3%a*Μ2%űI3aDK@C\ecHX,sd(E6fMilg&[qw|޺.Sp$-t5DwăvV`g bB^ -L3)l8O[B)VFY u2 nqeo|L|UIT*Ԇ: ~A1;s  JDBIGB1AD.:*|<1D"d'aQ''~zqN?߷6V8`)](Yoda]JMPP4; t@@y{AɖqrhCºYۀ-B>ڽ6deKVth c貦Y}B?!#c mj Y dCj!$ TXɯڶQHmu&^w'ԁ16P"ޡ |Y P`yl35#+…^́rDpYd51ʾʚBE@سlX풽 v9 =Eh''B'O*ç1!:P{pTBKwQ IwlE%9ѕ_z1'=ul%10 @p[d%56z`/w.[sEf#񦝌 wpP쇅Oo U;ϐwgnd9{n2TQCea7 i~@z;zq$bɂUg!+؎iP\@B%:vM޳r?mKIkZ+ e黥j&t\/y Yg.&*<|UCd]U&_9zltH]s^0& KwC?ViuT!HJDw{tNmV #^^ jͨ3Y_[EgpҚ(5$);^߿eJ_F@1QJ]|Rt6{t"Y T@TPۂ&F9Z]ˬ(}y?O@@<V:|`4z̵B}U~k$#Pêoۿ_o>Ǥ:*|3QD SS^ H֤ ?ӹs +>=Wh>E_qp̬Q0ʔ־:_P_x>t|ca%%(A>FG\cW*\V1u:OgrI~\?Mb*C-wB*7Զ[9u!p2ƲD=[( ʊ넁+a {]~s2?zu;?:=1ZOBօQC-ޜ|<Ɩbw/~ DXb㚞ϡD $!((?IX> endobj 929 0 obj << /D [927 0 R /XYZ 90 720 null] >> endobj 930 0 obj << /D [927 0 R /XYZ 90 532.672 null] >> endobj 931 0 obj << /D [927 0 R /XYZ 90 336.157 null] >> endobj 926 0 obj << /Font << /F55 8 0 R /F59 463 0 R /F56 60 0 R /F57 476 0 R /F75 7 0 R /F60 474 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 934 0 obj << /Length 2067 /Filter /FlateDecode >> stream xY[4~_Gi:xƳNlvȎu)  Lg6Ǻlә2-7ԏ63$~yvº,\ V>[flvy3duN %f*BZ9B&3K[V$Oo/沗8?QMA4 z޶E[uY1O_+r^L~?De|/`ˀf//~xJ45)5gY5e g80<#,WrAL(jΒag:cJqs!2rkBsNpJIN PE|L.E9$غh0D3 !R0e$imSYF2ѭyw0PBfzH2 }Zqe Iiϊe)4t>2[Cҝ8i&JGLK;%Fh$q R qHͳSt36>6eIE8E93P8A%>)%b^콷V4M t#l$e7(WGDGDIהhG{<=}l,2# 3*yo#*AC kVnZQ<)ZH@+74ť]E+4;O4K1iaKƄE-80oqKM?PzizxShɡ)EU:Izp)ڣ &7f}7 JSvzHFA}t9xVIQSi]VQ٥kq# vq48~C28hmݘ>C3_+iR XMͤɋzdfטeajڔ{}՚CVU_Tum֮b\(y~5E,8|6[p$I9sN`g X$we>`Na1;IEN4vjNB-Gt&5ZZܳr鷇&,0>Q8J:v'`\(ո)Uʓm]RJpt=M|ˆLV ײpE C 7#];mϞy7-lUPMo+Z~q'g8L%e)0I-Pt^@u{)!XRaHҾ%$U$<nm4yc RIS"IsdE@1y%Ne d1R98? )?uT5^+_ TzK}Zw͑A8bS/7|r<\y>w'eú]Ez qQ;FቪY׃!ފ4!}srXw]ΐ#}ч;}#aOU%~* /ɓ,Nzsz YwAk’A9x9䨶 8]}됄 ѢΟ~Y,@A3G/_>z$`6~í7)›,53@g"O.›O~|$Cjaa"GɰRʤAV7=mu!'CN}pAP4ɸ'L{V zAkDrযx0~ݟ7, 6xS?x9B|`ld~p5rT/ĢDWN0IX&> endobj 129 0 obj << /D [933 0 R /XYZ 90 720 null] >> endobj 935 0 obj << /D [933 0 R /XYZ 90 680.369 null] >> endobj 936 0 obj << /D [933 0 R /XYZ 90 494.362 null] >> endobj 932 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R /F57 476 0 R >> /ProcSet [ /PDF /Text ] >> endobj 939 0 obj << /Length 2034 /Filter /FlateDecode >> stream xZ[6~_G/CT]-oK(-ö&xpm˯Ŷx) Dus aGf$cHs5[n~˧GApH>ZDHcMfVMrrqq<*ɫUxK>O˕ɱɮZE]5 B--~;z JohܷSv#¸3u~6*'"lmvyRڋ]϶SѮhYyuLeҺmBȢW4')X&ADRW&IQ9`خs7dQ۸S `=j&zYl r^x8}pBEcą}ǡyRYUYYgK#ͼ)f:8&IY,n\&w'o&quͺޙ7lv#БLH<ɫgO|F $&ߚyfX0$nWn.l]㧖˼i\I l?M>e FF^|(=z}5u m]-ܞi4Q(+m?DV='3v:ƪ)(l:3Z ^#@ڔ"ʺmtbtEdX4b,V8y&@rvkŤa}\@<,쑌T"b02iݷsGSױrIP\=t{QITcsMV_pmVՆ'pv^j'^~"a ͬU͎CukCv/n-&4;4ACČ3cRݲ0)%a+$kȩ_-&Sg&R} "~圩D.=Ͻtt , ŶUncj),qU}ZocLI!+S)XxSzs~Xu5b{}oz*JzqH" |zjeD/khv+Fӱ !a# $gWW/WE5YU5F<:*{h'[~J9G)!$^7x ub_FK)cP;SR&(Q# >|G@i [)mLiDBbŇ'ߴT"dU&WT0 wi i&nDU)PU h^ BS5oUS=:Sd*uVf7\Nn0 H7m0Ci:#Uwsr.- 4bnwMJ!njvЋЋ%\䔼MuqEadlEgi*&1}!5tw2&D5)p]J읉JkJW<\`jULY'։oQcc9g14]\o\~YLPFd/b,T |B8+s(D@+ [tKбY>CnbTT endstream endobj 938 0 obj << /Type /Page /Contents 939 0 R /Resources 937 0 R /MediaBox [0 0 612 792] /Parent 918 0 R >> endobj 940 0 obj << /D [938 0 R /XYZ 90 720 null] >> endobj 937 0 obj << /Font << /F55 8 0 R /F59 463 0 R /F56 60 0 R /F60 474 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 943 0 obj << /Length 2673 /Filter /FlateDecode >> stream xZ_s6ϧX(Ayon⤾&vV%xh8HIN?"d:k7XbX,]FN|''?1a(O>QՄo^H7ـ^k=HDN7CQwNgAe20~K(4Vޮ\yU6i)$~ɼ_]7LzJxJPMVYn2\pgڈ(XaWƫvvNgQ)3?G|$F *Zx/9/y~6l[ *NY Ԭ_Nߜ\g^i6uU.ݘc 8SЏ1K Δ1<:Amһ|mf̃;CJ;^><"a;ǡw4iI˓AnCtGX٦9z:)SݥY?Fҳ9@кsw^^"ҢNSn`>V;Ͷ6`0N[lՎ.HγOnnk0e֫&{]8d/TEw'R*oڬΖL~syy)ϭe5-Ot/J@oǚ҆>7kGe{{@䆆؟q<̄EZV"'WWg<؋DԴvxX$fľ}t7D.vӝȁ.pAL&V*Ʉ4/Dv^̾Qx`<"Vÿ$ND4%fmO/^6^CG7U̓MUW۠qa?0Jh3qް>yw5yG<|%YCƉ%+?%L487P_1|$(P@r Q*JX_x}^a5v㑈7LXDa:~cmz(Hqrq_A6Pr18 8x3O1wyr18{I_ώߝ!~}~־Ήϗ*&8Hc'J/Bk)kߞ!5u >G+̾yl X # i ulK+8*+~q_n"POg'g1d3+Kell$!uXX|dHX e,/eA'[,1Y!BI)lQ-Z2_B=8 L1F)`ȗS*m"jn<@h6@|ʗVT"Fwr^dͮNitf(HtyC(F(C{=Ȉ RÊ"P V /Aեcw;+td*jaIH*:@i97"dׅEX}!뺴; ? p^P} /\͗<[\Hc@Q:oDV2~ KL_TBOu1$~& LIfQOPm;2xO4=n+hK?؃-|QiLufNaB_=\80g2P5x6w޿qmj0|`H#;B^N>b~ƶaMr~U/mg]be,[{su%UVn+Mհ0Q_5`fUk$!9 θ4΢ 26Y31h$Iix+*9r;$C4! K2~rKPCBQ~m0vg Cc[Z11Aoryt;a1(3ơ@oo˿ %0󠟇6ڥuj[cr %FK`ߍݏcWiwݍ_rˆ]6>[M=¶,m]d0a~89-JM̃܂}nA>|iħԂ ï fE)2^:fY; 3 c0C;k6hesdi6;G RlbTΩC4H8{do0 endstream endobj 942 0 obj << /Type /Page /Contents 943 0 R /Resources 941 0 R /MediaBox [0 0 612 792] /Parent 918 0 R >> endobj 944 0 obj << /D [942 0 R /XYZ 90 720 null] >> endobj 941 0 obj << /Font << /F55 8 0 R /F59 463 0 R /F56 60 0 R /F60 474 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 947 0 obj << /Length 1929 /Filter /FlateDecode >> stream xXs6_{PG|@;}poRLSmsL:Jv],%q[~`<6 )U&Xm"7[48nw~u#f#˃ݐb w\0ۮ󏳹2k^kQ~jr[u9_pjIBA5=Ul7"b\*ROUٔ ~Z8Yn˄vG/63_"ӺXY!(n]8P!4¶ lGZ3:NN KYbbw2[Lā܆|R21.aqw6 i'v0^X7"x=jT -0f_x]ܜ߼>-m!L'2HH:N.. TmQ#!$hPnO4j\E)!^GVgs߯,.uAzs˝ _@ '. xu}\]cpr2?|Sܗ.+ ҼWqvo m8Kpem"񇙎C`>]@"sm•+tK (\<#6{$.{LR":='{8`.}1 +Xxh[=a~ i@N2NDORP(|o_.{*Z ]ap<4+ضuu]FT3iWJȺZHQAV+pKݭ@uAҕՊeyKoZDd]oW.-)6G/zq͛v#}r3sKMU-]/x./ijh7ADS=>bH9ͧr;N^)^ݜ>wUuJ'-0Z J5)" @a.|I]Z׫r=jʄ=˓ZM ů>Q\|#Ih\BgZM`(Tbǂ_,JifIsրrq1p ` "5dp"N(66\]MloCII@|F+'@zt8rN2TǮMIv8t6|74ȍIӶGq$_ L'>bӤ{KW x훌{dWar&H Ntʱ&?ӾrCyrؾʠ}g\QQr/32t"v8wݑ` oc~ꬡ&rdC!Iu>Lw65aH%*#V; ?]HR(o OցPؓ|6 r/ Mp>ɾb 6~4LƄ 0 s0E&]¢G p,2bW>KqLZu. endstream endobj 946 0 obj << /Type /Page /Contents 947 0 R /Resources 945 0 R /MediaBox [0 0 612 792] /Parent 949 0 R >> endobj 948 0 obj << /D [946 0 R /XYZ 90 720 null] >> endobj 945 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 952 0 obj << /Length 2359 /Filter /FlateDecode >> stream xZs8_Ge_"yoݛt/N׺7NFD[Irݿ~#'Nkfn`I tb'IlGۉ#rB=Οg'{#ĆNf7CQSz>2e"t9~\.ћS-M1o򲨁;)h~zr6K90T$P&r[U6es vF+`r2)Nrfn^^4TF2:We<].:ed& Iz(ɫ6݄jjn\j¹kA|OIL| 'Lq'n MuVװW#$B(6Mxx = SDq;?fez,qBbP# atT!,Nh+4(C1I(a 1#;yuبBY1QұOw2I#C* {+!D̯o-bUv0ۚ[wiRQ_Q6tO |wCK!In&Ӕ)g5.s*#_iTyIۮ~E#֝/0kCq٤K&a8CIhzδkyhu!>lx$D""ý{so ԜIe>OjV0 q/rco!T2m0VZ{`%[Q5n.H]Wgd;G82-m(3F/AK8e|x1 I4[cBU%EM/}TZ߬ZyS Ŗ`Anu XX9xU)}ހ HhtƋ)vFQeJ{Z(')F7LeB|C܆.>inwC JMY,mK? Bzc*2'u盛7fLx1Vl?#bGB?> OJaʊ:qv]%N:1IzU)0%kv{ei4 q ҍ9WQ8\W?* OxZ:tpXlo '1_O?a۪<}Shc7'-.L?ا~Y4AUb9ƃ׵cuPWY> \ Uu7O՘|?wwHiJof0B* H&!pXgRyt* +~&/[=t6BDy$b;lm'Q~>oY/&̒xI6:L-`s)x  =ԯť\9jOX0RPU%6ՐVm:n(1P;{\owG3?|zp72۪bOzֱp 'qM`WV8 PnK;oc,JC,ne+;T|_ 8p2-X .qKk d|@P$ 9} yp+9!$bfdHB@zG% (pC* VDq]T[ir8Y$:=ywN Onڱ(*%$NT>Qi `V}8oˋ*sH`Kgߣ%)}Eև/t1|:|[8E:J8{3_lD zߟ׶Kx ]urai=a kw #V#v"@ϻ ?m6m > endobj 953 0 obj << /D [951 0 R /XYZ 90 720 null] >> endobj 950 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 956 0 obj << /Length 2720 /Filter /FlateDecode >> stream x]s6=BsOT'BMon9K= -6R.HvXӹC\.{AbQK-^pZތhpyB NZ?_|1#Y1_Q͗f3Heey"_0 gpr/tQfˌ4ho[,zW0/#$(4IǸuGS*:n|~dT4?8?CZ/c!m̤]>%_Eϔ7ko@]y+wڜqK 4ے*vL3]rt,c4h9 d,M5q%kĂ'Dh6}5NxTm˱ <+3 G `?NbأPR=y cɀ́gR.NfWT]*Rf Q0@]O2,<&[ee oSZ\e4ߤUQ&^)! "pn\”/=(<UcpN0G*u6vh'Q&Pv)ݧߔiaARӦ޷gPQx_MQF1S5B|šh욞;"J- g"nZɷ>hכ]՚@9{wz:=2̲$hCaGPw<KS`,qVa"FNUF+b]J -L=zkol">Qs28(~VƕM1c al) TJ'I]3bg~ѮJo2)p)([5uנyQ gXhQ(_&T @z2i;mGF4x2R0[m  MT$T Ӿ|7Ҁ J#PV~ o~/2򎬕`#" Nv,j Oh X K?;䔱J̫m CHT~ p%؆ RdLa䇍v#!Z& dJ^ߦn Wp+jdAJüjTWClA'a#B(Gvwu!&@{ECGtQjQ [ov pIrӀ!7o.7YKvBעbH3nt'-W62?`Q_ q w@(loԮEwɌZBJiY{eJq8 O2tv> sڵ9SĻgPwd8K?w}r؁Boqeqc8hh6r氼½qm딖./Z9хjzA1,z.ٕ/A oh*afyX]{1{&e(8~`, PQw9[p-A1Z%!༶tj>WUO{F*ҎVj87++Uf\iUV`9}(;o|Y_5#n<#cl~umNZI޺IJ&Y-i~:hrUZe޹` /[ZJwo>Wxg)aW-̫F(]XkZk>u!X+8I~nFm=vm}(9l@TJ6KW:pkCɡz/z< ݿm<X[(:?F^Cm!m9Fthȃ@ ;(IAj٫7WSZAuD?_' 334@ag{\p\"I槠7SЂl5g͋tJK RRg\w`1T!1HMn o%Hc2"Xŭ %8 =?`Ҋw6u/1A {->w=O<w=OGNJoUبfG=(3 endstream endobj 955 0 obj << /Type /Page /Contents 956 0 R /Resources 954 0 R /MediaBox [0 0 612 792] /Parent 949 0 R >> endobj 957 0 obj << /D [955 0 R /XYZ 90 720 null] >> endobj 954 0 obj << /Font << /F55 8 0 R /F56 60 0 R /F60 474 0 R /F59 463 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 961 0 obj << /Length 2745 /Filter /FlateDecode >> stream xڍY[oܺ~ϯXZɉE->wVr΍*Ea`Ep8ohOm2o86%|;`8?y16s3/S|rO|ui~lwA8~osȫHzߴ7M s/=(Dy%n&PčUA87PI|׭rX` RUkp.;?ni]C[I׸U/ϦuyU^٩ }9߷ik7 X׏ '}kj7ea]6͵pFOQϘ`yp.. qgl<̍H\ w3Jn'jr3?nPT ;G_'o5sDm5C]ep/MOM7pd|n# 9l:O8b :Ͽ{n] {xK~ZZ(+qҾ⧩Ecu'dZ@sIu2\o5L}[8ȸTHiőJKgrO28ъyMϕBu)瓮u_.kt2S:2c1 x`Pϝ96W-aCJiTAX̲j( Қ@Rf[ud /Hi,}%/!H+}+4t]q]`/ԡϮbxxwސZCl9^#IG3!56?.fJnȂQ"囒cԠ! -I(e@ T4c&s T9X yO)V0c`<#3I͚ md?#521.t>KnmDz+w p"Fʭ>mYaN7h,)6+'z9)GITJr.a' ] Z \L.F-&4tmLV)H_ŷa4B*@0@eY]HحR%˗n?|~x>zw[B'?+d_hm;S>`AqHb ZiY #{BrKM-Rkv^sha6 E(*b=6EQdFx{0zR'X(R4 iy*ٰ%ׁ 1_,bPmU^!r!sԣ0(r$¬jL!`zˡxli'h l 8UfoQ"@ZȌ: $qd`\KPHjEruR(pE5vFlʩJBj^ ΀}%PN⴫%u4Όpy.9K1`h0, SQX0EA/-WsQd2HH5{*k,.MTwB%;/یrm{^8Nc@%uc?+hɗU0w ,Q+ B{e ]ol . M ;Ǚ5_\{ )ϝJ+)VDW-gPlG(bY$Omyx!b91/0.F g{k]%{͊dBy}})ۻ-_US&~=HS,|%Gej,NKI{4!x T( q qw wXGsf 1gNZf1Àli~&=ccKXo^X6n@'%Á_A| Y(hKIҼ_1B jS@=^ @>ǂ@az:Rcs)ᣌb-`thO!׉?Ȱ QPF= X\I{@ER@kFXw+2 =R^¼f &9ƺC5%t{a\=iqQx;ςE {vAq<^0{hkS4( ,*5H5fRء'!}_g endstream endobj 960 0 obj << /Type /Page /Contents 961 0 R /Resources 959 0 R /MediaBox [0 0 612 792] /Parent 949 0 R /Annots [ 958 0 R ] >> endobj 958 0 obj << /Type /Annot /Border [0 0 0] /Rect [118.8 598.138 204.708 608.138] /Subtype /Link /A << /S /URI /URI (http://fsf.org/) >> >> endobj 130 0 obj << /D [960 0 R /XYZ 90 720 null] >> endobj 377 0 obj << /D [960 0 R /XYZ 90 720 null] >> endobj 381 0 obj << /D [960 0 R /XYZ 90 658.585 null] >> endobj 959 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F64 13 0 R /F56 60 0 R /F59 463 0 R >> /ProcSet [ /PDF /Text ] >> endobj 964 0 obj << /Length 2975 /Filter /FlateDecode >> stream xڍZߓ6~_/]쾥&M'\vWmNl'JiyWdfE GNrӿj_Y*jB^%ʷ ńǻW߿-$^nMru>n:j~YdYAFmcBo]4ZūMͿ~y]PHS[u$YV|d947q}!U("[#ß5u&tfE$b`lػ6lӹ2X7Z34wDЈc6IL h~K=M *x?%gub YGQm7تD3tOamG2ƣeY}shk-%M$ҒE:H5˛E-S`a+BKh, Lyh^j&ɱBF.cܶE{#V!h2V(BRXjxɮBڶFtyǴڹTfIA6$Xo]K7"XO!SA7GAYgQm`XHF,wܾ4O9=s݊ЖT'gQy7`[^#\JlU= Ag}\yAhZo8^F79*)&ļȢ([XÄ};;̚y;"b&Ƽ_>[G;NO|LU9lS|۵k%Y1,kLAцaJs]GEE bm=eŜμ,j. UP;8E M!%]a銼ط| ݫ#>C(z77?uw?w\ $+c~?!bAq5$ͭ@,MK;+Wu Qd\cT|U1rx/߯:k ~gpa8vBzydkLZ`B4(ȕ}wlMbʀvM %g?C(6EL2=!0Zk VDr/ S!u>d^D wF jIS}4f_E͉+1w%ݪlzjyPwzt1HcOy\5gCZ3_tHl*,3_pD.8e=SًQ6w_^V6kf ZTFۢ2WνḂtQyad74gP4IWBsZ~ayՠ~?mBMxr?R3N!B"\}{ԸtB 6\EAOCW2;h puI]X'*KPABoqAQ܀OBn3#|.$p6RJ}Z G :%AIeH'Se>#in(6\ sovf_yRk0/!Gz-'-> endobj 965 0 obj << /D [963 0 R /XYZ 90 720 null] >> endobj 962 0 obj << /Font << /F55 8 0 R >> /ProcSet [ /PDF /Text ] >> endobj 968 0 obj << /Length 2776 /Filter /FlateDecode >> stream xڍYKWJEM-gS8Wf4߻\b4O`$n8 F"P!^~ ςqI{u>owa٦(nwQyo~o{c<{ͱj3mC{"yo{?MLcw!o(Ûp~mywxgp 7tv j Q&9:LS`zE]y?V[Z>ֶ| eRۢWow`$Rm]./MU鎶+2膮7msIW!b{]>i7*{Rw݄M;~"C2oc[I#YfaB4v0Rv0LGkY@$`01EAH@+:0n[X?zBz~ha8S;:P cl6jkšr>>э@>5en m;< =%{dhފRttqDB !YS#v})be=2 #o_UERS=2&_sw!~OyPNEnq}4cbn@C 7X1]6H~cX{:9a¶VOQ>=1x23Lc[U*6j")^9]E"+hZdaF0,& (@:R&p^3BZ] Bwl}O1ΕÇ$ O$[KJ3{?gS,*L ireAƿ{ ͜]F %쉜 {:38jՑb8'._S6|B{SBF`NV5@zJ"K/Քh24?Ʋ{7{BG6,b҅o$n77y!b`i`xtpd^YAyXР}C\BZ^\S y-v6vo· a oKA,pqűH戔\kYK榳͂eT0-=AX%]+91%Sػs ](Wӥ r"1q C~)YX9YMQٽ#@)#*f$JUJ➤%>39^Ra% WLB#_a.J.J5 29Ζ5*$C#WRPxx *r6؉)ԔD-'A$*;AģX XI|mlk"߽hJMc"!V#+u,&WUpOkGm!aJ%&] ^|W\⠁BV0:xґ2}`o |ɦ۱1AS9^ /S;Vytt"vը"6({quԷ!$yR|M=:,RRvA V*Vf!">0[Vٲ.lMԬ&X5,u `\|/&dȫ21-IDu7iQ8yvd"\,̌Fk8ULt=ߺ"$K)!YR!x:[M+D0ϝ{t3dw$$+՟ ::%"|9s~>vL{qnE\'x:BBnM՚B Rّ tS ^n[!l,IrXH%0p,386KG+g- giUJ!D\{UMހ #gx*|0H1J qvo"< 06K6 dy/'i(g^vbX@u()^*MLq, )Лg씄vu-s xYM,{IߘI./k0YK'\ZW6%8[L<]K"J(@{%9ڇ\F#Yk9D,h"1/{?qȤ0pB_"Y*@ U4JO- +%}<4Jb^n1v$ D oAZl^^td3])K+>/ŗ0]@ܽ.܅eSj4vWO" endstream endobj 967 0 obj << /Type /Page /Contents 968 0 R /Resources 966 0 R /MediaBox [0 0 612 792] /Parent 949 0 R >> endobj 969 0 obj << /D [967 0 R /XYZ 90 720 null] >> endobj 966 0 obj << /Font << /F55 8 0 R >> /ProcSet [ /PDF /Text ] >> endobj 972 0 obj << /Length 2589 /Filter /FlateDecode >> stream xڍYr}Wl%`w%oHٴ1N< ܉ſOb1s>}z6ڄmpS$ɮJ&$i~xI-tz=݇,D hs𧺯7 ޝW۸ t[oW$Iowg> Cן`$a^Q]7&8?w=v(et%yw0հ L2"7C#_ Qj,Tmݻ}?kY`ܨZp%jcn?-.uiMT%(tt!Iӊvy4;Rib{t58JG *h8E]ZV17e'b2 >?9A4 Pm)_X Vٮw}Ȃ^I]xIh;6*vUV7Q^#(flrV(;߀k*+ ?!Y6/\^[^|<m -K‰6(.YnA[uЈC {W0{~2E*Jeg6Dz- PœDP.Es?BFfA`e x EJF4:d#jH]6kTΩYc"hnkw`g. +17^LӠw֖!5Ǧ]aޕ.dWgW(d"&TY|HFN7r_tU uGP7 s`q fF4腭f(ϱVxW|;0?7BbPːں"~tN;\X̐6M c,738tGnC@6f# bYSfR,l@Z 80 i3)ޝwDK~)N1ziZh\[8#'2RKTCH5Zr]S˗dڅ }&17(gWê7Y;/i,w i. CT0 k8MXH'A@邾 v#^S g0FtSsQuLS5(شD!b'hxw8Ŏʭc# A4H>C2!-z^VLF A[.4AOZWlΐ}čK:EңJ(Fz@i.t-Jda91A,{7$ Q] P2( w{/uA(,.$EyFqS7|ʅjPp!hռ թ L ~iaKEe2+6 V8ܮF4o|oH%M\oY.*+dLpp0ͳ̖qm1{g{'4%uvV OcЩQ2! `SsG>(xaHvV X-3 TBWFrE!5i=.^ES,vB %oy eA '(^-s;B<պJB Y5Pt\:e)x(. g 6M ֘ x#; c`LkFL/EHd?m2C>TXF1 O#$ZqB*ǡ Ћ$B(rCF5{!zl+wq2_ntSXf+D$蔷m tn}8DƧ)%|(rX^ּO)QI#FAE860hat.U-rY7*3sJ9F1 —+-=^JMb?0DwO-7eNp'@wejaHRƞ;.Q<[P> endobj 973 0 obj << /D [971 0 R /XYZ 90 720 null] >> endobj 970 0 obj << /Font << /F55 8 0 R >> /ProcSet [ /PDF /Text ] >> endobj 977 0 obj << /Length 2639 /Filter /FlateDecode >> stream xڍYKsܸW| U%M;{ZF[UVJ9PC r‡%_A @4ݍ=Y 8^Iq9 θ/o"w /CE n벺|:_@5~:8|9Lsk(JU]t_F*JH w,;)J˄n0tcʌPy SLn>dZ DLyaݟzF5,jp Ms-sDFz`ܩ4жk[g& pM" 6bd >++B xv#{a ~@:+OT ]"T#OZ9h^%"EH@X:#v+ϻjR)L,c[(l;"nLطN怆-ڍƤR߷LAW!.10"|: qr CGRBak=vSu]f ǪFIXH7W>4<FD[|vٌfGa{TU?{<ra)krb!ȉHbmWD0|IsīPtS&P>338qQOCWѿ5I% ׾ NrHX%W': N- ɝ1㥷y @^g/6"r(8PN K#u ~&:9,T+BsX5]Wfgδ{ʞA̭3@s 7wuz>7?܋SſU/ endstream endobj 976 0 obj << /Type /Page /Contents 977 0 R /Resources 975 0 R /MediaBox [0 0 612 792] /Parent 974 0 R >> endobj 978 0 obj << /D [976 0 R /XYZ 90 720 null] >> endobj 975 0 obj << /Font << /F55 8 0 R >> /ProcSet [ /PDF /Text ] >> endobj 982 0 obj << /Length 2769 /Filter /FlateDecode >> stream xڍYYs~`eU27%Vl%^{KV+I3 004naF h/ZUH*-W㛐v݇7mq3#VQxUUME׫קznkcI$_۝0d=uzӵ0' *bOjnvUE*/ӫ(IYj0F>|p.gVGnQLӾ+*V Llalz'nuAsqB Yf1cBy\gy0Ke'eUy@Hkk}5mE1=%WQF|RVV ; ȝӎsЕ6ix_v}g^E<|@9ڜ~EhFK{P8- jzx4/{[ Yk [M/q;}6xNdeRM?ʙΪ7k*GU !4':"lu@A^fĆy4ٯ|eܕl:Q ;@p,$qZxqDVBnsidVN֑h",ObNihz$ q,h?6'=E6qx2㗃⌃ZatC)@) ˙rȤɱKi2N ʹ{5P;I+lB=5x!ˤ{,|GϜVl,qz+ E zh,1D{="v-$&) e6nm tJK aJS\kv rUE3b_@#0`;g'9Nrh*˄NֆK|B{){U=%Yv_]:њސL/]i3/I>6Z4)w۵@ebTx8#ikn{dW0J$ 3sYsv[~pk6n)hR 6g3k&HRϐ04&rH"ܲFMWE03pMZ 5VzNӭ)ap:`WrsU(u N "Rsܣ/ˀ 3#;jXmˡf86CfKDRAum;Ql%PdY?k8%zry_")ߘh*6-v,Ŵ~HHצ,Rp D˥M4@qR& /3y-d>qJAm9r%8˲atFbÖah2찾I5&n}c܁;TI<ֈ>OOA"\(TtuRd.֣m(ɩ! }ќ1^(bạ)8M\avh#"0[d%o6 (/NOT5)R*Rn 'G1|S˱:学H]Z+: ?2U?eG'i#F8{,<?@ endstream endobj 981 0 obj << /Type /Page /Contents 982 0 R /Resources 980 0 R /MediaBox [0 0 612 792] /Parent 974 0 R >> endobj 983 0 obj << /D [981 0 R /XYZ 90 720 null] >> endobj 980 0 obj << /Font << /F55 8 0 R >> /ProcSet [ /PDF /Text ] >> endobj 986 0 obj << /Length 2257 /Filter /FlateDecode >> stream xڍX[o~_a@숒u[f9ؤ:{EDʒ.񦿾3DZp8ͅ3,gI.U:|Cm^f4`0.Οݼ𗙟\n"H=U|wVtPmf/;]W'~:% "?\ų8]-E"auc{{=Iׇ5>>?QY b5[f$yU{i5o=^Aq*HKc.y7nwR5$ViABKV:·gz"\HƅyWX0 :WUp"mSQ=R,}bvT]uY ȭR6YݝO3j"DxE`̸y mqR课UC3s0RU'ugY(&tAsp)՞5*WM.L&!7[ ]F2?`8Qa/uv]wx<._~Y7/7y}x+ն932?U}I 5Z"ɖ p^X BbD/#0x/ǘnEf(S趃C(R:`qÖPE)5G<vR t:M yB ) IFni8 ٲnEV6-B); 2n!R+1gF`<]DݙGJ2"neY#LFxA4Bw6Ğޜ4g_=E| $c NkUFhiS{W?򫚷]>E#0+˨15`Sp ` l/qG 0e^ܐ "&2\oD$f%iԞp;Lt#2_e(I189NVSh6 VFҴcB9˙G{mWv ͅ)1ȷNN'2Lq]j:MsYѠpmycpTFƇQ"=0q;72 &4NHTK7>iBîC\: >Sh@De!b$Ѣ]迌A &_p5`;;1XE,`/#ʟ+։~Vn?S~kţl[w|NN%g\hI^Zwvc]F {%Mgn/&/ }6T%YPdDu5ђƺƜT@,ۚ$_AրՈA`\P2f~`/1^&od@_G" Jb~V7 D(OHQ C 5&]v nxwesS^J*DPC*_N X\06%m=8Ȉ:'ww_o$i!YLY/VC}Fb5Isps5V$/ uX:'R-҈7] )uZ\nE!x<%Fy}R~L۠AgʕՌ-FjvZ[N 6Chg“QV/<9]`w!?hTbNȒX/xx`;j )+(!ܦEÃ4aDOɉ-5N)"41y hUm")؁8n9:WD[ ZOjqQkSuCIJ3ZwK,-a85-/9)+áIk:ᶅyc!AV XFxKߵU K ~vZg%3$uNV/a\Yc' W5}I ~ ȝMzt< CJﵭB\)PU Mǒk J?VYnN'G=JpKlO'kG?oiW^E9@Xj<8IbrYY5]Rghф ҉7\bȋ:;/pۿ-!hHN+Yڄcq^+7,o~V endstream endobj 985 0 obj << /Type /Page /Contents 986 0 R /Resources 984 0 R /MediaBox [0 0 612 792] /Parent 974 0 R /Annots [ 979 0 R ] >> endobj 979 0 obj << /Type /Annot /Border [0 0 0] /Rect [130.994 626.119 291.356 636.119] /Subtype /Link /A << /S /URI /URI (http://www.gnu.org/copyleft/) >> >> endobj 987 0 obj << /D [985 0 R /XYZ 90 720 null] >> endobj 984 0 obj << /Font << /F55 8 0 R /F56 60 0 R >> /ProcSet [ /PDF /Text ] >> endobj 990 0 obj << /Length 1326 /Filter /FlateDecode >> stream xڍWo6ؗ@"Gm.V/*2sEC[ w߽i1OhJ*63ZJ07LDabLUֳ|gyRo_pr0nfW8ckQ">\[ qh n pU(U3$Sܼx7._\g۵7կu;l  P:ZNxZ4ԍg"f/ 9_E9_ۦ͂HL׶#m}iή^x!]M/ cQL?Ѽu_g#S7"G8Fo@Q3p=ǩLs87nS,'CaeՏEc M(^s6vϮg>~Sߘ/rH %4Mn:i " dXF+  #SP@cIءd6=%SR{;մLn"(9 JTp;TaQSC|Fߒ C4ɦ2(/AUQj:['5L4 FeS"'Ǩ[yO*Ss3#AjuT&qNmM;;EO7=DaԙԚI`ʴe ^+#qjMRZ),RGha,P<7  z6|^ G@'Y y.Y5ܧkƄ@QtC5pkZ 2AZZa\ޛ?gY:n ݿ3l}V󃢂1Dl;N^qEyUsc]vnCԅQ`,QA_"cm}r ]̣)*bn)w ~GDߪN5!NՇ =Y;qP^8H\hQ%7gJ֔ w'ZChj|DYP|`p1>xkݠ1xp1F,8o,O`2Ў endstream endobj 989 0 obj << /Type /Page /Contents 990 0 R /Resources 988 0 R /MediaBox [0 0 612 792] /Parent 974 0 R >> endobj 991 0 obj << /D [989 0 R /XYZ 90 720 null] >> endobj 988 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F31 395 0 R /F66 475 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1105 0 obj << /Length 4084 /Filter /FlateDecode >> stream x]s+tw- NL{] ,q",A'N}r=X]eі4Id< /~ #%s^\?8ϟqO?j}+*/>|>\[ç~YRЬo?7ǟi?RΫwp꫅ 8r \+qƄNF>a1aXM1j1THävbtu|VU{UkU_]7?7׿\5ͧ ?V93wOYa \^R02?V_\0O  :nrYgX%$ mz| [~T]f a1gT͋=7P9SV~ϐ _y6|UŬY÷٭6{<{,9/=P5كY2f/Ϟ6*6]wi69 >ePQ8G YrDgjǸfwC^n%=ICp^U$$ ޵_W I;Z>=dɱuiPiɇ4yȀ߅YrGgGwÍ>jߧ,  gI KLQ&)fuvu͸% (>Y9P:Ȓ=<{XNBo?ݺ?BZD du 4B'v]]հQOMe eadɑue(iv[ϼ9+ȝ O&}z*&+D4gC h8) 0N&ܯnRQE%3z?%(05!ۘ~-&aW/JZR Z5INWtEGRGCO±+n̩ٛ'н7n%l@r= Xyq0=WvZ\ݶ$٪_$Q=rݡȒ;<]kqg}{=rݡ_ :Ǻ?tߏ'5B{NX(@@U,3Uf/'U~yU*mAȒ*CZ=dQu񒥣@|mX]/5R@R @y6BZc6_=닚os(-Wxz?m:7m;u/FqAO, 9mg*Δp?0}k`ʭP.7B W%o9,ܰkl',W^@[Pt;}'%my#1cï|Q˘}(@ yQ ̒>Mx?9t%Ǚ#?6 #MQLG zV_pGο&Yr.<:-2vi?H}RǔBZDaÜ0KL&C@wN>ePQП#aQ)ЋͩO_1X9PfJ9Ȓ<X9Pf~9Ȓ< HmI*r}N|b'vd8NHF~o0Y>vEÌ_-SǪ M~0GQqG\X>>hU->~PZ@#Ehfzl6YW~V Z @  GAw5*A 8YprDqbF%aKw'+ !iw#=rnM;{wcb}s$qV2ѓAU.VE/W J!: GJiWj$~>֫P|\vZiK=%HeւyvpzxO%!RpZ0n0A闺d(@hD])QGܦ֙n^%'BP QK9Rv]n_ם' IPv ke#:ꈻϒ3wSQ•K hiA?)iQG\#Kv~q~WƔ\H(@ t$)H :Bs5*dW[lF1[[E㸼A*_s$<q1Χ/y xV3 3tH@cY]MΛQіJ'ROB(@OԢo9Ru'}ndVպ}FbCZ,L)QG\6L9؛ sv-_Qˇ#"@pDWfrz(+PXI: kkd^( b!ebrFqf#N%yb Г Gj$pʹN®}xjC,PhJFapD4ڀz1RPU(̑uDK7<9ynkk~@dS O$a#*VM-cahOOЄ0!Rs1mL)ot;$Ӛ}tx })|@@ԄDs6oNwa /VP9tH:⺴?6Z7˽s\rUU rFq/=*]oء;T%^jϭ|Bzb r!σLMmn hD/ 9Rb~O8m_#rm rFq$n{=v=rm&~wAݨ#jW8{k~{QK[ =NaǸ#:Ik7w弝E9J'!'jw`$DI0M8 oJOP%Qa#Lv S* g#e?׆Y;T1}#e?W 3KE_1_9P!̑uĹ˺~ʹ4wrGqfRsBCO\!ٟO !RP)fߝ<(@ qGULVwpyzbვhp-9R8p#q6 x}r .=H:"^arMq(>M9P  r(GqjIڔ}rʡM.2AHQ:┕8|wݭg^[`C8\z|H:eKYwm탕hp G x.8J/f:n~(@Ӈ(zHя:yŌ̡}q~(@Ӈ( G~_ULL?ԜC>DK`#J:fxsY>D9A}t柄,<7?j dC endstream endobj 1104 0 obj << /Type /Page /Contents 1105 0 R /Resources 1103 0 R /MediaBox [0 0 612 792] /Parent 974 0 R /Annots [ 992 0 R 993 0 R 994 0 R 995 0 R 996 0 R 997 0 R 998 0 R 999 0 R 1000 0 R 1001 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R 1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R 1052 0 R 1053 0 R 1054 0 R 1055 0 R 1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R 1072 0 R 1073 0 R 1074 0 R 1075 0 R 1076 0 R 1077 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R 1084 0 R 1085 0 R 1086 0 R 1087 0 R 1088 0 R 1089 0 R 1090 0 R 1091 0 R ] >> endobj 992 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 630.562 297.029 638.781] /A << /S /GoTo /D (96) >> >> endobj 993 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 611.483 297.029 617.261] /A << /S /GoTo /D (97) >> >> endobj 994 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 590.411 297.029 596.19] /A << /S /GoTo /D (97) >> >> endobj 995 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 577.808 297.029 586.027] /A << /S /GoTo /D (99) >> >> endobj 996 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [283.205 567.197 297.029 575.416] /A << /S /GoTo /D (100) >> >> endobj 997 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 557.705 297.029 564.806] /A << /S /GoTo /D (97) >> >> endobj 998 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 545.976 297.029 554.195] /A << /S /GoTo /D (96) >> >> endobj 999 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 536.484 297.029 543.584] /A << /S /GoTo /D (98) >> >> endobj 1000 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 524.754 297.029 532.973] /A << /S /GoTo /D (98) >> >> endobj 1001 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 515.262 297.029 522.363] /A << /S /GoTo /D (98) >> >> endobj 1002 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 503.533 297.029 511.752] /A << /S /GoTo /D (99) >> >> endobj 1003 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [283.205 494.041 297.029 501.141] /A << /S /GoTo /D (100) >> >> endobj 1004 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [283.205 483.43 297.029 490.53] /A << /S /GoTo /D (101) >> >> endobj 1005 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [263.751 471.95 277.574 479.92] /A << /S /GoTo /D (100) >> >> endobj 1006 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [283.205 471.95 297.029 479.92] /A << /S /GoTo /D (101) >> >> endobj 1007 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 426.765 297.029 434.536] /A << /S /GoTo /D (71) >> >> endobj 1008 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 416.154 297.029 423.925] /A << /S /GoTo /D (80) >> >> endobj 1009 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 405.544 297.029 413.315] /A << /S /GoTo /D (80) >> >> endobj 1010 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 394.933 297.029 402.704] /A << /S /GoTo /D (80) >> >> endobj 1011 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 384.322 297.029 392.093] /A << /S /GoTo /D (80) >> >> endobj 1012 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 373.711 297.029 381.482] /A << /S /GoTo /D (96) >> >> endobj 1013 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 363.101 297.029 370.872] /A << /S /GoTo /D (96) >> >> endobj 1014 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 352.49 297.029 360.261] /A << /S /GoTo /D (42) >> >> endobj 1015 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 341.879 297.029 349.65] /A << /S /GoTo /D (42) >> >> endobj 1016 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 331.268 297.029 339.039] /A << /S /GoTo /D (35) >> >> endobj 1017 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 320.658 297.029 328.429] /A << /S /GoTo /D (36) >> >> endobj 1018 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 310.047 297.029 317.818] /A << /S /GoTo /D (36) >> >> endobj 1019 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 299.436 297.029 307.207] /A << /S /GoTo /D (35) >> >> endobj 1020 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 288.825 297.029 296.596] /A << /S /GoTo /D (12) >> >> endobj 1021 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 278.215 297.029 285.986] /A << /S /GoTo /D (78) >> >> endobj 1022 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 267.604 297.029 275.375] /A << /S /GoTo /D (77) >> >> endobj 1023 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 256.993 297.029 264.764] /A << /S /GoTo /D (85) >> >> endobj 1024 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 246.383 297.029 254.153] /A << /S /GoTo /D (84) >> >> endobj 1025 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 227.304 297.029 233.082] /A << /S /GoTo /D (81) >> >> endobj 1026 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 206.232 297.029 212.01] /A << /S /GoTo /D (81) >> >> endobj 1027 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 185.16 297.029 190.939] /A << /S /GoTo /D (82) >> >> endobj 1028 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 164.089 297.029 169.867] /A << /S /GoTo /D (81) >> >> endobj 1029 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 151.486 297.029 159.257] /A << /S /GoTo /D (86) >> >> endobj 1030 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 140.875 297.029 148.646] /A << /S /GoTo /D (85) >> >> endobj 1031 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 130.264 297.029 138.035] /A << /S /GoTo /D (83) >> >> endobj 1032 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 119.653 297.029 127.424] /A << /S /GoTo /D (83) >> >> endobj 1033 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 109.043 297.029 116.814] /A << /S /GoTo /D (82) >> >> endobj 1034 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 98.432 297.029 106.203] /A << /S /GoTo /D (82) >> >> endobj 1035 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 87.821 297.029 95.592] /A << /S /GoTo /D (83) >> >> endobj 1036 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 77.21 297.029 84.981] /A << /S /GoTo /D (83) >> >> endobj 1037 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 644.782 522 652.553] /A << /S /GoTo /D (85) >> >> endobj 1038 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 634.271 522 642.042] /A << /S /GoTo /D (85) >> >> endobj 1039 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 623.761 522 631.532] /A << /S /GoTo /D (86) >> >> endobj 1040 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 613.25 522 621.021] /A << /S /GoTo /D (86) >> >> endobj 1041 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 602.74 522 610.511] /A << /S /GoTo /D (84) >> >> endobj 1042 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 592.229 522 600] /A << /S /GoTo /D (84) >> >> endobj 1043 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 581.719 522 589.489] /A << /S /GoTo /D (77) >> >> endobj 1044 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 571.208 522 578.979] /A << /S /GoTo /D (77) >> >> endobj 1045 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 560.697 522 568.468] /A << /S /GoTo /D (75) >> >> endobj 1046 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 550.187 522 557.958] /A << /S /GoTo /D (33) >> >> endobj 1047 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 539.676 522 547.447] /A << /S /GoTo /D (39) >> >> endobj 1048 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 529.166 522 536.936] /A << /S /GoTo /D (75) >> >> endobj 1049 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 518.655 522 526.426] /A << /S /GoTo /D (76) >> >> endobj 1050 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 508.144 522 515.915] /A << /S /GoTo /D (34) >> >> endobj 1051 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 497.634 522 505.405] /A << /S /GoTo /D (33) >> >> endobj 1052 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 487.123 522 494.894] /A << /S /GoTo /D (79) >> >> endobj 1053 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 476.613 522 484.384] /A << /S /GoTo /D (40) >> >> endobj 1054 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 466.102 522 473.873] /A << /S /GoTo /D (79) >> >> endobj 1055 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 455.592 522 463.362] /A << /S /GoTo /D (33) >> >> endobj 1056 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 445.081 522 452.852] /A << /S /GoTo /D (40) >> >> endobj 1057 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 434.57 522 442.341] /A << /S /GoTo /D (79) >> >> endobj 1058 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 424.06 522 431.831] /A << /S /GoTo /D (40) >> >> endobj 1059 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 413.549 522 421.32] /A << /S /GoTo /D (45) >> >> endobj 1060 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 403.039 522 410.809] /A << /S /GoTo /D (44) >> >> endobj 1061 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 392.528 522 400.299] /A << /S /GoTo /D (44) >> >> endobj 1062 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 382.017 522 389.788] /A << /S /GoTo /D (33) >> >> endobj 1063 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 371.507 522 379.278] /A << /S /GoTo /D (43) >> >> endobj 1064 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 360.996 522 368.767] /A << /S /GoTo /D (95) >> >> endobj 1065 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 350.486 522 358.257] /A << /S /GoTo /D (41) >> >> endobj 1066 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 339.975 522 347.746] /A << /S /GoTo /D (43) >> >> endobj 1067 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 329.465 522 337.235] /A << /S /GoTo /D (37) >> >> endobj 1068 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 318.954 522 326.725] /A << /S /GoTo /D (38) >> >> endobj 1069 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 308.443 522 316.214] /A << /S /GoTo /D (37) >> >> endobj 1070 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 297.933 522 305.704] /A << /S /GoTo /D (37) >> >> endobj 1071 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 287.422 522 295.193] /A << /S /GoTo /D (43) >> >> endobj 1072 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 276.912 522 284.682] /A << /S /GoTo /D (79) >> >> endobj 1073 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 266.401 522 274.172] /A << /S /GoTo /D (34) >> >> endobj 1074 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 255.89 522 263.661] /A << /S /GoTo /D (42) >> >> endobj 1075 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 245.38 522 253.151] /A << /S /GoTo /D (78) >> >> endobj 1076 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 234.869 522 242.64] /A << /S /GoTo /D (78) >> >> endobj 1077 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 224.359 522 232.129] /A << /S /GoTo /D (90) >> >> endobj 1078 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 213.848 522 221.619] /A << /S /GoTo /D (89) >> >> endobj 1079 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 203.337 522 211.108] /A << /S /GoTo /D (92) >> >> endobj 1080 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 192.827 522 200.598] /A << /S /GoTo /D (92) >> >> endobj 1081 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 182.316 522 190.087] /A << /S /GoTo /D (88) >> >> endobj 1082 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 171.806 522 179.577] /A << /S /GoTo /D (88) >> >> endobj 1083 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 161.295 522 169.066] /A << /S /GoTo /D (88) >> >> endobj 1084 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 150.785 522 158.555] /A << /S /GoTo /D (88) >> >> endobj 1085 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 140.274 522 148.045] /A << /S /GoTo /D (89) >> >> endobj 1086 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 129.763 522 137.534] /A << /S /GoTo /D (89) >> >> endobj 1087 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 119.253 522 127.024] /A << /S /GoTo /D (93) >> >> endobj 1088 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 108.742 522 116.513] /A << /S /GoTo /D (93) >> >> endobj 1089 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 98.232 522 106.002] /A << /S /GoTo /D (91) >> >> endobj 1090 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 87.721 522 95.492] /A << /S /GoTo /D (91) >> >> endobj 1091 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 77.21 522 84.981] /A << /S /GoTo /D (91) >> >> endobj 131 0 obj << /D [1104 0 R /XYZ 90 720 null] >> endobj 385 0 obj << /D [1104 0 R /XYZ 90 720 null] >> endobj 1103 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F31 395 0 R /F8 1106 0 R /F2 469 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1129 0 obj << /Length 1474 /Filter /FlateDecode >> stream xKoFFZ Mh]»U6KIr8$&mEDV{9gD 9 8:1B'dw߮Xsܴ>p ˭RFM`_׷7V\?or !/Y_ϿLR]3n׻S_Ȁ#; XⴖM@m%aB.ʬ\ʼxɋ<[f?]^ւә0pYw;͔v~b7tB@[C,{DGcdz8`|a(dqPZYp+Gw:wA45Sj=[DHKQodM    A-j(?&k_hYh:w4(N4P%G>cCƼ [2Y0:wK^G磘ʼ 0Y0:w Fe^byLse.|}=d>AA_~&_:z_G!8YƠ:w׫f/yA/|; $Cݶֱ3ݏҡǡ=d v(d}V:5X2oP= @v07pﺎy 0Y0:wƇ[|f;M4mN6CO V!_cQ AUe &baYhH'BĂ,c;n!ܮeZ^Lh3t.5  t8e^fB}\(D+Е#2Fhй#k"MLhYeEfn( pp`esK`ߑ)|Ll-.[%o߻69^ulmaw{pb@\Ͼfee*1|瘴fp|\$]+C҂qiݠfGb5؆/ʘ&x_51$$(*cl[Hbr4nt>.2ЇRn7(6xBSf>!OXa3t.B3cHc1'nQylƛ=BGcc1itN1c]w-SBo=9'4%jchr㓃*"z:lX첲G'ӕRWRcHi1T9IlsFo6b2}0Ws Lc|r}kN؍fBC,}&LZ$ch&30x_TE^ۢ;!K R}_U}c~1n_&[?ӵǭĈTbi]\s6p,vEm:-f&}\%D scHf1ns1Al޿PpfX|\d9t"y^WUdny=waGطi/X\7 endstream endobj 1128 0 obj << /Type /Page /Contents 1129 0 R /Resources 1127 0 R /MediaBox [0 0 612 792] /Parent 1131 0 R /Annots [ 1092 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R 1098 0 R 1099 0 R 1100 0 R 1101 0 R 1102 0 R 1107 0 R 1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R 1115 0 R 1116 0 R 1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1123 0 R 1124 0 R 1125 0 R 1126 0 R ] >> endobj 1092 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 682.142 297.029 689.913] /A << /S /GoTo /D (90) >> >> endobj 1093 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 671.631 297.029 679.402] /A << /S /GoTo /D (90) >> >> endobj 1094 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 661.121 297.029 668.892] /A << /S /GoTo /D (90) >> >> endobj 1095 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 650.61 297.029 658.381] /A << /S /GoTo /D (87) >> >> endobj 1096 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 640.1 297.029 647.87] /A << /S /GoTo /D (87) >> >> endobj 1097 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 629.589 297.029 637.36] /A << /S /GoTo /D (93) >> >> endobj 1098 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 619.078 297.029 626.849] /A << /S /GoTo /D (92) >> >> endobj 1099 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 608.568 297.029 616.339] /A << /S /GoTo /D (94) >> >> endobj 1100 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 598.057 297.029 605.828] /A << /S /GoTo /D (93) >> >> endobj 1101 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 587.547 297.029 595.318] /A << /S /GoTo /D (87) >> >> endobj 1102 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 577.036 297.029 584.807] /A << /S /GoTo /D (87) >> >> endobj 1107 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 566.526 297.029 574.296] /A << /S /GoTo /D (78) >> >> endobj 1108 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 556.015 297.029 563.786] /A << /S /GoTo /D (77) >> >> endobj 1109 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 545.504 297.029 553.275] /A << /S /GoTo /D (75) >> >> endobj 1110 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 534.994 297.029 542.765] /A << /S /GoTo /D (33) >> >> endobj 1111 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 524.483 297.029 532.254] /A << /S /GoTo /D (39) >> >> endobj 1112 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 682.142 522 689.913] /A << /S /GoTo /D (76) >> >> endobj 1113 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 670.881 522 678.651] /A << /S /GoTo /D (77) >> >> endobj 1114 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 659.619 522 667.39] /A << /S /GoTo /D (81) >> >> endobj 1115 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 648.358 522 656.129] /A << /S /GoTo /D (34) >> >> endobj 1116 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 637.097 522 644.867] /A << /S /GoTo /D (36) >> >> endobj 1117 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 625.835 522 633.606] /A << /S /GoTo /D (36) >> >> endobj 1118 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 614.574 522 622.345] /A << /S /GoTo /D (44) >> >> endobj 1119 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 603.313 522 611.083] /A << /S /GoTo /D (43) >> >> endobj 1120 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 592.051 522 599.822] /A << /S /GoTo /D (39) >> >> endobj 1121 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 580.79 522 588.561] /A << /S /GoTo /D (40) >> >> endobj 1122 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 569.529 522 577.299] /A << /S /GoTo /D (50) >> >> endobj 1123 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 558.267 522 566.038] /A << /S /GoTo /D (50) >> >> endobj 1124 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 547.006 522 554.777] /A << /S /GoTo /D (94) >> >> endobj 1125 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 535.745 522 543.515] /A << /S /GoTo /D (94) >> >> endobj 1126 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 524.483 522 532.254] /A << /S /GoTo /D (95) >> >> endobj 1130 0 obj << /D [1128 0 R /XYZ 90 720 null] >> endobj 1127 0 obj << /Font << /F55 8 0 R /F31 395 0 R /F8 1106 0 R /F2 469 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1191 0 obj << /Length 116 /Filter /FlateDecode >> stream x3T0BCKscc=K \.hQeU T)KT@P!$ ٨h ԂM]ccc ϼ PH36ċ5n~r%L endstream endobj 1190 0 obj << /Type /Page /Contents 1191 0 R /Resources 1189 0 R /MediaBox [0 0 612 792] /Parent 1131 0 R >> endobj 132 0 obj << /D [1190 0 R /XYZ 90 720 null] >> endobj 389 0 obj << /D [1190 0 R /XYZ 90 720 null] >> endobj 1189 0 obj << /Font << /F55 8 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1194 0 obj << /Length 3284 /Filter /FlateDecode >> stream xKs8:U#,"Ƚ%xb^٪9U,yp - R6kfݟ HCi4PT$WQAWԎ#0r@#F)~n߇oqs2*J?n}uv[ʗ4ČܳDiKaT kIB[D/Q,-z]aq,=EҎ8W1&cؚHww@ 2"\SA R/r"LɄEYw)7&SЖL4%43ZN&E6/2l1-% AhYG@~kJr?%a&lǖ@\/(]P4eWI%J 1ߦd15Գ|lT'C!4?+OH"qH4\{+Ж6qh6q3FQg[dfѕl̏~i՝JN KP-mHh6$Nxjdς`$lz9P 9E껓$9NۇW)vFllXjs+zbȅcU!Jܺ{+x x@ 4 >~}})T$aq{/֫yxᥦyRaHړ0 :{ј$h@Z1s]hJ \QLp\>{5gt٩8gtД6&^٥ycj:͏(?WKlޱb\Ǚ$SOfRc4&йɍzdmH--i6ᗌ(if2#B8sH(O8ov@'vBn@S`Pl0/<<形U)oEd=IŋXVNU*xV{-mp h6zCTv~{?1=&\k`=TOO6 XsuMg.mQbx8`g68C[QӼWjYlWXՏg7on|u5vU5iL(5P a2?ih0տU;'[>ag?}B$E]ӳCL &BuLg Q9zp iAcM.\h"%wG}1[MV?3'fze5{.̛P2FeA x 4 BZzٞ&vԘV>eW$4lyJ".U%ʎ `h*%zMfڧۋK;??iOaCxhODsEݺ{+xa nv4E=2;.cu^ID,6VP>ý@&pu% 1#<' csȾsiwL*8'0p[B;H h,Q$ma|w7M[!A<Q 'C;h,j/lCUcunuNx/鴽 endstream endobj 1193 0 obj << /Type /Page /Contents 1194 0 R /Resources 1192 0 R /MediaBox [0 0 612 792] /Parent 1131 0 R /Annots [ 1132 0 R 1133 0 R 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R ] >> endobj 1132 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 635.2 297.029 641.327] /A << /S /GoTo /D (4) >> >> endobj 1133 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 624.596 297.029 630.823] /A << /S /GoTo /D (13) >> >> endobj 1134 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 581.712 297.029 587.939] /A << /S /GoTo /D (35) >> >> endobj 1135 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [272.966 569.365 282.182 577.336] /A << /S /GoTo /D (24) >> >> endobj 1136 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 569.365 297.029 577.336] /A << /S /GoTo /D (29) >> >> endobj 1137 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 560.506 297.029 566.732] /A << /S /GoTo /D (71) >> >> endobj 1138 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 548.159 297.029 556.129] /A << /S /GoTo /D (12) >> >> endobj 1139 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 537.555 297.029 545.526] /A << /S /GoTo /D (13) >> >> endobj 1140 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 526.952 297.029 534.922] /A << /S /GoTo /D (9) >> >> endobj 1141 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 518.092 297.029 524.219] /A << /S /GoTo /D (27) >> >> endobj 1142 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 475.208 297.029 481.435] /A << /S /GoTo /D (4) >> >> endobj 1143 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 462.861 297.029 470.831] /A << /S /GoTo /D (75) >> >> endobj 1144 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 454.001 297.029 460.128] /A << /S /GoTo /D (28) >> >> endobj 1145 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 443.398 297.029 449.625] /A << /S /GoTo /D (5) >> >> endobj 1146 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 398.771 297.029 406.741] /A << /S /GoTo /D (46) >> >> endobj 1147 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 388.167 297.029 396.137] /A << /S /GoTo /D (51) >> >> endobj 1148 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [283.205 343.286 297.029 351.156] /A << /S /GoTo /D (102) >> >> endobj 1149 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 334.426 297.029 340.553] /A << /S /GoTo /D (5) >> >> endobj 1150 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 291.542 297.029 297.669] /A << /S /GoTo /D (30) >> >> endobj 1151 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 280.939 297.029 287.066] /A << /S /GoTo /D (30) >> >> endobj 1152 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 270.335 297.029 276.462] /A << /S /GoTo /D (30) >> >> endobj 1153 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 259.732 297.029 265.859] /A << /S /GoTo /D (30) >> >> endobj 1154 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 215.105 297.029 223.075] /A << /S /GoTo /D (9) >> >> endobj 1155 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 206.245 297.029 212.372] /A << /S /GoTo /D (4) >> >> endobj 1156 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 161.617 297.029 169.587] /A << /S /GoTo /D (24) >> >> endobj 1157 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 152.757 297.029 158.984] /A << /S /GoTo /D (5) >> >> endobj 1158 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 140.161 297.029 148.381] /A << /S /GoTo /D (71) >> >> endobj 1159 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [292.421 131.551 297.029 137.678] /A << /S /GoTo /D (4) >> >> endobj 1160 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 120.947 297.029 126.947] /A << /S /GoTo /D (23) >> >> endobj 1161 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [287.813 78.063 297.029 84.19] /A << /S /GoTo /D (32) >> >> endobj 1162 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 633.712 522 641.682] /A << /S /GoTo /D (15) >> >> endobj 1163 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 591.485 522 597.712] /A << /S /GoTo /D (4) >> >> endobj 1164 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 581.007 522 587.233] /A << /S /GoTo /D (5) >> >> endobj 1165 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 539.034 522 545.161] /A << /S /GoTo /D (5) >> >> endobj 1166 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 528.555 522 534.682] /A << /S /GoTo /D (29) >> >> endobj 1167 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 486.582 522 492.809] /A << /S /GoTo /D (75) >> >> endobj 1168 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 474.36 522 482.231] /A << /S /GoTo /D (5) >> >> endobj 1169 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 463.882 522 471.752] /A << /S /GoTo /D (31) >> >> endobj 1170 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 455.147 522 461.274] /A << /S /GoTo /D (15) >> >> endobj 1171 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 411.43 522 419.301] /A << /S /GoTo /D (37) >> >> endobj 1172 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 369.203 522 375.43] /A << /S /GoTo /D (4) >> >> endobj 1173 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 358.725 522 364.952] /A << /S /GoTo /D (4) >> >> endobj 1174 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 346.503 522 354.373] /A << /S /GoTo /D (8) >> >> endobj 1175 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 304.276 522 310.503] /A << /S /GoTo /D (23) >> >> endobj 1176 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 293.797 522 299.924] /A << /S /GoTo /D (31) >> >> endobj 1177 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 283.319 522 289.546] /A << /S /GoTo /D (24) >> >> endobj 1178 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 272.84 522 278.967] /A << /S /GoTo /D (39) >> >> endobj 1179 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 262.362 522 268.489] /A << /S /GoTo /D (28) >> >> endobj 1180 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 251.883 522 258.01] /A << /S /GoTo /D (29) >> >> endobj 1181 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 241.405 522 247.631] /A << /S /GoTo /D (4) >> >> endobj 1182 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 230.926 522 237.053] /A << /S /GoTo /D (4) >> >> endobj 1183 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 220.448 522 226.575] /A << /S /GoTo /D (4) >> >> endobj 1184 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [512.785 176.731 522 184.701] /A << /S /GoTo /D (24) >> >> endobj 1185 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 167.996 522 174.123] /A << /S /GoTo /D (4) >> >> endobj 1186 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 126.023 522 132.25] /A << /S /GoTo /D (5) >> >> endobj 1187 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 115.545 522 121.771] /A << /S /GoTo /D (5) >> >> endobj 1188 0 obj << /Type /Annot /Subtype /Link /Border [0 0 0] /Rect [517.392 73.572 522 79.799] /A << /S /GoTo /D (4) >> >> endobj 1195 0 obj << /D [1193 0 R /XYZ 90 720 null] >> endobj 1192 0 obj << /Font << /F55 8 0 R /F75 7 0 R /F2 469 0 R /F8 1106 0 R /F31 395 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1196 0 obj [285.5] endobj 1197 0 obj [514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6] endobj 1198 0 obj [277.8 277.8 305.6 777.8 472.2 472.2 777.8 755.6 711.1 722.2 766.7 655.6 627.8 786.1 783.3 397.2 516.7 783.3 600 950 783.3 750 683.3 750 759.7 555.6 694.4 769.4 755.6 1033.3 755.6 755.6 611.1 280 544.4 280 500 277.8 277.8 486.1 555.6 444.4 555.6 466.7 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 427.8 394.4 390.3 555.6 527.8] endobj 1199 0 obj [525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525] endobj 1200 0 obj [388.9 388.9] endobj 1201 0 obj [571 571 856.5 856.5 285.5 314 513.9 513.9 513.9 513.9 513.9 770.7 456.8 513.9 742.3 799.4 513.9 927.8 1042 799.4 285.5 285.5 513.9 856.5 513.9 856.5 799.4 285.5 399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 285.5 799.4 485.3 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.5 571 742.3 770.7 770.7 1056.2 770.7 770.7 628.1 285.5 513.9 285.5 513.9 285.5 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.5 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4] endobj 1202 0 obj [569.5] endobj 1203 0 obj [555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 808.6 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4] endobj 1204 0 obj [525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525] endobj 1205 0 obj [525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525] endobj 1206 0 obj [277.8] endobj 1207 0 obj [272] endobj 1208 0 obj [1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9] endobj 1209 0 obj [583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000] endobj 1210 0 obj [625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 342.6 875 531.3 531.3 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.8 437.5 625 593.7 812.5 593.7 593.7 500] endobj 1211 0 obj << /Length1 1685 /Length2 9024 /Length3 0 /Length 10097 /Filter /FlateDecode >> stream xڍT6,!2[c`ltHwHt H 9sv>y_vH)m+a\<Y5^?&# Sɨvva2u]dr@;58 xEyDyx|<<"Er@w@ ]0e^[ׇ4=X@^!i3Ԁ`  A^ "n(tp;Hr< - lEt c qC v:(/Cz-B<ܿ"*ì?8</˟+ ou,, y~()A,5a\B 52p]! ]Dlq1A!8k] '/ dp``p9_5W?rD0[ F"p[:A{9?o7x8}__|H|k/( >_y8: >p; ]h >Dv {I:}`$$l!J҃sm8~+s.Z2E3/s+,R34Mha5}nFך1 nK|Ơԑs`Ԅ֘&OxѭY@ϱnގqFL0Yf}#CuFg#8ě8='Qg݉/6Z⋽rBϥ܈``[f#Etʻ8zTP뾙o^i9q>Wm#dhe8C@&ftREJ/YT[zj+֎';{mx #LF:rEsW·bȣ9/,hzЗʪ,D<'.o2U+|B3ЏV2MkH!{ƋEOM_ OB\Λ5 TVpA n~8jt' = 7{jkIb,f;s> ~1[<*fM> iN+sػXq)51:ɴ g +\FSXMRO.3䏪_ENxtE=d5poKKܹPD</FwˣFqxݯ"_f@h&APq;OًT F]p&< {pb4,;K(v6i 卋SaACl*AxOM~=1@i!Ǘ Uk[>stT 1A5zT'9h (y'/0O 0R'T/t}Em3bCWsB&_F;9=: ˘%ɑ]۔VԟRV Α{ɤ9()m)LLJoX5)P#6qt0l ݗxw,a eR*9~#'4"h8s LlƭoA\JA"`>} w!cd}jXu鱊.o[)0xM]S '/裯5*;_?+ӝ&o1Lekˆp{򭅽&G]h6IĤF3Xq' $HDH/&ǟiPps$o}Gܵ-j2! y0jksvL#ʄ{H!|o]?W9F:@ee8{׊#.Wj@GT%|P.e ڥZuxJjSۇa)ו͐:e9`{ ԾT6Q b%ɯ?~vuޏ=RJKE[ԏ?ԍ4ܽ NXVSX(k_g9.Fk% 5<=TFN2˜ݘ݂nϯF_0edOئf~ ЋK a9AG8 ~ ~7^$['(q#)tU=BGc)UMd]j:?!'xnl9sF;<\RFUP<b& ݫm'SZtI{}v&j9JVT4ðI $pKu>.ZB?Qћ8С1u;gO_yw*Sbo$:k5R,n)HBU bΌ?c-"&7sF !k@8:7)Ѓƍ=gcz p#!4V/K,m"[S 8m‰1&tJ>ېg8!"o߄/_syr&Y֧ŵyTRbg :DQ W ]Luv̶7N@G͟ezY;O[=ja~JJG4T/#܎)of]kuhY-5K|33:ZDĞ.LH?{c@;/ 8hI.M%St0MIZ΃y[Ur5d'vT?h6=Vch[+F4 6%Ŗw  ۸i°IڟP2vFĬ-oMW_(>0"Gk? $V^\Yjzȭ%-ТN:[h|ܑ :H3d'\G)]:¿9s׫{G+cQz@Հ߉tE#(/RjÕ%Q_X @$ dG]e+(/VTD> D29KjHX_a|+luco6Y.mW++Ee}j 8} g7}Wr}I@6ݲ۔c ƆPrW&MopYrcOEAaA?['oQ8(Ua}% 81ɮ"J&%)?.l\' B?Ҟ}+\ɩH`-D}w4L~RsT\;L7Ɔ4g@/UY^Jn%{cne zkfEpG%_B8kXhQ3^OgOc=6方g FOǚm [뱐V0\Ch)^sbs/iCB:9 v9PҨ@֮3 .T[pi?%:tU(X$WI3Y+QM`Gr[D˹l$//.#>ߘ4'KHD6aLі"ui95ղejMorh q&怆]rv?_Sj:]I/N_J4C2CvcM937ā[)Gc(2vH6jgm4 P#m7ιS:7mk5/4&NpLEDx:Te._rLb> S9=kA=\0 Go*.P{-6anAg;t/ɧ?(qB #FxS+ z[ҞR]lSHTM22\r2qܫ PEƻ4YC5QR"sBO|v kQfd?eͰ*Iv_uIrOY2zV1.~]"vg گ'x_mn<{ni;lq9B=LzdܯK2^$z0S՝ɰh]k$j7Yn̛ %C}OyG*}SltJ#k!0n[lә.^Հ+u2v@{굵4cv4kf%Wv\ݞ^ɭz+~烗 -Sޑ%+`'^'1\tA2:zgIVExbVVN:uh^VeXNBغY|#?w{G>p//Xb 7/gRXכff F?~u \9TV{(KقȈ45tB4QblLl|./اɍܬ..1I*wYϾGh$Ὂ?3A7{KN[zlGO~kһn&dzQfhxdL0PZ-̧,_ ##j>h`x ;v3(byqJHj?j>E+Z(1&唳FLIWn+, RSW )y28z 2]*O٥'S}Oa&`;rBa3ƈ8%``4۶63)Dseִ+VETyeHlv+Gln햻;8R)"cn"DEx%`VgS[CWQ<)ūJY_v )#nzz'P-fGI*K'cJ՗Vk(Ee [r`V%'kZ$f:+eQ;2}./rڿ%.UyA?#f(}$gC+v*n2i`l}WPD؊vێ`c3NyO N Qc`7GL>7 O6:/Tj=OjFKƔўQvef8+Lƃ^hbG&"#b8tY-T[( LX}0MLV'r}k"38;"a ~Gnk}2&P#'6hb"|'h%gp`}Up"*~9!*ǂ(uGJcJ޶;5;>yR&?$P\qt-ld%V<Q 2<4DeeڱFg0oMbL9:9Wgg\ͨ̕~Kg *ܒ=^KN]gfVq2dv,DvnOk7h T=΄ q:E'HbA]0FѻOiNdOdYz_q;јeH#;i|4G`7g@D#^߳2vG**F^(>w10̝ tvx]+SM,#mOc0|bnZTr,IPJ<tmi1KqdiVzgdZN unLhB+c%͙eHbYP'"{-:3t17L/VK}Jy< M2^9kO8\ݽo?}`:Ю#x\`"]D~PXs~ )2OV}6!i #s(#yEv gTqR [HִMAّXhS<9O6np!\qӒ̀B 9x/_N:go 3,ts׵Ό\ь*`yW#'O̓8ӗ"XRjZ+NgˍwT {%Z,_6o ^MsuRό bG;S7%xRhϸ-zKqaŧGvO&U#^.dVzqS*H}R'%U]ĢUp(6GjGD=b֙I!=#[@Px 3MrGRKiNzsӶA(슜Q^ kS7scRdÜ%gbv[%o GV_vz9N+fsj0SZ)g"EXv}io ^,]CS7~?xX,m!(z6\Ef]GjD*1A9%XQXGT&A:x߭On^f !j Y˃n^C+L8rIWt&dHLSlP2CzC rw19 {Yp Gͫ/kw\<˨׶#LieV$ _ VRMa[zXK.ƪֻQ] ,pcq~-O>©R@tk楺µa^gY*E,zUܻ'MBVz=̲ GG2sϪmrG]NQ,K -XZ8ǾQu#^|ߡK-:Pg(~LgsO]0. EsD`Gϐv: >vH">=b\Y0ON  iXW6lϼ)}܆[5qZʎv6 3*3iHzZK#XYBvVܣ;'Ebʫ5bI]D]`Q[%ij '͈#er6qAFiə %*=׎  HšmBc|6% 0:|fq}چ> endobj 1213 0 obj << /Length1 2393 /Length2 17677 /Length3 0 /Length 19064 /Filter /FlateDecode >> stream xڌPҀ"53xpwwwwww -Cpw A H߫ڻW5P3ۛ\YXb:lv&6D** +TZ 'g+{;X;.`lhosXXXXl,,1wHݬL9{;3"GKp||0r39Y@K-8nofr,]\ݙLNhV.53 de֘VR[@ d vq39 eݿepL oY 43uyZ}XXـR L.. _@g{? he4]: % ;wfNV.LV6W%mmAv.Έ'a2ݓ߇?daegnW̚vV YۀEdA.Nn.^0d+o%_bp p _+ 3 pqrzS 02s>Z!,w賀׏?7G̬$'Bx3r8YnNRտcQ&O#nތ6͠dgß7`d1b| vE][2ml>wOlI'CbA!5e@`QJD Ak;bHG5b >3g2FѪN($$Yk'F0M\1p-W/ i+"o q_ ;'y'"SEϺֲ`>Mս.s#e̎m%&ZsJDy]QaD/mѝTZ*c<-=~,n0u%vUUruZUt,Y ZoSY2*ki%]@c,Ҥ\'a<ݕ)v WZ E]1ɔ4m^S膗ZA!#C@O k%S~}!rtW> $mneb$r ֨Y$Jy>b ~[[!JS ^&}Hx]\hmD]z)m>rӻwɝʃo~k1Uh!hHS,QʹS%Ҿ@= 0@+ i,x7:דLpH6CNqֻ-ڈ3?i駏!61v}(\MҒcIN_^OqhA>+hmp+XR>i`Ŏ${$fRssDm 1ӏWhI׎4d֦P>;0c)VBE~~:d9ߌR"۞SB_!^CvUYƲ Bv&q/TQmAfrs>遷MRXðg\}^C\s%- NL dLZIۘ-+ :Xx)$ՙϫ6t |DMBDܷɭ OVr5|y0Og-c||$cص%Uu]НfDy ӑ(sr'0nwN3kYz*K:Ɵ])jzy[i]8TD1-M{eح$}Cъmy%aS?CKqxc:x1k?2"team-+@4-LK,DwĿ+Dg9(ڊ)A"tP5.G庒!O^^[G y(l9:CdI+*[ ]?+&X㿐7E"%dK 0rE3ܪv͜@S/?G,B~,KiCЮta9MVdrVYcirEWgO:HT+i-.w` $J07t/=UB#Cc5nj[u:QW)ASIgM9 Ya0H^Υ &)+9Hgw{a<ʀ(˸"<7Z~&0""Ճdyd|ŸvMl ܎y~ :l⃩=% ߫ʬ\~\v.5z6 O]u՝n>đS/6"jkKR$yb. Sn&#0kcxN _Ur{Ӯ NBjKt u2V BAh"* o>0\=_PHUtƿ{ꅙR*[(mVl>(-4j06޺s/]վyFk|jٮ9G bL}yrCuDzi4h:j*7SpOĹא烩t"x=֎PRĦkGU:?SZ`.F*HG0NmxtfTn%1;qtM%f}NIJ( H>u\&{u-mJ LsFCy*3V͸wL6y ֣RTֹe*g^lu[-!m,7 knS ը"RĚD ߸DY-{Ԥxks5>P]P~!{U|=+E^!E'Yzgĭ%VDoO6<@Ooz2dɵ$. c>OX9cLG>79g f$fyZApzmjb^[E]軲^6ž+iAwVmg؈RƳfn2IL ݖi2()NQf_៿T7Hh&F 9Cظ~jW!A`F}蕔vʮY{Q*KK=ݳkJϱ|J 4$W|\##b0*҅C/3E bv?"Pk"~M)10#k%#pE3AY8NT w<D^?yv'~X:d\P%x\vu+ "y~ H DUa8Q|~doeשሬ%w6#Bо4Gqވ! ˘y]rer|9b6xAwT. i9,ry/ǒ5.BVWڜ%%m¦'Q`ҷ&ȸa"9y=hQG X9B~;[n};Fo0ݴ]:JsA@%r/0;Kn݄8enqN^_ v9˺VM7ھ@K]z^4>rWէ׋K(plEo!tkkZNBLMF]U.j OƽR(nY[7!oK,MH|HqpU_5o%g..ObIfC=X y{}"e C>FӬ7i hgS^{fW%mAԘRvX-,`tfpe#|Xl0F,o + [ &KS۬)v(47Zؿ_<Ҁ҅HC KOBwD#}7Ү|,frR^9!q8Ora,uy()AS"bcg|k+C桶xo?ɘbnU5 A?FuCEZҶp[ziILEctҺ(D] #%QXv]ì{]|uҝ=-Wmq9BCm9+nEq{A{h >K`77ӢX|U-!ȉX2Y\ML/D]ihHgj9& }YH`@CBΖ*fpԀw&dU4_'AZ "Yd\ŵ rOŀ3>ۦVѪ͕ uMz y $U@Cq,U\F30A9t$~%u>]_[&oƧLrDk]qOuuVq5xGj26pC6j7IQl|a@T=`ǩ%dfK?mI>. v9d+5""lƋA8Ǭ#ĴaN7R *Fs?[JZM\MU0?5aeK"/Dž5;gƕҘQJd vQdaz?d36}4A"iojTKW(\t;#߯-WoP~A[:̅ǔߟ `4?~5UR$^ >h6bۧxm:N=Ӎ!n(J&xT:L_Z^ft̛'^;i_ġICFcG'OBSXD?ڦ/ `b(y ÷Z4Y`f@ XUZzNAV\= \ RSφ dmݧ}ߟwB7(q3r #Q1c@xM .e^Tn` ?v-ךecP5y(9@ZvYފ5~뮞In -yP@̪cU y!/;6 Ҍ jDw*֯Wxyh[O3_:Db4mg GubNJPmXW5m*:QDūڳJ5nXY@g5ϼ;;'d\Gqxo4xLV[sK42m!d"9CڋG0ݴ!>2pBעZċzuV6Iݦ; Xf)^ 0 `)VF@j%c6m [1nzm2נ?I32.jד%.,:h=+oz׫P?BW_6g5~Pa_\8p|h`<~!G&P28e 7u=)v51ؑ9 ZvCW͢%olʎN`ᩓ4\hs66dvīm̢a;0Yac<^@ jMomHjf-ckUn=op'X*39g_ gl4{ h(gf/q ɥ`N_b4شsY^*3f7˟ΠEμz0B 7ØPF k2%iJh_ N rv4se\’,֏L J}" ,ۤx$ʒ7H_6w) )aCՋhb6h'E A/@Niv;fVfԞM0Tnġ ѫJn5PePb@+n97ᓛ/2A$aƦsu875ɯ HŸ೭i U1 Zkf{Pb/HKVBiP|_o|W( /vmrn엒&`F V$}LGKBHrڞFM7Nռ +YT*m?pfH^Ivqa C Y; |ϷJJAxYzk y~Z^pH`%< =]Z<[k=~CQ.RۮMu`6rgz*6:[ƸOrc5KP(@Ez.@vmB:+^I BH/:^cPJ z`hǎ >LL}F!.p2TOM {ڜKRAdqPK7;$G_dW_[v ƬNQʐ=m&?j|PB =,4t{kƤ>J3[*+O`s3k!*Qե .sowǪu4_v{(}_wEm WmM*k3Dqm+) 9Ǻ,]T%G)v7_P[kiS1A)Gq?5Õe]6f :B:Gq va:D+139~;(rRIrń"6I#ZO />K1tdX^yhGR{)zn T鼹] ښEӉQ'823YP 叵'S_58Շ~-7RihGl$@M ʎk""#{e`^8*0[ddc}zH୬/X?cnP^^Myn8N;$[sʔs!wɊvMB2&Nyw:1[tr]Wc7imV `( -LhʀbWB>>S]~cgWK \rPs$ի$bDLru$ɫiz#?RjFWXW2kpICe; 23/z);BSv]zza+o vE|Us/]H1Vڶ6JHp}!TIdy>ޯ |ǀyZ5vO2j?tNC5Bvsʻg1l0|= C^)3#ej`R }npc#ACedvlB2ռ6fnZ"n9<2o'H!iW}i$Fc/}#{L>A66j*ӦSY$wcv9g0Z2 erEon\Z|L 'O^qЭO~`P` ǯN XKA+е^< ѧ4lx^EUMѡ6aW beaёƵpku>Jl͜sM;hT wRm1\t ^*7GQ5WXjv%C# />O1̕bރ*&ׅcC(NLWav!S靖ݥ6yѐX=8I 8mIJf xt] x5YN!f;w 5ٚY_ypB2݊'T@V:bQ75]ݸ`+kb`t 82;5KI p I%|n],KsvQ=iG&Ml?#ەVۻ /\Oo&꾦GH#P0TQ,NvASHGia7Q6.{i]t‘6ۮ$S\kSpd(s,r:ךpQ4yqQ Cæ əJK:- KJq7.+dd V-hJ~G h ;lU=ްr"ڳaD?Ӈg^_;;t#MKtLLCEjb_]"FvɎ!.oy3H@x1ܶo[1f4wf^>~("FСJHaV4TEO&aG+/5l7͋Y(k.Z9j1A_ ǷLjl6~R ~YPwp,2XYCX{P٨x莤,l 5e(8Q bﲄU %4N+T3(7u( +&[ D]{ I(ܡ@5REd"=/\$棡҈yʊ4z<"gv iȝÏY\d|E!"2x^/G|54DJc݊(jerjSQ lhPSIj>&y0zWJ e *8ҹL6]Gxj1?%_ /e=)P !zj|JdlIuXsǫe[cޛ?CjeL# :zjQDc5 k /lL70T6Wmsqlö42"kGU1C.3ç+%r'%<>Kn@!Qh]d]XPcqv,]6iQg QlyY;MȦb&"vqA5bDU(xn]sziD;wa5WK:'q=to ?⡹,+mɌ;eg ͉x \ =蝥/떿+U4g_W=,MM^zuc?Գ̸B i-?6*fOԕ/]JSRɉ|/m ~|sAQs$թjI僈r6-&8#s1! ܟJOQc1R0u׶GMw ,"3LOIT}Jkt0;(qw~kKoqŏj8f\|lZ| 6kCMϲOxRkclـ#Qkp8h*$7wD].dׅB0|]^'ZsLn(;;Fk:oSy R?ovA>I4o*/PA\k0.W[b'Mĝjj:[r˞`(_`h.'~lc;gmZ-aVdj=k)dDj2:E2@q}$q .Qcdl2Y=OyI@@B z_dwH ƶw~M?^2BaS̆=I2Ą`ls6hBXzgj[lhh,g՜d%L4'Ro)_("Uاw ؟C6?cu=E`Qbۿ-/*,0"VLf2s-'(XQKa(;`!~&&T,&%+SbU߅T Q%Y JOfA?s >\.` WP2Ya8"AQd*üi* itf q0&'#.!P0X/ =bٝ >Y au+uVNpFėZ&΃o)ωnK cߦHBMi޻_曳{@Æh&. u0ChԦqq()0v3Xt3gYO24 wǎ1F~)?GaKB߯2Zl60 Q;8( Znޫm{bQֿfb0ل {O2g't9zJeXbh1ę,D9F2{tgK6.hn >Ӕb粁K#5_Gۓr2߁ꏹ;+{1ݼ0E!xGގ$WL< &{YlĢw5lPrݚ҃qHe?=+Aʱ/YۇâKF71Z&:OkEyOɍ~2SfW,Y@q\&\|?' 3hCln8inKm[*İJl+Arp"0l%2Q70{:kd6R!lDxJ%LX1wY']ԙs0KA"&Ƴ2 qo&C^vù-,]`sKK| K{jĿ)>F/utD/f'3*DN`r yd !'j^&cܖE%Y30([?rҫZPla:%:ė'Ebyf5tyבcUPSƪ&iD_:2 /h7Z\q4ؗ q7&=ޟ}$ ʲ> a1)l/3I}x|]sMSW]*.2D.BU)2WoF3oM*DJ Bw1s)hrt4}DcDe TǨNqQ ]q f)=m!E$OSK,+{Kfs$|Qbcgĉ|Q dƏ|!vǜ>  |Z][6_ ŮmHvmBm ӿ~c7 :n;E)x-1؁O(n5d(PXRCЉ\rdg6A"z8M nO#+JV=ϥܧ&֋kP5@p[D$ 33/SĬT?Z>~Q{iҚ12&A)9L@՘}X>T” 8 2M.ȺYG늪@QҺsmKTZ^&~_[ r2+Fv6yY\}Zz_axhE9(l ( YG \{m>lR1?G fd 9kS_ilkb%X!J]nCk~N޶QB% 讶c,MԌYe1,/n<[{1I( dJΉ 4|`S>q?phMS~[@ymXR>! t$SM2}v{Ir4& n~_o#@Ahj; ύqgp]\KT~?ĪӚVA~:3i "4QyvxѠo>o f.C35_'A$wp~<-dk.TvwZ }kdNxx'Ɠ$ˠJZHoS8qh%n C{Q=[Ķ!Ȑ$%0tk<| Վ44G$Dž-3MҚ+ݿ$[ UԦ3&Rx o9z}:m9+δ4ZW0/ њe_a"Wv :2p=Sɚ kB t #g$tbkg'2qdD!E#خe$ϗa;]a.]ydQqo)E%O;G6o谜 5 3 dX)◂mVNuc H;yWP+"$JnC89o-)  1&afޖG8@bpYD]#}XǻzS0cJLZ0rH0\x ](~mKkoX^~-*YQ5NS~qu(G-  EN@Eħrdwzgq=>ǡA!,Oz7KJޝo^^ [;h~,Rqa!\+QPIVjn4 +Cik cHJ})b&xNddqF| НսF}DRN ae*Xt6/q_ Ls_{'KCDK9m$<ҰGi@$֐8lmv!6+['0Q ou 0$? /ӱs X6}\sS,dϭ$ԓi67[>%No{Vg1 ݐc ێ{x+Tހf᷿j0.nj zmKE;a-o&: 4#,G+΂߂ Q!#ݳR^ Y <` Z *+-l;K!kɼmH:nN2Q쨃:zI>T!K PgX+5;5ݪĿ G9].ky/䋞ε]ǃ ``_A 3^\;k2om|%~5sI|%\ CNZkƴBvhdt<4$!uE";ȹ)QAXw#|Ƹ_}m.( %`L?j/yB Tq}7oֵ?gX}/$}dvy 4]<#V":|EəvkU/aME2S>v]fdG[rC_U,‹A}bfd,׷g.v2=sb?%\7g̉UݞֈfKj~?7܀I'XLASVfŜ=oV`YU?o?.?&*N5zr 3wZ֪rr1כs݁eg ɘPcj"/\ c.ete/H4;M8(/Sb9jos$Ԥ,+ǐi*%iѢE쿟OG}%k6~N@L=ԿDcW2sG1܌+=_A/'t5SP" K"4` =:M:+ {px{IA2EL9M A$TS3&tiv[SzyVhkl84Ѐnp=`8j^P$xi̐"X+t"OˇVby*^tUX7j6C&NZޚI`Z0Z$"s{og; endstream endobj 1214 0 obj << /Type /FontDescriptor /FontName /NGZZDP+CMBX12 /Flags 4 /FontBBox [-53 -251 1139 750] /Ascent 694 /CapHeight 686 /Descent -194 /ItalicAngle 0 /StemV 109 /XHeight 444 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/b/c/colon/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/period/q/quoteleft/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y/z/zero) /FontFile 1213 0 R >> endobj 1215 0 obj << /Length1 1420 /Length2 5888 /Length3 0 /Length 6851 /Filter /FlateDecode >> stream xڍwT6 "UJDPHWB $$"HoJM{ RR(|{=~<7׌La(; d`f o;"PH@b($Pd7e@ to #Tx `@} xUQho GoݺyW8PA@!H>w%TB\((G ~9G-#*)qŊ0 7#c<0O@+5/0EA ,g],aqs'?ϡ`?gRLR ` $;I00/EE(!HGa?-) E_{ T6ة&JSxeHl+P}J\biV3.}v;>˵\u\k\v|8'hX&\)tqFuP)Myi}TqS'ՠ$S&f>]r>>Zbέ+v[|pO(^]CMb&ҏbt;MFMXw@a5Ď#Nz J*&756EثpLCh+=59]7EmO0 x~/bmBy- C+o hbk| ȭ27wv2/qYp۝l.S(?y8@Ѱmx!+d{uWk'Xn6x^>r:+Nҥ/u`A%vm͙: m1v^z ڂZ&}`Lud5m #{ǀ>ٰL]$;kHvNRe 179.!xkPQoZJyǏso܏OhPHب/m01̜ G/~G2N2K#Hڼk[qYtJ7:^^fͺH/oģkvs2Y5$ i'%en,{0]>¿Lq;O R`<:٭q뱓Zh7(ߍɇo77}shǹefוǚ.֒pWPgTF`wlL܈GS>vf/[C?~- κ_p|~^A1qj,C꫉g jy MѲK%0ncDPiRSIW2ubNI[Zx;.>6j YQ-|ꊚ_ =AO_}qdPdVM n EA _PjWD_Drt7+sON]$.ׅ ?^0C r068.f$I3dIajd9> +(@ޏأ"! Q݊ {CJ˹wK%9%Gكg JɽGJ?PV ݱlAsM@͵zm OzS3a.fZ}ȑ3.yOl2Lf$*Dkך Xiʎo5KbK7+Շ"־VS`AT彽B.'7ӯh ]sB;(w N_SkL_@^QlɶX{z\kŌO`Hyo-8ke*O,>*i]۳C~{wE^h p`c9%* I:3|f973<,#:Ly6zFqW T+VM[4S I{\\..egچZvFȦ3)Yq6OCKr>,̮&nk:V,t$n$J~b>R?|azLX1zgBy{ۅޅ淸\$[ _?Qu*2Ě1݊Vo&.4tJxM[^e"My_pNtdjO8b<dVdw:"mYJ;Հ(pRXW'ŧ:&t[WjmO=rHLE} g"R׫kY rR8pK׬sH"MaNi;c6p:K8Bs7JQQݒt^zjoڕS#vq3E}ɴZSO~8̭ȜF<{;4K9X3GYEruG0IiKkA%+1d #<*ϨE#c?40'hg ݥ@X@@nozK5D|17Saz=΅'uVF*(nh 8똚IyLG [ŷj3 ʧҮɽO6Y46|~&VU͢K ruu)Ju(.9ɈR_![8̼WXއń8h4Sy@GϺg'.DQ2(y6c ¼{vNKS_+V4Q y?޵t1LI%{SW">)Ъ0CУpbB_p4qLm:CAixԟkhŸ _+'+͛ 2\x@^NUdn~7K+M6+3TvqJW4EB)i7Y BF}u\`2i}Gsf2]uO/p5 FU > \' xfuCm/6v~FX*)ŽW_<1l=[0+ho**3U.W?h$G8 )rOZ/cڟX>qJ)Zruiًlם`I9soT;~ˋ U95 푊-={,<Rq{}ڽkAT\2ٵK#"%03zQx0 Qib`Seib9COo{3X17ׯg" ue}̚%҅vz\l5F@漹[z.T^howѴ|~x%Cl:MaiFUU `<~ln@Kx#`/}zh,E7:~nxţN`t(ZZ [<,ylN8#kCLh+ $ʆ9ռ3'!i-n1>Tat$UҮ5ywJM59ZI#1,g^rCfHh؏٥㪏.FU1bbm2]Ŭg YkZϊ#hpw1ۗ.sΞ+gd DcQX@m~c-^6|zL]`.ۍDc/rѨ8)!veM⢑boC+'>_]katTm1:; .ٟ=̬eN,[(:񶀉\z,IȔcu5-֍IP1e3NťЦB7R>Goٺ3 Y;9B~wn6S3bO*6Z{N]x]t?SUEM#IgsvLs}uw3H0WTH޲.8-[|ǹuw/Ȉxִҥ%D9}ۯJh"쎒2s/rX…djN?xiAD8-QZ/JJt{kWjE^p5(?FUyw+tI8d|y–n)E6 tB)#VBYܣ^O{C&e9O )ÜTC?=!z뭖8NjYds=. r)@m@[މ@|!=":Yfhn>e%Uo_?>%'!HF? Q{Q' 2 lzksh,4]vL'k=9[oy^]'ɯNW<4ml<^zC g!yjv>V'Ŧ|M1wT 쎖b=/^92ե9],1arg6lfizTr({Be,&>xI+\գ# ޭ3#'}CRo0f# =.I.7pthr9i,zˑsn",fI1t\`,Z;]iq%gz00b] {_M d3@^4Oi8')F{`9#2SڦIݴpwe6Hu=l۵rA$_PpjsdcVK[cߟ68HdI_4II))hDCf3l|a~jIrF&4}dx7Qթt4t*/~rs0{~GyKƉK!ɰ шs c5 YWt<")ɔE S0AX2NzmR9^e&@[b7?H+[9DH=$9vr{jCA[ _ 5*)EPFVҒ&? pj"tǣV6:Oyx IYܯV8MZuup?l}Wvkp%K|,}^=;<)~N%;n|k$?~uY RQ~&̃gwJ*z)[8U(A1r_-c'MP9D,1c/*`X̣ 3O{,xȷDS*⦑ pp,2]cSYIZz} {|ػ|{k(HY;Bsi&S6CM endstream endobj 1216 0 obj << /Type /FontDescriptor /FontName /CUJHND+CMMI10 /Flags 4 /FontBBox [-32 -250 1048 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 72 /XHeight 431 /CharSet (/period) /FontFile 1215 0 R >> endobj 1217 0 obj << /Length1 1420 /Length2 5888 /Length3 0 /Length 6852 /Filter /FlateDecode >> stream xڍuTk-("DAJД7iRwA$$AH 7{"M84A(H^Dz|?߽kݻV̞g? '!"mSEp !i}mmu0PHHD@HHi80X$%100S@m4 lA i!!@4F vAB@ 4 pG;cpG Tta0 !`= Ap*%]]]X4.tE@qA?)u?@#;`Ź10 aPX|3 ݁Z@]G7X7r Y @`;"a@]U-FAX4>Fڃm_GU`8 œ07Bg#wGد Ӏy#ma'00oP$(?no? h.('K h?_#TS12C?A%%Г_Ł Ws:*l:Yo&.gon GBbB{ ~S}"Ug{_q߀#v@ڻA/6"~o6 tv:_E/t~o?tA8ⷘ=Cc?_<,!wrg;k?m~} b@0v%Ā Ban4@q 7$P?4g (-? G@ }W Y:T1LO,VRkQr13P]? 7ϱGl#7M 1zLPx! UcwnJh54Vifz1g6Z;90",Q'MSZN1=EmG0REQYjéB*O5 Y hsi-دڥ!b7rRhcl!gPiUѐA+= Zp{!J|~P4 Kz10ɂPgq];W%ʺet%5I#ce8ZhgXY46Uo돁<>[TW_t%Ƌ NϤJ$`mEy ZF!H3Ү `B/I8(+/YX6Y']u-ʣ7|{dѡbmu}F^ ]mޤf=QR;k;ל(szH2=te+asbhGKU>Xz|ߴs Ur0ot,XّHT3Jp)+3Yu-̖!^bJO"R0^'(dX"6zLhf,A6Kբ1s˒i7}g+< 8(dMǬM0:&j92%b<.` s Ff/cW2OLr.% %t7wd :6J>זI.EK6Oa(iGeKwJ-cThvk0z 3a(.zYbyIuE#K-ç+=U'e0LI5M?}h2 qvzjK Xp+N?kEsr Ҥ>nZ=I >amҏtk&* `cD+Y׆r$qO'OHt/8&K. ^m1vT5/Yky_IZޖdŤB1O$$Fypq|GoW̑ XZf}Xs`g\Ʃ~㙄󦦚s=O*jinXl;Da<&srRףD!uyNtdAZۆt - J-Ğ)FDEҩ8<}ɛUD>OR7nlx*:]Lj&ɇq_Upq ԭKGO-k,pBt_PrdQ[d؎j'|TBzPmH.j6r8 P>[OʥNn|C- ʃ K=NsWI{Z>yBHAXO5$Ci!{wyg1ߦ-?V3vv'MkH Tй;бMj={'s`{k#RlsWs7`1mBpX'z{4DtB^Yz㧘c*ZZHc :Ah (fvOGnP%$V*xp$IM g{_A-كu; -McG}TOUzG=& w0e4C\J9.t vZشfPh7N:] h 1 07sג.芩/KYh놮[ Y(\^3)rɸB眂&C}rRЇg j8N6BhbV}&ߺ{ ܯ'\،#I̞PJ?׆aN_ .X.)Sh~!˴BbՌ= L_l.A`qΗkRP6t6T|%.y}D_1ڞ0Wz)hæk[} &yA2EJriQUvGcԟH :a:uF; gxqex DPNnZe˄ ޝǑ<9^ڡС[0۞#FӯpA*N҈o#"4xP+k%ikbT=ޏ,I8N 0f录:-BQb ņ!:$M,n :DSYgR~^` Es]\ —nn"1o-""ȟ( xs)1%=Ͽ( b/:=a[FCo#I#͹hڠWkn!Xʞ=vS7@fRi&Gbجg^TٰB9q#U=Ɍmb0zn%1Ɖ{V?0Ad7 ԖӒJ)nO?ӠDBIpW/{l)vpee;r]P|>8#4(v#x@ N7K{q>\O$5(#mH9Lt(Βsh2F$d®Vٕx}I cZabyMWpӳ![d`IJUΪo2aʩ^$ `͢kOmeLѶ-1ڙnbM@nK6+!n&!et%Ww] <=9~%VzNvbܼ+mydƆ˫wy&9o|VGrgmN&!Z&${均)oXMtxKcd-Tw<tM%vW,lb ARC8(NW CӺD,|Xa`k|@2p3Aʘogo›GZJ9eD׌K6SYi.V: t.^ ?bdgm'%6ZxyrX`I=s:.K;i| K1CQTY7SbBUBaz;ESM WIftU& OvMh/\/of/ᵁ)O } bt\zA/J`Īa81y[-,UL%:T^ʿ “JQ%LlCci;^b> &qW"RC@SzֶG.YUOZ*Bvy+"}֊_VLr+NfC6LZ'[4VS<-?f $Ω@.SW (-o$X],eP^lě**]s7&amQ"L| ~ ~is^׭Pޜi>ڑ7cNY~FIZY՘' f5iv,/zּ/˾W>+$hg0rmJA=\D'.gǀ R<?.RW|o떰5 KJ8$8\> )]d6' |} FU"AMַIT(&*K%f\Odm y@ GXD! Qc>IEWPLskc-Ҿ7Y[+n>uy6n ' Su,gI].#u/}e_.d@$Z?l8<,%Tw[+q endstream endobj 1218 0 obj << /Type /FontDescriptor /FontName /GPANTX+CMMI12 /Flags 4 /FontBBox [-31 -250 1026 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 65 /XHeight 431 /CharSet (/period) /FontFile 1217 0 R >> endobj 1219 0 obj << /Length1 1412 /Length2 5891 /Length3 0 /Length 6848 /Filter /FlateDecode >> stream xڍTTTkS@eHA a!f`f(iV:D)n$$T:{{׺wZ{ϳٙuxd%8 kj@A^ P]rqBH(& S0yp@/ /"@qja$ <Ea sD*:BP0l!`@BPj)aB9񹹹p}e xAB+O-#72^v-ۯFC`HL `T5Nd w??AaA`0 lP@[I厺~&pL=uYb~P0CP' u g-+¬ᎎ I| Pvߛ` k('+'>'"gA"B3^ +ӍAwXc@@' .oEQK FOwb,u1~3 s'~ttU5U#;&'wxx~0@6__yu@?Qf s{q ?{Cf`̃_%vRrqpa#O.(.4u31䷖5!VP@}l0](R ҁ.030 Tl 1!1DZOQٿϡí~Q@@fy?dR26m %6pZm8[-V7 /QaRz#sxM [dϝ;Z38zi4E#iOLdxIySI^sTpHt|QՌG~z ΝWE 2T=(TkI˰kץ'05Mbr޴V*{22"@)NywwyfD xIK /NvelyFj%nj9EeMt1^PFF}D؊ >8a1w8wzVM/W)}n@Η/zuNm?q,c` ]ՖW/;HL4_5XxE )U7/y;{Se'[O,X36AyA򽼫#gJC&nB,\U$KN|iS -Zc0bl-]>E h=Q.T]ߏ"<.Yv?;Ψy7NSetšd e)j$tunx 0L[]'s Hʡ ke oj^=¹OF>7wi1Fin/2V#"1s-r4 lA ;F7Rx:;D|{qU/H/Evaְcg·Yo4r$Kbx.˽[~|\ WYx5ഉ{=(-]#ᒈ˄yF3߰˹X'nËDž޲"1F[ɧzG9(e1 -˟/'3cT- P~+E|%3fnҳf<ѳu鲻cc3;o?/""m^ ӢuY6VWԡ0 og"k"@"{tLR!ciO}1m#J'2B_̮I{J(4`BW>ݫTGgdꪗ22Z{[~arYP{gO %5des6I* 5L7{K[Zf-s=MS]RPbcH}RZ$gNֶ+w<M9p~9A%3s`Cs_PO>T=}=p\x!B>a5l[cnk\WP#\|{)RɶҁGה,ط/3hrfbn3!aIy#RFc{|lɴr<xtmhvf]w]B8u"DŽ*`ؕ %?Hd>s @+S(i4Ͼ>Hk9L?>Ɠbģ>'v@9l8].^{$m~+&P|.Yp9^Lac6-!O)PhnREz-9Ƿ,#5'ķbfƹT}oR!yKwGUoK\FQI%ϳi\oIǣ׮bZ/!5Q5.1Ndơ_9hpO|ᇅz6kld\&5st%I"f?T+8uĜyHɝGЭyVKv¿s8]cv8k4[Tqw]Ѽ &z8=+=_7wddd~gbC5kiHrƉӔS8GRwS+R몆]j-g=07'=9}>*"~=R-y0Z[%W~ۜڈ *ݝẗΓجli [YX$'sN5e?ߜqa,H9TEni`D&c } /:ì=OyLUTEFdQb2KE*̾{ݸjv~e/cog0:byPSwPС_FӤ,JԴ>Rb|l/v˜ 2!Hč6fƄB)G>fՂblK/8ǢU.JaD$oY'?8vkCl'&rlj#N}(,VCWj<>n@sFe g FXYNxt `nc[j=^Y"kA45vA݇{9*c*;DNi~81[M^Wt\FRCr$Jd^-x ҷrJ_`h"ZpݑN0k[g2jy!db}?M8foi ypg:ڎۻ;_%l1̵|%8ݯ}Oq\$uT?>OPt"C{h=#1Te.Pes+|:GP8?Ъ[iG󙟘yH8Suq+X*!:+ՙqKFUGDŽZj4|+hu5=ҏ_41j zFߎ|:Q.ˁ/:D;F W͚x,/LX[c h=c?툈}Id9tyt98}"m||)54pF -xlaB6$4Mǵd_swJ}wF~J|N/,ϧ'&A~T mb%2ۻAˉ$  o)T%ц'%|IdY+8•sl #sj(w,ƀbuV4`"~q/'f7QSv=j|E65DM9"iz,kF mu X%91ɠ~Ɲ15(*hP58!c;8y^{R8kFT;KA-6*w>WmG~4^$Q J_};̩) ӓH'Tz;vӘŸ9暑N(0>L`֑ll35EJ}&oyP g~e!z)sIkTȥ6pz<bgx:#e> m;![^%Of:tVר;()N숇:g?k2pl O&Jrcpc'1Q~;׊W$㪶Qaf/sirM2y] O%*81p Od`B[$cf:.Sic)n$= 8 ]E1 6g2LXtf[Yk^dNOK~@mu/<ȫၦlx>he0khWmziDo:(Bv56t{>H .{^s+}j2e˭VPf'wBRLGi-jOCa=wCTQrf@p:^OATɥ, ֊Gf%jkӝ)R.CW;5\2Kc\ S+}9 =*szfY=1=ҍ -rnݤ,<{{8`Y^,FEv=:.Fcsi;JiFO~2Űiŗ$׆q-UuX/'q,\Zs˺9I1CFx}Iti>bG!D$Q9w@On r!˱ϼo9XU$gdF%+qE .s.ݱZKqw`ָ3Ig5BgZX|ubHzǞ#;ŐTCU5pW;W}[3/F3Kyϊ' C輶 KP~wh֑$Af[{֙,SXBs"^4I\eUˍenKWt;UT@ԝ(KNzqKw]/71b{V}g7y$p]_4?6vʋ.-]i:hfrJHqC5Ի/q7<+^kQ׺a-~)33,!}*X뵑\q,TUԡrICVoVzג(azu}J(CֆX!ǖyԙvC/GW o\иZ6gF̻۫b!r>O Onٛ =p+GƵ+_W*5yHx(Ti;W69j/Q)BDw{"͒pޮm.By}@ӰQ+P{7DiZ*z-o):L=n1/Iiwgm!er?GILc^JWfu^sH4&PKo\q0eE<*}(kk2JJ)tȀE90L!҂m3@a-ny8 <9OYq7TaeD@+UP߽A*ͧ_ gesȚlsk;\3M޻760/&H endstream endobj 1220 0 obj << /Type /FontDescriptor /FontName /PQILTH+CMMI9 /Flags 4 /FontBBox [-29 -250 1075 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 74 /XHeight 431 /CharSet (/period) /FontFile 1219 0 R >> endobj 1221 0 obj << /Length1 2815 /Length2 24497 /Length3 0 /Length 26060 /Filter /FlateDecode >> stream xڌP\ bָwwҸ,$Xpw .57U[T5m4*1P΅ * `ffcdffPt#:9[a 4rČ\@vvW ?C{')@ cotwt4pW /w- obe41ڛX]<Łݝ֙\nbP:܀_lWOPt[jon6&@;g) JP(:6ۀOo,,W KLLm<-f6@ ==ds#2T?98Y:83:[*WPLEmmv.Y:M@md{vv3K;S_E:0Y:1́.fff.n60`^T T l8}TL-M\@sK;Ab4|'K3hX̿Z/S{;͗IJ\XZJՉ{ؙ _K06%U2jpg-93(؃v&m/! WF6VtOYhjj.F3@S%KwS*;[z@?:X(ΠY)LM+'4zx.j]@.Py3{'_0 8L"I7z`L".fo`XA#vo"F .o/z(F .*oF .ohA\F ?;3h,F NF&@ 巜__ fboZsfkL@uhkjl 8qt$l&%QϓAN+$VDёp}!ЮϳF5Wo2y 0{%=*Gwwk8e*b?RgB0Ң{ΠN$ǰ{`}Z܉K}t[d?EwYJWb\$T}KhZd@~?vbmy['RE̚Vh Z6k ~jۭFU*t+`I(ա~Ԗ._R>AswZq eL7.c@鷨Kny]<(bf~M()GEoUùB,wwt`NWoElYa]kqTʼu *,FrOb?8.ȋ٥%{vWEyZ=p2jTs*lG37rߚԤq'v_@}zlddjۦJ!&V@:?5uw/KQ(2v6Rr5b9V?uVvj FM>q&N{H+ TgDn[P'|cî@*!`k 7Gv..BCM<$ meRYbo8Ke7t ^?0ηz ?y65龹ɪg_ѳ6xAq=i`A]H1- \ZJ q^S3|ɑ/>M=&de{[)f2gƲrTжWIs. vŘy1 aLo~z"MOM;8k>0._)Fhp] oH'5Y˂; 菤`i`!U?uaSohC #`Ϥj$#ynrT )3eI\'5yo{ik⃄?4MC%i@5jAC$NSwO&jEup>,pLU"f])q]j*@g\K# {Z9IM-88Le /"9">!7Pn>@ Oj]m W} s,D15qtaޫpUlX mc3HՊ9mUoJl Hn8$QqP^ Lqb{ShSllmwJ߹8sSnU!;-i>($: $5 A#fjRx!ϲjaԹ+r*b iJ2zV|PJUNƗXTúWܚR+rҩ8g> jah;}jÕ% ^>wΡH}k,4"BQթSFKg1nX{M5lݨsA?dg` )#K"_72_ՠ@-+Ѱ|oimwub(WSlT)ǙJn{5K?sK됴w7o<`IDEM`572c!l;;+3L֌fR9|BoF@#PoJ#g[0AWpxn5l,4U-pBwsE)8$0\;pBz~U6"SH$WO׍t"<B0}a4.KͿE eXzڽߔ%ԁgIO?1Pp`iyjpfͷ#z[ EP|rVx d*` K t8Cϓ'e"kƮ⚄fx}o ax34a ŗL10T_ox]djzTS3K`.+;BĖ$YQ}=Awķ[v teIp;&|u.܎bU$(Tb#A!Uʤ/ $P_4wl8d5Q>4= kFQR)U԰ƨ~.~"IN>>{ )ŕ7)i>&/8* r iA@Qf Suz4+iKMqCAOakaE q|\]ƃJ@ n /@rt XIeXɟN^L![| 1ږ4lh,ؒ6RL{} f#0["@wKʨJӳmbm I M&3_̣-R=*3y)Yb-Mgߧۆfކ}Vc$RgъRCcѼu ?dVa*PD-9BTq [OF>w]%Vde}6]$*^ ?.O娄.r8jږvr<.c3ZFtнs>uvD ^b?0'[cڟ??(bv`7ttL9%_)sꧡy>z RNxtǨxNa;^כc#"||]K9lt_{CB? v|=Pv4؅;Ǧ1"{#/NFh{wB 7E9XLP`0tېs`HkS$Gg2cP嶎{RRu6+C1x/yS|=Z&!i o_Xˤ2 2_fwM:O?~8/Jρh)"= Scbuy~p) i-uѬM mC~ 19Ԗ-ߩRQA~A}3gIJoHgdog%ug! x:}UbAHR}ϓiTlƼdͱlWĪ<Vh'.2 0LYNkݸzB 8j ~@˟EW,°,ҭUP$T9Z8SxEQZeDj9nUB"nq^ F_Q3=B{fqIQ;m7si]M8l ?L`Hh* !B(!{+O$nU q*+vJ67dgsz\>Geɲю2~_,VQ ]yĮ?c]R®!:bBO1(#LO]H MdKަ%S!`Ncv^#zWJ['X j6e5bҨ;EgME F*$-!4xvqΣ\Ȏ">Ĕm8;}&CDJVȀzijYKG0iXc]w>[y99؅Buƅr:#٥&nTQ7E?D rFh9,{bs4e$ r\0C}GR$=iB< b\MC]fNIS|YG9q"b~G?H7YŠ 4T~< Զ"^(ĘC$6I%䬀ARXN"111V7*tLFVu7F*TC vAA;ǼU@鯌Kn-2ňux{}jJxL d~>oOA:h,8$cZ~sgD緦I7IGS&Oϼ&ҟ>AJiнw ϓs>76Q6od7]YCS_Nbb]@eQfC jhH6&%bk.rUּKa8GТ@eIߣظ Lb_1쓋}xAŕ}2$7ɴir~M )yJKͫ_,7XP8n ^ b C63  j!9):^cI2\j2:QL"Sc%ųÁ)b&]8@>Bb,/I$:˼@8-SC.~ϑD4w Q+oT`,lCEʲjZfvrp.ѩ"Q~ܗA(17';aўݟb!r 0:(\4djmY*WBH:r>ܒJ+/FSlJW읇RT-Mn"4ց1:Loq^`&.ɺX]o"j%fG)뒀6xvb='3U>6sd )ʄ[BP(z&M$f%/S;)֭nkAȊ-K }w[XDYxׄ5)$韋Jx#i!+Y_u4Lű. _άI3"3}xLz*`V,l*9%HAUp[!9uܱ~m)nZJ]02@?wk.۔JS iNxSD3&Ơʦp'h,q&z_'LQfVv8:+"|zEfB5O/Z^Q[|<=_ٕ Ú́NA Bٻ iJ<dEZZSg4d2Bl3]+3Vpj a*s9hU垿sQ6[ދla䷝iz(-&|%ɡEsws19XԊiwF]mI1e+!'L_,Hi^7!I& k`WѬl;DOUx,;I,Tz|[qlP6'Ql^Oܲ2 gCNH 0, wWB<*H*-˓yhȘ_v 6j/a&Myܯ7OLi`TpK1IH9dOJ*3{>MȕW5E$eoEҦ30dWk%'MnWragvq;K |w|_TsA2)XU>9F~++\ucL6p5 ֗(gqXkCSm tL\BnŻ$qäl%UO|L7D|c^Ĥjc/CϷs <&p[ ;Mw7OPwxm'L`c o+{w3Di^aE\ P9*t<93)m}UB(um&`3% ɒN1S7|+t׶r'^2FZ{]$ R_ۜg-ğq|ȡ/ѽXDmǬa6C}+-&tKA[tf!2g3bDOŲ`r<0*l{vڲtwf4 $1ŝo蜷4&E?'ZluldaԴʽb ʛcە8oq\'sD-n4aF$!;BU^Lc S_3;B4yTNc*sC?A^yn5uWg$*^b^ ̿MB=bʭЅ겛ڡטTq'toCs!])tV;Czm@[$Jo Ú("V0w4$ K>ϊ3ݱD)ZhBn-QZCw4Hr,g^؞0;bjhW0%j,dpiqkZ34JjTU?4"B gbY8c>%*%ȣ}dE zAqAfXTIAVT*mi0]36[1Ezyxs.ys6D$~?x POwnm w*Y\LCjwۦ:v[ KƥFfķvK\5Úo jG;AL;?B U;ɽsUޗ?KV)@ m :C*K썖!2/Ğ(Oc?jzme uwhYaO'?=˲Y,Џ  9P\lլ*2ЉTaT&~$gwfrXZDyO(Zh~̍>_BI>N4Ovz~4ѥcK!b3JaZ_; )ůҼĺK rt㺾u+ֹP^1C&rՃIIhSotNTWi&p f.{f=C};q|Udvʶ髄q \r|l(JD)>5kiOMMqG͟BBzs7F K.PRȜ8gH<+6wjw >.[yZxןQ.2VLAO7p :Zp1e;A8XQ9ą]LAc{W+.4Y9v\c$Q1cXܽew&wa>|r, `)2h̋pSڛ⚷ݼ.b2k%c-8ʤp)~|Q]4PL;T` 0zKCI1T0Ju-~:Gq;9?~ yÙdC)|k-]+F{bhO ? h2#Y/`n_.jL;=ݜ!; q3u o+.(p6a+39=+MQ&ƓΝwxE~߈/۠1p?5iƯf/6W?xο]zY`AG&=vc|Ö{.*`{dq$6X(r&t *$K}HА@6XK:No ,|UCm?]m-669'x4xqhHKGƆAσຶhuQj[9oO9%va@ (Ѝڌw?"*eC1qBNY*Ɣ>3v,?6'GRoôIwEQzPC\-?9 OH ҜtK }'u)xǞ5Ր3qbwI<*.]w|B^r !xi(j/A¼jJ tn$$ VNY+9帺 Z nmstV"nSp(ʥm!&2"&RڥTqܒn=S'8fbj׫:jkii *|so4<ĴaJG5u]S=\akUpu {"jM㐀Ϯ3s:[" KSd]u$b~qBqQ˙uGh0/a1Si]ӷ\+rJT^ j*Q.22ߔ*8ˌjҞ jXӲw"kwzQՏ?JdQã9kR}?ɈȳCˇ M$bT;z[+$) p]%Q]Eղɬy NJ{z/uJݣ TO*QuΤw%r'-JaMо%p?2l|xͿr--QPiE?`D8 kM;RF` #H?? >p^Md=:mNE<-:D=%Yf?4o6(L5,S{WTЩ*#CSн lO9Dy4{h &9ɯel 2D>\0m;WIV&]Sc G7'<\' 6E u|j9"7T(\ UB覲N.XlC&.l, O~\}fein+3mA(דå6uD'}NǮ0]m2hP'yn28COAi ɔJ?|Mԍ}FXA@}IC3/}V UG~jK5(oDX.AF]xI iH%[.߁XƏ ~HYn%zۥRAW_^N I ]y:?\芋|`{]_%1ҙlʞ(m}a $"6&=O+zG?NK_^ϑ@P !U`hYޅ=5)kMc/EdӲژ\ HcYZEUK֎4](])%: Cd̶5PEqQ‘^:M]y1å 񥱱J8|f+_ԈrlŻaoٷیӢ(M)?vPItO=6C\0sv#-"B]p`9j|#'n9W14,F`v%g,$)JXk_Atj}q{5:&AT*I1byL࣎U. E'0)08(A.K |u#Sɋ\tÿGde}x҅S1F7P~&9(/cs3DF8<r0-ԻIzǕ"c$)] xz%T B?)49,ijG݈3>3Lm3y%}ՙ!~̣I{5z-:pK~dŤZm `k0% {at0a!F GNɈ6&~~nِr.?^w r2˞&5*2}9AOfn7MڟJ݃;Q-B_;2Y~vw%/RRhڱ߾.-0cEOe4=rFom^U`MBh 22vS[x6ױJifHzL%GކTWAgtXyli5?c"O[Ot;U:8OMQcBN=rm5Bw C>CN(Lw;5B HY+ ޑ'M/4+<9Ln5ЯޕYIϐݟNښj.'֢Rg&ʈM). 4p+ q2sr V v5CDu#Qr%FrͳHXbK ?,<:'L`Q0?(I]/ #!WD5)b=iv!*(WٖDW?? 0<~ \Q*v̱0ʟԳfi%Cڸ~;Y#wY˓+[Jf o9͏X ܟv' Dzv|]B1*BB%P8XIM^Ӷ8zP9qO m!hyuxusoQqI1p;\kF3H`δvW%s 憎YV:Q+WSjËE~!um466 9?9}Z0պs]i]kQC9^47KJ0룞Ҭ'vVlm!9Gn4ďt7 N%Z{|҂G>Ǟu0ˎ7\o5g9NE=U%p<"35v ~veȇfDT3ХC[>4{|w|n+=\hxD&"OHz'K ܂BeEު>Y+4gNn!-FK[%5<$sbWJ=-*EYn_ފS@O8 #BWS9; G( UZ%Q+Ԕ% H>+JLphe,x ZhƴXѩƵ s5|=S`~k(vX́2vr~JE?ŏ`q>$]`;9kޡ=q #&h lH>МLqۿbd7(B8a;@}2G³{ tV8" .Y,H%Bd́4;~έ\7(`rޙs;!\$hɼ <93&q:Th"_`O} ' Rd$ VTxZ6fTtm^m%UVs|:?up0 ׋bz;YgLAXoxɘq37~@]֜`76nVֈ:"`"rG=="ylTѪ =fFTqm2y$ Rvx+/ae.{$^`¡=hɤ,$hWsKU( n|(s3&g @l%@zy4J'imDCd۰ QĔxP3ԕh. UzupsE䅣UX_vK$OVcm⍘cy9]ƼlNRv;91FܙYC/CkBߟ)u< ?J?d0c#Rơ4e%x-r>#N6?${h"i[ 3ˈi 5YUM5?+ɭ[]"uBZι(:z.#I:_ è< ׽"M\Ap- ,79Xv,JI!&^QA2̈́>2]ֿTl-ԥ Cz' 1@;%Ɨ·KRtI4/2-ܾ'a U I[<󌟳nSe*/i{&CjjsC]&Vû3nJ(YW# (ha ?>g~4hex9B"/F N{YQ'DDn!hoY y~ xPa:'#G Ֆ6Aq{]H3T6EkŌ+y,Յ3yUyHņEDc5kc(8i11 \^4?c%#aBƃRݺ+.q+E 1Ϯp`L>0/ʡ(SR4b8#1wʜBo]b#k_{?-mv]d,Y^?2Rnv3=[^I[O'&h$go( Cwap(!rH=F~ u'RI,5xֹeA݀7 坝4EVOl#Q+n^$<0 {bvw330utgSE#u*ySFp|IRQ y)vPP,? [/<[lI(Paj;'}wm! &"(}**Q/na*+N;8DwTO<ҫiOm%g"QG?ep>C٭f%nfe^+*,Cዑ} D= $FVfZZA'wu]x|duVuȮ|T7w}f3ӫ[e%cjD( %M.fxBzG{(2d9c&يzI& 4Lq \QZ1z.zKP W@60T` zn P,⢺H /=;()RY4|hXRR?%; ZSz!0D0hs)4\lGj #mU u- +D|T^Ƅ(S͎H㖖PB$\4s$;uo:+:׹ y'{QQ{|D2T 6~[PO1e}z +ҎJ ⇝tDa,,pSG*7ˑJAUFR4d!I  R&w"7hBH[H,9[3KVNޕ zD-+UV-ngi((]'-y4NtU Ca<{L%^5[vEG9ƬAPrڛfs# k/yA^Kc{_E>=K'!µ_H;Ogux82||ܤgŠtvNtwk$ iy1k}O0#p-! QE_W\ӵvo]ߔ eͯ]rڄo*Z| i3(PZڈ&jܡ7hh߃9iCF,3/R __21B!alȣ rx zN a\ Lhd|k#Qi:ZX<w;4~_2kPoRbr,rYAB=%8ֱ*ޭhA{%;{7ZFAPӐRCaq(˱cB}4+ofg-˅j YJֽspŒklU#x M 9Btv&K%4s [d}{Δo|>Te#TT}u"azdF9 8edJ 1*26g_#d.5aK5xT J'q0R(N<)6]HUNjeW CI?mcCbid Dtt\lrW ;["&iKe%eөt9D޲A_+,bςCd%UBq7s0'w*flwX~o밮)ql[=Fӆ%|I{԰*u5z@*4Q=l.HX\CtnkØO@#5"stοv%p?J^%4%+*tJG EhpNKPLmir9(!5'V JDUɭNYs9@-шJ>C@@XB?{W}SAhLT^Bl%駡Fެ%b0C|fǜ9[^YM9!#?ԧIhG[`MNjklGKyMt;ϧOi*>^ors[H ,0WDn3gS?[1(cgU͚UPN&k ?!`ji+@buZ"}cs~\K`hnC%%a`VsYzUC^o^obN9;@tr}w, x ss9П:˨;{kBu>5u1CęВPg[K]sa{d^eFxW ؄[Abo,.<*pgc]?3 ,*~.6a}1<4 V_8i*{OF3{yLr]r&ҳSanoձalzGL!F,/lIxWM#Q f+aZ=Ci#Q; qtw-X G6E,yQ 1Q-1ڄ u>/+R^aJ7r݁ԍ -G@6G>W Ͱ{b9A»Y`&' 2%9M[3&*5*S!6> |H- Pz1}|ڪHɿ6m=ޅf<@PV=#"D3{ +a{1mME.It3|EfTo^ 1 f6KF1!DVv0fgH{BQhTl-=}1|b276WHh$AlbS[ m(‘cKw@G偗3GI0hԅ&P4${[TJ!Weӄ%k|QԖyF:e3ɞnU[b zNdgSg> 9ili?+eVog'T* 1VЖ#QP" P QLPPVivB5 V|q>I(-l]8R P];įZf2w5n_'&HO9Wkc}N>a|5Uk,hf[bl#~a TV  JU5‡~Tɠ+qSNQ=Hr))DM%ezٝFؼPP1\{D"뙟S'ی%} ܁NЧh EoyjDZ{N)Oht_YaT6ʂ; C$LyFY\]y6 utCk3}kft+%`|KRɨ[+y*]^ćї5\`T|y0kHCt<48m0o'[}7ڸsZԗԙlZo6$7qrLy`2jj=ZՃpXRW1`}~:dm1.E h{S|?2$T  MfǹAf -m &+S0L5ɎisɥO^dIsCi[9hi*G6IHsUGH,-K4Sp(#fVvF:r<~ާȿfVS{Tx:c%j%04VopK^=hxIt#~D~9n|Et7|J9f't DLp|Âٙۯ{%0uZs-YR?؋8Aa= 2g]KӗC"fzR1Ƶ6BC}+('&|c{NzII49UIz:ZW!MgGv6D@<"ozs((-&.} ٪ Bٚr 9%CS)'~ Z<@솙Z=1sq)y˩bo{0=[!ƓQ'\q"CD4'.<_o6SY˹tSm+l$hQ}<M[{cz~#óa6ALiWvMDkxSfXeGD[6J$b^Ƈ"̃ T~KƸօ a{Y7҂7[VZxR7fFe!QY<5~؁5Y{FƧ{.=Fǐ!XSXS& . 'ād!cK{e +Mk6K=rqCW/qmtxP/ !Gx]L:M򖣾"=;#v9\yBz"n-3:6y8EV/ L\6;'K\Y4w- ʒu ht3dzaW~_9]阞L}jEE̦oRxNHP=8 ET³r6o! .>k4ц,FA=QGBeyXI*%oKaf' [2v0}k֥3vWVpC_E0Npٶ3iR̤zgtiY*~TDdyC|`X*4+C7@$x÷ ˧. ^$It\^݋DǤO(UUrEFez np?3=ٺ1mMPlBoOr#F݅AbQ}~a RRu Yhyw3ӺGO6v&ҫF&i./\4 K UuOQ^'x?]Z&u"cMpggmf‹ߩ$%O>TLq?ڨ`U#ؒcxHSe\F&um8mL[hf5?@ ~6}҃5 ݀H0 endstream endobj 1222 0 obj << /Type /FontDescriptor /FontName /HEAIHE+CMR10 /Flags 4 /FontBBox [-40 -250 1009 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle 0 /StemV 69 /XHeight 431 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/asterisk/b/bracketleft/bracketright/c/colon/comma/d/e/eight/emdash/endash/equal/exclam/f/ff/ffi/ffl/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/q/question/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) /FontFile 1221 0 R >> endobj 1223 0 obj << /Length1 1379 /Length2 5946 /Length3 0 /Length 6883 /Filter /FlateDecode >> stream xڍVPݳI HG~R*(WMZ$j&*HSAtE҉H"ERyѯ{=gﹻ{'M-$0 ' ( "#H-8V5ĠEpD Gt3Ơ*@啠 J (*Z@`,`&7DTQQAw8B`p0<(bF8\ȿ(DxpJ`pPP /zJAH'`G`n/ -L $ Xz"0[`qA0, |pڟvC`bnB@lP)tF"Bp A=wc$ I0/G? !}`D:fOup,/xh7M @AΧ"[.7vGIp [~}?=&?6@  _! xp/p'J@#pD8ށP $;ьpcO< \ @~}^9{ wqF ih` )-Pii@7j Cy6?hw %#Ϟs\Dg097m  C!}Bĉ]#N18tA17d?Q}8h/鯃 F"qp?}h)$`Y{b~C(;6q5sr '<8n} 1 1XЯz*`c1<%=D0/zy^:ObQI)*MyV vW=ザȎ$1~UlCYaؑsb#h|U* Rر_ oz\K {AUw1cfK iKޱJtQ<"xS'G-Ʋ8;̒3po, _#S?驥+='˻ xtx$c4 WBɗ^v_B[׋ЍLt,Q~—Lni}i?WRR艂ޫg# s++\Lޞ WJ87a0~Ap!od G #XUG4n)Nշx($AxhWy{y] ZiFF}A"eY5ồ89nQM\hvJm~V~>";K i.wզvYӦUS^Q}N]!x`7GVtmC^D5W1"n4Ȋ%ֽ}iJgX>NsҚYݦ]n%ZmEa~m.ڴ2q=Yh 3-7qfԻ\!t+%E s3C&WNr<-8+/7{T_JҘ%e`:ػ=6zd*~@3rdL;J%$X`4p̿͘NڞGف>Igjܠ _?>~hUs׊6iU\O*H""Tnk~=:j˽ ]it|jLٌQ|}/ iĝԍWa{Otymkz~ؼyB}0<^ֲ*7Dy>(oK >xgx`dAjUyZ]*?_[z;;Uy%wؓd0*DٍC&RՑʹ7j y;@b5}QQṔѤW*Έ[i 'OV6_P(q_P?#4V!.S5*Gg#kK !/iepJ򊵓9O /12->wv6ky51,Nx}P1[Fh:K) q|L{aWocrs b,/'1yj4?1~r .S|&[ ۦ:݋xLhi|4)~^n" ܛ؅i{*e/PTa% DAE;hcG4Sٹ2A_=U@:QMydl4HJ/>$riWH퉆tܳS% `';&[˰'W֤C&_-Uhz ri?Nv:+›OLx 6eq썋,b_k.U?/[sYٕ%BڻqkRc(Y%6 z>SyKҜ6IWtBjzn= fQeD/>9gαT#y,hWijԵoz^SےMj6vȹ]WLbQQ4Vp'Ø~E:3jJ()_p wp`?`3N`#,Un}YL^ےxҦ\@5%~q]H:&La뫱P\85݁Ԕreu'MC\_C@car͇fkֶٛiRE:oñ5!v8'GvG55Qkڻ5Cyۈҷ.W3| Wʗ<;7iANIjJ 3Ϝt$ڴ+I^h|֋$"OKPk>/zHrY`ս" m}_ja#}G{YjL󒛵ZEsM1b_K3C؏ seTRdHT8٪ޖq"c OQDQ\|ݯ2 G u/TD5S@yRiV]"wPTo;N.rK̠Okʭ+Am=5?4@em;OḟrNZh#7mRw6 {&6Uo*ܼk"}F'Fut?Kj̺}olZ9ΧAL^Ä$𲄝Z>i3Ql*lmÒ]?J8;eTGyn!X} aYܖQh?_?TmKAy r#|6$F' ɜ7f #ɸ]}i hfK/OZX3LR݉3SpI,׎Df_@ʃ$⋌}/_C|P7EK]qV)d[.{w[FDš8B[gFԡH-,\Yfj6󭀭GNkcn=+-Zh7U]ܴzyGWdxE"+;g=Iۻ%+fv%",5˱)stdgP="em`1WZS:(7-8jLNs8TW`)IIKĤ*YsƕyrUë Pؑgb zKBT^TE|FU?]#ˢ8E4& *nu:(To[%\X'wQ:S*2pf ԣ}LM@:MἵƲ޹\[(8b1\a^h` `,Պؕ|&%!\x+_Bn9*d,Wn-0(3# <~'1oqg&}EeTO"NegHţivK,՟MSZvw92Vl3yTL铋p$F]RdTZq|{pFG¨$뛱KD., ݔcLCJM|_ױS|>SZ:S`y|S31X`%?%0/ÒǜW,5#]7_C.X3JX9d>2ܓR.űAjU6zzK2& Ltd\V1A+3CVzIF/6gfLwي-@T6+ѻ ux̧PZvv6vzDZ  =jGGbI.YگԎA޼NQE/5= ӊ$7;)Տ)G.iڃN Pi;)1s}j`[=I2,lbih짌)5_:矀-c062s5ʄ]DBd:_\ur^Qb6ĉk[.Yֽ5ȑ>N=oߦsZW<'1+U۞S78P=MnP]|+ZO"γ]("?w.]`Po"m+j۰`ԩrՐV L2X§C紐>͟ Zb>[}GM.Xql `B?-Dz ]u+XN}^(xL,]w |vwSUS}˵,ME(|a䰢r]8?_>w7Z,CЗ>1rkzclH$(?(jj=Fyvoney _iN^q}_:;#4tXG6%ie#F^)ESOF*GSV z²Sz丠uN`0(HOװc`x /^:# QsO٫hܳjȋP^Qѝ$0ʒgu&ۤk`%L͡I U ByMUv\{Ew<]a:K{7X{蜢p$4F(җ΃Y-/K2Skx{- ~D|+K'F<]p}oG86tTrD K^Ky{oz4p#Ϋ{LN֤Y@, i-T4绖&_c< ";1VLb8}ܩ:휌린P[͚%UۦomEv[JiC&1S}}$* jWCYaDqbiU|Vo](U e|Rs0pb};2rZ[7IrA#~n{Y2^S^zﰷ1}D^8Ėw>$z H1VLӳ.4M[B$L:?|HCH7mO='THW.9?K&<]xư} );V_p LKoLLIݭcX?ݧvj1 3; SkQz6,fKV3osݵk)B|@ɁH:P,]Nj.2IA>keotՎSs7ɝ`ȓsq TGp}) W/69P*+O^?(yꅠW *NDqltFNc`FLH~Z/`h~}^#_yxi¿xQArb/`ɧt_l*άknj¢褹"W5bL '1&a:4Еۮ) F.Dƚ1.~$9Z`ݶwL &8A\3Y>eaޖ'UWLqsA]XHo yniV3`W?&J _Tf +  c/#=PTc* {ˀlFh7 endstream endobj 1224 0 obj << /Type /FontDescriptor /FontName /EJASTL+CMR7 /Flags 4 /FontBBox [-27 -250 1122 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle 0 /StemV 79 /XHeight 431 /CharSet (/one) /FontFile 1223 0 R >> endobj 1225 0 obj << /Length1 2269 /Length2 18577 /Length3 0 /Length 19910 /Filter /FlateDecode >> stream xڌP\ C`[ph5+9>sj2"E:![#=#7@DN B OF rK OtppC/4tz:L,&vn&nFF3## m. =@O&bk23wzG1ow5dlh3t2Zg46NɎՕڑ r2(.@_tÓTAؚ::+1x P(me,/Z[`go{d󷳡; ` eܜh6&Z9ھ . .0|ov ;'GzG_  d1[kk#_]wgX-ml]mt`.5[оMոSxY%!vZqp>/Xe?yƲ,%W8cD=(~?O3rаswb5ů^ulmoUO:va~ k`=;NN:/A1q Ei<ݰINC,[DNFXDf#"R:`D]/g" 9 Tn\7&O|ݝdLGL ߪZ7:S h(7Pq2؜Z03K; JFݚhW#zV5'f$#r6JS{(9C+[,j᳌KAeѬׂ',1[ pRF~LS_cy|ݔO]j l|EܳP tPfhJ{uR:ͼ-}>D'g|דH.Cć=me8kkd#*)]u?Z)כ'qj!P6p ?ЈW^!_q6S.(|s̥-b[<6y+=#zdK ܔ]ݯJ %h5Fֺ]͉T#m3 Fjp!cWLYtS}1Vī5D$nFvl:I'F gtQ'(tOӲ-49{;YT=JpzmS-T"ئYVf_ ~7V#A >ibK&wr}u%#d_&"VtWB-9ګ(  udI=8?hN2hMu?A_?B;o~Ϯ$b9bD7Y##z@YU~DŔjUq ^6yj:0gFii{ʮp.HIʭ3vKub~5[ᴺQlSC❞\H L E}fIK2~GUBDHD3[rCyFi % L*uoc1r`6~qTk0 ]8'8NEπuݥI!4Zu܆]ц6HNǶLf5bݘ/^RȚ /nqX ޳?ߠ*:틾:+EF80XNꈢ۬ ̰{P<6#tV*I'b4?|s3C#9[ 3 sxBꧧ6'0>E٬~F[$NW6¸_,7|^9E*V܁lyxDsQd"axJq8-7Jܶ3\Ǽ6% ѯaĵnO>ZblިGzVP$ 7"ر>`^udshI*6,0 4v9Yb 66FSpcɕгkA~.WB[ue e5-Ymr2DlS9TəʶD Q(zq C tz܀[^}~y`eg 6oXΖJ2~aTB8$2 -\ahԦI  40&_jb>~n}-xVubǑc$iv]o`e@)0>&2ͺ,wx֍ˢ p= ?M)=|,}n|J#Qh@@ MrEF ,VD\S)u$~4՝qACxWP+ZER6 v30m Knk@=OjCDsduA&H<ڒK^ݖR ["1}N't 9qyPBeۏ]-vVoEGdr[lƄ{nV2_-IvySȠ 9|-ZA$/J~y4\cQdnnu!D2,5|!Ec$5 Y$Ss+J8P.3KDGvDLOHp}62E LZŨqKSLxSuK|KSVG<s,"GHDcށѲeǻ.̌7! N&b2Y.la}7n[Ý?>FR"rܾeʧR|#gzRܩatzϿreB GVjvB:v3@q.?&|G%yw5uC%10>PBN'\+DRh NNr--+ F'N:hnEP5^nxsy^ZFhyEAc59ohW:)֧ZhuKj=ط5W M,:!7EW 7_rBۛJt@~o %M~blYz㳘2>+$"+v;)ʇ8eir҃PQ{NmqW@ Y<"4)ɛhf0iL{ܭFxl G O7=EKf*xg)F@rTksm}"u%@jI9ck:V $g.1=/'6~uյIn6}^u88 }fkSilȳr*yzC~pWHHJb"M@]V0CX\Ө9m@Ak1JFi&OV\߮0?,];aߡ^/[˱58w^0Z4I+MwLʈ_P3&vXnشF#4qUwz0Wcw<[ӓ ZDmUw/[&B{ b0K RpP6pjvIԟ?4$Z]S2{}I>̀(Xcw)>kKl?脅FU~ȽCnA*ZmɪJ[N%>[8,y%8~itU&Y.UzY…NkL64DQS?nv!K.K< Bԅ%5v *4KmK?&*qp#rr~tSbcA0K>aŢlkf׆G|{r2<*Q쬋3eL4:.o9!8/.x3 Y9ɥL5x/P] ѶIMAg'9p)f_g"n1 4uh-&q5EׁGdJ~X$sR ܽCaoU&axHM`VqC(H hzTQKKJݤkA iWP=|ԞA_Nr8[ ͝w k1aM>>YSo!A b:b ӗ&a'%X1(l^lKnC#j8ۘƗʥuÍZk?x2 opil{{g~0ݤ*j v3Yu8S.,:h,d/ظgi^ I$HEl7X&⊞ BqG}hVc'oC N$%xHٲ&?}d2e=L1h [Ka^IE5U0"m nXZ"u ;>UFTXL2':5EX%P+9؆`/ 2JPxXQ'WfH`:sJ8k~] id͒_Ҿ֐삚*`^J`J6SQD:`jF,eh> 4PE--jc{Thp tMs3Բ$mtfY1vB}#vm ,kMƆ4 π7zdDKB7ٹoNWS>yF 45*OcC$O5 Nm2{=1Rt0t-[1)jb@dz Bh03GN_S` _;NN+~Az|5)Y[r?ʘuEJn 7ٽ)-謜3h"]`LFJN1GёE}2L1Q/4j?y]ZBG,IWQѸ۲$[P-ϖ& i,cIck}ڎ 4ߚEPw^˾E*uD~;i3zSFs@AgtipH/Xbsj09$|*$p|Z  Y @9!c%bv`:B!)gÖeGG>> gkt&Bi1wg6L2vLEP.Eki&7U'EHߟ[])j5Qb%³KqpKz {cv].Dl{P!]cy4.ʧJq$m"`qy$+#vCwMXrYwѫ+8SNLEatYYpegye,\YvNpIJ\'C0|hv$ Qൎ+Ep[̓3.S@I.v%9Ϩ]WO:Y0C?b%yЫ3зi!,^Mݾ(HU0_'Wjݔ䜆Z*&Q'>+{bwQD&V=^AjFn' qXoـ- R I_(WEx])\&(4DͦO2|鲾g\jkN lZ n^Vv} q_I,o]-hZuǒ3OA`tJ4+JddLNGalFOD@1cFŭ Ǐ/d\&+ȨaGM!COv!THX;cM1H nw,s9,k2$vׁ+39NLt_o4{VVл]웕E1ʦ LaAcߒ+Vc vkDذmU,~#L_m-?DbpeiIYh6sH1K/w".ˎ ZƁr e`hju#"&2e Sl x?.6/1yw! Dxܝ>9}% + r5eCՄzT%pEDC tZ}u8~p̜%rYMD}"}d~Dqf8ĉ (4*S5QpOSW#Β9`w"Dx尽ZXzVBf3Mƻ:sIɹ߶ѩfK4 @,ةj!ISR-WHuZ-?ˬPǂ2iq 0d+dBTqNi}¶Av3:+~Xސ9l߳5ؾKBVHcjBiLZ(7@LN9g)>Ii(}|*gFN@6Bhft4Cq-X@oR;&QehɣȞU٪ cawo;*K*#t]dFD4̩_!HqRsYA\iQ;U2e;i4Eku]YJ,!)55I"~\fqepsJ҃K1o%C4ի.1ҎVM.9=Ipck %b1 9a.M[>H++_<.dA@M irC]E$ʞ$Rotz 1I@%%ewbL`#Yɞr~qpca'9tRZdw`T;Irh&bg*[WOOԲ{?hN!T<joaj2,.>$uL䀜jUHZE܋|ˎR#B*7O} azL+ \4PgbE ߹@2b+ ZQhBStDk8HL7pe?U9V, s嵱lL֥L*$kldہA ,Lb \ gnفO"U-'`7fA ͤoF{&DG`tJ"Zi;vNqo#Ԩx'E޾ͬ}moa `XV-j$1! aEd`&̬-?68y<=~gن#Z4c\yrOi(Ypk$R>vKUbd VDX{K͝ǚ,$oB&5t)&4_{zY]?u<4T*$5;~:m@{6GvRKULH >fm}5KIӬy9թ}э>)Ҁ/, m>{nNo`m-y'+ZQ1 2m(pVe8LeS8Ȫ,qP_ԔQ0ugo 0bej0ظJM;HXla/ȳohG:&WMӷA0F>4'4u:BLpJl1z@ k?s_C͒$RoP!2|"vJrº6B709;ī'ϭiI☗ƚԂNhj~첞Tf$čc z!1L$ dG\I+ްP\%Ԑ_5;4,hirL.95@ׅz4i `3 ~5+|4ާ_ JXTPD[F<G~#.6ԋPsJB~&ւh6w(ٟsE])@q̣YC"|2rQe{LV Y'>TMT]@)Zn8;F`wgjoVIv+ΠҖQ'>[,^i53`(8CG ;6&.zP(7_AӜ8{4'9OhO b| !\GMIoMNQз $A*l%Mr _<pk V%LAmqx[iD^Ynk2%ՍI]j Jw9TZ]dS Ol"i:7^'Uj5ye?CCh:qڠLaX!^|Ha"D +2.v:]-**mqe ؃h hN4u/47NiG9cӿ6ar7 YWU@y'T5a).ɛ-p@D~U DR2^Ikg'agrYkI_^vnz<1 5y^%58%kXɐq VkQuBr^5vleXXmhD#mx_wUqd{׌)OH#^EzK}dm//k)7p6'KP認5b֗!ayܓP <:7 t]qw$5^-x3{})fVRjKkytC%NeXbN_UBR0wIJl.F.lHdxF " U2x] qw߳PlF>(c{|8*{dh-^!!A}E@Urw19bԙU " Ydf7 G /BEF"+ fg@g 82Sk+Ly \|JUIu 4b#eLkԌ3|Q"K10 ҫ")FIVn^e1Qk5L z=ORdhL^ŝU+ɸc3P!GBfR()Xʴbܣ'B '͌ں+%'Ύg\%g5Wt#J2:|ج-ǣbmVp>je5n5CX,nQVWЪ {Ԑ`4B/ҿn`#$(:t/>>9RmMjq9-JGrs-LI uޥl:$0?.aZV/n"IP$O9pFڐ4<椀 6: ά{Cd?. oP6I ޺yusEAl*;=~]NS |>(B0N-COb3 vDZ?au/Sp O`,n#vϦDA @tՐ%癗t=zZ# Zolnby.7yɪ0XS+_aͺ5G #!~ك+OUO %s<&-q,o'i;?W '1xϳI)EL;G)U7t2BDQӌF+e;Gx2+FNȷZ Zu;bY^=ig&byꅳi1Q1桵8C&vrSA]d"D C)buf)SncJm3^܄mz s:ѓ/_{nܨ}o54x#pEs:>)WǑ#uY{_+fNHb) 6gF\U$)(Y&vyݥnrAK0c?I5*a 94Yfޟ&m~~QiBT?)Z,aR{UX)+ ِأQ!>pz+[1q-BC6n@82l LacTbՊ&!#>|rGlBbZօHM.~&x0mcq^θQ\w~Ihyw;BFt룣Uhz ht ]iAQU l]GhktJ"ko1YepFdbQ+1fZHdDi;S1ݚ^3#'$hPA]_B֖9{y_ĩ$"Y3I2r>xnRQ`g@"I;cWhAc"z dR☿t{kO<|gOWp(r K?<0lVHc4tf71lCfqӵV.\Qa.@ vVI<(_xsbl)bK=\ڶU+Y.K7\Frnt`eX+-$G\V[ =ڤSvnAx ~WL8ox\b7hU.oqJZHa_ ;E!T3wW5ri0?f 8ѐg8p^.xhKE,56t՜'{[Q&sSlcL&VڧJ J\l=Sx3t!'tyԥ,.ӧ 4s8y[. [2g/WSOarlCFgQex*)ULo{Ză-DY }EXdmLęNtz7.+Q,>wTah,&C'`F+`ҳNDwI'Lư} j)[S҅8EU|LJPs2^#"ng4rɵaAĒZ'lW«v_m^N:,l?]h~tO =L Awc tE? ,g!tInW-FdD}c}()Gؔk4^ s;ٺWf;ÙɑZ=]*&mo#cDK^emNlQCnd  -zRD]|H ,K, F6/|u&|Hb+JǢ-|HsT(ĿGJINe.=\EO,WYZS._=Mbܶ*ҙgrД6KY=^Y󂕱SLy{- G= ?+}(Æ宙pQA0mHĩ=R ơ뱩> oOG,k&. 0ɕՍ|P]Rds{dQU<q/L2N)[L_: GzUkV"=居 `_ ,ėrRpcX鋓4( yl)&]Bc 9pP7 iTcU-B4TN endstream endobj 1226 0 obj << /Type /FontDescriptor /FontName /HZCHUT+CMR9 /Flags 4 /FontBBox [-39 -250 1036 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle 0 /StemV 74 /XHeight 431 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/a/b/c/comma/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/period/q/r/s/seven/six/t/three/two/u/v/w/x/y/zero) /FontFile 1225 0 R >> endobj 1227 0 obj << /Length1 1916 /Length2 13519 /Length3 0 /Length 14691 /Filter /FlateDecode >> stream xڍPNp Xpwww5H$  [ {SXkEEQ(evadeb+~T`e3!QQ\l#QiA`?"ĝ&.o6 @E{0@`cca'މ a2(2@g$*q{O'[|hh DN 30@ h t4V..|L&vLNB w@ tr P2[@ /G{ w' ` 2R\@'[wGY`0}8V&w_@࿓ML %d (K)0x0L:ۿ囸lMLnU)>g3'33/y;fI? =}6`{wln sWf 0(+7?6K t=̬jMMd|l8}t/Bbe\@Kofſ;<z,o `_ofn'+fVӡ:=ތ\lF6N++;o ( KGۿ'kC Jo 3,,fo?W\mm+obw<톢ۆo_ 4_ێ-朑_fhr1(.Z؂@{g_6iq~]߶`3{6 `d6o@'wyKIX;!uܬfLB<f"N/7俈 9某t/7K. r`p{W?ʽXXߤoZmoloo ɰ1qp$ D9ߞ\f?K?K?K?XzXz g\߿_=fHKf! !]?D߻3OqD!hI <޲E-D?nch~Ɍ]mꂵ03)Y@Wטln{٦Ndz1XZC[C%; THhNwXB,y2cZ$h' ]ΉP `jo@)&+$y0̍Evl|:r/!xS[Y}Oq8Q&gTNxA^C#Fd8Šڇ} cHOW#Z+enJeznZT żLZʺ#P=VOtS\F*c Z?f*bCQHYʄO8G=[ zQ}D7u‘Gxbu:-;2L: ׭^Nʾu\ Z-=\^lN~\<X (?T(*pGevزFVsu8rr;q|mvxq$%_-RmӐ4ZF֚,ᗴy #2#-CuVla:[aXyWFZayg}'`UD)]MZxl5Þr%.MiEJ{LxY`HCĝ86ث׍0Oe44 %h$ [.L8½}W;?\/)lwdW,dѵr9p%|QƝHAgCnO.<%$C<ѕ3HB1Zɧ3 ] Z[ >eֽjcD~n}B;"g{P>&@UR WUnMRoi0xQ.)Q JPL ]E ,oƧ$8mFTlv4k1]|y]g/?l)q2 ߯t(79|MЈE]̊4^xL{=;IV}D@2AʔD%>}lj瑫l[/qؑ=0>,+5tSh 1EtTxrr |^],qgQA6@%Q' Aߕ ]JsØz<E~L aSy3GH,;Fi*qlJa;׍aZnSg0q,IN[gMѾ ~(ɮժvfXRAIq&尞'vp3?@~ЛcO߲Z[.T[́3yaǏ4!">)E2"Ѐr=$Q^%}.D!:㳭m?ԮZ/SQrH)p[w5-KMk!U)i&KH?wuhm\}bkQߎbFS6r9x z~|1Go47H5^*x8=OZ.Ν׆g9~37{!h)c{_Yat>,TQe/A%A/ϐ 0p n[E8r#J0̥L<c/5b #ܨ>ڤ2SgZ >MO"efP!,ڷ5NPZ%+KY6/_r zRb痐d] 9!9D ] 3mq$zP3忸8N^o lǢm? cu xڳ[M+OstmN|lSz}g5e"a+\ BC*(PZQ"4O};Sۇlĩsq[BI'Qդ!v6bBS`mhf}*\eeV{Sty}@uU;H;g{GmzF +.zfr`+dB ȡ#o[ZW X8o=%xDKAL!0a^FMY,ww4L&p9Q-KG4eDxKt5C"S5gu?ѵ0-&k_{-!=tO]T&H[Smܕ59j[9 U$`C;ғF dۨxlV$c˥ΛNJ/ЉbRx/K+{VIՎiƘ^=̪Ukj5*6W6%V8.`g$ګ?fӋpiUj"'}S$иz&5<1m.9 Uk$vp!wgnωiX׮Pa]/S(Ҥ.6NRF9\"%_)p2^qC{{V0)az\t, gVʡV#_O3>(| oUv(. f:Y۹=wvG ȬU%d4͕m!84MO/AHr}â ӹasV^ ¦Hb푍,NWݯ6?(U_omHj#6 a澌Rr4w25/o0{~pNDVy*U-ߧ?]4<$W1L]SsY c8 U`/󏢺tkB>ŊAWe֙RgfY鹶 X bzYB [H4 "tJ.-mO/SūeO(_'sre !#^C4p=SkEh̓,Isqv =@ 4)p-BHk PdjVFh1&| Xea>X}f~v GY }oq2?xTs+c\A†r QE j7\RP*^2ly5 mx>lW1G*%V[ExO;YO - njoO)nD/w! zPn`3jcKcr!ӵdʞ0n[Q+vIҥ< A f#3Ww21V鏩9๟ |H(RD5~:Ub^whW1S@Hu%rnQ< ڄ\[dW{œzYJI),?WMގ<3+40Ŝ!RPCͮbe > y+-ˀwqpckUjdKC'k 1WJ;1.nn}T.1:,ZF~&{]f1-_/NXeX[c4~qߓ #p6"Y*7~b{7d;Z#ߨ@*%hB~ FN>5}ig&{INS\qg|鴭Cv9׌heu_SRSjK5 ʊfDgYJ>O Q|9t_Csu'h:86#+[_[#ZgK^+,ئ7g Nhh&n|RņhbQ.3e#?fa@N8+AU3E'TPv01)3Jx'\bmlm}n.VXW~PleY!ٞ?akyX!lǜgspZMr"aeÈ' ~(_3]4?EsZ< 8bܜ'o/)B8߄wwN xJe@W^niBq [N9帄r-F"na♞B%z ,61cА.2yޯl *ܓBQ$#9Rs|N56eny0,uU@jX)/F==_ 2A5t)|Uէmk4+|&-3 иSo;hr4A9!Ga,w5:BvlC? w2JIRE]Rrrݜ0>(ȅMz^{@ޝ'8gT/xsfħƬ=s-(c2U' y`vebѥ6x5R>A!o" ƖMw͏gBkv_o+3 >w}󮓐01u$xu }Vɶw |]!Zdf",VW>i㔟")d(E!M5B^ }:d[s#z4{Kx_g ,>'s {OLP 3㇖Ϋ8yduO#([B]ٽ0ୀ(9'$Vk%J3Пqe%ho6Gdǂ/SwFRӣ ?(Smakr't:ܡsooԱ9d{& `4h^l%jOܯÊr FV g 54"t+X %)%mld6H_ Ꜵ=ailW2Lm,Wb~]8~Lo"\}{u.Y_%kb֊J=tXDM>H־X*#P"v1`(*<}X|?O&Z^aHHF-*E[]7]rʳW-zn "~ d|Ԫ4&2h7="#5ыZUj[ا,I8i[nqg51Ձ`BFBCrNF\a`9*G*B=54_&b]ӊc)v "`B0K&!s~)^.IKmK. i/*R(|U T`G8YKe9 ^jU͕$qU=1CkӁEKC΀~ %#4Al+_rxLplXOmxpyhMmno_tk\<1 ҅׍JB%T@5Vv:;$H.) qu9J7ȳ|jU+5;L"}:[WI9n5r*xYzW aur֫[gcr iSYp1A]74TM htd,jG* . L[,7!&E'gX;,a$v5=w@u] ,]+ֶ܌Y _+uE +vz"%Gle?9 kܻX> ߧ^2j;bҒj~8PCS 1[UT&<\3:Є1|뱔& FޞԔ2xuCa)FCɉFd.}A]PS<ĘiP N;!qep+dz(X16pNW1p$ 4T 0ӐcsΏ/D(k]^`R[%KDo56E[3urի]>zDLf@rdOjHkn֘ϗ?:1RVk!6EHYl5zvI/HgOe‰b[`D;F\-ǯԊpϮB~\"yu䅹9+C$ȏVsCC O>dI_;$t6ExŬB@D40X%{Rz&$XKYgp҆BʲpBFʺ^w.c@IH*89,V98$F0|Lm09G1tۂh>~5983.fB,E!m REu xW}Z.!1?])١IA-`cNҽvXn|]˒R n7׮ QWQk1a/WZn1(Lvn cvb?zɔu=N.I:$k:gŚ[bɞ^J[|يY|MpE*b}yrO2 l_Ui'ٗya<d~KleNzc)=FIxΟxՉAuJdk >A—8kN |fvs]r;f}2q.=̎ڏ zVD-dVjl̨]=%׬۴gM2*؈~+0wr[Ջ~NJmcqDv=Wz;I`0[ŎyX#!h#(E80o-u Iz>*ް-t7a0?̴ Al1gjF-o %v3"Az։sDt4zAs,'Bg01s\v4&>`m 8 6Veݤ T<9 %EjjS\Jurzҍps].^Nӟ`~hQU̝1VG3WQ[6gsu;X"/n\Q[(fs6%TS>1v$:2 Y0].YݝH禥bϜ5pͮڮ<|Lv_h҉;hdySt#QLsѷ!cGY\:[ˢk%nHRysyЊNE|z0ދ6 Ԩh`*_m'CluRaZ8A]bgxLaw~W{C!VwGzs>~:Vf=/w-V =2(% UKeeEYV.f'o [!@2b!<,š9( ڍ֠B|*EPؾRoL C; cT8 M4,v9)}2>5;q)%y1[tf%z{buhJФGM]tKQwUvs>66)sbIkah!w_dqH\~ n|$b=|c鑸>;X._/Ʉ^?d'L$LTV̓li߬`o>rkEsubςT>LtoC_9ky` =0nW3t>3A(!,҈QJzrBۜ&n &MfG?6۴VzM\{R+q/#kVüSkαBs:DR4o1 [[u5iۅsq N_D%fUOVT-~ZMTa}?7=|թQD +pmo9^w!BB&@ K׼S;6Z?s";:4"^}ZŶw 'Ad?dV66(MWpik4Z|lS_d`h4>Ibgr% f+lYwLIa&w%%!MYA}SľhO yT BK%@Ҍb@eF)pel%SG!c&[׻ l=-!⚺}+0 !I_F?4 h`JC5)چ1>DY#T缎# knˮ=OE'SzxW8RDs30[`y{F:;yLCPU B:J̓w0= <ٌ ,^>  ĸ55G~+ъHZ:5hv.8} 8|0M2,uRjc9U$0+cpalȣY4#+U!&il T JB؊o0/!lѕ,4ͦWtbZx2>]Ge Ǔe)Z۱#xKŸ<.эV]sڤ2ĨKr,%+ P?o;Ȼ9qKcBXSĉ>hd ?E״OLyٞrGIK~ m߷:`&ĹL2n,7r be,@ֿ/nLNhi®=fErVn:FʚE#]|aZaN _&ڋ`v_aZO"0؈yKBdKG՚D~lx8\r^B|MaANs=4le3_-km"gYی:U⯝hVzbSg$bN$xY*oY iL9i;ȒEԼ9w:m,Ab6L˖t6 6nCmF P8Kf_V?F#x;>P SO+.vsB{ E;U"_yƟnuRBMY9^ mBt{-L VI5OC0X3´Yȝ&6<%.ޗUIJ"./\Yb fhPG|CN▫JM9b}H=G c&zA`^(g|ّ gP$,57z5ghTl0*ʠwʤ!G8:|>,Qy(geWw)iɔeK!̾,J'<&eqc9"cLYTOc nE^3HiA5u\ gg"b%{1"^lԃ=++ZvZV΄#M ~)4Jze[J?#!CڊV*RvxORgQSlóDk''LwrqKZJSL!K|&cR_Hݖc v ju3L_ƶj CW nK{ hInĤSӝ}%@@yPCgtgJd4?Dtsmb~+Z.7v0Bky6̪^g\r]M(5O"4|z:iߐ^n+%/qCr j@Ʋ#!i^m J:e{eF}a=2[aSt2&Ͳf< $>0BV&pX{n5B*m ?cFÎ;+X X5rwԸ]Xb1rqzv9[ɐt.=kKCsfl#M© W' ~  HA+Nj@-gi'1r OcˤKsfDM;=I S4fR:gRvFNۍp01C=Ѥ7:@`ݎ\UF ;.\)}ٶ'=q}wMBػ(p)N%_+ Qa}mhhe(8,0 zOw>WְtRnqf. Ý^i]+e3lҧ/J0Nv"&|&hgoGRRFzi?hnr0?jtr KJNs]B 4hT)N[z޴¯nR>A+VHb3gaJ3M #gW^=Bŵ=Sh%v*E>>7>V*yXӄ읂Wc:LhI=@Fs*;>+WŽq"tH) akW1XBw&gBa:ӿvk~ `{ nVAh9~,.'$@ Hc̨"UtlbpnҀ+L+ɰn_z(/a9)lxf,bwj|fDП`mӦ> 4iBktOz(*!ʤQX.?݊]]Q~hh5 nfzRR8~:m B.pJ?'1/ċCi}z?Jų[)،U('6IY @g޹ղZoMryF>gO;&>ԇqq+A_+i"Ir endstream endobj 1228 0 obj << /Type /FontDescriptor /FontName /EXLJBY+CMSL10 /Flags 4 /FontBBox [-62 -250 1123 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -9 /StemV 79 /XHeight 431 /CharSet (/G/N/U/a/asterisk/b/c/comma/d/e/f/fi/five/fl/four/g/h/i/k/l/m/n/o/p/q/r/s/six/t/u/v/w/x/y/z) /FontFile 1227 0 R >> endobj 1229 0 obj << /Length1 1874 /Length2 10765 /Length3 0 /Length 11927 /Filter /FlateDecode >> stream xڍeT\-w@[  @B-y{}{ZVYftTl`DjH*i(jjr@ 7;ȅJGib 7J qr #mAf dgQldlm[%2-mA]Qv?'?Glcu[Xۃ-~K:ph[;B<% x[q^DW_oY  r\\!rr.3=՟!.pP{[:h quE Dzٸ6.nn'?OقkTdzV}U`{2!]`?q?{)]7'W[ۿ2Yz'繱]]M}Jw=EyvU]̭j U C'@sK A JۛC99_9i9iA󿢞϶7p7GY뿻\'gqnggSs"׳8?>W8>-_ x@Qg!oCZo*ٶF\)yPcma7)d_ $gJZ+Æ#whc 'Iz^JYqECiO1Uɕ0Fή EIn ]O9[?5!v)۠T4[}k6\n ^0YT32b~;7aG}f9g￞WOqW#l~{_ %3s4|)b.::"4-{A8,I9OC4[_eӆKDZɅ75\=&l%ԒOuYD T.9!:HuN1~}6'-i x0;-d=fY]V34ɒPu8^O6m$^FB+-n46C2Cqw:)&ލ[<8:Fmy">ي ZfZ"};^d737$/=Da uɊ8Wi+4> G2٣uĈ/'0<5}*K= SR1S1/Fna bwbb uGc.$$_L|L!1S!]ќ=ؖϮ^p6@]Wmh1}y[.oI6ua49NBGuUxOEQ2qYƆe{JmC H`~U}ZT KRpx!ۓ,Ϡyf$ą)#5A%=:AdfL$FqR &%vLu=I+F)% 6Z $ f8Ʈ( 9KO,.4n;|^ rE*H6$aICsvUvn~zMخoI)Qܭ{Gu_\,@hQmn_x]\|,ωco2*d&&mѶV֛Ds#[Ӓ G8)h.ȩsAmSH⊓fK (B~xC"rvʏB Z&qv/qfi|l8wuwoUqF)4 n]W9]a̍U[x(Z_R9FpE?HUThJA1NnˋZPI"WU?doQŷ+_U@go?}l#=S:?z$Ia>d,so``h\άaD*j_G>䩀PSu/q<%KܓW9hôb4c,)>ydȿG0n7i)r#婒mrl_V|*L?a?*,k'I+8I=-*aIܧJ)j?:qI(I=\8W}Z Î;Us Ow{~B0ezg}dAAsGʒvyC00>VR; $Q5ث[Lvco)2cϳjKnvN4# <5s}~ZGHc6x:QhkPW&5Ny7}1 sء$vdAY(;-Cǃ-7F+>væ*4:UYêG,BJPPs)X ̛^v:U3֭ȆS#@Ü5ܞw.J~ENJcLPuN:jJ 1Di3*f>{0g}zll]A$=,tI#nkp1Hh,1&5nQQvZse5>M8+ i3c4Çw{'4SxjR7ԆHϹCb5i?8\j0*l$F.w?6$ߥS)XZ\Xfl(d7d|N ,5$:6{rSv27-zh}a50|e'@[A&˔HVǼE;d=c˼D ndI3.if#&>EX:2u4ɼX"{?G,ƂSfjY:eAfIgc& e|vgU{,95]s%b d\: p[;7gIi4 #|='2=+ys=hR$:7f˲A-z{|LZl+c) 8̹* x"_"ͮ ]^6EwWB,B(<vSmk՘WfV g$kwdy:QN|rEjn/2#NT UPHKj)O: O` .uX3Y΍E!Aϝ7|̼ n?]aA`<bwa5<Od1sKZ//˝|hYe'y<$ &`ΒzA|o>FI_۔FDk}]%a$ӣM~ @R_@A@y{fվ@hgz+&YOP2ed\xc#Рو_8eo8yn9rI-!A'8D{3¡7BN㎳$E],/!毃2 m˧SQ Chh}:YZӇ4hq| OǺoĭ s IL1rڷUz8{ĄV,/E`=ِ"E,%ɏv,jN&SmS/%0<+d1zZէݶSs.VCi˼xPL? o ,"ۍTۄ<)gm@9Hl@Ued wɞf|)+C6(-NK W݊|~i([r0DU+a..#3pz1%l\BL~l {" q8NK\ckc4cB_[א1=&hQo, uBOF6l`eOlm#V"9Jr'tl /&>U拉pl#L_dp+1\N3t²ʢ""G |9ɹ`ɞ~H)[abA>}ĉ ,^x =D*1%is" 9Pۙd$ʝ-vEIxTEv:*\DM` So{ ^ GjL{o 7 03QPO٤XJP_~z<~5+gw!(k5Vjj}c\5c~CKwnQY|LՈ1h";.]"anŸ힕.*8qλ+@^%Iж˙abiROb{5>}ia:u +>:j|?w8\, h<qCQR^픟eʐr]/WuK2pl`+.0PF5--}ċ`LԷ8^?F-h٬oEbU޽e?49 (,;x鍢`bdQQ;2cûƨU=(%}MhK3 <|^^^q(XKp,5j<$fUp%3QK^.+.Jm ze~+/;Oֺ;6Xݘ0m+lf0ztz䠝PHu,kߡ巐1y09Gs/^e-=&oXoKPu)`cfeL?0C_w̗y!9|nBbB@cir陫ٖЉ!g dE EʢF,gG^C*YKgFDLr|I bh)=fBpn;m<pě}^rB~Mj{ĸԺ@Nn)}n њ^Pܝosl-QU$op_#'bNwzrg4 Zj 7>$=x˪pNY>\Ǒ%#wdSmD[/`\֊0‹&YgKݛxW8ƤŲV{^k0F9S<,F5&~7"*a3 XVE\`RbMyQ[?L* |'&u *\PoBpu6$[+ :7A Hd T\bB2#+Y~7{qd}̟]Aa{%Ksb6RLxHgO0p`S.|a/Ä HҘ%>tX܌ 'OGƇeRjk6,Ih~pbQ"+̻xQ+l[b/376,QYK!MKҊqV)uClXt&WG}yMnbV8UЉM)r=HdzM `0 M4+H@%OĤi)7:5۪ؓO&OE>s+mThH%HE[Å+Mhb^OGO5uDZSF48, B'O!uLs~u=7j Kʙv)̮& ;پYV{ߛA/^5J{D nAIp"@VC)ԳXSQmc-#;K J&j=9Ec ŽRX-(jsmJeN'bл&rĘu? @.% >. mgf0H/2MKU.P;%Zs,ْrh{k(PڲAqOg3PS Fv{f3{<1{9 nu~RMIXp)иux""")߀s"2-dIa4$քhҢU x>b;]nѐs}vF^P*R TH;U$QI.=IG>7WC +:HͿ(t2X!~6)}ƋdrM`V[$(D)JܛZ<=v;Txʣ`nFsNQ9]-g ZE@)-ו*枎k]p!/n&9$!Lmn>D+NC/MK^"Ĝ~MgT {^ybf)G(ERLHSdUxDSQa y_XΕXKIEQR"]C>SJ^bH7}j7Ǚ9 ɖ("9o '!TӒ{9-x x÷԰#7BMVc'}%z4ŋw}MiYULt]~o8}{wcz|̱֞^QۈT*,=vTÑgo`Ng*gê) cI6 ٚ?Q!UȰ< T^} V3\tDG'# 8ۥ@oQ"YW7u(6^Fam*q̓Y&H%8%6ǑX2nz "B.h~ Kԕ6^Jl+ܥUrg_cn]6Yo!h֚z#`̄ƫ6-M=qEo!}(Ye!84@3ݸV%o!]ɸ!3tT5g>~hN^H -?wFFޛO|^snt?kQt^& [ahneNۖ-2c*j"Kj(YH":*R۾oF sX­ՖBG]?XD*>_j|MVP5`&/xDӹ$s[蟖H<.wd!UeL-OLYՓ!NCT?D쬂Bm0ΐhJ[V oRI3ZNP8mNu+QJoI$%]dBǡ*+ILu2u2H p (pھ݀#~aegq&Ǩo_Z[ z5J8rԧf~%14b(^Ԛn{,7GDX*'Z~){ÉEPms\JQWL9K7/ȥ꥖9MO>~rQ["HhumjȖ/"GtX`>GPX:pn)k*Eg$=o!} -䟇k!$-_yOHS;m[z]{`Y/#=?lӝ9b<|l3qۤZۂpQ! nW;-md^7~[he\~xSڮ-sv[5yx҂^_ Qs'mDaGgaBBYxh@C@~ݚCW/ϋ< wfO k5rwfiM1m>(eV#s=wGAz:>;(2|U+eiu8AUќ44f/x%S#9pTe`SBf1Zh\4,$&h\3+(XO0U츮q3'cXlrPYB||zmA/*֢Yx|}Jrq/lޱ2!)뮸Uf_#by6~h6Ҧ9F\FqjjiC7s "DLF&'鉡D)xC.rA ?T6~QpBWJN> P^ƽVCo+UƼ@CF i uxe'}u"ӯa4: ~ V$Sǁ \DW|!lcZyc6usOd ZFqnaw/S;`;KI{Ÿ6M{QxSZq1-_봸AAT-54r.4"$gp^{xvp3f{2T<:B/AVig=M01KtC4_צ~HI/[L?\.XnLXM8G^)x3Nktpb3 RT ܭ-bv>y}봡oK޲ex̊ gkgpQURݩڙ}iLlPf-zwSjn~mO`>C*DQL4UCC"f }JÖ8%*"S~ZHY̷ d{W]Ѝ]ҺB9 o=/9궧[\eK$K}"> }9f` N6\ ɱj-Pɍ7U3FSS@M>f12)i8 I3s '4+k'Y$MB 8z$êú3sX␻BQFZ|dnc#) >cRndxB4vW,>K~ʻ -c!CAjc@P>?LRiB_rQDDHD0@ 'VV2b==3VkFw\1%u1e٧׷ٍKA"4Vؗ|m\+o|yB!e_QGQE^PKfy|iii(+J)U{[,Rl1xS7ˣ (k{M2b"^[-6 "m0㚉)$h?+Xmݼb梽ć+we[ j w |Y pMs5B-]W Գt"n|m&Tj>xo6 L)d=j&#%(b/:*v?@O{6)rrJgGB! agK;s_cE`jky[z>W]-JS {'ctȵq|H2M #Ug8PhNLS j/eJad7[ $2Q ^ LʃJ/AMmHOr6‰<^ VZ_N/oƝu*C24B?eY"&h1~6Ni+~**_as:C;!p[~`X_[pC(긞Z[EcBY/ endstream endobj 1230 0 obj << /Type /FontDescriptor /FontName /FSARLS+CMSLTT10 /Flags 4 /FontBBox [-20 -233 617 696] /Ascent 611 /CapHeight 611 /Descent -222 /ItalicAngle -9 /StemV 69 /XHeight 431 /CharSet (/a/b/c/d/e/f/four/g/h/i/k/l/m/n/o/one/p/q/r/s/six/t/two/u/underscore/v/w/x/y/z/zero) /FontFile 1229 0 R >> endobj 1231 0 obj << /Length1 1423 /Length2 6058 /Length3 0 /Length 7015 /Filter /FlateDecode >> stream xڍwTk6" "C7 tw03 ] ҩRҡ4(Hwqyk}ߚy}Z !yyA?yA \}(⁀a(ja /HJ@$!(v/ A,p7_#UWݖȺB<`F:B\Qm. A+#& vE=9o(Ѕ ^;'e@ Cw"~;Ho@\ xꀞ:p;ݟ蟉_`[[ 9P΋Ar`O GŃP k`@IVᇰ!O|?ӠYf'wuܟSz@lQ07=fg QQAp9@0 wc䗓! أh@?@t{Am  '; FP@?Yfb>%%5c?v}~G@@}eCl?oa4(9Co٢,{GJ.. u@ 8j@` 5g *H0jDda.$iCUWP]06y< PCg댺UnrAP30[`_\Ja€??jJ > HT=pT ?jr")ֿNMm%ÝߜUx,Ě_lyb-d~+]9ediD ٠yGV\r.MgIn'BgvMYCKdmaƖd4q!)ZRj* E' )4xٜMXEs4O}ЄS7qTKf |yۓ*x\R<*CNwTdY 4V9$ݱ.X[6:]G:٩^7cnj5IiXCM-&Wg{Mh(jNN= )5I֪WPbC(nW`S ~v51sY^YB\jӝomW R?c. M=zG,oo&nN1&L^XyCJ^theNo=,I~BZFiXb&g-7 Z93GIY}bl|ȫ6_ܷZA>:e1w b1Fb1Xx ~szaα^RUrF be1d:kq毙6cB;@ra^Oumy88V<%Y7|8#b"MdݸivVO\}[c!̊v昺Gk.ԏn(Κ:yy =bARb'\dH :SM(d{ ?r ƖLL[)PwRyKDwTzp}x:'> c*kyNm:"‘O{lL!Vw|J8Lr ^xx[ӷÁP&Hgݝ[rLjw~$G T%A'٪~;s b=ή3WIVk/h9)>i'J/25)PpXq~Gbwؔ1g?ZGQ'K~.YNab>#kn+6LSXiM($9,"{lRE$;c{?؊!DӒ1K&(uwA@I\9QҀQ+ <hMddUCI"®1ZfZ(= PҊzd^-w~ g:ϞLg[g9Sh>, RNX vjmG:B?<+Ǖ ӗnc*3?&nD>ᮿ?Ϯ ~ Q$l)zyz]x!1=a%yx?6v-_o*􂊨_FE8qumoZ^I8%&$ɷ'POGCjjcy%{x^- d$EK:SFEPNR3 _,hRiLQ y-9r:nm1ocq~.4ʟҨj? o4/xd9OQZNaBoS<3T`Nݡ&*K${a4}z~̎ Jt_bdV&=.XmS䀑tيb'Vg*ùpüz[a8 =} 4>Cy u3sҭI⒯6'-KN+nsPmwc$m;DbU\Ixk½RILqmQl: ԆjTGktCy*GeE S/9H=:1oL-rV~i"rM/d6?,GDEb[#%.hq.ߩ{fjGeҽLG X{AǼ: OXȲo:f* ӕxqrA7-شy~J}}f8P8N.Y&1Su#B^ psEGu%9y \͵qNznH]$ʑR;^Pۋ閲ZzGOODPD)~) :z/;t 4^ dKrvy;,h]O5;*{L별RYGP`%O64lNwŻ939\kcN uO g*p vsNVV&/-+63y6<\aynAHbLhRnU(Ky|@Qk ԗ:.n<$hFy c]h C˙R~p̳fiW( C485a Pftlꪒj&ٌEnW Ϳ 3cM*7D7/)8@IKy1ó9#@g"uG1jVĕۍݨ<#* 3_o|~`rc!ʣ+rU"E̮'7<!Cj*s %_r }?k 2[a~ܗ<}YI@yiRIH}l~c˄ :݃EbU/LԴ| BUqH*U&ѠUҬSß4csU:j3X쨽Xi4y7Aq7&|"T;P"j<6^Okߣyqa݆勺ax-IE-vo6+Q_=VfN,˂V&Bɼo檒D$UVIJ}}t &f#z"ߧ-[on0ո;`8 VMI^={`[]l&ǥp^V.ʧ#E)mҔ_l\"u]Q 4k&rͳi'TTZi|z8ylEo=<_Rn_90|yûĔ_3S^FD Q`x>L,&}L1nDֺn="ܗYXd D7)`LxAPhI(N ]i^ 3aq0;ўw 3(Kx#M-m<G|Y6O\a<)xDK):EL@ѥrAo PU}景:y?u<]9PvcuwsEڢRiڅe +QzsEf&:d; Ѫq7RNzoȾFz41 T(,az dΌc6.v[ ŎBK{Eu0N5O:[jfoα8t*ú]Ywuu+!d~D߱cU%^`ps<"2DKTE6#e22XmaL_I2>ש|ǣըﶣA#^e?&fdNqNuc`sEN oӘ6vܢ獏ߣ*Sx+>6:[0r8aXXA,18d{fvJ]UJ? }+OUٍR$O~d>bRj~/5&e0}$_wxAwjDgVԱ.ŒעFh KPK1۬;>{~&20%RCDy6޾d)3x~91΂Y0!9vӾJ&oJHOu" endstream endobj 1232 0 obj << /Type /FontDescriptor /FontName /FFYKXD+CMSS10 /Flags 4 /FontBBox [-61 -250 999 759] /Ascent 694 /CapHeight 694 /Descent -194 /ItalicAngle 0 /StemV 78 /XHeight 444 /CharSet (/parenleft/parenright) /FontFile 1231 0 R >> endobj 1233 0 obj << /Length1 1485 /Length2 6466 /Length3 0 /Length 7468 /Filter /FlateDecode >> stream xڍx4V*j31kU{HTbS{ޫVkWQ[]ERt}99繯{hB:@IN9tO^Xs*xM`wmj"$ɬ#gVr; 1t ˖;1?q2Ƞ WEk0YŌVdB$9)^OʄȤ >;H^zCu${A!͂N g2{h$XvŦDȁb [Vn7)G[cҺ&VmeK`z9x~{@i?&^jJmSGclj?n!~tdy*%n٨2&ljv0?.qI2׻7IcB,g&5{mK-j'= (ANqJBU~^(h+WU`{>rv+^RQd Eyb3=KU[խHt"-ήvOڀHsSfFIiYpf+j - lg3&|/գQp3k@i|7A82qv.s})\³ͺWmdtݺ-r,\Rw`"EF7n5a4z%SN%m <կ_ŸT8Gw}p?@*wWHճ7YA6x+Y9Ֆ"],W'3 ޷ZViZ)=f`Rl n3-餼-_~?PYMx{Gƙ ve}\eƀ+T8{S@ȎᠱFH0.xoؼhWpUeQY-v"lԛҋz y%O5:io-L{PjdOtRDmc>ulFr7<OOF?9O1{Lyt?j̆ByXz?;{E1}hk:e\>JȑSwqֶ3yk:}0k"24?䧍) pzH4yH Xg9=oݜBaktthMq֌j%bÝbu0{X2uH!kTf a a |b>h:;n5bZo?(?zo@`2!Ce<_m8_IS̎V ::tSk#a]M)>bC{t<5˙\,J7ګ۶ z$C .)$VWR%]}k^Lľ ԍ)Rt3T]PޘA~jJr%,ubC%zlͭW:Tn8p>EDFK%!0j>nvm(uїs񐡣Q9짱Z%4򹳾睙()ȽFDi6Ҏ_x8onmX>AC.%WyXSWF󗻪қ]{ vOͲ..w_`ō}!'Tj/}Dދ>'LT! hmV0Rog#p.ԡ9szJ t6XKwH AE 4I/x6jZM,Ū?j:қ[(ݕY)2i (ݓ^O'P47c|O2Pe׽)H9)AteWhxg݈e%QjD1B/ H,u,v}uL-NPce2i1uݼwq7D('>ĭ=s~['Aٗm9$d$-7+zg7S"ctJaҥxWǥMoT; qF.\Yk_G8I1:+ pP:EQӘ9@$YP~uX6[n`e;vBצE!kV2Bl&V>w)2?`;P)nNr!zh-|}ƖLTDui^bZByGȘ^.42E=I=sߴaojuB'e^y}$noOssvU@^5*X:rmZs9hpv.'9Tv+Gk9,]͇îgȕ3@Qj7IJ`$mB!slT&t?W6WW6k*cKy %\ áN2ݙ51TG Rwŵ1@҅ئU즙'%=Օvj ;Jݰ '}`kC4T \-wШqknJ;e,Ly@ԒOb)*KN ٞܢ:' / & ݚbbTg\/x9{m-e*yW4$ňNU<]Qhsƭ>g˜CQ]7z[xC[>~GS'a&- T25mL/!/"㇙u_X_hDFVOwB)U\'0z)'W|W75vϾIMQm+K6<+\6Wg6Po71ϡ%#*dS-]ԟ ҲNVl|A}^ A޳^dy}!A a~0z{(Hde)EIƨМg}_)^y8&}˖PK Z-ae XfS92/54#] t^ .^9hıYPCuCR6gh;#uRr,X+.jzZR\с=dV|:[ڸ]-vXTuVRYZְ~4MT?`I5\`~{)*J#{zScT gD=_ZUbu-jsٍV Xn|Ά7IqFl=)_[ a;][ QƲh. nj |tQKʝUǠ#dF U ;4K˶A2,r 1 K%AGn ߱=4u\|BM1Be1:5TȀ&);\^bgk,w!xPXVLc:*pϔ~2Fy7^FZk|>ry=W"Rdŧ}$mXj=m`;3 S\&k^D~矌Zχsn9ɽf;2ņ =wt0PرꍐOk*u&{\+{j|N/u~Ɓx'|EԻt~"ϵ-+au֬SNϽ*yx6SnsOe7&N w7&`%8VtK^i4|:S ϵ?8jRjh+ݣUYOP8= 36<]˽)n8P'Q 4E\-␓V]k׬j 7 \zOIt~^X+(5tnņo\RlBM&(diܷCAM>>3oEϼIe%7m+ ӽ:,£MrI2XZLْf~;(bPcI56]0Oml25%Р#xE > 9w)cNcvoyn_j'qWPt 7K3) Vgav1'ZXd%]!~{̯8݂TX}ov֐"x?toȺhvtʦE80#-ԲCy7X4v6?Siro*Gso YnRK=:|qMuMl > endobj 1235 0 obj << /Length1 2936 /Length2 21084 /Length3 0 /Length 22733 /Filter /FlateDecode >> stream xڌT JwJ(1Cw7H*!)ݝt x][}k ϮsP+1ٛ$\YXb ,v&6$JJu r$JM3ގ 1'"@6Vv++7 N|q 9#Q;x:-,] ~@cJ `fk;@6. [GS @ r K>ffwww&3[Z; r9B(mAƄD P;fot ) x@v+'9V&!_@;Ol(I3x0vf6@7 hQ: )B"'>gS'33W̿@,ag&fok sqFO2ݓZٻyaavtɈ!Y\,,,*#hHpʦ͕2٣aK=|XkJ۽σQvdH]? "1ϣf5l t,e+r{G]ױm*.9/4Rdνsa$A:@9=L&G{:[j:sW$WXcTޢ{I ŅXh|F;ɏeYlx1j fl;:-7wwSj.3 Cw7SpWJJvRkD|iwItU1Gr˧*MwÌǎZ@ĉ+|Ab*:vAZ#7pU 6>bo ~70W&'1{/wwOBN&2+Ӹc]rHxR²_*$vJs0_[ 6=|1onJ"T‰a^Э(+ 돇#7:AAco'-$WMzx#U=Br%uj3A]1J7ƈ{ _t.zx U  Ԣ׋هJjn%n{{9nwx5od8!gyTaǹ{B mގNe2ۣT&mXso..L~ϖ>SL7E"/ Wf4\Z Z&m;{#\=-#ɬO$ZKf --p^z][& gǪ_GJb=skL{H5CIJSh93W#TwޤLv=/#I3,/S#M2?- @2d]z_ EPy mt@{s|2lY䞢 D'Vݔ`d !LZQuf)pB)ɠ/My¨yBI=x!aX-ܯwٺr9 s;6Yi#S~FIxP^pK Y}f蘃7ًugEp3`-c\=j>[r}p^x_lnqD{/>'S".Es/{RQS?NmԱMNt^KV|h;6|ܝ|[ |L[=- 5x3ϹQl+2;D0:1,1:RaufAyjz'U/E ]=XWDE$/UBqL=74qO=D:x L"mIg-洡1)T=Mb 5m 5 *l ueE>=H5v)6U4a.u!Ƴ9C<_%-Sz_^e_Kǖ+5Ƌ+*.7xkඌpd-o$;I5 r$7亷?Ocni׃#Sf'jx}ݛcs~30%*!| FEkϲb#HTG!4ĎrynF19Ki} YEf6&& I?J{<u.^;6 +$|춸ߟ5ca?H}p3ڀzRk uDt-B8嬰Ib,Dj%*6\Ds閭(bKG5UNtG~P7(eצ䋚o%7dȻʞr{%hyE2\'*+Ppw}+tfȱ/i\d-IX`sOZk(j  Ŭs*4|8tb0tB(.rl\?d@*%ܔ'MYMHTDχ]h5*yoךXGV؃CR |96>; U{9wk>JfJU~w]~nlOy9>FR; s^r.s&!Qs)&w-w ]D孭y,,m}ʨډBSϾAzƑxo#|u N]"TBoeOKϚ+(%)pܘQR4=OkkŁ=]^#hJ=F >妺O^;M"doׅ m"ݷ:]NO2# -Dm^`/}x<s0A^~90a~;gcy O\WBuw0|rQWwZϔc !W/, :lKN˪@s1sg|ԁ2VhxE@:Q.Sy=`NaN:I>Cdb6>((BSo9 8`"5+#Ƃ40q۞jԗxES&(K~qW/ S Ϯ{j1!QKn^G]"Ќ*L#ƮzDd E-1{Be&/Rs$+k^^|VL \[ޡM9(i&Gіޤ$^/=<M?b~3{-+ϊ'P?$MџnR4ҍF|ܴij&۩ YirNܤ`pxA<眴z FkԘ&Ŗcn /5MT¶mUZ 7A$w /OF3WDcdwXܲk7! 3]j%لD^-& fLMXrkzzo ǽ6ef*CPՃTK0|" *>b*8HK|P@t׸8H^\cXЁ t?8^*5euy | M%7h]u U'`R7iŜkK4b̫?!ȁ'Pݧ!+j88Zb*MՉ⣥Ksr0%-8,6mԛ3 ZsƧw#P#M_ذU2rnQ?>vKdBɎwaPb6+ l34cğPw`K\1Wkpd)oJz*AwO/S-[J YFo4eR=}u~Uprf utމS4'2o&M^N[l=eAA}q+bVhs2o=} 3GhM?#)29HG 0 $^Ük\S8@)IaTp3 Hop)󺀭TO ޷ErF5gaQsnXK\2D6k77>#G$i'M;T73P9Gq:UL qKC}q0/Ja[L2/2 SsX`{YCrB7՜ 01e>%Ȝ@=J}0ohJ& M_\"eg;j Tᖶk*dd`ͩkgE\]<'Xbx8C6FNyʦvlJ10\}wbc [|2Hì'/VetڜӾB jfiRrc\k,k$ZNjY4x̓B?t19HI)p]>xnҙP G 6Kٱo&r `='N#Y] ݼ̼~WP=5#P΂bjEwtpJxz >H#!3%ぅx:(u(5%&`Ƿ }v#$;=ASc4j, qoToV^VeSnZ!)~lcWq ~y5sw0W~5'ٚzcLyFL߸,e=`j6~*Hw;^i^ C:O_s!"$ȥ1u$T|@+Uٷ,YWdHtņ#Y1A]pj!5׌AxKt2b1ެC-")ku[NJq4RȄv)X\d81yM5LGZ2RjwTTmZ+}(-:O s[b*Pi`v) w}T%]T2XR b49{^|Az7wo_LظUz*_.=# rlv⟶2ěTs6S.arFƉ>%1l6v͖*J^kLeuS;g@S`F gs@8D#z5 >n++BXR8-8}DzN'9vέ|ن ޽M80c<ӫ.Z봜"3Ty;l~cwa}slW$hi2lV"P2q HDƘ`7 mZ҆ T%u(HLcRhOT7yD2haW:u*|gcJ&CiG鳪třM@Y|}'cӧRU6( /l5,C$".=eĈ8J&j)P:mcgǙg82OAcU?|BKU|Y[{jhׄPi b}+ >swKJC+/3?gJ/1D߲;,Umi`}ÂZr'IX/!B'ey;V_KX|n Ŏ +9FTjd.ZV&O&36ݳª%ݽ?nBoӮjNƏAǒ#r EJZJe&Hdɤ QLXL\8˅G躙[D}5bga̫Tud(g;"*'_&HުAuOV Ғ ۰S"δ1_zlV 9JYy'),Ϲ+vd["=,4YE'-V휣sγtQС&OZt1.Or+[6s1J$>1?ɪӕ,,ۦI^hTK7|-#r{8mr3O;'yÚ6U0ET{° &Oh=`bXMBOCCޞDlet¢%^}N'gP6塞^QA|^&yAs8W3~IJt5tWeynw.|&i~>%(}-}m 5yVq QNOm CN(,/>M\;} h_A> NmtlUsg{ ϳm/<#$gqfjU<f8AjnWOf`'+:5[u*B7: 峷ªYf㶗i.. 4㕈Wքz" !*T˦^W6b TYQE .B݌Tf~T"aR߉bVzM<75X,0g|fiDZ8~<<BWOxqOyCzh=o % Ć*MKVG쇃/lՁ4.̏l}&p:Ƥʕ$N؛}YiBUzV`IwZPj@ >zCedUB c2nfӀF*z$;c$Jfaͷ=?._Sq# Izݹٌu8N63(&C z4/=mI1=z(K+X+pZ؏Ea5gT8b$mAkJxZ.#56 22I1k75;s4[P[\.B{PBeg|1VdZkI+TBHUf x9.'҂a8*|?+%e!ⓢy VgbGJi>z6>"fx 4Sm9bqɥR7E[܉(sTْG<.I$m{9Aآm&ZYv' _5{d4RڽoI~"[[PBk9` 2 c#âEGBT7[v겆ӻ#ܑN$!q"?e(5 l5HYa“'.7w85 0!n,dR?lqdqݎ& "?|@83~ʦ1ܷ4Ñ"tn[?J2K'NuZ˛beI0wpQAhkɯ:y8vu ~XW>VwqbI$pЊ5PMyFG pꈧ0o{g)-zNM54iF~XE\m FsrR:T;4%ȧ Q%$&&EcfK#{/ I2OffULKKMũ<;SbS/jmSm ?.n@-,Ý९rEl|CV\\J,Kti&dG %Qt"MKkr0!{le#h8@%Q )dH.[@U'ٰɽݮQɡ| u1ߙw#@Mv뜲PX@l-v_ AFG,84N(slu?YpR돵6P2]jlU gjmE U;pL0#Pk@(ZN52S`a=e5gaHA?wb•6{O[Hi`EZpX^@SUٗW,A56ãP\R(29^UH}mFQZ,(7<`ANMVl/~p1 SL3 G.PFlZ3E#Ӛ®5MU%̀9NZr`3Lmgkߏ7m"*%8;*[&5ü><ⴔ+WCq:+Km;zmFJCNaܾLUUUB[;">({JGEXT{qaL2p| \[["aGtbIYxM(ʗ2iL! q xB_q{XIop+ "}9z4:U DuZjuUxn!_53/ׯ ֚;mNťB&ٝIPoq*v6btW슪%4j8;h~9CcXbnQ0U}ˣ.ޖЕJahEd( U$򞎡Aї!8 ]&NJsOaŦdG}MIm<&Fk-8 )op}9H8+n@![']F>NV/ ~|Kz[//< ^gً` Qc _F&\'I7,%dޗBi}Ylϕ9:aeoRY Y2%! @P>~lFzx]Qk<J)UBܸW%09.Ue ]{XB>B37N7eXm+UΨ5R؟u ÉD(;p#6kg8֓62F)0V>L~Y3T@1`y}>wfU2 Zʥ8uת(7xS\G'rMV&jլ>5,aI.c z^N.^g cȅ19ny}G$ 6'pD0GWJJN4UPt.QbzhNj)j6Ïy.35ejs+u825KG0{ _;a+zT=l]Cm3ET%uEх&NvVb " ؙJ+C`>1ӹR|cpϳ1Yx</i#1 [RCe}͕:Z$F,Pry^^D N nG"K>vёIEGVIHw:~Z8$靐n"b3¶bXalB< 1ܹBBm{z8\mq8Xڃ;0u:uW8[&Dae4$2n_6o+}jV#>֢7lH{hq|u-5 #\t}cڙ_Al%8q\xnul~,ַ!@| ~QrGE^ A˳u$ n3xzL_g+C(|9/ :q,uۏ9KD4f)Y7P2Dф"\s+w6̀e3a- 4Kjo$GC=cIu<4{OvG=Cn}K/hJ̈/+o\mNI4) kU3{c GORm y2js/5 [E}H"wrfV8\_b'û"d=g&Xbb|D¨:", U\sMe?6.8}ڶaC0tW6+ɿټe.˧)zjx$"G[C@Wj?y7O` hX;E4)=9z;*=W@>Ƨd#-خ;DHhT% *tB$v='4Y^hJ/[Ne!<:Y)ewfT?hXOHr镲$!y *˙NĜ'>('Ɗ3=?>;VG.i=5IJJatJpMѤx,<#>M&/4C5߰R\#ƿJ-Z}_/P8D7 󓫑ӗpknrWvGUl 0R~ gaKY#*E-mD:F juRݜ[;Scv<> I8ZhԒ/3Nc*ܪǽŝkF֊q5`t`ά> h[WŽ$ Wە*%stMB7eqx8}!|؄aiوqW?w -ߨLxrq| ;]nYqSj-nx'ǜNyT`8QU.VEߖ!f #mUc`#W~{onl1F%uԯ trI^[Dk]ڵ lW*;mXd5s}4~Rc"y>ي-nT]<&5OBcC1V$۸>C,(_[>zi0ya,\2jH>w2AiԚtfޛY4ڴêV_z`0"IغNeV:iH^m/jW=~ 64lT`8@NA#ōw7NWo#'?#Pq{Yxŕf|U苳Ǔ(Qv(u᠐ $V>K!Jy"eC7פЈ.cP[_$ވWI 7˦X:i9@Br$E}/r5צt}{CmY1MWމ3A41V[wRR-0&h3 57Z cVQo46-_[| 1l|bLWv/E w VR#LXPΆzVYn-1 2`1Ս8:.=уkY`8e^g&h' )p_}XVppU=i Qo 0 gH}߹E#|GGt8ZUPA;j_B8W17t37KX^ծ~y=Ja1}:7Å5׎إN3 r`c.H(I[pP|;2$bu.i\SǏeEtdL,EBfZxEg]ҋqxv[}9=(EpEܜ6wN;N%tMr? RçI3pP]'}_Sͤ;n- >Z'"/o] ::6ZM^G14 fFEz=-XAB%ݹ2ͅ=8ji||.aNzEQѥ5k+~'&[ǸY3-Q4Lҏ+Ut^x1*{bLsO\5eFlR,zו-ʘ 2f̸:z/zti×ˮel%e%<^|側?T:ٚ9u6],Rz|P"M~kkkcPQV==8VP+Ie,TH/_w/gtJ#+.OaE_\_E\W o%ȔdZdKC`F2p1NiNBQU_|GPKR4́/ PHΔNwf.l`&:/WZu*"cpBNrK= "ߑSb8X ¦\f21~NJ4IsrJ$YUV<='0I16ʺs ~~@GC7yciǠ #1]I앇pjSL_bѭ 7P#.@NrA>|Y]S2~b+w*P-3L,fxLN=;/SO>@2=6p9D 6lqsSUg~^Yi'd7ɦPGO]qځe_63Ujx)ע#/,I=~+Ԅez yNB|Vl.T3xL91~sN T o 뫮,+=KYLQ'hj귫T* . rGM; (Kd:h̀&+ ASK4gU^m :ZߋdH>3U1=O`4T--o#'jU6!bB2H@lX X6$Cޜ{fQ" r3#ON"A04΂ىr/kDĨ8ltvΐD5C kӂJu$BU7'B(^4ח%8^\Dt lh}83)SEhJX"6?QVרA Z._@2M#[W`5@Sfvwjy)zbbs)τO !2%B6tV]*z܁Rɂe1]>m. 4e'}=+ZYfCXݻ[q{5,9o,ps'WUU_ #Rp)%yANi$ZmGP]Pt]׭'x̭1ioj4~J98cv\hXS,u|zO3.B DIwp|1.J)E d^#>Ua~Ee0u:XPmOVp8@|T[vY#Lg=~&m g0JF;%)ԁnH,:" u}F֫IhWW%sɯ}*ʫ.*+cyAWHE#$̋(Zx7;_WP;@?; l$ъʲ_,9^QcRuT~K%?)qlU~RM"s4 >YO2h@plFgslmrAbnɇ9ɐ {sWqbvQ"Œ5jͫ$d}lr8 Ip|ւa)2 w)b*POϱQN~9Nq ( 5;/c"1 ]&Ϲja;8šOГq6b wlnm!c .^]~7S(O]/Mx T<=''0U@xfu9W ._5OrR_~wa4?l玙د21x\Fݦwl-tyox8Jm񲫠6HڡK3d۪6}`QD*O^]E+ '5Oj|1BXW0v. g4 5 I=u).986gxD:qM 3{vn@:PovejEX5 Ndu,'Z$_ 3ē>MlOwFaz?H^+9r]`{XP B^2Ab_R H1z9Ч=-3#[wTē@s!9jE˷ndIuGԩYH.OS} gb#pxZ^5GVC/jRl0VSEGyy%̵uN9u±WՂ\b+LNd'fK'Hm!3Ca6hdݬEhwv~?k{mSIt#*<|QzEQ!-9;b0?Oۆf4~;YUkз k.W$nڴrb/Wȸct^9"?f okUt g qiG{ԼvO7*+hS\qPEKsxj6kA큆{ʲvb&6-(Pa%^ek_M$s*E+U4@@V@🹢\X9QK2;k1Fl7"fJGAC(ـrzk'_ҳGB3'9ߨ󁲢БNG*ǚIqD4+ڧbW|\)sb\1n+oN>0UouE~7;VTc { bCῼ9%Hii,PY|V'l3ɬEi&~mY n wi۪~[+:{4.&ЫGuʶt 1zᜅ2ݬ3"0f;-^<&F>L> CV_/8hw>{'C+nk11Ohz"6Ro2k ̑8` E'SeCNl81'o8ǏA%`*.Ψa+Ϟ*d5Jh{Lw쥿Y(vgY9^ 8l6TMn g{?rC y{ynnF+d{ uXygz.#o9qۅeJ5Xԇ9=ʍD!9[PzjâZ9.i446#bI4Gdq>c N&D7 mf\ZUD)>_^3rY9̳LyUWK>l£-3ϡۮuaqQ"q&+x>rQ@R>49뤚 o(mՅ&0֢](l(2n>ͽ%!{m@{y3(s$wV=y ZVBQcWa;tkSn}6,/BN8/Oc2D)I kZ OT[QG{7 ؐGYH \$ Yt@vZ ٺ!0D: `۫t}+~ Ձ|!ZjARB2U9uOn 'W9u{j@WQ"Z.29cC?UlFĩ'!!rX HD# _[ZN.>:Gx)of%5B)Ї׆-"džj[(^$bˑb=KTм&Sj,Nժخ!gi-hL*h|^N8f3b^Hv)B,&* 2Pb%@1+  )>.iE*M'付/y9v;PWW9/Qr0ԡý /TOC/YBc&mי=q80)rd._'Wf8"+fڣaKC",^S(0Yl {EPν[i0)M* zUh8Aq8w-5Ob䁄HBgHwaOrBfk`bj)~yͮýAdtuSIz-$fWR5ɐWթ"xX4߁~=u۽|G9zN}mOƼ{ȍ`º[YpCE[= x.aa%i# *)ܷ  zt0 D^ޣD=zd*c†e73]KK)qbMRbه0p&TRҗ#Lzx)r*X` ,-rX`^Rt5U*1: tpo1+~`n|23wF)D/ Uwr9)Di@]s~Mv Q;mOH }*b3WB]5c4j|A`'sF{}3fDq0º_ݹ]zt3/qf~j4V_(^\ lB: C XQnɓ'E'^[)]'P<p[2 a0\ƽ!jD[5t2D!S!,'Uq~4Iʢ?cN-#u6hOη7Ͼ(Dm3Ukb endstream endobj 1236 0 obj << /Type /FontDescriptor /FontName /YQODRN+CMTT10 /Flags 4 /FontBBox [-4 -233 537 696] /Ascent 611 /CapHeight 611 /Descent -222 /ItalicAngle 0 /StemV 69 /XHeight 431 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/ampersand/asciitilde/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotedbl/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero) /FontFile 1235 0 R >> endobj 1237 0 obj << /Length1 1514 /Length2 2491 /Length3 0 /Length 3446 /Filter /FlateDecode >> stream xڍT 8Ƥ_T0!c1y2̘PH[dIERR(eIEP}i{ﺾ뚙sss~7z5X0l||3pw? r ^ –yώCn,p37Y7];Yؑ *Y0EmYL!}t)z`.fB7222fQ [ ]s:^ņcL. 3! ' d&8O B>t-͢@ \$SAt\w6~1g A\2Ba1d8w+'d: $3,$F 0wt2@y~\ b.Ę初-\=Le1 fgq@ rpXݢA06Kgc7P(t .O_08nB6`sA%d FA4A 0q` Yqo62$Ϗ[ `FO܈vnk)ذ"01#QW;9?g='̾Q@;Н{,dA@8 K`.*D$>1q2bD#me}R!>Q'Q5q @ģ6 =X\h 8ܿb(!țE5E#M2C@"h Vb`IvQA͎ Rf]sG_L#4&Xz<?4!?M<Feb"so(|Q!|sO  @ Ce}ʬ Z K~*a/=cmͧ''uZ?L]pku.d۳ȬuJ+//D-yu]] aSFkn4y`]S<}tN0FV5%iڵFqWs\npI;n:rx%tVC3Y yK.זC7LT]vƊ/qz.C뎬1tר2_^2nd7ȏ T5` 3W:uĢ #Wl2Iն7_(@gxq?_@`{bW\m<;98b~8;WaiCWO[2wY\gerGk7 :W{ڦ]'IY8Y~ga'u_|5E-֏E*S%қk-w\an=E/-,7J>9f|}_)A0D˃iQJ0ǿuXEt+p͍;WeL'g2ݽ|VK ]VCLWLӕhMJlj""Sȧ}`Iɠ,YGWy>#aK} EĂ jKoc&,Mԇz[qCRsW (X\ ;3} e+4?h>ò2˶8b;kQ eEa_뢱'zpME?Kʶ? 3:aamΖɒ?[2{dQD]Za6<늫2~ ]qٻJ{o2:ηI3}ʋzRCӪK[.RWgo}]r@gN`2;y+HE,9/AT=:U-~Q$.bW56PLH8_V o.xr[Jc^ZfdAÃkm_Q{D'w}vBeUĹɠ;}mL{{wZfRIK`6b:$^mRK 7*K㞭X;G_+7=w[ZZ/<(CnWdœ>ԑ^ҧ)Vc+JoWy*鋔I6]Wm||G%]"5袨%קc|"?i)Ť*hZe7hTCWS¦D6['p: |L+|P]›ĞK@33 J_Tq,}л7{F;<%klf7OP4%Nt>zB kj,_H2}߸-9wKc&*`7CFѰ endstream endobj 1238 0 obj << /Type /FontDescriptor /FontName /DHMZSP+CMTT12 /Flags 4 /FontBBox [-1 -234 524 695] /Ascent 611 /CapHeight 611 /Descent -222 /ItalicAngle 0 /StemV 65 /XHeight 431 /CharSet (/c/f/g/hyphen/i/k/n/o/p) /FontFile 1237 0 R >> endobj 1239 0 obj << /Length1 2540 /Length2 16255 /Length3 0 /Length 17713 /Filter /FlateDecode >> stream xڌt  Ƕ$6ضgƶضm۶IA=Z第5uyTIA(ag WS03123"PRY:[#Pj,lye 4rČAvvk ?C;G^)@ cg tBp4pW Ow  ole41ڙX=͍ٞƉ =t:M(bƈ@ PtKjgf֖&@[')JP(m2ˀwo,,@:zXښ,E 9FgwgzFNv #W#Kk#c$F s2qwvbt"a@]5:;!Q#v&o`fikj S{&u[K& o9:&LWS beog0XA\gG׿E,,SKg1wth  =|o?$#%"Ot""v/N+ oR%#˿KcOP怒`h͠`d d`6}^?]mQ$bmOo"8BtT!M-]lVt¶Ihdlbo֖@%;'?4f]' 4?U@17W 0rt4@`-+t@?hk r('I_$qD#no`q1$~#o `Lҿ(o.F (?]7eW@U~#Pv߈jQ@hFZ4#Pv(o4 LN~FrL>Ao$3r]? Pv@@^9"&AP?$LC:.~*1tW?v.r ]"Wo _Tտ A wu, #s\mA/=b@vQVكޑ;NT=hv6Y,\윁 XX@mWSY@=rM 4]OI NFN wi(;7PHp2sw@Cq z zfP$O_fjoГ@;a틝 _UCpc0÷Eoi4 ^k.?Q`ijw6ũI^ڛ`C;;_ Uu" 7cP:~u+CT6$8\17ZNYėhKxd0 DpKHd|ΣيtvYc=X)u 1橼DSdpWJvVriVm ELIY$W|σq5L ӾRq^)=OA)՛\'i2cC5>O) +e;\Z~̱q/{ij̥kH@x11/.b3,Vf뭝 9Bړn>ҽ^L3h69 tv$MA&I/Uꅋ<izܤȩ>LFE8'dc$ Zas6=tL&}2\L2h6o>| 4^!oq$Gqщ‘UEkG6>쨃B(^IIMŴ1w#Dv)S}OLJ=D^[o)|S NgÂZ bp&DzzINSTi f<&iIE$L<~ J0vPin-.TFڼAnQbjK[Kp:el2XN;gN /CP'Eo*<͆T_HT?4J8oCI` >ص,cK(/܄_YЬdڋ:c~Ψ/y*ytl|CjwV6@/vnPʿj++C HzX!uGRE1k]ToޞQ^rñ8ݧ!RtrDZ.Q'(*2uo^{@`SV:2+VOoBT߶Q+#*P }t pMOO(q8Vf?:[@Ӿ$nKlJ( y^9r^PùbؕGB'7w> Y:<bE1?I#PIIj9/ á|˲|5ʚt=9WɄ]r<)b~ȱ;ϓ`=i&CnNVuaߛW@?r%r36
GNU SASL Cyclomatic Complexity Report

Report generated at: Mon May 28 19:22:30 CEST 2012

Summary
Total number of functions 180
Number of low risk functions 148
Number of moderate risk functions 18
Number of high risk functions 13
Number of untestable functions 1

Details for all functions
  Cyclomatic Complexity Risk Evaluation
  0 - 10 Simple module, without much risk
  11 - 20 More complex module, moderate risk
  21 - 50 Complex module, high risk
  greater than 50 Untestable module, very high risk

Function Name Modified Cyclo Number of
Statements
Number of
Lines
Source File
_gsasl_scram_sha1_server_step 51 163 316 ../../lib/scram/server.c
_gsasl_scram_sha1_client_step 41 154 283 ../../lib/scram/client.c
scram_parse_client_first 40 95 141 ../../lib/scram/parser.c
digest_md5_print_response 38 86 146 ../../lib/digest-md5/printer.c
parse_response 37 95 171 ../../lib/digest-md5/parser.c
digest_md5_hmac 37 162 236 ../../lib/digest-md5/digesthmac.c
digest_md5_print_challenge 36 94 168 ../../lib/digest-md5/printer.c
scram_parse_client_final 34 82 127 ../../lib/scram/parser.c
digest_md5_getsubopt 33 38 71 ../../lib/digest-md5/getsubopt.c
scram_parse_server_first 31 69 108 ../../lib/scram/parser.c
parse_challenge 29 95 203 ../../lib/digest-md5/parser.c
_gsasl_digest_md5_client_step 27 91 185 ../../lib/digest-md5/client.c
_gsasl_digest_md5_server_step 26 92 192 ../../lib/digest-md5/server.c
_gsasl_gssapi_client_step 22 91 178 ../../lib/gssapi/client.c
_gsasl_gssapi_server_step 20 75 153 ../../lib/gssapi/server.c
_gsasl_openid20_server_step 17 61 125 ../../lib/openid20/server.c
_gsasl_gs2_server_step 16 65 126 ../../lib/gs2/server.c
_gsasl_securid_client_step 16 59 106 ../../lib/securid/client.c
scram_valid_client_first 15 19 46 ../../lib/scram/validate.c
register_builtin_mechs 15 44 89 ../../lib/src/init.c
_gsasl_securid_server_step 14 55 89 ../../lib/securid/server.c
unescape_authzid 14 24 43 ../../lib/src/mechtools.c
_gsasl_login_server_step 13 50 87 ../../lib/login/server.c
_gsasl_plain_server_step 13 59 114 ../../lib/plain/server.c
_gsasl_gs2_client_step 13 37 75 ../../lib/gs2/client.c
digest_md5_decode 12 40 76 ../../lib/digest-md5/session.c
_gsasl_gs2_generate_header 12 27 51 ../../lib/src/mechtools.c
digest_md5_validate_response 12 19 49 ../../lib/digest-md5/validate.c
unescape 12 18 34 ../../lib/scram/parser.c
digest_md5_validate 12 15 26 ../../lib/digest-md5/validate.c
_gsasl_saml20_server_step 11 41 79 ../../lib/saml20/server.c
scram_print_client_first 11 22 40 ../../lib/scram/printer.c
  _gsasl_openid20_client_step 10 37 101 ../../lib/openid20/client.c
  _gsasl_ntlm_client_step 10 53 105 ../../lib/ntlm/ntlm.c
  gs2_get_cred 10 35 60 ../../lib/gs2/server.c
  scram_start 10 34 54 ../../lib/scram/server.c
  gsasl_simple_getpass 10 27 50 ../../lib/src/md5pwd.c
  prepare 10 27 50 ../../lib/gs2/client.c
  utf8tolatin1ifpossible 10 23 39 ../../lib/digest-md5/nonascii.c
  scram_valid_client_final 10 13 29 ../../lib/scram/validate.c
  _gsasl_gssapi_client_encode 9 28 54 ../../lib/gssapi/client.c
  gsasl_saslprep 9 26 50 ../../lib/src/saslprep.c
  gsasl_client_suggest_mechanism 9 25 45 ../../lib/src/suggest.c
  scram_parse_server_final 9 18 32 ../../lib/scram/parser.c
  _gsasl_cram_md5_server_step 8 34 62 ../../lib/cram-md5/server.c
  scram_start 8 29 52 ../../lib/scram/client.c
  _gsasl_gssapi_client_decode 8 27 52 ../../lib/gssapi/client.c
  setup 8 22 40 ../../lib/src/xstart.c
  scram_valid_server_first 8 11 24 ../../lib/scram/validate.c
  _gsasl_saml20_client_step 7 25 57 ../../lib/saml20/client.c
  digest_md5_encode 7 45 68 ../../lib/digest-md5/session.c
  _gsasl_cram_md5_client_step 7 37 66 ../../lib/cram-md5/client.c
  _gsasl_gssapi_server_start 7 36 61 ../../lib/gssapi/server.c
  gsasl_finish 7 30 44 ../../lib/src/xfinish.c
  comma_append 7 18 31 ../../lib/digest-md5/printer.c
  _gsasl_parse_gs2_header 7 16 33 ../../lib/src/mechtools.c
  gsasl_register 7 16 37 ../../lib/src/register.c
  parse_finish 7 15 34 ../../lib/digest-md5/parser.c
  digest_md5_validate_challenge 6 7 18 ../../lib/digest-md5/validate.c
  _gsasl_plain_client_step 6 26 47 ../../lib/plain/client.c
  token2output 6 23 44 ../../lib/gs2/client.c
  _gsasl_listmech 6 20 35 ../../lib/src/listmech.c
  gsasl_done 6 17 28 ../../lib/src/done.c
  gsasl_step64 6 15 31 ../../lib/src/xstep.c
  digest_md5_qopstr2qops 5 22 54 ../../lib/digest-md5/qop.c
  gsasl_callback 5 8 18 ../../lib/src/callback.c
  _gsasl_digest_md5_hexdigit_to_char 5 5 13 ../../lib/digest-md5/server.c
  hexdigit_to_char 5 5 9 ../../lib/scram/client.c
  escape_authzid 5 16 32 ../../lib/gs2/client.c
  scram_escape 5 16 32 ../../lib/scram/printer.c
  escape_authzid 5 16 32 ../../lib/src/mechtools.c
  latin1toutf8 5 15 27 ../../lib/digest-md5/nonascii.c
  _gsasl_gs2_client_finish 5 12 20 ../../lib/gs2/client.c
  _gsasl_gs2_server_finish 5 11 20 ../../lib/gs2/server.c
  _gsasl_gssapi_server_finish 5 11 20 ../../lib/gssapi/server.c
  _gsasl_login_client_step 4 22 43 ../../lib/login/client.c
  _gsasl_gssapi_client_finish 4 9 17 ../../lib/gssapi/client.c
  find_mechanism 4 9 14 ../../lib/src/xstart.c
  gsasl_strerror 4 9 17 ../../lib/src/error.c
  gsasl_property_set_raw 4 9 22 ../../lib/src/property.c
  _gsasl_anonymous_server_step 4 8 25 ../../lib/anonymous/server.c
  _gsasl_support_p 4 7 11 ../../lib/src/supportp.c
  scram_print_server_final 4 7 16 ../../lib/scram/printer.c
  scram_print_client_final 4 7 16 ../../lib/scram/printer.c
  scram_print_server_first 4 7 17 ../../lib/scram/printer.c
  scram_valid_server_final 4 5 13 ../../lib/scram/validate.c
  _gsasl_gs2_server_start 4 26 44 ../../lib/gs2/server.c
  _gsasl_digest_md5_server_start 4 20 33 ../../lib/digest-md5/server.c
  _gsasl_digest_md5_client_start 4 18 30 ../../lib/digest-md5/client.c
  gsasl_init 4 11 21 ../../lib/src/init.c
  cram_md5_digest 4 10 19 ../../lib/cram-md5/digest.c
  _gsasl_digest_md5_server_decode 4 10 23 ../../lib/digest-md5/server.c
  _gsasl_digest_md5_server_encode 4 10 23 ../../lib/digest-md5/server.c
  _gsasl_external_server_step 4 10 28 ../../lib/external/server.c
  _gsasl_digest_md5_client_decode 4 10 23 ../../lib/digest-md5/client.c
  _gsasl_digest_md5_client_encode 4 10 23 ../../lib/digest-md5/client.c
  _gsasl_external_client_step 3 9 19 ../../lib/external/client.c
  _gsasl_anonymous_client_step 3 9 19 ../../lib/anonymous/client.c
  digest_md5_parse_finish 3 8 16 ../../lib/digest-md5/parser.c
  digest_md5_parse_response 3 8 16 ../../lib/digest-md5/parser.c
  digest_md5_parse_challenge 3 8 16 ../../lib/digest-md5/parser.c
  main 3 8 14 ../../lib/tests/test-error.c
  _gsasl_code 3 8 20 ../../lib/src/xcode.c
  gsasl_property_get 3 7 18 ../../lib/src/property.c
  hex_p 3 7 11 ../../lib/scram/client.c
  gsasl_base64_from 3 6 13 ../../lib/src/base64.c
  gsasl_base64_to 3 6 13 ../../lib/src/base64.c
  digest_md5_print_finish 3 6 15 ../../lib/digest-md5/printer.c
  digest_md5_validate_finish 3 5 12 ../../lib/digest-md5/validate.c
  gsasl_check_version 3 3 8 ../../lib/src/version.c
  gsasl_mechanism_name 3 3 7 ../../lib/src/mechname.c
  gsasl_strerror_name 3 3 8 ../../lib/src/error.c
  _gsasl_gs2_client_start 3 24 39 ../../lib/gs2/client.c
  cram_md5_challenge 3 14 23 ../../lib/cram-md5/challenge.c
  start 3 11 24 ../../lib/src/xstart.c
  _gsasl_digest_md5_set_hashed_secret 3 11 22 ../../lib/digest-md5/server.c
  _gsasl_cram_md5_server_start 3 10 18 ../../lib/cram-md5/server.c
  gs2_get_oid 3 10 18 ../../lib/gs2/gs2helper.c
  map 3 49 108 ../../lib/src/property.c
  digest_md5_free_challenge 2 8 12 ../../lib/digest-md5/free.c
  _gsasl_ntlm_client_start 2 7 15 ../../lib/ntlm/ntlm.c
  _gsasl_login_client_start 2 7 15 ../../lib/login/client.c
  _gsasl_securid_client_start 2 7 15 ../../lib/securid/client.c
  _gsasl_digest_md5_server_finish 2 7 14 ../../lib/digest-md5/server.c
  _gsasl_digest_md5_client_finish 2 7 14 ../../lib/digest-md5/client.c
  _gsasl_saml20_client_start 2 6 13 ../../lib/saml20/client.c
  _gsasl_openid20_client_start 2 6 13 ../../lib/openid20/client.c
  _gsasl_login_server_start 2 6 13 ../../lib/login/server.c
  _gsasl_openid20_server_start 2 6 13 ../../lib/openid20/server.c
  _gsasl_saml20_server_start 2 6 13 ../../lib/saml20/server.c
  _gsasl_login_server_finish 2 6 12 ../../lib/login/server.c
  gsasl_decode 2 5 14 ../../lib/src/xcode.c
  gsasl_encode 2 5 14 ../../lib/src/xcode.c
  gsasl_step 2 5 14 ../../lib/src/xstep.c
  gsasl_hmac_md5 2 4 9 ../../lib/src/crypto.c
  gsasl_md5 2 4 8 ../../lib/src/crypto.c
  gsasl_property_fast 2 4 10 ../../lib/src/property.c
  _gsasl_openid20_server_finish 2 4 10 ../../lib/openid20/server.c
  _gsasl_openid20_client_finish 2 4 10 ../../lib/openid20/client.c
  sha1_hex_to_byte 2 4 10 ../../lib/scram/client.c
  gsasl_hmac_sha1 2 4 9 ../../lib/src/crypto.c
  _gsasl_saml20_server_finish 2 4 10 ../../lib/saml20/server.c
  _gsasl_saml20_client_finish 2 4 10 ../../lib/saml20/client.c
  gsasl_sha1 2 4 8 ../../lib/src/crypto.c
  _gsasl_login_client_finish 2 4 10 ../../lib/login/client.c
  gsasl_property_set 2 2 6 ../../lib/src/property.c
  _gsasl_scram_sha1_server_finish 2 18 25 ../../lib/scram/server.c
  _gsasl_scram_sha1_client_finish 2 12 19 ../../lib/scram/client.c
  _gsasl_gssapi_client_start 2 10 18 ../../lib/gssapi/client.c
  digest_md5_free_response 1 7 12 ../../lib/digest-md5/free.c
  scram_free_client_first 1 5 10 ../../lib/scram/tokens.c
  scram_free_client_final 1 4 9 ../../lib/scram/tokens.c
  scram_free_server_first 1 3 8 ../../lib/scram/tokens.c
  digest_md5_qops2qopstr 1 2 16 ../../lib/digest-md5/qop.c
  scram_free_server_final 1 2 7 ../../lib/scram/tokens.c
  _gsasl_ntlm_client_finish 1 2 7 ../../lib/ntlm/ntlm.c
  _gsasl_securid_client_finish 1 2 7 ../../lib/securid/client.c
  _gsasl_cram_md5_server_finish 1 2 7 ../../lib/cram-md5/server.c
  gsasl_server_mechlist 1 1 6 ../../lib/src/listmech.c
  gsasl_client_mechlist 1 1 6 ../../lib/src/listmech.c
  gsasl_server_support_p 1 1 5 ../../lib/src/supportp.c
  digest_md5_free_finish 1 1 5 ../../lib/digest-md5/free.c
  gsasl_random 1 1 5 ../../lib/src/crypto.c
  gsasl_client_support_p 1 1 5 ../../lib/src/supportp.c
  gsasl_callback_set 1 1 5 ../../lib/src/callback.c
  gsasl_free 1 1 5 ../../lib/src/free.c
  gsasl_nonce 1 1 5 ../../lib/src/crypto.c
  to_uchar 1 1 5 ../../lib/digest-md5/nonascii.c
  gsasl_session_hook_get 1 1 5 ../../lib/src/callback.c
  gsasl_session_hook_set 1 1 5 ../../lib/src/callback.c
  hex_to_char 1 1 6 ../../lib/scram/client.c
  gsasl_server_start 1 1 5 ../../lib/src/xstart.c
  _gsasl_scram_sha1_plus_server_start 1 1 5 ../../lib/scram/server.c
  gsasl_callback_hook_get 1 1 5 ../../lib/src/callback.c
  _gsasl_scram_sha1_server_start 1 1 5 ../../lib/scram/server.c
  _gsasl_scram_sha1_plus_client_start 1 1 5 ../../lib/scram/client.c
  gsasl_client_start 1 1 5 ../../lib/src/xstart.c
  _gsasl_scram_sha1_client_start 1 1 5 ../../lib/scram/client.c
  _gsasl_digest_md5_hex_to_char 1 1 6 ../../lib/digest-md5/server.c
  gsasl_callback_hook_set 1 1 5 ../../lib/src/callback.c

Copyright (c) 2007, 2008 Free Software Foundation, Inc. gsasl-1.8.0/doc/gsasl-callback-authentication.texi0000664000000000000000000000153411746471770017063 00000000000000@deftypefn Prototype int (*Gsasl_client_callback_authentication_id) (Gsasl_session_ctx * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output array with authentication identity. @var{outlen}: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with authentiction identity of user and set the output array length, and return @code{GSASL_OK}, or fail with an error code. The authentication identity must be encoded in UTF-8, but need not be normalized in any way. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn gsasl-1.8.0/doc/Makefile.am0000664000000000000000000003735011760731217012340 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . SUBDIRS = cyclo if ENABLE_GTK_DOC SUBDIRS += reference endif EXTRA_DIST = gdoc \ controlflow.dia controlflow2.dia abstraction.dia \ gsasl.html gsasl.ps gsasl.pdf texinfo.css \ doxygen/Doxyfile.in doxygen/gdoc2doxygen .dia.png: $(DIA) --export=$@ --export-to-format=png $< .dia.eps: $(DIA) --export=$@ --export-to-format=eps $< .eps.pdf: $(EPSTOPDF) $< info_TEXINFOS = gsasl.texi gsasl_TEXINFOS = fdl-1.3.texi $(gdoc_TEXINFOS) \ controlflow.eps controlflow.png controlflow.pdf \ controlflow2.eps controlflow2.png controlflow2.pdf \ abstraction.eps abstraction.png abstraction.pdf \ gsasl-callback-password.texi gsasl-callback-authorization.texi \ gsasl-callback-authentication.texi gsasl-callback-validate.texi \ gsasl-callback-retrieve.texi gsasl-callback-cram-md5.texi \ gsasl-callback-digest-md5.texi gsasl-callback-passcode.texi \ gsasl-callback-gssapi.texi gsasl-callback-securid.texi \ gsasl-callback-client-service.texi gsasl-callback-server-service.texi \ gsasl-api-error-labels.texi AM_CPPFLAGS = -I$(top_srcdir)/lib/src noinst_PROGRAMS = print-errors print_errors_LDADD = ../lib/src/libgsasl.la gsasl-api-error-labels.texi: $(top_srcdir)/lib/src/error.c print-errors.c make print-errors$(EXEEXT) $(builddir)/print-errors$(EXEEXT) > $@.new mv $@.new $@ AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc \ -I $(top_builddir)/doc -I $(top_srcdir)/examples TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS) AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ --no-split --number-sections --css-include=texinfo.css dist_man_MANS = gsasl.1 $(gdoc_MANS) MAINTAINERCLEANFILES = $(dist_man_MANS) gsasl.1: $(top_srcdir)/src/gsasl.c $(top_srcdir)/src/gsasl.ggo \ $(top_srcdir)/configure.ac $(HELP2MAN) \ --name="SASL library command line interface" \ --output=$@ $(top_builddir)/src/gsasl$(EXEEXT) gdoc_MANS = gdoc_MANS += man/gsasl_base64_to.3 gdoc_MANS += man/gsasl_base64_from.3 gdoc_MANS += man/gsasl_callback_set.3 gdoc_MANS += man/gsasl_callback.3 gdoc_MANS += man/gsasl_callback_hook_set.3 gdoc_MANS += man/gsasl_callback_hook_get.3 gdoc_MANS += man/gsasl_session_hook_set.3 gdoc_MANS += man/gsasl_session_hook_get.3 gdoc_MANS += man/gsasl_nonce.3 gdoc_MANS += man/gsasl_random.3 gdoc_MANS += man/gsasl_md5.3 gdoc_MANS += man/gsasl_hmac_md5.3 gdoc_MANS += man/gsasl_sha1.3 gdoc_MANS += man/gsasl_hmac_sha1.3 gdoc_MANS += man/gsasl_done.3 gdoc_MANS += man/gsasl_strerror.3 gdoc_MANS += man/gsasl_strerror_name.3 gdoc_MANS += man/gsasl_free.3 gdoc_MANS += man/gsasl_init.3 gdoc_MANS += man/gsasl_client_mechlist.3 gdoc_MANS += man/gsasl_server_mechlist.3 gdoc_MANS += man/gsasl_simple_getpass.3 gdoc_MANS += man/gsasl_mechanism_name.3 gdoc_MANS += man/gsasl_client_listmech.3 gdoc_MANS += man/gsasl_server_listmech.3 gdoc_MANS += man/gsasl_client_step.3 gdoc_MANS += man/gsasl_server_step.3 gdoc_MANS += man/gsasl_client_step_base64.3 gdoc_MANS += man/gsasl_server_step_base64.3 gdoc_MANS += man/gsasl_client_finish.3 gdoc_MANS += man/gsasl_server_finish.3 gdoc_MANS += man/gsasl_client_ctx_get.3 gdoc_MANS += man/gsasl_client_application_data_set.3 gdoc_MANS += man/gsasl_client_application_data_get.3 gdoc_MANS += man/gsasl_server_ctx_get.3 gdoc_MANS += man/gsasl_server_application_data_set.3 gdoc_MANS += man/gsasl_server_application_data_get.3 gdoc_MANS += man/gsasl_randomize.3 gdoc_MANS += man/gsasl_ctx_get.3 gdoc_MANS += man/gsasl_encode_inline.3 gdoc_MANS += man/gsasl_decode_inline.3 gdoc_MANS += man/gsasl_application_data_set.3 gdoc_MANS += man/gsasl_application_data_get.3 gdoc_MANS += man/gsasl_appinfo_set.3 gdoc_MANS += man/gsasl_appinfo_get.3 gdoc_MANS += man/gsasl_server_suggest_mechanism.3 gdoc_MANS += man/gsasl_client_callback_authentication_id_set.3 gdoc_MANS += man/gsasl_client_callback_authentication_id_get.3 gdoc_MANS += man/gsasl_client_callback_authorization_id_set.3 gdoc_MANS += man/gsasl_client_callback_authorization_id_get.3 gdoc_MANS += man/gsasl_client_callback_password_set.3 gdoc_MANS += man/gsasl_client_callback_password_get.3 gdoc_MANS += man/gsasl_client_callback_passcode_set.3 gdoc_MANS += man/gsasl_client_callback_passcode_get.3 gdoc_MANS += man/gsasl_client_callback_pin_set.3 gdoc_MANS += man/gsasl_client_callback_pin_get.3 gdoc_MANS += man/gsasl_client_callback_service_set.3 gdoc_MANS += man/gsasl_client_callback_service_get.3 gdoc_MANS += man/gsasl_client_callback_anonymous_set.3 gdoc_MANS += man/gsasl_client_callback_anonymous_get.3 gdoc_MANS += man/gsasl_client_callback_qop_set.3 gdoc_MANS += man/gsasl_client_callback_qop_get.3 gdoc_MANS += man/gsasl_client_callback_maxbuf_set.3 gdoc_MANS += man/gsasl_client_callback_maxbuf_get.3 gdoc_MANS += man/gsasl_client_callback_realm_set.3 gdoc_MANS += man/gsasl_client_callback_realm_get.3 gdoc_MANS += man/gsasl_server_callback_validate_set.3 gdoc_MANS += man/gsasl_server_callback_validate_get.3 gdoc_MANS += man/gsasl_server_callback_retrieve_set.3 gdoc_MANS += man/gsasl_server_callback_retrieve_get.3 gdoc_MANS += man/gsasl_server_callback_cram_md5_set.3 gdoc_MANS += man/gsasl_server_callback_cram_md5_get.3 gdoc_MANS += man/gsasl_server_callback_digest_md5_set.3 gdoc_MANS += man/gsasl_server_callback_digest_md5_get.3 gdoc_MANS += man/gsasl_server_callback_external_set.3 gdoc_MANS += man/gsasl_server_callback_external_get.3 gdoc_MANS += man/gsasl_server_callback_anonymous_set.3 gdoc_MANS += man/gsasl_server_callback_anonymous_get.3 gdoc_MANS += man/gsasl_server_callback_realm_set.3 gdoc_MANS += man/gsasl_server_callback_realm_get.3 gdoc_MANS += man/gsasl_server_callback_qop_set.3 gdoc_MANS += man/gsasl_server_callback_qop_get.3 gdoc_MANS += man/gsasl_server_callback_maxbuf_set.3 gdoc_MANS += man/gsasl_server_callback_maxbuf_get.3 gdoc_MANS += man/gsasl_server_callback_cipher_set.3 gdoc_MANS += man/gsasl_server_callback_cipher_get.3 gdoc_MANS += man/gsasl_server_callback_securid_set.3 gdoc_MANS += man/gsasl_server_callback_securid_get.3 gdoc_MANS += man/gsasl_server_callback_gssapi_set.3 gdoc_MANS += man/gsasl_server_callback_gssapi_get.3 gdoc_MANS += man/gsasl_server_callback_service_set.3 gdoc_MANS += man/gsasl_server_callback_service_get.3 gdoc_MANS += man/gsasl_stringprep_nfkc.3 gdoc_MANS += man/gsasl_stringprep_saslprep.3 gdoc_MANS += man/gsasl_stringprep_trace.3 gdoc_MANS += man/gsasl_md5pwd_get_password.3 gdoc_MANS += man/gsasl_base64_encode.3 gdoc_MANS += man/gsasl_base64_decode.3 gdoc_MANS += man/gsasl_property_set.3 gdoc_MANS += man/gsasl_property_set_raw.3 gdoc_MANS += man/gsasl_property_fast.3 gdoc_MANS += man/gsasl_property_get.3 gdoc_MANS += man/gsasl_register.3 gdoc_MANS += man/gsasl_saslprep.3 gdoc_MANS += man/gsasl_client_suggest_mechanism.3 gdoc_MANS += man/gsasl_client_support_p.3 gdoc_MANS += man/gsasl_server_support_p.3 gdoc_MANS += man/gsasl_check_version.3 gdoc_MANS += man/gsasl_encode.3 gdoc_MANS += man/gsasl_decode.3 gdoc_MANS += man/gsasl_finish.3 gdoc_MANS += man/gsasl_client_start.3 gdoc_MANS += man/gsasl_server_start.3 gdoc_MANS += man/gsasl_step.3 gdoc_MANS += man/gsasl_step64.3 gdoc_TEXINFOS = gdoc_TEXINFOS += texi/base64.c.texi gdoc_TEXINFOS += texi/callback.c.texi gdoc_TEXINFOS += texi/crypto.c.texi gdoc_TEXINFOS += texi/done.c.texi gdoc_TEXINFOS += texi/doxygen.c.texi gdoc_TEXINFOS += texi/error.c.texi gdoc_TEXINFOS += texi/free.c.texi gdoc_TEXINFOS += texi/init.c.texi gdoc_TEXINFOS += texi/listmech.c.texi gdoc_TEXINFOS += texi/md5pwd.c.texi gdoc_TEXINFOS += texi/mechname.c.texi gdoc_TEXINFOS += texi/mechtools.c.texi gdoc_TEXINFOS += texi/obsolete.c.texi gdoc_TEXINFOS += texi/property.c.texi gdoc_TEXINFOS += texi/register.c.texi gdoc_TEXINFOS += texi/saslprep.c.texi gdoc_TEXINFOS += texi/suggest.c.texi gdoc_TEXINFOS += texi/supportp.c.texi gdoc_TEXINFOS += texi/version.c.texi gdoc_TEXINFOS += texi/xcode.c.texi gdoc_TEXINFOS += texi/xfinish.c.texi gdoc_TEXINFOS += texi/xstart.c.texi gdoc_TEXINFOS += texi/xstep.c.texi gdoc_TEXINFOS += texi/gsasl_base64_to.texi gdoc_TEXINFOS += texi/gsasl_base64_from.texi gdoc_TEXINFOS += texi/gsasl_callback_set.texi gdoc_TEXINFOS += texi/gsasl_callback.texi gdoc_TEXINFOS += texi/gsasl_callback_hook_set.texi gdoc_TEXINFOS += texi/gsasl_callback_hook_get.texi gdoc_TEXINFOS += texi/gsasl_session_hook_set.texi gdoc_TEXINFOS += texi/gsasl_session_hook_get.texi gdoc_TEXINFOS += texi/gsasl_nonce.texi gdoc_TEXINFOS += texi/gsasl_random.texi gdoc_TEXINFOS += texi/gsasl_md5.texi gdoc_TEXINFOS += texi/gsasl_hmac_md5.texi gdoc_TEXINFOS += texi/gsasl_sha1.texi gdoc_TEXINFOS += texi/gsasl_hmac_sha1.texi gdoc_TEXINFOS += texi/gsasl_done.texi gdoc_TEXINFOS += texi/gsasl_strerror.texi gdoc_TEXINFOS += texi/gsasl_strerror_name.texi gdoc_TEXINFOS += texi/gsasl_free.texi gdoc_TEXINFOS += texi/gsasl_init.texi gdoc_TEXINFOS += texi/gsasl_client_mechlist.texi gdoc_TEXINFOS += texi/gsasl_server_mechlist.texi gdoc_TEXINFOS += texi/gsasl_simple_getpass.texi gdoc_TEXINFOS += texi/gsasl_mechanism_name.texi gdoc_TEXINFOS += texi/gsasl_client_listmech.texi gdoc_TEXINFOS += texi/gsasl_server_listmech.texi gdoc_TEXINFOS += texi/gsasl_client_step.texi gdoc_TEXINFOS += texi/gsasl_server_step.texi gdoc_TEXINFOS += texi/gsasl_client_step_base64.texi gdoc_TEXINFOS += texi/gsasl_server_step_base64.texi gdoc_TEXINFOS += texi/gsasl_client_finish.texi gdoc_TEXINFOS += texi/gsasl_server_finish.texi gdoc_TEXINFOS += texi/gsasl_client_ctx_get.texi gdoc_TEXINFOS += texi/gsasl_client_application_data_set.texi gdoc_TEXINFOS += texi/gsasl_client_application_data_get.texi gdoc_TEXINFOS += texi/gsasl_server_ctx_get.texi gdoc_TEXINFOS += texi/gsasl_server_application_data_set.texi gdoc_TEXINFOS += texi/gsasl_server_application_data_get.texi gdoc_TEXINFOS += texi/gsasl_randomize.texi gdoc_TEXINFOS += texi/gsasl_ctx_get.texi gdoc_TEXINFOS += texi/gsasl_encode_inline.texi gdoc_TEXINFOS += texi/gsasl_decode_inline.texi gdoc_TEXINFOS += texi/gsasl_application_data_set.texi gdoc_TEXINFOS += texi/gsasl_application_data_get.texi gdoc_TEXINFOS += texi/gsasl_appinfo_set.texi gdoc_TEXINFOS += texi/gsasl_appinfo_get.texi gdoc_TEXINFOS += texi/gsasl_server_suggest_mechanism.texi gdoc_TEXINFOS += texi/gsasl_client_callback_authentication_id_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_authentication_id_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_authorization_id_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_authorization_id_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_password_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_password_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_passcode_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_passcode_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_pin_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_pin_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_service_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_service_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_anonymous_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_anonymous_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_qop_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_qop_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_maxbuf_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_maxbuf_get.texi gdoc_TEXINFOS += texi/gsasl_client_callback_realm_set.texi gdoc_TEXINFOS += texi/gsasl_client_callback_realm_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_validate_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_validate_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_retrieve_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_retrieve_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_cram_md5_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_cram_md5_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_digest_md5_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_digest_md5_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_external_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_external_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_anonymous_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_anonymous_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_realm_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_realm_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_qop_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_qop_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_maxbuf_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_maxbuf_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_cipher_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_cipher_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_securid_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_securid_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_gssapi_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_gssapi_get.texi gdoc_TEXINFOS += texi/gsasl_server_callback_service_set.texi gdoc_TEXINFOS += texi/gsasl_server_callback_service_get.texi gdoc_TEXINFOS += texi/gsasl_stringprep_nfkc.texi gdoc_TEXINFOS += texi/gsasl_stringprep_saslprep.texi gdoc_TEXINFOS += texi/gsasl_stringprep_trace.texi gdoc_TEXINFOS += texi/gsasl_md5pwd_get_password.texi gdoc_TEXINFOS += texi/gsasl_base64_encode.texi gdoc_TEXINFOS += texi/gsasl_base64_decode.texi gdoc_TEXINFOS += texi/gsasl_property_set.texi gdoc_TEXINFOS += texi/gsasl_property_set_raw.texi gdoc_TEXINFOS += texi/gsasl_property_fast.texi gdoc_TEXINFOS += texi/gsasl_property_get.texi gdoc_TEXINFOS += texi/gsasl_register.texi gdoc_TEXINFOS += texi/gsasl_saslprep.texi gdoc_TEXINFOS += texi/gsasl_client_suggest_mechanism.texi gdoc_TEXINFOS += texi/gsasl_client_support_p.texi gdoc_TEXINFOS += texi/gsasl_server_support_p.texi gdoc_TEXINFOS += texi/gsasl_check_version.texi gdoc_TEXINFOS += texi/gsasl_encode.texi gdoc_TEXINFOS += texi/gsasl_decode.texi gdoc_TEXINFOS += texi/gsasl_finish.texi gdoc_TEXINFOS += texi/gsasl_client_start.texi gdoc_TEXINFOS += texi/gsasl_server_start.texi gdoc_TEXINFOS += texi/gsasl_step.texi gdoc_TEXINFOS += texi/gsasl_step64.texi $(gdoc_MANS) $(gdoc_TEXINFOS): make update-makefile make Makefile make doit GDOC_SRC = $(top_srcdir)/lib/src/*.c update-makefile: MANS=""; \ TEXINFOS=""; \ for i in $(GDOC_SRC); do \ BASE=`basename $$i`; \ TEXINFOS="$$TEXINFOS\ngdoc_TEXINFOS += texi/$$BASE.texi"; \ done; \ FUNCS=`$(srcdir)/gdoc -listfunc $(GDOC_SRC)`; \ for i in $$FUNCS; do \ MANS="$$MANS\ngdoc_MANS += man/$$i.3"; \ TEXINFOS="$$TEXINFOS\ngdoc_TEXINFOS += texi/$$i.texi"; \ done; \ grep -v -e '^gdoc_MANS += ' -e '^gdoc_TEXINFOS += ' Makefile.am | \ perl -p -e "s,^gdoc_MANS =,gdoc_MANS =$$MANS," | \ perl -p -e "s,^gdoc_TEXINFOS =,gdoc_TEXINFOS =$$TEXINFOS,;" \ > Makefile.am.new && \ mv Makefile.am.new Makefile.am doit: @$(mkdir_p) man texi; \ echo -n "Creating function documentation" && \ for i in `$(srcdir)/gdoc -listfunc $(GDOC_SRC)`; do \ $(srcdir)/gdoc -man \ -module $(PACKAGE) \ -sourceversion $(VERSION) \ -bugsto $(PACKAGE_BUGREPORT) \ -pkg-name "$(PACKAGE_NAME)" \ -includefuncprefix \ -seeinfo $(PACKAGE) -verbatimcopying \ -copyright "2002-2012 Simon Josefsson" \ -function $$i \ $(GDOC_SRC) > man/$$i.3 && \ $(srcdir)/gdoc -texinfo -function $$i \ $(GDOC_SRC) > texi/$$i.texi && \ echo -n "."; \ done; \ echo ""; \ echo -n "Creating file documentation" && \ for i in $(GDOC_SRC); do \ BASE=`basename $$i`; \ $(srcdir)/gdoc -texinfo $$i > texi/$$BASE.texi && \ echo -n "."; \ done; \ echo "" .PHONY: update-makefile doit gsasl-1.8.0/doc/gsasl-callback-cram-md5.texi0000664000000000000000000000116711746471770015453 00000000000000@deftypefn Prototype int (*Gsasl_server_callback_cram_md5) (Gsasl_session_ctx * @var{ctx}, char * @var{username}, char * @var{challenge}, char * @var{response}) @var{ctx}: libgsasl handle. @var{username}: input array with username. @var{challenge}: input array with CRAM-MD5 challenge. @var{response}: input array with CRAM-MD5 response. Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. @end deftypefn gsasl-1.8.0/doc/gsasl.html0000664000000000000000000123105111760732124012274 00000000000000 GNU Simple Authentication and Security Layer 1.8.0

GNU Simple Authentication and Security Layer 1.8.0

Table of Contents


Next: , Up: (dir)

GNU Simple Authentication and Security Layer

This manual was last updated 22 May 2012 for version 1.8.0 of GNU SASL.

Copyright © 2002-2012 Simon Josefsson.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”.

Appendices

Indices


Next: , Previous: Top, Up: Top

1 Introduction

This manual can be used in several ways. If read from the beginning to the end, it gives the reader an understanding of the SASL framework and the GNU SASL implementation, and how the GNU SASL library is used in an application. Forward references are included where necessary. Later on, the manual can be used as a reference manual to get just the information needed about any particular interface of the library. Experienced programmers might want to start looking at the examples at the end of the manual, and then only read up those parts of the interface which are unclear.

1.1 SASL Overview

SASL is a framework for application protocols, such as SMTP or IMAP, to add authentication support. For example, SASL is used to prove to the server who you are when you access an IMAP server to read your e-mail.

The SASL framework does not specify the technology used to perform the authentication, that is the responsibility for each SASL mechanism. Popular SASL mechanisms include CRAM-MD5 and GSSAPI (for Kerberos V5).

Typically a SASL negotiation works as follows. First the client requests authentication (possibly implicitly by connecting to the server). The server responds with a list of supported mechanisms. The client chose one of the mechanisms. The client and server then exchange data, one round-trip at a time, until authentication either succeeds or fails. After that, the client and server knows more about who is on the other end of the channel.

For example, in SMTP communication happens like this:

     250-mail.example.com Hello pc.example.org [192.168.1.42], pleased to meet you
     250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
     250 HELP
     AUTH CRAM-MD5
     334 PDk5MDgwNDEzMDUwNTUyMTE1NDQ5LjBAbG9jYWxob3N0Pg==
     amFzIDBkZDRkODZkMDVjNjI4ODRkYzc3OTcwODE4ZGI5MGY3
     235 2.0.0 OK Authenticated

Here the first three lines are sent by the server and contains the list of supported mechanisms (DIGEST-MD5, CRAM-MD5, etc). The next line is sent by the client to select the CRAM-MD5 mechanism. The server replies with a challenge, which is a message that can be generated by calling GNU SASL functions. The client replies with a response, which also is a message that can be generated by GNU SASL functions. Depending on the mechanism, there can be more than one round trip, so do not assume all authentication exchanges consists of one message from the server and one from the client. The server accepts the authentication. At that point it knows it is talking to a authenticated client, and the application protocol can continue.

Essentially, your application is responsible for implementing the framing protocol (e.g., SMTP or XMPP) according to the particular specifications. Your application uses GNU SASL to generate the authentication messages.


Next: , Previous: SASL Overview, Up: Introduction

1.2 Implementation

GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms.

GNU SASL consists of a library (libgsasl), a command line utility (gsasl) to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the ANONYMOUS, CRAM-MD5, DIGEST-MD5, EXTERNAL, GS2-KRB5, GSSAPI, LOGIN, NTLM, PLAIN, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, SAML20, OPENID20, and SECURID mechanisms.

The library is easily ported because it does not do network communication by itself, but rather leaves it up to the calling application. The library is flexible with regards to the authorization infrastructure used, as it utilizes a callback into the application to decide whether a user is authorized or not.

GNU SASL is developed for the GNU/Linux system, but runs on over 20 platforms including most major Unix platforms and Windows, and many kind of devices including iPAQ handhelds and S/390 mainframes.

GNU SASL is written in pure ANSI C89 to be portable to embedded and otherwise limited platforms. The entire library, with full support for ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that supports client and server mode, and the IMAP and SMTP protocols, fits in under 80kb on an Intel x86 platform, without any modifications to the code. (This figure was accurate as of version 1.1.)

The design of the library and the intended interaction between applications and the library through the official API is illustrated below.

abstraction.png

Illustration 1.1: Logical overview showing how applications use authentication mechanisms through an abstract interface.


Next: , Previous: Implementation, Up: Introduction

1.3 Features

GNU SASL might have a couple of advantages over other libraries doing a similar job.

It's Free Software
Anybody can use, modify, and redistribute it under the terms of the GNU General Public License version 3.0 or later. The library uses the GNU Lesser General Public License version 2.1 or later.
It's thread-safe
No global variables are used and multiple library handles and session handles may be used in parallel.
It's internationalized
It handles non-ASCII usernames and passwords and user visible strings used in the library (error messages) can be translated into the users' language.
It's portable
It should work on all Unix like operating systems, including Windows. The library itself should be portable to any C89 system, not even POSIX is required.
It's small
The library has been rewritten with embedded platforms in mind. For example, no API consumes more than around 250 bytes of stack space.

Note that the library does not implement any policy to decide whether a certain user is “authenticated” or “authorized” or not. Rather, it uses a callback into the application to answer these questions.


Next: , Previous: Features, Up: Introduction

1.4 Requirements

The GNU SASL library does not have any required external dependencies, but some optional features are enabled if you have a specific external library.

LibNTLM
The NTLM mechanism requires the library LibNTLM, http://www.nongnu.org/libntlm/.
GSS-API
The GSSAPI and GS2-KRB5 mechanisms requires a GSS-API library, see GNU GSS (http://www.gnu.org/software/gss/). MIT Kerberos or Heimdal are also supported.
LibIDN
Processing of non-ASCII usernames and passwords requires the SASLprep implementation in LibIDN (http://www.gnu.org/software/libidn/). This is needed for full conformance with the latest SASL protocol drafts, but is optional in the library for improved portability.
Libgcrypt
The GNU SASL library ships with its own cryptographic implementation, but it can use the one in libgcrypt (http://www.gnupg.org/) instead, if it is available. This is typically useful for desktop machines which have libgcrypt installed.

The command-line interface to GNU SASL requires a POSIX or Windows platform for network connectivity. The command-line tool can make use of GnuTLS (http://www.gnutls.org/) to support the STARTTLS modes of IMAP and SMTP, but GnuTLS is not required.

Note that the library does not need a POSIX platform or network connectivity.


Next: , Previous: Requirements, Up: Introduction

1.5 Supported Platforms

GNU SASL has at some point in time been tested on the following platforms. Daily online build reports are available at http://autobuild.josefsson.org/gsasl/.

  1. Debian GNU/Linux 3.0 (Woody) GCC 2.95.4 and GNU Make. This is the main development platform. alphaev67-unknown-linux-gnu, alphaev6-unknown-linux-gnu, arm-unknown-linux-gnu, hppa-unknown-linux-gnu, hppa64-unknown-linux-gnu, i686-pc-linux-gnu, ia64-unknown-linux-gnu, m68k-unknown-linux-gnu, mips-unknown-linux-gnu, mipsel-unknown-linux-gnu, powerpc-unknown-linux-gnu, s390-ibm-linux-gnu, sparc-unknown-linux-gnu.
  2. Debian GNU/Linux 2.1 GCC 2.95.1 and GNU Make. armv4l-unknown-linux-gnu.
  3. Tru64 UNIX Tru64 UNIX C compiler and Tru64 Make. alphaev67-dec-osf5.1, alphaev68-dec-osf5.1.
  4. SuSE Linux 7.1 GCC 2.96 and GNU Make. alphaev6-unknown-linux-gnu, alphaev67-unknown-linux-gnu.
  5. SuSE Linux 7.2a GCC 3.0 and GNU Make. ia64-unknown-linux-gnu.
  6. RedHat Linux 7.2 GCC 2.96 and GNU Make. alphaev6-unknown-linux-gnu, alphaev67-unknown-linux-gnu, ia64-unknown-linux-gnu.
  7. RedHat Linux 8.0 GCC 3.2 and GNU Make. i686-pc-linux-gnu.
  8. RedHat Advanced Server 2.1 GCC 2.96 and GNU Make. i686-pc-linux-gnu.
  9. Slackware Linux 8.0.01 GCC 2.95.3 and GNU Make. i686-pc-linux-gnu.
  10. Mandrake Linux 9.0 GCC 3.2 and GNU Make. i686-pc-linux-gnu.
  11. IRIX 6.5 MIPS C compiler, IRIX Make. mips-sgi-irix6.5.
  12. AIX 4.3.2 IBM C for AIX compiler, AIX Make. rs6000-ibm-aix4.3.2.0.
  13. Microsoft Windows 2000 (Cygwin) GCC 3.2, GNU make. i686-pc-cygwin.
  14. HP-UX 11 HP-UX C compiler and HP Make. ia64-hp-hpux11.22, hppa2.0w-hp-hpux11.11.
  15. SUN Solaris 2.8 Sun WorkShop Compiler C 6.0 and SUN Make. sparc-sun-solaris2.8.
  16. SUN Solaris 2.9 Sun Forte Developer 7 C compiler and GNU Make. sparc-sun-solaris2.9.
  17. NetBSD 1.6 GCC 2.95.3 and GNU Make. alpha-unknown-netbsd1.6, i386-unknown-netbsdelf1.6.
  18. OpenBSD 3.1 and 3.2 GCC 2.95.3 and GNU Make. alpha-unknown-openbsd3.1, i386-unknown-openbsd3.1.
  19. FreeBSD 4.7 GCC 2.95.4 and GNU Make. alpha-unknown-freebsd4.7, i386-unknown-freebsd4.7.
  20. Cross compiled to uClinux/uClibc on Motorola Coldfire. GCC 3.4 and GNU Make m68k-uclinux-elf.

If you port GNU SASL to a new platform, please report it to the author so this list can be updated.

1.6 Getting help

A mailing list where users may help each other exists, and you can reach it by sending e-mail to help-gsasl@gnu.org. Archives of the mailing list discussions, and an interface to manage subscriptions, is available through the World Wide Web at http://lists.gnu.org/mailman/listinfo/help-gsasl/.

1.7 Commercial Support

Commercial support is available for users of GNU SASL. The kind of support that can be purchased may include:

  • Implement new features. Such as a new SASL mechanism.
  • Port GNU SASL to new platforms. This could include porting to an embedded platforms that may need memory or size optimization.
  • Integrating SASL as a security environment in your existing project.
  • System design of components related to SASL.

If you are interested, please write to:

Simon Josefsson Datakonsult AB
Hagagatan 24
113 47 Stockholm
Sweden

E-mail: simon@josefsson.org

If your company provides support related to GNU SASL and would like to be mentioned here, contact the author (see Bug Reports).


Next: , Previous: Commercial Support, Up: Introduction

1.8 Downloading and Installing

The package can be downloaded from several places, including:

ftp://ftp.gnu.org/gnu/gsasl/

The latest version is stored in a file, e.g., ‘gsasl-1.8.0.tar.gz’ where the ‘1.8.0’ value is the highest version number in the directory.

The package is then extracted, configured and built like many other packages that use Autoconf. For detailed information on configuring and building it, refer to the INSTALL file that is part of the distribution archive.

Here is an example terminal session that downloads, configures, builds and install the package. You will need a few basic tools, such as ‘sh’, ‘make’ and ‘cc’.

     $ wget -q ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.8.0.tar.gz
     $ tar xfz gsasl-1.8.0.tar.gz
     $ cd gsasl-1.8.0/
     $ ./configure
     ...
     $ make
     ...
     $ make install
     ...

After that gsasl should be properly installed and ready for use.

A few configure options may be relevant, summarized in the table.

--disable-client
--disable-server
If your target system require a minimal implementation, you may wish to disable the client or the server part of the code. This does not remove symbols from the library, so if you attempt to call an application that uses server functions in a library built with --disable-server, the function will return an error code.
--disable-obsolete
Remove backwards compatibility (see Old Functions). Use if you want to limit the size of the library.
--disable-anonymous
--disable-external
--disable-plain
--disable-login
--disable-securid
--disable-ntlm
--disable-cram-md5
--disable-digest-md5
--disable-gssapi
--disable-gs2
--enable-kerberos_v5
--disable-scram-sha1
--disable-saml20
--disable-openid20
Disable or enable individual mechanisms (see Mechanisms).
--without-stringprep
Disable internationalized string processing. Note that this will result in a SASL library that is only compatible with RFC 2222.

For the complete list, refer to the output from configure --help.

1.8.1 Installing under Windows

There are two ways to build GNU SASL on Windows: via MinGW or via Microsoft Visual Studio. Note that a binary release for Windows is available from http://josefsson.org/gnutls4win/.

With MinGW, you can build a GNU SASL DLL and use it from other applications. After installing MinGW (http://mingw.org/) follow the generic installation instructions (see Downloading and Installing). The DLL is installed by default.

For information on how to use the DLL in other applications, see: http://www.mingw.org/mingwfaq.shtml#faq-msvcdll.

You can build GNU SASL as a native Visual Studio C++ project. This allows you to build the code for other platforms that VS supports, such as Windows Mobile. You need Visual Studio 2005 or later.

First download and unpack the archive as described in the generic installation instructions (see Downloading and Installing). Don't run ./configure. Instead, start Visual Studio and open the project file lib/win32/libgsasl.sln inside the GNU SASL directory. You should be able to build the project using Build Project.

Output libraries will be written into the lib/win32/lib (or lib/win32/lib/debug for Debug versions) folder.

Warning! Unless you build GNU SASL linked with libgcrypt, GNU SASL uses the Windows function CryptGenRandom for generating cryptographic random data. The function is known to have some security weaknesses. See http://eprint.iacr.org/2007/419 for more information. The code will attempt to use the Intel RND crypto provider if it is installed, see lib/gl/gc-gnulib.c.

1.8.2 Kerberos on Windows

Building GNU SASL with support for Kerberos via GSS-API on Windows is straight forward if you use GNU GSS and GNU Shishi as the Kerberos implementation.

If you are using MIT Kerberos for Windows (KfW), getting GNU SASL to build with Kerberos support is not straightforward because KfW does not follow the GNU coding style and it has bugs that needs to be worked around. We provide instructions for this environment as well, in the hope that it will be useful for GNU SASL users.

Our instructions assumes you are building the software on a dpkg-based GNU/Linux systems (e.g., gNewSense) using the MinGW cross-compiler suite. These instructions were compiled for KfW version 3.2.2 which were the latest as of 2010-09-25.

We assume that you have installed a normal build environment including the MinGW cross-compiler. Download and unpack the KfW SDK like this:

     $ mkdir ~/kfw
     $ cd ~/kfw
     $ wget -q http://web.mit.edu/kerberos/dist/kfw/3.2/kfw-3.2.2/kfw-3-2-2-sdk.zip
     $ unzip kfw-3-2-2-sdk.zip

Fix a bug in the "win-mac.h" header inside KfW by replacing #include <sys\foo.h> with #include <sys/foo.h>:

     perl -pi -e 's,sys\\,sys/,' ~/kfw/kfw-3-2-2-final/inc/krb5/win-mac.h

Unpack your copy of GNU SASL:

     $ wget -q ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.8.0.tar.gz
     $ tar xfz gsasl-1.8.0.tar.gz
     $ cd gsasl-1.8.0

Configure GNU SASL like this:

     $ lt_cv_deplibs_check_method=pass_all ./configure --host=i586-mingw32msvc --build=i686-pc-linux-gnu --with-gssapi-impl=kfw LDFLAGS="-L$HOME/kfw/kfw-3-2-2-final/lib/i386" CPPFLAGS="-I$HOME/kfw/kfw-3-2-2-final/inc/krb5 -DSSIZE_T_DEFINED"

The 'lt_cv_deplibs_check_method=pass_all' setting is required because the KfW SDK does not ship with Libtool *.la files and is using non-standard DLL names. The -DSSIZE_T_DEFINED is necessary because the win-mac.h file would provide an incorrect duplicate definitions of ssize_t otherwise. By passing --with-gssapi-impl=kfw you activate other bug workarounds, such as providing a GSS_C_NT_HOSTBASED_SERVICE symbol.

Build the software using:

     $ make

If you have Wine installed and your kernel is able to invoke it automatically for Windows programs, you can run the self tests. This is recommended to make sure the build is sane.

     $ make check

You may get error messages about missing DLLs, like this error:

     err:module:import_dll Library gssapi32.dll (which is needed by L"Z:\\home\\jas\\src\\gsasl-1.5.2\\lib\\src\\.libs\\libgsasl-7.dll") not found

If that happens, you need to make sure that Wine can find the appropriate DLL. The simplest solution is to copy the necessary DLLs to ~/.wine/drive_c/windows/system32/.

You may now copy the following files onto the Windows machine (e.g., through a USB memory device):

     lib/src/.libs/libgsasl-7.dll
     src/.libs/gsasl.exe

The remaining steps are done on the Windows XP machine. Install KfW and configure it for your realm. To make sure KfW is working properly, acquire a user ticket and then remove it. For testing purposes, you may use the realm 'interop.josefsson.org' with KDC 'interop.josefsson.org' and username 'user' and password 'pass'.

Change to the directory where you placed the files above, and invoke a command like this:

     gsasl.exe -d interop.josefsson.org

KfW should query you for a password, and the tool should negotiate authentication against the server using GS2-KRB5.

1.9 Bug Reports

If you think you have found a bug in GNU SASL, please investigate it and report it.

  • Please make sure that the bug is really in GNU SASL, and preferably also check that it hasn't already been fixed in the latest version.
  • You have to send us a test case that makes it possible for us to reproduce the bug.
  • You also have to explain what is wrong; if you get a crash, or if the results printed are not good and in that case, in what way. Make sure that the bug report includes all information you would need to fix this kind of bug for someone else.

Please make an effort to produce a self-contained report, with something definite that can be tested or debugged. Vague queries or piecemeal messages are difficult to act on and don't help the development effort.

If your bug report is good, we will do our best to help you to get a corrected version of the software; if the bug report is poor, we won't do anything about it (apart from asking you to send better bug reports).

If you think something in this manual is unclear, or downright incorrect, or if the language needs to be improved, please also send a note.

Send your bug report to:

bug-gsasl@gnu.org


Previous: Bug Reports, Up: Introduction

1.10 Contributing

If you want to submit a patch for inclusion – from solve a typo you discovered, up to adding support for a new feature – you should submit it as a bug report (see Bug Reports). There are some things that you can do to increase the chances for it to be included in the official package.

Unless your patch is very small (say, under 10 lines) we require that you assign the copyright of your work to the Free Software Foundation. This is to protect the freedom of the project. If you have not already signed papers, we will send you the necessary information when you submit your contribution.

For contributions that doesn't consist of actual programming code, the only guidelines are common sense. Use it.

For code contributions, a number of style guides will help you:

  • Coding Style. Follow the GNU Standards document (see GNU Coding Standards).

    If you normally code using another coding standard, there is no problem, but you should use ‘indent’ to reformat the code (see GNU Indent) before submitting your work.

  • Use the unified diff format ‘diff -u’.
  • Return errors. No reason whatsoever should abort the execution of the library. Even memory allocation errors, e.g. when malloc return NULL, should work although result in an error code.
  • Design with thread safety in mind. Don't use global variables. Don't even write to per-handle global variables unless the documented behaviour of the function you write is to write to the per-handle global variable.
  • Avoid using the C math library. It causes problems for embedded implementations, and in most situations it is very easy to avoid using it.
  • Document your functions. Use comments before each function headers, that, if properly formatted, are extracted into Texinfo manuals and GTK-DOC web pages.
  • Supply a ChangeLog and NEWS entries, where appropriate.


Next: , Previous: Introduction, Up: Top

2 Preparation

To use GNU SASL, you have to perform some changes to your sources and the build system. The necessary changes are small and explained in the following sections. At the end of this chapter, it is described how the library is initialized, and how the requirements of the library are verified.

A faster way to find out how to adapt your application for use with GNU SASL may be to look at the examples at the end of this manual (see Examples).

2.1 Header

All interfaces (data types and functions) of the library are defined in the header file gsasl.h. You must include this in all programs using the library, either directly or through some other header file, like this:

     #include <gsasl.h>

The name space is gsasl_* for function names, Gsasl* for data types and GSASL_* for other symbols. In addition the same name prefixes with one prepended underscore are reserved for internal use and should never be used by an application.


Next: , Previous: Header, Up: Preparation

2.2 Initialization

The library must be initialized before it can be used. The library is initialized by calling gsasl_init (see Global Functions). The resources allocated by the initialization process can be released if the application no longer has a need to call `Libgsasl' functions, this is done by calling gsasl_done. For example:

     int
     main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     ...
       rc = gsasl_init (&ctx);
       if (rc != GSASL_OK)
         {
           printf ("SASL initialization failure (%d): %s\n",
                   rc, gsasl_strerror (rc));
           return 1;
         }
     ...

In order to make error messages from gsasl_strerror be translated (see Top) the application must set the current locale using setlocale before calling gsasl_init. For example:

     int
     main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     ...
       setlocale (LC_ALL, "");
     ...
       rc = gsasl_init (&ctx);
       if (rc != GSASL_OK)
         {
           printf (gettext ("SASL initialization failure (%d): %s\n"),
                   rc, gsasl_strerror (rc));
           return 1;
         }
     ...

In order to take advantage of the secure memory features in Libgcrypt1, you need to initialize secure memory in your application, and for some platforms even make your application setuid root. See the Libgcrypt documentation for more information. Here is example code to initialize secure memory in your code:

     #include <gcrypt.h>
     ...
     int
     main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     ...
       /* Check version of libgcrypt. */
       if (!gcry_check_version (GCRYPT_VERSION))
         die ("version mismatch\n");
     
       /* Allocate a pool of 16k secure memory.  This also drops priviliges
          on some systems. */
       gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0);
     
       /* Tell Libgcrypt that initialization has completed. */
       gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
     ...
       rc = gsasl_init (&ctx);
       if (rc != GSASL_OK)
         {
           printf ("SASL initialization failure (%d): %s\n",
                   rc, gsasl_strerror (rc));
           return 1;
         }
     ...

If you do not do this, keying material will not be allocated in secure memory (which, for most applications, is not the biggest secure problem anyway). Note that the GNU SASL Library has not been audited to make sure it stores passwords or keys in secure memory.

2.3 Version Check

It is often desirable to check that the version of the library used is indeed one which fits all requirements. Even with binary compatibility, new features may have been introduced but, due to problem with the dynamic linker, an old version may actually be used. So you may want to check that the version is okay right after program startup.

gsasl_check_version

— Function: const char * gsasl_check_version (const char * req_version)

req_version: version string to compare with, or NULL.

Check GNU SASL Library version.

See GSASL_VERSION for a suitable req_version string.

This function is one of few in the library that can be used without a successful call to gsasl_init().

Return value: Check that the version of the library is at minimum the one given as a string in req_version and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned.

The normal way to use the function is to put something similar to the following early in your main:

       if (!gsasl_check_version (GSASL_VERSION))
         {
           printf ("gsasl_check_version failed:\n"
                   "Header file incompatible with shared library.\n");
           exit(1);
         }


Next: , Previous: Version Check, Up: Preparation

2.4 Building the source

If you want to compile a source file including the gsasl.h header file, you must make sure that the compiler can find it in the directory hierarchy. This is accomplished by adding the path to the directory in which the header file is located to the compilers include file search path (via the -I option).

However, the path to the include file is determined at the time the source is configured. To solve this problem, the library uses the external package pkg-config that knows the path to the include file and other configuration options. The options that need to be added to the compiler invocation at compile time are output by the --cflags option to pkg-config libgsasl. The following example shows how it can be used at the command line:

     gcc -c foo.c `pkg-config libgsasl --cflags`

Adding the output of ‘pkg-config libgsasl --cflags’ to the compiler command line will ensure that the compiler can find the gsasl.h header file.

A similar problem occurs when linking the program with the library. Again, the compiler has to find the library files. For this to work, the path to the library files has to be added to the library search path (via the -L option). For this, the option --libs to pkg-config libgsasl can be used. For convenience, this option also outputs all other options that are required to link the program with the library (for instance, the ‘-lidn’ option). The example shows how to link foo.o with the library to a program foo.

     gcc -o foo foo.o `pkg-config libgsasl --libs`

Of course you can also combine both examples to a single command by specifying both options to pkg-config:

     gcc -o foo foo.c `pkg-config libgsasl --cflags --libs`


Previous: Building the source, Up: Preparation

2.5 Autoconf tests

If you work on a project that uses Autoconf (see GNU Autoconf) to help find installed libraries, the suggestions in the previous section are not the entire story. There are a few methods to detect and incorporate the GNU SASL Library into your Autoconf based package. The preferred approach, is to use Libtool in your project, and use the normal Autoconf header file and library tests.

2.5.1 Autoconf test via ‘pkg-config

If your audience is a typical GNU/Linux desktop, you can often assume they have the ‘pkg-config’ tool installed, in which you can use its Autoconf M4 macro to find and set up your package for use with Libgsasl. The following example illustrates this scenario.

     AC_ARG_ENABLE(gsasl,
       AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]),
       gsasl=$enableval)
     if test "$gsasl" != "no" ; then
       PKG_CHECK_MODULES(GSASL, libgsasl >= 1.8.0,
         [gsasl=yes],
         [gsasl=no])
       if test "$gsasl" != "yes" ; then
         gsasl=no
         AC_MSG_WARN([Cannot find GNU SASL, disabling])
       else
         gsasl=yes
         AC_DEFINE(USE_GSASL, 1, [Define to 1 if you want GNU SASL.])
       fi
     fi
     AC_MSG_CHECKING([if GNU SASL should be used])
     AC_MSG_RESULT($gsasl)

2.5.2 Standalone Autoconf test using Libtool

If your package uses Libtool (see GNU Libtool), you can use the normal Autoconf tests to find Libgsasl and rely on the Libtool dependency tracking to include the proper dependency libraries (e.g., Libidn). The following example illustrates this scenario.

     AC_CHECK_HEADER(gsasl.h,
       AC_CHECK_LIB(gsasl, gsasl_check_version,
         [gsasl=yes AC_SUBST(GSASL_LIBS, -lgsasl)],
         gsasl=no),
       gsasl=no)
     AC_ARG_ENABLE(gsasl,
       AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]),
       gsasl=$enableval)
     if test "$gsasl" != "no" ; then
       AC_DEFINE(USE_SASL, 1, [Define to 1 if you want GNU SASL.])
     else
       AC_MSG_WARN([Cannot find GNU SASL, diabling])
     fi
     AC_MSG_CHECKING([if GNU SASL should be used])
     AC_MSG_RESULT($gsasl)


Next: , Previous: Preparation, Up: Top

3 Using the Library

Your application's use of the library can be roughly modeled into the following steps: initialize the library, optionally specify the callback, perform the authentication, and finally clean up. The following image illustrates this.

controlflow.png

The third step may look complex, but for a simple client it will actually not involve any code. If your application needs to handle several concurrent clients, or if it is a server that needs to serve many clients simultaneous, things do get a bit more complicated.

For illustration, we will write a simple client. Writing a server would be similar, the only difference is that, later on, instead of supplying a username and password, you need to decide whether someone should be allowed to log in or not. The code for what we have discussed so far make up the main function in our client (see Example 1):

     int main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     
       if ((rc = gsasl_init (&ctx)) != GSASL_OK)
         {
           printf ("Cannot initialize libgsasl (%d): %s",
                   rc, gsasl_strerror (rc));
           return 1;
         }
     
       client (ctx);
     
       gsasl_done (ctx);
     
       return 0;
     }

Here, the call to the function client correspond to the third step in the image above.

For a more complicated application, having several clients running simultaneous, instead of a simple call to client, it may have created new threads for each session, and call client within each thread. The library is thread safe.

An actual authentication session is more complicated than what we have seen so far. These are the steps: decide which mechanism to use, start the session, optionally specify the callback, optionally set any properties, perform the authentication loop, and clean up. Naturally, your application will start to talk its own protocol (e.g., SMTP or IMAP) after these steps have concluded.

The authentication loop is based on sending tokens (typically short messages encoded in base 64) back and forth between the client and server. It continues until authentication succeeds or an error occurs. The format of the data to be transferred, the number of iterations in the loop, and other details are specified by each mechanism. The goal of the library is to isolate your application from the details of all different mechanisms.

Note that the library does not send data to the server itself, but returns it in an buffer. You must send it to the server, following an application protocol profile. For example, the SASL application protocol profile for SMTP is described in RFC 2554.

The following image illustrates the steps we have been talking about.

controlflow2.png

We will now show the implementation of the client function used before.

     void client (Gsasl *ctx)
     {
       Gsasl_session *session;
       const char *mech = "PLAIN";
       int rc;
     
       /* Create new authentication session. */
       if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK)
         {
           printf ("Cannot initialize client (%d): %s\n",
                   rc, gsasl_strerror (rc));
           return;
         }
     
       /* Set username and password in session handle.  This info will be
          lost when this session is deallocated below.  */
       gsasl_property_set (session, GSASL_AUTHID, "jas");
       gsasl_property_set (session, GSASL_PASSWORD, "secret");
     
       /* Do it. */
       client_authenticate (session);
     
       /* Cleanup. */
       gsasl_finish (session);
     }

This function is responsible for deciding which mechanism to use. In this case, the ‘PLAIN’ mechanism is hard coded, but you will see later how this can be made more flexible. The function creates a new session, then it stores the username and password in the session handle, then it calls another function client_authenticate to handle the authentication loop, and finally it cleans up up. Let's continue with the implementation of client_authenticate.

     void client_authenticate (Gsasl_session * session)
     {
       char buf[BUFSIZ] = "";
       char *p;
       int rc;
     
       /* This loop mimics a protocol where the server sends data
          first. */
     
       do
         {
           printf ("Input base64 encoded data from server:\n");
           fgets (buf, sizeof (buf) - 1, stdin);
           if (buf[strlen (buf) - 1] == '\n')
             buf[strlen (buf) - 1] = '\0';
     
           rc = gsasl_step64 (session, buf, &p);
     
           if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK)
             {
               printf ("Output:\n%s\n", p);
               free (p);
             }
         }
       while (rc == GSASL_NEEDS_MORE);
     
       printf ("\n");
     
       if (rc != GSASL_OK)
         {
           printf ("Authentication error (%d): %s\n",
                   rc, gsasl_strerror (rc));
           return;
         }
     
       /* The client is done.  Here you would typically check if the
          server let the client in.  If not, you could try again. */
     
       printf ("If server accepted us, we're done.\n");
     }

This last function needs to be discussed in some detail. First, you should be aware that there are two versions of this function, that differ in a subtle way. The version above (see Example 2) is used for application profiles where the server sends data first. For some mechanisms, this may waste a roundtrip, because the server needs input from the client to proceed. Therefor, today the recommended approach is to permit client to send data first (see Example 1). Which version you should use depends on which application protocol you are implementing.

Further, you should realize that it is bad programming style to use a fixed size buffer. On GNU systems, you may use the getline functions instead of fgets. However, in practice, there are few mechanisms that use very large tokens. In typical configurations, the mechanism with the largest tokens (GSSAPI) can use at least 500 bytes. A fixed buffer size of 8192 bytes may thus be sufficient for now. But don't say I didn't warn you, when a future mechanism doesn't work in your application, because of a fixed size buffer.

The function gsasl_step64 (and of course also gasl_step) returns two non-error return codes. GSASL_OK is used for success, indicating that the library considers the authentication finished. That may include a successful server authentication, depending on the mechanism. You must not let the client continue to the application protocol part unless you receive GSASL_OK from these functions. In particular, don't be fooled into believing authentication were successful if the server replies “OK” but these functions have failed with an error. The server may have been hacked, and could be tricking you into sending confidential data, without having successfully authenticated the server.

The non-error return code GSASL_NEEDS_MORE is used to signal to your application that you should send the output token to the peer, and wait for a new token, and do another iteration. If the server concludes the authentication process, with no data, you should call gsasl_step64 (or gsasl_step) specifying a zero-length token.

If the functions (gsasl_step and gsasl_step64) return any non-error code, the content of the output buffer is undefined. Otherwise, it is the callers responsibility to deallocate the buffer, by calling free. Note that in some situations, where the buffer is empty, NULL is returned as the buffer value. You should treat this as an empty buffer.

3.1 Choosing a mechanism

Our earlier code was hard coded to use a specific mechanism. This is rarely a good idea. Instead, it is recommended to select the best mechanism available from the list of mechanisms supported by the server. Note that without TLS or similar, the list may have been maliciously altered, by an attacker. This means that you should abort if you cannot find any mechanism that exceeds your minimum security level. There is a function gsasl_client_suggest_mechanism (see Global Functions) that will try to pick the “best” available mechanism from a list of mechanisms. Our simple interactive example client (see Example 3) includes the following function to decide which mechanism to use. Note that the code doesn't blindly use what is returned from gsasl_client_suggest_mechanism, rather it lets some logic (in this case the user, through an interactive query) decide which mechanism is acceptable.

     const char *client_mechanism (Gsasl *ctx)
     {
       static char mech[GSASL_MAX_MECHANISM_SIZE + 1] = "";
       char mechlist[BUFSIZ] = "";
       const char *suggestion;
     
       printf ("Enter list of server supported mechanisms, separate by SPC:\n");
       fgets (mechlist, sizeof (mechlist) - 1, stdin);
     
       suggestion = gsasl_client_suggest_mechanism (ctx, mechlist);
       if (suggestion)
         printf ("Library suggests use of `%s'.\n", suggestion);
     
       printf ("Enter mechanism to use:\n");
       fgets (mech, sizeof (mech) - 1, stdin);
       mech[strlen (mech) - 1] = '\0';
     
       return mech;
     }

When running this example code, it might look like in the following output.

     Enter list server supported mechanisms, separate by SPC:
     CRAM-MD5 DIGEST-MD5 GSSAPI FOO BAR
     Library suggests use of `GSSAPI'.
     Enter mechanism to use:
     CRAM-MD5
     Input base64 encoded data from server:
     Zm5vcmQ=
     Output:
     amFzIDkyY2U1NWE5MTM2ZTY4NzEyMTUyZTFjYmFmNjVkZjgx
     
     If server accepted us, we're done.

3.2 Using a callback

Our earlier code specified the username and password before the authentication loop, as in:

     gsasl_property_set (ctx, GSASL_AUTHID, "jas");
     gsasl_property_set (ctx, GSASL_PASSWORD, "secret");

This may work for simple mechanisms, that need only a username and a password. But some mechanism requires more information, such as an authorization identity, a special PIN or passcode, a realm, a hostname, a service name, or an anonymous identifier. Querying the user for all that information, without knowing exactly which of it is really needed will result in a poor user interface. The user should not have to input private information, if it isn't required.

The approach is a bad idea for another reason. What if the server aborts the authentication process? Then your application has already queried the user for a username and password. It would be better if you only asked the user for this information, annoying to input, when it is known to be needed.

A better approach to this problem is to use a callback. Then the mechanism may query your application whenever it needs some information, like the username and password. It will only do this at the precise step in the authentication when the information is actually needed. Further, if the user aborts, e.g., a password prompt, the mechanism is directly informed of this (because it invoked the callback), and could recover somehow.

Our final example (see Example 4) specifies a callback function, inside main as below.

     /* Set the callback handler for the library. */
     gsasl_callback_set (ctx, callback);

The function itself is implemented as follows.

     int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop)
     {
       char buf[BUFSIZ] = "";
       int rc = GSASL_NO_CALLBACK;
     
       /* Get user info from user. */
     
       printf ("Callback invoked, for property %d.\n", prop);
     
       switch (prop)
         {
         case GSASL_PASSCODE:
           printf ("Enter passcode:\n");
           fgets (buf, sizeof (buf) - 1, stdin);
           buf[strlen (buf) - 1] = '\0';
     
           gsasl_property_set (sctx, GSASL_PASSCODE, buf);
           rc = GSASL_OK;
           break;
     
         case GSASL_AUTHID:
           printf ("Enter username:\n");
           fgets (buf, sizeof (buf) - 1, stdin);
           buf[strlen (buf) - 1] = '\0';
     
           gsasl_property_set (sctx, GSASL_AUTHID, buf);
           rc = GSASL_OK;
           break;
     
         default:
           printf ("Unknown property!  Don't worry.\n");
           break;
         }
     
       return rc;
     }

Again, it is bad style to use a fixed size buffer. Mmm'kay.

Which properties you should handle is up to you. If you don't know how to respond to a certain property, simply return GSASL_NO_CALLBACK. The basic properties to support are authentication identity (GSASL_AUTHID), authorization identity (GSASL_AUTHZID), and password (GSASL_PASSWORD). See Properties, for the list of all properties, and what your callback should (ideally) do for them, and which properties each mechanism require in order to work.


Next: , Previous: Using the Library, Up: Top

4 Properties

The library uses a concept called “properties” to request and pass data between the application and the individual authentication mechanisms. The application can set property values using the gsasl_property_set function. If a mechanism needs a property value the application has not yet provided, this is handled through a callback. The application provides a callback, using gsasl_callback_set, which will be invoked with a property parameter. The callback should set the property before returning, or fail. See Callback Functions, for more information.

There are two kind of properties. The first, a “data property” is the simplest to understand because it normally refers to short strings. For example, the property called GSASL_AUTHID correspond to the username string, e.g., simon.

The latter properties, called “logical properties”, are used by the server to make a authentication decision, and is used as a way to get the application callback invoked. For example, the property GSASL_VALIDATE_SIMPLE is used by the server-side part of mechanisms like PLAIN. The purpose is to ask the server application to decide whether the user should be authenticated successfully or not. The callback typically look at other property fields, such as GSASL_AUTHID and GSASL_PASSWORD, and compare those values with external information (for example data stored in a database or on a LDAP server) and then return OK or not.

Warning: Don't expect that all mechanisms invoke one of the logical properties in the server mode. For example, the CRAM-MD5 and SCRAM-SHA-1 mechanisms will use the data properties (i.e., username and password) provided by the application to internally decide whether to successfully authenticate the user. User authorization decisions needs to be made by the application outside of the SASL mechanism negotiation.

The logical properties are currently only used by servers, but data properties are used by both client and servers. It makes sense to think about the latter category as ‘server properties’ but the reverse is not valid nor useful.

The semantics associated with a data property is different when it is used in client context and in the server context. For example, in the client context, the application is expected to set the property GSASL_AUTHID to signal to the mechanism the username to use, but in the server context, the GSASL_AUTHID property is set by the mechanism and can be used by the application (in the callback) to find out what username the client provided.

Below is a list of all properties and an explanation for each. First is the list of data properties:

  • GSASL_AUTHID

    The authentication identity.

  • GSASL_AUTHZID

    The authorization identity.

  • GSASL_PASSWORD

    The password of the authentication identity.

  • GSASL_ANONYMOUS_TOKEN

    The anonymous token. This is typically the email address of the user.

  • GSASL_SERVICE

    The registered GSSAPI service name of the application service, e.g. “imap”. While the names are registered for GSSAPI, other mechanisms such as DIGEST-MD5 may also use this.

  • GSASL_HOSTNAME

    Should be the local host name of the machine.

  • GSASL_GSSAPI_DISPLAY_NAME

    Contain the GSSAPI “display name”, set by the server GSSAPI mechanism. Typically you retrieve this property in your callback, when invoked for GSASL_VALIDATE_GSSAPI.

  • GSASL_REALM

    The name of the authentication domain. This is used by several mechanisms, including DIGEST-MD5, GSS-API, KERBEROS_V5 and NTLM.

  • GSASL_PASSCODE

    The SecurID passcode.

  • GSASL_PIN

    The SecurID personal identification number (PIN).

  • GSASL_SUGGESTED_PIN

    A SecurID personal identification number (PIN) suggested by the server.

  • GSASL_DIGEST_MD5_HASHED_PASSWORD

    For the DIGEST-MD5 mechanism, this is a hashed password. It is used in servers to avoid storing clear-text credentials.

  • GSASL_QOPS

    The DIGEST-MD5 server query for this property to get the set of quality of protection (QOP) values to advertise. The property holds strings with comma separated keywords denoting the set of qops to use, for example qop-auth, qop-int. Valid keywords are qop-auth, qop-int, and qop-conf.

  • GSASL_QOP

    The DIGEST-MD5 client query for this property to get the quality of protection (QOP) values to request. The property value is one of the keywords for GSASL_QOPS. The client must chose one of the QOP values offered by the server (which may be inspected through the GSASL_QOPS property).

  • GSASL_SCRAM_SALTED_PASSWORD

    The SCRAM-SHA-1 client requests this property from the application, and the value should be 40 character long hex-encoded string with the user's hashed password. Note that the value is different for the same password for each value of the GSASL_SCRAM_ITER and GSASL_SCRAM_ITER properties. The property can be used to avoid storing a clear-text credential in the client. If the property is not available, the client will ask for the GSASL_PASSWORD property instead.

  • GSASL_SCRAM_ITER
  • GSASL_SCRAM_ITER

    In the server, the application can set these properties to influence the hash iteration count and hash salt to use when deriving the password. The default hash iteration count is 4096 and normally you should not need to use a lower setting. The salt should be a random string. In the client, the SCRAM-SHA-1 mechanism set these properties before asking for asking the application to provide a GSASL_SCRAM_SALTED_PASSWORD value.

  • GSASL_CB_TLS_UNIQUE

    This property holds base64 encoded tls-unique channel binding data. As a hint, if you use GnuTLS, the API gnutls_session_channel_binding can be used to extract channel bindings for a session.

  • GSASL_SAML20_IDP_IDENTIFIER

    This property holds the SAML identifier of the user. The SAML20 mechanism in client mode will send it to the other end for identification purposes, and in server mode it will be accessible in the GSASL_SAML20_REDIRECT_URL callback.

  • GSASL_SAML20_REDIRECT_URL This property holds the SAML redirect URL that the server wants the client to access. It will be available in the GSASL_SAML20_AUTHENTICATE_IN_BROWSER callback for the client.
  • GSASL_OPENID20_REDIRECT_URL This property holds the SAML redirect URL that the server wants the client to access. It will be available in the GSASL_OPENID20_AUTHENTICATE_IN_BROWSER callback for the client.
  • GSASL_OPENID20_OUTCOME_DATA OpenID 2.0 authentication outcome data. This is either the OpenID SREG values or a value list starting with "openid.error=" to signal error.

Next follows a list of data properties used to trigger the callback, typically used in servers to validate client credentials:

  • GSASL_VALIDATE_SIMPLE

    Used by multiple mechanisms in server mode. The callback may retrieve the GSASL_AUTHID, GSASL_AUTHZID and GSASL_PASSWORD property values and use them to make an authentication and authorization decision.

  • GSASL_VALIDATE_EXTERNAL

    Used by EXTERNAL mechanism on the server side to validate the client. The GSASL_AUTHID will contain the authorization identity of the client.

  • GSASL_VALIDATE_ANONYMOUS

    Used by ANONYMOUS mechanism on the server side to validate the client. The GSASL_ANONYMOUS_TOKEN will contain token that identity the client.

  • GSASL_VALIDATE_GSSAPI

    Used by the GSSAPI and GS2-KRB5 mechanisms on the server side, to validate the client. You may retrieve the authorization identity from GSASL_AUTHZID and the GSS-API display name from GSASL_GSSAPI_DISPLAY_NAME.

  • GSASL_VALIDATE_SECURID

    Used by SECURID mechanism on the server side to validate client. The GSASL_AUTHID, GSASL_AUTHZID, GSASL_PASSCODE, and GSASL_PIN will be set. It can return GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE to ask the client to supply another passcode, and GSASL_SECURID_SERVER_NEED_NEW_PIN to require the client to supply a new PIN code.

  • GSASL_VALIDATE_SAML20

    Used by the SAML20 mechanism on the server side to request that the application perform authentication. The callback should return GSASL_OK if the user should be permitted access, and GSASL_AUTHENTICATION_ERROR (or another error code) otherwise.

  • GSASL_VALIDATE_OPENID20

    Used by the OPENID20 mechanism on the server side to request that the application perform authentication. The callback should return GSASL_OK if the user should be permitted access, and GSASL_AUTHENTICATION_ERROR (or another error code) otherwise.

  • GSASL_SAML20_AUTHENTICATE_IN_BROWSER Used by the SAML20 mechanism in the client side to request that the client should launch the SAML redirect URL (the GSASL_SAML20_REDIRECT_URL property) in a browser to continue with authentication.
  • GSASL_OPENID20_AUTHENTICATE_IN_BROWSER Used by the OPENID20 mechanism in the client side to request that the client should launch the OpenID redirect URL (the GSASL_OPENID20_REDIRECT_URL property) in a browser to continue with authentication.


Next: , Previous: Properties, Up: Top

5 Mechanisms

Different SASL mechanisms have different requirements on the application using it. To handle these differences the library can use a callback function into your application in several different ways. Some mechanisms, such as ‘PLAIN’, are simple to explain and use. The client callback queries the user for a username and password. The server callback hands the username and password into any local policy deciding authentication system (such as /etc/passwd via PAM).

Mechanism such as ‘CRAM-MD5’ and ‘SCRAM-SHA-1’ uses hashed passwords. The client callback behaviour is the same as for PLAIN. However, the server does not receive the plain text password over the network but rather a hash of it. Existing policy deciding systems like PAM cannot handle this, so the server callback for these mechanisms are more complicated.

Further, mechanisms like GSSAPI/GS2-KRB5 (Kerberos 5) assume a specific authentication system. In theory this means that the SASL library would not need to interact with the application, but rather call this specific authentication system directly. However, some callbacks are supported anyway, to modify the behaviour of how the specific authentication system is used (i.e., to handle “super-user” login as some other user).

Some mechanisms, like ‘EXTERNAL’ and ‘ANONYMOUS’ are entirely dependent on callbacks.


Next: , Up: Mechanisms

5.1 The EXTERNAL mechanism

The EXTERNAL mechanism is used to authenticate a user to a server based on out-of-band authentication. EXTERNAL is typically used over TLS authenticated channels. Note that in the server, you need to make sure that TLS actually authenticated the client successfully. It is normally not sufficient to use TLS, since it also supports anonymous modes.

In the client, this mechanism is always enabled, and it will send the GSASL_AUTHZID property as the authorization name to the server, if the property is set. If the property is not set, the empty authorization name is sent. You need not implement a callback.

In the server, this mechanism will request the GSASL_VALIDATE_EXTERNAL callback property to decide whether the client is authenticated and authorized to log in. Your callback can retrieve the GSASL_AUTHZID property to inspect the requested authorization name from the client.


Next: , Previous: EXTERNAL, Up: Mechanisms

5.2 The ANONYMOUS mechanism

The ANONYMOUS mechanism is used to “authenticate” clients to anonymous services; or rather, just indicate that the client wishes to use the service anonymously. The client sends a token, usually her email address, which serve the purpose of some trace information suitable for log files. The token is not permitted to be empty.

In the client, this mechanism is always enabled, and will send the GSASL_ANONYMOUS_TOKEN property as the trace information to the server.

In the server, this mechanism will invoke the GSASL_VALIDATE_ANONYMOUS callback to decide whether the client should be permitted to log in. Your callback can retrieve the GSASL_ANONYMOUS_TOKEN property to, for example, save it in a log file. The token is normally not used to decide whether the client should be permitted to log in or not.


Next: , Previous: ANONYMOUS, Up: Mechanisms

5.3 The PLAIN mechanism

The PLAIN mechanism uses username and password to authenticate users. Two user names are relevant. The first, the authentication identity, indicates the credential holder, i.e., whom the provided password belongs to. The second, the authorization identity, is typically empty, to indicate that the user requests to log on to the server as herself. However, if the authorization identity is not empty, the server should decide whether the authenticated user may log on as the authorization identity. Normally, only “super-user” accounts such as ‘admin’ or similar should be allowed this.

In the client, this mechanism is always enabled, and require the GSASL_AUTHID and GSASL_PASSWORD properties. If set, GSASL_AUTHZID will also be used.

In the server, the mechanism is always enabled. Two approaches to authenticate and authorize the client are provided.

In the first approach, the server side of the mechanism will request the GSASL_VALIDATE_SIMPLE callback property to decide whether the client should be accepted or not. The callback may inspect the GSASL_AUTHID, GSASL_AUTHZID, and GSASL_PASSWORD properties. These property values will be normalized.

If the first approach fails (because, e.g., your callback returns ‘GSASL_NO_CALLBACK’ to signal that it does not implement GSASL_VALIDATE_SIMPLE) the mechanism will continue to query the application for a password, via the GSASL_PASSWORD property. Your callback may use the GSASL_AUTHID and GSASL_AUTHZID properties to select the proper password. The password is then normalized and compared to the client credential.

Which approach to use? If your database stores hashed passwords, you have no option, but must use the first approach. If passwords in your user database are stored in prepared (SASLprep) form, the first approach will be faster. If you do not have prepared passwords available, you can use the second approach to make sure the password is prepared properly before comparison.


Next: , Previous: PLAIN, Up: Mechanisms

5.4 The LOGIN mechanism

The LOGIN mechanism is a non-standard mechanism, and is similar to the PLAIN mechanism except that LOGIN lacks the support for authorization identities. Always use PLAIN instead of LOGIN in new applications.

The callback behaviour is the same as for PLAIN, except that GSASL_AUTHZID is neither used nor required, and that the server does not normalize the password using SASLprep.

See Use of SASLprep in LOGIN, for a proposed clarification of the interpretation of a hypothetical LOGIN specification.


Next: , Previous: LOGIN, Up: Mechanisms

5.5 The CRAM-MD5 mechanism

The CRAM-MD5 is a widely used, but officially deprecated (apparently in favor of DIGEST-MD5), challenge-response mechanism that transfers hashed passwords instead of clear text passwords. For insecure channels (e.g., when TLS is not used), it is safer than PLAIN. The CRAM-MD5 mechanism does not support authorization identities; making the relationship between CRAM-MD5 and DIGEST-MD5 similar to the relationship between LOGIN and PLAIN.

The disadvantage with hashed passwords is that the server cannot use normal authentication infrastructures such as PAM, because the server must have access to the correct password in order to validate an authentication attempt.

In the client, this mechanism is always enabled, and it requires the GSASL_AUTHID and GSASL_PASSWORD properties.

In the server, the mechanism will require the GSASL_PASSWORD callback property, which may use the GSASL_AUTHID property to determine which users' password should be used. The GSASL_AUTHID will be in normalized form. The server will then normalize the returned password, and compare the client response with the computed correct response, and accept the user accordingly.

See Use of SASLprep in CRAM-MD5, for a clarification on the interpretation of the CRAM-MD5 specification that this implementation rely on.


Next: , Previous: CRAM-MD5, Up: Mechanisms

5.6 The DIGEST-MD5 mechanism

The DIGEST-MD5 mechanism is based on repeated hashing using MD5, which after the MD5 break may be argued to be weaker than HMAC-MD5, but supports more features. For example, authorization identities and data integrity and privacy protection are supported. Like CRAM-MD5, only a hashed password is transferred. Consequently, DIGEST-MD5 needs access to the correct password (although it may be hashed, another improvement compared to CRAM-MD5) to verify the client response. Alas, this makes it impossible to use, e.g., PAM on the server side.

In the client, this mechanism is always enabled, and it requires the GSASL_AUTHID, GSASL_PASSWORD, GSASL_SERVICE, and GSASL_HOSTNAME properties. If set, GSASL_AUTHZID and GSASL_REALM will also be used.

In the server, the mechanism will first request the GSASL_DIGEST_MD5_HASHED_PASSWORD callback property to get the user's hashed password. If the callback doesn't supply a hashed password, the GSASL_PASSWORD callback property will be requested. Both callbacks may use the GSASL_AUTHID, GSASL_AUTHZID and GSASL_REALM properties to determine which users' password should be used. The server will then compare the client response with a computed correct response, and accept the user accordingly.

The server uses the GSASL_QOPS callback to get the set of quality of protection values to use. By default, it advertises support for authentication (qop-auth) only. You can use the callback, for example, to make the server advertise support for authentication with integrity layers.

The client uses the GSASL_QOP callback to get the quality of protection value to request. The client must choose one of the QOP values offered by the server (which may be inspected through the GSASL_QOPS property). If the client does not return a value, qop-auth is used by default.


Next: , Previous: DIGEST-MD5, Up: Mechanisms

5.7 The SCRAM-SHA-1 mechanism

The SCRAM-SHA-1 mechanism is designed to provide (almost) the same capabilities as CRAM-MD5 and DIGEST-MD5 but use modern cryptographic techniques such as HMAC-SHA-1 hashing and PKCS#5 PBKDF2 key derivation. SCRAM-SHA-1 supports authorization identities. Like CRAM-MD5 and DIGEST-MD5, only a hashed password is transferred. Consequently, SCRAM-SHA-1 needs access to the correct password to verify the client response. Channel bindings are supported through the SCRAM-SHA-1-PLUS mechanism.

In the client, the non-PLUS mechanism is always enabled, and it requires the GSASL_AUTHID property, and either GSASL_PASSWORD or GSASL_SCRAM_SALTED_PASSWORD. When the GSASL_CB_TLS_UNIQUE property is available, the SCRAM-SHA-1-PLUS mechanism is also available and it will negotiate channel bindings when the server also supports it. If set, GSASL_AUTHZID will be used by the client. To be able to return the proper GSASL_SCRAM_SALTED_PASSWORD value, the client needs to check the GSASL_SCRAM_ITER and GSASL_SCRAM_SALT values which are available when the GSASL_SCRAM_SALTED_PASSWORD property is queried for.

In the server, the mechanism will require the GSASL_PASSWORD callback property, which may use the GSASL_AUTHID property to determine which users' password should be used. The GSASL_AUTHID will be in normalized form. The server will then normalize the returned password, and compare the client response with the computed correct response, and accept the user accordingly. The server may also set the GSASL_SCRAM_ITER and GSASL_SCRAM_SALT properties to influence the values to be used by clients to derive a key from a password. When the GSASL_CB_TLS_UNIQUE property is set, the SCRAM-SHA-1-PLUS mechanism is supported and is used to negotiate channel bindings.

The GSASL_CB_TLS_UNIQUE property signal that this side of the authentication supports channel bindings. Setting the property will enable the SCRAM-SHA-1-PLUS mechanism. For clients, this also instructs the SCRAM-SHA-1 mechanism to tell servers that the client believes the server does not support channel bindings if it is used (remember that clients should otherwise have chosen the SCRAM-SHA-1-PLUS mechanism instead of the SCRAM-SHA-1 mechanism). For servers, it means the SCRAM-SHA-1 mechanism will refuse to authenticate against a client that signals that it believes the server does not support channel bindings.

The SCRAM-SHA-1-PLUS mechanism will never complete authentication successfully if channel bindings are not confirmed.


Next: , Previous: SCRAM-SHA-1, Up: Mechanisms

5.8 The NTLM mechanism

The NTLM is a non-standard mechanism. Do not use it in new applications, and do not expect it to be secure. Currently only the client side is supported.

In the client, this mechanism is always enabled, and it requires the GSASL_AUTHID and GSASL_PASSWORD properties. It will set the ‘domain’ field in the NTLM request to the value of GSASL_REALM. Some servers reportedly need non-empty but arbitrary values in that field.


Next: , Previous: NTLM, Up: Mechanisms

5.9 The SECURID mechanism

The SECURID mechanism uses authentication and authorization identity together with a passcode from a hardware token to authenticate users.

In the client, this mechanism is always enabled, and it requires the GSASL_AUTHID and GSASL_PASSCODE properties. If set, GSASL_AUTHZID will also be used. If the server requests it, the GSASL_PIN property is also required, and its callback may inspect the GSASL_SUGGESTED_PIN property to discover a server-provided PIN to use.

In the server, this mechanism will invoke the GSASL_VALIDATE_SECURID callback. The callback may inspect the GSASL_AUTHID, GSASL_AUTHZID, and GSASL_PASSCODE properties. The callback can return GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE to ask for another additional passcode from the client. The callback can return GSASL_SECURID_SERVER_NEED_NEW_PIN to ask for a new PIN code from the client, in which case it may also set the GSASL_SUGGESTED_PIN property to indicate a recommended new PIN. If the callbacks is invoked again, after having returned GSASL_SECURID_SERVER_NEED_NEW_PIN, it may also inspect the GSASL_PIN property, in addition to the other properties, to find out the client selected PIN code.


Next: , Previous: SECURID, Up: Mechanisms

5.10 The GSSAPI mechanism

The GSSAPI mechanism allows you to authenticate using Kerberos V5. The mechanism was originally designed to allow for any GSS-API mechanism to be used, but problems with the protocol made it unpractical and it is today restricted for use with Kerberos V5. See the GS2 mechanism (see GS2-KRB5) for a general solution.

In the client, the mechanism is enabled only if the user has acquired credentials (i.e., a ticket granting ticket), and it requires the GSASL_AUTHID, GSASL_SERVICE, and GSASL_HOSTNAME properties.

In the server, the mechanism requires the GSASL_SERVICE and GSASL_HOSTNAME properties, and it will invoke the GSASL_VALIDATE_GSSAPI callback property in order to validate the user. The callback may inspect the GSASL_AUTHZID and GSASL_GSSAPI_DISPLAY_NAME properties to decide whether to authorize the user. Note that authentication is performed by the GSS-API library.

XXX: explain more about quality of service, maximum buffer size, etc.


Next: , Previous: GSSAPI, Up: Mechanisms

5.11 The GS2-KRB5 mechanism

GS2 is a protocol bridge between GSS-API and SASL, and allows every GSS-API mechanism that supports mutual authentication and channel bindings to be used as a SASL mechanism. Currently we support the GS2-KRB5 mechanism, for Kerberos V5 authentication, however our GS2 implementation is flexible enough to easily support other GSS-API mechanism if any gains popularity.

In the client, the mechanism is enabled only if the user has acquired credentials (i.e., a ticket granting ticket), and it requires the GSASL_AUTHID, GSASL_SERVICE, and GSASL_HOSTNAME properties.

In the server, the mechanism requires the GSASL_SERVICE and GSASL_HOSTNAME properties, and it will invoke the GSASL_VALIDATE_GSSAPI callback property in order to validate the user. The callback may inspect the GSASL_AUTHZID and GSASL_GSSAPI_DISPLAY_NAME properties to decide whether to authorize the user. Note that authentication is performed by the GSS-API library.

The GS2 framework supports a variant of each mechanism, called the PLUS variant, which can also bind the authentication to a secure channel through channel bindings. Currently this is not supported by GNU SASL.


Next: , Previous: GS2-KRB5, Up: Mechanisms

5.12 The SAML20 mechanism

The SAML20 mechanism makes it possible to use SAML in SASL, in a way that offloads the authentication exchange to an external browser. The protocol implemented is as specified in RFC 6595.

The mechanism makes use of the following properties: GSASL_AUTHZID, GSASL_SAML20_IDP_IDENTIFIER, GSASL_SAML20_REDIRECT_URL, GSASL_SAML20_AUTHENTICATE_IN_BROWSER and GSASL_VALIDATE_SAML20.

In client mode, the mechanism will retrieve the GSASL_AUTHZID and GSASL_SAML20_IDP_IDENTIFIER properties and form a request to the server. The server will respond with a redirect URL stored in the GSASL_SAML20_REDIRECT_URL property, which the client can retrieve from the GSASL_SAML20_AUTHENTICATE_IN_BROWSER callback. The intention is that the client launches a browser to the given URL, and then proceeds with authentication. The server responds whether authentication was successful or not.

In server mode, the mechanism will invoke the GSASL_SAML20_REDIRECT_URL callback and the application can inspect the GSASL_AUTHZID and GSASL_SAML20_IDP_IDENTIFIER properties when forming the redirect URL. The URL is passed to the client which will hopefully complete authentication in the browser. The server callback GSASL_VALIDATE_SAML20 should check whether the authentication attempt was successful.

Note that SAML itself is not implemented by the GNU SASL library. On the client side, no SAML knowledge is needed, it is only required on the server side. The client only needs to be able to start a browser accessing the redirect URL. The server side is expected to call a SAML library of your choice to generate the AuthRequest and to implement an AssertionConsumerService to validate the AuthResponse. There is a complete proof-of-concept example of a SMTP server with SAML 2.0 support distributed with GNU SASL in the examples/saml20/ sub-directory. It uses the Lasso SAML implementation (http://lasso.entrouvert.org/). The example may be used as inspiration for your own server implementation. The gsasl command line client supports SAML20 as a client.


Next: , Previous: SAML20, Up: Mechanisms

5.13 The OPENID20 mechanism

The OPENID20 mechanism makes it possible to use OpenID in SASL, in a way that offloads the authentication exchange to an external browser. The protocol implemented is as specified in RFC 6616.

The mechanism makes use of the following properties: GSASL_AUTHID (for the OpenID User-Supplied Identifier), GSASL_AUTHZID, GSASL_OPENID20_REDIRECT_URL, GSASL_OPENID20_OUTCOME_DATA, GSASL_OPENID20_AUTHENTICATE_IN_BROWSER, and GSASL_VALIDATE_OPENID20.

In the client, the mechanism is enabled by default. The GSASL_AUTHID property is required and should contain the User-Supplied OpenID Identifier (for example http://josefsson.org). If set, GSASL_AUTHZID will be used by the client. The client will be invoked with the GSASL_OPENID20_AUTHENTICATE_IN_BROWSER callback to perform the OpenID authentication in a web browser. The callback can retrieve the GSASL_OPENID20_REDIRECT_URL property to find out the URL to redirect the user to. After authentication, the client can retrieve the GSASL_OPENID20_OUTCOME_DATA property with the OpenID Simple Registry (SREG) attributes sent by the server (they are not always sent).

In the server, the mechanism is enabled by default. The server will request the GSASL_OPENID20_REDIRECT_URL property, and your callback may inspect the GSASL_AUTHID to find the OpenID User-Supplied Identifier. The server callback should perform OpenID discovery and return the URL to redirect the user to. After this, the user would access the URL and proceed with authentication in the browser. The server is invoked with the GSASL_VALIDATE_OPENID20 callback to perform the actual validation of the authentication. Usually the callback will perform some IPC communication with an OpenID consumer running in a web server. The callback should return GSASL_OK on successful authentication and GSASL_AUTHENTICATION_ERROR on authentication errors, or any other error code. If the server received some OpenID Simple Registry (SREG) attributes from the OpenID Identity Provider, it may use the GSASL_OPENID20_OUTCOME_DATA property to send these to the client.

Note that OpenID itself is not implemented by the GNU SASL library. On the client side, no OpenID knowledge is required, it is only required on the server side. The client only needs to be able to start a browser accessing the redirect URL. The server side is expected to use an OpenID library of your choice to generate the redirect URL and to implement the Service Provider to validate the response from the IdP. There is a complete proof-of-concept example with a SMTP server with OpenID 2.0 support distributed with GNU SASL in the examples/openid20/ sub-directory. It uses the JanRain PHP5 OpenID implementation. The example may be used as inspiration for your own server implementation. The gsasl command line client supports OPENID20 as a client.


Previous: OPENID20, Up: Mechanisms

5.14 The KERBEROS_V5 mechanism

The KERBEROS_V5 is an experimental mechanism, the protocol specification is available on the GNU SASL homepage. It can operate in three modes, non-infrastructure mode, infrastructure mode and proxied infrastructure mode. Currently only non-infrastructure mode is supported.

In the non-infrastructure mode, it works as a superset of most features provided by PLAIN, CRAM-MD5, DIGEST-MD5 and GSSAPI while at the same time building on what is believed to be proven technology (the RFC 1510 network security system). In the non-infrastructure mode, the client must specify (via callbacks) the name of the user, and optionally the server name and realm. The server must be able to retrieve passwords given the name of the user.

In the infrastructure mode (proxied or otherwise), it allows clients and servers to authenticate via SASL in an RFC 1510 environment, using a trusted third party, a “Key Distribution Central”. In the normal mode, clients acquire tickets out of band and then invokes a one roundtrip AP-REQ and AP-REP exchange. In the proxied mode, which can be used by clients without IP addresses or without connectivity to the KDC (e.g., when the KDC is IPv4 and the client is IPV6-only), the client uses the server to proxy ticket requests and finishes with the AP-REQ/AP-REP exchange. In infrastructure mode (proxied or otherwise), neither the client nor server need to implement any callbacks (this will likely change later, to allow a server to authorize users, similar to the GSSAPI callback).

XXX: update when implementation has matured


Next: , Previous: Mechanisms, Up: Top

6 Global Functions

gsasl_init

— Function: int gsasl_init (Gsasl ** ctx)

ctx: pointer to libgsasl handle.

This functions initializes libgsasl. The handle pointed to by ctx is valid for use with other libgsasl functions iff this function is successful. It also register all builtin SASL mechanisms, using gsasl_register().

Return value: GSASL_OK iff successful, otherwise GSASL_MALLOC_ERROR.

gsasl_done

— Function: void gsasl_done (Gsasl * ctx)

ctx: libgsasl handle.

This function destroys a libgsasl handle. The handle must not be used with other libgsasl functions after this call.

gsasl_client_mechlist

— Function: int gsasl_client_mechlist (Gsasl * ctx, char ** out)

ctx: libgsasl handle.

out: newly allocated output character array.

Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl client. out is allocated by this function, and it is the responsibility of caller to deallocate it.

Return value: Returns GSASL_OK if successful, or error code.

gsasl_server_mechlist

— Function: int gsasl_server_mechlist (Gsasl * ctx, char ** out)

ctx: libgsasl handle.

out: newly allocated output character array.

Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl server. out is allocated by this function, and it is the responsibility of caller to deallocate it.

Return value: Returns GSASL_OK if successful, or error code.

gsasl_client_support_p

— Function: int gsasl_client_support_p (Gsasl * ctx, const char * name)

ctx: libgsasl handle.

name: name of SASL mechanism.

Decide whether there is client-side support for a specified mechanism.

Return value: Returns 1 if the libgsasl client supports the named mechanism, otherwise 0.

gsasl_server_support_p

— Function: int gsasl_server_support_p (Gsasl * ctx, const char * name)

ctx: libgsasl handle.

name: name of SASL mechanism.

Decide whether there is server-side support for a specified mechanism.

Return value: Returns 1 if the libgsasl server supports the named mechanism, otherwise 0.

gsasl_client_suggest_mechanism

— Function: const char * gsasl_client_suggest_mechanism (Gsasl * ctx, const char * mechlist)

ctx: libgsasl handle.

mechlist: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC).

Given a list of mechanisms, suggest which to use.

Return value: Returns name of "best" SASL mechanism supported by the libgsasl client which is present in the input string, or NULL if no supported mechanism is found.

gsasl_register

— Function: int gsasl_register (Gsasl * ctx, const Gsasl_mechanism * mech)

ctx: pointer to libgsasl handle.

mech: plugin structure with information about plugin.

This function initialize given mechanism, and if successful, add it to the list of plugins that is used by the library.

Return value: GSASL_OK iff successful, otherwise GSASL_MALLOC_ERROR.

Since: 0.2.0


Next: , Previous: Global Functions, Up: Top

7 Callback Functions

The callback is used by mechanisms to retrieve information, such as username and password, from the application. In a server, the callback is used to decide whether a user is permitted to log in or not. You tell the library of your callback function by calling gsasl_callback_set.

Since your callback may need access to data from other parts of your application, there are hooks to store and retrieve application specific pointers. This avoids the use of global variables, which wouldn't be thread safe. You store a pointer to some information (opaque from the point of view of the library) by calling gsasl_callback_hook_set and can later retrieve this data in your callback by calling gsasl_callback_hook_get.

gsasl_callback_set

— Function: void gsasl_callback_set (Gsasl * ctx, Gsasl_callback_function cb)

ctx: handle received from gsasl_init().

cb: pointer to function implemented by application.

Store the pointer to the application provided callback in the library handle. The callback will be used, via gsasl_callback(), by mechanisms to discover various parameters (such as username and passwords). The callback function will be called with a Gsasl_property value indicating the requested behaviour. For example, for GSASL_ANONYMOUS_TOKEN, the function is expected to invoke gsasl_property_set(CTX, GSASL_ANONYMOUS_TOKEN, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters.

Since: 0.2.0

gsasl_callback

— Function: int gsasl_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop)

ctx: handle received from gsasl_init(), may be NULL to derive it from sctx.

sctx: session handle.

prop: enumerated value of Gsasl_property type.

Invoke the application callback. The prop value indicate what the callback is expected to do. For example, for GSASL_ANONYMOUS_TOKEN, the function is expected to invoke gsasl_property_set(SCTX, GSASL_ANONYMOUS_TOKEN, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters.

Note that if no callback has been set by the application, but the obsolete callback interface has been used, this function will translate the old callback interface into the new. This interface should be sufficient to invoke all callbacks, both new and old.

Return value: Returns whatever the application callback returns, or GSASL_NO_CALLBACK if no application was known.

Since: 0.2.0

gsasl_callback_hook_set

— Function: void gsasl_callback_hook_set (Gsasl * ctx, void * hook)

ctx: libgsasl handle.

hook: opaque pointer to application specific data.

Store application specific data in the libgsasl handle.

The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_callback_hook_get(). This is normally used by the application to maintain a global state between the main program and callbacks.

Since: 0.2.0

gsasl_callback_hook_get

— Function: void * gsasl_callback_hook_get (Gsasl * ctx)

ctx: libgsasl handle.

Retrieve application specific data from libgsasl handle.

The application data is set using gsasl_callback_hook_set(). This is normally used by the application to maintain a global state between the main program and callbacks.

Return value: Returns the application specific data, or NULL.

Since: 0.2.0

gsasl_session_hook_set

— Function: void gsasl_session_hook_set (Gsasl_session * sctx, void * hook)

sctx: libgsasl session handle.

hook: opaque pointer to application specific data.

Store application specific data in the libgsasl session handle.

The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_session_hook_get(). This is normally used by the application to maintain a per-session state between the main program and callbacks.

Since: 0.2.14

gsasl_session_hook_get

— Function: void * gsasl_session_hook_get (Gsasl_session * sctx)

sctx: libgsasl session handle.

Retrieve application specific data from libgsasl session handle.

The application data is set using gsasl_callback_hook_set(). This is normally used by the application to maintain a per-session state between the main program and callbacks.

Return value: Returns the application specific data, or NULL.

Since: 0.2.14


Next: , Previous: Callback Functions, Up: Top

8 Property Functions

gsasl_property_set

— Function: void gsasl_property_set (Gsasl_session * sctx, Gsasl_property prop, const char * data)

sctx: session handle.

prop: enumerated value of Gsasl_property type, indicating the type of data in data.

data: zero terminated character string to store.

Make a copy of data and store it in the session handle for the indicated property prop.

You can immediately deallocate data after calling this function, without affecting the data stored in the session handle.

Since: 0.2.0

gsasl_property_set_raw

— Function: void gsasl_property_set_raw (Gsasl_session * sctx, Gsasl_property prop, const char * data, size_t len)

sctx: session handle.

prop: enumerated value of Gsasl_property type, indicating the type of data in data.

data: character string to store.

len: length of character string to store.

Make a copy of len sized data and store a zero terminated version of it in the session handle for the indicated property prop.

You can immediately deallocate data after calling this function, without affecting the data stored in the session handle.

Except for the length indicator, this function is identical to gsasl_property_set.

Since: 0.2.0

gsasl_property_fast

— Function: const char * gsasl_property_fast (Gsasl_session * sctx, Gsasl_property prop)

sctx: session handle.

prop: enumerated value of Gsasl_property type, indicating the type of data in data.

Retrieve the data stored in the session handle for given property prop.

The pointer is to live data, and must not be deallocated or modified in any way.

This function will not invoke the application callback.

Return value: Return property value, if known, or NULL if no value known.

Since: 0.2.0

gsasl_property_get

— Function: const char * gsasl_property_get (Gsasl_session * sctx, Gsasl_property prop)

sctx: session handle.

prop: enumerated value of Gsasl_property type, indicating the type of data in data.

Retrieve the data stored in the session handle for given property prop, possibly invoking the application callback to get the value.

The pointer is to live data, and must not be deallocated or modified in any way.

This function will invoke the application callback, using gsasl_callback(), when a property value is not known.

If no value is known, and no callback is specified or if the callback fail to return data, and if any obsolete callback functions has been set by the application, this function will try to call these obsolete callbacks, and store the returned data as the corresponding property. This behaviour of this function will be removed when the obsolete callback interfaces are removed.

Return value: Return data for property, or NULL if no value known.

Since: 0.2.0


Next: , Previous: Property Functions, Up: Top

9 Session Functions

gsasl_client_start

— Function: int gsasl_client_start (Gsasl * ctx, const char * mech, Gsasl_session ** sctx)

ctx: libgsasl handle.

mech: name of SASL mechanism.

sctx: pointer to client handle.

This functions initiates a client SASL authentication. This function must be called before any other gsasl_client_*() function is called.

Return value: Returns GSASL_OK if successful, or error code.

gsasl_server_start

— Function: int gsasl_server_start (Gsasl * ctx, const char * mech, Gsasl_session ** sctx)

ctx: libgsasl handle.

mech: name of SASL mechanism.

sctx: pointer to server handle.

This functions initiates a server SASL authentication. This function must be called before any other gsasl_server_*() function is called.

Return value: Returns GSASL_OK if successful, or error code.

gsasl_step

— Function: int gsasl_step (Gsasl_session * sctx, const char * input, size_t input_len, char ** output, size_t * output_len)

sctx: libgsasl session handle.

input: input byte array.

input_len: size of input byte array.

output: newly allocated output byte array.

output_len: pointer to output variable with size of output byte array.

Perform one step of SASL authentication. This reads data from the other end (from input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into newly allocated variable output and output_len that indicate the length of output).

The contents of the output buffer is unspecified if this functions returns anything other than GSASL_OK or GSASL_NEEDS_MORE. If this function return GSASL_OK or GSASL_NEEDS_MORE, however, the output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (output).

Return value: Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

gsasl_step64

— Function: int gsasl_step64 (Gsasl_session * sctx, const char * b64input, char ** b64output)

sctx: libgsasl client handle.

b64input: input base64 encoded byte array.

b64output: newly allocated output base64 encoded byte array.

This is a simple wrapper around gsasl_step() that base64 decodes the input and base64 encodes the output.

The contents of the b64output buffer is unspecified if this functions returns anything other than GSASL_OK or GSASL_NEEDS_MORE. If this function return GSASL_OK or GSASL_NEEDS_MORE, however, the b64output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (b64output).

Return value: Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

gsasl_finish

— Function: void gsasl_finish (Gsasl_session * sctx)

sctx: libgsasl session handle.

Destroy a libgsasl client or server handle. The handle must not be used with other libgsasl functions after this call.

gsasl_encode

— Function: int gsasl_encode (Gsasl_session * sctx, const char * input, size_t input_len, char ** output, size_t * output_len)

sctx: libgsasl session handle.

input: input byte array.

input_len: size of input byte array.

output: newly allocated output byte array.

output_len: size of output byte array.

Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

The output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(output).

Return value: Returns GSASL_OK if encoding was successful, otherwise an error code.

gsasl_decode

— Function: int gsasl_decode (Gsasl_session * sctx, const char * input, size_t input_len, char ** output, size_t * output_len)

sctx: libgsasl session handle.

input: input byte array.

input_len: size of input byte array.

output: newly allocated output byte array.

output_len: size of output byte array.

Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

The output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(output).

Return value: Returns GSASL_OK if encoding was successful, otherwise an error code.

gsasl_mechanism_name

— Function: const char * gsasl_mechanism_name (Gsasl_session * sctx)

sctx: libgsasl session handle.

This function returns the name of the SASL mechanism used in the session.

Return value: Returns a zero terminated character array with the name of the SASL mechanism, or NULL if not known.

Since: 0.2.28


Next: , Previous: Session Functions, Up: Top

10 Utilities

gsasl_saslprep

— Function: int gsasl_saslprep (const char * in, Gsasl_saslprep_flags flags, char ** out, int * stringpreprc)

in: a UTF-8 encoded string.

flags: any SASLprep flag, e.g., GSASL_ALLOW_UNASSIGNED.

out: on exit, contains newly allocated output string.

stringpreprc: if non-NULL, will hold precise stringprep return code.

Prepare string using SASLprep. On success, the out variable must be deallocated by the caller.

Return value: Returns GSASL_OK on success, or GSASL_SASLPREP_ERROR on error.

Since: 0.2.3

gsasl_base64_to

— Function: int gsasl_base64_to (const char * in, size_t inlen, char ** out, size_t * outlen)

in: input byte array

inlen: size of input byte array

out: pointer to newly allocated output byte array

outlen: pointer to size of newly allocated output byte array

Encode data as base64. The string is zero terminated, and outlen holds the length excluding the terminating zero. The out buffer must be deallocated by the caller.

Return value: Returns GSASL_OK on success, or GSASL_MALLOC_ERROR if input was too large or memory allocation fail.

Since: 0.2.2

gsasl_base64_from

— Function: int gsasl_base64_from (const char * in, size_t inlen, char ** out, size_t * outlen)

in: input byte array

inlen: size of input byte array

out: pointer to newly allocated output byte array

outlen: pointer to size of newly allocated output byte array

Decode Base64 data. The out buffer must be deallocated by the caller.

Return value: Returns GSASL_OK on success, GSASL_BASE64_ERROR if input was invalid, and GSASL_MALLOC_ERROR on memory allocation errors.

Since: 0.2.2

gsasl_simple_getpass

— Function: int gsasl_simple_getpass (const char * filename, const char * username, char ** key)

filename: filename of file containing passwords.

username: username string.

key: newly allocated output character array.

Retrieve password for user from specified file. The buffer key contain the password if this function is successful. The caller is responsible for deallocating it.

The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively.

Return value: Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code.

gsasl_nonce

— Function: int gsasl_nonce (char * data, size_t datalen)

data: output array to be filled with unpredictable random data.

datalen: size of output array.

Store unpredictable data of given size in the provided buffer.

Return value: Returns GSASL_OK iff successful.

gsasl_random

— Function: int gsasl_random (char * data, size_t datalen)

data: output array to be filled with strong random data.

datalen: size of output array.

Store cryptographically strong random data of given size in the provided buffer.

Return value: Returns GSASL_OK iff successful.

gsasl_md5

— Function: int gsasl_md5 (const char * in, size_t inlen, char * out[16])

in: input character array of data to hash.

inlen: length of input character array of data to hash.

Compute hash of data using MD5. The out buffer must be deallocated by the caller.

Return value: Returns GSASL_OK iff successful.

gsasl_hmac_md5

— Function: int gsasl_hmac_md5 (const char * key, size_t keylen, const char * in, size_t inlen, char * outhash[16])

key: input character array with key to use.

keylen: length of input character array with key to use.

in: input character array of data to hash.

inlen: length of input character array of data to hash.

Compute keyed checksum of data using HMAC-MD5. The outhash buffer must be deallocated by the caller.

Return value: Returns GSASL_OK iff successful.

gsasl_sha1

— Function: int gsasl_sha1 (const char * in, size_t inlen, char * out[20])

in: input character array of data to hash.

inlen: length of input character array of data to hash.

Compute hash of data using SHA1. The out buffer must be deallocated by the caller.

Return value: Returns GSASL_OK iff successful.

Since: 1.3

gsasl_hmac_sha1

— Function: int gsasl_hmac_sha1 (const char * key, size_t keylen, const char * in, size_t inlen, char * outhash[20])

key: input character array with key to use.

keylen: length of input character array with key to use.

in: input character array of data to hash.

inlen: length of input character array of data to hash.

Compute keyed checksum of data using HMAC-SHA1. The outhash buffer must be deallocated by the caller.

Return value: Returns GSASL_OK iff successful.

Since: 1.3


Next: , Previous: Utilities, Up: Top

11 Memory Handling

gsasl_free

— Function: void gsasl_free (void * ptr)

ptr: memory pointer

Invoke free(ptr) to de-allocate memory pointer. Typically used on strings allocated by other libgsasl functions.

This is useful on Windows where libgsasl is linked to one CRT and the application is linked to another CRT. Then malloc/free will not use the same heap. This happens if you build libgsasl using mingw32 and the application with Visual Studio.

Since: 0.2.19


Next: , Previous: Memory Handling, Up: Top

12 Error Handling

Most functions in the GNU SASL Library return an error if they fail. For this reason, the application should always catch the error condition and take appropriate measures, for example by releasing the resources and passing the error up to the caller, or by displaying a descriptive message to the user and cancelling the operation.

Some error values do not indicate a system error or an error in the operation, but the result of an operation that failed properly.

12.1 Error values

Errors are returned as int values.

The value of the symbol GSASL_OK is guaranteed to always be 0, and all other error codes are guaranteed to be non-0, so you may use that information to build boolean expressions involving return codes. Otherwise, an application should not depend on the particular value for error codes, and are encouraged to use the constants even for GSASL_OK to improve readability. Possible values are:

GSASL_OK
Libgsasl success
GSASL_NEEDS_MORE
SASL mechanism needs more data
GSASL_UNKNOWN_MECHANISM
Unknown SASL mechanism
GSASL_MECHANISM_CALLED_TOO_MANY_TIMES
SASL mechanism called too many times
GSASL_TOO_SMALL_BUFFER
SASL function needs larger buffer (internal error)
GSASL_FOPEN_ERROR
Could not open file in SASL library
GSASL_FCLOSE_ERROR
Could not close file in SASL library
GSASL_MALLOC_ERROR
Memory allocation error in SASL library
GSASL_BASE64_ERROR
Base 64 coding error in SASL library
GSASL_CRYPTO_ERROR
Low-level crypto error in SASL library
GSASL_NEED_CLIENT_ANONYMOUS_CALLBACK
SASL mechanism needs gsasl_client_callback_anonymous() callback (application error)
GSASL_NEED_CLIENT_PASSWORD_CALLBACK
SASL mechanism needs gsasl_client_callback_password() callback (application error)
GSASL_NEED_CLIENT_PASSCODE_CALLBACK
SASL mechanism needs gsasl_client_callback_passcode() callback (application error)
GSASL_NEED_CLIENT_PIN_CALLBACK
SASL mechanism needs gsasl_client_callback_pin() callback (application error)
GSASL_NEED_CLIENT_AUTHORIZATION_ID_CALLBACK
SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)
GSASL_NEED_CLIENT_AUTHENTICATION_ID_CALLBACK
SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)
GSASL_NEED_CLIENT_SERVICE_CALLBACK
SASL mechanism needs gsasl_client_callback_service() callback (application error)
GSASL_NEED_SERVER_VALIDATE_CALLBACK
SASL mechanism needs gsasl_server_callback_validate() callback (application error)
GSASL_NEED_SERVER_CRAM_MD5_CALLBACK
SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)
GSASL_NEED_SERVER_DIGEST_MD5_CALLBACK
SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)
GSASL_NEED_SERVER_EXTERNAL_CALLBACK
SASL mechanism needs gsasl_server_callback_external() callback (application error)
GSASL_NEED_SERVER_ANONYMOUS_CALLBACK
SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)
GSASL_NEED_SERVER_REALM_CALLBACK
SASL mechanism needs gsasl_server_callback_realm() callback (application error)
GSASL_NEED_SERVER_SECURID_CALLBACK
SASL mechanism needs gsasl_server_callback_securid() callback (application error)
GSASL_NEED_SERVER_SERVICE_CALLBACK
SASL mechanism needs gsasl_server_callback_service() callback (application error)
GSASL_NEED_SERVER_GSSAPI_CALLBACK
SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)
GSASL_NEED_SERVER_RETRIEVE_CALLBACK
SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)
GSASL_UNICODE_NORMALIZATION_ERROR
Failed to perform Unicode Normalization on string.
GSASL_SASLPREP_ERROR
Could not prepare internationalized (non-ASCII) string.
GSASL_MECHANISM_PARSE_ERROR
SASL mechanism could not parse input
GSASL_AUTHENTICATION_ERROR
Error authenticating user
GSASL_CANNOT_GET_CTX
Cannot get internal library handle (library error)
GSASL_INTEGRITY_ERROR
Integrity error in application payload
GSASL_NO_MORE_REALMS
No more realms available (non-fatal)
GSASL_NO_CLIENT_CODE
Client-side functionality not available in library (application error)
GSASL_NO_SERVER_CODE
Server-side functionality not available in library (application error)
GSASL_GSSAPI_RELEASE_BUFFER_ERROR
GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.
GSASL_GSSAPI_IMPORT_NAME_ERROR
GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.
GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR
GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.
GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR
GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.
GSASL_GSSAPI_UNWRAP_ERROR
GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.
GSASL_GSSAPI_WRAP_ERROR
GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.
GSASL_GSSAPI_ACQUIRE_CRED_ERROR
GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.
GSASL_GSSAPI_DISPLAY_NAME_ERROR
GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.
GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR
Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.
GSASL_KERBEROS_V5_INIT_ERROR
Kerberos V5 initialization failure.
GSASL_KERBEROS_V5_INTERNAL_ERROR
Kerberos V5 internal error.
GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE
SecurID needs additional passcode.
GSASL_SECURID_SERVER_NEED_NEW_PIN
SecurID needs new pin.
GSASL_INVALID_HANDLE
The provided library handle was invalid (application error)
GSASL_NO_CALLBACK
No callback specified by caller (application error).
GSASL_NO_ANONYMOUS_TOKEN
Authentication failed because the anonymous token was not provided.
GSASL_NO_AUTHID
Authentication failed because the authentication identity was not provided.
GSASL_NO_AUTHZID
Authentication failed because the authorization identity was not provided.
GSASL_NO_PASSWORD
Authentication failed because the password was not provided.
GSASL_NO_PASSCODE
Authentication failed because the passcode was not provided.
GSASL_NO_PIN
Authentication failed because the pin code was not provided.
GSASL_NO_SERVICE
Authentication failed because the service name was not provided.
GSASL_NO_HOSTNAME
Authentication failed because the host name was not provided.
GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR
GSSAPI error encapsulating token.
GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR
GSSAPI error decapsulating token.
GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR
GSSAPI error getting OID for SASL mechanism name.
GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR
GSSAPI error testing for OID in OID set.
GSASL_GSSAPI_RELEASE_OID_SET_ERROR
GSSAPI error releasing OID set.
GSASL_NO_CB_TLS_UNIQUE
Authentication failed because a tls-unique CB was not provided.
GSASL_NO_SAML20_IDP_IDENTIFIER
Callback failed to provide SAML20 IdP identifier.
GSASL_NO_SAML20_REDIRECT_URL
Callback failed to provide SAML20 redirect URL.
GSASL_NO_OPENID20_REDIRECT_URL
Callback failed to provide OPENID20 redirect URL.


Previous: Error values, Up: Error Handling

12.2 Error strings

gsasl_strerror

— Function: const char * gsasl_strerror (int err)

err: libgsasl error code

Convert return code to human readable string explanation of the reason for the particular error code.

This string can be used to output a diagnostic message to the user.

This function is one of few in the library that can be used without a successful call to gsasl_init().

Return value: Returns a pointer to a statically allocated string containing an explanation of the error code err.

gsasl_strerror_name

— Function: const char * gsasl_strerror_name (int err)

err: libgsasl error code

Convert return code to human readable string representing the error code symbol itself. For example, gsasl_strerror_name(GSASL_OK) returns the string "GSASL_OK".

This string can be used to output a diagnostic message to the user.

This function is one of few in the library that can be used without a successful call to gsasl_init().

Return value: Returns a pointer to a statically allocated string containing a string version of the error code err, or NULL if the error code is not known.

Since: 0.2.29


Next: , Previous: Error Handling, Up: Top

13 Examples

This chapter contains example code which illustrates how the GNU SASL Library can be used when writing your own application.


Next: , Up: Examples

13.1 Example 1

     /* client.c --- Example SASL client.
      * Copyright (C) 2004-2012 Simon Josefsson
      *
      * This file is part of GNU SASL.
      *
      * This program is free software: you can redistribute it and/or modify
      * it under the terms of the GNU General Public License as published by
      * the Free Software Foundation, either version 3 of the License, or
      * (at your option) any later version.
      *
      * This program is distributed in the hope that it will be useful,
      * but WITHOUT ANY WARRANTY; without even the implied warranty of
      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      * GNU General Public License for more details.
      *
      * You should have received a copy of the GNU General Public License
      * along with this program.  If not, see <http://www.gnu.org/licenses/>.
      *
      */
     
     #include <config.h>
     #include <stdarg.h>
     #include <stdio.h>
     #include <stdlib.h>
     #include <string.h>
     
     #include <gsasl.h>
     
     static void
     client_authenticate (Gsasl_session * session)
     {
       char buf[BUFSIZ] = "";
       char *p;
       int rc;
     
       /* This loop mimics a protocol where the client send data first. */
     
       do
         {
           /* Generate client output. */
           rc = gsasl_step64 (session, buf, &p);
     
           if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK)
             {
               /* If sucessful, print it. */
               printf ("Output:\n%s\n", p);
               gsasl_free (p);
             }
     
           if (rc == GSASL_NEEDS_MORE)
             {
               /* If the client need more data from server, get it here. */
               printf ("Input base64 encoded data from server:\n");
               p = fgets (buf, sizeof (buf) - 1, stdin);
     	  if (p == NULL)
     	    {
     	      perror ("fgets");
     	      return;
     	    }
               if (buf[strlen (buf) - 1] == '\n')
                 buf[strlen (buf) - 1] = '\0';
             }
         }
       while (rc == GSASL_NEEDS_MORE);
     
       printf ("\n");
     
       if (rc != GSASL_OK)
         {
           printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* The client is done.  Here you would typically check if the server
          let the client in.  If not, you could try again. */
     
       printf ("If server accepted us, we're done.\n");
     }
     
     static void
     client (Gsasl * ctx)
     {
       Gsasl_session *session;
       const char *mech = "PLAIN";
       int rc;
     
       /* Create new authentication session. */
       if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK)
         {
           printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* Set username and password in session handle.  This info will be
          lost when this session is deallocated below.  */
       gsasl_property_set (session, GSASL_AUTHID, "jas");
       gsasl_property_set (session, GSASL_PASSWORD, "secret");
     
       /* Do it. */
       client_authenticate (session);
     
       /* Cleanup. */
       gsasl_finish (session);
     }
     
     int
     main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     
       /* Initialize library. */
       if ((rc = gsasl_init (&ctx)) != GSASL_OK)
         {
           printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc));
           return 1;
         }
     
       /* Do it. */
       client (ctx);
     
       /* Cleanup. */
       gsasl_done (ctx);
     
       return 0;
     }


Next: , Previous: Example 1, Up: Examples

13.2 Example 2

     /* client-serverfirst.c --- Example SASL client, where server send data first.
      * Copyright (C) 2004-2012 Simon Josefsson
      *
      * This file is part of GNU SASL.
      *
      * This program is free software: you can redistribute it and/or modify
      * it under the terms of the GNU General Public License as published by
      * the Free Software Foundation, either version 3 of the License, or
      * (at your option) any later version.
      *
      * This program is distributed in the hope that it will be useful,
      * but WITHOUT ANY WARRANTY; without even the implied warranty of
      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      * GNU General Public License for more details.
      *
      * You should have received a copy of the GNU General Public License
      * along with this program.  If not, see <http://www.gnu.org/licenses/>.
      *
      */
     
     #include <config.h>
     #include <stdarg.h>
     #include <stdio.h>
     #include <stdlib.h>
     #include <string.h>
     
     #include <gsasl.h>
     
     static void
     client_authenticate (Gsasl_session * session)
     {
       char buf[BUFSIZ] = "";
       char *p;
       int rc;
     
       /* This loop mimics a protocol where the server send data first. */
     
       do
         {
           printf ("Input base64 encoded data from server:\n");
           p = fgets (buf, sizeof (buf) - 1, stdin);
           if (p == NULL)
     	{
     	  perror ("fgets");
     	  return;
     	}
           if (buf[strlen (buf) - 1] == '\n')
             buf[strlen (buf) - 1] = '\0';
     
           rc = gsasl_step64 (session, buf, &p);
     
           if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK)
             {
               printf ("Output:\n%s\n", p);
               gsasl_free (p);
             }
         }
       while (rc == GSASL_NEEDS_MORE);
     
       printf ("\n");
     
       if (rc != GSASL_OK)
         {
           printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* The client is done.  Here you would typically check if the server
          let the client in.  If not, you could try again. */
     
       printf ("If server accepted us, we're done.\n");
     }
     
     static void
     client (Gsasl * ctx)
     {
       Gsasl_session *session;
       const char *mech = "CRAM-MD5";
       int rc;
     
       /* Create new authentication session. */
       if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK)
         {
           printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* Set username and password in session handle.  This info will be
          lost when this session is deallocated below.  */
       gsasl_property_set (session, GSASL_AUTHID, "jas");
       gsasl_property_set (session, GSASL_PASSWORD, "secret");
     
       /* Do it. */
       client_authenticate (session);
     
       /* Cleanup. */
       gsasl_finish (session);
     }
     
     int
     main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     
       /* Initialize library. */
       if ((rc = gsasl_init (&ctx)) != GSASL_OK)
         {
           printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc));
           return 1;
         }
     
       /* Do it. */
       client (ctx);
     
       /* Cleanup. */
       gsasl_done (ctx);
     
       return 0;
     }


Next: , Previous: Example 2, Up: Examples

13.3 Example 3

     /* client-mech.c --- Example SASL client, with a choice of mechanism to use.
      * Copyright (C) 2004-2012 Simon Josefsson
      *
      * This file is part of GNU SASL.
      *
      * This program is free software: you can redistribute it and/or modify
      * it under the terms of the GNU General Public License as published by
      * the Free Software Foundation, either version 3 of the License, or
      * (at your option) any later version.
      *
      * This program is distributed in the hope that it will be useful,
      * but WITHOUT ANY WARRANTY; without even the implied warranty of
      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      * GNU General Public License for more details.
      *
      * You should have received a copy of the GNU General Public License
      * along with this program.  If not, see <http://www.gnu.org/licenses/>.
      *
      */
     
     #include <config.h>
     #include <stdarg.h>
     #include <stdio.h>
     #include <stdlib.h>
     #include <string.h>
     
     #include <gsasl.h>
     
     static void
     client_authenticate (Gsasl_session * session)
     {
       char buf[BUFSIZ] = "";
       char *p;
       int rc;
     
       /* This loop mimics a protocol where the server send data first. */
     
       do
         {
           printf ("Input base64 encoded data from server:\n");
           p = fgets (buf, sizeof (buf) - 1, stdin);
           if (p == NULL)
     	{
     	  perror ("fgets");
     	  return;
     	}
           if (buf[strlen (buf) - 1] == '\n')
             buf[strlen (buf) - 1] = '\0';
     
           rc = gsasl_step64 (session, buf, &p);
     
           if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK)
             {
               printf ("Output:\n%s\n", p);
               gsasl_free (p);
             }
         }
       while (rc == GSASL_NEEDS_MORE);
     
       printf ("\n");
     
       if (rc != GSASL_OK)
         {
           printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* The client is done.  Here you would typically check if the server
          let the client in.  If not, you could try again. */
     
       printf ("If server accepted us, we're done.\n");
     }
     
     static const char *
     client_mechanism (Gsasl * ctx)
     {
       static char mech[GSASL_MAX_MECHANISM_SIZE + 1] = "";
       char mechlist[BUFSIZ] = "";
       const char *suggestion;
       char *p;
     
       printf ("Enter list of server supported mechanisms, separate by SPC:\n");
       p = fgets (mechlist, sizeof (mechlist) - 1, stdin);
       if (p == NULL)
         {
           perror ("fgets");
           return NULL;
         }
     
       suggestion = gsasl_client_suggest_mechanism (ctx, mechlist);
       if (suggestion)
         printf ("Library suggests use of `%s'.\n", suggestion);
     
       printf ("Enter mechanism to use:\n");
       p = fgets (mech, sizeof (mech) - 1, stdin);
       if (p == NULL)
         {
           perror ("fgets");
           return NULL;
         }
     
       mech[strlen (mech) - 1] = '\0';
     
       return mech;
     }
     
     static void
     client (Gsasl * ctx)
     {
       Gsasl_session *session;
       const char *mech;
       int rc;
     
       /* Find out which mechanism to use. */
       mech = client_mechanism (ctx);
     
       /* Create new authentication session. */
       if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK)
         {
           printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* Set username and password in session handle.  This info will be
          lost when this session is deallocated below.  */
       gsasl_property_set (session, GSASL_AUTHID, "jas");
       gsasl_property_set (session, GSASL_PASSWORD, "secret");
     
       /* Do it. */
       client_authenticate (session);
     
       /* Cleanup. */
       gsasl_finish (session);
     }
     
     int
     main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     
       /* Initialize library. */
       if ((rc = gsasl_init (&ctx)) != GSASL_OK)
         {
           printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc));
           return 1;
         }
     
       /* Do it. */
       client (ctx);
     
       /* Cleanup. */
       gsasl_done (ctx);
     
       return 0;
     }


Next: , Previous: Example 3, Up: Examples

13.4 Example 4

     /* client-callback.c --- Example SASL client, with callback for user info.
      * Copyright (C) 2004-2012 Simon Josefsson
      *
      * This file is part of GNU SASL.
      *
      * This program is free software: you can redistribute it and/or modify
      * it under the terms of the GNU General Public License as published by
      * the Free Software Foundation, either version 3 of the License, or
      * (at your option) any later version.
      *
      * This program is distributed in the hope that it will be useful,
      * but WITHOUT ANY WARRANTY; without even the implied warranty of
      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      * GNU General Public License for more details.
      *
      * You should have received a copy of the GNU General Public License
      * along with this program.  If not, see <http://www.gnu.org/licenses/>.
      *
      */
     
     #include <config.h>
     #include <stdarg.h>
     #include <stdio.h>
     #include <stdlib.h>
     #include <string.h>
     
     #include <gsasl.h>
     
     static void
     client_authenticate (Gsasl_session * session)
     {
       char buf[BUFSIZ] = "";
       char *p;
       int rc;
     
       /* This loop mimics a protocol where the server send data first. */
     
       do
         {
           printf ("Input base64 encoded data from server:\n");
           p = fgets (buf, sizeof (buf) - 1, stdin);
           if (p == NULL)
     	{
     	  perror ("fgets");
     	  return;
     	}
           if (buf[strlen (buf) - 1] == '\n')
             buf[strlen (buf) - 1] = '\0';
     
           rc = gsasl_step64 (session, buf, &p);
     
           if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK)
             {
               printf ("Output:\n%s\n", p);
               gsasl_free (p);
             }
         }
       while (rc == GSASL_NEEDS_MORE);
     
       printf ("\n");
     
       if (rc != GSASL_OK)
         {
           printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* The client is done.  Here you would typically check if the server
          let the client in.  If not, you could try again. */
     
       printf ("If server accepted us, we're done.\n");
     }
     
     static void
     client (Gsasl * ctx)
     {
       Gsasl_session *session;
       const char *mech = "SECURID";
       int rc;
     
       /* Create new authentication session. */
       if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK)
         {
           printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc));
           return;
         }
     
       /* Do it. */
       client_authenticate (session);
     
       /* Cleanup. */
       gsasl_finish (session);
     }
     
     static int
     callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop)
     {
       char buf[BUFSIZ] = "";
       int rc = GSASL_NO_CALLBACK;
       char *p;
     
       /* Get user info from user. */
     
       printf ("Callback invoked, for property %d.\n", prop);
     
       switch (prop)
         {
         case GSASL_PASSCODE:
           printf ("Enter passcode:\n");
           p = fgets (buf, sizeof (buf) - 1, stdin);
           if (p == NULL)
     	{
     	  perror ("fgets");
     	  break;
     	}
           buf[strlen (buf) - 1] = '\0';
     
           gsasl_property_set (sctx, GSASL_PASSCODE, buf);
           rc = GSASL_OK;
           break;
     
         case GSASL_AUTHID:
           printf ("Enter username:\n");
           p = fgets (buf, sizeof (buf) - 1, stdin);
           if (p == NULL)
     	{
     	  perror ("fgets");
     	  break;
     	}
           buf[strlen (buf) - 1] = '\0';
     
           gsasl_property_set (sctx, GSASL_AUTHID, buf);
           rc = GSASL_OK;
           break;
     
         default:
           printf ("Unknown property!  Don't worry.\n");
           break;
         }
     
       return rc;
     }
     
     int
     main (int argc, char *argv[])
     {
       Gsasl *ctx = NULL;
       int rc;
     
       /* Initialize library. */
       if ((rc = gsasl_init (&ctx)) != GSASL_OK)
         {
           printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc));
           return 1;
         }
     
       /* Set the callback handler for the library. */
       gsasl_callback_set (ctx, callback);
     
       /* Do it. */
       client (ctx);
     
       /* Cleanup. */
       gsasl_done (ctx);
     
       return 0;
     }


Previous: Example 4, Up: Examples

13.5 Example 5

     /* smtp-server.c --- Example SMTP server with SASL authentication
      * Copyright (C) 2012 Simon Josefsson
      *
      * This file is part of GNU SASL.
      *
      * This program is free software: you can redistribute it and/or modify
      * it under the terms of the GNU General Public License as published by
      * the Free Software Foundation, either version 3 of the License, or
      * (at your option) any later version.
      *
      * This program is distributed in the hope that it will be useful,
      * but WITHOUT ANY WARRANTY; without even the implied warranty of
      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      * GNU General Public License for more details.
      *
      * You should have received a copy of the GNU General Public License
      * along with this program.  If not, see <http://www.gnu.org/licenses/>.
      *
      */
     
     /* This is a minimal SMTP server with GNU SASL authentication support.
        The only valid password is "sesam".  This server will complete
        authentications using LOGIN, PLAIN, DIGEST-MD5, CRAM-MD5, and
        SCRAM-SHA-1.  It accepts an optional command line parameter
        specifying the service name (i.e., a numerical port number or
        /etc/services name).  By default it listens on port "2000".  */
     
     #include <config.h>
     #include <string.h>
     #include <stdlib.h>
     #include <stdarg.h>
     #include <netdb.h>
     #include <signal.h>
     
     #include <gsasl.h>
     
     static int
     callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop)
     {
       int rc = GSASL_NO_CALLBACK;
     
       switch (prop)
         {
         case GSASL_PASSWORD:
           gsasl_property_set (sctx, prop, "sesam");
           rc = GSASL_OK;
           break;
     
         default:
           /* You may want to log (at debug verbosity level) that an
              unknown property was requested here, possibly after filtering
              known rejected property requests. */
           break;
         }
     
       return rc;
     }
     
     static ssize_t
     gettrimline (char **line, size_t * n, FILE * fh)
     {
       ssize_t s = getline (line, n, fh);
     
       if (s >= 2)
         {
           if ((*line)[strlen (*line) - 1] == '\n')
     	(*line)[strlen (*line) - 1] = '\0';
           if ((*line)[strlen (*line) - 1] == '\r')
     	(*line)[strlen (*line) - 1] = '\0';
     
           printf ("C: %s\n", *line);
         }
     
       return s;
     }
     
     #define print(fh, ...)							\
       printf ("S: "), printf (__VA_ARGS__), fprintf (fh, __VA_ARGS__)
     
     static void
     server_auth (FILE * fh, Gsasl_session * session)
     {
       char *line = NULL;
       size_t n = 0;
       char *p;
       int rc;
     
       /* The ordering and the type of checks in the following loop has to
          be adapted for each protocol depending on its SASL properties.
          SMTP is a "server-first" SASL protocol.  This implementation do
          not support piggy-backing of the initial client challenge nor
          piggy-backing of the terminating server response.  See RFC 2554
          and RFC 4422 for terminology.  That profile results in the
          following loop structure.  Ask on the help-gsasl list if you are
          uncertain.  */
       do
         {
           rc = gsasl_step64 (session, line, &p);
           if (rc == GSASL_NEEDS_MORE || (rc == GSASL_OK && p && *p))
     	{
     	  print (fh, "334 %s\n", p);
     	  gsasl_free (p);
     
     	  if (gettrimline (&line, &n, fh) < 0)
     	    {
     	      print (fh, "221 localhost getline failure\n");
     	      goto done;
     	    }
     	}
         }
       while (rc == GSASL_NEEDS_MORE);
     
       if (rc != GSASL_OK)
         {
           print (fh, "535 gsasl_step64 (%d): %s\n", rc, gsasl_strerror (rc));
           goto done;
         }
     
       {
         const char *authid = gsasl_property_fast (session, GSASL_AUTHID);
         const char *authzid = gsasl_property_fast (session, GSASL_AUTHZID);
         print (fh, "235 OK [authid: %s authzid: %s]\n",
     	   authid ? authid : "N/A", authzid ? authzid : "N/A");
       }
     
     done:
       free (line);
     }
     
     static void
     smtp (FILE * fh, Gsasl * ctx)
     {
       char *line = NULL;
       size_t n = 0;
       int rc;
     
       print (fh, "220 localhost ESMTP GNU SASL smtp-server\n");
     
       while (gettrimline (&line, &n, fh) >= 0)
         {
           if (strncmp (line, "EHLO ", 5) == 0 || strncmp (line, "ehlo ", 5) == 0)
     	{
     	  char *mechlist;
     
     	  rc = gsasl_server_mechlist (ctx, &mechlist);
     	  if (rc != GSASL_OK)
     	    {
     	      print (fh, "221 localhost gsasl_server_mechlist (%d): %s\n",
     		     rc, gsasl_strerror (rc));
     	      goto done;
     	    }
     
     	  print (fh, "250-localhost\n");
     	  print (fh, "250 AUTH %s\n", mechlist);
     
     	  gsasl_free (mechlist);
     	}
           else if (strncmp (line, "AUTH ", 5) == 0
     	       || strncmp (line, "auth ", 5) == 0)
     	{
     	  Gsasl_session *session = NULL;
     
     	  if ((rc = gsasl_server_start (ctx, line + 5, &session)) != GSASL_OK)
     	    {
     	      print (fh, "221 localhost gsasl_server_start (%d): %s\n",
     		     rc, gsasl_strerror (rc));
     	      goto done;
     	    }
     
     	  server_auth (fh, session);
     
     	  gsasl_finish (session);
     	}
           else if (strncmp (line, "QUIT", 4) == 0
     	       || strncmp (line, "quit", 4) == 0)
     	{
     	  print (fh, "221 localhost QUIT\n");
     	  goto done;
     	}
           else
     	print (fh, "500 unrecognized command\n");
         }
     
       print (fh, "221 localhost getline failure\n");
     
     done:
       free (line);
     }
     
     int
     main (int argc, char *argv[])
     {
       const char *service = argc > 1 ? argv[1] : "2000";
       volatile int run = 1;
       struct addrinfo hints, *addrs;
       int sockfd;
       int rc;
       int yes = 1;
       Gsasl *ctx;
     
       setvbuf (stdout, NULL, _IONBF, 0);
     
       rc = gsasl_init (&ctx);
       if (rc < 0)
         {
           printf ("gsasl_init (%d): %s\n", rc, gsasl_strerror (rc));
           exit (EXIT_FAILURE);
         }
     
       printf ("%s [gsasl header %s library %s]\n",
     	  argv[0], GSASL_VERSION, gsasl_check_version (NULL));
     
       gsasl_callback_set (ctx, callback);
     
       memset (&hints, 0, sizeof (hints));
       hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG;
       hints.ai_socktype = SOCK_STREAM;
     
       rc = getaddrinfo (NULL, service, &hints, &addrs);
       if (rc < 0)
         {
           printf ("getaddrinfo: %s\n", gai_strerror (rc));
           exit (EXIT_FAILURE);
         }
     
       sockfd = socket (addrs->ai_family, addrs->ai_socktype, addrs->ai_protocol);
       if (sockfd < 0)
         {
           perror ("socket");
           exit (EXIT_FAILURE);
         }
     
       if (setsockopt (sockfd, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof (yes)) < 0)
         {
           perror ("setsockopt");
           exit (EXIT_FAILURE);
         }
     
       rc = bind (sockfd, addrs->ai_addr, addrs->ai_addrlen);
       if (rc < 0)
         {
           perror ("bind");
           exit (EXIT_FAILURE);
         }
     
       freeaddrinfo (addrs);
     
       rc = listen (sockfd, SOMAXCONN);
       if (rc < 0)
         {
           perror ("listen");
           exit (EXIT_FAILURE);
         }
     
       signal (SIGPIPE, SIG_IGN);
     
       while (run)
         {
           struct sockaddr from;
           socklen_t fromlen = sizeof (from);
           char host[NI_MAXHOST];
           int fd;
           FILE *fh;
     
           fd = accept (sockfd, &from, &fromlen);
           if (fd < 0)
     	{
     	  perror ("accept");
     	  continue;
     	}
     
           rc = getnameinfo (&from, fromlen, host, sizeof (host),
     			NULL, 0, NI_NUMERICHOST);
           if (rc == 0)
     	printf ("connection from %s\n", host);
           else
     	printf ("getnameinfo: %s\n", gai_strerror (rc));
     
           fh = fdopen (fd, "w+");
           if (!fh)
     	{
     	  perror ("fdopen");
     	  close (fd);
     	  continue;
     	}
     
           smtp (fh, ctx);
     
           fclose (fh);
         }
     
       close (sockfd);
       gsasl_done (ctx);
     
       return 0;
     }


Next: , Previous: Examples, Up: Top

14 Acknowledgements

The makefiles, manuals, etc borrowed much from Libgcrypt written by Werner Koch.

Cryptographic functions for some SASL mechanisms uses Libgcrypt by Werner Koch et al. The NTLM mechanism uses Libntlm by Grant Edwards et al, using code from Samba written by Andrew Tridgell, and now maintained by Simon Josefsson. The KERBEROS_V5 mechanism uses Shishi by Simon Josefsson. The GSSAPI and GS2-KRB5 mechanism uses a GSS-API implementation, such as GNU GSS by Simon Josefsson.

Gnulib is used to simplify portability.

This manual borrows text from the SASL specification.


Next: , Previous: Acknowledgements, Up: Top

15 Invoking gsasl

Name

GNU SASL (gsasl) – Command line interface to libgsasl.

Description

gsasl is the main program of GNU SASL.

This section only lists the commands and options available.

Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.

Commands

gsasl recognizes these commands:

  -c, --client               Act as client (the default).
      --client-mechanisms    Write name of supported client mechanisms
                             separated by space to stdout.
  -s, --server               Act as server.
      --server-mechanisms    Write name of supported server mechanisms
                             separated by space to stdout.

Network Options

Normally the SASL negotiation is performed on the terminal, with reading from stdin and writing to stdout. It is also possible to perform the negotiation with a server over a TCP network connection.

      --connect=HOSTNAME[:SERVICE]
                             Connect to TCP server and negotiate on stream
                             instead of stdin/stdout. SERVICE is the protocol
                             service, or an integer denoting the port, and
                             defaults to 143 (imap) if not specified. Also sets
                             the --hostname default.

Miscellaneous Options:

These parameters affect overall behaviour.

  -d, --application-data     After authentication, read data from stdin and run
                             it through the mechanism's security layer and
                             print it base64 encoded to stdout. The default is
                             to terminate after authentication.
      --imap                 Use a IMAP-like logon procedure (client only).
                             Also sets the --service default to "imap".
  -m, --mechanism=STRING     Mechanism to use.
      --no-client-first      Disallow client to send data first (client only).

SASL Mechanism Options

These options modify the behaviour of the callbacks (see Callback Functions) in the library. The default is to query the user on the terminal.

  -n, --anonymous-token=STRING    Token for anonymous authentication, usually
                                  mail address (ANONYMOUS only).
  -a, --authentication-id=STRING  Identity of credential owner.
  -z, --authorization-id=STRING   Identity to request service for.
      --disable-cleartext-validate
                             Disable cleartext validate hook, forcing server to
                             prompt for password.
      --enable-cram-md5-validate  Validate CRAM-MD5 challenge and response
                                  interactively.
      --hostname=STRING      Set the name of the server with the requested
                             service.
  -p, --password=STRING      Password for authentication (insecure for
                             non-testing purposes).
      --passcode=NUMBER      Passcode for authentication (SECURID only).
      --quality-of-protection=<qop-auth | qop-int | qop-conf>
                             How application payload will be protected.
                             "qop-auth" means no protection,
                             "qop-int" means integrity protection,
                             "qop-conf" means confidentiality.
                             Currently only used by DIGEST-MD5, where the
                             default is "qop-int".
  -r, --realm=STRING         Realm. Defaults to hostname.
      --service=STRING       Set the requested service name (should be a
                             registered GSSAPI host based service name).
      --service-name=STRING  Set the generic server name in case of a
                             replicated server (DIGEST-MD5 only).
  -x, --maxbuf=NUMBER        Indicate maximum buffer size (DIGEST-MD5 only).

STARTTLS options

      --starttls                Force use of STARTTLS.  The default is to use
                                  STARTTLS when available.  (default=off)
      --no-starttls             Unconditionally disable STARTTLS.
                                  (default=off)
      --no-cb                   Don't set any channel bindings.  (default=off)
      --x509-ca-file=FILE       File containing one or more X.509 Certificate
                                  Authorities certificates in PEM format, used
                                  to verify the certificate received from the
                                  server.  If not specified, no verification of
                                  the remote server certificate will be done.
      --x509-cert-file=FILE     File containing client X.509 certificate in PEM
                                  format.  Used together with --x509-key-file
                                  to specify the certificate/key pair.
      --x509-key-file=FILE      Private key for the client X.509 certificate in
                                  PEM format.  Used together with
                                  --x509-key-file to specify the
                                  certificate/key pair.
      --priority                Cipher priority string.

Other Options

These are some standard parameters.

  -q, --quiet, --silent      Don't produce any diagnostic output.
  -v, --verbose              Produce verbose output.

  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version


Next: , Previous: Invoking gsasl, Up: Top

Appendix A Protocol Clarifications

This appendix contains clarifications to various SASL specification that we felt were necessary to include, if for nothing else it may serve as a guide for other implementers that worry about the same issues.

A.1 Use of SASLprep in CRAM-MD5

The specification, as of draft-ietf-sasl-crammd5-04.txt, is silent on whether a SASL server implementation applying SASLprep on a password received from an external, non-SASL specific database (i.e., the passwords are not stored in SASLprep form in the database), should set or clear the AllowUnassigned bit. The motivation for the AU-bit in StringPrep/SASLprep is for stored vs query strings. It could be argued that in this situation the server can treat the external password either as a stored string (from a database) or as a query (the server uses the string as a query into the fixed HMAC-MD5 hash).

The specification is also unclear on whether clients should set or clear the AllowUnassigned flag.

In the server, GNU SASL applies SASLprep to the password with the AllowUnassigned bit cleared.

A.2 Use of SASLprep in LOGIN

The non-standard mechanism LOGIN presumably does not support non-ASCII. We suggest that the client should send unprepared UTF-8 and that the server apply SASLprep with the AllowUnassigned bit cleared on the received username and password.

Appendix B Old Functions

As GNU SASL is still under heavy development, some API functions have been found to be less useful. Those old API functions will be supported during a transition period. Refer to the NEWS file to find out since when a function has been deprecated.

gsasl_client_listmech

— Function: int gsasl_client_listmech (Gsasl * ctx, char * out, size_t * outlen)

ctx: libgsasl handle.

out: output character array.

outlen: input maximum size of output character array, on output contains actual length of output array.

Write SASL names, separated by space, of mechanisms supported by the libgsasl client to the output array. To find out how large the output array must be, call this function with a NULL out parameter.

Return value: Returns GSASL_OK if successful, or error code.

Deprecated: Use gsasl_client_mechlist() instead.

gsasl_server_listmech

— Function: int gsasl_server_listmech (Gsasl * ctx, char * out, size_t * outlen)

ctx: libgsasl handle.

out: output character array.

outlen: input maximum size of output character array, on output contains actual length of output array.

Write SASL names, separated by space, of mechanisms supported by the libgsasl server to the output array. To find out how large the output array must be, call this function with a NULL out parameter.

Return value: Returns GSASL_OK if successful, or error code.

Deprecated: Use gsasl_server_mechlist() instead.

gsasl_client_step

— Function: int gsasl_client_step (Gsasl_session * sctx, const char * input, size_t input_len, char * output, size_t * output_len)

sctx: libgsasl client handle.

input: input byte array.

input_len: size of input byte array.

output: output byte array.

output_len: size of output byte array.

Perform one step of SASL authentication in client. This reads data from server (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into variables output and output_len).

The contents of the output buffer is unspecified if this functions returns anything other than GSASL_NEEDS_MORE.

Return value: Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

Deprecated: Use gsasl_step() instead.

gsasl_server_step

— Function: int gsasl_server_step (Gsasl_session * sctx, const char * input, size_t input_len, char * output, size_t * output_len)

sctx: libgsasl server handle.

input: input byte array.

input_len: size of input byte array.

output: output byte array.

output_len: size of output byte array.

Perform one step of SASL authentication in server. This reads data from client (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to client (into variables output and output_len).

The contents of the output buffer is unspecified if this functions returns anything other than GSASL_NEEDS_MORE.

Return value: Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

Deprecated: Use gsasl_step() instead.

gsasl_client_step_base64

— Function: int gsasl_client_step_base64 (Gsasl_session * sctx, const char * b64input, char * b64output, size_t b64output_len)

sctx: libgsasl client handle.

b64input: input base64 encoded byte array.

b64output: output base64 encoded byte array.

b64output_len: size of output base64 encoded byte array.

This is a simple wrapper around gsasl_client_step() that base64 decodes the input and base64 encodes the output.

Return value: See gsasl_client_step().

Deprecated: Use gsasl_step64() instead.

gsasl_server_step_base64

— Function: int gsasl_server_step_base64 (Gsasl_session * sctx, const char * b64input, char * b64output, size_t b64output_len)

sctx: libgsasl server handle.

b64input: input base64 encoded byte array.

b64output: output base64 encoded byte array.

b64output_len: size of output base64 encoded byte array.

This is a simple wrapper around gsasl_server_step() that base64 decodes the input and base64 encodes the output.

Return value: See gsasl_server_step().

Deprecated: Use gsasl_step64() instead.

gsasl_client_finish

— Function: void gsasl_client_finish (Gsasl_session * sctx)

sctx: libgsasl client handle.

Destroy a libgsasl client handle. The handle must not be used with other libgsasl functions after this call.

Deprecated: Use gsasl_finish() instead.

gsasl_server_finish

— Function: void gsasl_server_finish (Gsasl_session * sctx)

sctx: libgsasl server handle.

Destroy a libgsasl server handle. The handle must not be used with other libgsasl functions after this call.

Deprecated: Use gsasl_finish() instead.

gsasl_client_ctx_get

— Function: Gsasl * gsasl_client_ctx_get (Gsasl_session * sctx)

sctx: libgsasl client handle

Get the libgsasl handle given a libgsasl client handle.

Return value: Returns the libgsasl handle given a libgsasl client handle.

Deprecated: This function is not useful with the new 0.2.0 API.

gsasl_client_application_data_set

— Function: void gsasl_client_application_data_set (Gsasl_session * sctx, void * application_data)

sctx: libgsasl client handle.

application_data: opaque pointer to application specific data.

Store application specific data in the libgsasl client handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_client_application_data_get(). It is normally used by the application to maintain state between the main program and the callback.

Deprecated: Use gsasl_callback_hook_set() or gsasl_session_hook_set() instead.

gsasl_client_application_data_get

— Function: void * gsasl_client_application_data_get (Gsasl_session * sctx)

sctx: libgsasl client handle.

Retrieve application specific data from libgsasl client handle. The application data is set using gsasl_client_application_data_set(). It is normally used by the application to maintain state between the main program and the callback.

Return value: Returns the application specific data, or NULL.

Deprecated: Use gsasl_callback_hook_get() or gsasl_session_hook_get() instead.

gsasl_server_ctx_get

— Function: Gsasl * gsasl_server_ctx_get (Gsasl_session * sctx)

sctx: libgsasl server handle

Get the libgsasl handle given a libgsasl server handle.

Return value: Returns the libgsasl handle given a libgsasl server handle.

Deprecated: This function is not useful with the new 0.2.0 API.

gsasl_server_application_data_set

— Function: void gsasl_server_application_data_set (Gsasl_session * sctx, void * application_data)

sctx: libgsasl server handle.

application_data: opaque pointer to application specific data.

Store application specific data in the libgsasl server handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_server_application_data_get(). It is normally used by the application to maintain state between the main program and the callback.

Deprecated: Use gsasl_callback_hook_set() or gsasl_session_hook_set() instead.

gsasl_server_application_data_get

— Function: void * gsasl_server_application_data_get (Gsasl_session * sctx)

sctx: libgsasl server handle.

Retrieve application specific data from libgsasl server handle. The application data is set using gsasl_server_application_data_set(). It is normally used by the application to maintain state between the main program and the callback.

Return value: Returns the application specific data, or NULL.

Deprecated: Use gsasl_callback_hook_get() or gsasl_session_hook_get() instead.

gsasl_randomize

— Function: int gsasl_randomize (int strong, char * data, size_t datalen)

strong: 0 iff operation should not block, non-0 for very strong randomness.

data: output array to be filled with random data.

datalen: size of output array.

Store cryptographically random data of given size in the provided buffer.

Return value: Returns GSASL_OK iff successful.

Deprecated: Use gsasl_random() or gsasl_nonce() instead.

gsasl_ctx_get

— Function: Gsasl * gsasl_ctx_get (Gsasl_session * sctx)

sctx: libgsasl session handle

Get the libgsasl handle given a libgsasl session handle.

Return value: Returns the libgsasl handle given a libgsasl session handle.

Deprecated: This function is not useful with the new 0.2.0 API.

gsasl_encode_inline

— Function: int gsasl_encode_inline (Gsasl_session * sctx, const char * input, size_t input_len, char * output, size_t * output_len)

sctx: libgsasl session handle.

input: input byte array.

input_len: size of input byte array.

output: output byte array.

output_len: size of output byte array.

Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

Return value: Returns GSASL_OK if encoding was successful, otherwise an error code.

Deprecated: Use gsasl_encode() instead.

Since: 0.2.0

gsasl_decode_inline

— Function: int gsasl_decode_inline (Gsasl_session * sctx, const char * input, size_t input_len, char * output, size_t * output_len)

sctx: libgsasl session handle.

input: input byte array.

input_len: size of input byte array.

output: output byte array.

output_len: size of output byte array.

Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

Return value: Returns GSASL_OK if encoding was successful, otherwise an error code.

Deprecated: Use gsasl_decode() instead.

Since: 0.2.0

gsasl_application_data_set

— Function: void gsasl_application_data_set (Gsasl * ctx, void * appdata)

ctx: libgsasl handle.

appdata: opaque pointer to application specific data.

Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_application_data_get(). It is normally used by the application to maintain state between the main program and the callback.

Deprecated: Use gsasl_callback_hook_set() instead.

gsasl_application_data_get

— Function: void * gsasl_application_data_get (Gsasl * ctx)

ctx: libgsasl handle.

Retrieve application specific data from libgsasl handle. The application data is set using gsasl_application_data_set(). It is normally used by the application to maintain state between the main program and the callback.

Return value: Returns the application specific data, or NULL.

Deprecated: Use gsasl_callback_hook_get() instead.

gsasl_appinfo_set

— Function: void gsasl_appinfo_set (Gsasl_session * sctx, void * appdata)

sctx: libgsasl session handle.

appdata: opaque pointer to application specific data.

Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_appinfo_get(). It is normally used by the application to maintain state between the main program and the callback.

Deprecated: Use gsasl_callback_hook_set() instead.

gsasl_appinfo_get

— Function: void * gsasl_appinfo_get (Gsasl_session * sctx)

sctx: libgsasl session handle.

Retrieve application specific data from libgsasl session handle. The application data is set using gsasl_appinfo_set(). It is normally used by the application to maintain state between the main program and the callback.

Return value: Returns the application specific data, or NULL.

Deprecated: Use gsasl_callback_hook_get() instead.

gsasl_server_suggest_mechanism

— Function: const char * gsasl_server_suggest_mechanism (Gsasl * ctx, const char * mechlist)

ctx: libgsasl handle.

mechlist: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC).

Get name of "best" SASL mechanism supported by the libgsasl server which is present in the input string.

Return value: Returns name of "best" SASL mechanism supported by the libgsasl server which is present in the input string.

Deprecated: This function was never useful, since it is the client that chose which mechanism to use.

gsasl_client_callback_authentication_id_set

— Function: void gsasl_client_callback_authentication_id_set (Gsasl * ctx, Gsasl_client_callback_authentication_id cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to set the authentication identity. The function can be later retrieved using gsasl_client_callback_authentication_id_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_authentication_id_get

— Function: Gsasl_client_callback_authentication_id gsasl_client_callback_authentication_id_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_authentication_id_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_authentication_id_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_authorization_id_set

— Function: void gsasl_client_callback_authorization_id_set (Gsasl * ctx, Gsasl_client_callback_authorization_id cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to set the authorization identity. The function can be later retrieved using gsasl_client_callback_authorization_id_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_authorization_id_get

— Function: Gsasl_client_callback_authorization_id gsasl_client_callback_authorization_id_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_authorization_id_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_authorization_id_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_password_set

— Function: void gsasl_client_callback_password_set (Gsasl * ctx, Gsasl_client_callback_password cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to set the password. The function can be later retrieved using gsasl_client_callback_password_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_password_get

— Function: Gsasl_client_callback_password gsasl_client_callback_password_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_password_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_password_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_passcode_set

— Function: void gsasl_client_callback_passcode_set (Gsasl * ctx, Gsasl_client_callback_passcode cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to set the passcode. The function can be later retrieved using gsasl_client_callback_passcode_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_passcode_get

— Function: Gsasl_client_callback_passcode gsasl_client_callback_passcode_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_passcode_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_passcode_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_pin_set

— Function: void gsasl_client_callback_pin_set (Gsasl * ctx, Gsasl_client_callback_pin cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to chose a new pin, possibly suggested by the server, for the SECURID mechanism. This is not normally invoked, but only when the server requests it. The function can be later retrieved using gsasl_client_callback_pin_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_pin_get

— Function: Gsasl_client_callback_pin gsasl_client_callback_pin_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_pin_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_pin_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_service_set

— Function: void gsasl_client_callback_service_set (Gsasl * ctx, Gsasl_client_callback_service cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. Servicename is used by DIGEST-MD5 and should be the name of generic server in case of a replicated service. The function can be later retrieved using gsasl_client_callback_service_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_service_get

— Function: Gsasl_client_callback_service gsasl_client_callback_service_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_service_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_service_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_anonymous_set

— Function: void gsasl_client_callback_anonymous_set (Gsasl * ctx, Gsasl_client_callback_anonymous cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to set the anonymous token, which usually is the users email address. The function can be later retrieved using gsasl_client_callback_anonymous_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_anonymous_get

— Function: Gsasl_client_callback_anonymous gsasl_client_callback_anonymous_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_anonymous_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_anonymous_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_qop_set

— Function: void gsasl_client_callback_qop_set (Gsasl * ctx, Gsasl_client_callback_qop cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to determine the qop to use after looking at what the server offered. The function can be later retrieved using gsasl_client_callback_qop_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_qop_get

— Function: Gsasl_client_callback_qop gsasl_client_callback_qop_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_qop_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_qop_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_maxbuf_set

— Function: void gsasl_client_callback_maxbuf_set (Gsasl * ctx, Gsasl_client_callback_maxbuf cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to inform the server of the largest buffer the client is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using gsasl_client_callback_maxbuf_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_maxbuf_get

— Function: Gsasl_client_callback_maxbuf gsasl_client_callback_maxbuf_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_maxbuf_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_maxbuf_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_realm_set

— Function: void gsasl_client_callback_realm_set (Gsasl * ctx, Gsasl_client_callback_realm cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the client to know which realm it belongs to. The realm is used by the server to determine which username and password to use. The function can be later retrieved using gsasl_client_callback_realm_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_client_callback_realm_get

— Function: Gsasl_client_callback_realm gsasl_client_callback_realm_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_client_callback_realm_set().

Return value: Returns the callback earlier set by calling gsasl_client_callback_realm_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_validate_set

— Function: void gsasl_server_callback_validate_set (Gsasl * ctx, Gsasl_server_callback_validate cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using gsasl_server_callback_validate_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_validate_get

— Function: Gsasl_server_callback_validate gsasl_server_callback_validate_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_validate_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_validate_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_retrieve_set

— Function: void gsasl_server_callback_retrieve_set (Gsasl * ctx, Gsasl_server_callback_retrieve cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using gsasl_server_callback_retrieve_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_retrieve_get

— Function: Gsasl_server_callback_retrieve gsasl_server_callback_retrieve_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_retrieve_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_retrieve_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_cram_md5_set

— Function: void gsasl_server_callback_cram_md5_set (Gsasl * ctx, Gsasl_server_callback_cram_md5 cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for deciding if user is authenticated using CRAM-MD5 challenge and response. The function can be later retrieved using gsasl_server_callback_cram_md5_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_cram_md5_get

— Function: Gsasl_server_callback_cram_md5 gsasl_server_callback_cram_md5_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_cram_md5_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_cram_md5_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_digest_md5_set

— Function: void gsasl_server_callback_digest_md5_set (Gsasl * ctx, Gsasl_server_callback_digest_md5 cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for retrieving the secret hash of the username, realm and password for use in the DIGEST-MD5 mechanism. The function can be later retrieved using gsasl_server_callback_digest_md5_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_digest_md5_get

— Function: Gsasl_server_callback_digest_md5 gsasl_server_callback_digest_md5_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_digest_md5_set().

Return value: Return the callback earlier set by calling gsasl_server_callback_digest_md5_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_external_set

— Function: void gsasl_server_callback_external_set (Gsasl * ctx, Gsasl_server_callback_external cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for deciding if user is authenticated out of band. The function can be later retrieved using gsasl_server_callback_external_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_external_get

— Function: Gsasl_server_callback_external gsasl_server_callback_external_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_external_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_external_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_anonymous_set

— Function: void gsasl_server_callback_anonymous_set (Gsasl * ctx, Gsasl_server_callback_anonymous cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for deciding if user is permitted anonymous access. The function can be later retrieved using gsasl_server_callback_anonymous_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_anonymous_get

— Function: Gsasl_server_callback_anonymous gsasl_server_callback_anonymous_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_anonymous_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_anonymous_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_realm_set

— Function: void gsasl_server_callback_realm_set (Gsasl * ctx, Gsasl_server_callback_realm cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server to know which realm it serves. The realm is used by the user to determine which username and password to use. The function can be later retrieved using gsasl_server_callback_realm_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_realm_get

— Function: Gsasl_server_callback_realm gsasl_server_callback_realm_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_realm_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_realm_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_qop_set

— Function: void gsasl_server_callback_qop_set (Gsasl * ctx, Gsasl_server_callback_qop cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server to know which quality of protection it accepts. The quality of protection eventually used is selected by the client though. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using gsasl_server_callback_qop_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_qop_get

— Function: Gsasl_server_callback_qop gsasl_server_callback_qop_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_qop_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_qop_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_maxbuf_set

— Function: void gsasl_server_callback_maxbuf_set (Gsasl * ctx, Gsasl_server_callback_maxbuf cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server to inform the client of the largest buffer the server is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using gsasl_server_callback_maxbuf_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_maxbuf_get

— Function: Gsasl_server_callback_maxbuf gsasl_server_callback_maxbuf_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_maxbuf_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_maxbuf_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_cipher_set

— Function: void gsasl_server_callback_cipher_set (Gsasl * ctx, Gsasl_server_callback_cipher cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server to inform the client of the cipher suites supported. The DES and 3DES ciphers must be supported for interoperability. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using gsasl_server_callback_cipher_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_cipher_get

— Function: Gsasl_server_callback_cipher gsasl_server_callback_cipher_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_cipher_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_cipher_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_securid_set

— Function: void gsasl_server_callback_securid_set (Gsasl * ctx, Gsasl_server_callback_securid cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for validating a user via the SECURID mechanism. The function should return GSASL_OK if user authenticated successfully, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE if it wants another passcode, GSASL_SECURID_SERVER_NEED_NEW_PIN if it wants a PIN change, or an error. When (and only when) GSASL_SECURID_SERVER_NEED_NEW_PIN is returned, suggestpin can be populated with a PIN code the server suggests, and suggestpinlen set to the length of the PIN. The function can be later retrieved using gsasl_server_callback_securid_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_securid_get

— Function: Gsasl_server_callback_securid gsasl_server_callback_securid_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_securid_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_securid_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_gssapi_set

— Function: void gsasl_server_callback_gssapi_set (Gsasl * ctx, Gsasl_server_callback_gssapi cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server for checking if a GSSAPI user is authorized for username (by, e.g., calling krb5_kuserok). The function should return GSASL_OK if the user should be permitted access, or an error code such as GSASL_AUTHENTICATION_ERROR on failure. The function can be later retrieved using gsasl_server_callback_gssapi_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_gssapi_get

— Function: Gsasl_server_callback_gssapi gsasl_server_callback_gssapi_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_gssapi_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_gssapi_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_service_set

— Function: void gsasl_server_callback_service_set (Gsasl * ctx, Gsasl_server_callback_service cb)

ctx: libgsasl handle.

cb: callback function

Specify the callback function to use in the server to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. The function can be later retrieved using gsasl_server_callback_service_get().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_server_callback_service_get

— Function: Gsasl_server_callback_service gsasl_server_callback_service_get (Gsasl * ctx)

ctx: libgsasl handle.

Get the callback earlier set by calling gsasl_server_callback_service_set().

Return value: Returns the callback earlier set by calling gsasl_server_callback_service_set().

Deprecated: This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

gsasl_stringprep_nfkc

— Function: char * gsasl_stringprep_nfkc (const char * in, ssize_t len)

in: a UTF-8 encoded string.

len: length of str, in bytes, or -1 if str is nul-terminated.

Converts a string into canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character.

The normalization mode is NFKC (ALL COMPOSE). It standardizes differences that do not affect the text content, such as the above-mentioned accent representation. It standardizes the "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same. It returns a result with composed forms rather than a maximally decomposed form.

Return value: Return a newly allocated string, that is the NFKC normalized form of str, or NULL on error.

Deprecated: No replacement functionality in GNU SASL, use GNU Libidn instead. Note that in SASL, you most likely want to use SASLprep and not bare NFKC, see gsasl_saslprep().

gsasl_stringprep_saslprep

— Function: char * gsasl_stringprep_saslprep (const char * in, int * stringprep_rc)

in: input ASCII or UTF-8 string with data to prepare according to SASLprep.

stringprep_rc: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it.

Process a Unicode string for comparison, according to the "SASLprep" stringprep profile. This function is intended to be used by Simple Authentication and Security Layer (SASL) mechanisms (such as PLAIN, CRAM-MD5, and DIGEST-MD5) as well as other protocols exchanging user names and/or passwords.

Return value: Return a newly allocated string that is the "SASLprep" processed form of the input string, or NULL on error, in which case stringprep_rc contain the stringprep library error code.

Deprecated: Use gsasl_saslprep() instead.

gsasl_stringprep_trace

— Function: char * gsasl_stringprep_trace (const char * in, int * stringprep_rc)

in: input ASCII or UTF-8 string with data to prepare according to "trace".

stringprep_rc: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it.

Process a Unicode string for use as trace information, according to the "trace" stringprep profile. The profile is designed for use with the SASL ANONYMOUS Mechanism.

Return value: Return a newly allocated string that is the "trace" processed form of the input string, or NULL on error, in which case stringprep_rc contain the stringprep library error code.

Deprecated: No replacement functionality in GNU SASL, use GNU Libidn instead.

gsasl_md5pwd_get_password

— Function: int gsasl_md5pwd_get_password (const char * filename, const char * username, char * key, size_t * keylen)

filename: filename of file containing passwords.

username: username string.

key: output character array.

keylen: input maximum size of output character array, on output contains actual length of output array.

Retrieve password for user from specified file. To find out how large the output array must be, call this function with out=NULL.

The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively.

Return value: Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code.

Deprecated: Use gsasl_simple_getpass() instead.

gsasl_base64_encode

— Function: int gsasl_base64_encode (char const * src, size_t srclength, char * target, size_t targsize)

src: input byte array

srclength: size of input byte array

target: output byte array

targsize: size of output byte array

Encode data as base64. Converts characters, three at a time, starting at src into four base64 characters in the target area until the entire input buffer is encoded.

Return value: Returns the number of data bytes stored at the target, or -1 on error.

Deprecated: Use gsasl_base64_to() instead.

gsasl_base64_decode

— Function: int gsasl_base64_decode (char const * src, char * target, size_t targsize)

src: input byte array

target: output byte array

targsize: size of output byte array

Decode Base64 data. Skips all whitespace anywhere. Converts characters, four at a time, starting at (or after) src from Base64 numbers into three 8 bit bytes in the target area.

Return value: Returns the number of data bytes stored at the target, or -1 on error.

Deprecated: Use gsasl_base64_from() instead.

B.1 Obsolete callback function prototypes

— Prototype: int (*Gsasl_client_callback_anonymous) (Gsasl_session_ctx * ctx, char * out, size_t * outlen)

ctx: libgsasl handle.

out: output array with client token.

outlen: on input the maximum size of the output array, on output contains the actual size of the output array.

Type of callback function the application implements. It should populate the output array with some input from the user and set the output array length, and return GSASL_OK, or fail with an error code.

If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_server_callback_anonymous) (Gsasl_session_ctx * ctx, const char * token)

ctx: libgsasl handle.

ctx: output array with client token.

ctx: on input the maximum size of the output array, on output contains the actual size of the output array. If OUT is

Type of callback function the application implements. It should return GSASL_OK if user should be permitted anonymous access, otherwise GSASL_AUTHENTICATION_ERROR.

— Prototype: int (*Gsasl_client_callback_authentication_id) (Gsasl_session_ctx * ctx, char * out, size_t * outlen)

ctx: libgsasl handle.

out: output array with authentication identity.

outlen: on input the maximum size of the output array, on output contains the actual size of the output array.

Type of callback function the application implements. It should populate the output array with authentiction identity of user and set the output array length, and return GSASL_OK, or fail with an error code. The authentication identity must be encoded in UTF-8, but need not be normalized in any way.

If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_client_callback_authorization_id) (Gsasl_session_ctx * ctx, char * out, size_t * outlen)

ctx: libgsasl handle.

out: output array with authorization identity.

outlen: on input the maximum size of the output array, on output contains the actual size of the output array.

Type of callback function the application implements. It should populate the output array with authorization identity of user and set the output array length, and return GSASL_OK, or fail with an error code. The authorization identity must be encoded in UTF-8, but need not be normalized in any way.

If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_client_callback_service) (Gsasl_session_ctx * ctx, char * service, size_t * servicelen, char * hostname, size_t * hostnamelen, char * servicename, size_t * servicenamelen)

ctx: libgsasl handle.

service: output array with name of service.

servicelen: on input the maximum size of the service output array, on output contains the actual size of the service output array.

hostname: output array with hostname of server.

hostnamelen: on input the maximum size of the hostname output array, on output contains the actual size of the hostname output array.

servicename: output array with generic name of server in case of replication (DIGEST-MD5 only).

servicenamelen: on input the maximum size of the servicename output array, on output contains the actual size of the servicename output array.

Type of callback function the application implements. It should retrieve the service (which should be a registered GSSAPI host based service name, such as “imap”) on the server, hostname of server (usually canoncial DNS hostname) and optionally generic service name of server in case of replication (e.g. “mail.example.org” when the hostname is “mx42.example.org”, see the RFC 2831 for more information). It should return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails.

If SERVICE, HOSTNAME or SERVICENAME is NULL, the function should only populate SERVICELEN, HOSTNAMELEN or SERVICENAMELEN with the output length of the respective field, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. Furthermore, SERVICENAMELEN may also be NULL, indicating that the mechanism is not interested in this field.

— Prototype: int (*Gsasl_server_callback_cram_md5) (Gsasl_session_ctx * ctx, char * username, char * challenge, char * response)

ctx: libgsasl handle.

username: input array with username.

challenge: input array with CRAM-MD5 challenge.

response: input array with CRAM-MD5 response.

Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used.

— Prototype: int (*Gsasl_server_callback_digest_md5) (Gsasl_session_ctx * ctx, char * username, char * realm, char * secrethash)

ctx: libgsasl handle.

username: input array with authentication identity of user.

realm: input array with realm of user.

secrethash: output array that should contain hash of username, realm and password as described for the DIGEST-MD5 mechanism.

Type of callback function the application implements. It should retrieve the secret hash for the given user in given realm and return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails. The secrethash buffer is guaranteed to have size for the fixed length MD5 hash.

— Prototype: int (*Gsasl_server_callback_external) (Gsasl_session_ctx * ctx)

ctx: libgsasl handle.

Type of callback function the application implements. It should return GSASL_OK if user is authenticated by out of band means, otherwise GSASL_AUTHENTICATION_ERROR.

— Prototype: int (*Gsasl_server_callback_gssapi) (Gsasl_session_ctx * ctx, char * clientname, char * authentication_id)

ctx: libgsasl handle.

clientname: input array with GSSAPI client name.

authentication_id: input array with authentication identity.

Type of callback function the application implements. It should return GSASL_OK if and only if the GSSAPI user is authorized to log on as the given authentication_id. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. This callback is usually implemented in the application as a call to krb5_kuserok(), such as:

          int
          callback_gssapi (Gsasl_session_ctx *ctx,
          		 char *clientname,
          		 char *authentication_id)
          {
            int rc = GSASL_AUTHENTICATION_ERROR;
          
            krb5_principal p;
            krb5_context kcontext;
          
            krb5_init_context (&kcontext);
          
            if (krb5_parse_name (kcontext, clientname, &p) != 0)
              return -1;
            if (krb5_kuserok (kcontext, p, authentication_id))
              rc = GSASL_OK;
            krb5_free_principal (kcontext, p);
          
            return rc;
          }
— Prototype: int (*Gsasl_client_callback_passcode) (Gsasl_session_ctx * ctx, char * out, size_t * outlen)

ctx: libgsasl handle.

out: output array with passcode.

outlen: on input the maximum size of the output array, on output contains the actual size of the output array.

Type of callback function the application implements. It should populate the output array with passcode of user and set the output array length, and return GSASL_OK, or fail with an error code.

If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_client_callback_password) (Gsasl_session_ctx * ctx, char * out, size_t * outlen)

ctx: libgsasl handle.

out: output array with password.

outlen: on input the maximum size of the output array, on output contains the actual size of the output array.

Type of callback function the application implements. It should populate the output array with password of user and set the output array length, and return GSASL_OK, or fail with an error code. The password must be encoded in UTF-8, but need not be normalized in any way.

If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_server_callback_retrieve) (Gsasl_session_ctx * ctx, char * authentication_id, char * authorization_id, char * realm, char * key, size_t * keylen)

ctx: libgsasl handle.

authentication_id: input array with authentication identity.

authorization_id: input array with authorization identity, or NULL.

realm: input array with realm of user, or NULL.

key: output array with key for authentication identity.

keylen: on input the maximum size of the key output array, on output contains the actual size of the key output array.

Type of callback function the application implements. It should retrieve the password for the indicated user and return GSASL_OK, or an error code such as GSASL_AUTHENTICATION_ERROR. The key must be encoded in UTF-8, but need not be normalized in any way.

If KEY is NULL, the function should only populate the KEYLEN output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_server_callback_validate) (Gsasl_session_ctx * ctx, char * authentication_id, char * authorization_id, char * passcode, char * pin, char * suggestpin, size_t * suggestpinlen)

ctx: libgsasl handle.

authorization_id: input array with authorization identity.

authentication_id: input array with authentication identity.

passcode: input array with passcode.

pin: input array with new pin (this may be NULL).

suggestpin: output array with new suggested PIN.

suggestpinlen: on input the maximum size of the output array, on output contains the actual size of the output array.

Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used.

Two SECURID specific error codes also exists. The function can return GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE to request that the client generate a new passcode. It can also return GSASL_SECURID_SERVER_NEED_NEW_PIN to request that the client generate a new PIN. If the server wishes to suggest a new PIN it can populate the SUGGESTPIN field.

If SUGGESTPIN is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_server_callback_service) (Gsasl_session_ctx * ctx, char * service, size_t * servicelen, char * hostname, size_t * hostnamelen)

ctx: libgsasl handle.

service: output array with name of service.

servicelen: on input the maximum size of the service output array, on output contains the actual size of the service output array.

hostname: output array with hostname of server.

hostnamelen: on input the maximum size of the hostname output array, on output contains the actual size of the hostname output array.

Type of callback function the application implements. It should retrieve the service (which should be a registered GSSAPI host based service name, such as “imap”) the server provides and hostname of server (usually canoncial DNS hostname). It should return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails.

If SERVICE or HOSTNAME is NULL, the function should only populate SERVICELEN or HOSTNAMELEN with the output length of the respective field, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size.

— Prototype: int (*Gsasl_server_callback_validate) (Gsasl_session_ctx * ctx, char * authorization_id, char * authentication_id, char * password)

ctx: libgsasl handle.

authorization_id: input array with authorization identity.

authentication_id: input array with authentication identity.

password: input array with password.

Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used.


Next: , Previous: Old Functions, Up: Top

Appendix C Copying Information

C.1 GNU Free Documentation License

Version 1.3, 3 November 2008
     Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
     http://fsf.org/
     
     Everyone is permitted to copy and distribute verbatim copies
     of this license document, but changing it is not allowed.
  1. PREAMBLE

    The purpose of this License is to make a manual, textbook, or other functional and useful document free in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.

    This License is a kind of “copyleft”, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.

    We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.

  2. APPLICABILITY AND DEFINITIONS

    This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Document”, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “you”. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.

    A “Modified Version” of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.

    A “Secondary Section” is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.

    The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.

    The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.

    A “Transparent” copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent” is called “Opaque”.

    Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.

    The “Title Page” means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page” means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text.

    The “publisher” means any person or entity that distributes copies of the Document to the public.

    A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) To “Preserve the Title” of such a section when you modify the Document means that it remains a section “Entitled XYZ” according to this definition.

    The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.

  3. VERBATIM COPYING

    You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.

    You may also lend copies, under the same conditions stated above, and you may publicly display copies.

  4. COPYING IN QUANTITY

    If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.

    If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.

    If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.

    It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.

  5. MODIFICATIONS

    You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:

    1. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
    2. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement.
    3. State on the Title page the name of the publisher of the Modified Version, as the publisher.
    4. Preserve all the copyright notices of the Document.
    5. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
    6. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
    7. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice.
    8. Include an unaltered copy of this License.
    9. Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History” in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
    10. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History” section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
    11. For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
    12. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
    13. Delete any section Entitled “Endorsements”. Such a section may not be included in the Modified Version.
    14. Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with any Invariant Section.
    15. Preserve any Warranty Disclaimers.

    If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles.

    You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of your Modified Version by various parties—for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.

    You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.

    The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.

  6. COMBINING DOCUMENTS

    You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.

    The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.

    In the combination, you must combine any sections Entitled “History” in the various original documents, forming one section Entitled “History”; likewise combine any sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You must delete all sections Entitled “Endorsements.”

  7. COLLECTIONS OF DOCUMENTS

    You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.

    You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.

  8. AGGREGATION WITH INDEPENDENT WORKS

    A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate” if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.

    If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.

  9. TRANSLATION

    Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.

    If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.

  10. TERMINATION

    You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License.

    However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.

    Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.

    Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it.

  11. FUTURE REVISIONS OF THIS LICENSE

    The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.

    Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version” applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Document.

  12. RELICENSING

    “Massive Multiauthor Collaboration Site” (or “MMC Site”) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration” (or “MMC”) contained in the site means any set of copyrightable works thus published on the MMC site.

    “CC-BY-SA” means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization.

    “Incorporate” means to publish or republish a Document, in whole or in part, as part of another Document.

    An MMC is “eligible for relicensing” if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008.

    The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.

ADDENDUM: How to use this License for your documents

To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:

       Copyright (C)  year  your name.
       Permission is granted to copy, distribute and/or modify this document
       under the terms of the GNU Free Documentation License, Version 1.3
       or any later version published by the Free Software Foundation;
       with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
       Texts.  A copy of the license is included in the section entitled ``GNU
       Free Documentation License''.

If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with...Texts.” line with this:

         with the Invariant Sections being list their titles, with
         the Front-Cover Texts being list, and with the Back-Cover Texts
         being list.

If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation.

If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.


Previous: Concept Index, Up: Top

Function and Data Index

Concept Index


Footnotes

[1] Note that GNU SASL normally use its own internal implementation of the cryptographic functions. Take care to verify that GNU SASL really use Libgcrypt, if this is what you want.


gsasl-1.8.0/doc/print-errors.c0000664000000000000000000000264611754555060013121 00000000000000/* print-errors.c --- Print error codes. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include int main (void) { const char *this = NULL, *last = NULL; const char *name; size_t i = 0; printf ("@c This file is automatically generated. DO NOT EDIT!\n"); printf ("@c Instead, edit print-errors.c and re-run.\n"); do { last = this; this = gsasl_strerror (i); name = gsasl_strerror_name (i); if (name != NULL) printf ("\n@item @code{%s}\n%s\n", name, this); if (this == NULL) return EXIT_FAILURE; i++; } while (this != last); return EXIT_SUCCESS; } gsasl-1.8.0/doc/Makefile.in0000664000000000000000000024323211760731220012341 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @ENABLE_GTK_DOC_TRUE@am__append_1 = reference noinst_PROGRAMS = print-errors$(EXEEXT) subdir = doc DIST_COMMON = $(dist_man_MANS) $(gsasl_TEXINFOS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/stamp-vti \ $(srcdir)/version.texi ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) print_errors_SOURCES = print-errors.c print_errors_OBJECTS = print-errors.$(OBJEXT) print_errors_DEPENDENCIES = ../lib/src/libgsasl.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = print-errors.c DIST_SOURCES = print-errors.c INFO_DEPS = $(srcdir)/gsasl.info TEXINFO_TEX = $(top_srcdir)/lib/build-aux/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/lib/build-aux DVIS = gsasl.dvi PDFS = gsasl.pdf PSS = gsasl.ps HTMLS = gsasl.html TEXINFOS = gsasl.texi TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html DVIPS = dvips RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__installdirs = "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" \ "$(DESTDIR)$(man3dir)" am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 man3dir = $(mandir)/man3 NROFF = nroff MANS = $(dist_man_MANS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = cyclo reference DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = cyclo $(am__append_1) EXTRA_DIST = gdoc \ controlflow.dia controlflow2.dia abstraction.dia \ gsasl.html gsasl.ps gsasl.pdf texinfo.css \ doxygen/Doxyfile.in doxygen/gdoc2doxygen info_TEXINFOS = gsasl.texi gsasl_TEXINFOS = fdl-1.3.texi $(gdoc_TEXINFOS) \ controlflow.eps controlflow.png controlflow.pdf \ controlflow2.eps controlflow2.png controlflow2.pdf \ abstraction.eps abstraction.png abstraction.pdf \ gsasl-callback-password.texi gsasl-callback-authorization.texi \ gsasl-callback-authentication.texi gsasl-callback-validate.texi \ gsasl-callback-retrieve.texi gsasl-callback-cram-md5.texi \ gsasl-callback-digest-md5.texi gsasl-callback-passcode.texi \ gsasl-callback-gssapi.texi gsasl-callback-securid.texi \ gsasl-callback-client-service.texi gsasl-callback-server-service.texi \ gsasl-api-error-labels.texi AM_CPPFLAGS = -I$(top_srcdir)/lib/src print_errors_LDADD = ../lib/src/libgsasl.la AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc \ -I $(top_builddir)/doc -I $(top_srcdir)/examples TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS) AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \ --no-split --number-sections --css-include=texinfo.css dist_man_MANS = gsasl.1 $(gdoc_MANS) MAINTAINERCLEANFILES = $(dist_man_MANS) gdoc_MANS = man/gsasl_base64_to.3 man/gsasl_base64_from.3 \ man/gsasl_callback_set.3 man/gsasl_callback.3 \ man/gsasl_callback_hook_set.3 man/gsasl_callback_hook_get.3 \ man/gsasl_session_hook_set.3 man/gsasl_session_hook_get.3 \ man/gsasl_nonce.3 man/gsasl_random.3 man/gsasl_md5.3 \ man/gsasl_hmac_md5.3 man/gsasl_sha1.3 man/gsasl_hmac_sha1.3 \ man/gsasl_done.3 man/gsasl_strerror.3 \ man/gsasl_strerror_name.3 man/gsasl_free.3 man/gsasl_init.3 \ man/gsasl_client_mechlist.3 man/gsasl_server_mechlist.3 \ man/gsasl_simple_getpass.3 man/gsasl_mechanism_name.3 \ man/gsasl_client_listmech.3 man/gsasl_server_listmech.3 \ man/gsasl_client_step.3 man/gsasl_server_step.3 \ man/gsasl_client_step_base64.3 man/gsasl_server_step_base64.3 \ man/gsasl_client_finish.3 man/gsasl_server_finish.3 \ man/gsasl_client_ctx_get.3 \ man/gsasl_client_application_data_set.3 \ man/gsasl_client_application_data_get.3 \ man/gsasl_server_ctx_get.3 \ man/gsasl_server_application_data_set.3 \ man/gsasl_server_application_data_get.3 man/gsasl_randomize.3 \ man/gsasl_ctx_get.3 man/gsasl_encode_inline.3 \ man/gsasl_decode_inline.3 man/gsasl_application_data_set.3 \ man/gsasl_application_data_get.3 man/gsasl_appinfo_set.3 \ man/gsasl_appinfo_get.3 man/gsasl_server_suggest_mechanism.3 \ man/gsasl_client_callback_authentication_id_set.3 \ man/gsasl_client_callback_authentication_id_get.3 \ man/gsasl_client_callback_authorization_id_set.3 \ man/gsasl_client_callback_authorization_id_get.3 \ man/gsasl_client_callback_password_set.3 \ man/gsasl_client_callback_password_get.3 \ man/gsasl_client_callback_passcode_set.3 \ man/gsasl_client_callback_passcode_get.3 \ man/gsasl_client_callback_pin_set.3 \ man/gsasl_client_callback_pin_get.3 \ man/gsasl_client_callback_service_set.3 \ man/gsasl_client_callback_service_get.3 \ man/gsasl_client_callback_anonymous_set.3 \ man/gsasl_client_callback_anonymous_get.3 \ man/gsasl_client_callback_qop_set.3 \ man/gsasl_client_callback_qop_get.3 \ man/gsasl_client_callback_maxbuf_set.3 \ man/gsasl_client_callback_maxbuf_get.3 \ man/gsasl_client_callback_realm_set.3 \ man/gsasl_client_callback_realm_get.3 \ man/gsasl_server_callback_validate_set.3 \ man/gsasl_server_callback_validate_get.3 \ man/gsasl_server_callback_retrieve_set.3 \ man/gsasl_server_callback_retrieve_get.3 \ man/gsasl_server_callback_cram_md5_set.3 \ man/gsasl_server_callback_cram_md5_get.3 \ man/gsasl_server_callback_digest_md5_set.3 \ man/gsasl_server_callback_digest_md5_get.3 \ man/gsasl_server_callback_external_set.3 \ man/gsasl_server_callback_external_get.3 \ man/gsasl_server_callback_anonymous_set.3 \ man/gsasl_server_callback_anonymous_get.3 \ man/gsasl_server_callback_realm_set.3 \ man/gsasl_server_callback_realm_get.3 \ man/gsasl_server_callback_qop_set.3 \ man/gsasl_server_callback_qop_get.3 \ man/gsasl_server_callback_maxbuf_set.3 \ man/gsasl_server_callback_maxbuf_get.3 \ man/gsasl_server_callback_cipher_set.3 \ man/gsasl_server_callback_cipher_get.3 \ man/gsasl_server_callback_securid_set.3 \ man/gsasl_server_callback_securid_get.3 \ man/gsasl_server_callback_gssapi_set.3 \ man/gsasl_server_callback_gssapi_get.3 \ man/gsasl_server_callback_service_set.3 \ man/gsasl_server_callback_service_get.3 \ man/gsasl_stringprep_nfkc.3 man/gsasl_stringprep_saslprep.3 \ man/gsasl_stringprep_trace.3 man/gsasl_md5pwd_get_password.3 \ man/gsasl_base64_encode.3 man/gsasl_base64_decode.3 \ man/gsasl_property_set.3 man/gsasl_property_set_raw.3 \ man/gsasl_property_fast.3 man/gsasl_property_get.3 \ man/gsasl_register.3 man/gsasl_saslprep.3 \ man/gsasl_client_suggest_mechanism.3 \ man/gsasl_client_support_p.3 man/gsasl_server_support_p.3 \ man/gsasl_check_version.3 man/gsasl_encode.3 \ man/gsasl_decode.3 man/gsasl_finish.3 man/gsasl_client_start.3 \ man/gsasl_server_start.3 man/gsasl_step.3 man/gsasl_step64.3 gdoc_TEXINFOS = texi/base64.c.texi texi/callback.c.texi \ texi/crypto.c.texi texi/done.c.texi texi/doxygen.c.texi \ texi/error.c.texi texi/free.c.texi texi/init.c.texi \ texi/listmech.c.texi texi/md5pwd.c.texi texi/mechname.c.texi \ texi/mechtools.c.texi texi/obsolete.c.texi \ texi/property.c.texi texi/register.c.texi texi/saslprep.c.texi \ texi/suggest.c.texi texi/supportp.c.texi texi/version.c.texi \ texi/xcode.c.texi texi/xfinish.c.texi texi/xstart.c.texi \ texi/xstep.c.texi texi/gsasl_base64_to.texi \ texi/gsasl_base64_from.texi texi/gsasl_callback_set.texi \ texi/gsasl_callback.texi texi/gsasl_callback_hook_set.texi \ texi/gsasl_callback_hook_get.texi \ texi/gsasl_session_hook_set.texi \ texi/gsasl_session_hook_get.texi texi/gsasl_nonce.texi \ texi/gsasl_random.texi texi/gsasl_md5.texi \ texi/gsasl_hmac_md5.texi texi/gsasl_sha1.texi \ texi/gsasl_hmac_sha1.texi texi/gsasl_done.texi \ texi/gsasl_strerror.texi texi/gsasl_strerror_name.texi \ texi/gsasl_free.texi texi/gsasl_init.texi \ texi/gsasl_client_mechlist.texi \ texi/gsasl_server_mechlist.texi texi/gsasl_simple_getpass.texi \ texi/gsasl_mechanism_name.texi texi/gsasl_client_listmech.texi \ texi/gsasl_server_listmech.texi texi/gsasl_client_step.texi \ texi/gsasl_server_step.texi texi/gsasl_client_step_base64.texi \ texi/gsasl_server_step_base64.texi \ texi/gsasl_client_finish.texi texi/gsasl_server_finish.texi \ texi/gsasl_client_ctx_get.texi \ texi/gsasl_client_application_data_set.texi \ texi/gsasl_client_application_data_get.texi \ texi/gsasl_server_ctx_get.texi \ texi/gsasl_server_application_data_set.texi \ texi/gsasl_server_application_data_get.texi \ texi/gsasl_randomize.texi texi/gsasl_ctx_get.texi \ texi/gsasl_encode_inline.texi texi/gsasl_decode_inline.texi \ texi/gsasl_application_data_set.texi \ texi/gsasl_application_data_get.texi \ texi/gsasl_appinfo_set.texi texi/gsasl_appinfo_get.texi \ texi/gsasl_server_suggest_mechanism.texi \ texi/gsasl_client_callback_authentication_id_set.texi \ texi/gsasl_client_callback_authentication_id_get.texi \ texi/gsasl_client_callback_authorization_id_set.texi \ texi/gsasl_client_callback_authorization_id_get.texi \ texi/gsasl_client_callback_password_set.texi \ texi/gsasl_client_callback_password_get.texi \ texi/gsasl_client_callback_passcode_set.texi \ texi/gsasl_client_callback_passcode_get.texi \ texi/gsasl_client_callback_pin_set.texi \ texi/gsasl_client_callback_pin_get.texi \ texi/gsasl_client_callback_service_set.texi \ texi/gsasl_client_callback_service_get.texi \ texi/gsasl_client_callback_anonymous_set.texi \ texi/gsasl_client_callback_anonymous_get.texi \ texi/gsasl_client_callback_qop_set.texi \ texi/gsasl_client_callback_qop_get.texi \ texi/gsasl_client_callback_maxbuf_set.texi \ texi/gsasl_client_callback_maxbuf_get.texi \ texi/gsasl_client_callback_realm_set.texi \ texi/gsasl_client_callback_realm_get.texi \ texi/gsasl_server_callback_validate_set.texi \ texi/gsasl_server_callback_validate_get.texi \ texi/gsasl_server_callback_retrieve_set.texi \ texi/gsasl_server_callback_retrieve_get.texi \ texi/gsasl_server_callback_cram_md5_set.texi \ texi/gsasl_server_callback_cram_md5_get.texi \ texi/gsasl_server_callback_digest_md5_set.texi \ texi/gsasl_server_callback_digest_md5_get.texi \ texi/gsasl_server_callback_external_set.texi \ texi/gsasl_server_callback_external_get.texi \ texi/gsasl_server_callback_anonymous_set.texi \ texi/gsasl_server_callback_anonymous_get.texi \ texi/gsasl_server_callback_realm_set.texi \ texi/gsasl_server_callback_realm_get.texi \ texi/gsasl_server_callback_qop_set.texi \ texi/gsasl_server_callback_qop_get.texi \ texi/gsasl_server_callback_maxbuf_set.texi \ texi/gsasl_server_callback_maxbuf_get.texi \ texi/gsasl_server_callback_cipher_set.texi \ texi/gsasl_server_callback_cipher_get.texi \ texi/gsasl_server_callback_securid_set.texi \ texi/gsasl_server_callback_securid_get.texi \ texi/gsasl_server_callback_gssapi_set.texi \ texi/gsasl_server_callback_gssapi_get.texi \ texi/gsasl_server_callback_service_set.texi \ texi/gsasl_server_callback_service_get.texi \ texi/gsasl_stringprep_nfkc.texi \ texi/gsasl_stringprep_saslprep.texi \ texi/gsasl_stringprep_trace.texi \ texi/gsasl_md5pwd_get_password.texi \ texi/gsasl_base64_encode.texi texi/gsasl_base64_decode.texi \ texi/gsasl_property_set.texi texi/gsasl_property_set_raw.texi \ texi/gsasl_property_fast.texi texi/gsasl_property_get.texi \ texi/gsasl_register.texi texi/gsasl_saslprep.texi \ texi/gsasl_client_suggest_mechanism.texi \ texi/gsasl_client_support_p.texi \ texi/gsasl_server_support_p.texi texi/gsasl_check_version.texi \ texi/gsasl_encode.texi texi/gsasl_decode.texi \ texi/gsasl_finish.texi texi/gsasl_client_start.texi \ texi/gsasl_server_start.texi texi/gsasl_step.texi \ texi/gsasl_step64.texi GDOC_SRC = $(top_srcdir)/lib/src/*.c all: all-recursive .SUFFIXES: .SUFFIXES: .c .dia .dvi .eps .html .info .lo .o .obj .pdf .png .ps .texi $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list print-errors$(EXEEXT): $(print_errors_OBJECTS) $(print_errors_DEPENDENCIES) $(EXTRA_print_errors_DEPENDENCIES) @rm -f print-errors$(EXEEXT) $(AM_V_CCLD)$(LINK) $(print_errors_OBJECTS) $(print_errors_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-errors.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs .texi.info: restore=: && backupdir="$(am__leading_dot)am$$$$" && \ am__cwd=`pwd` && $(am__cd) $(srcdir) && \ rm -rf $$backupdir && mkdir $$backupdir && \ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$$am__cwd"; \ if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $@ $<; \ then \ rc=0; \ $(am__cd) $(srcdir); \ else \ rc=$$?; \ $(am__cd) $(srcdir) && \ $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ fi; \ rm -rf $$backupdir; exit $$rc .texi.dvi: TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2DVI) $< .texi.pdf: TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2PDF) $< .texi.html: rm -rf $(@:.html=.htp) if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $(@:.html=.htp) $<; \ then \ rm -rf $@; \ if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ else \ if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ exit 1; \ fi $(srcdir)/gsasl.info: gsasl.texi $(srcdir)/version.texi $(gsasl_TEXINFOS) gsasl.dvi: gsasl.texi $(srcdir)/version.texi $(gsasl_TEXINFOS) gsasl.pdf: gsasl.texi $(srcdir)/version.texi $(gsasl_TEXINFOS) gsasl.html: gsasl.texi $(srcdir)/version.texi $(gsasl_TEXINFOS) $(srcdir)/version.texi: $(srcdir)/stamp-vti $(srcdir)/stamp-vti: gsasl.texi $(top_srcdir)/configure @(dir=.; test -f ./gsasl.texi || dir=$(srcdir); \ set `$(SHELL) $(top_srcdir)/lib/build-aux/mdate-sh $$dir/gsasl.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp @cmp -s vti.tmp $(srcdir)/version.texi \ || (echo "Updating $(srcdir)/version.texi"; \ cp vti.tmp $(srcdir)/version.texi) -@rm -f vti.tmp @cp $(srcdir)/version.texi $@ mostlyclean-vti: -rm -f vti.tmp maintainer-clean-vti: -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi .dvi.ps: TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ $(DVIPS) -o $@ $< uninstall-dvi-am: @$(NORMAL_UNINSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ rm -f "$(DESTDIR)$(dvidir)/$$f"; \ done uninstall-html-am: @$(NORMAL_UNINSTALL) @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ done uninstall-info-am: @$(PRE_UNINSTALL) @if test -d '$(DESTDIR)$(infodir)' && \ (install-info --version && \ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ done; \ else :; fi @$(NORMAL_UNINSTALL) @list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done uninstall-pdf-am: @$(NORMAL_UNINSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ done uninstall-ps-am: @$(NORMAL_UNINSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ rm -f "$(DESTDIR)$(psdir)/$$f"; \ done dist-info: $(INFO_DEPS) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; \ for base in $$list; do \ case $$base in \ $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$base; then d=.; else d=$(srcdir); fi; \ base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ if test -f $$file; then \ relfile=`expr "$$file" : "$$d/\(.*\)"`; \ test -f "$(distdir)/$$relfile" || \ cp -p $$file "$(distdir)/$$relfile"; \ else :; fi; \ done; \ done mostlyclean-aminfo: -rm -rf gsasl.aux gsasl.cp gsasl.cps gsasl.fn gsasl.fns gsasl.ky gsasl.kys \ gsasl.log gsasl.pg gsasl.tmp gsasl.toc gsasl.tp gsasl.vr \ gsasl.vrs clean-aminfo: -test -z "gsasl.dvi gsasl.pdf gsasl.ps gsasl.html" \ || rm -rf gsasl.dvi gsasl.pdf gsasl.ps gsasl.html maintainer-clean-aminfo: @list='$(INFO_DEPS)'; for i in $$list; do \ i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done install-man1: $(dist_man_MANS) @$(NORMAL_INSTALL) test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)" @list=''; test -n "$(man1dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-man3: $(dist_man_MANS) @$(NORMAL_INSTALL) test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)" @list=''; test -n "$(man3dir)" || exit 0; \ { for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.3[a-z]*$$/p'; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \ done; } uninstall-man3: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man3dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.3[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @list='$(MANS)'; if test -n "$$list"; then \ list=`for p in $$list; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ if test -n "$$list" && \ grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ echo " typically \`make maintainer-clean' will remove them" >&2; \ exit 1; \ else :; fi; \ else :; fi @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-info check-am: all-am check: check-recursive all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(MANS) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man3dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-aminfo clean-generic clean-libtool \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: $(DVIS) html: html-recursive html-am: $(HTMLS) info: info-recursive info-am: $(INFO_DEPS) install-data-am: install-info-am install-man install-dvi: install-dvi-recursive install-dvi-am: $(DVIS) @$(NORMAL_INSTALL) test -z "$(dvidir)" || $(MKDIR_P) "$(DESTDIR)$(dvidir)" @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ done install-exec-am: install-html: install-html-recursive install-html-am: $(HTMLS) @$(NORMAL_INSTALL) test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ for p in $$list; do \ if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ $(am__strip_dir) \ d2=$$d$$p; \ if test -d "$$d2"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ else \ list2="$$list2 $$d2"; \ fi; \ done; \ test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ done; } install-info: install-info-recursive install-info-am: $(INFO_DEPS) @$(NORMAL_INSTALL) test -z "$(infodir)" || $(MKDIR_P) "$(DESTDIR)$(infodir)" @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ if test -f $$ifile; then \ echo "$$ifile"; \ else : ; fi; \ done; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done @$(POST_INSTALL) @am__run_installinfo=yes; \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) am__run_installinfo=no;; \ *) (install-info --version) >/dev/null 2>&1 \ || am__run_installinfo=no;; \ esac; \ if test $$am__run_installinfo = yes; then \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ done; \ else : ; fi install-man: install-man1 install-man3 install-pdf: install-pdf-recursive install-pdf-am: $(PDFS) @$(NORMAL_INSTALL) test -z "$(pdfdir)" || $(MKDIR_P) "$(DESTDIR)$(pdfdir)" @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done install-ps: install-ps-recursive install-ps-am: $(PSS) @$(NORMAL_INSTALL) test -z "$(psdir)" || $(MKDIR_P) "$(DESTDIR)$(psdir)" @list='$(PSS)'; test -n "$(psdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-aminfo \ maintainer-clean-generic maintainer-clean-vti mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool mostlyclean-vti pdf: pdf-recursive pdf-am: $(PDFS) ps: ps-recursive ps-am: $(PSS) uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-man uninstall-pdf-am uninstall-ps-am uninstall-man: uninstall-man1 uninstall-man3 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-aminfo clean-generic \ clean-libtool clean-noinstPROGRAMS ctags ctags-recursive \ dist-info distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man1 install-man3 \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-aminfo \ maintainer-clean-generic maintainer-clean-vti mostlyclean \ mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-vti pdf pdf-am ps ps-am tags \ tags-recursive uninstall uninstall-am uninstall-dvi-am \ uninstall-html-am uninstall-info-am uninstall-man \ uninstall-man1 uninstall-man3 uninstall-pdf-am uninstall-ps-am .dia.png: $(DIA) --export=$@ --export-to-format=png $< .dia.eps: $(DIA) --export=$@ --export-to-format=eps $< .eps.pdf: $(EPSTOPDF) $< gsasl-api-error-labels.texi: $(top_srcdir)/lib/src/error.c print-errors.c make print-errors$(EXEEXT) $(builddir)/print-errors$(EXEEXT) > $@.new mv $@.new $@ gsasl.1: $(top_srcdir)/src/gsasl.c $(top_srcdir)/src/gsasl.ggo \ $(top_srcdir)/configure.ac $(HELP2MAN) \ --name="SASL library command line interface" \ --output=$@ $(top_builddir)/src/gsasl$(EXEEXT) $(gdoc_MANS) $(gdoc_TEXINFOS): make update-makefile make Makefile make doit update-makefile: MANS=""; \ TEXINFOS=""; \ for i in $(GDOC_SRC); do \ BASE=`basename $$i`; \ TEXINFOS="$$TEXINFOS\ngdoc_TEXINFOS += texi/$$BASE.texi"; \ done; \ FUNCS=`$(srcdir)/gdoc -listfunc $(GDOC_SRC)`; \ for i in $$FUNCS; do \ MANS="$$MANS\ngdoc_MANS += man/$$i.3"; \ TEXINFOS="$$TEXINFOS\ngdoc_TEXINFOS += texi/$$i.texi"; \ done; \ grep -v -e '^gdoc_MANS += ' -e '^gdoc_TEXINFOS += ' Makefile.am | \ perl -p -e "s,^gdoc_MANS =,gdoc_MANS =$$MANS," | \ perl -p -e "s,^gdoc_TEXINFOS =,gdoc_TEXINFOS =$$TEXINFOS,;" \ > Makefile.am.new && \ mv Makefile.am.new Makefile.am doit: @$(mkdir_p) man texi; \ echo -n "Creating function documentation" && \ for i in `$(srcdir)/gdoc -listfunc $(GDOC_SRC)`; do \ $(srcdir)/gdoc -man \ -module $(PACKAGE) \ -sourceversion $(VERSION) \ -bugsto $(PACKAGE_BUGREPORT) \ -pkg-name "$(PACKAGE_NAME)" \ -includefuncprefix \ -seeinfo $(PACKAGE) -verbatimcopying \ -copyright "2002-2012 Simon Josefsson" \ -function $$i \ $(GDOC_SRC) > man/$$i.3 && \ $(srcdir)/gdoc -texinfo -function $$i \ $(GDOC_SRC) > texi/$$i.texi && \ echo -n "."; \ done; \ echo ""; \ echo -n "Creating file documentation" && \ for i in $(GDOC_SRC); do \ BASE=`basename $$i`; \ $(srcdir)/gdoc -texinfo $$i > texi/$$BASE.texi && \ echo -n "."; \ done; \ echo "" .PHONY: update-makefile doit # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/doc/doxygen/0000775000000000000000000000000011760732126012031 500000000000000gsasl-1.8.0/doc/doxygen/gdoc2doxygen0000775000000000000000000000151311754555060014276 00000000000000#!/usr/bin/perl # Copyright (C) 2003-2012 Simon Josefsson # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # I consider the output of this program to be unrestricted. Use it as # you will. while (<>) { s, \* @(.*):, * \\param $1,g; print $_; } gsasl-1.8.0/doc/doxygen/Doxyfile.in0000664000000000000000000016414011754553470014100 00000000000000# Doxyfile 1.5.6 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all # text before the first occurrence of this tag. Doxygen uses libiconv (or the # iconv built into libc) for the transcoding. See # http://www.gnu.org/software/libiconv for the list of possible encodings. DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. PROJECT_NAME = @PACKAGE@ # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = @VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output # format and will distribute the generated files over these directories. # Enabling this option can be useful when feeding doxygen a huge amount of # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, # Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek, # Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), # Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, # Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, # and Ukrainian. OUTPUT_LANGUAGE = English # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator # that is used to form the text in various listings. Each string # in this list, if found as the leading text of the brief description, will be # stripped from the text and the result after processing the whole list, is # used as the annotated text. Otherwise, the brief description is used as-is. # If left blank, the following values are used ("$name" is automatically # replaced with the name of the entity): "The $name class" "The $name widget" # "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the" ABBREVIATE_BRIEF = # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = NO # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which doxygen is run is used as the # path to strip. STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells # the reader which header file to include in order to use a class. # If left blank only the name of the header file containing the class # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) JAVADOC_AUTOBRIEF = NO # If the QT_AUTOBRIEF tag is set to YES then Doxygen will # interpret the first line (until the first dot) of a Qt-style # comment as the brief description. If set to NO, the comments # will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) QT_AUTOBRIEF = NO # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// # comments) as a brief description. This used to be the default behaviour. # The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = NO # If the DETAILS_AT_TOP tag is set to YES then Doxygen # will output the detailed description near the top, like JavaDoc. # If set to NO, the detailed description appears after the member # documentation. DETAILS_AT_TOP = NO # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce # a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 8 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @sideeffect) in the documentation, which # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java # sources only. Doxygen will then generate output that is more tailored for # Java. For instance, namespaces will be presented as packages, qualified # scopes will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran # sources only. Doxygen will then generate output that is more tailored for # Fortran. OPTIMIZE_FOR_FORTRAN = NO # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL # sources. Doxygen will then generate output that is tailored for # VHDL. OPTIMIZE_OUTPUT_VHDL = NO # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want # to include (a tag file for) the STL sources as input, then you should # set this tag to YES in order to let doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. # func(std::string) {}). This also make the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. BUILTIN_STL_SUPPORT = NO # If you use Microsoft's C++/CLI language, you should set this option to YES to # enable parsing support. CPP_CLI_SUPPORT = NO # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. # Doxygen will parse them like normal C++ but will assume all classes use public # instead of private inheritance when no explicit protection keyword is present. SIP_SUPPORT = NO # For Microsoft's IDL there are propget and propput attributes to indicate getter # and setter methods for a property. Setting this option to YES (the default) # will make doxygen to replace the get and set methods by a property in the # documentation. This will only work if the methods are indeed getting or # setting a simple type. If this is not the case, or you want to show the # methods anyway, you should set this option to NO. IDL_PROPERTY_SUPPORT = YES # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a # subgroup of that type (e.g. under the Public Functions section). Set it to # NO to prevent subgrouping. Alternatively, this can be done per class using # the \nosubgrouping command. SUBGROUPING = YES # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum # is documented as struct, union, or enum with the name of the typedef. So # typedef struct TypeS {} TypeT, will appear in the documentation as a struct # with name TypeT. When disabled the typedef will appear as a member of a file, # namespace, or class. And the struct will be named TypeS. This can typically # be useful for C code in case the coding convention dictates that all compound # types are typedef'ed and only the typedef is referenced, never the tag name. TYPEDEF_HIDES_STRUCT = NO #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = NO # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. EXTRACT_LOCAL_METHODS = NO # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called # 'anonymous_namespace{file}', where file will be replaced with the base # name of the file that contains the anonymous namespace. By default # anonymous namespace are hidden. EXTRACT_ANON_NSPACES = NO # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. # If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function. # If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = NO # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower-case letters. If set to YES upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order. SORT_BRIEF_DOCS = NO # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the # hierarchy of group names into alphabetical order. If set to NO (the default) # the group names will appear in their defined order. SORT_GROUP_NAMES = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to # NO (the default), the class list will be sorted only by class name, # not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the # alphabetical list. SORT_BY_SCOPE_NAME = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and defines in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES # If the sources in your project are distributed over multiple directories # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is NO. SHOW_DIRECTORIES = YES # Set the SHOW_FILES tag to NO to disable the generation of the Files page. # This will remove the Files entry from the Quick Index and from the # Folder Tree View (if specified). The default is YES. SHOW_FILES = YES # Set the SHOW_NAMESPACES tag to NO to disable the generation of the # Namespaces page. This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. SHOW_NAMESPACES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from # the version control system). Doxygen will invoke the program by executing (via # popen()) the command , where is the value of # the FILE_VERSION_FILTER tag, and is the name of an input file # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some # parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly. WARN_IF_DOC_ERROR = YES # This WARN_NO_PARAMDOC option can be abled to get warnings for # functions that are documented, but have no documentation for their parameters # or return value. If set to NO (the default) doxygen will only warn about # wrong or incomplete parameter documentation, but not about the absence of # documentation. WARN_NO_PARAMDOC = NO # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. Optionally the format may contain # $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER) WARN_FORMAT = "$file:$line: $text" # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = ../../lib # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for # the list of possible encodings. INPUT_ENCODING = UTF-8 # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 FILE_PATTERNS = # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. Note that the wildcards are matched # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* EXCLUDE_PATTERNS = config.h *build-aux/* *gl/* *gltests/* *tests/* *win32/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the # output. The symbol name can be a fully qualified name, a word, or if the # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = ../../examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = client*.c # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = ../ # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. INPUT_FILTER = ./gdoc2doxygen # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the # filter if there is a match. The filters are a list of the form: # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER # is applied to all files. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = YES # If the REFERENCED_BY_RELATION tag is set to YES # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = NO # If the REFERENCES_RELATION tag is set to YES # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES (the default) # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will # link to the source code. Otherwise they will link to the documentstion. REFERENCES_LINK_SOURCE = YES # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen # built-in source browser. The htags tool is part of GNU's global source # tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compiled HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the GENERATE_DOCSET tag is set to YES, additional index files # will be generated that can be used as input for Apple's Xcode 3 # integrated development environment, introduced with OSX 10.5 (Leopard). # To create a documentation set, doxygen will generate a Makefile in the # HTML output directory. Running make will produce the docset in that # directory and running "make install" will install the docset in # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find # it at startup. GENERATE_DOCSET = NO # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the # feed. A documentation feed provides an umbrella under which multiple # documentation sets from a single provider (such as a company or product suite) # can be grouped. DOCSET_FEEDNAME = "Doxygen generated docs" # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that # should uniquely identify the documentation set bundle. This should be a # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen # will append .docset to the name. DOCSET_BUNDLE_ID = org.doxygen.Project # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML # documentation will contain sections that can be hidden and shown after the # page has loaded. For this to work a browser that supports # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). HTML_DYNAMIC_SECTIONS = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output directory. CHM_FILE = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp. HHC_LOCATION = # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING # is used to encode HtmlHelp index (hhk), content (hhc) and project file # content. CHM_INDEX_ENCODING = # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. TOC_EXPAND = NO # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. ENUM_VALUES_PER_LINE = 4 # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. # If the tag value is set to FRAME, a side panel will be generated # containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature. Other possible values # for this tag are: HIERARCHIES, which will generate the Groups, Directories, # and Class Hiererachy pages using a tree view instead of an ordered list; # ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which # disables this behavior completely. For backwards compatibility with previous # releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE # respectively. GENERATE_TREEVIEW = NONE # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 # Use this tag to change the font size of Latex formulas included # as images in the HTML documentation. The default is 10. Note that # when you change the font size after a successful doxygen run you need # to manually remove any form_*.png images from the HTML output directory # to force them to be regenerated. FORMULA_FONTSIZE = 10 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = YES # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be # invoked. If left blank `latex' will be used as the default command name. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = YES # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = NO # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE = NO # If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) # in the output. LATEX_HIDE_INDICES = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using WORD or other # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path. XML_OUTPUT = xml # The XML_SCHEMA tag can be used to specify an XML schema, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_SCHEMA = # The XML_DTD tag can be used to specify an XML DTD, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_DTD = # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output. XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # configuration options related to the Perl module output #--------------------------------------------------------------------------- # If the GENERATE_PERLMOD tag is set to YES Doxygen will # generate a Perl module file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_PERLMOD = NO # If the PERLMOD_LATEX tag is set to YES Doxygen will generate # the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output. PERLMOD_LATEX = NO # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader. This is useful # if you want to understand what is going on. On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. PERLMOD_PRETTY = YES # The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. # This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables. PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = NO # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. SEARCH_INCLUDES = YES # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. INCLUDE_FILE_PATTERNS = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. To prevent a macro definition from being # undefined via #undef or recursively expanded use the := operator # instead of the = operator. PREDEFINED = # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone # on a line, have an all uppercase name, and do not end with a semicolon. Such # function macros are typically used for boiler-plate code, and will confuse # the parser if not removed. SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- # The TAGFILES option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: # TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: # TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links. # Note that each tag file must have a unique name # (where the name does NOT include the path) # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option is superseded by the HAVE_DOT option below. This is only a # fallback. It is recommended to install and use dot, since it yields more # powerful graphs. CLASS_DIAGRAMS = YES # You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the # documentation. The MSCGEN_PATH tag allows you to specify the directory where # the mscgen tool resides. If left empty the tool is assumed to be found in the # default search path. MSCGEN_PATH = # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = NO # By default doxygen will write a font called FreeSans.ttf to the output # directory and reference it in all dot files that doxygen generates. This # font does not include all possible unicode characters however, so when you need # these (or just want a differently looking font) you can specify the font name # using DOT_FONTNAME. You need need to make sure dot is able to find the font, # which can be done by putting it in a standard location or by setting the # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory # containing the font. DOT_FONTNAME = FreeSans # By default doxygen will tell dot to use the output directory to look for the # FreeSans.ttf font (which doxygen will put there itself). If you specify a # different font using DOT_FONTNAME you can set the path where dot # can find it using this tag. DOT_FONTPATH = # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies GROUP_GRAPHS = YES # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable call graphs # for selected functions only using the \callgraph command. CALL_GRAPH = NO # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then # doxygen will generate a caller dependency graph for every global function # or class method. Note that enabling this option will significantly increase # the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. CALLER_GRAPH = NO # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES # then doxygen will show the dependencies a directory has on other directories # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif # If left blank png will be used. DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of # nodes that will be shown in the graph. If the number of nodes in a graph # becomes larger than this value, doxygen will truncate the graph, which is # visualized by representing a node as a red box. Note that doxygen if the # number of direct children of the root node in a graph is already larger than # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. DOT_GRAPH_MAX_NODES = 50 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes # that lay further from the root node will be omitted. Note that setting this # option to 1 or 2 may greatly reduce the computation time needed for large # code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. MAX_DOT_GRAPH_DEPTH = 0 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is enabled by default, which results in a transparent # background. Warning: Depending on the platform used, enabling this option # may lead to badly anti-aliased labels on the edges of a graph (i.e. they # become hard to read). DOT_TRANSPARENT = YES # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. DOT_MULTI_TARGETS = NO # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::additions related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO gsasl-1.8.0/doc/gdoc0000775000000000000000000006206511754555060011152 00000000000000eval '(exit $?0)' && eval 'exec perl -S "$0" ${1+"$@"}' & eval 'exec perl -S "$0" $argv:q' if 0; ## Copyright (c) 2002-2012 Simon Josefsson ## added -texinfo, -listfunc, -pkg-name ## man page revamp ## various improvements ## Copyright (c) 2001, 2002 Nikos Mavrogiannopoulos ## added -tex ## Copyright (c) 1998 Michael Zucchi # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # This will read a C source code file and scan for embedded comments # in the style of gnome comments (+minor extensions - see below). # usage: # gdoc [ -docbook | -html | -text | -man | -tex | -texinfo | -listfunc ] # [ -sourceversion verno ] [ -include file | -includefuncprefix ] # [ -bugsto address ] [ -pkg-name packagename ] # [ -seeinfo infonode ] [ -copyright notice ] [ -verbatimcopying ] # [ -function funcname [ -function funcname ...] ] c file(s)s > outputfile # # Set output format using one of -docbook, -html, -text, -man, -tex, # -texinfo, or -listfunc. Default is man. # # -sourceversion # Version number for source code, e.g. '1.0.4'. Used in 'man' headers. # Defaults to using current date. # # -include FILE # For man pages, mention #include in the synopsis. # # -includefuncprefix # For man pages, mention a #include in the synopsis. # The FILE derived from the function prefix. For example, a # function gss_init_sec_context will generate an include # statement of #include . # # -bugsto address # For man pages, include a section about reporting bugs and mention # the given e-mail address, e.g 'bug-libidn@gnu.org'. # # -pkg-name packagename # For man pages when -bugsto is used, also include help URLs to the # the project's home page. For example, "GNU Libidn". # # -seeinfo infonode # For man pages, include a section that point to an info manual # for more information. # # -copyright notice # For man pages, include a copyright section with the given # notice after a preamble. Use, e.g., '2002, 2003 Simon Josefsson'. # # -verbatimcopying # For man pages, and when the -copyright parameter is used, # add a licensing statement that say verbatim copying is permitted. # # -function funcname # If set, then only generate documentation for the given function(s). All # other functions are ignored. # # c files - list of 'c' files to process # # All output goes to stdout, with errors to stderr. # # format of comments. # In the following table, (...)? signifies optional structure. # (...)* signifies 0 or more structure elements # /** # * function_name(:)? (- short description)? # (* @parameterx: (description of parameter x)?)* # (* a blank line)? # * (Description:)? (Description of function)? # * (Section header: (section description)? )* # (*)?*/ # # So .. the trivial example would be: # # /** # * my_function # **/ # # If the Description: header tag is ommitted, then there must be a blank line # after the last parameter specification. # e.g. # /** # * my_function - does my stuff # * @my_arg: its mine damnit # * # * Does my stuff explained. # */ # # or, could also use: # /** # * my_function - does my stuff # * @my_arg: its mine damnit # * Description: Does my stuff explained. # */ # etc. # # All descriptions can be multiline, apart from the short function description. # # All descriptive text is further processed, scanning for the following special # patterns, which are highlighted appropriately. # # 'funcname()' - function # '$ENVVAR' - environmental variable OBSOLETE (?) # '#struct_name' - name of a structure # '@parameter' - name of a parameter # '%CONST' - name of a constant. # # Extensions for LaTeX: # # 1. the symbol '->' will be replaced with a rightarrow # 2. x^y with ${x}^{y}$. # 3. xxx\: with xxx: use POSIX qw(strftime); # match expressions used to find embedded type information $type_constant = "\\\%(\\w+)"; $type_func = "(\\w+\\(\\))"; $type_param = "\\\@(\\w+)"; $type_struct = "\\\#(\\w+)"; $type_env = "(\\\$\\w+)"; # Output conversion substitutions. # One for each output format # these work fairly well %highlights_html = ( $type_constant, "\$1", $type_func, "\$1", $type_struct, "\$1", $type_param, "\$1" ); $blankline_html = "

"; %highlights_texinfo = ( $type_constant, "\\\@code{\$1}", $type_func, "\\\@code{\$1}", $type_struct, "\\\@code{\$1}", $type_param, "\\\@code{\$1}" ); $blankline_texinfo = ""; %highlights_tex = ( $type_constant, "{\\\\it \$1}", $type_func, "{\\\\bf \$1}", $type_struct, "{\\\\it \$1}", $type_param, "{\\\\bf \$1}" ); $blankline_tex = "\\\\"; # sgml, docbook format %highlights_sgml = ( $type_constant, "\$1", $type_func, "\$1", $type_struct, "\$1", $type_env, "\$1", $type_param, "\$1" ); $blankline_sgml = "\n"; # these are pretty rough %highlights_man = ( $type_constant, "\\\\fB\$1\\\\fP", $type_func, "\\\\fB\$1\\\\fP", $type_struct, "\\\\fB\$1\\\\fP", $type_param, "\\\\fI\$1\\\\fP" ); $blankline_man = ""; # text-mode %highlights_text = ( $type_constant, "\$1", $type_func, "\$1", $type_struct, "\$1", $type_param, "\$1" ); $blankline_text = ""; sub usage { print "Usage: $0 [ -v ] [ -docbook | -html | -text | -man | -tex | -texinfo -listfunc ]\n"; print " [ -sourceversion verno ] [ -include file | -includefuncprefix ]\n"; print " [ -bugsto address ] [ -seeinfo infonode ] [ -copyright notice]\n"; print " [ -verbatimcopying ] [ -pkg-name packagename ]\n"; print " [ -function funcname [ -function funcname ...] ]\n"; print " c source file(s) > outputfile\n"; exit 1; } # read arguments if ($#ARGV==-1) { usage(); } $verbose = 0; $output_mode = "man"; %highlights = %highlights_man; $blankline = $blankline_man; $modulename = "API Documentation"; $sourceversion = strftime "%Y-%m-%d", localtime; $function_only = 0; while ($ARGV[0] =~ m/^-(.*)/) { $cmd = shift @ARGV; if ($cmd eq "-html") { $output_mode = "html"; %highlights = %highlights_html; $blankline = $blankline_html; } elsif ($cmd eq "-man") { $output_mode = "man"; %highlights = %highlights_man; $blankline = $blankline_man; } elsif ($cmd eq "-tex") { $output_mode = "tex"; %highlights = %highlights_tex; $blankline = $blankline_tex; } elsif ($cmd eq "-texinfo") { $output_mode = "texinfo"; %highlights = %highlights_texinfo; $blankline = $blankline_texinfo; } elsif ($cmd eq "-text") { $output_mode = "text"; %highlights = %highlights_text; $blankline = $blankline_text; } elsif ($cmd eq "-docbook") { $output_mode = "sgml"; %highlights = %highlights_sgml; $blankline = $blankline_sgml; } elsif ($cmd eq "-listfunc") { $output_mode = "listfunc"; } elsif ($cmd eq "-module") { # not needed for sgml, inherits from calling document $modulename = shift @ARGV; } elsif ($cmd eq "-sourceversion") { $sourceversion = shift @ARGV; } elsif ($cmd eq "-include") { $include = shift @ARGV; } elsif ($cmd eq "-includefuncprefix") { $includefuncprefix = 1; } elsif ($cmd eq "-bugsto") { $bugsto = shift @ARGV; } elsif ($cmd eq "-pkg-name") { $pkgname = shift @ARGV; } elsif ($cmd eq "-copyright") { $copyright = shift @ARGV; } elsif ($cmd eq "-verbatimcopying") { $verbatimcopying = 1; } elsif ($cmd eq "-seeinfo") { $seeinfo = shift @ARGV; } elsif ($cmd eq "-function") { # to only output specific functions $function_only = 1; $function = shift @ARGV; $function_table{$function} = 1; } elsif ($cmd eq "-v") { $verbose = 1; } elsif (($cmd eq "-h") || ($cmd eq "--help")) { usage(); } } ## # dumps section contents to arrays/hashes intended for that purpose. # sub dump_section { my $name = shift @_; my $contents = join "\n", @_; if ($name =~ m/$type_constant/) { $name = $1; # print STDERR "constant section '$1' = '$contents'\n"; $constants{$name} = $contents; } elsif ($name =~ m/$type_param/) { # print STDERR "parameter def '$1' = '$contents'\n"; $name = $1; $parameters{$name} = $contents; } else { # print STDERR "other section '$name' = '$contents'\n"; $sections{$name} = $contents; push @sectionlist, $name; } } ## # output function # # parameters, a hash. # function => "function name" # parameterlist => @list of parameters # parameters => %parameter descriptions # sectionlist => @list of sections # sections => %descriont descriptions # sub repstr { $pattern = shift; $repl = shift; $match1 = shift; $match2 = shift; $match3 = shift; $match4 = shift; $output = $repl; $output =~ s,\$1,$match1,g; $output =~ s,\$2,$match2,g; $output =~ s,\$3,$match3,g; $output =~ s,\$4,$match4,g; eval "\$return = qq/$output/"; # print "pattern $pattern matched 1=$match1 2=$match2 3=$match3 4=$match4 replace $repl yielded $output interpolated $return\n"; $return; } sub just_highlight { my $contents = join "\n", @_; my $line; my $ret = ""; foreach $pattern (keys %highlights) { # print "scanning pattern $pattern ($highlights{$pattern})\n"; $contents =~ s:$pattern:repstr($pattern, $highlights{$pattern}, $1, $2, $3, $4):gse; } foreach $line (split "\n", $contents) { if ($line eq ""){ $ret = $ret . $lineprefix . $blankline; } else { $ret = $ret . $lineprefix . $line; } $ret = $ret . "\n"; } return $ret; } sub output_highlight { print (just_highlight (@_)); } # output in texinfo sub output_texinfo { my %args = %{$_[0]}; my ($parameter, $section); my $count; print "\@subheading ".$args{'function'}."\n"; print "\@anchor{".$args{'function'}."}\n"; print "\@deftypefun {" . $args{'functiontype'} . "} "; print "{".$args{'function'}."} "; print "("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { print $args{'parametertypes'}{$parameter}." \@var{".$parameter."}"; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ")\n"; foreach $parameter (@{$args{'parameterlist'}}) { if ($args{'parameters'}{$parameter}) { print "\@var{".$parameter."}: "; output_highlight($args{'parameters'}{$parameter}); print "\n"; } } foreach $section (@{$args{'sectionlist'}}) { print "\n\@strong{$section:} " if $section ne $section_default; $args{'sections'}{$section} =~ s:([{}]):\@\1:gs; output_highlight($args{'sections'}{$section}); } print "\@end deftypefun\n\n"; } # output in html sub output_html { my %args = %{$_[0]}; my ($parameter, $section); my $count; print "\n\n 

Function

\n"; print "".$args{'functiontype'}."\n"; print "".$args{'function'}."\n"; print "("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { print "".$args{'parametertypes'}{$parameter}." ".$parameter."\n"; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ")\n"; print "

Arguments

\n"; print "
\n"; foreach $parameter (@{$args{'parameterlist'}}) { print "
".$args{'parametertypes'}{$parameter}." ".$parameter."\n"; print "
"; output_highlight($args{'parameters'}{$parameter}); } print "
\n"; foreach $section (@{$args{'sectionlist'}}) { print "

$section

\n"; print "
    \n"; output_highlight($args{'sections'}{$section}); print "
\n"; } print "
\n"; } # output in tex sub output_tex { my %args = %{$_[0]}; my ($parameter, $section); my $count; my $func = $args{'function'}; my $param; my $param2; my $sec; my $check; my $type; $func =~ s/_/\\_/g; print "\n\n\\subsection{". $func . "}\n\\label{" . $args{'function'} . "}\n"; $type = $args{'functiontype'}; $type =~ s/_/\\_/g; print "{\\it ".$type."}\n"; print "{\\bf ".$func."}\n"; print "("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { $param = $args{'parametertypes'}{$parameter}; $param2 = $parameter; $param =~ s/_/\\_/g; $param2 =~ s/_/\\_/g; print "{\\it ".$param."} {\\bf ".$param2."}"; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ")\n"; print "\n{\\large{Arguments}}\n"; print "\\begin{itemize}\n"; $check=0; foreach $parameter (@{$args{'parameterlist'}}) { $param1 = $args{'parametertypes'}{$parameter}; $param1 =~ s/_/\\_/g; $param2 = $parameter; $param2 =~ s/_/\\_/g; $check = 1; print "\\item {\\it ".$param1."} {\\bf ".$param2."}: \n"; # print "\n"; $param3 = $args{'parameters'}{$parameter}; $param3 =~ s/#([a-zA-Z\_]+)/{\\it \1}/g; $out = just_highlight($param3); $out =~ s/_/\\_/g; print $out; } if ($check==0) { print "\\item void\n"; } print "\\end{itemize}\n"; foreach $section (@{$args{'sectionlist'}}) { $sec = $section; $sec =~ s/_/\\_/g; $sec =~ s/#([a-zA-Z\_]+)/{\\it \1}/g; print "\n{\\large{$sec}}\\\\\n"; print "\\begin{rmfamily}\n"; $sec = $args{'sections'}{$section}; $sec =~ s/\\:/:/g; $sec =~ s/#([a-zA-Z\_]+)/{\\it \1}/g; $sec =~ s/->/\$\\rightarrow\$/g; $sec =~ s/([0-9]+)\^([0-9]+)/\$\{\1\}\^\{\2\}\$/g; $out = just_highlight($sec); $out =~ s/_/\\_/g; print $out; print "\\end{rmfamily}\n"; } print "\n"; } # output in sgml DocBook sub output_sgml { my %args = %{$_[0]}; my ($parameter, $section); my $count; my $id; $id = $args{'module'}."-".$args{'function'}; $id =~ s/[^A-Za-z0-9]/-/g; print "\n"; print "\n"; print "".$args{'function'}."\n"; print "\n"; print "\n"; print " ".$args{'function'}."\n"; print " \n"; print " ".$args{'purpose'}."\n"; print " \n"; print "\n"; print "\n"; print " Synopsis\n"; print " \n"; print " ".$args{'functiontype'}." "; print "".$args{'function'}." "; print "\n"; # print "\n"; # print " Synopsis\n"; # print " \n"; # print " ".$args{'functiontype'}." "; # print "".$args{'function'}." "; # print "\n"; $count = 0; if ($#{$args{'parameterlist'}} >= 0) { foreach $parameter (@{$args{'parameterlist'}}) { print " ".$args{'parametertypes'}{$parameter}; print " $parameter\n"; } } else { print " \n"; } print " \n"; print "\n"; # print "\n"; # print parameters print "\n Arguments\n"; # print "\nArguments\n"; if ($#{$args{'parameterlist'}} >= 0) { print " \n"; foreach $parameter (@{$args{'parameterlist'}}) { print " \n $parameter\n"; print " \n \n"; $lineprefix=" "; output_highlight($args{'parameters'}{$parameter}); print " \n \n \n"; } print " \n"; } else { print " \n None\n \n"; } print "\n"; # print out each section $lineprefix=" "; foreach $section (@{$args{'sectionlist'}}) { print "\n $section\n \n"; # print "\n$section\n"; if ($section =~ m/EXAMPLE/i) { print "\n"; } output_highlight($args{'sections'}{$section}); # print ""; if ($section =~ m/EXAMPLE/i) { print "\n"; } print " \n\n"; } print "\n\n"; } ## # output in man sub output_man { my %args = %{$_[0]}; my ($parameter, $section); my $count; print ".\\\" DO NOT MODIFY THIS FILE! It was generated by gdoc.\n"; print ".TH \"$args{'function'}\" 3 \"$args{'sourceversion'}\" \"". $args{'module'} . "\" \"". $args{'module'} . "\"\n"; print ".SH NAME\n"; print $args{'function'}; if ($args{'purpose'}) { print " \\- " . $args{'purpose'} . "\n"; } else { print " \\- API function\n"; } print ".SH SYNOPSIS\n"; print ".B #include <". $args{'include'} . ">\n" if $args{'include'}; print ".B #include <". lc((split /_/, $args{'function'})[0]) . ".h>\n" if $args{'includefuncprefix'}; print ".sp\n"; print ".BI \"".$args{'functiontype'}." ".$args{'function'}."("; $count = 0; foreach $parameter (@{$args{'parameterlist'}}) { print $args{'parametertypes'}{$parameter}." \" ".$parameter." \""; if ($count != $#{$args{'parameterlist'}}) { $count++; print ", "; } } print ");\"\n"; print ".SH ARGUMENTS\n"; foreach $parameter (@{$args{'parameterlist'}}) { print ".IP \"".$args{'parametertypes'}{$parameter}." ".$parameter."\" 12\n"; $param = $args{'parameters'}{$parameter}; $param =~ s/-/\\-/g; output_highlight($param); } foreach $section (@{$args{'sectionlist'}}) { print ".SH \"" . uc($section) . "\"\n"; $sec = $args{'sections'}{$section}; $sec =~ s/-/\\-/g; output_highlight($sec); } if ($args{'bugsto'}) { print ".SH \"REPORTING BUGS\"\n"; print "Report bugs to <". $args{'bugsto'} . ">.\n"; if ($args{'pkgname'}) { print $args{'pkgname'} . " home page: " . "http://www.gnu.org/software/" . $args{'module'} . "/\n"; } print "General help using GNU software: http://www.gnu.org/gethelp/\n"; } if ($args{'copyright'}) { print ".SH COPYRIGHT\n"; print "Copyright \\(co ". $args{'copyright'} . ".\n"; if ($args{'verbatimcopying'}) { print ".br\n"; print "Copying and distribution of this file, with or without modification,\n"; print "are permitted in any medium without royalty provided the copyright\n"; print "notice and this notice are preserved.\n"; } } if ($args{'seeinfo'}) { print ".SH \"SEE ALSO\"\n"; print "The full documentation for\n"; print ".B " . $args{'module'} . "\n"; print "is maintained as a Texinfo manual. If the\n"; print ".B info\n"; print "and\n"; print ".B " . $args{'module'} . "\n"; print "programs are properly installed at your site, the command\n"; print ".IP\n"; print ".B info " . $args{'seeinfo'} . "\n"; print ".PP\n"; print "should give you access to the complete manual.\n"; } } sub output_listfunc { my %args = %{$_[0]}; print $args{'function'} . "\n"; } ## # output in text sub output_text { my %args = %{$_[0]}; my ($parameter, $section); print "Function = ".$args{'function'}."\n"; print " return type: ".$args{'functiontype'}."\n\n"; foreach $parameter (@{$args{'parameterlist'}}) { print " ".$args{'parametertypes'}{$parameter}." ".$parameter."\n"; print " -> ".$args{'parameters'}{$parameter}."\n"; } foreach $section (@{$args{'sectionlist'}}) { print " $section:\n"; print " -> "; output_highlight($args{'sections'}{$section}); } } ## # generic output function - calls the right one based # on current output mode. sub output_function { # output_html(@_); eval "output_".$output_mode."(\@_);"; } ## # takes a function prototype and spits out all the details # stored in the global arrays/hsahes. sub dump_function { my $prototype = shift @_; if ($prototype =~ m/^()([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+\s+\w+)\s+([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/ || $prototype =~ m/^(\w+\s+\w+\s*\*)\s*([a-zA-Z0-9_~:]+)\s*\(([^\)]*)\)/) { $return_type = $1; $function_name = $2; $args = $3; # print STDERR "ARGS = '$args'\n"; foreach $arg (split ',', $args) { # strip leading/trailing spaces $arg =~ s/^\s*//; $arg =~ s/\s*$//; # print STDERR "SCAN ARG: '$arg'\n"; @args = split('\s', $arg); # print STDERR " -> @args\n"; $param = pop @args; # print STDERR " -> @args\n"; if ($param =~ m/^(\*+)(.*)/) { $param = $2; push @args, $1; } if ($param =~ m/^(.*)(\[\])$/) { $param = $1; push @args, $2; } # print STDERR " :> @args\n"; $type = join " ", @args; if ($parameters{$param} eq "" && $param != "void") { $parameters{$param} = "-- undescribed --"; print STDERR "warning: $lineno: Function parameter '$param' not described in '$function_name'\n"; } push @parameterlist, $param; $parametertypes{$param} = $type; # print STDERR "param = '$param', type = '$type'\n"; } } else { print STDERR "warning: $lineno: Cannot understand prototype: '$prototype'\n" if (!($prototype =~ m,GSASL_VALID_MECHANISM_CHARACTERS,)); return; } if ($function_only==0 || defined($function_table{$function_name})) { output_function({'function' => $function_name, 'module' => $modulename, 'sourceversion' => $sourceversion, 'include' => $include, 'includefuncprefix' => $includefuncprefix, 'bugsto' => $bugsto, 'pkgname' => $pkgname, 'copyright' => $copyright, 'verbatimcopying' => $verbatimcopying, 'seeinfo' => $seeinfo, 'functiontype' => $return_type, 'parameterlist' => \@parameterlist, 'parameters' => \%parameters, 'parametertypes' => \%parametertypes, 'sectionlist' => \@sectionlist, 'sections' => \%sections, 'purpose' => $function_purpose }); } } ###################################################################### # main # states # 0 - normal code # 1 - looking for function name # 2 - scanning field start. # 3 - scanning prototype. $state = 0; $section = ""; $doc_special = "\@\%\$\#"; $doc_start = "^/\\*\\*\$"; $doc_end = "\\*/"; $doc_com = "\\s*\\*\\s*"; $doc_func = $doc_com."(\\w+):?"; $doc_sect = $doc_com."([".$doc_special."[:upper:]][\\w ]+):\\s*(.*)"; $doc_content = $doc_com."(.*)"; %constants = (); %parameters = (); @parameterlist = (); %sections = (); @sectionlist = (); $contents = ""; $section_default = "Description"; # default section $section = $section_default; $lineno = 0; foreach $file (@ARGV) { if (!open(IN,"<$file")) { print STDERR "Error: Cannot open file $file\n"; next; } while () { $lineno++; if ($state == 0) { if (/$doc_start/o) { $state = 1; # next line is always the function name } } elsif ($state == 1) { # this line is the function name (always) if (/$doc_func/o) { $function = $1; $state = 2; if (/-\s*(.*)/) { $function_purpose = $1; } else { $function_purpose = ""; } if ($verbose) { print STDERR "Info($lineno): Scanning doc for $function\n"; } } else { print STDERR "warning: $lineno: Cannot understand $_ on line $lineno", " - I thought it was a doc line\n"; $state = 0; } } elsif ($state == 2) { # look for head: lines, and include content if (/$doc_sect/o) { $newsection = $1; $newcontents = $2; if ($contents ne "") { dump_section($section, $contents); $section = $section_default; } $contents = $newcontents; if ($contents ne "") { $contents .= "\n"; } $section = $newsection; } elsif (/$doc_end/) { if ($contents ne "") { dump_section($section, $contents); $section = $section_default; $contents = ""; } # print STDERR "end of doc comment, looking for prototype\n"; $prototype = ""; $state = 3; } elsif (/$doc_content/) { # miguel-style comment kludge, look for blank lines after # @parameter line to signify start of description if ($1 eq "" && $section =~ m/^@/) { dump_section($section, $contents); $section = $section_default; $contents = ""; } else { $contents .= $1."\n"; } } else { # i dont know - bad line? ignore. print STDERR "warning: $lineno: Bad line: $_"; } } elsif ($state == 3) { # scanning for function { (end of prototype) if (m#\s*/\*\s+MACDOC\s*#io) { # do nothing } elsif (/([^\{]*)/) { $prototype .= $1; } if (/\{/) { $prototype =~ s@/\*.*?\*/@@gos; # strip comments. $prototype =~ s@[\r\n]+@ @gos; # strip newlines/cr's. $prototype =~ s@^ +@@gos; # strip leading spaces dump_function($prototype); $function = ""; %constants = (); %parameters = (); %parametertypes = (); @parameterlist = (); %sections = (); @sectionlist = (); $prototype = ""; $state = 0; } } } } gsasl-1.8.0/doc/gsasl-callback-passcode.texi0000664000000000000000000000133011746471770015637 00000000000000@deftypefn Prototype int (*Gsasl_client_callback_passcode) (Gsasl_session_ctx * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output array with passcode. @var{outlen}: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with passcode of user and set the output array length, and return @code{GSASL_OK}, or fail with an error code. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn gsasl-1.8.0/doc/abstraction.png0000664000000000000000000014535411746471770013340 00000000000000PNG  IHDR? sBITO pHYs IDATxw@SWflQAVY*QEE*mVķu PAZg nSDD@r?N/MBpCx~9s(A^|ӧO&Rݻw^zk׮@#B/%%?Ϸ9|=5X,|H$L|jl6 2$**JLjsc!X6$$ĉLG @0zgbjۺ<|>vPlll  իW|>$߿Ν;=<<ZP+3ooÇ9rZqN>mll|WWW#B رcܹsBmF6A"(11qzzz[n Ǽ! 4իgΜc:" д\x#f'O5joܸg댊>lǎy-E1B trrs玅ᠶ;???**jL+++޽{aa/^t8H6lذdɒ:`^'|rر_uذaLǂP߿ ;>(2dskMww}7-- VIbҥK颿4}ÇGFFJx@HDGGsbRA``ܹsbqtt4ӱ ޽w^##;v`RX,֎;p?XaÆիW oox777B_>}f={t8<U$eeeuܙpп|'~Ν;iG}?\fΜzX,ҥK|>siB_6l >LjpppD"ц ikn^nݺ#Gn߾WKLq^^^ߟ0aBuuQ֭[tD鄄Xp!ӱ /O&$$෠ڶYy-M3g\lMӛ7o&n055=t͛i^l̙3N۷;v#mӣG;߾}XпtӳW^L4W^MkB ondd7|F⌌o>aPtD;w3B Iz)ĭ[}}աfff.\ S{dHK]p,>>>44Pve b: =R# °4[[ .[a!ѻw .ڦ-bЋ/SNLg^bDZH4eʔ$ K.j(,U|}}/]daa4e\1˗`ggt )@z&!F4.6mZ||Ejjj׮]5B]vMMM6m6e׮[n\.799Gj __d.~\ 1"77LLL!H$^/_dE988be((*&&FEK``%Ͷ 'ME 0ƍGQTPPѱ ,--p8Eyxx4*k iW^:u r'NLIIYjΜ9CQŊWY,EQgΜa:4ꮅPkl-))ٴiIǎslٲE#J괲*--]LIghh```@^߿Mdffr88||I #;{LpugIlͼ  "22fnnmllL|bK4#sssT)tw}GzӁ6ZTEEE/622ڹs5EEECv*{]ζ/4]WWFnr˖-WWךbbwޑ dt / dM SNI4M x2gU-6X&L`aFL"kSJ2ZҥKmmmĦK/^L~ԪdoReddDr,GGGHN{{{E L&?n̙$=٨&/ ?~\/{666nnnUUUFFF$!dM {Ν;'_… Я_,1g֛7o,By-rʻtFK`mIgol޼ ZYY+W?@HHLj(P(Tب@ _KO{hT4M &Lp8G Ϟ=ٳ'OTR`\.Wa==KJJ6 s```yyytt49{Tycǎ#G?vS\?OzZ伥vdҴZ1KʏJ`ms Jȏݪ~((((ظ'N70ٳgK.ң !%è e{ٴ&s8.J23ŋ͑kjjLMM}}}ߪѣf^B2Wf055z䉒PIWTT̛7o ' P üi9.0eg6dVƏ?&M"/ӵ1cu$ʤkFFF ncccffִ&$,Yaaa~-L8Qa['MO>EfFFF's`ܸqO>9~x6I?<i9Ef<~$/ (o߾ R>}عiiiu>6-^zUرc#Ǐŋ˔N?~gjjZTTDȤkE5z.](jZo޼С)lKR9w~z[- B,͟?_z/.;~x[ j50EZtQ}}})S4k.n߾~<+9wĉGEg"//LMM%2SYfkƌek ք4ڒT_8...Ə* J۷Ю]4@E!rRľ}BBB,--ɓ1H-***N>M? `KJJRx  777==]ɹݎ;|:u****++SRCYYYQQkӚcǎdIHHիW_xw;v6`jFرcxxÇsssnjSVVF4"r]2-Hݭ[oVQ@Kuu)-pnMMKNBOOOL2ZR+I.]*]!w~~~bXf,w^%̙Ӵ&d(WrRmLL M_~%kUtڵnnnq5j̙ K}XI` "-'EfġCS~ZtFKr ȶ...ʷD<8 V@ݕJV^QMhT^+6=d}}}$VIkUXXX+E(YI}VaNNN_!BHEf^^^PZPA  @uO% ::::99I( gVSW@@@;uׄF4Mp8 裏kU1$1رc%GȲ y%w @!-y-rʻ|vCM#3X[_FKr۷/l۶M$[|t "fɷ3!@PPХKH^XWWwE9ճgdnTג]z 'NXRf``~zڷ%%%k֬p8,Kz ˗/SEQԪU$+?֞9sSN!%0EZN.*mHkgDJvv6W^),@>WWWHd}Ig^^yx_K֮222rttܹzgMhBym~~$*%14*h޴i(}<پ}L_~E򇟭duO?T~ ` "-zd8dXdVhCYv-W@2Kononnfff ڲet*)v X5CӧOwvvp8u֬Y ߻wo̙:9sFH>rrW ޵jl9p+49r䈑СCU,6ZP.CiSp_B! 0EjVZZpÇ3B!L X[[}6''ٙpN.CiSp>)cA!Py-R?!jI8_qq7o\. ݁'"-]T YYY|>Z>z`޽{MM͍7!Pûw޼y@ݼy{qww_t) AvӾtӁ6vÆ gݺu7o޽{ }cbbVA{xx״|y^:uT.r'N䔗/_lbqkV~!v<|>Ӂ ,r Ջxxw#rrr&''o^__Ç[n񉊊ReqdddYYYD_ 8~+//޽ׯ:Qw $-,,zkFH'ڶMNNN޻5(++ rRdQQQǎiX?ԳqFd~2[woWX^yuuuP(ݻw+nnn%-ZDkǏ+ֻkggwmh9rdHHUAAR3B:,&&̙3 ӱ _Μ9cmmz)15SPKڻw/XBOOOavq˼5{l//gϞ/?p@8v`ͩYFQ" ˆf+!m&"""B|||n߾ѳgOfD:͛zuӱ &߾}+?ZCI//_v3fACF ;w.99ɓڵrv ;v455-..600 ?egghfmEjjj^t,q\\\  ?GGGEݐt HwVżŋJ)e^VTTQNkfVbH٨QoܸǛ]\\ƍMYFQ"4UYY R;ҩHC%'ipl͚54M8(=zdi666311󖬄 HBzU֌B:%@__H!t0Zɓ`JY Lӧx˗/,sKXXX|RaZ[[[XXheek׮ݻW~ڵD#׮]cX[l8IݨBHHHߠ 4( dzgVzX,֏?K.yϯ رcGeeAT>p@@@q|5^رc)hB!Z|jw!RGegg@O>]SSCZJOO[ndt N4I255 ֯_krd͚5b]vMI/_(UVIV]=s Y# }m۶)$˗/oBJ.5bHw!jT̔t8ŅX Hpr^أ.?~YbbfCm?ᐐ;v888h9k-(尋j3wرx⊊ }}}___lmm N7|>-@`nnaÆpE0Ex^أ.b񡥷{ IDAT#`ܸq111vvvLն|r޼yGC:uRS^B!tw}liiLj[]BB---;My-BHQᡤ`2/˗/l6EQlEnu?Tw޽(>&UWWw߹q8ss#F\tI[[ۑ#GiiicƌeX&&&@?q۶mE-YD&>C)LB0a=z4(EQjֆv"#<@пOD!ZӧXۛӧOիW={N8!zxƍs^ZrnjCQѣGШ>~ɨQ?x0vXWG8;;XVӓ@пxzz1!Z ZtU%EQ?C]]M ** $eۂPHӴ+ 2Tu%eii)Sܹ̉sGR,>>N~G4iyYUUEf ^vM“'O0g}j!P&>E͞={…l6V^=};vH|+Vpppr9bĈ/Ȉxw\]]91,, =*)@L|#}l_R)T4nܸ+W=z4<<<))SNWR>77ڵk,2bbb>䓸OH;D"2H, mllp_u[xxx@@t;w|֭E,<+ߊ@}4-rssnzر?SI&kNa lPch!9ߵI!̟?_G}6m?p8...Gjjjȯڒb6n"ʿUXXHtp=h/֊:66V!鞃FEEX^Q^-ZDHۛJp~~A`̙2剈ݻwocee^RRB֭[%BO2%jK͒jS̉|4jw=?ҥ*/rssMdŊ+WꫯȻK.}䉛و{\rd9saâ[DڃtR~~m֮] DoONQߟ>*$!hԹ ߢiZ\.7 @aKivώ055}Abb"y٥KOOO/"""-Z$gy vI&}TavrEF <|I%A2P .r8Xk֬W^iiUTTTD"eX,Y`ҥUUUoYcǎ(*'''##C! )%Q_fOdxMrrϗ>XPP n-nne$ҩ[ePUU5sLXt)怘5kV>}^~TZZ*,7iҤ)JڷoO&ũ)X5ü^~e޽*emmsNɑ;w6dnݺmڴIrD$!rHv36%%r< PZ3ڧO_|ɓN:ZJt6m6uAhPvjjjT)Jɹq7nS}~Ǐbj :л\~KJJZt)yKz~ٷGa߷o_ddA@@C';KuQ?~Ν;m޾}[[;QHE6nH[e4df7B!t!BH`^B!t!BH`^B!t!Y&L.//g:/&LPo"BHg3Vy-B!tV^ ##@пO|:jy-B!tk׮1OG0EH._BMf?~EcAxlv@@zkƼ!uڹs[SSwÆ C IHHӧσ !"ggUVJAPYY.WZ)7iB[ەѣGޱ~ <}*PGzjujھ}޺ukʔ){apP1bxڴiqUo"6k׮ Njㅅ%''2Bi\.wΝ\.w߾}}wQ۷}$ڛ`4Y" iSǏϘ1C۷ٓ'OeXcǎ}IL>ޞbL6X׀B:ܹs|>gϞ_uZZP(d:6A(}={ΝD[TI;ҨۗkNI.]~z֭[yuuu^^^fffSN+**ڶm=K^尋jk山Ϩk׮zzzBaQQi̙ߛjEEy HeSTTdooN 0=zTVVfaaA 6omv!ԆL0|>?##C:B`ffpz&Lp!xtMeee999? pV(v{̙}h1 CZhB۷KJJDY[[-kRۛ˼uĉ~iÕ+WN:uر_iӦ+Wfff:993fժUj(,O\!`X#G$ee$&&~Bapp˝;woݺ߫Rݚ5kݻW^^}'O=Z׀Bf"6˖-;z-[^vmϞ={ϟNNN{cJ 033 ^z͛75s!PRooyΜ96lqFF:::ZYY͘1cڴi"̙3ӧO+|VVV[n1bD^B!p!u={ ֬YqǧKp'&&>{l̘1|AEEEFFFǍdN-!-]!fa^4Z^dZHka^*|>tDx<^@@@v혎IgH0EZ헐0oӃ@>}BBBgǎYٳgO8q͛" [OMMMMMUB.!!&&&Glll9bbbrii8^4..=EPyyyΝKKKcbbΝt8-d֭ͳ|i!fH-BHCRRRJKK}||̙t,-gΜ9>>>)))LҢ0E1r-BH|>9RS#G?vp!xzz:tYFĎ1HK#y-Bi\ݗ.]t!' /^`:ύ! G(zޣvenn>vFA𦧅ZAm_({EQ>l ozZ-(m1B! p~-BHɏOr!P!BH`^Bf]\\-ZTZZ*_CŚ_|f)rpp xxx,KbQ<"0E!sChe޽9++M6 8͛7M6!!W^mԹeeeMn ¼!b@RRR)**4h^sΝs߽{GYYY֭kr&@\\\}_~ kBu~ >WPn!CDAhݻիEFtǏO>Q0"  UOab&)}TZz᜜`XslB:T!4-HpB}p="ӦM[`A3O5jܹs_}]x3Z.W"Snppp}+`Qٳ7o6]''͍^1=`BR%$Er9sz , :tЯ_?b۷o'$ifff}!ʕ+%4XI#/CQϨQ:uDZ9t)G!sm-,,,Xe˖ڼy34!Ś5uԝ;wj2"t)ѪX-g;m"Z5iɣϟ722kÒGs%IR RYYI\tbI$`%kHD2w}V@ٳg2O< QQQ MH#5***jT6Iky!]CnܸQ2s400PflGG_-|hhu^9bĈ/$;︺^,YD_(Ŋy=,s$kNHuLʐdRZp >(׷`ɒ%dKbɒ%d/{HLLt -\rEa^A?㯿uݷonذaժU Y$aԩqqq|kjkkǎ{#G_}UTT~9s\~}͚5֗/_&k6X S6nhccs9x@33]罽%{!ڑ/l^־{;bM)R#2 {R{Teeemm2OqEQ/[2]7=픐0~x;wtԉp4.;;۷2[-4B =J,5vvv%A*ʭ844111IJJizo߾mt ĉ׷X4&Nt, ZA8tK% ׭[gϞ'O{{{Ϙ1cƌ5k223𦧵˽ MLL֮];gݛkKtlle޾}ۡC[XX0TKüizaBZ6+))O<} x<cǎL,yyy|>={?'n޼ښy- #vQ헐0o|yh Zx1!Ta:BHNև?3B*E * j5vABrbܨ(,x-A ^` Ŏb~8o?wwօ}bϞ9ax8{ w.B'E aBe$ EQlCZ[[ BSSݻ:tHjj---i611 J:*Qɓ'{abb+HJ߿_bP(l֬Y~.\s/CbfҤIEݻ|NS>6 6a̘1ܾOQԧ~Zێ߿νM,8p!`Bb'Dzyy\vĉN*$''4 666Τ~BBsNRbjjڱcGwwwr^T6BaYѮ];aÆIRWQFY5kEm߾ _T:c  -++6TdabbbH^^^߿0O͛7>}z\\\mde˖sTFX.C5 >\e"]j2x& B[x-nfӡC9sfAA]KҬ,2lDE r +**>>*C?MBjjI:uDVhdfjj* ;u4iҤzp9!]ceeɓ*H>x@M!!!!!!P^^m۶SFEEiӦ[ɾ7kkj%%% Jyyy2L_eĉ&&&+W<|={BCClmmMӴXɔ`aa@UZZ:{xBZjH={vΝ˗/_|9>>~ĉ?1M׬!4Ukذa~n!usppꫯd6gP}ET6x-%;v@TTN2Ef~^T*_~y I9r$ܺu[044AZpfˠN;y1KKKsppP}yv5oUUUϟ V;_?P3i8{,X[[ȟ={ T*MLLmےKKKPK^}vРA$צUvv6)}?u֯_/W-޼ys/*CoMM] QyIl/^ ˗/g)2fΜ L9Iַl٢2ZkW@@@͛7͛wU~&0uT2S===IsPP5cǎ Q޽{mbbѾ}{ѣIT6sΝK0zh+xd*^_eOi&>}l< ̙3|^^^; &,,] Lމ'`2&M{ƩϏtNuPH$G??:}{! IT*ݺu7Mvvvk֬)//|РA555ѭ[if֬Y%%%)))III|Q/JܹH$ x'H$?MӦ rJ]_y ر_?!O2Fpp@ XlBo7o(jذat2nnn|nc0m/^ mڴdM6xbͶ|! (Ԉb2|Hܽ{յO>'O(QS{"F@NNڵk;:_PAAYd j ~=zPu=2Y#hM5BļyZh!:u jMV^^̖رC,PStyD2p@LjJ$kY\ !k>ٳgΝ;pB2dVBz͛7oTV322c F{BG;fʶmLAFMQVVi;$+((СCYYYǏT"tM>}1"߶ 6Z޽{4@My-B5rE!P3:8tB!tMQI8]!j08^B!t!BHh'=z(իWk%ĐG^5I!Gӧsi׮@ :thZZ|MJ@8yOֶ/^lmmR:5;;*yF(RkCꫯؔqN^g{j%FÇ>v !ZIIɶm۴Es̙wG'O駟nݺլY-[><99{K./ 8ZnmaaQPPq:F޽{!Pyռy,--K`oo?wW^i٫W)%-o޼ڵkǶF۷nٳgo%''3 ޫW/33L?Ν;[O.//٦૯ҥ͛79;g777ԟk_|gffֿ˻~zGB5 :99O$;W5QnnnW+Vpvv?ׯk uJF5EQ&LRBZWWW; +G~aS<{lʹlxw=zMӎӧOgp[zmBBBb1M666FȐoP"9rdĈ"f͚̙3ѣGl57}7ÐJk>}q5o<$$dƍJ' IDATM"l޼900Ȉ8i$n0{yأP#'E_xXqmũob2v˭MQTii)odO>D(ccraȄ]{{{JX}ܼ]vcL}G^f̘_^pAy`4{Uo輶K.`bbRVV0LYYuSLʕ+͚5VVVgš$5߽{&555xڴiJ(++ׯ–={nܸ-[LGЇ9n}ŬYfЩS'톪X<|6s011AQWQQCe]n|eyy9dl_|ܻw},:hѢbHS[&Qoߞ;v,<6Ĕ/-2d)xL}6srrן9sfJJʱcǾյR V*HOp?lkkKjroIa-.]zԩSN-^E$0d- g۷/==ѣƍ#s޿/rxx8MӦMxqffĉ[}}]c= 5r>\>m߾}\\yiaaaooO&b/%8spqqQm@@<8<=====߽{d۠ ￵Qm׮]͟# @=z@W۶m=bgg&( 0E*#j' >}ZexCC wZSLϦwٳܷȌW>#%_sq7,,,4330,BQԵkd]ÇJ- R-SsddML=kޅ>أP#G(΢(j׮]R4::ZqQRR}r5nnK!CRiRR;U^144T|\\\ȿ.;w~ >Y$A,WTTw1/V{N$rTևujJyd] bΝׯűa1өxJx{{@-’r gӻ(ȜP3o:vpErh2Sy_uݗoiVC.19Eϟ?/3{M__o!ڬ=OhV}⅝y۶m#²Zl?a777 IZ*%%-Z2;w.|ڵ y# OQӧOv̘1C4vM)9:"''k0LEEH$jѢ:L=\ՅJzfݼy֭[0tPaaa'N(**:m\ƍ۳gOffD"8Z6R@fȘ;wq%۷o|ƅ ` Ǐ߳gϥKmȑ_)B}ݻ?~ҥd cuuMl"*++>۴i0!ܧi۬,R2m322l[b… jo{9%믅dѢEl33SL155]`]:u}vjjjm+T/IIIK.ݻ򦌌~]v]x[NTUUo;*lpРAǎ;|I,_}lx6 WI[[ۇѾh0S M6/Ma˷o7K'OԫϨe,mJiii .7n\ǎ|TZCCCHOOW;?aܖ_._4zH`B|=w\HH]^O.\fff׿S\7:zRhyyy;h:;;mۖ}I;o&D9::rwm˗Lz333cVÇ4eTڭ[7 +<|$Zlimm2<^աaNH$'y S4ߓwիϨk6իW+3hjmm=|p}) @al5I}$Zi0SV}ѣGVM*1-d79wO%k}FxmUUR#=z|˗ &,|}cd7ʇCS~=i(gΜ!,l/H2Z勅n$''CVVVl׶dB-['?EN˗/V&c.d1 Ȉ<ӁO Bn‚lō7 Q...ڵk4y)|20޽#sإ"}Y]B モopʕ2;%_ɓ'גN!Kۆl f!HGF=}t׮]iqF}Gc***lll,,,VX<%tݸiEpLyNٽ{wPH~駟w޵Uf"|:u5ky6rhɑKaa~@ӴX,ӧrJp^joW=z4gR]Vf#GN S 6!!r7|YVK.l!3))I^~ݳgO%yL/r2o7`ǎJMy5 P]/O33%]c$ZAY2˳`6 "h٧N:~Iܸ׵>#!Ko̞=̙3.]ڰaC֭I~}bg͚uuMյr֭֙ 422(jذa/^7oիWL,.\߯_իW;::Rnk.@`hh0'f8qb޽zjٲ%EQ]vݸqczz:"˫k B&bn$<==2o.ҘiikB!W"B!]!BMNn݊R HR ?cB'Oh;$+'''??}pF4͛W!B- YYYڎ,`:Z~}G!n߿vv6$#Hdggy!Yd8ڎk1E!ѣG gΜX9sfaaazfsB WGv֭[:t>}'|p={6,,L__ʕ+!eދ-bf{v8{>aEif>E589좍T*ׯ_JJ }iZ*j7$=aaa۷o}a^j2\y?XTT?kpEQyyyYMUWWgӦM[n"̙3|HФGYYY>v8:1 SNF\B͟?_!4v{yQTT[5v?cǎZ iHhc~B !umڴ:E"Q||B\ !IHH ˖-H$Eyxxu222jmm- MMMw~!n#i$000>>^f*Fs=zJ$5=<<{=..gOfgRk.V~G 2˖-s<4𢇐va^.Y<{Tff&XXXdeegqZWWWHJJ""0da6mڐ$' +++#%.\ie˖T6F^{u233IInn ={VM׮]iΝ;$''ٸq#wssR"HHح[7)I oyf G8bL ::N^.kQ=ޅ4g0a.] B;;; WZpBsxxx~.^ȭ @e#j_5l߾[qF7o|2/###ƍo޼ ~~~MVXk4QV oy&P(H$2x# ‹Bڅy-GػfQB[x-nԡC9sfAA]KҬ,2lDE r +**}JɹT*}%[CTH<l:yɒe3L[!k$3e vZZZڼy󬭭qƵi&==Tpuu6mZnnn@@E.]VF ^OOOͥR{-"R5NLwZD"§IԨ&B2 tՓ'OD"[j4M@yymۦNEfN68%%wJ5X[[[’Cچܜi?$Ym e¢>vE.]TWW;v[.J8::;##)S撒W:::r*|QC׮]d?| dAnݺ=~?>y{|Q s?ׯd?~ d!kRӦMcϝ;rJnX;--df׮]?fOmٲeaa!;Y\\_}޿ϳ5L<LrURrΝ СCUn>i$RhԨQiii"C"$'999rGw! i5uT  e?>xzz 5gg砠 kkkǎ#H}##޽{ã}УGT>\sfDѣG|.Ü9sȱ{yy ʣ]^¸t)7<0O8ׯ)'ܻw= ZTw!ߣR֭[i[f ߟ`r_A222wkjj[nMӴͬYJJJRRR4^^+J׹sgH$ cbbddd`@l2g<͛7[XXP5l0+?!9ϵ'Š SSӁʔ?.𢇐vQ/aGxR܁ i UVVVSS#߽{յO>'O(Q#{"v//k~w^.\!k͛{رpԩSvL6m˖-cǎ%%;vtUYYCmǂd9::wNx-G8t4g:yd߾}===:DX?wܰa޾} 7o޼yFe5###Ntȑ#ݻweLd/z_MMͬY~w~]D \\\\zjMc^^fQ 8,PQQQTT ~a…*;%%⩓&}Y&66?yFErBxzzz JիWYYY*^^^;v ˛(y-GxGſGUWWZ*11ݻ"'22222R9d#qر˗ٳט^zܹ)!!{2!D 0<+V5kM0E/HGFho߾/B ̘1cٲeڎUQQpŸY"ݻwȑJ*c^^faBvŋޯ^ڴiSTTAؼy7|cnn~֭VZV&}5ddぽ !M<իW{>5-_u޽_zEX PSa.eff5k͛ڵ+)) TXo@!aÆaR6 L¼!B:+;;9T!kB! @ہ #L"BHgyxxPվ}{m4}ڵsww7j2M9M(0 ӯ_?GGǸO?o͚51jr]cQx-B51Ǐ766ѣGq޽Ν{!EQ׿GB "&7ROEiTWWgӦM[n"̙3 @?B)gϞGqu?CQ!}:'[XOO7..2H۷ f͚x4 IDATҥKʃwL>]W^UUUu=:݆X! Bňl(S_o|}}Vzzz%MK.JJv*Cʋ-"M5kؘL:m955U{y3 +$&& +j]O`m+T\pB4̞=T"# 'N^i@gggR?!!Tعs')155ر#ٽlDVy$mͧOG&fS[ܹs̬}͚5@o>%@rrLeܹsu::WjӦM7oאt>, *?fiģGf͚EQMϟ%֭[@PPPJJ O*~$kתܩB'NVZ9r>p%ܹN=uΜ9 + >|5 }ŦKȯ3=zTyvyT*ҥ lo+Wm۶MΑJ>>>g20 JZ200m[5Zwww2|Mw9WʟtꫯG!]P(,//6n`̙|v-JȠ/[5Z>pvvL4CH"aY^۾bKJJ*裢VUUmܸ|OM~# o߾m޼9{&;V[vy-0[n$M&;-ʕ+{?xspY{mk7Xt̻dݻZF+W򏊻#kB'rLaEEӮ];Ҡ1cv)˗˗_~ٱc-ZD *Q#Pv Hdr}aǧxE܇Yy hee e> h%Hݰd١C٭F?ǖv޾}[q._bqttݻwi/b·177o׮|u:d=..nƌ_~ʙ0Ehvrr)J$yuE__,--ɀP@@ĉcbb.]&F[AykA}I$2"龗WmD"gggr$E+++3Z&3dرǹ55׾{ڷoϖv͆ʝ*_h˞?#<|Mlu"s4:[}o߾ݽ{y-ZԹsO?TU!8j 6 -$R , P(ttt[YYIf#%*QcVeܸȑ#֭[M CCCL2E刈k'44JKKe/_ nDȑ.+󯂕ڵkE殶!׸-w۷oߒ`ڵ}!NN$Qx?["mdddaap+8(((HHH6l9-ZwhJ{N$rT@&{XdNΝ;ׯ_/saٰaWexJ>Py#]Hxg5DٳgMLL]oooTR*۶mKJ,--B!۷ "lDVeŋ) Od]*i<\]t?=U[Zjer ݻw[YY}*3~y-%Q1TڣG7nŇpUL6Xl[еkW5O=zB &V $:884119y$0WvppmGO}b1 0a1d߀^+i{{NUVVnڴ)44Ln޼yXX޽{% 0&M֭[_}yT8EQ666C 9uCaN:!CT ,,,oh}))@)m>\ꄬ i U]]jժĻwD"Hv=͛߼y3w\[8vXQQQDD{쩑{u.5kŝ?߿CO>uqqիעE:KcעzWYأP#W.ݻ0>5G å|uC`^&HGFh#Q~_!B!y-B!"B!]y-B!"B!] v!Beȑ7nܨb΅mVkB!rsssrrҀ윜*`^B!YYYig!YkB!֭$%%ݽ{W۱rݤ$3Uf. .Bծ]1cƔGDDHRm$J#""njӮ]ڪx-B!tٺulll.\Xbbb.\`ccn:%0E!.kѢŦM`֬Y%%%ڎAIIIddY`ӦM-ZPRZBm۶o۶DA!$Ç.<<\&ND5E^P]ˋHOO\]]--- ?EEEw!M;w޶mm1E54Fh'J-Zt鬬,D"E>@MӼ`^j20i@v&D*޸q#77ѣGڎjݺty-B5rE.o !BkB!.!vqС jp~-B?y(ww: p~-Bڅ!BHBiBM"B!]y-B!"B!]y-B!"B!]y-B!4EQdi4{B! "B!]e@!ǥ +++++ѣGG;<==[np4GA4 {j䰋6~ƍ$/)h?/ܹ]!}8kQ=K<,Q.ژI$ VVV6o<(( UjJ$i;VUU 2hQ\\l``lٲN h;:a^^faBvF.](*""b͚5͚5vPEII̙3m0LpppZZPT}c!T_<<d̙j7P=YxKRSSn݊I-WfͶnݚjeeuҥŋk;"a^j/^8pMӭZ5j۷oNQT^^5E &222--ãcǎڎ{;wnѢEE_vP+WO 999$$D4R!!!য়~r劶QSSgFl߾=222,,lܹB0++k'NvtH]x<++KOOƎ[TTTDm7nuegΜiRj߿9sfppiԂg̘f͚gee5i B@zW~~H$ھ};ʕ+">*YƠ(rsq]ww6Il߾\–$&&˗5]SɓXYYXJGGG8ycQC@H~iȐ!Ǐ 2$%%͛7Z ">>M6l.B,4hP}l@"hРAykr0EV 9r$22R7oްw|V|YUUivذad̯nܸQ&L]vq .]B̆VZp!9<<_~/^VpqqkWX݄t v+Mxƹj*nwށ;ؼB~Ç+?R/z: ?54ݓy-GMwI$f͚>}Z#G޽4hPMMMW<ڛ7or~:y`6IPSS0l011YnMӣGV=Y(s oݺ:t3g,((kTE}B_^%[l3NJ #'mllKJJ ((Hɶ:_t~(jh' CV4Mo޼Ycǎ~?SGG7n_vmʕ?pܸq&&&ޯ.w߉+Wٳ'..naaa !7nܨB\\_SSѣG8DjժG,ʲ~ H$Nr8VWWWVTbWMDlb+166Ҽ pT*_GJ$/=xH.O&ym2%ӧO+'&&g}Xԭlƍ111[*曗_~B*PˇJDlyTzҥK;$"kkO'KII"/g?/BgszQFk&_@]ծZl_u;"rqq %"X*FFFƞcƌ!0#vy5k{gy-m0˗э7Tbqŋ"""!*-2p@[(QQQDOw8@Dg͚ED?sG%YI*˔qgdd>hNEsz?_BV*ڵ[$988$$$ |}}euľ ={'d?tPHdgg/WWWgffZXX'''r5k{gymCCàAu1^&*hY~M޽-//WRY~̙3,dôIR"b _~ϢQϟf7&6-klȶV~M1Vݲe _~+3w8nl4"rttlYgy-Ga%>BŮ6##._T*RBeݻRA{D ,-\[[knnaB-**0`SUݪotsMMMs̑ۊ+8zݪ̼{DOl "k_GD/|gj8"y>***==Nl/n??xwY-<<<33]n޷o_DDDBBF:ED7oޜ"cǎ.Qѣ;;yEEEAAuf{Y%*96??=nc˕rΎ˓=U8Ʀ0&&=533/_fkkkU Hf+յoذaMy_RRR~ǫWB==[*ݪLDǏ mD4o޼۷8NOOO l3KӧO-*OOONwTlՑ4@Ok555"0 O?lUsxtiiivJ7oYm?F;iҤG>S#ϙ3GSSSq---d7(֏jd4|akk?3f\x&N(( V2 ?wXΎU2;m4J&!cO޳cmmmqSΝ;v%"gg粲2Ykk5k,_\)1.\HKK[lYgun޼)t̙֟}B5KK={2%''QSSK}Fk /ZhYYwEs{7n6T- 'L6IQvUV-Prqq1wv$\EvZy4h jAGD[ zdLO>$$$Ԕ1uԯ|r _dD"8nܹYYY\۶m#",++c9}^^`_oGٸq#/o۶mk֬""T8՛hyy֭[/\0xM{;w."""66VŵoiktUQQnnPܮtDwÇ{챾 J=zt*G!$e0X ܮt4MC^ }ˌkl@a1+h?؂jB I-7}Ez^}y-Ç_VvdUWChhӿA3gaUUЁh*CCC5Z?Jʏ>H@ݽ{!//O@4F^^^CCݻw'B,Ő-:???"B^:^M an1d ח?.t W}8^ 7d@_PqagJMܥAGaÆfddDDD̜>}D")..:nx-O6v;b @/߼y3K.:V]]tR7oެI-aT.:4mڴ>4@͡ &Κ5k߾} 6[@kkybXzy-!tлToQgV #B\2f̘/bBG^rss}+W={Czy-!tлToQyxx\|[%:;s̳>s7tP۷?󼷷_|/t\=x~gΜ߶mYK.dڵqqq0^ }CлТ@͡jgϦqJX#ظutt1c >.zZ94Qs ]k]]]!>.zZ94QaaZk@ mۡu@x-h 6@^ y-h}ӓm8SOɓ' :Fsrrn޼q͛|I___݅ZW^y駟!k 4@ݻ˖-,[lѢEO;vt <:nMyEEE'O1cIHHHJJJss#]?@a=È#,Y:uΝ;fΝ;N㏗,Y2bĈݻwc4꽖lȑ#Y.*. Ņgx/YɠAƎ[N*]խkJ/fqww>|8M4I>xW\xyyy{{+WU`/qc=9l0VoU۱cq=rHVaΜ9J|(55U|ӦMDӭK&Ūn߾~FSNݾ}Ç녎'>}S+}q ?*& 'O$"KK˼,_/ܸq|j(H|ׯ_Ϙ1?v|6z*{IzΝ;>Su?|6+_端"'xBz-:ݓ?OLL 9<=ZI#GH$mmm W\!zZyڊ$jc}AAAD)t,4ID"QzO(66֭[T*c.O҃N,bK+_<...vvvcpqqDMMMibbDZĦ K_)--533#/RX@۔?MJJ5jTBBEjkkTUUO=Ըq{*//wpp066/ddhddPZZ*_n߾]VVƵSTT$J޽ف555,W0p@"b-ZbZnݻKD+V: mn璧֣WAAѣG_y[[o駟vuueN8zK.?~ݽ['H>uX\X,VrT %"(BDzzz]orrrjkkǎh"c[-;vlmmmNNб)--mjjb[1 D"ĉ'NHDU-[&^J^KIzή^~@/q;wڪZ" ¢AYewOwhBO~鼼<6 _˥ zI@777*tRS##+W:::^t={Y>mjjRj˓@```kk~+_t/ZZZؽ#*0aBIIɅ  KKKCCC{9%>޽{W-))v&OD{h1vuhV#mV:9lիWMsrrn*_䫯:z({:C sl,O`D-ʅ =zTm s/15===tYqsW]z 122:RUmIe`Keyyy IIIl...{X*FFFƞcƌ!#GrSOzzzX*/7v>>>FbW^-K+;ȑ#}}}(((AI$>@yƍn]6QBѵ]bBBG?$"333z-Jw-R: b[XX̞=ĉmii:tH${嗫333-,,U9IZ[nuuuD666:!GLT__?11Q=no&((hbsӦM]0hР(rwww^6B=E׮WpΝ۷o+_JJJ<:6uuu---&&&\~-""СC}nXlٞ={*++YNOD/^9r;fD&(']*ty3#QП^y3335++ J۬^>55UVhbb6{-ȂzkTXߴik׺srr֯_ODl9iʺ ,`VpWWW矿K:4]+++"? kTtOOO''J"Zxq`` !}G,V.<<<33[nʊعs5k t-~rGՂq)))o񆻻{IIIMMM@@~g k޽{KKKyojjodsmAu n@> w^[TT$t$mXB^ W\V__ĉK?-tKdddLL q֭j,\C<cʖCUWWQՕ]&t$mXb ͚5ݝ 4iB{\UUquu53HRSSڪ*,Eׯ<϶9ϟÇ'M͜9Zk׫@dnnX[[)>Ћ_^[[舤efbI-͟?ImτM8=ϟ5kt6=0zkNi,YF%hH$Dt_ʲ[???d:NDDAAADo  h}xOOO;vBF,X",,,$$Dٳ,&cǎ煎իW5ey:>o kR~ظq)))ڊ+o[OvvׯWGÇ/Zc]gy77gyFɱyŋ;;իv@"XdIg^rO?UrlEe5njҝ~CI盛 @D YX=kdd[^^>c 忑Õ\ƺylpp0{lٲ5kW5j{䅴]鱿x222!RSSSX/HRP!i%AUTTܼyS8kM 8xo"KΝ쾚-[رc̙q˗/P8pJN;|pvT8sqqQrۦM:\ cݷl;۶m@"rvvVrGBBBg:99={=-++3Zq\TTԆ F_8nݺlll\UUe`` tTyc䛨T*n,\pϞ=y߿ y,3ftеUMSWW'l@Z@$EGG(~{eA I-h/KjAp:qP5QmaaC=0Xq*a GIDAT̙37la:?FbbٳUtD^ CkP]+bKKK"""##7lY78W"!'EB8;wnAAAjjc=ֶi&< |0o޼dԂLBD?ЁtLJ@[~Rwڥ[\h~/H$z뭷 mll*++ G%t8}||qPz8^+f͚tCC#G^pWM:5&&~@R 㸹sѻ+t,ɹs"У2׮].,,400شiSllH3@{7nEEEB@DTZZvWWW]}_iڵmktttss-[߶l@X3^+sС%K̚5?\pLJ~'@ ə:u*9RptZ/DCMMM{26mstt,,,300:"-MMMs8p`aa!vPX4KnneFF̙3tHSS̙3322,--sss O*VVV @5jTvv?斓#tDrrr~GKKll>jy <7:>1jԨ'OL2套^:(Z/Ҕ)SJJJO<@W^_z~{W۷oŊFzgSRRjjj-haÆK$;vXZZ hKK;vH$aÆ 5oիX, qpppqq2dX,6ZA555555577UUU矗/_.**sѣGd 3g:886@p¦MRRR2222<|a\]]zڄsϹ[PLc=J-MAJIENDB`gsasl-1.8.0/doc/abstraction.pdf0000664000000000000000000007367211760731232013314 00000000000000%PDF-1.4 %쏢 5 0 obj <> stream x%%WF*f|.SCVv+#Еѿ/Ήgg߱QF|(/ӿ߿~ƿ_cߥUuqs_5~sy_Z~{ jcTcׯhQޫTjnTy2͏RBop#0U\zPQԫ=4ė!b5Zh}_u6?ocR1?oK[w1y~|4^++Glyq$q:+aj:m8szׄ. Y۩t~FK}ԃǵP~q]^Sr à+k}ꝥ1ҙsnYߛ;3~\<`U:Эy]Sx{umUJ*q` g\SN25Zcq_&YϩOwMS*Ü#33WX~F՞89/'wLڿ~zY4/ǜޗCv˔Ksfk,ܹmqC-CUe8h|?{] 2awhgsQ=eCf[Cb:UnR'~!vh09= V11ٗlf-0~ ,0эsFdSXcJ^w|٤<{ _wv oγzqЙչ.e [ +رiN?I k Dn݇ 1Rۄ0óOufC_29x/gaLjYR3M{T +Ϙo%@N-x>&+2gsaE5'FsKŜY>ÔVpKD:uY ݃g1 M>|Bg pbr:Ǻ!#*[\$ip¦Ěݘ9j)?N)d&SӰ>P,Ad H ]i6'm[qݷU/;{_rwbOd_髍=X]鯷s:@nŠ!/`JWgxcZ6U&[Q`\qS"0B3?1qu/!p7'3G-q( sH7xT9jM*h 3ڇn!FO;h, %ږs'3es$L9'ަ::djuul$^YSkY)CJ\rRI1qSTg`prdGC2 6$CG[&gacLSN83o1nT Irj;~D`%h&gxg"\-0:?L QSGC$̜溠l$}' ΈCIئj7'Y104h4ыx釩qgJa^:?<6%F *2hmeVzOz 1M&6+֐]eXg85 YWfSAg8ϞYcgV{`foe֙Y,Eb+Vn1s8} 4{ P3)8ONx-E? s~ -80G1sb2SF؝|s?h.ňK05uc`i2߲GrZ8ܢ{1X,e0Bl^KL.}]jA9Ut>J5T[<6 FOahW0`b#]l 鯷i8{|B[aPЖ0UcZб{s-Aj}B~Y-S}8B)ƥ^!l8e؉ V)Uvymg1itpc*i;05[_C*+sSG>ݾ[g|b60Du?F?ߺ%'ѳ5ts]Xzhg^pyWzף9Q/j7ٛ ,;aYCѽ}A̾ WbVbQ${s>tFIL4fvF{>.4mW7 vӋS `:n(qڼ jX&׳_7{3}'婣Xq˙Üi0c݅utZ{, z؇*7kx&(Tg*a6 2p2Fۆcsݎ`k͋talCӷ:9^bLor{0z)`4wPŢ1;(Sh{YW!~u;&9Lgl5^ 85LI&B} 7r ܱgy-f`1(` 1)4ﶖKT*4 #qs|Ig#Z`TN Ӡc)Ǵjsvp<8K6Ր!)&O d'`mZ4OۅJ}%~%$&X ܘ͍a%l!#YDxp7@po=:¾|jȈICA6=C$4اx`cMߙsb<19KV 5`!7f Sbpo`YOj8!L$7Ė6+aG57)qoTAYscK 58 ΞɧVΣa`9G e HZKƜuQuO=yRӇcu>ោ6c"['4AZQEhB&U+SVQ3|dB2 \%v(ġj7:\QՄ U ]QCd~V׳l1hh͎?M6f IH|OidNYwt6?Z*pe]^v/7;tVS*8LFWiɫ6rr1*`{IiQMr*6{M"\DrV.{}xP=Ǩ룫QS5-!t &mYa L&{0B̨ܳsP^;r&x=~3=Ǩ[ɽ_%ׯ&YLuH.CLXzT%t-;z>lv` / >zsltx?-;<,B!`^Bahk_;&2LSl$^bRX?zWrzkP[9Uq4:8'B0.VHĥX ":U~ -rRcw&-Qk1Yt T1t$uRWb<_1W U|G9G sHbI>1 (4?ӃNNx J+>f(|aQ5Ƞ_ST%t0U|TW11z[wLUȮ^̈́q >LpĆCZz "h8Q{.U604i׿.v]6J̋pJf7JSEqܮ-X 6wFɦw=6o=P ¦žŬ!j~W[ `G3 A/SQ ײi2 .5 ]Hd3 걙0ZLi0JiP̩ޭ. F8 $M mMvd<2!{f<*Y1 A/SeDc5iT 0x`H##0h0 4jl@ a0Ja(Q5 r3ByS@, [.Fl@IA#7J `RlojX;[mvRǜf. PmNjCLCmQB$. Pm. ՆDC EM:1* Ն TmŪ 1JvE 1gӆ86ģ\3g]埿%ƜQNR~pr]y 4qis?־LR3X-WP:bb/,ۨ 18AQC?'D;}9 %+hIBcX=k|SM0 f|[` V&0МTS)a0IpXM85MrkRMj]b2X%soF9^B@#kRApFTѺФvM> I(IoױUX9|nTkTHPZ8WՈ"pk[)ܡ'"uKe)RU) UtE1HݐViݼLL"̙Kѣ8ƻ.:M:~~/Ws z8\jTPQըu`mUԨ9 \:`zӣd3Ԥ ~M$f(qREaWM#R ɝLUS|&e*i\Ay&9d5ZU 14N : Qa_!V#I1x%o1 +8u3=%hEq1->l ̖JbPP눂ѹzhi_QςI-bA>GYb6:sYbnP2|>\pݩĈ3.wt#Hiu3Mp2xXs`Ɗ9c"/L,\"ıыq#DܜIܜेGy \cA 51UތY[l4Ɏ'l7/nSFA4k{*i;K02%$ f04 w9RG"i6I4AL"i3$A{lBM5 42F2y(b`'˰CȂK! ,d!LGux2rYl[r/gM(!x=8G*L!d!+ 3;,\w3.m&$.N=}珀=Z@}\YIE[\oB[IXDfSDRl hucO ACӜE'hӇ M-Swy7%Y#V h==bf.HF]$_Hj㦀xHkc6Pب4#Buy#'A1/SL3Ybaw8X N֩Tf0T`: ]I;{3n# nj ،SԮinyt2iTjEe8m)4Lm\c+o8H[{^cjfz%_Y-x+;0T":E(Ly8=:!wE8$c40[ _i7V ƞBdS E4 dYD/fwQ(IRE?+/`rYr3ܹ7ui )xJ\[,bgY*>(&M*}4o>Z9m6wkB$mL ;5I%YxaA-oF?!>^ީϷnc 5s1[CպI_/r܊BvL1 `$o<\D]U9MRZb!AO2p6DRt0P.XmKz' nhgIW/??>\`C$cGL('Q7q?cF#&~w יzT$OdZ) cyzO 2}:b ⪿@W ҤH+Zj MF)Ym_Hs|TB2Ws4 ܖ\,u<]\Cwj p'b[nv⼈K AS!ZNΏ˽#5ov~z-;h"L5_6gF<zpss nWj,(\GR}L/WwCPt!뚙Zjjy`D-_}|ቚ{%|6r)I-?pZ~F ljy`D-gL WSrM)_KAއ$9 1ƓxByG7{оz$&eR[ż˝VB"AHA9s պg 6ڲ2UΠve%x$L %NN< o3dMpCA, 6X|0͇1j>%,="B=\pݒ+ bYwVpB$O5.>~r&W!{dSMhvw*?V2l00b;E6;l|V. #uK p-tS!Ct1.h7Ƈ%iZD}H*tr&#Í]^9I,/g C'3n<CY7(n9Q )7K[~_*h:48L$Z7^Ȃجgտ ÍsֵḞ3!A8#7+˛wk3F5ׯbvŎbߧz+`%Fk:T0Qd# wuZFA^[Da& }6cԶR棯axFKϕ;|f5By~ö~zdqr3Uo1lZD! k8iM#U6k6Lj|:‡_z ul #^'OHc@+ud#Ptp{8FPs8SNEz)tN鋅7cpx ̩xKLnT<2g`T5"wb4D \!O-{)tKhiE:GN%5#xJ؝F-a.c7k|MUcwN;VbwpƜdi;xdxGӷ;xJ; /;x35xc$Gw`ܬӌzK#xHT#x:RaIfP&_%Oh1pݱGJY.c$v'Eݩx20kHlXNlB݉}25{pE sR4@CwUI;u9r]Gu$ka\/; Gɝm  wƺY^ ܩxĩ>A1)pγ(/6c%lF^" soI+%;|W؝w$1jž,v`ZIdNJ-x+3)ZNx [9tKBǏ1]H`S܎8!ȝ;e}ȝ$ϖ.6FD 9rqHpUMΈ3;x'փO>E\\DLkNZ ܉5#pIꔸz۩xLrHv裪,^v*(+D( ĉ)lvl{YNl@ }EHy[U`;фx "TŃy%IiwB, xXO#w"&;"w/;cȻq*sFM; UFQpWU9ȡ;I9F埆fН]5tKX?]9F埆ȝcOv\YT?]9Ft%4ncOvico;7,rKscTi? IPCwa;>5r'1X܉|!G؎_}smQ|8F b6gl}-Zt`mo6WW(Hm졬W O(i0~6qطctFrIdw;=6];m]Tmld9M0 -mD'Mڏmb1Ms<ּMpb6qطct웾&&&cM0þM#pGYHUMpir8䅐%ŕ܁ |L= zvM/6蛌{běҷ kJN"`a|,(:4!׭.s@鹐I.ۺG :SY"ơ/Y}iNKꦩqeGSE,1`l >#YZ%)30)7UadMn^wXmb08n!mASvnfVFRdCL>`?BN}uS°`@%jj+51_ӮxAəd gf }5 Dr yp! `@ljףf0«b69ƶO;&MƦԳ4W{w }'XMh3ٜM(PbYV^%݄< /Xr}")̒Xxb%XBpVaߘHk`B BEX#%t$HTXѢ!d%Sz( xkh'7!Mĸ F?.[cH=Az<}qgupG0yHJdm|5~@_~~wĄ\ t'J٥6JnLPs./eFv'JY!B)KŻr0}C)0`ީ8Q Lb+?N(!NSc}丑}(Q͵%ëv8Q 2'oH(e6.GP vtwa.܅R}-B)`%a…R`3P $_4CC)09dps$J!)0.#FC_o>K{%abMof x+^ S'OD18(^B]$Of>ӇbpP8DNM\]3SS8QΎϾ]ԃ6zPxPʖDA ֓LXPqڝ\( OzQ|ՋG(QB,Ԭa%$`~<+YIF|W((d8Q8͏R^ݑRɪp\#F p5"-AR?JځGG9_AH!'GoőBO#kPGJjC)QB)>Rܗ^~<ݭIŸ:o=)X||JJ!Ľ[uYܕbR8J|J|R BʄW[MkG[ŕ3SWJaǝqA2 ٗbb@H=kՑ%bQ1IIbP])I 7Š] :b1*՛BN)I 7%J7ŠzSToAToJ>. cbP)NMID)QBPŠAǨTgAu$9Δ$ՙrP]%.v9hMq6ޔh՛%t U1үM_^.0^tLqȉ+/%!pQ/KH&gX-J"dZ40X%4ߔ~V4[hiK;GA"0A_7.N"9xX{1 2/%ZwL|eTbRH ągä Ї2DYwЭ"lQZNѠ k/0mPgFpՐ~*;] /BR '-vb=T<C&̧^WRT_cWqz|-HojAм'|^]%O&t+x v٫&2DY2 Au\bwpR&r$ ͹(%e&7]B\vJmǞ`?KI#۱G| EB HӶ0 J>O/QgLB/DBs赺$cTBj\ĸg,rf%t UBǒJLBxD]ckx?a~`n@U:fDa/ęh9sÛ*/$9z-Ike!s`QkbP}bpB.r_1^ASވ##DZ093kHL Ox#$X;?`~l718<#^B7!UPIZ'D 1)ѕB`D@fb0Ō!f9c;.@\c6 CaLķ:IU'P#CC:I\$Cu$yNj/7yhCCTɔV=1'4N^6OyUA~1T#@qDʆq;اaEa R`Uk1GCH4`58$2]H~.(Pd1Ȼ wbw-4qe@lto3ot!hLe6n8x 4ymp3r%-7p&Y]0*lkZk<6Tm&:2mPRJO팫?xq@h0^-k>(VAV5Ck4TEmĂƊUБ5hg0ݼmpb;VNZEvu5LT~;Z mb/Ki]_nz-10:&Gk6rO$3^d!l<[9;lUh =rWm#MX13]ǯ] lS2*>0_ s!k CF0Z[p>_QO}F;k{QPm VrN/BoSA -$l1zh56DkŪP3V᧩6Tmyk,_ŧϯ/Gw[~.\]6c@ oHvK:*;|a`(Qq+PXEArϋhO>; L;bnqcb\)KcxZ. !c_$c2~r0EBmPgdƿJk`uabƟ0]₿w׌a]tjh^el<1}oz 1 ^rY|s8ep\|JF:Z?u| a^8)W!> @0i?aE+IַwL^W py ˆأ?Q[b >hm_.},%Ffs4HqGm~jk ?oKϳ0پOΟ__4?֟d!z8Tn#ڬSx>%Ћ"*9, jn8.E<ɘa5f¶<\|U" kHq)q5^>FDŽS\`”tHJ>/ 0 ܀ VX+ ]rn+-3C1}a~H/p~i/%.؜0qcNb6娦اֹ|;bF|iY`?;M Qp1';I 'ȦD+I2E4PcNF&`F8y#MvJ0H`"ʬV%4tu@u'Gq^QK{. Q+0iDH9 ˹E1JN\ș Xh^ؓɕ*W̒oj-r5[x`$M8l2wJϷvu`&F{RX&3xL,OL[Ň2ݯX !;3,F4OY:+y{T, L.+τI#6)U6P%G,&55[Sway~ (0.ov-bɩeRFGkj۳}Ĩ*P{Ftmr*Yh}|IM¤.YgU?ߐ]cPъp|3ãfKmX i"&$<2Wœn]]DB`M:}Qkbj'){'\1$;ZW6tCz xQL*cKqgl̰r ,H#@0.YA\Nj (e5+>ז$bdؓ5iiBx z0׻s.`/FC}'  O dldK77k 0vLf Utg%H%wter@}Dc8DS%sX7o{ 1IrRzz|4|W~<[﷩O[vcz ccv᧹6TGmyk_ϯ/GW[`Fg<%{fE|%Ĝjo0M%3n _~ ưSvO9 뭿clP=<"YJjj|bdj-n{(m?u ֫-Ih9!2Ji=T*I-Ý5S' a3 bGLꏶxۓK$g'0 ?cb\p 0ϋ0N`;&s`QX! r I2z9p̚ dVO:/΃`apK:e𚩴f*bqM~C.HD㳔9Ј 9ssh+ѯk'e1ZBIPm-\ٕ'6;6jUN p`1R,VB/)-ʎz|(egǃY3Lvx)꥓򆉙?aޑ\pQF{0^A=cpNIuZ[3!8vLBǞnkoVQ-k9U~# zW2 ty:}VLe 1κwLWo;S^M܇) dNfafk C .u(, M]0Z4kԑ0=d&r+6&*uǠ^bFAZ;VY+i!Qy[|}˟fV?X oO##D-HUąu&KxdS+bsnp X)+ђGJO6LÃx|20y Mnc- )Vsȟip|&5RM{S OόJ24 Uڧ 'S VBk^>ǡzT5 9$Bsl5Փ0,p"E_l.{j$L_F]^5'W^& Sh/ILy-'Lj .#6iܜ"(#F ar(C aTR(P%ne)GnPRD "S18chui*~Un<ݮu0nfl̀/`6 Nj^~A<ъh ޿D[=a*a+\P?>ά" evg)o& S$K_ u'Xz%nz.g Ԭl8{0t,L%P'j;LsektO\) o"Z d ĩ!*vm!(6=mZ@qwHx%"O+AFtapM,q+!K!,* u/h)8M.B?uYNa' *4 aLB q[;*7bTmˌZ(mVmFb#/ŎVc@QP1_zd֊ՠp,4OFJ?X?oe~D!"l8rjU(M\ aظh:– f^$5/l>-(Pk@ߌk 1'HdGq 1i xprLQ z~vKC53κon݅%nuM]߽sXg1ƴlJct }KM_\:Ufx4TAP +dFAN~ YbXӂ@""/+.A""iƉ-$Cj lRһ26 Ô/squ_!(6}i `*fYYlD߈SOW T/5Ly_Tev)%~`0iM:{~6/u?a|'n9o #G(SL>AtwL/A#+qDPmzx܋U/y\Ỵ;_VUy6?^ئ (]U2'PLe:G%ۛ6/RKS#+9Zp7q:^YHXf.ɰ.d)]bb$7 >WB혯AvDN% Hsr3^Hi.UOTM쑏MK_qy;z6'sw{Ay7 cTYݒ.4ȵ;ahNlS^e |ѭ%pĦݖu3-fWCa[ކ4M+ߴ2ѿ˒=//O "36%bǕ;Z/' #ŻiQ¢ 420iN۩u}PKLK9BMsSs)oI02y` XOIc9 iُt4mX^h){Ԩ}8,5d;9L׮?̰Bo3vҫφCzJGhX g;MOm}^՟__4?oޟZ=2LIj 3n|љX[}x#@)^-nf2ޚEvXe&n1PbT ~,1P~H͗K>bhR˜2K  Y бrɃt8H!X)ˁzI1?n "KUM0O|Eo2P[B Z ͎ЮV+( /=##bp)vNRy;)ĥkY_W  z^℘5ND* ,itϫz^mrAUxgRŒjIPf17\c=^WhYfTpgXҲ CzZuHj$ =W ="grjAzVI:bQNT$w oHߊ4 ~@{E cO? _crBI.ԧʫ|ZϫH<}մ5٘gK͑9%/0x%h1~Wb© ~Z}n-|m1m7vi3uZ#v}?6$"N0ݘu0m>Fm0El1f(`ݱGhΖ6)oH:M`:8f;y7o4F-tqliћ[ 3V;~GZI[m M[jѭ6&jVCzl5 ώm4b l ~ݞ6Q6hy)!&(s;M!1O*YBKZM_<#܊/V+-E kBH- `2w"Ѕ~J-+,ɟ1 Ȳ]r׵ܸUOZ=eߔRfp9ktA)'LfTPŤe!Ҁ- wOT2SU%&mOyɃՁ9dϝ5hFM>zIS2roqx> T?𵄒&xr z¹Ɨ8 %*t\b,׌Z5Uԩs }C4P'`PMgCyD^apފ`p>a,4OFbL/ܟ2U?bzq{Wqƣ1)6(ore0z} |_dF=Tf2e1Y  .y-n/Lxiw斗Aʮ5U}0[`*/Uo`}6+ވ;3~?Aﷹeѿx2*.1V : FohGK_yRAy[kW}˟&V?Xq Y~ՋzІFɼ]p_Bătm-w08r明7J_pi`߷7<ҙ1sHDP }{ Ӫ¾A0_4|7;R!p K6Fb|?Acp/@.)#,18v§:HC̆B:yM!~GBZ_q3_1o QdH<#`51 $6``:ކghx v*8^S6cpOxhQu8 \1z8!؝)w*,A8v%m;8hT`%2a%bH{gj#Xވ 0>o4 HT7LѷǍv""6hiOTTQc 8ĝbO=Z޲)N8_Ӝ9™󎉏230{~NdP=ǧ JkHNchRB%Rm)+"u RO4x`y08H1-l],{i%lH $'D\]#PJ6@*Ք=cns;^6%i&&᥷) h/خPm%Hΐ(1Wn$fo5ZK+nXsD䃉Js[D9\,a`{ ]0rl>qnDt+ 2o:m Z"Iͪ'+ .lHG- .[/Z AWC̨1 qw^|x[جõi@@$ 79!ur"n0G&fOf40\g7EEK7ש 3xbzFa z!4TPQazĉTEvu`&ϔ7kOR_wnϰ0t&Ih9}k3 b!k1\aR8Q0fʫlQ|P c.R+$Ozzc$h( L -D%+8kU)VRrz OVM Ϥ:фobpo03L;L KDžWMTߩJЋo?rVs/e[EX[aSw몮h 2 Y/βs{ǫZ3eᚆ󎉏ẇWZD`Lӈ1{TFrOpP?Ǽz\`.O`:-D﷮ Zoa+VëAǠo,F'm 8Br@0 bpv]Le+k1,=*J+ޭMOaT/àuzkp.? K8IYN^]M Ǭ0ç}.eZb!v[:A=\&zG R |e+iɂrZQ{-,03E PNׯDЏʁR mIx7a/9tC\>|+etu% b<0j{R2Ws8"z Q|`-8R1v$d.{B|:_(m0B[ .k76;U% hP a 0H /yJnԆ{"h0WG+^6n>L pP[xC3qcS$KuI71 c\k%.Қ71gܠ'q0 0>  qs`H~Wv[?0[FͧE ^ kJao4]կ[R//.j<W۠bsڣ |N T,%E-09 I.z`nл%Vӑla$*CW!/9mBat #"o 03w,oISkj&:DX!vd@Qca;^M%-Ϊm7&z[Kh֣'`?gO e?TBth\ qTb y?qCa$p",7 Et HL2s!(@@*b`ә·#bG,C1 īI-R{?KܒӺ 'v@* 9t@5J Y!p_~=V(.6@Jkn:@)e"(Ho`hr>˫l}kYoxUyӷ1!cߎzcRqy'[2 A86UEt6j˔3/Y }:E=x B5 [-Іhb8\Yx{(xЄ1XϷ5?Νu\h0S&Ĝd2'x_}ˈ*p`i xM}(Vzy@m/%Rpa/]:VmUјgRFcF+a+}Oct4}w+]x8rP~ /' <xͲ!kV# @#Hu411u^谡Yo!ch@+ `CU,q@"a @D] (.[rLO<^1 xlW2`-;y^M j|+)inz725֌GbФF^ 2pÀ`a2?t]cqfDDdvdp2dPF*CPro D  s"o~,i2@պصR 1 7bpH xzPRtbf_x`2~-,Z/qa'>4J0}z[.{FzZ~Ymyy&nS`jv*q;. _+cNv`|` y9|,+kExǤ}'{^*cWbT&]JF[{?*y^wE{qq^z0#Jޱ0Cli@^oͨar\zny J2_ި; k1[DќʅvbU`&Ñ>.&E?X}aD?=OKKe D'LW[=-4fp{$갋WD?pOQ3{"EWzW\[!;2+īūc|c̫D'LJwCҤ~!A, 7ԖôrwJtӍ"9 hTtdF]q51Q_PPDc|dHQC09#h[eOY:%|OPW}j} :c`ޞV(u}ћx#n E]b5aDM(`dk0zB7\A%x90rTr 2Z-QZ*Q{T[L @DXX:!"[D[wdu1' pv;^  gbT(?-wO4pw7' ;pGq2܁dᔀ^x(}0BsÀF6ҭ 1|0Nb.z3:v.h\ygWߑj1t ,7BGg맫J=%XJZ ! YYq{7` &\;V'12 qL [kR! qD]zeJaEENUG!LƔ( VBQ> )Nj[G٦`)J uŽbl_h锹/9l括's=3#xsۊwγ/V^R aK-(˲9p*K~~[95;BuO(sZej>+L,7c8pfڥ Zhs +Tso53Zi:.ū RڷdcCf'>{O96}G|Hjڟ2k5޳؀bu9I<\hr7sʩ,jVȷ ,^к *2xӄ]5U%^2׍z+(h,GKvKIBЏ2~oDSX& +n@<3‚R;)PƷ ٗﳽHx6@9$aF3 β7D3$Q S?l1Ꭰ1rn&W 2!ed[H|u,'m%zH"I3.Hf5vw8p2ʼn]ydA?ُI~I 3G:6|E]8ޢ Xx"b?m͆ZcqPzA]*=bM(hN] 𾔯s\F/-ޢQtD:Zpq2i_߂q 1>>uTU.ȍg x:_n[c}K[_6qendstream endobj 6 0 obj 28203 endobj 4 0 obj <> /Contents 5 0 R >> endobj 3 0 obj << /Type /Pages /Kids [ 4 0 R ] /Count 1 >> endobj 1 0 obj <> endobj 7 0 obj <>endobj 8 0 obj <> endobj 9 0 obj <>stream 2012-05-28T19:15:06+02:00 2012-05-28T19:15:06+02:00 Dia v0.94 abstraction.diajas endstream endobj 2 0 obj <>endobj xref 0 10 0000000000 65535 f 0000028500 00000 n 0000030116 00000 n 0000028441 00000 n 0000028309 00000 n 0000000015 00000 n 0000028288 00000 n 0000028564 00000 n 0000028605 00000 n 0000028634 00000 n trailer << /Size 10 /Root 1 0 R /Info 2 0 R /ID [<9F019642280943B395C4AA2AD88B7154><9F019642280943B395C4AA2AD88B7154>] >> startxref 30296 %%EOF gsasl-1.8.0/doc/gsasl-callback-client-service.texi0000664000000000000000000000342011746471770016754 00000000000000@deftypefn Prototype int (*Gsasl_client_callback_service) (Gsasl_session_ctx * @var{ctx}, char * @var{service}, size_t * @var{servicelen}, char * @var{hostname}, size_t * @var{hostnamelen}, char * @var{servicename}, size_t * @var{servicenamelen}) @var{ctx}: libgsasl handle. @var{service}: output array with name of service. @var{servicelen}: on input the maximum size of the service output array, on output contains the actual size of the service output array. @var{hostname}: output array with hostname of server. @var{hostnamelen}: on input the maximum size of the hostname output array, on output contains the actual size of the hostname output array. @var{servicename}: output array with generic name of server in case of replication (DIGEST-MD5 only). @var{servicenamelen}: on input the maximum size of the servicename output array, on output contains the actual size of the servicename output array. Type of callback function the application implements. It should retrieve the service (which should be a registered GSSAPI host based service name, such as ``imap'') on the server, hostname of server (usually canoncial DNS hostname) and optionally generic service name of server in case of replication (e.g. ``mail.example.org'' when the hostname is ``mx42.example.org'', see the RFC 2831 for more information). It should return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails. If SERVICE, HOSTNAME or SERVICENAME is NULL, the function should only populate SERVICELEN, HOSTNAMELEN or SERVICENAMELEN with the output length of the respective field, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. Furthermore, SERVICENAMELEN may also be NULL, indicating that the mechanism is not interested in this field. @end deftypefn gsasl-1.8.0/doc/gsasl-callback-securid.texi0000664000000000000000000000277411746471770015511 00000000000000@deftypefn Prototype int (*Gsasl_server_callback_validate) (Gsasl_session_ctx * @var{ctx}, char * @var{authentication_id}, char * @var{authorization_id}, char * @var{passcode}, char * @var{pin}, char * @var{suggestpin}, size_t * @var{suggestpinlen}) @var{ctx}: libgsasl handle. @var{authorization_id}: input array with authorization identity. @var{authentication_id}: input array with authentication identity. @var{passcode}: input array with passcode. @var{pin}: input array with new pin (this may be NULL). @var{suggestpin}: output array with new suggested PIN. @var{suggestpinlen}: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. Two SECURID specific error codes also exists. The function can return GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE to request that the client generate a new passcode. It can also return GSASL_SECURID_SERVER_NEED_NEW_PIN to request that the client generate a new PIN. If the server wishes to suggest a new PIN it can populate the SUGGESTPIN field. If SUGGESTPIN is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn gsasl-1.8.0/doc/gsasl.info0000664000000000000000000100100611760731232012255 00000000000000This is gsasl.info, produced by makeinfo version 4.13 from gsasl.texi. This manual was last updated 22 May 2012 for version 1.8.0 of GNU SASL. Copyright (C) 2002-2012 Simon Josefsson. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". INFO-DIR-SECTION Software libraries START-INFO-DIR-ENTRY * GNU SASL: (gsasl). GNU Simple Authentication and Security Layer Library. END-INFO-DIR-ENTRY INFO-DIR-SECTION Security START-INFO-DIR-ENTRY * gsasl: (gsasl)Invoking gsasl. Command line interface to GNU SASL. END-INFO-DIR-ENTRY  File: gsasl.info, Node: Top, Next: Introduction, Up: (dir) GNU Simple Authentication and Security Layer ******************************************** This manual was last updated 22 May 2012 for version 1.8.0 of GNU SASL. Copyright (C) 2002-2012 Simon Josefsson. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". * Menu: * Introduction:: Information about protocol and implementation. * Preparation:: What you should do before using the library. * Using the Library:: High level overview of how to use the library. * Properties:: How to specify username, password, etc. * Mechanisms:: Mechanism specific information. * Global Functions:: Functions that can be used at all times. * Callback Functions:: Set and use callbacks. * Property Functions:: Specify username, password etc. * Session Functions:: Perform an authentication. * Utilities:: Functions for various odd things. * Memory Handling:: Memory de-allocation. * Error Handling:: Error codes and such. * Examples:: Demonstrate how to use the library. * Acknowledgements:: Whom to blame. * Invoking gsasl:: Command line interface to the library. Appendices * Protocol Clarifications:: Our notes on the SASL protocol. * Old Functions:: Descriptions of old API functions. * Copying Information:: How you can copy and share GNU SASL. Indices * Concept Index:: Index of concepts and programs. * Function and Data Index:: Index of functions, variables and data types.  File: gsasl.info, Node: Introduction, Next: Preparation, Prev: Top, Up: Top 1 Introduction ************** This manual can be used in several ways. If read from the beginning to the end, it gives the reader an understanding of the SASL framework and the GNU SASL implementation, and how the GNU SASL library is used in an application. Forward references are included where necessary. Later on, the manual can be used as a reference manual to get just the information needed about any particular interface of the library. Experienced programmers might want to start looking at the examples at the end of the manual, and then only read up those parts of the interface which are unclear. * Menu: * SASL Overview:: * Implementation:: * Features:: * Requirements:: * Supported Platforms:: * Getting help:: * Commercial Support:: * Downloading and Installing:: * Bug Reports:: * Contributing::  File: gsasl.info, Node: SASL Overview, Next: Implementation, Up: Introduction 1.1 SASL Overview ================= SASL is a framework for application protocols, such as SMTP or IMAP, to add authentication support. For example, SASL is used to prove to the server who you are when you access an IMAP server to read your e-mail. The SASL framework does not specify the technology used to perform the authentication, that is the responsibility for each SASL mechanism. Popular SASL mechanisms include CRAM-MD5 and GSSAPI (for Kerberos V5). Typically a SASL negotiation works as follows. First the client requests authentication (possibly implicitly by connecting to the server). The server responds with a list of supported mechanisms. The client chose one of the mechanisms. The client and server then exchange data, one round-trip at a time, until authentication either succeeds or fails. After that, the client and server knows more about who is on the other end of the channel. For example, in SMTP communication happens like this: 250-mail.example.com Hello pc.example.org [192.168.1.42], pleased to meet you 250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN 250 HELP AUTH CRAM-MD5 334 PDk5MDgwNDEzMDUwNTUyMTE1NDQ5LjBAbG9jYWxob3N0Pg== amFzIDBkZDRkODZkMDVjNjI4ODRkYzc3OTcwODE4ZGI5MGY3 235 2.0.0 OK Authenticated Here the first three lines are sent by the server and contains the list of supported mechanisms (DIGEST-MD5, CRAM-MD5, etc). The next line is sent by the client to select the CRAM-MD5 mechanism. The server replies with a challenge, which is a message that can be generated by calling GNU SASL functions. The client replies with a response, which also is a message that can be generated by GNU SASL functions. Depending on the mechanism, there can be more than one round trip, so do not assume all authentication exchanges consists of one message from the server and one from the client. The server accepts the authentication. At that point it knows it is talking to a authenticated client, and the application protocol can continue. Essentially, your application is responsible for implementing the framing protocol (e.g., SMTP or XMPP) according to the particular specifications. Your application uses GNU SASL to generate the authentication messages.  File: gsasl.info, Node: Implementation, Next: Features, Prev: SASL Overview, Up: Introduction 1.2 Implementation ================== GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the ANONYMOUS, CRAM-MD5, DIGEST-MD5, EXTERNAL, GS2-KRB5, GSSAPI, LOGIN, NTLM, PLAIN, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, SAML20, OPENID20, and SECURID mechanisms. The library is easily ported because it does not do network communication by itself, but rather leaves it up to the calling application. The library is flexible with regards to the authorization infrastructure used, as it utilizes a callback into the application to decide whether a user is authorized or not. GNU SASL is developed for the GNU/Linux system, but runs on over 20 platforms including most major Unix platforms and Windows, and many kind of devices including iPAQ handhelds and S/390 mainframes. GNU SASL is written in pure ANSI C89 to be portable to embedded and otherwise limited platforms. The entire library, with full support for ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that supports client and server mode, and the IMAP and SMTP protocols, fits in under 80kb on an Intel x86 platform, without any modifications to the code. (This figure was accurate as of version 1.1.) The design of the library and the intended interaction between applications and the library through the official API is illustrated below. [image src="abstraction.png"] Illustration 1.1: Logical overview showing how applications use authentication mechanisms through an abstract interface.  File: gsasl.info, Node: Features, Next: Requirements, Prev: Implementation, Up: Introduction 1.3 Features ============ GNU SASL might have a couple of advantages over other libraries doing a similar job. It's Free Software Anybody can use, modify, and redistribute it under the terms of the GNU General Public License version 3.0 or later. The library uses the GNU Lesser General Public License version 2.1 or later. It's thread-safe No global variables are used and multiple library handles and session handles may be used in parallel. It's internationalized It handles non-ASCII usernames and passwords and user visible strings used in the library (error messages) can be translated into the users' language. It's portable It should work on all Unix like operating systems, including Windows. The library itself should be portable to any C89 system, not even POSIX is required. It's small The library has been rewritten with embedded platforms in mind. For example, no API consumes more than around 250 bytes of stack space. Note that the library does not implement any policy to decide whether a certain user is "authenticated" or "authorized" or not. Rather, it uses a callback into the application to answer these questions.  File: gsasl.info, Node: Requirements, Next: Supported Platforms, Prev: Features, Up: Introduction 1.4 Requirements ================ The GNU SASL library does not have any required external dependencies, but some optional features are enabled if you have a specific external library. LibNTLM The NTLM mechanism requires the library LibNTLM, `http://www.nongnu.org/libntlm/'. GSS-API The GSSAPI and GS2-KRB5 mechanisms requires a GSS-API library, see GNU GSS (`http://www.gnu.org/software/gss/'). MIT Kerberos or Heimdal are also supported. LibIDN Processing of non-ASCII usernames and passwords requires the SASLprep implementation in LibIDN (`http://www.gnu.org/software/libidn/'). This is needed for full conformance with the latest SASL protocol drafts, but is optional in the library for improved portability. Libgcrypt The GNU SASL library ships with its own cryptographic implementation, but it can use the one in libgcrypt (`http://www.gnupg.org/') instead, if it is available. This is typically useful for desktop machines which have libgcrypt installed. The command-line interface to GNU SASL requires a POSIX or Windows platform for network connectivity. The command-line tool can make use of GnuTLS (`http://www.gnutls.org/') to support the STARTTLS modes of IMAP and SMTP, but GnuTLS is not required. Note that the library does not need a POSIX platform or network connectivity.  File: gsasl.info, Node: Supported Platforms, Next: Getting help, Prev: Requirements, Up: Introduction 1.5 Supported Platforms ======================= GNU SASL has at some point in time been tested on the following platforms. Daily online build reports are available at `http://autobuild.josefsson.org/gsasl/'. 1. Debian GNU/Linux 3.0 (Woody) GCC 2.95.4 and GNU Make. This is the main development platform. `alphaev67-unknown-linux-gnu', `alphaev6-unknown-linux-gnu', `arm-unknown-linux-gnu', `hppa-unknown-linux-gnu', `hppa64-unknown-linux-gnu', `i686-pc-linux-gnu', `ia64-unknown-linux-gnu', `m68k-unknown-linux-gnu', `mips-unknown-linux-gnu', `mipsel-unknown-linux-gnu', `powerpc-unknown-linux-gnu', `s390-ibm-linux-gnu', `sparc-unknown-linux-gnu'. 2. Debian GNU/Linux 2.1 GCC 2.95.1 and GNU Make. `armv4l-unknown-linux-gnu'. 3. Tru64 UNIX Tru64 UNIX C compiler and Tru64 Make. `alphaev67-dec-osf5.1', `alphaev68-dec-osf5.1'. 4. SuSE Linux 7.1 GCC 2.96 and GNU Make. `alphaev6-unknown-linux-gnu', `alphaev67-unknown-linux-gnu'. 5. SuSE Linux 7.2a GCC 3.0 and GNU Make. `ia64-unknown-linux-gnu'. 6. RedHat Linux 7.2 GCC 2.96 and GNU Make. `alphaev6-unknown-linux-gnu', `alphaev67-unknown-linux-gnu', `ia64-unknown-linux-gnu'. 7. RedHat Linux 8.0 GCC 3.2 and GNU Make. `i686-pc-linux-gnu'. 8. RedHat Advanced Server 2.1 GCC 2.96 and GNU Make. `i686-pc-linux-gnu'. 9. Slackware Linux 8.0.01 GCC 2.95.3 and GNU Make. `i686-pc-linux-gnu'. 10. Mandrake Linux 9.0 GCC 3.2 and GNU Make. `i686-pc-linux-gnu'. 11. IRIX 6.5 MIPS C compiler, IRIX Make. `mips-sgi-irix6.5'. 12. AIX 4.3.2 IBM C for AIX compiler, AIX Make. `rs6000-ibm-aix4.3.2.0'. 13. Microsoft Windows 2000 (Cygwin) GCC 3.2, GNU make. `i686-pc-cygwin'. 14. HP-UX 11 HP-UX C compiler and HP Make. `ia64-hp-hpux11.22', `hppa2.0w-hp-hpux11.11'. 15. SUN Solaris 2.8 Sun WorkShop Compiler C 6.0 and SUN Make. `sparc-sun-solaris2.8'. 16. SUN Solaris 2.9 Sun Forte Developer 7 C compiler and GNU Make. `sparc-sun-solaris2.9'. 17. NetBSD 1.6 GCC 2.95.3 and GNU Make. `alpha-unknown-netbsd1.6', `i386-unknown-netbsdelf1.6'. 18. OpenBSD 3.1 and 3.2 GCC 2.95.3 and GNU Make. `alpha-unknown-openbsd3.1', `i386-unknown-openbsd3.1'. 19. FreeBSD 4.7 GCC 2.95.4 and GNU Make. `alpha-unknown-freebsd4.7', `i386-unknown-freebsd4.7'. 20. Cross compiled to uClinux/uClibc on Motorola Coldfire. GCC 3.4 and GNU Make `m68k-uclinux-elf'. If you port GNU SASL to a new platform, please report it to the author so this list can be updated.  File: gsasl.info, Node: Getting help, Next: Commercial Support, Prev: Supported Platforms, Up: Introduction 1.6 Getting help ================ A mailing list where users may help each other exists, and you can reach it by sending e-mail to . Archives of the mailing list discussions, and an interface to manage subscriptions, is available through the World Wide Web at `http://lists.gnu.org/mailman/listinfo/help-gsasl/'.  File: gsasl.info, Node: Commercial Support, Next: Downloading and Installing, Prev: Getting help, Up: Introduction 1.7 Commercial Support ====================== Commercial support is available for users of GNU SASL. The kind of support that can be purchased may include: * Implement new features. Such as a new SASL mechanism. * Port GNU SASL to new platforms. This could include porting to an embedded platforms that may need memory or size optimization. * Integrating SASL as a security environment in your existing project. * System design of components related to SASL. If you are interested, please write to: Simon Josefsson Datakonsult AB Hagagatan 24 113 47 Stockholm Sweden E-mail: simon@josefsson.org If your company provides support related to GNU SASL and would like to be mentioned here, contact the author (*note Bug Reports::).  File: gsasl.info, Node: Downloading and Installing, Next: Bug Reports, Prev: Commercial Support, Up: Introduction 1.8 Downloading and Installing ============================== The package can be downloaded from several places, including: `ftp://ftp.gnu.org/gnu/gsasl/' The latest version is stored in a file, e.g., `gsasl-1.8.0.tar.gz' where the `1.8.0' value is the highest version number in the directory. The package is then extracted, configured and built like many other packages that use Autoconf. For detailed information on configuring and building it, refer to the `INSTALL' file that is part of the distribution archive. Here is an example terminal session that downloads, configures, builds and install the package. You will need a few basic tools, such as `sh', `make' and `cc'. $ wget -q ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.8.0.tar.gz $ tar xfz gsasl-1.8.0.tar.gz $ cd gsasl-1.8.0/ $ ./configure ... $ make ... $ make install ... After that gsasl should be properly installed and ready for use. A few `configure' options may be relevant, summarized in the table. `--disable-client' `--disable-server' If your target system require a minimal implementation, you may wish to disable the client or the server part of the code. This does not remove symbols from the library, so if you attempt to call an application that uses server functions in a library built with `--disable-server', the function will return an error code. `--disable-obsolete' Remove backwards compatibility (*note Old Functions::). Use if you want to limit the size of the library. `--disable-anonymous' `--disable-external' `--disable-plain' `--disable-login' `--disable-securid' `--disable-ntlm' `--disable-cram-md5' `--disable-digest-md5' `--disable-gssapi' `--disable-gs2' `--enable-kerberos_v5' `--disable-scram-sha1' `--disable-saml20' `--disable-openid20' Disable or enable individual mechanisms (*note Mechanisms::). `--without-stringprep' Disable internationalized string processing. Note that this will result in a SASL library that is only compatible with RFC 2222. For the complete list, refer to the output from `configure --help'. * Menu: * Installing under Windows:: Windows specific build instructions. * Kerberos on Windows:: Building with Kerberos via GSS-API on Windows.  File: gsasl.info, Node: Installing under Windows, Next: Kerberos on Windows, Up: Downloading and Installing 1.8.1 Installing under Windows ------------------------------ There are two ways to build GNU SASL on Windows: via MinGW or via Microsoft Visual Studio. Note that a binary release for Windows is available from `http://josefsson.org/gnutls4win/'. With MinGW, you can build a GNU SASL DLL and use it from other applications. After installing MinGW (`http://mingw.org/') follow the generic installation instructions (*note Downloading and Installing::). The DLL is installed by default. For information on how to use the DLL in other applications, see: `http://www.mingw.org/mingwfaq.shtml#faq-msvcdll'. You can build GNU SASL as a native Visual Studio C++ project. This allows you to build the code for other platforms that VS supports, such as Windows Mobile. You need Visual Studio 2005 or later. First download and unpack the archive as described in the generic installation instructions (*note Downloading and Installing::). Don't run `./configure'. Instead, start Visual Studio and open the project file `lib/win32/libgsasl.sln' inside the GNU SASL directory. You should be able to build the project using Build Project. Output libraries will be written into the `lib/win32/lib' (or `lib/win32/lib/debug' for Debug versions) folder. Warning! Unless you build GNU SASL linked with libgcrypt, GNU SASL uses the Windows function `CryptGenRandom' for generating cryptographic random data. The function is known to have some security weaknesses. See `http://eprint.iacr.org/2007/419' for more information. The code will attempt to use the Intel RND crypto provider if it is installed, see `lib/gl/gc-gnulib.c'.  File: gsasl.info, Node: Kerberos on Windows, Prev: Installing under Windows, Up: Downloading and Installing 1.8.2 Kerberos on Windows ------------------------- Building GNU SASL with support for Kerberos via GSS-API on Windows is straight forward if you use GNU GSS and GNU Shishi as the Kerberos implementation. If you are using MIT Kerberos for Windows (KfW), getting GNU SASL to build with Kerberos support is not straightforward because KfW does not follow the GNU coding style and it has bugs that needs to be worked around. We provide instructions for this environment as well, in the hope that it will be useful for GNU SASL users. Our instructions assumes you are building the software on a dpkg-based GNU/Linux systems (e.g., gNewSense) using the MinGW cross-compiler suite. These instructions were compiled for KfW version 3.2.2 which were the latest as of 2010-09-25. We assume that you have installed a normal build environment including the MinGW cross-compiler. Download and unpack the KfW SDK like this: $ mkdir ~/kfw $ cd ~/kfw $ wget -q http://web.mit.edu/kerberos/dist/kfw/3.2/kfw-3.2.2/kfw-3-2-2-sdk.zip $ unzip kfw-3-2-2-sdk.zip Fix a bug in the "win-mac.h" header inside KfW by replacing `#include ' with `#include ': perl -pi -e 's,sys\\,sys/,' ~/kfw/kfw-3-2-2-final/inc/krb5/win-mac.h Unpack your copy of GNU SASL: $ wget -q ftp://alpha.gnu.org/gnu/gsasl/gsasl-1.8.0.tar.gz $ tar xfz gsasl-1.8.0.tar.gz $ cd gsasl-1.8.0 Configure GNU SASL like this: $ lt_cv_deplibs_check_method=pass_all ./configure --host=i586-mingw32msvc --build=i686-pc-linux-gnu --with-gssapi-impl=kfw LDFLAGS="-L$HOME/kfw/kfw-3-2-2-final/lib/i386" CPPFLAGS="-I$HOME/kfw/kfw-3-2-2-final/inc/krb5 -DSSIZE_T_DEFINED" The 'lt_cv_deplibs_check_method=pass_all' setting is required because the KfW SDK does not ship with Libtool `*.la' files and is using non-standard DLL names. The `-DSSIZE_T_DEFINED' is necessary because the `win-mac.h' file would provide an incorrect duplicate definitions of `ssize_t' otherwise. By passing `--with-gssapi-impl=kfw' you activate other bug workarounds, such as providing a `GSS_C_NT_HOSTBASED_SERVICE' symbol. Build the software using: $ make If you have Wine installed and your kernel is able to invoke it automatically for Windows programs, you can run the self tests. This is recommended to make sure the build is sane. $ make check You may get error messages about missing DLLs, like this error: err:module:import_dll Library gssapi32.dll (which is needed by L"Z:\\home\\jas\\src\\gsasl-1.5.2\\lib\\src\\.libs\\libgsasl-7.dll") not found If that happens, you need to make sure that Wine can find the appropriate DLL. The simplest solution is to copy the necessary DLLs to `~/.wine/drive_c/windows/system32/'. You may now copy the following files onto the Windows machine (e.g., through a USB memory device): lib/src/.libs/libgsasl-7.dll src/.libs/gsasl.exe The remaining steps are done on the Windows XP machine. Install KfW and configure it for your realm. To make sure KfW is working properly, acquire a user ticket and then remove it. For testing purposes, you may use the realm 'interop.josefsson.org' with KDC 'interop.josefsson.org' and username 'user' and password 'pass'. Change to the directory where you placed the files above, and invoke a command like this: gsasl.exe -d interop.josefsson.org KfW should query you for a password, and the tool should negotiate authentication against the server using GS2-KRB5.  File: gsasl.info, Node: Bug Reports, Next: Contributing, Prev: Downloading and Installing, Up: Introduction 1.9 Bug Reports =============== If you think you have found a bug in GNU SASL, please investigate it and report it. * Please make sure that the bug is really in GNU SASL, and preferably also check that it hasn't already been fixed in the latest version. * You have to send us a test case that makes it possible for us to reproduce the bug. * You also have to explain what is wrong; if you get a crash, or if the results printed are not good and in that case, in what way. Make sure that the bug report includes all information you would need to fix this kind of bug for someone else. Please make an effort to produce a self-contained report, with something definite that can be tested or debugged. Vague queries or piecemeal messages are difficult to act on and don't help the development effort. If your bug report is good, we will do our best to help you to get a corrected version of the software; if the bug report is poor, we won't do anything about it (apart from asking you to send better bug reports). If you think something in this manual is unclear, or downright incorrect, or if the language needs to be improved, please also send a note. Send your bug report to: `bug-gsasl@gnu.org'  File: gsasl.info, Node: Contributing, Prev: Bug Reports, Up: Introduction 1.10 Contributing ================= If you want to submit a patch for inclusion - from solve a typo you discovered, up to adding support for a new feature - you should submit it as a bug report (*note Bug Reports::). There are some things that you can do to increase the chances for it to be included in the official package. Unless your patch is very small (say, under 10 lines) we require that you assign the copyright of your work to the Free Software Foundation. This is to protect the freedom of the project. If you have not already signed papers, we will send you the necessary information when you submit your contribution. For contributions that doesn't consist of actual programming code, the only guidelines are common sense. Use it. For code contributions, a number of style guides will help you: * Coding Style. Follow the GNU Standards document (*note GNU Coding Standards: (standards)top.). If you normally code using another coding standard, there is no problem, but you should use `indent' to reformat the code (*note GNU Indent: (indent)top.) before submitting your work. * Use the unified diff format `diff -u'. * Return errors. No reason whatsoever should abort the execution of the library. Even memory allocation errors, e.g. when `malloc' return `NULL', should work although result in an error code. * Design with thread safety in mind. Don't use global variables. Don't even write to per-handle global variables unless the documented behaviour of the function you write is to write to the per-handle global variable. * Avoid using the C math library. It causes problems for embedded implementations, and in most situations it is very easy to avoid using it. * Document your functions. Use comments before each function headers, that, if properly formatted, are extracted into Texinfo manuals and GTK-DOC web pages. * Supply a ChangeLog and NEWS entries, where appropriate.  File: gsasl.info, Node: Preparation, Next: Using the Library, Prev: Introduction, Up: Top 2 Preparation ************* To use GNU SASL, you have to perform some changes to your sources and the build system. The necessary changes are small and explained in the following sections. At the end of this chapter, it is described how the library is initialized, and how the requirements of the library are verified. A faster way to find out how to adapt your application for use with GNU SASL may be to look at the examples at the end of this manual (*note Examples::). * Menu: * Header:: * Initialization:: * Version Check:: * Building the source:: * Autoconf tests::  File: gsasl.info, Node: Header, Next: Initialization, Up: Preparation 2.1 Header ========== All interfaces (data types and functions) of the library are defined in the header file `gsasl.h'. You must include this in all programs using the library, either directly or through some other header file, like this: #include The name space is `gsasl_*' for function names, `Gsasl*' for data types and `GSASL_*' for other symbols. In addition the same name prefixes with one prepended underscore are reserved for internal use and should never be used by an application.  File: gsasl.info, Node: Initialization, Next: Version Check, Prev: Header, Up: Preparation 2.2 Initialization ================== The library must be initialized before it can be used. The library is initialized by calling `gsasl_init' (*note Global Functions::). The resources allocated by the initialization process can be released if the application no longer has a need to call `Libgsasl' functions, this is done by calling `gsasl_done'. For example: int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; ... rc = gsasl_init (&ctx); if (rc != GSASL_OK) { printf ("SASL initialization failure (%d): %s\n", rc, gsasl_strerror (rc)); return 1; } ... In order to make error messages from `gsasl_strerror' be translated (*note Top: (gettext)Top.) the application must set the current locale using `setlocale' before calling `gsasl_init'. For example: int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; ... setlocale (LC_ALL, ""); ... rc = gsasl_init (&ctx); if (rc != GSASL_OK) { printf (gettext ("SASL initialization failure (%d): %s\n"), rc, gsasl_strerror (rc)); return 1; } ... In order to take advantage of the secure memory features in Libgcrypt(1), you need to initialize secure memory in your application, and for some platforms even make your application setuid root. See the Libgcrypt documentation for more information. Here is example code to initialize secure memory in your code: #include ... int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; ... /* Check version of libgcrypt. */ if (!gcry_check_version (GCRYPT_VERSION)) die ("version mismatch\n"); /* Allocate a pool of 16k secure memory. This also drops priviliges on some systems. */ gcry_control (GCRYCTL_INIT_SECMEM, 16384, 0); /* Tell Libgcrypt that initialization has completed. */ gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0); ... rc = gsasl_init (&ctx); if (rc != GSASL_OK) { printf ("SASL initialization failure (%d): %s\n", rc, gsasl_strerror (rc)); return 1; } ... If you do not do this, keying material will not be allocated in secure memory (which, for most applications, is not the biggest secure problem anyway). Note that the GNU SASL Library has not been audited to make sure it stores passwords or keys in secure memory. ---------- Footnotes ---------- (1) Note that GNU SASL normally use its own internal implementation of the cryptographic functions. Take care to verify that GNU SASL really use Libgcrypt, if this is what you want.  File: gsasl.info, Node: Version Check, Next: Building the source, Prev: Initialization, Up: Preparation 2.3 Version Check ================= It is often desirable to check that the version of the library used is indeed one which fits all requirements. Even with binary compatibility, new features may have been introduced but, due to problem with the dynamic linker, an old version may actually be used. So you may want to check that the version is okay right after program startup. gsasl_check_version ------------------- -- Function: const char * gsasl_check_version (const char * REQ_VERSION) REQ_VERSION: version string to compare with, or NULL. Check GNU SASL Library version. See `GSASL_VERSION' for a suitable `req_version' string. This function is one of few in the library that can be used without a successful call to `gsasl_init()'. *Return value:* Check that the version of the library is at minimum the one given as a string in `req_version' and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. The normal way to use the function is to put something similar to the following early in your `main': if (!gsasl_check_version (GSASL_VERSION)) { printf ("gsasl_check_version failed:\n" "Header file incompatible with shared library.\n"); exit(1); }  File: gsasl.info, Node: Building the source, Next: Autoconf tests, Prev: Version Check, Up: Preparation 2.4 Building the source ======================= If you want to compile a source file including the `gsasl.h' header file, you must make sure that the compiler can find it in the directory hierarchy. This is accomplished by adding the path to the directory in which the header file is located to the compilers include file search path (via the `-I' option). However, the path to the include file is determined at the time the source is configured. To solve this problem, the library uses the external package `pkg-config' that knows the path to the include file and other configuration options. The options that need to be added to the compiler invocation at compile time are output by the `--cflags' option to `pkg-config libgsasl'. The following example shows how it can be used at the command line: gcc -c foo.c `pkg-config libgsasl --cflags` Adding the output of `pkg-config libgsasl --cflags' to the compiler command line will ensure that the compiler can find the `gsasl.h' header file. A similar problem occurs when linking the program with the library. Again, the compiler has to find the library files. For this to work, the path to the library files has to be added to the library search path (via the `-L' option). For this, the option `--libs' to `pkg-config libgsasl' can be used. For convenience, this option also outputs all other options that are required to link the program with the library (for instance, the `-lidn' option). The example shows how to link `foo.o' with the library to a program `foo'. gcc -o foo foo.o `pkg-config libgsasl --libs` Of course you can also combine both examples to a single command by specifying both options to `pkg-config': gcc -o foo foo.c `pkg-config libgsasl --cflags --libs`  File: gsasl.info, Node: Autoconf tests, Prev: Building the source, Up: Preparation 2.5 Autoconf tests ================== If you work on a project that uses Autoconf (*note GNU Autoconf: (autoconf)top.) to help find installed libraries, the suggestions in the previous section are not the entire story. There are a few methods to detect and incorporate the GNU SASL Library into your Autoconf based package. The preferred approach, is to use Libtool in your project, and use the normal Autoconf header file and library tests. 2.5.1 Autoconf test via `pkg-config' ------------------------------------ If your audience is a typical GNU/Linux desktop, you can often assume they have the `pkg-config' tool installed, in which you can use its Autoconf M4 macro to find and set up your package for use with Libgsasl. The following example illustrates this scenario. AC_ARG_ENABLE(gsasl, AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]), gsasl=$enableval) if test "$gsasl" != "no" ; then PKG_CHECK_MODULES(GSASL, libgsasl >= 1.8.0, [gsasl=yes], [gsasl=no]) if test "$gsasl" != "yes" ; then gsasl=no AC_MSG_WARN([Cannot find GNU SASL, disabling]) else gsasl=yes AC_DEFINE(USE_GSASL, 1, [Define to 1 if you want GNU SASL.]) fi fi AC_MSG_CHECKING([if GNU SASL should be used]) AC_MSG_RESULT($gsasl) 2.5.2 Standalone Autoconf test using Libtool -------------------------------------------- If your package uses Libtool (*note GNU Libtool: (libtool)top.), you can use the normal Autoconf tests to find Libgsasl and rely on the Libtool dependency tracking to include the proper dependency libraries (e.g., Libidn). The following example illustrates this scenario. AC_CHECK_HEADER(gsasl.h, AC_CHECK_LIB(gsasl, gsasl_check_version, [gsasl=yes AC_SUBST(GSASL_LIBS, -lgsasl)], gsasl=no), gsasl=no) AC_ARG_ENABLE(gsasl, AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]), gsasl=$enableval) if test "$gsasl" != "no" ; then AC_DEFINE(USE_SASL, 1, [Define to 1 if you want GNU SASL.]) else AC_MSG_WARN([Cannot find GNU SASL, diabling]) fi AC_MSG_CHECKING([if GNU SASL should be used]) AC_MSG_RESULT($gsasl)  File: gsasl.info, Node: Using the Library, Next: Properties, Prev: Preparation, Up: Top 3 Using the Library ******************* Your application's use of the library can be roughly modeled into the following steps: initialize the library, optionally specify the callback, perform the authentication, and finally clean up. The following image illustrates this. [image src="controlflow.png"] The third step may look complex, but for a simple client it will actually not involve any code. If your application needs to handle several concurrent clients, or if it is a server that needs to serve many clients simultaneous, things do get a bit more complicated. For illustration, we will write a simple client. Writing a server would be similar, the only difference is that, later on, instead of supplying a username and password, you need to decide whether someone should be allowed to log in or not. The code for what we have discussed so far make up the `main' function in our client (*note Example 1::): int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } client (ctx); gsasl_done (ctx); return 0; } Here, the call to the function `client' correspond to the third step in the image above. For a more complicated application, having several clients running simultaneous, instead of a simple call to `client', it may have created new threads for each session, and call `client' within each thread. The library is thread safe. An actual authentication session is more complicated than what we have seen so far. These are the steps: decide which mechanism to use, start the session, optionally specify the callback, optionally set any properties, perform the authentication loop, and clean up. Naturally, your application will start to talk its own protocol (e.g., SMTP or IMAP) after these steps have concluded. The authentication loop is based on sending tokens (typically short messages encoded in base 64) back and forth between the client and server. It continues until authentication succeeds or an error occurs. The format of the data to be transferred, the number of iterations in the loop, and other details are specified by each mechanism. The goal of the library is to isolate your application from the details of all different mechanisms. Note that the library does not send data to the server itself, but returns it in an buffer. You must send it to the server, following an application protocol profile. For example, the SASL application protocol profile for SMTP is described in RFC 2554. The following image illustrates the steps we have been talking about. [image src="controlflow2.png"] We will now show the implementation of the `client' function used before. void client (Gsasl *ctx) { Gsasl_session *session; const char *mech = "PLAIN"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } This function is responsible for deciding which mechanism to use. In this case, the `PLAIN' mechanism is hard coded, but you will see later how this can be made more flexible. The function creates a new session, then it stores the username and password in the session handle, then it calls another function `client_authenticate' to handle the authentication loop, and finally it cleans up up. Let's continue with the implementation of `client_authenticate'. void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server sends data first. */ do { printf ("Input base64 encoded data from server:\n"); fgets (buf, sizeof (buf) - 1, stdin); if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { printf ("Output:\n%s\n", p); free (p); } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } This last function needs to be discussed in some detail. First, you should be aware that there are two versions of this function, that differ in a subtle way. The version above (*note Example 2::) is used for application profiles where the server sends data first. For some mechanisms, this may waste a roundtrip, because the server needs input from the client to proceed. Therefor, today the recommended approach is to permit client to send data first (*note Example 1::). Which version you should use depends on which application protocol you are implementing. Further, you should realize that it is bad programming style to use a fixed size buffer. On GNU systems, you may use the `getline' functions instead of `fgets'. However, in practice, there are few mechanisms that use very large tokens. In typical configurations, the mechanism with the largest tokens (GSSAPI) can use at least 500 bytes. A fixed buffer size of 8192 bytes may thus be sufficient for now. But don't say I didn't warn you, when a future mechanism doesn't work in your application, because of a fixed size buffer. The function `gsasl_step64' (and of course also `gasl_step') returns two non-error return codes. `GSASL_OK' is used for success, indicating that the library considers the authentication finished. That may include a successful server authentication, depending on the mechanism. You must not let the client continue to the application protocol part unless you receive `GSASL_OK' from these functions. In particular, don't be fooled into believing authentication were successful if the server replies "OK" but these functions have failed with an error. The server may have been hacked, and could be tricking you into sending confidential data, without having successfully authenticated the server. The non-error return code `GSASL_NEEDS_MORE' is used to signal to your application that you should send the output token to the peer, and wait for a new token, and do another iteration. If the server concludes the authentication process, with no data, you should call `gsasl_step64' (or `gsasl_step') specifying a zero-length token. If the functions (`gsasl_step' and `gsasl_step64') return any non-error code, the content of the output buffer is undefined. Otherwise, it is the callers responsibility to deallocate the buffer, by calling `free'. Note that in some situations, where the buffer is empty, `NULL' is returned as the buffer value. You should treat this as an empty buffer. 3.1 Choosing a mechanism ======================== Our earlier code was hard coded to use a specific mechanism. This is rarely a good idea. Instead, it is recommended to select the best mechanism available from the list of mechanisms supported by the server. Note that without TLS or similar, the list may have been maliciously altered, by an attacker. This means that you should abort if you cannot find any mechanism that exceeds your minimum security level. There is a function `gsasl_client_suggest_mechanism' (*note Global Functions::) that will try to pick the "best" available mechanism from a list of mechanisms. Our simple interactive example client (*note Example 3::) includes the following function to decide which mechanism to use. Note that the code doesn't blindly use what is returned from `gsasl_client_suggest_mechanism', rather it lets some logic (in this case the user, through an interactive query) decide which mechanism is acceptable. const char *client_mechanism (Gsasl *ctx) { static char mech[GSASL_MAX_MECHANISM_SIZE + 1] = ""; char mechlist[BUFSIZ] = ""; const char *suggestion; printf ("Enter list of server supported mechanisms, separate by SPC:\n"); fgets (mechlist, sizeof (mechlist) - 1, stdin); suggestion = gsasl_client_suggest_mechanism (ctx, mechlist); if (suggestion) printf ("Library suggests use of `%s'.\n", suggestion); printf ("Enter mechanism to use:\n"); fgets (mech, sizeof (mech) - 1, stdin); mech[strlen (mech) - 1] = '\0'; return mech; } When running this example code, it might look like in the following output. Enter list server supported mechanisms, separate by SPC: CRAM-MD5 DIGEST-MD5 GSSAPI FOO BAR Library suggests use of `GSSAPI'. Enter mechanism to use: CRAM-MD5 Input base64 encoded data from server: Zm5vcmQ= Output: amFzIDkyY2U1NWE5MTM2ZTY4NzEyMTUyZTFjYmFmNjVkZjgx If server accepted us, we're done. 3.2 Using a callback ==================== Our earlier code specified the username and password before the authentication loop, as in: gsasl_property_set (ctx, GSASL_AUTHID, "jas"); gsasl_property_set (ctx, GSASL_PASSWORD, "secret"); This may work for simple mechanisms, that need only a username and a password. But some mechanism requires more information, such as an authorization identity, a special PIN or passcode, a realm, a hostname, a service name, or an anonymous identifier. Querying the user for all that information, without knowing exactly which of it is really needed will result in a poor user interface. The user should not have to input private information, if it isn't required. The approach is a bad idea for another reason. What if the server aborts the authentication process? Then your application has already queried the user for a username and password. It would be better if you only asked the user for this information, annoying to input, when it is known to be needed. A better approach to this problem is to use a callback. Then the mechanism may query your application whenever it needs some information, like the username and password. It will only do this at the precise step in the authentication when the information is actually needed. Further, if the user aborts, e.g., a password prompt, the mechanism is directly informed of this (because it invoked the callback), and could recover somehow. Our final example (*note Example 4::) specifies a callback function, inside `main' as below. /* Set the callback handler for the library. */ gsasl_callback_set (ctx, callback); The function itself is implemented as follows. int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { char buf[BUFSIZ] = ""; int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ printf ("Callback invoked, for property %d.\n", prop); switch (prop) { case GSASL_PASSCODE: printf ("Enter passcode:\n"); fgets (buf, sizeof (buf) - 1, stdin); buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_PASSCODE, buf); rc = GSASL_OK; break; case GSASL_AUTHID: printf ("Enter username:\n"); fgets (buf, sizeof (buf) - 1, stdin); buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_AUTHID, buf); rc = GSASL_OK; break; default: printf ("Unknown property! Don't worry.\n"); break; } return rc; } Again, it is bad style to use a fixed size buffer. Mmm'kay. Which properties you should handle is up to you. If you don't know how to respond to a certain property, simply return `GSASL_NO_CALLBACK'. The basic properties to support are authentication identity (`GSASL_AUTHID'), authorization identity (`GSASL_AUTHZID'), and password (`GSASL_PASSWORD'). *Note Properties::, for the list of all properties, and what your callback should (ideally) do for them, and which properties each mechanism require in order to work.  File: gsasl.info, Node: Properties, Next: Mechanisms, Prev: Using the Library, Up: Top 4 Properties ************ The library uses a concept called "properties" to request and pass data between the application and the individual authentication mechanisms. The application can set property values using the `gsasl_property_set' function. If a mechanism needs a property value the application has not yet provided, this is handled through a callback. The application provides a callback, using `gsasl_callback_set', which will be invoked with a property parameter. The callback should set the property before returning, or fail. *Note Callback Functions::, for more information. There are two kind of properties. The first, a "data property" is the simplest to understand because it normally refers to short strings. For example, the property called `GSASL_AUTHID' correspond to the username string, e.g., `simon'. The latter properties, called "logical properties", are used by the server to make a authentication decision, and is used as a way to get the application callback invoked. For example, the property `GSASL_VALIDATE_SIMPLE' is used by the server-side part of mechanisms like `PLAIN'. The purpose is to ask the server application to decide whether the user should be authenticated successfully or not. The callback typically look at other property fields, such as `GSASL_AUTHID' and `GSASL_PASSWORD', and compare those values with external information (for example data stored in a database or on a LDAP server) and then return OK or not. Warning: Don't expect that all mechanisms invoke one of the logical properties in the server mode. For example, the CRAM-MD5 and SCRAM-SHA-1 mechanisms will use the data properties (i.e., username and password) provided by the application to internally decide whether to successfully authenticate the user. User authorization decisions needs to be made by the application outside of the SASL mechanism negotiation. The logical properties are currently only used by servers, but data properties are used by both client and servers. It makes sense to think about the latter category as `server properties' but the reverse is not valid nor useful. The semantics associated with a data property is different when it is used in client context and in the server context. For example, in the client context, the application is expected to set the property `GSASL_AUTHID' to signal to the mechanism the username to use, but in the server context, the `GSASL_AUTHID' property is set by the mechanism and can be used by the application (in the callback) to find out what username the client provided. Below is a list of all properties and an explanation for each. First is the list of data properties: * `GSASL_AUTHID' The authentication identity. * `GSASL_AUTHZID' The authorization identity. * `GSASL_PASSWORD' The password of the authentication identity. * `GSASL_ANONYMOUS_TOKEN' The anonymous token. This is typically the email address of the user. * `GSASL_SERVICE' The registered GSSAPI service name of the application service, e.g. "imap". While the names are registered for GSSAPI, other mechanisms such as DIGEST-MD5 may also use this. * `GSASL_HOSTNAME' Should be the local host name of the machine. * `GSASL_GSSAPI_DISPLAY_NAME' Contain the GSSAPI "display name", set by the server GSSAPI mechanism. Typically you retrieve this property in your callback, when invoked for `GSASL_VALIDATE_GSSAPI'. * `GSASL_REALM' The name of the authentication domain. This is used by several mechanisms, including DIGEST-MD5, GSS-API, KERBEROS_V5 and NTLM. * `GSASL_PASSCODE' The SecurID passcode. * `GSASL_PIN' The SecurID personal identification number (PIN). * `GSASL_SUGGESTED_PIN' A SecurID personal identification number (PIN) suggested by the server. * `GSASL_DIGEST_MD5_HASHED_PASSWORD' For the DIGEST-MD5 mechanism, this is a hashed password. It is used in servers to avoid storing clear-text credentials. * `GSASL_QOPS' The DIGEST-MD5 server query for this property to get the set of quality of protection (QOP) values to advertise. The property holds strings with comma separated keywords denoting the set of qops to use, for example `qop-auth, qop-int'. Valid keywords are `qop-auth', `qop-int', and `qop-conf'. * `GSASL_QOP' The DIGEST-MD5 client query for this property to get the quality of protection (QOP) values to request. The property value is one of the keywords for `GSASL_QOPS'. The client must chose one of the QOP values offered by the server (which may be inspected through the `GSASL_QOPS' property). * `GSASL_SCRAM_SALTED_PASSWORD' The SCRAM-SHA-1 client requests this property from the application, and the value should be 40 character long hex-encoded string with the user's hashed password. Note that the value is different for the same password for each value of the `GSASL_SCRAM_ITER' and `GSASL_SCRAM_ITER' properties. The property can be used to avoid storing a clear-text credential in the client. If the property is not available, the client will ask for the `GSASL_PASSWORD' property instead. * `GSASL_SCRAM_ITER' * `GSASL_SCRAM_ITER' In the server, the application can set these properties to influence the hash iteration count and hash salt to use when deriving the password. The default hash iteration count is 4096 and normally you should not need to use a lower setting. The salt should be a random string. In the client, the SCRAM-SHA-1 mechanism set these properties before asking for asking the application to provide a `GSASL_SCRAM_SALTED_PASSWORD' value. * `GSASL_CB_TLS_UNIQUE' This property holds base64 encoded `tls-unique' channel binding data. As a hint, if you use GnuTLS, the API `gnutls_session_channel_binding' can be used to extract channel bindings for a session. * `GSASL_SAML20_IDP_IDENTIFIER' This property holds the SAML identifier of the user. The SAML20 mechanism in client mode will send it to the other end for identification purposes, and in server mode it will be accessible in the `GSASL_SAML20_REDIRECT_URL' callback. * `GSASL_SAML20_REDIRECT_URL' This property holds the SAML redirect URL that the server wants the client to access. It will be available in the `GSASL_SAML20_AUTHENTICATE_IN_BROWSER' callback for the client. * `GSASL_OPENID20_REDIRECT_URL' This property holds the SAML redirect URL that the server wants the client to access. It will be available in the `GSASL_OPENID20_AUTHENTICATE_IN_BROWSER' callback for the client. * `GSASL_OPENID20_OUTCOME_DATA' OpenID 2.0 authentication outcome data. This is either the OpenID SREG values or a value list starting with `"openid.error="' to signal error. Next follows a list of data properties used to trigger the callback, typically used in servers to validate client credentials: * `GSASL_VALIDATE_SIMPLE' Used by multiple mechanisms in server mode. The callback may retrieve the `GSASL_AUTHID', `GSASL_AUTHZID' and `GSASL_PASSWORD' property values and use them to make an authentication and authorization decision. * `GSASL_VALIDATE_EXTERNAL' Used by EXTERNAL mechanism on the server side to validate the client. The GSASL_AUTHID will contain the authorization identity of the client. * `GSASL_VALIDATE_ANONYMOUS' Used by ANONYMOUS mechanism on the server side to validate the client. The GSASL_ANONYMOUS_TOKEN will contain token that identity the client. * `GSASL_VALIDATE_GSSAPI' Used by the GSSAPI and GS2-KRB5 mechanisms on the server side, to validate the client. You may retrieve the authorization identity from GSASL_AUTHZID and the GSS-API display name from GSASL_GSSAPI_DISPLAY_NAME. * `GSASL_VALIDATE_SECURID' Used by SECURID mechanism on the server side to validate client. The GSASL_AUTHID, GSASL_AUTHZID, GSASL_PASSCODE, and GSASL_PIN will be set. It can return GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE to ask the client to supply another passcode, and GSASL_SECURID_SERVER_NEED_NEW_PIN to require the client to supply a new PIN code. * `GSASL_VALIDATE_SAML20' Used by the SAML20 mechanism on the server side to request that the application perform authentication. The callback should return `GSASL_OK' if the user should be permitted access, and `GSASL_AUTHENTICATION_ERROR' (or another error code) otherwise. * `GSASL_VALIDATE_OPENID20' Used by the OPENID20 mechanism on the server side to request that the application perform authentication. The callback should return `GSASL_OK' if the user should be permitted access, and `GSASL_AUTHENTICATION_ERROR' (or another error code) otherwise. * `GSASL_SAML20_AUTHENTICATE_IN_BROWSER' Used by the SAML20 mechanism in the client side to request that the client should launch the SAML redirect URL (the `GSASL_SAML20_REDIRECT_URL' property) in a browser to continue with authentication. * `GSASL_OPENID20_AUTHENTICATE_IN_BROWSER' Used by the OPENID20 mechanism in the client side to request that the client should launch the OpenID redirect URL (the `GSASL_OPENID20_REDIRECT_URL' property) in a browser to continue with authentication.  File: gsasl.info, Node: Mechanisms, Next: Global Functions, Prev: Properties, Up: Top 5 Mechanisms ************ Different SASL mechanisms have different requirements on the application using it. To handle these differences the library can use a callback function into your application in several different ways. Some mechanisms, such as `PLAIN', are simple to explain and use. The client callback queries the user for a username and password. The server callback hands the username and password into any local policy deciding authentication system (such as `/etc/passwd' via PAM). Mechanism such as `CRAM-MD5' and `SCRAM-SHA-1' uses hashed passwords. The client callback behaviour is the same as for PLAIN. However, the server does not receive the plain text password over the network but rather a hash of it. Existing policy deciding systems like PAM cannot handle this, so the server callback for these mechanisms are more complicated. Further, mechanisms like GSSAPI/GS2-KRB5 (Kerberos 5) assume a specific authentication system. In theory this means that the SASL library would not need to interact with the application, but rather call this specific authentication system directly. However, some callbacks are supported anyway, to modify the behaviour of how the specific authentication system is used (i.e., to handle "super-user" login as some other user). Some mechanisms, like `EXTERNAL' and `ANONYMOUS' are entirely dependent on callbacks. * Menu: * EXTERNAL:: Authentication via out of band information. * ANONYMOUS:: Mechanism for anonymous access to resources. * PLAIN:: Clear text username and password. * LOGIN:: Non-standard clear text username and password. * CRAM-MD5:: Challenge-Response Authentication Mechanism. * DIGEST-MD5:: Digest Authentication. * SCRAM-SHA-1:: SCRAM-SHA-1 authentication. * NTLM:: Microsoft NTLM authentication. * SECURID:: Authentication using tokens. * GSSAPI:: GSSAPI (Kerberos 5) authentication. * GS2-KRB5:: Improved GSSAPI (Kerberos 5) authentication. * SAML20:: Authenticate using SAML 2.0 via a browser. * OPENID20:: Authenticate using OpenID 2.0 via a browser. * KERBEROS_V5:: Experimental KERBEROS_V5 authentication.  File: gsasl.info, Node: EXTERNAL, Next: ANONYMOUS, Up: Mechanisms 5.1 The EXTERNAL mechanism ========================== The EXTERNAL mechanism is used to authenticate a user to a server based on out-of-band authentication. EXTERNAL is typically used over TLS authenticated channels. Note that in the server, you need to make sure that TLS actually authenticated the client successfully. It is normally not sufficient to use TLS, since it also supports anonymous modes. In the client, this mechanism is always enabled, and it will send the `GSASL_AUTHZID' property as the authorization name to the server, if the property is set. If the property is not set, the empty authorization name is sent. You need not implement a callback. In the server, this mechanism will request the `GSASL_VALIDATE_EXTERNAL' callback property to decide whether the client is authenticated and authorized to log in. Your callback can retrieve the `GSASL_AUTHZID' property to inspect the requested authorization name from the client.  File: gsasl.info, Node: ANONYMOUS, Next: PLAIN, Prev: EXTERNAL, Up: Mechanisms 5.2 The ANONYMOUS mechanism =========================== The ANONYMOUS mechanism is used to "authenticate" clients to anonymous services; or rather, just indicate that the client wishes to use the service anonymously. The client sends a token, usually her email address, which serve the purpose of some trace information suitable for log files. The token is not permitted to be empty. In the client, this mechanism is always enabled, and will send the `GSASL_ANONYMOUS_TOKEN' property as the trace information to the server. In the server, this mechanism will invoke the `GSASL_VALIDATE_ANONYMOUS' callback to decide whether the client should be permitted to log in. Your callback can retrieve the `GSASL_ANONYMOUS_TOKEN' property to, for example, save it in a log file. The token is normally not used to decide whether the client should be permitted to log in or not.  File: gsasl.info, Node: PLAIN, Next: LOGIN, Prev: ANONYMOUS, Up: Mechanisms 5.3 The PLAIN mechanism ======================= The PLAIN mechanism uses username and password to authenticate users. Two user names are relevant. The first, the authentication identity, indicates the credential holder, i.e., whom the provided password belongs to. The second, the authorization identity, is typically empty, to indicate that the user requests to log on to the server as herself. However, if the authorization identity is not empty, the server should decide whether the authenticated user may log on as the authorization identity. Normally, only "super-user" accounts such as `admin' or similar should be allowed this. In the client, this mechanism is always enabled, and require the `GSASL_AUTHID' and `GSASL_PASSWORD' properties. If set, `GSASL_AUTHZID' will also be used. In the server, the mechanism is always enabled. Two approaches to authenticate and authorize the client are provided. In the first approach, the server side of the mechanism will request the `GSASL_VALIDATE_SIMPLE' callback property to decide whether the client should be accepted or not. The callback may inspect the `GSASL_AUTHID', `GSASL_AUTHZID', and `GSASL_PASSWORD' properties. These property values will be normalized. If the first approach fails (because, e.g., your callback returns `GSASL_NO_CALLBACK' to signal that it does not implement `GSASL_VALIDATE_SIMPLE') the mechanism will continue to query the application for a password, via the `GSASL_PASSWORD' property. Your callback may use the `GSASL_AUTHID' and `GSASL_AUTHZID' properties to select the proper password. The password is then normalized and compared to the client credential. Which approach to use? If your database stores hashed passwords, you have no option, but must use the first approach. If passwords in your user database are stored in prepared (SASLprep) form, the first approach will be faster. If you do not have prepared passwords available, you can use the second approach to make sure the password is prepared properly before comparison.  File: gsasl.info, Node: LOGIN, Next: CRAM-MD5, Prev: PLAIN, Up: Mechanisms 5.4 The LOGIN mechanism ======================= The LOGIN mechanism is a non-standard mechanism, and is similar to the PLAIN mechanism except that LOGIN lacks the support for authorization identities. Always use PLAIN instead of LOGIN in new applications. The callback behaviour is the same as for PLAIN, except that `GSASL_AUTHZID' is neither used nor required, and that the server does not normalize the password using SASLprep. *Note Use of SASLprep in LOGIN::, for a proposed clarification of the interpretation of a hypothetical LOGIN specification.  File: gsasl.info, Node: CRAM-MD5, Next: DIGEST-MD5, Prev: LOGIN, Up: Mechanisms 5.5 The CRAM-MD5 mechanism ========================== The CRAM-MD5 is a widely used, but officially deprecated (apparently in favor of DIGEST-MD5), challenge-response mechanism that transfers hashed passwords instead of clear text passwords. For insecure channels (e.g., when TLS is not used), it is safer than PLAIN. The CRAM-MD5 mechanism does not support authorization identities; making the relationship between CRAM-MD5 and DIGEST-MD5 similar to the relationship between LOGIN and PLAIN. The disadvantage with hashed passwords is that the server cannot use normal authentication infrastructures such as PAM, because the server must have access to the correct password in order to validate an authentication attempt. In the client, this mechanism is always enabled, and it requires the `GSASL_AUTHID' and `GSASL_PASSWORD' properties. In the server, the mechanism will require the `GSASL_PASSWORD' callback property, which may use the `GSASL_AUTHID' property to determine which users' password should be used. The `GSASL_AUTHID' will be in normalized form. The server will then normalize the returned password, and compare the client response with the computed correct response, and accept the user accordingly. *Note Use of SASLprep in CRAM-MD5::, for a clarification on the interpretation of the CRAM-MD5 specification that this implementation rely on.  File: gsasl.info, Node: DIGEST-MD5, Next: SCRAM-SHA-1, Prev: CRAM-MD5, Up: Mechanisms 5.6 The DIGEST-MD5 mechanism ============================ The DIGEST-MD5 mechanism is based on repeated hashing using MD5, which after the MD5 break may be argued to be weaker than HMAC-MD5, but supports more features. For example, authorization identities and data integrity and privacy protection are supported. Like CRAM-MD5, only a hashed password is transferred. Consequently, DIGEST-MD5 needs access to the correct password (although it may be hashed, another improvement compared to CRAM-MD5) to verify the client response. Alas, this makes it impossible to use, e.g., PAM on the server side. In the client, this mechanism is always enabled, and it requires the `GSASL_AUTHID', `GSASL_PASSWORD', `GSASL_SERVICE', and `GSASL_HOSTNAME' properties. If set, `GSASL_AUTHZID' and `GSASL_REALM' will also be used. In the server, the mechanism will first request the `GSASL_DIGEST_MD5_HASHED_PASSWORD' callback property to get the user's hashed password. If the callback doesn't supply a hashed password, the `GSASL_PASSWORD' callback property will be requested. Both callbacks may use the `GSASL_AUTHID', `GSASL_AUTHZID' and `GSASL_REALM' properties to determine which users' password should be used. The server will then compare the client response with a computed correct response, and accept the user accordingly. The server uses the `GSASL_QOPS' callback to get the set of quality of protection values to use. By default, it advertises support for authentication (`qop-auth') only. You can use the callback, for example, to make the server advertise support for authentication with integrity layers. The client uses the `GSASL_QOP' callback to get the quality of protection value to request. The client must choose one of the QOP values offered by the server (which may be inspected through the `GSASL_QOPS' property). If the client does not return a value, `qop-auth' is used by default.  File: gsasl.info, Node: SCRAM-SHA-1, Next: NTLM, Prev: DIGEST-MD5, Up: Mechanisms 5.7 The SCRAM-SHA-1 mechanism ============================= The SCRAM-SHA-1 mechanism is designed to provide (almost) the same capabilities as CRAM-MD5 and DIGEST-MD5 but use modern cryptographic techniques such as HMAC-SHA-1 hashing and PKCS#5 PBKDF2 key derivation. SCRAM-SHA-1 supports authorization identities. Like CRAM-MD5 and DIGEST-MD5, only a hashed password is transferred. Consequently, SCRAM-SHA-1 needs access to the correct password to verify the client response. Channel bindings are supported through the SCRAM-SHA-1-PLUS mechanism. In the client, the non-PLUS mechanism is always enabled, and it requires the `GSASL_AUTHID' property, and either `GSASL_PASSWORD' or `GSASL_SCRAM_SALTED_PASSWORD'. When the `GSASL_CB_TLS_UNIQUE' property is available, the SCRAM-SHA-1-PLUS mechanism is also available and it will negotiate channel bindings when the server also supports it. If set, `GSASL_AUTHZID' will be used by the client. To be able to return the proper `GSASL_SCRAM_SALTED_PASSWORD' value, the client needs to check the `GSASL_SCRAM_ITER' and `GSASL_SCRAM_SALT' values which are available when the `GSASL_SCRAM_SALTED_PASSWORD' property is queried for. In the server, the mechanism will require the `GSASL_PASSWORD' callback property, which may use the `GSASL_AUTHID' property to determine which users' password should be used. The `GSASL_AUTHID' will be in normalized form. The server will then normalize the returned password, and compare the client response with the computed correct response, and accept the user accordingly. The server may also set the `GSASL_SCRAM_ITER' and `GSASL_SCRAM_SALT' properties to influence the values to be used by clients to derive a key from a password. When the `GSASL_CB_TLS_UNIQUE' property is set, the SCRAM-SHA-1-PLUS mechanism is supported and is used to negotiate channel bindings. The `GSASL_CB_TLS_UNIQUE' property signal that this side of the authentication supports channel bindings. Setting the property will enable the SCRAM-SHA-1-PLUS mechanism. For clients, this also instructs the SCRAM-SHA-1 mechanism to tell servers that the client believes the server does not support channel bindings if it is used (remember that clients should otherwise have chosen the SCRAM-SHA-1-PLUS mechanism instead of the SCRAM-SHA-1 mechanism). For servers, it means the SCRAM-SHA-1 mechanism will refuse to authenticate against a client that signals that it believes the server does not support channel bindings. The SCRAM-SHA-1-PLUS mechanism will never complete authentication successfully if channel bindings are not confirmed.  File: gsasl.info, Node: NTLM, Next: SECURID, Prev: SCRAM-SHA-1, Up: Mechanisms 5.8 The NTLM mechanism ====================== The NTLM is a non-standard mechanism. Do not use it in new applications, and do not expect it to be secure. Currently only the client side is supported. In the client, this mechanism is always enabled, and it requires the `GSASL_AUTHID' and `GSASL_PASSWORD' properties. It will set the `domain' field in the NTLM request to the value of `GSASL_REALM'. Some servers reportedly need non-empty but arbitrary values in that field.  File: gsasl.info, Node: SECURID, Next: GSSAPI, Prev: NTLM, Up: Mechanisms 5.9 The SECURID mechanism ========================= The SECURID mechanism uses authentication and authorization identity together with a passcode from a hardware token to authenticate users. In the client, this mechanism is always enabled, and it requires the `GSASL_AUTHID' and `GSASL_PASSCODE' properties. If set, `GSASL_AUTHZID' will also be used. If the server requests it, the `GSASL_PIN' property is also required, and its callback may inspect the `GSASL_SUGGESTED_PIN' property to discover a server-provided PIN to use. In the server, this mechanism will invoke the `GSASL_VALIDATE_SECURID' callback. The callback may inspect the `GSASL_AUTHID', `GSASL_AUTHZID', and `GSASL_PASSCODE' properties. The callback can return `GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE' to ask for another additional passcode from the client. The callback can return `GSASL_SECURID_SERVER_NEED_NEW_PIN' to ask for a new PIN code from the client, in which case it may also set the `GSASL_SUGGESTED_PIN' property to indicate a recommended new PIN. If the callbacks is invoked again, after having returned `GSASL_SECURID_SERVER_NEED_NEW_PIN', it may also inspect the `GSASL_PIN' property, in addition to the other properties, to find out the client selected PIN code.  File: gsasl.info, Node: GSSAPI, Next: GS2-KRB5, Prev: SECURID, Up: Mechanisms 5.10 The GSSAPI mechanism ========================= The GSSAPI mechanism allows you to authenticate using Kerberos V5. The mechanism was originally designed to allow for any GSS-API mechanism to be used, but problems with the protocol made it unpractical and it is today restricted for use with Kerberos V5. See the GS2 mechanism (*note GS2-KRB5::) for a general solution. In the client, the mechanism is enabled only if the user has acquired credentials (i.e., a ticket granting ticket), and it requires the `GSASL_AUTHID', `GSASL_SERVICE', and `GSASL_HOSTNAME' properties. In the server, the mechanism requires the `GSASL_SERVICE' and `GSASL_HOSTNAME' properties, and it will invoke the `GSASL_VALIDATE_GSSAPI' callback property in order to validate the user. The callback may inspect the `GSASL_AUTHZID' and `GSASL_GSSAPI_DISPLAY_NAME' properties to decide whether to authorize the user. Note that authentication is performed by the GSS-API library. XXX: explain more about quality of service, maximum buffer size, etc.  File: gsasl.info, Node: GS2-KRB5, Next: SAML20, Prev: GSSAPI, Up: Mechanisms 5.11 The GS2-KRB5 mechanism =========================== GS2 is a protocol bridge between GSS-API and SASL, and allows every GSS-API mechanism that supports mutual authentication and channel bindings to be used as a SASL mechanism. Currently we support the GS2-KRB5 mechanism, for Kerberos V5 authentication, however our GS2 implementation is flexible enough to easily support other GSS-API mechanism if any gains popularity. In the client, the mechanism is enabled only if the user has acquired credentials (i.e., a ticket granting ticket), and it requires the `GSASL_AUTHID', `GSASL_SERVICE', and `GSASL_HOSTNAME' properties. In the server, the mechanism requires the `GSASL_SERVICE' and `GSASL_HOSTNAME' properties, and it will invoke the `GSASL_VALIDATE_GSSAPI' callback property in order to validate the user. The callback may inspect the `GSASL_AUTHZID' and `GSASL_GSSAPI_DISPLAY_NAME' properties to decide whether to authorize the user. Note that authentication is performed by the GSS-API library. The GS2 framework supports a variant of each mechanism, called the PLUS variant, which can also bind the authentication to a secure channel through channel bindings. Currently this is not supported by GNU SASL.  File: gsasl.info, Node: SAML20, Next: OPENID20, Prev: GS2-KRB5, Up: Mechanisms 5.12 The SAML20 mechanism ========================= The SAML20 mechanism makes it possible to use SAML in SASL, in a way that offloads the authentication exchange to an external browser. The protocol implemented is as specified in RFC 6595. The mechanism makes use of the following properties: GSASL_AUTHZID, `GSASL_SAML20_IDP_IDENTIFIER', `GSASL_SAML20_REDIRECT_URL', `GSASL_SAML20_AUTHENTICATE_IN_BROWSER' and `GSASL_VALIDATE_SAML20'. In client mode, the mechanism will retrieve the `GSASL_AUTHZID' and `GSASL_SAML20_IDP_IDENTIFIER' properties and form a request to the server. The server will respond with a redirect URL stored in the `GSASL_SAML20_REDIRECT_URL' property, which the client can retrieve from the `GSASL_SAML20_AUTHENTICATE_IN_BROWSER' callback. The intention is that the client launches a browser to the given URL, and then proceeds with authentication. The server responds whether authentication was successful or not. In server mode, the mechanism will invoke the `GSASL_SAML20_REDIRECT_URL' callback and the application can inspect the `GSASL_AUTHZID' and `GSASL_SAML20_IDP_IDENTIFIER' properties when forming the redirect URL. The URL is passed to the client which will hopefully complete authentication in the browser. The server callback `GSASL_VALIDATE_SAML20' should check whether the authentication attempt was successful. Note that SAML itself is not implemented by the GNU SASL library. On the client side, no SAML knowledge is needed, it is only required on the server side. The client only needs to be able to start a browser accessing the redirect URL. The server side is expected to call a SAML library of your choice to generate the AuthRequest and to implement an AssertionConsumerService to validate the AuthResponse. There is a complete proof-of-concept example of a SMTP server with SAML 2.0 support distributed with GNU SASL in the examples/saml20/ sub-directory. It uses the Lasso SAML implementation (`http://lasso.entrouvert.org/'). The example may be used as inspiration for your own server implementation. The `gsasl' command line client supports SAML20 as a client.  File: gsasl.info, Node: OPENID20, Next: KERBEROS_V5, Prev: SAML20, Up: Mechanisms 5.13 The OPENID20 mechanism =========================== The OPENID20 mechanism makes it possible to use OpenID in SASL, in a way that offloads the authentication exchange to an external browser. The protocol implemented is as specified in RFC 6616. The mechanism makes use of the following properties: `GSASL_AUTHID' (for the OpenID User-Supplied Identifier), `GSASL_AUTHZID', `GSASL_OPENID20_REDIRECT_URL', `GSASL_OPENID20_OUTCOME_DATA', `GSASL_OPENID20_AUTHENTICATE_IN_BROWSER', and `GSASL_VALIDATE_OPENID20'. In the client, the mechanism is enabled by default. The `GSASL_AUTHID' property is required and should contain the User-Supplied OpenID Identifier (for example `http://josefsson.org'). If set, `GSASL_AUTHZID' will be used by the client. The client will be invoked with the `GSASL_OPENID20_AUTHENTICATE_IN_BROWSER' callback to perform the OpenID authentication in a web browser. The callback can retrieve the `GSASL_OPENID20_REDIRECT_URL' property to find out the URL to redirect the user to. After authentication, the client can retrieve the `GSASL_OPENID20_OUTCOME_DATA' property with the OpenID Simple Registry (SREG) attributes sent by the server (they are not always sent). In the server, the mechanism is enabled by default. The server will request the `GSASL_OPENID20_REDIRECT_URL' property, and your callback may inspect the `GSASL_AUTHID' to find the OpenID User-Supplied Identifier. The server callback should perform OpenID discovery and return the URL to redirect the user to. After this, the user would access the URL and proceed with authentication in the browser. The server is invoked with the `GSASL_VALIDATE_OPENID20' callback to perform the actual validation of the authentication. Usually the callback will perform some IPC communication with an OpenID consumer running in a web server. The callback should return `GSASL_OK' on successful authentication and `GSASL_AUTHENTICATION_ERROR' on authentication errors, or any other error code. If the server received some OpenID Simple Registry (SREG) attributes from the OpenID Identity Provider, it may use the `GSASL_OPENID20_OUTCOME_DATA' property to send these to the client. Note that OpenID itself is not implemented by the GNU SASL library. On the client side, no OpenID knowledge is required, it is only required on the server side. The client only needs to be able to start a browser accessing the redirect URL. The server side is expected to use an OpenID library of your choice to generate the redirect URL and to implement the Service Provider to validate the response from the IdP. There is a complete proof-of-concept example with a SMTP server with OpenID 2.0 support distributed with GNU SASL in the examples/openid20/ sub-directory. It uses the JanRain PHP5 OpenID implementation. The example may be used as inspiration for your own server implementation. The `gsasl' command line client supports OPENID20 as a client.  File: gsasl.info, Node: KERBEROS_V5, Prev: OPENID20, Up: Mechanisms 5.14 The KERBEROS_V5 mechanism ============================== The KERBEROS_V5 is an experimental mechanism, the protocol specification is available on the GNU SASL homepage. It can operate in three modes, non-infrastructure mode, infrastructure mode and proxied infrastructure mode. Currently only non-infrastructure mode is supported. In the non-infrastructure mode, it works as a superset of most features provided by PLAIN, CRAM-MD5, DIGEST-MD5 and GSSAPI while at the same time building on what is believed to be proven technology (the RFC 1510 network security system). In the non-infrastructure mode, the client must specify (via callbacks) the name of the user, and optionally the server name and realm. The server must be able to retrieve passwords given the name of the user. In the infrastructure mode (proxied or otherwise), it allows clients and servers to authenticate via SASL in an RFC 1510 environment, using a trusted third party, a "Key Distribution Central". In the normal mode, clients acquire tickets out of band and then invokes a one roundtrip AP-REQ and AP-REP exchange. In the proxied mode, which can be used by clients without IP addresses or without connectivity to the KDC (e.g., when the KDC is IPv4 and the client is IPV6-only), the client uses the server to proxy ticket requests and finishes with the AP-REQ/AP-REP exchange. In infrastructure mode (proxied or otherwise), neither the client nor server need to implement any callbacks (this will likely change later, to allow a server to authorize users, similar to the GSSAPI callback). XXX: update when implementation has matured  File: gsasl.info, Node: Global Functions, Next: Callback Functions, Prev: Mechanisms, Up: Top 6 Global Functions ****************** gsasl_init ---------- -- Function: int gsasl_init (Gsasl ** CTX) CTX: pointer to libgsasl handle. This functions initializes libgsasl. The handle pointed to by ctx is valid for use with other libgsasl functions iff this function is successful. It also register all builtin SASL mechanisms, using `gsasl_register()'. *Return value:* GSASL_OK iff successful, otherwise `GSASL_MALLOC_ERROR'. gsasl_done ---------- -- Function: void gsasl_done (Gsasl * CTX) CTX: libgsasl handle. This function destroys a libgsasl handle. The handle must not be used with other libgsasl functions after this call. gsasl_client_mechlist --------------------- -- Function: int gsasl_client_mechlist (Gsasl * CTX, char ** OUT) CTX: libgsasl handle. OUT: newly allocated output character array. Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl client. `out' is allocated by this function, and it is the responsibility of caller to deallocate it. *Return value:* Returns `GSASL_OK' if successful, or error code. gsasl_server_mechlist --------------------- -- Function: int gsasl_server_mechlist (Gsasl * CTX, char ** OUT) CTX: libgsasl handle. OUT: newly allocated output character array. Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl server. `out' is allocated by this function, and it is the responsibility of caller to deallocate it. *Return value:* Returns `GSASL_OK' if successful, or error code. gsasl_client_support_p ---------------------- -- Function: int gsasl_client_support_p (Gsasl * CTX, const char * NAME) CTX: libgsasl handle. NAME: name of SASL mechanism. Decide whether there is client-side support for a specified mechanism. *Return value:* Returns 1 if the libgsasl client supports the named mechanism, otherwise 0. gsasl_server_support_p ---------------------- -- Function: int gsasl_server_support_p (Gsasl * CTX, const char * NAME) CTX: libgsasl handle. NAME: name of SASL mechanism. Decide whether there is server-side support for a specified mechanism. *Return value:* Returns 1 if the libgsasl server supports the named mechanism, otherwise 0. gsasl_client_suggest_mechanism ------------------------------ -- Function: const char * gsasl_client_suggest_mechanism (Gsasl * CTX, const char * MECHLIST) CTX: libgsasl handle. MECHLIST: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). Given a list of mechanisms, suggest which to use. *Return value:* Returns name of "best" SASL mechanism supported by the libgsasl client which is present in the input string, or NULL if no supported mechanism is found. gsasl_register -------------- -- Function: int gsasl_register (Gsasl * CTX, const Gsasl_mechanism * MECH) CTX: pointer to libgsasl handle. MECH: plugin structure with information about plugin. This function initialize given mechanism, and if successful, add it to the list of plugins that is used by the library. *Return value:* `GSASL_OK' iff successful, otherwise `GSASL_MALLOC_ERROR'. *Since:* 0.2.0  File: gsasl.info, Node: Callback Functions, Next: Property Functions, Prev: Global Functions, Up: Top 7 Callback Functions ******************** The callback is used by mechanisms to retrieve information, such as username and password, from the application. In a server, the callback is used to decide whether a user is permitted to log in or not. You tell the library of your callback function by calling `gsasl_callback_set'. Since your callback may need access to data from other parts of your application, there are hooks to store and retrieve application specific pointers. This avoids the use of global variables, which wouldn't be thread safe. You store a pointer to some information (opaque from the point of view of the library) by calling `gsasl_callback_hook_set' and can later retrieve this data in your callback by calling `gsasl_callback_hook_get'. gsasl_callback_set ------------------ -- Function: void gsasl_callback_set (Gsasl * CTX, Gsasl_callback_function CB) CTX: handle received from `gsasl_init()'. CB: pointer to function implemented by application. Store the pointer to the application provided callback in the library handle. The callback will be used, via `gsasl_callback()', by mechanisms to discover various parameters (such as username and passwords). The callback function will be called with a Gsasl_property value indicating the requested behaviour. For example, for `GSASL_ANONYMOUS_TOKEN', the function is expected to invoke gsasl_property_set(`CTX', `GSASL_ANONYMOUS_TOKEN', "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. *Since:* 0.2.0 gsasl_callback -------------- -- Function: int gsasl_callback (Gsasl * CTX, Gsasl_session * SCTX, Gsasl_property PROP) CTX: handle received from `gsasl_init()', may be NULL to derive it from `sctx'. SCTX: session handle. PROP: enumerated value of Gsasl_property type. Invoke the application callback. The `prop' value indicate what the callback is expected to do. For example, for `GSASL_ANONYMOUS_TOKEN', the function is expected to invoke gsasl_property_set(`SCTX', `GSASL_ANONYMOUS_TOKEN', "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. Note that if no callback has been set by the application, but the obsolete callback interface has been used, this function will translate the old callback interface into the new. This interface should be sufficient to invoke all callbacks, both new and old. *Return value:* Returns whatever the application callback returns, or `GSASL_NO_CALLBACK' if no application was known. *Since:* 0.2.0 gsasl_callback_hook_set ----------------------- -- Function: void gsasl_callback_hook_set (Gsasl * CTX, void * HOOK) CTX: libgsasl handle. HOOK: opaque pointer to application specific data. Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling `gsasl_callback_hook_get()'. This is normally used by the application to maintain a global state between the main program and callbacks. *Since:* 0.2.0 gsasl_callback_hook_get ----------------------- -- Function: void * gsasl_callback_hook_get (Gsasl * CTX) CTX: libgsasl handle. Retrieve application specific data from libgsasl handle. The application data is set using `gsasl_callback_hook_set()'. This is normally used by the application to maintain a global state between the main program and callbacks. *Return value:* Returns the application specific data, or NULL. *Since:* 0.2.0 gsasl_session_hook_set ---------------------- -- Function: void gsasl_session_hook_set (Gsasl_session * SCTX, void * HOOK) SCTX: libgsasl session handle. HOOK: opaque pointer to application specific data. Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling `gsasl_session_hook_get()'. This is normally used by the application to maintain a per-session state between the main program and callbacks. *Since:* 0.2.14 gsasl_session_hook_get ---------------------- -- Function: void * gsasl_session_hook_get (Gsasl_session * SCTX) SCTX: libgsasl session handle. Retrieve application specific data from libgsasl session handle. The application data is set using `gsasl_callback_hook_set()'. This is normally used by the application to maintain a per-session state between the main program and callbacks. *Return value:* Returns the application specific data, or NULL. *Since:* 0.2.14  File: gsasl.info, Node: Property Functions, Next: Session Functions, Prev: Callback Functions, Up: Top 8 Property Functions ******************** gsasl_property_set ------------------ -- Function: void gsasl_property_set (Gsasl_session * SCTX, Gsasl_property PROP, const char * DATA) SCTX: session handle. PROP: enumerated value of Gsasl_property type, indicating the type of data in `data'. DATA: zero terminated character string to store. Make a copy of `data' and store it in the session handle for the indicated property `prop'. You can immediately deallocate `data' after calling this function, without affecting the data stored in the session handle. *Since:* 0.2.0 gsasl_property_set_raw ---------------------- -- Function: void gsasl_property_set_raw (Gsasl_session * SCTX, Gsasl_property PROP, const char * DATA, size_t LEN) SCTX: session handle. PROP: enumerated value of Gsasl_property type, indicating the type of data in `data'. DATA: character string to store. LEN: length of character string to store. Make a copy of `len' sized `data' and store a zero terminated version of it in the session handle for the indicated property `prop'. You can immediately deallocate `data' after calling this function, without affecting the data stored in the session handle. Except for the length indicator, this function is identical to gsasl_property_set. *Since:* 0.2.0 gsasl_property_fast ------------------- -- Function: const char * gsasl_property_fast (Gsasl_session * SCTX, Gsasl_property PROP) SCTX: session handle. PROP: enumerated value of Gsasl_property type, indicating the type of data in `data'. Retrieve the data stored in the session handle for given property `prop'. The pointer is to live data, and must not be deallocated or modified in any way. This function will not invoke the application callback. *Return value:* Return property value, if known, or NULL if no value known. *Since:* 0.2.0 gsasl_property_get ------------------ -- Function: const char * gsasl_property_get (Gsasl_session * SCTX, Gsasl_property PROP) SCTX: session handle. PROP: enumerated value of Gsasl_property type, indicating the type of data in `data'. Retrieve the data stored in the session handle for given property `prop', possibly invoking the application callback to get the value. The pointer is to live data, and must not be deallocated or modified in any way. This function will invoke the application callback, using `gsasl_callback()', when a property value is not known. If no value is known, and no callback is specified or if the callback fail to return data, and if any obsolete callback functions has been set by the application, this function will try to call these obsolete callbacks, and store the returned data as the corresponding property. This behaviour of this function will be removed when the obsolete callback interfaces are removed. *Return value:* Return data for property, or NULL if no value known. *Since:* 0.2.0  File: gsasl.info, Node: Session Functions, Next: Utilities, Prev: Property Functions, Up: Top 9 Session Functions ******************* gsasl_client_start ------------------ -- Function: int gsasl_client_start (Gsasl * CTX, const char * MECH, Gsasl_session ** SCTX) CTX: libgsasl handle. MECH: name of SASL mechanism. SCTX: pointer to client handle. This functions initiates a client SASL authentication. This function must be called before any other gsasl_client_*() function is called. *Return value:* Returns `GSASL_OK' if successful, or error code. gsasl_server_start ------------------ -- Function: int gsasl_server_start (Gsasl * CTX, const char * MECH, Gsasl_session ** SCTX) CTX: libgsasl handle. MECH: name of SASL mechanism. SCTX: pointer to server handle. This functions initiates a server SASL authentication. This function must be called before any other gsasl_server_*() function is called. *Return value:* Returns `GSASL_OK' if successful, or error code. gsasl_step ---------- -- Function: int gsasl_step (Gsasl_session * SCTX, const char * INPUT, size_t INPUT_LEN, char ** OUTPUT, size_t * OUTPUT_LEN) SCTX: libgsasl session handle. INPUT: input byte array. INPUT_LEN: size of input byte array. OUTPUT: newly allocated output byte array. OUTPUT_LEN: pointer to output variable with size of output byte array. Perform one step of SASL authentication. This reads data from the other end (from `input' and `input_len'), processes it (potentially invoking callbacks to the application), and writes data to server (into newly allocated variable `output' and `output_len' that indicate the length of `output'). The contents of the `output' buffer is unspecified if this functions returns anything other than `GSASL_OK' or `GSASL_NEEDS_MORE'. If this function return `GSASL_OK' or `GSASL_NEEDS_MORE', however, the `output' buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (`output'). *Return value:* Returns `GSASL_OK' if authenticated terminated successfully, `GSASL_NEEDS_MORE' if more data is needed, or error code. gsasl_step64 ------------ -- Function: int gsasl_step64 (Gsasl_session * SCTX, const char * B64INPUT, char ** B64OUTPUT) SCTX: libgsasl client handle. B64INPUT: input base64 encoded byte array. B64OUTPUT: newly allocated output base64 encoded byte array. This is a simple wrapper around `gsasl_step()' that base64 decodes the input and base64 encodes the output. The contents of the `b64output' buffer is unspecified if this functions returns anything other than `GSASL_OK' or `GSASL_NEEDS_MORE'. If this function return `GSASL_OK' or `GSASL_NEEDS_MORE', however, the `b64output' buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (`b64output'). *Return value:* Returns `GSASL_OK' if authenticated terminated successfully, `GSASL_NEEDS_MORE' if more data is needed, or error code. gsasl_finish ------------ -- Function: void gsasl_finish (Gsasl_session * SCTX) SCTX: libgsasl session handle. Destroy a libgsasl client or server handle. The handle must not be used with other libgsasl functions after this call. gsasl_encode ------------ -- Function: int gsasl_encode (Gsasl_session * SCTX, const char * INPUT, size_t INPUT_LEN, char ** OUTPUT, size_t * OUTPUT_LEN) SCTX: libgsasl session handle. INPUT: input byte array. INPUT_LEN: size of input byte array. OUTPUT: newly allocated output byte array. OUTPUT_LEN: size of output byte array. Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The `output' buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(`output'). *Return value:* Returns `GSASL_OK' if encoding was successful, otherwise an error code. gsasl_decode ------------ -- Function: int gsasl_decode (Gsasl_session * SCTX, const char * INPUT, size_t INPUT_LEN, char ** OUTPUT, size_t * OUTPUT_LEN) SCTX: libgsasl session handle. INPUT: input byte array. INPUT_LEN: size of input byte array. OUTPUT: newly allocated output byte array. OUTPUT_LEN: size of output byte array. Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The `output' buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(`output'). *Return value:* Returns `GSASL_OK' if encoding was successful, otherwise an error code. gsasl_mechanism_name -------------------- -- Function: const char * gsasl_mechanism_name (Gsasl_session * SCTX) SCTX: libgsasl session handle. This function returns the name of the SASL mechanism used in the session. *Return value:* Returns a zero terminated character array with the name of the SASL mechanism, or NULL if not known. *Since:* 0.2.28  File: gsasl.info, Node: Utilities, Next: Memory Handling, Prev: Session Functions, Up: Top 10 Utilities ************ gsasl_saslprep -------------- -- Function: int gsasl_saslprep (const char * IN, Gsasl_saslprep_flags FLAGS, char ** OUT, int * STRINGPREPRC) IN: a UTF-8 encoded string. FLAGS: any SASLprep flag, e.g., `GSASL_ALLOW_UNASSIGNED'. OUT: on exit, contains newly allocated output string. STRINGPREPRC: if non-NULL, will hold precise stringprep return code. Prepare string using SASLprep. On success, the `out' variable must be deallocated by the caller. *Return value:* Returns `GSASL_OK' on success, or `GSASL_SASLPREP_ERROR' on error. *Since:* 0.2.3 gsasl_base64_to --------------- -- Function: int gsasl_base64_to (const char * IN, size_t INLEN, char ** OUT, size_t * OUTLEN) IN: input byte array INLEN: size of input byte array OUT: pointer to newly allocated output byte array OUTLEN: pointer to size of newly allocated output byte array Encode data as base64. The string is zero terminated, and `outlen' holds the length excluding the terminating zero. The `out' buffer must be deallocated by the caller. *Return value:* Returns `GSASL_OK' on success, or `GSASL_MALLOC_ERROR' if input was too large or memory allocation fail. *Since:* 0.2.2 gsasl_base64_from ----------------- -- Function: int gsasl_base64_from (const char * IN, size_t INLEN, char ** OUT, size_t * OUTLEN) IN: input byte array INLEN: size of input byte array OUT: pointer to newly allocated output byte array OUTLEN: pointer to size of newly allocated output byte array Decode Base64 data. The `out' buffer must be deallocated by the caller. *Return value:* Returns `GSASL_OK' on success, `GSASL_BASE64_ERROR' if input was invalid, and `GSASL_MALLOC_ERROR' on memory allocation errors. *Since:* 0.2.2 gsasl_simple_getpass -------------------- -- Function: int gsasl_simple_getpass (const char * FILENAME, const char * USERNAME, char ** KEY) FILENAME: filename of file containing passwords. USERNAME: username string. KEY: newly allocated output character array. Retrieve password for user from specified file. The buffer `key' contain the password if this function is successful. The caller is responsible for deallocating it. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. *Return value:* Return `GSASL_OK' if output buffer contains the password, `GSASL_AUTHENTICATION_ERROR' if the user could not be found, or other error code. gsasl_nonce ----------- -- Function: int gsasl_nonce (char * DATA, size_t DATALEN) DATA: output array to be filled with unpredictable random data. DATALEN: size of output array. Store unpredictable data of given size in the provided buffer. *Return value:* Returns `GSASL_OK' iff successful. gsasl_random ------------ -- Function: int gsasl_random (char * DATA, size_t DATALEN) DATA: output array to be filled with strong random data. DATALEN: size of output array. Store cryptographically strong random data of given size in the provided buffer. *Return value:* Returns `GSASL_OK' iff successful. gsasl_md5 --------- -- Function: int gsasl_md5 (const char * IN, size_t INLEN, char * OUT[16]) IN: input character array of data to hash. INLEN: length of input character array of data to hash. Compute hash of data using MD5. The `out' buffer must be deallocated by the caller. *Return value:* Returns `GSASL_OK' iff successful. gsasl_hmac_md5 -------------- -- Function: int gsasl_hmac_md5 (const char * KEY, size_t KEYLEN, const char * IN, size_t INLEN, char * OUTHASH[16]) KEY: input character array with key to use. KEYLEN: length of input character array with key to use. IN: input character array of data to hash. INLEN: length of input character array of data to hash. Compute keyed checksum of data using HMAC-MD5. The `outhash' buffer must be deallocated by the caller. *Return value:* Returns `GSASL_OK' iff successful. gsasl_sha1 ---------- -- Function: int gsasl_sha1 (const char * IN, size_t INLEN, char * OUT[20]) IN: input character array of data to hash. INLEN: length of input character array of data to hash. Compute hash of data using SHA1. The `out' buffer must be deallocated by the caller. *Return value:* Returns `GSASL_OK' iff successful. *Since:* 1.3 gsasl_hmac_sha1 --------------- -- Function: int gsasl_hmac_sha1 (const char * KEY, size_t KEYLEN, const char * IN, size_t INLEN, char * OUTHASH[20]) KEY: input character array with key to use. KEYLEN: length of input character array with key to use. IN: input character array of data to hash. INLEN: length of input character array of data to hash. Compute keyed checksum of data using HMAC-SHA1. The `outhash' buffer must be deallocated by the caller. *Return value:* Returns `GSASL_OK' iff successful. *Since:* 1.3  File: gsasl.info, Node: Memory Handling, Next: Error Handling, Prev: Utilities, Up: Top 11 Memory Handling ****************** gsasl_free ---------- -- Function: void gsasl_free (void * PTR) PTR: memory pointer Invoke free(`ptr') to de-allocate memory pointer. Typically used on strings allocated by other libgsasl functions. This is useful on Windows where libgsasl is linked to one CRT and the application is linked to another CRT. Then malloc/free will not use the same heap. This happens if you build libgsasl using mingw32 and the application with Visual Studio. *Since:* 0.2.19  File: gsasl.info, Node: Error Handling, Next: Examples, Prev: Memory Handling, Up: Top 12 Error Handling ***************** Most functions in the GNU SASL Library return an error if they fail. For this reason, the application should always catch the error condition and take appropriate measures, for example by releasing the resources and passing the error up to the caller, or by displaying a descriptive message to the user and cancelling the operation. Some error values do not indicate a system error or an error in the operation, but the result of an operation that failed properly. * Menu: * Error values:: A list of all error values used. * Error strings:: How to get a descriptive string from a value.  File: gsasl.info, Node: Error values, Next: Error strings, Up: Error Handling 12.1 Error values ================= Errors are returned as `int' values. The value of the symbol `GSASL_OK' is guaranteed to always be `0', and all other error codes are guaranteed to be non-`0', so you may use that information to build boolean expressions involving return codes. Otherwise, an application should not depend on the particular value for error codes, and are encouraged to use the constants even for `GSASL_OK' to improve readability. Possible values are: ``GSASL_OK'' Libgsasl success ``GSASL_NEEDS_MORE'' SASL mechanism needs more data ``GSASL_UNKNOWN_MECHANISM'' Unknown SASL mechanism ``GSASL_MECHANISM_CALLED_TOO_MANY_TIMES'' SASL mechanism called too many times ``GSASL_TOO_SMALL_BUFFER'' SASL function needs larger buffer (internal error) ``GSASL_FOPEN_ERROR'' Could not open file in SASL library ``GSASL_FCLOSE_ERROR'' Could not close file in SASL library ``GSASL_MALLOC_ERROR'' Memory allocation error in SASL library ``GSASL_BASE64_ERROR'' Base 64 coding error in SASL library ``GSASL_CRYPTO_ERROR'' Low-level crypto error in SASL library ``GSASL_NEED_CLIENT_ANONYMOUS_CALLBACK'' SASL mechanism needs gsasl_client_callback_anonymous() callback (application error) ``GSASL_NEED_CLIENT_PASSWORD_CALLBACK'' SASL mechanism needs gsasl_client_callback_password() callback (application error) ``GSASL_NEED_CLIENT_PASSCODE_CALLBACK'' SASL mechanism needs gsasl_client_callback_passcode() callback (application error) ``GSASL_NEED_CLIENT_PIN_CALLBACK'' SASL mechanism needs gsasl_client_callback_pin() callback (application error) ``GSASL_NEED_CLIENT_AUTHORIZATION_ID_CALLBACK'' SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error) ``GSASL_NEED_CLIENT_AUTHENTICATION_ID_CALLBACK'' SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error) ``GSASL_NEED_CLIENT_SERVICE_CALLBACK'' SASL mechanism needs gsasl_client_callback_service() callback (application error) ``GSASL_NEED_SERVER_VALIDATE_CALLBACK'' SASL mechanism needs gsasl_server_callback_validate() callback (application error) ``GSASL_NEED_SERVER_CRAM_MD5_CALLBACK'' SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error) ``GSASL_NEED_SERVER_DIGEST_MD5_CALLBACK'' SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error) ``GSASL_NEED_SERVER_EXTERNAL_CALLBACK'' SASL mechanism needs gsasl_server_callback_external() callback (application error) ``GSASL_NEED_SERVER_ANONYMOUS_CALLBACK'' SASL mechanism needs gsasl_server_callback_anonymous() callback (application error) ``GSASL_NEED_SERVER_REALM_CALLBACK'' SASL mechanism needs gsasl_server_callback_realm() callback (application error) ``GSASL_NEED_SERVER_SECURID_CALLBACK'' SASL mechanism needs gsasl_server_callback_securid() callback (application error) ``GSASL_NEED_SERVER_SERVICE_CALLBACK'' SASL mechanism needs gsasl_server_callback_service() callback (application error) ``GSASL_NEED_SERVER_GSSAPI_CALLBACK'' SASL mechanism needs gsasl_server_callback_gssapi() callback (application error) ``GSASL_NEED_SERVER_RETRIEVE_CALLBACK'' SASL mechanism needs gsasl_server_callback_retrieve() callback (application error) ``GSASL_UNICODE_NORMALIZATION_ERROR'' Failed to perform Unicode Normalization on string. ``GSASL_SASLPREP_ERROR'' Could not prepare internationalized (non-ASCII) string. ``GSASL_MECHANISM_PARSE_ERROR'' SASL mechanism could not parse input ``GSASL_AUTHENTICATION_ERROR'' Error authenticating user ``GSASL_CANNOT_GET_CTX'' Cannot get internal library handle (library error) ``GSASL_INTEGRITY_ERROR'' Integrity error in application payload ``GSASL_NO_MORE_REALMS'' No more realms available (non-fatal) ``GSASL_NO_CLIENT_CODE'' Client-side functionality not available in library (application error) ``GSASL_NO_SERVER_CODE'' Server-side functionality not available in library (application error) ``GSASL_GSSAPI_RELEASE_BUFFER_ERROR'' GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error. ``GSASL_GSSAPI_IMPORT_NAME_ERROR'' GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames. ``GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR'' GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions. ``GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR'' GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions. ``GSASL_GSSAPI_UNWRAP_ERROR'' GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption. ``GSASL_GSSAPI_WRAP_ERROR'' GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library. ``GSASL_GSSAPI_ACQUIRE_CRED_ERROR'' GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server. ``GSASL_GSSAPI_DISPLAY_NAME_ERROR'' GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data. ``GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR'' Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented. ``GSASL_KERBEROS_V5_INIT_ERROR'' Kerberos V5 initialization failure. ``GSASL_KERBEROS_V5_INTERNAL_ERROR'' Kerberos V5 internal error. ``GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE'' SecurID needs additional passcode. ``GSASL_SECURID_SERVER_NEED_NEW_PIN'' SecurID needs new pin. ``GSASL_INVALID_HANDLE'' The provided library handle was invalid (application error) ``GSASL_NO_CALLBACK'' No callback specified by caller (application error). ``GSASL_NO_ANONYMOUS_TOKEN'' Authentication failed because the anonymous token was not provided. ``GSASL_NO_AUTHID'' Authentication failed because the authentication identity was not provided. ``GSASL_NO_AUTHZID'' Authentication failed because the authorization identity was not provided. ``GSASL_NO_PASSWORD'' Authentication failed because the password was not provided. ``GSASL_NO_PASSCODE'' Authentication failed because the passcode was not provided. ``GSASL_NO_PIN'' Authentication failed because the pin code was not provided. ``GSASL_NO_SERVICE'' Authentication failed because the service name was not provided. ``GSASL_NO_HOSTNAME'' Authentication failed because the host name was not provided. ``GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR'' GSSAPI error encapsulating token. ``GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR'' GSSAPI error decapsulating token. ``GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR'' GSSAPI error getting OID for SASL mechanism name. ``GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR'' GSSAPI error testing for OID in OID set. ``GSASL_GSSAPI_RELEASE_OID_SET_ERROR'' GSSAPI error releasing OID set. ``GSASL_NO_CB_TLS_UNIQUE'' Authentication failed because a tls-unique CB was not provided. ``GSASL_NO_SAML20_IDP_IDENTIFIER'' Callback failed to provide SAML20 IdP identifier. ``GSASL_NO_SAML20_REDIRECT_URL'' Callback failed to provide SAML20 redirect URL. ``GSASL_NO_OPENID20_REDIRECT_URL'' Callback failed to provide OPENID20 redirect URL.  File: gsasl.info, Node: Error strings, Prev: Error values, Up: Error Handling 12.2 Error strings ================== gsasl_strerror -------------- -- Function: const char * gsasl_strerror (int ERR) ERR: libgsasl error code Convert return code to human readable string explanation of the reason for the particular error code. This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to `gsasl_init()'. *Return value:* Returns a pointer to a statically allocated string containing an explanation of the error code `err'. gsasl_strerror_name ------------------- -- Function: const char * gsasl_strerror_name (int ERR) ERR: libgsasl error code Convert return code to human readable string representing the error code symbol itself. For example, gsasl_strerror_name(`GSASL_OK') returns the string "GSASL_OK". This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to `gsasl_init()'. *Return value:* Returns a pointer to a statically allocated string containing a string version of the error code `err', or NULL if the error code is not known. *Since:* 0.2.29  File: gsasl.info, Node: Examples, Next: Acknowledgements, Prev: Error Handling, Up: Top 13 Examples *********** This chapter contains example code which illustrates how the GNU SASL Library can be used when writing your own application. * Menu: * Example 1:: SASL client. * Example 2:: SASL client where server send data first. * Example 3:: SASL client, with a choice of mechanism to use. * Example 4:: SASL client, with callback for user info. * Example 5:: Example SMTP server with GNU SASL authentication.  File: gsasl.info, Node: Example 1, Next: Example 2, Up: Examples 13.1 Example 1 ============== /* client.c --- Example SASL client. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the client send data first. */ do { /* Generate client output. */ rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { /* If sucessful, print it. */ printf ("Output:\n%s\n", p); gsasl_free (p); } if (rc == GSASL_NEEDS_MORE) { /* If the client need more data from server, get it here. */ printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech = "PLAIN"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; }  File: gsasl.info, Node: Example 2, Next: Example 3, Prev: Example 1, Up: Examples 13.2 Example 2 ============== /* client-serverfirst.c --- Example SASL client, where server send data first. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server send data first. */ do { printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { printf ("Output:\n%s\n", p); gsasl_free (p); } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech = "CRAM-MD5"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; }  File: gsasl.info, Node: Example 3, Next: Example 4, Prev: Example 2, Up: Examples 13.3 Example 3 ============== /* client-mech.c --- Example SASL client, with a choice of mechanism to use. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server send data first. */ do { printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { printf ("Output:\n%s\n", p); gsasl_free (p); } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static const char * client_mechanism (Gsasl * ctx) { static char mech[GSASL_MAX_MECHANISM_SIZE + 1] = ""; char mechlist[BUFSIZ] = ""; const char *suggestion; char *p; printf ("Enter list of server supported mechanisms, separate by SPC:\n"); p = fgets (mechlist, sizeof (mechlist) - 1, stdin); if (p == NULL) { perror ("fgets"); return NULL; } suggestion = gsasl_client_suggest_mechanism (ctx, mechlist); if (suggestion) printf ("Library suggests use of `%s'.\n", suggestion); printf ("Enter mechanism to use:\n"); p = fgets (mech, sizeof (mech) - 1, stdin); if (p == NULL) { perror ("fgets"); return NULL; } mech[strlen (mech) - 1] = '\0'; return mech; } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech; int rc; /* Find out which mechanism to use. */ mech = client_mechanism (ctx); /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; }  File: gsasl.info, Node: Example 4, Next: Example 5, Prev: Example 3, Up: Examples 13.4 Example 4 ============== /* client-callback.c --- Example SASL client, with callback for user info. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server send data first. */ do { printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { printf ("Output:\n%s\n", p); gsasl_free (p); } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech = "SECURID"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { char buf[BUFSIZ] = ""; int rc = GSASL_NO_CALLBACK; char *p; /* Get user info from user. */ printf ("Callback invoked, for property %d.\n", prop); switch (prop) { case GSASL_PASSCODE: printf ("Enter passcode:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); break; } buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_PASSCODE, buf); rc = GSASL_OK; break; case GSASL_AUTHID: printf ("Enter username:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); break; } buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_AUTHID, buf); rc = GSASL_OK; break; default: printf ("Unknown property! Don't worry.\n"); break; } return rc; } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Set the callback handler for the library. */ gsasl_callback_set (ctx, callback); /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; }  File: gsasl.info, Node: Example 5, Prev: Example 4, Up: Examples 13.5 Example 5 ============== /* smtp-server.c --- Example SMTP server with SASL authentication * Copyright (C) 2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ /* This is a minimal SMTP server with GNU SASL authentication support. The only valid password is "sesam". This server will complete authentications using LOGIN, PLAIN, DIGEST-MD5, CRAM-MD5, and SCRAM-SHA-1. It accepts an optional command line parameter specifying the service name (i.e., a numerical port number or /etc/services name). By default it listens on port "2000". */ #include #include #include #include #include #include #include static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; switch (prop) { case GSASL_PASSWORD: gsasl_property_set (sctx, prop, "sesam"); rc = GSASL_OK; break; default: /* You may want to log (at debug verbosity level) that an unknown property was requested here, possibly after filtering known rejected property requests. */ break; } return rc; } static ssize_t gettrimline (char **line, size_t * n, FILE * fh) { ssize_t s = getline (line, n, fh); if (s >= 2) { if ((*line)[strlen (*line) - 1] == '\n') (*line)[strlen (*line) - 1] = '\0'; if ((*line)[strlen (*line) - 1] == '\r') (*line)[strlen (*line) - 1] = '\0'; printf ("C: %s\n", *line); } return s; } #define print(fh, ...) \ printf ("S: "), printf (__VA_ARGS__), fprintf (fh, __VA_ARGS__) static void server_auth (FILE * fh, Gsasl_session * session) { char *line = NULL; size_t n = 0; char *p; int rc; /* The ordering and the type of checks in the following loop has to be adapted for each protocol depending on its SASL properties. SMTP is a "server-first" SASL protocol. This implementation do not support piggy-backing of the initial client challenge nor piggy-backing of the terminating server response. See RFC 2554 and RFC 4422 for terminology. That profile results in the following loop structure. Ask on the help-gsasl list if you are uncertain. */ do { rc = gsasl_step64 (session, line, &p); if (rc == GSASL_NEEDS_MORE || (rc == GSASL_OK && p && *p)) { print (fh, "334 %s\n", p); gsasl_free (p); if (gettrimline (&line, &n, fh) < 0) { print (fh, "221 localhost getline failure\n"); goto done; } } } while (rc == GSASL_NEEDS_MORE); if (rc != GSASL_OK) { print (fh, "535 gsasl_step64 (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } { const char *authid = gsasl_property_fast (session, GSASL_AUTHID); const char *authzid = gsasl_property_fast (session, GSASL_AUTHZID); print (fh, "235 OK [authid: %s authzid: %s]\n", authid ? authid : "N/A", authzid ? authzid : "N/A"); } done: free (line); } static void smtp (FILE * fh, Gsasl * ctx) { char *line = NULL; size_t n = 0; int rc; print (fh, "220 localhost ESMTP GNU SASL smtp-server\n"); while (gettrimline (&line, &n, fh) >= 0) { if (strncmp (line, "EHLO ", 5) == 0 || strncmp (line, "ehlo ", 5) == 0) { char *mechlist; rc = gsasl_server_mechlist (ctx, &mechlist); if (rc != GSASL_OK) { print (fh, "221 localhost gsasl_server_mechlist (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } print (fh, "250-localhost\n"); print (fh, "250 AUTH %s\n", mechlist); gsasl_free (mechlist); } else if (strncmp (line, "AUTH ", 5) == 0 || strncmp (line, "auth ", 5) == 0) { Gsasl_session *session = NULL; if ((rc = gsasl_server_start (ctx, line + 5, &session)) != GSASL_OK) { print (fh, "221 localhost gsasl_server_start (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } server_auth (fh, session); gsasl_finish (session); } else if (strncmp (line, "QUIT", 4) == 0 || strncmp (line, "quit", 4) == 0) { print (fh, "221 localhost QUIT\n"); goto done; } else print (fh, "500 unrecognized command\n"); } print (fh, "221 localhost getline failure\n"); done: free (line); } int main (int argc, char *argv[]) { const char *service = argc > 1 ? argv[1] : "2000"; volatile int run = 1; struct addrinfo hints, *addrs; int sockfd; int rc; int yes = 1; Gsasl *ctx; setvbuf (stdout, NULL, _IONBF, 0); rc = gsasl_init (&ctx); if (rc < 0) { printf ("gsasl_init (%d): %s\n", rc, gsasl_strerror (rc)); exit (EXIT_FAILURE); } printf ("%s [gsasl header %s library %s]\n", argv[0], GSASL_VERSION, gsasl_check_version (NULL)); gsasl_callback_set (ctx, callback); memset (&hints, 0, sizeof (hints)); hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; hints.ai_socktype = SOCK_STREAM; rc = getaddrinfo (NULL, service, &hints, &addrs); if (rc < 0) { printf ("getaddrinfo: %s\n", gai_strerror (rc)); exit (EXIT_FAILURE); } sockfd = socket (addrs->ai_family, addrs->ai_socktype, addrs->ai_protocol); if (sockfd < 0) { perror ("socket"); exit (EXIT_FAILURE); } if (setsockopt (sockfd, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof (yes)) < 0) { perror ("setsockopt"); exit (EXIT_FAILURE); } rc = bind (sockfd, addrs->ai_addr, addrs->ai_addrlen); if (rc < 0) { perror ("bind"); exit (EXIT_FAILURE); } freeaddrinfo (addrs); rc = listen (sockfd, SOMAXCONN); if (rc < 0) { perror ("listen"); exit (EXIT_FAILURE); } signal (SIGPIPE, SIG_IGN); while (run) { struct sockaddr from; socklen_t fromlen = sizeof (from); char host[NI_MAXHOST]; int fd; FILE *fh; fd = accept (sockfd, &from, &fromlen); if (fd < 0) { perror ("accept"); continue; } rc = getnameinfo (&from, fromlen, host, sizeof (host), NULL, 0, NI_NUMERICHOST); if (rc == 0) printf ("connection from %s\n", host); else printf ("getnameinfo: %s\n", gai_strerror (rc)); fh = fdopen (fd, "w+"); if (!fh) { perror ("fdopen"); close (fd); continue; } smtp (fh, ctx); fclose (fh); } close (sockfd); gsasl_done (ctx); return 0; }  File: gsasl.info, Node: Acknowledgements, Next: Invoking gsasl, Prev: Examples, Up: Top 14 Acknowledgements ******************* The makefiles, manuals, etc borrowed much from Libgcrypt written by Werner Koch. Cryptographic functions for some SASL mechanisms uses Libgcrypt by Werner Koch et al. The NTLM mechanism uses Libntlm by Grant Edwards et al, using code from Samba written by Andrew Tridgell, and now maintained by Simon Josefsson. The KERBEROS_V5 mechanism uses Shishi by Simon Josefsson. The GSSAPI and GS2-KRB5 mechanism uses a GSS-API implementation, such as GNU GSS by Simon Josefsson. Gnulib is used to simplify portability. This manual borrows text from the SASL specification.  File: gsasl.info, Node: Invoking gsasl, Next: Protocol Clarifications, Prev: Acknowledgements, Up: Top 15 Invoking gsasl ***************** Name **** GNU SASL (gsasl) - Command line interface to libgsasl. Description *********** `gsasl' is the main program of GNU SASL. This section only lists the commands and options available. Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Commands ******** `gsasl' recognizes these commands: -c, --client Act as client (the default). --client-mechanisms Write name of supported client mechanisms separated by space to stdout. -s, --server Act as server. --server-mechanisms Write name of supported server mechanisms separated by space to stdout. Network Options *************** Normally the SASL negotiation is performed on the terminal, with reading from stdin and writing to stdout. It is also possible to perform the negotiation with a server over a TCP network connection. --connect=HOSTNAME[:SERVICE] Connect to TCP server and negotiate on stream instead of stdin/stdout. SERVICE is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default. Miscellaneous Options: ********************** These parameters affect overall behaviour. -d, --application-data After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication. --imap Use a IMAP-like logon procedure (client only). Also sets the --service default to "imap". -m, --mechanism=STRING Mechanism to use. --no-client-first Disallow client to send data first (client only). SASL Mechanism Options ********************** These options modify the behaviour of the callbacks (*note Callback Functions::) in the library. The default is to query the user on the terminal. -n, --anonymous-token=STRING Token for anonymous authentication, usually mail address (ANONYMOUS only). -a, --authentication-id=STRING Identity of credential owner. -z, --authorization-id=STRING Identity to request service for. --disable-cleartext-validate Disable cleartext validate hook, forcing server to prompt for password. --enable-cram-md5-validate Validate CRAM-MD5 challenge and response interactively. --hostname=STRING Set the name of the server with the requested service. -p, --password=STRING Password for authentication (insecure for non-testing purposes). --passcode=NUMBER Passcode for authentication (SECURID only). --quality-of-protection= How application payload will be protected. "qop-auth" means no protection, "qop-int" means integrity protection, "qop-conf" means confidentiality. Currently only used by DIGEST-MD5, where the default is "qop-int". -r, --realm=STRING Realm. Defaults to hostname. --service=STRING Set the requested service name (should be a registered GSSAPI host based service name). --service-name=STRING Set the generic server name in case of a replicated server (DIGEST-MD5 only). -x, --maxbuf=NUMBER Indicate maximum buffer size (DIGEST-MD5 only). STARTTLS options **************** --starttls Force use of STARTTLS. The default is to use STARTTLS when available. (default=off) --no-starttls Unconditionally disable STARTTLS. (default=off) --no-cb Don't set any channel bindings. (default=off) --x509-ca-file=FILE File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done. --x509-cert-file=FILE File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. --x509-key-file=FILE Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. --priority Cipher priority string. Other Options ************* These are some standard parameters. -q, --quiet, --silent Don't produce any diagnostic output. -v, --verbose Produce verbose output. -?, --help Give this help list --usage Give a short usage message -V, --version Print program version  File: gsasl.info, Node: Protocol Clarifications, Next: Old Functions, Prev: Invoking gsasl, Up: Top Appendix A Protocol Clarifications ********************************** This appendix contains clarifications to various SASL specification that we felt were necessary to include, if for nothing else it may serve as a guide for other implementers that worry about the same issues. * Menu: * Use of SASLprep in CRAM-MD5:: * Use of SASLprep in LOGIN::  File: gsasl.info, Node: Use of SASLprep in CRAM-MD5, Next: Use of SASLprep in LOGIN, Up: Protocol Clarifications A.1 Use of SASLprep in CRAM-MD5 =============================== The specification, as of `draft-ietf-sasl-crammd5-04.txt', is silent on whether a SASL server implementation applying SASLprep on a password received from an external, non-SASL specific database (i.e., the passwords are not stored in SASLprep form in the database), should set or clear the AllowUnassigned bit. The motivation for the AU-bit in StringPrep/SASLprep is for stored vs query strings. It could be argued that in this situation the server can treat the external password either as a stored string (from a database) or as a query (the server uses the string as a query into the fixed HMAC-MD5 hash). The specification is also unclear on whether clients should set or clear the AllowUnassigned flag. In the server, GNU SASL applies SASLprep to the password with the AllowUnassigned bit cleared.  File: gsasl.info, Node: Use of SASLprep in LOGIN, Prev: Use of SASLprep in CRAM-MD5, Up: Protocol Clarifications A.2 Use of SASLprep in LOGIN ============================ The non-standard mechanism LOGIN presumably does not support non-ASCII. We suggest that the client should send unprepared UTF-8 and that the server apply SASLprep with the AllowUnassigned bit cleared on the received username and password.  File: gsasl.info, Node: Old Functions, Next: Copying Information, Prev: Protocol Clarifications, Up: Top Appendix B Old Functions ************************ As GNU SASL is still under heavy development, some API functions have been found to be less useful. Those old API functions will be supported during a transition period. Refer to the NEWS file to find out since when a function has been deprecated. gsasl_client_listmech --------------------- -- Function: int gsasl_client_listmech (Gsasl * CTX, char * OUT, size_t * OUTLEN) CTX: libgsasl handle. OUT: output character array. OUTLEN: input maximum size of output character array, on output contains actual length of output array. Write SASL names, separated by space, of mechanisms supported by the libgsasl client to the output array. To find out how large the output array must be, call this function with a NULL `out' parameter. *Return value:* Returns `GSASL_OK' if successful, or error code. *Deprecated:* Use `gsasl_client_mechlist()' instead. gsasl_server_listmech --------------------- -- Function: int gsasl_server_listmech (Gsasl * CTX, char * OUT, size_t * OUTLEN) CTX: libgsasl handle. OUT: output character array. OUTLEN: input maximum size of output character array, on output contains actual length of output array. Write SASL names, separated by space, of mechanisms supported by the libgsasl server to the output array. To find out how large the output array must be, call this function with a NULL `out' parameter. *Return value:* Returns `GSASL_OK' if successful, or error code. *Deprecated:* Use `gsasl_server_mechlist()' instead. gsasl_client_step ----------------- -- Function: int gsasl_client_step (Gsasl_session * SCTX, const char * INPUT, size_t INPUT_LEN, char * OUTPUT, size_t * OUTPUT_LEN) SCTX: libgsasl client handle. INPUT: input byte array. INPUT_LEN: size of input byte array. OUTPUT: output byte array. OUTPUT_LEN: size of output byte array. Perform one step of SASL authentication in client. This reads data from server (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than `GSASL_NEEDS_MORE'. *Return value:* Returns `GSASL_OK' if authenticated terminated successfully, `GSASL_NEEDS_MORE' if more data is needed, or error code. *Deprecated:* Use `gsasl_step()' instead. gsasl_server_step ----------------- -- Function: int gsasl_server_step (Gsasl_session * SCTX, const char * INPUT, size_t INPUT_LEN, char * OUTPUT, size_t * OUTPUT_LEN) SCTX: libgsasl server handle. INPUT: input byte array. INPUT_LEN: size of input byte array. OUTPUT: output byte array. OUTPUT_LEN: size of output byte array. Perform one step of SASL authentication in server. This reads data from client (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to client (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than `GSASL_NEEDS_MORE'. *Return value:* Returns `GSASL_OK' if authenticated terminated successfully, `GSASL_NEEDS_MORE' if more data is needed, or error code. *Deprecated:* Use `gsasl_step()' instead. gsasl_client_step_base64 ------------------------ -- Function: int gsasl_client_step_base64 (Gsasl_session * SCTX, const char * B64INPUT, char * B64OUTPUT, size_t B64OUTPUT_LEN) SCTX: libgsasl client handle. B64INPUT: input base64 encoded byte array. B64OUTPUT: output base64 encoded byte array. B64OUTPUT_LEN: size of output base64 encoded byte array. This is a simple wrapper around `gsasl_client_step()' that base64 decodes the input and base64 encodes the output. *Return value:* See `gsasl_client_step()'. *Deprecated:* Use `gsasl_step64()' instead. gsasl_server_step_base64 ------------------------ -- Function: int gsasl_server_step_base64 (Gsasl_session * SCTX, const char * B64INPUT, char * B64OUTPUT, size_t B64OUTPUT_LEN) SCTX: libgsasl server handle. B64INPUT: input base64 encoded byte array. B64OUTPUT: output base64 encoded byte array. B64OUTPUT_LEN: size of output base64 encoded byte array. This is a simple wrapper around `gsasl_server_step()' that base64 decodes the input and base64 encodes the output. *Return value:* See `gsasl_server_step()'. *Deprecated:* Use `gsasl_step64()' instead. gsasl_client_finish ------------------- -- Function: void gsasl_client_finish (Gsasl_session * SCTX) SCTX: libgsasl client handle. Destroy a libgsasl client handle. The handle must not be used with other libgsasl functions after this call. *Deprecated:* Use `gsasl_finish()' instead. gsasl_server_finish ------------------- -- Function: void gsasl_server_finish (Gsasl_session * SCTX) SCTX: libgsasl server handle. Destroy a libgsasl server handle. The handle must not be used with other libgsasl functions after this call. *Deprecated:* Use `gsasl_finish()' instead. gsasl_client_ctx_get -------------------- -- Function: Gsasl * gsasl_client_ctx_get (Gsasl_session * SCTX) SCTX: libgsasl client handle Get the libgsasl handle given a libgsasl client handle. *Return value:* Returns the libgsasl handle given a libgsasl client handle. *Deprecated:* This function is not useful with the new 0.2.0 API. gsasl_client_application_data_set --------------------------------- -- Function: void gsasl_client_application_data_set (Gsasl_session * SCTX, void * APPLICATION_DATA) SCTX: libgsasl client handle. APPLICATION_DATA: opaque pointer to application specific data. Store application specific data in the libgsasl client handle. The application data can be later (for instance, inside a callback) be retrieved by calling `gsasl_client_application_data_get()'. It is normally used by the application to maintain state between the main program and the callback. *Deprecated:* Use `gsasl_callback_hook_set()' or `gsasl_session_hook_set()' instead. gsasl_client_application_data_get --------------------------------- -- Function: void * gsasl_client_application_data_get (Gsasl_session * SCTX) SCTX: libgsasl client handle. Retrieve application specific data from libgsasl client handle. The application data is set using `gsasl_client_application_data_set()'. It is normally used by the application to maintain state between the main program and the callback. *Return value:* Returns the application specific data, or NULL. *Deprecated:* Use `gsasl_callback_hook_get()' or `gsasl_session_hook_get()' instead. gsasl_server_ctx_get -------------------- -- Function: Gsasl * gsasl_server_ctx_get (Gsasl_session * SCTX) SCTX: libgsasl server handle Get the libgsasl handle given a libgsasl server handle. *Return value:* Returns the libgsasl handle given a libgsasl server handle. *Deprecated:* This function is not useful with the new 0.2.0 API. gsasl_server_application_data_set --------------------------------- -- Function: void gsasl_server_application_data_set (Gsasl_session * SCTX, void * APPLICATION_DATA) SCTX: libgsasl server handle. APPLICATION_DATA: opaque pointer to application specific data. Store application specific data in the libgsasl server handle. The application data can be later (for instance, inside a callback) be retrieved by calling `gsasl_server_application_data_get()'. It is normally used by the application to maintain state between the main program and the callback. *Deprecated:* Use `gsasl_callback_hook_set()' or `gsasl_session_hook_set()' instead. gsasl_server_application_data_get --------------------------------- -- Function: void * gsasl_server_application_data_get (Gsasl_session * SCTX) SCTX: libgsasl server handle. Retrieve application specific data from libgsasl server handle. The application data is set using `gsasl_server_application_data_set()'. It is normally used by the application to maintain state between the main program and the callback. *Return value:* Returns the application specific data, or NULL. *Deprecated:* Use `gsasl_callback_hook_get()' or `gsasl_session_hook_get()' instead. gsasl_randomize --------------- -- Function: int gsasl_randomize (int STRONG, char * DATA, size_t DATALEN) STRONG: 0 iff operation should not block, non-0 for very strong randomness. DATA: output array to be filled with random data. DATALEN: size of output array. Store cryptographically random data of given size in the provided buffer. *Return value:* Returns `GSASL_OK' iff successful. *Deprecated:* Use `gsasl_random()' or `gsasl_nonce()' instead. gsasl_ctx_get ------------- -- Function: Gsasl * gsasl_ctx_get (Gsasl_session * SCTX) SCTX: libgsasl session handle Get the libgsasl handle given a libgsasl session handle. *Return value:* Returns the libgsasl handle given a libgsasl session handle. *Deprecated:* This function is not useful with the new 0.2.0 API. gsasl_encode_inline ------------------- -- Function: int gsasl_encode_inline (Gsasl_session * SCTX, const char * INPUT, size_t INPUT_LEN, char * OUTPUT, size_t * OUTPUT_LEN) SCTX: libgsasl session handle. INPUT: input byte array. INPUT_LEN: size of input byte array. OUTPUT: output byte array. OUTPUT_LEN: size of output byte array. Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. *Return value:* Returns `GSASL_OK' if encoding was successful, otherwise an error code. *Deprecated:* Use `gsasl_encode()' instead. *Since:* 0.2.0 gsasl_decode_inline ------------------- -- Function: int gsasl_decode_inline (Gsasl_session * SCTX, const char * INPUT, size_t INPUT_LEN, char * OUTPUT, size_t * OUTPUT_LEN) SCTX: libgsasl session handle. INPUT: input byte array. INPUT_LEN: size of input byte array. OUTPUT: output byte array. OUTPUT_LEN: size of output byte array. Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. *Return value:* Returns `GSASL_OK' if encoding was successful, otherwise an error code. *Deprecated:* Use `gsasl_decode()' instead. *Since:* 0.2.0 gsasl_application_data_set -------------------------- -- Function: void gsasl_application_data_set (Gsasl * CTX, void * APPDATA) CTX: libgsasl handle. APPDATA: opaque pointer to application specific data. Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling `gsasl_application_data_get()'. It is normally used by the application to maintain state between the main program and the callback. *Deprecated:* Use `gsasl_callback_hook_set()' instead. gsasl_application_data_get -------------------------- -- Function: void * gsasl_application_data_get (Gsasl * CTX) CTX: libgsasl handle. Retrieve application specific data from libgsasl handle. The application data is set using `gsasl_application_data_set()'. It is normally used by the application to maintain state between the main program and the callback. *Return value:* Returns the application specific data, or NULL. *Deprecated:* Use `gsasl_callback_hook_get()' instead. gsasl_appinfo_set ----------------- -- Function: void gsasl_appinfo_set (Gsasl_session * SCTX, void * APPDATA) SCTX: libgsasl session handle. APPDATA: opaque pointer to application specific data. Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling `gsasl_appinfo_get()'. It is normally used by the application to maintain state between the main program and the callback. *Deprecated:* Use `gsasl_callback_hook_set()' instead. gsasl_appinfo_get ----------------- -- Function: void * gsasl_appinfo_get (Gsasl_session * SCTX) SCTX: libgsasl session handle. Retrieve application specific data from libgsasl session handle. The application data is set using `gsasl_appinfo_set()'. It is normally used by the application to maintain state between the main program and the callback. *Return value:* Returns the application specific data, or NULL. *Deprecated:* Use `gsasl_callback_hook_get()' instead. gsasl_server_suggest_mechanism ------------------------------ -- Function: const char * gsasl_server_suggest_mechanism (Gsasl * CTX, const char * MECHLIST) CTX: libgsasl handle. MECHLIST: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). Get name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. *Return value:* Returns name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. *Deprecated:* This function was never useful, since it is the client that chose which mechanism to use. gsasl_client_callback_authentication_id_set ------------------------------------------- -- Function: void gsasl_client_callback_authentication_id_set (Gsasl * CTX, Gsasl_client_callback_authentication_id CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to set the authentication identity. The function can be later retrieved using `gsasl_client_callback_authentication_id_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_authentication_id_get ------------------------------------------- -- Function: Gsasl_client_callback_authentication_id gsasl_client_callback_authentication_id_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_authentication_id_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_authentication_id_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_authorization_id_set ------------------------------------------ -- Function: void gsasl_client_callback_authorization_id_set (Gsasl * CTX, Gsasl_client_callback_authorization_id CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to set the authorization identity. The function can be later retrieved using `gsasl_client_callback_authorization_id_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_authorization_id_get ------------------------------------------ -- Function: Gsasl_client_callback_authorization_id gsasl_client_callback_authorization_id_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_authorization_id_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_authorization_id_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_password_set ---------------------------------- -- Function: void gsasl_client_callback_password_set (Gsasl * CTX, Gsasl_client_callback_password CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to set the password. The function can be later retrieved using `gsasl_client_callback_password_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_password_get ---------------------------------- -- Function: Gsasl_client_callback_password gsasl_client_callback_password_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_password_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_password_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_passcode_set ---------------------------------- -- Function: void gsasl_client_callback_passcode_set (Gsasl * CTX, Gsasl_client_callback_passcode CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to set the passcode. The function can be later retrieved using `gsasl_client_callback_passcode_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_passcode_get ---------------------------------- -- Function: Gsasl_client_callback_passcode gsasl_client_callback_passcode_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_passcode_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_passcode_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_pin_set ----------------------------- -- Function: void gsasl_client_callback_pin_set (Gsasl * CTX, Gsasl_client_callback_pin CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to chose a new pin, possibly suggested by the server, for the SECURID mechanism. This is not normally invoked, but only when the server requests it. The function can be later retrieved using `gsasl_client_callback_pin_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_pin_get ----------------------------- -- Function: Gsasl_client_callback_pin gsasl_client_callback_pin_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_pin_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_pin_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_service_set --------------------------------- -- Function: void gsasl_client_callback_service_set (Gsasl * CTX, Gsasl_client_callback_service CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. Servicename is used by DIGEST-MD5 and should be the name of generic server in case of a replicated service. The function can be later retrieved using `gsasl_client_callback_service_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_service_get --------------------------------- -- Function: Gsasl_client_callback_service gsasl_client_callback_service_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_service_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_service_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_anonymous_set ----------------------------------- -- Function: void gsasl_client_callback_anonymous_set (Gsasl * CTX, Gsasl_client_callback_anonymous CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to set the anonymous token, which usually is the users email address. The function can be later retrieved using `gsasl_client_callback_anonymous_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_anonymous_get ----------------------------------- -- Function: Gsasl_client_callback_anonymous gsasl_client_callback_anonymous_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_anonymous_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_anonymous_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_qop_set ----------------------------- -- Function: void gsasl_client_callback_qop_set (Gsasl * CTX, Gsasl_client_callback_qop CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to determine the qop to use after looking at what the server offered. The function can be later retrieved using `gsasl_client_callback_qop_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_qop_get ----------------------------- -- Function: Gsasl_client_callback_qop gsasl_client_callback_qop_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_qop_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_qop_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_maxbuf_set -------------------------------- -- Function: void gsasl_client_callback_maxbuf_set (Gsasl * CTX, Gsasl_client_callback_maxbuf CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to inform the server of the largest buffer the client is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using `gsasl_client_callback_maxbuf_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_maxbuf_get -------------------------------- -- Function: Gsasl_client_callback_maxbuf gsasl_client_callback_maxbuf_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_maxbuf_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_maxbuf_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_realm_set ------------------------------- -- Function: void gsasl_client_callback_realm_set (Gsasl * CTX, Gsasl_client_callback_realm CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the client to know which realm it belongs to. The realm is used by the server to determine which username and password to use. The function can be later retrieved using `gsasl_client_callback_realm_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_client_callback_realm_get ------------------------------- -- Function: Gsasl_client_callback_realm gsasl_client_callback_realm_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_client_callback_realm_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_client_callback_realm_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_validate_set ---------------------------------- -- Function: void gsasl_server_callback_validate_set (Gsasl * CTX, Gsasl_server_callback_validate CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using `gsasl_server_callback_validate_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_validate_get ---------------------------------- -- Function: Gsasl_server_callback_validate gsasl_server_callback_validate_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_validate_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_validate_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_retrieve_set ---------------------------------- -- Function: void gsasl_server_callback_retrieve_set (Gsasl * CTX, Gsasl_server_callback_retrieve CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using `gsasl_server_callback_retrieve_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_retrieve_get ---------------------------------- -- Function: Gsasl_server_callback_retrieve gsasl_server_callback_retrieve_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_retrieve_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_retrieve_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_cram_md5_set ---------------------------------- -- Function: void gsasl_server_callback_cram_md5_set (Gsasl * CTX, Gsasl_server_callback_cram_md5 CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for deciding if user is authenticated using CRAM-MD5 challenge and response. The function can be later retrieved using `gsasl_server_callback_cram_md5_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_cram_md5_get ---------------------------------- -- Function: Gsasl_server_callback_cram_md5 gsasl_server_callback_cram_md5_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_cram_md5_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_cram_md5_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_digest_md5_set ------------------------------------ -- Function: void gsasl_server_callback_digest_md5_set (Gsasl * CTX, Gsasl_server_callback_digest_md5 CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for retrieving the secret hash of the username, realm and password for use in the DIGEST-MD5 mechanism. The function can be later retrieved using `gsasl_server_callback_digest_md5_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_digest_md5_get ------------------------------------ -- Function: Gsasl_server_callback_digest_md5 gsasl_server_callback_digest_md5_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_digest_md5_set()'. *Return value:* Return the callback earlier set by calling `gsasl_server_callback_digest_md5_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_external_set ---------------------------------- -- Function: void gsasl_server_callback_external_set (Gsasl * CTX, Gsasl_server_callback_external CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for deciding if user is authenticated out of band. The function can be later retrieved using `gsasl_server_callback_external_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_external_get ---------------------------------- -- Function: Gsasl_server_callback_external gsasl_server_callback_external_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_external_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_external_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_anonymous_set ----------------------------------- -- Function: void gsasl_server_callback_anonymous_set (Gsasl * CTX, Gsasl_server_callback_anonymous CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for deciding if user is permitted anonymous access. The function can be later retrieved using `gsasl_server_callback_anonymous_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_anonymous_get ----------------------------------- -- Function: Gsasl_server_callback_anonymous gsasl_server_callback_anonymous_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_anonymous_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_anonymous_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_realm_set ------------------------------- -- Function: void gsasl_server_callback_realm_set (Gsasl * CTX, Gsasl_server_callback_realm CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server to know which realm it serves. The realm is used by the user to determine which username and password to use. The function can be later retrieved using `gsasl_server_callback_realm_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_realm_get ------------------------------- -- Function: Gsasl_server_callback_realm gsasl_server_callback_realm_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_realm_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_realm_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_qop_set ----------------------------- -- Function: void gsasl_server_callback_qop_set (Gsasl * CTX, Gsasl_server_callback_qop CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server to know which quality of protection it accepts. The quality of protection eventually used is selected by the client though. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using `gsasl_server_callback_qop_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_qop_get ----------------------------- -- Function: Gsasl_server_callback_qop gsasl_server_callback_qop_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_qop_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_qop_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_maxbuf_set -------------------------------- -- Function: void gsasl_server_callback_maxbuf_set (Gsasl * CTX, Gsasl_server_callback_maxbuf CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server to inform the client of the largest buffer the server is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using `gsasl_server_callback_maxbuf_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_maxbuf_get -------------------------------- -- Function: Gsasl_server_callback_maxbuf gsasl_server_callback_maxbuf_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_maxbuf_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_maxbuf_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_cipher_set -------------------------------- -- Function: void gsasl_server_callback_cipher_set (Gsasl * CTX, Gsasl_server_callback_cipher CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server to inform the client of the cipher suites supported. The DES and 3DES ciphers must be supported for interoperability. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using `gsasl_server_callback_cipher_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_cipher_get -------------------------------- -- Function: Gsasl_server_callback_cipher gsasl_server_callback_cipher_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_cipher_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_cipher_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_securid_set --------------------------------- -- Function: void gsasl_server_callback_securid_set (Gsasl * CTX, Gsasl_server_callback_securid CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for validating a user via the SECURID mechanism. The function should return GSASL_OK if user authenticated successfully, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE if it wants another passcode, GSASL_SECURID_SERVER_NEED_NEW_PIN if it wants a PIN change, or an error. When (and only when) GSASL_SECURID_SERVER_NEED_NEW_PIN is returned, suggestpin can be populated with a PIN code the server suggests, and suggestpinlen set to the length of the PIN. The function can be later retrieved using `gsasl_server_callback_securid_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_securid_get --------------------------------- -- Function: Gsasl_server_callback_securid gsasl_server_callback_securid_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_securid_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_securid_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_gssapi_set -------------------------------- -- Function: void gsasl_server_callback_gssapi_set (Gsasl * CTX, Gsasl_server_callback_gssapi CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server for checking if a GSSAPI user is authorized for username (by, e.g., calling krb5_kuserok). The function should return GSASL_OK if the user should be permitted access, or an error code such as GSASL_AUTHENTICATION_ERROR on failure. The function can be later retrieved using `gsasl_server_callback_gssapi_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_gssapi_get -------------------------------- -- Function: Gsasl_server_callback_gssapi gsasl_server_callback_gssapi_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_gssapi_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_gssapi_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_service_set --------------------------------- -- Function: void gsasl_server_callback_service_set (Gsasl * CTX, Gsasl_server_callback_service CB) CTX: libgsasl handle. CB: callback function Specify the callback function to use in the server to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. The function can be later retrieved using `gsasl_server_callback_service_get()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_server_callback_service_get --------------------------------- -- Function: Gsasl_server_callback_service gsasl_server_callback_service_get (Gsasl * CTX) CTX: libgsasl handle. Get the callback earlier set by calling `gsasl_server_callback_service_set()'. *Return value:* Returns the callback earlier set by calling `gsasl_server_callback_service_set()'. *Deprecated:* This function is part of the old callback interface. The new interface uses `gsasl_callback_set()' to set the application callback, and uses `gsasl_callback()' or `gsasl_property_get()' to invoke the callback for certain properties. gsasl_stringprep_nfkc --------------------- -- Function: char * gsasl_stringprep_nfkc (const char * IN, ssize_t LEN) IN: a UTF-8 encoded string. LEN: length of `str', in bytes, or -1 if `str' is nul-terminated. Converts a string into canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character. The normalization mode is NFKC (ALL COMPOSE). It standardizes differences that do not affect the text content, such as the above-mentioned accent representation. It standardizes the "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same. It returns a result with composed forms rather than a maximally decomposed form. *Return value:* Return a newly allocated string, that is the NFKC normalized form of `str', or NULL on error. *Deprecated:* No replacement functionality in GNU SASL, use GNU Libidn instead. Note that in SASL, you most likely want to use SASLprep and not bare NFKC, see `gsasl_saslprep()'. gsasl_stringprep_saslprep ------------------------- -- Function: char * gsasl_stringprep_saslprep (const char * IN, int * STRINGPREP_RC) IN: input ASCII or UTF-8 string with data to prepare according to SASLprep. STRINGPREP_RC: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. Process a Unicode string for comparison, according to the "SASLprep" stringprep profile. This function is intended to be used by Simple Authentication and Security Layer (SASL) mechanisms (such as PLAIN, CRAM-MD5, and DIGEST-MD5) as well as other protocols exchanging user names and/or passwords. *Return value:* Return a newly allocated string that is the "SASLprep" processed form of the input string, or NULL on error, in which case `stringprep_rc' contain the stringprep library error code. *Deprecated:* Use `gsasl_saslprep()' instead. gsasl_stringprep_trace ---------------------- -- Function: char * gsasl_stringprep_trace (const char * IN, int * STRINGPREP_RC) IN: input ASCII or UTF-8 string with data to prepare according to "trace". STRINGPREP_RC: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. Process a Unicode string for use as trace information, according to the "trace" stringprep profile. The profile is designed for use with the SASL ANONYMOUS Mechanism. *Return value:* Return a newly allocated string that is the "trace" processed form of the input string, or NULL on error, in which case `stringprep_rc' contain the stringprep library error code. *Deprecated:* No replacement functionality in GNU SASL, use GNU Libidn instead. gsasl_md5pwd_get_password ------------------------- -- Function: int gsasl_md5pwd_get_password (const char * FILENAME, const char * USERNAME, char * KEY, size_t * KEYLEN) FILENAME: filename of file containing passwords. USERNAME: username string. KEY: output character array. KEYLEN: input maximum size of output character array, on output contains actual length of output array. Retrieve password for user from specified file. To find out how large the output array must be, call this function with out=NULL. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. *Return value:* Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code. *Deprecated:* Use `gsasl_simple_getpass()' instead. gsasl_base64_encode ------------------- -- Function: int gsasl_base64_encode (char const * SRC, size_t SRCLENGTH, char * TARGET, size_t TARGSIZE) SRC: input byte array SRCLENGTH: size of input byte array TARGET: output byte array TARGSIZE: size of output byte array Encode data as base64. Converts characters, three at a time, starting at src into four base64 characters in the target area until the entire input buffer is encoded. *Return value:* Returns the number of data bytes stored at the target, or -1 on error. *Deprecated:* Use `gsasl_base64_to()' instead. gsasl_base64_decode ------------------- -- Function: int gsasl_base64_decode (char const * SRC, char * TARGET, size_t TARGSIZE) SRC: input byte array TARGET: output byte array TARGSIZE: size of output byte array Decode Base64 data. Skips all whitespace anywhere. Converts characters, four at a time, starting at (or after) src from Base64 numbers into three 8 bit bytes in the target area. *Return value:* Returns the number of data bytes stored at the target, or -1 on error. *Deprecated:* Use `gsasl_base64_from()' instead. B.1 Obsolete callback function prototypes ========================================= -- Prototype: int (*Gsasl_client_callback_anonymous) (Gsasl_session_ctx * CTX, char * OUT, size_t * OUTLEN) CTX: libgsasl handle. OUT: output array with client token. OUTLEN: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with some input from the user and set the output array length, and return `GSASL_OK', or fail with an error code. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_server_callback_anonymous) (Gsasl_session_ctx * CTX, const char * TOKEN) CTX: libgsasl handle. CTX: output array with client token. CTX: on input the maximum size of the output array, on output contains the actual size of the output array. If OUT is Type of callback function the application implements. It should return `GSASL_OK' if user should be permitted anonymous access, otherwise `GSASL_AUTHENTICATION_ERROR'. -- Prototype: int (*Gsasl_client_callback_authentication_id) (Gsasl_session_ctx * CTX, char * OUT, size_t * OUTLEN) CTX: libgsasl handle. OUT: output array with authentication identity. OUTLEN: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with authentiction identity of user and set the output array length, and return `GSASL_OK', or fail with an error code. The authentication identity must be encoded in UTF-8, but need not be normalized in any way. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_client_callback_authorization_id) (Gsasl_session_ctx * CTX, char * OUT, size_t * OUTLEN) CTX: libgsasl handle. OUT: output array with authorization identity. OUTLEN: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with authorization identity of user and set the output array length, and return `GSASL_OK', or fail with an error code. The authorization identity must be encoded in UTF-8, but need not be normalized in any way. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_client_callback_service) (Gsasl_session_ctx * CTX, char * SERVICE, size_t * SERVICELEN, char * HOSTNAME, size_t * HOSTNAMELEN, char * SERVICENAME, size_t * SERVICENAMELEN) CTX: libgsasl handle. SERVICE: output array with name of service. SERVICELEN: on input the maximum size of the service output array, on output contains the actual size of the service output array. HOSTNAME: output array with hostname of server. HOSTNAMELEN: on input the maximum size of the hostname output array, on output contains the actual size of the hostname output array. SERVICENAME: output array with generic name of server in case of replication (DIGEST-MD5 only). SERVICENAMELEN: on input the maximum size of the servicename output array, on output contains the actual size of the servicename output array. Type of callback function the application implements. It should retrieve the service (which should be a registered GSSAPI host based service name, such as "imap") on the server, hostname of server (usually canoncial DNS hostname) and optionally generic service name of server in case of replication (e.g. "mail.example.org" when the hostname is "mx42.example.org", see the RFC 2831 for more information). It should return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails. If SERVICE, HOSTNAME or SERVICENAME is NULL, the function should only populate SERVICELEN, HOSTNAMELEN or SERVICENAMELEN with the output length of the respective field, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. Furthermore, SERVICENAMELEN may also be NULL, indicating that the mechanism is not interested in this field. -- Prototype: int (*Gsasl_server_callback_cram_md5) (Gsasl_session_ctx * CTX, char * USERNAME, char * CHALLENGE, char * RESPONSE) CTX: libgsasl handle. USERNAME: input array with username. CHALLENGE: input array with CRAM-MD5 challenge. RESPONSE: input array with CRAM-MD5 response. Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. -- Prototype: int (*Gsasl_server_callback_digest_md5) (Gsasl_session_ctx * CTX, char * USERNAME, char * REALM, char * SECRETHASH) CTX: libgsasl handle. USERNAME: input array with authentication identity of user. REALM: input array with realm of user. SECRETHASH: output array that should contain hash of username, realm and password as described for the DIGEST-MD5 mechanism. Type of callback function the application implements. It should retrieve the secret hash for the given user in given realm and return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails. The secrethash buffer is guaranteed to have size for the fixed length MD5 hash. -- Prototype: int (*Gsasl_server_callback_external) (Gsasl_session_ctx * CTX) CTX: libgsasl handle. Type of callback function the application implements. It should return `GSASL_OK' if user is authenticated by out of band means, otherwise `GSASL_AUTHENTICATION_ERROR'. -- Prototype: int (*Gsasl_server_callback_gssapi) (Gsasl_session_ctx * CTX, char * CLIENTNAME, char * AUTHENTICATION_ID) CTX: libgsasl handle. CLIENTNAME: input array with GSSAPI client name. AUTHENTICATION_ID: input array with authentication identity. Type of callback function the application implements. It should return GSASL_OK if and only if the GSSAPI user is authorized to log on as the given authentication_id. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. This callback is usually implemented in the application as a call to krb5_kuserok(), such as: int callback_gssapi (Gsasl_session_ctx *ctx, char *clientname, char *authentication_id) { int rc = GSASL_AUTHENTICATION_ERROR; krb5_principal p; krb5_context kcontext; krb5_init_context (&kcontext); if (krb5_parse_name (kcontext, clientname, &p) != 0) return -1; if (krb5_kuserok (kcontext, p, authentication_id)) rc = GSASL_OK; krb5_free_principal (kcontext, p); return rc; } -- Prototype: int (*Gsasl_client_callback_passcode) (Gsasl_session_ctx * CTX, char * OUT, size_t * OUTLEN) CTX: libgsasl handle. OUT: output array with passcode. OUTLEN: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with passcode of user and set the output array length, and return `GSASL_OK', or fail with an error code. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_client_callback_password) (Gsasl_session_ctx * CTX, char * OUT, size_t * OUTLEN) CTX: libgsasl handle. OUT: output array with password. OUTLEN: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should populate the output array with password of user and set the output array length, and return `GSASL_OK', or fail with an error code. The password must be encoded in UTF-8, but need not be normalized in any way. If OUT is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_server_callback_retrieve) (Gsasl_session_ctx * CTX, char * AUTHENTICATION_ID, char * AUTHORIZATION_ID, char * REALM, char * KEY, size_t * KEYLEN) CTX: libgsasl handle. AUTHENTICATION_ID: input array with authentication identity. AUTHORIZATION_ID: input array with authorization identity, or NULL. REALM: input array with realm of user, or NULL. KEY: output array with key for authentication identity. KEYLEN: on input the maximum size of the key output array, on output contains the actual size of the key output array. Type of callback function the application implements. It should retrieve the password for the indicated user and return GSASL_OK, or an error code such as GSASL_AUTHENTICATION_ERROR. The key must be encoded in UTF-8, but need not be normalized in any way. If KEY is NULL, the function should only populate the KEYLEN output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_server_callback_validate) (Gsasl_session_ctx * CTX, char * AUTHENTICATION_ID, char * AUTHORIZATION_ID, char * PASSCODE, char * PIN, char * SUGGESTPIN, size_t * SUGGESTPINLEN) CTX: libgsasl handle. AUTHORIZATION_ID: input array with authorization identity. AUTHENTICATION_ID: input array with authentication identity. PASSCODE: input array with passcode. PIN: input array with new pin (this may be NULL). SUGGESTPIN: output array with new suggested PIN. SUGGESTPINLEN: on input the maximum size of the output array, on output contains the actual size of the output array. Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used. Two SECURID specific error codes also exists. The function can return GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE to request that the client generate a new passcode. It can also return GSASL_SECURID_SERVER_NEED_NEW_PIN to request that the client generate a new PIN. If the server wishes to suggest a new PIN it can populate the SUGGESTPIN field. If SUGGESTPIN is NULL, the function should only populate the output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_server_callback_service) (Gsasl_session_ctx * CTX, char * SERVICE, size_t * SERVICELEN, char * HOSTNAME, size_t * HOSTNAMELEN) CTX: libgsasl handle. SERVICE: output array with name of service. SERVICELEN: on input the maximum size of the service output array, on output contains the actual size of the service output array. HOSTNAME: output array with hostname of server. HOSTNAMELEN: on input the maximum size of the hostname output array, on output contains the actual size of the hostname output array. Type of callback function the application implements. It should retrieve the service (which should be a registered GSSAPI host based service name, such as "imap") the server provides and hostname of server (usually canoncial DNS hostname). It should return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails. If SERVICE or HOSTNAME is NULL, the function should only populate SERVICELEN or HOSTNAMELEN with the output length of the respective field, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. -- Prototype: int (*Gsasl_server_callback_validate) (Gsasl_session_ctx * CTX, char * AUTHORIZATION_ID, char * AUTHENTICATION_ID, char * PASSWORD) CTX: libgsasl handle. AUTHORIZATION_ID: input array with authorization identity. AUTHENTICATION_ID: input array with authentication identity. PASSWORD: input array with password. Type of callback function the application implements. It should return GSASL_OK if and only if the validation of the provided credential was succesful. GSASL_AUTHENTICATION_ERROR is a good failure if authentication failed, but any available return code may be used.  File: gsasl.info, Node: Copying Information, Next: Concept Index, Prev: Old Functions, Up: Top Appendix C Copying Information ****************************** * Menu: * GNU Free Documentation License:: License for copying this manual.  File: gsasl.info, Node: GNU Free Documentation License, Up: Copying Information C.1 GNU Free Documentation License ================================== Version 1.3, 3 November 2008 Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. `http://fsf.org/' Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. 0. PREAMBLE The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. 1. APPLICABILITY AND DEFINITIONS This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. The "publisher" means any person or entity that distributes copies of the Document to the public. A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. 2. VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. 3. COPYING IN QUANTITY If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. 4. MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. O. Preserve any Warranty Disclaimers. If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. 5. COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements." 6. COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. 7. AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. 8. TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. 9. TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License. However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it. 10. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See `http://www.gnu.org/copyleft/'. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Document. 11. RELICENSING "Massive Multiauthor Collaboration Site" (or "MMC Site") means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A "Massive Multiauthor Collaboration" (or "MMC") contained in the site means any set of copyrightable works thus published on the MMC site. "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization. "Incorporate" means to publish or republish a Document, in whole or in part, as part of another Document. An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008. The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing. ADDENDUM: How to use this License for your documents ==================================================== To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: Copyright (C) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.  File: gsasl.info, Node: Function and Data Index, Prev: Concept Index, Up: Top Function and Data Index *********************** [index] * Menu: * (: Old Functions. (line 1497) * gsasl: Invoking gsasl. (line 6) * gsasl_appinfo_get: Old Functions. (line 406) * gsasl_appinfo_set: Old Functions. (line 390) * gsasl_application_data_get: Old Functions. (line 374) * gsasl_application_data_set: Old Functions. (line 358) * gsasl_base64_decode: Old Functions. (line 1477) * gsasl_base64_encode: Old Functions. (line 1455) * gsasl_base64_from: Utilities. (line 56) * gsasl_base64_to: Utilities. (line 33) * gsasl_callback: Callback Functions. (line 47) * gsasl_callback_hook_get: Callback Functions. (line 93) * gsasl_callback_hook_set: Callback Functions. (line 76) * gsasl_callback_set: Callback Functions. (line 25) * gsasl_check_version: Version Check. (line 18) * gsasl_client_application_data_get: Old Functions. (line 209) * gsasl_client_application_data_set: Old Functions. (line 191) * gsasl_client_callback_anonymous_get: Old Functions. (line 694) * gsasl_client_callback_anonymous_set: Old Functions. (line 674) * gsasl_client_callback_authentication_id_get: Old Functions. (line 460) * gsasl_client_callback_authentication_id_set: Old Functions. (line 441) * gsasl_client_callback_authorization_id_get: Old Functions. (line 498) * gsasl_client_callback_authorization_id_set: Old Functions. (line 479) * gsasl_client_callback_maxbuf_get: Old Functions. (line 773) * gsasl_client_callback_maxbuf_set: Old Functions. (line 751) * gsasl_client_callback_passcode_get: Old Functions. (line 574) * gsasl_client_callback_passcode_set: Old Functions. (line 555) * gsasl_client_callback_password_get: Old Functions. (line 536) * gsasl_client_callback_password_set: Old Functions. (line 517) * gsasl_client_callback_pin_get: Old Functions. (line 614) * gsasl_client_callback_pin_set: Old Functions. (line 593) * gsasl_client_callback_qop_get: Old Functions. (line 732) * gsasl_client_callback_qop_set: Old Functions. (line 713) * gsasl_client_callback_realm_get: Old Functions. (line 812) * gsasl_client_callback_realm_set: Old Functions. (line 792) * gsasl_client_callback_service_get: Old Functions. (line 655) * gsasl_client_callback_service_set: Old Functions. (line 633) * gsasl_client_ctx_get: Old Functions. (line 177) * gsasl_client_finish: Old Functions. (line 155) * gsasl_client_listmech: Old Functions. (line 16) * gsasl_client_mechlist: Global Functions. (line 33) * gsasl_client_start: Session Functions. (line 11) * gsasl_client_step: Old Functions. (line 58) * gsasl_client_step_base64: Old Functions. (line 116) * gsasl_client_suggest_mechanism: Global Functions. (line 94) * gsasl_client_support_p: Global Functions. (line 64) * gsasl_ctx_get: Old Functions. (line 294) * gsasl_decode: Session Functions. (line 137) * gsasl_decode_inline: Old Functions. (line 333) * gsasl_done: Global Functions. (line 24) * gsasl_encode: Session Functions. (line 112) * gsasl_encode_inline: Old Functions. (line 308) * gsasl_finish: Session Functions. (line 102) * gsasl_free: Memory Handling. (line 10) * gsasl_hmac_md5: Utilities. (line 143) * gsasl_hmac_sha1: Utilities. (line 177) * gsasl_init: Global Functions. (line 10) * gsasl_md5: Utilities. (line 129) * gsasl_md5pwd_get_password: Old Functions. (line 1425) * gsasl_mechanism_name: Session Functions. (line 161) * gsasl_nonce: Utilities. (line 103) * gsasl_property_fast: Property Functions. (line 57) * gsasl_property_get: Property Functions. (line 80) * gsasl_property_set: Property Functions. (line 11) * gsasl_property_set_raw: Property Functions. (line 31) * gsasl_random: Utilities. (line 115) * gsasl_randomize: Old Functions. (line 276) * gsasl_register: Global Functions. (line 110) * gsasl_saslprep: Utilities. (line 11) * gsasl_server_application_data_get: Old Functions. (line 258) * gsasl_server_application_data_set: Old Functions. (line 240) * gsasl_server_callback_anonymous_get: Old Functions. (line 1044) * gsasl_server_callback_anonymous_set: Old Functions. (line 1025) * gsasl_server_callback_cipher_get: Old Functions. (line 1204) * gsasl_server_callback_cipher_set: Old Functions. (line 1183) * gsasl_server_callback_cram_md5_get: Old Functions. (line 929) * gsasl_server_callback_cram_md5_set: Old Functions. (line 909) * gsasl_server_callback_digest_md5_get: Old Functions. (line 968) * gsasl_server_callback_digest_md5_set: Old Functions. (line 948) * gsasl_server_callback_external_get: Old Functions. (line 1006) * gsasl_server_callback_external_set: Old Functions. (line 987) * gsasl_server_callback_gssapi_get: Old Functions. (line 1290) * gsasl_server_callback_gssapi_set: Old Functions. (line 1268) * gsasl_server_callback_maxbuf_get: Old Functions. (line 1164) * gsasl_server_callback_maxbuf_set: Old Functions. (line 1142) * gsasl_server_callback_qop_get: Old Functions. (line 1123) * gsasl_server_callback_qop_set: Old Functions. (line 1102) * gsasl_server_callback_realm_get: Old Functions. (line 1083) * gsasl_server_callback_realm_set: Old Functions. (line 1063) * gsasl_server_callback_retrieve_get: Old Functions. (line 890) * gsasl_server_callback_retrieve_set: Old Functions. (line 870) * gsasl_server_callback_securid_get: Old Functions. (line 1249) * gsasl_server_callback_securid_set: Old Functions. (line 1223) * gsasl_server_callback_service_get: Old Functions. (line 1330) * gsasl_server_callback_service_set: Old Functions. (line 1309) * gsasl_server_callback_validate_get: Old Functions. (line 851) * gsasl_server_callback_validate_set: Old Functions. (line 831) * gsasl_server_ctx_get: Old Functions. (line 226) * gsasl_server_finish: Old Functions. (line 166) * gsasl_server_listmech: Old Functions. (line 37) * gsasl_server_mechlist: Global Functions. (line 48) * gsasl_server_start: Session Functions. (line 28) * gsasl_server_step: Old Functions. (line 87) * gsasl_server_step_base64: Old Functions. (line 136) * gsasl_server_suggest_mechanism: Old Functions. (line 422) * gsasl_server_support_p: Global Functions. (line 79) * gsasl_session_hook_get: Callback Functions. (line 127) * gsasl_session_hook_set: Callback Functions. (line 110) * gsasl_sha1: Utilities. (line 161) * gsasl_simple_getpass: Utilities. (line 78) * gsasl_step: Session Functions. (line 45) * gsasl_step64: Session Functions. (line 78) * gsasl_strerror: Error strings. (line 10) * gsasl_strerror_name: Error strings. (line 27) * gsasl_stringprep_nfkc: Old Functions. (line 1349) * gsasl_stringprep_saslprep: Old Functions. (line 1379) * gsasl_stringprep_trace: Old Functions. (line 1403)  File: gsasl.info, Node: Concept Index, Next: Function and Data Index, Prev: Copying Information, Up: Top Concept Index ************* [index] * Menu: * AIX: Supported Platforms. (line 64) * Autoconf tests: Autoconf tests. (line 6) * Callbacks: Callback Functions. (line 6) * channel binding <1>: SCRAM-SHA-1. (line 38) * channel binding: Properties. (line 152) * command line: Invoking gsasl. (line 6) * Compiling your application: Building the source. (line 6) * Configure tests: Autoconf tests. (line 6) * Contributing: Contributing. (line 7) * CRAM-MD5: CRAM-MD5. (line 6) * Debian: Supported Platforms. (line 10) * Deprecated functions: Old Functions. (line 6) * DIGEST-MD5: DIGEST-MD5. (line 6) * Download: Downloading and Installing. (line 6) * Error Handling: Error Handling. (line 6) * Examples: Examples. (line 6) * FDL, GNU Free Documentation License: GNU Free Documentation License. (line 6) * FreeBSD: Supported Platforms. (line 96) * GS2: GS2-KRB5. (line 6) * GS2-KRB5: GS2-KRB5. (line 6) * GS2-KRB5-PLUS: GS2-KRB5. (line 24) * GSSAPI: GSSAPI. (line 6) * Hacking: Contributing. (line 7) * HP-UX: Supported Platforms. (line 72) * Identity Provider Identifier: Properties. (line 159) * Installation: Downloading and Installing. (line 6) * invoking gsasl: Invoking gsasl. (line 6) * IRIX: Supported Platforms. (line 60) * iteration count: Properties. (line 142) * KERBEROS_V5: KERBEROS_V5. (line 6) * Library Overview: Using the Library. (line 6) * Mandrake: Supported Platforms. (line 56) * Motorola Coldfire: Supported Platforms. (line 101) * NetBSD: Supported Platforms. (line 86) * NTLM: NTLM. (line 6) * Obsolete functions: Old Functions. (line 6) * OpenBSD: Supported Platforms. (line 91) * OpenID: OPENID20. (line 6) * Overview: Using the Library. (line 6) * Properties: Property Functions. (line 6) * RedHat: Supported Platforms. (line 39) * RedHat Advanced Server: Supported Platforms. (line 48) * Reporting Bugs: Bug Reports. (line 6) * salt: Properties. (line 142) * SAML: SAML20. (line 6) * SAML IdP Identifier: Properties. (line 159) * SASL sessions: Session Functions. (line 6) * SCRAM: SCRAM-SHA-1. (line 6) * SECURID: SECURID. (line 6) * Solaris: Supported Platforms. (line 77) * SuSE: Supported Platforms. (line 30) * SuSE Linux: Supported Platforms. (line 35) * tls-unique: Properties. (line 152) * Tru64: Supported Platforms. (line 25) * uClibc: Supported Platforms. (line 101) * uClinux: Supported Platforms. (line 101) * Windows: Supported Platforms. (line 68)  Tag Table: Node: Top878 Node: Introduction2903 Node: SASL Overview3804 Node: Implementation6138 Ref: fig:abstraction7932 Node: Features8089 Node: Requirements9411 Node: Supported Platforms10901 Node: Getting help13653 Node: Commercial Support14104 Node: Downloading and Installing14995 Node: Installing under Windows17422 Node: Kerberos on Windows19181 Node: Bug Reports22817 Node: Contributing24215 Node: Preparation26310 Node: Header26989 Node: Initialization27582 Ref: Initialization-Footnote-130330 Node: Version Check30517 Ref: gsasl_check_version31050 Node: Building the source32056 Node: Autoconf tests33940 Node: Using the Library36271 Node: Properties49300 Node: Mechanisms59000 Node: EXTERNAL61416 Node: ANONYMOUS62448 Node: PLAIN63416 Node: LOGIN65551 Node: CRAM-MD566199 Node: DIGEST-MD567666 Node: SCRAM-SHA-169682 Node: NTLM72386 Node: SECURID72955 Node: GSSAPI74305 Node: GS2-KRB575431 Node: SAML2076749 Node: OPENID2078977 Node: KERBEROS_V582012 Node: Global Functions83720 Ref: gsasl_init83883 Ref: gsasl_done84314 Ref: gsasl_client_mechlist84560 Ref: gsasl_server_mechlist85061 Ref: gsasl_client_support_p85564 Ref: gsasl_server_support_p85944 Ref: gsasl_client_suggest_mechanism86340 Ref: gsasl_register86859 Node: Callback Functions87283 Ref: gsasl_callback_set88201 Ref: gsasl_callback89087 Ref: gsasl_callback_hook_set90249 Ref: gsasl_callback_hook_get90787 Ref: gsasl_session_hook_set91262 Ref: gsasl_session_hook_get91838 Node: Property Functions92297 Ref: gsasl_property_set92489 Ref: gsasl_property_set_raw93086 Ref: gsasl_property_fast93865 Ref: gsasl_property_get94477 Node: Session Functions95581 Ref: gsasl_client_start95762 Ref: gsasl_server_start96232 Ref: gsasl_step96686 Ref: gsasl_step6497931 Ref: gsasl_finish98860 Ref: gsasl_encode99110 Ref: gsasl_decode99855 Ref: gsasl_mechanism_name100616 Node: Utilities100959 Ref: gsasl_saslprep101115 Ref: gsasl_base64_to101732 Ref: gsasl_base64_from102407 Ref: gsasl_simple_getpass103011 Ref: gsasl_nonce104003 Ref: gsasl_random104323 Ref: gsasl_md5104654 Ref: gsasl_hmac_md5105035 Ref: gsasl_sha1105582 Ref: gsasl_hmac_sha1105986 Node: Memory Handling106531 Ref: gsasl_free106688 Node: Error Handling107171 Node: Error values107925 Node: Error strings115968 Ref: gsasl_strerror116122 Ref: gsasl_strerror_name116678 Node: Examples117335 Node: Example 1117861 Node: Example 2121576 Node: Example 3125094 Node: Example 4129550 Node: Example 5134050 Node: Acknowledgements142385 Node: Invoking gsasl143102 Node: Protocol Clarifications148885 Node: Use of SASLprep in CRAM-MD5149344 Node: Use of SASLprep in LOGIN150342 Node: Old Functions150760 Ref: gsasl_client_listmech151219 Ref: gsasl_server_listmech151889 Ref: gsasl_client_step152551 Ref: gsasl_server_step153515 Ref: gsasl_client_step_base64154493 Ref: gsasl_server_step_base64155107 Ref: gsasl_client_finish155711 Ref: gsasl_server_finish156021 Ref: gsasl_client_ctx_get156333 Ref: gsasl_client_application_data_set156724 Ref: gsasl_client_application_data_get157427 Ref: gsasl_server_ctx_get158024 Ref: gsasl_server_application_data_set158415 Ref: gsasl_server_application_data_get159118 Ref: gsasl_randomize159705 Ref: gsasl_ctx_get160211 Ref: gsasl_encode_inline160570 Ref: gsasl_decode_inline161240 Ref: gsasl_application_data_set161924 Ref: gsasl_application_data_get162522 Ref: gsasl_appinfo_set163025 Ref: gsasl_appinfo_get163612 Ref: gsasl_server_suggest_mechanism164149 Ref: gsasl_client_callback_authentication_id_set164852 Ref: gsasl_client_callback_authentication_id_get165596 Ref: gsasl_client_callback_authorization_id_set166316 Ref: gsasl_client_callback_authorization_id_get167054 Ref: gsasl_client_callback_password_set167754 Ref: gsasl_client_callback_password_get168438 Ref: gsasl_client_callback_passcode_set169106 Ref: gsasl_client_callback_passcode_get169790 Ref: gsasl_client_callback_pin_set170448 Ref: gsasl_client_callback_pin_get171244 Ref: gsasl_client_callback_service_set171900 Ref: gsasl_client_callback_service_get172820 Ref: gsasl_client_callback_anonymous_set173486 Ref: gsasl_client_callback_anonymous_get174229 Ref: gsasl_client_callback_qop_set174891 Ref: gsasl_client_callback_qop_get175599 Ref: gsasl_client_callback_maxbuf_set176253 Ref: gsasl_client_callback_maxbuf_get177146 Ref: gsasl_client_callback_realm_set177800 Ref: gsasl_client_callback_realm_get178570 Ref: gsasl_server_callback_validate_set179226 Ref: gsasl_server_callback_validate_get180000 Ref: gsasl_server_callback_retrieve_set180668 Ref: gsasl_server_callback_retrieve_get181442 Ref: gsasl_server_callback_cram_md5_set182110 Ref: gsasl_server_callback_cram_md5_get182855 Ref: gsasl_server_callback_digest_md5_set183527 Ref: gsasl_server_callback_digest_md5_get184309 Ref: gsasl_server_callback_external_set184984 Ref: gsasl_server_callback_external_get185698 Ref: gsasl_server_callback_anonymous_set186368 Ref: gsasl_server_callback_anonymous_get187088 Ref: gsasl_server_callback_realm_set187754 Ref: gsasl_server_callback_realm_get188518 Ref: gsasl_server_callback_qop_set189164 Ref: gsasl_server_callback_qop_get189987 Ref: gsasl_server_callback_maxbuf_set190641 Ref: gsasl_server_callback_maxbuf_get191534 Ref: gsasl_server_callback_cipher_set192190 Ref: gsasl_server_callback_cipher_get193023 Ref: gsasl_server_callback_securid_set193681 Ref: gsasl_server_callback_securid_get194827 Ref: gsasl_server_callback_gssapi_set195487 Ref: gsasl_server_callback_gssapi_get196387 Ref: gsasl_server_callback_service_set197045 Ref: gsasl_server_callback_service_get197853 Ref: gsasl_stringprep_nfkc198491 Ref: gsasl_stringprep_saslprep199800 Ref: gsasl_stringprep_trace200756 Ref: gsasl_md5pwd_get_password201605 Ref: gsasl_base64_encode202746 Ref: gsasl_base64_decode203382 Node: Copying Information217887 Node: GNU Free Documentation License218132 Node: Function and Data Index243264 Node: Concept Index252084  End Tag Table gsasl-1.8.0/doc/fdl-1.3.texi0000664000000000000000000005560711746471770012261 00000000000000@c The GNU Free Documentation License. @center Version 1.3, 3 November 2008 @c This file is intended to be included within another document, @c hence no sectioning command or @node. @display Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. @uref{http://fsf.org/} Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @end display @enumerate 0 @item PREAMBLE The purpose of this License is to make a manual, textbook, or other functional and useful document @dfn{free} in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of ``copyleft'', which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. @item APPLICABILITY AND DEFINITIONS This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The ``Document'', below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as ``you''. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. A ``Modified Version'' of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A ``Secondary Section'' is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The ``Invariant Sections'' are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. The ``Cover Texts'' are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. A ``Transparent'' copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not ``Transparent'' is called ``Opaque''. Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, La@TeX{} input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. The ``Title Page'' means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, ``Title Page'' means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. The ``publisher'' means any person or entity that distributes copies of the Document to the public. A section ``Entitled XYZ'' means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as ``Acknowledgements'', ``Dedications'', ``Endorsements'', or ``History''.) To ``Preserve the Title'' of such a section when you modify the Document means that it remains a section ``Entitled XYZ'' according to this definition. The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. @item VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. @item COPYING IN QUANTITY If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. @item MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: @enumerate A @item Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. @item List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. @item State on the Title page the name of the publisher of the Modified Version, as the publisher. @item Preserve all the copyright notices of the Document. @item Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. @item Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. @item Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. @item Include an unaltered copy of this License. @item Preserve the section Entitled ``History'', Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled ``History'' in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. @item Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the ``History'' section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. @item For any section Entitled ``Acknowledgements'' or ``Dedications'', Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. @item Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. @item Delete any section Entitled ``Endorsements''. Such a section may not be included in the Modified Version. @item Do not retitle any existing section to be Entitled ``Endorsements'' or to conflict in title with any Invariant Section. @item Preserve any Warranty Disclaimers. @end enumerate If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section Entitled ``Endorsements'', provided it contains nothing but endorsements of your Modified Version by various parties---for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. @item COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections Entitled ``History'' in the various original documents, forming one section Entitled ``History''; likewise combine any sections Entitled ``Acknowledgements'', and any sections Entitled ``Dedications''. You must delete all sections Entitled ``Endorsements.'' @item COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. @item AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an ``aggregate'' if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. @item TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. If a section in the Document is Entitled ``Acknowledgements'', ``Dedications'', or ``History'', the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. @item TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License. However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it. @item FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See @uref{http://www.gnu.org/copyleft/}. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License ``or any later version'' applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Document. @item RELICENSING ``Massive Multiauthor Collaboration Site'' (or ``MMC Site'') means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A ``Massive Multiauthor Collaboration'' (or ``MMC'') contained in the site means any set of copyrightable works thus published on the MMC site. ``CC-BY-SA'' means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization. ``Incorporate'' means to publish or republish a Document, in whole or in part, as part of another Document. An MMC is ``eligible for relicensing'' if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008. The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing. @end enumerate @page @heading ADDENDUM: How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: @smallexample @group Copyright (C) @var{year} @var{your name}. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end group @end smallexample If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the ``with@dots{}Texts.''@: line with this: @smallexample @group with the Invariant Sections being @var{list their titles}, with the Front-Cover Texts being @var{list}, and with the Back-Cover Texts being @var{list}. @end group @end smallexample If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. @c Local Variables: @c ispell-local-pdict: "ispell-dict" @c End: gsasl-1.8.0/doc/controlflow2.pdf0000664000000000000000000030575511760731231013434 00000000000000%PDF-1.4 %쏢 5 0 obj <> stream xɒ$1v#Nl:,0s|߇Zupa(f&}=yj_eߟ?)_럹knwqL-k]Zcqw)/}ϟ延|?ϯo_6+c=n.t9q}|;G_ct;Uή5^?SS"`o>h;/s;Y|翮玳|VIN3u;5Sgi'0u='^pG7QukE ߡ9LŬg/-}f/-,{^zw lo|-_(#}8]x⾺Ԣ>ߍoX߭~q*]ތ'.%31Z $^;g0c rv.;_$'ֹ`E lwgWw0ڗT7p]ІNDPwrN>Qٺ3Pb~7\̺0:gbH$jOh7չ eˆb]ģ{/7aFhx._0>:~y\](V]j]})-փ%!xץM:6̾+P嫫}/yỊ5> ?Z0 dߥ'4nxG&f6u~}9}K)Uă sYc0yUtK8W\3Gj'bM8}_as]=8#-w]X*-fz኷GnJPFn'^ ?v0PA4ijXȼK* |^Ӿd6E_N( *8yqJ~;S [s ž)1A ~8bwU+v^"W i怊וKvZ~ sW5vO?te~쳝RriۃRBBzGR]8djSw\Kse;tG},[TrE<֨f%ȚW91VKבrs,NM;P]&T'SCſK-my%ʒBXиgƕ3)<ſ Сl}%yJ(wsſ(Q^E3zwD#UOU#/<ПB}Zx_"T *w^:)1\} #}g˜,_ 'fhwX&mI7A7,xcwRAd;NyMh Tcb͟c/IK?Oј-VMA!?'4qc4}'`85sIZy〆%/;֥'~U5gy\~,\ lT%}D7& E| wj]13ŭ+uxE8xOw&XKĞAjݔ՞hsEuW':ߟ+өsv[&d;9G5لv;{j0#' _RI$Zu)rQ;'5 xGi2[Т'sL?I"{$`LIOI}@GOĀtUy9Uw\v(i 9J\X48JutW.&_`|r4qSA`TUN z|_f 1Pgo[}Kci#^$Dq[A lqF>jo3S]9ǨTrFHOD.@=.k,a X! 9Q?!޷:wya]^*և̋a׫a{H0bs9W}?{o~erekXC.|^ɸD[LZFd֐wϳm֐5r2ڢkYC!֐!{]f }T.!֐ O45$h֐y6qm\roxS6`<7D<竝1.`OkQcL,sjz"eze/o c)pZ"0S?v1>v;"/gH& {2fW?ʆ?IBB׋҄轤ZuwE1rV!8\W߹eb8 wbsG&QoZȹBn#,cs`ଽ/h_p{=v)e`LaTh_/H§c.8X=]W-l~a?&u&~ѣHW6t0SpPgaoʝq.{×נN5 )LVi Hϕ3{qsOd$Ii⁹DStpyaC#%>CqOPvlENn9$.u+/C >n3ヨ[šq_=6x{C%c!HQ(W(Q8YH RMe:䨦!Hչ >`Y/^M=r $0,1ѷK(/%FKr78y/qfx -mV/|ɝ|{}#徠MG|(k)-;lTk]'dGA\› b ~`b<q1գs.v.ݯ_{ wh|0IgYc71~%z4Db$#ąFÆc"S0Y|y3hHDf.x£?}4R/;oZa;tL2rk'1s^FV8/a#ϼ^{11)yaJNѠjXs}8ދQrONO$s_ i1wX> !,1zS)ڳ7zy ҭЉoZ@Aa 6r,/#ۇl#MnzslLObxsYIR΅UuJs̡tc݌џls `3I^ V܍wŵt4  2 ,{jA5qoWBoc$3S^+VVj8i 49JUqҩ&)V _E߷=>!}Kv539uL'cU9DZHUdXDʼn/*e&!2̻a]:)MؘK#=Q}UKcB?Kj[WΩ1J8'@ ۋ>ߓNӎQbqFf{!kd=#a#kG(Y#IdpD'0%mQ*-dt988Yc*j5Y#-mτScLKčBX驅N܎Q➰8 ndY>/=;qϪ>r!n bJa'nq#E` rexJ;uQ2{!7ʒW ""A'&RD 5q/^^9f lmM9aߋbQP >SMbϟ^PTC^w^51m<1FWi;2 -d7ꞹL:#ge#*=7a+^?4UT( 3X|NF߈+~|?snhP/a ۖ+i_ ?' :4NLR?Š 8I^ح0g ,1u :ac;2d1O=ynE bQACkL^6&xzeJ[Ȑkl,|-Q{Q(3%j A7|-w\ m"ּBS F ;a*ty013JxDn]2_A@P c^!Ƣht@N8-Z;]I! W:@1g0T0,QizScEOLz0b"{'J H<ч|:IˁYLUa< 㐦W4 VyRF홞[yĨl-;ӳ:=;\zHZ/o(1=^L6*PGgJ4(6V)$n[ܯ?*+H5"s!yHmt3Zu@cX#g Ltq-Y%m$Z z? ^:?.P \5kHn4! ꯈb9= HITyjWV0aw`$m]%uwԪҔ7h14*d"0iRSק13h1_0Ph_0>0yLWX޾i7trHY?e19n!@35Vo7&t2'1kS tU &Я8 *u~bh(p1b[OLbT(H-,m]r\a,0 ^zNVkŔiHcaj+t ¶dS[#Ѹbn3R?X Nrt i2ұ&BRW[ /F¶PsvsZZX*BR& , 6ON i(R j,cg c&V #-֝x%c7VA@'/36'///$ [2  s3S~k3FL,r-3u%R p~'MmRRm00b+Ɋ~i ;L=ꗙ cpf*|aG'&4e;_1pM4)**ghc nW3NaN~@>J)%MPg/M@bxvX=rgybv?iE]H=#FO0>*1z^EӬ|Ӭ&~E&g~R[iԿީ;\ myBŽξEΎ*|}e3Txᝁ1˒ &6^dgF1ft1&s p~Kjo:Oʌ(fI,]Afcr fv $AyL{_D,a>ե g53~JM>;+۾{+pQq` Œ GjxP'F1N_O|^5Az}^ S OSLI# ="Z}gFQ:R8/!YOQ7 1=ٳ)HJӷQ-;G&Y%KD~hkl0k<@::cT jR#E |:)Fna'ȷU%C?fu+fiG`,ga ȗ.R!3g VNvv\z5U" +lh w)+|#g`T3L`яF'`JFoo P?KW c 3Щ쭡S9us$PE1yG#`ש:x$}{/e]S (~/S yt2ӇW򘅋0>Sir vd[$ÒF+M!̉ Eoxf҄v [  m[`@N=S#\ Kċ@@0#!Hq%gwPV=-R1Pi&&yKOU|s yVka {W*qHNVo"%]сQ疆 |чr&5X€B嚳M[K)00 uγ@X}0s>#-`7<#uicxA5K: AWWrE8a=UC8xY K({ǐBpab-~'Ȣ"sKtP1#8`7/[r|-g.z#Uj|;(Gӊ#6y`K6P tT-Z¨Zx[Lq6[. 4'9!U¢f>>r>`UyJXNqlNE N~A#nI~I>xyqsw؜Q')xLӵQ_s~4/;)K>(;FNm̅vC{H7ԚsjGJ}驅{S=;짶ȩaٲ=^C^,l[Ȅyr"Y5@]JhJPB7jmhyphmC[vh{_0lukcȡm֓f:PF " W.^:SR|ɡz}j(2g5qVL|1s@ɒx/*q-@笎P>v(9+rVKGpV:F9+5zݯJgRL3RL9k5ʜ9ɯ!krnpV笎Z>c [ЗS9Y+38+xtJU͜ƫуb}gu9a"3i' *3a9B8s7RC0FзR2s:d:/OU6ЩJèBUIڋPvvR7j)`=h ? #Ϩ\ԍy`R7"bNP7/'a JHJQURNݎQ8oKԍez7k1𲂺v6QRF87F2ImgFRiN+W485Sx1j؉!z|b.qgY Da{ci)@_4yd -'gϥ, .>(%bHG6G`W 70E|'dBT|xb!A{:rk{x&(f!7F %|;zp[x o3BRv8zgz.JՁqz~`|?)o%qnH=%Ëܘ1o`} [vGp,QYa$'#(1O30F݌+,Q=3-V|,wьzo[>cvH,wyN|5fgqLө <,Ht"AI[F#W$X {6`4K+HlP~pc)r+$ nP߈c 1zOIX"t7151JZ+Y&?&B`)hZ 6`]|-"5{\O2csa_(t[G\l:\8wQS$A`fШzG.Pm$pN1u.,00,{=K`Crۂ87w4L"[CuWA阿:}bb KYpUb֌H`iHs"V(m^0|y@cBÙV]"> 9?W!}yC#mH="Q3i&OT1?F Z+Ya6G@i(.wzEʋU 7F7sT\ t<*@ւbh[M4'Dt[yS0,}ժ`;X+B({rO2ZtW^N;^<6+_3* 3 4 SXlS^1A+Hf TdIMD$$|ݔzD#S\Ybt! ct8 ABva݌NCߍRI5|s_5`4KE:e !_pR_F )z_?X0@"0نE9y5-NHn_uIdd`p 0tO M&"#7M볶]#T;5Ͳs3T#g!tb؊)Y z )`/l%Pox0߄ǹG[$.[j;[K; KY6ﴹ*gS=~ D{B;Ti#opOjӑCEoOs؉LLB֏o%B?, #u@) ޤy6: X( jM@Rݧ}~]ϚZ |$VXM2(S,&<0|`oQlgѦu[L9)PyQpt膁U7Q%R~{PPqF0:Dq5^Xrugɬ@såMIML_S@6qG˧0ha Ӣ#ec7 Jn9k RVPLżlRbpOTEx \&TrC \Ԣ.2 MYabC1*`m=Hk.fycaR ؤcT "lJ^Rr-g1[)TZr(&TTT!ʣH9$R۬i+6C ڹsإcT֕c^R>ەn^Uaܽs؅cT `3nߞ~G Y>{#d!E?(< P F%]rAJ%c7&1!tl̲-![}Ԟw )ێ]Btl1K3|9oܖ# [.&Z0&/"f%׼Kd&&1$<(I.]9#q\vC‚66 $&q7ct MAb/| u$]QW7þIS, 3 +G/W^Ԧ[~dWTc=Z/VP(C'eM~>Ve_H<"K؍cc/^Mq^|W0REyKwAx覐ܔhpF k2pLaDUz-{D$iW E5`<91ؠq>a*c3hjϰD:GWx?Fzco&6n tGN_]-6)㼴R'"afV[;IcVI'-ZI#wP~^&ZQYIJ co;?1zb%0v?4 (5z惕:R!ܤ=Eb=*QlB6nšj'Be$@g'oZ6N#Uc' /]';?𓀅ඇ]?y~6Ŷ]ĊH1O`D Lk%XZmI7(?Aq2?qo-\F %X| An\W&T @nStE80TYBjېs?OmcH,Մ6U80,Vm7DP%5E!Jz U vhm+D㐪GiDzI-HlZ0+qXa,%䊫 1<lzp`Dn,WZ!ewVM(4,9)TWuE8`S#0=Ɛߞ3=ASߩXIs5y̋ľl?uZ?Ǹ0G2@0~4 -0\sL|u$n-']^>13NqFOc t Av8~r!0P0!noq)b dxʹʷ ")JT:c&t)SrPa]Ub:7F:9l+JӌWi?aCRm p *'[T(RL}apa禮7,T.CE!cRmATR^Q$BʖدGf3+]Z VbmrfrǢqUk8RM [a/P0D#I V'~Ay V?&`X(O,w$50%5Aa&j˨䣆`੮?t\YŒ2] M|Xa5Ը` JjpeCU`Z|/x00wL07[c/qa[NsO6O1t1%#1lV?E3 SƟbFcܶğ#)|6Ҏ_Poe QXXVj呧 ˭Jsғ\g(:w? #^#㓴 9Q|"1Ui@>r|+ o5֗c.|K{n† uX+Njmuvؼ1/\VwOц}IA }e4Lu)5dKq=2=%j&F~e{_刕Atcf@NVA3'$x_,Vkٽ/aIri; ,aH;RKN0m{IOiZ#0O˶CikC˙[וF8g+/u=ƅ IitؕFŸ҈a'fOu`<+ y^FZ^҈NJjGV7ۋ҈:-5(TiT8)Q/(I%]-Tf+o ,/I ~`y>4Fp ,4(lϘ4wY+"QSMKYKCN;+¦"%J@EnwضUB\N#NUf֐ܯwSi姵`#x$Ni`yT); DNYfL)`ScP8OF0 dᠶ4.q!#uЅ(şG{fnmNYrҕ SyK_4;b"$Ğ{wLg9aQ| bHMXԉQ)dy&z&YsWiSSUhތW3fe ̝30f| f|UwE[wVj]??y/S4RR& ^ /6Lk2??̶Q&VM}1bsD_obʐ~Cb~ ˮb[dc Ű^1(Ƃ[' eS @>S1hV 4om ο īP0#>roq0e!w磛$?_$d UsYg8hNt^8LC:HkP{L}RZOܹ~)pr'.|cL~/ 0I6pkm8֓vT+֜A]j-o ݬ| ʨdR9IT0$C(щHGøY?KeA D!E1<՞SQޜڿq|`T x*݆aOgg 8ߝѫܘg84>VDTB>k{0,KǨD,3B\%UPPqZq[g˦t@-F Q尋KØdQ(JgIBB8n6=eY؟YVgDL_,33;[,Dp/kna*, GKCXڸt ˵hu LQ0pe'nqv!s:μ;O3Ď}[1@p 1Lt19`D0}{ C\pe_|B0STocg3푾+w4垉,Z"½;pL1iD`@}`rwDۇfjњd QrSEZ`z A^%zQ4Cb{ zGx#*FŦ;Bxh3T4aw(jlv!/V}I3v&kH('ƮLv\>qW uL W#L} v#;UvmIkb{`4I[A<f·< O XAT ?aDװ \u5|ҟjzTAUrmS_ho\:9aLx&9T*tLmf&eVV6p?t |Ls{!-5m }(-DZC@;wyieB0Lpau E1h FU#pyxϊx$Q0b襢1J ƀr.W46E1gqE#0Dy cf;XGBL.O+ Em!ft#9LXrHBRI@;"{84AyaF<5[1bpRA Ge{,tIQ,-fh;ad>7O3]8)"Zv=3(=_ < 5oJ8NG2(qFMI#9 x^\3ԏpG!)+#(%y%? ,9" R:ĴQ%l3xvj!W8kv*/9&uF_ 1W6]hkԢ,z/|ԡŮ]7i֯lFD ñ>1)Ÿo(f-QU;g{4/M(bH-qf!Debr>nٟ#i:,s,K%tO`D7~2A ;0xYu ㆎcಌdrvf7jUh:9F{ƬĖptOʅø&0b31!eAA2:0QPCHbMm6(NᓿQقͧmWs2&YIIp;Տh OMhpW >aZ sKk"~$xGx^,#.RǧHV#>j"`W<t)`-U@B}˳^j-وJ ղ5:Ras;FB|C[qsңBfa2YĄ7;xq:6?Q嗈3? ɑ1Ej #10tx1} 0͝ax/NGbvI_ىY~Ha py /c\w"IRߧ6;{GJ"8&vT`Y_0(ffJĂEߜb]&.ź@Sn }R%Bl``D8-%,ϛj=^< 4U hrrqMpF 3$S'Olt=AS!Z,r7"88 zds9x!'{$-P #qX^NBWNM~ j N\AbjNec!j MwF; 6500NgzV}K v:hZ; qq/aC2q(=rM.7zH&wzA%Ԁ 3F^[bcE2Q1`ost2\N!NwXyLXI{WlI2q6>֫ vCŝ*,;لف#sp &|_&q$KMnmOͽ*IMjh-S/MLt]8GG~nC<_c&gO)uOHA":OLI)ZC&/p_ ƽ5YOư5 %F n TZMF4^/a^`fd^zurZFj)` u ֢͘lKN|tS4$z5!vHEƅ;# _cN, (/r#uJzӞП8XE`1X~i  N7DφozM#!#w>qc<"ls\5'_c%< bk R=ろ|`g\D\[(MZudi-o(uV5-#ϻ8mW3Nngj*;kIW>1eF>Pxq]t92VmJ*Z=>=z6BA815r2. 26-1s&0eB>P1S3fW3bnL0L(A5 ~O:]+CI0zo`oO l7K nf2a. O$ŘYp#`8\5(_Aix|NIqe]Mh{RX@0cTH 6̤i>g JL(UtPFV'\:f4I/n0#钓zʿ^](c$rΧu5M<K&< N&/2Ռ0|ebUIVO`f KY~fzǸWoI#V5~"1Grt3@ i׋hj]5rq"G<3*f0fq(AQ\K )B$$AC}Yōٻ#.įw102{WǤ^/ GVH;|YqZ^@w1~'1<'/>b9 .wsR]➊:xD(O[%KXSmN]O%wuxAB7ٻ#-j Bgwul ?hxkQb21DAH-q@10rdd(tE‘䣂k-Eۑ1;Z =s{=C_Q KG1|0~ f|j1J:v2+${ZJ$;%iQrF8Y6⚟lAO"|k<00/]hexD(cEǛ;QKlT֢Sy`UT8TxyHۅ#Gm4LeGXDi/Q&x5b1+W_QdMcߝ G"j0.g V&\ TkcL00MBdqpyʢt hL3Z>&nJ0\B'v3E]!+5,^9A?X@+zs 󬮴簞'q O>` ZD}6*=7(,ΐ_ v].8ckP:G>8f>¢TiA;;B|Y(M6gjQ*C<,wøa;Fix`0>9Q{vq%G\rhe,>pZjzedvwLt| *x ,> 612jvf0scq}68͇9 %Xl j-VUo3sc &D :fMrtr J\WӔ8*Lydе'omΝg%OfO 03L=`b{u)ܰC*j;IjH~s35\z>]Q!uY6@ \ ߩ<H'8D%TT#-`YXzťc*~X{zy!j}+xWխFy[XL|%S)R[(_Fn¶6,]nopL2q]x͐dRƏb4!l6ǤnLwD"W 77ijE^z4eWNT܋p[b#}&r{Gœd]28ayTےȱeN_M/hՀ1IѨGbbD$,y2";8|@X ]0QhRdjb0WנKb Uk"d\8/8u8}0C._0%!Q. EtJgN?YpMġdrO*fްa:P HozOKؑQG`/|<"y Շ̉bȕY L #A(]`317Xx$NySf((#H%?a $- rHeO5=$xhݡs_on=pSɥ$aVrm7Q1S:r.aq3FCgv 6\Pʝ&41i,/y)Βxb`P]sʵuK0*C`-`Ku?i.*Hn9xZ fKehS0uI˼P4㫓7FNm酿A{>8PAnM1VLibї0,Z"d^Њ0w^80jX^0LDuDlyqqI҇GڟY >,@"/EV U8UČZU| XIc$8[Q8N;;($ymHqt+XEūyŘZt @IO 4*sTYgQO"p]&g-"$715)'{ Ԍ&7S!k^)*\>5PCi]:BmŰƅaLmλJqhѦJAC F`>1Ko#yi00e]ɳPD0QAx\3Z,٠?`1V fs$rF.)܌,, )dqYcno G =^ A" jl3PH&EYQTz2 &Sؽ%#!K ׃!ɒSmdުOϓ=7cXɻ`M(@d=}K,iaTOMiU_TE,'rQeBԙFט῁I2 oJLp;qj!ĞTb1_H݀R G=X\Zb/? c,L  ; %rZژtTpIJȤi鰟>iocJ KT &Ѡzcr-9-QY$wzcqR@|umio]ri<7%Qo5:·!($c QFZm\ ÂJ$Akb^%tPNXEtCL5}dVK8~_''dÛϬr~t"~#!ת(q^p~-,zWu#>k:f-rRî1LEzү'Ѵ56H膻LJkBf)|( Hit+)4̺ҔnC:u R*%́ZFvH`L7bӍ$*\7Rv4n3C F ߊn@aɋF ̅׍TnՍܳ?;Լ-vGE3Qt&R4y'0y^ Gi\m#r׌|}j׌Ft ׌kFaH4#v:oCq")U/Ez@V%zg51~E5#׌(]31&x^ lO!0!rID8gzabBˠ]W_݄sB BH?Yz }?^ Rվ.!ؔw~ &ZɵaBܰZoL@S}^qK6l=u lJo*8FMH9 ֐y<)g%~v|q{Q\b,}t*=Ӽ ƥm!z÷ 류DA>\%P1~ DxH/z48ɽXo+! FSNXf+uT/>L)miwB!?In8hpBa ='=0K{%r:fB/B'z0[ކ]!,~I;MEZƷ$ne DitK\1G\i0OPU03̄.>KY $ Ęi—A*وf]a'Hll6:,SmTwD"2 A7QLS&РQ¨0(JH'<b~K%ߓa~v8036rˆIW=*V=hɗM(RDYdd-&5Q>%ٞFa:*3x[T%ZOxT0c&;ű*Dg_;ydQOhyK"j22!!> cF(ʑRTFϣ`v 1͈iQbc7m/Vq21n8au"^TËɢo/?mJWŅlqȍHVp L.Mж4^~0Kµ# C&'EW&{D$}@zJZ<З~A9SPq<,"m}cVqoЖktz9plŁD9K1M. oGR.#̌2a*HG@H_?ErL6~4?%kp`%ykZ9~%ʱlF6T'9CM.rME-!s@>}< mLU0B% 1mn90kBAF%d,d"dq#xJj =)ali< !x3_<3ʹ- S]2cՁJB)G2˂G67qP ]URտI0`)5$'\ucUzKH4|G鄡'a 3.ް~1AQf"k2Ss]ydj.fN0l*+:w !jl[A\zvEv|"\X޾]/&| z#A)sWօMPz2E+0Ew%e]GdxpbU6 -0K+^JVp3uxs C4Rd;4e&˜j$a0,9y]1+Bҩ9r=j} K0늟z=dSOMN.ԃw9S1z!`A;z=g zzKJ>:RU8 L!PO=d{z:sz x!q*簟zS/ezz5E{8z9ǞcCb֗=s{,`ncwoEmUcD=o6N*#H}OցF=Mm&zz&")}Z>!]OxO}'pߒi,<8qSD1*!G*souL[e"V\):i8Fw i8VNQ.;a)ѝ6c0F;e]j2ʔS0b8;1SH)Tb)0n;a)̝Z=.3t$F\#8@]Oua›ӻdЋZ<0eΐ `ad (d&.cfw'1?wgp-Ui.a&&#~6>j_7&tKe8 C;_}I '?"EvDʒ28J5KhGmQr}P'4 gc:oLd IdqS :J GMm"`0N]AإwG›a2GT 2Z?0@|˺>:ZSIv=q=ϱКmzmYͬMK-1HsĽx\4K g4l^8&p2Z+Cw'0+ Mh).L,S("}DICp E/k1|c:,n%a+y֚h(Ü /ڴTB/xFCșAK{9LHl]h.;o[(Bh\BHb| Chbhs O0Pn_7 0(j}bt1eQtDr 2F1AHZ:D;>or8_+%_P` c*_!3b%VhJ0bY#,U'-lNriR:2L!fTz1)q?LD <_`9'AYll+ų۟Av`u|v0'3Qd'rx|KchSipB[ >N{9%ivf5_/X( w|^ _-#w t|tf.TqhϕfLF.|Ǽx BK4)!2ԙKj#IG2Os,_AF)t.%MJD K&)&M nj5MaSܔS:Ps^Q c8k⧰:0O88/ݰX4Jt[J1A3 PSK`kVۖK4eZ%ZaR7t0)c2q^ V)`$V=٦f[cFճv Za* ֗D=HMN(K݂(ysE)PLOp(5#=yE}p!}p%RP*: e/9Cv^̤)ٟ}&&wh* cID4WH%s78(_0O0SFX/׃dy:D6Ơzäz̦z! ]3z-^ޚt7DP}gzO݉ 7LPs,ߒ%D䀸$,FKVhǗ.TأҥZ #:j)f3?\@'x`y>Q[`(0M.*M*j0Dc˫#a^^q0kIāØ2fTGNn̾齃g 0{\=SD|̰\- @.j1@h8c{L%7CTZpT#!LH=oL5g;1# ylΝdyE,p2<-bp:=`=?A0O`$`#S^wT„GKitSQ^ $PT9Fp /|LܗX@}3j/lHdC؆)yeoӹeczK.*[%/?*T\kp0 &B)5Bšz=ܪtf)nrt&l5DfnQ$dZWȼ<=>O5UbƐT:UEXoOM7BT';_؎j BJӅTAs3IsӶC!4/~e^3XA}2)VWjV(DƏs3˿0!\8F Bi^ȷoeqϢ/E=[J LЉL։cBաk^YҬycR%Epp% 7\j DVRa!=m诒18قxkS :=BI=#ǿ|cZW>U<r8.ŽC|L.^Jh!_#VT!cVrK+D1~0v{u,݀yֺ\Oh K5Joo19aUjPeLE;B7zL6a.Qԃ$\hv-+~ 6}^%֣!WaR~5N||a Hk"ZXI\q#=B1ij6c;3z#ZoLk90A V1hxR0DlgzZ%C3ǃ^Tʂ:myOѬ.o7\\1J{Ң[Ma39f6 >A?6Y7ToL訲g7+$ڠŵ2Y]xL('a`@٤Sz)cW5z ' %0{^)&ȩKFT bUNkZlTY;殴ٲxMڴs7LbbN>0r;Ӌqʔ4d ~-V)E0L!#  gðNa'Ip c%iӼFj`1>Qd~VF#cY],ve!σ=)K0M[㱜M刐~.-lJee?VJ4G"(BgM^%BixK&1m=J(GgU[ԩ+? f ,\X"&R]h^'W1/#4>uoXHtZ&EW6iK ƠƤ逆*] z+Ą K|fҷ2ݪF1>)$-+.>!۫ʄ>;R}1,4lQ,"aexRaj3W=NAu%xtwwĹNA:FJwtND\a* <> 2NzګnxNYI^;^Lf%-9촗1 _URYi$>&mu/$mL7$Z=&d GbsȪLabo z[.?QJ&7Z'rRoaEX 6oLARF~vtUĄ5IލeBf_E4^|bQѳ.JT:ZGg\1w'?ZN>Yx lu`!Ȥ\k^#b?77ldqX^XC0c"d3:4ROH7jрD TӐn S=8Y1&x&L SP1Mx .| CCl qhcҩ8J,5$pp Abѯ4Z)O`dM=l 3X %"Fz;=SE"y ] " 6=-@`8)’FdE۩t[1d k'֐ӣhEM*y8U$ruD_T&p+GR|5gv;bUܥpО0^2DGHsF1:0 PJ ~MJ.u~+Ae󧏱`9?dl θ؄o T|C (]nqQ>d` cݩđ#nXSDyEx/V@r<*I.p>-بJ0LpG伮(dG9ckFy0CP,3rb 3\9?4 jdǀ>{(M\)YmqT^V (Q:J= >)&\sH7/%LmT㫓ڠ(`]Z`c V֕~#/Xy'0hم hI7o}z)dwq%ĦrfTrr򾯁 Mq3Ӵy08B% DB`+c{=Hx(\ &gTTxIr8XbnjQDXo~ 岩a(/CycRΰPa`\C%9.WI3m&*5fDT *zv\MlmxS)A~) 'x)}o~K,^Cp)eⅰ @?D˅P+f ԫF67Lj0j:Co}:$5-gwr:m ^ť00fla>>G}.QѓOeKdc15ֶ=@)ς!%-DPO`tnS%A7g|UӢQT07#8:Z>g1>g!v;rRw QC4Xt.j .CeI8=:wˍL"4K-rqsl$rǽHD"Yڃm> VN KkRwP8@P2€4L?Nv&-wE)ko> 9 SV v07I^hA_ ZL<-'@9@ #|*0W%0ޟީW7nq L>*B&R?B mD.X&g!CDڿat26TiW,J_Zn:70C(?5njߨ~]*+my btªI N鳙8:lŋe:`pSn ]Ġ!Z/FMB0-J4rzTWO`p|/"^[7FX$}n֑ 6¨7%0_j"k` ߻޲x&_~EK?ir:hDyɩ+jdE5TK0?a+v_ Uv|$886TM"].N;O5e!` Vi_0$Y7̙JUT VWUOÆK3/$ UlO%h`Ft { #4^T*BC^iDuw\ä>&,+V$ш _v_%mC?l|pџ:=FәC!fa,1Ebq޼XaXU_VK|0āa~EjY=ZVLnya1zc#K9Z LzcR-+v׆>Z7&"R,we%c~T0ïbd(lS\ą;vXTbM8ZUùnl&(S f 97R8 {ߧaYn.5a~dtK +wfa@~9 [M.TwrqH#nFܪ( XmnNvcG qK.%"`u\f:z :{c͕̐5bd@WaՋa;㍲X f&{ږu J6=aN e-,Ixxw%2MWtoT<[cԋ6VKМ)NcjIP@[O\w5b-cJ 2]`hADAc{NS#J` wڜLaoòX" iqFw73h#716@Cvo!Zl-/eg>M(:sɎKc b [j{MT.PJ(E'X6kkvʒ#VwI@=:؀L-S䈲TOȼ^8RNL|]k(;ebc*=rmrFR bc) #2еSi/SLLWT L3z3K%e*v288kc`*3S鉥4Y.g)KiUd`*1+ub+*t/K##ƵKLӕ!3^cQrbp0#9c,&K)A0ƴXZ1 [bBVҔ<7n#7 c$ F'}ca|w!${?0ohK{uIwg`p0PM;хkQ䔽HJ›\9 eǷ nI{@ݙg=&@ZBE*^e !-]iܙMBETrZ iVB[^>G!^e#|HG' <#LB`ꒃ5~v+-(U SAA(H4fYH z8A`} _У fj `@yq,RAnLe+&}kzc=0Cv|$Lby- &܏:z7kݽ! ;müeh%4tf Eb?LuZͧl%c,]<+h 9pIzGgATՂŞ}bF{ XZ M1$jF9L\dɉRQjxۍq;stGx ^khN $Y2waމ%,JY15px9Ԧq7Qv㱓&>ʱ SxXpxX 4Ƹq=<0C#>W5 c] d+"ҒLf%qEp OLb"hҞYEJ?&ҵrO5%qun<֡v$ T8##}w3DʏО^?&#3O3ҵeXKLB+ߤvECLK[~pf8B2Ӽ߈PF=S-ĥf0 Cnݎ_LCdګ̋>JN']Wk[21աW{7%8,=k20oƔ^Kd MbYZA,72bg-0ib+Pۉ/3r\i`\`\*QkF7323r3Z%ⰳ_L|v+urZ;\H@WX3WǙW`*&WL+{)|A+j3(_ɩWfhM?*+;q9;fhsNKHPg,[^0$5Q,\ׇ LI F8L0TʳTS1lLa*]%"$dS 3ڿB\?m K{j]t5:W%bnSc4i%9aFxU4OX`n'sutqc fyzQ>;]`hѯƀS1琿$\IJ3DˢQe~uL wub*gܓy30X[d+F; DC%I03F#3]ȋ56$NQ=H~}g\OK7Fī(oDktgTPfswt}0x1)^v q9~C*޵ EJe1޿kAaCn.fDKV덉Z>׎-Q덱ZugkäML50Z#!o[0fXL , 2Lt5m`h|La~V{wl9puB5wFL,sJE]U\0i4ZIaq8Ik18:f@Lͼ_A֫&W._$ [ k:4X╥E5Ğ2\=jNka.4̝a : l?`M"nDl\چ[T`jB]*]M~"$57O[c,!NN$&q1WŃv1G.)qD:TXMPWȍJ-%8J`zw|2&fD멄-LcD"*n0xG'#܃m O[S{ Qb> Ƹ5c [nq D7LIN;Z2wo%$$- \ʹ}`KkuYJG!x5G0D߸>Jl۟Z-ch!_䎯ޣKztKդ]r::E-X\94$ȣq-i;d[K0x]c.J=k0K&½GbFs_c ޗl?~}Xǁm1{)jvOVI}F ls͙G9W*1b{LCęy5v~|c%69-N7[Ay/jfL%A< 5VnTd.p@!CE pƘNQY x!Aԁ)U(@T1IJ69V7A FrȰ ,M16||13F2-Di[AԒ&Qݜa`(pqy#'#6_n]ਸ਼Lntb?6ЂcT %RK}zoOj>j;oxh6ɽ4|c\ 67,K3ӏrhh%*WZElcE[X/f?c'"0yy._#òL燕KȬ1ioL^sct>VL@ZqӷE7&CSU"/zawUJ. f1% QawHͧ~b9g(04I2Lh M+"(Ǿdo.`3xa08,:>:1J0B,&ɏr^VYrιM2ܰʘSeǍ;a7#`O`WvF7ܟD2'83 );nx|`.SuQtP1eG@tsez}~ՙ%O#aTQv(BՁ^,Mq9>1b1|5QE{hYCe&t`@zTMj:Ǧix~cK*%,9'ٴ SB1B>"bLMMˁquTsȸi4vY*zx ,Ss8jCZQ́O^*AC(:tFC=G \tPanV<d)oL5E zaa6,OD/R  iCǜ Ä 0Vn;Ysi`6lcoL6`vK6ꇴ$[h7&L6$m&d di1ˣ׻I9>u1 PZˇ45JcD_?{KT[NA|CÚRƎ-:KV,U i )d%$Z)f;cbz"b)&izѻDH3㦇-ng bP$0qs-&VڶYqL< [9YA0a:$^9DU#JPsQHp rYh8ip2AeW R'&ɓћjestK.- uE >Y{$E͆bBQ|Kr Lc a^Ӌ"Ar5aE Ml?XC;d >O0kW`xn7[]b'9 $|i*V8_e;Ζ,w`JOLat}t[\<8إMյʙpa.=9bSR_rIS-b-D!ր[ cywYڻR[[4;w̷^@k q]CD.28 dP"ֈ1-r] \eSV lvn U N7/8D鐻;{p=I 6AǨj -\Y/2H*ӣZE,o0˖1 f9doV~ua]Kvf7D rA̴, Jjv-R ݠW"MJ B1׃{qfUuj7AŖ8}a{KE'ܵ$Dc%jmpaP6aLP/=甴7v &DNƮOMDΏ8iDDFz陈z͉AA6AԊqFLSQB20F[NK%^K_JyFa#kCY/ DW}5)S@ӈZ '*IfMfyUOĽj1nO-n  tk19@,JǬB0:Gi(g0E]%LyMZܫLaP,Eb흮sHAF}H FM(q+-a".)g0ȪXVm0>X %tEx%یa{|M(<w CG WFe.5ﴑ/aՙm P囵J e8 χN4y$ /cXmL:p-F3pJPϋNC# T㘨#vUr0A$jȗ9;@w)&A(ʄ-Nތ 3_M8L UL0{jd:|P>fރLR> F }cY["l&N12—HS8 oB3C19f1 j*1Qh~%Th"֠ 3ع[` #[H:CLE%!Q(H{8\T+KgT||m1Ra(%|` Sb=fMLyh\'{uhS%|x9,D"cLL@R` + xܘ*H⧰a%և5\4]` :b0 & Ќwf\ 7;{ Kjʮf!|CK%>pxN& L LJt~eP; 6xYanfK^29K_?Cߘ *|Pd `basD>6- _;JA Io4A+b|s"3u$\Ay <O&Y|U3KhE =$1*\y8LZcN(. g(  e0 ,Jo%&: PxDD t2.A91c`r-]7ƾh'pyX)>>*&}Mk116_Ѳa~l ^S)`r(4:#7U 69P9Ss[8|˲G Qi H<Ҍd hURZeQP CP|0IKV;8cx?)&Hj11@L rZoL&Շ7a䠆1yiGt$%%c ; #{Г#qo7l;H?Nh1?~D'X@!m~ @qhw%/9˦C#Wi! X6vD+4 Yibr@lt`F +hLИy#'hvR:0ˡBEK џknp똼:m~b''E;,f^⨬A hx%D!;3h vU0/}KdN,Ad{5wʎFTy½Hh\[ ȥJ+ лA{XW!0ХaAкzIWMpbր۱p[.Yy a5W8y_|+$YĤ2@_6*o_0!뢶$뢙SWyi Q!.?Vdk\=K}I.._jV5`wʹQA绩`W[/Q-,LLJй~_ҫZ^/9BM²4߯b7 3ȠP) =j`2 L{FLt>Bz>Xaufʄ,񙐨5K`1vzN}:;=S`"^A<$!R0I&#G[cԣ7`"+L,UfjLU1VOmir2؃vT jcg 4J`S=sz6T j2U q.gL`O* "&(1J"Y|/דIBNжNێQچ^BpTq5[68CPAJ *UIP|k?#DEW ´G;ؚPP5U_-Pg0FpOoJ'|售vv5hx ퟮ%kt 7Ǔ!u9tӵcG>#TKj р̧RBN4Gz#MT&.1Vɵ{$N8ƕ^IzSyz-H]vyA!UNDCF* ڂ=fFZ9nu(oXr$7b%18͞b"Z^>ơ)硙8Pc_0tj8KP%{;MS9var/L\u4=\~Mșnt輩-9U~3c-&@nySeKnL *G';C@'c2 < zc޵ʕM41q`t̔e%Ҫ;зvZIf*poK>A"?uD9躨![fUG5pNTKswj6J”π|h K!VΗ[:in%7c$sSchb:tkHt&%v )HcU}hP>daWF j0hQb:|10՚i0:${ Af̵-tu!؆ h{`Ȗ4CvO$v9FC^t /j> fHQB.njnڐZ%Lz rXm^_aQ=vl/ρL hHaTdnA y(ßW\sR#s5(PJ1? rw;E0rVt> "};6ycҿ2%J?[NOT:Zo ̥*Ljf^kp dOIDV^~C\rb"3.JPBCh~ F/4x.C0 : d 8jtf$kܻɂkT>0^# iRa `*/.lt$:9L,%:dܽ3s=6U+ˬTQiz~pxD4 pՇ^Zcx바Бd OóAю8  ql>'= 2[vixW$s"%NpVM 6E=4]O`ĦV8݌`ApçLVH O&,#"Aѹ0LlBğ'oT K`pa4G׎ׯCxr_ڑ&ΑI`UqTїh ֢ ҃Ëi0-5&#c2ϑb&L{cJz[I] X.;b+oAof~0cbfWMݔ #uݫitlߊ0>vح=^R lF;a-X'?l#T#L\L1UwύU6`fMxiJ`-lMBoA%8*:f0Vˬfp^-8lmᆋ<1D8#fAgu!0g]CI1p̩*-m)}M-o`\O N\T1w¡⣱<1̴q ^D L^&c5wJPȍ<qz2Ni`TJ_0 'a+<H- $|>[p` Kwj`XSTzoS-n%3r9bSozÈ{3J7oF*=si ~M0:3mh M6$ ~2crm^wpYgآb77е.5)b 垯4Oʐ#sZf]ܻ]GͥyB,*F 24~J qW nfEeNEy$׌t0 %P`uqlw1T>F=oX0Gr }OܮLx,$10x0?hJp/qa$ gku9J YļP-F#]b3qUIUKYA!yx{#xÈ^S=̵ܒkO|7<7|| R˔IT>mqG5&tJ+($g,ZjT2sp)ޫW?IxK/䂸3#u23$Ff#L0W93r mTlj)Sju\u67nQ*E@ڧtW{Q2 ^:%gM0ޔcj M&u~妡PKWOS߇pp\0.[&e1&$\Q<)E ŷ`'a$F+bMh!0˃4o`Hx|þ2;Y#?<1BNt|0ˆrvp?M5wcqW N R01 "h^{ps-- V15{]鐾_A,rَyy$u x*VEQV2. qSn6u4K`&Ͼ@_s9NDY#^+8 6 /D.Qh-Cqd&`b z9~_7ޕDܳJJ/Q:hhA րw9ܫ]{\`$zH ª -*)2oD:zc3lQKS])E(ୃ"$pE wC l.^Y d}=䜼JSyx1ƿNPiC2f ׼uçKL6Ǡ7ox/` |_qƁzKd(V!:FTlLcrqK (~ݑ>k@n X? ` Oyp8ñJon⚴ѻOvZH u?GX e1=8F1fuSORk p{הR1;yF1៦vv0N>TԐkA`^RsGF1"8H?t7ARR t069I hnj1W;o|AFNRDҐmX}(#ƕYcٓp"R;m2T l:*phBn 0M:wB8|uiRx]Wj&+D'M2!ޤvNxsdwROwD'Ǩt&:FK.: v,Y|Mt20FC[bH~P LbۤB%'{!!|A@rNC>/8y[(0F|fqTb*ƻ6/h)[\7;w Aoz: po]RDt`'1v{;L.F q zؕP;F^-eoNbPܪy?}] m'h<_vnz%]m r]_/UT{v4_ #~7E^Q^1T)dX(lIef ILHLZ@#i@YTn *+0& B [q((XC?>ކ8,Wu$[Q{|cĽ@믲^*T:7hbRvi wTP⤁DrP0]W$Nmk JMٻWiVVK0ꗟjxNT(rTB<#7t#+ ߓ=aT+Szk1b* sme+J$WNI"@ v *@$Q9~ݲFp2]L'9\V"4AP`gAr8JBr\dIp$Are,$#9m+J,)aDgp]Hh_ &ѽS#'G +Ba-q [`~iᆦOR%!0;\Nu P:xK9 vCL4'I /Κ%N'Hn[J9LV1Dէ'&0-/_ Z;xم_2n!.0j|wj ETk07Π0ش [j|UAkpU+Fлٝ >J^n)V/ŀhBwf)1 aiQ-tyt.1 K`ѐ;YB=jKZg`+JU};6.^p4tq@@ u ip:zi"PEޭ8|#g$@az18kZXR+ô_FO"JтJd[R dXB&X8]Y8K}ndӉ- \DFI = +Rɂhͨ9epk`XkQAej>%>;b}lBnX{`Nb䬽t˃{/ld"'Gsj!CmqTB%/_8F ‹Lm1T/Qޝ[.dE8TX8-򒻗τm -E{>-(1&Jlb"K*sС>,ĬyG |eWplJHwOS<7XMͨ.7)XO'B؃*NId@a>k2*צּZǜ#P\8;6UibÐ))LV̑m"$Y:I>BOyz򽏜OSǵž)Cc0 ~.mS,' -dq7s"@A&C|!!EBkrl֚S$0.L| DL*fX8& KݲǠ!E-ep_=]O%ZS<F:i_l5x/+/BC\G%6?1s4|/>0`>0>Csz@yrlcV@) u C’a,y&%8RY]%Vi6ebDc!B KpI0*8 l4JyT)%ŖcXU6?ަĠ.Cb  lrcVS2\1"Z5!zKr|`2J`&NA)=oTT@ t@ä^Hd/8g wDž瀅?/߫ie0 t/cB9ǚZ#XE_H81=0zFjvZq1A`1@8FcMX.I:gæĒξļ=\cWJ ܘ&uaɱM T^Qj|J`vs zIg 7ԅd Y q*p3M;vQ(4K 0 l}+=|'6"݂;u9cyP\}Tqxxc,W.c gVR58m`|x aB(U0bPj1F%u9a\"o-N|,WQߘ¥ڸXbIpR5x m4 `t>UϛaI,yA;7ޖs0xE1i 3Dwp7oOݒ#DŜNQæ'$#6`94r}]rIԎz}Y|y<ׯ>1c:o-S+'ƾB;c^&h`oYUDe?iE\3[t~D'NvA'x`Ԅl͇ybh39/oA(l^93jvY*y%̠+}S*,\3O}E("LyALBϛ"!-L˷O/ь '̫|d:}b>)QNUu;VWz<82k%b /'ߞKg ьx,="L vPhP=+JlF/8ᮺFCD/W{0~Ysf4X&jTb\hBkc-Rm*o6H+P e4Hx2԰%HeN aimP؉w!y$uf,x͆˚hda~O9s ӷ)bugBëJS}nuX}jGD*0ÝS0_Kd$wD1qx(Gr3/mZ"1WL|hs8,IEM<4o4}Emd]Siz1S%ezB9_&*^Lг?a2ػޥߏN*1ŘQ?ؚq 33¶ty$zPi>0*i"_M-JD4+ Ʀ,cĞ0%+җS?0cNe[F|üK1UNK6hS`L׽뒾 qce\{.Fl?ߗdCK%>9$n6Lڭ&,b@$ic9i8Q.5̚^b3Z5x/h}_! xiRxl}oN1,\f^0',ĭ€ioqA }4E+G:p7Mc4)0֫3LR]E*j58W- xBCAdreF1Q[%rBc,K8Wc I;U8u:yE;ԵoxO%8b8{Ψ N3r@V1S[E)\GPz'BۡS""x;W}s %.[N0V>*Mx>%DØx+"#Kb Ѱ2q%A:%zyH$5OC۸R x$!?$]CBܥ<$}Dxtf|&,yY;I>\ 9!>WeB>4ɇQ;1yw;èx5x/xP+#06_y9Ƅ`zB Pm䛱= (K}BUK2;qQ`$փ꓌e% :,-;7 *L'&OEopa|r{UO%z{s80zUO9N S.=U?fjWN kF^6zk/YԻ;v~/ғiSeJDYw{UF٩"-ȲSuf) _t9}-q_].=q=!;)J,r*5UORݑkz[%%TnrPn Ip͒ӣrZ" 8%{C7ߑ 7ο 7  r/CTy*I[* <ޖN29 1Ƴ1YuU&xy f˫t,M ,vQQk79f2XZnI%& H뼿!xz~?|cNF3UطO̬yEb*t5p5eX!K.Y)B LǪ_`37]9:,e# yERHX>1/5Ii LmW`׌V1}>zK>¼NS}S)Dة4lIS ||lHצV0D|bDD,&z'ZV.k&! YnAx{ұkm<'%<S[E$` (&q! SV&a,[ZɱߜvL}&MvbF÷Go| X/!LT<ŭc"ﴇE"3Z'c<gǯ2 f80&0$n2{4H$.-'r{-4)¨M]Y%pOqMXD6E]X|,;%BX4 fQp_/ !S-%LX48ń 0ߝ\ѿ$?}CP3$%%ģ{JKD0v!1ރzCEèXaPۉ}{aE rQQF"ǟ3i&7%}aaćG1Q*hUFR3uХںPՕ% G`6_f &ۿc9fO6#_Id! ˑHK%>U%#`ua!='SvE'zoI{%_j % &a / M=_!i!|(K%ka_;ծ;k҂BzYpDhĞow锋t"H缰<ė MS#vY6(,"b 6l@c5Os2Ҟw:䲞k]3W/_U(&vxW0/چ(0V¿UidxonbSþ0r"ôHpןrE̦dPeۯpt| rKU5,b<YS^].u Ai#_nTwe!B%DmF߱%BH ;H/ѢYHd'`t5XM#]H#dU[ o76YXwIZB wvP<-uWz  Z_.uC,Ġ,`"xbQ&-?la %F_mLjhG͈gA)id?`üa2um(b:Q(\7Q %1 kxŦ n F?-@/O_8}=?VB;|w-yhW”Ü ¿1 .J%^bR~}s+ǠDz:} Dc"zR.8 _$za^ rei`. a`@1P!  -J#n fƮgaggd'C$ 쫳T"VMY꒨Q=Q/J?w.S2{Iq4`"Io许¯$ݔF'7m^̀ÜL׸%vF+-Q>ƔQE6%acd6‹6juf0XHklwՍWDsR@8J^Bk8Ǻ+&iyTB⺳Dp7 1CuTx9\!\)ݸrDK2v]0Ȑ(^9qc Wm|d*,x$-#c"JBWHvNbc%WJpvf%Jk VsR)牗@? wk/qyIʉx ~"HdH %HU[7|Cp&ԍLU[Wf&IIe&($B^FTGJKlB`@n3h9(y( ̒g!Q8ck0b}FYB6쭛l0=:#%n`\ !z?1^02E5QSWj4vĝ.z -ۅd 0QA7`(&0S;FɄ{{"1,DB7b`ȭ$[X8:v'Ɔf|#Yk#|P'SoT RBY!|P'& Uɦ&h,bz%āsLQ'>H`}79e$1:r O wgW ;cQJ ڮ{$F!t"u|<#5pLW!W3yaZ#:a%X羒hx%$?ڟѮZ͈?@8QD(h„)R|596P7D^b|='w,Ec' 9x`Xiq]L?^,*f4qO%5ݜ;aԕ$b3Gs~ll4;4b6q 7&Bfg/V&7J V5GypekM5}1Ն>x vpBΗKIa-eub^ I$'[+NaG/vL \odU%6s'*ĘC9^\~.qe/9`tXy0.M}Jc@^$ٓU$ o`9C$mI."b&m 1))JFeёw&SX cuֶtϣPed_ѫ^-s,3KEr 3&0p!;V7L,ow8fz?{KȁHLq ?7W#](/]:3S'巴wKV^Sr*b _CKH:H%mﱿ,"Au@2b0#Q> Gމې$Lr"LM{:›ҧ7[Jh5@uDVX98TF{5x/][$CI_.К2P{{fSWR9=d =U>B q+U X̊cd<[+z%t8S16XK'T+_}bWq5 0:O}uуzϳzlӽ Nyz=xrJLY  {q3|{6?*UiPeT$[*[ME'~7"qlWQ9 a #s+4h%-a|/++f!_0fͺU}EMCŤ-J,;ͨ_]&cSp{GH䪖bk>Q`BݒJ@LJT۬]U8bQmc>E_mp( '>JTC ¬. )Ł#Z{$#D`&D `}[$J"\}s42d3vK}=X_J@8|b$)vl0$P豗TCC#+hUf ǀMCݣ}}{= е̬2LlW3<˻.rWnUM@oc.1aK#\_11pfbt1V`z1:8Mu(;.5 ؗއ$>={ϵǣ|jOM Ľ(popG0p _"wz%*JiH&{[I3ì&C=:'eBE !Sf=qEr7 /p=~ꛍnm h%.]\e?,<|c݅704^I-b°"LgVZת{Pz߱#  ܃} LY Ev8N;cat~.tvMkJ~"XuJΐ=`5!ӛ5 L4.NE;W _aLZ1q ɂkL^v|\%Tv]"0vC͠yJig5ӥt*]%bN}^7DmVybWa:530f >1a툶pJ'Ĝ3hbMJa=]C:Y8!N'c@tQχL2f4pY5evB0Ď#b6*ڲ#x%.F!#p$*] GK#X+b!o08 N%Aݦ CJ$kʗ恀6Oщ]_DCֲ0:$ЅfI8m*ګj.H#Z I=d"aiAmk=fvfNjŨP 7H r*Ťi0 855*(z2ٰJ"dYv$sh( >h{HK^G0M]IW򺤋̏5b8'1%p9K Q4m(L #>̀ [[ %v%!G| S[AJK"  ?y1+a ްR(m\<+$,ZDzGzl@oڠi۷ `ܛCyX+I]rvpM'fLCyy/Uy2~Dy=ܱK.>$Ha?!T`<]hy%P:WD@tD聈2'R;7{ǶƮ񍚅!U 7ʂWEe%}!wP>&CK ^@ݷ`zwܭIYEr.|/G^bp䞀 s!mX uxg^~CTV.]AAQ7#Qm&O)aa%Q>ބXr@ a*>.>d+v/j)lE#NQ.(x,4Rl㝽@0LxʜA7.I] ͅom¸)=$x!E(Bӗ:7_JtPBsRL M+}h}{= qe<|;m m8YY0NKLz; pw?4fZt!c*6eC=8-\|b|.EUO`*Vg|B?z$X e{>' !)\%dECL\pq~*47bNRVbu`p4RhQJƼ y YgLteJl>> *( ``EP»d^FZ,6VdT^U*ΎȌc,fq4o }_*R/a iL|",CĤ= .U.A i/ءc n)Vi[ qW%K.X%q{SZ%v:XÍոoUr >9X9TNDC\'G>p2cG{}Dkھa:=&W(xK̠Z>1]hXǙJ@wT7@X ݀&j vMNip9wZUb2kIm ^oW'&YkjoPԭzG0SUFUE!f$Umh$!0F%z*c3 ,xW7gϷ:|C\A֑ =娩< 7 Pk )Vԡ[^B~7PYjĽD 47GzeVJ`DR٧IVu`Sre*V6J`5\׊ə#iV*l^%JƵ\RaL=5+f%a8!wGq>1 (-jɡΤZGQU+7TMJEڒ4+>Y hV&dqJ f%`ӬF4+_R/ʜ!b$d8TIQ$C]2|[2Ñ2!:FDCjA+BM3h!:a`D40DC>*Y4|ROMLJ~H%X42c\A~,S2bm2 ByOK蔙L4>1t[OL:8 y#p`+MLr*:bL53ڀ02S-Qy(X KxIS@Xsu(3ڀc|(w-ع@NfKKQ+Ev1*Ն@.I@ʖm KK KK&$ 偻NgVBA h6nr DsKKC"43ND<M;Kq%ۋ/<\NXZRٔdiix&KTkXZ6y 0"4x͏S)8xË*l;5id$8F9 4ByUV)ȶD,"$v6+&8F偻 M n +w9܎Lha)=I \`LatUu" 4ZO@[$6I}G-@`( R%IXNF @&$ <,M8N~꿄Q֊++QI%Ҧs(k@YkZ#=iH2Ļ*1o wOQykh>[v4TSLJu\[hUBOf* &sE6v"OkT8s 2ԷLYBxlC[Bc;su2W<'+W9G+20jb3xZ X'dcUͲ|YvF$oewx;#+#A୷sUդRNݎQn nE5IDȞe;춛n(9eCIeC$PvWf[7 RvSQ6:]=SMCPc-TӭN%i_;l '(PP64vA٭@(#oA:eB)5MY7q(u팬v~#a!!נZ71Cf߿Ĥ qohS!v#w4Y]C:`9Npq/lH6dH> &5vZ"^_hnn ĆdQ +èݚ$o`Įi]*4yx 0v68&jھa5J:l>GrK?u'Ul3mxXX:#]#hUƧ77یJ\^yi1tϘ%LdA*}b` rkV T}ʁ];-)ӱeWBd?c!u{3qa rsY#੦җSL=%ͼ66õKޙ j16)D" #Iܲ^A"p)c- o$(R$?4ڻs`ziVSas`P*P_F.|&91C:%qc$}Ph*IetWj#|qmxWFo#8%mfԽ$LP+CpTBY. 4o:t7"QU,RE*f|]r+K$Dr)U)Dpy };8m 26moP䡰D`0mf]v=NSk0*`xz֝aM~EdGf3Fk~kQcHyn-_=VH2gy#atawQ&uR"IOvRI#oxm [K#/y49w(ݘSS8y\tt|0~h !( 󶣸˪5v@`9;y~`C.>vd|<1 +UoѝZنӡ,=MגEϯ4GP ig,iiIP !sxGI쉡e(( Rbp(gi*}N9 v h%aĹͰ1v_UY]"®qx\9K+E>Pq<1Yi, 2g+'S0VMuοV ւ+<|5X8)kՂ%YZ/Yq,pPs(gAb;K RbݰFv[vd!9_IUF B+c^Q'&i;rw+@h%K,3K,vízDK6''OcFۯQK Ud51#* +Nc,a`> ZE;Kޓz-sS./ 4&?9799l} bZ_7 >灁f7$mk LTK(boӋ)poqwc&+0%o>1+j8uy#7-wP__}buz;?0=O1.v0918$c j=;&#߇_?kdꚜ_܇~{5Yruhbcl}$&bI T0wބKLލ෎v&c:zL^1`5P(kڪ_{FwY => ʠ2>T۷ZMS z3 j0@Ql}<#rSX8t?0Hp7{>AKga=W_m3oѺaU<%na[S<^w zA&: ׈u}`Qv_(FbĢ򵣞{4,;[OugB.uǸ}:^Q&x=_!jdvUmcK0+3AlZtǨ5kdȮ/Xv*!.h^n XC2 7qj&Ρ +yŨ0~D>ü4.8FbnxZL֘_d %q{͓ɼLlxFaXdϝ/-QQϘtϘIG1x0eZ8Hfyp$KӐ<19l1Kez0^FD ж$~ 6_ f4QWG7_?u"0's|T͂>+HDԺc6-|z"ZGoMq9<nCa2|X`+kPUo%ɷnOf7|t:M8Fo^Vr)/0&:Jy)orq&\}U!/`c"pY~"XI^_ Ey!Ԅ1r0Fk)q"F޽ Q- vtƗ Ň`tI:^Ջd7D(vo8o/@&oH x1 f 0ख़ܷG/ 5&C^-״WcSsmO9"u,TK]xcn 懴a;:;]bq,>c\M`X SOx/Ss%LPk0zU$h`YA yP篜$v|p$am/5" ;aH=oN3prXh33P15/kg%D<ΗPըaW>qkd|Z@Da2 ðF9 0x [VGFV&ב # Q ļ ?νub*ZՓ0:7;ȪN&fU$֛Y9U3PѠMl2/f~t9)|p+^̈t*5Q)Cl r_PT_9 34'&Rn gϯ1@餴Z=Λփ 107L hH٨)٧c;Ҁ1I<ƽMw3Sh|,'&-٢)-as}0v#̈]p+F.':q%Q=b"a"Ǻ0"ޠ cD| !%:]4%%1j7e+ /;;:w6cE\S{7^G3[,~|1AO;XDRkFH uǁakyߎB-GQ`=5{eƗ022"0y=7܎[^)$y~fک"*&AC ^pQB :r$Wr;y'&n\m%XX},5rZ! uon;FwjHnWس G FE6=kݳw Sn9˷qV}.d8Y0 ߲ulX~~mߎiXaoD "6`pz ŷApq.AH] 9* Y,ߘ%> @4ޯ"Wf7 ztxHⲏðkRǞ$V2ݰb=*K|E놖hBPHx8CL \!>0uO'ƾJKh |r.!Оb$v&-rO`x LmwiBP|r(!Sz JЂǢfAXKFsM0ZKÈޡ* 1]b.:ԝpU8mqǚ50{5D#jIQG,&c K`շx6#^~@ x}_1Ճ^7g c̑3D -XNt `%w#~_?DQb6Ǚ .{>qQrqSQr9Ɖ{"Vm_144%&.qKۜe Wq wDwPL<#!Jt71{FKtHp%^06bPQOZgy*q51Ceue X=AYE7$LgtC̄}<\4 #JKN$jeUV`R߉4 tb`^apw7g䉶%&5ļVIV*nȟa@ [k"hTUr2ٿA05L֚TEr6_3Xzb A//ҧߏ^B:Ba{LL&tf"f>!MܧHAP4 ЅnɍqF<ɌѸȆ$YPњj+|ɕ`uA5Jy!藉5*Ҥ6L+OZ zzCGd/_Q4I%1cYE(df* %qf;g pZ0koRU'eQ%- =Z@![NrP޲Dl-:Licj[Qk%PU+o 1wo#XMMMqg,Gb&΂, y[ӼDaD/4n[yUVbe]\\$XK2X儹eK`e.IKM9p h=D1sY./G081l}wq1)Sm93WXM>1BkT'jtZSnaE­*]NJJ`T.ޙen4.dB,ZuٌGBHZPN^ZU//:'咚;Y`N8d JCd ^2'd pkWL5_V#or +YJv_k<~ Q3[>+BF9JQ^alRJ&:Pɞ*J@qj\=d +jAWeJݽk aVyq%Tu\+Y {YdZ|4aG7GQk˽҇Z6*$;a\  6haAR}4 ƳDEڜd4 %;Zp>6N2n Ir֡EA2ԡ}gm2g},y14wL!CO1"ժƉt Q)$H]ߧ{7M y>mQ2,bt 3ϏH#%(!eA`#Ze+Z`&:A 88Upsj +0mM~B:<_&pԨ&.9ƑOrZhtA 2>5C))G`їk 8Q[ώՈ#(a὘c_W|EkflEMJD]dFG]?V f hSx7U>8of)Ҡt`nì']L򼊃օ{Gt^Xc@B^x]瓙dk4֢Ĩ=͞2MRKV LG?Iwx渌uhm6y.!aj"%LYw F'*C. %%N jƙܣj2SY_ԱsN՟L pkH`9Bt"^5 ˊ և<P+:*&mֆ\:WdUƼRgmf]WcƫeLfxۮv̤ Lqv1K/5)0\!!Ő}"y}%s Q#kJW'|Kw3Œ80]6vtSTD_B!Յ%s4zgk!Ye _8搹*nJAhfXcM"Z6~EL Q( E _Eth[3/ _[0zBwfFyP z1k*217OL̇Ɔb't%}%K%hWn<!Tߕ/Ѳ߳R`[}[8B Z\fA 2NF djj9w+DO0DX+57mPŔ3wZ7dr3F C%$bƧ6irfLV_Ds@/ ﯑r}>dkmO]"A饖fZ_Lqj̏m0#Q )-`oU2?ނ8ei0&k̟1x~c\#(("}M`!(Ɉit-L%>oh񈝀ʉ$ "SQ ]_u2w5! AuF䴡`e-(+VFk!$.A/Tn&$,z)#b}98Knƈ7FR($ - X>{C13|#n6 T:lD:f#k[hw$ŘK0ne 7e D&]#pEg(Ѥ!Дbr?-sC;y7L,ǴT/[g1ՃpA!_~ZUk?a`kY&ǎ/Ń W|"Lk.q fΆL'鲪htQ}ė x;[e(!r-ꬦZ|c|bv|:&tv?`)Iu袊w0Hw :Yy+j_Al^:Nac a WF/0#1ӛ1*˧lc#`Fca(slxxa(:1y`1?A02>KY&0g`8<;`"xŕ~16͗xYm3h˻ J0vlSaD`bk(<@f]$_ll/A4(p#ʅf|vC f$V$y.s+}I2_h4]rSm:jleX9$XW2?D.`Nа+kp843t)JlzV5xA6:A+Ãk)X~uSc!I?aX;a{݅p8[7P ,:>{g? >p0xNY|$zDD 8Ĥ9lcA|}xRC1A>$b{y)/ gkEL%%Z_D) cDd6\nF)uȉR&(% Gc~fqejVh=R&[7hHD#4#к#bI &PMM`f Gme=Ja%)>E  C !D6~1l v#ˊ OM%5:H9F9_OtHhji6#$"n3 !ono3Qp G}&l#5!Ta+L"4TvF_(B5$6%K} 7:H+ 7 hCՐTI2ˑi!v5a|tXhɷ!PLnؘ`T yazucyiq87)=^5l*zX4ے"-Cł2 `?/ ~c܈!RCLu8y? 5pM;'4uCeQR&{+~@kbİQ#T1|*&6m0)&6" ')xLȭɰv NSlUN tc<67z&C8}!ZANl/ _\=+6j^U iUa>{l9M ; [zcT zB، O|&Dg6aSOz"Ã3\'>z)1mHؕA:`+3QV}a=D ^9Z1Rdo6뗗(qruDנ$ΩŠ Lf2 wW2JB& aÃD#z~^ࠓQBZVlX^'e%ͬk&ɄrLFW:T<NktaK/.1i06%$]kJnI'[]ƬfWٕVw(1B-\MWHfD^lW=ێoLf8FMW6(df:ǣX^c\$"E2Im H^pR7t saDT-0}KK2xqȪcBJT͟R7dB2z!&=nOͰÞRoH leش񖙘;*YTE50j{W .TyU7Dqj㔆DDj3aۻ#]u|9M܏u~N*i"ed%mȻݵ-K"X'6YܖJTYշ~n4}^P0}^ݰi==n2i՟W,\,`fbWVi\ ~Rm̥'8S mU G+~/JJR)||7ڃ-͈h eJ7 2&CN` I%CwMK7g6!SlQa0*t31A' 0mIUsţE2+ea/@P}bt];j#S5$0L\ O4y0~e Қ)&?;,zDKXwR-* `]cNwG ]cx9 2OIӆ6>=h:dca0${U O $;֛I2 mtLNsbWSyCڹ䫘hw&:o_ jqy K\a2X׊qepf8 P|v8NZKiBj/<} O Jz:y~W?u u'&C%i 3=0քQm&etpM3^|DOҩGb”#` /@t= Zx3S6pY"/P蕅Øpa1arKÄ+%Wgh_{.b\1 NslR"ȓ_D pY€zvIZ=WnRm6‹ayCZX [' ia!XO8Hvash2!,8F%@Rhlu<%vlܛ She K>J[kA̐U4BôgR(Q2T|@ [- *l DItR8xO/(l05zw26b>l/ S0aAs)&G$q;L08F_6#oaؽl9[f;[r°zxe_6B&fn!fJ' v1ʇaO F?fLv+hSdD͢-Df6, pam4իaҥP0)02GY#RKC11"sbOMg 7V^DxX5czMk)}լ=? ihIYsZa?LR$BTfCQCPN[Z];_Dѡ};զ<P<7 c#P)IoC @mhe|w-;M;x|2 ~ƈ#oFV3%dO_aڶ&9ȰRFcdt<+@Yb@xtl]BjP<N@RGӏ<#kO%}Oa 9d18E!SF&Q28%zjcdZ3LS@ElY}51M'\4>{6! GR4x6^)=w=MQb^D2. pa\3YT1j&6k/hdUNh`| +5xؖ"_`QW`,+ذn DPw80g=.lpKe?gOITƈc@дέ+;E[nC7QΑ\[RQC1U4JjkaOM0413/"}sUFU;&51܀V˳X۫=;U$O 0Te+YN?*Hp=!5W"/,DW(K0X]K ,g6HV=D'3l% poL;~07u:,>yZ48vSXoVܩ#Aɔ&SD6Z^ T[7G܋ 6z]sʠа۸5 <׷™0L6xtN/ tѱu 7RA1 ft8!MqL;Wjc^$U 636sEpEG8=Ƥaw@ٶ|^F8l;~nT#DߓsTuKqQ3=lBxxbtک\pUv9:aY>^ X0vنix@6(? _B۩qu,دjiJ?n[ Fd+IXfn E.WE^#n56&a)σ*wȝr<ՌX8VC$)5xl?tGˣ*-FqI‰j:Wlȑi̟Q[Z]6F  f6L/ \]'B(-l2 ҫtp80F ptJ qL N ШB aQZ{cұ̎tOqSZB=b& s-f> N uJlpC$jigaQZKC BpE 5ݳή148c"xUM(v,ES ]>vbQp8_; TI¼\p{B$O Z0[(RVO`57)rDaGE;dw5 7iscOo00v7<(#i ="F'7&j18Vl+ DjK|cR%\ " z{|cz,]sh1,Gb#Nlj}o r0x&*`~a:l0w4$q3^4e54$Fd#puz&gakagٯ}lƤZ]_m^B՝cJ볺ױ3,P%HTEaBN cTފA;we" K33" %ҰK#?J(SygǪ-3lS=,zIFgؔpA0`m ǫD`%]QEo;A.pcϕV:<1f׮y;~b7~nVHbGsóV#U`]{1z"NJ;)זo&慬G [9O[\r"*njU5 jY1z| USFtmjuدVJ_W+VcWk"  {LU۶=ML |ccPIkga؎эՉe7ck!q#2cg;F6bv.-ֆp ζþ?l-*`ג 3 L5Vjƅ 1H$.~5{ĵåGX;nO%Bҿ_b4 m%>~ NQ7՜xű!0+Ljotw%Fgm3$bs/x'à1 Uf]{1cTyw~笇T\`ok;M#9?aBwh;WFV(W 5ŮK 9pđ׆gJ3]{*[v%j%@1&L'`-}@lLU+npj0* B1NzCd|41ȋZߘZ <]1DN2^*ׄk7珯 ;ک8',nOsfr+ʅx0{ Аಶ0{ ^Z? 3Xށ0NE78z{T1H¿i7jipn@L Phb`uy1*f65Љi-&?F@vb:1i:6-w4d]h l"D :ހ%Y XL$}:1\ѭ@>ECG.3z$  /ـp`%&2pm01/Ld{KF^۴x(_%fN>8fa' -fQ#7q`яyqʳHbb7&2̡>Y0 _1V ^;I=:Lw0!n<$Y&Q ĥ6JtcIp7j(&A i L/!fTJKvJ \ܷ|t xܔ{*g?΋J㵠y_fW M{`5_v/wzTpGHYό4hoq|el0¹0c@}ToJpx0K7Nׇ=BZa!bso &3_IzsNE7Beϖ[Nmg%fZЙ-=r R̟|+Rob?ԂYDwI0 c087$M0n`U7*J4+BX~z|]Qwk1̽pj|v7MKHol:ԩ~V%,9&U~ǨO6._߫P9p"yJ^MtX9^#Ul5 vSB0?0S&xMo`@a1&AO+A 4k,kgnDsB]@#nu:G te=:i= ŨOAs<>*eͯ[(Uqxˎ;Z,Kk&e@%c$" Mu m_(Zٞsq%p_N>tt8 %쵾1^0q5w,8^0(JCc<!ݱ*Q$C`Z2Q8 _d- vh,Io/|,4EFփ,"lz1N0{d4j,Tb`U Q;TCbnNauNک%kbB[A{l^Yȕmwpԣb: wLPmRd%bS ep̡z,.!OqMPLًw^SøՈ,لh2@ƼDQؾ`0Ȫ*za_^AzD=^$d&LN#lh :/gw> W1Zs1rudm )ez5(đT<^- 3B1/ZkF1鿲4!4k#]jKWye75ct%L%nLm BLkӠ? 3Wyņ{3ovM%tWM0AA(Ctd%2.gbQ)\r9Wј\Q69[ٙNg j؜b[I0*3`[>U,[f&qBėxg%xM_oqLUob#I_RoF^Z>bq)B *zDrSKao?8BY'FnzlQi ל%Ʃ,pcJd 1[dl1E-8h ~}R㎰0Yͪ؁A~a*aH&cc6?ad8;+ yjqwTp=C1 VG6v1ƃ~Gb_{& ( A0lU#jH i2 xM=06-ˎ.)ujxCwL,jB*#@٩Q\h^nuaƐe.*}~BY"q xr Lf 23k|p]fH8o}Q}8Kƽ &8};m]6ºECW*옊;ɟ5vV:W|-:Url"(x7EG`lb'NMEQuUHt7#w!xމ% MexEFsEOij65XK8g G۶%p X9Bt>ur;]!a/\Een 9xPψ:SA# $c̏3S ];6~00 +@!?ȱ I Inߙ _%L %dtи},-ϣo(7؍5櫾 ..d ] <9#r&f z6`)M"RDɍ- S(or񓚚j`{0 ɝ= XS CcDL%bٴDH[:nʀM.0&0䷋g>-O$7@@$7M7J|*TmFo)y 9Y)AwZ~ٛ@NjjU7Ų6__Fʝ/{n/r?͵%L/` 74Nz, $`PPy9ٮl[(KA.`{ < "U,pAʃXr1F{xF~(O8ȟURɠNdi+NAM!#t~9\UctN-r !t)cc㎫]B4d)ΤpHCHJSNPB$!tJh1J );tP=J[>;%tRqD3J_ (c,ៜB{W)!g;%tRų.Qlk>jI%tvifV_-W|K(Kߤf6tP dLnc)?L#~L)1aO9?&0͠=%8F-s[ N-{;&Ȉ3Z>&]Td<9q̰Nz^9zvL Sb=$0yi-ɖ|luUCvH0p!qcZ)#M^j5n%t8住 ʉS?C5=oW,1Ȩq}̓|7QoXl)Hfw!{/FB4 H AfQ-!3ƽmhVjq$Lf^+ńf}p>\X|Ba05Dyjpa}[ DC`Ѹd\az)[0/3}QC`bgX,+, ("ɋÄ@+|OM#-9й1Z+@W8B|}FA|L,dSFY$t=L aY"3Ó~Fˬ&%Gh14}/`"Q:孨FÄҵąx;]zq0ZUz=0w~^pmnj>){n70~N'G\ɝe?7\p \-EN.cOX-*Fvl3 [m}pW+ԓS {x z&O@">h75Џ4ny҈)TDL~̓fͤܿ\$ |'b=y6.jtpaWFO:\%Ȋ1uG 1$ B?o5.T-OLC8u΄x;ò TTg} j=('SI970ǻd- 0ȮG`Xf]ܤphAg5m߁T9Ģuk, /0m4v2[ymmh=cK8YD, f32_fBlgcMDQDMbn 6~6^_l(Y2LlX CVSi\[{$%N=cF`߱t|Kb+I4ն8`WXNqSŕ` ̤>i7/Zx.,-a!BQpe aPcSf_`X*#,i"eYL(rsc\KЅK >t뾖V+NUD|W*5.+lg;c^/ؽm# #D2cw2 NF.'Mc2Ei:2a\Ɔo_Kigw·`_4|6|m"=TүM$|XQ.O3vqغ̣Զ%>i. .:y.]Uc%0f9Ap dL70X_#cr^+NJMYq(gU K! <<45P/wendstream endobj 6 0 obj 98898 endobj 4 0 obj <> /Contents 5 0 R >> endobj 3 0 obj << /Type /Pages /Kids [ 4 0 R ] /Count 1 >> endobj 1 0 obj <> endobj 7 0 obj <>endobj 8 0 obj <> endobj 9 0 obj <>stream 2012-05-28T19:15:05+02:00 2012-05-28T19:15:05+02:00 Dia v0.94 doc/controlflow2.diajas endstream endobj 2 0 obj <>endobj xref 0 10 0000000000 65535 f 0000099196 00000 n 0000100817 00000 n 0000099137 00000 n 0000099004 00000 n 0000000015 00000 n 0000098983 00000 n 0000099260 00000 n 0000099301 00000 n 0000099330 00000 n trailer << /Size 10 /Root 1 0 R /Info 2 0 R /ID [<81EC04D568405EA58B0C8ECEF2796168><81EC04D568405EA58B0C8ECEF2796168>] >> startxref 101002 %%EOF gsasl-1.8.0/doc/abstraction.dia0000664000000000000000000000430311746471770013275 00000000000000]]o6}ϯܗ pIi^2x[Hbiɐm&K$7~HY-t) ];a}9,ro৫ÏĻ2?\\! syot1:Ӵs;űǡ;Ď+r0g,`ViY." ss ^8б)e v|:\$~XI[Ez56^mO)=%;Rxe /A,ҙcT  FuơEixoQpljfLJءdqqpl/:%Vu.Bw~xfZDwrF(g7r#;{׏[ NmRyqHuyXlܹf6%icowjl:'Li-S`3nc۟\;~ v{w~9xg'ƙ?`7P[di>tO7E:Qt2Dbk\mOB{nt$v0?:_bЇ͇> !!]΂ Œ4!CE\L~sI^]ggEdGXwAI;;@6iA8`f@i/# b"Uj%wFؑ:a|V$1@er2 #ZٱY Mm$$33/Q2 }DLOKN; ([]Q] Q9"h9Ip=~{S*&tAi,)uC*+DžTQ\$84m&Ӗե\4V*љ#}-%m:&EaR5p+hMOS Jq^_D !_p&R>hIy0c܇PByL26 =7Rkg?ol#zS8TǴ)ל$eX(aKDC^n2bliIrncn>7u7&HTo@&E'vEAcّvNGr_ _TAȣ] yJ ߬@cۿpGf+guADr=IB´jN1Ky-GQEK?[mY{H sk & FO־y+j9+—>}Gzo@,4 SL \6n%f){J"{E%dϞa+d!o͡s$dF{\eyʟ1T9G"|ER7}'l2?zREgsasl-1.8.0/doc/controlflow.eps0000664000000000000000000032611211746471770013373 00000000000000%!PS-Adobe-2.0 EPSF-2.0 %%Title: doc/controlflow.dia %%Creator: Dia v0.94 %%CreationDate: Sun Oct 31 20:54:21 2004 %%For: jas %%Orientation: Portrait %%Magnification: 1.0000 %%BoundingBox: 0 0 1449 470 %%BeginSetup %%EndSetup %%EndComments %%BeginProlog [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def /cp {closepath} bind def /c {curveto} bind def /f {fill} bind def /a {arc} bind def /ef {eofill} bind def /ex {exch} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth pop} bind def /tr {translate} bind def /ellipsedict 8 dict def ellipsedict /mtrx matrix put /ellipse { ellipsedict begin /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix end } def /mergeprocs { dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /dpi_x 300 def /dpi_y 300 def /conicto { /to_y exch def /to_x exch def /conic_cntrl_y exch def /conic_cntrl_x exch def currentpoint /p0_y exch def /p0_x exch def /p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def /p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def /p2_x p1_x to_x p0_x sub 1 3 div mul add def /p2_y p1_y to_y p0_y sub 1 3 div mul add def p1_x p1_y p2_x p2_y to_x to_y curveto } bind def /start_ol { gsave 1.1 dpi_x div dup scale} bind def /end_ol { closepath fill grestore } bind def 28.346000 -28.346000 scale 19.050000 -23.500000 translate %%EndProlog 1.000000 1.000000 1.000000 srgb n -17.000000 7.000000 m -17.000000 18.000000 l 30.000000 18.000000 l 30.000000 7.000000 l f n -17.000000 9.000000 m -17.000000 9.000000 2.000000 2.000000 180.000000 270.000000 ellipse f n 30.000000 9.000000 m 30.000000 9.000000 2.000000 2.000000 270.000000 360.000000 ellipse f n -19.000000 9.000000 m -19.000000 16.000000 l 32.000000 16.000000 l 32.000000 9.000000 l f n -17.000000 16.000000 m -17.000000 16.000000 2.000000 2.000000 90.000000 180.000000 ellipse f n 30.000000 16.000000 m 30.000000 16.000000 2.000000 2.000000 0.000000 90.000000 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -17.000000 7.000000 m 30.000000 7.000000 l s n -17.000000 18.000000 m 30.000000 18.000000 l s n -17.000000 9.000000 2.000000 2.000000 180.000000 270.000000 ellipse s n 30.000000 9.000000 2.000000 2.000000 270.000000 360.000000 ellipse s n -19.000000 9.000000 m -19.000000 16.000000 l s n 32.000000 9.000000 m 32.000000 16.000000 l s n -17.000000 16.000000 2.000000 2.000000 90.000000 180.000000 ellipse s n 30.000000 16.000000 2.000000 2.000000 0.000000 90.000000 ellipse s 1.000000 1.000000 1.000000 srgb n -18.475000 11.017700 m -18.475000 15.067700 l -12.125000 15.067700 l -12.125000 11.017700 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -18.475000 11.017700 m -18.475000 15.067700 l -12.125000 15.067700 l -12.125000 11.017700 l cp s gsave -17.899267 12.842700 translate 0.035278 -0.035278 scale start_ol 1088 4160 moveto 576 4160 lineto 576 0 lineto 1088 0 lineto 1088 4160 lineto end_ol grestore gsave -17.687600 12.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -17.264267 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -17.094933 12.842700 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -16.883267 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -16.713933 12.842700 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -16.290600 12.842700 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -16.121267 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -15.951933 12.842700 translate 0.035278 -0.035278 scale start_ol 2501 3008 moveto 294 3008 lineto 294 2589 lineto 1942 2589 lineto 175 430 lineto 175 0 lineto 2580 0 lineto 2580 419 lineto 745 419 lineto 2501 2583 lineto 2501 3008 lineto end_ol grestore gsave -15.570933 12.842700 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave -15.147600 12.842700 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -14.935933 12.842700 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -14.766600 12.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -14.597267 12.842700 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave -14.173933 12.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -13.919933 12.842700 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -13.496600 12.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -13.242600 12.842700 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave -12.861600 12.842700 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave -17.962767 13.842700 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave -17.539433 13.842700 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -17.158433 13.842700 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -16.735100 13.842700 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -16.354100 13.842700 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -16.184767 13.842700 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave -15.761433 13.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -15.592100 13.842700 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave -15.168767 13.842700 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -14.999433 13.842700 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -14.787767 13.842700 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave -14.533767 13.842700 translate 0.035278 -0.035278 scale start_ol 2752 1938 moveto 2752 1746 2694 1489 2596 1302 curveto 1849 2173 lineto 2433 2493 2624 2726 2624 3117 curveto 2624 3616 2246 3968 1718 3968 curveto 1190 3968 768 3593 768 3116 curveto 768 2861 872 2654 1211 2231 curveto 529 1841 320 1570 320 1078 curveto 320 428 775 0 1458 0 curveto 1730 0 1991 73 2191 204 curveto 2307 277 2407 362 2618 571 curveto 2948 0 lineto 3561 0 lineto 2875 961 lineto 3082 1265 3200 1618 3200 1938 curveto 2752 1938 lineto 1604 2455 moveto 1266 2829 1216 2920 1216 3107 curveto 1216 3384 1405 3566 1693 3566 curveto 1971 3566 2176 3374 2176 3112 curveto 2176 2872 2037 2717 1604 2455 curveto 2346 886 moveto 2033 571 1792 448 1501 448 curveto 1098 448 768 758 768 1132 curveto 768 1431 943 1644 1455 1954 curveto 2346 886 lineto end_ol grestore gsave -14.025767 13.842700 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -13.644767 13.842700 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -13.433100 13.842700 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave -13.052100 13.842700 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave -12.798100 13.842700 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n -12.125000 13.042700 m -10.486801 13.048328 l s [] 0 sd 0 slj 0 slc n -10.111803 13.049616 m -10.612659 13.297897 l -10.486801 13.048328 l -10.610941 12.797900 l ef n -10.111803 13.049616 m -10.612659 13.297897 l -10.486801 13.048328 l -10.610941 12.797900 l cp s 1.000000 1.000000 1.000000 srgb n 10.000000 9.000000 m 10.000000 17.100000 l 22.000000 17.100000 l 22.000000 9.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 10.000000 9.000000 m 10.000000 17.100000 l 22.000000 17.100000 l 22.000000 9.000000 l cp s gsave 12.935067 10.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2333 1792 lineto 2665 1792 2927 1888 3153 2085 curveto 3409 2311 3520 2576 3520 2953 curveto 3520 3726 3057 4160 2233 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2133 3689 lineto 2641 3689 2944 3417 2944 2965 curveto 2944 2512 2641 2240 2133 2240 curveto 1024 2240 lineto end_ol grestore gsave 13.443067 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 13.697067 10.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 14.120400 10.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 14.501400 10.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.924733 10.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 15.305733 10.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 15.686733 10.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.898400 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 16.533400 10.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 16.956733 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.380067 10.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 17.803400 10.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 18.226733 10.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 18.650067 10.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 18.904067 10.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave 14.509867 12.350000 translate 0.035278 -0.035278 scale start_ol 2618 0 moveto 3776 3487 lineto 3776 0 lineto 4224 0 lineto 4224 4160 lineto 3544 4160 lineto 2347 536 lineto 1128 4160 lineto 448 4160 lineto 448 0 lineto 896 0 lineto 896 3487 lineto 2065 0 lineto 2618 0 lineto end_ol grestore gsave 15.144867 12.350000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 15.568200 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 15.737533 12.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 15.949200 12.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 16.118533 12.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 16.541867 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 16.711200 12.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 17.134533 12.350000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 17.515533 12.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 13.303367 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 13.684367 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.107700 13.350000 translate 0.035278 -0.035278 scale start_ol 1609 0 moveto 2743 3008 lineto 2213 3008 lineto 1377 568 lineto 587 3008 lineto 56 3008 lineto 1095 0 lineto 1609 0 lineto end_ol grestore gsave 14.488700 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.912033 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 15.166033 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 15.589367 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 15.758700 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.970367 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 16.351367 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 16.520700 13.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 16.690033 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 17.113367 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.536700 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 17.748367 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 18.129367 13.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.341033 13.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.552700 13.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 15.191433 14.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 15.445433 14.350000 translate 0.035278 -0.035278 scale start_ol 2170 4160 moveto 992 4160 192 3321 192 2080 curveto 192 839 992 0 2176 0 curveto 2672 0 3117 147 3450 419 curveto 3895 784 4160 1399 4160 2047 curveto 4160 3327 3377 4160 2170 4160 curveto 2170 3689 moveto 3068 3689 3648 3045 3648 2059 curveto 3648 1115 3051 471 2176 471 curveto 1295 471 704 1115 704 2080 curveto 704 3045 1295 3689 2170 3689 curveto end_ol grestore gsave 16.038100 14.350000 translate 0.035278 -0.035278 scale start_ol 1024 1792 moveto 2432 1792 lineto 2919 1792 3136 1564 3136 1050 curveto 3072 679 lineto 3072 422 3118 171 3194 0 curveto 3712 0 lineto 3712 131 lineto 3552 268 3520 416 3520 970 curveto 3520 1648 3423 1851 3021 2043 curveto 3514 2272 3712 2565 3712 3041 curveto 3712 3764 3259 4160 2439 4160 curveto 512 4160 lineto 512 0 lineto 1024 0 lineto 1024 1792 lineto 1024 2240 moveto 1024 3689 lineto 2315 3689 lineto 2614 3689 2786 3643 2918 3527 curveto 3061 3406 3136 3216 3136 2962 curveto 3136 2465 2883 2240 2315 2240 curveto 1024 2240 lineto end_ol grestore gsave 16.588433 14.350000 translate 0.035278 -0.035278 scale start_ol 1603 1856 moveto 260 1856 lineto 260 1408 lineto 1603 1408 lineto 1603 1856 lineto end_ol grestore gsave 13.235633 15.350000 translate 0.035278 -0.035278 scale start_ol 2676 1280 moveto 3099 0 lineto 3686 0 lineto 2241 4160 lineto 1564 4160 lineto 96 0 lineto 655 0 lineto 1089 1280 lineto 2676 1280 lineto 2529 1728 moveto 1219 1728 lineto 1897 3597 lineto 2529 1728 lineto end_ol grestore gsave 13.743633 15.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 14.124633 15.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 14.505633 15.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.928967 15.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 15.352300 15.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 15.563967 15.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.775633 15.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 15.944967 15.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 16.368300 15.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 16.749300 15.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 17.172633 15.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.807633 15.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 17.976967 15.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 18.400300 15.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 13.070533 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 13.451533 16.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 13.874867 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 14.128867 16.350000 translate 0.035278 -0.035278 scale start_ol 1609 0 moveto 2743 3008 lineto 2213 3008 lineto 1377 568 lineto 587 3008 lineto 56 3008 lineto 1095 0 lineto 1609 0 lineto end_ol grestore gsave 14.509867 16.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 14.933200 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 15.187200 16.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 15.398867 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 15.779867 16.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 16.203200 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.584200 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 16.965200 16.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave 17.134533 16.350000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 17.557867 16.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 17.981200 16.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 18.362200 16.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.573867 16.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 18.785533 16.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 7.200000 13.050000 m 9.513197 13.050000 l s [] 0 sd 0 slj 0 slc n 9.888197 13.050000 m 9.388197 13.300000 l 9.513197 13.050000 l 9.388197 12.800000 l ef n 9.888197 13.050000 m 9.388197 13.300000 l 9.513197 13.050000 l 9.388197 12.800000 l cp s 1.000000 1.000000 1.000000 srgb n 24.000000 11.000000 m 24.000000 15.100000 l 30.750000 15.100000 l 30.750000 11.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 24.000000 11.000000 m 24.000000 15.100000 l 30.750000 15.100000 l 30.750000 11.000000 l cp s gsave 25.978000 12.850000 translate 0.035278 -0.035278 scale start_ol 3709 2852 moveto 3546 3731 3029 4160 2129 4160 curveto 1578 4160 1133 3991 830 3665 curveto 458 3272 256 2706 256 2064 curveto 256 1410 464 849 852 463 curveto 1167 147 1572 0 2107 0 curveto 3108 0 3670 525 3794 1581 curveto 3252 1581 lineto 3207 1313 3150 1131 3066 975 curveto 2896 653 2546 471 2106 471 curveto 1287 471 768 1093 768 2069 curveto 768 3072 1265 3689 2061 3689 curveto 2394 3689 2704 3592 2874 3442 curveto 3026 3308 3111 3142 3173 2852 curveto 3709 2852 lineto end_ol grestore gsave 26.528333 12.850000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 26.697667 12.850000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 27.121000 12.850000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 27.544333 12.850000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 27.967667 12.850000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 28.391000 12.850000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 24.500567 13.850000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave 24.923900 13.850000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 25.304900 13.850000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 25.728233 13.850000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave 26.109233 13.850000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave 26.278567 13.850000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 26.701900 13.850000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 27.125233 13.850000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 27.548567 13.850000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 27.971900 13.850000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 28.395233 13.850000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 28.606900 13.850000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 28.860900 13.850000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 29.241900 13.850000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 29.453567 13.850000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 29.834567 13.850000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 30.088567 13.850000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slc n 22.000000 13.050000 m 23.513197 13.050000 l s [] 0 sd 0 slj 0 slc n 23.888197 13.050000 m 23.388197 13.300000 l 23.513197 13.050000 l 23.388197 12.800000 l ef n 23.888197 13.050000 m 23.388197 13.300000 l 23.513197 13.050000 l 23.388197 12.800000 l cp s gsave -17.000000 9.000000 translate 0.035278 -0.035278 scale start_ol 7633 5752 moveto 7300 7521 6242 8384 4403 8384 curveto 3277 8384 2369 8044 1748 7385 curveto 990 6595 576 5454 576 4159 curveto 576 2842 1001 1712 1794 933 curveto 2438 296 3265 0 4357 0 curveto 6402 0 7551 1058 7804 3184 curveto 6705 3184 lineto 6613 2642 6499 2274 6327 1960 curveto 5983 1309 5273 941 4379 941 curveto 2718 941 1664 2198 1664 4170 curveto 1664 6197 2672 7443 4287 7443 curveto 4963 7443 5593 7248 5937 6944 curveto 6246 6673 6418 6337 6544 5752 curveto 7633 5752 lineto end_ol grestore gsave -15.907800 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave -15.061133 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave -14.214467 9.000000 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave -13.791133 9.000000 translate 0.035278 -0.035278 scale start_ol 768 6016 moveto 768 0 lineto 1728 0 lineto 1728 3026 lineto 1728 3860 1946 4405 2404 4728 curveto 2702 4939 2988 5006 3653 5006 curveto 3653 6016 lineto 3494 6016 3414 6016 3289 6016 curveto 2676 6016 2210 5654 1664 4772 curveto 1664 6016 lineto 768 6016 lineto end_ol grestore gsave -13.283133 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave -12.436467 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -12.097800 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -11.674467 9.000000 translate 0.035278 -0.035278 scale start_ol 2981 6016 moveto 1984 6016 lineto 1984 6945 lineto 1984 7342 2213 7546 2648 7546 curveto 2729 7546 2763 7546 2981 7546 curveto 2981 8327 lineto 2762 8373 2636 8384 2440 8384 curveto 1554 8384 1024 7884 1024 7032 curveto 1024 6016 lineto 222 6016 lineto 222 5235 lineto 1024 5235 lineto 1024 0 lineto 1984 0 lineto 1984 5235 lineto 2981 5235 lineto 2981 6016 lineto end_ol grestore gsave -11.251133 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -10.912467 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave -10.065800 9.000000 translate 0.035278 -0.035278 scale start_ol 6347 0 moveto 8111 6016 lineto 7034 6016 lineto 5843 1332 lineto 4663 6016 lineto 3494 6016 lineto 2348 1332 lineto 1123 6016 lineto 69 6016 lineto 1810 0 lineto 2887 0 lineto 4044 4719 lineto 5258 0 lineto 6347 0 lineto end_ol grestore gsave -8.973600 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -8.550267 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -8.211600 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore gsave -7.364933 9.000000 translate 0.035278 -0.035278 scale start_ol 5312 4257 moveto 5312 5382 4475 6016 2986 6016 curveto 1484 6016 512 5349 512 4323 curveto 512 3455 1000 3043 2441 2725 curveto 3347 2524 lineto 4021 2376 4288 2154 4288 1752 curveto 4288 1233 3721 884 2876 884 curveto 2355 884 1916 1019 1673 1248 curveto 1522 1405 1453 1561 1395 1946 curveto 512 1946 lineto 512 631 1287 0 2849 0 curveto 4354 0 5312 688 5312 1757 curveto 5312 2582 4801 3037 3592 3301 curveto 2663 3502 lineto 1873 3672 1536 3905 1536 4296 curveto 1536 4804 2089 5132 2963 5132 curveto 3825 5132 4288 4830 4288 4257 curveto 5312 4257 lineto end_ol grestore gsave -6.602933 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -6.264267 9.000000 translate 0.035278 -0.035278 scale start_ol 5696 8384 moveto 4736 8384 lineto 4736 5089 lineto 4336 5696 3695 6016 2894 6016 curveto 1338 6016 320 4849 320 3062 curveto 320 1167 1293 0 2869 0 curveto 3674 0 4233 306 4736 1042 curveto 4736 0 lineto 5696 0 lineto 5696 8384 lineto 3068 5120 moveto 4089 5120 4736 4288 4736 2987 curveto 4736 1728 4078 896 3080 896 curveto 2036 896 1344 1739 1344 3008 curveto 1344 4277 2036 5120 3068 5120 curveto end_ol grestore gsave -5.417600 9.000000 translate 0.035278 -0.035278 scale start_ol 5727 2688 moveto 5727 3561 5660 4085 5493 4510 curveto 5113 5449 4220 6016 3127 6016 curveto 1497 6016 448 4817 448 2976 curveto 448 1135 1463 0 3103 0 curveto 4441 0 5367 723 5601 1936 curveto 4639 1936 lineto 4383 1245 3859 884 3113 884 curveto 2522 884 2021 1125 1709 1566 curveto 1486 1866 1408 2167 1408 2688 curveto 5727 2688 lineto 1408 3456 moveto 1408 4472 2084 5132 3046 5132 curveto 3985 5132 4707 4420 4707 3519 curveto 4707 3498 4707 3477 4696 3456 curveto 1408 3456 lineto end_ol grestore gsave -4.570933 9.000000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -4.147600 9.000000 translate 0.035278 -0.035278 scale start_ol 6162 827 moveto 6059 804 6013 804 5956 804 curveto 5623 804 5440 961 5440 1234 curveto 5440 4444 lineto 5440 5466 4613 6016 3043 6016 curveto 2118 6016 1352 5776 926 5351 curveto 634 5057 512 4730 512 4163 curveto 1762 4163 lineto 1841 4830 2272 5132 3155 5132 curveto 4004 5132 4480 4836 4480 4307 curveto 4480 4074 lineto 4480 3704 4240 3545 3485 3460 curveto 2136 3301 1930 3259 1564 3122 curveto 866 2857 512 2360 512 1640 curveto 512 635 1267 0 2479 0 curveto 3234 0 3840 263 4515 880 curveto 4584 274 4884 0 5506 0 curveto 5701 0 5851 23 6162 103 curveto 6162 827 lineto 4480 2036 moveto 4480 1745 4389 1567 4106 1328 curveto 3721 1005 3257 838 2702 838 curveto 1966 838 1536 1161 1536 1713 curveto 1536 2287 1955 2578 2963 2714 curveto 3959 2839 4163 2881 4480 3016 curveto 4480 2036 lineto end_ol grestore gsave -3.300933 9.000000 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -2.454267 9.000000 translate 0.035278 -0.035278 scale start_ol 640 -2239 moveto 1600 -2239 lineto 1600 896 lineto 2105 276 2667 0 3447 0 curveto 4995 0 6016 1167 6016 2954 curveto 6016 4838 5033 6016 3445 6016 curveto 2633 6016 1982 5654 1536 4954 curveto 1536 6016 lineto 640 6016 lineto 640 -2239 lineto 3262 5120 moveto 4309 5120 4992 4277 4992 2977 curveto 4992 1739 4298 896 3262 896 curveto 2260 896 1600 1728 1600 3008 curveto 1600 4288 2260 5120 3262 5120 curveto end_ol grestore gsave -1.607600 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 8384 moveto 768 8384 lineto 768 0 lineto 1728 0 lineto 1728 8384 lineto end_ol grestore gsave -1.268933 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave -0.930267 9.000000 translate 0.035278 -0.035278 scale start_ol 5452 3945 moveto 5406 4498 5279 4856 5049 5170 curveto 4634 5702 3909 6016 3068 6016 curveto 1444 6016 384 4817 384 2954 curveto 384 1145 1421 0 3056 0 curveto 4496 0 5406 811 5521 2196 curveto 4558 2196 lineto 4398 1321 3905 884 3092 884 curveto 2038 884 1408 1665 1408 2956 curveto 1408 4320 2027 5132 3069 5132 curveto 3871 5132 4375 4705 4490 3945 curveto 5452 3945 lineto end_ol grestore gsave -0.168267 9.000000 translate 0.035278 -0.035278 scale start_ol 6162 827 moveto 6059 804 6013 804 5956 804 curveto 5623 804 5440 961 5440 1234 curveto 5440 4444 lineto 5440 5466 4613 6016 3043 6016 curveto 2118 6016 1352 5776 926 5351 curveto 634 5057 512 4730 512 4163 curveto 1762 4163 lineto 1841 4830 2272 5132 3155 5132 curveto 4004 5132 4480 4836 4480 4307 curveto 4480 4074 lineto 4480 3704 4240 3545 3485 3460 curveto 2136 3301 1930 3259 1564 3122 curveto 866 2857 512 2360 512 1640 curveto 512 635 1267 0 2479 0 curveto 3234 0 3840 263 4515 880 curveto 4584 274 4884 0 5506 0 curveto 5701 0 5851 23 6162 103 curveto 6162 827 lineto 4480 2036 moveto 4480 1745 4389 1567 4106 1328 curveto 3721 1005 3257 838 2702 838 curveto 1966 838 1536 1161 1536 1713 curveto 1536 2287 1955 2578 2963 2714 curveto 3959 2839 4163 2881 4480 3016 curveto 4480 2036 lineto end_ol grestore gsave 0.678400 9.000000 translate 0.035278 -0.035278 scale start_ol 2905 6016 moveto 1920 6016 lineto 1920 7669 lineto 960 7669 lineto 960 6016 lineto 147 6016 lineto 147 5235 lineto 960 5235 lineto 960 936 lineto 960 338 1374 0 2122 0 curveto 2353 0 2583 23 2905 80 curveto 2905 871 lineto 2779 838 2630 838 2447 838 curveto 2035 838 1920 946 1920 1347 curveto 1920 5235 lineto 2905 5235 lineto 2905 6016 lineto end_ol grestore gsave 1.101733 9.000000 translate 0.035278 -0.035278 scale start_ol 1728 6016 moveto 768 6016 lineto 768 0 lineto 1728 0 lineto 1728 6016 lineto 1728 8384 moveto 768 8384 lineto 768 7171 lineto 1728 7171 lineto 1728 8384 lineto end_ol grestore gsave 1.440400 9.000000 translate 0.035278 -0.035278 scale start_ol 3124 6016 moveto 1417 6016 384 4892 384 3008 curveto 384 1124 1406 0 3136 0 curveto 4843 0 5888 1124 5888 2965 curveto 5888 4903 4878 6016 3124 6016 curveto 3136 5132 moveto 4219 5132 4864 4330 4864 2977 curveto 4864 1696 4196 884 3136 884 curveto 2065 884 1408 1686 1408 3008 curveto 1408 4320 2065 5132 3136 5132 curveto end_ol grestore gsave 2.287067 9.000000 translate 0.035278 -0.035278 scale start_ol 832 6016 moveto 832 0 lineto 1792 0 lineto 1792 3211 lineto 1728 4400 2373 5178 3364 5178 curveto 4124 5178 4608 4734 4608 4034 curveto 4608 0 lineto 5568 0 lineto 5568 4420 lineto 5568 5391 4834 6016 3693 6016 curveto 2812 6016 2248 5675 1728 4845 curveto 1728 6016 lineto 832 6016 lineto end_ol grestore 1.000000 1.000000 1.000000 srgb n -10.000000 11.000000 m -10.000000 15.100000 l 7.200000 15.100000 l 7.200000 11.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n -10.000000 11.000000 m -10.000000 15.100000 l 7.200000 15.100000 l 7.200000 11.000000 l cp s gsave -4.210933 12.350000 translate 0.035278 -0.035278 scale start_ol 3328 2918 moveto 3328 3704 2778 4160 1836 4160 curveto 939 4160 384 3716 384 3002 curveto 384 2521 640 2218 1163 2083 curveto 2150 1823 lineto 2651 1693 2880 1493 2880 1185 curveto 2880 974 2764 758 2592 639 curveto 2432 530 2177 471 1850 471 curveto 1413 471 1114 573 920 798 curveto 770 970 704 1158 704 1399 curveto 256 1399 lineto 256 1031 326 790 482 571 curveto 750 198 1201 0 1797 0 curveto 2265 0 2646 108 2898 303 curveto 3162 514 3328 866 3328 1207 curveto 3328 1694 3031 2051 2505 2197 curveto 1533 2462 lineto 1066 2592 896 2743 896 3046 curveto 896 3447 1271 3712 1836 3712 curveto 2505 3712 2880 3428 2880 2918 curveto 3328 2918 lineto end_ol grestore gsave -3.702933 12.350000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave -3.279600 12.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave -2.856267 12.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -2.475267 12.350000 translate 0.035278 -0.035278 scale start_ol 832 3008 moveto 384 3008 lineto 384 0 lineto 832 0 lineto 832 3008 lineto 832 4160 moveto 384 4160 lineto 384 3570 lineto 832 3570 lineto 832 4160 lineto end_ol grestore gsave -2.305933 12.350000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave -2.094267 12.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave -1.713267 12.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -1.501600 12.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -1.120600 12.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -0.697267 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -0.527933 12.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -0.358600 12.350000 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave 0.064733 12.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 0.488067 12.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 0.869067 12.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 1.250067 12.350000 translate 0.035278 -0.035278 scale start_ol 1216 597 moveto 640 597 lineto 640 0 lineto 1216 0 lineto 1216 597 lineto 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto end_ol grestore gsave -6.962600 13.350000 translate 0.035278 -0.035278 scale start_ol 2304 3008 moveto 2304 2493 lineto 2072 2844 1791 3008 1422 3008 curveto 688 3008 192 2387 192 1477 curveto 192 1017 322 642 564 375 curveto 783 139 1099 0 1409 0 curveto 1780 0 2039 158 2304 531 curveto 2304 355 lineto 2304 -108 2252 -388 2131 -577 curveto 2004 -779 1755 -896 1461 -896 curveto 1241 -896 1045 -824 912 -695 curveto 802 -588 756 -487 727 -265 curveto 280 -265 lineto 330 -901 760 -1280 1446 -1280 curveto 1881 -1280 2255 -1136 2445 -893 curveto 2668 -615 2752 -234 2752 477 curveto 2752 3008 lineto 2304 3008 lineto 1478 2566 moveto 1998 2566 2304 2170 2304 1488 curveto 2304 838 1992 442 1484 442 curveto 958 442 640 843 640 1504 curveto 640 2160 964 2566 1478 2566 curveto end_ol grestore gsave -6.539267 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -6.158267 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -5.734933 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -5.353933 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -5.184600 13.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave -4.761267 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -4.380267 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -3.956933 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -3.787600 13.350000 translate 0.035278 -0.035278 scale start_ol 832 4160 moveto 384 4160 lineto 384 0 lineto 832 0 lineto 832 4160 lineto end_ol grestore gsave -3.618267 13.350000 translate 0.035278 -0.035278 scale start_ol 320 4160 moveto 320 0 lineto 768 0 lineto 768 510 lineto 982 164 1267 0 1658 0 curveto 2398 0 2880 605 2880 1536 curveto 2880 2446 2409 3008 1654 3008 curveto 1260 3008 981 2854 768 2518 curveto 768 4160 lineto 320 4160 lineto 1581 2560 moveto 2098 2560 2432 2139 2432 1488 curveto 2432 869 2087 448 1581 448 curveto 1091 448 768 864 768 1504 curveto 768 2144 1091 2560 1581 2560 curveto end_ol grestore gsave -3.194933 13.350000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave -2.771600 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave -2.390600 13.350000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave -2.009600 13.350000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave -1.586267 13.350000 translate 0.035278 -0.035278 scale start_ol 2560 2129 moveto 2560 2691 2158 3008 1443 3008 curveto 723 3008 256 2675 256 2161 curveto 256 1728 496 1521 1204 1363 curveto 1649 1262 lineto 1981 1188 2112 1077 2112 876 curveto 2112 617 1824 442 1395 442 curveto 1130 442 907 510 783 624 curveto 707 702 671 780 642 973 curveto 256 973 lineto 256 315 628 0 1378 0 curveto 2100 0 2560 344 2560 878 curveto 2560 1291 2309 1518 1715 1651 curveto 1258 1751 lineto 870 1836 704 1952 704 2148 curveto 704 2402 987 2566 1434 2566 curveto 1875 2566 2112 2415 2112 2129 curveto 2560 2129 lineto end_ol grestore gsave -1.205267 13.350000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave -0.781933 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave -0.570267 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave -0.358600 13.350000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave -0.104600 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 0.276400 13.350000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 0.488067 13.350000 translate 0.035278 -0.035278 scale start_ol 1648 1556 moveto 2642 3008 lineto 2111 3008 lineto 1400 1917 lineto 689 3008 lineto 152 3008 lineto 1140 1533 lineto 96 0 lineto 632 0 lineto 1383 1154 lineto 2122 0 lineto 2670 0 lineto 1648 1556 lineto end_ol grestore gsave 0.869067 13.350000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 1.080733 13.350000 translate 0.035278 -0.035278 scale start_ol end_ol grestore gsave 1.292400 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1828 lineto 832 2250 1152 2589 1548 2589 curveto 1908 2589 2112 2378 2112 2006 curveto 2112 0 lineto 2560 0 lineto 2560 1828 lineto 2560 2250 2880 2589 3276 2589 curveto 3631 2589 3840 2372 3840 2006 curveto 3840 0 lineto 4288 0 lineto 4288 2193 lineto 4288 2718 3982 3008 3426 3008 curveto 3028 3008 2790 2888 2512 2550 curveto 2340 2871 2106 3008 1728 3008 curveto 1338 3008 1082 2860 832 2500 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 1.927400 13.350000 translate 0.035278 -0.035278 scale start_ol 2190 3008 moveto 1372 634 lineto 615 3008 lineto 113 3008 lineto 1112 -52 lineto 931 -535 lineto 858 -751 751 -832 553 -832 curveto 485 -832 406 -820 305 -797 curveto 305 -1209 lineto 401 -1258 497 -1280 621 -1280 curveto 773 -1280 937 -1228 1061 -1136 curveto 1208 -1026 1293 -899 1383 -656 curveto 2698 3008 lineto 2190 3008 lineto end_ol grestore gsave 2.308400 13.350000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 2.520067 13.350000 translate 0.035278 -0.035278 scale start_ol 2688 0 moveto 2688 3008 lineto 2240 3008 lineto 2240 1386 lineto 2240 801 1926 419 1438 419 curveto 1068 419 832 638 832 982 curveto 832 3008 lineto 384 3008 lineto 384 786 lineto 384 308 737 0 1290 0 curveto 1708 0 1974 153 2240 545 curveto 2240 0 lineto 2688 0 lineto end_ol grestore gsave 2.943400 13.350000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1606 lineto 832 2200 1162 2589 1668 2589 curveto 2057 2589 2304 2367 2304 2017 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2695 2385 3008 1815 3008 curveto 1374 3008 1092 2837 832 2422 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 3.366733 13.350000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 3.747733 13.350000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 4.001733 13.350000 translate 0.035278 -0.035278 scale start_ol 1216 3008 moveto 640 3008 lineto 640 2411 lineto 1216 2411 lineto 1216 3008 lineto 640 597 moveto 640 0 lineto 967 0 lineto 967 -108 lineto 967 -520 896 -640 640 -640 curveto 640 -832 lineto 1024 -832 1216 -576 1216 -86 curveto 1216 597 lineto 640 597 lineto end_ol grestore gsave -1.683633 14.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave -1.471967 14.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave -1.260300 14.350000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 16.000000 17.100000 m 15.500000 22.100000 3.000000 17.000000 5.782295 22.564590 c s [] 0 sd 0 slj 0 slc n 5.950000 22.900000 m 5.502786 22.564590 l 5.782295 22.564590 l 5.950000 22.340983 l ef n 5.950000 22.900000 m 5.502786 22.564590 l 5.782295 22.564590 l 5.950000 22.340983 l cp s gsave 7.000000 21.000000 translate 0.035278 -0.035278 scale start_ol 1451 3008 moveto 960 3008 lineto 960 3453 lineto 960 3643 1073 3741 1288 3741 curveto 1327 3741 1344 3741 1451 3741 curveto 1451 4131 lineto 1346 4154 1285 4160 1191 4160 curveto 766 4160 512 3914 512 3495 curveto 512 3008 lineto 117 3008 lineto 117 2618 lineto 512 2618 lineto 512 0 lineto 960 0 lineto 960 2618 lineto 1451 2618 lineto 1451 3008 lineto end_ol grestore gsave 7.211667 21.000000 translate 0.035278 -0.035278 scale start_ol 1498 3008 moveto 685 3008 192 2446 192 1504 curveto 192 562 679 0 1504 0 curveto 2318 0 2816 562 2816 1483 curveto 2816 2451 2334 3008 1498 3008 curveto 1504 2566 moveto 2045 2566 2368 2165 2368 1488 curveto 2368 848 2034 442 1504 442 curveto 968 442 640 843 640 1504 curveto 640 2160 968 2566 1504 2566 curveto end_ol grestore gsave 7.635000 21.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 7.889000 21.000000 translate 0.035278 -0.035278 scale start_ol 768 4160 moveto 320 4160 lineto 320 0 lineto 768 0 lineto 768 1171 lineto 1225 1630 lineto 2224 0 lineto 2806 0 lineto 1598 1969 lineto 2625 3008 lineto 2021 3008 lineto 768 1734 lineto 768 4160 lineto end_ol grestore gsave 8.270000 21.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 8.524000 21.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 8.778000 21.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 7.000000 22.000000 translate 0.035278 -0.035278 scale start_ol 320 -1119 moveto 768 -1119 lineto 768 448 lineto 1009 138 1278 0 1651 0 curveto 2392 0 2880 583 2880 1477 curveto 2880 2419 2417 3008 1668 3008 curveto 1285 3008 978 2827 768 2477 curveto 768 3008 lineto 320 3008 lineto 320 -1119 lineto 1583 2560 moveto 2097 2560 2432 2139 2432 1488 curveto 2432 869 2091 448 1583 448 curveto 1092 448 768 864 768 1504 curveto 768 2144 1092 2560 1583 2560 curveto end_ol grestore gsave 7.423333 22.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 7.635000 22.000000 translate 0.035278 -0.035278 scale start_ol 384 4160 moveto 384 0 lineto 832 0 lineto 832 1609 lineto 832 2205 1162 2595 1668 2595 curveto 1827 2595 1986 2545 2104 2461 curveto 2245 2367 2304 2227 2304 2021 curveto 2304 0 lineto 2752 0 lineto 2752 2210 lineto 2752 2701 2389 3008 1801 3008 curveto 1374 3008 1115 2878 832 2517 curveto 832 4160 lineto 384 4160 lineto end_ol grestore gsave 8.058333 22.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 8.312333 22.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 8.735667 22.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 9.159000 22.000000 translate 0.035278 -0.035278 scale start_ol 2752 4160 moveto 2304 4160 lineto 2304 2544 lineto 2107 2848 1791 3008 1396 3008 curveto 630 3008 128 2425 128 1531 curveto 128 583 607 0 1384 0 curveto 1781 0 2056 153 2304 521 curveto 2304 0 lineto 2752 0 lineto 2752 4160 lineto 1454 2560 moveto 1975 2560 2304 2144 2304 1494 curveto 2304 864 1969 448 1460 448 curveto 929 448 576 869 576 1504 curveto 576 2139 929 2560 1454 2560 curveto end_ol grestore gsave 9.582333 22.000000 translate 0.035278 -0.035278 scale start_ol 3263 -768 moveto -124 -768 lineto -124 -1024 lineto 3263 -1024 lineto 3263 -768 lineto end_ol grestore gsave 10.005667 22.000000 translate 0.035278 -0.035278 scale start_ol 2633 1973 moveto 2611 2249 2550 2428 2439 2585 curveto 2239 2851 1890 3008 1485 3008 curveto 702 3008 192 2409 192 1477 curveto 192 573 691 0 1479 0 curveto 2172 0 2611 406 2666 1098 curveto 2192 1098 lineto 2113 661 1870 442 1470 442 curveto 950 442 640 832 640 1478 curveto 640 2160 945 2566 1458 2566 curveto 1853 2566 2102 2353 2158 1973 curveto 2633 1973 lineto end_ol grestore gsave 10.386667 22.000000 translate 0.035278 -0.035278 scale start_ol 384 3008 moveto 384 0 lineto 832 0 lineto 832 1513 lineto 832 1930 939 2203 1165 2364 curveto 1312 2470 1453 2503 1780 2503 curveto 1780 3008 lineto 1704 3008 1666 3008 1607 3008 curveto 1314 3008 1092 2827 832 2386 curveto 832 3008 lineto 384 3008 lineto end_ol grestore gsave 10.640667 22.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 11.064000 22.000000 translate 0.035278 -0.035278 scale start_ol 2980 413 moveto 2929 402 2907 402 2878 402 curveto 2714 402 2624 481 2624 617 curveto 2624 2222 lineto 2624 2733 2226 3008 1472 3008 curveto 1028 3008 659 2888 455 2675 curveto 314 2528 256 2365 256 2081 curveto 817 2081 lineto 857 2415 1072 2566 1513 2566 curveto 1938 2566 2176 2418 2176 2153 curveto 2176 2037 lineto 2176 1852 2060 1772 1695 1730 curveto 1042 1651 942 1630 765 1561 curveto 428 1428 256 1180 256 820 curveto 256 317 621 0 1207 0 curveto 1572 0 1866 131 2192 440 curveto 2225 137 2368 0 2666 0 curveto 2760 0 2831 12 2980 52 curveto 2980 413 lineto 2176 1018 moveto 2176 872 2131 784 1989 664 curveto 1797 502 1565 419 1287 419 curveto 919 419 704 581 704 857 curveto 704 1143 913 1289 1417 1357 curveto 1916 1419 2017 1440 2176 1508 curveto 2176 1018 lineto end_ol grestore gsave 11.487333 22.000000 translate 0.035278 -0.035278 scale start_ol 1445 3008 moveto 960 3008 lineto 960 3835 lineto 512 3835 lineto 512 3008 lineto 111 3008 lineto 111 2618 lineto 512 2618 lineto 512 468 lineto 512 169 711 0 1070 0 curveto 1180 0 1290 11 1445 40 curveto 1445 435 lineto 1383 419 1310 419 1219 419 curveto 1016 419 960 473 960 674 curveto 960 2618 lineto 1445 2618 lineto 1445 3008 lineto end_ol grestore gsave 11.699000 22.000000 translate 0.035278 -0.035278 scale start_ol 2832 1344 moveto 2832 1780 2799 2042 2718 2255 curveto 2532 2724 2097 3008 1563 3008 curveto 768 3008 256 2409 256 1488 curveto 256 567 751 0 1551 0 curveto 2204 0 2656 362 2770 968 curveto 2296 968 lineto 2170 622 1912 442 1544 442 curveto 1253 442 1006 562 852 783 curveto 742 933 704 1083 704 1344 curveto 2832 1344 lineto 704 1728 moveto 704 2236 1037 2566 1511 2566 curveto 1974 2566 2330 2210 2330 1759 curveto 2330 1749 2330 1739 2324 1728 curveto 704 1728 lineto end_ol grestore gsave 12.122333 22.000000 translate 0.035278 -0.035278 scale start_ol 1295 4160 moveto 736 3408 384 2363 384 1462 curveto 384 555 736 -490 1295 -1242 curveto 1605 -1242 lineto 1108 -421 832 543 832 1462 curveto 832 2375 1108 3345 1605 4160 curveto 1295 4160 lineto end_ol grestore gsave 12.376333 22.000000 translate 0.035278 -0.035278 scale start_ol 497 -1242 moveto 1056 -490 1408 555 1408 1456 curveto 1408 2363 1056 3408 497 4160 curveto 187 4160 lineto 684 3339 960 2375 960 1456 curveto 960 543 684 -427 187 -1242 curveto 497 -1242 lineto end_ol grestore gsave 12.630333 22.000000 translate 0.035278 -0.035278 scale start_ol 512 597 moveto 512 0 lineto 841 0 lineto 841 -108 lineto 841 -520 770 -640 512 -640 curveto 512 -832 lineto 896 -832 1088 -576 1088 -86 curveto 1088 597 lineto 512 597 lineto end_ol grestore gsave 7.000000 23.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 7.211667 23.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore gsave 7.423333 23.000000 translate 0.035278 -0.035278 scale start_ol 1088 597 moveto 512 597 lineto 512 0 lineto 1088 0 lineto 1088 597 lineto end_ol grestore 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc n 22.000000 11.025000 m 30.350000 6.375000 2.550000 6.275000 9.589530 10.763291 c s [] 0 sd 0 slj 0 slc n 9.905728 10.964894 m 9.349728 10.906889 l 9.589530 10.763291 l 9.618532 10.485291 l ef n 9.905728 10.964894 m 9.349728 10.906889 l 9.589530 10.763291 l 9.618532 10.485291 l cp s showpage gsasl-1.8.0/doc/texi/0000775000000000000000000000000011760732126011325 500000000000000gsasl-1.8.0/doc/texi/error.c.texi0000664000000000000000000000241711760731230013511 00000000000000@subheading gsasl_strerror @anchor{gsasl_strerror} @deftypefun {const char *} {gsasl_strerror} (int @var{err}) @var{err}: libgsasl error code Convert return code to human readable string explanation of the reason for the particular error code. This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to @code{gsasl_init()}. @strong{Return value:} Returns a pointer to a statically allocated string containing an explanation of the error code @code{err}. @end deftypefun @subheading gsasl_strerror_name @anchor{gsasl_strerror_name} @deftypefun {const char *} {gsasl_strerror_name} (int @var{err}) @var{err}: libgsasl error code Convert return code to human readable string representing the error code symbol itself. For example, gsasl_strerror_name(@code{GSASL_OK}) returns the string "GSASL_OK". This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to @code{gsasl_init()}. @strong{Return value:} Returns a pointer to a statically allocated string containing a string version of the error code @code{err}, or NULL if the error code is not known. @strong{Since:} 0.2.29 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_property_set_raw.texi0000664000000000000000000000147411760731227016750 00000000000000@subheading gsasl_property_set_raw @anchor{gsasl_property_set_raw} @deftypefun {void} {gsasl_property_set_raw} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}, const char * @var{data}, size_t @var{len}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. @var{data}: character string to store. @var{len}: length of character string to store. Make a copy of @code{len} sized @code{data} and store a zero terminated version of it in the session handle for the indicated property @code{prop}. You can immediately deallocate @code{data} after calling this function, without affecting the data stored in the session handle. Except for the length indicator, this function is identical to gsasl_property_set. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/version.c.texi0000664000000000000000000000135011760731230014040 00000000000000@subheading gsasl_check_version @anchor{gsasl_check_version} @deftypefun {const char *} {gsasl_check_version} (const char * @var{req_version}) @var{req_version}: version string to compare with, or NULL. Check GNU SASL Library version. See @code{GSASL_VERSION} for a suitable @code{req_version} string. This function is one of few in the library that can be used without a successful call to @code{gsasl_init()}. @strong{Return value:} Check that the version of the library is at minimum the one given as a string in @code{req_version} and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_suggest_mechanism.texi0000664000000000000000000000127211760731223020423 00000000000000@subheading gsasl_server_suggest_mechanism @anchor{gsasl_server_suggest_mechanism} @deftypefun {const char *} {gsasl_server_suggest_mechanism} (Gsasl * @var{ctx}, const char * @var{mechlist}) @var{ctx}: libgsasl handle. @var{mechlist}: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). Get name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. @strong{Return value:} Returns name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. @strong{Deprecated:} This function was never useful, since it is the client that chose which mechanism to use. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_qop_set.texi0000664000000000000000000000134111760731224020152 00000000000000@subheading gsasl_client_callback_qop_set @anchor{gsasl_client_callback_qop_set} @deftypefun {void} {gsasl_client_callback_qop_set} (Gsasl * @var{ctx}, Gsasl_client_callback_qop @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to determine the qop to use after looking at what the server offered. The function can be later retrieved using @code{gsasl_client_callback_qop_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_mechanism_name.texi0000664000000000000000000000064411760731222016275 00000000000000@subheading gsasl_mechanism_name @anchor{gsasl_mechanism_name} @deftypefun {const char *} {gsasl_mechanism_name} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. This function returns the name of the SASL mechanism used in the session. @strong{Return value:} Returns a zero terminated character array with the name of the SASL mechanism, or NULL if not known. @strong{Since:} 0.2.28 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_authorization_id_set.texi0000664000000000000000000000141011760731223022723 00000000000000@subheading gsasl_client_callback_authorization_id_set @anchor{gsasl_client_callback_authorization_id_set} @deftypefun {void} {gsasl_client_callback_authorization_id_set} (Gsasl * @var{ctx}, Gsasl_client_callback_authorization_id @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the authorization identity. The function can be later retrieved using @code{gsasl_client_callback_authorization_id_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_service_set.texi0000664000000000000000000000147311760731226021053 00000000000000@subheading gsasl_server_callback_service_set @anchor{gsasl_server_callback_service_set} @deftypefun {void} {gsasl_server_callback_service_set} (Gsasl * @var{ctx}, Gsasl_server_callback_service @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. The function can be later retrieved using @code{gsasl_server_callback_service_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_property_get.texi0000664000000000000000000000215111760731227016054 00000000000000@subheading gsasl_property_get @anchor{gsasl_property_get} @deftypefun {const char *} {gsasl_property_get} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. Retrieve the data stored in the session handle for given property @code{prop}, possibly invoking the application callback to get the value. The pointer is to live data, and must not be deallocated or modified in any way. This function will invoke the application callback, using @code{gsasl_callback()}, when a property value is not known. If no value is known, and no callback is specified or if the callback fail to return data, and if any obsolete callback functions has been set by the application, this function will try to call these obsolete callbacks, and store the returned data as the corresponding property. This behaviour of this function will be removed when the obsolete callback interfaces are removed. @strong{Return value:} Return data for property, or NULL if no value known. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_pin_set.texi0000664000000000000000000000145711760731224020151 00000000000000@subheading gsasl_client_callback_pin_set @anchor{gsasl_client_callback_pin_set} @deftypefun {void} {gsasl_client_callback_pin_set} (Gsasl * @var{ctx}, Gsasl_client_callback_pin @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to chose a new pin, possibly suggested by the server, for the SECURID mechanism. This is not normally invoked, but only when the server requests it. The function can be later retrieved using @code{gsasl_client_callback_pin_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_cipher_set.texi0000664000000000000000000000152411760731226020662 00000000000000@subheading gsasl_server_callback_cipher_set @anchor{gsasl_server_callback_cipher_set} @deftypefun {void} {gsasl_server_callback_cipher_set} (Gsasl * @var{ctx}, Gsasl_server_callback_cipher @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to inform the client of the cipher suites supported. The DES and 3DES ciphers must be supported for interoperability. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using @code{gsasl_server_callback_cipher_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_md5pwd_get_password.texi0000664000000000000000000000221311760731226017310 00000000000000@subheading gsasl_md5pwd_get_password @anchor{gsasl_md5pwd_get_password} @deftypefun {int} {gsasl_md5pwd_get_password} (const char * @var{filename}, const char * @var{username}, char * @var{key}, size_t * @var{keylen}) @var{filename}: filename of file containing passwords. @var{username}: username string. @var{key}: output character array. @var{keylen}: input maximum size of output character array, on output contains actual length of output array. Retrieve password for user from specified file. To find out how large the output array must be, call this function with out=NULL. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. @strong{Return value:} Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code. @strong{Deprecated:} Use @code{gsasl_simple_getpass()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_realm_set.texi0000664000000000000000000000143211760731224020454 00000000000000@subheading gsasl_client_callback_realm_set @anchor{gsasl_client_callback_realm_set} @deftypefun {void} {gsasl_client_callback_realm_set} (Gsasl * @var{ctx}, Gsasl_client_callback_realm @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to know which realm it belongs to. The realm is used by the server to determine which username and password to use. The function can be later retrieved using @code{gsasl_client_callback_realm_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_anonymous_get.texi0000664000000000000000000000131111760731225021415 00000000000000@subheading gsasl_server_callback_anonymous_get @anchor{gsasl_server_callback_anonymous_get} @deftypefun {Gsasl_server_callback_anonymous} {gsasl_server_callback_anonymous_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_anonymous_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_anonymous_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_free.texi0000664000000000000000000000102011760731222014237 00000000000000@subheading gsasl_free @anchor{gsasl_free} @deftypefun {void} {gsasl_free} (void * @var{ptr}) @var{ptr}: memory pointer Invoke free(@code{ptr}) to de-allocate memory pointer. Typically used on strings allocated by other libgsasl functions. This is useful on Windows where libgsasl is linked to one CRT and the application is linked to another CRT. Then malloc/free will not use the same heap. This happens if you build libgsasl using mingw32 and the application with Visual Studio. @strong{Since:} 0.2.19 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_realm_set.texi0000664000000000000000000000142411760731225020506 00000000000000@subheading gsasl_server_callback_realm_set @anchor{gsasl_server_callback_realm_set} @deftypefun {void} {gsasl_server_callback_realm_set} (Gsasl * @var{ctx}, Gsasl_server_callback_realm @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to know which realm it serves. The realm is used by the user to determine which username and password to use. The function can be later retrieved using @code{gsasl_server_callback_realm_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_mechlist.texi0000664000000000000000000000104111760731222016467 00000000000000@subheading gsasl_client_mechlist @anchor{gsasl_client_mechlist} @deftypefun {int} {gsasl_client_mechlist} (Gsasl * @var{ctx}, char ** @var{out}) @var{ctx}: libgsasl handle. @var{out}: newly allocated output character array. Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl client. @code{out} is allocated by this function, and it is the responsibility of caller to deallocate it. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_authentication_id_get.texi0000664000000000000000000000137111760731223023034 00000000000000@subheading gsasl_client_callback_authentication_id_get @anchor{gsasl_client_callback_authentication_id_get} @deftypefun {Gsasl_client_callback_authentication_id} {gsasl_client_callback_authentication_id_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_authentication_id_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_authentication_id_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_anonymous_set.texi0000664000000000000000000000135511760731225021441 00000000000000@subheading gsasl_server_callback_anonymous_set @anchor{gsasl_server_callback_anonymous_set} @deftypefun {void} {gsasl_server_callback_anonymous_set} (Gsasl * @var{ctx}, Gsasl_server_callback_anonymous @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is permitted anonymous access. The function can be later retrieved using @code{gsasl_server_callback_anonymous_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_stringprep_saslprep.texi0000664000000000000000000000171011760731226017436 00000000000000@subheading gsasl_stringprep_saslprep @anchor{gsasl_stringprep_saslprep} @deftypefun {char *} {gsasl_stringprep_saslprep} (const char * @var{in}, int * @var{stringprep_rc}) @var{in}: input ASCII or UTF-8 string with data to prepare according to SASLprep. @var{stringprep_rc}: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. Process a Unicode string for comparison, according to the "SASLprep" stringprep profile. This function is intended to be used by Simple Authentication and Security Layer (SASL) mechanisms (such as PLAIN, CRAM-MD5, and DIGEST-MD5) as well as other protocols exchanging user names and/or passwords. @strong{Return value:} Return a newly allocated string that is the "SASLprep" processed form of the input string, or NULL on error, in which case @code{stringprep_rc} contain the stringprep library error code. @strong{Deprecated:} Use @code{gsasl_saslprep()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_finish.texi0000664000000000000000000000054011760731222016172 00000000000000@subheading gsasl_server_finish @anchor{gsasl_server_finish} @deftypefun {void} {gsasl_server_finish} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl server handle. Destroy a libgsasl server handle. The handle must not be used with other libgsasl functions after this call. @strong{Deprecated:} Use @code{gsasl_finish()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_securid_get.texi0000664000000000000000000000127511760731226021035 00000000000000@subheading gsasl_server_callback_securid_get @anchor{gsasl_server_callback_securid_get} @deftypefun {Gsasl_server_callback_securid} {gsasl_server_callback_securid_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_securid_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_securid_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_application_data_set.texi0000664000000000000000000000133411760731223021064 00000000000000@subheading gsasl_server_application_data_set @anchor{gsasl_server_application_data_set} @deftypefun {void} {gsasl_server_application_data_set} (Gsasl_session * @var{sctx}, void * @var{application_data}) @var{sctx}: libgsasl server handle. @var{application_data}: opaque pointer to application specific data. Store application specific data in the libgsasl server handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_server_application_data_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} or @code{gsasl_session_hook_set()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_realm_get.texi0000664000000000000000000000126111760731225020441 00000000000000@subheading gsasl_client_callback_realm_get @anchor{gsasl_client_callback_realm_get} @deftypefun {Gsasl_client_callback_realm} {gsasl_client_callback_realm_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_realm_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_realm_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/obsolete.c.texi0000664000000000000000000015363311760731230014203 00000000000000@subheading gsasl_client_listmech @anchor{gsasl_client_listmech} @deftypefun {int} {gsasl_client_listmech} (Gsasl * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output character array. @var{outlen}: input maximum size of output character array, on output contains actual length of output array. Write SASL names, separated by space, of mechanisms supported by the libgsasl client to the output array. To find out how large the output array must be, call this function with a NULL @code{out} parameter. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @strong{Deprecated:} Use @code{gsasl_client_mechlist()} instead. @end deftypefun @subheading gsasl_server_listmech @anchor{gsasl_server_listmech} @deftypefun {int} {gsasl_server_listmech} (Gsasl * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output character array. @var{outlen}: input maximum size of output character array, on output contains actual length of output array. Write SASL names, separated by space, of mechanisms supported by the libgsasl server to the output array. To find out how large the output array must be, call this function with a NULL @code{out} parameter. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @strong{Deprecated:} Use @code{gsasl_server_mechlist()} instead. @end deftypefun @subheading gsasl_client_step @anchor{gsasl_client_step} @deftypefun {int} {gsasl_client_step} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl client handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Perform one step of SASL authentication in client. This reads data from server (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than @code{GSASL_NEEDS_MORE}. @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @strong{Deprecated:} Use @code{gsasl_step()} instead. @end deftypefun @subheading gsasl_server_step @anchor{gsasl_server_step} @deftypefun {int} {gsasl_server_step} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl server handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Perform one step of SASL authentication in server. This reads data from client (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to client (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than @code{GSASL_NEEDS_MORE}. @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @strong{Deprecated:} Use @code{gsasl_step()} instead. @end deftypefun @subheading gsasl_client_step_base64 @anchor{gsasl_client_step_base64} @deftypefun {int} {gsasl_client_step_base64} (Gsasl_session * @var{sctx}, const char * @var{b64input}, char * @var{b64output}, size_t @var{b64output_len}) @var{sctx}: libgsasl client handle. @var{b64input}: input base64 encoded byte array. @var{b64output}: output base64 encoded byte array. @var{b64output_len}: size of output base64 encoded byte array. This is a simple wrapper around @code{gsasl_client_step()} that base64 decodes the input and base64 encodes the output. @strong{Return value:} See @code{gsasl_client_step()}. @strong{Deprecated:} Use @code{gsasl_step64()} instead. @end deftypefun @subheading gsasl_server_step_base64 @anchor{gsasl_server_step_base64} @deftypefun {int} {gsasl_server_step_base64} (Gsasl_session * @var{sctx}, const char * @var{b64input}, char * @var{b64output}, size_t @var{b64output_len}) @var{sctx}: libgsasl server handle. @var{b64input}: input base64 encoded byte array. @var{b64output}: output base64 encoded byte array. @var{b64output_len}: size of output base64 encoded byte array. This is a simple wrapper around @code{gsasl_server_step()} that base64 decodes the input and base64 encodes the output. @strong{Return value:} See @code{gsasl_server_step()}. @strong{Deprecated:} Use @code{gsasl_step64()} instead. @end deftypefun @subheading gsasl_client_finish @anchor{gsasl_client_finish} @deftypefun {void} {gsasl_client_finish} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl client handle. Destroy a libgsasl client handle. The handle must not be used with other libgsasl functions after this call. @strong{Deprecated:} Use @code{gsasl_finish()} instead. @end deftypefun @subheading gsasl_server_finish @anchor{gsasl_server_finish} @deftypefun {void} {gsasl_server_finish} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl server handle. Destroy a libgsasl server handle. The handle must not be used with other libgsasl functions after this call. @strong{Deprecated:} Use @code{gsasl_finish()} instead. @end deftypefun @subheading gsasl_client_ctx_get @anchor{gsasl_client_ctx_get} @deftypefun {Gsasl *} {gsasl_client_ctx_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl client handle Get the libgsasl handle given a libgsasl client handle. @strong{Return value:} Returns the libgsasl handle given a libgsasl client handle. @strong{Deprecated:} This function is not useful with the new 0.2.0 API. @end deftypefun @subheading gsasl_client_application_data_set @anchor{gsasl_client_application_data_set} @deftypefun {void} {gsasl_client_application_data_set} (Gsasl_session * @var{sctx}, void * @var{application_data}) @var{sctx}: libgsasl client handle. @var{application_data}: opaque pointer to application specific data. Store application specific data in the libgsasl client handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_client_application_data_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} or @code{gsasl_session_hook_set()} instead. @end deftypefun @subheading gsasl_client_application_data_get @anchor{gsasl_client_application_data_get} @deftypefun {void *} {gsasl_client_application_data_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl client handle. Retrieve application specific data from libgsasl client handle. The application data is set using @code{gsasl_client_application_data_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} or @code{gsasl_session_hook_get()} instead. @end deftypefun @subheading gsasl_server_ctx_get @anchor{gsasl_server_ctx_get} @deftypefun {Gsasl *} {gsasl_server_ctx_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl server handle Get the libgsasl handle given a libgsasl server handle. @strong{Return value:} Returns the libgsasl handle given a libgsasl server handle. @strong{Deprecated:} This function is not useful with the new 0.2.0 API. @end deftypefun @subheading gsasl_server_application_data_set @anchor{gsasl_server_application_data_set} @deftypefun {void} {gsasl_server_application_data_set} (Gsasl_session * @var{sctx}, void * @var{application_data}) @var{sctx}: libgsasl server handle. @var{application_data}: opaque pointer to application specific data. Store application specific data in the libgsasl server handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_server_application_data_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} or @code{gsasl_session_hook_set()} instead. @end deftypefun @subheading gsasl_server_application_data_get @anchor{gsasl_server_application_data_get} @deftypefun {void *} {gsasl_server_application_data_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl server handle. Retrieve application specific data from libgsasl server handle. The application data is set using @code{gsasl_server_application_data_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} or @code{gsasl_session_hook_get()} instead. @end deftypefun @subheading gsasl_randomize @anchor{gsasl_randomize} @deftypefun {int} {gsasl_randomize} (int @var{strong}, char * @var{data}, size_t @var{datalen}) @var{strong}: 0 iff operation should not block, non-0 for very strong randomness. @var{data}: output array to be filled with random data. @var{datalen}: size of output array. Store cryptographically random data of given size in the provided buffer. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @strong{Deprecated:} Use @code{gsasl_random()} or @code{gsasl_nonce()} instead. @end deftypefun @subheading gsasl_ctx_get @anchor{gsasl_ctx_get} @deftypefun {Gsasl *} {gsasl_ctx_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle Get the libgsasl handle given a libgsasl session handle. @strong{Return value:} Returns the libgsasl handle given a libgsasl session handle. @strong{Deprecated:} This function is not useful with the new 0.2.0 API. @end deftypefun @subheading gsasl_encode_inline @anchor{gsasl_encode_inline} @deftypefun {int} {gsasl_encode_inline} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @strong{Deprecated:} Use @code{gsasl_encode()} instead. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_decode_inline @anchor{gsasl_decode_inline} @deftypefun {int} {gsasl_decode_inline} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @strong{Deprecated:} Use @code{gsasl_decode()} instead. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_application_data_set @anchor{gsasl_application_data_set} @deftypefun {void} {gsasl_application_data_set} (Gsasl * @var{ctx}, void * @var{appdata}) @var{ctx}: libgsasl handle. @var{appdata}: opaque pointer to application specific data. Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_application_data_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} instead. @end deftypefun @subheading gsasl_application_data_get @anchor{gsasl_application_data_get} @deftypefun {void *} {gsasl_application_data_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Retrieve application specific data from libgsasl handle. The application data is set using @code{gsasl_application_data_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} instead. @end deftypefun @subheading gsasl_appinfo_set @anchor{gsasl_appinfo_set} @deftypefun {void} {gsasl_appinfo_set} (Gsasl_session * @var{sctx}, void * @var{appdata}) @var{sctx}: libgsasl session handle. @var{appdata}: opaque pointer to application specific data. Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_appinfo_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} instead. @end deftypefun @subheading gsasl_appinfo_get @anchor{gsasl_appinfo_get} @deftypefun {void *} {gsasl_appinfo_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. Retrieve application specific data from libgsasl session handle. The application data is set using @code{gsasl_appinfo_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} instead. @end deftypefun @subheading gsasl_server_suggest_mechanism @anchor{gsasl_server_suggest_mechanism} @deftypefun {const char *} {gsasl_server_suggest_mechanism} (Gsasl * @var{ctx}, const char * @var{mechlist}) @var{ctx}: libgsasl handle. @var{mechlist}: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). Get name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. @strong{Return value:} Returns name of "best" SASL mechanism supported by the libgsasl server which is present in the input string. @strong{Deprecated:} This function was never useful, since it is the client that chose which mechanism to use. @end deftypefun @subheading gsasl_client_callback_authentication_id_set @anchor{gsasl_client_callback_authentication_id_set} @deftypefun {void} {gsasl_client_callback_authentication_id_set} (Gsasl * @var{ctx}, Gsasl_client_callback_authentication_id @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the authentication identity. The function can be later retrieved using @code{gsasl_client_callback_authentication_id_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_authentication_id_get @anchor{gsasl_client_callback_authentication_id_get} @deftypefun {Gsasl_client_callback_authentication_id} {gsasl_client_callback_authentication_id_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_authentication_id_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_authentication_id_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_authorization_id_set @anchor{gsasl_client_callback_authorization_id_set} @deftypefun {void} {gsasl_client_callback_authorization_id_set} (Gsasl * @var{ctx}, Gsasl_client_callback_authorization_id @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the authorization identity. The function can be later retrieved using @code{gsasl_client_callback_authorization_id_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_authorization_id_get @anchor{gsasl_client_callback_authorization_id_get} @deftypefun {Gsasl_client_callback_authorization_id} {gsasl_client_callback_authorization_id_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_authorization_id_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_authorization_id_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_password_set @anchor{gsasl_client_callback_password_set} @deftypefun {void} {gsasl_client_callback_password_set} (Gsasl * @var{ctx}, Gsasl_client_callback_password @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the password. The function can be later retrieved using @code{gsasl_client_callback_password_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_password_get @anchor{gsasl_client_callback_password_get} @deftypefun {Gsasl_client_callback_password} {gsasl_client_callback_password_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_password_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_password_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_passcode_set @anchor{gsasl_client_callback_passcode_set} @deftypefun {void} {gsasl_client_callback_passcode_set} (Gsasl * @var{ctx}, Gsasl_client_callback_passcode @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the passcode. The function can be later retrieved using @code{gsasl_client_callback_passcode_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_passcode_get @anchor{gsasl_client_callback_passcode_get} @deftypefun {Gsasl_client_callback_passcode} {gsasl_client_callback_passcode_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_passcode_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_passcode_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_pin_set @anchor{gsasl_client_callback_pin_set} @deftypefun {void} {gsasl_client_callback_pin_set} (Gsasl * @var{ctx}, Gsasl_client_callback_pin @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to chose a new pin, possibly suggested by the server, for the SECURID mechanism. This is not normally invoked, but only when the server requests it. The function can be later retrieved using @code{gsasl_client_callback_pin_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_pin_get @anchor{gsasl_client_callback_pin_get} @deftypefun {Gsasl_client_callback_pin} {gsasl_client_callback_pin_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_pin_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_pin_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_service_set @anchor{gsasl_client_callback_service_set} @deftypefun {void} {gsasl_client_callback_service_set} (Gsasl * @var{ctx}, Gsasl_client_callback_service @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. Servicename is used by DIGEST-MD5 and should be the name of generic server in case of a replicated service. The function can be later retrieved using @code{gsasl_client_callback_service_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_service_get @anchor{gsasl_client_callback_service_get} @deftypefun {Gsasl_client_callback_service} {gsasl_client_callback_service_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_service_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_service_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_anonymous_set @anchor{gsasl_client_callback_anonymous_set} @deftypefun {void} {gsasl_client_callback_anonymous_set} (Gsasl * @var{ctx}, Gsasl_client_callback_anonymous @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the anonymous token, which usually is the users email address. The function can be later retrieved using @code{gsasl_client_callback_anonymous_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_anonymous_get @anchor{gsasl_client_callback_anonymous_get} @deftypefun {Gsasl_client_callback_anonymous} {gsasl_client_callback_anonymous_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_anonymous_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_anonymous_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_qop_set @anchor{gsasl_client_callback_qop_set} @deftypefun {void} {gsasl_client_callback_qop_set} (Gsasl * @var{ctx}, Gsasl_client_callback_qop @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to determine the qop to use after looking at what the server offered. The function can be later retrieved using @code{gsasl_client_callback_qop_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_qop_get @anchor{gsasl_client_callback_qop_get} @deftypefun {Gsasl_client_callback_qop} {gsasl_client_callback_qop_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_qop_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_qop_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_maxbuf_set @anchor{gsasl_client_callback_maxbuf_set} @deftypefun {void} {gsasl_client_callback_maxbuf_set} (Gsasl * @var{ctx}, Gsasl_client_callback_maxbuf @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to inform the server of the largest buffer the client is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using @code{gsasl_client_callback_maxbuf_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_maxbuf_get @anchor{gsasl_client_callback_maxbuf_get} @deftypefun {Gsasl_client_callback_maxbuf} {gsasl_client_callback_maxbuf_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_maxbuf_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_maxbuf_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_realm_set @anchor{gsasl_client_callback_realm_set} @deftypefun {void} {gsasl_client_callback_realm_set} (Gsasl * @var{ctx}, Gsasl_client_callback_realm @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to know which realm it belongs to. The realm is used by the server to determine which username and password to use. The function can be later retrieved using @code{gsasl_client_callback_realm_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_client_callback_realm_get @anchor{gsasl_client_callback_realm_get} @deftypefun {Gsasl_client_callback_realm} {gsasl_client_callback_realm_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_realm_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_realm_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_validate_set @anchor{gsasl_server_callback_validate_set} @deftypefun {void} {gsasl_server_callback_validate_set} (Gsasl * @var{ctx}, Gsasl_server_callback_validate @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using @code{gsasl_server_callback_validate_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_validate_get @anchor{gsasl_server_callback_validate_get} @deftypefun {Gsasl_server_callback_validate} {gsasl_server_callback_validate_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_validate_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_validate_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_retrieve_set @anchor{gsasl_server_callback_retrieve_set} @deftypefun {void} {gsasl_server_callback_retrieve_set} (Gsasl * @var{ctx}, Gsasl_server_callback_retrieve @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using @code{gsasl_server_callback_retrieve_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_retrieve_get @anchor{gsasl_server_callback_retrieve_get} @deftypefun {Gsasl_server_callback_retrieve} {gsasl_server_callback_retrieve_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_retrieve_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_retrieve_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_cram_md5_set @anchor{gsasl_server_callback_cram_md5_set} @deftypefun {void} {gsasl_server_callback_cram_md5_set} (Gsasl * @var{ctx}, Gsasl_server_callback_cram_md5 @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated using CRAM-MD5 challenge and response. The function can be later retrieved using @code{gsasl_server_callback_cram_md5_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_cram_md5_get @anchor{gsasl_server_callback_cram_md5_get} @deftypefun {Gsasl_server_callback_cram_md5} {gsasl_server_callback_cram_md5_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_cram_md5_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_cram_md5_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_digest_md5_set @anchor{gsasl_server_callback_digest_md5_set} @deftypefun {void} {gsasl_server_callback_digest_md5_set} (Gsasl * @var{ctx}, Gsasl_server_callback_digest_md5 @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for retrieving the secret hash of the username, realm and password for use in the DIGEST-MD5 mechanism. The function can be later retrieved using @code{gsasl_server_callback_digest_md5_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_digest_md5_get @anchor{gsasl_server_callback_digest_md5_get} @deftypefun {Gsasl_server_callback_digest_md5} {gsasl_server_callback_digest_md5_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_digest_md5_set()}. @strong{Return value:} Return the callback earlier set by calling @code{gsasl_server_callback_digest_md5_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_external_set @anchor{gsasl_server_callback_external_set} @deftypefun {void} {gsasl_server_callback_external_set} (Gsasl * @var{ctx}, Gsasl_server_callback_external @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated out of band. The function can be later retrieved using @code{gsasl_server_callback_external_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_external_get @anchor{gsasl_server_callback_external_get} @deftypefun {Gsasl_server_callback_external} {gsasl_server_callback_external_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_external_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_external_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_anonymous_set @anchor{gsasl_server_callback_anonymous_set} @deftypefun {void} {gsasl_server_callback_anonymous_set} (Gsasl * @var{ctx}, Gsasl_server_callback_anonymous @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is permitted anonymous access. The function can be later retrieved using @code{gsasl_server_callback_anonymous_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_anonymous_get @anchor{gsasl_server_callback_anonymous_get} @deftypefun {Gsasl_server_callback_anonymous} {gsasl_server_callback_anonymous_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_anonymous_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_anonymous_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_realm_set @anchor{gsasl_server_callback_realm_set} @deftypefun {void} {gsasl_server_callback_realm_set} (Gsasl * @var{ctx}, Gsasl_server_callback_realm @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to know which realm it serves. The realm is used by the user to determine which username and password to use. The function can be later retrieved using @code{gsasl_server_callback_realm_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_realm_get @anchor{gsasl_server_callback_realm_get} @deftypefun {Gsasl_server_callback_realm} {gsasl_server_callback_realm_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_realm_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_realm_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_qop_set @anchor{gsasl_server_callback_qop_set} @deftypefun {void} {gsasl_server_callback_qop_set} (Gsasl * @var{ctx}, Gsasl_server_callback_qop @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to know which quality of protection it accepts. The quality of protection eventually used is selected by the client though. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using @code{gsasl_server_callback_qop_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_qop_get @anchor{gsasl_server_callback_qop_get} @deftypefun {Gsasl_server_callback_qop} {gsasl_server_callback_qop_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_qop_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_qop_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_maxbuf_set @anchor{gsasl_server_callback_maxbuf_set} @deftypefun {void} {gsasl_server_callback_maxbuf_set} (Gsasl * @var{ctx}, Gsasl_server_callback_maxbuf @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to inform the client of the largest buffer the server is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using @code{gsasl_server_callback_maxbuf_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_maxbuf_get @anchor{gsasl_server_callback_maxbuf_get} @deftypefun {Gsasl_server_callback_maxbuf} {gsasl_server_callback_maxbuf_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_maxbuf_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_maxbuf_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_cipher_set @anchor{gsasl_server_callback_cipher_set} @deftypefun {void} {gsasl_server_callback_cipher_set} (Gsasl * @var{ctx}, Gsasl_server_callback_cipher @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to inform the client of the cipher suites supported. The DES and 3DES ciphers must be supported for interoperability. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using @code{gsasl_server_callback_cipher_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_cipher_get @anchor{gsasl_server_callback_cipher_get} @deftypefun {Gsasl_server_callback_cipher} {gsasl_server_callback_cipher_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_cipher_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_cipher_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_securid_set @anchor{gsasl_server_callback_securid_set} @deftypefun {void} {gsasl_server_callback_securid_set} (Gsasl * @var{ctx}, Gsasl_server_callback_securid @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for validating a user via the SECURID mechanism. The function should return GSASL_OK if user authenticated successfully, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE if it wants another passcode, GSASL_SECURID_SERVER_NEED_NEW_PIN if it wants a PIN change, or an error. When (and only when) GSASL_SECURID_SERVER_NEED_NEW_PIN is returned, suggestpin can be populated with a PIN code the server suggests, and suggestpinlen set to the length of the PIN. The function can be later retrieved using @code{gsasl_server_callback_securid_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_securid_get @anchor{gsasl_server_callback_securid_get} @deftypefun {Gsasl_server_callback_securid} {gsasl_server_callback_securid_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_securid_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_securid_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_gssapi_set @anchor{gsasl_server_callback_gssapi_set} @deftypefun {void} {gsasl_server_callback_gssapi_set} (Gsasl * @var{ctx}, Gsasl_server_callback_gssapi @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for checking if a GSSAPI user is authorized for username (by, e.g., calling krb5_kuserok). The function should return GSASL_OK if the user should be permitted access, or an error code such as GSASL_AUTHENTICATION_ERROR on failure. The function can be later retrieved using @code{gsasl_server_callback_gssapi_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_gssapi_get @anchor{gsasl_server_callback_gssapi_get} @deftypefun {Gsasl_server_callback_gssapi} {gsasl_server_callback_gssapi_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_gssapi_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_gssapi_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_service_set @anchor{gsasl_server_callback_service_set} @deftypefun {void} {gsasl_server_callback_service_set} (Gsasl * @var{ctx}, Gsasl_server_callback_service @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. The function can be later retrieved using @code{gsasl_server_callback_service_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_server_callback_service_get @anchor{gsasl_server_callback_service_get} @deftypefun {Gsasl_server_callback_service} {gsasl_server_callback_service_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_service_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_service_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun @subheading gsasl_stringprep_nfkc @anchor{gsasl_stringprep_nfkc} @deftypefun {char *} {gsasl_stringprep_nfkc} (const char * @var{in}, ssize_t @var{len}) @var{in}: a UTF-8 encoded string. @var{len}: length of @code{str}, in bytes, or -1 if @code{str} is nul-terminated. Converts a string into canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character. The normalization mode is NFKC (ALL COMPOSE). It standardizes differences that do not affect the text content, such as the above-mentioned accent representation. It standardizes the "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same. It returns a result with composed forms rather than a maximally decomposed form. @strong{Return value:} Return a newly allocated string, that is the NFKC normalized form of @code{str}, or NULL on error. @strong{Deprecated:} No replacement functionality in GNU SASL, use GNU Libidn instead. Note that in SASL, you most likely want to use SASLprep and not bare NFKC, see @code{gsasl_saslprep()}. @end deftypefun @subheading gsasl_stringprep_saslprep @anchor{gsasl_stringprep_saslprep} @deftypefun {char *} {gsasl_stringprep_saslprep} (const char * @var{in}, int * @var{stringprep_rc}) @var{in}: input ASCII or UTF-8 string with data to prepare according to SASLprep. @var{stringprep_rc}: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. Process a Unicode string for comparison, according to the "SASLprep" stringprep profile. This function is intended to be used by Simple Authentication and Security Layer (SASL) mechanisms (such as PLAIN, CRAM-MD5, and DIGEST-MD5) as well as other protocols exchanging user names and/or passwords. @strong{Return value:} Return a newly allocated string that is the "SASLprep" processed form of the input string, or NULL on error, in which case @code{stringprep_rc} contain the stringprep library error code. @strong{Deprecated:} Use @code{gsasl_saslprep()} instead. @end deftypefun @subheading gsasl_stringprep_trace @anchor{gsasl_stringprep_trace} @deftypefun {char *} {gsasl_stringprep_trace} (const char * @var{in}, int * @var{stringprep_rc}) @var{in}: input ASCII or UTF-8 string with data to prepare according to "trace". @var{stringprep_rc}: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. Process a Unicode string for use as trace information, according to the "trace" stringprep profile. The profile is designed for use with the SASL ANONYMOUS Mechanism. @strong{Return value:} Return a newly allocated string that is the "trace" processed form of the input string, or NULL on error, in which case @code{stringprep_rc} contain the stringprep library error code. @strong{Deprecated:} No replacement functionality in GNU SASL, use GNU Libidn instead. @end deftypefun @subheading gsasl_md5pwd_get_password @anchor{gsasl_md5pwd_get_password} @deftypefun {int} {gsasl_md5pwd_get_password} (const char * @var{filename}, const char * @var{username}, char * @var{key}, size_t * @var{keylen}) @var{filename}: filename of file containing passwords. @var{username}: username string. @var{key}: output character array. @var{keylen}: input maximum size of output character array, on output contains actual length of output array. Retrieve password for user from specified file. To find out how large the output array must be, call this function with out=NULL. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. @strong{Return value:} Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code. @strong{Deprecated:} Use @code{gsasl_simple_getpass()} instead. @end deftypefun @subheading gsasl_base64_encode @anchor{gsasl_base64_encode} @deftypefun {int} {gsasl_base64_encode} (char const * @var{src}, size_t @var{srclength}, char * @var{target}, size_t @var{targsize}) @var{src}: input byte array @var{srclength}: size of input byte array @var{target}: output byte array @var{targsize}: size of output byte array Encode data as base64. Converts characters, three at a time, starting at src into four base64 characters in the target area until the entire input buffer is encoded. @strong{Return value:} Returns the number of data bytes stored at the target, or -1 on error. @strong{Deprecated:} Use @code{gsasl_base64_to()} instead. @end deftypefun @subheading gsasl_base64_decode @anchor{gsasl_base64_decode} @deftypefun {int} {gsasl_base64_decode} (char const * @var{src}, char * @var{target}, size_t @var{targsize}) @var{src}: input byte array @var{target}: output byte array @var{targsize}: size of output byte array Decode Base64 data. Skips all whitespace anywhere. Converts characters, four at a time, starting at (or after) src from Base64 numbers into three 8 bit bytes in the target area. @strong{Return value:} Returns the number of data bytes stored at the target, or -1 on error. @strong{Deprecated:} Use @code{gsasl_base64_from()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_external_get.texi0000664000000000000000000000130311760731225021210 00000000000000@subheading gsasl_server_callback_external_get @anchor{gsasl_server_callback_external_get} @deftypefun {Gsasl_server_callback_external} {gsasl_server_callback_external_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_external_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_external_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_realm_get.texi0000664000000000000000000000126111760731225020471 00000000000000@subheading gsasl_server_callback_realm_get @anchor{gsasl_server_callback_realm_get} @deftypefun {Gsasl_server_callback_realm} {gsasl_server_callback_realm_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_realm_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_realm_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_start.texi0000664000000000000000000000077711760731227016070 00000000000000@subheading gsasl_server_start @anchor{gsasl_server_start} @deftypefun {int} {gsasl_server_start} (Gsasl * @var{ctx}, const char * @var{mech}, Gsasl_session ** @var{sctx}) @var{ctx}: libgsasl handle. @var{mech}: name of SASL mechanism. @var{sctx}: pointer to server handle. This functions initiates a server SASL authentication. This function must be called before any other gsasl_server_*() function is called. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_finish.texi0000664000000000000000000000043511760731227014614 00000000000000@subheading gsasl_finish @anchor{gsasl_finish} @deftypefun {void} {gsasl_finish} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. Destroy a libgsasl client or server handle. The handle must not be used with other libgsasl functions after this call. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_service_set.texi0000664000000000000000000000164611760731224021023 00000000000000@subheading gsasl_client_callback_service_set @anchor{gsasl_client_callback_service_set} @deftypefun {void} {gsasl_client_callback_service_set} (Gsasl * @var{ctx}, Gsasl_client_callback_service @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. Servicename is used by DIGEST-MD5 and should be the name of generic server in case of a replicated service. The function can be later retrieved using @code{gsasl_client_callback_service_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_cram_md5_get.texi0000664000000000000000000000130311760731225021055 00000000000000@subheading gsasl_server_callback_cram_md5_get @anchor{gsasl_server_callback_cram_md5_get} @deftypefun {Gsasl_server_callback_cram_md5} {gsasl_server_callback_cram_md5_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_cram_md5_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_cram_md5_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/crypto.c.texi0000664000000000000000000000551011760731230013675 00000000000000@subheading gsasl_nonce @anchor{gsasl_nonce} @deftypefun {int} {gsasl_nonce} (char * @var{data}, size_t @var{datalen}) @var{data}: output array to be filled with unpredictable random data. @var{datalen}: size of output array. Store unpredictable data of given size in the provided buffer. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun @subheading gsasl_random @anchor{gsasl_random} @deftypefun {int} {gsasl_random} (char * @var{data}, size_t @var{datalen}) @var{data}: output array to be filled with strong random data. @var{datalen}: size of output array. Store cryptographically strong random data of given size in the provided buffer. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun @subheading gsasl_md5 @anchor{gsasl_md5} @deftypefun {int} {gsasl_md5} (const char * @var{in}, size_t @var{inlen}, char * @var{out[16]}) @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute hash of data using MD5. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun @subheading gsasl_hmac_md5 @anchor{gsasl_hmac_md5} @deftypefun {int} {gsasl_hmac_md5} (const char * @var{key}, size_t @var{keylen}, const char * @var{in}, size_t @var{inlen}, char * @var{outhash[16]}) @var{key}: input character array with key to use. @var{keylen}: length of input character array with key to use. @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute keyed checksum of data using HMAC-MD5. The @code{outhash} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun @subheading gsasl_sha1 @anchor{gsasl_sha1} @deftypefun {int} {gsasl_sha1} (const char * @var{in}, size_t @var{inlen}, char * @var{out[20]}) @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute hash of data using SHA1. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @strong{Since:} 1.3 @end deftypefun @subheading gsasl_hmac_sha1 @anchor{gsasl_hmac_sha1} @deftypefun {int} {gsasl_hmac_sha1} (const char * @var{key}, size_t @var{keylen}, const char * @var{in}, size_t @var{inlen}, char * @var{outhash[20]}) @var{key}: input character array with key to use. @var{keylen}: length of input character array with key to use. @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute keyed checksum of data using HMAC-SHA1. The @code{outhash} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @strong{Since:} 1.3 @end deftypefun gsasl-1.8.0/doc/texi/xfinish.c.texi0000664000000000000000000000043511760731230014026 00000000000000@subheading gsasl_finish @anchor{gsasl_finish} @deftypefun {void} {gsasl_finish} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. Destroy a libgsasl client or server handle. The handle must not be used with other libgsasl functions after this call. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_step_base64.texi0000664000000000000000000000124711760731222017006 00000000000000@subheading gsasl_client_step_base64 @anchor{gsasl_client_step_base64} @deftypefun {int} {gsasl_client_step_base64} (Gsasl_session * @var{sctx}, const char * @var{b64input}, char * @var{b64output}, size_t @var{b64output_len}) @var{sctx}: libgsasl client handle. @var{b64input}: input base64 encoded byte array. @var{b64output}: output base64 encoded byte array. @var{b64output_len}: size of output base64 encoded byte array. This is a simple wrapper around @code{gsasl_client_step()} that base64 decodes the input and base64 encodes the output. @strong{Return value:} See @code{gsasl_client_step()}. @strong{Deprecated:} Use @code{gsasl_step64()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_digest_md5_get.texi0000664000000000000000000000131611760731225021416 00000000000000@subheading gsasl_server_callback_digest_md5_get @anchor{gsasl_server_callback_digest_md5_get} @deftypefun {Gsasl_server_callback_digest_md5} {gsasl_server_callback_digest_md5_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_digest_md5_set()}. @strong{Return value:} Return the callback earlier set by calling @code{gsasl_server_callback_digest_md5_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_register.texi0000664000000000000000000000076011760731227015161 00000000000000@subheading gsasl_register @anchor{gsasl_register} @deftypefun {int} {gsasl_register} (Gsasl * @var{ctx}, const Gsasl_mechanism * @var{mech}) @var{ctx}: pointer to libgsasl handle. @var{mech}: plugin structure with information about plugin. This function initialize given mechanism, and if successful, add it to the list of plugins that is used by the library. @strong{Return value:} @code{GSASL_OK} iff successful, otherwise @code{GSASL_MALLOC_ERROR}. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_passcode_get.texi0000664000000000000000000000130311760731224021136 00000000000000@subheading gsasl_client_callback_passcode_get @anchor{gsasl_client_callback_passcode_get} @deftypefun {Gsasl_client_callback_passcode} {gsasl_client_callback_passcode_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_passcode_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_passcode_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_sha1.texi0000664000000000000000000000067611760731221014171 00000000000000@subheading gsasl_sha1 @anchor{gsasl_sha1} @deftypefun {int} {gsasl_sha1} (const char * @var{in}, size_t @var{inlen}, char * @var{out[20]}) @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute hash of data using SHA1. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @strong{Since:} 1.3 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_application_data_get.texi0000664000000000000000000000120611760731223021046 00000000000000@subheading gsasl_server_application_data_get @anchor{gsasl_server_application_data_get} @deftypefun {void *} {gsasl_server_application_data_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl server handle. Retrieve application specific data from libgsasl server handle. The application data is set using @code{gsasl_server_application_data_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} or @code{gsasl_session_hook_get()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_init.texi0000664000000000000000000000071711760731222014275 00000000000000@subheading gsasl_init @anchor{gsasl_init} @deftypefun {int} {gsasl_init} (Gsasl ** @var{ctx}) @var{ctx}: pointer to libgsasl handle. This functions initializes libgsasl. The handle pointed to by ctx is valid for use with other libgsasl functions iff this function is successful. It also register all builtin SASL mechanisms, using @code{gsasl_register()}. @strong{Return value:} GSASL_OK iff successful, otherwise @code{GSASL_MALLOC_ERROR}. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_support_p.texi0000664000000000000000000000063111760731227016753 00000000000000@subheading gsasl_server_support_p @anchor{gsasl_server_support_p} @deftypefun {int} {gsasl_server_support_p} (Gsasl * @var{ctx}, const char * @var{name}) @var{ctx}: libgsasl handle. @var{name}: name of SASL mechanism. Decide whether there is server-side support for a specified mechanism. @strong{Return value:} Returns 1 if the libgsasl server supports the named mechanism, otherwise 0. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_finish.texi0000664000000000000000000000054011760731222016142 00000000000000@subheading gsasl_client_finish @anchor{gsasl_client_finish} @deftypefun {void} {gsasl_client_finish} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl client handle. Destroy a libgsasl client handle. The handle must not be used with other libgsasl functions after this call. @strong{Deprecated:} Use @code{gsasl_finish()} instead. @end deftypefun gsasl-1.8.0/doc/texi/xcode.c.texi0000664000000000000000000000306611760731230013463 00000000000000@subheading gsasl_encode @anchor{gsasl_encode} @deftypefun {int} {gsasl_encode} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char ** @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: newly allocated output byte array. @var{output_len}: size of output byte array. Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The @code{output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(@code{output}). @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @end deftypefun @subheading gsasl_decode @anchor{gsasl_decode} @deftypefun {int} {gsasl_decode} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char ** @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: newly allocated output byte array. @var{output_len}: size of output byte array. Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The @code{output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(@code{output}). @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_ctx_get.texi0000664000000000000000000000062411760731223016353 00000000000000@subheading gsasl_server_ctx_get @anchor{gsasl_server_ctx_get} @deftypefun {Gsasl *} {gsasl_server_ctx_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl server handle Get the libgsasl handle given a libgsasl server handle. @strong{Return value:} Returns the libgsasl handle given a libgsasl server handle. @strong{Deprecated:} This function is not useful with the new 0.2.0 API. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_decode.texi0000664000000000000000000000143311760731227014556 00000000000000@subheading gsasl_decode @anchor{gsasl_decode} @deftypefun {int} {gsasl_decode} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char ** @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: newly allocated output byte array. @var{output_len}: size of output byte array. Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The @code{output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(@code{output}). @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_saslprep.texi0000664000000000000000000000124311760731227015163 00000000000000@subheading gsasl_saslprep @anchor{gsasl_saslprep} @deftypefun {int} {gsasl_saslprep} (const char * @var{in}, Gsasl_saslprep_flags @var{flags}, char ** @var{out}, int * @var{stringpreprc}) @var{in}: a UTF-8 encoded string. @var{flags}: any SASLprep flag, e.g., @code{GSASL_ALLOW_UNASSIGNED}. @var{out}: on exit, contains newly allocated output string. @var{stringpreprc}: if non-NULL, will hold precise stringprep return code. Prepare string using SASLprep. On success, the @code{out} variable must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} on success, or @code{GSASL_SASLPREP_ERROR} on error. @strong{Since:} 0.2.3 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_application_data_set.texi0000664000000000000000000000133411760731222021033 00000000000000@subheading gsasl_client_application_data_set @anchor{gsasl_client_application_data_set} @deftypefun {void} {gsasl_client_application_data_set} (Gsasl_session * @var{sctx}, void * @var{application_data}) @var{sctx}: libgsasl client handle. @var{application_data}: opaque pointer to application specific data. Store application specific data in the libgsasl client handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_client_application_data_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} or @code{gsasl_session_hook_set()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_qop_get.texi0000664000000000000000000000124511760731224020141 00000000000000@subheading gsasl_client_callback_qop_get @anchor{gsasl_client_callback_qop_get} @deftypefun {Gsasl_client_callback_qop} {gsasl_client_callback_qop_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_qop_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_qop_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/init.c.texi0000664000000000000000000000071711760731230013324 00000000000000@subheading gsasl_init @anchor{gsasl_init} @deftypefun {int} {gsasl_init} (Gsasl ** @var{ctx}) @var{ctx}: pointer to libgsasl handle. This functions initializes libgsasl. The handle pointed to by ctx is valid for use with other libgsasl functions iff this function is successful. It also register all builtin SASL mechanisms, using @code{gsasl_register()}. @strong{Return value:} GSASL_OK iff successful, otherwise @code{GSASL_MALLOC_ERROR}. @end deftypefun gsasl-1.8.0/doc/texi/property.c.texi0000664000000000000000000000623311760731230014244 00000000000000@subheading gsasl_property_set @anchor{gsasl_property_set} @deftypefun {void} {gsasl_property_set} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}, const char * @var{data}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. @var{data}: zero terminated character string to store. Make a copy of @code{data} and store it in the session handle for the indicated property @code{prop}. You can immediately deallocate @code{data} after calling this function, without affecting the data stored in the session handle. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_property_set_raw @anchor{gsasl_property_set_raw} @deftypefun {void} {gsasl_property_set_raw} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}, const char * @var{data}, size_t @var{len}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. @var{data}: character string to store. @var{len}: length of character string to store. Make a copy of @code{len} sized @code{data} and store a zero terminated version of it in the session handle for the indicated property @code{prop}. You can immediately deallocate @code{data} after calling this function, without affecting the data stored in the session handle. Except for the length indicator, this function is identical to gsasl_property_set. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_property_fast @anchor{gsasl_property_fast} @deftypefun {const char *} {gsasl_property_fast} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. Retrieve the data stored in the session handle for given property @code{prop}. The pointer is to live data, and must not be deallocated or modified in any way. This function will not invoke the application callback. @strong{Return value:} Return property value, if known, or NULL if no value known. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_property_get @anchor{gsasl_property_get} @deftypefun {const char *} {gsasl_property_get} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. Retrieve the data stored in the session handle for given property @code{prop}, possibly invoking the application callback to get the value. The pointer is to live data, and must not be deallocated or modified in any way. This function will invoke the application callback, using @code{gsasl_callback()}, when a property value is not known. If no value is known, and no callback is specified or if the callback fail to return data, and if any obsolete callback functions has been set by the application, this function will try to call these obsolete callbacks, and store the returned data as the corresponding property. This behaviour of this function will be removed when the obsolete callback interfaces are removed. @strong{Return value:} Return data for property, or NULL if no value known. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_application_data_get.texi0000664000000000000000000000120611760731223021016 00000000000000@subheading gsasl_client_application_data_get @anchor{gsasl_client_application_data_get} @deftypefun {void *} {gsasl_client_application_data_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl client handle. Retrieve application specific data from libgsasl client handle. The application data is set using @code{gsasl_client_application_data_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} or @code{gsasl_session_hook_get()} instead. @end deftypefun gsasl-1.8.0/doc/texi/doxygen.c.texi0000664000000000000000000000000011760731230014017 00000000000000gsasl-1.8.0/doc/texi/gsasl_appinfo_set.texi0000664000000000000000000000115011760731223015632 00000000000000@subheading gsasl_appinfo_set @anchor{gsasl_appinfo_set} @deftypefun {void} {gsasl_appinfo_set} (Gsasl_session * @var{sctx}, void * @var{appdata}) @var{sctx}: libgsasl session handle. @var{appdata}: opaque pointer to application specific data. Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_appinfo_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_property_set.texi0000664000000000000000000000117311760731227016073 00000000000000@subheading gsasl_property_set @anchor{gsasl_property_set} @deftypefun {void} {gsasl_property_set} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}, const char * @var{data}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. @var{data}: zero terminated character string to store. Make a copy of @code{data} and store it in the session handle for the indicated property @code{prop}. You can immediately deallocate @code{data} after calling this function, without affecting the data stored in the session handle. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_hmac_sha1.texi0000664000000000000000000000120411760731221015145 00000000000000@subheading gsasl_hmac_sha1 @anchor{gsasl_hmac_sha1} @deftypefun {int} {gsasl_hmac_sha1} (const char * @var{key}, size_t @var{keylen}, const char * @var{in}, size_t @var{inlen}, char * @var{outhash[20]}) @var{key}: input character array with key to use. @var{keylen}: length of input character array with key to use. @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute keyed checksum of data using HMAC-SHA1. The @code{outhash} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @strong{Since:} 1.3 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_gssapi_get.texi0000664000000000000000000000126711760731226020666 00000000000000@subheading gsasl_server_callback_gssapi_get @anchor{gsasl_server_callback_gssapi_get} @deftypefun {Gsasl_server_callback_gssapi} {gsasl_server_callback_gssapi_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_gssapi_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_gssapi_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_retrieve_set.texi0000664000000000000000000000143611760731225021236 00000000000000@subheading gsasl_server_callback_retrieve_set @anchor{gsasl_server_callback_retrieve_set} @deftypefun {void} {gsasl_server_callback_retrieve_set} (Gsasl * @var{ctx}, Gsasl_server_callback_retrieve @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using @code{gsasl_server_callback_retrieve_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_session_hook_get.texi0000664000000000000000000000103511760731221016665 00000000000000@subheading gsasl_session_hook_get @anchor{gsasl_session_hook_get} @deftypefun {void *} {gsasl_session_hook_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. Retrieve application specific data from libgsasl session handle. The application data is set using @code{gsasl_callback_hook_set()}. This is normally used by the application to maintain a per-session state between the main program and callbacks. @strong{Return value:} Returns the application specific data, or NULL. @strong{Since:} 0.2.14 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_step.texi0000664000000000000000000000243211760731230014300 00000000000000@subheading gsasl_step @anchor{gsasl_step} @deftypefun {int} {gsasl_step} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char ** @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: newly allocated output byte array. @var{output_len}: pointer to output variable with size of output byte array. Perform one step of SASL authentication. This reads data from the other end (from @code{input} and @code{input_len}), processes it (potentially invoking callbacks to the application), and writes data to server (into newly allocated variable @code{output} and @code{output_len} that indicate the length of @code{output}). The contents of the @code{output} buffer is unspecified if this functions returns anything other than @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}. If this function return @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}, however, the @code{output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (@code{output}). @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_authorization_id_get.texi0000664000000000000000000000136311760731224022717 00000000000000@subheading gsasl_client_callback_authorization_id_get @anchor{gsasl_client_callback_authorization_id_get} @deftypefun {Gsasl_client_callback_authorization_id} {gsasl_client_callback_authorization_id_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_authorization_id_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_authorization_id_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_password_get.texi0000664000000000000000000000130311760731224021177 00000000000000@subheading gsasl_client_callback_password_get @anchor{gsasl_client_callback_password_get} @deftypefun {Gsasl_client_callback_password} {gsasl_client_callback_password_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_password_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_password_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_appinfo_get.texi0000664000000000000000000000104611760731223015622 00000000000000@subheading gsasl_appinfo_get @anchor{gsasl_appinfo_get} @deftypefun {void *} {gsasl_appinfo_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. Retrieve application specific data from libgsasl session handle. The application data is set using @code{gsasl_appinfo_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_strerror_name.texi0000664000000000000000000000132211760731221016204 00000000000000@subheading gsasl_strerror_name @anchor{gsasl_strerror_name} @deftypefun {const char *} {gsasl_strerror_name} (int @var{err}) @var{err}: libgsasl error code Convert return code to human readable string representing the error code symbol itself. For example, gsasl_strerror_name(@code{GSASL_OK}) returns the string "GSASL_OK". This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to @code{gsasl_init()}. @strong{Return value:} Returns a pointer to a statically allocated string containing a string version of the error code @code{err}, or NULL if the error code is not known. @strong{Since:} 0.2.29 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_encode_inline.texi0000664000000000000000000000133611760731223016124 00000000000000@subheading gsasl_encode_inline @anchor{gsasl_encode_inline} @deftypefun {int} {gsasl_encode_inline} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @strong{Deprecated:} Use @code{gsasl_encode()} instead. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_step64.texi0000664000000000000000000000172411760731230014455 00000000000000@subheading gsasl_step64 @anchor{gsasl_step64} @deftypefun {int} {gsasl_step64} (Gsasl_session * @var{sctx}, const char * @var{b64input}, char ** @var{b64output}) @var{sctx}: libgsasl client handle. @var{b64input}: input base64 encoded byte array. @var{b64output}: newly allocated output base64 encoded byte array. This is a simple wrapper around @code{gsasl_step()} that base64 decodes the input and base64 encodes the output. The contents of the @code{b64output} buffer is unspecified if this functions returns anything other than @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}. If this function return @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}, however, the @code{b64output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (@code{b64output}). @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_qop_set.texi0000664000000000000000000000151211760731225020203 00000000000000@subheading gsasl_server_callback_qop_set @anchor{gsasl_server_callback_qop_set} @deftypefun {void} {gsasl_server_callback_qop_set} (Gsasl * @var{ctx}, Gsasl_server_callback_qop @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to know which quality of protection it accepts. The quality of protection eventually used is selected by the client though. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using @code{gsasl_server_callback_qop_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/md5pwd.c.texi0000664000000000000000000000177511760731230013566 00000000000000@subheading gsasl_simple_getpass @anchor{gsasl_simple_getpass} @deftypefun {int} {gsasl_simple_getpass} (const char * @var{filename}, const char * @var{username}, char ** @var{key}) @var{filename}: filename of file containing passwords. @var{username}: username string. @var{key}: newly allocated output character array. Retrieve password for user from specified file. The buffer @code{key} contain the password if this function is successful. The caller is responsible for deallocating it. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. @strong{Return value:} Return @code{GSASL_OK} if output buffer contains the password, @code{GSASL_AUTHENTICATION_ERROR} if the user could not be found, or other error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_maxbuf_set.texi0000664000000000000000000000161311760731226020671 00000000000000@subheading gsasl_server_callback_maxbuf_set @anchor{gsasl_server_callback_maxbuf_set} @deftypefun {void} {gsasl_server_callback_maxbuf_set} (Gsasl * @var{ctx}, Gsasl_server_callback_maxbuf @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server to inform the client of the largest buffer the server is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using @code{gsasl_server_callback_maxbuf_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/done.c.texi0000664000000000000000000000040311760731230013276 00000000000000@subheading gsasl_done @anchor{gsasl_done} @deftypefun {void} {gsasl_done} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. This function destroys a libgsasl handle. The handle must not be used with other libgsasl functions after this call. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_application_data_set.texi0000664000000000000000000000116311760731223017476 00000000000000@subheading gsasl_application_data_set @anchor{gsasl_application_data_set} @deftypefun {void} {gsasl_application_data_set} (Gsasl * @var{ctx}, void * @var{appdata}) @var{ctx}: libgsasl handle. @var{appdata}: opaque pointer to application specific data. Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_application_data_get()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Deprecated:} Use @code{gsasl_callback_hook_set()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_callback_hook_get.texi0000664000000000000000000000100011760731221016726 00000000000000@subheading gsasl_callback_hook_get @anchor{gsasl_callback_hook_get} @deftypefun {void *} {gsasl_callback_hook_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Retrieve application specific data from libgsasl handle. The application data is set using @code{gsasl_callback_hook_set()}. This is normally used by the application to maintain a global state between the main program and callbacks. @strong{Return value:} Returns the application specific data, or NULL. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_digest_md5_set.texi0000664000000000000000000000144611760731225021436 00000000000000@subheading gsasl_server_callback_digest_md5_set @anchor{gsasl_server_callback_digest_md5_set} @deftypefun {void} {gsasl_server_callback_digest_md5_set} (Gsasl * @var{ctx}, Gsasl_server_callback_digest_md5 @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for retrieving the secret hash of the username, realm and password for use in the DIGEST-MD5 mechanism. The function can be later retrieved using @code{gsasl_server_callback_digest_md5_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_ctx_get.texi0000664000000000000000000000062411760731222016322 00000000000000@subheading gsasl_client_ctx_get @anchor{gsasl_client_ctx_get} @deftypefun {Gsasl *} {gsasl_client_ctx_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl client handle Get the libgsasl handle given a libgsasl client handle. @strong{Return value:} Returns the libgsasl handle given a libgsasl client handle. @strong{Deprecated:} This function is not useful with the new 0.2.0 API. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_retrieve_get.texi0000664000000000000000000000130311760731225021213 00000000000000@subheading gsasl_server_callback_retrieve_get @anchor{gsasl_server_callback_retrieve_get} @deftypefun {Gsasl_server_callback_retrieve} {gsasl_server_callback_retrieve_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_retrieve_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_retrieve_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_cipher_get.texi0000664000000000000000000000126711760731226020652 00000000000000@subheading gsasl_server_callback_cipher_get @anchor{gsasl_server_callback_cipher_get} @deftypefun {Gsasl_server_callback_cipher} {gsasl_server_callback_cipher_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_cipher_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_cipher_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_base64_to.texi0000664000000000000000000000132611760731220015113 00000000000000@subheading gsasl_base64_to @anchor{gsasl_base64_to} @deftypefun {int} {gsasl_base64_to} (const char * @var{in}, size_t @var{inlen}, char ** @var{out}, size_t * @var{outlen}) @var{in}: input byte array @var{inlen}: size of input byte array @var{out}: pointer to newly allocated output byte array @var{outlen}: pointer to size of newly allocated output byte array Encode data as base64. The string is zero terminated, and @code{outlen} holds the length excluding the terminating zero. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} on success, or @code{GSASL_MALLOC_ERROR} if input was too large or memory allocation fail. @strong{Since:} 0.2.2 @end deftypefun gsasl-1.8.0/doc/texi/supportp.c.texi0000664000000000000000000000146211760731230014253 00000000000000@subheading gsasl_client_support_p @anchor{gsasl_client_support_p} @deftypefun {int} {gsasl_client_support_p} (Gsasl * @var{ctx}, const char * @var{name}) @var{ctx}: libgsasl handle. @var{name}: name of SASL mechanism. Decide whether there is client-side support for a specified mechanism. @strong{Return value:} Returns 1 if the libgsasl client supports the named mechanism, otherwise 0. @end deftypefun @subheading gsasl_server_support_p @anchor{gsasl_server_support_p} @deftypefun {int} {gsasl_server_support_p} (Gsasl * @var{ctx}, const char * @var{name}) @var{ctx}: libgsasl handle. @var{name}: name of SASL mechanism. Decide whether there is server-side support for a specified mechanism. @strong{Return value:} Returns 1 if the libgsasl server supports the named mechanism, otherwise 0. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_callback.texi0000664000000000000000000000221711760731221015062 00000000000000@subheading gsasl_callback @anchor{gsasl_callback} @deftypefun {int} {gsasl_callback} (Gsasl * @var{ctx}, Gsasl_session * @var{sctx}, Gsasl_property @var{prop}) @var{ctx}: handle received from @code{gsasl_init()}, may be NULL to derive it from @code{sctx}. @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type. Invoke the application callback. The @code{prop} value indicate what the callback is expected to do. For example, for @code{GSASL_ANONYMOUS_TOKEN}, the function is expected to invoke gsasl_property_set(@code{SCTX}, @code{GSASL_ANONYMOUS_TOKEN}, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. Note that if no callback has been set by the application, but the obsolete callback interface has been used, this function will translate the old callback interface into the new. This interface should be sufficient to invoke all callbacks, both new and old. @strong{Return value:} Returns whatever the application callback returns, or @code{GSASL_NO_CALLBACK} if no application was known. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_password_set.texi0000664000000000000000000000131111760731224021212 00000000000000@subheading gsasl_client_callback_password_set @anchor{gsasl_client_callback_password_set} @deftypefun {void} {gsasl_client_callback_password_set} (Gsasl * @var{ctx}, Gsasl_client_callback_password @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the password. The function can be later retrieved using @code{gsasl_client_callback_password_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_listmech.texi0000664000000000000000000000131111760731222016467 00000000000000@subheading gsasl_client_listmech @anchor{gsasl_client_listmech} @deftypefun {int} {gsasl_client_listmech} (Gsasl * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output character array. @var{outlen}: input maximum size of output character array, on output contains actual length of output array. Write SASL names, separated by space, of mechanisms supported by the libgsasl client to the output array. To find out how large the output array must be, call this function with a NULL @code{out} parameter. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @strong{Deprecated:} Use @code{gsasl_client_mechlist()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_cram_md5_set.texi0000664000000000000000000000140111760731225021070 00000000000000@subheading gsasl_server_callback_cram_md5_set @anchor{gsasl_server_callback_cram_md5_set} @deftypefun {void} {gsasl_server_callback_cram_md5_set} (Gsasl * @var{ctx}, Gsasl_server_callback_cram_md5 @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated using CRAM-MD5 challenge and response. The function can be later retrieved using @code{gsasl_server_callback_cram_md5_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_anonymous_get.texi0000664000000000000000000000131111760731224021364 00000000000000@subheading gsasl_client_callback_anonymous_get @anchor{gsasl_client_callback_anonymous_get} @deftypefun {Gsasl_client_callback_anonymous} {gsasl_client_callback_anonymous_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_anonymous_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_anonymous_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_start.texi0000664000000000000000000000077711760731227016040 00000000000000@subheading gsasl_client_start @anchor{gsasl_client_start} @deftypefun {int} {gsasl_client_start} (Gsasl * @var{ctx}, const char * @var{mech}, Gsasl_session ** @var{sctx}) @var{ctx}: libgsasl handle. @var{mech}: name of SASL mechanism. @var{sctx}: pointer to client handle. This functions initiates a client SASL authentication. This function must be called before any other gsasl_client_*() function is called. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_md5.texi0000664000000000000000000000064511760731221014016 00000000000000@subheading gsasl_md5 @anchor{gsasl_md5} @deftypefun {int} {gsasl_md5} (const char * @var{in}, size_t @var{inlen}, char * @var{out[16]}) @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute hash of data using MD5. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_base64_from.texi0000664000000000000000000000122211760731221015430 00000000000000@subheading gsasl_base64_from @anchor{gsasl_base64_from} @deftypefun {int} {gsasl_base64_from} (const char * @var{in}, size_t @var{inlen}, char ** @var{out}, size_t * @var{outlen}) @var{in}: input byte array @var{inlen}: size of input byte array @var{out}: pointer to newly allocated output byte array @var{outlen}: pointer to size of newly allocated output byte array Decode Base64 data. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} on success, @code{GSASL_BASE64_ERROR} if input was invalid, and @code{GSASL_MALLOC_ERROR} on memory allocation errors. @strong{Since:} 0.2.2 @end deftypefun gsasl-1.8.0/doc/texi/xstart.c.texi0000664000000000000000000000177611760731230013714 00000000000000@subheading gsasl_client_start @anchor{gsasl_client_start} @deftypefun {int} {gsasl_client_start} (Gsasl * @var{ctx}, const char * @var{mech}, Gsasl_session ** @var{sctx}) @var{ctx}: libgsasl handle. @var{mech}: name of SASL mechanism. @var{sctx}: pointer to client handle. This functions initiates a client SASL authentication. This function must be called before any other gsasl_client_*() function is called. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun @subheading gsasl_server_start @anchor{gsasl_server_start} @deftypefun {int} {gsasl_server_start} (Gsasl * @var{ctx}, const char * @var{mech}, Gsasl_session ** @var{sctx}) @var{ctx}: libgsasl handle. @var{mech}: name of SASL mechanism. @var{sctx}: pointer to server handle. This functions initiates a server SASL authentication. This function must be called before any other gsasl_server_*() function is called. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun gsasl-1.8.0/doc/texi/listmech.c.texi0000664000000000000000000000210211760731230014157 00000000000000@subheading gsasl_client_mechlist @anchor{gsasl_client_mechlist} @deftypefun {int} {gsasl_client_mechlist} (Gsasl * @var{ctx}, char ** @var{out}) @var{ctx}: libgsasl handle. @var{out}: newly allocated output character array. Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl client. @code{out} is allocated by this function, and it is the responsibility of caller to deallocate it. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun @subheading gsasl_server_mechlist @anchor{gsasl_server_mechlist} @deftypefun {int} {gsasl_server_mechlist} (Gsasl * @var{ctx}, char ** @var{out}) @var{ctx}: libgsasl handle. @var{out}: newly allocated output character array. Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl server. @code{out} is allocated by this function, and it is the responsibility of caller to deallocate it. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_maxbuf_get.texi0000664000000000000000000000126711760731224020630 00000000000000@subheading gsasl_client_callback_maxbuf_get @anchor{gsasl_client_callback_maxbuf_get} @deftypefun {Gsasl_client_callback_maxbuf} {gsasl_client_callback_maxbuf_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_maxbuf_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_maxbuf_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_passcode_set.texi0000664000000000000000000000131111760731224021151 00000000000000@subheading gsasl_client_callback_passcode_set @anchor{gsasl_client_callback_passcode_set} @deftypefun {void} {gsasl_client_callback_passcode_set} (Gsasl * @var{ctx}, Gsasl_client_callback_passcode @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the passcode. The function can be later retrieved using @code{gsasl_client_callback_passcode_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_suggest_mechanism.texi0000664000000000000000000000107711760731227020402 00000000000000@subheading gsasl_client_suggest_mechanism @anchor{gsasl_client_suggest_mechanism} @deftypefun {const char *} {gsasl_client_suggest_mechanism} (Gsasl * @var{ctx}, const char * @var{mechlist}) @var{ctx}: libgsasl handle. @var{mechlist}: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). Given a list of mechanisms, suggest which to use. @strong{Return value:} Returns name of "best" SASL mechanism supported by the libgsasl client which is present in the input string, or NULL if no supported mechanism is found. @end deftypefun gsasl-1.8.0/doc/texi/base64.c.texi0000664000000000000000000000255011760731230013442 00000000000000@subheading gsasl_base64_to @anchor{gsasl_base64_to} @deftypefun {int} {gsasl_base64_to} (const char * @var{in}, size_t @var{inlen}, char ** @var{out}, size_t * @var{outlen}) @var{in}: input byte array @var{inlen}: size of input byte array @var{out}: pointer to newly allocated output byte array @var{outlen}: pointer to size of newly allocated output byte array Encode data as base64. The string is zero terminated, and @code{outlen} holds the length excluding the terminating zero. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} on success, or @code{GSASL_MALLOC_ERROR} if input was too large or memory allocation fail. @strong{Since:} 0.2.2 @end deftypefun @subheading gsasl_base64_from @anchor{gsasl_base64_from} @deftypefun {int} {gsasl_base64_from} (const char * @var{in}, size_t @var{inlen}, char ** @var{out}, size_t * @var{outlen}) @var{in}: input byte array @var{inlen}: size of input byte array @var{out}: pointer to newly allocated output byte array @var{outlen}: pointer to size of newly allocated output byte array Decode Base64 data. The @code{out} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} on success, @code{GSASL_BASE64_ERROR} if input was invalid, and @code{GSASL_MALLOC_ERROR} on memory allocation errors. @strong{Since:} 0.2.2 @end deftypefun gsasl-1.8.0/doc/texi/free.c.texi0000664000000000000000000000102011760731230013266 00000000000000@subheading gsasl_free @anchor{gsasl_free} @deftypefun {void} {gsasl_free} (void * @var{ptr}) @var{ptr}: memory pointer Invoke free(@code{ptr}) to de-allocate memory pointer. Typically used on strings allocated by other libgsasl functions. This is useful on Windows where libgsasl is linked to one CRT and the application is linked to another CRT. Then malloc/free will not use the same heap. This happens if you build libgsasl using mingw32 and the application with Visual Studio. @strong{Since:} 0.2.19 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_check_version.texi0000664000000000000000000000135011760731227016153 00000000000000@subheading gsasl_check_version @anchor{gsasl_check_version} @deftypefun {const char *} {gsasl_check_version} (const char * @var{req_version}) @var{req_version}: version string to compare with, or NULL. Check GNU SASL Library version. See @code{GSASL_VERSION} for a suitable @code{req_version} string. This function is one of few in the library that can be used without a successful call to @code{gsasl_init()}. @strong{Return value:} Check that the version of the library is at minimum the one given as a string in @code{req_version} and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned. @end deftypefun gsasl-1.8.0/doc/texi/suggest.c.texi0000664000000000000000000000107711760731230014042 00000000000000@subheading gsasl_client_suggest_mechanism @anchor{gsasl_client_suggest_mechanism} @deftypefun {const char *} {gsasl_client_suggest_mechanism} (Gsasl * @var{ctx}, const char * @var{mechlist}) @var{ctx}: libgsasl handle. @var{mechlist}: input character array with SASL mechanism names, separated by invalid characters (e.g. SPC). Given a list of mechanisms, suggest which to use. @strong{Return value:} Returns name of "best" SASL mechanism supported by the libgsasl client which is present in the input string, or NULL if no supported mechanism is found. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_stringprep_trace.texi0000664000000000000000000000152611760731226016710 00000000000000@subheading gsasl_stringprep_trace @anchor{gsasl_stringprep_trace} @deftypefun {char *} {gsasl_stringprep_trace} (const char * @var{in}, int * @var{stringprep_rc}) @var{in}: input ASCII or UTF-8 string with data to prepare according to "trace". @var{stringprep_rc}: pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it. Process a Unicode string for use as trace information, according to the "trace" stringprep profile. The profile is designed for use with the SASL ANONYMOUS Mechanism. @strong{Return value:} Return a newly allocated string that is the "trace" processed form of the input string, or NULL on error, in which case @code{stringprep_rc} contain the stringprep library error code. @strong{Deprecated:} No replacement functionality in GNU SASL, use GNU Libidn instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_encode.texi0000664000000000000000000000143311760731227014570 00000000000000@subheading gsasl_encode @anchor{gsasl_encode} @deftypefun {int} {gsasl_encode} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char ** @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: newly allocated output byte array. @var{output_len}: size of output byte array. Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. The @code{output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(@code{output}). @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @end deftypefun gsasl-1.8.0/doc/texi/register.c.texi0000664000000000000000000000076011760731230014203 00000000000000@subheading gsasl_register @anchor{gsasl_register} @deftypefun {int} {gsasl_register} (Gsasl * @var{ctx}, const Gsasl_mechanism * @var{mech}) @var{ctx}: pointer to libgsasl handle. @var{mech}: plugin structure with information about plugin. This function initialize given mechanism, and if successful, add it to the list of plugins that is used by the library. @strong{Return value:} @code{GSASL_OK} iff successful, otherwise @code{GSASL_MALLOC_ERROR}. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_mechlist.texi0000664000000000000000000000104111760731222016517 00000000000000@subheading gsasl_server_mechlist @anchor{gsasl_server_mechlist} @deftypefun {int} {gsasl_server_mechlist} (Gsasl * @var{ctx}, char ** @var{out}) @var{ctx}: libgsasl handle. @var{out}: newly allocated output character array. Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl server. @code{out} is allocated by this function, and it is the responsibility of caller to deallocate it. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_application_data_get.texi0000664000000000000000000000106011760731223017456 00000000000000@subheading gsasl_application_data_get @anchor{gsasl_application_data_get} @deftypefun {void *} {gsasl_application_data_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Retrieve application specific data from libgsasl handle. The application data is set using @code{gsasl_application_data_set()}. It is normally used by the application to maintain state between the main program and the callback. @strong{Return value:} Returns the application specific data, or NULL. @strong{Deprecated:} Use @code{gsasl_callback_hook_get()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_securid_set.texi0000664000000000000000000000216411760731226021047 00000000000000@subheading gsasl_server_callback_securid_set @anchor{gsasl_server_callback_securid_set} @deftypefun {void} {gsasl_server_callback_securid_set} (Gsasl * @var{ctx}, Gsasl_server_callback_securid @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for validating a user via the SECURID mechanism. The function should return GSASL_OK if user authenticated successfully, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE if it wants another passcode, GSASL_SECURID_SERVER_NEED_NEW_PIN if it wants a PIN change, or an error. When (and only when) GSASL_SECURID_SERVER_NEED_NEW_PIN is returned, suggestpin can be populated with a PIN code the server suggests, and suggestpinlen set to the length of the PIN. The function can be later retrieved using @code{gsasl_server_callback_securid_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_session_hook_set.texi0000664000000000000000000000113011760731221016675 00000000000000@subheading gsasl_session_hook_set @anchor{gsasl_session_hook_set} @deftypefun {void} {gsasl_session_hook_set} (Gsasl_session * @var{sctx}, void * @var{hook}) @var{sctx}: libgsasl session handle. @var{hook}: opaque pointer to application specific data. Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_session_hook_get()}. This is normally used by the application to maintain a per-session state between the main program and callbacks. @strong{Since:} 0.2.14 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_external_set.texi0000664000000000000000000000134711760731225021234 00000000000000@subheading gsasl_server_callback_external_set @anchor{gsasl_server_callback_external_set} @deftypefun {void} {gsasl_server_callback_external_set} (Gsasl * @var{ctx}, Gsasl_server_callback_external @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated out of band. The function can be later retrieved using @code{gsasl_server_callback_external_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_hmac_md5.texi0000664000000000000000000000115311760731221015001 00000000000000@subheading gsasl_hmac_md5 @anchor{gsasl_hmac_md5} @deftypefun {int} {gsasl_hmac_md5} (const char * @var{key}, size_t @var{keylen}, const char * @var{in}, size_t @var{inlen}, char * @var{outhash[16]}) @var{key}: input character array with key to use. @var{keylen}: length of input character array with key to use. @var{in}: input character array of data to hash. @var{inlen}: length of input character array of data to hash. Compute keyed checksum of data using HMAC-MD5. The @code{outhash} buffer must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_callback_set.texi0000664000000000000000000000162111760731221015733 00000000000000@subheading gsasl_callback_set @anchor{gsasl_callback_set} @deftypefun {void} {gsasl_callback_set} (Gsasl * @var{ctx}, Gsasl_callback_function @var{cb}) @var{ctx}: handle received from @code{gsasl_init()}. @var{cb}: pointer to function implemented by application. Store the pointer to the application provided callback in the library handle. The callback will be used, via @code{gsasl_callback()}, by mechanisms to discover various parameters (such as username and passwords). The callback function will be called with a Gsasl_property value indicating the requested behaviour. For example, for @code{GSASL_ANONYMOUS_TOKEN}, the function is expected to invoke gsasl_property_set(@code{CTX}, @code{GSASL_ANONYMOUS_TOKEN}, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_property_fast.texi0000664000000000000000000000117311760731227016235 00000000000000@subheading gsasl_property_fast @anchor{gsasl_property_fast} @deftypefun {const char *} {gsasl_property_fast} (Gsasl_session * @var{sctx}, Gsasl_property @var{prop}) @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type, indicating the type of data in @code{data}. Retrieve the data stored in the session handle for given property @code{prop}. The pointer is to live data, and must not be deallocated or modified in any way. This function will not invoke the application callback. @strong{Return value:} Return property value, if known, or NULL if no value known. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_nonce.texi0000664000000000000000000000056411760731221014433 00000000000000@subheading gsasl_nonce @anchor{gsasl_nonce} @deftypefun {int} {gsasl_nonce} (char * @var{data}, size_t @var{datalen}) @var{data}: output array to be filled with unpredictable random data. @var{datalen}: size of output array. Store unpredictable data of given size in the provided buffer. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_random.texi0000664000000000000000000000060211760731221014602 00000000000000@subheading gsasl_random @anchor{gsasl_random} @deftypefun {int} {gsasl_random} (char * @var{data}, size_t @var{datalen}) @var{data}: output array to be filled with strong random data. @var{datalen}: size of output array. Store cryptographically strong random data of given size in the provided buffer. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_callback_hook_set.texi0000664000000000000000000000107411760731221016755 00000000000000@subheading gsasl_callback_hook_set @anchor{gsasl_callback_hook_set} @deftypefun {void} {gsasl_callback_hook_set} (Gsasl * @var{ctx}, void * @var{hook}) @var{ctx}: libgsasl handle. @var{hook}: opaque pointer to application specific data. Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_callback_hook_get()}. This is normally used by the application to maintain a global state between the main program and callbacks. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_qop_get.texi0000664000000000000000000000124511760731226020173 00000000000000@subheading gsasl_server_callback_qop_get @anchor{gsasl_server_callback_qop_get} @deftypefun {Gsasl_server_callback_qop} {gsasl_server_callback_qop_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_qop_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_qop_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_step_base64.texi0000664000000000000000000000124711760731222017036 00000000000000@subheading gsasl_server_step_base64 @anchor{gsasl_server_step_base64} @deftypefun {int} {gsasl_server_step_base64} (Gsasl_session * @var{sctx}, const char * @var{b64input}, char * @var{b64output}, size_t @var{b64output_len}) @var{sctx}: libgsasl server handle. @var{b64input}: input base64 encoded byte array. @var{b64output}: output base64 encoded byte array. @var{b64output_len}: size of output base64 encoded byte array. This is a simple wrapper around @code{gsasl_server_step()} that base64 decodes the input and base64 encodes the output. @strong{Return value:} See @code{gsasl_server_step()}. @strong{Deprecated:} Use @code{gsasl_step64()} instead. @end deftypefun gsasl-1.8.0/doc/texi/saslprep.c.texi0000664000000000000000000000124311760731230014205 00000000000000@subheading gsasl_saslprep @anchor{gsasl_saslprep} @deftypefun {int} {gsasl_saslprep} (const char * @var{in}, Gsasl_saslprep_flags @var{flags}, char ** @var{out}, int * @var{stringpreprc}) @var{in}: a UTF-8 encoded string. @var{flags}: any SASLprep flag, e.g., @code{GSASL_ALLOW_UNASSIGNED}. @var{out}: on exit, contains newly allocated output string. @var{stringpreprc}: if non-NULL, will hold precise stringprep return code. Prepare string using SASLprep. On success, the @code{out} variable must be deallocated by the caller. @strong{Return value:} Returns @code{GSASL_OK} on success, or @code{GSASL_SASLPREP_ERROR} on error. @strong{Since:} 0.2.3 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_strerror.texi0000664000000000000000000000107511760731221015211 00000000000000@subheading gsasl_strerror @anchor{gsasl_strerror} @deftypefun {const char *} {gsasl_strerror} (int @var{err}) @var{err}: libgsasl error code Convert return code to human readable string explanation of the reason for the particular error code. This string can be used to output a diagnostic message to the user. This function is one of few in the library that can be used without a successful call to @code{gsasl_init()}. @strong{Return value:} Returns a pointer to a statically allocated string containing an explanation of the error code @code{err}. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_validate_set.texi0000664000000000000000000000143611760731225021202 00000000000000@subheading gsasl_server_callback_validate_set @anchor{gsasl_server_callback_validate_set} @deftypefun {void} {gsasl_server_callback_validate_set} (Gsasl * @var{ctx}, Gsasl_server_callback_validate @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using @code{gsasl_server_callback_validate_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_randomize.texi0000664000000000000000000000106311760731223015316 00000000000000@subheading gsasl_randomize @anchor{gsasl_randomize} @deftypefun {int} {gsasl_randomize} (int @var{strong}, char * @var{data}, size_t @var{datalen}) @var{strong}: 0 iff operation should not block, non-0 for very strong randomness. @var{data}: output array to be filled with random data. @var{datalen}: size of output array. Store cryptographically random data of given size in the provided buffer. @strong{Return value:} Returns @code{GSASL_OK} iff successful. @strong{Deprecated:} Use @code{gsasl_random()} or @code{gsasl_nonce()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_step.texi0000664000000000000000000000176311760731222015645 00000000000000@subheading gsasl_client_step @anchor{gsasl_client_step} @deftypefun {int} {gsasl_client_step} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl client handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Perform one step of SASL authentication in client. This reads data from server (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than @code{GSASL_NEEDS_MORE}. @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @strong{Deprecated:} Use @code{gsasl_step()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_support_p.texi0000664000000000000000000000063111760731227016723 00000000000000@subheading gsasl_client_support_p @anchor{gsasl_client_support_p} @deftypefun {int} {gsasl_client_support_p} (Gsasl * @var{ctx}, const char * @var{name}) @var{ctx}: libgsasl handle. @var{name}: name of SASL mechanism. Decide whether there is client-side support for a specified mechanism. @strong{Return value:} Returns 1 if the libgsasl client supports the named mechanism, otherwise 0. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_simple_getpass.texi0000664000000000000000000000177511760731222016356 00000000000000@subheading gsasl_simple_getpass @anchor{gsasl_simple_getpass} @deftypefun {int} {gsasl_simple_getpass} (const char * @var{filename}, const char * @var{username}, char ** @var{key}) @var{filename}: filename of file containing passwords. @var{username}: username string. @var{key}: newly allocated output character array. Retrieve password for user from specified file. The buffer @code{key} contain the password if this function is successful. The caller is responsible for deallocating it. The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively. @strong{Return value:} Return @code{GSASL_OK} if output buffer contains the password, @code{GSASL_AUTHENTICATION_ERROR} if the user could not be found, or other error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_step.texi0000664000000000000000000000176311760731222015675 00000000000000@subheading gsasl_server_step @anchor{gsasl_server_step} @deftypefun {int} {gsasl_server_step} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl server handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Perform one step of SASL authentication in server. This reads data from client (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to client (into variables output and output_len). The contents of the output buffer is unspecified if this functions returns anything other than @code{GSASL_NEEDS_MORE}. @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @strong{Deprecated:} Use @code{gsasl_step()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_validate_get.texi0000664000000000000000000000130311760731225021157 00000000000000@subheading gsasl_server_callback_validate_get @anchor{gsasl_server_callback_validate_get} @deftypefun {Gsasl_server_callback_validate} {gsasl_server_callback_validate_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_validate_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_validate_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_maxbuf_set.texi0000664000000000000000000000161311760731224020637 00000000000000@subheading gsasl_client_callback_maxbuf_set @anchor{gsasl_client_callback_maxbuf_set} @deftypefun {void} {gsasl_client_callback_maxbuf_set} (Gsasl * @var{ctx}, Gsasl_client_callback_maxbuf @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to inform the server of the largest buffer the client is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using @code{gsasl_client_callback_maxbuf_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_base64_decode.texi0000664000000000000000000000116511760731227015724 00000000000000@subheading gsasl_base64_decode @anchor{gsasl_base64_decode} @deftypefun {int} {gsasl_base64_decode} (char const * @var{src}, char * @var{target}, size_t @var{targsize}) @var{src}: input byte array @var{target}: output byte array @var{targsize}: size of output byte array Decode Base64 data. Skips all whitespace anywhere. Converts characters, four at a time, starting at (or after) src from Base64 numbers into three 8 bit bytes in the target area. @strong{Return value:} Returns the number of data bytes stored at the target, or -1 on error. @strong{Deprecated:} Use @code{gsasl_base64_from()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_stringprep_nfkc.texi0000664000000000000000000000241411760731226016530 00000000000000@subheading gsasl_stringprep_nfkc @anchor{gsasl_stringprep_nfkc} @deftypefun {char *} {gsasl_stringprep_nfkc} (const char * @var{in}, ssize_t @var{len}) @var{in}: a UTF-8 encoded string. @var{len}: length of @code{str}, in bytes, or -1 if @code{str} is nul-terminated. Converts a string into canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character. The normalization mode is NFKC (ALL COMPOSE). It standardizes differences that do not affect the text content, such as the above-mentioned accent representation. It standardizes the "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same. It returns a result with composed forms rather than a maximally decomposed form. @strong{Return value:} Return a newly allocated string, that is the NFKC normalized form of @code{str}, or NULL on error. @strong{Deprecated:} No replacement functionality in GNU SASL, use GNU Libidn instead. Note that in SASL, you most likely want to use SASLprep and not bare NFKC, see @code{gsasl_saslprep()}. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_done.texi0000664000000000000000000000040311760731221014246 00000000000000@subheading gsasl_done @anchor{gsasl_done} @deftypefun {void} {gsasl_done} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. This function destroys a libgsasl handle. The handle must not be used with other libgsasl functions after this call. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_ctx_get.texi0000664000000000000000000000060211760731223014761 00000000000000@subheading gsasl_ctx_get @anchor{gsasl_ctx_get} @deftypefun {Gsasl *} {gsasl_ctx_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle Get the libgsasl handle given a libgsasl session handle. @strong{Return value:} Returns the libgsasl handle given a libgsasl session handle. @strong{Deprecated:} This function is not useful with the new 0.2.0 API. @end deftypefun gsasl-1.8.0/doc/texi/mechtools.c.texi0000664000000000000000000000000011760731230014337 00000000000000gsasl-1.8.0/doc/texi/gsasl_server_callback_gssapi_set.texi0000664000000000000000000000162211760731226020675 00000000000000@subheading gsasl_server_callback_gssapi_set @anchor{gsasl_server_callback_gssapi_set} @deftypefun {void} {gsasl_server_callback_gssapi_set} (Gsasl * @var{ctx}, Gsasl_server_callback_gssapi @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the server for checking if a GSSAPI user is authorized for username (by, e.g., calling krb5_kuserok). The function should return GSASL_OK if the user should be permitted access, or an error code such as GSASL_AUTHENTICATION_ERROR on failure. The function can be later retrieved using @code{gsasl_server_callback_gssapi_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_authentication_id_set.texi0000664000000000000000000000141711760731223023051 00000000000000@subheading gsasl_client_callback_authentication_id_set @anchor{gsasl_client_callback_authentication_id_set} @deftypefun {void} {gsasl_client_callback_authentication_id_set} (Gsasl * @var{ctx}, Gsasl_client_callback_authentication_id @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the authentication identity. The function can be later retrieved using @code{gsasl_client_callback_authentication_id_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_decode_inline.texi0000664000000000000000000000133611760731223016112 00000000000000@subheading gsasl_decode_inline @anchor{gsasl_decode_inline} @deftypefun {int} {gsasl_decode_inline} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char * @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: output byte array. @var{output_len}: size of output byte array. Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected. @strong{Return value:} Returns @code{GSASL_OK} if encoding was successful, otherwise an error code. @strong{Deprecated:} Use @code{gsasl_decode()} instead. @strong{Since:} 0.2.0 @end deftypefun gsasl-1.8.0/doc/texi/xstep.c.texi0000664000000000000000000000435611760731230013527 00000000000000@subheading gsasl_step @anchor{gsasl_step} @deftypefun {int} {gsasl_step} (Gsasl_session * @var{sctx}, const char * @var{input}, size_t @var{input_len}, char ** @var{output}, size_t * @var{output_len}) @var{sctx}: libgsasl session handle. @var{input}: input byte array. @var{input_len}: size of input byte array. @var{output}: newly allocated output byte array. @var{output_len}: pointer to output variable with size of output byte array. Perform one step of SASL authentication. This reads data from the other end (from @code{input} and @code{input_len}), processes it (potentially invoking callbacks to the application), and writes data to server (into newly allocated variable @code{output} and @code{output_len} that indicate the length of @code{output}). The contents of the @code{output} buffer is unspecified if this functions returns anything other than @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}. If this function return @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}, however, the @code{output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (@code{output}). @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @end deftypefun @subheading gsasl_step64 @anchor{gsasl_step64} @deftypefun {int} {gsasl_step64} (Gsasl_session * @var{sctx}, const char * @var{b64input}, char ** @var{b64output}) @var{sctx}: libgsasl client handle. @var{b64input}: input base64 encoded byte array. @var{b64output}: newly allocated output base64 encoded byte array. This is a simple wrapper around @code{gsasl_step()} that base64 decodes the input and base64 encodes the output. The contents of the @code{b64output} buffer is unspecified if this functions returns anything other than @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}. If this function return @code{GSASL_OK} or @code{GSASL_NEEDS_MORE}, however, the @code{b64output} buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (@code{b64output}). @strong{Return value:} Returns @code{GSASL_OK} if authenticated terminated successfully, @code{GSASL_NEEDS_MORE} if more data is needed, or error code. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_base64_encode.texi0000664000000000000000000000125111760731226015731 00000000000000@subheading gsasl_base64_encode @anchor{gsasl_base64_encode} @deftypefun {int} {gsasl_base64_encode} (char const * @var{src}, size_t @var{srclength}, char * @var{target}, size_t @var{targsize}) @var{src}: input byte array @var{srclength}: size of input byte array @var{target}: output byte array @var{targsize}: size of output byte array Encode data as base64. Converts characters, three at a time, starting at src into four base64 characters in the target area until the entire input buffer is encoded. @strong{Return value:} Returns the number of data bytes stored at the target, or -1 on error. @strong{Deprecated:} Use @code{gsasl_base64_to()} instead. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_service_get.texi0000664000000000000000000000127511760731226021037 00000000000000@subheading gsasl_server_callback_service_get @anchor{gsasl_server_callback_service_get} @deftypefun {Gsasl_server_callback_service} {gsasl_server_callback_service_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_service_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_service_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_service_get.texi0000664000000000000000000000127511760731224021005 00000000000000@subheading gsasl_client_callback_service_get @anchor{gsasl_client_callback_service_get} @deftypefun {Gsasl_client_callback_service} {gsasl_client_callback_service_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_service_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_service_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/mechname.c.texi0000664000000000000000000000064411760731230014135 00000000000000@subheading gsasl_mechanism_name @anchor{gsasl_mechanism_name} @deftypefun {const char *} {gsasl_mechanism_name} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. This function returns the name of the SASL mechanism used in the session. @strong{Return value:} Returns a zero terminated character array with the name of the SASL mechanism, or NULL if not known. @strong{Since:} 0.2.28 @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_callback_maxbuf_get.texi0000664000000000000000000000126711760731226020662 00000000000000@subheading gsasl_server_callback_maxbuf_get @anchor{gsasl_server_callback_maxbuf_get} @deftypefun {Gsasl_server_callback_maxbuf} {gsasl_server_callback_maxbuf_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_server_callback_maxbuf_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_server_callback_maxbuf_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_anonymous_set.texi0000664000000000000000000000137711760731224021414 00000000000000@subheading gsasl_client_callback_anonymous_set @anchor{gsasl_client_callback_anonymous_set} @deftypefun {void} {gsasl_client_callback_anonymous_set} (Gsasl * @var{ctx}, Gsasl_client_callback_anonymous @var{cb}) @var{ctx}: libgsasl handle. @var{cb}: callback function Specify the callback function to use in the client to set the anonymous token, which usually is the users email address. The function can be later retrieved using @code{gsasl_client_callback_anonymous_get()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_client_callback_pin_get.texi0000664000000000000000000000124511760731224020130 00000000000000@subheading gsasl_client_callback_pin_get @anchor{gsasl_client_callback_pin_get} @deftypefun {Gsasl_client_callback_pin} {gsasl_client_callback_pin_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Get the callback earlier set by calling @code{gsasl_client_callback_pin_set()}. @strong{Return value:} Returns the callback earlier set by calling @code{gsasl_client_callback_pin_set()}. @strong{Deprecated:} This function is part of the old callback interface. The new interface uses @code{gsasl_callback_set()} to set the application callback, and uses @code{gsasl_callback()} or @code{gsasl_property_get()} to invoke the callback for certain properties. @end deftypefun gsasl-1.8.0/doc/texi/gsasl_server_listmech.texi0000664000000000000000000000131111760731222016517 00000000000000@subheading gsasl_server_listmech @anchor{gsasl_server_listmech} @deftypefun {int} {gsasl_server_listmech} (Gsasl * @var{ctx}, char * @var{out}, size_t * @var{outlen}) @var{ctx}: libgsasl handle. @var{out}: output character array. @var{outlen}: input maximum size of output character array, on output contains actual length of output array. Write SASL names, separated by space, of mechanisms supported by the libgsasl server to the output array. To find out how large the output array must be, call this function with a NULL @code{out} parameter. @strong{Return value:} Returns @code{GSASL_OK} if successful, or error code. @strong{Deprecated:} Use @code{gsasl_server_mechlist()} instead. @end deftypefun gsasl-1.8.0/doc/texi/callback.c.texi0000664000000000000000000001032111760731230014105 00000000000000@subheading gsasl_callback_set @anchor{gsasl_callback_set} @deftypefun {void} {gsasl_callback_set} (Gsasl * @var{ctx}, Gsasl_callback_function @var{cb}) @var{ctx}: handle received from @code{gsasl_init()}. @var{cb}: pointer to function implemented by application. Store the pointer to the application provided callback in the library handle. The callback will be used, via @code{gsasl_callback()}, by mechanisms to discover various parameters (such as username and passwords). The callback function will be called with a Gsasl_property value indicating the requested behaviour. For example, for @code{GSASL_ANONYMOUS_TOKEN}, the function is expected to invoke gsasl_property_set(@code{CTX}, @code{GSASL_ANONYMOUS_TOKEN}, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_callback @anchor{gsasl_callback} @deftypefun {int} {gsasl_callback} (Gsasl * @var{ctx}, Gsasl_session * @var{sctx}, Gsasl_property @var{prop}) @var{ctx}: handle received from @code{gsasl_init()}, may be NULL to derive it from @code{sctx}. @var{sctx}: session handle. @var{prop}: enumerated value of Gsasl_property type. Invoke the application callback. The @code{prop} value indicate what the callback is expected to do. For example, for @code{GSASL_ANONYMOUS_TOKEN}, the function is expected to invoke gsasl_property_set(@code{SCTX}, @code{GSASL_ANONYMOUS_TOKEN}, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters. Note that if no callback has been set by the application, but the obsolete callback interface has been used, this function will translate the old callback interface into the new. This interface should be sufficient to invoke all callbacks, both new and old. @strong{Return value:} Returns whatever the application callback returns, or @code{GSASL_NO_CALLBACK} if no application was known. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_callback_hook_set @anchor{gsasl_callback_hook_set} @deftypefun {void} {gsasl_callback_hook_set} (Gsasl * @var{ctx}, void * @var{hook}) @var{ctx}: libgsasl handle. @var{hook}: opaque pointer to application specific data. Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_callback_hook_get()}. This is normally used by the application to maintain a global state between the main program and callbacks. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_callback_hook_get @anchor{gsasl_callback_hook_get} @deftypefun {void *} {gsasl_callback_hook_get} (Gsasl * @var{ctx}) @var{ctx}: libgsasl handle. Retrieve application specific data from libgsasl handle. The application data is set using @code{gsasl_callback_hook_set()}. This is normally used by the application to maintain a global state between the main program and callbacks. @strong{Return value:} Returns the application specific data, or NULL. @strong{Since:} 0.2.0 @end deftypefun @subheading gsasl_session_hook_set @anchor{gsasl_session_hook_set} @deftypefun {void} {gsasl_session_hook_set} (Gsasl_session * @var{sctx}, void * @var{hook}) @var{sctx}: libgsasl session handle. @var{hook}: opaque pointer to application specific data. Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling @code{gsasl_session_hook_get()}. This is normally used by the application to maintain a per-session state between the main program and callbacks. @strong{Since:} 0.2.14 @end deftypefun @subheading gsasl_session_hook_get @anchor{gsasl_session_hook_get} @deftypefun {void *} {gsasl_session_hook_get} (Gsasl_session * @var{sctx}) @var{sctx}: libgsasl session handle. Retrieve application specific data from libgsasl session handle. The application data is set using @code{gsasl_callback_hook_set()}. This is normally used by the application to maintain a per-session state between the main program and callbacks. @strong{Return value:} Returns the application specific data, or NULL. @strong{Since:} 0.2.14 @end deftypefun gsasl-1.8.0/doc/stamp-vti0000664000000000000000000000013311760731217012140 00000000000000@set UPDATED 22 May 2012 @set UPDATED-MONTH May 2012 @set EDITION 1.8.0 @set VERSION 1.8.0 gsasl-1.8.0/doc/gsasl-callback-server-service.texi0000664000000000000000000000224711746471770017012 00000000000000@deftypefn Prototype int (*Gsasl_server_callback_service) (Gsasl_session_ctx * @var{ctx}, char * @var{service}, size_t * @var{servicelen}, char * @var{hostname}, size_t * @var{hostnamelen}) @var{ctx}: libgsasl handle. @var{service}: output array with name of service. @var{servicelen}: on input the maximum size of the service output array, on output contains the actual size of the service output array. @var{hostname}: output array with hostname of server. @var{hostnamelen}: on input the maximum size of the hostname output array, on output contains the actual size of the hostname output array. Type of callback function the application implements. It should retrieve the service (which should be a registered GSSAPI host based service name, such as ``imap'') the server provides and hostname of server (usually canoncial DNS hostname). It should return GSASL_OK, or an error such as GSASL_AUTHENTICATION_ERROR if it fails. If SERVICE or HOSTNAME is NULL, the function should only populate SERVICELEN or HOSTNAMELEN with the output length of the respective field, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn gsasl-1.8.0/doc/reference/0000775000000000000000000000000011760732127012313 500000000000000gsasl-1.8.0/doc/reference/html/0000775000000000000000000000000011760732127013257 500000000000000gsasl-1.8.0/doc/reference/html/home.png0000644000000000000000000000110211760732127014625 00000000000000PNG  IHDRשPLTE  $$$(((,,,000888<<<@@@OOOPPP[[[___```lll{{{?*tRNS  $(,4@GKSghkotwa7IDATxڭ[WP̳ij2LK<`[4jg8b袋y/5F~QЈJT*N/ q]1zJ+zD=94bv«1;ÈP= ]j*P got ׻>&*B@ $n?q nAC&ޙc~a|ZL\!CVF@ڐ~IENDB`gsasl-1.8.0/doc/reference/html/controlflow.png0000664000000000000000000005333011760732127016261 00000000000000PNG  IHDR!wsBITO pHYse IDATxw\;(" 4DAybb㰜bW8O.b+D@RSco. |lfg 0;3Ka$X+W?{"##C"MHNMMnǎ:tFXwpBJJ F1 ///MMM------}} A _~MLL$ EQ]v2dȴi\s,s۷'&&b۵kdmmMQT?xڵkqqq/^@Lnz޼yAAAP?CVVV6m6n8l0@ vy|REEe/sG ~GБ#G޾};|pHвx… K,gGݻ7pk֫ `2ڵkN8(sm۶iii]tSrwdUUUUuuuMMMuuUUUl6c1p8|,6---2Ǟ҂k)@&^zE^zIPT18qO}ϟϥRPPhݺ.@[[[]]]UUUMMMMMMbꄫ%T`0ZnmhhȝxYYYYYY68r}n۶mذaǏWRR/#4ǚ:u޽{'N~H@{ςt$UV&&&&k``K҂B'Ӣ"$MGGҒ[ DXlٚ5k ?_cm۶-$$d'O d.;;۷۷o ԔdQtFejj*$>|yÝ~1 kk:t :iӦ޽{޼yׯyI@߭[8Z@+++{gϞ>}ٳ/^|~U__m۶m۶cٹYׇ ? :urpph߾M3 4LMMׯ^zE~}ݡC[[[w+=zx7O7H 2337oܳgOr,Xp…YGIJJڲeK@@LЭ[ӋEfjjj;t 4qqqA:tՈMcuZ4KJg$ŋWvqq!]V!!!׮](UVV^t)88֖tniii,Kс۷fAAsǥ޵kB ׯ_B߿xӐc5O@$ɓ' ,$L{{Eݿ1yf۶m PWWGj*((Խ{BVtmlld2ޯ|} cpbbb\]]UTTTTTbbbZK.u]UUUYYɓ@hh(>}p}vԷ9̙ݖ]DһwoOiB Bh#6HاD1XAAAKK̙3";ڲeѬY=<ĕ+Wz}o0x`444w@!NPF{$Z^nPE~@;֭[7EQk׮}ꕬOuucΝ;_|u\!tҦM60E͟?_J9::RWw "''GGG8((.@=(yРAmڴ!Hoܙ3gyNWW744t^"%KE{YȜ]D-O wӮ];PzzH">%ӧWƆؿ:9ɓIۓxHȝcm޼u;vH>\DuRL[[͍Zx1;Zp!Bu]tA)((;ve}nM6흜G4j(}3Tw+?΁|%""!b zm"Gu%ܼl۶ !0"Nۍijj*~xɖǏ"YZܣf7]tN__ݺu999d|͉[`[⿩O"],,,UYf-!kkka ?%2 ĉtW\AmV`U۷o-/^$+"o?55`8::ylygΝ>@ۗzѪU+w`06oLҵUV!He}nO>%wwْfjjJ3b}HM+n8pFA$$$?DSN/^uP@\SLAc//vI1lmm/?zh;Ç#~'{~w2EEE MDO8z((,OIQQܜ 6(1bBhϞ=/^]'32ϟ?GuYX0`@RRFO? & 6lP2AxL#%ښ &Ճ,,,dXǏǏ/_ޘ۫W/2L'OX[[[jkk^Xܷoϖ;v |||UF//XgϞ4iҩSM|zsww/++~ d~͛7oܸq,K^]vv6H.c͛GBYɓ'dÇɜvK~6mO՘D4ͳ8 !Df[,lff&c9::޼y(Ǐɖ 'TO9/26mHoE$\` yo!CC~ ;}4=ؘ,Y“:̘1&;uD*#BBBb{}D4Ϳ7[3L` \|_DЀdT!OOOBllJ8θq.dӧ 7۱cG5vޝ7z@@@@@}.]B$ $$CCî] ͊NX2">(";wLFD;R qI83--kddhŊ':sU>|˗/lrʕL6mjj5sL*!-**eǎdHkPPdɒ8rFR͉&N+~~~O"ECAAfKB!Bhܸqjjj7o~ `)vttܳgOFFʕ+.]s!8""K.[n}1ɴ;v9sH@᪪~iӖ-[?'%%%ϟ?~'Ohii t萃ҥK/@c0L)N'f$**dB>hlmmnjs?:/ȱ!.\рdl6ٳKQPaaaō/w޽}3fK.zzznjG )cdԩ)< [jjk}^rBUUU9 ɔu 4 ,[#W Dه,{5c233322z322eXB׮].]=ȱ!#@hM#X rww"s h^.\˰0%%%Y9Khh~*++̙c``o: _~u,M(OOO;;C:@ͮ]TTTd c۸q㿟޽{޽{ׯ_5kc q͝;w?~᲎XtttNpBΝ;cGG7n`:u䔜1^tiAA۷o1aaaɪ555ׯĉjjjH0W5a„ݻ#ҼBޯ^!V^M^m׮ȑ#3gά?~Tm'33333(40`@JJJ#B,^xܹҫ?$$Dğucǎ/^R円W^Earss蟹/^ˣR _>{UVijjJں::.% IDAT/_ހXE 0Q}jjjN`~IJ`ӧOoZZZ>> (СCڸ6EQgϦΞ=[!J^矹 +@9h ~+V<lpUs=~Xrr$''cB㔔o?ry@\|? -/_:wRPP6mڴiBE-[̬SNyyy}vttqB(//O>NNN'UM:!7a„G"8Enn."h۶͛jbbҩSW^"%  ۧ#^~mkkKo~/BHMM }1I1gLLѣBw`XM ȱ@Kj*~iϞ=$IB3&44t̙VʺpԩSL̙3=44mϞ=_x!t}kkk333 ի,X 0N1cχ tyЅ  $B d sĉeeeO ڿt Rx{{wܙ;QPPZzT[j]]]]JJJDD]xx8!T^^1.))QWWWWW>333544HSZZJA?MLLLܹsn,{1cٝ6xTUU ήVڟa лw;6wwwOOO =R____ii))lzbtuuWZՄO6mۆȐFyQy9׆  C aٞ .LLL~`p8SYYI\+++6`VKKsgϞ1bK:ѣs-PPP//,]v9;;oٲEQVVPPPyNz\$\b-_O&9eʔK.޼ySjo)L%bn6`oƃСC>400hݺutt4=)--QQQv튍>}_ڵkӧgϞsN54ڵkd-7}]]]vzmgg簰0ڲ̎=9sȜy??~^4ΠA^:p@SNڵkRROaggg777-_L{3fD\5~<1x) Uw[iJ0KnIx`نyyy 4%dZεXΝԩѲel6|55k֘-jjjf̘/^knժUHМ^sύ'[LG5J^8Ef7wwid =z%I ӦMlؾ} *wu.&$cX/{0-XɉvZ)jӦͻwׁ7ydMF>,Q򪿿BB:}4=ѱz8mM4w$Çܿ\77cOK}_bM>I~U7eeejnn>x`??;v8v؃S2'U27<(y{[zdB׮];{,jnnݛ뫬,ze?e}tk7swEOqO8D xߜW?E)gȗ-\ӧOM"a׬YS^^.@׍7/nsܝ.]5\w{5D9]S???2򽶶Ns㹷s^=!d2MMMg͚(--MGG'<}s~~~AAAaa/_|RTTT\\oq׹qF## 6-Jvjmmxb2fdh$h.acaaAX?I{捃Ç䏙N2p l.C.X߽{CX?EQ-2556mرcMMMgΜ_mԩN&-0`},W#}nqʕzzz8Gr@@@ll,Bclkk+ ^/ʹR"_梶$晈7i$_=A?V~,i~lݺc}vXCC[տq.]91񣒒2X(Cݸq#… 6׏e_NWVVVSJ gffm۶N~䉈v1ԩS]v}O!H1ILL񣢢"ԩScƌxyy|\r%''.0G]"B "4~,q}M4 ccWWWe0ZJBV9QJף"XRB&r~,a#.XB($$g8BgϞODȳX_ϮKc5X2&?7͛7]t$㘘++++++;;'N`A3u`!9VVVӃֆr9s昘8;;gdd篓׏9?$c]\\w8p F ]R~aaaG988TUUaxbc H)v-iɮcy$(++:u<X>DB1 +rAYs,;" jc <~s;*)C111۷'J}Hd2=<S|r,i/RSSC|룐K+!\\\^zA=]קLkhh?jЋp$ʼyxDZc,xܻwoܹJ#iUTTdёׯ;wlbb2c ˗/G677777=z4._4ZWlS|J{I$u^(^Cca\  M6PVK" Z~~~d6æMH#G1L6j(,h>h ^q^xYRWW'-1ƣFӧ͛ݻGfX۷oٳd`1rZ7~M"Y~˗-,,>|خ];pOYYYV-++ic ? ͑s,iUTTYcAh,..&3CyAu}e9o'NرcNddABC=z9=:8I WWXq~۷!6Mfgg[VV h֤}6OtK4U{4+++]<cC-:tҚ4iRDD۷Bqqq၁!1 GAYYy@e$zw^Ѝ7&O̽/ɜ2eʥKRSSo޼I/^hd<ټ{wFĐ-k׮el6{͚5CIJJ۷/Ry_Oʱo߾~++ϟ?-֭ߏ wuuڵ۷43+ÍGի'NڵgϦIvww߽{3HWI1r3]|֭)]]233 g?~乡5]&66r(u}ޗS|cϒH ^yHz-0K~d4S c|ȑ}7.11gϞyyyƍݿ-&Lx捦֭[{(jҥѭ[>qĆ B tsjjjcV^s#Flݺ/_̘1#99!Խ{;vSp <"!!aذa۷oVGUTT4f̘>cc}aܸqM ۷uȵ6m:ÇUUU=z6lؑ#Gz9s_x1444%%EUVu-++/--MII !zhۤIn_---(?3N88p`ppYbbbddd6mH%ڐ'ر >fa߾}gϞunB($$?y!==1UWLMMW%K}hjjlШ+̴(\KK̬(#Zeee~MM͜]]]PIIUyy9EQ(~jhhkjjVTThkk?VTTTpppFF+:tīcƌ^7nڏeoo߸$]V!Zlڴlr f0ĿTVV#LLLe0ڥL?毟'{sWK#Bʗ.]u)ߝx:1x̙Gի޽{B7nܘ}_EWfjjzᨨ(7XffǏvwﷲsv@Re<񏾒gϞ[.,,l׮]YY#qFТ\xq͵۶mڵ/ȱ4ʝ;wdkhh?>M8w9aff]]r $r,Ƀ @ <ȱ)h  e 077uVVV666}Z[[;::޸q(jӦMNNN!WDWCe Ծ|2zhsssssѣG4f33a [ucƌ$SQ1߿?xС̶mے[D`cIDAT#"""jkk7i$Ǐ]]]Y^ B*9rdXXdXaaaF"ۯ\(lfd۶m!@pB2=xݻwwss(JCC.immMQׯ_544-[fjj,|?>OBdߜ]]]PIIUyy9EQVmF~-̙3[jUXX(HH׉'222"##kkk/\p*++Byyy&&&$IZjեK;w={!-6߻Ml@YYYDB?ɺG ZV1~8 22$&&vЁCѻ_^^^&OY^o!1bܹ,Z!w}H:uBO>:h 6NJ;q833wTRR|)o Ryaa#F̗c Hy9VbTUU'N=ڵk}Ig$r; -򤧧;880(gHHH@1LLL:v'xZׯ1B~~~=مfz@1c|!YGм9stĈ P=7l0BI&|2))Iց4WW\3f*l2eիe@zjBCCBX[ z*te4w8O? s֞5k͡7-]c|rT~uK.?]O.۰a\Aj.\pرۓ-w֭[FFƋ/,,,d$4cߗu{4k;vTPPxⅦ&H\|y׮]n޼$8+((uwzzzOu rXQQ9̙3>>IIIJʱBu޽۱cSNI:T-ѣGkjj~gY@cݸqSN/^ zj֭E]Kqeff6,&&FGGGBh\]]߾}`|{Veeիׯ_ohho߾~sq=z|rܹ-ӧ=0a$X*((;waddرcI9BHMMmÆ /_5jTLLabccY,VC0':c0n8kkM6ѣGq(**ܺukmmQ``_@@~j"ՙ\~]ֱ ׯ]|Ç#F={v&m40"jjjϓ]\\5448N|;wȑ#g֭c@ҧOeggc ;qDըd2o޼oyU322蔕EY[[;99yyy4~X<ꊊ******L& мy=zcee%X`())nZRUUlWH&&&–=}d9 ;tPpped 2Hƺu,Y2f̘Cs @ca-[vs))):"dr,RVV6iҤʕ+ʲ}ٳgnnngϞ]h!k7h̘1CEEܹs u8Po߿4hĉ>|  PųgvpprJxxllldK]]ݎ;V^]\\<|v:(X|߾}QQQgϞuP;ȱ;v;vZWWwsΥ(Jq @:qĖ-[|a  ;yyywMIIIIIyQMM ByРAvuu ƃ Z86͛o޸qÇ!==={5rHuuuYG @9ϟ?}Ul6qww֭[ntuue3-XlKq+((`X卌u@X y,b1La?*++~ݻwUUUMMM(((XYEEEIIIii)jkkE?'d6&*KSSА?֖ԧ,ȱ-Smm7o>}TTTDgQAqq1]2)O%%%555uA444#HXfcׯ_Ԫy*Id-Xfiii'+}?n&u~n!ccckkk !fJDu,`c۶mzWǥxyyuww'$$B;SSS7oޜ, k׮B۷=<|֭[b}n`./^B H3L|VMMMГ9;;V):cnnnwޥZ[[SJ²L&SNNb_j:;;RZ]]T*0}^z,fB`h4d2G8^ooo?::299^쬍=D"LMM At:\.onn(((~~lllÆ ڴzT{ KҾ>;;;B^wssq {Jjhh7dicc3G"BL&$MV^pA7h}y &]VPc3333O<+`ii)8((YXl|uJiSSSxx8qO>8x`OO!RP\\_,o޼Iihh_,B Bٴi?' m\\(!2?N){0k^Cg)YYYrʕ+ϟΝ;/]O\\\ E[[f^8RR4 ~ydd$vrr<RZZZ---ʬ*0wΝ?B===˴rssSRR'B`IV >[hZn2NhFhjQQQ|KKY%[?`囘{쩫[f(V+ZjkkR)T_50vׯ_+ gdddxxn4 dKKK|&)::zxxmV˄ Ǐ/// !ի7`5233SXXٳ4`E _M `9X'Q߯^ XPcQQQ###0 fΜ9: @,։ 50foo޽"։ 57U57Z~,Xq[%Pc{C >XC >XC k+H%{IENDB`gsasl-1.8.0/doc/reference/html/api-index-full.html0000664000000000000000000012443111760732127016710 00000000000000 API Index

API Index

Gsasl, typedef in gsasl

A

GSASL_API, macro in gsasl
gsasl_appinfo_get, function in gsasl-compat
gsasl_appinfo_set, function in gsasl-compat
gsasl_application_data_get, function in gsasl-compat
gsasl_application_data_set, function in gsasl-compat

B

gsasl_base64_decode, function in gsasl-compat
gsasl_base64_encode, function in gsasl-compat
gsasl_base64_from, function in gsasl
gsasl_base64_to, function in gsasl

C

gsasl_callback, function in gsasl
Gsasl_callback_function, user_function in gsasl
gsasl_callback_hook_get, function in gsasl
gsasl_callback_hook_set, function in gsasl
gsasl_callback_set, function in gsasl
gsasl_check_version, function in gsasl
Gsasl_cipher, enum in gsasl
gsasl_client_application_data_get, function in gsasl-compat
gsasl_client_application_data_set, function in gsasl-compat
Gsasl_client_callback_anonymous, user_function in gsasl-compat
gsasl_client_callback_anonymous_get, function in gsasl-compat
gsasl_client_callback_anonymous_set, function in gsasl-compat
Gsasl_client_callback_authentication_id, user_function in gsasl-compat
gsasl_client_callback_authentication_id_get, function in gsasl-compat
gsasl_client_callback_authentication_id_set, function in gsasl-compat
Gsasl_client_callback_authorization_id, user_function in gsasl-compat
gsasl_client_callback_authorization_id_get, function in gsasl-compat
gsasl_client_callback_authorization_id_set, function in gsasl-compat
Gsasl_client_callback_maxbuf, user_function in gsasl-compat
gsasl_client_callback_maxbuf_get, function in gsasl-compat
gsasl_client_callback_maxbuf_set, function in gsasl-compat
Gsasl_client_callback_passcode, user_function in gsasl-compat
gsasl_client_callback_passcode_get, function in gsasl-compat
gsasl_client_callback_passcode_set, function in gsasl-compat
Gsasl_client_callback_password, user_function in gsasl-compat
gsasl_client_callback_password_get, function in gsasl-compat
gsasl_client_callback_password_set, function in gsasl-compat
Gsasl_client_callback_pin, user_function in gsasl-compat
gsasl_client_callback_pin_get, function in gsasl-compat
gsasl_client_callback_pin_set, function in gsasl-compat
Gsasl_client_callback_qop, user_function in gsasl-compat
gsasl_client_callback_qop_get, function in gsasl-compat
gsasl_client_callback_qop_set, function in gsasl-compat
Gsasl_client_callback_realm, user_function in gsasl-compat
gsasl_client_callback_realm_get, function in gsasl-compat
gsasl_client_callback_realm_set, function in gsasl-compat
Gsasl_client_callback_service, user_function in gsasl-compat
gsasl_client_callback_service_get, function in gsasl-compat
gsasl_client_callback_service_set, function in gsasl-compat
gsasl_client_ctx_get, function in gsasl-compat
gsasl_client_finish, function in gsasl-compat
gsasl_client_listmech, function in gsasl-compat
gsasl_client_mechlist, function in gsasl
gsasl_client_start, function in gsasl
gsasl_client_step, function in gsasl-compat
gsasl_client_step_base64, function in gsasl-compat
gsasl_client_suggest_mechanism, function in gsasl
gsasl_client_support_p, function in gsasl
Gsasl_code_function, user_function in gsasl-mech
gsasl_ctx_get, function in gsasl-compat

D

gsasl_decode, function in gsasl
gsasl_decode_inline, function in gsasl-compat
gsasl_done, function in gsasl
Gsasl_done_function, user_function in gsasl-mech

E

gsasl_encode, function in gsasl
gsasl_encode_inline, function in gsasl-compat

F

gsasl_finish, function in gsasl
Gsasl_finish_function, user_function in gsasl-mech
gsasl_free, function in gsasl

H

gsasl_hmac_md5, function in gsasl
gsasl_hmac_sha1, function in gsasl

I

gsasl_init, function in gsasl
Gsasl_init_function, user_function in gsasl-mech

M

gsasl_md5, function in gsasl
gsasl_md5pwd_get_password, function in gsasl-compat
Gsasl_mechanism, typedef in gsasl-mech
Gsasl_mechanism_functions, typedef in gsasl-mech
gsasl_mechanism_name, function in gsasl

N

gsasl_nonce, function in gsasl

P

Gsasl_property, enum in gsasl
gsasl_property_fast, function in gsasl
gsasl_property_get, function in gsasl
gsasl_property_set, function in gsasl
gsasl_property_set_raw, function in gsasl

Q

Gsasl_qop, enum in gsasl

R

gsasl_random, function in gsasl
gsasl_randomize, function in gsasl-compat
Gsasl_rc, enum in gsasl
gsasl_register, function in gsasl-mech

S

gsasl_saslprep, function in gsasl
Gsasl_saslprep_flags, enum in gsasl
gsasl_server_application_data_get, function in gsasl-compat
gsasl_server_application_data_set, function in gsasl-compat
Gsasl_server_callback_anonymous, user_function in gsasl-compat
gsasl_server_callback_anonymous_get, function in gsasl-compat
gsasl_server_callback_anonymous_set, function in gsasl-compat
Gsasl_server_callback_cipher, user_function in gsasl-compat
gsasl_server_callback_cipher_get, function in gsasl-compat
gsasl_server_callback_cipher_set, function in gsasl-compat
Gsasl_server_callback_cram_md5, user_function in gsasl-compat
gsasl_server_callback_cram_md5_get, function in gsasl-compat
gsasl_server_callback_cram_md5_set, function in gsasl-compat
Gsasl_server_callback_digest_md5, user_function in gsasl-compat
gsasl_server_callback_digest_md5_get, function in gsasl-compat
gsasl_server_callback_digest_md5_set, function in gsasl-compat
Gsasl_server_callback_external, user_function in gsasl-compat
gsasl_server_callback_external_get, function in gsasl-compat
gsasl_server_callback_external_set, function in gsasl-compat
Gsasl_server_callback_gssapi, user_function in gsasl-compat
gsasl_server_callback_gssapi_get, function in gsasl-compat
gsasl_server_callback_gssapi_set, function in gsasl-compat
Gsasl_server_callback_maxbuf, user_function in gsasl-compat
gsasl_server_callback_maxbuf_get, function in gsasl-compat
gsasl_server_callback_maxbuf_set, function in gsasl-compat
Gsasl_server_callback_qop, user_function in gsasl-compat
gsasl_server_callback_qop_get, function in gsasl-compat
gsasl_server_callback_qop_set, function in gsasl-compat
Gsasl_server_callback_realm, user_function in gsasl-compat
gsasl_server_callback_realm_get, function in gsasl-compat
gsasl_server_callback_realm_set, function in gsasl-compat
Gsasl_server_callback_retrieve, user_function in gsasl-compat
gsasl_server_callback_retrieve_get, function in gsasl-compat
gsasl_server_callback_retrieve_set, function in gsasl-compat
Gsasl_server_callback_securid, user_function in gsasl-compat
gsasl_server_callback_securid_get, function in gsasl-compat
gsasl_server_callback_securid_set, function in gsasl-compat
Gsasl_server_callback_service, user_function in gsasl-compat
gsasl_server_callback_service_get, function in gsasl-compat
gsasl_server_callback_service_set, function in gsasl-compat
Gsasl_server_callback_validate, user_function in gsasl-compat
gsasl_server_callback_validate_get, function in gsasl-compat
gsasl_server_callback_validate_set, function in gsasl-compat
gsasl_server_ctx_get, function in gsasl-compat
gsasl_server_finish, function in gsasl-compat
gsasl_server_listmech, function in gsasl-compat
gsasl_server_mechlist, function in gsasl
gsasl_server_start, function in gsasl
gsasl_server_step, function in gsasl-compat
gsasl_server_step_base64, function in gsasl-compat
gsasl_server_suggest_mechanism, function in gsasl-compat
gsasl_server_support_p, function in gsasl
Gsasl_session, typedef in gsasl
gsasl_session_hook_get, function in gsasl
gsasl_session_hook_set, function in gsasl
gsasl_sha1, function in gsasl
gsasl_simple_getpass, function in gsasl
Gsasl_start_function, user_function in gsasl-mech
gsasl_step, function in gsasl
gsasl_step64, function in gsasl
Gsasl_step_function, user_function in gsasl-mech
gsasl_strerror, function in gsasl
gsasl_strerror_name, function in gsasl
gsasl_stringprep_nfkc, function in gsasl-compat
gsasl_stringprep_saslprep, function in gsasl-compat
gsasl_stringprep_trace, function in gsasl-compat

V

GSASL_VERSION, macro in gsasl
GSASL_VERSION_MAJOR, macro in gsasl
GSASL_VERSION_MINOR, macro in gsasl
GSASL_VERSION_NUMBER, macro in gsasl
GSASL_VERSION_PATCH, macro in gsasl
gsasl-1.8.0/doc/reference/html/index.html0000664000000000000000000000463511760732127015204 00000000000000 GNU SASL API Reference Manual gsasl-1.8.0/doc/reference/html/ix02.html0000664000000000000000000003255211760732127014656 00000000000000 Index of deprecated symbols

Index of deprecated symbols

G

gsasl_appinfo_get, gsasl_appinfo_get ()
gsasl_appinfo_set, gsasl_appinfo_set ()
gsasl_application_data_get, gsasl_application_data_get ()
gsasl_application_data_set, gsasl_application_data_set ()
gsasl_base64_decode, gsasl_base64_decode ()
gsasl_base64_encode, gsasl_base64_encode ()
gsasl_client_application_data_get, gsasl_client_application_data_get ()
gsasl_client_application_data_set, gsasl_client_application_data_set ()
gsasl_client_callback_anonymous_get, gsasl_client_callback_anonymous_get ()
gsasl_client_callback_anonymous_set, gsasl_client_callback_anonymous_set ()
gsasl_client_callback_authentication_id_get, gsasl_client_callback_authentication_id_get ()
gsasl_client_callback_authentication_id_set, gsasl_client_callback_authentication_id_set ()
gsasl_client_callback_authorization_id_get, gsasl_client_callback_authorization_id_get ()
gsasl_client_callback_authorization_id_set, gsasl_client_callback_authorization_id_set ()
gsasl_client_callback_maxbuf_get, gsasl_client_callback_maxbuf_get ()
gsasl_client_callback_maxbuf_set, gsasl_client_callback_maxbuf_set ()
gsasl_client_callback_passcode_get, gsasl_client_callback_passcode_get ()
gsasl_client_callback_passcode_set, gsasl_client_callback_passcode_set ()
gsasl_client_callback_password_get, gsasl_client_callback_password_get ()
gsasl_client_callback_password_set, gsasl_client_callback_password_set ()
gsasl_client_callback_pin_get, gsasl_client_callback_pin_get ()
gsasl_client_callback_pin_set, gsasl_client_callback_pin_set ()
gsasl_client_callback_qop_get, gsasl_client_callback_qop_get ()
gsasl_client_callback_qop_set, gsasl_client_callback_qop_set ()
gsasl_client_callback_realm_get, gsasl_client_callback_realm_get ()
gsasl_client_callback_realm_set, gsasl_client_callback_realm_set ()
gsasl_client_callback_service_get, gsasl_client_callback_service_get ()
gsasl_client_callback_service_set, gsasl_client_callback_service_set ()
gsasl_client_ctx_get, gsasl_client_ctx_get ()
gsasl_client_finish, gsasl_client_finish ()
gsasl_client_listmech, gsasl_client_listmech ()
gsasl_client_step, gsasl_client_step ()
gsasl_client_step_base64, gsasl_client_step_base64 ()
gsasl_ctx_get, gsasl_ctx_get ()
gsasl_decode_inline, gsasl_decode_inline ()
gsasl_encode_inline, gsasl_encode_inline ()
gsasl_md5pwd_get_password, gsasl_md5pwd_get_password ()
gsasl_randomize, gsasl_randomize ()
gsasl_server_application_data_get, gsasl_server_application_data_get ()
gsasl_server_application_data_set, gsasl_server_application_data_set ()
gsasl_server_callback_anonymous_get, gsasl_server_callback_anonymous_get ()
gsasl_server_callback_anonymous_set, gsasl_server_callback_anonymous_set ()
gsasl_server_callback_cipher_get, gsasl_server_callback_cipher_get ()
gsasl_server_callback_cipher_set, gsasl_server_callback_cipher_set ()
gsasl_server_callback_cram_md5_get, gsasl_server_callback_cram_md5_get ()
gsasl_server_callback_cram_md5_set, gsasl_server_callback_cram_md5_set ()
gsasl_server_callback_digest_md5_get, gsasl_server_callback_digest_md5_get ()
gsasl_server_callback_digest_md5_set, gsasl_server_callback_digest_md5_set ()
gsasl_server_callback_external_get, gsasl_server_callback_external_get ()
gsasl_server_callback_external_set, gsasl_server_callback_external_set ()
gsasl_server_callback_gssapi_get, gsasl_server_callback_gssapi_get ()
gsasl_server_callback_gssapi_set, gsasl_server_callback_gssapi_set ()
gsasl_server_callback_maxbuf_get, gsasl_server_callback_maxbuf_get ()
gsasl_server_callback_maxbuf_set, gsasl_server_callback_maxbuf_set ()
gsasl_server_callback_qop_get, gsasl_server_callback_qop_get ()
gsasl_server_callback_qop_set, gsasl_server_callback_qop_set ()
gsasl_server_callback_realm_get, gsasl_server_callback_realm_get ()
gsasl_server_callback_realm_set, gsasl_server_callback_realm_set ()
gsasl_server_callback_retrieve_get, gsasl_server_callback_retrieve_get ()
gsasl_server_callback_retrieve_set, gsasl_server_callback_retrieve_set ()
gsasl_server_callback_securid_get, gsasl_server_callback_securid_get ()
gsasl_server_callback_securid_set, gsasl_server_callback_securid_set ()
gsasl_server_callback_service_get, gsasl_server_callback_service_get ()
gsasl_server_callback_service_set, gsasl_server_callback_service_set ()
gsasl_server_callback_validate_get, gsasl_server_callback_validate_get ()
gsasl_server_callback_validate_set, gsasl_server_callback_validate_set ()
gsasl_server_ctx_get, gsasl_server_ctx_get ()
gsasl_server_finish, gsasl_server_finish ()
gsasl_server_listmech, gsasl_server_listmech ()
gsasl_server_step, gsasl_server_step ()
gsasl_server_step_base64, gsasl_server_step_base64 ()
gsasl_server_suggest_mechanism, gsasl_server_suggest_mechanism ()
gsasl_stringprep_nfkc, gsasl_stringprep_nfkc ()
gsasl_stringprep_saslprep, gsasl_stringprep_saslprep ()
gsasl_stringprep_trace, gsasl_stringprep_trace ()
gsasl-1.8.0/doc/reference/html/up.png0000644000000000000000000000044311760732127014330 00000000000000PNG  IHDRw=IDATx!0Ȋ $11Dppʉɉɉ D%@ o%/!eg*/iY`]1@Y ʃ ( &b(&b'"r>b/#r>b/#~@ɇ<)V!@)ExR>~4 tE RkdX~4%2 M {ۙ~:[d9t) IENDB`gsasl-1.8.0/doc/reference/html/controlflow2.png0000664000000000000000000024457211760732127016355 00000000000000PNG  IHDR |)RsBITO pHYse IDATxg\3 7NFG(D@A) .vE]E{E*fC]E(ł Ԕy?{JI7LΜ3!HD.[\\\XXXPPPXXf+******((( PRRe,@4HH|ӧO p.79NWVVLLF0{}}=ݺu[L&SKK/ԁ Ϗ?>}Duttpc```2t:G%I UUUL&TAA ,:$o߾K^R'r~,--̌ $βW^>y$77\.!Dz˷ mmm)  _}}}NNNFFFFFFVVVyy9BHFFO>8vޝtJ555Ϟ=NKemm-##Cm o߾۷o~ZZZnnn40ź~GnܸQQQRVV4hN Bu,:s{eddܿabb_T(.$I|2333+++++իW$Ih4kkk{{R& WXXx…k׮UWW~*MMM@IIIݿ^FFf#G𰱱䛡,˽w^rrrrrGH5j*JԧO"=<<<<<ݻvJu,Iee+W/^g llllmmWE޽ÙիWNF9rHi` xĉK.$驧GutR>333%%%%%%//!`0L ?,$WMMͅ =zZyy@ggg-B%%%gΜIII9<ڵo@@ ,"hH8l6իG=sLeee׮] ɉ)))555i ,$InJHHHLLѣ<<< fZcƌ pvvL H^yyݻJKK {PP2աuv 2-%%;;;@3 2uuugΜٿ7ppp Р:4ϟ?ZSScddܣGCH"HWؒ3f̚5/ޑ|㱱!''iӦ)**R@@@]Vׯ_'5j F/^+**RUU 6mڐ!C  =~wY}YWWwڴi3g΄Kù|rLLLRRR]]]߾}N:eX N,Ĉ$#G:tڵkA/e!%$$ܵkѣGkjjlmm͛7n8yyy$X($/^uk׮Oқ7odeeG)!NAAayyyΝ366 344\lYQQա~ hIiiիBŋUTT[mmmB]VL?ڵk?^O߾}[qrrBYZZ^ZC:ѣGh4YYiӦ=}m׹>h/_ZJUU!ᑝMI:gaaA߅?d޼y?ޞ7owa GգG\$I>}z…!uu ޽wT\\.ժ暊ٳmܹCoeӦM_W>((9}4og^Bϟ?bJs1|Yzb $H@grO:ebb߿K!eee===_z!q]x}yޔ@=p88::B? tk>F=zb``~]hރ?022Lѣfff8͊4  ѣG||<á:Fѻwo)GAqqF2 F5|'X-ruuutzEEI޽C0 H$IHHϻիWll,YHHʪb~lݺ5###===**J C455mVWWGuDMRPP<ɔYUUEӍ8}ymcI_n>`Prr2I栽=F+//'I_~Ab[ҢxڻwCAAbqܹK.9888::^xL䱁ӧׯ.\(++Ku\M200CuuuS"##/]ჾ~#***2K!cccoGӊBƍLðaø\nvv6B͛ cᢊZt:}„ O!l#ÇsA%AQQ?RTT$w`;B֭[6m{`xfhv)**4iAI7ϟ;ӧO˖-)?EwhikkV+\z>ѣFi!´/B{5޹b S___zhh7 #sK,ҥKl6  ,$ H*--ův>iW[[,##pB^+N:⭩^jUߏ&ʊ7oB&X!77իW7sTkiCZl$I]ޝ3f4CSZZtRyyy1{>P$XbJJJ|B6`$OwFFyѣGmmm_%%%]]]Gd޼y`>}0 xMx̙mll,&d~MMMQmni Ycx8bbb1tT޽:u*NWRRZz5^* V1tss+**:F:th͚5x{͚5>[n,&3|;vǏE^?ݻÃ>hQEekF >K&BVUU77!!d.]W!hf;{}Z,훂V\X_vvv Na;z˗ǎ[@QI6#B۷orx!ƈ#L333$?}Ddjj*B庸l޼$I<}=<~x===5#+iw}T֯_ tF͙3GFF&??_"BBBttt w$mllfo:880L<8$M6%˭-ZgnnbŊ>---ݻ׆Vx &I;##o߼ysx[[[Wb[NVVk׮x!iI\z5ձRSSׯD͟?'܂v;-33kK~zȑ!sq:NWt… E[m=tК5k5kx֭[VannBF*..I"aɅ BΝcxg}}ɓ'BjaÆ!zjPkkkÆ " L&!4aIuZ9h[!xW=@l6fn7UX 6uҥ/r !_E tM_*..&BQQgQL&S.akkWë QSS۹s'/uBhÆ "wJIIJIIis%O<駟B" O:׿9\K;wDXnݺ!r?RsG^!4`p:3HH$uttjjjrQQQrrrjjjTӂ%Kwr111rrrrrr?SLL "Мݻwkjjzyy5ՄU]xqȐ!򲲲vvv JMMuvvVRRb0ֻwnGa|EB'O$Irڴiŋ`mKnݺ秣CUTT &@פJ/ 8KorРh .iAE$ڽ{7Ձt >|1bB¢pZvم ".\sN޼y8255DK$XBVua GգG\bx!~ ,,,pBhرX!߯_T]]MAA뭭 ֩Sx3hllO2-^+i`%7T)8FFF.]:( vi[RR͛/|_z!GGGh^{>}ܻwoSUWW7vX^\޽Ν{9Vmoߎ ?VWW㹁oې`!t ^nٳ'Qkb%-h` j.]222"bԩX  # @:ٳgabbi_̑#G3%|WqF2Q'H>~Lnn.B_~roܸ1o޼>}!?2dBٳ=%KHmHdddLf7o-!5i 4HDJo߾-XFHO:wՁt@>455E/Ko>&)##TUUt#### 5C𣊚XOOO~ccc&j޽;x`@@^K.Ϟ=/ ?f1>>!dhhԢY܆'v޽k0פJZ, 1dgg!ƌ# `޽{3̊ c88NddiG !Y{ IDATD[\:KRG%##y?A5֭[Brrr}V>Tm->}jii666xkFyM HѣGxYFo=@ТEBՁH3ghhhmٲO___VV555 7^GGJ__5D$)''ԌzժB4Mp:~rnUͤ(r*@ӆk"XI;zC;6uVXtlf"##}||VZ6 3f۷CCC :(}b1_cAAA^^΢"''_~ RWW2hÇxvINcƌ!"??mmf͚QQQq޼yϞ={&-VbD%K<~xO<:(Ć OUUU 8PVV`o޼ӧAsi0WZ|2BH[[ÇxONNG ?Ą7xӧOCE7zVVAAo?~;Y,֥KLBk*P3٦ yy7n\ÇBfff_+i@wGTohr߯NDhh(te }W^kṹMmtlъ T"b|sAaee`^!AT˗/BC i)o0q[~o߾EF7ΌyY3\ddd h84HWWGxyIX@ڱUTTxzz"L)I>|UPP8vXknj F >>xb{quu9r@UWW/_|=z􈏏oqHHD޻w/%%ŋ7ȬRxBw>~'޿?6CѴd ===]6͛W\i``Hቼy&777777//̙3^zßtr7o ڵkWXAө@%b߾};};wܹ#|Fuuu(((UWWWWWNMTQQmzntttwﮡχd#j'N:r䈺.SӸ\ҲjkkN:l0 eI̘1Æ 300:" qgϞ=~8''Vs)E7oƌjժ_p8cǎ 666TG@C04TUU5~˗{xxܹsGr+P׮]׭[WPPdɒ~7ӧThW;wLJJ*++x޽Tojj]}6|NG& "f̘yykkká;v磣;[~ ੪3gÇ|q#$X_DDĊ+lmmϝ;יZSSv֭ׯ78IdX h3gθR`oGfg̘|rOOΜ]!u6yrvIUT7}[GGgĈׯ ЃaUUU^xqő0y󦳳3T?~<22޽{$;u֛7oJJJ˿| :g>|XUU@ VgooGDD,Yp$ˊ+6mtȑ'VVV!?Bpbbbrrr޽#455^VVN755ׯ_~,--"I?{}SSS#$X?ؠ Ñ8~u;v \.|Gv6ݾ};//'O) 5kt:=,,,44TEEǫp8wܹpBrrǏt}||ڐJTWWϚ5+!!=!![nTG :ajjOu,˗/3fh?BZZu떆Abj%///44TKK !ԵkE剩- r[nѣÇH7H:aoo_ZZJu,-33ȑ#TĈnܸN۷Z;uꔗ~vhׯkii)**Q b`I=6={lИ1cG X͛77H"## KuuBۻ[TVVFٝ:u4UܹshB ,: nվٳglÑ&߿O-[FuD@,jkk2 Vj&o߾mٲd"LLL`IZ{{{ 6l@u,*99'X'O: z, Ϻ߳gձ$I (퓓SWWwձ)էOssscbb9LקϜ9X$A@@QIӦM;tкu~7$I߿͚5>}ܸq'B?{Ku?ܾ~z &P'xM{-//Yz տn@*9;;Y|֭[Zt)Ձ4fGGG㛆Ç{'OxII~@@ysٳ...[ccp!{@yxxhhh\z@Z'33snnn.\5kjjvرqƊ ggg fǎ3fÇ!Cuu#FX+W 4 5<0Q1 Ch &9rD+gΜnݺ;wtĉ@ ((($$$Ν޽;A&Ç'ƍmˮ MÇ]RP^x}vL#ƍWRRBUH@Aɓ'_zeggMuD@A%5UUUӭ u٤UV9::RK˪/^loox9x QƎ!++|a nJgώ?ʕ+/ @SjkkCCC{&,EU7nݻfʬ] {{{EE6ؿw;6888///<|lժUC IJJѣ$X-<<|ʕgϞURR:$m&-[HɓERۊ+&M4pSNI?>න"Ir+WMNN }!666((O>⨿ɓFJY[[pѣ333\]]9"jK$hѢm۶M<911QI`nZWWb 1I&~>>|Qu_XYYݹsnaaaH,@`I $.\cǎ)Sm\ZPVVo߾ѣG[XX8 #G~>9BӃD^իW6n8a„:7 $X$ܹc޽߾}[r/))IMM7nf'$$鉣~YYUV;vͭLi$ɹs޽;$$? uuu555--~J-̏ =?JkcQ܍=pıcX,+vGA_o2dț7op$ٳgݻw{쑐ikkWTT޽[ckjjX+3>>^t`iii3g_qqq}8p ..NYYy̘1nhƌ>|܃%!?MMݻwF,CDXX^HHĉΝ+4СC={޽QTT/XMMM gƌÇ%00d2/_48) :::ͼR***{.ݻ۷ogϞ;vlLvww=Q̙3"8$|ϟ?劯!YgQKK$I__l$߾}۳gz__H$  #\]]7mrlقUy暚={$9uԸ8\UJJJqq1NUT J 233FAALNǓ$YPP`0xeRSS qx˗/Il>$blvhhh@@`ކ`[^&r pvv|;YĪUx 66!tʕlښFEEEg@@E13}tЂ Ě]H455Ilo*))UVV$rqa_^^3cy߼y+==}֬Y?~ٳOpUuuuM5ڠ$B_aVl6;==}sB...QQQwM `$~m'X;v@ݹsGLs\CCCGGG1ڍ>nv+++G?ۿu@!EH%.;sh?[K\. r8ސ|{vNMX^?zƍC=v옺~UpVS63ϫ Bf__߄&tR&[?qĞ={6mFD:GL}}}Sm5s;$CCC oOOO ovׯ_㴁Jrr̙3wW]]ʴ{J#BCCۧ*))1b1b񗙙iffF~)--rqqټy3I%G__۷'O[j*mh%: yyyܻz7LMMI|`p.]fEHъq $I 0+**deeΝ+&f̘!//DlBHMMMMMMUUdFGG9_' _U|||~)qFǏ)aÆ A}0@l6Mtvk PUUҥq۷oL&Nd~~{x噛=޽{L&3B(##WFS6?F7?M6ج\zѢEM5chhhhhطo'N4 ?kkk???}}}}}/_ ]z5>\F/x;͓ɓ1_]] m U}򥆆FZlV­mܱ277ׯQrrr=zxձ\.#믿gmHkԩJJJ555b3;& IDATs S`q8 $\]] ͯ^Jdll֭[I|ٳLxSIII@@/.))!`|޽{m2֭ó_kupH ZYb/2a<)#~7===KKgϞ FTl]Ik=x!e5!7ovUII)++XxA+?MC@b,#&5446 *8ٶAdIq?nH`fkFxxx]]]S3u۶m\.7<<ݽљƆ%[yۺ/^LsI;CCCyygR #H^!i…4$X $6}6B诿S>}b0<֥KC66Spd[~ɤ!kk}y߿7ӊ03^)|UQQQ0b1bjb+++P EخVZcǎ3gMrr2Ab͏ǡh9t8 ND61?ƓH1*ڛM"W|.\.W0bk5?\"㴁͛7 2k֬p]'aЄ 8%@hׯ߀Wm߾}/`^VpSɶPӓIqႂmm킂FgLhھ};ˍpuuHq" RQQi6A-Z >`b,`f1Sкu?AK66Spd[~L&oth[i++ϟ F|lWOT*++QHX,\' 9H H_EĈ#jkk) ,`!""rJ ڰ}$7CbbbP?\.έ=<<$ _~eСO::TMMr.hdd$Ac2T ã._ZZZJuD@4 gOϟo0cHHXێ;;w :TL/<2227nܘ0ao$[hÇ߿XPP@u8@Nz]ti)))***T^MMMk)--t钃ŋ6iWPP=0..N^^_Lw<TЈx.+Eĉ޿oooG ;G/_ҥ Aaaazzz!!!'Nӛ;w.Bڵkxʫ!44'$$ \^aK`` d2_|9~qttt'СC={޽o  ֯_NC)((L0B^^^x?[JO?򚚚SN5J]]]v׿ iCހzXtccBc䎚X5###ILNN4h𔔔b6l~Vr_i4^R;JJJGܿ!F$u>}j``tEcm =yDYYdyXGkFo\YII qr፮yf iRWWb-]tǎ,L UDEEݹs>{7z B7 I߾}ꍞN3$0rrr277S^^^0a^-ZHFFÇTF߿755O:FpPoݺգG!.,"3!}=dG/]/??_FUTT뗝}Y??F& R`'NٳGMMmӦMFjmPv}W, L0o߾)((m5u:҂޿_L>N2 q>z 700}I;&sϟ飢Cu,hmV+2{xxDEE$fkkX=XMmݻ}СM,L UGx?y%}}Wn nZZZxDGGoK-'O +DKJN82mu֌ $cbb,,,hWr.\@R۷oNNNAHȅ |NVVT8$X+2;88[ZZ~l*j[$I"vԱ„!PuLLa߾}O8 \ݻ&ny{{I$o޼9zh-ْ`G嶶&&&Y ֗/_xOGVRR˧Oyjjj=͍Sh***dV]]Z~=ձցK4=<mT$im۶$gF˗^^^jjjݺu:()&$Kl5Qc!(ME `E Dn(]:H<`ʼ~쌢++++&&&xyyQYF|ZYYZdF+Wڢ(o߾eٔcǎX,yi;İaġDD._'E{455L2r7n|Wa6X 'O8qNrر`2@x[IIINNNԆHD]]ǣ"i&Nx̙ &]~{,v٭[h4Znݞz|& #ן;w.00gJUa)))&Mrww~>jEYfYNbnnЀZ[xQkyyyzzbb FvIIIinn&,SLƎ{) {,i!DA|Kzz:g'0L[[\ r07|EU@ ---o޼IULik֬Άoڴ3Fu!_g͚T,59ݻwJJ ٳg]=r("ϟ?۷ӧUUm۶ܹ!ˣv֭[ lX/ƍ7o޼իWq\i޽kkkkkknܸrJj)ÇAAA Ǐ?ydnn{UUj9HYYرc.\УGrqƍ9r֭`zj`%%%ZG|lڴ)""OUUUEE{ׯ)FD}}|h tǟ8q˗c!hjj?~|yyiiiZ|аqFB0R #ܛN>=n8]]]bJcǎypFh4eee'''ݟ8p@B__'NxxxTWW`% O>~ػw/ ۷~Qٳa6 DDnsdٗ/_^bVu>|2a„Ǐx{,d[G!G'lܸPKKkر`kh4 5jɤ*0eʔd=׮]&ɳ䔉%K":88TUU֢`%~ PkQ֭[~:j!)%((h***K.* :~鶶6`0Wy 2 f``0zhBc9::VWW֢p[~zHH9]rJCCð0 PkH#>|pO9^gРAΝۿA=lra $,ZsywgϞyxx5% <{{{:~^z@8p`ܹ 3gD#u}N$cKKKNN%0 =rG|rOY (zܹs  ̄ւcgff ӧ֮Ϫ sih͛7,YCOk׮4I^QQ!v#FぉӧO&L޽{jjj91c?xa`ll8tppB2 rԽ{qơ"'hjj?iƌΝC-GPDd2RRRt:j9ajjJݻy,uȨ+A^x99r ,4.QQQٱcŋe}sqEGG'--m'O~:j9"۷oܹS horKa! V{fy555aaa2G6[B6-"FYٳ+W̼Qˑ`:ujΝӦM?>j-dX۷o'Ka!ov G~w"؃E}M6qׯ޽{Y,ܹsvD1bBCCk׮塖#(Do޼qrr{nWzϝ;IxCE033^ $&&va_v#!!a̙(4 BHۡc~m͚5 ,weݤhݻw'[XX}ɓz4`QF%%%]%ؘ:~x Ua$ORRLʔi\\\'LZ(+11q/$=%0)D`j$vN%^G>~^^ގ;P Q&L{ӧ;vLIIkSB/_.X`Ȑ!xUK F +=XHDUU@B痔믽{޹s'j92F55'OJϏr # L&ڵkK,q08Hظqcii]W^Z!Npppnnٳg=`.Nu16=m4JEa$MZZZee%+y?}vZCCC}r~cuIIIaaacǎEt.N8h Y_C.qɣ|رaÆ͛7ҥKl>}tRgg[ւ`:CWyӧOqS[[{I&qyܹ~I;nݺ;v `d"qSNqҳg=z~An ֜9s޽{s`dMMM==f=:rH:xyi4--f{{{?{0_D>vv}ԩuyzzւ`:Oiii޼yO>+V\"S]]*tAdee]FI&#F666gϞjEҎ+V1bƍ`0.QZZLEa$ ~TJpqqIMM3f̤IΞ=ZT#o[[[444/ F:9Gc.\$$$H2)?N>ͧ" ,Fxbhh(j-Ҏ5k<{'c>}J ȁ"Cssw1#!Auz,!pm IDAT455#vlllΝ;ѯ_e˖Y[['''ZFrXbܹ;wCEq6c q'b0> ~:bCE|Cԝ9Y|` h5| o|2w\Ç{„%IjllxbUqYRRfjjjkk{}x t:= ? O[믿~w5R'Nf0}9t=CC}*.2*n (B6a„ϟ۷ӧOnnnd+{TUUO:տɓ'ߨH+eܽ{WkϞ= #00p޽߿'wo}rr2PUURxxxkk+{HOO/**RQQ޹sBoiiֶf͚۷777[ZZZ[[CgΜȉ ,i;iii%%%39722Bx…CaҤIL&bo"j%"<<ӓC?)mmׯ_C F !!|# =XiiiW!9]bj]hhllܺuF x jEIݻ̬iDN ޽{7nL:i0X¶w[YYN o߾n{g6O(]1cddd̝;ήҲAXv6_gC[[BHDmm(kjjɧf2EMMw5Rnnn111A@H `<xZ8p@Յ PuuuUUՐ2Ԋ0b篿2dHcc#j-R<W^ikk6dJ&4qqUTThhhZK.g@!N{CCCsF?cűIEş䆆u￿x---nWLT kB_;tĉnjCĿGyf@UUZ0L[fΜZ z Oԭ[_~0rѣGi4FEy訫˹M&`[f'$$Al6[CC[JOON1h<&+""oKǏ711OII166A`R%%rOjQ2 4Iýcbb ׮]srr??0s' wر m۶sůɾ<ķ… I_+=455544޾}0tP`'=<{l;wyurʕH2oV^ ?$T VAAQtuu\\\(vvvk׮[l{ qG1t:MO 0ippѺu89Eo}/((pvv611}0 ܇TTTWVV ]- w2TBB`0VVV'OBػwo>E ք ,,,jhqVTTK 7o~KKˣGJMp A>tZ6X7oTRR2eJH~˥8H:tajh<%%˗C#GD-J "%%+W+⢪J2=MCMMMMMكZ N#bbb!YO>g96{{{Tzdmm?޽[tijj,YBlll1UjjjUUɓY,j9IUQQhѢA_ #iZZZvZ졯{}믟?*s7nXȤZxquuuBB:j- F,t:j!HJJ*//_|9j!2EbbG~}}|inB%.\?&&&ւ3X'N 2dj- F\LMMQ Bcee5fZd]~w#GY[[Pٳo?"/O)c*$$d #ߐ=X&&&𒖖˟~IIIO G/ܣG$z0~i=='( 2@,YСCH4C%E/O GmabbbR3G"Kyv)W^<9JQQQ_}Q  W\)գGJXBLLLRRRL&j9AQk?s„ +VضmZ%|ɓ'F$KSE,zabUUUAAA*7]EDխ[>l Fjxzz?~gϞ >رcGwwʧO 'O888_~Æ =ÇW^(YYr%X[[V7o^HHݻQk8f8(UUU p grXf v?~|fff>|O> #::Z`(dNdggs3Aqlڴxw)̯icc#0w!P3CȚ{7|#lyoիϟ?uT##22 ~hѢE8۷ tex***alllTTM;gr'9! iӦq(;wDck0 r1XӦMSVVsj!RjƌsN!!گ_=Bhoo !,,,TUUX 1X . :$ח|KK˶6rzzzQQJ;ۗ|)<<\?˓'OLgJJc;+" s?_aJJJ o^L0j?au8iҤP&ɳ.5[#ãvhK[[{C~Ν۹IWc0bD VkkݻwQk(aΝ; E-(4XZZZ BBMb222" b!Ar p'x aɗ8v?.Yh*ýA6 %l۶=--Ç}XCmm횚jکN`UWW6mڄJ@V\I^|ٹIjUa0 i$2:nll\\\Z䐁A555߼y3j-C|={t=""bر__ߣG0aef9:}?{cc#Q(..f0~555Qķ#_3h _\WW̿N}r?_aگן:uGvqqj?au=f FBI7zhkkkZ0wީՓ&MRغ1c %%LB=XqqqBrjuII 0// _ n^vɉ$+"" ``y400jG3nkk2d͛7ɗo <!S?<)̎;!|U>}͛'6V~~~aaa,! CCCatիqF#,,Ç̙ZvuEeP 7oۛ/fBB`0VVV'OFDD:88]nٲeeUPPlbbbkk|ggg:nkk{}8 ;;;e5(Ch6m"?zں -`o;ý֭[ ݻͥKO8_{++**8+++ }q"h}rssQ d D,f!\d `Ϟ=H6X?@JMM%;?}KILȑ#ׯāŇRt'&&ԊDL71y'III] FHb2#FPSSwj-bG`_h߾}ŋ111vrttJ,IIIkpɓ'gffrNvv62Pl6;+++ W:Ev"==nݺѦ`0CEEԩS'O&ec`;v:u;j-bdƍׯ_>w܎;ٙAS5XX=@dggqKQTT$=#ܳ,YZ #;vxPv:*  t-** bbbr]*ooodaÆ .P(s #FشiӚ5km۶j*rą`#`\.>>^YY #igѪÇq`0TѫW'N|iڴi9 3XG #u^^^zzzݻw;i4iBBB1!=ojjZ|9j!_P,-PB#wp|3tЈWJ-5VkkPki s6&IǙǟ{.ׯ_#) M/^ ΡpĈT}:={6`ȑh֭311_zʼnSYY@tz@@@eeysp"/^}G433377'/| v42OpYRRfjjJ P!ϟ/v!TZZZvx#??_KK/{dX*OٳgQhT;w.gYFT1hР \sWMzzzQQ Ν;|KK˶6Qگ_=sAs7ݓ&M e2WJJJWhoo !,,,TUUӉ܇8;;>x@C?}OkF2m /^PQQ) PKK FAL'$EEEjjjgϦՋZNAc}||`0RHcccIII%Ν;[x1ɇHNNN7nx"l`[)::Iv92mڴNJXJz>lkkkeeD 33|7x`YYOAVhh*׮]K:qℵ5ӧϡCG433377XF%KJJ<<Qk6t' ""By=Xcƌٹs'p仠kaAAѣ!BUUUe%}}}ܹ!Ϸlkk#$ IDAT omm=pY ?&4m(9O')r& e&5yWUU1իWMsE"}3r <Pai4"e4A<={֫W9s洣JXvdye#6' C---F/b)))SI3m``$Ɍ---FFF!EnL~7/Pe V]])LccZZZ7\ր?.+~8[vRrQ˱fffh|Ar`ذl%]7XqqqBSuII 0//YQ^^!LOO'{_@!7I// ÇǍG_Hg' ϧ!vySmȐ!NNN7o$_EfOPX. fffǎzO>]Qꟿ: cXV044VEtMM `Æ LHMM@N,Ivz$߼^ڍ;vAvꄅmڴMm6΁ 5)k&URR*))!ʄ`A.\HѮ\ZȗXC&nn޼ycoooff/UBB`0VVV'OFDD:88]nٲeed~~3N'G[SSB_!spp?Pd1h>>>‚ggg[[pߴiShh(ѣGMMM޽{fOP`.yRܺuk{t钳'D2ߊ ???Jn߾Q$L%Mm߾}%KgHy* 3fN8LsH.+aMJZI֭[ i;qQ˽jhh077g0d4#!hddĹ.t`֧Otuu)%?9rd80::j-Rt'&&])f:99V/_޽[2$6M5/-"n (AKI-C'.j7X«Wh $4MÞ={JKK7m$ͳbJ/Ĵڵѱ+h|$%%Q%Iɓ'gffM T):"*}$?GCTTT^fΜ)A~:P\b}Μ9[Pki z}}} # ]***:tcW4l(_iiiࠠ i4eX5/ A.jEՙZZZ {]Pܼyr &&&wEBF-A6lj ]ג쾊VSS[h2J ik^A1[9Ň}Fv;v#"puuw. #;`ɤ+--=zԩSyvl F9sf\\TR qiw}yIk.&*t FDGGΞ=`ڵkܸq|Xa0ӧ;;; jllܻwa01ѣG$҆x Vxxxss`ȳgh4d VBBBuu5`䀱cܻw^h _/ >}jaa+Dl6;66]ܹ0رc?H.7$=`m޼bmذA|)0|3 :{wBCC||ЫW={nܸ!i Mfee%hyYPPttt$4/.P]]-\EEEsΕ@(cc@ HXX6~Z $yJ'N:uf٫WS|ٳ… (mmm ݺuCEёLgϞ$Ѓu;w;?7oޔ|j 崴|Ç**QRD$yJ;v|rHH۷ZVVVjkk#8FRVV8p۷oQkH@AAM4[nN{ZZZ"##{AѦN*O/拐3&$$bظj*q(mmmsY|ǝ;w,--Q+ˆgϞу`5Ϝ93k֬=z5FPWW_|7o.]2`UVա֥,\~ʕRrz6dʃcJ.[… ݻwG#F>}*e˖;FqիWLLLNNΘ1co޷o߸8&ZgϞkע8 ց*++q|wݷo_LL2jE1+qπUSS0a„>}5F۷oJJJffŋmmmϞ=Z2tٳg߿PmLftt1 ¥K VWWw|@KիWDDǏKp|xKKKʠ999aaax C!Ç( іǏS ^zƾxb۽{7.h4ڞ={ʠ`EDD͘1˜iWd>|,׮]{ٲeG #yw>},Z!&|K,9z(©})3XwYl:U11rҮܻwmĈKݳgO!w=vXkkkߟ={_IXacc !@ * Fn B~<pqqS/^\|yx? Zh4Z``Wmٳo~#O3g666")gFEEQ@H\fJa䌝;wC1$}֬Yjjj%%%Kt%Kjjj^ҥK!!!ꅅOM3gJyy9%0DAAAnZZZ8{***[B˖-*2ZZZsSRuu3g)>^~=aW_}E:u|2jr۷oL""=zh@@Aףa䌸ϟ??zipxQSS`ŵE1I~RSS322,,,.\hkk{ܹϟ?zyy֢U(?~]h111 ,""BxE]]^zݼy4 z~7@AA8766S1 !ѣ~䄪={:;;K8oW{ vvvÇb(ANC1|,]z-a=roݻwK,iz>~HNK&| -,,lѢEb1vرlٲW^YYYQݻwxc IxxtollLOO];eFmcc#1Ie%%*W#F|͛7={PNvZ+*FaϟswwG'9'N444G{l"Y$''Gߦ!xyyý{h4O?$t*(FٱcϞ &8;;;;;۫"Q bz!**J[[*ᐘ;333Z4~owҷo_qJIISHHj8\pA1|~B__d2o޼pM(8::5Enn.gYjOMM]`n` GA΃$:::[9sf)))bO龯aÆR8,`0dq\DGG^xAyK*++}ƍpiii͘1^VZwN`=}Ν;7oVQ|}`bb",#C?Ғ%11QSSMMMsÚ5k:|rrHuٳGMMmΜ9ԪAOO`;wQy߾} xrQ ӧO7O'ytȑ#Q {ׯ_hǧL"Dylȑ#~~~x~ QΞ=K-0]v :tذaF.gϞN֭[SNE>;@ϟ?`իWle̙͝;r5 F9s挱7|CmǏ+ 7^^^(AHUQQٺuǏ',1Xfff`0M]]ݍ7|}})]ݧO;0KyyիWL"ֱ$&&K[nmmmSq>| ~? #\xrtOR#;vbM6 ѣG/_+aÆ)EM? ٓ﨨=zԆ4NNN(III***b?N cǎuttZZZ+11Ϟ`:Jssszzرc˗֭a12MNNǏE.aXǎsww744D Xb1W^,W\ill`ttE iqP Q8\R^^.+>oߚ)1ER=gΜ0fyyyrrr``dHA=zU>}J ^~tU33[JDi[}6lPZZSd?~O`: :&awJaLs֭BȔ)S֯__TTT\\|(JE&_n_+’FEE:=|26nX^^g㊾lɓuuuķ2"rgϞI #OOݻ꺺fddS8((ЛylW"Ԁ¢&ŞCBBjkk)I6iii::::"߳g ܻw!w܁[ZZAEEE***Bww rϤIBCCL& '_*((8p B\"F.KDxx' aI[[[!ϟ?@s1rHSSS6ݹ2|pϟ?SSoZMMYfQsr|&fjj2KI)4Xw9Ԁ"&ܬ?f cAaXCDx致ݽ{7<ܧOSSS K>}zrr2f"Ǐ0bwww1hРׯCpL&<<5__6wTg VBB?7!ݻ7q8?***444444=ŤxrCSS41uuul "_{n@@].J.#shx:'4[nxqP⢯@U@Q+モd6X F]]Ont_:;I UXX92uTݻwehkk~BXPP0zh(j& n;O  .`999YXXPۀ1а˜YTEEeٲenݺV6`ggE8p Ym߾B+c~~~aaa,AݻP\"F.c mΟMC'h[n*HF^_,<fW6OW0)ۈX}C59r1̰;wrwss& v9#ɮiaSecw`۶mƼ>`~HAAQtuu\\\^xLmmm߿Oisrr dddzjVϏ%_YYg۶m&M%9 A)O ;թ@LLLG*\\\zI6 ݻ;"`q2e ڵkܷ!A)! t pԨQo۷oqq1CM8[#bs; n' Y,#Í8 ִi455(9yd--- ޞ%tf_'XtJYYSS˗qqqDm455}l8xN>}b3,U`drjΆFyy90==Wȿ񞞞#Ffmm]RR!#u;|I!a~"rU^^?R@EE%$$˜9hB#yd2 F%ἔCm߾})巡NMMMm6X<~[OOOGG֭[x;AMnDDD:88]Ύm:`0N< t;s#I//A\Pnlx IDAT1'%%%r,aʕJJJ?~D-1ķo._k !~v6M^zEp1QG111__Ǐbd=Ϟ= VKK᯿&B`t:}111Dks̘1#**Ͻ({{0 .y&wwq$Dod>y/ ѧw^qqqyܹkh=]]] O:+`WPP@"6l1fO~2eH@y.N:ŻQNNNEEe֭l6V^yzj h>11*ANNNKK S#O>-)){8<]bųg.;`0OXY@S|ݡ/qMBG5 >ݗwp̘1jjjp*.0 ---kkk 77W[[;44b%&&jiiq &hnnw9j(6mgV[^^y ڼwcyy g#p{[ 6l\fُS'II{… |&ׯRRR-_t8X0'V@۷oaM4\A\ k} ұcjjjtz9s\|%66vǎXII/d9s06=x:ϣ'ɓ'.\y :`aojjCR̙cCϲseX<ECC̙3oD{8M`P(tR'""9/0@ֲe˨T*wcaaѿ6tO6~a """ttt`~6i]ðTMMMjժŋɧljj g)<~ԦðCA ?~ݻwy yGFFhEEEd2Yi2C~~>B!/  rB:ujMqy< BLjf-}!x:޺YWW`^VѢak׮0,!!AAA37ں'aqqq,, 8 ۔Ԧ1c`);1wÇ/\\\:TYтÇ;vxɉ\x Ν>L[8nݺu7nz}1 6CP`g Ö/_~ڵ6{v:{^Mee9OC&NrsZlٲaÆ۷o7770Ղ v]Q,kܹx 300麺е-++srr߿1H$Ҟ={444V\ 533h`1cTVVN6MSSSSSsڴi  &4ν[ `ĉ!!!,?YyQ1bȑ &x8_.n`~ 02;O懮<,200 =zsnn.l_c͞|PnmŅE`utsqwFdeelcY*UU%yf/hEׁ󔊊lll444 ֕A߼y3a{{/^pFiQnΜ9smo޼k;0l+(gh"ލ 6l`2!-G5h4ٸ`fffdd5#죣KJJT*anđ#G#X핱/**244[[Lƹp|wʕ+<.]~pD"q`>nk'gMkmL{aXxx6c9޶֘c3U躃?HKKO4+FZqq9sh!yW2;y+&&98+cojj37Sb0***VLLMM;W*ӧO \O :i&7tu}}}mmm .`3JGklݺU]]}Ȑ!999מ ///NuKKKt'Y{{{Õ ,KSSWe61}C?Χ}{\ݻ|ooVNNOk 6sTW9rMy<躃O&_z#-ؾ}; ##G=,Zn]_%O+ f߿^x{_h3nxxY0 {⅍MJ]OB>=n6 mZ sN__Nmi9sӹ.:X?~1cF-ʜ5&Y+s888:tðS,237***edrYYYttt %UTTƮLN6MVV+\mfyxxtMX鐃%)) #uuuud&$$={.?lAuu5gOxY~θuuu4yݺuMnq!'̏}{\~{am۴KfO2Yysn}s]tf͚ER:m50m" ;88_|Vo}ȈFmܸs ֞o=sS37pMm}}}i4ڶmZ(0,>> 6vzkgMMO.]/_NN(B,qqq:sZx]]]}}}###?|^nil/<ݟwx,--m~;'iiqNxnof9!|:XUUSMrM&`ƒH5kt6aXzzz[n%%%yÅK. 7e_`?۹{p)e8 LC! _ҭ_|0 Llv>Ol60*g{_cWԩSΣGnf]ēкO{GE :''G[[;,,f{Օv۶mMMM,+884::Fqo1[pڳ6rӧO7773[[[qc8d~,vzߞB\^^~ҤI>}⾊k"""{ᆀiZl|߹D@nXjgg!(FTT\?Ϟ=+**"H6mꢝ^Çm~ fzzz$3t}6^///=9^xbTTT`_:OƅNO:79ӧOҸ5NKKڵ _EMM;ٳEEE9;L޽勽}S=;vɓ]1Dj,#*L'O h4bO+ B% ϧY,VRRҴi~jV^`05{QIIɥKk!|ɓ'3gΤRDks\rh!CYY=44J:` >Bv&@\/qrN'‘DNOt" ؼys'ǏT/fh=T~u!ѣG kg鱱bFޯ_611!J=~8MLL,&&u;v,''g8Efff,+++h!}+W:u^lf8PUUŋ|^rð8;;;++`MMMW\׻;w+yׯpO...}ͻdl~/i:''-B Dqȑkܹsuuuk׮,B8|2L5kB}ֵ?>B9@Mff֭[Ǎb |-3'N :tZF,ڵkcƌ$ZKrrrnnnD ! _r-_)++{@^^^/^}9͛7?}k!--++$ZK#**jD ! FDD_3giVJJȑ#,,˫09rNO:w!ӧ7oa}VQQA](0444͛G "qssSQQvZ_~ǧ۴!^Ϻu>|x1cn<>>˗GEmo߾}\~}̙w޵ Z 3H$OOZ999ޝ 077Fuaǎ#Z|JKKh!d2ywxb@@իc JII-Xw0 Bw?֫W@p{DǏ ELLLTT8"$%%;tRX_>~8s|-[>KQ(BNEE%<>hiN;bo&OOOuus={ڵkVVVׯ_q,XPK8jjjwns0?H$ý{rssWXcooonngD)..N___666'NIMM$9sfzzgΜx?~8(A0ގ͛7yw"X8p`@@@qqq@@@}}tog!~NQQرc>|7nXZZ^r-~ 4+V8wuNNC# pѣGt/^33##x޼y^J;;;eep}`zjȐ! !ܹs'NYf̙3cbb0 #Z8qѣGPVV6vǏ/\022򧕶… ϝ;w;/--Onڴ nBE$!`h| mv*((Y```iiK׮]+##3bĈ'N|huIxx!CO:u9\gϞpB33L77P}EEEՍ9200Dw`0PK8q"l/Vaaa~@wbbm gggXhBB}}Fzz/.f_zSoذ!..N[[_z5rH??)STWWk:AS(OM^DDm0 0;;; ٤^Z]] ..>eʔ?~M"q|񇸸rTT^6ۄdرB?99[B : 4hSZZaUWWݻWMM-++h.3 y_K[[{ʔ)@t&`ܼy=zd2֛(++?>Lhx:u*ή/UWW9|0̠?;w;1p 6s%ZܹPRR0`P(u \%ܹ3m4XeEYYy޼yonhh ZZǏP(˖-+^SSSuuudm~0qJA@GՂ! i} ` 0lqq &>}_}[n, 8NOG=y/b߿Jjjj&&&h͑#GZ{W˗/'ZfϞ0 z!8ŋuZ$jΝ}|bݾ}8p;wp4WCr'HJJҢR{eXĊA 0 o`}h]|pwwWSSk!~-nfnݺ~)**._<44`N|-((hРA{;y3mmm*gϞTVVN4 LÇ@`}vnjӦMD+Bxuva͛I$ҷo߈@t;EEE'OtrrTƍ{֗/_~7EEE!Cpb~w8%f9"**J`K@Z&Z7rssn0 5kR[[{޽5k֘dȨQlɓ߿-jkk/]4~x"1** qENj oMbYz5Ot$ Fa؋/@UUU O>}ivv6a eԨQF6l;Ʒo"""¢Ν`(7{슊}]'Yp[^ !~| n|F 颜s IDAT-vZUUaF3f̵k@Heee\\ӧOccc߽{UTT,------,,,--qOD ,իW 111,_~3f̰P(1޽{wڥ:|p܇u^t >vؕ+W-3aaa3f̈;v,w))7۷@qD:##˗_ --mcc3rH]] 8PII #===!!!!!ٳguuu111OO9s8;;Sns̉pL[̜>}zAAw}O h7oz{{h-'ׯ߿?TPP0`K(p[ 4:[h4|f@G?p`s:thŊ=yZ=,Y:jԨk׮̨$B0l޽EDDP$U077JJJⴐ^|iiiyڵ3g v H JJJ_΁4L&$/SØL&陙 殙Lw]]ׯ[ZZ fn!!!0}466.\ի/_I;G:n,^ڵkL0XqD/9'''???//ׯ_xPUUq~ ׯ_?eeeCCC=====]d֬YӧO?{n%;;{999Vaw=<}zɒ%D cc+V;v,))),,LGGhQa#;;{ҤIeeeGFF\2(((//ƍ+Xs,pEҸ#`0`}}?SZZZ^^͛DkAJJJ9~8B100;&111䚚qnY9rdܹiii`Ǐ3iii''hDt_䚚)))be!ijjZr)S444ҸWի7oRVVԿcc6[rssh4ڲep$!!qׯ e]Ft &>}zٲe<3rallbee57։&~_ϛ7OIIiK˳,\2MMMSSSK ݟ?aXaa FGG //&XpoߺiPOPN8щ̙"B̫WΝ/Մ@ %44TVVVFFڵk:⬭Y,|٢.[aaa11: SظrJdllv $..NQQQVV6**FlݻI$Eqq1YBB$ԠDǏK,9s^|)vvv:::.]/l6'\TZZJ[Bm"&&v[n6,88[Cβϟ?J~vuְwY[[(!T)#֢D~={v/^@ڽ{7< 0ٳgNNN$uȑ#Ϝ9ᑑ1doo u 6 :4%% ^^^qqqݺu*++`'4A(.]ؠkvVE0FSSsȐ!pmV떷oh7"`[D"zJ0"z s666kܜL&ݻf$F Vд4 À󉖄@ GCC/6l؇ӉPRR?}4Z=H={tT__?ynrDVVٳ !b:tf͚DT"L8133sСӧO#Z`Ҭsssoܸe˖nZ(--}_=*{=H& d2n }sY[[߽{ȑ#1hjjnٲ%<<‚;Y3noo:ujE&~xǎ hQ_(++GFF?633KHHB]]] O:ʼnƽzNSSSMMD"mذc͞jjj?=##E^^^NN>11ss9a˖-sssqĉ&MHNN=z{JKK=*,,vss#0+JWWW/_'ju={MRwbZwÇ80sLSSǏ @O`nnvhhhcc#JLL҂E0 ׏0d;w5JKKsmTUU=zVVFxx8hnnJLLgl6{&MpK94dee_TT4$$h-f%%%}}}+z/H*o߾6IHHN?z(l޽[]]ð /// // =zjb JKKt:}>lllL]_(ϟn޼e˖'{ڵ.ŹұcjjjΜ9s._cxWxd2Ϝ9a|ðÇF"xѩklPPN1cƙ3g8%RSS555Y,֪U/^̣O,:^[[d2ొʪUdׯy| rqAi~1{lGCCra &&&...DA 8f?.&&#b0̄g.[gl̿TUU`u;Z ᩞbCR={٦wi&\ܵlvMMMnFFF:t[Nt8XܛL9 Ƌ/߯sN ׮]aXBBǵmN b)++sq…!!!VVVЙJJJl]H$EII rʕ+EEE#bn0L&o޼ WWW__H68v$%%[ =a?pss̔vĜ9weD]COfyE7vfϞrwǏvqqf;{n=1>3g''OpY,ضmoS,**-p',,LBBB]]===h-}"Z ӧlmm ..W-!x0eʔu1Sp5I...`IIIܧɓ'jjjǎ-,___:{Νʹq;v hI g+''G[[;,,f{gmmmmbMMMi4'|ӧԼu`2t:=)) \^^^拏`XpSQzHjj*F 'ZKի奭M?OPRRҲؼyUV>SEEŔ)S81SSS ֝ mll455 }Lmd.GO jjjGurr:88:t 箋lll444 ^7yf„ /^000?~mvv9sZ =rYgdd7N^^^FF6..s?{z40g>}dffF&GKDD,[LBBh1[x>DZnJJJS^͏?8V~~>/_&hii-^-'!bsssgϞK}}ɓB2FMc$WS__?w\pDTVV ss3L?c&777 `ܸq{{~ZL"CIKKSWWqJpbr9^~ AAAW!!#88XJJJAADk0דHgff!ްa֭[~~~ Ƃ y͛M .\}-ZpM@D =oH$???4q >~8bٳ;eUX j[|y/#4HKKJω@)޿onnXx߉s)((pҜ=zfRUU_BCC9NuttDEE/^H`0K,|@]]l* S Ï?/_011龁fϞީez왑Ǐ 'ܸqCNNNZZn?ԩS'OP(#Fڵ+55Oj#**JVVVQQ;Vرc аh-B0F͚5h1奥/]MC:`W>?~Xt)ݻw1D7n:cccRQQ3gիW+**VG 'NP(h!a 6 0o<ܗO^^^:X߿OKK+--uttFFF111`~~~e0*SVV&//` ޽{gjj +pJF>}tYYYL޾}{rrr k577Z㎎7o_LL,$$h-B30Ąh10V^M" Z "Ћ:u5k[,**244|9a𠰰p0< ::Jr}˗L ӧׯ711!H%%Yf]|WMuu3t?0ȦM-`N 0 [hzD޽{gϞ,t8!*xTOO 0;g['HO}mVVVB{SLaCn۶L&huo``@P?Nʏ?f͚#+0,  >sL*hAHRR^x1mڴ`&..٩WZZ |0`fggH$ =6m233a~͘1#$$D JJJDkѰ]vH$KK˒'O=zAA<7n$Ƀ AŚ2eʺuLf)B ÊUUU]\\8f 98… s^6{eee/^6mD"YXXlٲ%11M?++h-0 tǏNZXXhcc9dN@lA]]ٳ#F(**NsssRRҖ-[,--aXKAAŋD ,kÆ #G ڲ %%FIJJ޺uh-BÿP#V QL";233L"֯_#BBBf̘ѯ_?233۸qc||||\ RdI>}233#(8.`1bذaĪA = &}v B< WVVFt~ |mۆJ&rrrSL9|)\RRbaaA"vzA>ܹ v.'nnnoooT ð Ƞ:V54MTTȑ#B)QSS=z4ZQ|rYf)))>}JTX+--M]]]BBƍ]sQFiiiB޴5p?։K:ZnƦfss߳G„4 B =/_BpT/%--MWWL&oݺUckkk֒8sǏ&#<<\RRFqu6=x:ܹe4mŊ)奥cǎ466A␐]]]---:~֗E>ޮpyQQQ]]ݷovZ߿h #`XRZZZD0l6رcjjjOaXDD1 377z*a"""/i/gox;ӧO`Y*DG4hп٧OmF HLLҢREى~:ydX2'yɰX]v1BN:Eccܹs'Oˬڵk1 KHHPPPh>|f> lvMM aL&3!!ٳO|]zzzT*[ t:wf+@|*++]^ IDAT]]...b3gϴ)ݻ{Skhh/իW?z mll+ohss3'{..KSSoO ;S.8̢fa*WWW__>yI{9{[ą*+z]F4bh{'6}aKva,A6={PTquu? :j-;;[GGGTT… ꌎh˗/>}:ad2 .`\[g\Ǎw1 ÞEU{`Ѓ@ EL<>>h9}ɓ'kii%''Td6)))Cӑ@ p}Q[[+22<--ԩSaaarrr7@ƍ3YYYgg/-zjGGϟGS\\En:f̘$&I&!HII}֭[믿***&''>Gadd2lذ _fP]]=~3gάX""")%%%-,{{tB4!a_~IOOҚ:u+`\ѣ>}XXt644bcc544:<}TQQQNN'-~,:Sz{Bh8sLhhhAAehhhM555{zzjhhΟ?G^͛oܸ{kk봴4 *8::$$$$iϞ=+W}$$$ )5k֨ʜoll 533h0* 7)… ...rrrϟ?wqqнa>>>RRR(< E--- , }4uuu 7nlPߪ蒒*iڢ &pڣ( a@aa #}pWUUss,kݺur *4<~نu5#xYBill?߇ eeeedd^}b {nl`555hrpp8vXJJ GUaB11: jjjZ8X666AAA; ލT { ^RRr޼y@ n݂K,v:D/0{?Hk܋/zzzr е .. Ėl `R܃0@0ui>}dffF&'ᄒyʲXyyy!@tWr}}}{rrrLLL˖-w'b6l9r/_u,~,2 rsseddڼN&%%bp! Z8XzS&))y- 'cֶum_%XU`0֮]K"_~ݺß)---//MC:EEE}`t:Y֢gaa!CRSS1 {F۸qc  tdb HOO n:=ǏrrrӧO0爈PTT; 9  :@yE||ldd$Zz l6{׮]$Ҳh9D1 k"..~}BҸ!ĉ_zeiidɒ3fegg6ҥKWNJJBE93zd I&8qh99soD+<"j`ƌ߿wt!>ӧO7o|M===33Ν;G%Z1`ϟ;88/]U~Ayyرc]iӦ7oJIIדޯ_?]QYY@ "555W\$Æ ̄N //e˖>}z„ 0YYY!!!#nii +@TԩS>|X]]-@mPWWwI&Ο??##cɒ%WRR6*8q"66vĈD+YDFF444<~_~!ZP[[ 0c q-C }PUUUooT@777K~~~eeeÇ'ZNO! MSS3%%֖h9CFF:t迯y,gXZ}CۃdeeM8Q^^^JJ ((933sΜw9F쩪ʏ“'O W(++eNķj*UVq4|KHH jCnS ihh 2e তhѢǏ777 X #**3 ťh9?[v-Bs C-~`jkk666XD--@xV__?&&0&hnnw9j(---7fO>,]]]N.6X^^r [ 6l)l6LˉaXVVFxx8hnnJLLlJJJ< ߿O6 ׯOtt4v$FRUUT/_MI/9Xݬ !<>lll\ZZ:vXMMMcc㔔xۙ3g˗[bccw~ L&Lf@y?w\0IU)4 EPHS<=ۡ,_=S< ]OQQQP4FSbA(MA!e?)I6l&3$B>;;e,#BĄKH D7+.. DcvsɔYf4JsssD?111ŋ'&&{Auuu-Zގw8ݻNj2wC4SL҂P/8@P<==> HBB´iXrqtisΕ'555t V\ɥd/,*jbb.|{:Ҋ 8p֭?ACݺu AGG$FzX"6uuu[0`0;@0553B"55UIIiĈ)))x2dxfAz`P/ЫC4Cb07 9t󷾎V@OOK2X?~Ϟ=__~A$==]QQ,a/ AԩS`!%x477Ϝ9A{{{t9 , N*gw޸qD+ %11q YYـ{ $k!ŋzzzx2޽@ TUUag`QT2lffKD$%%L`[t)z.\xU3 XؗwCC$JUQQaa/%BҥKEhllS\ptt,))qtt\&X?~H舾=SǎμyFSSΝ;4-%%EGG'33c$"""\"*z+V5 %%5o޼7oq-GSSScӓ6?ۇݻO*jii1b_₆,066ΊvvvYYYXsΕWPPyM`` |))V,4i ȁ@4XIyyyEEm۶h@EE9/^899)((0_$R$K}B=zJJJzxx\~P9f힞!|aҤID"qx2,>4 22/%%y; Vnnž}vɇ!Snn.WUVVΛ7^PAJKK=n:雮˗_~+<<8w6443C---u˗D"qƌh^wh$h;_jUhh(ϟ>}optAh***,/Zt)ƒ HѼݻwD"jƍ$ 7 III֭;sLYYYdd$v0{捛[mm˗/^w8NFFFSS;C}b0cǎ  Laa!W}@ L6׀ f6m7nݻwGw8=JJJ ;hժU/^llldUݷ p-еk.B۷h^UXXH ,,,мJ[[ HH%''߹sgƌxV sH*---++S޽{u֭|/L;4 jjjΝ;d?4mڵgϞuppu.ɓ'׮]jkkh,@VVզM>̋!򨨨HtwI&yƅy~xϟ#b``UxAC GppI555q #--ۛFݼy  8gزeˑ#G233---!AQ[[UO>Edh^eddwh44EEE-YDAA!..\ihhܽ{PC,uuuN8S'Xcǎ3fӧO!A|S__ΝL1f4211;4rrr<==\2|4`0o_YYY(++ ]y2O#""] AЀUt:]WWͫ&Owh4TWWzj߾};vw·o.\hѢ .mTAwwÇPER)Jqqd /_DGGGFFh4mmm___ m Ax[```ll,4{}oDDDĂ n߾ͥ؀,@||n:z 455DFF>zJjjjΟ?wڴi/, ܶhiiz*/rHlll*+++**1 0k֬QF *ZZZ"##߿M"мRV߁ ;⢨p޽K zɓ wލwBQUUy 9t*z-, wejjגPO㫫UUUS_p AA[[[DD:~QYY~z!F;4ݻw&L `U]]]//vPVV@ضm[o  =u>Bt߿?gΜHLLLJJPRR9s&)l_g//O ϶< [[7oޔ)**~4Һׯ_;;;3 ^ AExxwCPTT$ACRMMM}}zAAL Ctܽ{pС^Y 8< wu7C]]] ,@R1b?@P'Avq}}?+))I^^~ԨQiii fdd˧2hӦM+//a$"""` ݻ-1b@NNnqqq]]]8 A`Rzzzo/'ҥK>/2BDZZ֖NfB7o?;))iɒ%y??;wttt)A}T*uժU9s"$0ZZZ} AP@HHk ².@ZZz߾};F'KKKocCSS:-fT*UB_,"d5oooŋ &roa>#&&*++W` ˗_~+<<zwBBB֮]cw555=8--OO,Pp%11ŋh4AfɮT*fW$%%;cƌ|zzԩSkkk`v%B]tiٲe۹s'?0t:WwCė/_޾}ӣƍǮdC/v ++w4 QQQ/VTT+((:?|qηos`\]]GY[[a˗/EU[[˱$@` IDAT $( v1ɱ̄  ꊈ8Tl*ʿ!sssKII)..3fL_qʔ)d2O ymmmW^-..FөO>EEEǏ~项s4CP0f/_z˗߾}CKX[[O>@ <qDcbbbccDb@@ŋ%$$ 7o믿{? oee5z'O0RO>MNNNNN.((@DBBKPcƌ;Rzۆ#AWW޽113gzyy9::+FFF999  ::z͋Wե$%%ݿH$ZXX̝; H蠿2+cnn}pႳ3zOQQqѢEp%{`9Ott;w RUUuɿ`޼ySNWo wMHH̙3gÆ NNN⭪'Ot1o<;;;8~cP666=zgDEE] ,@{{UyyӧOТ<~xll,pvvްaìYPMMͩSΟ?˗ &[~A***B/^ 2zh/////iӦk!As禦 p %XJ 99QF QaCR###>+YY%K[nرxACVgggxxxhhhaaʕ+׮]w\` Hnn.WM8ͫLLLOmX,@jj{agVX2?/[ { @ǏONNܽ{/2h8hѱ?~$SN7oѣʉ'edd`ӧO֬Y#vֶ~zk׮1 #a۷'O$:;;޽tRf؜9sN>]SS \\\dddO>}_|rƌ%%%2֭[J8TUUnyyy#FMOOž`0VZƫ,< ̙3޾}˓ `!O?.^(qL& ŋ ʕ+JJJ[l;H(޼yONN --yʕ_ &mm툈.:uI &<|AvISSS={t:M 444n߾MR222Gѧ35kָuuuĉ^UCmcc#&&#aѢE]]p^akG… y{>} 36ϟ?..." wiooDÇjjjf͚idd~G|ѣGzܹrdvv&N߰aʕ+n|F5 =VQQٰaH|u^0QWWWWWa}|PRRx?W\3fLee%ޱ@}rn:555cc† Zvҥ;;;\_ ./_M?]GWWwӦMHų i29tg3Xa===,rttd*ݝuǣkw__~A$==]QQK~7eIt2b/_~essW¬BJJj y]WW7n8lh8z(@DzA رc 3gΜ?MT*F۴it-СCD"X)**RWWٱc>ڵ˗iMD3- .\xU3n豻{gg'v^RRJ0kqqqK"H_|-B%%%:`0  ,'p&񣞞\VV 綇D8^ʦ&III&ׯ_kY&XVLL1B/??- XhׯiӦ$3f̀}WTOǏ3Ν;{4!V.^H \\\lˡ[n<<<._ͧ f_566KH)**RQQQQQ)**;hhhPSS;v쐜:Lt9_H$IiiiCC76]ی9211>>ӦM;FY[[~ZWWp V鶶,'/^TWWp<#--ևh/^p:'++KNNNOOo8777Ѐ7!h(ٹs'`c~$lll7_ -L~ڴi xG)))ǎCY hhذañcw,:uj8訫{z^UUu֭#F7}}}//]Awĉ 6888 Q!MZZZVھ};"L1s;xLEE&X4~(&&Ʊ yR]]-**Z:mllO|) Gf/SsߴiJe%༼<[[[?;ԃ0@~~>ށt,̰2m4V9s@ ̞=۷ox \+WNN[gggTTOO7oޔ!##'YYٶ6yyyA|}}~jiiiaaA tӧO߾}իӧOs, 8ΣB3X!KÏ#jjjdee#JVTTlݺLOTWW+((tttZ[[hmmijj2l>|x˖-uuu5gϞ~.0|L>]LL,==@sέZj̙wޕ+ApӧOI$0 %HxG10 y#F}_[[ HII >}B$%%`0 }E~{5;? #33c޼y3FcEFCC:TyU[[("-ޠh7nX[[ u2B{A__o,WCϻwLMMwڅ&aaa::::::ǏDZZZ'OޱcɆ  KW^kFFh+**5559驹ooo FaǪ}!κddd,Yw a&XXt)B; *>>~ȑҗ.]%:>j(ooo\Z4Aʕ+wƫݻwG+ܺu @ `Ǐ#^Zp@آЂ wD";3`pss{ĉ.]dɒo߾ 8"⒔gqJbbbHHB9qℙ@$vBe痑$:s0T|~PUUmfbggx[o\~'O}xx 4={lԩ[l;&xgx<ݽi&`hhXXX(_~M l"viӦJNNFc'O$'' !TDDd͚5xª=Xoo۷] ; &hkk^x;qF?3se===---ҥKvvv>|{sT,O5k9򔆆{CCܹS]]ظ=sa###aQo)77aVOnܸ!))%<7aBUTTr劀@ׄpŋūUobfϞDxZtс/ST؁ÇIHH@Wn \F;v8pz *x]oصk@@' `!RQQ1e?(ȵ^~M$^UV>>g y9γDhϯ^{^ű=Ek `0{LSSׯ_="%ijjFϠ3{U(0b;,d29##cÆ /_:ujqq`ڝ8qۣ8 aܼtR2|Acƾ}a_K[(:N$/,t4.1-#ǎH$b 򡫹W@V.22rΝng+hYYYljQ(SSSA?tGGG"w,GkE HE`Ϣ/STӝBBByyO10?19Ǐg0=swazJ[[[RRڵkxC3BnB"KKKeee?~( 1qDG=. &"OR8CCC̻w9R+WRk޿p#7"==a9M{;)ok!D"&&&'Of}q8m1?ZCC8''eߜ 55'} {U{;8ȽdeeUTTrec#;yݻw{xx>>%K0=X|[8=X e۶mD"QGG'==pfX$X"KKK zH$ɓ' yf2uR7F^^6[\fYsI8Nbݺu>}SUUUVV8_z͚5_̅4[[[앳؞fųϽ$i9KI t ((( R{>͜ L`}# 5  A:*+++))RJOO`eeUTTĿKZZZ$%%~sItX0eT=ruu JJJ*//`Q($%%gDs^LIIAwTQQIKKKMMUQQAҥKsqqAKr$%%, +R9@Oq)=a4fNĚ]O!۝``h4"~,:;;W111))(-` C0:wV`*++&M]<:~)yyy { ,@3 k  VO9F8Nx7}ҥh*;;;W^%3ciɓ>}-^9>+YO%Y>SߙO_gib'#Р~,322&LFnQ IDATe{ahX%X hDyy9pLPW^URRݺu+_ׁძ+ٳgk@3,WWWC,[dpqΝ;KJJXXYjUWWwޙjkkڵ -^9>+ǒܧ3c4IKKswwg?}Ҳj*"w8}ah$XSWWݳgǛ!M铿?`ر=-+***aBu/7ʕ+wm(?)({n'F;z<@XbP&L`uuumܸ@ =:++ px`X'XxMMM%KxOSSω̟?_Hf<5k`Ϗe˖]]]3gH Czihٳg7 />}ڳgfرc/Eli <7I/0 lY!`/^ ` ѱj* ##{n.M\ii?,++ 077wl?dtazڴi"""&&&ؠ!7'OُW~GIIImLL`u]E1/{=N0K.%̣5`7oޠk*H .pSSÇg5A NCbXx/7`~:::۷oG7oN0A[[[WWŋ\|YOOOKKKGG^!Zbamo>uuul:@OnܸD",:t#144|!2=5 Ulhhcǎ9oLh4ӧG)""z! &X ~7Z\\-..>k֬盘;)//{Yc:;;ϝ;t5$ٳ~koo6))YYv,(--}IBBBIHHpsstww0a2 v=`;R!{D"JY(%%4ͪ%HrIKK(((455}N,XL>]LL,==wԴbŊ+))? &AAA222|ά5&&fʕZZZ'E d͛/]ٳAR%%%111_p))ShhwS@׃%sN=XW^3.We/Ssə2e [oh\*789sfڵ۶m۷o߅ ٳl2~w&yzz>ݻwEwvi``0zh999yyy_׀!h4Zsss[[[kkkkk+AKKK^^^aa!^AAaĉ/600022%!ԩSג%K3[n>}:@RRŋ={+++;99lڴ)SY[[?ٳ-:q™˗9VSsgϞ XZZ9scEEEhk~믿?^AAٳAx=ze˖/^뇄8::B))))bRSS&X<{w@QSS3`bZE3c %%1cƴ~>zjyy9ڱ'xۘ1c!!!7nG+! ץK8p`ԨQx%8f͚sڵ;w:99M>}8qĉOmmm킌pKHH ;!BDDDQQe2oyyy'N033HU666,'DtG;v?>\-Awɓ''$$L:;F;u:oĉ7nKBwаƿ1Xw\7زk Vbb"èQ.^n}PCWE=sL[[ۂ &Lp whAE^zellw8}R|NNNoWh=xťĉK.c*`AAA+W=ztHHȷo '==vΜ9߿?zhYY?,!!w\x @ĨoڴL&۷  ̙ckk[XXoܸ[He8 oDOOڵL&o۶ Nم \KKܽ{o۶[/`񘽽G>}jkk{!==5kTVVAׯ===L\QQ,//w\&X|1}W^yzz;wnܸqK,)..;. 꿢"___SSlݺ|޽B `۷o,YrM###ggx~ZAAcOOOcc㄄ 6C|3 ݘ1cΟ?ȑC9r$99YKKkŊ˗/'HxGAР47f`0jjj&ޱࠩ = :;;oܸ/))}3K@ݻcǎ۷o={v׮]sww ={]&;H`UWW9s󍍍cǎ ]d^?wܵkZ[[Ǎr%KVKJJzMQQQK#F駟IUUUUUQ TwwOQMMMط@PRRRSS#Hƍ;v,eĈ&&&i++++44Ν;4mΜ9֭;w0١`7n={˗AAAG<<-^իhL&WTT!6 Çl)5552]]]2=WǏ,Zhڵx5XK(<{ٳ&&&AAA .=%DDDF) /T*c"U[[`02AEE9B dBΝ;sL]]Κ5k/_ Lׯ_\rܹ99  O h4ǏYZ)HIKK;˗/CCC#""(ʌ3֭[)""w\CL ?>{lll,J>}?xbqqqC hh555)zPSSCѰbF"srt:=<<<,,,==]BB" `ݺux5Kx_x… UUU......p'xNֲdQT*+6rH0 L"VZO?,aGSSS#""ܹ,//ooo/&&wt  9B}+Bw.(]YYYxxk%$$\]]-Z G&XFwwwJJJDDݻw}<|kkk8{W-[`(**:::899'.DxiƍW\YzSWIKK {UYY܌boN",`7t'Oм ```>uTHkhhhHIIILLw^ssԩSn'k?|K111eA$11=Ȱ^=hjjʈijjSWWۏ@?'&&666XYYyرc&XJ} ڭU\\ rvvvqq={6)Eii) v.1477oܸ]f|= V^TTMXhjjD ڄGuuu:88Lr4JKK꒒Cd2A_$%%0qpp011ҩ! DJKK gx͛7MAH$ٳ|A&X|III555CCCWWWwwwKKK.ߎ۷o/_~1Caȑ***迨QF^;A SUU022rww𰰰7/`A ȫWn-t~81YyyyxGAMzN|Ǐ=looF*===x&XPnܸ{idkԩ˚k޽sH=vvv;vU`CIGGGzz={Xλ미ŋ1"44t }:?ph?zF9o޼W I QQQk֬$%%͝;ǐp1yd%%-[>|~CM3;08HMMͅ .\PWW&[}-,,f̘akkkee%++wʫW^zueeeDDĎ;V\YPPwhР;4JMM̚5 MƏw  3hhh8p@TT MGw L޾} lll1U?~9M p&XЀ(++{{{~&[G=tH4558qBPL)))|Ǐ}mll֯_?sI&և3`A<3rH@ss3::>---44FwA}P]]Zb̙3i ?BAA݇-///77޽{`XĜo5A|577KD"q񞞞&M@`񝜜cSSS^^l&$$555d nAutt|M߿^jkk[ZZZXXL2L^^H!a,Hd+77766=O&|kɊ AАE >7oޠC,,,n*555#`A85j#c}}=oeff޾}@ Fmnnnii9~xMMM\ h_~5Wuww'Ov)SXXXy@ .jjjn555XÇo޼7A RRRRXXXXXXTTTXX{:522Zd GehhǧC<3ABMCCCCCxݻwn߾ֆ>$##3a,200ӃBа]ZZZ-?ehhnhhhll}TQQQQQQ^^TWWc$ͥ &_!ЧdccüByEqqqUU۷o+++ݻЀbɺd2D6 W*RXII &͟?[-vCyyy 9wAA  `A ¶m۸ Dj?=/ڛV* H ׯ[YYEDD`q,3&zL+ s0aAׯ8pH$fff'>`ٲelKM6]P[[;g2ldd#YƺuX.%%U[[;{l---ccl+WFM&gS/))4iDZz5!'N|-zȑ#ƍN__F؃d/4{aaagϞM:FWoiyyLޱcq A!771z_{9]QA\DZĩY0 FԀA"Ip¨aQh,^7R/hFa[K4FiEq[$-rx?r9ps_sN{֮]AssZ|7o.((`+A_~ٳg R{5Jn}.힛~Ji]]ݬY(fRɓ#FH,++y\z"aݻXl錈`k^|I)U*N5=z0t4ݙp8tXie//^vwwx! ;KkX9KOOw:VWy;'$$H|aam!555j6-IDAT7I7<,,LLTB(~aM Ct*!r) 6B}g ! ^P`|\ p9IB_U8-ҫWfee(z;~8!q͚5˗/ V"*ex?{쪪*BHuuu)UUUiiiZv޽xڳgOvv0t4`C[… [} ӧOBΜ9ⅸs*]A5g7U ۷Gݭ&Ncᰐh䪟nOKKSm&񂸻HKKST7oޤi4>))iBwޝ>}ĉo.=jBt:]LL ]Ͽ+JR/_!"$ 2`wqPw]TTD)lׯJ0~m>|s/Ą -KG}TcX2θq-[v 88ϟ?\.,j4K. dv#,!|p=?8pȑ#)))C ,x]reC AT:thJ~PG3X2C 3X2C 3Xq"ɇO!fddꘘEI8n˖-B-[q n {k."J˜1cŘ!怳3=8n۶m}0-Bj„ PG+V\`;vX~~[!׮]_(g2L&!$&&FB(z*l3gb1 g:::jZ pW^^(4{YVV֤If̘H#ܸqc̙^ӓ'O4iҁXGXNrX^/lڱcJb 6__|!DPt:NO:p)Sr߽^z}͆`SJf3+:; g( LBǏ6lZz<&t^r?~ƍ'O ?tݻښ/^RUUaÆfvV?~ӧO`/--h4+V0Lmmml}NNNmm-!.''I9rdqqqeelׯ_ϙ3gҥf6TA?>>'XT:N9zhJ)!˗fn:RZV߂Rt:#""ؚׯiӦ\BϟO);u%2AB^XXX\\L)ZQQQ===g }}>[P*<Ͽze!.KP6555j= |K,|fھ}{SShdǎ;r(c= e6Z,rӝNg}}}! @ݻ|={dgglQQQA)zjVVqgݺu.\hmmeF|`j}~J@ՔҪ*8҉N}n7uuuӦM6eggoڴI7:R fŢ^ Ν;  ,cǎ'O=z4X~)>>~?!lܹ_~%͛7!555%%j&%%u{ƞ={"DbgΜiiiOO:%Dɹxŋfo!%ٳ:nĈoŋ`8zfKMMX,gܸq˖-;q\ w :Ft@)))ٿ?^1 ,x?G=  , , , , , , , , ,YPa6m6@FxMsssII\!sZ~w`pҡ!fuwU_6FQIENDB`gsasl-1.8.0/doc/reference/html/ix06.html0000664000000000000000000000333611760732127014660 00000000000000 Index of new symbols in 0.2.29

Index of new symbols in 0.2.29

G

gsasl_strerror_name, gsasl_strerror_name ()
gsasl-1.8.0/doc/reference/html/gsasl-gsasl.html0000664000000000000000000034752511760732127016325 00000000000000 gsasl

gsasl

gsasl

Synopsis

#define             GSASL_API
#define             GSASL_VERSION
#define             GSASL_VERSION_MAJOR
#define             GSASL_VERSION_MINOR
#define             GSASL_VERSION_NUMBER
#define             GSASL_VERSION_PATCH
typedef             Gsasl;
int                 (*Gsasl_callback_function)          (Gsasl *ctx,
                                                         Gsasl_session *sctx,
                                                         Gsasl_property prop);
enum                Gsasl_cipher;
enum                Gsasl_property;
enum                Gsasl_qop;
enum                Gsasl_rc;
enum                Gsasl_saslprep_flags;
typedef             Gsasl_session;
int                 gsasl_base64_from                   (const char *in,
                                                         size_t inlen,
                                                         char **out,
                                                         size_t *outlen);
int                 gsasl_base64_to                     (const char *in,
                                                         size_t inlen,
                                                         char **out,
                                                         size_t *outlen);
int                 gsasl_callback                      (Gsasl *ctx,
                                                         Gsasl_session *sctx,
                                                         Gsasl_property prop);
void *              gsasl_callback_hook_get             (Gsasl *ctx);
void                gsasl_callback_hook_set             (Gsasl *ctx,
                                                         void *hook);
void                gsasl_callback_set                  (Gsasl *ctx,
                                                         Gsasl_callback_function cb);
const char *        gsasl_check_version                 (const char *req_version);
int                 gsasl_client_mechlist               (Gsasl *ctx,
                                                         char **out);
int                 gsasl_client_start                  (Gsasl *ctx,
                                                         const char *mech,
                                                         Gsasl_session **sctx);
const char *        gsasl_client_suggest_mechanism      (Gsasl *ctx,
                                                         const char *mechlist);
int                 gsasl_client_support_p              (Gsasl *ctx,
                                                         const char *name);
int                 gsasl_decode                        (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);
void                gsasl_done                          (Gsasl *ctx);
int                 gsasl_encode                        (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);
void                gsasl_finish                        (Gsasl_session *sctx);
void                gsasl_free                          (void *ptr);
int                 gsasl_hmac_md5                      (const char *key,
                                                         size_t keylen,
                                                         const char *in,
                                                         size_t inlen,
                                                         char *outhash[16]);
int                 gsasl_hmac_sha1                     (const char *key,
                                                         size_t keylen,
                                                         const char *in,
                                                         size_t inlen,
                                                         char *outhash[20]);
int                 gsasl_init                          (Gsasl **ctx);
int                 gsasl_md5                           (const char *in,
                                                         size_t inlen,
                                                         char *out[16]);
const char *        gsasl_mechanism_name                (Gsasl_session *sctx);
int                 gsasl_nonce                         (char *data,
                                                         size_t datalen);
const char *        gsasl_property_fast                 (Gsasl_session *sctx,
                                                         Gsasl_property prop);
const char *        gsasl_property_get                  (Gsasl_session *sctx,
                                                         Gsasl_property prop);
void                gsasl_property_set                  (Gsasl_session *sctx,
                                                         Gsasl_property prop,
                                                         const char *data);
void                gsasl_property_set_raw              (Gsasl_session *sctx,
                                                         Gsasl_property prop,
                                                         const char *data,
                                                         size_t len);
int                 gsasl_random                        (char *data,
                                                         size_t datalen);
int                 gsasl_saslprep                      (const char *in,
                                                         Gsasl_saslprep_flags flags,
                                                         char **out,
                                                         int *stringpreprc);
int                 gsasl_server_mechlist               (Gsasl *ctx,
                                                         char **out);
int                 gsasl_server_start                  (Gsasl *ctx,
                                                         const char *mech,
                                                         Gsasl_session **sctx);
int                 gsasl_server_support_p              (Gsasl *ctx,
                                                         const char *name);
void *              gsasl_session_hook_get              (Gsasl_session *sctx);
void                gsasl_session_hook_set              (Gsasl_session *sctx,
                                                         void *hook);
int                 gsasl_sha1                          (const char *in,
                                                         size_t inlen,
                                                         char *out[20]);
int                 gsasl_simple_getpass                (const char *filename,
                                                         const char *username,
                                                         char **key);
int                 gsasl_step                          (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);
int                 gsasl_step64                        (Gsasl_session *sctx,
                                                         const char *b64input,
                                                         char **b64output);
const char *        gsasl_strerror                      (int err);
const char *        gsasl_strerror_name                 (int err);

Description

Details

GSASL_API

#define GSASL_API __attribute__((__visibility__("default")))


GSASL_VERSION

#define GSASL_VERSION "1.8.0"

Pre-processor symbol with a string that describe the header file version number. Used together with gsasl_check_version() to verify header file and run-time library consistency.


GSASL_VERSION_MAJOR

#define GSASL_VERSION_MAJOR 1

Pre-processor symbol with a decimal value that describe the major level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 1.

Since 1.1


GSASL_VERSION_MINOR

#define GSASL_VERSION_MINOR 8

Pre-processor symbol with a decimal value that describe the minor level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 2.

Since 1.1


GSASL_VERSION_NUMBER

#define GSASL_VERSION_NUMBER 0x010800

Pre-processor symbol with a hexadecimal value describing the header file version number. For example, when the header version is 1.2.3 this symbol will have the value 0x010203.

Since 1.1


GSASL_VERSION_PATCH

#define GSASL_VERSION_PATCH 0

Pre-processor symbol with a decimal value that describe the patch level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 3.

Since 1.1


Gsasl

  typedef struct Gsasl Gsasl;

Handle to global library context.


Gsasl_callback_function ()

int                 (*Gsasl_callback_function)          (Gsasl *ctx,
                                                         Gsasl_session *sctx,
                                                         Gsasl_property prop);

Prototype of function that the application should implement. Use gsasl_callback_set() to inform the library about your callback function.

It is called by the SASL library when it need some information from the application. Depending on the value of prop, it should either set some property (e.g., username or password) using gsasl_property_set(), or it should extract some properties (e.g., authentication and authorization identities) using gsasl_property_fast() and use them to make a policy decision, perhaps returning GSASL_AUTHENTICATION_ERROR or GSASL_OK depending on whether the policy permitted the operation.

ctx :

libgsasl handle.

sctx :

session handle, may be NULL.

prop :

enumerated value of Gsasl_property type.

Returns :

Any valid return code, the interpretation of which depend on the prop value.

Since 0.2.0


enum Gsasl_cipher

typedef enum {
    GSASL_CIPHER_DES = 1,
    GSASL_CIPHER_3DES = 2,
    GSASL_CIPHER_RC4 = 4,
    GSASL_CIPHER_RC4_40 = 8,
    GSASL_CIPHER_RC4_56 = 16,
    GSASL_CIPHER_AES = 32
} Gsasl_cipher;

Encryption types (DIGEST-MD5) for confidentiality services of application data. We recommend that you use TLS instead as it is generally more secure and have better chance of working.

GSASL_CIPHER_DES

Cipher DES.

GSASL_CIPHER_3DES

Cipher 3DES.

GSASL_CIPHER_RC4

Cipher RC4.

GSASL_CIPHER_RC4_40

Cipher RC4 with 40-bit keys.

GSASL_CIPHER_RC4_56

Cipher RC4 with 56-bit keys.

GSASL_CIPHER_AES

Cipher AES.

enum Gsasl_property

typedef enum {
    /* Information properties, e.g., username. */
    GSASL_AUTHID = 1,
    GSASL_AUTHZID = 2,
    GSASL_PASSWORD = 3,
    GSASL_ANONYMOUS_TOKEN = 4,
    GSASL_SERVICE = 5,
    GSASL_HOSTNAME = 6,
    GSASL_GSSAPI_DISPLAY_NAME = 7,
    GSASL_PASSCODE = 8,
    GSASL_SUGGESTED_PIN = 9,
    GSASL_PIN = 10,
    GSASL_REALM = 11,
    GSASL_DIGEST_MD5_HASHED_PASSWORD = 12,
    GSASL_QOPS = 13,
    GSASL_QOP = 14,
    GSASL_SCRAM_ITER = 15,
    GSASL_SCRAM_SALT = 16,
    GSASL_SCRAM_SALTED_PASSWORD = 17,
    GSASL_CB_TLS_UNIQUE = 18,
    GSASL_SAML20_IDP_IDENTIFIER = 19,
    GSASL_SAML20_REDIRECT_URL = 20,
    GSASL_OPENID20_REDIRECT_URL = 21,
    GSASL_OPENID20_OUTCOME_DATA = 22,
    /* Client callbacks. */
    GSASL_SAML20_AUTHENTICATE_IN_BROWSER = 250,
    GSASL_OPENID20_AUTHENTICATE_IN_BROWSER = 251,
    /* Server validation callback properties. */
    GSASL_VALIDATE_SIMPLE = 500,
    GSASL_VALIDATE_EXTERNAL = 501,
    GSASL_VALIDATE_ANONYMOUS = 502,
    GSASL_VALIDATE_GSSAPI = 503,
    GSASL_VALIDATE_SECURID = 504,
    GSASL_VALIDATE_SAML20 = 505,
    GSASL_VALIDATE_OPENID20 = 506
} Gsasl_property;

Callback/property types.

GSASL_AUTHID

Authentication identity (username).

GSASL_AUTHZID

Authorization identity.

GSASL_PASSWORD

Password.

GSASL_ANONYMOUS_TOKEN

Anonymous identifier.

GSASL_SERVICE

Service name

GSASL_HOSTNAME

Host name.

GSASL_GSSAPI_DISPLAY_NAME

GSS-API credential principal name.

GSASL_PASSCODE

SecurID passcode.

GSASL_SUGGESTED_PIN

SecurID suggested PIN.

GSASL_PIN

SecurID PIN.

GSASL_REALM

User realm.

GSASL_DIGEST_MD5_HASHED_PASSWORD

Pre-computed hashed DIGEST-MD5 password, to avoid storing passwords in the clear.

GSASL_QOPS

Set of quality-of-protection values.

GSASL_QOP

Quality-of-protection value.

GSASL_SCRAM_ITER

Number of iterations in password-to-key hashing.

GSASL_SCRAM_SALT

Salt for password-to-key hashing.

GSASL_SCRAM_SALTED_PASSWORD

Pre-computed salted SCRAM key, to avoid re-computation and storing passwords in the clear.

GSASL_CB_TLS_UNIQUE

Base64 encoded tls-unique channel binding.

GSASL_SAML20_IDP_IDENTIFIER

SAML20 user IdP URL.

GSASL_SAML20_REDIRECT_URL

SAML 2.0 URL to access in browser.

GSASL_OPENID20_REDIRECT_URL

OpenID 2.0 URL to access in browser.

GSASL_OPENID20_OUTCOME_DATA

OpenID 2.0 authentication outcome data.

GSASL_SAML20_AUTHENTICATE_IN_BROWSER

Request to perform SAML 2.0 authentication in browser.

GSASL_OPENID20_AUTHENTICATE_IN_BROWSER

Request to perform OpenID 2.0 authentication in browser.

GSASL_VALIDATE_SIMPLE

Request for simple validation.

GSASL_VALIDATE_EXTERNAL

Request for validation of EXTERNAL.

GSASL_VALIDATE_ANONYMOUS

Request for validation of ANONYMOUS.

GSASL_VALIDATE_GSSAPI

Request for validation of GSSAPI/GS2.

GSASL_VALIDATE_SECURID

Reqest for validation of SecurID.

GSASL_VALIDATE_SAML20

Reqest for validation of SAML20.

GSASL_VALIDATE_OPENID20

Reqest for validation of OpenID 2.0 login.

enum Gsasl_qop

typedef enum {
    GSASL_QOP_AUTH = 1,
    GSASL_QOP_AUTH_INT = 2,
    GSASL_QOP_AUTH_CONF = 4
} Gsasl_qop;

Quality of Protection types (DIGEST-MD5 and GSSAPI). The integrity and confidentiality values is about application data wrapping. We recommend that you use GSASL_QOP_AUTH with TLS as that combination is generally more secure and have better chance of working than the integrity/confidentiality layers of SASL.

GSASL_QOP_AUTH

Authentication only.

GSASL_QOP_AUTH_INT

Authentication and integrity.

GSASL_QOP_AUTH_CONF

Authentication, integrity and confidentiality.

enum Gsasl_rc

typedef enum {
    GSASL_OK = 0,
    GSASL_NEEDS_MORE = 1,
    GSASL_UNKNOWN_MECHANISM = 2,
    GSASL_MECHANISM_CALLED_TOO_MANY_TIMES = 3,
    GSASL_MALLOC_ERROR = 7,
    GSASL_BASE64_ERROR = 8,
    GSASL_CRYPTO_ERROR = 9,
    GSASL_SASLPREP_ERROR = 29,
    GSASL_MECHANISM_PARSE_ERROR = 30,
    GSASL_AUTHENTICATION_ERROR = 31,
    GSASL_INTEGRITY_ERROR = 33,
    GSASL_NO_CLIENT_CODE = 35,
    GSASL_NO_SERVER_CODE = 36,
    GSASL_NO_CALLBACK = 51,
    GSASL_NO_ANONYMOUS_TOKEN = 52,
    GSASL_NO_AUTHID = 53,
    GSASL_NO_AUTHZID = 54,
    GSASL_NO_PASSWORD = 55,
    GSASL_NO_PASSCODE = 56,
    GSASL_NO_PIN = 57,
    GSASL_NO_SERVICE = 58,
    GSASL_NO_HOSTNAME = 59,
    GSASL_NO_CB_TLS_UNIQUE = 65,
    GSASL_NO_SAML20_IDP_IDENTIFIER = 66,
    GSASL_NO_SAML20_REDIRECT_URL = 67,
    GSASL_NO_OPENID20_REDIRECT_URL = 68,
    /* Mechanism specific errors. */
    GSASL_GSSAPI_RELEASE_BUFFER_ERROR = 37,
    GSASL_GSSAPI_IMPORT_NAME_ERROR = 38,
    GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR = 39,
    GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR = 40,
    GSASL_GSSAPI_UNWRAP_ERROR = 41,
    GSASL_GSSAPI_WRAP_ERROR = 42,
    GSASL_GSSAPI_ACQUIRE_CRED_ERROR = 43,
    GSASL_GSSAPI_DISPLAY_NAME_ERROR = 44,
    GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR = 45,
    GSASL_KERBEROS_V5_INIT_ERROR = 46,
    GSASL_KERBEROS_V5_INTERNAL_ERROR = 47,
    GSASL_SHISHI_ERROR = GSASL_KERBEROS_V5_INTERNAL_ERROR,
    GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE = 48,
    GSASL_SECURID_SERVER_NEED_NEW_PIN = 49,
    GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR = 60,
    GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR = 61,
    GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR = 62,
    GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR = 63,
    GSASL_GSSAPI_RELEASE_OID_SET_ERROR = 64
      /* When adding new values, note that integers are not necessarily
         assigned monotonously increasingly. */
} Gsasl_rc;

Error codes for library functions.

GSASL_OK

Successful return code, guaranteed to be always 0.

GSASL_NEEDS_MORE

Mechanism expects another round-trip.

GSASL_UNKNOWN_MECHANISM

Application requested an unknown mechanism.

GSASL_MECHANISM_CALLED_TOO_MANY_TIMES

Application requested too many round trips from mechanism.

GSASL_MALLOC_ERROR

Memory allocation failed.

GSASL_BASE64_ERROR

Base64 encoding/decoding failed.

GSASL_CRYPTO_ERROR

Cryptographic error.

GSASL_SASLPREP_ERROR

Failed to prepare internationalized string.

GSASL_MECHANISM_PARSE_ERROR

Mechanism could not parse input.

GSASL_AUTHENTICATION_ERROR

Authentication has failed.

GSASL_INTEGRITY_ERROR

Application data integrity check failed.

GSASL_NO_CLIENT_CODE

Library was built with client functionality.

GSASL_NO_SERVER_CODE

Library was built with server functionality.

GSASL_NO_CALLBACK

Application did not provide a callback.

GSASL_NO_ANONYMOUS_TOKEN

Could not get required anonymous token.

GSASL_NO_AUTHID

Could not get required authentication identity (username).

GSASL_NO_AUTHZID

Could not get required authorization identity.

GSASL_NO_PASSWORD

Could not get required password.

GSASL_NO_PASSCODE

Could not get required SecurID PIN.

GSASL_NO_PIN

Could not get required SecurID PIN.

GSASL_NO_SERVICE

Could not get required service name.

GSASL_NO_HOSTNAME

Could not get required hostname.

GSASL_NO_CB_TLS_UNIQUE

Could not get required tls-unique CB.

GSASL_NO_SAML20_IDP_IDENTIFIER

Could not get required SAML IdP.

GSASL_NO_SAML20_REDIRECT_URL

Could not get required SAML redirect URL.

GSASL_NO_OPENID20_REDIRECT_URL

Could not get required OpenID redirect URL.

GSASL_GSSAPI_RELEASE_BUFFER_ERROR

GSS-API library call error.

GSASL_GSSAPI_IMPORT_NAME_ERROR

GSS-API library call error.

GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR

GSS-API library call error.

GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR

GSS-API library call error.

GSASL_GSSAPI_UNWRAP_ERROR

GSS-API library call error.

GSASL_GSSAPI_WRAP_ERROR

GSS-API library call error.

GSASL_GSSAPI_ACQUIRE_CRED_ERROR

GSS-API library call error.

GSASL_GSSAPI_DISPLAY_NAME_ERROR

GSS-API library call error.

GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR

An unsupported quality-of-protection layer was requeted.

GSASL_KERBEROS_V5_INIT_ERROR

Init error in KERBEROS_V5.

GSASL_KERBEROS_V5_INTERNAL_ERROR

General error in KERBEROS_V5.

GSASL_SHISHI_ERROR

Same as GSASL_KERBEROS_V5_INTERNAL_ERROR.

GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE

SecurID mechanism needs an additional passcode.

GSASL_SECURID_SERVER_NEED_NEW_PIN

SecurID mechanism needs an new PIN.

GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR

GSS-API library call error.

GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR

GSS-API library call error.

GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR

GSS-API library call error.

GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR

GSS-API library call error.

GSASL_GSSAPI_RELEASE_OID_SET_ERROR

GSS-API library call error.

enum Gsasl_saslprep_flags

typedef enum {
    GSASL_ALLOW_UNASSIGNED = 1
} Gsasl_saslprep_flags;

Flags for the SASLprep function, see gsasl_saslprep(). For background, see the GNU Libidn documentation.

GSASL_ALLOW_UNASSIGNED

Allow unassigned code points.

Gsasl_session

  typedef struct Gsasl_session Gsasl_session;

Handle to SASL session context.


gsasl_base64_from ()

int                 gsasl_base64_from                   (const char *in,
                                                         size_t inlen,
                                                         char **out,
                                                         size_t *outlen);

Decode Base64 data. The out buffer must be deallocated by the caller.

in :

input byte array

inlen :

size of input byte array

out :

pointer to newly allocated output byte array

outlen :

pointer to size of newly allocated output byte array

Returns :

Returns GSASL_OK on success, GSASL_BASE64_ERROR if input was invalid, and GSASL_MALLOC_ERROR on memory allocation errors.

Since 0.2.2


gsasl_base64_to ()

int                 gsasl_base64_to                     (const char *in,
                                                         size_t inlen,
                                                         char **out,
                                                         size_t *outlen);

Encode data as base64. The string is zero terminated, and outlen holds the length excluding the terminating zero. The out buffer must be deallocated by the caller.

in :

input byte array

inlen :

size of input byte array

out :

pointer to newly allocated output byte array

outlen :

pointer to size of newly allocated output byte array

Returns :

Returns GSASL_OK on success, or GSASL_MALLOC_ERROR if input was too large or memory allocation fail.

Since 0.2.2


gsasl_callback ()

int                 gsasl_callback                      (Gsasl *ctx,
                                                         Gsasl_session *sctx,
                                                         Gsasl_property prop);

Invoke the application callback. The prop value indicate what the callback is expected to do. For example, for GSASL_ANONYMOUS_TOKEN, the function is expected to invoke gsasl_property_set(SCTX, GSASL_ANONYMOUS_TOKEN, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters.

Note that if no callback has been set by the application, but the obsolete callback interface has been used, this function will translate the old callback interface into the new. This interface should be sufficient to invoke all callbacks, both new and old.

ctx :

handle received from gsasl_init(), may be NULL to derive it from sctx.

sctx :

session handle.

prop :

enumerated value of Gsasl_property type.

Returns :

Returns whatever the application callback returns, or GSASL_NO_CALLBACK if no application was known.

Since 0.2.0


gsasl_callback_hook_get ()

void *              gsasl_callback_hook_get             (Gsasl *ctx);

Retrieve application specific data from libgsasl handle.

The application data is set using gsasl_callback_hook_set(). This is normally used by the application to maintain a global state between the main program and callbacks.

ctx :

libgsasl handle.

Returns :

Returns the application specific data, or NULL.

Since 0.2.0


gsasl_callback_hook_set ()

void                gsasl_callback_hook_set             (Gsasl *ctx,
                                                         void *hook);

Store application specific data in the libgsasl handle.

The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_callback_hook_get(). This is normally used by the application to maintain a global state between the main program and callbacks.

ctx :

libgsasl handle.

hook :

opaque pointer to application specific data.

Since 0.2.0


gsasl_callback_set ()

void                gsasl_callback_set                  (Gsasl *ctx,
                                                         Gsasl_callback_function cb);

Store the pointer to the application provided callback in the library handle. The callback will be used, via gsasl_callback(), by mechanisms to discover various parameters (such as username and passwords). The callback function will be called with a Gsasl_property value indicating the requested behaviour. For example, for GSASL_ANONYMOUS_TOKEN, the function is expected to invoke gsasl_property_set(CTX, GSASL_ANONYMOUS_TOKEN, "token") where "token" is the anonymous token the application wishes the SASL mechanism to use. See the manual for the meaning of all parameters.

ctx :

handle received from gsasl_init().

cb :

pointer to function implemented by application.

Since 0.2.0


gsasl_check_version ()

const char *        gsasl_check_version                 (const char *req_version);

Check GNU SASL Library version.

See GSASL_VERSION for a suitable req_version string.

This function is one of few in the library that can be used without a successful call to gsasl_init().

req_version :

version string to compare with, or NULL.

Returns :

Check that the version of the library is at minimum the one given as a string in req_version and return the actual version string of the library; return NULL if the condition is not met. If NULL is passed to this function no check is done and only the version string is returned.

gsasl_client_mechlist ()

int                 gsasl_client_mechlist               (Gsasl *ctx,
                                                         char **out);

Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl client. out is allocated by this function, and it is the responsibility of caller to deallocate it.

ctx :

libgsasl handle.

out :

newly allocated output character array.

Returns :

Returns GSASL_OK if successful, or error code.

gsasl_client_start ()

int                 gsasl_client_start                  (Gsasl *ctx,
                                                         const char *mech,
                                                         Gsasl_session **sctx);

This functions initiates a client SASL authentication. This function must be called before any other gsasl_client_*() function is called.

ctx :

libgsasl handle.

mech :

name of SASL mechanism.

sctx :

pointer to client handle.

Returns :

Returns GSASL_OK if successful, or error code.

gsasl_client_suggest_mechanism ()

const char *        gsasl_client_suggest_mechanism      (Gsasl *ctx,
                                                         const char *mechlist);

Given a list of mechanisms, suggest which to use.

ctx :

libgsasl handle.

mechlist :

input character array with SASL mechanism names, separated by invalid characters (e.g. SPC).

Returns :

Returns name of "best" SASL mechanism supported by the libgsasl client which is present in the input string, or NULL if no supported mechanism is found.

gsasl_client_support_p ()

int                 gsasl_client_support_p              (Gsasl *ctx,
                                                         const char *name);

Decide whether there is client-side support for a specified mechanism.

ctx :

libgsasl handle.

name :

name of SASL mechanism.

Returns :

Returns 1 if the libgsasl client supports the named mechanism, otherwise 0.

gsasl_decode ()

int                 gsasl_decode                        (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);

Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

The output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(output).

sctx :

libgsasl session handle.

input :

input byte array.

input_len :

size of input byte array.

output :

newly allocated output byte array.

output_len :

size of output byte array.

Returns :

Returns GSASL_OK if encoding was successful, otherwise an error code.

gsasl_done ()

void                gsasl_done                          (Gsasl *ctx);

This function destroys a libgsasl handle. The handle must not be used with other libgsasl functions after this call.

ctx :

libgsasl handle.

gsasl_encode ()

int                 gsasl_encode                        (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);

Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

The output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free(output).

sctx :

libgsasl session handle.

input :

input byte array.

input_len :

size of input byte array.

output :

newly allocated output byte array.

output_len :

size of output byte array.

Returns :

Returns GSASL_OK if encoding was successful, otherwise an error code.

gsasl_finish ()

void                gsasl_finish                        (Gsasl_session *sctx);

Destroy a libgsasl client or server handle. The handle must not be used with other libgsasl functions after this call.

sctx :

libgsasl session handle.

gsasl_free ()

void                gsasl_free                          (void *ptr);

Invoke free(ptr) to de-allocate memory pointer. Typically used on strings allocated by other libgsasl functions.

This is useful on Windows where libgsasl is linked to one CRT and the application is linked to another CRT. Then malloc/free will not use the same heap. This happens if you build libgsasl using mingw32 and the application with Visual Studio.

ptr :

memory pointer

Since 0.2.19


gsasl_hmac_md5 ()

int                 gsasl_hmac_md5                      (const char *key,
                                                         size_t keylen,
                                                         const char *in,
                                                         size_t inlen,
                                                         char *outhash[16]);

Compute keyed checksum of data using HMAC-MD5. The outhash buffer must be deallocated by the caller.

key :

input character array with key to use.

keylen :

length of input character array with key to use.

in :

input character array of data to hash.

inlen :

length of input character array of data to hash.

outhash :

newly allocated character array with keyed hash of data.

Returns :

Returns GSASL_OK iff successful.

gsasl_hmac_sha1 ()

int                 gsasl_hmac_sha1                     (const char *key,
                                                         size_t keylen,
                                                         const char *in,
                                                         size_t inlen,
                                                         char *outhash[20]);

Compute keyed checksum of data using HMAC-SHA1. The outhash buffer must be deallocated by the caller.

key :

input character array with key to use.

keylen :

length of input character array with key to use.

in :

input character array of data to hash.

inlen :

length of input character array of data to hash.

outhash :

newly allocated character array with keyed hash of data.

Returns :

Returns GSASL_OK iff successful.

Since 1.3


gsasl_init ()

int                 gsasl_init                          (Gsasl **ctx);

This functions initializes libgsasl. The handle pointed to by ctx is valid for use with other libgsasl functions iff this function is successful. It also register all builtin SASL mechanisms, using gsasl_register().

ctx :

pointer to libgsasl handle.

Returns :

GSASL_OK iff successful, otherwise GSASL_MALLOC_ERROR.

gsasl_md5 ()

int                 gsasl_md5                           (const char *in,
                                                         size_t inlen,
                                                         char *out[16]);

Compute hash of data using MD5. The out buffer must be deallocated by the caller.

in :

input character array of data to hash.

inlen :

length of input character array of data to hash.

out :

newly allocated character array with hash of data.

Returns :

Returns GSASL_OK iff successful.

gsasl_mechanism_name ()

const char *        gsasl_mechanism_name                (Gsasl_session *sctx);

This function returns the name of the SASL mechanism used in the session.

sctx :

libgsasl session handle.

Returns :

Returns a zero terminated character array with the name of the SASL mechanism, or NULL if not known.

Since 0.2.28


gsasl_nonce ()

int                 gsasl_nonce                         (char *data,
                                                         size_t datalen);

Store unpredictable data of given size in the provided buffer.

data :

output array to be filled with unpredictable random data.

datalen :

size of output array.

Returns :

Returns GSASL_OK iff successful.

gsasl_property_fast ()

const char *        gsasl_property_fast                 (Gsasl_session *sctx,
                                                         Gsasl_property prop);

Retrieve the data stored in the session handle for given property prop.

The pointer is to live data, and must not be deallocated or modified in any way.

This function will not invoke the application callback.

sctx :

session handle.

prop :

enumerated value of Gsasl_property type, indicating the type of data in data.

Returns :

Return property value, if known, or NULL if no value known.

Since 0.2.0


gsasl_property_get ()

const char *        gsasl_property_get                  (Gsasl_session *sctx,
                                                         Gsasl_property prop);

Retrieve the data stored in the session handle for given property prop, possibly invoking the application callback to get the value.

The pointer is to live data, and must not be deallocated or modified in any way.

This function will invoke the application callback, using gsasl_callback(), when a property value is not known.

If no value is known, and no callback is specified or if the callback fail to return data, and if any obsolete callback functions has been set by the application, this function will try to call these obsolete callbacks, and store the returned data as the corresponding property. This behaviour of this function will be removed when the obsolete callback interfaces are removed.

sctx :

session handle.

prop :

enumerated value of Gsasl_property type, indicating the type of data in data.

Returns :

Return data for property, or NULL if no value known.

Since 0.2.0


gsasl_property_set ()

void                gsasl_property_set                  (Gsasl_session *sctx,
                                                         Gsasl_property prop,
                                                         const char *data);

Make a copy of data and store it in the session handle for the indicated property prop.

You can immediately deallocate data after calling this function, without affecting the data stored in the session handle.

sctx :

session handle.

prop :

enumerated value of Gsasl_property type, indicating the type of data in data.

data :

zero terminated character string to store.

Since 0.2.0


gsasl_property_set_raw ()

void                gsasl_property_set_raw              (Gsasl_session *sctx,
                                                         Gsasl_property prop,
                                                         const char *data,
                                                         size_t len);

Make a copy of len sized data and store a zero terminated version of it in the session handle for the indicated property prop.

You can immediately deallocate data after calling this function, without affecting the data stored in the session handle.

Except for the length indicator, this function is identical to gsasl_property_set.

sctx :

session handle.

prop :

enumerated value of Gsasl_property type, indicating the type of data in data.

data :

character string to store.

len :

length of character string to store.

Since 0.2.0


gsasl_random ()

int                 gsasl_random                        (char *data,
                                                         size_t datalen);

Store cryptographically strong random data of given size in the provided buffer.

data :

output array to be filled with strong random data.

datalen :

size of output array.

Returns :

Returns GSASL_OK iff successful.

gsasl_saslprep ()

int                 gsasl_saslprep                      (const char *in,
                                                         Gsasl_saslprep_flags flags,
                                                         char **out,
                                                         int *stringpreprc);

Prepare string using SASLprep. On success, the out variable must be deallocated by the caller.

in :

a UTF-8 encoded string.

flags :

any SASLprep flag, e.g., GSASL_ALLOW_UNASSIGNED.

out :

on exit, contains newly allocated output string.

stringpreprc :

if non-NULL, will hold precise stringprep return code.

Returns :

Returns GSASL_OK on success, or GSASL_SASLPREP_ERROR on error.

Since 0.2.3


gsasl_server_mechlist ()

int                 gsasl_server_mechlist               (Gsasl *ctx,
                                                         char **out);

Return a newly allocated string containing SASL names, separated by space, of mechanisms supported by the libgsasl server. out is allocated by this function, and it is the responsibility of caller to deallocate it.

ctx :

libgsasl handle.

out :

newly allocated output character array.

Returns :

Returns GSASL_OK if successful, or error code.

gsasl_server_start ()

int                 gsasl_server_start                  (Gsasl *ctx,
                                                         const char *mech,
                                                         Gsasl_session **sctx);

This functions initiates a server SASL authentication. This function must be called before any other gsasl_server_*() function is called.

ctx :

libgsasl handle.

mech :

name of SASL mechanism.

sctx :

pointer to server handle.

Returns :

Returns GSASL_OK if successful, or error code.

gsasl_server_support_p ()

int                 gsasl_server_support_p              (Gsasl *ctx,
                                                         const char *name);

Decide whether there is server-side support for a specified mechanism.

ctx :

libgsasl handle.

name :

name of SASL mechanism.

Returns :

Returns 1 if the libgsasl server supports the named mechanism, otherwise 0.

gsasl_session_hook_get ()

void *              gsasl_session_hook_get              (Gsasl_session *sctx);

Retrieve application specific data from libgsasl session handle.

The application data is set using gsasl_callback_hook_set(). This is normally used by the application to maintain a per-session state between the main program and callbacks.

sctx :

libgsasl session handle.

Returns :

Returns the application specific data, or NULL.

Since 0.2.14


gsasl_session_hook_set ()

void                gsasl_session_hook_set              (Gsasl_session *sctx,
                                                         void *hook);

Store application specific data in the libgsasl session handle.

The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_session_hook_get(). This is normally used by the application to maintain a per-session state between the main program and callbacks.

sctx :

libgsasl session handle.

hook :

opaque pointer to application specific data.

Since 0.2.14


gsasl_sha1 ()

int                 gsasl_sha1                          (const char *in,
                                                         size_t inlen,
                                                         char *out[20]);

Compute hash of data using SHA1. The out buffer must be deallocated by the caller.

in :

input character array of data to hash.

inlen :

length of input character array of data to hash.

out :

newly allocated character array with hash of data.

Returns :

Returns GSASL_OK iff successful.

Since 1.3


gsasl_simple_getpass ()

int                 gsasl_simple_getpass                (const char *filename,
                                                         const char *username,
                                                         char **key);

Retrieve password for user from specified file. The buffer key contain the password if this function is successful. The caller is responsible for deallocating it.

The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively.

filename :

filename of file containing passwords.

username :

username string.

key :

newly allocated output character array.

Returns :

Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code.

gsasl_step ()

int                 gsasl_step                          (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);

Perform one step of SASL authentication. This reads data from the other end (from input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into newly allocated variable output and output_len that indicate the length of output).

The contents of the output buffer is unspecified if this functions returns anything other than GSASL_OK or GSASL_NEEDS_MORE. If this function return GSASL_OK or GSASL_NEEDS_MORE, however, the output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (output).

sctx :

libgsasl session handle.

input :

input byte array.

input_len :

size of input byte array.

output :

newly allocated output byte array.

output_len :

pointer to output variable with size of output byte array.

Returns :

Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

gsasl_step64 ()

int                 gsasl_step64                        (Gsasl_session *sctx,
                                                         const char *b64input,
                                                         char **b64output);

This is a simple wrapper around gsasl_step() that base64 decodes the input and base64 encodes the output.

The contents of the b64output buffer is unspecified if this functions returns anything other than GSASL_OK or GSASL_NEEDS_MORE. If this function return GSASL_OK or GSASL_NEEDS_MORE, however, the b64output buffer is allocated by this function, and it is the responsibility of caller to deallocate it by calling free (b64output).

sctx :

libgsasl client handle.

b64input :

input base64 encoded byte array.

b64output :

newly allocated output base64 encoded byte array.

Returns :

Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

gsasl_strerror ()

const char *        gsasl_strerror                      (int err);

Convert return code to human readable string explanation of the reason for the particular error code.

This string can be used to output a diagnostic message to the user.

This function is one of few in the library that can be used without a successful call to gsasl_init().

err :

libgsasl error code

Returns :

Returns a pointer to a statically allocated string containing an explanation of the error code err.

gsasl_strerror_name ()

const char *        gsasl_strerror_name                 (int err);

Convert return code to human readable string representing the error code symbol itself. For example, gsasl_strerror_name(GSASL_OK) returns the string "GSASL_OK".

This string can be used to output a diagnostic message to the user.

This function is one of few in the library that can be used without a successful call to gsasl_init().

err :

libgsasl error code

Returns :

Returns a pointer to a statically allocated string containing a string version of the error code err, or NULL if the error code is not known.

Since 0.2.29

gsasl-1.8.0/doc/reference/html/style.css0000644000000000000000000001210011760732127015041 00000000000000.synopsis, .classsynopsis { /* tango:aluminium 1/2 */ background: #eeeeec; border: solid 1px #d3d7cf; padding: 0.5em; } .programlisting { /* tango:sky blue 0/1 */ background: #e6f3ff; border: solid 1px #729fcf; padding: 0.5em; } .variablelist { padding: 4px; margin-left: 3em; } .variablelist td:first-child { vertical-align: top; } @media screen { sup a.footnote { position: relative; top: 0em ! important; } /* this is needed so that the local anchors are displayed below the naviagtion */ div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] { display: inline-block; position: relative; top:-5em; } /* this seems to be a bug in the xsl style sheets when generating indexes */ div.index div.index { top: 0em; } /* make space for the fixed navigation bar and add space at the bottom so that * link targets appear somewhat close to top */ body { padding-top: 3.2em; padding-bottom: 20em; } /* style and size the navigation bar */ table.navigation#top { position: fixed; /* tango:scarlet red 0/1 */ background: #ffe6e6; border: solid 1px #ef2929; margin-top: 0; margin-bottom: 0; top: 0; left: 0; height: 3em; z-index: 10; } .navigation a, .navigation a:visited { /* tango:scarlet red 3 */ color: #a40000; } .navigation a:hover { /* tango:scarlet red 1 */ color: #ef2929; } td.shortcuts { /* tango:scarlet red 1 */ color: #ef2929; font-size: 80%; white-space: nowrap; } } @media print { table.navigation { visibility: collapse; display: none; } div.titlepage table.navigation { visibility: visible; display: table; /* tango:scarlet red 0/1 */ background: #ffe6e6; border: solid 1px #ef2929; margin-top: 0; margin-bottom: 0; top: 0; left: 0; height: 3em; } } .navigation .title { font-size: 200%; } div.gallery-float { float: left; padding: 10px; } div.gallery-float img { border-style: none; } div.gallery-spacer { clear: both; } a, a:visited { text-decoration: none; /* tango:sky blue 2 */ color: #3465a4; } a:hover { text-decoration: underline; /* tango:sky blue 1 */ color: #729fcf; } div.table table { border-collapse: collapse; border-spacing: 0px; /* tango:aluminium 3 */ border: solid 1px #babdb6; } div.table table td, div.table table th { /* tango:aluminium 3 */ border: solid 1px #babdb6; padding: 3px; vertical-align: top; } div.table table th { /* tango:aluminium 2 */ background-color: #d3d7cf; } hr { /* tango:aluminium 3 */ color: #babdb6; background: #babdb6; border: none 0px; height: 1px; clear: both; } .footer { padding-top: 3.5em; /* tango:aluminium 3 */ color: #babdb6; text-align: center; font-size: 80%; } .warning { /* tango:orange 0/1 */ background: #ffeed9; border-color: #ffb04f; } .note { /* tango:chameleon 0/0.5 */ background: #d8ffb2; border-color: #abf562; } .note, .warning { padding: 0.5em; border-width: 1px; border-style: solid; } .note h3, .warning h3 { margin-top: 0.0em } .note p, .warning p { margin-bottom: 0.0em } /* blob links */ h2 .extralinks, h3 .extralinks { float: right; /* tango:aluminium 3 */ color: #babdb6; font-size: 80%; font-weight: normal; } .annotation { /* tango:aluminium 5 */ color: #555753; font-size: 80%; font-weight: normal; } /* code listings */ .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */ .listing_code .programlisting .comment { color: #a1a39d; } /* tango: aluminium 4 */ .listing_code .programlisting .function { color: #000000; font-weight: bold; } .listing_code .programlisting .function a { color: #11326b; font-weight: bold; } /* tango: sky blue 4 */ .listing_code .programlisting .keyword { color: #4e9a06; } /* tango: chameleon 3 */ .listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ .listing_code .programlisting .normal { color: #000000; } .listing_code .programlisting .number { color: #75507b; } /* tango: plum 2 */ .listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ .listing_code .programlisting .string { color: #c17d11; } /* tango: chocolate 2 */ .listing_code .programlisting .type { color: #000000; } .listing_code .programlisting .type a { color: #11326b; } /* tango: sky blue 4 */ .listing_code .programlisting .symbol { color: #ce5c00; } /* tango: orange 3 */ .listing_frame { /* tango:sky blue 1 */ border: solid 1px #729fcf; padding: 0px; } .listing_lines, .listing_code { margin-top: 0px; margin-bottom: 0px; padding: 0.5em; } .listing_lines { /* tango:sky blue 0.5 */ background: #a6c5e3; /* tango:aluminium 6 */ color: #2e3436; } .listing_code { /* tango:sky blue 0 */ background: #e6f3ff; } .listing_code .programlisting { /* override from previous */ border: none 0px; padding: 0px; } .listing_lines pre, .listing_code pre { margin: 0px; } gsasl-1.8.0/doc/reference/html/index.sgml0000664000000000000000000006234711760732127015206 00000000000000 gsasl-1.8.0/doc/reference/html/ix05.html0000664000000000000000000000334411760732127014656 00000000000000 Index of new symbols in 0.2.28

Index of new symbols in 0.2.28

G

gsasl_mechanism_name, gsasl_mechanism_name ()
gsasl-1.8.0/doc/reference/html/gsasl.devhelp20000664000000000000000000007710511760732127015755 00000000000000 gsasl-1.8.0/doc/reference/html/gsasl-gsasl-compat.html0000664000000000000000000072771611760732127017612 00000000000000 gsasl-compat

gsasl-compat

gsasl-compat

Synopsis

int                 (*Gsasl_client_callback_anonymous)  (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);
int                 (*Gsasl_client_callback_authentication_id)
                                                        (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);
int                 (*Gsasl_client_callback_authorization_id)
                                                        (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);
size_t              (*Gsasl_client_callback_maxbuf)     (Gsasl_session *sctx,
                                                         size_t servermaxbuf);
int                 (*Gsasl_client_callback_passcode)   (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);
int                 (*Gsasl_client_callback_password)   (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);
int                 (*Gsasl_client_callback_pin)        (Gsasl_session *sctx,
                                                         char *suggestion,
                                                         char *out,
                                                         size_t *outlen);
Gsasl_qop           (*Gsasl_client_callback_qop)        (Gsasl_session *sctx,
                                                         Gsasl_qop serverqops);
int                 (*Gsasl_client_callback_realm)      (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);
int                 (*Gsasl_client_callback_service)    (Gsasl_session *sctx,
                                                         char *service,
                                                         size_t *servicelen,
                                                         char *hostname,
                                                         size_t *hostnamelen,
                                                         char *servicename,
                                                         size_t *servicenamelen);
int                 (*Gsasl_server_callback_anonymous)  (Gsasl_session *sctx,
                                                         const char *token);
Gsasl_cipher        (*Gsasl_server_callback_cipher)     (Gsasl_session *sctx);
int                 (*Gsasl_server_callback_cram_md5)   (Gsasl_session *sctx,
                                                         char *username,
                                                         char *challenge,
                                                         char *response);
int                 (*Gsasl_server_callback_digest_md5) (Gsasl_session *sctx,
                                                         char *username,
                                                         char *realm,
                                                         char *secrethash);
int                 (*Gsasl_server_callback_external)   (Gsasl_session *sctx);
int                 (*Gsasl_server_callback_gssapi)     (Gsasl_session *sctx,
                                                         const char *clientname,
                                                         const char *authentication_id);
size_t              (*Gsasl_server_callback_maxbuf)     (Gsasl_session *sctx);
Gsasl_qop           (*Gsasl_server_callback_qop)        (Gsasl_session *sctx);
int                 (*Gsasl_server_callback_realm)      (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen,
                                                         size_t nth);
int                 (*Gsasl_server_callback_retrieve)   (Gsasl_session *sctx,
                                                         const char *authentication_id,
                                                         const char *authorization_id,
                                                         const char *realm,
                                                         char *key,
                                                         size_t *keylen);
int                 (*Gsasl_server_callback_securid)    (Gsasl_session *sctx,
                                                         const char *authentication_id,
                                                         const char *authorization_id,
                                                         const char *passcode,
                                                         char *pin,
                                                         char *suggestpin,
                                                         size_t *suggestpinlen);
int                 (*Gsasl_server_callback_service)    (Gsasl_session *sctx,
                                                         char *service,
                                                         size_t *servicelen,
                                                         char *hostname,
                                                         size_t *hostnamelen);
int                 (*Gsasl_server_callback_validate)   (Gsasl_session *sctx,
                                                         const char *authorization_id,
                                                         const char *authentication_id,
                                                         const char *password);
void *              gsasl_appinfo_get                   (Gsasl_session *sctx);
void                gsasl_appinfo_set                   (Gsasl_session *sctx,
                                                         void *appdata);
void *              gsasl_application_data_get          (Gsasl *ctx);
void                gsasl_application_data_set          (Gsasl *ctx,
                                                         void *appdata);
int                 gsasl_base64_decode                 (char const *src,
                                                         char *target,
                                                         size_t targsize);
int                 gsasl_base64_encode                 (char const *src,
                                                         size_t srclength,
                                                         char *target,
                                                         size_t targsize);
void *              gsasl_client_application_data_get   (Gsasl_session *sctx);
void                gsasl_client_application_data_set   (Gsasl_session *sctx,
                                                         void *application_data);
Gsasl_client_callback_anonymous gsasl_client_callback_anonymous_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_anonymous_set (Gsasl *ctx,
                                                         Gsasl_client_callback_anonymous cb);
Gsasl_client_callback_authentication_id gsasl_client_callback_authentication_id_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_authentication_id_set
                                                        (Gsasl *ctx,
                                                         Gsasl_client_callback_authentication_id cb);
Gsasl_client_callback_authorization_id gsasl_client_callback_authorization_id_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_authorization_id_set
                                                        (Gsasl *ctx,
                                                         Gsasl_client_callback_authorization_id cb);
Gsasl_client_callback_maxbuf gsasl_client_callback_maxbuf_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_maxbuf_set    (Gsasl *ctx,
                                                         Gsasl_client_callback_maxbuf cb);
Gsasl_client_callback_passcode gsasl_client_callback_passcode_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_passcode_set  (Gsasl *ctx,
                                                         Gsasl_client_callback_passcode cb);
Gsasl_client_callback_password gsasl_client_callback_password_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_password_set  (Gsasl *ctx,
                                                         Gsasl_client_callback_password cb);
Gsasl_client_callback_pin gsasl_client_callback_pin_get (Gsasl *ctx);
void                gsasl_client_callback_pin_set       (Gsasl *ctx,
                                                         Gsasl_client_callback_pin cb);
Gsasl_client_callback_qop gsasl_client_callback_qop_get (Gsasl *ctx);
void                gsasl_client_callback_qop_set       (Gsasl *ctx,
                                                         Gsasl_client_callback_qop cb);
Gsasl_client_callback_realm gsasl_client_callback_realm_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_realm_set     (Gsasl *ctx,
                                                         Gsasl_client_callback_realm cb);
Gsasl_client_callback_service gsasl_client_callback_service_get
                                                        (Gsasl *ctx);
void                gsasl_client_callback_service_set   (Gsasl *ctx,
                                                         Gsasl_client_callback_service cb);
Gsasl *             gsasl_client_ctx_get                (Gsasl_session *sctx);
void                gsasl_client_finish                 (Gsasl_session *sctx);
int                 gsasl_client_listmech               (Gsasl *ctx,
                                                         char *out,
                                                         size_t *outlen);
int                 gsasl_client_step                   (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);
int                 gsasl_client_step_base64            (Gsasl_session *sctx,
                                                         const char *b64input,
                                                         char *b64output,
                                                         size_t b64output_len);
Gsasl *             gsasl_ctx_get                       (Gsasl_session *sctx);
int                 gsasl_decode_inline                 (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);
int                 gsasl_encode_inline                 (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);
int                 gsasl_md5pwd_get_password           (const char *filename,
                                                         const char *username,
                                                         char *key,
                                                         size_t *keylen);
int                 gsasl_randomize                     (int strong,
                                                         char *data,
                                                         size_t datalen);
void *              gsasl_server_application_data_get   (Gsasl_session *sctx);
void                gsasl_server_application_data_set   (Gsasl_session *sctx,
                                                         void *application_data);
Gsasl_server_callback_anonymous gsasl_server_callback_anonymous_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_anonymous_set (Gsasl *ctx,
                                                         Gsasl_server_callback_anonymous cb);
Gsasl_server_callback_cipher gsasl_server_callback_cipher_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_cipher_set    (Gsasl *ctx,
                                                         Gsasl_server_callback_cipher cb);
Gsasl_server_callback_cram_md5 gsasl_server_callback_cram_md5_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_cram_md5_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_cram_md5 cb);
Gsasl_server_callback_digest_md5 gsasl_server_callback_digest_md5_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_digest_md5_set
                                                        (Gsasl *ctx,
                                                         Gsasl_server_callback_digest_md5 cb);
Gsasl_server_callback_external gsasl_server_callback_external_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_external_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_external cb);
Gsasl_server_callback_gssapi gsasl_server_callback_gssapi_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_gssapi_set    (Gsasl *ctx,
                                                         Gsasl_server_callback_gssapi cb);
Gsasl_server_callback_maxbuf gsasl_server_callback_maxbuf_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_maxbuf_set    (Gsasl *ctx,
                                                         Gsasl_server_callback_maxbuf cb);
Gsasl_server_callback_qop gsasl_server_callback_qop_get (Gsasl *ctx);
void                gsasl_server_callback_qop_set       (Gsasl *ctx,
                                                         Gsasl_server_callback_qop cb);
Gsasl_server_callback_realm gsasl_server_callback_realm_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_realm_set     (Gsasl *ctx,
                                                         Gsasl_server_callback_realm cb);
Gsasl_server_callback_retrieve gsasl_server_callback_retrieve_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_retrieve_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_retrieve cb);
Gsasl_server_callback_securid gsasl_server_callback_securid_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_securid_set   (Gsasl *ctx,
                                                         Gsasl_server_callback_securid cb);
Gsasl_server_callback_service gsasl_server_callback_service_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_service_set   (Gsasl *ctx,
                                                         Gsasl_server_callback_service cb);
Gsasl_server_callback_validate gsasl_server_callback_validate_get
                                                        (Gsasl *ctx);
void                gsasl_server_callback_validate_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_validate cb);
Gsasl *             gsasl_server_ctx_get                (Gsasl_session *sctx);
void                gsasl_server_finish                 (Gsasl_session *sctx);
int                 gsasl_server_listmech               (Gsasl *ctx,
                                                         char *out,
                                                         size_t *outlen);
int                 gsasl_server_step                   (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);
int                 gsasl_server_step_base64            (Gsasl_session *sctx,
                                                         const char *b64input,
                                                         char *b64output,
                                                         size_t b64output_len);
const char *        gsasl_server_suggest_mechanism      (Gsasl *ctx,
                                                         const char *mechlist);
char *              gsasl_stringprep_nfkc               (const char *in,
                                                         ssize_t len);
char *              gsasl_stringprep_saslprep           (const char *in,
                                                         int *stringprep_rc);
char *              gsasl_stringprep_trace              (const char *in,
                                                         int *stringprep_rc);

Description

Details

Gsasl_client_callback_anonymous ()

int                 (*Gsasl_client_callback_anonymous)  (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);


Gsasl_client_callback_authentication_id ()

int                 (*Gsasl_client_callback_authentication_id)
                                                        (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);


Gsasl_client_callback_authorization_id ()

int                 (*Gsasl_client_callback_authorization_id)
                                                        (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);


Gsasl_client_callback_maxbuf ()

size_t              (*Gsasl_client_callback_maxbuf)     (Gsasl_session *sctx,
                                                         size_t servermaxbuf);


Gsasl_client_callback_passcode ()

int                 (*Gsasl_client_callback_passcode)   (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);


Gsasl_client_callback_password ()

int                 (*Gsasl_client_callback_password)   (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);


Gsasl_client_callback_pin ()

int                 (*Gsasl_client_callback_pin)        (Gsasl_session *sctx,
                                                         char *suggestion,
                                                         char *out,
                                                         size_t *outlen);


Gsasl_client_callback_qop ()

Gsasl_qop           (*Gsasl_client_callback_qop)        (Gsasl_session *sctx,
                                                         Gsasl_qop serverqops);


Gsasl_client_callback_realm ()

int                 (*Gsasl_client_callback_realm)      (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen);


Gsasl_client_callback_service ()

int                 (*Gsasl_client_callback_service)    (Gsasl_session *sctx,
                                                         char *service,
                                                         size_t *servicelen,
                                                         char *hostname,
                                                         size_t *hostnamelen,
                                                         char *servicename,
                                                         size_t *servicenamelen);


Gsasl_server_callback_anonymous ()

int                 (*Gsasl_server_callback_anonymous)  (Gsasl_session *sctx,
                                                         const char *token);


Gsasl_server_callback_cipher ()

Gsasl_cipher        (*Gsasl_server_callback_cipher)     (Gsasl_session *sctx);


Gsasl_server_callback_cram_md5 ()

int                 (*Gsasl_server_callback_cram_md5)   (Gsasl_session *sctx,
                                                         char *username,
                                                         char *challenge,
                                                         char *response);


Gsasl_server_callback_digest_md5 ()

int                 (*Gsasl_server_callback_digest_md5) (Gsasl_session *sctx,
                                                         char *username,
                                                         char *realm,
                                                         char *secrethash);


Gsasl_server_callback_external ()

int                 (*Gsasl_server_callback_external)   (Gsasl_session *sctx);


Gsasl_server_callback_gssapi ()

int                 (*Gsasl_server_callback_gssapi)     (Gsasl_session *sctx,
                                                         const char *clientname,
                                                         const char *authentication_id);


Gsasl_server_callback_maxbuf ()

size_t              (*Gsasl_server_callback_maxbuf)     (Gsasl_session *sctx);


Gsasl_server_callback_qop ()

Gsasl_qop           (*Gsasl_server_callback_qop)        (Gsasl_session *sctx);


Gsasl_server_callback_realm ()

int                 (*Gsasl_server_callback_realm)      (Gsasl_session *sctx,
                                                         char *out,
                                                         size_t *outlen,
                                                         size_t nth);


Gsasl_server_callback_retrieve ()

int                 (*Gsasl_server_callback_retrieve)   (Gsasl_session *sctx,
                                                         const char *authentication_id,
                                                         const char *authorization_id,
                                                         const char *realm,
                                                         char *key,
                                                         size_t *keylen);


Gsasl_server_callback_securid ()

int                 (*Gsasl_server_callback_securid)    (Gsasl_session *sctx,
                                                         const char *authentication_id,
                                                         const char *authorization_id,
                                                         const char *passcode,
                                                         char *pin,
                                                         char *suggestpin,
                                                         size_t *suggestpinlen);


Gsasl_server_callback_service ()

int                 (*Gsasl_server_callback_service)    (Gsasl_session *sctx,
                                                         char *service,
                                                         size_t *servicelen,
                                                         char *hostname,
                                                         size_t *hostnamelen);


Gsasl_server_callback_validate ()

int                 (*Gsasl_server_callback_validate)   (Gsasl_session *sctx,
                                                         const char *authorization_id,
                                                         const char *authentication_id,
                                                         const char *password);


gsasl_appinfo_get ()

void *              gsasl_appinfo_get                   (Gsasl_session *sctx);

Warning

gsasl_appinfo_get is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_get() instead.

Retrieve application specific data from libgsasl session handle. The application data is set using gsasl_appinfo_set(). It is normally used by the application to maintain state between the main program and the callback.

sctx :

libgsasl session handle.

Returns :

Returns the application specific data, or NULL.

gsasl_appinfo_set ()

void                gsasl_appinfo_set                   (Gsasl_session *sctx,
                                                         void *appdata);

Warning

gsasl_appinfo_set is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_set() instead.

Store application specific data in the libgsasl session handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_appinfo_get(). It is normally used by the application to maintain state between the main program and the callback.

sctx :

libgsasl session handle.

appdata :

opaque pointer to application specific data.

gsasl_application_data_get ()

void *              gsasl_application_data_get          (Gsasl *ctx);

Warning

gsasl_application_data_get is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_get() instead.

Retrieve application specific data from libgsasl handle. The application data is set using gsasl_application_data_set(). It is normally used by the application to maintain state between the main program and the callback.

ctx :

libgsasl handle.

Returns :

Returns the application specific data, or NULL.

gsasl_application_data_set ()

void                gsasl_application_data_set          (Gsasl *ctx,
                                                         void *appdata);

Warning

gsasl_application_data_set is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_set() instead.

Store application specific data in the libgsasl handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_application_data_get(). It is normally used by the application to maintain state between the main program and the callback.

ctx :

libgsasl handle.

appdata :

opaque pointer to application specific data.

gsasl_base64_decode ()

int                 gsasl_base64_decode                 (char const *src,
                                                         char *target,
                                                         size_t targsize);

Warning

gsasl_base64_decode is deprecated and should not be used in newly-written code. Use gsasl_base64_from() instead.

Decode Base64 data. Skips all whitespace anywhere. Converts characters, four at a time, starting at (or after) src from Base64 numbers into three 8 bit bytes in the target area.

src :

input byte array

target :

output byte array

targsize :

size of output byte array

Returns :

Returns the number of data bytes stored at the target, or -1 on error.

gsasl_base64_encode ()

int                 gsasl_base64_encode                 (char const *src,
                                                         size_t srclength,
                                                         char *target,
                                                         size_t targsize);

Warning

gsasl_base64_encode is deprecated and should not be used in newly-written code. Use gsasl_base64_to() instead.

Encode data as base64. Converts characters, three at a time, starting at src into four base64 characters in the target area until the entire input buffer is encoded.

src :

input byte array

srclength :

size of input byte array

target :

output byte array

targsize :

size of output byte array

Returns :

Returns the number of data bytes stored at the target, or -1 on error.

gsasl_client_application_data_get ()

void *              gsasl_client_application_data_get   (Gsasl_session *sctx);

Warning

gsasl_client_application_data_get is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_get() or gsasl_session_hook_get() instead.

Retrieve application specific data from libgsasl client handle. The application data is set using gsasl_client_application_data_set(). It is normally used by the application to maintain state between the main program and the callback.

sctx :

libgsasl client handle.

Returns :

Returns the application specific data, or NULL.

gsasl_client_application_data_set ()

void                gsasl_client_application_data_set   (Gsasl_session *sctx,
                                                         void *application_data);

Warning

gsasl_client_application_data_set is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_set() or gsasl_session_hook_set() instead.

Store application specific data in the libgsasl client handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_client_application_data_get(). It is normally used by the application to maintain state between the main program and the callback.

sctx :

libgsasl client handle.

application_data :

opaque pointer to application specific data.

gsasl_client_callback_anonymous_get ()

Gsasl_client_callback_anonymous gsasl_client_callback_anonymous_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_anonymous_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_anonymous_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_anonymous_set().

gsasl_client_callback_anonymous_set ()

void                gsasl_client_callback_anonymous_set (Gsasl *ctx,
                                                         Gsasl_client_callback_anonymous cb);

Warning

gsasl_client_callback_anonymous_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to set the anonymous token, which usually is the users email address. The function can be later retrieved using gsasl_client_callback_anonymous_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_authentication_id_get ()

Gsasl_client_callback_authentication_id gsasl_client_callback_authentication_id_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_authentication_id_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_authentication_id_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_authentication_id_set().

gsasl_client_callback_authentication_id_set ()

void                gsasl_client_callback_authentication_id_set
                                                        (Gsasl *ctx,
                                                         Gsasl_client_callback_authentication_id cb);

Warning

gsasl_client_callback_authentication_id_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to set the authentication identity. The function can be later retrieved using gsasl_client_callback_authentication_id_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_authorization_id_get ()

Gsasl_client_callback_authorization_id gsasl_client_callback_authorization_id_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_authorization_id_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_authorization_id_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_authorization_id_set().

gsasl_client_callback_authorization_id_set ()

void                gsasl_client_callback_authorization_id_set
                                                        (Gsasl *ctx,
                                                         Gsasl_client_callback_authorization_id cb);

Warning

gsasl_client_callback_authorization_id_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to set the authorization identity. The function can be later retrieved using gsasl_client_callback_authorization_id_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_maxbuf_get ()

Gsasl_client_callback_maxbuf gsasl_client_callback_maxbuf_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_maxbuf_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_maxbuf_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_maxbuf_set().

gsasl_client_callback_maxbuf_set ()

void                gsasl_client_callback_maxbuf_set    (Gsasl *ctx,
                                                         Gsasl_client_callback_maxbuf cb);

Warning

gsasl_client_callback_maxbuf_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to inform the server of the largest buffer the client is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using gsasl_client_callback_maxbuf_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_passcode_get ()

Gsasl_client_callback_passcode gsasl_client_callback_passcode_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_passcode_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_passcode_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_passcode_set().

gsasl_client_callback_passcode_set ()

void                gsasl_client_callback_passcode_set  (Gsasl *ctx,
                                                         Gsasl_client_callback_passcode cb);

Warning

gsasl_client_callback_passcode_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to set the passcode. The function can be later retrieved using gsasl_client_callback_passcode_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_password_get ()

Gsasl_client_callback_password gsasl_client_callback_password_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_password_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_password_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_password_set().

gsasl_client_callback_password_set ()

void                gsasl_client_callback_password_set  (Gsasl *ctx,
                                                         Gsasl_client_callback_password cb);

Warning

gsasl_client_callback_password_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to set the password. The function can be later retrieved using gsasl_client_callback_password_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_pin_get ()

Gsasl_client_callback_pin gsasl_client_callback_pin_get (Gsasl *ctx);

Warning

gsasl_client_callback_pin_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_pin_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_pin_set().

gsasl_client_callback_pin_set ()

void                gsasl_client_callback_pin_set       (Gsasl *ctx,
                                                         Gsasl_client_callback_pin cb);

Warning

gsasl_client_callback_pin_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to chose a new pin, possibly suggested by the server, for the SECURID mechanism. This is not normally invoked, but only when the server requests it. The function can be later retrieved using gsasl_client_callback_pin_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_qop_get ()

Gsasl_client_callback_qop gsasl_client_callback_qop_get (Gsasl *ctx);

Warning

gsasl_client_callback_qop_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_qop_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_qop_set().

gsasl_client_callback_qop_set ()

void                gsasl_client_callback_qop_set       (Gsasl *ctx,
                                                         Gsasl_client_callback_qop cb);

Warning

gsasl_client_callback_qop_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to determine the qop to use after looking at what the server offered. The function can be later retrieved using gsasl_client_callback_qop_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_realm_get ()

Gsasl_client_callback_realm gsasl_client_callback_realm_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_realm_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_realm_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_realm_set().

gsasl_client_callback_realm_set ()

void                gsasl_client_callback_realm_set     (Gsasl *ctx,
                                                         Gsasl_client_callback_realm cb);

Warning

gsasl_client_callback_realm_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to know which realm it belongs to. The realm is used by the server to determine which username and password to use. The function can be later retrieved using gsasl_client_callback_realm_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_callback_service_get ()

Gsasl_client_callback_service gsasl_client_callback_service_get
                                                        (Gsasl *ctx);

Warning

gsasl_client_callback_service_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_client_callback_service_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_client_callback_service_set().

gsasl_client_callback_service_set ()

void                gsasl_client_callback_service_set   (Gsasl *ctx,
                                                         Gsasl_client_callback_service cb);

Warning

gsasl_client_callback_service_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the client to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. Servicename is used by DIGEST-MD5 and should be the name of generic server in case of a replicated service. The function can be later retrieved using gsasl_client_callback_service_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_client_ctx_get ()

Gsasl *             gsasl_client_ctx_get                (Gsasl_session *sctx);

Warning

gsasl_client_ctx_get is deprecated and should not be used in newly-written code. This function is not useful with the new 0.2.0 API.

Get the libgsasl handle given a libgsasl client handle.

sctx :

libgsasl client handle

Returns :

Returns the libgsasl handle given a libgsasl client handle.

gsasl_client_finish ()

void                gsasl_client_finish                 (Gsasl_session *sctx);

Warning

gsasl_client_finish is deprecated and should not be used in newly-written code. Use gsasl_finish() instead.

Destroy a libgsasl client handle. The handle must not be used with other libgsasl functions after this call.

sctx :

libgsasl client handle.

gsasl_client_listmech ()

int                 gsasl_client_listmech               (Gsasl *ctx,
                                                         char *out,
                                                         size_t *outlen);

Warning

gsasl_client_listmech is deprecated and should not be used in newly-written code. Use gsasl_client_mechlist() instead.

Write SASL names, separated by space, of mechanisms supported by the libgsasl client to the output array. To find out how large the output array must be, call this function with a NULL out parameter.

ctx :

libgsasl handle.

out :

output character array.

outlen :

input maximum size of output character array, on output contains actual length of output array.

Returns :

Returns GSASL_OK if successful, or error code.

gsasl_client_step ()

int                 gsasl_client_step                   (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);

Warning

gsasl_client_step is deprecated and should not be used in newly-written code. Use gsasl_step() instead.

Perform one step of SASL authentication in client. This reads data from server (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to server (into variables output and output_len).

The contents of the output buffer is unspecified if this functions returns anything other than GSASL_NEEDS_MORE.

sctx :

libgsasl client handle.

input :

input byte array.

input_len :

size of input byte array.

output :

output byte array.

output_len :

size of output byte array.

Returns :

Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

gsasl_client_step_base64 ()

int                 gsasl_client_step_base64            (Gsasl_session *sctx,
                                                         const char *b64input,
                                                         char *b64output,
                                                         size_t b64output_len);

Warning

gsasl_client_step_base64 is deprecated and should not be used in newly-written code. Use gsasl_step64() instead.

This is a simple wrapper around gsasl_client_step() that base64 decodes the input and base64 encodes the output.

sctx :

libgsasl client handle.

b64input :

input base64 encoded byte array.

b64output :

output base64 encoded byte array.

b64output_len :

size of output base64 encoded byte array.

Returns :

See gsasl_client_step().

gsasl_ctx_get ()

Gsasl *             gsasl_ctx_get                       (Gsasl_session *sctx);

Warning

gsasl_ctx_get is deprecated and should not be used in newly-written code. This function is not useful with the new 0.2.0 API.

Get the libgsasl handle given a libgsasl session handle.

sctx :

libgsasl session handle

Returns :

Returns the libgsasl handle given a libgsasl session handle.

gsasl_decode_inline ()

int                 gsasl_decode_inline                 (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);

Warning

gsasl_decode_inline is deprecated and should not be used in newly-written code. Use gsasl_decode() instead.

Decode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

sctx :

libgsasl session handle.

input :

input byte array.

input_len :

size of input byte array.

output :

output byte array.

output_len :

size of output byte array.

Returns :

Returns GSASL_OK if encoding was successful, otherwise an error code.

Since 0.2.0


gsasl_encode_inline ()

int                 gsasl_encode_inline                 (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);

Warning

gsasl_encode_inline is deprecated and should not be used in newly-written code. Use gsasl_encode() instead.

Encode data according to negotiated SASL mechanism. This might mean that data is integrity or privacy protected.

sctx :

libgsasl session handle.

input :

input byte array.

input_len :

size of input byte array.

output :

output byte array.

output_len :

size of output byte array.

Returns :

Returns GSASL_OK if encoding was successful, otherwise an error code.

Since 0.2.0


gsasl_md5pwd_get_password ()

int                 gsasl_md5pwd_get_password           (const char *filename,
                                                         const char *username,
                                                         char *key,
                                                         size_t *keylen);

Warning

gsasl_md5pwd_get_password is deprecated and should not be used in newly-written code. Use gsasl_simple_getpass() instead.

Retrieve password for user from specified file. To find out how large the output array must be, call this function with out=NULL.

The file should be on the UoW "MD5 Based Authentication" format, which means it is in text format with comments denoted by # first on the line, with user entries looking as "usernameTABpassword". This function removes CR and LF at the end of lines before processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, respectively.

filename :

filename of file containing passwords.

username :

username string.

key :

output character array.

keylen :

input maximum size of output character array, on output contains actual length of output array.

Returns :

Return GSASL_OK if output buffer contains the password, GSASL_AUTHENTICATION_ERROR if the user could not be found, or other error code.

gsasl_randomize ()

int                 gsasl_randomize                     (int strong,
                                                         char *data,
                                                         size_t datalen);

Warning

gsasl_randomize is deprecated and should not be used in newly-written code. Use gsasl_random() or gsasl_nonce() instead.

Store cryptographically random data of given size in the provided buffer.

strong :

0 iff operation should not block, non-0 for very strong randomness.

data :

output array to be filled with random data.

datalen :

size of output array.

Returns :

Returns GSASL_OK iff successful.

gsasl_server_application_data_get ()

void *              gsasl_server_application_data_get   (Gsasl_session *sctx);

Warning

gsasl_server_application_data_get is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_get() or gsasl_session_hook_get() instead.

Retrieve application specific data from libgsasl server handle. The application data is set using gsasl_server_application_data_set(). It is normally used by the application to maintain state between the main program and the callback.

sctx :

libgsasl server handle.

Returns :

Returns the application specific data, or NULL.

gsasl_server_application_data_set ()

void                gsasl_server_application_data_set   (Gsasl_session *sctx,
                                                         void *application_data);

Warning

gsasl_server_application_data_set is deprecated and should not be used in newly-written code. Use gsasl_callback_hook_set() or gsasl_session_hook_set() instead.

Store application specific data in the libgsasl server handle. The application data can be later (for instance, inside a callback) be retrieved by calling gsasl_server_application_data_get(). It is normally used by the application to maintain state between the main program and the callback.

sctx :

libgsasl server handle.

application_data :

opaque pointer to application specific data.

gsasl_server_callback_anonymous_get ()

Gsasl_server_callback_anonymous gsasl_server_callback_anonymous_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_anonymous_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_anonymous_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_anonymous_set().

gsasl_server_callback_anonymous_set ()

void                gsasl_server_callback_anonymous_set (Gsasl *ctx,
                                                         Gsasl_server_callback_anonymous cb);

Warning

gsasl_server_callback_anonymous_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for deciding if user is permitted anonymous access. The function can be later retrieved using gsasl_server_callback_anonymous_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_cipher_get ()

Gsasl_server_callback_cipher gsasl_server_callback_cipher_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_cipher_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_cipher_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_cipher_set().

gsasl_server_callback_cipher_set ()

void                gsasl_server_callback_cipher_set    (Gsasl *ctx,
                                                         Gsasl_server_callback_cipher cb);

Warning

gsasl_server_callback_cipher_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server to inform the client of the cipher suites supported. The DES and 3DES ciphers must be supported for interoperability. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using gsasl_server_callback_cipher_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_cram_md5_get ()

Gsasl_server_callback_cram_md5 gsasl_server_callback_cram_md5_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_cram_md5_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_cram_md5_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_cram_md5_set().

gsasl_server_callback_cram_md5_set ()

void                gsasl_server_callback_cram_md5_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_cram_md5 cb);

Warning

gsasl_server_callback_cram_md5_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for deciding if user is authenticated using CRAM-MD5 challenge and response. The function can be later retrieved using gsasl_server_callback_cram_md5_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_digest_md5_get ()

Gsasl_server_callback_digest_md5 gsasl_server_callback_digest_md5_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_digest_md5_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_digest_md5_set().

ctx :

libgsasl handle.

Returns :

Return the callback earlier set by calling gsasl_server_callback_digest_md5_set().

gsasl_server_callback_digest_md5_set ()

void                gsasl_server_callback_digest_md5_set
                                                        (Gsasl *ctx,
                                                         Gsasl_server_callback_digest_md5 cb);

Warning

gsasl_server_callback_digest_md5_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for retrieving the secret hash of the username, realm and password for use in the DIGEST-MD5 mechanism. The function can be later retrieved using gsasl_server_callback_digest_md5_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_external_get ()

Gsasl_server_callback_external gsasl_server_callback_external_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_external_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_external_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_external_set().

gsasl_server_callback_external_set ()

void                gsasl_server_callback_external_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_external cb);

Warning

gsasl_server_callback_external_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for deciding if user is authenticated out of band. The function can be later retrieved using gsasl_server_callback_external_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_gssapi_get ()

Gsasl_server_callback_gssapi gsasl_server_callback_gssapi_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_gssapi_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_gssapi_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_gssapi_set().

gsasl_server_callback_gssapi_set ()

void                gsasl_server_callback_gssapi_set    (Gsasl *ctx,
                                                         Gsasl_server_callback_gssapi cb);

Warning

gsasl_server_callback_gssapi_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for checking if a GSSAPI user is authorized for username (by, e.g., calling krb5_kuserok). The function should return GSASL_OK if the user should be permitted access, or an error code such as GSASL_AUTHENTICATION_ERROR on failure. The function can be later retrieved using gsasl_server_callback_gssapi_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_maxbuf_get ()

Gsasl_server_callback_maxbuf gsasl_server_callback_maxbuf_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_maxbuf_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_maxbuf_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_maxbuf_set().

gsasl_server_callback_maxbuf_set ()

void                gsasl_server_callback_maxbuf_set    (Gsasl *ctx,
                                                         Gsasl_server_callback_maxbuf cb);

Warning

gsasl_server_callback_maxbuf_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server to inform the client of the largest buffer the server is able to receive when using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of Protection (qop). If this directive is missing, the default value 65536 will be assumed. The function can be later retrieved using gsasl_server_callback_maxbuf_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_qop_get ()

Gsasl_server_callback_qop gsasl_server_callback_qop_get (Gsasl *ctx);

Warning

gsasl_server_callback_qop_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_qop_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_qop_set().

gsasl_server_callback_qop_set ()

void                gsasl_server_callback_qop_set       (Gsasl *ctx,
                                                         Gsasl_server_callback_qop cb);

Warning

gsasl_server_callback_qop_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server to know which quality of protection it accepts. The quality of protection eventually used is selected by the client though. It is currently used by the DIGEST-MD5 mechanism. The function can be later retrieved using gsasl_server_callback_qop_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_realm_get ()

Gsasl_server_callback_realm gsasl_server_callback_realm_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_realm_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_realm_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_realm_set().

gsasl_server_callback_realm_set ()

void                gsasl_server_callback_realm_set     (Gsasl *ctx,
                                                         Gsasl_server_callback_realm cb);

Warning

gsasl_server_callback_realm_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server to know which realm it serves. The realm is used by the user to determine which username and password to use. The function can be later retrieved using gsasl_server_callback_realm_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_retrieve_get ()

Gsasl_server_callback_retrieve gsasl_server_callback_retrieve_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_retrieve_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_retrieve_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_retrieve_set().

gsasl_server_callback_retrieve_set ()

void                gsasl_server_callback_retrieve_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_retrieve cb);

Warning

gsasl_server_callback_retrieve_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using gsasl_server_callback_retrieve_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_securid_get ()

Gsasl_server_callback_securid gsasl_server_callback_securid_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_securid_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_securid_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_securid_set().

gsasl_server_callback_securid_set ()

void                gsasl_server_callback_securid_set   (Gsasl *ctx,
                                                         Gsasl_server_callback_securid cb);

Warning

gsasl_server_callback_securid_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for validating a user via the SECURID mechanism. The function should return GSASL_OK if user authenticated successfully, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE if it wants another passcode, GSASL_SECURID_SERVER_NEED_NEW_PIN if it wants a PIN change, or an error. When (and only when) GSASL_SECURID_SERVER_NEED_NEW_PIN is returned, suggestpin can be populated with a PIN code the server suggests, and suggestpinlen set to the length of the PIN. The function can be later retrieved using gsasl_server_callback_securid_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_service_get ()

Gsasl_server_callback_service gsasl_server_callback_service_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_service_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_service_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_service_set().

gsasl_server_callback_service_set ()

void                gsasl_server_callback_service_set   (Gsasl *ctx,
                                                         Gsasl_server_callback_service cb);

Warning

gsasl_server_callback_service_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server to set the name of the service. The service buffer should be a registered GSSAPI host-based service name, hostname the name of the server. The function can be later retrieved using gsasl_server_callback_service_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_callback_validate_get ()

Gsasl_server_callback_validate gsasl_server_callback_validate_get
                                                        (Gsasl *ctx);

Warning

gsasl_server_callback_validate_get is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Get the callback earlier set by calling gsasl_server_callback_validate_set().

ctx :

libgsasl handle.

Returns :

Returns the callback earlier set by calling gsasl_server_callback_validate_set().

gsasl_server_callback_validate_set ()

void                gsasl_server_callback_validate_set  (Gsasl *ctx,
                                                         Gsasl_server_callback_validate cb);

Warning

gsasl_server_callback_validate_set is deprecated and should not be used in newly-written code. This function is part of the old callback interface. The new interface uses gsasl_callback_set() to set the application callback, and uses gsasl_callback() or gsasl_property_get() to invoke the callback for certain properties.

Specify the callback function to use in the server for deciding if user is authenticated using authentication identity, authorization identity and password. The function can be later retrieved using gsasl_server_callback_validate_get().

ctx :

libgsasl handle.

cb :

callback function

gsasl_server_ctx_get ()

Gsasl *             gsasl_server_ctx_get                (Gsasl_session *sctx);

Warning

gsasl_server_ctx_get is deprecated and should not be used in newly-written code. This function is not useful with the new 0.2.0 API.

Get the libgsasl handle given a libgsasl server handle.

sctx :

libgsasl server handle

Returns :

Returns the libgsasl handle given a libgsasl server handle.

gsasl_server_finish ()

void                gsasl_server_finish                 (Gsasl_session *sctx);

Warning

gsasl_server_finish is deprecated and should not be used in newly-written code. Use gsasl_finish() instead.

Destroy a libgsasl server handle. The handle must not be used with other libgsasl functions after this call.

sctx :

libgsasl server handle.

gsasl_server_listmech ()

int                 gsasl_server_listmech               (Gsasl *ctx,
                                                         char *out,
                                                         size_t *outlen);

Warning

gsasl_server_listmech is deprecated and should not be used in newly-written code. Use gsasl_server_mechlist() instead.

Write SASL names, separated by space, of mechanisms supported by the libgsasl server to the output array. To find out how large the output array must be, call this function with a NULL out parameter.

ctx :

libgsasl handle.

out :

output character array.

outlen :

input maximum size of output character array, on output contains actual length of output array.

Returns :

Returns GSASL_OK if successful, or error code.

gsasl_server_step ()

int                 gsasl_server_step                   (Gsasl_session *sctx,
                                                         const char *input,
                                                         size_t input_len,
                                                         char *output,
                                                         size_t *output_len);

Warning

gsasl_server_step is deprecated and should not be used in newly-written code. Use gsasl_step() instead.

Perform one step of SASL authentication in server. This reads data from client (specified with input and input_len), processes it (potentially invoking callbacks to the application), and writes data to client (into variables output and output_len).

The contents of the output buffer is unspecified if this functions returns anything other than GSASL_NEEDS_MORE.

sctx :

libgsasl server handle.

input :

input byte array.

input_len :

size of input byte array.

output :

output byte array.

output_len :

size of output byte array.

Returns :

Returns GSASL_OK if authenticated terminated successfully, GSASL_NEEDS_MORE if more data is needed, or error code.

gsasl_server_step_base64 ()

int                 gsasl_server_step_base64            (Gsasl_session *sctx,
                                                         const char *b64input,
                                                         char *b64output,
                                                         size_t b64output_len);

Warning

gsasl_server_step_base64 is deprecated and should not be used in newly-written code. Use gsasl_step64() instead.

This is a simple wrapper around gsasl_server_step() that base64 decodes the input and base64 encodes the output.

sctx :

libgsasl server handle.

b64input :

input base64 encoded byte array.

b64output :

output base64 encoded byte array.

b64output_len :

size of output base64 encoded byte array.

Returns :

See gsasl_server_step().

gsasl_server_suggest_mechanism ()

const char *        gsasl_server_suggest_mechanism      (Gsasl *ctx,
                                                         const char *mechlist);

Warning

gsasl_server_suggest_mechanism is deprecated and should not be used in newly-written code. This function was never useful, since it is the client that chose which mechanism to use.

Get name of "best" SASL mechanism supported by the libgsasl server which is present in the input string.

ctx :

libgsasl handle.

mechlist :

input character array with SASL mechanism names, separated by invalid characters (e.g. SPC).

Returns :

Returns name of "best" SASL mechanism supported by the libgsasl server which is present in the input string.

gsasl_stringprep_nfkc ()

char *              gsasl_stringprep_nfkc               (const char *in,
                                                         ssize_t len);

Warning

gsasl_stringprep_nfkc is deprecated and should not be used in newly-written code. No replacement functionality in GNU SASL, use GNU Libidn instead. Note that in SASL, you most likely want to use SASLprep and not bare NFKC, see gsasl_saslprep().

Converts a string into canonical form, standardizing such issues as whether a character with an accent is represented as a base character and combining accent or as a single precomposed character.

The normalization mode is NFKC (ALL COMPOSE). It standardizes differences that do not affect the text content, such as the above-mentioned accent representation. It standardizes the "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same. It returns a result with composed forms rather than a maximally decomposed form.

in :

a UTF-8 encoded string.

len :

length of str, in bytes, or -1 if str is nul-terminated.

Returns :

Return a newly allocated string, that is the NFKC normalized form of str, or NULL on error.

gsasl_stringprep_saslprep ()

char *              gsasl_stringprep_saslprep           (const char *in,
                                                         int *stringprep_rc);

Warning

gsasl_stringprep_saslprep is deprecated and should not be used in newly-written code. Use gsasl_saslprep() instead.

Process a Unicode string for comparison, according to the "SASLprep" stringprep profile. This function is intended to be used by Simple Authentication and Security Layer (SASL) mechanisms (such as PLAIN, CRAM-MD5, and DIGEST-MD5) as well as other protocols exchanging user names and/or passwords.

in :

input ASCII or UTF-8 string with data to prepare according to SASLprep.

stringprep_rc :

pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it.

Returns :

Return a newly allocated string that is the "SASLprep" processed form of the input string, or NULL on error, in which case stringprep_rc contain the stringprep library error code.

gsasl_stringprep_trace ()

char *              gsasl_stringprep_trace              (const char *in,
                                                         int *stringprep_rc);

Warning

gsasl_stringprep_trace is deprecated and should not be used in newly-written code. No replacement functionality in GNU SASL, use GNU Libidn instead.

Process a Unicode string for use as trace information, according to the "trace" stringprep profile. The profile is designed for use with the SASL ANONYMOUS Mechanism.

in :

input ASCII or UTF-8 string with data to prepare according to "trace".

stringprep_rc :

pointer to output variable with stringprep error code, or NULL to indicate that you don't care about it.

Returns :

Return a newly allocated string that is the "trace" processed form of the input string, or NULL on error, in which case stringprep_rc contain the stringprep library error code.
gsasl-1.8.0/doc/reference/html/left.png0000644000000000000000000000056511760732127014643 00000000000000PNG  IHDRש~PLTE(((;;;@@@v:tRNS $04&Rݻw^zk׮@#B/%%?Ϸ9|=5X,|H$L|jl6 2$**JLjsc!X6$$ĉLG @0zgbjۺ<|>vPlll  իW|>$߿Ν;=<<ZP+3ooÇ9rZqN>mll|WWW#B رcܹsBmF6A"(11qzzz[n Ǽ! 4իgΜc:" д\x#f'O5joܸg댊>lǎy-E1B trrs玅ᠶ;???**jL+++޽{aa/^t8H6lذdɒ:`^'|rر_uذaLǂP߿ ;>(2dskMww}7-- VIbҥK颿4}ÇGFFJx@HDGGsbRA``ܹsbqtt4ӱ ޽w^##;v`RX,֎;p?XaÆիW oox777B_>}f={t8<U$eeeuܙpп|'~Ν;iG}?\fΜzX,ҥK|>siB_6l >LjpppD"ц ikn^nݺ#Gn߾WKLq^^^ߟ0aBuuQ֭[tD鄄Xp!ӱ /O&$$෠ڶYy-M3g\lMӛ7o&n055=t͛i^l̙3N۷;v#mӣG;߾}XпtӳW^L4W^MkB ondd7|F⌌o>aPtD;w3B Iz)ĭ[}}աfff.\ S{dHK]p,>>>44Pve b: =R# °4[[ .[a!ѻw .ڦ-bЋ/SNLg^bDZH4eʔ$ K.j(,U|}}/]daa4e\1˗`ggt )@z&!F4.6mZ||Ejjj׮]5B]vMMM6m6e׮[n\.799Gj __d.~\ 1"77LLL!H$^/_dE988be((*&&FEK``%Ͷ 'ME 0ƍGQTPPѱ ,--p8Eyxx4*k iW^:u r'NLIIYjΜ9CQŊWY,EQgΜa:4ꮅPkl-))ٴiIǎslٲE#J괲*--]LIghh```@^߿Mdffr88||I #;{LpugIlͼ  "22fnnmllL|bK4#sssT)tw}GzӁ6ZTEEE/622ڹs5EEECv*{]ζ/4]WWFnr˖-WWךbbwޑ dt / dM SNI4M x2gU-6X&L`aFL"kSJ2ZҥKmmmĦK/^L~ԪdoReddDr,GGGHN{{{E L&?n̙$=٨&/ ?~\/{666nnnUUUFFF$!dM {Ν;'_… Я_,1g֛7o,By-rʻtFK`mIgol޼ ZYY+W?@HHLj(P(Tب@ _KO{hT4M &Lp8G Ϟ=ٳ'OTR`\.Wa==KJJ6 s```yyytt49{Tycǎ#G?vS\?OzZ伥vdҴZ1KʏJ`ms Jȏݪ~((((ظ'N70ٳgK.ң !%è e{ٴ&s8.J23ŋ͑kjjLMM}}}ߪѣf^B2Wf055z䉒PIWTT̛7o ' P üi9.0eg6dVƏ?&M"/ӵ1cu$ʤkFFF ncccffִ&$,Yaaa~-L8Qa['MO>EfFFF's`ܸqO>9~x6I?<i9Ef<~$/ (o߾ R>}عiiiu>6-^zUرc#Ǐŋ˔N?~gjjZTTDȤkE5z.](jZo޼С)lKR9w~z[- B,͟?_z/.;~x[ j50EZtQ}}})S4k.n߾~<+9wĉGEg"//LMM%2SYfkƌek ք4ڒT_8...Ə* J۷Ю]4@E!rRľ}BBB,--ɓ1H-***N>M? `KJJRx  777==]ɹݎ;|:u****++SRCYYYQQkӚcǎdIHHիW_xw;v6`jFرcxxÇsssnjSVVF4"r]2-Hݭ[oVQ@Kuu)-pnMMKNBOOOL2ZR+I.]*]!w~~~bXf,w^%̙Ӵ&d(WrRmLL M_~%kUtڵnnnq5j̙ K}XI` "-'EfġCS~ZtFKr ȶ...ʷD<8 V@ݕJV^QMhT^+6=d}}}$VIkUXXX+E(YI}VaNNN_!BHEf^^^PZPA  @uO% ::::99I( gVSW@@@;uׄF4Mp8 裏kU1$1رc%GȲ y%w @!-y-rʻ|vCM#3X[_FKr۷/l۶M$[|t "fɷ3!@PPХKH^XWWwE9ճgdnTג]z 'NXRf``~zڷ%%%k֬p8,Kz ˗/SEQԪU$+?֞9sSN!%0EZN.*mHkgDJvv6W^),@>WWWHd}Ig^^yx_K֮222rttܹzgMhBym~~$*%14*h޴i(}<پ}L_~E򇟭duO?T~ ` "-zd8dXdVhCYv-W@2Kononnfff ڲet*)v X5CӧOwvvp8u֬Y ߻wo̙:9sFH>rrW ޵jl9p+49r䈑СCU,6ZP.CiSp_B! 0EjVZZpÇ3B!L X[[}6''ٙpN.CiSp>)cA!Py-R?!jI8_qq7o\. ݁'"-]T YYY|>Z>z`޽{MM͍7!Pûw޼y@ݼy{qww_t) AvӾtӁ6vÆ gݺu7o޽{ }cbbVA{xx״|y^:uT.r'N䔗/_lbqkV~!v<|>Ӂ ,r Ջxxw#rrr&''o^__Ç[n񉊊ReqdddYYYD_ 8~+//޽ׯ:Qw $-,,zkFH'ڶMNNN޻5(++ rRdQQQǎiX?ԳqFd~2[woWX^yuuuP(ݻw+nnn%-ZDkǏ+ֻkggwmh9rdHHUAAR3B:,&&̙3 ӱ _Μ9cmmz)15SPKڻw/XBOOOavq˼5{l//gϞ/?p@8v`ͩYFQ" ˆf+!m&"""B|||n߾ѳgOfD:͛zuӱ &߾}+?ZCI//_v3fACF ;w.99ɓڵrv ;v455-..600 ?egghfmEjjj^t,q\\\  ?GGGEݐt HwVżŋJ)e^VTTQNkfVbH٨QoܸǛ]\\ƍMYFQ"4UYY R;ҩHC%'ipl͚54M8(=zdi666311󖬄 HBzU֌B:%@__H!t0Zɓ`JY Lӧx˗/,sKXXX|RaZ[[[XXheek׮ݻW~ڵD#׮]cX[l8IݨBHHHߠ 4( dzgVzX,֏?K.yϯ رcGeeAT>p@@@q|5^رc)hB!Z|jw!RGegg@O>]SSCZJOO[ndt N4I255 ֯_krd͚5b]vMI/_(UVIV]=s Y# }m۶)$˗/oBJ.5bHw!jT̔t8ŅX Hpr^أ.?~YbbfCm?ᐐ;v888h9k-(尋j3wرx⊊ }}}___lmm N7|>-@`nnaÆpE0Ex^أ.b񡥷{ IDAT#`ܸq111vvvLն|r޼yGC:uRS^B!tw}liiLj[]BB---;My-BHQᡤ`2/˗/l6EQlEnu?Tw޽(>&UWWw߹q8ss#F\tI[[ۑ#GiiicƌeX&&&@?q۶mE-YD&>C)LB0a=z4(EQjֆv"#<@пOD!ZӧXۛӧOիW={N8!zxƍs^ZrnjCQѣGШ>~ɨQ?x0vXWG8;;XVӓ@пxzz1!Z ZtU%EQ?C]]M ** $eۂPHӴ+ 2Tu%eii)Sܹ̉sGR,>>N~G4iyYUUEf ^vM“'O0g}j!P&>E͞={…l6V^=};vH|+Vpppr9bĈ/Ȉxw\]]91,, =*)@L|#}l_R)T4nܸ+W=z4<<<))SNWR>77ڵk,2bbb>䓸OH;D"2H, mllp_u[xxx@@t;w|֭E,<+ߊ@}4-rssnzر?SI&kNa lPch!9ߵI!̟?_G}6m?p8...Gjjjȯڒb6n"ʿUXXHtp=h/֊:66V!鞃FEEX^Q^-ZDHۛJp~~A`̙2剈ݻwocee^RRB֭[%BO2%jK͒jS̉|4jw=?ҥ*/rssMdŊ+WꫯȻK.}䉛و{\rd9saâ[DڃtR~~m֮] DoONQߟ>*$!hԹ ߢiZ\.7 @aKivώ055}Abb"y٥KOOO/"""-Z$gy vI&}TavrEF <|I%A2P .r8Xk֬W^iiUTTTD"eX,Y`ҥUUUoYcǎ(*'''##C! )%Q_fOdxMrrϗ>XPP n-nne$ҩ[ePUU5sLXt)怘5kV>}^~TZZ*,7iҤ)JڷoO&ũ)X5ü^~e޽*emmsNɑ;w6dnݺmڴIrD$!rHv36%%r< PZ3ڧO_|ɓN:ZJt6m6uAhPvjjjT)Jɹq7nS}~Ǐbj :л\~KJJZt)yKz~ٷGa߷o_ddA@@C';KuQ?~Ν;m޾}[[;QHE6nH[e4df7B!t!BH`^B!t!BH`^B!t!Y&L.//g:/&LPo"BHg3Vy-B!tV^ ##@пO|:jy-B!tk׮1OG0EH._BMf?~EcAxlv@@zkƼ!uڹs[SSwÆ C IHHӧσ !"ggUVJAPYY.WZ)7iB[ەѣGޱ~ <}*PGzjujھ}޺ukʔ){apP1bxڴiqUo"6k׮ Njㅅ%''2Bi\.wΝ\.w߾}}wQ۷}$ڛ`4Y" iSǏϘ1C۷ٓ'OeXcǎ}IL>ޞbL6X׀B:ܹs|>gϞ_uZZP(d:6A(}={ΝD[TI;ҨۗkNI.]~z֭[yuuu^^^fffSN+**ڶm=K^尋jk山Ϩk׮zzzBaQQi̙ߛjEEy HeSTTdooN 0=zTVVfaaA 6omv!ԆL0|>?##C:B`ffpz&Lp!xtMeee999? pV(v{̙}h1 CZhB۷KJJDY[[-kRۛ˼uĉ~iÕ+WN:uر_iӦ+Wfff:993fժUj(,O\!`X#G$ee$&&~Bapp˝;woݺ߫Rݚ5kݻW^^}'O=Z׀Bf"6˖-;z-[^vmϞ={ϟNNN{cJ 033 ^z͛75s!PRooyΜ96lqFF:::ZYY͘1cڴi"̙3ӧO+|VVV[n1bD^B!p!u={ ֬YqǧKp'&&>{l̘1|AEEEFFFǍdN-!-]!fa^4Z^dZHka^*|>tDx<^@@@v혎IgH0EZ헐0oӃ@>}BBBgǎYٳgO8q͛" [OMMMMMUB.!!&&&Glll9bbbrii8^4..=EPyyyΝKKKcbbΝt8-d֭ͳ|i!fH-BHCRRRJKK}||̙t,-gΜ9>>>)))LҢ0E1r-BH|>9RS#G?vp!xzz:tYFĎ1HK#y-Bi\ݗ.]t!' /^`:ύ! G(zޣvenn>vFA𦧅ZAm_({EQ>l ozZ-(m1B! p~-BHɏOr!P!BH`^Bf]\\-ZTZZ*_CŚ_|f)rpp xxx,KbQ<"0E!sChe޽9++M6 8͛7M6!!W^mԹeeeMn ¼!b@RRR)**4h^sΝs߽{GYYY֭kr&@\\\}_~ kBu~ >WPn!CDAhݻիEFtǏO>Q0"  UOab&)}TZz᜜`XslB:T!4-HpB}p="ӦM[`A3O5jܹs_}]x3Z.W"Snppp}+`Qٳ7o6]''͍^1=`BR%$Er9sz , :tЯ_?b۷o'$ifff}!ʕ+%4XI#/CQϨQ:uDZ9t)G!sm-,,,Xe˖ڼy34!Ś5uԝ;wj2"t)ѪX-g;m"Z5iɣϟ722kÒGs%IR RYYI\tbI$`%kHD2w}V@ٳg2O< QQQ MH#5***jT6Iky!]CnܸQ2s400PflGG_-|hhu^9bĈ/$;︺^,YD_(Ŋy=,s$kNHuLʐdRZp >(׷`ɒ%dKbɒ%d/{HLLt -\rEa^A?㯿uݷonذaժU Y$aԩqqq|kjkkǎ{#G_}UTT~9s\~}͚5֗/_&k6X S6nhccs9x@33]罽%{!ڑ/l^־{;bM)R#2 {R{Teeemm2OqEQ/[2]7=픐0~x;wtԉp4.;;۷2[-4B =J,5vvv%A*ʭ844111IJJizo߾mt ĉ׷X4&Nt, ZA8tK% ׭[gϞ'O{{{Ϙ1cƌ5k223𦧵˽ MLL֮];gݛkKtlle޾}ۡC[XX0TKüizaBZ6+))O<} x<cǎL,yyy|>={?'n޼ښy- #vQ헐0o|yh Zx1!Ta:BHNև?3B*E * j5vABrbܨ(,x-A ^` Ŏb~8o?wwօ}bϞ9ax8{ w.B'E aBe$ EQlCZ[[ BSSݻ:tHjj---i611 J:*Qɓ'{abb+HJ߿_bP(l֬Y~.\s/CbfҤIEݻ|NS>6 6a̘1ܾOQԧ~Zێ߿νM,8p!`Bb'Dzyy\vĉN*$''4 666Τ~BBsNRbjjڱcGwwwr^T6BaYѮ];aÆIRWQFY5kEm߾ _T:c  -++6TdabbbH^^^߿0O͛7>}z\\\mde˖sTFX.C5 >\e"]j2x& B[x-nfӡC9sfAA]KҬ,2lDE r +**>>*C?MBjjI:uDVhdfjj* ;u4iҤzp9!]ceeɓ*H>x@M!!!!!!P^^m۶SFEEiӦ[ɾ7kkj%%% Jyyy2L_eĉ&&&+W<|={BCClmmMӴXɔ`aa@UZZ:{xBZjH={vΝ˗/_|9>>~ĉ?1M׬!4Ukذa~n!usppꫯd6gP}ET6x-%;v@TTN2Ef~^T*_~y I9r$ܺu[044AZpfˠN;y1KKKsppP}yv5oUUUϟ V;_?P3i8{,X[[ȟ={ T*MLLmےKKKPK^}vРA$צUvv6)}?u֯_/W-޼ys/*CoMM] QyIl/^ ˗/g)2fΜ L9Iַl٢2ZkW@@@͛7͛wU~&0uT2S===IsPP5cǎ Q޽{mbbѾ}{ѣIT6sΝK0zh+xd*^_eOi&>}l< ̙3|^^^; &,,] Lމ'`2&M{ƩϏtNuPH$G??:}{! IT*ݺu7Mvvvk֬)//|РA555ѭ[if֬Y%%%)))III|Q/JܹH$ x'H$?MӦ rJ]_y ر_?!O2Fpp@ XlBo7o(jذat2nnn|nc0m/^ mڴdM6xbͶ|! (Ԉb2|Hܽ{յO>'O(QS{"F@NNڵk;:_PAAYd j ~=zPu=2Y#hM5BļyZh!:u jMV^^̖رC,PStyD2p@LjJ$kY\ !k>ٳgΝ;pB2dVBz͛7oTV322c F{BG;fʶmLAFMQVVi;$+((СCYYYǏT"tM>}1"߶ 6Z޽{4@My-B5rE!P3:8tB!tMQI8]!j08^B!t!BHh'=z(իWk%ĐG^5I!Gӧsi׮@ :thZZ|MJ@8yOֶ/^lmmR:5;;*yF(RkCꫯؔqN^g{j%FÇ>v !ZIIɶm۴Es̙wG'O駟nݺլY-[><99{K./ 8ZnmaaQPPq:F޽{!Pyռy,--K`oo?wW^i٫W)%-o޼ڵkǶF۷nٳgo%''3 ޫW/33L?Ν;[O.//٦૯ҥ͛79;g777ԟk_|gffֿ˻~zGB5 :99O$;W5QnnnW+Vpvv?ׯk uJF5EQ&LRBZWWW; +G~aS<{lʹlxw=zMӎӧOgp[zmBBBb1M666FȐoP"9rdĈ"f͚̙3ѣGl57}7ÐJk>}q5o<$$dƍJ' IDATM"l޼900Ȉ8i$n0{yأP#'E_xXqmũob2v˭MQTii)odO>D(ccraȄ]{{{JX}ܼ]vcL}G^f̘_^pAy`4{Uo輶K.`bbRVV0LYYuSLʕ+͚5VVVgš$5߽{&555xڴiJ(++ׯ–={nܸ-[LGЇ9n}ŬYfЩS'톪X<|6s011AQWQQCe]n|eyy9dl_|ܻw},:hѢbHS[&Qoߞ;v,<6Ĕ/-2d)xL}6srrן9sfJJʱcǾյR V*HOp?lkkKjroIa-.]zԩSN-^E$0d- g۷/==ѣƍ#s޿/rxx8MӦMxqffĉ[}}]c= 5r>\>m߾}\\yiaaaooO&b/%8spqqQm@@<8<=====߽{d۠ ￵Qm׮]͟# @=z@W۶m=bgg&( 0E*#j' >}ZexCC wZSLϦwٳܷȌW>#%_sq7,,,4330,BQԵkd]ÇJ- R-SsddML=kޅ>أP#G(΢(j׮]R4::ZqQRR}r5nnK!CRiRR;U^144T|\\\ȿ.;w~ >Y$A,WTTw1/V{N$rTևujJyd] bΝׯűa1өxJx{{@-’r gӻ(ȜP3o:vpErh2Sy_uݗoiVC.19Eϟ?/3{M__o!ڬ=OhV}⅝y۶m#²Zl?a777 IZ*%%-Z2;w.|ڵ y# OQӧOv̘1C4vM)9:"''k0LEEH$jѢ:L=\ՅJzfݼy֭[0tPaaa'N(**:m\ƍ۳gOffD"8Z6R@fȘ;wq%۷o|ƅ ` Ǐ߳gϥKmȑ_)B}ݻ?~ҥd cuuMl"*++>۴i0!ܧi۬,R2m322l[b… jo{9%믅dѢEl33SL155]`]:u}vjjjm+T/IIIK.ݻ򦌌~]v]x[NTUUo;*lpРAǎ;|I,_}lx6 WI[[ۇѾh0S M6/Ma˷o7K'OԫϨe,mJiii .7n\ǎ|TZCCCHOOW;?aܖ_._4zH`B|=w\HH]^O.\fff׿S\7:zRhyyy;h:;;mۖ}I;o&D9::rwm˗Lz333cVÇ4eTڭ[7 +<|$Zlimm2<^աaNH$'y S4ߓwիϨk6իW+3hjmm=|p}) @al5I}$Zi0SV}ѣGVM*1-d79wO%k}FxmUUR#=z|˗ &,|}cd7ʇCS~=i(gΜ!,l/H2Z勅n$''CVVVl׶dB-['?EN˗/V&c.d1 Ȉ<ӁO Bn‚lō7 Q...ڵk4y)|20޽#sإ"}Y]B モopʕ2;%_ɓ'גN!Kۆl f!HGF=}t׮]iqF}Gc***lll,,,VX<%tݸiEpLyNٽ{wPH~駟w޵Uf"|:u5ky6rhɑKaa~@ӴX,ӧrJp^joW=z4gR]Vf#GN S 6!!r7|YVK.l!3))I^~ݳgO%yL/r2o7`ǎJMy5 P]/O33%]c$ZAY2˳`6 "h٧N:~Iܸ׵>#!Ko̞=̙3.]ڰaC֭I~}bg͚uuMյr֭֙ 422(jذa/^7oիWL,.\߯_իW;::Rnk.@`hh0'f8qb޽zjٲ%EQ]vݸqczz:"˫k B&bn$<==2o.ҘiikB!W"B!]!BMNn݊R HR ?cB'Oh;$+'''??}pF4͛W!B- YYYڎ,`:Z~}G!n߿vv6$#Hdggy!Yd8ڎk1E!ѣG gΜX9sfaaazfsB WGv֭[:t>}'|p={6,,L__ʕ+!eދ-bf{v8{>aEif>E589좍T*ׯ_JJ }iZ*j7$=aaa۷o}a^j2\y?XTT?kpEQyyyYMUWWgӦM[n"̙3|HФGYYY>v8:1 SNF\B͟?_!4v{yQTT[5v?cǎZ iHhc~B !umڴ:E"Q||B\ !IHH ˖-H$Eyxxu222jmm- MMMw~!n#i$000>>^f*Fs=zJ$5=<<{=..gOfgRk.V~G 2˖-s<4𢇐va^.Y<{Tff&XXXdeegqZWWWHJJ""0da6mڐ$' +++#%.\ie˖T6F^{u233IInn ={VM׮]iΝ;$''ٸq#wssR"HHح[7)I oyf G8bL ::N^.kQ=ޅ4g0a.] B;;; WZpBsxxx~.^ȭ @e#j_5l߾[qF7o|2/###ƍo޼ ~~~MVXk4QV oy&P(H$2x# ‹Bڅy-GػfQB[x-nԡC9sfAA]KҬ,2lDE r +**}JɹT*}%[CTH<l:yɒe3L[!k$3e vZZZڼy󬭭qƵi&==Tpuu6mZnnn@@E.]VF ^OOOͥR{-"R5NLwZD"§IԨ&B2 tՓ'OD"[j4M@yymۦNEfN68%%wJ5X[[[’Cچܜi?$Ym e¢>vE.]TWW;v[.J8::;##)S撒W:::r*|QC׮]d?| dAnݺ=~?>y{|Q s?ׯd?~ d!kRӦMcϝ;rJnX;--df׮]?fOmٲeaa!;Y\\_}޿ϳ5L<LrURrΝ СCUn>i$RhԨQiii"C"$'999rGw! i5uT  e?>xzz 5gg砠 kkkǎ#H}##޽{ã}УGT>\sfDѣG|.Ü9sȱ{yy ʣ]^¸t)7<0O8ׯ)'ܻw= ZTw!ߣR֭[i[f ߟ`r_A222wkjj[nMӴͬYJJJRRR4^^+J׹sgH$ cbbddd`@l2g<͛7[XXP5l0+?!9ϵ'Š SSӁʔ?.𢇐vQ/aGxR܁ i UVVVSS#߽{յO>'O(Q#{"v//k~w^.\!k͛{رpԩSvL6m˖-cǎ%%;vtUYYCmǂd9::wNx-G8t4g:yd߾}===:DX?wܰa޾} 7o޼yFe5###Ntȑ#ݻweLd/z_MMͬY~w~]D \\\\zjMc^^fQ 8,PQQQTT ~a…*;%%⩓&}Y&66?yFErBxzzz JիWYYY*^^^;v ˛(y-GxGſGUWWZ*11ݻ"'22222R9d#qر˗ٳט^zܹ)!!{2!D 0<+V5kM0E/HGFho߾/B ̘1cٲeڎUQQpŸY"ݻwȑJ*c^^faBvŋޯ^ڴiSTTAؼy7|cnn~֭VZV&}5ddぽ !M<իW{>5-_u޽_zEX PSa.eff5k͛ڵ+)) TXo@!aÆaR6 L¼!B:+;;9T!kB! @ہ #L"BHgyxxPվ}{m4}ڵsww7j2M9M(0 ӯ_?GGǸO?o͚51jr]cQx-B51Ǐ766ѣGq޽Ν{!EQ׿GB "&7ROEiTWWgӦM[n"̙3 @?B)gϞGqu?CQ!}:'[XOO7..2H۷ f͚x4 IDATҥKʃwL>]W^UUUu=:݆X! Bňl(S_o|}}Vzzz%MK.JJv*Cʋ-"M5kؘL:m955U{y3 +$&& +j]O`m+T\pB4̞=T"# 'N^i@gggR?!!Tعs')155ر#ٽlDVy$mͧOG&fS[ܹs̬}͚5@o>%@rrLeܹsu::WjӦM7oאt>, *?fiģGf͚EQMϟ%֭[@PPPJJ O*~$kתܩB'NVZ9r>p%ܹN=uΜ9 + >|5 }ŦKȯ3=zTyvyT*ҥ lo+Wm۶MΑJ>>>g20 JZ200m[5Zwww2|Mw9WʟtꫯG!]P(,//6n`̙|v-JȠ/[5Z>pvvL4CH"aY^۾bKJJ*裢VUUmܸ|OM~# o߾m޼9{&;V[vy-0[n$M&;-ʕ+{?xspY{mk7Xt̻dݻZF+W򏊻#kB'rLaEEӮ];Ҡ1cv)˗˗_~ٱc-ZD *Q#Pv Hdr}aǧxE܇Yy hee e> h%Hݰd١C٭F?ǖv޾}[q._bqttݻwi/b·177o׮|u:d=..nƌ_~ʙ0Ehvrr)J$yuE__,--ɀP@@ĉcbb.]&F[AykA}I$2"龗WmD"gggr$E+++3Z&3dرǹ55׾{ڷoϖv͆ʝ*_h˞?#<|Mlu"s4:[}o߾ݽ{y-ZԹsO?TU!8j 6 -$R , P(ttt[YYIf#%*QcVeܸȑ#֭[M CCCL2E刈k'44JKKe/_ nDȑ.+󯂕ڵkE殶!׸-w۷oߒ`ڵ}!NN$Qx?["mdddaap+8(((HHH6l9-ZwhJ{N$rT@&{XdNΝ;ׯ_/saٰaWexJ>Py#]Hxg5DٳgMLL]oooTR*۶mKJ,--B!۷ "lDVeŋ) Od]*i<\]t?=U[Zjer ݻw[YY}*3~y-%Q1TڣG7nŇpUL6Xl[еkW5O=zB &V $:884119y$0WvppmGO}b1 0a1d߀^+i{{NUVVnڴ)44Ln޼yXX޽{% 0&M֭[_}yT8EQ666C 9uCaN:!CT ,,,oh}))@)m>\ꄬ i U]]jժĻwD"Hv=͛߼y3w\[8vXQQQDD{쩑{u.5kŝ?߿CO>uqqիעE:KcעzWYأP#W.ݻ0>5G å|uC`^&HGFh#Q~_!B!y-B!"B!]y-B!"B!] v!Beȑ7nܨb΅mVkB!rsssrrҀ윜*`^B!YYYig!YkB!֭$%%ݽ{W۱rݤ$3Uf. .Bծ]1cƔGDDHRm$J#""njӮ]ڪx-B!tٺulll.\Xbbb.\`ccn:%0E!.kѢŦM`֬Y%%%ڎAIIIddY`ӦM-ZPRZBm۶o۶DA!$Ç.<<\&ND5E^P]ˋHOO\]]--- ?EEEw!M;w޶mm1E54Fh'J-Zt鬬,D"E>@MӼ`^j20i@v&D*޸q#77ѣGڎjݺty-B5rE.o !BkB!.!vqС jp~-B?y(ww: p~-Bڅ!BHBiBM"B!]y-B!"B!]y-B!"B!]y-B!4EQdi4{B! "B!]e@!ǥ +++++ѣGG;<==[np4GA4 {j䰋6~ƍ$/)h?/ܹ]!}8kQ=K<,Q.ژI$ VVV6o<(( UjJ$i;VUU 2hQ\\l``lٲN h;:a^^faBvF.](*""b͚5͚5vPEII̙3m0LpppZZPT}c!T_<<d̙j7P=YxKRSSn݊I-WfͶnݚjeeuҥŋk;"a^j/^8pMӭZ5j۷oNQT^^5E &222--ãcǎڎ{;wnѢEE_vP+WO 999$$D4R!!!য়~r劶QSSgFl߾=222,,lܹB0++k'NvtH]x<++KOOƎ[TTTDm7nuegΜiRj߿9sfppiԂg̘f͚gee5i B@zW~~H$ھ};ʕ+">*YƠ(rsq]ww6Il߾\–$&&˗5]SɓXYYXJGGG8ycQC@H~iȐ!Ǐ 2$%%͛7Z ">>M6l.B,4hP}l@"hРAykr0EV 9r$22R7oްw|V|YUUivذad̯nܸQ&L]vq .]B̆VZp!9<<_~/^VpqqkWX݄t v+Mxƹj*nwށ;ؼB~Ç+?R/z: ?54ݓy-GMwI$f͚>}Z#G޽4hPMMMW<ڛ7or~:y`6IPSS0l011YnMӣGV=Y(s oݺ:t3g,((kTE}B_^%[l3NJ #'mllKJJ ((Hɶ:_t~(jh' CV4Mo޼Ycǎ~?SGG7n_vmʕ?pܸq&&&ޯ.w߉+Wٳ'..naaa !7nܨB\\_SSѣG8DjժG,ʲ~ H$Nr8VWWWVTbWMDlb+166Ҽ pT*_GJ$/=xH.O&ym2%ӧO+'&&g}Xԭlƍ111[*曗_~B*PˇJDlyTzҥK;$"kkO'KII"/g?/BgszQFk&_@]ծZl_u;"rqq %"X*FFFƞcƌ!0#vy5k{gy-m0˗э7Tbqŋ"""!*-2p@[(QQQDOw8@Dg͚ED?sG%YI*˔qgdd>hNEsz?_BV*ڵ[$988$$$ |}}euľ ={'d?tPHdgg/WWWgffZXX'''r5k{gymCCàAu1^&*hY~M޽-//WRY~̙3,dôIR"b _~ϢQϟf7&6-klȶV~M1Vݲe _~+3w8nl4"rttlYgy-Ga%>BŮ6##._T*RBeݻRA{D ,-\[[knnaB-**0`SUݪotsMMMs̑ۊ+8zݪ̼{DOl "k_GD/|gj8"y>***==Nl/n??xwY-<<<33]n޷o_DDDBBF:ED7oޜ"cǎ.Qѣ;;yEEEAAuf{Y%*96??=nc˕rΎ˓=U8Ʀ0&&=533/_fkkkU Hf+յoذaMy_RRR~ǫWB==[*ݪLDǏ mD4o޼۷8NOOO l3KӧO-*OOONwTlՑ4@Ok555"0 O?lUsxtiiivJ7oYm?F;iҤG>S#ϙ3GSSSq---d7(֏jd4|akk?3f\x&N(( V2 ?wXΎU2;m4J&!cO޳cmmmqSΝ;v%"gg粲2Ykk5k,_\)1.\HKK[lYgun޼)t̙֟}B5KK={2%''QSSK}Fk /ZhYYwEs{7n6T- 'L6IQvUV-Prqq1wv$\EvZy4h jAGD[ zdLO>$$$Ԕ1uԯ|r _dD"8nܹYYY\۶m#",++c9}^^`_oGٸq#/o۶mk֬""T8՛hyy֭[/\0xM{;w."""66VŵoiktUQQnnPܮtDwÇ{챾 J=zt*G!$e0X ܮt4MC^ }ˌkl@a1+h?؂jB I-7}Ez^}y-Ç_VvdUWChhӿA3gaUUЁh*CCC5Z?Jʏ>H@ݽ{!//O@4F^^^CCݻw'B,Ő-:???"B^:^M an1d ח?.t W}8^ 7d@_PqagJMܥAGaÆfddDDD̜>}D")..:nx-O6v;b @/߼y3K.:V]]tR7oެI-aT.:4mڴ>4@͡ &Κ5k߾} 6[@kkybXzy-!tлToQgV #B\2f̘/bBG^rss}+W={Czy-!tлToQyxx\|[%:;s̳>s7tP۷?󼷷_|/t\=x~gΜ߶mYK.dڵqqq0^ }CлТ@͡jgϦqJX#ظutt1c >.zZ94Qs ]k]]]!>.zZ94QaaZk@ mۡu@x-h 6@^ y-h}ӓm8SOɓ' :Fsrrn޼q͛|I___݅ZW^y駟!k 4@ݻ˖-,[lѢEO;vt <:nMyEEE'O1cIHHHJJJss#]?@a=È#,Y:uΝ;fΝ;N㏗,Y2bĈݻwc4꽖lȑ#Y.*. Ņgx/YɠAƎ[N*]խkJ/fqww>|8M4I>xW\xyyy{{+WU`/qc=9l0VoU۱cq=rHVaΜ9J|(55U|ӦMDӭK&Ūn߾~FSNݾ}Ç녎'>}S+}q ?*& 'O$"KK˼,_/ܸq|j(H|ׯ_Ϙ1?v|6z*{IzΝ;>Su?|6+_端"'xBz-:ݓ?OLL 9<=ZI#GH$mmm W\!zZyڊ$jc}AAAD)t,4ID"QzO(66֭[T*c.O҃N,bK+_<...vvvcpqqDMMMibbDZĦ K_)--533#/RX@۔?MJJ5jTBBEjkkTUUO=Ըq{*//wpp066/ddhddPZZ*_n߾]VVƵSTT$J޽ف555,W0p@"b-ZbZnݻKD+V: mn璧֣WAAѣG_y[[o駟vuueN8zK.?~ݽ['H>uX\X,VrT %"(BDzzz]orrrjkkǎh"c[-;vlmmmNNб)--mjjb[1 D"ĉ'NHDU-[&^J^KIzή^~@/q;wڪZ" ¢AYewOwhBO~鼼<6 _˥ zI@777*tRS##+W:::^t={Y>mjjRj˓@```kk~+_t/ZZZؽ#*0aBIIɅ  KKKCCC{9%>޽{W-))v&OD{h1vuhV#mV:9lիWMsrrn*_䫯:z({:C sl,O`D-ʅ =zTm s/15===tYqsW]z 122:RUmIe`Keyyy IIIl...{X*FFFƞcƌ!#GrSOzzzX*/7v>>>FbW^-K+;ȑ#}}}(((AI$>@yƍn]6QBѵ]bBBG?$"333z-Jw-R: b[XX̞=ĉmii:tH${嗫333-,,U9IZ[nuuuD666:!GLT__?11Q=no&((hbsӦM]0hР(rwww^6B=E׮WpΝ۷o+_JJJ<:6uuu---&&&\~-""СC}nXlٞ={*++YNOD/^9r;fD&(']*ty3#QП^y3335++ J۬^>55UVhbb6{-ȂzkTXߴik׺srr֯_ODl9iʺ ,`VpWWW矿K:4]+++"? kTtOOO''J"Zxq`` !}G,V.<<<33[nʊعs5k t-~rGՂq)))o񆻻{IIIMMM@@~g k޽{KKKyojjodsmAu n@> w^[TT$t$mXB^ W\V__ĉK?-tKdddLL q֭j,\C<cʖCUWWQՕ]&t$mXb ͚5ݝ 4iB{\UUquu53HRSSڪ*,Eׯ<϶9ϟÇ'M͜9Zk׫@dnnX[[)>Ћ_^[[舤efbI-͟?ImτM8=ϟ5kt6=0zkNi,YF%hH$Dt_ʲ[???d:NDDAAADo  h}xOOO;vBF,X",,,$$Dٳ,&cǎ煎իW5ey:>o kR~ظq)))ڊ+o[OvvׯWGÇ/Zc]gy77gyFɱyŋ;;իv@"XdIg^rO?UrlEe5njҝ~CI盛 @D YX=kdd[^^>c 忑Õ\ƺylpp0{lٲ5kW5j{䅴]鱿x222!RSSSX/HRP!i%AUTTܼyS8kM 8xo"KΝ쾚-[رc̙q˗/P8pJN;|pvT8sqqQrۦM:\ cݷl;۶m@"rvvVrGBBBg:99={=-++3Zq\TTԆ F_8nݺlll\UUe`` tTyc䛨T*n,\pϞ=y߿ y,3ftеUMSWW'l@Z@$EGG(~{eA I-h/KjAp:qP5QmaaC=0Xq*a GIDAT̙37la:?FbbٳUtD^ CkP]+bKKK"""##7lY78W"!'EB8;wnAAAjjc=ֶi&< |0o޼dԂLBD?ЁtLJ@[~Rwڥ[\h~/H$z뭷 mll*++ G%t8}||qPz8^+f͚tCC#G^pWM:5&&~@R 㸹sѻ+t,ɹs"У2׮].,,400شiSllH3@{7nEEEB@DTZZvWWW]}_iڵmktttss-[߶l@X3^+sС%K̚5?\pLJ~'@ ə:u*9RptZ/DCMMM{26mstt,,,300:"-MMMs8p`aa!vPX4KnneFF̙3tHSS̙3322,--sss O*VVV @5jTvv?斓#tDrrr~GKKll>jy <7:>1jԨ'OL2套^:(Z/Ҕ)SJJJO<@W^_z~{W۷oŊFzgSRRjjj-haÆK$;vXZZ hKK;vH$aÆ 5oիX, qpppqq2dX,6ZA555555577UUU矗/_.**sѣGd 3g:886@p¦MRRR2222<|a\]]zڄsϹ[PLc=J-MAJIENDB`gsasl-1.8.0/doc/reference/html/ix03.html0000664000000000000000000000610011760732127014645 00000000000000 Index of new symbols in 0.2.0

Index of new symbols in 0.2.0

G

gsasl_callback, gsasl_callback ()
Gsasl_callback_function, Gsasl_callback_function ()
gsasl_callback_hook_get, gsasl_callback_hook_get ()
gsasl_callback_hook_set, gsasl_callback_hook_set ()
gsasl_callback_set, gsasl_callback_set ()
gsasl_decode_inline, gsasl_decode_inline ()
gsasl_encode_inline, gsasl_encode_inline ()
gsasl_property_fast, gsasl_property_fast ()
gsasl_property_get, gsasl_property_get ()
gsasl_property_set, gsasl_property_set ()
gsasl_property_set_raw, gsasl_property_set_raw ()
gsasl_register, gsasl_register ()
gsasl-1.8.0/doc/reference/html/ix07.html0000664000000000000000000000412611760732127014657 00000000000000 Index of new symbols in 1.1

Index of new symbols in 1.1

G

GSASL_VERSION_MAJOR, GSASL_VERSION_MAJOR
GSASL_VERSION_MINOR, GSASL_VERSION_MINOR
GSASL_VERSION_NUMBER, GSASL_VERSION_NUMBER
GSASL_VERSION_PATCH, GSASL_VERSION_PATCH
gsasl-1.8.0/doc/reference/html/ix04.html0000664000000000000000000000330511760732127014652 00000000000000 Index of new symbols in 0.2.19

Index of new symbols in 0.2.19

G

gsasl_free, gsasl_free ()
gsasl-1.8.0/doc/reference/html/right.png0000644000000000000000000000057411760732127015026 00000000000000PNG  IHDRש{PLTE ###+++@@@WtRNS (48@GX[ytIDATxڅ0 PS@XZ -%e I<`eA٬Z9(1'n/"U!Dhw$4QX$ AlXR^>8Mzmt>k7 O$ٞ=mVQ.JO9  IENDB`gsasl-1.8.0/doc/reference/html/intro.html0000664000000000000000000001336211760732127015225 00000000000000 GNU SASL API Reference Manual

GNU SASL API Reference Manual

GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers.

GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the ANONYMOUS, CRAM-MD5, DIGEST-MD5, EXTERNAL, GS2-KRB5, GSSAPI, LOGIN, NTLM, PLAIN, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, SAML20, OPENID20, and SECURID mechanisms.

The library is easily ported because it does not do network communication by itself, but rather leaves it up to the calling application. The library is flexible with regards to the authorization infrastructure used, as it utilizes a callback into the application to decide whether a user is authorized or not.

GNU SASL is developed for the GNU/Linux system, but runs on over 20 platforms including most major Unix platforms and Windows, and many kind of devices including iPAQ handhelds and S/390 mainframes.

GNU SASL is written in pure ANSI C89 to be portable to embedded and otherwise limited platforms. The entire library, with full support for ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that support client and server mode, and the IMAP and SMTP protocols, fits in under 60kb on an Intel x86 platform, without any modifications to the code. (This figure was accurate as of version 0.0.13.)

The library is licensed under the GNU Lesser General Public License version 2.1 or later. The command-line application (src/), examples (examples/), self-test suite (tests/) are licensed under the GNU General Public License license version 3.0 or later. The documentation (doc/) is licensed under the GNU Free Documentation License version 1.3 or later.

A conceptual view of how your application, the library, and each mechanism interact is shown in Figure 1, “Illustration of separation between application and individual mechanism”.

Figure 1. Illustration of separation between application and individual mechanism

Illustration of separation between application and individual mechanism

The operation of an application using the library can best be understood in terms of a flow chart diagram, as shown in Figure 2, “High-level control flow of SASL application”. The details on how the actual negotiation are carried out are illustrated in Figure 3, “Low-level control flow of SASL application”.

Figure 2. High-level control flow of SASL application

High-level control flow of SASL application

Figure 3. Low-level control flow of SASL application

Low-level control flow of SASL application

gsasl-1.8.0/doc/reference/html/gsasl-gsasl-mech.html0000664000000000000000000003125511760732127017225 00000000000000 gsasl-mech

gsasl-mech

gsasl-mech

Synopsis

int                 (*Gsasl_code_function)              (Gsasl_session *sctx,
                                                         void *mech_data,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);
void                (*Gsasl_done_function)              (Gsasl *ctx);
void                (*Gsasl_finish_function)            (Gsasl_session *sctx,
                                                         void *mech_data);
int                 (*Gsasl_init_function)              (Gsasl *ctx);
typedef             Gsasl_mechanism;
typedef             Gsasl_mechanism_functions;
int                 (*Gsasl_start_function)             (Gsasl_session *sctx,
                                                         void **mech_data);
int                 (*Gsasl_step_function)              (Gsasl_session *sctx,
                                                         void *mech_data,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);
int                 gsasl_register                      (Gsasl *ctx,
                                                         const Gsasl_mechanism *mech);

Description

Details

Gsasl_code_function ()

int                 (*Gsasl_code_function)              (Gsasl_session *sctx,
                                                         void *mech_data,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);


Gsasl_done_function ()

void                (*Gsasl_done_function)              (Gsasl *ctx);


Gsasl_finish_function ()

void                (*Gsasl_finish_function)            (Gsasl_session *sctx,
                                                         void *mech_data);


Gsasl_init_function ()

int                 (*Gsasl_init_function)              (Gsasl *ctx);


Gsasl_mechanism

typedef struct Gsasl_mechanism Gsasl_mechanism;


Gsasl_mechanism_functions

typedef struct Gsasl_mechanism_functions Gsasl_mechanism_functions;


Gsasl_start_function ()

int                 (*Gsasl_start_function)             (Gsasl_session *sctx,
                                                         void **mech_data);


Gsasl_step_function ()

int                 (*Gsasl_step_function)              (Gsasl_session *sctx,
                                                         void *mech_data,
                                                         const char *input,
                                                         size_t input_len,
                                                         char **output,
                                                         size_t *output_len);


gsasl_register ()

int                 gsasl_register                      (Gsasl *ctx,
                                                         const Gsasl_mechanism *mech);

This function initialize given mechanism, and if successful, add it to the list of plugins that is used by the library.

ctx :

pointer to libgsasl handle.

mech :

plugin structure with information about plugin.

Returns :

GSASL_OK iff successful, otherwise GSASL_MALLOC_ERROR.

Since 0.2.0

gsasl-1.8.0/doc/reference/html/ix08.html0000664000000000000000000000317511760732127014663 00000000000000 Index of new symbols in 1.3

Index of new symbols in 1.3

G

gsasl_hmac_sha1, gsasl_hmac_sha1 ()
gsasl_sha1, gsasl_sha1 ()
gsasl-1.8.0/doc/reference/gsasl-overrides.txt0000664000000000000000000000000011760731203016065 00000000000000gsasl-1.8.0/doc/reference/tmpl/0000775000000000000000000000000011760732127013267 500000000000000gsasl-1.8.0/doc/reference/tmpl/mechtools.sgml0000664000000000000000000000045311760732127016072 00000000000000 mechtools gsasl-1.8.0/doc/reference/tmpl/gsasl-mech.sgml0000664000000000000000000000226711760732127016125 00000000000000 gsasl-mech @sctx: @mech_data: @input: @input_len: @output: @output_len: @Returns: @ctx: @sctx: @mech_data: @ctx: @Returns: @sctx: @mech_data: @Returns: @sctx: @mech_data: @input: @input_len: @output: @output_len: @Returns: @ctx: @mech: @Returns: gsasl-1.8.0/doc/reference/tmpl/gsasl-compat.sgml0000664000000000000000000002535211760732127016474 00000000000000 gsasl-compat @sctx: @out: @outlen: @Returns: @sctx: @out: @outlen: @Returns: @sctx: @out: @outlen: @Returns: @sctx: @servermaxbuf: @Returns: @sctx: @out: @outlen: @Returns: @sctx: @out: @outlen: @Returns: @sctx: @suggestion: @out: @outlen: @Returns: @sctx: @serverqops: @Returns: @sctx: @out: @outlen: @Returns: @sctx: @service: @servicelen: @hostname: @hostnamelen: @servicename: @servicenamelen: @Returns: @sctx: @token: @Returns: @sctx: @Returns: @sctx: @username: @challenge: @response: @Returns: @sctx: @username: @realm: @secrethash: @Returns: @sctx: @Returns: @sctx: @clientname: @authentication_id: @Returns: @sctx: @Returns: @sctx: @Returns: @sctx: @out: @outlen: @nth: @Returns: @sctx: @authentication_id: @authorization_id: @realm: @key: @keylen: @Returns: @sctx: @authentication_id: @authorization_id: @passcode: @pin: @suggestpin: @suggestpinlen: @Returns: @sctx: @service: @servicelen: @hostname: @hostnamelen: @Returns: @sctx: @authorization_id: @authentication_id: @password: @Returns: @sctx: @Returns: @sctx: @appdata: @ctx: @Returns: @ctx: @appdata: @src: @target: @targsize: @Returns: @src: @srclength: @target: @targsize: @Returns: @sctx: @Returns: @sctx: @application_data: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @sctx: @Returns: @sctx: @ctx: @out: @outlen: @Returns: @sctx: @input: @input_len: @output: @output_len: @Returns: @sctx: @b64input: @b64output: @b64output_len: @Returns: @sctx: @Returns: @sctx: @input: @input_len: @output: @output_len: @Returns: @sctx: @input: @input_len: @output: @output_len: @Returns: @filename: @username: @key: @keylen: @Returns: @strong: @data: @datalen: @Returns: @sctx: @Returns: @sctx: @application_data: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @ctx: @Returns: @ctx: @cb: @sctx: @Returns: @sctx: @ctx: @out: @outlen: @Returns: @sctx: @input: @input_len: @output: @output_len: @Returns: @sctx: @b64input: @b64output: @b64output_len: @Returns: @ctx: @mechlist: @Returns: @in: @len: @Returns: @in: @stringprep_rc: @Returns: @in: @stringprep_rc: @Returns: gsasl-1.8.0/doc/reference/tmpl/gsasl-unused.sgml0000664000000000000000000000000011760732127016473 00000000000000gsasl-1.8.0/doc/reference/tmpl/gsasl.sgml0000664000000000000000000001617711760732127015220 00000000000000 gsasl @ctx: @sctx: @prop: @Returns: @GSASL_CIPHER_DES: @GSASL_CIPHER_3DES: @GSASL_CIPHER_RC4: @GSASL_CIPHER_RC4_40: @GSASL_CIPHER_RC4_56: @GSASL_CIPHER_AES: @GSASL_AUTHID: @GSASL_AUTHZID: @GSASL_PASSWORD: @GSASL_ANONYMOUS_TOKEN: @GSASL_SERVICE: @GSASL_HOSTNAME: @GSASL_GSSAPI_DISPLAY_NAME: @GSASL_PASSCODE: @GSASL_SUGGESTED_PIN: @GSASL_PIN: @GSASL_REALM: @GSASL_DIGEST_MD5_HASHED_PASSWORD: @GSASL_QOPS: @GSASL_QOP: @GSASL_SCRAM_ITER: @GSASL_SCRAM_SALT: @GSASL_SCRAM_SALTED_PASSWORD: @GSASL_CB_TLS_UNIQUE: @GSASL_SAML20_IDP_IDENTIFIER: @GSASL_SAML20_REDIRECT_URL: @GSASL_OPENID20_REDIRECT_URL: @GSASL_OPENID20_OUTCOME_DATA: @GSASL_SAML20_AUTHENTICATE_IN_BROWSER: @GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: @GSASL_VALIDATE_SIMPLE: @GSASL_VALIDATE_EXTERNAL: @GSASL_VALIDATE_ANONYMOUS: @GSASL_VALIDATE_GSSAPI: @GSASL_VALIDATE_SECURID: @GSASL_VALIDATE_SAML20: @GSASL_VALIDATE_OPENID20: @GSASL_QOP_AUTH: @GSASL_QOP_AUTH_INT: @GSASL_QOP_AUTH_CONF: @GSASL_OK: @GSASL_NEEDS_MORE: @GSASL_UNKNOWN_MECHANISM: @GSASL_MECHANISM_CALLED_TOO_MANY_TIMES: @GSASL_MALLOC_ERROR: @GSASL_BASE64_ERROR: @GSASL_CRYPTO_ERROR: @GSASL_SASLPREP_ERROR: @GSASL_MECHANISM_PARSE_ERROR: @GSASL_AUTHENTICATION_ERROR: @GSASL_INTEGRITY_ERROR: @GSASL_NO_CLIENT_CODE: @GSASL_NO_SERVER_CODE: @GSASL_NO_CALLBACK: @GSASL_NO_ANONYMOUS_TOKEN: @GSASL_NO_AUTHID: @GSASL_NO_AUTHZID: @GSASL_NO_PASSWORD: @GSASL_NO_PASSCODE: @GSASL_NO_PIN: @GSASL_NO_SERVICE: @GSASL_NO_HOSTNAME: @GSASL_NO_CB_TLS_UNIQUE: @GSASL_NO_SAML20_IDP_IDENTIFIER: @GSASL_NO_SAML20_REDIRECT_URL: @GSASL_NO_OPENID20_REDIRECT_URL: @GSASL_GSSAPI_RELEASE_BUFFER_ERROR: @GSASL_GSSAPI_IMPORT_NAME_ERROR: @GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR: @GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR: @GSASL_GSSAPI_UNWRAP_ERROR: @GSASL_GSSAPI_WRAP_ERROR: @GSASL_GSSAPI_ACQUIRE_CRED_ERROR: @GSASL_GSSAPI_DISPLAY_NAME_ERROR: @GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR: @GSASL_KERBEROS_V5_INIT_ERROR: @GSASL_KERBEROS_V5_INTERNAL_ERROR: @GSASL_SHISHI_ERROR: @GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE: @GSASL_SECURID_SERVER_NEED_NEW_PIN: @GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR: @GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR: @GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR: @GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR: @GSASL_GSSAPI_RELEASE_OID_SET_ERROR: @GSASL_ALLOW_UNASSIGNED: @in: @inlen: @out: @outlen: @Returns: @in: @inlen: @out: @outlen: @Returns: @ctx: @sctx: @prop: @Returns: @ctx: @Returns: @ctx: @hook: @ctx: @cb: @req_version: @Returns: @ctx: @out: @Returns: @ctx: @mech: @sctx: @Returns: @ctx: @mechlist: @Returns: @ctx: @name: @Returns: @sctx: @input: @input_len: @output: @output_len: @Returns: @ctx: @sctx: @input: @input_len: @output: @output_len: @Returns: @sctx: @ptr: @key: @keylen: @in: @inlen: @outhash: @Returns: @key: @keylen: @in: @inlen: @outhash: @Returns: @ctx: @Returns: @in: @inlen: @out: @Returns: @sctx: @Returns: @data: @datalen: @Returns: @sctx: @prop: @Returns: @sctx: @prop: @Returns: @sctx: @prop: @data: @sctx: @prop: @data: @len: @data: @datalen: @Returns: @in: @flags: @out: @stringpreprc: @Returns: @ctx: @out: @Returns: @ctx: @mech: @sctx: @Returns: @ctx: @name: @Returns: @sctx: @Returns: @sctx: @hook: @in: @inlen: @out: @Returns: @filename: @username: @key: @Returns: @sctx: @input: @input_len: @output: @output_len: @Returns: @sctx: @b64input: @b64output: @Returns: @err: @Returns: @err: @Returns: gsasl-1.8.0/doc/reference/gsasl.pdf0000664000000000000000000237365311760732127014062 00000000000000%PDF-1.4 % 1 0 obj << /S /GoTo /D (chapter.1) >> endobj 4 0 obj (GNU SASL API Reference Manual) endobj 5 0 obj << /S /GoTo /D (section.1.1) >> endobj 8 0 obj (gsasl) endobj 9 0 obj << /S /GoTo /D (section.1.2) >> endobj 12 0 obj (gsasl-mech) endobj 13 0 obj << /S /GoTo /D (section.1.3) >> endobj 16 0 obj (gsasl-compat) endobj 17 0 obj << /S /GoTo /D (chapter.2) >> endobj 20 0 obj (Index) endobj 21 0 obj << /S /GoTo /D [22 0 R /FitH ] >> endobj 24 0 obj << /Length 233 /Filter /FlateDecode >> stream xڝMKA +19VbQQw{*=v+B[PY^<3Ix̜20 h#9+fvh'6pMJӻ nx~o]sdn%xDJ5i4y60!RԽErjo&MA{tI[-$S(Qc$:JSNeʟJRA-[TKj:NnMg.` endstream endobj 22 0 obj << /Type /Page /Contents 24 0 R /Resources 23 0 R /MediaBox [0 0 595.276 841.89] /Parent 31 0 R >> endobj 25 0 obj << /D [22 0 R /XYZ -16.307 900.716 null] >> endobj 28 0 obj << /D [22 0 R /XYZ 56.693 759.068 null] >> endobj 29 0 obj << /D [22 0 R /XYZ 56.693 759.068 null] >> endobj 23 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R >> /ProcSet [ /PDF /Text ] >> endobj 34 0 obj << /Length 958 /Filter /FlateDecode >> stream xřMo@{L$fg%Ŕ6) *( @B8k/MbR m>̻t0O;T '"0ɨ.Gp9^bw~~itSdV4XE$t_qhn(.wG{#ޑaU(Yo'څO"/=w7Ã# x# "FIQR+`t6Z9p"HU m3r?vuT!Nkgj;lk~l&> T;ftֆ\T>?qN0J.H*`tFf6(KQ"`%-F'q""ʭf1jOwla E6&3/vv`=%FU2QH*`Iοi'әƸ,3DFuSXxe DfQ.#ѪQ^L#ëZC lP$MoDJmD64 qf(rZYx͍q:ya8m6?JtqZ,'|-xMZ/{*7&P"Q f嗇Rm WSف)*`ENQ(*`ȏ-$Q STh :E%l )Joc7=_͋_~ endstream endobj 33 0 obj << /Type /Page /Contents 34 0 R /Resources 32 0 R /MediaBox [0 0 595.276 841.89] /Parent 31 0 R >> endobj 35 0 obj << /D [33 0 R /XYZ -11.232 900.716 null] >> endobj 32 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F56 36 0 R >> /ProcSet [ /PDF /Text ] >> endobj 44 0 obj << /Length 402 /Filter /FlateDecode >> stream xMO@ +|LclG2GvhA@éPiR;i@*-q4_I^9 ԏB]:b^gS&(0JG|ﮚ࡜e5)ǛqgLX!e`=hf 5uE. 8C<(FO=L5ڐ.s /aI@ REc/h%kmYm7M~:cT3}> endobj 37 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 589.813 567.925 598.67] /A << /S /GoTo /D (chapter.1) >> >> endobj 38 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 571.781 567.925 580.627] /A << /S /GoTo /D (section.1.1) >> >> endobj 39 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 553.848 567.925 562.695] /A << /S /GoTo /D (section.1.2) >> >> endobj 40 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 535.915 567.925 544.762] /A << /S /GoTo /D (section.1.3) >> >> endobj 41 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 508 567.925 516.976] /A << /S /GoTo /D (chapter.2) >> >> endobj 45 0 obj << /D [43 0 R /XYZ -16.307 900.716 null] >> endobj 46 0 obj << /D [43 0 R /XYZ 56.693 614.61 null] >> endobj 42 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F60 47 0 R >> /ProcSet [ /PDF /Text ] >> endobj 53 0 obj << /Length 425 /Filter /FlateDecode >> stream xT=o0+nOc4nhcur2%W_ʔQ I]{ր0#9p 5kW9)dRa,ٗqFvH,T44~CYԮ^4(LR#%$) pQ' z]1 2=v[))ڕ'ES5]5yXh\yD= 1o9 f]~vk2aR눟R#Q^>ɭH6CNhǒ3%??h_JL^̓m2^`xҮ#>Jk_T endstream endobj 52 0 obj << /Type /Page /Contents 53 0 R /Resources 51 0 R /MediaBox [0 0 595.276 841.89] /Parent 31 0 R /Annots [ 48 0 R 49 0 R 50 0 R ] >> endobj 48 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 589.923 567.925 598.67] /A << /S /GoTo /D (figure.1.1) >> >> endobj 49 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 571.99 567.925 580.737] /A << /S /GoTo /D (figure.1.2) >> >> endobj 50 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 553.958 567.925 562.804] /A << /S /GoTo /D (figure.1.3) >> >> endobj 54 0 obj << /D [52 0 R /XYZ -11.232 900.716 null] >> endobj 55 0 obj << /D [52 0 R /XYZ 56.693 614.61 null] >> endobj 51 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R >> /ProcSet [ /PDF /Text ] >> endobj 63 0 obj << /Length 1894 /Filter /FlateDecode >> stream xڝXv)|NP%[KwiL{νtAKL̎~\LP]ws7&  ! DxYQm_4 ҅ bo[xOYڬizɳzQsEYԆԦ1/Ae, ,IHqBMCv;su $[da˫߅W/{"楷6'F^ , V`.dʇ<Ւ%!;yQbfI%cPAe H 1{2OƪȩC_wD-vաT4aZBfXr|6: Ⱥ Vw"/4J74i? fcțȯT3A XĎ?Z;UlNc`Tm&7|PkpEG?aWy>KH+ت?{R)h61@6irG%4񥮭H#dINC,oNw`Xh(r AkeNk苈R^;ٕ? "тn*rIF[eLQ IXр=V(.FㄋF-Q..%S[SF mh@bIq[R5c!^[N/2w^C;Kl\%qIV3_Ӎ1%$+X*Q%@ILzW2#Z r,m(^L9(kHδP-sa62nA)Jݝ̿:tt<:zl܅-T /# |R C`\B[c^X*j sP#m^#u)z;-Ψ FuG6RQ"AR8bcet*Gâj&8aFsplݝsM-ݾ02D:W L|rBF,3kb,5i* R{>a`<鎹K]i6Xl/eKgT];Qn uS%1eyJ,g&KO_894~ۗ$!X k̔7{VLJ_AUS=ڰ١mL7egX#۲ uYS;t=t%/SVyĦ4qF_Tx>&v$//Y mW&% xi՝kp _"ऱi<9R|vrUP09АܿSjmGO0ũ@>P99_c:>{Mxvm~M=9ΩS]>}l f>fi{JӶ778wm> endobj 59 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [472.38 283.905 486.826 294.809] /A << /S /GoTo /D (figure.1.1) >> >> endobj 64 0 obj << /D [62 0 R /XYZ -16.307 900.716 null] >> endobj 2 0 obj << /D [62 0 R /XYZ 56.693 759.068 null] >> endobj 65 0 obj << /D [62 0 R /XYZ 56.693 563.8 null] >> endobj 61 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R >> /ProcSet [ /PDF /Text ] >> endobj 72 0 obj << /Length 631 /Filter /FlateDecode >> stream xڝTIo0+ޑl-U4Q[54C2N9w)R, ؄~"ο_9VT\9lZݯmX 6,% L#gp: >0H}@dqL!=ڮ8Kq!!Q-_]p`ktA@1Dl8!w,1G#a8AiJQS[|]>g"+%{( Ĝ Fԅ.1A*bWUuM'ngkw 2JyAgVMW4 bX㨫Uq;OQ*PJ(D"Ǯ~=SZ6.*c)F~;!nUoBui'5{_ΔߑvyF;Le'wC{,3 qJp̭f%.hps/^r`&WӺ"IXF> endobj 60 0 obj << /Type /XObject /Subtype /Image /Width 925 /Height 482 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 51783 /Filter/FlateDecode /DecodeParms<> >> stream xw@SWflQAVY*QEE*mVķu PAZg nSDD@r?N/MBpCx~9s(A^|ӧO&Rݻw^zk׮@#B/%%?Ϸ9|=5X,|H$L|jl6 2$**JLjsc!X6$$ĉLG @0zgbjۺ<|>vPlll  իW|>$߿Ν;=<<ZP+3ooÇ9rZqN>mll|WWW#B رcܹsBmF6A"(11qzzz[n Ǽ! 4իgΜc:" д\x#f'O5joܸg댊>lǎy-E1B trrs玅ᠶ;???**jL+++޽{aa/^t8H6lذdɒ:`^'|rر_uذaLǂP߿ ;>(2dskMww}7-- VIbҥK颿4}ÇGFFJx@HDGGsbRA``ܹsbqtt4ӱ ޽w^##;v`RX,֎;p?XaÆիW oox777B_>}f={t8<U$eeeuܙpп|'~Ν;iG}?\fΜzX,ҥK|>siB_6l >LjpppD"ц ikn^nݺ#Gn߾WKLq^^^ߟ0aBuuQ֭[tD鄄Xp!ӱ /O&$$෠ڶYy-M3g\lMӛ7o&n055=t͛i^l̙3N۷;v#mӣG;߾}XпtӳW^L4W^MkB ondd7|F⌌o>aPtD;w3B Iz)ĭ[}}աfff.\ S{dHK]p,>>>44Pve b: =R# °4[[ .[a!ѻw .ڦ-bЋ/SNLg^bDZH4eʔ$ K.j(,U|}}/]daa4e\1˗`ggt )@z&!F4.6mZ||Ejjj׮]5B]vMMM6m6e׮[n\.799Gj __d.~\ 1"77LLL!H$^/_dE988be((*&&FEK``%Ͷ 'ME 0ƍGQTPPѱ ,--p8Eyxx4*k iW^:u r'NLIIYjΜ9CQŊWY,EQgΜa:4ꮅPkl-))ٴiIǎslٲE#J괲*--]LIghh```@^߿Mdffr88||I #;{LpugIlͼ  "22fnnmllL|bK4#sssT)tw}GzӁ6ZTEEE/622ڹs5EEECv*{]ζ/4]WWFnr˖-WWךbbwޑ dt / dM SNI4M x2gU-6X&L`aFL"kSJ2ZҥKmmmĦK/^L~ԪdoReddDr,GGGHN{{{E L&?n̙$=٨&/ ?~\/{666nnnUUUFFF$!dM {Ν;'_… Я_,1g֛7o,By-rʻtFK`mIgol޼ ZYY+W?@HHLj(P(Tب@ _KO{hT4M &Lp8G Ϟ=ٳ'OTR`\.Wa==KJJ6 s```yyytt49{Tycǎ#G?vS\?OzZ伥vdҴZ1KʏJ`ms Jȏݪ~((((ظ'N70ٳgK.ң !%è e{ٴ&s8.J23ŋ͑kjjLMM}}}ߪѣf^B2Wf055z䉒PIWTT̛7o ' P üi9.0eg6dVƏ?&M"/ӵ1cu$ʤkFFF ncccffִ&$,Yaaa~-L8Qa['MO>EfFFF's`ܸqO>9~x6I?<i9Ef<~$/ (o߾ R>}عiiiu>6-^zUرc#Ǐŋ˔N?~gjjZTTDȤkE5z.](jZo޼С)lKR9w~z[- B,͟?_z/.;~x[ j50EZtQ}}})S4k.n߾~<+9wĉGEg"//LMM%2SYfkƌek ք4ڒT_8...Ə* J۷Ю]4@E!rRľ}BBB,--ɓ1H-***N>M? `KJJRx  777==]ɹݎ;|:u****++SRCYYYQQkӚcǎdIHHիW_xw;v6`jFرcxxÇsssnjSVVF4"r]2-Hݭ[oVQ@Kuu)-pnMMKNBOOOL2ZR+I.]*]!w~~~bXf,w^%̙Ӵ&d(WrRmLL M_~%kUtڵnnnq5j̙ K}XI` "-'EfġCS~ZtFKr ȶ...ʷD<8 V@ݕJV^QMhT^+6=d}}}$VIkUXXX+E(YI}VaNNN_!BHEf^^^PZPA  @uO% ::::99I( gVSW@@@;uׄF4Mp8 裏kU1$1رc%GȲ y%w @!-y-rʻ|vCM#3X[_FKr۷/l۶M$[|t "fɷ3!@PPХKH^XWWwE9ճgdnTג]z 'NXRf``~zڷ%%%k֬p8,Kz ˗/SEQԪU$+?֞9sSN!%0EZN.*mHkgDJvv6W^),@>WWWHd}Ig^^yx_K֮222rttܹzgMhBym~~$*%14*h޴i(}<پ}L_~E򇟭duO?T~ ` "-zd8dXdVhCYv-W@2Kononnfff ڲet*)v X5CӧOwvvp8u֬Y ߻wo̙:9sFH>rrW ޵jl9p+49r䈑СCU,6ZP.CiSp_B! 0EjVZZpÇ3B!L X[[}6''ٙpN.CiSp>)cA!Py-R?!jI8_qq7o\. ݁'"-]T YYY|>Z>z`޽{MM͍7!Pûw޼y@ݼy{qww_t) AvӾtӁ6vÆ gݺu7o޽{ }cbbVA{xx״|y^:uT.r'N䔗/_lbqkV~!v<|>Ӂ ,r Ջxxw#rrr&''o^__Ç[n񉊊ReqdddYYYD_ 8~+//޽ׯ:Qw $-,,zkFH'ڶMNNN޻5(++ rRdQQQǎiX?ԳqFd~2[woWX^yuuuP(ݻw+nnn%-ZDkǏ+ֻkggwmh9rdHHUAAR3B:,&&̙3 ӱ _Μ9cmmz)15SPKڻw/XBOOOavq˼5{l//gϞ/?p@8v`ͩYFQ" ˆf+!m&"""B|||n߾ѳgOfD:͛zuӱ &߾}+?ZCI//_v3fACF ;w.99ɓڵrv ;v455-..600 ?egghfmEjjj^t,q\\\  ?GGGEݐt HwVżŋJ)e^VTTQNkfVbH٨QoܸǛ]\\ƍMYFQ"4UYY R;ҩHC%'ipl͚54M8(=zdi666311󖬄 HBzU֌B:%@__H!t0Zɓ`JY Lӧx˗/,sKXXX|RaZ[[[XXheek׮ݻW~ڵD#׮]cX[l8IݨBHHHߠ 4( dzgVzX,֏?K.yϯ رcGeeAT>p@@@q|5^رc)hB!Z|jw!RGegg@O>]SSCZJOO[ndt N4I255 ֯_krd͚5b]vMI/_(UVIV]=s Y# }m۶)$˗/oBJ.5bHw!jT̔t8ŅX Hpr^أ.?~YbbfCm?ᐐ;v888h9k-(尋j3wرx⊊ }}}___lmm N7|>-@`nnaÆpE0Ex^أ.b#`ܸq111vvvLն|r޼yGC:uRS^B!tw}liiLj[]BB---;My-BHQᡤ`2/˗/l6EQlEnu?Tw޽(>&UWWw߹q8ss#F\tI[[ۑ#GiiicƌeX&&&@?q۶mE-YD&>C)LB0a=z4(EQjֆv"#<@пOD!ZӧXۛӧOիW={N8!zxƍs^ZrnjCQѣGШ>~ɨQ?x0vXWG8;;XVӓ@пxzz1!Z ZtU%EQ?C]]M ** $eۂPHӴ+ 2Tu%eii)Sܹ̉sGR,>>N~G4iyYUUEf ^vM“'O0g}j!P&>E͞={…l6V^=};vH|+Vpppr9bĈ/Ȉxw\]]91,, =*)@L|#}l_R)T4nܸ+W=z4<<<))SNWR>77ڵk,2bbb>䓸OH;D"2H, mllp_u[xxx@@t;w|֭E,<+ߊ@}4-rssnzر?SI&kNa lPch!9ߵI!̟?_G}6m?p8...Gjjjȯڒb6n"ʿUXXHtp=h/֊:66V!鞃FEEX^Q^-ZDHۛJp~~A`̙2剈ݻwocee^RRB֭[%BO2%jK͒jS̉|4jw=?ҥ*/rssMdŊ+WꫯȻK.}䉛و{\rd9saâ[DڃtR~~m֮] DoONQߟ>*$!hԹ ߢiZ\.7 @aKivώ055}Abb"y٥KOOO/"""-Z$gy vI&}TavrEF <|I%A2P .r8Xk֬W^iiUTTTD"eX,Y`ҥUUUoYcǎ(*'''##C! )%Q_fOdxMrrϗ>XPP n-nne$ҩ[ePUU5sLXt)怘5kV>}^~TZZ*,7iҤ)JڷoO&ũ)X5ü^~e޽*emmsNɑ;w6dnݺmڴIrD$!rHv36%%r< PZ3ڧO_|ɓN:ZJt6m6uAhPvjjjT)Jɹq7nS}~Ǐbj :л\~KJJZt)yKz~ٷGa߷o_ddA@@C';KuQ?~Ν;m޾}[[;QHE6nH[e4df7B!t!BH`^B!t!BH`^B!t!Y&L.//g:/&LPo"BHg3Vy-B!tV^ ##@пO|:jy-B!tk׮1OG0EH._BMf?~EcAxlv@@zkƼ!uڹs[SSwÆ C IHHӧσ !"ggUVJAPYY.WZ)7iB[ەѣGޱ~ <}*PGzjujھ}޺ukʔ){apP1bxڴiqUo"6k׮ Njㅅ%''2Bi\.wΝ\.w߾}}wQ۷}$ڛ`4Y" iSǏϘ1C۷ٓ'OeXcǎ}IL>ޞbL6X׀B:ܹs|>gϞ_uZZP(d:6A(}={ΝD[TI;ҨۗkNI.]~z֭[yuuu^^^fffSN+**ڶm=K^尋jk山Ϩk׮zzzBaQQi̙ߛjEEy HeSTTdooN 0=zTVVfaaA 6omv!ԆL0|>?##C:B`ffpz&Lp!xtMeee999? pV(v{̙}h1 CZhB۷KJJDY[[-kRۛ˼uĉ~iÕ+WN:uر_iӦ+Wfff:993fժUj(,O\!`X#G$ee$&&~Bapp˝;woݺ߫Rݚ5kݻW^^}'O=Z׀Bf"6˖-;z-[^vmϞ={ϟNNN{cJ 033 ^z͛75s!PRooyΜ96lqFF:::ZYY͘1cڴi"̙3ӧO+|VVV[n1bD^B!p!u={ ֬YqǧKp'&&>{l̘1|AEEEFFFǍdN-!-]!fa^4Z^dZHka^*|>tDx<^@@@v혎IgH0EZ헐0oӃ@>}BBBgǎYٳgO8q͛" [OMMMMMUB.!!&&&Glll9bbbrii8^4..=EPyyyΝKKKcbbΝt8-d֭ͳ|i!fH-BHCRRRJKK}||̙t,-gΜ9>>>)))LҢ0E1r-BH|>9RS#G?vp!xzz:tYFĎ1HK#y-Bi\ݗ.]t!' /^`:ύ! G(zޣvenn>vFA𦧅ZAm_({EQ>l ozZ-(m1B! p~-BHɏOr!P!BH`^Bf]\\-ZTZZ*_CŚ_|f)rpp xxx,KbQ<"0E!sChe޽9++M6 8͛7M6!!W^mԹeeeMn ¼!b@RRR)**4h^sΝs߽{GYYY֭kr&@\\\}_~ kBu~ >WPn!CDAhݻիEFtǏO>Q0"  UOab&)}TZz᜜`XslB:T!4-HpB}p="ӦM[`A3O5jܹs_}]x3Z.W"Snppp}+`Qٳ7o6]''͍^1=`BR%$Er9sz , :tЯ_?b۷o'$ifff}!ʕ+%4XI#/CQϨQ:uDZ9t)G!sm-,,,Xe˖ڼy34!Ś5uԝ;wj2"t)ѪX-g;m"Z5iɣϟ722kÒGs%IR RYYI\tbI$`%kHD2w}V@ٳg2O< QQQ MH#5***jT6Iky!]CnܸQ2s400PflGG_-|hhu^9bĈ/$;︺^,YD_(Ŋy=,s$kNHuLʐdRZp >(׷`ɒ%dKbɒ%d/{HLLt -\rEa^A?㯿uݷonذaժU Y$aԩqqq|kjkkǎ{#G_}UTT~9s\~}͚5֗/_&k6X S6nhccs9x@33]罽%{!ڑ/l^־{;bM)R#2 {R{Teeemm2OqEQ/[2]7=픐0~x;wtԉp4.;;۷2[-4B =J,5vvv%A*ʭ844111IJJizo߾mt ĉ׷X4&Nt, ZA8tK% ׭[gϞ'O{{{Ϙ1cƌ5k223𦧵˽ MLL֮];gݛkKtlle޾}ۡC[XX0TKüizaBZ6+))O<} x<cǎL,yyy|>={?'n޼ښy- #vQ헐0o|yh Zx1!Ta:BHNև?3B*E * j5vABrbܨ(,x-A ^` Ŏb~8o?wwօ}bϞ9ax8{ w.B'E aBe$ EQlCZ[[ BSSݻ:tHjj---i611 J:*Qɓ'{abb+HJ߿_bP(l֬Y~.\s/CbfҤIEݻ|NS>6 6a̘1ܾOQԧ~Zێ߿νM,8p!`Bb'Dzyy\vĉN*$''4 666Τ~BBsNRbjjڱcGwwwr^T6BaYѮ];aÆIRWQFY5kEm߾ _T:c  -++6TdabbbH^^^߿0O͛7>}z\\\mde˖sTFX.C5 >\e"]j2x& B[x-nfӡC9sfAA]KҬ,2lDE r +**>>*C?MBjjI:uDVhdfjj* ;u4iҤzp9!]ceeɓ*H>x@M!!!!!!P^^m۶SFEEiӦ[ɾ7kkj%%% Jyyy2L_eĉ&&&+W<|={BCClmmMӴXɔ`aa@UZZ:{xBZjH={vΝ˗/_|9>>~ĉ?1M׬!4Ukذa~n!usppꫯd6gP}ET6x-%;v@TTN2Ef~^T*_~y I9r$ܺu[044AZpfˠN;y1KKKsppP}yv5oUUUϟ V;_?P3i8{,X[[ȟ={ T*MLLmےKKKPK^}vРA$צUvv6)}?u֯_/W-޼ys/*CoMM] QyIl/^ ˗/g)2fΜ L9Iַl٢2ZkW@@@͛7͛wU~&0uT2S===IsPP5cǎ Q޽{mbbѾ}{ѣIT6sΝK0zh+xd*^_eOi&>}l< ̙3|^^^; &,,] Lމ'`2&M{ƩϏtNuPH$G??:}{! IT*ݺu7Mvvvk֬)//|РA555ѭ[if֬Y%%%)))III|Q/JܹH$ x'H$?MӦ rJ]_y ر_?!O2Fpp@ XlBo7o(jذat2nnn|nc0m/^ mڴdM6xbͶ|! (Ԉb2|Hܽ{յO>'O(QS{"F@NNڵk;:_PAAYd j ~=zPu=2Y#hM5BļyZh!:u jMV^^̖رC,PStyD2p@LjJ$kY\ !k>ٳgΝ;pB2dVBz͛7oTV322c F{BG;fʶmLAFMQVVi;$+((СCYYYǏT"tM>}1"߶ 6Z޽{4@My-B5rE!P3:8tB!tMQI8]!j08^B!t!BHh'=z(իWk%ĐG^5I!Gӧsi׮@ :thZZ|MJ@8yOֶ/^lmmR:5;;*yF(RkCꫯؔqN^g{j%FÇ>v !ZIIɶm۴Es̙wG'O駟nݺլY-[><99{K./ 8ZnmaaQPPq:F޽{!Pyռy,--K`oo?wW^i٫W)%-o޼ڵkǶF۷nٳgo%''3 ޫW/33L?Ν;[O.//٦૯ҥ͛79;g777ԟk_|gffֿ˻~zGB5 :99O$;W5QnnnW+Vpvv?ׯk uJF5EQ&LRBZWWW; +G~aS<{lʹlxw=zMӎӧOgp[zmBBBb1M666FȐoP"9rdĈ"f͚̙3ѣGl57}7ÐJk>}q5o<$$dƍJM"l޼900Ȉ8i$n0{yأP#'E_xXqmũob2v˭MQTii)odO>D(ccraȄ]{{{JX}ܼ]vcL}G^f̘_^pAy`4{Uo輶K.`bbRVV0LYYuSLʕ+͚5VVVgš$5߽{&555xڴiJ(++ׯ–={nܸ-[LGЇ9n}ŬYfЩS'톪X<|6s011AQWQQCe]n|eyy9dl_|ܻw},:hѢbHS[&Qoߞ;v,<6Ĕ/-2d)xL}6srrן9sfJJʱcǾյR V*HOp?lkkKjroIa-.]zԩSN-^E$0d- g۷/==ѣƍ#s޿/rxx8MӦMxqffĉ[}}]c= 5r>\>m߾}\\yiaaaooO&b/%8spqqQm@@<8<=====߽{d۠ ￵Qm׮]͟# @=z@W۶m=bgg&( 0E*#j' >}ZexCC wZSLϦwٳܷȌW>#%_sq7,,,4330,BQԵkd]ÇJ- R-SsddML=kޅ>أP#G(΢(j׮]R4::ZqQRR}r5nnK!CRiRR;U^144T|\\\ȿ.;w~ >Y$A,WTTw1/V{N$rTևujJyd] bΝׯűa1өxJx{{@-’r gӻ(ȜP3o:vpErh2Sy_uݗoiVC.19Eϟ?/3{M__o!ڬ=OhV}⅝y۶m#²Zl?a777 IZ*%%-Z2;w.|ڵ y# OQӧOv̘1C4vM)9:"''k0LEEH$jѢ:L=\ՅJzfݼy֭[0tPaaa'N(**:m\ƍ۳gOffD"8Z6R@fȘ;wq%۷o|ƅ ` Ǐ߳gϥKmȑ_)B}ݻ?~ҥd cuuMl"*++>۴i0!ܧi۬,R2m322l[b… jo{9%믅dѢEl33SL155]`]:u}vjjjm+T/IIIK.ݻ򦌌~]v]x[NTUUo;*lpРAǎ;|I,_}lx6 WI[[ۇѾh0S M6/Ma˷o7K'OԫϨe,mJiii .7n\ǎ|TZCCCHOOW;?aܖ_._4zH`B|=w\HH]^O.\fff׿S\7:zRhyyy;h:;;mۖ}I;o&D9::rwm˗Lz333cVÇ4eTڭ[7 +<|$Zlimm2<^աaNH$'y S4ߓwիϨk6իW+3hjmm=|p}) @al5I}$Zi0SV}ѣGVM*1-d79wO%k}FxmUUR#=z|˗ &,|}cd7ʇCS~=i(gΜ!,l/H2Z勅n$''CVVVl׶dB-['?EN˗/V&c.d1 Ȉ<ӁO Bn‚lō7 Q...ڵk4y)|20޽#sإ"}Y]B モopʕ2;%_ɓ'גN!Kۆl f!HGF=}t׮]iqF}Gc***lll,,,VX<%tݸiEpLyNٽ{wPH~駟w޵Uf"|:u5ky6rhɑKaa~@ӴX,ӧrJp^joW=z4gR]Vf#GN S 6!!r7|YVK.l!3))I^~ݳgO%yL/r2o7`ǎJMy5 P]/O33%]c$ZAY2˳`6 "h٧N:~Iܸ׵>#!Ko̞=̙3.]ڰaC֭I~}bg͚uuMյr֭֙ 422(jذa/^7oիWL,.\߯_իW;::Rnk.@`hh0'f8qb޽zjٲ%EQ]vݸqczz:"˫k B&bn$<==2o.ҘiikB!W"B!]!BMNn݊R HR ?cB'Oh;$+'''??}pF4͛W!B- YYYڎ,`:Z~}G!n߿vv6$#Hdggy!Yd8ڎk1E!ѣG gΜX9sfaaazfsB WGv֭[:t>}'|p={6,,L__ʕ+!eދ-bf{v8{>aEif>E589좍T*ׯ_JJ }iZ*j7$=aaa۷o}a^j2\y?XTT?kpEQyyyYMUWWgӦM[n"̙3|HФGYYY>v8:1 SNF\B͟?_!4v{yQTT[5v?cǎZ iHhc~B !umڴ:E"Q||B\ !IHH ˖-H$Eyxxu222jmm- MMMw~!n#i$000>>^f*Fs=zJ$5=<<{=..gOfgRk.V~G 2˖-s<4𢇐va^.Y<{Tff&XXXdeegqZWWWHJJ""0da6mڐ$' +++#%.\ie˖T6F^{u233IInn ={VM׮]iΝ;$''ٸq#wssR"HHح[7)I oyf G8bL ::N^.kQ=ޅ4g0a.] B;;; WZpBsxxx~.^ȭ @e#j_5l߾[qF7o|2/###ƍo޼ ~~~MVXk4QV oy&P(H$2x# ‹Bڅy-GػfQB[x-nԡC9sfAA]KҬ,2lDE r +**}JɹT*}%[CTH<l:yɒe3L[!k$3e vZZZڼy󬭭qƵi&==Tpuu6mZnnn@@E.]VF ^OOOͥR{-"R5NLwZD"§IԨ&B2 tՓ'OD"[j4M@yymۦNEfN68%%wJ5X[[[’Cچܜi?$Ym e¢>vE.]TWW;v[.J8::;##)S撒W:::r*|QC׮]d?| dAnݺ=~?>y{|Q s?ׯd?~ d!kRӦMcϝ;rJnX;--df׮]?fOmٲeaa!;Y\\_}޿ϳ5L<LrURrΝ СCUn>i$RhԨQiii"C"$'999rGw! i5uT  e?>xzz 5gg砠 kkkǎ#H}##޽{ã}УGT>\sfDѣG|.Ü9sȱ{yy ʣ]^¸t)7<0O8ׯ)'ܻw= ZTw!ߣR֭[i[f ߟ`r_A222wkjj[nMӴͬYJJJRRR4^^+J׹sgH$ cbbddd`@l2g<͛7[XXP5l0+?!9ϵ'Š SSӁʔ?.𢇐vQ/aGxR܁ i UVVVSS#߽{յO>'O(Q#{"v//k~w^.\!k͛{رpԩSvL6m˖-cǎ%%;vtUYYCmǂd9::wNx-G8t4g:yd߾}===:DX?wܰa޾} 7o޼yFe5###Ntȑ#ݻweLd/z_MMͬY~w~]D \\\\zjMc^^fQ 8,PQQQTT ~a…*;%%⩓&}Y&66?yFErBxzzz JիWYYY*^^^;v ˛(y-GxGſGUWWZ*11ݻ"'22222R9d#qر˗ٳט^zܹ)!!{2!D 0<+V5kM0E/HGFho߾/B ̘1cٲeڎUQQpŸY"ݻwȑJ*c^^faBvŋޯ^ڴiSTTAؼy7|cnn~֭VZV&}5ddぽ !M<իW{>5-_u޽_zEX PSa.eff5k͛ڵ+)) TXo@!aÆaR6 L¼!B:+;;9T!kB! @ہ #L"BHgyxxPվ}{m4}ڵsww7j2M9M(0 ӯ_?GGǸO?o͚51jr]cQx-B51Ǐ766ѣGq޽Ν{!EQ׿GB "&7ROEiTWWgӦM[n"̙3 @?B)gϞGqu?CQ!}:'[XOO7..2H۷ f͚ҥKʃwL>]W^UUUu=:݆X! Bňl(S_o|}}Vzzz%MK.JJv*Cʋ-"M5kؘL:m955U{y3 +$&& +j]O`m+T\pB4̞=T"# 'N^i@gggR?!!Tعs')155ر#ٽlDVy$mͧOG&fS[ܹs̬}͚5@o>%@rrLeܹsu::WjӦM7oאt>, *?fiģGf͚EQMϟ%֭[@PPPJJ O*~$kתܩB'NVZ9r>p%ܹN=uΜ9 + >|5 }ŦKȯ3=zTyvyT*ҥ lo+Wm۶MΑJ>>>g20 JZ200m[5Zwww2|Mw9WʟtꫯG!]P(,//6n`̙|v-JȠ/[5Z>pvvL4CH"aY^۾bKJJ*裢VUUmܸ|OM~# o߾m޼9{&;V[vy-0[n$M&;-ʕ+{?xspY{mk7Xt̻dݻZF+W򏊻#kB'rLaEEӮ];Ҡ1cv)˗˗_~ٱc-ZD *Q#Pv Hdr}aǧxE܇Yy hee e> h%Hݰd١C٭F?ǖv޾}[q._bqttݻwi/b·177o׮|u:d=..nƌ_~ʙ0Ehvrr)J$yuE__,--ɀP@@ĉcbb.]&F[AykA}I$2"龗WmD"gggr$E+++3Z&3dرǹ55׾{ڷoϖv͆ʝ*_h˞?#<|Mlu"s4:[}o߾ݽ{y-ZԹsO?TU!8j 6 -$R , P(ttt[YYIf#%*QcVeܸȑ#֭[M CCCL2E刈k'44JKKe/_ nDȑ.+󯂕ڵkE殶!׸-w۷oߒ`ڵ}!NN$Qx?["mdddaap+8(((HHH6l9-ZwhJ{N$rT@&{XdNΝ;ׯ_/saٰaWexJ>Py#]Hxg5DٳgMLL]oooTR*۶mKJ,--B!۷ "lDVeŋ) Od]*i<\]t?=U[Zjer ݻw[YY}*3~y-%Q1TڣG7nŇpUL6Xl[еkW5O=zB &V $:884119y$0WvppmGO}b1 0a1d߀^+i{{NUVVnڴ)44Ln޼yXX޽{% 0&M֭[_}yT8EQ666C 9uCaN:!CT ,,,oh}))@)m>\ꄬ i U]]jժĻwD"Hv=͛߼y3w\[8vXQQQDD{쩑{u.5kŝ?߿CO>uqqիעE:KcעzWYأP#W.ݻ0>5G å|uC`^&HGFh#Q~_!B!y-B!"B!]y-B!"B!] v!Beȑ7nܨb΅mVkB!rsssrrҀ윜*`^B!YYYig!YkB!֭$%%ݽ{W۱rݤ$3Uf. .Bծ]1cƔGDDHRm$J#""njӮ]ڪx-B!tٺulll.\Xbbb.\`ccn:%0E!.kѢŦM`֬Y%%%ڎAIIIddY`ӦM-ZPRZBm۶o۶DA!$Ç.<<\&ND5E^P]ˋHOO\]]--- ?EEEw!M;w޶mm1E54Fh'J-Zt鬬,D"E>@MӼ`^j20i@v&D*޸q#77ѣGڎjݺty-B5rE.o !BkB!.!vqС jp~-B?y(ww: p~-Bڅ!BHBiBM"B!]y-B!"B!]y-B!"B!]y-B!4EQdi4{B! "B!]e@!ǥ +++++ѣGG;<==[np4GA4 {j䰋6~ƍ$/)h?/ܹ]!}8kQ=K<,Q.ژI$ VVV6o<(( UjJ$i;VUU 2hQ\\l``lٲN h;:a^^faBvF.](*""b͚5͚5vPEII̙3m0LpppZZPT}c!T_<<d̙j7P=YxKRSSn݊I-WfͶnݚjeeuҥŋk;"a^j/^8pMӭZ5j۷oNQT^^5E &222--ãcǎڎ{;wnѢEE_vP+WO 999$$D4R!!!য়~r劶QSSgFl߾=222,,lܹB0++k'NvtH]x<++KOOƎ[TTTDm7nuegΜiRj߿9sfppiԂg̘f͚gee5i B@zW~~H$ھ};ʕ+">*YƠ(rsq]ww6Il߾\–$&&˗5]SɓXYYXJGGG8ycQC@H~iȐ!Ǐ 2$%%͛7Z ">>M6l.B,4hP}l@"hРAykr0EV 9r$22R7oްw|V|YUUivذad̯nܸQ&L]vq .]B̆VZp!9<<_~/^VpqqkWX݄t v+Mxƹj*nwށ;ؼB~Ç+?R/z: ?54ݓy-GMwI$f͚>}Z#G޽4hPMMMW<ڛ7or~:y`6IPSS0l011YnMӣGV=Y(s oݺ:t3g,((kTE}B_^%[l3NJ #'mllKJJ ((Hɶ:_t~(jh' CV4Mo޼Ycǎ~?SGG7n_vmʕ?pܸq&&&ޯ.w߉+Wٳ'..naaa !7nܨB\\_SSѣG8DjժG,ʲ~ H$Nr8VWWWVTbWMDlb+166Ҽ pT*_GJ$/=xH.O&ym2%ӧO+'&&g}Xԭlƍ111[*曗_~B*PˇJDlyTzҥK;$"kkO'KII"/g?/BgszQFk&_@]ծZl_u;"rqq %"X*FFFƞcƌ!0#vy5k{gy-m0˗э7Tbqŋ"""!*-2p@[(QQQDOw8@Dg͚ED?sG%YI*˔qgdd>hNEsz?_BV*ڵ[$988$$$ |}}euľ ={'d?tPHdgg/WWWgffZXX'''r5k{gymCCàAu1^&*hY~M޽-//WRY~̙3,dôIR"b _~ϢQϟf7&6-klȶV~M1Vݲe _~+3w8nl4"rttlYgy-Ga%>BŮ6##._T*RBeݻRA{D ,-\[[knnaB-**0`SUݪotsMMMs̑ۊ+8zݪ̼{DOl "k_GD/|gj8"y>***==Nl/n??xwY-<<<33]n޷o_DDDBBF:ED7oޜ"cǎ.Qѣ;;yEEEAAuf{Y%*96??=nc˕rΎ˓=U8Ʀ0&&=533/_fkkkU Hf+յoذaMy_RRR~ǫWB==[*ݪLDǏ mD4o޼۷8NOOO l3KӧO-*OOONwTlՑ4@Ok555"0 O?lUsxtiiivJ7oYm?F;iҤG>S#ϙ3GSSSq---d7(֏jd4|akk?3f\x&N(( V2 ?wXΎU2;m4J&!cO޳cmmmqSΝ;v%"gg粲2Ykk5k,_\)1.\HKK[lYgun޼)t̙֟}B5KK={2%''QSSK}Fk /ZhYYwEs{7n6T- 'L6IQvUV-Prqq1wv$\EvZy4h jAGD[ zdLO>$$$Ԕ1uԯ|r _dD"8nܹYYY\۶m#",++c9}^^`_oGٸq#/o۶mk֬""T8՛hyy֭[/\0xM{;w."""66VŵoiktUQQnnPܮtDwÇ{챾 J=zt*G!$e0X ܮt4MC^ }ˌkl@a1+h?؂jB I-7}Ez^}y-Ç_VvdUWChhӿA3gaUUЁh*CCC5Z?Jʏ>H@ݽ{!//O@4F^^^CCݻw'B,Ő-:???"B^:^M an1d ח?.t W}8^ 7d@_PqagJMܥAGaÆfddDDD̜>}D")..:nx-O6v;b @/߼y3K.:V]]tR7oެI-aT.:4mڴ>4@͡ &Κ5k߾} 6[@kkybXzy-!tлToQgV #B\2f̘/bBG^rss}+W={Czy-!tлToQyxx\|[%:;s̳>s7tP۷?󼷷_|/t\=x~gΜ߶mYK.dڵqqq0^ }CлТ@͡jgϦqJX#ظutt1c >.zZ94Qs ]k]]]!>.zZ94QaaZk@ mۡu@x-h 6@^ y-h}ӓm8SOɓ' :Fsrrn޼q͛|I___݅ZW^y駟!k 4@ݻ˖-,[lѢEO;vt <:nMyEEE'O1cIHHHJJJss#]?@a=È#,Y:uΝ;fΝ;N㏗,Y2bĈݻwc4꽖lȑ#Y.*. Ņgx/YɠAƎ[N*]խkJ/fqww>|8M4I>xW\xyyy{{+WU`/qc=9l0VoU۱cq=rHVaΜ9J|(55U|ӦMDӭK&Ūn߾~FSNݾ}Ç녎'>}S+}q ?*& 'O$"KK˼,_/ܸq|j(H|ׯ_Ϙ1?v|6z*{IzΝ;>Su?|6+_端"'xBz-:ݓ?OLL 9<=ZI#GH$mmm W\!zZyڊ$jc}AAAD)t,4ID"QzO(66֭[T*c.O҃N,bK+_<...vvvcpqqDMMMibbDZĦ K_)--533#/RX@۔?MJJ5jTBBEjkkTUUO=Ըq{*//wpp066/ddhddPZZ*_n߾]VVƵSTT$J޽ف555,W0p@"b-ZbZnݻKD+V: mn璧֣WAAѣG_y[[o駟vuueN8zK.?~ݽ['H>uX\X,VrT %"(BDzzz]orrrjkkǎh"c[-;vlmmmNNб)--mjjb[1 D"ĉ'NHDU-[&^J^KIzή^~@/q;wڪZ" ¢AYewOwhBO~鼼<6 _˥ zI@777*tRS##+W:::^t={Y>mjjRj˓@```kk~+_t/ZZZؽ#*0aBIIɅ  KKKCCC{9%>޽{W-))v&OD{h1vuhV#mV:9lիWMsrrn*_䫯:z({:C sl,O`D-ʅ =zTm s/15===tYqsW]z 122:RUmIe`Keyyy IIIl...{X*FFFƞcƌ!#GrSOzzzX*/7v>>>FbW^-K+;ȑ#}}}(((AI$>@yƍn]6QBѵ]bBBG?$"333z-Jw-R: b[XX̞=ĉmii:tH${嗫333-,,U9IZ[nuuuD666:!GLT__?11Q=no&((hbsӦM]0hР(rwww^6B=E׮WpΝ۷o+_JJJ<:6uuu---&&&\~-""СC}nXlٞ={*++YNOD/^9r;fD&(']*ty3#QП^y3335++ J۬^>55UVhbb6{-ȂzkTXߴik׺srr֯_ODl9iʺ ,`VpWWW矿K:4]+++"? kTtOOO''J"Zxq`` !}G,V.<<<33[nʊعs5k t-~rGՂq)))o񆻻{IIIMMM@@~g k޽{KKKyojjodsmAu n@> w^[TT$t$mXB^ W\V__ĉK?-tKdddLL q֭j,\C<cʖCUWWQՕ]&t$mXb ͚5ݝ 4iB{\UUquu53HRSSڪ*,Eׯ<϶9ϟÇ'M͜9Zk׫@dnnX[[)>Ћ_^[[舤efbI-͟?ImτM8=ϟ5kt6=0zkNi,YF%hH$Dt_ʲ[???d:NDDAAADo  h}xOOO;vBF,X",,,$$Dٳ,&cǎ煎իW5ey:>o kR~ظq)))ڊ+o[OvvׯWGÇ/Zc]gy77gyFɱyŋ;;իv@"XdIg^rO?UrlEe5njҝ~CI盛 @D YX=kdd[^^>c 忑Õ\ƺylpp0{lٲ5kW5j{䅴]鱿x222!RSSSX/HRP!i%AUTTܼyS8kM 8xo"KΝ쾚-[رc̙q˗/P8pJN;|pvT8sqqQrۦM:\ cݷl;۶m@"rvvVrGBBBg:99={=-++3Zq\TTԆ F_8nݺlll\UUe`` tTyc䛨T*n,\pϞ=y߿ y,3ftеUMSWW'l@Z@$EGG(~{eA I-h/KjAp:qP5QmaaC=0Xq̙37la:?FbbٳUtD^ CkP]+bKKK"""##7lY78W"!'EB8;wnAAAjjc=ֶi&< |0o޼dԂLBD?ЁtLJ@[~Rwڥ[\h~/H$z뭷 mll*++ G%t8}||qPz8^+f͚tCC#G^pWM:5&&~@R 㸹sѻ+t,ɹs"У2׮].,,400شiSllH3@{7nEEEB@DTZZvWWW]}_iڵmktttss-[߶l@X3^+sС%K̚5?\pLJ~'@ ə:u*9RptZ/DCMMM{26mstt,,,300:"-MMMs8p`aa!vPX4KnneFF̙3tHSS̙3322,--sss O*VVV @5jTvv?斓#tDrrr~GKKll>jy <7:>1jԨ'OL2套^:(Z/Ҕ)SJJJO<@W^_z~{W۷oŊFzgSRRjjj-haÆK$;vXZZ hKK;vH$aÆ 5oիX, qpppqq2dX,6ZA555555577UUU矗/_.**sѣGd 3g:886@p¦MRRR2222<|a\]]zڄsϹ[PLc=J-M endstream endobj 68 0 obj << /Type /XObject /Subtype /Image /Width 801 /Height 259 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 22115 /Filter/FlateDecode /DecodeParms<> >> stream xw\;(" 4DAybb㰜bW8O.b+D@RSco. |lfg 0;3Ka$X+W?{"##C"MHNMMnǎ:tFXwpBJJ F1 ///MMM------}} A _~MLL$ EQ]v2dȴi\s,s۷'&&b۵kdmmMQT?xڵkqqq/^@Lnz޼yAAAP?CVVV6m6n8l0@ vy|REEe/sG ~GБ#G޾};|pHвx… K,gGݻ7pk֫ `2ڵkN8(sm۶iii]tSrwdUUUUuuuMMMuuUUUl6c1p8|,6---2Ǟ҂k)@&^zE^zIPT18qO}ϟϥRPPhݺ.@[[[]]]UUUMMMMMMbꄫ%T`0ZnmhhȝxYYYYYY68r}n۶mذaǏWRR/#4ǚ:u޽{'N~H@{ςt$UV&&&&k``K҂B'Ӣ"$MGGҒ[ DXlٚ5k ?_cm۶-$$d'O d.;;۷۷o ԔdQtFejj*$>|yÝ~1 kk:t :iӦ޽{޼yׯyI@߭[8Z@+++{gϞ>}ٳ/^|~U__m۶m۶cٹYׇ ? :urpph߾M3 4LMMׯ^zE~}ݡC[[[w+=zx7O7H 2337oܳgOr,Xp…YGIJJڲeK@@LЭ[ӋEfjjj;t 4qqqA:tՈMcuZ4KJg$ŋWvqq!]V!!!׮](UVV^t)88֖tniii,Kс۷fAAsǥ޵kB ׯ_B߿xӐc5O@$ɓ' ,$L{{Eݿ1yf۶m PWWGj*((Խ{BVtmlld2ޯ|} cpbbb\]]UTTTTTbbbZK.u]UUUYYɓ@hh(>}p}vԷ9̙ݖ]DһwoOiB Bh#6HاD1XAAAKK̙3";ڲeѬY=<ĕ+Wz}o0x`444w@!NPF{$Z^nPE~@;֭[7EQk׮}ꕬOuucΝ;_|u\!tҦM60E͟?_J9::RWw "''GGG8((.@=(yРAmڴ!Hoܙ3gyNWW744t^"%KE{YȜ]D-O wӮ];PzzH">%ӧWƆؿ:9ɓIۓxHȝcm޼u;vH>\DuRL[[͍Zx1;Zp!Bu]tA)((;ve}nM6흜G4j(}3Tw+?΁|%""!b zm"Gu%ܼl۶ !0"Nۍijj*~xɖǏ"YZܣf7]tN__ݺu999d|͉[`[⿩O"],,,UYf-!kkka ?%2 ĉtW\AmV`U۷o-/^$+"o?55`8::ylygΝ>@ۗzѪU+w`06oLҵUV!He}nO>%wwْfjjJ3b}HM+n8pFA$$$?DSN/^uP@\SLAc//vI1lmm/?zh;Ç#~'{~w2EEE MDO8z((,OIQQܜ 6(1bBhϞ=/^]'32ϟ?GuYX0`@RRFO? & 6lP2AxL#%ښ &Ճ,,,dXǏǏ/_ޘ۫W/2L'OX[[[jkk^Xܷoϖ;v |||UF//XgϞ4iҩSM|zsww/++~ d~͛7oܸq,K^]vv6H.c͛GBYɓ'dÇɜvK~6mO՘D4ͳ8 !Df[,lff&c9::޼y(Ǐɖ 'TO9/26mHoE$\` yo!CC~ ;}4=ؘ,Y“:̘1&;uD*#BBBb{}D4Ϳ7[3L` \|_DЀdT!OOOBllJ8θq.dӧ 7۱cG5vޝ7z@@@@@}.]B$ $$CCî] ͊NX2">(";wLFD;R qI83--kddhŊ':sU>|˗/lrʕL6mjj5sL*!-**eǎdHkPPdɒ8rFR͉&N+~~~O"ECAAfKB!Bhܸqjjj7o~ `)vttܳgOFFʕ+.]s!8""K.[n}1ɴ;v9sH@᪪~iӖ-[?'%%%ϟ?~'Ohii t萃ҥK/@c0L)N'f$**dB>hlmmnjs?:/ȱ!.\рdl6ٳKQPaaaō/w޽}3fK.zzznjG )cdԩ)< [jjk}^rBUUU9 ɔu 4 ,[#W Dه,{5c233322z322eXB׮].]=ȱ!#@hM#X rww"s h^.\˰0%%%Y9Khh~*++̙c``o: _~u,M(OOO;;C:@ͮ]TTTd c۸q㿟޽{޽{ׯ_5kc q͝;w?~᲎XtttNpBΝ;cGG7n`:u䔜1^tiAA۷o1aaaɪ555ׯĉjjjH0W5a„ݻ#ҼBޯ^!V^M^m׮ȑ#3gά?~Tm'33333(40`@JJJ#B,^xܹҫ?$$Dğucǎ/^R円W^Earss蟹/^ˣR _>{UVijjJں:×/_ހXE 0Q}jjjN`~IJ`ӧOoZZZ>> (СCڸ6EQgϦΞ=[!J^矹 +@9h ~+V<lpUs=~Xrr$''cB㔔o?ry@\|? -/_:wRPP6mڴiBE-[̬SNyyy}vttqB(//O>NNN'UM:!7a„G"8Enn."h۶͛jbbҩSW^"%  ۧ#^~mkkKo~/BHMM }1I1gLLѣBw`XM ȱ@Kj*~iϞ=$IB3&44t̙VʺpԩSL̙3=44mϞ=_x!t}kkk333 ի,X 0N1cχ tyЅ  $B d sĉeeeO ڿt Rx{{wܙ;QPPZzT[j]]]]JJJDD]xx8!T^^1.))QWWWWW>333544HSZZJA?MLLLܹsn,{1cٝ6xTUU ήVڟa лw;6wwwOOO =R____ii))lzbtuuWZՄO6mۆȐFyQy9׆  C aٞ .LLL~`p8SYYI\+++6`VKKsgϞ1bK:ѣs-PPP//,]v9;;oٲEQVVPPPyNz\$\b-_O&9eʔK.޼ySjo)L%bn6`oƃСC>400hݺutt4=)--QQQv튍>}_ڵkӧgϞsN54ڵkd-7}]]]vzmgg簰0ڲ̎=9sȜy??~^4ΠA^:p@SNڵkRROaggg777-_L{3fD\5~<1x) Uw[iJ0KnIx`نyyy 4%dZεXΝԩѲel6|55k֘-jjjf̘/^knժUHМ^sύ'[LG5J^8Ef7wwid =z%I ӦMlؾ} *wu.&$cX/{0-XɉvZ)jӦͻwׁ7ydMF>,Q򪿿BB:}4=ѱz8mM4w$Çܿ\77cOK}_bM>I~U7eeejnn>x`??;v8v؃S2'U27<(y{[zdB׮];{,jnnݛ뫬,ze?e}tk7swEOqO8D xߜW?E)gȗ-\ӧOM"a׬YS^^.@׍7/nsܝ.]5\w{5D9]S???2򽶶Ns㹷s^=!d2MMMg͚(--MGG'<}s~~~AAAaa/_|RTTT\\oq׹qF## 6-Jvjmmxb2fdh$h.acaaAX?I{捃Ç䏙N2p l.C.X߽{CX?EQ-2556mرcMMMgΜ_mԩN&-0`},W#}nqʕzzz8Gr@@@ll,Bclkk+ ^/ʹR"_梶$晈7i$_=A?V~,i~lݺc}vXCC[տq.]91񣒒2X(Cݸq#… 6׏e_NWVVVSJ gffm۶N~䉈v1ԩS]v}O!H1ILL񣢢"ԩScƌxyy|\r%''.0G]"B "4~,q}M4 ccWWWe0ZJBV9QJף"XRB&r~,a#.XB($$g8BgϞODȳX_ϮKc5X2&?7͛7]t$㘘++++++;;'N`A3u`!9VVVӃֆr9s昘8;;gdd篓׏9?$c]\\w8p F ]R~aaaG988TUUaxbc H)v-iɮcy$(++:u<X>DB1 +rAYs,;" jc <~s;*)C111۷'J}Hd2=<S|r,i/RSSC|룐K+!\\\^zA=]קLkhh?jЋp$ʼyxDZc,xܻwoܹJ#iUTTdёׯ;wlbb2c ˗/G677777=z4._4ZWlS|J{I$u^(^Cca\  M6PVK" Z~~~d6æMH#G1L6j(,h>h ^q^xYRWW'-1ƣFӧ͛ݻGfX۷oٳd`1rZ7~M"Y~˗-,,>|خ];pOYYYV-++ic ? ͑s,iUTTYcAh,..&3CyAu}e9o'NرcNddABC=z9=:8I WWXq~۷!6Mfgg[VV h֤}6OtK4U{4+++]<cC-:tҚ4iRDD۷Bqqq၁!1 GAYYy@e$zw^Ѝ7&O̽/ɜ2eʥKRSSo޼I/^hd<ټ{wFĐ-k׮el6{͚5CIJJ۷/Ry_Oʱo߾~++ϟ?-֭ߏ wuuڵ۷43+ÍGի'NڵgϦIvww߽{3HWI1r3]|֭)]]233 g?~乡5]&66r(u}ޗS|cϒH ^yHz-0K~d4S c|ȑ}7.11gϞyyyƍݿ-&Lx捦֭[{(jҥѭ[>qĆ B tsjjjcV^s#Flݺ/_̘1#99!Խ{;vSp <"!!aذa۷oVGUTT4f̘>cc}aܸqM ۷uȵ6m:ÇUUU=z6lؑ#Gz9s_x1444%%EUVu-++/--MII !zhۤIn_---(?3N88p`ppYbbbddd6mH%ڐ'ر >fa߾}gϞunB($$?y!==1UWLMMW%K}hjjlШ+̴(\KK̬(#Zeee~MM͜]]]PIIUyy9EQ(~jhhkjjVTThkk?VTTTpppFF+:tīcƌ^7nڏeoo߸$]V!Zlڴlr f0ĿTVV#LLLe0ڥL?毟'{sWK#Bʗ.]u)ߝx:1x̙Gի޽{B7nܘ}_EWfjjzᨨ(7XffǏvwﷲsv@Re<񏾒gϞ[.,,l׮]YY#qFТ\xq͵۶mڵ/ȱ4ʝ;wdkhh?>M8w9aff]]r $r,Ƀ @ <ȱ)h  e 077uVVV666}Z[[;::޸q(jӦMNNN!WDWCe Ծ|2zhsssssѣG4f33a [ucƌ$SQ1߿?xС̶mے[D#"""jkk7i$Ǐ]]]Y^ B*9rdXXdXaaaF"ۯ\(lfd۶m!@pB2=xݻwwss(JCC.immMQׯ_544-[fjj,|?>OBdߜ]]]PIIUyy9EQVmF~-̙3[jUXX(HH׉'222"##kkk/\p*++Byyy&&&$IZjեK;w={!-6߻Ml@YYYDB?ɺG ZV1~8 22$&&vЁCѻ_^^^&OY^o!1bܹ,Z!w}H:uBO>:h 6NJ;q833wTRR|)o Ryaa#F̗c Hy9VbTUU'N=ڵk}Ig$r; -򤧧;880(gHHH@1LLL:v'xZׯ1B~~~=مfz@1c|!YGм9stĈ P=7l0BI&|2))Iց4WW\3f*l2eիe@zjBCCBX[ z*te4w8O? s֞5k͡7-]c|rT~uK.?]O.۰a\Aj.\pرۓ-w֭[FFƋ/,,,d$4cߗu{4k;vTPPxⅦ&H\|y׮]n޼$8+((uwzzzOu rXQQ9̙3>>IIIJʱBu޽۱cSNI:T-ѣGkjj~gY@cݸqSN/^ zj֭E]Kqeff6,&&FGGGBh\]]߾}`|{Veeիׯ_ohho߾~sq=z|rܹ-ӧ=0a$X*((;waddرcI9BHMMmÆ /_5jTLLabccY,VC0':c0n8kkM6ѣGq(**ܺukmmQ``_@@~j"ՙ\~]ֱ ׯ]|Ç#F={v&m40"jjjϓ]\\5448N|;wȑ#g֭c@ҧOeggc ;qDըd2o޼oyU322蔕EY[[;99yyy4~X<ꊊ******L& мy=zcee%X`())nZRUUlWH&&&–=}d9 ;tPpped 2Hƺu,Y2f̘Cs @ca-[vs))):"dr,RVV6iҤʕ+ʲ}ٳgnnngϞ]h!k7h̘1CEEܹs u8Po߿4hĉ>|  PųgvpprJxxllldK]]ݎ;V^]\\<|v:(X|߾}QQQgϞuP;ȱ;v;vZWWwsΥ(Jq @:qĖ-[|a  ;yyywMIIIIIyQMM ByРAvuu ƃ Z86͛o޸qÇ!==={5rHuuuYG @9ϟ?}Ul6qww֭[ntuue3-XlKq+((`X卌u@X y,b1La?*++~ݻwUUUMMM(((XYEEEIIIii)jkkE?'d6&*KSSА?֖ԧ,ȱ-Smm7o>}TTTDgQAqq1]2)O%%%555uA444#HXfcׯ_Ԫy*Id-Xfiii'+}?n&u~n!ccckkk !fJDu,`c۶mzWǥxyyuww'$$B;SSS7oޜ, k׮B۷=<|֭[b}n`./^B H3L|VMMMГ9;;V):cnnnwޥZ[[SJ²L&SNNb_j:;;RZ]]T*0}^z,fB`h4d2G8^ooo?::299^쬍=D"LMM At:\.onn(((~~lllÆ ڴzT{ KҾ>;;;B^wssq {Jjhh7dicc3G"BL&$MV^pA7h}y &]VPc3333O<+`ii)8((YXl|uJiSSSxx8qO>8x`OO!RP\\_,o޼Iihh_,B Bٴi?' m\\(!2?N){0k^Cg)YYYrʕ+ϟΝ;/]O\\\ E[[f^8RR4 ~ydd$vrr<RZZZ---ʬ*0wΝ?B===˴rssSRR'B`IV >[hZn2NhFhjQQQ|KKY%[?`囘{쩫[f(V+ZjkkR)T_50vׯ_+ gdddxxn4 dKKK|&)::zxxmV˄ Ǐ/// !ի7`5233SXXٳ4`E _M `9X'Q߯^ XPcQQQ###0 fΜ9: @,։ 50foo޽"։ 57U57Z~,Xq[%Pc{C >XC >XC k+H endstream endobj 66 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [550.989 426.12 565.435 437.024] /A << /S /GoTo /D (figure.1.2) >> >> endobj 67 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.915 414.164 392.36 425.068] /A << /S /GoTo /D (figure.1.3) >> >> endobj 73 0 obj << /D [71 0 R /XYZ -11.232 900.716 null] >> endobj 56 0 obj << /D [71 0 R /XYZ 56.693 483.235 null] >> endobj 74 0 obj << /D [71 0 R /XYZ 56.693 459.161 null] >> endobj 57 0 obj << /D [71 0 R /XYZ 56.693 227.266 null] >> endobj 75 0 obj << /D [71 0 R /XYZ 56.693 203.191 null] >> endobj 70 0 obj << /Font << /F50 26 0 R /F51 27 0 R >> /XObject << /Im1 60 0 R /Im2 68 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 78 0 obj << /Length 611 /Filter /FlateDecode >> stream xڝTN@}W\/vUOZHHXBQE5vR8jA}srl;@DӨw,2)`:ň`Pqu<_%)OӰ沜.pC^%7KKXZК,RI &E1M!PFq%  ­};$"3 )ƕW0."*|m}%#zŵ5(//{{z?-]gD 8C"9 9^=R?&)6 cZnPUM^5"pnχ/բ׋U6WRMm⩠RBwX:ߵyqv)]2gLwV6FfΉQ-'Oul{J=xnvd,mtۣ_.'ó\>O.ߨ1 o_uޟ~/h,m&M`nQ;tkf>B$h!v=ȫ{^yR$Uر6~&$AC_,kZn˶>0(3ߟtw6QJ$P/WͲ\|;v'Etf endstream endobj 77 0 obj << /Type /Page /Contents 78 0 R /Resources 76 0 R /MediaBox [0 0 595.276 841.89] /Parent 84 0 R >> endobj 69 0 obj << /Type /XObject /Subtype /Image /Width 800 /Height 636 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 84133 /Filter/FlateDecode /DecodeParms<> >> stream xg\3 7NFG(D@A) .vE]E{E*fC]E(ł Ԕy?{JI7LΜ3!HD.[\\\XXXPPPXXf+******((( PRRe,@4HH|ӧO p.79NWVVLLF0{}}=ݺu[L&SKK/ԁ Ϗ?>}Duttpc```2t:G%I UUUL&TAA ,:$o߾K^R'r~,--̌ $βW^>y$77\.!Dz˷ mmm)  _}}}NNNFFFFFFVVVyy9BHFFO>8vޝtJ555Ϟ=NKemm-##Cm o߾۷o~ZZZnnn40ź~GnܸQQQRVV4hN Bu,:s{eddܿabb_T(.$I|2333+++++իW$Ih4kkk{{R& WXXx…k׮UWW~*MMM@IIIݿ^FFf#G𰱱䛡,˽w^rrrrrGH5j*JԧO"=<<<<<ݻvJu,Iee+W/^g llllmmWE޽ÙիWNF9rHi` xĉK.$驧GutR>333%%%%%%//!`0L ?,$WMMͅ =zZyy@ggg-B%%%gΜIII9<ڵo@@ ,"hH8l6իG=sLeee׮] ɉ)))555i ,$InJHHHLLѣ<<< fZcƌ pvvL H^yyݻJKK {PP2աuv 2-%%;;;@3 2uuugΜٿ7ppp Р:4ϟ?ZSScddܣGCH"HWؒ3f̚5/ޑ|㱱!''iӦ)**R@@@]Vׯ_'5j F/^+**RUU 6mڐ!C  =~wY}YWWwڴi3g΄Kù|rLLLRRR]]]߾}N:eX N,Ĉ$#G:tڵkA/e!%$$ܵkѣGkjjlmm͛7n8yyy$X($/^uk׮Oқ7odeeG)!NAAayyyΝ366 344\lYQQա~ hIiiիBŋUTT[mmmB]VL?ڵk?^O߾}[qrrBYZZ^ZC:ѣGh4YYiӦ=}m׹>h/_ZJUU!ᑝMI:gaaA߅?d޼y?ޞ7owa GգG\$I>}z…!uu ޽wT\\.ժ暊ٳmܹCoeӦM_W>((9}4og^Bϟ?bJs1|Yzb $H@grO:ebb߿K!eee===_z!q]x}yޔ@=p88::B? tk>F=zb``~]hރ?022Lѣfff8͊4  ѣG||<á:Fѻwo)GAqqF2 F5|'X-ruuutzEEI޽C0 H$IHHϻիWll,YHHʪb~lݺ5###===**J C455mVWWGuDMRPP<ɔYUUEӍ8}ymcI_n>`Prr2I栽=F+//'I_~Ab[ҢxڻwCAAbqܹK.9888::^xL䱁ӧׯ.\(++Ku\M200CuuuS"##/]ჾ~#***2K!cccoGӊBƍLðaø\nvv6B͛ cᢊZt:}„ O!l#ÇsA%AQQ?RTT$w`;B֭[6m{`xfhv)**4iAI7ϟ;ӧO˖-)?EwhikkV+\z>ѣFi!´/B{5޹b S___zhh7 #sK,ҥKl6  ,$ H*--ův>iW[[,##pB^+N:⭩^jUߏ&ʊ7oB&X!77իW7sTkiCZl$I]ޝ3f4CSZZtRyyy1{>P$XbJJJ|B6`$OwFFyѣGmmm_%%%]]]Gd޼y`>}0 xMx̙mll,&d~MMMQmni Ycx8bbb1tT޽:u*NWRRZz5^* V1tss+**:F:th͚5x{͚5>[n,&3|;vǏE^?ݻÃ>hQEekF >K&BVUU77!!d.]W!hf;{}Z,훂V\X_vvv Na;z˗ǎ[@QI6#B۷orx!ƈ#L333$?}Ddjj*B庸l޼$I<}=<~x===5#+iw}T֯_ tF͙3GFF&??_"BBBttt w$mllfo:880L<8$M6%˭-ZgnnbŊ>---ݻ׆Vx &I;##o߼ysx[[[Wb[NVVk׮x!iI\z5ձRSSׯD͟?'܂v;-33kK~zȑ!sq:NWt… E[m=tК5k5kx֭[VannBF*..I"aɅ BΝcxg}}ɓ'BjaÆ!zjPkkkÆ " L&!4aIuZ9h[!xW=@l6fn7UX 6uҥ/r !_E tM_*..&BQQgQL&S.akkWë QSS۹s'/uBhÆ "wJIIJIIis%O<駟B" O:׿9\K;wDXnݺ!r?RsG^!4`p:3HH$uttjjjrQQQrrrjjjTӂ%Kwr111rrrrrr?SLL "Мݻwkjjzyy5ՄU]xqȐ!򲲲vvv JMMuvvVRRb0ֻwnGa|EB'O$Irڴiŋ`mKnݺ秣CUTT &@פJ/ 8KorРh .iAE$ڽ{7Ձt >|1bB¢pZvم ".\sN޼y8255DK$XBVua GգG\bx!~ ,,,pBhرX!߯_T]]MAA뭭 ֩Sx3hllO2-^+i`%7T)8FFF.]:( vi[RR͛/|_z!GGGh^{>}ܻwoSUWW7vX^\޽Ν{9Vmoߎ ?VWW㹁oې`!t ^nٳ'Qkb%-h` j.]222"bԩX  # @:ٳgabbi_̑#G3%|WqF2Q'H>~Lnn.B_~roܸ1o޼>}!?2dBٳ=%KHmHdddLf7o-!5i 4HDJo߾-XFHO:wՁt@>455E/Ko>&)##TUUt#### 5C𣊚XOOO~ccc&j޽;x`@@^K.Ϟ=/ ?f1>>!dhhԢY܆'v޽k0פJZ, 1dgg!ƌ# `޽{3̊ c88NddiG D[\:KRG%##y?A5֭[Brrr}V>Tm->}jii666xkFyM HѣGxYFo=@ТEBՁH3ghhhmٲO___VV555 7^GGJ__5D$)''ԌzժB4Mp:~rnUͤ(r*@ӆk"XI;zC;6uVXtlf"##}||VZ6 3f۷CCC :(}b1_cAAA^^΢"''_~ RWW2hÇxvINcƌ!"??mmf͚QQQq޼yϞ={&-VbD%K<~xO<:(Ć OUUU 8PVV`o޼ӧAsi0WZ|2BH[[ÇxONNG ?Ą7xӧOCE7zVVAAo?~;Y,֥KLBk*P3٦ yy7n\ÇBfff_+i@wGTohr߯NDhh(te }W^kṹMmtlъ T"b|sAaee`^!AT˗/BC i)o0q[~o߾EF7ΌyY3\ddd h84HWWGxyIX@ڱUTTxzz"L)I>|UPP8vXknj F >>xb{quu9r@UWW/_|=z􈏏oqHHD޻w/%%ŋ7ȬRxBw>~'޿?6CѴd ===]6͛W\i``Hቼy&777777//̙3^zßtr7o ڵkWXAө@%b߾};};wܹ#|Fuuu(((UWWWWWNMTQQmzntttwﮡχd#j'N:r䈺.SӸ\ҲjkkN:l0 eI̘1Æ 300:" qgϞ=~8''Vs)E7oƌjժ_p8cǎ 666TG@C04TUU5~˗{xxܹsGr+P׮]׭[WPPdɒ~7ӧThW;wLJJ*++x޽Tojj]}6|NG& "f̘yykkká;v磣;[~ ੪3gÇ|q#$X_DDĊ+lmmϝ;יZSSv֭ׯ78IdX h3gθR`oGfg̘|rOOΜ]!u6yrvIUT7}[GGgĈׯ ЃaUUU^xqő0y󦳳3T?~<22޽{$;u֛7oJJJ˿| :g>|XUU@ VgooGDD,Yp$ˊ+6mtȑ'VVV!?Bpbbbrrr޽#455^VVN755ׯ_~,--"I?{}SSS#$X?ؠ Ñ8~u;v \.|Gv6ݾ};//'O) 5kt:=,,,44TEEǫp8wܹpBrrǏt}||ڐJTWWϚ5+!!=!![nTG :ajjOu,˗/3fh?BZZu떆Abj%///44TKK !ԵkE剩- r[nѣÇH7H:aoo_ZZJu,-33ȑ#TĈnܸN۷Z;uꔗ~vhׯkii)**Q b`I=6={lИ1cG X͛77H"## KuuBۻ[TVVFٝ:u4UܹshB ,: nվٳglÑ&߿O-[FuD@,jkk2 Vj&o߾mٲd"LLL`IZ{{{ 6l@u,*99'X'O: z, Ϻ߳gձ$I (퓓SWWwձ)էOssscbb9LקϜ9X$A@@QIӦM;tкu~7$I߿͚5>}ܸq'B?{Ku?ܾ~z &P'xM{-//Yz տn@*9;;Y|֭[Zt)Ձ4fGGG㛆Ç{'OxII~@@ysٳ...[ccp!{@yxxhhh\z@Z'33snnn.\5kjjvرqƊ ggg fǎ3fÇ!Cuu#FX+W 4 5<0Q1 Ch &9rD+gΜnݺ;wtĉ@ ((($$$Ν޽;A&Ç'ƍmˮ MÇ]RP^x}vL#ƍWRRBUH@Aɓ'_zeggMuD@A%5UUUӭ u٤UV9::RK˪/^loox9x QƎ!++|a nJgώ?ʕ+/ @SjkkCCC{&,EU7nݻfʬ] {{{EE6ؿw;6888///<|lժUC IJJѣ$X-<<|ʕgϞURR:$m&-[HɓERۊ+&M4pSNI?>න"Ir+WMNN }!666((O>⨿ɓFJY[[pѣ333\]]9"jK$hѢm۶M<911QI`nZWWb 1I&~>>|Qu_XYYݹsnaaaH,@`I $.\cǎ)Sm\ZPVVo߾ѣG[XX8 #G~>9BӃD^իW6n8a„:7 $X$ܹc޽߾}[r/))IMM7nf'$$鉣~YYUV;vͭLi$ɹs޽;$$? uuu555--~J-̏ =?JkcQ܍=pıcX,+vGA_o2dț7op$ٳgݻw{쑐ikkWTT޽[ckjjX+3>>^t`iii3g_qqq}8p ..NYYy̘1nhƌ>|܃%!?MMݻwF,CDXX^HHĉΝ+4СC={޽QTT/XMMM gƌÇ%00d2/_48) :::ͼR***{.ݻ۷ogϞ;vlLvww=Q̙3"8$|ϟ?劯!YgQKK$I__l$߾}۳gz__H$  #\]]7mrlقUy暚={$9uԸ8\UJJJqq1NUT J 233FAALNǓ$YPP`0xeRSS qx˗/Il>$blvhhh@@`ކ`[^&r pvv|;YĪUx 66!tʕlښFEEEg@@E13}tЂ Ě]H455Ilo*))UVV$rqa_^^3cy߼y+==}֬Y?~ٳOpUuuuM5ڠ$B_aVl6;==}sB...QQQwM `$~m'X;v@ݹsGLs\CCCGGG1ڍ>nv+++G?ۿu@!EH%.;sh?[K\. r8ސ|{vNMX^?zƍC=v옺~UpVS63ϫ Bf__߄&tR&[?qĞ={6mFD:GL}}}Sm5s;$CCC oOOO ovׯ_㴁Jrr̙3wW]]ʴ{J#BCCۧ*))1b1b񗙙iffF~)--rqqټy3I%G__۷'O[j*mh%: yyyܻz7LMMI|`p.]fEHъq $I 0+**deeΝ+&f̘!//DlBHMMMMMMUUdFGG9_' _U|||~)qFǏ)aÆ A}0@l6Mtvk PUUҥq۷oL&Nd~~{x噛=޽{L&3B(##WFS6?F7?M6ج\zѢEM5chhhhhطo'N4 ?kkk???}}}}}/_ ]z5>\F/x;͓ɓ1_]] m U}򥆆FZlV­mܱ277ׯQrrr=zxձ\.#믿gmHkԩJJJ555bs S`q8 $\]] ͯ^Jdll֭[I|ٳLxSIII@@/.))!`|޽{m2֭ó_kupH ZYb/2a<)#~7===KKgϞ FTl]Ik=x!e5!7ovUII)++XxA+?MC@b,#&5446 *8ٶAdIq?nH`fkFxxx]]]S3u۶m\.7<<ݽљƆ%[yۺ/^LsI;CCCyygR #H^!i…4$X $6}6B诿S>}b0<֥KC66Spd[~ɤ!kk}y߿7ӊ03^)|UQQQ0b1bjb+++P EخVZcǎ3gMrr2Ab͏ǡh9t8 ND61?ƓH1*ڛM"W|.\.W0bk5?\"㴁͛7 2k֬p]'aЄ 8%@hׯ߀Wm߾}/`^VpSɶPӓIqႂmm킂FgLhھ};ˍpuuHq" RQQi6A-Z >`b,`f1Sкu?AK66Spd[~L&oth[i++ϟ F|lWOT*++QHX,\' 9H H_EĈ#jkk) ,`!""rJ ڰ}$7CbbbP?\.έ=<<$ _~eСO::TMMr.hdd$Ac2T ã._ZZZJuD@4 gOϟo0cHHXێ;;w :TL/<2227nܘ0ao$[hÇ߿XPP@u8@Nz]ti)))***T^MMMk)--t钃ŋ6iWPP=0..N^^_Lw<TЈx.+Eĉ޿oooG ;G/_ҥ Aaaazzz!!!'Nӛ;w.Bڵkxʫ!44'$$ \^aK`` d2_|9~qttt'СC={޽o  ֯_NC)((L0B^^^x?[JO?򚚚SN5J]]]v׿ iCހzXtccBc䎚X5###ILNN4h𔔔b6l~Vr_i4^R;JJJGܿ!F$u>}j``tEcm =yDYYdyXGkFo\YII qr፮yf iRWWb-]tǎ,L UDEEݹs>{7z B7 I߾}ꍞN3$0rrr277S^^^0a^-ZHFFÇTF߿755O:FpPoݺգG!.,"3!}=dG/]/??_FUTT뗝}Y??F& R`'NٳGMMmӦMFjmPv}W, L0o߾)((m5u:҂޿_L>N2 q>z 700}I;&sϟ飢Cu,hmV+2{xxDEE$fkkX=XMmݻ}СM,L UGx?y%}}Wn nZZZxDGGoK-'O +DKJN82mu֌ $cbb,,,hWr.\@R۷oNNNAHȅ |NVVT8$X+2;88[ZZ~l*j[$I"vԱ„!PuLLa߾}O8 \ݻ&ny{{I$o޼9zh-ْ`G嶶&&&Y ֗/_xOGVRR˧Oyjjj=͍Sh***dV]]Z~=ձցK4=<mT$im۶$gF˗^^^jjjݺu:()&$Kl5Qc!(ME `E Dn(]:H<`ʼ~쌢++++&&&xyyQYF|ZYYZdF+Wڢ(o߾eٔcǎX,yi;İaġDD._'E{455L2r7n|Wa6X 'O8qNrر`2@x[IIINNNԆHD]]ǣ"i&Nx̙ &]~{,v٭[h4Znݞz|& #ן;w.00gJUa)))&Mrww~>jEYfYNbnnЀZ[xQkyyyzzbb FvIIIinn&,SLƎ{) {,i!DA|Kzz:g'0L[[\ r07|EU@ ---o޼IULik֬Άoڴ3Fu!_g͚T,59ݻwJJ ٳg]=r("ϟ?۷ӧUUm۶ܹ!ˣv֭[ lX/ƍ7o޼իWq\i޽kkkkkknܸrJj)ÇAAA Ǐ?ydnn{UUj9HYYرc.\УGrqƍ9r֭`zj`%%%ZG|lڴ)""OUUUEE{ׯ)FD}}|h tǟ8q˗c!hjj?~|yyiiiZ|аqFB0R #ܛN>=n8]]]bJcǎypFh4eee'''ݟ8p@B__'NxxxTWW`% O>~ػw/ ۷~Qٳa6 DDnsdٗ/_^bVu>|2a„Ǐx{,d[G!G'lܸPKKkر`kh4 5jɤ*0eʔd=׮]&ɳ䔉%K":88TUU֢`%~ PkQ֭[~:j!)%((h***K.* :~鶶6`0Wy 2 f``0zhBc9::VWW֢p[~zHH9]rJCCð0 PkH#>|pO9^gРAΝۿA=lra $,ZsywgϞyxx5% <{{{:~^z@8p`ܹ 3gD#u}N$cKKKNN%0 =rG|rOY (zܹs  ̄ւcgff ӧ֮Ϫ sih͛7,YCOk׮4I^QQ!v#FぉӧO&L޽{jjj91c?xa`ll8tppB2 rԽ{qơ"'hjj?iƌΝC-GPDd2RRRt:j9ajjJݻy,uȨ+A^x99r ,4.QQQٱcŋe}sqEGG'--m'O~:j9"۷oܹS horKa! V{fy555aaa2G6[B6-"FYٳ+W̼Qˑ`:ujΝӦM?>j-dX۷o'Ka!ov G~w"؃E}M6qׯ޽{Y,ܹsvD1bBCCk׮塖#(Do޼qrr{nWzϝ;IxCE033^ $&&va_v#!!a̙(4 BHۡc~m͚5 ,weݤhݻw'[XX}ɓz4`QF%%%]%ؘ:~x Ua$ORRLʔi\\\'LZ(+11q/$=%0)D`j$vN%^G>~^^ގ;P Q&L{ӧ;vLIIkSB/_.X`Ȑ!xUK F +=XHDUU@B痔믽{޹s'j92F55'OJϏr # L&ڵkK,q08Hظqcii]W^Z!Npppnnٳg=`.Nu16=m4JEa$MZZZee%+y?}vZCCC}r~cuIIIaaacǎEt.N8h Y_C.qɣ|رaÆ͛7ҥKl>}tRgg[ւ`:CWyӧOqS[[{I&qyܹ~I;nݺ;v `d"qSNqҳg=z~An ֜9s޽{s`dMMM==f=:rH:xyi4--f{{{?{0_D>vv}ԩuyzzւ`:Oiii޼yO>+V\"S]]*tAdee]FI&#F666gϞjEҎ+V1bƍ`0.QZZLEa$ ~TJpqqIMM3f̤IΞ=ZT#o[[[444/ F:9Gc.\$$$H2)?N>ͧ" ,Fxbhh(j-Ҏ5k<{'c>}J ȁ"Cssw1#!Auz,!455#vlllΝ;ѯ_e˖Y[['''ZFrXbܹ;wCEq6c q'b0> ~:bCE|Cԝ9Y|` h5| o|2w\Ç{„%IjllxbUqYRRfjjjkk{}x t:= ? O[믿~w5R'Nf0}9t=CC}*.2*n (B6a„ϟ۷ӧOnnnd+{TUUO:տɓ'ߨH+eܽ{WkϞ= #00p޽߿'wo}rr2PUURxxxkk+{HOO/**RQQ޹sBoiiֶf͚۷777[ZZZ[[CgΜȉ ,i;iii%%%39722Bx…CaҤIL&bo"j%"<<ӓC?)mmׯ_C F !!|# =XiiiW!9]bj]hhllܺuF x jEIݻ̬iDN ޽{7nL:i0X¶w[YYN o߾n{g6O(]1cddd̝;ήҲAXv6_gC[[BHDmm(kjjɧf2EMMw5Rnnn111A@H `<xZ8p@Յ PuuuUUՐ2Ԋ0b篿2dHcc#j-R<W^ikk6dJ&4qqUTThhhZK.g@!N{CCCsF?cűIEş䆆u￿x---nWLT kB_;tĉnjCĿGyf@UUZ0L[fΜZ z Oԭ[_~0rѣGi4FEy訫˹M&`[f'$$Al6[CC[JOON1h<&+""oKǏ711OII166A`R%%rOjQ2 4Iýcbb ׮]srr??0s' wر m۶sůɾ<ķ… I_+=455544޾}0tP`'=<{l;wyurʕH2oV^ ?$T VAAQtuu\\\(vvvk׮[l{ qG1t:MO 0ippѺu89Eo}/((pvv611}0 ܇TTTWVV ]- w2TBB`0VVV'OBػwo>E ք ,,,jhqVTTK 7o~KKˣGJMp A>tZ6X7oTRR2eJH~˥8H:tajh<%%˗C#GD-J "%%+W+⢪J2=MCMMMMMكZ N#bbb!YO>g96{{{Tzdmm?޽[tijj,YBlll1UjjjUUɓY,j9IUQQhѢA_ #iZZZvZ졯{}믟?*s7nXȤZxquuuBB:j- F,t:j!HJJ*//_|9j!2EbbG~}}|inB%.\?&&&ւ3X'N 2dj- F\LMMQ Bcee5fZd]~w#GY[[Pٳo?"/O)c*$$d #ߐ=X&&&𒖖˟~IIIO G/ܣG$z0~i=='( 2@,YСCH4C%E/O GmabbbR3G"Kyv)W^<9JQQQ_}Q  W\)գGJXBLLLRRRL&j9AQk?s„ +VضmZ%|ɓ'F$KSE,zabUUUAAA*7]EDխ[>l Fjxzz?~gϞ >رcGwwʧO 'O888_~Æ =ÇW^(YYr%X[[V7o^HHݻQk8f8(UUU p grXf v?~|fff>|O> #::Z`(dNdggs3Aqlڴxw)̯icc#0w!P3CȚ{7|#lyoիϟ?uT##22 ~hѢE8۷ tex***alllTTM;gr'9! iӦq(;wDck0 r1XӦMSVVsj!RjƌsN!!گ_=Bhoo !,,,TUUX 1X . :$ח|KK˶6rzzzQQJ;ۗ|)<<\?˓'OLgJJc;+" s?_aJJJ o^L0j?au8iҤP&ɳ.5[#ãvhK[[{C~Ν۹IWc0bD VkkݻwQk(aΝ; E-(4XZZZ BBMb222" b!Ar p'x aɗ8v?.Yh*ýA6 %l۶=--Ç}XCmm횚jکN`UWW6mڄJ@V\I^|ٹIjUa0 i$2:nll\\\Z䐁A555߼y3j-C|={t=""bر__ߣG0aef9:}?{cc#Q(..f0~555Qķ#_3h _\WW̿N}r?_aگן:uGvqqj?au=f FBI7zhkkkZ0wީՓ&MRغ1c %%LB=XqqqBrjuII 0// _ n^vɉ$+"" ``y400jG3nkk2d͛7ɗo <!S?<)̎;!|U>}͛'6V~~~aaa,! CCCatիqF#,,Ç̙ZvuEeP 7oۛ/fBB`0VVV'OFDD:88]nٲeeUPPlbbbkk|ggg:nkk{}8 ;;;e5(Ch6m"?zں -`o;ý֭[ ݻͥKO8_{++**8+++ }q"h}rssQ d D,f!\d `Ϟ=H6X?@JMM%;?}KILȑ#ׯāŇRt'&&ԊDL71y'III] FHb2#FPSSwj-bG`_h߾}ŋ111vrttJ,IIIkpɓ'gffrNvv62Pl6;+++ W:Ev"==nݺѦ`0CEEԩS'O&ec`;v:u;j-bdƍׯ_>w܎;ٙAS5XX=@dggqKQTT$=#ܳ,YZ #;vxPv:*  t-** bbbr]*ooodaÆ .P(s #FشiӚ5km۶j*rą`#`\.>>^YY #igѪÇq`0TѫW'N|iڴi9 3XG #u^^^zzzݻw;i4iBBB1!=ojjZ|9j!_P,-PB#wp|3tЈWJ-5VkkPki s6&IǙǟ{.ׯ_#) M/^ ΡpĈT}:={6`ȑh֭311_zʼnSYY@tz@@@eeysp"/^}G433377'/| v42OpYRRfjjJ P!ϟ/v!TZZZvx#??_KK/{dX*OٳgQhT;w.gYFT1hР \sWMzzzQQ Ν;|KK˶6Qگ_=sAs7ݓ&M e2WJJJWhoo !,,,TUUӉ܇8;;>x@C?}OkF2m /^PQQ) PKK FAL'$EEEjjjgϦՋZNAc}||`0RHcccIII%Ν;[x1ɇHNNN7nx"l`[)::Iv92mڴNJXJz>lkkkeeD 33|7x`YYOAVhh*׮]K:qℵ5ӧϡCG433377XF%KJJ<<Qk6t' ""By=Xcƌٹs'p仠kaAAѣ!BUUUe%}}}ܹ!Ϸlkk# omm=pY ?&4m(9O')r& e&5yWUU1իWMsE"}3r <Pai4"e4A<={֫W9s洣JXvdye#6' C---F/b)))SI3m``$Ɍ---FFF!EnL~7/Pe V]])LccZZZ7\ր?.+~8[vRrQ˱fffh|Ar`ذl%]7XqqqBSuII 0//YQ^^!LOO'{_@!7I// ÇǍG_Hg' ϧ!vySmȐ!NNN7o$_EfOPX. fffǎzO>]Qꟿ: cXV044VEtMM `Æ LHMM@N,Ivz$߼^ڍ;vAvꄅmڴMm6΁ 5)k&URR*))!ʄ`A.\HѮ\ZȗXC&nn޼ycoooff/UBB`0VVV'OFDD:88]nٲeed~~3N'G[SSB_!spp?Pd1h>>>‚ggg[[pߴiShh(ѣGMMM޽{fOP`.yRܺuk{t钳'D2ߊ ???Jn߾Q$L%Mm߾}%KgHy* 3fN8LsH.+aMJZI֭[ i;qQ˽jhh077g0d4#!hddĹ.t`֧Otuu)%?9rd80::j-Rt'&&])f:99V/_޽[2$6M5/-"n (AKI-C'.j7X«Wh $4MÞ={JKK7m$ͳbJ/Ĵڵѱ+h|$%%Q%Iɓ'gffM T):"*}$?GCTTT^fΜ)A~:P\b}Μ9[Pki z}}} # ]***:tcW4l(_iiiࠠ i4eX5/ A.jEՙZZZ {]Pܼyr &&&wEBF-A6lj ]ג쾊VSS[h2J ik^A1[9Ň}Fv;v#"puuw. #;`ɤ+--=zԩSyvl F9sf\\TR qiw}yIk.&*t FDGGΞ=`ڵkܸq|Xa0ӧ;;; jllܻwa01ѣG$҆x Vxxxss`ȳgh4d VBBBuu5`䀱cܻw^h _/ >}jaa+Dl6;66]ܹ0رc?H.7$=`m޼bmذA|)0|3 :{wBCC||ЫW={nܸ!i Mfee%hyYPPttt$4/.P]]-\EEEsΕ@(cc@ HXX6~Z $yJ'N:uf٫WS|ٳ… (mmm ݺuCEёLgϞ$Ѓu;w;?7oޔ|j 崴|Ç**QRD$yJ;v|rHH۷ZVVVjkk#8FRVV8p۷oQkH@AAM4[nN{ZZZ"##{AѦN*O/拐3&$$bظj*q(mmmsY|ǝ;w,--Q+ˆgϞу`5Ϝ93k֬=z5FPWW_|7o.]2`UVա֥,\~ʕRrz6dʃcJ.[… ݻwG#F>}*e˖;FqիWLLLNNΘ1co޷o߸8&ZgϞkע8 ց*++q|wݷo_LL2jE1+qπUSS0a„>}5F۷oJJJffŋmmmϞ=Z2tٳg߿PmLftt1 ¥K VWWw|@KիWDDǏKp|xKKKʠ999aaax C!Ç( іǏS ^zƾxb۽{7.h4ڞ={ʠ`EDD͘1˜iWd>|,׮]{ٲeG #yw>},Z!&|K,9z(©})3XwYl:U11rҮܻwmĈKݳgO!w=vXkkkߟ={_IXacc !@ * Fn B~<pqqS/^\|yx? Zh4Z``Wmٳo~#O3g666")gFEEQ@H\fJa䌝;wC1$}֬Yjjj%%%Kt%Kjjj^ҥK!!!ꅅOM3gJyy9%0DAAAnZZZ8{***[B˖-*2ZZZsSRuu3g)>^~=aW_}E:u|2jr۷oL""=zh@@Aףa䌸ϟ??zipxQSS`ŵE1I~RSS322,,,.\hkk{ܹϟ?zyy֢U(?~]h111 ,""BxE]]^zݼy4 z~7@AA8766S1 !ѣ~䄪={:;;K8oW{ vvvÇb(ANC1|,]z-a=roݻwK,iz>~HNK&| -,,lѢEb1vرlٲW^YYYQݻwxc IxxtollLOO];eFmcc#1Ie%%*W#F|͛7={PNvZ+*FaϟswwG'9'N444G{l"Y$''Gߦ!xyyý{h4O?$t*(FٱcϞ &8;;;;;۫"Q bz!**J[[*ᐘ;333Z4~owҷo_qJIISHHj8\pA1|~B__d2o޼pM(8::5Enn.gYjOMM]`n` GA΃$:::[9sf)))bO龯aÆR8,`0dq\DGG^xAyK*++}ƍpiii͘1^VZwN`=}Ν;7oVQ|}`bb",#C?Ғ%11QSSMMMsÚ5k:|rrHuٳGMMmΜ9ԪAOO`;wQy߾} xrQ ӧO7O'ytȑ#Q {ׯ_hǧL"Dylȑ#~~~x~ QΞ=K-0]v :tذaF.gϞN֭[SNE>;@ϟ?`իWle̙͝;r5 F9s挱7|CmǏ+ 7^^^(AHUQQٺuǏ',1Xfff`0M]]ݍ7|}})]ݧO;0KyyիWL"ֱ$&&K[nmmmSq>| ~? #\xrtOR#;vbM6 ѣG/_+aÆ)EM? ٓ﨨=zԆ4NNN(III***b?N cǎuttZZZ+11Ϟ`:Jssszzرc˗֭a12MNNǏE.aXǎsww744D Xb1W^,W\ill`ttE iqP Q8\R^^.+>oߚ)1ER=gΜ0fyyyrrr``dHA=zU>}J ^~tU33[JDi[}6lPZZSd?~O`: :&awJaLs֭BȔ)S֯__TTT\\|(JE&_n_+’FEE:=|26nX^^g㊾lɓuuuķ2"rgϞI #OOݻ꺺fddS8((ЛylW"Ԁ¢&ŞCBBjkk)I6iii::::"߳g ܻw!w܁[ZZAEEE***Bww rϤIBCCL& '_*((8p B\"F.KDxx' aI[[[!ϟ?@s1rHSSS6ݹ2|pϟ?SSoZMMYfQsr|&fjj2KI)4Xw9Ԁ"&ܬ?f cAaXCDx致ݽ{7<ܧOSSS K>}zrr2f"Ǐ0bwww1hРׯCpL&<<5__6wTg VBB?7!ݻ7q8?***444444=ŤxrCSS41uuul "_{n@@].J.#shx:'4[nxqP⢯@U@Q+モd6X F]]Ont_:;I UXX92uTݻwehkk~BXPP0zh(j& n;O  .`999YXXPۀ1а˜YTEEeٲenݺV6`ggE8p Ym߾B+c~~~aaa,AݻP\"F.c mΟMC'h[n*HF^_,<fW6OW0)ۈX}C59r1̰;wrwss& v9#ɮiaSecw`۶mƼ>`~HAAQtuu\\\^xLmmm߿Oisrr dddzjVϏ%_YYg۶m&M%9 A)O ;թ@LLLG*\\\zI6 ݻ;"`q2e ڵkܷ!A)! t pԨQo۷oqq1CM8[#bs; n' Y,#Í8 ִi455(9yd--- ޞ%tf_'XtJYYSS˗qqqDm455}l8xN>}b3,U`drjΆFyy90==Wȿ񞞞#Ffmm]RR!#u;|I!a~"rU^^?R@EE%$$˜9hB#yd2 F%ἔCm߾})巡NMMMm6X<~[OOOGG֭[x;AMnDDD:88]Ύm:`0N< t;s#I//A\Pnlx1'%%%r,aʕJJJ?~D-1ķo._k !~v6M^zEp1QG111__Ǐbd=Ϟ= VKK᯿&B`t:}111Dks̘1#**Ͻ({{0 .y&wwq$Dod>y/ ѧw^qqqyܹkh=]]] O:+`WPP@"6l1fO~2eH@y.N:ŻQNNNEEe֭l6V^yzj h>11*ANNNKK S#O>-)){8<]bųg.;`0OXY@S|ݡ/qMBG5 >ݗwp̘1jjjp*.0 ---kkk 77W[[;44b%&&jiiq &hnnw9j(6mgV[^^y ڼwcyy g#p{[ 6l\fُS'II{… |&ׯRRR-_t8X0'V@۷oaM4\A\ k} ұcjjjtz9s\|%66vǎXII/d9s06=x:ϣ'ɓ'.\y :`aojjCR̙cCϲseX<ECC̙3oD{8M`P(tR'""9/0@ֲe˨T*wcaaѿ6tO6~a """ttt`~6i]ðTMMMjժŋɧljj g)<~ԦðCA ?~ݻwy yGFFhEEEd2Yi2C~~>B!/  rB:ujMqy< BLjf-}!x:޺YWW`^VѢak׮0,!!AAA37ں'aqqq,, 8 ۔Ԧ1c`);1wÇ/\\\:TYтÇ;vxɉ\x Ν>L[8nݺu7nz}1 6CP`g Ö/_~ڵ6{v:{^Mee9OC&NrsZlٲaÆ۷o7770Ղ v]Q,kܹx 300麺е-++srr߿1H$Ҟ={444V\ 533h`1cTVVN6MSSSSSsڴi  &4ν[ `ĉ!!!,?YyQ1bȑ &x8_.n`~ 02;O懮<,200 =zsnn.l_c͞|PnmŅE`utsqwFdeelcY*UU%yf/hEׁ󔊊lll444 ֕A߼y3a{{/^pFiQnΜ9smo޼k;0l+(gh"ލ 6l`2!-G5h4ٸ`fffdd5#죣KJJT*anđ#G#X핱/**244[[Lƹp|wʕ+<.]~pD"q`>nk'gMkmL{aXxx6c9޶֘c3U躃?HKKO4+FZqq9sh!yW2;y+&&98+cojj37Sb0***VLLMM;W*ӧO \O :i&7tu}}}mmm .`3JGklݺU]]}Ȑ!999מ ///NuKKKt'Y{{{Õ ,KSSWe61}C?Χ}{\ݻ|ooVNNOk 6sTW9rMy<躃O&_z#-ؾ}; ##G=,Zn]_%O+ f߿^x{_h3nxxY0 {⅍MJ]OB>=n6 mZ sN__Nmi9sӹ.:X?~1cF-ʜ5&Y+s888:tðS,237***edrYYYttt %UTTƮLN6MVV+\mfyxxtMX鐃%)) #uuuud&$$={.?lAuu5gOxY~θuuu4yݺuMnq!'̏}{\~{am۴KfO2Yysn}s]tf͚ER:m50m" ;88_|Vo}ȈFmܸs ֞o=sS37pMm}}}i4ڶmZ(0,>> 6vzkgMMO.]/_NN(B,qqq:sZx]]]}}}###?|^nil/<ݟwx,--m~;'iiqNxnof9!|:XUUSMrM&`ƒH5kt6aXzzz[n%%%yÅK. 7e_`?۹{p)e8 LC! _ҭ_|0 Llv>Ol60*g{_cWԩSΣGnf]ēкO{GE :''G[[;,,f{Օv۶mMMM,+884::Fqo1[pڳ6rӧO7773[[[qc8d~,vzߞB\^^~ҤI>}⾊k"""{ᆀiZl|߹D@nXjgg!(FTT\?Ϟ=+**"H6mꢝ^Çm~ fzzz$3t}6^///=9^xbTTT`_:OƅNO:79ӧOҸ5NKKڵ _EMM;ٳEEE9;L޽勽}S=;vɓ]1Dj,#*L'O h4bO+ B% ϧY,VRRҴi~jV^`05{QIIɥKk!|ɓ'3gΤRDks\rh!CYY=44J:` >Bv&@\/qrN'‘DNOt" ؼys'ǏT/fh=T~u!ѣG kg鱱bFޯ_611!J=~8MLL,&&u;v,''g8Efff,+++h!}+W:u^lf8PUUŋ|^rð8;;;++`MMMW\׻;w+yׯpO...}ͻdl~/i:''-B Dqȑkܹsuuuk׮,B8|2L5kB}ֵ?>B9@Mff֭[Ǎb |-3'N :tZF,ڵkcƌ$ZKrrrnnnD ! _r-_)++{@^^^/^}9͛7?}k!--++$ZK#**jD ! FDD_3giVJJȑ#,,˫09rNO:w!ӧ7oa}VQQA](0444͛G "qssSQQvZ_~ǧ۴!^Ϻu>|x1cn<>>˗GEmo߾}\~}̙w޵ Z 3H$OOZ999ޝ 077Fuaǎ#Z|JKKh!d2ywxb@@իc JII-Xw0 Bw?֫W@p{DǏ ELLLTT8"$%%;tRX_>~8s|-[>KQ(BNEE%<>hiN;bo&OOOuus={ڵkVVVׯ_q,XPK8jjjwns0?H$ý{rssWXcooonngD)..N___666'NIMM$9sfzzgΜx?~8(A0ގ͛7yw"X8p`@@@qqq@@@}}tog!~NQQرc>|7nXZZ^r-~ 4+V8wuNNC# pѣGt/^33##x޼y^J;;;eep}`zjȐ! !ܹs'NYf̙3cbb0 #Z8qѣGPVV6vǏ/\022򧕶… ϝ;w;/--Onڴ nBE$!`h| mv*((Y```iiK׮]+##3bĈ'N|huIxx!CO:u9\gϞpB33L77P}EEEՍ9200Dw`0PK8q"l/Vaaa~@wbbm gggXhBB}}Fzz/.f_zSoذ!..N[[_z5rH??)STWWk:AS(OM^DDm0 0;;; ٤^Z]] ..>eʔ?~M"q|񇸸rTT^6ۄdرB?99[B : 4hSZZaUWWݻWMM-++h.3 y_K[[{ʔ)@t&`ܼy=zd2֛(++?>Lhx:u*ή/UWW9|0̠?;w;1p 6s%ZܹPRR0`P(u \%ܹ3m4XeEYYy޼yonhh ZZǏP(˖-+^SSSuuudm~0qJA@GՂ! i} ` 0lqq &>}_}[n, 8NOG=y/b߿Jjjj&&&h͑#GZ{W˗/'ZfϞ0 z!8ŋuZ$jΝ}|bݾ}8p;wp4WCr'HJJҢR{eXĊA 0 o`}h]|pwwWSSk!~-nfnݺ~)**._<44`N|-((hРA{;y3mmm*gϞTVVN4 LÇ@`}vnjӦMD+Bxuva͛I$ҷo߈@t;EEE'OtrrTƍ{֗/_~7EEE!Cpb~w8%f9"**J`K@Z&Z7rssn0 5kR[[{޽5k֘dȨQlɓ߿-jkk/]4~x"1** qENj oMbYz5Ot$ Fa؋/@UUU O>}ivv6a eԨQF6l;Ʒo"""¢Ν`(7{슊}]'Yp[^ !~| n|F -vZUUaF3f̵k@Heee\\ӧOccc߽{UTT,------,,,--qOD ,իW 111,_~3f̰P(1޽{wڥ:|p܇u^t >vؕ+W-3aaa3f̈;v,w))7۷@qD:##˗_ --mcc3rH]] 8PII #===!!!!!ٳguuu111OO9s8;;Sns̉pL[̜>}zAAw}O h7oz{{h-'ׯ߿?TPP0`K(p[ 4:[h4|f@G?p`s:thŊ=yZ=,Y:jԨk׮̨$B0l޽EDDP$U077JJJⴐ^|iiiyڵ3g v H JJJ_΁4L&$/SØL&陙 殙Lw]]ׯ[ZZ fn!!!0}466.\ի/_I;G:n,^ڵkL0XqD/9'''???//ׯ_xPUUq~ ׯ_?eeeCCC=====]d֬YӧO?{n%;;{999Vaw=<}zɒ%D cc+V;v,))),,LGGhQa#;;{ҤIeeeGFF\2(((//ƍ+Xs,pEҸ#`0`}}?SZZZ^^͛DkAJJJ9~8B100;&111䚚qnY9rdܹiii`Ǐ3iii''hDt_䚚)))be!ijjZr)S444ҸWի7oRVVԿcc6[rssh4ڲep$!!qׯ e]Ft &>}zٲe<3rallbee57։&~_ϛ7OIIiK˳,\2MMMSSSK ݟ?aXaa FGG //&XpoߺiPOPN8щ̙"B̫WΝ/Մ@ %44TVVVFFڵk:⬭Y,|٢.[aaa11: SظrJdllv $..NQQQVV6**FlݻI$Eqq1YBB$ԠDǏK,9s^|)vvv:::.]/l6'\TZZJ[Bm"&&v[n6,88[Cβϟ?J~vuְwY[[(!T)#֢D~={v/^@ڽ{7< 0ٳgNNN$uȑ#Ϝ9ᑑ1doo u 6 :4%% ^^^qqqݺu*++`'4A(.]ؠkvVE0FSSsȐ!pmV떷oh7"`[D"zJ0"z s666kܜL&ݻf$F Vд4 À󉖄@ GCC/6l؇ӉPRR?}4Z=H={tT__?ynrDVVٳ !b:tf͚DT"L8133sСӧO#Z`Ҭsssoܸe˖nZ(--}_=*{=H& d2n }sY[[߽{ȑ#1hjjnٲ%<<‚;Y3noo:ujE&~xǎ hQ_(++GFF?633KHHB]]] O:ʼnƽzNSSSMMD"mذc͞jjj?=##E^^^NN>11ss9a˖-sssqĉ&MHNN=z{JKK=*,,vss#0+JWWW/_'ju={MRwbZwÇ80sLSSǏ @O`nnvhhhcc#JLL҂E0 ׏0d;w5JKKsmTUU=zVVFxx8hnnJLLgl6{&MpK94dee_TT4$$h-f%%%}}}+z/H*o߾6IHHN?z(l޽[]]ð /// // =zjb JKKt:}>lllL]_(ϟn޼e˖'{ڵ.ŹұcjjjΜ9s._cxWxd2Ϝ9a|ðÇF"xѩklPPN1cƙ3g8%RSS555Y,֪U/^̣O,:^[[d2ొʪUdׯy| rqAi~1{lGCCra &&&...DA 8f?.&&#b0̄g.[gl̿TUU`u;Z ᩞbCR={٦wi&\ܵlvMMMnFFF:t[Nt8XܛL9 Ƌ/߯sN ׮]aXBBǵmN b)++sq…!!!VVVЙJJJl]H$EII rʕ+EEE#bn0L&o޼ WWW__H68v$%%[ =a?pss̔vĜ9weD]COfyE7vfϞrwǏvqqf;{n=1>3g''OpY,ضmoS,**-p',,LBBB]]===h-}"Z ӧlmm ..W-!x0eʔu1Sp5I...`IIIܧɓ'jjjǎ-,___:{Νʹq;v hI g+''G[[;,,f{gmmmmbMMMi4'|ӧԼu`2t:=)) \^^^拏`XpSQzHjj*F 'ZKի奭M?OPRRҲؼyUV>SEEŔ)S81SSS ֝ mll455 }Lmd.GO jjjGurr:88:t 箋lll444 ^7yf„ /^000?~mvv9sZ =rYgdd7N^^^FF6..s?{z40g>}dffF&GKDD,[LBBh1[x>DZnJJJS^͏?8V~~>/_&hii-^-'!bsssgϞK}}ɓB2FMc$WS__?w\pDTVV ss3L?c&777 `ܸq{{~ZL"CIKKSWWqJpbr9^~ AAAW!!#88XJJJAADk0דHgff!ްa֭[~~~ Ƃ y͛M .\}-ZpM@D =oH$???4q >~8bٳ;eUX j[|y/#4HKKJω@)޿onnXx߉s)((pҜ=zfRUU_BCC9NuttDEE/^H`0K,|@]]l* S Ï?/_011龁fϞީez왑Ǐ 'ܸqCNNNZZn?ԩS'OP(#Fڵ+55Oj#**JVVVQQ;Vرc аh-B0F͚5h1奥/]MC:`W>?~Xt)ݻw1D7n:cccRQQ3gիW+**VG 'NP(h!a 6 0o<ܗO^^^:X߿OKK+--uttFFF111`~~~e0*SVV&//` ޽{gjj +pJF>}tYYYL޾}{rrr k577Z㎎7o_LL,$$h-B30Ąh10V^M" Z "Ћ:u5k[,**244|9a𠰰p0< ::Jr}˗L ӧׯ711!H%%Yf]|WMuu3t?0ȦM-`N 0 [hzD޽{gϞ,t8!*xTOO 0;g['HO}mVVVB{SLaCn۶L&huo``@P?Nʏ?f͚#+0,  >sL*hAHRR^x1mڴ`&..٩WZZ |0`fggH$ =6m233a~͘1#$$D JJJDkѰ]vH$KK˒'O=zAA<7n$Ƀ AŚ2eʺuLf)B ÊUUU]\\8f 98… s^6{eee/^6mD"YXXlٲ%11M?++h-0 tǏNZXXhcc9dN@lA]]ٳ#F(**NsssRRҖ-[,--aXKAAŋD ,kÆ #G ڲ %%FIJJ޺uh-BÿP#V QL";233L"֯_#BBBf̘ѯ_?233۸qc||||\ RdI>}233#(8.`1bذaĪA = &}v B< WVVFt~ |mۆJ&rrrSL9|)\RRbaaA"vzA>ܹ v.'nnnoooT ð Ƞ:V54MTTȑ#B)QSS=z4ZQ|rYf)))>}JTX+--M]]]BBƍ]sQFiiiB޴5p?։K:ZnƦfss߳G„4 B =/_BpT/%--MWWL&oݺUckkk֒8sǏ&#<<\RRFqu6=x:ܹe4mŊ)奥cǎ466A␐]]]---:~֗E>ޮpyQQQ]]ݷovZ߿h #`XRZZZD0l6رcjjjOaXDD1 377z*a"""/i/gox;ӧO`Y*DG4hп٧OmF HLLҢREى~:ydX2'yɰX]v1BN:Eccܹs'Oˬڵk1 KHHPPPh>|f> lvMM aL&3!!ٳO|]zzzT*[ t:wf+@|*++]]]...b3gϴ)ݻ{Skhh/իW?z mll+ohss3'{..KSSoO ;S.8̢fa*WWW__>yI{9{[ą*+z]F4bh{'6}aKva,A6={PTquu? :j-;;[GGGTT… ꌎh˗/>}:ad2 .`\[g\Ǎw1 ÞEU{`Ѓ@ EL<>>h9}ɓ'kii%''Td6)))Cӑ@ p}Q[[+22<--ԩSaaarrr7@ƍ3YYYgg/-zjGGϟGS\\En:f̘$&I&!HII}֭[믿***&''>Gadd2lذ _fP]]=~3gάX""")%%%-,{{tB4!a_~IOOҚ:u+`\ѣ>}XXt644bcc544:<}TQQQNN'-~,:Sz{Bh8sLhhhAAehhhM555{zzjhhΟ?G^͛oܸ{kk봴4 *8::$$$$iϞ=+W}$$$ )5k֨ʜoll 533h0* 7)… ...rrrϟ?wqqнa>>>RRR(< E--- , }4uuu 7nlPߪ蒒*iڢ &pڣ( a@aa #}pWUUss,kݺur *4<~نu5#xYBill?߇ eeeedd^}b {nl`555hrpp8vXJJ GUaB11: jjjZ8X666AAA; ލT { ^RRr޼y@ n݂K,v:D/0{?Hk܋/zzzr е .. Ėl `R܃0@0ui>}dffF&'ᄒyʲXyyy!@tWr}}}{rrrLLL˖-w'b6l9r/_u,~,2 rsseddڼN&%%bp! Z8XzS&))y- 'cֶum_%XU`0֮]K"_~ݺß)---//MC:EEE}`t:Y֢gaa!CRSS1 {F۸qc  tdb HOO n:=ǏrrrӧO0爈PTT; 9  :@yE||ldd$Zz l6{׮]$Ҳh9D1 k"..~}BҸ!ĉ_zeiidɒ3fegg6ҥKWNJJBE93zd I&8qh99soD+<"j`ƌ߿wt!>ӧO7o|M===33Ν;G%Z1`ϟ;88/]U~Ayyرc]iӦ7oJIIדޯ_?]QYY@ "555W\$Æ ̄N //e˖>}z„ 0YYY!!!#nii +@TԩS>|X]]-@mPWWwI&Ο??##cɒ%WRR6*8q"66vĈD+YDFF444<~_~!ZP[[ 0c q-C }PUUUooT@777K~~~eeeÇ'ZNO! MSS3%%֖h9CFF:t迯y,gXZ}CۃdeeM8Q^^^JJ ((933sΜw9F쩪ʏ“'O W(++eNķj*UVq4|KHH jCnS ihh 2e তhѢǏ777 X #**3 ťh9?[v-Bs C-~`jkk666XD--@xV__?&&0&hnnw9j(---7fO>,]]]N.6X^^r [ 6l)l6LˉaXVVFxx8hnnJLLlJJJ< ߿O6 ׯOtt4v$FRUUT/_MI/9Xݬ !<>lll\ZZ:vXMMMcc㔔xۙ3g˗[bccw~ L&Lf@y?w\0IU)4 EPHS<=ۡ,_=S< ]OQQQP4FSbA(MA!e?)I6l&3$B>;;e,#BĄKH D7+.. DcvsɔYf4JsssD?111ŋ'&&{Auuu-Zގw8ݻNj2wC4SL҂P/8@P<==> HBB´iXrqtisΕ'555t V\ɥd/,*jbb.|{:Ҋ 8p֭?ACݺu AGG$FzX"6uuu[0`0;@0553B"55UIIiĈ)))x2dxfAz`P/ЫC4Cb07 9t󷾎V@OOK2X?~Ϟ=__~A$==]QQ,a/ AԩS`!%x477Ϝ9A{{{t9 , N*gw޸qD+ %11q YYـ{ $k!ŋzzzx2޽@ TUUag`QT2lffKD$%%L`[t)z.\xU3 XؗwCC$JUQQaa/%BҥKEhllS\ptt,))qtt\&X?~H舾=SǎμyFSSΝ;4-%%EGG'33c$"""\"*z+V5 %%5o޼7oq-GSSScӓ6?ۇݻO*jii1b_₆,066ΊvvvYYYXsΕWPPyM`` |))V,4i ȁ@4XIyyyEEm۶h@EE9/^899)((0_$R$K}B=zJJJzxx\~P9f힞!|aҤID"qx2,>4 22/%%y; Vnnž}vɇ!Snn.WUVVΛ7^PAJKK=n:雮˗_~+<<8w6443C---u˗D"qƌh^wh$h;_jUhh(ϟ>}optAh***,/Zt)ƒ HѼݻwD"jƍ$ 7 III֭;sLYYYdd$v0{捛[mm˗/^w8NFFFSS;C}b0cǎ  Laa!W}@ L6׀ f6m7nݻwGw8=JJJ ;hժU/^llldUݷ p-еk.B۷h^UXXH ,,,мJ[[ HH%''߹sgƌxV sH*---++S޽{u֭|/L;4 jjjΝ;d?4mڵgϞuppu.ɓ'׮]jkkh,@VVզM>̋!򨨨HtwI&yƅy~xϟ#b``UxAC GppI555q #--ۛFݼy  8gزeˑ#G233---!AQ[[UO>Edh^eddwh44EEE-YDAA!..\ihhܽ{PC,uuuN8S'Xcǎ3fӧO!A|S__ΝL1f4211;4rrr<==\2|4`0o_YYY(++ ]y2O#""] AЀUt:]WWͫ&Owh4TWWzj߾};vw·o.\hѢ .mTAwwÇPER)Jqqd /_DGGGFFh4mmm___ m Ax[```ll,4{}oDDDĂ n߾ͥ؀,@||n:z 455DFF>zJjjjΟ?wڴi/, ܶhiiz*/rHlll*+++**1 0k֬QF *ZZZ"##߿M"мRV߁ ;⢨p޽K zɓ wލwBQUUy 9t*z-, wejjגPO㫫UUUS_p AA[[[DD:~QYY~z!F;4ݻw&L `U]]]//vPVV@ضm[o  =u>Bt߿?gΜHLLLJJPRR9s&)l_g//O ϶< [[7oޔ)**~4Һׯ_;;;3 ^ AExxwCPTT$ACRMMM}}zAAL Ctܽ{pС^Y 8< wu7C]]] ,@R1b?@P'Avq}}?+))I^^~ԨQiii fdd˧2hӦM+//a$"""` ݻ-1b@NNnqqq]]]8 A`Rzzzo/'ҥK>/2BDZZ֖NfB7o?;))iɒ%y??;wttt)A}T*uժU9s"$0ZZZ} AP@HHk ².@ZZz߾};F'KKKocCSS:-fT*UB_,"d5oooŋ &roa>#&&*++W` ˗_~+<<zwBBB֮]cw555=8--OO,Pp%11ŋh4AfɮT*fW$%%;cƌ|zzԩSkkk`v%B]tiٲe۹s'?0t:WwCė/_޾}ӣƍǮdC/v ++w4 QQQ/VTT+((:?|qηos`\]]GY[[a˗/EU[[˱$@` $( v1ɱ̄  ꊈ8Tl*ʿ!sssKII)..3fL_qʔ)d2O ymmmW^-..FөO>EEEǏ~项s4CP0f/_z˗߾}CKX[[O>@ <qDcbbbccDb@@ŋ%$$ 7o믿{? oee5z'O0RO>MNNNNN.((@DBBKPcƌ;Rzۆ#AWW޽113gzyy9::+FFF999  ::z͋Wե$%%ݿH$ZXX̝; H蠿2+cnn}pႳ3zOQQqѢEp%{`9Ott;w RUUuɿ`޼ySNWo wMHH̙3gÆ NNN⭪'Ot1o<;;;8~cP666=zgDEE] ,@{{UyyӧOТ<~xll,pvvްaìYPMMͩSΟ?˗ &[~A***B/^ 2zh/////iӦk!As禦 p %XJ 99QF QaCR###>+YY%K[nرxACVgggxxxhhhaaʕ+׮]w\` Hnn.WM8ͫLLLOmX,@jj{agVX2?/[ { @ǏONNܽ{/2h8hѱ?~$SN7oѣʉ'edd`ӧO֬Y#vֶ~zk׮1 #a۷'O$:;;޽tRf؜9sN>]SS \\\dddO>}_|rƌ%%%2֭[J8TUUnyyy#FMOOž`0VZƫ,< ̙3޾}˓ `!O?.^(qL& ŋ ʕ+JJJ[l;H(޼yONN --yʕ_ &mm툈.:uI &<|AvISSS={t:M 444n߾MR222Gѧ35kָuuuĉ^UCmcc#&&#aѢE]]p^akG… y{>} 36ϟ?..." wiooDÇjjjf͚idd~G|ѣGzܹrdvv&N߰aʕ+n|F5 =VQQٰaH|u^0QWWWWWa}|PRRx?W\3fLee%ޱ@}rn:555cc† Zvҥ;;;\_ ./_M?]GWWwӦMHų i29tg3Xa===,rttd*ݝuǣkw__~A$==]QQK~7eIt2b/_~essW¬BJJj y]WW7n8lh8z(@DzA رc 3gΜ?MT*F۴it-СCD"X)**RWWٱc>ڵ˗iMD3- .\xU3n豻{gg'v^RRJ0kqqqK"H_|-B%%%:`0  ,'p&񣞞\VV 綇D8^ʦ&III&ׯ_kY&XVLL1B/??- XhׯiӦ$3f̀}WTOǏ3Ν;{4!V.^H \\\lˡ[n<<<._ͧ f_566KH)**RQQQQQ)**;hhhPSS;v쐜:Lt9_H$IiiiCC76]ی9211>>ӦM;FY[[~ZWWp V鶶,'/^TWWp<#--ևh/^p:'++KNNNOOo8777Ѐ7!h(ٹs'`c~$lll7_ -L~ڴi xG)))ǎCY hhذañcw,:uj8訫{z^UUu֭#F7}}}//]Awĉ 6888 Q!MZZZVھ};"L1s;xLEE&X4~(&&Ʊ yR]]-**Z:mllO|) Gf/SsߴiJe%༼<[[[?;ԃ0@~~>ށt,̰2m4V9s@ ̞=۷ox \+WNN[gggTTOO7oޔ!##'YYٶ6yyyA|}}~jiiiaaA tӧO߾}իӧOs, 8ΣB3X!KÏ#jjjdee#JVTTlݺLOTWW+((tttZ[[hmmijj2l>|x˖-uuu5gϞ~.0|L>]LL,==@sέZj̙wޕ+ApӧOI$0 %HxG10 y#F}_[[ HII >}B$%%`0 }E~{5;? #33c޼y3FcEFCC:TyU[[("-ޠh7nX[[ u2B{A__o,WCϻwLMMwڅ&aaa::::::ǏDZZZ'OޱcɆ  KW^kFFh+**5559驹ooo FaǪ}!κddd,Yw a&XXt)B; *>>~ȑҗ.]%:>j(ooo\Z4Aʕ+wƫݻwG+ܺu @ `Ǐ#^Zp@آЂ wD";3`pss{ĉ.]dɒo߾ 8"⒔gqJbbbHHB9qℙ@$vBe痑$:s0T|~PUUmfbggx[o\~'O}xx 4={lԩ[l;&xgx<ݽi&`hhXXX(_~M l"viӦJNNFc'O$'' !TDDd͚5xª=Xoo۷] ; &hkk^x;qF?3se===---ҥKvvv>|{sT,O5k9򔆆{CCܹS]]ظ=sa###aQo)77aVOnܸ!))%<7aBUTTr劀@ׄpŋūUobfϞDxZtс/ST؁ÇIHH@Wn \F;v8pz *x]oصk@@' `!RQQ1e?(ȵ^~M$^UV>>g y9γDhϯ^{^ű=Ek `0{LSSׯ_="%ijjFϠ3{U(0b;,d29##cÆ /_:ujqq`ڝ8qۣ8 aܼtR2|Acƾ}a_K[(:N$/,t4.1-#ǎH$b 򡫹W@V.22rΝng+hYYYljQ(SSSA?tGGG"w,GkE HE`Ϣ/STӝBBByyO10?19Ǐg0=swazJ[[[RRڵkxC3BnB"KKKeee?~( 1qDG=. &"OR8CCC̻w9R+WRk޿p#7"==a9M{;)ok!D"&&&'Of}q8m1?ZCC8''eߜ 55'} {U{;8ȽdeeUTTrec#;yݻw{xx>>%K0=X|[8=X e۶mD"QGG'==pfX$X"KKK zH$ɓ' yf2uR7F^^6[\fYsI8Nbݺu>}SUUUVV8_z͚5_̅4[[[앳؞fųϽ$i9KI t ((( R{>͜ L`}# 5  A:*+++))RJOO`eeUTTĿKZZZ$%%~sItX0eT=ruu JJJ*//`Q($%%gDs^LIIAwTQQIKKKMMUQQAҥKsqqAKr$%%, +R9@Oq)=a4fNĚ]O!۝``h4"~,:;;W111))(-` C0:wV`*++&M]<:~)yyy { ,@3 k  VO9F8Nx7}ҥh*;;;W^%3ciɓ>}-^9>+YO%Y>SߙO_gib'#Р~,322&Le{ahX%X hDyy9pLPW^URRݺu+_ׁძ+ٳgk@3,WWWC,[dpqΝ;KJJXXYjUWWwޙjkkڵ -^9>+ǒܧ3c4IKKswwg?}Ҳj*"w8}ah$XSWWݳgǛ!M铿?`ر=-+***aBu/7ʕ+wm(?)({n'F;z<@XbP&L`uuumܸ@ =:++ px`X'XxMMM%KxOSSω̟?_Hf<5k`Ϗe˖]]]3gH Czihٳg7 />}ڳgfرc/Eli <7I/0 lY!`/^ ` ѱj* ##{n.M\ii?,++ 077wl?dtazڴi"""&&&ؠ!7'OُW~GIIImLL`u]E1/{=N0K.%̣5`7oޠk*H .pSSÇg5A NCbXx/7`~:::۷oG7oN0A[[[WWŋ\|YOOOKKKGG^!Zbamo>uuul:@OnܸD",:t#144|!2=5 Ulhhcǎ9oLh4ӧG)""z! &X ~7Z\\-..>k֬盘;)//{Yc:;;ϝ;t5$ٳ~koo6))YYv,(--}IBBBIHHpsstww0a2 v=`;R!{D"JY(%%4ͪ%HrIKK(((455}N,XL>]LL,==wԴbŊ+))? &AAA222|ά5&&fʕZZZ'E d͛/]ٳAR%%%111_p))ShhwS@׃%sN=XW^3.We/Ssə2e [oh\*789sfڵ۶m۷o߅ ٳl2~w&yzz>ݻwEwvi``0zh999yyy_׀!h4Zsss[[[kkkkk+AKKK^^^aa!^AAaĉ/600022%!ԩSג%K3[n>}:@RRŋ={+++;99lڴ)SY[[?ٳ-:q™˗9VSsgϞ XZZ9scEEEhk~믿?^AAٳAx=ze˖/^뇄8::B))))bRSS&X<{w@QSS3`bZE3c %%1cƴ~>zjyy9ڱ'xۘ1c!!!7nG+! ץK8p`ԨQx%8f͚sڵ;w:99M>}8qĉOmmm킌pKHH ;!BDDDQQe2oyyy'N033HU666,'DtG;v?>\-Awɓ''$$L:;F;u:oĉ7nKBwаƿ1Xw\7زk Vbb"èQ.^n}PCWE=sL[[ۂ &Lp whAE^zellw8}R|NNNoWh=xťĉK.c*`AAA+W=ztHHȷo '==vΜ9߿?zhYY?,!!w\x @ĨoڴL&۷  ̙ckk[XXoܸ[He8 oDOOڵL&o۶ Nم \KKܽ{o۶[/`񘽽G>}jkk{!==5kTVVAׯ===L\QQ,//w\&X|1}W^yzz;wnܸqK,)..;. 꿢"___SSlݺ|޽B `۷o,YrM###ggx~ZAAcOOOcc㄄ 6C|3 ݘ1cΟ?ȑC9r$99YKKkŊ˗/'HxGAР47f`0jjj&ޱࠩ = :;;oܸ/))}3K@ݻcǎ۷o={v׮]sww ={]&;H`UWW9s󍍍cǎ ]d^?wܵkZ[[Ǎr%KVKJJzMQQQK#F駟IUUUUUQ TwwOQMMMط@PRRRSS#Hƍ;v,eĈ&&&i++++44Ν;4mΜ9֭;w0١`7n={˗AAAG<<-^իhL&WTT!6 Çl)5552]]]2=WǏ,Zhڵx5XK(<{ٳ&&&AAA .=%DDDF) /T*c"U[[`02AEE9B dBΝ;sL]]Κ5k/_ Lׯ_\rܹ99  O h4ǏYZ)HIKK;˗/CCC#""(ʌ3֭[)""w\CL ?>{lll,J>}?xbqqqC hh555)zPSSCѰbF"srt:=<<<,,,==]BB" `ݺux5Kx_x… UUU......p'xNֲdQT*+6rH0 L"VZO?,aGSSS#""ܹ,//ooo/&&wt  9B}+Bw.(]YYYxxk%$$\]]-Z G&XFwwwJJJDDݻw}<|kkk8{W-[`(**:::899'.DxiƍW\YzSWIKK {UYY܌boN",`7t'Oм ```>uTHkhhhHIIILLw^ssԩSn'k?|K111eA$11=Ȱ^=hjjʈijjSWWۏ@?'&&666XYYyرc&XJ} ڭU\\ rvvvqq={6)Eii) v.1477oܸ]f|= V^TTMXhjjD ڄGuuu:88Lr4JKK꒒Cd2A_$%%0qpp011ҩ! DJKK gx͛7MAH$ٳ|A&X|III555CCCWWWwwwKKK.ߎ۷o/_~1Caȑ***迨QF^;A SUU022rww𰰰7/`A ȫWn-t~81YyyyxGAMzN|Ǐ=looF*===x&XPnܸ{idkԩ˚k޽sH=vvv;vU`CIGGGzz={Xλ미ŋ1"44t }:?ph?zF9o޼W I QQQk֬$%%͝;ǐp1yd%%-[>|~CM3;08HMMͅ .\PWW&[}-,,f̘akkkee%++wʫW^zueeeDDĎ;V\YPPwhР;4JMM̚5 MƏw  3hhh8p@TT MGw L޾} lll1U?~9M p&XЀ(++{{{~&[G=tH4558qBPL)))|Ǐ}mll֯_?sI&և3`A<3rH@ss3::>---44FwA}P]]Zb̙3i ?BAA݇-///77޽{`XĜo5A|577KD"q񞞞&M@`񝜜cSSS^^l&$$555d nAutt|M߿^jkk[ZZZXXL2L^^H!a,Hd+77766=O&|kɊ AАE >7oޠC,,,n*555#`A85j#c}}=oeff޾}@ Fmnnnii9~xMMM\ h_~5Wuww'Ov)SXXXy@ .jjjn555XÇo޼7A RRRRXXXXXXTTTXX{:522Zd GehhǧC<3ABMCCCCCxݻwn߾ֆ>$##3a,200ӃBа]ZZZ-?ehhnhhhll}TQQQQQQ^^TWWc$ͥ &_!ЧdccüByEqqqUU۷o+++ݻЀbɺd2D6 W*RXII &͟?[-vCyyy 9wAA  `A ¶m۸ Dj?=/ڛV* H ׯ[YYEDD`q,3&zL+ s0aAׯ8pH$fff'>`ٲelKM6]P[[;g2ldd#YƺuX.%%U[[;{l---ccl+WFM&gS/))4iDZz5!'N|-zȑ#ƍN__F؃d/4{aaagϞM:FWoiyyLޱcq A!771z_{9]QA\DZĩY0 FԀA"Ip¨aQh,^7R/hFa[K4FiEq[$-rx?r9ps_sN{֮]AssZ|7o.((`+A_~ٳg R{5Jn}.힛~Ji]]ݬY(fRɓ#FH,++y\z"aݻXl錈`k^|I)U*N5=z0t4ݙp8tXie//^vwwx! ;KkX9KOOw:VWy;'$$H|aam!555j7I7<,,LLTB(~aM Ct*!r) 6B}g ! ^P`|\ p9IB_U8-ҫWfee(z;~8!q͚5˗/ V"*ex?{쪪*BHuuu)UUUiiiZv޽xڳgOvv0t4`C[… [} ӧOBΜ9ⅸs*]A5g7U ۷Gݭ&Ncᰐh䪟nOKKSm&񂸻HKKST7oޤi4>))iBwޝ>}ĉo.=jBt:]LL ]Ͽ+JR/_!"$ 2`wqPw]TTD)lׯJ0~m>|s/Ą -KG}TcX2θq-[v 88ϟ?\.,j4K. dv#,!|p=?8pȑ#)))C ,x]reC AT:thJ~PG3X2C 3X2C 3Xq"ɇO!fddꘘEI8n˖-B-[q n {k."J˜1cŘ!怳3=8n۶m}0-Bj„ PG+V\`;vX~~[!׮]_(g2L&!$&&FB(z*l3gb1 g:::jZ pW^^(4{YVV֤If̘H#ܸqc̙^ӓ'O4iҁXGXNrX^/lڱcJb 6__|!DPt:NO:p)Sr߽^z}͆`SJf3+:; g( LBǏ6lZz<&t^r?~ƍ'O ?tݻښ/^RUUaÆfvV?~ӧO`/--h4+V0Lmmml}NNNmm-!.''I9rdqqqeelׯ_ϙ3gҥf6TA?>>'XT:N9zhJ)!˗fn:RZV߂Rt:#""ؚׯiӦ\BϟO);u%2AB^XXX\\L)ZQQQ===g }}>[P*<Ͽze!.KP6555j= |K,|fھ}{SShdǎ;r(c= e6Z,rӝNg}}}! @ݻ|={dgglQQQA)zjVVqgݺu.\hmmeF|`j}~J@ՔҪ*8҉N}n7uuuӦM6eggoڴI7:R fŢ^ Ν;  ,cǎ'O=z4X~)>>~?!lܹ_~%͛7!555%%j&%%u{ƞ={"DbgΜiiiOO:%Dɹxŋfo!%ٳ:nĈoŋ`8zfKMMX,gܸq˖-;q\ w :Ft@)))ٿ?^1 ,x?G=  , , , , , , , , ,YPa6m6@FxMsssII\!sZ~w`pҡ!fuwU_ endstream endobj 79 0 obj << /D [77 0 R /XYZ -16.307 900.716 null] >> endobj 58 0 obj << /D [77 0 R /XYZ 56.693 342.449 null] >> endobj 80 0 obj << /D [77 0 R /XYZ 56.693 318.374 null] >> endobj 6 0 obj << /D [77 0 R /XYZ 56.693 303.365 null] >> endobj 81 0 obj << /D [77 0 R /XYZ 56.693 264.211 null] >> endobj 82 0 obj << /D [77 0 R /XYZ 56.693 206.003 null] >> endobj 76 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R >> /XObject << /Im3 69 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 87 0 obj << /Length 977 /Filter /FlateDecode >> stream xXKo6W/j.# {mE[{JAiK-)mK=lً=76%A6Z0 RhB79_0In>\~}։=] vd`)Rx+, mؖfnޗf?,g3j#" fGM1B;$)ޢ3RSؘ(=~7_@m[ b_'r L38bd/M.(x?qcgu7i%+/,eN [0/(axS?ᬓM0I(LeI%`aĖ%޻Gb۲P9+:iC <=8-Rr jbA2mkP qpBKB\),Ox"`,U>UêbU _Un]ɴrVZ`y*v*4Qa8c"K@+6Ca)ӕS!kĕ.ڛ9~=9UŢ&|66ǰmYڜH;h$pЉM՟ܱzXGWFUDD&,~JHlI6ǖϥk3gZ])6cj-Ar$lfN{6ȝt5|v*T޳+5ഖӂzaWt7br 5G"KIq%J\OW\i/Z{ 2L`Avia|<] 댭s]|] lG]Ea9  L4 fzhYX]c![Vnx@g LJoD/Oee& |T=!]z7=''”HK2u\.s|l{>57=[^O}\ endstream endobj 86 0 obj << /Type /Page /Contents 87 0 R /Resources 85 0 R /MediaBox [0 0 595.276 841.89] /Parent 84 0 R >> endobj 88 0 obj << /D [86 0 R /XYZ -11.232 900.716 null] >> endobj 85 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 91 0 obj << /Length 1211 /Filter /FlateDecode >> stream xXKsFWLm.vQ9m*YUd呖Z  o_de; G?iVǫZ@($PHB)'<='\|{/g4p}zsђ@Y:LJ(CyIMR\AܾWgJ\]H@,6G |+7c } .gPSC!R-!H!F%5Aqz.:ⵉϜ0BKŗ0DCr{? 4mq_s*~\_$q^1JNK&ńBil0_cQ pc-9tno.Up_oxk*,S>*>RS3TQ6at<@; +6 W`tcF'ea|lcCmo9_Ԏ:LːL)},\s pZ[Zޘix)R'ȢxdT]rcݛ'uըy*s(GO c TJU^Y7lN%N}w㙢P(1:TЉm4Ɋ ݏ]5҇+' ¡=$_a "%^􆣑} +0?tam+mҵq.y޸양Uw\`q1yxz/|TE(Nw?Y>:OMӣT2O)`9bIj 6fg-_UOf+2eI,YY;c 9ǯ(DyDJrk{HH%O&_dQZnc `ROaw;|nMฒp{Z|V9\ !aZilG;VK->|աlS4I >ZԺmÜm*!i@ g@y>sRbSWzy3  {պ&Z[,_wX 6ZGCwju; oJ{RmX9Y{$sH endstream endobj 90 0 obj << /Type /Page /Contents 91 0 R /Resources 89 0 R /MediaBox [0 0 595.276 841.89] /Parent 84 0 R >> endobj 92 0 obj << /D [90 0 R /XYZ -16.307 900.716 null] >> endobj 93 0 obj << /D [90 0 R /XYZ 56.693 144.372 null] >> endobj 94 0 obj << /D [90 0 R /XYZ 56.693 119.159 null] >> endobj 95 0 obj << /D [90 0 R /XYZ 56.693 94.943 null] >> endobj 96 0 obj << /D [90 0 R /XYZ 56.693 90.111 null] >> endobj 97 0 obj << /D [90 0 R /XYZ 56.693 93 null] >> endobj 89 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R /F52 30 0 R >> /ProcSet [ /PDF /Text ] >> endobj 104 0 obj << /Length 1325 /Filter /FlateDecode >> stream xř_s8)4xXVJZX0A Dx-'Ha%@9 B"|4p8nNnչ\'z3" a)(ovo2YlM3=7ڵ9po$in7uxEqɫ@C,!:Bc֖ϧ[ $jW*ѣd;ջ6|zdc.$5IYX9]Ffz7MNXhO )t۸yXO#8 ۝9cۅI)4Zc{vRO+D8ua OOdOffa3JSI%ntŻ`g> %]+Y#rwqud>H(,D\ƕ`pR*]hT`><_+f+,sqh#{iVːq/Z=hr9c2akHN%gYk݋ -a(*X 5=hs5Z߯Q04z1 ^)fطb̕4­wM\Wekp`Uo}fo:{7fa}fUބmS&*K&L /7fH=KQWspoor?8{qx8Fh,'uaOۋ7ml!' TnQ ?䔷rWBIHHwW._NR4 *t h#X"u`^{⡡8,X/~h'^c S5Y|U7'X,V>B(/ R١t5'CEZ‰s'\ zS~78u("8 Yp:)vMO0HAԝaЌ%Lh#أFRE5*PV}Sg^ *T^ ( Ben˄E dP^ =x̗iEC F'S 0݃=!r7Kr֑>k`K;a>~+G4PE/ur(Q:.^$Z5> endobj 98 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [466.08 694.688 557.008 705.592] /A << /S /GoTo /D (gsasl-check-version) >> >> endobj 105 0 obj << /D [103 0 R /XYZ -11.232 900.716 null] >> endobj 106 0 obj << /D [103 0 R /XYZ 56.693 739.087 null] >> endobj 107 0 obj << /D [103 0 R /XYZ 56.693 733.109 null] >> endobj 108 0 obj << /D [103 0 R /XYZ 56.693 735.998 null] >> endobj 109 0 obj << /D [103 0 R /XYZ 56.693 643.997 null] >> endobj 110 0 obj << /D [103 0 R /XYZ 56.693 638.019 null] >> endobj 111 0 obj << /D [103 0 R /XYZ 56.693 640.908 null] >> endobj 112 0 obj << /D [103 0 R /XYZ 56.693 530.974 null] >> endobj 113 0 obj << /D [103 0 R /XYZ 56.693 524.997 null] >> endobj 114 0 obj << /D [103 0 R /XYZ 56.693 527.886 null] >> endobj 115 0 obj << /D [103 0 R /XYZ 56.693 417.952 null] >> endobj 116 0 obj << /D [103 0 R /XYZ 56.693 411.974 null] >> endobj 117 0 obj << /D [103 0 R /XYZ 56.693 414.863 null] >> endobj 118 0 obj << /D [103 0 R /XYZ 56.693 304.929 null] >> endobj 119 0 obj << /D [103 0 R /XYZ 56.693 298.951 null] >> endobj 120 0 obj << /D [103 0 R /XYZ 56.693 301.841 null] >> endobj 121 0 obj << /D [103 0 R /XYZ 56.693 191.906 null] >> endobj 122 0 obj << /D [103 0 R /XYZ 56.693 185.929 null] >> endobj 123 0 obj << /D [103 0 R /XYZ 56.693 188.818 null] >> endobj 102 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 127 0 obj << /Length 2250 /Filter /FlateDecode >> stream xZms۸_T'B~Pm5]bܛ6w%Dt$۹~ IŴ4)`]`wI{{wۿ (Tz') B,dd}]T`<0K8iln?F&Z~bXɴXa AFA*ߚzprt#0y*$HbMg È2 7>n֠T2yvy/nbqM{_ntZ$Ԁ ?RBİ-^_޵30HW?D"JGQ^{OwSF0ѽ][r+rP%QH{1Zh׵J,4ZM> x,vԟ@,jFS3~i6}kn5GSPuom,o/G'|Grdq qq]2H:=Lq-nsa%uͭ:Ί\S{{tVD.B{zWZ =?ebU<-k<-jŦC^/i'Xm3NELb&KH77<.G]Xi*[<]e&[m qjrZ;P,_ OrsՂi=+5XVƕ|,<[-[ԴT:NgIzo:Tc#&6@e8'_+H^9Q+ӛ^WYC;!k2[cҏ6[7DzxN[CL„7yQue<#̱EnrMA~|;5c>oEM)}fW_#t6OZl}  ?J$$,\e~#Lsˇ.5Q~@@]G;u}ђy^jY֖Z'->SYguuq\MCzav-n;bSt%|G=fWFoCAZAl!ߣ?#A}F9> endobj 99 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [319.352 672.77 402.13 683.674] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 100 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [333.575 630.927 416.912 641.831] /A << /S /GoTo /D (gsasl-property-set) >> >> endobj 101 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [279.951 618.972 366.506 629.876] /A << /S /GoTo /D (gsasl-property-fast) >> >> endobj 128 0 obj << /D [126 0 R /XYZ -16.307 900.716 null] >> endobj 129 0 obj << /D [126 0 R /XYZ 56.693 739.087 null] >> endobj 130 0 obj << /D [126 0 R /XYZ 56.693 733.109 null] >> endobj 131 0 obj << /D [126 0 R /XYZ 56.693 735.998 null] >> endobj 132 0 obj << /D [126 0 R /XYZ 56.693 725.039 null] >> endobj 133 0 obj << /D [126 0 R /XYZ 56.693 714.08 null] >> endobj 137 0 obj << /D [126 0 R /XYZ 56.693 456.699 null] >> endobj 138 0 obj << /D [126 0 R /XYZ 56.693 450.721 null] >> endobj 139 0 obj << /D [126 0 R /XYZ 56.693 453.611 null] >> endobj 140 0 obj << /D [126 0 R /XYZ 56.693 442.652 null] >> endobj 141 0 obj << /D [126 0 R /XYZ 56.693 431.693 null] >> endobj 142 0 obj << /D [126 0 R /XYZ 56.693 420.734 null] >> endobj 143 0 obj << /D [126 0 R /XYZ 56.693 409.775 null] >> endobj 144 0 obj << /D [126 0 R /XYZ 56.693 398.816 null] >> endobj 145 0 obj << /D [126 0 R /XYZ 56.693 387.857 null] >> endobj 146 0 obj << /D [126 0 R /XYZ 56.693 376.898 null] >> endobj 147 0 obj << /D [126 0 R /XYZ 56.693 314.667 null] >> endobj 149 0 obj << /D [126 0 R /XYZ 56.693 294.742 null] >> endobj 150 0 obj << /D [126 0 R /XYZ 56.693 274.816 null] >> endobj 151 0 obj << /D [126 0 R /XYZ 56.693 254.891 null] >> endobj 152 0 obj << /D [126 0 R /XYZ 56.693 234.966 null] >> endobj 153 0 obj << /D [126 0 R /XYZ 56.693 215.04 null] >> endobj 154 0 obj << /D [126 0 R /XYZ 56.693 159.368 null] >> endobj 155 0 obj << /D [126 0 R /XYZ 56.693 153.39 null] >> endobj 156 0 obj << /D [126 0 R /XYZ 56.693 156.279 null] >> endobj 157 0 obj << /D [126 0 R /XYZ 56.693 145.32 null] >> endobj 158 0 obj << /D [126 0 R /XYZ 56.693 134.362 null] >> endobj 159 0 obj << /D [126 0 R /XYZ 56.693 123.403 null] >> endobj 160 0 obj << /D [126 0 R /XYZ 56.693 112.444 null] >> endobj 161 0 obj << /D [126 0 R /XYZ 56.693 101.485 null] >> endobj 162 0 obj << /D [126 0 R /XYZ 56.693 90.526 null] >> endobj 125 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F105 148 0 R >> /ProcSet [ /PDF /Text ] >> endobj 168 0 obj << /Length 1979 /Filter /FlateDecode >> stream xڵ[[s8}ϯ٩IHB>P&-m;!b'`,c8:#-ugAuxvB. o-s,`XZyS /qOnL(֋HSEN`V!R*8 prޙ};CE8˶? Z7?-˭E`] .L^.6p BG+Zqu%g"mCLo&9Y}əKP^U#m9TW U7&[Cun^df.]yUmD7tV0YD5foh1V88_V\A趶TVPnL bӂUm͉,\7ܘl ͩhS :o0Jz--kƤW 7&[Cz9ϥ~X%vpZ95o()c(kfX&!YI5恊oh1. PWi:ga?MiU?ZeE՘*dk} gXðW) f&70J\_t)OJ:dkx ps׭vKYl5悊o1.8B f0uЫrAT]`J phgQ`seY^-hd@Lܑ2ZJN-`g ,\xI/Bp" W 7&[㶣pBK7 "7Ȗ_c~~s4 Ąr1CxC? baߣX/~7r?~7Q[FG-.xd]tR 17Jv)=[&tU]/ʢ1T|C0rQߡ?zJ*qeA۔|3;@\@Zn7 FӠ:pY6恊o1pK=ky* 8lc5 p(@]tV:alc5` ;@hE,*3@74l @R=OL[\9:`JޏLy;H/j ?]SAI&&%i&Zõ,u{!Z. HshG_=&evqÀ#&4gyݗh[.d?I|QGbUjgm$ARO57QTٔ1cu*Qsi9"sD[9M|sjdyZI, Уk!`~!};=Du|mc 'iB'J׿W:q}8"R+!^ˇ[ #SZJh=&9҉.*/i).V $+1 ʁKIU["ŀ c?^TJ9fW$OvNDT:Qu,>ECs7ID6~Ym,OG\T2ngCLI{: 0l  riR>dS9LnlGiڒ$OLS%<[oV} |}M=IGKS a endstream endobj 167 0 obj << /Type /Page /Contents 168 0 R /Resources 166 0 R /MediaBox [0 0 595.276 841.89] /Parent 84 0 R >> endobj 169 0 obj << /D [167 0 R /XYZ -11.232 900.716 null] >> endobj 170 0 obj << /D [167 0 R /XYZ 56.693 760.065 null] >> endobj 171 0 obj << /D [167 0 R /XYZ 56.693 749.106 null] >> endobj 172 0 obj << /D [167 0 R /XYZ 56.693 738.147 null] >> endobj 173 0 obj << /D [167 0 R /XYZ 56.693 727.188 null] >> endobj 174 0 obj << /D [167 0 R /XYZ 56.693 716.229 null] >> endobj 175 0 obj << /D [167 0 R /XYZ 56.693 705.27 null] >> endobj 176 0 obj << /D [167 0 R /XYZ 56.693 694.311 null] >> endobj 177 0 obj << /D [167 0 R /XYZ 56.693 683.352 null] >> endobj 178 0 obj << /D [167 0 R /XYZ 56.693 672.393 null] >> endobj 179 0 obj << /D [167 0 R /XYZ 56.693 661.435 null] >> endobj 180 0 obj << /D [167 0 R /XYZ 56.693 650.476 null] >> endobj 181 0 obj << /D [167 0 R /XYZ 56.693 639.517 null] >> endobj 182 0 obj << /D [167 0 R /XYZ 56.693 628.558 null] >> endobj 183 0 obj << /D [167 0 R /XYZ 56.693 617.599 null] >> endobj 184 0 obj << /D [167 0 R /XYZ 56.693 606.64 null] >> endobj 185 0 obj << /D [167 0 R /XYZ 56.693 595.681 null] >> endobj 186 0 obj << /D [167 0 R /XYZ 56.693 584.722 null] >> endobj 187 0 obj << /D [167 0 R /XYZ 56.693 573.763 null] >> endobj 188 0 obj << /D [167 0 R /XYZ 56.693 562.804 null] >> endobj 189 0 obj << /D [167 0 R /XYZ 56.693 551.845 null] >> endobj 190 0 obj << /D [167 0 R /XYZ 56.693 540.887 null] >> endobj 191 0 obj << /D [167 0 R /XYZ 56.693 529.928 null] >> endobj 192 0 obj << /D [167 0 R /XYZ 56.693 518.969 null] >> endobj 193 0 obj << /D [167 0 R /XYZ 56.693 508.01 null] >> endobj 194 0 obj << /D [167 0 R /XYZ 56.693 497.051 null] >> endobj 195 0 obj << /D [167 0 R /XYZ 56.693 486.092 null] >> endobj 196 0 obj << /D [167 0 R /XYZ 56.693 475.133 null] >> endobj 197 0 obj << /D [167 0 R /XYZ 56.693 464.174 null] >> endobj 198 0 obj << /D [167 0 R /XYZ 56.693 453.215 null] >> endobj 199 0 obj << /D [167 0 R /XYZ 56.693 403.036 null] >> endobj 200 0 obj << /D [167 0 R /XYZ 56.693 383.133 null] >> endobj 201 0 obj << /D [167 0 R /XYZ 56.693 363.229 null] >> endobj 202 0 obj << /D [167 0 R /XYZ 56.693 344.132 null] >> endobj 203 0 obj << /D [167 0 R /XYZ 56.693 323.422 null] >> endobj 204 0 obj << /D [167 0 R /XYZ 56.693 304.325 null] >> endobj 205 0 obj << /D [167 0 R /XYZ 56.693 284.421 null] >> endobj 206 0 obj << /D [167 0 R /XYZ 56.693 263.711 null] >> endobj 207 0 obj << /D [167 0 R /XYZ 56.693 243.807 null] >> endobj 208 0 obj << /D [167 0 R /XYZ 56.693 223.903 null] >> endobj 209 0 obj << /D [167 0 R /XYZ 56.693 204.806 null] >> endobj 210 0 obj << /D [167 0 R /XYZ 56.693 184.903 null] >> endobj 211 0 obj << /D [167 0 R /XYZ 56.693 154.294 null] >> endobj 212 0 obj << /D [167 0 R /XYZ 56.693 132.333 null] >> endobj 213 0 obj << /D [167 0 R /XYZ 56.693 112.43 null] >> endobj 214 0 obj << /D [167 0 R /XYZ 56.693 92.526 null] >> endobj 166 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R /F105 148 0 R >> /ProcSet [ /PDF /Text ] >> endobj 217 0 obj << /Length 1967 /Filter /FlateDecode >> stream xZے}W5ש@L6g$E16 J#!'݈kPzpw޽Au)|t tC2K•E~-CA9 ks51ɓtiG$ U % 1`d{v1} !JHt":r{(Ƚ%T˔^' N)xi)Z\:#ߞF= q4+v5ܑjHׁb+y v/``,Bg ('ɯ]ߑ*ˌ=059:Kٵ8E9@r'v嫂=N *~qI|i282-QS}Nh1s?.N 4B+w2dXe+*=)7pkq&vu]1- ;?g\ǿ}e_$9k9k,%j|g(V'1M*FMb@+c\&Edx0Al5ryԝ_ÿ-KRwX5[#oDc;EMdzɧ1K2^e,:fE#;t"wާ{\c 2ԚFVڻ$m% s+5q ۃo9Sw:t/ Bg"F6|Fƛiq33{v:z763>7ّu2P4پ:dg[ݜM9zHuA!h%:ز.?1q~:vNTln,;ȕ5~~Wrz^iq=m5[*Ho5 :Ii߲M-1$(WUI%45T ˴<1~  $Yw}ZGu~ҧ&,7'5|U^T uP;Œ uHv=}0f.9s8.1L2DRq\ >z*9;ƸLh .J M9Iv{ ~t3 B{ڏهվL}L6d+:ɱx.w-ޒ+$~ |j G"$)_CԪG1UygeU4rt3}pp`ay8kVh# <N˪:<ҟ!+660lz5g%6Lޣ偪 LZ^*%2n 9-㒵^=+;"OW1VhCYt:ra ˺|f]5W:,6\d ǧ$Mxye,Oػ qqm3$҉Um&eYWh!._//ZURyn%u3"5ɋ4 b hyq?4"S*t|w<)b@F`g'J Wcw;#mzjS>uwM$32eυYd>"v25 [mGb8"3CQ!Co6Ka'?uottC(o *.L I*֚gDSwifG ByMl fާY4uF?37)<*1G&{ThU9GES{9 ݩtCså/ QWx (r|;7z OBLޮ@s/(0+$7[{;ptfo! n}_P{aWhO?(_wQzn|^LxaWN?K`2EqoM[J6TkO? |~۝~\;7Xu+< L4~{z~=Unw endstream endobj 216 0 obj << /Type /Page /Contents 217 0 R /Resources 215 0 R /MediaBox [0 0 595.276 841.89] /Parent 257 0 R >> endobj 218 0 obj << /D [216 0 R /XYZ -16.307 900.716 null] >> endobj 219 0 obj << /D [216 0 R /XYZ 56.693 759.068 null] >> endobj 220 0 obj << /D [216 0 R /XYZ 56.693 733.118 null] >> endobj 221 0 obj << /D [216 0 R /XYZ 56.693 711.241 null] >> endobj 222 0 obj << /D [216 0 R /XYZ 56.693 692.228 null] >> endobj 223 0 obj << /D [216 0 R /XYZ 56.693 672.407 null] >> endobj 224 0 obj << /D [216 0 R /XYZ 56.693 651.78 null] >> endobj 225 0 obj << /D [216 0 R /XYZ 56.693 631.96 null] >> endobj 226 0 obj << /D [216 0 R /XYZ 56.693 612.14 null] >> endobj 227 0 obj << /D [216 0 R /XYZ 56.693 592.32 null] >> endobj 228 0 obj << /D [216 0 R /XYZ 56.693 572.499 null] >> endobj 229 0 obj << /D [216 0 R /XYZ 56.693 552.679 null] >> endobj 230 0 obj << /D [216 0 R /XYZ 56.693 532.859 null] >> endobj 231 0 obj << /D [216 0 R /XYZ 56.693 513.039 null] >> endobj 232 0 obj << /D [216 0 R /XYZ 56.693 493.218 null] >> endobj 233 0 obj << /D [216 0 R /XYZ 56.693 473.398 null] >> endobj 234 0 obj << /D [216 0 R /XYZ 56.693 417.928 null] >> endobj 235 0 obj << /D [216 0 R /XYZ 56.693 412.056 null] >> endobj 236 0 obj << /D [216 0 R /XYZ 56.693 414.945 null] >> endobj 237 0 obj << /D [216 0 R /XYZ 56.693 403.986 null] >> endobj 238 0 obj << /D [216 0 R /XYZ 56.693 393.027 null] >> endobj 239 0 obj << /D [216 0 R /XYZ 56.693 382.068 null] >> endobj 240 0 obj << /D [216 0 R /XYZ 56.693 371.109 null] >> endobj 241 0 obj << /D [216 0 R /XYZ 56.693 297.395 null] >> endobj 242 0 obj << /D [216 0 R /XYZ 56.693 277.575 null] >> endobj 243 0 obj << /D [216 0 R /XYZ 56.693 257.755 null] >> endobj 244 0 obj << /D [216 0 R /XYZ 56.693 202.285 null] >> endobj 245 0 obj << /D [216 0 R /XYZ 56.693 196.412 null] >> endobj 246 0 obj << /D [216 0 R /XYZ 56.693 199.301 null] >> endobj 247 0 obj << /D [216 0 R /XYZ 56.693 188.342 null] >> endobj 248 0 obj << /D [216 0 R /XYZ 56.693 177.384 null] >> endobj 249 0 obj << /D [216 0 R /XYZ 56.693 166.425 null] >> endobj 250 0 obj << /D [216 0 R /XYZ 56.693 155.466 null] >> endobj 251 0 obj << /D [216 0 R /XYZ 56.693 144.507 null] >> endobj 252 0 obj << /D [216 0 R /XYZ 56.693 133.548 null] >> endobj 253 0 obj << /D [216 0 R /XYZ 56.693 122.589 null] >> endobj 254 0 obj << /D [216 0 R /XYZ 56.693 111.63 null] >> endobj 255 0 obj << /D [216 0 R /XYZ 56.693 100.671 null] >> endobj 256 0 obj << /D [216 0 R /XYZ 56.693 89.712 null] >> endobj 215 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F105 148 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R >> /ProcSet [ /PDF /Text ] >> endobj 260 0 obj << /Length 2412 /Filter /FlateDecode >> stream xڵ]s8+L&$$&L/ yg˃2(˯иl@@ZlP6^3XˇM`AbXE} 1Pcp2RgJR oc1`-揆؈@E T 0\@UU@‹0*i#_.(_L'B&[o`s/_[lM b?b66B{-lf|ExQLx Ap5~{w2vGZH{!_{m=zap7 " ?yAJb2Z|=b 0:y9<2p5y& zl=`5z>9xmq|F+9lj0k=CT*:j0k=SXս[XKvS$R.״][lMPd5$2y)R{m@i}b1(D4r|MY:fU׋d/yPdQk >ǝN0\Ŀe5ı;yxn-77^}IH$"O_,(6 ,,EGwP4M4B B[l۶@~§( I7 e9 )& ]=P`n@Fެ a FFCC[lxi1n#w@2"_ j@@*qD69Z|=bNl#>&|U"K_$lHx6qr&|X"G_$, i6 |V䯼I̢0~? (/J&ҵ5h,irɋ(PvbP^$Djakb7#zCE;F<&C!D- %?^&>\!.J5JD;tO?>x|qcd8[ A"_\0tq ێz "_,SOļ`Me j&!۝gjO^mf=fN{+ RU[f]`B,*tQ裈 ǚvMvyîtZYMv]+[_]+wn[1q^ I^S{G&UX٥"_SoLTQ'╘W %_nyYn>[~[aܯJyuÛś@ 9 ?Վm0<">,.ͳ!߼Il><+oyxʀt}O*l~Y D4 y`Kz[yd}%'}SVyo}zyY>l=+eE *x9V'h[<[<0rO\}g}xwK)U}m_TRfB@:/ݧ|QAվj˧l{o!S2* endstream endobj 259 0 obj << /Type /Page /Contents 260 0 R /Resources 258 0 R /MediaBox [0 0 595.276 841.89] /Parent 257 0 R >> endobj 261 0 obj << /D [259 0 R /XYZ -11.232 900.716 null] >> endobj 262 0 obj << /D [259 0 R /XYZ 56.693 760.065 null] >> endobj 263 0 obj << /D [259 0 R /XYZ 56.693 749.106 null] >> endobj 264 0 obj << /D [259 0 R /XYZ 56.693 738.147 null] >> endobj 265 0 obj << /D [259 0 R /XYZ 56.693 727.188 null] >> endobj 266 0 obj << /D [259 0 R /XYZ 56.693 716.229 null] >> endobj 267 0 obj << /D [259 0 R /XYZ 56.693 705.27 null] >> endobj 268 0 obj << /D [259 0 R /XYZ 56.693 694.311 null] >> endobj 269 0 obj << /D [259 0 R /XYZ 56.693 683.352 null] >> endobj 270 0 obj << /D [259 0 R /XYZ 56.693 672.393 null] >> endobj 271 0 obj << /D [259 0 R /XYZ 56.693 661.435 null] >> endobj 272 0 obj << /D [259 0 R /XYZ 56.693 650.476 null] >> endobj 273 0 obj << /D [259 0 R /XYZ 56.693 639.517 null] >> endobj 274 0 obj << /D [259 0 R /XYZ 56.693 628.558 null] >> endobj 275 0 obj << /D [259 0 R /XYZ 56.693 617.599 null] >> endobj 276 0 obj << /D [259 0 R /XYZ 56.693 606.64 null] >> endobj 277 0 obj << /D [259 0 R /XYZ 56.693 595.681 null] >> endobj 278 0 obj << /D [259 0 R /XYZ 56.693 584.722 null] >> endobj 279 0 obj << /D [259 0 R /XYZ 56.693 573.763 null] >> endobj 280 0 obj << /D [259 0 R /XYZ 56.693 562.804 null] >> endobj 281 0 obj << /D [259 0 R /XYZ 56.693 551.845 null] >> endobj 282 0 obj << /D [259 0 R /XYZ 56.693 540.887 null] >> endobj 283 0 obj << /D [259 0 R /XYZ 56.693 529.928 null] >> endobj 284 0 obj << /D [259 0 R /XYZ 56.693 518.969 null] >> endobj 285 0 obj << /D [259 0 R /XYZ 56.693 508.01 null] >> endobj 286 0 obj << /D [259 0 R /XYZ 56.693 497.051 null] >> endobj 287 0 obj << /D [259 0 R /XYZ 56.693 486.092 null] >> endobj 288 0 obj << /D [259 0 R /XYZ 56.693 475.133 null] >> endobj 289 0 obj << /D [259 0 R /XYZ 56.693 464.174 null] >> endobj 290 0 obj << /D [259 0 R /XYZ 56.693 453.215 null] >> endobj 291 0 obj << /D [259 0 R /XYZ 56.693 442.256 null] >> endobj 292 0 obj << /D [259 0 R /XYZ 56.693 431.298 null] >> endobj 293 0 obj << /D [259 0 R /XYZ 56.693 420.339 null] >> endobj 294 0 obj << /D [259 0 R /XYZ 56.693 409.38 null] >> endobj 295 0 obj << /D [259 0 R /XYZ 56.693 398.421 null] >> endobj 296 0 obj << /D [259 0 R /XYZ 56.693 387.462 null] >> endobj 297 0 obj << /D [259 0 R /XYZ 56.693 376.503 null] >> endobj 298 0 obj << /D [259 0 R /XYZ 56.693 365.544 null] >> endobj 299 0 obj << /D [259 0 R /XYZ 56.693 354.585 null] >> endobj 300 0 obj << /D [259 0 R /XYZ 56.693 343.626 null] >> endobj 301 0 obj << /D [259 0 R /XYZ 56.693 293.35 null] >> endobj 302 0 obj << /D [259 0 R /XYZ 56.693 273.425 null] >> endobj 303 0 obj << /D [259 0 R /XYZ 56.693 253.499 null] >> endobj 304 0 obj << /D [259 0 R /XYZ 56.693 233.574 null] >> endobj 305 0 obj << /D [259 0 R /XYZ 56.693 213.649 null] >> endobj 306 0 obj << /D [259 0 R /XYZ 56.693 193.723 null] >> endobj 307 0 obj << /D [259 0 R /XYZ 56.693 173.798 null] >> endobj 308 0 obj << /D [259 0 R /XYZ 56.693 153.873 null] >> endobj 309 0 obj << /D [259 0 R /XYZ 56.693 133.948 null] >> endobj 310 0 obj << /D [259 0 R /XYZ 56.693 114.022 null] >> endobj 311 0 obj << /D [259 0 R /XYZ 56.693 94.904 null] >> endobj 258 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R /F105 148 0 R >> /ProcSet [ /PDF /Text ] >> endobj 315 0 obj << /Length 1326 /Filter /FlateDecode >> stream x͙sJGM~D$ }}y*i0(oFy3xpٽ[w ׽{w%cACBUa(KmC*㾧{j;f5p(ET]´W=%*b)VR)R( A,W Q]{=xX 8T Saл%̽0kA&QQq"x=MM%X~fk-\ 742Þ-V-_JHE>>aTy׀~. (qs-8Jݻ"]l, x4P>:нo>$p1s (9 r? p%tNڀa-k *aIP,e5H3ξʳg[U׌[efϽ?0$4B!豈χ)<=d_M\(mcJsr Z"0{Ý  4|`LZ,$_iKH♦dyo%m^G϶;/^vKg!^"f3hQn Ǵ^y)BUD/4Ѧ.e^\nW>ȪgM'Ais8?(*HΠ$aƏw1n媎g}680'aü2{|$!k,FBZsWu$j+rML~0w''ҫ^o6flY%&z{uxWS{,ϯ\>BSD])a>y~+OB(,ȭe֜9ei'=[մLrggK$D4"墏S2E՝A KH"AEjGD"IQ.EZs_y=2\qԉ9SKPӛ;e:C}0mÖ1nK5(uZe. Ŷ3fwChD7wOu{5%m;4,掙k{'Jok_46]?HSw]^-4^?T-{ \ߍ"[Ҏ&Ys[xp^zi42l䎝 )2o>}V^R1"t:_>I'|7dEi|n.8> endobj 312 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [203.691 228.702 403.242 238.799] /A << /S /GoTo /D (GSASL-KERBEROS-V5-INTERNAL-ERROR:CAPS) >> >> endobj 316 0 obj << /D [314 0 R /XYZ -16.307 900.716 null] >> endobj 317 0 obj << /D [314 0 R /XYZ 56.693 759.068 null] >> endobj 318 0 obj << /D [314 0 R /XYZ 56.693 742.964 null] >> endobj 319 0 obj << /D [314 0 R /XYZ 56.693 723.039 null] >> endobj 320 0 obj << /D [314 0 R /XYZ 56.693 703.113 null] >> endobj 321 0 obj << /D [314 0 R /XYZ 56.693 683.188 null] >> endobj 322 0 obj << /D [314 0 R /XYZ 56.693 663.263 null] >> endobj 323 0 obj << /D [314 0 R /XYZ 56.693 643.337 null] >> endobj 324 0 obj << /D [314 0 R /XYZ 56.693 623.412 null] >> endobj 325 0 obj << /D [314 0 R /XYZ 56.693 603.487 null] >> endobj 326 0 obj << /D [314 0 R /XYZ 56.693 583.562 null] >> endobj 327 0 obj << /D [314 0 R /XYZ 56.693 563.636 null] >> endobj 328 0 obj << /D [314 0 R /XYZ 56.693 543.711 null] >> endobj 329 0 obj << /D [314 0 R /XYZ 56.693 523.786 null] >> endobj 330 0 obj << /D [314 0 R /XYZ 56.693 503.86 null] >> endobj 331 0 obj << /D [314 0 R /XYZ 56.693 483.935 null] >> endobj 332 0 obj << /D [314 0 R /XYZ 56.693 464.01 null] >> endobj 333 0 obj << /D [314 0 R /XYZ 56.693 444.085 null] >> endobj 334 0 obj << /D [314 0 R /XYZ 56.693 424.159 null] >> endobj 335 0 obj << /D [314 0 R /XYZ 56.693 404.234 null] >> endobj 336 0 obj << /D [314 0 R /XYZ 56.693 384.309 null] >> endobj 337 0 obj << /D [314 0 R /XYZ 56.693 364.384 null] >> endobj 338 0 obj << /D [314 0 R /XYZ 56.693 344.458 null] >> endobj 339 0 obj << /D [314 0 R /XYZ 56.693 324.533 null] >> endobj 340 0 obj << /D [314 0 R /XYZ 56.693 304.608 null] >> endobj 341 0 obj << /D [314 0 R /XYZ 56.693 284.682 null] >> endobj 342 0 obj << /D [314 0 R /XYZ 56.693 265.564 null] >> endobj 343 0 obj << /D [314 0 R /XYZ 56.693 245.639 null] >> endobj 344 0 obj << /D [314 0 R /XYZ 56.693 225.713 null] >> endobj 345 0 obj << /D [314 0 R /XYZ 56.693 204.981 null] >> endobj 346 0 obj << /D [314 0 R /XYZ 56.693 185.863 null] >> endobj 347 0 obj << /D [314 0 R /XYZ 56.693 165.131 null] >> endobj 348 0 obj << /D [314 0 R /XYZ 56.693 145.205 null] >> endobj 349 0 obj << /D [314 0 R /XYZ 56.693 125.28 null] >> endobj 350 0 obj << /D [314 0 R /XYZ 56.693 105.355 null] >> endobj 313 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F105 148 0 R >> /ProcSet [ /PDF /Text ] >> endobj 359 0 obj << /Length 1725 /Filter /FlateDecode >> stream xZMs6W(u"$il73=$-A2JE>aޘ `$5/axB" 8|Eԛ,oco ^xqxˑKO(p.pc"XZ(:<,if+6շW0f?J`i /C>.Dp"(/ެim (EV&׾sN~.3mI `Kܳ'U)-*(ܲ꩞YҶގ%@}OW!ہ?0Gt9j?޼:x~&4*1Fs~O=1Cj:nV-ª>~|$ae=*^븾7%JW[I |fIjOy2KsxGI~̴.F*{̀y=GB1dDİpNIOks56ճ:|LD,jޘ2$gU˗IăndDRaEXOI2uo(3:LF>2D 撸k,1nVv(Z.)i1ɻ?C#NF _ ,# *I-ε)%r 7V0Ӓ_ĵreL9◸rM=S7 a8/6ZJa&v&ܲI; LB(~$ a\ ֲQP:\$5`;D 1.KYI_u6zo>@B~l\)D+CQ3s amlR{jWo5{< G0!3q}KuȟrqZ%C}.oU`g9``OJbmAk\!2NK- ءr(:2 J\ߵB E!H]Kٝ )WK>eTjd 44'-B-lT!AL[@E @,6Ю[TUDT-tKźp췂̄J Z'-א9CD:y٦5 A5F,n~°\ݽ{FcVL& cg鈉14#7َfֶ ysѼy/p8fr]Ҽy1$]H%zMWPiw/)lu]{ 0]:STB}SXZu,vWԧ~HoF* N`w|BDX6RGG~O:z݅K)G8aM= v8FoU9RG*B9]Iw#DZUZ4g6Xp? O ˫YF܎FdO:MhQlz`Ӓ1Ydmi8突C$×[Hj{Ѿ, e^A6LdЈ߫\qZ*F\#آ9mj2Վ~-/)PzzvVNтǹővq/V,>?l endstream endobj 358 0 obj << /Type /Page /Contents 359 0 R /Resources 357 0 R /MediaBox [0 0 595.276 841.89] /Parent 257 0 R /Annots [ 351 0 R 352 0 R 353 0 R 354 0 R 355 0 R 356 0 R ] >> endobj 351 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.5 675.123 272.681 686.027] /A << /S /GoTo /D (gsasl-saslprep) >> >> endobj 352 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.205 359.262 186.116 370.256] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 353 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [235.771 359.262 347.173 370.256] /A << /S /GoTo /D (GSASL-BASE64-ERROR:CAPS) >> >> endobj 354 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [449.54 359.262 567.925 370.256] /A << /S /GoTo /D (GSASL-MALLOC-ERROR:CAPS) >> >> endobj 355 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 99.15 185.548 110.144] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 356 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [244.148 99.15 362.534 110.144] /A << /S /GoTo /D (GSASL-MALLOC-ERROR:CAPS) >> >> endobj 360 0 obj << /D [358 0 R /XYZ -11.232 900.716 null] >> endobj 361 0 obj << /D [358 0 R /XYZ 56.693 739.087 null] >> endobj 362 0 obj << /D [358 0 R /XYZ 56.693 733.893 null] >> endobj 363 0 obj << /D [358 0 R /XYZ 56.693 736.782 null] >> endobj 364 0 obj << /D [358 0 R /XYZ 56.693 725.824 null] >> endobj 365 0 obj << /D [358 0 R /XYZ 56.693 714.865 null] >> endobj 366 0 obj << /D [358 0 R /XYZ 56.693 668.117 null] >> endobj 367 0 obj << /D [358 0 R /XYZ 56.693 613.959 null] >> endobj 368 0 obj << /D [358 0 R /XYZ 56.693 608.765 null] >> endobj 369 0 obj << /D [358 0 R /XYZ 56.693 611.654 null] >> endobj 370 0 obj << /D [358 0 R /XYZ 56.693 534.298 null] >> endobj 371 0 obj << /D [358 0 R /XYZ 56.693 529.105 null] >> endobj 372 0 obj << /D [358 0 R /XYZ 56.693 531.994 null] >> endobj 373 0 obj << /D [358 0 R /XYZ 56.693 521.035 null] >> endobj 374 0 obj << /D [358 0 R /XYZ 56.693 510.077 null] >> endobj 375 0 obj << /D [358 0 R /XYZ 56.693 499.118 null] >> endobj 376 0 obj << /D [358 0 R /XYZ 56.693 286.142 null] >> endobj 377 0 obj << /D [358 0 R /XYZ 56.693 280.949 null] >> endobj 378 0 obj << /D [358 0 R /XYZ 56.693 283.838 null] >> endobj 379 0 obj << /D [358 0 R /XYZ 56.693 272.879 null] >> endobj 380 0 obj << /D [358 0 R /XYZ 56.693 261.92 null] >> endobj 381 0 obj << /D [358 0 R /XYZ 56.693 250.961 null] >> endobj 357 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F105 148 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 394 0 obj << /Length 1947 /Filter /FlateDecode >> stream xZo6_!I>lX~t.ڠmn@"m:"K$73$刲fC5ǁipٷ?H$U\y8QqИTY94:璆77WvtࣞZSm_uVlY[%ms33FR)-c&`Uڇٟg ģ " SFtyO%QrHF  Eps{t<0(wMӬ(&tixoeJ ?f$ :r@NAbc8-"E'i=|fgwsFbɻ ,cԧw:w:}}^<]`1ƌPZcekuOQNo{oAp_v_('88;C$I#߽@1(ͼw, C(AD`ĥ3cF7M^c0K^gé4%pta1qַܪVn7χEY0ŦQ$))}ܭR(_X!TXҰ]AZ4kщDT.xÐze$J(nөg $qGR0+n缜aѶԒ7GL3YdIO-W~) :c~>%Pn/?\nn#~zo`BH}Tb!hԪ3x Cd8-d(Cp8߼6wDk>B#։^~c`|X tFfY AHϯq!oP=Bѥ.2o[\7J7Z/-J5cW ;R͝T_euԭbK`4¸0.p)òoF] !xtӞr`1 'n.U*t'!#]QTu;2(m.@V)L[3;xjԘFJήc#͢ZwMyN)00׳|'uαڅ//g/0E/AmZS*<,%\&]sK iQBL wZOu"1|ZNHaW^ OWWzgTCTwfa>lV98"aCƞyDW}-٬ 1O<WRYYWyn 7=z;$uf$RvmYX`zT\NmY9} W*zw#! L^W;Uաf2;=a(m99y)84(6Ibvq[jW57" ,{F$ܿ7 v :]ؗw7" ޢ*~kkBcڿ-'v+\T+䘫[%׸E<&MYd"@fm+fTcR2ct L8-Lc?0pӽ/"Tu,N{U&ncS`4Xڃe(~.+x8:޹f,-/i:wm>R4B (IdahCb#F+6ߜ>DkX*u<>/CS5wR!d('8@> endobj 383 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [489.153 672.77 630.98 683.674] /A << /S /GoTo /D (GSASL-ANONYMOUS-TOKEN:CAPS) >> >> endobj 384 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [301.407 660.815 443.235 671.719] /A << /S /GoTo /D (GSASL-ANONYMOUS-TOKEN:CAPS) >> >> endobj 385 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [169.997 593.069 216.821 603.973] /A << /S /GoTo /D (gsasl-init) >> >> endobj 386 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [311.793 533.293 422.627 544.287] /A << /S /GoTo /D (GSASL-NO-CALLBACK:CAPS) >> >> endobj 387 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [188.028 406.323 295.713 417.227] /A << /S /GoTo /D (gsasl-callback-hook-set) >> >> endobj 388 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [422.54 210.611 531.331 221.515] /A << /S /GoTo /D (gsasl-callback-hook-get) >> >> endobj 395 0 obj << /D [393 0 R /XYZ -16.307 900.716 null] >> endobj 396 0 obj << /D [393 0 R /XYZ 56.693 739.087 null] >> endobj 397 0 obj << /D [393 0 R /XYZ 56.693 733.109 null] >> endobj 398 0 obj << /D [393 0 R /XYZ 56.693 735.998 null] >> endobj 399 0 obj << /D [393 0 R /XYZ 56.693 725.039 null] >> endobj 400 0 obj << /D [393 0 R /XYZ 56.693 714.08 null] >> endobj 401 0 obj << /D [393 0 R /XYZ 56.693 468.654 null] >> endobj 402 0 obj << /D [393 0 R /XYZ 56.693 462.677 null] >> endobj 403 0 obj << /D [393 0 R /XYZ 56.693 465.566 null] >> endobj 404 0 obj << /D [393 0 R /XYZ 56.693 283.901 null] >> endobj 405 0 obj << /D [393 0 R /XYZ 56.693 277.923 null] >> endobj 406 0 obj << /D [393 0 R /XYZ 56.693 280.812 null] >> endobj 407 0 obj << /D [393 0 R /XYZ 56.693 269.853 null] >> endobj 392 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 416 0 obj << /Length 2354 /Filter /FlateDecode >> stream xZQs6~ q}uOԾu2YRJRvKAѶlEMX,Kލxg'>yA"J2]=Ɉ8Wܻy_ϓS&'˥R6_b_ԋ6(N)%JØ0+!NM ߾V6r7FG8I^C"BY_PI =FTR{p.'2leooպ}V(WxҚSJcΰoNKƜlf #˩AZX?hze!w" #gDHe!17#@9X=mzbxDqcҐ1KFWu?Ջ-襜>@խJCG\cC! ?\|z=] 7bYhOS؝Uc`Y 1=< ͣM4Lmx!Űdԏ8l!Ĕ4oVU w9MBzgnJXX9>OiYU Љ&qU ]j2ch)V |âWZ&/ mѕءbc5R~{l@4$|a΋T 91"Ltۀc0Qi*u3<&-Ɋ~(=A@D@T81 mNvɉ޻T-euv2he}7"b|QGZuYw)^bOs@;@ydWFDxW vۀKX܁UQ{EREDj?$SC5T fs`O^/!Zd,K@^'l!yFZp . 6$mdh5_/>^ S6YLs=:0ðhC] \a![ "Fc]͑siRX/ڼ%.q_/Vz4U561C8j$]ˁ#>?1P*鍵uϟ>%y$PݗޔE5.wӞ+m9jv?xYA>hgkGKۛ|dL'RO@hfف<q|Nyu2/Nۂ.5](T àJU p%'y<at<8X<\PsqVB?SQ)!y>)IWMpŶL϶.m{ϰ-!ШyLSˍ4~ }U#9#!B%*h4lXIQfb&{WB >Hp6Ɣ)"|7o~Ѱ5Yj)^/$N|K#K6Wĕ XH(/@=>1 19#aq偘Gi瞏A ؅ 혌4 H K~K'+ endstream endobj 415 0 obj << /Type /Page /Contents 416 0 R /Resources 414 0 R /MediaBox [0 0 595.276 841.89] /Parent 257 0 R /Annots [ 389 0 R 390 0 R 391 0 R 409 0 R 410 0 R 411 0 R 412 0 R 413 0 R ] >> endobj 389 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [498.706 689.395 565.435 700.299] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 390 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.002 665.484 503.83 676.388] /A << /S /GoTo /D (GSASL-ANONYMOUS-TOKEN:CAPS) >> >> endobj 391 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [232.098 653.529 373.926 664.433] /A << /S /GoTo /D (GSASL-ANONYMOUS-TOKEN:CAPS) >> >> endobj 409 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [169.997 621.337 216.821 632.241] /A << /S /GoTo /D (gsasl-init) >> >> endobj 410 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [72.573 492.25 154.266 503.154] /A << /S /GoTo /D (GSASL-VERSION:CAPS) >> >> endobj 411 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.335 476.206 443.159 487.11] /A << /S /GoTo /D (gsasl-init) >> >> endobj 412 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 260.746 185.548 271.022] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 413 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 77.757 185.548 88.034] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 417 0 obj << /D [415 0 R /XYZ -11.232 900.716 null] >> endobj 163 0 obj << /D [415 0 R /XYZ 56.693 739.087 null] >> endobj 418 0 obj << /D [415 0 R /XYZ 56.693 734.997 null] >> endobj 419 0 obj << /D [415 0 R /XYZ 56.693 737.887 null] >> endobj 420 0 obj << /D [415 0 R /XYZ 56.693 726.928 null] >> endobj 124 0 obj << /D [415 0 R /XYZ 56.693 547.027 null] >> endobj 421 0 obj << /D [415 0 R /XYZ 56.693 542.938 null] >> endobj 422 0 obj << /D [415 0 R /XYZ 56.693 545.828 null] >> endobj 423 0 obj << /D [415 0 R /XYZ 56.693 377.987 null] >> endobj 424 0 obj << /D [415 0 R /XYZ 56.693 373.897 null] >> endobj 425 0 obj << /D [415 0 R /XYZ 56.693 376.787 null] >> endobj 426 0 obj << /D [415 0 R /XYZ 56.693 365.828 null] >> endobj 427 0 obj << /D [415 0 R /XYZ 56.693 223.994 null] >> endobj 428 0 obj << /D [415 0 R /XYZ 56.693 219.905 null] >> endobj 429 0 obj << /D [415 0 R /XYZ 56.693 222.794 null] >> endobj 430 0 obj << /D [415 0 R /XYZ 56.693 211.835 null] >> endobj 431 0 obj << /D [415 0 R /XYZ 56.693 200.876 null] >> endobj 414 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 435 0 obj << /Length 1897 /Filter /FlateDecode >> stream xZKFWP>I.kv 8X84|-pXRLHACbLј <~uz9PYl;[>OހXD V2-cBP,LF×GR}x8 H0&Hb$w88 w Q&x\`i cD4P\OujZn#We5Seiyg?R\zKsyB̃QDZ~}](\Pڗv"\ow>f(bZ+9`,3oۙ hdYY{=*)KjVx+H{nWiԺX^KU֣nLCZe1Əjc]Gr{|L2ĸ8bnN;{u~<8Bl#}u~5BrW鈊C233?G6T0lUam f-;!B/Fm$FTD^CGqrY`W@ABHI&A"kVfk=qT/كgZ`lv[ HܜZ)i6 FygҜL g ~A7m4""<]SN☉~\s=hfZZҧvɋZ3TkF[LV]$z>L-MJH븾X(kzH%؈E|It!c9.| 6\l,9l1(aE\22 nb`rL.Ybe߯ z<KivD$B 0sc'gJŗcJ=}7ZEo͔ ރ% #L% HRڰE%\9 zMD[.M*7 t/ǜȜBTP02MHF! U& _Fa Nb_>-J|p_s䵷^9(>~G~uŐ);[w=Gi2ͳNُІP@Qs_~O' Ϣ}}kPi`O1n"mY֭1]lHZ?li`OhEHu !zm۪O z9kdT/XIv(z4r gf;cCuJøuS:^'lzܵ.YeY<͖7Szr̫t7z684qQZҸudK`}&NCvf7}t? ;L endstream endobj 434 0 obj << /Type /Page /Contents 435 0 R /Resources 433 0 R /MediaBox [0 0 595.276 841.89] /Parent 455 0 R /Annots [ 432 0 R ] >> endobj 432 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 184.65 185.548 195.643] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 436 0 obj << /D [434 0 R /XYZ -16.307 900.716 null] >> endobj 437 0 obj << /D [434 0 R /XYZ 56.693 739.087 null] >> endobj 438 0 obj << /D [434 0 R /XYZ 56.693 733.398 null] >> endobj 439 0 obj << /D [434 0 R /XYZ 56.693 736.287 null] >> endobj 440 0 obj << /D [434 0 R /XYZ 56.693 725.328 null] >> endobj 441 0 obj << /D [434 0 R /XYZ 56.693 570.007 null] >> endobj 442 0 obj << /D [434 0 R /XYZ 56.693 564.318 null] >> endobj 443 0 obj << /D [434 0 R /XYZ 56.693 567.207 null] >> endobj 444 0 obj << /D [434 0 R /XYZ 56.693 556.248 null] >> endobj 445 0 obj << /D [434 0 R /XYZ 56.693 412.882 null] >> endobj 446 0 obj << /D [434 0 R /XYZ 56.693 407.193 null] >> endobj 447 0 obj << /D [434 0 R /XYZ 56.693 410.082 null] >> endobj 448 0 obj << /D [434 0 R /XYZ 56.693 399.123 null] >> endobj 449 0 obj << /D [434 0 R /XYZ 56.693 388.164 null] >> endobj 450 0 obj << /D [434 0 R /XYZ 56.693 377.205 null] >> endobj 451 0 obj << /D [434 0 R /XYZ 56.693 366.247 null] >> endobj 452 0 obj << /D [434 0 R /XYZ 56.693 146.326 null] >> endobj 453 0 obj << /D [434 0 R /XYZ 56.693 140.638 null] >> endobj 454 0 obj << /D [434 0 R /XYZ 56.693 143.527 null] >> endobj 433 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F102 134 0 R >> /ProcSet [ /PDF /Text ] >> endobj 460 0 obj << /Length 1999 /Filter /FlateDecode >> stream xZ[6~_S+ڧ4ilۇ4g .l#$aB!}|Y87 )Iep$E2 ""Xp3^Om:O^=}{w^R牶?_&Φon$@dF,) f %L$|F'"뛫 Dp i^}`U7#W Q&> ^]z{K,^&W`iUqBh?`3BB̃ QTROwSBAV01w ȧb@qa9tVV\T!| |#ǡF0 r2H,{nl`ZK>t!x}#lg a%?yGLrwDRכ2i^ UߑdNa?0,L۔mB6]`6Id.*qnҧ ᐋ\cN.H%bL!-:/҄r&ܙu17?{ j#ct~XR=0Y?SX%܏A*9 s]eaa{g$Ku^]yV㓵#MdզQ>h'f-Ypg a\r gY 34܉@7q8cax`xۙ(`GGPuں.D5xG k@|ʱ^@~pv.)q7w5+i#e@k4 gwôfLکEnM0]5}T]4Om|Y : 6vP+gA'ܒV6x_k":4jk[Wʧ:wS^L9Cqk'lt+gtpbkD7O+g@f'ezrN!iX{SJ۞.}DԞ*NnWsqV$QHR& arq)s۲#l_Hˎ{ey"i{4(j$.g {0Է hy es6yMS B0T}`Hme"4 I_H%K6I!߾xjJgEkOEIY|ur^#Շ۳3dt0u(J$H>vdjM'홝 ʖ6`;MP'?5 endstream endobj 459 0 obj << /Type /Page /Contents 460 0 R /Resources 458 0 R /MediaBox [0 0 595.276 841.89] /Parent 455 0 R /Annots [ 456 0 R ] >> endobj 456 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 507.39 185.548 518.384] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 461 0 obj << /D [459 0 R /XYZ -11.232 900.716 null] >> endobj 462 0 obj << /D [459 0 R /XYZ 56.693 739.087 null] >> endobj 463 0 obj << /D [459 0 R /XYZ 56.693 733.109 null] >> endobj 464 0 obj << /D [459 0 R /XYZ 56.693 735.998 null] >> endobj 465 0 obj << /D [459 0 R /XYZ 56.693 725.039 null] >> endobj 466 0 obj << /D [459 0 R /XYZ 56.693 714.08 null] >> endobj 467 0 obj << /D [459 0 R /XYZ 56.693 703.121 null] >> endobj 468 0 obj << /D [459 0 R /XYZ 56.693 692.163 null] >> endobj 469 0 obj << /D [459 0 R /XYZ 56.693 468.654 null] >> endobj 470 0 obj << /D [459 0 R /XYZ 56.693 462.677 null] >> endobj 471 0 obj << /D [459 0 R /XYZ 56.693 465.566 null] >> endobj 472 0 obj << /D [459 0 R /XYZ 56.693 359.617 null] >> endobj 473 0 obj << /D [459 0 R /XYZ 56.693 353.639 null] >> endobj 474 0 obj << /D [459 0 R /XYZ 56.693 356.528 null] >> endobj 475 0 obj << /D [459 0 R /XYZ 56.693 194.788 null] >> endobj 476 0 obj << /D [459 0 R /XYZ 56.693 188.811 null] >> endobj 477 0 obj << /D [459 0 R /XYZ 56.693 191.7 null] >> endobj 478 0 obj << /D [459 0 R /XYZ 56.693 180.741 null] >> endobj 479 0 obj << /D [459 0 R /XYZ 56.693 169.782 null] >> endobj 480 0 obj << /D [459 0 R /XYZ 56.693 158.823 null] >> endobj 481 0 obj << /D [459 0 R /XYZ 56.693 147.864 null] >> endobj 458 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 488 0 obj << /Length 1549 /Filter /FlateDecode >> stream xZKs6W(ubG{rIj7\(JJEn H/iI&A\b~2n= ~^,gTz')X!f7xÓ_Qnt[78*\=k?]߁Xi+E0dptI퇃_axB" z(C +M;#nw͜{`Dq] ~D\6`VB87`t~Å@7qQٴ3U ٵ=ԈSimr:u` W_Onx}< GD W]IjT-< a bZ;6CLɔU f~2{ WnBA\ U HLB-,:IoxsC`%ER!!P.^&1*E=1v0Vk_Uqs9۠NΐiL獪>P aG{PPi4.bvvMI /riǩj9"T0$ZܺᛳWGo ,t"ѭ[(G6`ZnFtHh$onr#&a):Y># 8\|7Yֆkjwȉ%ms,ϟ.mʖ`$O0ZZUhzg 6۴ɔR*ߦEvOmls{/CQFOF "Jɋ2}0.WMh {JRc *iwfcQG SMuzʢ.J] Wׯm_A\ѩQ9\X!_ݽ~Q˩XKϘ/#`T/+mDm럙#Z JQz*B5<"b (asDHDۂ\a;Uwx^1*J] 9uM#JfB=ۣiV_1r='Ӊա.}ɬfnAOmAY endstream endobj 487 0 obj << /Type /Page /Contents 488 0 R /Resources 486 0 R /MediaBox [0 0 595.276 841.89] /Parent 455 0 R /Annots [ 457 0 R 482 0 R 483 0 R 484 0 R 485 0 R ] >> endobj 457 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 669.378 185.548 679.395] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 482 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 423.559 185.548 433.577] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 483 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [307.489 305.584 370.751 316.488] /A << /S /GoTo /D (gsasl-register) >> >> endobj 484 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [251.361 262.623 369.746 272.9] /A << /S /GoTo /D (GSASL-MALLOC-ERROR:CAPS) >> >> endobj 485 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 77.757 185.548 87.775] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 489 0 obj << /D [487 0 R /XYZ -16.307 900.716 null] >> endobj 490 0 obj << /D [487 0 R /XYZ 56.693 630.434 null] >> endobj 491 0 obj << /D [487 0 R /XYZ 56.693 624.994 null] >> endobj 492 0 obj << /D [487 0 R /XYZ 56.693 627.883 null] >> endobj 493 0 obj << /D [487 0 R /XYZ 56.693 616.924 null] >> endobj 494 0 obj << /D [487 0 R /XYZ 56.693 605.965 null] >> endobj 495 0 obj << /D [487 0 R /XYZ 56.693 595.006 null] >> endobj 496 0 obj << /D [487 0 R /XYZ 56.693 584.048 null] >> endobj 408 0 obj << /D [487 0 R /XYZ 56.693 360.325 null] >> endobj 497 0 obj << /D [487 0 R /XYZ 56.693 354.885 null] >> endobj 498 0 obj << /D [487 0 R /XYZ 56.693 357.774 null] >> endobj 499 0 obj << /D [487 0 R /XYZ 56.693 223.938 null] >> endobj 500 0 obj << /D [487 0 R /XYZ 56.693 218.498 null] >> endobj 501 0 obj << /D [487 0 R /XYZ 56.693 221.388 null] >> endobj 502 0 obj << /D [487 0 R /XYZ 56.693 210.429 null] >> endobj 503 0 obj << /D [487 0 R /XYZ 56.693 199.47 null] >> endobj 486 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R >> /ProcSet [ /PDF /Text ] >> endobj 509 0 obj << /Length 1908 /Filter /FlateDecode >> stream xZ[s4~cʴZ]m`:a[8JYKY/JuMLG>twξ9{A␆:) @7_/ϯ3 ^T*'o7߀YH02mGEXcH+W-Ƴ/o~?#$! Gb۳7`}`cognA0,q\|GK,&rW'u~U9MRdH  /ðm[]yh0" ,H(EJWSxg=&z\3cγS0lk iaHi0MHӲ-o.C&F3ŐHD'v .g3\X?VCVa۵fjUYYG,b \6x`4ܦEInhbxddyjSc"mKOjUaj6٭ r}.BV+3 4rܫf1v4dpmJ`r;S 8v3lXغd!×$B1E!J&@zļSU۬HgUܛ 酝jMwvFfo. 9&%gƒe]gA)DTZ xXtCDPjos< u:C͑&Y1?PʇJ=cH%>*i_L;!1'1`!C J I'.Ou;Q]p䪘ú"x!ԱuSV]VY$^jlT2]KߝP|#,)> endobj 505 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 502.546 185.548 512.563] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 506 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [282.185 191.286 348.914 202.19] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 510 0 obj << /D [508 0 R /XYZ -11.232 900.716 null] >> endobj 511 0 obj << /D [508 0 R /XYZ 56.693 739.087 null] >> endobj 512 0 obj << /D [508 0 R /XYZ 56.693 735.088 null] >> endobj 513 0 obj << /D [508 0 R /XYZ 56.693 737.978 null] >> endobj 514 0 obj << /D [508 0 R /XYZ 56.693 606.846 null] >> endobj 515 0 obj << /D [508 0 R /XYZ 56.693 602.847 null] >> endobj 516 0 obj << /D [508 0 R /XYZ 56.693 605.736 null] >> endobj 517 0 obj << /D [508 0 R /XYZ 56.693 594.778 null] >> endobj 165 0 obj << /D [508 0 R /XYZ 56.693 465.665 null] >> endobj 518 0 obj << /D [508 0 R /XYZ 56.693 461.666 null] >> endobj 519 0 obj << /D [508 0 R /XYZ 56.693 464.556 null] >> endobj 520 0 obj << /D [508 0 R /XYZ 56.693 453.597 null] >> endobj 521 0 obj << /D [508 0 R /XYZ 56.693 272.612 null] >> endobj 522 0 obj << /D [508 0 R /XYZ 56.693 268.614 null] >> endobj 523 0 obj << /D [508 0 R /XYZ 56.693 271.503 null] >> endobj 524 0 obj << /D [508 0 R /XYZ 56.693 260.544 null] >> endobj 507 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F102 134 0 R >> /ProcSet [ /PDF /Text ] >> endobj 529 0 obj << /Length 1533 /Filter /FlateDecode >> stream xZ[sF~W#tfҶOLib'QĂ5,Z$ z\#I f\]Y͗ʦИU2˃<[d#FdOw)JI\$pk^.[s|*ߥr@SjWKi#!Z$b^1*5)ŽQ5՛{x4v7iZ%( ׋54&pvQUm-Z 4\zL=9+=t8L"p)v1 S.('rC0kiaj8Y(wqZ&a(>F}t#&S 6hv4n=$rL%@D oN*(Y~2^^,2NSIsm?f]_kk~ZFof4-m UUy&ߠ nTȡ{.mWQld(v \C^d T aMZą.-߲cJ3P ~>ݲaY&&)੸)ۗe&[O![9dAxDkusWIyB9PY3z8ΠQAQ?1:i-XZgh&`JEIVhyM9XJޙ?gP?L@-=Yh+S,$+~g_+k]@ZXgiUIY!2nn׿@tw݇BU endstream endobj 528 0 obj << /Type /Page /Contents 529 0 R /Resources 527 0 R /MediaBox [0 0 595.276 841.89] /Parent 455 0 R /Annots [ 525 0 R ] >> endobj 525 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 140.852 185.548 150.87] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 530 0 obj << /D [528 0 R /XYZ -16.307 900.716 null] >> endobj 164 0 obj << /D [528 0 R /XYZ 56.693 739.087 null] >> endobj 531 0 obj << /D [528 0 R /XYZ 56.693 733.109 null] >> endobj 532 0 obj << /D [528 0 R /XYZ 56.693 735.998 null] >> endobj 533 0 obj << /D [528 0 R /XYZ 56.693 725.039 null] >> endobj 534 0 obj << /D [528 0 R /XYZ 56.693 714.08 null] >> endobj 535 0 obj << /D [528 0 R /XYZ 56.693 524.445 null] >> endobj 536 0 obj << /D [528 0 R /XYZ 56.693 518.467 null] >> endobj 537 0 obj << /D [528 0 R /XYZ 56.693 521.357 null] >> endobj 538 0 obj << /D [528 0 R /XYZ 56.693 510.398 null] >> endobj 539 0 obj << /D [528 0 R /XYZ 56.693 499.439 null] >> endobj 540 0 obj << /D [528 0 R /XYZ 56.693 488.48 null] >> endobj 541 0 obj << /D [528 0 R /XYZ 56.693 260.987 null] >> endobj 542 0 obj << /D [528 0 R /XYZ 56.693 255.009 null] >> endobj 543 0 obj << /D [528 0 R /XYZ 56.693 257.898 null] >> endobj 544 0 obj << /D [528 0 R /XYZ 56.693 246.939 null] >> endobj 527 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 551 0 obj << /Length 1678 /Filter /FlateDecode >> stream xݚKs6S*ǂHD (R؛wt t]>%&Pv=e,U3+kH)!yאT ̔1dU^>N 6ᆬ0Gf]8ʳr$â?–@BZ_=7@,:wzW7+jGsn4X܈I0G81y>zƑJOǑ?8Õ8!BfR'=K:`A_`} 6X= &EDQك Lw|_YI7eFם 7Cҵs]gƆ#ak= H=H'.g gzr}wwl;!@;w8\s'[%'T&YiXԮbYcP{rc3; 5=AM/n&ijZyjcGIً+'(jYd3@ j DDڞ.Sזbrvzu5^!.|)gOe?\'m 1-"A o EuPE)&|L:j_8rHEDU@ C~G0H#}rh+*~ *dUaT};d9`Wy8`eY ITr c 3^Ut*5mK']3tm@Wmoͩ~) bcRcr#@ԼY ZQ\w|n fIT>"/ڱWkTղ7b!xu-_ʍԲ|EUg6 Xi]".Iʊ=7/.7G/IڰŸBX-B04ou>:Q,sXTl~n3i ]-͗:LGRZΪ> endobj 526 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [194.02 615.983 336.436 626.887] /A << /S /GoTo /D (GSASL-ALLOW-UNASSIGNED:CAPS) >> >> endobj 545 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 556.925 185.548 567.201] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 546 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [244.148 556.925 368.64 567.201] /A << /S /GoTo /D (GSASL-SASLPREP-ERROR:CAPS) >> >> endobj 547 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 359.22 185.548 369.496] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 548 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 156.533 185.548 166.81] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 552 0 obj << /D [550 0 R /XYZ -11.232 900.716 null] >> endobj 382 0 obj << /D [550 0 R /XYZ 56.693 739.087 null] >> endobj 553 0 obj << /D [550 0 R /XYZ 56.693 733.109 null] >> endobj 554 0 obj << /D [550 0 R /XYZ 56.693 735.998 null] >> endobj 555 0 obj << /D [550 0 R /XYZ 56.693 725.039 null] >> endobj 556 0 obj << /D [550 0 R /XYZ 56.693 714.08 null] >> endobj 557 0 obj << /D [550 0 R /XYZ 56.693 703.121 null] >> endobj 558 0 obj << /D [550 0 R /XYZ 56.693 491.568 null] >> endobj 559 0 obj << /D [550 0 R /XYZ 56.693 485.591 null] >> endobj 560 0 obj << /D [550 0 R /XYZ 56.693 488.48 null] >> endobj 561 0 obj << /D [550 0 R /XYZ 56.693 477.521 null] >> endobj 562 0 obj << /D [550 0 R /XYZ 56.693 319.766 null] >> endobj 563 0 obj << /D [550 0 R /XYZ 56.693 313.789 null] >> endobj 564 0 obj << /D [550 0 R /XYZ 56.693 316.678 null] >> endobj 565 0 obj << /D [550 0 R /XYZ 56.693 305.719 null] >> endobj 566 0 obj << /D [550 0 R /XYZ 56.693 294.76 null] >> endobj 549 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 572 0 obj << /Length 1759 /Filter /FlateDecode >> stream xZMs6W(w" Ssr2Z$N$R!e,J|C}q0 pp>jFZR\MITAbWzxو <|syaOJic˛jJlli'S!LoCߐCW P=&BnX4:<W],9%N$m=7I$CKL *]gi!O$~L3g!r?`Oxb18>M%j9[Y#8AaBV@sJD#*B[3ؚ}\$Ud?  3"!Ra.GUeSo10ݚ<- eHHuݳXA#.M̱7m'74(SLN%뉑(MQ0 q&REd<˾*G 4? C=]vB*.eɤ]sA.ZwE$miǪڐ;N=[!$#APoEgT mpZ-qTbl'Q8dg5źد<`rmPJoHhpC’UMuʱ i&8Z,n1~< 8QY#UL܉u:?^dW5Q?$busZQqwqzxi*fy7䋃ȼFݒIL(gniNj kz2l䡮#·$ːőA&OGsNF~lwrX!.rܺ Ҳ[B!${]L3ȿd-mfZ"ZJwj )B}t *wNa pY~8I==4D z)2?#t.sdf6I ,6f2o]UkS sOM59>%Lj mpȠH^qiPJMxGRr܈B_)_Q6mTY(kU|XN1Υ G(D~[Q@њg]Q-ձG&!BU>:3)PxB(.{OOh" '7H`].m=!퓨*5[;5şD 2x N-WẒb>3xP=H fP.'Ҭ24dsk$zjf(kĠ2 R$x_)BB u咭d:B$)8֡d)ytϵN1wd-6S "|q:+8̘B!6i$J=]-=v eGH6, hq͟ ŝXǠŶτU1AespfL endstream endobj 571 0 obj << /Type /Page /Contents 572 0 R /Resources 570 0 R /MediaBox [0 0 595.276 841.89] /Parent 590 0 R /Annots [ 567 0 R 568 0 R 569 0 R ] >> endobj 567 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [188.446 532.786 296.131 543.69] /A << /S /GoTo /D (gsasl-callback-hook-set) >> >> endobj 568 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [426.037 351.768 530.414 362.672] /A << /S /GoTo /D (gsasl-session-hook-get) >> >> endobj 569 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 98.933 185.548 108.95] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 573 0 obj << /D [571 0 R /XYZ -16.307 900.716 null] >> endobj 574 0 obj << /D [571 0 R /XYZ 56.693 739.087 null] >> endobj 575 0 obj << /D [571 0 R /XYZ 56.693 734.291 null] >> endobj 576 0 obj << /D [571 0 R /XYZ 56.693 737.18 null] >> endobj 577 0 obj << /D [571 0 R /XYZ 56.693 726.221 null] >> endobj 578 0 obj << /D [571 0 R /XYZ 56.693 590.388 null] >> endobj 579 0 obj << /D [571 0 R /XYZ 56.693 585.593 null] >> endobj 580 0 obj << /D [571 0 R /XYZ 56.693 588.482 null] >> endobj 581 0 obj << /D [571 0 R /XYZ 56.693 420.329 null] >> endobj 582 0 obj << /D [571 0 R /XYZ 56.693 415.534 null] >> endobj 583 0 obj << /D [571 0 R /XYZ 56.693 418.423 null] >> endobj 584 0 obj << /D [571 0 R /XYZ 56.693 407.464 null] >> endobj 585 0 obj << /D [571 0 R /XYZ 56.693 239.312 null] >> endobj 586 0 obj << /D [571 0 R /XYZ 56.693 234.517 null] >> endobj 587 0 obj << /D [571 0 R /XYZ 56.693 237.406 null] >> endobj 588 0 obj << /D [571 0 R /XYZ 56.693 226.447 null] >> endobj 589 0 obj << /D [571 0 R /XYZ 56.693 215.488 null] >> endobj 570 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F102 134 0 R >> /ProcSet [ /PDF /Text ] >> endobj 606 0 obj << /Length 2461 /Filter /FlateDecode >> stream xZs۸_I_7\/Mr7ZlN$%}wP&iɑĨ!.v?Fޞ:E#C:GD)M0"E~qEO~ƥS_g*[L~Ȳ(Z Yp01FR0*ICs\xrquшEJ |$My4]|F31D4zp3bp>D^ZFgu/vrhl=kRE$@x;`W((-r݊i™81*;m}N3(n 3=~8>hw١KK7`n#߸ :TvuxEN)?hf sb,DBӻ "pEAnKF|aliLǧZ,($ꥂ0΂~)K}m%pؙ>A;+MT1ad|[% >KTp>a*>K|@\,x^V~3tUvJ)6Rdr&՛ jA"pEq!́t 3D״38.q~*M^j:u=_-iX.bDI“~S|G~?;h,(Y'o#DDBZ{ :boBޛv/ȫ+:^|&GYs/ipO͊OɛPnkhh|'Gηr {3[mx\ 9`*URN/'4yaeۭ`VM 0,9Y|պ٫żK@ N`XձX[e+ 3ּvF9#(L(n,iDA0~s~hᑇ\ӛw!aX9݄L 1zв-ÓX8El+MT<,e@M 쇊+jOe5\繺0+qS7@TB)"u]7 hYTH>ջ"D![TRq$ź/<4(㰠)B9ҁD{&~kS+,/fxB0P kw@Q q|ANF')8գU!H%B #}rdCάmI}pI6q1!PiPh 0[b1иup16E!cE'k2$P7To@8 > @=Hi3(ôaٌߪanhB;khY0Mى/'m#T1 ]8Jd|8[ XOk~ٸ+|/{QH ]$ajt}t<c/!ffpzp@~ț> o[p?`*Ok㼲E)} cա};h\aٶ&m`ڿ7lo\P»  vbawgѓ juj2AJB$f}6TB>] ?TvdxC?SR r-v|kHs:9j(yѾWVL\识'ߝK {Bޏc,B1q3> A`,=::2?87)T>Vw#GЛ1=8?a7Z#OvG3~Jn6rX5tGrqU 9oۦ endstream endobj 605 0 obj << /Type /Page /Contents 606 0 R /Resources 604 0 R /MediaBox [0 0 595.276 841.89] /Parent 590 0 R /Annots [ 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R ] >> endobj 591 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [128.791 533.293 181.703 544.287] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 592 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [338.2 533.293 500.849 544.287] /A << /S /GoTo /D (GSASL-AUTHENTICATION-ERROR:CAPS) >> >> endobj 593 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [419.031 352.525 471.942 363.429] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [482.034 352.525 586.422 363.429] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 595 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.466 340.57 196.377 351.474] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 596 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [207.555 340.57 311.943 351.474] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 597 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.551 203.085 186.462 214.079] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 598 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [354.077 203.085 458.465 214.079] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 607 0 obj << /D [605 0 R /XYZ -11.232 900.716 null] >> endobj 608 0 obj << /D [605 0 R /XYZ 56.693 739.087 null] >> endobj 609 0 obj << /D [605 0 R /XYZ 56.693 733.109 null] >> endobj 610 0 obj << /D [605 0 R /XYZ 56.693 735.998 null] >> endobj 611 0 obj << /D [605 0 R /XYZ 56.693 725.039 null] >> endobj 612 0 obj << /D [605 0 R /XYZ 56.693 714.08 null] >> endobj 613 0 obj << /D [605 0 R /XYZ 56.693 482.602 null] >> endobj 614 0 obj << /D [605 0 R /XYZ 56.693 476.624 null] >> endobj 615 0 obj << /D [605 0 R /XYZ 56.693 479.514 null] >> endobj 616 0 obj << /D [605 0 R /XYZ 56.693 468.555 null] >> endobj 617 0 obj << /D [605 0 R /XYZ 56.693 457.596 null] >> endobj 618 0 obj << /D [605 0 R /XYZ 56.693 446.637 null] >> endobj 619 0 obj << /D [605 0 R /XYZ 56.693 435.678 null] >> endobj 620 0 obj << /D [605 0 R /XYZ 56.693 152.394 null] >> endobj 621 0 obj << /D [605 0 R /XYZ 56.693 146.416 null] >> endobj 622 0 obj << /D [605 0 R /XYZ 56.693 149.305 null] >> endobj 623 0 obj << /D [605 0 R /XYZ 56.693 138.347 null] >> endobj 624 0 obj << /D [605 0 R /XYZ 56.693 127.388 null] >> endobj 604 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 632 0 obj << /Length 1726 /Filter /FlateDecode >> stream xYKs6Wpr:7'i휒 STP$%٪tlb~MWg/bK*e )aWɔ <|~>=}K]l*|zjIZɌZRL AV1e0*l#8:5"`H $`G$1 чO8X@߫#Gm#2 ip9cѥz >427*қX`#7IU+UY3UjBvT+gBmj'`QaLOIbAx<ϳJgUimƫи- % 9]vƈJN( H3E⦬rG^ /y{-tUEe"[n*«2&̯6tQ8e۳_/߼8ۭ",0udodnenq۟Z3Vڭ66 ;qK8aj'qʏʼn1J|*#l{lMg2BRɓTos,%iRm]-m;<TWoX_lyYډ`8sT 9ex8AQ:a a;(g[vuS$ z{fDƭi2kϭ=MZ3"YH$ SnE}+@G׭* H1xPD#g``z! b0 00](g]vZ7ULc[7)3tuI  ji gRM`ge }M|CTJYBBVNbO+&n ;bAfO4݄}PX!/p v~Tȱ󇆶yg z2/j-KFM: J߹HnTWuB3gC]kS]Uuk;?-u%`fWZЬAR<-ZONNg;yT|]Ѽvq',O\ 0iBc hf$!ӟ{&rJaK@wぽ;I;z=a,p^BDFTLJ?%L|"jqƞ^YHoHQ$ πK)Ք[[[6Ju o<ٞMKs|_*[PܮgyΪRK//e^˜2ךprsCkܝ#L)ī|]0?#^ƍ/1 twI{kz"|J 9hmt߲F1bPL ̤5k~k;]ҟ?G ,1IWCO,wgf/3w;vFA GBX~].!k={a"ԄS/]Rc>';ĥ endstream endobj 631 0 obj << /Type /Page /Contents 632 0 R /Resources 630 0 R /MediaBox [0 0 595.276 841.89] /Parent 590 0 R /Annots [ 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R ] >> endobj 599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [186.296 745.953 235.879 756.857] /A << /S /GoTo /D (gsasl-step) >> >> endobj 600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [435.171 728.02 488.082 738.924] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 601 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [498.173 728.02 602.561 738.924] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 602 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [145.746 716.065 198.657 726.969] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [210.974 716.065 315.362 726.969] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 625 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.551 618.431 186.462 629.424] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 626 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [354.077 618.431 458.465 629.424] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 627 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.335 487.476 443.159 498.379] /A << /S /GoTo /D (gsasl-init) >> >> endobj 628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [535.891 358.513 588.803 369.417] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 629 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.335 310.692 443.159 321.596] /A << /S /GoTo /D (gsasl-init) >> >> endobj 633 0 obj << /D [631 0 R /XYZ -16.307 900.716 null] >> endobj 634 0 obj << /D [631 0 R /XYZ 56.693 567.739 null] >> endobj 635 0 obj << /D [631 0 R /XYZ 56.693 561.762 null] >> endobj 636 0 obj << /D [631 0 R /XYZ 56.693 564.651 null] >> endobj 637 0 obj << /D [631 0 R /XYZ 56.693 402.911 null] >> endobj 638 0 obj << /D [631 0 R /XYZ 56.693 396.934 null] >> endobj 639 0 obj << /D [631 0 R /XYZ 56.693 399.823 null] >> endobj 10 0 obj << /D [631 0 R /XYZ 56.693 214.93 null] >> endobj 640 0 obj << /D [631 0 R /XYZ 56.693 175.996 null] >> endobj 630 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F102 134 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F52 30 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 643 0 obj << /Length 1308 /Filter /FlateDecode >> stream xZMo6Wkiv.ڢݤ"0l9+ SKi;%[eG#/ړ|!t5frNdUL%R + ј[n?ΧL?_>$dd,{=yU ͰM)VJ?s'?LP0 ЖbE?Nn?`a $%qzKdkPa1%r%[=i^PjAS&0W4+Χ0B>ILb,kQweV|j-y2S#*D#OJf?oʦX)r*]T1[̊Y%6|+ V0<[Ğts4{z.*t 9 krW}'-;ɛ~{a\lQ WMQjRNVE j oڇQ`8R _Ynٷэ(Z,7_ ˆ)Tts*zsZ|yJ(00íz,=^>zؘ_vҼTMN$īH(/a}+9,zs%3$LCP%>+g;qeĕj֊~8Œ٬M69 A9uTwɜ\oº`{6ƺM+$aK"㪕r]jں*̨@wƢu\6D;" SO))W~8ol GCU@(+oB3G;R KlCsRcZZx&oltmԛ*vP5BHECdN]\(%Bl2mom9!>8 #)5̒4ϪR`'dKiO錺 i4?hc,|]& 뜲8 #96N( a}(< 5τ3F'1ďd,c#+AzXI;, ٖ/] eo`uDVzۂ) {6*`:^Qr#'xcLKn۷EA(;vZ8IϹ: .>‚KA>H ČT lxES ? ]p}B'l톚'ks UG,#\aNYADP kO(/Mâ'X5z>NѦ:4$ZR3$Wt2lC_@ endstream endobj 642 0 obj << /Type /Page /Contents 643 0 R /Resources 641 0 R /MediaBox [0 0 595.276 841.89] /Parent 590 0 R >> endobj 644 0 obj << /D [642 0 R /XYZ -11.232 900.716 null] >> endobj 645 0 obj << /D [642 0 R /XYZ 56.693 738.489 null] >> endobj 646 0 obj << /D [642 0 R /XYZ 56.693 429.202 null] >> endobj 647 0 obj << /D [642 0 R /XYZ 56.693 402.844 null] >> endobj 648 0 obj << /D [642 0 R /XYZ 56.693 377.483 null] >> endobj 649 0 obj << /D [642 0 R /XYZ 56.693 371.505 null] >> endobj 650 0 obj << /D [642 0 R /XYZ 56.693 374.394 null] >> endobj 651 0 obj << /D [642 0 R /XYZ 56.693 363.435 null] >> endobj 652 0 obj << /D [642 0 R /XYZ 56.693 352.476 null] >> endobj 653 0 obj << /D [642 0 R /XYZ 56.693 341.518 null] >> endobj 654 0 obj << /D [642 0 R /XYZ 56.693 330.559 null] >> endobj 655 0 obj << /D [642 0 R /XYZ 56.693 319.6 null] >> endobj 656 0 obj << /D [642 0 R /XYZ 56.693 257.486 null] >> endobj 657 0 obj << /D [642 0 R /XYZ 56.693 251.509 null] >> endobj 658 0 obj << /D [642 0 R /XYZ 56.693 254.398 null] >> endobj 659 0 obj << /D [642 0 R /XYZ 56.693 192.284 null] >> endobj 660 0 obj << /D [642 0 R /XYZ 56.693 186.307 null] >> endobj 661 0 obj << /D [642 0 R /XYZ 56.693 189.196 null] >> endobj 662 0 obj << /D [642 0 R /XYZ 56.693 178.237 null] >> endobj 663 0 obj << /D [642 0 R /XYZ 56.693 116.124 null] >> endobj 664 0 obj << /D [642 0 R /XYZ 56.693 110.146 null] >> endobj 665 0 obj << /D [642 0 R /XYZ 56.693 113.035 null] >> endobj 641 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 670 0 obj << /Length 1574 /Filter /FlateDecode >> stream xZr6+:]4iZ]% MQ6TR{I2II.%CI.p} Aяףo$A[^ Űz>/~c2e^]s^p,Mʼn>ʶr-RdVVh5hJ)R:`&6Xqz׈yQ$V`+P}L,A_+$)+DWG5EְS(_VI.:q@3l-M+TaFE-?cMҲq(_|}hB)l 7"ҳcO4csb{}2OXT2΋6.ɢ)N`}E-&< l8 6t=mW)Xs;Wt"~T]}|'k,7]%/ d02.vq hIU9 s~ӄiUX _Yё-,(-SbKe]|=C2Q3 td_fMcЃT%y sy\5EOKêl0Ullq I_mjѶ yTD7Jm|C|>,J2R6~=!2"yTi3~ޛg?Pdƞ?iY{?K}IPA0;~FZ'&,:Pb`fCݞiv-&6qۂ6S5g&OIf=Ș-lB~;Rl)hU-} *1"ĉBp9 6`PM@<39)5@D*6m =p;ٍ :;a7@X3{xGp03=B>~5}ǃ8y.PsȐt<TG'&5Hj5͓ ջw~2p ꠩(o'T[xWEĘtc> endobj 666 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.153 297.961 152.064 308.238] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 667 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [251.361 297.961 369.746 308.238] /A << /S /GoTo /D (GSASL-MALLOC-ERROR:CAPS) >> >> endobj 671 0 obj << /D [669 0 R /XYZ -16.307 900.716 null] >> endobj 672 0 obj << /D [669 0 R /XYZ 56.693 739.087 null] >> endobj 673 0 obj << /D [669 0 R /XYZ 56.693 733.377 null] >> endobj 674 0 obj << /D [669 0 R /XYZ 56.693 736.267 null] >> endobj 675 0 obj << /D [669 0 R /XYZ 56.693 674.805 null] >> endobj 676 0 obj << /D [669 0 R /XYZ 56.693 669.096 null] >> endobj 677 0 obj << /D [669 0 R /XYZ 56.693 671.985 null] >> endobj 678 0 obj << /D [669 0 R /XYZ 56.693 610.524 null] >> endobj 679 0 obj << /D [669 0 R /XYZ 56.693 604.815 null] >> endobj 680 0 obj << /D [669 0 R /XYZ 56.693 607.704 null] >> endobj 681 0 obj << /D [669 0 R /XYZ 56.693 596.745 null] >> endobj 682 0 obj << /D [669 0 R /XYZ 56.693 535.284 null] >> endobj 683 0 obj << /D [669 0 R /XYZ 56.693 529.575 null] >> endobj 684 0 obj << /D [669 0 R /XYZ 56.693 532.464 null] >> endobj 685 0 obj << /D [669 0 R /XYZ 56.693 521.505 null] >> endobj 686 0 obj << /D [669 0 R /XYZ 56.693 510.546 null] >> endobj 687 0 obj << /D [669 0 R /XYZ 56.693 499.587 null] >> endobj 688 0 obj << /D [669 0 R /XYZ 56.693 488.628 null] >> endobj 689 0 obj << /D [669 0 R /XYZ 56.693 477.669 null] >> endobj 504 0 obj << /D [669 0 R /XYZ 56.693 416.208 null] >> endobj 690 0 obj << /D [669 0 R /XYZ 56.693 410.499 null] >> endobj 691 0 obj << /D [669 0 R /XYZ 56.693 413.388 null] >> endobj 692 0 obj << /D [669 0 R /XYZ 56.693 402.429 null] >> endobj 14 0 obj << /D [669 0 R /XYZ 56.693 260.306 null] >> endobj 693 0 obj << /D [669 0 R /XYZ 56.693 221.52 null] >> endobj 694 0 obj << /D [669 0 R /XYZ 56.693 163.964 null] >> endobj 668 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /ProcSet [ /PDF /Text ] >> endobj 697 0 obj << /Length 922 /Filter /FlateDecode >> stream xYKs0+tt:" $δfN۸4!XpN D`ccOZ!0GgF]F G64&bpѐP48?9N~|ĵHD -rt`1 ehc 105cH642n C Sr %5v_bs΍*XI'Lˁ1-GCB?L 8Jfh[]>BcsPz}*]Q: rHgq?Gcq> SʗqR?L KC|Uz37ы;sjuH @Bl$8- en (3ćsH-zȭؼL?Bjq{ahɉC6묳L%Er' Y 箔^<Z̷ӿmF\99jmބqd7Źy۰y#6)śUNrOZ6HZ×z5]*3ҝm.K,ՠW_fve@ZKmUt#v&|H_NvLoֻswxM(B;gnjK*J|#>*Ⱦ$U")nz_t狻{@s\\gk endstream endobj 696 0 obj << /Type /Page /Contents 697 0 R /Resources 695 0 R /MediaBox [0 0 595.276 841.89] /Parent 590 0 R >> endobj 698 0 obj << /D [696 0 R /XYZ -11.232 900.716 null] >> endobj 695 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 701 0 obj << /Length 993 /Filter /FlateDecode >> stream xX]s8}ϯcC%O0ہfX&:nK_r؎'::s#\L^&D0D5 Fϧ˗o_uN8_|O76-ʦJ$S0FDڧ:{?>|`  &?!YW#H9AH# @b$7z]!Cə %c>7wHJ7MN2-yx¦҆Pi jcb-PJ"Y~Vo|r,YM'421ew^~O楻0T9K/ (9+4LcD,6HL8$:@ ɾ0ds }nuwy*6;)!ih c0ڡ OAc|E쟩:eޓgysS T3(N) >?Bvϑ!c[oW.|įs櫍G:Cѕ~A֥B3VH;A~@j8}ZT1!Zܳ8Z4!wO||h^ endstream endobj 700 0 obj << /Type /Page /Contents 701 0 R /Resources 699 0 R /MediaBox [0 0 595.276 841.89] /Parent 703 0 R >> endobj 702 0 obj << /D [700 0 R /XYZ -16.307 900.716 null] >> endobj 699 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 706 0 obj << /Length 982 /Filter /FlateDecode >> stream xXs6~BNNBbδdLR_ #|f¯ l'+G }n'O]WmW/g`2pAw6`.^]m^}x\)d)P6߉F$7ڭv-0l61oyeppei@0էD 93)e:+^{ćb <!tSB%A2P$ɥEJV oDymW# \=B'z dCɈכYxu~mw ƭ6k^4vS]=EG1[$FbE"q4CR$M8.рG #dգo]tg˿m\ס[c58}܅f@eipQMc 4 TPz4NzȤhuW[ ~LdGkPn*6{CzicCk% endstream endobj 705 0 obj << /Type /Page /Contents 706 0 R /Resources 704 0 R /MediaBox [0 0 595.276 841.89] /Parent 703 0 R >> endobj 707 0 obj << /D [705 0 R /XYZ -11.232 900.716 null] >> endobj 704 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 710 0 obj << /Length 855 /Filter /FlateDecode >> stream x͘]0N͆|WۙNij F)K7^ pxs~ܻp1rdC03Կl}2?L29Ek/܏otZ 4-1-Lblѿ2?7>{=KCCu؎9_ uE.ĄPDK%l@ qbh<ԂjM x 06(]'}.!ZfLC#ԟOp72v}/ 'co.L$u`U9dBh)jHU?I qY\(wͪ#T1_?9FMc'FrR#k8=hs :栞gӨصcJy_C/)`=Mֳ&&k/k]<.WMp~ bS%+NQWc酋&Os{#/ss_2IȍlF`b.w)n nqZi}yn qXص'm]9l0zI#mMW]u% #A)"䂗H쌜H+,#Q([U)P YAێp)HKJ%UJbt(vM( $OX/%T_&f7e(JvkS*zWiYX9;~-# 86m Z:b]mG: \g->v;t0[]:'⸗NYʄ>?qr. endstream endobj 709 0 obj << /Type /Page /Contents 710 0 R /Resources 708 0 R /MediaBox [0 0 595.276 841.89] /Parent 703 0 R >> endobj 711 0 obj << /D [709 0 R /XYZ -16.307 900.716 null] >> endobj 708 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 714 0 obj << /Length 1475 /Filter /FlateDecode >> stream xZ]sF}ׯGmcN[O3m'7!+LjdF)h"GBt9z'IV1bXidrt}n..s:c\\{.ɒuT_h9}w`)2aM9Q0'+m.^V'?^OPGERaW3`&LHjSXLěu^LgC9"HIeߕ'$Z8ȣ|9ϓ$"ɋ*u3"\ K&5&[qEyf&(63!؎2 G_aX( A314oBq"K׋,>ә%d1gFaDz}8]׳ YK2їɺq\Sܟv`Tu{LEDZtH\9%`Ë80#YrCO2l-p~CYz_u MЌ)L!u֧(]hD.?q|0 D&bG0[j"aKm)(a_ ٞ!AܠuZSɦ=E)m77O V"ߣ0**aC1Rz1TPf7b. &1Tf-c:_ vͶ8:Z`/X&;&Z\)I+9Id=<&eO0jpmXOdgOj+<pop'|Oy71 z^][{˛pu6ε`1ݓTAҡEpJ'uKRX,DɎ(Խa$ѧMv(F\pkOmT$Y^1e:=$jh4,\׆7]'rn}J0F#% endstream endobj 713 0 obj << /Type /Page /Contents 714 0 R /Resources 712 0 R /MediaBox [0 0 595.276 841.89] /Parent 703 0 R >> endobj 715 0 obj << /D [713 0 R /XYZ -11.232 900.716 null] >> endobj 716 0 obj << /D [713 0 R /XYZ 56.693 621.213 null] >> endobj 717 0 obj << /D [713 0 R /XYZ 56.693 595.046 null] >> endobj 718 0 obj << /D [713 0 R /XYZ 56.693 569.875 null] >> endobj 719 0 obj << /D [713 0 R /XYZ 56.693 564.088 null] >> endobj 720 0 obj << /D [713 0 R /XYZ 56.693 566.978 null] >> endobj 721 0 obj << /D [713 0 R /XYZ 56.693 556.019 null] >> endobj 722 0 obj << /D [713 0 R /XYZ 56.693 545.06 null] >> endobj 723 0 obj << /D [713 0 R /XYZ 56.693 483.41 null] >> endobj 724 0 obj << /D [713 0 R /XYZ 56.693 477.623 null] >> endobj 725 0 obj << /D [713 0 R /XYZ 56.693 480.512 null] >> endobj 726 0 obj << /D [713 0 R /XYZ 56.693 469.554 null] >> endobj 727 0 obj << /D [713 0 R /XYZ 56.693 458.595 null] >> endobj 728 0 obj << /D [713 0 R /XYZ 56.693 447.636 null] >> endobj 729 0 obj << /D [713 0 R /XYZ 56.693 385.986 null] >> endobj 730 0 obj << /D [713 0 R /XYZ 56.693 380.199 null] >> endobj 731 0 obj << /D [713 0 R /XYZ 56.693 383.089 null] >> endobj 732 0 obj << /D [713 0 R /XYZ 56.693 372.13 null] >> endobj 733 0 obj << /D [713 0 R /XYZ 56.693 361.171 null] >> endobj 734 0 obj << /D [713 0 R /XYZ 56.693 350.212 null] >> endobj 735 0 obj << /D [713 0 R /XYZ 56.693 288.562 null] >> endobj 736 0 obj << /D [713 0 R /XYZ 56.693 282.775 null] >> endobj 737 0 obj << /D [713 0 R /XYZ 56.693 285.665 null] >> endobj 738 0 obj << /D [713 0 R /XYZ 56.693 274.706 null] >> endobj 739 0 obj << /D [713 0 R /XYZ 56.693 213.056 null] >> endobj 740 0 obj << /D [713 0 R /XYZ 56.693 207.269 null] >> endobj 741 0 obj << /D [713 0 R /XYZ 56.693 210.158 null] >> endobj 742 0 obj << /D [713 0 R /XYZ 56.693 199.2 null] >> endobj 743 0 obj << /D [713 0 R /XYZ 56.693 188.241 null] >> endobj 744 0 obj << /D [713 0 R /XYZ 56.693 126.591 null] >> endobj 745 0 obj << /D [713 0 R /XYZ 56.693 120.804 null] >> endobj 746 0 obj << /D [713 0 R /XYZ 56.693 123.693 null] >> endobj 747 0 obj << /D [713 0 R /XYZ 56.693 112.734 null] >> endobj 748 0 obj << /D [713 0 R /XYZ 56.693 101.776 null] >> endobj 712 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F66 83 0 R /F52 30 0 R >> /ProcSet [ /PDF /Text ] >> endobj 751 0 obj << /Length 1526 /Filter /FlateDecode >> stream x[n7}W.j;ѧhmhw+&Xh˙=33,ؔ v>rG#XJ.o:*(vyîNLqro?ob],'E_ˇ֪;X~W.GFf,VH6Y va;̀RY#rSnc9.דS)Nbg˚Q$-ڊ;S{"%h&y vdz!GM=a"Hxzꋷ[qxΖZ-:!䌯0d'76ԟfvLfliM3͠'Ui Xe9[PUb bZN6I}7c"PTkSLG)Bi շxr7^㡷\.4zNr( TOԌJ5E2%[=lje!§E' Jboqݺqk°͋^]_J2zi`(Ǵ|X2-VgZL§%3li,q⫳s*{hm.4ЉF$3\6:ѳ|R5bɦȥ<bG{P=?\Oa|Uˠ[q[7Ci O'cgY1yӹJ} "'lBTc;zKf'Y(ldqIQ82Fi3ݪ,Nj&[|Si lfJtym' o;th#MQNJ[H'6aOL6E6.EȺ}R?-A?djϳus/sէ4)w@3~(2z|_ tG?e!G /fO9ȣ2 -|b‘&Z^n[-Mǫ Yb$ PJ {.6 Ko!_.ne+&<"Tw`@CݭV8Iotb3pgQx&HTtCTľCxq1TjXYM|b&*Dch>'NW:H!:_5F&LfNx̢%@@0߶i&hAsT3ϋth^w'F&"Wܻ'R뢼!@h?mP}\lZPfX63x4Oɀxw3:L]tzn4H od);^ \Eф)F"YVĎ[trF&> endobj 752 0 obj << /D [750 0 R /XYZ -16.307 900.716 null] >> endobj 753 0 obj << /D [750 0 R /XYZ 56.693 739.087 null] >> endobj 754 0 obj << /D [750 0 R /XYZ 56.693 734.285 null] >> endobj 755 0 obj << /D [750 0 R /XYZ 56.693 737.175 null] >> endobj 756 0 obj << /D [750 0 R /XYZ 56.693 726.216 null] >> endobj 757 0 obj << /D [750 0 R /XYZ 56.693 715.257 null] >> endobj 758 0 obj << /D [750 0 R /XYZ 56.693 704.298 null] >> endobj 759 0 obj << /D [750 0 R /XYZ 56.693 645.043 null] >> endobj 760 0 obj << /D [750 0 R /XYZ 56.693 640.242 null] >> endobj 761 0 obj << /D [750 0 R /XYZ 56.693 643.131 null] >> endobj 762 0 obj << /D [750 0 R /XYZ 56.693 632.172 null] >> endobj 763 0 obj << /D [750 0 R /XYZ 56.693 572.918 null] >> endobj 764 0 obj << /D [750 0 R /XYZ 56.693 568.117 null] >> endobj 765 0 obj << /D [750 0 R /XYZ 56.693 571.006 null] >> endobj 766 0 obj << /D [750 0 R /XYZ 56.693 560.047 null] >> endobj 767 0 obj << /D [750 0 R /XYZ 56.693 549.088 null] >> endobj 768 0 obj << /D [750 0 R /XYZ 56.693 489.834 null] >> endobj 769 0 obj << /D [750 0 R /XYZ 56.693 485.032 null] >> endobj 770 0 obj << /D [750 0 R /XYZ 56.693 487.922 null] >> endobj 771 0 obj << /D [750 0 R /XYZ 56.693 476.963 null] >> endobj 772 0 obj << /D [750 0 R /XYZ 56.693 466.004 null] >> endobj 773 0 obj << /D [750 0 R /XYZ 56.693 455.045 null] >> endobj 774 0 obj << /D [750 0 R /XYZ 56.693 444.086 null] >> endobj 775 0 obj << /D [750 0 R /XYZ 56.693 433.127 null] >> endobj 776 0 obj << /D [750 0 R /XYZ 56.693 422.168 null] >> endobj 777 0 obj << /D [750 0 R /XYZ 56.693 362.914 null] >> endobj 778 0 obj << /D [750 0 R /XYZ 56.693 358.113 null] >> endobj 779 0 obj << /D [750 0 R /XYZ 56.693 361.002 null] >> endobj 780 0 obj << /D [750 0 R /XYZ 56.693 350.043 null] >> endobj 781 0 obj << /D [750 0 R /XYZ 56.693 290.788 null] >> endobj 782 0 obj << /D [750 0 R /XYZ 56.693 285.987 null] >> endobj 783 0 obj << /D [750 0 R /XYZ 56.693 288.876 null] >> endobj 784 0 obj << /D [750 0 R /XYZ 56.693 229.622 null] >> endobj 785 0 obj << /D [750 0 R /XYZ 56.693 224.821 null] >> endobj 786 0 obj << /D [750 0 R /XYZ 56.693 227.71 null] >> endobj 787 0 obj << /D [750 0 R /XYZ 56.693 216.751 null] >> endobj 788 0 obj << /D [750 0 R /XYZ 56.693 205.792 null] >> endobj 789 0 obj << /D [750 0 R /XYZ 56.693 194.833 null] >> endobj 790 0 obj << /D [750 0 R /XYZ 56.693 135.579 null] >> endobj 791 0 obj << /D [750 0 R /XYZ 56.693 130.778 null] >> endobj 792 0 obj << /D [750 0 R /XYZ 56.693 133.667 null] >> endobj 793 0 obj << /D [750 0 R /XYZ 56.693 122.708 null] >> endobj 794 0 obj << /D [750 0 R /XYZ 56.693 111.749 null] >> endobj 795 0 obj << /D [750 0 R /XYZ 56.693 100.79 null] >> endobj 749 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 798 0 obj << /Length 1545 /Filter /FlateDecode >> stream x\Ms6W(w ҙ6LifvbTR0m'i9_͋rFQYOj[ܬ.IXQp:=㌵Nei*>K{7\LƲʕ!-|^vpm~VO17\1 )t(l2=rKbc5$vZ\MeMD@n3sMGnkpeﶹNt-UGQh;,fWx V|Yj5.[yY'=K9efꞤc5VN<|5&k ͘pק Q,;g.nV22tV )lW^k4ج cZɦY)j4N QIS>hI۱"Y-eD:(3Υkw<[H^h* C&)x>Obūkm:glSSy.˝n,t\tn3eR2Z} [d*|*72љdmum;K5RSMTQ &}`eM>LdHRl\4p.;9,i`bZdQ3-h--|^v7-h=6lZ4OҲ1`|ό66]+ީŲ`'t)4l +q-[k3uf3ZFX뢪&"orԗM@:͉ )T&[Ld%552⢬V Fq[lz4d΂2TA)j2 dy SMj225f(@/[TPM&> endobj 799 0 obj << /D [797 0 R /XYZ -11.232 900.716 null] >> endobj 800 0 obj << /D [797 0 R /XYZ 56.693 739.087 null] >> endobj 801 0 obj << /D [797 0 R /XYZ 56.693 734.707 null] >> endobj 802 0 obj << /D [797 0 R /XYZ 56.693 737.596 null] >> endobj 803 0 obj << /D [797 0 R /XYZ 56.693 679.365 null] >> endobj 804 0 obj << /D [797 0 R /XYZ 56.693 674.985 null] >> endobj 805 0 obj << /D [797 0 R /XYZ 56.693 677.875 null] >> endobj 806 0 obj << /D [797 0 R /XYZ 56.693 666.916 null] >> endobj 807 0 obj << /D [797 0 R /XYZ 56.693 655.957 null] >> endobj 808 0 obj << /D [797 0 R /XYZ 56.693 597.726 null] >> endobj 809 0 obj << /D [797 0 R /XYZ 56.693 593.346 null] >> endobj 810 0 obj << /D [797 0 R /XYZ 56.693 596.235 null] >> endobj 811 0 obj << /D [797 0 R /XYZ 56.693 538.005 null] >> endobj 812 0 obj << /D [797 0 R /XYZ 56.693 533.625 null] >> endobj 813 0 obj << /D [797 0 R /XYZ 56.693 536.514 null] >> endobj 814 0 obj << /D [797 0 R /XYZ 56.693 478.284 null] >> endobj 815 0 obj << /D [797 0 R /XYZ 56.693 473.904 null] >> endobj 816 0 obj << /D [797 0 R /XYZ 56.693 476.793 null] >> endobj 817 0 obj << /D [797 0 R /XYZ 56.693 465.834 null] >> endobj 818 0 obj << /D [797 0 R /XYZ 56.693 454.875 null] >> endobj 819 0 obj << /D [797 0 R /XYZ 56.693 443.916 null] >> endobj 820 0 obj << /D [797 0 R /XYZ 56.693 385.686 null] >> endobj 821 0 obj << /D [797 0 R /XYZ 56.693 381.306 null] >> endobj 822 0 obj << /D [797 0 R /XYZ 56.693 384.195 null] >> endobj 823 0 obj << /D [797 0 R /XYZ 56.693 373.236 null] >> endobj 824 0 obj << /D [797 0 R /XYZ 56.693 362.277 null] >> endobj 825 0 obj << /D [797 0 R /XYZ 56.693 351.318 null] >> endobj 826 0 obj << /D [797 0 R /XYZ 56.693 340.359 null] >> endobj 827 0 obj << /D [797 0 R /XYZ 56.693 329.4 null] >> endobj 828 0 obj << /D [797 0 R /XYZ 56.693 271.17 null] >> endobj 829 0 obj << /D [797 0 R /XYZ 56.693 266.79 null] >> endobj 830 0 obj << /D [797 0 R /XYZ 56.693 269.679 null] >> endobj 831 0 obj << /D [797 0 R /XYZ 56.693 258.72 null] >> endobj 832 0 obj << /D [797 0 R /XYZ 56.693 247.761 null] >> endobj 833 0 obj << /D [797 0 R /XYZ 56.693 236.802 null] >> endobj 834 0 obj << /D [797 0 R /XYZ 56.693 225.843 null] >> endobj 835 0 obj << /D [797 0 R /XYZ 56.693 214.885 null] >> endobj 836 0 obj << /D [797 0 R /XYZ 56.693 203.926 null] >> endobj 837 0 obj << /D [797 0 R /XYZ 56.693 145.695 null] >> endobj 838 0 obj << /D [797 0 R /XYZ 56.693 141.315 null] >> endobj 839 0 obj << /D [797 0 R /XYZ 56.693 144.204 null] >> endobj 840 0 obj << /D [797 0 R /XYZ 56.693 133.245 null] >> endobj 841 0 obj << /D [797 0 R /XYZ 56.693 122.287 null] >> endobj 842 0 obj << /D [797 0 R /XYZ 56.693 111.328 null] >> endobj 843 0 obj << /D [797 0 R /XYZ 56.693 100.369 null] >> endobj 796 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R >> /ProcSet [ /PDF /Text ] >> endobj 853 0 obj << /Length 1803 /Filter /FlateDecode >> stream x՚]o6+x)5oUEؚH@D-;)ĶHICC9rA>$`BH14pt>EGc&It읫|H2'#[(Yŭ kјRltœ[:N]}'#";X&M[D01zhZΑ3>Cg'Y`K) D1VI5r4$OI2]%#ї{[$lԩ3hc21l75Hs4v 3*&6Lu`qWmüwԶ*TogzPIa`C`E`&c,G3BG'RFkQ,qo$1 .'6d=GMitlUeEUac!tդoԋ]C0xm!8  IWݐ᱂&e&mmrWeoRC\fӃL(qO`c3nN: L=a~n~VB ^$UPM/;Xa[JIPsv_bז˛ R\c Po)t.Rpـ%1c& 0J BuPb)iGJ{<1W^\u$$ %Hc2Y)HCWkMѪw*U>6¾ j.З+@_򢜃[&mߩo('+ $IV&a%!M|tQ7e2װM[qg\ dau!MnW=Nou3u8h9lp)WZ-C̫ VrYSE1chKÍݝ({;ax:K5w'J*ar=,@,hng9J%rm >zuOM -ٛ ٛlFȞ_6mǨnܚa]^4Taj'hpc!N9xX endstream endobj 852 0 obj << /Type /Page /Contents 853 0 R /Resources 851 0 R /MediaBox [0 0 595.276 841.89] /Parent 871 0 R /Annots [ 845 0 R 846 0 R 847 0 R 848 0 R 849 0 R ] >> endobj 844 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (/usr/share/texmf/tex/latex/dblatex/contrib/db2latex/graphics/warning.pdf) /PTEX.PageNumber 1 /PTEX.InfoDict 872 0 R /BBox [0 0 29 29] /Resources << /ProcSet [ /PDF ] /ExtGState << /R8 873 0 R /R7 874 0 R >>>> /Length 566 /Filter /FlateDecode >> stream x]TIT1 Y09b$@{Xp}[(ٕ<}Q>~O6t >Թj4'W53/%HK*J,.Hܯӏ&>=o&)d$+]K7ԣ]:(mmԤ '<(_OU'K 2ԻX~op/˽ˮ_H ]&2Ԑ%dw^%bTXE!xҲ8j$43x7"89 2mF6, a;,w8]50&})0Hc3p ha< $u3ثTnaE> endobj 873 0 obj << /Type /ExtGState /op true >> endobj 874 0 obj << /Type /ExtGState /OPM 1 /SA true >> endobj 845 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [461.194 564.538 569.149 575.12] /A << /S /GoTo /D (gsasl-callback-hook-get) >> >> endobj 846 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [461.511 515.449 541.53 526.352] /A << /S /GoTo /D (gsasl-appinfo-set) >> >> endobj 847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [461.696 332.598 569.149 343.18] /A << /S /GoTo /D (gsasl-callback-hook-set) >> >> endobj 848 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [135.768 271.553 216.893 282.457] /A << /S /GoTo /D (gsasl-appinfo-get) >> >> endobj 849 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 88.652 207.396 99.234] /A << /S /GoTo /D (gsasl-callback-hook-get) >> >> endobj 854 0 obj << /D [852 0 R /XYZ -16.307 900.716 null] >> endobj 855 0 obj << /D [852 0 R /XYZ 56.693 739.087 null] >> endobj 856 0 obj << /D [852 0 R /XYZ 56.693 733.658 null] >> endobj 857 0 obj << /D [852 0 R /XYZ 56.693 736.547 null] >> endobj 858 0 obj << /D [852 0 R /XYZ 56.693 725.588 null] >> endobj 859 0 obj << /D [852 0 R /XYZ 56.693 714.629 null] >> endobj 860 0 obj << /D [852 0 R /XYZ 56.693 703.67 null] >> endobj 861 0 obj << /D [852 0 R /XYZ 56.693 642.891 null] >> endobj 862 0 obj << /D [852 0 R /XYZ 56.693 637.462 null] >> endobj 863 0 obj << /D [852 0 R /XYZ 56.693 640.352 null] >> endobj 864 0 obj << /D [852 0 R /XYZ 56.693 421.91 null] >> endobj 865 0 obj << /D [852 0 R /XYZ 56.693 416.481 null] >> endobj 866 0 obj << /D [852 0 R /XYZ 56.693 419.37 null] >> endobj 867 0 obj << /D [852 0 R /XYZ 56.693 408.411 null] >> endobj 868 0 obj << /D [852 0 R /XYZ 56.693 178.015 null] >> endobj 869 0 obj << /D [852 0 R /XYZ 56.693 172.586 null] >> endobj 870 0 obj << /D [852 0 R /XYZ 56.693 175.475 null] >> endobj 851 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 881 0 obj << /Length 1777 /Filter /FlateDecode >> stream xYKs6WHw"o)iO2ix( 8H⺿%lɊ; .߂888PHI*I )Q1łqp^||6W>?޻¥Rv'*}$V2#"‚!!H ^Qp@!="E4H8Cۇ#J.A0LBy\ Sl0BKʥLQ~?#"Hr9ҤΊUTKf_0'ubJ"ͳѴJ%xPqx= ,@2*?]aUeԮ[r "v/X`x, * EHgUǮ45̛3R"UI{t}uYEe1-=%97P~;ϔmo QqQܘ(Ԙou'GBHXcC1&FA|DmW6c^bQ?"ik39CLGn.6wL뢷`$ aM QTRQ~Lt7!#$x6'nN{,J-kbE686AJbtϞ!Hca1;ӏ1PQ=HHiB[}:)As.r8 1.a08xJ@Al@̜j6y{3p@(08 8JAbSbHUmSW_mxġ0j3[82jz]#DSna:ȣކ^DpoYʼ]H#pSax X\V:w2i1ֆ!&JTFÌsw;+G8 {Y^:mf؜ӎ1^ 숀U.JqmR,74֔2/xnYSfTIfMm&pKWemb!U6n(Rۚ({}!>Y) (6B{z(fj`|ۼ[b?BVKV)1"\OemiY5trֻt8wQRio\aLP4lĀ1FNWpb${iM0]3{! >ΝYR>=ineCX˲2}.f23uOt=e )e ˎ%^NVnvD8yNV{᎚k*GևFc#JÄI0]"c5WfMg:v8:M:lsS0H9hj "{r#uc:7V3!s)uVFIP.h"ۆ"|cweG.[V)~պZ& Lv`]\2Q֕h$WEpRJQ;}B{emʵN,piP+~(&~>d(KR{na|T=#q8^6)urT>?yO|jiT&O&Gݤ`EJ֖rOYߥ8~,˟w~Z@dAc~Z<#ww"n˕?z_o ;A%4 srCrI,sG ) endstream endobj 880 0 obj << /Type /Page /Contents 881 0 R /Resources 879 0 R /MediaBox [0 0 595.276 841.89] /Parent 871 0 R /Annots [ 850 0 R 875 0 R 876 0 R 877 0 R ] >> endobj 850 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [426.672 745.953 542.108 756.857] /A << /S /GoTo /D (gsasl-application-data-set) >> >> endobj 875 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 546.093 206.894 556.675] /A << /S /GoTo /D (gsasl-callback-hook-set) >> >> endobj 876 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [98.336 493.19 214.877 504.094] /A << /S /GoTo /D (gsasl-application-data-get) >> >> endobj 877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [482.946 293.381 569.149 303.963] /A << /S /GoTo /D (gsasl-base64-from) >> >> endobj 882 0 obj << /D [880 0 R /XYZ -11.232 900.716 null] >> endobj 883 0 obj << /D [880 0 R /XYZ 56.693 649.433 null] >> endobj 884 0 obj << /D [880 0 R /XYZ 56.693 643.455 null] >> endobj 885 0 obj << /D [880 0 R /XYZ 56.693 646.345 null] >> endobj 886 0 obj << /D [880 0 R /XYZ 56.693 635.386 null] >> endobj 887 0 obj << /D [880 0 R /XYZ 56.693 396.671 null] >> endobj 888 0 obj << /D [880 0 R /XYZ 56.693 390.693 null] >> endobj 889 0 obj << /D [880 0 R /XYZ 56.693 393.582 null] >> endobj 890 0 obj << /D [880 0 R /XYZ 56.693 382.623 null] >> endobj 891 0 obj << /D [880 0 R /XYZ 56.693 371.665 null] >> endobj 879 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F52 30 0 R /F66 83 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 900 0 obj << /Length 1757 /Filter /FlateDecode >> stream xZMs6WHuB S&dL8Ӄ,q"Iu}(dSC}ѯW{$՝') B,bԻ/T`ˏlolヾӹN'ھx1r`d+a^@LT_؇懣WWo#G_U /Ci0$CK#P$꛲o >b'a>N`T]o6"aYLG{,gtX ~R=]2Gxwa/}"dH~湙R70%cU(P@kEG7J)a7gӬꟹ7K1pAs[ N$U9WEmD)C>nb]h V>>cZP_A^$Pum:վxM0kd7d/8$MR*." > cy$' '  ɚFt 0ӫr)C1Z75ÖqTo]Vq8CX[a!8^B7`(y!poUvܑ÷FHtQ:U_e]-l  SwB4ql>M̩_$nE5'>' ICr>1J&.;p/ $]ϒ] zB }uSHׁ E@`.ak1)"YdR1BR, HP~R/,hLLud3YETLjfZljl:+l:j6V5#*jj6c ,A?Grb6rכy}5-5P/g%9#zIN#@mtڰD񶣸ד3tbm4<["Vnl|$ڿdjbV;Uw#[7e[tY8yo6Jv舄֪>1\4$F\K[]>hvpk<ӎ ߯\:. iU#zӮ]2dƙG$wK-5C։ӻwK;WG: H |@'| ;TpUQ q*Ⱥ_ #{*6BFStf""{M~` zfsr n, DS쏒ڄ)gCIC=7~M)RHm.N.R[T7z}GXF_lW endstream endobj 899 0 obj << /Type /Page /Contents 900 0 R /Resources 898 0 R /MediaBox [0 0 595.276 841.89] /Parent 871 0 R /Annots [ 878 0 R 892 0 R 893 0 R 894 0 R 895 0 R 896 0 R ] >> endobj 878 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [493.401 625.472 569.149 636.054] /A << /S /GoTo /D (gsasl-base64-to) >> >> endobj 892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 327.795 207.396 338.377] /A << /S /GoTo /D (gsasl-callback-hook-get) >> >> endobj 893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [218.359 327.795 324.503 338.377] /A << /S /GoTo /D (gsasl-session-hook-get) >> >> endobj 894 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [424.519 287.251 567.072 298.155] /A << /S /GoTo /D (gsasl-client-application-data-set) >> >> endobj 895 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 88.652 206.894 99.234] /A << /S /GoTo /D (gsasl-callback-hook-set) >> >> endobj 896 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [217.857 88.652 323.499 99.234] /A << /S /GoTo /D (gsasl-session-hook-set) >> >> endobj 901 0 obj << /D [899 0 R /XYZ -16.307 900.716 null] >> endobj 902 0 obj << /D [899 0 R /XYZ 56.693 739.087 null] >> endobj 903 0 obj << /D [899 0 R /XYZ 56.693 733.224 null] >> endobj 904 0 obj << /D [899 0 R /XYZ 56.693 736.114 null] >> endobj 905 0 obj << /D [899 0 R /XYZ 56.693 725.155 null] >> endobj 906 0 obj << /D [899 0 R /XYZ 56.693 714.196 null] >> endobj 907 0 obj << /D [899 0 R /XYZ 56.693 703.237 null] >> endobj 908 0 obj << /D [899 0 R /XYZ 56.693 419.542 null] >> endobj 909 0 obj << /D [899 0 R /XYZ 56.693 413.68 null] >> endobj 910 0 obj << /D [899 0 R /XYZ 56.693 416.569 null] >> endobj 911 0 obj << /D [899 0 R /XYZ 56.693 191.358 null] >> endobj 912 0 obj << /D [899 0 R /XYZ 56.693 185.496 null] >> endobj 913 0 obj << /D [899 0 R /XYZ 56.693 188.385 null] >> endobj 914 0 obj << /D [899 0 R /XYZ 56.693 177.426 null] >> endobj 898 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 930 0 obj << /Length 1799 /Filter /FlateDecode >> stream xZo6_Gy~ڞ:l ZldC[-;BmɕfwQ$D$"wgz zGoBj빧9сgh@D(+_ [|YTFJ܈]&"*6]&qZb.Jg˘'J2Ǜ1:?Z|T96?REY^QJm_YZryM?4f ij̓x̕u̔ϰVL.8a򅇍# Ҿ,hyi8.fږmp0[g+P]XݭU_2|$-J۸t'+ γEB Tͤ7 & H犄ϕbZ[F7ӔKEA?v$2]V:OBBF[75(mnml&x9QhnGn "Fəe P[嘛Ssv|RU)n ~\bqj',]}\v  WLΤ5޼Q+0)j(Ccuȯk MY(|cZCZSu5\);0ޭXct_3Mi4DŽrxvP8z<_o*mO3N`s~F}Zha (ck t%ySM5au~SJzB pl!PWuZ =kViJzd o'qDN2h5+0S: XBQS#؝ M"1Pڟ<JǷlt4+Q!"x:ˇ=Uݷi ,^R8M-5ߤSwIv# N*;A|*[~'OwHĜv3+I.*ͣ8 eqY;W*FNGlF! @:v1z8f)@BmFzX_}5:k 7?9I0Q-zG@0Qׁ\w74P`f)NA<[s߲1"KqaBAj@亰^z&/   wÍpKM%a{q1 oFu>ё?0a#aDH ʀHpz`nj-.naAErܠIڵúv]w~:ET,8jaUFleov'4N~ew ٝpnT?vW|gwwv׃@͋;.%QCWW ; $oy5('Iڝ]_zt:Q-P:dB[0~0| J Nng͓of|lˡ1bP6)1(g3pXJJ_Վ endstream endobj 929 0 obj << /Type /Page /Contents 930 0 R /Resources 928 0 R /MediaBox [0 0 595.276 841.89] /Parent 871 0 R /Annots [ 897 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R ] >> endobj 897 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.155 733.997 291.814 744.901] /A << /S /GoTo /D (gsasl-client-application-data-get) >> >> endobj 915 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 540.115 448.689 550.697] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 916 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 528.16 204.401 538.742] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 917 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 528.16 299.936 538.742] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 918 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 487.213 367.145 498.117] /A << /S /GoTo /D (gsasl-client-callback-anonymous-set) >> >> endobj 919 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 441.385 427.209 452.378] /A << /S /GoTo /D (gsasl-client-callback-anonymous-set) >> >> endobj 920 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 294.327 448.689 304.909] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 282.371 204.401 292.954] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 922 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 282.371 299.936 292.954] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 923 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [201.379 229.469 363.151 240.373] /A << /S /GoTo /D (gsasl-client-callback-anonymous-get) >> >> endobj 931 0 obj << /D [929 0 R /XYZ -11.232 900.716 null] >> endobj 932 0 obj << /D [929 0 R /XYZ 56.693 637.478 null] >> endobj 933 0 obj << /D [929 0 R /XYZ 56.693 631.5 null] >> endobj 934 0 obj << /D [929 0 R /XYZ 56.693 634.39 null] >> endobj 935 0 obj << /D [929 0 R /XYZ 56.693 623.431 null] >> endobj 936 0 obj << /D [929 0 R /XYZ 56.693 402.648 null] >> endobj 937 0 obj << /D [929 0 R /XYZ 56.693 396.671 null] >> endobj 938 0 obj << /D [929 0 R /XYZ 56.693 399.56 null] >> endobj 939 0 obj << /D [929 0 R /XYZ 56.693 388.601 null] >> endobj 942 0 obj << /D [929 0 R /XYZ 56.693 144.905 null] >> endobj 943 0 obj << /D [929 0 R /XYZ 56.693 138.927 null] >> endobj 944 0 obj << /D [929 0 R /XYZ 56.693 141.816 null] >> endobj 945 0 obj << /D [929 0 R /XYZ 56.693 130.857 null] >> endobj 928 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F103 135 0 R /F60 47 0 R /F52 30 0 R /F66 83 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 961 0 obj << /Length 1649 /Filter /FlateDecode >> stream xZYoF~ׯG{S6Fhc}HC(B)=(d*$ȃr9vfM "|$bB3V1]Nѫ?#&Ir0z0x"'ixuߍ7/";X֔JU$gᡘ[8r~@A=( +C[ahn AS,A;$)+&l%iiQkذ6^a`Cx? j-@m?Uw (Bj!HMJv Pd\Y~T-x5̳4/&zGno4 Ds?IV),&4yry$| ba&1 𺘅'x N8=npm˴ 9{ْqm`W7P<W^"*-_IՁ+E^#Rr9 i= s( T4Жbܻ3vR8=!8Œ P8v}jz3w*VL`ed@PU8V?%-UC|}A-ExYUX!G OdtL5q ՈIlI`&߱dՍ3i"} ']Kγko@0<#j ,eZjb\b*uouBB׺sF'qƺqjl -Uc TP`]2yIfT HѬ~7жv7gZ S'},~~ի١xGP::::@ðIѵiE6m.AAYs8]GXe."0#ƄOя݈$6rkH(Ra nܠ`,o"s,xM#w=+9+LTŸeOҔyMb4FV FAjC&]{7=wE?jIL9$*`U!׍̺n'$ $3ܒ<;]h8; E0eQs s7wG7|yVAEeأgn6vt̀MqQנ`nvEAMܒ`J۴kgYSAL=(ծF<Өؐiju9M~NmA0JnȒD endstream endobj 960 0 obj << /Type /Page /Contents 961 0 R /Resources 959 0 R /MediaBox [0 0 595.276 841.89] /Parent 871 0 R /Annots [ 924 0 R 925 0 R 926 0 R 927 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R 951 0 R 952 0 R 953 0 R 954 0 R 955 0 R ] >> endobj 924 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [459.85 719.558 542.88 730.14] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 925 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [239.659 707.603 305.743 718.185] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 926 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [318.17 707.603 402.741 718.185] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 927 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 656.593 390.536 667.496] /A << /S /GoTo /D (gsasl-client-callback-authentication-id-set) >> >> endobj 946 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 610.764 450.6 621.758] /A << /S /GoTo /D (gsasl-client-callback-authentication-id-set) >> >> endobj 947 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [459.85 456.403 542.88 466.986] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 948 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [239.659 444.448 305.743 455.03] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 949 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [318.17 444.448 402.741 455.03] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 950 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [55.697 381.483 240.86 392.387] /A << /S /GoTo /D (gsasl-client-callback-authentication-id-get) >> >> endobj 951 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [412.96 199.555 495.989 210.138] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 952 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [192.456 187.6 258.539 198.182] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 953 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [269.502 187.6 354.074 198.182] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 954 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 146.653 386.661 157.557] /A << /S /GoTo /D (gsasl-client-callback-authorization-id-set) >> >> endobj 955 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 100.825 446.725 111.818] /A << /S /GoTo /D (gsasl-client-callback-authorization-id-set) >> >> endobj 962 0 obj << /D [960 0 R /XYZ -16.307 900.716 null] >> endobj 963 0 obj << /D [960 0 R /XYZ 56.693 572.028 null] >> endobj 964 0 obj << /D [960 0 R /XYZ 56.693 566.051 null] >> endobj 965 0 obj << /D [960 0 R /XYZ 56.693 568.94 null] >> endobj 966 0 obj << /D [960 0 R /XYZ 56.693 557.981 null] >> endobj 967 0 obj << /D [960 0 R /XYZ 56.693 547.022 null] >> endobj 968 0 obj << /D [960 0 R /XYZ 56.693 296.918 null] >> endobj 969 0 obj << /D [960 0 R /XYZ 56.693 290.941 null] >> endobj 970 0 obj << /D [960 0 R /XYZ 56.693 293.83 null] >> endobj 971 0 obj << /D [960 0 R /XYZ 56.693 282.871 null] >> endobj 959 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 985 0 obj << /Length 1933 /Filter /FlateDecode >> stream xZKoFW=QE7)ERAS$$&BEq}g_IIdJi>\.ggh'ƃ (Ty )QpX̂,8Ok8gWOc:O]R,|iؒ@[4[QA1S*RKT/ $ILfmUpk(A0L8"my,(d_Ly4Ib&>_$:+lvHk+?X`#Fr ]㤣CA8"#ՖR .`#dZ{h|BEV[ 'M<حъ:|!`w$uf{qTEV\\O@n*Kxb,iR3n*em> Kìp$\N -G0[[e\tth8b+#Q$jU웟I-ت\?eX_n &t,:Ctk웨h0@|v3M ^h2+*Xi41. ;e]U. jn7Uy:']\>r+>!~;k5wDI `1X `֟d"zB(Kni61ddm膨OpdEwI6 U)f3XwCib_Jbc]i9PaUjO}FjצxZ;Ε~B#8`; XQE-E.#*t<)lbd[>,#B=̓+H{{U@i}ivQFTc4K||r~q Ri3hw@+qpXfuf$zk/[jA'잍4xtOv{#%iA\/{ sY8W 1?:o]铘9- \p{'  "}=xĐlFUGZPoZ/SKsB!}1|H!}k`qyu<|o71`D&7t@ @)0S ,ƥ"0hc4 w+ēm/-eeXLeU,6""4{?ۺ3eDԛ/QD8=z$:ޯ`awP'ȁ.b^y =̨ю3}y( 6[=po*o]Pݾue9hiS'nss]VB1P᪉4"\[c{ZnY1/"} !-]8v+j7x6UL- 4[۫jvy}zl> endobj 956 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [412.96 627.719 495.989 638.301] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 957 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [192.456 615.764 258.539 626.346] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 958 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [269.502 615.764 354.074 626.346] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 973 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [55.697 567.897 236.985 578.801] /A << /S /GoTo /D (gsasl-client-callback-authorization-id-get) >> >> endobj 974 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 401.697 448.689 412.279] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 975 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 389.742 204.401 400.324] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 976 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 389.742 299.936 400.324] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 977 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 353.83 351.593 364.734] /A << /S /GoTo /D (gsasl-client-callback-maxbuf-set) >> >> endobj 978 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 313.757 411.657 324.751] /A << /S /GoTo /D (gsasl-client-callback-maxbuf-set) >> >> endobj 979 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 187.63 448.689 198.212] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 980 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 175.674 204.401 186.257] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 981 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 175.674 299.936 186.257] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 982 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [271.147 115.853 417.367 126.757] /A << /S /GoTo /D (gsasl-client-callback-maxbuf-get) >> >> endobj 986 0 obj << /D [984 0 R /XYZ -11.232 900.716 null] >> endobj 972 0 obj << /D [984 0 R /XYZ 56.693 739.087 null] >> endobj 987 0 obj << /D [984 0 R /XYZ 56.693 734.548 null] >> endobj 988 0 obj << /D [984 0 R /XYZ 56.693 737.437 null] >> endobj 989 0 obj << /D [984 0 R /XYZ 56.693 726.478 null] >> endobj 990 0 obj << /D [984 0 R /XYZ 56.693 715.519 null] >> endobj 991 0 obj << /D [984 0 R /XYZ 56.693 491.146 null] >> endobj 992 0 obj << /D [984 0 R /XYZ 56.693 486.608 null] >> endobj 993 0 obj << /D [984 0 R /XYZ 56.693 489.497 null] >> endobj 994 0 obj << /D [984 0 R /XYZ 56.693 478.538 null] >> endobj 995 0 obj << /D [984 0 R /XYZ 56.693 277.079 null] >> endobj 996 0 obj << /D [984 0 R /XYZ 56.693 272.54 null] >> endobj 997 0 obj << /D [984 0 R /XYZ 56.693 275.429 null] >> endobj 998 0 obj << /D [984 0 R /XYZ 56.693 264.471 null] >> endobj 983 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F106 940 0 R /F110 941 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1015 0 obj << /Length 1520 /Filter /FlateDecode >> stream xZ[o6~=T [[5"ӉPWr%YE)dV*[?Ïy%4A7瓟瓋g b ͗H14 p4_7L|/|]ܦG]XBU Ͱb#Fpz_瓏 H*6+PaA ,L+HRW^ɟY"kqi0(O妈Ud6†#kU+U-ڪf ksyb˽S7"1=W7`!ö炪i?Rq#nkKڀ,W;\&n++LjkC@Tc@b`\? =$T1's3SPC;G hȏЦY}j/>KxĠ Z~\# VvFy7>llaǮzQpXFRNta׹.;F(nUݙfVyW4I{RbspCtӤ,me*]x![Y.$ O&t,Q黳WӎXS6ra X?_Tʧ  cvXi$f!kRBSfNo_FFv{v]mޏ%!fj0aK~v';gl@}CSq)6a\8YBNM&wo+2FGW+]NG` ^Mw8UNHm');w=/N_ۂMgg3>'d4|ح T>c<>szwpŸ Qt@:U>';`c#Y{0⺅ ЧS]ƒ„O~7. n*o3tkFQU'џ3sFŌJ~2YHu;8ߺ|g.Wܮe _e f endstream endobj 1014 0 obj << /Type /Page /Contents 1015 0 R /Resources 1013 0 R /MediaBox [0 0 595.276 841.89] /Parent 1029 0 R /Annots [ 999 0 R 1000 0 R 1001 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R ] >> endobj 999 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 643.745 448.689 654.327] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1000 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 631.79 204.401 642.372] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1001 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 631.79 299.936 642.372] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1002 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 592.128 357.322 603.032] /A << /S /GoTo /D (gsasl-client-callback-passcode-set) >> >> endobj 1003 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 547.77 417.385 558.764] /A << /S /GoTo /D (gsasl-client-callback-passcode-set) >> >> endobj 1004 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 403.259 448.689 413.841] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1005 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 391.304 204.401 401.886] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1006 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 391.304 299.936 401.886] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1007 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [482.332 351.643 634.281 362.546] /A << /S /GoTo /D (gsasl-client-callback-passcode-get) >> >> endobj 1008 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 173.732 448.689 184.314] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1009 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 161.777 204.401 172.359] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1010 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 161.777 299.936 172.359] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1011 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 122.115 358.886 133.019] /A << /S /GoTo /D (gsasl-client-callback-password-set) >> >> endobj 1012 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 77.757 418.95 88.751] /A << /S /GoTo /D (gsasl-client-callback-password-set) >> >> endobj 1016 0 obj << /D [1014 0 R /XYZ -16.307 900.716 null] >> endobj 1017 0 obj << /D [1014 0 R /XYZ 56.693 739.087 null] >> endobj 1018 0 obj << /D [1014 0 R /XYZ 56.693 733.476 null] >> endobj 1019 0 obj << /D [1014 0 R /XYZ 56.693 736.366 null] >> endobj 1020 0 obj << /D [1014 0 R /XYZ 56.693 725.407 null] >> endobj 1021 0 obj << /D [1014 0 R /XYZ 56.693 509.559 null] >> endobj 1022 0 obj << /D [1014 0 R /XYZ 56.693 503.949 null] >> endobj 1023 0 obj << /D [1014 0 R /XYZ 56.693 506.839 null] >> endobj 1024 0 obj << /D [1014 0 R /XYZ 56.693 495.88 null] >> endobj 1025 0 obj << /D [1014 0 R /XYZ 56.693 269.074 null] >> endobj 1026 0 obj << /D [1014 0 R /XYZ 56.693 263.463 null] >> endobj 1027 0 obj << /D [1014 0 R /XYZ 56.693 266.353 null] >> endobj 1028 0 obj << /D [1014 0 R /XYZ 56.693 255.394 null] >> endobj 1013 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1046 0 obj << /Length 1843 /Filter /FlateDecode >> stream xZKs6WHu"o)mLimgzH2JdNdR!@#99b  ^~읽T4I.'D X]ꏷW4xv+=+LQ^Oe2|fYY-Ь4&c$VZ(KLEk,1SI 5C JCM!sB*|4cnn$ {8y:9WǤ{."RA'l$zZh20뢭y^W_5-I tȏh# endstream endobj 1045 0 obj << /Type /Page /Contents 1046 0 R /Resources 1044 0 R /MediaBox [0 0 595.276 841.89] /Parent 1029 0 R /Annots [ 1031 0 R 1032 0 R 1033 0 R 1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R 1043 0 R ] >> endobj 1031 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 634.228 448.689 644.81] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1032 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 622.272 204.401 632.855] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1033 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 622.272 299.936 632.855] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1034 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [483.897 583.529 637.409 594.433] /A << /S /GoTo /D (gsasl-client-callback-password-get) >> >> endobj 1035 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [342.961 419.442 425.99 430.025] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1036 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.87 407.487 186.953 418.069] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1037 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.916 407.487 282.488 418.069] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1038 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 368.744 334.089 379.648] /A << /S /GoTo /D (gsasl-client-callback-pin-set) >> >> endobj 1039 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 325.434 394.153 336.428] /A << /S /GoTo /D (gsasl-client-callback-pin-set) >> >> endobj 1040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [342.961 193.698 425.99 204.281] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1041 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.87 181.743 186.953 192.325] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1042 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.916 181.743 282.488 192.325] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1043 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [55.697 119.089 184.412 129.993] /A << /S /GoTo /D (gsasl-client-callback-pin-get) >> >> endobj 1047 0 obj << /D [1045 0 R /XYZ -11.232 900.716 null] >> endobj 1030 0 obj << /D [1045 0 R /XYZ 56.693 739.087 null] >> endobj 1048 0 obj << /D [1045 0 R /XYZ 56.693 733.739 null] >> endobj 1049 0 obj << /D [1045 0 R /XYZ 56.693 736.628 null] >> endobj 1050 0 obj << /D [1045 0 R /XYZ 56.693 725.669 null] >> endobj 1051 0 obj << /D [1045 0 R /XYZ 56.693 502.384 null] >> endobj 1052 0 obj << /D [1045 0 R /XYZ 56.693 497.036 null] >> endobj 1053 0 obj << /D [1045 0 R /XYZ 56.693 499.925 null] >> endobj 1054 0 obj << /D [1045 0 R /XYZ 56.693 287.598 null] >> endobj 1055 0 obj << /D [1045 0 R /XYZ 56.693 282.25 null] >> endobj 1056 0 obj << /D [1045 0 R /XYZ 56.693 285.14 null] >> endobj 1057 0 obj << /D [1045 0 R /XYZ 56.693 274.181 null] >> endobj 1044 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F106 940 0 R /F110 941 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1077 0 obj << /Length 1599 /Filter /FlateDecode >> stream xZr6+:]&LicuH3ZlMdJ!^ER-rYxP&|dpLdUL)Fh-Gz3|јI2<}zKh=EhvsW|Y~-Go'/,E* Ͱ)V`XPxKI(_<PGERa8XW7o `a G^!I f\A{NHk%S2+g#4[.ϳb4d誀/" 1%y?ǚ9Fx[Rak,*7ݶ(6 aGm?!34m)l=`qButRɢd&1U6rprsZGoƊ#ۯ]@X4M|mM5aA`@ςܠiw@84DƲ>1zu3XHU捬 T6\Q2ЦY?JŎW{hrܰ];(5R2HaV">ME%wou*'R(}Ù[nUn<6rTB 2_;_n7T89\TϦAe|~O*pauak~(j,lOop5եihW84B^wj:iHi?":zDPU]7]_JU%Lz\_Oz]׾;׉z6@ѫkbvG} eү_!z`#|.mo5)߁Ȅ@#ehsY[2 >k]w"c.nE8yF ouGpI̓Psb&M*#w v@i\א/!vnhR*nu]u]`NhfdW  y(,?rzfz4)FG8gsNI8pV/m~)@0Begz@ @ *fDELa$_&_0AT7lBh̹<*/_}߸#s'cp)<ӵ.B ŰVa 8/t bBGH虃`Z3p fI6j }/5MV7Y1Vb0,9eV%:]X8o64 eJ}W/'p(:߅cO[4}ؕkf˖W>x3V&ߘG8ep(e>c|tDA!&'泶> vڷTGp+%~#`bBT ,L|3e6FM'ҮZR`R` RQ)[Rw(V V)PGVx `A0{uG +`N M 0!` miwJxXwe ;Xt& ]#QeP?PY퇂zl?/ endstream endobj 1076 0 obj << /Type /Page /Contents 1077 0 R /Resources 1075 0 R /MediaBox [0 0 595.276 841.89] /Parent 1029 0 R /Annots [ 1058 0 R 1059 0 R 1060 0 R 1061 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R ] >> endobj 1058 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [342.961 653.395 425.99 663.977] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1059 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.87 641.439 186.953 652.022] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1060 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.916 641.439 282.488 652.022] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1061 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 600.945 336.301 611.849] /A << /S /GoTo /D (gsasl-client-callback-qop-set) >> >> endobj 1062 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 555.635 396.365 566.629] /A << /S /GoTo /D (gsasl-client-callback-qop-set) >> >> endobj 1063 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [342.961 420.433 425.99 431.015] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1064 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.87 408.478 186.953 419.06] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1065 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.916 408.478 282.488 419.06] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1066 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.683 356.029 296.611 366.933] /A << /S /GoTo /D (gsasl-client-callback-qop-get) >> >> endobj 1067 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.995 175.517 444.024 186.099] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1068 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 163.562 204.401 174.144] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1069 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 163.562 299.936 174.144] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1070 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 123.067 344.041 133.971] /A << /S /GoTo /D (gsasl-client-callback-realm-set) >> >> endobj 1071 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 77.757 404.105 88.751] /A << /S /GoTo /D (gsasl-client-callback-realm-set) >> >> endobj 1078 0 obj << /D [1076 0 R /XYZ -16.307 900.716 null] >> endobj 1079 0 obj << /D [1076 0 R /XYZ 56.693 739.087 null] >> endobj 1080 0 obj << /D [1076 0 R /XYZ 56.693 733.238 null] >> endobj 1081 0 obj << /D [1076 0 R /XYZ 56.693 736.128 null] >> endobj 1082 0 obj << /D [1076 0 R /XYZ 56.693 517.084 null] >> endobj 1083 0 obj << /D [1076 0 R /XYZ 56.693 511.236 null] >> endobj 1084 0 obj << /D [1076 0 R /XYZ 56.693 514.125 null] >> endobj 1085 0 obj << /D [1076 0 R /XYZ 56.693 503.166 null] >> endobj 1086 0 obj << /D [1076 0 R /XYZ 56.693 272.167 null] >> endobj 1087 0 obj << /D [1076 0 R /XYZ 56.693 266.319 null] >> endobj 1088 0 obj << /D [1076 0 R /XYZ 56.693 269.209 null] >> endobj 1089 0 obj << /D [1076 0 R /XYZ 56.693 258.25 null] >> endobj 1075 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1103 0 obj << /Length 1899 /Filter /FlateDecode >> stream xZKo7WqUD mO) ڢ],Q"ٕw!%ڊeKCp8rOc2z|YIJuv<4'd5D";d? ѫpw8`Gh>tIJZ8pbȆR),92E?4w |9`X4Ѡ)єg󃏟h6%,ky)F 9"Ot2eIըʬ|^zy2#O|KT_(1.aOyA ]1M8'eQfͦ]iwSooh` f{WᦺMoC*K{P lf>k&M|&hRS R`9E-6?t} JO$(",a/i! -[w[DH IR!#n9o!3~JY4\o%(ᲟdEd!$ۗQh/N+c^z@x\f o-qDS9i)Vg i>jꪞK^?pm꽧i@PQ^4v[>}`WZkpTS5*o[Z| -ˇ۵gx@ yBch ;7+dh^7oDx!hꣽ^FY5> (hS;_Գ6 pH5Eeބe͕[wթB qs^A,9 zt pt]m{=`1L@J.G9d]6u7JO̐l7zMǃE˷k0e:UdԭXI*b's^zgpsuu n,2-ip`,* Z2r&~ arF ťP4m@Nl ^qU x0 -'+a{w+awWv{#KNj Xxv5.lb i ٭#~G0C7`Dph|P4!DEdH+zD"!bd-r32`GzC$vU` n{D"4#`Fn,K*KD$D:K 8:"절 =q^ S\ XC#BP{vшqOF ? ht/l/DE5ܛ4BeƓ(7mde}ds@2Y~W./C/d] a XB$WOWsm꿞 ݕݾnFEv ͊Uz}VOhUpUSݚ>+%4B.vB{nV$27 ͪb}l<.30VYY`0{MWp'<+x n_p\ #$k L2oTd9uw}9u&Z1%/#do|8ͪBã#Aw+rx:*vTz_|x7-<`$}t*i(ů.W}~wxP|k\ i )vl7+uǙgM5"jm$h-صĄG&Iw[f}s$1?< endstream endobj 1102 0 obj << /Type /Page /Contents 1103 0 R /Resources 1101 0 R /MediaBox [0 0 595.276 841.89] /Parent 1029 0 R /Annots [ 1072 0 R 1073 0 R 1074 0 R 1091 0 R 1092 0 R 1093 0 R 1094 0 R 1095 0 R 1096 0 R 1097 0 R 1098 0 R 1099 0 R 1100 0 R ] >> endobj 1072 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.995 646.757 444.024 657.339] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1073 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 634.802 204.401 645.384] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 634.802 299.936 645.384] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1091 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.864 585.103 511.532 596.007] /A << /S /GoTo /D (gsasl-client-callback-realm-get) >> >> endobj 1092 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 413.179 448.689 423.761] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1093 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 401.224 204.401 411.806] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1094 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 401.224 299.936 411.806] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1095 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 363.48 349.571 374.384] /A << /S /GoTo /D (gsasl-client-callback-service-set) >> >> endobj 1096 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 321.313 409.634 332.306] /A << /S /GoTo /D (gsasl-client-callback-service-set) >> >> endobj 1097 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 191.556 448.689 202.139] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1098 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 179.601 204.401 190.183] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1099 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 179.601 299.936 190.183] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1100 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [400.998 117.947 545.195 128.851] /A << /S /GoTo /D (gsasl-client-callback-service-get) >> >> endobj 1104 0 obj << /D [1102 0 R /XYZ -11.232 900.716 null] >> endobj 1090 0 obj << /D [1102 0 R /XYZ 56.693 739.087 null] >> endobj 1105 0 obj << /D [1102 0 R /XYZ 56.693 734.024 null] >> endobj 1106 0 obj << /D [1102 0 R /XYZ 56.693 736.913 null] >> endobj 1107 0 obj << /D [1102 0 R /XYZ 56.693 725.954 null] >> endobj 1108 0 obj << /D [1102 0 R /XYZ 56.693 505.509 null] >> endobj 1109 0 obj << /D [1102 0 R /XYZ 56.693 500.446 null] >> endobj 1110 0 obj << /D [1102 0 R /XYZ 56.693 503.335 null] >> endobj 1111 0 obj << /D [1102 0 R /XYZ 56.693 492.376 null] >> endobj 1112 0 obj << /D [1102 0 R /XYZ 56.693 283.886 null] >> endobj 1113 0 obj << /D [1102 0 R /XYZ 56.693 278.823 null] >> endobj 1114 0 obj << /D [1102 0 R /XYZ 56.693 281.713 null] >> endobj 1115 0 obj << /D [1102 0 R /XYZ 56.693 270.754 null] >> endobj 1101 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1121 0 obj << /Length 1745 /Filter /FlateDecode >> stream xYMs6WHu"S:i{#G_ΞK 6)t1Ca#Mb GCtx$>}ʗؙ-l6$['񧋗`" fwfEpL9Pް+љ(:}Qp Ŋ04]>|"^"nB̸;")/Ma0%ʻ2/ry93-SU|<$w#~v,qsse]Ra *,|ZuwFfPa}=f- 3lm#_xhILiX0 .,6D,~ -CXbNmH&FRei2ͳn c~nWK=w'cQK5֜Aw!B ۼac [P\V켊ch[nً@r8 &'-=6P$z{|"8&){+>²\$\vٳ{)aCkH19/ ZIBL@Bl~Po,zWz6 ikc~BM&p-Ӭlr}ЅA ?eUc8ݓ P>vnV2 PJA@)+ڈ@tɬjU=K)ra/6*h|?iYE4/|DwգQh0ʩ9Y}|!;jq cN^rvs!'@ x8]zP‹rKGG+\p1mճ?,\ÝG!K> endobj 1116 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [474.386 437.097 529.189 447.68] /A << /S /GoTo /D (gsasl-finish) >> >> endobj 1117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 214.953 192.108 225.535] /A << /S /GoTo /D (gsasl-client-mechlist) >> >> endobj 1118 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 77.757 185.548 88.034] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 1122 0 obj << /D [1120 0 R /XYZ -16.307 900.716 null] >> endobj 1123 0 obj << /D [1120 0 R /XYZ 56.693 739.087 null] >> endobj 1124 0 obj << /D [1120 0 R /XYZ 56.693 733.179 null] >> endobj 1125 0 obj << /D [1120 0 R /XYZ 56.693 736.069 null] >> endobj 1126 0 obj << /D [1120 0 R /XYZ 56.693 523.114 null] >> endobj 1127 0 obj << /D [1120 0 R /XYZ 56.693 517.207 null] >> endobj 1128 0 obj << /D [1120 0 R /XYZ 56.693 520.096 null] >> endobj 1129 0 obj << /D [1120 0 R /XYZ 56.693 328.865 null] >> endobj 1130 0 obj << /D [1120 0 R /XYZ 56.693 322.958 null] >> endobj 1131 0 obj << /D [1120 0 R /XYZ 56.693 325.847 null] >> endobj 1132 0 obj << /D [1120 0 R /XYZ 56.693 314.888 null] >> endobj 1133 0 obj << /D [1120 0 R /XYZ 56.693 303.929 null] >> endobj 1119 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F102 134 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1143 0 obj << /Length 1833 /Filter /FlateDecode >> stream xZKs6WHu"o)8ͣ2=$-A6'2T\wAII$ZAZ|v1 ~N^ (TY )QpX̂44QËˏo\tl̇_oA, ̈Ea asTxbNǃ?B" 8 i0|)|{`c+oA0Lx\ ~icDPˤ_NTgeY酅 lg E3'5Hʹ Qbf hmagS"AV01wjije,b?Z`q֞iO*fgU^[GSfo,#7p_EgRegmL˃Ga$  IgObWOEGyJ[~OO vOa!%lVVÓ<+w .0I1(>̴iXVV1RͶl> J\[rmR8M{ڤ7=l"ctzQTPtA˪O E<{ګ7}W mEH5ڦ@3UO;^>uՖR .`KA"[F )RЮ!AUX+j5?7vSҽm'u2kW]fmwˉDfKs9^<+|~"xnj[iS=+IuZUH} Ч6tJGPMF*)LPHC=" ّ߯yvwP,~e#".k凄"2y%y/>si`/HR$,հY?a2GXv4Zo .u }H6![TA aVCv~BJo-V\\"GM Ԣ{̸\ii.32lMd e5h.N4Y$LtiZ\DY/Co;៎)\{&Y,<T(fݭe7| oCi4Z+mM 3Y:tPrpړYS`!EUihݡ6>}iFZLDDD:TP)qtBlW% TIz endstream endobj 1142 0 obj << /Type /Page /Contents 1143 0 R /Resources 1141 0 R /MediaBox [0 0 595.276 841.89] /Parent 1029 0 R /Annots [ 1134 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R 1140 0 R ] >> endobj 1134 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [463.114 608.847 513.936 619.429] /A << /S /GoTo /D (gsasl-step) >> >> endobj 1135 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [421.182 534.808 525.57 545.712] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 1136 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.551 409.279 186.462 420.272] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 1137 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [354.077 409.279 458.465 420.272] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 1138 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [508.356 244.338 569.149 254.92] /A << /S /GoTo /D (gsasl-step64) >> >> endobj 1139 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [186.296 193.328 262.997 204.232] /A << /S /GoTo /D (gsasl-client-step) >> >> endobj 1140 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.03 87.724 192.731 98.717] /A << /S /GoTo /D (gsasl-client-step) >> >> endobj 1144 0 obj << /D [1142 0 R /XYZ -11.232 900.716 null] >> endobj 1145 0 obj << /D [1142 0 R /XYZ 56.693 739.087 null] >> endobj 1146 0 obj << /D [1142 0 R /XYZ 56.693 733.109 null] >> endobj 1147 0 obj << /D [1142 0 R /XYZ 56.693 735.998 null] >> endobj 1148 0 obj << /D [1142 0 R /XYZ 56.693 725.039 null] >> endobj 1149 0 obj << /D [1142 0 R /XYZ 56.693 714.08 null] >> endobj 1150 0 obj << /D [1142 0 R /XYZ 56.693 703.121 null] >> endobj 1151 0 obj << /D [1142 0 R /XYZ 56.693 692.163 null] >> endobj 1152 0 obj << /D [1142 0 R /XYZ 56.693 358.587 null] >> endobj 1153 0 obj << /D [1142 0 R /XYZ 56.693 352.61 null] >> endobj 1154 0 obj << /D [1142 0 R /XYZ 56.693 355.499 null] >> endobj 1155 0 obj << /D [1142 0 R /XYZ 56.693 344.54 null] >> endobj 1156 0 obj << /D [1142 0 R /XYZ 56.693 333.581 null] >> endobj 1157 0 obj << /D [1142 0 R /XYZ 56.693 322.622 null] >> endobj 1141 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1163 0 obj << /Length 1643 /Filter /FlateDecode >> stream xZr6+:]Ɠ;E0-qFR~}/0"(9D+MHD!=Z .G^.K,)t}J#C4斣9z3d$_=_=兿xdeVcRlKVh5hJ)Rz`!)mC1# H*+Pz;z9{֠-`\^ubJj5KfɔqV{NImPe'ǚ{MG5K01lEen:bb-Y;P0'1~;R2drū R^LIL $0m!TWG %nv#~3CѬʪ*_1sLXz|͡J ְ*'>C*HY;K56]}E!Xi-m/[cŭ@րEis7aPk\#OoAIY;m%q ^z4ᩦw^M\<{_fiRgs݌boTfueaSe[^"02[OJnruVzM ORn7"]z@)֌rYƻ^zCB$>Bb_fw3+6Y"pBPbCuHM=qn.VF'm wnܼd3hy^&1@M=FpXTpw1tґQ[o!HMfΧX?PdQL (]ԃq<1y-c[9,E09j`,d;;Yp}ݩz~R]C+ 1Fkhuc1]gh]7Zw!Ct |mv}|n̼zk۾[4-U%],S&ra1iwg oorIPrj?fb:g"na8%(/u))ZqCy}֥|_%tXY hqre®тSp wu>)~\&t;>*tz%mBhnߴ!16՜xZ[} lқg;(C30dǘ٣GW+('0C|pD!((P( ۡ_85DbIJ211_ܩX$#`Ge56~'F9~{GS~P endstream endobj 1162 0 obj << /Type /Page /Contents 1163 0 R /Resources 1161 0 R /MediaBox [0 0 595.276 841.89] /Parent 1182 0 R /Annots [ 1158 0 R 1159 0 R ] >> endobj 1158 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [492.187 396.891 555.473 407.473] /A << /S /GoTo /D (gsasl-decode) >> >> endobj 1159 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 220.351 185.548 231.345] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 1164 0 obj << /D [1162 0 R /XYZ -16.307 900.716 null] >> endobj 1165 0 obj << /D [1162 0 R /XYZ 56.693 739.087 null] >> endobj 1166 0 obj << /D [1162 0 R /XYZ 56.693 733.109 null] >> endobj 1167 0 obj << /D [1162 0 R /XYZ 56.693 735.998 null] >> endobj 1168 0 obj << /D [1162 0 R /XYZ 56.693 522.099 null] >> endobj 1169 0 obj << /D [1162 0 R /XYZ 56.693 516.121 null] >> endobj 1170 0 obj << /D [1162 0 R /XYZ 56.693 519.011 null] >> endobj 1171 0 obj << /D [1162 0 R /XYZ 56.693 508.052 null] >> endobj 1172 0 obj << /D [1162 0 R /XYZ 56.693 497.093 null] >> endobj 1173 0 obj << /D [1162 0 R /XYZ 56.693 486.134 null] >> endobj 1174 0 obj << /D [1162 0 R /XYZ 56.693 475.175 null] >> endobj 1175 0 obj << /D [1162 0 R /XYZ 56.693 155.712 null] >> endobj 1176 0 obj << /D [1162 0 R /XYZ 56.693 149.735 null] >> endobj 1177 0 obj << /D [1162 0 R /XYZ 56.693 152.624 null] >> endobj 1178 0 obj << /D [1162 0 R /XYZ 56.693 141.665 null] >> endobj 1179 0 obj << /D [1162 0 R /XYZ 56.693 130.706 null] >> endobj 1180 0 obj << /D [1162 0 R /XYZ 56.693 119.747 null] >> endobj 1181 0 obj << /D [1162 0 R /XYZ 56.693 108.788 null] >> endobj 1161 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1189 0 obj << /Length 1997 /Filter /FlateDecode >> stream xڵYKs6Wp ձ @4qݦIk+Cdq*.IUq}wIJJ$+9H74 hp1x1<-hTF2&<OQ$hx}~ƶ+=ӕ.&ھl1k3e#8Hx0bBX±U ۇpxπx4`DIʈQ0Y>E)P*X@0J".S|-E$B%>mޢ |wOO!)3$Ma&f/s/qc )QuRԲ&;O 5ØYUŝ-Ү^܀ʩɋE^Nc,!JaYQp+==wfrpl譶Z#3z0ZWtM ;BϙsFBRA v3X#FkX:fMvz?ӈ0GDs-NhXv M&l2))Ӽ6}0we[twROYKg4mf$7~RV8 򢱬y]eeU>D/eFO@.ұ׌rY H SO.hۦ-QŎUM.[VZu^:}6Ӆp#2Ɉ}$o_5dLNjhnĨ| &tQ>"x-`x!?'Y9!qLyWr+Ir땟=QT$gYI | -xܢ=;][{UUԻl+x((梛w ӛĶB\ҩW ljq ukouUdج&|S@@;)#ΈJڇr*}Vטxhkں{iJWpb<1 &I19tYxPݻj8-]O%oO.y_v MJB꣐(4.>z#(-N|nӁe4 .p0\J)BU`}*hM pĒ}?1Nq,ؙ$Ȓi:ɿ1%~ŤѥO™xn,i[?<[Pu=ou譓=[P+EvOd1WG;N<.1(f'\$rK- ƞCr`6ʑr$Y<ʁmr(aQl!aA9pU `JO#/=|yШ'R5/>q4"N|w*4 <4n]czfh*UI'v"z(ܤܫ1/ھ, 39I}i.Wx3I8 `&(몘4mu7Tx{OhMHʝmƖp`[n o]+0vٯ? "udxECH8x5Fdn'#&T)y㞵=[k ^.[9հCa|+A+cbŭi(ryVj!0 !j7,wKg@Sh3#PxVzY6pW2x>3Fvg>2.SjixE @qda/߽yuuܻ. A G<wS|Թ|VYKCLa𐏎d endstream endobj 1188 0 obj << /Type /Page /Contents 1189 0 R /Resources 1187 0 R /MediaBox [0 0 595.276 841.89] /Parent 1182 0 R /Annots [ 1160 0 R 1183 0 R 1184 0 R ] >> endobj 1160 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [492.187 720.934 555.473 731.516] /A << /S /GoTo /D (gsasl-encode) >> >> endobj 1183 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 544.394 185.548 555.388] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 1184 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 354.497 195.605 365.079] /A << /S /GoTo /D (gsasl-simple-getpass) >> >> endobj 1190 0 obj << /D [1188 0 R /XYZ -11.232 900.716 null] >> endobj 1191 0 obj << /D [1188 0 R /XYZ 56.693 479.755 null] >> endobj 1192 0 obj << /D [1188 0 R /XYZ 56.693 473.778 null] >> endobj 1193 0 obj << /D [1188 0 R /XYZ 56.693 476.667 null] >> endobj 1194 0 obj << /D [1188 0 R /XYZ 56.693 465.708 null] >> endobj 1195 0 obj << /D [1188 0 R /XYZ 56.693 454.749 null] >> endobj 1196 0 obj << /D [1188 0 R /XYZ 56.693 443.79 null] >> endobj 1187 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1206 0 obj << /Length 1879 /Filter /FlateDecode >> stream xKs6D(02:H&_. V +=N<&)cw]#Xz-Ȯѯ#Q9" |FNx;:3͡Dڹf:. Ĺ=yKZ ʨ("ʃtM#gRcnGqTJ02E8'`U+y1֙Jgʶ3"ƙqZo|sJ{~:_I\$ ;)hPLQY-1~o`1^]=?X=\/ B*X̅L߇ n1DyNa/]"yPq\ Y4.¤}Vŝ5fLP%X*YKZe jTd8-(M>C* D?X\'^]J/,l2[jAu}ْ=[xJ<bUuBl~n '*x|%k"ʫ]_U s0gÓVF4p񄍑4På]n*9{'[% X0yqxeaAfK1C#̨ZO5C6B!|G`[MiaGܾ \U+[:tm6cWu endstream endobj 1205 0 obj << /Type /Page /Contents 1206 0 R /Resources 1204 0 R /MediaBox [0 0 595.276 841.89] /Parent 1182 0 R /Annots [ 1185 0 R 1186 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R ] >> endobj 1185 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [491.614 644.543 555.796 655.125] /A << /S /GoTo /D (gsasl-random) >> >> endobj 1186 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 632.588 157.741 643.17] /A << /S /GoTo /D (gsasl-nonce) >> >> endobj 1197 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 520.412 185.548 530.429] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 1198 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 398.147 207.396 408.729] /A << /S /GoTo /D (gsasl-callback-hook-get) >> >> endobj 1199 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [218.359 398.147 324.503 408.729] /A << /S /GoTo /D (gsasl-session-hook-get) >> >> endobj 1200 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [426.572 362.164 571.178 373.067] /A << /S /GoTo /D (gsasl-server-application-data-set) >> >> endobj 1201 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 177.806 206.894 188.388] /A << /S /GoTo /D (gsasl-callback-hook-set) >> >> endobj 1202 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [217.857 177.806 323.499 188.388] /A << /S /GoTo /D (gsasl-session-hook-set) >> >> endobj 1203 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [147.699 129.867 293.411 140.771] /A << /S /GoTo /D (gsasl-server-application-data-get) >> >> endobj 1207 0 obj << /D [1205 0 R /XYZ -16.307 900.716 null] >> endobj 1208 0 obj << /D [1205 0 R /XYZ 56.693 739.087 null] >> endobj 1209 0 obj << /D [1205 0 R /XYZ 56.693 734.527 null] >> endobj 1210 0 obj << /D [1205 0 R /XYZ 56.693 737.416 null] >> endobj 1211 0 obj << /D [1205 0 R /XYZ 56.693 726.458 null] >> endobj 1212 0 obj << /D [1205 0 R /XYZ 56.693 715.499 null] >> endobj 1213 0 obj << /D [1205 0 R /XYZ 56.693 482.728 null] >> endobj 1214 0 obj << /D [1205 0 R /XYZ 56.693 478.168 null] >> endobj 1215 0 obj << /D [1205 0 R /XYZ 56.693 481.058 null] >> endobj 1216 0 obj << /D [1205 0 R /XYZ 56.693 273.346 null] >> endobj 1217 0 obj << /D [1205 0 R /XYZ 56.693 268.786 null] >> endobj 1218 0 obj << /D [1205 0 R /XYZ 56.693 271.676 null] >> endobj 1219 0 obj << /D [1205 0 R /XYZ 56.693 260.717 null] >> endobj 1204 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1236 0 obj << /Length 1619 /Filter /FlateDecode >> stream xZo6_G{~Sܞ:l-ZlŖdCZL;BەvwE[Ďbǻ4A|;{# 2()Fј.G_!7z;8cYblO.߃X"+4Úr4)`*C1eK<( + Ŋ0>4`a"y$%q)## SLP&yOs :ӛ80|3׺/I9G" <ӹm(k"s%Q\ 3*&2(h\ޔwsư 2lS7JoMAPa`KyepEL“UN ^sico̝{"d5ۅ\OGB)4ڵApS ioɆX!R/]$MLO^oa!us@*06#G8D8TZKu ˪ww2ykJ&s3Sk -0ҏY: ~NL;z4@$Bܥ-Ef#.lrZg7n.0?USKߦo.@Qj,`ȹ_ަeAÀqrܭA,(֏KSO^~(h$<:<Ӳ:``Ϯi}4Zք.#=ިg>$|lUzFH[Bh{lMSӽazn vh];c;> v;aq^G^c#D#9@hdʏ- =A6AWzv#> endobj 1220 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 645.315 448.689 655.898] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1221 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 633.36 204.401 643.942] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1222 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 633.36 299.936 643.942] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1223 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 594.699 369.197 605.603] /A << /S /GoTo /D (gsasl-server-callback-anonymous-set) >> >> endobj 1224 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 551.483 429.261 562.476] /A << /S /GoTo /D (gsasl-server-callback-anonymous-set) >> >> endobj 1225 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 408.951 448.689 419.533] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1226 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 396.996 204.401 407.578] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1227 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 396.996 299.936 407.578] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1228 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [117.275 346.379 281.099 357.283] /A << /S /GoTo /D (gsasl-server-callback-anonymous-get) >> >> endobj 1229 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 171.59 448.689 182.172] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1230 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 159.635 204.401 170.217] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1231 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 159.635 299.936 170.217] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1232 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 120.973 348.306 131.877] /A << /S /GoTo /D (gsasl-server-callback-cipher-set) >> >> endobj 1233 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 77.757 408.37 88.751] /A << /S /GoTo /D (gsasl-server-callback-cipher-set) >> >> endobj 1237 0 obj << /D [1235 0 R /XYZ -11.232 900.716 null] >> endobj 1238 0 obj << /D [1235 0 R /XYZ 56.693 739.087 null] >> endobj 1239 0 obj << /D [1235 0 R /XYZ 56.693 733.762 null] >> endobj 1240 0 obj << /D [1235 0 R /XYZ 56.693 736.651 null] >> endobj 1241 0 obj << /D [1235 0 R /XYZ 56.693 725.692 null] >> endobj 1242 0 obj << /D [1235 0 R /XYZ 56.693 513.681 null] >> endobj 1243 0 obj << /D [1235 0 R /XYZ 56.693 508.356 null] >> endobj 1244 0 obj << /D [1235 0 R /XYZ 56.693 511.245 null] >> endobj 1245 0 obj << /D [1235 0 R /XYZ 56.693 500.287 null] >> endobj 1246 0 obj << /D [1235 0 R /XYZ 56.693 265.361 null] >> endobj 1247 0 obj << /D [1235 0 R /XYZ 56.693 260.036 null] >> endobj 1248 0 obj << /D [1235 0 R /XYZ 56.693 262.926 null] >> endobj 1249 0 obj << /D [1235 0 R /XYZ 56.693 251.967 null] >> endobj 1234 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1266 0 obj << /Length 1836 /Filter /FlateDecode >> stream xZo6_Gy~Sڞ :ÖxC[,BmٕvwPL)vDvy(Dw`bxpF F2OITAb1 Ɠ}x8zumm\fӬ̊4?%&Y ?XD+"EX0"BX`,g#8x=|$P1A ]~ 0q|5# Q& pk`,-YT*+#/Yy&M)?]z*-X`G a ;ҋE>C @1HiZ.D82 6n(`ѸY=/;6~sևcIҟ,gm\:%Ki}%S}N_Vjl/P~KB |D9LV:=1 ( $dlIA "P{ԷPZZ=/lI@T(ǍHPzՏv?# #g<.),#xYyY(ߍ"<5+=mt5Ӝ+"ü W@*pn?Cä,bf"G萛yHQ p 'ٺҤ&wRjpbUMfnHW0묰Pj ዆#%h8@8ٽ97i`.\`j+^MgjڮapParݚ0a;` gi8Ļ8zUIE\Ŷd^@Be\f&;Wq^0zU.Wza:|z`/C ۓFG 1zJY1v%>^|`S|ӽ3:K魎/ی f>YggN<țۮwg`Wv@^LW岵 E`J},&i׫\Ҹpʎ6 D X"P~ ]F 77N+.y};RutSB^/nz"ƭØwv.tytf X$)|<\t\ˬ.LUd7{5{~|r&̼@m\fKb9زn"1m9Yd[&7ђʼn!fV_%(s1HKdyf6c˦xqީ~?ó)q%y0@v*>,D=mqPT喙dw2B6@k==/UHcOI{TR-cq#50=̕/ܼNCD<0B[#Ć6I|$>ZK|/\xOé$>%Y&%9e"TĎ0QD׾0* EeI IiT`۱}Tq̽;#ˬޔE+n8|^8ܺUSE.NvSXS.BU=UF%OWH4dPB@R.Xפ[ $>0n0MG*݂Tw6b*غGL~LR$=25IpQ35sF17?zVdj/Kv@Ft!YDEEGmJسs3'R[–t Z%*wckM7XnE0'\QAn*|Us#ݬy2֫UM|pS䃷%c<_^<=> endobj 1251 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 648.197 448.689 658.779] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1252 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 636.242 204.401 646.824] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1253 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 636.242 299.936 646.824] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1254 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [79.776 575.504 222.709 586.408] /A << /S /GoTo /D (gsasl-server-callback-cipher-get) >> >> endobj 1255 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 406.442 448.689 417.024] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1256 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 394.487 204.401 405.069] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1257 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 394.487 299.936 405.069] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1258 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 357.659 366.019 368.563] /A << /S /GoTo /D (gsasl-server-callback-cram-md5-set) >> >> endobj 1259 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 316.539 426.083 327.532] /A << /S /GoTo /D (gsasl-server-callback-cram-md5-set) >> >> endobj 1260 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 177.638 448.689 188.22] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1261 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 165.683 204.401 176.265] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1262 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 165.683 299.936 176.265] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1263 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [219.361 116.9 380.007 127.804] /A << /S /GoTo /D (gsasl-server-callback-cram-md5-get) >> >> endobj 1267 0 obj << /D [1265 0 R /XYZ -16.307 900.716 null] >> endobj 1250 0 obj << /D [1265 0 R /XYZ 56.693 739.087 null] >> endobj 1268 0 obj << /D [1265 0 R /XYZ 56.693 734.286 null] >> endobj 1269 0 obj << /D [1265 0 R /XYZ 56.693 737.175 null] >> endobj 1270 0 obj << /D [1265 0 R /XYZ 56.693 726.216 null] >> endobj 1271 0 obj << /D [1265 0 R /XYZ 56.693 497.331 null] >> endobj 1272 0 obj << /D [1265 0 R /XYZ 56.693 492.531 null] >> endobj 1273 0 obj << /D [1265 0 R /XYZ 56.693 495.42 null] >> endobj 1274 0 obj << /D [1265 0 R /XYZ 56.693 484.461 null] >> endobj 1275 0 obj << /D [1265 0 R /XYZ 56.693 279.486 null] >> endobj 1276 0 obj << /D [1265 0 R /XYZ 56.693 274.686 null] >> endobj 1277 0 obj << /D [1265 0 R /XYZ 56.693 277.575 null] >> endobj 1278 0 obj << /D [1265 0 R /XYZ 56.693 266.616 null] >> endobj 1264 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1295 0 obj << /Length 1742 /Filter /FlateDecode >> stream xZYs6~ׯ a ڧtrL2MClk+$m'HKdJiG ~qruaFZR /ITIb%q)7zxo.La#|:4| $V2 E$%i!O.݀)X  ĉ|vkub I*al Qt$Mͽw7`D) <05kC%:2LcSkyp䑵5n|H%kقrv ^@?(|M*]c1l9: {ǂZ۲)$A !i@,KkO~ r]o)2nR;@(@BD< /V*кe͌'/FLda Cg* ¡P^8|2Y`p3zZPD͡LA Ͳ02cL|ʫ4ʏq]049v-D'Ue~h16BV$%ijxe%b/j'+`AK^\ʄ+m/+S\ xHeXd4ۍiKw H}H oF,M̐[_xT~Ir:XX}9;f}A팻n^-|=H{n ~ />ۦN ѴqFpcn=bL@5U}DX}"ݪ1dHB2ՕGP@tbŴe=zn[.kϸ%lw,Cn!"FRhDEVǒ[ %eIO{;5wr0-)l 0Mu] 1L(,J()gѠ !kzaEǩ&-nEawawѐnuީp/.ܹ+}4٨ wbR7 g;`4"xM,I0#sfUV߇5#@D֩#qBp4M!h=)~2CDٯ~~CTp8oyfˡh$Hf˹-efmn6l9"l'fd26B0[f!`;.hra&0Ј8v84o3k6 `0U11V76zW GZ}We۵|ftGge^b?C+ b7'xp`d>'qnj4ax#~C Om~9|2.N ʠۇ~:mZS.`hf []8PW0]M)#-*vNggR>kF u De)uP an DK$hv0 Ҿxm%Œ tvF@5I9kx*dj.=`r(v;i0({-ZqgX{J{Xq/<&pVl ܞh4p{?}i`kkO|ly#,C/Sa endstream endobj 1294 0 obj << /Type /Page /Contents 1295 0 R /Resources 1293 0 R /MediaBox [0 0 595.276 841.89] /Parent 1182 0 R /Annots [ 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R ] >> endobj 1279 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [398.656 646.755 481.685 657.338] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1280 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [175.51 634.8 241.593 645.382] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1281 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [252.556 634.8 337.128 645.382] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1282 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 597.055 369.904 607.959] /A << /S /GoTo /D (gsasl-server-callback-digest-md5-set) >> >> endobj 1283 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [262.668 554.886 426.093 565.88] /A << /S /GoTo /D (gsasl-server-callback-digest-md5-set) >> >> endobj 1284 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [398.656 403.209 481.685 413.792] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1285 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [175.51 391.254 241.593 401.837] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1286 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [252.556 391.254 337.128 401.837] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1287 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [346.324 341.554 510.855 352.458] /A << /S /GoTo /D (gsasl-server-callback-digest-md5-get) >> >> endobj 1288 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 169.626 448.689 180.209] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1289 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 157.671 204.401 168.253] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1290 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 157.671 299.936 168.253] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1291 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 119.926 355.349 130.83] /A << /S /GoTo /D (gsasl-server-callback-external-set) >> >> endobj 1292 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 77.757 415.413 88.751] /A << /S /GoTo /D (gsasl-server-callback-external-set) >> >> endobj 1296 0 obj << /D [1294 0 R /XYZ -11.232 900.716 null] >> endobj 1297 0 obj << /D [1294 0 R /XYZ 56.693 739.087 null] >> endobj 1298 0 obj << /D [1294 0 R /XYZ 56.693 734.024 null] >> endobj 1299 0 obj << /D [1294 0 R /XYZ 56.693 736.913 null] >> endobj 1300 0 obj << /D [1294 0 R /XYZ 56.693 725.954 null] >> endobj 1301 0 obj << /D [1294 0 R /XYZ 56.693 517.459 null] >> endobj 1302 0 obj << /D [1294 0 R /XYZ 56.693 512.396 null] >> endobj 1303 0 obj << /D [1294 0 R /XYZ 56.693 515.285 null] >> endobj 1304 0 obj << /D [1294 0 R /XYZ 56.693 504.326 null] >> endobj 1305 0 obj << /D [1294 0 R /XYZ 56.693 493.367 null] >> endobj 1306 0 obj << /D [1294 0 R /XYZ 56.693 261.958 null] >> endobj 1307 0 obj << /D [1294 0 R /XYZ 56.693 256.895 null] >> endobj 1308 0 obj << /D [1294 0 R /XYZ 56.693 259.784 null] >> endobj 1309 0 obj << /D [1294 0 R /XYZ 56.693 248.825 null] >> endobj 1293 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1326 0 obj << /Length 1907 /Filter /FlateDecode >> stream xZMs6WHu*$&n6imezH2de!$.Z$%r(e<v5DG EDko84':B o8g\Q[;륭ӴHIj?x0| V 'ހ1)eQABs{>}1G=)M4"F4^r{z{Q"l$=(BC}]yK)#¨Tfe\GeZb8NWϔe{(1CºpJ,Z$ a"]1M8'QyEMkh[7'ţj P+۱&~P;YX<[9wڪZUq?jl'niJVQ30!ԁ`0 ul"g'PNQ:4؅`bEi g/ ҕ" BjK (5TX3:1FkbZ 6e2vESlc|zsQHS4el* ;H;"5'HC<6ӴA>O1w÷ORBcϵk endstream endobj 1325 0 obj << /Type /Page /Contents 1326 0 R /Resources 1324 0 R /MediaBox [0 0 595.276 841.89] /Parent 1339 0 R /Annots [ 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R ] >> endobj 1311 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 637.238 448.689 647.82] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1312 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 625.283 204.401 635.865] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1313 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 625.283 299.936 635.865] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1314 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [117.275 576.5 267.251 587.404] /A << /S /GoTo /D (gsasl-server-callback-external-get) >> >> endobj 1315 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 407.438 448.689 418.02] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1316 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 395.483 204.401 406.065] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1317 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 395.483 299.936 406.065] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1318 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 358.655 348.316 369.559] /A << /S /GoTo /D (gsasl-server-callback-gssapi-set) >> >> endobj 1319 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 317.535 408.379 328.529] /A << /S /GoTo /D (gsasl-server-callback-gssapi-set) >> >> endobj 1320 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 189.593 448.689 200.175] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1321 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 177.638 204.401 188.22] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1322 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 177.638 299.936 188.22] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1323 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [422.492 116.9 565.435 127.804] /A << /S /GoTo /D (gsasl-server-callback-gssapi-get) >> >> endobj 1327 0 obj << /D [1325 0 R /XYZ -16.307 900.716 null] >> endobj 1310 0 obj << /D [1325 0 R /XYZ 56.693 739.087 null] >> endobj 1328 0 obj << /D [1325 0 R /XYZ 56.693 734.286 null] >> endobj 1329 0 obj << /D [1325 0 R /XYZ 56.693 737.175 null] >> endobj 1330 0 obj << /D [1325 0 R /XYZ 56.693 726.216 null] >> endobj 1331 0 obj << /D [1325 0 R /XYZ 56.693 498.327 null] >> endobj 1332 0 obj << /D [1325 0 R /XYZ 56.693 493.527 null] >> endobj 1333 0 obj << /D [1325 0 R /XYZ 56.693 496.416 null] >> endobj 1334 0 obj << /D [1325 0 R /XYZ 56.693 485.457 null] >> endobj 1335 0 obj << /D [1325 0 R /XYZ 56.693 280.482 null] >> endobj 1336 0 obj << /D [1325 0 R /XYZ 56.693 275.682 null] >> endobj 1337 0 obj << /D [1325 0 R /XYZ 56.693 278.571 null] >> endobj 1338 0 obj << /D [1325 0 R /XYZ 56.693 267.612 null] >> endobj 1324 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F106 940 0 R /F110 941 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1356 0 obj << /Length 1763 /Filter /FlateDecode >> stream xZo6_!Ijm6lӱPJ%i?dK8ӵXQ#xw8pp:}<8y)pTy )Q1ł,pDϞZ޾rz j&YlqԒ <(",N0+L> DpD i0|0*e FIhgHXj\!rQ&ev^b8"8ied:8t~|j~~a%t0?bcؚYa-gXAb^ h*+mtc|6vտ )XijNkB @rCӄ9X[oSͧ 1'vl>%Z AhwԽRҼf#Ck؍HPꎓF"עH ' Q׎AVPk,Xn Lo`Y$ u*\L "qZ3XQFC1I{7sDcpu>IVb7򉓱_O[%YZݸQmWz}̮ _4W^ZHYZ)a=|f#Oi!KVYFS'ʏCfҍ\YO> endobj 1340 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 644.006 448.689 654.589] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1341 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 632.051 204.401 642.634] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1342 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 632.051 299.936 642.634] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1343 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 592.557 353.646 603.461] /A << /S /GoTo /D (gsasl-server-callback-maxbuf-set) >> >> endobj 1344 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 548.389 413.71 559.383] /A << /S /GoTo /D (gsasl-server-callback-maxbuf-set) >> >> endobj 1345 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 415.166 448.689 425.749] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1346 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 403.211 204.401 413.793] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1347 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 403.211 299.936 413.793] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1348 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [271.147 339.806 419.419 350.71] /A << /S /GoTo /D (gsasl-server-callback-maxbuf-get) >> >> endobj 1349 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [342.961 173.375 425.99 183.957] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1350 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.87 161.42 186.953 172.002] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1351 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.916 161.42 282.488 172.002] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1352 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 121.925 338.353 132.829] /A << /S /GoTo /D (gsasl-server-callback-qop-set) >> >> endobj 1353 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 77.757 398.417 88.751] /A << /S /GoTo /D (gsasl-server-callback-qop-set) >> >> endobj 1357 0 obj << /D [1355 0 R /XYZ -11.232 900.716 null] >> endobj 1358 0 obj << /D [1355 0 R /XYZ 56.693 739.087 null] >> endobj 1359 0 obj << /D [1355 0 R /XYZ 56.693 733.524 null] >> endobj 1360 0 obj << /D [1355 0 R /XYZ 56.693 736.413 null] >> endobj 1361 0 obj << /D [1355 0 R /XYZ 56.693 725.454 null] >> endobj 1362 0 obj << /D [1355 0 R /XYZ 56.693 510.246 null] >> endobj 1363 0 obj << /D [1355 0 R /XYZ 56.693 504.684 null] >> endobj 1364 0 obj << /D [1355 0 R /XYZ 56.693 507.573 null] >> endobj 1365 0 obj << /D [1355 0 R /XYZ 56.693 496.614 null] >> endobj 1366 0 obj << /D [1355 0 R /XYZ 56.693 257.496 null] >> endobj 1367 0 obj << /D [1355 0 R /XYZ 56.693 251.933 null] >> endobj 1368 0 obj << /D [1355 0 R /XYZ 56.693 254.823 null] >> endobj 1354 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1385 0 obj << /Length 1863 /Filter /FlateDecode >> stream xZ[o6~ϯУ< m5"+PGv%Yu([RĉbP#υ)  N~=?:~h`\WD +I)<ј+> [8*-{P"m3(BC{yD;G-,Li L˸_i13~K$/dib * XqNs.20Bw+ g2F6(+m{ 8 7@*_TW~sЖ`k4GaQòa`D [dNAՔnehˀ g~ @]QКTP5F?C糕2" BjLk}88e[3䲯/~WG4Xi-"H{̻QQ@xU3IES|@՛vݼ1H$YYNe&qNwF9[|3E)~We3?ߎo+¬R?,&h, gWҖbz^Lw-qv_ۈf5FWV @f0 02Zw&9; rBcedWNM⯵~Ayj8t%_ޛY̰٬ j/O*I.\{hԡAy.VM̀V $$ᥟF2@HӹXMg.pVmQ0qU@"_ E7'oGo],γ򺖮nFG&o\zYsŶ;(ҪZ1A*}hL}[y+o:1*Zy0e:90mKfp5/=첆ါj [R3v! mfn\Aj3x BSEϯ/i"kh->¥!<V)[|ON9-EqݜSM 'x'/Ck8'`BX&a7tj"o&F,K^H4Z*@oS&zN]. %v-TUG1Io3-Ճ@ZϽtk.˛s =?` ,/XP_QXH1H^IJOd*\T endstream endobj 1384 0 obj << /Type /Page /Contents 1385 0 R /Resources 1383 0 R /MediaBox [0 0 595.276 841.89] /Parent 1339 0 R /Annots [ 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R ] >> endobj 1370 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [342.961 646.757 425.99 657.339] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1371 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.87 634.802 186.953 645.384] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1372 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.916 634.802 282.488 645.384] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1373 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [117.275 573.148 250.255 584.052] /A << /S /GoTo /D (gsasl-server-callback-qop-get) >> >> endobj 1374 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.995 401.224 444.024 411.806] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1375 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 389.269 204.401 399.851] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1376 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 389.269 299.936 399.851] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1377 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 351.525 346.094 362.429] /A << /S /GoTo /D (gsasl-server-callback-realm-set) >> >> endobj 1378 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 309.358 406.158 320.351] /A << /S /GoTo /D (gsasl-server-callback-realm-set) >> >> endobj 1379 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.995 179.601 444.024 190.183] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1380 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 167.646 204.401 178.228] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1381 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 167.646 299.936 178.228] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1382 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.864 117.947 513.585 128.851] /A << /S /GoTo /D (gsasl-server-callback-realm-get) >> >> endobj 1386 0 obj << /D [1384 0 R /XYZ -16.307 900.716 null] >> endobj 1369 0 obj << /D [1384 0 R /XYZ 56.693 739.087 null] >> endobj 1387 0 obj << /D [1384 0 R /XYZ 56.693 734.024 null] >> endobj 1388 0 obj << /D [1384 0 R /XYZ 56.693 736.913 null] >> endobj 1389 0 obj << /D [1384 0 R /XYZ 56.693 725.954 null] >> endobj 1390 0 obj << /D [1384 0 R /XYZ 56.693 493.553 null] >> endobj 1391 0 obj << /D [1384 0 R /XYZ 56.693 488.491 null] >> endobj 1392 0 obj << /D [1384 0 R /XYZ 56.693 491.38 null] >> endobj 1393 0 obj << /D [1384 0 R /XYZ 56.693 480.421 null] >> endobj 1394 0 obj << /D [1384 0 R /XYZ 56.693 271.931 null] >> endobj 1395 0 obj << /D [1384 0 R /XYZ 56.693 266.868 null] >> endobj 1396 0 obj << /D [1384 0 R /XYZ 56.693 269.757 null] >> endobj 1397 0 obj << /D [1384 0 R /XYZ 56.693 258.798 null] >> endobj 1383 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1414 0 obj << /Length 1624 /Filter /FlateDecode >> stream xZKs6W(uBo)6dNC$sP Iu}(zز)A`g)"Ma$`B R +b17 Cͯ "&IϾ귷Nln$2 > ߁ZbPS+4ÚrQ^0K3PM4}QGERa8XF_z>4w`abtSI~A̸ ~YKSLPER. "J6%e20|2OJV2?IV lέo6v±&i1WK01lbr& mm{` "bꤻfk~ M] fROoV[4$5G_me塇XHp\/$,%c⭛7nF%q ͸A LTCZ7zZ8{Eo1 *F r[ρ $l:+v8m F&JGZ "NYl%wO(YT,j4=ufvݸ$"iYˌ*yA$`qSkwe6*9e p2ԂJ=gyeau=ҬFj( b?&+ s5"ڸ$V,lNcϽ–IY:Jsm׋|uT^yΥ{6ֽ8Azm6]*V0g״[ބ/+&.]OF v|UWg ,Cn1di4e_+BE77t/E-|y fu{ܾMqlSw72DJp95O f27LwYIj~W3 G4pܒ:-yV%CZta"!ND_< ɪ{aOD߭D^BQPL\59/6xFL{xUrVzoQx1tR1XB= V Es .w31!PWU_ ABJPokILO v{ciҽaۄJkb?QŽy:I?!d"JPnV3v{8d8S.> endobj 1398 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 645.315 448.689 655.898] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1399 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 633.36 204.401 643.942] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1400 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 633.36 299.936 643.942] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1401 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 594.699 353.436 605.603] /A << /S /GoTo /D (gsasl-server-callback-retrieve-set) >> >> endobj 1402 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 551.483 413.5 562.476] /A << /S /GoTo /D (gsasl-server-callback-retrieve-set) >> >> endobj 1403 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 408.951 448.689 419.533] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1404 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 396.996 204.401 407.578] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1405 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 396.996 299.936 407.578] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1406 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [312.282 346.379 460.345 357.283] /A << /S /GoTo /D (gsasl-server-callback-retrieve-get) >> >> endobj 1407 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 171.59 448.689 182.172] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1408 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 159.635 204.401 170.217] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1409 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 159.635 299.936 170.217] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1410 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 120.973 352.181 131.877] /A << /S /GoTo /D (gsasl-server-callback-securid-set) >> >> endobj 1411 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 77.757 412.245 88.751] /A << /S /GoTo /D (gsasl-server-callback-securid-set) >> >> endobj 1415 0 obj << /D [1413 0 R /XYZ -11.232 900.716 null] >> endobj 1416 0 obj << /D [1413 0 R /XYZ 56.693 739.087 null] >> endobj 1417 0 obj << /D [1413 0 R /XYZ 56.693 733.762 null] >> endobj 1418 0 obj << /D [1413 0 R /XYZ 56.693 736.651 null] >> endobj 1419 0 obj << /D [1413 0 R /XYZ 56.693 725.692 null] >> endobj 1420 0 obj << /D [1413 0 R /XYZ 56.693 513.681 null] >> endobj 1421 0 obj << /D [1413 0 R /XYZ 56.693 508.356 null] >> endobj 1422 0 obj << /D [1413 0 R /XYZ 56.693 511.245 null] >> endobj 1423 0 obj << /D [1413 0 R /XYZ 56.693 500.287 null] >> endobj 1424 0 obj << /D [1413 0 R /XYZ 56.693 265.361 null] >> endobj 1425 0 obj << /D [1413 0 R /XYZ 56.693 260.036 null] >> endobj 1426 0 obj << /D [1413 0 R /XYZ 56.693 262.926 null] >> endobj 1427 0 obj << /D [1413 0 R /XYZ 56.693 251.967 null] >> endobj 1412 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1444 0 obj << /Length 1954 /Filter /FlateDecode >> stream xZWhm}rh{-݇mO8gCr;#ɉmsyHI3?iFAi@ﮎh`\W@s FWSxvk ǃ]ù\fi>WɬՏ1ʈ1J9J(߹Fs\xtzux4`D0)қO` c?HvM%\hς/GER0ia>ᗬl6JgHWE>rX)l as/HDe I?ӄ3pbbY0insN/ }\ pޗ?6w䥉`-bΥײN˲e^_iAFєn a m;hU,Uh~> y {A6WqP11A~A2Nxd^^`/B "a N81+xڒАQWG7UOnOZd '1LՊKb]mVOEʦkUF' `a9DHةcO0)|bgh; t;ጃLE^`?8[YT}'s)vx8aU󹟒aعo1 0̏q15Ad5O|kT':\&rĵu) yA#Nk(BHU ֳ-ذ 5. .r:t7b_8.B77,qE eXf^Gw#[%vЂ/=I@MX$7\KL҄9X]kU٧BKnU1Xfi>C{Qώ4ۂ՝#lV!v n'L=d LIyzy~7Yz5h>Y* `a>qd UUfe9Yfw= 'sH4rxqzz2<>99:*`B}M<ɽ^ITtҙ&{Qbym^]cO8sZ ͑w̛G\oH3{4H:Ja{+=2oGs׻I ۇ/[jvIeB3nݪߩ9h'&Q8#RV E{1p*o: [.n=s,tQ0,{xgܧ.F0 "3&Slצ\*L\*p;~ Ov_XX +愊  ^XK5[4}^6-C1BEO vK="kIqODPwFxث d5p܋Iga4/: ҶԲ׋>Ir;,zZCnNvF~?y`w˓x)OoO?yoDȆ|}& [ endstream endobj 1443 0 obj << /Type /Page /Contents 1444 0 R /Resources 1442 0 R /MediaBox [0 0 595.276 841.89] /Parent 1339 0 R /Annots [ 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R ] >> endobj 1429 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 649.899 448.689 660.481] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1430 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 637.944 204.401 648.526] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1431 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 637.944 299.936 648.526] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1432 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [405.87 554.378 552.678 565.282] /A << /S /GoTo /D (gsasl-server-callback-securid-get) >> >> endobj 1433 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 388.698 448.689 399.28] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1434 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 376.743 204.401 387.325] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1435 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 376.743 299.936 387.325] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1436 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 340.998 351.623 351.902] /A << /S /GoTo /D (gsasl-server-callback-service-set) >> >> endobj 1437 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 301.115 411.687 312.109] /A << /S /GoTo /D (gsasl-server-callback-service-set) >> >> endobj 1438 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 175.317 448.689 185.9] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1439 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 163.362 204.401 173.944] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1440 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 163.362 299.936 173.944] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1441 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [446.767 115.662 593.016 126.566] /A << /S /GoTo /D (gsasl-server-callback-service-get) >> >> endobj 1445 0 obj << /D [1443 0 R /XYZ -16.307 900.716 null] >> endobj 1428 0 obj << /D [1443 0 R /XYZ 56.693 739.087 null] >> endobj 1446 0 obj << /D [1443 0 R /XYZ 56.693 734.595 null] >> endobj 1447 0 obj << /D [1443 0 R /XYZ 56.693 737.485 null] >> endobj 1448 0 obj << /D [1443 0 R /XYZ 56.693 726.526 null] >> endobj 1449 0 obj << /D [1443 0 R /XYZ 56.693 477.885 null] >> endobj 1450 0 obj << /D [1443 0 R /XYZ 56.693 473.394 null] >> endobj 1451 0 obj << /D [1443 0 R /XYZ 56.693 476.284 null] >> endobj 1452 0 obj << /D [1443 0 R /XYZ 56.693 465.325 null] >> endobj 1453 0 obj << /D [1443 0 R /XYZ 56.693 264.505 null] >> endobj 1454 0 obj << /D [1443 0 R /XYZ 56.693 260.014 null] >> endobj 1455 0 obj << /D [1443 0 R /XYZ 56.693 262.903 null] >> endobj 1456 0 obj << /D [1443 0 R /XYZ 56.693 251.944 null] >> endobj 1442 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1469 0 obj << /Length 1716 /Filter /FlateDecode >> stream xZKoFWQ*ۜR1E! Zd"wA$6%r0Ƿ33P&h:2ꝽlSh4EaQD4憣}`$_ݷ^{i%q_x>4z EaM9RX*X(f~(GERarhC" >|"hcoD$%q9##,%0Eq>̓l0dx>F/o#H.gnNRx?I: k獓p@3l'*̨@%hZwwQvvW:~6;T6AX͐oV[T$f*w``bo˃[CEgb\Cj8\BLWhKm-0'[ޯ];x;Ԍ dR,?G2q\|˶Dpr?n$R I'Q32Jd(#x/#cAR_TZKm Bٛ/-0@+28!3aE~J8ݼF bDq`94 9eIʒ1,wڏ?_/йX*u^Ogq;$"iQ$ ?g$ƒ?A@4,e i^t kLr2`AG^NNj{Ot<.E\(_{d[D+.F<)qsK'E0j5O1\*B©r6%? +ؕ0{A[eUltg}>Hwtx@/m3^hXz]@$?\[?=U1RЃ*>c-{Dإ!H# !ՙ?4kߒ8VLsC 8uYM@`Y>RvWxe R٩LFeLXSS̜WN~kpy+,b !b[*r0b-=qԭ30^# q >"c@ $԰ߍv=DoanZpaed.hB,?;Kga[ Ws "bXKz2p|d~_؊@#jUj?A4J*4zCSm ",y2;{q  a^y/[+ObIsm¦*;m u[p&@~-N6nQ=k!cjn( bݽkzxT]eaS,^8(LLCkQIuQ;/]<@I`M,7vW=1 5~"lv@&AkT и (O%E&c6j'9F4Zҭ,)RyOA(=TPߺ*qK9] ۾|dܚJ5Шʖ?&hߨpucdth`> endobj 1457 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 642.971 448.689 653.553] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1458 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 631.016 204.401 641.598] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1459 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 631.016 299.936 641.598] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1460 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [206.479 590.863 354.701 601.767] /A << /S /GoTo /D (gsasl-server-callback-validate-set) >> >> endobj 1461 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [266.543 545.942 414.765 556.936] /A << /S /GoTo /D (gsasl-server-callback-validate-set) >> >> endobj 1462 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.66 400.456 448.689 411.038] /A << /S /GoTo /D (gsasl-callback-set) >> >> endobj 1463 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.318 388.501 204.401 399.083] /A << /S /GoTo /D (gsasl-callback) >> >> endobj 1464 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.364 388.501 299.936 399.083] /A << /S /GoTo /D (gsasl-property-get) >> >> endobj 1465 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [312.282 336.392 461.61 347.296] /A << /S /GoTo /D (gsasl-server-callback-validate-get) >> >> endobj 1470 0 obj << /D [1468 0 R /XYZ -11.232 900.716 null] >> endobj 1471 0 obj << /D [1468 0 R /XYZ 56.693 739.087 null] >> endobj 1472 0 obj << /D [1468 0 R /XYZ 56.693 733.336 null] >> endobj 1473 0 obj << /D [1468 0 R /XYZ 56.693 736.225 null] >> endobj 1474 0 obj << /D [1468 0 R /XYZ 56.693 725.266 null] >> endobj 1475 0 obj << /D [1468 0 R /XYZ 56.693 507.53 null] >> endobj 1476 0 obj << /D [1468 0 R /XYZ 56.693 501.779 null] >> endobj 1477 0 obj << /D [1468 0 R /XYZ 56.693 504.669 null] >> endobj 1478 0 obj << /D [1468 0 R /XYZ 56.693 493.71 null] >> endobj 1479 0 obj << /D [1468 0 R /XYZ 56.693 253.06 null] >> endobj 1480 0 obj << /D [1468 0 R /XYZ 56.693 247.309 null] >> endobj 1481 0 obj << /D [1468 0 R /XYZ 56.693 250.198 null] >> endobj 1467 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F106 940 0 R /F110 941 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1488 0 obj << /Length 2069 /Filter /FlateDecode >> stream xZ_4OG!['-^p]KNl'!cYVoW}@oo^|h`\7@sЈ+y1~a2劆yڵ{x,2g{}8~eZ Yq1L#V)GXE0+2 '^{4`DeDSVWP" @1J΂W\yQX*r2e4+)oitFk8DTD~4LXc2 /y{#pX^8}pOYKKg`!XkUkU*W$2^i(jJw_3a%/kO"L?bp11JtV? Td(jݒZ@[K"gVt,1ޞ!xLEr5O, ^@nGp)Nw$QD舑HxD0.4wn n-iߡ1/d |JS5 ] ɺLfq{7 Vbμ].qMai$NÇqLi]'۬'"62lDhA԰˾{"V Ŵէ?R[} xF8 E+{eI>*%R^6JP焪DZ?s3v= 2UkZZh; Nt [V!G*U.c~N[6` GLs i8+"g%5 G -`+WI%tK'xt:% ׇ;*?f^zft6Êp8kM;.qe).›L5|;5<4 B3}dhk`tߡZ<=-w.3@0%7Z!iHppZT*APBS al2gd9 xZ{V`?}U_Z>խЄjy9hf[aP3أmq{ A=Y'"UIHf9:d-Lh)b0/>s4""<nGV8l%s+A2"Q  3V:4WՈ @,Yt,M{giYgi>qgiw;Kn1 )w4 SI(& 6y }2] F^&y}B:]F9a=dX+7rױ\_~@}GiUdbomDRa09Jt. L@Z*<Z5n*2_ǁ-ɦJhR]<çX:rA[Qߡ)Xi|{YwKpu,X2&\OP 2hm!kԴ˚]yg-B\^8?%}o~zjCp=\ endstream endobj 1487 0 obj << /Type /Page /Contents 1488 0 R /Resources 1486 0 R /MediaBox [0 0 595.276 841.89] /Parent 1505 0 R /Annots [ 1466 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R ] >> endobj 1466 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [474.386 656.789 529.189 667.371] /A << /S /GoTo /D (gsasl-finish) >> >> endobj 1482 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 443.726 196.134 454.309] /A << /S /GoTo /D (gsasl-server-mechlist) >> >> endobj 1483 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.637 312.955 185.548 323.232] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 1484 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [463.114 148.437 513.936 159.019] /A << /S /GoTo /D (gsasl-step) >> >> endobj 1485 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [421.182 77.757 525.57 88.661] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 1489 0 obj << /D [1487 0 R /XYZ -16.307 900.716 null] >> endobj 1490 0 obj << /D [1487 0 R /XYZ 56.693 739.087 null] >> endobj 1491 0 obj << /D [1487 0 R /XYZ 56.693 733.856 null] >> endobj 1492 0 obj << /D [1487 0 R /XYZ 56.693 736.745 null] >> endobj 1493 0 obj << /D [1487 0 R /XYZ 56.693 553.919 null] >> endobj 1494 0 obj << /D [1487 0 R /XYZ 56.693 548.688 null] >> endobj 1495 0 obj << /D [1487 0 R /XYZ 56.693 551.578 null] >> endobj 1496 0 obj << /D [1487 0 R /XYZ 56.693 540.619 null] >> endobj 1497 0 obj << /D [1487 0 R /XYZ 56.693 529.66 null] >> endobj 1498 0 obj << /D [1487 0 R /XYZ 56.693 274.57 null] >> endobj 1499 0 obj << /D [1487 0 R /XYZ 56.693 269.339 null] >> endobj 1500 0 obj << /D [1487 0 R /XYZ 56.693 272.228 null] >> endobj 1501 0 obj << /D [1487 0 R /XYZ 56.693 261.269 null] >> endobj 1502 0 obj << /D [1487 0 R /XYZ 56.693 250.31 null] >> endobj 1503 0 obj << /D [1487 0 R /XYZ 56.693 239.351 null] >> endobj 1504 0 obj << /D [1487 0 R /XYZ 56.693 228.392 null] >> endobj 1486 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F102 134 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1514 0 obj << /Length 1758 /Filter /FlateDecode >> stream xZr6}WpDu,qm$i.C,qF^_Z$%ےh>dbw8f?_qTׁH@a"SxpD9/^\Z/>rssm2N6Nx1|`IVDI$!Hs ˀy8 HR$0 &8B#UpS\`D#Ep1}qsG(fF gS>)r[(C"T 2FxP!u=r\8_8&:$<4= ZQDuFJ)enLVXY >dDBiol&a#'Gp#oo={UQv,v5bH}UxGZ"j;!Yyl8k`{sSY-GÝ@"q~6>"F3[ߴP>&X;&.Idf^&[&iy9<.' nw//oߟnN$\2&EZI1S3=€WL+ɲ)UmT0%WծM#ï&YcG`J 8TIH4PRD!'ALp,-o'~U;\bwA>T %u~:CL3+=Vm@L1$@7vM߱ yœU2r`2v4 %R+nQqdmooc/Ea;f,;bv64騘1^=,fm1m!1cN ))ocRf\ޱ29xn1SKt]Ԑv 󐪈v8eXCfU_<dmGrtI ji.^ ei< |c [QQCéYgfkUtUƕq2'b7oK(TU41*x*X`mXg^M >&m_G6PRdbWR.֝ d^xsulUt Gv}PZkScyw2鮯\u_oBR(v?q"CR(ܜ ۆ)ڒuvcg[hF-{!)Tǿ赨5H'0ESٳxPٗ!4g 㥙|yاBӉ}*4d\ߏ+7vOawi*|~HK L9Iս"t ufOwԆz}M=@PM"ɋ>jr SP`1j@7裪jBBEvľEyATD4%`5mWZc_8c[V؞4<eB2f^; [:~(I"8x\YYr].N܏> endobj 1506 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.551 646.515 186.462 657.509] /A << /S /GoTo /D (GSASL-OK:CAPS) >> >> endobj 1507 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [354.077 646.515 458.465 657.509] /A << /S /GoTo /D (GSASL-NEEDS-MORE:CAPS) >> >> endobj 1508 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [508.356 481.836 569.149 492.418] /A << /S /GoTo /D (gsasl-step64) >> >> endobj 1509 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [186.296 430.958 265.049 441.862] /A << /S /GoTo /D (gsasl-server-step) >> >> endobj 1510 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.03 325.618 194.783 336.612] /A << /S /GoTo /D (gsasl-server-step) >> >> endobj 1515 0 obj << /D [1513 0 R /XYZ -11.232 900.716 null] >> endobj 1516 0 obj << /D [1513 0 R /XYZ 56.693 595.878 null] >> endobj 1517 0 obj << /D [1513 0 R /XYZ 56.693 589.938 null] >> endobj 1518 0 obj << /D [1513 0 R /XYZ 56.693 592.827 null] >> endobj 1519 0 obj << /D [1513 0 R /XYZ 56.693 581.868 null] >> endobj 1520 0 obj << /D [1513 0 R /XYZ 56.693 570.909 null] >> endobj 1521 0 obj << /D [1513 0 R /XYZ 56.693 559.95 null] >> endobj 1522 0 obj << /D [1513 0 R /XYZ 56.693 286.936 null] >> endobj 1523 0 obj << /D [1513 0 R /XYZ 56.693 280.996 null] >> endobj 1524 0 obj << /D [1513 0 R /XYZ 56.693 283.885 null] >> endobj 1525 0 obj << /D [1513 0 R /XYZ 56.693 272.926 null] >> endobj 1512 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F52 30 0 R /F66 83 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1529 0 obj << /Length 2475 /Filter /FlateDecode >> stream xZs6_I7 =;q][> E6T]篿]|P$-'rgn~a+SΣ޻"I.٭'9hHf x]_ ۴J$5bf?[)`+}d&HXDUFG!9~xp:;、xcDaĈK~~( "=hʥ'%ܗ0ν냟h#DQiD:X7UVܭt=1bJL GAzdwQ} }<)JӂIYqȫR#Z٧9#nØ!ZZw١KG@XͰSJcϠkO.#c>,#Kii)[GtC?z|DR.ʢnzm#H`B- 'Ȋ]= _|?Y@2SqGk`Gs$'Ub w20dc1f! ;*fgvh %pXϧyQXCOJE$w/『⪀86vsln7Mps`H$nX\v(39OĺN-!IǜC501ʚ&- MR.1LEiAJ;ng#fϳy(ܗu '8X>n;,ڼ,R︐Ve3P:7שۢ6L>:*}IfDžK㦚yV:5LX@t[M Qq0H<+)pm i5綬0.Dm0ւ$mE"ffژ2en\l9n'mЁ҉c9Ė:czp~@54 D̠ 5Pnn[#l gϋp-R*bbg)#G [ØQ-a*t -zKȶ>:42kcևd!w n3V٪dFB l296r:&C\פ0lS&enW DQ  YsU\c WhYZd:׸l._L'i]Hׅj]C%O>s1 Rr*i'xzf-"vɊJ:;0j.anl^V E >S@4U0zP eQq +)51(TD "s=noa_>Uz_ yHҺ"TF_[3 endstream endobj 1528 0 obj << /Type /Page /Contents 1529 0 R /Resources 1527 0 R /MediaBox [0 0 595.276 841.89] /Parent 1505 0 R /Annots [ 1511 0 R 1526 0 R ] >> endobj 1511 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [145.509 629.768 213.269 640.351] /A << /S /GoTo /D (gsasl-saslprep) >> >> endobj 1526 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [99.44 315.238 167.2 325.82] /A << /S /GoTo /D (gsasl-saslprep) >> >> endobj 1530 0 obj << /D [1528 0 R /XYZ -16.307 900.716 null] >> endobj 1531 0 obj << /D [1528 0 R /XYZ 56.693 739.087 null] >> endobj 1532 0 obj << /D [1528 0 R /XYZ 56.693 733.109 null] >> endobj 1533 0 obj << /D [1528 0 R /XYZ 56.693 735.998 null] >> endobj 1534 0 obj << /D [1528 0 R /XYZ 56.693 725.039 null] >> endobj 1535 0 obj << /D [1528 0 R /XYZ 56.693 418.578 null] >> endobj 1536 0 obj << /D [1528 0 R /XYZ 56.693 412.601 null] >> endobj 1537 0 obj << /D [1528 0 R /XYZ 56.693 415.49 null] >> endobj 1538 0 obj << /D [1528 0 R /XYZ 56.693 404.531 null] >> endobj 1539 0 obj << /D [1528 0 R /XYZ 56.693 133.935 null] >> endobj 1540 0 obj << /D [1528 0 R /XYZ 56.693 127.958 null] >> endobj 1541 0 obj << /D [1528 0 R /XYZ 56.693 130.847 null] >> endobj 1542 0 obj << /D [1528 0 R /XYZ 56.693 119.888 null] >> endobj 1527 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F102 134 0 R /F104 136 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1545 0 obj << /Length 963 /Filter /FlateDecode >> stream xڕVo8~߿KA m{H*M{FSdXQ3& jY}X]W32=Vd6(B˛jSvzKzԑ SE66gY)|ltPCO!GXWQK@>X^l\κO4q֑Q„NA[Mo0澩loy͡{($ JojaF0؛tcz{s3eFH|nƾyS8IQ)cr'Z۝2ׁD4cF sSOm_xOlN ǎG H\KyX-|7C1`p>h,|M#ΟUEНq&I>g+#xEc{=<8KzզY9p%aD:c endstream endobj 1544 0 obj << /Type /Page /Contents 1545 0 R /Resources 1543 0 R /MediaBox [0 0 595.276 841.89] /Parent 1505 0 R >> endobj 1546 0 obj << /D [1544 0 R /XYZ -11.232 900.716 null] >> endobj 1543 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F66 83 0 R /F103 135 0 R /F60 47 0 R /F104 136 0 R /F102 134 0 R >> /XObject << /Im4 844 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1635 0 obj << /Length 993 /Filter /FlateDecode >> stream xڵ[8~Lcl౻FN4[!8 *bҙQf8rwXaX[Fpz8|Nu>/o(Ëw۫o/>ɍd"ߋteAc 5; b`N(_ܶ/670"q<Sebm7b:Ew{S6 8i\}Jڜ܉UfB}ڌ ly,-ݾV۞tF;Y)7fڢBۼD)W+5@a)]&Peop+pi:)01>jMZPa,"@v 7U bX$AD_XWxc}5uzꞘ X1fxe}ovCYaЮDIfg&26 ) xeh񧲉?b` jjTX$A&(yڊ*ymk1 Ҽ92xzOW2T w*&Ȇ Tn/*9_)ư'xJ.bz}%ߊPƫkEc!2篈?cbڄxC؀0Eivs4PB (Y}O"y ),#~>~$cLDfD3͉lp v#`TLy"Opd5%[ZB}uư˲개6*9bN > endobj 1547 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [82.815 568.837 89.788 579.023] /A << /S /GoTo /D (page.6) >> >> endobj 1548 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [113.26 556.882 120.234 567.068] /A << /S /GoTo /D (page.5) >> >> endobj 1549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.175 544.209 145.131 555.113] /A << /S /GoTo /D (page.33) >> >> endobj 1550 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.069 532.254 144.025 543.158] /A << /S /GoTo /D (page.33) >> >> endobj 1551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [168.592 520.299 180.547 531.203] /A << /S /GoTo /D (page.33) >> >> endobj 1552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [167.486 508.344 179.441 519.248] /A << /S /GoTo /D (page.34) >> >> endobj 1553 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [146.446 496.388 158.401 507.292] /A << /S /GoTo /D (page.34) >> >> endobj 1554 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [146.446 484.433 158.401 495.337] /A << /S /GoTo /D (page.35) >> >> endobj 1555 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [137.599 472.478 149.554 483.382] /A << /S /GoTo /D (page.12) >> >> endobj 1556 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [125.982 460.523 137.938 471.427] /A << /S /GoTo /D (page.12) >> >> endobj 1557 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [118.779 448.568 130.734 459.472] /A << /S /GoTo /D (page.13) >> >> endobj 1558 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [159.177 437.33 166.151 447.517] /A << /S /GoTo /D (page.7) >> >> endobj 1559 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [160.841 424.657 172.797 435.561] /A << /S /GoTo /D (page.13) >> >> endobj 1560 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [159.735 412.702 171.691 423.606] /A << /S /GoTo /D (page.13) >> >> endobj 1561 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [134.829 400.747 146.784 411.651] /A << /S /GoTo /D (page.14) >> >> endobj 1562 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [142.979 388.792 154.934 399.696] /A << /S /GoTo /D (page.14) >> >> endobj 1563 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [112.294 376.837 119.268 387.741] /A << /S /GoTo /D (page.7) >> >> endobj 1564 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [195.71 364.882 207.665 375.786] /A << /S /GoTo /D (page.35) >> >> endobj 1565 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [194.604 352.926 206.559 363.83] /A << /S /GoTo /D (page.35) >> >> endobj 1566 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [198.878 340.971 210.833 351.875] /A << /S /GoTo /D (page.30) >> >> endobj 1567 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [213.822 329.016 225.777 339.92] /A << /S /GoTo /D (page.36) >> >> endobj 1568 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [212.716 317.061 224.671 327.965] /A << /S /GoTo /D (page.36) >> >> endobj 1569 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [222.27 305.823 234.225 316.01] /A << /S /GoTo /D (page.30) >> >> endobj 1570 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [237.214 293.151 249.169 304.054] /A << /S /GoTo /D (page.36) >> >> endobj 1571 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [236.108 281.195 248.063 292.099] /A << /S /GoTo /D (page.37) >> >> endobj 1572 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [218.394 269.958 230.35 280.144] /A << /S /GoTo /D (page.30) >> >> endobj 1573 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [233.338 257.285 245.293 268.189] /A << /S /GoTo /D (page.37) >> >> endobj 1574 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [232.232 245.33 244.187 256.234] /A << /S /GoTo /D (page.38) >> >> endobj 1575 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [183.327 234.092 195.282 244.279] /A << /S /GoTo /D (page.30) >> >> endobj 1576 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [198.27 221.42 210.226 232.323] /A << /S /GoTo /D (page.38) >> >> endobj 1577 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.164 209.464 209.12 220.368] /A << /S /GoTo /D (page.38) >> >> endobj 1578 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [189.055 197.509 201.01 208.413] /A << /S /GoTo /D (page.30) >> >> endobj 1579 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [203.999 185.554 215.954 196.458] /A << /S /GoTo /D (page.39) >> >> endobj 1580 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [202.893 173.599 214.848 184.503] /A << /S /GoTo /D (page.39) >> >> endobj 1581 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [190.619 161.644 202.574 172.548] /A << /S /GoTo /D (page.30) >> >> endobj 1582 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [205.563 149.689 217.518 160.592] /A << /S /GoTo /D (page.39) >> >> endobj 1583 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [204.457 137.733 216.412 148.637] /A << /S /GoTo /D (page.40) >> >> endobj 1584 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.822 125.778 177.777 136.682] /A << /S /GoTo /D (page.31) >> >> endobj 1585 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.766 113.823 192.721 124.727] /A << /S /GoTo /D (page.40) >> >> endobj 1586 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.66 101.868 191.615 112.772] /A << /S /GoTo /D (page.40) >> >> endobj 1587 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [168.034 89.913 179.989 100.817] /A << /S /GoTo /D (page.31) >> >> endobj 1588 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [182.978 77.958 194.933 88.861] /A << /S /GoTo /D (page.41) >> >> endobj 1589 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [454.425 580.075 466.38 590.979] /A << /S /GoTo /D (page.41) >> >> endobj 1590 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [448.327 568.837 460.283 579.023] /A << /S /GoTo /D (page.31) >> >> endobj 1591 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [463.271 556.164 475.226 567.068] /A << /S /GoTo /D (page.41) >> >> endobj 1592 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [462.165 544.209 474.12 555.113] /A << /S /GoTo /D (page.42) >> >> endobj 1593 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [453.857 532.971 465.812 543.158] /A << /S /GoTo /D (page.31) >> >> endobj 1594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [468.8 520.299 480.756 531.203] /A << /S /GoTo /D (page.42) >> >> endobj 1595 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [467.694 508.344 479.65 519.248] /A << /S /GoTo /D (page.42) >> >> endobj 1596 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.584 496.388 426.54 507.292] /A << /S /GoTo /D (page.43) >> >> endobj 1597 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [407.401 484.433 419.357 495.337] /A << /S /GoTo /D (page.43) >> >> endobj 1598 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [419.018 472.478 430.973 483.382] /A << /S /GoTo /D (page.43) >> >> endobj 1599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [419.018 460.523 430.973 471.427] /A << /S /GoTo /D (page.14) >> >> endobj 1600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.41 448.568 414.365 459.472] /A << /S /GoTo /D (page.14) >> >> endobj 1601 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [401.304 436.613 413.259 447.517] /A << /S /GoTo /D (page.44) >> >> endobj 1602 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [433.952 424.657 445.907 435.561] /A << /S /GoTo /D (page.44) >> >> endobj 1603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [465.503 412.702 477.458 423.606] /A << /S /GoTo /D (page.15) >> >> endobj 1604 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [425.105 400.747 437.06 411.651] /A << /S /GoTo /D (page.15) >> >> endobj 1605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [417.344 389.509 429.3 399.696] /A << /S /GoTo /D (page.24) >> >> endobj 1606 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [387.467 376.837 399.422 387.741] /A << /S /GoTo /D (page.45) >> >> endobj 1607 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [386.351 364.882 398.306 375.786] /A << /S /GoTo /D (page.15) >> >> endobj 1608 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.027 352.926 425.982 363.83] /A << /S /GoTo /D (page.45) >> >> endobj 1609 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.504 340.971 389.459 351.875] /A << /S /GoTo /D (page.15) >> >> endobj 1610 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [417.902 329.733 429.858 339.92] /A << /S /GoTo /D (page.24) >> >> endobj 1611 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [386.351 317.061 398.306 327.965] /A << /S /GoTo /D (page.16) >> >> endobj 1612 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.027 305.106 425.982 316.01] /A << /S /GoTo /D (page.45) >> >> endobj 1613 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [380.284 293.151 392.239 304.054] /A << /S /GoTo /D (page.16) >> >> endobj 1614 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [420.682 281.913 432.637 292.099] /A << /S /GoTo /D (page.24) >> >> endobj 1615 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [373.619 269.24 385.574 280.144] /A << /S /GoTo /D (page.16) >> >> endobj 1616 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.411 257.285 414.366 268.189] /A << /S /GoTo /D (page.16) >> >> endobj 1617 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.958 245.33 414.914 256.234] /A << /S /GoTo /D (page.17) >> >> endobj 1618 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.427 233.375 383.382 244.279] /A << /S /GoTo /D (page.17) >> >> endobj 1619 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [411.825 222.137 423.78 232.323] /A << /S /GoTo /D (page.24) >> >> endobj 1620 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [375.85 209.464 387.806 220.368] /A << /S /GoTo /D (page.17) >> >> endobj 1621 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [452.672 197.509 464.627 208.413] /A << /S /GoTo /D (page.46) >> >> endobj 1622 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [405.728 186.271 417.683 196.458] /A << /S /GoTo /D (page.25) >> >> endobj 1623 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [447.79 174.316 459.745 184.503] /A << /S /GoTo /D (page.25) >> >> endobj 1624 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [430.076 161.644 442.031 172.548] /A << /S /GoTo /D (page.18) >> >> endobj 1625 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [381.928 149.689 393.883 160.592] /A << /S /GoTo /D (page.18) >> >> endobj 1626 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [393.454 137.733 400.428 148.637] /A << /S /GoTo /D (page.7) >> >> endobj 1627 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [411.158 125.778 423.113 136.682] /A << /S /GoTo /D (page.18) >> >> endobj 1628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [409.046 113.823 421.001 124.727] /A << /S /GoTo /D (page.18) >> >> endobj 1629 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [407.94 101.868 419.895 112.772] /A << /S /GoTo /D (page.19) >> >> endobj 1630 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [427.058 89.913 439.013 100.817] /A << /S /GoTo /D (page.19) >> >> endobj 1631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [375.293 77.958 382.266 88.861] /A << /S /GoTo /D (page.9) >> >> endobj 1636 0 obj << /D [1634 0 R /XYZ -16.307 900.716 null] >> endobj 18 0 obj << /D [1634 0 R /XYZ 56.693 593.19 null] >> endobj 1633 0 obj << /Font << /F50 26 0 R /F51 27 0 R /F52 30 0 R /F60 47 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1713 0 obj << /Length 903 /Filter /FlateDecode >> stream xڵOs8| LK%dsLwR7&&n/iQLfWi.z^ HKy@z!6b=?j n[L{}r[;r֭\ y[~Rs͑"䅄t`կ ]PoӕA< ԣy< 1sk@/9 zاj=<:'fzҮD2E2ӖU Э\-pӎ'z9>)k`uخe5 7Ie,yt,+ ؤ>.QsҘiYDkV(1/"fYve|o^nu|o[$՝v% E  ,ˣ|M&sX fLi&\SzN0pEK)Z[Q} |aK_1p,%R*VG7,g.aBC9{an7SYzN015BrϲJBCMb|K1,JM 7 TO-R>6YH ȒC<ފt=᧴a XKi> endobj 1632 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.02 745.953 127.975 756.857] /A << /S /GoTo /D (page.19) >> >> endobj 1637 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [127.636 733.997 139.591 744.901] /A << /S /GoTo /D (page.47) >> >> endobj 1638 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [95.537 722.76 102.511 732.946] /A << /S /GoTo /D (page.9) >> >> endobj 1639 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [114.914 710.087 126.869 720.991] /A << /S /GoTo /D (page.25) >> >> endobj 1640 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [118.231 698.132 130.186 709.036] /A << /S /GoTo /D (page.20) >> >> endobj 1641 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.243 686.177 156.199 697.081] /A << /S /GoTo /D (page.12) >> >> endobj 1642 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.762 674.222 209.717 685.126] /A << /S /GoTo /D (page.47) >> >> endobj 1643 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [196.656 662.266 208.612 673.17] /A << /S /GoTo /D (page.47) >> >> endobj 1644 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [200.931 650.311 212.886 661.215] /A << /S /GoTo /D (page.31) >> >> endobj 1645 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.875 638.356 227.83 649.26] /A << /S /GoTo /D (page.48) >> >> endobj 1646 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [214.769 626.401 226.724 637.305] /A << /S /GoTo /D (page.48) >> >> endobj 1647 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.641 614.446 191.596 625.35] /A << /S /GoTo /D (page.31) >> >> endobj 1648 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [194.983 602.491 206.938 613.395] /A << /S /GoTo /D (page.48) >> >> endobj 1649 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [193.877 590.535 205.832 601.439] /A << /S /GoTo /D (page.49) >> >> endobj 1650 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.752 579.298 209.708 589.484] /A << /S /GoTo /D (page.31) >> >> endobj 1651 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [212.696 566.625 224.651 577.529] /A << /S /GoTo /D (page.49) >> >> endobj 1652 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [211.59 554.67 223.546 565.574] /A << /S /GoTo /D (page.49) >> >> endobj 1653 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [201.638 542.715 213.593 553.619] /A << /S /GoTo /D (page.31) >> >> endobj 1654 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [216.582 530.76 228.537 541.664] /A << /S /GoTo /D (page.50) >> >> endobj 1655 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.476 518.804 227.431 529.708] /A << /S /GoTo /D (page.50) >> >> endobj 1656 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [187.083 507.567 199.038 517.753] /A << /S /GoTo /D (page.32) >> >> endobj 1657 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [202.026 494.894 213.982 505.798] /A << /S /GoTo /D (page.50) >> >> endobj 1658 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [200.92 482.939 212.876 493.843] /A << /S /GoTo /D (page.51) >> >> endobj 1659 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.049 470.984 192.004 481.888] /A << /S /GoTo /D (page.32) >> >> endobj 1660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [194.993 459.029 206.948 469.933] /A << /S /GoTo /D (page.51) >> >> endobj 1661 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [193.887 447.073 205.842 457.977] /A << /S /GoTo /D (page.51) >> >> endobj 1662 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [185.379 435.836 197.334 446.022] /A << /S /GoTo /D (page.32) >> >> endobj 1663 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [200.323 423.163 212.278 434.067] /A << /S /GoTo /D (page.52) >> >> endobj 1664 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [199.217 411.208 211.172 422.112] /A << /S /GoTo /D (page.52) >> >> endobj 1665 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [170.087 399.253 182.042 410.157] /A << /S /GoTo /D (page.32) >> >> endobj 1666 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [185.03 387.298 196.986 398.202] /A << /S /GoTo /D (page.52) >> >> endobj 1667 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [183.924 375.342 195.88 386.246] /A << /S /GoTo /D (page.53) >> >> endobj 1668 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [177.827 364.105 189.782 374.291] /A << /S /GoTo /D (page.32) >> >> endobj 1669 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [192.771 351.432 204.726 362.336] /A << /S /GoTo /D (page.53) >> >> endobj 1670 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [191.665 339.477 203.62 350.381] /A << /S /GoTo /D (page.53) >> >> endobj 1671 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [185.17 328.239 197.125 338.426] /A << /S /GoTo /D (page.32) >> >> endobj 1672 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [200.113 315.567 212.069 326.471] /A << /S /GoTo /D (page.54) >> >> endobj 1673 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [199.008 303.611 210.963 314.515] /A << /S /GoTo /D (page.54) >> >> endobj 1674 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [183.914 292.374 195.87 302.56] /A << /S /GoTo /D (page.32) >> >> endobj 1675 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [198.858 279.701 210.813 290.605] /A << /S /GoTo /D (page.54) >> >> endobj 1676 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.752 267.746 209.707 278.65] /A << /S /GoTo /D (page.55) >> >> endobj 1677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [183.356 256.508 195.312 266.695] /A << /S /GoTo /D (page.32) >> >> endobj 1678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [198.3 243.836 210.255 254.74] /A << /S /GoTo /D (page.55) >> >> endobj 1679 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [197.194 231.88 209.149 242.784] /A << /S /GoTo /D (page.55) >> >> endobj 1680 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [186.435 220.643 198.39 230.829] /A << /S /GoTo /D (page.33) >> >> endobj 1681 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [201.379 207.97 213.334 218.874] /A << /S /GoTo /D (page.56) >> >> endobj 1682 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [200.273 196.015 212.228 206.919] /A << /S /GoTo /D (page.56) >> >> endobj 1683 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.084 184.06 156.039 194.964] /A << /S /GoTo /D (page.56) >> >> endobj 1684 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [136.901 172.105 148.856 183.009] /A << /S /GoTo /D (page.57) >> >> endobj 1685 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.517 160.149 160.472 171.053] /A << /S /GoTo /D (page.57) >> >> endobj 1686 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.517 148.194 160.472 159.098] /A << /S /GoTo /D (page.20) >> >> endobj 1687 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [131.91 136.239 143.865 147.143] /A << /S /GoTo /D (page.20) >> >> endobj 1688 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [130.804 124.284 142.759 135.188] /A << /S /GoTo /D (page.57) >> >> endobj 1689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [163.451 112.329 175.407 123.233] /A << /S /GoTo /D (page.58) >> >> endobj 1690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [195.003 100.374 206.958 111.278] /A << /S /GoTo /D (page.58) >> >> endobj 1691 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [154.605 88.418 166.56 99.322] /A << /S /GoTo /D (page.21) >> >> endobj 1692 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.577 77.181 128.533 87.367] /A << /S /GoTo /D (page.12) >> >> endobj 1693 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [428.981 745.953 440.936 756.857] /A << /S /GoTo /D (page.21) >> >> endobj 1694 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [427.875 733.997 439.83 744.901] /A << /S /GoTo /D (page.21) >> >> endobj 1695 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.398 722.042 388.353 732.946] /A << /S /GoTo /D (page.21) >> >> endobj 1696 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [419.018 710.087 430.973 720.991] /A << /S /GoTo /D (page.22) >> >> endobj 1697 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [415.69 698.849 427.645 709.036] /A << /S /GoTo /D (page.25) >> >> endobj 1698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [374.186 686.177 386.142 697.081] /A << /S /GoTo /D (page.22) >> >> endobj 1699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [384.149 674.222 396.104 685.126] /A << /S /GoTo /D (page.22) >> >> endobj 1700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.585 662.266 426.54 673.17] /A << /S /GoTo /D (page.25) >> >> endobj 1701 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [387.058 650.311 399.013 661.215] /A << /S /GoTo /D (page.23) >> >> endobj 1702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.017 638.356 425.972 649.26] /A << /S /GoTo /D (page.23) >> >> endobj 1703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [421.22 626.401 433.175 637.305] /A << /S /GoTo /D (page.59) >> >> endobj 1704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [436.163 614.446 448.119 625.35] /A << /S /GoTo /D (page.59) >> >> endobj 1705 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [422.873 602.491 434.829 613.395] /A << /S /GoTo /D (page.59) >> >> endobj 1706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [412.931 591.253 419.905 601.439] /A << /S /GoTo /D (page.6) >> >> endobj 1707 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [451.676 579.298 458.65 589.484] /A << /S /GoTo /D (page.6) >> >> endobj 1708 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [451.118 567.342 458.092 577.529] /A << /S /GoTo /D (page.6) >> >> endobj 1709 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [460.532 555.387 467.506 565.574] /A << /S /GoTo /D (page.6) >> >> endobj 1710 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [448.548 543.432 455.521 553.619] /A << /S /GoTo /D (page.6) >> >> endobj 1714 0 obj << /D [1712 0 R /XYZ -11.232 900.716 null] >> endobj 1711 0 obj << /Font << /F50 26 0 R /F51 27 0 R >> /ProcSet [ /PDF /Text ] >> endobj 1715 0 obj [277.8] endobj 1716 0 obj [1000] endobj 1718 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 1719 0 obj [667 556 611 722 667 889 667 611 611 333 278 333 570 500 333 500 500 444 500 444 333 500 556 278 278 500 278 778 556 500 500 500 389 389 278 556] endobj 1720 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 1721 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 1722 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 1723 0 obj [500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500] endobj 1724 0 obj [667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722] endobj 1725 0 obj [611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500] endobj 1726 0 obj [500 500 167 333 556 222 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 191 278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500] endobj 1727 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000] endobj 1728 0 obj << /Length1 1428 /Length2 5932 /Length3 0 /Length 6897 /Filter /FlateDecode >> stream xڍwT}?RP i7FtwH66K.%U[JIARiPQ:"vh}[q(#DK$~X 76sMA@o1 /q`KoK\DܯUgHNIJ!  R(I}u{N[O"YSIr#Zӄ ^7uB Zʋ3ohk.K0QbuDAu]C@W|wo4}ǫ@߸Cq=j̧\S乑ռ|?`yik_bMgDhg!=zQ%0EV׭5oOCh}U',D?9>4n`W0~igOPƿʓ2tqeMZYI:7*N n H-5$Z|=I(d C4aj7=&XM5,"Z徰[`*{Ahr2a4Jȕt528Y1Ŏ]XbG;LoPM$ i:&P<}E|II' „w wePxxcO%[ !{˃KJ~—^|h(Iy~!'m˅b@*[O?en;ng_j:|Sa7ϟ;zwv:ҥڬ5] apb>ϦVW#Z j~ߨ:$]jR]v[T| miyoq)u'hf rIViIrbRTxxq9tI׶Wv1p*Ror\BV? PsXG\sl} T ; ]GMIs-j*zѨLd- ﵪlL^D ,-1Sfܤʝ,kӁjd$NH-y2ހ>$ ^9o]@ o42թJ-ctxCj徹x8Z7cmCvkQ#(w+D>amϻˬ܈c>P&GЏ_r_D oz-n-SP j݉)"dh!̝q=xfd Vu_ZsɯrY2`ٓx1B)q3W5},a4fl_`E3`U4tA*-_ɏB IԦFҐÎTHsfb\EKy$w/.>@X!(YG1Nf&wcy:VtdKU}j>Ҽxn"D~DE=<9w{wa2l,U6JLDZbH , '_EӖkW/A(9SYO^ӉpSd#AIz'Òx ]_Bb7Z|sR„d鸎ӊUeK阸g) 2on,cO;¸մԵbq$a9)ƭc%4}%$D{iÎ?nN bL[NIno=ʩO: 9Sd:vy%?GVNgN!c =^lh x$*'Vz*LVrRyjPq 9yv}~@hd'z]{M=) >ޘW$3WķMD޵eCvWkK]RY|V޷mic6SYiA}+ACi9|"LIb {})͟r(=״rEUR@s@_ڔGZ\dDiHܭzpvjV#p$faVee!a2Nw}v47E@[ךW;.DQ<(y6]clV z1% 5NKuf!g(@maXFV"e}O <0/i*U׷wO@t"jngZ1$sWg)Jpsˈ 7n4[k_ )}Rb|se jiH܁ꁷH\(~hݨ.eM. qC6Xʏy``T}9Wa(!Rvy]fޜ}<6=1WъGK2TPV<oCnR> Q㛰_byOOKMǸ7kbh0mf^}ؖ B>}2 s5D?jVF\҄4SM8ujjTw]U̻<_ft+Z*ZI/bbcLKh-UվlrH)LRY]fu= 8^džx_QS*kLTqh)W'oTʖ~8"sM{kfGOcM)ًꯟ}uִۃpJqnؚ_.H\V̳5~唞$F15hOcnER+b&%V\Z] cdX:%]s N7.? * MJ>q=]\JDe ^~ls&}zFWw#knIgٍȏJ!גkԨGnH^xlKΑc^.I\u{y;&?VBY(MӛNR߰={;CN*nC{- ^"w)`آS_0@M?^-FG?__<8S9/ܸu4Vbȇڣ=Y]tm9<lqݘp~.T^`oƷ]lK K鍋aiV)xؽ|qZ{-B R\ 2͋3NT{zkT i$/k̎1Oq\]knt4BtvZ]ū7+{I@^.QmM%lZ,Y7Ȥs F5- P)UNrgLܝw!?}Q_1Ŵrm*w@כ󪏗Jx;t?SmU ]ڙEߍI\o+hYQ2 %{)%ogMz-nW $uܫ{ (ti& Q}9R]q]{9OV)堇I9 9ႜ35'H4yC+#\w*-RFA_'_e[ =N݁}L ry[HQ'{W4vRDM^Ph)@w"R6lxk9Tٯ5ޖVH.s3KRL.J+(ZVxCnp8zݢF<4 rOm?OB":Y=J+x/LGRR%DXiiwnnj 0= A窦\$S,GZ+\-7=rݜ 4;™?44|%FwJғ-; ȋVж5Lm7?+2aկQO.R+{]7_eRK-qY`(%N{XmLJ,8V4\Ce/$E+\ӣ#ީ6%J' 1{R烠@Nް"Q3 ®v lt%{f=ǣ%RBM#r(1fUm+o5+<lL [E/f 40' s߫V"At3-<V^6:kp띎k:mbBh2y̑Wa/#׷oѥk~;˓eƖ1PwhjLz :c-xخ25Us9.FˢLRI$xZ B꜒f95*qÊXFKkc39exW3zeKWOx[?ېfg endstream endobj 1729 0 obj << /Type /FontDescriptor /FontName /LSUPIB+CMMI10 /Flags 4 /FontBBox [-32 -250 1048 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 72 /XHeight 431 /CharSet (/arrowhookright) /FontFile 1728 0 R >> endobj 1730 0 obj << /Length1 1406 /Length2 5979 /Length3 0 /Length 6938 /Filter /FlateDecode >> stream xڍxTS6ҤW{I B$t^7A)QtA4i_xZ߷~gywڜl&H'z&V" D89Mah8o;9 C"dqDcljh Px1@DBFDRDA 鿁H/@ wSsqEc} yiiIဲ vDzhW" 0)x\hOaa___!GEW]c q~Q=  q0_$08 A0!gh_`ݿDDOD0`G0!\(  4t~h G!1>0{뎀a DP0/¿`Yᬊ (_SyAs\w C8Cp6CyC`0&\ h@$-!!.@?f @O'ЀàQ !HDpр wvka'~}ugQ37w5ULM PSE J @DDD_'7VCG؟GFm HEsz ?c >goy~+*ޑ7;z={1L⿡Z o63#En ne4`~gCn"Q_L_>1e]d:t5?F8(UgoB$`8PѯƊ˜(/Er#= 3uC ~0,,^Wps oe;.j VQ.~='7GWEO1}URXW9,vdp|N9Ո׆;b2JWlҫnԖe1 XqG'Qzd{jM\a?%t&_IyUC:'Tw GӆiR۪-`5鈓W#1Hfˮܽo(% :o=Ʌ3!EݚJbdŦoMu dCgI.J~$*) 4yxMS2y oRE t]*oZR.U%疋T~SU޿[Musrc5<.g:dk.$3/NqF4e#5-ilu;OZ z_C[N؜n@I=%-D/K:8Ir~zalqTӖ<}+c=Ϊn.SB/O&c$@yR/A$t|Wd-Dz< 1h[AVSm0<Ħ}#̳[7SGX=sj٣_65*8R~4- 'kl˓?HTG#̑| ?)6ff7ȏS\^%3nxj|n+=錒@h>Y;%m}nh]ݘ㻐KU=>?dP3^5b">,2y¦Mfz'{|s>o EPdJivbqRhߨ<&̀7$9q40R"811t'0fҎB݉FI`NΚJ\ŋB([y~S%[0TzAwk: (͙i >c#$cȆ]dG[\ GR6ȗ)kkvl$ث a]&ŲۙvX&qDG9*K%>u'9 QSgUTxc!SJE3Yra׮㞈$UX]9Qߪw C=U'ۊGNbxz+DOX^ <׍)&>Ƴ6/ΗeY=>,IZi joׁt7}ICHyNAel YceƆz;ܕ~k~̙oQ(0%)8f1ahT%C.ċDqz6>OWMλB .3:ʊQNrTjQ]1rO4LVM*Kɜ7XRDXED[4[טV nqo\_1Y$a+_^}J'ہyD g^}MoN$ؿ*(=yч3" fpқg 8iz{o2p. M;>[H mER^$dml~Y׬K@-krWyzne6D~ز0gve ٷUgK |ʼz/ycg@;-KJzB3lo2GRYWSa9糗8Bqb*WRkPg ز.3{,O:1M9C;W÷fӋd`}Zyqp:qqִ3/'eIw|;5XM J]h/e<[x#Sf Â.&bmrT$ol1x* rP:K9<yЎF%#p($ m- !ve!5 }٘<:lRoX i<"VfDӣb~rPZ6M聭"P]{ΞL\LevJF'ծ{&GXW^,OnƏg)M<yjX`dHd:# /}>w67|O; ;YY;!\6~uJwc9pO^B讱vU oK(-,< v)si{<,|XG&ˈ8'ywr$e]B僟Mepgڶ1tzd!-&%Ze- rg*쒘R/JXdk7/ɭ>d=J7ZI#y|in))\i==*7?K|AO-0%=x&O!m⮳V!twiO/X!gPVja/.zj" Xp}z7ݓ )ޏ|{\ކYzzD͍$}ZFTW6ZtQށsO*`~EaX.e$P[cKF1gbf0$uU)Pc nq^VRՅ=jY쀹6Wά[%)]-yq-F/YShnLgi~uɆC <ۣ_ ;&є93?ŽƳ::aQ7,PDޜw3$^;zž%]% a|` DV(٠*][ oDAݟExoX9^8 J m5BB _ N7_c!亁c_tCxӱ[c+*7u>5ȏK []o3KGR)^v y/"z.CTߑH84+9@>yr"i^V]^ ehh؆fF7޵;Ɋw).N#gV],ZToLPNCb}#fؾkō6kɛQXS&֔ɤ8wnr??x竿Y87_1܈Sų,MmN}sCUd1sDϪ|@9BPᙖغR-As#[_A_n S,S'%ǩ~پ˙4ZsgPOWju% yκXgjóg|hRv6J~f̞^؉A<Ѻ3U5|1<%_[hyhno;,vdb>Cky>uL-|.6M[/FA 艹n] H.ϊ?t6V3"B0vC"n_6 ߯dYr*NUp6.JU1o>g:.uyoȞr}0Dæ$ԔHniMmsƕMd~XcN|U\&S:L: VOdg謹rt7ӫ]R/#lxHc?'s>ﶰ‹jD4szT7uC[[NFNMEn@ =C=r}N!*[gsi y=:$/`RiѩVaطz,E\}Jg]zΨ\y7??AiW~O2fN]eqĈF|pU[GP>3F`J:X)4m##~ W<^m1/LT; H\gКL-\Xj )O~y=3oT8?/M([I[ß~ XOyTp:#&_.,fv?m 56a D旽nWV(qw%Mt^\['cqlUEw#6H;D4 WWk -{eI { v*r^tD9KGJ+S-:1xjt eWlbt>5Qkq mTIDtI٥'3I˻Q[ҼJЀV_u8 Y#I9~ ൗ5򢎤WAv endstream endobj 1731 0 obj << /Type /FontDescriptor /FontName /FRBTTO+CMSY10 /Flags 4 /FontBBox [-29 -960 1116 775] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 40 /XHeight 431 /CharSet (/arrowleft) /FontFile 1730 0 R >> endobj 1732 0 obj << /Length1 1606 /Length2 11091 /Length3 0 /Length 11920 /Filter /FlateDecode >> stream xڭteTݒ5C 44w $@px;3w:vծStTZlV 9G;@`UfrX^]@@7#T聬2 K77KPP u0h1W?=7]6PB/j@7[  U:y- `K2u1]P+_bIW'%rq n0nW߄\_#^}`ꎮn.`'7kVut8ZFZ9ZU߾WW ueX] @ܯ`N.i6d p] WWW쿺:zێG+b͎5 נ(B\[;wW@+G(`FPut{M `ߩ E7qU_!Uc^7#@׎b`z0@݀mڼJ#URYmׁZ\ `(U˿`-WZ+Wy͡"+%(Wݴ^G*Vu CJ ` plpts{^Ky2Y_SZr[[-?8D[h)jVG?4!c?Tڠ]\Ʊ;0#rS6qR{iWyoН:DO[FϲaZy{>`ǩ5iZvG|NX_:paꊎn3  v_"% RRܼ],=ݱv".MB11:X}4ev)URQI;pWox%ڀ=Iyb|VdL)ۍw}B?@V)fn{K|BtA2wϦ*},9K +zqLV#Y)(8Kt˜qÃ;z>"@6l aIX(V< [t(GsKMJM4ctNu|ԙ2]mno`̂~qS2FFaI|>Oʔx_;FvnX4a Qp1ڟwEWNO46wƼvp>Bpugkz 3 G ޙشivaV +?K-B]HP . EX՗ weZ)x7%\7b{v3W峽x;80WAR~_׺,O~. Vζ!'!l=H;uz[(ڹ1M%iukl\oPAk7Óedy~騶 1DU;.3 CKYź{Sj[-bȷltkRf"RLM x)Z`0CdE= Ca)6]A{Ft7$Mrl ) `azUy+F R*Mta 147=]?aս]Ga[|=m 6{Qt!k@R^YMaM}c6naT 8 4VCL1T]dn{PArv0W M-~dޏ$5pЋֹFxjY\O˭pn kczzȦŨg cSHx罧._`iĪ23KdMR5"qn듔ţĢXrL%2nZSX *z/y˚3H?aCzI3&(Qi)Xc8! Ƈ\ǀtEܯ5 l>k՟`dO\}иV7Ҿ_ $sT| E' ^8j 1Eoqy|l~ʚu1Dw}+ᇭ9B8!!=>INȿ "2-݋SzZ"'<`j4kkT;|He=Q'ݑNLa">k/ vq9HfAˇ }.CEY=Pctpr0J)p=M|NJ r'/`SFM.#]f x ;VYyG)p.))6(OL<dix+N!>15\ͷh:șs.ضH&9Jgk% [!?԰mpѮhjɭv?!z5\WRvQxU jvM&T׹T-"(FaM|ʎ-C7ZNſ8Ü22ַMp*i(M0<jeJwtWKuR{juAH.?yA0L!(S47j,>}{*|69Q'1ccs&$9b"7@.p%5[RʂLk(9QGpzE,[.#0f (ӛ9uY}:?O- hgQ?Ts}eM߽C[(<ل2g?*tw2 ]9/6~]f"%HU*xAa+^]JTJ'~}na+Wjgw>㊪`ukXzB}c"v/Q^tT k>K2/ azpt:= heՇPQL΄˶ ȸ0'jDDjBKȟR|fPJEI67r BZʄ|yddEq:x;P5LheهRUceNR[I̤x0!BZ>"ל޺d O]5B L3>Fܤ'CS< ޮFfרO-29N1.( g4y1jnx85{AGySC[IX$Cȁ鎸nղTA c5Q{Wow;>jFNpc:fn^>Mhka`kqnײ;* ~!e>mLi{ TaB Z޺X! KFe4C ?sv\&ыNC={0r"n_,gt8er^$6:o}S%OUiW;9qqs `)e1 6$Ԏ>yD,9ygD;|X(&WG U'K}>N=wK> 8Ɇ34/xKYN{5_!4^='Oh:o߻*z՗i;\V􋮣.S0C i?WT]JbW|%}xM+\ضhJ_#y&S*)vLKp=^U&_# 7s^l l0߻=MʾH U3݋7Uvr޶2MQKh:( *~4y=pVm!-rTZdfL7uvi_7aK +G] Kl+vЉZS5>l3Ta8l3e;4a ^@Bunn·1eXa7lͺBcçY!uc$~(2Fc`PtS$;M?5޾$&:%|8 QHgThj 3_3s8!pe:tG6O޲DFS+z+7%5$ K׮bpeƻZ1Z̜S3t`,os.8Zn#bxHU-L:pP9M}T 6<}?NOoKs2R!| Dk!V2O G^ 9~/G"pI7a9"f̺o}6tܷk`]d7tovͮÄ5.̮M||m1#!3x a C >M,~:{Q =! 8۾1ʧyg._<(\iw{QQb*>wsTty TmZSa0)Sp2I8r O5hOUa}FX?TbfTxZC`x,edD~ڼuI >[ak Y2JҏWaO7gh ?5mlIEǮ;4S`lU*Lu8emiT^oWMGUBb|udEt߽; nd_\ZI:Q9iʫw (>f[pN? rGX?KPwbXr En rlm!k`Y"5 \< xB s'=,Kz+@憽GgI8>vZ|>OV܅渶҇P>jzޑUgzώXfտKcL_~aqBz=y+id5Xk":ݬ%T8^EWQpqN|G/1fSRӕc<䀃> Xn84sB ܣ3چRYcs@1ϳ~WFc[)tDh֓%˚ yq/6tHJzVǺy¤jP`={eӝH*0/&Y`zc:Y.g[a "=y5E_=;u1Q LRn!L@r1jzbV nQy,j+^NfMbr"M\64nՉ=!ƥ0~^9@o4pb4 7mmgLsfS-N _ `4b2M, eǷBS(ɶKN-D ߪd3Oâ6)Y2#(.6G 6N+ 5f=!ܝH\-D^snAaPxs o9c3o>HbˏYbݭpQ D|< 8I4ZO'M?(Zjz=ǐ ޏRDFOs ڏ^{հ;`bp/Ex^1!2_q}:P^ pxJ5 rz^(< ٱWw8Hb-ar#B-kΕ2322ouY 8W̌lҁ ܄]ʀ ~? ͩ%a+9e8L:r'O"{D勪+o|KGh4* 7~nEr[XBYl[L%h'ͪz^=tZ|чJR3h n[_sIyښo_v3B@ZSVSGǗFgu$+=I C= :Tc5lj%tz/1A)&y]"oss-?SgB?(lRw0?Pߋ&|#|罋|F^R[{zNŕS?JSbOݻ_eu1j| {q`nG{/Ҁ;Տ|'cK)7m.`׻cu9s&ܧ /"iNܘ=)iM:r 8|\kܪxKH 5~QXO.;KϾ dy\<QBs+w֟yGgsA%|)M8o&lmkH_\^HQڎ6l=TA"ƷI$Z'#:Wxf<;xEPU@,(~%Tv6? O Xz#.vǍ,Sygo/ĴNU7yKX0dz(FmIzvSXd"us3E~( BYUpڀr^RNFTc%U]\>*S$ۄyDO;*(Mʝ"Pyܻpkbk%VF.jK{]0/z_e&!kqWA&]xr\Lo^x?wrnHlH\_q_|[4ۤVð]cCl:#L>[6ԡA;baү9oUcv&y\bIKG8UG/G oQ0cX .uP}xs M~̩&vSufWC#%wݜ}G`nMM JcLkʒM' =&Wh^]OV)kNF"o3div,#mb r"f$"\Nb2 ̊[7/Gj+NipmhN8o>D+,d#dd21TFHLj` *?O&T2"z=PsiK%,6MSO_'L&bL7.AehN—}HC`kD%N78`k߻~uU1VwMFܙZ]VJO.7eDuB{6cEeGBRf yeTj 쒩9S3<70w&Isܿ;!Υt]!x>2UOs1/p%oP,;K[3QhupE-v_|ySOVd!)4!Z0sbK&0ꡆu:i9HUqjNyky9jÄKVTPmN\8y4>"mb7[>;Nݗd5$h5tSpB~&ImChc:"!\5eoȜNc+φ{\h:wؑS'ocsE~^uf~|1+[]K**s]g6 `\J|ϸSɻ2w'޵öj&nO$qUؒߣvEUB mѮmۭŞ,`"3VVS,tuÚD+f`@;gm=#& v5cv =dE5w5TþQ{3XOy=Fsp ŐUllRy`n 31Ѿl?j}vhBb7Q*Od=N>Cˉ!C Bp/?c s+5{U_hc.V|WDp0Ϩz2eۛߞEb<"#-<:W@U}-YdPDEKIj 9=xY=B+AJ?^)0|Mܡ8a8qyZQ{NN`\g(cO{nSAQN"+ҰJ+B 6̲X*d΢z+kD!O[ٞ{=OE$3w5:WRTLyiXa1$ +GԖbT~~UX~ɞF6B(2~=S cF.J ;[1^83tMEo7VU\v98~y>ev!{p&S^ E0=Ue>NiZ0Dn(g}vs&9?0@q-J=TGH3O\̽rOt˱35 Gėj Sa! wf0v]eH#5F(>p73LL}W2QI÷J"{R}\ْauo?}~Ӂ3^ܛw?06/^{ݺIJ6hǼ!kw$&[BU{~T + iiRtxs5e6n"Fp׀+5B( ).PN_Bɕ}-`btL!qd)Cl7vslAeL\"3J+Rl-’—,P9'?*B*@X;Ws*Ѧ)+5ìݫC ȶq!VzXb\ endstream endobj 1733 0 obj << /Type /FontDescriptor /FontName /MEBDSI+NimbusMonL-Bold /Flags 4 /FontBBox [-43 -278 681 871] /Ascent 624 /CapHeight 552 /Descent -126 /ItalicAngle 0 /StemV 101 /XHeight 439 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/five/four/six/three/two/underscore/zero) /FontFile 1732 0 R >> endobj 1734 0 obj << /Length1 1624 /Length2 8394 /Length3 0 /Length 9227 /Filter /FlateDecode >> stream xڭteT۲-NwoƥI@p, x@w <;ܱu=UjZFKC h]^\9dݜm5@A\(d xy<"""h 97w?Oco߿H/+rPuA ;rZ*Jf% } thA_Zm@^ '5/./|m@ v; {=@`Wg^vn򂽐iyAl<KV-yſ8!r{_`݋ OKa/4/(v@@?A[3% '2^`WW=mA^^/4/>{_nyW `َ% %=ϲڹxBy<ay)h١qiA^Rw*sDH?"]OjEe~d/@yh<'vh?dT qȸڿHj!6;˴ڂ<UK7?0= \mYPU%?yjDi _/ WH  2E+  0?h\ml.jfe@==_4_ lЖlBӳ2 uĹ}xsFԟskKܰXĊ%Yp:EvwP{ Gl`?ۖ/ݿD+#{ڦ&OtbP hԨډ>zE {چQFA4x8g ߖL_#OhI"n'^oL&=(kcHԧoB DYAQʘ%-;X!esg~~}6;P$3D[/HS]g=*9@!EI[9Cͽ:cm0gv~v+'[<ܞ$ _۹/_/1sD+a4LI.~<~0ƒf-P]5QNƼ@yNZ0\9耰Kۣ%#'/?Sضׯra%Uw SS̘I= 񱄨(ܞgvu;Z|10 5aG@)8``}hN0rbO$RCF2j!VZS>oNn8P:;Åy$$t>$Fr1ʓjk%h|#@σ5X<@AU9ʦendTKKޥL&Af (y4sR{=z--+l+RιYO/9':/B:`sn(Y5J7 bs.% LjYF5᩶JPD;.ռ⧻wƛO_\"|I5`)k{JSCW3B%VQZFCSigMyZEj5|GP]։©=ԽA{S'q[f`ׯJc1nuPzu2>^/;GLؾ.rU0an\m_ZwFڮ94;+ꁻTt ͳ-;J1]FxW %DJvv/Їx>zf-\hl>}vwqOЎG(jTs|ck*c*q#nV \< yfsݏQyK1){tT,?:/o?aύeŴEPٯh<5&f?*JMe"qƷ.{:+k iH!"UM:t]M&;G㲙Uqڻ7DZ{Qz ;B7{R n ̪|DFxs?ן+C\̣OKPC\axa\Wi1sRx<]`̭сU#nJLسT</~xͫz8 ޥx?력3q|B| xJL2@qeYKsVLhc(7s4~fb [D7ŠOh~1QC!/Uq:xa"FMIѴm<І+c8{G6-VaK"fY>fIݏaѽeBGQKO:b_nŶJj'}q"V/ bBFuh2*$κ5dvʬJ o~pDE_h^A]sd!ٳT'"n$?4E5n ;0ҀP`QH5^f=ՇII(I?6$=bZ6umHʗm=ȅyOGteB/qLMGz3Ԕ#uϘ@N:;v?HQ"'XN=knaIڶ-B,ƌ$SU6ӨEiMʠLbTw"պZb13mM )F ,AQ:ѲNr]tժ%;'8YQLS]-)VAjKY?hZ 9tXV8pY6VRK<++xZӉc]Aq[D/{V+v(_0 kmvt`?KR3EKsan;]kKT'BJ+X"[f. *U$׉< uݍgyVZ}Etz!J02=dT"psaMs4r،k!Ȗ:שj8}xwI$5con6KjINg906PKR8XPoډWV' +4G0e0a5V2lE4Mv -ybwkfλ4(_SZRO<2t.N3Wi8P,9қUSے LRnų8䷑ Dsb̮֦xX~XL[Fc"V=]c`un N;wwo! ]!l5n q$"j^#< 6D{5ΞG,?P4͸L}Ë0i;Qⴟ>5P!Ф}_V /( =fBIhf=*qNI ?)e_#qXQG7=77ko[ &6?0Tl{`n7:&DO7;ΔNhl+=MNH@(azg0Å㎵7K )`-|U!kS➮_rbY"ß%xQK5e:ApHEc) sn5'?~ ӹ 21_?ώbE?Έ?$}T/fX/^Sq:R{9kύ?#|]^xؐ6%03h&93ea>'VlKfS/mjbtЗyFO]}xZ[_IllHs}ņU3 ңubC.Pl6\@c:`VXIj=$T~q)pʛ1CQ%Tz[_Fgen{ptyP7/W(EqcE)JsM:I ij:")q`;vLt9sfxaՄo#t1jWə]Nj9+R 4ފfҮ4P)ajШR /g F'A5* w^\f#}3P<=sC {cI;IK7Àd߼}ȅF:OVzJ1v5CHbr\Ϫt;mTzm,C?;:5m=}6jL,ʜL3@yIHRC"U]'So#t+StljUWДwa1N߲G͠LT&7hi*0DYqD˖U_}I Ad4pբ;sӴ ,z-p O48D棌FU"xcT|3k^ r)tF+~12Sė057q:}0{@¡ipՁ>1L[`@b_opDI+SAߤoMZuqLTW߉XH GR G7G.|p9r|%8M$A1A2A_C,6s}JT_;H:*O$d*Kn): Xǹ朔lF8͆%;{N6-d;? A a[iw[ڂsyӼ̣8+ GޏD#\dTw,ᡇGj0Wʚ3h@*\W{Ajez6):?^ycrPptDzɸڸ{/ǺzOZ֬Hqx%?ic0W%45l79yq77_L϶1 l(^-~M{׹okKЎ):BnףN)uE@ S39eQNp#[ReZC:vJd up*䋭Î&o"Y3XE 2:%:z'΄vwv9Kd-j?<s MD+ tM~e_!sC7\JWZiڄ)yH]V蔊Y%~&cs GFG'|\ew-Ӆ*sO%xJK.5|-`$F6" Ug{=bR?|zbn3Eb0sZCTR||#-?-i4J}MFgpK<O<7݂D(&vsKϤThUny]zVRm-nnj+ӄIR{ÿZ5?{D %>OCE=kfhKP >Dm[]lSzWt z,F)UjEW݋ `Vntz iQ2[~~L#CUDu'o>5Jdzuf0-dG_-3bUC',I)'1Pd}R2yos7׎Fk޽Kjey[QdQ7& UIę`*^g1~4۷{`4.a fde/rd[e6aC\ܨ}ӚHd"U D5oO=,:v(-ÂUCWzPd1pŚ e))WzYeA]O1Jp hKJH\-זu*1bב>L;ux$PLA 3}g)ԤwגD/E2^鉀uUj%/6)ov8tyP$L|CnVZ;!nsi^^I+5ۂ0$ԵS~n2.pCn@Aʪ%OEjyƱTTfM^y_Uj-,u{SshEF,`6' tkr^}'ChrR+9(orsNtٝOq48% )W%+ _Թ"ϲE~Q|C娴hjG53iPsRR%KzysB&tlu6ΌH>%#`wJ% 0+m 39xUc endstream endobj 1735 0 obj << /Type /FontDescriptor /FontName /ASEGOP+NimbusMonL-BoldObli /Flags 4 /FontBBox [-61 -278 840 871] /Ascent 623 /CapHeight 552 /Descent -126 /ItalicAngle -12 /StemV 103 /XHeight 439 /CharSet (/a/b/c/d/e/f/four/g/h/i/k/l/m/n/o/p/q/r/s/six/t/u/underscore/v/x/y/z) /FontFile 1734 0 R >> endobj 1736 0 obj << /Length1 1612 /Length2 17048 /Length3 0 /Length 17880 /Filter /FlateDecode >> stream xڬc]&\,۶mە..mu˶mۜ~wΜYk;"W{+ɉTMv. L<+[Wgy{;9z+௑\ hbeo'fhb@S  jdeaRWѤO?!leawڹި \,s+ @TQI[ZA@%mJ&6V9+S3`n`jogfOi gm@S?.:3`dl.+;SWۿ`J.ΦNV.Y$V{f/_^c+;g \&@E?Nf6@g0 ߪ7vpnE/V.@sXf9M]涰egPL: Q33Ix̀氌 .STfA[j_%\mlm/ 玱1vZx6@MIHm_Amr)YZ̍mv_vu;3j&,Li=]@;JHΨ%"*N_E)E/YZ!"b{YX9r13 ?.NVݿ%31ϕ37gVT]26uurN߂cA=+2]jrtzCJ msWׄ04N|y.:| `Pv/}I{Q6(:8i J4 t84vƕU ߿Lv:A_=Q=: bFnA-8=H<~z辁ǣ Ck|Jit` ë\ p;Bt= !<ș<}Fǯ~2L<E&ɾF L# 9;vK $]t?AGG$۞]hbn!iПv)Ssh_?zVAkM$2a XoX@{\̏uM[>ݿdi`B>>zpf ƾ.>:hzZuZ"Aq~d زgEhW#ob_I)]lܶKTHy7K!7ẘL\6_:cYƍ!83+VKes {yj^XtzoDٌ 7MеȰR^y4ya¯鰡#PZP[!ba߶$}o*ea}ey+:{t)`T֨=! cr$Hƌ#R3쁾JZ1fHTdOjb S?nʗ2PZҼڹx?HW+5k{$idf@}a1AaH2v`e]g$X.>Q[>0')M?7سOV-(ԦaUс܄3VxBhOEBb2f7aC.T0 kGR߈(<Csʪ8F(fĽ4ݹҎ@! UO%"ӓ!)W1"rCN8A k쏀ƒҠd$" 6io#=6C~0w{w|FdVRdNAOiG43-x{>a=EGV/*:jĮKÐ:N=F P[A, %XtS2=+)iI:I/EDVC@T=w.ۇvPGoJ}qFIV8KZM%سуE]Haǘ4Yqp5Ұ{w*s޸¯80#]?[]꺭4I]'+UHVzQJq\DԴ$?wq mG6>Gx`ѻO6$!gKTW?'1|x䓏kw T]<=4=ҥ9[` + l6ث_.[\_qWߝiP#V3AQ!"mGwѪXΟ_fQy3s}Dd"V 'TF#bɼC.6-n) qT \ 3ȼQq~Iw#T K2H} ؚ!1yY"U[APu)g+rdd٠$xvjT%1kIw!WeǬ,2QA[t F@7v³"X$vDÐ> xTxZ) ƭ:p*VpNdtVlf+0`x[Q&|<ыI8Ey`?0=G)S mnU N%MB0]np cn,44wC}TY/>5=&ՏG838i ]=( ekP[!1UQKaЀKݝY߅/B$V }(ڻ)QU'LMDncaIWTT(&Y;&aW  &ʉ RqqPh#h]Pc8#Qmyc=4b,p2bi?kT.i1ywMj6z&*2^_VS+>)kxMgyWn;3S ᤏ"1+.t{0A.ỿ6$u5:L*~!BUbsP@-%\_noIۘK &v}=#Y! K$>v"'T`` F3|8i|AD@>bWfQ72rUghct:=ؑKkBrSb)c xB%x Urcڨ moс- yqDnNYky; Ql۲z̷\ˏ/-Dc/h- 4D}%Y@qZQx>vo1X/zr_\Yi)g{AP“c0$ 1A]YY;;@e Ѯ#|xge+)-Y~-ufH'd7YC1t4ڦ0' ?yv7z@~'y^.(ѽ YtsjY`goQT/`u)56վ?fʓ#jD2܋MRzZ7ʷc׋^[As6-M{u&ݕzd Gi'bW':S Cj1P^Yh>BWr0ࠂ# 6Vhz^1jDe0Gc68p2Ȑu` Ѭ A7]Νw%}]d _D!Г׌I[*Q' HTv<rfdN2=6:;>Ed55JlsɋNk8AH̙^0Yx{DP;̕ oTCAb '0D*/.qƮΉ`E<9[sUKJ\GJ0R2-`~+4߆<"% fiMJjtnxe1ͩ(vjDOM5u># Pqğv>MHg_Evdjrnn3U[0TZwk.qҴX|^V' Ml叽|5Ԅh) !כsغhhBDZx75m,6[#[6xt/A02mTYЯ&pGJWፘSYCP 4,XDsaYзn;(lV;%N "fёM$d[I%_C:J냝i>wIGX|fn5ߌB$mQI}a}хXmYZ/+"j;BrL4!Gу/A]N~=ġ?CD.{=\-^"u0E%9!_iJQCOeQ^'H_҆r Yw>Gϻ>Zw(y@Ѽ YA@HC7 2  ShFmFyPF>2N Y\fMs`Sq !WYWoIa\5}e1>*kLnIo{&_T|Xr >]?Oao sy:Y.'[ Qa4*•5%C$7W4͆ Q% 's`өy?Br+@vERoIK!l.)nn4kdn[ŶDzvfppYrebU3 ?-bCxmpCTIN}1V2[0*ݮMi쯅 YX\ Kp>a?Bo Y)t_]he|FZ<MP<ć?=*Dৢ7Rh- t7VBGGҁ]@D)yV;\{q$MjhdV:_Lh_, *5/wh.Bgcl$x'Bx?I?yӻ!Y?Fĵ&  r)euNp $Phq2?A_6s\U: j?Bm|z&x t <"#}A:vu=p1U /OǮ$Tj'~fAf'G<*\ \"w[<)y$7*F{-aC(_z4sr \WËqL[]zW1UdvRb &z{iLKhTL՜QZwJ\:ӱ4Uc~8XéÅ-G$W& &VUANQ[*fnTݔ [)`oS}$5( }DID>~.XI:i<3S[j({)9[/,_mvǕO'&W73`+9]J807|0Hʗd2hohH;4lBT \o;NT!նD? %U3_fpir:CK'*O/U>zjkP"v3΋[}"hx5v͠Ot y`E7^CFn ͯQl{gWYThQi胋C3\3_-H"MJ٢B{IPegEJ\ wԐ`M'6dt;2^7i'(:N sS (e:Vr/O6c{\ösf6kf3  /^VH!f92Qc^_xڧ/[{D1"Z=iǀ(1`w-Lsa3"YNVPC`W]Lq i2p9VQ;p:bAzC: aQLT,|w{JpOIK'U:nY5apDz;H\#sŋ_'/G  V-_V*  t-#339 g_C9qb~d$ :}_xw= ﹦</mt!I70y+j)h||NhxѺð5ҏL!m5ÜMA<\za\pr ΢7C&^-ٳ`TtO&EZk琝7q-eշ##}2חM(3T&Eψ&m/6=tyeҸ Y 6}|o֤9Vi gjWޯ[_#,[k3ۃ'Ѱٸ %uti8%r0gq=zqv>&38ELq*K ٶ:Yk,j:5m ˜o ._{_ΰXj!߉6w<eJ 9f'rM9\'V<߳(Q9$JRjA*\Lߧ qn}wE^cjL|GIm0$X5sD~OW0Lj{y=q5t܋ިK4͑lQU ͍06iVTJ8:S#Y׋]hKiPPnHϠ+r|L¦\x!BMJ>{bi֜DŽ-.cwyG{05oˌat狭c0UJ9SFlս ېReA׶Jp.VML- YBj^xr,~鹭 DZ93BU]sdc`K٣X5c#ngJP5Fb{Ԏ[\9am|"AǞ߰Nv.VƇ}}/vٯ?Tpc>Ҵ>!vI>^dCrn}pѲ3*_i $!_|O.,? 2r},ZO-71p0L R^(ǚ̃ǕXҗ`X?~ݪ T[M r'"@-6]<=y_G$ܳ.M*N6+*izۢAod izMYہDxZٶVr=i)ή:g].DFf#/o]R l(L(Yu 4GXio}`iJ1i`!?yG7> 4`4+L(5mׂ9 " v_#bUoZ̆5UM:L;.n:8.YSuϠ^<7BNl8Z ~ШzemS 쎦8@y玄Y/~C#WD=fQFi$'k^ڸ~DY)rp;"[4 ֜FA]mP4e6?cG ^ >{D(Pּ3Fbm%?.vEۉqvY *9"?LNԦfAyA ހXd[ų_SqZpaŽv0O =*\qekUȩ >́IO]R痴43YgkU71'a?i9'Xb8R:.s/D D܏ d~;OϬ1ذ_PzrWo`zzș:<^$ƸZߓNF`>f"ȩ+3Bc$ƕNOrY$a&Xu_*1vO\ws.[ȞG!_IƔ 5Ǫ  q\:Ppan7 Osx/U`ٯhsAݎ6-$Qc#xI.@1@ Ihf|c4b!=PK V RUͥ:lޜ4|c$<1uKiM Ru(XOکp=j5ټJ= -wk:Kom/v,xStŸ$d)WʴQÅvsFb B=3=HAG"Uea5(_䩉ѯځ-VjbH,n#=cS)$3%e"5nca5ә?#dnƲ`֗_o{5#IVSJ v/َ{ç,g`ր3_lB?~ߗCG@UY}j)KW/Ə=:4/` {#eB ^1Į[b~r I"u "8{M+ΘCa>̟6dHP{\NRb)d@"ӏ< 86/3ԏ.yfX-;֤F9DX(T/*|hZSx 6q%7޲`uX>S^P ;J.Evf(t\VjMß{-s̹L1D|3ho/])OO[̵8f^yv?U9y.gdPӧ= G_3\WEլFU ;Jϟ< .2… ܟ'SsTʤj,V-ge.'{+čH @(GUģ:.hXehLQaay#͍s4 ,.Р GdX6 B(d_Iޣ)>z UȈN1&аCkF[3fFUt:yohBOܾ>3`=3+|K !Y%s` *)a5Py$ K*ր7xUls&Vi4_\;}bI~ĸHݧ6ͻm_elhSOYܘ`U 4i6W8e*39;pԖh*O;EĎiȦ(SbV:yxJq-θ[ ~['ȣ=9>?>ֹ4tT!?|ZIͦڕ'+h03%ʉu;X3';G#؛oSkG\\bߺ%*~Gh/jqP9cmRxD~|l2~-f藍N!ejT\ןdۀ!N.邼86@4J4T)v0zr<Χ@;Qo|Y Ijb-VD9B2("oi/ N;{v `M>-6/k%(ac04WFU8FPΙ.*@Saꥻ$& PN— J{RzWs{_6wBWg Z1zyJ='DҠYw3jzCpẔi0.{Q%+J|QX0Om9 Ipܸ`W]4N}G S1x՘ O;_rd1iSOk=( Tnbxjϐ1;GE~js{`(Y}ZFeT7I"X@NS!p3 ʬ_W m̳쑊F&]MuT.5 ֌S,vαU}AI{[&GDNgh}tAMr(hĩG;Q YJT;ϘTe *_6# Lqumry}G(jpS}Wg^& VGh\sh&z|;Qٲ7!)8[ۥ j+SMaXfi˙3n13";Y0kUdtF7߷>ٛ;:d#M$AHZپ-S=Ny^slyZP 7aF&:A`mo EjƑn f,yV2y|)lkuaAR#u=RE2\rĆ# ЃӜx7H}QMb8i/zh,r;hzYC0J:y5p.>s f0$ڿ.LJUv٭}A_vBW3ڞKC`?l%XES&t׷jR C p3;3bN7тUtҖ#Z=_I]Q?f٘['qiW &nZ&۸[S o>3L <)`JO~jaFJɥ(sY*q+̉pߗS|j9XY3w3LVd?a{88`8d㏩. ýDa8WFrQ0p8B;5kV^ e+}Zwc+@Y 5n+%b3q\5Amy񇌮L;Q &wdx+9m-Tz $'$Hj?3zDSֱf,+GMm :]!Kv0,~P-Cj܊S䶣}N8glZF-BZR'w9j횳й]V{ eVGԈTw r_Xg*cGatWu+=@,"Ԗ.F+m(opOE}^7up!fԗw՟aWMwW|ޮIc.i\?k3OBlJ3/7ϭl7kK{}Do|KC|SPy7דOad%fß!qًn-)܉9n˾R OKo0~ceb~j??ȵJDV~\@a}h5O;?@g.X\ՠ-:J@Jㆭ|]L` ֳ֊o}'@BϩUؗ<:[FtH]G%N ) #:܀KEnlz`l,>}IFCaK*X @ j:bX3`?3Q"trw4-O-5% 3߯`Ywz :-`Tx\0{ $iY A׭- I/6# UWqQEmuGuvI2< d312ZHy&#GN]6=3z?TLο)zLU:7XM,#h4 OL"U X 5?Rh8"*amC"XĒrDCyEz'h/C./("J[2H~J)f8;qZ*R  Taņj䖲@>jn}ڀE^`RzRTgTQoW|JywQ\y^KX274sJd\|ƒ%mgEaR&➊07>YH*:|E<~jrS<@>Ɍ3KWoR*f yWg?G> endobj 1738 0 obj << /Length1 1630 /Length2 9944 /Length3 0 /Length 10779 /Filter /FlateDecode >> stream xڭyeT\ۖ5 n!4HPPh-H!{@ׯ_q8{ͽ撹5F1ҪkqHAr0Nn*`̡ rQ3/?:#3 v1Dz @d 3=V0 ,m{y񄂭L/ B?v0k T߫ރAfK)e bX:8 X,JrpIBf#r9Av`(a/=9_ -Ne BA-0KTu 6 ~/;.7BP +9C!f/_[+v3A/4/u_uKf9aPĒ%%aQtptq' rA Kf@{DRu0T@O߉C=N-ٽ ?.-Pu@̜5N. o}߿ 0H[3*v0 kgu gm}q7Llak@OEҒSTdnؿwLL0z*\#%p xx|kbs 9y/>Zт_? ./}_AK6Y$c2<! E5]~•!"O-swYw!RA'>,=xkLml\&Xz^Hܺ[c&%&8ްӻ2\;bZ6.uȔsxp[rۧ84FQ3ߔ_0S'{WA-Q *Dh!ͩ7/^H၂M6S~aZļ4r_X&zzo ~]N[FB :$IcH!\{Hm{' ԏރg85^?IN&CDD5{\Xu] lvjX[t3',,Fڙ̱T+V J#bӿy)ጿ ou -|VSm 4X>AaLf>.F;@5HO> ;4nJ3EWj{ܲ# {hI%Z$((J_O-P zyLCc̿Ly8b}ͻ#d>Ώ5y*Qq Dy[G6fk6`(023P(VU4;aW4AfMIkq>}Z2 z 亡n/~uMfĜX8&sGYQaB>D{b; gL6mR#LYr5v4YQ^lqg_-ݯyy s$?84u!HS_':)ڼx+sDa%lR8zU‘,[ͬCm&rL攖˘Y[99Kh]tD "~5)h{}NEy` s}S>}1k+_bxYP:O}{〴!- hr[nt@FJh z&OWe{ɗ ͺ>:Ok/r}m̈񦞩 *>ſmaSN݃FF,DQ@-<. ss|bDWgϾ!6y*i`GW׈o`ԞU(oíyë 'P;F̾24)m;KQf7_uԷiw~ ?CmZgv0r{[ꕋ\L"%ukru/;`y%i϶D15ίw};i3KW6hLy`T_u MRO+tȓ8i |'ެ.ON>l8l)ym_.&W]~@UW|2yŦRp۰RJp7ɬ0u$D9wJ{z-1ԇ_GkmEpR_H~ EVƧLpx9ta@7-ZP,uޓ#h۪ 9SXxl:n*-X&o %˿JQ/?hm}ŧ"uC_DG%OEE YM5J 2B1jχh)P,},gHQ>%& Vlw!vE]8HYo>`yrWn^egO.n|254{b@*Z-6# (Ds?%$fXl{}@Xh=G&[E&.3HC ZfXZJ!Arn3hGHL R0&CY? :@}ЮPm ;`Gf8!l-%j~kܤQ- 5 b5WjBLwvzx/X=>7aХY֗r@4Oޣ IkƳ%Zpco IpHE}%W"1oF :W1w4oL  (U3R=jOk[m}ݾ6uo-0f7L+:5Ȋ[6#?WTsr(pRI[V|{wk܏|\ZfV}K[ZMs]%DOdd:c_,H>=BkKi-0ͦ%:Xؙp$kxl󁓕ZB4WSSc2"[nU7)Ϡ- Z膤 nl8, sDbJl *NpR0mv_N1}3- WEڻo!7C&VbЖhPM.Vl4k1(mջ:A[gH&/hXq<&#G|7خ~ ;dǶ lu+2~NM:U\3-FFjXbNRxSWv+vVJ yo&'ڝ =Oh=ytS-<<֯s }d7zOGBDo}h,I;ܐ KaĠśx=nBh`z7WyU矺B|!{FIk"ARG)cD.}ʩ ?$q;)Ϭ9}0G e϶aRO3hcS Uj.U3_[tۛ|.jc d@We4TO$ ۈL'Y)J$Ԏ?TG4,+xmq\ȽU *t}RB! pv1<*{tSϫv ~jS'_FD}V3 cT.lfc`XR ў3-~BOTy( ,P(Bݑ'{j$7F0`sz!S֨iZnّڙr:wP0S{4^_ֶmoe+QTEȨ[< QH-eC&B$]a+e#{CbmTF[ҟ OViW:I6 ž.V;zD*go~ w[aorPp~% PKti£OM"ӕQ+(ht{rrB:y^#/A";%Qn1mzsYaxUBkݐXf>xLWq褗*c3Y$/~evo89ʑL X*v1L#1WOl )t,-Yܻmݙ #95G =YTڳNp3QKN~H RJ6MblÿC:5(/[ UTgLdD0#bi93aL!. -J0v]wL⏚|dY@l ϼt_9 9эgV&Qrm+.^ggFO,GPFt9Ox3`ܠv)@(-jmR|AZ悲XoBv]3xyY8bܯ(+KeFJ$"|7rPd3s+٧PMmiyfX 2,mi ]ފ5qAT,ZKw7lܥ :'P86 9<~$. q';@͒_Mb̫QI BR.-8?t%=HfYW8p ձT`bWX5jux(Xg'顎 VG,S=Q{r Qj o.xrmxeJFot?>࣒v?>1Th.^\4rJ <-aÈɽ/N-aC P/V{@'4zQ%a9LL'KM~ O)ZY7tF6Sp Ee&i{[詝nES;̜Niu`&[#oNF`oΩ5j{))Ѧ8%cFgeFAXŨ##_Ls')sucM*SwYrMڂ5qLd%+\Eɐ^a !!c(5=>'/?UJq/B`kd* ́y!!ڵϘ䴫!J*Q5.Ήrv3ő5&O#'yI[M<2Ő߰O"nyvҕ|Ldic׮ODe8>x^zį zů8%k5ZpsÒV#sD_ƺӳًQՔ XҟbU [%߯⺤jx5IٽoBZ[:/۱43qaᓳ2\OoӭΆJN'%*߳C:]!#h9?|{=é2'yu=# +9R_e j9ӑQ?f?5nl43[4` hPCݖmWїQVu[%#a04ٞѦxiCrEh{;(>ȡS64Vo֮ޫj԰0 ˏu ɥ|`JOD`m5^:QO)'& ?H'N-aVpE3O"EcǏ}.ŧÃG = oL6&˝k5FQ9.f%Uif&,nl*fq!ʏ;(6 éAʿ~E!~%7}! :6%+\jFi]qz_gAE]!NAܬ?PߔuR%Rĝȃ#r;bQ>FrK]V{'&4g2RIGPv/p3#U1l&; EzԏnoUi/F=yJSXXĤ9tߋB^9FS/U[ xtlPS4]ab?Z;_9)GkZSdK-\hN܅)r =#cxfAs6vʻ׊a&M\ZEiYQf\EcSYRJ%o> Ӹ/1=)ac%v2R,*dýQo6׌sX>}v55LIouc!S6*k}7HXxBORoMKE LjBv'ߪ=,0t A!ʆב__9rm6R||^BQ axL#$vlМ?x'%^\LONy3I('O?6w~KC(@0>mΟRLay q!d~/vݱ}k7<7b8DeSlQٜAP DC)ȪoE.*.޳U2b[ ha]i~5n97{h\ɲ!{Y:}se_ L,=əNVS{Ld*UU.6NrPgx{3m-JZz!ڔL 1 Q\_aR ( #|VR\;Th0  zSU/yUl-&dYls^•gQP\RXʧ a8V v.T62kO@A٠ߩ䒅L^X1mvqЏ7c+&Ӛ© ȣ&8(2e"mlQ +w(7׆@.Z@H/e_SxooZv+x4 LE0=OU e3WiʰxœU#KRjj{ٱ.1c6&S/#ZU,{=^d+K"NǕX4Bb6% ?6.V&8lM Bt5B#zEj_aRjae?a`p1Uc?.mrc{ _ϓj~trBؤ&ĵ6GJ=6o3ִ"n*Ʊg e>u0? ǧs.i3$&NPC~/uU%nC-f1E)0QӝʏLn{Zb\d< T"}McUz'a.M*RrheոLtI,;ϾR}VO{@D$r螰N 2Kۢ ./q:dGl ;ƅzbJGwIL^)k3u6kv DZ֒Um2H}Y uKcZPV!("GXVL9* VJ{Y:ͬrOo˛*!ٟSetd.jVͪEHRvrԤv/#j.Ue_I@ᷣsBNjۿWρ*dNɧRR)xL6jh?p7{#EAf%nU1Y`ښ]F~W]0ٟC+ n'K`nޛ:YneN/h,5XSMo'6Goh)%ɮ'1m8O VHr:-Y-tSԊٕqŞg3Ccinktht%b|m#;;D c&D`s&sE-McjFQ6߾#K=S(íHXwe si8 Tq;mƅa>PLX6'EQ]eQZу,"0tqNhYNBXQƠQ@]ph, Q{dQN&sl K, B͞3H^pSWZ>acbU IC:oIL1Kؓ&t9=1W0ahVQ4ʙpgBT'FcHމVpTd`˪[}I4i» :m٨Ł?A"H3Ӂvлeɇj|keH|ZPԑT8ObV> ޣA+nmi"' 13;Etoӑ4(s&2}%5IlIVjaU̘zzey$wY4Rګ (H+ qA$m,WH;ct, BZjSc^|vSA#^oN^Pp~uԋGw[+}vd%]>mONbC&f\¿L/ff%b6S.(eJNlQ/Glr8%8"^KƇ|tt0:3%xRowJK81Y"_;LcxS!gðg-K"<ʏ*6doO T |.`UDVl]QJi܌&>\rt4bFK\J]V#3[~2{-e G)QHPiU tx 9q 7[X~"(I llnJ{~-R[-0BOB]ٜGT-#)!bg<-6*2|/=*τN! ( Fj~j 11~0,(nJn~N ^<q%}ͷpnȎ,8]@|rOil <,˭9 )n+ մ6~-P~ A"s?n7OЅ X9@ߚT64;HI㥪;J:,8OY \v_uؒΕmPvSˤ] / lyii3r9L[*njg|V\ž bk1aAXKe~RH{$i3癆_y:c+-?Pa5ߦm zL(+|F1rG<` U00NJDCM)_Ph:vuT _/]T^q촭'vNl endstream endobj 1739 0 obj << /Type /FontDescriptor /FontName /SFPRLA+NimbusMonL-ReguObli /Flags 4 /FontBBox [-61 -237 774 811] /Ascent 625 /CapHeight 557 /Descent -147 /ItalicAngle -12 /StemV 43 /XHeight 426 /CharSet (/A/C/G/H/L/O/P/Q/S/T/U/X/a/b/c/d/e/four/g/h/hyphen/i/k/l/n/o/p/q/r/s/six/t/u/underscore/v/x/y) /FontFile 1738 0 R >> endobj 1740 0 obj << /Length1 1608 /Length2 10605 /Length3 0 /Length 11432 /Filter /FlateDecode >> stream xڭxeTݒ5 ; 4n][.Kpww Awx;wͯk=ή]ԏ$URe1u01t32L\]TElMFNJJ1g3c1،if 7؀<<<@1GOg+ K0F]E_B&tR:8ڙك!Ù`K3PLQI[FA H#27s6*ZrV 3{3Z3 \ޱD\@G353_.7hll~heu5oBvw0%  |Ϫ$.`Kc_]@HS_%{y]`3_L̀V.ƞbeo/ @g3 cgS[3ww쿺:zcGG[Ͽo;.fLl9AV vSW̜n_3CNhjf~O ''5/ZV}`(kvVMj"6~oŻ,L,0ZHZy*YA@scmW75s7{6Y99ͧfi\<M<fPWmwһ`5OwbQuz3rY ;7`g+{, F`לMG? AK!730!,/:Bӳ2_u{Y? :~W+*vO0z ej}m\8v|ٓ5܍cKݕjv%)@_jlPq}>/ Ţk{\YŠh6ܭ VݎQ[x|BtxwK?248uӳGHOgrL 4rzqgI 2=P vS@!& պH7MTs(Ta't* uYqnmY $VSGS`wYcGH($b^粤kO~B 9rkr>%εb.rh]5;# T7&?Tkw^bh酳–y I:D u0W~&}xaqR6 sĈl1k=-N=įAuc~[+ӢEq'>U8 c<%nf&+b(K 1?\ XPF|F堨T# qtrmMJLoԬ9_-!"渣ח'=L#zc4Wh 6DKu(y}jT.I͜vAְکFQ{ EI=:cZ#ܯ`4GF[t`{% w xּ~ Gk9ET,G 7AUej_d!Z<%K/)yoyS]o)ǻdH1o o0۫lmD,kTqp+9Ũ9GCH¡B __dɬp, I"y̌j_ DѤ狥ؗ-'M~RH3BOⶹt y]1Bɢ߅V1#J7ƥ\^hHT^]w>\Z\t1 Hx6{*HMA3K4BƇ"1QWW҄4ncS:u#aIpDoTPHwxSi/뚸(4]c->᪨vy,~!S9@7*AriJRm](ĘO<.-O(ʉ{'Zw$7Fk.z)a*%"y)5!Wޠчܷ˛njŪ8tϧaU ϞB=(s׀/ЗpG[ \PnnMNy$);IvQե&M,JEóRF/,1ҝfJL놺llIȗiXV74t &{ƑOND W$_,uαO:W3F |L/a,{n_>nF ÉSI7%5Cz 6{Q&bclô]bXbŏD$4O{K'xwHaNO&G֨x EEs>@/~ R_񙛩;"JoGpS=;\G ;R}$;؇FqEUI`;ϐ ,&;+1?5&,7J38u}&tYw0ֲ!r1/rJq\ƿ].C6X"pp3C3QTz?\Ԗ#$٠{Pwɫ~"pEgT򧷫?\=d27$ˇ',tpV5-Zӎo`%>w`~$ ;{cxF"Y2ު9ԓyx"} 5|u$~%{jP7fу|N~Q5Tt=jWFX@c1-2.D,Wbx 瓸qyy8y'b٭tQ?VJ4< cL%4#!3D 5Y:-fR-+B5cWY#žLASԷ]aku8,vޡH?#|G\vTH՝n\}F"NH6]yT|ZiLME+ua0 sgEU1 &xJ,+d^Fv 8W@$bȔ_ShNw<UO0mT\R4C7%DJC$/1Lbg)BĞ Xo4˩~6V3E1W8za9f`uVy}{B"ȴMBp^?M> {x Pp4Խ{QIH2߹P"OVsCQdI٪[9Yb)v]DQ IT1[#q׎jI4ŭIc޼(uXSF[jC> WԂeo8@\o鞠t-iC0=.JtSnNP|Ϯ,ڍ l.} iReT5ZHz\rNƃ LV [) zeǥ&Tt#so4(7gFlYpDMh٦ͷ7T@?6#"(CSR咋h4~d]l1}J8 b|DF[EuScݭ? %~>in vk* +\z 2:@QДo-]`=A [8O;B"+oҩ)4?>lּ XAͽ9_-&ZD,z"̭YG5S"RyimǨ N:C}-o?}c+v}=Pp RYVyT,P;eG_Zk8'ު=KhHe9 ʯ9wq!$iX!n͋ nLZ?̈́'+AόmUa\W6IB"NrO"h}F<=1`m]/w3D8x9obt3OeB|SNCNڷ˘̭YԲ=,nK{!M0يͫ4\ *Rw:=/Y`N&Gʛc6.Z15D=F౪zUkLt0s(´U!ߩT>E" Mt)w9l9F[#SA$.{v9ReFQBH؟@久W,2CV,e״dFh-EK0[dP|9I-a0SB)SdTI<ŽO]h: \nlMU {sWcg"%Xs; I|agŪ&6O썻%ųѿa2^̈JX؉]%w&9Ʒ86<5_Ø̥ӈ_jQjH~k:BUsBZ6\Foesd2&E3!oƴˏsTC-%NPmWV8Ģ^ % nFN|UX)#Ilh~#`Kzt}O}' D0#fv{Τ[l:lN]'%4xq;}y{TcWVPs) ǀvv3k8PuT? ^>8Z}caw'1#iaKiaPx 1W8} ,؇K\-NSnć0Ixڀy$-Я~37+F,'Ĩ}X-(*A $dCL;V ꨦp|/y1iwޙ: WLn;Y2UOao0lVV#.x)~/6*cͿ5AZn "ҟ6ҿ*ՋtM"p,4ˆ:`W,-['?8ZA 5;oCN0]]=a@tv@? zzn-MZ~hBv6tP$Ձ!#j;Xеpɢv9(l*;!Dxe%= \@fv9Xw"izf4Llc#i#=^4 H5V>o|Rʼg7Pl`\{3썩rܓ(7 Or7[F03>MGJ=pmcRmN䱬:R/h IZH .*h36D5A{s4N (|¿&<:Lz)f,iVE6\v8dJp9<|bsSQ˨ҊgtIJ4:'oj~'9ŮkCNJ^-ɆHp@9=h7Zo #--Vz'WNtghXf0&^DJx|E.BVv,Xva. 4B%ԓpWGDwfv09u$2BruL sQgw˞T جgL4QpAhS؉) Cq-X'/x/FAFp5yVY"GZA#{o&."|/= ɉLՉD9`$DFGMUqd,|$)|HxyT Yi-v DأMŶCR@-ͥzM sі\m'V[ov ME ϜH7ו#=1, :/l#ޭ'Է+Q!ӓb]Gx㹓_'{{@ciOxO=VLVeDè>%aDśmEE~yky|?V}a>K3}lq;^.гu#vKlc~])gD/҉GY.grXAho3'aȪWM )VR/hȬ|F5{w ǩ Ž ٙ)%gc Ÿh,G.mQm_>e1`5ߗ̎#-c x$ωϫ$]lj/ݗ,֐ȣC2iὀ pIxD:w6+}awI e <|!WD['oybEnɺG*@vRtto^ LثCɇ/E._F4*DRQױ91=mhKZH&%JEif#{ y?:ƊN qil1l>!9 |rNs:4+5Y9,u+k dz3U[ލ&d _;yF,;+75X5@O~Bׄ r7+7_6RapP HQťc@{z1 ]QV=8uK E'ԣkB- s$v|ϑ9G=m-fXj1H /NEJ9`2lMJ-= ’.z_{4(/~9nGsxD] 9ZEd#WwoZRgeY'L/M!j Pe,\%K-)tC>#ף6TE=V+DSk\*u^c'Zwbu2\AcNǖ n<|،ҋ]֞6o% ;, KCw;y;D[W^埝mJNj1ARV !kb$pupuVr'R\/!,^6;&i`^qDFp ˬ\ӣq)l6 E*3)rL]&)&6JIƎ`TpkQ2㾱4IW |[ݜ`u}8๑;$0d@](SBqze)@ghuZ=ǗW̳Uأ믯NTk2Rt!#~]k#k i7(:׆ߊV%UulacT1*2Z龹eX߷ҡxmoߐ(hZr "ٕ\XmbrGݺդ=hcyFwӔ7"0|ɋpѕׇ|1.hMJFD oOdOVOO`qGUO3UЧ0c ;yLCOتъBU툗S{.77}Jlh9fW_2DDv$:ɻrzu$Ζ|:.ny>:C.pԕ=0|D6EziʐIK4'RkB~G>k/" k=] D=>Dw(Mx5a=;oqws^րb珤 X$π{vV^HMȩbOOC,ɼ 5􃅲Ctܜ2q/,mKןan=`'T򔈫fm4fVDv9ZVɟv1:Fj'eT %)\m³\5ԔpBZV/G LE1I%ʹҵl)9]Yn2k |Jo(ލc/tC!iK)г$5`7Ywhqf(\vri'oSj3MZ쪓;dzjQM#z_t6haqbӿ7e'#Gdl"\ ykD) rc9Ѱ-ț$-^~W5N2jŶA>=_: ir&݋liIf[hӂu,Y{}jJY KC`d.7B0[>!VvvxYt k_6PL DȩsFp+٤ endstream endobj 1741 0 obj << /Type /FontDescriptor /FontName /YVQAMR+NimbusSanL-Bold /Flags 4 /FontBBox [-173 -307 1003 949] /Ascent 722 /CapHeight 722 /Descent -217 /ItalicAngle 0 /StemV 141 /XHeight 532 /CharSet (/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/U/V/W/Y/a/b/c/d/e/f/fi/five/fl/four/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/q/r/s/six/t/three/two/u/underscore/v/w/x/y/z) /FontFile 1740 0 R >> endobj 1742 0 obj << /Length1 1166 /Length2 8470 /Length3 0 /Length 9245 /Filter /FlateDecode >> stream xuwUX\[-NNpOp P@AQPxp@ X Xp!X%Hܒ}s_9bc3SsB|B!gr*2ZKɴQGjsTmTȷ RJ$$(14G 2:x,og4T}4N*I #]Ƀo^b2TVarIQ܅j@1~t:Fn~n5iU'XЏHux=†֬LBk[αSS Sl޹xTW&CĴ\-bf t~SZf]+cT_\iw?w&hz9B2e1ץ5TI.ȵ]kVImNRE2֤࠮9)X{,y*hĥ\:V9h@g+1=J|q \O=NI>9g)kr[pv;qU,%Y?Y"ԥ< ͸AF%3+hTwT{!&lIa1quY䚗^$"/.Jm2dutP_rԥ*>2i 4AmlSi|%-E\hnYI:d GV PۛQoڥrQ6Ԋ)jLaO~,M} vҹWP!"}/5[7sh Yd!?2mefq|վ!>iwrIqLrm);A^i~DOdU 4[d;}@o}j ifBgAimE%ჄBzzVH7*Щh`[S?T7'dZ?,L.f÷&frm&Ivbnӣ9 :ڔu/^>;P Ya]B!]T ird+AE]H؄Qpi3-yQT=?2vHmG~Dg~{CME)C69*3r gݲ|WN,:cLo݆q:/L߲>/s &r0EWРվ"2}Ƒ?0{I歌&ნoE@)PUlэд.BX̏ޟB p~1ˎtjWճhq.9k ]E+@zSz'u;y43,FOZԂɰyN@.L iźEfoaƼKNɆ`]=;%!9F 1lyO}Ա` .iD.7J?dGe$+j?ߤ Z0jHS]aslRAS!U;}FS2t|N$Rī> .(P $4>;EV,-tIPN13gU?V{G*K#ٴS!|e˻ #;FÔE_GogJx>PT1Q꒺9@뗦?F#9 y+i}v&z[Jcp=FWx%R)))fTuZ|FE9oF 6KT%}eۖdiؚ9Z9ҹqfv񠔈@Fz_&JDs*gY,| T\0pKxb~>x~p%Qu]DPUIoD"J]!9_]7B^c{2㽐{>I`HKP ynՖwષzi%~x,MKy x(.$ӫ{X:{juJ!ԄC\fϘjG7A T\Fu;EǐV2϶vZLIz 9ϱ㚈c%00 vMTy$qTϒvoJWK}3E@.9C׹XdyZ\=EJԕ!=l8}x:+dp?×n ؅?ޟ7AOj%)fI*'Yve.dnvԠ[2.E挔҈2JozrZγ%TO??df"p^IWE@^%8xHM"G;L!4eACKwy=s8Q)Slڭ%rv(CwXg%8ƅ>fus39߆U +^Laꆺֱ!+4$v>$7Wubf _a4KuݽL|K- 9iogrcma'o; 7nu&c 4]:_ڧt1vij'cpE1)bIcv5ԜZ{~ wIC*%L4)ʍ4Qno EJJ^,,E' P*~Umd\ґVaZoM \`K{![猹y5jWKN T$0G~w>^|$d4X!ܭϱ?A܌bdJң!zLajÿV,x9-fCGᒓwX:^'Ǫ.[窑c2ᙉSM(&ܴcLtYiq-/ 퀒TEL386H!(`?j{p\;Xyݶχ&_J5܏^~P&5&-+%ztnLӿtaC@x[0NTM |No~6#59A{cޕ?A<|&l NA{*צ!DMM{7x-ζ]Te` EkhUڂL#tj^YdAl3|6ܽQ#&*&X=ManR Eԭ;Ej33wOs/#DJt~xY((NODv죸567jq2X8g oIPn; 4Vbx׭OfnYd! KTu  v:]U 73 &,JV^ӷ+KT܋z=*<}HTwÍ{nQxbXox9huDPάr| pBKög9e &*ҏO4ΪkFTּHP|OnQ\MrX54^VOK,I^ Vo| qrN3+ӓmblXqa(.𴆸++VE6ĭ=#>{-[%(PDoZh~C7Y$i"zeK4>|?2tQ+ō-QDQ8sS3ygj$J_hׇASDG称„_=L&:rCfN%=Dj櫹J4a'}@m2+H⺛Y[O;[Y.e& e b^&T 5&[M%~2e>ws Ȅej;t9`Zz\/0I~e\I=h_Q`QnVquz_+]Ԣst{hnk<}1Q?$K$!RbH,E6>Ew ӄЀb[ih _}W2}|a5UukVBX_u_n3*R`ȋRۣr AooեNF j9> b> ?nUAyWKuq,KAܞEHܿ ؝C7v'!iڼqK}{_e6qo~ƿ,IeZlk}=ĐC4l֤ P`q_cW!&~d(XQdce˽АW5 ުIjk]aY wN;#_Lp>>V%FG\TS|ykbNVfu3>z J|Q`1p_w-?hUNwUdK>wMM@"_Fބ[#y_nk"o:dXC*eK`a` )bj$r9~c+,B!!pGID2!0Ckxlb&ɑHg>ARMm+~q@X{ȈoV8\I+}\g$yhMϹ(oQG^'cyODU--[^ߴC/#O^4J5voE?4!|?9!}.Uvʪ"/Gֻ ]mn,d]Ri`{SX\\qN}f|uYdE5Z!U[hT>dkt&fG &Ի.N^zI'& ʿKׁRpwL@}y325\'BۇHFp's{w*Uk+Jԏȅ9sԯ6";1gdl( h+ IE 복5ӼG^/XCݧѺOae5q`$û߷3_6?)~/H*N[|\@³ƌV/TiYb=h0*8o+xuaHɓS4yz ls6fb F7Ko/x086ORuw*#E8YR2,h JuˇX(FڋyzhU{Nx UyMZM=\CqSs!Rߤ1N-݊8h]&Itf]nrCdѻ2%Ϻ eМaa+~hJБOnnqTNOYauRM2=s0D_=f>DW͇cs 4vA8tNy'rloҩȗU-=na#{Nq؀\-^9}Ƶ}lhdWnW6tCشmVgi1M Oe5 ITe% Üd6}Zu:5BVev`&^uoYe1~!cW2꟠XdQMin:dt>U2/.Mz̦x*4"F'Sv׻JiHL H"áy9 ӌCBPbWN73A]%'7}ukpzzCz2_cMpE@c~Cؔ$!0 +P@d'! iW7>!]`Q sET@M*ğk {p ˑNnX$ n0l`ׄ9OAwE M ˀ$n3ՓSCT79;#Q\ k<Hƭ#\+^䣗0 J)v ! U7RoI귛 ڪo\Q2lהA74W,A/-+J%$E5&tVEvK0tӢvQP,Y b~7/8>6߆wB;g(ڶl6"/i%ZTdagZ\I+AnjG"٢= T9x,hT7D|34EG.%F< Y)ug&ji=kş]2 l?Q1n8\*5@P'Q f |˵SjcBU{ .XDD;TF#^G_q9U^xcE?h,G+(TdD9λ%E}Α6p.*32m];8nl|n'`+߃oV~\Ld4<@% 4HMEh(w|W ,ih2 pGR@dwW\+RO Gfe~)~&xWQ3P W 48yg.h=-tOpV`R~/֜DH9 qWa&4pL@V`QI q:"Toq2-mϚKdlZDY{N ==A7j<lKgcI{b{F:J'_iO jzNu/~~i ZJ_-гCU z^GnJQyݦYjC`SE(4\$~@.;}\h_L.I!Ed;a]r!F%nKؿ[1 1H˽+ G!um"3y쁪6Ij ^Oc!|#0AFmouv1r898"yۙ\Dϗ|tfĽ V}C$nq.4ExkmU )s{Lxfﯟ [lqJ&z;č:mM+8l[hy\ɳKRr1k]-{Ν)p^9(gGW`?\ۖWPX9T ٦m5qbG _cw2W [9F=o3|[,2:Lu[}'즶}Κjģ&0 gpCreDM7Ӑ3[+ƄjW|͠彷ct9-L<${%X{=B~,cǵ]8.qyV[%ϐ5e:@D4J4ݒV4%82L01pѱt |g(~3`LD#>_) }'?\AQn(I AC8}ȗ>@ġ?^4b1`<:Oov㹿,w#pEXn+C.$m60UC9v:ےT-:{ yNϣ7tlpVb`@NCBRQFe3+̉ \۹0Rkd_:sᛶn$Mf+#;H+eSꀥKenҷB~ A;~vC8U29\2D=@u6;nm6=l.2_^Jxc:D"`~*+(@-OFl)[J2LNJ'x;h2/b"'F!qpطfN4:>]fzl RBp{^/;a?'0N)b{}Ia8_Սs麆ڧS\'Ȁ}4 W䴫NMgaX6N]Оb< ^z\\/Eqei A_iU~ֻr&t{3Z?G<:h*Ds|k]-=nF,W+;#l46M!fH1G֝ߑM}7͸FY7Qbk9xs< K_+~M: endstream endobj 1743 0 obj << /Type /FontDescriptor /FontName /LGNLIY+NimbusSanL-Regu /Flags 4 /FontBBox [-174 -285 1001 953] /Ascent 712 /CapHeight 712 /Descent -213 /ItalicAngle 0 /StemV 85 /XHeight 523 /CharSet (/A/B/C/D/E/F/G/I/K/L/M/N/O/P/R/S/T/U/W/Y/a/b/c/colon/comma/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/r/s/seven/six/slash/t/three/two/u/underscore/v/w/y/zero) /FontFile 1742 0 R >> endobj 1744 0 obj << /Length1 1199 /Length2 3288 /Length3 0 /Length 4042 /Filter /FlateDecode >> stream xmSy99ϑۍqT3As"#[(JvcTK `ZXn99'х@,"L/ D!t43bOG"Ib) "0 S"(@;d"z?gL$/PtvpQRQQeAP(;'dgNl |1>X3 Nƞ F_7n$C8 c[=YNs]iby>CZvo@1( [q|d.!UuJkqQzݷMx6*ti"tENc>D nJݬ[k-Vn3^L)U\P|ݭ<. {ɻ]LQuSp_WwX͈ptʻ&X&UXEI՚+4z }yM$Xf1+3^nkGq8;ťRV!oa`#$8NL1ʔG,Pʹ#hbe]C&WUsגQ&UBUIKzo"6xġTzxp#W`("{QC]P@O?=ɬJOWːhZ0~TuUmM|[oD78y"m6kLCr$)jcW;~+(s,|׃6xJc[d,ӽh"ZlGޢX}k%[?r=J{z‘mpO0xޤKf1ea|–_UW?I0V?Z:-5ݚT&=ث=1Ad֩SoVz{>N6 ^^e.=gu 9L$.8DI|々ϥØbt$eYȕr r&eί#Hl3 w;3Vl2<0ej w[ea ]6%#su̳'L aѯiH33a[>*ţ9(toD*12ȼKWw+Gt?+ɬPhnӜpӒQeLnt1ʧzq.O⣍% *e`gYJ `PpKK \smj i.4r‚ѭm)XZfQfBOW-{]P5~(|: M1e͏&u&9:TL#2I8cٛWh߽UL qjMރiŮ(!s՟w9n뒊cKD-%)kM`0ׅjYLD#G#pelhMՠQr[Ͻs/ۗ<6M_ylyޥ؂tm7ƈxQ,%J+r 61n6gKju[iF/ &Rmf:Qrmkcn8*/yTݜ}&JtW% \08Gcrup>, W|j0챴~N3aSs}aѼe7㢦tR4k s-$TϺ%7 euƥx'VPxzt No%spu8|fs檜;`JhЭk&UЫ5(ih"3777YH) vg& w >ɼZx"~bH4D*A!m֜<eL{ȍ7!Kd`¢ ' :zSݵ)4Iό:)i.׭fz)( O~ۋ>s\y¨CkyzEE1\Ir6R+)mqWRf%𮹸9P[.ۤv|$Wt1Ӧc;֕E^UWUͩ+OM%(X h, _"5W&e\VF,yG9p6!Zk-36ëgZ:ףm)j39ħ?1Ш>k]'5[`'5f?׾i۫)y46$)"EWk~=u UW0R|/7\3 %zO&\ g}8lw<စ˃Ml YBe%tҼȩW޿!F%7B[~^;w ؟ћ}fܣK^;Y|g)hH2[H_hzpS[.͛Lgxbi)7X?LĻ endstream endobj 1745 0 obj << /Type /FontDescriptor /FontName /MBFUFH+NimbusSanL-ReguItal /Flags 4 /FontBBox [-178 -284 1108 953] /Ascent 712 /CapHeight 712 /Descent -213 /ItalicAngle -12 /StemV 88 /XHeight 523 /CharSet (/A/C/D/E/G/I/L/M/N/O/R/S/T/U) /FontFile 1744 0 R >> endobj 1746 0 obj << /Length1 1626 /Length2 8057 /Length3 0 /Length 8889 /Filter /FlateDecode >> stream xڭtuX}.! -%(!9 1ҍtwwHww)R H H|߽>u=ZZ^CC 3àn 0@ boW pAI6C@`PY3X Ȃ-<<n!!!& FXtް ?5N+(lsC!׎`0a XBu }E5.@ v  u,ap ) K `pr[@n`?08fPc0ja Qn ha{ sB8Y!cV Yq"r;A%fta3 !2@';3܏`8;AVB[Av`'0t_u[fvy/  3+PKo9?u.`_ b33 @0;T!SXw,}$(orߖwZNq1#c< ϡq\!v/ZVfNa)#-\@'yAXX,\  P#5U`( <ijbЎ±X}\|I/-kڟ#W`߽|?248u޳M͞$bF᝸Op7_Yܣ߸8 8;(-cA il>}osU/UEH_j:WN(85"Ťїt_E6 BF]L psV+VT7Yu!q6^I|zڽ:@$fR$K% ,S415vMqs(tov}_^Dzwou>#jR@wk9lDmk {ˮaNQ G<TW̰|gM1랸 饘$ku#Z 2a5M:,u`_-S1J6wIk/s9e9tr7D f. 23E{2&_/yrKB}HF(pKŻ1}O;? )1_خihrSGjPfjd'{c]pDӻ*ph1\: !uR֪M|y7~ƇRiPkMD(VF?an11rder1M1CwT>̌w̚9b3o!ݗԹg:D^/s ]s߆9?c$%IʪL TC#uN6P'垮lORxw1mӘ爽sf< L@DT*^"==w܄s0G 1&5dU! u܅΋`/{$--Hl3GwKw\q \<ԋ,aNvb9vֻtḞDs]; TFw, U'pY݃wВHIQ>9U0XRYQ׊Z xjɂnbG 9rq#[]VKZp(X6TX|H+ljB |f3lSϰ owQ'^n&oSe~Jhz1Hr j9PaY_AQ~3G-4+ >5yTb)Bc:fg:TT|^iDIM$Xsx.~Jz]픕.ۓw<d\Pv/Ew4LhoIjlV! ChY]">L g_< bD+g[=?&V}Sn(+8I刪rG띔b&lߑM EMw,e,ZZHq>tn\VovB88P艙.kӴ:s}DaR`(Z^UmS^UȤBmE($~<~㕓h=7/;25&&G1%҇ NE?.:oQ)ӷ*% aMLsLTt!*QԌO46˞)0ګ6kaaEie"~Iҵf*n>qG5ʍt2~E%!gҰȽ,vbS9/H>o34q^#`ɧ,5>su+ч]O\<ۂ=ɐj;]l͵.;;uCC`e̠I O ő`st"\Q4&ˆۿ-d$ )2kNһdJXR]Y[ˑ=f_tNSNAVF#DfKYTĕ8)=SGߪxgxqCMVO@Ώ_CƼG5/˰rO˟P$UW 9&_};i^&4 l|E#YI"*ah}/lxz`,y܌ܧkZd{orL+j _޵o{ft)a\:hD MT_v}?d;VN1(W*Eb!hsq#nz8g^#G]|o|B~9'v ɡ畚Y"ed(שyh_^,(e첝[T:e fب &gxaeS]~T~FGhє!Q*l>bIRuD %qp9A aMV)kF^K8llbf},@}ѕܠBaޖ7Xɝ3L=;γiuq|)5ni&EȱC#3M^`A}3}S/+@r7gxSjձ}>UK@%fG2[lc8E Qhgy%IR;>V"Ŝ))Nm \ziJ${},'+1*D, 8gMN*})/& MΌqd,j_g▜86:0m8BOVKFWߡ<8ޒJXzj&D^wC|wS/g텕vh&㘎WG?M/vx}qӏpiHTi$yg{Uв:AzjZLdDmM&*$Ä_Kڟ8ӈ2\?K L"8tmJ̈> Íض;8r鐬T=pQu}CRG<d`z&uFM=[speK&zCmTOI۠u|cρ 4)l5!@Xn{Ur_HFc{+ߙdtud05mA)kwCW˜V|PCf-jir/I? v8hJfl<`R@7X{TKS]y%xi\ddej{'hIvy{Nxd"fǹĥjSmqWwGkabb1q9(nS~K cE1]lOݨãNO(]s!"~OݢeԒ<!V7ha-} ͠6rX ,ܠc974"6[|~bN~jYPx[*(j{4d@ ըlի2b/apxZ9U~m*HǽU[o\O`!>~yrϾ 1x I{K8e0"tUpHWmCkj6$OG ;-_.$w_k^Uшj1&{&zؖvVJ BG{GxNaٌx(̞ʆWXxн7NdP—$l4~ `z\I9':پwh;CnRY2أ$oyy
    di!H!.p̘F87|Ô~fK˝|ѹMZ1{N.'[|x[Уa㼉?D/`Ƌ5ڧҭrDFb.Hl4f͒w5 Z_̩1mx!ʏW+98_k4+(+u>) 0R%%KݨGM xrד_wΦ10<;h RY]l7a.uVm^7\ߝUoF2-f}srV"~hg qM kAzNu) ZN ;(`yfaI0orÑ4= l%ft .&EÑJ`i.ĵ2PF0O$,΄9ݓٻ-J[!@L!И92AXi]U#ɽX ]1)ASH`̇T{B/S?j4"r.NR]ګ&m p_k>,g@k{Q07+x5KmS]ɖ|{^s~lZӬҩ/[qn ׽*mtrg̜!8jˑ>pœ|Ѣp\ےA5ob5r4 E >_F̬HlgGX?ze )aS'>jm/Dfh;idQ𧀺V3Y5qE}&&% J#5+FVx n/I3}>N<>e/~CmӀU_-~>ps| q:Z>ǩqϸtU3ĴA'Ѧ*6[Tw>B[5 ?uiM3 f[HS# ŏ+)y <cΰx qmjrnn o=\Gs>-Fet{!7k{GrKn۴H{|jrɳaZ8FbBFd,r1?XnƟm欭+IJ#̭Zޠg^A?JZ_@@ZC9^T 6# K[K#>XeϷFX)yu:{|)?q&bB+$馥Sm$IJS@È8NhԶeNܜ]cj49S.bxY-Lʱx%u2W7홝LإVApݢr<ʂ %nb1cp\R2 @jqCmM\^opN\9 loJ4+ЛθeʥN3V\|)t?P↋ 27j^yـTfbǪ#eP@nu*#CYVA5 ӧ9J"Y-l?r|M}e~tuIb?J^FqkK!&rDdLFa&nQ3,Hn*NٍO'pbb%'‹orǟGі!XFb%{'n(24=Ñ3 ŧJl&/nPaԾUañS۩Śue^TMlə4裵>;]pT+5* Av#k~&m''`@ZKjeB4p !Y~]^FIH.\8$cψS삓ȧq}e-BdqA!kGN,]KX>i15 kߐnصδ_/%AO8)ڝLW=--:0>'{xhv{T_ƙvY}WBBƑ:S~r"1m Ұv7R7_fG@+'*t g| endstream endobj 1747 0 obj << /Type /FontDescriptor /FontName /RRTTTF+NimbusRomNo9L-Medi /Flags 4 /FontBBox [-168 -341 1000 960] /Ascent 690 /CapHeight 690 /Descent -209 /ItalicAngle 0 /StemV 140 /XHeight 461 /CharSet (/A/G/I/L/M/N/P/R/S/U/a/c/colon/d/e/f/l/n/one/r/six/two/u/x) /FontFile 1746 0 R >> endobj 1748 0 obj << /Length1 1642 /Length2 5441 /Length3 0 /Length 6281 /Filter /FlateDecode >> stream xڭtgXk.Ҥ { M:H@H JޥwM7D@PIr|:g\3=3=pE ({: ԇ{z\Q"zP\ F  QHU0zhU@II,rA0@~S#3!!-]>BpG$E\H h 1NP U @Z@~ }S Ecy#@]Ph !RnP86 u ݠhW:H 0( .kFa=\ x8n 6+HU:1N`p, D`X,Ñ@ ;={!>X274OpPG0zx`iܿo>{O4׿kc<(@BG~ϋJex \  0ؔ@ʢ9GG}VD kbw P{x v#|zA*Z_ UGD⎨_f: 1N@?vS$FP$. ĝ ()_LE%l? D`L|ܠL72'"-EDJ6PVV(+};g=0 ZK}=B0~h4V? :PrYZTz$_G6WңVd+]D6ݻjr\a@u?-.#*f[Jm;RZ;C#ے "v)4@-n;qhk yn y=ؽOػ""Gřy>lp"gHcnBg|:* j/3[H}i -5[;uR%= _Uo -7ta\DCK,+0yRu X>_fNMkLAem'>ȭ6~uD%@ii-jFpO&h jX:yΑj| ӖU{s5v1BEVA je`j:,?TlهGԱC9iB`13V^;sߗ3d)]oO:oovϛ8t].>V+\'/TzCV"l-tG]n[$J .QZ3 NMR \5^L7' \LFso&3fr>dx RE XRrRgYC]J?o,B~8?1IjEDiQ !Yĥ+:*RrV1iA5e ?tM'z @hnb H}^.D0ͅj򖏰}4z^`b5_.T'r;osFr6Fg[ގ ~1"0*̣%9gj=Ń$ڈ]C3Aɶ#TbFQ<'nw ]4 0{ҩG1cxP/LWZGHƒaRo5z/nT~5)FayDj@̀c_حc1gX "G}h,*$>EBCa|T@"O ̈́'4kgM6c6B* nWX$r>+:FJ>@mJ^f?$[)()L"w绿r]o\?Ș J~$^T63ڟG\[&H6wrdgO}0_ngYBF5@[9yyڐZ[F{0>Czjc옸Y=w8Ғ\w]78Xs@(PWv渻<3-gcU1W'aHqn:\}[A*xIMtzzypO~. IL)?N#El\U4Ӵ]Fc9δgW] )~=rJ1mRNì/o5hb| ȸQ1!/Vv|Qs-Ü͠55ҭxj/;:&/GZxXu.WKj_3C2J |R<;y85jhN!Z׭o'ࠑq:tB爌൱˗PBU~Wu g2ID_FEsr8Dއ~QwآRR"؟)nfǏR&%hd6|ViOrM]wRNkƺf5d=QRҨSx GYʝ /&-^=ÿ́Cnab4."`8 r0 TXxVN9iXJ>F6PE- Wc|9rÇ.!b4BBLIs؎ޟ^(e>䂭YHOYs^Z*|[Ʋ~1;] ]Xtol4nDSt.MEo[kq`{W-Qs}𽧐Hh;晗2sVrAO:۷1I; Ulo\Hy~@=&Ċ NO $!&[[B zG -O2]ķ?Nhɨ{yJ]6=#MԺH iR<%PoewʝVR1wl$ֳ؏E qtI`S}yKR RY%kCٍ#6AC!Th2g e<?·??;ɑf#Fgd[Z4,n5w\Te ^Tfl.+{;>[ZP~f*ߑѫ$#l[w beAX%_B-m3.ch\ gmň ޏĭCElb(g_>9KRK&S|:7=v9^VɌiΞ>5 گE3ͦ~x`޳+b^{ۥNc p]z \7#6b9cܮhOq[$09qrb՚ T⧠ө6R98aL"A-JS' Ž,rLBib>1?I(cڧ V6֬w `aNKg7|`b#E[~6`~G3?;?,WYsi8Ir5.ΎO>J9+uI('&w/n#>wwLػdFo8侓Z~RO{qÌ2ZX,a4=J[ˆ噼P`4Fgڨ iۿv}Dd"9zIq^rt,{W٪Pk5?r=maM &ZBN+Kl)94́bG\ ^DIYj?uNTIKMsmL xQr`L6.>w!HkmrI_&p5vFD-Փ_$j; 千o9Q;Ir?mq9Vu.(.䗕QyhY<㭈_-0DQ*$" @0SzӦ'xō˿@,AaN 4h|!~򾑝k)@JlPa2'=iѴ =ݶ9טP/0zإm?c/ٴvQLE)8,V $Fmjg9L^2›xvթ=`ڶHݲͬ$RP(=۴a>K_y3խ7&/KyZmbSBg-?cX%< &xnm%cWtZ1|R|{$u`uqYg6I<+gWE:BsesuO.޿)c濮):&][2z%5P4q+g.{',>:u]ϦXz؞ގw4b"G-*{f9j1b :9f"[qݲ4f ]u덷*_L.Qkgy,*bָ'rI3MXGsx=*,l~q=J+z\t~%]INcOyVV9U]j;dp@8O|tQ@t]Xb>4>XK]}kOռ ޖXZ0i銎,}fcoZeoY\HJm(|ysDխ?p6s┪KS[p6nWs~7=?' m3Q ~v%&b!k&R]LnhJaʌsfC NF[iI Pi-&.s6Y4pe<;ulUkӪYZnGbJ~7<۟r %;܎[9 t\Qy{L1d JBRbl)u$D4$| ibP4tyW.;6 hϿۓ endstream endobj 1749 0 obj << /Type /FontDescriptor /FontName /CGPEKI+NimbusRomNo9L-MediItal /Flags 4 /FontBBox [-200 -324 996 964] /Ascent 688 /CapHeight 688 /Descent -209 /ItalicAngle -15 /StemV 120 /XHeight 462 /CharSet (/R/e/n/r/s/t/u) /FontFile 1748 0 R >> endobj 1750 0 obj << /Length1 1630 /Length2 17948 /Length3 0 /Length 18795 /Filter /FlateDecode >> stream xڬeT%܊ ݽ-; ;ӧǹϏ]6 UR67J۹330@&* r*@ W_=;do'fhb@S  jtPhRXF:,?܀6@;ׁ@ 0J *Iu$dlPr5@@;g 5 `o`jog5gXc7 a tDp:ق~@ 'c;3pLm\)_98k dlrpͪ$&:],] k؛47u.@rf gcϿ98U3?+8-lab3to`hy@.@sf9M]!0+vf\t׀Ex̀ .SXf#[#r<_%\mlm.o 139?cl ?EWoM?I_j9KL~I=ޑIHH*,E-Vp"u [bʪj~x V09 ]/]j˶'F:.gnWw8{qlg㰶TX,@B[;ʢIPSnn%AvHjVO~2/Q {MP u9#e!vCf тL|C'W׼ J"du_mjVB"}3!-k)>?젋x=ĵ;G{Xϡ1as &{#5޲zԴH3 SmJKY#CzQ.[y(G+CS-iFV5/P,#VnfVfQfi0^ M NH+&t+L0$w_Y,_a1Q>%m/F6nBϊ^\so@N|LA?\A/0E6jQt=. z^nfZ YdN.zs4t0b#H!q4 ?b}9?p1h`oJRV<{9%zMSWYeڳOU&U3srlz{qZkoPr_5x<,63WgedlgRUsL;nD(]6k 㥬 zq?Cͧ & 62ى@_ Ӝ2d1V+=T1/镭q]Qצ&Q(2.(;WiBD,z=ma駀isu fu ➼0y&x18U`ȭ٫Q`j7D|uajQQlpQsyp@:^h"}&'Z8c|6i}fn0T|n;-͠6d+Y<{-p4+-}~LlN963pj9AsO}X%,Hqle^}vpt|PQ,տ΍l*a=ga•{mΡā׺864&^vEё30Pol> *u0Dw ?bI Y٨_T 'c'&R/ N).zffK14JI9hhO>X)^dA4b'y\ qW]gVY==O;nջ#ZK'$֛aਭw9AU i ;\'-DYlOc;>)RytcHą4DelT_#VBs(:~[b{e:C;Ļ:jTUƒ92 g}O@/'_;*}"pl6IdOo昢ߦ?BZ.w>0 TO!(ApcYp2mFNwKERo' !#_;7j4dw,+zsgαm*`ZgP$~0x#'Kpg2D%Zs掛yo(a7bX; K\~}_YKpG)FB/XC=L&`; MARiuQ;-?^9!\Ǡ0]368?Mf}Тc%$@&‚~mD "2f81MzAɟL؟0`>/=6OsIq&K(5goRMZ zˆxp6B9iՑߺfYA.U*jJ:A-,^j!][][õk{egIͅaҳ[p;vM~ pD(Ϋ!J̸MdRKzw@R-VI+=dJ! ^'XRezHp?먋̀XZmw!/Q&9*sԠ[ز>D3\ $0J%0 ZK'}.LDtnn4$v8Yh.Ě\b{X"0nN&UӁ9M!*rx[ߣȌAIwXl`E߫ufu[9Y5E/2G]&^hv ϸ^v ՁdF\(ƟUT){ uzV%oYץXdfbl)cOnBN4 `kRr@t qp|.uNCt`-k")kb7͑:^I*a=4@~G۞kKI5om@qQG ڽ ZX__8>n}/rݥ~OF|~=-زJ}w>>z\t.aVr^ sXXg1t;4ҥsZ$f_ sV-\]E_PNdkUxE4,C(#S*rSb3`?b32tݚ=[xM8plHD % FRSohJ&ոYK9,A 9υ>h)x/>_- HLڬEDͳNVxl#񶾰V3Zބ!a)7RJGav}ᥐ* Td'_2^ ~$nO|$c` l^|9(/KбFze! ® } WfW'ia5([3 d!/Q9ċpnj>oˏKJr4dW$'TKo dcI %6;E+-b:Q@6a#{884NS;2 CEJY|$j#!rXvnb`[y![6gL2͡ᬞ3f$]X2İ54}mLZZz*{z^+Xщj_YP5KP'16뚓ʧk>`LF\ K,e_&-m2#'l`yt*Q8FOqfZ{H wŶ0O4XN`1u/oYr[[؉8(jneHHIu+-zFe'^Hs)~F<R|!Zkۡ>iVk.}g(1Ůya]%G{!C@=Ȋ ^W[ru 92HQ8}Z d-ҩs&dȴEW!Ya%|][a8>Ś)rZ462(uJW+,j.6-I}O:[7tW Q'70v+D5m$E^[ XSg}t#aQݘ@}y XFc}.l`|QeP#$.ǃId:r9\/{wqƯM 9x5[Kl\:j'οyQd%!f;`;R!XT1+4~=wsWey{m;*cJ?VϕޢP*4zd8G)<ٔq Ct/7(ф  +nLy5I`Ţl| fRׅeK;NS#oCNh´G6i⯑d{F}ej9Vt}.-7!*gc7ZU鬎#m1hB3ZŠXxmapWNLMXE&C,oOÊtUK*_"y'H'$wgȉGB)82 Mtz\ݑCRn2c)Ev5U߱rIVvڥ/w2w:ӑHrsl<-N&X G})!`oɒ6l=HYvnk׌hL3)4.z?ؽxE ƂJ.60*tAp^.F ~x aWܧ e ԋ]RFzpn%˧ÚI/ڷs57c)m9wK5 RmymQy, u/} Ʃ$s7+:t1 鰅S^^a4+c4 g}x 􇤎׆ϊ6KٸtvF W!ε=R0 5&;|f w'R󝫫,NjJ{(9^y(/בy=GL݃!zFjҳ_x-6P%9Y. \*pcyv1tտrLK^ƚ>Δ|PKt=a!k p_D'B̽,jVpZqzRsR]7Yȳg)ţ`%naI[+_wj4-{)?MnIk(m!BǬx5I1Q7 YeS>¨L [a~Yn7;Ih3ܨowVkLbe_`JmIҴkZI Ą6H+Js7?˿ٌIV7+KZϛmoؗ:! | 6hEBB3o+zG b6|Ѫ۵@#j6vMxzBI&U&AU&#s|`ê"ꀟH UJ)MN=J!$[(  x73Y D@A&# &u({Z).nj:ͤƁG-3J>dm}ߓ"|*jSՄ=.Wy6JIV) 3MW 9#FF _&01c}a= q$ (EV)}8% 89V0E.N:JkJZx0E#BO NVY `V⤰]*ҿAC8 $2IO5JO @A4"0ī%w#/0=TN $+,_-.(`7 ]H `ҖlG:F:GΖ "'h<@4xӬq:<ifm=.i;F|ݷ0#<ᕪK?g6%"1|bTv 63!a$M1.^jPe(yumCՆӡUD`<ۥ(8|>mD}!˨CaųK; q)Dav6Oml(5+C[|VAsJYCj^OɴUTf[TѬ?J!%2+ Wo `D _o\uqK_korPwA^c˯y N}ǍG_#@ aWe!d>Xdܞ*(qUފVr;.C#1{A[#MW!XR  <*@,q[Bx3&-15qva[vFd?3AۦkF'k ٜ-{WO&H1@C[ƉH3gEp!AHf swHRJ3t; 5/̊)nTnb)Ш^S'Ӷ$@.G[π1=|Qbl;.hpU\qvl9NٻgU@&>Va,y5~l9cTLo?D{};e°a^*c.ù 恽_N/ Р^(cF!/?F{!U/PJ۹,t V gj<{ ޥCzYD,xI[up1ן&Ƕw_HHX)2"P?h9K] 2xO:' DGg-WP(=D{WD8kx1xeBlaL8YhCۈ\.!HͿ R64T8 I'>\jҠ 6 vVhXj'h$뵔dН*2 &A);K`H<)%9'HyzD5f01_VT%dW,_S{&qտQȋd&+'m%oDP&DEJ!yAF`XQ'_(6;h9@tt*N{׬Mjioxy1sI2y2O*ߓ bˈ F.hCh1ZJ lsٗ)-*G1lWs&9&O&F@GsL{u|>Y}&R\M0pxrr32V]#T*1,ۑm'5ZWA%;%6Li# &C\D??IG"/M&U"ij1GC=}A$ky:n x7p -x%1(u$/h0#F "GRl@OP*V09XE#9:(>-K(?Q!L0TcBuvIppڥHkz÷[01\sioK~RI a}20p6`mFUoJ(ؼXcOnKuxgNstP[b.\ XE(4eꅓN)O Nh&S}V^h:HP!gL8I 鏖W ',hJh+&2{-K\L.ej]۰3RD83}5凒#5r<%#68WIi&x =Xt-'êWԞ0l랄g}&&ɱŀWG&h@3h n}=حmJe$XbY oC RXNxۦi(ge)/@Q/g+C^҃z/_;C\k m6 /ggIQ%XEA,R ^ZȆwl:g߼&xQ}6`β:dc\ XnIw"cPi^x?vFEZ=AsFntDRi-)(,;w cJ*S +HCUSI4zVnGO&))3R[qڶ2㍚wצV_&@DHhT3sa!U]jfs1'^NKy(M|Z]jXeǑ0qw^[q읤0h-E^x6,+"~pWbg̠io<, ٳ*T05p;Jj(#̴*cHT(SCLyɭU1_A/[wCO I*nYF(o:DyOM{%/[DIo;Qg2IZ8ڈd&yr^çsilg$eb EӶ d0*&PN'EG 00{b8/p*a7&Ƙv! fȳP -dj<Uu2w| n9>u-ʿgYD#=FOq48ȩ0 @t +0 :y8ij)}\vwxkf9=ip@EK>W'+Ŷ7Ձ[f ߗM)LF3/DZPV J? Q #3K GT?X/90|x58b@((Afa;pKqNw|R-|օeh)l^!(`r(odhh`yY!U)2D!Æ^)^C=Ar^Ti6s@2sPMTXhI ,Xqn>9Vd?ĔR(/J40)yME_UF ғ2^mmfرDW)xrTS l[D 8j7+ގy9 ؏u!kmMoU^K~[OP18@ ߈S-8]/-;&mC_$_0  ~ )x^ uiGR e]췳Xo!<`!mg@*avmȬcOlaמ w'u%uK{.h܌|PZ#7TNxseXzR@/8i|\ÐH:p}=h _({.W#t=SG,wZ< Bf^ML IG;PwE5+rp% ':x`فʄ7!C3 `zQ[iyxQܖ<itTF,U10JKtWy kHr"|M7]Z&?'5}ZYDWAc:D3:$,xy=c.My+fH[ ҂ VmX6G#:!n3يK~%kl2JB9K$SJ&={0=:'^PŧbCHũuoٴ9о/-CrLa<زiV!yaDfBM|/)#\8HU y–/3d\wxceTJXww[*znHŭ|[GȾ' lP`RG޽5ш?.Bc8m@ o1y`vi _h)R/A.nF`.А=nkhT ЂdF4\QuVrIC ;0+o7Lv<SUNҎP>P^5e(d5: S׻YU@Exby|K6GѲ|Pקz! ?kr(m M6Dwg0ȫRIݎӂ x m9yC_6~wnvZrmh/$}WhEC8X6B! d[4PA$E@7搃ڻJeqLd,Y235(Ȑ!#PҟS| A=r>,zaѻ[1 ?*{w[{5ћl1V`cF,}d\JJr&EpKJ"O˵ Yq*љy[L-хټ/!R|{oNs<vl4Qsxu M ȇh{4? 0 PJtx!(}r}T'drF!^MUsS}R_^mk=J<,F_Uuk9V,o׫œ:XCeX2v.q?ƣxgNd^)(wGaCT6a%ZDX՚2q:ķB0cF R#NjaLk^V*slPΉC}N|;Ƴ.qf<LW )J6 ފz*2J\$\议bxvmǀ.njO`t++ӁUFx5,'Pwe(A#s\]?玧ci'+0WđIƤ{RMwK4H) >{U,N,dWL@<"~G\OaBYU1뼜8*3@yr2s;ZxgqpژJx̹YC`Wc G7ښ&7w82Qr,8_m>gG( S⒀cPcB-?%~[t^!$ ך&VrOw9&AdpT2Mu,f/k^VɅCn)'?q!I;V aG ?%q:Lyf3=;7ἠAs8~'eRf`*m/MdIؕq;!bЕOŸhuy$"*5 ^v?0"]vy*EY+Am]!yT|><Mr!w&M /M˜ ϧISsNJ}$-R0] \B4$2 FOF{`(z=5fٺ)EVmg&w s]Լu)^U'M˒`&uu$<|LBg9cUL:u\SC[ ojC**ڪPW_A\qFFu4UŎ#!'_<#q,c[s4Iq%O>~/OG?1co72 q;U`/ˆ d];)IpM }PAS$v V;$gdLIٜ, +o͆xiUcːSJ=ڪ񰅭Qڅs]z3 E)tRlaz*m.tO@5*AS='xeSX|>0¾8KH}{hM{9 VilT(*v\E`:ۏ2pg#ef_N"l\|P!A{bbK81, JK^+Z&lÜ[Y ,~b䝡*`@XePw%Iii/]8oN̉uWW!7Oxy'K1$fL .l4x~λ=֎WK2vpDX"#}C2# Ń>ZQ#VR8\d6a/v9# %{ *kՋ%)ظڗ "E7W4>E\2_B@@S7ģ}X>oq{Q >BA݊M->bᐩ{}$sջs)^3YoqiH.\*sP ̤<׃]@JOdfvOEDd1Xt;1.uJ]C7#_}ⓇG\F|Yƺ8sAX+v-PZ 4Z),St yvīy|ʙ$$vI7n}HX}+*ƕ+;?%AT|KYH3 bC;zSi*Y"EfئV $.'UԐ.43:ډn<2_/WZ9e2cxSYkQBJmet.^d߳{Lg> 톭*usT^^|XlϾU&.i$-ŇҠ ̘:; tG)e!,TMU e̥i`Y5N>k^i, cD*O.d^>Ԧeq6[Uv`ȨbXvkH;PDk7:i~X^h:cNOϗmE6)X ׆xW%\u?5W "a*ʉi2PTezy)a.FBP_RCTC wc˘)jH+ϣoaVN&|S5avZ;`t݀H5IoVN;|^}فn?.'2 9b>zδZ-R.N>G1 M|fuEG+-,I•V8G*{8cB/uh+nw{a= i4)ZX,le)v(]ajΔkh3#rTBcQ=|C7>HYքȨT_Mcsꭢ u3Z<tH O0lMz_7kzuaAO]7 HFTAx3fSd|ZaR^  œq"oY!V)Ӄݔi0SjHfHq##3M"vqjcyRP8|4D`}PT40'+q_T=us\t dCTUO' iY[h:Zg: 2tۣJM![*2ރ S^6#̂ 9Yٌu*x%pΨC,kG1~_j3s^R˝Ygev-?g|60DhMѤx@S>iר /~ .'C>%,d$ĭ'I9=Ǧeү*DT8!A\\M& ;UiԩƘ!Lt@doAGś[Bw1D񑥘[^e08F&H02ќ%2੏Јo߫G nE# 3)'ߥimt2vY0LHpZi(I]5CiWc'bFW&ll8.Y}X8Cr7-{^rÌx@1N(ž >C)=9h#NE\!(QEҭmII'p-M\w`P4\?۩e Y-7TQ9VսȚ[eyG ^P*ANd1Qo4@V}!{K̫p/Y<-گOd&wNv#˙2_0yPQ*?xu> FIc+[טN:xryϾCj.G\AyTxlэ攡U.;1qO_Tv&Bsu(k='u!:zӉ4!DU.ԓ&z)Νzb+=)CYžӍ*RdTjrAնBHVxԭu Fl-b[+hUH26eUs$]lU~P;4Gh35ՋdNW D!I/1.!<F:SLUӋV;p?'?}oъ/·6Y vƚbYDoa< |6UcRch vћ,WlYy>f2-G|*Z!:˝} K6gANiӿl^ >R>b 5!LBp7 d֣m Lu0I:nK,$y 2(,/jjy\?]uCfWA_g0t'j];uydv&e˱+Mf3Na1;#Xe=K`+HhT~4)p*y~P>;'/*Ѕ,;Pve4 Fov6lMQa Ob<\աr"S yyȦZ1J 0d m' +GEjXKT6csC P> t[bmTCnF3TUka._Iه7 ώ>1 ~Jvc[qx\jU^ZoX 2!K! h,)׆!0!J }+C^'[Mp\3[l>I(ur$ LbSej.mB~|qݭc{ph?H\WiչԜe'{V hQM`W34Z" ZZ|D:bDh済Kch>J]?D @̅5hx.hҤgņ9SvbnMh,j7$k$iFAW2SHUTn:9Qziky"ܣ/-f fî8( ,y!y-VOtgxw?jdsoL?l(Gjv0uLq& .|ϓn\z,4ZRJ:y̌BG [2Zo* ϩXwcx`0 ;@nH-99^g:6, RH Gÿp}M0*[܉d;3U}&)z@u#azBuSt)؅Zn~T;PگB0X.sR+>X> E>å_O)tG9/25 ~BS1gS4<LJUSz |X }i]-ǩ)@Y6;T^r+`R5Nqb{DcK ,wD #BT$`*&)E`~NwHMlccOUMiOwGz&u5T@v~V(;cD*"N&;z{ݱAV "*e«*γQÄTfzuP^x /W="zk tdRh5&BגEW(+ΏOɁRթT?c mQi) _k ~zDҐ?ӢBЇzjt>DIH >7Mb |d, 2qE)CdWq. ᧚lJ\Z=:Y/C՝*Ұ`W$oÁ`Uf&oK V,7N^tqϊIE}DF[El5x `Ebq}ԼY_y3]R iz#Qz'.!uIFpub>U =. 5&o`ذ$E7vvJ> endobj 1717 0 obj << /Type /Encoding /Differences [2/fi/fl 30/grave 34/quotedbl/numbersign 39/quoteright/parenleft/parenright/asterisk 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 61/equal 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft 93/bracketright 95/underscore 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft 125/braceright 151/emdash] >> endobj 941 0 obj << /Type /Font /Subtype /Type1 /BaseFont /LSUPIB+CMMI10 /FontDescriptor 1729 0 R /FirstChar 45 /LastChar 45 /Widths 1715 0 R >> endobj 940 0 obj << /Type /Font /Subtype /Type1 /BaseFont /FRBTTO+CMSY10 /FontDescriptor 1731 0 R /FirstChar 32 /LastChar 32 /Widths 1716 0 R >> endobj 148 0 obj << /Type /Font /Subtype /Type1 /BaseFont /MEBDSI+NimbusMonL-Bold /FontDescriptor 1733 0 R /FirstChar 48 /LastChar 95 /Widths 1718 0 R /Encoding 1717 0 R >> endobj 135 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ASEGOP+NimbusMonL-BoldObli /FontDescriptor 1735 0 R /FirstChar 52 /LastChar 122 /Widths 1720 0 R /Encoding 1717 0 R >> endobj 83 0 obj << /Type /Font /Subtype /Type1 /BaseFont /XKRCGU+NimbusMonL-Regu /FontDescriptor 1737 0 R /FirstChar 34 /LastChar 125 /Widths 1722 0 R /Encoding 1717 0 R >> endobj 134 0 obj << /Type /Font /Subtype /Type1 /BaseFont /SFPRLA+NimbusMonL-ReguObli /FontDescriptor 1739 0 R /FirstChar 45 /LastChar 121 /Widths 1721 0 R /Encoding 1717 0 R >> endobj 30 0 obj << /Type /Font /Subtype /Type1 /BaseFont /YVQAMR+NimbusSanL-Bold /FontDescriptor 1741 0 R /FirstChar 2 /LastChar 122 /Widths 1725 0 R /Encoding 1717 0 R >> endobj 27 0 obj << /Type /Font /Subtype /Type1 /BaseFont /LGNLIY+NimbusSanL-Regu /FontDescriptor 1743 0 R /FirstChar 2 /LastChar 121 /Widths 1726 0 R /Encoding 1717 0 R >> endobj 36 0 obj << /Type /Font /Subtype /Type1 /BaseFont /MBFUFH+NimbusSanL-ReguItal /FontDescriptor 1745 0 R /FirstChar 65 /LastChar 85 /Widths 1724 0 R /Encoding 1717 0 R >> endobj 47 0 obj << /Type /Font /Subtype /Type1 /BaseFont /RRTTTF+NimbusRomNo9L-Medi /FontDescriptor 1747 0 R /FirstChar 49 /LastChar 120 /Widths 1723 0 R /Encoding 1717 0 R >> endobj 136 0 obj << /Type /Font /Subtype /Type1 /BaseFont /CGPEKI+NimbusRomNo9L-MediItal /FontDescriptor 1749 0 R /FirstChar 82 /LastChar 117 /Widths 1719 0 R /Encoding 1717 0 R >> endobj 26 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ZULPXI+NimbusRomNo9L-Regu /FontDescriptor 1751 0 R /FirstChar 2 /LastChar 151 /Widths 1727 0 R /Encoding 1717 0 R >> endobj 31 0 obj << /Type /Pages /Count 6 /Parent 1752 0 R /Kids [22 0 R 33 0 R 43 0 R 52 0 R 62 0 R 71 0 R] >> endobj 84 0 obj << /Type /Pages /Count 6 /Parent 1752 0 R /Kids [77 0 R 86 0 R 90 0 R 103 0 R 126 0 R 167 0 R] >> endobj 257 0 obj << /Type /Pages /Count 6 /Parent 1752 0 R /Kids [216 0 R 259 0 R 314 0 R 358 0 R 393 0 R 415 0 R] >> endobj 455 0 obj << /Type /Pages /Count 6 /Parent 1752 0 R /Kids [434 0 R 459 0 R 487 0 R 508 0 R 528 0 R 550 0 R] >> endobj 590 0 obj << /Type /Pages /Count 6 /Parent 1752 0 R /Kids [571 0 R 605 0 R 631 0 R 642 0 R 669 0 R 696 0 R] >> endobj 703 0 obj << /Type /Pages /Count 6 /Parent 1752 0 R /Kids [700 0 R 705 0 R 709 0 R 713 0 R 750 0 R 797 0 R] >> endobj 871 0 obj << /Type /Pages /Count 6 /Parent 1753 0 R /Kids [852 0 R 880 0 R 899 0 R 929 0 R 960 0 R 984 0 R] >> endobj 1029 0 obj << /Type /Pages /Count 6 /Parent 1753 0 R /Kids [1014 0 R 1045 0 R 1076 0 R 1102 0 R 1120 0 R 1142 0 R] >> endobj 1182 0 obj << /Type /Pages /Count 6 /Parent 1753 0 R /Kids [1162 0 R 1188 0 R 1205 0 R 1235 0 R 1265 0 R 1294 0 R] >> endobj 1339 0 obj << /Type /Pages /Count 6 /Parent 1753 0 R /Kids [1325 0 R 1355 0 R 1384 0 R 1413 0 R 1443 0 R 1468 0 R] >> endobj 1505 0 obj << /Type /Pages /Count 6 /Parent 1753 0 R /Kids [1487 0 R 1513 0 R 1528 0 R 1544 0 R 1634 0 R 1712 0 R] >> endobj 1752 0 obj << /Type /Pages /Count 36 /Parent 1754 0 R /Kids [31 0 R 84 0 R 257 0 R 455 0 R 590 0 R 703 0 R] >> endobj 1753 0 obj << /Type /Pages /Count 30 /Parent 1754 0 R /Kids [871 0 R 1029 0 R 1182 0 R 1339 0 R 1505 0 R] >> endobj 1754 0 obj << /Type /Pages /Count 66 /Kids [1752 0 R 1753 0 R] >> endobj 1755 0 obj << /Type /Outlines /First 3 0 R /Last 19 0 R /Count 2 >> endobj 19 0 obj << /Title 20 0 R /A 17 0 R /Parent 1755 0 R /Prev 3 0 R >> endobj 15 0 obj << /Title 16 0 R /A 13 0 R /Parent 3 0 R /Prev 11 0 R >> endobj 11 0 obj << /Title 12 0 R /A 9 0 R /Parent 3 0 R /Prev 7 0 R /Next 15 0 R >> endobj 7 0 obj << /Title 8 0 R /A 5 0 R /Parent 3 0 R /Next 11 0 R >> endobj 3 0 obj << /Title 4 0 R /A 1 0 R /Parent 1755 0 R /Next 19 0 R /First 7 0 R /Last 15 0 R /Count -3 >> endobj 1756 0 obj << /Names [(Doc-Start) 28 0 R (GSASL-ALLOW-UNASSIGNED:CAPS) 366 0 R (GSASL-ANONYMOUS-TOKEN:CAPS) 202 0 R (GSASL-API:CAPS) 95 0 R (GSASL-AUTHENTICATION-ERROR:CAPS) 310 0 R (GSASL-AUTHID:CAPS) 199 0 R] /Limits [(Doc-Start) (GSASL-AUTHID:CAPS)] >> endobj 1757 0 obj << /Names [(GSASL-AUTHZID:CAPS) 200 0 R (GSASL-BASE64-ERROR:CAPS) 306 0 R (GSASL-CB-TLS-UNIQUE:CAPS) 220 0 R (GSASL-CIPHER-3DES:CAPS) 149 0 R (GSASL-CIPHER-AES:CAPS) 153 0 R (GSASL-CIPHER-DES:CAPS) 147 0 R] /Limits [(GSASL-AUTHZID:CAPS) (GSASL-CIPHER-DES:CAPS)] >> endobj 1758 0 obj << /Names [(GSASL-CIPHER-RC4-40:CAPS) 151 0 R (GSASL-CIPHER-RC4-56:CAPS) 152 0 R (GSASL-CIPHER-RC4:CAPS) 150 0 R (GSASL-CRYPTO-ERROR:CAPS) 307 0 R (GSASL-DIGEST-MD5-HASHED-PASSWORD:CAPS) 210 0 R (GSASL-GSSAPI-ACCEPT-SEC-CONTEXT-ERROR:CAPS) 335 0 R] /Limits [(GSASL-CIPHER-RC4-40:CAPS) (GSASL-GSSAPI-ACCEPT-SEC-CONTEXT-ERROR:CAPS)] >> endobj 1759 0 obj << /Names [(GSASL-GSSAPI-ACQUIRE-CRED-ERROR:CAPS) 338 0 R (GSASL-GSSAPI-DECAPSULATE-TOKEN-ERROR:CAPS) 347 0 R (GSASL-GSSAPI-DISPLAY-NAME-ERROR:CAPS) 339 0 R (GSASL-GSSAPI-DISPLAY-NAME:CAPS) 205 0 R (GSASL-GSSAPI-ENCAPSULATE-TOKEN-ERROR:CAPS) 346 0 R (GSASL-GSSAPI-IMPORT-NAME-ERROR:CAPS) 333 0 R] /Limits [(GSASL-GSSAPI-ACQUIRE-CRED-ERROR:CAPS) (GSASL-GSSAPI-IMPORT-NAME-ERROR:CAPS)] >> endobj 1760 0 obj << /Names [(GSASL-GSSAPI-INIT-SEC-CONTEXT-ERROR:CAPS) 334 0 R (GSASL-GSSAPI-INQUIRE-MECH-FOR-SASLNAME-ERROR:CAPS) 348 0 R (GSASL-GSSAPI-RELEASE-BUFFER-ERROR:CAPS) 332 0 R (GSASL-GSSAPI-RELEASE-OID-SET-ERROR:CAPS) 350 0 R (GSASL-GSSAPI-TEST-OID-SET-MEMBER-ERROR:CAPS) 349 0 R (GSASL-GSSAPI-UNSUPPORTED-PROTECTION-ERROR:CAPS) 340 0 R] /Limits [(GSASL-GSSAPI-INIT-SEC-CONTEXT-ERROR:CAPS) (GSASL-GSSAPI-UNSUPPORTED-PROTECTION-ERROR:CAPS)] >> endobj 1761 0 obj << /Names [(GSASL-GSSAPI-UNWRAP-ERROR:CAPS) 336 0 R (GSASL-GSSAPI-WRAP-ERROR:CAPS) 337 0 R (GSASL-HOSTNAME:CAPS) 204 0 R (GSASL-INTEGRITY-ERROR:CAPS) 311 0 R (GSASL-KERBEROS-V5-INIT-ERROR:CAPS) 341 0 R (GSASL-KERBEROS-V5-INTERNAL-ERROR:CAPS) 342 0 R] /Limits [(GSASL-GSSAPI-UNWRAP-ERROR:CAPS) (GSASL-KERBEROS-V5-INTERNAL-ERROR:CAPS)] >> endobj 1762 0 obj << /Names [(GSASL-MALLOC-ERROR:CAPS) 305 0 R (GSASL-MECHANISM-CALLED-TOO-MANY-TIMES:CAPS) 304 0 R (GSASL-MECHANISM-PARSE-ERROR:CAPS) 309 0 R (GSASL-NEEDS-MORE:CAPS) 302 0 R (GSASL-NO-ANONYMOUS-TOKEN:CAPS) 320 0 R (GSASL-NO-AUTHID:CAPS) 321 0 R] /Limits [(GSASL-MALLOC-ERROR:CAPS) (GSASL-NO-AUTHID:CAPS)] >> endobj 1763 0 obj << /Names [(GSASL-NO-AUTHZID:CAPS) 322 0 R (GSASL-NO-CALLBACK:CAPS) 319 0 R (GSASL-NO-CB-TLS-UNIQUE:CAPS) 328 0 R (GSASL-NO-CLIENT-CODE:CAPS) 317 0 R (GSASL-NO-HOSTNAME:CAPS) 327 0 R (GSASL-NO-OPENID20-REDIRECT-URL:CAPS) 331 0 R] /Limits [(GSASL-NO-AUTHZID:CAPS) (GSASL-NO-OPENID20-REDIRECT-URL:CAPS)] >> endobj 1764 0 obj << /Names [(GSASL-NO-PASSCODE:CAPS) 324 0 R (GSASL-NO-PASSWORD:CAPS) 323 0 R (GSASL-NO-PIN:CAPS) 325 0 R (GSASL-NO-SAML20-IDP-IDENTIFIER:CAPS) 329 0 R (GSASL-NO-SAML20-REDIRECT-URL:CAPS) 330 0 R (GSASL-NO-SERVER-CODE:CAPS) 318 0 R] /Limits [(GSASL-NO-PASSCODE:CAPS) (GSASL-NO-SERVER-CODE:CAPS)] >> endobj 1765 0 obj << /Names [(GSASL-NO-SERVICE:CAPS) 326 0 R (GSASL-OK:CAPS) 301 0 R (GSASL-OPENID20-AUTHENTICATE-IN-BROWSER:CAPS) 226 0 R (GSASL-OPENID20-OUTCOME-DATA:CAPS) 224 0 R (GSASL-OPENID20-REDIRECT-URL:CAPS) 223 0 R (GSASL-PASSCODE:CAPS) 206 0 R] /Limits [(GSASL-NO-SERVICE:CAPS) (GSASL-PASSCODE:CAPS)] >> endobj 1766 0 obj << /Names [(GSASL-PASSWORD:CAPS) 201 0 R (GSASL-PIN:CAPS) 208 0 R (GSASL-QOP-AUTH-CONF:CAPS) 243 0 R (GSASL-QOP-AUTH-INT:CAPS) 242 0 R (GSASL-QOP-AUTH:CAPS) 241 0 R (GSASL-QOP:CAPS) 212 0 R] /Limits [(GSASL-PASSWORD:CAPS) (GSASL-QOP:CAPS)] >> endobj 1767 0 obj << /Names [(GSASL-QOPS:CAPS) 211 0 R (GSASL-REALM:CAPS) 209 0 R (GSASL-SAML20-AUTHENTICATE-IN-BROWSER:CAPS) 225 0 R (GSASL-SAML20-IDP-IDENTIFIER:CAPS) 221 0 R (GSASL-SAML20-REDIRECT-URL:CAPS) 222 0 R (GSASL-SASLPREP-ERROR:CAPS) 308 0 R] /Limits [(GSASL-QOPS:CAPS) (GSASL-SASLPREP-ERROR:CAPS)] >> endobj 1768 0 obj << /Names [(GSASL-SCRAM-ITER:CAPS) 213 0 R (GSASL-SCRAM-SALT:CAPS) 214 0 R (GSASL-SCRAM-SALTED-PASSWORD:CAPS) 219 0 R (GSASL-SECURID-SERVER-NEED-ADDITIONAL-PASSCODE:CAPS) 344 0 R (GSASL-SECURID-SERVER-NEED-NEW-PIN:CAPS) 345 0 R (GSASL-SERVICE:CAPS) 203 0 R] /Limits [(GSASL-SCRAM-ITER:CAPS) (GSASL-SERVICE:CAPS)] >> endobj 1769 0 obj << /Names [(GSASL-SHISHI-ERROR:CAPS) 343 0 R (GSASL-SUGGESTED-PIN:CAPS) 207 0 R (GSASL-UNKNOWN-MECHANISM:CAPS) 303 0 R (GSASL-VALIDATE-ANONYMOUS:CAPS) 229 0 R (GSASL-VALIDATE-EXTERNAL:CAPS) 228 0 R (GSASL-VALIDATE-GSSAPI:CAPS) 230 0 R] /Limits [(GSASL-SHISHI-ERROR:CAPS) (GSASL-VALIDATE-GSSAPI:CAPS)] >> endobj 1770 0 obj << /Names [(GSASL-VALIDATE-OPENID20:CAPS) 233 0 R (GSASL-VALIDATE-SAML20:CAPS) 232 0 R (GSASL-VALIDATE-SECURID:CAPS) 231 0 R (GSASL-VALIDATE-SIMPLE:CAPS) 227 0 R (GSASL-VERSION-MAJOR:CAPS) 109 0 R (GSASL-VERSION-MINOR:CAPS) 112 0 R] /Limits [(GSASL-VALIDATE-OPENID20:CAPS) (GSASL-VERSION-MINOR:CAPS)] >> endobj 1771 0 obj << /Names [(GSASL-VERSION-NUMBER:CAPS) 115 0 R (GSASL-VERSION-PATCH:CAPS) 118 0 R (GSASL-VERSION:CAPS) 106 0 R (Gsasl) 121 0 R (Gsasl-callback-function) 129 0 R (Gsasl-cipher) 137 0 R] /Limits [(GSASL-VERSION-NUMBER:CAPS) (Gsasl-cipher)] >> endobj 1772 0 obj << /Names [(Gsasl-client-callback-anonymous) 718 0 R (Gsasl-client-callback-authentication-id) 723 0 R (Gsasl-client-callback-authorization-id) 729 0 R (Gsasl-client-callback-maxbuf) 735 0 R (Gsasl-client-callback-passcode) 739 0 R (Gsasl-client-callback-password) 744 0 R] /Limits [(Gsasl-client-callback-anonymous) (Gsasl-client-callback-password)] >> endobj 1773 0 obj << /Names [(Gsasl-client-callback-pin) 753 0 R (Gsasl-client-callback-qop) 759 0 R (Gsasl-client-callback-realm) 763 0 R (Gsasl-client-callback-service) 768 0 R (Gsasl-code-function) 648 0 R (Gsasl-done-function) 656 0 R] /Limits [(Gsasl-client-callback-pin) (Gsasl-done-function)] >> endobj 1774 0 obj << /Names [(Gsasl-finish-function) 659 0 R (Gsasl-init-function) 663 0 R (Gsasl-mechanism) 672 0 R (Gsasl-mechanism-functions) 675 0 R (Gsasl-property) 154 0 R (Gsasl-qop) 234 0 R] /Limits [(Gsasl-finish-function) (Gsasl-qop)] >> endobj 1775 0 obj << /Names [(Gsasl-rc) 244 0 R (Gsasl-saslprep-flags) 361 0 R (Gsasl-server-callback-anonymous) 777 0 R (Gsasl-server-callback-cipher) 781 0 R (Gsasl-server-callback-cram-md5) 784 0 R (Gsasl-server-callback-digest-md5) 790 0 R] /Limits [(Gsasl-rc) (Gsasl-server-callback-digest-md5)] >> endobj 1776 0 obj << /Names [(Gsasl-server-callback-external) 800 0 R (Gsasl-server-callback-gssapi) 803 0 R (Gsasl-server-callback-maxbuf) 808 0 R (Gsasl-server-callback-qop) 811 0 R (Gsasl-server-callback-realm) 814 0 R (Gsasl-server-callback-retrieve) 820 0 R] /Limits [(Gsasl-server-callback-external) (Gsasl-server-callback-retrieve)] >> endobj 1777 0 obj << /Names [(Gsasl-server-callback-securid) 828 0 R (Gsasl-server-callback-service) 837 0 R (Gsasl-server-callback-validate) 855 0 R (Gsasl-session) 367 0 R (Gsasl-start-function) 678 0 R (Gsasl-step-function) 682 0 R] /Limits [(Gsasl-server-callback-securid) (Gsasl-step-function)] >> endobj 1778 0 obj << /Names [(abstraction) 74 0 R (chapter*.1) 46 0 R (chapter*.2) 55 0 R (chapter.1) 2 0 R (chapter.2) 18 0 R (controlflow) 75 0 R] /Limits [(abstraction) (controlflow)] >> endobj 1779 0 obj << /Names [(controlflow2) 80 0 R (figure.1.1) 56 0 R (figure.1.2) 57 0 R (figure.1.3) 58 0 R (gsasl-appinfo-get) 861 0 R (gsasl-appinfo-set) 864 0 R] /Limits [(controlflow2) (gsasl-appinfo-set)] >> endobj 1780 0 obj << /Names [(gsasl-application-data-get) 868 0 R (gsasl-application-data-set) 883 0 R (gsasl-base64-decode) 887 0 R (gsasl-base64-encode) 902 0 R (gsasl-base64-from) 370 0 R (gsasl-base64-to) 376 0 R] /Limits [(gsasl-application-data-get) (gsasl-base64-to)] >> endobj 1781 0 obj << /Names [(gsasl-callback) 396 0 R (gsasl-callback-hook-get) 401 0 R (gsasl-callback-hook-set) 404 0 R (gsasl-callback-set) 163 0 R (gsasl-check-version) 124 0 R (gsasl-client-application-data-get) 908 0 R] /Limits [(gsasl-callback) (gsasl-client-application-data-get)] >> endobj 1782 0 obj << /Names [(gsasl-client-application-data-set) 911 0 R (gsasl-client-callback-anonymous-get) 932 0 R (gsasl-client-callback-anonymous-set) 936 0 R (gsasl-client-callback-authentication-id-get) 942 0 R (gsasl-client-callback-authentication-id-set) 963 0 R (gsasl-client-callback-authorization-id-get) 968 0 R] /Limits [(gsasl-client-application-data-set) (gsasl-client-callback-authorization-id-get)] >> endobj 1783 0 obj << /Names [(gsasl-client-callback-authorization-id-set) 972 0 R (gsasl-client-callback-maxbuf-get) 991 0 R (gsasl-client-callback-maxbuf-set) 995 0 R (gsasl-client-callback-passcode-get) 1017 0 R (gsasl-client-callback-passcode-set) 1021 0 R (gsasl-client-callback-password-get) 1025 0 R] /Limits [(gsasl-client-callback-authorization-id-set) (gsasl-client-callback-password-get)] >> endobj 1784 0 obj << /Names [(gsasl-client-callback-password-set) 1030 0 R (gsasl-client-callback-pin-get) 1051 0 R (gsasl-client-callback-pin-set) 1054 0 R (gsasl-client-callback-qop-get) 1079 0 R (gsasl-client-callback-qop-set) 1082 0 R (gsasl-client-callback-realm-get) 1086 0 R] /Limits [(gsasl-client-callback-password-set) (gsasl-client-callback-realm-get)] >> endobj 1785 0 obj << /Names [(gsasl-client-callback-realm-set) 1090 0 R (gsasl-client-callback-service-get) 1108 0 R (gsasl-client-callback-service-set) 1112 0 R (gsasl-client-ctx-get) 1123 0 R (gsasl-client-finish) 1126 0 R (gsasl-client-listmech) 1129 0 R] /Limits [(gsasl-client-callback-realm-set) (gsasl-client-listmech)] >> endobj 1786 0 obj << /Names [(gsasl-client-mechlist) 423 0 R (gsasl-client-start) 427 0 R (gsasl-client-step) 1145 0 R (gsasl-client-step-base64) 1152 0 R (gsasl-client-suggest-mechanism) 437 0 R (gsasl-client-support-p) 441 0 R] /Limits [(gsasl-client-mechlist) (gsasl-client-support-p)] >> endobj 1787 0 obj << /Names [(gsasl-ctx-get) 1165 0 R (gsasl-decode) 445 0 R (gsasl-decode-inline) 1168 0 R (gsasl-done) 452 0 R (gsasl-encode) 462 0 R (gsasl-encode-inline) 1175 0 R] /Limits [(gsasl-ctx-get) (gsasl-encode-inline)] >> endobj 1788 0 obj << /Names [(gsasl-finish) 469 0 R (gsasl-free) 472 0 R (gsasl-gsasl) 81 0 R (gsasl-gsasl-compat) 693 0 R (gsasl-gsasl-compat.description) 716 0 R (gsasl-gsasl-compat.details) 717 0 R] /Limits [(gsasl-finish) (gsasl-gsasl-compat.details)] >> endobj 1789 0 obj << /Names [(gsasl-gsasl-compat.synopsis) 694 0 R (gsasl-gsasl-mech) 640 0 R (gsasl-gsasl-mech.description) 646 0 R (gsasl-gsasl-mech.details) 647 0 R (gsasl-gsasl-mech.synopsis) 645 0 R (gsasl-gsasl.description) 93 0 R] /Limits [(gsasl-gsasl-compat.synopsis) (gsasl-gsasl.description)] >> endobj 1790 0 obj << /Names [(gsasl-gsasl.details) 94 0 R (gsasl-gsasl.synopsis) 82 0 R (gsasl-hmac-md5) 475 0 R (gsasl-hmac-sha1) 490 0 R (gsasl-init) 408 0 R (gsasl-md5) 499 0 R] /Limits [(gsasl-gsasl.details) (gsasl-md5)] >> endobj 1791 0 obj << /Names [(gsasl-md5pwd-get-password) 1191 0 R (gsasl-mechanism-name) 511 0 R (gsasl-nonce) 514 0 R (gsasl-property-fast) 165 0 R (gsasl-property-get) 521 0 R (gsasl-property-set) 164 0 R] /Limits [(gsasl-md5pwd-get-password) (gsasl-property-set)] >> endobj 1792 0 obj << /Names [(gsasl-property-set-raw) 535 0 R (gsasl-random) 541 0 R (gsasl-randomize) 1208 0 R (gsasl-register) 504 0 R (gsasl-saslprep) 382 0 R (gsasl-server-application-data-get) 1213 0 R] /Limits [(gsasl-property-set-raw) (gsasl-server-application-data-get)] >> endobj 1793 0 obj << /Names [(gsasl-server-application-data-set) 1216 0 R (gsasl-server-callback-anonymous-get) 1238 0 R (gsasl-server-callback-anonymous-set) 1242 0 R (gsasl-server-callback-cipher-get) 1246 0 R (gsasl-server-callback-cipher-set) 1250 0 R (gsasl-server-callback-cram-md5-get) 1271 0 R] /Limits [(gsasl-server-application-data-set) (gsasl-server-callback-cram-md5-get)] >> endobj 1794 0 obj << /Names [(gsasl-server-callback-cram-md5-set) 1275 0 R (gsasl-server-callback-digest-md5-get) 1297 0 R (gsasl-server-callback-digest-md5-set) 1301 0 R (gsasl-server-callback-external-get) 1306 0 R (gsasl-server-callback-external-set) 1310 0 R (gsasl-server-callback-gssapi-get) 1331 0 R] /Limits [(gsasl-server-callback-cram-md5-set) (gsasl-server-callback-gssapi-get)] >> endobj 1795 0 obj << /Names [(gsasl-server-callback-gssapi-set) 1335 0 R (gsasl-server-callback-maxbuf-get) 1358 0 R (gsasl-server-callback-maxbuf-set) 1362 0 R (gsasl-server-callback-qop-get) 1366 0 R (gsasl-server-callback-qop-set) 1369 0 R (gsasl-server-callback-realm-get) 1390 0 R] /Limits [(gsasl-server-callback-gssapi-set) (gsasl-server-callback-realm-get)] >> endobj 1796 0 obj << /Names [(gsasl-server-callback-realm-set) 1394 0 R (gsasl-server-callback-retrieve-get) 1416 0 R (gsasl-server-callback-retrieve-set) 1420 0 R (gsasl-server-callback-securid-get) 1424 0 R (gsasl-server-callback-securid-set) 1428 0 R (gsasl-server-callback-service-get) 1449 0 R] /Limits [(gsasl-server-callback-realm-set) (gsasl-server-callback-service-get)] >> endobj 1797 0 obj << /Names [(gsasl-server-callback-service-set) 1453 0 R (gsasl-server-callback-validate-get) 1471 0 R (gsasl-server-callback-validate-set) 1475 0 R (gsasl-server-ctx-get) 1479 0 R (gsasl-server-finish) 1490 0 R (gsasl-server-listmech) 1493 0 R] /Limits [(gsasl-server-callback-service-set) (gsasl-server-listmech)] >> endobj 1798 0 obj << /Names [(gsasl-server-mechlist) 558 0 R (gsasl-server-start) 562 0 R (gsasl-server-step) 1498 0 R (gsasl-server-step-base64) 1516 0 R (gsasl-server-suggest-mechanism) 1522 0 R (gsasl-server-support-p) 574 0 R] /Limits [(gsasl-server-mechlist) (gsasl-server-support-p)] >> endobj 1799 0 obj << /Names [(gsasl-session-hook-get) 578 0 R (gsasl-session-hook-set) 581 0 R (gsasl-sha1) 585 0 R (gsasl-simple-getpass) 608 0 R (gsasl-step) 613 0 R (gsasl-step64) 620 0 R] /Limits [(gsasl-session-hook-get) (gsasl-step64)] >> endobj 1800 0 obj << /Names [(gsasl-strerror) 634 0 R (gsasl-strerror-name) 637 0 R (gsasl-stringprep-nfkc) 1531 0 R (gsasl-stringprep-saslprep) 1535 0 R (gsasl-stringprep-trace) 1539 0 R (index) 29 0 R] /Limits [(gsasl-strerror) (index)] >> endobj 1801 0 obj << /Names [(intro) 65 0 R (lstlisting.1.-1) 96 0 R (lstlisting.1.-10) 155 0 R (lstlisting.1.-100) 992 0 R (lstlisting.1.-101) 996 0 R (lstlisting.1.-102) 1018 0 R] /Limits [(intro) (lstlisting.1.-102)] >> endobj 1802 0 obj << /Names [(lstlisting.1.-103) 1022 0 R (lstlisting.1.-104) 1026 0 R (lstlisting.1.-105) 1048 0 R (lstlisting.1.-106) 1052 0 R (lstlisting.1.-107) 1055 0 R (lstlisting.1.-108) 1080 0 R] /Limits [(lstlisting.1.-103) (lstlisting.1.-108)] >> endobj 1803 0 obj << /Names [(lstlisting.1.-109) 1083 0 R (lstlisting.1.-11) 235 0 R (lstlisting.1.-110) 1087 0 R (lstlisting.1.-111) 1105 0 R (lstlisting.1.-112) 1109 0 R (lstlisting.1.-113) 1113 0 R] /Limits [(lstlisting.1.-109) (lstlisting.1.-113)] >> endobj 1804 0 obj << /Names [(lstlisting.1.-114) 1124 0 R (lstlisting.1.-115) 1127 0 R (lstlisting.1.-116) 1130 0 R (lstlisting.1.-117) 1146 0 R (lstlisting.1.-118) 1153 0 R (lstlisting.1.-119) 1166 0 R] /Limits [(lstlisting.1.-114) (lstlisting.1.-119)] >> endobj 1805 0 obj << /Names [(lstlisting.1.-12) 245 0 R (lstlisting.1.-120) 1169 0 R (lstlisting.1.-121) 1176 0 R (lstlisting.1.-122) 1192 0 R (lstlisting.1.-123) 1209 0 R (lstlisting.1.-124) 1214 0 R] /Limits [(lstlisting.1.-12) (lstlisting.1.-124)] >> endobj 1806 0 obj << /Names [(lstlisting.1.-125) 1217 0 R (lstlisting.1.-126) 1239 0 R (lstlisting.1.-127) 1243 0 R (lstlisting.1.-128) 1247 0 R (lstlisting.1.-129) 1268 0 R (lstlisting.1.-13) 362 0 R] /Limits [(lstlisting.1.-125) (lstlisting.1.-13)] >> endobj 1807 0 obj << /Names [(lstlisting.1.-130) 1272 0 R (lstlisting.1.-131) 1276 0 R (lstlisting.1.-132) 1298 0 R (lstlisting.1.-133) 1302 0 R (lstlisting.1.-134) 1307 0 R (lstlisting.1.-135) 1328 0 R] /Limits [(lstlisting.1.-130) (lstlisting.1.-135)] >> endobj 1808 0 obj << /Names [(lstlisting.1.-136) 1332 0 R (lstlisting.1.-137) 1336 0 R (lstlisting.1.-138) 1359 0 R (lstlisting.1.-139) 1363 0 R (lstlisting.1.-14) 368 0 R (lstlisting.1.-140) 1367 0 R] /Limits [(lstlisting.1.-136) (lstlisting.1.-140)] >> endobj 1809 0 obj << /Names [(lstlisting.1.-141) 1387 0 R (lstlisting.1.-142) 1391 0 R (lstlisting.1.-143) 1395 0 R (lstlisting.1.-144) 1417 0 R (lstlisting.1.-145) 1421 0 R (lstlisting.1.-146) 1425 0 R] /Limits [(lstlisting.1.-141) (lstlisting.1.-146)] >> endobj 1810 0 obj << /Names [(lstlisting.1.-147) 1446 0 R (lstlisting.1.-148) 1450 0 R (lstlisting.1.-149) 1454 0 R (lstlisting.1.-15) 371 0 R (lstlisting.1.-150) 1472 0 R (lstlisting.1.-151) 1476 0 R] /Limits [(lstlisting.1.-147) (lstlisting.1.-151)] >> endobj 1811 0 obj << /Names [(lstlisting.1.-152) 1480 0 R (lstlisting.1.-153) 1491 0 R (lstlisting.1.-154) 1494 0 R (lstlisting.1.-155) 1499 0 R (lstlisting.1.-156) 1517 0 R (lstlisting.1.-157) 1523 0 R] /Limits [(lstlisting.1.-152) (lstlisting.1.-157)] >> endobj 1812 0 obj << /Names [(lstlisting.1.-158) 1532 0 R (lstlisting.1.-159) 1536 0 R (lstlisting.1.-16) 377 0 R (lstlisting.1.-160) 1540 0 R (lstlisting.1.-17) 397 0 R (lstlisting.1.-18) 402 0 R] /Limits [(lstlisting.1.-158) (lstlisting.1.-18)] >> endobj 1813 0 obj << /Names [(lstlisting.1.-19) 405 0 R (lstlisting.1.-2) 107 0 R (lstlisting.1.-20) 418 0 R (lstlisting.1.-21) 421 0 R (lstlisting.1.-22) 424 0 R (lstlisting.1.-23) 428 0 R] /Limits [(lstlisting.1.-19) (lstlisting.1.-23)] >> endobj 1814 0 obj << /Names [(lstlisting.1.-24) 438 0 R (lstlisting.1.-25) 442 0 R (lstlisting.1.-26) 446 0 R (lstlisting.1.-27) 453 0 R (lstlisting.1.-28) 463 0 R (lstlisting.1.-29) 470 0 R] /Limits [(lstlisting.1.-24) (lstlisting.1.-29)] >> endobj 1815 0 obj << /Names [(lstlisting.1.-3) 110 0 R (lstlisting.1.-30) 473 0 R (lstlisting.1.-31) 476 0 R (lstlisting.1.-32) 491 0 R (lstlisting.1.-33) 497 0 R (lstlisting.1.-34) 500 0 R] /Limits [(lstlisting.1.-3) (lstlisting.1.-34)] >> endobj 1816 0 obj << /Names [(lstlisting.1.-35) 512 0 R (lstlisting.1.-36) 515 0 R (lstlisting.1.-37) 518 0 R (lstlisting.1.-38) 522 0 R (lstlisting.1.-39) 531 0 R (lstlisting.1.-4) 113 0 R] /Limits [(lstlisting.1.-35) (lstlisting.1.-4)] >> endobj 1817 0 obj << /Names [(lstlisting.1.-40) 536 0 R (lstlisting.1.-41) 542 0 R (lstlisting.1.-42) 553 0 R (lstlisting.1.-43) 559 0 R (lstlisting.1.-44) 563 0 R (lstlisting.1.-45) 575 0 R] /Limits [(lstlisting.1.-40) (lstlisting.1.-45)] >> endobj 1818 0 obj << /Names [(lstlisting.1.-46) 579 0 R (lstlisting.1.-47) 582 0 R (lstlisting.1.-48) 586 0 R (lstlisting.1.-49) 609 0 R (lstlisting.1.-5) 116 0 R (lstlisting.1.-50) 614 0 R] /Limits [(lstlisting.1.-46) (lstlisting.1.-50)] >> endobj 1819 0 obj << /Names [(lstlisting.1.-51) 621 0 R (lstlisting.1.-52) 635 0 R (lstlisting.1.-53) 638 0 R (lstlisting.1.-54) 649 0 R (lstlisting.1.-55) 657 0 R (lstlisting.1.-56) 660 0 R] /Limits [(lstlisting.1.-51) (lstlisting.1.-56)] >> endobj 1820 0 obj << /Names [(lstlisting.1.-57) 664 0 R (lstlisting.1.-58) 673 0 R (lstlisting.1.-59) 676 0 R (lstlisting.1.-6) 119 0 R (lstlisting.1.-60) 679 0 R (lstlisting.1.-61) 683 0 R] /Limits [(lstlisting.1.-57) (lstlisting.1.-61)] >> endobj 1821 0 obj << /Names [(lstlisting.1.-62) 690 0 R (lstlisting.1.-63) 719 0 R (lstlisting.1.-64) 724 0 R (lstlisting.1.-65) 730 0 R (lstlisting.1.-66) 736 0 R (lstlisting.1.-67) 740 0 R] /Limits [(lstlisting.1.-62) (lstlisting.1.-67)] >> endobj 1822 0 obj << /Names [(lstlisting.1.-68) 745 0 R (lstlisting.1.-69) 754 0 R (lstlisting.1.-7) 122 0 R (lstlisting.1.-70) 760 0 R (lstlisting.1.-71) 764 0 R (lstlisting.1.-72) 769 0 R] /Limits [(lstlisting.1.-68) (lstlisting.1.-72)] >> endobj 1823 0 obj << /Names [(lstlisting.1.-73) 778 0 R (lstlisting.1.-74) 782 0 R (lstlisting.1.-75) 785 0 R (lstlisting.1.-76) 791 0 R (lstlisting.1.-77) 801 0 R (lstlisting.1.-78) 804 0 R] /Limits [(lstlisting.1.-73) (lstlisting.1.-78)] >> endobj 1824 0 obj << /Names [(lstlisting.1.-79) 809 0 R (lstlisting.1.-8) 130 0 R (lstlisting.1.-80) 812 0 R (lstlisting.1.-81) 815 0 R (lstlisting.1.-82) 821 0 R (lstlisting.1.-83) 829 0 R] /Limits [(lstlisting.1.-79) (lstlisting.1.-83)] >> endobj 1825 0 obj << /Names [(lstlisting.1.-84) 838 0 R (lstlisting.1.-85) 856 0 R (lstlisting.1.-86) 862 0 R (lstlisting.1.-87) 865 0 R (lstlisting.1.-88) 869 0 R (lstlisting.1.-89) 884 0 R] /Limits [(lstlisting.1.-84) (lstlisting.1.-89)] >> endobj 1826 0 obj << /Names [(lstlisting.1.-9) 138 0 R (lstlisting.1.-90) 888 0 R (lstlisting.1.-91) 903 0 R (lstlisting.1.-92) 909 0 R (lstlisting.1.-93) 912 0 R (lstlisting.1.-94) 933 0 R] /Limits [(lstlisting.1.-9) (lstlisting.1.-94)] >> endobj 1827 0 obj << /Names [(lstlisting.1.-95) 937 0 R (lstlisting.1.-96) 943 0 R (lstlisting.1.-97) 964 0 R (lstlisting.1.-98) 969 0 R (lstlisting.1.-99) 987 0 R (lstnumber.-1.1) 97 0 R] /Limits [(lstlisting.1.-95) (lstnumber.-1.1)] >> endobj 1828 0 obj << /Names [(lstnumber.-10.1) 156 0 R (lstnumber.-10.10) 172 0 R (lstnumber.-10.11) 173 0 R (lstnumber.-10.12) 174 0 R (lstnumber.-10.13) 175 0 R (lstnumber.-10.14) 176 0 R] /Limits [(lstnumber.-10.1) (lstnumber.-10.14)] >> endobj 1829 0 obj << /Names [(lstnumber.-10.15) 177 0 R (lstnumber.-10.16) 178 0 R (lstnumber.-10.17) 179 0 R (lstnumber.-10.18) 180 0 R (lstnumber.-10.19) 181 0 R (lstnumber.-10.2) 157 0 R] /Limits [(lstnumber.-10.15) (lstnumber.-10.2)] >> endobj 1830 0 obj << /Names [(lstnumber.-10.20) 182 0 R (lstnumber.-10.21) 183 0 R (lstnumber.-10.22) 184 0 R (lstnumber.-10.23) 185 0 R (lstnumber.-10.24) 186 0 R (lstnumber.-10.25) 187 0 R] /Limits [(lstnumber.-10.20) (lstnumber.-10.25)] >> endobj 1831 0 obj << /Names [(lstnumber.-10.26) 188 0 R (lstnumber.-10.27) 189 0 R (lstnumber.-10.28) 190 0 R (lstnumber.-10.29) 191 0 R (lstnumber.-10.3) 158 0 R (lstnumber.-10.30) 192 0 R] /Limits [(lstnumber.-10.26) (lstnumber.-10.30)] >> endobj 1832 0 obj << /Names [(lstnumber.-10.31) 193 0 R (lstnumber.-10.32) 194 0 R (lstnumber.-10.33) 195 0 R (lstnumber.-10.34) 196 0 R (lstnumber.-10.35) 197 0 R (lstnumber.-10.36) 198 0 R] /Limits [(lstnumber.-10.31) (lstnumber.-10.36)] >> endobj 1833 0 obj << /Names [(lstnumber.-10.4) 159 0 R (lstnumber.-10.5) 160 0 R (lstnumber.-10.6) 161 0 R (lstnumber.-10.7) 162 0 R (lstnumber.-10.8) 170 0 R (lstnumber.-10.9) 171 0 R] /Limits [(lstnumber.-10.4) (lstnumber.-10.9)] >> endobj 1834 0 obj << /Names [(lstnumber.-100.1) 993 0 R (lstnumber.-100.2) 994 0 R (lstnumber.-101.1) 997 0 R (lstnumber.-101.2) 998 0 R (lstnumber.-102.1) 1019 0 R (lstnumber.-102.2) 1020 0 R] /Limits [(lstnumber.-100.1) (lstnumber.-102.2)] >> endobj 1835 0 obj << /Names [(lstnumber.-103.1) 1023 0 R (lstnumber.-103.2) 1024 0 R (lstnumber.-104.1) 1027 0 R (lstnumber.-104.2) 1028 0 R (lstnumber.-105.1) 1049 0 R (lstnumber.-105.2) 1050 0 R] /Limits [(lstnumber.-103.1) (lstnumber.-105.2)] >> endobj 1836 0 obj << /Names [(lstnumber.-106.1) 1053 0 R (lstnumber.-107.1) 1056 0 R (lstnumber.-107.2) 1057 0 R (lstnumber.-108.1) 1081 0 R (lstnumber.-109.1) 1084 0 R (lstnumber.-109.2) 1085 0 R] /Limits [(lstnumber.-106.1) (lstnumber.-109.2)] >> endobj 1837 0 obj << /Names [(lstnumber.-11.1) 236 0 R (lstnumber.-11.2) 237 0 R (lstnumber.-11.3) 238 0 R (lstnumber.-11.4) 239 0 R (lstnumber.-11.5) 240 0 R (lstnumber.-110.1) 1088 0 R] /Limits [(lstnumber.-11.1) (lstnumber.-110.1)] >> endobj 1838 0 obj << /Names [(lstnumber.-110.2) 1089 0 R (lstnumber.-111.1) 1106 0 R (lstnumber.-111.2) 1107 0 R (lstnumber.-112.1) 1110 0 R (lstnumber.-112.2) 1111 0 R (lstnumber.-113.1) 1114 0 R] /Limits [(lstnumber.-110.2) (lstnumber.-113.1)] >> endobj 1839 0 obj << /Names [(lstnumber.-113.2) 1115 0 R (lstnumber.-114.1) 1125 0 R (lstnumber.-115.1) 1128 0 R (lstnumber.-116.1) 1131 0 R (lstnumber.-116.2) 1132 0 R (lstnumber.-116.3) 1133 0 R] /Limits [(lstnumber.-113.2) (lstnumber.-116.3)] >> endobj 1840 0 obj << /Names [(lstnumber.-117.1) 1147 0 R (lstnumber.-117.2) 1148 0 R (lstnumber.-117.3) 1149 0 R (lstnumber.-117.4) 1150 0 R (lstnumber.-117.5) 1151 0 R (lstnumber.-118.1) 1154 0 R] /Limits [(lstnumber.-117.1) (lstnumber.-118.1)] >> endobj 1841 0 obj << /Names [(lstnumber.-118.2) 1155 0 R (lstnumber.-118.3) 1156 0 R (lstnumber.-118.4) 1157 0 R (lstnumber.-119.1) 1167 0 R (lstnumber.-12.1) 246 0 R (lstnumber.-12.10) 255 0 R] /Limits [(lstnumber.-118.2) (lstnumber.-12.10)] >> endobj 1842 0 obj << /Names [(lstnumber.-12.11) 256 0 R (lstnumber.-12.12) 262 0 R (lstnumber.-12.13) 263 0 R (lstnumber.-12.14) 264 0 R (lstnumber.-12.15) 265 0 R (lstnumber.-12.16) 266 0 R] /Limits [(lstnumber.-12.11) (lstnumber.-12.16)] >> endobj 1843 0 obj << /Names [(lstnumber.-12.17) 267 0 R (lstnumber.-12.18) 268 0 R (lstnumber.-12.19) 269 0 R (lstnumber.-12.2) 247 0 R (lstnumber.-12.20) 270 0 R (lstnumber.-12.21) 271 0 R] /Limits [(lstnumber.-12.17) (lstnumber.-12.21)] >> endobj 1844 0 obj << /Names [(lstnumber.-12.22) 272 0 R (lstnumber.-12.23) 273 0 R (lstnumber.-12.24) 274 0 R (lstnumber.-12.25) 275 0 R (lstnumber.-12.26) 276 0 R (lstnumber.-12.27) 277 0 R] /Limits [(lstnumber.-12.22) (lstnumber.-12.27)] >> endobj 1845 0 obj << /Names [(lstnumber.-12.28) 278 0 R (lstnumber.-12.29) 279 0 R (lstnumber.-12.3) 248 0 R (lstnumber.-12.30) 280 0 R (lstnumber.-12.31) 281 0 R (lstnumber.-12.32) 282 0 R] /Limits [(lstnumber.-12.28) (lstnumber.-12.32)] >> endobj 1846 0 obj << /Names [(lstnumber.-12.33) 283 0 R (lstnumber.-12.34) 284 0 R (lstnumber.-12.35) 285 0 R (lstnumber.-12.36) 286 0 R (lstnumber.-12.37) 287 0 R (lstnumber.-12.38) 288 0 R] /Limits [(lstnumber.-12.33) (lstnumber.-12.38)] >> endobj 1847 0 obj << /Names [(lstnumber.-12.39) 289 0 R (lstnumber.-12.4) 249 0 R (lstnumber.-12.40) 290 0 R (lstnumber.-12.41) 291 0 R (lstnumber.-12.42) 292 0 R (lstnumber.-12.43) 293 0 R] /Limits [(lstnumber.-12.39) (lstnumber.-12.43)] >> endobj 1848 0 obj << /Names [(lstnumber.-12.44) 294 0 R (lstnumber.-12.45) 295 0 R (lstnumber.-12.46) 296 0 R (lstnumber.-12.47) 297 0 R (lstnumber.-12.48) 298 0 R (lstnumber.-12.49) 299 0 R] /Limits [(lstnumber.-12.44) (lstnumber.-12.49)] >> endobj 1849 0 obj << /Names [(lstnumber.-12.5) 250 0 R (lstnumber.-12.50) 300 0 R (lstnumber.-12.6) 251 0 R (lstnumber.-12.7) 252 0 R (lstnumber.-12.8) 253 0 R (lstnumber.-12.9) 254 0 R] /Limits [(lstnumber.-12.5) (lstnumber.-12.9)] >> endobj 1850 0 obj << /Names [(lstnumber.-120.1) 1170 0 R (lstnumber.-120.2) 1171 0 R (lstnumber.-120.3) 1172 0 R (lstnumber.-120.4) 1173 0 R (lstnumber.-120.5) 1174 0 R (lstnumber.-121.1) 1177 0 R] /Limits [(lstnumber.-120.1) (lstnumber.-121.1)] >> endobj 1851 0 obj << /Names [(lstnumber.-121.2) 1178 0 R (lstnumber.-121.3) 1179 0 R (lstnumber.-121.4) 1180 0 R (lstnumber.-121.5) 1181 0 R (lstnumber.-122.1) 1193 0 R (lstnumber.-122.2) 1194 0 R] /Limits [(lstnumber.-121.2) (lstnumber.-122.2)] >> endobj 1852 0 obj << /Names [(lstnumber.-122.3) 1195 0 R (lstnumber.-122.4) 1196 0 R (lstnumber.-123.1) 1210 0 R (lstnumber.-123.2) 1211 0 R (lstnumber.-123.3) 1212 0 R (lstnumber.-124.1) 1215 0 R] /Limits [(lstnumber.-122.3) (lstnumber.-124.1)] >> endobj 1853 0 obj << /Names [(lstnumber.-125.1) 1218 0 R (lstnumber.-125.2) 1219 0 R (lstnumber.-126.1) 1240 0 R (lstnumber.-126.2) 1241 0 R (lstnumber.-127.1) 1244 0 R (lstnumber.-127.2) 1245 0 R] /Limits [(lstnumber.-125.1) (lstnumber.-127.2)] >> endobj 1854 0 obj << /Names [(lstnumber.-128.1) 1248 0 R (lstnumber.-128.2) 1249 0 R (lstnumber.-129.1) 1269 0 R (lstnumber.-129.2) 1270 0 R (lstnumber.-13.1) 363 0 R (lstnumber.-13.2) 364 0 R] /Limits [(lstnumber.-128.1) (lstnumber.-13.2)] >> endobj 1855 0 obj << /Names [(lstnumber.-13.3) 365 0 R (lstnumber.-130.1) 1273 0 R (lstnumber.-130.2) 1274 0 R (lstnumber.-131.1) 1277 0 R (lstnumber.-131.2) 1278 0 R (lstnumber.-132.1) 1299 0 R] /Limits [(lstnumber.-13.3) (lstnumber.-132.1)] >> endobj 1856 0 obj << /Names [(lstnumber.-132.2) 1300 0 R (lstnumber.-133.1) 1303 0 R (lstnumber.-133.2) 1304 0 R (lstnumber.-133.3) 1305 0 R (lstnumber.-134.1) 1308 0 R (lstnumber.-134.2) 1309 0 R] /Limits [(lstnumber.-132.2) (lstnumber.-134.2)] >> endobj 1857 0 obj << /Names [(lstnumber.-135.1) 1329 0 R (lstnumber.-135.2) 1330 0 R (lstnumber.-136.1) 1333 0 R (lstnumber.-136.2) 1334 0 R (lstnumber.-137.1) 1337 0 R (lstnumber.-137.2) 1338 0 R] /Limits [(lstnumber.-135.1) (lstnumber.-137.2)] >> endobj 1858 0 obj << /Names [(lstnumber.-138.1) 1360 0 R (lstnumber.-138.2) 1361 0 R (lstnumber.-139.1) 1364 0 R (lstnumber.-139.2) 1365 0 R (lstnumber.-14.1) 369 0 R (lstnumber.-140.1) 1368 0 R] /Limits [(lstnumber.-138.1) (lstnumber.-140.1)] >> endobj 1859 0 obj << /Names [(lstnumber.-141.1) 1388 0 R (lstnumber.-141.2) 1389 0 R (lstnumber.-142.1) 1392 0 R (lstnumber.-142.2) 1393 0 R (lstnumber.-143.1) 1396 0 R (lstnumber.-143.2) 1397 0 R] /Limits [(lstnumber.-141.1) (lstnumber.-143.2)] >> endobj 1860 0 obj << /Names [(lstnumber.-144.1) 1418 0 R (lstnumber.-144.2) 1419 0 R (lstnumber.-145.1) 1422 0 R (lstnumber.-145.2) 1423 0 R (lstnumber.-146.1) 1426 0 R (lstnumber.-146.2) 1427 0 R] /Limits [(lstnumber.-144.1) (lstnumber.-146.2)] >> endobj 1861 0 obj << /Names [(lstnumber.-147.1) 1447 0 R (lstnumber.-147.2) 1448 0 R (lstnumber.-148.1) 1451 0 R (lstnumber.-148.2) 1452 0 R (lstnumber.-149.1) 1455 0 R (lstnumber.-149.2) 1456 0 R] /Limits [(lstnumber.-147.1) (lstnumber.-149.2)] >> endobj 1862 0 obj << /Names [(lstnumber.-15.1) 372 0 R (lstnumber.-15.2) 373 0 R (lstnumber.-15.3) 374 0 R (lstnumber.-15.4) 375 0 R (lstnumber.-150.1) 1473 0 R (lstnumber.-150.2) 1474 0 R] /Limits [(lstnumber.-15.1) (lstnumber.-150.2)] >> endobj 1863 0 obj << /Names [(lstnumber.-151.1) 1477 0 R (lstnumber.-151.2) 1478 0 R (lstnumber.-152.1) 1481 0 R (lstnumber.-153.1) 1492 0 R (lstnumber.-154.1) 1495 0 R (lstnumber.-154.2) 1496 0 R] /Limits [(lstnumber.-151.1) (lstnumber.-154.2)] >> endobj 1864 0 obj << /Names [(lstnumber.-154.3) 1497 0 R (lstnumber.-155.1) 1500 0 R (lstnumber.-155.2) 1501 0 R (lstnumber.-155.3) 1502 0 R (lstnumber.-155.4) 1503 0 R (lstnumber.-155.5) 1504 0 R] /Limits [(lstnumber.-154.3) (lstnumber.-155.5)] >> endobj 1865 0 obj << /Names [(lstnumber.-156.1) 1518 0 R (lstnumber.-156.2) 1519 0 R (lstnumber.-156.3) 1520 0 R (lstnumber.-156.4) 1521 0 R (lstnumber.-157.1) 1524 0 R (lstnumber.-157.2) 1525 0 R] /Limits [(lstnumber.-156.1) (lstnumber.-157.2)] >> endobj 1866 0 obj << /Names [(lstnumber.-158.1) 1533 0 R (lstnumber.-158.2) 1534 0 R (lstnumber.-159.1) 1537 0 R (lstnumber.-159.2) 1538 0 R (lstnumber.-16.1) 378 0 R (lstnumber.-16.2) 379 0 R] /Limits [(lstnumber.-158.1) (lstnumber.-16.2)] >> endobj 1867 0 obj << /Names [(lstnumber.-16.3) 380 0 R (lstnumber.-16.4) 381 0 R (lstnumber.-160.1) 1541 0 R (lstnumber.-160.2) 1542 0 R (lstnumber.-17.1) 398 0 R (lstnumber.-17.2) 399 0 R] /Limits [(lstnumber.-16.3) (lstnumber.-17.2)] >> endobj 1868 0 obj << /Names [(lstnumber.-17.3) 400 0 R (lstnumber.-18.1) 403 0 R (lstnumber.-19.1) 406 0 R (lstnumber.-19.2) 407 0 R (lstnumber.-2.1) 108 0 R (lstnumber.-20.1) 419 0 R] /Limits [(lstnumber.-17.3) (lstnumber.-20.1)] >> endobj 1869 0 obj << /Names [(lstnumber.-20.2) 420 0 R (lstnumber.-21.1) 422 0 R (lstnumber.-22.1) 425 0 R (lstnumber.-22.2) 426 0 R (lstnumber.-23.1) 429 0 R (lstnumber.-23.2) 430 0 R] /Limits [(lstnumber.-20.2) (lstnumber.-23.2)] >> endobj 1870 0 obj << /Names [(lstnumber.-23.3) 431 0 R (lstnumber.-24.1) 439 0 R (lstnumber.-24.2) 440 0 R (lstnumber.-25.1) 443 0 R (lstnumber.-25.2) 444 0 R (lstnumber.-26.1) 447 0 R] /Limits [(lstnumber.-23.3) (lstnumber.-26.1)] >> endobj 1871 0 obj << /Names [(lstnumber.-26.2) 448 0 R (lstnumber.-26.3) 449 0 R (lstnumber.-26.4) 450 0 R (lstnumber.-26.5) 451 0 R (lstnumber.-27.1) 454 0 R (lstnumber.-28.1) 464 0 R] /Limits [(lstnumber.-26.2) (lstnumber.-28.1)] >> endobj 1872 0 obj << /Names [(lstnumber.-28.2) 465 0 R (lstnumber.-28.3) 466 0 R (lstnumber.-28.4) 467 0 R (lstnumber.-28.5) 468 0 R (lstnumber.-29.1) 471 0 R (lstnumber.-3.1) 111 0 R] /Limits [(lstnumber.-28.2) (lstnumber.-3.1)] >> endobj 1873 0 obj << /Names [(lstnumber.-30.1) 474 0 R (lstnumber.-31.1) 477 0 R (lstnumber.-31.2) 478 0 R (lstnumber.-31.3) 479 0 R (lstnumber.-31.4) 480 0 R (lstnumber.-31.5) 481 0 R] /Limits [(lstnumber.-30.1) (lstnumber.-31.5)] >> endobj 1874 0 obj << /Names [(lstnumber.-32.1) 492 0 R (lstnumber.-32.2) 493 0 R (lstnumber.-32.3) 494 0 R (lstnumber.-32.4) 495 0 R (lstnumber.-32.5) 496 0 R (lstnumber.-33.1) 498 0 R] /Limits [(lstnumber.-32.1) (lstnumber.-33.1)] >> endobj 1875 0 obj << /Names [(lstnumber.-34.1) 501 0 R (lstnumber.-34.2) 502 0 R (lstnumber.-34.3) 503 0 R (lstnumber.-35.1) 513 0 R (lstnumber.-36.1) 516 0 R (lstnumber.-36.2) 517 0 R] /Limits [(lstnumber.-34.1) (lstnumber.-36.2)] >> endobj 1876 0 obj << /Names [(lstnumber.-37.1) 519 0 R (lstnumber.-37.2) 520 0 R (lstnumber.-38.1) 523 0 R (lstnumber.-38.2) 524 0 R (lstnumber.-39.1) 532 0 R (lstnumber.-39.2) 533 0 R] /Limits [(lstnumber.-37.1) (lstnumber.-39.2)] >> endobj 1877 0 obj << /Names [(lstnumber.-39.3) 534 0 R (lstnumber.-4.1) 114 0 R (lstnumber.-40.1) 537 0 R (lstnumber.-40.2) 538 0 R (lstnumber.-40.3) 539 0 R (lstnumber.-40.4) 540 0 R] /Limits [(lstnumber.-39.3) (lstnumber.-40.4)] >> endobj 1878 0 obj << /Names [(lstnumber.-41.1) 543 0 R (lstnumber.-41.2) 544 0 R (lstnumber.-42.1) 554 0 R (lstnumber.-42.2) 555 0 R (lstnumber.-42.3) 556 0 R (lstnumber.-42.4) 557 0 R] /Limits [(lstnumber.-41.1) (lstnumber.-42.4)] >> endobj 1879 0 obj << /Names [(lstnumber.-43.1) 560 0 R (lstnumber.-43.2) 561 0 R (lstnumber.-44.1) 564 0 R (lstnumber.-44.2) 565 0 R (lstnumber.-44.3) 566 0 R (lstnumber.-45.1) 576 0 R] /Limits [(lstnumber.-43.1) (lstnumber.-45.1)] >> endobj 1880 0 obj << /Names [(lstnumber.-45.2) 577 0 R (lstnumber.-46.1) 580 0 R (lstnumber.-47.1) 583 0 R (lstnumber.-47.2) 584 0 R (lstnumber.-48.1) 587 0 R (lstnumber.-48.2) 588 0 R] /Limits [(lstnumber.-45.2) (lstnumber.-48.2)] >> endobj 1881 0 obj << /Names [(lstnumber.-48.3) 589 0 R (lstnumber.-49.1) 610 0 R (lstnumber.-49.2) 611 0 R (lstnumber.-49.3) 612 0 R (lstnumber.-5.1) 117 0 R (lstnumber.-50.1) 615 0 R] /Limits [(lstnumber.-48.3) (lstnumber.-50.1)] >> endobj 1882 0 obj << /Names [(lstnumber.-50.2) 616 0 R (lstnumber.-50.3) 617 0 R (lstnumber.-50.4) 618 0 R (lstnumber.-50.5) 619 0 R (lstnumber.-51.1) 622 0 R (lstnumber.-51.2) 623 0 R] /Limits [(lstnumber.-50.2) (lstnumber.-51.2)] >> endobj 1883 0 obj << /Names [(lstnumber.-51.3) 624 0 R (lstnumber.-52.1) 636 0 R (lstnumber.-53.1) 639 0 R (lstnumber.-54.1) 650 0 R (lstnumber.-54.2) 651 0 R (lstnumber.-54.3) 652 0 R] /Limits [(lstnumber.-51.3) (lstnumber.-54.3)] >> endobj 1884 0 obj << /Names [(lstnumber.-54.4) 653 0 R (lstnumber.-54.5) 654 0 R (lstnumber.-54.6) 655 0 R (lstnumber.-55.1) 658 0 R (lstnumber.-56.1) 661 0 R (lstnumber.-56.2) 662 0 R] /Limits [(lstnumber.-54.4) (lstnumber.-56.2)] >> endobj 1885 0 obj << /Names [(lstnumber.-57.1) 665 0 R (lstnumber.-58.1) 674 0 R (lstnumber.-59.1) 677 0 R (lstnumber.-6.1) 120 0 R (lstnumber.-60.1) 680 0 R (lstnumber.-60.2) 681 0 R] /Limits [(lstnumber.-57.1) (lstnumber.-60.2)] >> endobj 1886 0 obj << /Names [(lstnumber.-61.1) 684 0 R (lstnumber.-61.2) 685 0 R (lstnumber.-61.3) 686 0 R (lstnumber.-61.4) 687 0 R (lstnumber.-61.5) 688 0 R (lstnumber.-61.6) 689 0 R] /Limits [(lstnumber.-61.1) (lstnumber.-61.6)] >> endobj 1887 0 obj << /Names [(lstnumber.-62.1) 691 0 R (lstnumber.-62.2) 692 0 R (lstnumber.-63.1) 720 0 R (lstnumber.-63.2) 721 0 R (lstnumber.-63.3) 722 0 R (lstnumber.-64.1) 725 0 R] /Limits [(lstnumber.-62.1) (lstnumber.-64.1)] >> endobj 1888 0 obj << /Names [(lstnumber.-64.2) 726 0 R (lstnumber.-64.3) 727 0 R (lstnumber.-64.4) 728 0 R (lstnumber.-65.1) 731 0 R (lstnumber.-65.2) 732 0 R (lstnumber.-65.3) 733 0 R] /Limits [(lstnumber.-64.2) (lstnumber.-65.3)] >> endobj 1889 0 obj << /Names [(lstnumber.-65.4) 734 0 R (lstnumber.-66.1) 737 0 R (lstnumber.-66.2) 738 0 R (lstnumber.-67.1) 741 0 R (lstnumber.-67.2) 742 0 R (lstnumber.-67.3) 743 0 R] /Limits [(lstnumber.-65.4) (lstnumber.-67.3)] >> endobj 1890 0 obj << /Names [(lstnumber.-68.1) 746 0 R (lstnumber.-68.2) 747 0 R (lstnumber.-68.3) 748 0 R (lstnumber.-69.1) 755 0 R (lstnumber.-69.2) 756 0 R (lstnumber.-69.3) 757 0 R] /Limits [(lstnumber.-68.1) (lstnumber.-69.3)] >> endobj 1891 0 obj << /Names [(lstnumber.-69.4) 758 0 R (lstnumber.-7.1) 123 0 R (lstnumber.-70.1) 761 0 R (lstnumber.-70.2) 762 0 R (lstnumber.-71.1) 765 0 R (lstnumber.-71.2) 766 0 R] /Limits [(lstnumber.-69.4) (lstnumber.-71.2)] >> endobj 1892 0 obj << /Names [(lstnumber.-71.3) 767 0 R (lstnumber.-72.1) 770 0 R (lstnumber.-72.2) 771 0 R (lstnumber.-72.3) 772 0 R (lstnumber.-72.4) 773 0 R (lstnumber.-72.5) 774 0 R] /Limits [(lstnumber.-71.3) (lstnumber.-72.5)] >> endobj 1893 0 obj << /Names [(lstnumber.-72.6) 775 0 R (lstnumber.-72.7) 776 0 R (lstnumber.-73.1) 779 0 R (lstnumber.-73.2) 780 0 R (lstnumber.-74.1) 783 0 R (lstnumber.-75.1) 786 0 R] /Limits [(lstnumber.-72.6) (lstnumber.-75.1)] >> endobj 1894 0 obj << /Names [(lstnumber.-75.2) 787 0 R (lstnumber.-75.3) 788 0 R (lstnumber.-75.4) 789 0 R (lstnumber.-76.1) 792 0 R (lstnumber.-76.2) 793 0 R (lstnumber.-76.3) 794 0 R] /Limits [(lstnumber.-75.2) (lstnumber.-76.3)] >> endobj 1895 0 obj << /Names [(lstnumber.-76.4) 795 0 R (lstnumber.-77.1) 802 0 R (lstnumber.-78.1) 805 0 R (lstnumber.-78.2) 806 0 R (lstnumber.-78.3) 807 0 R (lstnumber.-79.1) 810 0 R] /Limits [(lstnumber.-76.4) (lstnumber.-79.1)] >> endobj 1896 0 obj << /Names [(lstnumber.-8.1) 131 0 R (lstnumber.-8.2) 132 0 R (lstnumber.-8.3) 133 0 R (lstnumber.-80.1) 813 0 R (lstnumber.-81.1) 816 0 R (lstnumber.-81.2) 817 0 R] /Limits [(lstnumber.-8.1) (lstnumber.-81.2)] >> endobj 1897 0 obj << /Names [(lstnumber.-81.3) 818 0 R (lstnumber.-81.4) 819 0 R (lstnumber.-82.1) 822 0 R (lstnumber.-82.2) 823 0 R (lstnumber.-82.3) 824 0 R (lstnumber.-82.4) 825 0 R] /Limits [(lstnumber.-81.3) (lstnumber.-82.4)] >> endobj 1898 0 obj << /Names [(lstnumber.-82.5) 826 0 R (lstnumber.-82.6) 827 0 R (lstnumber.-83.1) 830 0 R (lstnumber.-83.2) 831 0 R (lstnumber.-83.3) 832 0 R (lstnumber.-83.4) 833 0 R] /Limits [(lstnumber.-82.5) (lstnumber.-83.4)] >> endobj 1899 0 obj << /Names [(lstnumber.-83.5) 834 0 R (lstnumber.-83.6) 835 0 R (lstnumber.-83.7) 836 0 R (lstnumber.-84.1) 839 0 R (lstnumber.-84.2) 840 0 R (lstnumber.-84.3) 841 0 R] /Limits [(lstnumber.-83.5) (lstnumber.-84.3)] >> endobj 1900 0 obj << /Names [(lstnumber.-84.4) 842 0 R (lstnumber.-84.5) 843 0 R (lstnumber.-85.1) 857 0 R (lstnumber.-85.2) 858 0 R (lstnumber.-85.3) 859 0 R (lstnumber.-85.4) 860 0 R] /Limits [(lstnumber.-84.4) (lstnumber.-85.4)] >> endobj 1901 0 obj << /Names [(lstnumber.-86.1) 863 0 R (lstnumber.-87.1) 866 0 R (lstnumber.-87.2) 867 0 R (lstnumber.-88.1) 870 0 R (lstnumber.-89.1) 885 0 R (lstnumber.-89.2) 886 0 R] /Limits [(lstnumber.-86.1) (lstnumber.-89.2)] >> endobj 1902 0 obj << /Names [(lstnumber.-9.1) 139 0 R (lstnumber.-9.2) 140 0 R (lstnumber.-9.3) 141 0 R (lstnumber.-9.4) 142 0 R (lstnumber.-9.5) 143 0 R (lstnumber.-9.6) 144 0 R] /Limits [(lstnumber.-9.1) (lstnumber.-9.6)] >> endobj 1903 0 obj << /Names [(lstnumber.-9.7) 145 0 R (lstnumber.-9.8) 146 0 R (lstnumber.-90.1) 889 0 R (lstnumber.-90.2) 890 0 R (lstnumber.-90.3) 891 0 R (lstnumber.-91.1) 904 0 R] /Limits [(lstnumber.-9.7) (lstnumber.-91.1)] >> endobj 1904 0 obj << /Names [(lstnumber.-91.2) 905 0 R (lstnumber.-91.3) 906 0 R (lstnumber.-91.4) 907 0 R (lstnumber.-92.1) 910 0 R (lstnumber.-93.1) 913 0 R (lstnumber.-93.2) 914 0 R] /Limits [(lstnumber.-91.2) (lstnumber.-93.2)] >> endobj 1905 0 obj << /Names [(lstnumber.-94.1) 934 0 R (lstnumber.-94.2) 935 0 R (lstnumber.-95.1) 938 0 R (lstnumber.-95.2) 939 0 R (lstnumber.-96.1) 944 0 R (lstnumber.-96.2) 945 0 R] /Limits [(lstnumber.-94.1) (lstnumber.-96.2)] >> endobj 1906 0 obj << /Names [(lstnumber.-97.1) 965 0 R (lstnumber.-97.2) 966 0 R (lstnumber.-97.3) 967 0 R (lstnumber.-98.1) 970 0 R (lstnumber.-98.2) 971 0 R (lstnumber.-99.1) 988 0 R] /Limits [(lstnumber.-97.1) (lstnumber.-99.1)] >> endobj 1907 0 obj << /Names [(lstnumber.-99.2) 989 0 R (lstnumber.-99.3) 990 0 R (page.1) 64 0 R (page.10) 261 0 R (page.11) 316 0 R (page.12) 360 0 R] /Limits [(lstnumber.-99.2) (page.12)] >> endobj 1908 0 obj << /Names [(page.13) 395 0 R (page.14) 417 0 R (page.15) 436 0 R (page.16) 461 0 R (page.17) 489 0 R (page.18) 510 0 R] /Limits [(page.13) (page.18)] >> endobj 1909 0 obj << /Names [(page.19) 530 0 R (page.2) 73 0 R (page.20) 552 0 R (page.21) 573 0 R (page.22) 607 0 R (page.23) 633 0 R] /Limits [(page.19) (page.23)] >> endobj 1910 0 obj << /Names [(page.24) 644 0 R (page.25) 671 0 R (page.26) 698 0 R (page.27) 702 0 R (page.28) 707 0 R (page.29) 711 0 R] /Limits [(page.24) (page.29)] >> endobj 1911 0 obj << /Names [(page.3) 79 0 R (page.30) 715 0 R (page.31) 752 0 R (page.32) 799 0 R (page.33) 854 0 R (page.34) 882 0 R] /Limits [(page.3) (page.34)] >> endobj 1912 0 obj << /Names [(page.35) 901 0 R (page.36) 931 0 R (page.37) 962 0 R (page.38) 986 0 R (page.39) 1016 0 R (page.4) 88 0 R] /Limits [(page.35) (page.4)] >> endobj 1913 0 obj << /Names [(page.40) 1047 0 R (page.41) 1078 0 R (page.42) 1104 0 R (page.43) 1122 0 R (page.44) 1144 0 R (page.45) 1164 0 R] /Limits [(page.40) (page.45)] >> endobj 1914 0 obj << /Names [(page.46) 1190 0 R (page.47) 1207 0 R (page.48) 1237 0 R (page.49) 1267 0 R (page.5) 92 0 R (page.50) 1296 0 R] /Limits [(page.46) (page.50)] >> endobj 1915 0 obj << /Names [(page.51) 1327 0 R (page.52) 1357 0 R (page.53) 1386 0 R (page.54) 1415 0 R (page.55) 1445 0 R (page.56) 1470 0 R] /Limits [(page.51) (page.56)] >> endobj 1916 0 obj << /Names [(page.57) 1489 0 R (page.58) 1515 0 R (page.59) 1530 0 R (page.6) 105 0 R (page.60) 1546 0 R (page.61) 1636 0 R] /Limits [(page.57) (page.61)] >> endobj 1917 0 obj << /Names [(page.62) 1714 0 R (page.7) 128 0 R (page.8) 169 0 R (page.9) 218 0 R (page.i) 25 0 R (page.ii) 35 0 R] /Limits [(page.62) (page.ii)] >> endobj 1918 0 obj << /Names [(page.iii) 45 0 R (page.iv) 54 0 R (section.1.1) 6 0 R (section.1.2) 10 0 R (section.1.3) 14 0 R] /Limits [(page.iii) (section.1.3)] >> endobj 1919 0 obj << /Kids [1756 0 R 1757 0 R 1758 0 R 1759 0 R 1760 0 R 1761 0 R] /Limits [(Doc-Start) (GSASL-KERBEROS-V5-INTERNAL-ERROR:CAPS)] >> endobj 1920 0 obj << /Kids [1762 0 R 1763 0 R 1764 0 R 1765 0 R 1766 0 R 1767 0 R] /Limits [(GSASL-MALLOC-ERROR:CAPS) (GSASL-SASLPREP-ERROR:CAPS)] >> endobj 1921 0 obj << /Kids [1768 0 R 1769 0 R 1770 0 R 1771 0 R 1772 0 R 1773 0 R] /Limits [(GSASL-SCRAM-ITER:CAPS) (Gsasl-done-function)] >> endobj 1922 0 obj << /Kids [1774 0 R 1775 0 R 1776 0 R 1777 0 R 1778 0 R 1779 0 R] /Limits [(Gsasl-finish-function) (gsasl-appinfo-set)] >> endobj 1923 0 obj << /Kids [1780 0 R 1781 0 R 1782 0 R 1783 0 R 1784 0 R 1785 0 R] /Limits [(gsasl-application-data-get) (gsasl-client-listmech)] >> endobj 1924 0 obj << /Kids [1786 0 R 1787 0 R 1788 0 R 1789 0 R 1790 0 R 1791 0 R] /Limits [(gsasl-client-mechlist) (gsasl-property-set)] >> endobj 1925 0 obj << /Kids [1792 0 R 1793 0 R 1794 0 R 1795 0 R 1796 0 R 1797 0 R] /Limits [(gsasl-property-set-raw) (gsasl-server-listmech)] >> endobj 1926 0 obj << /Kids [1798 0 R 1799 0 R 1800 0 R 1801 0 R 1802 0 R 1803 0 R] /Limits [(gsasl-server-mechlist) (lstlisting.1.-113)] >> endobj 1927 0 obj << /Kids [1804 0 R 1805 0 R 1806 0 R 1807 0 R 1808 0 R 1809 0 R] /Limits [(lstlisting.1.-114) (lstlisting.1.-146)] >> endobj 1928 0 obj << /Kids [1810 0 R 1811 0 R 1812 0 R 1813 0 R 1814 0 R 1815 0 R] /Limits [(lstlisting.1.-147) (lstlisting.1.-34)] >> endobj 1929 0 obj << /Kids [1816 0 R 1817 0 R 1818 0 R 1819 0 R 1820 0 R 1821 0 R] /Limits [(lstlisting.1.-35) (lstlisting.1.-67)] >> endobj 1930 0 obj << /Kids [1822 0 R 1823 0 R 1824 0 R 1825 0 R 1826 0 R 1827 0 R] /Limits [(lstlisting.1.-68) (lstnumber.-1.1)] >> endobj 1931 0 obj << /Kids [1828 0 R 1829 0 R 1830 0 R 1831 0 R 1832 0 R 1833 0 R] /Limits [(lstnumber.-10.1) (lstnumber.-10.9)] >> endobj 1932 0 obj << /Kids [1834 0 R 1835 0 R 1836 0 R 1837 0 R 1838 0 R 1839 0 R] /Limits [(lstnumber.-100.1) (lstnumber.-116.3)] >> endobj 1933 0 obj << /Kids [1840 0 R 1841 0 R 1842 0 R 1843 0 R 1844 0 R 1845 0 R] /Limits [(lstnumber.-117.1) (lstnumber.-12.32)] >> endobj 1934 0 obj << /Kids [1846 0 R 1847 0 R 1848 0 R 1849 0 R 1850 0 R 1851 0 R] /Limits [(lstnumber.-12.33) (lstnumber.-122.2)] >> endobj 1935 0 obj << /Kids [1852 0 R 1853 0 R 1854 0 R 1855 0 R 1856 0 R 1857 0 R] /Limits [(lstnumber.-122.3) (lstnumber.-137.2)] >> endobj 1936 0 obj << /Kids [1858 0 R 1859 0 R 1860 0 R 1861 0 R 1862 0 R 1863 0 R] /Limits [(lstnumber.-138.1) (lstnumber.-154.2)] >> endobj 1937 0 obj << /Kids [1864 0 R 1865 0 R 1866 0 R 1867 0 R 1868 0 R 1869 0 R] /Limits [(lstnumber.-154.3) (lstnumber.-23.2)] >> endobj 1938 0 obj << /Kids [1870 0 R 1871 0 R 1872 0 R 1873 0 R 1874 0 R 1875 0 R] /Limits [(lstnumber.-23.3) (lstnumber.-36.2)] >> endobj 1939 0 obj << /Kids [1876 0 R 1877 0 R 1878 0 R 1879 0 R 1880 0 R 1881 0 R] /Limits [(lstnumber.-37.1) (lstnumber.-50.1)] >> endobj 1940 0 obj << /Kids [1882 0 R 1883 0 R 1884 0 R 1885 0 R 1886 0 R 1887 0 R] /Limits [(lstnumber.-50.2) (lstnumber.-64.1)] >> endobj 1941 0 obj << /Kids [1888 0 R 1889 0 R 1890 0 R 1891 0 R 1892 0 R 1893 0 R] /Limits [(lstnumber.-64.2) (lstnumber.-75.1)] >> endobj 1942 0 obj << /Kids [1894 0 R 1895 0 R 1896 0 R 1897 0 R 1898 0 R 1899 0 R] /Limits [(lstnumber.-75.2) (lstnumber.-84.3)] >> endobj 1943 0 obj << /Kids [1900 0 R 1901 0 R 1902 0 R 1903 0 R 1904 0 R 1905 0 R] /Limits [(lstnumber.-84.4) (lstnumber.-96.2)] >> endobj 1944 0 obj << /Kids [1906 0 R 1907 0 R 1908 0 R 1909 0 R 1910 0 R 1911 0 R] /Limits [(lstnumber.-97.1) (page.34)] >> endobj 1945 0 obj << /Kids [1912 0 R 1913 0 R 1914 0 R 1915 0 R 1916 0 R 1917 0 R] /Limits [(page.35) (page.ii)] >> endobj 1946 0 obj << /Kids [1918 0 R] /Limits [(page.iii) (section.1.3)] >> endobj 1947 0 obj << /Kids [1919 0 R 1920 0 R 1921 0 R 1922 0 R 1923 0 R 1924 0 R] /Limits [(Doc-Start) (gsasl-property-set)] >> endobj 1948 0 obj << /Kids [1925 0 R 1926 0 R 1927 0 R 1928 0 R 1929 0 R 1930 0 R] /Limits [(gsasl-property-set-raw) (lstnumber.-1.1)] >> endobj 1949 0 obj << /Kids [1931 0 R 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R] /Limits [(lstnumber.-10.1) (lstnumber.-154.2)] >> endobj 1950 0 obj << /Kids [1937 0 R 1938 0 R 1939 0 R 1940 0 R 1941 0 R 1942 0 R] /Limits [(lstnumber.-154.3) (lstnumber.-84.3)] >> endobj 1951 0 obj << /Kids [1943 0 R 1944 0 R 1945 0 R 1946 0 R] /Limits [(lstnumber.-84.4) (section.1.3)] >> endobj 1952 0 obj << /Kids [1947 0 R 1948 0 R 1949 0 R 1950 0 R 1951 0 R] /Limits [(Doc-Start) (section.1.3)] >> endobj 1953 0 obj << /Dests 1952 0 R >> endobj 1954 0 obj << /Type /Catalog /Pages 1754 0 R /Outlines 1755 0 R /Names 1953 0 R /PageMode/UseOutlines/PageLabels<>4<>]>> /OpenAction 21 0 R >> endobj 1955 0 obj << /Author()/Title(GNU SASL API Reference Manual)/Subject()/Creator(DBLaTeX-0.3.2-2)/Producer(pdfTeX-1.40.10)/Keywords() /CreationDate (D:20120528191454+02'00') /ModDate (D:20120528191454+02'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) kpathsea version 5.0.0) >> endobj xref 0 1956 0000000000 65535 f 0000000015 00000 n 0000007731 00000 n 0000567010 00000 n 0000000060 00000 n 0000000107 00000 n 0000169257 00000 n 0000566940 00000 n 0000000154 00000 n 0000000177 00000 n 0000248617 00000 n 0000566856 00000 n 0000000224 00000 n 0000000253 00000 n 0000255381 00000 n 0000566783 00000 n 0000000301 00000 n 0000000332 00000 n 0000417869 00000 n 0000566708 00000 n 0000000378 00000 n 0000000402 00000 n 0000000766 00000 n 0000001059 00000 n 0000000453 00000 n 0000000881 00000 n 0000564836 00000 n 0000564131 00000 n 0000000941 00000 n 0000001000 00000 n 0000563959 00000 n 0000565011 00000 n 0000002366 00000 n 0000002191 00000 n 0000001153 00000 n 0000002306 00000 n 0000564303 00000 n 0000003116 00000 n 0000003266 00000 n 0000003419 00000 n 0000003571 00000 n 0000003723 00000 n 0000003987 00000 n 0000002954 00000 n 0000002472 00000 n 0000003869 00000 n 0000003929 00000 n 0000564479 00000 n 0000004746 00000 n 0000004897 00000 n 0000005048 00000 n 0000005318 00000 n 0000004598 00000 n 0000004093 00000 n 0000005200 00000 n 0000005260 00000 n 0000083534 00000 n 0000083652 00000 n 0000169139 00000 n 0000007520 00000 n 0000008792 00000 n 0000007846 00000 n 0000007386 00000 n 0000005412 00000 n 0000007671 00000 n 0000007789 00000 n 0000083172 00000 n 0000083323 00000 n 0000060816 00000 n 0000084705 00000 n 0000083770 00000 n 0000008651 00000 n 0000007940 00000 n 0000083474 00000 n 0000083593 00000 n 0000083711 00000 n 0000169433 00000 n 0000084590 00000 n 0000083899 00000 n 0000169079 00000 n 0000169198 00000 n 0000169315 00000 n 0000169374 00000 n 0000563608 00000 n 0000565122 00000 n 0000170806 00000 n 0000170631 00000 n 0000169574 00000 n 0000170746 00000 n 0000172654 00000 n 0000172191 00000 n 0000170900 00000 n 0000172306 00000 n 0000172366 00000 n 0000172425 00000 n 0000172484 00000 n 0000172542 00000 n 0000172600 00000 n 0000174303 00000 n 0000178214 00000 n 0000178372 00000 n 0000178533 00000 n 0000175623 00000 n 0000174166 00000 n 0000172760 00000 n 0000174463 00000 n 0000174525 00000 n 0000174586 00000 n 0000174647 00000 n 0000174708 00000 n 0000174769 00000 n 0000174830 00000 n 0000174891 00000 n 0000174952 00000 n 0000175013 00000 n 0000175074 00000 n 0000175135 00000 n 0000175196 00000 n 0000175257 00000 n 0000175318 00000 n 0000175379 00000 n 0000175440 00000 n 0000175501 00000 n 0000175562 00000 n 0000213117 00000 n 0000180582 00000 n 0000178061 00000 n 0000175730 00000 n 0000178695 00000 n 0000178757 00000 n 0000178818 00000 n 0000178879 00000 n 0000178940 00000 n 0000179001 00000 n 0000563781 00000 n 0000563430 00000 n 0000564655 00000 n 0000179061 00000 n 0000179122 00000 n 0000179183 00000 n 0000179244 00000 n 0000179305 00000 n 0000179366 00000 n 0000179427 00000 n 0000179488 00000 n 0000179549 00000 n 0000179610 00000 n 0000179671 00000 n 0000563257 00000 n 0000179732 00000 n 0000179793 00000 n 0000179854 00000 n 0000179915 00000 n 0000179976 00000 n 0000180036 00000 n 0000180097 00000 n 0000180157 00000 n 0000180218 00000 n 0000180278 00000 n 0000180339 00000 n 0000180400 00000 n 0000180461 00000 n 0000180522 00000 n 0000212873 00000 n 0000230698 00000 n 0000228079 00000 n 0000185737 00000 n 0000182817 00000 n 0000180757 00000 n 0000182935 00000 n 0000182997 00000 n 0000183058 00000 n 0000183119 00000 n 0000183180 00000 n 0000183241 00000 n 0000183302 00000 n 0000183362 00000 n 0000183423 00000 n 0000183484 00000 n 0000183545 00000 n 0000183606 00000 n 0000183667 00000 n 0000183728 00000 n 0000183789 00000 n 0000183850 00000 n 0000183910 00000 n 0000183971 00000 n 0000184032 00000 n 0000184093 00000 n 0000184154 00000 n 0000184215 00000 n 0000184276 00000 n 0000184337 00000 n 0000184398 00000 n 0000184458 00000 n 0000184519 00000 n 0000184580 00000 n 0000184641 00000 n 0000184702 00000 n 0000184763 00000 n 0000184824 00000 n 0000184885 00000 n 0000184946 00000 n 0000185007 00000 n 0000185068 00000 n 0000185129 00000 n 0000185190 00000 n 0000185251 00000 n 0000185312 00000 n 0000185373 00000 n 0000185434 00000 n 0000185495 00000 n 0000185556 00000 n 0000185617 00000 n 0000185677 00000 n 0000190387 00000 n 0000187894 00000 n 0000185846 00000 n 0000188013 00000 n 0000188075 00000 n 0000188136 00000 n 0000188197 00000 n 0000188258 00000 n 0000188319 00000 n 0000188380 00000 n 0000188440 00000 n 0000188500 00000 n 0000188560 00000 n 0000188620 00000 n 0000188681 00000 n 0000188742 00000 n 0000188803 00000 n 0000188864 00000 n 0000188925 00000 n 0000188986 00000 n 0000189047 00000 n 0000189108 00000 n 0000189169 00000 n 0000189230 00000 n 0000189291 00000 n 0000189352 00000 n 0000189413 00000 n 0000189474 00000 n 0000189535 00000 n 0000189596 00000 n 0000189657 00000 n 0000189718 00000 n 0000189779 00000 n 0000189840 00000 n 0000189901 00000 n 0000189962 00000 n 0000190023 00000 n 0000190084 00000 n 0000190145 00000 n 0000190206 00000 n 0000190266 00000 n 0000190327 00000 n 0000565236 00000 n 0000196240 00000 n 0000193015 00000 n 0000190522 00000 n 0000193134 00000 n 0000193196 00000 n 0000193257 00000 n 0000193318 00000 n 0000193379 00000 n 0000193440 00000 n 0000193501 00000 n 0000193561 00000 n 0000193622 00000 n 0000193683 00000 n 0000193744 00000 n 0000193805 00000 n 0000193866 00000 n 0000193927 00000 n 0000193988 00000 n 0000194049 00000 n 0000194109 00000 n 0000194170 00000 n 0000194231 00000 n 0000194292 00000 n 0000194353 00000 n 0000194414 00000 n 0000194475 00000 n 0000194536 00000 n 0000194597 00000 n 0000194657 00000 n 0000194718 00000 n 0000194779 00000 n 0000194840 00000 n 0000194901 00000 n 0000194962 00000 n 0000195023 00000 n 0000195084 00000 n 0000195145 00000 n 0000195205 00000 n 0000195266 00000 n 0000195327 00000 n 0000195388 00000 n 0000195449 00000 n 0000195510 00000 n 0000195571 00000 n 0000195631 00000 n 0000195692 00000 n 0000195753 00000 n 0000195814 00000 n 0000195875 00000 n 0000195936 00000 n 0000195997 00000 n 0000196058 00000 n 0000196119 00000 n 0000196180 00000 n 0000197895 00000 n 0000200208 00000 n 0000197756 00000 n 0000196349 00000 n 0000198075 00000 n 0000198137 00000 n 0000198198 00000 n 0000198259 00000 n 0000198320 00000 n 0000198381 00000 n 0000198442 00000 n 0000198503 00000 n 0000198564 00000 n 0000198625 00000 n 0000198686 00000 n 0000198747 00000 n 0000198808 00000 n 0000198869 00000 n 0000198930 00000 n 0000198990 00000 n 0000199051 00000 n 0000199111 00000 n 0000199172 00000 n 0000199233 00000 n 0000199294 00000 n 0000199355 00000 n 0000199416 00000 n 0000199477 00000 n 0000199538 00000 n 0000199599 00000 n 0000199660 00000 n 0000199721 00000 n 0000199782 00000 n 0000199843 00000 n 0000199904 00000 n 0000199965 00000 n 0000200026 00000 n 0000200087 00000 n 0000200147 00000 n 0000202290 00000 n 0000202445 00000 n 0000202601 00000 n 0000202767 00000 n 0000202932 00000 n 0000203086 00000 n 0000204592 00000 n 0000202111 00000 n 0000200305 00000 n 0000203250 00000 n 0000203312 00000 n 0000203373 00000 n 0000203434 00000 n 0000203495 00000 n 0000203556 00000 n 0000203617 00000 n 0000203678 00000 n 0000203739 00000 n 0000203800 00000 n 0000203861 00000 n 0000203922 00000 n 0000203983 00000 n 0000204044 00000 n 0000204105 00000 n 0000204166 00000 n 0000204227 00000 n 0000204288 00000 n 0000204349 00000 n 0000204410 00000 n 0000204471 00000 n 0000204531 00000 n 0000234566 00000 n 0000206974 00000 n 0000207141 00000 n 0000207310 00000 n 0000207463 00000 n 0000207628 00000 n 0000207794 00000 n 0000211543 00000 n 0000211700 00000 n 0000211868 00000 n 0000208752 00000 n 0000206795 00000 n 0000204767 00000 n 0000207959 00000 n 0000208021 00000 n 0000208082 00000 n 0000208143 00000 n 0000208204 00000 n 0000208265 00000 n 0000208325 00000 n 0000208386 00000 n 0000208447 00000 n 0000208508 00000 n 0000208569 00000 n 0000208630 00000 n 0000208691 00000 n 0000224494 00000 n 0000212037 00000 n 0000212190 00000 n 0000212349 00000 n 0000212501 00000 n 0000212657 00000 n 0000213849 00000 n 0000211348 00000 n 0000208913 00000 n 0000212811 00000 n 0000212934 00000 n 0000212995 00000 n 0000213056 00000 n 0000213178 00000 n 0000213239 00000 n 0000213300 00000 n 0000213361 00000 n 0000213422 00000 n 0000213483 00000 n 0000213544 00000 n 0000213605 00000 n 0000213666 00000 n 0000213727 00000 n 0000213788 00000 n 0000216127 00000 n 0000217442 00000 n 0000215988 00000 n 0000214010 00000 n 0000216282 00000 n 0000216344 00000 n 0000216405 00000 n 0000216466 00000 n 0000216527 00000 n 0000216588 00000 n 0000216649 00000 n 0000216710 00000 n 0000216771 00000 n 0000216832 00000 n 0000216893 00000 n 0000216954 00000 n 0000217015 00000 n 0000217076 00000 n 0000217137 00000 n 0000217198 00000 n 0000217259 00000 n 0000217320 00000 n 0000217381 00000 n 0000565354 00000 n 0000219822 00000 n 0000223218 00000 n 0000221256 00000 n 0000219683 00000 n 0000217603 00000 n 0000219977 00000 n 0000220039 00000 n 0000220100 00000 n 0000220161 00000 n 0000220222 00000 n 0000220283 00000 n 0000220343 00000 n 0000220404 00000 n 0000220465 00000 n 0000220526 00000 n 0000220587 00000 n 0000220648 00000 n 0000220709 00000 n 0000220770 00000 n 0000220831 00000 n 0000220892 00000 n 0000220953 00000 n 0000221012 00000 n 0000221073 00000 n 0000221134 00000 n 0000221195 00000 n 0000223374 00000 n 0000223530 00000 n 0000223687 00000 n 0000223851 00000 n 0000224981 00000 n 0000223047 00000 n 0000221417 00000 n 0000224005 00000 n 0000224067 00000 n 0000224128 00000 n 0000224189 00000 n 0000224250 00000 n 0000224311 00000 n 0000224372 00000 n 0000224433 00000 n 0000224555 00000 n 0000224616 00000 n 0000224677 00000 n 0000224738 00000 n 0000224799 00000 n 0000224860 00000 n 0000224921 00000 n 0000255137 00000 n 0000227278 00000 n 0000227434 00000 n 0000228567 00000 n 0000227131 00000 n 0000225142 00000 n 0000227590 00000 n 0000227652 00000 n 0000227713 00000 n 0000227774 00000 n 0000227835 00000 n 0000227896 00000 n 0000227957 00000 n 0000228018 00000 n 0000228140 00000 n 0000228201 00000 n 0000228262 00000 n 0000228323 00000 n 0000228384 00000 n 0000228445 00000 n 0000228506 00000 n 0000230481 00000 n 0000233702 00000 n 0000231611 00000 n 0000230342 00000 n 0000228728 00000 n 0000230636 00000 n 0000230759 00000 n 0000230820 00000 n 0000230881 00000 n 0000230942 00000 n 0000231002 00000 n 0000231063 00000 n 0000231124 00000 n 0000231185 00000 n 0000231246 00000 n 0000231307 00000 n 0000231367 00000 n 0000231428 00000 n 0000231489 00000 n 0000231550 00000 n 0000233871 00000 n 0000234027 00000 n 0000234194 00000 n 0000234349 00000 n 0000235478 00000 n 0000233531 00000 n 0000231772 00000 n 0000234504 00000 n 0000234627 00000 n 0000234688 00000 n 0000234749 00000 n 0000234810 00000 n 0000234870 00000 n 0000234931 00000 n 0000234992 00000 n 0000235053 00000 n 0000235113 00000 n 0000235174 00000 n 0000235235 00000 n 0000235296 00000 n 0000235357 00000 n 0000235418 00000 n 0000237634 00000 n 0000237799 00000 n 0000237964 00000 n 0000239155 00000 n 0000237479 00000 n 0000235639 00000 n 0000238118 00000 n 0000238180 00000 n 0000238241 00000 n 0000238302 00000 n 0000238362 00000 n 0000238423 00000 n 0000238484 00000 n 0000238545 00000 n 0000238606 00000 n 0000238667 00000 n 0000238728 00000 n 0000238789 00000 n 0000238850 00000 n 0000238911 00000 n 0000238972 00000 n 0000239033 00000 n 0000239094 00000 n 0000565472 00000 n 0000242053 00000 n 0000242209 00000 n 0000242381 00000 n 0000242537 00000 n 0000242701 00000 n 0000242856 00000 n 0000243019 00000 n 0000243175 00000 n 0000246616 00000 n 0000246769 00000 n 0000246924 00000 n 0000247087 00000 n 0000247243 00000 n 0000244437 00000 n 0000241858 00000 n 0000239316 00000 n 0000243339 00000 n 0000243401 00000 n 0000243462 00000 n 0000243523 00000 n 0000243584 00000 n 0000243645 00000 n 0000243705 00000 n 0000243766 00000 n 0000243827 00000 n 0000243888 00000 n 0000243949 00000 n 0000244010 00000 n 0000244071 00000 n 0000244132 00000 n 0000244193 00000 n 0000244254 00000 n 0000244315 00000 n 0000244376 00000 n 0000247407 00000 n 0000247563 00000 n 0000247727 00000 n 0000247880 00000 n 0000248036 00000 n 0000248737 00000 n 0000246405 00000 n 0000244598 00000 n 0000248189 00000 n 0000248251 00000 n 0000248312 00000 n 0000248373 00000 n 0000248434 00000 n 0000248495 00000 n 0000248556 00000 n 0000248676 00000 n 0000251747 00000 n 0000250287 00000 n 0000248898 00000 n 0000250406 00000 n 0000250468 00000 n 0000250529 00000 n 0000250590 00000 n 0000250651 00000 n 0000250712 00000 n 0000250773 00000 n 0000250834 00000 n 0000250895 00000 n 0000250956 00000 n 0000251017 00000 n 0000251078 00000 n 0000251137 00000 n 0000251198 00000 n 0000251259 00000 n 0000251320 00000 n 0000251381 00000 n 0000251442 00000 n 0000251503 00000 n 0000251564 00000 n 0000251625 00000 n 0000251686 00000 n 0000253656 00000 n 0000253811 00000 n 0000255562 00000 n 0000253509 00000 n 0000251854 00000 n 0000253977 00000 n 0000254039 00000 n 0000254100 00000 n 0000254161 00000 n 0000254222 00000 n 0000254283 00000 n 0000254344 00000 n 0000254405 00000 n 0000254466 00000 n 0000254527 00000 n 0000254588 00000 n 0000254649 00000 n 0000254710 00000 n 0000254771 00000 n 0000254832 00000 n 0000254893 00000 n 0000254954 00000 n 0000255015 00000 n 0000255076 00000 n 0000255198 00000 n 0000255259 00000 n 0000255320 00000 n 0000255441 00000 n 0000255501 00000 n 0000256893 00000 n 0000256712 00000 n 0000255709 00000 n 0000256831 00000 n 0000258243 00000 n 0000258062 00000 n 0000256988 00000 n 0000258181 00000 n 0000565590 00000 n 0000259582 00000 n 0000259401 00000 n 0000258338 00000 n 0000259520 00000 n 0000260794 00000 n 0000260613 00000 n 0000259677 00000 n 0000260732 00000 n 0000264634 00000 n 0000262445 00000 n 0000260889 00000 n 0000262564 00000 n 0000262626 00000 n 0000262687 00000 n 0000262748 00000 n 0000262809 00000 n 0000262870 00000 n 0000262931 00000 n 0000262992 00000 n 0000263052 00000 n 0000263112 00000 n 0000263173 00000 n 0000263234 00000 n 0000263295 00000 n 0000263356 00000 n 0000263417 00000 n 0000263478 00000 n 0000263539 00000 n 0000263600 00000 n 0000263660 00000 n 0000263721 00000 n 0000263782 00000 n 0000263843 00000 n 0000263904 00000 n 0000263965 00000 n 0000264026 00000 n 0000264087 00000 n 0000264148 00000 n 0000264209 00000 n 0000264268 00000 n 0000264329 00000 n 0000264390 00000 n 0000264451 00000 n 0000264512 00000 n 0000264573 00000 n 0000269150 00000 n 0000266348 00000 n 0000264741 00000 n 0000266467 00000 n 0000266529 00000 n 0000266590 00000 n 0000266651 00000 n 0000266712 00000 n 0000266773 00000 n 0000266834 00000 n 0000266895 00000 n 0000266956 00000 n 0000267017 00000 n 0000267078 00000 n 0000267139 00000 n 0000267200 00000 n 0000267261 00000 n 0000267322 00000 n 0000267383 00000 n 0000267444 00000 n 0000267505 00000 n 0000267566 00000 n 0000267627 00000 n 0000267688 00000 n 0000267749 00000 n 0000267810 00000 n 0000267871 00000 n 0000267932 00000 n 0000267993 00000 n 0000268054 00000 n 0000268115 00000 n 0000268176 00000 n 0000268237 00000 n 0000268298 00000 n 0000268359 00000 n 0000268420 00000 n 0000268481 00000 n 0000268542 00000 n 0000268602 00000 n 0000268663 00000 n 0000268724 00000 n 0000268785 00000 n 0000268846 00000 n 0000268907 00000 n 0000268968 00000 n 0000269029 00000 n 0000269090 00000 n 0000273743 00000 n 0000270883 00000 n 0000269257 00000 n 0000271002 00000 n 0000271064 00000 n 0000271125 00000 n 0000271186 00000 n 0000271247 00000 n 0000271308 00000 n 0000271369 00000 n 0000271430 00000 n 0000271491 00000 n 0000271552 00000 n 0000271613 00000 n 0000271674 00000 n 0000271735 00000 n 0000271796 00000 n 0000271857 00000 n 0000271918 00000 n 0000271979 00000 n 0000272040 00000 n 0000272101 00000 n 0000272162 00000 n 0000272223 00000 n 0000272284 00000 n 0000272345 00000 n 0000272406 00000 n 0000272467 00000 n 0000272528 00000 n 0000272589 00000 n 0000272650 00000 n 0000272711 00000 n 0000272770 00000 n 0000272830 00000 n 0000272890 00000 n 0000272951 00000 n 0000273011 00000 n 0000273072 00000 n 0000273133 00000 n 0000273194 00000 n 0000273255 00000 n 0000273316 00000 n 0000273377 00000 n 0000273438 00000 n 0000273499 00000 n 0000273560 00000 n 0000273621 00000 n 0000273682 00000 n 0000275905 00000 n 0000277052 00000 n 0000277217 00000 n 0000277376 00000 n 0000277541 00000 n 0000277701 00000 n 0000281094 00000 n 0000278898 00000 n 0000275734 00000 n 0000273850 00000 n 0000277863 00000 n 0000277925 00000 n 0000277986 00000 n 0000278047 00000 n 0000278108 00000 n 0000278169 00000 n 0000278230 00000 n 0000278290 00000 n 0000278351 00000 n 0000278412 00000 n 0000278473 00000 n 0000278533 00000 n 0000278594 00000 n 0000278654 00000 n 0000278715 00000 n 0000278776 00000 n 0000278837 00000 n 0000565708 00000 n 0000276812 00000 n 0000276947 00000 n 0000276996 00000 n 0000281263 00000 n 0000281427 00000 n 0000281594 00000 n 0000284557 00000 n 0000282365 00000 n 0000280931 00000 n 0000279073 00000 n 0000281754 00000 n 0000281816 00000 n 0000281877 00000 n 0000281938 00000 n 0000281999 00000 n 0000282060 00000 n 0000282121 00000 n 0000282182 00000 n 0000282243 00000 n 0000282304 00000 n 0000284715 00000 n 0000284879 00000 n 0000285044 00000 n 0000285220 00000 n 0000285382 00000 n 0000288665 00000 n 0000286399 00000 n 0000284378 00000 n 0000282540 00000 n 0000285545 00000 n 0000285607 00000 n 0000285668 00000 n 0000285729 00000 n 0000285790 00000 n 0000285851 00000 n 0000285912 00000 n 0000285973 00000 n 0000286034 00000 n 0000286094 00000 n 0000286155 00000 n 0000286216 00000 n 0000286277 00000 n 0000286338 00000 n 0000288841 00000 n 0000289001 00000 n 0000289157 00000 n 0000289317 00000 n 0000289495 00000 n 0000289673 00000 n 0000289833 00000 n 0000289990 00000 n 0000290151 00000 n 0000293295 00000 n 0000293453 00000 n 0000293610 00000 n 0000293770 00000 n 0000291119 00000 n 0000288454 00000 n 0000286574 00000 n 0000290329 00000 n 0000290391 00000 n 0000290452 00000 n 0000290511 00000 n 0000290571 00000 n 0000290632 00000 n 0000290693 00000 n 0000290754 00000 n 0000290814 00000 n 0000563112 00000 n 0000562967 00000 n 0000290875 00000 n 0000290936 00000 n 0000290997 00000 n 0000291058 00000 n 0000293956 00000 n 0000294140 00000 n 0000294299 00000 n 0000294455 00000 n 0000294614 00000 n 0000294798 00000 n 0000294958 00000 n 0000295113 00000 n 0000295272 00000 n 0000295457 00000 n 0000298703 00000 n 0000298863 00000 n 0000299020 00000 n 0000296251 00000 n 0000293052 00000 n 0000291322 00000 n 0000295642 00000 n 0000295704 00000 n 0000295765 00000 n 0000295826 00000 n 0000295886 00000 n 0000295947 00000 n 0000296008 00000 n 0000296069 00000 n 0000296130 00000 n 0000296190 00000 n 0000300906 00000 n 0000299181 00000 n 0000299365 00000 n 0000299525 00000 n 0000299682 00000 n 0000299843 00000 n 0000300017 00000 n 0000300192 00000 n 0000300351 00000 n 0000300508 00000 n 0000300669 00000 n 0000301698 00000 n 0000298468 00000 n 0000296454 00000 n 0000300844 00000 n 0000300967 00000 n 0000301028 00000 n 0000301089 00000 n 0000301150 00000 n 0000301211 00000 n 0000301272 00000 n 0000301333 00000 n 0000301394 00000 n 0000301455 00000 n 0000301516 00000 n 0000301576 00000 n 0000301637 00000 n 0000303763 00000 n 0000303923 00000 n 0000304080 00000 n 0000304241 00000 n 0000304419 00000 n 0000304596 00000 n 0000304757 00000 n 0000304915 00000 n 0000305077 00000 n 0000305255 00000 n 0000305416 00000 n 0000305574 00000 n 0000305736 00000 n 0000305914 00000 n 0000306908 00000 n 0000303503 00000 n 0000301901 00000 n 0000306089 00000 n 0000306153 00000 n 0000306216 00000 n 0000306279 00000 n 0000306342 00000 n 0000306405 00000 n 0000306468 00000 n 0000306531 00000 n 0000306594 00000 n 0000306656 00000 n 0000306719 00000 n 0000306782 00000 n 0000306845 00000 n 0000565826 00000 n 0000311489 00000 n 0000309289 00000 n 0000309449 00000 n 0000309607 00000 n 0000309769 00000 n 0000309947 00000 n 0000310108 00000 n 0000310265 00000 n 0000310427 00000 n 0000310600 00000 n 0000310773 00000 n 0000310934 00000 n 0000311091 00000 n 0000311253 00000 n 0000312180 00000 n 0000309037 00000 n 0000307112 00000 n 0000311425 00000 n 0000311552 00000 n 0000311615 00000 n 0000311678 00000 n 0000311741 00000 n 0000311804 00000 n 0000311867 00000 n 0000311930 00000 n 0000311993 00000 n 0000312055 00000 n 0000312117 00000 n 0000314326 00000 n 0000314487 00000 n 0000314644 00000 n 0000314806 00000 n 0000314979 00000 n 0000315152 00000 n 0000315313 00000 n 0000315469 00000 n 0000315630 00000 n 0000315803 00000 n 0000315965 00000 n 0000316123 00000 n 0000316285 00000 n 0000316460 00000 n 0000319798 00000 n 0000319960 00000 n 0000320118 00000 n 0000317389 00000 n 0000314065 00000 n 0000312384 00000 n 0000316633 00000 n 0000316697 00000 n 0000316760 00000 n 0000316823 00000 n 0000316886 00000 n 0000316949 00000 n 0000317012 00000 n 0000317075 00000 n 0000317138 00000 n 0000317201 00000 n 0000317264 00000 n 0000317327 00000 n 0000322011 00000 n 0000320280 00000 n 0000320455 00000 n 0000320616 00000 n 0000320774 00000 n 0000320936 00000 n 0000321112 00000 n 0000321289 00000 n 0000321450 00000 n 0000321608 00000 n 0000321770 00000 n 0000322767 00000 n 0000319546 00000 n 0000317565 00000 n 0000321947 00000 n 0000322074 00000 n 0000322137 00000 n 0000322200 00000 n 0000322263 00000 n 0000322326 00000 n 0000322389 00000 n 0000322452 00000 n 0000322515 00000 n 0000322578 00000 n 0000322641 00000 n 0000322704 00000 n 0000324932 00000 n 0000325087 00000 n 0000325250 00000 n 0000326162 00000 n 0000324770 00000 n 0000322943 00000 n 0000325405 00000 n 0000325469 00000 n 0000325532 00000 n 0000325595 00000 n 0000325658 00000 n 0000325721 00000 n 0000325784 00000 n 0000325847 00000 n 0000325910 00000 n 0000325973 00000 n 0000326036 00000 n 0000326099 00000 n 0000328465 00000 n 0000328619 00000 n 0000328783 00000 n 0000328940 00000 n 0000329105 00000 n 0000329260 00000 n 0000329421 00000 n 0000330459 00000 n 0000328267 00000 n 0000326352 00000 n 0000329579 00000 n 0000329643 00000 n 0000329706 00000 n 0000329769 00000 n 0000329832 00000 n 0000329895 00000 n 0000329957 00000 n 0000330020 00000 n 0000330083 00000 n 0000330146 00000 n 0000330208 00000 n 0000330271 00000 n 0000330333 00000 n 0000330396 00000 n 0000332513 00000 n 0000332669 00000 n 0000336378 00000 n 0000333961 00000 n 0000332360 00000 n 0000330635 00000 n 0000332826 00000 n 0000332890 00000 n 0000332953 00000 n 0000333016 00000 n 0000333079 00000 n 0000333142 00000 n 0000333205 00000 n 0000333268 00000 n 0000333331 00000 n 0000333394 00000 n 0000333457 00000 n 0000333520 00000 n 0000333583 00000 n 0000333646 00000 n 0000333709 00000 n 0000333772 00000 n 0000333835 00000 n 0000333898 00000 n 0000565951 00000 n 0000336534 00000 n 0000336691 00000 n 0000339647 00000 n 0000339803 00000 n 0000337294 00000 n 0000336216 00000 n 0000334137 00000 n 0000336853 00000 n 0000336917 00000 n 0000336980 00000 n 0000337043 00000 n 0000337106 00000 n 0000337169 00000 n 0000337232 00000 n 0000339955 00000 n 0000340112 00000 n 0000340277 00000 n 0000340443 00000 n 0000340620 00000 n 0000340785 00000 n 0000340951 00000 n 0000341948 00000 n 0000339431 00000 n 0000337470 00000 n 0000341128 00000 n 0000341192 00000 n 0000341255 00000 n 0000341318 00000 n 0000341381 00000 n 0000341444 00000 n 0000341507 00000 n 0000341570 00000 n 0000341633 00000 n 0000341696 00000 n 0000341759 00000 n 0000341822 00000 n 0000341885 00000 n 0000344086 00000 n 0000344247 00000 n 0000344404 00000 n 0000344565 00000 n 0000344744 00000 n 0000344923 00000 n 0000345084 00000 n 0000345242 00000 n 0000345404 00000 n 0000345583 00000 n 0000345743 00000 n 0000345901 00000 n 0000346063 00000 n 0000346239 00000 n 0000347232 00000 n 0000343825 00000 n 0000342124 00000 n 0000346412 00000 n 0000346476 00000 n 0000346539 00000 n 0000346602 00000 n 0000346665 00000 n 0000346728 00000 n 0000346791 00000 n 0000346854 00000 n 0000346917 00000 n 0000346980 00000 n 0000347043 00000 n 0000347106 00000 n 0000347169 00000 n 0000351819 00000 n 0000349606 00000 n 0000349767 00000 n 0000349925 00000 n 0000350087 00000 n 0000350262 00000 n 0000350423 00000 n 0000350581 00000 n 0000350743 00000 n 0000350921 00000 n 0000351099 00000 n 0000351259 00000 n 0000351417 00000 n 0000351579 00000 n 0000352574 00000 n 0000349354 00000 n 0000347436 00000 n 0000351755 00000 n 0000351882 00000 n 0000351945 00000 n 0000352008 00000 n 0000352071 00000 n 0000352134 00000 n 0000352197 00000 n 0000352259 00000 n 0000352322 00000 n 0000352385 00000 n 0000352448 00000 n 0000352511 00000 n 0000354863 00000 n 0000355025 00000 n 0000355180 00000 n 0000355340 00000 n 0000355520 00000 n 0000355699 00000 n 0000355861 00000 n 0000356018 00000 n 0000356180 00000 n 0000356360 00000 n 0000356521 00000 n 0000356679 00000 n 0000356841 00000 n 0000357018 00000 n 0000358077 00000 n 0000354602 00000 n 0000352778 00000 n 0000357194 00000 n 0000357258 00000 n 0000357321 00000 n 0000357384 00000 n 0000357447 00000 n 0000357510 00000 n 0000357573 00000 n 0000357636 00000 n 0000357699 00000 n 0000357762 00000 n 0000357825 00000 n 0000357888 00000 n 0000357951 00000 n 0000358014 00000 n 0000362727 00000 n 0000360522 00000 n 0000360682 00000 n 0000360840 00000 n 0000361002 00000 n 0000361178 00000 n 0000361338 00000 n 0000361496 00000 n 0000361658 00000 n 0000361834 00000 n 0000362010 00000 n 0000362171 00000 n 0000362328 00000 n 0000362489 00000 n 0000363483 00000 n 0000360270 00000 n 0000358281 00000 n 0000362663 00000 n 0000362790 00000 n 0000362853 00000 n 0000362916 00000 n 0000362979 00000 n 0000363042 00000 n 0000363105 00000 n 0000363168 00000 n 0000363231 00000 n 0000363294 00000 n 0000363357 00000 n 0000363420 00000 n 0000566076 00000 n 0000365793 00000 n 0000365954 00000 n 0000366112 00000 n 0000366274 00000 n 0000366450 00000 n 0000366625 00000 n 0000366786 00000 n 0000366944 00000 n 0000367106 00000 n 0000367281 00000 n 0000367442 00000 n 0000367598 00000 n 0000367759 00000 n 0000367932 00000 n 0000368860 00000 n 0000365532 00000 n 0000363687 00000 n 0000368103 00000 n 0000368167 00000 n 0000368230 00000 n 0000368293 00000 n 0000368356 00000 n 0000368419 00000 n 0000368482 00000 n 0000368545 00000 n 0000368608 00000 n 0000368671 00000 n 0000368734 00000 n 0000368797 00000 n 0000373439 00000 n 0000371233 00000 n 0000371394 00000 n 0000371551 00000 n 0000371713 00000 n 0000371886 00000 n 0000372048 00000 n 0000372206 00000 n 0000372368 00000 n 0000372543 00000 n 0000372718 00000 n 0000372880 00000 n 0000373038 00000 n 0000373200 00000 n 0000374194 00000 n 0000370981 00000 n 0000369036 00000 n 0000373375 00000 n 0000373502 00000 n 0000373565 00000 n 0000373628 00000 n 0000373691 00000 n 0000373754 00000 n 0000373817 00000 n 0000373879 00000 n 0000373942 00000 n 0000374005 00000 n 0000374068 00000 n 0000374131 00000 n 0000376337 00000 n 0000376498 00000 n 0000376655 00000 n 0000376816 00000 n 0000376994 00000 n 0000377170 00000 n 0000377331 00000 n 0000377489 00000 n 0000377651 00000 n 0000377829 00000 n 0000377989 00000 n 0000378147 00000 n 0000378309 00000 n 0000378486 00000 n 0000379481 00000 n 0000376076 00000 n 0000374370 00000 n 0000378661 00000 n 0000378725 00000 n 0000378788 00000 n 0000378851 00000 n 0000378914 00000 n 0000378977 00000 n 0000379040 00000 n 0000379103 00000 n 0000379166 00000 n 0000379229 00000 n 0000379292 00000 n 0000379355 00000 n 0000379418 00000 n 0000384184 00000 n 0000381973 00000 n 0000382134 00000 n 0000382292 00000 n 0000382454 00000 n 0000382630 00000 n 0000382790 00000 n 0000382948 00000 n 0000383110 00000 n 0000383287 00000 n 0000383464 00000 n 0000383623 00000 n 0000383781 00000 n 0000383943 00000 n 0000384940 00000 n 0000381721 00000 n 0000379685 00000 n 0000384120 00000 n 0000384247 00000 n 0000384310 00000 n 0000384373 00000 n 0000384436 00000 n 0000384499 00000 n 0000384562 00000 n 0000384625 00000 n 0000384688 00000 n 0000384751 00000 n 0000384814 00000 n 0000384877 00000 n 0000387130 00000 n 0000387291 00000 n 0000387449 00000 n 0000387611 00000 n 0000387789 00000 n 0000387967 00000 n 0000388128 00000 n 0000388286 00000 n 0000388448 00000 n 0000391914 00000 n 0000389379 00000 n 0000386914 00000 n 0000385116 00000 n 0000388625 00000 n 0000388689 00000 n 0000388752 00000 n 0000388815 00000 n 0000388878 00000 n 0000388941 00000 n 0000389003 00000 n 0000389066 00000 n 0000389129 00000 n 0000389191 00000 n 0000389253 00000 n 0000389316 00000 n 0000392070 00000 n 0000392233 00000 n 0000392390 00000 n 0000392544 00000 n 0000393712 00000 n 0000391734 00000 n 0000389583 00000 n 0000392706 00000 n 0000392770 00000 n 0000392833 00000 n 0000392896 00000 n 0000392959 00000 n 0000393022 00000 n 0000393085 00000 n 0000393148 00000 n 0000393211 00000 n 0000393273 00000 n 0000393335 00000 n 0000393398 00000 n 0000393461 00000 n 0000393524 00000 n 0000393586 00000 n 0000393649 00000 n 0000566201 00000 n 0000395922 00000 n 0000396079 00000 n 0000396244 00000 n 0000396400 00000 n 0000396561 00000 n 0000400300 00000 n 0000397414 00000 n 0000395742 00000 n 0000393902 00000 n 0000396721 00000 n 0000396785 00000 n 0000396848 00000 n 0000396911 00000 n 0000396974 00000 n 0000397037 00000 n 0000397100 00000 n 0000397162 00000 n 0000397225 00000 n 0000397288 00000 n 0000397351 00000 n 0000400458 00000 n 0000401430 00000 n 0000400147 00000 n 0000397590 00000 n 0000400611 00000 n 0000400675 00000 n 0000400738 00000 n 0000400801 00000 n 0000400864 00000 n 0000400927 00000 n 0000400990 00000 n 0000401053 00000 n 0000401115 00000 n 0000401178 00000 n 0000401241 00000 n 0000401304 00000 n 0000401367 00000 n 0000402852 00000 n 0000402665 00000 n 0000401620 00000 n 0000402788 00000 n 0000405017 00000 n 0000405165 00000 n 0000405314 00000 n 0000405465 00000 n 0000405616 00000 n 0000405767 00000 n 0000405918 00000 n 0000406069 00000 n 0000406220 00000 n 0000406371 00000 n 0000406522 00000 n 0000406673 00000 n 0000406822 00000 n 0000406973 00000 n 0000407124 00000 n 0000407275 00000 n 0000407426 00000 n 0000407576 00000 n 0000407726 00000 n 0000407876 00000 n 0000408027 00000 n 0000408177 00000 n 0000408328 00000 n 0000408477 00000 n 0000408628 00000 n 0000408779 00000 n 0000408929 00000 n 0000409080 00000 n 0000409230 00000 n 0000409381 00000 n 0000409530 00000 n 0000409680 00000 n 0000409830 00000 n 0000409981 00000 n 0000410132 00000 n 0000410283 00000 n 0000410434 00000 n 0000410585 00000 n 0000410736 00000 n 0000410887 00000 n 0000411037 00000 n 0000411187 00000 n 0000411336 00000 n 0000411486 00000 n 0000411637 00000 n 0000411788 00000 n 0000411938 00000 n 0000412089 00000 n 0000412238 00000 n 0000412388 00000 n 0000412538 00000 n 0000412689 00000 n 0000412840 00000 n 0000412991 00000 n 0000413141 00000 n 0000413292 00000 n 0000413443 00000 n 0000413594 00000 n 0000413744 00000 n 0000413893 00000 n 0000414044 00000 n 0000414195 00000 n 0000414345 00000 n 0000414496 00000 n 0000414646 00000 n 0000414797 00000 n 0000414947 00000 n 0000415098 00000 n 0000415249 00000 n 0000415399 00000 n 0000415550 00000 n 0000415700 00000 n 0000415851 00000 n 0000416001 00000 n 0000416151 00000 n 0000416302 00000 n 0000416453 00000 n 0000416603 00000 n 0000416754 00000 n 0000416905 00000 n 0000417055 00000 n 0000417206 00000 n 0000417357 00000 n 0000417507 00000 n 0000417657 00000 n 0000419832 00000 n 0000417929 00000 n 0000404117 00000 n 0000403042 00000 n 0000417805 00000 n 0000419982 00000 n 0000420133 00000 n 0000420281 00000 n 0000420432 00000 n 0000420583 00000 n 0000420734 00000 n 0000420885 00000 n 0000421035 00000 n 0000421186 00000 n 0000421335 00000 n 0000421486 00000 n 0000421636 00000 n 0000421787 00000 n 0000421938 00000 n 0000422089 00000 n 0000422240 00000 n 0000422389 00000 n 0000422540 00000 n 0000422690 00000 n 0000422841 00000 n 0000422992 00000 n 0000423143 00000 n 0000423293 00000 n 0000423444 00000 n 0000423595 00000 n 0000423746 00000 n 0000423897 00000 n 0000424048 00000 n 0000424199 00000 n 0000424350 00000 n 0000424500 00000 n 0000424650 00000 n 0000424801 00000 n 0000424952 00000 n 0000425102 00000 n 0000425252 00000 n 0000425403 00000 n 0000425554 00000 n 0000425703 00000 n 0000425854 00000 n 0000426004 00000 n 0000426155 00000 n 0000426303 00000 n 0000426453 00000 n 0000426603 00000 n 0000426753 00000 n 0000426904 00000 n 0000427054 00000 n 0000427205 00000 n 0000427356 00000 n 0000427507 00000 n 0000427657 00000 n 0000427808 00000 n 0000427959 00000 n 0000428110 00000 n 0000428258 00000 n 0000428407 00000 n 0000428558 00000 n 0000428708 00000 n 0000428859 00000 n 0000429010 00000 n 0000429160 00000 n 0000429311 00000 n 0000429462 00000 n 0000429611 00000 n 0000429762 00000 n 0000429912 00000 n 0000430062 00000 n 0000430212 00000 n 0000430363 00000 n 0000430513 00000 n 0000430662 00000 n 0000430812 00000 n 0000430962 00000 n 0000431176 00000 n 0000419022 00000 n 0000418037 00000 n 0000431112 00000 n 0000431260 00000 n 0000431286 00000 n 0000562536 00000 n 0000431311 00000 n 0000431523 00000 n 0000431687 00000 n 0000431991 00000 n 0000432319 00000 n 0000432707 00000 n 0000433016 00000 n 0000433120 00000 n 0000433596 00000 n 0000434069 00000 n 0000434646 00000 n 0000441664 00000 n 0000441901 00000 n 0000448960 00000 n 0000449192 00000 n 0000461234 00000 n 0000461553 00000 n 0000470901 00000 n 0000471204 00000 n 0000489206 00000 n 0000489728 00000 n 0000500628 00000 n 0000500955 00000 n 0000512509 00000 n 0000512914 00000 n 0000522280 00000 n 0000522711 00000 n 0000526874 00000 n 0000527138 00000 n 0000536148 00000 n 0000536440 00000 n 0000542842 00000 n 0000543095 00000 n 0000562012 00000 n 0000566326 00000 n 0000566444 00000 n 0000566560 00000 n 0000566633 00000 n 0000567119 00000 n 0000567382 00000 n 0000567665 00000 n 0000568017 00000 n 0000568422 00000 n 0000568878 00000 n 0000569233 00000 n 0000569558 00000 n 0000569881 00000 n 0000570197 00000 n 0000570512 00000 n 0000570773 00000 n 0000571087 00000 n 0000571421 00000 n 0000571743 00000 n 0000572065 00000 n 0000572324 00000 n 0000572696 00000 n 0000572999 00000 n 0000573247 00000 n 0000573551 00000 n 0000573894 00000 n 0000574197 00000 n 0000574387 00000 n 0000574603 00000 n 0000574881 00000 n 0000575173 00000 n 0000575594 00000 n 0000575996 00000 n 0000576363 00000 n 0000576693 00000 n 0000576985 00000 n 0000577220 00000 n 0000577479 00000 n 0000577786 00000 n 0000578014 00000 n 0000578284 00000 n 0000578566 00000 n 0000578955 00000 n 0000579348 00000 n 0000579717 00000 n 0000580100 00000 n 0000580436 00000 n 0000580729 00000 n 0000580974 00000 n 0000581216 00000 n 0000581439 00000 n 0000581696 00000 n 0000581951 00000 n 0000582208 00000 n 0000582462 00000 n 0000582716 00000 n 0000582973 00000 n 0000583228 00000 n 0000583485 00000 n 0000583740 00000 n 0000583997 00000 n 0000584247 00000 n 0000584489 00000 n 0000584732 00000 n 0000584973 00000 n 0000585214 00000 n 0000585457 00000 n 0000585699 00000 n 0000585942 00000 n 0000586184 00000 n 0000586427 00000 n 0000586669 00000 n 0000586912 00000 n 0000587154 00000 n 0000587397 00000 n 0000587638 00000 n 0000587876 00000 n 0000588117 00000 n 0000588358 00000 n 0000588601 00000 n 0000588843 00000 n 0000589086 00000 n 0000589321 00000 n 0000589566 00000 n 0000589815 00000 n 0000590064 00000 n 0000590302 00000 n 0000590551 00000 n 0000590800 00000 n 0000591049 00000 n 0000591295 00000 n 0000591538 00000 n 0000591780 00000 n 0000592023 00000 n 0000592265 00000 n 0000592508 00000 n 0000592750 00000 n 0000592993 00000 n 0000593229 00000 n 0000593478 00000 n 0000593727 00000 n 0000593976 00000 n 0000594225 00000 n 0000594469 00000 n 0000594715 00000 n 0000594964 00000 n 0000595213 00000 n 0000595460 00000 n 0000595709 00000 n 0000595958 00000 n 0000596207 00000 n 0000596447 00000 n 0000596696 00000 n 0000596945 00000 n 0000597194 00000 n 0000597438 00000 n 0000597677 00000 n 0000597911 00000 n 0000598146 00000 n 0000598381 00000 n 0000598616 00000 n 0000598849 00000 n 0000599084 00000 n 0000599319 00000 n 0000599554 00000 n 0000599789 00000 n 0000600023 00000 n 0000600258 00000 n 0000600493 00000 n 0000600728 00000 n 0000600962 00000 n 0000601197 00000 n 0000601432 00000 n 0000601667 00000 n 0000601901 00000 n 0000602136 00000 n 0000602371 00000 n 0000602606 00000 n 0000602841 00000 n 0000603076 00000 n 0000603310 00000 n 0000603545 00000 n 0000603780 00000 n 0000604015 00000 n 0000604250 00000 n 0000604481 00000 n 0000604716 00000 n 0000604951 00000 n 0000605186 00000 n 0000605421 00000 n 0000605656 00000 n 0000605883 00000 n 0000606115 00000 n 0000606350 00000 n 0000606585 00000 n 0000606820 00000 n 0000607013 00000 n 0000607184 00000 n 0000607353 00000 n 0000607524 00000 n 0000607692 00000 n 0000607861 00000 n 0000608038 00000 n 0000608212 00000 n 0000608389 00000 n 0000608564 00000 n 0000608730 00000 n 0000608895 00000 n 0000609043 00000 n 0000609193 00000 n 0000609335 00000 n 0000609475 00000 n 0000609624 00000 n 0000609765 00000 n 0000609910 00000 n 0000610050 00000 n 0000610186 00000 n 0000610321 00000 n 0000610455 00000 n 0000610587 00000 n 0000610719 00000 n 0000610853 00000 n 0000610987 00000 n 0000611121 00000 n 0000611255 00000 n 0000611389 00000 n 0000611522 00000 n 0000611654 00000 n 0000611786 00000 n 0000611918 00000 n 0000612050 00000 n 0000612182 00000 n 0000612314 00000 n 0000612438 00000 n 0000612554 00000 n 0000612630 00000 n 0000612759 00000 n 0000612897 00000 n 0000613030 00000 n 0000613163 00000 n 0000613273 00000 n 0000613386 00000 n 0000613426 00000 n 0000613597 00000 n trailer << /Size 1956 /Root 1954 0 R /Info 1955 0 R /ID [<5FB2726A3CDB1F78F7D559BA9FE369D2> <5FB2726A3CDB1F78F7D559BA9FE369D2>] >> startxref 613941 %%EOF gsasl-1.8.0/doc/reference/Makefile.am0000664000000000000000000000707511746471770014310 00000000000000## Process this file with automake to produce Makefile.in # We require automake 1.6 at least. AUTOMAKE_OPTIONS = 1.6 # This is a blank Makefile.am for using gtk-doc. # Copy this to your project's API docs directory and modify the variables to # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples # of using the various options. # The name of the module, e.g. 'glib'. DOC_MODULE=$(PACKAGE) # Uncomment for versioned docs and specify the version of the module, e.g. '2'. #DOC_MODULE_VERSION=2 # The top-level SGML file. You can change this if you want to. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml # Directories containing the source code. # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk DOC_SOURCE_DIR=../../lib/src # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" SCAN_OPTIONS=--deprecated-guards=GSASL_COMPAT_H --ignore-decorators=GSASL_API # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml MKDB_OPTIONS=--xml-mode --output-format=xml # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl MKTMPL_OPTIONS= # Extra options to supply to gtkdoc-mkhtml MKHTML_OPTIONS= # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c HFILE_GLOB=$(top_srcdir)/lib/src/*.h CFILE_GLOB=$(top_srcdir)/lib/src/*.c # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h EXTRA_HFILES= # Header files or dirs to ignore when scanning. Use base file/dir names # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code IGNORE_HFILES=internal.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png HTML_IMAGES=../abstraction.png ../controlflow.png ../controlflow2.png # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml content_files= # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files # e.g. expand_content_files=running.sgml expand_content_files= # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. # Only needed if you are using gtkdoc-scangobj to dynamically query widget # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) GTKDOC_CFLAGS= GTKDOC_LIBS= # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST += # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt #DISTCLEANFILES += # Comment this out if you want 'make check' to test you doc status # and run some sanity checks if ENABLE_GTK_DOC TESTS_ENVIRONMENT = cd $(srcdir) && \ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) #TESTS = $(GTKDOC_CHECK) endif gsasl-1.8.0/doc/reference/gsasl.types0000664000000000000000000000000011760732127014420 00000000000000gsasl-1.8.0/doc/reference/Makefile.in0000664000000000000000000016050611760730720014305 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # -*- mode: makefile -*- #################################### # Everything below here is generic # #################################### VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/version.xml.in $(top_srcdir)/gtk-doc.make subdir = doc/reference ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = version.xml CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # We require automake 1.6 at least. AUTOMAKE_OPTIONS = 1.6 # This is a blank Makefile.am for using gtk-doc. # Copy this to your project's API docs directory and modify the variables to # suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples # of using the various options. # The name of the module, e.g. 'glib'. DOC_MODULE = $(PACKAGE) # Uncomment for versioned docs and specify the version of the module, e.g. '2'. #DOC_MODULE_VERSION=2 # The top-level SGML file. You can change this if you want to. DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml # Directories containing the source code. # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk DOC_SOURCE_DIR = ../../lib/src # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS = # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" SCAN_OPTIONS = --deprecated-guards=GSASL_COMPAT_H --ignore-decorators=GSASL_API # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml MKDB_OPTIONS = --xml-mode --output-format=xml # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl MKTMPL_OPTIONS = # Extra options to supply to gtkdoc-mkhtml MKHTML_OPTIONS = # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html FIXXREF_OPTIONS = # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c HFILE_GLOB = $(top_srcdir)/lib/src/*.h CFILE_GLOB = $(top_srcdir)/lib/src/*.c # Extra header to include when scanning, which are not under DOC_SOURCE_DIR # e.g. EXTRA_HFILES=$(top_srcdir}/contrib/extra.h EXTRA_HFILES = # Header files or dirs to ignore when scanning. Use base file/dir names # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code IGNORE_HFILES = internal.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png HTML_IMAGES = ../abstraction.png ../controlflow.png ../controlflow2.png # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml content_files = # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files # e.g. expand_content_files=running.sgml expand_content_files = # CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. # Only needed if you are using gtkdoc-scangobj to dynamically query widget # signals and properties. # e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) GTKDOC_CFLAGS = GTKDOC_LIBS = @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_RUN = @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_RUN = $(LIBTOOL) --mode=execute # We set GPATH here; this gives us semantics for GNU make # which are more like other make's VPATH, when it comes to # whether a source that is a target of one rule is then # searched for in VPATH/GPATH. # GPATH = $(srcdir) TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt # This includes the standard gtk-doc make rules, copied by gtkdocize. # Other files to distribute # e.g. EXTRA_DIST += version.xml.in EXTRA_DIST = $(HTML_IMAGES) $(SETUP_FILES) DOC_STAMPS = setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ html-build.stamp pdf-build.stamp \ tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ $(DOC_MODULE).signals REPORT_FILES = \ $(DOC_MODULE)-undocumented.txt \ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_FALSE@HTML_BUILD_STAMP = @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP = @ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt #DISTCLEANFILES += # Comment this out if you want 'make check' to test you doc status # and run some sanity checks @ENABLE_GTK_DOC_TRUE@TESTS_ENVIRONMENT = cd $(srcdir) && \ @ENABLE_GTK_DOC_TRUE@ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \ @ENABLE_GTK_DOC_TRUE@ SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/gtk-doc.make $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/reference/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/reference/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_srcdir)/gtk-doc.make: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): version.xml: $(top_builddir)/config.status $(srcdir)/version.xml.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am check: check-am all-am: Makefile all-local installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-local mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic distclean-local dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-data-local install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic \ maintainer-clean-local mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-local .MAKE: install-am install-strip .PHONY: all all-am all-local check check-am clean clean-generic \ clean-libtool clean-local dist-hook distclean \ distclean-generic distclean-libtool distclean-local distdir \ dvi dvi-am html html-am info info-am install install-am \ install-data install-data-am install-data-local install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic \ maintainer-clean-local mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-local @ENABLE_GTK_DOC_TRUE@all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) @ENABLE_GTK_DOC_FALSE@all-local: docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp #### setup #### setup-build.stamp: -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ echo ' DOC Preparing build'; \ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ test -f $(abs_srcdir)/$$file && \ cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ done; \ fi; \ test -d $(abs_srcdir)/tmpl && \ { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ chmod -R u+w $(abs_builddir)/tmpl; } \ fi @touch setup-build.stamp #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) @echo ' DOC Scanning header files' @_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ echo " DOC Introspecting gobjects"; \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ fi; \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ for i in $(SCANOBJ_FILES) ; do \ test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### templates #### tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt @echo ' DOC Rebuilding template files' @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ if test -w $(abs_srcdir) ; then \ cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ fi \ fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true $(srcdir)/tmpl/*.sgml: @true #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) @_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo ' DOC Building HTML' @rm -rf html @mkdir html @mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ if test -f $(abs_srcdir)/$$file ; then \ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ fi; \ if test -f $(abs_builddir)/$$file ; then \ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ fi; \ done; @echo ' DOC Fixing cross-references' @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo ' DOC Building PDF' @rm -f $(DOC_MODULE).pdf @mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ rm -rf tmpl; \ fi maintainer-clean-local: clean @rm -rf xml html install-data-local: @installfiles=`echo $(builddir)/html/*`; \ if test "$$installfiles" = '$(builddir)/html/*'; \ then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi uninstall-local: @if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ rm -rf $${installdir} # # Require gtk-doc when making dist # @ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: @ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: @ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" @ENABLE_GTK_DOC_FALSE@ @false dist-hook: dist-check-gtkdoc dist-hook-local @mkdir $(distdir)/tmpl @mkdir $(distdir)/html @-cp ./tmpl/*.sgml $(distdir)/tmpl @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ @-cp ./$(DOC_MODULE).types $(distdir)/ @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ @cd $(distdir) && rm -f $(DISTCLEANFILES) @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs #TESTS = $(GTKDOC_CHECK) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/doc/reference/gsasl-docs.sgml0000664000000000000000000001125011746471770015165 00000000000000 ]> GNU SASL API Reference Manual for GNU SASL &version;. The latest version of this documentation can be found on-line at https://www.gnu.org/software/gsasl/reference/. GNU SASL API Reference Manual GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the ANONYMOUS, CRAM-MD5, DIGEST-MD5, EXTERNAL, GS2-KRB5, GSSAPI, LOGIN, NTLM, PLAIN, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, SAML20, OPENID20, and SECURID mechanisms. The library is easily ported because it does not do network communication by itself, but rather leaves it up to the calling application. The library is flexible with regards to the authorization infrastructure used, as it utilizes a callback into the application to decide whether a user is authorized or not. GNU SASL is developed for the GNU/Linux system, but runs on over 20 platforms including most major Unix platforms and Windows, and many kind of devices including iPAQ handhelds and S/390 mainframes. GNU SASL is written in pure ANSI C89 to be portable to embedded and otherwise limited platforms. The entire library, with full support for ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that support client and server mode, and the IMAP and SMTP protocols, fits in under 60kb on an Intel x86 platform, without any modifications to the code. (This figure was accurate as of version 0.0.13.) The library is licensed under the GNU Lesser General Public License version 2.1 or later. The command-line application (src/), examples (examples/), self-test suite (tests/) are licensed under the GNU General Public License license version 3.0 or later. The documentation (doc/) is licensed under the GNU Free Documentation License version 1.3 or later. A conceptual view of how your application, the library, and each mechanism interact is shown in .
    Illustration of separation between application and individual mechanism
    The operation of an application using the library can best be understood in terms of a flow chart diagram, as shown in . The details on how the actual negotiation are carried out are illustrated in .
    High-level control flow of SASL application
    Low-level control flow of SASL application
    API Index Index of deprecated symbols Index of new symbols in 0.2.0 Index of new symbols in 0.2.19 Index of new symbols in 0.2.28 Index of new symbols in 0.2.29 Index of new symbols in 1.1 Index of new symbols in 1.3
    gsasl-1.8.0/doc/reference/version.xml.in0000664000000000000000000000001211746471770015050 00000000000000@VERSION@ gsasl-1.8.0/doc/reference/gsasl-sections.txt0000664000000000000000000001020711760732127015732 00000000000000
    gsasl GSASL_API GSASL_VERSION GSASL_VERSION_MAJOR GSASL_VERSION_MINOR GSASL_VERSION_NUMBER GSASL_VERSION_PATCH Gsasl Gsasl_callback_function Gsasl_cipher Gsasl_property Gsasl_qop Gsasl_rc Gsasl_saslprep_flags Gsasl_session gsasl_base64_from gsasl_base64_to gsasl_callback gsasl_callback_hook_get gsasl_callback_hook_set gsasl_callback_set gsasl_check_version gsasl_client_mechlist gsasl_client_start gsasl_client_suggest_mechanism gsasl_client_support_p gsasl_decode gsasl_done gsasl_encode gsasl_finish gsasl_free gsasl_hmac_md5 gsasl_hmac_sha1 gsasl_init gsasl_md5 gsasl_mechanism_name gsasl_nonce gsasl_property_fast gsasl_property_get gsasl_property_set gsasl_property_set_raw gsasl_random gsasl_saslprep gsasl_server_mechlist gsasl_server_start gsasl_server_support_p gsasl_session_hook_get gsasl_session_hook_set gsasl_sha1 gsasl_simple_getpass gsasl_step gsasl_step64 gsasl_strerror gsasl_strerror_name
    gsasl-compat Gsasl_client_callback_anonymous Gsasl_client_callback_authentication_id Gsasl_client_callback_authorization_id Gsasl_client_callback_maxbuf Gsasl_client_callback_passcode Gsasl_client_callback_password Gsasl_client_callback_pin Gsasl_client_callback_qop Gsasl_client_callback_realm Gsasl_client_callback_service Gsasl_server_callback_anonymous Gsasl_server_callback_cipher Gsasl_server_callback_cram_md5 Gsasl_server_callback_digest_md5 Gsasl_server_callback_external Gsasl_server_callback_gssapi Gsasl_server_callback_maxbuf Gsasl_server_callback_qop Gsasl_server_callback_realm Gsasl_server_callback_retrieve Gsasl_server_callback_securid Gsasl_server_callback_service Gsasl_server_callback_validate gsasl_appinfo_get gsasl_appinfo_set gsasl_application_data_get gsasl_application_data_set gsasl_base64_decode gsasl_base64_encode gsasl_client_application_data_get gsasl_client_application_data_set gsasl_client_callback_anonymous_get gsasl_client_callback_anonymous_set gsasl_client_callback_authentication_id_get gsasl_client_callback_authentication_id_set gsasl_client_callback_authorization_id_get gsasl_client_callback_authorization_id_set gsasl_client_callback_maxbuf_get gsasl_client_callback_maxbuf_set gsasl_client_callback_passcode_get gsasl_client_callback_passcode_set gsasl_client_callback_password_get gsasl_client_callback_password_set gsasl_client_callback_pin_get gsasl_client_callback_pin_set gsasl_client_callback_qop_get gsasl_client_callback_qop_set gsasl_client_callback_realm_get gsasl_client_callback_realm_set gsasl_client_callback_service_get gsasl_client_callback_service_set gsasl_client_ctx_get gsasl_client_finish gsasl_client_listmech gsasl_client_step gsasl_client_step_base64 gsasl_ctx_get gsasl_decode_inline gsasl_encode_inline gsasl_md5pwd_get_password gsasl_randomize gsasl_server_application_data_get gsasl_server_application_data_set gsasl_server_callback_anonymous_get gsasl_server_callback_anonymous_set gsasl_server_callback_cipher_get gsasl_server_callback_cipher_set gsasl_server_callback_cram_md5_get gsasl_server_callback_cram_md5_set gsasl_server_callback_digest_md5_get gsasl_server_callback_digest_md5_set gsasl_server_callback_external_get gsasl_server_callback_external_set gsasl_server_callback_gssapi_get gsasl_server_callback_gssapi_set gsasl_server_callback_maxbuf_get gsasl_server_callback_maxbuf_set gsasl_server_callback_qop_get gsasl_server_callback_qop_set gsasl_server_callback_realm_get gsasl_server_callback_realm_set gsasl_server_callback_retrieve_get gsasl_server_callback_retrieve_set gsasl_server_callback_securid_get gsasl_server_callback_securid_set gsasl_server_callback_service_get gsasl_server_callback_service_set gsasl_server_callback_validate_get gsasl_server_callback_validate_set gsasl_server_ctx_get gsasl_server_finish gsasl_server_listmech gsasl_server_step gsasl_server_step_base64 gsasl_server_suggest_mechanism gsasl_stringprep_nfkc gsasl_stringprep_saslprep gsasl_stringprep_trace
    gsasl-mech Gsasl_code_function Gsasl_done_function Gsasl_finish_function Gsasl_init_function Gsasl_mechanism Gsasl_mechanism_functions Gsasl_start_function Gsasl_step_function gsasl_register
    mechtools
    gsasl-1.8.0/doc/version.texi0000664000000000000000000000013311760731217012651 00000000000000@set UPDATED 22 May 2012 @set UPDATED-MONTH May 2012 @set EDITION 1.8.0 @set VERSION 1.8.0 gsasl-1.8.0/ChangeLog0000664000000000000000000214101211760732116011301 000000000000002012-05-28 Simon Josefsson * lib/po/sr.po.in, po/sr.po.in: Sync with TP. 2012-05-28 Simon Josefsson * NEWS, cfg.mk, lib/NEWS: Version 1.8.0. 2012-05-28 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-05-23 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.6. 2012-05-23 Simon Josefsson * NEWS, lib/NEWS, lib/po/nl.po.in, po/nl.po.in: Sync with TP. 2012-05-23 Simon Josefsson * NEWS: Add. 2012-05-23 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client-xmpp-saml20.c, examples/client.c, examples/server-xmpp-saml20.c, examples/smtp-server.c: Need config.h for examples, due to gnulib overrides. 2012-05-22 Simon Josefsson * examples/Makefile.am: Link with gnulib. 2012-05-22 Simon Josefsson * doc/Makefile.am: Bump copyright years. 2012-05-22 Simon Josefsson * configure.ac: Silence pure/const attribute warnings. 2012-05-22 Simon Josefsson * doc/gsasl.texi: Fix texinfo warning. 2012-05-22 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-05-22 Simon Josefsson * doc/announce.txt: Update for 1.7.5. 2012-05-22 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.5. 2012-05-22 Simon Josefsson * lib/po/pl.po.in, po/pl.po.in: Sync with TP. 2012-05-22 Simon Josefsson * configure.ac, lib/configure.ac: Improve ./configure summary. 2012-05-21 Simon Josefsson * lib/configure.ac: Display build option summary. 2012-05-21 Simon Josefsson * lib/configure.ac: Don't auto-detect MIT/Heimdal, it causes too many build problems. 2012-05-21 Simon Josefsson * gl/Makefile.am, gl/m4/ftruncate.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/ioctl.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/strerror_r.m4, gl/m4/sys_ioctl_h.m4, gl/override/tests/test-poll.c.diff, gl/override/tests/test-select-in.sh.diff, gltests/Makefile.am, gltests/accept.c, gltests/bind.c, gltests/ftruncate.c, gltests/gettimeofday.c, gltests/ioctl.c, gltests/listen.c, gltests/perror.c, gltests/pipe.c, gltests/setsockopt.c, gltests/strerror_r.c, gltests/sys_ioctl.in.h, gltests/test-accept.c, gltests/test-bind.c, gltests/test-ftruncate.c, gltests/test-ftruncate.sh, gltests/test-gettimeofday.c, gltests/test-ioctl.c, gltests/test-listen.c, gltests/test-perror.c, gltests/test-perror.sh, gltests/test-perror2.c, gltests/test-pipe.c, gltests/test-poll.c, gltests/test-select-fd.c, gltests/test-select-in.sh, gltests/test-select-out.sh, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-select.h, gltests/test-setsockopt.c, gltests/test-strerror_r.c, gltests/test-sys_ioctl.c, gltests/w32sock.h: Avoid tests with known Cygwin/MinGW failures. 2012-05-21 Simon Josefsson * lib/digest-md5/test-parser.c: More debug info, useful when gc_init fails. 2012-05-21 Simon Josefsson * NEWS, lib/NEWS, lib/po/eo.po.in, lib/po/fi.po.in, lib/po/id.po.in, lib/po/it.po.in, lib/po/uk.po.in, lib/po/vi.po.in, po/de.po.in, po/eo.po.in, po/fi.po.in, po/it.po.in, po/uk.po.in, po/vi.po.in: Sync with TP. 2012-05-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-05-21 Simon Josefsson * lib/gl/m4/gc.m4, lib/gl/md5.c, lib/gl/sha1.c: Update gnulib files. 2012-05-21 Simon Josefsson * examples/openid20/Makefile.am, examples/saml20/Makefile.am: Need gnulib for saml20/openid20 examples. 2012-05-21 Simon Josefsson * src/Makefile.am: Indent. 2012-05-16 Simon Josefsson * examples/saml20/README: Typo 2012-05-16 Simon Josefsson * doc/announce.txt: Update for 1.7.4. 2012-05-16 Simon Josefsson * doc/announce.txt: Update for 1.7.3. 2012-05-16 Simon Josefsson * README-alpha: Mention ncftp. 2012-05-16 Simon Josefsson * NEWS, lib/NEWS, tests/libgsasl.supp: Version 1.7.4. 2012-05-16 Simon Josefsson * README-alpha: Mention valgrind suppressions file. 2012-05-16 Simon Josefsson * NEWS, lib/NEWS: Doc fix. 2012-05-16 Simon Josefsson * gltests/ignore-value.h: Update gnulib files. 2012-05-16 Simon Josefsson * .gitignore: Ignore more. 2012-05-16 Simon Josefsson * doc/doxygen/Doxyfile.in: Don't use pdflatex as it causes multiple hard errors. See for discussion around the problem. The problem occurs on too many functions in GNU SASL for it to be possible to reword them all to work around the problem. 2012-05-16 Simon Josefsson * README-alpha: Mention doxygen. 2012-05-15 Simon Josefsson * cfg.mk, doc/gendocs_template, gl/override/doc/gendocs_template.diff: Use devhelp version 2 format. 2012-05-14 Simon Josefsson * windows/gsasl4win.mk: Don't mess with ~/.wine. Drop KFW 3.2.3alpha1 support. 2012-05-14 Simon Josefsson * windows/gsasl4win.mk: Run self-checks for 64-bit builds too (seems to work on Ubuntu 12.04). 2012-05-14 Simon Josefsson * lib/NEWS: Doc fix. 2011-11-21 Simon Josefsson * lib/gssapi/server.c: gssapi: Don't output zero-length tokens on success. Reported by Andreas Oberritter . 2011-10-26 Simon Josefsson * lib/gssapi/server.c: Only proceed to the next step when the context is established. Before the code would always go to the next step, even if the GSS-API library returned CONTINUE_NEEDED and the context not yet established. The reason this problem does not appear to be exploitable is because a Kerberos V5 GSS-API mechanism implementation would not return CONTINUE_NEEDED and at the same time be able to successfully perform gss_wrap and gss_unwrap. Reported by Andreas Oberritter . 2012-05-14 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/strndup.c, gl/strnlen.c, gltests/Makefile.am, gltests/test-strnlen.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strndup.m4, lib/gl/strndup.c: Move strndup to lib/. 2012-05-14 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/strndup.c, gl/strnlen.c, gltests/Makefile.am, gltests/test-strnlen.c: Add strndup. 2012-05-14 Simon Josefsson * .gitignore: Ignore more. 2012-05-14 Simon Josefsson * lib/digest-md5/parser.c: Rewrite to use strdup instead of malloc. Silences valgrind warnings. 2012-05-14 Simon Josefsson * tests/scram.c, tests/symbols.c: Fix build errors with gcc 4.6. 2012-05-14 Simon Josefsson * doc/gsasl.texi, examples/saml20/README: Fix syntax-check nits. 2012-05-14 Simon Josefsson * lib/NEWS, lib/po/vi.po.in: Sync with TP. 2012-05-14 Simon Josefsson * gl/Makefile.am, gl/fseeko.c, gl/fstat.c, gl/lseek.c, gl/m4/dup2.m4, gl/m4/fseeko.m4, gl/m4/fstat.m4, gl/m4/ftruncate.m4, gl/m4/getcwd.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/largefile.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/math_h.m4, gl/m4/off_t.m4, gl/m4/putenv.m4, gl/m4/realloc.m4, gl/m4/setenv.m4, gl/m4/stat.m4, gl/m4/strerror.m4, gl/m4/symlink.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_types_h.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/warnings.m4, gl/m4/wctype_h.m4, gl/stdint.in.h, gl/stdio.in.h, gl/sys_stat.in.h, gl/sys_types.in.h, gl/unistd.in.h, gltests/binary-io.h, gltests/fcntl.in.h, gltests/ftruncate.c, gltests/init.sh, gltests/ioctl.c, gltests/stat.c, gltests/test-binary-io.c, gltests/test-binary-io.sh, lib/build-aux/snippet/_Noreturn.h, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/malloc.m4, lib/gl/m4/math_h.m4, lib/gl/m4/memmem.m4, lib/gl/m4/off_t.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sys_types_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/sys_types.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-sys_types.c, lib/maint.mk, maint.mk: Update gnulib files. 2012-05-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Doc fixes. Bump version. 2012-05-14 Simon Josefsson * README, doc/gsasl.texi, lib/NEWS, lib/README, lib/src/gsasl.h: Doc fixes for SAML/OpenID. 2012-05-14 Simon Josefsson * doc/gsasl.texi, examples/client-xmpp-saml20.c, examples/openid20/smtp-server-openid20.c, examples/saml20/smtp-server-saml20.c, examples/server-xmpp-saml20.c, lib/NEWS, lib/openid20/client.c, lib/openid20/server.c, lib/saml20/client.c, lib/saml20/server.c, lib/src/error.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, tests/openid20.c, tests/saml20.c: Revert "Unify some SAML/OpenID properties & callbacks." This reverts commit 3095b8531899818f1838c8f658024fafb8fbd92a. 2012-04-29 Simon Josefsson * README-alpha: Mention lasso build dependency. 2012-04-18 Simon Josefsson * examples/saml20/README: Fix. 2012-04-18 Simon Josefsson * examples/saml20/README: Add example flow. 2012-04-18 Simon Josefsson * examples/saml20/README: Doc fixes. 2012-04-03 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.3. 2012-04-03 Simon Josefsson * cfg.mk: Don't warn on exit(0) in PHP code. 2012-04-03 Simon Josefsson * examples/saml20/smtp-server-saml20.c: Don't crash on uninitialized variable. 2012-04-03 Simon Josefsson * doc/reference/Makefile.am: Don't use non-portable '-include'. 2012-04-03 Simon Josefsson * AUTHORS: Update OpenPGP key. 2012-04-03 Simon Josefsson * cfg.mk, examples/client-xmpp-saml20.c, examples/openid20/gsasl-openid20-redirect.php, examples/openid20/gsasl-openid20-rp.php, examples/openid20/smtp-server-openid20.c, examples/saml20/gsasl-saml20-request.c, examples/saml20/gsasl-saml20-sp.php, examples/saml20/smtp-server-saml20.c, examples/server-xmpp-saml20.c, examples/smtp-server.c, lib/po/POTFILES.in, lib/saml20/client.c, lib/src/mechtools.c, lib/src/mechtools.h, src/gsasl.c: Update copyright headers. 2012-04-03 Simon Josefsson * gl/Makefile.am, gl/m4/math_h.m4, gl/m4/stdio_h.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/stdio.in.h, gltests/strerror_r.c, lib/gl/Makefile.am, lib/gl/m4/math_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/warn-on-use.m4, lib/gl/stdio.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2012-04-03 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client-xmpp-saml20.c, examples/client.c, examples/server-xmpp-saml20.c: Fix warn_unused_result complaints. 2012-04-03 Simon Josefsson * doc/print-errors.c, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/qop.c, lib/digest-md5/qop.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/client.c, lib/external/mechinfo.c, lib/external/server.c, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/login/client.c, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/openid20/client.c, lib/openid20/mechinfo.c, lib/openid20/openid20.h, lib/openid20/server.c, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/server.c, lib/saml20/client.c, lib/saml20/mechinfo.c, lib/saml20/saml20.h, lib/saml20/server.c, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/scram.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/server.c, lib/src/crypto.c, lib/src/done.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/internal.h, lib/src/mechtools.c, lib/src/mechtools.h, lib/src/obsolete.c, lib/src/property.c, lib/src/saslprep.c, src/callbacks.c, src/gsasl.c, src/imap.c, src/internal.h, src/smtp.c, tests/cram-md5.c, tests/crypto.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/gs2-krb5.c, tests/gssapi.c, tests/md5file.c, tests/name.c, tests/old-base64.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/old-simple.c, tests/readnz.c, tests/saml20.c, tests/scram.c, tests/scramplus.c, tests/simple.c, tests/suggest.c, tests/symbols.c, tests/utils.c, tests/utils.h: Indent code. 2012-04-03 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Fix build errors. 2012-04-03 Simon Josefsson * configure.ac: Disable Lasso by default on Windows. 2012-04-03 Simon Josefsson * NEWS, lib/NEWS: Update NEWS. 2012-04-03 Simon Josefsson * doc/gsasl.texi, lib/saml20/client.c, lib/saml20/server.c: Update SAML20 implementation to -09. Use = instead of empty message. 2012-04-03 Simon Josefsson * doc/gsasl.texi: Doc fixes. 2012-04-03 Simon Josefsson * examples/openid20/Makefile.am, examples/saml20/Makefile.am, examples/saml20/smtp-server-saml20.c: Fix build errors. Use -no-install for examples. 2012-04-03 Simon Josefsson * lib/NEWS, lib/configure.ac: Enable SAML20 by default. Doc fixes. 2012-04-03 Simon Josefsson * tests/crypto.c: Disable testing of gsasl_random for now (it locks). 2012-04-03 Simon Josefsson * NEWS: Add. 2012-04-03 Simon Josefsson * doc/gsasl.texi, examples/client-xmpp-saml20.c, examples/openid20/smtp-server-openid20.c, examples/saml20/smtp-server-saml20.c, examples/server-xmpp-saml20.c, lib/NEWS, lib/openid20/client.c, lib/openid20/server.c, lib/saml20/client.c, lib/saml20/server.c, lib/src/error.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, tests/openid20.c, tests/saml20.c: Unify some SAML/OpenID properties & callbacks. GSASL_REDIRECT_URL: Added, replaces the next two properties. GSASL_OPENID20_REDIRECT_URL: Removed. GSASL_SAML20_REDIRECT_URL: Removed. GSASL_AUTHENTICATE_IN_BROWSER: Added, replaces the next two callbacks. GSASL_SAML20_AUTHENTICATE_IN_BROWSER: Removed. GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Removed. 2012-04-03 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-03-30 Simon Josefsson * .gitignore, configure.ac, examples/Makefile.am, examples/saml20/Makefile.am, examples/saml20/README, examples/saml20/gsasl-saml20-request.c, examples/saml20/gsasl-saml20-sp.php, examples/saml20/idp.protectnetwork.org/idp-metadata.xml, examples/saml20/openidp.feide.no/idp-metadata.xml, examples/saml20/smtp-server-saml20.c, examples/saml20/sp-crt.pem, examples/saml20/sp-key.pem, examples/saml20/sp-metadata.xml: Add example SAML20 server. 2012-03-28 Simon Josefsson * doc/announce.txt: Update for 1.7.2. 2012-03-28 Simon Josefsson * cfg.mk: Allow for sub-keys. 2012-03-28 Simon Josefsson * configure.ac, examples/Makefile.am, examples/openid20/Makefile.am: Don't build example SMTP server for Windows. 2012-03-28 Simon Josefsson * po/vi.po.in: Sync with TP. 2012-03-28 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.2. 2012-03-28 Simon Josefsson * .gitignore: Ignore more. 2012-03-28 Simon Josefsson * doc/gsasl.texi: Document new OPENID20 properties and callbacks. 2012-03-28 Simon Josefsson * tests/Makefile.am, tests/openid20.c: Add OPENID20 self-test. 2012-03-28 Simon Josefsson * lib/openid20/client.c, lib/openid20/server.c: Fix error handling step. 2012-03-28 Simon Josefsson * examples/smtp-server.c: Sync example SMTP codes. 2012-03-28 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/locale_h.m4, gl/m4/math_h.m4, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/stdlib.in.h, gl/string.in.h, gl/unistr.in.h, gl/unitypes.in.h, gl/wchar.in.h, gltests/Makefile.am, gltests/fpucw.h, gltests/locale.in.h, gltests/macros.h, gltests/test-locale.c, lib/build-aux/gnupload, lib/gl/m4/math_h.m4, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/wchar.in.h, lib/gltests/fpucw.h, lib/gltests/macros.h, lib/maint.mk, maint.mk: Update gnulib files. 2012-03-28 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Create directories with better permissions. 2012-03-28 Simon Josefsson * NEWS, examples/openid20/README, lib/NEWS: Doc fixes. 2012-03-28 Simon Josefsson * NEWS, doc/gsasl.texi: Add example to manual. Update NEWS. 2012-03-28 Simon Josefsson * doc/gsasl.texi: Update OPENID20 documentation. 2012-03-28 Simon Josefsson * lib/configure.ac: Enable OPENID20 by default. 2012-03-28 Simon Josefsson * lib/src/gsasl.h: Collapse enum ranges. 2012-03-28 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Disable stdout buffering (somehow required to pipe output into logger). 2012-03-28 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Fix debug info. 2012-03-28 Simon Josefsson * NEWS, src/gsasl.c, src/imap.c, src/smtp.c: gsasl: Let server decide when authentication is complete. 2012-03-28 Simon Josefsson * .gitignore, configure.ac, examples/Makefile.am, examples/openid20/Makefile.am, examples/openid20/README, examples/openid20/gsasl-openid20-redirect.php, examples/openid20/gsasl-openid20-rp.php, examples/openid20/smtp-server-openid20.c: Add SMTP example server with OpenID 2.0 support. 2012-03-27 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2012-03-27 Simon Josefsson * lib/src/error.c: Fix last commit. 2012-03-27 Simon Josefsson * lib/openid20/client.c, lib/openid20/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c: Use AUTHID for OpenID user-supplied identifier. 2012-03-27 Simon Josefsson * examples/smtp-server.c: Print information after authentication. 2012-03-27 Simon Josefsson * lib/openid20/client.c, lib/openid20/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c: Further OPENID20 fixes. 2012-03-27 Simon Josefsson * examples/smtp-server.c: Don't crash in accept. 2012-03-27 Simon Josefsson * src/gsasl.c: Silence compiler warnings. 2012-03-27 Simon Josefsson * README-alpha: Add make. 2012-03-27 Simon Josefsson * lib/openid20/server.c, lib/src/error.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: Improve OPENID20 implementation. 2012-03-26 Simon Josefsson * .gitignore, examples/Makefile.am, examples/smtp-server.c: Add example SMTP server. 2012-03-26 Simon Josefsson * src/callbacks.c: Support SAML20 callbacks. 2012-03-23 Simon Josefsson * src/smtp.c: Handle when AUTH tokens are on final 250 line. 2012-03-23 Simon Josefsson * src/gsasl.ggo: Prepare for --listen. 2012-03-23 Simon Josefsson * src/gsasl.c: Don't even try to get channel binding when --no-cb was given. 2012-03-07 Simon Josefsson * doc/Makefile.am, doc/gdoc: Don't hardcode /usr/bin/perl in gdoc. For Hydra. 2012-03-02 Simon Josefsson * GNUmakefile, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/asprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/config.charset, gl/errno.in.h, gl/float+.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.c, gl/iconv.in.h, gl/iconv_close.c, gl/iconv_open.c, gl/inet_ntop.c, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/fpieee.m4, gl/m4/math_h.m4, gl/mbrtowc.c, gl/msvc-inval.c, gl/msvc-inval.h, gl/msvc-nothrow.c, gl/msvc-nothrow.h, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/size_max.h, gl/snprintf.c, gl/stdalign.in.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/streq.h, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_stat.in.h, gl/sys_time.in.h, gl/sys_types.in.h, gl/sys_uio.in.h, gl/time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/wchar.in.h, gl/wctype.in.h, gl/xsize.h, gltests/gettimeofday.c, gltests/glthread/lock.c, gltests/glthread/lock.h, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/glthread/threadlib.c, gltests/glthread/yield.h, gltests/malloc.c, gltests/malloca.c, gltests/malloca.h, gltests/pathmax.h, gltests/pipe.c, gltests/sys_ioctl.in.h, gltests/test-fgetc.c, gltests/test-fputc.c, gltests/test-fread.c, gltests/test-fwrite.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-perror.c, gltests/test-perror2.c, gltests/test-pipe.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.h, gltests/test-strerror.c, gltests/test-strerror_r.c, lib/GNUmakefile, lib/build-aux/gnupload, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/m4/fpieee.m4, lib/gl/m4/math_h.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdalign.in.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strnlen.c, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/msvc-inval.c, lib/gltests/msvc-inval.h, lib/gltests/test-fgetc.c, lib/gltests/test-fputc.c, lib/gltests/test-fread.c, lib/gltests/test-fwrite.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-strverscmp.c, lib/maint.mk, maint.mk: Update gnulib files. 2012-03-02 Simon Josefsson * lib/cfg.mk: Let 'make update-po' work unbootstrapped. 2012-02-20 Simon Josefsson * THANKS, doc/gsasl.texi: Fix typo. Reported by Phil Pennock . 2012-02-20 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-02-10 Simon Josefsson * doc/announce.txt: Update for 1.7.1. 2012-02-09 Simon Josefsson * lib/build-aux/gnupload: Really add gnupload. 2012-02-09 Simon Josefsson * cfg.mk, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Add and fix gnupload commands. 2012-02-09 Simon Josefsson * .gitignore: Ignore more. 2012-02-09 Simon Josefsson * cfg.mk: Fix path in release rule. 2012-02-09 Simon Josefsson * cfg.mk, lib/cfg.mk: Cleanup release targets. 2012-02-09 Simon Josefsson * NEWS: Version 1.7.1. 2012-02-09 Simon Josefsson * .gitignore: Add more. 2012-02-09 Simon Josefsson * lib/build-aux/config.rpath, lib/maint.mk, maint.mk: Update gnulib files. 2012-02-09 Simon Josefsson * gl/m4/valgrind-tests.m4, gl/override/m4/valgrind-tests.m4.diff: Disable memory leak checking for now. 2012-02-08 Simon Josefsson * lib/gl/build-aux/config.rpath, lib/gl/build-aux/link-warning.h, lib/gl/build-aux/useless-if-before-free, lib/gl/build-aux/vc-list-files: Remove obsolete files. 2012-02-08 Simon Josefsson * Makefile.am, lib/build-aux/config.rpath: Disable GSS-API for self-testing (memory leaks). 2012-02-08 Simon Josefsson * lib/configure.ac: Doc fix. 2012-02-08 Simon Josefsson * .gitignore, ChangeLog, cfg.mk, lib/ChangeLog, lib/cfg.mk, windows/gsasl4win.mk: Improve release targets. 2012-02-07 Simon Josefsson * cfg.mk: Add gtk-doc rules. 2012-02-07 Simon Josefsson * cfg.mk: Add clang rules. 2012-02-07 Simon Josefsson * cfg.mk: Fix coverage rules. 2012-02-07 Simon Josefsson * NEWS, THANKS, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strdup.m4, gl/malloc.c, gl/strdup.c, gltests/Makefile.am, gltests/malloc.c: Use getpass-gnu instead of getpass to get a working getpass everywhere. Solves problem on Mac OS X reported by Wim Lewis . 2012-02-07 Simon Josefsson * README, doc/announce.txt: Fix links. 2012-02-07 Simon Josefsson * README: Mention OPENID/SAML. 2012-02-07 Simon Josefsson * cfg.mk: Fix ignore rule. 2012-02-07 Simon Josefsson * configure.ac, doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml, doc/reference/version.xml.in, gtk-doc.make, m4/gtk-doc.m4: Update gtk-doc files. 2012-02-07 Simon Josefsson * cfg.mk: Fix syntax-check nit. 2012-02-07 Simon Josefsson * .cvsusers, .prev-version, lib/.prev-version: Drop old files. 2012-02-07 Simon Josefsson * doc/Makefile.am, doc/gpl-3.0.texi, doc/gsasl.texi, doc/lgpl-2.1.texi, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Drop licenses from manual. 2012-02-07 Simon Josefsson * .clcopying, AUTHORS, ChangeLog, Makefile.am, README, README-alpha, THANKS, cfg.mk, configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am, doc/doxygen/gdoc2doxygen, doc/gdoc, doc/gsasl.texi, doc/print-errors.c, examples/Makefile.am, examples/README, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, lib/AUTHORS, lib/ChangeLog, lib/Makefile.am, lib/NEWS, lib/README, lib/THANKS, lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cfg.mk, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/Makefile.am, lib/digest-md5/README, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/qop.c, lib/digest-md5/qop.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/Makefile.am, lib/external/client.c, lib/external/external.h, lib/external/mechinfo.c, lib/external/server.c, lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c, lib/gs2/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h, lib/libgsasl.pc.in, lib/login/Makefile.am, lib/login/client.c, lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/openid20/Makefile.am, lib/openid20/client.c, lib/openid20/mechinfo.c, lib/openid20/openid20.h, lib/openid20/server.c, lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c, lib/saml20/Makefile.am, lib/saml20/mechinfo.c, lib/saml20/saml20.h, lib/saml20/server.c, lib/scram/Makefile.am, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/scram.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h, lib/securid/Makefile.am, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c, lib/src/done.c, lib/src/error.c, lib/src/free.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/libgsasl.map, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, lib/tests/Makefile.am, lib/tests/test-error.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/Makefile.am, tests/cram-md5.c, tests/crypto.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/gs2-krb5.c, tests/gssapi.c, tests/libgsasl.supp, tests/md5file.c, tests/name.c, tests/old-base64.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/old-simple.c, tests/readnz.c, tests/saml20.c, tests/scram.c, tests/scramplus.c, tests/simple.c, tests/suggest.c, tests/symbols.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h, windows/gsasl4win.mk: Update copyright headers. 2012-02-07 Simon Josefsson * cfg.mk, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/build-aux/update-copyright: Use update-copyright gnulib module. 2012-02-07 Simon Josefsson * NEWS: Add. 2012-02-07 Simon Josefsson * examples/client-xmpp-saml20.c, examples/server-xmpp-saml20.c: Don't use getline in examples. 2012-02-07 Simon Josefsson * lib/saml20/client.c: Fix logic. 2012-02-07 Simon Josefsson * lib/configure.ac: Disable OPENID20 and SAML20 by default. 2012-02-07 Simon Josefsson * lib/src/mechtools.c, lib/src/mechtools.h: Fix memory leak and warnings. 2012-02-07 Simon Josefsson * lib/saml20/client.c: Silence warning. 2012-02-07 Simon Josefsson * lib/scram/client.c: Fix memory leak. 2012-02-07 Simon Josefsson * lib/po/sr.po.in, po/sr.po.in: Sync with TP. 2012-02-07 Simon Josefsson * src/gsasl.c: Silence warning. 2012-02-07 Simon Josefsson * GNUmakefile, cfg.mk, doc/fdl-1.3.texi, doc/gendocs_template, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/asprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strcaseeq.h, gl/c-strncasecmp.c, gl/close.c, gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/fd-hook.c, gl/fd-hook.h, gl/fflush.c, gl/float+.h, gl/float.c, gl/float.in.h, gl/fpurge.c, gl/freading.c, gl/freading.h, gl/fseek.c, gl/fseeko.c, gl/fstat.c, gl/ftell.c, gl/ftello.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.c, gl/iconv.in.h, gl/iconv_close.c, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h, gl/itold.c, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/autobuild.m4, gl/m4/btowc.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/configmake.m4, gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/exponentd.m4, gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4, gl/m4/fcntl_h.m4, gl/m4/fdopen.m4, gl/m4/fflush.m4, gl/m4/float_h.m4, gl/m4/fpieee.m4, gl/m4/fpurge.m4, gl/m4/freading.m4, gl/m4/fseek.m4, gl/m4/fseeko.m4, gl/m4/fstat.m4, gl/m4/ftell.m4, gl/m4/ftello.m4, gl/m4/ftruncate.m4, gl/m4/getaddrinfo.m4, gl/m4/getcwd.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/getpass.m4, gl/m4/gettimeofday.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intlmacosx.m4, gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/ioctl.m4, gl/m4/largefile.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/libunistring-base.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/locale_h.m4, gl/m4/localename.m4, gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/math_h.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/mbtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/msvc-inval.m4, gl/m4/msvc-nothrow.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/nocrash.m4, gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/setlocale.m4, gl/m4/signal_h.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4, gl/m4/stat.m4, gl/m4/stdalign.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4, gl/m4/string_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/sys_types_h.m4, gl/m4/sys_uio_h.m4, gl/m4/thread.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/valgrind-tests.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/version-etc.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar_h.m4, gl/m4/wchar_t.m4, gl/m4/wcrtomb.m4, gl/m4/wctob.m4, gl/m4/wctomb.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/yield.m4, gl/malloc.c, gl/mbrtowc.c, gl/mbsinit.c, gl/memchr.c, gl/msvc-inval.c, gl/msvc-inval.h, gl/msvc-nothrow.c, gl/msvc-nothrow.h, gl/netdb.in.h, gl/netinet_in.in.h, gl/override/lib/dup2.c.diff, gl/override/lib/getpass.c.diff, gl/override/lib/gettext.h.diff, gl/override/m4/open.m4.diff, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c, gl/signal.in.h, gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdalign.in.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio-impl.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror-override.c, gl/strerror-override.h, gl/strerror.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/strtok_r.c, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_stat.in.h, gl/sys_time.in.h, gl/sys_types.in.h, gl/sys_uio.in.h, gl/time.in.h, gl/unistd.in.h, gl/unistr.in.h, gl/unistr/u8-mbtoucr.c, gl/unistr/u8-uctomb-aux.c, gl/unistr/u8-uctomb.c, gl/unitypes.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/verify.h, gl/version-etc.c, gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc-die.c, gl/xalloc-oversized.h, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h, gltests/bind.c, gltests/btowc.c, gltests/dosname.h, gltests/dup2.c, gltests/fcntl.in.h, gltests/fdopen.c, gltests/fpucw.h, gltests/ftruncate.c, gltests/getcwd-lgpl.c, gltests/getpagesize.c, gltests/gettimeofday.c, gltests/glthread/lock.c, gltests/glthread/lock.h, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/glthread/threadlib.c, gltests/glthread/yield.h, gltests/ignore-value.h, gltests/inet_pton.c, gltests/init.sh, gltests/inttypes.in.h, gltests/ioctl.c, gltests/listen.c, gltests/locale.in.h, gltests/localename.c, gltests/localename.h, gltests/lstat.c, gltests/macros.h, gltests/malloca.c, gltests/malloca.h, gltests/mbtowc-impl.h, gltests/mbtowc.c, gltests/open.c, gltests/pathmax.h, gltests/perror.c, gltests/pipe.c, gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c, gltests/setlocale.c, gltests/setsockopt.c, gltests/signature.h, gltests/stat.c, gltests/strerror_r.c, gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-accept.c, gltests/test-alignof.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-binary-io.c, gltests/test-binary-io.sh, gltests/test-bind.c, gltests/test-btowc.c, gltests/test-c-ctype.c, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-close.c, gltests/test-connect.c, gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c, gltests/test-fclose.c, gltests/test-fcntl-h.c, gltests/test-fdopen.c, gltests/test-fflush.c, gltests/test-fflush2.c, gltests/test-fflush2.sh, gltests/test-fgetc.c, gltests/test-float.c, gltests/test-fpurge.c, gltests/test-fputc.c, gltests/test-fread.c, gltests/test-freading.c, gltests/test-fseek.c, gltests/test-fseeko.c, gltests/test-fseeko3.c, gltests/test-fseeko3.sh, gltests/test-fseeko4.c, gltests/test-fseeko4.sh, gltests/test-fstat.c, gltests/test-ftell.c, gltests/test-ftell.sh, gltests/test-ftell2.sh, gltests/test-ftell3.c, gltests/test-ftello.c, gltests/test-ftello.sh, gltests/test-ftello2.sh, gltests/test-ftello3.c, gltests/test-ftruncate.c, gltests/test-ftruncate.sh, gltests/test-fwrite.c, gltests/test-getaddrinfo.c, gltests/test-getcwd-lgpl.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-iconv-h.c, gltests/test-iconv.c, gltests/test-ignore-value.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-init.sh, gltests/test-intprops.c, gltests/test-inttypes.c, gltests/test-ioctl.c, gltests/test-listen.c, gltests/test-locale.c, gltests/test-localename.c, gltests/test-lock.c, gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h, gltests/test-malloca.c, gltests/test-mbrtowc-w32.c, gltests/test-mbrtowc.c, gltests/test-mbsinit.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-netinet_in.c, gltests/test-open.c, gltests/test-open.h, gltests/test-pathmax.c, gltests/test-perror.c, gltests/test-perror2.c, gltests/test-pipe.c, gltests/test-poll-h.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.h, gltests/test-recv.c, gltests/test-select-fd.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-select.h, gltests/test-setenv.c, gltests/test-setlocale1.c, gltests/test-setlocale2.c, gltests/test-setlocale2.sh, gltests/test-setsockopt.c, gltests/test-shutdown.c, gltests/test-signal-h.c, gltests/test-snprintf.c, gltests/test-sockets.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-stdalign.c, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-strerror_r.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-symlink.c, gltests/test-symlink.h, gltests/test-sys_ioctl.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_stat.c, gltests/test-sys_time.c, gltests/test-sys_types.c, gltests/test-sys_uio.c, gltests/test-sys_wait.h, gltests/test-thread_create.c, gltests/test-thread_self.c, gltests/test-time.c, gltests/test-unistd.c, gltests/test-unsetenv.c, gltests/test-vasnprintf.c, gltests/test-vasprintf.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-verify.c, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/test-wchar.c, gltests/test-wcrtomb-w32.c, gltests/test-wcrtomb.c, gltests/test-wctype-h.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unistr/test-u8-mbtoucr.c, gltests/unistr/test-u8-uctomb.c, gltests/unsetenv.c, gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wcrtomb.c, gltests/wctob.c, gltests/wctomb-impl.h, gltests/wctomb.c, gltests/zerosize-ptr.h, lib/GNUmakefile, lib/build-aux/arg-nonnull.h, lib/build-aux/c++defs.h, lib/build-aux/config.rpath, lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html, lib/build-aux/snippet/_Noreturn.h, lib/build-aux/snippet/arg-nonnull.h, lib/build-aux/snippet/c++defs.h, lib/build-aux/snippet/unused-parameter.h, lib/build-aux/snippet/warn-on-use.h, lib/build-aux/unused-parameter.h, lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.c, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/itold.c, lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/exponentd.m4, lib/gl/m4/extensions.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/fdopen.m4, lib/gl/m4/float_h.m4, lib/gl/m4/fpieee.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/math_h.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/msvc-inval.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4, lib/gl/m4/ssize_t.m4, lib/gl/m4/stdalign.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4, lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar_h.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/override/lib/gettext.h.diff, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdalign.in.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strnlen.c, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/fdopen.c, lib/gltests/fpucw.h, lib/gltests/getpagesize.c, lib/gltests/init.sh, lib/gltests/intprops.h, lib/gltests/inttypes.in.h, lib/gltests/macros.h, lib/gltests/msvc-inval.c, lib/gltests/msvc-inval.h, lib/gltests/signature.h, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-c-ctype.c, lib/gltests/test-errno.c, lib/gltests/test-fdopen.c, lib/gltests/test-fgetc.c, lib/gltests/test-float.c, lib/gltests/test-fputc.c, lib/gltests/test-fread.c, lib/gltests/test-fwrite.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-hmac-md5.c, lib/gltests/test-hmac-sha1.c, lib/gltests/test-init.sh, lib/gltests/test-intprops.c, lib/gltests/test-inttypes.c, lib/gltests/test-md5.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-sha1.c, lib/gltests/test-stdalign.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-strnlen.c, lib/gltests/test-strverscmp.c, lib/gltests/test-sys_wait.h, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-verify.c, lib/gltests/test-wchar.c, lib/gltests/zerosize-ptr.h, lib/maint.mk, maint.mk: Update gnulib files. 2011-11-12 Enrico Scholz * src/imap.c: ignore untagged responses during IMAP authentication Some IMAP server (e.g. dovecot) return new capabilities as untagged response. Old code expected only one line (e.g. the final '. OK') which would be given out as part of the application data. E.g. without this patch, authentication to a dovecot server would look like: | $ gsasl mailbox 143 --imap ... | ... | + BQQF/wAMAAAAAAAAIO4EoAH... | BQQE/wAMAAAAAAAAII9BbgH... | * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ... | Client authentication finished (server trusted)... | Enter application data (EOF to finish): | . OK Logged in Patches changes it to | + BQQF/wAMAAAAAAAAIX... | BQQE/wAMAAAAAAAAK2... | * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ... | . OK Logged in | Client authentication finished (server trusted)... | Enter application data (EOF to finish): Dialog with cyrus-imapd is not changed and ends always with | + BQQF/wAMAAAAAAAAPqx... | BQQE/wAMAAAAAAAAL... | . OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ...] Success (tls protection) | Client authentication finished (server trusted)... | Enter application data (EOF to finish): Signed-off-by: Enrico Scholz Signed-off-by: Simon Josefsson 2011-11-25 Simon Josefsson * tests/readnz.c: Print newline after messages. 2011-11-25 Simon Josefsson * tests/Makefile.am: Fix trailing backslash problem. Reported by Bruno Haible. 2011-11-22 Simon Josefsson * lib/tests/test-error.c: Silence warning. 2011-06-30 Simon Josefsson * .gitignore, NEWS, doc/gsasl.texi, doc/reference/gsasl-docs.sgml, lib/Makefile.am, lib/NEWS, lib/README, lib/configure.ac, lib/openid20/Makefile.am, lib/openid20/client.c, lib/openid20/mechinfo.c, lib/openid20/openid20.h, lib/openid20/server.c, lib/src/Makefile.am, lib/src/error.c, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, tests/saml20.c: libgsasl: Implement OPENID20 mechanism for OpenID authentication. Following draft-ietf-kitten-sasl-openid-03. 2011-06-30 Simon Josefsson * NEWS, doc/gsasl.texi, lib/NEWS: Clarify protocol version. 2010-11-13 Simon Josefsson * NEWS, examples/Makefile.am, examples/client-xmpp-saml20.c, examples/server-xmpp-saml20.c, lib/NEWS, lib/src/error.c: examples: Added client-xmpp-saml20 and server-xmpp-saml20. 2011-06-29 Simon Josefsson * .gitignore, doc/Makefile.am, doc/gsasl.texi, lib/Makefile.am, lib/configure.ac, lib/gs2/server.c, lib/saml20/Makefile.am, lib/saml20/client.c, lib/saml20/mechinfo.c, lib/saml20/saml20.h, lib/saml20/server.c, lib/src/Makefile.am, lib/src/error.c, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/mechtools.c, lib/src/mechtools.h, lib/src/property.c, lib/src/xfinish.c, tests/Makefile.am, tests/saml20.c: Implement SAML20 as per draft-ietf-kitten-sasl-saml-01. 2011-06-28 Simon Josefsson * lib/po/LINGUAS, lib/po/eo.po.in, lib/po/fi.po.in, lib/po/it.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/uk.po.in, lib/po/zh_CN.po.in, po/LINGUAS, po/de.po.in, po/eo.po.in, po/fi.po.in, po/it.po.in, po/nl.po.in, po/pl.po.in, po/uk.po.in, po/zh_CN.po.in: Sync with TP. 2011-06-28 Simon Josefsson * cfg.mk, doc/lgpl-2.1.texi, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/arpa_inet.in.h, gl/errno.in.h, gl/error.c, gl/fclose.c, gl/float.c, gl/float.in.h, gl/fseek.c, gl/ftell.c, gl/getopt.c, gl/getopt.in.h, gl/iconv.c, gl/iconv.in.h, gl/iconv_close.c, gl/intprops.h, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/btowc.m4, gl/m4/dup2.m4, gl/m4/error.m4, gl/m4/fclose.m4, gl/m4/fflush.m4, gl/m4/float_h.m4, gl/m4/fpieee.m4, gl/m4/fpurge.m4, gl/m4/fseek.m4, gl/m4/fseeko.m4, gl/m4/ftell.m4, gl/m4/ftello.m4, gl/m4/getaddrinfo.m4, gl/m4/getcwd.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/getpass.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/ioctl.m4, gl/m4/libunistring-base.m4, gl/m4/locale-zh.m4, gl/m4/locale_h.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbtowc.m4, gl/m4/memchr.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/setenv.m4, gl/m4/setlocale.m4, gl/m4/stat.m4, gl/m4/stdint.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/unistd_h.m4, gl/m4/warnings.m4, gl/m4/wchar_h.m4, gl/m4/wcrtomb.m4, gl/m4/wctob.m4, gl/m4/wctomb.m4, gl/m4/xalloc.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.in.h, gl/sockets.c, gl/stdarg.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strerror-override.c, gl/strerror-override.h, gl/strerror.c, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_uio.in.h, gl/unistd.in.h, gl/unistr.in.h, gl/unistr/u8-mbtoucr.c, gl/unistr/u8-uctomb-aux.c, gl/unistr/u8-uctomb.c, gl/unitypes.in.h, gl/verify.h, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/fcntl.in.h, gltests/fpucw.h, gltests/ftell.c, gltests/getcwd-lgpl.c, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/init.sh, gltests/inttypes.in.h, gltests/locale.in.h, gltests/localename.c, gltests/localename.h, gltests/macros.h, gltests/pathmax.h, gltests/perror.c, gltests/setenv.c, gltests/stat.c, gltests/strerror_r.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-fclose.c, gltests/test-fflush.c, gltests/test-float.c, gltests/test-fseek.c, gltests/test-fseek.sh, gltests/test-fseek2.sh, gltests/test-getaddrinfo.c, gltests/test-getcwd-lgpl.c, gltests/test-intprops.c, gltests/test-inttypes.c, gltests/test-lock.c, gltests/test-perror.sh, gltests/test-perror2.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-strerror.c, gltests/test-strerror_r.c, gltests/test-verify.c, gltests/time.in.h, gltests/unistr/test-u8-mbtoucr.c, gltests/unistr/test-u8-uctomb.c, gltests/unsetenv.c, lib/build-aux/unused-parameter.h, lib/build-aux/vc-list-files, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.c, lib/gl/float.in.h, lib/gl/gc.h, lib/gl/m4/alloca.m4, lib/gl/m4/float_h.m4, lib/gl/m4/fpieee.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/printf.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/stdint.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar_h.m4, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/fpucw.h, lib/gltests/init.sh, lib/gltests/intprops.h, lib/gltests/inttypes.in.h, lib/gltests/macros.h, lib/gltests/test-float.c, lib/gltests/test-intprops.c, lib/gltests/test-inttypes.c, lib/gltests/test-verify.c, lib/maint.mk, maint.mk: Update gnulib files. 2011-06-06 Simon Josefsson * src/callbacks.c: Print warnings to stderr. Reported by Jacek Konieczny . 2011-05-30 Brad Hards * src/imap.c, src/smtp.c: Fix compilation problems associated with -Wunused-result and -Werror These warnings are a bit excessive, but they are enabled by default on some systems (e.g. Ubuntu) with some compilers (gcc 4.5.2 in my case). Signed-off-by: Brad Hards Signed-off-by: Simon Josefsson 2011-05-30 Brad Hards * lib/src/callback.c, lib/src/error.c, lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c, lib/src/suggest.c, lib/src/version.c: doc: fix warnings about unknown links Signed-off-by: Brad Hards Signed-off-by: Simon Josefsson 2011-06-06 Brad Hards * .gitignore: add gl/readline.lo and .o to ignore list Signed-off-by: Brad Hards Signed-off-by: Simon Josefsson 2011-05-01 Simon Josefsson * .gitignore, .x-sc_bindtextdomain, .x-sc_file_system, .x-sc_po_check, .x-sc_program_name, .x-sc_prohibit_empty_lines_at_EOF, .x-sc_prohibit_magic_number_exit, .x-sc_space_tab, .x-sc_texinfo_acronym, .x-sc_the_the, .x-sc_trailing_blank, GNUmakefile, cfg.mk, doc/gendocs_template, doc/gsasl.texi, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/asprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/close-hook.c, gl/close-hook.h, gl/close.c, gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/fd-hook.c, gl/fd-hook.h, gl/fflush.c, gl/float+.h, gl/float.in.h, gl/fpurge.c, gl/freading.c, gl/freading.h, gl/fseeko.c, gl/ftello.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/asm-underscore.m4, gl/m4/autobuild.m4, gl/m4/btowc.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/configmake.m4, gl/m4/dos.m4, gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4, gl/m4/fcntl_h.m4, gl/m4/fflush.m4, gl/m4/float_h.m4, gl/m4/fpurge.m4, gl/m4/freading.m4, gl/m4/fseeko.m4, gl/m4/ftell.m4, gl/m4/ftello.m4, gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/getpass.m4, gl/m4/gettimeofday.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intlmacosx.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/ioctl.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/locale_h.m4, gl/m4/localename.m4, gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/mbtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/setlocale.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/sys_uio_h.m4, gl/m4/thread.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/valgrind-tests.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/version-etc.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar_h.m4, gl/m4/wchar_t.m4, gl/m4/wcrtomb.m4, gl/m4/wctob.m4, gl/m4/wctomb.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/yield.m4, gl/malloc.c, gl/mbrtowc.c, gl/mbsinit.c, gl/memchr.c, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c, gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio-impl.h, gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/strtok_r.c, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_uio.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/verify.h, gl/version-etc.c, gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc-die.c, gl/xalloc-oversized.h, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h, gltests/bind.c, gltests/btowc.c, gltests/dosname.h, gltests/dup2.c, gltests/fcntl.in.h, gltests/ftell.c, gltests/getpagesize.c, gltests/gettimeofday.c, gltests/glthread/lock.c, gltests/glthread/lock.h, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/glthread/threadlib.c, gltests/glthread/yield.h, gltests/ignore-value.h, gltests/inet_pton.c, gltests/init.sh, gltests/ioctl.c, gltests/listen.c, gltests/locale.in.h, gltests/localename.c, gltests/localename.h, gltests/lstat.c, gltests/macros.h, gltests/malloca.c, gltests/malloca.h, gltests/mbtowc-impl.h, gltests/mbtowc.c, gltests/open.c, gltests/pathmax.h, gltests/perror.c, gltests/pipe.c, gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c, gltests/setlocale.c, gltests/setsockopt.c, gltests/signature.h, gltests/stat.c, gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-alignof.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-binary-io.c, gltests/test-btowc.c, gltests/test-btowc1.sh, gltests/test-btowc2.sh, gltests/test-c-ctype.c, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c, gltests/test-fcntl-h.c, gltests/test-fflush.c, gltests/test-fflush2.c, gltests/test-fflush2.sh, gltests/test-fpurge.c, gltests/test-freading.c, gltests/test-fseeko.c, gltests/test-ftell.c, gltests/test-ftell.sh, gltests/test-ftell2.sh, gltests/test-ftell3.c, gltests/test-ftello.c, gltests/test-ftello.sh, gltests/test-ftello2.sh, gltests/test-ftello3.c, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-iconv-h.c, gltests/test-iconv.c, gltests/test-ignore-value.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-locale.c, gltests/test-localename.c, gltests/test-lock.c, gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h, gltests/test-malloca.c, gltests/test-mbrtowc-w32-1.sh, gltests/test-mbrtowc-w32-2.sh, gltests/test-mbrtowc-w32-3.sh, gltests/test-mbrtowc-w32-4.sh, gltests/test-mbrtowc-w32-5.sh, gltests/test-mbrtowc-w32.c, gltests/test-mbrtowc.c, gltests/test-mbsinit.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-netinet_in.c, gltests/test-open.c, gltests/test-open.h, gltests/test-perror.c, gltests/test-pipe.c, gltests/test-poll-h.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.h, gltests/test-select-fd.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-setenv.c, gltests/test-setlocale1.c, gltests/test-setlocale1.sh, gltests/test-setlocale2.c, gltests/test-setlocale2.sh, gltests/test-snprintf.c, gltests/test-sockets.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-symlink.c, gltests/test-symlink.h, gltests/test-sys_ioctl.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_stat.c, gltests/test-sys_time.c, gltests/test-sys_uio.c, gltests/test-sys_wait.h, gltests/test-time.c, gltests/test-unistd.c, gltests/test-unsetenv.c, gltests/test-vasnprintf.c, gltests/test-vasprintf.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-verify.c, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/test-wchar.c, gltests/test-wcrtomb-w32-1.sh, gltests/test-wcrtomb-w32-2.sh, gltests/test-wcrtomb-w32-3.sh, gltests/test-wcrtomb-w32-4.sh, gltests/test-wcrtomb-w32-5.sh, gltests/test-wcrtomb-w32.c, gltests/test-wcrtomb.c, gltests/test-wcrtomb.sh, gltests/test-wctype-h.c, gltests/test-wctype.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unsetenv.c, gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wcrtomb.c, gltests/wctob.c, gltests/wctomb-impl.h, gltests/wctomb.c, gltests/zerosize-ptr.h, lib/COPYING.LIB, lib/GNUmakefile, lib/build-aux/arg-nonnull.h, lib/build-aux/c++defs.h, lib/build-aux/config.rpath, lib/build-aux/gendocs.sh, lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h, lib/cram-md5/challenge.c, lib/digest-md5/free.c, lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/asm-underscore.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/extensions.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4, lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar_h.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strnlen.c, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/getpagesize.c, lib/gltests/init.sh, lib/gltests/intprops.h, lib/gltests/macros.h, lib/gltests/signature.h, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-c-ctype.c, lib/gltests/test-errno.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-strnlen.c, lib/gltests/test-strverscmp.c, lib/gltests/test-sys_wait.h, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-verify.c, lib/gltests/test-wchar.c, lib/gltests/zerosize-ptr.h, lib/maint.mk, maint.mk: Update gnulib files. Fix syntax-check warnings. 2011-05-01 Simon Josefsson * lib/po/LINGUAS, lib/po/eo.po.in, po/LINGUAS, po/eo.po.in: Sync with TP. 2011-05-01 Simon Josefsson * NEWS, cfg.mk, lib/NEWS: Merge in 1.6.1 stuff. 2011-05-01 Simon Josefsson * .gitignore, windows/gsasl4win.mk: Fix upload rule. 2011-05-01 Simon Josefsson * .gitignore, NEWS, windows/gsasl4win.mk: build: Added MinGW build script for Windows binaries, windows/gsasl4win.mk. 2011-05-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. Reported by Dagobert Michelsen . 2011-05-01 Simon Josefsson * lib/NEWS, lib/libgsasl.pc.in: libgsasl.pc: Add a Libs.private. Reported by Volker Grabsch . 2011-05-01 Simon Josefsson * README, lib/README, lib/libgsasl.pc.in: Compact copyright ranges. 2011-02-23 Simon Josefsson * doc/gsasl.texi: Fix typo. Reported by Дилян Палаузов . 2010-12-14 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2010-12-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version. 2010-12-14 Simon Josefsson * ChangeLog: Generated. 2010-12-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-12-14 Simon Josefsson * NEWS, lib/NEWS: Version 1.6.0. 2010-12-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-12-09 Simon Josefsson * ChangeLog: Generated. 2010-12-09 Simon Josefsson * lib/ChangeLog: Generated. 2010-12-09 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.5. 2010-12-09 Simon Josefsson * NEWS: Add. 2010-12-09 Simon Josefsson * configure.ac, lib/configure.ac: Silence. 2010-12-09 Simon Josefsson * lib/src/error.c: Fix indentation. 2010-12-09 Simon Josefsson * cfg.mk: Don't indent examples, formatting needed for texinfo manual. 2010-12-09 Simon Josefsson * .x-sc_bindtextdomain: Add. 2010-12-09 Simon Josefsson * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: gsasl: Add --no-cb command line parameter. 2010-12-09 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/gettext.h, gl/iconv.in.h, gl/intprops.h, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/dup2.m4, gl/m4/fcntl-o.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/glibc21.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/open.m4, gl/m4/poll.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/readline.m4, gl/m4/setenv.m4, gl/m4/stat.m4, gl/m4/stdint.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar_h.m4, gl/mbrtowc.c, gl/printf-parse.c, gl/printf-parse.h, gl/stdint.in.h, gl/striconv.c, gl/string.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/xmalloc.c, gltests/fcntl.in.h, gltests/test-getopt.h, gltests/test-iconv-h.c, lib/build-aux/gendocs.sh, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/alloca.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/printf.m4, lib/gl/m4/stdint.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar_h.m4, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stdint.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/intprops.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-12-09 Simon Josefsson * .gitignore: Add. 2010-12-09 Simon Josefsson * src/callbacks.c: Fix crash for non-TLS. 2010-11-14 Simon Josefsson * cfg.mk: Fix bashism. 2010-11-14 Simon Josefsson * cfg.mk: Copy GTK-DOC PDF too. 2010-11-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-11-14 Simon Josefsson * ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.4. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/NEWS, lib/scram/server.c: SCRAM: Fix memory leaks. 2010-11-14 Simon Josefsson * tests/scramplus.c: Remove debug code. 2010-11-14 Simon Josefsson * NEWS, lib/NEWS: Add. 2010-11-14 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h, gl/float+.h, gl/float.in.h, gl/getopt.in.h, gl/iconv.in.h, gl/inet_ntop.c, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_wait_h.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-parse.c, gl/printf-parse.h, gl/stdarg.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strerror.c, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_wait.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc.h, gltests/Makefile.am, gltests/fcntl.in.h, gltests/ignore-value.h, gltests/init.sh, gltests/malloca.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-poll-h.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-stdlib.c, gltests/test-sys_wait.c, gltests/time.in.h, lib/GNUmakefile, lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4, lib/gl/m4/memmem.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-memmem.c, lib/gltests/test-stdlib.c, lib/gltests/test-sys_wait.c, lib/gltests/verify.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-11-14 Simon Josefsson * lib/NEWS: Add. 2010-11-14 Simon Josefsson * lib/scram/parser.c: Fix parsing bug. 2010-11-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-11-14 Simon Josefsson * ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.3. 2010-11-14 Simon Josefsson * .gitignore, NEWS, README, configure.ac, doc/gsasl.texi, doc/reference/gsasl-docs.sgml, lib/NEWS, lib/README, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c, lib/scram/printer.c, lib/scram/scram.h, lib/scram/server.c, lib/scram/validate.c, lib/src/error.c, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, src/gsasl.c, src/internal.h, tests/Makefile.am, tests/scram.c, tests/scramplus.c: Support SCRAM-SHA-1-PLUS. Add GSASL_CB_TLS_UNIQUE. Use GnuTLS for tls-unique CB. 2010-11-13 Simon Josefsson * .gitignore: Ignore more. 2010-11-13 Simon Josefsson * src/gsasl.c, tests/cram-md5.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-md5file.c, tests/old-simple.c, tests/scram.c, tests/simple.c, tests/utils.c: Fix compiler warnings. 2010-09-27 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-09-27 Simon Josefsson * doc/gsasl.texi: Fix typo. 2010-09-27 Simon Josefsson * ChangeLog: Generated. 2010-09-27 Simon Josefsson * lib/ChangeLog: Generated. 2010-09-27 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.2. 2010-09-27 Simon Josefsson * NEWS: Add. 2010-09-27 Simon Josefsson * NEWS: Add. 2010-09-27 Simon Josefsson * doc/gsasl.texi: Drop libgpg-error/libgcrypt stuff from KfW. 2010-09-27 Simon Josefsson * src/gsasl.c: Manually initialize sockets for Windows (should be fixed in gnulib..). 2010-09-27 Simon Josefsson * doc/gsasl.texi: Improve KfW instructions. 2010-09-27 Simon Josefsson * gl/override/tests/test-environ.c.diff, gl/override/tests/test-unsetenv.c.diff, gltests/test-environ.c, gltests/test-unsetenv.c: Work around Wine bugs in gnulib self-tests. 2010-09-26 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/sys_wait.in.h, gltests/Makefile.am, gltests/test-stdlib.c, gltests/test-sys_wait.c, gltests/test-sys_wait.h, lib/gl/m4/gnulib-comp.m4, lib/gl/sys_wait.in.h, lib/gltests/Makefile.am, lib/gltests/test-stdlib.c, lib/gltests/test-sys_wait.c, lib/gltests/test-sys_wait.h: Update gnulib files. 2010-09-26 Simon Josefsson * doc/gsasl.texi: Fix download URL. 2010-09-26 Simon Josefsson * NEWS: Add. 2010-09-26 Simon Josefsson * lib/po/nl.po.in, po/nl.po.in: Sync with TP. 2010-09-26 Simon Josefsson * cfg.mk, lib/cfg.mk: Improve cfg.mk targets. 2010-09-26 Simon Josefsson * cfg.mk: Revert "Fixup visibility.m4 after gettext import." This reverts commit 322be869c210175857e202e5078fafbf49ea5b61. 2010-09-26 Simon Josefsson * doc/gsasl.texi: Improve KfW section. 2010-09-26 Simon Josefsson * cfg.mk: Fixup visibility.m4 after gettext import. 2010-09-26 Simon Josefsson * src/gsasl.c: Print errors from poll (mostly for Windows). 2010-09-26 Simon Josefsson * NEWS: Add. 2010-09-26 Simon Josefsson * src/gsasl.c, src/imap.c, src/smtp.c: Avoid fixed size buffers (caused problems on Windows where BUFSIZ is 512 smaller the some line lengths with GS2-KRB5). 2010-09-26 Simon Josefsson * gl/Makefile.am, gl/asprintf.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/vasprintf.m4, gl/vasprintf.c, gltests/Makefile.am, gltests/test-vasprintf.c: Add asprintf gnulib module. 2010-09-25 Simon Josefsson * gl/getaddrinfo.c, gltests/test-getaddrinfo.c: Update gnulib files. 2010-09-25 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/gss-extra.c, lib/gl/gss-extra.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gss-extra.m4, lib/gl/override/lib/gss-extra.c, lib/gl/override/lib/gss-extra.h, lib/gl/override/m4/gss-extra.m4, lib/gl/override/modules/gss-extra, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Move GSS-API helper stuff to gss-extra module. 2010-09-25 Simon Josefsson * doc/gsasl.texi: Add 'Kerberos on Windows' section. 2010-09-25 Simon Josefsson * lib/NEWS: Add. 2010-09-25 Simon Josefsson * .x-sc_space_tab: Fix syntax-check tests. 2010-09-25 Simon Josefsson * GNUmakefile, NEWS, cfg.mk, doc/fdl-1.3.texi, gl/Makefile.am, gl/m4/codeset.m4, gl/m4/environ.m4, gl/m4/error.m4, gl/m4/fcntl-o.m4, gl/m4/float_h.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lock.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/nls.m4, gl/m4/open.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, gl/m4/realloc.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/size_max.m4, gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdlib_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_wait_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/uintmax_t.m4, gl/m4/visibility.m4, gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/poll.c, gl/realloc.c, gl/select.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strerror.c, gl/string.in.h, gl/sys_time.in.h, gl/sys_wait.in.h, gl/unistd.in.h, gl/wctype.in.h, gl/xmalloc.c, gltests/Makefile.am, gltests/fcntl.in.h, gltests/getpagesize.c, gltests/init.sh, gltests/locale/fr/LC_MESSAGES/test-quotearg.po, gltests/malloca.c, gltests/open.c, gltests/setenv.c, gltests/test-malloca.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.c, gltests/test-quotearg.h, gltests/test-quotearg.sh, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdlib.c, gltests/test-sys_socket.c, gltests/test-sys_wait.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-verify.c, gltests/time.in.h, lib/GNUmakefile, lib/NEWS, lib/build-aux/gendocs.sh, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/malloc.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/minmax.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/visibility.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/realloc.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdlib.c, lib/gltests/test-strnlen.c, lib/gltests/test-sys_wait.c, lib/gltests/test-verify.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-09-02 Simon Josefsson * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: Support MIT KfW as GSS-API library. 2010-05-20 Simon Josefsson * NEWS, cfg.mk, doc/announce.txt, doc/gendocs_template, doc/reference/Makefile.am, gl/override/doc/gendocs_template.diff, gtk-doc.make, m4/gtk-doc.m4: Update GTK-DOC files to enable PDF manual. 2010-05-20 Simon Josefsson * tests/cram-md5.c, tests/digest-md5.c, tests/gs2-krb5.c, tests/gssapi.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/scram.c: Fix error strings in self-tests. 2010-05-20 Simon Josefsson * lib/NEWS: Add. 2010-05-20 Simon Josefsson * README, lib/README: Improve READMEs. 2010-05-20 Simon Josefsson * configure.ac, doc/gendocs_template, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/valgrind-tests.m4, m4/valgrind.m4: Update gnulib files, use new valgrind-tests module. 2010-05-17 Simon Josefsson * gl/Makefile.am, gl/config.charset, gl/error.c, gl/localcharset.c, gl/m4/asm-underscore.m4, gl/m4/gettext.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/intl.m4, gl/m4/po.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/m4/wctob.m4, gl/stdio-write.c, gl/stdio.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/verify.h, gl/wchar.in.h, gltests/Makefile.am, gltests/init.sh, gltests/test-lseek.sh, gltests/test-verify.c, gltests/test-verify.sh, gltests/test-xalloc-die.sh, gltests/wctob.c, lib/build-aux/c++defs.h, lib/build-aux/gendocs.sh, lib/gl/Makefile.am, lib/gl/m4/asm-underscore.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intl.m4, lib/gl/m4/po.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-verify.c, lib/gltests/test-verify.sh, lib/gltests/verify.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-04-29 Simon Josefsson * THANKS: Add. 2010-04-29 Simon Josefsson * tests/scram.c: More extension checking. 2010-04-29 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/netdb_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h, gl/unistd.in.h, gltests/init.sh, lib/gl/Makefile.am, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-c-ctype.c, lib/maint.mk, maint.mk: Update gnulib files. Add c-ctype module, for SCRAM. 2010-04-29 Simon Josefsson * lib/scram/parser.c: SCRAM server: ignore extensions in client-final. 2010-04-29 Simon Josefsson * tests/scram.c: Test extension parameters. 2010-04-29 Simon Josefsson * tests/scram.c: Don't ignore unexpected successes for i=16,17. 2010-04-29 Simon Josefsson * tests/scram.c: Test two failure modes with mismatching c= fields. 2010-04-29 Simon Josefsson * lib/scram/server.c: SCRAM server: Compare c= field in client-final to match client-first. Reported by Marc Santamaria . 2010-04-29 Simon Josefsson * tests/scram.c: Check that server supports n=y. 2010-04-29 Simon Josefsson * lib/scram/parser.c: SCRAM server: Interop against clients that supports channel bindings. Reported by Marc Santamaria . 2010-04-29 Simon Josefsson * lib/scram/server.c: SCRAM server: Interop against clients that supports channel bindings. Reported by Marc Santamaria . 2010-04-25 Simon Josefsson * gl/vasnprintf.c, gltests/Makefile.am, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, lib/build-aux/vc-list-files, lib/gl/m4/strnlen.m4, lib/gl/vasnprintf.c, lib/gltests/test-vasprintf.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-04-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-04-21 Simon Josefsson * ChangeLog: Generated. 2010-04-21 Simon Josefsson * lib/ChangeLog: Generated. 2010-04-21 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.1. 2010-04-21 Simon Josefsson * lib/NEWS: Add. 2010-04-21 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/ioctl.m4, gl/m4/visibility.m4, gl/override/m4/visibility.m4.diff, gltests/test-lseek.sh, gltests/test-select-in.sh, lib/gl/m4/visibility.m4, lib/gl/override/m4/visibility.m4.diff: Update gnulib files. 2010-04-19 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/getopt_int.h, gl/m4/netdb_h.m4, gl/stdbool.in.h, gltests/setenv.c, gltests/test-stdbool.c, gltests/test-stdint.c, lib/gl/stdbool.in.h, lib/gltests/test-stdbool.c, lib/gltests/test-stdint.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-04-14 Simon Josefsson * lib/NEWS: Add. 2010-04-14 Simon Josefsson * gl/getopt.c, gl/m4/getopt.m4, gltests/test-getopt.h, gltests/test-getopt_long.h, lib/gl/gc-libgcrypt.c: Update gnulib files. 2010-04-13 Simon Josefsson * lib/maint.mk, maint.mk: Update gnulib files. 2010-04-12 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c, lib/gs2/server.c: GS2: Fix decoding of invalid data in server. Code review fixes. 2010-04-12 Simon Josefsson * .gitignore: Add. 2010-04-12 Simon Josefsson * .x-sc_prohibit_empty_lines_at_EOF, GNUmakefile, NEWS, doc/cyclo/Makefile.am, doc/reference/Makefile.am, gl/Makefile.am, gl/fseeko.c, gl/m4/fseeko.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/memchr.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/strtok_r.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/stdio-impl.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/init.sh, gltests/ioctl.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-vasnprintf.c, gltests/time.in.h, lib/GNUmakefile, lib/NEWS, lib/build-aux/c++defs.h, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4, lib/gl/m4/printf.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/test-vasnprintf.c, lib/maint.mk, maint.mk: Update gnulib files and fix new syntax-check warnings. 2010-03-31 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-03-31 Simon Josefsson * ChangeLog: Generated. 2010-03-31 Simon Josefsson * lib/ChangeLog: Generated. 2010-03-31 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.0. 2010-03-30 Simon Josefsson * m4/valgrind.m4: Sync valgrind.m4. 2010-03-30 Simon Josefsson * NEWS: Add. 2010-03-30 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strtok_r.m4, gl/strtok_r.c: Add strtok_r module, for MinGW and readnz. 2010-03-30 Simon Josefsson * gl/m4/gnulib-common.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strnlen.m4, lib/gl/strnlen.c, lib/maint.mk, maint.mk: Update gnulib files. Add strnlen. 2010-03-30 Simon Josefsson * tests/gs2-krb5.c: Also test non-authzid scenario. 2010-03-30 Simon Josefsson * doc/cyclo/Makefile.am: Ignore some functions/files. 2010-03-30 Simon Josefsson * lib/gs2/client.c: Reduce complexity. 2010-03-30 Simon Josefsson * tests/simple.c: Check NULL handling in interfaces. 2010-03-30 Simon Josefsson * lib/src/xfinish.c: gsasl_finish: Handle NULL sctx. 2010-03-30 Simon Josefsson * lib/gs2/client.c: Fix memory leak and improve code coverage. 2010-03-30 Simon Josefsson * doc/gsasl.texi: Fix @url's. 2010-03-30 Simon Josefsson * doc/reference/gsasl-docs.sgml: Update. 2010-03-30 Simon Josefsson * doc/gsasl.texi: Add GS2 material. 2010-03-30 Simon Josefsson * .gitignore: Add. 2010-03-30 Simon Josefsson * configure.ac, tests/Makefile.am, tests/gs2-krb5.c, tests/gssapi.c: Fix GNU GSS checks. Be more verbose about configure options. 2010-03-30 Simon Josefsson * configure.ac, tests/Makefile.am: Only run GSSAPI/GS2 self-tests when using GNU GSS. 2010-03-30 Simon Josefsson * lib/NEWS, lib/configure.ac: Require GNU GSS version 1.0.0 or later. 2010-03-30 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/README: Drop GS2 README. 2010-03-30 Simon Josefsson * lib/NEWS: Typo. 2010-03-30 Simon Josefsson * doc/gdoc: Silence warning. 2010-03-30 Simon Josefsson * doc/Makefile.am: Fix copyright years. 2010-03-30 Simon Josefsson * gl/arpa_inet.in.h, gl/errno.in.h, gl/float.in.h, gl/getopt.in.h, gl/iconv.in.h, gl/m4/fcntl-o.m4, gl/m4/gnulib-comp.m4, gl/m4/intldir.m4, gl/m4/printf-posix.m4, gl/m4/sys_ioctl_h.m4, gl/m4/visibility.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/string.in.h, gl/sys_time.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/ioctl.c, gltests/sys_ioctl.in.h, gltests/time.in.h, lib/gl/errno.in.h, lib/gl/float.in.h, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intldir.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/visibility.m4, lib/gl/stdint.in.h, lib/gl/string.in.h: Update gnulib files. 2010-03-30 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2010-03-30 Simon Josefsson * src/imap.c: Improve error message. 2010-03-30 Simon Josefsson * lib/gs2/client.c: Don't overwrite return value. 2010-03-30 Simon Josefsson * lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Fix warnings. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Use gss_oid_equal when available. 2010-03-29 Simon Josefsson * lib/configure.ac: Also check for gss_oid_equal. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c: Make gs2helper.h standalone. 2010-03-29 Simon Josefsson * lib/NEWS: Update NEWS. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c: GS2: Cleanup code. 2010-03-29 Simon Josefsson * lib/NEWS, lib/src/error.c, lib/src/gsasl.h: Add more GSS-API error codes. 2010-03-29 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2asn1.c, lib/gs2/gs2asn1.h, lib/gs2/gs2helper.c: Use GSS capsulate functions to simplify code. 2010-03-29 Simon Josefsson * lib/src/gsasl.h: Fix error code values. 2010-03-29 Simon Josefsson * tests/readnz.c: Silence compiler warning. 2010-03-29 Simon Josefsson * lib/NEWS, lib/gs2/server.c, lib/src/error.c, lib/src/gsasl.h: Improve GS2 error codes. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c: gss_inquire_mech_for_saslname: Fix replacement and usage. 2010-03-29 Simon Josefsson * lib/configure.ac: Improve GSS-API library feature checks. 2010-03-29 Simon Josefsson * lib/configure.ac: Fix typo. 2010-03-29 Simon Josefsson * lib/gs2/client.c: Check ret_flags. 2010-03-29 Simon Josefsson * lib/src/saslprep.c: Doc fix to avoid warning from GTK-DOC. 2010-03-29 Simon Josefsson * lib/configure.ac: Check for extended GSS-API interfaces. 2010-03-29 Simon Josefsson * .x-sc_texinfo_acronym: Add. 2010-03-29 Simon Josefsson * doc/gsasl.texi: Drop @acronym. 2010-03-29 Simon Josefsson * lib/configure.ac: Fix syntax-check warning (test -o ). 2010-03-29 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/connect.c, gl/errno.in.h, gl/float.in.h, gl/getaddrinfo.c, gl/getopt.c, gl/getopt.in.h, gl/gettext.h, gl/iconv.in.h, gl/m4/arpa_inet_h.m4, gl/m4/exitfail.m4, gl/m4/fcntl_h.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/netdb_h.m4, gl/m4/setenv.m4, gl/m4/stddef_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/time_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wchar_h.m4, gl/m4/wctype.m4, gl/m4/wctype_h.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/recv.c, gl/select.c, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/accept.c, gltests/bind.c, gltests/fcntl.in.h, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-dup2.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-iconv-h.c, gltests/test-vc-list-files-git.sh, gltests/test-wctype.c, gltests/time.in.h, lib/build-aux/c++defs.h, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.in.h, lib/gl/gettext.h, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_h.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/test-base64.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-03-26 Simon Josefsson * lib/NEWS: Fix. 2010-03-26 Simon Josefsson * NEWS, lib/NEWS: Fixup NEWS entries. 2010-03-26 Simon Josefsson * doc/announce.txt: Update for 1.4.4. 2010-03-25 Simon Josefsson * doc/gsasl.texi: Improve wording. 2010-03-25 Simon Josefsson * doc/gsasl.texi: Link to Windows binaries. 2010-03-19 Simon Josefsson * tests/gs2-krb5.c: Make server-first logic more correct. 2010-03-19 Simon Josefsson * lib/gs2/server.c: Properly call GSS-API validate callback. 2010-03-18 Simon Josefsson * lib/NEWS, lib/scram/parser.c: SCRAM: Don't read out of bounds when parsing tokens. 2010-03-18 Simon Josefsson * tests/Makefile.am, tests/readnz.c: Add self-test for round-out-of-bounds. 2010-03-18 Simon Josefsson * src/gsasl.c: Don't crash if getaddrinfo failed to canonicalize address, but use user string. 2010-03-18 Simon Josefsson * README-alpha: Also need gperf. 2010-03-17 Simon Josefsson * tests/old-digest-md5.c: Fix self test to handle modified DIGEST-MD5 behaviour. 2010-03-17 Simon Josefsson * tests/scram.c: Also test server goes first. 2010-03-17 Simon Josefsson * tests/digest-md5.c: Also test client-goes-first. 2010-03-17 Simon Josefsson * lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5: The server code now returns GSASL_OK after the final token. 2010-03-17 Simon Josefsson * lib/gs2/server.c: Check mutual in ret_flags. 2010-03-17 Simon Josefsson * tests/gssapi.c: Try both client first and server first. 2010-03-17 Simon Josefsson * tests/gs2-krb5.c: Try both client first and server first. 2010-03-15 Simon Josefsson * doc/announce.txt: Update. 2010-03-15 Simon Josefsson * doc/ANNOUNCE, doc/announce.txt: Rename. 2010-03-15 Simon Josefsson * lib/cfg.mk: Drop update-po in lib/. 2010-03-15 Simon Josefsson * cfg.mk, lib/cfg.mk: cfg.mk fixes. 2010-03-15 Simon Josefsson * .gitignore: Add. 2010-03-15 Simon Josefsson * po/LINGUAS, po/fi.po.in, po/fr.po.in, po/id.po.in, po/it.po.in, po/nl.po.in, po/pl.po.in, po/sk.po.in, po/sv.po.in, po/vi.po.in, po/zh_CN.po.in: Sync with TP. 2010-03-15 Simon Josefsson * lib/po/LINGUAS, lib/po/it.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP. 2010-03-15 Simon Josefsson * .gitignore, NEWS, cfg.mk, lib/NEWS: Forward-port 1.4.x changes. 2010-03-15 Simon Josefsson * lib/NEWS: Add. 2010-03-12 Simon Josefsson * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: Don't pollute CFLAGS/LIBS with GSS-API stuff. 2010-03-12 Simon Josefsson * tests/gs2-krb5.c: Fix typo. 2010-03-12 Simon Josefsson * tests/gs2-krb5.c, tests/gssapi.c: Silently fail GSSAPI/GS2-KRB5 tests if not available. 2010-03-10 Simon Josefsson * .gitignore: Add. 2010-03-10 Simon Josefsson * tests/gssapi.c: Less verbose. 2010-03-10 Simon Josefsson * lib/gs2/server.c: Fix mem leak. 2010-03-10 Simon Josefsson * lib/scram/parser.c, tests/scram.c: SCRAM: (Un)escape username. 2010-03-10 Simon Josefsson * tests/Makefile.am, tests/gssapi.cfg, tests/shishi.conf: Silence Shishi warnings. 2010-03-10 Simon Josefsson * tests/gssapi.tkt: Generated. 2010-03-10 Simon Josefsson * lib/scram/parser.c, lib/scram/printer.c, lib/scram/server.c, tests/scram.c: SCRAM: (Un)escape authzid. 2010-03-10 Simon Josefsson * tests/Makefile.am, tests/gs2-krb5.c: Use self tests. 2010-03-10 Simon Josefsson * lib/gssapi/client.c, lib/gssapi/server.c: Fix comment. 2010-03-10 Simon Josefsson * lib/gs2/server.c: Parse GS2 header. Fix authzid handling. Unescape authzid. 2010-03-10 Simon Josefsson * lib/gs2/client.c: Escape authzid. 2010-03-10 Simon Josefsson * tests/gssapi.c: Print return values too. 2010-03-10 Simon Josefsson * tests/scram.c: Print return values too. 2010-03-10 Simon Josefsson * tests/Makefile.am, tests/gssapi.cfg: Use a Shishi config file. 2010-03-10 Simon Josefsson * lib/configure.ac, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Improve GSSAPI library detection code. Some systems (e.g., Mac OS X) still doesn't have gssapi.h, only gssapi/gssapi.h. 2010-03-08 Simon Josefsson * lib/gs2/server.c: Add channel binding. Drop more old GSS-API code. 2010-03-08 Simon Josefsson * lib/gs2/server.c: Send token properly. 2010-03-08 Simon Josefsson * lib/gs2/server.c: Drop junk. 2010-03-08 Simon Josefsson * lib/src/error.c: Fix typo. 2010-03-03 Simon Josefsson * lib/NEWS: Fix. 2010-03-03 Simon Josefsson * lib/NEWS: Add. 2010-03-03 Simon Josefsson * lib/configure.ac: Enable GS2 by default. 2010-03-03 Simon Josefsson * lib/gs2/gs2asn1.c, lib/gs2/gs2asn1.h: GS2: Add ASN.1 helpers. 2010-03-03 Simon Josefsson * lib/configure.ac, lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2wrap.c, lib/gs2/server.c, lib/gs2/test-parser.c, lib/gssapi/client.c, lib/gssapi/server.c: Simplify GSS-API detection. More GS2 cleanup. 2010-03-03 Simon Josefsson * lib/gs2/client.c: GS2: Remove debug code. The client side should now actually be finished, yay. 2010-03-03 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/server.c: GS2: Channel binding stuff. Cleanup. 2010-03-02 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c: Begin some work on GS2 update. 2010-03-01 Simon Josefsson * lib/src/gsasl.h: Generated. 2010-03-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-02-24 Simon Josefsson * gl/m4/warn-on-use.m4, gltests/gettimeofday.c, lib/gl/m4/warn-on-use.m4: Update gnulib files. 2010-02-23 Simon Josefsson * gl/Makefile.am, gl/m4/gettimeofday.m4, gl/m4/gnulib-common.m4, gl/m4/lseek.m4, gl/m4/sys_time_h.m4, gl/netdb.in.h, gl/stdio.in.h, gl/sys_select.in.h, gl/sys_time.in.h, gltests/init.sh, lib/build-aux/gendocs.sh, lib/build-aux/vc-list-files, lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: Update gnulib files. 2010-02-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-02-16 Simon Josefsson * doc/ANNOUNCE: Add. 2010-02-16 Simon Josefsson * ChangeLog: Generated. 2010-02-16 Simon Josefsson * lib/ChangeLog: Generated. 2010-02-16 Simon Josefsson * tests/symbols.c: Make it work when obsolete symbols are disabled. 2010-02-16 Simon Josefsson * lib/ChangeLog: Generated. 2010-02-16 Simon Josefsson * lib/cfg.mk: Upload to ftp.gnu.org. 2010-02-16 Simon Josefsson * lib/ChangeLog: Generated. 2010-02-16 Simon Josefsson * cfg.mk: Upload to ftp.gnu.org. 2010-02-16 Simon Josefsson * NEWS, lib/NEWS: Version 1.4.1. 2010-02-16 Simon Josefsson * .gitignore: Fix. 2010-02-15 Simon Josefsson * lib/src/gsasl.h: Generate. 2010-02-15 Simon Josefsson * src/internal.h: Fix comment. 2010-02-15 Simon Josefsson * configure.ac, src/internal.h: Revert "Drop pwd.h #include (not used?)." This reverts commit b0df618c4214be57536ebe4a7c87178288f7969a. 2010-02-15 Simon Josefsson * configure.ac, src/internal.h: Drop pwd.h #include (not used?). 2010-02-15 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change next version to 1.4.1. 2010-02-15 Simon Josefsson * NEWS: Add. 2010-02-15 Simon Josefsson * lib/gs2/Makefile.am, lib/tests/Makefile.am, tests/Makefile.am: Drop EXEEXT for self-tests. 2010-02-15 Simon Josefsson * gl/stdio.in.h, lib/gl/stdio.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-02-05 Simon Josefsson * cfg.mk: Add review-diff rule. 2010-02-05 Simon Josefsson * gl/m4/gettimeofday.m4, gltests/test-gettimeofday.c: Update gnulib files. 2010-02-05 Simon Josefsson * .gitignore: Add. 2010-02-04 Simon Josefsson * lib/digest-md5/Makefile.am: See if dropping EXEEXT helps mingw builds. 2010-02-04 Simon Josefsson * .gitignore: Update. 2010-02-04 Simon Josefsson * tests/Makefile.am, tests/symbols.c: Add self-check for testing that all APIs have been exported. 2010-02-04 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4, gl/m4/fcntl_h.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gltests/Makefile.am, gltests/fcntl.in.h, gltests/ignore-value.h, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-gettimeofday.c, gltests/test-lstat.c, gltests/test-memchr.c, gltests/test-sockets.c, gltests/test-symlink.c, lib/build-aux/link-warning.h, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-01-21 Simon Josefsson * gl/Makefile.am, gl/error.h, gl/stdio.in.h, gl/striconv.c, gl/vasnprintf.h, gltests/Makefile.am, gltests/fcntl.in.h, lib/gl/Makefile.am, lib/gl/stdio.in.h, lib/gl/vasnprintf.h: Update gnulib files. 2010-01-12 Simon Josefsson * cfg.mk, lib/maint.mk, maint.mk: Improve syntax-check exception stuff. 2010-01-12 Simon Josefsson * gl/m4/gnulib-common.m4, gl/m4/warnings.m4, gl/stdio.in.h, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: Update gnulib files. 2010-01-12 Simon Josefsson * m4/valgrind.m4: Fix valgrind.m4. 2010-01-12 Simon Josefsson * po/POTFILES.in: Fix. 2010-01-12 Simon Josefsson * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value, .x-sc_cast_of_x_alloc_return_value, .x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_po_check, .x-sc_program_name, .x-sc_prohibit_HAVE_MBRTOWC, .x-sc_prohibit_atoi_atof, .x-sc_prohibit_getopt_without_use, .x-sc_prohibit_magic_number_exit, .x-sc_space_tab, .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk, maint.mk: Fix syntax-check stuff. 2010-01-12 Simon Josefsson * NEWS: Add. 2010-01-12 Simon Josefsson * po/de.po.in, po/zh_CN.po.in: Sync with TP. 2010-01-12 Simon Josefsson * lib/po/zh_CN.po.in: Sync with TP. 2010-01-12 Simon Josefsson * gltests/dup2.c: Update gnulib files. 2010-01-12 Simon Josefsson * gl/override/lib/dup2.c.diff, gl/override/tests/dup2.c.diff: Fix dup2 patch. 2010-01-12 Simon Josefsson * gl/m4/visibility.m4, gl/override/m4/visibility.m4.diff, lib/gl/m4/visibility.m4, lib/gl/override/m4/visibility.m4.diff: Add workaround for visibility bug. 2010-01-12 Simon Josefsson * tests/libgsasl.supp: Add. 2010-01-12 Simon Josefsson * tests/Makefile.am, tests/libgsasl.supp: Add libgsasl valgrind suppressions file. 2010-01-12 Simon Josefsson * gl/m4/open.m4, gl/override/m4/open.m4.diff, gl/override/tests/dup2.c.diff, gltests/test-xalloc-die.sh: Update gnulib files. 2010-01-12 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/close-hook.c, gl/close-hook.h, gl/close.c, gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/float+.h, gl/float.in.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/autobuild.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/dos.m4, gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4, gl/m4/fcntl_h.m4, gl/m4/float_h.m4, gl/m4/fseeko.m4, gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/gettext.m4, gl/m4/gettimeofday.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4, gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/po.m4, gl/m4/poll.m4, gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/uintmax_t.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/version-etc.m4, gl/m4/visibility.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/malloc.c, gl/mbrtowc.c, gl/mbsinit.c, gl/memchr.c, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c, gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio-impl.h, gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/verify.h, gl/version-etc.c, gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h, gltests/bind.c, gltests/dup2.c, gltests/fcntl.in.h, gltests/gettimeofday.c, gltests/inet_pton.c, gltests/init.sh, gltests/ioctl.c, gltests/listen.c, gltests/lstat.c, gltests/macros.h, gltests/malloca.c, gltests/malloca.h, gltests/open.c, gltests/pathmax.h, gltests/perror.c, gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c, gltests/setsockopt.c, gltests/signature.h, gltests/stat.c, gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-alignof.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-binary-io.c, gltests/test-binary-io.sh, gltests/test-c-ctype.c, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c, gltests/test-fcntl-h.c, gltests/test-fseeko.c, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-iconv.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h, gltests/test-malloca.c, gltests/test-mbrtowc.c, gltests/test-mbsinit.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-netinet_in.c, gltests/test-open.c, gltests/test-open.h, gltests/test-perror.c, gltests/test-poll.c, gltests/test-quotearg.c, gltests/test-select-fd.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-setenv.c, gltests/test-snprintf.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-symlink.c, gltests/test-symlink.h, gltests/test-sys_ioctl.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_stat.c, gltests/test-sys_time.c, gltests/test-time.c, gltests/test-unistd.c, gltests/test-unsetenv.c, gltests/test-vasnprintf.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/test-wchar.c, gltests/test-wctype.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unsetenv.c, gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wctob.c, gltests/zerosize-ptr.h, lib/GNUmakefile, lib/build-aux/arg-nonnull.h, lib/build-aux/config.rpath, lib/build-aux/gendocs.sh, lib/build-aux/link-warning.h, lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/extensions.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4, lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/getpagesize.c, lib/gltests/intprops.h, lib/gltests/macros.h, lib/gltests/signature.h, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-errno.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-strverscmp.c, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c, lib/gltests/verify.h, lib/gltests/zerosize-ptr.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-01-12 Simon Josefsson * gl/gettext.h, gl/override/lib/gettext.h.diff, lib/gl/override/lib/gettext.h.diff: Fix gettext.h patch. 2010-01-12 Simon Josefsson * gl/override/lib/getpass.c.diff: Fix patch. 2009-12-17 Simon Josefsson * NEWS: Add. 2009-10-14 Enrico Scholz * src/gsasl.c: Improve application data throughput See . Signed-off-by: Simon Josefsson 2009-11-18 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2009-11-18 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-11-18 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h, gltests/test-xalloc-die.sh, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2009-11-17 Simon Josefsson * ChangeLog: Generated. 2009-11-17 Simon Josefsson * lib/ChangeLog: Generated. 2009-11-17 Simon Josefsson * NEWS, lib/NEWS: Version 1.4.0. 2009-11-17 Simon Josefsson * lib/NEWS: Add. 2009-11-17 Simon Josefsson * NEWS: Add. 2009-11-17 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-11-17 Simon Josefsson * gl/m4/putenv.m4, gltests/putenv.c, gltests/test-setenv.c, gltests/test-unsetenv.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh: Update gnulib files. 2009-11-17 Simon Josefsson * gl/Makefile.am, gl/intprops.h, gl/m4/environ.m4, gl/m4/gnulib-comp.m4, gl/m4/setenv.m4, gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/printf-args.c, gl/stdlib.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/version-etc.c, gltests/Makefile.am, gltests/setenv.c, gltests/unsetenv.c, lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/printf-args.c, lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/Makefile.am, lib/gltests/intprops.h, lib/gltests/test-base64.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-11-09 Simon Josefsson * gltests/test-fseeko.c: Update gnulib files. 2009-11-06 Simon Josefsson * cfg.mk: Commit cyclo/ www dir too. 2009-11-06 Simon Josefsson * ChangeLog: Generated. 2009-11-06 Simon Josefsson * lib/ChangeLog: Generated. 2009-11-06 Simon Josefsson * NEWS, lib/NEWS: Version 1.3.91. 2009-11-06 Simon Josefsson * doc/gsasl.texi: Fix header. 2009-11-06 Simon Josefsson * .x-sc_prohibit_getopt_without_use, .x-sc_prohibit_magic_number_exit, lib/scram/server.c: Fix syntax-check nits. 2009-11-06 Simon Josefsson * lib/cfg.mk: Prepare for alpha release. 2009-11-06 Simon Josefsson * NEWS: Add. 2009-11-06 Simon Josefsson * doc/cyclo/Makefile.am: Fix paths. 2009-11-06 Simon Josefsson * doc/cyclo/Makefile.am: Update usage. 2009-11-06 Simon Josefsson * gl/Makefile.am, gl/getpagesize.c, gl/m4/getpagesize.m4, gl/m4/gnulib-comp.m4, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib files. 2009-11-06 Simon Josefsson * lib/win32/libgsasl.vcproj: More fixes. 2009-11-06 Simon Josefsson * lib/win32/libgsasl.vcproj: Further fixes. 2009-11-06 Simon Josefsson * lib/win32/include/config.h, lib/win32/libgsasl.vcproj: Disable obsolete APIs for Windows builds. 2009-11-06 Simon Josefsson * lib/NEWS: Add. 2009-11-06 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-11-06 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/rawmemchr.m4, lib/gl/m4/strchrnul.m4, lib/gl/rawmemchr.c, lib/gl/rawmemchr.valgrind, lib/gl/strchrnul.c, lib/gl/strchrnul.valgrind, lib/gltests/Makefile.am, lib/gltests/test-rawmemchr.c, lib/gltests/test-strchrnul.c: Update gnulib files. 2009-11-06 Simon Josefsson * lib/win32/include/config.h: Add new definitions. Suggested by Lothar May in . 2009-11-06 Simon Josefsson * lib/win32/libgsasl.vcproj: Add more files. Suggested by Lothar May in . 2009-11-06 Simon Josefsson * lib/scram/parser.c: Doc fix. 2009-11-06 Simon Josefsson * ChangeLog: Generated. 2009-11-06 Simon Josefsson * lib/ChangeLog: Generated. 2009-11-06 Simon Josefsson * NEWS, lib/NEWS: Version 1.3.90. 2009-11-06 Simon Josefsson * gl/m4/getaddrinfo.m4, gltests/Makefile.am, lib/maint.mk, maint.mk: Update gnulib files. 2009-11-06 Simon Josefsson * cfg.mk: Prepare for alpha release. 2009-11-05 Simon Josefsson * gl/m4/gnulib-comp.m4: Update gnulib files. 2009-11-05 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2009-11-05 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/stdlib_h.m4, gl/stdlib.in.h, gltests/Makefile.am, gltests/test-getaddrinfo.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-sys_socket.c, lib/gl/Makefile.am, lib/gl/m4/stdlib_h.m4, lib/gl/stdlib.in.h: Update gnulib files. 2009-11-03 Simon Josefsson * .gitignore: Fix. 2009-11-03 Simon Josefsson * .gitignore: Add. 2009-11-03 Simon Josefsson * lib/NEWS: Add. 2009-11-03 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Unconditionally add memxor module, SCRAM needs it. 2009-11-03 Simon Josefsson * lib/configure.ac, lib/gl/m4/gc.m4, lib/gl/override/m4/gc.m4.diff: Fix libgcrypt detection. 2009-11-03 Simon Josefsson * lib/configure.ac: Enable libgcrypt by default when available. 2009-11-02 Simon Josefsson * gl/getopt.c, gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4, gl/m4/pmccabe2html.m4, gl/m4/ungetc.m4, gl/sockets.c, gl/stdio.in.h, gltests/test-arpa_inet.c, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-memchr.c, gltests/test-netinet_in.c, gltests/test-quotearg.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-sockets.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-string.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_time.c, gltests/test-unistd.c, gltests/test-version-etc.c, gltests/test-wchar.c, gltests/test-wctype.c, lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free, lib/gl/md5.c, lib/gl/sha1.c, lib/gl/stdio.in.h, lib/gltests/test-base64.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-rawmemchr.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-strchrnul.c, lib/gltests/test-string.c, lib/gltests/test-strverscmp.c, lib/gltests/test-unistd.c, lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-10-26 Simon Josefsson * NEWS: Add. 2009-10-26 Simon Josefsson * tests/scram.c: Also test when app provides a GSASL_SCRAM_SALTED_PASSWORD. 2009-10-26 Simon Josefsson * lib/scram/client.c: Fix crash in code when application provides a GSASL_SCRAM_SALTED_PASSWORD. 2009-10-26 Simon Josefsson * lib/NEWS: Add. 2009-10-26 Simon Josefsson * lib/src/init.c: Prefer SCRAM-SHA-1 over CRAM-MD5 and DIGEST-MD5. 2009-10-26 Simon Josefsson * gl/localcharset.c, gl/m4/fcntl_h.m4, gl/m4/gnulib-comp.m4, gl/m4/localcharset.m4: Update gnulib files. 2009-10-12 Simon Josefsson * doc/gsasl.texi: Add concept index nodes for iteration count and salt. 2009-10-12 Simon Josefsson * src/gsasl.c: Drop Windows compatibility stuff, should be taken care of gnulib now. 2009-10-12 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/unistd.in.h, lib/gl/unistd.in.h: Update gnulib files. 2009-10-12 Simon Josefsson * NEWS, lib/NEWS: Add NEWS entries. 2009-10-12 Simon Josefsson * po/LINGUAS, po/fi.po.in, po/vi.po.in: Sync with TP. 2009-10-12 Simon Josefsson * lib/po/LINGUAS, lib/po/fi.po.in, lib/po/vi.po.in: Sync with TP. 2009-10-12 Simon Josefsson * lib/NEWS: Add. 2009-10-12 Simon Josefsson * NEWS: Add. 2009-10-12 Simon Josefsson * lib/configure.ac: Bump libtool version to indicate newly added ABIs. 2009-10-08 Simon Josefsson * lib/configure.ac, lib/src/gsasl.h: Start to use X.Y.Z versioning scheme. 2009-10-08 Simon Josefsson * tests/crypto.c: Test new SHA-1 APIs. 2009-10-08 Simon Josefsson * lib/src/libgsasl.map: Add new APIs to linker script. 2009-10-08 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2009-10-08 Simon Josefsson * lib/build-aux/gendocs.sh: Chmod. 2009-10-08 Simon Josefsson * ChangeLog: Generated. 2009-10-08 Simon Josefsson * lib/ChangeLog: Generated. 2009-10-08 Simon Josefsson * NEWS, lib/NEWS: Version 1.3. 2009-10-08 Simon Josefsson * tests/scram.c: Don't use non-ascii in self-test in case gsasl is built without libidn. 2009-10-08 Simon Josefsson * src/Makefile.am: Fix build error on mingw. 2009-10-08 Simon Josefsson * doc/reference/gsasl-docs.sgml: Update. 2009-10-08 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add new symbols since 1.3 section. 2009-10-08 Simon Josefsson * lib/src/crypto.c: Doc fix. 2009-10-08 Simon Josefsson * Makefile.am: Simplify DISTCHECK_CONFIGURE_FLAGS, scram is now enabled by default. 2009-10-08 Simon Josefsson * NEWS: Add. 2009-10-08 Simon Josefsson * lib/src/init.c: Make SCRAM lowest priority for now. 2009-10-08 Simon Josefsson * doc/gsasl.texi: Fix. 2009-10-08 Simon Josefsson * NEWS: Add. 2009-10-08 Simon Josefsson * lib/configure.ac: Enable SCRAM by default. 2009-10-08 Simon Josefsson * doc/gsasl.texi: Improve, including new SCRAM coverage. 2009-10-08 Simon Josefsson * gl/Makefile.am, gl/getopt.in.h, gl/getopt_int.h, gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/progname.c, gl/stdio.in.h, gl/unistd.in.h, gltests/test-getopt.c, gltests/test-getopt_long.h, gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2009-10-07 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Normalize password using SASLprep. 2009-09-25 Simon Josefsson * gl/Makefile.am, gl/m4/getdelim.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h, gl/stdlib.in.h, gl/unistd.in.h, gltests/Makefile.am, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memmem.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/memmem.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-memmem.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-09-23 Simon Josefsson * src/gsasl.c: Revert check for empty final token (incorrect change). 2009-09-16 Simon Josefsson * src/callbacks.c: Silence debug warning. 2009-09-16 Simon Josefsson * src/gsasl.c: Don't print empty tokens after success. 2009-09-16 Simon Josefsson * lib/scram/server.c: SCRAM: Store username property in server. 2009-09-16 Simon Josefsson * tests/scram.c: Also check that AUTHID is set and correct in callback. 2009-09-16 Simon Josefsson * .gitignore: Add. 2009-09-16 Simon Josefsson * lib/scram/client.c: SCRAM: Fix memleak. 2009-09-16 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/server.c: SCRAM: Handle non-zero terminated strings. 2009-09-11 Simon Josefsson * lib/scram/validate.c: SCRAM: Drop FIXME, specification changed to not use UTF-8 for nonces. 2009-09-11 Simon Josefsson * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we solved it differently. 2009-09-11 Simon Josefsson * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we solved it differently. 2009-09-11 Simon Josefsson * lib/scram/client.c: SCRAM: Cleanup and memory leak fixing. 2009-09-11 Simon Josefsson * lib/scram/server.c: SCRAM: Cleanup and memory leak fixing. 2009-09-11 Simon Josefsson * lib/scram/server.c: SCRAM: Check that username doesn't fail SASLprep (as required). 2009-09-11 Simon Josefsson * Makefile.am: Enable SCRAM-SHA-1 during distcheck testing. 2009-09-11 Simon Josefsson * tests/scram.c: Silence warning. 2009-09-11 Simon Josefsson * gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/poll.m4, gl/m4/readline.m4, gl/m4/select.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/wctype.m4, lib/build-aux/gendocs.sh, lib/gl/m4/getline.m4: Update gnulib files. 2009-09-11 Simon Josefsson * lib/NEWS, lib/configure.ac, lib/scram/mechinfo.c, lib/scram/scram.h, lib/src/init.c: SCRAM: Drop unfinished SCRAM-SHA-1-PLUS support. 2009-09-11 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Check server signature. 2009-09-11 Simon Josefsson * lib/scram/server.c: SCRAM: Generate server signature. 2009-09-11 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Check clientproof on server side. Fix mem leaks. 2009-09-11 Simon Josefsson * tests/scram.c: Use b64 salt. 2009-09-11 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c: SCRAM: Base64 decode salt. 2009-09-10 Simon Josefsson * doc/Makefile.am, lib/NEWS, lib/scram/client.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: SCRAM: Compute proof. Add property GSASL_SCRAM_SALTED_PASSWORD. 2009-09-10 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/gltests/test-gc-sha1.c: Add SHA-1 gnulib modules. 2009-09-10 Simon Josefsson * lib/NEWS, lib/src/crypto.c, lib/src/gsasl.h: Add SHA-1 APIs. 2009-09-10 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/hmac-sha1.c, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/sha1.m4, lib/gl/sha1.c, lib/gl/sha1.h, lib/gltests/Makefile.am, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-pbkdf2-sha1.c: Add crypto/gc-pbkdf2-sha1 gnulib module. 2009-09-10 Simon Josefsson * lib/scram/client.c: Check errors. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Compare nonces. 2009-09-10 Simon Josefsson * lib/scram/client.c: SCRAM: Correct cbind in client final. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, tests/scram.c: SCRAM: Print/parse authzid. 2009-09-10 Simon Josefsson * tests/scram.c: Test iter/salt too. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable salt. Fix mem leak 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable nonces. 2009-09-10 Simon Josefsson * lib/scram/server.c: SCRAM: Support iter/salt setting better. 2009-09-10 Simon Josefsson * lib/NEWS, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: SCRAM: Add properties. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c, tests/scram.c: SCRAM: Fix self-test and memory leak. 2009-09-10 Simon Josefsson * tests/scram.c: Improve output. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: SCRAM: Protocol works (but no crypto). 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c, lib/scram/printer.h, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: SCRAM: Client final sending works (but no crypto). 2009-09-10 Simon Josefsson * lib/scram/client.c: SCRAM: Cleanup. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/server.c: SCRAM: Parsing of server first works. 2009-09-10 Simon Josefsson * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: SCRAM: Printing server first works. 2009-09-10 Simon Josefsson * lib/scram/server.c: SCRAM: Server can parse client first. 2009-09-10 Simon Josefsson * .gitignore: Add. 2009-09-10 Simon Josefsson * lib/scram/parser.c: Add. 2009-09-10 Simon Josefsson * lib/scram/parser.c: Fix typo. 2009-09-10 Simon Josefsson * .gitignore: Add. 2009-09-10 Simon Josefsson * .gitignore: Drop some things. 2009-09-10 Simon Josefsson * gl/Makefile.am, gl/m4/string_h.m4, gl/m4/unistd_h.m4, gl/m4/wctype.m4, gl/string.in.h, gl/unistd.in.h, gl/wctype.in.h, lib/gl/m4/rawmemchr.m4, lib/gl/m4/strchrnul.m4: Add gnulib strchrnul module. 2009-09-10 Simon Josefsson * lib/gl/rawmemchr.c, lib/gl/rawmemchr.valgrind, lib/gl/strchrnul.c, lib/gl/strchrnul.valgrind: Add gnulib strchrnul module. 2009-09-10 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-rawmemchr.c, lib/gltests/test-strchrnul.c: Add gnulib strchrnul module. 2009-09-10 Simon Josefsson * lib/scram/parser.c: Parse more. 2009-09-10 Simon Josefsson * tests/scram.c: Make it build. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h, lib/scram/server.c: Add skeleton parser. 2009-09-09 Simon Josefsson * .gitignore: Add. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/scram.h, lib/scram/server.c, tests/Makefile.am, tests/scram.c: Improve SCRAM, initial server skeleton and self test. 2009-09-09 Simon Josefsson * lib/scram/client.c: Improve SCRAM, client now sends first token. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h: Improve SCRAM, client now sends first token. 2009-09-09 Simon Josefsson * lib/scram/printer.c: Fixes. 2009-09-09 Simon Josefsson * lib/scram/validate.c: Add check. 2009-09-09 Simon Josefsson * lib/scram/printer.c, lib/scram/printer.h: Add SCRAM printer functionality. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/printer.h, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: Add SCRAM stuff. 2009-09-08 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h, lib/src/Makefile.am, lib/src/init.c: Add SCRAM skeleton. 2009-09-08 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h: Add SCRAM skeleton. 2009-09-08 Simon Josefsson * gl/Makefile.am, gl/close.c, gl/iconv_open-solaris.gperf, gl/iconv_open.c, gl/inet_ntop.c, gl/m4/gnulib-comp.m4, gl/m4/iconv_open.m4, gl/m4/stdio_h.m4, gl/m4/string_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h, gl/string.in.h, gl/unistd.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/inet_pton.c, gltests/test-wctype.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2009-08-28 Simon Josefsson * NEWS: Add. 2009-08-28 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stdlib_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/progname.c, gl/quotearg.c, gl/quotearg.h, gl/stdlib.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stddef.in.h, lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/test-stddef.c: Update gnulib files. 2009-08-28 Simon Josefsson * NEWS, THANKS, src/Makefile.am: Fix libintl-related build errors on MinGW. Tiny patch from "carlo.bramix" . 2009-08-20 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stddef_h.m4, gl/m4/stdio_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/select.c, gl/stddef.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/unistd.in.h, gltests/Makefile.am, gltests/test-stddef.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c, gltests/test-unistd.c, gltests/test-wchar.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-08-14 Simon Josefsson * gl/Makefile.am, gl/fseeko.c, gl/m4/close.m4, gl/m4/fclose.m4, gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/threadlib.m4, gl/m4/unistd_h.m4, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdio-write.c, gl/sys_select.in.h, gl/unistd.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/gettimeofday.c, gltests/sockets.c, gltests/sockets.h, gltests/sys_ioctl.in.h, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-poll.c, gltests/test-select.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c, gltests/test-sys_select.c, gltests/test-unistd.c, gltests/test-version-etc.sh, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h, lib/gl/stdio-write.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-07-29 Simon Josefsson * README-alpha: Typo. 2009-07-22 Simon Josefsson * gl/Makefile.am, gl/errno.in.h, gl/error.c, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h, gl/version-etc.c, gl/version-etc.h, gltests/Makefile.am, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c, gltests/test-unistd.c, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/version-etc-fsf.c, lib/build-aux/vc-list-files, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/m4/errno_h.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-06-23 Simon Josefsson * tests/threadsafety: Add more non-keyword characters. 2009-06-23 Simon Josefsson * tests/threadsafety: Add more non-keyword characters. 2009-06-23 Simon Josefsson * tests/Makefile.am, tests/threadsafety: Fix portability of EGREP usage. 2009-06-23 Simon Josefsson * tests/threadsafety: Ignore more non-keyword characters. 2009-06-23 Simon Josefsson * src/Makefile.am: Build gsasl_cmd without warning/error flags. 2009-06-23 Simon Josefsson * tests/threadsafety: Catch more functions. 2009-06-23 Simon Josefsson * tests/threadsafety: Doc fix. 2009-06-17 Simon Josefsson * doc/gsasl.texi, doc/reference/gsasl-docs.sgml, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Fix typos. Based on report by Marco Maggi in . 2009-06-16 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4, gl/memchr.valgrind, gl/string.in.h, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4, lib/gl/memchr.valgrind, lib/gl/string.in.h: Update gnulib files. 2009-06-16 Simon Josefsson * lib/src/error.c, lib/src/version.c: Doc fix. 2009-06-16 Simon Josefsson * tests/crypto.c: Initialize gsasl, to get crypto functions to work. 2009-06-14 Simon Josefsson * tests/threadsafety: Merge in issue 7 functions. 2009-06-14 Simon Josefsson * tests/threadsafety: Make list of functions easier to read. 2009-06-13 Simon Josefsson * tests/crypto.c: Fix. 2009-06-13 Simon Josefsson * tests/simple.c: Test encode/decode. 2009-06-13 Simon Josefsson * NEWS, tests/Makefile.am, tests/crypto.c: Add. 2009-06-13 Simon Josefsson * tests/simple.c: Check gsasl_session_hook_get too. 2009-06-13 Simon Josefsson * NEWS: Add. 2009-06-13 Simon Josefsson * tests/simple.c: Fix warnings. 2009-06-13 Simon Josefsson * tests/old-simple.c: Fix. 2009-06-13 Simon Josefsson * tests/simple.c: Based on old-simple.c, but rewritten using modern APIs. 2009-06-13 Simon Josefsson * tests/Makefile.am, tests/old-simple.c, tests/simple.c: Rename obsolete API checks to old-*. 2009-06-13 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-06-13 Simon Josefsson * doc/gsasl.texi: Clarify which tokens GNU SASL generated. Suggested by Marco Maggi in . 2009-06-13 Simon Josefsson * cfg.mk: Fix path. 2009-06-13 Simon Josefsson * ChangeLog: Generated. 2009-06-13 Simon Josefsson * lib/ChangeLog: Generated. 2009-06-13 Simon Josefsson * NEWS, lib/NEWS: Version 1.2. 2009-06-13 Simon Josefsson * gl/Makefile.am, gl/getpagesize.c, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4, gl/m4/string_h.m4, gl/string.in.h, gltests/Makefile.am, gltests/getpagesize.c, lib/gl/Makefile.am, lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4, lib/gl/m4/string_h.m4, lib/gl/string.in.h, lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib files. 2009-06-12 Simon Josefsson * tests/Makefile.am: Use $(GREP) instead of grep directly, for non-GNU systems. 2009-06-11 Simon Josefsson * cfg.mk, lib/src/Makefile.am, lib/tests/Makefile.am, src/Makefile.am: Fix syntax-check error. 2009-06-11 Simon Josefsson * doc/gsasl.texi: Fix. 2009-06-11 Simon Josefsson * doc/gsasl.texi: Fix. 2009-06-11 Simon Josefsson * lib/cfg.mk: Fix git-* usage. 2009-06-11 Simon Josefsson * NEWS: Add. 2009-06-11 Simon Josefsson * NEWS: Add. 2009-06-11 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Don't use TAB for info manual. 2009-06-11 Simon Josefsson * README-alpha: Fix whitespace. 2009-06-11 Simon Josefsson * .x-sc_po_check: Fix. 2009-06-11 Simon Josefsson * .x-sc_trailing_blank: Add. 2009-06-11 Simon Josefsson * doc/gsasl.texi: Rewrite manual somewhat to give better introduction to concepts. 2009-06-10 Simon Josefsson * THANKS: Add. 2009-06-10 Simon Josefsson * doc/gsasl.texi, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Drop ctx parameter from client_authenticate function. Suggested by Marco Maggi . 2009-06-10 Simon Josefsson * NEWS: Add. 2009-06-10 Simon Josefsson * src/gsasl.c: Don't write out of bounds on (impossible?) empty reads. Handle NUL in input. 2009-06-10 Enrico Scholz * src/gsasl.c: fix insufficient memory allocation in imap/smtp code There was written 'line[pos + 1]' although only space for 'pos + 1' elements was allocated. Signed-off-by: Enrico Scholz 2009-06-10 Simon Josefsson * lib/src/obsolete.c: Fix typo. 2009-06-09 Simon Josefsson * gl/Makefile.am, gl/m4/getpagesize.m4, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/memchr.c, gltests/Makefile.am, gltests/getpagesize.c, gltests/test-alignof.c, gltests/test-memchr.c, gltests/zerosize-ptr.h, lib/gl/Makefile.am, lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4, lib/gl/m4/mmap-anon.m4, lib/gl/memchr.c, lib/gltests/Makefile.am, lib/gltests/getpagesize.c, lib/gltests/test-memchr.c, lib/gltests/zerosize-ptr.h: Update gnulib files. 2009-06-05 Simon Josefsson * NEWS: Add. 2009-06-05 Simon Josefsson * cfg.mk: Fix. 2009-06-05 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/version-etc.m4, gl/version-etc.c: Update gnulib files. 2009-06-03 Simon Josefsson * gl/alignof.h, gltests/test-alignof.c: Update gnulib files. 2009-06-02 Simon Josefsson * NEWS, doc/gsasl.texi: Doc category fixes. 2009-06-02 Simon Josefsson * doc/gsasl.texi: Fix. 2009-06-02 Simon Josefsson * examples/Makefile.am, src/Makefile.am, tests/Makefile.am: Some code not ready for stack space limit. 2009-06-02 Simon Josefsson * lib/NEWS: Add. 2009-06-02 Simon Josefsson * configure.ac, examples/Makefile.am, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gs2/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am, lib/tests/Makefile.am, src/Makefile.am, tests/Makefile.am: More warnings. 2009-06-02 Simon Josefsson * lib/src/obsolete.c: Decrease stack usage. 2009-06-02 Simon Josefsson * lib/NEWS, lib/src/obsolete.c: libgsasl: Obsolete gsasl_md5pwd_get_password rewritten to use modern API. 2009-06-02 Simon Josefsson * lib/ntlm/ntlm.c: Reduce stack usage. 2009-06-02 Simon Josefsson * NEWS, cfg.mk, configure.ac, gl/m4/manywarnings.m4, lib/configure.ac: Fix warning flags. 2009-05-29 Simon Josefsson * THANKS: Add. 2009-05-29 Simon Josefsson * lib/README: Fix. 2009-05-29 Simon Josefsson * README, lib/COPYING, lib/COPYING.LIB, lib/NEWS, lib/README: Clarify license in libgsasl. 2009-05-28 Simon Josefsson * .prev-version, lib/.prev-version: Add. 2009-05-28 Simon Josefsson * lib/README: Clarify license. 2009-05-28 Simon Josefsson * README: Point to LGPL license file. 2009-05-28 Simon Josefsson * gl/m4/include_next.m4, gl/m4/size_max.m4, lib/gl/m4/include_next.m4, lib/gl/m4/size_max.m4: Update gnulib files. 2009-05-20 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/m4/sys_socket_h.m4, gl/sys_socket.in.h, gltests/test-sys_socket.c, lib/gl/getdelim.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-05-17 Simon Josefsson * gl/alignof.h, gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/malloca.h, gltests/test-alignof.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-05-12 Simon Josefsson * lib/src/version.c: Doc fix. 2009-05-11 Simon Josefsson * cfg.mk, maint.mk: Fix build-aux for gnulib. 2009-05-11 Simon Josefsson * po/POTFILES.in: Drop gettext.m4. 2009-05-11 Simon Josefsson * m4/pkg.m4: Add. 2009-05-11 Simon Josefsson * m4/gtk-doc.m4: Update gtk-doc m4. 2009-05-11 Simon Josefsson * doc/cyclo/Makefile.am: Fix build-aux paths. 2009-05-11 Simon Josefsson * cfg.mk, gltests/test-vc-list-files-git.sh, lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/maint.mk: Update gnulib files. 2009-05-10 Simon Josefsson * cfg.mk: Fix. 2009-05-10 Simon Josefsson * build-aux/config.rpath, build-aux/gendocs.sh, build-aux/link-warning.h, build-aux/pmccabe.css, build-aux/pmccabe2html, build-aux/useless-if-before-free, build-aux/vc-list-files, configure.ac, gl/Makefile.am, gl/alignof.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_socket_h.m4, gl/sys_socket.in.h, gltests/Makefile.am, gltests/malloca.h, gltests/test-sys_socket.c, lib/build-aux/gendocs.sh, lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update gnulib files. 2009-05-08 Simon Josefsson * cfg.mk: Make it easier to ignore -Werror. 2009-05-07 Simon Josefsson * lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files: Update gnulib files. 2009-05-07 Simon Josefsson * lib/gl/build-aux/config.rpath, lib/gl/build-aux/link-warning.h, lib/gl/build-aux/useless-if-before-free, lib/gl/build-aux/vc-list-files: Update gnulib files. 2009-05-07 Simon Josefsson * README-alpha: Fix. 2009-05-06 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/gltests/test-vc-list-files-cvs.sh, lib/gltests/test-vc-list-files-git.sh: Don't duplicate non-working test. 2009-05-06 Simon Josefsson * gl/Makefile.am, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/multiarch.m4, gl/m4/vasnprintf.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/vasnprintf.m4, maint.mk: Update gnulib files. 2009-05-05 Simon Josefsson * README-alpha: Fix. 2009-05-05 Simon Josefsson * README-alpha: Add. 2009-05-05 Simon Josefsson * src/gsasl.c: Fix warnings when not using TLS. 2009-05-03 Simon Josefsson * src/gsasl.c, src/internal.h: Fix warning. 2009-05-03 Simon Josefsson * gl/Makefile.am, gl/gettext.h, gl/m4/wchar.m4, gl/wchar.in.h, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/wchar.m4, lib/gl/wchar.in.h, maint.mk: Update gnulib files. 2009-04-27 Simon Josefsson * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value, .x-sc_cast_of_x_alloc_return_value, .x-sc_file_system, .x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_po_check, .x-sc_program_name, .x-sc_prohibit_HAVE_MBRTOWC, .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_the_the, .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk, configure.ac, doc/gdoc, doc/gsasl-callback-gssapi.texi, doc/reference/gsasl-docs.sgml, doc/texinfo.css, gtk-doc.make, lib/COPYING, lib/Makefile.am, lib/cfg.mk, lib/cram-md5/server.c, lib/digest-md5/Makefile.am, lib/digest-md5/free.c, lib/digest-md5/printer.c, lib/gs2/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/server.c, lib/libgsasl.pc.in, lib/login/server.c, lib/ntlm/Makefile.am, lib/ntlm/ntlm.c, lib/securid/client.c, lib/src/Makefile.am, lib/src/done.c, lib/src/md5pwd.c, lib/src/property.c, lib/src/saslprep.c, lib/src/version.c, lib/src/xstep.c, m4/valgrind.m4, po/POTFILES.in, src/Makefile.am, src/gsasl.c, tests/Makefile.am, tests/cram-md5.c: Fix syntax-check nits. 2009-04-27 Simon Josefsson * build-aux/useless-if-before-free, build-aux/vc-list-files, gl/Makefile.am, gl/getopt1.c, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/vasnprintf.c, gltests/Makefile.am, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/vasnprintf.c, lib/gltests/Makefile.am, lib/gltests/test-vc-list-files-cvs.sh, lib/gltests/test-vc-list-files-git.sh, maint.mk: Update gnulib files. 2009-04-24 Simon Josefsson * doc/gendocs_template, gl/Makefile.am, gl/m4/mbrtowc.m4, gl/m4/wctob.m4, maint.mk: Update gnulib files. 2009-04-14 Simon Josefsson * lib/configure.ac, lib/src/Makefile.am: Fix var name. 2009-04-14 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-output-def.m4, lib/m4/output-def.m4: Update gnulib files. 2009-04-14 Simon Josefsson * po/LINGUAS, po/sk.po.in, po/sv.po.in: Sync with TP. 2009-04-14 Simon Josefsson * lib/po/sk.po.in, lib/po/sv.po.in: Sync with TP. 2009-04-14 Simon Josefsson * build-aux/gendocs.sh, doc/gendocs_template, doc/lgpl-2.1.texi, gl/Makefile.am, gl/m4/inet_ntop.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-version-script.m4, lib/gltests/Makefile.am, maint.mk: Update gnulib files. 2009-04-01 Simon Josefsson * src/internal.h: Make sure NLS is enabled. 2009-03-31 Simon Josefsson * gltests/test-getaddrinfo.c, gltests/test-sockets.c: Update gnulib files. 2009-03-30 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2009-03-30 Simon Josefsson * po/fr.po.in, po/ga.po.in, po/id.po.in, po/nl.po.in, po/pl.po.in, po/zh_CN.po.in: Sync with TP. 2009-03-30 Simon Josefsson * lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/zh_CN.po.in: Sync with TP. 2009-03-30 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2009-03-30 Simon Josefsson * lib/src/gsasl.h: Fix typo. 2009-03-25 Simon Josefsson * ChangeLog: Generated. 2009-03-25 Simon Josefsson * lib/ChangeLog: Generated. 2009-03-25 Simon Josefsson * lib/gltests/Makefile.am: Fixup broken generated paths. 2009-03-25 Simon Josefsson * NEWS, lib/NEWS: Version 1.1. 2009-03-25 Simon Josefsson * lib/NEWS: Add. 2009-03-25 Simon Josefsson * lib/README-alpha: Remove. 2009-03-25 Simon Josefsson * cfg.mk: Copy cyclo chart to webdir. 2009-03-24 Simon Josefsson * lib/NEWS: Fixes. 2009-03-24 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/client.c, lib/digest-md5/server.c, tests/digest-md5.c: DIGEST-MD5: Disable integrity layers by default. 2009-03-24 Simon Josefsson * tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/name.c, tests/old-cram-md5.c, tests/old-digest-md5.c: Make self tests work with --disable-client. 2009-03-24 Simon Josefsson * lib/src/listmech.c: Make sure return string is zero terminated even if there are no mechanisms. 2009-03-24 Simon Josefsson * tests/suggest.c: Make more robust when some client mechanisms are disabled. 2009-03-24 Simon Josefsson * lib/src/suggest.c: Doc fix. 2009-03-24 Simon Josefsson * src/gsasl.c: Mingw fixes. 2009-03-24 Simon Josefsson * gl/override/lib/getpass.c.diff: Add. 2009-03-24 Simon Josefsson * gl/getpass.c: Avoid newline. 2009-03-24 Simon Josefsson * gl/getpass.c: Apply local getpass fix. 2009-03-24 Simon Josefsson * gl/readline.c: Update gnulib files. 2009-03-24 Simon Josefsson * gl/Makefile.am, gl/close-hook.c, gl/close-hook.h, gl/close.c, gl/m4/close.m4, gl/m4/gnulib-comp.m4, gl/unistd.in.h, gltests/Makefile.am, gltests/sockets.c, lib/gl/unistd.in.h: Update gnulib files. 2009-03-23 Simon Josefsson * tests/Makefile.am: Use EXEEXT for Mingw. 2009-03-23 Simon Josefsson * gl/vasnprintf.c, gltests/Makefile.am, gltests/sockets.c, gltests/sockets.h, lib/gl/vasnprintf.c: Update gnulib files. 2009-03-19 Simon Josefsson * gl/override/tests/test-select-in.sh.diff: Add. 2009-03-19 Simon Josefsson * gltests/Makefile.am, gltests/sockets.h, gltests/test-select-in.sh, tests/Makefile.am: Mingw fixes. 2009-03-19 Simon Josefsson * src/Makefile.am: Need -lws2_32 for mingw. 2009-03-19 Simon Josefsson * README-alpha: Reduce. 2009-03-19 Simon Josefsson * README: Fix. 2009-03-19 Simon Josefsson * doc/gsasl.texi: Fix. 2009-03-19 Simon Josefsson * tests/digest-md5.c: Test encode/decode. 2009-03-19 Simon Josefsson * NEWS: Add. 2009-03-19 Simon Josefsson * lib/digest-md5/qop.c, lib/digest-md5/qop.h: Add. 2009-03-19 Simon Josefsson * lib/digest-md5/server.c: Derive session keys properly. 2009-03-19 Simon Josefsson * NEWS, src/gsasl.c: gsasl: Decode data when integrity protected. 2009-03-19 Simon Josefsson * lib/NEWS: Add. 2009-03-19 Simon Josefsson * lib/digest-md5/session.c: Fix integrity decoding. Reported by Andery Melnikov . 2009-03-19 Simon Josefsson * lib/digest-md5/digesthmac.c: Fix computation of Kic. 2009-03-19 Simon Josefsson * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: Fix gsasl --quality-of-protection flag. 2009-03-19 Simon Josefsson * lib/src/obsolete.c: Fix error. 2009-03-19 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/server.c, lib/src/Makefile.am, lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c, tests/old-digest-md5.c: Add GSASL_QOP. Make DIGEST-MD5 client support integrity and QOP callback. 2009-03-18 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c: Rename GSASL_QOP to GSASL_QOPS as it denotes a set of qops. 2009-03-18 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/m4/gettimeofday.m4, gl/m4/gnulib-comp.m4, gl/m4/quotearg.m4, gl/m4/select.m4, gl/m4/sys_select_h.m4, gl/select.c, gl/sys_select.in.h, gl/xmalloc.c, gltests/Makefile.am, gltests/gettimeofday.c, gltests/test-gettimeofday.c, gltests/test-select-fd.c, gltests/test-select-in.sh, gltests/test-select-out.sh, gltests/test-select-stdin.c, gltests/test-select.c, maint.mk: Update gnulib files. 2009-03-07 Simon Josefsson * THANKS: Add. 2009-03-07 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c, tests/old-digest-md5.c: Add GSASL_QOP property. Make DIGEST-MD5 server use it. Update self-tests. 2009-03-07 Simon Josefsson * lib/src/xfinish.c: Free(NULL) works fine on all modern platforms, reportedly. 2009-03-06 Simon Josefsson * lib/NEWS: Fix. 2009-03-04 Simon Josefsson * configure.ac: Don't use GnuTLS unless it has gnutls_priority_set_direct. 2009-03-04 Simon Josefsson * lib/NEWS: Clarify. 2009-03-04 Simon Josefsson * gl/Makefile.am, lib/gl/Makefile.am: Update gnulib files. 2009-03-04 Simon Josefsson * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/external/Makefile.am, lib/gs2/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am: Add more CFLAG_VISIBILITY. 2009-03-04 Simon Josefsson * lib/NEWS: Add. 2009-03-04 Simon Josefsson * lib/digest-md5/Makefile.am, lib/src/Makefile.am, lib/src/gsasl.h: Use visibility module from gnulib. 2009-03-04 Simon Josefsson * lib/NEWS, lib/src/Makefile.am, lib/src/libgsasl.map: Use a linker version script. 2009-03-04 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-version-script.m4: Import ld-version-script and visibility gnulib modules. 2009-03-04 Simon Josefsson * gl/fseeko.c, gl/gai_strerror.c, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/mbrtowc.m4, gl/m4/printf.m4, gl/m4/stdarg.m4, gl/m4/stdint.m4, gl/m4/stdlib_h.m4, gl/m4/ungetc.m4, gl/m4/vasnprintf.m4, gl/mbrtowc.c, gl/stdint.in.h, gl/sys_socket.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/setsockopt.c, gltests/test-fseeko.c, gltests/test-fseeko2.sh, gltests/test-getaddrinfo.c, lib/gl/m4/gnulib-common.m4, lib/gl/m4/include_next.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdint.in.h, lib/gl/vasnprintf.c: Update gnulib files. 2009-02-13 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2009-02-13 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add 1.1 symbols. 2009-02-13 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2009-02-13 Simon Josefsson * lib/src/gsasl.h: Generated. 2009-02-13 Simon Josefsson * lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Add GSASL_VERSION_MAJOR, GSASL_VERSION_MINOR, GSASL_VERSION_PATCH, and GSASL_VERSION_NUMBER. 2009-02-13 Simon Josefsson * lib/m4/update-header-version.m4: Support arbitrary sed expressions. 2009-02-13 Simon Josefsson * gl/Makefile.am, gl/config.charset, gl/localcharset.c, gl/m4/00gnulib.m4, gl/m4/close.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/extensions.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/lcmessage.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/malloca.m4, gl/m4/nls.m4, gl/m4/pmccabe2html.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/setenv.m4, gl/m4/sockets.m4, gl/m4/stdlib_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4, gl/m4/visibility.m4, gl/mbrtowc.c, gl/stdlib.in.h, gl/version-etc.c, gltests/Makefile.am, gltests/locale/fr/LC_MESSAGES/test-quotearg.po, gltests/malloca.c, gltests/malloca.h, gltests/malloca.valgrind, gltests/setenv.c, gltests/sockets.h, gltests/test-environ.c, gltests/test-getaddrinfo.c, gltests/test-malloca.c, gltests/test-mbrtowc4.sh, gltests/test-quotearg.c, gltests/test-quotearg.sh, gltests/test-sockets.c, gltests/unsetenv.c, lib/gl/Makefile.am, lib/gl/m4/00gnulib.m4, lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4, lib/gl/stdlib.in.h, lib/gltests/Makefile.am: Update gnulib files. 2009-02-06 Simon Josefsson * lib/src/gsasl.h: Bump version. 2009-01-23 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2009-01-23 Simon Josefsson * lib/cfg.mk: Use ftp.gnu.org as upload target. 2009-01-23 Simon Josefsson * ChangeLog: Generated. 2009-01-23 Simon Josefsson * lib/ChangeLog: Generated. 2009-01-23 Simon Josefsson * doc/gsasl.texi: Link to autobuild.josefsson.org. 2009-01-23 Simon Josefsson * doc/texinfo.css: Update. 2009-01-23 Simon Josefsson * lib/gltests/Makefile.am: Quick fix to make it build. 2009-01-23 Simon Josefsson * lib/gltests/Makefile.am: Quick fix to make it build. 2009-01-23 Simon Josefsson * NEWS, lib/NEWS: Version 1.0. 2009-01-23 Simon Josefsson * cfg.mk: Upload to ftp.gnu.org. 2009-01-23 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump version to 1.0. 2009-01-23 Simon Josefsson * gtk-doc.make: Update with stable upstream. 2009-01-23 Simon Josefsson * tests/suggest.c: Make it work with --disable-obsolete. 2009-01-23 Simon Josefsson * lib/NEWS: Add. 2009-01-23 Simon Josefsson * NEWS: Add. 2009-01-23 Simon Josefsson * NEWS: Fix. 2009-01-23 Simon Josefsson * gl/version-etc.c, gl/version-etc.h, src/gsasl.c: Use emit_bug_reporting_address from gnulib. 2009-01-23 Simon Josefsson * src/gsasl.c: Emit bug report address more. 2009-01-23 Simon Josefsson * src/gsasl.c: Fix priority setting. 2009-01-23 Simon Josefsson * Makefile.am, README, README-alpha, cfg.mk, configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am, doc/doxygen/gdoc2doxygen, doc/print-errors.c, lib/Makefile.am, lib/NEWS, lib/README, lib/README-alpha, lib/THANKS, lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/Makefile.am, lib/digest-md5/README, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/Makefile.am, lib/external/client.c, lib/external/external.h, lib/external/mechinfo.c, lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/libgsasl.pc.in, lib/login/Makefile.am, lib/login/client.c, lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c, lib/m4/output-def.m4, lib/m4/update-header-version.m4, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/Makefile.am, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c, lib/src/done.c, lib/src/error.c, lib/src/free.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, lib/tests/Makefile.am, lib/tests/test-error.c, m4/valgrind.m4, po/POTFILES.in, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/Makefile.am, tests/cram-md5.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/gssapi.c, tests/md5file.c, tests/name.c, tests/old-base64.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c, tests/suggest.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: Update copyright years. 2009-01-23 Simon Josefsson * lib/AUTHORS: Update PGP key. 2009-01-23 Simon Josefsson * AUTHORS: Update PGP key. 2009-01-23 Simon Josefsson * NEWS, doc/gsasl.texi, src/gsasl.c, src/gsasl.ggo: Add gsasl --priority parameter. 2009-01-23 Simon Josefsson * doc/reference/gsasl-docs.tmpl, doc/reference/gsasl.types, doc/reference/gtk-doc.make, gtk-doc.make: Update gtk-doc files. 2009-01-23 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/m4/alloca.m4, gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getpass.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/longlong.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/mbstate_t.m4, gl/m4/multiarch.m4, gl/m4/poll.m4, gl/m4/printf.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/sockets.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/strdup.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/poll.c, gl/progname.c, gl/stdint.in.h, gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h, gl/wchar.in.h, gltests/ioctl.c, gltests/test-quotearg.c, gltests/test-unistd.c, lib/gl/Makefile.am, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/minmax.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/test-unistd.c: Update gnulib files. 2009-01-23 Simon Josefsson * doc/Makefile.am: Typo. 2009-01-22 Simon Josefsson * doc/Makefile.am, doc/gdoc: Update gdoc and use gdoc -pkg-name. 2009-01-22 Simon Josefsson * NEWS: Add. 2009-01-22 Simon Josefsson * src/gsasl.c: Add web page links, per new GNU coding standard. 2009-01-07 Simon Josefsson * lib/digest-md5/test-parser.c: Need to initialize gc. 2009-01-07 Simon Josefsson * src/gsasl.c: Make --version print both version numbers if libgsasl and gsasl version differ. 2009-01-07 Simon Josefsson * README, doc/gsasl.texi, doc/reference/gsasl-docs.sgml: Fix GFDL version number. 2009-01-07 Simon Josefsson * build-aux/gendocs.sh, doc/gendocs_template, gl/Makefile.am, gl/config.charset, gl/localcharset.c, gl/localcharset.h, gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/multiarch.m4, gl/m4/printf.m4, gl/m4/quotearg.m4, gl/m4/size_max.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4, gl/mbrtowc.c, gl/mbsinit.c, gl/quotearg.c, gl/ref-add.sin, gl/ref-del.sin, gl/stdint.in.h, gl/stdlib.in.h, gl/streq.h, gl/sys_select.in.h, gl/unistd.in.h, gl/verify.h, gl/version-etc.c, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/test-mbrtowc.c, gltests/test-mbrtowc1.sh, gltests/test-mbrtowc2.sh, gltests/test-mbrtowc3.sh, gltests/test-mbrtowc4.sh, gltests/test-mbsinit.c, gltests/test-mbsinit.sh, gltests/verify.h, gltests/wctob.c, lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/extensions.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/visibility.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/stdint.in.h, lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am: Update gnulib files. 2008-12-11 Simon Josefsson * lib/digest-md5/digesthmac.c: Drop unused macros. 2008-12-11 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/manywarnings.m4: Update gnulib files. 2008-12-11 Simon Josefsson * configure.ac, gl/m4/include_next.m4, gl/m4/warnings.m4, gl/stdint.in.h, gl/sys_time.in.h, lib/gl/m4/include_next.m4, lib/gl/stdint.in.h, maint.mk: Update gnulib files. 2008-11-28 Simon Josefsson * lib/tests/Makefile.am: Need libintl. 2008-11-18 Simon Josefsson * maint.mk: Update gnulib files. 2008-11-18 Simon Josefsson * lib/Makefile.am: Drop obsolete distcheck rules. 2008-11-18 Simon Josefsson * lib/Makefile.am: Move gltests directory last. 2008-11-18 Simon Josefsson * Makefile.am: Re-order build, so that gltests is last. 2008-11-17 Simon Josefsson * configure.ac: Typos. 2008-11-17 Simon Josefsson * gl/override/lib/gettext.h.diff, lib/gl/override/lib/gettext.h.diff: Add gnulib overrides. 2008-11-17 Simon Josefsson * cfg.mk, configure.ac, gl/gettext.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/hostent.m4, gl/m4/servent.m4, gl/m4/sockets.m4, gl/m4/warnings.m4, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/gnulib-cache.m4, m4/valgrind.m4: Update gnulib files. Change warning handling. 2008-11-17 Simon Josefsson * lib/plain/server.c: Fix warnings. 2008-11-17 Simon Josefsson * Makefile.am, gl/m4/getaddrinfo.m4, gl/m4/netdb_h.m4, gl/netdb.in.h, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am: Update gnulib files. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac: Fix warnings. 2008-11-13 Simon Josefsson * tests/simple.c: Silence warning. 2008-11-13 Simon Josefsson * configure.ac, tests/Makefile.am, tests/cram-md5.c, tests/external.c, tests/md5file.c, tests/old-md5file.c, tests/simple.c, tests/utils.h: Fix warnings. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac: Fix warnings. 2008-11-13 Simon Josefsson * configure.ac: Need -Wundef afterall. 2008-11-13 Simon Josefsson * lib/src/obsolete.c: Use HAVE_LIBIDN instead of WITH_SASLPREP. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac: Re-add -Wundef. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Revert. 2008-11-13 Simon Josefsson * lib/src/gsasl-compat.h: Revert but fix warning in another way. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Typo. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Use --deprecated-guard properly. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Add deprecated guard. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c, lib/src/callback.c, lib/src/internal.h, lib/src/property.c: Enable more warnings. Fix warnings. 2008-11-13 Simon Josefsson * lib/src/gsasl-compat.h: Avoid warnings. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac, lib/configure.ac, lib/m4/output-def.m4: Fix warning handling. Use output-def.m4. 2008-11-13 Simon Josefsson * configure.ac: Neatify. 2008-11-12 Simon Josefsson * lib/libgsasl.pc.in: Add URL field. 2008-11-12 Simon Josefsson * examples/Makefile.am: Add WARN_CFLAGS. 2008-11-12 Simon Josefsson * Makefile.am, cfg.mk, configure.ac, gl/Makefile.am, gl/fseeko.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/printf.m4, gl/m4/warnings.m4, gl/netdb.in.h, gltests/sockets.h, lib/configure.ac, lib/m4/update-header-version.m4, src/Makefile.am: Update gnulib files. Use shared files for common tests. 2008-11-10 Simon Josefsson * build-aux/pmccabe2html, gl/Makefile.am, gl/m4/sys_ioctl_h.m4: Update gnulib files. 2008-11-04 Simon Josefsson * NEWS: Add. 2008-11-04 Simon Josefsson * doc/Makefile.am, doc/fdl-1.3.texi, doc/fdl.texi, doc/gsasl.texi, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Use GFDLv1.3+ for manual. 2008-11-04 Simon Josefsson * gl/m4/include_next.m4, lib/gl/m4/include_next.m4, lib/maint.mk, maint.mk: Update gnulib files. 2008-11-03 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/strdup.m4, lib/gl/stdlib.in.h, lib/gl/strdup.c, lib/gl/unistd.in.h, lib/maint.mk: Update gnulib files. 2008-11-03 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, src/callbacks.c, src/gsasl.c, src/internal.h: Use gnulib xalloc module. 2008-10-30 Simon Josefsson * doc/gsasl.texi: Cleanup pkg-config description. 2008-10-29 Simon Josefsson * cfg.mk, gl/Makefile.am, gl/m4/netdb_h.m4, gl/m4/stdlib_h.m4, gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdlib.in.h, gl/sys_socket.in.h, gl/unistd.in.h, maint.mk: Update gnulib files. 2008-10-29 Simon Josefsson * NEWS: Add. 2008-10-29 Simon Josefsson * doc/gdoc: Sync gdoc with libidn. 2008-10-28 Simon Josefsson * doc/doxygen/Doxyfile.in: Need doxygen.c. 2008-10-28 Simon Josefsson * NEWS, doc/doxygen/Doxyfile.in, doc/doxygen/Doxyfile.orig: Modernize doxygen configuration. 2008-10-28 Simon Josefsson * tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/gssapi.c, tests/md5file.c: Use gsasl_free when applicable. 2008-10-28 Simon Josefsson * tests/Makefile.am, tests/suggest.c: Add self-test. 2008-10-28 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-10-28 Simon Josefsson * cfg.mk: Add code coverage rules. 2008-10-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-10-21 Simon Josefsson * cfg.mk: Use system's gnupload. 2008-10-21 Simon Josefsson * ChangeLog: Generated. 2008-10-21 Simon Josefsson * lib/ChangeLog: Generated. 2008-10-21 Simon Josefsson * Makefile.am, lib/Makefile.am: Disable warnings about deprecated stuff. 2008-10-21 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.29. 2008-10-21 Simon Josefsson * cfg.mk, lib/cfg.mk: Split release target. 2008-10-21 Simon Josefsson * doc/cyclo/Makefile.am: Exclude gnulib files from cyclomatic code complexity chart. 2008-10-21 Simon Josefsson * NEWS, build-aux/pmccabe.css, build-aux/pmccabe2html, configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/pmccabe2html.m4: Added cyclomatic code complexity charts. 2008-10-21 Simon Josefsson * lib/NEWS: Add. 2008-10-21 Simon Josefsson * NEWS: Add. 2008-10-21 Simon Josefsson * gl/close.c, gl/m4/sys_socket_h.m4, gl/socket.c, gl/sys_socket.in.h, gltests/ioctl.c: Update gnulib files. 2008-10-21 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-10-21 Simon Josefsson * lib/src/error.c: Make it work with --disable-obsolete. 2008-10-21 Simon Josefsson * tests/old-base64.c: Fix out of range problem in printf. 2008-10-21 Simon Josefsson * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/ioctl.c, gltests/sys_ioctl.in.h: Update gnulib files. 2008-10-21 Simon Josefsson * gl/Makefile.am, gl/close.c, gl/connect.c, gl/m4/gnulib-comp.m4, gl/override/tests/test-poll.c.diff, gl/recv.c, gl/shutdown.c, gl/socket.c, gl/w32sock.h, gl/winsock.c, gltests/Makefile.am, gltests/accept.c, gltests/bind.c, gltests/ioctl.c, gltests/listen.c, gltests/setsockopt.c, gltests/sys_ioctl.in.h, gltests/test-poll.c, gltests/w32sock.h, gltests/winsock.c: Update gnulib files. 2008-10-20 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/winsock.c, gltests/Makefile.am, gltests/ioctl.c, gltests/winsock.c: Update gnulib files. 2008-10-20 Simon Josefsson * gl/m4/close.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am: Update gnulib files. 2008-10-20 Simon Josefsson * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/sys_ioctl.in.h: Update gnulib files. 2008-10-20 Simon Josefsson * lib/tests/Makefile.am: Need -I's for gsasl.h etc. 2008-10-20 Simon Josefsson * doc/Makefile.am: Don't garble gsasl-api-error-labels.texi if print-errors fails. 2008-10-20 Simon Josefsson * doc/Makefile.am: Don't re-generate print-errors unless needed. 2008-10-20 Simon Josefsson * lib/src/error.c: Fix off-by-one error. 2008-10-20 Simon Josefsson * gl/Makefile.am, gl/fclose.c, gl/m4/close.m4, gl/m4/fclose.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Re-enable fclose to work around autoconf problem. 2008-10-20 Simon Josefsson * gl/Makefile.am, gl/close.c, gl/m4/fclose.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/close.c, gltests/fclose.c: Update gnulib files. 2008-10-20 Simon Josefsson * doc/Makefile.am: Remove gdoc-error. 2008-10-20 Simon Josefsson * src/internal.h: Drop getaddrinfo.h. 2008-10-20 Simon Josefsson * configure.ac, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h, gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/iconv.in.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gl/wctype.in.h, gltests/test-getaddrinfo.c, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.in.h, lib/gl/m4/gnulib-common.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, src/internal.h: Update gnulib files. 2008-10-15 Simon Josefsson * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/close.m4, gl/m4/fclose.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/stdio_h.m4, gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdio.in.h, gl/sys_socket.in.h, gl/winsock.c, gltests/Makefile.am, gltests/fclose.c, gltests/test-netdb.c, gltests/test-poll.c, gltests/winsock.c: Update gnulib files. Add netdb.h replacement. 2008-10-15 Simon Josefsson * NEWS, THANKS: Add. 2008-10-15 Simon Josefsson * src/gsasl.c: Don't use POLLOUT, causes essentially busy-waiting. Reported by Enrico Scholz . 2008-10-13 Simon Josefsson * lib/digest-md5/nonascii.c: Fix warnings. 2008-10-13 Simon Josefsson * lib/tests/Makefile.am: Need -I for gettext.h. 2008-10-13 Simon Josefsson * lib/src/gsasl.h, lib/win32/libgsasl.vcproj: Fix MSVC build files. Partially reverts recent changes. Based on discussion with Adam Strzelecki . 2008-10-11 Simon Josefsson * doc/Makefile.am: Need EXEEXT. 2008-10-11 Simon Josefsson * src/callbacks.c: Don't include langinfo.h when it doesn't exist. 2008-10-11 Simon Josefsson * lib/configure.ac: Bump so version for new API. 2008-10-11 Simon Josefsson * lib/NEWS: Add. 2008-10-11 Simon Josefsson * NEWS: Add. 2008-10-11 Simon Josefsson * lib/src/internal.h, lib/src/xfinish.c: Fix mem leak. 2008-10-11 Simon Josefsson * lib/src/xfinish.c: Reduce redundancy. 2008-10-11 Simon Josefsson * doc/Makefile.am: Generated. 2008-10-11 Simon Josefsson * doc/gsasl.texi: Fix. 2008-10-11 Simon Josefsson * doc/Makefile.am, doc/gdoc-error, doc/print-errors.c: Generate gsasl-api-error-labels.texi using C program. 2008-10-11 Simon Josefsson * lib/tests/Makefile.am: Add. 2008-10-11 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/src/Makefile.am, lib/src/test-error.c, lib/tests/test-error.c: Move test-error.c out of library source tree. 2008-10-11 Simon Josefsson * doc/reference/gsasl-docs.sgml, lib/NEWS, lib/src/Makefile.am, lib/src/error.c, lib/src/gsasl.h, lib/src/test-error.c, tests/Makefile.am, tests/errors.c: Add gsasl_strerror_name. 2008-10-10 Simon Josefsson * lib/src/callback.c, lib/src/obsolete.c: Move callback mapping to obsolete.c. 2008-10-10 Simon Josefsson * lib/src/property.c: Typo. 2008-10-10 Simon Josefsson * lib/src/obsolete.c, lib/src/property.c: Move callback2property mapping to obsolete.c. 2008-10-10 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warnings. 2008-10-10 Simon Josefsson * lib/gssapi/Makefile.am: This code doesn't compile with warnings enabled -- GSS-API bufdesc is broken! 2008-10-10 Simon Josefsson * lib/digest-md5/digesthmac.c: Fix warnings. 2008-10-10 Simon Josefsson * NEWS, lib/NEWS: Add. 2008-10-10 Simon Josefsson * tests/Makefile.am, tests/old-base64.c: Add self-test of obsolete base64 functions. 2008-10-10 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/m4/close.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/winsock.c, gltests/Makefile.am, gltests/close.c, gltests/winsock.c, lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-10-10 Simon Josefsson * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/minmax.m4, lib/gl/minmax.h, lib/src/obsolete.c: Use internal base64 encoder instead of duplicating it. 2008-10-10 Simon Josefsson * THANKS, lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5 server: Convert latin-1 realm to UTF-8 when needed. Reported by Adam Goode . 2008-10-10 Simon Josefsson * lib/NEWS: Fix. 2008-10-09 Simon Josefsson * lib/securid/client.c: Fix (incorrect) -Werror warning. 2008-10-09 Simon Josefsson * Makefile.am, configure.ac, lib/Makefile.am, lib/anonymous/Makefile.am, lib/configure.ac, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gs2/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am: Do distcheck with -Werror. 2008-10-09 Simon Josefsson * lib/src/gsasl-compat.h: Work around gtk-doc parser bug. 2008-10-09 Simon Josefsson * lib/cfg.mk: Fix mingw32 target. 2008-10-09 Simon Josefsson * lib/win32/include/config.h: Add, derived from gen-win32-headers.pl. 2008-10-09 Simon Josefsson * lib/src/gsasl.h: Map GSASL_API to nothing by default. 2008-10-09 Simon Josefsson * doc/gsasl.texi, lib/Makefile.am, lib/NEWS, lib/src/gsasl.h, lib/win32/include/gen-win32-headers.pl, lib/win32/libgsasl.vcproj: Fix MinGW again. Avoid perl in MSVS. 2008-10-09 Simon Josefsson * lib/src/version.c: Use GSASL_VERSION instead of PACKAGE_VERSION to reduce config.h dependency. 2008-10-07 Simon Josefsson * doc/gsasl.texi: Mention new property. 2008-10-07 Simon Josefsson * tests/digest-md5.c: Ignore GSASL_DIGEST_MD5_HASHED_PASSWORD property callbacks. 2008-10-07 Simon Josefsson * lib/digest-md5/server.c: Try to get hashed password before real password. Patch together with "Gazsó Attila" . 2008-10-07 Simon Josefsson * THANKS, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c: Support hashed passwords in DIGEST-MD5 servers. 2008-10-07 Simon Josefsson * lib/cfg.mk: Fix INDENT_SOURCES. 2008-10-07 Simon Josefsson * lib/cfg.mk: Add INDENT_SOURCES. 2008-10-05 Simon Josefsson * gl/Makefile.am, gl/c-ctype.h, gl/errno.in.h, gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, gl/m4/unistd_h.m4, gl/strerror.c, gl/sys_select.in.h, gl/unistd.in.h, gl/winsock-select.c, gl/winsock.c, gltests/Makefile.am, gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-10-02 Simon Josefsson * cfg.mk: Fix mingw build rules. 2008-10-02 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/poll.c, gl/sys_socket.in.h, gl/unistd.in.h, gl/winsock-select.c, gl/winsock.c, gltests/test-poll.c, gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-09-30 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/sockets.m4, gl/m4/stdio_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/stdio-write.c, gl/stdio.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/winsock.c, gltests/Makefile.am, gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/unistd.in.h: Update gnulib files. 2008-09-30 Simon Josefsson * configure.ac, lib/configure.ac: Use AC_CONFIG_MACRO_DIR for modern libtool. 2008-09-26 Simon Josefsson * configure.ac, doc/reference/Makefile.am, gtk-doc.make, lib/configure.ac: Use automake warnings. Upgrade gtk-doc makefiles. 2008-09-26 Simon Josefsson * gsasl.fms: Remove. 2008-09-26 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update gnulib files. 2008-09-26 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h, gl/winsock-select.c, gltests/test-sys_select.c: Update gnulib files. 2008-09-23 Simon Josefsson * gl/Makefile.am, gl/alloca.c, gl/m4/gnulib-comp.m4, gl/m4/perror.m4, gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/sys_socket_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/string.in.h, gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, gl/winsock.c, gltests/Makefile.am, gltests/perror.c, gltests/test-perror.c, gltests/test-perror.sh, gltests/test-poll.c, gltests/test-wchar.c, gltests/test-wctype.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strdup.m4, lib/gl/m4/string_h.m4, lib/gl/m4/wchar.m4, lib/gl/malloc.c, lib/gl/string.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/test-wchar.c: Update gnulib files. 2008-09-17 Simon Josefsson * Makefile.am: Revert CFLAGS, causes ./configure to be run with -Werror which isn't supported. 2008-09-17 Simon Josefsson * README, doc/gsasl.texi, lib/README: Fix license discussions. 2008-09-17 Simon Josefsson * po/ga.po.in: Sync with TP. 2008-09-17 Simon Josefsson * lib/po/LINGUAS, lib/po/id.po.in: Sync with TP. 2008-09-17 Simon Josefsson * lib/gs2/test-parser.c, lib/securid/mechinfo.c, lib/src/gsasl.h, lib/src/mechname.c, lib/src/version.c, tests/external.c: Indent. 2008-09-17 Simon Josefsson * lib/digest-md5/test-parser.c, src/imap.c, src/smtp.c, tests/external.c: Fix warnings. 2008-09-17 Simon Josefsson * Makefile.am: Add dist-check warning flags. 2008-09-17 Simon Josefsson * gl/Makefile.am, gl/errno.in.h, gl/m4/eoverflow.m4, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_pton.m4, gl/m4/sockets.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4, gl/poll.c, gl/stdio.in.h, gl/strerror.c, gl/sys_socket.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/dummy.c, gltests/inet_pton.c, gltests/sockets.c, gltests/sockets.h, gltests/test-EOVERFLOW.c, gltests/test-errno.c, gltests/test-poll.c, gltests/test-sockets.c, gltests/test-strerror.c, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/m4/eoverflow.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio.in.h, lib/gl/vasnprintf.c, lib/gltests/Makefile.am, lib/gltests/test-EOVERFLOW.c, lib/gltests/test-errno.c: Update gnulib files. 2008-09-08 Simon Josefsson * tests/Makefile.am: Don't check gnulib getdelim for thread unsafety: it is thread safe. 2008-09-08 Simon Josefsson * build-aux/config.rpath, gl/m4/include_next.m4, lib/build-aux/config.rpath, lib/gl/m4/include_next.m4: Update gnulib files. 2008-09-03 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/float.in.h, gl/iconv.in.h, gl/m4/include_next.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/m4/include_next.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h: Update gnulib files. 2008-08-29 Simon Josefsson * cfg.mk: Fix. 2008-08-29 Simon Josefsson * cfg.mk, lib/Makefile.am, lib/cfg.mk: Fix release target in lib/. 2008-08-29 Simon Josefsson * Makefile.am, cfg.mk: Move release targets. 2008-08-29 Simon Josefsson * lib/GNUmakefile, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4, lib/maint.mk: Update gnulib files. 2008-08-29 Simon Josefsson * GNUmakefile, gl/getdelim.c, gl/m4/getdelim.m4, gl/poll.c, maint.mk: Update gnulib files. 2008-08-27 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-08-22 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/poll.m4, gl/poll.c, gl/poll.in.h: Need poll for mingw32. 2008-08-21 Simon Josefsson * lib/src/version.c: Update gnulib usage. 2008-08-21 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/string.in.h, lib/gl/strverscmp.h, lib/gltests/Makefile.am, lib/gltests/test-strverscmp.c: Update gnulib files. 2008-08-21 Simon Josefsson * gl/Makefile.am, gl/m4/autobuild.m4, gl/m4/string_h.m4, gl/string.in.h: Update gnulib files. 2008-08-20 Simon Josefsson * lib/configure.ac: Fix URLs. 2008-08-20 Simon Josefsson * doc/gsasl.texi: Fix URLs. 2008-08-20 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-08-20 Simon Josefsson * Makefile.am: Don't put archive in www direcory. 2008-08-20 Simon Josefsson * ChangeLog: Generated. 2008-08-20 Simon Josefsson * lib/ChangeLog: Generated. 2008-08-20 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.28. 2008-08-20 Simon Josefsson * configure.ac: No need to check for sys/poll.h and errno.h. 2008-08-20 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, m4/autobuild.m4: Use autobuild from gnulib. 2008-08-20 Simon Josefsson * tests/name.c: Test NULL usage. 2008-08-20 Simon Josefsson * doc/reference/gsasl-docs.sgml: Link to new APIs in 0.2.28. 2008-08-20 Simon Josefsson * NEWS: Add. 2008-08-20 Simon Josefsson * NEWS, tests/Makefile.am, tests/name.c: Add self-test for gsasl_mechanism_name. 2008-08-20 Simon Josefsson * doc/Makefile.am: Generated. 2008-08-20 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/configure.ac, lib/src/Makefile.am, lib/src/gsasl.h, lib/src/mechname.c, lib/win32/libgsasl.vcproj: Add gsasl_mechanism_name function. 2008-08-20 Simon Josefsson * lib/gl/gc-gnulib.c: Update gnulib files. 2008-08-20 Simon Josefsson * lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/gs2wrap.c, lib/gs2/server.c, lib/gs2/test-parser.c, lib/gssapi/server.c, lib/plain/server.c, src/internal.h, tests/gssapi.c, tests/old-gssapi.c: Indent. 2008-08-20 Simon Josefsson * cfg.mk: Add proper INDENT_SOURCE. 2008-08-20 Simon Josefsson * src/callbacks.c, src/gsasl.c: Indent. 2008-08-20 Simon Josefsson * .clcopying: Update. 2008-08-20 Simon Josefsson * lib/src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if HAVE_CONFIG_H. 2008-08-20 Simon Josefsson * lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cram-md5/client.c, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/parser.c, lib/digest-md5/printer.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/validate.c, lib/external/client.c, lib/external/mechinfo.c, lib/external/server.c, lib/gs2/client.c, lib/gs2/mechinfo.c, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/login/client.c, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/server.c, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/server.c, src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if HAVE_CONFIG_H. 2008-08-20 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h: Remove duplicate GSASL_API definition. 2008-08-20 Simon Josefsson * doc/reference/Makefile.am: Ignore GSASL_API function decorator. 2008-08-20 Simon Josefsson * NEWS, src/gsasl.c, src/internal.h: Use poll instead of select. 2008-08-20 Simon Josefsson * lib/Makefile.am: Dist unistd.h for win32. 2008-08-20 Simon Josefsson * lib/win32/include/unistd.h: Add. 2008-08-19 Simon Josefsson * README-alpha, lib/README-alpha, lib/autogen.sh: Upgrade README-alpha stuff. 2008-08-19 Simon Josefsson * lib/win32/include/gen-win32-headers.pl: Update license. See discussion in and . 2008-08-19 Simon Josefsson * doc/gsasl.texi, lib/Makefile.am, lib/README.win32: Move Windows instructions into the manual. 2008-08-19 Simon Josefsson * lib/NEWS: Add. 2008-08-19 Simon Josefsson * lib/Makefile.am: Dist win32 files. 2008-08-19 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: Indent. 2008-08-19 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: Add Visual Studio patches. From Adam Strzelecki . 2008-08-19 Simon Josefsson * lib/README.win32, lib/win32/include/ac-stdint.h, lib/win32/include/alloca.h, lib/win32/include/gen-win32-headers.pl, lib/win32/include/idn-int.h, lib/win32/include/stdbool.h, lib/win32/include/stdint.h, lib/win32/libgsasl.sln, lib/win32/libgsasl.vcproj: Add Visual Studio patches. From Adam Strzelecki . 2008-08-19 Simon Josefsson * lib/NEWS: Add. 2008-08-19 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/m4/lock.m4: Update gnulib files. 2008-08-06 Simon Josefsson * GNUmakefile, lib/GNUmakefile: Update gnulib files. 2008-08-04 Simon Josefsson * GNUmakefile, gl/m4/gnulib-comp.m4, gl/vasnprintf.c, lib/GNUmakefile, lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: Update gnulib files. 2008-07-02 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-07-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-07-01 Simon Josefsson * Makefile.am: Reorder release target. 2008-07-01 Simon Josefsson * lib/Makefile.am: No need to git-push here. 2008-07-01 Simon Josefsson * ChangeLog: Generated. 2008-07-01 Simon Josefsson * lib/ChangeLog: Generated. 2008-07-01 Simon Josefsson * Makefile.am, lib/Makefile.am: Reorder release target. 2008-07-01 Simon Josefsson * lib/ChangeLog: Generated. 2008-07-01 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.27. 2008-07-01 Simon Josefsson * Makefile.am, lib/Makefile.am: Improve release target. 2008-07-01 Simon Josefsson * src/callbacks.c: Fix nl_langinfo error. 2008-07-01 Simon Josefsson * Makefile.am, configure.ac, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/tests/Makefile.am, gl/tests/dummy.c, gl/tests/test-EOVERFLOW.c, gl/tests/test-alloca-opt.c, gl/tests/test-arpa_inet.c, gl/tests/test-c-ctype.c, gl/tests/test-c-strcase.sh, gl/tests/test-c-strcasecmp.c, gl/tests/test-c-strncasecmp.c, gl/tests/test-fseeko.c, gl/tests/test-fseeko.sh, gl/tests/test-getaddrinfo.c, gl/tests/test-getdelim.c, gl/tests/test-getline.c, gl/tests/test-iconv.c, gl/tests/test-lseek.c, gl/tests/test-lseek.sh, gl/tests/test-netinet_in.c, gl/tests/test-quotearg.c, gl/tests/test-snprintf.c, gl/tests/test-stdbool.c, gl/tests/test-stdint.c, gl/tests/test-stdio.c, gl/tests/test-stdlib.c, gl/tests/test-strerror.c, gl/tests/test-striconv.c, gl/tests/test-string.c, gl/tests/test-sys_select.c, gl/tests/test-sys_socket.c, gl/tests/test-sys_time.c, gl/tests/test-unistd.c, gl/tests/test-vasnprintf.c, gl/tests/test-wchar.c, gl/tests/test-wctype.c, gl/tests/verify.h, gltests/Makefile.am, gltests/dummy.c, gltests/test-EOVERFLOW.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-c-ctype.c, gltests/test-c-strcase.sh, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-fseeko.c, gltests/test-fseeko.sh, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-iconv.c, gltests/test-lseek.c, gltests/test-lseek.sh, gltests/test-netinet_in.c, gltests/test-quotearg.c, gltests/test-snprintf.c, gltests/test-stdbool.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_time.c, gltests/test-unistd.c, gltests/test-vasnprintf.c, gltests/test-wchar.c, gltests/test-wctype.c, gltests/verify.h, lib/Makefile.am, lib/configure.ac, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/tests/Makefile.am, lib/gl/tests/dummy.c, lib/gl/tests/intprops.h, lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c, lib/gl/tests/test-base64.c, lib/gl/tests/test-gc-hmac-md5.c, lib/gl/tests/test-gc-md5.c, lib/gl/tests/test-gc.c, lib/gl/tests/test-getdelim.c, lib/gl/tests/test-getline.c, lib/gl/tests/test-stdbool.c, lib/gl/tests/test-stdint.c, lib/gl/tests/test-stdio.c, lib/gl/tests/test-stdlib.c, lib/gl/tests/test-string.c, lib/gl/tests/test-unistd.c, lib/gl/tests/test-vasnprintf.c, lib/gl/tests/test-vasprintf.c, lib/gl/tests/test-wchar.c, lib/gl/tests/verify.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/intprops.h, lib/gltests/test-EOVERFLOW.c, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-stdbool.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c, lib/gltests/verify.h: Move gnulib self-tests from */gl/tests to */gltests. 2008-07-01 Simon Josefsson * lib/Makefile.am, lib/configure.ac: Fix paths. 2008-07-01 Simon Josefsson * NEWS, lib/NEWS: Update translations. 2008-07-01 Simon Josefsson * lib/cfg.mk: Fix PACKAGE. 2008-07-01 Simon Josefsson * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/ga.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sr.po.in, lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP. 2008-07-01 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2008-07-01 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2008-07-01 Simon Josefsson * lib/cfg.mk: Set PACKAGE for update-po. 2008-07-01 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2008-07-01 Simon Josefsson * lib/gl/tests/dummy.c, lib/gl/tests/intprops.h, lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c, lib/gl/tests/test-base64.c, lib/gl/tests/test-getdelim.c, lib/gl/tests/test-getline.c, lib/gl/tests/test-stdbool.c, lib/gl/tests/test-stdint.c, lib/gl/tests/test-stdio.c, lib/gl/tests/test-stdlib.c, lib/gl/tests/test-string.c, lib/gl/tests/test-unistd.c, lib/gl/tests/test-vasnprintf.c, lib/gl/tests/test-vasprintf.c, lib/gl/tests/test-wchar.c, lib/gl/tests/verify.h: Update gnulib files, and include gnulib self-tests. 2008-07-01 Simon Josefsson * lib/GNUmakefile, lib/NEWS, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/lock.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio.in.h, lib/gl/tests/Makefile.am, lib/gl/tests/test-gc-hmac-md5.c, lib/gl/tests/test-gc-md5.c, lib/gl/tests/test-gc.c, lib/tests/Makefile.am, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update gnulib files, and include gnulib self-tests. 2008-07-01 Simon Josefsson * GNUmakefile, NEWS, doc/gendocs_template, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/locale-fr.m4, gl/m4/locale-tr.m4, gl/m4/stdio_h.m4, gl/override/doc/gendocs_template.diff, gl/stdio.in.h, gl/tests/Makefile.am, gl/tests/dummy.c, gl/tests/test-EOVERFLOW.c, gl/tests/test-alloca-opt.c, gl/tests/test-arpa_inet.c, gl/tests/test-c-ctype.c, gl/tests/test-c-strcase.sh, gl/tests/test-c-strcasecmp.c, gl/tests/test-c-strncasecmp.c, gl/tests/test-fseeko.c, gl/tests/test-fseeko.sh, gl/tests/test-getaddrinfo.c, gl/tests/test-getdelim.c, gl/tests/test-getline.c, gl/tests/test-iconv.c, gl/tests/test-lseek.c, gl/tests/test-lseek.sh, gl/tests/test-netinet_in.c, gl/tests/test-quotearg.c, gl/tests/test-snprintf.c, gl/tests/test-stdbool.c, gl/tests/test-stdint.c, gl/tests/test-stdio.c, gl/tests/test-stdlib.c, gl/tests/test-strerror.c, gl/tests/test-striconv.c, gl/tests/test-string.c, gl/tests/test-sys_select.c, gl/tests/test-sys_socket.c, gl/tests/test-sys_time.c, gl/tests/test-unistd.c, gl/tests/test-vasnprintf.c, gl/tests/test-wchar.c, gl/tests/test-wctype.c, gl/tests/verify.h: Update gnulib files, and include gnulib self-tests. 2008-07-01 Simon Josefsson * lib/po/LINGUAS, lib/po/de.po.in, lib/po/eu.po.in, lib/po/fr.po.in, lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sq.po.in, lib/po/sr.po.in, lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in, lib/po/zh_TW.po.in: Sync with TP. 2008-07-01 Simon Josefsson * NEWS: Add. 2008-06-21 Enrico Scholz * src/gsasl.c: Fix SASL operations through TLS SASL operations through TLS do not work as the custom 'writeln()' operation would skip the gnutls_record_send() call unconditionally ('len' is initialized to 0 and won't be modified). This patch initializes 'len' with the length of the string and reuses this value in the following send/write calls. Signed-off-by: Enrico Scholz 2008-06-04 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-06-04 Simon Josefsson * po/nl.po.in, po/pl.po.in, po/vi.po.in, po/zh_CN.po.in: Sync with TP. 2008-06-04 Simon Josefsson * lib/po/LINGUAS, lib/po/nl.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP. 2008-06-04 Simon Josefsson * gl/stdbool.in.h, gl/stdio-impl.h, gl/vasnprintf.c, gl/xalloc.h, lib/gl/stdbool.in.h, lib/gl/vasnprintf.c, lib/maint.mk, maint.mk: Update gnulib files. 2008-06-04 Simon Josefsson * lib/NEWS, lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/server.c: DIGEST-MD5: Fix undefined symbol "utf8tolatin1ifpossible". Reported by Martin Lambers . 2008-05-20 Simon Josefsson * gl/getaddrinfo.h, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/wctype.m4, gl/vasnprintf.c, gl/xalloc.h, gl/xmalloc.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: Update gnulib files. 2008-05-05 Simon Josefsson * lib/Makefile.am: Dist more. 2008-05-05 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-05-05 Simon Josefsson * ChangeLog: Generated. 2008-05-05 Simon Josefsson * lib/ChangeLog: Generated. 2008-05-05 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.26. 2008-05-05 Simon Josefsson * lib/Makefile.am: Fix .cvscopying filename. 2008-05-05 Simon Josefsson * .clcopying, .cvscopying, Makefile.am: Dist more, fix .cvscopying filename. 2008-05-05 Simon Josefsson * NEWS: Add. 2008-05-05 Simon Josefsson * doc/reference/Makefile.am: Fix warnings about missing --deprecated-guards. 2008-05-05 Simon Josefsson * doc/Makefile.am: Cosmetic fix. 2008-05-05 Simon Josefsson * doc/gdoc: Fix to avoid warnings about GSASL_VALID_MECHANISM_CHARACTERS definition. 2008-05-05 Simon Josefsson * doc/Makefile.am: Split up manpage/texinfos to one per line, to simplify diff review. 2008-05-05 Simon Josefsson * build-aux/gendocs.sh, gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/getaddrinfo.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/m4/arpa_inet_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_socket_h.m4, gl/stdio-impl.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_socket.in.h, lib/gl/Makefile.am, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/stdlib.in.h, lib/gl/string.in.h: Update gnulib files. 2008-05-05 Simon Josefsson * THANKS, lib/NEWS, lib/digest-md5/server.c: Fix ISO-8859-1 to UTF-8 conversion code. Tiny patch from Pawel Widera . 2008-04-23 Simon Josefsson * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/sk.po.in: Sync with TP. 2008-04-23 Simon Josefsson * Makefile.am, NEWS, cfg.mk, lib/Makefile.am, lib/NEWS, lib/cfg.mk, lib/po/Makevars, lib/po/fr.po, lib/po/fr.po.in, lib/po/ga.po, lib/po/ga.po.in, lib/po/nl.po, lib/po/nl.po.in, lib/po/pl.po, lib/po/pl.po.in, lib/po/ro.po, lib/po/ro.po.in, lib/po/sr.po, lib/po/sr.po.in, lib/po/sv.po, lib/po/sv.po.in, lib/po/vi.po, lib/po/vi.po.in, po/Makevars, po/de.po, po/de.po.in, po/eu.po, po/eu.po.in, po/fr.po, po/fr.po.in, po/ga.po, po/ga.po.in, po/id.po, po/id.po.in, po/nl.po, po/nl.po.in, po/pl.po, po/pl.po.in, po/ro.po, po/ro.po.in, po/sq.po, po/sq.po.in, po/sr.po, po/sr.po.in, po/sv.po, po/sv.po.in, po/vi.po, po/vi.po.in, po/zh_CN.po, po/zh_CN.po.in, po/zh_TW.po, po/zh_TW.po.in: Avoid *.po merge conflicts and --no-location. 2008-04-23 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/m4/arpa_inet_h.m4, gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/mbstate_t.m4, gl/m4/netinet_in_h.m4, gl/m4/printf.m4, gl/m4/snprintf.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/wctype.m4, gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, lib/gl/gc-gnulib.c, lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/vasnprintf.c, lib/gl/wchar.in.h: Update gnulib files. 2008-04-11 Simon Josefsson * AUTHORS: Add. 2008-04-11 Simon Josefsson * THANKS: Add, reporting the DIGEST-MD5 problem. 2008-04-11 Simon Josefsson * lib/NEWS, lib/digest-md5/client.c: DIGEST-MD5 client: convert password from UTF-8 to ISO-8859-1 before hash. For compatibility with server. 2008-04-11 Simon Josefsson * tests/digest-md5.c: Test non-ASCII username/password. 2008-04-11 Simon Josefsson * lib/src/gsasl.h: Generated. 2008-04-11 Simon Josefsson * lib/NEWS, lib/digest-md5/server.c, lib/digest-md5/validate.c, tests/digest-md5.c: DIGEST-MD5 server: don't reject authentication if client doesn't use utf-8. Before, authentication from all non-UTF-8 clients were simply rejected. When this situation occurs now, the username is translated into UTF-8 before being passed on to applications. Further, the password retrieved from the application is converted from UTF-8 to ISO-8859-1 if that is possible. Reported by marty in .See also and . 2008-04-11 Simon Josefsson * doc/gsasl.texi: Add native Windows build notes, based on libidn. 2008-04-11 Simon Josefsson * lib/gl/gc-gnulib.c: Update gnulib files. 2008-04-10 Simon Josefsson * GNUmakefile, gl/fseeko.c, gl/m4/include_next.m4, gl/m4/stdint.m4, lib/GNUmakefile, lib/gl/m4/gc-random.m4, lib/gl/m4/include_next.m4, lib/gl/m4/stdint.m4: Update gnulib files. 2008-04-01 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/m4/gnulib-comp.m4, gl/m4/stdlib_h.m4, gl/m4/vasnprintf.m4, gl/snprintf.c, gl/stdlib.in.h, gl/vasnprintf.c, gl/wchar.in.h, lib/gl/Makefile.am, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c, lib/gl/wchar.in.h: Update gnulib files. 2008-03-25 Simon Josefsson * GNUmakefile, build-aux/GNUmakefile, build-aux/maint.mk, cfg.mk, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/GNUmakefile, lib/build-aux/GNUmakefile, lib/build-aux/maint.mk, lib/cfg.mk, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk, maint-cfg.mk, maint.mk: Update gnulib files. 2008-03-19 Simon Josefsson * doc/reference/Makefile.am, doc/reference/tmpl/gsasl-unused.sgml, gtk-doc.make: Update GTK-DOC build system. 2008-03-19 Simon Josefsson * doc/gendocs_template, gl/override/doc/gendocs_template, gl/override/doc/gendocs_template.diff: Use a patch for our gendocs changes. 2008-03-18 Simon Josefsson * gl/Makefile.am, gl/m4/absolute-header.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/lib-link.m4, gl/m4/stdarg.m4, gl/stdarg.in.h, lib/gl/Makefile.am, lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4, lib/gl/m4/lib-link.m4: Update gnulib files. 2008-03-10 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version. 2008-03-10 Simon Josefsson * ChangeLog: Generated. 2008-03-10 Simon Josefsson * lib/ChangeLog: Generated. 2008-03-10 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.25. 2008-03-10 Simon Josefsson * lib/NEWS: Add. 2008-03-10 Simon Josefsson * lib/src/base64.c, lib/src/callback.c, lib/src/init.c, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/version.c, lib/src/xcode.c, lib/src/xstart.c: Doc fixes. 2008-03-10 Simon Josefsson * build-aux/gendocs.sh, gl/alloca.in.h, gl/getaddrinfo.c, gl/getdelim.c, gl/getopt.c, gl/m4/fseeko.m4, gl/xsize.h, lib/gl/alloca.in.h, lib/gl/gc-gnulib.c, lib/gl/getdelim.c, lib/gl/xsize.h: Update gnulib files. 2008-03-03 Simon Josefsson * NEWS, THANKS, src/gsasl.c: Make stdout line buffered, to avoid buffering problems. Reported by Enrico Scholz , see . 2008-02-25 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-02-25 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/quotearg.c, gl/quotearg.h, gl/unistd.in.h: Update gnulib files. 2008-02-13 Simon Josefsson * gl/m4/vasnprintf.m4, gl/vasnprintf.c, lib/gl/m4/md5.m4, lib/gl/m4/vasnprintf.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/vasnprintf.c: Update gnulib files. 2008-02-06 Simon Josefsson * lib/NEWS: Add. 2008-02-06 Simon Josefsson * NEWS: Add. 2008-02-06 Simon Josefsson * GNUmakefile, Makefile.am, lib/GNUmakefile, lib/Makefile.am, lib/maint-cfg.mk, maint-cfg.mk: Brace expansion is not POSIX portable. 2008-01-19 Simon Josefsson * gl/m4/sys_time_h.m4, gl/sys_time.in.h: Add gnulib modules for sys/time.h and netinet/in.h and use them. 2008-01-19 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, src/internal.h: Add gnulib modules for sys/time.h and netinet/in.h and use them. 2008-01-19 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump version. 2008-01-19 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-libgcrypt.c, lib/gl/m4/string_h.m4, lib/gl/stdio.in.h, lib/gl/string.in.h, lib/gl/vasnprintf.h: Update gnulib files. 2008-01-19 Simon Josefsson * build-aux/gendocs.sh, gl/Makefile.am, gl/error.h, gl/m4/string_h.m4, gl/stdio.in.h, gl/string.in.h, gl/vasnprintf.h, gl/xalloc.h: Update gnulib files. 2008-01-15 Simon Josefsson * ChangeLog: Generated. 2008-01-15 Simon Josefsson * lib/ChangeLog: Generated. 2008-01-15 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.24. 2008-01-15 Simon Josefsson * lib/src/Makefile.am: Typo. 2008-01-15 Simon Josefsson * lib/NEWS: Add. 2008-01-15 Simon Josefsson * lib/configure.ac, lib/src/Makefile.am: Create libgsasl-XX.def if possible, for MinGW. 2008-01-15 Simon Josefsson * lib/NEWS: Add. 2008-01-15 Simon Josefsson * lib/gl/gc-libgcrypt.c: Disable secmem. 2008-01-15 Simon Josefsson * NEWS: Add. 2008-01-15 Simon Josefsson * tests/Makefile.am: Need gnulib. 2008-01-15 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2008-01-15 Simon Josefsson * ChangeLog: Generated. 2008-01-15 Simon Josefsson * lib/ChangeLog: Generated. 2008-01-15 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.23. 2008-01-15 Simon Josefsson * lib/NEWS: Mention that entry fixes a security problem. 2008-01-15 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2008-01-15 Simon Josefsson * configure.ac: Need tarname in AC_INIT. 2008-01-15 Simon Josefsson * doc/gsasl.texi: Update copyright years. 2008-01-15 Simon Josefsson * NEWS, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/stdarg.m4, gl/version-etc.c, gl/version-etc.h, src/Makefile.am, src/gsasl.c, src/internal.h: Use gnulib version-etc module for --version. Fix --help. 2008-01-15 Simon Josefsson * configure.ac: Use nicer AC_INIT package name string. 2008-01-15 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-01-15 Simon Josefsson * NEWS, THANKS, lib/NEWS, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/server.c, tests/cram-md5.c: For CRAM-MD5, check gc_nonce return code to make sure challenge is fresh. Reported by "Daniel Armyr" . 2008-01-15 Simon Josefsson * lib/build-aux/config.rpath, lib/gl/Makefile.am, lib/gl/m4/alloca.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/printf-parse.c, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h: Update gnulib files. 2008-01-15 Simon Josefsson * build-aux/config.rpath, gl/Makefile.am, gl/m4/alloca.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/unistd_h.m4, gl/printf-parse.c, gl/progname.c, gl/stdlib.in.h, gl/string.in.h, gl/unistd.in.h: Update gnulib files. 2008-01-15 Simon Josefsson * GNUmakefile, maint-cfg.mk: Re-apply config.rpath hack. 2007-12-19 Simon Josefsson * gl/float.in.h, gl/fseeko.c, gl/m4/float_h.m4, gl/m4/gnulib-comp.m4, gl/stdint.in.h, lib/gl/float.in.h, lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/stdint.in.h: Update gnulib files. 2007-12-19 Simon Josefsson * doc/specification/draft-newman-auth-scram-05.txt: Add. 2007-12-11 Simon Josefsson * lib/digest-md5/server.c: Add FIXME about utf8/iso8859-1. 2007-12-11 Simon Josefsson * GNUmakefile, maint-cfg.mk: Remove config.rpath hack. 2007-12-11 Simon Josefsson * build-aux/gendocs.sh, doc/fdl.texi, doc/gpl-3.0.texi, gl/Makefile.am, gl/alloca.in.h, gl/asnprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/float+.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getdelim.c, gl/getline.c, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/lseek.c, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/longlong.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/ulonglong.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/netinet_in.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/realloc.c, gl/size_max.h, gl/snprintf.c, gl/stdbool.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/wchar.in.h, gl/wctype.in.h, gl/xsize.h, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wint_t.m4, lib/gl/printf-parse.c, lib/gl/realloc.c, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c: Update gnulib files. 2007-12-11 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Use gettext 0.17. 2007-11-26 Simon Josefsson * doc/specification/draft-zeilenga-sasl-yap-02.txt: Add. 2007-11-17 Simon Josefsson * doc/specification/rfc5056.txt: Add. 2007-10-29 Simon Josefsson * lib/gs2/client.c: WIP. 2007-10-29 Simon Josefsson * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/test-parser.c: Update parser for -09. 2007-10-29 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-10-29 Simon Josefsson * lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/longlong.m4, lib/gl/m4/ulonglong.m4, lib/gl/printf-parse.c, lib/gl/realloc.c, lib/gl/stdbool.in.h, lib/gl/stdint.in.h, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c: Update gnulib files. 2007-10-29 Simon Josefsson * build-aux/maint.mk, gl/Makefile.am, gl/iconv.in.h, gl/iconv_open.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/longlong.m4, gl/m4/ulonglong.m4, gl/printf-parse.c, gl/stdbool.in.h, gl/stdint.in.h, gl/strerror.c, gl/vasnprintf.c: Update gnulib files. 2007-10-13 Simon Josefsson * lib/gl/string.in.h: Update gnulib files. 2007-10-13 Simon Josefsson * gl/Makefile.am, gl/intprops.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/strerror.m4, gl/strerror.c, gl/string.in.h: Update gnulib files. 2007-10-08 Simon Josefsson * NEWS, lib/NEWS, lib/src/gsasl.h: Version 0.2.22. 2007-10-08 Simon Josefsson * Makefile.am: Fix release target. 2007-10-08 Simon Josefsson * NEWS: Add. 2007-10-08 Simon Josefsson * gl/Makefile.am, gl/alloca.in.h, gl/alloca_.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/float.in.h, gl/float_.h, gl/fseeko.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/iconv.in.h, gl/iconv_.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/malloc.m4, gl/m4/realloc.m4, gl/m4/socklen.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/malloc.c, gl/netinet_in.in.h, gl/netinet_in_.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h, gl/stdint_.h, gl/stdio.in.h, gl/stdio_.h, gl/stdlib.in.h, gl/stdlib_.h, gl/strerror.c, gl/string.in.h, gl/string_.h, gl/sys_select.in.h, gl/sys_select_.h, gl/sys_socket.in.h, gl/sys_socket_.h, gl/unistd.in.h, gl/unistd_.h, gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, gl/wctype_.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Update gnulib files. 2007-10-08 Simon Josefsson * lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/m4/extensions.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lock.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/vasprintf.m4, lib/gl/stdio.in.h, lib/gl/string.in.h: Update gnulib files. 2007-10-08 Simon Josefsson * lib/gl/alloca.in.h, lib/gl/alloca_.h, lib/gl/float.in.h, lib/gl/float_.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/malloc.m4, lib/gl/m4/realloc.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/malloc.c, lib/gl/realloc.c, lib/gl/stdbool.in.h, lib/gl/stdbool_.h, lib/gl/stdint.in.h, lib/gl/stdint_.h, lib/gl/stdio.in.h, lib/gl/stdio_.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/string_.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gl/wchar_.h: Update gnulib files. 2007-10-08 Simon Josefsson * .cvsignore, build-aux/.cvsignore, doc/.cvsignore, doc/doxygen/.cvsignore, doc/man/.cvsignore, doc/reference/.cvsignore, doc/reference/tmpl/.cvsignore, examples/.cvsignore, gl/.cvsignore, lib/.cvsignore, lib/anonymous/.cvsignore, lib/build-aux/.cvsignore, lib/cram-md5/.cvsignore, lib/digest-md5/.cvsignore, lib/external/.cvsignore, lib/gl/.cvsignore, lib/gs2/.cvsignore, lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore, lib/login/.cvsignore, lib/m4/.cvsignore, lib/ntlm/.cvsignore, lib/plain/.cvsignore, lib/po/.cvsignore, lib/securid/.cvsignore, lib/src/.cvsignore, lib/tests/.cvsignore, m4/.cvsignore, po/.cvsignore, src/.cvsignore, tests/.cvsignore: Remove .cvsignore's. 2007-09-01 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-04.txt: Add. 2007-08-31 Simon Josefsson * lib/configure.ac: Drop gnits mode. 2007-08-31 Simon Josefsson * configure.ac: Drop gnits mode. 2007-08-31 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-08-31 Simon Josefsson * NEWS: Add. 2007-08-31 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c, gl/getline.h, gl/getpass.c, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/readline.c, gl/stdio_.h, lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/getdelim.h, lib/gl/getline.c, lib/gl/getline.h, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio_.h: Update gnulib files. 2007-08-28 Simon Josefsson * src/gsasl.c: Fix warnings. 2007-08-22 Simon Josefsson * ChangeLog: Generated. 2007-08-22 Simon Josefsson * lib/ChangeLog: Generated. 2007-08-22 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.21. 2007-08-22 Simon Josefsson * NEWS: Add. 2007-08-22 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2007-08-22 Simon Josefsson * gl/fseeko.c, gl/lseek.c, gl/m4/lseek.m4: Update gnulib files. 2007-08-22 Simon Josefsson * lib/NEWS: Add. 2007-08-22 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-08-22 Simon Josefsson * AUTHORS: Add. 2007-08-22 Simon Josefsson * THANKS: Add. 2007-08-22 Simon Josefsson * lib/digest-md5/printer.c: Indent. 2007-08-22 Simon Josefsson * lib/digest-md5/printer.c: Remove the extra leading, trailing, and intermediate commas. Patch from James Canete . 2007-08-12 Simon Josefsson * THANKS: Add. 2007-08-12 Simon Josefsson * doc/gsasl.texi: Fix typoes. Tiny patch from Brad Hards . 2007-08-11 Simon Josefsson * ChangeLog: Generated. 2007-08-11 Simon Josefsson * lib/ChangeLog: Generated. 2007-08-11 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.20. 2007-08-11 Simon Josefsson * NEWS: Add. 2007-08-11 Simon Josefsson * lib/NEWS: Add. 2007-08-11 Simon Josefsson * build-aux/GNUmakefile, build-aux/maint.mk, lib/build-aux/GNUmakefile, lib/build-aux/maint.mk: Update gnulib files. 2007-08-10 Simon Josefsson * lib/NEWS, lib/configure.ac: Increment shared library version properly. 2007-08-10 Simon Josefsson * lib/NEWS: Add. 2007-08-10 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2007-08-10 Simon Josefsson * THANKS: Add. 2007-08-10 Simon Josefsson * lib/configure.ac: Don't bother looking for GSS-API library if GS2/GSS-API disabled. Reported by Maxim Britov . 2007-08-09 Simon Josefsson * ChangeLog: Generated. 2007-08-09 Simon Josefsson * lib/ChangeLog: Generated. 2007-08-09 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.19. 2007-08-09 Simon Josefsson * NEWS: Fix. 2007-08-09 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Update. 2007-08-09 Simon Josefsson * doc/reference/gsasl-docs.sgml: Update. 2007-08-09 Simon Josefsson * doc/gsasl.texi: Clarify license portion of blurb. 2007-08-09 Simon Josefsson * lib/src/free.c: Add Since: to mark when gsasl_free was introduced. 2007-08-09 Simon Josefsson * gsasl.fms: Update. 2007-08-09 Simon Josefsson * lib/src/gsasl.h: Update version. 2007-08-09 Simon Josefsson * doc/gsasl.texi: Document gsasl_free. 2007-08-09 Simon Josefsson * doc/Makefile.am: Generate. 2007-08-09 Simon Josefsson * lib/src/Makefile.am: Add free.c. 2007-08-09 Simon Josefsson * lib/src/free.c: Add doc string. 2007-08-09 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change version to 0.2.19, we'll need another release. 2007-08-09 Simon Josefsson * lib/NEWS, lib/src/free.c, lib/src/gsasl.h: Add gsasl_free(). 2007-08-08 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-09.txt: Add. 2007-08-06 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2007-08-06 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-08-06 Simon Josefsson * lib/AUTHORS: Update PGP key. 2007-08-06 Simon Josefsson * AUTHORS: Update PGP key. 2007-08-06 Simon Josefsson * po/zh_CN.po: Sync with TP. 2007-08-06 Simon Josefsson * doc/gsasl.texi: Fix markup. 2007-08-06 Simon Josefsson * lib/NEWS, lib/build-aux/config.rpath, lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/float_.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdint_.h, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update gnulib files. 2007-08-06 Simon Josefsson * doc/gsasl.texi: Clarify license versions. 2007-08-06 Simon Josefsson * doc/Makefile.am, doc/doxygen/gdoc2doxygen, doc/gdoc-error, maint-cfg.mk: Re-license to GPLv3. 2007-08-06 Simon Josefsson * Makefile.am, configure.ac, examples/Makefile.am, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/Makefile.am, tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/gssapi.c, tests/md5file.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: Re-license to GPLv3. 2007-08-06 Simon Josefsson * NEWS: Add. 2007-08-06 Simon Josefsson * README: Clarify license versions. 2007-08-06 Simon Josefsson * doc/gpl.texi, doc/lgpl.texi: Remove unused license files. 2007-08-06 Simon Josefsson * COPYING: Use GPLv3. 2007-08-06 Simon Josefsson * doc/Makefile.am, doc/gsasl.texi, gl/override/doc/gpl.texi.diff, gl/override/doc/lgpl.texi.diff: Update manual for GPLv3 change. 2007-08-06 Simon Josefsson * build-aux/config.rpath, build-aux/gendocs.sh, build-aux/maint.mk, doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-2.1.texi, gl/Makefile.am, gl/error.c, gl/float_.h, gl/iconv_.h, gl/m4/absolute-header.m4, gl/m4/float_h.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/include_next.m4, gl/m4/netinet_in_h.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, gl/netinet_in_.h, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/sys_select_.h, gl/sys_socket_.h, gl/unistd_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h: Update gnulib files. 2007-08-01 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-03.txt: Add. 2007-07-12 Simon Josefsson * doc/specification/draft-zeilenga-sasl-yap-01.txt: Add. 2007-06-12 Simon Josefsson * Makefile.am: Add *.po files. 2007-06-12 Simon Josefsson * lib/Makefile.am: Add *.po files. 2007-06-12 Simon Josefsson * lib/po/ga.po: Sync with TP. 2007-06-12 Simon Josefsson * gl/Makefile.am, gl/fseeko.c, gl/m4/stdint.m4, gl/m4/string_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, lib/gl/Makefile.am, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/stdint.m4, lib/gl/m4/string_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update gnulib files. 2007-06-12 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2007-06-07 Simon Josefsson * ChangeLog: Generated. 2007-06-07 Simon Josefsson * lib/ChangeLog: Generated. 2007-06-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.18. 2007-06-07 Simon Josefsson * lib/src/gsasl.h: Bump version. 2007-06-07 Simon Josefsson * lib/NEWS: Add. 2007-06-07 Simon Josefsson * gl/m4/vasnprintf.m4, gl/vasnprintf.c, gl/wchar_.h, lib/gl/m4/vasnprintf.m4, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update. 2007-06-05 Simon Josefsson * lib/NEWS, lib/configure.ac: Bump versions. 2007-06-05 Simon Josefsson * configure.ac: Bump versions. 2007-06-05 Simon Josefsson * NEWS: Add. 2007-06-05 Simon Josefsson * lib/gl/m4/intl.m4, lib/gl/m4/stdint.m4: Update. 2007-06-05 Simon Josefsson * gl/m4/lseek.m4, gl/m4/stdint.m4: Update. 2007-06-01 Simon Josefsson * Makefile.am: Fix release target. 2007-06-01 Simon Josefsson * ChangeLog: Generated. 2007-06-01 Simon Josefsson * lib/ChangeLog: Generated. 2007-06-01 Simon Josefsson * lib/Makefile.am: Fix ChangeLog target. 2007-06-01 Simon Josefsson * lib/Makefile.am: Fix release target. 2007-06-01 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.17. 2007-06-01 Simon Josefsson * NEWS, lib/NEWS: Add. 2007-06-01 Simon Josefsson * lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/float_.h, lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint_.h, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update. 2007-06-01 Simon Josefsson * gl/Makefile.am, gl/float+.h, gl/float_.h, gl/fseeko.c, gl/getpass.c, gl/iconv_.h, gl/lseek.c, gl/m4/float_h.m4, gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/lseek.m4, gl/m4/socklen.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/netinet_in_.h, gl/socket_.h, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/sys_select_.h, gl/sys_socket_.h, gl/unistd_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h: Update. 2007-06-01 Simon Josefsson * NEWS: Add. 2007-06-01 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po rule. 2007-06-01 Simon Josefsson * lib/src/gsasl.h: Generated. 2007-06-01 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with TP. 2007-06-01 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Sync with TP. 2007-06-01 Simon Josefsson * configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-06-01 Simon Josefsson * NEWS: Add. 2007-06-01 Simon Josefsson * Makefile.am, README-alpha, lib/Makefile.am, lib/README-alpha: Use git instead of cvs. 2007-05-23 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-02.txt: Add. 2007-04-20 Simon Josefsson * ChangeLog: [no log message] 2007-04-20 Simon Josefsson * lib/ChangeLog: [no log message] 2007-04-20 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Generated. 2007-04-20 Simon Josefsson * lib/NEWS: Add. 2007-04-20 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.16. 2007-04-20 Simon Josefsson * doc/Makefile.am: Dist gpl.texi, lgpl.texi. 2007-04-20 Simon Josefsson * doc/Makefile.am: Update copyrights. 2007-04-20 Simon Josefsson * doc/Makefile.am: Fix 'make distcheck'. 2007-04-20 Simon Josefsson * NEWS, README, lib/NEWS: Add. 2007-04-20 Simon Josefsson * NEWS: Add. 2007-04-20 Simon Josefsson * NEWS, lib/NEWS: Add. 2007-04-20 Simon Josefsson * lib/po/sr.po, po/LINGUAS, po/id.po, po/sr.po, po/zh_TW.po: Sync with TP. 2007-04-20 Simon Josefsson * GNUmakefile: Fix. 2007-04-20 Simon Josefsson * GNUmakefile: Duplicate lib/GNUmakefile stuff, to avoid having lib/GNUmakefile revert things. 2007-04-20 Simon Josefsson * tests/Makefile.am: Remove false positives for threadsafety in vasnprintf.c. 2007-04-20 Simon Josefsson * gl/.cvsignore: [no log message] 2007-04-20 Simon Josefsson * lib/gl/gc-libgcrypt.c: Update. 2007-04-12 Simon Josefsson * build-aux/gendocs.sh, gl/.cvsignore, gl/Makefile.am, gl/alloca_.h, gl/float+.h, gl/iconv_.h, gl/iconv_open-aix.gperf, gl/iconv_open-hpux.gperf, gl/iconv_open-irix.gperf, gl/iconv_open-osf.gperf, gl/iconv_open.c, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/longdouble.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/vasnprintf.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asprintf.c, lib/gl/float+.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/stdbool_.h, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c, lib/gl/wchar_.h: Update. 2007-04-12 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update. 2007-04-04 Simon Josefsson * doc/specification/draft-siemborski-rfc2554bis-09.txt: Add. 2007-03-27 Simon Josefsson * gl/.cvsignore, lib/build-aux/.cvsignore, lib/gl/.cvsignore, lib/m4/.cvsignore: [no log message] 2007-03-27 Simon Josefsson * gl/.cvsignore, gl/Makefile.am, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/striconv.c, gl/striconv.h, src/callbacks.c: Replace iconvme with striconv. 2007-03-27 Simon Josefsson * gl/.cvsignore, gl/Makefile.am: Update. 2007-03-27 Simon Josefsson * gl/Makefile.am, gl/float+.h, gl/getaddrinfo.c, gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconvme.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/ulonglong.m4, gl/m4/vasnprintf.m4, gl/printf-parse.c, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/vasnprintf.c, lib/gl/.cvsignore, lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/printf-parse.c, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c: Update. 2007-03-22 Simon Josefsson * lib/src/gsasl.h: Generated. 2007-03-19 Simon Josefsson * src/Makefile.am: Need gnulib's builddir. 2007-03-19 Simon Josefsson * lib/gs2/README: Add. 2007-03-19 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Revert version, GS2 won't be in the next release. 2007-03-17 Simon Josefsson * lib/digest-md5/printer.c: Don't use vasprintf.h. 2007-03-17 Simon Josefsson * GNUmakefile, maint-cfg.mk: More config.rpath fixes. 2007-03-17 Simon Josefsson * Makefile.cfg, Makefile.maint: Remove. 2007-03-17 Simon Josefsson * lib/GNUmakefile, lib/build-aux/GNUmakefile, lib/build-aux/config.rpath, lib/build-aux/link-warning.h, lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/asprintf.c, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/strdup.m4, lib/gl/m4/string_h.m4, lib/gl/m4/uint32_t.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/stdbool_.h, lib/gl/stdint_.h, lib/gl/stdio_.h, lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/maint-cfg.mk, lib/maint.mk: Update. 2007-03-17 Simon Josefsson * lib/configure.ac: Bump versions. Use build-aux/. 2007-03-17 Simon Josefsson * src/internal.h: Don't use strdup.h. 2007-03-17 Simon Josefsson * build-aux/.cvsignore, gl/.cvsignore, m4/.cvsignore: [no log message] 2007-03-17 Simon Josefsson * GNUmakefile, maint-cfg.mk: Work around config.rpath problem. 2007-03-17 Simon Josefsson * gl/m4/onceonly_2_57.m4: Remove. 2007-03-17 Simon Josefsson * build-aux/GNUmakefile, build-aux/config.rpath, build-aux/gendocs.sh, build-aux/link-warning.h, build-aux/maint.mk, gendocs.sh, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, maint.mk: Use build-aux/. 2007-03-17 Simon Josefsson * configure.ac: Bump versions. Use build-aux/. 2007-03-17 Simon Josefsson * gl/Makefile.am, gl/exit.h, gl/exitfail.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getopt_.h, gl/iconvme.c, gl/m4/extensions.m4, gl/m4/gnulib-comp.m4, gl/m4/netinet_in_h.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/netinet_in_.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/quotearg.c, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h, gl/strdup.c, gl/strdup.h, gl/string_.h, gl/sys_select_.h, gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/xalloc.h: Update. 2007-03-09 Simon Josefsson * doc/specification/draft-newman-auth-scram-04.txt: Add. 2007-03-08 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-01.txt: Add. 2007-03-07 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-08.txt: Add. 2007-03-06 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-12.txt: Add. 2007-02-28 Simon Josefsson * doc/specification/draft-cridland-sasl-hexa-00.txt: Add. 2007-02-28 Simon Josefsson * doc/specification/draft-zeilenga-sasl-yap-00.txt: Add. 2007-02-25 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-11.txt, doc/specification/draft-siemborski-rfc2554bis-08.txt: Add. 2007-01-25 Simon Josefsson * lib/m4/libgcrypt.m4: Remove. 2007-01-25 Simon Josefsson * gl/Makefile.am, gl/gettext.h, gl/iconvme.c, gl/m4/absolute-header.m4, gl/m4/eoverflow.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/quotearg.m4, gl/m4/size_max.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/quotearg.c, gl/socket_.h, gl/strdup.h, gl/unistd_.h, gl/wchar_.h, gl/wctype_.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gettext.h, lib/gl/m4/eoverflow.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint_.h, lib/gl/strdup.h: Update. 2007-01-25 Simon Josefsson * doc/specification/draft-ietf-sasl-gs2-05.txt, doc/specification/draft-siemborski-rfc1734bis-09.txt, doc/specification/draft-siemborski-rfc2554bis-07.txt, lib/gl/m4/gnulib-common.m4, lib/gl/m4/wchar.m4, lib/gl/wchar_.h: Add. 2007-01-24 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-10.txt: Add. 2007-01-13 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-08.txt: Add. 2006-12-26 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-07.txt: Add. 2006-12-26 Simon Josefsson * doc/specification/draft-altman-tls-channel-bindings-01.txt, doc/specification/draft-siemborski-rfc2554bis-06.txt: Add. 2006-12-09 Simon Josefsson * tests/simple.c: Test gsasl_check_version too. 2006-12-08 Simon Josefsson * lib/NEWS: Version 0.3.0. 2006-12-08 Simon Josefsson * lib/src/version.c: Fix typo, reported by Thadeu Lima de Souza Cascardo . 2006-12-01 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-06.txt: Add. 2006-11-29 Simon Josefsson * doc/specification/rfc4752.txt: Add. 2006-11-28 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-05.txt: Add. 2006-11-20 Simon Josefsson * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am, gl/asnprintf.c, gl/error.c, gl/exitfail.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getpass.c, gl/gettext.h, gl/iconvme.c, gl/inet_ntop.c, gl/m4/alloca.m4, gl/m4/getpass.m4, gl/m4/gnulib-comp.m4, gl/m4/inline.m4, gl/m4/lib-link.m4, gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/sockpfaf.m4, gl/m4/vasnprintf.m4, gl/m4/xalloc.m4, gl/override/lgpl.texi.diff, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/progname.c, gl/progname.h, gl/quote.c, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/snprintf.c, gl/strdup.c, gl/vasnprintf.c, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, lib/gl/Makefile.am, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-h.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/signed.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/md5.c, lib/gl/memxor.c, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/stdint_.h, lib/gl/strdup.c, lib/gl/strverscmp.c, lib/gl/vasnprintf.c, lib/gl/vasprintf.c, lib/tests/test-gc.c: Update. 2006-11-20 Simon Josefsson * lib/gs2/client.c, lib/gs2/server.c: Snapshot. 2006-11-20 Simon Josefsson * gl/override/doc/gpl.texi.diff, gl/override/doc/lgpl.texi.diff, gl/override/lgpl.texi.diff, lib/gs2/gs2wrap.c: Add. 2006-11-16 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-11.txt: Add. 2006-10-11 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-10.txt: Add. 2006-09-13 Simon Josefsson * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-09-13 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-09-13 Simon Josefsson * doc/gsasl.texi: Add GPL. Place concept index last. 2006-09-12 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/vasnprintf.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c: Update. 2006-09-07 Simon Josefsson * doc/fdl.texi, doc/specification/draft-ietf-sasl-gssapi-08.txt: Update. 2006-09-01 Simon Josefsson * doc/specification/rfc4616.txt: Add. 2006-08-28 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/stdint_.h: Update. 2006-08-28 Simon Josefsson * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-cache.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/longlong.m4, gl/m4/readline.m4, gl/m4/stdint_h.m4, gl/override/doc/gendocs_template: Update. 2006-08-27 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-07.txt: Update. 2006-08-27 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2006-08-24 Simon Josefsson * lib/gs2/gs2parser.c: Allocate output instead. 2006-08-24 Simon Josefsson * src/callbacks.c: Fix mem leak. 2006-08-24 Simon Josefsson * src/callbacks.c: Support GSASL_VALIDATE_GSSAPI callback. 2006-08-24 Simon Josefsson * lib/gs2/gs2parser.c: Fix uint32 parsing. 2006-08-24 Simon Josefsson * src/imap.c: Fix last commit. 2006-08-24 Simon Josefsson * src/imap.c: The IMAP '+ ' prefix is only for server data. 2006-08-24 Simon Josefsson * lib/src/error.c: Doc fix. 2006-08-23 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-08-23 Simon Josefsson * lib/configure.ac: Disable GS2 by default. Doc fix. 2006-08-23 Simon Josefsson * lib/gs2/.cvsignore: [no log message] 2006-08-23 Simon Josefsson * lib/gs2/test-parser.c: Add. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c: Fix bug. 2006-08-23 Simon Josefsson * lib/gs2/Makefile.am: Add gs2parser to library. 2006-08-23 Simon Josefsson * lib/gs2/test-parser.c: Add self-tests of GS2 parser. 2006-08-23 Simon Josefsson * lib/gs2/Makefile.am: Add. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Fix. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c: Fix. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Add. 2006-08-22 Simon Josefsson * lib/src/Makefile.am, lib/src/init.c: Add GS2. 2006-08-22 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-08-22 Simon Josefsson * lib/src/xfinish.c: (gsasl_finish): Don't crash on sctx's without mech pointer, happens if you call gsasl_client_start or gsasl_server_start with unknown mechanism. 2006-08-22 Simon Josefsson * lib/configure.ac: Fix. 2006-08-22 Simon Josefsson * lib/gs2/mechinfo.c: Fix. 2006-08-22 Simon Josefsson * lib/src/gsasl.h: Bump version. 2006-08-22 Simon Josefsson * lib/gs2/.cvsignore: [no log message] 2006-08-22 Simon Josefsson * lib/configure.ac: Add. 2006-08-22 Simon Josefsson * configure.ac, lib/configure.ac: Bump version. 2006-08-22 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/gs2/Makefile.am, lib/gs2/README, lib/gs2/gs2.h, lib/gs2/mechinfo.c, lib/gssapi/client.c, lib/gssapi/server.c: Add some GS2 infrastructure. 2006-08-22 Simon Josefsson * gl/Makefile.am, gl/m4/exitfail.m4, gl/m4/getpass.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/strdup.m4, gl/m4/xalloc.m4, lib/gl/Makefile.am, lib/gl/m4/md5.m4, lib/gl/m4/memxor.m4, lib/gl/m4/strdup.m4, lib/gl/m4/strverscmp.m4: Update. 2006-08-22 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2006-08-22 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2006-08-22 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.15. 2006-08-21 Simon Josefsson * lib/AUTHORS: Update PGP key. 2006-08-21 Simon Josefsson * NEWS, lib/AUTHORS: Fix. 2006-08-21 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/strerror_r.m4: Update. 2006-08-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump version. 2006-08-19 Simon Josefsson * ChangeLog: [no log message] 2006-08-19 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2006-08-19 Simon Josefsson * AUTHORS: Update key. 2006-08-19 Simon Josefsson * lib/ChangeLog: [no log message] 2006-08-19 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.14. 2006-08-19 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with TP. 2006-08-19 Simon Josefsson * NEWS: Add. 2006-08-19 Simon Josefsson * NEWS: Add. 2006-08-19 Simon Josefsson * gendocs.sh, gl/Makefile.am, gl/error.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/minmax.m4, gl/m4/restrict.m4, gl/minmax.h, gl/snprintf.c, lib/gl/m4/base64.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memxor.m4, lib/gl/m4/restrict.m4: Update. 2006-08-11 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-00.txt: Add. 2006-08-10 Simon Josefsson * lib/src/gsasl.h: Bump version. 2006-08-10 Simon Josefsson * doc/Makefile.am: Add. 2006-08-09 Simon Josefsson * lib/configure.ac: Bump versions. 2006-08-09 Simon Josefsson * configure.ac: Bump version. 2006-08-09 Simon Josefsson * NEWS: Add. 2006-08-09 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/error.h, gl/exitfail.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/gettext.h, gl/inet_ntop.h, gl/m4/arpa_inet_h.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/lib-link.m4, gl/m4/netinet_in_h.m4, gl/m4/onceonly_2_57.m4, gl/printf-args.c, gl/quote.c, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/inttypes-h.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/nls.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/po.m4, lib/gl/m4/stdint.m4, lib/gl/m4/visibility.m4, lib/gl/printf-args.c, lib/gl/stdint_.h, lib/gl/vasprintf.h: Update. 2006-08-08 Simon Josefsson * lib/NEWS: Add. 2006-08-08 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2006-08-08 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h, lib/src/internal.h: Add gsasl_session_hook_set and gsasl_session_hook_get, based on suggestion by "MANSION, James, GBM" . Doc fix gsasl_callback_hook_set and gsasl_callback_hook_get. Add new variable application_hook to internal Gsasl_session type. 2006-07-28 Simon Josefsson * doc/gsasl.texi: Fix. 2006-07-28 Simon Josefsson * THANKS: Add. 2006-07-28 Simon Josefsson * doc/gsasl.texi: Add requirements, suggested by "MANSION, James, GBM". 2006-07-14 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2006-07-14 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2006-07-14 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.13. 2006-07-14 Simon Josefsson * lib/NEWS: Add. 2006-07-14 Simon Josefsson * NEWS: Fix. 2006-07-14 Simon Josefsson * Makefile.am: Fix gendocs path. 2006-07-14 Simon Josefsson * doc/gendocs.sh, gendocs.sh, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-07-14 Simon Josefsson * doc/specification/draft-ietf-sasl-gs2-02.txt: Add. 2006-07-11 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2006-07-11 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-07-11 Simon Josefsson * doc/Makefile.am: Update. 2006-07-11 Simon Josefsson * lib/src/Makefile.am: Dist doxygen.c. 2006-07-11 Simon Josefsson * NEWS, lib/src/doxygen.c: Add. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.in: Update doxygen version. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.orig: New. 2006-07-11 Simon Josefsson * Makefile.am: Fix gendocs.sh -I's. 2006-07-11 Simon Josefsson * doc/gsasl.texi: Fix include paths. 2006-07-11 Simon Josefsson * doc/Makefile.am: Fix texi2dvi -I's. 2006-07-11 Simon Josefsson * NEWS: Add. 2006-07-11 Simon Josefsson * NEWS: Add. 2006-07-10 Simon Josefsson * doc/Makefile.am: Don't hard code dia/epstopdf. 2006-07-10 Simon Josefsson * configure.ac: Use missing for epstopdf. 2006-07-10 Simon Josefsson * configure.ac: Use missing for dia. 2006-07-10 Simon Josefsson * gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/onceonly_2_57.m4, lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/onceonly_2_57.m4: Update. 2006-07-07 Simon Josefsson * lib/src/xstart.c: Fix mem leak. If a mechanism set properties in the session indirectly, but later fails to start the mechanism, the properties would be leaked. Solved by cleaning up the mechanism with gsasl_finish, which require mechanism finish procedures to handle failed mechanism startups. 2006-07-07 Simon Josefsson * lib/NEWS: Add. 2006-07-07 Simon Josefsson * lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c, lib/login/client.c, lib/login/server.c, lib/ntlm/ntlm.c, lib/securid/client.c: Don't crash in finish for un-initialized sessions. 2006-07-07 Simon Josefsson * lib/src/listmech.c: Simplify. 2006-07-07 Simon Josefsson * tests/Makefile.am: Fix typo. 2006-07-07 Simon Josefsson * tests/Makefile.am: Run under valgrind, if available. 2006-07-07 Simon Josefsson * configure.ac: Test for valgrind. 2006-07-07 Simon Josefsson * gl/.cvsignore, lib/gl/.cvsignore: [no log message] 2006-07-07 Simon Josefsson * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix. 2006-07-07 Simon Josefsson * NEWS: Add. 2006-07-07 Simon Josefsson * configure.ac: Assume sys/types.h. 2006-07-07 Simon Josefsson * lib/configure.ac, lib/gssapi/client.c, lib/gssapi/server.c: Don't need netinet/in.h nor sys/types.h. 2006-07-07 Simon Josefsson * lib/m4/ax_create_stdint_h.m4: Remove. 2006-07-07 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, src/internal.h: Assume unistd.h, sys/select.h, sys/socket.h and sys/types.h. 2006-07-07 Simon Josefsson * gl/Makefile.am, gl/alloca_.h, gl/asnprintf.c, gl/exit.h, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getopt.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/m4/alloca.m4, gl/m4/eoverflow.m4, gl/m4/getaddrinfo.m4, gl/m4/getpass.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/minmax.m4, gl/m4/onceonly_2_57.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdint_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4, gl/minmax.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/xsize.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/base64.c, lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/longlong.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4, lib/gl/size_max.h, lib/gl/stdint_.h, lib/gl/strverscmp.c: Update gnulib. 2006-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-09.txt: Add. 2006-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-gs2-01.txt: Add. 2006-06-27 Simon Josefsson * doc/gdoc: Fix texinfo/man output. 2006-06-22 Simon Josefsson * configure.ac, lib/configure.ac: Make portable to mingw. 2006-06-20 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-09.txt: Add. 2006-06-19 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-06.txt: Update. 2006-06-13 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-07.txt: Add. 2006-06-09 Simon Josefsson * doc/specification/rfc4422.txt, doc/specification/rfc4505.txt: Add. 2006-05-31 Simon Josefsson * gl/getpass.c, lib/gl/printf-args.c: Update. 2006-05-31 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-05.txt: Add. 2006-05-18 Simon Josefsson * gl/m4/stdbool.m4, lib/gl/m4/stdbool.m4, lib/gl/stdint_.h: Update. 2006-05-16 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Update. 2006-05-04 Simon Josefsson * lib/gl/stdint_.h: Update. 2006-04-26 Simon Josefsson * gl/Makefile.am, gl/m4/getpass.m4, gl/m4/strerror_r.m4, lib/gl/Makefile.am, lib/gl/m4/longdouble.m4: Update. 2006-04-19 Simon Josefsson * lib/gl/base64.c, lib/gl/stdint_.h: Update. 2006-03-24 Simon Josefsson * lib/gl/base64.c: Update. 2006-03-24 Simon Josefsson * lib/gl/base64.c: Update. 2006-03-24 Simon Josefsson * doc/man/.cvsignore: Add. 2006-03-16 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-03-16 Simon Josefsson * doc/gsasl.texi: No invariant section, suggested by Yvan. 2006-03-11 Simon Josefsson * lib/src/gsasl.h: Bump version. 2006-03-10 Simon Josefsson * lib/gl/m4/gc-random.m4: Update. 2006-03-08 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2006-03-08 Simon Josefsson * doc/Makefile.am: Add -I's to fix make dist. 2006-03-08 Simon Josefsson * ChangeLog: [no log message] 2006-03-08 Simon Josefsson * lib/ChangeLog: [no log message] 2006-03-08 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2006-03-08 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.12. 2006-03-08 Simon Josefsson * lib/src/Makefile.am: Remove gsasl.h.in. 2006-03-08 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/unistd_h.m4, gl/unistd_.h, lib/gl/gc-gnulib.c, lib/gl/m4/gc-random.m4, lib/maint.mk, maint.mk: Update. 2006-03-08 Simon Josefsson * gl/Makefile.am: Update. 2006-03-07 Simon Josefsson * lib/NEWS: Add. 2006-03-07 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-03-07 Simon Josefsson * lib/NEWS: Add. 2006-03-07 Simon Josefsson * NEWS, THANKS: Add. 2006-03-07 Simon Josefsson * lib/src/Makefile.am: Add -no-undefined, required to produce DLLs on mingw32. 2006-03-07 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/m4/gnulib-comp.m4, gl/m4/readline.m4, gl/m4/unistd_h.m4, gl/unistd_.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/m4/gc-random.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/maint.mk, maint.mk: Update. 2006-03-03 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-06.txt: Add. 2006-03-03 Simon Josefsson * lib/po/rw.po: Remove. 2006-03-03 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2006-03-03 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2006-03-03 Simon Josefsson * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk: Add. 2006-03-03 Simon Josefsson * po/rw.po: Remove. 2006-03-03 Simon Josefsson * po/LINGUAS: Sync with TP. 2006-03-03 Simon Josefsson * Makefile.am: Fix update-po. 2006-03-03 Simon Josefsson * gl/m4/readline.m4, maint.mk: Update. 2006-03-03 Simon Josefsson * gl/iconvme.c, gl/m4/getaddrinfo.m4, gl/m4/readline.m4, gl/readline.c, maint.mk: Update. 2006-03-02 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-08.txt: Add. 2006-03-01 Simon Josefsson * THANKS: Add. 2006-03-01 Simon Josefsson * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix, implied by report from Yvan Bassuel . 2006-02-28 Simon Josefsson * maint-cfg.mk: Don't gtkdocize. 2006-02-28 Simon Josefsson * gtk-doc.make: Add. 2006-02-28 Simon Josefsson * gl/getopt.c, lib/gl/base64.h, lib/gl/strverscmp.h: Update. 2006-02-28 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2006-02-28 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2006-02-28 Simon Josefsson * lib/configure.ac: Fix version update. 2006-02-28 Simon Josefsson * lib/configure.ac: Update version number in src/gsasl.h. 2006-02-23 Simon Josefsson * lib/configure.ac: Don't build gsasl.h. 2006-02-23 Simon Josefsson * lib/src/gsasl.h, lib/src/gsasl.h.in: Move gsasl.h.in to gsasl.h and hard code version number (a script will be needed to update it). This simplifies porting to Windows. 2006-02-19 Simon Josefsson * lib/po/nl.po, po/nl.po: Update. 2006-02-16 Simon Josefsson * maint-cfg.mk: Fix. 2006-02-16 Simon Josefsson * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4, gl/m4/sys_socket_h.m4, gl/xalloc-die.c, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdbool.m4, lib/gl/stdbool_.h, lib/gl/strverscmp.h, lib/gl/vasnprintf.c, maint.mk: Update. 2006-02-14 Simon Josefsson * GNUmakefile, gl/m4/gnulib-comp.m4, maint-cfg.mk, maint.mk: Rename 2006-02-14 Simon Josefsson * lib/digest-md5/Makefile.am: Run test-parser test. 2006-02-14 Simon Josefsson * lib/digest-md5/test-parser.c: Don't crash. 2006-02-14 Simon Josefsson * lib/digest-md5/validate.c: Test finish token further. 2006-02-14 Simon Josefsson * Makefile.cfg: Fix. 2006-02-14 Simon Josefsson * Makefile.cfg: Add --enable-gtk-doc. 2006-02-14 Simon Josefsson * GNUmakefile: Update. 2006-02-14 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-04.txt: Add. 2006-02-13 Simon Josefsson * autogen.sh: Remove. 2006-02-13 Simon Josefsson * GNUmakefile: Update. 2006-02-13 Simon Josefsson * Makefile.cfg: Fix. 2006-02-11 Simon Josefsson * GNUmakefile: Update gnulib. 2006-02-11 Simon Josefsson * Makefile.cfg: Add. 2006-02-11 Simon Josefsson * GNUmakefile, Makefile.maint: Update gnulib. 2006-02-11 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update gnulib. 2006-02-07 Simon Josefsson * ChangeLog: [no log message] 2006-02-07 Simon Josefsson * lib/ChangeLog: [no log message] 2006-02-07 Simon Josefsson * gsasl.fms: 0.2.11. 2006-02-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.11. 2006-02-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update. 2006-02-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/vi.po, po/zh_CN.po: Update 2006-02-07 Simon Josefsson * src/gsasl.c: Typo. 2006-02-07 Simon Josefsson * src/gsasl.c: Initialize ws2_32, if necessary. 2006-02-07 Simon Josefsson * gl/getaddrinfo.h, gl/getopt.c, gl/m4/getopt.m4, gl/m4/gnulib-tool.m4, gl/m4/stdbool.m4, gl/quotearg.c, gl/socket_.h, gl/stdbool_.h: Update. 2006-01-24 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-15.txt: Add. 2006-01-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/socket_.h: Update. 2006-01-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/m4/socklen.m4: Update. 2006-01-19 Simon Josefsson * gl/socket_.h: Add. 2006-01-19 Simon Josefsson * lib/configure.ac: Fix cross-compile test. 2006-01-19 Simon Josefsson * lib/configure.ac: Fix cross-compile test. 2006-01-19 Simon Josefsson * lib/configure.ac: Don't be fooled by krb5-config when cross-compiling. 2006-01-19 Simon Josefsson * lib/NEWS: Add. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/socklen.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/socklen.m4: Update. 2006-01-18 Simon Josefsson * NEWS: Add. 2006-01-18 Simon Josefsson * lib/tests/Makefile.am: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * tests/Makefile.am: Mingw32 fix. 2006-01-18 Simon Josefsson * doc/Makefile.am: Fix EXEEXT. 2006-01-18 Simon Josefsson * gl/.cvsignore: Add. 2006-01-18 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/socket_.h: Update. 2006-01-18 Simon Josefsson * src/internal.h: Fix #include's. 2006-01-18 Simon Josefsson * src/callbacks.c: Protect getpwuid, for mingw32. 2006-01-18 Simon Josefsson * configure.ac: Check for getpwuid. 2006-01-18 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/sys_socket_h.m4, gl/socket_.h: Add. 2006-01-17 Simon Josefsson * gl/Makefile.am, gl/m4/getaddrinfo.m4, lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/md5.c, lib/gl/md5.h, lib/gl/stdint_.h: Update. 2006-01-11 Simon Josefsson * po/sv.po: Update. 2006-01-10 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/readline.m4, gl/m4/socklen.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h: Update. 2005-12-25 Simon Josefsson * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4: Update. 2005-12-16 Simon Josefsson * gl/m4/gnulib-comp.m4: Update. 2005-12-14 Simon Josefsson * lib/NEWS: Fix. 2005-12-14 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-12-01 Simon Josefsson * gl/m4/socklen.m4: Update. 2005-11-30 Simon Josefsson * gl/getaddrinfo.h, gl/readline.c, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/md5.c, lib/gl/stdint_.h, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c: Sync gnulib. 2005-11-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-14.txt: Add. 2005-11-17 Simon Josefsson * doc/specification/draft-josefsson-sasl-gs2-00.txt: Add. 2005-11-11 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-13.txt: Add. 2005-10-28 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-07.txt: Add. 2005-10-23 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2005-10-23 Simon Josefsson * lib/NEWS: Add. 2005-10-23 Simon Josefsson * lib/src/md5pwd.c: Fix memory leak. 2005-10-23 Simon Josefsson * AUTHORS: Fix. 2005-10-23 Simon Josefsson * AUTHORS: Update PGP key. 2005-10-23 Simon Josefsson * gsasl.fms: Add. 2005-10-23 Simon Josefsson * ChangeLog: [no log message] 2005-10-23 Simon Josefsson * lib/ChangeLog: [no log message] 2005-10-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-10-23 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.10. 2005-10-23 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-10-23 Simon Josefsson * lib/tests/.cvsignore: [no log message] 2005-10-23 Simon Josefsson * lib/Makefile.am, lib/configure.ac: Move gnulib self tests. 2005-10-23 Simon Josefsson * lib/gl/m4/gnulib-cache.m4, lib/tests/Makefile.am, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update. 2005-10-23 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Add gnulib self tests. 2005-10-23 Simon Josefsson * lib/src/saslprep.c: Fix pr29_8z call. 2005-10-23 Simon Josefsson * lib/src/saslprep.c: Improve pr29 check. 2005-10-23 Simon Josefsson * lib/gssapi/Makefile.am: Need libgss. 2005-10-23 Simon Josefsson * lib/ntlm/Makefile.am: Need libntlm. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix libidn test. 2005-10-23 Simon Josefsson * lib/src/saslprep.c: Use new defines. 2005-10-23 Simon Josefsson * lib/m4/check_headerlib.m4: Remove. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix GSS checks. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix shishi test. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix ntlm check. 2005-10-23 Simon Josefsson * lib/gl/md5.c, lib/gl/md5.h: Update. 2005-10-23 Simon Josefsson * configure.ac: Look for gnutls_certificate_verify_peers2, to get a recent gnutls. 2005-10-23 Simon Josefsson * doc/gsasl.texi: Fix. 2005-10-23 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/hmac-md5.c, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdbool.m4: Update. 2005-10-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-10-23 Simon Josefsson * src/gsasl.c: Work around GnuTLS bug when sending zero length messages. 2005-10-23 Simon Josefsson * NEWS: Add. 2005-10-22 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2005-10-22 Simon Josefsson * lib/NEWS: Add. 2005-10-22 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/stdbool.m4: Update. 2005-10-17 Simon Josefsson * lib/gl/gc-gnulib.c: Update. 2005-10-17 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/stdbool.m4: Update. 2005-10-12 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h: Update. 2005-10-12 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/md5.m4, lib/gl/md5.c, lib/gl/md5.h: Update. 2005-10-07 Simon Josefsson * ChangeLog: [no log message] 2005-10-07 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-10-07 Simon Josefsson * lib/ChangeLog: [no log message] 2005-10-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2005-10-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.9. 2005-10-07 Simon Josefsson * lib/gssapi/server.c: Fix cast error. 2005-10-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-10-07 Simon Josefsson * lib/NEWS: Add. 2005-10-07 Simon Josefsson * lib/gssapi/client.c: Fix cast errors. 2005-10-07 Simon Josefsson * doc/gsasl.texi, lib/NEWS: Fix. 2005-10-07 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-10-07 Simon Josefsson * gl/m4/stdbool.m4, lib/gl/hmac.h, lib/gl/m4/memxor.m4, lib/gl/m4/stdbool.m4: Update. 2005-10-06 Simon Josefsson * gl/getdelim.c, gl/m4/getaddrinfo.m4, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/m4/memxor.m4, lib/gl/memxor.c: Update. 2005-10-05 Simon Josefsson * gl/Makefile.am, lib/gl/memxor.c: Update. 2005-10-05 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memxor.m4, lib/gl/memxor.c, lib/gl/memxor.h: Update. 2005-10-05 Simon Josefsson * lib/gl/gc.h: Update. 2005-10-05 Simon Josefsson * lib/cram-md5/digest.c, lib/digest-md5/session.c: Use new gc API. 2005-10-05 Simon Josefsson * lib/cram-md5/digest.c: Use new gc API. 2005-10-05 Simon Josefsson * lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/src/Makefile.am: Remove crypto/. 2005-10-05 Simon Josefsson * gl/Makefile.am: Update. 2005-10-05 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/README, lib/crypto/README.gsasl, lib/crypto/cbc.h, lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/crypto/hmac-md5.c, lib/crypto/hmac.c, lib/crypto/hmac.h, lib/crypto/macros.h, lib/crypto/md5-meta.c, lib/crypto/md5.c, lib/crypto/md5.h, lib/crypto/memxor.c, lib/crypto/memxor.h, lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h, lib/crypto/sha.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/hmac-md5.c, lib/gl/hmac.h, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/md5.m4, lib/gl/m4/uint32_t.m4, lib/gl/md5.c, lib/gl/md5.h: Replace crypto/ with gnulib modules. 2005-10-05 Simon Josefsson * gl/getaddrinfo.h, gl/getdelim.c, gl/m4/getaddrinfo.m4, lib/gl/getdelim.c: Update. 2005-10-01 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2005-10-01 Simon Josefsson * gl/getdelim.c, lib/gl/getdelim.c: Update. 2005-10-01 Simon Josefsson * gl/getaddrinfo.h, gl/m4/getaddrinfo.m4: Update. 2005-09-28 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-09-28 Simon Josefsson * src/internal.h: Typo. 2005-09-28 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2005-09-25 Simon Josefsson * configure.ac, gl/getaddrinfo.c, gl/getopt_.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/socklen.m4, gl/quotearg.c: Gnulib getaddrinfo fix. 2005-09-22 Simon Josefsson * gl/getaddrinfo.c, gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-comp.m4: Update. 2005-09-20 Simon Josefsson * src/gsasl.c: Simplify CPP symbol usage. 2005-09-20 Simon Josefsson * gl/exitfail.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt1.c, gl/getpass.c, gl/progname.c, gl/quote.c, gl/quotearg.c, gl/readline.c, gl/xalloc-die.c, gl/xmalloc.c, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/strverscmp.c: Update. 2005-09-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/gl/base64.c, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Update. 2005-09-19 Simon Josefsson * Makefile.am, lib/Makefile.am: Gnupload sign the file too. 2005-09-12 Simon Josefsson * m4/gtk-doc.m4: Update. 2005-09-12 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-09-08 Simon Josefsson * gsasl.fms: 0.2.8. 2005-09-08 Simon Josefsson * ChangeLog: [no log message] 2005-09-08 Simon Josefsson * lib/ChangeLog: [no log message] 2005-09-08 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.8. 2005-09-08 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-09-08 Simon Josefsson * lib/NEWS: Add. 2005-09-08 Simon Josefsson * lib/po/LINGUAS, lib/po/rw.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update. 2005-09-08 Simon Josefsson * NEWS, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Add. 2005-09-08 Simon Josefsson * configure.ac: Update gnulib. 2005-09-08 Simon Josefsson * configure.ac: Don't check for getaddrinfo. 2005-09-08 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/getpass.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/gnulib.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4: Update. 2005-09-07 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-03.txt: Add. 2005-08-29 Simon Josefsson * lib/po/LINGUAS, po/LINGUAS: Sync with TP. 2005-08-29 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update. 2005-08-29 Simon Josefsson * configure.ac: Fix typo. 2005-08-29 Simon Josefsson * configure.ac: Don't define WITH_GNUTLS, already handled. 2005-08-29 Simon Josefsson * src/gsasl.c: Use new CPP symbol to test for GnuTLS. 2005-08-29 Simon Josefsson * configure.ac: Typo. 2005-08-29 Simon Josefsson * configure.ac: Simplify gnutls check. 2005-08-29 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix for modern wget. 2005-08-29 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-08-29 Simon Josefsson * Makefile.am: Use --disable-obsolete for distcheck, so it is tested. 2005-08-29 Simon Josefsson * NEWS: Add. 2005-08-29 Simon Josefsson * gl/Makefile.am, gl/getpass.c, gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update. 2005-08-27 Simon Josefsson * Makefile.am, lib/Makefile.am: Use gnupload. 2005-08-27 Simon Josefsson * src/imap.c: Fix typo. 2005-08-27 Simon Josefsson * NEWS: Fix. 2005-08-27 Simon Josefsson * lib/NEWS: Add. 2005-08-27 Simon Josefsson * lib/src/init.c: Prefer PLAIN over LOGIN. 2005-08-27 Simon Josefsson * src/gsasl.c, src/imap.c, src/imap.h, src/smtp.c, src/smtp.h: Fix has_starttls(). 2005-08-27 Simon Josefsson * NEWS: Add. 2005-08-27 Simon Josefsson * doc/gsasl.texi: Fix gsasl parameters. 2005-08-27 Simon Josefsson * src/imap.c, src/smtp.c: Fix --client. 2005-08-27 Simon Josefsson * lib/src/Makefile.am: Link with @LTLIBIDN@ too. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix --client and --server again. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix --client. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix --client and --server. Don't start TLS on stdin/stdout connections. Fix crashes. 2005-08-27 Simon Josefsson * src/gsasl.c: Revert bogus --connect fix. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix server certificate verification. Fix --connect. 2005-08-27 Simon Josefsson * src/gsasl.c, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h: Add STARTTLS support. Use readline() when reading protocol server output from stdin (rarely). Handle second argument protocol names better. 2005-08-26 Simon Josefsson * configure.ac, src/Makefile.am, src/gsasl.c: Start to use GnuTLS. 2005-08-26 Simon Josefsson * lib/NEWS, lib/configure.ac: Improve libidn checking (to get -R, -rpath etc). 2005-08-26 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-08-25 Simon Josefsson * gsasl.fms: Update. 2005-08-25 Simon Josefsson * ChangeLog: [no log message] 2005-08-25 Simon Josefsson * lib/ChangeLog: [no log message] 2005-08-25 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-08-25 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.7. 2005-08-24 Simon Josefsson * lib/NEWS: Add. 2005-08-24 Simon Josefsson * NEWS: Fix. 2005-08-24 Simon Josefsson * gl/getpass.c: Update. 2005-08-24 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib.m4: Update. 2005-08-24 Simon Josefsson * configure.ac: Replace getpass-gnu with getpass (getpass-gnu is always built on glibc systems..). 2005-08-24 Simon Josefsson * gl/getpass.c: Update. 2005-08-24 Simon Josefsson * gl/getpass.c, gl/m4/getpass.m4: Update. 2005-08-23 Simon Josefsson * lib/NEWS: Add. 2005-08-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-08-23 Simon Josefsson * lib/src/obsolete.c: Fix warnings. 2005-08-23 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Fix typo in GSASL_PASSWORD backwards compatibility handling. 2005-08-23 Simon Josefsson * NEWS: Add. 2005-08-23 Simon Josefsson * gl/getpass.c, gl/m4/getopt.m4, gl/m4/getpass.m4: Update. 2005-08-23 Simon Josefsson * src/internal.h: Assume C89, for errno.h. 2005-08-23 Simon Josefsson * src/internal.h: Include quote.h. 2005-08-23 Simon Josefsson * lib/src/init.c: Remove unused variable. 2005-08-23 Simon Josefsson * lib/src/init.c: Fix warning when no mechanism is enabled. 2005-08-22 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-05.txt: Add. 2005-08-12 Simon Josefsson * README: Reprioritize. 2005-08-12 Simon Josefsson * README: Fix. 2005-08-12 Simon Josefsson * gl/m4/readline.m4: Update. 2005-08-12 Simon Josefsson * gl/m4/readline.m4: Update. 2005-08-11 Simon Josefsson * gl/m4/readline.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/strdup.m4: Update. 2005-08-11 Simon Josefsson * gl/m4/readline.m4: Update. 2005-08-11 Simon Josefsson * src/Makefile.am: Possibly -lreadline. 2005-08-11 Simon Josefsson * gl/m4/gnulib.m4, gl/m4/onceonly_2_57.m4, gl/m4/readline.m4, gl/m4/strdup.m4, gl/readline.c, gl/readline.h: Update. 2005-08-10 Simon Josefsson * gsasl.fms: Update. 2005-08-10 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-08-10 Simon Josefsson * ChangeLog: [no log message] 2005-08-10 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-08-10 Simon Josefsson * lib/ChangeLog: [no log message] 2005-08-10 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2005-08-10 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.6. 2005-08-10 Simon Josefsson * NEWS: Add. 2005-08-10 Simon Josefsson * NEWS: Add. 2005-08-10 Simon Josefsson * AUTHORS, lib/AUTHORS: Update PGP key. 2005-08-10 Simon Josefsson * lib/NEWS: Update. 2005-08-10 Simon Josefsson * lib/NEWS: Reorder. 2005-08-04 Simon Josefsson * gl/Makefile.am, gl/m4/getopt.m4: Update. 2005-08-04 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-08-02 Simon Josefsson * lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4: Update. 2005-07-24 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-06.txt: Add. 2005-07-19 Simon Josefsson * gl/quote.c, gl/quote.h: Add. 2005-07-18 Simon Josefsson * src/gsasl.c: Loop through all getaddrinfo replies. Print 'Trying foo...' lines, a'la telnet. 2005-07-18 Simon Josefsson * gl/Makefile.am, gl/exitfail.c, gl/exitfail.h, gl/getdelim.c, gl/m4/exitfail.m4, gl/m4/getdelim.m4, gl/m4/gnulib.m4, gl/m4/mbrtowc.m4, gl/m4/mbstate_t.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/xalloc.m4, gl/quotearg.c, gl/quotearg.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Add quote. 2005-07-18 Simon Josefsson * configure.ac: Use quote too. 2005-07-17 Simon Josefsson * gl/getdelim.c, lib/gl/getdelim.c: Update. 2005-07-17 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/codeset.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/ssize_t.m4, gl/m4/stdint_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4: Update 2005-07-17 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/getdelim.h, lib/gl/getline.c, lib/gl/getline.h, lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: Use new LGPL getline module. 2005-07-16 Simon Josefsson * doc/gsasl.texi: Mention help-gsasl. 2005-07-16 Simon Josefsson * lib/m4/ax_create_stdint_h.m4: Update. 2005-07-16 Simon Josefsson * README, lib/NEWS: Add. 2005-07-16 Simon Josefsson * gl/m4/readline.m4, gl/readline.c: Update. 2005-07-16 Simon Josefsson * src/callbacks.c: Simplify readline. 2005-07-16 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, gl/m4/readline.m4, gl/readline.c, gl/readline.h: Use new readline module. 2005-07-16 Simon Josefsson * lib/configure.ac: Simplify. 2005-07-15 Simon Josefsson * gl/readline.c: Fix license. 2005-07-15 Simon Josefsson * lib/src/version.c: Use strverscmp rather than now obsolete check-version module. 2005-07-15 Simon Josefsson * lib/gl/Makefile.am, lib/gl/check-version.c, lib/gl/check-version.h, lib/gl/m4/check-version.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/size_max.m4: Update 2005-07-15 Simon Josefsson * lib/configure.ac: Don't use gnulib's check-version, use strverscmp directly instead. 2005-07-15 Simon Josefsson * gl/Makefile.am, gl/getaddrinfo.h, gl/m4/gnulib.m4: Update. 2005-06-28 Simon Josefsson * lib/gl/check-version.c: Typo. 2005-06-28 Simon Josefsson * lib/gl/m4/check-version.m4: Add. 2005-06-28 Simon Josefsson * lib/gl/Makefile.am, lib/gl/check-version.c, lib/gl/check-version.h, lib/gl/check_version.c, lib/gl/check_version.h, lib/gl/m4/gnulib.m4, lib/gl/m4/strverscmp.m4, lib/gl/strverscmp.c, lib/gl/strverscmp.h: Use the real check-version module. 2005-06-28 Simon Josefsson * lib/gl/base64.c, lib/gl/base64.h: Update gnulib files. 2005-06-28 Simon Josefsson * lib/configure.ac, lib/src/version.c: Typo. 2005-06-25 Simon Josefsson * AUTHORS: Update PGP key. 2005-06-25 Simon Josefsson * README, doc/reference/gsasl-docs.sgml: Don't reference COPYING.DOC. 2005-06-25 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-06-25 Simon Josefsson * COPYING.DOC: Remove (already included in manual). 2005-06-25 Simon Josefsson * Makefile.am, configure.ac, doc/Makefile.am, doc/doxygen/gdoc2doxygen, doc/fdl.texi, doc/gdoc-error, doc/gendocs_template, examples/Makefile.am, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, src/Makefile.am, src/gsasl.ggo, tests/Makefile.am, tests/utils.c, tests/utils.h: Fix address in license. 2005-06-25 Simon Josefsson * doc/gendocs.sh: Update from texinfo. 2005-06-25 Simon Josefsson * tests/threadsafety: Typo. 2005-06-25 Simon Josefsson * COPYING, lib/COPYING, lib/Makefile.am, lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/configure.ac, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/crypto/Makefile.am, lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/Makefile.am, lib/external/client.c, lib/external/external.h, lib/external/mechinfo.c, lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h, lib/login/Makefile.am, lib/login/client.c, lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/Makefile.am, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c, lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/gssapi.c, tests/md5file.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: Fix address in license. 2005-06-25 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/check_version.c, lib/gl/check_version.h, lib/gl/m4/gnulib.m4, lib/src/version.c: Use check_version gnulib module. 2005-06-25 Simon Josefsson * lib/gl/size_max.h: Sync with gnulib. 2005-06-15 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-06-15 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/error.h, gl/exit.h, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconvme.c, gl/iconvme.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/nls.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/strdup.m4, gl/progname.c, gl/progname.h, gl/stdbool_.h, gl/strdup.c, gl/strdup.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/gettext.h, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/strdup.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stdbool_.h, lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/gl/xsize.h: Update gnulib files. 2005-06-01 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-11.txt: Add. 2005-05-17 Simon Josefsson * doc/specification/draft-zeilenga-sasl-rfc2222bis-00.txt: Add. 2005-04-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-05.txt: Add. 2005-04-01 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-02.txt: Add. 2005-03-21 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-08.txt: Add. 2005-03-15 Simon Josefsson * lib/src/gsasl-compat.h: Define __attribute__ to empty for C++, tiny patch Ryan Slack . 2005-03-02 Simon Josefsson * THANKS: Add. 2005-03-02 Simon Josefsson * doc/gsasl.texi: API fix, reported by Ryan Slack . 2005-03-01 Simon Josefsson * doc/specification/rfc4013.txt: Add. 2005-02-23 Simon Josefsson * lib/plain/server.c: Use SASLprep(authcid) as authzid, when the provided authzid is empty. 2005-02-22 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-05.txt, doc/specification/draft-ietf-sasl-plain-07.txt: Add. 2005-02-21 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-10.txt: Add. 2005-02-14 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2005-02-14 Simon Josefsson * lib/NEWS: Add. 2005-02-14 Simon Josefsson * lib/plain/server.c: Align unassigned code point usage in preparation, as per -06. 2005-02-08 Simon Josefsson * gsasl.fms: Fix. 2005-02-08 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2005-02-08 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-02-08 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.5. 2005-02-08 Simon Josefsson * gl/progname.c: Fix. 2005-02-08 Simon Josefsson * lib/NEWS: Add. 2005-02-08 Simon Josefsson * lib/NEWS: Add. 2005-02-06 Simon Josefsson * lib/src/error.c: Typos, reported by Clytie Siddall . 2005-02-06 Simon Josefsson * lib/po/LINGUAS, lib/po/vi.po: Add. 2005-01-29 Simon Josefsson * NEWS, po/LINGUAS, po/vi.po: Add. 2005-01-29 Simon Josefsson * gl/Makefile.am, gl/gai_strerror.c, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/restrict.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4, gl/m4/strdup.m4, gl/m4/strerror_r.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/eoverflow.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/longlong.m4, lib/gl/m4/restrict.m4, lib/gl/m4/signed.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/strdup.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/size_max.h: Update. 2005-01-21 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-06.txt: Add. 2005-01-18 Simon Josefsson * THANKS: Add. 2005-01-18 Simon Josefsson * src/gsasl.c: Fix typo, reported by Clytie Siddall . 2005-01-17 Simon Josefsson * doc/specification/draft-ietf-nntpext-authinfo-06.txt: Add. 2005-01-05 Simon Josefsson * lib/NEWS: Add. 2005-01-05 Simon Josefsson * lib/src/saslprep.c: If we have pr29 functionality, use it to verify output. 2005-01-05 Simon Josefsson * lib/configure.ac: Look for pr29.h and pr29_8z in libidn. 2005-01-01 Simon Josefsson * lib/external/server.c: Consistency. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Validate input better. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Validate upper token length as well. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Add comments. 2005-01-01 Simon Josefsson * lib/external/client.c: Return "" instead of NULL when no authzid. 2005-01-01 Simon Josefsson * tests/.cvsignore: Treat NULL input as empty string. 2005-01-01 Simon Josefsson * tests/Makefile.am, tests/external.c: Add external self test. 2005-01-01 Simon Josefsson * lib/external/server.c: Wait for real token. 2005-01-01 Simon Josefsson * lib/external/server.c: Simplify. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Simplify. 2005-01-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-01-01 Simon Josefsson * gsasl.fms: Add. 2005-01-01 Simon Josefsson * ChangeLog: [no log message] 2005-01-01 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2005-01-01 Simon Josefsson * lib/ChangeLog: [no log message] 2005-01-01 Simon Josefsson * lib/digest-md5/Makefile.am: Fix distcheck. 2005-01-01 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: Generated. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.4. 2005-01-01 Simon Josefsson * NEWS: Add. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Indent. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-01-01 Simon Josefsson * lib/src/init.c: Prefer CRAM-MD5 over DIGEST-MD5. Decision based on available public analysis that MD5 is broken, but HMAC-MD5 still likely secure, and the lack of public analysis of the consequences of the MD5 break for DIGEST-MD5. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Fix. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Fix. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Fix. 2005-01-01 Simon Josefsson * NEWS: Fix. 2005-01-01 Simon Josefsson * lib/po/ro.po, po/ro.po: Sync with TP. 2005-01-01 Simon Josefsson * NEWS: Add. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Fix. 2005-01-01 Simon Josefsson * lib/gl/lgetdelim.c: Update. 2005-01-01 Simon Josefsson * lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h: Update. 2005-01-01 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: Update. 2005-01-01 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/iconvme.c, gl/m4/getline.m4, gl/m4/gnulib.m4, gl/m4/strdup.m4, lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h, lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h, lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4, lib/gl/m4/strdup.m4: Update. 2005-01-01 Simon Josefsson * lib/configure.ac: Need lgetline. 2004-12-27 Simon Josefsson * lib/digest-md5/server.c: Use correct constants. 2004-12-27 Simon Josefsson * lib/digest-md5/server.c: Disable qop auth-conf, and ciphers, for now. 2004-12-27 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/tokens.h: Fix warnings. 2004-12-27 Simon Josefsson * lib/src/gsasl.h.in: Add gsasl_simple_getpass. Remove gsasl_md5pwd_get_password. 2004-12-27 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, lib/anonymous/mechinfo.c, lib/cram-md5/mechinfo.c, lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/mechinfo.c, lib/external/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/login/login.h, lib/login/mechinfo.c, lib/ntlm/mechinfo.c, lib/ntlm/x-ntlm.h, lib/plain/mechinfo.c, lib/plain/server.c, lib/securid/mechinfo.c, lib/src/callback.c, lib/src/gsasl.h.in, lib/src/md5pwd.c, src/callbacks.c, src/callbacks.h, tests/gssapi.c, tests/simple.c: Indent. 2004-12-27 Simon Josefsson * lib/digest-md5/parser.c: Fix comment. 2004-12-27 Simon Josefsson * lib/digest-md5/Makefile.am: Dist README. 2004-12-26 Simon Josefsson * lib/configure.ac: Bump versions. 2004-12-26 Simon Josefsson * lib/NEWS: Add. 2004-12-26 Simon Josefsson * lib/NEWS: Fix. 2004-12-26 Simon Josefsson * lib/NEWS: Add. 2004-12-26 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: Revert and remove qop, maxbuf until we need them. 2004-12-26 Simon Josefsson * doc/gsasl.texi: Revert. 2004-12-26 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-12-26 Simon Josefsson * doc/Makefile.am: Update. 2004-12-22 Simon Josefsson * lib/digest-md5/server.c: Fix comment. 2004-12-22 Simon Josefsson * lib/digest-md5/server.c: Remove debug code. 2004-12-21 Simon Josefsson * src/callbacks.c: Only set realm if entered. 2004-12-21 Simon Josefsson * NEWS: Add. 2004-12-21 Simon Josefsson * src/smtp.c: Fix CRLF. 2004-12-20 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix. 2004-12-20 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix. 2004-12-20 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-12-20 Simon Josefsson * lib/digest-md5/README: Fix.F 2004-12-20 Simon Josefsson * lib/plain/server.c: Simplify. 2004-12-20 Simon Josefsson * lib/plain/server.c: Fix mem leak. 2004-12-20 Simon Josefsson * lib/plain/server.c: Typo. 2004-12-20 Simon Josefsson * lib/NEWS: Add. 2004-12-20 Simon Josefsson * lib/plain/server.c: Fix logic. 2004-12-20 Simon Josefsson * lib/plain/server.c: Typo. 2004-12-20 Simon Josefsson * lib/plain/server.c: Reject invalid input. More SASLprep. 2004-12-20 Simon Josefsson * lib/NEWS: Add. 2004-12-20 Simon Josefsson * lib/plain/server.c: SASLprep client string too. 2004-12-20 Simon Josefsson * lib/src/property.c: Handle malloc==NULL. 2004-12-20 Simon Josefsson * tests/.cvsignore: [no log message] 2004-12-20 Simon Josefsson * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Deprecate GSASL_INVALID_HANDLE. 2004-12-20 Simon Josefsson * lib/src/xstep.c: Assume sctx. 2004-12-20 Simon Josefsson * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/md5pwd.c, lib/src/obsolete.c, tests/Makefile.am, tests/md5file.c, tests/old-md5file.c: Replace gsasl_md5pwd_get_password with gsasl_simple_getpass, and update callers. 2004-12-20 Simon Josefsson * configure.ac, lib/configure.ac, lib/src/Makefile.am, tests/Makefile.am: Add --disable-obsolete. 2004-12-20 Simon Josefsson * lib/plain/server.c: Fix parse check. 2004-12-20 Simon Josefsson * lib/plain/server.c: Use new API. 2004-12-19 Simon Josefsson * tests/Makefile.am: Add. 2004-12-19 Simon Josefsson * tests/digest-md5.c: Rewrite using new API. 2004-12-19 Simon Josefsson * tests/.cvsignore: [no log message] 2004-12-19 Simon Josefsson * tests/old-digest-md5.c: Add. 2004-12-19 Simon Josefsson * tests/digest-md5.c: Work around x86 sparc printf bug. 2004-12-19 Simon Josefsson * lib/digest-md5/validate.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Add FIXME. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Use auth qop. 2004-12-19 Simon Josefsson * lib/digest-md5/session.c: Don't use uint32_t nor htonl. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warning. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c: Fix uint32_t uses. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am: Need libgl.la. 2004-12-19 Simon Josefsson * lib/NEWS: Fix. 2004-12-19 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-12-19 Simon Josefsson * lib/configure.ac: Re-enable DIGEST-MD5. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/parser.c, lib/digest-md5/server.c: Fix warnings. 2004-12-19 Simon Josefsson * lib/digest-md5/digesthmac.h: Add doc. 2004-12-19 Simon Josefsson * lib/digest-md5/README, lib/digest-md5/client.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/free.c, lib/digest-md5/parser.c, lib/digest-md5/tokens.h: Use static buffer for response->rspauth. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/shared.c, lib/digest-md5/shared.h: Remove. 2004-12-19 Simon Josefsson * lib/digest-md5/server.c: Rewrite, unfinished, but still probably an improvement. 2004-12-19 Simon Josefsson * lib/digest-md5/validate.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Simplify. 2004-12-19 Simon Josefsson * lib/digest-md5/digesthmac.c: Zero terminate. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h: Modularize session.*. 2004-12-19 Simon Josefsson * lib/digest-md5/digesthmac.h, lib/digest-md5/tokens.h: Move. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/shared.h: Remove. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/server.c: Fix API. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Rewrite, unfinished but probably still an improvement. 2004-12-19 Simon Josefsson * lib/digest-md5/shared.c, lib/digest-md5/shared.h: Remove. 2004-12-19 Simon Josefsson * lib/digest-md5/server.c: Use new API (temporarily). 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c: Modularize digest computation into digesthmac.*. 2004-12-19 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/README: Fix. 2004-12-19 Simon Josefsson * lib/src/property.c: Clear buffer before calling obsolete callbacks, for buggy callbacks. 2004-12-19 Simon Josefsson * lib/src/xfinish.c: Free more. 2004-12-19 Simon Josefsson * gl/iconvme.c, gl/m4/getline.m4, gl/m4/strdup.m4, lib/gl/alloca_.h: Update. 2004-12-19 Simon Josefsson * src/callbacks.c: Add realm callback. 2004-12-19 Simon Josefsson * lib/src/gsasl.h.in: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/free.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/test-parser.c: Use string length indicator in parser API. 2004-12-19 Simon Josefsson * lib/digest-md5/printer.c: Typo. 2004-12-19 Simon Josefsson * src/gsasl.ggo: No multiple realms. 2004-12-19 Simon Josefsson * doc/gsasl.texi: Add. 2004-12-19 Simon Josefsson * lib/src/internal.h: Typo. 2004-12-19 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add qop property. 2004-12-19 Simon Josefsson * lib/gl/.cvsignore: [no log message] 2004-12-19 Simon Josefsson * lib/digest-md5/printer.c: Fix. 2004-12-19 Simon Josefsson * src/callbacks.c: Fix callback for service/hostname. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: fix. 2004-12-19 Simon Josefsson * lib/digest-md5/printer.c: Validate input. Fix printf call. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/free.c, lib/digest-md5/free.h: Add functions to deallocate DIGEST-MD5 token structures. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/validate.c, lib/digest-md5/validate.h: Move more validation logic from parser.c to validate.*. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Make response->response array. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Test more. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/printer.c, lib/digest-md5/printer.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Fix. 2004-12-19 Simon Josefsson * lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4, lib/gl/m4/eoverflow.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/isc-posix.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/longlong.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/signed.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/strdup.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/gl/xsize.h: Add. 2004-12-19 Simon Josefsson * lib/configure.ac: Add vasprintf module, because DIGEST-MD5 need asprintf. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/validate.c: Move validate functions to separate file. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Fix qop/cipher types. 2004-12-19 Simon Josefsson * lib/digest-md5/printer.h, lib/digest-md5/validate.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Parse qop/cipher in response. 2004-12-19 Simon Josefsson * lib/digest-md5/README: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Handle qop/cipher in challenge. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Test more. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API. 2004-12-19 Simon Josefsson * lib/digest-md5/getsubopt.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Use 'static'. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Remove getsubopt (in getsubopt.c now). 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am: Add tokens.h. 2004-12-19 Simon Josefsson * lib/digest-md5/getsubopt.c: Rename, and use prototype from parser.h. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.h: Use tokens.h. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/parser.h: Add. 2004-12-18 Simon Josefsson * lib/digest-md5/README: Fix. 2004-12-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/README, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/test-parser.c: Add. 2004-12-18 Simon Josefsson * lib/digest-md5/README: Add. 2004-12-18 Simon Josefsson * lib/digest-md5/.cvsignore: [no log message] 2004-12-17 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/test-parser.c: Add, unfinished. 2004-12-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-12-16 Simon Josefsson * gl/iconvme.c: Update. 2004-12-15 Simon Josefsson * gsasl.fms: Fix. 2004-12-15 Simon Josefsson * gsasl.fms: Fix. 2004-12-15 Simon Josefsson * ChangeLog: [no log message] 2004-12-15 Simon Josefsson * lib/ChangeLog: [no log message] 2004-12-15 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-12-15 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.3. 2004-12-15 Simon Josefsson * lib/NEWS: Add. 2004-12-15 Simon Josefsson * NEWS: Add.Add. 2004-12-15 Simon Josefsson * NEWS: Add. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Fix. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Fix. 2004-12-15 Simon Josefsson * lib/cram-md5/client.c: Reorder authid/password queries, tiny patch from Sergey Poznyakoff . 2004-12-15 Simon Josefsson * tests/Makefile.am: Simplify. 2004-12-15 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: New message. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Revert. 2004-12-15 Simon Josefsson * lib/configure.ac: Rename from saslprep to stringprep, for backwards compatibility. 2004-12-15 Simon Josefsson * lib/configure.ac: Output more info. 2004-12-15 Simon Josefsson * lib/configure.ac: Typo. 2004-12-15 Simon Josefsson * lib/NEWS: Add. 2004-12-15 Simon Josefsson * lib/digest-md5/server.c: Fix. 2004-12-15 Simon Josefsson * lib/digest-md5/server.c: Don't NFKC. Fix use-after-free. 2004-12-15 Simon Josefsson * lib/digest-md5/client.c: Don't NFKC for now. 2004-12-15 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/server.c: Update SASLprep API. 2004-12-15 Simon Josefsson * lib/src/obsolete.c: Just fail if libidn isn't installed. 2004-12-15 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Deprecate GSASL_UNICODE_NORMALIZATION_ERROR. 2004-12-15 Simon Josefsson * lib/src/error.c: Move. 2004-12-15 Simon Josefsson * lib/NEWS, lib/src/error.c: Add. 2004-12-15 Simon Josefsson * lib/src/saslprep.c: Work (as much as possible) when libidn isn't available. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Fix. 2004-12-15 Simon Josefsson * lib/configure.ac: Fix libidn. 2004-12-15 Simon Josefsson * lib/Makefile.am, lib/NEWS, lib/configure.ac, lib/libidn/.cvsignore, lib/libidn/Makefile.am, lib/libidn/README, lib/libidn/gunibreak.h, lib/libidn/gunicomp.h, lib/libidn/gunidecomp.h, lib/libidn/nfkc.c, lib/libidn/profiles.c, lib/libidn/rfc3454.c, lib/libidn/stringprep.c, lib/libidn/stringprep.h, lib/libidn/toutf8.c, lib/src/Makefile.am: Revert LibIDN dependency stuff. 2004-12-15 Simon Josefsson * gl/iconvme.c: Fix. 2004-12-15 Simon Josefsson * src/callbacks.c: Use new iconv API. 2004-12-15 Simon Josefsson * gl/Makefile.am, gl/dummy.c: Remove. 2004-12-15 Simon Josefsson * configure.ac: Dummy not needed. 2004-12-15 Simon Josefsson * gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update. 2004-12-15 Simon Josefsson * lib/configure.ac: Dummy not needed, base64 always enabled. 2004-12-15 Simon Josefsson * lib/src/gsasl.h.in: Remove GSASL_CANNOT_VALIDATE. 2004-12-15 Simon Josefsson * lib/login/server.c, lib/plain/server.c: Fall back to internal authentication logic if GSASL_VALIDATE_SIMPLE leads to GSASL_NO_CALLBACK. 2004-12-15 Simon Josefsson * tests/simple.c: Remove authzid from LOGIN test vectors. 2004-12-15 Simon Josefsson * lib/src/callback.c: Zero terminate password. 2004-12-14 Simon Josefsson * lib/NEWS: Fix. 2004-12-14 Simon Josefsson * lib/NEWS: Add. 2004-12-14 Simon Josefsson * lib/src/callback.c: Add 'break' in switch-case. 2004-12-14 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Handle GSASL_VALIDATE_SIMPLE and GSASL_PASSWORD, tiny patch from Sergey Poznyakoff . 2004-12-14 Simon Josefsson * lib/login/server.c, lib/plain/server.c: Invert password validation logic, tiny patch from Sergey Poznyakoff . 2004-12-12 Simon Josefsson * gl/iconvme.c, gl/iconvme.h: Update. 2004-12-10 Simon Josefsson * src/Makefile.am: Revert. 2004-12-10 Simon Josefsson * gl/Makefile.am: Fix. 2004-12-10 Simon Josefsson * gl/Makefile.am, gl/iconvme.c: Update. 2004-12-10 Simon Josefsson * src/Makefile.am: Link with libiconv. 2004-12-10 Simon Josefsson * src/callbacks.c: Use iconvme instead libidn. 2004-12-10 Simon Josefsson * src/internal.h: Remove. 2004-12-10 Simon Josefsson * configure.ac, gl/Makefile.am, gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, gl/m4/iconvme.m4: Add iconvme. 2004-11-30 Simon Josefsson * lib/NEWS: Add. 2004-11-30 Simon Josefsson * doc/gsasl.texi: Add GSASL_REALM. 2004-11-30 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add realm property. 2004-11-30 Simon Josefsson * lib/ntlm/ntlm.c: Set domain field to GSASL_REALM property value, because some servers appear to need non-empty domain fields, reported by Martin Lambers . 2004-11-30 Simon Josefsson * gl/m4/restrict.m4, lib/gl/base64.c: Update. 2004-11-30 Simon Josefsson * lib/configure.ac: More idn checks. 2004-11-30 Simon Josefsson * lib/configure.ac: Fix. 2004-11-30 Simon Josefsson * lib/configure.ac: Libidn need ICONV_CONST. 2004-11-30 Simon Josefsson * lib/gl/m4/restrict.m4: Add. 2004-11-30 Simon Josefsson * NEWS: Fix. 2004-11-30 Simon Josefsson * doc/gsasl.texi: Sync example. 2004-11-30 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Fix, for new base64 API. 2004-11-30 Simon Josefsson * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/base64.m4, lib/gl/m4/gnulib.m4: Update. 2004-11-30 Simon Josefsson * tests/simple.c: Complain if aborting early. 2004-11-30 Simon Josefsson * lib/src/xstep.c: Don't clobber return code, reported by Martin Lambers . 2004-11-30 Simon Josefsson * doc/gsasl.texi, lib/NEWS: Add. 2004-11-30 Simon Josefsson * lib/login/client.c: Cleanup. 2004-11-30 Simon Josefsson * tests/simple.c: Fix LOGIN test vector. 2004-11-30 Simon Josefsson * lib/login/client.c: Don't even use SASLprep, SASLprep should be on server side. 2004-11-30 Simon Josefsson * lib/login/client.c: Use SASLprep, not NFKC. 2004-11-30 Simon Josefsson * lib/NEWS: Add. 2004-11-30 Simon Josefsson * lib/plain/client.c: Don't NFKC, align with draft-ietf-sasl-plain-05. 2004-11-30 Simon Josefsson * tests/simple.c: Fix. 2004-11-30 Simon Josefsson * NEWS: Add. 2004-11-30 Simon Josefsson * doc/Makefile.am: Update. 2004-11-30 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-30 Simon Josefsson * tests/simple.c: Don't use lib/config.h. 2004-11-30 Simon Josefsson * tests/Makefile.am: Ignore thread problems in libidn files. 2004-11-30 Simon Josefsson * lib/NEWS, lib/src/Makefile.am, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c, lib/src/stringprep.c: Obsolete gsasl_stringprep_nfkc, gsasl_stringprep_saslprep, and gsasl_stringprep_trace. Use gsasl_saslprep instead. 2004-11-30 Simon Josefsson * lib/src/saslprep.c: Improve API. 2004-11-30 Simon Josefsson * tests/simple.c: Fix. 2004-11-30 Simon Josefsson * lib/libidn/.cvsignore: [no log message] 2004-11-30 Simon Josefsson * lib/Makefile.am, lib/NEWS, lib/configure.ac, lib/libidn/Makefile.am, lib/libidn/README, lib/libidn/gunibreak.h, lib/libidn/gunicomp.h, lib/libidn/gunidecomp.h, lib/libidn/nfkc.c, lib/libidn/profiles.c, lib/libidn/rfc3454.c, lib/libidn/stringprep.c, lib/libidn/stringprep.h, lib/libidn/toutf8.c, lib/src/Makefile.am, lib/src/saslprep.c, lib/src/stringprep-no.c, lib/src/stringprep.c: Add copy of libidn, so we always have SASLprep functionality. 2004-11-30 Simon Josefsson * tests/digest-md5.c: Don't do anything if DIGEST-MD5 isn't supported. 2004-11-30 Simon Josefsson * tests/simple.c: Fix LOGIN tests. 2004-11-30 Simon Josefsson * src/callbacks.c, src/callbacks.h, src/gsasl.c: Use new API (server mode not ported yet). 2004-11-30 Simon Josefsson * lib/src/Makefile.am: Add saslprep.c. 2004-11-30 Simon Josefsson * lib/src/saslprep.c: New file. 2004-11-30 Simon Josefsson * lib/src/gsasl.h.in: Add gsasl_saslprep. 2004-11-30 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-11-30 Simon Josefsson * lib/configure.ac: Disable DIGEST-MD5 by default, until it is rewritten. 2004-11-30 Simon Josefsson * lib/src/base64.c: Use new API. 2004-11-30 Simon Josefsson * lib/gl/base64.c: Update. 2004-11-29 Simon Josefsson * lib/NEWS: Add. 2004-11-29 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2004-11-29 Simon Josefsson * lib/plain/client.c: Initialize length variables, fixes problem when no AUTHZID is available. 2004-11-29 Simon Josefsson * lib/login/client.c: Use AUTHID, not AUTHZID, reported by Martin Lambers . 2004-11-29 Simon Josefsson * THANKS, lib/NEWS: Add. 2004-11-29 Simon Josefsson * lib/gl/base64.c, lib/gl/base64.h: Update. 2004-11-29 Simon Josefsson * gsasl.fms: 0.2.2. 2004-11-29 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-11-29 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.2. 2004-11-29 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-11-29 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-11-29 Simon Josefsson * lib/THANKS: Fix. 2004-11-28 Simon Josefsson * lib/securid/client.c: Typo. 2004-11-28 Simon Josefsson * lib/securid/client.c: Simplify. 2004-11-28 Simon Josefsson * lib/src/base64.c, lib/src/obsolete.c: Doc fix. 2004-11-28 Simon Josefsson * lib/NEWS: Fix. 2004-11-28 Simon Josefsson * gl/getopt_.h, gl/m4/getopt.m4: Update. 2004-11-28 Simon Josefsson * doc/Makefile.am: Update. 2004-11-28 Simon Josefsson * lib/gl/base64.c: Update. 2004-11-28 Simon Josefsson * lib/src/base64.c: Doc fix. 2004-11-28 Simon Josefsson * lib/src/base64.c: Cosmetic fix. 2004-11-28 Simon Josefsson * lib/gl/base64.c: Update. 2004-11-28 Simon Josefsson * lib/src/base64.c: Use new API. 2004-11-28 Simon Josefsson * lib/gl/base64.c, lib/gl/base64.h: Update. 2004-11-28 Simon Josefsson * lib/src/xstep.c: Simplify. 2004-11-28 Simon Josefsson * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/base64.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Update. 2004-11-27 Simon Josefsson * doc/Makefile.am: Update. 2004-11-27 Simon Josefsson * lib/src/base64.c, lib/src/obsolete.c, lib/src/property.c: Indent. 2004-11-27 Simon Josefsson * lib/NEWS: Add. 2004-11-27 Simon Josefsson * lib/src/xstep.c: Use new base64 API. 2004-11-27 Simon Josefsson * lib/src/base64.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c: Use gnulib for base64 support. 2004-11-27 Simon Josefsson * lib/securid/server.c: Fix read out of bounds error. 2004-11-27 Simon Josefsson * lib/NEWS: Fix. 2004-11-27 Simon Josefsson * lib/cram-md5/digest.c: Use challengelen. 2004-11-27 Simon Josefsson * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/gnulib.m4, lib/gl/m4/size_max.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Add. 2004-11-26 Simon Josefsson * lib/gl/base64.c: Fix. 2004-11-26 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/gnulib.m4, lib/gl/m4/stdbool.m4, lib/gl/stdbool_.h: Add base64. 2004-11-25 Simon Josefsson * lib/THANKS: Simplify. 2004-11-25 Simon Josefsson * THANKS: Add. 2004-11-25 Simon Josefsson * THANKS: Make cronological. 2004-11-25 Simon Josefsson * tests/Makefile.am: Fix AM_CPPFLAGS, so objdir != srcdir builds work, tiny patch from Mike Castle . 2004-11-23 Simon Josefsson * doc/gdoc: Normalize warning messages. 2004-11-23 Simon Josefsson * lib/po/pl.po: Update. 2004-11-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Try without line numbers. 2004-11-23 Simon Josefsson * doc/gdoc: Sync with libidn. 2004-11-23 Simon Josefsson * lib/po/fr.po: Update. 2004-11-23 Simon Josefsson * lib/po/LINGUAS, lib/po/ga.po: Add. 2004-11-23 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: Sync with TP. 2004-11-23 Simon Josefsson * lib/po/Makevars, po/LINGUAS, po/Makevars: Fix. 2004-11-23 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-11-22 Simon Josefsson * gl/getopt_.h: Update. 2004-11-20 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-11-20 Simon Josefsson * lib/NEWS: Add. 2004-11-19 Simon Josefsson * lib/src/gsasl.h.in, lib/src/init.c: Doc fix. 2004-11-19 Simon Josefsson * lib/src/error.c, lib/src/suggest.c, lib/src/supportp.c: Doc fix. 2004-11-19 Simon Josefsson * tests/simple.c: Fix valgrins warnings. 2004-11-19 Simon Josefsson * lib/src/callback.c: Fix valgrind warnings. 2004-11-19 Simon Josefsson * lib/cram-md5/server.c: Fix mem leak. 2004-11-19 Simon Josefsson * NEWS, lib/NEWS: Change headings. 2004-11-19 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-11-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/m4/getaddrinfo.m4, gl/m4/getopt.m4, gl/m4/sockpfaf.m4, gl/progname.c, gl/progname.h: Update. 2004-11-19 Simon Josefsson * gsasl.fms: Add. 2004-11-19 Simon Josefsson * ChangeLog: [no log message] 2004-11-19 Simon Josefsson * lib/ChangeLog: [no log message] 2004-11-19 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-11-19 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.1. 2004-11-19 Simon Josefsson * lib/NEWS: Add. 2004-11-19 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-11-19 Simon Josefsson * lib/NEWS: Add. 2004-11-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c: Fix encode/decode. 2004-11-18 Simon Josefsson * lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Obsolete GSASL_CANNOT_GET_CTX. 2004-11-18 Simon Josefsson * doc/Makefile.am: Update. 2004-11-18 Simon Josefsson * lib/src/callback.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c: Add CPP definition GSASL_NO_OBSOLETE to hide obsolete code (md5pwd.c still todo). 2004-11-18 Simon Josefsson * doc/Makefile.am: Update. 2004-11-18 Simon Josefsson * lib/src/Makefile.am, lib/src/common.c, lib/src/init.c: Collapse common.c into init.c. 2004-11-18 Simon Josefsson * doc/reference/gsasl-docs.sgml: Fix. 2004-11-18 Simon Josefsson * NEWS: Add. 2004-11-18 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2004-11-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-18 Simon Josefsson * lib/src/Makefile.am, lib/src/callback-c.c, lib/src/callback-s.c, lib/src/obsolete.c: Move obsolete callback interface to obsolete.c. 2004-11-18 Simon Josefsson * doc/reference/gsasl-docs.sgml: Fix. 2004-11-13 Simon Josefsson * doc/gsasl.texi: Typo. 2004-11-07 Simon Josefsson * README-alpha, lib/README-alpha: Fix. 2004-11-07 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-11-07 Simon Josefsson * gsasl.fms: Add. 2004-11-07 Simon Josefsson * AUTHORS: Fix. 2004-11-07 Simon Josefsson * doc/gendocs_template: Sync with texinfo. 2004-11-07 Simon Josefsson * doc/gendocs_template: Fix. 2004-11-07 Simon Josefsson * Makefile.am: Fix release target. 2004-11-07 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-11-07 Simon Josefsson * Makefile.am: Fix release target. 2004-11-07 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-11-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.0. 2004-11-07 Simon Josefsson * tests/Makefile.am, tests/md5file.c: Fix distcheck. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * lib/ntlm/ntlm.c: Use authid instead of authzid. 2004-11-07 Simon Josefsson * tests/simple.c: Fix NTLM. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * doc/.cvsignore: [no log message] 2004-11-07 Simon Josefsson * doc/.cvsignore: [no log message] 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml: Add image. 2004-11-07 Simon Josefsson * lib/NEWS: Fix. 2004-11-07 Simon Josefsson * lib/src/property.c: Doc fix. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Improve typography. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Add image. Fixes. 2004-11-07 Simon Josefsson * doc/Makefile.am, doc/abstraction.eps: Add image. 2004-11-05 Simon Josefsson * doc/gsasl.texi: Typo. 2004-11-05 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-03 Simon Josefsson * gl/getpass.c, gl/m4/getpass.m4: Update. 2004-10-31 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix mem leak. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Revert. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Only use __attribute__ with gcc 3.1 or later. 2004-10-31 Simon Josefsson * lib/configure.ac: Invert MIT vs Heimdal detection logic. 2004-10-31 Simon Josefsson * lib/src/Makefile.am: Fix -export-symbols-regex call. 2004-10-31 Simon Josefsson * tests/Makefile.am: Dist cram-md5.pwd. 2004-10-31 Simon Josefsson * lib/gl/gettext.h, lib/gl/m4/gnulib.m4: Update. 2004-10-31 Simon Josefsson * lib/configure.ac: Use gnulib for gettext. 2004-10-31 Simon Josefsson * lib/gl/Makefile.am: Generate. 2004-10-31 Simon Josefsson * NEWS, lib/NEWS: Enable flyspell too. 2004-10-31 Simon Josefsson * lib/NEWS: Typo. 2004-10-31 Simon Josefsson * AUTHORS, lib/AUTHORS: Fix PGP key. 2004-10-31 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix PDF output. 2004-10-31 Simon Josefsson * Makefile.am: No more doxygen refman.ps. 2004-10-31 Simon Josefsson * doc/doxygen/Doxyfile.in: Update. 2004-10-31 Simon Josefsson * src/callbacks.c: Typo. 2004-10-31 Simon Josefsson * src/callbacks.c: Be specific. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Move around. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Fix properties. 2004-10-31 Simon Josefsson * doc/gdoc-error: Markup fix. 2004-10-31 Simon Josefsson * lib/src/gsasl.h.in: Typo. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Add. 2004-10-31 Simon Josefsson * doc/Makefile.am: Update. 2004-10-31 Simon Josefsson * doc/reference/tmpl/.cvsignore: [no log message] 2004-10-31 Simon Josefsson * doc/reference/tmpl/gsasl-unused.sgml: Add (dummy file, to shut up gtk-doc.make). 2004-10-31 Simon Josefsson * lib/src/done.c: Make it compile. 2004-10-31 Simon Josefsson * lib/src/internal.h: Doc fix. 2004-10-31 Simon Josefsson * lib/src/xfinish.c: Fix mem leaks. 2004-10-31 Simon Josefsson * doc/.cvsignore: [no log message] 2004-10-31 Simon Josefsson * doc/controlflow.eps, doc/controlflow2.eps: Add, dia --export is buggy. 2004-10-31 Simon Josefsson * : Update. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Fix, for removed gsasl_property.*global. 2004-10-31 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Remove *_global property stuff. 2004-10-31 Simon Josefsson * lib/NEWS: Fix. 2004-10-31 Simon Josefsson * examples/client.c: Remove gsasl_property.*global. 2004-10-31 Simon Josefsson * doc/Makefile.am, lib/gssapi/server.c, lib/src/gsasl.h.in, lib/src/property.c: Rename gsasl_property_lset to gsasl_property_set_raw. 2004-10-31 Simon Josefsson * lib/NEWS: Add. 2004-10-31 Simon Josefsson * lib/login/server.c, lib/plain/server.c: Rename property type. 2004-10-31 Simon Josefsson * lib/src/gsasl.h.in: (Gsasl_property): Remove unused properties, for now. 2004-10-31 Simon Josefsson * lib/gssapi/client.c, lib/gssapi/server.c: Fix warnings. 2004-10-31 Simon Josefsson * NEWS: Fix. 2004-10-31 Simon Josefsson * NEWS, lib/NEWS: Fix. 2004-10-31 Simon Josefsson * lib/NEWS: Add. 2004-10-31 Simon Josefsson * lib/src/Makefile.am: Limit exported symbols to ^gsasl. 2004-10-31 Simon Josefsson * lib/src/xstep.c: Doc fix. 2004-10-31 Simon Josefsson * autogen.sh: Add comment. 2004-10-31 Simon Josefsson * autogen.sh: Add gtkdocize. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Move callback functions last too, to improve GTK-DOC output. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Move callback typedef's last. 2004-10-31 Simon Josefsson * lib/src/gsasl.h.in: Doc fix. 2004-10-31 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add index. 2004-10-31 Simon Josefsson * lib/src/callback.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c: Doc fix. 2004-10-31 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2004-10-29 Simon Josefsson * lib/src/version.c: Doc fix. 2004-10-28 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-04.txt, doc/specification/draft-ietf-sasl-rfc2222bis-09.txt: Add. 2004-10-28 Simon Josefsson * doc/gdoc: Support -include. Replace struct marker from & to #, to align with modern GTK-DOC. Improve man and texinfo output. 2004-10-26 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-04.txt, doc/specification/draft-ietf-sasl-plain-05.txt: Add. 2004-10-24 Simon Josefsson * doc/reference/Makefile.am: Add images. 2004-10-24 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add. 2004-10-24 Simon Josefsson * NEWS: Add. 2004-10-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-10-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-10-24 Simon Josefsson * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml, doc/reference/gsasl.types, doc/reference/gtk-doc.make: Revamp. 2004-10-24 Simon Josefsson * Makefile.am: (DISTCHECK_CONFIGURE_FLAGS): Add --enable-gtk-doc. 2004-10-24 Simon Josefsson * Makefile.am, lib/Makefile.am: (update-po): Fix. 2004-10-24 Simon Josefsson * po/en@boldquot.po, po/en@quot.po: Remove. 2004-10-24 Simon Josefsson * po/LINGUAS: Sync with TP. 2004-10-24 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/LINGUAS: Sync with TP. 2004-10-24 Simon Josefsson * lib/po/LINGUAS, po/LINGUAS, po/de.po, po/en@boldquot.po, po/en@quot.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-10-24 Simon Josefsson * po/LINGUAS: Sync with TP. 2004-10-15 Simon Josefsson * lib/gl/Makefile.am: Update 2004-10-15 Simon Josefsson * doc/Makefile.am: Generated. 2004-10-15 Simon Josefsson * gl/Makefile.am, gl/m4/getopt.m4, gl/m4/gnulib.m4: Update. 2004-10-15 Simon Josefsson * gl/Makefile.am: Update. 2004-10-15 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/getndelim2.c, gl/getpass.c, gl/m4/gnulib.m4, gl/m4/unlocked-io.m4, gl/unlocked-io.h: Update. 2004-10-14 Simon Josefsson * tests/gssapi.c: Fix. 2004-10-14 Simon Josefsson * lib/src/gsasl.h.in: Fix. 2004-10-14 Simon Josefsson * tests/.cvsignore: [no log message] 2004-10-14 Simon Josefsson * tests/gssapi.c: Add. 2004-10-14 Simon Josefsson * tests/old-gssapi.c: Typo. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Don't use fixed size buffers. Use new property API. 2004-10-14 Simon Josefsson * tests/old-gssapi.c: Make it work. 2004-10-14 Simon Josefsson * lib/src/gsasl.h.in, lib/src/property.c: (gsasl_property_lset): Add. 2004-10-14 Simon Josefsson * lib/src/internal.h: Add. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Use new callback API. 2004-10-14 Simon Josefsson * lib/src/property.c: Support GSASL_GSSAPI_DISPLAY_NAME. 2004-10-14 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Support deprecated GSASL_VALIDATE_GSSAPI. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Avoid old-style service callback. 2004-10-14 Simon Josefsson * lib/NEWS: Add. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Fix memory leak. 2004-10-14 Simon Josefsson * lib/gssapi/client.c: Fix memory leak. 2004-10-14 Simon Josefsson * lib/gssapi/client.c, tests/old-gssapi.c: Fix crash. 2004-10-14 Simon Josefsson * tests/old-gssapi.c: Fix. 2004-10-14 Simon Josefsson * tests/.cvsignore: [no log message] 2004-10-14 Simon Josefsson * tests/Makefile.am: Remove old-gssapi for now. 2004-10-14 Simon Josefsson * tests/Makefile.am, tests/digest-md5.c, tests/gssapi.key, tests/gssapi.tkt, tests/md5file.c, tests/old-gssapi.c: Add. 2004-10-14 Simon Josefsson * lib/gssapi/client.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Support service and hostname properties. 2004-10-14 Simon Josefsson * tests/Makefile.am: Remove duplicated stuff. 2004-10-13 Simon Josefsson * lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/server.c, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/external/client.c, lib/external/server.c, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/kerberos_v5/server.c, lib/login/client.c, lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/client.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/client.c, lib/securid/securid.h, lib/securid/server.c, lib/src/obsolete.c, tests/cram-md5.c: Fix warnings. 2004-10-13 Simon Josefsson * lib/src/gsasl-compat.h: Don't deprecate the types that are used in this file. 2004-10-13 Simon Josefsson * lib/external/external.h: Fix warning. 2004-10-13 Simon Josefsson * lib/src/gsasl-compat.h: Use GCC __attribute__((deprecated)), if available, to generate warnings on use. 2004-10-13 Simon Josefsson * tests/.cvsignore: [no log message] 2004-10-13 Simon Josefsson * tests/Makefile.am, tests/cram-md5.c, tests/old-cram-md5.c, tests/utils.c: Add new cram-md5 test. 2004-10-12 Simon Josefsson * doc/gsasl.texi: Typo. 2004-10-12 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-04 Simon Josefsson * doc/.cvsignore: [no log message] 2004-10-04 Simon Josefsson * doc/Makefile.am: Add. 2004-10-04 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, lib/digest-md5/getsubopt.c, lib/digest-md5/shared.c, lib/digest-md5/shared.h, lib/plain/client.c: Fix warnings. 2004-10-04 Simon Josefsson * doc/Makefile.am: Generated. 2004-10-04 Simon Josefsson * lib/digest-md5/server.c, lib/digest-md5/shared.c, lib/digest-md5/shared.h: Fix warnings. 2004-10-04 Simon Josefsson * lib/digest-md5/getsubopt.c: Fix warning. 2004-10-04 Simon Josefsson * lib/NEWS: Add. 2004-10-04 Simon Josefsson * lib/NEWS, lib/src/gsasl-compat.h, lib/src/obsolete.c: (gsasl_server_suggest_mechanism): Add, but as deprecated, for binary compatibility. 2004-10-04 Simon Josefsson * lib/src/gsasl.h.in: Typo. 2004-10-04 Simon Josefsson * lib/NEWS, lib/src/gsasl.h.in, lib/src/suggest.c: (gsasl_server_suggest_mechanism): Remove. 2004-10-04 Simon Josefsson * : Update. 2004-10-04 Simon Josefsson * : Update. 2004-10-04 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-04 Simon Josefsson * examples/client-mech.c: Typ. 2004-10-04 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-04 Simon Josefsson * doc/gsasl.texi: (Using the Library): Rewrite. 2004-10-03 Simon Josefsson * examples/client-callback.c, examples/client-serverfirst.c, examples/client.c: Fix. 2004-10-03 Simon Josefsson * doc/Makefile.am: Add. 2004-10-03 Simon Josefsson * doc/.cvsignore: [no log message] 2004-10-03 Simon Josefsson * lib/src/init.c: Doc fix. 2004-10-03 Simon Josefsson * doc/Makefile.am: Fix. 2004-10-03 Simon Josefsson * doc/gsasl.texi: Add. 2004-10-03 Simon Josefsson * lib/NEWS, lib/anonymous/client.c, lib/anonymous/server.c, lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in, lib/src/property.c: Cleanup properties. 2004-10-03 Simon Josefsson * lib/external/server.c: Clear authzid. 2004-09-30 Simon Josefsson * doc/gsasl.texi: Fix. 2004-09-30 Simon Josefsson * : Update. 2004-09-30 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Fix. 2004-09-30 Simon Josefsson * doc/.cvsignore: [no log message] 2004-09-30 Simon Josefsson * doc/Makefile.am, doc/gsasl.texi: Add. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * doc/gsasl.texi, lib/src/callback.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c: Simplify callback hook. 2004-09-30 Simon Josefsson * lib/NEWS: Fix. 2004-09-30 Simon Josefsson * lib/src/gsasl.h.in: Doc fix. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * lib/NEWS: Fix. 2004-09-30 Simon Josefsson * examples/client-callback.c, lib/anonymous/server.c, lib/external/server.c, lib/login/server.c, lib/plain/server.c, lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Simplify callbacks, now there is only one application callback (the global). 2004-09-30 Simon Josefsson * doc/gsasl.texi: Fix. 2004-09-30 Simon Josefsson * NEWS: Add. 2004-09-30 Simon Josefsson * lib/src/gsasl-compat.h: Typo. 2004-09-30 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Obsolete some error codes. 2004-09-30 Simon Josefsson * tests/simple.c: Update, for libntlm 0.3.6. 2004-09-30 Simon Josefsson * doc/Makefile.am, doc/gsasl-example1.c: Remove. 2004-09-30 Simon Josefsson * Makefile.am, configure.ac, doc/gsasl.texi, examples/.cvsignore, examples/Makefile.am, examples/README, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Add examples. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * lib/src/property.c: (gsasl_property_fast, gsasl_property_fast_global): Fix crashes on NULL input. 2004-09-30 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Give sctx to global callback. 2004-09-30 Simon Josefsson * lib/plain/client.c, lib/securid/client.c: Don't fail on missing authzid. 2004-09-29 Simon Josefsson * NEWS, tests/Makefile.am, tests/md5file.c, tests/utils.c: Add. 2004-09-29 Simon Josefsson * tests/.cvsignore: [no log message] 2004-09-29 Simon Josefsson * tests/cram-md5.pwd, tests/utils.c, tests/utils.h: Add. 2004-09-29 Simon Josefsson * gl/Makefile.am, gl/dummy.c, gl/m4/gnulib.m4, gl/progname.h, lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update. 2004-09-28 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4, lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h: Use new GNULib. 2004-09-26 Simon Josefsson * lib/NEWS, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/crypto/Makefile.am, lib/digest-md5/Makefile.am, lib/digest-md5/shared.h, lib/external/Makefile.am, lib/gl/Makefile.am, lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h, lib/gssapi/Makefile.am, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/shared.h, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am, tests/Makefile.am: Use Lesser GNULib. 2004-09-24 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated. 2004-09-24 Simon Josefsson * NEWS, lib/NEWS: Fix. 2004-09-24 Simon Josefsson * configure.ac, lib/configure.ac: Bump versions. 2004-09-24 Simon Josefsson * lib/src/gsasl-mech.h, lib/src/gsasl.h.in: Move. 2004-09-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-09-24 Simon Josefsson * doc/reference/Makefile.am: Add. 2004-09-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-09-24 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Add gsasl-mech. 2004-09-24 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/shared.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/shared.h, lib/gssapi/x-gssapi.h, lib/login/client.c, lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Avoid use of internal.h. 2004-09-24 Simon Josefsson * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/login/client.c, lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/securid/client.c, lib/securid/securid.h, lib/src/gsasl-mech.h, lib/src/xfinish.c: Make mechanism finish function return void. 2004-09-24 Simon Josefsson * lib/src/listmech.c: Cleanup. 2004-09-24 Simon Josefsson * lib/src/listmech.c: Use new API. 2004-09-24 Simon Josefsson * lib/anonymous/anonymous.h: Indent. 2004-09-24 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/mechinfo.c, lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.h, lib/cram-md5/mechinfo.c, lib/digest-md5/Makefile.am, lib/digest-md5/digest-md5.h, lib/digest-md5/mechinfo.c, lib/external/Makefile.am, lib/external/external.h, lib/external/mechinfo.c, lib/gssapi/Makefile.am, lib/gssapi/mechinfo.c, lib/gssapi/x-gssapi.h, lib/login/Makefile.am, lib/login/login.h, lib/login/mechinfo.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/mechinfo.c, lib/plain/plain.h, lib/securid/Makefile.am, lib/securid/mechinfo.c, lib/securid/securid.h, lib/src/common.c, lib/src/init.c: Move mechanism definitions from src/common.c into */mechinfo.c. 2004-09-24 Simon Josefsson * lib/digest-md5/client.c, lib/src/gsasl.h.in: Fix. 2004-09-24 Simon Josefsson * lib/src/Makefile.am, lib/src/gsasl-mech.h, lib/src/gsasl.h.in: Move mechanism stuff from gsasl.h.in to gsasl-mech.h. 2004-09-24 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/external/client.c, lib/external/external.h, lib/external/server.c, lib/plain/client.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/client.c, lib/securid/securid.h, lib/securid/server.c, lib/src/common.c: Remove useless start functions. Cleanup. 2004-09-24 Simon Josefsson * lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/server.c, lib/src/common.c, lib/src/xstart.c: Support NULL start mechanism functions. Remove useless start functions. 2004-09-24 Simon Josefsson * lib/anonymous/server.c: Typo. 2004-09-24 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c: Fix. 2004-09-24 Simon Josefsson * lib/anonymous/client.c, lib/anonymous/server.c, lib/external/client.c, lib/external/external.h, lib/external/server.c: Fix. 2004-09-24 Simon Josefsson * lib/src/gsasl.h.in: Doc fix. 2004-09-24 Simon Josefsson * lib/NEWS: Add. 2004-09-24 Simon Josefsson * lib/NEWS: Add. 2004-09-24 Simon Josefsson * lib/src/common.c, lib/src/gsasl.h.in, lib/src/xstart.c: Indent. 2004-09-24 Simon Josefsson * lib/src/xstart.c: Cleanup. 2004-09-24 Simon Josefsson * lib/src/register.c: Doc fix. 2004-09-24 Simon Josefsson * lib/src/register.c: Fix. 2004-09-24 Simon Josefsson * doc/Makefile.am, doc/gsasl.texi, lib/NEWS: Add. 2004-09-24 Simon Josefsson * lib/src/common.c, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/listmech.c, lib/src/register.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/xcode.c, lib/src/xstart.c, lib/src/xstep.c: Make mechanism interface public. 2004-09-24 Simon Josefsson * lib/src/common.c, lib/src/internal.h, lib/src/xstep.c: Remove non-allocating step interface. 2004-09-24 Simon Josefsson * lib/gssapi/server.c, lib/gssapi/x-gssapi.h: Make GSSAPI server use allocating interface. 2004-09-24 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/src/common.c: Use new allocating step API in DIGEST-MD5. 2004-09-23 Simon Josefsson * tests/digest-md5.c: Fix. 2004-09-23 Simon Josefsson * tests/digest-md5.c: Fix. 2004-09-23 Simon Josefsson * tests/Makefile.am, tests/digest-md5.c: Add. 2004-09-23 Simon Josefsson * tests/.cvsignore: [no log message] 2004-09-23 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix valgrind complaints. 2004-09-23 Simon Josefsson * lib/digest-md5/server.c: Fix. 2004-09-23 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h: Split off and unify data protection in DIGEST-MD5. 2004-09-23 Simon Josefsson * src/gsasl.c: Remove debugging print of b64 encoded session data. 2004-09-23 Simon Josefsson * lib/cram-md5/client.c: Cleanup. 2004-09-23 Simon Josefsson * lib/cram-md5/client.c: Use digest.h API. 2004-09-23 Simon Josefsson * lib/src/common.c: Disable KERBEROS_V5 for now. 2004-09-23 Simon Josefsson * lib/securid/securid.h, lib/securid/server.c, lib/src/callback.c, lib/src/common.c: Make SECURID server use new APIs. 2004-09-23 Simon Josefsson * lib/securid/client.c: Fix. 2004-09-23 Simon Josefsson * lib/securid/client.c, lib/securid/securid.h, lib/src/common.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Make SECURID client use new allocating API. Use new callback/property API in SECURID client. 2004-09-23 Simon Josefsson * lib/NEWS: Reorder. 2004-09-23 Simon Josefsson * src/gsasl.c: Fix gsasl_encode use. 2004-09-23 Simon Josefsson * lib/NEWS, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c, lib/kerberos_v5/server.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c, lib/src/xcode.c: (gsasl_encode. gsasl_decode): Allocate OUTPUT buffer. Change in prototype. Update types and callers. 2004-09-22 Simon Josefsson * tests/cram-md5.c: Fix buggy callbacks. 2004-09-22 Simon Josefsson * lib/src/internal.h, lib/src/version.c: Cleanup includes. 2004-09-22 Simon Josefsson * lib/configure.ac: Fix NTLM test. 2004-09-22 Simon Josefsson * tests/simple.c: Fix NTLM test cases. 2004-09-22 Simon Josefsson * doc/gsasl.texi, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix. 2004-09-22 Simon Josefsson * lib/src/Makefile.am: Add gnulib. 2004-09-22 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Remove. 2004-09-21 Simon Josefsson * lib/gssapi/x-gssapi.h: Fix. 2004-09-21 Simon Josefsson * lib/gssapi/client.c, lib/gssapi/x-gssapi.h, lib/src/common.c: Make GSSAPI client use new allocating API, and new callback interface. 2004-09-21 Simon Josefsson * lib/src/error.c: Add. 2004-09-21 Simon Josefsson * lib/src/error.c, lib/src/gsasl.h.in: Add. 2004-09-21 Simon Josefsson * lib/src/gsasl.h.in: Add. 2004-09-21 Simon Josefsson * lib/cram-md5/server.c: Fix. 2004-09-21 Simon Josefsson * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/src/common.c: Make CRAM-MD5 server use new allocating output. Use digest.* in CRAM-MD5 server. Use new callback interface in CRAM-MD5 server (means dropping support for validation of CRAM-MD5 hashes within application, will anyone miss it?). 2004-09-21 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: Make CRAM-MD5 client use new allocating API, and new callback interface. 2004-09-21 Simon Josefsson * lib/plain/client.c, lib/plain/server.c: Typo. 2004-09-21 Simon Josefsson * lib/plain/client.c: Typo. 2004-09-21 Simon Josefsson * lib/plain/server.c: Use new callback interface. 2004-09-21 Simon Josefsson * lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Make PLAIN server use new allocating API. 2004-09-21 Simon Josefsson * lib/login/login.h, lib/login/server.c, lib/src/common.c: Make LOGIN server support new allocating API. Use new callback/property API in LOGIN server. 2004-09-21 Simon Josefsson * lib/external/server.c: Fix crash. 2004-09-21 Simon Josefsson * tests/simple.c: Fix crash in EXTERNAL client. 2004-09-21 Simon Josefsson * lib/src/property.c: (gsasl_property_set, gsasl_property_set_global): Handle data==NULL. 2004-09-21 Simon Josefsson * lib/external/client.c, lib/external/server.c, lib/login/client.c, lib/ntlm/ntlm.c, lib/plain/client.c, lib/src/gsasl.h.in, lib/src/property.c: Fix. 2004-09-21 Simon Josefsson * lib/NEWS: Add. 2004-09-21 Simon Josefsson * lib/external/server.c: Support authzid. 2004-09-21 Simon Josefsson * lib/external/client.c: Support authorization identities. 2004-09-20 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c, lib/src/xcode.c: (gsasl_encode, gsasl_decode): Obsolete. (gsasl_encode_inline, gsasl_decode_inline): Add. Same as above. 2004-09-20 Simon Josefsson * lib/NEWS: Add. 2004-09-20 Simon Josefsson * lib/src/gsasl.h.in: (Gsasl_rc): Specify numbers explicitly, to make sure existing names are never renumbered. Move new errors last, to maintain binary compatibility with last release. 2004-09-20 Simon Josefsson * lib/src/gsasl.h.in: Move. 2004-09-20 Simon Josefsson * lib/NEWS: Add. 2004-09-20 Simon Josefsson * lib/src/callback.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c: (gsasl_ctx_get): Obsolete. 2004-09-19 Simon Josefsson * gl/getaddrinfo.c, gl/getaddrinfo.h, gl/progname.c, gl/progname.h: Update. 2004-09-18 Simon Josefsson * lib/configure.ac: Fix. 2004-09-18 Simon Josefsson * tests/threadsafety: Fix. 2004-09-18 Simon Josefsson * lib/src/stringprep-no.c: Fix.Add. 2004-09-18 Simon Josefsson * lib/src/error.c: Add. 2004-09-18 Simon Josefsson * tests/threadsafety: Fix. 2004-09-18 Simon Josefsson * tests/Makefile.am: Fix. 2004-09-18 Simon Josefsson * lib/crypto/gc-nettle.c, lib/crypto/hmac.h: Remove SHA. 2004-09-18 Simon Josefsson * lib/crypto/Makefile.am: Fix. 2004-09-18 Simon Josefsson * THANKS, lib/THANKS: Add. 2004-09-18 Simon Josefsson * lib/configure.ac: Check for netinet/in.h, reported by Paul Romero . 2004-09-18 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-09-18 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h.in: Move. 2004-09-18 Simon Josefsson * doc/Makefile.am: Fix. 2004-09-18 Simon Josefsson * doc/Makefile.am: Fix. 2004-09-18 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Fix. 2004-09-18 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-09-18 Simon Josefsson * lib/src/callback.c: Doc fix. 2004-09-18 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Doc fix. 2004-09-18 Simon Josefsson * doc/gsasl.texi: Move. 2004-09-18 Simon Josefsson * doc/gsasl.texi: Add. 2004-09-18 Simon Josefsson * doc/gsasl.texi: Move. 2004-09-18 Simon Josefsson * lib/cram-md5/client.c, lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/gssapi/client.c, lib/plain/client.c, lib/plain/server.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c, lib/src/register.c, lib/src/xstep.c, src/smtp.c, tests/cram-md5.c: Indent. 2004-09-18 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h: Fix. 2004-09-18 Simon Josefsson * lib/src/internal.h: Fix. 2004-09-18 Simon Josefsson * lib/cram-md5/server.c, lib/crypto/gc-nettle.c, lib/ntlm/ntlm.c, lib/src/common.c, tests/cram-md5.c: Fix warnings. 2004-09-18 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/ro.po, po/sr.po, po/sv.po: Generated. 2004-09-18 Simon Josefsson * doc/Makefile.am: Update. 2004-09-18 Simon Josefsson * lib/external/client.c: Cleanup. 2004-09-18 Simon Josefsson * lib/anonymous/anonymous.h: Fix. 2004-09-18 Simon Josefsson * lib/gssapi/gssapi.c: Remove. 2004-09-18 Simon Josefsson * lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/shared.h: Split up GSSAPI. 2004-09-18 Simon Josefsson * lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c, lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h: Split up KERBEROS_V5. 2004-09-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/digest-md5.c, lib/digest-md5/getsubopt.c, lib/digest-md5/server.c, lib/digest-md5/shared.c, lib/digest-md5/shared.h: Split up DIGEST-MD5. 2004-09-18 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: Cleanup CRAM-MD5. 2004-09-18 Simon Josefsson * lib/ntlm/Makefile.am, lib/ntlm/ntlm.c: Cleanup NTLM. 2004-09-18 Simon Josefsson * lib/securid/Makefile.am, lib/securid/client.c, lib/securid/securid.c, lib/securid/securid.h, lib/securid/server.c, lib/src/common.c: Cleanup SECURID. 2004-09-18 Simon Josefsson * lib/ntlm/Makefile.am, lib/src/xfinish.c: Typo. 2004-09-18 Simon Josefsson * lib/login/login.h: Fix. 2004-09-18 Simon Josefsson * lib/login/Makefile.am, lib/login/client.c, lib/login/login.c, lib/login/server.c: Cleanup LOGIN. 2004-09-18 Simon Josefsson * lib/plain/Makefile.am, lib/plain/client.c, lib/plain/plain.c, lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Cleanup PLAIN. 2004-09-18 Simon Josefsson * lib/external/Makefile.am, lib/external/client.c, lib/external/external.c, lib/external/server.c, lib/src/callback.c: Make EXTERNAL use new callback API. Cleanup. 2004-09-18 Simon Josefsson * lib/anonymous/Makefile.am: Typo. 2004-09-18 Simon Josefsson * lib/anonymous/Makefile.am: Typo. 2004-09-18 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/server.c, lib/src/common.c: Cleanup. 2004-09-18 Simon Josefsson * lib/anonymous/anonymous.c, lib/anonymous/client.c, lib/anonymous/server.c: Cleanup. 2004-09-18 Simon Josefsson * lib/external/external.h: Fix. 2004-09-18 Simon Josefsson * lib/external/external.c, lib/src/common.c: Remove useless EXTERNAL finish function. 2004-09-18 Simon Josefsson * lib/src/xfinish.c: Handle NULL finish plugin method. Fix mem leak. 2004-09-18 Simon Josefsson * lib/src/done.c: Fix mem leak. 2004-09-18 Simon Josefsson * lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/src/common.c: Make NTLM use new allocating API. 2004-09-18 Simon Josefsson * lib/external/external.c, lib/external/external.h, lib/src/common.c: Make EXTERNAL use new allocating API. 2004-09-18 Simon Josefsson * lib/plain/plain.c, lib/plain/plain.h, lib/src/common.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Make PLAIN client use new callback API. Add authid property. 2004-09-18 Simon Josefsson * lib/login/login.c, lib/login/login.h, lib/src/common.c, lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Make LOGIN client use new callback API. Add password/authzid properties. 2004-09-18 Simon Josefsson * lib/NEWS: Add. 2004-09-18 Simon Josefsson * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/src/Makefile.am, lib/src/callback.c, lib/src/common.c, lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: Add new callback/property interface, thereby deprecating old callback system. Move obsolete APIs from gsasl.h.in to gsasl-compat.h. Include gsasl-compat.h in gsasl.h.in. Fix the ANONYMOUS mechanism to use the new interface, including the new allocating mechanism interface. 2004-09-17 Simon Josefsson * lib/src/Makefile.am, lib/src/init.c, lib/src/internal.h, lib/src/register.c: (gsasl_register): Add. (gsasl_init): Use it. 2004-09-17 Simon Josefsson * lib/src/init.c: Cleanup. 2004-09-17 Simon Josefsson * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h, lib/external/external.c, lib/external/external.h, lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/login/login.c, lib/login/login.h, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/plain.c, lib/plain/plain.h, lib/securid/securid.c, lib/src/common.c: Remove useless plugin init/done functions. 2004-09-17 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.h, lib/cram-md5/init_client.c, lib/cram-md5/init_server.c, lib/src/common.c: Remove useless CRAM-MD5 init/done. 2004-09-17 Simon Josefsson * lib/src/done.c, lib/src/init.c: Support NULL module init/done functions. 2004-09-17 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/client.c, lib/cram-md5/cram-md5.c, lib/cram-md5/server.c: Split up cram-md5.c into client.c and server.c. 2004-09-17 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.c, lib/cram-md5/init_client.c, lib/cram-md5/init_server.c: Cleanup init. 2004-09-16 Simon Josefsson * tests/Makefile.am: Fix. 2004-09-16 Simon Josefsson * tests/Makefile.am: Use threadsafety. 2004-09-16 Simon Josefsson * tests/threadsafety: Add. 2004-09-13 Simon Josefsson * lib/po/LINGUAS, lib/po/sr.po, lib/po/sv.po, po/pl.po: Sync with TP. 2004-09-13 Simon Josefsson * doc/reference/Makefile.am: (clean-local): Add style.css. 2004-09-09 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-04.txt: Add. 2004-09-05 Simon Josefsson * configure.ac, gl/Makefile.am, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib.m4, gl/m4/restrict.m4, src/gsasl.c, src/internal.h: Assume getaddrinfo. Add getaddrinfo gnulib module, for system that lack it. 2004-08-31 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-08-31 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sv.po: Sync with TP. 2004-08-31 Simon Josefsson * doc/gsasl-example1.c, doc/gsasl.texi: Fix example. 2004-08-31 Simon Josefsson * doc/Makefile.am: Fix. 2004-08-31 Simon Josefsson * doc/Makefile.gdoci: Remove. 2004-08-31 Simon Josefsson * autogen.sh: Simplify. 2004-08-31 Simon Josefsson * doc/Makefile.am: Rewrite gdoc stuff. 2004-08-31 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2004-08-31 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-31 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2004-08-26 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-08-26 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-23 Simon Josefsson * m4/autobuild.m4: Update. 2004-08-23 Simon Josefsson * NEWS: Typo. 2004-08-21 Simon Josefsson * lib/configure.ac: Add GC stuff. 2004-08-21 Simon Josefsson * lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/crypto/hmac.h, lib/crypto/sha.h: Sync GC with GnuTLS. 2004-08-18 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-18 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version. 2004-08-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-08-18 Simon Josefsson * gl/m4/gnulib.m4, lib/gl/m4/gnulib.m4: Update. 2004-08-16 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update. 2004-08-16 Simon Josefsson * gl/m4/gnulib.m4: Update. 2004-08-10 Simon Josefsson * gl/getpass.c, gl/getpass.h: Update. 2004-08-08 Simon Josefsson * gsasl.fms: Fix. 2004-08-08 Simon Josefsson * gsasl.fms: Add. 2004-08-07 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-08-07 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated. 2004-08-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.4. 2004-08-07 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-08-07 Simon Josefsson * gl/Makefile.am: Fix. 2004-08-07 Simon Josefsson * lib/configure.ac: Bump versions. 2004-08-07 Simon Josefsson * configure.ac: Bump version. 2004-08-07 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib.m4, po/sv.po: Update. 2004-08-07 Simon Josefsson * lib/Makefile.am: Fix aclocal -I's. 2004-08-07 Simon Josefsson * lib/configure.ac: Use new gnulib-tool stuff. 2004-08-07 Simon Josefsson * src/callbacks.c, src/internal.h: Fix. 2004-08-07 Simon Josefsson * gl/Makefile.am, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/getpass.c, gl/getpass.h, gl/getpassword.c, gl/getpassword.h, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/getpass.m4, gl/m4/gnulib.m4, gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/stdbool_.h: Update. 2004-08-07 Simon Josefsson * configure.ac: Use new gnulib-tool stuff. 2004-08-07 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Fix. 2004-08-07 Simon Josefsson * lib/gl/Makefile.am: Generated. 2004-08-07 Simon Josefsson * lib/gl/m4/gnulib.m4, lib/gl/m4/onceonly_2_57.m4: Add. 2004-08-07 Simon Josefsson * lib/configure.ac: For gnulib. 2004-08-07 Simon Josefsson * configure.ac: Use new gnulib-tool stuff. 2004-08-07 Simon Josefsson * gl/Makefile.am, gl/stdbool_.h: Update. 2004-08-07 Simon Josefsson * gl/m4/codeset.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4, gl/m4/gnulib.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/stdint_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4: Add. 2004-08-07 Simon Josefsson * gl/Makefile.am: Generated. 2004-08-07 Simon Josefsson * gl/error.c, gl/m4/fatal.m4, gl/m4/gnulib.m4, gl/m4/stdbool.m4, lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h: Update. 2004-08-07 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.c: Update. 2004-08-06 Simon Josefsson * lib/po/LINGUAS, po/LINGUAS: Sync with TP. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am: Fix. 2004-08-06 Simon Josefsson * lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: (update-po): Add. 2004-08-06 Simon Josefsson * lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-05 Simon Josefsson * NEWS, lib/NEWS: Fix. 2004-08-05 Simon Josefsson * lib/po/.cvsignore, po/.cvsignore: [no log message] 2004-08-05 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-08-05 Simon Josefsson * gl/progname.lo: Remove. 2004-08-05 Simon Josefsson * lib/po/LINGUAS, lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po: Add. 2004-08-04 Simon Josefsson * lib/cram-md5/challenge.c, lib/crypto/gc-nettle.c, lib/digest-md5/digest-md5.c, lib/src/crypto.c: Fix, reported by Dimitri Papadopoulos-Orfanos . 2004-08-03 Simon Josefsson * lib/gl/dummy.c: Update. 2004-08-03 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-08-03 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-08-03 Simon Josefsson * doc/gendocs_template: Update. 2004-08-03 Simon Josefsson * doc/gendocs.sh: Fix. 2004-08-03 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.3. 2004-08-03 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.h: Fix. 2004-08-03 Simon Josefsson * src/internal.h: Fix. 2004-08-03 Simon Josefsson * src/internal.h: Fix. 2004-08-03 Simon Josefsson * gl/getpassword.c, gl/getpassword.h, lib/cram-md5/digest.c, src/gsasl.c, src/internal.h: Fix. 2004-08-03 Simon Josefsson * configure.ac, gl/progname.h: Fix. 2004-08-03 Simon Josefsson * : Remove. 2004-08-03 Simon Josefsson * lib/NEWS: Add. 2004-08-03 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump version. 2004-08-03 Simon Josefsson * lib/digest-md5/digest-md5.c: (_gsasl_digest_md5_client_step): If no qop callback, default to no QOP. 2004-08-03 Simon Josefsson * src/gsasl.c: Simplify setlocale. 2004-08-03 Simon Josefsson * src/internal.h: Define setlocale. 2004-08-03 Simon Josefsson * src/gsasl.c: Fix cmd line parsing. 2004-08-03 Simon Josefsson * configure.ac, gl/Makefile.am, gl/fatal.c, gl/fatal.h: Remove fatal. 2004-08-03 Simon Josefsson * src/gsasl.c: Use error. 2004-08-03 Simon Josefsson * src/gsasl.c: Use error. 2004-08-03 Simon Josefsson * src/internal.h: #Include errno.h. 2004-08-03 Simon Josefsson * configure.ac: Look for errno.h. 2004-08-03 Simon Josefsson * src/gsasl.c: Use progname. 2004-08-03 Simon Josefsson * gl/progname.c, gl/progname.h, gl/progname.lo, gl/stdbool_.h: Gnulib. 2004-08-03 Simon Josefsson * configure.ac, gl/m4/error.m4, gl/m4/extensions.m4, gl/m4/fatal.m4, gl/m4/onceonly_2_57.m4, gl/m4/stdbool.m4, gl/m4/strerror_r.m4, gl/m4/unlocked-io.m4: Gnulib fixes. 2004-08-03 Simon Josefsson * gl/Makefile.am: Add progname. 2004-08-03 Simon Josefsson * gl/Makefile.am, gl/dummy.c, gl/error.c, gl/error.h, gl/exit.h, gl/fatal.c, gl/fatal.h, gl/unlocked-io.h: Add fatal module. Update. 2004-08-03 Simon Josefsson * NEWS: Add. 2004-08-03 Simon Josefsson * src/gsasl.c: Use getaddrinfo, if available. 2004-08-03 Simon Josefsson * configure.ac: Fix. 2004-08-03 Simon Josefsson * configure.ac: Check for getaddrinfo. 2004-08-03 Simon Josefsson * src/gsasl.c: Fix unnamed option handling. 2004-08-03 Simon Josefsson * src/callbacks.c: (client_callback_authentication_id): Use getpwuid. 2004-08-03 Simon Josefsson * NEWS: Add. 2004-08-03 Simon Josefsson * src/internal.h: #include pwd.h. 2004-08-03 Simon Josefsson * configure.ac: Look for pwd.h. 2004-08-03 Simon Josefsson * src/gsasl.c: Handle hostname/port on command line. 2004-08-03 Simon Josefsson * src/gsasl.ggo: Doc fix. 2004-08-03 Simon Josefsson * src/Makefile.am: Use unnamed options. 2004-08-03 Simon Josefsson * src/gsasl.ggo: Make --client and --imap default. 2004-07-26 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-10.txt: Add. 2004-07-16 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-07-16 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-07-16 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.2. 2004-07-16 Simon Josefsson * THANKS, lib/THANKS: Add. 2004-07-16 Simon Josefsson * THANKS: Add. 2004-07-16 Simon Josefsson * gl/getopt.c, gl/getopt1.c, gl/m4/getopt.m4: Update. 2004-07-16 Simon Josefsson * configure.ac: Use ABINIT. 2004-07-16 Simon Josefsson * m4/autobuild.m4: Add. 2004-07-16 Simon Josefsson * gl/dummy.c, lib/gl/dummy.c: Typo. 2004-07-16 Simon Josefsson * gl/Makefile.am, gl/dummy.c, lib/gl/Makefile.am, lib/gl/dummy.c: Add. 2004-07-13 Simon Josefsson * doc/specification/draft-melnikov-ldap-distr-auth-00.txt: Add. 2004-07-13 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-03.txt: Add. 2004-07-10 Simon Josefsson * doc/gsasl.texi: Fix. 2004-07-10 Simon Josefsson * doc/gsasl.texi: Fix. 2004-07-10 Simon Josefsson * lib/src/xstep.c: Use allocating interface, if present. 2004-07-10 Simon Josefsson * lib/src/internal.h: Add allocating "step" interface. 2004-07-10 Simon Josefsson * lib/src/callback-c.c, lib/src/callback-s.c: Don't crash on if handed NULL input. 2004-07-10 Simon Josefsson * tests/cram-md5.c: Fix mem leak. 2004-07-05 Simon Josefsson * NEWS: Mention SMTP. 2004-07-05 Simon Josefsson * tests/utils.c: Add. 2004-07-05 Simon Josefsson * doc/gsasl.texi, tests/Makefile.am, tests/cram-md5.c, tests/simple.c: Fix. 2004-07-05 Simon Josefsson * configure.ac: Add comment. 2004-07-05 Simon Josefsson * tests/simple.c: Use config.h's. 2004-07-03 Simon Josefsson * configure.ac: Use config.h again. 2004-07-02 Simon Josefsson * lib/NEWS: Add. 2004-07-02 Simon Josefsson * configure.ac: Cosmetic fix. 2004-07-02 Simon Josefsson * NEWS: Add. 2004-07-02 Simon Josefsson * gl/.cvsignore: [no log message] 2004-07-02 Simon Josefsson * gl/readline.c: Fix. 2004-07-02 Simon Josefsson * gl/Makefile.am: Update getopt stuff. 2004-07-02 Simon Josefsson * gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/getopt_.h, gl/m4/getopt.m4: Update getopt, to make cross compile builds to uClibc systems work. 2004-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-07.txt: Add. 2004-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-08.txt: Add. 2004-06-29 Simon Josefsson * doc/gsasl.texi: Add. 2004-06-28 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-01.txt: Add. 2004-06-28 Simon Josefsson * src/gsasl.ggo: Fix. 2004-06-28 Simon Josefsson * src/callbacks.c: (client_callback_passcoe): Use getpassword. 2004-06-28 Simon Josefsson * src/gsasl.ggo: Make -d the default. 2004-06-28 Simon Josefsson * src/callbacks.c: Don't prompt for authzid. 2004-06-28 Simon Josefsson * src/gsasl.ggo: Fix. 2004-06-28 Simon Josefsson * NEWS, gl/getpassword.c: Add. 2004-06-28 Simon Josefsson * gl/getpassword.c: Fix. 2004-06-28 Simon Josefsson * src/callbacks.c: Use getpassword. 2004-06-28 Simon Josefsson * gl/Makefile.am, gl/getpassword.c, gl/getpassword.h: Add. 2004-06-28 Simon Josefsson * src/callbacks.c: Use extern readline. 2004-06-28 Simon Josefsson * gl/readline.c: Add. 2004-06-28 Simon Josefsson * gl/Makefile.am: (libgl_la_SOURCES) [!READLINE]: Add readline.c. 2004-06-28 Simon Josefsson * configure.ac: Proper readline tests. 2004-06-28 Simon Josefsson * configure.ac: Look for readline properly. 2004-06-28 Simon Josefsson * configure.ac: Look for readline. 2004-06-27 Simon Josefsson * src/smtp.c: Fix EHLO greeting. 2004-06-27 Simon Josefsson * src/smtp.c: Parse SASL mechanisms from EHLO. 2004-06-27 Simon Josefsson * tests/Makefile.am: Clear DEFS. 2004-06-27 Simon Josefsson * tests/simple.c: Include config.h unconditionally. 2004-06-27 Simon Josefsson * tests/cram-md5.c, tests/utils.c: Don't #include config.h. 2004-06-27 Simon Josefsson * tests/Makefile.am: Use AM_CPPFLAGS, only one config.h now. 2004-06-27 Simon Josefsson * configure.ac: Don't use config.h. 2004-06-27 Simon Josefsson * configure.ac, lib/configure.ac, src/internal.h: Assume standard C. 2004-06-27 Simon Josefsson * src/gsasl.c, src/internal.h: Avoid errno. 2004-06-27 Simon Josefsson * configure.ac: Remove errno and uid_t tests. 2004-06-27 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * po/sv.po: Generated. 2004-06-26 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-06-26 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.1. 2004-06-26 Simon Josefsson * lib/configure.ac: Bump so version. 2004-06-26 Simon Josefsson * lib/ChangeLog: [no log message] 2004-06-26 Simon Josefsson * lib/cram-md5/Makefile.am, lib/src/Makefile.am: Fix -I's. 2004-06-26 Simon Josefsson * lib/po/sv.po: Generated. 2004-06-26 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-26 Simon Josefsson * lib/configure.ac: Default libgcrypt off. 2004-06-26 Simon Josefsson * lib/configure.ac, lib/crypto/Makefile.am: (NETTLE_CFLAGS, NETTLE_LIBS): Remove. 2004-06-26 Simon Josefsson * tests/Makefile.am: Add. 2004-06-26 Simon Josefsson * lib/crypto/gc-nettle.c: Fix. 2004-06-26 Simon Josefsson * doc/reference/Makefile.am: Fix. 2004-06-26 Simon Josefsson * doc/reference/Makefile.am: Fix. 2004-06-26 Simon Josefsson * NEWS: Add. 2004-06-26 Simon Josefsson * doc/gsasl.texi, lib/NEWS: Fix. 2004-06-26 Simon Josefsson * lib/crypto/gc.h: Fix (for GTK-DOC). 2004-06-26 Simon Josefsson * doc/gsasl.texi: Fix. 2004-06-26 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/getopt_int.h: Update. 2004-06-26 Simon Josefsson * lib/NEWS: Add. 2004-06-26 Simon Josefsson * lib/NEWS: Add. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-24 Simon Josefsson * doc/gsasl.texi: Add. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-24 Simon Josefsson * tests/.cvsignore: [no log message] 2004-06-24 Simon Josefsson * tests/cram-md5.c: Add. 2004-06-24 Simon Josefsson * tests/Makefile.am: Add cram-md5. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Add. 2004-06-24 Simon Josefsson * lib/src/Makefile.am: Remove crypto.h. 2004-06-24 Simon Josefsson * tests/simple.c: Use utils.*. 2004-06-24 Simon Josefsson * tests/utils.c, tests/utils.h: Fix. 2004-06-24 Simon Josefsson * tests/Makefile.am: Build utils. 2004-06-24 Simon Josefsson * tests/utils.c, tests/utils.h: Add. 2004-06-18 Simon Josefsson * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/digest.c: Add doc. 2004-06-18 Simon Josefsson * lib/cram-md5/digest.c: Cleanup. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Cleanup. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c, lib/cram-md5/challenge.h: Fix. 2004-06-18 Simon Josefsson * lib/src/Makefile.am, lib/src/crypto.c, lib/src/obsolete.c: De-deprecate crypto API (may be need by applications that use callbacks to verify HMAC-MD5 cookies). 2004-06-18 Simon Josefsson * lib/NEWS, lib/src/gsasl.h.in: Revert. 2004-06-18 Simon Josefsson * lib/NEWS: Fix. 2004-06-18 Simon Josefsson * lib/src/gsasl.h.in, lib/src/obsolete.c: (gsasl_nonce, gsasl_random): Remove. 2004-06-17 Simon Josefsson * lib/src/gsasl.h.in: Move obsolete functions around. 2004-06-17 Simon Josefsson * lib/Makefile.am, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/src/Makefile.am, lib/src/crypto.h, lib/src/init.c, lib/src/libgcrypt.c, lib/src/nettle.c, lib/src/obsolete.c: Initiate creation of GC ("generic crypto") as non-GSASL specific Nettle/Libgcrypt wrapper. Obsolete gsasl_nonce, gsasl_random, gsasl_md5, gsasl_hmac_md5. 2004-06-17 Simon Josefsson * lib/cram-md5/digest.c: Add. 2004-06-17 Simon Josefsson * lib/cram-md5/digest.h: Fix. 2004-06-17 Simon Josefsson * lib/cram-md5/digest.h: Add. 2004-06-17 Simon Josefsson * tests/Makefile.am: Modify DEFAULT_INCLUDES instead of AM_CPPFLAGS, because the Automake defaults will make us pick up the wrong config.h. (This uses undocumented features, how to solve cleanly?) 2004-06-17 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-08 Simon Josefsson * lib/cram-md5/challenge.h: Doc fix. 2004-06-08 Simon Josefsson * lib/cram-md5/challenge.h: Doc fix. 2004-06-07 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-07 Simon Josefsson * lib/src/nettle.c: Doc fix. 2004-06-07 Simon Josefsson * lib/NEWS: Fix. 2004-06-07 Simon Josefsson * lib/src/libgcrypt.c, lib/src/nettle.c: (gsasl_randomize): Rename to gsasl_random. 2004-06-07 Simon Josefsson * lib/src/obsolete.c: (gsasl_randomize): Add. 2004-06-07 Simon Josefsson * lib/src/gsasl.h.in: (gsasl_random): Add. (gsasl_randomize): Make backwards compatible. Now an obsolete function. 2004-06-07 Simon Josefsson * lib/digest-md5/digest-md5.c: Use gsasl_nonce. 2004-06-07 Simon Josefsson * lib/cram-md5/cram-md5.c: Use challenge.h interface. 2004-06-07 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h: challenge.h, challenge.c: Add. 2004-06-07 Simon Josefsson * lib/NEWS: Add. 2004-06-07 Simon Josefsson * lib/src/nettle.c: (gsasl_randomize): Don't take "strong" parameter. (gsasl_nonce, randomize): Add. 2004-06-07 Simon Josefsson * lib/src/gsasl.h.in, lib/src/libgcrypt.c: (gsasl_randomize): Don't take "strong" parameter. (gsasl_nonce): Add. 2004-06-06 Simon Josefsson * doc/specification/sasl-mechanisms: Update. 2004-06-06 Simon Josefsson * lib/NEWS, lib/THANKS: Add. 2004-06-06 Simon Josefsson * lib/src/suggest.c: Indent. 2004-06-06 Simon Josefsson * lib/src/suggest.c: (gsasl_client_suggest_mechanism, gsasl_server_suggest_mechanism): Implement them, patch from Dirk Dierckx . 2004-05-21 Simon Josefsson * doc/specification/draft-newman-sasl-c-api-03.txt: Add. 2004-04-30 Simon Josefsson * tests/Makefile.am: Use -no-install to avoid libtool wrapper script. 2004-04-30 Simon Josefsson * tests/simple.c: Fix warnings. 2004-04-30 Simon Josefsson * tests/simple.c: Fix warnings. 2004-04-30 Simon Josefsson * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c, src/gsasl.c, src/internal.h: Fix warnings. 2004-04-29 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-09.txt: Add. 2004-04-24 Simon Josefsson * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix license. 2004-04-24 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix license. 2004-04-21 Simon Josefsson * lib/src/common.c: Add GSSAPI client encode/decode. 2004-04-21 Simon Josefsson * lib/gssapi/x-gssapi.h: Add. 2004-04-21 Simon Josefsson * src/callbacks.c: (client_callback_qop): Default to none, for now. 2004-04-21 Simon Josefsson * lib/gssapi/gssapi.c: Initial client-side integrity/confidentiality layer support. 2004-04-21 Simon Josefsson * AUTHORS: Update PGP key. 2004-04-21 Simon Josefsson * lib/gssapi/gssapi.c: Use GSS_ERROR. 2004-04-18 Simon Josefsson * lib/libgsasl.pc.in: Drop -R libs flag. 2004-04-16 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix paths. 2004-04-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-04-16 Simon Josefsson * lib/po/sv.po: Generated. 2004-04-16 Simon Josefsson * lib/Makefile.am: Fix release target. 2004-04-16 Simon Josefsson * lib/ChangeLog: [no log message] 2004-04-16 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.0. 2004-04-16 Simon Josefsson * doc/specification/draft-burdis-cat-srp-sasl-08.txt: Add. 2004-04-16 Simon Josefsson * README-alpha, lib/README-alpha: Fix versions. 2004-04-16 Simon Josefsson * Makefile.am: Fix release target. 2004-04-16 Simon Josefsson * lib/Makefile.am: Add release target. 2004-04-16 Simon Josefsson * lib/NEWS: Add. 2004-04-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-04-16 Simon Josefsson * lib/src/Makefile.am: Fix -I's. 2004-04-16 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix ChangeLog target. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: Update. 2004-04-16 Simon Josefsson * README, lib/README: Fix. 2004-04-16 Simon Josefsson * lib/gl/m4/strdup.m4: Add. 2004-04-16 Simon Josefsson * gl/m4/getopt.m4: Re-add (accidentally removed). 2004-04-16 Simon Josefsson * lib/m4/check_headerlib.m4: Cosmetic fixes. 2004-04-16 Simon Josefsson * gl/m4/getopt.m4: Remove. 2004-04-16 Simon Josefsson * lib/src/gsasl.h.in: Fix license. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: Update. 2004-04-16 Simon Josefsson * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am, src/Makefile.am, tests/Makefile.am: Remove indent target. 2004-04-16 Simon Josefsson * Makefile.am: Typo. 2004-04-16 Simon Josefsson * .cvscopying: [no log message] 2004-04-16 Simon Josefsson * Makefile.am: Fix ChangeLog target. Remove indent target. 2004-04-16 Simon Josefsson * lib/Makefile.am: Fix ChangeLog target. 2004-04-16 Simon Josefsson * .cvscopying: Fix. 2004-04-16 Simon Josefsson * Makefile.am: Fix ChangeLog target. 2004-04-16 Simon Josefsson * m4/.cvsignore: [no log message] 2004-04-16 Simon Josefsson * configure.ac, lib/configure.ac: Use modern software. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog, lib/po/sv.po: Generated. 2004-04-16 Simon Josefsson * po/sv.po: Fix. 2004-04-16 Simon Josefsson * src/gsasl.c: Typo. 2004-04-16 Simon Josefsson * doc/reference/Makefile.am: Fix HIGNORE. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: Generated. 2004-04-16 Simon Josefsson * lib/Makefile.am: Add ChangeLog target. 2004-04-16 Simon Josefsson * NEWS, lib/NEWS: Remove. 2004-04-16 Simon Josefsson * lib/gl/strdup.h: Revert to my own version, for LGPL. 2004-04-15 Simon Josefsson * lib/gl/strdup.c: Copy from libc, for LGPL, and fix some things. 2004-04-15 Simon Josefsson * lib/gl/gettext.h: From gettext CVS, with LGPL. 2004-04-15 Simon Josefsson * lib/crypto/Makefile.am: Fix license. Remove alloca. 2004-04-15 Simon Josefsson * lib/crypto/Makefile.am, lib/crypto/cbc.h, lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h: Update. 2004-04-15 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-04-15 Simon Josefsson * README, lib/README: Fix. 2004-04-15 Simon Josefsson * lib/README: Add. 2004-04-15 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-04-15 Simon Josefsson * doc/reference/Makefile.am: Fix HIGNORE. 2004-04-15 Simon Josefsson * src/gsasl.c: Translation fixes. 2004-04-15 Simon Josefsson * README, doc/gsasl.texi, po/sv.po, src/callbacks.h: Fix. 2004-04-15 Simon Josefsson * src/gsasl.c: Translation fixes. 2004-04-15 Simon Josefsson * po/sv.po: Fix. 2004-04-15 Simon Josefsson * doc/reference/Makefile.am: Revert HIGNORE change. 2004-04-15 Simon Josefsson * po/pl.po: Remove (for now). 2004-04-15 Simon Josefsson * THANKS: Fix. 2004-04-15 Simon Josefsson * COPYING, NEWS, lib/README-alpha, lib/THANKS: Add. 2004-04-15 Simon Josefsson * po/LINGUAS: Remove Polish (for now). 2004-04-15 Simon Josefsson * lib/po/POTFILES.in, po/POTFILES.in: Fix. 2004-04-15 Simon Josefsson * doc/Makefile.am, doc/reference/Makefile.am, src/Makefile.am, tests/Makefile.am: Fix paths. 2004-04-15 Simon Josefsson * lib/po/sv.po: Update. 2004-04-15 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h: Revert license. 2004-04-15 Simon Josefsson * lib/kerberos_v5/Makefile.am: Fix -I's. 2004-04-15 Simon Josefsson * lib/po/sv.po: Fixes. 2004-04-15 Simon Josefsson * lib/po/LINGUAS, lib/po/pl.po: Remove Polish (for now). 2004-04-15 Simon Josefsson * lib/src/callback-c.c, lib/src/callback-s.c, lib/src/callback.c, lib/src/common.c, lib/src/crypto.h, lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/libgcrypt.c, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/nettle.c, lib/src/obsolete.c, lib/src/stringprep-no.c, lib/src/stringprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c: Fix license. 2004-04-15 Simon Josefsson * lib/login/Makefile.am, lib/plain/Makefile.am: Fix -I's. 2004-04-15 Simon Josefsson * lib/cram-md5/Makefile.am: Fix license. Fix -I's. 2004-04-15 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/cram-md5/cram-md5.c, lib/cram-md5/cram-md5.h, lib/digest-md5/Makefile.am, lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h, lib/external/Makefile.am, lib/external/external.c, lib/external/external.h, lib/gssapi/Makefile.am, lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/login/Makefile.am, lib/login/login.c, lib/login/login.h, lib/plain/Makefile.am, lib/plain/plain.c, lib/plain/plain.h, lib/securid/Makefile.am, lib/securid/securid.c, lib/securid/securid.h: Fix license. 2004-04-15 Simon Josefsson * lib/COPYING: Add. 2004-04-15 Simon Josefsson * lib/.cvsignore, lib/m4/.cvsignore: [no log message] 2004-04-15 Simon Josefsson * lib/.cvsignore, lib/m4/.cvsignore, lib/po/.cvsignore, lib/src/.cvsignore: [no log message] 2004-04-15 Simon Josefsson * lib/configure.ac: Build src/Makefile. 2004-04-15 Simon Josefsson * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gssapi/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am: Fix paths. 2004-04-15 Simon Josefsson * lib/configure.ac: Build gl/Makefile. 2004-04-15 Simon Josefsson * lib/po/POTFILES.in: Fix. 2004-04-15 Simon Josefsson * lib/Makefile.am, lib/base64.c, lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/common.c, lib/configure.ac, lib/crypto.h, lib/done.c, lib/error.c, lib/gsasl.h.in, lib/init.c, lib/internal.h, lib/libgcrypt.c, lib/listmech.c, lib/md5pwd.c, lib/nettle.c, lib/obsolete.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback-c.c, lib/src/callback-s.c, lib/src/callback.c, lib/src/common.c, lib/src/crypto.h, lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/libgcrypt.c, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/nettle.c, lib/src/obsolete.c, lib/src/stringprep-no.c, lib/src/stringprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, lib/stringprep-no.c, lib/stringprep.c, lib/suggest.c, lib/supportp.c, lib/version.c, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: Move *.{c,h,h.in} from to src/. 2004-04-15 Simon Josefsson * lib/Makefile.am, lib/gl/.cvsignore, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/strdup.c, lib/gl/strdup.h: Add gl/. 2004-04-15 Simon Josefsson * lib/Makefile.am: Fix license. 2004-04-15 Simon Josefsson * lib/po/.cvsignore, lib/po/LINGUAS, lib/po/Makevars, lib/po/POTFILES.in, lib/po/pl.po, lib/po/sv.po: Add. 2004-04-15 Simon Josefsson * lib/Makefile.am: Fix NTLM. 2004-04-15 Simon Josefsson * lib/configure.ac: Use gettext 0.14.0. Remove non-C89 stuff. 2004-04-15 Simon Josefsson * lib/ChangeLog: Add. 2004-04-15 Simon Josefsson * lib/AUTHORS, lib/NEWS, lib/README, lib/THANKS: Add. 2004-04-15 Simon Josefsson * lib/Makefile.am: Add ACLOCAL_AMFLAGS. 2004-04-15 Simon Josefsson * lib/m4/ax_create_stdint_h.m4, lib/m4/check_headerlib.m4, lib/m4/libgcrypt.m4, m4/ax_create_stdint_h.m4, m4/check_headerlib.m4, m4/libgcrypt.m4: Move library m4's from m4/ to lib/m4. 2004-04-15 Simon Josefsson * lib/configure.ac: Autoupdated. 2004-04-15 Simon Josefsson * lib/Makefile.am: Recurse into po/. 2004-04-15 Simon Josefsson * lib/autogen.sh: Add. 2004-04-15 Simon Josefsson * lib/Makefile.am: Add libgsasl.pc*. Recurse into crypto/ if needed. 2004-04-15 Simon Josefsson * lib/configure.ac: Add, taken mostly from ../configure.ac. 2004-04-15 Simon Josefsson * configure.ac: Remove most of library specific code. Add AC_CONFIG_SUBDIRS(lib). 2004-04-15 Simon Josefsson * Makefile.am: Don't build libgsasl.pc here. Don't recurse into crypto/. 2004-04-15 Simon Josefsson * crypto/.cvsignore, crypto/Makefile.am, crypto/README, crypto/README.gsasl, crypto/hmac-md5.c, crypto/hmac.c, crypto/hmac.h, crypto/macros.h, crypto/md5-meta.c, crypto/md5.c, crypto/md5.h, crypto/memxor.c, crypto/memxor.h, crypto/nettle-internal.h, crypto/nettle-meta.h, lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/README, lib/crypto/README.gsasl, lib/crypto/hmac-md5.c, lib/crypto/hmac.c, lib/crypto/hmac.h, lib/crypto/macros.h, lib/crypto/md5-meta.c, lib/crypto/md5.c, lib/crypto/md5.h, lib/crypto/memxor.c, lib/crypto/memxor.h, lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h: Move crypto/ from top-level to lib/. 2004-04-15 Simon Josefsson * lib/libgsasl.pc.in, libgsasl.pc.in: Move libgsasl.pc.in from top-level to lib/. 2004-04-13 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-03.tx t, doc/specification/draft-siemborski-rfc1734bis-03.txt, doc/specification/draft-siemborski-rfc2554bis-03.txt: Add. 2004-04-12 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-08.txt: Add. 2004-03-23 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-07.txt: Add. 2004-03-10 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-06.txt: Add. 2004-03-09 Simon Josefsson * THANKS: Add. 2004-03-09 Simon Josefsson * doc/gsasl.texi: Fix example code, reported by Tomas Ogren . 2004-03-05 Simon Josefsson * doc/specification/draft-melnikov-rfc2831bis-02.txt: Add. 2004-02-29 Simon Josefsson * NEWS: Add. 2004-02-29 Simon Josefsson * gl/strdup.c, gl/strdup.h: Sync with gnulib. 2004-02-29 Simon Josefsson * po/.cvsignore: [no log message] 2004-02-29 Simon Josefsson * THANKS, po/LINGUAS, po/pl.po: Add Polish translation, from Jakub Bogusz . 2004-02-17 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-04.txt, doc/specification/draft-ietf-sasl-rfc2831bis-03.txt: Add. 2004-02-17 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-03.txt, doc/specification/draft-ietf-sasl-saslprep-05.txt: Add. 2004-02-16 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-06.txt: Add. 2004-01-28 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-02.txt, doc/specification/draft-ietf-sasl-rfc2222bis-05.txt: Add. 2004-01-23 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.c, gl/strdup.h: Update. 2004-01-23 Simon Josefsson * gl/strdup.h: Fix. 2004-01-22 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-22 Simon Josefsson * ChangeLog: [no log message] 2004-01-22 Simon Josefsson * NEWS: Version 0.0.14. 2004-01-22 Simon Josefsson * po/sv.po: Update. 2004-01-21 Simon Josefsson * doc/specification/sasl-mechanisms: Add. 2004-01-18 Simon Josefsson * lib/Makefile.am: Fix NTLM. 2004-01-18 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.h: Fix. 2004-01-18 Simon Josefsson * doc/Makefile.am: Add fdl.texi. 2004-01-18 Simon Josefsson * doc/fdl.texi: Add. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -I's. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -Igl. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Add FDL. Remove final TOCs. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Use FDL 1.2. 2004-01-18 Simon Josefsson * doc/Makefile.am, doc/fdl.texi, doc/gpl.texi, doc/gsasl.texi: Remove gpl.texi and fdl.texi for now. 2004-01-18 Simon Josefsson * NEWS: Add. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Add. 2004-01-18 Simon Josefsson * src/internal.h: Include strdup.h. 2004-01-18 Simon Josefsson * gl/strdup.h: Add. 2004-01-18 Simon Josefsson * gl/Makefile.am: Add strdup.h. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Need -lgl. 2004-01-18 Simon Josefsson * lib/digest-md5/digest-md5.c, lib/kerberos_v5/kerberos_v5.c: Include strdup.h. 2004-01-18 Simon Josefsson * doc/reference/Makefile.am: Fix ignore. 2004-01-18 Simon Josefsson * doc/reference/Makefile.am: Fix HIGNORE. 2004-01-18 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.c: Add. 2004-01-18 Simon Josefsson * configure.ac: Add strdup. 2004-01-18 Simon Josefsson * src/getopt.c, src/getopt.h, src/getopt1.c: Moved to ../gl/. 2004-01-18 Simon Josefsson * lib/Makefile.am, lib/gettext.h: Use -Igl instead of gettext.h. 2004-01-18 Simon Josefsson * src/Makefile.am: Add -Igl, for gettext.h. 2004-01-18 Simon Josefsson * src/Makefile.am: Replace getopt with -lgl from ../gl/. 2004-01-18 Simon Josefsson * gl/.cvsignore: [no log message] 2004-01-18 Simon Josefsson * Makefile.am: Aclocal -I gl/m4. 2004-01-18 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/gettext.h, gl/m4/getopt.m4: Add. 2004-01-18 Simon Josefsson * configure.ac: Remove old getopt test. 2004-01-18 Simon Josefsson * Makefile.am: Add gl/. 2004-01-18 Simon Josefsson * configure.ac: Use getopt from gnulib. Add gl/. 2004-01-18 Simon Josefsson * src/gsasl.c, src/imap.c: Indent. 2004-01-18 Simon Josefsson * lib/init.c: Move _gsasl_crypto_init prototype to crypto.h. 2004-01-18 Simon Josefsson * lib/nettle.c: Include crypto.h. Fix warnings. 2004-01-18 Simon Josefsson * lib/libgcrypt.c: Fix warnings. 2004-01-18 Simon Josefsson * lib/libgcrypt.c: Include crypto.h. 2004-01-18 Simon Josefsson * lib/Makefile.am, lib/crypto.h: Add crypto.h. 2004-01-18 Simon Josefsson * lib/digest-md5/digest-md5.c: Use nettle-types.h for uint32_t etc. Fix warning. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am: Add. 2004-01-17 Simon Josefsson * NEWS: Add. 2004-01-17 Simon Josefsson * lib/anonymous/.cvsignore, lib/cram-md5/.cvsignore, lib/digest-md5/.cvsignore, lib/external/.cvsignore, lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore, lib/login/.cvsignore, lib/ntlm/.cvsignore, lib/plain/.cvsignore, lib/securid/.cvsignore: [no log message] 2004-01-17 Simon Josefsson * configure.ac, lib/Makefile.am, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am: Build helper libraries for each mechanism. 2004-01-17 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-17 Simon Josefsson * Makefile.am: Fix release target. 2004-01-17 Simon Josefsson * ChangeLog: [no log message] 2004-01-17 Simon Josefsson * doc/gsasl.texi: Fix title. 2004-01-17 Simon Josefsson * crypto/Makefile.am: Add nettle-types.h to BUILT_SOURCES and DISTCLEANFILES. 2004-01-17 Simon Josefsson * crypto/Makefile.am: Dist nettle-internal.h. 2004-01-17 Simon Josefsson * NEWS: Version 0.0.13. 2004-01-17 Simon Josefsson * po/sv.po: Generated. 2004-01-17 Simon Josefsson * Makefile.am: Fix release target. 2004-01-17 Simon Josefsson * NEWS: Add. 2004-01-17 Simon Josefsson * configure.ac, crypto/hmac.c, crypto/hmac.h, crypto/md5.h, crypto/memxor.h, crypto/nettle-internal.h, crypto/nettle-meta.h, m4/ax_create_stdint_h.m4: Update Nettle files. Use ax_create_stdint_h, for Nettle. 2004-01-17 Simon Josefsson * crypto/.cvsignore, po/.cvsignore: [no log message] 2004-01-16 Simon Josefsson * po/gsasl.pot: Remove. 2004-01-15 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-15 Simon Josefsson * ChangeLog: [no log message] 2004-01-15 Simon Josefsson * NEWS: Version 0.0.12. 2004-01-15 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2004-01-15 Simon Josefsson * Makefile.am: (release): Use binary PGP. Add ftp-upload.gnu.org stuff. Use CSS. 2004-01-15 Simon Josefsson * doc/gendocs.sh: Upstream sync. 2004-01-15 Simon Josefsson * src/imap.c: (imap_step_recv): Remove \r\n from SASL base64 tokens. 2004-01-14 Simon Josefsson * NEWS: Add. 2004-01-14 Simon Josefsson * NEWS: Add. 2004-01-14 Simon Josefsson * src/imap.c: (imap_select_mechanism): Read capability line and capability command response in two separate calls. 2004-01-14 Simon Josefsson * src/gsasl.c: (readln): For sockets, just read one line at a time. 2004-01-14 Simon Josefsson * lib/obsolete.c: (gsasl_client_listmech, gsasl_server_listmech): Make room for \0. 2004-01-12 Simon Josefsson * src/gsasl.c: Fix messages. 2004-01-10 Simon Josefsson * doc/Makefile.am: Maintainerclean man pages. 2004-01-10 Simon Josefsson * doc/Makefile.am: Fix gsasl.1 depends. 2004-01-10 Simon Josefsson * doc/Makefile.am: Dist texinfo.css. 2004-01-10 Simon Josefsson * doc/gendocs.sh: Sync with texinfo. 2004-01-10 Simon Josefsson * doc/gendocs_template: Remove DocBook. 2004-01-10 Simon Josefsson * doc/gsasl.texi: Fix title. Use @finalout. 2004-01-10 Simon Josefsson * doc/Makefile.am: Use CSS for HTML. 2004-01-10 Simon Josefsson * doc/texinfo.css: Add. 2004-01-06 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-06 Simon Josefsson * ChangeLog: [no log message] 2004-01-06 Simon Josefsson * NEWS: Version 0.0.11. 2004-01-06 Simon Josefsson * doc/gsasl.texi: Use ASCII encoding. Bump copyright years. 2004-01-06 Simon Josefsson * README-alpha: Fix. 2004-01-01 Simon Josefsson * autogen.sh, configure.ac: Work with autoconf 2.58, automake 1.7, libtool 1.5. 2004-01-01 Simon Josefsson * lib/stringprep-no.c: Handle NULL stringprep_rc. 2003-12-31 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-00.txt: Add. 2003-12-23 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-04.txt: Add. 2003-12-22 Simon Josefsson * .cvsignore: [no log message] 2003-12-22 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-12-22 Simon Josefsson * COPYING: Remove. 2003-12-22 Simon Josefsson * configure.ac: Fix. 2003-12-22 Simon Josefsson * crypto/README, crypto/README.gsasl: Fix. 2003-12-10 Simon Josefsson * README-alpha: Fix. 2003-12-10 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Sync. 2003-12-07 Simon Josefsson * NEWS, doc/Makefile.am: Remove DocBook (for now). 2003-12-07 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-03d.txt: Add. 2003-12-06 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-02.tx t, doc/specification/draft-siemborski-rfc1734bis-02.txt, doc/specification/draft-siemborski-rfc2554bis-02.txt: Add. 2003-12-01 Simon Josefsson * lib/stringprep.c: (gsasl_stringprep_saslprep): Fix return value check. (gsasl_stringprep_trace): Likewise. 2003-12-01 Simon Josefsson * NEWS: Add. 2003-12-01 Simon Josefsson * src/gsasl.c: (select_mechanism): Don't prompt for mechanism name when --mechanism is used. 2003-12-01 Simon Josefsson * lib/gsasl.h.in: Add GSASL_SASLPREP_ERROR. 2003-12-01 Simon Josefsson * lib/cram-md5/cram-md5.c: Use SASLprep. Fix challenge string to conform to proper syntax. 2003-12-01 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-01.txt: Add. 2003-11-30 Simon Josefsson * README: Fix. 2003-11-25 Simon Josefsson * src/gsasl.ggo: Add section and typestr. 2003-11-25 Simon Josefsson * configure.ac: Disable fortran etc libtool tests. 2003-11-24 Simon Josefsson * lib/xstep.c: (gsasl_step64): Fix deallocation of output. 2003-11-23 Simon Josefsson * Makefile.am: Remove ANNOUNCE. 2003-11-23 Simon Josefsson * ANNOUNCE: Remove. 2003-11-23 Simon Josefsson * doc/gsasl.texi: Add. 2003-11-22 Simon Josefsson * NEWS, configure.ac: Bump versions. 2003-11-22 Simon Josefsson * lib/listmech.c: Doc fix. 2003-11-22 Simon Josefsson * ChangeLog: [no log message] 2003-11-22 Simon Josefsson * NEWS: Version 0.0.10. 2003-11-22 Simon Josefsson * NEWS: Fix. 2003-11-22 Simon Josefsson * lib/gsasl.h.in: Whitespace fixes to help GTK-DOC parser. 2003-11-22 Simon Josefsson * src/Makefile.am: Fix indent target. 2003-11-22 Simon Josefsson * NEWS: Add. 2003-11-22 Simon Josefsson * lib/cram-md5/cram-md5.c: (_gsasl_cram_md5_server_step): Don't always return GSASL_OK. Tiny patch from Sergey Poznyakoff . 2003-11-22 Simon Josefsson * m4/pkg.m4: Remove (not used any more). 2003-11-22 Simon Josefsson * NEWS, THANKS: Add. 2003-11-22 Simon Josefsson * doc/Makefile.am: Only descend into reference/ if ENABLE_GTK_DOC. 2003-11-22 Simon Josefsson * configure.ac: Use sj_CHECK_HEADERLIB for libidn. Fix sj_CHECK_HEADERLIB logic for KERBEROS_V5. 2003-11-22 Simon Josefsson * m4/check_headerlib.m4: Add to $LIBS. 2003-11-22 Simon Josefsson * configure.ac: Rename subst CRYPTO_* to NETTLE_*. Remove subst GSSAPI_*. 2003-11-22 Simon Josefsson * lib/Makefile.am: Remove unneeded @@'s. 2003-11-22 Simon Josefsson * configure.ac: Replace PKG_CHECK_MODULES with sj_CHECK_HEADERLIB. 2003-11-22 Simon Josefsson * m4/check_headerlib.m4: Add. 2003-11-21 Simon Josefsson * ANNOUNCE: Fix. 2003-11-21 Simon Josefsson * Makefile.am: Cleanup EXTRA_DIST. 2003-11-21 Simon Josefsson * Makefile.am: Cleanup EXTRA_DIST. 2003-11-21 Simon Josefsson * lib/xstep.c: Doc fix. 2003-11-21 Simon Josefsson * doc/gendocs_template: Fix last commit. 2003-11-21 Simon Josefsson * doc/gendocs_template: Fix doxygen links. 2003-11-21 Simon Josefsson * NEWS, configure.ac: Bump versions. 2003-11-21 Simon Josefsson * NEWS: Version 0.0.9. 2003-11-21 Simon Josefsson * Makefile.am: Fix release target. 2003-11-21 Simon Josefsson * .cvscopying, ChangeLog: [no log message] 2003-11-21 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-11-21 Simon Josefsson * src/callbacks.c: Remove bogus args_info declaration. 2003-11-21 Simon Josefsson * lib/common.c, lib/digest-md5/digest-md5.c, src/callbacks.c, src/gsasl.c, src/imap.c, src/smtp.c: Indent. 2003-11-21 Simon Josefsson * configure.ac: Bump so version. 2003-11-21 Simon Josefsson * lib/obsolete.c: Fix warning. 2003-11-21 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-11-21 Simon Josefsson * src/Makefile.am: Add smtp.h and imap.h. 2003-11-21 Simon Josefsson * NEWS: Fix. 2003-11-21 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-01.tx t: Add. 2003-11-20 Simon Josefsson * README: Fix. 2003-11-20 Simon Josefsson * lib/cram-md5/cram-md5.c, src/imap.c, src/smtp.c: Fix. 2003-11-20 Simon Josefsson * src/Makefile.am, src/callbacks.c, src/gsasl.c, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h: Cleanup IMAP/SMTP interaction. 2003-11-20 Simon Josefsson * lib/digest-md5/digest-md5.c: Fix warnings. 2003-11-20 Simon Josefsson * lib/common.c: Add NULL elements to fix warnings. 2003-11-20 Simon Josefsson * src/gsasl.c: Fix. 2003-11-20 Simon Josefsson * NEWS: Add. 2003-11-20 Simon Josefsson * src/gsasl.c, src/gsasl.ggo: Add support for SMTP. 2003-11-20 Simon Josefsson * src/gsasl.c: Cleanup. 2003-11-20 Simon Josefsson * src/gsasl.c: Cleanup. 2003-11-20 Simon Josefsson * src/gsasl.c: Sync commit. 2003-11-20 Simon Josefsson * src/gsasl.c: Sync commit. 2003-11-20 Simon Josefsson * src/gsasl.c: Sync commit. 2003-11-20 Simon Josefsson * src/gsasl.c: Cleanup. 2003-11-20 Simon Josefsson * po/POTFILES.in: Fix typo. 2003-11-20 Simon Josefsson * po/POTFILES.in: Add. 2003-11-20 Simon Josefsson * lib/digest-md5/digest-md5.c: Remove 'unsigned' from 'char *'. 2003-11-20 Simon Josefsson * crypto/hmac.c: Use assert instead of abort. 2003-11-20 Simon Josefsson * crypto/hmac.c: Don't use alloca. 2003-11-20 Simon Josefsson * configure.ac: Remove unused or pre-C89 checks. 2003-11-20 Simon Josefsson * crypto/hmac.c: Don't use alloca. 2003-11-20 Simon Josefsson * configure.ac: Check for alloca. 2003-11-20 Simon Josefsson * crypto/Makefile.am: Link $(ALLOCA). 2003-11-20 Simon Josefsson * NEWS: Add. 2003-11-20 Simon Josefsson * Makefile.am, configure.ac: Remove gnulib (gl/). 2003-11-20 Simon Josefsson * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/gettext.h, gl/m4/.cvsignore, gl/m4/alloca.m4, gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4, gl/m4/mempcpy.m4, gl/m4/nls.m4, gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/progtest.m4, gl/m4/realloc.m4, gl/m4/restrict.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4, gl/m4/strcase.m4, gl/m4/strchrnul.m4, gl/m4/strerror_r.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/sysexits.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unlocked-io.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/mempcpy.c, gl/mempcpy.h, gl/realloc.c, gl/stdbool_.h, gl/strcase.h, gl/strcasecmp.c, gl/strchrnul.c, gl/strchrnul.h, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/sysexit_.h, gl/unlocked-io.h, gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c, lib/Makefile.am, src/.cvsignore, src/Makefile.am, src/callbacks.c, src/getopt.c, src/getopt.h, src/getopt1.c, src/gsasl.c, src/gsasl.ggo, src/internal.h: Use getopt instead of argp. Remove gnulib (gl/). 2003-11-20 Simon Josefsson * doc/Makefile.am: Don't use argp specific parameter for help2man. 2003-11-20 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-20 Simon Josefsson * src/gsasl.c: Call textdomain. 2003-11-20 Simon Josefsson * lib/Makefile.am: Link with gnulib (for rpl_malloc breakage). 2003-11-20 Simon Josefsson * lib/error.c: (gsasl_strerror): Call bindtextdomain(). 2003-11-20 Simon Josefsson * lib/init.c: (gsasl_init): Move gettext initialization to error.c. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Fix license. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Add crypto API. Move old API down. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Fix typo. 2003-11-20 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets (I smell a pattern...). 2003-11-20 Simon Josefsson * doc/gsasl.texi: Markup fixes. 2003-11-20 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c: Indent. 2003-11-20 Simon Josefsson * lib/Makefile.am: Fix indent target. 2003-11-20 Simon Josefsson * lib/stringprep-no.c, lib/stringprep.c: Doc fix. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Fix. 2003-11-20 Simon Josefsson * NEWS: Remove. 2003-11-20 Simon Josefsson * lib/internal.h: Add comments. 2003-11-20 Simon Josefsson * lib/callback-c.c, lib/callback-s.c, lib/digest-md5/digest-md5.c, lib/gsasl.h.in, lib/gssapi/gssapi.c, lib/internal.h, lib/nettle.c, lib/obsolete.c, lib/xstart.c, lib/xstep.c, src/gsasl.c: Indent. 2003-11-20 Simon Josefsson * lib/init.c: Declare _gsasl_all_mechanisms (defined in common.c). Fix comments. 2003-11-20 Simon Josefsson * lib/internal.h: Remove _gsasl_all_mechanism declaration. 2003-11-20 Simon Josefsson * lib/internal.h: Remove stringprep hack. Remove VALID_HANDLE and VALID_SESSION_HANDLE. 2003-11-20 Simon Josefsson * lib/internal.h, lib/stringprep-no.c, lib/stringprep.c: Fix file comment. 2003-11-20 Simon Josefsson * lib/stringprep.c: Add comment. 2003-11-20 Simon Josefsson * lib/stringprep-no.c: Implement dummy API functions. 2003-11-20 Simon Josefsson * lib/done.c: (gsasl_done): Don't use VALID_HANDLE. 2003-11-20 Simon Josefsson * lib/xstep.c: (gsasl_step): Don't use VALID_SESSION_HANDLE. 2003-11-20 Simon Josefsson * lib/error.c, lib/internal.h: Move gettext declarations from internal.h to error.c. 2003-11-20 Simon Josefsson * lib/cram-md5/cram-md5.c, lib/digest-md5/digest-md5.c: Don't initialize crypto (done by gsasl_init). 2003-11-20 Simon Josefsson * lib/init.c: (gsasl_init): Call _gsasl_crypto_init() to initialize crypto functions. 2003-11-20 Simon Josefsson * lib/gsasl.h.in: (gsasl_randomize, gsasl_md5, gsasl_hmac_md5): Add. 2003-11-20 Simon Josefsson * lib/internal.h: Remove. 2003-11-20 Simon Josefsson * NEWS: Add. 2003-11-20 Simon Josefsson * lib/xstep.c: Add XXX. 2003-11-20 Simon Josefsson * lib/xstep.c: (gsasl_step): Check if sctx is valid. Suggested by pitrp@wg78.de (Peter Prohaska). 2003-11-20 Simon Josefsson * lib/done.c: (gsasl_done): Use VALID_HANDLE. 2003-11-20 Simon Josefsson * lib/error.c: (gsasl_strerror): Add GSASL_INVALID_HANDLE. 2003-11-20 Simon Josefsson * lib/gsasl.h.in: (Gsasl_rc): Add GSASL_INVALID_HANDLE. 2003-11-20 Simon Josefsson * lib/internal.h: (VALID_CTX): Rename to VALID_HANDLE. (VALID_SESSION_CTX): Rename to VALID_SESSION_HANDLE. 2003-11-20 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-01.txt, doc/specification/draft-siemborski-rfc2554bis-01.txt: Add. 2003-11-19 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-18 Simon Josefsson * lib/xstep.c: (gsasl_step): Don't loop around TOO_SMALL_BUFFER, it only hides problems because the plugins are not written to handle this. Will be solved when mechanism interface is fixed. 2003-11-17 Simon Josefsson * README-alpha: Mention versions. 2003-11-17 Simon Josefsson * src/gsasl.c: (readln): Try to be compatible with gsasl 0.0.6. 2003-11-17 Simon Josefsson * lib/xstep.c: Increase initial length, for GSSAPI, until we rewrite the internal mechanism API as well. 2003-11-15 Simon Josefsson * doc/specification/tom.wu-rfc2945-message_digest_comment: Add. From pitrp@wg78.de (Peter Prohaska). 2003-11-14 Simon Josefsson * lib/obsolete.c: Add. 2003-11-14 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-14 Simon Josefsson * doc/gsasl.texi: Add 'Old Functions'. 2003-11-14 Simon Josefsson * doc/Makefile.am: Update DocBook HTML target. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * lib/callback.c, lib/gsasl.h.in: Shorten parameter name. 2003-11-14 Simon Josefsson * lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/done.c, lib/gsasl.h.in, lib/init.c, lib/internal.h, lib/listmech.c, lib/suggest.c, lib/supportp.c, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, po/gsasl.pot, po/sv.po: Rename Gsasl_ctx to Gsasl, and Gsasl_session_ctx to Gsasl_session. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * lib/callback-s.c: (gsasl_server_ctx_get): Moved to obsolete.c (use gsasl_ctx_get instead). (gsasl_server_application_data_get): Moved to obsolete.c (use gsasl_appinfo_get). (gsasl_server_application_data_set): Moved to obsolete.c (use gsasl_appinfo_set). 2003-11-14 Simon Josefsson * NEWS: Add. Fix. 2003-11-14 Simon Josefsson * lib/gsasl.h.in: Move deprecated functions around. 2003-11-14 Simon Josefsson * lib/obsolete.c: (gsasl_client_ctx_get): Add, from callback-c.c. (gsasl_client_application_data_set): Likewise. (gsasl_client_application_data_get): Likewise. (gsasl_server_ctx_get): Add, from callback-s.c. (gsasl_server_application_data_set): Likewise. (gsasl_server_application_data_get): Likewise. 2003-11-14 Simon Josefsson * lib/callback-c.c: (gsasl_client_ctx_get): Move to obsolete.c (use gsasl_ctx_get instead). (gsasl_client_application_data_get): Move to obsolete.c (use gsasl_appinfo_get instead). (gsasl_client_application_data_set): Move to obsolete.c (use gsasl_appinfo_set instead). 2003-11-14 Simon Josefsson * lib/callback.c: (gsasl_ctx_get): Add. (gsasl_application_session_data_get): Rename to gsasl_appinfo_get. (gsasl_application_session_data_set): Rename to gsasl_appinfo_set. 2003-11-14 Simon Josefsson * lib/gsasl.h.in: (gsasl_application_session_data_set, gsasl_application_session_data_get): New. 2003-11-14 Simon Josefsson * lib/callback.c: (gsasl_application_session_data_get, gsasl_application_session_data_set): New. 2003-11-14 Simon Josefsson * crypto/Makefile.am, crypto/md5-meta.c: Add md5-meta.c. 2003-11-14 Simon Josefsson * lib/plain/plain.c: Fix mem leak (again). 2003-11-14 Simon Josefsson * lib/ntlm/ntlm.c, lib/plain/plain.c: Fix mem leak. 2003-11-14 Simon Josefsson * lib/obsolete.c: Fix mem leaks. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * tests/simple.c: Indent. 2003-11-14 Simon Josefsson * tests/simple.c: Indent. 2003-11-14 Simon Josefsson * doc/Makefile.am: Fix DocBook HTML targets. 2003-11-14 Simon Josefsson * NEWS: Add. Fix. 2003-11-14 Simon Josefsson * lib/xfinish.c: (gsasl_finish): New. (gsasl_client_finish, gsasl_server_finish): Removed, moved to obsolete.c. 2003-11-14 Simon Josefsson * lib/gsasl.h.in: (gsasl_step, gsasl_step64): New. (gsasl_finish): Likewise. (gsasl_client_step, gsasl_server_step): Deprecated; moved around to obsolete.c. (gsasl_client_step_base64, gsasl_server_step_base64): Likewise. (gsasl_client_finish, gsasl_server_finish): Likewise. 2003-11-14 Simon Josefsson * lib/xstep.c: (gsasl_client_step, gsasl_server_step): Deprecated, moved to obsolete.c. (gsasl_client_step_base64, gsasl_server_step_base64): Likewise. (_gsasl_session_step_base64): Removed. (gsasl_step): New function. (gsasl_step64): New function, based on _gsasl_session_step_base64. 2003-11-14 Simon Josefsson * lib/obsolete.c: (gsasl_client_step, gsasl_server_step): New, from xstep.c. (gsasl_client_step_base64, gsasl_server_step_base64): Likewise. (_gsasl_step, _gsasl_step64): Utility functions, used by previous wrappers. (gsasl_client_finish, gsasl_server_finish): New, from xfinish.c. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * lib/securid/securid.c: Fix size checks. 2003-11-14 Simon Josefsson * tests/simple.c: Add size checks to callbacks. 2003-11-14 Simon Josefsson * lib/anonymous/anonymous.c: (_gsasl_anonymous_client_step): Don't increment step until we are going to return success. 2003-11-14 Simon Josefsson * lib/internal.h: (_Gsasl_mechanism_functions): Split out function typedefs. 2003-11-11 Simon Josefsson * lib/common.c: Add W to GSASL_VALID_MECHANISM_CHARACTERS. 2003-11-11 Simon Josefsson * doc/Makefile.am: Replace gsasl.html target with AM_MAKEINFOHTMLFLAGS (part of CVS automake). 2003-11-11 Simon Josefsson * NEWS: Fix. 2003-11-11 Simon Josefsson * NEWS: Add. 2003-11-11 Simon Josefsson * lib/gsasl.h.in: Reorder error codes. Rename GSASL_SHISHI_ERROR to GSASL_KERBEROS_V5_INTERNAL_ERROR (but keep alias for a while). 2003-11-11 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c: Replace GSASL_SHISHI_ERROR with GSASL_KERBEROS_V5_INTERNAL_ERROR. 2003-11-11 Simon Josefsson * lib/gsasl.h.in: Remove gsasl_hexdump declaration. 2003-11-11 Simon Josefsson * lib/digest-md5/digest-md5.c: Fix typo in last commit. 2003-11-11 Simon Josefsson * lib/digest-md5/digest-md5.c: Don't use unportable asprintf. Use #define for maxbuf magic values. Check callback supplied maxbuf values for out of range. 2003-11-11 Simon Josefsson * lib/digest-md5/digest-md5.c: Check supplied maxbuf values better. 2003-11-11 Simon Josefsson * lib/gssapi/gssapi.c: Add the RFC reference to comment. 2003-11-10 Simon Josefsson * doc/specification/srp.ps, doc/specification/srp6.ps: Add. 2003-11-10 Simon Josefsson * doc/gsasl.texi: Fix --disable-client/server discussion. 2003-11-10 Simon Josefsson * README-alpha: Update building for CVS explanation. 2003-11-10 Simon Josefsson * doc/gsasl.texi: (Features): Mention protability. 2003-11-10 Simon Josefsson * README: Fix todos. 2003-11-10 Simon Josefsson * README: Mention portability. 2003-11-10 Simon Josefsson * README: Update dependencies for each mechanism. 2003-11-10 Simon Josefsson * doc/gendocs.sh: Remove texinfo bug workaround (was fixed in CVS texinfo). 2003-11-10 Simon Josefsson * NEWS: Add. 2003-11-10 Simon Josefsson * NEWS: Add. 2003-11-10 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-10 Simon Josefsson * lib/Makefile.am: Fix typo. 2003-11-10 Simon Josefsson * NEWS: Add. 2003-11-10 Simon Josefsson * THANKS: Typo. 2003-11-10 Simon Josefsson * THANKS: Add. 2003-11-10 Simon Josefsson * lib/listmech.c: (gsasl_server_mechlist): Use clientp=0. From pitrp@wg78.de (Peter Prohaska). 2003-11-10 Simon Josefsson * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c, lib/libgcrypt.c, lib/listmech.c, lib/xstart.c, lib/xstep.c: Indent. 2003-11-10 Simon Josefsson * lib/Makefile.am: Fix GSSAPI/NTLM header file names. 2003-11-09 Simon Josefsson * lib/error.c: (gsasl_strerror): Add GSASL_NO_CLIENT_CODE, GSASL_NO_SERVER_CODE. 2003-11-09 Simon Josefsson * lib/gsasl.h.in: Add GSASL_NO_CLIENT_CODE, GSASL_NO_SERVER_CODE. Typedef error code enum to Gsasl_rc. 2003-11-09 Simon Josefsson * lib/xstart.c: (_gsasl_setup): Don't fail if there is no start function in the mechanism. 2003-11-09 Simon Josefsson * lib/common.c: Fix typos. 2003-11-09 Simon Josefsson * lib/Makefile.am: Always build callback-c. and callback-s.c. 2003-11-09 Simon Josefsson * lib/xstep.c: (_gsasl_session_step_base64): Cleanups, e.g. check malloc return values. 2003-11-09 Simon Josefsson * lib/xfinish.c: (gsasl_client_finish, gsasl_server_finish): Add XXX. 2003-11-09 Simon Josefsson * lib/xcode.c: (_gsasl_code): Check output buffer size. 2003-11-09 Simon Josefsson * lib/xstart.c: (_gsasl_start): Split off some code into _gsasl_setup, and use it. (_gsasl_setup): New function. 2003-11-09 Simon Josefsson * lib/xstart.c: (_gsasl_find_mechanism): New. (_gsasl_start): Simplified, renamed from _gsasl_session_start. (gsasl_client_start, gsasl_server_start): Fix call to _gsasl_start. 2003-11-09 Simon Josefsson * lib/xcode.c: (gsasl_encode, gsasl_decode): Call _gsasl_code. (_gsasl_code): New function, generalization of the other two. 2003-11-09 Simon Josefsson * lib/common.c: (GSASL_VALID_MECHANISM_CHARACTERS): Remove lower case characters. 2003-11-09 Simon Josefsson * lib/done.c: (gsasl_done): Use VALID_CTX. 2003-11-09 Simon Josefsson * lib/internal.h: Add VALID_CTX and VALID_SESSION_CTX macros. 2003-11-09 Simon Josefsson * lib/listmech.c, lib/obsolete.c, lib/suggest.c, lib/supportp.c, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: Remove USE_CLIENT/USE_SERVER #ifdef's. 2003-11-09 Simon Josefsson * lib/common.c: Update #include of mechanism headers. Move USE_CLIENT/USE_SERVER #ifdef's within structure, so that members are initialized to NULL when USE_CLIENT/USE_SERVER is not defined. 2003-11-09 Simon Josefsson * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/cram-md5/cram-md5.c, lib/cram-md5/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h, lib/external.c, lib/external.h, lib/external/external.c, lib/external/external.h, lib/gssapi.c, lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5.c, lib/kerberos_v5.h, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/login.c, lib/login.h, lib/login/login.c, lib/login/login.h, lib/ntlm.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain.c, lib/plain.h, lib/plain/plain.c, lib/plain/plain.h, lib/securid.c, lib/securid.h, lib/securid/securid.c, lib/securid/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Move implementation of each mechanism into a separate directory. Update SOURCES in Makefile.am and #include's in common.c accordingly. 2003-11-09 Simon Josefsson * lib/Makefile.am: Use AM_CPPFLAGS instead of target_CPPFLAGS. 2003-11-09 Simon Josefsson * configure.ac: Update gnulib section. 2003-11-09 Simon Josefsson * gl/Makefile.am, gl/alloca.c, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/stdbool_.h, gl/strncasecmp.c, gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Update. 2003-11-09 Simon Josefsson * gl/m4/argp.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/xalloc.m4: Update. 2003-11-09 Simon Josefsson * doc/Makefile.am: Remove unused ps_TEXINFOS pdf_TEXINFOS. 2003-11-09 Simon Josefsson * .cvsignore, m4/.cvsignore: [no log message] 2003-11-09 Simon Josefsson * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Use *_CPPFLAGS instead of obsolete INCLUDES. 2003-11-09 Simon Josefsson * gl/m4/Makefile.am, m4/Makefile.am: Remove (not needed by modern automake). 2003-11-09 Simon Josefsson * configure.ac: Replace AC_HELP_STRING with AS_HELP_STRING. Move DocBook stuff last. Remove TEXI2PDF. 2003-11-09 Simon Josefsson * Makefile.am: Don't descend into m4. Move gl/ after lib/. 2003-11-09 Simon Josefsson * gl/Makefile.am: Don't descend into m4/. 2003-11-09 Simon Josefsson * configure.ac: Conformance fixes. 2003-11-09 Simon Josefsson * autogen.sh: Add warnings. 2003-11-09 Simon Josefsson * lib/securid.c: Make PASSCODE/PIN #define's visible to entire file. 2003-11-09 Simon Josefsson * lib/internal.h: Remove CPP cruft. 2003-11-07 Simon Josefsson * configure.ac: Remove libtool bug workaround. Remove dmalloc check. 2003-11-02 Simon Josefsson * doc/Makefile.am: Add DocBook targets. 2003-11-02 Simon Josefsson * doc/gendocs_template: Add Doxygen. 2003-11-02 Simon Josefsson * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/.cvsignore, doc/reference/tmpl/gsasl.sgml: Remove. 2003-11-02 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2003-11-02 Simon Josefsson * doc/reference/Makefile.am, doc/reference/gsasl-docs.tmpl, doc/reference/gsasl.types: Rewrite, taken from libidn. 2003-11-01 Simon Josefsson * po/POTFILES.in: Remove hexdump. 2003-11-01 Simon Josefsson * Makefile.am: Don't disable gtk-doc for distcheck here. 2003-11-01 Simon Josefsson * configure.ac: Use gtk-doc.m4. 2003-11-01 Simon Josefsson * m4/Makefile.am, m4/gtk-doc.m4: Add gtk-doc.m4. 2003-11-01 Simon Josefsson * configure.ac: Don't build doc/man/Makefile. 2003-11-01 Simon Josefsson * NEWS: Add. 2003-11-01 Simon Josefsson * doc/gendocs.sh: Mkdir -p. Work around _ XML bug in makeinfo --docbook. 2003-11-01 Simon Josefsson * doc/gendocs.sh: Mkdir HTML. 2003-11-01 Simon Josefsson * doc/gendocs_template: Sync with libidn (modulo doxygen). 2003-11-01 Simon Josefsson * doc/gendocs.sh: Sync with libidn. 2003-11-01 Simon Josefsson * doc/gendocs.sh, doc/gendocs_template: Add (from texinfo). 2003-11-01 Simon Josefsson * NEWS: Add. 2003-11-01 Simon Josefsson * doc/gsasl.texi, lib/Makefile.am, lib/hexdump.c: Remove hexdump. 2003-11-01 Simon Josefsson * lib/digest-md5.c: Remove debug code. 2003-11-01 Simon Josefsson * lib/digest-md5.c: Use GSASL crypto API instead of libgcrypt. 2003-11-01 Simon Josefsson * AUTHORS: Fix typo. 2003-11-01 Simon Josefsson * AUTHORS: Update PGP key. 2003-11-01 Simon Josefsson * doc/.cvsignore: [no log message] 2003-11-01 Simon Josefsson * doc/gsasl.texi: Change @include's to point at GDOC version. 2003-11-01 Simon Josefsson * doc/Makefile.gdoci: Rebuild Makefile after modifying Makefile.gdoc (shouldn't that be automatic?). 2003-11-01 Simon Josefsson * doc/Makefile.am: Use GDOC framework. Cleanup DocBook targets. 2003-11-01 Simon Josefsson * autogen.sh: Add gdoc bug workaround. 2003-11-01 Simon Josefsson * doc/Makefile.gdoci: Add. 2003-11-01 Simon Josefsson * doc/Makefile.am: Don't build in man/. Move gsasl.1 man target here. Add GDOC framework. 2003-11-01 Simon Josefsson * doc/.cvsignore: [no log message] 2003-11-01 Simon Josefsson * doc/gdoc: Update. 2003-11-01 Simon Josefsson * doc/man/.cvsignore, doc/man/Makefile.am: Remove (replaced by gdoc framework). 2003-10-30 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-00.txt, doc/specification/draft-siemborski-rfc2554bis-00.txt: Add. 2003-10-29 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-00.tx t, doc/specification/draft-siemborski-imap-sasl-initial-response-01b.t xt: Add. 2003-10-29 Simon Josefsson * README: Add todo item. 2003-10-29 Simon Josefsson * lib/libgcrypt.c: (_gsasl_crypto_init): Fix warnings. 2003-10-29 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-03.txt, doc/specification/draft-ietf-sasl-rfc2222bis-03.txt: Add. 2003-10-29 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-04.txt: Add. 2003-10-23 Simon Josefsson * doc/Makefile.am: Dist doxygen/gdoc2doxygen. 2003-10-23 Simon Josefsson * .cvsignore, doc/doxygen/.cvsignore, doc/doxygen/gdoc2doxygen: Add. 2003-10-23 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2003-10-23 Simon Josefsson * doc/doxygen/Doxyfile.in: Add. 2003-10-23 Simon Josefsson * doc/Makefile.am: Dist doxygen/Doxyfile.in. 2003-10-23 Simon Josefsson * configure.ac: Add AC_CONFIG_AUX_DIR for new automake. Build doc/doxygen/Doxyfile. 2003-10-16 Simon Josefsson * doc/gsasl.texi: Add. 2003-10-16 Simon Josefsson * NEWS: Fix. 2003-10-14 Simon Josefsson * Makefile.am: Fix order. 2003-10-14 Simon Josefsson * Makefile.am, configure.ac: Use conditional NETTLE instead of @CRYPTO@ substitution. 2003-10-14 Simon Josefsson * lib/cram-md5.c: Rename MD5_LEN to MD5LEN, for consistency with digest-md5.c. 2003-10-14 Simon Josefsson * crypto/.cvsignore, crypto/Makefile.am, crypto/README, crypto/hmac-md5.c, crypto/hmac.c, crypto/hmac.h, crypto/macros.h, crypto/md5.c, crypto/md5.h, crypto/memxor.c, crypto/memxor.h, crypto/nettle-meta.h: Add (from Lsh Nettle CVS). 2003-10-14 Simon Josefsson * lib/cram-md5.c: Use abstract crypto interface. 2003-10-14 Simon Josefsson * Makefile.am, NEWS, configure.ac, lib/Makefile.am, lib/gsasl.h.in, lib/internal.h, lib/libgcrypt.c, lib/nettle.c: Add crypto/ containing (parts of) Nettle. Test for libgcrypt 1.1.42 or later. Fall back to Nettle if libgcrypt not found. Add abstract crypto interface. 2003-10-12 Simon Josefsson * NEWS: Add. 2003-10-12 Simon Josefsson * lib/digest-md5.c: Remove unused error checking, based on report from Marc Mutz . 2003-10-12 Simon Josefsson * THANKS: Add. 2003-10-12 Simon Josefsson * lib/digest-md5.c: Fix tokenizing of strings when they end with ", based on report from Marc Mutz . 2003-10-11 Simon Josefsson * NEWS, configure.ac: Bump versions. 2003-10-11 Simon Josefsson * Makefile.am: Fix release target. 2003-10-11 Simon Josefsson * ChangeLog: [no log message] 2003-10-11 Simon Josefsson * NEWS: Version 0.0.8. 2003-10-10 Simon Josefsson * configure.ac: Bump so version. Fix so version comments (mimic libtool manual). 2003-10-10 Simon Josefsson * NEWS: Fix. 2003-10-10 Simon Josefsson * NEWS: Add. Fix. 2003-10-10 Simon Josefsson * gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp.h, gl/m4/argp.m4: Fix for Solaris Forte 7 CC, based on report from Lars Engebretsen . 2003-10-10 Simon Josefsson * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/strcase.m4, gl/strcase.h, gl/strcasecmp.c: Add. 2003-10-10 Simon Josefsson * configure.ac: Gnulib fix. 2003-10-10 Simon Josefsson * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/restrict.m4, gl/unlocked-io.h: Update. 2003-10-09 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Update. 2003-10-09 Simon Josefsson * NEWS: Fix. 2003-10-09 Simon Josefsson * lib/stringprep-no.c: Doc fix. 2003-10-09 Simon Josefsson * lib/internal.h: (_gsasl_no_stringprep_nfkc, _gsasl_no_stringprep): Add prototypes. 2003-10-09 Simon Josefsson * tests/simple.c: Fix. 2003-10-09 Simon Josefsson * configure.ac: If both MIT and Heimdal is installed, chose Heimdal and warn about it, instead of aborting. 2003-10-09 Simon Josefsson * lib/gssapi.c: Fix comment. 2003-10-09 Simon Josefsson * doc/man/Makefile.am: Add. 2003-10-09 Simon Josefsson * lib/obsolete.c: Doc fix. 2003-10-09 Simon Josefsson * NEWS: Fix. 2003-10-09 Simon Josefsson * src/gsasl.c: Make it work on Solaris: Don't use standard C for IO. Fix strcpy to itself. Based on report from Lars Engebretsen . 2003-10-09 Simon Josefsson * src/gsasl.c: Remove debug code. 2003-10-09 Simon Josefsson * configure.ac: Check for socket in -lsocket and gethostbyname in -lnsl. 2003-10-09 Simon Josefsson * doc/gsasl.texi, src/gsasl.c: Add -d as short form for --application-data. 2003-10-09 Simon Josefsson * src/gsasl.c: Use new gsasl_client_mechlist and gsasl_server_mechlist API. 2003-10-09 Simon Josefsson * lib/obsolete.c: Add. 2003-10-09 Simon Josefsson * NEWS, lib/Makefile.am, lib/gsasl.h.in, lib/internal.h, lib/listmech.c: (gsasl_client_mechlist, gsasl_server_mechlist): New. (gsasl_client_listmech, gsasl_server_listmech): Deprecate. 2003-10-09 Simon Josefsson * NEWS, lib/gsasl.h.in, src/callbacks.c, src/callbacks.h, src/gsasl.c: Make maxbuf size_t. 2003-10-09 Simon Josefsson * configure.ac: Add getline. 2003-10-09 Simon Josefsson * gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/Makefile.am, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/ssize_t.m4: Add getline. Update argp from gnulib. 2003-10-07 Simon Josefsson * src/callbacks.c: (utf8cpy): Don't crash if stringprep is not used. 2003-10-07 Simon Josefsson * NEWS: Fix. 2003-10-07 Simon Josefsson * NEWS, THANKS: Add. 2003-10-07 Simon Josefsson * configure.ac: Rewrite GSS test, suggested by Lars Engebretsen . 2003-10-07 Simon Josefsson * configure.ac, lib/gssapi.c: Fix GSSAPI include check. 2003-10-06 Simon Josefsson * lib/stringprep-no.c: Fix. 2003-10-06 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Generated. 2003-10-06 Simon Josefsson * NEWS: Add. 2003-10-06 Simon Josefsson * tests/Makefile.am: Don't always build self tests. 2003-10-06 Simon Josefsson * lib/gsasl.h.in: Fix last commit. 2003-10-06 Simon Josefsson * lib/digest-md5.c, lib/gsasl.h.in, src/callbacks.c, src/callbacks.h, src/gsasl.c: Maxbuf is unsigned long, suggested by Alexey Melnikov . 2003-10-06 Simon Josefsson * lib/gssapi.c: (_gsasl_gssapi_server_finish): Fix call to gss_release_cred(). 2003-10-06 Simon Josefsson * lib/digest-md5.c, lib/internal.h, lib/stringprep-no.c: Cleanup. 2003-10-06 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Generated. 2003-10-06 Simon Josefsson * lib/common.c, lib/gsasl.h.in, lib/xstep.c, src/callbacks.c, src/callbacks.h, src/gsasl.c, tests/simple.c: Indent. 2003-10-05 Simon Josefsson * README: Fix. 2003-10-05 Simon Josefsson * lib/stringprep-no.c: Fix. 2003-10-05 Simon Josefsson * tests/simple.c: Handle no libstringprep. 2003-10-05 Simon Josefsson * NEWS: Mention i18n string API. 2003-10-05 Simon Josefsson * doc/gsasl.texi, doc/reference/tmpl/gsasl.sgml: Add. 2003-10-05 Simon Josefsson * doc/man/Makefile.am: Update. 2003-10-05 Simon Josefsson * doc/Makefile.am: Add stringprep. 2003-10-05 Simon Josefsson * lib/stringprep.c: Doc fix. 2003-10-05 Simon Josefsson * doc/Makefile.am: Fix callback. 2003-10-05 Simon Josefsson * lib/cram-md5.c, lib/digest-md5.c, lib/gsasl.h.in, lib/login.c, lib/plain.c: Use new stringprep API. 2003-10-05 Simon Josefsson * configure.ac, lib/Makefile.am, lib/internal.h, lib/stringprep-no.c, lib/stringprep.c: Make libstringprep optional. 2003-10-05 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-02.txt: Add. 2003-10-03 Simon Josefsson * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c: Sync with my proposed glibc patches. 2003-10-02 Simon Josefsson * doc/gsasl.texi: Cosmetic fixes. 2003-10-02 Simon Josefsson * lib/gsasl.h.in: Comment fix. 2003-10-02 Simon Josefsson * configure.ac: Fix header checks. 2003-10-02 Simon Josefsson * configure.ac: New libidn check; not included any more. 2003-10-02 Simon Josefsson * configure.ac, lib/.cvsignore, lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/external.c, lib/external.h, lib/gssapi.c, lib/kerberos_v5.c, lib/kerberos_v5.h, lib/login.c, lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Client/server separation fixes. 2003-10-02 Simon Josefsson * Makefile.am: Don't build libidn. 2003-10-02 Simon Josefsson * src/Makefile.am: Remove LIBIDN_*. 2003-10-02 Simon Josefsson * src/callbacks.c: Protect stringprep_locale_to_utf8. 2003-10-02 Simon Josefsson * lib/internal.h, src/internal.h: Protect stringprep.h. 2003-10-02 Simon Josefsson * lib/listmech.c, lib/suggest.c, lib/supportp.c: Use USE_CLIENT/SERVER. 2003-10-01 Simon Josefsson * doc/gsasl.texi: Add. 2003-10-01 Simon Josefsson * Makefile.am: Use --fsf with cvs2cl. 2003-10-01 Simon Josefsson * Makefile.am: Disable GTK-DOC. 2003-10-01 Simon Josefsson * doc/reference/Makefile.am: Sort includes. Generalize install hooks. Don't break when GTK-DOC disabled. 2003-10-01 Simon Josefsson * NEWS: Add. 2003-10-01 Simon Josefsson * doc/.cvsignore, doc/Makefile.am, doc/man/.cvsignore, doc/man/Makefile.am: Add man pages. 2003-10-01 Simon Josefsson * doc/gdoc: Update (from Shishi). 2003-10-01 Simon Josefsson * configure.ac: New GTK-DOC check. Add doc/man/. 2003-10-01 Simon Josefsson * src/gettext.h: Remove (GNULib used instead). 2003-10-01 Simon Josefsson * src/internal.h: Fix string.h. 2003-10-01 Simon Josefsson * src/Makefile.am: Use gettext.h from GNULib. 2003-10-01 Simon Josefsson * lib/Makefile.am: Don't use GNULib. 2003-10-01 Simon Josefsson * NEWS, lib/gettext.h: Add. 2003-10-01 Simon Josefsson * lib/internal.h: Use lib/gettext.h instead of GNULib. 2003-10-01 Simon Josefsson * lib/internal.h: Don't use minmax.h. 2003-10-01 Simon Josefsson * configure.ac, gl/Makefile.am, gl/minmax.h: Remove minmax. 2003-10-01 Simon Josefsson * gl/Makefile.am, gl/gethostname.c, gl/m4/Makefile.am, gl/m4/gethostname.m4, gl/m4/memmove.m4, gl/m4/memset.m4, gl/m4/strdup.m4, gl/memmove.c, gl/memset.c, gl/strdup.c: We assume C89. 2003-10-01 Simon Josefsson * lib/internal.h: Use minmax.h. 2003-10-01 Simon Josefsson * configure.ac, gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/asnprintf.c, gl/asprintf.c, gl/m4/Makefile.am, gl/m4/intmax_t.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, lib/gettext.h: GNULib sync. 2003-10-01 Simon Josefsson * src/Makefile.am: Fix. 2003-10-01 Simon Josefsson * lib/Makefile.am: Remove -I../intl. Fix LIBADD for libfoo.la. 2003-10-01 Simon Josefsson * gl/Makefile.am, gl/minmax.h: Add minmax. 2003-10-01 Simon Josefsson * configure.ac: Refuse to disable both client and server. 2003-10-01 Simon Josefsson * configure.ac, gl/Makefile.am, gl/alloca.c, gl/alloca_.h, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/gethostname.c, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/m4/Makefile.am, gl/m4/alloca.m4, gl/m4/argp.m4, gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/mempcpy.m4, gl/m4/strchrnul.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/unlocked-io.m4, gl/m4/vasnprintf.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c, gl/mempcpy.c, gl/mempcpy.h, gl/memset.c, gl/realloc.c, gl/strchrnul.c, gl/strdup.c, gl/strerror.c, gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/vasnprintf.c, gl/xmalloc.c, gl/xstrdup.c: GNULib sync. 2003-10-01 Simon Josefsson * lib/internal.h: Move #include to STDC_HEADERS. 2003-10-01 Simon Josefsson * lib/xfinish.c: Revert and fix. Suggested by Andorz Nilsson . 2003-10-01 Simon Josefsson * lib/xstart.c, lib/xstep.c: Revert, less duplicated code. Suggested by Andorz Nilsson . 2003-09-20 Simon Josefsson * configure.ac: Disable KERBEROS_V5 by default (Shishi API too unstable). 2003-09-02 Simon Josefsson * doc/draft-newman-sasl-c-api-02.txt, doc/specification/draft-newman-sasl-c-api-02.txt: Move to specification/. 2003-09-02 Simon Josefsson * doc/draft-newman-sasl-c-api-02.txt: Add. 2003-09-01 Simon Josefsson * configure.ac: Don't check for math.h (not needed). 2003-09-01 Simon Josefsson * lib/digest-md5.c: Don't require -lm. 2003-08-29 Simon Josefsson * doc/specification/draft-murchison-sasl-login-00.txt: Add. 2003-08-22 Simon Josefsson * src/Makefile.am: Link gnulib (for argp). 2003-08-22 Simon Josefsson * configure.ac: fix libidn paths. 2003-08-22 Simon Josefsson * configure.ac: Fix libidn CFLAGS. 2003-08-19 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-02.txt: Add. 2003-08-09 Simon Josefsson * gl/Makefile.am: Use libtool. 2003-08-09 Simon Josefsson * gl/.cvsignore: [no log message] 2003-08-05 Simon Josefsson * NEWS: Fix. 2003-08-04 Simon Josefsson * NEWS: Typo. 2003-08-04 Simon Josefsson * NEWS: Add. 2003-08-04 Simon Josefsson * configure.ac, lib/common.c, lib/done.c, lib/init.c, lib/internal.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, tests/simple.c: Make client/server optional. 2003-08-04 Simon Josefsson * configure.ac: Add gnulib checks. 2003-08-04 Simon Josefsson * lib/digest-md5.c: Don't require -lm. 2003-08-04 Simon Josefsson * lib/Makefile.am: Remove -lm. 2003-08-04 Simon Josefsson * NEWS, THANKS, gl/Makefile.am, gl/asnprintf.c, gl/asprintf.c, gl/exitfail.c, gl/exitfail.h, gl/gettext.h, gl/m4/Makefile.am, gl/m4/exitfail.m4, gl/m4/intmax_t.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/unlocked-io.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/xalloc.h, gl/xmalloc.c: Add. 2003-07-31 Simon Josefsson * Makefile.am: Replace gnudist with gnuftp. 2003-07-31 Simon Josefsson * doc/gsasl.texi: Don't read token from server if we are done. 2003-07-31 Simon Josefsson * doc/gsasl.texi: Fix typos, suggested by Andorz Nilsson. 2003-07-31 Simon Josefsson * doc/gsasl.texi: Update documentation to new API exit codes, suggested by Andorz Nilsson. 2003-07-11 Simon Josefsson * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h: Sync. 2003-07-11 Simon Josefsson * gl/argp-fmtstream.h, gl/argp-namefrob.h: Cleanup. 2003-07-11 Simon Josefsson * gl/argp-fmtstream.c, gl/argp-help.c, gl/argp-parse.c: Sync. 2003-07-10 Simon Josefsson * configure.ac: Check for sys/types.h earlier. Improve libidn warning. 2003-07-10 Simon Josefsson * src/internal.h: Include sys/types.h earlier. 2003-07-10 Simon Josefsson * gl/argp-namefrob.h: Be safer when config.h doesn't define _UNLOCKED stuff. 2003-07-10 Simon Josefsson * gl/argp-namefrob.h, gl/m4/Makefile.am: Add. 2003-07-10 Simon Josefsson * gl/argp-help.c: Move namespace fixes to argp-namefrob.h. 2003-07-10 Simon Josefsson * gl/Makefile.am, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-xinl.c, gl/argp.h, gl/m4/argp.m4, gl/m4/mempcpy.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/mempcpy.c, gl/mempcpy.h, gl/strndup.c, gl/strnlen.c: Portability fixes. 2003-07-10 Simon Josefsson * configure.ac: More gnulib tests. 2003-07-10 Simon Josefsson * lib/Makefile.am: Fix libtool warning when linking gnulib. 2003-07-10 Simon Josefsson * gl/Makefile.am: Add deps. 2003-07-10 Simon Josefsson * configure.ac: Warn about too recent libgcrypt. 2003-07-10 Simon Josefsson * gl/argp-fmtstream.h, gl/argp-help.c, gl/argp.h: Sent to libc-alpha. 2003-07-10 Simon Josefsson * configure.ac: Fix test comparator. 2003-07-10 Simon Josefsson * .cvsignore: [no log message] 2003-07-10 Simon Josefsson * NEWS: Add. 2003-07-10 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-07-10 Simon Josefsson * Makefile.am: Don't regenerate ChangeLog too often. 2003-07-10 Simon Josefsson * m4/Makefile.am, m4/pkg.m4: Add. 2003-07-10 Simon Josefsson * configure.ac: Disable libgcrypt if the unreleased API incompatible version is installed. 2003-07-10 Simon Josefsson * po/gsasl.pot, po/libgsasl.pot: Rename due to tarname change. 2003-07-10 Simon Josefsson * po/Makevars: Use explicit bug address (cannot use relative one, sigh). 2003-07-10 Simon Josefsson * po/Makevars: Add bug address. 2003-07-10 Simon Josefsson * Makefile.am: Update release target. 2003-07-10 Simon Josefsson * configure.ac: Change tarname from libgsasl to gsasl. 2003-07-10 Simon Josefsson * NEWS: Add. 2003-07-10 Simon Josefsson * po/.cvsignore: [no log message] 2003-07-10 Simon Josefsson * po/.cvsignore: [no log message] 2003-07-10 Simon Josefsson * po/Makevars: Update. 2003-07-10 Simon Josefsson * configure.ac: Use gettext 0.12.1. 2003-07-10 Simon Josefsson * configure.ac, lib/Makefile.am: Replace argp and REPLACE_OBJ with gnulib. 2003-07-10 Simon Josefsson * Makefile.am, src/Makefile.am: Replace argp with gl. 2003-07-10 Simon Josefsson * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/gethostname.c, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/gettext.h, gl/m4/.cvsignore, gl/m4/Makefile.am, gl/m4/alloca.m4, gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/gethostname.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4, gl/m4/memmove.m4, gl/m4/memset.m4, gl/m4/nls.m4, gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/progtest.m4, gl/m4/realloc.m4, gl/m4/stdint_h.m4, gl/m4/strchrnul.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4, gl/m4/sysexits.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unlocked-io.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c, gl/memset.c, gl/realloc.c, gl/strchrnul.c, gl/strchrnul.h, gl/strdup.c, gl/strerror.c, gl/sysexit_.h, gl/unlocked-io.h, gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Add. 2003-07-10 Simon Josefsson * argp/.cvsignore: [no log message] 2003-07-10 Simon Josefsson * argp/Makefile.am, argp/Versions, argp/acinclude.m4, argp/argp-ba.c, argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fmtstream.h, argp/argp-fs-xinl.c, argp/argp-help.c, argp/argp-namefrob.h, argp/argp-parse.c, argp/argp-pv.c, argp/argp-pvh.c, argp/argp-test.c, argp/argp-xinl.c, argp/argp.h, argp/config.h.in, argp/configure.ac, argp/libargp.m4, argp/mempcpy.c, argp/strchrnul.c, argp/strndup.c, lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c, lib/strerror.c: Remove (to be replaced by gnulib). 2003-07-02 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-03.txt: Add. 2003-07-02 Simon Josefsson * Makefile.am: Add legal information to ChangeLog. 2003-07-02 Simon Josefsson * .cvscopying: Add. 2003-07-01 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-01.txt, doc/specification/draft-ietf-sasl-rfc2831bis-02.txt: Add. 2003-06-12 Simon Josefsson * doc/Makefile.am: Don't overwrite gsasl.1 if help2man isn't available. 2003-06-10 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-00.txt: Add. 2003-06-08 Simon Josefsson * configure.ac: Bump version. 2003-06-02 Simon Josefsson * ChangeLog: [no log message] 2003-06-02 Simon Josefsson * NEWS: Version 0.0.7. 2003-06-02 Simon Josefsson * lib/gssapi.c: Use gss.h. 2003-05-30 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-01.txt: Add. 2003-05-28 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-02.txt: Add. 2003-05-27 Simon Josefsson * NEWS: Fix. 2003-05-27 Simon Josefsson * doc/gsasl.texi: Mention GSS/Heimdal. 2003-05-27 Simon Josefsson * configure.ac: Bump version number. 2003-05-27 Simon Josefsson * README, THANKS: Mention Heimdal. 2003-05-27 Simon Josefsson * NEWS: Add. 2003-05-27 Simon Josefsson * lib/gssapi.c: SS_C_NT_HOSTBASED_SERVICE work around moved to configure. 2003-05-27 Simon Josefsson * configure.ac: GSS_C_NT_HOSTBASED_SERVICE work around moved to configure. 2003-05-27 Simon Josefsson * README: Mention GSS, CCured. Remove todo. 2003-05-27 Simon Josefsson * configure.ac: Warn if GSS isn't found. 2003-05-27 Simon Josefsson * THANKS: Mention GSS. 2003-05-27 Simon Josefsson * doc/gsasl.texi: License doesn't have to be invariant. 2003-05-26 Simon Josefsson * doc/Makefile.am: Replace lt-gsasl with gsasl in man page (work around libtool). 2003-05-24 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-00.txt: Add. 2003-05-24 Simon Josefsson * lib/gssapi.c: Deallocate GSS context correctly. 2003-05-18 Simon Josefsson * lib/gssapi.c: Support GSS. 2003-05-18 Simon Josefsson * lib/Makefile.am: Add GSS flags. 2003-05-18 Simon Josefsson * configure.ac: Detect GSS. 2003-05-06 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-01.txt, doc/specification/draft-ietf-sasl-saslprep-00.txt, doc/specification/draft-ietf-sasl-saslprep-01.txt: Add. 2003-05-06 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-00.txt: Add. 2003-05-06 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-01.txt: Add. 2003-04-16 Simon Josefsson * ANNOUNCE: Mention devices it works on. 2003-03-31 Simon Josefsson * doc/specification/draft-newman-sasl-c-api-01.txt: Add. 2003-03-17 Simon Josefsson * THANKS: Add. 2003-03-17 Simon Josefsson * AUTHORS: Fix. 2003-03-17 Simon Josefsson * doc/gsasl.texi: Don't ack self. Fix --imap descriptoin. 2003-03-17 Simon Josefsson * Makefile.am: Fix release target. 2003-03-17 Simon Josefsson * ChangeLog: [no log message] 2003-03-17 Simon Josefsson * Makefile.am: Fix pkg-config filename. Fix release target. 2003-03-17 Simon Josefsson * NEWS: Version 0.0.6. 2003-03-17 Simon Josefsson * po/sv.po: Generated. 2003-03-17 Simon Josefsson * .cvsignore: [no log message] 2003-03-17 Simon Josefsson * doc/gsasl.texi: Update ports. 2003-03-17 Simon Josefsson * configure.ac: Bump version. 2003-03-17 Simon Josefsson * po/gsasl.pot, po/libgsasl.pot, po/sv.po: Fix. 2003-03-17 Simon Josefsson * configure.ac: Revert libgsasl->gsasl rename. Bump so version. 2003-03-17 Simon Josefsson * src/gsasl.c: Don't prepend 's:'. 2003-03-17 Simon Josefsson * .cvsignore: [no log message] 2003-03-17 Simon Josefsson * NEWS: Add. 2003-03-17 Simon Josefsson * Makefile.am, configure.ac, gsasl.pc.in, libgsasl.pc.in: Revert unfinished libgsasl->gsasl pkg-config rename (unwise since it has been package in debian now). 2003-03-17 Simon Josefsson * ANNOUNCE: Add krb5. Fix licensing. 2003-03-17 Simon Josefsson * Makefile.am: Fix maintainer targets. 2003-03-17 Simon Josefsson * lib/common.c, lib/kerberos_v5.c, lib/kerberos_v5.h: Add kerberos encode/decode. 2003-02-28 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-00.txt, doc/specification/draft-ietf-sasl-rfc2831bis-00.txt, doc/specification/draft-newman-nntpext-auth-01.txt, doc/specification/draft-nystrom-securid-sasl-00.txt, doc/specification/draft-nystrom-securid-sasl-02.txt, doc/specification/draft-weltman-java-sasl-01.txt, doc/specification/draft-zuccherato-9798-3-sasl-01.txt, doc/specification/draft-zuccherato-9798-3-sasl-02.txt: Add. 2003-02-27 Simon Josefsson * doc/gsasl.texi: Typo fix. 2003-02-19 Simon Josefsson * Makefile.am: Generate FSF style ChangeLog. 2003-02-14 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Add. 2003-02-14 Simon Josefsson * src/gsasl.c, src/internal.h: Fix socket address. 2003-02-14 Simon Josefsson * .cvsignore, Makefile.am, configure.ac, doc/Makefile.am, gsasl.pc.in, lib/init.c, lib/internal.h, libgsasl.pc.in, po/gsasl.pot, po/libgsasl.pot, po/sv.po, src/Makefile.am, src/gsasl.c, src/internal.h: Rename package from libgsasl to gsasl. Use external gettext. Cleanup GTK-DOC, now disabled by default. 2003-02-14 Simon Josefsson * lib/Makefile.am: Remove spurious non-ASCII character. 2003-02-14 Simon Josefsson * configure.ac: Fix libidn typo. 2003-02-10 Simon Josefsson * README: Fix. 2003-02-10 Simon Josefsson * README-alpha: Add CVS building info. 2003-02-08 Simon Josefsson * src/callbacks.c: Fix. 2003-02-08 Simon Josefsson * lib/gsasl.h.in, lib/hexdump.c, lib/init.c, lib/listmech.c, lib/login.c, lib/login.h, lib/supportp.c, lib/xstart.c, lib/xstep.c, src/gsasl.c, src/internal.h, tests/simple.c: Fix. 2003-02-08 Simon Josefsson * lib/done.c: Fix. 2003-02-08 Simon Josefsson * doc/gsasl.texi: Add. 2003-02-05 Simon Josefsson * lib/kerberos_v5.c: API fixes. 2003-02-04 Simon Josefsson * doc/specification/draft-josefsson-sasl-kerberos5-01.txt: Add. 2003-02-03 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Generated. 2003-02-03 Simon Josefsson * doc/reference/Makefile.am: Add. 2003-02-03 Simon Josefsson * autogen.sh: Cleanup. 2003-02-03 Simon Josefsson * lib/kerberos_v5.c: Fix. 2003-02-03 Simon Josefsson * lib/kerberos_v5.c: Fix. 2003-02-02 Simon Josefsson * lib/kerberos_v5.c: Remove. 2003-02-02 Simon Josefsson * lib/kerberos_v5.c: Almost operational. 2003-02-02 Simon Josefsson * lib/kerberos_v5.c: Code sync. 2003-02-02 Simon Josefsson * lib/callback.c, lib/gsasl.h.in, lib/internal.h, lib/kerberos_v5.c, src/callbacks.c, src/callbacks.h, src/gsasl.c: Add client realm callback. 2003-02-01 Simon Josefsson * lib/kerberos_v5.c: Fixes. Non-infrastructure mode finishes SASL negotiation, but with fixed username, realm etc and without proper Authentication application data. 2003-02-01 Simon Josefsson * lib/error.c, lib/gsasl.h.in: Add GSASL_NEED_SERVER_RETRIEVE_CALLBACK. 2003-02-01 Simon Josefsson * doc/gsasl.texi: Add KERBEROS_V5. 2003-02-01 Simon Josefsson * README: Add. 2003-02-01 Simon Josefsson * README: Add. 2003-02-01 Simon Josefsson * README: Fix. 2003-01-31 Simon Josefsson * lib/common.c, lib/cram-md5.c, lib/digest-md5.c, lib/kerberos_v5.c, lib/kerberos_v5.h, src/gsasl.c, src/internal.h: Indent. 2003-01-31 Simon Josefsson * lib/.cvsignore: [no log message] 2003-01-31 Simon Josefsson * lib/Makefile.am, lib/common.c, lib/gsasl.h.in, lib/kerberos_v5.c, lib/kerberos_v5.h: Add unfinished KERBEROS_V5. 2003-01-31 Simon Josefsson * configure.ac: Fix NTLM. Add shishi test. 2003-01-31 Simon Josefsson * lib/anonymous.c, lib/anonymous.h, lib/cram-md5.c, lib/digest-md5.c, lib/external.c, lib/external.h, lib/gssapi.c, lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Fix includes. 2003-01-30 Simon Josefsson * README: Add. 2003-01-30 Simon Josefsson * src/gsasl.c: Set --service to "imap" when --imap is specified. Set --hostname when --connect is specified. 2003-01-30 Simon Josefsson * ANNOUNCE: Add. 2003-01-30 Simon Josefsson * doc/gsasl.texi: Fix. 2003-01-27 Simon Josefsson * doc/gsasl.texi: Fix. 2003-01-27 Simon Josefsson * THANKS: Fix. 2003-01-27 Simon Josefsson * THANKS, doc/specification/draft-josefsson-sasl-kerberos5-00.txt: Add. 2003-01-27 Simon Josefsson * ANNOUNCE: Fix link. 2003-01-27 Simon Josefsson * ChangeLog: [no log message] 2003-01-27 Simon Josefsson * doc/Makefile.am: Don't try to build gsasl.txt. 2003-01-27 Simon Josefsson * NEWS, configure.ac: Release 0.0.5. 2003-01-27 Simon Josefsson * doc/gsasl.texi: Add Invoking gsasl. 2003-01-27 Simon Josefsson * src/gsasl.c: Incomplete but working --imap and --connect support. 2003-01-27 Simon Josefsson * src/internal.h: Include more (for select and friends). 2003-01-27 Simon Josefsson * configure.ac: Remove gnet. Don't check for libntlm, libgcrypt if disabled. Check errno. 2003-01-27 Simon Josefsson * lib/gssapi.c: Fix return value of last step in client. 2003-01-27 Simon Josefsson * lib/digest-md5.c: Fix encode/decode. 2003-01-26 Simon Josefsson * configure.ac: Look for libgnet. 2003-01-25 Simon Josefsson * doc/gsasl.texi: Add libgcrypt secure memory. 2003-01-25 Simon Josefsson * lib/cram-md5.c, lib/digest-md5.c: Fix libgcrypt initialization. 2003-01-23 Simon Josefsson * lib/digest-md5.c: (_gsasl_digest_md5_server_encode): Don't check output buffer size when output buffer is NULL. Reported by Sergey Poznyakoff . 2003-01-20 Simon Josefsson * po/libgsasl.pot, po/sv.po: Update. 2003-01-20 Simon Josefsson * NEWS: Fix. 2003-01-20 Simon Josefsson * doc/gsasl.texi: Fix acks. 2003-01-20 Simon Josefsson * doc/Makefile.am: Use automake's ps and pdf targets. Remove gsasl.txt target. 2003-01-20 Simon Josefsson * README-alpha, doc/reference/tmpl/gsasl.sgml: Fix. 2003-01-20 Simon Josefsson * doc/reference/tmpl/.cvsignore: [no log message] 2003-01-20 Simon Josefsson * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/gsasl.sgml: Add. 2003-01-15 Simon Josefsson * NEWS: Add. 2003-01-15 Simon Josefsson * doc/reference/Makefile.am: Add uninstall target. Make distcheck fail gracefully. 2003-01-15 Simon Josefsson * configure.ac: Typos. 2003-01-15 Simon Josefsson * Makefile.am: Distcheck doesn't work with GTK-DOC. 2003-01-15 Simon Josefsson * Makefile.am: Fix distcheck for ChangeLog. 2003-01-15 Simon Josefsson * Makefile.am, configure.ac, lib/Makefile.am, src/Makefile.am: Use libidn instead of libstringprep. 2003-01-15 Simon Josefsson * README: Fix URL. 2003-01-15 Simon Josefsson * doc/gsasl.texi: Fix typos. 2003-01-15 Simon Josefsson * doc/gdoc: Fix -texinfo. 2003-01-15 Simon Josefsson * AUTHORS: Fix. 2003-01-15 Simon Josefsson * lib/error.c, lib/version.c: Doc fix. 2002-12-15 Simon Josefsson * ANNOUNCE: Fix. 2002-12-14 Simon Josefsson * configure.ac, lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/external.c, lib/external.h, lib/gsasl.h.in, lib/gssapi.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: GTK-DOC fixes. 2002-12-14 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2002-12-14 Simon Josefsson * doc/Makefile.am, doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml, doc/reference/gsasl.types: Add GTK-DOC generated manual. 2002-12-14 Simon Josefsson * Makefile.am: Make sure ChangeLog is regenerated. 2002-12-13 Simon Josefsson * src/gsasl.c: Fix. 2002-12-13 Simon Josefsson * autogen.sh: [no log message] 2002-12-13 Simon Josefsson * ANNOUNCE, Makefile.am, README: GNU fixes. 2002-12-13 Simon Josefsson * NEWS, configure.ac, doc/gsasl.texi: More GNU changes. 2002-12-13 Simon Josefsson * ChangeLog: [no log message] 2002-12-13 Simon Josefsson * NEWS, configure.ac: Release 0.0.4. 2002-12-13 Simon Josefsson * doc/Makefile.am: Fix. 2002-12-13 Simon Josefsson * po/libgsasl.pot, po/sv.po: Autogenerated stuff. 2002-12-13 Simon Josefsson * doc/gsasl.texi: Fix. 2002-12-13 Simon Josefsson * doc/gsasl.texi: Ports. 2002-12-13 Simon Josefsson * doc/Makefile.am: Remove lgpl. 2002-12-13 Simon Josefsson * NEWS, doc/Makefile.am: Fix. 2002-12-13 Simon Josefsson * ANNOUNCE, COPYING.LIB, Makefile.am, NEWS, README, configure.ac, doc/Makefile.am, doc/gsasl.texi, doc/lgpl.texi, lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c, lib/external.c, lib/external.h, lib/gsasl.h.in, lib/gssapi.c, lib/hexdump.c, lib/init.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/suggest.c, lib/supportp.c, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/internal.h, tests/Makefile.am: GPL. 2002-12-10 Simon Josefsson * tests/simple.c: Check length in pin callback. 2002-12-10 Simon Josefsson * lib/securid.c: Fix crash. 2002-12-10 Simon Josefsson * ANNOUNCE, doc/gsasl.texi: Fix. 2002-12-10 Simon Josefsson * doc/gsasl.texi: Name changes. 2002-12-10 Simon Josefsson * AUTHORS, Makefile.am, NEWS, README, THANKS, configure.ac, doc/Makefile.am, doc/gsasl.texi, lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c, lib/external.c, lib/external.h, lib/gsasl.h.in, lib/gssapi.c, lib/hexdump.c, lib/init.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/suggest.c, lib/supportp.c, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, libgsasl.pc.in, m4/Makefile.am, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/internal.h, tests/Makefile.am, tests/simple.c, tests/unicode.c: Update name to "GNU SASL". 2002-12-10 Simon Josefsson * configure.ac: Support dmalloc. 2002-12-10 Simon Josefsson * NEWS: GNU project. 2002-12-10 Simon Josefsson * autogen.sh: [no log message] 2002-12-09 Simon Josefsson * configure.ac: Gnits. 2002-12-09 Simon Josefsson * README-alpha: Add. 2002-12-09 Simon Josefsson * README, doc/gsasl.texi: GNU project. 2002-12-09 Simon Josefsson * ANNOUNCE: Add. 2002-12-07 Simon Josefsson * doc/gdoc-error: Use GPL instead of LGPL. 2002-12-05 Simon Josefsson * doc/gsasl.texi: Fix. 2002-12-05 Simon Josefsson * ChangeLog: [no log message] 2002-12-05 Simon Josefsson * NEWS: 0.0.3 released. 2002-12-05 Simon Josefsson * Makefile.am: Don't cvs2cl libstringprep. 2002-12-05 Simon Josefsson * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c, lib/xstep.c, src/callbacks.c, src/callbacks.h, src/gsasl.c, tests/simple.c: Indent. 2002-12-05 Simon Josefsson * argp/argp-fmtstream.c, argp/argp-help.c: s/putc_unlocked/putc/g for freebsd on alpha 2002-12-05 Simon Josefsson * Makefile.am, configure.ac, src/Makefile.am: Use libtool with gettext (again! but see hack in Makefile.am). 2002-12-05 Simon Josefsson * README: Openbsd on alpha fails self tests. 2002-12-05 Simon Josefsson * .cvsignore: [no log message] 2002-12-05 Simon Josefsson * lib/securid.c: Don't strlen possibly indefinite string. 2002-12-05 Simon Josefsson * src/Makefile.am: Use ARGP_*. 2002-12-05 Simon Josefsson * lib/Makefile.am: EXTRA_DIST AC_LIBOBJ's. Use LTLIBINTL, not LIBINTL. 2002-12-05 Simon Josefsson * configure.ac: Trim some junk. Replace non-existing required functions. 2002-12-05 Simon Josefsson * lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c, lib/strerror.c: An AC_LIBOBJ, from gnulib. 2002-12-05 Simon Josefsson * THANKS: Add copying conditions. 2002-12-05 Simon Josefsson * README: Fix. 2002-12-05 Simon Josefsson * doc/gsasl.texi: Tested on IRIX and AIX. 2002-12-05 Simon Josefsson * src/gsasl.c: Clean up #include mess by creating internal.h. Add --no-client-first. 2002-12-05 Simon Josefsson * src/callbacks.c, src/callbacks.h, src/internal.h: Clean up #include mess by creating internal.h. 2002-12-05 Simon Josefsson * lib/internal.h: Add #include guards. 2002-12-05 Simon Josefsson * lib/gsasl.h.in: Add rationale for #include's. 2002-12-05 Simon Josefsson * doc/gsasl.texi: Add supported platforms, bug reporting, error labels. 2002-12-05 Simon Josefsson * doc/Makefile.am: Add error-labels. 2002-12-05 Simon Josefsson * doc/specification/draft-josefsson-sasl-api-export.txt: Save it for posterity. 2002-12-05 Simon Josefsson * doc/.cvsignore: Add. 2002-12-05 Simon Josefsson * doc/gdoc-error: Fix copying conditions. 2002-12-05 Simon Josefsson * doc/gdoc-error: Fix copying conditions. 2002-12-05 Simon Josefsson * doc/gdoc-error: Make it less shishi specific. 2002-12-05 Simon Josefsson * AUTHORS: Add copying conditions. 2002-12-05 Simon Josefsson * autogen.sh: fix 2002-12-03 Simon Josefsson * doc/gdoc-error: Generate error label documentation. 2002-11-26 Simon Josefsson * m4/Makefile.am, m4/libgcrypt.m4: add gcrypt 2002-11-14 Simon Josefsson * AUTHORS: Add OpenPGP key. 2002-11-14 Simon Josefsson * po/sv.po: Update. 2002-11-14 Simon Josefsson * po/libgsasl.pot: Autoupdate. 2002-11-14 Simon Josefsson * m4/Makefile.am: It's back, EXTRA_DIST was needed. 2002-11-14 Simon Josefsson * .cvsignore, argp/.cvsignore, doc/.cvsignore, po/.cvsignore: [no log message] 2002-11-14 Simon Josefsson * Makefile.am: Add sign target. 2002-11-14 Simon Josefsson * m4/.cvsignore: Everything in this directory is automatically generated. 2002-11-14 Simon Josefsson * m4/.cvsignore: Removed. 2002-11-14 Simon Josefsson * ABOUT-NLS, config.rpath, m4/Makefile.am, m4/libgcrypt.m4, m4/pkg.m4, po/ChangeLog, po/Makefile.in.in, po/Makevars.template, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin: Remove junk (automatically generated). 2002-11-14 Simon Josefsson * intl/.cvsignore, intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/eval-plural.h, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/localename.c, intl/ngettext.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.y, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, m4/ChangeLog, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, mkinstalldirs: Remove junk (automatically generated). 2002-11-14 Simon Josefsson * argp/depcomp, argp/install-sh, argp/missing, argp/mkinstalldirs: Removed junk (automatically generated). 2002-11-14 Simon Josefsson * configure.ac: Bump versions. Fixes for autoreconf. 2002-11-14 Simon Josefsson * autogen.sh: Use autoreconf. 2002-11-14 Simon Josefsson * README: Add todos. 2002-11-14 Simon Josefsson * lib/gssapi.c: Clear outputlen in final step. 2002-11-14 Simon Josefsson * lib/gsasl.h.in: Add consts. 2002-11-14 Simon Josefsson * lib/error.c: Fix. 2002-11-10 Simon Josefsson * lib/digest-md5.h: Fix encode/decode headers. 2002-11-10 Simon Josefsson * lib/gssapi.c, lib/plain.c, lib/securid.c: -Wall fixes. 2002-11-10 Simon Josefsson * autogen.sh: no -pedantic 2002-11-10 Simon Josefsson * src/callbacks.c: Fix -Wall warning. 2002-11-10 Simon Josefsson * lib/listmech.c: Remove unused variable. 2002-11-10 Simon Josefsson * lib/base64.c: Replace "unsigned char" with "char" in API function arguments. 2002-11-10 Simon Josefsson * src/callbacks.c, src/callbacks.h: Add const. 2002-11-10 Simon Josefsson * lib/gsasl.h.in: Add const in a few places. Don't specify sign of char*. 2002-11-10 Simon Josefsson * tests/simple.c: const stuff to sync with header changes. 2002-11-10 Simon Josefsson * lib/digest-md5.c: Various -Wall cleanups. 2002-11-10 Simon Josefsson * lib/cram-md5.c: Fix signedness compiler warnings. 2002-11-10 Simon Josefsson * lib/common.c: Export GSASL_VALID_MECHANISM_CHARACTERS. 2002-11-10 Simon Josefsson * lib/cram-md5.c, lib/ntlm.c, lib/plain.c, lib/securid.c, src/gsasl.c: Indent. 2002-11-10 Simon Josefsson * lib/anonymous.c: Reject repeated empty server attempts. 2002-11-10 Simon Josefsson * Makefile.am: Add indent target. 2002-11-10 Simon Josefsson * lib/digest-md5.c: Handle client sends first. 2002-11-10 Simon Josefsson * lib/cram-md5.c: Fix memory leaks. Don't misbehave if callbacks return GSASL_NEEDS_MORE. Set output length. 2002-11-10 Simon Josefsson * src/callbacks.c: (utf8cpy): Fix DST=NULL. (server_callback_retrieve): Print auth, authz, password. 2002-11-10 Simon Josefsson * src/gsasl.c: Add --no-client-first for disabling client behaviour of sending it's data first (RFC 2222 5.1). 2002-11-10 Simon Josefsson * lib/cram-md5.c: Fail if no server challenge. Don't misbehave if callbacks return GSASL_NEEDS_MORE. 2002-11-10 Simon Josefsson * src/gsasl.c: Now defaults to disable application data processing (subject to new parameter --application-data). 2002-11-10 Simon Josefsson * src/gsasl.c: Abort application data handling early on EOF 2002-11-10 Simon Josefsson * src/gsasl.c: Inform user that --password is only for testing. 2002-11-08 Simon Josefsson * doc/specification/draft-nerenberg-sasl-crammd5-03.txt, doc/specification/draft-zeilenga-sasl-anon-01.txt, doc/specification/draft-zeilenga-sasl-plain-01.txt: [no log message] 2002-11-07 Simon Josefsson * ChangeLog: [no log message] 2002-11-07 Simon Josefsson * NEWS, configure.ac: 0.0.2 2002-11-07 Simon Josefsson * libgsasl.pc.in: Add stringprep. Add -R. 2002-11-07 Simon Josefsson * : [no log message] 2002-11-07 Simon Josefsson * m4/Makefile.am, m4/pkg.m4: Add m4 for pkg-config. 2002-11-07 Simon Josefsson * Makefile.am, NEWS, README, configure.ac, lib/.cvsignore, lib/CaseFolding-3.2.0.txt, lib/CompositionExclusions-3.2.0.txt, lib/LineBreak-3.2.0.txt, lib/Makefile.am, lib/SpecialCasing-3.2.0.txt, lib/UnicodeData-3.2.0.txt, lib/cram-md5.c, lib/digest-md5.c, lib/gen-unicode-tables.pl, lib/gsasl.h.in, lib/gunibreak.h, lib/gunicomp.h, lib/gunidecomp.h, lib/internal.h, lib/login.c, lib/plain.c, lib/unicode.c, po/libgsasl.pot, po/sv.po, src/Makefile.am, src/callbacks.c, src/libcharset/.cvsignore, src/libcharset/Makefile.am, src/libcharset/README, src/libcharset/config.charset, src/libcharset/libcharset-gsasl.patch, src/libcharset/libcharset.h, src/libcharset/localcharset.c, src/libcharset/localcharset.c.orig, src/libcharset/make-patch.sh, src/libcharset/ref-add.sin, src/libcharset/ref-del.sin, src/libcharset/update.sh, tests/Makefile.am, tests/unicode.c: Use libstringprep (include copy of 0.0.1) instead of internal Unicode stuff. 2002-11-07 Simon Josefsson * doc/specification/draft-newman-sasl-c-api-00.txt: [no log message] 2002-10-19 Simon Josefsson * lib/securid.c: Remove 'const's (causes warnings). Flip order of authorization and authentication ID. 2002-10-19 Simon Josefsson * configure.ac: Silently continue if pkg-config isn't available. 2002-10-19 Simon Josefsson * README: MIPS build was in 64 bit mode. 2002-10-19 Simon Josefsson * README: Update list of systems; GNU make does not seem to be required. 2002-10-19 Simon Josefsson * Makefile.am: Ignore some files for ChangeLog entries. 2002-10-19 Simon Josefsson * ChangeLog: [no log message] 2002-10-19 Simon Josefsson * src/gsasl.c: Update for new API that allows GSASL_OK to return data during authentication. 2002-10-19 Simon Josefsson * tests/.cvsignore, tests/Makefile.am, tests/plain-client.sh, tests/simple.c, tests/unicode.c: Removed plain-client.sh (unreliable with non-ASCII in shell script). Added C program to check simple SASL mechanisms against test vectors. Added indent makefile target to re-indent files. 2002-10-19 Simon Josefsson * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c, lib/external.c, lib/login.c, lib/ntlm.c, lib/plain.c, lib/securid.c, lib/xstep.c: Change API to allow data to be returned with GSASL_OK. Fix callback return code in ANONYMOUS client. Make mechanisms reject too many empty invocations. Made LOGIN use authorization ID instead of authentication ID. NTLM doesn't require initial challenge to be '+' (probably IMAP leftover). SECURID implements non-initial steps correctly. 2002-10-19 Simon Josefsson * .cvsignore: [no log message] 2002-10-19 Simon Josefsson * .cvsignore, argp/.cvsignore, src/.cvsignore: [no log message] 2002-10-19 Simon Josefsson * libgsasl.pc.in: Pkg-config description file for libgsasl. 2002-10-19 Simon Josefsson * NEWS: Pkg-config stuff. 2002-10-19 Simon Josefsson * src/libgsasl-config.in, src/libgsasl.m4: Removed, replaced by pkg-config. 2002-10-19 Simon Josefsson * Makefile.am, configure.ac, src/Makefile.am: Use pkg-config instead of libgsasl.m4 + libgsasl-config.in Use pkg-config to find libntlm. 2002-10-19 Simon Josefsson * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Replace LTLIBINTL with LIBINTL. 2002-10-19 Simon Josefsson * m4/libntlm.m4: Remove libntlm.m4 (replaced by pkg-config). 2002-10-19 Simon Josefsson * m4/Makefile.am: Remove libntlm.m4 2002-10-19 Simon Josefsson * configure.ac: Remove use-libtool for gettext, it breaks distcheck. Use pkg-config to find libntlm. Bump version. 2002-10-19 Simon Josefsson * argp/aclocal.m4, argp/configure: These should not be in CVS. 2002-10-17 Simon Josefsson * Makefile.am, lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Make distcheck happy. Shouldn't LTLIBINTL be included in lib/ though? Maybe a libtool bug. 2002-10-17 Simon Josefsson * autogen.sh: gettextize --copy to shut up cvsco. 2002-10-17 Simon Josefsson * ABOUT-NLS, config.rpath, mkinstalldirs: Add files to shut up gettextize. 2002-10-13 Simon Josefsson * Makefile.am: Add ChangeLog target. 2002-10-13 Simon Josefsson * .cvsusers: Add full name for better ChangeLog's. 2002-10-13 Simon Josefsson * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/base64.c, lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c, lib/external.c, lib/external.h, lib/gssapi.c, lib/gunicomp.h, lib/gunidecomp.h, lib/hexdump.c, lib/init.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/suggest.c, lib/supportp.c, lib/unicode.c, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c: Add indent Makefile targets. Indent all files. 2002-10-12 Simon Josefsson * ChangeLog, po/libgsasl.pot, po/sv.po: [no log message] 2002-10-12 Simon Josefsson * .cvsusers, lib/.cvsignore: [no log message] 2002-10-12 Simon Josefsson * lib/xcode.c: Implementation of gsasl_encode() and gsasl_decode() APIs. 2002-10-12 Simon Josefsson * configure.ac: Version 0.0.1 released. 2002-10-12 Simon Josefsson * NEWS, README: [no log message] 2002-10-12 Simon Josefsson * doc/Makefile.am: Add xcode.c to the session API documentation. 2002-10-12 Simon Josefsson * doc/gsasl.texi: Fix title. 2002-10-12 Simon Josefsson * src/gsasl.c: Improve QOP. Allow user to send/receive application payload after authentication. 2002-10-12 Simon Josefsson * src/callbacks.c: Improve QOP callback. 2002-10-12 Simon Josefsson * lib/error.c: Add GSASL_INTEGRITY_ERROR. 2002-10-12 Simon Josefsson * lib/gsasl.h.in: Add GSASL_INTEGRITY_ERROR. Add gsasl_encode() and gsasl_decode(). 2002-10-12 Simon Josefsson * lib/xstart.c: Set clientp variable. 2002-10-12 Simon Josefsson * lib/xstep.c: Only free if data was allocated by us. 2002-10-12 Simon Josefsson * lib/internal.h: Add encode/decode functions. Add clientp variable. 2002-10-12 Simon Josefsson * lib/digest-md5.c: Support integrity mode. 2002-10-12 Simon Josefsson * lib/digest-md5.h: Add encode and decode functions. 2002-10-12 Simon Josefsson * lib/common.c: Add encode and decode functions for DIGEST-MD5. 2002-10-12 Simon Josefsson * lib/Makefile.am: Add xcode.c. 2002-10-12 Simon Josefsson * lib/hexdump.c: Data is unsigned. 2002-10-12 Simon Josefsson * autogen.sh: [no log message] 2002-10-11 Simon Josefsson * doc/specification/draft-burdis-cat-srp-sasl-04.txt, doc/specification/draft-burdis-cat-srp-sasl-05.txt, doc/specification/draft-leach-cifs-v1-spec-02.txt, doc/specification/draft-leach-digest-sasl-01.txt, doc/specification/draft-leach-digest-sasl-02.txt, doc/specification/draft-leach-digest-sasl-03.txt, doc/specification/draft-leach-digest-sasl-05.txt, doc/specification/draft-myers-saslrev-01.txt, doc/specification/draft-nerenberg-sasl-crammd5-00.txt, doc/specification/draft-newman-sasl-anon-00.txt, doc/specification/rfc2095.txt: More specs. 2002-10-07 Simon Josefsson * m4/libgcrypt.m4: forgot to add it 2002-10-07 Simon Josefsson * .cvsignore, ChangeLog, argp/.cvsignore, doc/.cvsignore, intl/.cvsignore, lib/.cvsignore, m4/.cvsignore, po/.cvsignore, src/.cvsignore, src/libcharset/.cvsignore, tests/.cvsignore: [no log message] 2002-10-07 Simon Josefsson * doc/gsasl.texi: ack mit kerberos team for gssapi 2002-10-07 Simon Josefsson * README: gssapi works in server mode 2002-10-07 Simon Josefsson * Initial release, version 0.0.0. ----- Copyright (C) 2002-2012 Simon Josefsson Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. gsasl-1.8.0/aclocal.m40000664000000000000000000012340011760730715011371 00000000000000# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, # Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, [m4_warning([this file was generated for autoconf 2.68. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software # Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, # 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl dnl The `parallel-tests' driver may need to know about EXEEXT, so add the dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, # Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 6 # AM_PROG_CC_C_O # -------------- # Like AC_PROG_CC_C_O, but changed for automake. AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o if test "$am_t" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi dnl Make sure AC_PROG_CC is never called again, or it will override our dnl setting of CC. m4_define([AC_PROG_CC], [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])]) ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, # Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software # Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2009, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # (`yes' being less verbose, `no' or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [ --enable-silent-rules less verbose build output (undo: `make V=1') --disable-silent-rules verbose build output (undo: `make V=0')]) case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few `make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using `$V' instead of `$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([gl/m4/00gnulib.m4]) m4_include([gl/m4/alloca.m4]) m4_include([gl/m4/arpa_inet_h.m4]) m4_include([gl/m4/autobuild.m4]) m4_include([gl/m4/btowc.m4]) m4_include([gl/m4/close.m4]) m4_include([gl/m4/configmake.m4]) m4_include([gl/m4/dup2.m4]) m4_include([gl/m4/eealloc.m4]) m4_include([gl/m4/environ.m4]) m4_include([gl/m4/errno_h.m4]) m4_include([gl/m4/error.m4]) m4_include([gl/m4/exponentd.m4]) m4_include([gl/m4/extensions.m4]) m4_include([gl/m4/fcntl_h.m4]) m4_include([gl/m4/fdopen.m4]) m4_include([gl/m4/float_h.m4]) m4_include([gl/m4/fpieee.m4]) m4_include([gl/m4/fseek.m4]) m4_include([gl/m4/fseeko.m4]) m4_include([gl/m4/fstat.m4]) m4_include([gl/m4/getaddrinfo.m4]) m4_include([gl/m4/getcwd.m4]) m4_include([gl/m4/getdelim.m4]) m4_include([gl/m4/getline.m4]) m4_include([gl/m4/getopt.m4]) m4_include([gl/m4/getpagesize.m4]) m4_include([gl/m4/getpass.m4]) m4_include([gl/m4/gnulib-common.m4]) m4_include([gl/m4/gnulib-comp.m4]) m4_include([gl/m4/hostent.m4]) m4_include([gl/m4/iconv_h.m4]) m4_include([gl/m4/iconv_open.m4]) m4_include([gl/m4/include_next.m4]) m4_include([gl/m4/inet_ntop.m4]) m4_include([gl/m4/inet_pton.m4]) m4_include([gl/m4/inline.m4]) m4_include([gl/m4/intmax_t.m4]) m4_include([gl/m4/inttypes.m4]) m4_include([gl/m4/largefile.m4]) m4_include([gl/m4/libunistring-base.m4]) m4_include([gl/m4/localcharset.m4]) m4_include([gl/m4/locale-fr.m4]) m4_include([gl/m4/locale-ja.m4]) m4_include([gl/m4/locale-tr.m4]) m4_include([gl/m4/locale-zh.m4]) m4_include([gl/m4/locale_h.m4]) m4_include([gl/m4/localename.m4]) m4_include([gl/m4/lseek.m4]) m4_include([gl/m4/lstat.m4]) m4_include([gl/m4/malloc.m4]) m4_include([gl/m4/malloca.m4]) m4_include([gl/m4/manywarnings.m4]) m4_include([gl/m4/mbrtowc.m4]) m4_include([gl/m4/mbsinit.m4]) m4_include([gl/m4/mbstate_t.m4]) m4_include([gl/m4/mbtowc.m4]) m4_include([gl/m4/memchr.m4]) m4_include([gl/m4/mmap-anon.m4]) m4_include([gl/m4/mode_t.m4]) m4_include([gl/m4/msvc-inval.m4]) m4_include([gl/m4/msvc-nothrow.m4]) m4_include([gl/m4/multiarch.m4]) m4_include([gl/m4/netdb_h.m4]) m4_include([gl/m4/netinet_in_h.m4]) m4_include([gl/m4/nocrash.m4]) m4_include([gl/m4/off_t.m4]) m4_include([gl/m4/open.m4]) m4_include([gl/m4/pathmax.m4]) m4_include([gl/m4/poll.m4]) m4_include([gl/m4/poll_h.m4]) m4_include([gl/m4/printf.m4]) m4_include([gl/m4/putenv.m4]) m4_include([gl/m4/quote.m4]) m4_include([gl/m4/quotearg.m4]) m4_include([gl/m4/readline.m4]) m4_include([gl/m4/realloc.m4]) m4_include([gl/m4/select.m4]) m4_include([gl/m4/servent.m4]) m4_include([gl/m4/setenv.m4]) m4_include([gl/m4/setlocale.m4]) m4_include([gl/m4/signal_h.m4]) m4_include([gl/m4/snprintf.m4]) m4_include([gl/m4/socketlib.m4]) m4_include([gl/m4/sockets.m4]) m4_include([gl/m4/socklen.m4]) m4_include([gl/m4/sockpfaf.m4]) m4_include([gl/m4/ssize_t.m4]) m4_include([gl/m4/stat.m4]) m4_include([gl/m4/stdalign.m4]) m4_include([gl/m4/stdarg.m4]) m4_include([gl/m4/stdbool.m4]) m4_include([gl/m4/stddef_h.m4]) m4_include([gl/m4/stdint.m4]) m4_include([gl/m4/stdio_h.m4]) m4_include([gl/m4/stdlib_h.m4]) m4_include([gl/m4/strerror.m4]) m4_include([gl/m4/string_h.m4]) m4_include([gl/m4/strtok_r.m4]) m4_include([gl/m4/symlink.m4]) m4_include([gl/m4/sys_select_h.m4]) m4_include([gl/m4/sys_socket_h.m4]) m4_include([gl/m4/sys_stat_h.m4]) m4_include([gl/m4/sys_time_h.m4]) m4_include([gl/m4/sys_types_h.m4]) m4_include([gl/m4/sys_uio_h.m4]) m4_include([gl/m4/thread.m4]) m4_include([gl/m4/time_h.m4]) m4_include([gl/m4/ungetc.m4]) m4_include([gl/m4/unistd_h.m4]) m4_include([gl/m4/valgrind-tests.m4]) m4_include([gl/m4/vasnprintf.m4]) m4_include([gl/m4/vasprintf.m4]) m4_include([gl/m4/version-etc.m4]) m4_include([gl/m4/warn-on-use.m4]) m4_include([gl/m4/warnings.m4]) m4_include([gl/m4/wchar_h.m4]) m4_include([gl/m4/wcrtomb.m4]) m4_include([gl/m4/wctob.m4]) m4_include([gl/m4/wctomb.m4]) m4_include([gl/m4/wctype_h.m4]) m4_include([gl/m4/xalloc.m4]) m4_include([gl/m4/yield.m4]) m4_include([m4/codeset.m4]) m4_include([m4/fcntl-o.m4]) m4_include([m4/gettext.m4]) m4_include([m4/glibc21.m4]) m4_include([m4/gtk-doc.m4]) m4_include([m4/iconv.m4]) m4_include([m4/intlmacosx.m4]) m4_include([m4/inttypes-pri.m4]) m4_include([m4/inttypes_h.m4]) m4_include([m4/lcmessage.m4]) m4_include([m4/lib-ld.m4]) m4_include([m4/lib-link.m4]) m4_include([m4/lib-prefix.m4]) m4_include([m4/libtool.m4]) m4_include([m4/lock.m4]) m4_include([m4/longlong.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/nls.m4]) m4_include([m4/pkg.m4]) m4_include([m4/po.m4]) m4_include([m4/progtest.m4]) m4_include([m4/size_max.m4]) m4_include([m4/stdint_h.m4]) m4_include([m4/threadlib.m4]) m4_include([m4/wchar_t.m4]) m4_include([m4/wint_t.m4]) m4_include([m4/xsize.m4]) gsasl-1.8.0/.clcopying0000664000000000000000000000030511754555060011520 00000000000000 ----- Copyright (C) 2002-2012 Simon Josefsson Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. gsasl-1.8.0/lib/0000775000000000000000000000000011760732120010347 500000000000000gsasl-1.8.0/lib/ntlm/0000775000000000000000000000000011760732120011321 500000000000000gsasl-1.8.0/lib/ntlm/x-ntlm.h0000664000000000000000000000260311754555060012643 00000000000000/* x-ntlm.h --- Prototypes for non-standard SASL mechanism NTLM. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef X_NTLM_H #define X_NTLM_H #include #define GSASL_NTLM_NAME "NTLM" extern Gsasl_mechanism gsasl_ntlm_mechanism; extern int _gsasl_ntlm_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_ntlm_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_ntlm_client_finish (Gsasl_session * sctx, void *mech_data); #endif /* X_NTLM_H */ gsasl-1.8.0/lib/ntlm/mechinfo.c0000664000000000000000000000255011754555060013210 00000000000000/* mechinfo.c --- Definition of NTLM mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "x-ntlm.h" Gsasl_mechanism gsasl_ntlm_mechanism = { GSASL_NTLM_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_ntlm_client_start, #else NULL, #endif #ifdef USE_CLIENT _gsasl_ntlm_client_step, #else NULL, #endif #ifdef USE_CLIENT _gsasl_ntlm_client_finish, #else NULL, #endif NULL, NULL} , { NULL, NULL, NULL, NULL, NULL, NULL, NULL} }; gsasl-1.8.0/lib/ntlm/Makefile.am0000664000000000000000000000222211754555060013304 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-ntlm.la libgsasl_ntlm_la_SOURCES = x-ntlm.h mechinfo.c if CLIENT libgsasl_ntlm_la_SOURCES += ntlm.c endif libgsasl_ntlm_la_LIBADD = $(LTLIBNTLM) gsasl-1.8.0/lib/ntlm/ntlm.c0000664000000000000000000000725411754555060012400 00000000000000/* ntlm.c --- Implementation of non-standard SASL mechanism NTLM, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get malloc, free. */ #include /* Get memcpy. */ #include /* Get specification. */ #include "x-ntlm.h" #include struct _Gsasl_ntlm_state { int step; }; typedef struct _Gsasl_ntlm_state _Gsasl_ntlm_state; int _gsasl_ntlm_client_start (Gsasl_session * sctx, void **mech_data) { _Gsasl_ntlm_state *state; state = (_Gsasl_ntlm_state *) malloc (sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; state->step = 0; *mech_data = state; return GSASL_OK; } int _gsasl_ntlm_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_ntlm_state *state = mech_data; const char *domain = gsasl_property_get (sctx, GSASL_REALM); const char *authid = gsasl_property_get (sctx, GSASL_AUTHID); const char *password; int res; if (!authid) return GSASL_NO_AUTHID; switch (state->step) { case 0: { tSmbNtlmAuthRequest *request; request = malloc (sizeof (*request)); if (!request) return GSASL_MALLOC_ERROR; buildSmbNtlmAuthRequest (request, authid, domain); *output_len = SmbLength (request); *output = malloc (*output_len); if (!*output) { free (request); return GSASL_MALLOC_ERROR; } memcpy (*output, request, *output_len); free (request); /* dumpSmbNtlmAuthRequest(stdout, &request); */ state->step++; res = GSASL_NEEDS_MORE; break; } case 1: { tSmbNtlmAuthChallenge *challenge; tSmbNtlmAuthResponse *response; if (input_len > sizeof (*challenge)) return GSASL_MECHANISM_PARSE_ERROR; challenge = malloc (sizeof (*challenge)); if (!challenge) return GSASL_MALLOC_ERROR; /* Hand crafted challenge for parser testing: TlRMTVNTUAAAAAAAAAAAAAAAAAAAAGFiY2RlZmdoMDEyMzQ1Njc4ODY2NDQwMTIz */ memcpy (challenge, input, input_len); password = gsasl_property_get (sctx, GSASL_PASSWORD); if (!password) { free (challenge); return GSASL_NO_PASSWORD; } response = malloc (sizeof (*response)); if (!response) { free (challenge); return GSASL_MALLOC_ERROR; } buildSmbNtlmAuthResponse (challenge, response, authid, password); free (challenge); *output_len = SmbLength (response); *output = malloc (*output_len); if (!*output) { free (response); return GSASL_MALLOC_ERROR; } memcpy (*output, response, *output_len); free (response); /* dumpSmbNtlmAuthResponse(stdout, &response); */ state->step++; res = GSASL_OK; break; } default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_ntlm_client_finish (Gsasl_session * sctx, void *mech_data) { _Gsasl_ntlm_state *state = mech_data; free (state); } gsasl-1.8.0/lib/ntlm/Makefile.in0000664000000000000000000011656711760730702013332 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = ntlm.c subdir = ntlm DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = libgsasl_ntlm_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am__libgsasl_ntlm_la_SOURCES_DIST = x-ntlm.h mechinfo.c ntlm.c @CLIENT_TRUE@am__objects_1 = ntlm.lo am_libgsasl_ntlm_la_OBJECTS = mechinfo.lo $(am__objects_1) libgsasl_ntlm_la_OBJECTS = $(am_libgsasl_ntlm_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_ntlm_la_SOURCES) DIST_SOURCES = $(am__libgsasl_ntlm_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-ntlm.la libgsasl_ntlm_la_SOURCES = x-ntlm.h mechinfo.c $(am__append_1) libgsasl_ntlm_la_LIBADD = $(LTLIBNTLM) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ntlm/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu ntlm/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-ntlm.la: $(libgsasl_ntlm_la_OBJECTS) $(libgsasl_ntlm_la_DEPENDENCIES) $(EXTRA_libgsasl_ntlm_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_ntlm_la_OBJECTS) $(libgsasl_ntlm_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntlm.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/ChangeLog0000664000000000000000000214101211760732020012041 000000000000002012-05-28 Simon Josefsson * lib/po/sr.po.in, po/sr.po.in: Sync with TP. 2012-05-28 Simon Josefsson * NEWS, cfg.mk, lib/NEWS: Version 1.8.0. 2012-05-28 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-05-23 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.6. 2012-05-23 Simon Josefsson * NEWS, lib/NEWS, lib/po/nl.po.in, po/nl.po.in: Sync with TP. 2012-05-23 Simon Josefsson * NEWS: Add. 2012-05-23 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client-xmpp-saml20.c, examples/client.c, examples/server-xmpp-saml20.c, examples/smtp-server.c: Need config.h for examples, due to gnulib overrides. 2012-05-22 Simon Josefsson * examples/Makefile.am: Link with gnulib. 2012-05-22 Simon Josefsson * doc/Makefile.am: Bump copyright years. 2012-05-22 Simon Josefsson * configure.ac: Silence pure/const attribute warnings. 2012-05-22 Simon Josefsson * doc/gsasl.texi: Fix texinfo warning. 2012-05-22 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-05-22 Simon Josefsson * doc/announce.txt: Update for 1.7.5. 2012-05-22 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.5. 2012-05-22 Simon Josefsson * lib/po/pl.po.in, po/pl.po.in: Sync with TP. 2012-05-22 Simon Josefsson * configure.ac, lib/configure.ac: Improve ./configure summary. 2012-05-21 Simon Josefsson * lib/configure.ac: Display build option summary. 2012-05-21 Simon Josefsson * lib/configure.ac: Don't auto-detect MIT/Heimdal, it causes too many build problems. 2012-05-21 Simon Josefsson * gl/Makefile.am, gl/m4/ftruncate.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/ioctl.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/strerror_r.m4, gl/m4/sys_ioctl_h.m4, gl/override/tests/test-poll.c.diff, gl/override/tests/test-select-in.sh.diff, gltests/Makefile.am, gltests/accept.c, gltests/bind.c, gltests/ftruncate.c, gltests/gettimeofday.c, gltests/ioctl.c, gltests/listen.c, gltests/perror.c, gltests/pipe.c, gltests/setsockopt.c, gltests/strerror_r.c, gltests/sys_ioctl.in.h, gltests/test-accept.c, gltests/test-bind.c, gltests/test-ftruncate.c, gltests/test-ftruncate.sh, gltests/test-gettimeofday.c, gltests/test-ioctl.c, gltests/test-listen.c, gltests/test-perror.c, gltests/test-perror.sh, gltests/test-perror2.c, gltests/test-pipe.c, gltests/test-poll.c, gltests/test-select-fd.c, gltests/test-select-in.sh, gltests/test-select-out.sh, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-select.h, gltests/test-setsockopt.c, gltests/test-strerror_r.c, gltests/test-sys_ioctl.c, gltests/w32sock.h: Avoid tests with known Cygwin/MinGW failures. 2012-05-21 Simon Josefsson * lib/digest-md5/test-parser.c: More debug info, useful when gc_init fails. 2012-05-21 Simon Josefsson * NEWS, lib/NEWS, lib/po/eo.po.in, lib/po/fi.po.in, lib/po/id.po.in, lib/po/it.po.in, lib/po/uk.po.in, lib/po/vi.po.in, po/de.po.in, po/eo.po.in, po/fi.po.in, po/it.po.in, po/uk.po.in, po/vi.po.in: Sync with TP. 2012-05-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-05-21 Simon Josefsson * lib/gl/m4/gc.m4, lib/gl/md5.c, lib/gl/sha1.c: Update gnulib files. 2012-05-21 Simon Josefsson * examples/openid20/Makefile.am, examples/saml20/Makefile.am: Need gnulib for saml20/openid20 examples. 2012-05-21 Simon Josefsson * src/Makefile.am: Indent. 2012-05-16 Simon Josefsson * examples/saml20/README: Typo 2012-05-16 Simon Josefsson * doc/announce.txt: Update for 1.7.4. 2012-05-16 Simon Josefsson * doc/announce.txt: Update for 1.7.3. 2012-05-16 Simon Josefsson * README-alpha: Mention ncftp. 2012-05-16 Simon Josefsson * NEWS, lib/NEWS, tests/libgsasl.supp: Version 1.7.4. 2012-05-16 Simon Josefsson * README-alpha: Mention valgrind suppressions file. 2012-05-16 Simon Josefsson * NEWS, lib/NEWS: Doc fix. 2012-05-16 Simon Josefsson * gltests/ignore-value.h: Update gnulib files. 2012-05-16 Simon Josefsson * .gitignore: Ignore more. 2012-05-16 Simon Josefsson * doc/doxygen/Doxyfile.in: Don't use pdflatex as it causes multiple hard errors. See for discussion around the problem. The problem occurs on too many functions in GNU SASL for it to be possible to reword them all to work around the problem. 2012-05-16 Simon Josefsson * README-alpha: Mention doxygen. 2012-05-15 Simon Josefsson * cfg.mk, doc/gendocs_template, gl/override/doc/gendocs_template.diff: Use devhelp version 2 format. 2012-05-14 Simon Josefsson * windows/gsasl4win.mk: Don't mess with ~/.wine. Drop KFW 3.2.3alpha1 support. 2012-05-14 Simon Josefsson * windows/gsasl4win.mk: Run self-checks for 64-bit builds too (seems to work on Ubuntu 12.04). 2012-05-14 Simon Josefsson * lib/NEWS: Doc fix. 2011-11-21 Simon Josefsson * lib/gssapi/server.c: gssapi: Don't output zero-length tokens on success. Reported by Andreas Oberritter . 2011-10-26 Simon Josefsson * lib/gssapi/server.c: Only proceed to the next step when the context is established. Before the code would always go to the next step, even if the GSS-API library returned CONTINUE_NEEDED and the context not yet established. The reason this problem does not appear to be exploitable is because a Kerberos V5 GSS-API mechanism implementation would not return CONTINUE_NEEDED and at the same time be able to successfully perform gss_wrap and gss_unwrap. Reported by Andreas Oberritter . 2012-05-14 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/strndup.c, gl/strnlen.c, gltests/Makefile.am, gltests/test-strnlen.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strndup.m4, lib/gl/strndup.c: Move strndup to lib/. 2012-05-14 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/strndup.c, gl/strnlen.c, gltests/Makefile.am, gltests/test-strnlen.c: Add strndup. 2012-05-14 Simon Josefsson * .gitignore: Ignore more. 2012-05-14 Simon Josefsson * lib/digest-md5/parser.c: Rewrite to use strdup instead of malloc. Silences valgrind warnings. 2012-05-14 Simon Josefsson * tests/scram.c, tests/symbols.c: Fix build errors with gcc 4.6. 2012-05-14 Simon Josefsson * doc/gsasl.texi, examples/saml20/README: Fix syntax-check nits. 2012-05-14 Simon Josefsson * lib/NEWS, lib/po/vi.po.in: Sync with TP. 2012-05-14 Simon Josefsson * gl/Makefile.am, gl/fseeko.c, gl/fstat.c, gl/lseek.c, gl/m4/dup2.m4, gl/m4/fseeko.m4, gl/m4/fstat.m4, gl/m4/ftruncate.m4, gl/m4/getcwd.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/largefile.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/math_h.m4, gl/m4/off_t.m4, gl/m4/putenv.m4, gl/m4/realloc.m4, gl/m4/setenv.m4, gl/m4/stat.m4, gl/m4/strerror.m4, gl/m4/symlink.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_types_h.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/warnings.m4, gl/m4/wctype_h.m4, gl/stdint.in.h, gl/stdio.in.h, gl/sys_stat.in.h, gl/sys_types.in.h, gl/unistd.in.h, gltests/binary-io.h, gltests/fcntl.in.h, gltests/ftruncate.c, gltests/init.sh, gltests/ioctl.c, gltests/stat.c, gltests/test-binary-io.c, gltests/test-binary-io.sh, lib/build-aux/snippet/_Noreturn.h, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/malloc.m4, lib/gl/m4/math_h.m4, lib/gl/m4/memmem.m4, lib/gl/m4/off_t.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sys_types_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/sys_types.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-sys_types.c, lib/maint.mk, maint.mk: Update gnulib files. 2012-05-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Doc fixes. Bump version. 2012-05-14 Simon Josefsson * README, doc/gsasl.texi, lib/NEWS, lib/README, lib/src/gsasl.h: Doc fixes for SAML/OpenID. 2012-05-14 Simon Josefsson * doc/gsasl.texi, examples/client-xmpp-saml20.c, examples/openid20/smtp-server-openid20.c, examples/saml20/smtp-server-saml20.c, examples/server-xmpp-saml20.c, lib/NEWS, lib/openid20/client.c, lib/openid20/server.c, lib/saml20/client.c, lib/saml20/server.c, lib/src/error.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, tests/openid20.c, tests/saml20.c: Revert "Unify some SAML/OpenID properties & callbacks." This reverts commit 3095b8531899818f1838c8f658024fafb8fbd92a. 2012-04-29 Simon Josefsson * README-alpha: Mention lasso build dependency. 2012-04-18 Simon Josefsson * examples/saml20/README: Fix. 2012-04-18 Simon Josefsson * examples/saml20/README: Add example flow. 2012-04-18 Simon Josefsson * examples/saml20/README: Doc fixes. 2012-04-03 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.3. 2012-04-03 Simon Josefsson * cfg.mk: Don't warn on exit(0) in PHP code. 2012-04-03 Simon Josefsson * examples/saml20/smtp-server-saml20.c: Don't crash on uninitialized variable. 2012-04-03 Simon Josefsson * doc/reference/Makefile.am: Don't use non-portable '-include'. 2012-04-03 Simon Josefsson * AUTHORS: Update OpenPGP key. 2012-04-03 Simon Josefsson * cfg.mk, examples/client-xmpp-saml20.c, examples/openid20/gsasl-openid20-redirect.php, examples/openid20/gsasl-openid20-rp.php, examples/openid20/smtp-server-openid20.c, examples/saml20/gsasl-saml20-request.c, examples/saml20/gsasl-saml20-sp.php, examples/saml20/smtp-server-saml20.c, examples/server-xmpp-saml20.c, examples/smtp-server.c, lib/po/POTFILES.in, lib/saml20/client.c, lib/src/mechtools.c, lib/src/mechtools.h, src/gsasl.c: Update copyright headers. 2012-04-03 Simon Josefsson * gl/Makefile.am, gl/m4/math_h.m4, gl/m4/stdio_h.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/stdio.in.h, gltests/strerror_r.c, lib/gl/Makefile.am, lib/gl/m4/math_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/warn-on-use.m4, lib/gl/stdio.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2012-04-03 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client-xmpp-saml20.c, examples/client.c, examples/server-xmpp-saml20.c: Fix warn_unused_result complaints. 2012-04-03 Simon Josefsson * doc/print-errors.c, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/qop.c, lib/digest-md5/qop.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/client.c, lib/external/mechinfo.c, lib/external/server.c, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/login/client.c, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/openid20/client.c, lib/openid20/mechinfo.c, lib/openid20/openid20.h, lib/openid20/server.c, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/server.c, lib/saml20/client.c, lib/saml20/mechinfo.c, lib/saml20/saml20.h, lib/saml20/server.c, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/scram.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/server.c, lib/src/crypto.c, lib/src/done.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/internal.h, lib/src/mechtools.c, lib/src/mechtools.h, lib/src/obsolete.c, lib/src/property.c, lib/src/saslprep.c, src/callbacks.c, src/gsasl.c, src/imap.c, src/internal.h, src/smtp.c, tests/cram-md5.c, tests/crypto.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/gs2-krb5.c, tests/gssapi.c, tests/md5file.c, tests/name.c, tests/old-base64.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/old-simple.c, tests/readnz.c, tests/saml20.c, tests/scram.c, tests/scramplus.c, tests/simple.c, tests/suggest.c, tests/symbols.c, tests/utils.c, tests/utils.h: Indent code. 2012-04-03 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Fix build errors. 2012-04-03 Simon Josefsson * configure.ac: Disable Lasso by default on Windows. 2012-04-03 Simon Josefsson * NEWS, lib/NEWS: Update NEWS. 2012-04-03 Simon Josefsson * doc/gsasl.texi, lib/saml20/client.c, lib/saml20/server.c: Update SAML20 implementation to -09. Use = instead of empty message. 2012-04-03 Simon Josefsson * doc/gsasl.texi: Doc fixes. 2012-04-03 Simon Josefsson * examples/openid20/Makefile.am, examples/saml20/Makefile.am, examples/saml20/smtp-server-saml20.c: Fix build errors. Use -no-install for examples. 2012-04-03 Simon Josefsson * lib/NEWS, lib/configure.ac: Enable SAML20 by default. Doc fixes. 2012-04-03 Simon Josefsson * tests/crypto.c: Disable testing of gsasl_random for now (it locks). 2012-04-03 Simon Josefsson * NEWS: Add. 2012-04-03 Simon Josefsson * doc/gsasl.texi, examples/client-xmpp-saml20.c, examples/openid20/smtp-server-openid20.c, examples/saml20/smtp-server-saml20.c, examples/server-xmpp-saml20.c, lib/NEWS, lib/openid20/client.c, lib/openid20/server.c, lib/saml20/client.c, lib/saml20/server.c, lib/src/error.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, tests/openid20.c, tests/saml20.c: Unify some SAML/OpenID properties & callbacks. GSASL_REDIRECT_URL: Added, replaces the next two properties. GSASL_OPENID20_REDIRECT_URL: Removed. GSASL_SAML20_REDIRECT_URL: Removed. GSASL_AUTHENTICATE_IN_BROWSER: Added, replaces the next two callbacks. GSASL_SAML20_AUTHENTICATE_IN_BROWSER: Removed. GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Removed. 2012-04-03 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-03-30 Simon Josefsson * .gitignore, configure.ac, examples/Makefile.am, examples/saml20/Makefile.am, examples/saml20/README, examples/saml20/gsasl-saml20-request.c, examples/saml20/gsasl-saml20-sp.php, examples/saml20/idp.protectnetwork.org/idp-metadata.xml, examples/saml20/openidp.feide.no/idp-metadata.xml, examples/saml20/smtp-server-saml20.c, examples/saml20/sp-crt.pem, examples/saml20/sp-key.pem, examples/saml20/sp-metadata.xml: Add example SAML20 server. 2012-03-28 Simon Josefsson * doc/announce.txt: Update for 1.7.2. 2012-03-28 Simon Josefsson * cfg.mk: Allow for sub-keys. 2012-03-28 Simon Josefsson * configure.ac, examples/Makefile.am, examples/openid20/Makefile.am: Don't build example SMTP server for Windows. 2012-03-28 Simon Josefsson * po/vi.po.in: Sync with TP. 2012-03-28 Simon Josefsson * NEWS, lib/NEWS: Version 1.7.2. 2012-03-28 Simon Josefsson * .gitignore: Ignore more. 2012-03-28 Simon Josefsson * doc/gsasl.texi: Document new OPENID20 properties and callbacks. 2012-03-28 Simon Josefsson * tests/Makefile.am, tests/openid20.c: Add OPENID20 self-test. 2012-03-28 Simon Josefsson * lib/openid20/client.c, lib/openid20/server.c: Fix error handling step. 2012-03-28 Simon Josefsson * examples/smtp-server.c: Sync example SMTP codes. 2012-03-28 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/locale_h.m4, gl/m4/math_h.m4, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/stdlib.in.h, gl/string.in.h, gl/unistr.in.h, gl/unitypes.in.h, gl/wchar.in.h, gltests/Makefile.am, gltests/fpucw.h, gltests/locale.in.h, gltests/macros.h, gltests/test-locale.c, lib/build-aux/gnupload, lib/gl/m4/math_h.m4, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/wchar.in.h, lib/gltests/fpucw.h, lib/gltests/macros.h, lib/maint.mk, maint.mk: Update gnulib files. 2012-03-28 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Create directories with better permissions. 2012-03-28 Simon Josefsson * NEWS, examples/openid20/README, lib/NEWS: Doc fixes. 2012-03-28 Simon Josefsson * NEWS, doc/gsasl.texi: Add example to manual. Update NEWS. 2012-03-28 Simon Josefsson * doc/gsasl.texi: Update OPENID20 documentation. 2012-03-28 Simon Josefsson * lib/configure.ac: Enable OPENID20 by default. 2012-03-28 Simon Josefsson * lib/src/gsasl.h: Collapse enum ranges. 2012-03-28 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Disable stdout buffering (somehow required to pipe output into logger). 2012-03-28 Simon Josefsson * examples/openid20/smtp-server-openid20.c: Fix debug info. 2012-03-28 Simon Josefsson * NEWS, src/gsasl.c, src/imap.c, src/smtp.c: gsasl: Let server decide when authentication is complete. 2012-03-28 Simon Josefsson * .gitignore, configure.ac, examples/Makefile.am, examples/openid20/Makefile.am, examples/openid20/README, examples/openid20/gsasl-openid20-redirect.php, examples/openid20/gsasl-openid20-rp.php, examples/openid20/smtp-server-openid20.c: Add SMTP example server with OpenID 2.0 support. 2012-03-27 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2012-03-27 Simon Josefsson * lib/src/error.c: Fix last commit. 2012-03-27 Simon Josefsson * lib/openid20/client.c, lib/openid20/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c: Use AUTHID for OpenID user-supplied identifier. 2012-03-27 Simon Josefsson * examples/smtp-server.c: Print information after authentication. 2012-03-27 Simon Josefsson * lib/openid20/client.c, lib/openid20/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c: Further OPENID20 fixes. 2012-03-27 Simon Josefsson * examples/smtp-server.c: Don't crash in accept. 2012-03-27 Simon Josefsson * src/gsasl.c: Silence compiler warnings. 2012-03-27 Simon Josefsson * README-alpha: Add make. 2012-03-27 Simon Josefsson * lib/openid20/server.c, lib/src/error.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: Improve OPENID20 implementation. 2012-03-26 Simon Josefsson * .gitignore, examples/Makefile.am, examples/smtp-server.c: Add example SMTP server. 2012-03-26 Simon Josefsson * src/callbacks.c: Support SAML20 callbacks. 2012-03-23 Simon Josefsson * src/smtp.c: Handle when AUTH tokens are on final 250 line. 2012-03-23 Simon Josefsson * src/gsasl.ggo: Prepare for --listen. 2012-03-23 Simon Josefsson * src/gsasl.c: Don't even try to get channel binding when --no-cb was given. 2012-03-07 Simon Josefsson * doc/Makefile.am, doc/gdoc: Don't hardcode /usr/bin/perl in gdoc. For Hydra. 2012-03-02 Simon Josefsson * GNUmakefile, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/asprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/config.charset, gl/errno.in.h, gl/float+.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.c, gl/iconv.in.h, gl/iconv_close.c, gl/iconv_open.c, gl/inet_ntop.c, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/fpieee.m4, gl/m4/math_h.m4, gl/mbrtowc.c, gl/msvc-inval.c, gl/msvc-inval.h, gl/msvc-nothrow.c, gl/msvc-nothrow.h, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/size_max.h, gl/snprintf.c, gl/stdalign.in.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/streq.h, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_stat.in.h, gl/sys_time.in.h, gl/sys_types.in.h, gl/sys_uio.in.h, gl/time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/wchar.in.h, gl/wctype.in.h, gl/xsize.h, gltests/gettimeofday.c, gltests/glthread/lock.c, gltests/glthread/lock.h, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/glthread/threadlib.c, gltests/glthread/yield.h, gltests/malloc.c, gltests/malloca.c, gltests/malloca.h, gltests/pathmax.h, gltests/pipe.c, gltests/sys_ioctl.in.h, gltests/test-fgetc.c, gltests/test-fputc.c, gltests/test-fread.c, gltests/test-fwrite.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-perror.c, gltests/test-perror2.c, gltests/test-pipe.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.h, gltests/test-strerror.c, gltests/test-strerror_r.c, lib/GNUmakefile, lib/build-aux/gnupload, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/m4/fpieee.m4, lib/gl/m4/math_h.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdalign.in.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strnlen.c, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/msvc-inval.c, lib/gltests/msvc-inval.h, lib/gltests/test-fgetc.c, lib/gltests/test-fputc.c, lib/gltests/test-fread.c, lib/gltests/test-fwrite.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-strverscmp.c, lib/maint.mk, maint.mk: Update gnulib files. 2012-03-02 Simon Josefsson * lib/cfg.mk: Let 'make update-po' work unbootstrapped. 2012-02-20 Simon Josefsson * THANKS, doc/gsasl.texi: Fix typo. Reported by Phil Pennock . 2012-02-20 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2012-02-10 Simon Josefsson * doc/announce.txt: Update for 1.7.1. 2012-02-09 Simon Josefsson * lib/build-aux/gnupload: Really add gnupload. 2012-02-09 Simon Josefsson * cfg.mk, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Add and fix gnupload commands. 2012-02-09 Simon Josefsson * .gitignore: Ignore more. 2012-02-09 Simon Josefsson * cfg.mk: Fix path in release rule. 2012-02-09 Simon Josefsson * cfg.mk, lib/cfg.mk: Cleanup release targets. 2012-02-09 Simon Josefsson * NEWS: Version 1.7.1. 2012-02-09 Simon Josefsson * .gitignore: Add more. 2012-02-09 Simon Josefsson * lib/build-aux/config.rpath, lib/maint.mk, maint.mk: Update gnulib files. 2012-02-09 Simon Josefsson * gl/m4/valgrind-tests.m4, gl/override/m4/valgrind-tests.m4.diff: Disable memory leak checking for now. 2012-02-08 Simon Josefsson * lib/gl/build-aux/config.rpath, lib/gl/build-aux/link-warning.h, lib/gl/build-aux/useless-if-before-free, lib/gl/build-aux/vc-list-files: Remove obsolete files. 2012-02-08 Simon Josefsson * Makefile.am, lib/build-aux/config.rpath: Disable GSS-API for self-testing (memory leaks). 2012-02-08 Simon Josefsson * lib/configure.ac: Doc fix. 2012-02-08 Simon Josefsson * .gitignore, ChangeLog, cfg.mk, lib/ChangeLog, lib/cfg.mk, windows/gsasl4win.mk: Improve release targets. 2012-02-07 Simon Josefsson * cfg.mk: Add gtk-doc rules. 2012-02-07 Simon Josefsson * cfg.mk: Add clang rules. 2012-02-07 Simon Josefsson * cfg.mk: Fix coverage rules. 2012-02-07 Simon Josefsson * NEWS, THANKS, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strdup.m4, gl/malloc.c, gl/strdup.c, gltests/Makefile.am, gltests/malloc.c: Use getpass-gnu instead of getpass to get a working getpass everywhere. Solves problem on Mac OS X reported by Wim Lewis . 2012-02-07 Simon Josefsson * README, doc/announce.txt: Fix links. 2012-02-07 Simon Josefsson * README: Mention OPENID/SAML. 2012-02-07 Simon Josefsson * cfg.mk: Fix ignore rule. 2012-02-07 Simon Josefsson * configure.ac, doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml, doc/reference/version.xml.in, gtk-doc.make, m4/gtk-doc.m4: Update gtk-doc files. 2012-02-07 Simon Josefsson * cfg.mk: Fix syntax-check nit. 2012-02-07 Simon Josefsson * .cvsusers, .prev-version, lib/.prev-version: Drop old files. 2012-02-07 Simon Josefsson * doc/Makefile.am, doc/gpl-3.0.texi, doc/gsasl.texi, doc/lgpl-2.1.texi, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Drop licenses from manual. 2012-02-07 Simon Josefsson * .clcopying, AUTHORS, ChangeLog, Makefile.am, README, README-alpha, THANKS, cfg.mk, configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am, doc/doxygen/gdoc2doxygen, doc/gdoc, doc/gsasl.texi, doc/print-errors.c, examples/Makefile.am, examples/README, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, lib/AUTHORS, lib/ChangeLog, lib/Makefile.am, lib/NEWS, lib/README, lib/THANKS, lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cfg.mk, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/Makefile.am, lib/digest-md5/README, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/qop.c, lib/digest-md5/qop.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/Makefile.am, lib/external/client.c, lib/external/external.h, lib/external/mechinfo.c, lib/external/server.c, lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c, lib/gs2/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h, lib/libgsasl.pc.in, lib/login/Makefile.am, lib/login/client.c, lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/openid20/Makefile.am, lib/openid20/client.c, lib/openid20/mechinfo.c, lib/openid20/openid20.h, lib/openid20/server.c, lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c, lib/saml20/Makefile.am, lib/saml20/mechinfo.c, lib/saml20/saml20.h, lib/saml20/server.c, lib/scram/Makefile.am, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/scram.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h, lib/securid/Makefile.am, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c, lib/src/done.c, lib/src/error.c, lib/src/free.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/libgsasl.map, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, lib/tests/Makefile.am, lib/tests/test-error.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/Makefile.am, tests/cram-md5.c, tests/crypto.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/gs2-krb5.c, tests/gssapi.c, tests/libgsasl.supp, tests/md5file.c, tests/name.c, tests/old-base64.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/old-simple.c, tests/readnz.c, tests/saml20.c, tests/scram.c, tests/scramplus.c, tests/simple.c, tests/suggest.c, tests/symbols.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h, windows/gsasl4win.mk: Update copyright headers. 2012-02-07 Simon Josefsson * cfg.mk, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/build-aux/update-copyright: Use update-copyright gnulib module. 2012-02-07 Simon Josefsson * NEWS: Add. 2012-02-07 Simon Josefsson * examples/client-xmpp-saml20.c, examples/server-xmpp-saml20.c: Don't use getline in examples. 2012-02-07 Simon Josefsson * lib/saml20/client.c: Fix logic. 2012-02-07 Simon Josefsson * lib/configure.ac: Disable OPENID20 and SAML20 by default. 2012-02-07 Simon Josefsson * lib/src/mechtools.c, lib/src/mechtools.h: Fix memory leak and warnings. 2012-02-07 Simon Josefsson * lib/saml20/client.c: Silence warning. 2012-02-07 Simon Josefsson * lib/scram/client.c: Fix memory leak. 2012-02-07 Simon Josefsson * lib/po/sr.po.in, po/sr.po.in: Sync with TP. 2012-02-07 Simon Josefsson * src/gsasl.c: Silence warning. 2012-02-07 Simon Josefsson * GNUmakefile, cfg.mk, doc/fdl-1.3.texi, doc/gendocs_template, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/asprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strcaseeq.h, gl/c-strncasecmp.c, gl/close.c, gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/fd-hook.c, gl/fd-hook.h, gl/fflush.c, gl/float+.h, gl/float.c, gl/float.in.h, gl/fpurge.c, gl/freading.c, gl/freading.h, gl/fseek.c, gl/fseeko.c, gl/fstat.c, gl/ftell.c, gl/ftello.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.c, gl/iconv.in.h, gl/iconv_close.c, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h, gl/itold.c, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/autobuild.m4, gl/m4/btowc.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/configmake.m4, gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/exponentd.m4, gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4, gl/m4/fcntl_h.m4, gl/m4/fdopen.m4, gl/m4/fflush.m4, gl/m4/float_h.m4, gl/m4/fpieee.m4, gl/m4/fpurge.m4, gl/m4/freading.m4, gl/m4/fseek.m4, gl/m4/fseeko.m4, gl/m4/fstat.m4, gl/m4/ftell.m4, gl/m4/ftello.m4, gl/m4/ftruncate.m4, gl/m4/getaddrinfo.m4, gl/m4/getcwd.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/getpass.m4, gl/m4/gettimeofday.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intlmacosx.m4, gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/ioctl.m4, gl/m4/largefile.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/libunistring-base.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/locale_h.m4, gl/m4/localename.m4, gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/math_h.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/mbtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/msvc-inval.m4, gl/m4/msvc-nothrow.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/nocrash.m4, gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/setlocale.m4, gl/m4/signal_h.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4, gl/m4/stat.m4, gl/m4/stdalign.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4, gl/m4/string_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/sys_types_h.m4, gl/m4/sys_uio_h.m4, gl/m4/thread.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/valgrind-tests.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/version-etc.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar_h.m4, gl/m4/wchar_t.m4, gl/m4/wcrtomb.m4, gl/m4/wctob.m4, gl/m4/wctomb.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/yield.m4, gl/malloc.c, gl/mbrtowc.c, gl/mbsinit.c, gl/memchr.c, gl/msvc-inval.c, gl/msvc-inval.h, gl/msvc-nothrow.c, gl/msvc-nothrow.h, gl/netdb.in.h, gl/netinet_in.in.h, gl/override/lib/dup2.c.diff, gl/override/lib/getpass.c.diff, gl/override/lib/gettext.h.diff, gl/override/m4/open.m4.diff, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c, gl/signal.in.h, gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdalign.in.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio-impl.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror-override.c, gl/strerror-override.h, gl/strerror.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/strtok_r.c, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_stat.in.h, gl/sys_time.in.h, gl/sys_types.in.h, gl/sys_uio.in.h, gl/time.in.h, gl/unistd.in.h, gl/unistr.in.h, gl/unistr/u8-mbtoucr.c, gl/unistr/u8-uctomb-aux.c, gl/unistr/u8-uctomb.c, gl/unitypes.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/verify.h, gl/version-etc.c, gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc-die.c, gl/xalloc-oversized.h, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h, gltests/bind.c, gltests/btowc.c, gltests/dosname.h, gltests/dup2.c, gltests/fcntl.in.h, gltests/fdopen.c, gltests/fpucw.h, gltests/ftruncate.c, gltests/getcwd-lgpl.c, gltests/getpagesize.c, gltests/gettimeofday.c, gltests/glthread/lock.c, gltests/glthread/lock.h, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/glthread/threadlib.c, gltests/glthread/yield.h, gltests/ignore-value.h, gltests/inet_pton.c, gltests/init.sh, gltests/inttypes.in.h, gltests/ioctl.c, gltests/listen.c, gltests/locale.in.h, gltests/localename.c, gltests/localename.h, gltests/lstat.c, gltests/macros.h, gltests/malloca.c, gltests/malloca.h, gltests/mbtowc-impl.h, gltests/mbtowc.c, gltests/open.c, gltests/pathmax.h, gltests/perror.c, gltests/pipe.c, gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c, gltests/setlocale.c, gltests/setsockopt.c, gltests/signature.h, gltests/stat.c, gltests/strerror_r.c, gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-accept.c, gltests/test-alignof.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-binary-io.c, gltests/test-binary-io.sh, gltests/test-bind.c, gltests/test-btowc.c, gltests/test-c-ctype.c, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-close.c, gltests/test-connect.c, gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c, gltests/test-fclose.c, gltests/test-fcntl-h.c, gltests/test-fdopen.c, gltests/test-fflush.c, gltests/test-fflush2.c, gltests/test-fflush2.sh, gltests/test-fgetc.c, gltests/test-float.c, gltests/test-fpurge.c, gltests/test-fputc.c, gltests/test-fread.c, gltests/test-freading.c, gltests/test-fseek.c, gltests/test-fseeko.c, gltests/test-fseeko3.c, gltests/test-fseeko3.sh, gltests/test-fseeko4.c, gltests/test-fseeko4.sh, gltests/test-fstat.c, gltests/test-ftell.c, gltests/test-ftell.sh, gltests/test-ftell2.sh, gltests/test-ftell3.c, gltests/test-ftello.c, gltests/test-ftello.sh, gltests/test-ftello2.sh, gltests/test-ftello3.c, gltests/test-ftruncate.c, gltests/test-ftruncate.sh, gltests/test-fwrite.c, gltests/test-getaddrinfo.c, gltests/test-getcwd-lgpl.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-iconv-h.c, gltests/test-iconv.c, gltests/test-ignore-value.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-init.sh, gltests/test-intprops.c, gltests/test-inttypes.c, gltests/test-ioctl.c, gltests/test-listen.c, gltests/test-locale.c, gltests/test-localename.c, gltests/test-lock.c, gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h, gltests/test-malloca.c, gltests/test-mbrtowc-w32.c, gltests/test-mbrtowc.c, gltests/test-mbsinit.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-netinet_in.c, gltests/test-open.c, gltests/test-open.h, gltests/test-pathmax.c, gltests/test-perror.c, gltests/test-perror2.c, gltests/test-pipe.c, gltests/test-poll-h.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.h, gltests/test-recv.c, gltests/test-select-fd.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-select.h, gltests/test-setenv.c, gltests/test-setlocale1.c, gltests/test-setlocale2.c, gltests/test-setlocale2.sh, gltests/test-setsockopt.c, gltests/test-shutdown.c, gltests/test-signal-h.c, gltests/test-snprintf.c, gltests/test-sockets.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-stdalign.c, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-strerror_r.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-symlink.c, gltests/test-symlink.h, gltests/test-sys_ioctl.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_stat.c, gltests/test-sys_time.c, gltests/test-sys_types.c, gltests/test-sys_uio.c, gltests/test-sys_wait.h, gltests/test-thread_create.c, gltests/test-thread_self.c, gltests/test-time.c, gltests/test-unistd.c, gltests/test-unsetenv.c, gltests/test-vasnprintf.c, gltests/test-vasprintf.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-verify.c, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/test-wchar.c, gltests/test-wcrtomb-w32.c, gltests/test-wcrtomb.c, gltests/test-wctype-h.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unistr/test-u8-mbtoucr.c, gltests/unistr/test-u8-uctomb.c, gltests/unsetenv.c, gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wcrtomb.c, gltests/wctob.c, gltests/wctomb-impl.h, gltests/wctomb.c, gltests/zerosize-ptr.h, lib/GNUmakefile, lib/build-aux/arg-nonnull.h, lib/build-aux/c++defs.h, lib/build-aux/config.rpath, lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html, lib/build-aux/snippet/_Noreturn.h, lib/build-aux/snippet/arg-nonnull.h, lib/build-aux/snippet/c++defs.h, lib/build-aux/snippet/unused-parameter.h, lib/build-aux/snippet/warn-on-use.h, lib/build-aux/unused-parameter.h, lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.c, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/itold.c, lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/exponentd.m4, lib/gl/m4/extensions.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/fdopen.m4, lib/gl/m4/float_h.m4, lib/gl/m4/fpieee.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/math_h.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/msvc-inval.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4, lib/gl/m4/ssize_t.m4, lib/gl/m4/stdalign.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4, lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar_h.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/override/lib/gettext.h.diff, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdalign.in.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strnlen.c, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/fdopen.c, lib/gltests/fpucw.h, lib/gltests/getpagesize.c, lib/gltests/init.sh, lib/gltests/intprops.h, lib/gltests/inttypes.in.h, lib/gltests/macros.h, lib/gltests/msvc-inval.c, lib/gltests/msvc-inval.h, lib/gltests/signature.h, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-c-ctype.c, lib/gltests/test-errno.c, lib/gltests/test-fdopen.c, lib/gltests/test-fgetc.c, lib/gltests/test-float.c, lib/gltests/test-fputc.c, lib/gltests/test-fread.c, lib/gltests/test-fwrite.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-hmac-md5.c, lib/gltests/test-hmac-sha1.c, lib/gltests/test-init.sh, lib/gltests/test-intprops.c, lib/gltests/test-inttypes.c, lib/gltests/test-md5.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-sha1.c, lib/gltests/test-stdalign.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-strnlen.c, lib/gltests/test-strverscmp.c, lib/gltests/test-sys_wait.h, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-verify.c, lib/gltests/test-wchar.c, lib/gltests/zerosize-ptr.h, lib/maint.mk, maint.mk: Update gnulib files. 2011-11-12 Enrico Scholz * src/imap.c: ignore untagged responses during IMAP authentication Some IMAP server (e.g. dovecot) return new capabilities as untagged response. Old code expected only one line (e.g. the final '. OK') which would be given out as part of the application data. E.g. without this patch, authentication to a dovecot server would look like: | $ gsasl mailbox 143 --imap ... | ... | + BQQF/wAMAAAAAAAAIO4EoAH... | BQQE/wAMAAAAAAAAII9BbgH... | * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ... | Client authentication finished (server trusted)... | Enter application data (EOF to finish): | . OK Logged in Patches changes it to | + BQQF/wAMAAAAAAAAIX... | BQQE/wAMAAAAAAAAK2... | * CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ... | . OK Logged in | Client authentication finished (server trusted)... | Enter application data (EOF to finish): Dialog with cyrus-imapd is not changed and ends always with | + BQQF/wAMAAAAAAAAPqx... | BQQE/wAMAAAAAAAAL... | . OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ...] Success (tls protection) | Client authentication finished (server trusted)... | Enter application data (EOF to finish): Signed-off-by: Enrico Scholz Signed-off-by: Simon Josefsson 2011-11-25 Simon Josefsson * tests/readnz.c: Print newline after messages. 2011-11-25 Simon Josefsson * tests/Makefile.am: Fix trailing backslash problem. Reported by Bruno Haible. 2011-11-22 Simon Josefsson * lib/tests/test-error.c: Silence warning. 2011-06-30 Simon Josefsson * .gitignore, NEWS, doc/gsasl.texi, doc/reference/gsasl-docs.sgml, lib/Makefile.am, lib/NEWS, lib/README, lib/configure.ac, lib/openid20/Makefile.am, lib/openid20/client.c, lib/openid20/mechinfo.c, lib/openid20/openid20.h, lib/openid20/server.c, lib/src/Makefile.am, lib/src/error.c, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, tests/saml20.c: libgsasl: Implement OPENID20 mechanism for OpenID authentication. Following draft-ietf-kitten-sasl-openid-03. 2011-06-30 Simon Josefsson * NEWS, doc/gsasl.texi, lib/NEWS: Clarify protocol version. 2010-11-13 Simon Josefsson * NEWS, examples/Makefile.am, examples/client-xmpp-saml20.c, examples/server-xmpp-saml20.c, lib/NEWS, lib/src/error.c: examples: Added client-xmpp-saml20 and server-xmpp-saml20. 2011-06-29 Simon Josefsson * .gitignore, doc/Makefile.am, doc/gsasl.texi, lib/Makefile.am, lib/configure.ac, lib/gs2/server.c, lib/saml20/Makefile.am, lib/saml20/client.c, lib/saml20/mechinfo.c, lib/saml20/saml20.h, lib/saml20/server.c, lib/src/Makefile.am, lib/src/error.c, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/mechtools.c, lib/src/mechtools.h, lib/src/property.c, lib/src/xfinish.c, tests/Makefile.am, tests/saml20.c: Implement SAML20 as per draft-ietf-kitten-sasl-saml-01. 2011-06-28 Simon Josefsson * lib/po/LINGUAS, lib/po/eo.po.in, lib/po/fi.po.in, lib/po/it.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/uk.po.in, lib/po/zh_CN.po.in, po/LINGUAS, po/de.po.in, po/eo.po.in, po/fi.po.in, po/it.po.in, po/nl.po.in, po/pl.po.in, po/uk.po.in, po/zh_CN.po.in: Sync with TP. 2011-06-28 Simon Josefsson * cfg.mk, doc/lgpl-2.1.texi, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/arpa_inet.in.h, gl/errno.in.h, gl/error.c, gl/fclose.c, gl/float.c, gl/float.in.h, gl/fseek.c, gl/ftell.c, gl/getopt.c, gl/getopt.in.h, gl/iconv.c, gl/iconv.in.h, gl/iconv_close.c, gl/intprops.h, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/btowc.m4, gl/m4/dup2.m4, gl/m4/error.m4, gl/m4/fclose.m4, gl/m4/fflush.m4, gl/m4/float_h.m4, gl/m4/fpieee.m4, gl/m4/fpurge.m4, gl/m4/fseek.m4, gl/m4/fseeko.m4, gl/m4/ftell.m4, gl/m4/ftello.m4, gl/m4/getaddrinfo.m4, gl/m4/getcwd.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/getpass.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/ioctl.m4, gl/m4/libunistring-base.m4, gl/m4/locale-zh.m4, gl/m4/locale_h.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbtowc.m4, gl/m4/memchr.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/setenv.m4, gl/m4/setlocale.m4, gl/m4/stat.m4, gl/m4/stdint.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/unistd_h.m4, gl/m4/warnings.m4, gl/m4/wchar_h.m4, gl/m4/wcrtomb.m4, gl/m4/wctob.m4, gl/m4/wctomb.m4, gl/m4/xalloc.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.in.h, gl/sockets.c, gl/stdarg.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strerror-override.c, gl/strerror-override.h, gl/strerror.c, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_uio.in.h, gl/unistd.in.h, gl/unistr.in.h, gl/unistr/u8-mbtoucr.c, gl/unistr/u8-uctomb-aux.c, gl/unistr/u8-uctomb.c, gl/unitypes.in.h, gl/verify.h, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/fcntl.in.h, gltests/fpucw.h, gltests/ftell.c, gltests/getcwd-lgpl.c, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/init.sh, gltests/inttypes.in.h, gltests/locale.in.h, gltests/localename.c, gltests/localename.h, gltests/macros.h, gltests/pathmax.h, gltests/perror.c, gltests/setenv.c, gltests/stat.c, gltests/strerror_r.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-fclose.c, gltests/test-fflush.c, gltests/test-float.c, gltests/test-fseek.c, gltests/test-fseek.sh, gltests/test-fseek2.sh, gltests/test-getaddrinfo.c, gltests/test-getcwd-lgpl.c, gltests/test-intprops.c, gltests/test-inttypes.c, gltests/test-lock.c, gltests/test-perror.sh, gltests/test-perror2.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-strerror.c, gltests/test-strerror_r.c, gltests/test-verify.c, gltests/time.in.h, gltests/unistr/test-u8-mbtoucr.c, gltests/unistr/test-u8-uctomb.c, gltests/unsetenv.c, lib/build-aux/unused-parameter.h, lib/build-aux/vc-list-files, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.c, lib/gl/float.in.h, lib/gl/gc.h, lib/gl/m4/alloca.m4, lib/gl/m4/float_h.m4, lib/gl/m4/fpieee.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/printf.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/stdint.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar_h.m4, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/fpucw.h, lib/gltests/init.sh, lib/gltests/intprops.h, lib/gltests/inttypes.in.h, lib/gltests/macros.h, lib/gltests/test-float.c, lib/gltests/test-intprops.c, lib/gltests/test-inttypes.c, lib/gltests/test-verify.c, lib/maint.mk, maint.mk: Update gnulib files. 2011-06-06 Simon Josefsson * src/callbacks.c: Print warnings to stderr. Reported by Jacek Konieczny . 2011-05-30 Brad Hards * src/imap.c, src/smtp.c: Fix compilation problems associated with -Wunused-result and -Werror These warnings are a bit excessive, but they are enabled by default on some systems (e.g. Ubuntu) with some compilers (gcc 4.5.2 in my case). Signed-off-by: Brad Hards Signed-off-by: Simon Josefsson 2011-05-30 Brad Hards * lib/src/callback.c, lib/src/error.c, lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c, lib/src/suggest.c, lib/src/version.c: doc: fix warnings about unknown links Signed-off-by: Brad Hards Signed-off-by: Simon Josefsson 2011-06-06 Brad Hards * .gitignore: add gl/readline.lo and .o to ignore list Signed-off-by: Brad Hards Signed-off-by: Simon Josefsson 2011-05-01 Simon Josefsson * .gitignore, .x-sc_bindtextdomain, .x-sc_file_system, .x-sc_po_check, .x-sc_program_name, .x-sc_prohibit_empty_lines_at_EOF, .x-sc_prohibit_magic_number_exit, .x-sc_space_tab, .x-sc_texinfo_acronym, .x-sc_the_the, .x-sc_trailing_blank, GNUmakefile, cfg.mk, doc/gendocs_template, doc/gsasl.texi, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/asprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/close-hook.c, gl/close-hook.h, gl/close.c, gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/fd-hook.c, gl/fd-hook.h, gl/fflush.c, gl/float+.h, gl/float.in.h, gl/fpurge.c, gl/freading.c, gl/freading.h, gl/fseeko.c, gl/ftello.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/asm-underscore.m4, gl/m4/autobuild.m4, gl/m4/btowc.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/configmake.m4, gl/m4/dos.m4, gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4, gl/m4/fcntl_h.m4, gl/m4/fflush.m4, gl/m4/float_h.m4, gl/m4/fpurge.m4, gl/m4/freading.m4, gl/m4/fseeko.m4, gl/m4/ftell.m4, gl/m4/ftello.m4, gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/getpass.m4, gl/m4/gettimeofday.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intlmacosx.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/ioctl.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/locale_h.m4, gl/m4/localename.m4, gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/mbtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/pipe.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/setlocale.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/sys_uio_h.m4, gl/m4/thread.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/valgrind-tests.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/version-etc.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar_h.m4, gl/m4/wchar_t.m4, gl/m4/wcrtomb.m4, gl/m4/wctob.m4, gl/m4/wctomb.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/m4/yield.m4, gl/malloc.c, gl/mbrtowc.c, gl/mbsinit.c, gl/memchr.c, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c, gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio-impl.h, gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/strtok_r.c, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_uio.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/verify.h, gl/version-etc.c, gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc-die.c, gl/xalloc-oversized.h, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h, gltests/bind.c, gltests/btowc.c, gltests/dosname.h, gltests/dup2.c, gltests/fcntl.in.h, gltests/ftell.c, gltests/getpagesize.c, gltests/gettimeofday.c, gltests/glthread/lock.c, gltests/glthread/lock.h, gltests/glthread/thread.c, gltests/glthread/thread.h, gltests/glthread/threadlib.c, gltests/glthread/yield.h, gltests/ignore-value.h, gltests/inet_pton.c, gltests/init.sh, gltests/ioctl.c, gltests/listen.c, gltests/locale.in.h, gltests/localename.c, gltests/localename.h, gltests/lstat.c, gltests/macros.h, gltests/malloca.c, gltests/malloca.h, gltests/mbtowc-impl.h, gltests/mbtowc.c, gltests/open.c, gltests/pathmax.h, gltests/perror.c, gltests/pipe.c, gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c, gltests/setlocale.c, gltests/setsockopt.c, gltests/signature.h, gltests/stat.c, gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-alignof.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-binary-io.c, gltests/test-btowc.c, gltests/test-btowc1.sh, gltests/test-btowc2.sh, gltests/test-c-ctype.c, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c, gltests/test-fcntl-h.c, gltests/test-fflush.c, gltests/test-fflush2.c, gltests/test-fflush2.sh, gltests/test-fpurge.c, gltests/test-freading.c, gltests/test-fseeko.c, gltests/test-ftell.c, gltests/test-ftell.sh, gltests/test-ftell2.sh, gltests/test-ftell3.c, gltests/test-ftello.c, gltests/test-ftello.sh, gltests/test-ftello2.sh, gltests/test-ftello3.c, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-iconv-h.c, gltests/test-iconv.c, gltests/test-ignore-value.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-locale.c, gltests/test-localename.c, gltests/test-lock.c, gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h, gltests/test-malloca.c, gltests/test-mbrtowc-w32-1.sh, gltests/test-mbrtowc-w32-2.sh, gltests/test-mbrtowc-w32-3.sh, gltests/test-mbrtowc-w32-4.sh, gltests/test-mbrtowc-w32-5.sh, gltests/test-mbrtowc-w32.c, gltests/test-mbrtowc.c, gltests/test-mbsinit.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-netinet_in.c, gltests/test-open.c, gltests/test-open.h, gltests/test-perror.c, gltests/test-pipe.c, gltests/test-poll-h.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.h, gltests/test-select-fd.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-setenv.c, gltests/test-setlocale1.c, gltests/test-setlocale1.sh, gltests/test-setlocale2.c, gltests/test-setlocale2.sh, gltests/test-snprintf.c, gltests/test-sockets.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-symlink.c, gltests/test-symlink.h, gltests/test-sys_ioctl.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_stat.c, gltests/test-sys_time.c, gltests/test-sys_uio.c, gltests/test-sys_wait.h, gltests/test-time.c, gltests/test-unistd.c, gltests/test-unsetenv.c, gltests/test-vasnprintf.c, gltests/test-vasprintf.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-verify.c, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/test-wchar.c, gltests/test-wcrtomb-w32-1.sh, gltests/test-wcrtomb-w32-2.sh, gltests/test-wcrtomb-w32-3.sh, gltests/test-wcrtomb-w32-4.sh, gltests/test-wcrtomb-w32-5.sh, gltests/test-wcrtomb-w32.c, gltests/test-wcrtomb.c, gltests/test-wcrtomb.sh, gltests/test-wctype-h.c, gltests/test-wctype.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unsetenv.c, gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wcrtomb.c, gltests/wctob.c, gltests/wctomb-impl.h, gltests/wctomb.c, gltests/zerosize-ptr.h, lib/COPYING.LIB, lib/GNUmakefile, lib/build-aux/arg-nonnull.h, lib/build-aux/c++defs.h, lib/build-aux/config.rpath, lib/build-aux/gendocs.sh, lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h, lib/cram-md5/challenge.c, lib/digest-md5/free.c, lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/asm-underscore.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/extensions.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4, lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar_h.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strnlen.c, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/getpagesize.c, lib/gltests/init.sh, lib/gltests/intprops.h, lib/gltests/macros.h, lib/gltests/signature.h, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-c-ctype.c, lib/gltests/test-errno.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-strnlen.c, lib/gltests/test-strverscmp.c, lib/gltests/test-sys_wait.h, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-verify.c, lib/gltests/test-wchar.c, lib/gltests/zerosize-ptr.h, lib/maint.mk, maint.mk: Update gnulib files. Fix syntax-check warnings. 2011-05-01 Simon Josefsson * lib/po/LINGUAS, lib/po/eo.po.in, po/LINGUAS, po/eo.po.in: Sync with TP. 2011-05-01 Simon Josefsson * NEWS, cfg.mk, lib/NEWS: Merge in 1.6.1 stuff. 2011-05-01 Simon Josefsson * .gitignore, windows/gsasl4win.mk: Fix upload rule. 2011-05-01 Simon Josefsson * .gitignore, NEWS, windows/gsasl4win.mk: build: Added MinGW build script for Windows binaries, windows/gsasl4win.mk. 2011-05-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. Reported by Dagobert Michelsen . 2011-05-01 Simon Josefsson * lib/NEWS, lib/libgsasl.pc.in: libgsasl.pc: Add a Libs.private. Reported by Volker Grabsch . 2011-05-01 Simon Josefsson * README, lib/README, lib/libgsasl.pc.in: Compact copyright ranges. 2011-02-23 Simon Josefsson * doc/gsasl.texi: Fix typo. Reported by Дилян Палаузов . 2010-12-14 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2010-12-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version. 2010-12-14 Simon Josefsson * ChangeLog: Generated. 2010-12-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-12-14 Simon Josefsson * NEWS, lib/NEWS: Version 1.6.0. 2010-12-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-12-09 Simon Josefsson * ChangeLog: Generated. 2010-12-09 Simon Josefsson * lib/ChangeLog: Generated. 2010-12-09 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.5. 2010-12-09 Simon Josefsson * NEWS: Add. 2010-12-09 Simon Josefsson * configure.ac, lib/configure.ac: Silence. 2010-12-09 Simon Josefsson * lib/src/error.c: Fix indentation. 2010-12-09 Simon Josefsson * cfg.mk: Don't indent examples, formatting needed for texinfo manual. 2010-12-09 Simon Josefsson * .x-sc_bindtextdomain: Add. 2010-12-09 Simon Josefsson * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: gsasl: Add --no-cb command line parameter. 2010-12-09 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/gettext.h, gl/iconv.in.h, gl/intprops.h, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/dup2.m4, gl/m4/fcntl-o.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/glibc21.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/open.m4, gl/m4/poll.m4, gl/m4/printf.m4, gl/m4/putenv.m4, gl/m4/readline.m4, gl/m4/setenv.m4, gl/m4/stat.m4, gl/m4/stdint.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar_h.m4, gl/mbrtowc.c, gl/printf-parse.c, gl/printf-parse.h, gl/stdint.in.h, gl/striconv.c, gl/string.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/xmalloc.c, gltests/fcntl.in.h, gltests/test-getopt.h, gltests/test-iconv-h.c, lib/build-aux/gendocs.sh, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/alloca.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/printf.m4, lib/gl/m4/stdint.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar_h.m4, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stdint.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/intprops.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-12-09 Simon Josefsson * .gitignore: Add. 2010-12-09 Simon Josefsson * src/callbacks.c: Fix crash for non-TLS. 2010-11-14 Simon Josefsson * cfg.mk: Fix bashism. 2010-11-14 Simon Josefsson * cfg.mk: Copy GTK-DOC PDF too. 2010-11-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-11-14 Simon Josefsson * ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.4. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/NEWS, lib/scram/server.c: SCRAM: Fix memory leaks. 2010-11-14 Simon Josefsson * tests/scramplus.c: Remove debug code. 2010-11-14 Simon Josefsson * NEWS, lib/NEWS: Add. 2010-11-14 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h, gl/float+.h, gl/float.in.h, gl/getopt.in.h, gl/iconv.in.h, gl/inet_ntop.c, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/poll.m4, gl/m4/poll_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_wait_h.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-parse.c, gl/printf-parse.h, gl/stdarg.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strerror.c, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/sys_wait.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc.h, gltests/Makefile.am, gltests/fcntl.in.h, gltests/ignore-value.h, gltests/init.sh, gltests/malloca.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-poll-h.c, gltests/test-poll.c, gltests/test-quotearg-simple.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-stdlib.c, gltests/test-sys_wait.c, gltests/time.in.h, lib/GNUmakefile, lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4, lib/gl/m4/memmem.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/verify.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-memmem.c, lib/gltests/test-stdlib.c, lib/gltests/test-sys_wait.c, lib/gltests/verify.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-11-14 Simon Josefsson * lib/NEWS: Add. 2010-11-14 Simon Josefsson * lib/scram/parser.c: Fix parsing bug. 2010-11-14 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-11-14 Simon Josefsson * ChangeLog: Generated. 2010-11-14 Simon Josefsson * lib/ChangeLog: Generated. 2010-11-14 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.3. 2010-11-14 Simon Josefsson * .gitignore, NEWS, README, configure.ac, doc/gsasl.texi, doc/reference/gsasl-docs.sgml, lib/NEWS, lib/README, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/parser.c, lib/scram/printer.c, lib/scram/scram.h, lib/scram/server.c, lib/scram/validate.c, lib/src/error.c, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c, src/callbacks.c, src/gsasl.c, src/internal.h, tests/Makefile.am, tests/scram.c, tests/scramplus.c: Support SCRAM-SHA-1-PLUS. Add GSASL_CB_TLS_UNIQUE. Use GnuTLS for tls-unique CB. 2010-11-13 Simon Josefsson * .gitignore: Ignore more. 2010-11-13 Simon Josefsson * src/gsasl.c, tests/cram-md5.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-md5file.c, tests/old-simple.c, tests/scram.c, tests/simple.c, tests/utils.c: Fix compiler warnings. 2010-09-27 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-09-27 Simon Josefsson * doc/gsasl.texi: Fix typo. 2010-09-27 Simon Josefsson * ChangeLog: Generated. 2010-09-27 Simon Josefsson * lib/ChangeLog: Generated. 2010-09-27 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.2. 2010-09-27 Simon Josefsson * NEWS: Add. 2010-09-27 Simon Josefsson * NEWS: Add. 2010-09-27 Simon Josefsson * doc/gsasl.texi: Drop libgpg-error/libgcrypt stuff from KfW. 2010-09-27 Simon Josefsson * src/gsasl.c: Manually initialize sockets for Windows (should be fixed in gnulib..). 2010-09-27 Simon Josefsson * doc/gsasl.texi: Improve KfW instructions. 2010-09-27 Simon Josefsson * gl/override/tests/test-environ.c.diff, gl/override/tests/test-unsetenv.c.diff, gltests/test-environ.c, gltests/test-unsetenv.c: Work around Wine bugs in gnulib self-tests. 2010-09-26 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/sys_wait.in.h, gltests/Makefile.am, gltests/test-stdlib.c, gltests/test-sys_wait.c, gltests/test-sys_wait.h, lib/gl/m4/gnulib-comp.m4, lib/gl/sys_wait.in.h, lib/gltests/Makefile.am, lib/gltests/test-stdlib.c, lib/gltests/test-sys_wait.c, lib/gltests/test-sys_wait.h: Update gnulib files. 2010-09-26 Simon Josefsson * doc/gsasl.texi: Fix download URL. 2010-09-26 Simon Josefsson * NEWS: Add. 2010-09-26 Simon Josefsson * lib/po/nl.po.in, po/nl.po.in: Sync with TP. 2010-09-26 Simon Josefsson * cfg.mk, lib/cfg.mk: Improve cfg.mk targets. 2010-09-26 Simon Josefsson * cfg.mk: Revert "Fixup visibility.m4 after gettext import." This reverts commit 322be869c210175857e202e5078fafbf49ea5b61. 2010-09-26 Simon Josefsson * doc/gsasl.texi: Improve KfW section. 2010-09-26 Simon Josefsson * cfg.mk: Fixup visibility.m4 after gettext import. 2010-09-26 Simon Josefsson * src/gsasl.c: Print errors from poll (mostly for Windows). 2010-09-26 Simon Josefsson * NEWS: Add. 2010-09-26 Simon Josefsson * src/gsasl.c, src/imap.c, src/smtp.c: Avoid fixed size buffers (caused problems on Windows where BUFSIZ is 512 smaller the some line lengths with GS2-KRB5). 2010-09-26 Simon Josefsson * gl/Makefile.am, gl/asprintf.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/vasprintf.m4, gl/vasprintf.c, gltests/Makefile.am, gltests/test-vasprintf.c: Add asprintf gnulib module. 2010-09-25 Simon Josefsson * gl/getaddrinfo.c, gltests/test-getaddrinfo.c: Update gnulib files. 2010-09-25 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/gss-extra.c, lib/gl/gss-extra.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gss-extra.m4, lib/gl/override/lib/gss-extra.c, lib/gl/override/lib/gss-extra.h, lib/gl/override/m4/gss-extra.m4, lib/gl/override/modules/gss-extra, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Move GSS-API helper stuff to gss-extra module. 2010-09-25 Simon Josefsson * doc/gsasl.texi: Add 'Kerberos on Windows' section. 2010-09-25 Simon Josefsson * lib/NEWS: Add. 2010-09-25 Simon Josefsson * .x-sc_space_tab: Fix syntax-check tests. 2010-09-25 Simon Josefsson * GNUmakefile, NEWS, cfg.mk, doc/fdl-1.3.texi, gl/Makefile.am, gl/m4/codeset.m4, gl/m4/environ.m4, gl/m4/error.m4, gl/m4/fcntl-o.m4, gl/m4/float_h.m4, gl/m4/getopt.m4, gl/m4/getpagesize.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lock.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/nls.m4, gl/m4/open.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, gl/m4/realloc.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/size_max.m4, gl/m4/socketlib.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdlib_h.m4, gl/m4/strtok_r.m4, gl/m4/symlink.m4, gl/m4/sys_wait_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/uintmax_t.m4, gl/m4/visibility.m4, gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wctype_h.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/poll.c, gl/realloc.c, gl/select.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strerror.c, gl/string.in.h, gl/sys_time.in.h, gl/sys_wait.in.h, gl/unistd.in.h, gl/wctype.in.h, gl/xmalloc.c, gltests/Makefile.am, gltests/fcntl.in.h, gltests/getpagesize.c, gltests/init.sh, gltests/locale/fr/LC_MESSAGES/test-quotearg.po, gltests/malloca.c, gltests/open.c, gltests/setenv.c, gltests/test-malloca.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-quotearg-simple.c, gltests/test-quotearg.c, gltests/test-quotearg.h, gltests/test-quotearg.sh, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdlib.c, gltests/test-sys_socket.c, gltests/test-sys_wait.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-verify.c, gltests/time.in.h, lib/GNUmakefile, lib/NEWS, lib/build-aux/gendocs.sh, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/malloc.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/minmax.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/printf.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/sys_wait_h.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/visibility.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/realloc.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/sys_wait.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdlib.c, lib/gltests/test-strnlen.c, lib/gltests/test-sys_wait.c, lib/gltests/test-verify.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-09-02 Simon Josefsson * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: Support MIT KfW as GSS-API library. 2010-05-20 Simon Josefsson * NEWS, cfg.mk, doc/announce.txt, doc/gendocs_template, doc/reference/Makefile.am, gl/override/doc/gendocs_template.diff, gtk-doc.make, m4/gtk-doc.m4: Update GTK-DOC files to enable PDF manual. 2010-05-20 Simon Josefsson * tests/cram-md5.c, tests/digest-md5.c, tests/gs2-krb5.c, tests/gssapi.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/scram.c: Fix error strings in self-tests. 2010-05-20 Simon Josefsson * lib/NEWS: Add. 2010-05-20 Simon Josefsson * README, lib/README: Improve READMEs. 2010-05-20 Simon Josefsson * configure.ac, doc/gendocs_template, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/valgrind-tests.m4, m4/valgrind.m4: Update gnulib files, use new valgrind-tests module. 2010-05-17 Simon Josefsson * gl/Makefile.am, gl/config.charset, gl/error.c, gl/localcharset.c, gl/m4/asm-underscore.m4, gl/m4/gettext.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/intl.m4, gl/m4/po.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/m4/wctob.m4, gl/stdio-write.c, gl/stdio.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/verify.h, gl/wchar.in.h, gltests/Makefile.am, gltests/init.sh, gltests/test-lseek.sh, gltests/test-verify.c, gltests/test-verify.sh, gltests/test-xalloc-die.sh, gltests/wctob.c, lib/build-aux/c++defs.h, lib/build-aux/gendocs.sh, lib/gl/Makefile.am, lib/gl/m4/asm-underscore.m4, lib/gl/m4/fcntl-o.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intl.m4, lib/gl/m4/po.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/init.sh, lib/gltests/test-verify.c, lib/gltests/test-verify.sh, lib/gltests/verify.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-04-29 Simon Josefsson * THANKS: Add. 2010-04-29 Simon Josefsson * tests/scram.c: More extension checking. 2010-04-29 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/netdb_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h, gl/unistd.in.h, gltests/init.sh, lib/gl/Makefile.am, lib/gl/c-ctype.c, lib/gl/c-ctype.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-c-ctype.c, lib/maint.mk, maint.mk: Update gnulib files. Add c-ctype module, for SCRAM. 2010-04-29 Simon Josefsson * lib/scram/parser.c: SCRAM server: ignore extensions in client-final. 2010-04-29 Simon Josefsson * tests/scram.c: Test extension parameters. 2010-04-29 Simon Josefsson * tests/scram.c: Don't ignore unexpected successes for i=16,17. 2010-04-29 Simon Josefsson * tests/scram.c: Test two failure modes with mismatching c= fields. 2010-04-29 Simon Josefsson * lib/scram/server.c: SCRAM server: Compare c= field in client-final to match client-first. Reported by Marc Santamaria . 2010-04-29 Simon Josefsson * tests/scram.c: Check that server supports n=y. 2010-04-29 Simon Josefsson * lib/scram/parser.c: SCRAM server: Interop against clients that supports channel bindings. Reported by Marc Santamaria . 2010-04-29 Simon Josefsson * lib/scram/server.c: SCRAM server: Interop against clients that supports channel bindings. Reported by Marc Santamaria . 2010-04-25 Simon Josefsson * gl/vasnprintf.c, gltests/Makefile.am, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, lib/build-aux/vc-list-files, lib/gl/m4/strnlen.m4, lib/gl/vasnprintf.c, lib/gltests/test-vasprintf.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-04-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-04-21 Simon Josefsson * ChangeLog: Generated. 2010-04-21 Simon Josefsson * lib/ChangeLog: Generated. 2010-04-21 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.1. 2010-04-21 Simon Josefsson * lib/NEWS: Add. 2010-04-21 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/ioctl.m4, gl/m4/visibility.m4, gl/override/m4/visibility.m4.diff, gltests/test-lseek.sh, gltests/test-select-in.sh, lib/gl/m4/visibility.m4, lib/gl/override/m4/visibility.m4.diff: Update gnulib files. 2010-04-19 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/getopt_int.h, gl/m4/netdb_h.m4, gl/stdbool.in.h, gltests/setenv.c, gltests/test-stdbool.c, gltests/test-stdint.c, lib/gl/stdbool.in.h, lib/gltests/test-stdbool.c, lib/gltests/test-stdint.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-04-14 Simon Josefsson * lib/NEWS: Add. 2010-04-14 Simon Josefsson * gl/getopt.c, gl/m4/getopt.m4, gltests/test-getopt.h, gltests/test-getopt_long.h, lib/gl/gc-libgcrypt.c: Update gnulib files. 2010-04-13 Simon Josefsson * lib/maint.mk, maint.mk: Update gnulib files. 2010-04-12 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c, lib/gs2/server.c: GS2: Fix decoding of invalid data in server. Code review fixes. 2010-04-12 Simon Josefsson * .gitignore: Add. 2010-04-12 Simon Josefsson * .x-sc_prohibit_empty_lines_at_EOF, GNUmakefile, NEWS, doc/cyclo/Makefile.am, doc/reference/Makefile.am, gl/Makefile.am, gl/fseeko.c, gl/m4/fseeko.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/memchr.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/strtok_r.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/stdio-impl.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/init.sh, gltests/ioctl.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-vasnprintf.c, gltests/time.in.h, lib/GNUmakefile, lib/NEWS, lib/build-aux/c++defs.h, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4, lib/gl/m4/printf.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strnlen.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/test-vasnprintf.c, lib/maint.mk, maint.mk: Update gnulib files and fix new syntax-check warnings. 2010-03-31 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-03-31 Simon Josefsson * ChangeLog: Generated. 2010-03-31 Simon Josefsson * lib/ChangeLog: Generated. 2010-03-31 Simon Josefsson * NEWS, lib/NEWS: Version 1.5.0. 2010-03-30 Simon Josefsson * m4/valgrind.m4: Sync valgrind.m4. 2010-03-30 Simon Josefsson * NEWS: Add. 2010-03-30 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/strtok_r.m4, gl/strtok_r.c: Add strtok_r module, for MinGW and readnz. 2010-03-30 Simon Josefsson * gl/m4/gnulib-common.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strnlen.m4, lib/gl/strnlen.c, lib/maint.mk, maint.mk: Update gnulib files. Add strnlen. 2010-03-30 Simon Josefsson * tests/gs2-krb5.c: Also test non-authzid scenario. 2010-03-30 Simon Josefsson * doc/cyclo/Makefile.am: Ignore some functions/files. 2010-03-30 Simon Josefsson * lib/gs2/client.c: Reduce complexity. 2010-03-30 Simon Josefsson * tests/simple.c: Check NULL handling in interfaces. 2010-03-30 Simon Josefsson * lib/src/xfinish.c: gsasl_finish: Handle NULL sctx. 2010-03-30 Simon Josefsson * lib/gs2/client.c: Fix memory leak and improve code coverage. 2010-03-30 Simon Josefsson * doc/gsasl.texi: Fix @url's. 2010-03-30 Simon Josefsson * doc/reference/gsasl-docs.sgml: Update. 2010-03-30 Simon Josefsson * doc/gsasl.texi: Add GS2 material. 2010-03-30 Simon Josefsson * .gitignore: Add. 2010-03-30 Simon Josefsson * configure.ac, tests/Makefile.am, tests/gs2-krb5.c, tests/gssapi.c: Fix GNU GSS checks. Be more verbose about configure options. 2010-03-30 Simon Josefsson * configure.ac, tests/Makefile.am: Only run GSSAPI/GS2 self-tests when using GNU GSS. 2010-03-30 Simon Josefsson * lib/NEWS, lib/configure.ac: Require GNU GSS version 1.0.0 or later. 2010-03-30 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/README: Drop GS2 README. 2010-03-30 Simon Josefsson * lib/NEWS: Typo. 2010-03-30 Simon Josefsson * doc/gdoc: Silence warning. 2010-03-30 Simon Josefsson * doc/Makefile.am: Fix copyright years. 2010-03-30 Simon Josefsson * gl/arpa_inet.in.h, gl/errno.in.h, gl/float.in.h, gl/getopt.in.h, gl/iconv.in.h, gl/m4/fcntl-o.m4, gl/m4/gnulib-comp.m4, gl/m4/intldir.m4, gl/m4/printf-posix.m4, gl/m4/sys_ioctl_h.m4, gl/m4/visibility.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/string.in.h, gl/sys_time.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/ioctl.c, gltests/sys_ioctl.in.h, gltests/time.in.h, lib/gl/errno.in.h, lib/gl/float.in.h, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intldir.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/visibility.m4, lib/gl/stdint.in.h, lib/gl/string.in.h: Update gnulib files. 2010-03-30 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2010-03-30 Simon Josefsson * src/imap.c: Improve error message. 2010-03-30 Simon Josefsson * lib/gs2/client.c: Don't overwrite return value. 2010-03-30 Simon Josefsson * lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Fix warnings. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h: Use gss_oid_equal when available. 2010-03-29 Simon Josefsson * lib/configure.ac: Also check for gss_oid_equal. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c: Make gs2helper.h standalone. 2010-03-29 Simon Josefsson * lib/NEWS: Update NEWS. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c: GS2: Cleanup code. 2010-03-29 Simon Josefsson * lib/NEWS, lib/src/error.c, lib/src/gsasl.h: Add more GSS-API error codes. 2010-03-29 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2asn1.c, lib/gs2/gs2asn1.h, lib/gs2/gs2helper.c: Use GSS capsulate functions to simplify code. 2010-03-29 Simon Josefsson * lib/src/gsasl.h: Fix error code values. 2010-03-29 Simon Josefsson * tests/readnz.c: Silence compiler warning. 2010-03-29 Simon Josefsson * lib/NEWS, lib/gs2/server.c, lib/src/error.c, lib/src/gsasl.h: Improve GS2 error codes. 2010-03-29 Simon Josefsson * lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/server.c: gss_inquire_mech_for_saslname: Fix replacement and usage. 2010-03-29 Simon Josefsson * lib/configure.ac: Improve GSS-API library feature checks. 2010-03-29 Simon Josefsson * lib/configure.ac: Fix typo. 2010-03-29 Simon Josefsson * lib/gs2/client.c: Check ret_flags. 2010-03-29 Simon Josefsson * lib/src/saslprep.c: Doc fix to avoid warning from GTK-DOC. 2010-03-29 Simon Josefsson * lib/configure.ac: Check for extended GSS-API interfaces. 2010-03-29 Simon Josefsson * .x-sc_texinfo_acronym: Add. 2010-03-29 Simon Josefsson * doc/gsasl.texi: Drop @acronym. 2010-03-29 Simon Josefsson * lib/configure.ac: Fix syntax-check warning (test -o ). 2010-03-29 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/connect.c, gl/errno.in.h, gl/float.in.h, gl/getaddrinfo.c, gl/getopt.c, gl/getopt.in.h, gl/gettext.h, gl/iconv.in.h, gl/m4/arpa_inet_h.m4, gl/m4/exitfail.m4, gl/m4/fcntl_h.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/netdb_h.m4, gl/m4/setenv.m4, gl/m4/stddef_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/time_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wchar_h.m4, gl/m4/wctype.m4, gl/m4/wctype_h.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/recv.c, gl/select.c, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/accept.c, gltests/bind.c, gltests/fcntl.in.h, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-dup2.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-iconv-h.c, gltests/test-vc-list-files-git.sh, gltests/test-wctype.c, gltests/time.in.h, lib/build-aux/c++defs.h, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.in.h, lib/gl/gettext.h, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_h.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/test-base64.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-03-26 Simon Josefsson * lib/NEWS: Fix. 2010-03-26 Simon Josefsson * NEWS, lib/NEWS: Fixup NEWS entries. 2010-03-26 Simon Josefsson * doc/announce.txt: Update for 1.4.4. 2010-03-25 Simon Josefsson * doc/gsasl.texi: Improve wording. 2010-03-25 Simon Josefsson * doc/gsasl.texi: Link to Windows binaries. 2010-03-19 Simon Josefsson * tests/gs2-krb5.c: Make server-first logic more correct. 2010-03-19 Simon Josefsson * lib/gs2/server.c: Properly call GSS-API validate callback. 2010-03-18 Simon Josefsson * lib/NEWS, lib/scram/parser.c: SCRAM: Don't read out of bounds when parsing tokens. 2010-03-18 Simon Josefsson * tests/Makefile.am, tests/readnz.c: Add self-test for round-out-of-bounds. 2010-03-18 Simon Josefsson * src/gsasl.c: Don't crash if getaddrinfo failed to canonicalize address, but use user string. 2010-03-18 Simon Josefsson * README-alpha: Also need gperf. 2010-03-17 Simon Josefsson * tests/old-digest-md5.c: Fix self test to handle modified DIGEST-MD5 behaviour. 2010-03-17 Simon Josefsson * tests/scram.c: Also test server goes first. 2010-03-17 Simon Josefsson * tests/digest-md5.c: Also test client-goes-first. 2010-03-17 Simon Josefsson * lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5: The server code now returns GSASL_OK after the final token. 2010-03-17 Simon Josefsson * lib/gs2/server.c: Check mutual in ret_flags. 2010-03-17 Simon Josefsson * tests/gssapi.c: Try both client first and server first. 2010-03-17 Simon Josefsson * tests/gs2-krb5.c: Try both client first and server first. 2010-03-15 Simon Josefsson * doc/announce.txt: Update. 2010-03-15 Simon Josefsson * doc/ANNOUNCE, doc/announce.txt: Rename. 2010-03-15 Simon Josefsson * lib/cfg.mk: Drop update-po in lib/. 2010-03-15 Simon Josefsson * cfg.mk, lib/cfg.mk: cfg.mk fixes. 2010-03-15 Simon Josefsson * .gitignore: Add. 2010-03-15 Simon Josefsson * po/LINGUAS, po/fi.po.in, po/fr.po.in, po/id.po.in, po/it.po.in, po/nl.po.in, po/pl.po.in, po/sk.po.in, po/sv.po.in, po/vi.po.in, po/zh_CN.po.in: Sync with TP. 2010-03-15 Simon Josefsson * lib/po/LINGUAS, lib/po/it.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP. 2010-03-15 Simon Josefsson * .gitignore, NEWS, cfg.mk, lib/NEWS: Forward-port 1.4.x changes. 2010-03-15 Simon Josefsson * lib/NEWS: Add. 2010-03-12 Simon Josefsson * lib/configure.ac, lib/gs2/Makefile.am, lib/gssapi/Makefile.am: Don't pollute CFLAGS/LIBS with GSS-API stuff. 2010-03-12 Simon Josefsson * tests/gs2-krb5.c: Fix typo. 2010-03-12 Simon Josefsson * tests/gs2-krb5.c, tests/gssapi.c: Silently fail GSSAPI/GS2-KRB5 tests if not available. 2010-03-10 Simon Josefsson * .gitignore: Add. 2010-03-10 Simon Josefsson * tests/gssapi.c: Less verbose. 2010-03-10 Simon Josefsson * lib/gs2/server.c: Fix mem leak. 2010-03-10 Simon Josefsson * lib/scram/parser.c, tests/scram.c: SCRAM: (Un)escape username. 2010-03-10 Simon Josefsson * tests/Makefile.am, tests/gssapi.cfg, tests/shishi.conf: Silence Shishi warnings. 2010-03-10 Simon Josefsson * tests/gssapi.tkt: Generated. 2010-03-10 Simon Josefsson * lib/scram/parser.c, lib/scram/printer.c, lib/scram/server.c, tests/scram.c: SCRAM: (Un)escape authzid. 2010-03-10 Simon Josefsson * tests/Makefile.am, tests/gs2-krb5.c: Use self tests. 2010-03-10 Simon Josefsson * lib/gssapi/client.c, lib/gssapi/server.c: Fix comment. 2010-03-10 Simon Josefsson * lib/gs2/server.c: Parse GS2 header. Fix authzid handling. Unescape authzid. 2010-03-10 Simon Josefsson * lib/gs2/client.c: Escape authzid. 2010-03-10 Simon Josefsson * tests/gssapi.c: Print return values too. 2010-03-10 Simon Josefsson * tests/scram.c: Print return values too. 2010-03-10 Simon Josefsson * tests/Makefile.am, tests/gssapi.cfg: Use a Shishi config file. 2010-03-10 Simon Josefsson * lib/configure.ac, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/server.c: Improve GSSAPI library detection code. Some systems (e.g., Mac OS X) still doesn't have gssapi.h, only gssapi/gssapi.h. 2010-03-08 Simon Josefsson * lib/gs2/server.c: Add channel binding. Drop more old GSS-API code. 2010-03-08 Simon Josefsson * lib/gs2/server.c: Send token properly. 2010-03-08 Simon Josefsson * lib/gs2/server.c: Drop junk. 2010-03-08 Simon Josefsson * lib/src/error.c: Fix typo. 2010-03-03 Simon Josefsson * lib/NEWS: Fix. 2010-03-03 Simon Josefsson * lib/NEWS: Add. 2010-03-03 Simon Josefsson * lib/configure.ac: Enable GS2 by default. 2010-03-03 Simon Josefsson * lib/gs2/gs2asn1.c, lib/gs2/gs2asn1.h: GS2: Add ASN.1 helpers. 2010-03-03 Simon Josefsson * lib/configure.ac, lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2helper.c, lib/gs2/gs2wrap.c, lib/gs2/server.c, lib/gs2/test-parser.c, lib/gssapi/client.c, lib/gssapi/server.c: Simplify GSS-API detection. More GS2 cleanup. 2010-03-03 Simon Josefsson * lib/gs2/client.c: GS2: Remove debug code. The client side should now actually be finished, yay. 2010-03-03 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/server.c: GS2: Channel binding stuff. Cleanup. 2010-03-02 Simon Josefsson * lib/gs2/Makefile.am, lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2helper.c, lib/gs2/gs2helper.h, lib/gs2/mechinfo.c: Begin some work on GS2 update. 2010-03-01 Simon Josefsson * lib/src/gsasl.h: Generated. 2010-03-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-02-24 Simon Josefsson * gl/m4/warn-on-use.m4, gltests/gettimeofday.c, lib/gl/m4/warn-on-use.m4: Update gnulib files. 2010-02-23 Simon Josefsson * gl/Makefile.am, gl/m4/gettimeofday.m4, gl/m4/gnulib-common.m4, gl/m4/lseek.m4, gl/m4/sys_time_h.m4, gl/netdb.in.h, gl/stdio.in.h, gl/sys_select.in.h, gl/sys_time.in.h, gltests/init.sh, lib/build-aux/gendocs.sh, lib/build-aux/vc-list-files, lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: Update gnulib files. 2010-02-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2010-02-16 Simon Josefsson * doc/ANNOUNCE: Add. 2010-02-16 Simon Josefsson * ChangeLog: Generated. 2010-02-16 Simon Josefsson * lib/ChangeLog: Generated. 2010-02-16 Simon Josefsson * tests/symbols.c: Make it work when obsolete symbols are disabled. 2010-02-16 Simon Josefsson * lib/ChangeLog: Generated. 2010-02-16 Simon Josefsson * lib/cfg.mk: Upload to ftp.gnu.org. 2010-02-16 Simon Josefsson * lib/ChangeLog: Generated. 2010-02-16 Simon Josefsson * cfg.mk: Upload to ftp.gnu.org. 2010-02-16 Simon Josefsson * NEWS, lib/NEWS: Version 1.4.1. 2010-02-16 Simon Josefsson * .gitignore: Fix. 2010-02-15 Simon Josefsson * lib/src/gsasl.h: Generate. 2010-02-15 Simon Josefsson * src/internal.h: Fix comment. 2010-02-15 Simon Josefsson * configure.ac, src/internal.h: Revert "Drop pwd.h #include (not used?)." This reverts commit b0df618c4214be57536ebe4a7c87178288f7969a. 2010-02-15 Simon Josefsson * configure.ac, src/internal.h: Drop pwd.h #include (not used?). 2010-02-15 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change next version to 1.4.1. 2010-02-15 Simon Josefsson * NEWS: Add. 2010-02-15 Simon Josefsson * lib/gs2/Makefile.am, lib/tests/Makefile.am, tests/Makefile.am: Drop EXEEXT for self-tests. 2010-02-15 Simon Josefsson * gl/stdio.in.h, lib/gl/stdio.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-02-05 Simon Josefsson * cfg.mk: Add review-diff rule. 2010-02-05 Simon Josefsson * gl/m4/gettimeofday.m4, gltests/test-gettimeofday.c: Update gnulib files. 2010-02-05 Simon Josefsson * .gitignore: Add. 2010-02-04 Simon Josefsson * lib/digest-md5/Makefile.am: See if dropping EXEEXT helps mingw builds. 2010-02-04 Simon Josefsson * .gitignore: Update. 2010-02-04 Simon Josefsson * tests/Makefile.am, tests/symbols.c: Add self-check for testing that all APIs have been exported. 2010-02-04 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4, gl/m4/fcntl_h.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gettimeofday.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gltests/Makefile.am, gltests/fcntl.in.h, gltests/ignore-value.h, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-gettimeofday.c, gltests/test-lstat.c, gltests/test-memchr.c, gltests/test-sockets.c, gltests/test-symlink.c, lib/build-aux/link-warning.h, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/maint.mk, maint.mk: Update gnulib files. 2010-01-21 Simon Josefsson * gl/Makefile.am, gl/error.h, gl/stdio.in.h, gl/striconv.c, gl/vasnprintf.h, gltests/Makefile.am, gltests/fcntl.in.h, lib/gl/Makefile.am, lib/gl/stdio.in.h, lib/gl/vasnprintf.h: Update gnulib files. 2010-01-12 Simon Josefsson * cfg.mk, lib/maint.mk, maint.mk: Improve syntax-check exception stuff. 2010-01-12 Simon Josefsson * gl/m4/gnulib-common.m4, gl/m4/warnings.m4, gl/stdio.in.h, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-common.m4, lib/gl/stdio.in.h: Update gnulib files. 2010-01-12 Simon Josefsson * m4/valgrind.m4: Fix valgrind.m4. 2010-01-12 Simon Josefsson * po/POTFILES.in: Fix. 2010-01-12 Simon Josefsson * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value, .x-sc_cast_of_x_alloc_return_value, .x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_po_check, .x-sc_program_name, .x-sc_prohibit_HAVE_MBRTOWC, .x-sc_prohibit_atoi_atof, .x-sc_prohibit_getopt_without_use, .x-sc_prohibit_magic_number_exit, .x-sc_space_tab, .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk, maint.mk: Fix syntax-check stuff. 2010-01-12 Simon Josefsson * NEWS: Add. 2010-01-12 Simon Josefsson * po/de.po.in, po/zh_CN.po.in: Sync with TP. 2010-01-12 Simon Josefsson * lib/po/zh_CN.po.in: Sync with TP. 2010-01-12 Simon Josefsson * gltests/dup2.c: Update gnulib files. 2010-01-12 Simon Josefsson * gl/override/lib/dup2.c.diff, gl/override/tests/dup2.c.diff: Fix dup2 patch. 2010-01-12 Simon Josefsson * gl/m4/visibility.m4, gl/override/m4/visibility.m4.diff, lib/gl/m4/visibility.m4, lib/gl/override/m4/visibility.m4.diff: Add workaround for visibility bug. 2010-01-12 Simon Josefsson * tests/libgsasl.supp: Add. 2010-01-12 Simon Josefsson * tests/Makefile.am, tests/libgsasl.supp: Add libgsasl valgrind suppressions file. 2010-01-12 Simon Josefsson * gl/m4/open.m4, gl/override/m4/open.m4.diff, gl/override/tests/dup2.c.diff, gltests/test-xalloc-die.sh: Update gnulib files. 2010-01-12 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/alignof.h, gl/alloca.c, gl/alloca.in.h, gl/arpa_inet.in.h, gl/asnprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/close-hook.c, gl/close-hook.h, gl/close.c, gl/config.charset, gl/connect.c, gl/errno.in.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/fclose.c, gl/float+.h, gl/float.in.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/intprops.h, gl/localcharset.c, gl/localcharset.h, gl/lseek.c, gl/m4/00gnulib.m4, gl/m4/alloca.m4, gl/m4/arpa_inet_h.m4, gl/m4/autobuild.m4, gl/m4/close.m4, gl/m4/codeset.m4, gl/m4/dos.m4, gl/m4/dup2.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/errno_h.m4, gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4, gl/m4/fclose.m4, gl/m4/fcntl-o.m4, gl/m4/fcntl_h.m4, gl/m4/float_h.m4, gl/m4/fseeko.m4, gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/gettext.m4, gl/m4/gettimeofday.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/hostent.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/include_next.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/intmax_t.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes_h.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/longlong.m4, gl/m4/lseek.m4, gl/m4/lstat.m4, gl/m4/malloc.m4, gl/m4/malloca.m4, gl/m4/manywarnings.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/m4/mode_t.m4, gl/m4/multiarch.m4, gl/m4/netdb_h.m4, gl/m4/netinet_in_h.m4, gl/m4/nls.m4, gl/m4/open.m4, gl/m4/pathmax.m4, gl/m4/perror.m4, gl/m4/po.m4, gl/m4/poll.m4, gl/m4/printf-posix.m4, gl/m4/printf.m4, gl/m4/progtest.m4, gl/m4/putenv.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/select.m4, gl/m4/servent.m4, gl/m4/setenv.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/stat.m4, gl/m4/stdarg.m4, gl/m4/stdbool.m4, gl/m4/stddef_h.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/symlink.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/sys_stat_h.m4, gl/m4/sys_time_h.m4, gl/m4/threadlib.m4, gl/m4/time_h.m4, gl/m4/uintmax_t.m4, gl/m4/ungetc.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/version-etc.m4, gl/m4/visibility.m4, gl/m4/warn-on-use.m4, gl/m4/warnings.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/m4/xalloc.m4, gl/m4/xsize.m4, gl/malloc.c, gl/mbrtowc.c, gl/mbsinit.c, gl/memchr.c, gl/netdb.in.h, gl/netinet_in.in.h, gl/poll.c, gl/poll.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/recv.c, gl/ref-add.sin, gl/ref-del.sin, gl/select.c, gl/shutdown.c, gl/size_max.h, gl/snprintf.c, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdarg.in.h, gl/stdbool.in.h, gl/stddef.in.h, gl/stdint.in.h, gl/stdio-impl.h, gl/stdio-write.c, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/streq.h, gl/strerror.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/verify.h, gl/version-etc.c, gl/version-etc.h, gl/w32sock.h, gl/wchar.in.h, gl/wctype.in.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, gl/xsize.h, gltests/Makefile.am, gltests/accept.c, gltests/binary-io.h, gltests/bind.c, gltests/dup2.c, gltests/fcntl.in.h, gltests/gettimeofday.c, gltests/inet_pton.c, gltests/init.sh, gltests/ioctl.c, gltests/listen.c, gltests/lstat.c, gltests/macros.h, gltests/malloca.c, gltests/malloca.h, gltests/open.c, gltests/pathmax.h, gltests/perror.c, gltests/putenv.c, gltests/same-inode.h, gltests/setenv.c, gltests/setsockopt.c, gltests/signature.h, gltests/stat.c, gltests/symlink.c, gltests/sys_ioctl.in.h, gltests/sys_stat.in.h, gltests/test-alignof.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-binary-io.c, gltests/test-binary-io.sh, gltests/test-c-ctype.c, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-dup2.c, gltests/test-environ.c, gltests/test-errno.c, gltests/test-fcntl-h.c, gltests/test-fseeko.c, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-iconv.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-lseek.c, gltests/test-lstat.c, gltests/test-lstat.h, gltests/test-malloca.c, gltests/test-mbrtowc.c, gltests/test-mbsinit.c, gltests/test-memchr.c, gltests/test-netdb.c, gltests/test-netinet_in.c, gltests/test-open.c, gltests/test-open.h, gltests/test-perror.c, gltests/test-poll.c, gltests/test-quotearg.c, gltests/test-select-fd.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-setenv.c, gltests/test-snprintf.c, gltests/test-stat.c, gltests/test-stat.h, gltests/test-stdbool.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-symlink.c, gltests/test-symlink.h, gltests/test-sys_ioctl.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_stat.c, gltests/test-sys_time.c, gltests/test-time.c, gltests/test-unistd.c, gltests/test-unsetenv.c, gltests/test-vasnprintf.c, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/test-wchar.c, gltests/test-wctype.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh, gltests/time.in.h, gltests/unsetenv.c, gltests/version-etc-fsf.c, gltests/w32sock.h, gltests/wctob.c, gltests/zerosize-ptr.h, lib/GNUmakefile, lib/build-aux/arg-nonnull.h, lib/build-aux/config.rpath, lib/build-aux/gendocs.sh, lib/build-aux/link-warning.h, lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files, lib/build-aux/warn-on-use.h, lib/gl/Makefile.am, lib/gl/alloca.in.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/errno.in.h, lib/gl/float+.h, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc-pbkdf2-sha1.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/hmac-sha1.c, lib/gl/hmac.h, lib/gl/m4/00gnulib.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/extensions.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/getpagesize.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/iconv.m4, lib/gl/m4/include_next.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/ld-output-def.m4, lib/gl/m4/ld-version-script.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/memchr.m4, lib/gl/m4/memmem.m4, lib/gl/m4/memxor.m4, lib/gl/m4/minmax.m4, lib/gl/m4/mmap-anon.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/sha1.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/visibility.m4, lib/gl/m4/warn-on-use.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/memchr.c, lib/gl/memmem.c, lib/gl/memxor.c, lib/gl/memxor.h, lib/gl/minmax.h, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/realloc.c, lib/gl/sha1.c, lib/gl/sha1.h, lib/gl/size_max.h, lib/gl/stdbool.in.h, lib/gl/stddef.in.h, lib/gl/stdint.in.h, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/string.in.h, lib/gl/strverscmp.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/wchar.in.h, lib/gl/xsize.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/getpagesize.c, lib/gltests/intprops.h, lib/gltests/macros.h, lib/gltests/signature.h, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-errno.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc-pbkdf2-sha1.c, lib/gltests/test-gc-sha1.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-memmem.c, lib/gltests/test-stdbool.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-strverscmp.c, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c, lib/gltests/verify.h, lib/gltests/zerosize-ptr.h, lib/maint.mk, maint.mk: Update gnulib files. 2010-01-12 Simon Josefsson * gl/gettext.h, gl/override/lib/gettext.h.diff, lib/gl/override/lib/gettext.h.diff: Fix gettext.h patch. 2010-01-12 Simon Josefsson * gl/override/lib/getpass.c.diff: Fix patch. 2009-12-17 Simon Josefsson * NEWS: Add. 2009-10-14 Enrico Scholz * src/gsasl.c: Improve application data throughput See . Signed-off-by: Simon Josefsson 2009-11-18 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2009-11-18 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-11-18 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h, gltests/test-xalloc-die.sh, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2009-11-17 Simon Josefsson * ChangeLog: Generated. 2009-11-17 Simon Josefsson * lib/ChangeLog: Generated. 2009-11-17 Simon Josefsson * NEWS, lib/NEWS: Version 1.4.0. 2009-11-17 Simon Josefsson * lib/NEWS: Add. 2009-11-17 Simon Josefsson * NEWS: Add. 2009-11-17 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-11-17 Simon Josefsson * gl/m4/putenv.m4, gltests/putenv.c, gltests/test-setenv.c, gltests/test-unsetenv.c, gltests/test-xalloc-die.c, gltests/test-xalloc-die.sh: Update gnulib files. 2009-11-17 Simon Josefsson * gl/Makefile.am, gl/intprops.h, gl/m4/environ.m4, gl/m4/gnulib-comp.m4, gl/m4/setenv.m4, gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/printf-args.c, gl/stdlib.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/version-etc.c, gltests/Makefile.am, gltests/setenv.c, gltests/unsetenv.c, lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/printf-args.c, lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/Makefile.am, lib/gltests/intprops.h, lib/gltests/test-base64.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-11-09 Simon Josefsson * gltests/test-fseeko.c: Update gnulib files. 2009-11-06 Simon Josefsson * cfg.mk: Commit cyclo/ www dir too. 2009-11-06 Simon Josefsson * ChangeLog: Generated. 2009-11-06 Simon Josefsson * lib/ChangeLog: Generated. 2009-11-06 Simon Josefsson * NEWS, lib/NEWS: Version 1.3.91. 2009-11-06 Simon Josefsson * doc/gsasl.texi: Fix header. 2009-11-06 Simon Josefsson * .x-sc_prohibit_getopt_without_use, .x-sc_prohibit_magic_number_exit, lib/scram/server.c: Fix syntax-check nits. 2009-11-06 Simon Josefsson * lib/cfg.mk: Prepare for alpha release. 2009-11-06 Simon Josefsson * NEWS: Add. 2009-11-06 Simon Josefsson * doc/cyclo/Makefile.am: Fix paths. 2009-11-06 Simon Josefsson * doc/cyclo/Makefile.am: Update usage. 2009-11-06 Simon Josefsson * gl/Makefile.am, gl/getpagesize.c, gl/m4/getpagesize.m4, gl/m4/gnulib-comp.m4, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib files. 2009-11-06 Simon Josefsson * lib/win32/libgsasl.vcproj: More fixes. 2009-11-06 Simon Josefsson * lib/win32/libgsasl.vcproj: Further fixes. 2009-11-06 Simon Josefsson * lib/win32/include/config.h, lib/win32/libgsasl.vcproj: Disable obsolete APIs for Windows builds. 2009-11-06 Simon Josefsson * lib/NEWS: Add. 2009-11-06 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-11-06 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/rawmemchr.m4, lib/gl/m4/strchrnul.m4, lib/gl/rawmemchr.c, lib/gl/rawmemchr.valgrind, lib/gl/strchrnul.c, lib/gl/strchrnul.valgrind, lib/gltests/Makefile.am, lib/gltests/test-rawmemchr.c, lib/gltests/test-strchrnul.c: Update gnulib files. 2009-11-06 Simon Josefsson * lib/win32/include/config.h: Add new definitions. Suggested by Lothar May in . 2009-11-06 Simon Josefsson * lib/win32/libgsasl.vcproj: Add more files. Suggested by Lothar May in . 2009-11-06 Simon Josefsson * lib/scram/parser.c: Doc fix. 2009-11-06 Simon Josefsson * ChangeLog: Generated. 2009-11-06 Simon Josefsson * lib/ChangeLog: Generated. 2009-11-06 Simon Josefsson * NEWS, lib/NEWS: Version 1.3.90. 2009-11-06 Simon Josefsson * gl/m4/getaddrinfo.m4, gltests/Makefile.am, lib/maint.mk, maint.mk: Update gnulib files. 2009-11-06 Simon Josefsson * cfg.mk: Prepare for alpha release. 2009-11-05 Simon Josefsson * gl/m4/gnulib-comp.m4: Update gnulib files. 2009-11-05 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2009-11-05 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/stdlib_h.m4, gl/stdlib.in.h, gltests/Makefile.am, gltests/test-getaddrinfo.c, gltests/test-inet_ntop.c, gltests/test-inet_pton.c, gltests/test-sys_socket.c, lib/gl/Makefile.am, lib/gl/m4/stdlib_h.m4, lib/gl/stdlib.in.h: Update gnulib files. 2009-11-03 Simon Josefsson * .gitignore: Fix. 2009-11-03 Simon Josefsson * .gitignore: Add. 2009-11-03 Simon Josefsson * lib/NEWS: Add. 2009-11-03 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Unconditionally add memxor module, SCRAM needs it. 2009-11-03 Simon Josefsson * lib/configure.ac, lib/gl/m4/gc.m4, lib/gl/override/m4/gc.m4.diff: Fix libgcrypt detection. 2009-11-03 Simon Josefsson * lib/configure.ac: Enable libgcrypt by default when available. 2009-11-02 Simon Josefsson * gl/getopt.c, gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4, gl/m4/pmccabe2html.m4, gl/m4/ungetc.m4, gl/sockets.c, gl/stdio.in.h, gltests/test-arpa_inet.c, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-gettimeofday.c, gltests/test-memchr.c, gltests/test-netinet_in.c, gltests/test-quotearg.c, gltests/test-select-stdin.c, gltests/test-select.c, gltests/test-sockets.c, gltests/test-stddef.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-string.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_time.c, gltests/test-unistd.c, gltests/test-version-etc.c, gltests/test-wchar.c, gltests/test-wctype.c, lib/build-aux/pmccabe2html, lib/build-aux/useless-if-before-free, lib/gl/md5.c, lib/gl/sha1.c, lib/gl/stdio.in.h, lib/gltests/test-base64.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-memchr.c, lib/gltests/test-rawmemchr.c, lib/gltests/test-stddef.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-strchrnul.c, lib/gltests/test-string.c, lib/gltests/test-strverscmp.c, lib/gltests/test-unistd.c, lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-10-26 Simon Josefsson * NEWS: Add. 2009-10-26 Simon Josefsson * tests/scram.c: Also test when app provides a GSASL_SCRAM_SALTED_PASSWORD. 2009-10-26 Simon Josefsson * lib/scram/client.c: Fix crash in code when application provides a GSASL_SCRAM_SALTED_PASSWORD. 2009-10-26 Simon Josefsson * lib/NEWS: Add. 2009-10-26 Simon Josefsson * lib/src/init.c: Prefer SCRAM-SHA-1 over CRAM-MD5 and DIGEST-MD5. 2009-10-26 Simon Josefsson * gl/localcharset.c, gl/m4/fcntl_h.m4, gl/m4/gnulib-comp.m4, gl/m4/localcharset.m4: Update gnulib files. 2009-10-12 Simon Josefsson * doc/gsasl.texi: Add concept index nodes for iteration count and salt. 2009-10-12 Simon Josefsson * src/gsasl.c: Drop Windows compatibility stuff, should be taken care of gnulib now. 2009-10-12 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/unistd.in.h, lib/gl/unistd.in.h: Update gnulib files. 2009-10-12 Simon Josefsson * NEWS, lib/NEWS: Add NEWS entries. 2009-10-12 Simon Josefsson * po/LINGUAS, po/fi.po.in, po/vi.po.in: Sync with TP. 2009-10-12 Simon Josefsson * lib/po/LINGUAS, lib/po/fi.po.in, lib/po/vi.po.in: Sync with TP. 2009-10-12 Simon Josefsson * lib/NEWS: Add. 2009-10-12 Simon Josefsson * NEWS: Add. 2009-10-12 Simon Josefsson * lib/configure.ac: Bump libtool version to indicate newly added ABIs. 2009-10-08 Simon Josefsson * lib/configure.ac, lib/src/gsasl.h: Start to use X.Y.Z versioning scheme. 2009-10-08 Simon Josefsson * tests/crypto.c: Test new SHA-1 APIs. 2009-10-08 Simon Josefsson * lib/src/libgsasl.map: Add new APIs to linker script. 2009-10-08 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2009-10-08 Simon Josefsson * lib/build-aux/gendocs.sh: Chmod. 2009-10-08 Simon Josefsson * ChangeLog: Generated. 2009-10-08 Simon Josefsson * lib/ChangeLog: Generated. 2009-10-08 Simon Josefsson * NEWS, lib/NEWS: Version 1.3. 2009-10-08 Simon Josefsson * tests/scram.c: Don't use non-ascii in self-test in case gsasl is built without libidn. 2009-10-08 Simon Josefsson * src/Makefile.am: Fix build error on mingw. 2009-10-08 Simon Josefsson * doc/reference/gsasl-docs.sgml: Update. 2009-10-08 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add new symbols since 1.3 section. 2009-10-08 Simon Josefsson * lib/src/crypto.c: Doc fix. 2009-10-08 Simon Josefsson * Makefile.am: Simplify DISTCHECK_CONFIGURE_FLAGS, scram is now enabled by default. 2009-10-08 Simon Josefsson * NEWS: Add. 2009-10-08 Simon Josefsson * lib/src/init.c: Make SCRAM lowest priority for now. 2009-10-08 Simon Josefsson * doc/gsasl.texi: Fix. 2009-10-08 Simon Josefsson * NEWS: Add. 2009-10-08 Simon Josefsson * lib/configure.ac: Enable SCRAM by default. 2009-10-08 Simon Josefsson * doc/gsasl.texi: Improve, including new SCRAM coverage. 2009-10-08 Simon Josefsson * gl/Makefile.am, gl/getopt.in.h, gl/getopt_int.h, gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/progname.c, gl/stdio.in.h, gl/unistd.in.h, gltests/test-getopt.c, gltests/test-getopt_long.h, gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2009-10-07 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Normalize password using SASLprep. 2009-09-25 Simon Josefsson * gl/Makefile.am, gl/m4/getdelim.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h, gl/stdlib.in.h, gl/unistd.in.h, gltests/Makefile.am, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memmem.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/memmem.c, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/str-two-way.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-memmem.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-09-23 Simon Josefsson * src/gsasl.c: Revert check for empty final token (incorrect change). 2009-09-16 Simon Josefsson * src/callbacks.c: Silence debug warning. 2009-09-16 Simon Josefsson * src/gsasl.c: Don't print empty tokens after success. 2009-09-16 Simon Josefsson * lib/scram/server.c: SCRAM: Store username property in server. 2009-09-16 Simon Josefsson * tests/scram.c: Also check that AUTHID is set and correct in callback. 2009-09-16 Simon Josefsson * .gitignore: Add. 2009-09-16 Simon Josefsson * lib/scram/client.c: SCRAM: Fix memleak. 2009-09-16 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/server.c: SCRAM: Handle non-zero terminated strings. 2009-09-11 Simon Josefsson * lib/scram/validate.c: SCRAM: Drop FIXME, specification changed to not use UTF-8 for nonces. 2009-09-11 Simon Josefsson * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we solved it differently. 2009-09-11 Simon Josefsson * lib/scram/parser.c, lib/scram/printer.c: SCRAM: Drop FIXMEs, we solved it differently. 2009-09-11 Simon Josefsson * lib/scram/client.c: SCRAM: Cleanup and memory leak fixing. 2009-09-11 Simon Josefsson * lib/scram/server.c: SCRAM: Cleanup and memory leak fixing. 2009-09-11 Simon Josefsson * lib/scram/server.c: SCRAM: Check that username doesn't fail SASLprep (as required). 2009-09-11 Simon Josefsson * Makefile.am: Enable SCRAM-SHA-1 during distcheck testing. 2009-09-11 Simon Josefsson * tests/scram.c: Silence warning. 2009-09-11 Simon Josefsson * gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/poll.m4, gl/m4/readline.m4, gl/m4/select.m4, gl/m4/sockets.m4, gl/m4/socklen.m4, gl/m4/sockpfaf.m4, gl/m4/wctype.m4, lib/build-aux/gendocs.sh, lib/gl/m4/getline.m4: Update gnulib files. 2009-09-11 Simon Josefsson * lib/NEWS, lib/configure.ac, lib/scram/mechinfo.c, lib/scram/scram.h, lib/src/init.c: SCRAM: Drop unfinished SCRAM-SHA-1-PLUS support. 2009-09-11 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Check server signature. 2009-09-11 Simon Josefsson * lib/scram/server.c: SCRAM: Generate server signature. 2009-09-11 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Check clientproof on server side. Fix mem leaks. 2009-09-11 Simon Josefsson * tests/scram.c: Use b64 salt. 2009-09-11 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c: SCRAM: Base64 decode salt. 2009-09-10 Simon Josefsson * doc/Makefile.am, lib/NEWS, lib/scram/client.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: SCRAM: Compute proof. Add property GSASL_SCRAM_SALTED_PASSWORD. 2009-09-10 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gc-sha1.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/gltests/test-gc-sha1.c: Add SHA-1 gnulib modules. 2009-09-10 Simon Josefsson * lib/NEWS, lib/src/crypto.c, lib/src/gsasl.h: Add SHA-1 APIs. 2009-09-10 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-pbkdf2-sha1.c, lib/gl/hmac-sha1.c, lib/gl/m4/gc-hmac-sha1.m4, lib/gl/m4/gc-pbkdf2-sha1.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-sha1.m4, lib/gl/m4/sha1.m4, lib/gl/sha1.c, lib/gl/sha1.h, lib/gltests/Makefile.am, lib/gltests/test-gc-hmac-sha1.c, lib/gltests/test-gc-pbkdf2-sha1.c: Add crypto/gc-pbkdf2-sha1 gnulib module. 2009-09-10 Simon Josefsson * lib/scram/client.c: Check errors. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Compare nonces. 2009-09-10 Simon Josefsson * lib/scram/client.c: SCRAM: Correct cbind in client final. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, tests/scram.c: SCRAM: Print/parse authzid. 2009-09-10 Simon Josefsson * tests/scram.c: Test iter/salt too. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable salt. Fix mem leak 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c: SCRAM: Use printable nonces. 2009-09-10 Simon Josefsson * lib/scram/server.c: SCRAM: Support iter/salt setting better. 2009-09-10 Simon Josefsson * lib/NEWS, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: SCRAM: Add properties. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/server.c, tests/scram.c: SCRAM: Fix self-test and memory leak. 2009-09-10 Simon Josefsson * tests/scram.c: Improve output. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: SCRAM: Protocol works (but no crypto). 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/printer.c, lib/scram/printer.h, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: SCRAM: Client final sending works (but no crypto). 2009-09-10 Simon Josefsson * lib/scram/client.c: SCRAM: Cleanup. 2009-09-10 Simon Josefsson * lib/scram/client.c, lib/scram/parser.c, lib/scram/parser.h, lib/scram/server.c: SCRAM: Parsing of server first works. 2009-09-10 Simon Josefsson * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h, lib/scram/printer.c, lib/scram/printer.h, lib/scram/server.c, lib/scram/tokens.c, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: SCRAM: Printing server first works. 2009-09-10 Simon Josefsson * lib/scram/server.c: SCRAM: Server can parse client first. 2009-09-10 Simon Josefsson * .gitignore: Add. 2009-09-10 Simon Josefsson * lib/scram/parser.c: Add. 2009-09-10 Simon Josefsson * lib/scram/parser.c: Fix typo. 2009-09-10 Simon Josefsson * .gitignore: Add. 2009-09-10 Simon Josefsson * .gitignore: Drop some things. 2009-09-10 Simon Josefsson * gl/Makefile.am, gl/m4/string_h.m4, gl/m4/unistd_h.m4, gl/m4/wctype.m4, gl/string.in.h, gl/unistd.in.h, gl/wctype.in.h, lib/gl/m4/rawmemchr.m4, lib/gl/m4/strchrnul.m4: Add gnulib strchrnul module. 2009-09-10 Simon Josefsson * lib/gl/rawmemchr.c, lib/gl/rawmemchr.valgrind, lib/gl/strchrnul.c, lib/gl/strchrnul.valgrind: Add gnulib strchrnul module. 2009-09-10 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-rawmemchr.c, lib/gltests/test-strchrnul.c: Add gnulib strchrnul module. 2009-09-10 Simon Josefsson * lib/scram/parser.c: Parse more. 2009-09-10 Simon Josefsson * tests/scram.c: Make it build. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/parser.c, lib/scram/parser.h, lib/scram/server.c: Add skeleton parser. 2009-09-09 Simon Josefsson * .gitignore: Add. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/client.c, lib/scram/mechinfo.c, lib/scram/scram.h, lib/scram/server.c, tests/Makefile.am, tests/scram.c: Improve SCRAM, initial server skeleton and self test. 2009-09-09 Simon Josefsson * lib/scram/client.c: Improve SCRAM, client now sends first token. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h: Improve SCRAM, client now sends first token. 2009-09-09 Simon Josefsson * lib/scram/printer.c: Fixes. 2009-09-09 Simon Josefsson * lib/scram/validate.c: Add check. 2009-09-09 Simon Josefsson * lib/scram/printer.c, lib/scram/printer.h: Add SCRAM printer functionality. 2009-09-09 Simon Josefsson * lib/scram/Makefile.am, lib/scram/printer.h, lib/scram/tokens.h, lib/scram/validate.c, lib/scram/validate.h: Add SCRAM stuff. 2009-09-08 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h, lib/src/Makefile.am, lib/src/init.c: Add SCRAM skeleton. 2009-09-08 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/scram/Makefile.am, lib/scram/mechinfo.c, lib/scram/scram.h: Add SCRAM skeleton. 2009-09-08 Simon Josefsson * gl/Makefile.am, gl/close.c, gl/iconv_open-solaris.gperf, gl/iconv_open.c, gl/inet_ntop.c, gl/m4/gnulib-comp.m4, gl/m4/iconv_open.m4, gl/m4/stdio_h.m4, gl/m4/string_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h, gl/string.in.h, gl/unistd.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/inet_pton.c, gltests/test-wctype.c, lib/gl/Makefile.am, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdio.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/maint.mk, maint.mk: Update gnulib files. 2009-08-28 Simon Josefsson * NEWS: Add. 2009-08-28 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stdlib_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/progname.c, gl/quotearg.c, gl/quotearg.h, gl/stdlib.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/test-quotearg.c, lib/gl/Makefile.am, lib/gl/m4/stddef_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stddef.in.h, lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/test-stddef.c: Update gnulib files. 2009-08-28 Simon Josefsson * NEWS, THANKS, src/Makefile.am: Fix libintl-related build errors on MinGW. Tiny patch from "carlo.bramix" . 2009-08-20 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/stddef_h.m4, gl/m4/stdio_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/select.c, gl/stddef.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/unistd.in.h, gltests/Makefile.am, gltests/test-stddef.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c, gltests/test-unistd.c, gltests/test-wchar.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gltests/Makefile.am, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/gltests/test-wchar.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-08-14 Simon Josefsson * gl/Makefile.am, gl/fseeko.c, gl/m4/close.m4, gl/m4/fclose.m4, gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/threadlib.m4, gl/m4/unistd_h.m4, gl/socket.c, gl/sockets.c, gl/sockets.h, gl/stdio-write.c, gl/sys_select.in.h, gl/unistd.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/gettimeofday.c, gltests/sockets.c, gltests/sockets.h, gltests/sys_ioctl.in.h, gltests/test-getopt.c, gltests/test-getopt.h, gltests/test-getopt_long.h, gltests/test-poll.c, gltests/test-select.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c, gltests/test-sys_select.c, gltests/test-unistd.c, gltests/test-version-etc.sh, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h, lib/gl/stdio-write.c, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-07-29 Simon Josefsson * README-alpha: Typo. 2009-07-22 Simon Josefsson * gl/Makefile.am, gl/errno.in.h, gl/error.c, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/mbrtowc.m4, gl/m4/memchr.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h, gl/version-etc.c, gl/version-etc.h, gltests/Makefile.am, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-string.c, gltests/test-unistd.c, gltests/test-version-etc.c, gltests/test-version-etc.sh, gltests/version-etc-fsf.c, lib/build-aux/vc-list-files, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/m4/errno_h.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/memchr.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/md5.h, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-06-23 Simon Josefsson * tests/threadsafety: Add more non-keyword characters. 2009-06-23 Simon Josefsson * tests/threadsafety: Add more non-keyword characters. 2009-06-23 Simon Josefsson * tests/Makefile.am, tests/threadsafety: Fix portability of EGREP usage. 2009-06-23 Simon Josefsson * tests/threadsafety: Ignore more non-keyword characters. 2009-06-23 Simon Josefsson * src/Makefile.am: Build gsasl_cmd without warning/error flags. 2009-06-23 Simon Josefsson * tests/threadsafety: Catch more functions. 2009-06-23 Simon Josefsson * tests/threadsafety: Doc fix. 2009-06-17 Simon Josefsson * doc/gsasl.texi, doc/reference/gsasl-docs.sgml, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Fix typos. Based on report by Marco Maggi in . 2009-06-16 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4, gl/memchr.valgrind, gl/string.in.h, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4, lib/gl/memchr.valgrind, lib/gl/string.in.h: Update gnulib files. 2009-06-16 Simon Josefsson * lib/src/error.c, lib/src/version.c: Doc fix. 2009-06-16 Simon Josefsson * tests/crypto.c: Initialize gsasl, to get crypto functions to work. 2009-06-14 Simon Josefsson * tests/threadsafety: Merge in issue 7 functions. 2009-06-14 Simon Josefsson * tests/threadsafety: Make list of functions easier to read. 2009-06-13 Simon Josefsson * tests/crypto.c: Fix. 2009-06-13 Simon Josefsson * tests/simple.c: Test encode/decode. 2009-06-13 Simon Josefsson * NEWS, tests/Makefile.am, tests/crypto.c: Add. 2009-06-13 Simon Josefsson * tests/simple.c: Check gsasl_session_hook_get too. 2009-06-13 Simon Josefsson * NEWS: Add. 2009-06-13 Simon Josefsson * tests/simple.c: Fix warnings. 2009-06-13 Simon Josefsson * tests/old-simple.c: Fix. 2009-06-13 Simon Josefsson * tests/simple.c: Based on old-simple.c, but rewritten using modern APIs. 2009-06-13 Simon Josefsson * tests/Makefile.am, tests/old-simple.c, tests/simple.c: Rename obsolete API checks to old-*. 2009-06-13 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2009-06-13 Simon Josefsson * doc/gsasl.texi: Clarify which tokens GNU SASL generated. Suggested by Marco Maggi in . 2009-06-13 Simon Josefsson * cfg.mk: Fix path. 2009-06-13 Simon Josefsson * ChangeLog: Generated. 2009-06-13 Simon Josefsson * lib/ChangeLog: Generated. 2009-06-13 Simon Josefsson * NEWS, lib/NEWS: Version 1.2. 2009-06-13 Simon Josefsson * gl/Makefile.am, gl/getpagesize.c, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4, gl/m4/string_h.m4, gl/string.in.h, gltests/Makefile.am, gltests/getpagesize.c, lib/gl/Makefile.am, lib/gl/getpagesize.c, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4, lib/gl/m4/string_h.m4, lib/gl/string.in.h, lib/gltests/Makefile.am, lib/gltests/getpagesize.c: Update gnulib files. 2009-06-12 Simon Josefsson * tests/Makefile.am: Use $(GREP) instead of grep directly, for non-GNU systems. 2009-06-11 Simon Josefsson * cfg.mk, lib/src/Makefile.am, lib/tests/Makefile.am, src/Makefile.am: Fix syntax-check error. 2009-06-11 Simon Josefsson * doc/gsasl.texi: Fix. 2009-06-11 Simon Josefsson * doc/gsasl.texi: Fix. 2009-06-11 Simon Josefsson * lib/cfg.mk: Fix git-* usage. 2009-06-11 Simon Josefsson * NEWS: Add. 2009-06-11 Simon Josefsson * NEWS: Add. 2009-06-11 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Don't use TAB for info manual. 2009-06-11 Simon Josefsson * README-alpha: Fix whitespace. 2009-06-11 Simon Josefsson * .x-sc_po_check: Fix. 2009-06-11 Simon Josefsson * .x-sc_trailing_blank: Add. 2009-06-11 Simon Josefsson * doc/gsasl.texi: Rewrite manual somewhat to give better introduction to concepts. 2009-06-10 Simon Josefsson * THANKS: Add. 2009-06-10 Simon Josefsson * doc/gsasl.texi, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Drop ctx parameter from client_authenticate function. Suggested by Marco Maggi . 2009-06-10 Simon Josefsson * NEWS: Add. 2009-06-10 Simon Josefsson * src/gsasl.c: Don't write out of bounds on (impossible?) empty reads. Handle NUL in input. 2009-06-10 Enrico Scholz * src/gsasl.c: fix insufficient memory allocation in imap/smtp code There was written 'line[pos + 1]' although only space for 'pos + 1' elements was allocated. Signed-off-by: Enrico Scholz 2009-06-10 Simon Josefsson * lib/src/obsolete.c: Fix typo. 2009-06-09 Simon Josefsson * gl/Makefile.am, gl/m4/getpagesize.m4, gl/m4/gnulib-comp.m4, gl/m4/memchr.m4, gl/m4/mmap-anon.m4, gl/memchr.c, gltests/Makefile.am, gltests/getpagesize.c, gltests/test-alignof.c, gltests/test-memchr.c, gltests/zerosize-ptr.h, lib/gl/Makefile.am, lib/gl/m4/getpagesize.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memchr.m4, lib/gl/m4/mmap-anon.m4, lib/gl/memchr.c, lib/gltests/Makefile.am, lib/gltests/getpagesize.c, lib/gltests/test-memchr.c, lib/gltests/zerosize-ptr.h: Update gnulib files. 2009-06-05 Simon Josefsson * NEWS: Add. 2009-06-05 Simon Josefsson * cfg.mk: Fix. 2009-06-05 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/version-etc.m4, gl/version-etc.c: Update gnulib files. 2009-06-03 Simon Josefsson * gl/alignof.h, gltests/test-alignof.c: Update gnulib files. 2009-06-02 Simon Josefsson * NEWS, doc/gsasl.texi: Doc category fixes. 2009-06-02 Simon Josefsson * doc/gsasl.texi: Fix. 2009-06-02 Simon Josefsson * examples/Makefile.am, src/Makefile.am, tests/Makefile.am: Some code not ready for stack space limit. 2009-06-02 Simon Josefsson * lib/NEWS: Add. 2009-06-02 Simon Josefsson * configure.ac, examples/Makefile.am, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gs2/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am, lib/tests/Makefile.am, src/Makefile.am, tests/Makefile.am: More warnings. 2009-06-02 Simon Josefsson * lib/src/obsolete.c: Decrease stack usage. 2009-06-02 Simon Josefsson * lib/NEWS, lib/src/obsolete.c: libgsasl: Obsolete gsasl_md5pwd_get_password rewritten to use modern API. 2009-06-02 Simon Josefsson * lib/ntlm/ntlm.c: Reduce stack usage. 2009-06-02 Simon Josefsson * NEWS, cfg.mk, configure.ac, gl/m4/manywarnings.m4, lib/configure.ac: Fix warning flags. 2009-05-29 Simon Josefsson * THANKS: Add. 2009-05-29 Simon Josefsson * lib/README: Fix. 2009-05-29 Simon Josefsson * README, lib/COPYING, lib/COPYING.LIB, lib/NEWS, lib/README: Clarify license in libgsasl. 2009-05-28 Simon Josefsson * .prev-version, lib/.prev-version: Add. 2009-05-28 Simon Josefsson * lib/README: Clarify license. 2009-05-28 Simon Josefsson * README: Point to LGPL license file. 2009-05-28 Simon Josefsson * gl/m4/include_next.m4, gl/m4/size_max.m4, lib/gl/m4/include_next.m4, lib/gl/m4/size_max.m4: Update gnulib files. 2009-05-20 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/m4/sys_socket_h.m4, gl/sys_socket.in.h, gltests/test-sys_socket.c, lib/gl/getdelim.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-05-17 Simon Josefsson * gl/alignof.h, gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/malloca.h, gltests/test-alignof.c, lib/maint.mk, maint.mk: Update gnulib files. 2009-05-12 Simon Josefsson * lib/src/version.c: Doc fix. 2009-05-11 Simon Josefsson * cfg.mk, maint.mk: Fix build-aux for gnulib. 2009-05-11 Simon Josefsson * po/POTFILES.in: Drop gettext.m4. 2009-05-11 Simon Josefsson * m4/pkg.m4: Add. 2009-05-11 Simon Josefsson * m4/gtk-doc.m4: Update gtk-doc m4. 2009-05-11 Simon Josefsson * doc/cyclo/Makefile.am: Fix build-aux paths. 2009-05-11 Simon Josefsson * cfg.mk, gltests/test-vc-list-files-git.sh, lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/maint.mk: Update gnulib files. 2009-05-10 Simon Josefsson * cfg.mk: Fix. 2009-05-10 Simon Josefsson * build-aux/config.rpath, build-aux/gendocs.sh, build-aux/link-warning.h, build-aux/pmccabe.css, build-aux/pmccabe2html, build-aux/useless-if-before-free, build-aux/vc-list-files, configure.ac, gl/Makefile.am, gl/alignof.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_socket_h.m4, gl/sys_socket.in.h, gltests/Makefile.am, gltests/malloca.h, gltests/test-sys_socket.c, lib/build-aux/gendocs.sh, lib/build-aux/pmccabe.css, lib/build-aux/pmccabe2html, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update gnulib files. 2009-05-08 Simon Josefsson * cfg.mk: Make it easier to ignore -Werror. 2009-05-07 Simon Josefsson * lib/build-aux/useless-if-before-free, lib/build-aux/vc-list-files: Update gnulib files. 2009-05-07 Simon Josefsson * lib/gl/build-aux/config.rpath, lib/gl/build-aux/link-warning.h, lib/gl/build-aux/useless-if-before-free, lib/gl/build-aux/vc-list-files: Update gnulib files. 2009-05-07 Simon Josefsson * README-alpha: Fix. 2009-05-06 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am, lib/gltests/test-vc-list-files-cvs.sh, lib/gltests/test-vc-list-files-git.sh: Don't duplicate non-working test. 2009-05-06 Simon Josefsson * gl/Makefile.am, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/multiarch.m4, gl/m4/vasnprintf.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/vasnprintf.m4, maint.mk: Update gnulib files. 2009-05-05 Simon Josefsson * README-alpha: Fix. 2009-05-05 Simon Josefsson * README-alpha: Add. 2009-05-05 Simon Josefsson * src/gsasl.c: Fix warnings when not using TLS. 2009-05-03 Simon Josefsson * src/gsasl.c, src/internal.h: Fix warning. 2009-05-03 Simon Josefsson * gl/Makefile.am, gl/gettext.h, gl/m4/wchar.m4, gl/wchar.in.h, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/wchar.m4, lib/gl/wchar.in.h, maint.mk: Update gnulib files. 2009-04-27 Simon Josefsson * .x-sc_avoid_if_before_free, .x-sc_cast_of_alloca_return_value, .x-sc_cast_of_x_alloc_return_value, .x-sc_file_system, .x-sc_m4_quote_check, .x-sc_makefile_check, .x-sc_po_check, .x-sc_program_name, .x-sc_prohibit_HAVE_MBRTOWC, .x-sc_prohibit_atoi_atof, .x-sc_space_tab, .x-sc_the_the, .x-sc_trailing_blank, .x-sc_useless_cpp_parens, cfg.mk, configure.ac, doc/gdoc, doc/gsasl-callback-gssapi.texi, doc/reference/gsasl-docs.sgml, doc/texinfo.css, gtk-doc.make, lib/COPYING, lib/Makefile.am, lib/cfg.mk, lib/cram-md5/server.c, lib/digest-md5/Makefile.am, lib/digest-md5/free.c, lib/digest-md5/printer.c, lib/gs2/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/server.c, lib/libgsasl.pc.in, lib/login/server.c, lib/ntlm/Makefile.am, lib/ntlm/ntlm.c, lib/securid/client.c, lib/src/Makefile.am, lib/src/done.c, lib/src/md5pwd.c, lib/src/property.c, lib/src/saslprep.c, lib/src/version.c, lib/src/xstep.c, m4/valgrind.m4, po/POTFILES.in, src/Makefile.am, src/gsasl.c, tests/Makefile.am, tests/cram-md5.c: Fix syntax-check nits. 2009-04-27 Simon Josefsson * build-aux/useless-if-before-free, build-aux/vc-list-files, gl/Makefile.am, gl/getopt1.c, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/vasnprintf.c, gltests/Makefile.am, gltests/test-vc-list-files-cvs.sh, gltests/test-vc-list-files-git.sh, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/vasnprintf.c, lib/gltests/Makefile.am, lib/gltests/test-vc-list-files-cvs.sh, lib/gltests/test-vc-list-files-git.sh, maint.mk: Update gnulib files. 2009-04-24 Simon Josefsson * doc/gendocs_template, gl/Makefile.am, gl/m4/mbrtowc.m4, gl/m4/wctob.m4, maint.mk: Update gnulib files. 2009-04-14 Simon Josefsson * lib/configure.ac, lib/src/Makefile.am: Fix var name. 2009-04-14 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-output-def.m4, lib/m4/output-def.m4: Update gnulib files. 2009-04-14 Simon Josefsson * po/LINGUAS, po/sk.po.in, po/sv.po.in: Sync with TP. 2009-04-14 Simon Josefsson * lib/po/sk.po.in, lib/po/sv.po.in: Sync with TP. 2009-04-14 Simon Josefsson * build-aux/gendocs.sh, doc/gendocs_template, doc/lgpl-2.1.texi, gl/Makefile.am, gl/m4/inet_ntop.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-version-script.m4, lib/gltests/Makefile.am, maint.mk: Update gnulib files. 2009-04-01 Simon Josefsson * src/internal.h: Make sure NLS is enabled. 2009-03-31 Simon Josefsson * gltests/test-getaddrinfo.c, gltests/test-sockets.c: Update gnulib files. 2009-03-30 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2009-03-30 Simon Josefsson * po/fr.po.in, po/ga.po.in, po/id.po.in, po/nl.po.in, po/pl.po.in, po/zh_CN.po.in: Sync with TP. 2009-03-30 Simon Josefsson * lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/zh_CN.po.in: Sync with TP. 2009-03-30 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2009-03-30 Simon Josefsson * lib/src/gsasl.h: Fix typo. 2009-03-25 Simon Josefsson * ChangeLog: Generated. 2009-03-25 Simon Josefsson * lib/ChangeLog: Generated. 2009-03-25 Simon Josefsson * lib/gltests/Makefile.am: Fixup broken generated paths. 2009-03-25 Simon Josefsson * NEWS, lib/NEWS: Version 1.1. 2009-03-25 Simon Josefsson * lib/NEWS: Add. 2009-03-25 Simon Josefsson * lib/README-alpha: Remove. 2009-03-25 Simon Josefsson * cfg.mk: Copy cyclo chart to webdir. 2009-03-24 Simon Josefsson * lib/NEWS: Fixes. 2009-03-24 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/client.c, lib/digest-md5/server.c, tests/digest-md5.c: DIGEST-MD5: Disable integrity layers by default. 2009-03-24 Simon Josefsson * tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/name.c, tests/old-cram-md5.c, tests/old-digest-md5.c: Make self tests work with --disable-client. 2009-03-24 Simon Josefsson * lib/src/listmech.c: Make sure return string is zero terminated even if there are no mechanisms. 2009-03-24 Simon Josefsson * tests/suggest.c: Make more robust when some client mechanisms are disabled. 2009-03-24 Simon Josefsson * lib/src/suggest.c: Doc fix. 2009-03-24 Simon Josefsson * src/gsasl.c: Mingw fixes. 2009-03-24 Simon Josefsson * gl/override/lib/getpass.c.diff: Add. 2009-03-24 Simon Josefsson * gl/getpass.c: Avoid newline. 2009-03-24 Simon Josefsson * gl/getpass.c: Apply local getpass fix. 2009-03-24 Simon Josefsson * gl/readline.c: Update gnulib files. 2009-03-24 Simon Josefsson * gl/Makefile.am, gl/close-hook.c, gl/close-hook.h, gl/close.c, gl/m4/close.m4, gl/m4/gnulib-comp.m4, gl/unistd.in.h, gltests/Makefile.am, gltests/sockets.c, lib/gl/unistd.in.h: Update gnulib files. 2009-03-23 Simon Josefsson * tests/Makefile.am: Use EXEEXT for Mingw. 2009-03-23 Simon Josefsson * gl/vasnprintf.c, gltests/Makefile.am, gltests/sockets.c, gltests/sockets.h, lib/gl/vasnprintf.c: Update gnulib files. 2009-03-19 Simon Josefsson * gl/override/tests/test-select-in.sh.diff: Add. 2009-03-19 Simon Josefsson * gltests/Makefile.am, gltests/sockets.h, gltests/test-select-in.sh, tests/Makefile.am: Mingw fixes. 2009-03-19 Simon Josefsson * src/Makefile.am: Need -lws2_32 for mingw. 2009-03-19 Simon Josefsson * README-alpha: Reduce. 2009-03-19 Simon Josefsson * README: Fix. 2009-03-19 Simon Josefsson * doc/gsasl.texi: Fix. 2009-03-19 Simon Josefsson * tests/digest-md5.c: Test encode/decode. 2009-03-19 Simon Josefsson * NEWS: Add. 2009-03-19 Simon Josefsson * lib/digest-md5/qop.c, lib/digest-md5/qop.h: Add. 2009-03-19 Simon Josefsson * lib/digest-md5/server.c: Derive session keys properly. 2009-03-19 Simon Josefsson * NEWS, src/gsasl.c: gsasl: Decode data when integrity protected. 2009-03-19 Simon Josefsson * lib/NEWS: Add. 2009-03-19 Simon Josefsson * lib/digest-md5/session.c: Fix integrity decoding. Reported by Andery Melnikov . 2009-03-19 Simon Josefsson * lib/digest-md5/digesthmac.c: Fix computation of Kic. 2009-03-19 Simon Josefsson * NEWS, doc/gsasl.texi, src/callbacks.c, src/gsasl.ggo: Fix gsasl --quality-of-protection flag. 2009-03-19 Simon Josefsson * lib/src/obsolete.c: Fix error. 2009-03-19 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/server.c, lib/src/Makefile.am, lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c, tests/old-digest-md5.c: Add GSASL_QOP. Make DIGEST-MD5 client support integrity and QOP callback. 2009-03-18 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c: Rename GSASL_QOP to GSASL_QOPS as it denotes a set of qops. 2009-03-18 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/m4/gettimeofday.m4, gl/m4/gnulib-comp.m4, gl/m4/quotearg.m4, gl/m4/select.m4, gl/m4/sys_select_h.m4, gl/select.c, gl/sys_select.in.h, gl/xmalloc.c, gltests/Makefile.am, gltests/gettimeofday.c, gltests/test-gettimeofday.c, gltests/test-select-fd.c, gltests/test-select-in.sh, gltests/test-select-out.sh, gltests/test-select-stdin.c, gltests/test-select.c, maint.mk: Update gnulib files. 2009-03-07 Simon Josefsson * THANKS: Add. 2009-03-07 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c, lib/src/xfinish.c, tests/digest-md5.c, tests/old-digest-md5.c: Add GSASL_QOP property. Make DIGEST-MD5 server use it. Update self-tests. 2009-03-07 Simon Josefsson * lib/src/xfinish.c: Free(NULL) works fine on all modern platforms, reportedly. 2009-03-06 Simon Josefsson * lib/NEWS: Fix. 2009-03-04 Simon Josefsson * configure.ac: Don't use GnuTLS unless it has gnutls_priority_set_direct. 2009-03-04 Simon Josefsson * lib/NEWS: Clarify. 2009-03-04 Simon Josefsson * gl/Makefile.am, lib/gl/Makefile.am: Update gnulib files. 2009-03-04 Simon Josefsson * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/external/Makefile.am, lib/gs2/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am: Add more CFLAG_VISIBILITY. 2009-03-04 Simon Josefsson * lib/NEWS: Add. 2009-03-04 Simon Josefsson * lib/digest-md5/Makefile.am, lib/src/Makefile.am, lib/src/gsasl.h: Use visibility module from gnulib. 2009-03-04 Simon Josefsson * lib/NEWS, lib/src/Makefile.am, lib/src/libgsasl.map: Use a linker version script. 2009-03-04 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/ld-version-script.m4: Import ld-version-script and visibility gnulib modules. 2009-03-04 Simon Josefsson * gl/fseeko.c, gl/gai_strerror.c, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/mbrtowc.m4, gl/m4/printf.m4, gl/m4/stdarg.m4, gl/m4/stdint.m4, gl/m4/stdlib_h.m4, gl/m4/ungetc.m4, gl/m4/vasnprintf.m4, gl/mbrtowc.c, gl/stdint.in.h, gl/sys_socket.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/setsockopt.c, gltests/test-fseeko.c, gltests/test-fseeko2.sh, gltests/test-getaddrinfo.c, lib/gl/m4/gnulib-common.m4, lib/gl/m4/include_next.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdint.in.h, lib/gl/vasnprintf.c: Update gnulib files. 2009-02-13 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2009-02-13 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add 1.1 symbols. 2009-02-13 Simon Josefsson * lib/src/gsasl.h: Doc fix. 2009-02-13 Simon Josefsson * lib/src/gsasl.h: Generated. 2009-02-13 Simon Josefsson * lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Add GSASL_VERSION_MAJOR, GSASL_VERSION_MINOR, GSASL_VERSION_PATCH, and GSASL_VERSION_NUMBER. 2009-02-13 Simon Josefsson * lib/m4/update-header-version.m4: Support arbitrary sed expressions. 2009-02-13 Simon Josefsson * gl/Makefile.am, gl/config.charset, gl/localcharset.c, gl/m4/00gnulib.m4, gl/m4/close.m4, gl/m4/eealloc.m4, gl/m4/environ.m4, gl/m4/extensions.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/intdiv0.m4, gl/m4/intl.m4, gl/m4/intldir.m4, gl/m4/intlmacosx.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/lcmessage.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/lock.m4, gl/m4/malloca.m4, gl/m4/nls.m4, gl/m4/pmccabe2html.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/setenv.m4, gl/m4/sockets.m4, gl/m4/stdlib_h.m4, gl/m4/threadlib.m4, gl/m4/uintmax_t.m4, gl/m4/visibility.m4, gl/mbrtowc.c, gl/stdlib.in.h, gl/version-etc.c, gltests/Makefile.am, gltests/locale/fr/LC_MESSAGES/test-quotearg.po, gltests/malloca.c, gltests/malloca.h, gltests/malloca.valgrind, gltests/setenv.c, gltests/sockets.h, gltests/test-environ.c, gltests/test-getaddrinfo.c, gltests/test-malloca.c, gltests/test-mbrtowc4.sh, gltests/test-quotearg.c, gltests/test-quotearg.sh, gltests/test-sockets.c, gltests/unsetenv.c, lib/gl/Makefile.am, lib/gl/m4/00gnulib.m4, lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4, lib/gl/stdlib.in.h, lib/gltests/Makefile.am: Update gnulib files. 2009-02-06 Simon Josefsson * lib/src/gsasl.h: Bump version. 2009-01-23 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2009-01-23 Simon Josefsson * lib/cfg.mk: Use ftp.gnu.org as upload target. 2009-01-23 Simon Josefsson * ChangeLog: Generated. 2009-01-23 Simon Josefsson * lib/ChangeLog: Generated. 2009-01-23 Simon Josefsson * doc/gsasl.texi: Link to autobuild.josefsson.org. 2009-01-23 Simon Josefsson * doc/texinfo.css: Update. 2009-01-23 Simon Josefsson * lib/gltests/Makefile.am: Quick fix to make it build. 2009-01-23 Simon Josefsson * lib/gltests/Makefile.am: Quick fix to make it build. 2009-01-23 Simon Josefsson * NEWS, lib/NEWS: Version 1.0. 2009-01-23 Simon Josefsson * cfg.mk: Upload to ftp.gnu.org. 2009-01-23 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump version to 1.0. 2009-01-23 Simon Josefsson * gtk-doc.make: Update with stable upstream. 2009-01-23 Simon Josefsson * tests/suggest.c: Make it work with --disable-obsolete. 2009-01-23 Simon Josefsson * lib/NEWS: Add. 2009-01-23 Simon Josefsson * NEWS: Add. 2009-01-23 Simon Josefsson * NEWS: Fix. 2009-01-23 Simon Josefsson * gl/version-etc.c, gl/version-etc.h, src/gsasl.c: Use emit_bug_reporting_address from gnulib. 2009-01-23 Simon Josefsson * src/gsasl.c: Emit bug report address more. 2009-01-23 Simon Josefsson * src/gsasl.c: Fix priority setting. 2009-01-23 Simon Josefsson * Makefile.am, README, README-alpha, cfg.mk, configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am, doc/doxygen/gdoc2doxygen, doc/print-errors.c, lib/Makefile.am, lib/NEWS, lib/README, lib/README-alpha, lib/THANKS, lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/Makefile.am, lib/digest-md5/README, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/Makefile.am, lib/external/client.c, lib/external/external.h, lib/external/mechinfo.c, lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/libgsasl.pc.in, lib/login/Makefile.am, lib/login/client.c, lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c, lib/m4/output-def.m4, lib/m4/update-header-version.m4, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/Makefile.am, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c, lib/src/done.c, lib/src/error.c, lib/src/free.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h, lib/src/init.c, lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/mechname.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, lib/tests/Makefile.am, lib/tests/test-error.c, m4/valgrind.m4, po/POTFILES.in, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/Makefile.am, tests/cram-md5.c, tests/digest-md5.c, tests/errors.c, tests/external.c, tests/gssapi.c, tests/md5file.c, tests/name.c, tests/old-base64.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c, tests/suggest.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: Update copyright years. 2009-01-23 Simon Josefsson * lib/AUTHORS: Update PGP key. 2009-01-23 Simon Josefsson * AUTHORS: Update PGP key. 2009-01-23 Simon Josefsson * NEWS, doc/gsasl.texi, src/gsasl.c, src/gsasl.ggo: Add gsasl --priority parameter. 2009-01-23 Simon Josefsson * doc/reference/gsasl-docs.tmpl, doc/reference/gsasl.types, doc/reference/gtk-doc.make, gtk-doc.make: Update gtk-doc files. 2009-01-23 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/m4/alloca.m4, gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getpass.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/inline.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-tr.m4, gl/m4/locale-zh.m4, gl/m4/longlong.m4, gl/m4/malloc.m4, gl/m4/mbrtowc.m4, gl/m4/mbstate_t.m4, gl/m4/multiarch.m4, gl/m4/poll.m4, gl/m4/printf.m4, gl/m4/readline.m4, gl/m4/realloc.m4, gl/m4/sockets.m4, gl/m4/sockpfaf.m4, gl/m4/stdbool.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/stdio_h.m4, gl/m4/strdup.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/poll.c, gl/progname.c, gl/stdint.in.h, gl/stdio.in.h, gl/strerror.c, gl/unistd.in.h, gl/wchar.in.h, gltests/ioctl.c, gltests/test-quotearg.c, gltests/test-unistd.c, lib/gl/Makefile.am, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gc.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/malloc.m4, lib/gl/m4/md5.m4, lib/gl/m4/minmax.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/realloc.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/test-unistd.c: Update gnulib files. 2009-01-23 Simon Josefsson * doc/Makefile.am: Typo. 2009-01-22 Simon Josefsson * doc/Makefile.am, doc/gdoc: Update gdoc and use gdoc -pkg-name. 2009-01-22 Simon Josefsson * NEWS: Add. 2009-01-22 Simon Josefsson * src/gsasl.c: Add web page links, per new GNU coding standard. 2009-01-07 Simon Josefsson * lib/digest-md5/test-parser.c: Need to initialize gc. 2009-01-07 Simon Josefsson * src/gsasl.c: Make --version print both version numbers if libgsasl and gsasl version differ. 2009-01-07 Simon Josefsson * README, doc/gsasl.texi, doc/reference/gsasl-docs.sgml: Fix GFDL version number. 2009-01-07 Simon Josefsson * build-aux/gendocs.sh, doc/gendocs_template, gl/Makefile.am, gl/config.charset, gl/localcharset.c, gl/localcharset.h, gl/m4/codeset.m4, gl/m4/errno_h.m4, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4, gl/m4/glibc21.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4, gl/m4/lib-link.m4, gl/m4/localcharset.m4, gl/m4/locale-fr.m4, gl/m4/locale-ja.m4, gl/m4/locale-zh.m4, gl/m4/mbrtowc.m4, gl/m4/mbsinit.m4, gl/m4/mbstate_t.m4, gl/m4/multiarch.m4, gl/m4/printf.m4, gl/m4/quotearg.m4, gl/m4/size_max.m4, gl/m4/stdint.m4, gl/m4/stdint_h.m4, gl/m4/wchar.m4, gl/m4/wchar_t.m4, gl/m4/wctob.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4, gl/mbrtowc.c, gl/mbsinit.c, gl/quotearg.c, gl/ref-add.sin, gl/ref-del.sin, gl/stdint.in.h, gl/stdlib.in.h, gl/streq.h, gl/sys_select.in.h, gl/unistd.in.h, gl/verify.h, gl/version-etc.c, gl/wchar.in.h, gl/wctype.in.h, gltests/Makefile.am, gltests/test-mbrtowc.c, gltests/test-mbrtowc1.sh, gltests/test-mbrtowc2.sh, gltests/test-mbrtowc3.sh, gltests/test-mbrtowc4.sh, gltests/test-mbsinit.c, gltests/test-mbsinit.sh, gltests/verify.h, gltests/wctob.c, lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/extensions.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/multiarch.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/threadlib.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/visibility.m4, lib/gl/m4/wchar.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/stdint.in.h, lib/gl/stdlib.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gltests/Makefile.am: Update gnulib files. 2008-12-11 Simon Josefsson * lib/digest-md5/digesthmac.c: Drop unused macros. 2008-12-11 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/manywarnings.m4: Update gnulib files. 2008-12-11 Simon Josefsson * configure.ac, gl/m4/include_next.m4, gl/m4/warnings.m4, gl/stdint.in.h, gl/sys_time.in.h, lib/gl/m4/include_next.m4, lib/gl/stdint.in.h, maint.mk: Update gnulib files. 2008-11-28 Simon Josefsson * lib/tests/Makefile.am: Need libintl. 2008-11-18 Simon Josefsson * maint.mk: Update gnulib files. 2008-11-18 Simon Josefsson * lib/Makefile.am: Drop obsolete distcheck rules. 2008-11-18 Simon Josefsson * lib/Makefile.am: Move gltests directory last. 2008-11-18 Simon Josefsson * Makefile.am: Re-order build, so that gltests is last. 2008-11-17 Simon Josefsson * configure.ac: Typos. 2008-11-17 Simon Josefsson * gl/override/lib/gettext.h.diff, lib/gl/override/lib/gettext.h.diff: Add gnulib overrides. 2008-11-17 Simon Josefsson * cfg.mk, configure.ac, gl/gettext.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/hostent.m4, gl/m4/servent.m4, gl/m4/sockets.m4, gl/m4/warnings.m4, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/gnulib-cache.m4, m4/valgrind.m4: Update gnulib files. Change warning handling. 2008-11-17 Simon Josefsson * lib/plain/server.c: Fix warnings. 2008-11-17 Simon Josefsson * Makefile.am, gl/m4/getaddrinfo.m4, gl/m4/netdb_h.m4, gl/netdb.in.h, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gltests/Makefile.am: Update gnulib files. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac: Fix warnings. 2008-11-13 Simon Josefsson * tests/simple.c: Silence warning. 2008-11-13 Simon Josefsson * configure.ac, tests/Makefile.am, tests/cram-md5.c, tests/external.c, tests/md5file.c, tests/old-md5file.c, tests/simple.c, tests/utils.h: Fix warnings. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac: Fix warnings. 2008-11-13 Simon Josefsson * configure.ac: Need -Wundef afterall. 2008-11-13 Simon Josefsson * lib/src/obsolete.c: Use HAVE_LIBIDN instead of WITH_SASLPREP. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac: Re-add -Wundef. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Revert. 2008-11-13 Simon Josefsson * lib/src/gsasl-compat.h: Revert but fix warning in another way. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Typo. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Use --deprecated-guard properly. 2008-11-13 Simon Josefsson * doc/reference/Makefile.am: Add deprecated guard. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c, lib/src/callback.c, lib/src/internal.h, lib/src/property.c: Enable more warnings. Fix warnings. 2008-11-13 Simon Josefsson * lib/src/gsasl-compat.h: Avoid warnings. 2008-11-13 Simon Josefsson * cfg.mk, configure.ac, lib/configure.ac, lib/m4/output-def.m4: Fix warning handling. Use output-def.m4. 2008-11-13 Simon Josefsson * configure.ac: Neatify. 2008-11-12 Simon Josefsson * lib/libgsasl.pc.in: Add URL field. 2008-11-12 Simon Josefsson * examples/Makefile.am: Add WARN_CFLAGS. 2008-11-12 Simon Josefsson * Makefile.am, cfg.mk, configure.ac, gl/Makefile.am, gl/fseeko.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/printf.m4, gl/m4/warnings.m4, gl/netdb.in.h, gltests/sockets.h, lib/configure.ac, lib/m4/update-header-version.m4, src/Makefile.am: Update gnulib files. Use shared files for common tests. 2008-11-10 Simon Josefsson * build-aux/pmccabe2html, gl/Makefile.am, gl/m4/sys_ioctl_h.m4: Update gnulib files. 2008-11-04 Simon Josefsson * NEWS: Add. 2008-11-04 Simon Josefsson * doc/Makefile.am, doc/fdl-1.3.texi, doc/fdl.texi, doc/gsasl.texi, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Use GFDLv1.3+ for manual. 2008-11-04 Simon Josefsson * gl/m4/include_next.m4, lib/gl/m4/include_next.m4, lib/maint.mk, maint.mk: Update gnulib files. 2008-11-03 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/strdup.m4, lib/gl/stdlib.in.h, lib/gl/strdup.c, lib/gl/unistd.in.h, lib/maint.mk: Update gnulib files. 2008-11-03 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, src/callbacks.c, src/gsasl.c, src/internal.h: Use gnulib xalloc module. 2008-10-30 Simon Josefsson * doc/gsasl.texi: Cleanup pkg-config description. 2008-10-29 Simon Josefsson * cfg.mk, gl/Makefile.am, gl/m4/netdb_h.m4, gl/m4/stdlib_h.m4, gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdlib.in.h, gl/sys_socket.in.h, gl/unistd.in.h, maint.mk: Update gnulib files. 2008-10-29 Simon Josefsson * NEWS: Add. 2008-10-29 Simon Josefsson * doc/gdoc: Sync gdoc with libidn. 2008-10-28 Simon Josefsson * doc/doxygen/Doxyfile.in: Need doxygen.c. 2008-10-28 Simon Josefsson * NEWS, doc/doxygen/Doxyfile.in, doc/doxygen/Doxyfile.orig: Modernize doxygen configuration. 2008-10-28 Simon Josefsson * tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/gssapi.c, tests/md5file.c: Use gsasl_free when applicable. 2008-10-28 Simon Josefsson * tests/Makefile.am, tests/suggest.c: Add self-test. 2008-10-28 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-10-28 Simon Josefsson * cfg.mk: Add code coverage rules. 2008-10-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-10-21 Simon Josefsson * cfg.mk: Use system's gnupload. 2008-10-21 Simon Josefsson * ChangeLog: Generated. 2008-10-21 Simon Josefsson * lib/ChangeLog: Generated. 2008-10-21 Simon Josefsson * Makefile.am, lib/Makefile.am: Disable warnings about deprecated stuff. 2008-10-21 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.29. 2008-10-21 Simon Josefsson * cfg.mk, lib/cfg.mk: Split release target. 2008-10-21 Simon Josefsson * doc/cyclo/Makefile.am: Exclude gnulib files from cyclomatic code complexity chart. 2008-10-21 Simon Josefsson * NEWS, build-aux/pmccabe.css, build-aux/pmccabe2html, configure.ac, doc/Makefile.am, doc/cyclo/Makefile.am, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/pmccabe2html.m4: Added cyclomatic code complexity charts. 2008-10-21 Simon Josefsson * lib/NEWS: Add. 2008-10-21 Simon Josefsson * NEWS: Add. 2008-10-21 Simon Josefsson * gl/close.c, gl/m4/sys_socket_h.m4, gl/socket.c, gl/sys_socket.in.h, gltests/ioctl.c: Update gnulib files. 2008-10-21 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/unistd.in.h, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-10-21 Simon Josefsson * lib/src/error.c: Make it work with --disable-obsolete. 2008-10-21 Simon Josefsson * tests/old-base64.c: Fix out of range problem in printf. 2008-10-21 Simon Josefsson * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/ioctl.c, gltests/sys_ioctl.in.h: Update gnulib files. 2008-10-21 Simon Josefsson * gl/Makefile.am, gl/close.c, gl/connect.c, gl/m4/gnulib-comp.m4, gl/override/tests/test-poll.c.diff, gl/recv.c, gl/shutdown.c, gl/socket.c, gl/w32sock.h, gl/winsock.c, gltests/Makefile.am, gltests/accept.c, gltests/bind.c, gltests/ioctl.c, gltests/listen.c, gltests/setsockopt.c, gltests/sys_ioctl.in.h, gltests/test-poll.c, gltests/w32sock.h, gltests/winsock.c: Update gnulib files. 2008-10-20 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/winsock.c, gltests/Makefile.am, gltests/ioctl.c, gltests/winsock.c: Update gnulib files. 2008-10-20 Simon Josefsson * gl/m4/close.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am: Update gnulib files. 2008-10-20 Simon Josefsson * gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/sys_ioctl.in.h: Update gnulib files. 2008-10-20 Simon Josefsson * lib/tests/Makefile.am: Need -I's for gsasl.h etc. 2008-10-20 Simon Josefsson * doc/Makefile.am: Don't garble gsasl-api-error-labels.texi if print-errors fails. 2008-10-20 Simon Josefsson * doc/Makefile.am: Don't re-generate print-errors unless needed. 2008-10-20 Simon Josefsson * lib/src/error.c: Fix off-by-one error. 2008-10-20 Simon Josefsson * gl/Makefile.am, gl/fclose.c, gl/m4/close.m4, gl/m4/fclose.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Re-enable fclose to work around autoconf problem. 2008-10-20 Simon Josefsson * gl/Makefile.am, gl/close.c, gl/m4/fclose.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gltests/Makefile.am, gltests/close.c, gltests/fclose.c: Update gnulib files. 2008-10-20 Simon Josefsson * doc/Makefile.am: Remove gdoc-error. 2008-10-20 Simon Josefsson * src/internal.h: Drop getaddrinfo.h. 2008-10-20 Simon Josefsson * configure.ac, gl/Makefile.am, gl/arpa_inet.in.h, gl/errno.in.h, gl/float.in.h, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/iconv.in.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/stdlib_h.m4, gl/m4/unistd_h.m4, gl/netdb.in.h, gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/wchar.in.h, gl/wctype.in.h, gltests/test-getaddrinfo.c, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/float.in.h, lib/gl/m4/gnulib-common.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, src/internal.h: Update gnulib files. 2008-10-15 Simon Josefsson * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/close.m4, gl/m4/fclose.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/netdb_h.m4, gl/m4/stdio_h.m4, gl/m4/sys_socket_h.m4, gl/netdb.in.h, gl/stdio.in.h, gl/sys_socket.in.h, gl/winsock.c, gltests/Makefile.am, gltests/fclose.c, gltests/test-netdb.c, gltests/test-poll.c, gltests/winsock.c: Update gnulib files. Add netdb.h replacement. 2008-10-15 Simon Josefsson * NEWS, THANKS: Add. 2008-10-15 Simon Josefsson * src/gsasl.c: Don't use POLLOUT, causes essentially busy-waiting. Reported by Enrico Scholz . 2008-10-13 Simon Josefsson * lib/digest-md5/nonascii.c: Fix warnings. 2008-10-13 Simon Josefsson * lib/tests/Makefile.am: Need -I for gettext.h. 2008-10-13 Simon Josefsson * lib/src/gsasl.h, lib/win32/libgsasl.vcproj: Fix MSVC build files. Partially reverts recent changes. Based on discussion with Adam Strzelecki . 2008-10-11 Simon Josefsson * doc/Makefile.am: Need EXEEXT. 2008-10-11 Simon Josefsson * src/callbacks.c: Don't include langinfo.h when it doesn't exist. 2008-10-11 Simon Josefsson * lib/configure.ac: Bump so version for new API. 2008-10-11 Simon Josefsson * lib/NEWS: Add. 2008-10-11 Simon Josefsson * NEWS: Add. 2008-10-11 Simon Josefsson * lib/src/internal.h, lib/src/xfinish.c: Fix mem leak. 2008-10-11 Simon Josefsson * lib/src/xfinish.c: Reduce redundancy. 2008-10-11 Simon Josefsson * doc/Makefile.am: Generated. 2008-10-11 Simon Josefsson * doc/gsasl.texi: Fix. 2008-10-11 Simon Josefsson * doc/Makefile.am, doc/gdoc-error, doc/print-errors.c: Generate gsasl-api-error-labels.texi using C program. 2008-10-11 Simon Josefsson * lib/tests/Makefile.am: Add. 2008-10-11 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/src/Makefile.am, lib/src/test-error.c, lib/tests/test-error.c: Move test-error.c out of library source tree. 2008-10-11 Simon Josefsson * doc/reference/gsasl-docs.sgml, lib/NEWS, lib/src/Makefile.am, lib/src/error.c, lib/src/gsasl.h, lib/src/test-error.c, tests/Makefile.am, tests/errors.c: Add gsasl_strerror_name. 2008-10-10 Simon Josefsson * lib/src/callback.c, lib/src/obsolete.c: Move callback mapping to obsolete.c. 2008-10-10 Simon Josefsson * lib/src/property.c: Typo. 2008-10-10 Simon Josefsson * lib/src/obsolete.c, lib/src/property.c: Move callback2property mapping to obsolete.c. 2008-10-10 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warnings. 2008-10-10 Simon Josefsson * lib/gssapi/Makefile.am: This code doesn't compile with warnings enabled -- GSS-API bufdesc is broken! 2008-10-10 Simon Josefsson * lib/digest-md5/digesthmac.c: Fix warnings. 2008-10-10 Simon Josefsson * NEWS, lib/NEWS: Add. 2008-10-10 Simon Josefsson * tests/Makefile.am, tests/old-base64.c: Add self-test of obsolete base64 functions. 2008-10-10 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/m4/close.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_ioctl_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/winsock.c, gltests/Makefile.am, gltests/close.c, gltests/winsock.c, lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-10-10 Simon Josefsson * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/minmax.m4, lib/gl/minmax.h, lib/src/obsolete.c: Use internal base64 encoder instead of duplicating it. 2008-10-10 Simon Josefsson * THANKS, lib/NEWS, lib/digest-md5/server.c: DIGEST-MD5 server: Convert latin-1 realm to UTF-8 when needed. Reported by Adam Goode . 2008-10-10 Simon Josefsson * lib/NEWS: Fix. 2008-10-09 Simon Josefsson * lib/securid/client.c: Fix (incorrect) -Werror warning. 2008-10-09 Simon Josefsson * Makefile.am, configure.ac, lib/Makefile.am, lib/anonymous/Makefile.am, lib/configure.ac, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gs2/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am: Do distcheck with -Werror. 2008-10-09 Simon Josefsson * lib/src/gsasl-compat.h: Work around gtk-doc parser bug. 2008-10-09 Simon Josefsson * lib/cfg.mk: Fix mingw32 target. 2008-10-09 Simon Josefsson * lib/win32/include/config.h: Add, derived from gen-win32-headers.pl. 2008-10-09 Simon Josefsson * lib/src/gsasl.h: Map GSASL_API to nothing by default. 2008-10-09 Simon Josefsson * doc/gsasl.texi, lib/Makefile.am, lib/NEWS, lib/src/gsasl.h, lib/win32/include/gen-win32-headers.pl, lib/win32/libgsasl.vcproj: Fix MinGW again. Avoid perl in MSVS. 2008-10-09 Simon Josefsson * lib/src/version.c: Use GSASL_VERSION instead of PACKAGE_VERSION to reduce config.h dependency. 2008-10-07 Simon Josefsson * doc/gsasl.texi: Mention new property. 2008-10-07 Simon Josefsson * tests/digest-md5.c: Ignore GSASL_DIGEST_MD5_HASHED_PASSWORD property callbacks. 2008-10-07 Simon Josefsson * lib/digest-md5/server.c: Try to get hashed password before real password. Patch together with "Gazsó Attila" . 2008-10-07 Simon Josefsson * THANKS, lib/NEWS, lib/digest-md5/server.c, lib/src/gsasl.h, lib/src/internal.h, lib/src/property.c: Support hashed passwords in DIGEST-MD5 servers. 2008-10-07 Simon Josefsson * lib/cfg.mk: Fix INDENT_SOURCES. 2008-10-07 Simon Josefsson * lib/cfg.mk: Add INDENT_SOURCES. 2008-10-05 Simon Josefsson * gl/Makefile.am, gl/c-ctype.h, gl/errno.in.h, gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, gl/m4/unistd_h.m4, gl/strerror.c, gl/sys_select.in.h, gl/unistd.in.h, gl/winsock-select.c, gl/winsock.c, gltests/Makefile.am, gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-10-02 Simon Josefsson * cfg.mk: Fix mingw build rules. 2008-10-02 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/poll.c, gl/sys_socket.in.h, gl/unistd.in.h, gl/winsock-select.c, gl/winsock.c, gltests/test-poll.c, gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-09-30 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/m4/arpa_inet_h.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/inet_ntop.m4, gl/m4/inet_pton.m4, gl/m4/sockets.m4, gl/m4/stdio_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/stdio-write.c, gl/stdio.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/winsock.c, gltests/Makefile.am, gltests/test-sys_select.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdio-write.c, lib/gl/stdio.in.h, lib/gl/unistd.in.h: Update gnulib files. 2008-09-30 Simon Josefsson * configure.ac, lib/configure.ac: Use AC_CONFIG_MACRO_DIR for modern libtool. 2008-09-26 Simon Josefsson * configure.ac, doc/reference/Makefile.am, gtk-doc.make, lib/configure.ac: Use automake warnings. Upgrade gtk-doc makefiles. 2008-09-26 Simon Josefsson * gsasl.fms: Remove. 2008-09-26 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update gnulib files. 2008-09-26 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, gl/sys_select.in.h, gl/sys_socket.in.h, gl/winsock-select.c, gltests/test-sys_select.c: Update gnulib files. 2008-09-23 Simon Josefsson * gl/Makefile.am, gl/alloca.c, gl/m4/gnulib-comp.m4, gl/m4/perror.m4, gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/sys_socket_h.m4, gl/m4/wchar.m4, gl/poll.c, gl/string.in.h, gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, gl/winsock.c, gltests/Makefile.am, gltests/perror.c, gltests/test-perror.c, gltests/test-perror.sh, gltests/test-poll.c, gltests/test-wchar.c, gltests/test-wctype.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/strdup.m4, lib/gl/m4/string_h.m4, lib/gl/m4/wchar.m4, lib/gl/malloc.c, lib/gl/string.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h, lib/gltests/test-wchar.c: Update gnulib files. 2008-09-17 Simon Josefsson * Makefile.am: Revert CFLAGS, causes ./configure to be run with -Werror which isn't supported. 2008-09-17 Simon Josefsson * README, doc/gsasl.texi, lib/README: Fix license discussions. 2008-09-17 Simon Josefsson * po/ga.po.in: Sync with TP. 2008-09-17 Simon Josefsson * lib/po/LINGUAS, lib/po/id.po.in: Sync with TP. 2008-09-17 Simon Josefsson * lib/gs2/test-parser.c, lib/securid/mechinfo.c, lib/src/gsasl.h, lib/src/mechname.c, lib/src/version.c, tests/external.c: Indent. 2008-09-17 Simon Josefsson * lib/digest-md5/test-parser.c, src/imap.c, src/smtp.c, tests/external.c: Fix warnings. 2008-09-17 Simon Josefsson * Makefile.am: Add dist-check warning flags. 2008-09-17 Simon Josefsson * gl/Makefile.am, gl/errno.in.h, gl/m4/eoverflow.m4, gl/m4/errno_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_pton.m4, gl/m4/sockets.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4, gl/poll.c, gl/stdio.in.h, gl/strerror.c, gl/sys_socket.in.h, gl/vasnprintf.c, gltests/Makefile.am, gltests/dummy.c, gltests/inet_pton.c, gltests/sockets.c, gltests/sockets.h, gltests/test-EOVERFLOW.c, gltests/test-errno.c, gltests/test-poll.c, gltests/test-sockets.c, gltests/test-strerror.c, lib/gl/Makefile.am, lib/gl/errno.in.h, lib/gl/m4/eoverflow.m4, lib/gl/m4/errno_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio.in.h, lib/gl/vasnprintf.c, lib/gltests/Makefile.am, lib/gltests/test-EOVERFLOW.c, lib/gltests/test-errno.c: Update gnulib files. 2008-09-08 Simon Josefsson * tests/Makefile.am: Don't check gnulib getdelim for thread unsafety: it is thread safe. 2008-09-08 Simon Josefsson * build-aux/config.rpath, gl/m4/include_next.m4, lib/build-aux/config.rpath, lib/gl/m4/include_next.m4: Update gnulib files. 2008-09-03 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/float.in.h, gl/iconv.in.h, gl/m4/include_next.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/netinet_in.in.h, gl/stdarg.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/sys_time.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/m4/include_next.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/stdint.in.h, lib/gl/stdio.in.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c, lib/gl/wchar.in.h: Update gnulib files. 2008-08-29 Simon Josefsson * cfg.mk: Fix. 2008-08-29 Simon Josefsson * cfg.mk, lib/Makefile.am, lib/cfg.mk: Fix release target in lib/. 2008-08-29 Simon Josefsson * Makefile.am, cfg.mk: Move release targets. 2008-08-29 Simon Josefsson * lib/GNUmakefile, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4, lib/maint.mk: Update gnulib files. 2008-08-29 Simon Josefsson * GNUmakefile, gl/getdelim.c, gl/m4/getdelim.m4, gl/poll.c, maint.mk: Update gnulib files. 2008-08-27 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-08-22 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/poll.m4, gl/poll.c, gl/poll.in.h: Need poll for mingw32. 2008-08-21 Simon Josefsson * lib/src/version.c: Update gnulib usage. 2008-08-21 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/threadlib.m4, lib/gl/string.in.h, lib/gl/strverscmp.h, lib/gltests/Makefile.am, lib/gltests/test-strverscmp.c: Update gnulib files. 2008-08-21 Simon Josefsson * gl/Makefile.am, gl/m4/autobuild.m4, gl/m4/string_h.m4, gl/string.in.h: Update gnulib files. 2008-08-20 Simon Josefsson * lib/configure.ac: Fix URLs. 2008-08-20 Simon Josefsson * doc/gsasl.texi: Fix URLs. 2008-08-20 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-08-20 Simon Josefsson * Makefile.am: Don't put archive in www direcory. 2008-08-20 Simon Josefsson * ChangeLog: Generated. 2008-08-20 Simon Josefsson * lib/ChangeLog: Generated. 2008-08-20 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.28. 2008-08-20 Simon Josefsson * configure.ac: No need to check for sys/poll.h and errno.h. 2008-08-20 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/autobuild.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, m4/autobuild.m4: Use autobuild from gnulib. 2008-08-20 Simon Josefsson * tests/name.c: Test NULL usage. 2008-08-20 Simon Josefsson * doc/reference/gsasl-docs.sgml: Link to new APIs in 0.2.28. 2008-08-20 Simon Josefsson * NEWS: Add. 2008-08-20 Simon Josefsson * NEWS, tests/Makefile.am, tests/name.c: Add self-test for gsasl_mechanism_name. 2008-08-20 Simon Josefsson * doc/Makefile.am: Generated. 2008-08-20 Simon Josefsson * doc/gsasl.texi, lib/NEWS, lib/configure.ac, lib/src/Makefile.am, lib/src/gsasl.h, lib/src/mechname.c, lib/win32/libgsasl.vcproj: Add gsasl_mechanism_name function. 2008-08-20 Simon Josefsson * lib/gl/gc-gnulib.c: Update gnulib files. 2008-08-20 Simon Josefsson * lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/gs2/client.c, lib/gs2/gs2.h, lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/gs2wrap.c, lib/gs2/server.c, lib/gs2/test-parser.c, lib/gssapi/server.c, lib/plain/server.c, src/internal.h, tests/gssapi.c, tests/old-gssapi.c: Indent. 2008-08-20 Simon Josefsson * cfg.mk: Add proper INDENT_SOURCE. 2008-08-20 Simon Josefsson * src/callbacks.c, src/gsasl.c: Indent. 2008-08-20 Simon Josefsson * .clcopying: Update. 2008-08-20 Simon Josefsson * lib/src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if HAVE_CONFIG_H. 2008-08-20 Simon Josefsson * lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/cram-md5/client.c, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/nonascii.c, lib/digest-md5/parser.c, lib/digest-md5/printer.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/validate.c, lib/external/client.c, lib/external/mechinfo.c, lib/external/server.c, lib/gs2/client.c, lib/gs2/mechinfo.c, lib/gs2/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/login/client.c, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/server.c, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/server.c, src/internal.h: Use #ifdef HAVE_CONFIG_H instead of #if HAVE_CONFIG_H. 2008-08-20 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h: Remove duplicate GSASL_API definition. 2008-08-20 Simon Josefsson * doc/reference/Makefile.am: Ignore GSASL_API function decorator. 2008-08-20 Simon Josefsson * NEWS, src/gsasl.c, src/internal.h: Use poll instead of select. 2008-08-20 Simon Josefsson * lib/Makefile.am: Dist unistd.h for win32. 2008-08-20 Simon Josefsson * lib/win32/include/unistd.h: Add. 2008-08-19 Simon Josefsson * README-alpha, lib/README-alpha, lib/autogen.sh: Upgrade README-alpha stuff. 2008-08-19 Simon Josefsson * lib/win32/include/gen-win32-headers.pl: Update license. See discussion in and . 2008-08-19 Simon Josefsson * doc/gsasl.texi, lib/Makefile.am, lib/README.win32: Move Windows instructions into the manual. 2008-08-19 Simon Josefsson * lib/NEWS: Add. 2008-08-19 Simon Josefsson * lib/Makefile.am: Dist win32 files. 2008-08-19 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: Indent. 2008-08-19 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h: Add Visual Studio patches. From Adam Strzelecki . 2008-08-19 Simon Josefsson * lib/README.win32, lib/win32/include/ac-stdint.h, lib/win32/include/alloca.h, lib/win32/include/gen-win32-headers.pl, lib/win32/include/idn-int.h, lib/win32/include/stdbool.h, lib/win32/include/stdint.h, lib/win32/libgsasl.sln, lib/win32/libgsasl.vcproj: Add Visual Studio patches. From Adam Strzelecki . 2008-08-19 Simon Josefsson * lib/NEWS: Add. 2008-08-19 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/m4/lock.m4: Update gnulib files. 2008-08-06 Simon Josefsson * GNUmakefile, lib/GNUmakefile: Update gnulib files. 2008-08-04 Simon Josefsson * GNUmakefile, gl/m4/gnulib-comp.m4, gl/vasnprintf.c, lib/GNUmakefile, lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: Update gnulib files. 2008-07-02 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-07-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-07-01 Simon Josefsson * Makefile.am: Reorder release target. 2008-07-01 Simon Josefsson * lib/Makefile.am: No need to git-push here. 2008-07-01 Simon Josefsson * ChangeLog: Generated. 2008-07-01 Simon Josefsson * lib/ChangeLog: Generated. 2008-07-01 Simon Josefsson * Makefile.am, lib/Makefile.am: Reorder release target. 2008-07-01 Simon Josefsson * lib/ChangeLog: Generated. 2008-07-01 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.27. 2008-07-01 Simon Josefsson * Makefile.am, lib/Makefile.am: Improve release target. 2008-07-01 Simon Josefsson * src/callbacks.c: Fix nl_langinfo error. 2008-07-01 Simon Josefsson * Makefile.am, configure.ac, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/tests/Makefile.am, gl/tests/dummy.c, gl/tests/test-EOVERFLOW.c, gl/tests/test-alloca-opt.c, gl/tests/test-arpa_inet.c, gl/tests/test-c-ctype.c, gl/tests/test-c-strcase.sh, gl/tests/test-c-strcasecmp.c, gl/tests/test-c-strncasecmp.c, gl/tests/test-fseeko.c, gl/tests/test-fseeko.sh, gl/tests/test-getaddrinfo.c, gl/tests/test-getdelim.c, gl/tests/test-getline.c, gl/tests/test-iconv.c, gl/tests/test-lseek.c, gl/tests/test-lseek.sh, gl/tests/test-netinet_in.c, gl/tests/test-quotearg.c, gl/tests/test-snprintf.c, gl/tests/test-stdbool.c, gl/tests/test-stdint.c, gl/tests/test-stdio.c, gl/tests/test-stdlib.c, gl/tests/test-strerror.c, gl/tests/test-striconv.c, gl/tests/test-string.c, gl/tests/test-sys_select.c, gl/tests/test-sys_socket.c, gl/tests/test-sys_time.c, gl/tests/test-unistd.c, gl/tests/test-vasnprintf.c, gl/tests/test-wchar.c, gl/tests/test-wctype.c, gl/tests/verify.h, gltests/Makefile.am, gltests/dummy.c, gltests/test-EOVERFLOW.c, gltests/test-alloca-opt.c, gltests/test-arpa_inet.c, gltests/test-c-ctype.c, gltests/test-c-strcase.sh, gltests/test-c-strcasecmp.c, gltests/test-c-strncasecmp.c, gltests/test-fseeko.c, gltests/test-fseeko.sh, gltests/test-getaddrinfo.c, gltests/test-getdelim.c, gltests/test-getline.c, gltests/test-iconv.c, gltests/test-lseek.c, gltests/test-lseek.sh, gltests/test-netinet_in.c, gltests/test-quotearg.c, gltests/test-snprintf.c, gltests/test-stdbool.c, gltests/test-stdint.c, gltests/test-stdio.c, gltests/test-stdlib.c, gltests/test-strerror.c, gltests/test-striconv.c, gltests/test-string.c, gltests/test-sys_select.c, gltests/test-sys_socket.c, gltests/test-sys_time.c, gltests/test-unistd.c, gltests/test-vasnprintf.c, gltests/test-wchar.c, gltests/test-wctype.c, gltests/verify.h, lib/Makefile.am, lib/configure.ac, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/tests/Makefile.am, lib/gl/tests/dummy.c, lib/gl/tests/intprops.h, lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c, lib/gl/tests/test-base64.c, lib/gl/tests/test-gc-hmac-md5.c, lib/gl/tests/test-gc-md5.c, lib/gl/tests/test-gc.c, lib/gl/tests/test-getdelim.c, lib/gl/tests/test-getline.c, lib/gl/tests/test-stdbool.c, lib/gl/tests/test-stdint.c, lib/gl/tests/test-stdio.c, lib/gl/tests/test-stdlib.c, lib/gl/tests/test-string.c, lib/gl/tests/test-unistd.c, lib/gl/tests/test-vasnprintf.c, lib/gl/tests/test-vasprintf.c, lib/gl/tests/test-wchar.c, lib/gl/tests/verify.h, lib/gltests/Makefile.am, lib/gltests/dummy.c, lib/gltests/intprops.h, lib/gltests/test-EOVERFLOW.c, lib/gltests/test-alloca-opt.c, lib/gltests/test-base64.c, lib/gltests/test-gc-hmac-md5.c, lib/gltests/test-gc-md5.c, lib/gltests/test-gc.c, lib/gltests/test-getdelim.c, lib/gltests/test-getline.c, lib/gltests/test-stdbool.c, lib/gltests/test-stdint.c, lib/gltests/test-stdio.c, lib/gltests/test-stdlib.c, lib/gltests/test-string.c, lib/gltests/test-unistd.c, lib/gltests/test-vasnprintf.c, lib/gltests/test-vasprintf.c, lib/gltests/test-wchar.c, lib/gltests/verify.h: Move gnulib self-tests from */gl/tests to */gltests. 2008-07-01 Simon Josefsson * lib/Makefile.am, lib/configure.ac: Fix paths. 2008-07-01 Simon Josefsson * NEWS, lib/NEWS: Update translations. 2008-07-01 Simon Josefsson * lib/cfg.mk: Fix PACKAGE. 2008-07-01 Simon Josefsson * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/ga.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sr.po.in, lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP. 2008-07-01 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2008-07-01 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2008-07-01 Simon Josefsson * lib/cfg.mk: Set PACKAGE for update-po. 2008-07-01 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2008-07-01 Simon Josefsson * lib/gl/tests/dummy.c, lib/gl/tests/intprops.h, lib/gl/tests/test-EOVERFLOW.c, lib/gl/tests/test-alloca-opt.c, lib/gl/tests/test-base64.c, lib/gl/tests/test-getdelim.c, lib/gl/tests/test-getline.c, lib/gl/tests/test-stdbool.c, lib/gl/tests/test-stdint.c, lib/gl/tests/test-stdio.c, lib/gl/tests/test-stdlib.c, lib/gl/tests/test-string.c, lib/gl/tests/test-unistd.c, lib/gl/tests/test-vasnprintf.c, lib/gl/tests/test-vasprintf.c, lib/gl/tests/test-wchar.c, lib/gl/tests/verify.h: Update gnulib files, and include gnulib self-tests. 2008-07-01 Simon Josefsson * lib/GNUmakefile, lib/NEWS, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/lock.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio.in.h, lib/gl/tests/Makefile.am, lib/gl/tests/test-gc-hmac-md5.c, lib/gl/tests/test-gc-md5.c, lib/gl/tests/test-gc.c, lib/tests/Makefile.am, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update gnulib files, and include gnulib self-tests. 2008-07-01 Simon Josefsson * GNUmakefile, NEWS, doc/gendocs_template, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/locale-fr.m4, gl/m4/locale-tr.m4, gl/m4/stdio_h.m4, gl/override/doc/gendocs_template.diff, gl/stdio.in.h, gl/tests/Makefile.am, gl/tests/dummy.c, gl/tests/test-EOVERFLOW.c, gl/tests/test-alloca-opt.c, gl/tests/test-arpa_inet.c, gl/tests/test-c-ctype.c, gl/tests/test-c-strcase.sh, gl/tests/test-c-strcasecmp.c, gl/tests/test-c-strncasecmp.c, gl/tests/test-fseeko.c, gl/tests/test-fseeko.sh, gl/tests/test-getaddrinfo.c, gl/tests/test-getdelim.c, gl/tests/test-getline.c, gl/tests/test-iconv.c, gl/tests/test-lseek.c, gl/tests/test-lseek.sh, gl/tests/test-netinet_in.c, gl/tests/test-quotearg.c, gl/tests/test-snprintf.c, gl/tests/test-stdbool.c, gl/tests/test-stdint.c, gl/tests/test-stdio.c, gl/tests/test-stdlib.c, gl/tests/test-strerror.c, gl/tests/test-striconv.c, gl/tests/test-string.c, gl/tests/test-sys_select.c, gl/tests/test-sys_socket.c, gl/tests/test-sys_time.c, gl/tests/test-unistd.c, gl/tests/test-vasnprintf.c, gl/tests/test-wchar.c, gl/tests/test-wctype.c, gl/tests/verify.h: Update gnulib files, and include gnulib self-tests. 2008-07-01 Simon Josefsson * lib/po/LINGUAS, lib/po/de.po.in, lib/po/eu.po.in, lib/po/fr.po.in, lib/po/ga.po.in, lib/po/id.po.in, lib/po/nl.po.in, lib/po/pl.po.in, lib/po/ro.po.in, lib/po/sq.po.in, lib/po/sr.po.in, lib/po/sv.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in, lib/po/zh_TW.po.in: Sync with TP. 2008-07-01 Simon Josefsson * NEWS: Add. 2008-06-21 Enrico Scholz * src/gsasl.c: Fix SASL operations through TLS SASL operations through TLS do not work as the custom 'writeln()' operation would skip the gnutls_record_send() call unconditionally ('len' is initialized to 0 and won't be modified). This patch initializes 'len' with the length of the string and reuses this value in the following send/write calls. Signed-off-by: Enrico Scholz 2008-06-04 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-06-04 Simon Josefsson * po/nl.po.in, po/pl.po.in, po/vi.po.in, po/zh_CN.po.in: Sync with TP. 2008-06-04 Simon Josefsson * lib/po/LINGUAS, lib/po/nl.po.in, lib/po/vi.po.in, lib/po/zh_CN.po.in: Sync with TP. 2008-06-04 Simon Josefsson * gl/stdbool.in.h, gl/stdio-impl.h, gl/vasnprintf.c, gl/xalloc.h, lib/gl/stdbool.in.h, lib/gl/vasnprintf.c, lib/maint.mk, maint.mk: Update gnulib files. 2008-06-04 Simon Josefsson * lib/NEWS, lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/nonascii.c, lib/digest-md5/nonascii.h, lib/digest-md5/server.c: DIGEST-MD5: Fix undefined symbol "utf8tolatin1ifpossible". Reported by Martin Lambers . 2008-05-20 Simon Josefsson * gl/getaddrinfo.h, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/wctype.m4, gl/vasnprintf.c, gl/xalloc.h, gl/xmalloc.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/vasnprintf.c: Update gnulib files. 2008-05-05 Simon Josefsson * lib/Makefile.am: Dist more. 2008-05-05 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2008-05-05 Simon Josefsson * ChangeLog: Generated. 2008-05-05 Simon Josefsson * lib/ChangeLog: Generated. 2008-05-05 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.26. 2008-05-05 Simon Josefsson * lib/Makefile.am: Fix .cvscopying filename. 2008-05-05 Simon Josefsson * .clcopying, .cvscopying, Makefile.am: Dist more, fix .cvscopying filename. 2008-05-05 Simon Josefsson * NEWS: Add. 2008-05-05 Simon Josefsson * doc/reference/Makefile.am: Fix warnings about missing --deprecated-guards. 2008-05-05 Simon Josefsson * doc/Makefile.am: Cosmetic fix. 2008-05-05 Simon Josefsson * doc/gdoc: Fix to avoid warnings about GSASL_VALID_MECHANISM_CHARACTERS definition. 2008-05-05 Simon Josefsson * doc/Makefile.am: Split up manpage/texinfos to one per line, to simplify diff review. 2008-05-05 Simon Josefsson * build-aux/gendocs.sh, gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/getaddrinfo.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/m4/arpa_inet_h.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_socket_h.m4, gl/stdio-impl.h, gl/stdlib.in.h, gl/string.in.h, gl/sys_socket.in.h, lib/gl/Makefile.am, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/stdlib.in.h, lib/gl/string.in.h: Update gnulib files. 2008-05-05 Simon Josefsson * THANKS, lib/NEWS, lib/digest-md5/server.c: Fix ISO-8859-1 to UTF-8 conversion code. Tiny patch from Pawel Widera . 2008-04-23 Simon Josefsson * lib/po/LINGUAS, lib/po/fr.po.in, lib/po/sk.po.in: Sync with TP. 2008-04-23 Simon Josefsson * Makefile.am, NEWS, cfg.mk, lib/Makefile.am, lib/NEWS, lib/cfg.mk, lib/po/Makevars, lib/po/fr.po, lib/po/fr.po.in, lib/po/ga.po, lib/po/ga.po.in, lib/po/nl.po, lib/po/nl.po.in, lib/po/pl.po, lib/po/pl.po.in, lib/po/ro.po, lib/po/ro.po.in, lib/po/sr.po, lib/po/sr.po.in, lib/po/sv.po, lib/po/sv.po.in, lib/po/vi.po, lib/po/vi.po.in, po/Makevars, po/de.po, po/de.po.in, po/eu.po, po/eu.po.in, po/fr.po, po/fr.po.in, po/ga.po, po/ga.po.in, po/id.po, po/id.po.in, po/nl.po, po/nl.po.in, po/pl.po, po/pl.po.in, po/ro.po, po/ro.po.in, po/sq.po, po/sq.po.in, po/sr.po, po/sr.po.in, po/sv.po, po/sv.po.in, po/vi.po, po/vi.po.in, po/zh_CN.po, po/zh_CN.po.in, po/zh_TW.po, po/zh_TW.po.in: Avoid *.po merge conflicts and --no-location. 2008-04-23 Simon Josefsson * gl/Makefile.am, gl/arpa_inet.in.h, gl/fseeko.c, gl/m4/arpa_inet_h.m4, gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/mbstate_t.m4, gl/m4/netinet_in_h.m4, gl/m4/printf.m4, gl/m4/snprintf.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/strerror.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/wctype.m4, gl/sys_socket.in.h, gl/vasnprintf.c, gl/wchar.in.h, gl/wctype.in.h, lib/gl/gc-gnulib.c, lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/vasnprintf.c, lib/gl/wchar.in.h: Update gnulib files. 2008-04-11 Simon Josefsson * AUTHORS: Add. 2008-04-11 Simon Josefsson * THANKS: Add, reporting the DIGEST-MD5 problem. 2008-04-11 Simon Josefsson * lib/NEWS, lib/digest-md5/client.c: DIGEST-MD5 client: convert password from UTF-8 to ISO-8859-1 before hash. For compatibility with server. 2008-04-11 Simon Josefsson * tests/digest-md5.c: Test non-ASCII username/password. 2008-04-11 Simon Josefsson * lib/src/gsasl.h: Generated. 2008-04-11 Simon Josefsson * lib/NEWS, lib/digest-md5/server.c, lib/digest-md5/validate.c, tests/digest-md5.c: DIGEST-MD5 server: don't reject authentication if client doesn't use utf-8. Before, authentication from all non-UTF-8 clients were simply rejected. When this situation occurs now, the username is translated into UTF-8 before being passed on to applications. Further, the password retrieved from the application is converted from UTF-8 to ISO-8859-1 if that is possible. Reported by marty in .See also and . 2008-04-11 Simon Josefsson * doc/gsasl.texi: Add native Windows build notes, based on libidn. 2008-04-11 Simon Josefsson * lib/gl/gc-gnulib.c: Update gnulib files. 2008-04-10 Simon Josefsson * GNUmakefile, gl/fseeko.c, gl/m4/include_next.m4, gl/m4/stdint.m4, lib/GNUmakefile, lib/gl/m4/gc-random.m4, lib/gl/m4/include_next.m4, lib/gl/m4/stdint.m4: Update gnulib files. 2008-04-01 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/m4/gnulib-comp.m4, gl/m4/stdlib_h.m4, gl/m4/vasnprintf.m4, gl/snprintf.c, gl/stdlib.in.h, gl/vasnprintf.c, gl/wchar.in.h, lib/gl/Makefile.am, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/getdelim.c, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c, lib/gl/wchar.in.h: Update gnulib files. 2008-03-25 Simon Josefsson * GNUmakefile, build-aux/GNUmakefile, build-aux/maint.mk, cfg.mk, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/GNUmakefile, lib/build-aux/GNUmakefile, lib/build-aux/maint.mk, lib/cfg.mk, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk, maint-cfg.mk, maint.mk: Update gnulib files. 2008-03-19 Simon Josefsson * doc/reference/Makefile.am, doc/reference/tmpl/gsasl-unused.sgml, gtk-doc.make: Update GTK-DOC build system. 2008-03-19 Simon Josefsson * doc/gendocs_template, gl/override/doc/gendocs_template, gl/override/doc/gendocs_template.diff: Use a patch for our gendocs changes. 2008-03-18 Simon Josefsson * gl/Makefile.am, gl/m4/absolute-header.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/include_next.m4, gl/m4/lib-link.m4, gl/m4/stdarg.m4, gl/stdarg.in.h, lib/gl/Makefile.am, lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4, lib/gl/m4/lib-link.m4: Update gnulib files. 2008-03-10 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version. 2008-03-10 Simon Josefsson * ChangeLog: Generated. 2008-03-10 Simon Josefsson * lib/ChangeLog: Generated. 2008-03-10 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.25. 2008-03-10 Simon Josefsson * lib/NEWS: Add. 2008-03-10 Simon Josefsson * lib/src/base64.c, lib/src/callback.c, lib/src/init.c, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/version.c, lib/src/xcode.c, lib/src/xstart.c: Doc fixes. 2008-03-10 Simon Josefsson * build-aux/gendocs.sh, gl/alloca.in.h, gl/getaddrinfo.c, gl/getdelim.c, gl/getopt.c, gl/m4/fseeko.m4, gl/xsize.h, lib/gl/alloca.in.h, lib/gl/gc-gnulib.c, lib/gl/getdelim.c, lib/gl/xsize.h: Update gnulib files. 2008-03-03 Simon Josefsson * NEWS, THANKS, src/gsasl.c: Make stdout line buffered, to avoid buffering problems. Reported by Enrico Scholz , see . 2008-02-25 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/unistd_h.m4, lib/gl/unistd.in.h: Update gnulib files. 2008-02-25 Simon Josefsson * gl/Makefile.am, gl/m4/unistd_h.m4, gl/quotearg.c, gl/quotearg.h, gl/unistd.in.h: Update gnulib files. 2008-02-13 Simon Josefsson * gl/m4/vasnprintf.m4, gl/vasnprintf.c, lib/gl/m4/md5.m4, lib/gl/m4/vasnprintf.m4, lib/gl/md5.c, lib/gl/md5.h, lib/gl/vasnprintf.c: Update gnulib files. 2008-02-06 Simon Josefsson * lib/NEWS: Add. 2008-02-06 Simon Josefsson * NEWS: Add. 2008-02-06 Simon Josefsson * GNUmakefile, Makefile.am, lib/GNUmakefile, lib/Makefile.am, lib/maint-cfg.mk, maint-cfg.mk: Brace expansion is not POSIX portable. 2008-01-19 Simon Josefsson * gl/m4/sys_time_h.m4, gl/sys_time.in.h: Add gnulib modules for sys/time.h and netinet/in.h and use them. 2008-01-19 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, src/internal.h: Add gnulib modules for sys/time.h and netinet/in.h and use them. 2008-01-19 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump version. 2008-01-19 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-libgcrypt.c, lib/gl/m4/string_h.m4, lib/gl/stdio.in.h, lib/gl/string.in.h, lib/gl/vasnprintf.h: Update gnulib files. 2008-01-19 Simon Josefsson * build-aux/gendocs.sh, gl/Makefile.am, gl/error.h, gl/m4/string_h.m4, gl/stdio.in.h, gl/string.in.h, gl/vasnprintf.h, gl/xalloc.h: Update gnulib files. 2008-01-15 Simon Josefsson * ChangeLog: Generated. 2008-01-15 Simon Josefsson * lib/ChangeLog: Generated. 2008-01-15 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.24. 2008-01-15 Simon Josefsson * lib/src/Makefile.am: Typo. 2008-01-15 Simon Josefsson * lib/NEWS: Add. 2008-01-15 Simon Josefsson * lib/configure.ac, lib/src/Makefile.am: Create libgsasl-XX.def if possible, for MinGW. 2008-01-15 Simon Josefsson * lib/NEWS: Add. 2008-01-15 Simon Josefsson * lib/gl/gc-libgcrypt.c: Disable secmem. 2008-01-15 Simon Josefsson * NEWS: Add. 2008-01-15 Simon Josefsson * tests/Makefile.am: Need gnulib. 2008-01-15 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2008-01-15 Simon Josefsson * ChangeLog: Generated. 2008-01-15 Simon Josefsson * lib/ChangeLog: Generated. 2008-01-15 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.23. 2008-01-15 Simon Josefsson * lib/NEWS: Mention that entry fixes a security problem. 2008-01-15 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2008-01-15 Simon Josefsson * configure.ac: Need tarname in AC_INIT. 2008-01-15 Simon Josefsson * doc/gsasl.texi: Update copyright years. 2008-01-15 Simon Josefsson * NEWS, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/stdarg.m4, gl/version-etc.c, gl/version-etc.h, src/Makefile.am, src/gsasl.c, src/internal.h: Use gnulib version-etc module for --version. Fix --help. 2008-01-15 Simon Josefsson * configure.ac: Use nicer AC_INIT package name string. 2008-01-15 Simon Josefsson * lib/src/gsasl.h: Bump version. 2008-01-15 Simon Josefsson * NEWS, THANKS, lib/NEWS, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/server.c, tests/cram-md5.c: For CRAM-MD5, check gc_nonce return code to make sure challenge is fresh. Reported by "Daniel Armyr" . 2008-01-15 Simon Josefsson * lib/build-aux/config.rpath, lib/gl/Makefile.am, lib/gl/m4/alloca.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/printf-parse.c, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h: Update gnulib files. 2008-01-15 Simon Josefsson * build-aux/config.rpath, gl/Makefile.am, gl/m4/alloca.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/unistd_h.m4, gl/printf-parse.c, gl/progname.c, gl/stdlib.in.h, gl/string.in.h, gl/unistd.in.h: Update gnulib files. 2008-01-15 Simon Josefsson * GNUmakefile, maint-cfg.mk: Re-apply config.rpath hack. 2007-12-19 Simon Josefsson * gl/float.in.h, gl/fseeko.c, gl/m4/float_h.m4, gl/m4/gnulib-comp.m4, gl/stdint.in.h, lib/gl/float.in.h, lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/stdint.in.h: Update gnulib files. 2007-12-19 Simon Josefsson * doc/specification/draft-newman-auth-scram-05.txt: Add. 2007-12-11 Simon Josefsson * lib/digest-md5/server.c: Add FIXME about utf8/iso8859-1. 2007-12-11 Simon Josefsson * GNUmakefile, maint-cfg.mk: Remove config.rpath hack. 2007-12-11 Simon Josefsson * build-aux/gendocs.sh, doc/fdl.texi, doc/gpl-3.0.texi, gl/Makefile.am, gl/alloca.in.h, gl/asnprintf.c, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/float+.h, gl/fseeko.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getdelim.c, gl/getline.c, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconv.in.h, gl/iconv_open.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/lseek.c, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/intmax_t.m4, gl/m4/lib-link.m4, gl/m4/longlong.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/m4/ulonglong.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wint_t.m4, gl/malloc.c, gl/netinet_in.in.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/realloc.c, gl/size_max.h, gl/snprintf.c, gl/stdbool.in.h, gl/stdint.in.h, gl/stdio.in.h, gl/stdlib.in.h, gl/strdup.c, gl/striconv.c, gl/striconv.h, gl/string.in.h, gl/sys_select.in.h, gl/sys_socket.in.h, gl/unistd.in.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/wchar.in.h, gl/wctype.in.h, gl/xsize.h, lib/gl/Makefile.am, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/unistd_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wint_t.m4, lib/gl/printf-parse.c, lib/gl/realloc.c, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/unistd.in.h, lib/gl/vasnprintf.c: Update gnulib files. 2007-12-11 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Use gettext 0.17. 2007-11-26 Simon Josefsson * doc/specification/draft-zeilenga-sasl-yap-02.txt: Add. 2007-11-17 Simon Josefsson * doc/specification/rfc5056.txt: Add. 2007-10-29 Simon Josefsson * lib/gs2/client.c: WIP. 2007-10-29 Simon Josefsson * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h, lib/gs2/test-parser.c: Update parser for -09. 2007-10-29 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-10-29 Simon Josefsson * lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-common.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/longlong.m4, lib/gl/m4/ulonglong.m4, lib/gl/printf-parse.c, lib/gl/realloc.c, lib/gl/stdbool.in.h, lib/gl/stdint.in.h, lib/gl/stdlib.in.h, lib/gl/vasnprintf.c: Update gnulib files. 2007-10-29 Simon Josefsson * build-aux/maint.mk, gl/Makefile.am, gl/iconv.in.h, gl/iconv_open.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/longlong.m4, gl/m4/ulonglong.m4, gl/printf-parse.c, gl/stdbool.in.h, gl/stdint.in.h, gl/strerror.c, gl/vasnprintf.c: Update gnulib files. 2007-10-13 Simon Josefsson * lib/gl/string.in.h: Update gnulib files. 2007-10-13 Simon Josefsson * gl/Makefile.am, gl/intprops.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/strerror.m4, gl/strerror.c, gl/string.in.h: Update gnulib files. 2007-10-08 Simon Josefsson * NEWS, lib/NEWS, lib/src/gsasl.h: Version 0.2.22. 2007-10-08 Simon Josefsson * Makefile.am: Fix release target. 2007-10-08 Simon Josefsson * NEWS: Add. 2007-10-08 Simon Josefsson * gl/Makefile.am, gl/alloca.in.h, gl/alloca_.h, gl/error.c, gl/error.h, gl/exitfail.c, gl/exitfail.h, gl/float.in.h, gl/float_.h, gl/fseeko.c, gl/getopt.c, gl/getopt.in.h, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/iconv.in.h, gl/iconv_.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/malloc.m4, gl/m4/realloc.m4, gl/m4/socklen.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strerror.m4, gl/m4/string_h.m4, gl/malloc.c, gl/netinet_in.in.h, gl/netinet_in_.h, gl/progname.c, gl/progname.h, gl/quote.c, gl/quote.h, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/readline.h, gl/realloc.c, gl/stdbool.in.h, gl/stdbool_.h, gl/stdint.in.h, gl/stdint_.h, gl/stdio.in.h, gl/stdio_.h, gl/stdlib.in.h, gl/stdlib_.h, gl/strerror.c, gl/string.in.h, gl/string_.h, gl/sys_select.in.h, gl/sys_select_.h, gl/sys_socket.in.h, gl/sys_socket_.h, gl/unistd.in.h, gl/unistd_.h, gl/wchar.in.h, gl/wchar_.h, gl/wctype.in.h, gl/wctype_.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Update gnulib files. 2007-10-08 Simon Josefsson * lib/gl/Makefile.am, lib/gl/float.in.h, lib/gl/gc-gnulib.c, lib/gl/m4/extensions.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lock.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/strverscmp.m4, lib/gl/m4/vasprintf.m4, lib/gl/stdio.in.h, lib/gl/string.in.h: Update gnulib files. 2007-10-08 Simon Josefsson * lib/gl/alloca.in.h, lib/gl/alloca_.h, lib/gl/float.in.h, lib/gl/float_.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/malloc.m4, lib/gl/m4/realloc.m4, lib/gl/m4/stdlib_h.m4, lib/gl/m4/unistd_h.m4, lib/gl/malloc.c, lib/gl/realloc.c, lib/gl/stdbool.in.h, lib/gl/stdbool_.h, lib/gl/stdint.in.h, lib/gl/stdint_.h, lib/gl/stdio.in.h, lib/gl/stdio_.h, lib/gl/stdlib.in.h, lib/gl/string.in.h, lib/gl/string_.h, lib/gl/unistd.in.h, lib/gl/wchar.in.h, lib/gl/wchar_.h: Update gnulib files. 2007-10-08 Simon Josefsson * .cvsignore, build-aux/.cvsignore, doc/.cvsignore, doc/doxygen/.cvsignore, doc/man/.cvsignore, doc/reference/.cvsignore, doc/reference/tmpl/.cvsignore, examples/.cvsignore, gl/.cvsignore, lib/.cvsignore, lib/anonymous/.cvsignore, lib/build-aux/.cvsignore, lib/cram-md5/.cvsignore, lib/digest-md5/.cvsignore, lib/external/.cvsignore, lib/gl/.cvsignore, lib/gs2/.cvsignore, lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore, lib/login/.cvsignore, lib/m4/.cvsignore, lib/ntlm/.cvsignore, lib/plain/.cvsignore, lib/po/.cvsignore, lib/securid/.cvsignore, lib/src/.cvsignore, lib/tests/.cvsignore, m4/.cvsignore, po/.cvsignore, src/.cvsignore, tests/.cvsignore: Remove .cvsignore's. 2007-09-01 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-04.txt: Add. 2007-08-31 Simon Josefsson * lib/configure.ac: Drop gnits mode. 2007-08-31 Simon Josefsson * configure.ac: Drop gnits mode. 2007-08-31 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-08-31 Simon Josefsson * NEWS: Add. 2007-08-31 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c, gl/getline.h, gl/getpass.c, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/stdio_h.m4, gl/readline.c, gl/stdio_.h, lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/getdelim.h, lib/gl/getline.c, lib/gl/getline.h, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdio_h.m4, lib/gl/stdio_.h: Update gnulib files. 2007-08-28 Simon Josefsson * src/gsasl.c: Fix warnings. 2007-08-22 Simon Josefsson * ChangeLog: Generated. 2007-08-22 Simon Josefsson * lib/ChangeLog: Generated. 2007-08-22 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.21. 2007-08-22 Simon Josefsson * NEWS: Add. 2007-08-22 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2007-08-22 Simon Josefsson * gl/fseeko.c, gl/lseek.c, gl/m4/lseek.m4: Update gnulib files. 2007-08-22 Simon Josefsson * lib/NEWS: Add. 2007-08-22 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-08-22 Simon Josefsson * AUTHORS: Add. 2007-08-22 Simon Josefsson * THANKS: Add. 2007-08-22 Simon Josefsson * lib/digest-md5/printer.c: Indent. 2007-08-22 Simon Josefsson * lib/digest-md5/printer.c: Remove the extra leading, trailing, and intermediate commas. Patch from James Canete . 2007-08-12 Simon Josefsson * THANKS: Add. 2007-08-12 Simon Josefsson * doc/gsasl.texi: Fix typoes. Tiny patch from Brad Hards . 2007-08-11 Simon Josefsson * ChangeLog: Generated. 2007-08-11 Simon Josefsson * lib/ChangeLog: Generated. 2007-08-11 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.20. 2007-08-11 Simon Josefsson * NEWS: Add. 2007-08-11 Simon Josefsson * lib/NEWS: Add. 2007-08-11 Simon Josefsson * build-aux/GNUmakefile, build-aux/maint.mk, lib/build-aux/GNUmakefile, lib/build-aux/maint.mk: Update gnulib files. 2007-08-10 Simon Josefsson * lib/NEWS, lib/configure.ac: Increment shared library version properly. 2007-08-10 Simon Josefsson * lib/NEWS: Add. 2007-08-10 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2007-08-10 Simon Josefsson * THANKS: Add. 2007-08-10 Simon Josefsson * lib/configure.ac: Don't bother looking for GSS-API library if GS2/GSS-API disabled. Reported by Maxim Britov . 2007-08-09 Simon Josefsson * ChangeLog: Generated. 2007-08-09 Simon Josefsson * lib/ChangeLog: Generated. 2007-08-09 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.19. 2007-08-09 Simon Josefsson * NEWS: Fix. 2007-08-09 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Update. 2007-08-09 Simon Josefsson * doc/reference/gsasl-docs.sgml: Update. 2007-08-09 Simon Josefsson * doc/gsasl.texi: Clarify license portion of blurb. 2007-08-09 Simon Josefsson * lib/src/free.c: Add Since: to mark when gsasl_free was introduced. 2007-08-09 Simon Josefsson * gsasl.fms: Update. 2007-08-09 Simon Josefsson * lib/src/gsasl.h: Update version. 2007-08-09 Simon Josefsson * doc/gsasl.texi: Document gsasl_free. 2007-08-09 Simon Josefsson * doc/Makefile.am: Generate. 2007-08-09 Simon Josefsson * lib/src/Makefile.am: Add free.c. 2007-08-09 Simon Josefsson * lib/src/free.c: Add doc string. 2007-08-09 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Change version to 0.2.19, we'll need another release. 2007-08-09 Simon Josefsson * lib/NEWS, lib/src/free.c, lib/src/gsasl.h: Add gsasl_free(). 2007-08-08 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-09.txt: Add. 2007-08-06 Simon Josefsson * lib/src/gsasl.h: Bump versions. 2007-08-06 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-08-06 Simon Josefsson * lib/AUTHORS: Update PGP key. 2007-08-06 Simon Josefsson * AUTHORS: Update PGP key. 2007-08-06 Simon Josefsson * po/zh_CN.po: Sync with TP. 2007-08-06 Simon Josefsson * doc/gsasl.texi: Fix markup. 2007-08-06 Simon Josefsson * lib/NEWS, lib/build-aux/config.rpath, lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/float_.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/include_next.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/string_h.m4, lib/gl/m4/wchar.m4, lib/gl/stdint_.h, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update gnulib files. 2007-08-06 Simon Josefsson * doc/gsasl.texi: Clarify license versions. 2007-08-06 Simon Josefsson * doc/Makefile.am, doc/doxygen/gdoc2doxygen, doc/gdoc-error, maint-cfg.mk: Re-license to GPLv3. 2007-08-06 Simon Josefsson * Makefile.am, configure.ac, examples/Makefile.am, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/Makefile.am, tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/gssapi.c, tests/md5file.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: Re-license to GPLv3. 2007-08-06 Simon Josefsson * NEWS: Add. 2007-08-06 Simon Josefsson * README: Clarify license versions. 2007-08-06 Simon Josefsson * doc/gpl.texi, doc/lgpl.texi: Remove unused license files. 2007-08-06 Simon Josefsson * COPYING: Use GPLv3. 2007-08-06 Simon Josefsson * doc/Makefile.am, doc/gsasl.texi, gl/override/doc/gpl.texi.diff, gl/override/doc/lgpl.texi.diff: Update manual for GPLv3 change. 2007-08-06 Simon Josefsson * build-aux/config.rpath, build-aux/gendocs.sh, build-aux/maint.mk, doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-2.1.texi, gl/Makefile.am, gl/error.c, gl/float_.h, gl/iconv_.h, gl/m4/absolute-header.m4, gl/m4/float_h.m4, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv_h.m4, gl/m4/include_next.m4, gl/m4/netinet_in_h.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, gl/netinet_in_.h, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/sys_select_.h, gl/sys_socket_.h, gl/unistd_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h: Update gnulib files. 2007-08-01 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-03.txt: Add. 2007-07-12 Simon Josefsson * doc/specification/draft-zeilenga-sasl-yap-01.txt: Add. 2007-06-12 Simon Josefsson * Makefile.am: Add *.po files. 2007-06-12 Simon Josefsson * lib/Makefile.am: Add *.po files. 2007-06-12 Simon Josefsson * lib/po/ga.po: Sync with TP. 2007-06-12 Simon Josefsson * gl/Makefile.am, gl/fseeko.c, gl/m4/stdint.m4, gl/m4/string_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, lib/gl/Makefile.am, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intlmacosx.m4, lib/gl/m4/stdint.m4, lib/gl/m4/string_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/wchar.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update gnulib files. 2007-06-12 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2007-06-07 Simon Josefsson * ChangeLog: Generated. 2007-06-07 Simon Josefsson * lib/ChangeLog: Generated. 2007-06-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.18. 2007-06-07 Simon Josefsson * lib/src/gsasl.h: Bump version. 2007-06-07 Simon Josefsson * lib/NEWS: Add. 2007-06-07 Simon Josefsson * gl/m4/vasnprintf.m4, gl/vasnprintf.c, gl/wchar_.h, lib/gl/m4/vasnprintf.m4, lib/gl/vasnprintf.c, lib/gl/wchar_.h: Update. 2007-06-05 Simon Josefsson * lib/NEWS, lib/configure.ac: Bump versions. 2007-06-05 Simon Josefsson * configure.ac: Bump versions. 2007-06-05 Simon Josefsson * NEWS: Add. 2007-06-05 Simon Josefsson * lib/gl/m4/intl.m4, lib/gl/m4/stdint.m4: Update. 2007-06-05 Simon Josefsson * gl/m4/lseek.m4, gl/m4/stdint.m4: Update. 2007-06-01 Simon Josefsson * Makefile.am: Fix release target. 2007-06-01 Simon Josefsson * ChangeLog: Generated. 2007-06-01 Simon Josefsson * lib/ChangeLog: Generated. 2007-06-01 Simon Josefsson * lib/Makefile.am: Fix ChangeLog target. 2007-06-01 Simon Josefsson * lib/Makefile.am: Fix release target. 2007-06-01 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.17. 2007-06-01 Simon Josefsson * NEWS, lib/NEWS: Add. 2007-06-01 Simon Josefsson * lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/float_.h, lib/gl/m4/float_h.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint_.h, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/wchar_.h, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update. 2007-06-01 Simon Josefsson * gl/Makefile.am, gl/float+.h, gl/float_.h, gl/fseeko.c, gl/getpass.c, gl/iconv_.h, gl/lseek.c, gl/m4/float_h.m4, gl/m4/fseeko.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/lseek.m4, gl/m4/socklen.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/netinet_in_.h, gl/socket_.h, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/sys_select_.h, gl/sys_socket_.h, gl/unistd_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h: Update. 2007-06-01 Simon Josefsson * NEWS: Add. 2007-06-01 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po rule. 2007-06-01 Simon Josefsson * lib/src/gsasl.h: Generated. 2007-06-01 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with TP. 2007-06-01 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Sync with TP. 2007-06-01 Simon Josefsson * configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2007-06-01 Simon Josefsson * NEWS: Add. 2007-06-01 Simon Josefsson * Makefile.am, README-alpha, lib/Makefile.am, lib/README-alpha: Use git instead of cvs. 2007-05-23 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-02.txt: Add. 2007-04-20 Simon Josefsson * ChangeLog: [no log message] 2007-04-20 Simon Josefsson * lib/ChangeLog: [no log message] 2007-04-20 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/id.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: Generated. 2007-04-20 Simon Josefsson * lib/NEWS: Add. 2007-04-20 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.16. 2007-04-20 Simon Josefsson * doc/Makefile.am: Dist gpl.texi, lgpl.texi. 2007-04-20 Simon Josefsson * doc/Makefile.am: Update copyrights. 2007-04-20 Simon Josefsson * doc/Makefile.am: Fix 'make distcheck'. 2007-04-20 Simon Josefsson * NEWS, README, lib/NEWS: Add. 2007-04-20 Simon Josefsson * NEWS: Add. 2007-04-20 Simon Josefsson * NEWS, lib/NEWS: Add. 2007-04-20 Simon Josefsson * lib/po/sr.po, po/LINGUAS, po/id.po, po/sr.po, po/zh_TW.po: Sync with TP. 2007-04-20 Simon Josefsson * GNUmakefile: Fix. 2007-04-20 Simon Josefsson * GNUmakefile: Duplicate lib/GNUmakefile stuff, to avoid having lib/GNUmakefile revert things. 2007-04-20 Simon Josefsson * tests/Makefile.am: Remove false positives for threadsafety in vasnprintf.c. 2007-04-20 Simon Josefsson * gl/.cvsignore: [no log message] 2007-04-20 Simon Josefsson * lib/gl/gc-libgcrypt.c: Update. 2007-04-12 Simon Josefsson * build-aux/gendocs.sh, gl/.cvsignore, gl/Makefile.am, gl/alloca_.h, gl/float+.h, gl/iconv_.h, gl/iconv_open-aix.gperf, gl/iconv_open-hpux.gperf, gl/iconv_open-irix.gperf, gl/iconv_open-osf.gperf, gl/iconv_open.c, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconv_h.m4, gl/m4/iconv_open.m4, gl/m4/longdouble.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/vasnprintf.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/vasnprintf.c, gl/wchar_.h, gl/wctype_.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asprintf.c, lib/gl/float+.h, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intl.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/stdbool_.h, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c, lib/gl/wchar_.h: Update. 2007-04-12 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4: Update. 2007-04-04 Simon Josefsson * doc/specification/draft-siemborski-rfc2554bis-09.txt: Add. 2007-03-27 Simon Josefsson * gl/.cvsignore, lib/build-aux/.cvsignore, lib/gl/.cvsignore, lib/m4/.cvsignore: [no log message] 2007-03-27 Simon Josefsson * gl/.cvsignore, gl/Makefile.am, gl/c-ctype.c, gl/c-ctype.h, gl/c-strcase.h, gl/c-strcasecmp.c, gl/c-strncasecmp.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/striconv.c, gl/striconv.h, src/callbacks.c: Replace iconvme with striconv. 2007-03-27 Simon Josefsson * gl/.cvsignore, gl/Makefile.am: Update. 2007-03-27 Simon Josefsson * gl/Makefile.am, gl/float+.h, gl/getaddrinfo.c, gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/iconv.m4, gl/m4/iconvme.m4, gl/m4/stdint.m4, gl/m4/stdio_h.m4, gl/m4/ulonglong.m4, gl/m4/vasnprintf.m4, gl/printf-parse.c, gl/stdint_.h, gl/stdio_.h, gl/stdlib_.h, gl/string_.h, gl/vasnprintf.c, lib/gl/.cvsignore, lib/gl/Makefile.am, lib/gl/float+.h, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/printf-parse.c, lib/gl/stdio_.h, lib/gl/string_.h, lib/gl/vasnprintf.c: Update. 2007-03-22 Simon Josefsson * lib/src/gsasl.h: Generated. 2007-03-19 Simon Josefsson * src/Makefile.am: Need gnulib's builddir. 2007-03-19 Simon Josefsson * lib/gs2/README: Add. 2007-03-19 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Revert version, GS2 won't be in the next release. 2007-03-17 Simon Josefsson * lib/digest-md5/printer.c: Don't use vasprintf.h. 2007-03-17 Simon Josefsson * GNUmakefile, maint-cfg.mk: More config.rpath fixes. 2007-03-17 Simon Josefsson * Makefile.cfg, Makefile.maint: Remove. 2007-03-17 Simon Josefsson * lib/GNUmakefile, lib/build-aux/GNUmakefile, lib/build-aux/config.rpath, lib/build-aux/link-warning.h, lib/build-aux/maint.mk, lib/gl/Makefile.am, lib/gl/asprintf.c, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/extensions.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/stdio_h.m4, lib/gl/m4/strdup.m4, lib/gl/m4/string_h.m4, lib/gl/m4/uint32_t.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/stdbool_.h, lib/gl/stdint_.h, lib/gl/stdio_.h, lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/string_.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/maint-cfg.mk, lib/maint.mk: Update. 2007-03-17 Simon Josefsson * lib/configure.ac: Bump versions. Use build-aux/. 2007-03-17 Simon Josefsson * src/internal.h: Don't use strdup.h. 2007-03-17 Simon Josefsson * build-aux/.cvsignore, gl/.cvsignore, m4/.cvsignore: [no log message] 2007-03-17 Simon Josefsson * GNUmakefile, maint-cfg.mk: Work around config.rpath problem. 2007-03-17 Simon Josefsson * gl/m4/onceonly_2_57.m4: Remove. 2007-03-17 Simon Josefsson * build-aux/GNUmakefile, build-aux/config.rpath, build-aux/gendocs.sh, build-aux/link-warning.h, build-aux/maint.mk, gendocs.sh, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, maint.mk: Use build-aux/. 2007-03-17 Simon Josefsson * configure.ac: Bump versions. Use build-aux/. 2007-03-17 Simon Josefsson * gl/Makefile.am, gl/exit.h, gl/exitfail.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getopt_.h, gl/iconvme.c, gl/m4/extensions.m4, gl/m4/gnulib-comp.m4, gl/m4/netinet_in_h.m4, gl/m4/snprintf.m4, gl/m4/socklen.m4, gl/m4/stdio_h.m4, gl/m4/stdlib_h.m4, gl/m4/strdup.m4, gl/m4/string_h.m4, gl/m4/sys_select_h.m4, gl/m4/sys_socket_h.m4, gl/m4/unistd_h.m4, gl/m4/vasnprintf.m4, gl/netinet_in_.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/quotearg.c, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, gl/stdbool_.h, gl/stdio_.h, gl/stdlib_.h, gl/strdup.c, gl/strdup.h, gl/string_.h, gl/sys_select_.h, gl/unistd_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/xalloc.h: Update. 2007-03-09 Simon Josefsson * doc/specification/draft-newman-auth-scram-04.txt: Add. 2007-03-08 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-01.txt: Add. 2007-03-07 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-08.txt: Add. 2007-03-06 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-12.txt: Add. 2007-02-28 Simon Josefsson * doc/specification/draft-cridland-sasl-hexa-00.txt: Add. 2007-02-28 Simon Josefsson * doc/specification/draft-zeilenga-sasl-yap-00.txt: Add. 2007-02-25 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-11.txt, doc/specification/draft-siemborski-rfc2554bis-08.txt: Add. 2007-01-25 Simon Josefsson * lib/m4/libgcrypt.m4: Remove. 2007-01-25 Simon Josefsson * gl/Makefile.am, gl/gettext.h, gl/iconvme.c, gl/m4/absolute-header.m4, gl/m4/eoverflow.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-common.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/m4/quotearg.m4, gl/m4/size_max.m4, gl/m4/unistd_h.m4, gl/m4/wchar.m4, gl/m4/wctype.m4, gl/m4/wint_t.m4, gl/quotearg.c, gl/socket_.h, gl/strdup.h, gl/unistd_.h, gl/wchar_.h, gl/wctype_.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gettext.h, lib/gl/m4/eoverflow.m4, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc-random.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/wint_t.m4, lib/gl/stdint_.h, lib/gl/strdup.h: Update. 2007-01-25 Simon Josefsson * doc/specification/draft-ietf-sasl-gs2-05.txt, doc/specification/draft-siemborski-rfc1734bis-09.txt, doc/specification/draft-siemborski-rfc2554bis-07.txt, lib/gl/m4/gnulib-common.m4, lib/gl/m4/wchar.m4, lib/gl/wchar_.h: Add. 2007-01-24 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-10.txt: Add. 2007-01-13 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-08.txt: Add. 2006-12-26 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-07.txt: Add. 2006-12-26 Simon Josefsson * doc/specification/draft-altman-tls-channel-bindings-01.txt, doc/specification/draft-siemborski-rfc2554bis-06.txt: Add. 2006-12-09 Simon Josefsson * tests/simple.c: Test gsasl_check_version too. 2006-12-08 Simon Josefsson * lib/NEWS: Version 0.3.0. 2006-12-08 Simon Josefsson * lib/src/version.c: Fix typo, reported by Thadeu Lima de Souza Cascardo . 2006-12-01 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-06.txt: Add. 2006-11-29 Simon Josefsson * doc/specification/rfc4752.txt: Add. 2006-11-28 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-05.txt: Add. 2006-11-20 Simon Josefsson * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am, gl/asnprintf.c, gl/error.c, gl/exitfail.c, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getpass.c, gl/gettext.h, gl/iconvme.c, gl/inet_ntop.c, gl/m4/alloca.m4, gl/m4/getpass.m4, gl/m4/gnulib-comp.m4, gl/m4/inline.m4, gl/m4/lib-link.m4, gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/sockpfaf.m4, gl/m4/vasnprintf.m4, gl/m4/xalloc.m4, gl/override/lgpl.texi.diff, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/progname.c, gl/progname.h, gl/quote.c, gl/quotearg.c, gl/quotearg.h, gl/readline.c, gl/snprintf.c, gl/strdup.c, gl/vasnprintf.c, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c, lib/gl/Makefile.am, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/gettext.h, lib/gl/hmac-md5.c, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/intl.m4, lib/gl/m4/intldir.m4, lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-h.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/signed.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/md5.c, lib/gl/memxor.c, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/stdint_.h, lib/gl/strdup.c, lib/gl/strverscmp.c, lib/gl/vasnprintf.c, lib/gl/vasprintf.c, lib/tests/test-gc.c: Update. 2006-11-20 Simon Josefsson * lib/gs2/client.c, lib/gs2/server.c: Snapshot. 2006-11-20 Simon Josefsson * gl/override/doc/gpl.texi.diff, gl/override/doc/lgpl.texi.diff, gl/override/lgpl.texi.diff, lib/gs2/gs2wrap.c: Add. 2006-11-16 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-11.txt: Add. 2006-10-11 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-10.txt: Add. 2006-09-13 Simon Josefsson * doc/gpl.texi, doc/lgpl.texi, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-09-13 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-09-13 Simon Josefsson * doc/gsasl.texi: Add GPL. Place concept index last. 2006-09-12 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/lib-link.m4, gl/vasnprintf.c, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h, lib/gl/vasnprintf.c, lib/gl/vasprintf.c: Update. 2006-09-07 Simon Josefsson * doc/fdl.texi, doc/specification/draft-ietf-sasl-gssapi-08.txt: Update. 2006-09-01 Simon Josefsson * doc/specification/rfc4616.txt: Add. 2006-08-28 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/codeset.m4, lib/gl/m4/gc.m4, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lock.m4, lib/gl/m4/longlong.m4, lib/gl/m4/stdint.m4, lib/gl/m4/stdint_h.m4, lib/gl/stdint_.h: Update. 2006-08-28 Simon Josefsson * gl/Makefile.am, gl/getaddrinfo.c, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/gnulib-cache.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/longlong.m4, gl/m4/readline.m4, gl/m4/stdint_h.m4, gl/override/doc/gendocs_template: Update. 2006-08-27 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-07.txt: Update. 2006-08-27 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2006-08-24 Simon Josefsson * lib/gs2/gs2parser.c: Allocate output instead. 2006-08-24 Simon Josefsson * src/callbacks.c: Fix mem leak. 2006-08-24 Simon Josefsson * src/callbacks.c: Support GSASL_VALIDATE_GSSAPI callback. 2006-08-24 Simon Josefsson * lib/gs2/gs2parser.c: Fix uint32 parsing. 2006-08-24 Simon Josefsson * src/imap.c: Fix last commit. 2006-08-24 Simon Josefsson * src/imap.c: The IMAP '+ ' prefix is only for server data. 2006-08-24 Simon Josefsson * lib/src/error.c: Doc fix. 2006-08-23 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-08-23 Simon Josefsson * lib/configure.ac: Disable GS2 by default. Doc fix. 2006-08-23 Simon Josefsson * lib/gs2/.cvsignore: [no log message] 2006-08-23 Simon Josefsson * lib/gs2/test-parser.c: Add. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c: Fix bug. 2006-08-23 Simon Josefsson * lib/gs2/Makefile.am: Add gs2parser to library. 2006-08-23 Simon Josefsson * lib/gs2/test-parser.c: Add self-tests of GS2 parser. 2006-08-23 Simon Josefsson * lib/gs2/Makefile.am: Add. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Fix. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c: Fix. 2006-08-23 Simon Josefsson * lib/gs2/gs2parser.c, lib/gs2/gs2parser.h: Add. 2006-08-22 Simon Josefsson * lib/src/Makefile.am, lib/src/init.c: Add GS2. 2006-08-22 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-08-22 Simon Josefsson * lib/src/xfinish.c: (gsasl_finish): Don't crash on sctx's without mech pointer, happens if you call gsasl_client_start or gsasl_server_start with unknown mechanism. 2006-08-22 Simon Josefsson * lib/configure.ac: Fix. 2006-08-22 Simon Josefsson * lib/gs2/mechinfo.c: Fix. 2006-08-22 Simon Josefsson * lib/src/gsasl.h: Bump version. 2006-08-22 Simon Josefsson * lib/gs2/.cvsignore: [no log message] 2006-08-22 Simon Josefsson * lib/configure.ac: Add. 2006-08-22 Simon Josefsson * configure.ac, lib/configure.ac: Bump version. 2006-08-22 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/gs2/Makefile.am, lib/gs2/README, lib/gs2/gs2.h, lib/gs2/mechinfo.c, lib/gssapi/client.c, lib/gssapi/server.c: Add some GS2 infrastructure. 2006-08-22 Simon Josefsson * gl/Makefile.am, gl/m4/exitfail.m4, gl/m4/getpass.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/strdup.m4, gl/m4/xalloc.m4, lib/gl/Makefile.am, lib/gl/m4/md5.m4, lib/gl/m4/memxor.m4, lib/gl/m4/strdup.m4, lib/gl/m4/strverscmp.m4: Update. 2006-08-22 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2006-08-22 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2006-08-22 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.15. 2006-08-21 Simon Josefsson * lib/AUTHORS: Update PGP key. 2006-08-21 Simon Josefsson * NEWS, lib/AUTHORS: Fix. 2006-08-21 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/strerror_r.m4: Update. 2006-08-21 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump version. 2006-08-19 Simon Josefsson * ChangeLog: [no log message] 2006-08-19 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2006-08-19 Simon Josefsson * AUTHORS: Update key. 2006-08-19 Simon Josefsson * lib/ChangeLog: [no log message] 2006-08-19 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.14. 2006-08-19 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Sync with TP. 2006-08-19 Simon Josefsson * NEWS: Add. 2006-08-19 Simon Josefsson * NEWS: Add. 2006-08-19 Simon Josefsson * gendocs.sh, gl/Makefile.am, gl/error.c, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/minmax.m4, gl/m4/restrict.m4, gl/minmax.h, gl/snprintf.c, lib/gl/m4/base64.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memxor.m4, lib/gl/m4/restrict.m4: Update. 2006-08-11 Simon Josefsson * doc/specification/draft-williams-on-channel-binding-00.txt: Add. 2006-08-10 Simon Josefsson * lib/src/gsasl.h: Bump version. 2006-08-10 Simon Josefsson * doc/Makefile.am: Add. 2006-08-09 Simon Josefsson * lib/configure.ac: Bump versions. 2006-08-09 Simon Josefsson * configure.ac: Bump version. 2006-08-09 Simon Josefsson * NEWS: Add. 2006-08-09 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/error.h, gl/exitfail.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/gettext.h, gl/inet_ntop.h, gl/m4/arpa_inet_h.m4, gl/m4/getline.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/lib-link.m4, gl/m4/netinet_in_h.m4, gl/m4/onceonly_2_57.m4, gl/printf-args.c, gl/quote.c, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/m4/absolute-header.m4, lib/gl/m4/getline.m4, lib/gl/m4/gettext.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/inttypes-h.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lock.m4, lib/gl/m4/nls.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/po.m4, lib/gl/m4/stdint.m4, lib/gl/m4/visibility.m4, lib/gl/printf-args.c, lib/gl/stdint_.h, lib/gl/vasprintf.h: Update. 2006-08-08 Simon Josefsson * lib/NEWS: Add. 2006-08-08 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2006-08-08 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h, lib/src/internal.h: Add gsasl_session_hook_set and gsasl_session_hook_get, based on suggestion by "MANSION, James, GBM" . Doc fix gsasl_callback_hook_set and gsasl_callback_hook_get. Add new variable application_hook to internal Gsasl_session type. 2006-07-28 Simon Josefsson * doc/gsasl.texi: Fix. 2006-07-28 Simon Josefsson * THANKS: Add. 2006-07-28 Simon Josefsson * doc/gsasl.texi: Add requirements, suggested by "MANSION, James, GBM". 2006-07-14 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2006-07-14 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2006-07-14 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.13. 2006-07-14 Simon Josefsson * lib/NEWS: Add. 2006-07-14 Simon Josefsson * NEWS: Fix. 2006-07-14 Simon Josefsson * Makefile.am: Fix gendocs path. 2006-07-14 Simon Josefsson * doc/gendocs.sh, gendocs.sh, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-07-14 Simon Josefsson * doc/specification/draft-ietf-sasl-gs2-02.txt: Add. 2006-07-11 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2006-07-11 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update. 2006-07-11 Simon Josefsson * doc/Makefile.am: Update. 2006-07-11 Simon Josefsson * lib/src/Makefile.am: Dist doxygen.c. 2006-07-11 Simon Josefsson * NEWS, lib/src/doxygen.c: Add. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.in: Update doxygen version. 2006-07-11 Simon Josefsson * doc/doxygen/Doxyfile.orig: New. 2006-07-11 Simon Josefsson * Makefile.am: Fix gendocs.sh -I's. 2006-07-11 Simon Josefsson * doc/gsasl.texi: Fix include paths. 2006-07-11 Simon Josefsson * doc/Makefile.am: Fix texi2dvi -I's. 2006-07-11 Simon Josefsson * NEWS: Add. 2006-07-11 Simon Josefsson * NEWS: Add. 2006-07-10 Simon Josefsson * doc/Makefile.am: Don't hard code dia/epstopdf. 2006-07-10 Simon Josefsson * configure.ac: Use missing for epstopdf. 2006-07-10 Simon Josefsson * configure.ac: Use missing for dia. 2006-07-10 Simon Josefsson * gl/m4/getopt.m4, gl/m4/gnulib-comp.m4, gl/m4/onceonly_2_57.m4, lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/onceonly_2_57.m4: Update. 2006-07-07 Simon Josefsson * lib/src/xstart.c: Fix mem leak. If a mechanism set properties in the session indirectly, but later fails to start the mechanism, the properties would be leaked. Solved by cleaning up the mechanism with gsasl_finish, which require mechanism finish procedures to handle failed mechanism startups. 2006-07-07 Simon Josefsson * lib/NEWS: Add. 2006-07-07 Simon Josefsson * lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c, lib/login/client.c, lib/login/server.c, lib/ntlm/ntlm.c, lib/securid/client.c: Don't crash in finish for un-initialized sessions. 2006-07-07 Simon Josefsson * lib/src/listmech.c: Simplify. 2006-07-07 Simon Josefsson * tests/Makefile.am: Fix typo. 2006-07-07 Simon Josefsson * tests/Makefile.am: Run under valgrind, if available. 2006-07-07 Simon Josefsson * configure.ac: Test for valgrind. 2006-07-07 Simon Josefsson * gl/.cvsignore, lib/gl/.cvsignore: [no log message] 2006-07-07 Simon Josefsson * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix. 2006-07-07 Simon Josefsson * NEWS: Add. 2006-07-07 Simon Josefsson * configure.ac: Assume sys/types.h. 2006-07-07 Simon Josefsson * lib/configure.ac, lib/gssapi/client.c, lib/gssapi/server.c: Don't need netinet/in.h nor sys/types.h. 2006-07-07 Simon Josefsson * lib/m4/ax_create_stdint_h.m4: Remove. 2006-07-07 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/sys_select_h.m4, src/internal.h: Assume unistd.h, sys/select.h, sys/socket.h and sys/types.h. 2006-07-07 Simon Josefsson * gl/Makefile.am, gl/alloca_.h, gl/asnprintf.c, gl/exit.h, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getopt.c, gl/inet_ntop.c, gl/inet_ntop.h, gl/m4/alloca.m4, gl/m4/eoverflow.m4, gl/m4/getaddrinfo.m4, gl/m4/getpass.m4, gl/m4/gnulib-comp.m4, gl/m4/inet_ntop.m4, gl/m4/intmax_t.m4, gl/m4/inttypes_h.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/minmax.m4, gl/m4/onceonly_2_57.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/snprintf.m4, gl/m4/sockpfaf.m4, gl/m4/stdint_h.m4, gl/m4/vasnprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4, gl/minmax.h, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/size_max.h, gl/snprintf.c, gl/snprintf.h, gl/socket_.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/xsize.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/base64.c, lib/gl/m4/absolute-header.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/longlong.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdint.m4, lib/gl/m4/ulonglong.m4, lib/gl/size_max.h, lib/gl/stdint_.h, lib/gl/strverscmp.c: Update gnulib. 2006-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-09.txt: Add. 2006-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-gs2-01.txt: Add. 2006-06-27 Simon Josefsson * doc/gdoc: Fix texinfo/man output. 2006-06-22 Simon Josefsson * configure.ac, lib/configure.ac: Make portable to mingw. 2006-06-20 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-09.txt: Add. 2006-06-19 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-06.txt: Update. 2006-06-13 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-07.txt: Add. 2006-06-09 Simon Josefsson * doc/specification/rfc4422.txt, doc/specification/rfc4505.txt: Add. 2006-05-31 Simon Josefsson * gl/getpass.c, lib/gl/printf-args.c: Update. 2006-05-31 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-05.txt: Add. 2006-05-18 Simon Josefsson * gl/m4/stdbool.m4, lib/gl/m4/stdbool.m4, lib/gl/stdint_.h: Update. 2006-05-16 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Update. 2006-05-04 Simon Josefsson * lib/gl/stdint_.h: Update. 2006-04-26 Simon Josefsson * gl/Makefile.am, gl/m4/getpass.m4, gl/m4/strerror_r.m4, lib/gl/Makefile.am, lib/gl/m4/longdouble.m4: Update. 2006-04-19 Simon Josefsson * lib/gl/base64.c, lib/gl/stdint_.h: Update. 2006-03-24 Simon Josefsson * lib/gl/base64.c: Update. 2006-03-24 Simon Josefsson * lib/gl/base64.c: Update. 2006-03-24 Simon Josefsson * doc/man/.cvsignore: Add. 2006-03-16 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-03-16 Simon Josefsson * doc/gsasl.texi: No invariant section, suggested by Yvan. 2006-03-11 Simon Josefsson * lib/src/gsasl.h: Bump version. 2006-03-10 Simon Josefsson * lib/gl/m4/gc-random.m4: Update. 2006-03-08 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2006-03-08 Simon Josefsson * doc/Makefile.am: Add -I's to fix make dist. 2006-03-08 Simon Josefsson * ChangeLog: [no log message] 2006-03-08 Simon Josefsson * lib/ChangeLog: [no log message] 2006-03-08 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2006-03-08 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.12. 2006-03-08 Simon Josefsson * lib/src/Makefile.am: Remove gsasl.h.in. 2006-03-08 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/unistd_h.m4, gl/unistd_.h, lib/gl/gc-gnulib.c, lib/gl/m4/gc-random.m4, lib/maint.mk, maint.mk: Update. 2006-03-08 Simon Josefsson * gl/Makefile.am: Update. 2006-03-07 Simon Josefsson * lib/NEWS: Add. 2006-03-07 Simon Josefsson * NEWS, lib/NEWS: Add. 2006-03-07 Simon Josefsson * lib/NEWS: Add. 2006-03-07 Simon Josefsson * NEWS, THANKS: Add. 2006-03-07 Simon Josefsson * lib/src/Makefile.am: Add -no-undefined, required to produce DLLs on mingw32. 2006-03-07 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/m4/gnulib-comp.m4, gl/m4/readline.m4, gl/m4/unistd_h.m4, gl/unistd_.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/m4/gc-random.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/maint.mk, maint.mk: Update. 2006-03-03 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-06.txt: Add. 2006-03-03 Simon Josefsson * lib/po/rw.po: Remove. 2006-03-03 Simon Josefsson * lib/po/LINGUAS: Sync with TP. 2006-03-03 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2006-03-03 Simon Josefsson * lib/GNUmakefile, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/maint-cfg.mk, lib/maint.mk: Add. 2006-03-03 Simon Josefsson * po/rw.po: Remove. 2006-03-03 Simon Josefsson * po/LINGUAS: Sync with TP. 2006-03-03 Simon Josefsson * Makefile.am: Fix update-po. 2006-03-03 Simon Josefsson * gl/m4/readline.m4, maint.mk: Update. 2006-03-03 Simon Josefsson * gl/iconvme.c, gl/m4/getaddrinfo.m4, gl/m4/readline.m4, gl/readline.c, maint.mk: Update. 2006-03-02 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-08.txt: Add. 2006-03-01 Simon Josefsson * THANKS: Add. 2006-03-01 Simon Josefsson * lib/src/md5pwd.c, lib/src/obsolete.c: Doc fix, implied by report from Yvan Bassuel . 2006-02-28 Simon Josefsson * maint-cfg.mk: Don't gtkdocize. 2006-02-28 Simon Josefsson * gtk-doc.make: Add. 2006-02-28 Simon Josefsson * gl/getopt.c, lib/gl/base64.h, lib/gl/strverscmp.h: Update. 2006-02-28 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac, lib/src/gsasl.h: Bump versions. 2006-02-28 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2006-02-28 Simon Josefsson * lib/configure.ac: Fix version update. 2006-02-28 Simon Josefsson * lib/configure.ac: Update version number in src/gsasl.h. 2006-02-23 Simon Josefsson * lib/configure.ac: Don't build gsasl.h. 2006-02-23 Simon Josefsson * lib/src/gsasl.h, lib/src/gsasl.h.in: Move gsasl.h.in to gsasl.h and hard code version number (a script will be needed to update it). This simplifies porting to Windows. 2006-02-19 Simon Josefsson * lib/po/nl.po, po/nl.po: Update. 2006-02-16 Simon Josefsson * maint-cfg.mk: Fix. 2006-02-16 Simon Josefsson * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4, gl/m4/sys_socket_h.m4, gl/xalloc-die.c, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdbool.m4, lib/gl/stdbool_.h, lib/gl/strverscmp.h, lib/gl/vasnprintf.c, maint.mk: Update. 2006-02-14 Simon Josefsson * GNUmakefile, gl/m4/gnulib-comp.m4, maint-cfg.mk, maint.mk: Rename 2006-02-14 Simon Josefsson * lib/digest-md5/Makefile.am: Run test-parser test. 2006-02-14 Simon Josefsson * lib/digest-md5/test-parser.c: Don't crash. 2006-02-14 Simon Josefsson * lib/digest-md5/validate.c: Test finish token further. 2006-02-14 Simon Josefsson * Makefile.cfg: Fix. 2006-02-14 Simon Josefsson * Makefile.cfg: Add --enable-gtk-doc. 2006-02-14 Simon Josefsson * GNUmakefile: Update. 2006-02-14 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-04.txt: Add. 2006-02-13 Simon Josefsson * autogen.sh: Remove. 2006-02-13 Simon Josefsson * GNUmakefile: Update. 2006-02-13 Simon Josefsson * Makefile.cfg: Fix. 2006-02-11 Simon Josefsson * GNUmakefile: Update gnulib. 2006-02-11 Simon Josefsson * Makefile.cfg: Add. 2006-02-11 Simon Josefsson * GNUmakefile, Makefile.maint: Update gnulib. 2006-02-11 Simon Josefsson * GNUmakefile, gl/Makefile.am, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4: Update gnulib. 2006-02-07 Simon Josefsson * ChangeLog: [no log message] 2006-02-07 Simon Josefsson * lib/ChangeLog: [no log message] 2006-02-07 Simon Josefsson * gsasl.fms: 0.2.11. 2006-02-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.11. 2006-02-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update. 2006-02-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/vi.po, po/zh_CN.po: Update 2006-02-07 Simon Josefsson * src/gsasl.c: Typo. 2006-02-07 Simon Josefsson * src/gsasl.c: Initialize ws2_32, if necessary. 2006-02-07 Simon Josefsson * gl/getaddrinfo.h, gl/getopt.c, gl/m4/getopt.m4, gl/m4/gnulib-tool.m4, gl/m4/stdbool.m4, gl/quotearg.c, gl/socket_.h, gl/stdbool_.h: Update. 2006-01-24 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-15.txt: Add. 2006-01-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/socket_.h: Update. 2006-01-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/m4/socklen.m4: Update. 2006-01-19 Simon Josefsson * gl/socket_.h: Add. 2006-01-19 Simon Josefsson * lib/configure.ac: Fix cross-compile test. 2006-01-19 Simon Josefsson * lib/configure.ac: Fix cross-compile test. 2006-01-19 Simon Josefsson * lib/configure.ac: Don't be fooled by krb5-config when cross-compiling. 2006-01-19 Simon Josefsson * lib/NEWS: Add. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/socklen.m4: Update. 2006-01-18 Simon Josefsson * gl/m4/socklen.m4: Update. 2006-01-18 Simon Josefsson * NEWS: Add. 2006-01-18 Simon Josefsson * lib/tests/Makefile.am: Update. 2006-01-18 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2006-01-18 Simon Josefsson * tests/Makefile.am: Mingw32 fix. 2006-01-18 Simon Josefsson * doc/Makefile.am: Fix EXEEXT. 2006-01-18 Simon Josefsson * gl/.cvsignore: Add. 2006-01-18 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/socket_.h: Update. 2006-01-18 Simon Josefsson * src/internal.h: Fix #include's. 2006-01-18 Simon Josefsson * src/callbacks.c: Protect getpwuid, for mingw32. 2006-01-18 Simon Josefsson * configure.ac: Check for getpwuid. 2006-01-18 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib-comp.m4, gl/m4/sys_socket_h.m4, gl/socket_.h: Add. 2006-01-17 Simon Josefsson * gl/Makefile.am, gl/m4/getaddrinfo.m4, lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/md5.c, lib/gl/md5.h, lib/gl/stdint_.h: Update. 2006-01-11 Simon Josefsson * po/sv.po: Update. 2006-01-10 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/readline.m4, gl/m4/socklen.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h: Update. 2005-12-25 Simon Josefsson * gl/m4/getaddrinfo.m4, gl/m4/socklen.m4: Update. 2005-12-16 Simon Josefsson * gl/m4/gnulib-comp.m4: Update. 2005-12-14 Simon Josefsson * lib/NEWS: Fix. 2005-12-14 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-12-01 Simon Josefsson * gl/m4/socklen.m4: Update. 2005-11-30 Simon Josefsson * gl/getaddrinfo.h, gl/readline.c, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/md5.c, lib/gl/stdint_.h, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c: Sync gnulib. 2005-11-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-14.txt: Add. 2005-11-17 Simon Josefsson * doc/specification/draft-josefsson-sasl-gs2-00.txt: Add. 2005-11-11 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-13.txt: Add. 2005-10-28 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-07.txt: Add. 2005-10-23 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2005-10-23 Simon Josefsson * lib/NEWS: Add. 2005-10-23 Simon Josefsson * lib/src/md5pwd.c: Fix memory leak. 2005-10-23 Simon Josefsson * AUTHORS: Fix. 2005-10-23 Simon Josefsson * AUTHORS: Update PGP key. 2005-10-23 Simon Josefsson * gsasl.fms: Add. 2005-10-23 Simon Josefsson * ChangeLog: [no log message] 2005-10-23 Simon Josefsson * lib/ChangeLog: [no log message] 2005-10-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-10-23 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.10. 2005-10-23 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-10-23 Simon Josefsson * lib/tests/.cvsignore: [no log message] 2005-10-23 Simon Josefsson * lib/Makefile.am, lib/configure.ac: Move gnulib self tests. 2005-10-23 Simon Josefsson * lib/gl/m4/gnulib-cache.m4, lib/tests/Makefile.am, lib/tests/test-gc-hmac-md5.c, lib/tests/test-gc-md5.c, lib/tests/test-gc.c: Update. 2005-10-23 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Add gnulib self tests. 2005-10-23 Simon Josefsson * lib/src/saslprep.c: Fix pr29_8z call. 2005-10-23 Simon Josefsson * lib/src/saslprep.c: Improve pr29 check. 2005-10-23 Simon Josefsson * lib/gssapi/Makefile.am: Need libgss. 2005-10-23 Simon Josefsson * lib/ntlm/Makefile.am: Need libntlm. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix libidn test. 2005-10-23 Simon Josefsson * lib/src/saslprep.c: Use new defines. 2005-10-23 Simon Josefsson * lib/m4/check_headerlib.m4: Remove. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix GSS checks. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix shishi test. 2005-10-23 Simon Josefsson * lib/configure.ac: Fix ntlm check. 2005-10-23 Simon Josefsson * lib/gl/md5.c, lib/gl/md5.h: Update. 2005-10-23 Simon Josefsson * configure.ac: Look for gnutls_certificate_verify_peers2, to get a recent gnutls. 2005-10-23 Simon Josefsson * doc/gsasl.texi: Fix. 2005-10-23 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/hmac-md5.c, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdbool.m4: Update. 2005-10-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-10-23 Simon Josefsson * src/gsasl.c: Work around GnuTLS bug when sending zero length messages. 2005-10-23 Simon Josefsson * NEWS: Add. 2005-10-22 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2005-10-22 Simon Josefsson * lib/NEWS: Add. 2005-10-22 Simon Josefsson * gl/m4/gnulib-comp.m4, gl/m4/stdbool.m4: Update. 2005-10-17 Simon Josefsson * lib/gl/gc-gnulib.c: Update. 2005-10-17 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/stdbool.m4: Update. 2005-10-12 Simon Josefsson * lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/m4/gc-hmac-md5.m4, lib/gl/m4/gc-md5.m4, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/stdint.m4, lib/gl/stdint_.h: Update. 2005-10-12 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/m4/md5.m4, lib/gl/md5.c, lib/gl/md5.h: Update. 2005-10-07 Simon Josefsson * ChangeLog: [no log message] 2005-10-07 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-10-07 Simon Josefsson * lib/ChangeLog: [no log message] 2005-10-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2005-10-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.9. 2005-10-07 Simon Josefsson * lib/gssapi/server.c: Fix cast error. 2005-10-07 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-10-07 Simon Josefsson * lib/NEWS: Add. 2005-10-07 Simon Josefsson * lib/gssapi/client.c: Fix cast errors. 2005-10-07 Simon Josefsson * doc/gsasl.texi, lib/NEWS: Fix. 2005-10-07 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-10-07 Simon Josefsson * gl/m4/stdbool.m4, lib/gl/hmac.h, lib/gl/m4/memxor.m4, lib/gl/m4/stdbool.m4: Update. 2005-10-06 Simon Josefsson * gl/getdelim.c, gl/m4/getaddrinfo.m4, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/getdelim.c, lib/gl/m4/memxor.m4, lib/gl/memxor.c: Update. 2005-10-05 Simon Josefsson * gl/Makefile.am, lib/gl/memxor.c: Update. 2005-10-05 Simon Josefsson * lib/gl/gc-gnulib.c, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/memxor.m4, lib/gl/memxor.c, lib/gl/memxor.h: Update. 2005-10-05 Simon Josefsson * lib/gl/gc.h: Update. 2005-10-05 Simon Josefsson * lib/cram-md5/digest.c, lib/digest-md5/session.c: Use new gc API. 2005-10-05 Simon Josefsson * lib/cram-md5/digest.c: Use new gc API. 2005-10-05 Simon Josefsson * lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/src/Makefile.am: Remove crypto/. 2005-10-05 Simon Josefsson * gl/Makefile.am: Update. 2005-10-05 Simon Josefsson * lib/Makefile.am, lib/configure.ac, lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/README, lib/crypto/README.gsasl, lib/crypto/cbc.h, lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/crypto/hmac-md5.c, lib/crypto/hmac.c, lib/crypto/hmac.h, lib/crypto/macros.h, lib/crypto/md5-meta.c, lib/crypto/md5.c, lib/crypto/md5.h, lib/crypto/memxor.c, lib/crypto/memxor.h, lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h, lib/crypto/sha.h, lib/gl/Makefile.am, lib/gl/gc-gnulib.c, lib/gl/gc-libgcrypt.c, lib/gl/gc.h, lib/gl/hmac-md5.c, lib/gl/hmac.h, lib/gl/m4/gc.m4, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/hmac-md5.m4, lib/gl/m4/md5.m4, lib/gl/m4/uint32_t.m4, lib/gl/md5.c, lib/gl/md5.h: Replace crypto/ with gnulib modules. 2005-10-05 Simon Josefsson * gl/getaddrinfo.h, gl/getdelim.c, gl/m4/getaddrinfo.m4, lib/gl/getdelim.c: Update. 2005-10-01 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2005-10-01 Simon Josefsson * gl/getdelim.c, lib/gl/getdelim.c: Update. 2005-10-01 Simon Josefsson * gl/getaddrinfo.h, gl/m4/getaddrinfo.m4: Update. 2005-09-28 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-09-28 Simon Josefsson * src/internal.h: Typo. 2005-09-28 Simon Josefsson * gl/m4/getaddrinfo.m4: Update. 2005-09-25 Simon Josefsson * configure.ac, gl/getaddrinfo.c, gl/getopt_.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-comp.m4, gl/m4/socklen.m4, gl/quotearg.c: Gnulib getaddrinfo fix. 2005-09-22 Simon Josefsson * gl/getaddrinfo.c, gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-comp.m4: Update. 2005-09-20 Simon Josefsson * src/gsasl.c: Simplify CPP symbol usage. 2005-09-20 Simon Josefsson * gl/exitfail.c, gl/getaddrinfo.c, gl/getdelim.c, gl/getline.c, gl/getopt1.c, gl/getpass.c, gl/progname.c, gl/quote.c, gl/quotearg.c, gl/readline.c, gl/xalloc-die.c, gl/xmalloc.c, lib/gl/getdelim.c, lib/gl/getline.c, lib/gl/strverscmp.c: Update. 2005-09-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, lib/gl/base64.c, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4: Update. 2005-09-19 Simon Josefsson * Makefile.am, lib/Makefile.am: Gnupload sign the file too. 2005-09-12 Simon Josefsson * m4/gtk-doc.m4: Update. 2005-09-12 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-09-08 Simon Josefsson * gsasl.fms: 0.2.8. 2005-09-08 Simon Josefsson * ChangeLog: [no log message] 2005-09-08 Simon Josefsson * lib/ChangeLog: [no log message] 2005-09-08 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.8. 2005-09-08 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/rw.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-09-08 Simon Josefsson * lib/NEWS: Add. 2005-09-08 Simon Josefsson * lib/po/LINGUAS, lib/po/rw.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update. 2005-09-08 Simon Josefsson * NEWS, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/rw.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Add. 2005-09-08 Simon Josefsson * configure.ac: Update gnulib. 2005-09-08 Simon Josefsson * configure.ac: Don't check for getaddrinfo. 2005-09-08 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/getpass.c, gl/m4/gnulib-cache.m4, gl/m4/gnulib-comp.m4, gl/m4/gnulib-tool.m4, gl/m4/gnulib.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/m4/gnulib-cache.m4, lib/gl/m4/gnulib-comp.m4, lib/gl/m4/gnulib-tool.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4: Update. 2005-09-07 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-03.txt: Add. 2005-08-29 Simon Josefsson * lib/po/LINGUAS, po/LINGUAS: Sync with TP. 2005-08-29 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Update. 2005-08-29 Simon Josefsson * configure.ac: Fix typo. 2005-08-29 Simon Josefsson * configure.ac: Don't define WITH_GNUTLS, already handled. 2005-08-29 Simon Josefsson * src/gsasl.c: Use new CPP symbol to test for GnuTLS. 2005-08-29 Simon Josefsson * configure.ac: Typo. 2005-08-29 Simon Josefsson * configure.ac: Simplify gnutls check. 2005-08-29 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix for modern wget. 2005-08-29 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-08-29 Simon Josefsson * Makefile.am: Use --disable-obsolete for distcheck, so it is tested. 2005-08-29 Simon Josefsson * NEWS: Add. 2005-08-29 Simon Josefsson * gl/Makefile.am, gl/getpass.c, gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update. 2005-08-27 Simon Josefsson * Makefile.am, lib/Makefile.am: Use gnupload. 2005-08-27 Simon Josefsson * src/imap.c: Fix typo. 2005-08-27 Simon Josefsson * NEWS: Fix. 2005-08-27 Simon Josefsson * lib/NEWS: Add. 2005-08-27 Simon Josefsson * lib/src/init.c: Prefer PLAIN over LOGIN. 2005-08-27 Simon Josefsson * src/gsasl.c, src/imap.c, src/imap.h, src/smtp.c, src/smtp.h: Fix has_starttls(). 2005-08-27 Simon Josefsson * NEWS: Add. 2005-08-27 Simon Josefsson * doc/gsasl.texi: Fix gsasl parameters. 2005-08-27 Simon Josefsson * src/imap.c, src/smtp.c: Fix --client. 2005-08-27 Simon Josefsson * lib/src/Makefile.am: Link with @LTLIBIDN@ too. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix --client and --server again. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix --client. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix --client and --server. Don't start TLS on stdin/stdout connections. Fix crashes. 2005-08-27 Simon Josefsson * src/gsasl.c: Revert bogus --connect fix. 2005-08-27 Simon Josefsson * src/gsasl.c: Fix server certificate verification. Fix --connect. 2005-08-27 Simon Josefsson * src/gsasl.c, src/gsasl.ggo, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h: Add STARTTLS support. Use readline() when reading protocol server output from stdin (rarely). Handle second argument protocol names better. 2005-08-26 Simon Josefsson * configure.ac, src/Makefile.am, src/gsasl.c: Start to use GnuTLS. 2005-08-26 Simon Josefsson * lib/NEWS, lib/configure.ac: Improve libidn checking (to get -R, -rpath etc). 2005-08-26 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-08-25 Simon Josefsson * gsasl.fms: Update. 2005-08-25 Simon Josefsson * ChangeLog: [no log message] 2005-08-25 Simon Josefsson * lib/ChangeLog: [no log message] 2005-08-25 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-08-25 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.7. 2005-08-24 Simon Josefsson * lib/NEWS: Add. 2005-08-24 Simon Josefsson * NEWS: Fix. 2005-08-24 Simon Josefsson * gl/getpass.c: Update. 2005-08-24 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib.m4: Update. 2005-08-24 Simon Josefsson * configure.ac: Replace getpass-gnu with getpass (getpass-gnu is always built on glibc systems..). 2005-08-24 Simon Josefsson * gl/getpass.c: Update. 2005-08-24 Simon Josefsson * gl/getpass.c, gl/m4/getpass.m4: Update. 2005-08-23 Simon Josefsson * lib/NEWS: Add. 2005-08-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-08-23 Simon Josefsson * lib/src/obsolete.c: Fix warnings. 2005-08-23 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Fix typo in GSASL_PASSWORD backwards compatibility handling. 2005-08-23 Simon Josefsson * NEWS: Add. 2005-08-23 Simon Josefsson * gl/getpass.c, gl/m4/getopt.m4, gl/m4/getpass.m4: Update. 2005-08-23 Simon Josefsson * src/internal.h: Assume C89, for errno.h. 2005-08-23 Simon Josefsson * src/internal.h: Include quote.h. 2005-08-23 Simon Josefsson * lib/src/init.c: Remove unused variable. 2005-08-23 Simon Josefsson * lib/src/init.c: Fix warning when no mechanism is enabled. 2005-08-22 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-05.txt: Add. 2005-08-12 Simon Josefsson * README: Reprioritize. 2005-08-12 Simon Josefsson * README: Fix. 2005-08-12 Simon Josefsson * gl/m4/readline.m4: Update. 2005-08-12 Simon Josefsson * gl/m4/readline.m4: Update. 2005-08-11 Simon Josefsson * gl/m4/readline.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/onceonly_2_57.m4, lib/gl/m4/strdup.m4: Update. 2005-08-11 Simon Josefsson * gl/m4/readline.m4: Update. 2005-08-11 Simon Josefsson * src/Makefile.am: Possibly -lreadline. 2005-08-11 Simon Josefsson * gl/m4/gnulib.m4, gl/m4/onceonly_2_57.m4, gl/m4/readline.m4, gl/m4/strdup.m4, gl/readline.c, gl/readline.h: Update. 2005-08-10 Simon Josefsson * gsasl.fms: Update. 2005-08-10 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-08-10 Simon Josefsson * ChangeLog: [no log message] 2005-08-10 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-08-10 Simon Josefsson * lib/ChangeLog: [no log message] 2005-08-10 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po: Generated. 2005-08-10 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.6. 2005-08-10 Simon Josefsson * NEWS: Add. 2005-08-10 Simon Josefsson * NEWS: Add. 2005-08-10 Simon Josefsson * AUTHORS, lib/AUTHORS: Update PGP key. 2005-08-10 Simon Josefsson * lib/NEWS: Update. 2005-08-10 Simon Josefsson * lib/NEWS: Reorder. 2005-08-04 Simon Josefsson * gl/Makefile.am, gl/m4/getopt.m4: Update. 2005-08-04 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Sync with TP. 2005-08-02 Simon Josefsson * lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/m4/getdelim.m4: Update. 2005-07-24 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-06.txt: Add. 2005-07-19 Simon Josefsson * gl/quote.c, gl/quote.h: Add. 2005-07-18 Simon Josefsson * src/gsasl.c: Loop through all getaddrinfo replies. Print 'Trying foo...' lines, a'la telnet. 2005-07-18 Simon Josefsson * gl/Makefile.am, gl/exitfail.c, gl/exitfail.h, gl/getdelim.c, gl/m4/exitfail.m4, gl/m4/getdelim.m4, gl/m4/gnulib.m4, gl/m4/mbrtowc.m4, gl/m4/mbstate_t.m4, gl/m4/quote.m4, gl/m4/quotearg.m4, gl/m4/xalloc.m4, gl/quotearg.c, gl/quotearg.h, gl/xalloc-die.c, gl/xalloc.h, gl/xmalloc.c: Add quote. 2005-07-18 Simon Josefsson * configure.ac: Use quote too. 2005-07-17 Simon Josefsson * gl/getdelim.c, lib/gl/getdelim.c: Update. 2005-07-17 Simon Josefsson * gl/Makefile.am, gl/getdelim.c, gl/getdelim.h, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/codeset.m4, gl/m4/getdelim.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/glibc21.m4, gl/m4/gnulib.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/ssize_t.m4, gl/m4/stdint_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4: Update 2005-07-17 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/getdelim.c, lib/gl/getdelim.h, lib/gl/getline.c, lib/gl/getline.h, lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h, lib/gl/m4/getdelim.m4, lib/gl/m4/getline.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: Use new LGPL getline module. 2005-07-16 Simon Josefsson * doc/gsasl.texi: Mention help-gsasl. 2005-07-16 Simon Josefsson * lib/m4/ax_create_stdint_h.m4: Update. 2005-07-16 Simon Josefsson * README, lib/NEWS: Add. 2005-07-16 Simon Josefsson * gl/m4/readline.m4, gl/readline.c: Update. 2005-07-16 Simon Josefsson * src/callbacks.c: Simplify readline. 2005-07-16 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, gl/m4/readline.m4, gl/readline.c, gl/readline.h: Use new readline module. 2005-07-16 Simon Josefsson * lib/configure.ac: Simplify. 2005-07-15 Simon Josefsson * gl/readline.c: Fix license. 2005-07-15 Simon Josefsson * lib/src/version.c: Use strverscmp rather than now obsolete check-version module. 2005-07-15 Simon Josefsson * lib/gl/Makefile.am, lib/gl/check-version.c, lib/gl/check-version.h, lib/gl/m4/check-version.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/size_max.m4: Update 2005-07-15 Simon Josefsson * lib/configure.ac: Don't use gnulib's check-version, use strverscmp directly instead. 2005-07-15 Simon Josefsson * gl/Makefile.am, gl/getaddrinfo.h, gl/m4/gnulib.m4: Update. 2005-06-28 Simon Josefsson * lib/gl/check-version.c: Typo. 2005-06-28 Simon Josefsson * lib/gl/m4/check-version.m4: Add. 2005-06-28 Simon Josefsson * lib/gl/Makefile.am, lib/gl/check-version.c, lib/gl/check-version.h, lib/gl/check_version.c, lib/gl/check_version.h, lib/gl/m4/gnulib.m4, lib/gl/m4/strverscmp.m4, lib/gl/strverscmp.c, lib/gl/strverscmp.h: Use the real check-version module. 2005-06-28 Simon Josefsson * lib/gl/base64.c, lib/gl/base64.h: Update gnulib files. 2005-06-28 Simon Josefsson * lib/configure.ac, lib/src/version.c: Typo. 2005-06-25 Simon Josefsson * AUTHORS: Update PGP key. 2005-06-25 Simon Josefsson * README, doc/reference/gsasl-docs.sgml: Don't reference COPYING.DOC. 2005-06-25 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-06-25 Simon Josefsson * COPYING.DOC: Remove (already included in manual). 2005-06-25 Simon Josefsson * Makefile.am, configure.ac, doc/Makefile.am, doc/doxygen/gdoc2doxygen, doc/fdl.texi, doc/gdoc-error, doc/gendocs_template, examples/Makefile.am, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, src/Makefile.am, src/gsasl.ggo, tests/Makefile.am, tests/utils.c, tests/utils.h: Fix address in license. 2005-06-25 Simon Josefsson * doc/gendocs.sh: Update from texinfo. 2005-06-25 Simon Josefsson * tests/threadsafety: Typo. 2005-06-25 Simon Josefsson * COPYING, lib/COPYING, lib/Makefile.am, lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/mechinfo.c, lib/anonymous/server.c, lib/configure.ac, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/digest.c, lib/cram-md5/digest.h, lib/cram-md5/mechinfo.c, lib/cram-md5/server.c, lib/crypto/Makefile.am, lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/Makefile.am, lib/external/client.c, lib/external/external.h, lib/external/mechinfo.c, lib/external/server.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h, lib/login/Makefile.am, lib/login/client.c, lib/login/login.h, lib/login/mechinfo.c, lib/login/server.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/client.c, lib/plain/mechinfo.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/Makefile.am, lib/securid/client.c, lib/securid/mechinfo.c, lib/securid/securid.h, lib/securid/server.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback.c, lib/src/crypto.c, lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl-mech.h, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c, lib/src/saslprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h, tests/cram-md5.c, tests/digest-md5.c, tests/external.c, tests/gssapi.c, tests/md5file.c, tests/old-cram-md5.c, tests/old-digest-md5.c, tests/old-gssapi.c, tests/old-md5file.c, tests/simple.c, tests/threadsafety, tests/unicode.c, tests/utils.c, tests/utils.h: Fix address in license. 2005-06-25 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/check_version.c, lib/gl/check_version.h, lib/gl/m4/gnulib.m4, lib/src/version.c: Use check_version gnulib module. 2005-06-25 Simon Josefsson * lib/gl/size_max.h: Sync with gnulib. 2005-06-15 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-06-15 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/error.h, gl/exit.h, gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/getpass.c, gl/getpass.h, gl/gettext.h, gl/iconvme.c, gl/iconvme.h, gl/m4/extensions.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/gettext.m4, gl/m4/glibc2.m4, gl/m4/gnulib.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/nls.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/strdup.m4, gl/progname.c, gl/progname.h, gl/stdbool_.h, gl/strdup.c, gl/strdup.h, lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/base64.c, lib/gl/base64.h, lib/gl/gettext.h, lib/gl/m4/gettext.m4, lib/gl/m4/glibc2.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intmax.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/isc-posix.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/strdup.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/stdbool_.h, lib/gl/strdup.c, lib/gl/strdup.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/gl/xsize.h: Update gnulib files. 2005-06-01 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-11.txt: Add. 2005-05-17 Simon Josefsson * doc/specification/draft-zeilenga-sasl-rfc2222bis-00.txt: Add. 2005-04-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-05.txt: Add. 2005-04-01 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-02.txt: Add. 2005-03-21 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-08.txt: Add. 2005-03-15 Simon Josefsson * lib/src/gsasl-compat.h: Define __attribute__ to empty for C++, tiny patch Ryan Slack . 2005-03-02 Simon Josefsson * THANKS: Add. 2005-03-02 Simon Josefsson * doc/gsasl.texi: API fix, reported by Ryan Slack . 2005-03-01 Simon Josefsson * doc/specification/rfc4013.txt: Add. 2005-02-23 Simon Josefsson * lib/plain/server.c: Use SASLprep(authcid) as authzid, when the provided authzid is empty. 2005-02-22 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-05.txt, doc/specification/draft-ietf-sasl-plain-07.txt: Add. 2005-02-21 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-10.txt: Add. 2005-02-14 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2005-02-14 Simon Josefsson * lib/NEWS: Add. 2005-02-14 Simon Josefsson * lib/plain/server.c: Align unassigned code point usage in preparation, as per -06. 2005-02-08 Simon Josefsson * gsasl.fms: Fix. 2005-02-08 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2005-02-08 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, lib/po/vi.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/vi.po, po/zh_CN.po: Generated. 2005-02-08 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.5. 2005-02-08 Simon Josefsson * gl/progname.c: Fix. 2005-02-08 Simon Josefsson * lib/NEWS: Add. 2005-02-08 Simon Josefsson * lib/NEWS: Add. 2005-02-06 Simon Josefsson * lib/src/error.c: Typos, reported by Clytie Siddall . 2005-02-06 Simon Josefsson * lib/po/LINGUAS, lib/po/vi.po: Add. 2005-01-29 Simon Josefsson * NEWS, po/LINGUAS, po/vi.po: Add. 2005-01-29 Simon Josefsson * gl/Makefile.am, gl/gai_strerror.c, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/getaddrinfo.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/getopt.m4, gl/m4/getpass.m4, gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/inttypes_h.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/restrict.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/sockpfaf.m4, gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4, gl/m4/strdup.m4, gl/m4/strerror_r.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4, lib/gl/m4/alloca.m4, lib/gl/m4/base64.m4, lib/gl/m4/codeset.m4, lib/gl/m4/eoverflow.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/longlong.m4, lib/gl/m4/restrict.m4, lib/gl/m4/signed.m4, lib/gl/m4/size_max.m4, lib/gl/m4/stdbool.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/strdup.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/size_max.h: Update. 2005-01-21 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-06.txt: Add. 2005-01-18 Simon Josefsson * THANKS: Add. 2005-01-18 Simon Josefsson * src/gsasl.c: Fix typo, reported by Clytie Siddall . 2005-01-17 Simon Josefsson * doc/specification/draft-ietf-nntpext-authinfo-06.txt: Add. 2005-01-05 Simon Josefsson * lib/NEWS: Add. 2005-01-05 Simon Josefsson * lib/src/saslprep.c: If we have pr29 functionality, use it to verify output. 2005-01-05 Simon Josefsson * lib/configure.ac: Look for pr29.h and pr29_8z in libidn. 2005-01-01 Simon Josefsson * lib/external/server.c: Consistency. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Validate input better. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Validate upper token length as well. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Add comments. 2005-01-01 Simon Josefsson * lib/external/client.c: Return "" instead of NULL when no authzid. 2005-01-01 Simon Josefsson * tests/.cvsignore: Treat NULL input as empty string. 2005-01-01 Simon Josefsson * tests/Makefile.am, tests/external.c: Add external self test. 2005-01-01 Simon Josefsson * lib/external/server.c: Wait for real token. 2005-01-01 Simon Josefsson * lib/external/server.c: Simplify. 2005-01-01 Simon Josefsson * lib/anonymous/server.c: Simplify. 2005-01-01 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2005-01-01 Simon Josefsson * gsasl.fms: Add. 2005-01-01 Simon Josefsson * ChangeLog: [no log message] 2005-01-01 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2005-01-01 Simon Josefsson * lib/ChangeLog: [no log message] 2005-01-01 Simon Josefsson * lib/digest-md5/Makefile.am: Fix distcheck. 2005-01-01 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: Generated. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.4. 2005-01-01 Simon Josefsson * NEWS: Add. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Indent. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Add. 2005-01-01 Simon Josefsson * lib/src/init.c: Prefer CRAM-MD5 over DIGEST-MD5. Decision based on available public analysis that MD5 is broken, but HMAC-MD5 still likely secure, and the lack of public analysis of the consequences of the MD5 break for DIGEST-MD5. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Fix. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Fix. 2005-01-01 Simon Josefsson * doc/gsasl.texi: Fix. 2005-01-01 Simon Josefsson * NEWS: Fix. 2005-01-01 Simon Josefsson * lib/po/ro.po, po/ro.po: Sync with TP. 2005-01-01 Simon Josefsson * NEWS: Add. 2005-01-01 Simon Josefsson * NEWS, lib/NEWS: Fix. 2005-01-01 Simon Josefsson * lib/gl/lgetdelim.c: Update. 2005-01-01 Simon Josefsson * lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h: Update. 2005-01-01 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4: Update. 2005-01-01 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/iconvme.c, gl/m4/getline.m4, gl/m4/gnulib.m4, gl/m4/strdup.m4, lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h, lib/gl/lgetdelim.c, lib/gl/lgetdelim.h, lib/gl/lgetline.c, lib/gl/lgetline.h, lib/gl/m4/gnulib.m4, lib/gl/m4/lgetdelim.m4, lib/gl/m4/lgetline.m4, lib/gl/m4/strdup.m4: Update. 2005-01-01 Simon Josefsson * lib/configure.ac: Need lgetline. 2004-12-27 Simon Josefsson * lib/digest-md5/server.c: Use correct constants. 2004-12-27 Simon Josefsson * lib/digest-md5/server.c: Disable qop auth-conf, and ciphers, for now. 2004-12-27 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/tokens.h: Fix warnings. 2004-12-27 Simon Josefsson * lib/src/gsasl.h.in: Add gsasl_simple_getpass. Remove gsasl_md5pwd_get_password. 2004-12-27 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, lib/anonymous/mechinfo.c, lib/cram-md5/mechinfo.c, lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/free.c, lib/digest-md5/free.h, lib/digest-md5/getsubopt.c, lib/digest-md5/mechinfo.c, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/printer.c, lib/digest-md5/printer.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/test-parser.c, lib/digest-md5/tokens.h, lib/digest-md5/validate.c, lib/digest-md5/validate.h, lib/external/mechinfo.c, lib/external/server.c, lib/gssapi/client.c, lib/gssapi/mechinfo.c, lib/gssapi/server.c, lib/login/login.h, lib/login/mechinfo.c, lib/ntlm/mechinfo.c, lib/ntlm/x-ntlm.h, lib/plain/mechinfo.c, lib/plain/server.c, lib/securid/mechinfo.c, lib/src/callback.c, lib/src/gsasl.h.in, lib/src/md5pwd.c, src/callbacks.c, src/callbacks.h, tests/gssapi.c, tests/simple.c: Indent. 2004-12-27 Simon Josefsson * lib/digest-md5/parser.c: Fix comment. 2004-12-27 Simon Josefsson * lib/digest-md5/Makefile.am: Dist README. 2004-12-26 Simon Josefsson * lib/configure.ac: Bump versions. 2004-12-26 Simon Josefsson * lib/NEWS: Add. 2004-12-26 Simon Josefsson * lib/NEWS: Fix. 2004-12-26 Simon Josefsson * lib/NEWS: Add. 2004-12-26 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: Revert and remove qop, maxbuf until we need them. 2004-12-26 Simon Josefsson * doc/gsasl.texi: Revert. 2004-12-26 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-12-26 Simon Josefsson * doc/Makefile.am: Update. 2004-12-22 Simon Josefsson * lib/digest-md5/server.c: Fix comment. 2004-12-22 Simon Josefsson * lib/digest-md5/server.c: Remove debug code. 2004-12-21 Simon Josefsson * src/callbacks.c: Only set realm if entered. 2004-12-21 Simon Josefsson * NEWS: Add. 2004-12-21 Simon Josefsson * src/smtp.c: Fix CRLF. 2004-12-20 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix. 2004-12-20 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/validate.c: Doc fix. 2004-12-20 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-12-20 Simon Josefsson * lib/digest-md5/README: Fix.F 2004-12-20 Simon Josefsson * lib/plain/server.c: Simplify. 2004-12-20 Simon Josefsson * lib/plain/server.c: Fix mem leak. 2004-12-20 Simon Josefsson * lib/plain/server.c: Typo. 2004-12-20 Simon Josefsson * lib/NEWS: Add. 2004-12-20 Simon Josefsson * lib/plain/server.c: Fix logic. 2004-12-20 Simon Josefsson * lib/plain/server.c: Typo. 2004-12-20 Simon Josefsson * lib/plain/server.c: Reject invalid input. More SASLprep. 2004-12-20 Simon Josefsson * lib/NEWS: Add. 2004-12-20 Simon Josefsson * lib/plain/server.c: SASLprep client string too. 2004-12-20 Simon Josefsson * lib/src/property.c: Handle malloc==NULL. 2004-12-20 Simon Josefsson * tests/.cvsignore: [no log message] 2004-12-20 Simon Josefsson * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Deprecate GSASL_INVALID_HANDLE. 2004-12-20 Simon Josefsson * lib/src/xstep.c: Assume sctx. 2004-12-20 Simon Josefsson * lib/NEWS, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/md5pwd.c, lib/src/obsolete.c, tests/Makefile.am, tests/md5file.c, tests/old-md5file.c: Replace gsasl_md5pwd_get_password with gsasl_simple_getpass, and update callers. 2004-12-20 Simon Josefsson * configure.ac, lib/configure.ac, lib/src/Makefile.am, tests/Makefile.am: Add --disable-obsolete. 2004-12-20 Simon Josefsson * lib/plain/server.c: Fix parse check. 2004-12-20 Simon Josefsson * lib/plain/server.c: Use new API. 2004-12-19 Simon Josefsson * tests/Makefile.am: Add. 2004-12-19 Simon Josefsson * tests/digest-md5.c: Rewrite using new API. 2004-12-19 Simon Josefsson * tests/.cvsignore: [no log message] 2004-12-19 Simon Josefsson * tests/old-digest-md5.c: Add. 2004-12-19 Simon Josefsson * tests/digest-md5.c: Work around x86 sparc printf bug. 2004-12-19 Simon Josefsson * lib/digest-md5/validate.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Add FIXME. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Use auth qop. 2004-12-19 Simon Josefsson * lib/digest-md5/session.c: Don't use uint32_t nor htonl. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix warning. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c: Fix uint32_t uses. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am: Need libgl.la. 2004-12-19 Simon Josefsson * lib/NEWS: Fix. 2004-12-19 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-12-19 Simon Josefsson * lib/configure.ac: Re-enable DIGEST-MD5. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/parser.c, lib/digest-md5/server.c: Fix warnings. 2004-12-19 Simon Josefsson * lib/digest-md5/digesthmac.h: Add doc. 2004-12-19 Simon Josefsson * lib/digest-md5/README, lib/digest-md5/client.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/free.c, lib/digest-md5/parser.c, lib/digest-md5/tokens.h: Use static buffer for response->rspauth. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/shared.c, lib/digest-md5/shared.h: Remove. 2004-12-19 Simon Josefsson * lib/digest-md5/server.c: Rewrite, unfinished, but still probably an improvement. 2004-12-19 Simon Josefsson * lib/digest-md5/validate.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Simplify. 2004-12-19 Simon Josefsson * lib/digest-md5/digesthmac.c: Zero terminate. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h: Modularize session.*. 2004-12-19 Simon Josefsson * lib/digest-md5/digesthmac.h, lib/digest-md5/tokens.h: Move. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/shared.h: Remove. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/server.c: Fix API. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c: Rewrite, unfinished but probably still an improvement. 2004-12-19 Simon Josefsson * lib/digest-md5/shared.c, lib/digest-md5/shared.h: Remove. 2004-12-19 Simon Josefsson * lib/digest-md5/server.c: Use new API (temporarily). 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/digesthmac.c, lib/digest-md5/digesthmac.h, lib/digest-md5/test-parser.c: Modularize digest computation into digesthmac.*. 2004-12-19 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/README: Fix. 2004-12-19 Simon Josefsson * lib/src/property.c: Clear buffer before calling obsolete callbacks, for buggy callbacks. 2004-12-19 Simon Josefsson * lib/src/xfinish.c: Free more. 2004-12-19 Simon Josefsson * gl/iconvme.c, gl/m4/getline.m4, gl/m4/strdup.m4, lib/gl/alloca_.h: Update. 2004-12-19 Simon Josefsson * src/callbacks.c: Add realm callback. 2004-12-19 Simon Josefsson * lib/src/gsasl.h.in: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/free.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/test-parser.c: Use string length indicator in parser API. 2004-12-19 Simon Josefsson * lib/digest-md5/printer.c: Typo. 2004-12-19 Simon Josefsson * src/gsasl.ggo: No multiple realms. 2004-12-19 Simon Josefsson * doc/gsasl.texi: Add. 2004-12-19 Simon Josefsson * lib/src/internal.h: Typo. 2004-12-19 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add qop property. 2004-12-19 Simon Josefsson * lib/gl/.cvsignore: [no log message] 2004-12-19 Simon Josefsson * lib/digest-md5/printer.c: Fix. 2004-12-19 Simon Josefsson * src/callbacks.c: Fix callback for service/hostname. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: fix. 2004-12-19 Simon Josefsson * lib/digest-md5/printer.c: Validate input. Fix printf call. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/free.c, lib/digest-md5/free.h: Add functions to deallocate DIGEST-MD5 token structures. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/validate.c, lib/digest-md5/validate.h: Move more validation logic from parser.c to validate.*. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Make response->response array. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Test more. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/printer.c, lib/digest-md5/printer.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Fix. 2004-12-19 Simon Josefsson * lib/gl/Makefile.am, lib/gl/alloca_.h, lib/gl/asnprintf.c, lib/gl/asprintf.c, lib/gl/m4/alloca.m4, lib/gl/m4/codeset.m4, lib/gl/m4/eoverflow.m4, lib/gl/m4/gettext.m4, lib/gl/m4/glibc21.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/iconv.m4, lib/gl/m4/intdiv0.m4, lib/gl/m4/intmax.m4, lib/gl/m4/intmax_t.m4, lib/gl/m4/inttypes-pri.m4, lib/gl/m4/inttypes.m4, lib/gl/m4/inttypes_h.m4, lib/gl/m4/isc-posix.m4, lib/gl/m4/lcmessage.m4, lib/gl/m4/lib-ld.m4, lib/gl/m4/lib-link.m4, lib/gl/m4/lib-prefix.m4, lib/gl/m4/longdouble.m4, lib/gl/m4/longlong.m4, lib/gl/m4/nls.m4, lib/gl/m4/po.m4, lib/gl/m4/printf-posix.m4, lib/gl/m4/progtest.m4, lib/gl/m4/signed.m4, lib/gl/m4/stdint_h.m4, lib/gl/m4/strdup.m4, lib/gl/m4/uintmax_t.m4, lib/gl/m4/ulonglong.m4, lib/gl/m4/vasnprintf.m4, lib/gl/m4/vasprintf.m4, lib/gl/m4/wchar_t.m4, lib/gl/m4/wint_t.m4, lib/gl/m4/xsize.m4, lib/gl/printf-args.c, lib/gl/printf-args.h, lib/gl/printf-parse.c, lib/gl/printf-parse.h, lib/gl/vasnprintf.c, lib/gl/vasnprintf.h, lib/gl/vasprintf.c, lib/gl/vasprintf.h, lib/gl/xsize.h: Add. 2004-12-19 Simon Josefsson * lib/configure.ac: Add vasprintf module, because DIGEST-MD5 need asprintf. 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/validate.c: Move validate functions to separate file. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Fix qop/cipher types. 2004-12-19 Simon Josefsson * lib/digest-md5/printer.h, lib/digest-md5/validate.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Parse qop/cipher in response. 2004-12-19 Simon Josefsson * lib/digest-md5/README: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Handle qop/cipher in challenge. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Test more. 2004-12-19 Simon Josefsson * lib/digest-md5/test-parser.c: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API. 2004-12-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Use new API. 2004-12-19 Simon Josefsson * lib/digest-md5/getsubopt.c: Fix. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Use 'static'. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c: Remove getsubopt (in getsubopt.c now). 2004-12-19 Simon Josefsson * lib/digest-md5/Makefile.am: Add tokens.h. 2004-12-19 Simon Josefsson * lib/digest-md5/getsubopt.c: Rename, and use prototype from parser.h. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.h: Use tokens.h. 2004-12-19 Simon Josefsson * lib/digest-md5/tokens.h: Add. 2004-12-19 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/parser.h: Add. 2004-12-18 Simon Josefsson * lib/digest-md5/README: Fix. 2004-12-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/README, lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/test-parser.c: Add. 2004-12-18 Simon Josefsson * lib/digest-md5/README: Add. 2004-12-18 Simon Josefsson * lib/digest-md5/.cvsignore: [no log message] 2004-12-17 Simon Josefsson * lib/digest-md5/parser.c, lib/digest-md5/parser.h, lib/digest-md5/test-parser.c: Add, unfinished. 2004-12-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-12-16 Simon Josefsson * gl/iconvme.c: Update. 2004-12-15 Simon Josefsson * gsasl.fms: Fix. 2004-12-15 Simon Josefsson * gsasl.fms: Fix. 2004-12-15 Simon Josefsson * ChangeLog: [no log message] 2004-12-15 Simon Josefsson * lib/ChangeLog: [no log message] 2004-12-15 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-12-15 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.3. 2004-12-15 Simon Josefsson * lib/NEWS: Add. 2004-12-15 Simon Josefsson * NEWS: Add.Add. 2004-12-15 Simon Josefsson * NEWS: Add. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Fix. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Fix. 2004-12-15 Simon Josefsson * lib/cram-md5/client.c: Reorder authid/password queries, tiny patch from Sergey Poznyakoff . 2004-12-15 Simon Josefsson * tests/Makefile.am: Simplify. 2004-12-15 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: New message. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Revert. 2004-12-15 Simon Josefsson * lib/configure.ac: Rename from saslprep to stringprep, for backwards compatibility. 2004-12-15 Simon Josefsson * lib/configure.ac: Output more info. 2004-12-15 Simon Josefsson * lib/configure.ac: Typo. 2004-12-15 Simon Josefsson * lib/NEWS: Add. 2004-12-15 Simon Josefsson * lib/digest-md5/server.c: Fix. 2004-12-15 Simon Josefsson * lib/digest-md5/server.c: Don't NFKC. Fix use-after-free. 2004-12-15 Simon Josefsson * lib/digest-md5/client.c: Don't NFKC for now. 2004-12-15 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/server.c: Update SASLprep API. 2004-12-15 Simon Josefsson * lib/src/obsolete.c: Just fail if libidn isn't installed. 2004-12-15 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Deprecate GSASL_UNICODE_NORMALIZATION_ERROR. 2004-12-15 Simon Josefsson * lib/src/error.c: Move. 2004-12-15 Simon Josefsson * lib/NEWS, lib/src/error.c: Add. 2004-12-15 Simon Josefsson * lib/src/saslprep.c: Work (as much as possible) when libidn isn't available. 2004-12-15 Simon Josefsson * doc/gsasl.texi: Fix. 2004-12-15 Simon Josefsson * lib/configure.ac: Fix libidn. 2004-12-15 Simon Josefsson * lib/Makefile.am, lib/NEWS, lib/configure.ac, lib/libidn/.cvsignore, lib/libidn/Makefile.am, lib/libidn/README, lib/libidn/gunibreak.h, lib/libidn/gunicomp.h, lib/libidn/gunidecomp.h, lib/libidn/nfkc.c, lib/libidn/profiles.c, lib/libidn/rfc3454.c, lib/libidn/stringprep.c, lib/libidn/stringprep.h, lib/libidn/toutf8.c, lib/src/Makefile.am: Revert LibIDN dependency stuff. 2004-12-15 Simon Josefsson * gl/iconvme.c: Fix. 2004-12-15 Simon Josefsson * src/callbacks.c: Use new iconv API. 2004-12-15 Simon Josefsson * gl/Makefile.am, gl/dummy.c: Remove. 2004-12-15 Simon Josefsson * configure.ac: Dummy not needed. 2004-12-15 Simon Josefsson * gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update. 2004-12-15 Simon Josefsson * lib/configure.ac: Dummy not needed, base64 always enabled. 2004-12-15 Simon Josefsson * lib/src/gsasl.h.in: Remove GSASL_CANNOT_VALIDATE. 2004-12-15 Simon Josefsson * lib/login/server.c, lib/plain/server.c: Fall back to internal authentication logic if GSASL_VALIDATE_SIMPLE leads to GSASL_NO_CALLBACK. 2004-12-15 Simon Josefsson * tests/simple.c: Remove authzid from LOGIN test vectors. 2004-12-15 Simon Josefsson * lib/src/callback.c: Zero terminate password. 2004-12-14 Simon Josefsson * lib/NEWS: Fix. 2004-12-14 Simon Josefsson * lib/NEWS: Add. 2004-12-14 Simon Josefsson * lib/src/callback.c: Add 'break' in switch-case. 2004-12-14 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Handle GSASL_VALIDATE_SIMPLE and GSASL_PASSWORD, tiny patch from Sergey Poznyakoff . 2004-12-14 Simon Josefsson * lib/login/server.c, lib/plain/server.c: Invert password validation logic, tiny patch from Sergey Poznyakoff . 2004-12-12 Simon Josefsson * gl/iconvme.c, gl/iconvme.h: Update. 2004-12-10 Simon Josefsson * src/Makefile.am: Revert. 2004-12-10 Simon Josefsson * gl/Makefile.am: Fix. 2004-12-10 Simon Josefsson * gl/Makefile.am, gl/iconvme.c: Update. 2004-12-10 Simon Josefsson * src/Makefile.am: Link with libiconv. 2004-12-10 Simon Josefsson * src/callbacks.c: Use iconvme instead libidn. 2004-12-10 Simon Josefsson * src/internal.h: Remove. 2004-12-10 Simon Josefsson * configure.ac, gl/Makefile.am, gl/iconvme.c, gl/iconvme.h, gl/m4/gnulib.m4, gl/m4/iconvme.m4: Add iconvme. 2004-11-30 Simon Josefsson * lib/NEWS: Add. 2004-11-30 Simon Josefsson * doc/gsasl.texi: Add GSASL_REALM. 2004-11-30 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Add realm property. 2004-11-30 Simon Josefsson * lib/ntlm/ntlm.c: Set domain field to GSASL_REALM property value, because some servers appear to need non-empty domain fields, reported by Martin Lambers . 2004-11-30 Simon Josefsson * gl/m4/restrict.m4, lib/gl/base64.c: Update. 2004-11-30 Simon Josefsson * lib/configure.ac: More idn checks. 2004-11-30 Simon Josefsson * lib/configure.ac: Fix. 2004-11-30 Simon Josefsson * lib/configure.ac: Libidn need ICONV_CONST. 2004-11-30 Simon Josefsson * lib/gl/m4/restrict.m4: Add. 2004-11-30 Simon Josefsson * NEWS: Fix. 2004-11-30 Simon Josefsson * doc/gsasl.texi: Sync example. 2004-11-30 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Fix, for new base64 API. 2004-11-30 Simon Josefsson * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/base64.m4, lib/gl/m4/gnulib.m4: Update. 2004-11-30 Simon Josefsson * tests/simple.c: Complain if aborting early. 2004-11-30 Simon Josefsson * lib/src/xstep.c: Don't clobber return code, reported by Martin Lambers . 2004-11-30 Simon Josefsson * doc/gsasl.texi, lib/NEWS: Add. 2004-11-30 Simon Josefsson * lib/login/client.c: Cleanup. 2004-11-30 Simon Josefsson * tests/simple.c: Fix LOGIN test vector. 2004-11-30 Simon Josefsson * lib/login/client.c: Don't even use SASLprep, SASLprep should be on server side. 2004-11-30 Simon Josefsson * lib/login/client.c: Use SASLprep, not NFKC. 2004-11-30 Simon Josefsson * lib/NEWS: Add. 2004-11-30 Simon Josefsson * lib/plain/client.c: Don't NFKC, align with draft-ietf-sasl-plain-05. 2004-11-30 Simon Josefsson * tests/simple.c: Fix. 2004-11-30 Simon Josefsson * NEWS: Add. 2004-11-30 Simon Josefsson * doc/Makefile.am: Update. 2004-11-30 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-30 Simon Josefsson * tests/simple.c: Don't use lib/config.h. 2004-11-30 Simon Josefsson * tests/Makefile.am: Ignore thread problems in libidn files. 2004-11-30 Simon Josefsson * lib/NEWS, lib/src/Makefile.am, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c, lib/src/stringprep.c: Obsolete gsasl_stringprep_nfkc, gsasl_stringprep_saslprep, and gsasl_stringprep_trace. Use gsasl_saslprep instead. 2004-11-30 Simon Josefsson * lib/src/saslprep.c: Improve API. 2004-11-30 Simon Josefsson * tests/simple.c: Fix. 2004-11-30 Simon Josefsson * lib/libidn/.cvsignore: [no log message] 2004-11-30 Simon Josefsson * lib/Makefile.am, lib/NEWS, lib/configure.ac, lib/libidn/Makefile.am, lib/libidn/README, lib/libidn/gunibreak.h, lib/libidn/gunicomp.h, lib/libidn/gunidecomp.h, lib/libidn/nfkc.c, lib/libidn/profiles.c, lib/libidn/rfc3454.c, lib/libidn/stringprep.c, lib/libidn/stringprep.h, lib/libidn/toutf8.c, lib/src/Makefile.am, lib/src/saslprep.c, lib/src/stringprep-no.c, lib/src/stringprep.c: Add copy of libidn, so we always have SASLprep functionality. 2004-11-30 Simon Josefsson * tests/digest-md5.c: Don't do anything if DIGEST-MD5 isn't supported. 2004-11-30 Simon Josefsson * tests/simple.c: Fix LOGIN tests. 2004-11-30 Simon Josefsson * src/callbacks.c, src/callbacks.h, src/gsasl.c: Use new API (server mode not ported yet). 2004-11-30 Simon Josefsson * lib/src/Makefile.am: Add saslprep.c. 2004-11-30 Simon Josefsson * lib/src/saslprep.c: New file. 2004-11-30 Simon Josefsson * lib/src/gsasl.h.in: Add gsasl_saslprep. 2004-11-30 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-11-30 Simon Josefsson * lib/configure.ac: Disable DIGEST-MD5 by default, until it is rewritten. 2004-11-30 Simon Josefsson * lib/src/base64.c: Use new API. 2004-11-30 Simon Josefsson * lib/gl/base64.c: Update. 2004-11-29 Simon Josefsson * lib/NEWS: Add. 2004-11-29 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump versions. 2004-11-29 Simon Josefsson * lib/plain/client.c: Initialize length variables, fixes problem when no AUTHZID is available. 2004-11-29 Simon Josefsson * lib/login/client.c: Use AUTHID, not AUTHZID, reported by Martin Lambers . 2004-11-29 Simon Josefsson * THANKS, lib/NEWS: Add. 2004-11-29 Simon Josefsson * lib/gl/base64.c, lib/gl/base64.h: Update. 2004-11-29 Simon Josefsson * gsasl.fms: 0.2.2. 2004-11-29 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-11-29 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.2. 2004-11-29 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-11-29 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-11-29 Simon Josefsson * lib/THANKS: Fix. 2004-11-28 Simon Josefsson * lib/securid/client.c: Typo. 2004-11-28 Simon Josefsson * lib/securid/client.c: Simplify. 2004-11-28 Simon Josefsson * lib/src/base64.c, lib/src/obsolete.c: Doc fix. 2004-11-28 Simon Josefsson * lib/NEWS: Fix. 2004-11-28 Simon Josefsson * gl/getopt_.h, gl/m4/getopt.m4: Update. 2004-11-28 Simon Josefsson * doc/Makefile.am: Update. 2004-11-28 Simon Josefsson * lib/gl/base64.c: Update. 2004-11-28 Simon Josefsson * lib/src/base64.c: Doc fix. 2004-11-28 Simon Josefsson * lib/src/base64.c: Cosmetic fix. 2004-11-28 Simon Josefsson * lib/gl/base64.c: Update. 2004-11-28 Simon Josefsson * lib/src/base64.c: Use new API. 2004-11-28 Simon Josefsson * lib/gl/base64.c, lib/gl/base64.h: Update. 2004-11-28 Simon Josefsson * lib/src/xstep.c: Simplify. 2004-11-28 Simon Josefsson * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/base64.m4, lib/gl/m4/gnulib.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Update. 2004-11-27 Simon Josefsson * doc/Makefile.am: Update. 2004-11-27 Simon Josefsson * lib/src/base64.c, lib/src/obsolete.c, lib/src/property.c: Indent. 2004-11-27 Simon Josefsson * lib/NEWS: Add. 2004-11-27 Simon Josefsson * lib/src/xstep.c: Use new base64 API. 2004-11-27 Simon Josefsson * lib/src/base64.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c: Use gnulib for base64 support. 2004-11-27 Simon Josefsson * lib/securid/server.c: Fix read out of bounds error. 2004-11-27 Simon Josefsson * lib/NEWS: Fix. 2004-11-27 Simon Josefsson * lib/cram-md5/digest.c: Use challengelen. 2004-11-27 Simon Josefsson * lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/m4/gnulib.m4, lib/gl/m4/size_max.m4, lib/gl/m4/xsize.m4, lib/gl/xsize.h: Add. 2004-11-26 Simon Josefsson * lib/gl/base64.c: Fix. 2004-11-26 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/base64.c, lib/gl/base64.h, lib/gl/m4/gnulib.m4, lib/gl/m4/stdbool.m4, lib/gl/stdbool_.h: Add base64. 2004-11-25 Simon Josefsson * lib/THANKS: Simplify. 2004-11-25 Simon Josefsson * THANKS: Add. 2004-11-25 Simon Josefsson * THANKS: Make cronological. 2004-11-25 Simon Josefsson * tests/Makefile.am: Fix AM_CPPFLAGS, so objdir != srcdir builds work, tiny patch from Mike Castle . 2004-11-23 Simon Josefsson * doc/gdoc: Normalize warning messages. 2004-11-23 Simon Josefsson * lib/po/pl.po: Update. 2004-11-23 Simon Josefsson * lib/po/fr.po, lib/po/ga.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Try without line numbers. 2004-11-23 Simon Josefsson * doc/gdoc: Sync with libidn. 2004-11-23 Simon Josefsson * lib/po/fr.po: Update. 2004-11-23 Simon Josefsson * lib/po/LINGUAS, lib/po/ga.po: Add. 2004-11-23 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po: Sync with TP. 2004-11-23 Simon Josefsson * lib/po/Makevars, po/LINGUAS, po/Makevars: Fix. 2004-11-23 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-11-22 Simon Josefsson * gl/getopt_.h: Update. 2004-11-20 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-11-20 Simon Josefsson * lib/NEWS: Add. 2004-11-19 Simon Josefsson * lib/src/gsasl.h.in, lib/src/init.c: Doc fix. 2004-11-19 Simon Josefsson * lib/src/error.c, lib/src/suggest.c, lib/src/supportp.c: Doc fix. 2004-11-19 Simon Josefsson * tests/simple.c: Fix valgrins warnings. 2004-11-19 Simon Josefsson * lib/src/callback.c: Fix valgrind warnings. 2004-11-19 Simon Josefsson * lib/cram-md5/server.c: Fix mem leak. 2004-11-19 Simon Josefsson * NEWS, lib/NEWS: Change headings. 2004-11-19 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-11-19 Simon Josefsson * gl/gai_strerror.c, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/getopt.c, gl/getopt1.c, gl/getopt_.h, gl/getopt_int.h, gl/m4/getaddrinfo.m4, gl/m4/getopt.m4, gl/m4/sockpfaf.m4, gl/progname.c, gl/progname.h: Update. 2004-11-19 Simon Josefsson * gsasl.fms: Add. 2004-11-19 Simon Josefsson * ChangeLog: [no log message] 2004-11-19 Simon Josefsson * lib/ChangeLog: [no log message] 2004-11-19 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-11-19 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.1. 2004-11-19 Simon Josefsson * lib/NEWS: Add. 2004-11-19 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-11-19 Simon Josefsson * lib/NEWS: Add. 2004-11-19 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c: Fix encode/decode. 2004-11-18 Simon Josefsson * lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Obsolete GSASL_CANNOT_GET_CTX. 2004-11-18 Simon Josefsson * doc/Makefile.am: Update. 2004-11-18 Simon Josefsson * lib/src/callback.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c, lib/src/property.c: Add CPP definition GSASL_NO_OBSOLETE to hide obsolete code (md5pwd.c still todo). 2004-11-18 Simon Josefsson * doc/Makefile.am: Update. 2004-11-18 Simon Josefsson * lib/src/Makefile.am, lib/src/common.c, lib/src/init.c: Collapse common.c into init.c. 2004-11-18 Simon Josefsson * doc/reference/gsasl-docs.sgml: Fix. 2004-11-18 Simon Josefsson * NEWS: Add. 2004-11-18 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2004-11-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-18 Simon Josefsson * lib/src/Makefile.am, lib/src/callback-c.c, lib/src/callback-s.c, lib/src/obsolete.c: Move obsolete callback interface to obsolete.c. 2004-11-18 Simon Josefsson * doc/reference/gsasl-docs.sgml: Fix. 2004-11-13 Simon Josefsson * doc/gsasl.texi: Typo. 2004-11-07 Simon Josefsson * README-alpha, lib/README-alpha: Fix. 2004-11-07 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-11-07 Simon Josefsson * gsasl.fms: Add. 2004-11-07 Simon Josefsson * AUTHORS: Fix. 2004-11-07 Simon Josefsson * doc/gendocs_template: Sync with texinfo. 2004-11-07 Simon Josefsson * doc/gendocs_template: Fix. 2004-11-07 Simon Josefsson * Makefile.am: Fix release target. 2004-11-07 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-11-07 Simon Josefsson * Makefile.am: Fix release target. 2004-11-07 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Generated. 2004-11-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.2.0. 2004-11-07 Simon Josefsson * tests/Makefile.am, tests/md5file.c: Fix distcheck. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * lib/ntlm/ntlm.c: Use authid instead of authzid. 2004-11-07 Simon Josefsson * tests/simple.c: Fix NTLM. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * doc/.cvsignore: [no log message] 2004-11-07 Simon Josefsson * doc/.cvsignore: [no log message] 2004-11-07 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-07 Simon Josefsson * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml: Add image. 2004-11-07 Simon Josefsson * lib/NEWS: Fix. 2004-11-07 Simon Josefsson * lib/src/property.c: Doc fix. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Improve typography. 2004-11-07 Simon Josefsson * doc/gsasl.texi: Add image. Fixes. 2004-11-07 Simon Josefsson * doc/Makefile.am, doc/abstraction.eps: Add image. 2004-11-05 Simon Josefsson * doc/gsasl.texi: Typo. 2004-11-05 Simon Josefsson * doc/gsasl.texi: Fix. 2004-11-03 Simon Josefsson * gl/getpass.c, gl/m4/getpass.m4: Update. 2004-10-31 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix mem leak. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Revert. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Only use __attribute__ with gcc 3.1 or later. 2004-10-31 Simon Josefsson * lib/configure.ac: Invert MIT vs Heimdal detection logic. 2004-10-31 Simon Josefsson * lib/src/Makefile.am: Fix -export-symbols-regex call. 2004-10-31 Simon Josefsson * tests/Makefile.am: Dist cram-md5.pwd. 2004-10-31 Simon Josefsson * lib/gl/gettext.h, lib/gl/m4/gnulib.m4: Update. 2004-10-31 Simon Josefsson * lib/configure.ac: Use gnulib for gettext. 2004-10-31 Simon Josefsson * lib/gl/Makefile.am: Generate. 2004-10-31 Simon Josefsson * NEWS, lib/NEWS: Enable flyspell too. 2004-10-31 Simon Josefsson * lib/NEWS: Typo. 2004-10-31 Simon Josefsson * AUTHORS, lib/AUTHORS: Fix PGP key. 2004-10-31 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix PDF output. 2004-10-31 Simon Josefsson * Makefile.am: No more doxygen refman.ps. 2004-10-31 Simon Josefsson * doc/doxygen/Doxyfile.in: Update. 2004-10-31 Simon Josefsson * src/callbacks.c: Typo. 2004-10-31 Simon Josefsson * src/callbacks.c: Be specific. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Move around. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Fix properties. 2004-10-31 Simon Josefsson * doc/gdoc-error: Markup fix. 2004-10-31 Simon Josefsson * lib/src/gsasl.h.in: Typo. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Add. 2004-10-31 Simon Josefsson * doc/Makefile.am: Update. 2004-10-31 Simon Josefsson * doc/reference/tmpl/.cvsignore: [no log message] 2004-10-31 Simon Josefsson * doc/reference/tmpl/gsasl-unused.sgml: Add (dummy file, to shut up gtk-doc.make). 2004-10-31 Simon Josefsson * lib/src/done.c: Make it compile. 2004-10-31 Simon Josefsson * lib/src/internal.h: Doc fix. 2004-10-31 Simon Josefsson * lib/src/xfinish.c: Fix mem leaks. 2004-10-31 Simon Josefsson * doc/.cvsignore: [no log message] 2004-10-31 Simon Josefsson * doc/controlflow.eps, doc/controlflow2.eps: Add, dia --export is buggy. 2004-10-31 Simon Josefsson * : Update. 2004-10-31 Simon Josefsson * doc/gsasl.texi: Fix, for removed gsasl_property.*global. 2004-10-31 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Remove *_global property stuff. 2004-10-31 Simon Josefsson * lib/NEWS: Fix. 2004-10-31 Simon Josefsson * examples/client.c: Remove gsasl_property.*global. 2004-10-31 Simon Josefsson * doc/Makefile.am, lib/gssapi/server.c, lib/src/gsasl.h.in, lib/src/property.c: Rename gsasl_property_lset to gsasl_property_set_raw. 2004-10-31 Simon Josefsson * lib/NEWS: Add. 2004-10-31 Simon Josefsson * lib/login/server.c, lib/plain/server.c: Rename property type. 2004-10-31 Simon Josefsson * lib/src/gsasl.h.in: (Gsasl_property): Remove unused properties, for now. 2004-10-31 Simon Josefsson * lib/gssapi/client.c, lib/gssapi/server.c: Fix warnings. 2004-10-31 Simon Josefsson * NEWS: Fix. 2004-10-31 Simon Josefsson * NEWS, lib/NEWS: Fix. 2004-10-31 Simon Josefsson * lib/NEWS: Add. 2004-10-31 Simon Josefsson * lib/src/Makefile.am: Limit exported symbols to ^gsasl. 2004-10-31 Simon Josefsson * lib/src/xstep.c: Doc fix. 2004-10-31 Simon Josefsson * autogen.sh: Add comment. 2004-10-31 Simon Josefsson * autogen.sh: Add gtkdocize. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Move callback functions last too, to improve GTK-DOC output. 2004-10-31 Simon Josefsson * lib/src/gsasl-compat.h: Move callback typedef's last. 2004-10-31 Simon Josefsson * lib/src/gsasl.h.in: Doc fix. 2004-10-31 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add index. 2004-10-31 Simon Josefsson * lib/src/callback.c, lib/src/obsolete.c, lib/src/property.c, lib/src/register.c: Doc fix. 2004-10-31 Simon Josefsson * lib/src/obsolete.c: Doc fix. 2004-10-29 Simon Josefsson * lib/src/version.c: Doc fix. 2004-10-28 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-04.txt, doc/specification/draft-ietf-sasl-rfc2222bis-09.txt: Add. 2004-10-28 Simon Josefsson * doc/gdoc: Support -include. Replace struct marker from & to #, to align with modern GTK-DOC. Improve man and texinfo output. 2004-10-26 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-04.txt, doc/specification/draft-ietf-sasl-plain-05.txt: Add. 2004-10-24 Simon Josefsson * doc/reference/Makefile.am: Add images. 2004-10-24 Simon Josefsson * doc/reference/gsasl-docs.sgml: Add. 2004-10-24 Simon Josefsson * NEWS: Add. 2004-10-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-10-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-10-24 Simon Josefsson * doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml, doc/reference/gsasl.types, doc/reference/gtk-doc.make: Revamp. 2004-10-24 Simon Josefsson * Makefile.am: (DISTCHECK_CONFIGURE_FLAGS): Add --enable-gtk-doc. 2004-10-24 Simon Josefsson * Makefile.am, lib/Makefile.am: (update-po): Fix. 2004-10-24 Simon Josefsson * po/en@boldquot.po, po/en@quot.po: Remove. 2004-10-24 Simon Josefsson * po/LINGUAS: Sync with TP. 2004-10-24 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/LINGUAS: Sync with TP. 2004-10-24 Simon Josefsson * lib/po/LINGUAS, po/LINGUAS, po/de.po, po/en@boldquot.po, po/en@quot.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sq.po, po/sr.po, po/sv.po, po/zh_CN.po: Sync with TP. 2004-10-24 Simon Josefsson * po/LINGUAS: Sync with TP. 2004-10-15 Simon Josefsson * lib/gl/Makefile.am: Update 2004-10-15 Simon Josefsson * doc/Makefile.am: Generated. 2004-10-15 Simon Josefsson * gl/Makefile.am, gl/m4/getopt.m4, gl/m4/gnulib.m4: Update. 2004-10-15 Simon Josefsson * gl/Makefile.am: Update. 2004-10-15 Simon Josefsson * gl/Makefile.am, gl/error.c, gl/getndelim2.c, gl/getpass.c, gl/m4/gnulib.m4, gl/m4/unlocked-io.m4, gl/unlocked-io.h: Update. 2004-10-14 Simon Josefsson * tests/gssapi.c: Fix. 2004-10-14 Simon Josefsson * lib/src/gsasl.h.in: Fix. 2004-10-14 Simon Josefsson * tests/.cvsignore: [no log message] 2004-10-14 Simon Josefsson * tests/gssapi.c: Add. 2004-10-14 Simon Josefsson * tests/old-gssapi.c: Typo. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Don't use fixed size buffers. Use new property API. 2004-10-14 Simon Josefsson * tests/old-gssapi.c: Make it work. 2004-10-14 Simon Josefsson * lib/src/gsasl.h.in, lib/src/property.c: (gsasl_property_lset): Add. 2004-10-14 Simon Josefsson * lib/src/internal.h: Add. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Use new callback API. 2004-10-14 Simon Josefsson * lib/src/property.c: Support GSASL_GSSAPI_DISPLAY_NAME. 2004-10-14 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Support deprecated GSASL_VALIDATE_GSSAPI. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Avoid old-style service callback. 2004-10-14 Simon Josefsson * lib/NEWS: Add. 2004-10-14 Simon Josefsson * lib/gssapi/server.c: Fix memory leak. 2004-10-14 Simon Josefsson * lib/gssapi/client.c: Fix memory leak. 2004-10-14 Simon Josefsson * lib/gssapi/client.c, tests/old-gssapi.c: Fix crash. 2004-10-14 Simon Josefsson * tests/old-gssapi.c: Fix. 2004-10-14 Simon Josefsson * tests/.cvsignore: [no log message] 2004-10-14 Simon Josefsson * tests/Makefile.am: Remove old-gssapi for now. 2004-10-14 Simon Josefsson * tests/Makefile.am, tests/digest-md5.c, tests/gssapi.key, tests/gssapi.tkt, tests/md5file.c, tests/old-gssapi.c: Add. 2004-10-14 Simon Josefsson * lib/gssapi/client.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Support service and hostname properties. 2004-10-14 Simon Josefsson * tests/Makefile.am: Remove duplicated stuff. 2004-10-13 Simon Josefsson * lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/server.c, lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h, lib/external/client.c, lib/external/server.c, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/kerberos_v5/server.c, lib/login/client.c, lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/client.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/client.c, lib/securid/securid.h, lib/securid/server.c, lib/src/obsolete.c, tests/cram-md5.c: Fix warnings. 2004-10-13 Simon Josefsson * lib/src/gsasl-compat.h: Don't deprecate the types that are used in this file. 2004-10-13 Simon Josefsson * lib/external/external.h: Fix warning. 2004-10-13 Simon Josefsson * lib/src/gsasl-compat.h: Use GCC __attribute__((deprecated)), if available, to generate warnings on use. 2004-10-13 Simon Josefsson * tests/.cvsignore: [no log message] 2004-10-13 Simon Josefsson * tests/Makefile.am, tests/cram-md5.c, tests/old-cram-md5.c, tests/utils.c: Add new cram-md5 test. 2004-10-12 Simon Josefsson * doc/gsasl.texi: Typo. 2004-10-12 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-04 Simon Josefsson * doc/.cvsignore: [no log message] 2004-10-04 Simon Josefsson * doc/Makefile.am: Add. 2004-10-04 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c, lib/digest-md5/getsubopt.c, lib/digest-md5/shared.c, lib/digest-md5/shared.h, lib/plain/client.c: Fix warnings. 2004-10-04 Simon Josefsson * doc/Makefile.am: Generated. 2004-10-04 Simon Josefsson * lib/digest-md5/server.c, lib/digest-md5/shared.c, lib/digest-md5/shared.h: Fix warnings. 2004-10-04 Simon Josefsson * lib/digest-md5/getsubopt.c: Fix warning. 2004-10-04 Simon Josefsson * lib/NEWS: Add. 2004-10-04 Simon Josefsson * lib/NEWS, lib/src/gsasl-compat.h, lib/src/obsolete.c: (gsasl_server_suggest_mechanism): Add, but as deprecated, for binary compatibility. 2004-10-04 Simon Josefsson * lib/src/gsasl.h.in: Typo. 2004-10-04 Simon Josefsson * lib/NEWS, lib/src/gsasl.h.in, lib/src/suggest.c: (gsasl_server_suggest_mechanism): Remove. 2004-10-04 Simon Josefsson * : Update. 2004-10-04 Simon Josefsson * : Update. 2004-10-04 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-04 Simon Josefsson * examples/client-mech.c: Typ. 2004-10-04 Simon Josefsson * doc/gsasl.texi: Fix. 2004-10-04 Simon Josefsson * doc/gsasl.texi: (Using the Library): Rewrite. 2004-10-03 Simon Josefsson * examples/client-callback.c, examples/client-serverfirst.c, examples/client.c: Fix. 2004-10-03 Simon Josefsson * doc/Makefile.am: Add. 2004-10-03 Simon Josefsson * doc/.cvsignore: [no log message] 2004-10-03 Simon Josefsson * lib/src/init.c: Doc fix. 2004-10-03 Simon Josefsson * doc/Makefile.am: Fix. 2004-10-03 Simon Josefsson * doc/gsasl.texi: Add. 2004-10-03 Simon Josefsson * lib/NEWS, lib/anonymous/client.c, lib/anonymous/server.c, lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in, lib/src/property.c: Cleanup properties. 2004-10-03 Simon Josefsson * lib/external/server.c: Clear authzid. 2004-09-30 Simon Josefsson * doc/gsasl.texi: Fix. 2004-09-30 Simon Josefsson * : Update. 2004-09-30 Simon Josefsson * examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Fix. 2004-09-30 Simon Josefsson * doc/.cvsignore: [no log message] 2004-09-30 Simon Josefsson * doc/Makefile.am, doc/gsasl.texi: Add. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * doc/gsasl.texi, lib/src/callback.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c: Simplify callback hook. 2004-09-30 Simon Josefsson * lib/NEWS: Fix. 2004-09-30 Simon Josefsson * lib/src/gsasl.h.in: Doc fix. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * lib/NEWS: Fix. 2004-09-30 Simon Josefsson * examples/client-callback.c, lib/anonymous/server.c, lib/external/server.c, lib/login/server.c, lib/plain/server.c, lib/securid/server.c, lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Simplify callbacks, now there is only one application callback (the global). 2004-09-30 Simon Josefsson * doc/gsasl.texi: Fix. 2004-09-30 Simon Josefsson * NEWS: Add. 2004-09-30 Simon Josefsson * lib/src/gsasl-compat.h: Typo. 2004-09-30 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl.h.in: Obsolete some error codes. 2004-09-30 Simon Josefsson * tests/simple.c: Update, for libntlm 0.3.6. 2004-09-30 Simon Josefsson * doc/Makefile.am, doc/gsasl-example1.c: Remove. 2004-09-30 Simon Josefsson * Makefile.am, configure.ac, doc/gsasl.texi, examples/.cvsignore, examples/Makefile.am, examples/README, examples/client-callback.c, examples/client-mech.c, examples/client-serverfirst.c, examples/client.c: Add examples. 2004-09-30 Simon Josefsson * doc/Makefile.am: Generate. 2004-09-30 Simon Josefsson * lib/src/property.c: (gsasl_property_fast, gsasl_property_fast_global): Fix crashes on NULL input. 2004-09-30 Simon Josefsson * lib/src/callback.c: (gsasl_callback): Give sctx to global callback. 2004-09-30 Simon Josefsson * lib/plain/client.c, lib/securid/client.c: Don't fail on missing authzid. 2004-09-29 Simon Josefsson * NEWS, tests/Makefile.am, tests/md5file.c, tests/utils.c: Add. 2004-09-29 Simon Josefsson * tests/.cvsignore: [no log message] 2004-09-29 Simon Josefsson * tests/cram-md5.pwd, tests/utils.c, tests/utils.h: Add. 2004-09-29 Simon Josefsson * gl/Makefile.am, gl/dummy.c, gl/m4/gnulib.m4, gl/progname.h, lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4: Update. 2004-09-28 Simon Josefsson * lib/configure.ac, lib/gl/Makefile.am, lib/gl/dummy.c, lib/gl/m4/gnulib.m4, lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h: Use new GNULib. 2004-09-26 Simon Josefsson * lib/NEWS, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/crypto/Makefile.am, lib/digest-md5/Makefile.am, lib/digest-md5/shared.h, lib/external/Makefile.am, lib/gl/Makefile.am, lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h, lib/gssapi/Makefile.am, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/shared.h, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am, tests/Makefile.am: Use Lesser GNULib. 2004-09-24 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated. 2004-09-24 Simon Josefsson * NEWS, lib/NEWS: Fix. 2004-09-24 Simon Josefsson * configure.ac, lib/configure.ac: Bump versions. 2004-09-24 Simon Josefsson * lib/src/gsasl-mech.h, lib/src/gsasl.h.in: Move. 2004-09-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-09-24 Simon Josefsson * doc/reference/Makefile.am: Add. 2004-09-24 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-09-24 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Add gsasl-mech. 2004-09-24 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/shared.c, lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/shared.h, lib/gssapi/x-gssapi.h, lib/login/client.c, lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Avoid use of internal.h. 2004-09-24 Simon Josefsson * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/x-gssapi.h, lib/login/client.c, lib/login/login.h, lib/login/server.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/securid/client.c, lib/securid/securid.h, lib/src/gsasl-mech.h, lib/src/xfinish.c: Make mechanism finish function return void. 2004-09-24 Simon Josefsson * lib/src/listmech.c: Cleanup. 2004-09-24 Simon Josefsson * lib/src/listmech.c: Use new API. 2004-09-24 Simon Josefsson * lib/anonymous/anonymous.h: Indent. 2004-09-24 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/mechinfo.c, lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.h, lib/cram-md5/mechinfo.c, lib/digest-md5/Makefile.am, lib/digest-md5/digest-md5.h, lib/digest-md5/mechinfo.c, lib/external/Makefile.am, lib/external/external.h, lib/external/mechinfo.c, lib/gssapi/Makefile.am, lib/gssapi/mechinfo.c, lib/gssapi/x-gssapi.h, lib/login/Makefile.am, lib/login/login.h, lib/login/mechinfo.c, lib/ntlm/Makefile.am, lib/ntlm/mechinfo.c, lib/ntlm/x-ntlm.h, lib/plain/Makefile.am, lib/plain/mechinfo.c, lib/plain/plain.h, lib/securid/Makefile.am, lib/securid/mechinfo.c, lib/securid/securid.h, lib/src/common.c, lib/src/init.c: Move mechanism definitions from src/common.c into */mechinfo.c. 2004-09-24 Simon Josefsson * lib/digest-md5/client.c, lib/src/gsasl.h.in: Fix. 2004-09-24 Simon Josefsson * lib/src/Makefile.am, lib/src/gsasl-mech.h, lib/src/gsasl.h.in: Move mechanism stuff from gsasl.h.in to gsasl-mech.h. 2004-09-24 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/external/client.c, lib/external/external.h, lib/external/server.c, lib/plain/client.c, lib/plain/plain.h, lib/plain/server.c, lib/securid/client.c, lib/securid/securid.h, lib/securid/server.c, lib/src/common.c: Remove useless start functions. Cleanup. 2004-09-24 Simon Josefsson * lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/server.c, lib/src/common.c, lib/src/xstart.c: Support NULL start mechanism functions. Remove useless start functions. 2004-09-24 Simon Josefsson * lib/anonymous/server.c: Typo. 2004-09-24 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.h, lib/anonymous/client.c: Fix. 2004-09-24 Simon Josefsson * lib/anonymous/client.c, lib/anonymous/server.c, lib/external/client.c, lib/external/external.h, lib/external/server.c: Fix. 2004-09-24 Simon Josefsson * lib/src/gsasl.h.in: Doc fix. 2004-09-24 Simon Josefsson * lib/NEWS: Add. 2004-09-24 Simon Josefsson * lib/NEWS: Add. 2004-09-24 Simon Josefsson * lib/src/common.c, lib/src/gsasl.h.in, lib/src/xstart.c: Indent. 2004-09-24 Simon Josefsson * lib/src/xstart.c: Cleanup. 2004-09-24 Simon Josefsson * lib/src/register.c: Doc fix. 2004-09-24 Simon Josefsson * lib/src/register.c: Fix. 2004-09-24 Simon Josefsson * doc/Makefile.am, doc/gsasl.texi, lib/NEWS: Add. 2004-09-24 Simon Josefsson * lib/src/common.c, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/listmech.c, lib/src/register.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/xcode.c, lib/src/xstart.c, lib/src/xstep.c: Make mechanism interface public. 2004-09-24 Simon Josefsson * lib/src/common.c, lib/src/internal.h, lib/src/xstep.c: Remove non-allocating step interface. 2004-09-24 Simon Josefsson * lib/gssapi/server.c, lib/gssapi/x-gssapi.h: Make GSSAPI server use allocating interface. 2004-09-24 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/src/common.c: Use new allocating step API in DIGEST-MD5. 2004-09-23 Simon Josefsson * tests/digest-md5.c: Fix. 2004-09-23 Simon Josefsson * tests/digest-md5.c: Fix. 2004-09-23 Simon Josefsson * tests/Makefile.am, tests/digest-md5.c: Add. 2004-09-23 Simon Josefsson * tests/.cvsignore: [no log message] 2004-09-23 Simon Josefsson * lib/digest-md5/client.c, lib/digest-md5/server.c: Fix valgrind complaints. 2004-09-23 Simon Josefsson * lib/digest-md5/server.c: Fix. 2004-09-23 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/server.c, lib/digest-md5/session.c, lib/digest-md5/session.h: Split off and unify data protection in DIGEST-MD5. 2004-09-23 Simon Josefsson * src/gsasl.c: Remove debugging print of b64 encoded session data. 2004-09-23 Simon Josefsson * lib/cram-md5/client.c: Cleanup. 2004-09-23 Simon Josefsson * lib/cram-md5/client.c: Use digest.h API. 2004-09-23 Simon Josefsson * lib/src/common.c: Disable KERBEROS_V5 for now. 2004-09-23 Simon Josefsson * lib/securid/securid.h, lib/securid/server.c, lib/src/callback.c, lib/src/common.c: Make SECURID server use new APIs. 2004-09-23 Simon Josefsson * lib/securid/client.c: Fix. 2004-09-23 Simon Josefsson * lib/securid/client.c, lib/securid/securid.h, lib/src/common.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Make SECURID client use new allocating API. Use new callback/property API in SECURID client. 2004-09-23 Simon Josefsson * lib/NEWS: Reorder. 2004-09-23 Simon Josefsson * src/gsasl.c: Fix gsasl_encode use. 2004-09-23 Simon Josefsson * lib/NEWS, lib/digest-md5/client.c, lib/digest-md5/digest-md5.h, lib/digest-md5/server.c, lib/gssapi/client.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/client.c, lib/kerberos_v5/server.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/obsolete.c, lib/src/xcode.c: (gsasl_encode. gsasl_decode): Allocate OUTPUT buffer. Change in prototype. Update types and callers. 2004-09-22 Simon Josefsson * tests/cram-md5.c: Fix buggy callbacks. 2004-09-22 Simon Josefsson * lib/src/internal.h, lib/src/version.c: Cleanup includes. 2004-09-22 Simon Josefsson * lib/configure.ac: Fix NTLM test. 2004-09-22 Simon Josefsson * tests/simple.c: Fix NTLM test cases. 2004-09-22 Simon Josefsson * doc/gsasl.texi, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix. 2004-09-22 Simon Josefsson * lib/src/Makefile.am: Add gnulib. 2004-09-22 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Remove. 2004-09-21 Simon Josefsson * lib/gssapi/x-gssapi.h: Fix. 2004-09-21 Simon Josefsson * lib/gssapi/client.c, lib/gssapi/x-gssapi.h, lib/src/common.c: Make GSSAPI client use new allocating API, and new callback interface. 2004-09-21 Simon Josefsson * lib/src/error.c: Add. 2004-09-21 Simon Josefsson * lib/src/error.c, lib/src/gsasl.h.in: Add. 2004-09-21 Simon Josefsson * lib/src/gsasl.h.in: Add. 2004-09-21 Simon Josefsson * lib/cram-md5/server.c: Fix. 2004-09-21 Simon Josefsson * lib/cram-md5/cram-md5.h, lib/cram-md5/server.c, lib/src/common.c: Make CRAM-MD5 server use new allocating output. Use digest.* in CRAM-MD5 server. Use new callback interface in CRAM-MD5 server (means dropping support for validation of CRAM-MD5 hashes within application, will anyone miss it?). 2004-09-21 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: Make CRAM-MD5 client use new allocating API, and new callback interface. 2004-09-21 Simon Josefsson * lib/plain/client.c, lib/plain/server.c: Typo. 2004-09-21 Simon Josefsson * lib/plain/client.c: Typo. 2004-09-21 Simon Josefsson * lib/plain/server.c: Use new callback interface. 2004-09-21 Simon Josefsson * lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Make PLAIN server use new allocating API. 2004-09-21 Simon Josefsson * lib/login/login.h, lib/login/server.c, lib/src/common.c: Make LOGIN server support new allocating API. Use new callback/property API in LOGIN server. 2004-09-21 Simon Josefsson * lib/external/server.c: Fix crash. 2004-09-21 Simon Josefsson * tests/simple.c: Fix crash in EXTERNAL client. 2004-09-21 Simon Josefsson * lib/src/property.c: (gsasl_property_set, gsasl_property_set_global): Handle data==NULL. 2004-09-21 Simon Josefsson * lib/external/client.c, lib/external/server.c, lib/login/client.c, lib/ntlm/ntlm.c, lib/plain/client.c, lib/src/gsasl.h.in, lib/src/property.c: Fix. 2004-09-21 Simon Josefsson * lib/NEWS: Add. 2004-09-21 Simon Josefsson * lib/external/server.c: Support authzid. 2004-09-21 Simon Josefsson * lib/external/client.c: Support authorization identities. 2004-09-20 Simon Josefsson * lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c, lib/src/xcode.c: (gsasl_encode, gsasl_decode): Obsolete. (gsasl_encode_inline, gsasl_decode_inline): Add. Same as above. 2004-09-20 Simon Josefsson * lib/NEWS: Add. 2004-09-20 Simon Josefsson * lib/src/gsasl.h.in: (Gsasl_rc): Specify numbers explicitly, to make sure existing names are never renumbered. Move new errors last, to maintain binary compatibility with last release. 2004-09-20 Simon Josefsson * lib/src/gsasl.h.in: Move. 2004-09-20 Simon Josefsson * lib/NEWS: Add. 2004-09-20 Simon Josefsson * lib/src/callback.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/obsolete.c: (gsasl_ctx_get): Obsolete. 2004-09-19 Simon Josefsson * gl/getaddrinfo.c, gl/getaddrinfo.h, gl/progname.c, gl/progname.h: Update. 2004-09-18 Simon Josefsson * lib/configure.ac: Fix. 2004-09-18 Simon Josefsson * tests/threadsafety: Fix. 2004-09-18 Simon Josefsson * lib/src/stringprep-no.c: Fix.Add. 2004-09-18 Simon Josefsson * lib/src/error.c: Add. 2004-09-18 Simon Josefsson * tests/threadsafety: Fix. 2004-09-18 Simon Josefsson * tests/Makefile.am: Fix. 2004-09-18 Simon Josefsson * lib/crypto/gc-nettle.c, lib/crypto/hmac.h: Remove SHA. 2004-09-18 Simon Josefsson * lib/crypto/Makefile.am: Fix. 2004-09-18 Simon Josefsson * THANKS, lib/THANKS: Add. 2004-09-18 Simon Josefsson * lib/configure.ac: Check for netinet/in.h, reported by Paul Romero . 2004-09-18 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-09-18 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h.in: Move. 2004-09-18 Simon Josefsson * doc/Makefile.am: Fix. 2004-09-18 Simon Josefsson * doc/Makefile.am: Fix. 2004-09-18 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Fix. 2004-09-18 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-09-18 Simon Josefsson * lib/src/callback.c: Doc fix. 2004-09-18 Simon Josefsson * lib/src/callback.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Doc fix. 2004-09-18 Simon Josefsson * doc/gsasl.texi: Move. 2004-09-18 Simon Josefsson * doc/gsasl.texi: Add. 2004-09-18 Simon Josefsson * doc/gsasl.texi: Move. 2004-09-18 Simon Josefsson * lib/cram-md5/client.c, lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/gssapi/client.c, lib/plain/client.c, lib/plain/server.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c, lib/src/register.c, lib/src/xstep.c, src/smtp.c, tests/cram-md5.c: Indent. 2004-09-18 Simon Josefsson * lib/src/gsasl.h.in, lib/src/internal.h: Fix. 2004-09-18 Simon Josefsson * lib/src/internal.h: Fix. 2004-09-18 Simon Josefsson * lib/cram-md5/server.c, lib/crypto/gc-nettle.c, lib/ntlm/ntlm.c, lib/src/common.c, tests/cram-md5.c: Fix warnings. 2004-09-18 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sr.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/ro.po, po/sr.po, po/sv.po: Generated. 2004-09-18 Simon Josefsson * doc/Makefile.am: Update. 2004-09-18 Simon Josefsson * lib/external/client.c: Cleanup. 2004-09-18 Simon Josefsson * lib/anonymous/anonymous.h: Fix. 2004-09-18 Simon Josefsson * lib/gssapi/gssapi.c: Remove. 2004-09-18 Simon Josefsson * lib/gssapi/Makefile.am, lib/gssapi/client.c, lib/gssapi/server.c, lib/gssapi/shared.h: Split up GSSAPI. 2004-09-18 Simon Josefsson * lib/kerberos_v5/Makefile.am, lib/kerberos_v5/client.c, lib/kerberos_v5/server.c, lib/kerberos_v5/shared.h: Split up KERBEROS_V5. 2004-09-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/digest-md5/client.c, lib/digest-md5/digest-md5.c, lib/digest-md5/getsubopt.c, lib/digest-md5/server.c, lib/digest-md5/shared.c, lib/digest-md5/shared.h: Split up DIGEST-MD5. 2004-09-18 Simon Josefsson * lib/cram-md5/client.c, lib/cram-md5/cram-md5.h, lib/src/common.c: Cleanup CRAM-MD5. 2004-09-18 Simon Josefsson * lib/ntlm/Makefile.am, lib/ntlm/ntlm.c: Cleanup NTLM. 2004-09-18 Simon Josefsson * lib/securid/Makefile.am, lib/securid/client.c, lib/securid/securid.c, lib/securid/securid.h, lib/securid/server.c, lib/src/common.c: Cleanup SECURID. 2004-09-18 Simon Josefsson * lib/ntlm/Makefile.am, lib/src/xfinish.c: Typo. 2004-09-18 Simon Josefsson * lib/login/login.h: Fix. 2004-09-18 Simon Josefsson * lib/login/Makefile.am, lib/login/client.c, lib/login/login.c, lib/login/server.c: Cleanup LOGIN. 2004-09-18 Simon Josefsson * lib/plain/Makefile.am, lib/plain/client.c, lib/plain/plain.c, lib/plain/plain.h, lib/plain/server.c, lib/src/common.c: Cleanup PLAIN. 2004-09-18 Simon Josefsson * lib/external/Makefile.am, lib/external/client.c, lib/external/external.c, lib/external/server.c, lib/src/callback.c: Make EXTERNAL use new callback API. Cleanup. 2004-09-18 Simon Josefsson * lib/anonymous/Makefile.am: Typo. 2004-09-18 Simon Josefsson * lib/anonymous/Makefile.am: Typo. 2004-09-18 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/anonymous/client.c, lib/anonymous/server.c, lib/src/common.c: Cleanup. 2004-09-18 Simon Josefsson * lib/anonymous/anonymous.c, lib/anonymous/client.c, lib/anonymous/server.c: Cleanup. 2004-09-18 Simon Josefsson * lib/external/external.h: Fix. 2004-09-18 Simon Josefsson * lib/external/external.c, lib/src/common.c: Remove useless EXTERNAL finish function. 2004-09-18 Simon Josefsson * lib/src/xfinish.c: Handle NULL finish plugin method. Fix mem leak. 2004-09-18 Simon Josefsson * lib/src/done.c: Fix mem leak. 2004-09-18 Simon Josefsson * lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/src/common.c: Make NTLM use new allocating API. 2004-09-18 Simon Josefsson * lib/external/external.c, lib/external/external.h, lib/src/common.c: Make EXTERNAL use new allocating API. 2004-09-18 Simon Josefsson * lib/plain/plain.c, lib/plain/plain.h, lib/src/common.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Make PLAIN client use new callback API. Add authid property. 2004-09-18 Simon Josefsson * lib/login/login.c, lib/login/login.h, lib/src/common.c, lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c: Make LOGIN client use new callback API. Add password/authzid properties. 2004-09-18 Simon Josefsson * lib/NEWS: Add. 2004-09-18 Simon Josefsson * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/src/Makefile.am, lib/src/callback.c, lib/src/common.c, lib/src/done.c, lib/src/error.c, lib/src/gsasl-compat.h, lib/src/gsasl.h.in, lib/src/internal.h, lib/src/property.c, lib/src/xfinish.c: Add new callback/property interface, thereby deprecating old callback system. Move obsolete APIs from gsasl.h.in to gsasl-compat.h. Include gsasl-compat.h in gsasl.h.in. Fix the ANONYMOUS mechanism to use the new interface, including the new allocating mechanism interface. 2004-09-17 Simon Josefsson * lib/src/Makefile.am, lib/src/init.c, lib/src/internal.h, lib/src/register.c: (gsasl_register): Add. (gsasl_init): Use it. 2004-09-17 Simon Josefsson * lib/src/init.c: Cleanup. 2004-09-17 Simon Josefsson * lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h, lib/external/external.c, lib/external/external.h, lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/login/login.c, lib/login/login.h, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain/plain.c, lib/plain/plain.h, lib/securid/securid.c, lib/src/common.c: Remove useless plugin init/done functions. 2004-09-17 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.h, lib/cram-md5/init_client.c, lib/cram-md5/init_server.c, lib/src/common.c: Remove useless CRAM-MD5 init/done. 2004-09-17 Simon Josefsson * lib/src/done.c, lib/src/init.c: Support NULL module init/done functions. 2004-09-17 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/client.c, lib/cram-md5/cram-md5.c, lib/cram-md5/server.c: Split up cram-md5.c into client.c and server.c. 2004-09-17 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/cram-md5.c, lib/cram-md5/init_client.c, lib/cram-md5/init_server.c: Cleanup init. 2004-09-16 Simon Josefsson * tests/Makefile.am: Fix. 2004-09-16 Simon Josefsson * tests/Makefile.am: Use threadsafety. 2004-09-16 Simon Josefsson * tests/threadsafety: Add. 2004-09-13 Simon Josefsson * lib/po/LINGUAS, lib/po/sr.po, lib/po/sv.po, po/pl.po: Sync with TP. 2004-09-13 Simon Josefsson * doc/reference/Makefile.am: (clean-local): Add style.css. 2004-09-09 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-04.txt: Add. 2004-09-05 Simon Josefsson * configure.ac, gl/Makefile.am, gl/getaddrinfo.c, gl/getaddrinfo.h, gl/m4/getaddrinfo.m4, gl/m4/gnulib.m4, gl/m4/restrict.m4, src/gsasl.c, src/internal.h: Assume getaddrinfo. Add getaddrinfo gnulib module, for system that lack it. 2004-08-31 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-08-31 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sv.po: Sync with TP. 2004-08-31 Simon Josefsson * doc/gsasl-example1.c, doc/gsasl.texi: Fix example. 2004-08-31 Simon Josefsson * doc/Makefile.am: Fix. 2004-08-31 Simon Josefsson * doc/Makefile.gdoci: Remove. 2004-08-31 Simon Josefsson * autogen.sh: Simplify. 2004-08-31 Simon Josefsson * doc/Makefile.am: Rewrite gdoc stuff. 2004-08-31 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2004-08-31 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-31 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix update-po. 2004-08-26 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2004-08-26 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-23 Simon Josefsson * m4/autobuild.m4: Update. 2004-08-23 Simon Josefsson * NEWS: Typo. 2004-08-21 Simon Josefsson * lib/configure.ac: Add GC stuff. 2004-08-21 Simon Josefsson * lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/crypto/hmac.h, lib/crypto/sha.h: Sync GC with GnuTLS. 2004-08-18 Simon Josefsson * po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-18 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump version. 2004-08-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-08-18 Simon Josefsson * gl/m4/gnulib.m4, lib/gl/m4/gnulib.m4: Update. 2004-08-16 Simon Josefsson * configure.ac, gl/Makefile.am, gl/m4/gnulib.m4, lib/configure.ac, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Update. 2004-08-16 Simon Josefsson * gl/m4/gnulib.m4: Update. 2004-08-10 Simon Josefsson * gl/getpass.c, gl/getpass.h: Update. 2004-08-08 Simon Josefsson * gsasl.fms: Fix. 2004-08-08 Simon Josefsson * gsasl.fms: Add. 2004-08-07 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-08-07 Simon Josefsson * lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Generated. 2004-08-07 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.4. 2004-08-07 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-08-07 Simon Josefsson * gl/Makefile.am: Fix. 2004-08-07 Simon Josefsson * lib/configure.ac: Bump versions. 2004-08-07 Simon Josefsson * configure.ac: Bump version. 2004-08-07 Simon Josefsson * lib/gl/Makefile.am, lib/gl/m4/gnulib.m4, po/sv.po: Update. 2004-08-07 Simon Josefsson * lib/Makefile.am: Fix aclocal -I's. 2004-08-07 Simon Josefsson * lib/configure.ac: Use new gnulib-tool stuff. 2004-08-07 Simon Josefsson * src/callbacks.c, src/internal.h: Fix. 2004-08-07 Simon Josefsson * gl/Makefile.am, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/getpass.c, gl/getpass.h, gl/getpassword.c, gl/getpassword.h, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/getpass.m4, gl/m4/gnulib.m4, gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/stdbool_.h: Update. 2004-08-07 Simon Josefsson * configure.ac: Use new gnulib-tool stuff. 2004-08-07 Simon Josefsson * gl/Makefile.am, gl/m4/gnulib.m4, lib/gl/Makefile.am, lib/gl/m4/gnulib.m4: Fix. 2004-08-07 Simon Josefsson * lib/gl/Makefile.am: Generated. 2004-08-07 Simon Josefsson * lib/gl/m4/gnulib.m4, lib/gl/m4/onceonly_2_57.m4: Add. 2004-08-07 Simon Josefsson * lib/configure.ac: For gnulib. 2004-08-07 Simon Josefsson * configure.ac: Use new gnulib-tool stuff. 2004-08-07 Simon Josefsson * gl/Makefile.am, gl/stdbool_.h: Update. 2004-08-07 Simon Josefsson * gl/m4/codeset.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4, gl/m4/gnulib.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/intmax.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/nls.m4, gl/m4/po.m4, gl/m4/printf-posix.m4, gl/m4/progtest.m4, gl/m4/signed.m4, gl/m4/size_max.m4, gl/m4/stdint_h.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/m4/xsize.m4: Add. 2004-08-07 Simon Josefsson * gl/Makefile.am: Generated. 2004-08-07 Simon Josefsson * gl/error.c, gl/m4/fatal.m4, gl/m4/gnulib.m4, gl/m4/stdbool.m4, lib/gl/m4/strdup.m4, lib/gl/strdup.c, lib/gl/strdup.h: Update. 2004-08-07 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.c: Update. 2004-08-06 Simon Josefsson * lib/po/LINGUAS, po/LINGUAS: Sync with TP. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am: Fix. 2004-08-06 Simon Josefsson * lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix. 2004-08-06 Simon Josefsson * Makefile.am, lib/Makefile.am: (update-po): Add. 2004-08-06 Simon Josefsson * lib/po/sv.po, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po, po/sv.po: Sync with TP. 2004-08-05 Simon Josefsson * NEWS, lib/NEWS: Fix. 2004-08-05 Simon Josefsson * lib/po/.cvsignore, po/.cvsignore: [no log message] 2004-08-05 Simon Josefsson * NEWS, lib/NEWS: Add. 2004-08-05 Simon Josefsson * gl/progname.lo: Remove. 2004-08-05 Simon Josefsson * lib/po/LINGUAS, lib/po/fr.po, lib/po/nl.po, lib/po/pl.po, lib/po/ro.po, po/LINGUAS, po/de.po, po/eu.po, po/fr.po, po/ga.po, po/nl.po, po/pl.po, po/ro.po, po/sr.po: Add. 2004-08-04 Simon Josefsson * lib/cram-md5/challenge.c, lib/crypto/gc-nettle.c, lib/digest-md5/digest-md5.c, lib/src/crypto.c: Fix, reported by Dimitri Papadopoulos-Orfanos . 2004-08-03 Simon Josefsson * lib/gl/dummy.c: Update. 2004-08-03 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-08-03 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-08-03 Simon Josefsson * doc/gendocs_template: Update. 2004-08-03 Simon Josefsson * doc/gendocs.sh: Fix. 2004-08-03 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.3. 2004-08-03 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.h: Fix. 2004-08-03 Simon Josefsson * src/internal.h: Fix. 2004-08-03 Simon Josefsson * src/internal.h: Fix. 2004-08-03 Simon Josefsson * gl/getpassword.c, gl/getpassword.h, lib/cram-md5/digest.c, src/gsasl.c, src/internal.h: Fix. 2004-08-03 Simon Josefsson * configure.ac, gl/progname.h: Fix. 2004-08-03 Simon Josefsson * : Remove. 2004-08-03 Simon Josefsson * lib/NEWS: Add. 2004-08-03 Simon Josefsson * NEWS, configure.ac, lib/configure.ac: Bump version. 2004-08-03 Simon Josefsson * lib/digest-md5/digest-md5.c: (_gsasl_digest_md5_client_step): If no qop callback, default to no QOP. 2004-08-03 Simon Josefsson * src/gsasl.c: Simplify setlocale. 2004-08-03 Simon Josefsson * src/internal.h: Define setlocale. 2004-08-03 Simon Josefsson * src/gsasl.c: Fix cmd line parsing. 2004-08-03 Simon Josefsson * configure.ac, gl/Makefile.am, gl/fatal.c, gl/fatal.h: Remove fatal. 2004-08-03 Simon Josefsson * src/gsasl.c: Use error. 2004-08-03 Simon Josefsson * src/gsasl.c: Use error. 2004-08-03 Simon Josefsson * src/internal.h: #Include errno.h. 2004-08-03 Simon Josefsson * configure.ac: Look for errno.h. 2004-08-03 Simon Josefsson * src/gsasl.c: Use progname. 2004-08-03 Simon Josefsson * gl/progname.c, gl/progname.h, gl/progname.lo, gl/stdbool_.h: Gnulib. 2004-08-03 Simon Josefsson * configure.ac, gl/m4/error.m4, gl/m4/extensions.m4, gl/m4/fatal.m4, gl/m4/onceonly_2_57.m4, gl/m4/stdbool.m4, gl/m4/strerror_r.m4, gl/m4/unlocked-io.m4: Gnulib fixes. 2004-08-03 Simon Josefsson * gl/Makefile.am: Add progname. 2004-08-03 Simon Josefsson * gl/Makefile.am, gl/dummy.c, gl/error.c, gl/error.h, gl/exit.h, gl/fatal.c, gl/fatal.h, gl/unlocked-io.h: Add fatal module. Update. 2004-08-03 Simon Josefsson * NEWS: Add. 2004-08-03 Simon Josefsson * src/gsasl.c: Use getaddrinfo, if available. 2004-08-03 Simon Josefsson * configure.ac: Fix. 2004-08-03 Simon Josefsson * configure.ac: Check for getaddrinfo. 2004-08-03 Simon Josefsson * src/gsasl.c: Fix unnamed option handling. 2004-08-03 Simon Josefsson * src/callbacks.c: (client_callback_authentication_id): Use getpwuid. 2004-08-03 Simon Josefsson * NEWS: Add. 2004-08-03 Simon Josefsson * src/internal.h: #include pwd.h. 2004-08-03 Simon Josefsson * configure.ac: Look for pwd.h. 2004-08-03 Simon Josefsson * src/gsasl.c: Handle hostname/port on command line. 2004-08-03 Simon Josefsson * src/gsasl.ggo: Doc fix. 2004-08-03 Simon Josefsson * src/Makefile.am: Use unnamed options. 2004-08-03 Simon Josefsson * src/gsasl.ggo: Make --client and --imap default. 2004-07-26 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-10.txt: Add. 2004-07-16 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-07-16 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-07-16 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.2. 2004-07-16 Simon Josefsson * THANKS, lib/THANKS: Add. 2004-07-16 Simon Josefsson * THANKS: Add. 2004-07-16 Simon Josefsson * gl/getopt.c, gl/getopt1.c, gl/m4/getopt.m4: Update. 2004-07-16 Simon Josefsson * configure.ac: Use ABINIT. 2004-07-16 Simon Josefsson * m4/autobuild.m4: Add. 2004-07-16 Simon Josefsson * gl/dummy.c, lib/gl/dummy.c: Typo. 2004-07-16 Simon Josefsson * gl/Makefile.am, gl/dummy.c, lib/gl/Makefile.am, lib/gl/dummy.c: Add. 2004-07-13 Simon Josefsson * doc/specification/draft-melnikov-ldap-distr-auth-00.txt: Add. 2004-07-13 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-03.txt: Add. 2004-07-10 Simon Josefsson * doc/gsasl.texi: Fix. 2004-07-10 Simon Josefsson * doc/gsasl.texi: Fix. 2004-07-10 Simon Josefsson * lib/src/xstep.c: Use allocating interface, if present. 2004-07-10 Simon Josefsson * lib/src/internal.h: Add allocating "step" interface. 2004-07-10 Simon Josefsson * lib/src/callback-c.c, lib/src/callback-s.c: Don't crash on if handed NULL input. 2004-07-10 Simon Josefsson * tests/cram-md5.c: Fix mem leak. 2004-07-05 Simon Josefsson * NEWS: Mention SMTP. 2004-07-05 Simon Josefsson * tests/utils.c: Add. 2004-07-05 Simon Josefsson * doc/gsasl.texi, tests/Makefile.am, tests/cram-md5.c, tests/simple.c: Fix. 2004-07-05 Simon Josefsson * configure.ac: Add comment. 2004-07-05 Simon Josefsson * tests/simple.c: Use config.h's. 2004-07-03 Simon Josefsson * configure.ac: Use config.h again. 2004-07-02 Simon Josefsson * lib/NEWS: Add. 2004-07-02 Simon Josefsson * configure.ac: Cosmetic fix. 2004-07-02 Simon Josefsson * NEWS: Add. 2004-07-02 Simon Josefsson * gl/.cvsignore: [no log message] 2004-07-02 Simon Josefsson * gl/readline.c: Fix. 2004-07-02 Simon Josefsson * gl/Makefile.am: Update getopt stuff. 2004-07-02 Simon Josefsson * gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/getopt_.h, gl/m4/getopt.m4: Update getopt, to make cross compile builds to uClibc systems work. 2004-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-07.txt: Add. 2004-06-29 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-08.txt: Add. 2004-06-29 Simon Josefsson * doc/gsasl.texi: Add. 2004-06-28 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-01.txt: Add. 2004-06-28 Simon Josefsson * src/gsasl.ggo: Fix. 2004-06-28 Simon Josefsson * src/callbacks.c: (client_callback_passcoe): Use getpassword. 2004-06-28 Simon Josefsson * src/gsasl.ggo: Make -d the default. 2004-06-28 Simon Josefsson * src/callbacks.c: Don't prompt for authzid. 2004-06-28 Simon Josefsson * src/gsasl.ggo: Fix. 2004-06-28 Simon Josefsson * NEWS, gl/getpassword.c: Add. 2004-06-28 Simon Josefsson * gl/getpassword.c: Fix. 2004-06-28 Simon Josefsson * src/callbacks.c: Use getpassword. 2004-06-28 Simon Josefsson * gl/Makefile.am, gl/getpassword.c, gl/getpassword.h: Add. 2004-06-28 Simon Josefsson * src/callbacks.c: Use extern readline. 2004-06-28 Simon Josefsson * gl/readline.c: Add. 2004-06-28 Simon Josefsson * gl/Makefile.am: (libgl_la_SOURCES) [!READLINE]: Add readline.c. 2004-06-28 Simon Josefsson * configure.ac: Proper readline tests. 2004-06-28 Simon Josefsson * configure.ac: Look for readline properly. 2004-06-28 Simon Josefsson * configure.ac: Look for readline. 2004-06-27 Simon Josefsson * src/smtp.c: Fix EHLO greeting. 2004-06-27 Simon Josefsson * src/smtp.c: Parse SASL mechanisms from EHLO. 2004-06-27 Simon Josefsson * tests/Makefile.am: Clear DEFS. 2004-06-27 Simon Josefsson * tests/simple.c: Include config.h unconditionally. 2004-06-27 Simon Josefsson * tests/cram-md5.c, tests/utils.c: Don't #include config.h. 2004-06-27 Simon Josefsson * tests/Makefile.am: Use AM_CPPFLAGS, only one config.h now. 2004-06-27 Simon Josefsson * configure.ac: Don't use config.h. 2004-06-27 Simon Josefsson * configure.ac, lib/configure.ac, src/internal.h: Assume standard C. 2004-06-27 Simon Josefsson * src/gsasl.c, src/internal.h: Avoid errno. 2004-06-27 Simon Josefsson * configure.ac: Remove errno and uid_t tests. 2004-06-27 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2004-06-26 Simon Josefsson * po/sv.po: Generated. 2004-06-26 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-06-26 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.1. 2004-06-26 Simon Josefsson * lib/configure.ac: Bump so version. 2004-06-26 Simon Josefsson * lib/ChangeLog: [no log message] 2004-06-26 Simon Josefsson * lib/cram-md5/Makefile.am, lib/src/Makefile.am: Fix -I's. 2004-06-26 Simon Josefsson * lib/po/sv.po: Generated. 2004-06-26 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-26 Simon Josefsson * lib/configure.ac: Default libgcrypt off. 2004-06-26 Simon Josefsson * lib/configure.ac, lib/crypto/Makefile.am: (NETTLE_CFLAGS, NETTLE_LIBS): Remove. 2004-06-26 Simon Josefsson * tests/Makefile.am: Add. 2004-06-26 Simon Josefsson * lib/crypto/gc-nettle.c: Fix. 2004-06-26 Simon Josefsson * doc/reference/Makefile.am: Fix. 2004-06-26 Simon Josefsson * doc/reference/Makefile.am: Fix. 2004-06-26 Simon Josefsson * NEWS: Add. 2004-06-26 Simon Josefsson * doc/gsasl.texi, lib/NEWS: Fix. 2004-06-26 Simon Josefsson * lib/crypto/gc.h: Fix (for GTK-DOC). 2004-06-26 Simon Josefsson * doc/gsasl.texi: Fix. 2004-06-26 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/getopt_int.h: Update. 2004-06-26 Simon Josefsson * lib/NEWS: Add. 2004-06-26 Simon Josefsson * lib/NEWS: Add. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-24 Simon Josefsson * doc/gsasl.texi: Add. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Fix. 2004-06-24 Simon Josefsson * tests/.cvsignore: [no log message] 2004-06-24 Simon Josefsson * tests/cram-md5.c: Add. 2004-06-24 Simon Josefsson * tests/Makefile.am: Add cram-md5. 2004-06-24 Simon Josefsson * tests/cram-md5.c: Add. 2004-06-24 Simon Josefsson * lib/src/Makefile.am: Remove crypto.h. 2004-06-24 Simon Josefsson * tests/simple.c: Use utils.*. 2004-06-24 Simon Josefsson * tests/utils.c, tests/utils.h: Fix. 2004-06-24 Simon Josefsson * tests/Makefile.am: Build utils. 2004-06-24 Simon Josefsson * tests/utils.c, tests/utils.h: Add. 2004-06-18 Simon Josefsson * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/digest.c: Add doc. 2004-06-18 Simon Josefsson * lib/cram-md5/digest.c: Cleanup. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Cleanup. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c: Fix. 2004-06-18 Simon Josefsson * lib/cram-md5/challenge.c, lib/cram-md5/challenge.h: Fix. 2004-06-18 Simon Josefsson * lib/src/Makefile.am, lib/src/crypto.c, lib/src/obsolete.c: De-deprecate crypto API (may be need by applications that use callbacks to verify HMAC-MD5 cookies). 2004-06-18 Simon Josefsson * lib/NEWS, lib/src/gsasl.h.in: Revert. 2004-06-18 Simon Josefsson * lib/NEWS: Fix. 2004-06-18 Simon Josefsson * lib/src/gsasl.h.in, lib/src/obsolete.c: (gsasl_nonce, gsasl_random): Remove. 2004-06-17 Simon Josefsson * lib/src/gsasl.h.in: Move obsolete functions around. 2004-06-17 Simon Josefsson * lib/Makefile.am, lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/gc-libgcrypt.c, lib/crypto/gc-nettle.c, lib/crypto/gc.h, lib/src/Makefile.am, lib/src/crypto.h, lib/src/init.c, lib/src/libgcrypt.c, lib/src/nettle.c, lib/src/obsolete.c: Initiate creation of GC ("generic crypto") as non-GSASL specific Nettle/Libgcrypt wrapper. Obsolete gsasl_nonce, gsasl_random, gsasl_md5, gsasl_hmac_md5. 2004-06-17 Simon Josefsson * lib/cram-md5/digest.c: Add. 2004-06-17 Simon Josefsson * lib/cram-md5/digest.h: Fix. 2004-06-17 Simon Josefsson * lib/cram-md5/digest.h: Add. 2004-06-17 Simon Josefsson * tests/Makefile.am: Modify DEFAULT_INCLUDES instead of AM_CPPFLAGS, because the Automake defaults will make us pick up the wrong config.h. (This uses undocumented features, how to solve cleanly?) 2004-06-17 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-08 Simon Josefsson * lib/cram-md5/challenge.h: Doc fix. 2004-06-08 Simon Josefsson * lib/cram-md5/challenge.h: Doc fix. 2004-06-07 Simon Josefsson * lib/cram-md5/challenge.c: Doc fix. 2004-06-07 Simon Josefsson * lib/src/nettle.c: Doc fix. 2004-06-07 Simon Josefsson * lib/NEWS: Fix. 2004-06-07 Simon Josefsson * lib/src/libgcrypt.c, lib/src/nettle.c: (gsasl_randomize): Rename to gsasl_random. 2004-06-07 Simon Josefsson * lib/src/obsolete.c: (gsasl_randomize): Add. 2004-06-07 Simon Josefsson * lib/src/gsasl.h.in: (gsasl_random): Add. (gsasl_randomize): Make backwards compatible. Now an obsolete function. 2004-06-07 Simon Josefsson * lib/digest-md5/digest-md5.c: Use gsasl_nonce. 2004-06-07 Simon Josefsson * lib/cram-md5/cram-md5.c: Use challenge.h interface. 2004-06-07 Simon Josefsson * lib/cram-md5/Makefile.am, lib/cram-md5/challenge.c, lib/cram-md5/challenge.h: challenge.h, challenge.c: Add. 2004-06-07 Simon Josefsson * lib/NEWS: Add. 2004-06-07 Simon Josefsson * lib/src/nettle.c: (gsasl_randomize): Don't take "strong" parameter. (gsasl_nonce, randomize): Add. 2004-06-07 Simon Josefsson * lib/src/gsasl.h.in, lib/src/libgcrypt.c: (gsasl_randomize): Don't take "strong" parameter. (gsasl_nonce): Add. 2004-06-06 Simon Josefsson * doc/specification/sasl-mechanisms: Update. 2004-06-06 Simon Josefsson * lib/NEWS, lib/THANKS: Add. 2004-06-06 Simon Josefsson * lib/src/suggest.c: Indent. 2004-06-06 Simon Josefsson * lib/src/suggest.c: (gsasl_client_suggest_mechanism, gsasl_server_suggest_mechanism): Implement them, patch from Dirk Dierckx . 2004-05-21 Simon Josefsson * doc/specification/draft-newman-sasl-c-api-03.txt: Add. 2004-04-30 Simon Josefsson * tests/Makefile.am: Use -no-install to avoid libtool wrapper script. 2004-04-30 Simon Josefsson * tests/simple.c: Fix warnings. 2004-04-30 Simon Josefsson * tests/simple.c: Fix warnings. 2004-04-30 Simon Josefsson * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c, src/gsasl.c, src/internal.h: Fix warnings. 2004-04-29 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-09.txt: Add. 2004-04-24 Simon Josefsson * lib/kerberos_v5/Makefile.am, lib/ntlm/Makefile.am: Fix license. 2004-04-24 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h: Fix license. 2004-04-21 Simon Josefsson * lib/src/common.c: Add GSSAPI client encode/decode. 2004-04-21 Simon Josefsson * lib/gssapi/x-gssapi.h: Add. 2004-04-21 Simon Josefsson * src/callbacks.c: (client_callback_qop): Default to none, for now. 2004-04-21 Simon Josefsson * lib/gssapi/gssapi.c: Initial client-side integrity/confidentiality layer support. 2004-04-21 Simon Josefsson * AUTHORS: Update PGP key. 2004-04-21 Simon Josefsson * lib/gssapi/gssapi.c: Use GSS_ERROR. 2004-04-18 Simon Josefsson * lib/libgsasl.pc.in: Drop -R libs flag. 2004-04-16 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix paths. 2004-04-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: [no log message] 2004-04-16 Simon Josefsson * lib/po/sv.po: Generated. 2004-04-16 Simon Josefsson * lib/Makefile.am: Fix release target. 2004-04-16 Simon Josefsson * lib/ChangeLog: [no log message] 2004-04-16 Simon Josefsson * NEWS, lib/NEWS: Version 0.1.0. 2004-04-16 Simon Josefsson * doc/specification/draft-burdis-cat-srp-sasl-08.txt: Add. 2004-04-16 Simon Josefsson * README-alpha, lib/README-alpha: Fix versions. 2004-04-16 Simon Josefsson * Makefile.am: Fix release target. 2004-04-16 Simon Josefsson * lib/Makefile.am: Add release target. 2004-04-16 Simon Josefsson * lib/NEWS: Add. 2004-04-16 Simon Josefsson * NEWS, configure.ac, lib/NEWS, lib/configure.ac: Bump versions. 2004-04-16 Simon Josefsson * lib/src/Makefile.am: Fix -I's. 2004-04-16 Simon Josefsson * Makefile.am, lib/Makefile.am: Fix ChangeLog target. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: Update. 2004-04-16 Simon Josefsson * README, lib/README: Fix. 2004-04-16 Simon Josefsson * lib/gl/m4/strdup.m4: Add. 2004-04-16 Simon Josefsson * gl/m4/getopt.m4: Re-add (accidentally removed). 2004-04-16 Simon Josefsson * lib/m4/check_headerlib.m4: Cosmetic fixes. 2004-04-16 Simon Josefsson * gl/m4/getopt.m4: Remove. 2004-04-16 Simon Josefsson * lib/src/gsasl.h.in: Fix license. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: Update. 2004-04-16 Simon Josefsson * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am, lib/src/Makefile.am, src/Makefile.am, tests/Makefile.am: Remove indent target. 2004-04-16 Simon Josefsson * Makefile.am: Typo. 2004-04-16 Simon Josefsson * .cvscopying: [no log message] 2004-04-16 Simon Josefsson * Makefile.am: Fix ChangeLog target. Remove indent target. 2004-04-16 Simon Josefsson * lib/Makefile.am: Fix ChangeLog target. 2004-04-16 Simon Josefsson * .cvscopying: Fix. 2004-04-16 Simon Josefsson * Makefile.am: Fix ChangeLog target. 2004-04-16 Simon Josefsson * m4/.cvsignore: [no log message] 2004-04-16 Simon Josefsson * configure.ac, lib/configure.ac: Use modern software. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog, lib/po/sv.po: Generated. 2004-04-16 Simon Josefsson * po/sv.po: Fix. 2004-04-16 Simon Josefsson * src/gsasl.c: Typo. 2004-04-16 Simon Josefsson * doc/reference/Makefile.am: Fix HIGNORE. 2004-04-16 Simon Josefsson * ChangeLog, lib/ChangeLog: Generated. 2004-04-16 Simon Josefsson * lib/Makefile.am: Add ChangeLog target. 2004-04-16 Simon Josefsson * NEWS, lib/NEWS: Remove. 2004-04-16 Simon Josefsson * lib/gl/strdup.h: Revert to my own version, for LGPL. 2004-04-15 Simon Josefsson * lib/gl/strdup.c: Copy from libc, for LGPL, and fix some things. 2004-04-15 Simon Josefsson * lib/gl/gettext.h: From gettext CVS, with LGPL. 2004-04-15 Simon Josefsson * lib/crypto/Makefile.am: Fix license. Remove alloca. 2004-04-15 Simon Josefsson * lib/crypto/Makefile.am, lib/crypto/cbc.h, lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h: Update. 2004-04-15 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-04-15 Simon Josefsson * README, lib/README: Fix. 2004-04-15 Simon Josefsson * lib/README: Add. 2004-04-15 Simon Josefsson * lib/po/sv.po, po/sv.po: Generated. 2004-04-15 Simon Josefsson * doc/reference/Makefile.am: Fix HIGNORE. 2004-04-15 Simon Josefsson * src/gsasl.c: Translation fixes. 2004-04-15 Simon Josefsson * README, doc/gsasl.texi, po/sv.po, src/callbacks.h: Fix. 2004-04-15 Simon Josefsson * src/gsasl.c: Translation fixes. 2004-04-15 Simon Josefsson * po/sv.po: Fix. 2004-04-15 Simon Josefsson * doc/reference/Makefile.am: Revert HIGNORE change. 2004-04-15 Simon Josefsson * po/pl.po: Remove (for now). 2004-04-15 Simon Josefsson * THANKS: Fix. 2004-04-15 Simon Josefsson * COPYING, NEWS, lib/README-alpha, lib/THANKS: Add. 2004-04-15 Simon Josefsson * po/LINGUAS: Remove Polish (for now). 2004-04-15 Simon Josefsson * lib/po/POTFILES.in, po/POTFILES.in: Fix. 2004-04-15 Simon Josefsson * doc/Makefile.am, doc/reference/Makefile.am, src/Makefile.am, tests/Makefile.am: Fix paths. 2004-04-15 Simon Josefsson * lib/po/sv.po: Update. 2004-04-15 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h: Revert license. 2004-04-15 Simon Josefsson * lib/kerberos_v5/Makefile.am: Fix -I's. 2004-04-15 Simon Josefsson * lib/po/sv.po: Fixes. 2004-04-15 Simon Josefsson * lib/po/LINGUAS, lib/po/pl.po: Remove Polish (for now). 2004-04-15 Simon Josefsson * lib/src/callback-c.c, lib/src/callback-s.c, lib/src/callback.c, lib/src/common.c, lib/src/crypto.h, lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/libgcrypt.c, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/nettle.c, lib/src/obsolete.c, lib/src/stringprep-no.c, lib/src/stringprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c: Fix license. 2004-04-15 Simon Josefsson * lib/login/Makefile.am, lib/plain/Makefile.am: Fix -I's. 2004-04-15 Simon Josefsson * lib/cram-md5/Makefile.am: Fix license. Fix -I's. 2004-04-15 Simon Josefsson * lib/anonymous/Makefile.am, lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/cram-md5/cram-md5.c, lib/cram-md5/cram-md5.h, lib/digest-md5/Makefile.am, lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h, lib/external/Makefile.am, lib/external/external.c, lib/external/external.h, lib/gssapi/Makefile.am, lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5/Makefile.am, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/login/Makefile.am, lib/login/login.c, lib/login/login.h, lib/plain/Makefile.am, lib/plain/plain.c, lib/plain/plain.h, lib/securid/Makefile.am, lib/securid/securid.c, lib/securid/securid.h: Fix license. 2004-04-15 Simon Josefsson * lib/COPYING: Add. 2004-04-15 Simon Josefsson * lib/.cvsignore, lib/m4/.cvsignore: [no log message] 2004-04-15 Simon Josefsson * lib/.cvsignore, lib/m4/.cvsignore, lib/po/.cvsignore, lib/src/.cvsignore: [no log message] 2004-04-15 Simon Josefsson * lib/configure.ac: Build src/Makefile. 2004-04-15 Simon Josefsson * lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gssapi/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am: Fix paths. 2004-04-15 Simon Josefsson * lib/configure.ac: Build gl/Makefile. 2004-04-15 Simon Josefsson * lib/po/POTFILES.in: Fix. 2004-04-15 Simon Josefsson * lib/Makefile.am, lib/base64.c, lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/common.c, lib/configure.ac, lib/crypto.h, lib/done.c, lib/error.c, lib/gsasl.h.in, lib/init.c, lib/internal.h, lib/libgcrypt.c, lib/listmech.c, lib/md5pwd.c, lib/nettle.c, lib/obsolete.c, lib/src/Makefile.am, lib/src/base64.c, lib/src/callback-c.c, lib/src/callback-s.c, lib/src/callback.c, lib/src/common.c, lib/src/crypto.h, lib/src/done.c, lib/src/error.c, lib/src/gsasl.h.in, lib/src/init.c, lib/src/internal.h, lib/src/libgcrypt.c, lib/src/listmech.c, lib/src/md5pwd.c, lib/src/nettle.c, lib/src/obsolete.c, lib/src/stringprep-no.c, lib/src/stringprep.c, lib/src/suggest.c, lib/src/supportp.c, lib/src/version.c, lib/src/xcode.c, lib/src/xfinish.c, lib/src/xstart.c, lib/src/xstep.c, lib/stringprep-no.c, lib/stringprep.c, lib/suggest.c, lib/supportp.c, lib/version.c, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: Move *.{c,h,h.in} from to src/. 2004-04-15 Simon Josefsson * lib/Makefile.am, lib/gl/.cvsignore, lib/gl/Makefile.am, lib/gl/gettext.h, lib/gl/strdup.c, lib/gl/strdup.h: Add gl/. 2004-04-15 Simon Josefsson * lib/Makefile.am: Fix license. 2004-04-15 Simon Josefsson * lib/po/.cvsignore, lib/po/LINGUAS, lib/po/Makevars, lib/po/POTFILES.in, lib/po/pl.po, lib/po/sv.po: Add. 2004-04-15 Simon Josefsson * lib/Makefile.am: Fix NTLM. 2004-04-15 Simon Josefsson * lib/configure.ac: Use gettext 0.14.0. Remove non-C89 stuff. 2004-04-15 Simon Josefsson * lib/ChangeLog: Add. 2004-04-15 Simon Josefsson * lib/AUTHORS, lib/NEWS, lib/README, lib/THANKS: Add. 2004-04-15 Simon Josefsson * lib/Makefile.am: Add ACLOCAL_AMFLAGS. 2004-04-15 Simon Josefsson * lib/m4/ax_create_stdint_h.m4, lib/m4/check_headerlib.m4, lib/m4/libgcrypt.m4, m4/ax_create_stdint_h.m4, m4/check_headerlib.m4, m4/libgcrypt.m4: Move library m4's from m4/ to lib/m4. 2004-04-15 Simon Josefsson * lib/configure.ac: Autoupdated. 2004-04-15 Simon Josefsson * lib/Makefile.am: Recurse into po/. 2004-04-15 Simon Josefsson * lib/autogen.sh: Add. 2004-04-15 Simon Josefsson * lib/Makefile.am: Add libgsasl.pc*. Recurse into crypto/ if needed. 2004-04-15 Simon Josefsson * lib/configure.ac: Add, taken mostly from ../configure.ac. 2004-04-15 Simon Josefsson * configure.ac: Remove most of library specific code. Add AC_CONFIG_SUBDIRS(lib). 2004-04-15 Simon Josefsson * Makefile.am: Don't build libgsasl.pc here. Don't recurse into crypto/. 2004-04-15 Simon Josefsson * crypto/.cvsignore, crypto/Makefile.am, crypto/README, crypto/README.gsasl, crypto/hmac-md5.c, crypto/hmac.c, crypto/hmac.h, crypto/macros.h, crypto/md5-meta.c, crypto/md5.c, crypto/md5.h, crypto/memxor.c, crypto/memxor.h, crypto/nettle-internal.h, crypto/nettle-meta.h, lib/crypto/.cvsignore, lib/crypto/Makefile.am, lib/crypto/README, lib/crypto/README.gsasl, lib/crypto/hmac-md5.c, lib/crypto/hmac.c, lib/crypto/hmac.h, lib/crypto/macros.h, lib/crypto/md5-meta.c, lib/crypto/md5.c, lib/crypto/md5.h, lib/crypto/memxor.c, lib/crypto/memxor.h, lib/crypto/nettle-internal.h, lib/crypto/nettle-meta.h: Move crypto/ from top-level to lib/. 2004-04-15 Simon Josefsson * lib/libgsasl.pc.in, libgsasl.pc.in: Move libgsasl.pc.in from top-level to lib/. 2004-04-13 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-03.tx t, doc/specification/draft-siemborski-rfc1734bis-03.txt, doc/specification/draft-siemborski-rfc2554bis-03.txt: Add. 2004-04-12 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-08.txt: Add. 2004-03-23 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-07.txt: Add. 2004-03-10 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-06.txt: Add. 2004-03-09 Simon Josefsson * THANKS: Add. 2004-03-09 Simon Josefsson * doc/gsasl.texi: Fix example code, reported by Tomas Ogren . 2004-03-05 Simon Josefsson * doc/specification/draft-melnikov-rfc2831bis-02.txt: Add. 2004-02-29 Simon Josefsson * NEWS: Add. 2004-02-29 Simon Josefsson * gl/strdup.c, gl/strdup.h: Sync with gnulib. 2004-02-29 Simon Josefsson * po/.cvsignore: [no log message] 2004-02-29 Simon Josefsson * THANKS, po/LINGUAS, po/pl.po: Add Polish translation, from Jakub Bogusz . 2004-02-17 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-04.txt, doc/specification/draft-ietf-sasl-rfc2831bis-03.txt: Add. 2004-02-17 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-03.txt, doc/specification/draft-ietf-sasl-saslprep-05.txt: Add. 2004-02-16 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-06.txt: Add. 2004-01-28 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-02.txt, doc/specification/draft-ietf-sasl-rfc2222bis-05.txt: Add. 2004-01-23 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.c, gl/strdup.h: Update. 2004-01-23 Simon Josefsson * gl/strdup.h: Fix. 2004-01-22 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-22 Simon Josefsson * ChangeLog: [no log message] 2004-01-22 Simon Josefsson * NEWS: Version 0.0.14. 2004-01-22 Simon Josefsson * po/sv.po: Update. 2004-01-21 Simon Josefsson * doc/specification/sasl-mechanisms: Add. 2004-01-18 Simon Josefsson * lib/Makefile.am: Fix NTLM. 2004-01-18 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.h: Fix. 2004-01-18 Simon Josefsson * doc/Makefile.am: Add fdl.texi. 2004-01-18 Simon Josefsson * doc/fdl.texi: Add. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -I's. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Fix -Igl. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Add FDL. Remove final TOCs. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Use FDL 1.2. 2004-01-18 Simon Josefsson * doc/Makefile.am, doc/fdl.texi, doc/gpl.texi, doc/gsasl.texi: Remove gpl.texi and fdl.texi for now. 2004-01-18 Simon Josefsson * NEWS: Add. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Fix. 2004-01-18 Simon Josefsson * doc/gsasl.texi: Add. 2004-01-18 Simon Josefsson * src/internal.h: Include strdup.h. 2004-01-18 Simon Josefsson * gl/strdup.h: Add. 2004-01-18 Simon Josefsson * gl/Makefile.am: Add strdup.h. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am, lib/kerberos_v5/Makefile.am: Need -lgl. 2004-01-18 Simon Josefsson * lib/digest-md5/digest-md5.c, lib/kerberos_v5/kerberos_v5.c: Include strdup.h. 2004-01-18 Simon Josefsson * doc/reference/Makefile.am: Fix ignore. 2004-01-18 Simon Josefsson * doc/reference/Makefile.am: Fix HIGNORE. 2004-01-18 Simon Josefsson * gl/m4/strdup.m4, gl/strdup.c: Add. 2004-01-18 Simon Josefsson * configure.ac: Add strdup. 2004-01-18 Simon Josefsson * src/getopt.c, src/getopt.h, src/getopt1.c: Moved to ../gl/. 2004-01-18 Simon Josefsson * lib/Makefile.am, lib/gettext.h: Use -Igl instead of gettext.h. 2004-01-18 Simon Josefsson * src/Makefile.am: Add -Igl, for gettext.h. 2004-01-18 Simon Josefsson * src/Makefile.am: Replace getopt with -lgl from ../gl/. 2004-01-18 Simon Josefsson * gl/.cvsignore: [no log message] 2004-01-18 Simon Josefsson * Makefile.am: Aclocal -I gl/m4. 2004-01-18 Simon Josefsson * gl/Makefile.am, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/gettext.h, gl/m4/getopt.m4: Add. 2004-01-18 Simon Josefsson * configure.ac: Remove old getopt test. 2004-01-18 Simon Josefsson * Makefile.am: Add gl/. 2004-01-18 Simon Josefsson * configure.ac: Use getopt from gnulib. Add gl/. 2004-01-18 Simon Josefsson * src/gsasl.c, src/imap.c: Indent. 2004-01-18 Simon Josefsson * lib/init.c: Move _gsasl_crypto_init prototype to crypto.h. 2004-01-18 Simon Josefsson * lib/nettle.c: Include crypto.h. Fix warnings. 2004-01-18 Simon Josefsson * lib/libgcrypt.c: Fix warnings. 2004-01-18 Simon Josefsson * lib/libgcrypt.c: Include crypto.h. 2004-01-18 Simon Josefsson * lib/Makefile.am, lib/crypto.h: Add crypto.h. 2004-01-18 Simon Josefsson * lib/digest-md5/digest-md5.c: Use nettle-types.h for uint32_t etc. Fix warning. 2004-01-18 Simon Josefsson * lib/digest-md5/Makefile.am: Add. 2004-01-17 Simon Josefsson * NEWS: Add. 2004-01-17 Simon Josefsson * lib/anonymous/.cvsignore, lib/cram-md5/.cvsignore, lib/digest-md5/.cvsignore, lib/external/.cvsignore, lib/gssapi/.cvsignore, lib/kerberos_v5/.cvsignore, lib/login/.cvsignore, lib/ntlm/.cvsignore, lib/plain/.cvsignore, lib/securid/.cvsignore: [no log message] 2004-01-17 Simon Josefsson * configure.ac, lib/Makefile.am, lib/anonymous/Makefile.am, lib/cram-md5/Makefile.am, lib/digest-md5/Makefile.am, lib/external/Makefile.am, lib/gssapi/Makefile.am, lib/kerberos_v5/Makefile.am, lib/login/Makefile.am, lib/ntlm/Makefile.am, lib/plain/Makefile.am, lib/securid/Makefile.am: Build helper libraries for each mechanism. 2004-01-17 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-17 Simon Josefsson * Makefile.am: Fix release target. 2004-01-17 Simon Josefsson * ChangeLog: [no log message] 2004-01-17 Simon Josefsson * doc/gsasl.texi: Fix title. 2004-01-17 Simon Josefsson * crypto/Makefile.am: Add nettle-types.h to BUILT_SOURCES and DISTCLEANFILES. 2004-01-17 Simon Josefsson * crypto/Makefile.am: Dist nettle-internal.h. 2004-01-17 Simon Josefsson * NEWS: Version 0.0.13. 2004-01-17 Simon Josefsson * po/sv.po: Generated. 2004-01-17 Simon Josefsson * Makefile.am: Fix release target. 2004-01-17 Simon Josefsson * NEWS: Add. 2004-01-17 Simon Josefsson * configure.ac, crypto/hmac.c, crypto/hmac.h, crypto/md5.h, crypto/memxor.h, crypto/nettle-internal.h, crypto/nettle-meta.h, m4/ax_create_stdint_h.m4: Update Nettle files. Use ax_create_stdint_h, for Nettle. 2004-01-17 Simon Josefsson * crypto/.cvsignore, po/.cvsignore: [no log message] 2004-01-16 Simon Josefsson * po/gsasl.pot: Remove. 2004-01-15 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-15 Simon Josefsson * ChangeLog: [no log message] 2004-01-15 Simon Josefsson * NEWS: Version 0.0.12. 2004-01-15 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2004-01-15 Simon Josefsson * Makefile.am: (release): Use binary PGP. Add ftp-upload.gnu.org stuff. Use CSS. 2004-01-15 Simon Josefsson * doc/gendocs.sh: Upstream sync. 2004-01-15 Simon Josefsson * src/imap.c: (imap_step_recv): Remove \r\n from SASL base64 tokens. 2004-01-14 Simon Josefsson * NEWS: Add. 2004-01-14 Simon Josefsson * NEWS: Add. 2004-01-14 Simon Josefsson * src/imap.c: (imap_select_mechanism): Read capability line and capability command response in two separate calls. 2004-01-14 Simon Josefsson * src/gsasl.c: (readln): For sockets, just read one line at a time. 2004-01-14 Simon Josefsson * lib/obsolete.c: (gsasl_client_listmech, gsasl_server_listmech): Make room for \0. 2004-01-12 Simon Josefsson * src/gsasl.c: Fix messages. 2004-01-10 Simon Josefsson * doc/Makefile.am: Maintainerclean man pages. 2004-01-10 Simon Josefsson * doc/Makefile.am: Fix gsasl.1 depends. 2004-01-10 Simon Josefsson * doc/Makefile.am: Dist texinfo.css. 2004-01-10 Simon Josefsson * doc/gendocs.sh: Sync with texinfo. 2004-01-10 Simon Josefsson * doc/gendocs_template: Remove DocBook. 2004-01-10 Simon Josefsson * doc/gsasl.texi: Fix title. Use @finalout. 2004-01-10 Simon Josefsson * doc/Makefile.am: Use CSS for HTML. 2004-01-10 Simon Josefsson * doc/texinfo.css: Add. 2004-01-06 Simon Josefsson * NEWS, configure.ac: Bump versions. 2004-01-06 Simon Josefsson * ChangeLog: [no log message] 2004-01-06 Simon Josefsson * NEWS: Version 0.0.11. 2004-01-06 Simon Josefsson * doc/gsasl.texi: Use ASCII encoding. Bump copyright years. 2004-01-06 Simon Josefsson * README-alpha: Fix. 2004-01-01 Simon Josefsson * autogen.sh, configure.ac: Work with autoconf 2.58, automake 1.7, libtool 1.5. 2004-01-01 Simon Josefsson * lib/stringprep-no.c: Handle NULL stringprep_rc. 2003-12-31 Simon Josefsson * doc/specification/draft-ietf-sasl-gssapi-00.txt: Add. 2003-12-23 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-04.txt: Add. 2003-12-22 Simon Josefsson * .cvsignore: [no log message] 2003-12-22 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-12-22 Simon Josefsson * COPYING: Remove. 2003-12-22 Simon Josefsson * configure.ac: Fix. 2003-12-22 Simon Josefsson * crypto/README, crypto/README.gsasl: Fix. 2003-12-10 Simon Josefsson * README-alpha: Fix. 2003-12-10 Simon Josefsson * doc/reference/gsasl-docs.tmpl: Sync. 2003-12-07 Simon Josefsson * NEWS, doc/Makefile.am: Remove DocBook (for now). 2003-12-07 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-03d.txt: Add. 2003-12-06 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-02.tx t, doc/specification/draft-siemborski-rfc1734bis-02.txt, doc/specification/draft-siemborski-rfc2554bis-02.txt: Add. 2003-12-01 Simon Josefsson * lib/stringprep.c: (gsasl_stringprep_saslprep): Fix return value check. (gsasl_stringprep_trace): Likewise. 2003-12-01 Simon Josefsson * NEWS: Add. 2003-12-01 Simon Josefsson * src/gsasl.c: (select_mechanism): Don't prompt for mechanism name when --mechanism is used. 2003-12-01 Simon Josefsson * lib/gsasl.h.in: Add GSASL_SASLPREP_ERROR. 2003-12-01 Simon Josefsson * lib/cram-md5/cram-md5.c: Use SASLprep. Fix challenge string to conform to proper syntax. 2003-12-01 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-01.txt: Add. 2003-11-30 Simon Josefsson * README: Fix. 2003-11-25 Simon Josefsson * src/gsasl.ggo: Add section and typestr. 2003-11-25 Simon Josefsson * configure.ac: Disable fortran etc libtool tests. 2003-11-24 Simon Josefsson * lib/xstep.c: (gsasl_step64): Fix deallocation of output. 2003-11-23 Simon Josefsson * Makefile.am: Remove ANNOUNCE. 2003-11-23 Simon Josefsson * ANNOUNCE: Remove. 2003-11-23 Simon Josefsson * doc/gsasl.texi: Add. 2003-11-22 Simon Josefsson * NEWS, configure.ac: Bump versions. 2003-11-22 Simon Josefsson * lib/listmech.c: Doc fix. 2003-11-22 Simon Josefsson * ChangeLog: [no log message] 2003-11-22 Simon Josefsson * NEWS: Version 0.0.10. 2003-11-22 Simon Josefsson * NEWS: Fix. 2003-11-22 Simon Josefsson * lib/gsasl.h.in: Whitespace fixes to help GTK-DOC parser. 2003-11-22 Simon Josefsson * src/Makefile.am: Fix indent target. 2003-11-22 Simon Josefsson * NEWS: Add. 2003-11-22 Simon Josefsson * lib/cram-md5/cram-md5.c: (_gsasl_cram_md5_server_step): Don't always return GSASL_OK. Tiny patch from Sergey Poznyakoff . 2003-11-22 Simon Josefsson * m4/pkg.m4: Remove (not used any more). 2003-11-22 Simon Josefsson * NEWS, THANKS: Add. 2003-11-22 Simon Josefsson * doc/Makefile.am: Only descend into reference/ if ENABLE_GTK_DOC. 2003-11-22 Simon Josefsson * configure.ac: Use sj_CHECK_HEADERLIB for libidn. Fix sj_CHECK_HEADERLIB logic for KERBEROS_V5. 2003-11-22 Simon Josefsson * m4/check_headerlib.m4: Add to $LIBS. 2003-11-22 Simon Josefsson * configure.ac: Rename subst CRYPTO_* to NETTLE_*. Remove subst GSSAPI_*. 2003-11-22 Simon Josefsson * lib/Makefile.am: Remove unneeded @@'s. 2003-11-22 Simon Josefsson * configure.ac: Replace PKG_CHECK_MODULES with sj_CHECK_HEADERLIB. 2003-11-22 Simon Josefsson * m4/check_headerlib.m4: Add. 2003-11-21 Simon Josefsson * ANNOUNCE: Fix. 2003-11-21 Simon Josefsson * Makefile.am: Cleanup EXTRA_DIST. 2003-11-21 Simon Josefsson * Makefile.am: Cleanup EXTRA_DIST. 2003-11-21 Simon Josefsson * lib/xstep.c: Doc fix. 2003-11-21 Simon Josefsson * doc/gendocs_template: Fix last commit. 2003-11-21 Simon Josefsson * doc/gendocs_template: Fix doxygen links. 2003-11-21 Simon Josefsson * NEWS, configure.ac: Bump versions. 2003-11-21 Simon Josefsson * NEWS: Version 0.0.9. 2003-11-21 Simon Josefsson * Makefile.am: Fix release target. 2003-11-21 Simon Josefsson * .cvscopying, ChangeLog: [no log message] 2003-11-21 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-11-21 Simon Josefsson * src/callbacks.c: Remove bogus args_info declaration. 2003-11-21 Simon Josefsson * lib/common.c, lib/digest-md5/digest-md5.c, src/callbacks.c, src/gsasl.c, src/imap.c, src/smtp.c: Indent. 2003-11-21 Simon Josefsson * configure.ac: Bump so version. 2003-11-21 Simon Josefsson * lib/obsolete.c: Fix warning. 2003-11-21 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-11-21 Simon Josefsson * src/Makefile.am: Add smtp.h and imap.h. 2003-11-21 Simon Josefsson * NEWS: Fix. 2003-11-21 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-01.tx t: Add. 2003-11-20 Simon Josefsson * README: Fix. 2003-11-20 Simon Josefsson * lib/cram-md5/cram-md5.c, src/imap.c, src/smtp.c: Fix. 2003-11-20 Simon Josefsson * src/Makefile.am, src/callbacks.c, src/gsasl.c, src/imap.c, src/imap.h, src/internal.h, src/smtp.c, src/smtp.h: Cleanup IMAP/SMTP interaction. 2003-11-20 Simon Josefsson * lib/digest-md5/digest-md5.c: Fix warnings. 2003-11-20 Simon Josefsson * lib/common.c: Add NULL elements to fix warnings. 2003-11-20 Simon Josefsson * src/gsasl.c: Fix. 2003-11-20 Simon Josefsson * NEWS: Add. 2003-11-20 Simon Josefsson * src/gsasl.c, src/gsasl.ggo: Add support for SMTP. 2003-11-20 Simon Josefsson * src/gsasl.c: Cleanup. 2003-11-20 Simon Josefsson * src/gsasl.c: Cleanup. 2003-11-20 Simon Josefsson * src/gsasl.c: Sync commit. 2003-11-20 Simon Josefsson * src/gsasl.c: Sync commit. 2003-11-20 Simon Josefsson * src/gsasl.c: Sync commit. 2003-11-20 Simon Josefsson * src/gsasl.c: Cleanup. 2003-11-20 Simon Josefsson * po/POTFILES.in: Fix typo. 2003-11-20 Simon Josefsson * po/POTFILES.in: Add. 2003-11-20 Simon Josefsson * lib/digest-md5/digest-md5.c: Remove 'unsigned' from 'char *'. 2003-11-20 Simon Josefsson * crypto/hmac.c: Use assert instead of abort. 2003-11-20 Simon Josefsson * crypto/hmac.c: Don't use alloca. 2003-11-20 Simon Josefsson * configure.ac: Remove unused or pre-C89 checks. 2003-11-20 Simon Josefsson * crypto/hmac.c: Don't use alloca. 2003-11-20 Simon Josefsson * configure.ac: Check for alloca. 2003-11-20 Simon Josefsson * crypto/Makefile.am: Link $(ALLOCA). 2003-11-20 Simon Josefsson * NEWS: Add. 2003-11-20 Simon Josefsson * Makefile.am, configure.ac: Remove gnulib (gl/). 2003-11-20 Simon Josefsson * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/exitfail.h, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/gettext.h, gl/m4/.cvsignore, gl/m4/alloca.m4, gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4, gl/m4/mempcpy.m4, gl/m4/nls.m4, gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/progtest.m4, gl/m4/realloc.m4, gl/m4/restrict.m4, gl/m4/stdbool.m4, gl/m4/stdint_h.m4, gl/m4/strcase.m4, gl/m4/strchrnul.m4, gl/m4/strerror_r.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/sysexits.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unlocked-io.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/mempcpy.c, gl/mempcpy.h, gl/realloc.c, gl/stdbool_.h, gl/strcase.h, gl/strcasecmp.c, gl/strchrnul.c, gl/strchrnul.h, gl/strncasecmp.c, gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/sysexit_.h, gl/unlocked-io.h, gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c, lib/Makefile.am, src/.cvsignore, src/Makefile.am, src/callbacks.c, src/getopt.c, src/getopt.h, src/getopt1.c, src/gsasl.c, src/gsasl.ggo, src/internal.h: Use getopt instead of argp. Remove gnulib (gl/). 2003-11-20 Simon Josefsson * doc/Makefile.am: Don't use argp specific parameter for help2man. 2003-11-20 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-20 Simon Josefsson * src/gsasl.c: Call textdomain. 2003-11-20 Simon Josefsson * lib/Makefile.am: Link with gnulib (for rpl_malloc breakage). 2003-11-20 Simon Josefsson * lib/error.c: (gsasl_strerror): Call bindtextdomain(). 2003-11-20 Simon Josefsson * lib/init.c: (gsasl_init): Move gettext initialization to error.c. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Fix license. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Add crypto API. Move old API down. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Fix typo. 2003-11-20 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets (I smell a pattern...). 2003-11-20 Simon Josefsson * doc/gsasl.texi: Markup fixes. 2003-11-20 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c: Indent. 2003-11-20 Simon Josefsson * lib/Makefile.am: Fix indent target. 2003-11-20 Simon Josefsson * lib/stringprep-no.c, lib/stringprep.c: Doc fix. 2003-11-20 Simon Josefsson * doc/gsasl.texi: Fix. 2003-11-20 Simon Josefsson * NEWS: Remove. 2003-11-20 Simon Josefsson * lib/internal.h: Add comments. 2003-11-20 Simon Josefsson * lib/callback-c.c, lib/callback-s.c, lib/digest-md5/digest-md5.c, lib/gsasl.h.in, lib/gssapi/gssapi.c, lib/internal.h, lib/nettle.c, lib/obsolete.c, lib/xstart.c, lib/xstep.c, src/gsasl.c: Indent. 2003-11-20 Simon Josefsson * lib/init.c: Declare _gsasl_all_mechanisms (defined in common.c). Fix comments. 2003-11-20 Simon Josefsson * lib/internal.h: Remove _gsasl_all_mechanism declaration. 2003-11-20 Simon Josefsson * lib/internal.h: Remove stringprep hack. Remove VALID_HANDLE and VALID_SESSION_HANDLE. 2003-11-20 Simon Josefsson * lib/internal.h, lib/stringprep-no.c, lib/stringprep.c: Fix file comment. 2003-11-20 Simon Josefsson * lib/stringprep.c: Add comment. 2003-11-20 Simon Josefsson * lib/stringprep-no.c: Implement dummy API functions. 2003-11-20 Simon Josefsson * lib/done.c: (gsasl_done): Don't use VALID_HANDLE. 2003-11-20 Simon Josefsson * lib/xstep.c: (gsasl_step): Don't use VALID_SESSION_HANDLE. 2003-11-20 Simon Josefsson * lib/error.c, lib/internal.h: Move gettext declarations from internal.h to error.c. 2003-11-20 Simon Josefsson * lib/cram-md5/cram-md5.c, lib/digest-md5/digest-md5.c: Don't initialize crypto (done by gsasl_init). 2003-11-20 Simon Josefsson * lib/init.c: (gsasl_init): Call _gsasl_crypto_init() to initialize crypto functions. 2003-11-20 Simon Josefsson * lib/gsasl.h.in: (gsasl_randomize, gsasl_md5, gsasl_hmac_md5): Add. 2003-11-20 Simon Josefsson * lib/internal.h: Remove. 2003-11-20 Simon Josefsson * NEWS: Add. 2003-11-20 Simon Josefsson * lib/xstep.c: Add XXX. 2003-11-20 Simon Josefsson * lib/xstep.c: (gsasl_step): Check if sctx is valid. Suggested by pitrp@wg78.de (Peter Prohaska). 2003-11-20 Simon Josefsson * lib/done.c: (gsasl_done): Use VALID_HANDLE. 2003-11-20 Simon Josefsson * lib/error.c: (gsasl_strerror): Add GSASL_INVALID_HANDLE. 2003-11-20 Simon Josefsson * lib/gsasl.h.in: (Gsasl_rc): Add GSASL_INVALID_HANDLE. 2003-11-20 Simon Josefsson * lib/internal.h: (VALID_CTX): Rename to VALID_HANDLE. (VALID_SESSION_CTX): Rename to VALID_SESSION_HANDLE. 2003-11-20 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-01.txt, doc/specification/draft-siemborski-rfc2554bis-01.txt: Add. 2003-11-19 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-18 Simon Josefsson * lib/xstep.c: (gsasl_step): Don't loop around TOO_SMALL_BUFFER, it only hides problems because the plugins are not written to handle this. Will be solved when mechanism interface is fixed. 2003-11-17 Simon Josefsson * README-alpha: Mention versions. 2003-11-17 Simon Josefsson * src/gsasl.c: (readln): Try to be compatible with gsasl 0.0.6. 2003-11-17 Simon Josefsson * lib/xstep.c: Increase initial length, for GSSAPI, until we rewrite the internal mechanism API as well. 2003-11-15 Simon Josefsson * doc/specification/tom.wu-rfc2945-message_digest_comment: Add. From pitrp@wg78.de (Peter Prohaska). 2003-11-14 Simon Josefsson * lib/obsolete.c: Add. 2003-11-14 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-14 Simon Josefsson * doc/gsasl.texi: Add 'Old Functions'. 2003-11-14 Simon Josefsson * doc/Makefile.am: Update DocBook HTML target. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * lib/callback.c, lib/gsasl.h.in: Shorten parameter name. 2003-11-14 Simon Josefsson * lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/done.c, lib/gsasl.h.in, lib/init.c, lib/internal.h, lib/listmech.c, lib/suggest.c, lib/supportp.c, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, po/gsasl.pot, po/sv.po: Rename Gsasl_ctx to Gsasl, and Gsasl_session_ctx to Gsasl_session. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * lib/callback-s.c: (gsasl_server_ctx_get): Moved to obsolete.c (use gsasl_ctx_get instead). (gsasl_server_application_data_get): Moved to obsolete.c (use gsasl_appinfo_get). (gsasl_server_application_data_set): Moved to obsolete.c (use gsasl_appinfo_set). 2003-11-14 Simon Josefsson * NEWS: Add. Fix. 2003-11-14 Simon Josefsson * lib/gsasl.h.in: Move deprecated functions around. 2003-11-14 Simon Josefsson * lib/obsolete.c: (gsasl_client_ctx_get): Add, from callback-c.c. (gsasl_client_application_data_set): Likewise. (gsasl_client_application_data_get): Likewise. (gsasl_server_ctx_get): Add, from callback-s.c. (gsasl_server_application_data_set): Likewise. (gsasl_server_application_data_get): Likewise. 2003-11-14 Simon Josefsson * lib/callback-c.c: (gsasl_client_ctx_get): Move to obsolete.c (use gsasl_ctx_get instead). (gsasl_client_application_data_get): Move to obsolete.c (use gsasl_appinfo_get instead). (gsasl_client_application_data_set): Move to obsolete.c (use gsasl_appinfo_set instead). 2003-11-14 Simon Josefsson * lib/callback.c: (gsasl_ctx_get): Add. (gsasl_application_session_data_get): Rename to gsasl_appinfo_get. (gsasl_application_session_data_set): Rename to gsasl_appinfo_set. 2003-11-14 Simon Josefsson * lib/gsasl.h.in: (gsasl_application_session_data_set, gsasl_application_session_data_get): New. 2003-11-14 Simon Josefsson * lib/callback.c: (gsasl_application_session_data_get, gsasl_application_session_data_set): New. 2003-11-14 Simon Josefsson * crypto/Makefile.am, crypto/md5-meta.c: Add md5-meta.c. 2003-11-14 Simon Josefsson * lib/plain/plain.c: Fix mem leak (again). 2003-11-14 Simon Josefsson * lib/ntlm/ntlm.c, lib/plain/plain.c: Fix mem leak. 2003-11-14 Simon Josefsson * lib/obsolete.c: Fix mem leaks. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * NEWS: Fix. 2003-11-14 Simon Josefsson * tests/simple.c: Indent. 2003-11-14 Simon Josefsson * tests/simple.c: Indent. 2003-11-14 Simon Josefsson * doc/Makefile.am: Fix DocBook HTML targets. 2003-11-14 Simon Josefsson * NEWS: Add. Fix. 2003-11-14 Simon Josefsson * lib/xfinish.c: (gsasl_finish): New. (gsasl_client_finish, gsasl_server_finish): Removed, moved to obsolete.c. 2003-11-14 Simon Josefsson * lib/gsasl.h.in: (gsasl_step, gsasl_step64): New. (gsasl_finish): Likewise. (gsasl_client_step, gsasl_server_step): Deprecated; moved around to obsolete.c. (gsasl_client_step_base64, gsasl_server_step_base64): Likewise. (gsasl_client_finish, gsasl_server_finish): Likewise. 2003-11-14 Simon Josefsson * lib/xstep.c: (gsasl_client_step, gsasl_server_step): Deprecated, moved to obsolete.c. (gsasl_client_step_base64, gsasl_server_step_base64): Likewise. (_gsasl_session_step_base64): Removed. (gsasl_step): New function. (gsasl_step64): New function, based on _gsasl_session_step_base64. 2003-11-14 Simon Josefsson * lib/obsolete.c: (gsasl_client_step, gsasl_server_step): New, from xstep.c. (gsasl_client_step_base64, gsasl_server_step_base64): Likewise. (_gsasl_step, _gsasl_step64): Utility functions, used by previous wrappers. (gsasl_client_finish, gsasl_server_finish): New, from xfinish.c. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * NEWS: Add. 2003-11-14 Simon Josefsson * lib/securid/securid.c: Fix size checks. 2003-11-14 Simon Josefsson * tests/simple.c: Add size checks to callbacks. 2003-11-14 Simon Josefsson * lib/anonymous/anonymous.c: (_gsasl_anonymous_client_step): Don't increment step until we are going to return success. 2003-11-14 Simon Josefsson * lib/internal.h: (_Gsasl_mechanism_functions): Split out function typedefs. 2003-11-11 Simon Josefsson * lib/common.c: Add W to GSASL_VALID_MECHANISM_CHARACTERS. 2003-11-11 Simon Josefsson * doc/Makefile.am: Replace gsasl.html target with AM_MAKEINFOHTMLFLAGS (part of CVS automake). 2003-11-11 Simon Josefsson * NEWS: Fix. 2003-11-11 Simon Josefsson * NEWS: Add. 2003-11-11 Simon Josefsson * lib/gsasl.h.in: Reorder error codes. Rename GSASL_SHISHI_ERROR to GSASL_KERBEROS_V5_INTERNAL_ERROR (but keep alias for a while). 2003-11-11 Simon Josefsson * lib/kerberos_v5/kerberos_v5.c: Replace GSASL_SHISHI_ERROR with GSASL_KERBEROS_V5_INTERNAL_ERROR. 2003-11-11 Simon Josefsson * lib/gsasl.h.in: Remove gsasl_hexdump declaration. 2003-11-11 Simon Josefsson * lib/digest-md5/digest-md5.c: Fix typo in last commit. 2003-11-11 Simon Josefsson * lib/digest-md5/digest-md5.c: Don't use unportable asprintf. Use #define for maxbuf magic values. Check callback supplied maxbuf values for out of range. 2003-11-11 Simon Josefsson * lib/digest-md5/digest-md5.c: Check supplied maxbuf values better. 2003-11-11 Simon Josefsson * lib/gssapi/gssapi.c: Add the RFC reference to comment. 2003-11-10 Simon Josefsson * doc/specification/srp.ps, doc/specification/srp6.ps: Add. 2003-11-10 Simon Josefsson * doc/gsasl.texi: Fix --disable-client/server discussion. 2003-11-10 Simon Josefsson * README-alpha: Update building for CVS explanation. 2003-11-10 Simon Josefsson * doc/gsasl.texi: (Features): Mention protability. 2003-11-10 Simon Josefsson * README: Fix todos. 2003-11-10 Simon Josefsson * README: Mention portability. 2003-11-10 Simon Josefsson * README: Update dependencies for each mechanism. 2003-11-10 Simon Josefsson * doc/gendocs.sh: Remove texinfo bug workaround (was fixed in CVS texinfo). 2003-11-10 Simon Josefsson * NEWS: Add. 2003-11-10 Simon Josefsson * NEWS: Add. 2003-11-10 Simon Josefsson * doc/Makefile.am: Update DocBook HTML targets. 2003-11-10 Simon Josefsson * lib/Makefile.am: Fix typo. 2003-11-10 Simon Josefsson * NEWS: Add. 2003-11-10 Simon Josefsson * THANKS: Typo. 2003-11-10 Simon Josefsson * THANKS: Add. 2003-11-10 Simon Josefsson * lib/listmech.c: (gsasl_server_mechlist): Use clientp=0. From pitrp@wg78.de (Peter Prohaska). 2003-11-10 Simon Josefsson * lib/digest-md5/digest-md5.c, lib/gssapi/gssapi.c, lib/libgcrypt.c, lib/listmech.c, lib/xstart.c, lib/xstep.c: Indent. 2003-11-10 Simon Josefsson * lib/Makefile.am: Fix GSSAPI/NTLM header file names. 2003-11-09 Simon Josefsson * lib/error.c: (gsasl_strerror): Add GSASL_NO_CLIENT_CODE, GSASL_NO_SERVER_CODE. 2003-11-09 Simon Josefsson * lib/gsasl.h.in: Add GSASL_NO_CLIENT_CODE, GSASL_NO_SERVER_CODE. Typedef error code enum to Gsasl_rc. 2003-11-09 Simon Josefsson * lib/xstart.c: (_gsasl_setup): Don't fail if there is no start function in the mechanism. 2003-11-09 Simon Josefsson * lib/common.c: Fix typos. 2003-11-09 Simon Josefsson * lib/Makefile.am: Always build callback-c. and callback-s.c. 2003-11-09 Simon Josefsson * lib/xstep.c: (_gsasl_session_step_base64): Cleanups, e.g. check malloc return values. 2003-11-09 Simon Josefsson * lib/xfinish.c: (gsasl_client_finish, gsasl_server_finish): Add XXX. 2003-11-09 Simon Josefsson * lib/xcode.c: (_gsasl_code): Check output buffer size. 2003-11-09 Simon Josefsson * lib/xstart.c: (_gsasl_start): Split off some code into _gsasl_setup, and use it. (_gsasl_setup): New function. 2003-11-09 Simon Josefsson * lib/xstart.c: (_gsasl_find_mechanism): New. (_gsasl_start): Simplified, renamed from _gsasl_session_start. (gsasl_client_start, gsasl_server_start): Fix call to _gsasl_start. 2003-11-09 Simon Josefsson * lib/xcode.c: (gsasl_encode, gsasl_decode): Call _gsasl_code. (_gsasl_code): New function, generalization of the other two. 2003-11-09 Simon Josefsson * lib/common.c: (GSASL_VALID_MECHANISM_CHARACTERS): Remove lower case characters. 2003-11-09 Simon Josefsson * lib/done.c: (gsasl_done): Use VALID_CTX. 2003-11-09 Simon Josefsson * lib/internal.h: Add VALID_CTX and VALID_SESSION_CTX macros. 2003-11-09 Simon Josefsson * lib/listmech.c, lib/obsolete.c, lib/suggest.c, lib/supportp.c, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: Remove USE_CLIENT/USE_SERVER #ifdef's. 2003-11-09 Simon Josefsson * lib/common.c: Update #include of mechanism headers. Move USE_CLIENT/USE_SERVER #ifdef's within structure, so that members are initialized to NULL when USE_CLIENT/USE_SERVER is not defined. 2003-11-09 Simon Josefsson * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/anonymous/anonymous.c, lib/anonymous/anonymous.h, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/cram-md5/cram-md5.c, lib/cram-md5/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/digest-md5/digest-md5.c, lib/digest-md5/digest-md5.h, lib/external.c, lib/external.h, lib/external/external.c, lib/external/external.h, lib/gssapi.c, lib/gssapi/gssapi.c, lib/gssapi/x-gssapi.h, lib/kerberos_v5.c, lib/kerberos_v5.h, lib/kerberos_v5/kerberos_v5.c, lib/kerberos_v5/kerberos_v5.h, lib/login.c, lib/login.h, lib/login/login.c, lib/login/login.h, lib/ntlm.c, lib/ntlm/ntlm.c, lib/ntlm/x-ntlm.h, lib/plain.c, lib/plain.h, lib/plain/plain.c, lib/plain/plain.h, lib/securid.c, lib/securid.h, lib/securid/securid.c, lib/securid/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Move implementation of each mechanism into a separate directory. Update SOURCES in Makefile.am and #include's in common.c accordingly. 2003-11-09 Simon Josefsson * lib/Makefile.am: Use AM_CPPFLAGS instead of target_CPPFLAGS. 2003-11-09 Simon Josefsson * configure.ac: Update gnulib section. 2003-11-09 Simon Josefsson * gl/Makefile.am, gl/alloca.c, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/stdbool_.h, gl/strncasecmp.c, gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Update. 2003-11-09 Simon Josefsson * gl/m4/argp.m4, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/ssize_t.m4, gl/m4/stdbool.m4, gl/m4/xalloc.m4: Update. 2003-11-09 Simon Josefsson * doc/Makefile.am: Remove unused ps_TEXINFOS pdf_TEXINFOS. 2003-11-09 Simon Josefsson * .cvsignore, m4/.cvsignore: [no log message] 2003-11-09 Simon Josefsson * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Use *_CPPFLAGS instead of obsolete INCLUDES. 2003-11-09 Simon Josefsson * gl/m4/Makefile.am, m4/Makefile.am: Remove (not needed by modern automake). 2003-11-09 Simon Josefsson * configure.ac: Replace AC_HELP_STRING with AS_HELP_STRING. Move DocBook stuff last. Remove TEXI2PDF. 2003-11-09 Simon Josefsson * Makefile.am: Don't descend into m4. Move gl/ after lib/. 2003-11-09 Simon Josefsson * gl/Makefile.am: Don't descend into m4/. 2003-11-09 Simon Josefsson * configure.ac: Conformance fixes. 2003-11-09 Simon Josefsson * autogen.sh: Add warnings. 2003-11-09 Simon Josefsson * lib/securid.c: Make PASSCODE/PIN #define's visible to entire file. 2003-11-09 Simon Josefsson * lib/internal.h: Remove CPP cruft. 2003-11-07 Simon Josefsson * configure.ac: Remove libtool bug workaround. Remove dmalloc check. 2003-11-02 Simon Josefsson * doc/Makefile.am: Add DocBook targets. 2003-11-02 Simon Josefsson * doc/gendocs_template: Add Doxygen. 2003-11-02 Simon Josefsson * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/.cvsignore, doc/reference/tmpl/gsasl.sgml: Remove. 2003-11-02 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2003-11-02 Simon Josefsson * doc/reference/Makefile.am, doc/reference/gsasl-docs.tmpl, doc/reference/gsasl.types: Rewrite, taken from libidn. 2003-11-01 Simon Josefsson * po/POTFILES.in: Remove hexdump. 2003-11-01 Simon Josefsson * Makefile.am: Don't disable gtk-doc for distcheck here. 2003-11-01 Simon Josefsson * configure.ac: Use gtk-doc.m4. 2003-11-01 Simon Josefsson * m4/Makefile.am, m4/gtk-doc.m4: Add gtk-doc.m4. 2003-11-01 Simon Josefsson * configure.ac: Don't build doc/man/Makefile. 2003-11-01 Simon Josefsson * NEWS: Add. 2003-11-01 Simon Josefsson * doc/gendocs.sh: Mkdir -p. Work around _ XML bug in makeinfo --docbook. 2003-11-01 Simon Josefsson * doc/gendocs.sh: Mkdir HTML. 2003-11-01 Simon Josefsson * doc/gendocs_template: Sync with libidn (modulo doxygen). 2003-11-01 Simon Josefsson * doc/gendocs.sh: Sync with libidn. 2003-11-01 Simon Josefsson * doc/gendocs.sh, doc/gendocs_template: Add (from texinfo). 2003-11-01 Simon Josefsson * NEWS: Add. 2003-11-01 Simon Josefsson * doc/gsasl.texi, lib/Makefile.am, lib/hexdump.c: Remove hexdump. 2003-11-01 Simon Josefsson * lib/digest-md5.c: Remove debug code. 2003-11-01 Simon Josefsson * lib/digest-md5.c: Use GSASL crypto API instead of libgcrypt. 2003-11-01 Simon Josefsson * AUTHORS: Fix typo. 2003-11-01 Simon Josefsson * AUTHORS: Update PGP key. 2003-11-01 Simon Josefsson * doc/.cvsignore: [no log message] 2003-11-01 Simon Josefsson * doc/gsasl.texi: Change @include's to point at GDOC version. 2003-11-01 Simon Josefsson * doc/Makefile.gdoci: Rebuild Makefile after modifying Makefile.gdoc (shouldn't that be automatic?). 2003-11-01 Simon Josefsson * doc/Makefile.am: Use GDOC framework. Cleanup DocBook targets. 2003-11-01 Simon Josefsson * autogen.sh: Add gdoc bug workaround. 2003-11-01 Simon Josefsson * doc/Makefile.gdoci: Add. 2003-11-01 Simon Josefsson * doc/Makefile.am: Don't build in man/. Move gsasl.1 man target here. Add GDOC framework. 2003-11-01 Simon Josefsson * doc/.cvsignore: [no log message] 2003-11-01 Simon Josefsson * doc/gdoc: Update. 2003-11-01 Simon Josefsson * doc/man/.cvsignore, doc/man/Makefile.am: Remove (replaced by gdoc framework). 2003-10-30 Simon Josefsson * doc/specification/draft-siemborski-rfc1734bis-00.txt, doc/specification/draft-siemborski-rfc2554bis-00.txt: Add. 2003-10-29 Simon Josefsson * doc/specification/draft-siemborski-imap-sasl-initial-response-00.tx t, doc/specification/draft-siemborski-imap-sasl-initial-response-01b.t xt: Add. 2003-10-29 Simon Josefsson * README: Add todo item. 2003-10-29 Simon Josefsson * lib/libgcrypt.c: (_gsasl_crypto_init): Fix warnings. 2003-10-29 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-03.txt, doc/specification/draft-ietf-sasl-rfc2222bis-03.txt: Add. 2003-10-29 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-04.txt: Add. 2003-10-23 Simon Josefsson * doc/Makefile.am: Dist doxygen/gdoc2doxygen. 2003-10-23 Simon Josefsson * .cvsignore, doc/doxygen/.cvsignore, doc/doxygen/gdoc2doxygen: Add. 2003-10-23 Simon Josefsson * doc/doxygen/Doxyfile.in: Fix. 2003-10-23 Simon Josefsson * doc/doxygen/Doxyfile.in: Add. 2003-10-23 Simon Josefsson * doc/Makefile.am: Dist doxygen/Doxyfile.in. 2003-10-23 Simon Josefsson * configure.ac: Add AC_CONFIG_AUX_DIR for new automake. Build doc/doxygen/Doxyfile. 2003-10-16 Simon Josefsson * doc/gsasl.texi: Add. 2003-10-16 Simon Josefsson * NEWS: Fix. 2003-10-14 Simon Josefsson * Makefile.am: Fix order. 2003-10-14 Simon Josefsson * Makefile.am, configure.ac: Use conditional NETTLE instead of @CRYPTO@ substitution. 2003-10-14 Simon Josefsson * lib/cram-md5.c: Rename MD5_LEN to MD5LEN, for consistency with digest-md5.c. 2003-10-14 Simon Josefsson * crypto/.cvsignore, crypto/Makefile.am, crypto/README, crypto/hmac-md5.c, crypto/hmac.c, crypto/hmac.h, crypto/macros.h, crypto/md5.c, crypto/md5.h, crypto/memxor.c, crypto/memxor.h, crypto/nettle-meta.h: Add (from Lsh Nettle CVS). 2003-10-14 Simon Josefsson * lib/cram-md5.c: Use abstract crypto interface. 2003-10-14 Simon Josefsson * Makefile.am, NEWS, configure.ac, lib/Makefile.am, lib/gsasl.h.in, lib/internal.h, lib/libgcrypt.c, lib/nettle.c: Add crypto/ containing (parts of) Nettle. Test for libgcrypt 1.1.42 or later. Fall back to Nettle if libgcrypt not found. Add abstract crypto interface. 2003-10-12 Simon Josefsson * NEWS: Add. 2003-10-12 Simon Josefsson * lib/digest-md5.c: Remove unused error checking, based on report from Marc Mutz . 2003-10-12 Simon Josefsson * THANKS: Add. 2003-10-12 Simon Josefsson * lib/digest-md5.c: Fix tokenizing of strings when they end with ", based on report from Marc Mutz . 2003-10-11 Simon Josefsson * NEWS, configure.ac: Bump versions. 2003-10-11 Simon Josefsson * Makefile.am: Fix release target. 2003-10-11 Simon Josefsson * ChangeLog: [no log message] 2003-10-11 Simon Josefsson * NEWS: Version 0.0.8. 2003-10-10 Simon Josefsson * configure.ac: Bump so version. Fix so version comments (mimic libtool manual). 2003-10-10 Simon Josefsson * NEWS: Fix. 2003-10-10 Simon Josefsson * NEWS: Add. Fix. 2003-10-10 Simon Josefsson * gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp.h, gl/m4/argp.m4: Fix for Solaris Forte 7 CC, based on report from Lars Engebretsen . 2003-10-10 Simon Josefsson * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/strcase.m4, gl/strcase.h, gl/strcasecmp.c: Add. 2003-10-10 Simon Josefsson * configure.ac: Gnulib fix. 2003-10-10 Simon Josefsson * gl/Makefile.am, gl/m4/Makefile.am, gl/m4/restrict.m4, gl/unlocked-io.h: Update. 2003-10-09 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Update. 2003-10-09 Simon Josefsson * NEWS: Fix. 2003-10-09 Simon Josefsson * lib/stringprep-no.c: Doc fix. 2003-10-09 Simon Josefsson * lib/internal.h: (_gsasl_no_stringprep_nfkc, _gsasl_no_stringprep): Add prototypes. 2003-10-09 Simon Josefsson * tests/simple.c: Fix. 2003-10-09 Simon Josefsson * configure.ac: If both MIT and Heimdal is installed, chose Heimdal and warn about it, instead of aborting. 2003-10-09 Simon Josefsson * lib/gssapi.c: Fix comment. 2003-10-09 Simon Josefsson * doc/man/Makefile.am: Add. 2003-10-09 Simon Josefsson * lib/obsolete.c: Doc fix. 2003-10-09 Simon Josefsson * NEWS: Fix. 2003-10-09 Simon Josefsson * src/gsasl.c: Make it work on Solaris: Don't use standard C for IO. Fix strcpy to itself. Based on report from Lars Engebretsen . 2003-10-09 Simon Josefsson * src/gsasl.c: Remove debug code. 2003-10-09 Simon Josefsson * configure.ac: Check for socket in -lsocket and gethostbyname in -lnsl. 2003-10-09 Simon Josefsson * doc/gsasl.texi, src/gsasl.c: Add -d as short form for --application-data. 2003-10-09 Simon Josefsson * src/gsasl.c: Use new gsasl_client_mechlist and gsasl_server_mechlist API. 2003-10-09 Simon Josefsson * lib/obsolete.c: Add. 2003-10-09 Simon Josefsson * NEWS, lib/Makefile.am, lib/gsasl.h.in, lib/internal.h, lib/listmech.c: (gsasl_client_mechlist, gsasl_server_mechlist): New. (gsasl_client_listmech, gsasl_server_listmech): Deprecate. 2003-10-09 Simon Josefsson * NEWS, lib/gsasl.h.in, src/callbacks.c, src/callbacks.h, src/gsasl.c: Make maxbuf size_t. 2003-10-09 Simon Josefsson * configure.ac: Add getline. 2003-10-09 Simon Josefsson * gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/getline.c, gl/getline.h, gl/getndelim2.c, gl/getndelim2.h, gl/m4/Makefile.am, gl/m4/getline.m4, gl/m4/getndelim2.m4, gl/m4/ssize_t.m4: Add getline. Update argp from gnulib. 2003-10-07 Simon Josefsson * src/callbacks.c: (utf8cpy): Don't crash if stringprep is not used. 2003-10-07 Simon Josefsson * NEWS: Fix. 2003-10-07 Simon Josefsson * NEWS, THANKS: Add. 2003-10-07 Simon Josefsson * configure.ac: Rewrite GSS test, suggested by Lars Engebretsen . 2003-10-07 Simon Josefsson * configure.ac, lib/gssapi.c: Fix GSSAPI include check. 2003-10-06 Simon Josefsson * lib/stringprep-no.c: Fix. 2003-10-06 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Generated. 2003-10-06 Simon Josefsson * NEWS: Add. 2003-10-06 Simon Josefsson * tests/Makefile.am: Don't always build self tests. 2003-10-06 Simon Josefsson * lib/gsasl.h.in: Fix last commit. 2003-10-06 Simon Josefsson * lib/digest-md5.c, lib/gsasl.h.in, src/callbacks.c, src/callbacks.h, src/gsasl.c: Maxbuf is unsigned long, suggested by Alexey Melnikov . 2003-10-06 Simon Josefsson * lib/gssapi.c: (_gsasl_gssapi_server_finish): Fix call to gss_release_cred(). 2003-10-06 Simon Josefsson * lib/digest-md5.c, lib/internal.h, lib/stringprep-no.c: Cleanup. 2003-10-06 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Generated. 2003-10-06 Simon Josefsson * lib/common.c, lib/gsasl.h.in, lib/xstep.c, src/callbacks.c, src/callbacks.h, src/gsasl.c, tests/simple.c: Indent. 2003-10-05 Simon Josefsson * README: Fix. 2003-10-05 Simon Josefsson * lib/stringprep-no.c: Fix. 2003-10-05 Simon Josefsson * tests/simple.c: Handle no libstringprep. 2003-10-05 Simon Josefsson * NEWS: Mention i18n string API. 2003-10-05 Simon Josefsson * doc/gsasl.texi, doc/reference/tmpl/gsasl.sgml: Add. 2003-10-05 Simon Josefsson * doc/man/Makefile.am: Update. 2003-10-05 Simon Josefsson * doc/Makefile.am: Add stringprep. 2003-10-05 Simon Josefsson * lib/stringprep.c: Doc fix. 2003-10-05 Simon Josefsson * doc/Makefile.am: Fix callback. 2003-10-05 Simon Josefsson * lib/cram-md5.c, lib/digest-md5.c, lib/gsasl.h.in, lib/login.c, lib/plain.c: Use new stringprep API. 2003-10-05 Simon Josefsson * configure.ac, lib/Makefile.am, lib/internal.h, lib/stringprep-no.c, lib/stringprep.c: Make libstringprep optional. 2003-10-05 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-02.txt: Add. 2003-10-03 Simon Josefsson * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c: Sync with my proposed glibc patches. 2003-10-02 Simon Josefsson * doc/gsasl.texi: Cosmetic fixes. 2003-10-02 Simon Josefsson * lib/gsasl.h.in: Comment fix. 2003-10-02 Simon Josefsson * configure.ac: Fix header checks. 2003-10-02 Simon Josefsson * configure.ac: New libidn check; not included any more. 2003-10-02 Simon Josefsson * configure.ac, lib/.cvsignore, lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/callback-c.c, lib/callback-s.c, lib/callback.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/external.c, lib/external.h, lib/gssapi.c, lib/kerberos_v5.c, lib/kerberos_v5.h, lib/login.c, lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Client/server separation fixes. 2003-10-02 Simon Josefsson * Makefile.am: Don't build libidn. 2003-10-02 Simon Josefsson * src/Makefile.am: Remove LIBIDN_*. 2003-10-02 Simon Josefsson * src/callbacks.c: Protect stringprep_locale_to_utf8. 2003-10-02 Simon Josefsson * lib/internal.h, src/internal.h: Protect stringprep.h. 2003-10-02 Simon Josefsson * lib/listmech.c, lib/suggest.c, lib/supportp.c: Use USE_CLIENT/SERVER. 2003-10-01 Simon Josefsson * doc/gsasl.texi: Add. 2003-10-01 Simon Josefsson * Makefile.am: Use --fsf with cvs2cl. 2003-10-01 Simon Josefsson * Makefile.am: Disable GTK-DOC. 2003-10-01 Simon Josefsson * doc/reference/Makefile.am: Sort includes. Generalize install hooks. Don't break when GTK-DOC disabled. 2003-10-01 Simon Josefsson * NEWS: Add. 2003-10-01 Simon Josefsson * doc/.cvsignore, doc/Makefile.am, doc/man/.cvsignore, doc/man/Makefile.am: Add man pages. 2003-10-01 Simon Josefsson * doc/gdoc: Update (from Shishi). 2003-10-01 Simon Josefsson * configure.ac: New GTK-DOC check. Add doc/man/. 2003-10-01 Simon Josefsson * src/gettext.h: Remove (GNULib used instead). 2003-10-01 Simon Josefsson * src/internal.h: Fix string.h. 2003-10-01 Simon Josefsson * src/Makefile.am: Use gettext.h from GNULib. 2003-10-01 Simon Josefsson * lib/Makefile.am: Don't use GNULib. 2003-10-01 Simon Josefsson * NEWS, lib/gettext.h: Add. 2003-10-01 Simon Josefsson * lib/internal.h: Use lib/gettext.h instead of GNULib. 2003-10-01 Simon Josefsson * lib/internal.h: Don't use minmax.h. 2003-10-01 Simon Josefsson * configure.ac, gl/Makefile.am, gl/minmax.h: Remove minmax. 2003-10-01 Simon Josefsson * gl/Makefile.am, gl/gethostname.c, gl/m4/Makefile.am, gl/m4/gethostname.m4, gl/m4/memmove.m4, gl/m4/memset.m4, gl/m4/strdup.m4, gl/memmove.c, gl/memset.c, gl/strdup.c: We assume C89. 2003-10-01 Simon Josefsson * lib/internal.h: Use minmax.h. 2003-10-01 Simon Josefsson * configure.ac, gl/Makefile.am, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/asnprintf.c, gl/asprintf.c, gl/m4/Makefile.am, gl/m4/intmax_t.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, lib/gettext.h: GNULib sync. 2003-10-01 Simon Josefsson * src/Makefile.am: Fix. 2003-10-01 Simon Josefsson * lib/Makefile.am: Remove -I../intl. Fix LIBADD for libfoo.la. 2003-10-01 Simon Josefsson * gl/Makefile.am, gl/minmax.h: Add minmax. 2003-10-01 Simon Josefsson * configure.ac: Refuse to disable both client and server. 2003-10-01 Simon Josefsson * configure.ac, gl/Makefile.am, gl/alloca.c, gl/alloca_.h, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/exit.h, gl/exitfail.c, gl/gethostname.c, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/m4/Makefile.am, gl/m4/alloca.m4, gl/m4/argp.m4, gl/m4/error.m4, gl/m4/exitfail.m4, gl/m4/extensions.m4, gl/m4/getopt.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/mempcpy.m4, gl/m4/strchrnul.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/m4/unlocked-io.m4, gl/m4/vasnprintf.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c, gl/mempcpy.c, gl/mempcpy.h, gl/memset.c, gl/realloc.c, gl/strchrnul.c, gl/strdup.c, gl/strerror.c, gl/strndup.c, gl/strndup.h, gl/strnlen.c, gl/vasnprintf.c, gl/xmalloc.c, gl/xstrdup.c: GNULib sync. 2003-10-01 Simon Josefsson * lib/internal.h: Move #include to STDC_HEADERS. 2003-10-01 Simon Josefsson * lib/xfinish.c: Revert and fix. Suggested by Andorz Nilsson . 2003-10-01 Simon Josefsson * lib/xstart.c, lib/xstep.c: Revert, less duplicated code. Suggested by Andorz Nilsson . 2003-09-20 Simon Josefsson * configure.ac: Disable KERBEROS_V5 by default (Shishi API too unstable). 2003-09-02 Simon Josefsson * doc/draft-newman-sasl-c-api-02.txt, doc/specification/draft-newman-sasl-c-api-02.txt: Move to specification/. 2003-09-02 Simon Josefsson * doc/draft-newman-sasl-c-api-02.txt: Add. 2003-09-01 Simon Josefsson * configure.ac: Don't check for math.h (not needed). 2003-09-01 Simon Josefsson * lib/digest-md5.c: Don't require -lm. 2003-08-29 Simon Josefsson * doc/specification/draft-murchison-sasl-login-00.txt: Add. 2003-08-22 Simon Josefsson * src/Makefile.am: Link gnulib (for argp). 2003-08-22 Simon Josefsson * configure.ac: fix libidn paths. 2003-08-22 Simon Josefsson * configure.ac: Fix libidn CFLAGS. 2003-08-19 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-02.txt: Add. 2003-08-09 Simon Josefsson * gl/Makefile.am: Use libtool. 2003-08-09 Simon Josefsson * gl/.cvsignore: [no log message] 2003-08-05 Simon Josefsson * NEWS: Fix. 2003-08-04 Simon Josefsson * NEWS: Typo. 2003-08-04 Simon Josefsson * NEWS: Add. 2003-08-04 Simon Josefsson * configure.ac, lib/common.c, lib/done.c, lib/init.c, lib/internal.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, tests/simple.c: Make client/server optional. 2003-08-04 Simon Josefsson * configure.ac: Add gnulib checks. 2003-08-04 Simon Josefsson * lib/digest-md5.c: Don't require -lm. 2003-08-04 Simon Josefsson * lib/Makefile.am: Remove -lm. 2003-08-04 Simon Josefsson * NEWS, THANKS, gl/Makefile.am, gl/asnprintf.c, gl/asprintf.c, gl/exitfail.c, gl/exitfail.h, gl/gettext.h, gl/m4/Makefile.am, gl/m4/exitfail.m4, gl/m4/intmax_t.m4, gl/m4/longdouble.m4, gl/m4/longlong.m4, gl/m4/signed.m4, gl/m4/vasnprintf.m4, gl/m4/vasprintf.m4, gl/m4/wchar_t.m4, gl/m4/wint_t.m4, gl/printf-args.c, gl/printf-args.h, gl/printf-parse.c, gl/printf-parse.h, gl/unlocked-io.h, gl/vasnprintf.c, gl/vasnprintf.h, gl/vasprintf.c, gl/vasprintf.h, gl/xalloc.h, gl/xmalloc.c: Add. 2003-07-31 Simon Josefsson * Makefile.am: Replace gnudist with gnuftp. 2003-07-31 Simon Josefsson * doc/gsasl.texi: Don't read token from server if we are done. 2003-07-31 Simon Josefsson * doc/gsasl.texi: Fix typos, suggested by Andorz Nilsson. 2003-07-31 Simon Josefsson * doc/gsasl.texi: Update documentation to new API exit codes, suggested by Andorz Nilsson. 2003-07-11 Simon Josefsson * gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h: Sync. 2003-07-11 Simon Josefsson * gl/argp-fmtstream.h, gl/argp-namefrob.h: Cleanup. 2003-07-11 Simon Josefsson * gl/argp-fmtstream.c, gl/argp-help.c, gl/argp-parse.c: Sync. 2003-07-10 Simon Josefsson * configure.ac: Check for sys/types.h earlier. Improve libidn warning. 2003-07-10 Simon Josefsson * src/internal.h: Include sys/types.h earlier. 2003-07-10 Simon Josefsson * gl/argp-namefrob.h: Be safer when config.h doesn't define _UNLOCKED stuff. 2003-07-10 Simon Josefsson * gl/argp-namefrob.h, gl/m4/Makefile.am: Add. 2003-07-10 Simon Josefsson * gl/argp-help.c: Move namespace fixes to argp-namefrob.h. 2003-07-10 Simon Josefsson * gl/Makefile.am, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-xinl.c, gl/argp.h, gl/m4/argp.m4, gl/m4/mempcpy.m4, gl/m4/strndup.m4, gl/m4/strnlen.m4, gl/mempcpy.c, gl/mempcpy.h, gl/strndup.c, gl/strnlen.c: Portability fixes. 2003-07-10 Simon Josefsson * configure.ac: More gnulib tests. 2003-07-10 Simon Josefsson * lib/Makefile.am: Fix libtool warning when linking gnulib. 2003-07-10 Simon Josefsson * gl/Makefile.am: Add deps. 2003-07-10 Simon Josefsson * configure.ac: Warn about too recent libgcrypt. 2003-07-10 Simon Josefsson * gl/argp-fmtstream.h, gl/argp-help.c, gl/argp.h: Sent to libc-alpha. 2003-07-10 Simon Josefsson * configure.ac: Fix test comparator. 2003-07-10 Simon Josefsson * .cvsignore: [no log message] 2003-07-10 Simon Josefsson * NEWS: Add. 2003-07-10 Simon Josefsson * po/gsasl.pot, po/sv.po: Generated. 2003-07-10 Simon Josefsson * Makefile.am: Don't regenerate ChangeLog too often. 2003-07-10 Simon Josefsson * m4/Makefile.am, m4/pkg.m4: Add. 2003-07-10 Simon Josefsson * configure.ac: Disable libgcrypt if the unreleased API incompatible version is installed. 2003-07-10 Simon Josefsson * po/gsasl.pot, po/libgsasl.pot: Rename due to tarname change. 2003-07-10 Simon Josefsson * po/Makevars: Use explicit bug address (cannot use relative one, sigh). 2003-07-10 Simon Josefsson * po/Makevars: Add bug address. 2003-07-10 Simon Josefsson * Makefile.am: Update release target. 2003-07-10 Simon Josefsson * configure.ac: Change tarname from libgsasl to gsasl. 2003-07-10 Simon Josefsson * NEWS: Add. 2003-07-10 Simon Josefsson * po/.cvsignore: [no log message] 2003-07-10 Simon Josefsson * po/.cvsignore: [no log message] 2003-07-10 Simon Josefsson * po/Makevars: Update. 2003-07-10 Simon Josefsson * configure.ac: Use gettext 0.12.1. 2003-07-10 Simon Josefsson * configure.ac, lib/Makefile.am: Replace argp and REPLACE_OBJ with gnulib. 2003-07-10 Simon Josefsson * Makefile.am, src/Makefile.am: Replace argp with gl. 2003-07-10 Simon Josefsson * gl/.cvsignore, gl/Makefile.am, gl/alloca.c, gl/alloca_.h, gl/argp-ba.c, gl/argp-eexst.c, gl/argp-fmtstream.c, gl/argp-fmtstream.h, gl/argp-fs-xinl.c, gl/argp-help.c, gl/argp-namefrob.h, gl/argp-parse.c, gl/argp-pv.c, gl/argp-pvh.c, gl/argp-xinl.c, gl/argp.h, gl/error.c, gl/error.h, gl/gethostname.c, gl/getopt.c, gl/getopt.h, gl/getopt1.c, gl/gettext.h, gl/m4/.cvsignore, gl/m4/Makefile.am, gl/m4/alloca.m4, gl/m4/argp.m4, gl/m4/codeset.m4, gl/m4/error.m4, gl/m4/gethostname.m4, gl/m4/getopt.m4, gl/m4/gettext.m4, gl/m4/glibc21.m4, gl/m4/iconv.m4, gl/m4/intdiv0.m4, gl/m4/inttypes-pri.m4, gl/m4/inttypes.m4, gl/m4/inttypes_h.m4, gl/m4/isc-posix.m4, gl/m4/lcmessage.m4, gl/m4/lib-ld.m4, gl/m4/lib-link.m4, gl/m4/lib-prefix.m4, gl/m4/malloc.m4, gl/m4/memmove.m4, gl/m4/memset.m4, gl/m4/nls.m4, gl/m4/onceonly_2_57.m4, gl/m4/po.m4, gl/m4/progtest.m4, gl/m4/realloc.m4, gl/m4/stdint_h.m4, gl/m4/strchrnul.m4, gl/m4/strdup.m4, gl/m4/strerror.m4, gl/m4/strerror_r.m4, gl/m4/sysexits.m4, gl/m4/uintmax_t.m4, gl/m4/ulonglong.m4, gl/m4/unlocked-io.m4, gl/m4/xalloc.m4, gl/malloc.c, gl/memmove.c, gl/memset.c, gl/realloc.c, gl/strchrnul.c, gl/strchrnul.h, gl/strdup.c, gl/strerror.c, gl/sysexit_.h, gl/unlocked-io.h, gl/xalloc.h, gl/xmalloc.c, gl/xstrdup.c: Add. 2003-07-10 Simon Josefsson * argp/.cvsignore: [no log message] 2003-07-10 Simon Josefsson * argp/Makefile.am, argp/Versions, argp/acinclude.m4, argp/argp-ba.c, argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fmtstream.h, argp/argp-fs-xinl.c, argp/argp-help.c, argp/argp-namefrob.h, argp/argp-parse.c, argp/argp-pv.c, argp/argp-pvh.c, argp/argp-test.c, argp/argp-xinl.c, argp/argp.h, argp/config.h.in, argp/configure.ac, argp/libargp.m4, argp/mempcpy.c, argp/strchrnul.c, argp/strndup.c, lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c, lib/strerror.c: Remove (to be replaced by gnulib). 2003-07-02 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-03.txt: Add. 2003-07-02 Simon Josefsson * Makefile.am: Add legal information to ChangeLog. 2003-07-02 Simon Josefsson * .cvscopying: Add. 2003-07-01 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-01.txt, doc/specification/draft-ietf-sasl-rfc2831bis-02.txt: Add. 2003-06-12 Simon Josefsson * doc/Makefile.am: Don't overwrite gsasl.1 if help2man isn't available. 2003-06-10 Simon Josefsson * doc/specification/draft-ietf-sasl-crammd5-00.txt: Add. 2003-06-08 Simon Josefsson * configure.ac: Bump version. 2003-06-02 Simon Josefsson * ChangeLog: [no log message] 2003-06-02 Simon Josefsson * NEWS: Version 0.0.7. 2003-06-02 Simon Josefsson * lib/gssapi.c: Use gss.h. 2003-05-30 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2831bis-01.txt: Add. 2003-05-28 Simon Josefsson * doc/specification/draft-ietf-sasl-saslprep-02.txt: Add. 2003-05-27 Simon Josefsson * NEWS: Fix. 2003-05-27 Simon Josefsson * doc/gsasl.texi: Mention GSS/Heimdal. 2003-05-27 Simon Josefsson * configure.ac: Bump version number. 2003-05-27 Simon Josefsson * README, THANKS: Mention Heimdal. 2003-05-27 Simon Josefsson * NEWS: Add. 2003-05-27 Simon Josefsson * lib/gssapi.c: SS_C_NT_HOSTBASED_SERVICE work around moved to configure. 2003-05-27 Simon Josefsson * configure.ac: GSS_C_NT_HOSTBASED_SERVICE work around moved to configure. 2003-05-27 Simon Josefsson * README: Mention GSS, CCured. Remove todo. 2003-05-27 Simon Josefsson * configure.ac: Warn if GSS isn't found. 2003-05-27 Simon Josefsson * THANKS: Mention GSS. 2003-05-27 Simon Josefsson * doc/gsasl.texi: License doesn't have to be invariant. 2003-05-26 Simon Josefsson * doc/Makefile.am: Replace lt-gsasl with gsasl in man page (work around libtool). 2003-05-24 Simon Josefsson * doc/specification/draft-ietf-sasl-rfc2222bis-00.txt: Add. 2003-05-24 Simon Josefsson * lib/gssapi.c: Deallocate GSS context correctly. 2003-05-18 Simon Josefsson * lib/gssapi.c: Support GSS. 2003-05-18 Simon Josefsson * lib/Makefile.am: Add GSS flags. 2003-05-18 Simon Josefsson * configure.ac: Detect GSS. 2003-05-06 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-01.txt, doc/specification/draft-ietf-sasl-saslprep-00.txt, doc/specification/draft-ietf-sasl-saslprep-01.txt: Add. 2003-05-06 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-00.txt: Add. 2003-05-06 Simon Josefsson * doc/specification/draft-ietf-sasl-plain-01.txt: Add. 2003-04-16 Simon Josefsson * ANNOUNCE: Mention devices it works on. 2003-03-31 Simon Josefsson * doc/specification/draft-newman-sasl-c-api-01.txt: Add. 2003-03-17 Simon Josefsson * THANKS: Add. 2003-03-17 Simon Josefsson * AUTHORS: Fix. 2003-03-17 Simon Josefsson * doc/gsasl.texi: Don't ack self. Fix --imap descriptoin. 2003-03-17 Simon Josefsson * Makefile.am: Fix release target. 2003-03-17 Simon Josefsson * ChangeLog: [no log message] 2003-03-17 Simon Josefsson * Makefile.am: Fix pkg-config filename. Fix release target. 2003-03-17 Simon Josefsson * NEWS: Version 0.0.6. 2003-03-17 Simon Josefsson * po/sv.po: Generated. 2003-03-17 Simon Josefsson * .cvsignore: [no log message] 2003-03-17 Simon Josefsson * doc/gsasl.texi: Update ports. 2003-03-17 Simon Josefsson * configure.ac: Bump version. 2003-03-17 Simon Josefsson * po/gsasl.pot, po/libgsasl.pot, po/sv.po: Fix. 2003-03-17 Simon Josefsson * configure.ac: Revert libgsasl->gsasl rename. Bump so version. 2003-03-17 Simon Josefsson * src/gsasl.c: Don't prepend 's:'. 2003-03-17 Simon Josefsson * .cvsignore: [no log message] 2003-03-17 Simon Josefsson * NEWS: Add. 2003-03-17 Simon Josefsson * Makefile.am, configure.ac, gsasl.pc.in, libgsasl.pc.in: Revert unfinished libgsasl->gsasl pkg-config rename (unwise since it has been package in debian now). 2003-03-17 Simon Josefsson * ANNOUNCE: Add krb5. Fix licensing. 2003-03-17 Simon Josefsson * Makefile.am: Fix maintainer targets. 2003-03-17 Simon Josefsson * lib/common.c, lib/kerberos_v5.c, lib/kerberos_v5.h: Add kerberos encode/decode. 2003-02-28 Simon Josefsson * doc/specification/draft-ietf-sasl-anon-00.txt, doc/specification/draft-ietf-sasl-rfc2831bis-00.txt, doc/specification/draft-newman-nntpext-auth-01.txt, doc/specification/draft-nystrom-securid-sasl-00.txt, doc/specification/draft-nystrom-securid-sasl-02.txt, doc/specification/draft-weltman-java-sasl-01.txt, doc/specification/draft-zuccherato-9798-3-sasl-01.txt, doc/specification/draft-zuccherato-9798-3-sasl-02.txt: Add. 2003-02-27 Simon Josefsson * doc/gsasl.texi: Typo fix. 2003-02-19 Simon Josefsson * Makefile.am: Generate FSF style ChangeLog. 2003-02-14 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Add. 2003-02-14 Simon Josefsson * src/gsasl.c, src/internal.h: Fix socket address. 2003-02-14 Simon Josefsson * .cvsignore, Makefile.am, configure.ac, doc/Makefile.am, gsasl.pc.in, lib/init.c, lib/internal.h, libgsasl.pc.in, po/gsasl.pot, po/libgsasl.pot, po/sv.po, src/Makefile.am, src/gsasl.c, src/internal.h: Rename package from libgsasl to gsasl. Use external gettext. Cleanup GTK-DOC, now disabled by default. 2003-02-14 Simon Josefsson * lib/Makefile.am: Remove spurious non-ASCII character. 2003-02-14 Simon Josefsson * configure.ac: Fix libidn typo. 2003-02-10 Simon Josefsson * README: Fix. 2003-02-10 Simon Josefsson * README-alpha: Add CVS building info. 2003-02-08 Simon Josefsson * src/callbacks.c: Fix. 2003-02-08 Simon Josefsson * lib/gsasl.h.in, lib/hexdump.c, lib/init.c, lib/listmech.c, lib/login.c, lib/login.h, lib/supportp.c, lib/xstart.c, lib/xstep.c, src/gsasl.c, src/internal.h, tests/simple.c: Fix. 2003-02-08 Simon Josefsson * lib/done.c: Fix. 2003-02-08 Simon Josefsson * doc/gsasl.texi: Add. 2003-02-05 Simon Josefsson * lib/kerberos_v5.c: API fixes. 2003-02-04 Simon Josefsson * doc/specification/draft-josefsson-sasl-kerberos5-01.txt: Add. 2003-02-03 Simon Josefsson * doc/reference/tmpl/gsasl.sgml: Generated. 2003-02-03 Simon Josefsson * doc/reference/Makefile.am: Add. 2003-02-03 Simon Josefsson * autogen.sh: Cleanup. 2003-02-03 Simon Josefsson * lib/kerberos_v5.c: Fix. 2003-02-03 Simon Josefsson * lib/kerberos_v5.c: Fix. 2003-02-02 Simon Josefsson * lib/kerberos_v5.c: Remove. 2003-02-02 Simon Josefsson * lib/kerberos_v5.c: Almost operational. 2003-02-02 Simon Josefsson * lib/kerberos_v5.c: Code sync. 2003-02-02 Simon Josefsson * lib/callback.c, lib/gsasl.h.in, lib/internal.h, lib/kerberos_v5.c, src/callbacks.c, src/callbacks.h, src/gsasl.c: Add client realm callback. 2003-02-01 Simon Josefsson * lib/kerberos_v5.c: Fixes. Non-infrastructure mode finishes SASL negotiation, but with fixed username, realm etc and without proper Authentication application data. 2003-02-01 Simon Josefsson * lib/error.c, lib/gsasl.h.in: Add GSASL_NEED_SERVER_RETRIEVE_CALLBACK. 2003-02-01 Simon Josefsson * doc/gsasl.texi: Add KERBEROS_V5. 2003-02-01 Simon Josefsson * README: Add. 2003-02-01 Simon Josefsson * README: Add. 2003-02-01 Simon Josefsson * README: Fix. 2003-01-31 Simon Josefsson * lib/common.c, lib/cram-md5.c, lib/digest-md5.c, lib/kerberos_v5.c, lib/kerberos_v5.h, src/gsasl.c, src/internal.h: Indent. 2003-01-31 Simon Josefsson * lib/.cvsignore: [no log message] 2003-01-31 Simon Josefsson * lib/Makefile.am, lib/common.c, lib/gsasl.h.in, lib/kerberos_v5.c, lib/kerberos_v5.h: Add unfinished KERBEROS_V5. 2003-01-31 Simon Josefsson * configure.ac: Fix NTLM. Add shishi test. 2003-01-31 Simon Josefsson * lib/anonymous.c, lib/anonymous.h, lib/cram-md5.c, lib/digest-md5.c, lib/external.c, lib/external.h, lib/gssapi.c, lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/x-gssapi.h, lib/x-ntlm.h: Fix includes. 2003-01-30 Simon Josefsson * README: Add. 2003-01-30 Simon Josefsson * src/gsasl.c: Set --service to "imap" when --imap is specified. Set --hostname when --connect is specified. 2003-01-30 Simon Josefsson * ANNOUNCE: Add. 2003-01-30 Simon Josefsson * doc/gsasl.texi: Fix. 2003-01-27 Simon Josefsson * doc/gsasl.texi: Fix. 2003-01-27 Simon Josefsson * THANKS: Fix. 2003-01-27 Simon Josefsson * THANKS, doc/specification/draft-josefsson-sasl-kerberos5-00.txt: Add. 2003-01-27 Simon Josefsson * ANNOUNCE: Fix link. 2003-01-27 Simon Josefsson * ChangeLog: [no log message] 2003-01-27 Simon Josefsson * doc/Makefile.am: Don't try to build gsasl.txt. 2003-01-27 Simon Josefsson * NEWS, configure.ac: Release 0.0.5. 2003-01-27 Simon Josefsson * doc/gsasl.texi: Add Invoking gsasl. 2003-01-27 Simon Josefsson * src/gsasl.c: Incomplete but working --imap and --connect support. 2003-01-27 Simon Josefsson * src/internal.h: Include more (for select and friends). 2003-01-27 Simon Josefsson * configure.ac: Remove gnet. Don't check for libntlm, libgcrypt if disabled. Check errno. 2003-01-27 Simon Josefsson * lib/gssapi.c: Fix return value of last step in client. 2003-01-27 Simon Josefsson * lib/digest-md5.c: Fix encode/decode. 2003-01-26 Simon Josefsson * configure.ac: Look for libgnet. 2003-01-25 Simon Josefsson * doc/gsasl.texi: Add libgcrypt secure memory. 2003-01-25 Simon Josefsson * lib/cram-md5.c, lib/digest-md5.c: Fix libgcrypt initialization. 2003-01-23 Simon Josefsson * lib/digest-md5.c: (_gsasl_digest_md5_server_encode): Don't check output buffer size when output buffer is NULL. Reported by Sergey Poznyakoff . 2003-01-20 Simon Josefsson * po/libgsasl.pot, po/sv.po: Update. 2003-01-20 Simon Josefsson * NEWS: Fix. 2003-01-20 Simon Josefsson * doc/gsasl.texi: Fix acks. 2003-01-20 Simon Josefsson * doc/Makefile.am: Use automake's ps and pdf targets. Remove gsasl.txt target. 2003-01-20 Simon Josefsson * README-alpha, doc/reference/tmpl/gsasl.sgml: Fix. 2003-01-20 Simon Josefsson * doc/reference/tmpl/.cvsignore: [no log message] 2003-01-20 Simon Josefsson * doc/reference/gsasl-docs.sgml, doc/reference/tmpl/gsasl.sgml: Add. 2003-01-15 Simon Josefsson * NEWS: Add. 2003-01-15 Simon Josefsson * doc/reference/Makefile.am: Add uninstall target. Make distcheck fail gracefully. 2003-01-15 Simon Josefsson * configure.ac: Typos. 2003-01-15 Simon Josefsson * Makefile.am: Distcheck doesn't work with GTK-DOC. 2003-01-15 Simon Josefsson * Makefile.am: Fix distcheck for ChangeLog. 2003-01-15 Simon Josefsson * Makefile.am, configure.ac, lib/Makefile.am, src/Makefile.am: Use libidn instead of libstringprep. 2003-01-15 Simon Josefsson * README: Fix URL. 2003-01-15 Simon Josefsson * doc/gsasl.texi: Fix typos. 2003-01-15 Simon Josefsson * doc/gdoc: Fix -texinfo. 2003-01-15 Simon Josefsson * AUTHORS: Fix. 2003-01-15 Simon Josefsson * lib/error.c, lib/version.c: Doc fix. 2002-12-15 Simon Josefsson * ANNOUNCE: Fix. 2002-12-14 Simon Josefsson * configure.ac, lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/external.c, lib/external.h, lib/gsasl.h.in, lib/gssapi.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c: GTK-DOC fixes. 2002-12-14 Simon Josefsson * doc/reference/.cvsignore: [no log message] 2002-12-14 Simon Josefsson * doc/Makefile.am, doc/reference/Makefile.am, doc/reference/gsasl-docs.sgml, doc/reference/gsasl.types: Add GTK-DOC generated manual. 2002-12-14 Simon Josefsson * Makefile.am: Make sure ChangeLog is regenerated. 2002-12-13 Simon Josefsson * src/gsasl.c: Fix. 2002-12-13 Simon Josefsson * autogen.sh: [no log message] 2002-12-13 Simon Josefsson * ANNOUNCE, Makefile.am, README: GNU fixes. 2002-12-13 Simon Josefsson * NEWS, configure.ac, doc/gsasl.texi: More GNU changes. 2002-12-13 Simon Josefsson * ChangeLog: [no log message] 2002-12-13 Simon Josefsson * NEWS, configure.ac: Release 0.0.4. 2002-12-13 Simon Josefsson * doc/Makefile.am: Fix. 2002-12-13 Simon Josefsson * po/libgsasl.pot, po/sv.po: Autogenerated stuff. 2002-12-13 Simon Josefsson * doc/gsasl.texi: Fix. 2002-12-13 Simon Josefsson * doc/gsasl.texi: Ports. 2002-12-13 Simon Josefsson * doc/Makefile.am: Remove lgpl. 2002-12-13 Simon Josefsson * NEWS, doc/Makefile.am: Fix. 2002-12-13 Simon Josefsson * ANNOUNCE, COPYING.LIB, Makefile.am, NEWS, README, configure.ac, doc/Makefile.am, doc/gsasl.texi, doc/lgpl.texi, lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c, lib/external.c, lib/external.h, lib/gsasl.h.in, lib/gssapi.c, lib/hexdump.c, lib/init.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/suggest.c, lib/supportp.c, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/internal.h, tests/Makefile.am: GPL. 2002-12-10 Simon Josefsson * tests/simple.c: Check length in pin callback. 2002-12-10 Simon Josefsson * lib/securid.c: Fix crash. 2002-12-10 Simon Josefsson * ANNOUNCE, doc/gsasl.texi: Fix. 2002-12-10 Simon Josefsson * doc/gsasl.texi: Name changes. 2002-12-10 Simon Josefsson * AUTHORS, Makefile.am, NEWS, README, THANKS, configure.ac, doc/Makefile.am, doc/gsasl.texi, lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c, lib/external.c, lib/external.h, lib/gsasl.h.in, lib/gssapi.c, lib/hexdump.c, lib/init.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/suggest.c, lib/supportp.c, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, libgsasl.pc.in, m4/Makefile.am, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c, src/internal.h, tests/Makefile.am, tests/simple.c, tests/unicode.c: Update name to "GNU SASL". 2002-12-10 Simon Josefsson * configure.ac: Support dmalloc. 2002-12-10 Simon Josefsson * NEWS: GNU project. 2002-12-10 Simon Josefsson * autogen.sh: [no log message] 2002-12-09 Simon Josefsson * configure.ac: Gnits. 2002-12-09 Simon Josefsson * README-alpha: Add. 2002-12-09 Simon Josefsson * README, doc/gsasl.texi: GNU project. 2002-12-09 Simon Josefsson * ANNOUNCE: Add. 2002-12-07 Simon Josefsson * doc/gdoc-error: Use GPL instead of LGPL. 2002-12-05 Simon Josefsson * doc/gsasl.texi: Fix. 2002-12-05 Simon Josefsson * ChangeLog: [no log message] 2002-12-05 Simon Josefsson * NEWS: 0.0.3 released. 2002-12-05 Simon Josefsson * Makefile.am: Don't cvs2cl libstringprep. 2002-12-05 Simon Josefsson * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c, lib/xstep.c, src/callbacks.c, src/callbacks.h, src/gsasl.c, tests/simple.c: Indent. 2002-12-05 Simon Josefsson * argp/argp-fmtstream.c, argp/argp-help.c: s/putc_unlocked/putc/g for freebsd on alpha 2002-12-05 Simon Josefsson * Makefile.am, configure.ac, src/Makefile.am: Use libtool with gettext (again! but see hack in Makefile.am). 2002-12-05 Simon Josefsson * README: Openbsd on alpha fails self tests. 2002-12-05 Simon Josefsson * .cvsignore: [no log message] 2002-12-05 Simon Josefsson * lib/securid.c: Don't strlen possibly indefinite string. 2002-12-05 Simon Josefsson * src/Makefile.am: Use ARGP_*. 2002-12-05 Simon Josefsson * lib/Makefile.am: EXTRA_DIST AC_LIBOBJ's. Use LTLIBINTL, not LIBINTL. 2002-12-05 Simon Josefsson * configure.ac: Trim some junk. Replace non-existing required functions. 2002-12-05 Simon Josefsson * lib/gethostname.c, lib/memmove.c, lib/memset.c, lib/strdup.c, lib/strerror.c: An AC_LIBOBJ, from gnulib. 2002-12-05 Simon Josefsson * THANKS: Add copying conditions. 2002-12-05 Simon Josefsson * README: Fix. 2002-12-05 Simon Josefsson * doc/gsasl.texi: Tested on IRIX and AIX. 2002-12-05 Simon Josefsson * src/gsasl.c: Clean up #include mess by creating internal.h. Add --no-client-first. 2002-12-05 Simon Josefsson * src/callbacks.c, src/callbacks.h, src/internal.h: Clean up #include mess by creating internal.h. 2002-12-05 Simon Josefsson * lib/internal.h: Add #include guards. 2002-12-05 Simon Josefsson * lib/gsasl.h.in: Add rationale for #include's. 2002-12-05 Simon Josefsson * doc/gsasl.texi: Add supported platforms, bug reporting, error labels. 2002-12-05 Simon Josefsson * doc/Makefile.am: Add error-labels. 2002-12-05 Simon Josefsson * doc/specification/draft-josefsson-sasl-api-export.txt: Save it for posterity. 2002-12-05 Simon Josefsson * doc/.cvsignore: Add. 2002-12-05 Simon Josefsson * doc/gdoc-error: Fix copying conditions. 2002-12-05 Simon Josefsson * doc/gdoc-error: Fix copying conditions. 2002-12-05 Simon Josefsson * doc/gdoc-error: Make it less shishi specific. 2002-12-05 Simon Josefsson * AUTHORS: Add copying conditions. 2002-12-05 Simon Josefsson * autogen.sh: fix 2002-12-03 Simon Josefsson * doc/gdoc-error: Generate error label documentation. 2002-11-26 Simon Josefsson * m4/Makefile.am, m4/libgcrypt.m4: add gcrypt 2002-11-14 Simon Josefsson * AUTHORS: Add OpenPGP key. 2002-11-14 Simon Josefsson * po/sv.po: Update. 2002-11-14 Simon Josefsson * po/libgsasl.pot: Autoupdate. 2002-11-14 Simon Josefsson * m4/Makefile.am: It's back, EXTRA_DIST was needed. 2002-11-14 Simon Josefsson * .cvsignore, argp/.cvsignore, doc/.cvsignore, po/.cvsignore: [no log message] 2002-11-14 Simon Josefsson * Makefile.am: Add sign target. 2002-11-14 Simon Josefsson * m4/.cvsignore: Everything in this directory is automatically generated. 2002-11-14 Simon Josefsson * m4/.cvsignore: Removed. 2002-11-14 Simon Josefsson * ABOUT-NLS, config.rpath, m4/Makefile.am, m4/libgcrypt.m4, m4/pkg.m4, po/ChangeLog, po/Makefile.in.in, po/Makevars.template, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/quot.sed, po/remove-potcdate.sin: Remove junk (automatically generated). 2002-11-14 Simon Josefsson * intl/.cvsignore, intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/eval-plural.h, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/localename.c, intl/ngettext.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.y, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, m4/ChangeLog, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4, mkinstalldirs: Remove junk (automatically generated). 2002-11-14 Simon Josefsson * argp/depcomp, argp/install-sh, argp/missing, argp/mkinstalldirs: Removed junk (automatically generated). 2002-11-14 Simon Josefsson * configure.ac: Bump versions. Fixes for autoreconf. 2002-11-14 Simon Josefsson * autogen.sh: Use autoreconf. 2002-11-14 Simon Josefsson * README: Add todos. 2002-11-14 Simon Josefsson * lib/gssapi.c: Clear outputlen in final step. 2002-11-14 Simon Josefsson * lib/gsasl.h.in: Add consts. 2002-11-14 Simon Josefsson * lib/error.c: Fix. 2002-11-10 Simon Josefsson * lib/digest-md5.h: Fix encode/decode headers. 2002-11-10 Simon Josefsson * lib/gssapi.c, lib/plain.c, lib/securid.c: -Wall fixes. 2002-11-10 Simon Josefsson * autogen.sh: no -pedantic 2002-11-10 Simon Josefsson * src/callbacks.c: Fix -Wall warning. 2002-11-10 Simon Josefsson * lib/listmech.c: Remove unused variable. 2002-11-10 Simon Josefsson * lib/base64.c: Replace "unsigned char" with "char" in API function arguments. 2002-11-10 Simon Josefsson * src/callbacks.c, src/callbacks.h: Add const. 2002-11-10 Simon Josefsson * lib/gsasl.h.in: Add const in a few places. Don't specify sign of char*. 2002-11-10 Simon Josefsson * tests/simple.c: const stuff to sync with header changes. 2002-11-10 Simon Josefsson * lib/digest-md5.c: Various -Wall cleanups. 2002-11-10 Simon Josefsson * lib/cram-md5.c: Fix signedness compiler warnings. 2002-11-10 Simon Josefsson * lib/common.c: Export GSASL_VALID_MECHANISM_CHARACTERS. 2002-11-10 Simon Josefsson * lib/cram-md5.c, lib/ntlm.c, lib/plain.c, lib/securid.c, src/gsasl.c: Indent. 2002-11-10 Simon Josefsson * lib/anonymous.c: Reject repeated empty server attempts. 2002-11-10 Simon Josefsson * Makefile.am: Add indent target. 2002-11-10 Simon Josefsson * lib/digest-md5.c: Handle client sends first. 2002-11-10 Simon Josefsson * lib/cram-md5.c: Fix memory leaks. Don't misbehave if callbacks return GSASL_NEEDS_MORE. Set output length. 2002-11-10 Simon Josefsson * src/callbacks.c: (utf8cpy): Fix DST=NULL. (server_callback_retrieve): Print auth, authz, password. 2002-11-10 Simon Josefsson * src/gsasl.c: Add --no-client-first for disabling client behaviour of sending it's data first (RFC 2222 5.1). 2002-11-10 Simon Josefsson * lib/cram-md5.c: Fail if no server challenge. Don't misbehave if callbacks return GSASL_NEEDS_MORE. 2002-11-10 Simon Josefsson * src/gsasl.c: Now defaults to disable application data processing (subject to new parameter --application-data). 2002-11-10 Simon Josefsson * src/gsasl.c: Abort application data handling early on EOF 2002-11-10 Simon Josefsson * src/gsasl.c: Inform user that --password is only for testing. 2002-11-08 Simon Josefsson * doc/specification/draft-nerenberg-sasl-crammd5-03.txt, doc/specification/draft-zeilenga-sasl-anon-01.txt, doc/specification/draft-zeilenga-sasl-plain-01.txt: [no log message] 2002-11-07 Simon Josefsson * ChangeLog: [no log message] 2002-11-07 Simon Josefsson * NEWS, configure.ac: 0.0.2 2002-11-07 Simon Josefsson * libgsasl.pc.in: Add stringprep. Add -R. 2002-11-07 Simon Josefsson * : [no log message] 2002-11-07 Simon Josefsson * m4/Makefile.am, m4/pkg.m4: Add m4 for pkg-config. 2002-11-07 Simon Josefsson * Makefile.am, NEWS, README, configure.ac, lib/.cvsignore, lib/CaseFolding-3.2.0.txt, lib/CompositionExclusions-3.2.0.txt, lib/LineBreak-3.2.0.txt, lib/Makefile.am, lib/SpecialCasing-3.2.0.txt, lib/UnicodeData-3.2.0.txt, lib/cram-md5.c, lib/digest-md5.c, lib/gen-unicode-tables.pl, lib/gsasl.h.in, lib/gunibreak.h, lib/gunicomp.h, lib/gunidecomp.h, lib/internal.h, lib/login.c, lib/plain.c, lib/unicode.c, po/libgsasl.pot, po/sv.po, src/Makefile.am, src/callbacks.c, src/libcharset/.cvsignore, src/libcharset/Makefile.am, src/libcharset/README, src/libcharset/config.charset, src/libcharset/libcharset-gsasl.patch, src/libcharset/libcharset.h, src/libcharset/localcharset.c, src/libcharset/localcharset.c.orig, src/libcharset/make-patch.sh, src/libcharset/ref-add.sin, src/libcharset/ref-del.sin, src/libcharset/update.sh, tests/Makefile.am, tests/unicode.c: Use libstringprep (include copy of 0.0.1) instead of internal Unicode stuff. 2002-11-07 Simon Josefsson * doc/specification/draft-newman-sasl-c-api-00.txt: [no log message] 2002-10-19 Simon Josefsson * lib/securid.c: Remove 'const's (causes warnings). Flip order of authorization and authentication ID. 2002-10-19 Simon Josefsson * configure.ac: Silently continue if pkg-config isn't available. 2002-10-19 Simon Josefsson * README: MIPS build was in 64 bit mode. 2002-10-19 Simon Josefsson * README: Update list of systems; GNU make does not seem to be required. 2002-10-19 Simon Josefsson * Makefile.am: Ignore some files for ChangeLog entries. 2002-10-19 Simon Josefsson * ChangeLog: [no log message] 2002-10-19 Simon Josefsson * src/gsasl.c: Update for new API that allows GSASL_OK to return data during authentication. 2002-10-19 Simon Josefsson * tests/.cvsignore, tests/Makefile.am, tests/plain-client.sh, tests/simple.c, tests/unicode.c: Removed plain-client.sh (unreliable with non-ASCII in shell script). Added C program to check simple SASL mechanisms against test vectors. Added indent makefile target to re-indent files. 2002-10-19 Simon Josefsson * lib/anonymous.c, lib/cram-md5.c, lib/digest-md5.c, lib/external.c, lib/login.c, lib/ntlm.c, lib/plain.c, lib/securid.c, lib/xstep.c: Change API to allow data to be returned with GSASL_OK. Fix callback return code in ANONYMOUS client. Make mechanisms reject too many empty invocations. Made LOGIN use authorization ID instead of authentication ID. NTLM doesn't require initial challenge to be '+' (probably IMAP leftover). SECURID implements non-initial steps correctly. 2002-10-19 Simon Josefsson * .cvsignore: [no log message] 2002-10-19 Simon Josefsson * .cvsignore, argp/.cvsignore, src/.cvsignore: [no log message] 2002-10-19 Simon Josefsson * libgsasl.pc.in: Pkg-config description file for libgsasl. 2002-10-19 Simon Josefsson * NEWS: Pkg-config stuff. 2002-10-19 Simon Josefsson * src/libgsasl-config.in, src/libgsasl.m4: Removed, replaced by pkg-config. 2002-10-19 Simon Josefsson * Makefile.am, configure.ac, src/Makefile.am: Use pkg-config instead of libgsasl.m4 + libgsasl-config.in Use pkg-config to find libntlm. 2002-10-19 Simon Josefsson * lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Replace LTLIBINTL with LIBINTL. 2002-10-19 Simon Josefsson * m4/libntlm.m4: Remove libntlm.m4 (replaced by pkg-config). 2002-10-19 Simon Josefsson * m4/Makefile.am: Remove libntlm.m4 2002-10-19 Simon Josefsson * configure.ac: Remove use-libtool for gettext, it breaks distcheck. Use pkg-config to find libntlm. Bump version. 2002-10-19 Simon Josefsson * argp/aclocal.m4, argp/configure: These should not be in CVS. 2002-10-17 Simon Josefsson * Makefile.am, lib/Makefile.am, src/Makefile.am, tests/Makefile.am: Make distcheck happy. Shouldn't LTLIBINTL be included in lib/ though? Maybe a libtool bug. 2002-10-17 Simon Josefsson * autogen.sh: gettextize --copy to shut up cvsco. 2002-10-17 Simon Josefsson * ABOUT-NLS, config.rpath, mkinstalldirs: Add files to shut up gettextize. 2002-10-13 Simon Josefsson * Makefile.am: Add ChangeLog target. 2002-10-13 Simon Josefsson * .cvsusers: Add full name for better ChangeLog's. 2002-10-13 Simon Josefsson * lib/Makefile.am, lib/anonymous.c, lib/anonymous.h, lib/base64.c, lib/callback.c, lib/common.c, lib/cram-md5.c, lib/cram-md5.h, lib/digest-md5.c, lib/digest-md5.h, lib/done.c, lib/error.c, lib/external.c, lib/external.h, lib/gssapi.c, lib/gunicomp.h, lib/gunidecomp.h, lib/hexdump.c, lib/init.c, lib/internal.h, lib/listmech.c, lib/login.c, lib/login.h, lib/md5pwd.c, lib/ntlm.c, lib/plain.c, lib/plain.h, lib/securid.c, lib/securid.h, lib/suggest.c, lib/supportp.c, lib/unicode.c, lib/version.c, lib/x-gssapi.h, lib/x-ntlm.h, lib/xcode.c, lib/xfinish.c, lib/xstart.c, lib/xstep.c, src/Makefile.am, src/callbacks.c, src/callbacks.h, src/gsasl.c: Add indent Makefile targets. Indent all files. 2002-10-12 Simon Josefsson * ChangeLog, po/libgsasl.pot, po/sv.po: [no log message] 2002-10-12 Simon Josefsson * .cvsusers, lib/.cvsignore: [no log message] 2002-10-12 Simon Josefsson * lib/xcode.c: Implementation of gsasl_encode() and gsasl_decode() APIs. 2002-10-12 Simon Josefsson * configure.ac: Version 0.0.1 released. 2002-10-12 Simon Josefsson * NEWS, README: [no log message] 2002-10-12 Simon Josefsson * doc/Makefile.am: Add xcode.c to the session API documentation. 2002-10-12 Simon Josefsson * doc/gsasl.texi: Fix title. 2002-10-12 Simon Josefsson * src/gsasl.c: Improve QOP. Allow user to send/receive application payload after authentication. 2002-10-12 Simon Josefsson * src/callbacks.c: Improve QOP callback. 2002-10-12 Simon Josefsson * lib/error.c: Add GSASL_INTEGRITY_ERROR. 2002-10-12 Simon Josefsson * lib/gsasl.h.in: Add GSASL_INTEGRITY_ERROR. Add gsasl_encode() and gsasl_decode(). 2002-10-12 Simon Josefsson * lib/xstart.c: Set clientp variable. 2002-10-12 Simon Josefsson * lib/xstep.c: Only free if data was allocated by us. 2002-10-12 Simon Josefsson * lib/internal.h: Add encode/decode functions. Add clientp variable. 2002-10-12 Simon Josefsson * lib/digest-md5.c: Support integrity mode. 2002-10-12 Simon Josefsson * lib/digest-md5.h: Add encode and decode functions. 2002-10-12 Simon Josefsson * lib/common.c: Add encode and decode functions for DIGEST-MD5. 2002-10-12 Simon Josefsson * lib/Makefile.am: Add xcode.c. 2002-10-12 Simon Josefsson * lib/hexdump.c: Data is unsigned. 2002-10-12 Simon Josefsson * autogen.sh: [no log message] 2002-10-11 Simon Josefsson * doc/specification/draft-burdis-cat-srp-sasl-04.txt, doc/specification/draft-burdis-cat-srp-sasl-05.txt, doc/specification/draft-leach-cifs-v1-spec-02.txt, doc/specification/draft-leach-digest-sasl-01.txt, doc/specification/draft-leach-digest-sasl-02.txt, doc/specification/draft-leach-digest-sasl-03.txt, doc/specification/draft-leach-digest-sasl-05.txt, doc/specification/draft-myers-saslrev-01.txt, doc/specification/draft-nerenberg-sasl-crammd5-00.txt, doc/specification/draft-newman-sasl-anon-00.txt, doc/specification/rfc2095.txt: More specs. 2002-10-07 Simon Josefsson * m4/libgcrypt.m4: forgot to add it 2002-10-07 Simon Josefsson * .cvsignore, ChangeLog, argp/.cvsignore, doc/.cvsignore, intl/.cvsignore, lib/.cvsignore, m4/.cvsignore, po/.cvsignore, src/.cvsignore, src/libcharset/.cvsignore, tests/.cvsignore: [no log message] 2002-10-07 Simon Josefsson * doc/gsasl.texi: ack mit kerberos team for gssapi 2002-10-07 Simon Josefsson * README: gssapi works in server mode 2002-10-07 Simon Josefsson * Initial release, version 0.0.0. ----- Copyright (C) 2002-2012 Simon Josefsson Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. gsasl-1.8.0/lib/gssapi/0000775000000000000000000000000011760732121011636 500000000000000gsasl-1.8.0/lib/gssapi/x-gssapi.h0000664000000000000000000000416211754555060013475 00000000000000/* x-gssapi.h --- Prototypes for SASL mechanism GSSAPI as defined in RFC 2222. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef X_GSSAPI_H #define X_GSSAPI_H #include #define GSASL_GSSAPI_NAME "GSSAPI" extern Gsasl_mechanism gsasl_gssapi_mechanism; extern int _gsasl_gssapi_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_gssapi_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_gssapi_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_gssapi_client_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_gssapi_client_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_gssapi_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_gssapi_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_gssapi_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* X_GSSAPI_H */ gsasl-1.8.0/lib/gssapi/client.c0000664000000000000000000002422611754555060013216 00000000000000/* client.c --- SASL mechanism GSSAPI as defined in RFC 4752, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include /* Get specification. */ #include "x-gssapi.h" #ifdef HAVE_LIBGSS #include #elif HAVE_GSSAPI_H #include #elif HAVE_GSSAPI_GSSAPI_H #include #endif #include "gss-extra.h" struct _Gsasl_gssapi_client_state { int step; gss_name_t service; gss_ctx_id_t context; gss_qop_t qop; }; typedef struct _Gsasl_gssapi_client_state _Gsasl_gssapi_client_state; int _gsasl_gssapi_client_start (Gsasl_session * sctx, void **mech_data) { _Gsasl_gssapi_client_state *state; state = (_Gsasl_gssapi_client_state *) malloc (sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; state->context = GSS_C_NO_CONTEXT; state->service = GSS_C_NO_NAME; state->step = 0; state->qop = GSASL_QOP_AUTH; /* FIXME: Should be GSASL_QOP_AUTH_CONF. */ *mech_data = state; return GSASL_OK; } int _gsasl_gssapi_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_gssapi_client_state *state = mech_data; char clientwrap[4]; gss_qop_t serverqop; gss_buffer_desc bufdesc, bufdesc2; gss_buffer_t buf = GSS_C_NO_BUFFER; OM_uint32 maj_stat, min_stat; int conf_state; int res; const char *p; if (state->service == NULL) { const char *service, *hostname; service = gsasl_property_get (sctx, GSASL_SERVICE); if (!service) return GSASL_NO_SERVICE; hostname = gsasl_property_get (sctx, GSASL_HOSTNAME); if (!hostname) return GSASL_NO_HOSTNAME; /* FIXME: Use asprintf. */ bufdesc.length = strlen (service) + 1 + strlen (hostname) + 1; bufdesc.value = malloc (bufdesc.length); if (bufdesc.value == NULL) return GSASL_MALLOC_ERROR; sprintf (bufdesc.value, "%s@%s", service, hostname); maj_stat = gss_import_name (&min_stat, &bufdesc, GSS_C_NT_HOSTBASED_SERVICE, &state->service); free (bufdesc.value); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_IMPORT_NAME_ERROR; } switch (state->step) { case 1: bufdesc.length = input_len; bufdesc.value = (void *) input; buf = &bufdesc; /* fall through */ case 0: bufdesc2.length = 0; bufdesc2.value = NULL; maj_stat = gss_init_sec_context (&min_stat, GSS_C_NO_CREDENTIAL, &state->context, state->service, GSS_C_NO_OID, GSS_C_MUTUAL_FLAG | GSS_C_REPLAY_FLAG | GSS_C_SEQUENCE_FLAG | GSS_C_INTEG_FLAG | GSS_C_CONF_FLAG, 0, GSS_C_NO_CHANNEL_BINDINGS, buf, NULL, &bufdesc2, NULL, NULL); if (maj_stat != GSS_S_COMPLETE && maj_stat != GSS_S_CONTINUE_NEEDED) return GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR; *output_len = bufdesc2.length; *output = malloc (*output_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, bufdesc2.value, bufdesc2.length); if (maj_stat == GSS_S_COMPLETE) state->step = 2; else state->step = 1; maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (maj_stat != GSS_S_COMPLETE) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; res = GSASL_NEEDS_MORE; break; case 2: /* [RFC 2222 section 7.2.1]: The client passes this token to GSS_Unwrap and interprets the first octet of resulting cleartext as a bit-mask specifying the security layers supported by the server and the second through fourth octets as the maximum size output_message to send to the server. The client then constructs data, with the first octet containing the bit-mask specifying the selected security layer, the second through fourth octets containing in network byte order the maximum size output_message the client is able to receive, and the remaining octets containing the authorization identity. The client passes the data to GSS_Wrap with conf_flag set to FALSE, and responds with the generated output_message. The client can then consider the server authenticated. */ bufdesc.length = input_len; bufdesc.value = (void *) input; maj_stat = gss_unwrap (&min_stat, state->context, &bufdesc, &bufdesc2, &conf_state, &serverqop); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_UNWRAP_ERROR; if (bufdesc2.length != 4) return GSASL_MECHANISM_PARSE_ERROR; memcpy (clientwrap, bufdesc2.value, 4); maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; #if 0 /* FIXME: Fix qop. */ if (cb_qop) state->qop = cb_qop (sctx, serverqop); if ((state->qop & serverqop) == 0) /* Server does not support what user wanted. */ return GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR; #endif /* FIXME: Fix maxbuf. */ p = gsasl_property_get (sctx, GSASL_AUTHID); if (!p) return GSASL_NO_AUTHID; bufdesc.length = 4 + strlen (p); bufdesc.value = malloc (bufdesc.length); if (!bufdesc.value) return GSASL_MALLOC_ERROR; { char *q = bufdesc.value; q[0] = state->qop; memcpy (q + 1, clientwrap + 1, 3); memcpy (q + 4, p, strlen (p)); } maj_stat = gss_wrap (&min_stat, state->context, 0, GSS_C_QOP_DEFAULT, &bufdesc, &conf_state, &bufdesc2); free (bufdesc.value); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_WRAP_ERROR; *output_len = bufdesc2.length; *output = malloc (bufdesc2.length); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, bufdesc2.value, bufdesc2.length); maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; state->step++; res = GSASL_OK; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_gssapi_client_finish (Gsasl_session * sctx, void *mech_data) { _Gsasl_gssapi_client_state *state = mech_data; OM_uint32 maj_stat, min_stat; if (!state) return; if (state->service != GSS_C_NO_NAME) maj_stat = gss_release_name (&min_stat, &state->service); if (state->context != GSS_C_NO_CONTEXT) maj_stat = gss_delete_sec_context (&min_stat, &state->context, GSS_C_NO_BUFFER); free (state); } int _gsasl_gssapi_client_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_gssapi_client_state *state = mech_data; OM_uint32 min_stat, maj_stat; gss_buffer_desc foo; gss_buffer_t input_message_buffer = &foo; gss_buffer_desc output_message_buffer; foo.length = input_len; foo.value = (void *) input; if (state && state->step == 3 && state->qop & (GSASL_QOP_AUTH_INT | GSASL_QOP_AUTH_CONF)) { maj_stat = gss_wrap (&min_stat, state->context, state->qop & GSASL_QOP_AUTH_CONF ? 1 : 0, GSS_C_QOP_DEFAULT, input_message_buffer, NULL, &output_message_buffer); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_WRAP_ERROR; *output_len = output_message_buffer.length; *output = malloc (input_len); if (!*output) { maj_stat = gss_release_buffer (&min_stat, &output_message_buffer); return GSASL_MALLOC_ERROR; } memcpy (*output, output_message_buffer.value, output_message_buffer.length); maj_stat = gss_release_buffer (&min_stat, &output_message_buffer); if (GSS_ERROR (maj_stat)) { free (*output); return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; } } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, input, input_len); } return GSASL_OK; } int _gsasl_gssapi_client_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_gssapi_client_state *state = mech_data; OM_uint32 min_stat, maj_stat; gss_buffer_desc foo; gss_buffer_t input_message_buffer = &foo; gss_buffer_desc output_message_buffer; foo.length = input_len; foo.value = (void *) input; if (state && state->step == 3 && state->qop & (GSASL_QOP_AUTH_INT | GSASL_QOP_AUTH_CONF)) { maj_stat = gss_unwrap (&min_stat, state->context, input_message_buffer, &output_message_buffer, NULL, NULL); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_UNWRAP_ERROR; *output_len = output_message_buffer.length; *output = malloc (input_len); if (!*output) { maj_stat = gss_release_buffer (&min_stat, &output_message_buffer); return GSASL_MALLOC_ERROR; } memcpy (*output, output_message_buffer.value, output_message_buffer.length); maj_stat = gss_release_buffer (&min_stat, &output_message_buffer); if (GSS_ERROR (maj_stat)) { free (*output); return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; } } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, input, input_len); } return GSASL_OK; } gsasl-1.8.0/lib/gssapi/mechinfo.c0000664000000000000000000000326111754555060013524 00000000000000/* mechinfo.c --- Definition of GSSAPI mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "x-gssapi.h" Gsasl_mechanism gsasl_gssapi_mechanism = { GSASL_GSSAPI_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_gssapi_client_start, #else NULL, #endif #ifdef USE_CLIENT _gsasl_gssapi_client_step, #else NULL, #endif #ifdef USE_CLIENT _gsasl_gssapi_client_finish, #else NULL, #endif #ifdef USE_CLIENT _gsasl_gssapi_client_encode, #else NULL, #endif #ifdef USE_CLIENT _gsasl_gssapi_client_decode #else NULL #endif } , { NULL, NULL, #ifdef USE_SERVER _gsasl_gssapi_server_start, #else NULL, #endif #ifdef USE_SERVER _gsasl_gssapi_server_step, #else NULL, #endif #ifdef USE_SERVER _gsasl_gssapi_server_finish, #else NULL, #endif NULL, NULL} }; gsasl-1.8.0/lib/gssapi/Makefile.am0000664000000000000000000000230511754555060013622 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl \ $(GSS_CFLAGS) noinst_LTLIBRARIES = libgsasl-gssapi.la libgsasl_gssapi_la_SOURCES = x-gssapi.h mechinfo.c if CLIENT libgsasl_gssapi_la_SOURCES += client.c endif if SERVER libgsasl_gssapi_la_SOURCES += server.c endif libgsasl_gssapi_la_LIBADD = $(LTLIBGSS) $(LTLIBGSSAPI32) $(GSS_LIBS) gsasl-1.8.0/lib/gssapi/server.c0000664000000000000000000001742211754555060013246 00000000000000/* server.c --- SASL mechanism GSSAPI as defined in RFC 4752, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include /* Get specification. */ #include "x-gssapi.h" #ifdef HAVE_LIBGSS #include #elif HAVE_GSSAPI_H #include #elif HAVE_GSSAPI_GSSAPI_H #include #endif #include "gss-extra.h" struct _Gsasl_gssapi_server_state { int step; gss_name_t client; gss_cred_id_t cred; gss_ctx_id_t context; }; typedef struct _Gsasl_gssapi_server_state _Gsasl_gssapi_server_state; int _gsasl_gssapi_server_start (Gsasl_session * sctx, void **mech_data) { _Gsasl_gssapi_server_state *state; OM_uint32 maj_stat, min_stat; gss_name_t server; gss_buffer_desc bufdesc; const char *service; const char *hostname; service = gsasl_property_get (sctx, GSASL_SERVICE); if (!service) return GSASL_NO_SERVICE; hostname = gsasl_property_get (sctx, GSASL_HOSTNAME); if (!hostname) return GSASL_NO_HOSTNAME; /* FIXME: Use asprintf. */ bufdesc.length = strlen (service) + strlen ("@") + strlen (hostname) + 1; bufdesc.value = malloc (bufdesc.length); if (bufdesc.value == NULL) return GSASL_MALLOC_ERROR; sprintf (bufdesc.value, "%s@%s", service, hostname); state = (_Gsasl_gssapi_server_state *) malloc (sizeof (*state)); if (state == NULL) { free (bufdesc.value); return GSASL_MALLOC_ERROR; } maj_stat = gss_import_name (&min_stat, &bufdesc, GSS_C_NT_HOSTBASED_SERVICE, &server); free (bufdesc.value); if (GSS_ERROR (maj_stat)) { free (state); return GSASL_GSSAPI_IMPORT_NAME_ERROR; } maj_stat = gss_acquire_cred (&min_stat, server, 0, GSS_C_NULL_OID_SET, GSS_C_ACCEPT, &state->cred, NULL, NULL); gss_release_name (&min_stat, &server); if (GSS_ERROR (maj_stat)) { free (state); return GSASL_GSSAPI_ACQUIRE_CRED_ERROR; } state->step = 0; state->context = GSS_C_NO_CONTEXT; state->client = NULL; *mech_data = state; return GSASL_OK; } int _gsasl_gssapi_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_gssapi_server_state *state = mech_data; gss_buffer_desc bufdesc1, bufdesc2; OM_uint32 maj_stat, min_stat; gss_buffer_desc client_name; gss_OID mech_type; char tmp[4]; int res; *output = NULL; *output_len = 0; switch (state->step) { case 0: if (input_len == 0) { res = GSASL_NEEDS_MORE; break; } state->step++; /* fall through */ case 1: bufdesc1.value = (void *) input; bufdesc1.length = input_len; if (state->client) { gss_release_name (&min_stat, &state->client); state->client = GSS_C_NO_NAME; } maj_stat = gss_accept_sec_context (&min_stat, &state->context, state->cred, &bufdesc1, GSS_C_NO_CHANNEL_BINDINGS, &state->client, &mech_type, &bufdesc2, NULL, NULL, NULL); if (maj_stat != GSS_S_COMPLETE && maj_stat != GSS_S_CONTINUE_NEEDED) return GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR; if (maj_stat == GSS_S_COMPLETE) state->step++; if (maj_stat == GSS_S_CONTINUE_NEEDED || bufdesc2.length > 0) { *output = malloc (bufdesc2.length); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, bufdesc2.value, bufdesc2.length); *output_len = bufdesc2.length; } maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; if (maj_stat == GSS_S_CONTINUE_NEEDED || *output_len > 0) { res = GSASL_NEEDS_MORE; break; } /* fall through */ case 2: memset (tmp, 0xFF, 4); tmp[0] = GSASL_QOP_AUTH; bufdesc1.length = 4; bufdesc1.value = tmp; maj_stat = gss_wrap (&min_stat, state->context, 0, GSS_C_QOP_DEFAULT, &bufdesc1, NULL, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_WRAP_ERROR; *output = malloc (bufdesc2.length); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, bufdesc2.value, bufdesc2.length); *output_len = bufdesc2.length; maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; state->step++; res = GSASL_NEEDS_MORE; break; case 3: bufdesc1.value = (void *) input; bufdesc1.length = input_len; maj_stat = gss_unwrap (&min_stat, state->context, &bufdesc1, &bufdesc2, NULL, NULL); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_UNWRAP_ERROR; /* [RFC 2222 section 7.2.1]: The client passes this token to GSS_Unwrap and interprets the first octet of resulting cleartext as a bit-mask specifying the security layers supported by the server and the second through fourth octets as the maximum size output_message to send to the server. The client then constructs data, with the first octet containing the bit-mask specifying the selected security layer, the second through fourth octets containing in network byte order the maximum size output_message the client is able to receive, and the remaining octets containing the authorization identity. The client passes the data to GSS_Wrap with conf_flag set to FALSE, and responds with the generated output_message. The client can then consider the server authenticated. */ if ((((char *) bufdesc2.value)[0] & GSASL_QOP_AUTH) == 0) { /* Integrity or privacy unsupported */ maj_stat = gss_release_buffer (&min_stat, &bufdesc2); return GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR; } gsasl_property_set_raw (sctx, GSASL_AUTHZID, (char *) bufdesc2.value + 4, bufdesc2.length - 4); maj_stat = gss_display_name (&min_stat, state->client, &client_name, &mech_type); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_DISPLAY_NAME_ERROR; gsasl_property_set_raw (sctx, GSASL_GSSAPI_DISPLAY_NAME, client_name.value, client_name.length); maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_GSSAPI); state->step++; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_gssapi_server_finish (Gsasl_session * sctx, void *mech_data) { _Gsasl_gssapi_server_state *state = mech_data; OM_uint32 min_stat; if (!state) return; if (state->context != GSS_C_NO_CONTEXT) gss_delete_sec_context (&min_stat, &state->context, GSS_C_NO_BUFFER); if (state->cred != GSS_C_NO_CREDENTIAL) gss_release_cred (&min_stat, &state->cred); if (state->client != GSS_C_NO_NAME) gss_release_name (&min_stat, &state->client); free (state); } gsasl-1.8.0/lib/gssapi/Makefile.in0000664000000000000000000011723011760730702013632 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = gssapi DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = libgsasl_gssapi_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__libgsasl_gssapi_la_SOURCES_DIST = x-gssapi.h mechinfo.c client.c \ server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_gssapi_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_gssapi_la_OBJECTS = $(am_libgsasl_gssapi_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_gssapi_la_SOURCES) DIST_SOURCES = $(am__libgsasl_gssapi_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl \ $(GSS_CFLAGS) noinst_LTLIBRARIES = libgsasl-gssapi.la libgsasl_gssapi_la_SOURCES = x-gssapi.h mechinfo.c $(am__append_1) \ $(am__append_2) libgsasl_gssapi_la_LIBADD = $(LTLIBGSS) $(LTLIBGSSAPI32) $(GSS_LIBS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gssapi/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu gssapi/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-gssapi.la: $(libgsasl_gssapi_la_OBJECTS) $(libgsasl_gssapi_la_DEPENDENCIES) $(EXTRA_libgsasl_gssapi_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_gssapi_la_OBJECTS) $(libgsasl_gssapi_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/plain/0000775000000000000000000000000011760732120011452 500000000000000gsasl-1.8.0/lib/plain/client.c0000664000000000000000000000417611754555060013035 00000000000000/* client.c --- SASL mechanism PLAIN as defined in RFC 2595, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "plain.h" /* Get memcpy, strdup, strlen. */ #include /* Get malloc, free. */ #include int _gsasl_plain_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { const char *authzid = gsasl_property_get (sctx, GSASL_AUTHZID); const char *authid = gsasl_property_get (sctx, GSASL_AUTHID); const char *password = gsasl_property_get (sctx, GSASL_PASSWORD); size_t authzidlen = 0, authidlen = 0, passwordlen = 0; char *out; if (authzid) authzidlen = strlen (authzid); if (authid) authidlen = strlen (authid); else return GSASL_NO_AUTHID; if (password) passwordlen = strlen (password); else return GSASL_NO_PASSWORD; *output_len = authzidlen + 1 + authidlen + 1 + passwordlen; *output = out = malloc (*output_len); if (!out) return GSASL_MALLOC_ERROR; if (authzid) { memcpy (out, authzid, authzidlen); out += authzidlen; } *out++ = '\0'; memcpy (out, authid, authidlen); out += authidlen; *out++ = '\0'; memcpy (out, password, passwordlen); return GSASL_OK; } gsasl-1.8.0/lib/plain/mechinfo.c0000664000000000000000000000245611754555060013346 00000000000000/* mechinfo.c --- Definition of PLAIN mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "plain.h" Gsasl_mechanism gsasl_plain_mechanism = { GSASL_PLAIN_NAME, { NULL, NULL, NULL, #ifdef USE_CLIENT _gsasl_plain_client_step, #else NULL, #endif NULL, NULL, NULL} , { NULL, NULL, NULL, #ifdef USE_SERVER _gsasl_plain_server_step, #else NULL, #endif NULL, NULL, NULL} }; gsasl-1.8.0/lib/plain/plain.h0000664000000000000000000000264611754555060012667 00000000000000/* plain.h --- Prototypes for SASL mechanism PLAIN as defined in RFC 2595. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef PLAIN_H #define PLAIN_H #include #define GSASL_PLAIN_NAME "PLAIN" extern Gsasl_mechanism gsasl_plain_mechanism; extern int _gsasl_plain_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_plain_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); #endif /* PLAIN_H */ gsasl-1.8.0/lib/plain/Makefile.am0000664000000000000000000000224511754555060013442 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-plain.la libgsasl_plain_la_SOURCES = plain.h mechinfo.c if CLIENT libgsasl_plain_la_SOURCES += client.c endif if SERVER libgsasl_plain_la_SOURCES += server.c endif gsasl-1.8.0/lib/plain/server.c0000664000000000000000000000765211754555060013067 00000000000000/* server.c --- SASL mechanism PLAIN as defined in RFC 2595, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "plain.h" /* Get memcpy, memchr, strlen. */ #include /* Get malloc, free. */ #include int _gsasl_plain_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { const char *authzidptr = input; char *authidptr = NULL; char *passwordptr = NULL; char *passwdz = NULL, *passprep = NULL, *authidprep = NULL; int res; *output_len = 0; *output = NULL; if (input_len == 0) return GSASL_NEEDS_MORE; /* Parse input. */ { size_t tmplen; authidptr = memchr (input, 0, input_len - 1); if (authidptr) { authidptr++; passwordptr = memchr (authidptr, 0, input_len - strlen (input) - 1); if (passwordptr) passwordptr++; else return GSASL_MECHANISM_PARSE_ERROR; } else return GSASL_MECHANISM_PARSE_ERROR; /* As the NUL (U+0000) character is used as a deliminator, the NUL (U+0000) character MUST NOT appear in authzid, authcid, or passwd productions. */ tmplen = input_len - (size_t) (passwordptr - input); if (memchr (passwordptr, 0, tmplen)) return GSASL_MECHANISM_PARSE_ERROR; } /* Store authid, after preparing it... */ { res = gsasl_saslprep (authidptr, GSASL_ALLOW_UNASSIGNED, &authidprep, NULL); if (res != GSASL_OK) return res; gsasl_property_set (sctx, GSASL_AUTHID, authidprep); /* Store authzid, if absent, use SASLprep(authcid). */ if (*authzidptr == '\0') gsasl_property_set (sctx, GSASL_AUTHZID, authidprep); else gsasl_property_set (sctx, GSASL_AUTHZID, authzidptr); free (authidprep); } /* Store passwd, after preparing it... */ { size_t passwdzlen = input_len - (size_t) (passwordptr - input); /* Need to zero terminate password... */ passwdz = malloc (passwdzlen + 1); if (passwdz == NULL) return GSASL_MALLOC_ERROR; memcpy (passwdz, passwordptr, passwdzlen); passwdz[passwdzlen] = '\0'; res = gsasl_saslprep (passwdz, GSASL_ALLOW_UNASSIGNED, &passprep, NULL); free (passwdz); if (res != GSASL_OK) return res; gsasl_property_set (sctx, GSASL_PASSWORD, passprep); } /* Authorization. Let application verify credentials internally, but fall back to deal with it locally... */ res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_SIMPLE); if (res == GSASL_NO_CALLBACK) { const char *key; char *normkey; gsasl_property_set (sctx, GSASL_PASSWORD, NULL); key = gsasl_property_get (sctx, GSASL_PASSWORD); if (!key) { free (passprep); return GSASL_NO_PASSWORD; } /* Unassigned code points are not permitted. */ res = gsasl_saslprep (key, 0, &normkey, NULL); if (res != GSASL_OK) { free (passprep); return res; } if (strcmp (normkey, passprep) == 0) res = GSASL_OK; else res = GSASL_AUTHENTICATION_ERROR; free (normkey); } free (passprep); return res; } gsasl-1.8.0/lib/plain/Makefile.in0000664000000000000000000011677511760730703013465 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = plain DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_plain_la_LIBADD = am__libgsasl_plain_la_SOURCES_DIST = plain.h mechinfo.c client.c \ server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_plain_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_plain_la_OBJECTS = $(am_libgsasl_plain_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_plain_la_SOURCES) DIST_SOURCES = $(am__libgsasl_plain_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-plain.la libgsasl_plain_la_SOURCES = plain.h mechinfo.c $(am__append_1) \ $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plain/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu plain/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-plain.la: $(libgsasl_plain_la_OBJECTS) $(libgsasl_plain_la_DEPENDENCIES) $(EXTRA_libgsasl_plain_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_plain_la_OBJECTS) $(libgsasl_plain_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/external/0000775000000000000000000000000011760732120012171 500000000000000gsasl-1.8.0/lib/external/external.h0000664000000000000000000000264711754555060014126 00000000000000/* external.h --- Prototypes for EXTERNAL mechanism as defined in RFC 2222. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef EXTERNAL_H #define EXTERNAL_H #include #define GSASL_EXTERNAL_NAME "EXTERNAL" extern Gsasl_mechanism gsasl_external_mechanism; extern int _gsasl_external_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_external_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); #endif /* EXTERNAL_H */ gsasl-1.8.0/lib/external/client.c0000664000000000000000000000266111754555060013551 00000000000000/* client.c --- EXTERNAL mechanism as defined in RFC 2222, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "external.h" /* Get strdup, strlen. */ #include int _gsasl_external_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { const char *p; p = gsasl_property_get (sctx, GSASL_AUTHZID); if (!p) p = ""; *output = strdup (p); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (p); return GSASL_OK; } gsasl-1.8.0/lib/external/mechinfo.c0000664000000000000000000000250011754555060014053 00000000000000/* mechinfo.c --- Definition of EXTERNAL mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "external.h" Gsasl_mechanism gsasl_external_mechanism = { GSASL_EXTERNAL_NAME, { NULL, NULL, NULL, #ifdef USE_CLIENT _gsasl_external_client_step, #else NULL, #endif NULL, NULL, NULL} , { NULL, NULL, NULL, #ifdef USE_SERVER _gsasl_external_server_step, #else NULL, #endif NULL, NULL, NULL} }; gsasl-1.8.0/lib/external/Makefile.am0000664000000000000000000000226411754555060014162 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-external.la libgsasl_external_la_SOURCES = external.h mechinfo.c if CLIENT libgsasl_external_la_SOURCES += client.c endif if SERVER libgsasl_external_la_SOURCES += server.c endif gsasl-1.8.0/lib/external/server.c0000664000000000000000000000345611754555060013604 00000000000000/* server.c --- EXTERNAL mechanism as defined in RFC 2222, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "external.h" /* Get memchr. */ #include int _gsasl_external_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { *output_len = 0; *output = NULL; if (!input) return GSASL_NEEDS_MORE; /* Quoting rfc2222bis-09: * extern-resp = *( UTF8-char-no-nul ) * UTF8-char-no-nul = UTF8-1-no-nul / UTF8-2 / UTF8-3 / UTF8-4 * UTF8-1-no-nul = %x01-7F */ if (memchr (input, '\0', input_len)) return GSASL_MECHANISM_PARSE_ERROR; /* FIXME: Validate that input is UTF-8. */ if (input_len > 0) gsasl_property_set_raw (sctx, GSASL_AUTHZID, input, input_len); else gsasl_property_set (sctx, GSASL_AUTHZID, NULL); return gsasl_callback (NULL, sctx, GSASL_VALIDATE_EXTERNAL); } gsasl-1.8.0/lib/external/Makefile.in0000664000000000000000000011707111760730702014171 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = external DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_external_la_LIBADD = am__libgsasl_external_la_SOURCES_DIST = external.h mechinfo.c client.c \ server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_external_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_external_la_OBJECTS = $(am_libgsasl_external_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_external_la_SOURCES) DIST_SOURCES = $(am__libgsasl_external_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-external.la libgsasl_external_la_SOURCES = external.h mechinfo.c $(am__append_1) \ $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu external/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu external/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-external.la: $(libgsasl_external_la_OBJECTS) $(libgsasl_external_la_DEPENDENCIES) $(EXTRA_libgsasl_external_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_external_la_OBJECTS) $(libgsasl_external_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/aclocal.m40000664000000000000000000011447611760730677012163 00000000000000# generated automatically by aclocal 1.11.3 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, # Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, [m4_warning([this file was generated for autoconf 2.68. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software # Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.11.3], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11.3])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, # 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 5 # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 16 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl dnl The `parallel-tests' driver may need to know about EXEEXT, so add the dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl ]) dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, # Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 6 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= AC_MSG_WARN([`missing' script is too old or missing]) fi ]) # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, # Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software # Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT(yes)]) # Copyright (C) 2009, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # (`yes' being less verbose, `no' or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [ --enable-silent-rules less verbose build output (undo: `make V=1') --disable-silent-rules verbose build output (undo: `make V=0')]) case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few `make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using `$V' instead of `$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 1 # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([gl/m4/00gnulib.m4]) m4_include([gl/m4/alloca.m4]) m4_include([gl/m4/base64.m4]) m4_include([gl/m4/errno_h.m4]) m4_include([gl/m4/exponentd.m4]) m4_include([gl/m4/extensions.m4]) m4_include([gl/m4/fdopen.m4]) m4_include([gl/m4/float_h.m4]) m4_include([gl/m4/fpieee.m4]) m4_include([gl/m4/gc-hmac-md5.m4]) m4_include([gl/m4/gc-hmac-sha1.m4]) m4_include([gl/m4/gc-md5.m4]) m4_include([gl/m4/gc-random.m4]) m4_include([gl/m4/gc-sha1.m4]) m4_include([gl/m4/gc.m4]) m4_include([gl/m4/getdelim.m4]) m4_include([gl/m4/getline.m4]) m4_include([gl/m4/getpagesize.m4]) m4_include([gl/m4/gnulib-common.m4]) m4_include([gl/m4/gnulib-comp.m4]) m4_include([gl/m4/gss-extra.m4]) m4_include([gl/m4/include_next.m4]) m4_include([gl/m4/intmax_t.m4]) m4_include([gl/m4/inttypes.m4]) m4_include([gl/m4/ld-output-def.m4]) m4_include([gl/m4/ld-version-script.m4]) m4_include([gl/m4/malloc.m4]) m4_include([gl/m4/md5.m4]) m4_include([gl/m4/memchr.m4]) m4_include([gl/m4/memmem.m4]) m4_include([gl/m4/memxor.m4]) m4_include([gl/m4/minmax.m4]) m4_include([gl/m4/mmap-anon.m4]) m4_include([gl/m4/msvc-inval.m4]) m4_include([gl/m4/multiarch.m4]) m4_include([gl/m4/off_t.m4]) m4_include([gl/m4/printf.m4]) m4_include([gl/m4/realloc.m4]) m4_include([gl/m4/sha1.m4]) m4_include([gl/m4/ssize_t.m4]) m4_include([gl/m4/stdalign.m4]) m4_include([gl/m4/stdbool.m4]) m4_include([gl/m4/stddef_h.m4]) m4_include([gl/m4/stdint.m4]) m4_include([gl/m4/stdio_h.m4]) m4_include([gl/m4/stdlib_h.m4]) m4_include([gl/m4/string_h.m4]) m4_include([gl/m4/strndup.m4]) m4_include([gl/m4/strnlen.m4]) m4_include([gl/m4/strverscmp.m4]) m4_include([gl/m4/sys_types_h.m4]) m4_include([gl/m4/unistd_h.m4]) m4_include([gl/m4/vasnprintf.m4]) m4_include([gl/m4/vasprintf.m4]) m4_include([gl/m4/warn-on-use.m4]) m4_include([gl/m4/wchar_h.m4]) m4_include([m4/gettext.m4]) m4_include([m4/iconv.m4]) m4_include([m4/intlmacosx.m4]) m4_include([m4/inttypes-pri.m4]) m4_include([m4/inttypes_h.m4]) m4_include([m4/lib-ld.m4]) m4_include([m4/lib-link.m4]) m4_include([m4/lib-prefix.m4]) m4_include([m4/libtool.m4]) m4_include([m4/longlong.m4]) m4_include([m4/ltoptions.m4]) m4_include([m4/ltsugar.m4]) m4_include([m4/ltversion.m4]) m4_include([m4/lt~obsolete.m4]) m4_include([m4/nls.m4]) m4_include([m4/po.m4]) m4_include([m4/progtest.m4]) m4_include([m4/size_max.m4]) m4_include([m4/stdint_h.m4]) m4_include([m4/update-header-version.m4]) m4_include([m4/visibility.m4]) m4_include([m4/wchar_t.m4]) m4_include([m4/wint_t.m4]) m4_include([m4/xsize.m4]) gsasl-1.8.0/lib/cram-md5/0000775000000000000000000000000011760732120011754 500000000000000gsasl-1.8.0/lib/cram-md5/digest.c0000664000000000000000000000447311754555060013340 00000000000000/* digest.c --- Generate a CRAM-MD5 hex encoded HMAC-MD5 response string. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include /* Get prototype. */ #include "digest.h" /* Get gc_hmac_md5. */ #include "gc.h" /* * From draft-ietf-sasl-crammd5-02.txt: * * The latter is computed by applying the keyed MD5 algorithm from * [KEYED-MD5] where the key is a shared secret and the digested * text is the challenge (including angle-brackets). The client * MUST NOT interpret or attempt to validate the contents of the * challenge in any way. * * This shared secret is a string known only to the client and * server. The "digest" parameter itself is a 16-octet value which * is sent in hexadecimal format, using lower-case US-ASCII * characters. * ... * digest = 32(DIGIT / %x61-66) * ; A hexadecimal string using only lower-case * ; letters * */ #if CRAM_MD5_DIGEST_LEN != 2*GC_MD5_DIGEST_SIZE #error MD5 length mismatch #endif #define HEXCHAR(c) ((c & 0x0F) > 9 ? 'a' + (c & 0x0F) - 10 : '0' + (c & 0x0F)) void cram_md5_digest (const char *challenge, size_t challengelen, const char *secret, size_t secretlen, char response[CRAM_MD5_DIGEST_LEN]) { char hash[GC_MD5_DIGEST_SIZE]; size_t i; gc_hmac_md5 (secret, secretlen ? secretlen : strlen (secret), challenge, challengelen ? challengelen : strlen (challenge), hash); for (i = 0; i < GC_MD5_DIGEST_SIZE; i++) { *response++ = HEXCHAR (hash[i] >> 4); *response++ = HEXCHAR (hash[i]); } } gsasl-1.8.0/lib/cram-md5/cram-md5.h0000664000000000000000000000313211754555060013462 00000000000000/* cram-md5.h --- Prototypes for CRAM-MD5 mechanism as defined in RFC 2195. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef CRAM_MD5_H #define CRAM_MD5_H #include #define GSASL_CRAM_MD5_NAME "CRAM-MD5" extern Gsasl_mechanism gsasl_cram_md5_mechanism; extern int _gsasl_cram_md5_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_cram_md5_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_cram_md5_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_cram_md5_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* CRAM_MD5_H */ gsasl-1.8.0/lib/cram-md5/client.c0000664000000000000000000000477611754555060013345 00000000000000/* client.c --- SASL CRAM-MD5 client side functions. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "cram-md5.h" /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include /* Get cram_md5_digest. */ #include "digest.h" int _gsasl_cram_md5_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { char response[CRAM_MD5_DIGEST_LEN]; const char *p; size_t len; char *tmp; char *authid; int rc; if (input_len == 0) { *output_len = 0; *output = NULL; return GSASL_NEEDS_MORE; } p = gsasl_property_get (sctx, GSASL_AUTHID); if (!p) return GSASL_NO_AUTHID; /* XXX Use query strings here? Specification is unclear. */ rc = gsasl_saslprep (p, GSASL_ALLOW_UNASSIGNED, &authid, NULL); if (rc != GSASL_OK) return rc; p = gsasl_property_get (sctx, GSASL_PASSWORD); if (!p) { free (authid); return GSASL_NO_PASSWORD; } /* XXX Use query strings here? Specification is unclear. */ rc = gsasl_saslprep (p, GSASL_ALLOW_UNASSIGNED, &tmp, NULL); if (rc != GSASL_OK) { free (authid); return rc; } cram_md5_digest (input, input_len, tmp, strlen (tmp), response); free (tmp); len = strlen (authid); *output_len = len + strlen (" ") + CRAM_MD5_DIGEST_LEN; *output = malloc (*output_len); if (!*output) { free (authid); return GSASL_MALLOC_ERROR; } memcpy (*output, authid, len); (*output)[len++] = ' '; memcpy (*output + len, response, CRAM_MD5_DIGEST_LEN); free (authid); return GSASL_OK; } gsasl-1.8.0/lib/cram-md5/digest.h0000664000000000000000000000307111754555060013336 00000000000000/* digest.h --- Generate a CRAM-MD5 hex encoded HMAC-MD5 response string. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_H #define DIGEST_H /* Get size_t. */ #include #define CRAM_MD5_DIGEST_LEN 32 /* Compute hex encoded HMAC-MD5 on the CHALLENGELEN long string CHALLENGE, keyed with SECRET of length SECRETLEN. Use a CHALLENGELEN or SECRETLEN of 0 to indicate that CHALLENGE or SECRET, respectively, is zero terminated. The RESPONSE buffer must be allocated by the caller, and must have room for CRAM_MD5_DIGEST_LEN characters.*/ extern void cram_md5_digest (const char *challenge, size_t challengelen, const char *secret, size_t secretlen, char response[CRAM_MD5_DIGEST_LEN]); #endif /* DIGEST_H */ gsasl-1.8.0/lib/cram-md5/mechinfo.c0000664000000000000000000000270111754555060013641 00000000000000/* mechinfo.c --- Definition of CRAM-MD5 mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "cram-md5.h" Gsasl_mechanism gsasl_cram_md5_mechanism = { GSASL_CRAM_MD5_NAME, { NULL, NULL, NULL, #ifdef USE_CLIENT _gsasl_cram_md5_client_step, #else NULL, #endif NULL, NULL, NULL} , { NULL, NULL, #ifdef USE_SERVER _gsasl_cram_md5_server_start, #else NULL, #endif #ifdef USE_SERVER _gsasl_cram_md5_server_step, #else NULL, #endif #ifdef USE_SERVER _gsasl_cram_md5_server_finish, #else NULL, #endif NULL, NULL} }; gsasl-1.8.0/lib/cram-md5/Makefile.am0000664000000000000000000000234111754555060013741 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-cram_md5.la libgsasl_cram_md5_la_SOURCES = cram-md5.h mechinfo.c \ challenge.h challenge.c digest.h digest.c if CLIENT libgsasl_cram_md5_la_SOURCES += client.c endif if SERVER libgsasl_cram_md5_la_SOURCES += server.c endif gsasl-1.8.0/lib/cram-md5/server.c0000664000000000000000000000613311754555060013362 00000000000000/* server.c --- SASL CRAM-MD5 server side functions. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "cram-md5.h" /* Get malloc, free. */ #include /* Get memcpy, strdup, strlen. */ #include /* Get cram_md5_challenge. */ #include "challenge.h" /* Get cram_md5_digest. */ #include "digest.h" #define MD5LEN 16 int _gsasl_cram_md5_server_start (Gsasl_session * sctx, void **mech_data) { char *challenge; int rc; challenge = malloc (CRAM_MD5_CHALLENGE_LEN); if (challenge == NULL) return GSASL_MALLOC_ERROR; rc = cram_md5_challenge (challenge); if (rc) return GSASL_CRYPTO_ERROR; *mech_data = challenge; return GSASL_OK; } int _gsasl_cram_md5_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { char *challenge = mech_data; char hash[CRAM_MD5_DIGEST_LEN]; const char *password; char *username = NULL; int res = GSASL_OK; char *normkey; if (input_len == 0) { *output_len = strlen (challenge); *output = strdup (challenge); return GSASL_NEEDS_MORE; } if (input_len <= MD5LEN * 2) return GSASL_MECHANISM_PARSE_ERROR; if (input[input_len - MD5LEN * 2 - 1] != ' ') return GSASL_MECHANISM_PARSE_ERROR; username = calloc (1, input_len - MD5LEN * 2); if (username == NULL) return GSASL_MALLOC_ERROR; memcpy (username, input, input_len - MD5LEN * 2 - 1); gsasl_property_set (sctx, GSASL_AUTHID, username); free (username); password = gsasl_property_get (sctx, GSASL_PASSWORD); if (!password) return GSASL_NO_PASSWORD; /* FIXME: Use SASLprep here? Treat string as storage string? Specification is unclear. */ res = gsasl_saslprep (password, 0, &normkey, NULL); if (res != GSASL_OK) return res; cram_md5_digest (challenge, strlen (challenge), normkey, strlen (normkey), hash); free (normkey); if (memcmp (&input[input_len - MD5LEN * 2], hash, 2 * MD5LEN) == 0) res = GSASL_OK; else res = GSASL_AUTHENTICATION_ERROR; *output_len = 0; *output = NULL; return res; } void _gsasl_cram_md5_server_finish (Gsasl_session * sctx, void *mech_data) { char *challenge = mech_data; free (challenge); } gsasl-1.8.0/lib/cram-md5/challenge.c0000664000000000000000000000511211754555060013772 00000000000000/* challenge.c --- Generate a CRAM-MD5 challenge string. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include #include #include /* Get prototype. */ #include "challenge.h" /* Get gc_nonce. */ #include /* * From draft-ietf-sasl-crammd5-02.txt: * * The data encoded in the challenge contains a presumptively * arbitrary string of random digits, a time-stamp, and the * fully-qualified primary host name of the server. * ... * challenge = "<" 1*DIGIT "." 1*DIGIT "@" hostname ">" * hostname = 1*(ALPHA / DIGIT) *("." / "-" / ALPHA / DIGIT) * * This implementation avoid the information leakage by always using 0 * as the time stamp and a fixed host name. This should be * unproblematic, as any client that try to validate the challenge * string somehow, would violate the same specification: * * The client MUST NOT interpret or attempt to validate the * contents of the challenge in any way. * */ /* The sequence of X in TEMPLATE must be twice as long as NONCELEN. */ #define NONCELEN 10 #define TEMPLATE "" /* The probabilities for each digit are skewed (0-5 is more likely to occur than 6-9), but it is just used as a nonce anyway. */ #define DIGIT(c) (((c) & 0x0F) > 9 ? \ '0' + ((c) & 0x0F) - 10 : \ '0' + ((c) & 0x0F)) int cram_md5_challenge (char challenge[CRAM_MD5_CHALLENGE_LEN]) { char nonce[NONCELEN]; size_t i; int rc; assert (strlen (TEMPLATE) == CRAM_MD5_CHALLENGE_LEN - 1); memcpy (challenge, TEMPLATE, CRAM_MD5_CHALLENGE_LEN); rc = gc_nonce (nonce, sizeof (nonce)); if (rc != GC_OK) return -1; for (i = 0; i < sizeof (nonce); i++) { challenge[1 + i] = DIGIT (nonce[i]); challenge[11 + i] = DIGIT (nonce[i] >> 4); } return 0; } gsasl-1.8.0/lib/cram-md5/Makefile.in0000664000000000000000000011746511760730701013762 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = cram-md5 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_cram_md5_la_LIBADD = am__libgsasl_cram_md5_la_SOURCES_DIST = cram-md5.h mechinfo.c \ challenge.h challenge.c digest.h digest.c client.c server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_cram_md5_la_OBJECTS = mechinfo.lo challenge.lo digest.lo \ $(am__objects_1) $(am__objects_2) libgsasl_cram_md5_la_OBJECTS = $(am_libgsasl_cram_md5_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_cram_md5_la_SOURCES) DIST_SOURCES = $(am__libgsasl_cram_md5_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-cram_md5.la libgsasl_cram_md5_la_SOURCES = cram-md5.h mechinfo.c challenge.h \ challenge.c digest.h digest.c $(am__append_1) $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu cram-md5/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu cram-md5/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-cram_md5.la: $(libgsasl_cram_md5_la_OBJECTS) $(libgsasl_cram_md5_la_DEPENDENCIES) $(EXTRA_libgsasl_cram_md5_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_cram_md5_la_OBJECTS) $(libgsasl_cram_md5_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/challenge.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digest.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/cram-md5/challenge.h0000664000000000000000000000246511754555060014007 00000000000000/* challenge.h --- Generate a CRAM-MD5 challenge string. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef CHALLENGE_H #define CHALLENGE_H #define CRAM_MD5_CHALLENGE_LEN 35 /* Store zero terminated CRAM-MD5 challenge in output buffer. The CHALLENGE buffer must be allocated by the caller, and must have room for CRAM_MD5_CHALLENGE_LEN characters. Returns 0 on success, and -1 on randomness problems. */ extern int cram_md5_challenge (char challenge[CRAM_MD5_CHALLENGE_LEN]); #endif /* CHALLENGE_H */ gsasl-1.8.0/lib/COPYING.LIB0000664000000000000000000006364211746471770011761 00000000000000 GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. , 1 April 1990 Ty Coon, President of Vice That's all there is to it! gsasl-1.8.0/lib/cfg.mk0000664000000000000000000000207611754555060011375 00000000000000# Copyright (C) 2006-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. ifeq ($(PACKAGE),) PACKAGE := libgsasl endif ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) .DEFAULT_GOAL := noop .PHONY: noop endif ChangeLog: git2cl > ChangeLog cat ../.clcopying >> ChangeLog tarball: rm -f ChangeLog $(MAKE) ChangeLog distcheck gsasl-1.8.0/lib/kerberos_v5/0000775000000000000000000000000011760732121012576 500000000000000gsasl-1.8.0/lib/kerberos_v5/shared.h0000664000000000000000000000245311754555060014151 00000000000000/* shared.h --- Experimental SASL mechanism KERBEROS_V5, shared definitions. * Copyright (C) 2003-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "kerberos_v5.h" /* Get Shishi API. */ #include #ifdef HAVE_NETINET_IN_H #include /* ntohl */ #endif #define DEBUG 0 #define BITMAP_LEN 1 #define MAXBUF_LEN 4 #define RANDOM_LEN 16 #define MUTUAL (1 << 3) #define SERVER_HELLO_LEN BITMAP_LEN + MAXBUF_LEN + RANDOM_LEN #define CLIENT_HELLO_LEN BITMAP_LEN + MAXBUF_LEN #define MAXBUF_DEFAULT 65536 gsasl-1.8.0/lib/kerberos_v5/client.c0000664000000000000000000003005511754555060014153 00000000000000/* client.c --- Experimental SASL mechanism KERBEROS_V5, client side. * Copyright (C) 2003-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * * NB! Shishi is licensed under GPL, so linking GSASL with it require * that you follow the GPL for GSASL as well. * */ #include "kerberos_v5.h" #include "shared.h" struct _Gsasl_kerberos_v5_client_state { int step; char serverhello[BITMAP_LEN + MAXBUF_LEN + RANDOM_LEN]; int serverqops; int clientqop; int servermutual; uint32_t servermaxbuf; uint32_t clientmaxbuf; Shishi *sh; Shishi_tkt *tkt; Shishi_as *as; Shishi_ap *ap; Shishi_key *sessionkey; Shishi_safe *safe; }; int _gsasl_kerberos_v5_client_init (Gsasl_ctx * ctx) { if (!shishi_check_version (SHISHI_VERSION)) return GSASL_UNKNOWN_MECHANISM; return GSASL_OK; } int _gsasl_kerberos_v5_client_start (Gsasl_session * sctx, void **mech_data) { struct _Gsasl_kerberos_v5_client_state *state; Gsasl_ctx *ctx; int err; state = malloc (sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; memset (state, 0, sizeof (*state)); err = shishi_init (&state->sh); if (err) return GSASL_KERBEROS_V5_INIT_ERROR; state->step = 0; state->clientqop = GSASL_QOP_AUTH_INT; *mech_data = state; return GSASL_OK; } #define STEP_FIRST 0 #define STEP_NONINFRA_SEND_ASREQ 1 #define STEP_NONINFRA_WAIT_ASREP 2 #define STEP_NONINFRA_SEND_APREQ 3 #define STEP_NONINFRA_WAIT_APREP 4 #define STEP_SUCCESS 5 int _gsasl_kerberos_v5_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len) { struct _Gsasl_kerberos_v5_client_state *state = mech_data; Gsasl_client_callback_authentication_id cb_authentication_id; Gsasl_client_callback_authorization_id cb_authorization_id; Gsasl_client_callback_qop cb_qop; Gsasl_client_callback_realm cb_realm; Gsasl_client_callback_password cb_password; Gsasl_client_callback_service cb_service; Gsasl_client_callback_maxbuf cb_maxbuf; Gsasl_ctx *ctx; int res; int len; ctx = gsasl_client_ctx_get (sctx); if (ctx == NULL) return GSASL_CANNOT_GET_CTX; /* These are optional */ cb_realm = gsasl_client_callback_realm_get (ctx); cb_service = gsasl_client_callback_service_get (ctx); cb_authentication_id = gsasl_client_callback_authentication_id_get (ctx); cb_authorization_id = gsasl_client_callback_authorization_id_get (ctx); cb_qop = gsasl_client_callback_qop_get (ctx); cb_maxbuf = gsasl_client_callback_maxbuf_get (ctx); /* Only optionally needed in infrastructure mode */ cb_password = gsasl_client_callback_password_get (ctx); if (cb_password == NULL) return GSASL_NEED_CLIENT_PASSWORD_CALLBACK; /* I think we really need this one */ cb_service = gsasl_client_callback_service_get (ctx); if (cb_service == NULL) return GSASL_NEED_CLIENT_SERVICE_CALLBACK; switch (state->step) { case STEP_FIRST: if (input == NULL) { *output_len = 0; return GSASL_NEEDS_MORE; } if (input_len != SERVER_HELLO_LEN) return GSASL_MECHANISM_PARSE_ERROR; memcpy (state->serverhello, input, input_len); { unsigned char serverbitmap; memcpy (&serverbitmap, input, BITMAP_LEN); state->serverqops = 0; if (serverbitmap & GSASL_QOP_AUTH) state->serverqops |= GSASL_QOP_AUTH; if (serverbitmap & GSASL_QOP_AUTH_INT) state->serverqops |= GSASL_QOP_AUTH_INT; if (serverbitmap & GSASL_QOP_AUTH_CONF) state->serverqops |= GSASL_QOP_AUTH_CONF; if (serverbitmap & MUTUAL) state->servermutual = 1; } memcpy (&state->servermaxbuf, &input[BITMAP_LEN], MAXBUF_LEN); state->servermaxbuf = ntohl (state->servermaxbuf); if (cb_qop) state->clientqop = cb_qop (sctx, state->serverqops); if (!(state->serverqops & state->clientqop & (GSASL_QOP_AUTH | GSASL_QOP_AUTH_INT | GSASL_QOP_AUTH_CONF))) return GSASL_AUTHENTICATION_ERROR; /* XXX for now we require server authentication */ if (!state->servermutual) return GSASL_AUTHENTICATION_ERROR; /* Decide policy here: non-infrastructure, infrastructure or proxy. * * A callback to decide should be added, but without the default * should be: * * IF shishi_tktset_get_for_server() THEN * INFRASTRUCTURE MODE * ELSE IF shishi_realm_for_server(server) THEN * PROXY INFRASTRUCTURE (then fallback to NIM?) * ELSE * NON-INFRASTRUCTURE MODE */ state->step = STEP_NONINFRA_SEND_APREQ; /* only NIM for now.. */ /* fall through */ case STEP_NONINFRA_SEND_ASREQ: res = shishi_as (state->sh, &state->as); if (res) return GSASL_KERBEROS_V5_INTERNAL_ERROR; if (cb_authentication_id) /* Shishi defaults to one otherwise */ { len = *output_len - 1; res = cb_authentication_id (sctx, output, &len); if (res != GSASL_OK) return res; output[len] = '\0'; res = shishi_kdcreq_set_cname (state->sh, shishi_as_req (state->as), SHISHI_NT_UNKNOWN, output); if (res != GSASL_OK) return res; } if (cb_realm) { len = *output_len - 1; res = cb_realm (sctx, output, &len); if (res != GSASL_OK) return res; } else len = 0; output[len] = '\0'; res = shishi_kdcreq_set_realm (state->sh, shishi_as_req (state->as), output); if (res != GSASL_OK) return res; if (cb_service) { char *sname[3]; size_t servicelen = 0; size_t hostnamelen = 0; res = cb_service (sctx, NULL, &servicelen, NULL, &hostnamelen, /* XXX support servicename a'la DIGEST-MD5 too? */ NULL, NULL); if (res != GSASL_OK) return res; if (*output_len < servicelen + 1 + hostnamelen + 1) return GSASL_TOO_SMALL_BUFFER; sname[0] = &output[0]; sname[1] = &output[servicelen + 2]; sname[2] = NULL; res = cb_service (sctx, sname[0], &servicelen, sname[1], &hostnamelen, NULL, NULL); if (res != GSASL_OK) return res; sname[0][servicelen] = '\0'; sname[1][hostnamelen] = '\0'; res = shishi_kdcreq_set_sname (state->sh, shishi_as_req (state->as), SHISHI_NT_UNKNOWN, sname); if (res != GSASL_OK) return res; } /* XXX query application for encryption types and set the etype field? Already configured by shishi though... */ res = shishi_a2d (state->sh, shishi_as_req (state->as), output, output_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; state->step = STEP_NONINFRA_WAIT_ASREP; res = GSASL_NEEDS_MORE; break; case STEP_NONINFRA_WAIT_ASREP: if (shishi_as_rep_der_set (state->as, input, input_len) != SHISHI_OK) return GSASL_MECHANISM_PARSE_ERROR; /* XXX? password stored in callee's output buffer */ len = *output_len - 1; res = cb_password (sctx, output, &len); if (res != GSASL_OK && res != GSASL_NEEDS_MORE) return res; output[len] = '\0'; res = shishi_as_rep_process (state->as, NULL, output); if (res != SHISHI_OK) return GSASL_AUTHENTICATION_ERROR; state->step = STEP_NONINFRA_SEND_APREQ; /* fall through */ case STEP_NONINFRA_SEND_APREQ: if (*output_len <= CLIENT_HELLO_LEN + SERVER_HELLO_LEN) return GSASL_TOO_SMALL_BUFFER; if (!(state->clientqop & ~GSASL_QOP_AUTH)) state->clientmaxbuf = 0; else if (cb_maxbuf) state->clientmaxbuf = cb_maxbuf (sctx, state->servermaxbuf); else state->clientmaxbuf = MAXBUF_DEFAULT; /* XXX for now we require server authentication */ output[0] = state->clientqop | MUTUAL; { uint32_t tmp; tmp = ntohl (state->clientmaxbuf); memcpy (&output[BITMAP_LEN], &tmp, MAXBUF_LEN); } memcpy (&output[CLIENT_HELLO_LEN], state->serverhello, SERVER_HELLO_LEN); if (cb_authorization_id) { len = *output_len - CLIENT_HELLO_LEN + SERVER_HELLO_LEN; res = cb_authorization_id (sctx, &output[CLIENT_HELLO_LEN + SERVER_HELLO_LEN], &len); } else len = 0; len += CLIENT_HELLO_LEN + SERVER_HELLO_LEN; res = shishi_ap_tktoptionsdata (state->sh, &state->ap, shishi_as_tkt (state->as), SHISHI_APOPTIONS_MUTUAL_REQUIRED, output, len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_authenticator_add_authorizationdata (state->sh, shishi_ap_authenticator (state->ap), -1, output, len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; /* XXX set realm in AP-REQ and Authenticator */ res = shishi_ap_req_der (state->ap, output, output_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; state->step = STEP_NONINFRA_WAIT_APREP; res = GSASL_NEEDS_MORE; break; case STEP_NONINFRA_WAIT_APREP: if (shishi_ap_rep_der_set (state->ap, input, input_len) != SHISHI_OK) return GSASL_MECHANISM_PARSE_ERROR; res = shishi_ap_rep_verify (state->ap); if (res != SHISHI_OK) return GSASL_AUTHENTICATION_ERROR; state->step = STEP_SUCCESS; /* XXX support AP session keys */ state->sessionkey = shishi_tkt_key (shishi_as_tkt (state->as)); *output_len = 0; res = GSASL_OK; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } int _gsasl_kerberos_v5_client_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct _Gsasl_kerberos_v5_client_state *state = mech_data; int res; if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_CONF) { return GSASL_INTEGRITY_ERROR; } else if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_INT) { res = shishi_safe (state->sh, &state->safe); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_set_user_data (state->sh, shishi_safe_safe (state->safe), input, input_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_build (state->safe, state->sessionkey); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_safe_der (state->safe, output, output_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, input, input_len); } return GSASL_OK; } int _gsasl_kerberos_v5_client_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len) { struct _Gsasl_kerberos_v5_client_state *state = mech_data; if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_CONF) { return GSASL_INTEGRITY_ERROR; } else if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_INT) { return GSASL_INTEGRITY_ERROR; } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, input, input_len); } return GSASL_OK; } int _gsasl_kerberos_v5_client_finish (Gsasl_session * sctx, void *mech_data) { struct _Gsasl_kerberos_v5_client_state *state = mech_data; shishi_done (state->sh); free (state); return GSASL_OK; } gsasl-1.8.0/lib/kerberos_v5/Makefile.am0000664000000000000000000000241211754555060014561 00000000000000## Process this file with automake to produce Makefile.in # Copyright (C) 2002-2012 Simon Josefsson. # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) # -Igl is for strdup. AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl noinst_LTLIBRARIES = libgsasl-kerberos_v5.la libgsasl_kerberos_v5_la_SOURCES = kerberos_v5.h shared.h if CLIENT libgsasl_kerberos_v5_la_SOURCES += client.c endif if SERVER libgsasl_kerberos_v5_la_SOURCES += server.c endif gsasl-1.8.0/lib/kerberos_v5/server.c0000664000000000000000000004126211754555060014205 00000000000000/* server.c --- Experimental SASL mechanism KERBEROS_V5, server side. * Copyright (C) 2003-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * * NB! Shishi is licensed under GPL, so linking GSASL with it require * that you follow the GPL for GSASL as well. * */ #include "kerberos_v5.h" #include "shared.h" struct _Gsasl_kerberos_v5_server_state { int firststep; Shishi *sh; char serverhello[BITMAP_LEN + MAXBUF_LEN + RANDOM_LEN]; char *random; int serverqops; uint32_t servermaxbuf; int clientqop; int clientmutual; uint32_t clientmaxbuf; char *username; char *userrealm; char *serverrealm; char *serverservice; char *serverhostname; char *password; Shishi_key *userkey; /* user's key derived with string2key */ Shishi_key *sessionkey; /* shared between client and server */ Shishi_key *sessiontktkey; /* known only by server */ Shishi_ap *ap; Shishi_as *as; Shishi_safe *safe; }; int _gsasl_kerberos_v5_server_init (Gsasl_ctx * ctx) { if (!shishi_check_version (SHISHI_VERSION)) return GSASL_UNKNOWN_MECHANISM; return GSASL_OK; } int _gsasl_kerberos_v5_server_start (Gsasl_session * sctx, void **mech_data) { struct _Gsasl_kerberos_v5_server_state *state; int err; state = malloc (sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; memset (state, 0, sizeof (*state)); state->random = (char *) malloc (RANDOM_LEN); if (state->random == NULL) return GSASL_MALLOC_ERROR; err = shishi_init_server (&state->sh); if (err) return GSASL_KERBEROS_V5_INIT_ERROR; err = shishi_randomize (state->sh, state->random, RANDOM_LEN); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; /* This can be pretty much anything, the client will never have it. */ err = shishi_key_random (state->sh, SHISHI_AES256_CTS_HMAC_SHA1_96, &state->sessiontktkey); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; err = shishi_as (state->sh, &state->as); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; state->firststep = 1; state->serverqops = GSASL_QOP_AUTH | GSASL_QOP_AUTH_INT; *mech_data = state; return GSASL_OK; } int _gsasl_kerberos_v5_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len) { struct _Gsasl_kerberos_v5_server_state *state = mech_data; Gsasl_server_callback_realm cb_realm; Gsasl_server_callback_qop cb_qop; Gsasl_server_callback_maxbuf cb_maxbuf; Gsasl_server_callback_cipher cb_cipher; Gsasl_server_callback_retrieve cb_retrieve; Gsasl_server_callback_service cb_service; unsigned char buf[BUFSIZ]; size_t buflen; Gsasl_ctx *ctx; ASN1_TYPE asn1; int err; ctx = gsasl_server_ctx_get (sctx); if (ctx == NULL) return GSASL_CANNOT_GET_CTX; cb_realm = gsasl_server_callback_realm_get (ctx); cb_qop = gsasl_server_callback_qop_get (ctx); cb_maxbuf = gsasl_server_callback_maxbuf_get (ctx); cb_retrieve = gsasl_server_callback_retrieve_get (ctx); cb_service = gsasl_server_callback_service_get (ctx); if (cb_service == NULL) return GSASL_NEED_SERVER_SERVICE_CALLBACK; if (state->firststep) { uint32_t tmp; unsigned char *p; /* * The initial server packet should contain one octet containing * a bit mask of supported security layers, four octets * indicating the maximum cipher-text buffer size the server is * able to receive (or 0 if no security layers are supported) in * network byte order, and then 16 octets containing random data * (see [4] on how random data might be generated). * * The security layers and their corresponding bit-masks are as * follows: * * Bit 0 No security layer * Bit 1 Integrity (KRB-SAFE) protection * Bit 2 Privacy (KRB-PRIV) protection * Bit 3 Mutual authentication is required (AP option MUTUAL- * REQUIRED must also be present). * * Other bit-masks may be defined in the future; bits which are * not understood must be negotiated off. * */ if (output && *output_len < BITMAP_LEN + MAXBUF_LEN + RANDOM_LEN) return GSASL_TOO_SMALL_BUFFER; p = &state->serverhello[0]; if (cb_qop) state->serverqops = cb_qop (sctx); *p = 0; if (state->serverqops & GSASL_QOP_AUTH) *p |= GSASL_QOP_AUTH; if (state->serverqops & GSASL_QOP_AUTH_INT) *p |= GSASL_QOP_AUTH_INT; if (state->serverqops & GSASL_QOP_AUTH_CONF) *p |= GSASL_QOP_AUTH_CONF; /* XXX we always require mutual authentication for now */ *p |= MUTUAL; if (!(state->serverqops & ~GSASL_QOP_AUTH)) state->servermaxbuf = 0; else if (cb_maxbuf) state->servermaxbuf = cb_maxbuf (sctx); else state->servermaxbuf = MAXBUF_DEFAULT; tmp = htonl (state->servermaxbuf); memcpy (&state->serverhello[BITMAP_LEN], &tmp, MAXBUF_LEN); memcpy (&state->serverhello[BITMAP_LEN + MAXBUF_LEN], state->random, RANDOM_LEN); if (output) memcpy (output, state->serverhello, SERVER_HELLO_LEN); *output_len = BITMAP_LEN + MAXBUF_LEN + RANDOM_LEN; state->firststep = 0; return GSASL_NEEDS_MORE; } if (cb_retrieve) { /* Non-infrastructure mode */ if (*output_len < 2048) return GSASL_TOO_SMALL_BUFFER; if (shishi_as_req_der_set (state->as, input, input_len) == SHISHI_OK) { Shishi_tkt *tkt; int etype, i; tkt = shishi_as_tkt (state->as); if (!tkt) return GSASL_KERBEROS_V5_INTERNAL_ERROR; i = 1; do { err = shishi_kdcreq_etype (state->sh, shishi_as_req (state->as), &etype, i); if (err == SHISHI_OK && shishi_cipher_supported_p (etype)) break; } while (err == SHISHI_OK); if (err != SHISHI_OK) return err; /* XXX use a "preferred server kdc etype" from shishi instead? */ err = shishi_key_random (state->sh, etype, &state->sessionkey); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; err = shishi_tkt_key_set (tkt, state->sessionkey); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; buflen = sizeof (buf) - 1; err = shishi_kdcreq_cname_get (state->sh, shishi_as_req (state->as), buf, &buflen); if (err != SHISHI_OK) return err; buf[buflen] = '\0'; state->username = strdup (buf); buflen = sizeof (buf) - 1; err = shishi_kdcreq_realm_get (state->sh, shishi_as_req (state->as), buf, &buflen); if (err != SHISHI_OK) return err; buf[buflen] = '\0'; state->userrealm = strdup (buf); buflen = sizeof (buf) - 1; err = cb_retrieve (sctx, state->username, NULL, state->userrealm, NULL, &buflen); if (err != GSASL_OK) return err; state->password = malloc (buflen + 1); if (state->password == NULL) return GSASL_MALLOC_ERROR; err = cb_retrieve (sctx, state->username, NULL, state->userrealm, state->password, &buflen); if (err != GSASL_OK) return err; state->password[buflen] = '\0'; buflen = sizeof (buf) - 1; if (cb_realm) { err = cb_realm (sctx, buf, &buflen, 0); if (err != GSASL_OK) return err; } else buflen = 0; buf[buflen] = '\0'; state->serverrealm = strdup (buf); buflen = sizeof (buf) - 1; err = cb_service (sctx, buf, &buflen, NULL, NULL); if (err != GSASL_OK) return err; buf[buflen] = '\0'; state->serverservice = strdup (buf); buflen = sizeof (buf) - 1; err = cb_service (sctx, NULL, NULL, buf, &buflen); if (err != GSASL_OK) return err; buf[buflen] = '\0'; state->serverhostname = strdup (buf); /* XXX do some checking on realm and server name? Right now we simply doesn't care about what client requested and return a ticket for this server. This is bad. */ err = shishi_tkt_clientrealm_set (tkt, state->userrealm, state->username); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; { char *p; p = malloc (strlen (state->serverservice) + strlen ("/") + strlen (state->serverhostname) + 1); if (p == NULL) return GSASL_MALLOC_ERROR; sprintf (p, "%s/%s", state->serverservice, state->serverhostname); err = shishi_tkt_serverrealm_set (tkt, state->serverrealm, p); free (p); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; } buflen = sizeof (buf); err = shishi_as_derive_salt (state->sh, shishi_as_req (state->as), shishi_as_rep (state->as), buf, &buflen); if (err != SHISHI_OK) return err; err = shishi_key_from_string (state->sh, etype, state->password, strlen (state->password), buf, buflen, NULL, &state->userkey); if (err != SHISHI_OK) return err; err = shishi_tkt_build (tkt, state->sessiontktkey); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; err = shishi_as_rep_build (state->as, state->userkey); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; #if DEBUG shishi_kdcreq_print (state->sh, stderr, shishi_as_req (state->as)); shishi_encticketpart_print (state->sh, stderr, shishi_tkt_encticketpart (tkt)); shishi_ticket_print (state->sh, stderr, shishi_tkt_ticket (tkt)); shishi_enckdcreppart_print (state->sh, stderr, shishi_tkt_enckdcreppart (state->as)); shishi_kdcrep_print (state->sh, stderr, shishi_as_rep (state->as)); #endif err = shishi_as_rep_der (state->as, output, output_len); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; return GSASL_NEEDS_MORE; } else if ((asn1 = shishi_der2asn1_apreq (state->sh, input, input_len))) { int adtype; err = shishi_ap (state->sh, &state->ap); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; shishi_ap_req_set (state->ap, asn1); err = shishi_ap_req_process (state->ap, state->sessiontktkey); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; #if DEBUG shishi_apreq_print (state->sh, stderr, shishi_ap_req (state->ap)); shishi_ticket_print (state->sh, stderr, shishi_tkt_ticket (shishi_ap_tkt (state->ap))); shishi_authenticator_print (state->sh, stderr, shishi_ap_authenticator (state->ap)); #endif buflen = sizeof (buf); err = shishi_authenticator_authorizationdata (state->sh, shishi_ap_authenticator (state->ap), &adtype, buf, &buflen, 1); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; if (adtype != 0xFF /* -1 in one-complements form */ || buflen < CLIENT_HELLO_LEN + SERVER_HELLO_LEN) return GSASL_AUTHENTICATION_ERROR; { unsigned char clientbitmap; memcpy (&clientbitmap, &buf[0], BITMAP_LEN); state->clientqop = 0; if (clientbitmap & GSASL_QOP_AUTH) state->clientqop |= GSASL_QOP_AUTH; if (clientbitmap & GSASL_QOP_AUTH_INT) state->clientqop |= GSASL_QOP_AUTH_INT; if (clientbitmap & GSASL_QOP_AUTH_CONF) state->clientqop |= GSASL_QOP_AUTH_CONF; if (clientbitmap & MUTUAL) state->clientmutual = 1; } memcpy (&state->clientmaxbuf, &input[BITMAP_LEN], MAXBUF_LEN); state->clientmaxbuf = ntohl (state->clientmaxbuf); if (!(state->clientqop & state->serverqops)) return GSASL_AUTHENTICATION_ERROR; /* XXX check clientmaxbuf too */ if (memcmp (&buf[CLIENT_HELLO_LEN], state->serverhello, SERVER_HELLO_LEN) != 0) return GSASL_AUTHENTICATION_ERROR; { char cksum[BUFSIZ]; int cksumlen; int cksumtype; Shishi_key *key; key = shishi_tkt_key (shishi_as_tkt (state->as)); cksumtype = shishi_cipher_defaultcksumtype (shishi_key_type (key)); cksumlen = sizeof (cksum); err = shishi_checksum (state->sh, key, SHISHI_KEYUSAGE_APREQ_AUTHENTICATOR_CKSUM, cksumtype, buf, buflen, cksum, &cksumlen); if (err != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; buflen = sizeof (buf); err = shishi_authenticator_cksum (state->sh, shishi_ap_authenticator (state->ap), &cksumtype, buf, &buflen); if (err != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; if (buflen != cksumlen || memcmp (buf, cksum, buflen) != 0) return GSASL_AUTHENTICATION_ERROR; } /* XXX use authorization_id */ if (state->clientmutual) { err = shishi_ap_rep_build (state->ap); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; err = shishi_ap_rep_der (state->ap, output, output_len); if (err) return GSASL_KERBEROS_V5_INTERNAL_ERROR; } else *output_len = 0; return GSASL_OK; } } else { /* XXX Currently we only handle AS-REQ and AP-REQ in non-infrastructure mode. Supporting infrastructure mode is simple, just send the AS-REQ to the KDC and wait for AS-REP instead of creating AS-REP locally. We should probably have a callback to decide policy: 1) non-infrastructure mode (NIM) only 2) infrastructure mode (IM) only 3) proxied infrastructure mode (PIM) only 4) NIM with fallback to IM (useful for local server overrides) 5) IM with fallback to NIM (useful for admins if KDC is offline) 6) ...etc with PIM too */ return GSASL_NEED_SERVER_RETRIEVE_CALLBACK; } *output_len = 0; return GSASL_NEEDS_MORE; } int _gsasl_kerberos_v5_server_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len) { struct _Gsasl_kerberos_v5_server_state *state = mech_data; int res; if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_CONF) { return GSASL_INTEGRITY_ERROR; } else if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_INT) { res = shishi_safe (state->sh, &state->safe); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_set_user_data (state->sh, shishi_safe_safe (state->safe), input, input_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_build (state->safe, state->sessionkey); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_safe_der (state->safe, output, output_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, input, input_len); } return GSASL_OK; } int _gsasl_kerberos_v5_server_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len) { struct _Gsasl_kerberos_v5_server_state *state = mech_data; int res; if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_CONF) { return GSASL_INTEGRITY_ERROR; } else if (state && state->sessionkey && state->clientqop & GSASL_QOP_AUTH_INT) { Shishi_asn1 asn1safe; res = shishi_safe (state->sh, &state->safe); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_safe_der_set (state->safe, input, input_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_verify (state->safe, state->sessionkey); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; res = shishi_safe_user_data (state->sh, shishi_safe_safe (state->safe), output, output_len); if (res != SHISHI_OK) return GSASL_KERBEROS_V5_INTERNAL_ERROR; return GSASL_OK; } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, input, input_len); } return GSASL_OK; } int _gsasl_kerberos_v5_server_finish (Gsasl_session * sctx, void *mech_data) { struct _Gsasl_kerberos_v5_server_state *state = mech_data; shishi_done (state->sh); free (state->username); free (state->password); free (state->random); free (state); return GSASL_OK; } gsasl-1.8.0/lib/kerberos_v5/Makefile.in0000664000000000000000000011705411760730702014576 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson. # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = kerberos_v5 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_kerberos_v5_la_LIBADD = am__libgsasl_kerberos_v5_la_SOURCES_DIST = kerberos_v5.h shared.h \ client.c server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_kerberos_v5_la_OBJECTS = $(am__objects_1) $(am__objects_2) libgsasl_kerberos_v5_la_OBJECTS = \ $(am_libgsasl_kerberos_v5_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_kerberos_v5_la_SOURCES) DIST_SOURCES = $(am__libgsasl_kerberos_v5_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) # -Igl is for strdup. AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl noinst_LTLIBRARIES = libgsasl-kerberos_v5.la libgsasl_kerberos_v5_la_SOURCES = kerberos_v5.h shared.h \ $(am__append_1) $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu kerberos_v5/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu kerberos_v5/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-kerberos_v5.la: $(libgsasl_kerberos_v5_la_OBJECTS) $(libgsasl_kerberos_v5_la_DEPENDENCIES) $(EXTRA_libgsasl_kerberos_v5_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_kerberos_v5_la_OBJECTS) $(libgsasl_kerberos_v5_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/kerberos_v5/kerberos_v5.h0000664000000000000000000000552211754555060015131 00000000000000/* kerberos_v5.h --- Prototypes for experimental SASL mechanism KERBEROS_V5. * Copyright (C) 2003-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * * NB! Shishi is licensed under GPL, so linking GSASL with it require * that you follow the GPL for GSASL as well. * */ #ifndef _KERBEROS_V5_H #define _KERBEROS_V5_H #include "internal.h" #define _GSASL_KERBEROS_V5_NAME "KERBEROS_V5" extern int _gsasl_kerberos_v5_client_init (Gsasl * ctx); extern int _gsasl_kerberos_v5_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_kerberos_v5_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len); extern int _gsasl_kerberos_v5_client_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len); extern int _gsasl_kerberos_v5_client_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len); extern int _gsasl_kerberos_v5_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_kerberos_v5_server_init (Gsasl * ctx); extern int _gsasl_kerberos_v5_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_kerberos_v5_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len); extern int _gsasl_kerberos_v5_server_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len); extern int _gsasl_kerberos_v5_server_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char *output, size_t * output_len); extern int _gsasl_kerberos_v5_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* _KERBEROS_V5_H */ gsasl-1.8.0/lib/configure0000775000000000000000000326501311760730700012212 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for libgsasl 1.8.0. # # Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-gsasl@gnu.org $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do $0: have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libgsasl' PACKAGE_TARNAME='libgsasl' PACKAGE_VERSION='1.8.0' PACKAGE_STRING='libgsasl 1.8.0' PACKAGE_BUGREPORT='bug-gsasl@gnu.org' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" gt_needs= ac_func_list= ac_header_list= ac_subst_vars='gltests_LTLIBOBJS gltests_LIBOBJS gl_LTLIBOBJS gl_LIBOBJS CONFIG_INCLUDE am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS WARN_CFLAGS GSSAPI_FALSE GSSAPI_TRUE GS2_FALSE GS2_TRUE LIBTESTS_LIBDEPS NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H NEXT_INTTYPES_H UINT64_MAX_EQ_ULONG_MAX UINT32_MAX_LT_UINTMAX_MAX PRIPTR_PREFIX PRI_MACROS_BROKEN INT64_MAX_EQ_LONG_MAX INT32_MAX_LT_INTMAX_MAX REPLACE_STRTOIMAX HAVE_DECL_STRTOUMAX HAVE_DECL_STRTOIMAX HAVE_DECL_IMAXDIV HAVE_DECL_IMAXABS GNULIB_STRTOUMAX GNULIB_STRTOIMAX GNULIB_IMAXDIV GNULIB_IMAXABS HAVE_MSVC_INVALID_PARAMETER_HANDLER gltests_WITNESS HAVE_WINT_T NEXT_AS_FIRST_DIRECTIVE_WCHAR_H NEXT_WCHAR_H REPLACE_WCSWIDTH REPLACE_WCWIDTH REPLACE_WCSNRTOMBS REPLACE_WCSRTOMBS REPLACE_WCRTOMB REPLACE_MBSNRTOWCS REPLACE_MBSRTOWCS REPLACE_MBRLEN REPLACE_MBRTOWC REPLACE_MBSINIT REPLACE_WCTOB REPLACE_BTOWC REPLACE_MBSTATE_T HAVE_DECL_WCWIDTH HAVE_DECL_WCTOB HAVE_WCSWIDTH HAVE_WCSTOK HAVE_WCSSTR HAVE_WCSPBRK HAVE_WCSSPN HAVE_WCSCSPN HAVE_WCSRCHR HAVE_WCSCHR HAVE_WCSDUP HAVE_WCSXFRM HAVE_WCSCOLL HAVE_WCSNCASECMP HAVE_WCSCASECMP HAVE_WCSNCMP HAVE_WCSCMP HAVE_WCSNCAT HAVE_WCSCAT HAVE_WCPNCPY HAVE_WCSNCPY HAVE_WCPCPY HAVE_WCSCPY HAVE_WCSNLEN HAVE_WCSLEN HAVE_WMEMSET HAVE_WMEMMOVE HAVE_WMEMCPY HAVE_WMEMCMP HAVE_WMEMCHR HAVE_WCSNRTOMBS HAVE_WCSRTOMBS HAVE_WCRTOMB HAVE_MBSNRTOWCS HAVE_MBSRTOWCS HAVE_MBRLEN HAVE_MBRTOWC HAVE_MBSINIT HAVE_BTOWC GNULIB_WCSWIDTH GNULIB_WCSTOK GNULIB_WCSSTR GNULIB_WCSPBRK GNULIB_WCSSPN GNULIB_WCSCSPN GNULIB_WCSRCHR GNULIB_WCSCHR GNULIB_WCSDUP GNULIB_WCSXFRM GNULIB_WCSCOLL GNULIB_WCSNCASECMP GNULIB_WCSCASECMP GNULIB_WCSNCMP GNULIB_WCSCMP GNULIB_WCSNCAT GNULIB_WCSCAT GNULIB_WCPNCPY GNULIB_WCSNCPY GNULIB_WCPCPY GNULIB_WCSCPY GNULIB_WCSNLEN GNULIB_WCSLEN GNULIB_WMEMSET GNULIB_WMEMMOVE GNULIB_WMEMCPY GNULIB_WMEMCMP GNULIB_WMEMCHR GNULIB_WCWIDTH GNULIB_WCSNRTOMBS GNULIB_WCSRTOMBS GNULIB_WCRTOMB GNULIB_MBSNRTOWCS GNULIB_MBSRTOWCS GNULIB_MBRLEN GNULIB_MBRTOWC GNULIB_MBSINIT GNULIB_WCTOB GNULIB_BTOWC HAVE_FEATURES_H HAVE_UNISTD_H NEXT_AS_FIRST_DIRECTIVE_UNISTD_H NEXT_UNISTD_H UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS UNISTD_H_HAVE_WINSOCK2_H REPLACE_WRITE REPLACE_USLEEP REPLACE_UNLINKAT REPLACE_UNLINK REPLACE_TTYNAME_R REPLACE_SYMLINK REPLACE_SLEEP REPLACE_RMDIR REPLACE_READLINK REPLACE_READ REPLACE_PWRITE REPLACE_PREAD REPLACE_LSEEK REPLACE_LINKAT REPLACE_LINK REPLACE_LCHOWN REPLACE_ISATTY REPLACE_GETPAGESIZE REPLACE_GETGROUPS REPLACE_GETLOGIN_R REPLACE_GETDOMAINNAME REPLACE_GETCWD REPLACE_FTRUNCATE REPLACE_FCHOWNAT REPLACE_DUP2 REPLACE_DUP REPLACE_CLOSE REPLACE_CHOWN HAVE_SYS_PARAM_H HAVE_OS_H HAVE_DECL_TTYNAME_R HAVE_DECL_SETHOSTNAME HAVE_DECL_GETUSERSHELL HAVE_DECL_GETPAGESIZE HAVE_DECL_GETLOGIN_R HAVE_DECL_GETDOMAINNAME HAVE_DECL_FDATASYNC HAVE_DECL_FCHDIR HAVE_DECL_ENVIRON HAVE_USLEEP HAVE_UNLINKAT HAVE_SYMLINKAT HAVE_SYMLINK HAVE_SLEEP HAVE_SETHOSTNAME HAVE_READLINKAT HAVE_READLINK HAVE_PWRITE HAVE_PREAD HAVE_PIPE2 HAVE_PIPE HAVE_LINKAT HAVE_LINK HAVE_LCHOWN HAVE_GROUP_MEMBER HAVE_GETPAGESIZE HAVE_GETLOGIN HAVE_GETHOSTNAME HAVE_GETGROUPS HAVE_GETDTABLESIZE HAVE_FTRUNCATE HAVE_FSYNC HAVE_FDATASYNC HAVE_FCHOWNAT HAVE_FCHDIR HAVE_FACCESSAT HAVE_EUIDACCESS HAVE_DUP3 HAVE_DUP2 HAVE_CHOWN GNULIB_WRITE GNULIB_USLEEP GNULIB_UNLINKAT GNULIB_UNLINK GNULIB_UNISTD_H_SIGPIPE GNULIB_UNISTD_H_NONBLOCKING GNULIB_TTYNAME_R GNULIB_SYMLINKAT GNULIB_SYMLINK GNULIB_SLEEP GNULIB_SETHOSTNAME GNULIB_RMDIR GNULIB_READLINKAT GNULIB_READLINK GNULIB_READ GNULIB_PWRITE GNULIB_PREAD GNULIB_PIPE2 GNULIB_PIPE GNULIB_LSEEK GNULIB_LINKAT GNULIB_LINK GNULIB_LCHOWN GNULIB_ISATTY GNULIB_GROUP_MEMBER GNULIB_GETUSERSHELL GNULIB_GETPAGESIZE GNULIB_GETLOGIN_R GNULIB_GETLOGIN GNULIB_GETHOSTNAME GNULIB_GETGROUPS GNULIB_GETDTABLESIZE GNULIB_GETDOMAINNAME GNULIB_GETCWD GNULIB_FTRUNCATE GNULIB_FSYNC GNULIB_FDATASYNC GNULIB_FCHOWNAT GNULIB_FCHDIR GNULIB_FACCESSAT GNULIB_EUIDACCESS GNULIB_ENVIRON GNULIB_DUP3 GNULIB_DUP2 GNULIB_DUP GNULIB_CLOSE GNULIB_CHOWN GNULIB_CHDIR WINDOWS_64_BIT_OFF_T NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H NEXT_SYS_TYPES_H NEXT_AS_FIRST_DIRECTIVE_STRING_H NEXT_STRING_H NEXT_AS_FIRST_DIRECTIVE_STDLIB_H NEXT_STDLIB_H NEXT_AS_FIRST_DIRECTIVE_STDIO_H NEXT_STDIO_H GL_GENERATE_STDINT_H_FALSE GL_GENERATE_STDINT_H_TRUE STDINT_H WINT_T_SUFFIX WCHAR_T_SUFFIX SIG_ATOMIC_T_SUFFIX SIZE_T_SUFFIX PTRDIFF_T_SUFFIX HAVE_SIGNED_WINT_T HAVE_SIGNED_WCHAR_T HAVE_SIGNED_SIG_ATOMIC_T BITSIZEOF_WINT_T BITSIZEOF_WCHAR_T BITSIZEOF_SIG_ATOMIC_T BITSIZEOF_SIZE_T BITSIZEOF_PTRDIFF_T HAVE_SYS_BITYPES_H HAVE_SYS_INTTYPES_H HAVE_STDINT_H NEXT_AS_FIRST_DIRECTIVE_STDINT_H NEXT_STDINT_H HAVE_SYS_TYPES_H HAVE_INTTYPES_H HAVE_WCHAR_H HAVE_UNSIGNED_LONG_LONG_INT HAVE_LONG_LONG_INT NEXT_AS_FIRST_DIRECTIVE_STDDEF_H NEXT_STDDEF_H GL_GENERATE_STDDEF_H_FALSE GL_GENERATE_STDDEF_H_TRUE STDDEF_H HAVE_WCHAR_T REPLACE_NULL HAVE__BOOL GL_GENERATE_STDBOOL_H_FALSE GL_GENERATE_STDBOOL_H_TRUE STDBOOL_H GL_GENERATE_STDALIGN_H_FALSE GL_GENERATE_STDALIGN_H_TRUE STDALIGN_H REPLACE_WCTOMB REPLACE_UNSETENV REPLACE_STRTOD REPLACE_SETENV REPLACE_REALPATH REPLACE_REALLOC REPLACE_RANDOM_R REPLACE_PUTENV REPLACE_PTSNAME_R REPLACE_MKSTEMP REPLACE_MBTOWC REPLACE_MALLOC REPLACE_CANONICALIZE_FILE_NAME REPLACE_CALLOC HAVE_DECL_UNSETENV HAVE_UNLOCKPT HAVE_SYS_LOADAVG_H HAVE_STRUCT_RANDOM_DATA HAVE_STRTOULL HAVE_STRTOLL HAVE_STRTOD HAVE_DECL_SETENV HAVE_SETENV HAVE_RPMATCH HAVE_REALPATH HAVE_RANDOM_R HAVE_RANDOM_H HAVE_RANDOM HAVE_PTSNAME_R HAVE_PTSNAME HAVE_POSIX_OPENPT HAVE_MKSTEMPS HAVE_MKSTEMP HAVE_MKOSTEMPS HAVE_MKOSTEMP HAVE_MKDTEMP HAVE_GRANTPT HAVE_GETSUBOPT HAVE_DECL_GETLOADAVG HAVE_CANONICALIZE_FILE_NAME HAVE_ATOLL HAVE__EXIT GNULIB_WCTOMB GNULIB_UNSETENV GNULIB_UNLOCKPT GNULIB_SYSTEM_POSIX GNULIB_STRTOULL GNULIB_STRTOLL GNULIB_STRTOD GNULIB_SETENV GNULIB_RPMATCH GNULIB_REALPATH GNULIB_REALLOC_POSIX GNULIB_RANDOM_R GNULIB_RANDOM GNULIB_PUTENV GNULIB_PTSNAME_R GNULIB_PTSNAME GNULIB_POSIX_OPENPT GNULIB_MKSTEMPS GNULIB_MKSTEMP GNULIB_MKOSTEMPS GNULIB_MKOSTEMP GNULIB_MKDTEMP GNULIB_MBTOWC GNULIB_MALLOC_POSIX GNULIB_GRANTPT GNULIB_GETSUBOPT GNULIB_GETLOADAVG GNULIB_CANONICALIZE_FILE_NAME GNULIB_CALLOC_POSIX GNULIB_ATOLL GNULIB__EXIT APPLE_UNIVERSAL_BUILD UNDEFINE_STRTOK_R REPLACE_STRTOK_R REPLACE_STRSIGNAL REPLACE_STRNLEN REPLACE_STRNDUP REPLACE_STRNCAT REPLACE_STRERROR_R REPLACE_STRERROR REPLACE_STRCHRNUL REPLACE_STRCASESTR REPLACE_STRSTR REPLACE_STRDUP REPLACE_STPNCPY REPLACE_MEMMEM REPLACE_MEMCHR HAVE_STRVERSCMP HAVE_DECL_STRSIGNAL HAVE_DECL_STRERROR_R HAVE_DECL_STRTOK_R HAVE_STRCASESTR HAVE_STRSEP HAVE_STRPBRK HAVE_DECL_STRNLEN HAVE_DECL_STRNDUP HAVE_DECL_STRDUP HAVE_STRCHRNUL HAVE_STPNCPY HAVE_STPCPY HAVE_RAWMEMCHR HAVE_DECL_MEMRCHR HAVE_MEMPCPY HAVE_DECL_MEMMEM HAVE_MEMCHR HAVE_FFSLL HAVE_FFSL HAVE_MBSLEN GNULIB_STRVERSCMP GNULIB_STRSIGNAL GNULIB_STRERROR_R GNULIB_STRERROR GNULIB_MBSTOK_R GNULIB_MBSSEP GNULIB_MBSSPN GNULIB_MBSPBRK GNULIB_MBSCSPN GNULIB_MBSCASESTR GNULIB_MBSPCASECMP GNULIB_MBSNCASECMP GNULIB_MBSCASECMP GNULIB_MBSSTR GNULIB_MBSRCHR GNULIB_MBSCHR GNULIB_MBSNLEN GNULIB_MBSLEN GNULIB_STRTOK_R GNULIB_STRCASESTR GNULIB_STRSTR GNULIB_STRSEP GNULIB_STRPBRK GNULIB_STRNLEN GNULIB_STRNDUP GNULIB_STRNCAT GNULIB_STRDUP GNULIB_STRCHRNUL GNULIB_STPNCPY GNULIB_STPCPY GNULIB_RAWMEMCHR GNULIB_MEMRCHR GNULIB_MEMPCPY GNULIB_MEMMEM GNULIB_MEMCHR GNULIB_FFSLL GNULIB_FFSL HAVE_VISIBILITY CFLAG_VISIBILITY HAVE_LD_VERSION_SCRIPT_FALSE HAVE_LD_VERSION_SCRIPT_TRUE HAVE_LD_OUTPUT_DEF_FALSE HAVE_LD_OUTPUT_DEF_TRUE REPLACE_VSPRINTF REPLACE_VSNPRINTF REPLACE_VPRINTF REPLACE_VFPRINTF REPLACE_VDPRINTF REPLACE_VASPRINTF REPLACE_TMPFILE REPLACE_STDIO_WRITE_FUNCS REPLACE_STDIO_READ_FUNCS REPLACE_SPRINTF REPLACE_SNPRINTF REPLACE_RENAMEAT REPLACE_RENAME REPLACE_REMOVE REPLACE_PRINTF REPLACE_POPEN REPLACE_PERROR REPLACE_OBSTACK_PRINTF REPLACE_GETLINE REPLACE_GETDELIM REPLACE_FTELLO REPLACE_FTELL REPLACE_FSEEKO REPLACE_FSEEK REPLACE_FREOPEN REPLACE_FPURGE REPLACE_FPRINTF REPLACE_FOPEN REPLACE_FFLUSH REPLACE_FDOPEN REPLACE_FCLOSE REPLACE_DPRINTF HAVE_VDPRINTF HAVE_VASPRINTF HAVE_RENAMEAT HAVE_POPEN HAVE_PCLOSE HAVE_FTELLO HAVE_FSEEKO HAVE_DPRINTF HAVE_DECL_VSNPRINTF HAVE_DECL_SNPRINTF HAVE_DECL_OBSTACK_PRINTF HAVE_DECL_GETLINE HAVE_DECL_GETDELIM HAVE_DECL_FTELLO HAVE_DECL_FSEEKO HAVE_DECL_FPURGE GNULIB_VSPRINTF_POSIX GNULIB_VSNPRINTF GNULIB_VPRINTF_POSIX GNULIB_VPRINTF GNULIB_VFPRINTF_POSIX GNULIB_VFPRINTF GNULIB_VDPRINTF GNULIB_VSCANF GNULIB_VFSCANF GNULIB_VASPRINTF GNULIB_TMPFILE GNULIB_STDIO_H_SIGPIPE GNULIB_STDIO_H_NONBLOCKING GNULIB_SPRINTF_POSIX GNULIB_SNPRINTF GNULIB_SCANF GNULIB_RENAMEAT GNULIB_RENAME GNULIB_REMOVE GNULIB_PUTS GNULIB_PUTCHAR GNULIB_PUTC GNULIB_PRINTF_POSIX GNULIB_PRINTF GNULIB_POPEN GNULIB_PERROR GNULIB_PCLOSE GNULIB_OBSTACK_PRINTF_POSIX GNULIB_OBSTACK_PRINTF GNULIB_GETLINE GNULIB_GETDELIM GNULIB_GETCHAR GNULIB_GETC GNULIB_FWRITE GNULIB_FTELLO GNULIB_FTELL GNULIB_FSEEKO GNULIB_FSEEK GNULIB_FSCANF GNULIB_FREOPEN GNULIB_FREAD GNULIB_FPUTS GNULIB_FPUTC GNULIB_FPURGE GNULIB_FPRINTF_POSIX GNULIB_FPRINTF GNULIB_FOPEN GNULIB_FGETS GNULIB_FGETC GNULIB_FFLUSH GNULIB_FDOPEN GNULIB_FCLOSE GNULIB_DPRINTF REPLACE_ITOLD GL_GENERATE_FLOAT_H_FALSE GL_GENERATE_FLOAT_H_TRUE FLOAT_H NEXT_AS_FIRST_DIRECTIVE_FLOAT_H NEXT_FLOAT_H EOVERFLOW_VALUE EOVERFLOW_HIDDEN ENOLINK_VALUE ENOLINK_HIDDEN EMULTIHOP_VALUE EMULTIHOP_HIDDEN GL_GENERATE_ERRNO_H_FALSE GL_GENERATE_ERRNO_H_TRUE ERRNO_H NEXT_AS_FIRST_DIRECTIVE_ERRNO_H NEXT_ERRNO_H PRAGMA_COLUMNS PRAGMA_SYSTEM_HEADER INCLUDE_NEXT_AS_FIRST_DIRECTIVE INCLUDE_NEXT LIBGCRYPT_PREFIX LTLIBGCRYPT LIBGCRYPT HAVE_LIBGCRYPT GL_GENERATE_ALLOCA_H_FALSE GL_GENERATE_ALLOCA_H_TRUE ALLOCA_H ALLOCA GL_COND_LIBTOOL_FALSE GL_COND_LIBTOOL_TRUE OBSOLETE_FALSE OBSOLETE_TRUE SERVER_FALSE SERVER_TRUE CLIENT_FALSE CLIENT_TRUE LIBIDN_PREFIX LTLIBIDN LIBIDN HAVE_LIBIDN KERBEROS_V5_FALSE KERBEROS_V5_TRUE LIBSHISHI_PREFIX LTLIBSHISHI LIBSHISHI HAVE_LIBSHISHI GSS_LIBS GSS_CFLAGS KRB5_CONFIG LIBGSSAPI32_PREFIX LTLIBGSSAPI32 LIBGSSAPI32 HAVE_LIBGSSAPI32 LIBGSS_PREFIX LTLIBGSS LIBGSS HAVE_LIBGSS OPENID20_FALSE OPENID20_TRUE SAML20_FALSE SAML20_TRUE SCRAM_FALSE SCRAM_TRUE DIGEST_MD5_FALSE DIGEST_MD5_TRUE CRAM_MD5_FALSE CRAM_MD5_TRUE NTLM_FALSE NTLM_TRUE LIBNTLM_PREFIX LTLIBNTLM LIBNTLM HAVE_LIBNTLM SECURID_FALSE SECURID_TRUE LOGIN_FALSE LOGIN_TRUE PLAIN_FALSE PLAIN_TRUE EXTERNAL_FALSE EXTERNAL_TRUE ANONYMOUS_FALSE ANONYMOUS_TRUE POSUB LTLIBINTL LIBINTL INTLLIBS LTLIBICONV LIBICONV INTL_MACOSX_LIBS XGETTEXT_EXTRA_OPTIONS MSGMERGE XGETTEXT_015 XGETTEXT GMSGFMT_015 MSGFMT_015 GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL ac_ct_AR LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED LIBTOOL OBJDUMP DLLTOOL AS host_os host_vendor host_cpu host build_os build_vendor build_cpu build RANLIB ARFLAGS AR EGREP GREP CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM DLL_VERSION LT_AGE LT_REVISION LT_CURRENT target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_shared enable_static with_pic enable_fast_install with_gnu_ld with_sysroot enable_libtool_lock enable_nls enable_rpath with_libiconv_prefix with_libintl_prefix enable_anonymous enable_external enable_plain enable_login enable_securid enable_ntlm with_libntlm_prefix enable_cram_md5 enable_digest_md5 enable_scram_sha1 enable_saml20 enable_openid20 enable_gs2 enable_gssapi with_gssapi_impl with_libgss_prefix with_libgssapi32_prefix enable_kerberos_v5 with_libshishi_prefix with_stringprep with_libidn_prefix enable_client enable_server enable_obsolete with_libgcrypt with_libgcrypt_prefix enable_random_device enable_pseudo_random_device enable_nonce_device enable_ld_version_script ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures libgsasl 1.8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/libgsasl] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of libgsasl 1.8.0:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: `make V=1') --disable-silent-rules verbose build output (undo: `make V=0') --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-nls do not use Native Language Support --disable-rpath do not hardcode runtime library paths --disable-anonymous don't use the ANONYMOUS mechanism --disable-external don't use the EXTERNAL mechanism --disable-plain don't use the PLAIN mechanism --disable-login don't use the LOGIN mechanism --disable-securid don't use the SECURID mechanism --disable-ntlm don't use the NTLM mechanism --disable-cram-md5 don't use the CRAM-MD5 mechanism --disable-digest-md5 don't use the DIGEST-MD5 mechanism --enable-scram-sha1 use the SCRAM-SHA-1 mechanism --disable-saml20 don't use the SAML20 mechanism --disable-openid20 don't use the OPENID20 mechanism --disable-gs2 don't use the GS2 mechanism --disable-gssapi don't use the GSSAPI mechanism --enable-kerberos_v5 use the KERBEROS_V5 mechanism --disable-client disable client code --disable-server disable server code --disable-obsolete disable backwards compatibility code --enable-random-device device with (strong) randomness (for Nettle) --enable-pseudo-random-device device with pseudo randomness (for Nettle) --enable-nonce-device device with unpredictable nonces (for Nettle) --enable-ld-version-script enable linker version script (default is enabled when possible) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir --with-libntlm-prefix[=DIR] search for libntlm in DIR/include and DIR/lib --without-libntlm-prefix don't search for libntlm in includedir and libdir --with-gssapi-impl=no/gss/kfw/mit/heimdal/yes select GSS-API implementation --with-libgss-prefix[=DIR] search for libgss in DIR/include and DIR/lib --without-libgss-prefix don't search for libgss in includedir and libdir --with-libgssapi32-prefix[=DIR] search for libgssapi32 in DIR/include and DIR/lib --without-libgssapi32-prefix don't search for libgssapi32 in includedir and libdir --with-libshishi-prefix[=DIR] search for libshishi in DIR/include and DIR/lib --without-libshishi-prefix don't search for libshishi in includedir and libdir --without-stringprep disable non-ASCII support --with-libidn-prefix[=DIR] search for libidn in DIR/include and DIR/lib --without-libidn-prefix don't search for libidn in includedir and libdir --with-libgcrypt use libgcrypt for low-level crypto --with-libgcrypt-prefix[=DIR] search for libgcrypt in DIR/include and DIR/lib --without-libgcrypt-prefix don't search for libgcrypt in includedir and libdir Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF libgsasl configure 1.8.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## -------------------------------- ## ## Report this to bug-gsasl@gnu.org ## ## -------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_c_check_type LINENO TYPE VAR INCLUDES # ------------------------------------------- # Tests whether TYPE exists after having included INCLUDES, setting cache # variable VAR accordingly. ac_fn_c_check_type () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof ($2)) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof (($2))) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES # -------------------------------------------- # Tries to find the compile-time value of EXPR in a program that includes # INCLUDES, setting VAR accordingly. Returns whether the value could be # computed ac_fn_c_compute_int () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= 0)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=0 ac_mid=0 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid; break else as_fn_arith $ac_mid + 1 && ac_lo=$as_val if test $ac_lo -le $ac_mid; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) < 0)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=-1 ac_mid=-1 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= $ac_mid)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=$ac_mid; break else as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val if test $ac_mid -le $ac_hi; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else ac_lo= ac_hi= fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext # Binary search between lo and hi bounds. while test "x$ac_lo" != "x$ac_hi"; do as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid else as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in #(( ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; '') ac_retval=1 ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 static long int longval () { return $2; } static unsigned long int ulongval () { return $2; } #include #include int main () { FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; if (($2) < 0) { long int i = longval (); if (i != ($2)) return 1; fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); if (i != ($2)) return 1; fprintf (f, "%lu", i); } /* Do not output a trailing newline, as this causes \r\n confusion on some platforms. */ return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : echo >>conftest.val; read $3 &5 $as_echo_n "checking whether $as_decl_name is declared... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { #ifndef $as_decl_name #ifdef __cplusplus (void) $as_decl_use; #else (void) $as_decl_name; #endif #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_decl cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libgsasl $as_me 1.8.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi gt_needs="$gt_needs " as_fn_append ac_func_list " getdelim" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_func_list " mprotect" as_fn_append ac_header_list " wchar.h" as_fn_append ac_header_list " stdint.h" as_fn_append ac_func_list " strndup" as_fn_append ac_header_list " unistd.h" as_fn_append ac_func_list " vasnprintf" as_fn_append ac_header_list " features.h" as_fn_append ac_func_list " snprintf" as_fn_append ac_func_list " _set_invalid_parameter_handler" as_fn_append ac_header_list " inttypes.h" # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_aux_dir= for ac_dir in build-aux "$srcdir"/build-aux; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in build-aux \"$srcdir\"/build-aux" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 LT_CURRENT=16 LT_REVISION=6 LT_AGE=9 # Used when creating libgsasl-XX.def. DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}` am__api_version='1.11' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='libgsasl' VERSION='1.8.0' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' ac_config_headers="$ac_config_headers config.h" # Checks for programs. ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 $as_echo_n "checking for Minix Amsterdam compiler... " >&6; } if ${gl_cv_c_amsterdam_compiler+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __ACK__ Amsterdam #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Amsterdam" >/dev/null 2>&1; then : gl_cv_c_amsterdam_compiler=yes else gl_cv_c_amsterdam_compiler=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5 $as_echo "$gl_cv_c_amsterdam_compiler" >&6; } if test -z "$AR"; then if test $gl_cv_c_amsterdam_compiler = yes; then AR='cc -c.a' if test -z "$ARFLAGS"; then ARFLAGS='-o' fi else if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="ar" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi else if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi if test -z "$RANLIB"; then if test $gl_cv_c_amsterdam_compiler = yes; then RANLIB=':' else if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi fi fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" if test "x$ac_cv_header_minix_config_h" = xyes; then : MINIX=yes else MINIX= fi if test "$MINIX" = yes; then $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h $as_echo "#define _MINIX 1" >>confdefs.h fi case "$host_os" in hpux*) $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } if ${ac_cv_safe_to_define___extensions__+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # define __EXTENSIONS__ 1 $ac_includes_default int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_safe_to_define___extensions__=yes else ac_cv_safe_to_define___extensions__=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } test $ac_cv_safe_to_define___extensions__ = yes && $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h $as_echo "#define _ALL_SOURCE 1" >>confdefs.h $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h $as_echo "#define _GNU_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h # IEEE behaviour is the default on all CPUs except Alpha and SH # (according to the test results of Bruno Haible's ieeefp/fenv_default.m4 # and the GCC 4.1.2 manual). case "$host_cpu" in alpha*) # On Alpha systems, a compiler option provides the behaviour. # See the ieee(3) manual page, also available at # if test -n "$GCC"; then # GCC has the option -mieee. # For full IEEE compliance (rarely needed), use option -mieee-with-inexact. CPPFLAGS="$CPPFLAGS -mieee" else # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact. # For full IEEE compliance (rarely needed), use option -ieee_with_inexact. CPPFLAGS="$CPPFLAGS -ieee" fi ;; sh*) if test -n "$GCC"; then # GCC has the option -mieee. CPPFLAGS="$CPPFLAGS -mieee" fi ;; esac # Code from module alloca-opt: # Code from module alloca-opt-tests: # Code from module base64: # Code from module base64-tests: # Code from module c-ctype: # Code from module c-ctype-tests: # Code from module crypto/gc: # Code from module crypto/gc-hmac-md5: # Code from module crypto/gc-hmac-md5-tests: # Code from module crypto/gc-hmac-sha1: # Code from module crypto/gc-hmac-sha1-tests: # Code from module crypto/gc-md5: # Code from module crypto/gc-md5-tests: # Code from module crypto/gc-pbkdf2-sha1: # Code from module crypto/gc-pbkdf2-sha1-tests: # Code from module crypto/gc-random: # Code from module crypto/gc-sha1: # Code from module crypto/gc-sha1-tests: # Code from module crypto/gc-tests: # Code from module crypto/hmac-md5: # Code from module crypto/hmac-md5-tests: # Code from module crypto/hmac-sha1: # Code from module crypto/hmac-sha1-tests: # Code from module crypto/md5: # Code from module crypto/md5-tests: # Code from module crypto/sha1: # Code from module crypto/sha1-tests: # Code from module errno: # Code from module errno-tests: # Code from module extensions: # Code from module fdopen: # Code from module fdopen-tests: # Code from module fgetc-tests: # Code from module float: # Code from module float-tests: # Code from module fpieee: # Code from module fpucw: # Code from module fputc-tests: # Code from module fread-tests: # Code from module fwrite-tests: # Code from module getdelim: # Code from module getdelim-tests: # Code from module getline: # Code from module getline-tests: # Code from module getpagesize: # Code from module gettext: # Code from module gettext-h: # Code from module gnumakefile: # Code from module gss-extra: # Code from module havelib: # Code from module include_next: # Code from module intprops: # Code from module intprops-tests: # Code from module inttypes: # Code from module inttypes-incomplete: # Code from module inttypes-tests: # Code from module lib-msvc-compat: # Code from module lib-symbol-versions: # Code from module lib-symbol-visibility: # Code from module maintainer-makefile: # Code from module memchr: # Code from module memchr-tests: # Code from module memmem: # Code from module memmem-simple: # Code from module memmem-tests: # Code from module memxor: # Code from module minmax: # Code from module msvc-inval: # Code from module multiarch: # Code from module realloc-posix: # Code from module size_max: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/warn-on-use: # Code from module ssize_t: # Code from module stdalign: # Code from module stdalign-tests: # Code from module stdbool: # Code from module stdbool-tests: # Code from module stddef: # Code from module stddef-tests: # Code from module stdint: # Code from module stdint-tests: # Code from module stdio: # Code from module stdio-tests: # Code from module stdlib: # Code from module stdlib-tests: # Code from module string: # Code from module string-tests: # Code from module strndup: # Code from module strnlen: # Code from module strnlen-tests: # Code from module strverscmp: # Code from module strverscmp-tests: # Code from module sys_types: # Code from module sys_types-tests: # Code from module test-framework-sh: # Code from module test-framework-sh-tests: # Code from module unistd: # Code from module unistd-tests: # Code from module useless-if-before-free: # Code from module vasnprintf: # Code from module vasnprintf-tests: # Code from module vasprintf: # Code from module vasprintf-tests: # Code from module vc-list-files: # Code from module verify: # Code from module verify-tests: # Code from module wchar: # Code from module wchar-tests: # Code from module xsize: enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AS="${ac_tool_prefix}as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AS=$ac_cv_prog_AS if test -n "$AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 $as_echo "$AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AS="as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 $as_echo "$ac_ct_AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AS" = x; then AS="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AS=$ac_ct_AS fi else AS="$ac_cv_prog_AS" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi ;; esac test -z "$AS" && AS=as test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$OBJDUMP" && OBJDUMP=objdump case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.2' macro_revision='1.3337' ltmain="$ac_aux_dir/ltmain.sh" # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case "$ECHO" in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 $as_echo "$xsi_shell" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } lt_shell_append=no ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 $as_echo "$lt_shell_append" >&6; } if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test "$GCC" != yes; then reload_cmds=false fi ;; darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 $as_echo "${with_sysroot}" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[012]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_dlopen=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) link_all_deplibs=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='${wl}--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' link_all_deplibs=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi link_all_deplibs=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test "$lt_cv_ld_force_load" = "yes"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test x"$lt_cv_prog_compiler__b" = xyes; then archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test "$lt_cv_irix_exported_symbol" = yes; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='${wl}-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([A-Za-z]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink || test "$inherit_rpath" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen="shl_load" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen="dlopen" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report which library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ac_config_commands="$ac_config_commands libtool" # Only expand once: # Internationalization. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } GETTEXT_MACRO_VERSION=0.18 # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GMSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f messages.po case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGMERGE+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$localedir" || localedir='${datadir}/locale' test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= ac_config_commands="$ac_config_commands po-directories" if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5 $as_echo_n "checking for ld used by GCC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | [A-Za-z]:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${acl_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi fi LD="$acl_cv_path_LD" if test -n "$LD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 &5 $as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 $as_echo_n "checking for shared library run path origin... " >&6; } if ${acl_cv_rpath+:} false; then : $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then : enableval=$enable_rpath; : else enable_rpath=yes fi acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5 $as_echo_n "checking for 64-bit host... " >&6; } if ${gl_cv_solaris_64bit+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef _LP64 sixtyfour bits #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "sixtyfour bits" >/dev/null 2>&1; then : gl_cv_solaris_64bit=yes else gl_cv_solaris_64bit=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5 $as_echo "$gl_cv_solaris_64bit" >&6; } if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= HAVE_LIBICONV= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFPreferencesCopyAppValue(NULL, NULL) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFPreferencesCopyAppValue=yes else gt_cv_func_CFPreferencesCopyAppValue=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFLocaleCopyCurrent(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFLocaleCopyCurrent=yes else gt_cv_func_CFLocaleCopyCurrent=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } if test $gt_cv_func_CFLocaleCopyCurrent = yes; then $as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi LIBINTL= LTLIBINTL= POSUB= case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 $as_echo_n "checking for GNU gettext in libc... " >&6; } if eval \${$gt_func_gnugettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libc=yes" else eval "$gt_func_gnugettext_libc=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$gt_func_gnugettext_libc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static const char input[] = "\263"; char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes else am_cv_func_iconv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then : withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBINTL= LTLIBINTL= INCINTL= LIBINTL_PREFIX= HAVE_LIBINTL= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 $as_echo_n "checking for GNU gettext in libintl... " >&6; } if eval \${$gt_func_gnugettext_libintl+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libintl=yes" else eval "$gt_func_gnugettext_libintl=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi eval ac_res=\$$gt_func_gnugettext_libintl { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h else USE_NLS=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 $as_echo_n "checking whether to use NLS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 $as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 $as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 $as_echo_n "checking how to link with libintl... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 $as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h fi POSUB=po fi INTLLIBS="$LIBINTL" # ANONYMOUS # Check whether --enable-anonymous was given. if test "${enable_anonymous+set}" = set; then : enableval=$enable_anonymous; anonymous=$enableval fi if test "$anonymous" != "no" ; then anonymous=yes $as_echo "#define USE_ANONYMOUS 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ANONYMOUS should be used" >&5 $as_echo_n "checking if ANONYMOUS should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $anonymous" >&5 $as_echo "$anonymous" >&6; } if test x$anonymous = xyes; then ANONYMOUS_TRUE= ANONYMOUS_FALSE='#' else ANONYMOUS_TRUE='#' ANONYMOUS_FALSE= fi # EXTERNAL # Check whether --enable-external was given. if test "${enable_external+set}" = set; then : enableval=$enable_external; external=$enableval fi if test "$external" != "no" ; then external=yes $as_echo "#define USE_EXTERNAL 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if EXTERNAL should be used" >&5 $as_echo_n "checking if EXTERNAL should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $external" >&5 $as_echo "$external" >&6; } if test x$external = xyes; then EXTERNAL_TRUE= EXTERNAL_FALSE='#' else EXTERNAL_TRUE='#' EXTERNAL_FALSE= fi # PLAIN # Check whether --enable-plain was given. if test "${enable_plain+set}" = set; then : enableval=$enable_plain; plain=$enableval fi if test "$plain" != "no" ; then plain=yes $as_echo "#define USE_PLAIN 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if PLAIN should be used" >&5 $as_echo_n "checking if PLAIN should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $plain" >&5 $as_echo "$plain" >&6; } if test x$plain = xyes; then PLAIN_TRUE= PLAIN_FALSE='#' else PLAIN_TRUE='#' PLAIN_FALSE= fi # LOGIN # Check whether --enable-login was given. if test "${enable_login+set}" = set; then : enableval=$enable_login; login=$enableval fi if test "$login" != "no" ; then login=yes $as_echo "#define USE_LOGIN 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if LOGIN should be used" >&5 $as_echo_n "checking if LOGIN should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $login" >&5 $as_echo "$login" >&6; } if test x$login = xyes; then LOGIN_TRUE= LOGIN_FALSE='#' else LOGIN_TRUE='#' LOGIN_FALSE= fi # SECURID # Check whether --enable-securid was given. if test "${enable_securid+set}" = set; then : enableval=$enable_securid; securid=$enableval fi if test "$securid" != "no" ; then securid=yes $as_echo "#define USE_SECURID 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if SECURID should be used" >&5 $as_echo_n "checking if SECURID should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $securid" >&5 $as_echo "$securid" >&6; } if test x$securid = xyes; then SECURID_TRUE= SECURID_FALSE='#' else SECURID_TRUE='#' SECURID_FALSE= fi # NTLM # Check whether --enable-ntlm was given. if test "${enable_ntlm+set}" = set; then : enableval=$enable_ntlm; ntlm=$enableval fi if test "$ntlm" != "no"; then use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libntlm-prefix was given. if test "${with_libntlm_prefix+set}" = set; then : withval=$with_libntlm_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBNTLM= LTLIBNTLM= INCNTLM= LIBNTLM_PREFIX= HAVE_LIBNTLM= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='ntlm ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBNTLM="${LTLIBNTLM}${LTLIBNTLM:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBNTLM; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBNTLM="${LTLIBNTLM}${LTLIBNTLM:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBNTLM; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBNTLM="${LIBNTLM}${LIBNTLM:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$found_so" else LIBNTLM="${LIBNTLM}${LIBNTLM:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$found_a" else LIBNTLM="${LIBNTLM}${LIBNTLM:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'ntlm'; then LIBNTLM_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'ntlm'; then LIBNTLM_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCNTLM; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCNTLM="${INCNTLM}${INCNTLM:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBNTLM; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBNTLM="${LIBNTLM}${LIBNTLM:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBNTLM; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBNTLM="${LTLIBNTLM}${LTLIBNTLM:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$dep" LTLIBNTLM="${LTLIBNTLM}${LTLIBNTLM:+ }$dep" ;; esac done fi else LIBNTLM="${LIBNTLM}${LIBNTLM:+ }-l$name" LTLIBNTLM="${LTLIBNTLM}${LTLIBNTLM:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBNTLM="${LIBNTLM}${LIBNTLM:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBNTLM="${LTLIBNTLM}${LTLIBNTLM:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCNTLM; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libntlm" >&5 $as_echo_n "checking for libntlm... " >&6; } if ${ac_cv_libntlm+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBNTLM" in *" -l"*) LIBS="$LIBS $LIBNTLM" ;; *) LIBS="$LIBNTLM $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { buildSmbNtlmAuthRequest_noatsplit (0, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libntlm=yes else ac_cv_libntlm='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libntlm" >&5 $as_echo "$ac_cv_libntlm" >&6; } if test "$ac_cv_libntlm" = yes; then HAVE_LIBNTLM=yes $as_echo "#define HAVE_LIBNTLM 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libntlm" >&5 $as_echo_n "checking how to link with libntlm... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBNTLM" >&5 $as_echo "$LIBNTLM" >&6; } else HAVE_LIBNTLM=no CPPFLAGS="$ac_save_CPPFLAGS" LIBNTLM= LTLIBNTLM= LIBNTLM_PREFIX= fi if test "$ac_cv_libntlm" != yes; then ntlm=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libntlm >= 0.3.5 not found, disabling NTLM." >&5 $as_echo "$as_me: WARNING: Libntlm >= 0.3.5 not found, disabling NTLM." >&2;} else ntlm=yes $as_echo "#define USE_NTLM 1" >>confdefs.h fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if NTLM should be used" >&5 $as_echo_n "checking if NTLM should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ntlm" >&5 $as_echo "$ntlm" >&6; } if test x$ntlm = xyes; then NTLM_TRUE= NTLM_FALSE='#' else NTLM_TRUE='#' NTLM_FALSE= fi # CRAM-MD5 # Check whether --enable-cram-md5 was given. if test "${enable_cram_md5+set}" = set; then : enableval=$enable_cram_md5; cram_md5=$enableval fi if test "$cram_md5" != "no" ; then cram_md5=yes $as_echo "#define USE_CRAM_MD5 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if CRAM-MD5 should be used" >&5 $as_echo_n "checking if CRAM-MD5 should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cram_md5" >&5 $as_echo "$cram_md5" >&6; } if test x$cram_md5 = xyes; then CRAM_MD5_TRUE= CRAM_MD5_FALSE='#' else CRAM_MD5_TRUE='#' CRAM_MD5_FALSE= fi # DIGEST-MD5 # Check whether --enable-digest-md5 was given. if test "${enable_digest_md5+set}" = set; then : enableval=$enable_digest_md5; digest_md5=$enableval fi if test "$digest_md5" != "no" ; then digest_md5=yes $as_echo "#define USE_DIGEST_MD5 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if DIGEST-MD5 should be used" >&5 $as_echo_n "checking if DIGEST-MD5 should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $digest_md5" >&5 $as_echo "$digest_md5" >&6; } if test x$digest_md5 = xyes; then DIGEST_MD5_TRUE= DIGEST_MD5_FALSE='#' else DIGEST_MD5_TRUE='#' DIGEST_MD5_FALSE= fi # SCRAM-SHA-1 # Check whether --enable-scram-sha1 was given. if test "${enable_scram_sha1+set}" = set; then : enableval=$enable_scram_sha1; scram_sha1=$enableval fi if test "$scram_sha1" != "no" ; then scram_sha1=yes $as_echo "#define USE_SCRAM_SHA1 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if SCRAM-SHA-1 should be used" >&5 $as_echo_n "checking if SCRAM-SHA-1 should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $scram_sha1" >&5 $as_echo "$scram_sha1" >&6; } if test "$scram_sha1" != "no"; then SCRAM_TRUE= SCRAM_FALSE='#' else SCRAM_TRUE='#' SCRAM_FALSE= fi # SAML20 # Check whether --enable-saml20 was given. if test "${enable_saml20+set}" = set; then : enableval=$enable_saml20; saml20=$enableval else saml20=yes fi if test "$saml20" != "no" ; then saml20=yes $as_echo "#define USE_SAML20 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if SAML20 should be used" >&5 $as_echo_n "checking if SAML20 should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $saml20" >&5 $as_echo "$saml20" >&6; } if test x$saml20 = xyes; then SAML20_TRUE= SAML20_FALSE='#' else SAML20_TRUE='#' SAML20_FALSE= fi # OPENID20 # Check whether --enable-openid20 was given. if test "${enable_openid20+set}" = set; then : enableval=$enable_openid20; openid20=$enableval else openid20=yes fi if test "$openid20" != "no" ; then openid20=yes $as_echo "#define USE_OPENID20 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if OPENID20 should be used" >&5 $as_echo_n "checking if OPENID20 should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $openid20" >&5 $as_echo "$openid20" >&6; } if test x$openid20 = xyes; then OPENID20_TRUE= OPENID20_FALSE='#' else OPENID20_TRUE='#' OPENID20_FALSE= fi # GS2, first part # Check whether --enable-gs2 was given. if test "${enable_gs2+set}" = set; then : enableval=$enable_gs2; gs2=$enableval fi if test "$gs2" != "no" ; then gs2=yes fi # GSSAPI, first part # Check whether --enable-gssapi was given. if test "${enable_gssapi+set}" = set; then : enableval=$enable_gssapi; gssapi=$enableval fi if test "$gssapi" != "no" ; then gssapi=yes fi # GSSAPI. # Check whether --with-gssapi-impl was given. if test "${with_gssapi_impl+set}" = set; then : withval=$with_gssapi_impl; gssapi_impl=$withval else gssapi_impl=yes fi if test "$gs2" = no && test "$gssapi" = no; then gssapi_impl=no else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GSS implementation ($gssapi_impl)" >&5 $as_echo "$as_me: checking for GSS implementation ($gssapi_impl)" >&6;} fi if test "$gssapi_impl" = "gss"; then { $as_echo "$as_me:${as_lineno-$LINENO}: trying GSS" >&5 $as_echo "$as_me: trying GSS" >&6;} use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libgss-prefix was given. if test "${with_libgss_prefix+set}" = set; then : withval=$with_libgss_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBGSS= LTLIBGSS= INCGSS= LIBGSS_PREFIX= HAVE_LIBGSS= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='gss ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBGSS="${LIBGSS}${LIBGSS:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBGSS="${LIBGSS}${LIBGSS:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" else LIBGSS="${LIBGSS}${LIBGSS:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_a" else LIBGSS="${LIBGSS}${LIBGSS:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'gss'; then LIBGSS_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'gss'; then LIBGSS_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCGSS="${INCGSS}${INCGSS:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBGSS="${LIBGSS}${LIBGSS:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBGSS="${LIBGSS}${LIBGSS:+ }$dep" LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }$dep" ;; esac done fi else LIBGSS="${LIBGSS}${LIBGSS:+ }-l$name" LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGSS="${LIBGSS}${LIBGSS:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGSS="${LIBGSS}${LIBGSS:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCGSS; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgss" >&5 $as_echo_n "checking for libgss... " >&6; } if ${ac_cv_libgss+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBGSS" in *" -l"*) LIBS="$LIBS $LIBGSS" ;; *) LIBS="$LIBGSS $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if GSS_VERSION_NUMBER < 0x010000 too old version #else gss_check_version (0); #endif ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libgss=yes else ac_cv_libgss='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libgss" >&5 $as_echo "$ac_cv_libgss" >&6; } if test "$ac_cv_libgss" = yes; then HAVE_LIBGSS=yes $as_echo "#define HAVE_LIBGSS 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libgss" >&5 $as_echo_n "checking how to link with libgss... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGSS" >&5 $as_echo "$LIBGSS" >&6; } else HAVE_LIBGSS=no CPPFLAGS="$ac_save_CPPFLAGS" LIBGSS= LTLIBGSS= LIBGSS_PREFIX= fi if test "$ac_cv_libgss" != yes; then gssapi_impl=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNU GSS not found, disabling GSSAPI." >&5 $as_echo "$as_me: WARNING: GNU GSS not found, disabling GSSAPI." >&2;} fi elif test "$gssapi_impl" = "kfw"; then { $as_echo "$as_me:${as_lineno-$LINENO}: trying MIT Kerberos for Windows GSS-API library" >&5 $as_echo "$as_me: trying MIT Kerberos for Windows GSS-API library" >&6;} use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libgssapi32-prefix was given. if test "${with_libgssapi32_prefix+set}" = set; then : withval=$with_libgssapi32_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBGSSAPI32= LTLIBGSSAPI32= INCGSSAPI32= LIBGSSAPI32_PREFIX= HAVE_LIBGSSAPI32= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='gssapi32 ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBGSSAPI32="${LTLIBGSSAPI32}${LTLIBGSSAPI32:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBGSSAPI32; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBGSSAPI32="${LTLIBGSSAPI32}${LTLIBGSSAPI32:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBGSSAPI32; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$found_so" else LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$found_a" else LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'gssapi32'; then LIBGSSAPI32_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'gssapi32'; then LIBGSSAPI32_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCGSSAPI32; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCGSSAPI32="${INCGSSAPI32}${INCGSSAPI32:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBGSSAPI32; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBGSSAPI32; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBGSSAPI32="${LTLIBGSSAPI32}${LTLIBGSSAPI32:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$dep" LTLIBGSSAPI32="${LTLIBGSSAPI32}${LTLIBGSSAPI32:+ }$dep" ;; esac done fi else LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }-l$name" LTLIBGSSAPI32="${LTLIBGSSAPI32}${LTLIBGSSAPI32:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGSSAPI32="${LIBGSSAPI32}${LIBGSSAPI32:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBGSSAPI32="${LTLIBGSSAPI32}${LTLIBGSSAPI32:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCGSSAPI32; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgssapi32" >&5 $as_echo_n "checking for libgssapi32... " >&6; } if ${ac_cv_libgssapi32+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBGSSAPI32" in *" -l"*) LIBS="$LIBS $LIBGSSAPI32" ;; *) LIBS="$LIBGSSAPI32 $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { gss_release_oid (NULL, NULL) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libgssapi32=yes else ac_cv_libgssapi32='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libgssapi32" >&5 $as_echo "$ac_cv_libgssapi32" >&6; } if test "$ac_cv_libgssapi32" = yes; then HAVE_LIBGSSAPI32=yes $as_echo "#define HAVE_LIBGSSAPI32 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libgssapi32" >&5 $as_echo_n "checking how to link with libgssapi32... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGSSAPI32" >&5 $as_echo "$LIBGSSAPI32" >&6; } else HAVE_LIBGSSAPI32=no CPPFLAGS="$ac_save_CPPFLAGS" LIBGSSAPI32= LTLIBGSSAPI32= LIBGSSAPI32_PREFIX= fi if test "$ac_cv_libgssapi32" != yes; then gssapi_impl=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MIT Kerberos for Windows not found, disabling GSSAPI." >&5 $as_echo "$as_me: WARNING: MIT Kerberos for Windows not found, disabling GSSAPI." >&2;} fi elif test "$gssapi_impl" = "mit"; then { $as_echo "$as_me:${as_lineno-$LINENO}: trying MIT" >&5 $as_echo "$as_me: trying MIT" >&6;} # Extract the first word of "krb5-config", so it can be a program name with args. set dummy krb5-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_KRB5_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $KRB5_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_KRB5_CONFIG="$KRB5_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_KRB5_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_KRB5_CONFIG" && ac_cv_path_KRB5_CONFIG="no" ;; esac fi KRB5_CONFIG=$ac_cv_path_KRB5_CONFIG if test -n "$KRB5_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KRB5_CONFIG" >&5 $as_echo "$KRB5_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "$KRB5_CONFIG" != "no" ; then GSS_CFLAGS="`$KRB5_CONFIG --cflags`" GSS_LIBS="`$KRB5_CONFIG --libs gssapi`" else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: MIT Kerberos krb5-config not found, disabling GSSAPI" >&5 $as_echo "$as_me: WARNING: MIT Kerberos krb5-config not found, disabling GSSAPI" >&2;} gssapi_impl=no fi elif test "$gssapi_impl" = "heimdal"; then { $as_echo "$as_me:${as_lineno-$LINENO}: trying Heimdal" >&5 $as_echo "$as_me: trying Heimdal" >&6;} # Extract the first word of "krb5-config", so it can be a program name with args. set dummy krb5-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_KRB5_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $KRB5_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_KRB5_CONFIG="$KRB5_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_KRB5_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_KRB5_CONFIG" && ac_cv_path_KRB5_CONFIG="no" ;; esac fi KRB5_CONFIG=$ac_cv_path_KRB5_CONFIG if test -n "$KRB5_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $KRB5_CONFIG" >&5 $as_echo "$KRB5_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "$KRB5_CONFIG" != "no" ; then GSS_CFLAGS="`$KRB5_CONFIG --cflags`" GSS_LIBS="`$KRB5_CONFIG --libs gssapi`" else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Heimdal krb5-config not found, disabling GSSAPI" >&5 $as_echo "$as_me: WARNING: Heimdal krb5-config not found, disabling GSSAPI" >&2;} gssapi_impl=no fi elif test "$gssapi_impl" != "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: auto-detecting GSS/MIT/Heimdal" >&5 $as_echo "$as_me: auto-detecting GSS/MIT/Heimdal" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: use --with-gssapi-impl=IMPL to hard code" >&5 $as_echo "$as_me: use --with-gssapi-impl=IMPL to hard code" >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: where IMPL is \`gss', \`mit', or \`heimdal'" >&5 $as_echo "$as_me: where IMPL is \`gss', \`mit', or \`heimdal'" >&6;} use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libgss-prefix was given. if test "${with_libgss_prefix+set}" = set; then : withval=$with_libgss_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBGSS= LTLIBGSS= INCGSS= LIBGSS_PREFIX= HAVE_LIBGSS= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='gss ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBGSS="${LIBGSS}${LIBGSS:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBGSS="${LIBGSS}${LIBGSS:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_so" else LIBGSS="${LIBGSS}${LIBGSS:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBGSS="${LIBGSS}${LIBGSS:+ }$found_a" else LIBGSS="${LIBGSS}${LIBGSS:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'gss'; then LIBGSS_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'gss'; then LIBGSS_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCGSS="${INCGSS}${INCGSS:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBGSS="${LIBGSS}${LIBGSS:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBGSS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBGSS="${LIBGSS}${LIBGSS:+ }$dep" LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }$dep" ;; esac done fi else LIBGSS="${LIBGSS}${LIBGSS:+ }-l$name" LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGSS="${LIBGSS}${LIBGSS:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGSS="${LIBGSS}${LIBGSS:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBGSS="${LTLIBGSS}${LTLIBGSS:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCGSS; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgss" >&5 $as_echo_n "checking for libgss... " >&6; } if ${ac_cv_libgss+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBGSS" in *" -l"*) LIBS="$LIBS $LIBGSS" ;; *) LIBS="$LIBGSS $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if GSS_VERSION_NUMBER < 0x010000 too old version #else gss_check_version (0); #endif ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libgss=yes else ac_cv_libgss='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libgss" >&5 $as_echo "$ac_cv_libgss" >&6; } if test "$ac_cv_libgss" = yes; then HAVE_LIBGSS=yes $as_echo "#define HAVE_LIBGSS 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libgss" >&5 $as_echo_n "checking how to link with libgss... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGSS" >&5 $as_echo "$LIBGSS" >&6; } else HAVE_LIBGSS=no CPPFLAGS="$ac_save_CPPFLAGS" LIBGSS= LTLIBGSS= LIBGSS_PREFIX= fi if test "$ac_cv_libgss" = yes; then gssapi_impl=gss { $as_echo "$as_me:${as_lineno-$LINENO}: GNU GSS found" >&5 $as_echo "$as_me: GNU GSS found" >&6;} elif test "$cross_compiling" != "no"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cross-compiling, won't rely on MIT/Heimdal krb5-config" >&5 $as_echo "$as_me: WARNING: Cross-compiling, won't rely on MIT/Heimdal krb5-config" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: Use --with-gssapi-impl=mit or --with-gssapi-impl=heimdal." >&5 $as_echo "$as_me: Use --with-gssapi-impl=mit or --with-gssapi-impl=heimdal." >&6;} gssapi_impl=no else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNU GSS not found (see http://www.gnu.org/software/gss/)..." >&5 $as_echo "$as_me: WARNING: GNU GSS not found (see http://www.gnu.org/software/gss/)..." >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Auto-detecting MIT/Heimdal is unreliable, disabling GSSAPI" >&5 $as_echo "$as_me: WARNING: Auto-detecting MIT/Heimdal is unreliable, disabling GSSAPI" >&2;} gssapi_impl=no fi fi # KERBEROS_V5 # Check whether --enable-kerberos_v5 was given. if test "${enable_kerberos_v5+set}" = set; then : enableval=$enable_kerberos_v5; kerberos_v5=$enableval else kerberos_v5=no fi if test "$kerberos_v5" != "no" ; then use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libshishi-prefix was given. if test "${with_libshishi_prefix+set}" = set; then : withval=$with_libshishi_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBSHISHI= LTLIBSHISHI= INCSHISHI= LIBSHISHI_PREFIX= HAVE_LIBSHISHI= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='shishi ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBSHISHI="${LTLIBSHISHI}${LTLIBSHISHI:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBSHISHI; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBSHISHI="${LTLIBSHISHI}${LTLIBSHISHI:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBSHISHI; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$found_so" else LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$found_a" else LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'shishi'; then LIBSHISHI_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'shishi'; then LIBSHISHI_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCSHISHI; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCSHISHI="${INCSHISHI}${INCSHISHI:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBSHISHI; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBSHISHI; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBSHISHI="${LTLIBSHISHI}${LTLIBSHISHI:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$dep" LTLIBSHISHI="${LTLIBSHISHI}${LTLIBSHISHI:+ }$dep" ;; esac done fi else LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }-l$name" LTLIBSHISHI="${LTLIBSHISHI}${LTLIBSHISHI:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBSHISHI="${LIBSHISHI}${LIBSHISHI:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBSHISHI="${LTLIBSHISHI}${LTLIBSHISHI:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCSHISHI; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libshishi" >&5 $as_echo_n "checking for libshishi... " >&6; } if ${ac_cv_libshishi+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBSHISHI" in *" -l"*) LIBS="$LIBS $LIBSHISHI" ;; *) LIBS="$LIBSHISHI $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { shishi (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libshishi=yes else ac_cv_libshishi='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libshishi" >&5 $as_echo "$ac_cv_libshishi" >&6; } if test "$ac_cv_libshishi" = yes; then HAVE_LIBSHISHI=yes $as_echo "#define HAVE_LIBSHISHI 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libshishi" >&5 $as_echo_n "checking how to link with libshishi... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBSHISHI" >&5 $as_echo "$LIBSHISHI" >&6; } else HAVE_LIBSHISHI=no CPPFLAGS="$ac_save_CPPFLAGS" LIBSHISHI= LTLIBSHISHI= LIBSHISHI_PREFIX= fi if test "$ac_cv_libshishi" != yes; then kerberos_v5=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNU Shishi not found, disabling KERBEROS_V5" >&5 $as_echo "$as_me: WARNING: GNU Shishi not found, disabling KERBEROS_V5" >&2;} else kerberos_v5=yes $as_echo "#define USE_KERBEROS_V5 1" >>confdefs.h fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if KERBEROS_V5 should be used" >&5 $as_echo_n "checking if KERBEROS_V5 should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $kerberos_v5" >&5 $as_echo "$kerberos_v5" >&6; } if test x$kerberos_v5 = xyes; then KERBEROS_V5_TRUE= KERBEROS_V5_FALSE='#' else KERBEROS_V5_TRUE='#' KERBEROS_V5_FALSE= fi # Check for libidn # Check whether --with-stringprep was given. if test "${with_stringprep+set}" = set; then : withval=$with_stringprep; stringprep=$withval else stringprep=yes fi if test "$stringprep" != "no"; then use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libidn-prefix was given. if test "${with_libidn_prefix+set}" = set; then : withval=$with_libidn_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBIDN= LTLIBIDN= INCIDN= LIBIDN_PREFIX= HAVE_LIBIDN= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='idn ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBIDN="${LIBIDN}${LIBIDN:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBIDN="${LTLIBIDN}${LTLIBIDN:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBIDN; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBIDN="${LTLIBIDN}${LTLIBIDN:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBIDN="${LIBIDN}${LIBIDN:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBIDN="${LIBIDN}${LIBIDN:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBIDN="${LIBIDN}${LIBIDN:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBIDN; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBIDN="${LIBIDN}${LIBIDN:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBIDN="${LIBIDN}${LIBIDN:+ }$found_so" else LIBIDN="${LIBIDN}${LIBIDN:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBIDN="${LIBIDN}${LIBIDN:+ }$found_a" else LIBIDN="${LIBIDN}${LIBIDN:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'idn'; then LIBIDN_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'idn'; then LIBIDN_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCIDN; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCIDN="${INCIDN}${INCIDN:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBIDN; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBIDN="${LIBIDN}${LIBIDN:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBIDN; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBIDN="${LTLIBIDN}${LTLIBIDN:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBIDN="${LIBIDN}${LIBIDN:+ }$dep" LTLIBIDN="${LTLIBIDN}${LTLIBIDN:+ }$dep" ;; esac done fi else LIBIDN="${LIBIDN}${LIBIDN:+ }-l$name" LTLIBIDN="${LTLIBIDN}${LTLIBIDN:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBIDN="${LIBIDN}${LIBIDN:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBIDN="${LIBIDN}${LIBIDN:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBIDN="${LTLIBIDN}${LTLIBIDN:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCIDN; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libidn" >&5 $as_echo_n "checking for libidn... " >&6; } if ${ac_cv_libidn+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBIDN" in *" -l"*) LIBS="$LIBS $LIBIDN" ;; *) LIBS="$LIBIDN $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { stringprep_check_version (0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libidn=yes else ac_cv_libidn='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libidn" >&5 $as_echo "$ac_cv_libidn" >&6; } if test "$ac_cv_libidn" = yes; then HAVE_LIBIDN=yes $as_echo "#define HAVE_LIBIDN 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libidn" >&5 $as_echo_n "checking how to link with libidn... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBIDN" >&5 $as_echo "$LIBIDN" >&6; } else HAVE_LIBIDN=no CPPFLAGS="$ac_save_CPPFLAGS" LIBIDN= LTLIBIDN= LIBIDN_PREFIX= fi if test "$ac_cv_libidn" != yes; then stringprep=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GNU Libidn not found. Stringprep disabled." >&5 $as_echo "$as_me: WARNING: GNU Libidn not found. Stringprep disabled." >&2;} else stringprep=yes save_LIBS="$LIBS" LIBS="$LIBS $LIBIDN" for ac_func in pr29_8z do : ac_fn_c_check_func "$LINENO" "pr29_8z" "ac_cv_func_pr29_8z" if test "x$ac_cv_func_pr29_8z" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_PR29_8Z 1 _ACEOF fi done for ac_header in pr29.h do : ac_fn_c_check_header_mongrel "$LINENO" "pr29.h" "ac_cv_header_pr29_h" "$ac_includes_default" if test "x$ac_cv_header_pr29_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_PR29_H 1 _ACEOF fi done LIBS="$save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if non-ASCII support via Libidn should be built" >&5 $as_echo_n "checking if non-ASCII support via Libidn should be built... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $stringprep" >&5 $as_echo "$stringprep" >&6; } # Allow disabling of client or server. # Check whether --enable-client was given. if test "${enable_client+set}" = set; then : enableval=$enable_client; client=$enableval fi # Check whether --enable-server was given. if test "${enable_server+set}" = set; then : enableval=$enable_server; server=$enableval fi if test "$client" != "no"; then $as_echo "#define USE_CLIENT 1" >>confdefs.h client=yes fi if test "$server" != "no"; then $as_echo "#define USE_SERVER 1" >>confdefs.h server=yes fi if test "$server" = "no" && test "$client" = "no"; then as_fn_error $? "Disabling both client and server mode is meaningless" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if client code should be built" >&5 $as_echo_n "checking if client code should be built... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $client" >&5 $as_echo "$client" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if server code should be built" >&5 $as_echo_n "checking if server code should be built... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $server" >&5 $as_echo "$server" >&6; } if test x$client = xyes; then CLIENT_TRUE= CLIENT_FALSE='#' else CLIENT_TRUE='#' CLIENT_FALSE= fi if test x$server = xyes; then SERVER_TRUE= SERVER_FALSE='#' else SERVER_TRUE='#' SERVER_FALSE= fi # Allow disabling of obsolete stuff. # Check whether --enable-obsolete was given. if test "${enable_obsolete+set}" = set; then : enableval=$enable_obsolete; obsolete=$enableval fi if test "$obsolete" = "no"; then $as_echo "#define GSASL_NO_OBSOLETE 1" >>confdefs.h else obsolete=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if backwards compatibility code should be present" >&5 $as_echo_n "checking if backwards compatibility code should be present... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $obsolete" >&5 $as_echo "$obsolete" >&6; } if test "$obsolete" = "yes"; then OBSOLETE_TRUE= OBSOLETE_FALSE='#' else OBSOLETE_TRUE='#' OBSOLETE_FALSE= fi # For gnulib stuff in gl/ which may modify gssapi_impl, see gl/m4/gss-extra.m4. LIBC_FATAL_STDERR_=1 export LIBC_FATAL_STDERR_ ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" if test "x$ac_cv_type_size_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define size_t unsigned int _ACEOF fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 $as_echo_n "checking for working alloca.h... " >&6; } if ${ac_cv_working_alloca_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { char *p = (char *) alloca (2 * sizeof (int)); if (p) return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_working_alloca_h=yes else ac_cv_working_alloca_h=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 $as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 $as_echo_n "checking for alloca... " >&6; } if ${ac_cv_func_alloca_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __GNUC__ # define alloca __builtin_alloca #else # ifdef _MSC_VER # include # define alloca _alloca # else # ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ void *alloca (size_t); # endif # endif # endif # endif #endif int main () { char *p = (char *) alloca (1); if (p) return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_func_alloca_works=yes else ac_cv_func_alloca_works=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 $as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h else # The SVR3 libPW and SVR4 libucb both contain incompatible functions # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. ALLOCA=\${LIBOBJDIR}alloca.$ac_objext $as_echo "#define C_ALLOCA 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 'alloca.c' needs Cray hooks" >&5 $as_echo_n "checking whether 'alloca.c' needs Cray hooks... " >&6; } if ${ac_cv_os_cray+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined CRAY && ! defined CRAY2 webecray #else wenotbecray #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "webecray" >/dev/null 2>&1; then : ac_cv_os_cray=yes else ac_cv_os_cray=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5 $as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func _ACEOF break fi done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 $as_echo_n "checking stack direction for C alloca... " >&6; } if ${ac_cv_c_stack_direction+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_c_stack_direction=0 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int find_stack_direction (int *addr, int depth) { int dir, dummy = 0; if (! addr) addr = &dummy; *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; dir = depth ? find_stack_direction (addr, depth - 1) : 0; return dir + dummy; } int main (int argc, char **argv) { return find_stack_direction (0, argc + !argv + 20) < 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_stack_direction=1 else ac_cv_c_stack_direction=-1 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 $as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 $as_echo_n "checking for inline... " >&6; } if ${ac_cv_c_inline+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __cplusplus typedef int foo_t; static $ac_kw foo_t static_foo () {return 0; } $ac_kw foo_t foo () {return 0; } #endif _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_inline=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_inline" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 $as_echo "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in inline | yes) ;; *) case $ac_cv_c_inline in no) ac_val=;; *) ac_val=$ac_cv_c_inline;; esac cat >>confdefs.h <<_ACEOF #ifndef __cplusplus #define inline $ac_val #endif _ACEOF ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 $as_echo_n "checking for C/C++ restrict keyword... " >&6; } if ${ac_cv_c_restrict+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_restrict=no # The order here caters to the fact that C++ does not require restrict. for ac_kw in __restrict __restrict__ _Restrict restrict; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ typedef int * int_ptr; int foo (int_ptr $ac_kw ip) { return ip[0]; } int main () { int s[1]; int * $ac_kw t = s; t[0] = 0; return foo(t) ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_restrict=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_restrict" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5 $as_echo "$ac_cv_c_restrict" >&6; } case $ac_cv_c_restrict in restrict) ;; no) $as_echo "#define restrict /**/" >>confdefs.h ;; *) cat >>confdefs.h <<_ACEOF #define restrict $ac_cv_c_restrict _ACEOF ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 $as_echo "$ac_cv_c_bigendian" >&6; } case $ac_cv_c_bigendian in #( yes) $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h ;; #( no) ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } if ${gl_cv_have_include_next+:} false; then : $as_echo_n "(cached) " >&6 else rm -rf conftestd1a conftestd1b conftestd2 mkdir conftestd1a conftestd1b conftestd2 cat < conftestd1a/conftest.h #define DEFINED_IN_CONFTESTD1 #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd1b/conftest.h #define DEFINED_IN_CONFTESTD1 #include #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd2/conftest.h #ifndef DEFINED_IN_CONFTESTD1 #error "include_next test doesn't work" #endif #define DEFINED_IN_CONFTESTD2 EOF gl_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_have_include_next=yes else CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_have_include_next=buggy else gl_cv_have_include_next=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CPPFLAGS="$gl_save_CPPFLAGS" rm -rf conftestd1a conftestd1b conftestd2 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5 $as_echo "$gl_cv_have_include_next" >&6; } PRAGMA_SYSTEM_HEADER= if test $gl_cv_have_include_next = yes; then INCLUDE_NEXT=include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next if test -n "$GCC"; then PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' fi else if test $gl_cv_have_include_next = buggy; then INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next else INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 $as_echo_n "checking whether system header files limit the line length... " >&6; } if ${gl_cv_pragma_columns+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __TANDEM choke me #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "choke me" >/dev/null 2>&1; then : gl_cv_pragma_columns=yes else gl_cv_pragma_columns=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5 $as_echo "$gl_cv_pragma_columns" >&6; } if test $gl_cv_pragma_columns = yes; then PRAGMA_COLUMNS="#pragma COLUMNS 10000" else PRAGMA_COLUMNS= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5 $as_echo_n "checking for complete errno.h... " >&6; } if ${gl_cv_header_errno_h_complete+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if !defined ENOMSG booboo #endif #if !defined EIDRM booboo #endif #if !defined ENOLINK booboo #endif #if !defined EPROTO booboo #endif #if !defined EMULTIHOP booboo #endif #if !defined EBADMSG booboo #endif #if !defined EOVERFLOW booboo #endif #if !defined ENOTSUP booboo #endif #if !defined ENETRESET booboo #endif #if !defined ECONNABORTED booboo #endif #if !defined ESTALE booboo #endif #if !defined EDQUOT booboo #endif #if !defined ECANCELED booboo #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "booboo" >/dev/null 2>&1; then : gl_cv_header_errno_h_complete=no else gl_cv_header_errno_h_complete=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5 $as_echo "$gl_cv_header_errno_h_complete" >&6; } if test $gl_cv_header_errno_h_complete = yes; then ERRNO_H='' else if test $gl_cv_have_include_next = yes; then gl_cv_next_errno_h='<'errno.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_errno_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'errno.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_errno_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5 $as_echo "$gl_cv_next_errno_h" >&6; } fi NEXT_ERRNO_H=$gl_cv_next_errno_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'errno.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_errno_h fi NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=$gl_next_as_first_directive ERRNO_H='errno.h' fi if test -n "$ERRNO_H"; then GL_GENERATE_ERRNO_H_TRUE= GL_GENERATE_ERRNO_H_FALSE='#' else GL_GENERATE_ERRNO_H_TRUE='#' GL_GENERATE_ERRNO_H_FALSE= fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5 $as_echo_n "checking for EMULTIHOP value... " >&6; } if ${gl_cv_header_errno_h_EMULTIHOP+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef EMULTIHOP yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EMULTIHOP=yes else gl_cv_header_errno_h_EMULTIHOP=no fi rm -f conftest* if test $gl_cv_header_errno_h_EMULTIHOP = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef EMULTIHOP yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EMULTIHOP=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then if ac_fn_c_compute_int "$LINENO" "EMULTIHOP" "gl_cv_header_errno_h_EMULTIHOP" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5 $as_echo "$gl_cv_header_errno_h_EMULTIHOP" >&6; } case $gl_cv_header_errno_h_EMULTIHOP in yes | no) EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE= ;; *) EMULTIHOP_HIDDEN=1; EMULTIHOP_VALUE="$gl_cv_header_errno_h_EMULTIHOP" ;; esac fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5 $as_echo_n "checking for ENOLINK value... " >&6; } if ${gl_cv_header_errno_h_ENOLINK+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef ENOLINK yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_ENOLINK=yes else gl_cv_header_errno_h_ENOLINK=no fi rm -f conftest* if test $gl_cv_header_errno_h_ENOLINK = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef ENOLINK yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_ENOLINK=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_ENOLINK = hidden; then if ac_fn_c_compute_int "$LINENO" "ENOLINK" "gl_cv_header_errno_h_ENOLINK" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5 $as_echo "$gl_cv_header_errno_h_ENOLINK" >&6; } case $gl_cv_header_errno_h_ENOLINK in yes | no) ENOLINK_HIDDEN=0; ENOLINK_VALUE= ;; *) ENOLINK_HIDDEN=1; ENOLINK_VALUE="$gl_cv_header_errno_h_ENOLINK" ;; esac fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5 $as_echo_n "checking for EOVERFLOW value... " >&6; } if ${gl_cv_header_errno_h_EOVERFLOW+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef EOVERFLOW yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EOVERFLOW=yes else gl_cv_header_errno_h_EOVERFLOW=no fi rm -f conftest* if test $gl_cv_header_errno_h_EOVERFLOW = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef EOVERFLOW yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EOVERFLOW=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then if ac_fn_c_compute_int "$LINENO" "EOVERFLOW" "gl_cv_header_errno_h_EOVERFLOW" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5 $as_echo "$gl_cv_header_errno_h_EOVERFLOW" >&6; } case $gl_cv_header_errno_h_EOVERFLOW in yes | no) EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE= ;; *) EOVERFLOW_HIDDEN=1; EOVERFLOW_VALUE="$gl_cv_header_errno_h_EOVERFLOW" ;; esac fi GNULIB_DPRINTF=0; GNULIB_FCLOSE=0; GNULIB_FDOPEN=0; GNULIB_FFLUSH=0; GNULIB_FGETC=0; GNULIB_FGETS=0; GNULIB_FOPEN=0; GNULIB_FPRINTF=0; GNULIB_FPRINTF_POSIX=0; GNULIB_FPURGE=0; GNULIB_FPUTC=0; GNULIB_FPUTS=0; GNULIB_FREAD=0; GNULIB_FREOPEN=0; GNULIB_FSCANF=0; GNULIB_FSEEK=0; GNULIB_FSEEKO=0; GNULIB_FTELL=0; GNULIB_FTELLO=0; GNULIB_FWRITE=0; GNULIB_GETC=0; GNULIB_GETCHAR=0; GNULIB_GETDELIM=0; GNULIB_GETLINE=0; GNULIB_OBSTACK_PRINTF=0; GNULIB_OBSTACK_PRINTF_POSIX=0; GNULIB_PCLOSE=0; GNULIB_PERROR=0; GNULIB_POPEN=0; GNULIB_PRINTF=0; GNULIB_PRINTF_POSIX=0; GNULIB_PUTC=0; GNULIB_PUTCHAR=0; GNULIB_PUTS=0; GNULIB_REMOVE=0; GNULIB_RENAME=0; GNULIB_RENAMEAT=0; GNULIB_SCANF=0; GNULIB_SNPRINTF=0; GNULIB_SPRINTF_POSIX=0; GNULIB_STDIO_H_NONBLOCKING=0; GNULIB_STDIO_H_SIGPIPE=0; GNULIB_TMPFILE=0; GNULIB_VASPRINTF=0; GNULIB_VFSCANF=0; GNULIB_VSCANF=0; GNULIB_VDPRINTF=0; GNULIB_VFPRINTF=0; GNULIB_VFPRINTF_POSIX=0; GNULIB_VPRINTF=0; GNULIB_VPRINTF_POSIX=0; GNULIB_VSNPRINTF=0; GNULIB_VSPRINTF_POSIX=0; HAVE_DECL_FPURGE=1; HAVE_DECL_FSEEKO=1; HAVE_DECL_FTELLO=1; HAVE_DECL_GETDELIM=1; HAVE_DECL_GETLINE=1; HAVE_DECL_OBSTACK_PRINTF=1; HAVE_DECL_SNPRINTF=1; HAVE_DECL_VSNPRINTF=1; HAVE_DPRINTF=1; HAVE_FSEEKO=1; HAVE_FTELLO=1; HAVE_PCLOSE=1; HAVE_POPEN=1; HAVE_RENAMEAT=1; HAVE_VASPRINTF=1; HAVE_VDPRINTF=1; REPLACE_DPRINTF=0; REPLACE_FCLOSE=0; REPLACE_FDOPEN=0; REPLACE_FFLUSH=0; REPLACE_FOPEN=0; REPLACE_FPRINTF=0; REPLACE_FPURGE=0; REPLACE_FREOPEN=0; REPLACE_FSEEK=0; REPLACE_FSEEKO=0; REPLACE_FTELL=0; REPLACE_FTELLO=0; REPLACE_GETDELIM=0; REPLACE_GETLINE=0; REPLACE_OBSTACK_PRINTF=0; REPLACE_PERROR=0; REPLACE_POPEN=0; REPLACE_PRINTF=0; REPLACE_REMOVE=0; REPLACE_RENAME=0; REPLACE_RENAMEAT=0; REPLACE_SNPRINTF=0; REPLACE_SPRINTF=0; REPLACE_STDIO_READ_FUNCS=0; REPLACE_STDIO_WRITE_FUNCS=0; REPLACE_TMPFILE=0; REPLACE_VASPRINTF=0; REPLACE_VDPRINTF=0; REPLACE_VFPRINTF=0; REPLACE_VPRINTF=0; REPLACE_VSNPRINTF=0; REPLACE_VSPRINTF=0; ac_fn_c_check_decl "$LINENO" "getdelim" "ac_cv_have_decl_getdelim" "$ac_includes_default" if test "x$ac_cv_have_decl_getdelim" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETDELIM $ac_have_decl _ACEOF for ac_func in $ac_func_list do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "getline" "ac_cv_have_decl_getline" "$ac_includes_default" if test "x$ac_cv_have_decl_getline" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETLINE $ac_have_decl _ACEOF for ac_header in $ac_header_list do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done GNULIB_FFSL=0; GNULIB_FFSLL=0; GNULIB_MEMCHR=0; GNULIB_MEMMEM=0; GNULIB_MEMPCPY=0; GNULIB_MEMRCHR=0; GNULIB_RAWMEMCHR=0; GNULIB_STPCPY=0; GNULIB_STPNCPY=0; GNULIB_STRCHRNUL=0; GNULIB_STRDUP=0; GNULIB_STRNCAT=0; GNULIB_STRNDUP=0; GNULIB_STRNLEN=0; GNULIB_STRPBRK=0; GNULIB_STRSEP=0; GNULIB_STRSTR=0; GNULIB_STRCASESTR=0; GNULIB_STRTOK_R=0; GNULIB_MBSLEN=0; GNULIB_MBSNLEN=0; GNULIB_MBSCHR=0; GNULIB_MBSRCHR=0; GNULIB_MBSSTR=0; GNULIB_MBSCASECMP=0; GNULIB_MBSNCASECMP=0; GNULIB_MBSPCASECMP=0; GNULIB_MBSCASESTR=0; GNULIB_MBSCSPN=0; GNULIB_MBSPBRK=0; GNULIB_MBSSPN=0; GNULIB_MBSSEP=0; GNULIB_MBSTOK_R=0; GNULIB_STRERROR=0; GNULIB_STRERROR_R=0; GNULIB_STRSIGNAL=0; GNULIB_STRVERSCMP=0; HAVE_MBSLEN=0; HAVE_FFSL=1; HAVE_FFSLL=1; HAVE_MEMCHR=1; HAVE_DECL_MEMMEM=1; HAVE_MEMPCPY=1; HAVE_DECL_MEMRCHR=1; HAVE_RAWMEMCHR=1; HAVE_STPCPY=1; HAVE_STPNCPY=1; HAVE_STRCHRNUL=1; HAVE_DECL_STRDUP=1; HAVE_DECL_STRNDUP=1; HAVE_DECL_STRNLEN=1; HAVE_STRPBRK=1; HAVE_STRSEP=1; HAVE_STRCASESTR=1; HAVE_DECL_STRTOK_R=1; HAVE_DECL_STRERROR_R=1; HAVE_DECL_STRSIGNAL=1; HAVE_STRVERSCMP=1; REPLACE_MEMCHR=0; REPLACE_MEMMEM=0; REPLACE_STPNCPY=0; REPLACE_STRDUP=0; REPLACE_STRSTR=0; REPLACE_STRCASESTR=0; REPLACE_STRCHRNUL=0; REPLACE_STRERROR=0; REPLACE_STRERROR_R=0; REPLACE_STRNCAT=0; REPLACE_STRNDUP=0; REPLACE_STRNLEN=0; REPLACE_STRSIGNAL=0; REPLACE_STRTOK_R=0; UNDEFINE_STRTOK_R=0; # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" if test "x$ac_cv_func_mmap" = xyes; then : gl_have_mmap=yes else gl_have_mmap=no fi # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 $as_echo_n "checking for MAP_ANONYMOUS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : gl_have_mmap_anonymous=yes fi rm -f conftest* if test $gl_have_mmap_anonymous != yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANON I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h gl_have_mmap_anonymous=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 $as_echo "$gl_have_mmap_anonymous" >&6; } if test $gl_have_mmap_anonymous = yes; then $as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h fi fi if test $HAVE_MEMCHR = 1; then # Detect platform-specific bugs in some versions of glibc: # memchr should not dereference anything with length 0 # http://bugzilla.redhat.com/499689 # memchr should not dereference overestimated length after a match # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737 # http://sourceware.org/bugzilla/show_bug.cgi?id=10162 # Assume that memchr works on platforms that lack mprotect. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memchr works" >&5 $as_echo_n "checking whether memchr works... " >&6; } if ${gl_cv_func_memchr_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : gl_cv_func_memchr_works="guessing no" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_SYS_MMAN_H # include # include # include # include # ifndef MAP_FILE # define MAP_FILE 0 # endif #endif int main () { int result = 0; char *fence = NULL; #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # if HAVE_MAP_ANONYMOUS const int flags = MAP_ANONYMOUS | MAP_PRIVATE; const int fd = -1; # else /* !HAVE_MAP_ANONYMOUS */ const int flags = MAP_FILE | MAP_PRIVATE; int fd = open ("/dev/zero", O_RDONLY, 0666); if (fd >= 0) # endif { int pagesize = getpagesize (); char *two_pages = (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE, flags, fd, 0); if (two_pages != (char *)(-1) && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0) fence = two_pages + pagesize; } #endif if (fence) { if (memchr (fence, 0, 0)) result |= 1; strcpy (fence - 9, "12345678"); if (memchr (fence - 9, 0, 79) != fence - 1) result |= 2; if (memchr (fence - 1, 0, 3) != fence - 1) result |= 4; } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_memchr_works=yes else gl_cv_func_memchr_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memchr_works" >&5 $as_echo "$gl_cv_func_memchr_works" >&6; } if test "$gl_cv_func_memchr_works" != yes; then REPLACE_MEMCHR=1 fi fi ac_fn_c_check_decl "$LINENO" "memmem" "ac_cv_have_decl_memmem" "$ac_includes_default" if test "x$ac_cv_have_decl_memmem" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_MEMMEM $ac_have_decl _ACEOF for ac_func in memmem do : ac_fn_c_check_func "$LINENO" "memmem" "ac_cv_func_memmem" if test "x$ac_cv_func_memmem" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_MEMMEM 1 _ACEOF fi done if test $ac_cv_func_memmem = yes; then HAVE_MEMMEM=1 else HAVE_MEMMEM=0 fi if test $ac_cv_have_decl_memmem = no; then HAVE_DECL_MEMMEM=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memmem works" >&5 $as_echo_n "checking whether memmem works... " >&6; } if ${gl_cv_func_memmem_works_always+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __GNU_LIBRARY__ #include #if ((__GLIBC__ == 2 && ((__GLIBC_MINOR > 0 && __GLIBC_MINOR__ < 9) \ || __GLIBC_MINOR__ > 12)) \ || (__GLIBC__ > 2)) \ || defined __UCLIBC__ Lucky user #endif #elif defined __CYGWIN__ #include #if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 7) Lucky user #endif #else Lucky user #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky user" >/dev/null 2>&1; then : gl_cv_func_memmem_works_always="guessing yes" else gl_cv_func_memmem_works_always="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for memmem */ #define P "_EF_BF_BD" #define HAYSTACK "F_BD_CE_BD" P P P P "_C3_88_20" P P P "_C3_A7_20" P #define NEEDLE P P P P P int main () { int result = 0; if (memmem (HAYSTACK, strlen (HAYSTACK), NEEDLE, strlen (NEEDLE))) result |= 1; /* Check for empty needle behavior. */ { const char *haystack = "AAA"; if (memmem (haystack, 3, NULL, 0) != haystack) result |= 2; } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_memmem_works_always=yes else gl_cv_func_memmem_works_always=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memmem_works_always" >&5 $as_echo "$gl_cv_func_memmem_works_always" >&6; } case "$gl_cv_func_memmem_works_always" in *yes) ;; *) REPLACE_MEMMEM=1 ;; esac fi : { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 $as_echo_n "checking whether defines MIN and MAX... " >&6; } if ${gl_cv_minmax_in_limits_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int x = MIN (42, 17); int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_minmax_in_limits_h=yes else gl_cv_minmax_in_limits_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_limits_h" >&5 $as_echo "$gl_cv_minmax_in_limits_h" >&6; } if test $gl_cv_minmax_in_limits_h = yes; then $as_echo "#define HAVE_MINMAX_IN_LIMITS_H 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether defines MIN and MAX" >&5 $as_echo_n "checking whether defines MIN and MAX... " >&6; } if ${gl_cv_minmax_in_sys_param_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int x = MIN (42, 17); int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_minmax_in_sys_param_h=yes else gl_cv_minmax_in_sys_param_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_minmax_in_sys_param_h" >&5 $as_echo "$gl_cv_minmax_in_sys_param_h" >&6; } if test $gl_cv_minmax_in_sys_param_h = yes; then $as_echo "#define HAVE_MINMAX_IN_SYS_PARAM_H 1" >>confdefs.h fi gl_cv_c_multiarch=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : arch= prev= for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do if test -n "$prev"; then case $word in i?86 | x86_64 | ppc | ppc64) if test -z "$arch" || test "$arch" = "$word"; then arch="$word" else gl_cv_c_multiarch=yes fi ;; esac prev= else if test "x$word" = "x-arch"; then prev=arch fi fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $gl_cv_c_multiarch = yes; then APPLE_UNIVERSAL_BUILD=1 else APPLE_UNIVERSAL_BUILD=0 fi GNULIB__EXIT=0; GNULIB_ATOLL=0; GNULIB_CALLOC_POSIX=0; GNULIB_CANONICALIZE_FILE_NAME=0; GNULIB_GETLOADAVG=0; GNULIB_GETSUBOPT=0; GNULIB_GRANTPT=0; GNULIB_MALLOC_POSIX=0; GNULIB_MBTOWC=0; GNULIB_MKDTEMP=0; GNULIB_MKOSTEMP=0; GNULIB_MKOSTEMPS=0; GNULIB_MKSTEMP=0; GNULIB_MKSTEMPS=0; GNULIB_POSIX_OPENPT=0; GNULIB_PTSNAME=0; GNULIB_PTSNAME_R=0; GNULIB_PUTENV=0; GNULIB_RANDOM=0; GNULIB_RANDOM_R=0; GNULIB_REALLOC_POSIX=0; GNULIB_REALPATH=0; GNULIB_RPMATCH=0; GNULIB_SETENV=0; GNULIB_STRTOD=0; GNULIB_STRTOLL=0; GNULIB_STRTOULL=0; GNULIB_SYSTEM_POSIX=0; GNULIB_UNLOCKPT=0; GNULIB_UNSETENV=0; GNULIB_WCTOMB=0; HAVE__EXIT=1; HAVE_ATOLL=1; HAVE_CANONICALIZE_FILE_NAME=1; HAVE_DECL_GETLOADAVG=1; HAVE_GETSUBOPT=1; HAVE_GRANTPT=1; HAVE_MKDTEMP=1; HAVE_MKOSTEMP=1; HAVE_MKOSTEMPS=1; HAVE_MKSTEMP=1; HAVE_MKSTEMPS=1; HAVE_POSIX_OPENPT=1; HAVE_PTSNAME=1; HAVE_PTSNAME_R=1; HAVE_RANDOM=1; HAVE_RANDOM_H=1; HAVE_RANDOM_R=1; HAVE_REALPATH=1; HAVE_RPMATCH=1; HAVE_SETENV=1; HAVE_DECL_SETENV=1; HAVE_STRTOD=1; HAVE_STRTOLL=1; HAVE_STRTOULL=1; HAVE_STRUCT_RANDOM_DATA=1; HAVE_SYS_LOADAVG_H=0; HAVE_UNLOCKPT=1; HAVE_DECL_UNSETENV=1; REPLACE_CALLOC=0; REPLACE_CANONICALIZE_FILE_NAME=0; REPLACE_MALLOC=0; REPLACE_MBTOWC=0; REPLACE_MKSTEMP=0; REPLACE_PTSNAME_R=0; REPLACE_PUTENV=0; REPLACE_RANDOM_R=0; REPLACE_REALLOC=0; REPLACE_REALPATH=0; REPLACE_SETENV=0; REPLACE_STRTOD=0; REPLACE_UNSETENV=0; REPLACE_WCTOMB=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc, realloc, calloc are POSIX compliant" >&5 $as_echo_n "checking whether malloc, realloc, calloc are POSIX compliant... " >&6; } if ${gl_cv_func_malloc_posix+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_malloc_posix=yes else gl_cv_func_malloc_posix=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_malloc_posix" >&5 $as_echo "$gl_cv_func_malloc_posix" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } if ${ac_cv_header_stdbool_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { _Bool s: 1; _Bool t; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; /* See body of main program for 'e'. */ char f[(_Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; /* The following fails for HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; int main () { bool e = &s; *pq |= q; *pq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdbool_h=yes else ac_cv_header_stdbool_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 $as_echo "$ac_cv_header_stdbool_h" >&6; } ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" if test "x$ac_cv_type__Bool" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE__BOOL 1 _ACEOF fi REPLACE_NULL=0; HAVE_WCHAR_T=1; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 $as_echo_n "checking for wchar_t... " >&6; } if ${gt_cv_c_wchar_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include wchar_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wchar_t=yes else gt_cv_c_wchar_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5 $as_echo "$gt_cv_c_wchar_t" >&6; } if test $gt_cv_c_wchar_t = yes; then $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 $as_echo_n "checking for long long int... " >&6; } if ${ac_cv_type_long_long_int+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63; int main () { /* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if test "$cross_compiling" = yes; then : ac_cv_type_long_long_int=yes else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef LLONG_MAX # define HALF \ (1LL << (sizeof (long long int) * CHAR_BIT - 2)) # define LLONG_MAX (HALF - 1 + HALF) #endif int main () { long long int n = 1; int i; for (i = 0; ; i++) { long long int m = n << i; if (m >> i != n) return 1; if (LLONG_MAX / 2 < m) break; } return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_type_long_long_int=yes else ac_cv_type_long_long_int=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi else ac_cv_type_long_long_int=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5 $as_echo "$ac_cv_type_long_long_int" >&6; } if test $ac_cv_type_long_long_int = yes; then $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 $as_echo_n "checking for unsigned long long int... " >&6; } if ${ac_cv_type_unsigned_long_long_int+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63; int main () { /* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_type_unsigned_long_long_int=yes else ac_cv_type_unsigned_long_long_int=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; } if test $ac_cv_type_unsigned_long_long_int = yes; then $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h fi if test $ac_cv_type_long_long_int = yes; then HAVE_LONG_LONG_INT=1 else HAVE_LONG_LONG_INT=0 fi if test $ac_cv_type_unsigned_long_long_int = yes; then HAVE_UNSIGNED_LONG_LONG_INT=1 else HAVE_UNSIGNED_LONG_LONG_INT=0 fi if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi if test $ac_cv_header_inttypes_h = yes; then HAVE_INTTYPES_H=1 else HAVE_INTTYPES_H=0 fi if test $ac_cv_header_sys_types_h = yes; then HAVE_SYS_TYPES_H=1 else HAVE_SYS_TYPES_H=0 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_stdint_h='<'stdint.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_stdint_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdint.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_stdint_h='<'stdint.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5 $as_echo "$gl_cv_next_stdint_h" >&6; } fi NEXT_STDINT_H=$gl_cv_next_stdint_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdint.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdint_h fi NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive if test $ac_cv_header_stdint_h = yes; then HAVE_STDINT_H=1 else HAVE_STDINT_H=0 fi if test $ac_cv_header_stdint_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } if ${gl_cv_header_working_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_header_working_stdint_h=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in . */ #if !(defined WCHAR_MIN && defined WCHAR_MAX) #error "WCHAR_MIN, WCHAR_MAX not defined in " #endif /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #ifdef INT8_MAX int8_t a1 = INT8_MAX; int8_t a1min = INT8_MIN; #endif #ifdef INT16_MAX int16_t a2 = INT16_MAX; int16_t a2min = INT16_MIN; #endif #ifdef INT32_MAX int32_t a3 = INT32_MAX; int32_t a3min = INT32_MIN; #endif #ifdef INT64_MAX int64_t a4 = INT64_MAX; int64_t a4min = INT64_MIN; #endif #ifdef UINT8_MAX uint8_t b1 = UINT8_MAX; #else typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; #endif #ifdef UINT16_MAX uint16_t b2 = UINT16_MAX; #endif #ifdef UINT32_MAX uint32_t b3 = UINT32_MAX; #endif #ifdef UINT64_MAX uint64_t b4 = UINT64_MAX; #endif int_least8_t c1 = INT8_C (0x7f); int_least8_t c1max = INT_LEAST8_MAX; int_least8_t c1min = INT_LEAST8_MIN; int_least16_t c2 = INT16_C (0x7fff); int_least16_t c2max = INT_LEAST16_MAX; int_least16_t c2min = INT_LEAST16_MIN; int_least32_t c3 = INT32_C (0x7fffffff); int_least32_t c3max = INT_LEAST32_MAX; int_least32_t c3min = INT_LEAST32_MIN; int_least64_t c4 = INT64_C (0x7fffffffffffffff); int_least64_t c4max = INT_LEAST64_MAX; int_least64_t c4min = INT_LEAST64_MIN; uint_least8_t d1 = UINT8_C (0xff); uint_least8_t d1max = UINT_LEAST8_MAX; uint_least16_t d2 = UINT16_C (0xffff); uint_least16_t d2max = UINT_LEAST16_MAX; uint_least32_t d3 = UINT32_C (0xffffffff); uint_least32_t d3max = UINT_LEAST32_MAX; uint_least64_t d4 = UINT64_C (0xffffffffffffffff); uint_least64_t d4max = UINT_LEAST64_MAX; int_fast8_t e1 = INT_FAST8_MAX; int_fast8_t e1min = INT_FAST8_MIN; int_fast16_t e2 = INT_FAST16_MAX; int_fast16_t e2min = INT_FAST16_MIN; int_fast32_t e3 = INT_FAST32_MAX; int_fast32_t e3min = INT_FAST32_MIN; int_fast64_t e4 = INT_FAST64_MAX; int_fast64_t e4min = INT_FAST64_MIN; uint_fast8_t f1 = UINT_FAST8_MAX; uint_fast16_t f2 = UINT_FAST16_MAX; uint_fast32_t f3 = UINT_FAST32_MAX; uint_fast64_t f4 = UINT_FAST64_MAX; #ifdef INTPTR_MAX intptr_t g = INTPTR_MAX; intptr_t gmin = INTPTR_MIN; #endif #ifdef UINTPTR_MAX uintptr_t h = UINTPTR_MAX; #endif intmax_t i = INTMAX_MAX; uintmax_t j = UINTMAX_MAX; #include /* for CHAR_BIT */ #define TYPE_MINIMUM(t) \ ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) ((t) 0 < (t) -1 \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) struct s { int check_PTRDIFF: PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) ? 1 : -1; /* Detect bug in FreeBSD 6.0 / ia64. */ int check_SIG_ATOMIC: SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) ? 1 : -1; int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; int check_WCHAR: WCHAR_MIN == TYPE_MINIMUM (wchar_t) && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) ? 1 : -1; /* Detect bug in mingw. */ int check_WINT: WINT_MIN == TYPE_MINIMUM (wint_t) && WINT_MAX == TYPE_MAXIMUM (wint_t) ? 1 : -1; /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ int check_UINT8_C: (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; int check_UINT16_C: (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; /* Detect bugs in OpenBSD 3.9 stdint.h. */ #ifdef UINT8_MAX int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; #endif #ifdef UINT16_MAX int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; #endif #ifdef UINT32_MAX int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; #endif #ifdef UINT64_MAX int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; #endif int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; }; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if test "$cross_compiling" = yes; then : gl_cv_header_working_stdint_h=yes else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include #include #define MVAL(macro) MVAL1(macro) #define MVAL1(expression) #expression static const char *macro_values[] = { #ifdef INT8_MAX MVAL (INT8_MAX), #endif #ifdef INT16_MAX MVAL (INT16_MAX), #endif #ifdef INT32_MAX MVAL (INT32_MAX), #endif #ifdef INT64_MAX MVAL (INT64_MAX), #endif #ifdef UINT8_MAX MVAL (UINT8_MAX), #endif #ifdef UINT16_MAX MVAL (UINT16_MAX), #endif #ifdef UINT32_MAX MVAL (UINT32_MAX), #endif #ifdef UINT64_MAX MVAL (UINT64_MAX), #endif NULL }; int main () { const char **mv; for (mv = macro_values; *mv != NULL; mv++) { const char *value = *mv; /* Test whether it looks like a cast expression. */ if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0 || strncmp (value, "((int)"/*)*/, 6) == 0 || strncmp (value, "((signed short)"/*)*/, 15) == 0 || strncmp (value, "((signed char)"/*)*/, 14) == 0) return mv - macro_values + 1; } return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_header_working_stdint_h=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5 $as_echo "$gl_cv_header_working_stdint_h" >&6; } fi if test "$gl_cv_header_working_stdint_h" = yes; then STDINT_H= else for ac_header in sys/inttypes.h sys/bitypes.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_header_sys_inttypes_h = yes; then HAVE_SYS_INTTYPES_H=1 else HAVE_SYS_INTTYPES_H=0 fi if test $ac_cv_header_sys_bitypes_h = yes; then HAVE_SYS_BITYPES_H=1 else HAVE_SYS_BITYPES_H=0 fi if test $APPLE_UNIVERSAL_BUILD = 0; then for gltype in ptrdiff_t size_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 $as_echo_n "checking for bit size of $gltype... " >&6; } if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include "; then : else result=unknown fi eval gl_cv_bitsizeof_${gltype}=\$result fi eval ac_res=\$gl_cv_bitsizeof_${gltype} { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` cat >>confdefs.h <<_ACEOF #define BITSIZEOF_${GLTYPE} $result _ACEOF eval BITSIZEOF_${GLTYPE}=\$result done fi for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 $as_echo_n "checking for bit size of $gltype... " >&6; } if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include "; then : else result=unknown fi eval gl_cv_bitsizeof_${gltype}=\$result fi eval ac_res=\$gl_cv_bitsizeof_${gltype} { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` cat >>confdefs.h <<_ACEOF #define BITSIZEOF_${GLTYPE} $result _ACEOF eval BITSIZEOF_${GLTYPE}=\$result done for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 $as_echo_n "checking whether $gltype is signed... " >&6; } if eval \${gl_cv_type_${gltype}_signed+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif int verify[2 * (($gltype) -1 < ($gltype) 0) - 1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : result=yes else result=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval gl_cv_type_${gltype}_signed=\$result fi eval ac_res=\$gl_cv_type_${gltype}_signed { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_type_${gltype}_signed GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` if test "$result" = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_SIGNED_${GLTYPE} 1 _ACEOF eval HAVE_SIGNED_${GLTYPE}=1 else eval HAVE_SIGNED_${GLTYPE}=0 fi done gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_size_t_signed=no if test $APPLE_UNIVERSAL_BUILD = 0; then for gltype in ptrdiff_t size_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 $as_echo_n "checking for $gltype integer literal suffix... " >&6; } if eval \${gl_cv_type_${gltype}_suffix+:} false; then : $as_echo_n "(cached) " >&6 else eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif extern $gltype foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval gl_cv_type_${gltype}_suffix=\$glsuf fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done fi eval ac_res=\$gl_cv_type_${gltype}_suffix { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result cat >>confdefs.h <<_ACEOF #define ${GLTYPE}_SUFFIX $result _ACEOF done fi for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 $as_echo_n "checking for $gltype integer literal suffix... " >&6; } if eval \${gl_cv_type_${gltype}_suffix+:} false; then : $as_echo_n "(cached) " >&6 else eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif extern $gltype foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval gl_cv_type_${gltype}_suffix=\$glsuf fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done fi eval ac_res=\$gl_cv_type_${gltype}_suffix { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result cat >>confdefs.h <<_ACEOF #define ${GLTYPE}_SUFFIX $result _ACEOF done if test $BITSIZEOF_WINT_T -lt 32; then BITSIZEOF_WINT_T=32 fi STDINT_H=stdint.h fi if test -n "$STDINT_H"; then GL_GENERATE_STDINT_H_TRUE= GL_GENERATE_STDINT_H_FALSE='#' else GL_GENERATE_STDINT_H_TRUE='#' GL_GENERATE_STDINT_H_FALSE= fi if test $gl_cv_have_include_next = yes; then gl_cv_next_string_h='<'string.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_string_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'string.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5 $as_echo "$gl_cv_next_string_h" >&6; } fi NEXT_STRING_H=$gl_cv_next_string_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'string.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_string_h fi NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done ac_fn_c_check_decl "$LINENO" "strndup" "ac_cv_have_decl_strndup" "$ac_includes_default" if test "x$ac_cv_have_decl_strndup" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRNDUP $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default" if test "x$ac_cv_have_decl_strnlen" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRNLEN $ac_have_decl _ACEOF ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" if test "x$ac_cv_type_pid_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define pid_t int _ACEOF fi ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" if test "x$ac_cv_type_mode_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define mode_t int _ACEOF fi WINDOWS_64_BIT_OFF_T=0 GNULIB_CHDIR=0; GNULIB_CHOWN=0; GNULIB_CLOSE=0; GNULIB_DUP=0; GNULIB_DUP2=0; GNULIB_DUP3=0; GNULIB_ENVIRON=0; GNULIB_EUIDACCESS=0; GNULIB_FACCESSAT=0; GNULIB_FCHDIR=0; GNULIB_FCHOWNAT=0; GNULIB_FDATASYNC=0; GNULIB_FSYNC=0; GNULIB_FTRUNCATE=0; GNULIB_GETCWD=0; GNULIB_GETDOMAINNAME=0; GNULIB_GETDTABLESIZE=0; GNULIB_GETGROUPS=0; GNULIB_GETHOSTNAME=0; GNULIB_GETLOGIN=0; GNULIB_GETLOGIN_R=0; GNULIB_GETPAGESIZE=0; GNULIB_GETUSERSHELL=0; GNULIB_GROUP_MEMBER=0; GNULIB_ISATTY=0; GNULIB_LCHOWN=0; GNULIB_LINK=0; GNULIB_LINKAT=0; GNULIB_LSEEK=0; GNULIB_PIPE=0; GNULIB_PIPE2=0; GNULIB_PREAD=0; GNULIB_PWRITE=0; GNULIB_READ=0; GNULIB_READLINK=0; GNULIB_READLINKAT=0; GNULIB_RMDIR=0; GNULIB_SETHOSTNAME=0; GNULIB_SLEEP=0; GNULIB_SYMLINK=0; GNULIB_SYMLINKAT=0; GNULIB_TTYNAME_R=0; GNULIB_UNISTD_H_NONBLOCKING=0; GNULIB_UNISTD_H_SIGPIPE=0; GNULIB_UNLINK=0; GNULIB_UNLINKAT=0; GNULIB_USLEEP=0; GNULIB_WRITE=0; HAVE_CHOWN=1; HAVE_DUP2=1; HAVE_DUP3=1; HAVE_EUIDACCESS=1; HAVE_FACCESSAT=1; HAVE_FCHDIR=1; HAVE_FCHOWNAT=1; HAVE_FDATASYNC=1; HAVE_FSYNC=1; HAVE_FTRUNCATE=1; HAVE_GETDTABLESIZE=1; HAVE_GETGROUPS=1; HAVE_GETHOSTNAME=1; HAVE_GETLOGIN=1; HAVE_GETPAGESIZE=1; HAVE_GROUP_MEMBER=1; HAVE_LCHOWN=1; HAVE_LINK=1; HAVE_LINKAT=1; HAVE_PIPE=1; HAVE_PIPE2=1; HAVE_PREAD=1; HAVE_PWRITE=1; HAVE_READLINK=1; HAVE_READLINKAT=1; HAVE_SETHOSTNAME=1; HAVE_SLEEP=1; HAVE_SYMLINK=1; HAVE_SYMLINKAT=1; HAVE_UNLINKAT=1; HAVE_USLEEP=1; HAVE_DECL_ENVIRON=1; HAVE_DECL_FCHDIR=1; HAVE_DECL_FDATASYNC=1; HAVE_DECL_GETDOMAINNAME=1; HAVE_DECL_GETLOGIN_R=1; HAVE_DECL_GETPAGESIZE=1; HAVE_DECL_GETUSERSHELL=1; HAVE_DECL_SETHOSTNAME=1; HAVE_DECL_TTYNAME_R=1; HAVE_OS_H=0; HAVE_SYS_PARAM_H=0; REPLACE_CHOWN=0; REPLACE_CLOSE=0; REPLACE_DUP=0; REPLACE_DUP2=0; REPLACE_FCHOWNAT=0; REPLACE_FTRUNCATE=0; REPLACE_GETCWD=0; REPLACE_GETDOMAINNAME=0; REPLACE_GETLOGIN_R=0; REPLACE_GETGROUPS=0; REPLACE_GETPAGESIZE=0; REPLACE_ISATTY=0; REPLACE_LCHOWN=0; REPLACE_LINK=0; REPLACE_LINKAT=0; REPLACE_LSEEK=0; REPLACE_PREAD=0; REPLACE_PWRITE=0; REPLACE_READ=0; REPLACE_READLINK=0; REPLACE_RMDIR=0; REPLACE_SLEEP=0; REPLACE_SYMLINK=0; REPLACE_TTYNAME_R=0; REPLACE_UNLINK=0; REPLACE_UNLINKAT=0; REPLACE_USLEEP=0; REPLACE_WRITE=0; UNISTD_H_HAVE_WINSOCK2_H=0; UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 $as_echo_n "checking for wint_t... " >&6; } if ${gt_cv_c_wint_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wint_t=yes else gt_cv_c_wint_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 $as_echo "$gt_cv_c_wint_t" >&6; } if test $gt_cv_c_wint_t = yes; then $as_echo "#define HAVE_WINT_T 1" >>confdefs.h fi if test $ac_cv_header_features_h = yes; then HAVE_FEATURES_H=1 else HAVE_FEATURES_H=0 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5 $as_echo_n "checking for inttypes.h... " >&6; } if ${gl_cv_header_inttypes_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { uintmax_t i = (uintmax_t) -1; return !i; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_inttypes_h=yes else gl_cv_header_inttypes_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5 $as_echo "$gl_cv_header_inttypes_h" >&6; } if test $gl_cv_header_inttypes_h = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_INTTYPES_H_WITH_UINTMAX 1 _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5 $as_echo_n "checking for stdint.h... " >&6; } if ${gl_cv_header_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { uintmax_t i = (uintmax_t) -1; return !i; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_stdint_h=yes else gl_cv_header_stdint_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5 $as_echo "$gl_cv_header_stdint_h" >&6; } if test $gl_cv_header_stdint_h = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_STDINT_H_WITH_UINTMAX 1 _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5 $as_echo_n "checking for intmax_t... " >&6; } if ${gt_cv_c_intmax_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_STDINT_H_WITH_UINTMAX #include #endif #if HAVE_INTTYPES_H_WITH_UINTMAX #include #endif int main () { intmax_t x = -1; return !x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_intmax_t=yes else gt_cv_c_intmax_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5 $as_echo "$gt_cv_c_intmax_t" >&6; } if test $gt_cv_c_intmax_t = yes; then $as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h else test $ac_cv_type_long_long_int = yes \ && ac_type='long long' \ || ac_type='long' cat >>confdefs.h <<_ACEOF #define intmax_t $ac_type _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'double'" >&5 $as_echo_n "checking where to find the exponent in a 'double'... " >&6; } if ${gl_cv_cc_double_expbit0+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined arm || defined __arm || defined __arm__ mixed_endianness #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "mixed_endianness" >/dev/null 2>&1; then : gl_cv_cc_double_expbit0="unknown" else : if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi : case $ac_cv_c_bigendian in #( yes) gl_cv_cc_double_expbit0="word 0 bit 20";; #( no) gl_cv_cc_double_expbit0="word 1 bit 20" ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) gl_cv_cc_double_expbit0="unknown" ;; esac fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include #define NWORDS \ ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) typedef union { double value; unsigned int word[NWORDS]; } memory_double; static unsigned int ored_words[NWORDS]; static unsigned int anded_words[NWORDS]; static void add_to_ored_words (double x) { memory_double m; size_t i; /* Clear it first, in case sizeof (double) < sizeof (memory_double). */ memset (&m, 0, sizeof (memory_double)); m.value = x; for (i = 0; i < NWORDS; i++) { ored_words[i] |= m.word[i]; anded_words[i] &= m.word[i]; } } int main () { size_t j; FILE *fp = fopen ("conftest.out", "w"); if (fp == NULL) return 1; for (j = 0; j < NWORDS; j++) anded_words[j] = ~ (unsigned int) 0; add_to_ored_words (0.25); add_to_ored_words (0.5); add_to_ored_words (1.0); add_to_ored_words (2.0); add_to_ored_words (4.0); /* Remove bits that are common (e.g. if representation of the first mantissa bit is explicit). */ for (j = 0; j < NWORDS; j++) ored_words[j] &= ~anded_words[j]; /* Now find the nonzero word. */ for (j = 0; j < NWORDS; j++) if (ored_words[j] != 0) break; if (j < NWORDS) { size_t i; for (i = j + 1; i < NWORDS; i++) if (ored_words[i] != 0) { fprintf (fp, "unknown"); return (fclose (fp) != 0); } for (i = 0; ; i++) if ((ored_words[j] >> i) & 1) { fprintf (fp, "word %d bit %d", (int) j, (int) i); return (fclose (fp) != 0); } } fprintf (fp, "unknown"); return (fclose (fp) != 0); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_cc_double_expbit0=`cat conftest.out` else gl_cv_cc_double_expbit0="unknown" fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f conftest.out fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_expbit0" >&5 $as_echo "$gl_cv_cc_double_expbit0" >&6; } case "$gl_cv_cc_double_expbit0" in word*bit*) word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` cat >>confdefs.h <<_ACEOF #define DBL_EXPBIT0_WORD $word _ACEOF cat >>confdefs.h <<_ACEOF #define DBL_EXPBIT0_BIT $bit _ACEOF ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5 $as_echo_n "checking whether snprintf returns a byte count as in C99... " >&6; } if ${gl_cv_func_snprintf_retval_c99+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_retval_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_retval_c99="guessing no";; darwin*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_snprintf_retval_c99="guessing no";; openbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_retval_c99="guessing no";; aix*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_retval_c99="guessing no";; netbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_retval_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_retval_c99="guessing no";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char buf[100]; int main () { strcpy (buf, "ABCDEF"); if (my_snprintf (buf, 3, "%d %d", 4567, 89) != 7) return 1; if (my_snprintf (buf, 0, "%d %d", 4567, 89) != 7) return 2; if (my_snprintf (NULL, 0, "%d %d", 4567, 89) != 7) return 3; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_snprintf_retval_c99=yes else gl_cv_func_snprintf_retval_c99=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_retval_c99" >&5 $as_echo "$gl_cv_func_snprintf_retval_c99" >&6; } for ac_func in snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "_snprintf" "ac_cv_have_decl__snprintf" "#include " if test "x$ac_cv_have_decl__snprintf" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL__SNPRINTF $ac_have_decl _ACEOF case "$gl_cv_func_snprintf_retval_c99" in *yes) $as_echo "#define HAVE_SNPRINTF_RETVAL_C99 1" >>confdefs.h ;; esac XGETTEXT_EXTRA_OPTIONS= GNULIB_BTOWC=0; GNULIB_WCTOB=0; GNULIB_MBSINIT=0; GNULIB_MBRTOWC=0; GNULIB_MBRLEN=0; GNULIB_MBSRTOWCS=0; GNULIB_MBSNRTOWCS=0; GNULIB_WCRTOMB=0; GNULIB_WCSRTOMBS=0; GNULIB_WCSNRTOMBS=0; GNULIB_WCWIDTH=0; GNULIB_WMEMCHR=0; GNULIB_WMEMCMP=0; GNULIB_WMEMCPY=0; GNULIB_WMEMMOVE=0; GNULIB_WMEMSET=0; GNULIB_WCSLEN=0; GNULIB_WCSNLEN=0; GNULIB_WCSCPY=0; GNULIB_WCPCPY=0; GNULIB_WCSNCPY=0; GNULIB_WCPNCPY=0; GNULIB_WCSCAT=0; GNULIB_WCSNCAT=0; GNULIB_WCSCMP=0; GNULIB_WCSNCMP=0; GNULIB_WCSCASECMP=0; GNULIB_WCSNCASECMP=0; GNULIB_WCSCOLL=0; GNULIB_WCSXFRM=0; GNULIB_WCSDUP=0; GNULIB_WCSCHR=0; GNULIB_WCSRCHR=0; GNULIB_WCSCSPN=0; GNULIB_WCSSPN=0; GNULIB_WCSPBRK=0; GNULIB_WCSSTR=0; GNULIB_WCSTOK=0; GNULIB_WCSWIDTH=0; HAVE_BTOWC=1; HAVE_MBSINIT=1; HAVE_MBRTOWC=1; HAVE_MBRLEN=1; HAVE_MBSRTOWCS=1; HAVE_MBSNRTOWCS=1; HAVE_WCRTOMB=1; HAVE_WCSRTOMBS=1; HAVE_WCSNRTOMBS=1; HAVE_WMEMCHR=1; HAVE_WMEMCMP=1; HAVE_WMEMCPY=1; HAVE_WMEMMOVE=1; HAVE_WMEMSET=1; HAVE_WCSLEN=1; HAVE_WCSNLEN=1; HAVE_WCSCPY=1; HAVE_WCPCPY=1; HAVE_WCSNCPY=1; HAVE_WCPNCPY=1; HAVE_WCSCAT=1; HAVE_WCSNCAT=1; HAVE_WCSCMP=1; HAVE_WCSNCMP=1; HAVE_WCSCASECMP=1; HAVE_WCSNCASECMP=1; HAVE_WCSCOLL=1; HAVE_WCSXFRM=1; HAVE_WCSDUP=1; HAVE_WCSCHR=1; HAVE_WCSRCHR=1; HAVE_WCSCSPN=1; HAVE_WCSSPN=1; HAVE_WCSPBRK=1; HAVE_WCSSTR=1; HAVE_WCSTOK=1; HAVE_WCSWIDTH=1; HAVE_DECL_WCTOB=1; HAVE_DECL_WCWIDTH=1; REPLACE_MBSTATE_T=0; REPLACE_BTOWC=0; REPLACE_WCTOB=0; REPLACE_MBSINIT=0; REPLACE_MBRTOWC=0; REPLACE_MBRLEN=0; REPLACE_MBSRTOWCS=0; REPLACE_MBSNRTOWCS=0; REPLACE_WCRTOMB=0; REPLACE_WCSRTOMBS=0; REPLACE_WCSNRTOMBS=0; REPLACE_WCWIDTH=0; REPLACE_WCSWIDTH=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether uses 'inline' correctly" >&5 $as_echo_n "checking whether uses 'inline' correctly... " >&6; } if ${gl_cv_header_wchar_h_correct_inline+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_header_wchar_h_correct_inline=yes cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include extern int zero (void); int main () { return zero(); } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then mv conftest.$ac_objext conftest1.$ac_objext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int zero (void) { return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then mv conftest.$ac_objext conftest2.$ac_objext if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then : else gl_cv_header_wchar_h_correct_inline=no fi fi fi rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_wchar_h_correct_inline" >&5 $as_echo "$gl_cv_header_wchar_h_correct_inline" >&6; } if test $gl_cv_header_wchar_h_correct_inline = no; then as_fn_error $? " cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in C99 mode. You have four options: - Add the flag -fgnu89-inline to CC and reconfigure, or - Fix your include files, using parts of , or - Use a gcc version older than 4.3, or - Don't use the flags -std=c99 or -std=gnu99. Configuration aborted." "$LINENO" 5 fi if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 $as_echo "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi GNULIB_IMAXABS=0; GNULIB_IMAXDIV=0; GNULIB_STRTOIMAX=0; GNULIB_STRTOUMAX=0; HAVE_DECL_IMAXABS=1; HAVE_DECL_IMAXDIV=1; HAVE_DECL_STRTOIMAX=1; HAVE_DECL_STRTOUMAX=1; REPLACE_STRTOIMAX=0; INT32_MAX_LT_INTMAX_MAX=1; INT64_MAX_EQ_LONG_MAX='defined _LP64'; PRI_MACROS_BROKEN=0; PRIPTR_PREFIX=__PRIPTR_PREFIX; UINT32_MAX_LT_UINTMAX_MAX=1; UINT64_MAX_EQ_ULONG_MAX='defined _LP64'; if test $gl_cv_have_include_next = yes; then gl_cv_next_inttypes_h='<'inttypes.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_inttypes_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_inttypes_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'inttypes.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_inttypes_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_inttypes_h='<'inttypes.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5 $as_echo "$gl_cv_next_inttypes_h" >&6; } fi NEXT_INTTYPES_H=$gl_cv_next_inttypes_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'inttypes.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_inttypes_h fi NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=$gl_next_as_first_directive for gl_func in imaxabs imaxdiv strtoimax strtoumax; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done for ac_header in inttypes.h do : ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" if test "x$ac_cv_header_inttypes_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_INTTYPES_H 1 _ACEOF fi done if test $ac_cv_header_inttypes_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5 $as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; } if ${gt_cv_inttypes_pri_broken+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef PRId32 char *p = PRId32; #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_inttypes_pri_broken=no else gt_cv_inttypes_pri_broken=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5 $as_echo "$gt_cv_inttypes_pri_broken" >&6; } fi if test "$gt_cv_inttypes_pri_broken" = yes; then cat >>confdefs.h <<_ACEOF #define PRI_MACROS_BROKEN 1 _ACEOF PRI_MACROS_BROKEN=1 else PRI_MACROS_BROKEN=0 fi ac_fn_c_check_decl "$LINENO" "alarm" "ac_cv_have_decl_alarm" "$ac_includes_default" if test "x$ac_cv_have_decl_alarm" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_ALARM $ac_have_decl _ACEOF if true; then GL_COND_LIBTOOL_TRUE= GL_COND_LIBTOOL_FALSE='#' else GL_COND_LIBTOOL_TRUE='#' GL_COND_LIBTOOL_FALSE= fi gl_cond_libtool=true gl_m4_base='gl/m4' gl_source_base='gl' if test $ac_cv_func_alloca_works = no; then : fi # Define an additional variable used in the Makefile substitution. if test $ac_cv_working_alloca_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 $as_echo_n "checking for alloca as a compiler built-in... " >&6; } if ${gl_cv_rpl_alloca+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __GNUC__ || defined _AIX || defined _MSC_VER Need own alloca #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Need own alloca" >/dev/null 2>&1; then : gl_cv_rpl_alloca=yes else gl_cv_rpl_alloca=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5 $as_echo "$gl_cv_rpl_alloca" >&6; } if test $gl_cv_rpl_alloca = yes; then $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h ALLOCA_H=alloca.h else ALLOCA_H= fi else ALLOCA_H=alloca.h fi if test -n "$ALLOCA_H"; then GL_GENERATE_ALLOCA_H_TRUE= GL_GENERATE_ALLOCA_H_FALSE='#' else GL_GENERATE_ALLOCA_H_TRUE='#' GL_GENERATE_ALLOCA_H_FALSE= fi # Check whether --with-libgcrypt was given. if test "${with_libgcrypt+set}" = set; then : withval=$with_libgcrypt; libgcrypt=$withval else libgcrypt=yes fi if test "$libgcrypt" != no; then use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libgcrypt-prefix was given. if test "${with_libgcrypt_prefix+set}" = set; then : withval=$with_libgcrypt_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBGCRYPT= LTLIBGCRYPT= INCGCRYPT= LIBGCRYPT_PREFIX= HAVE_LIBGCRYPT= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='gcrypt gpg-error' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBGCRYPT="${LTLIBGCRYPT}${LTLIBGCRYPT:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBGCRYPT; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBGCRYPT="${LTLIBGCRYPT}${LTLIBGCRYPT:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBGCRYPT; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$found_so" else LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$found_a" else LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'gcrypt'; then LIBGCRYPT_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'gcrypt'; then LIBGCRYPT_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCGCRYPT; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCGCRYPT="${INCGCRYPT}${INCGCRYPT:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBGCRYPT; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBGCRYPT; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBGCRYPT="${LTLIBGCRYPT}${LTLIBGCRYPT:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$dep" LTLIBGCRYPT="${LTLIBGCRYPT}${LTLIBGCRYPT:+ }$dep" ;; esac done fi else LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }-l$name" LTLIBGCRYPT="${LTLIBGCRYPT}${LTLIBGCRYPT:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGCRYPT="${LIBGCRYPT}${LIBGCRYPT:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBGCRYPT="${LTLIBGCRYPT}${LTLIBGCRYPT:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCGCRYPT; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgcrypt" >&5 $as_echo_n "checking for libgcrypt... " >&6; } if ${ac_cv_libgcrypt+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBGCRYPT" in *" -l"*) LIBS="$LIBS $LIBGCRYPT" ;; *) LIBS="$LIBGCRYPT $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* GCRY_MODULE_ID_USER was added in 1.4.4 and gc-libgcrypt.c will fail on startup if we don't have 1.4.4 or later, so test for it early. */ #if !defined GCRY_MODULE_ID_USER error too old libgcrypt #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libgcrypt=yes else ac_cv_libgcrypt='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libgcrypt" >&5 $as_echo "$ac_cv_libgcrypt" >&6; } if test "$ac_cv_libgcrypt" = yes; then HAVE_LIBGCRYPT=yes $as_echo "#define HAVE_LIBGCRYPT 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libgcrypt" >&5 $as_echo_n "checking how to link with libgcrypt... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGCRYPT" >&5 $as_echo "$LIBGCRYPT" >&6; } else HAVE_LIBGCRYPT=no CPPFLAGS="$ac_save_CPPFLAGS" LIBGCRYPT= LTLIBGCRYPT= LIBGCRYPT_PREFIX= fi fi if test "$ac_cv_libgcrypt" = yes; then gl_LIBOBJS="$gl_LIBOBJS gc-libgcrypt.$ac_objext" else gl_LIBOBJS="$gl_LIBOBJS gc-gnulib.$ac_objext" fi if test $gl_cond_libtool = false; then gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT" gl_libdeps="$gl_libdeps $LIBGCRYPT" fi if test "$ac_cv_libgcrypt" != yes; then : fi cat >>confdefs.h <<_ACEOF #define GNULIB_GC_HMAC_MD5 1 _ACEOF if test "$ac_cv_libgcrypt" != yes; then : fi cat >>confdefs.h <<_ACEOF #define GNULIB_GC_HMAC_SHA1 1 _ACEOF if test "$ac_cv_libgcrypt" != yes; then : fi cat >>confdefs.h <<_ACEOF #define GNULIB_GC_MD5 1 _ACEOF # Devices with randomness. # FIXME: Are these the best defaults? case "$host_os" in *openbsd* | *mirbsd*) NAME_OF_RANDOM_DEVICE="/dev/srandom" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/prandom" NAME_OF_NONCE_DEVICE="/dev/urandom" ;; *netbsd*) NAME_OF_RANDOM_DEVICE="/dev/srandom" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/urandom" NAME_OF_NONCE_DEVICE="/dev/urandom" ;; *solaris* | *irix* | *dec-osf* ) NAME_OF_RANDOM_DEVICE="/dev/random" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/random" NAME_OF_NONCE_DEVICE="/dev/random" ;; *) NAME_OF_RANDOM_DEVICE="/dev/random" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/urandom" NAME_OF_NONCE_DEVICE="/dev/urandom" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking device with (strong) random data..." >&5 $as_echo_n "checking device with (strong) random data...... " >&6; } # Check whether --enable-random-device was given. if test "${enable_random_device+set}" = set; then : enableval=$enable_random_device; NAME_OF_RANDOM_DEVICE=$enableval fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NAME_OF_RANDOM_DEVICE" >&5 $as_echo "$NAME_OF_RANDOM_DEVICE" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking device with pseudo random data..." >&5 $as_echo_n "checking device with pseudo random data...... " >&6; } # Check whether --enable-pseudo-random-device was given. if test "${enable_pseudo_random_device+set}" = set; then : enableval=$enable_pseudo_random_device; NAME_OF_PSEUDO_RANDOM_DEVICE=$enableval fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NAME_OF_PSEUDO_RANDOM_DEVICE" >&5 $as_echo "$NAME_OF_PSEUDO_RANDOM_DEVICE" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking device with unpredictable data for nonces..." >&5 $as_echo_n "checking device with unpredictable data for nonces...... " >&6; } # Check whether --enable-nonce-device was given. if test "${enable_nonce_device+set}" = set; then : enableval=$enable_nonce_device; NAME_OF_NONCE_DEVICE=$enableval fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NAME_OF_NONCE_DEVICE" >&5 $as_echo "$NAME_OF_NONCE_DEVICE" >&6; } if test "$cross_compiling" != yes; then if test "$NAME_OF_RANDOM_DEVICE" != "no"; then as_ac_File=`$as_echo "ac_cv_file_$NAME_OF_RANDOM_DEVICE" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $NAME_OF_RANDOM_DEVICE" >&5 $as_echo_n "checking for $NAME_OF_RANDOM_DEVICE... " >&6; } if eval \${$as_ac_File+:} false; then : $as_echo_n "(cached) " >&6 else test "$cross_compiling" = yes && as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 if test -r "$NAME_OF_RANDOM_DEVICE"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" fi fi eval ac_res=\$$as_ac_File { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes"; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Device '$NAME_OF_RANDOM_DEVICE' does not exist, consider to use --enable-random-device" >&5 $as_echo "$as_me: WARNING: Device '$NAME_OF_RANDOM_DEVICE' does not exist, consider to use --enable-random-device" >&2;} fi fi if test "$NAME_OF_PSEUDO_RANDOM_DEVICE" != "no"; then as_ac_File=`$as_echo "ac_cv_file_$NAME_OF_PSEUDO_RANDOM_DEVICE" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $NAME_OF_PSEUDO_RANDOM_DEVICE" >&5 $as_echo_n "checking for $NAME_OF_PSEUDO_RANDOM_DEVICE... " >&6; } if eval \${$as_ac_File+:} false; then : $as_echo_n "(cached) " >&6 else test "$cross_compiling" = yes && as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 if test -r "$NAME_OF_PSEUDO_RANDOM_DEVICE"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" fi fi eval ac_res=\$$as_ac_File { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes"; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Device '$NAME_OF_PSEUDO_RANDOM_DEVICE' does not exist, consider to use --enable-pseudo-random-device" >&5 $as_echo "$as_me: WARNING: Device '$NAME_OF_PSEUDO_RANDOM_DEVICE' does not exist, consider to use --enable-pseudo-random-device" >&2;} fi fi if test "$NAME_OF_NONCE_DEVICE" != "no"; then as_ac_File=`$as_echo "ac_cv_file_$NAME_OF_NONCE_DEVICE" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $NAME_OF_NONCE_DEVICE" >&5 $as_echo_n "checking for $NAME_OF_NONCE_DEVICE... " >&6; } if eval \${$as_ac_File+:} false; then : $as_echo_n "(cached) " >&6 else test "$cross_compiling" = yes && as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 if test -r "$NAME_OF_NONCE_DEVICE"; then eval "$as_ac_File=yes" else eval "$as_ac_File=no" fi fi eval ac_res=\$$as_ac_File { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes"; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Device '$NAME_OF_NONCE_DEVICE' does not exist, consider to use --enable-nonce-device" >&5 $as_echo "$as_me: WARNING: Device '$NAME_OF_NONCE_DEVICE' does not exist, consider to use --enable-nonce-device" >&2;} fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: Cross compiling, assuming random devices exists on the target host..." >&5 $as_echo "$as_me: Cross compiling, assuming random devices exists on the target host..." >&6;} fi # FIXME?: Open+read 42 bytes+close twice and compare data. Should differ. cat >>confdefs.h <<_ACEOF #define NAME_OF_RANDOM_DEVICE "$NAME_OF_RANDOM_DEVICE" _ACEOF cat >>confdefs.h <<_ACEOF #define NAME_OF_PSEUDO_RANDOM_DEVICE "$NAME_OF_PSEUDO_RANDOM_DEVICE" _ACEOF cat >>confdefs.h <<_ACEOF #define NAME_OF_NONCE_DEVICE "$NAME_OF_NONCE_DEVICE" _ACEOF cat >>confdefs.h <<_ACEOF #define GNULIB_GC_RANDOM 1 _ACEOF cat >>confdefs.h <<_ACEOF #define GNULIB_GC_SHA1 1 _ACEOF : : FLOAT_H= REPLACE_FLOAT_LDBL=0 case "$host_os" in aix* | beos* | openbsd* | mirbsd* | irix*) FLOAT_H=float.h ;; freebsd*) case "$host_cpu" in i[34567]86 ) FLOAT_H=float.h ;; x86_64 ) # On x86_64 systems, the C compiler may still be generating # 32-bit code. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __LP64__ || defined __x86_64__ || defined __amd64__ yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : else FLOAT_H=float.h fi rm -f conftest* ;; esac ;; linux*) case "$host_cpu" in powerpc*) FLOAT_H=float.h ;; esac ;; esac case "$host_os" in aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 fi ;; esac REPLACE_ITOLD=0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether conversion from 'int' to 'long double' works" >&5 $as_echo_n "checking whether conversion from 'int' to 'long double' works... " >&6; } if ${gl_cv_func_itold_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host" in sparc*-*-linux*) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __LP64__ || defined __arch64__ yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_func_itold_works="guessing no" else gl_cv_func_itold_works="guessing yes" fi rm -f conftest* ;; *) gl_cv_func_itold_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int i = -1; volatile long double ld; int main () { ld += i * 1.0L; if (ld > 0) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_itold_works=yes else gl_cv_func_itold_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_itold_works" >&5 $as_echo "$gl_cv_func_itold_works" >&6; } case "$gl_cv_func_itold_works" in *no) REPLACE_ITOLD=1 FLOAT_H=float.h ;; esac if test -n "$FLOAT_H"; then if test $gl_cv_have_include_next = yes; then gl_cv_next_float_h='<'float.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_float_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'float.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_float_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_float_h" >&5 $as_echo "$gl_cv_next_float_h" >&6; } fi NEXT_FLOAT_H=$gl_cv_next_float_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'float.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_float_h fi NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=$gl_next_as_first_directive fi if test -n "$FLOAT_H"; then GL_GENERATE_FLOAT_H_TRUE= GL_GENERATE_FLOAT_H_FALSE='#' else GL_GENERATE_FLOAT_H_TRUE='#' GL_GENERATE_FLOAT_H_FALSE= fi if test $REPLACE_FLOAT_LDBL = 1; then gl_LIBOBJS="$gl_LIBOBJS float.$ac_objext" fi if test $REPLACE_ITOLD = 1; then gl_LIBOBJS="$gl_LIBOBJS itold.$ac_objext" fi if test $ac_cv_func_getdelim = yes; then HAVE_GETDELIM=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getdelim function" >&5 $as_echo_n "checking for working getdelim function... " >&6; } if ${gl_cv_func_working_getdelim+:} false; then : $as_echo_n "(cached) " >&6 else echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky GNU user" >/dev/null 2>&1; then : gl_cv_func_working_getdelim="guessing yes" else gl_cv_func_working_getdelim="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) return 3; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_working_getdelim=yes else gl_cv_func_working_getdelim=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_getdelim" >&5 $as_echo "$gl_cv_func_working_getdelim" >&6; } case "$gl_cv_func_working_getdelim" in *no) REPLACE_GETDELIM=1 ;; esac else HAVE_GETDELIM=0 fi if test $ac_cv_have_decl_getdelim = no; then HAVE_DECL_GETDELIM=0 fi if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then gl_LIBOBJS="$gl_LIBOBJS getdelim.$ac_objext" for ac_func in flockfile funlockfile do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl _ACEOF fi GNULIB_GETDELIM=1 $as_echo "#define GNULIB_TEST_GETDELIM 1" >>confdefs.h gl_getline_needs_run_time_check=no ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" if test "x$ac_cv_func_getline" = xyes; then : gl_getline_needs_run_time_check=yes else am_cv_func_working_getline=no fi if test $gl_getline_needs_run_time_check = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getline function" >&5 $as_echo_n "checking for working getline function... " >&6; } if ${am_cv_func_working_getline+:} false; then : $as_echo_n "(cached) " >&6 else echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky GNU user" >/dev/null 2>&1; then : am_cv_func_working_getline="guessing yes" else am_cv_func_working_getline="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) return 3; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_working_getline=yes else am_cv_func_working_getline=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_working_getline" >&5 $as_echo "$am_cv_func_working_getline" >&6; } fi if test $ac_cv_have_decl_getline = no; then HAVE_DECL_GETLINE=0 fi case "$am_cv_func_working_getline" in *no) REPLACE_GETLINE=1 ;; esac if test $REPLACE_GETLINE = 1; then gl_LIBOBJS="$gl_LIBOBJS getline.$ac_objext" : fi GNULIB_GETLINE=1 $as_echo "#define GNULIB_TEST_GETLINE 1" >>confdefs.h # Autoconf 2.61a.99 and earlier don't support linking a file only # in VPATH builds. But since GNUmakefile is for maintainer use # only, it does not matter if we skip the link with older autoconf. # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH # builds, so use a shell variable to bypass this. GNUmakefile=GNUmakefile ac_config_links="$ac_config_links $GNUmakefile:$GNUmakefile" # Test for GSS-API library features. # XXX this assumes GNU SASL specific configure.ac ordering and variables. if test "$gssapi_impl" != "no"; then save_CPPFLAGS="$CPPFLAGS" save_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS $GSS_CFLAGS" LIBS="$LIBS $LIBGSS $GSS_LIBS" for ac_func in gss_encapsulate_token do : ac_fn_c_check_func "$LINENO" "gss_encapsulate_token" "ac_cv_func_gss_encapsulate_token" if test "x$ac_cv_func_gss_encapsulate_token" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GSS_ENCAPSULATE_TOKEN 1 _ACEOF fi done for ac_func in gss_decapsulate_token do : ac_fn_c_check_func "$LINENO" "gss_decapsulate_token" "ac_cv_func_gss_decapsulate_token" if test "x$ac_cv_func_gss_decapsulate_token" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GSS_DECAPSULATE_TOKEN 1 _ACEOF fi done for ac_func in gss_oid_equal do : ac_fn_c_check_func "$LINENO" "gss_oid_equal" "ac_cv_func_gss_oid_equal" if test "x$ac_cv_func_gss_oid_equal" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GSS_OID_EQUAL 1 _ACEOF fi done for ac_func in gss_inquire_mech_for_saslname do : ac_fn_c_check_func "$LINENO" "gss_inquire_mech_for_saslname" "ac_cv_func_gss_inquire_mech_for_saslname" if test "x$ac_cv_func_gss_inquire_mech_for_saslname" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GSS_INQUIRE_MECH_FOR_SASLNAME 1 _ACEOF fi done for ac_func in GSS_C_NT_HOSTBASED_SERVICE do : ac_fn_c_check_func "$LINENO" "GSS_C_NT_HOSTBASED_SERVICE" "ac_cv_func_GSS_C_NT_HOSTBASED_SERVICE" if test "x$ac_cv_func_GSS_C_NT_HOSTBASED_SERVICE" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GSS_C_NT_HOSTBASED_SERVICE 1 _ACEOF fi done if test "$gssapi_impl" != "gss"; then for ac_header in gssapi.h gssapi/gssapi.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test "$ac_cv_header_gssapi_h$ac_cv_header_gssapi_gssapi_h" = "nono"; then gssapi_impl=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find gssapi.h or gssapi/gssapi.h, disabling GSSAPI" >&5 $as_echo "$as_me: WARNING: Cannot find gssapi.h or gssapi/gssapi.h, disabling GSSAPI" >&2;} fi fi CPPFLAGS="$save_CPPFLAGS" LIBS="$save_LIBS" fi if test "$gssapi_impl" != "no"; then gl_LIBOBJS="$gl_LIBOBJS gss-extra.$ac_objext" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if gcc/ld supports -Wl,--output-def" >&5 $as_echo_n "checking if gcc/ld supports -Wl,--output-def... " >&6; } if ${gl_cv_ld_output_def+:} false; then : $as_echo_n "(cached) " >&6 else if test "$enable_shared" = no; then gl_cv_ld_output_def="not needed, shared libraries are disabled" else gl_ldflags_save=$LDFLAGS LDFLAGS="-Wl,--output-def,conftest.def" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_ld_output_def=yes else gl_cv_ld_output_def=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext rm -f conftest.def LDFLAGS="$gl_ldflags_save" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_ld_output_def" >&5 $as_echo "$gl_cv_ld_output_def" >&6; } if test "x$gl_cv_ld_output_def" = "xyes"; then HAVE_LD_OUTPUT_DEF_TRUE= HAVE_LD_OUTPUT_DEF_FALSE='#' else HAVE_LD_OUTPUT_DEF_TRUE='#' HAVE_LD_OUTPUT_DEF_FALSE= fi # Check whether --enable-ld-version-script was given. if test "${enable_ld_version_script+set}" = set; then : enableval=$enable_ld_version_script; have_ld_version_script=$enableval fi if test -z "$have_ld_version_script"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if LD -Wl,--version-script works" >&5 $as_echo_n "checking if LD -Wl,--version-script works... " >&6; } save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" cat > conftest.map <conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : accepts_syntax_errors=yes else accepts_syntax_errors=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$accepts_syntax_errors" = no; then cat > conftest.map <conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : have_ld_version_script=yes else have_ld_version_script=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext else have_ld_version_script=no fi rm -f conftest.map LDFLAGS="$save_LDFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_ld_version_script" >&5 $as_echo "$have_ld_version_script" >&6; } fi if test "$have_ld_version_script" = "yes"; then HAVE_LD_VERSION_SCRIPT_TRUE= HAVE_LD_VERSION_SCRIPT_FALSE='#' else HAVE_LD_VERSION_SCRIPT_TRUE='#' HAVE_LD_VERSION_SCRIPT_FALSE= fi CFLAG_VISIBILITY= HAVE_VISIBILITY=0 if test -n "$GCC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the -Werror option is usable" >&5 $as_echo_n "checking whether the -Werror option is usable... " >&6; } if ${gl_cv_cc_vis_werror+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_vis_werror=yes else gl_cv_cc_vis_werror=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_vis_werror" >&5 $as_echo "$gl_cv_cc_vis_werror" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for simple visibility declarations" >&5 $as_echo_n "checking for simple visibility declarations... " >&6; } if ${gl_cv_cc_visibility+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fvisibility=hidden" if test $gl_cv_cc_vis_werror = yes; then CFLAGS="$CFLAGS -Werror" fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern __attribute__((__visibility__("hidden"))) int hiddenvar; extern __attribute__((__visibility__("default"))) int exportedvar; extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); extern __attribute__((__visibility__("default"))) int exportedfunc (void); void dummyfunc (void) {} int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_visibility=yes else gl_cv_cc_visibility=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_visibility" >&5 $as_echo "$gl_cv_cc_visibility" >&6; } if test $gl_cv_cc_visibility = yes; then CFLAG_VISIBILITY="-fvisibility=hidden" HAVE_VISIBILITY=1 fi fi cat >>confdefs.h <<_ACEOF #define HAVE_VISIBILITY $HAVE_VISIBILITY _ACEOF if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then gl_LIBOBJS="$gl_LIBOBJS memchr.$ac_objext" for ac_header in bp-sym.h do : ac_fn_c_check_header_mongrel "$LINENO" "bp-sym.h" "ac_cv_header_bp_sym_h" "$ac_includes_default" if test "x$ac_cv_header_bp_sym_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BP_SYM_H 1 _ACEOF fi done fi GNULIB_MEMCHR=1 $as_echo "#define GNULIB_TEST_MEMCHR 1" >>confdefs.h if test $HAVE_DECL_MEMMEM = 1 && test $REPLACE_MEMMEM = 0; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memmem works in linear time" >&5 $as_echo_n "checking whether memmem works in linear time... " >&6; } if ${gl_cv_func_memmem_works_fast+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 9) || (__GLIBC__ > 2)) \ && !defined __UCLIBC__ Lucky user #endif #endif #ifdef __CYGWIN__ #include #if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 0) Lucky user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky user" >/dev/null 2>&1; then : gl_cv_func_memmem_works_fast="guessing yes" else gl_cv_func_memmem_works_fast="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for signal */ #include /* for memmem */ #include /* for malloc */ #include /* for alarm */ static void quit (int sig) { exit (sig + 128); } int main () { int result = 0; size_t m = 1000000; char *haystack = (char *) malloc (2 * m + 1); char *needle = (char *) malloc (m + 1); /* Failure to compile this test due to missing alarm is okay, since all such platforms (mingw) also lack memmem. */ signal (SIGALRM, quit); alarm (5); /* Check for quadratic performance. */ if (haystack && needle) { memset (haystack, 'A', 2 * m); haystack[2 * m] = 'B'; memset (needle, 'A', m); needle[m] = 'B'; if (!memmem (haystack, 2 * m + 1, needle, m + 1)) result |= 1; } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_memmem_works_fast=yes else gl_cv_func_memmem_works_fast=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memmem_works_fast" >&5 $as_echo "$gl_cv_func_memmem_works_fast" >&6; } case "$gl_cv_func_memmem_works_fast" in *yes) ;; *) REPLACE_MEMMEM=1 ;; esac fi if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then gl_LIBOBJS="$gl_LIBOBJS memmem.$ac_objext" fi for ac_func in memmem do : ac_fn_c_check_func "$LINENO" "memmem" "ac_cv_func_memmem" if test "x$ac_cv_func_memmem" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_MEMMEM 1 _ACEOF fi done if test $ac_cv_func_memmem = yes; then HAVE_MEMMEM=1 else HAVE_MEMMEM=0 fi if test $ac_cv_have_decl_memmem = no; then HAVE_DECL_MEMMEM=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memmem works" >&5 $as_echo_n "checking whether memmem works... " >&6; } if ${gl_cv_func_memmem_works_always+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __GNU_LIBRARY__ #include #if ((__GLIBC__ == 2 && ((__GLIBC_MINOR > 0 && __GLIBC_MINOR__ < 9) \ || __GLIBC_MINOR__ > 12)) \ || (__GLIBC__ > 2)) \ || defined __UCLIBC__ Lucky user #endif #elif defined __CYGWIN__ #include #if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 7) Lucky user #endif #else Lucky user #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky user" >/dev/null 2>&1; then : gl_cv_func_memmem_works_always="guessing yes" else gl_cv_func_memmem_works_always="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for memmem */ #define P "_EF_BF_BD" #define HAYSTACK "F_BD_CE_BD" P P P P "_C3_88_20" P P P "_C3_A7_20" P #define NEEDLE P P P P P int main () { int result = 0; if (memmem (HAYSTACK, strlen (HAYSTACK), NEEDLE, strlen (NEEDLE))) result |= 1; /* Check for empty needle behavior. */ { const char *haystack = "AAA"; if (memmem (haystack, 3, NULL, 0) != haystack) result |= 2; } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_memmem_works_always=yes else gl_cv_func_memmem_works_always=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memmem_works_always" >&5 $as_echo "$gl_cv_func_memmem_works_always" >&6; } case "$gl_cv_func_memmem_works_always" in *yes) ;; *) REPLACE_MEMMEM=1 ;; esac fi : if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then gl_LIBOBJS="$gl_LIBOBJS memmem.$ac_objext" fi GNULIB_MEMMEM=1 $as_echo "#define GNULIB_TEST_MEMMEM 1" >>confdefs.h if test $gl_cv_func_malloc_posix = yes; then $as_echo "#define HAVE_REALLOC_POSIX 1" >>confdefs.h else REPLACE_REALLOC=1 fi if test $REPLACE_REALLOC = 1; then gl_LIBOBJS="$gl_LIBOBJS realloc.$ac_objext" fi GNULIB_REALLOC_POSIX=1 $as_echo "#define GNULIB_TEST_REALLOC_POSIX 1" >>confdefs.h for ac_header in stdint.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" if test "x$ac_cv_header_stdint_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDINT_H 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 $as_echo_n "checking for SIZE_MAX... " >&6; } if ${gl_cv_size_max+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_size_max= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_STDINT_H #include #endif #ifdef SIZE_MAX Found it #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Found it" >/dev/null 2>&1; then : gl_cv_size_max=yes fi rm -f conftest* if test -z "$gl_cv_size_max"; then if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1" "#include #include "; then : else size_t_bits_minus_1= fi if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint" "#include "; then : else fits_in_uint= fi if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then if test $fits_in_uint = 1; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include extern size_t foo; extern unsigned long foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : fits_in_uint=0 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $fits_in_uint = 1; then gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" else gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)" fi else gl_cv_size_max='((size_t)~(size_t)0)' fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 $as_echo "$gl_cv_size_max" >&6; } if test "$gl_cv_size_max" != yes; then cat >>confdefs.h <<_ACEOF #define SIZE_MAX $gl_cv_size_max _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 $as_echo_n "checking for ssize_t... " >&6; } if ${gt_cv_ssize_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_ssize_t=yes else gt_cv_ssize_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 $as_echo "$gt_cv_ssize_t" >&6; } if test $gt_cv_ssize_t = no; then $as_echo "#define ssize_t int" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working stdalign.h" >&5 $as_echo_n "checking for working stdalign.h... " >&6; } if ${gl_cv_header_working_stdalign_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Test that alignof yields a result consistent with offsetof. This catches GCC bug 52023 . */ #ifdef __cplusplus template struct alignof_helper { char a; t b; }; # define ao(type) offsetof (alignof_helper, b) #else # define ao(type) offsetof (struct { char a; type b; }, b) #endif char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1]; char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1]; char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1]; /* Test _Alignas only on platforms where gnulib can help. */ #if \ (__GNUC__ || __IBMC__ || __IBMCPP__ \ || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER) int alignas (8) alignas_int = 1; char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1]; #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_working_stdalign_h=yes else gl_cv_header_working_stdalign_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdalign_h" >&5 $as_echo "$gl_cv_header_working_stdalign_h" >&6; } if test $gl_cv_header_working_stdalign_h = yes; then STDALIGN_H='' else STDALIGN_H='stdalign.h' fi if test -n "$STDALIGN_H"; then GL_GENERATE_STDALIGN_H_TRUE= GL_GENERATE_STDALIGN_H_FALSE='#' else GL_GENERATE_STDALIGN_H_TRUE='#' GL_GENERATE_STDALIGN_H_FALSE= fi # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi if test -n "$STDBOOL_H"; then GL_GENERATE_STDBOOL_H_TRUE= GL_GENERATE_STDBOOL_H_FALSE='#' else GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE= fi if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi STDDEF_H= if test $gt_cv_c_wchar_t = no; then HAVE_WCHAR_T=0 STDDEF_H=stddef.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } if ${gl_cv_decl_null_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int test[2 * (sizeof NULL == sizeof (void *)) -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_decl_null_works=yes else gl_cv_decl_null_works=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5 $as_echo "$gl_cv_decl_null_works" >&6; } if test $gl_cv_decl_null_works = no; then REPLACE_NULL=1 STDDEF_H=stddef.h fi if test -n "$STDDEF_H"; then GL_GENERATE_STDDEF_H_TRUE= GL_GENERATE_STDDEF_H_FALSE='#' else GL_GENERATE_STDDEF_H_TRUE='#' GL_GENERATE_STDDEF_H_FALSE= fi if test -n "$STDDEF_H"; then if test $gl_cv_have_include_next = yes; then gl_cv_next_stddef_h='<'stddef.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stddef_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stddef.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stddef_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5 $as_echo "$gl_cv_next_stddef_h" >&6; } fi NEXT_STDDEF_H=$gl_cv_next_stddef_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stddef.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stddef_h fi NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive fi if test $gl_cv_have_include_next = yes; then gl_cv_next_stdio_h='<'stdio.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdio_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdio.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stdio_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5 $as_echo "$gl_cv_next_stdio_h" >&6; } fi NEXT_STDIO_H=$gl_cv_next_stdio_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdio.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdio_h fi NEXT_AS_FIRST_DIRECTIVE_STDIO_H=$gl_next_as_first_directive GNULIB_FSCANF=1 GNULIB_SCANF=1 GNULIB_FGETC=1 GNULIB_GETC=1 GNULIB_GETCHAR=1 GNULIB_FGETS=1 GNULIB_FREAD=1 GNULIB_FPRINTF=1 GNULIB_PRINTF=1 GNULIB_VFPRINTF=1 GNULIB_VPRINTF=1 GNULIB_FPUTC=1 GNULIB_PUTC=1 GNULIB_PUTCHAR=1 GNULIB_FPUTS=1 GNULIB_PUTS=1 GNULIB_FWRITE=1 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $gl_cv_have_include_next = yes; then gl_cv_next_stdlib_h='<'stdlib.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdlib_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdlib.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stdlib_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5 $as_echo "$gl_cv_next_stdlib_h" >&6; } fi NEXT_STDLIB_H=$gl_cv_next_stdlib_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdlib.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdlib_h fi NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=$gl_next_as_first_directive for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r random random_r realpath rpmatch setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_SYS_LOADAVG_H # include #endif #if HAVE_RANDOM_H # include #endif int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $ac_cv_have_decl_strndup = no; then HAVE_DECL_STRNDUP=0 fi if test $ac_cv_func_strndup = yes; then HAVE_STRNDUP=1 # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strndup" >&5 $as_echo_n "checking for working strndup... " >&6; } if ${gl_cv_func_strndup_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case $host_os in aix | aix[3-6]*) gl_cv_func_strndup_works="guessing no";; *) gl_cv_func_strndup_works="guessing yes";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #ifndef HAVE_DECL_STRNDUP extern #ifdef __cplusplus "C" #endif char *strndup (const char *, size_t); #endif char *s; s = strndup ("some longer string", 15); free (s); s = strndup ("shorter string", 13); return s[13] != '\0'; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_strndup_works=yes else gl_cv_func_strndup_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strndup_works" >&5 $as_echo "$gl_cv_func_strndup_works" >&6; } case $gl_cv_func_strndup_works in *no) REPLACE_STRNDUP=1 ;; esac else HAVE_STRNDUP=0 fi if test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1; then gl_LIBOBJS="$gl_LIBOBJS strndup.$ac_objext" fi GNULIB_STRNDUP=1 $as_echo "#define GNULIB_TEST_STRNDUP 1" >>confdefs.h if test $ac_cv_have_decl_strnlen = no; then HAVE_DECL_STRNLEN=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strnlen" >&5 $as_echo_n "checking for working strnlen... " >&6; } if ${ac_cv_func_strnlen_working+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : # Guess no on AIX systems, yes otherwise. case "$host_os" in aix*) ac_cv_func_strnlen_working=no;; *) ac_cv_func_strnlen_working=yes;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { #define S "foobar" #define S_LEN (sizeof S - 1) /* At least one implementation is buggy: that of AIX 4.3 would give strnlen (S, 1) == 3. */ int i; for (i = 0; i < S_LEN + 1; ++i) { int expected = i <= S_LEN ? i : S_LEN; if (strnlen (S, i) != expected) return 1; } return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_strnlen_working=yes else ac_cv_func_strnlen_working=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strnlen_working" >&5 $as_echo "$ac_cv_func_strnlen_working" >&6; } test $ac_cv_func_strnlen_working = no && : if test $ac_cv_func_strnlen_working = no; then REPLACE_STRNLEN=1 fi fi if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then gl_LIBOBJS="$gl_LIBOBJS strnlen.$ac_objext" : fi GNULIB_STRNLEN=1 $as_echo "#define GNULIB_TEST_STRNLEN 1" >>confdefs.h for ac_func in strverscmp do : ac_fn_c_check_func "$LINENO" "strverscmp" "ac_cv_func_strverscmp" if test "x$ac_cv_func_strverscmp" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRVERSCMP 1 _ACEOF fi done if test $ac_cv_func_strverscmp = no; then HAVE_STRVERSCMP=0 fi if test $HAVE_STRVERSCMP = 0; then gl_LIBOBJS="$gl_LIBOBJS strverscmp.$ac_objext" : fi GNULIB_STRVERSCMP=1 $as_echo "#define GNULIB_TEST_STRVERSCMP 1" >>confdefs.h if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_types_h='<'sys/types.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_types_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/types.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_types_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 $as_echo "$gl_cv_next_sys_types_h" >&6; } fi NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/types.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_types_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=$gl_next_as_first_directive if test $gl_cv_have_include_next = yes; then gl_cv_next_unistd_h='<'unistd.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_unistd_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_unistd_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'unistd.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_unistd_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_unistd_h='<'unistd.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5 $as_echo "$gl_cv_next_unistd_h" >&6; } fi NEXT_UNISTD_H=$gl_cv_next_unistd_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'unistd.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_unistd_h fi NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=$gl_next_as_first_directive if test $ac_cv_header_unistd_h = yes; then HAVE_UNISTD_H=1 else HAVE_UNISTD_H=0 fi for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if HAVE_UNISTD_H # include #endif /* Some systems declare various items in the wrong headers. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include # endif #endif int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $ac_cv_func_vasnprintf = no; then gl_LIBOBJS="$gl_LIBOBJS vasnprintf.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS printf-args.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS printf-parse.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS asnprintf.$ac_objext" if test $ac_cv_func_vasnprintf = yes; then $as_echo "#define REPLACE_VASNPRINTF 1" >>confdefs.h fi ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" if test "x$ac_cv_type_ptrdiff_t" = xyes; then : else $as_echo "#define ptrdiff_t long" >>confdefs.h fi fi for ac_func in vasprintf do : ac_fn_c_check_func "$LINENO" "vasprintf" "ac_cv_func_vasprintf" if test "x$ac_cv_func_vasprintf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VASPRINTF 1 _ACEOF fi done if test $ac_cv_func_vasprintf = no; then gl_LIBOBJS="$gl_LIBOBJS vasprintf.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS asprintf.$ac_objext" if test $ac_cv_func_vasprintf = yes; then REPLACE_VASPRINTF=1 else HAVE_VASPRINTF=0 fi fi GNULIB_VASPRINTF=1 $as_echo "#define GNULIB_TEST_VASPRINTF 1" >>confdefs.h XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=asprintf:2:c-format" XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=vasprintf:2:c-format" if test $gl_cv_have_include_next = yes; then gl_cv_next_wchar_h='<'wchar.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_wchar_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_wchar_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'wchar.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_wchar_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_wchar_h='<'wchar.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wchar_h" >&5 $as_echo "$gl_cv_next_wchar_h" >&6; } fi NEXT_WCHAR_H=$gl_cv_next_wchar_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'wchar.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_wchar_h fi NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=$gl_next_as_first_directive if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi if test $gt_cv_c_wint_t = yes; then HAVE_WINT_T=1 else HAVE_WINT_T=0 fi for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include #endif #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done for ac_header in stdint.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" if test "x$ac_cv_header_stdint_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDINT_H 1 _ACEOF fi done # End of code from modules gltests_libdeps= gltests_ltlibdeps= gl_source_base='gltests' gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS gl_module_indicator_condition=$gltests_WITNESS if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_FDOPEN=1 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fdopen sets errno" >&5 $as_echo_n "checking whether fdopen sets errno... " >&6; } if ${gl_cv_func_fdopen_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in mingw*) gl_cv_func_fdopen_works="guessing no" ;; *) gl_cv_func_fdopen_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main (void) { FILE *fp; errno = 0; fp = fdopen (-1, "r"); if (fp != NULL) return 1; if (errno == 0) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_fdopen_works=yes else gl_cv_func_fdopen_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopen_works" >&5 $as_echo "$gl_cv_func_fdopen_works" >&6; } case "$gl_cv_func_fdopen_works" in *no) REPLACE_FDOPEN=1 ;; esac fi if test $REPLACE_FDOPEN = 1; then gltests_LIBOBJS="$gltests_LIBOBJS fdopen.$ac_objext" fi if test "$GNULIB_FDOPEN" != 1; then if test "$GNULIB_FDOPEN" = 0; then GNULIB_FDOPEN=$gl_module_indicator_condition else GNULIB_FDOPEN="($GNULIB_FDOPEN || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_FDOPEN 1" >>confdefs.h for ac_func in getpagesize do : ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" if test "x$ac_cv_func_getpagesize" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETPAGESIZE 1 _ACEOF fi done if test $ac_cv_func_getpagesize = no; then HAVE_GETPAGESIZE=0 for ac_header in OS.h do : ac_fn_c_check_header_mongrel "$LINENO" "OS.h" "ac_cv_header_OS_h" "$ac_includes_default" if test "x$ac_cv_header_OS_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_OS_H 1 _ACEOF fi done if test $ac_cv_header_OS_h = yes; then HAVE_OS_H=1 fi for ac_header in sys/param.h do : ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default" if test "x$ac_cv_header_sys_param_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SYS_PARAM_H 1 _ACEOF fi done if test $ac_cv_header_sys_param_h = yes; then HAVE_SYS_PARAM_H=1 fi fi case "$host_os" in mingw*) REPLACE_GETPAGESIZE=1 ;; esac ac_fn_c_check_decl "$LINENO" "getpagesize" "ac_cv_have_decl_getpagesize" "$ac_includes_default" if test "x$ac_cv_have_decl_getpagesize" = xyes; then : else HAVE_DECL_GETPAGESIZE=0 fi if test $REPLACE_GETPAGESIZE = 1; then gltests_LIBOBJS="$gltests_LIBOBJS getpagesize.$ac_objext" fi if test "$GNULIB_GETPAGESIZE" != 1; then if test "$GNULIB_GETPAGESIZE" = 0; then GNULIB_GETPAGESIZE=$gl_module_indicator_condition else GNULIB_GETPAGESIZE="($GNULIB_GETPAGESIZE || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_GETPAGESIZE 1" >>confdefs.h PRIPTR_PREFIX= if test -n "$STDINT_H"; then PRIPTR_PREFIX='"l"' else for glpfx in '' l ll I64; do case $glpfx in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; I64) gltype1='__int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include extern intptr_t foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : PRIPTR_PREFIX='"'$glpfx'"' fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test -n "$PRIPTR_PREFIX" && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether INT32_MAX < INTMAX_MAX" >&5 $as_echo_n "checking whether INT32_MAX < INTMAX_MAX... " >&6; } if ${gl_cv_test_INT32_MAX_LT_INTMAX_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined INT32_MAX && defined INTMAX_MAX #define CONDITION (INT32_MAX < INTMAX_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (int) < sizeof (long long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes else gl_cv_test_INT32_MAX_LT_INTMAX_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&5 $as_echo "$gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&6; } if test $gl_cv_test_INT32_MAX_LT_INTMAX_MAX = yes; then INT32_MAX_LT_INTMAX_MAX=1; else INT32_MAX_LT_INTMAX_MAX=0; fi if test $APPLE_UNIVERSAL_BUILD = 0; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether INT64_MAX == LONG_MAX" >&5 $as_echo_n "checking whether INT64_MAX == LONG_MAX... " >&6; } if ${gl_cv_test_INT64_MAX_EQ_LONG_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined INT64_MAX #define CONDITION (INT64_MAX == LONG_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (long long int) == sizeof (long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes else gl_cv_test_INT64_MAX_EQ_LONG_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&5 $as_echo "$gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&6; } if test $gl_cv_test_INT64_MAX_EQ_LONG_MAX = yes; then INT64_MAX_EQ_LONG_MAX=1; else INT64_MAX_EQ_LONG_MAX=0; fi else INT64_MAX_EQ_LONG_MAX=-1 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UINT32_MAX < UINTMAX_MAX" >&5 $as_echo_n "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; } if ${gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined UINT32_MAX && defined UINTMAX_MAX #define CONDITION (UINT32_MAX < UINTMAX_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (unsigned int) < sizeof (unsigned long long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes else gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&5 $as_echo "$gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&6; } if test $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX = yes; then UINT32_MAX_LT_UINTMAX_MAX=1; else UINT32_MAX_LT_UINTMAX_MAX=0; fi if test $APPLE_UNIVERSAL_BUILD = 0; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UINT64_MAX == ULONG_MAX" >&5 $as_echo_n "checking whether UINT64_MAX == ULONG_MAX... " >&6; } if ${gl_cv_test_UINT64_MAX_EQ_ULONG_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined UINT64_MAX #define CONDITION (UINT64_MAX == ULONG_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (unsigned long long int) == sizeof (unsigned long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes else gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&5 $as_echo "$gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&6; } if test $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX = yes; then UINT64_MAX_EQ_ULONG_MAX=1; else UINT64_MAX_EQ_ULONG_MAX=0; fi else UINT64_MAX_EQ_ULONG_MAX=-1 fi # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" if test "x$ac_cv_func_mmap" = xyes; then : gl_have_mmap=yes else gl_have_mmap=no fi # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 $as_echo_n "checking for MAP_ANONYMOUS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : gl_have_mmap_anonymous=yes fi rm -f conftest* if test $gl_have_mmap_anonymous != yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANON I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h gl_have_mmap_anonymous=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 $as_echo "$gl_have_mmap_anonymous" >&6; } if test $gl_have_mmap_anonymous = yes; then $as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h fi fi # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" if test "x$ac_cv_func_mmap" = xyes; then : gl_have_mmap=yes else gl_have_mmap=no fi # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 $as_echo_n "checking for MAP_ANONYMOUS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : gl_have_mmap_anonymous=yes fi rm -f conftest* if test $gl_have_mmap_anonymous != yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANON I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h gl_have_mmap_anonymous=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 $as_echo "$gl_have_mmap_anonymous" >&6; } if test $gl_have_mmap_anonymous = yes; then $as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h fi fi if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 $as_echo "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then gltests_LIBOBJS="$gltests_LIBOBJS msvc-inval.$ac_objext" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 $as_echo_n "checking for wchar_t... " >&6; } if ${gt_cv_c_wchar_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include wchar_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wchar_t=yes else gt_cv_c_wchar_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5 $as_echo "$gt_cv_c_wchar_t" >&6; } if test $gt_cv_c_wchar_t = yes; then $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 $as_echo_n "checking for wint_t... " >&6; } if ${gt_cv_c_wint_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wint_t=yes else gt_cv_c_wint_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 $as_echo "$gt_cv_c_wint_t" >&6; } if test $gt_cv_c_wint_t = yes; then $as_echo "#define HAVE_WINT_T 1" >>confdefs.h fi # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" if test "x$ac_cv_func_mmap" = xyes; then : gl_have_mmap=yes else gl_have_mmap=no fi # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 $as_echo_n "checking for MAP_ANONYMOUS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : gl_have_mmap_anonymous=yes fi rm -f conftest* if test $gl_have_mmap_anonymous != yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANON I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h gl_have_mmap_anonymous=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 $as_echo "$gl_have_mmap_anonymous" >&6; } if test $gl_have_mmap_anonymous = yes; then $as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h fi fi LIBTESTS_LIBDEPS="$gltests_libdeps" # Disable GSSAPI/GS2 if we can't find GSS-API implementation if test "$gssapi_impl" = "no"; then gs2=no gssapi=no fi # GS2, second part if test "$gs2" != "no" ; then $as_echo "#define USE_GS2 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GS2 should be used" >&5 $as_echo_n "checking if GS2 should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gs2" >&5 $as_echo "$gs2" >&6; } if test x$gs2 = xyes; then GS2_TRUE= GS2_FALSE='#' else GS2_TRUE='#' GS2_FALSE= fi # GSSAPI, second part if test "$gssapi" != "no" ; then $as_echo "#define USE_GSSAPI 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if GSSAPI should be used" >&5 $as_echo_n "checking if GSSAPI should be used... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gssapi" >&5 $as_echo "$gssapi" >&6; } if test x$gssapi = xyes; then GSSAPI_TRUE= GSSAPI_FALSE='#' else GSSAPI_TRUE='#' GSSAPI_FALSE= fi if ! sed 's/_VERSION ".*"/_VERSION "'$PACKAGE_VERSION'"/' $srcdir/src/gsasl.h > fixhdr.tmp; then as_fn_error $? "*** Failed to update version number in $srcdir/src/gsasl.h..." "$LINENO" 5 fi if cmp -s $srcdir/src/gsasl.h fixhdr.tmp 2>/dev/null; then rm -f fixhdr.tmp elif ! mv fixhdr.tmp $srcdir/src/gsasl.h; then as_fn_error $? "*** Failed to move fixhdr.tmp to $srcdir/src/gsasl.h..." "$LINENO" 5 fi MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/\(.*\)\..*\..*/\1/g'` MINOR_VERSION=`echo $PACKAGE_VERSION | sed 's/.*\.\(.*\)\..*/\1/g'` PATCH_VERSION=`echo $PACKAGE_VERSION | sed 's/.*\..*\.\(.*\)/\1/g'` NUMBER_VERSION=`printf "0x%02x%02x%02x" $MAJOR_VERSION $MINOR_VERSION $PATCH_VERSION` if ! sed "s/VERSION_MAJOR .*/VERSION_MAJOR $MAJOR_VERSION/" $srcdir/src/gsasl.h > fixhdr.tmp; then as_fn_error $? "*** Failed to update version number in $srcdir/src/gsasl.h..." "$LINENO" 5 fi if cmp -s $srcdir/src/gsasl.h fixhdr.tmp 2>/dev/null; then rm -f fixhdr.tmp elif ! mv fixhdr.tmp $srcdir/src/gsasl.h; then as_fn_error $? "*** Failed to move fixhdr.tmp to $srcdir/src/gsasl.h..." "$LINENO" 5 fi if ! sed "s/VERSION_MINOR .*/VERSION_MINOR $MINOR_VERSION/" $srcdir/src/gsasl.h > fixhdr.tmp; then as_fn_error $? "*** Failed to update version number in $srcdir/src/gsasl.h..." "$LINENO" 5 fi if cmp -s $srcdir/src/gsasl.h fixhdr.tmp 2>/dev/null; then rm -f fixhdr.tmp elif ! mv fixhdr.tmp $srcdir/src/gsasl.h; then as_fn_error $? "*** Failed to move fixhdr.tmp to $srcdir/src/gsasl.h..." "$LINENO" 5 fi if ! sed "s/VERSION_PATCH .*/VERSION_PATCH $PATCH_VERSION/" $srcdir/src/gsasl.h > fixhdr.tmp; then as_fn_error $? "*** Failed to update version number in $srcdir/src/gsasl.h..." "$LINENO" 5 fi if cmp -s $srcdir/src/gsasl.h fixhdr.tmp 2>/dev/null; then rm -f fixhdr.tmp elif ! mv fixhdr.tmp $srcdir/src/gsasl.h; then as_fn_error $? "*** Failed to move fixhdr.tmp to $srcdir/src/gsasl.h..." "$LINENO" 5 fi if ! sed "s/VERSION_NUMBER .*/VERSION_NUMBER $NUMBER_VERSION/" $srcdir/src/gsasl.h > fixhdr.tmp; then as_fn_error $? "*** Failed to update version number in $srcdir/src/gsasl.h..." "$LINENO" 5 fi if cmp -s $srcdir/src/gsasl.h fixhdr.tmp 2>/dev/null; then rm -f fixhdr.tmp elif ! mv fixhdr.tmp $srcdir/src/gsasl.h; then as_fn_error $? "*** Failed to move fixhdr.tmp to $srcdir/src/gsasl.h..." "$LINENO" 5 fi ac_config_files="$ac_config_files Makefile anonymous/Makefile cram-md5/Makefile digest-md5/Makefile scram/Makefile saml20/Makefile openid20/Makefile external/Makefile gl/Makefile gltests/Makefile gs2/Makefile gssapi/Makefile kerberos_v5/Makefile libgsasl.pc login/Makefile ntlm/Makefile plain/Makefile po/Makefile.in securid/Makefile src/Makefile tests/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ANONYMOUS_TRUE}" && test -z "${ANONYMOUS_FALSE}"; then as_fn_error $? "conditional \"ANONYMOUS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${EXTERNAL_TRUE}" && test -z "${EXTERNAL_FALSE}"; then as_fn_error $? "conditional \"EXTERNAL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${PLAIN_TRUE}" && test -z "${PLAIN_FALSE}"; then as_fn_error $? "conditional \"PLAIN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LOGIN_TRUE}" && test -z "${LOGIN_FALSE}"; then as_fn_error $? "conditional \"LOGIN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${SECURID_TRUE}" && test -z "${SECURID_FALSE}"; then as_fn_error $? "conditional \"SECURID\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${NTLM_TRUE}" && test -z "${NTLM_FALSE}"; then as_fn_error $? "conditional \"NTLM\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${CRAM_MD5_TRUE}" && test -z "${CRAM_MD5_FALSE}"; then as_fn_error $? "conditional \"CRAM_MD5\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${DIGEST_MD5_TRUE}" && test -z "${DIGEST_MD5_FALSE}"; then as_fn_error $? "conditional \"DIGEST_MD5\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${SCRAM_TRUE}" && test -z "${SCRAM_FALSE}"; then as_fn_error $? "conditional \"SCRAM\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${SAML20_TRUE}" && test -z "${SAML20_FALSE}"; then as_fn_error $? "conditional \"SAML20\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OPENID20_TRUE}" && test -z "${OPENID20_FALSE}"; then as_fn_error $? "conditional \"OPENID20\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${KERBEROS_V5_TRUE}" && test -z "${KERBEROS_V5_FALSE}"; then as_fn_error $? "conditional \"KERBEROS_V5\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${CLIENT_TRUE}" && test -z "${CLIENT_FALSE}"; then as_fn_error $? "conditional \"CLIENT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${SERVER_TRUE}" && test -z "${SERVER_FALSE}"; then as_fn_error $? "conditional \"SERVER\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OBSOLETE_TRUE}" && test -z "${OBSOLETE_FALSE}"; then as_fn_error $? "conditional \"OBSOLETE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ALLOCA_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ERRNO_H_TRUE}" && test -z "${GL_GENERATE_ERRNO_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ERRNO_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_FLOAT_H_TRUE}" && test -z "${GL_GENERATE_FLOAT_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_FLOAT_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_LD_OUTPUT_DEF_TRUE}" && test -z "${HAVE_LD_OUTPUT_DEF_FALSE}"; then as_fn_error $? "conditional \"HAVE_LD_OUTPUT_DEF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${HAVE_LD_VERSION_SCRIPT_TRUE}" && test -z "${HAVE_LD_VERSION_SCRIPT_FALSE}"; then as_fn_error $? "conditional \"HAVE_LD_VERSION_SCRIPT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi CONFIG_INCLUDE=config.h if test -z "${GL_GENERATE_STDALIGN_H_TRUE}" && test -z "${GL_GENERATE_STDALIGN_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDALIGN_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDDEF_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDINT_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi gl_libobjs= gl_ltlibobjs= if test -n "$gl_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gl_libobjs="$gl_libobjs $i.$ac_objext" gl_ltlibobjs="$gl_ltlibobjs $i.lo" done fi gl_LIBOBJS=$gl_libobjs gl_LTLIBOBJS=$gl_ltlibobjs gltests_libobjs= gltests_ltlibobjs= if test -n "$gltests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gltests_libobjs="$gltests_libobjs $i.$ac_objext" gltests_ltlibobjs="$gltests_ltlibobjs $i.lo" done fi gltests_LIBOBJS=$gltests_libobjs gltests_LTLIBOBJS=$gltests_ltlibobjs if test -z "${GS2_TRUE}" && test -z "${GS2_FALSE}"; then as_fn_error $? "conditional \"GS2\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GSSAPI_TRUE}" && test -z "${GSSAPI_FALSE}"; then as_fn_error $? "conditional \"GSSAPI\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by libgsasl $as_me 1.8.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_links="$ac_config_links" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration links: $config_links Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ libgsasl config.status 1.8.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Copyright (C) 2010 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in AS \ DLLTOOL \ OBJDUMP \ SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ nm_file_list_spec \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" GNUmakefile=$GNUmakefile _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "$GNUmakefile") CONFIG_LINKS="$CONFIG_LINKS $GNUmakefile:$GNUmakefile" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "anonymous/Makefile") CONFIG_FILES="$CONFIG_FILES anonymous/Makefile" ;; "cram-md5/Makefile") CONFIG_FILES="$CONFIG_FILES cram-md5/Makefile" ;; "digest-md5/Makefile") CONFIG_FILES="$CONFIG_FILES digest-md5/Makefile" ;; "scram/Makefile") CONFIG_FILES="$CONFIG_FILES scram/Makefile" ;; "saml20/Makefile") CONFIG_FILES="$CONFIG_FILES saml20/Makefile" ;; "openid20/Makefile") CONFIG_FILES="$CONFIG_FILES openid20/Makefile" ;; "external/Makefile") CONFIG_FILES="$CONFIG_FILES external/Makefile" ;; "gl/Makefile") CONFIG_FILES="$CONFIG_FILES gl/Makefile" ;; "gltests/Makefile") CONFIG_FILES="$CONFIG_FILES gltests/Makefile" ;; "gs2/Makefile") CONFIG_FILES="$CONFIG_FILES gs2/Makefile" ;; "gssapi/Makefile") CONFIG_FILES="$CONFIG_FILES gssapi/Makefile" ;; "kerberos_v5/Makefile") CONFIG_FILES="$CONFIG_FILES kerberos_v5/Makefile" ;; "libgsasl.pc") CONFIG_FILES="$CONFIG_FILES libgsasl.pc" ;; "login/Makefile") CONFIG_FILES="$CONFIG_FILES login/Makefile" ;; "ntlm/Makefile") CONFIG_FILES="$CONFIG_FILES ntlm/Makefile" ;; "plain/Makefile") CONFIG_FILES="$CONFIG_FILES plain/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "securid/Makefile") CONFIG_FILES="$CONFIG_FILES securid/Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :L) # # CONFIG_LINK # if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then : else # Prefer the file from the source tree if names are identical. if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then ac_source=$srcdir/$ac_source fi { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;} if test ! -r "$ac_source"; then as_fn_error $? "$ac_source: file not found" "$LINENO" 5 fi rm -f "$ac_file" # Try a relative symlink, then a hard link, then a copy. case $ac_source in [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;; *) ac_rel_source=$ac_top_build_prefix$ac_source ;; esac ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || ln "$ac_source" "$ac_file" 2>/dev/null || cp -p "$ac_source" "$ac_file" || as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 fi ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # The names of the tagged configurations supported by this script. available_tags="" # ### BEGIN LIBTOOL CONFIG # Assembler program. AS=$lt_AS # DLL creation program. DLLTOOL=$lt_DLLTOOL # Object dumper program. OBJDUMP=$lt_OBJDUMP # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and in which our libraries should be installed. lt_sysroot=$lt_sysroot # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain="$ac_aux_dir/ltmain.sh" # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) if test x"$xsi_shell" = xyes; then sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ func_dirname ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_basename ()$/,/^} # func_basename /c\ func_basename ()\ {\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ func_dirname_and_basename ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ func_stripname ()\ {\ \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ \ # positional parameters, so assign one to ordinary parameter first.\ \ func_stripname_result=${3}\ \ func_stripname_result=${func_stripname_result#"${1}"}\ \ func_stripname_result=${func_stripname_result%"${2}"}\ } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ func_split_long_opt ()\ {\ \ func_split_long_opt_name=${1%%=*}\ \ func_split_long_opt_arg=${1#*=}\ } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ func_split_short_opt ()\ {\ \ func_split_short_opt_arg=${1#??}\ \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ func_lo2o ()\ {\ \ case ${1} in\ \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ \ *) func_lo2o_result=${1} ;;\ \ esac\ } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_xform ()$/,/^} # func_xform /c\ func_xform ()\ {\ func_xform_result=${1%.*}.lo\ } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_arith ()$/,/^} # func_arith /c\ func_arith ()\ {\ func_arith_result=$(( $* ))\ } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_len ()$/,/^} # func_len /c\ func_len ()\ {\ func_len_result=${#1}\ } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$lt_shell_append" = xyes; then sed -e '/^func_append ()$/,/^} # func_append /c\ func_append ()\ {\ eval "${1}+=\\${2}"\ } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ func_append_quoted ()\ {\ \ func_quote_for_eval "${2}"\ \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} fi mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; "po-directories":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi { $as_echo "$as_me:${as_lineno-$LINENO}: summary of library build options: version: ${VERSION} Host type: ${host} Install prefix: ${prefix} Compiler: cc: ${CC} cflags: ${CFLAGS} cppflags: ${CPPFLAGS} Warning flags: $gl_gcc_warnings Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} Obsolete functions: $obsolete Client side: $client Server side: $server ANONYMOUS: $anonymous EXTERNAL: $external PLAIN: $plain LOGIN: $login SECURID: $securid NTLM: $ntlm (libs: $LTLIBNTLM) CRAM-MD5: $cram_md5 DIGEST-MD5: $digest_md5 SCRAM-SHA-1: $scram_sha1 SAML20: $saml20 OPENID20: $openid20 GS2: $gs2 GSSAPI: $gssapi " >&5 $as_echo "$as_me: summary of library build options: version: ${VERSION} Host type: ${host} Install prefix: ${prefix} Compiler: cc: ${CC} cflags: ${CFLAGS} cppflags: ${CPPFLAGS} Warning flags: $gl_gcc_warnings Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} Obsolete functions: $obsolete Client side: $client Server side: $server ANONYMOUS: $anonymous EXTERNAL: $external PLAIN: $plain LOGIN: $login SECURID: $securid NTLM: $ntlm (libs: $LTLIBNTLM) CRAM-MD5: $cram_md5 DIGEST-MD5: $digest_md5 SCRAM-SHA-1: $scram_sha1 SAML20: $saml20 OPENID20: $openid20 GS2: $gs2 GSSAPI: $gssapi " >&6;} gsasl-1.8.0/lib/anonymous/0000775000000000000000000000000011760732120012377 500000000000000gsasl-1.8.0/lib/anonymous/anonymous.h0000664000000000000000000000266711754555060014544 00000000000000/* anonymous.h --- Prototypes for ANONYMOUS mechanism as defined in RFC 2245. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef ANONYMOUS_H #define ANONYMOUS_H #include #define GSASL_ANONYMOUS_NAME "ANONYMOUS" extern Gsasl_mechanism gsasl_anonymous_mechanism; extern int _gsasl_anonymous_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_anonymous_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); #endif /* ANONYMOUS_H */ gsasl-1.8.0/lib/anonymous/client.c0000664000000000000000000000273011754555060013754 00000000000000/* client.c --- ANONYMOUS mechanism as defined in RFC 2245, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "anonymous.h" /* Get strdup, strlen. */ #include int _gsasl_anonymous_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { const char *p; p = gsasl_property_get (sctx, GSASL_ANONYMOUS_TOKEN); if (!p) return GSASL_NO_ANONYMOUS_TOKEN; *output = strdup (p); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (p); return GSASL_OK; } gsasl-1.8.0/lib/anonymous/mechinfo.c0000664000000000000000000000250611754555060014267 00000000000000/* mechinfo.c --- Definition of ANONYMOUS mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "anonymous.h" Gsasl_mechanism gsasl_anonymous_mechanism = { GSASL_ANONYMOUS_NAME, { NULL, NULL, NULL, #ifdef USE_CLIENT _gsasl_anonymous_client_step, #else NULL, #endif NULL, NULL, NULL} , { NULL, NULL, NULL, #ifdef USE_SERVER _gsasl_anonymous_server_step, #else NULL, #endif NULL, NULL, NULL} }; gsasl-1.8.0/lib/anonymous/Makefile.am0000664000000000000000000000227111754555060014366 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-anonymous.la libgsasl_anonymous_la_SOURCES = anonymous.h mechinfo.c if CLIENT libgsasl_anonymous_la_SOURCES += client.c endif if SERVER libgsasl_anonymous_la_SOURCES += server.c endif gsasl-1.8.0/lib/anonymous/server.c0000664000000000000000000000337411754555060014011 00000000000000/* server.c --- ANONYMOUS mechanism as defined in RFC 2245, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "anonymous.h" int _gsasl_anonymous_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { *output = NULL; *output_len = 0; if (!input) return GSASL_NEEDS_MORE; /* token = 1*255TCHAR The production is restricted to 255 UTF-8 encoded Unicode characters. As the encoding of a characters uses a sequence of 1 to 4 octets, a token may be long as 1020 octets. */ if (input_len == 0 || input_len > 1020) return GSASL_MECHANISM_PARSE_ERROR; /* FIXME: Validate that input is UTF-8. */ gsasl_property_set_raw (sctx, GSASL_ANONYMOUS_TOKEN, input, input_len); return gsasl_callback (NULL, sctx, GSASL_VALIDATE_ANONYMOUS); } gsasl-1.8.0/lib/anonymous/Makefile.in0000664000000000000000000011711511760730701014375 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = anonymous DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_anonymous_la_LIBADD = am__libgsasl_anonymous_la_SOURCES_DIST = anonymous.h mechinfo.c \ client.c server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_anonymous_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_anonymous_la_OBJECTS = $(am_libgsasl_anonymous_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_anonymous_la_SOURCES) DIST_SOURCES = $(am__libgsasl_anonymous_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-anonymous.la libgsasl_anonymous_la_SOURCES = anonymous.h mechinfo.c $(am__append_1) \ $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu anonymous/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu anonymous/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-anonymous.la: $(libgsasl_anonymous_la_OBJECTS) $(libgsasl_anonymous_la_DEPENDENCIES) $(EXTRA_libgsasl_anonymous_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_anonymous_la_OBJECTS) $(libgsasl_anonymous_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/Makefile.am0000664000000000000000000000340411754555060012335 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. ACLOCAL_AMFLAGS = -I m4 -I gl/m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgsasl.pc EXTRA_DIST = cfg.mk maint.mk # Visual Studio project files. EXTRA_DIST += win32/libgsasl.sln win32/libgsasl.vcproj \ win32/include/ac-stdint.h win32/include/alloca.h \ win32/include/idn-int.h win32/include/stdbool.h \ win32/include/stdint.h win32/include/unistd.h \ win32/include/config.h SUBDIRS = po gl # Plugins: if EXTERNAL SUBDIRS += external endif if ANONYMOUS SUBDIRS += anonymous endif if PLAIN SUBDIRS += plain endif if LOGIN SUBDIRS += login endif if CRAM_MD5 SUBDIRS += cram-md5 endif if DIGEST_MD5 SUBDIRS += digest-md5 endif if SCRAM SUBDIRS += scram endif if SAML20 SUBDIRS += saml20 endif if OPENID20 SUBDIRS += openid20 endif if NTLM SUBDIRS += ntlm endif if GSSAPI SUBDIRS += gssapi endif if GS2 SUBDIRS += gs2 endif if SECURID SUBDIRS += securid endif if KERBEROS_V5 SUBDIRS += kerberos_v5 endif SUBDIRS += src tests gltests gsasl-1.8.0/lib/INSTALL0000644000000000000000000003660011760730703011330 00000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. This is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a single `-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the `lipo' tool if you have problems. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX `make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as `configure' are involved. Use GNU `make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. gsasl-1.8.0/lib/openid20/0000775000000000000000000000000011760732120011767 500000000000000gsasl-1.8.0/lib/openid20/openid20.h0000664000000000000000000000336011754555060013513 00000000000000/* openid20.h --- Prototypes for OPENID20. * Copyright (C) 2011-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef OPENID20_H #define OPENID20_H #include #define GSASL_OPENID20_NAME "OPENID20" extern Gsasl_mechanism gsasl_openid20_mechanism; extern int _gsasl_openid20_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_openid20_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_openid20_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_openid20_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_openid20_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_openid20_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* OPENID20_H */ gsasl-1.8.0/lib/openid20/client.c0000664000000000000000000001006211754555060013341 00000000000000/* client.c --- OPENID20 mechanism, client side. * Copyright (C) 2011-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "openid20.h" /* Get strdup, strlen. */ #include /* Get calloc, free. */ #include /* Get bool. */ #include /* Get _gsasl_gs2_generate_header. */ #include "mechtools.h" struct openid20_client_state { int step; }; int _gsasl_openid20_client_start (Gsasl_session * sctx, void **mech_data) { struct openid20_client_state *state; state = (struct openid20_client_state *) calloc (sizeof (*state), 1); if (state == NULL) return GSASL_MALLOC_ERROR; *mech_data = state; return GSASL_OK; } int _gsasl_openid20_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct openid20_client_state *state = mech_data; int res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; switch (state->step) { case 0: { const char *authzid = gsasl_property_get (sctx, GSASL_AUTHZID); const char *authid = gsasl_property_get (sctx, GSASL_AUTHID); if (!authid || !*authid) return GSASL_NO_AUTHID; res = _gsasl_gs2_generate_header (false, 'n', NULL, authzid, strlen (authid), authid, output, output_len); if (res != GSASL_OK) return res; res = GSASL_NEEDS_MORE; state->step++; } break; case 1: { gsasl_property_set_raw (sctx, GSASL_OPENID20_REDIRECT_URL, input, input_len); res = gsasl_callback (NULL, sctx, GSASL_OPENID20_AUTHENTICATE_IN_BROWSER); if (res != GSASL_OK) return res; *output_len = 1; *output = strdup ("="); if (!*output) return GSASL_MALLOC_ERROR; res = GSASL_OK; state->step++; } break; /* This step is optional. The server could have approved authentication already. Alternatively, it wanted to send some SREGs or error data and we end up here. */ case 2: { gsasl_property_set_raw (sctx, GSASL_OPENID20_OUTCOME_DATA, input, input_len); /* In the case of failures, the response MUST follow this syntax: outcome_data = "openid.error" "=" sreg_val *( "," sregp_avp ) [RFC4422] Section 3.6 explicitly prohibits additional information in an unsuccessful authentication outcome. Therefore, the openid.error and openid.error_code are to be sent as an additional challenge in the event of an unsuccessful outcome. In this case, as the protocol is lock step, the client will follow with an additional exchange containing "=", after which the server will respond with an application-level outcome. */ #define ERR_PREFIX "openid.error=" if (input_len > strlen (ERR_PREFIX) && strncmp (ERR_PREFIX, input, strlen (ERR_PREFIX)) == 0) { *output_len = 1; *output = strdup ("="); if (!*output) return GSASL_MALLOC_ERROR; res = GSASL_NEEDS_MORE; } else { *output_len = 0; *output = NULL; res = GSASL_OK; } state->step++; } break; default: break; } return res; } void _gsasl_openid20_client_finish (Gsasl_session * sctx, void *mech_data) { struct openid20_client_state *state = mech_data; if (!state) return; free (state); } gsasl-1.8.0/lib/openid20/mechinfo.c0000664000000000000000000000270611754555060013661 00000000000000/* mechinfo.c --- Definition of OPENID20 mechanism. * Copyright (C) 2011-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "openid20.h" Gsasl_mechanism gsasl_openid20_mechanism = { GSASL_OPENID20_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_openid20_client_start, _gsasl_openid20_client_step, _gsasl_openid20_client_finish, #else NULL, NULL, NULL, #endif NULL, NULL} , { NULL, NULL, #ifdef USE_SERVER _gsasl_openid20_server_start, _gsasl_openid20_server_step, _gsasl_openid20_server_finish, #else NULL, NULL, NULL, #endif NULL, NULL} }; gsasl-1.8.0/lib/openid20/Makefile.am0000664000000000000000000000226411754555060013760 00000000000000# Copyright (C) 2011-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-openid20.la libgsasl_openid20_la_SOURCES = openid20.h mechinfo.c if CLIENT libgsasl_openid20_la_SOURCES += client.c endif if SERVER libgsasl_openid20_la_SOURCES += server.c endif gsasl-1.8.0/lib/openid20/server.c0000664000000000000000000001057711754555060013404 00000000000000/* server.c --- OPENID20 mechanism, server side. * Copyright (C) 2011-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "openid20.h" /* Get strdup, strlen. */ #include /* Get calloc, free. */ #include /* Get _gsasl_parse_gs2_header. */ #include "mechtools.h" struct openid20_server_state { int step; int allow_error_step; }; int _gsasl_openid20_server_start (Gsasl_session * sctx, void **mech_data) { struct openid20_server_state *state; state = (struct openid20_server_state *) calloc (sizeof (*state), 1); if (state == NULL) return GSASL_MALLOC_ERROR; *mech_data = state; return GSASL_OK; } int _gsasl_openid20_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct openid20_server_state *state = mech_data; int res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; *output_len = 0; *output = NULL; switch (state->step) { case 0: { const char *p; char *authzid; size_t headerlen; if (input_len == 0) return GSASL_NEEDS_MORE; res = _gsasl_parse_gs2_header (input, input_len, &authzid, &headerlen); if (res != GSASL_OK) return res; if (authzid) { gsasl_property_set (sctx, GSASL_AUTHZID, authzid); free (authzid); } input += headerlen; input_len -= headerlen; gsasl_property_set_raw (sctx, GSASL_AUTHID, input, input_len); p = gsasl_property_get (sctx, GSASL_OPENID20_REDIRECT_URL); if (!p || !*p) return GSASL_NO_OPENID20_REDIRECT_URL; *output_len = strlen (p); *output = malloc (*output_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, p, *output_len); res = GSASL_NEEDS_MORE; state->step++; break; } case 1: { const char *outcome_data; if (!(input_len == 1 && *input == '=')) return GSASL_MECHANISM_PARSE_ERROR; res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_OPENID20); if (res != GSASL_OK) { *output = strdup ("openid.error=fail"); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (*output); /* [RFC4422] Section 3.6 explicitly prohibits additional information in an unsuccessful authentication outcome. Therefore, the openid.error and openid.error_code are to be sent as an additional challenge in the event of an unsuccessful outcome. In this case, as the protocol is lock step, the client will follow with an additional exchange containing "=", after which the server will respond with an application-level outcome. */ state->allow_error_step = 1; state->step++; return GSASL_NEEDS_MORE; } outcome_data = gsasl_property_get (sctx, GSASL_OPENID20_OUTCOME_DATA); if (outcome_data) { *output = strdup (outcome_data); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (*output); } else { *output = NULL; *output_len = 0; } res = GSASL_OK; state->step++; } break; case 2: { /* We only get here when the previous step signalled an error to the client. */ if (!state->allow_error_step) return GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; if (!(input_len == 1 && *input == '=')) return GSASL_MECHANISM_PARSE_ERROR; res = GSASL_AUTHENTICATION_ERROR; state->step++; } break; default: break; } return res; } void _gsasl_openid20_server_finish (Gsasl_session * sctx, void *mech_data) { struct openid20_server_state *state = mech_data; if (!state) return; free (state); } gsasl-1.8.0/lib/openid20/Makefile.in0000664000000000000000000011707111760730702013767 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2011-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = openid20 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_openid20_la_LIBADD = am__libgsasl_openid20_la_SOURCES_DIST = openid20.h mechinfo.c client.c \ server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_openid20_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_openid20_la_OBJECTS = $(am_libgsasl_openid20_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_openid20_la_SOURCES) DIST_SOURCES = $(am__libgsasl_openid20_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-openid20.la libgsasl_openid20_la_SOURCES = openid20.h mechinfo.c $(am__append_1) \ $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu openid20/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu openid20/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-openid20.la: $(libgsasl_openid20_la_OBJECTS) $(libgsasl_openid20_la_DEPENDENCIES) $(EXTRA_libgsasl_openid20_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_openid20_la_OBJECTS) $(libgsasl_openid20_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/gl/0000775000000000000000000000000011760732120010751 500000000000000gsasl-1.8.0/lib/gl/gc-gnulib.c0000664000000000000000000004230611746471770012730 00000000000000/* gc-gnulib.c --- Common gnulib internal crypto interface functions * Copyright (C) 2002-2012 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; either version 2.1, or (at your * option) any later version. * * This file is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this file; if not, see . * */ /* Note: This file is only built if GC uses internal functions. */ #include /* Get prototype. */ #include "gc.h" #include #include /* For randomize. */ #ifdef GNULIB_GC_RANDOM # include # include # include # include # include #endif /* Hashes. */ #ifdef GNULIB_GC_MD2 # include "md2.h" #endif #ifdef GNULIB_GC_MD4 # include "md4.h" #endif #ifdef GNULIB_GC_MD5 # include "md5.h" #endif #ifdef GNULIB_GC_SHA1 # include "sha1.h" #endif #if defined(GNULIB_GC_HMAC_MD5) || defined(GNULIB_GC_HMAC_SHA1) # include "hmac.h" #endif /* Ciphers. */ #ifdef GNULIB_GC_ARCFOUR # include "arcfour.h" #endif #ifdef GNULIB_GC_ARCTWO # include "arctwo.h" #endif #ifdef GNULIB_GC_DES # include "des.h" #endif #ifdef GNULIB_GC_RIJNDAEL # include "rijndael-api-fst.h" #endif /* The results of open() in this file are not used with fchdir, therefore save some unnecessary work in fchdir.c. */ #undef open #undef close #ifdef GNULIB_GC_RANDOM # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include # include HCRYPTPROV g_hProv = 0; # ifndef PROV_INTEL_SEC # define PROV_INTEL_SEC 22 # endif # ifndef CRYPT_VERIFY_CONTEXT # define CRYPT_VERIFY_CONTEXT 0xF0000000 # endif # endif #endif Gc_rc gc_init (void) { #ifdef GNULIB_GC_RANDOM # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ if (g_hProv) CryptReleaseContext (g_hProv, 0); /* There is no need to create a container for just random data, so we can use CRYPT_VERIFY_CONTEXT (one call) see: http://blogs.msdn.com/dangriff/archive/2003/11/19/51709.aspx */ /* We first try to use the Intel PIII RNG if drivers are present */ if (!CryptAcquireContext (&g_hProv, NULL, NULL, PROV_INTEL_SEC, CRYPT_VERIFY_CONTEXT)) { /* not a PIII or no drivers available, use default RSA CSP */ if (!CryptAcquireContext (&g_hProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFY_CONTEXT)) return GC_RANDOM_ERROR; } # endif #endif return GC_OK; } void gc_done (void) { #ifdef GNULIB_GC_RANDOM # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ if (g_hProv) { CryptReleaseContext (g_hProv, 0); g_hProv = 0; } # endif #endif return; } #ifdef GNULIB_GC_RANDOM /* Randomness. */ static Gc_rc randomize (int level, char *data, size_t datalen) { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ if (!g_hProv) return GC_RANDOM_ERROR; CryptGenRandom (g_hProv, (DWORD) datalen, data); #else int fd; const char *device; size_t len = 0; int rc; switch (level) { case 0: device = NAME_OF_NONCE_DEVICE; break; case 1: device = NAME_OF_PSEUDO_RANDOM_DEVICE; break; default: device = NAME_OF_RANDOM_DEVICE; break; } if (strcmp (device, "no") == 0) return GC_RANDOM_ERROR; fd = open (device, O_RDONLY); if (fd < 0) return GC_RANDOM_ERROR; do { ssize_t tmp; tmp = read (fd, data, datalen); if (tmp < 0) { int save_errno = errno; close (fd); errno = save_errno; return GC_RANDOM_ERROR; } len += tmp; } while (len < datalen); rc = close (fd); if (rc < 0) return GC_RANDOM_ERROR; #endif return GC_OK; } Gc_rc gc_nonce (char *data, size_t datalen) { return randomize (0, data, datalen); } Gc_rc gc_pseudo_random (char *data, size_t datalen) { return randomize (1, data, datalen); } Gc_rc gc_random (char *data, size_t datalen) { return randomize (2, data, datalen); } #endif /* Memory allocation. */ void gc_set_allocators (gc_malloc_t func_malloc, gc_malloc_t secure_malloc, gc_secure_check_t secure_check, gc_realloc_t func_realloc, gc_free_t func_free) { return; } /* Ciphers. */ typedef struct _gc_cipher_ctx { Gc_cipher alg; Gc_cipher_mode mode; #ifdef GNULIB_GC_ARCTWO arctwo_context arctwoContext; char arctwoIV[ARCTWO_BLOCK_SIZE]; #endif #ifdef GNULIB_GC_ARCFOUR arcfour_context arcfourContext; #endif #ifdef GNULIB_GC_DES gl_des_ctx desContext; #endif #ifdef GNULIB_GC_RIJNDAEL rijndaelKeyInstance aesEncKey; rijndaelKeyInstance aesDecKey; rijndaelCipherInstance aesContext; #endif } _gc_cipher_ctx; Gc_rc gc_cipher_open (Gc_cipher alg, Gc_cipher_mode mode, gc_cipher_handle * outhandle) { _gc_cipher_ctx *ctx; Gc_rc rc = GC_OK; ctx = calloc (sizeof (*ctx), 1); if (!ctx) return GC_MALLOC_ERROR; ctx->alg = alg; ctx->mode = mode; switch (alg) { #ifdef GNULIB_GC_ARCTWO case GC_ARCTWO40: switch (mode) { case GC_ECB: case GC_CBC: break; default: rc = GC_INVALID_CIPHER; } break; #endif #ifdef GNULIB_GC_ARCFOUR case GC_ARCFOUR128: case GC_ARCFOUR40: switch (mode) { case GC_STREAM: break; default: rc = GC_INVALID_CIPHER; } break; #endif #ifdef GNULIB_GC_DES case GC_DES: switch (mode) { case GC_ECB: break; default: rc = GC_INVALID_CIPHER; } break; #endif #ifdef GNULIB_GC_RIJNDAEL case GC_AES128: case GC_AES192: case GC_AES256: switch (mode) { case GC_ECB: case GC_CBC: break; default: rc = GC_INVALID_CIPHER; } break; #endif default: rc = GC_INVALID_CIPHER; } if (rc == GC_OK) *outhandle = ctx; else free (ctx); return rc; } Gc_rc gc_cipher_setkey (gc_cipher_handle handle, size_t keylen, const char *key) { _gc_cipher_ctx *ctx = handle; switch (ctx->alg) { #ifdef GNULIB_GC_ARCTWO case GC_ARCTWO40: arctwo_setkey (&ctx->arctwoContext, keylen, key); break; #endif #ifdef GNULIB_GC_ARCFOUR case GC_ARCFOUR128: case GC_ARCFOUR40: arcfour_setkey (&ctx->arcfourContext, key, keylen); break; #endif #ifdef GNULIB_GC_DES case GC_DES: if (keylen != 8) return GC_INVALID_CIPHER; gl_des_setkey (&ctx->desContext, key); break; #endif #ifdef GNULIB_GC_RIJNDAEL case GC_AES128: case GC_AES192: case GC_AES256: { rijndael_rc rc; size_t i; char keyMaterial[RIJNDAEL_MAX_KEY_SIZE + 1]; for (i = 0; i < keylen; i++) sprintf (&keyMaterial[2 * i], "%02x", key[i] & 0xFF); rc = rijndaelMakeKey (&ctx->aesEncKey, RIJNDAEL_DIR_ENCRYPT, keylen * 8, keyMaterial); if (rc < 0) return GC_INVALID_CIPHER; rc = rijndaelMakeKey (&ctx->aesDecKey, RIJNDAEL_DIR_DECRYPT, keylen * 8, keyMaterial); if (rc < 0) return GC_INVALID_CIPHER; rc = rijndaelCipherInit (&ctx->aesContext, RIJNDAEL_MODE_ECB, NULL); if (rc < 0) return GC_INVALID_CIPHER; } break; #endif default: return GC_INVALID_CIPHER; } return GC_OK; } Gc_rc gc_cipher_setiv (gc_cipher_handle handle, size_t ivlen, const char *iv) { _gc_cipher_ctx *ctx = handle; switch (ctx->alg) { #ifdef GNULIB_GC_ARCTWO case GC_ARCTWO40: if (ivlen != ARCTWO_BLOCK_SIZE) return GC_INVALID_CIPHER; memcpy (ctx->arctwoIV, iv, ivlen); break; #endif #ifdef GNULIB_GC_RIJNDAEL case GC_AES128: case GC_AES192: case GC_AES256: switch (ctx->mode) { case GC_ECB: /* Doesn't use IV. */ break; case GC_CBC: { rijndael_rc rc; size_t i; char ivMaterial[2 * RIJNDAEL_MAX_IV_SIZE + 1]; for (i = 0; i < ivlen; i++) sprintf (&ivMaterial[2 * i], "%02x", iv[i] & 0xFF); rc = rijndaelCipherInit (&ctx->aesContext, RIJNDAEL_MODE_CBC, ivMaterial); if (rc < 0) return GC_INVALID_CIPHER; } break; default: return GC_INVALID_CIPHER; } break; #endif default: return GC_INVALID_CIPHER; } return GC_OK; } Gc_rc gc_cipher_encrypt_inline (gc_cipher_handle handle, size_t len, char *data) { _gc_cipher_ctx *ctx = handle; switch (ctx->alg) { #ifdef GNULIB_GC_ARCTWO case GC_ARCTWO40: switch (ctx->mode) { case GC_ECB: arctwo_encrypt (&ctx->arctwoContext, data, data, len); break; case GC_CBC: for (; len >= ARCTWO_BLOCK_SIZE; len -= ARCTWO_BLOCK_SIZE, data += ARCTWO_BLOCK_SIZE) { size_t i; for (i = 0; i < ARCTWO_BLOCK_SIZE; i++) data[i] ^= ctx->arctwoIV[i]; arctwo_encrypt (&ctx->arctwoContext, data, data, ARCTWO_BLOCK_SIZE); memcpy (ctx->arctwoIV, data, ARCTWO_BLOCK_SIZE); } break; default: return GC_INVALID_CIPHER; } break; #endif #ifdef GNULIB_GC_ARCFOUR case GC_ARCFOUR128: case GC_ARCFOUR40: arcfour_stream (&ctx->arcfourContext, data, data, len); break; #endif #ifdef GNULIB_GC_DES case GC_DES: for (; len >= 8; len -= 8, data += 8) gl_des_ecb_encrypt (&ctx->desContext, data, data); break; #endif #ifdef GNULIB_GC_RIJNDAEL case GC_AES128: case GC_AES192: case GC_AES256: { int nblocks; nblocks = rijndaelBlockEncrypt (&ctx->aesContext, &ctx->aesEncKey, data, 8 * len, data); if (nblocks < 0) return GC_INVALID_CIPHER; } break; #endif default: return GC_INVALID_CIPHER; } return GC_OK; } Gc_rc gc_cipher_decrypt_inline (gc_cipher_handle handle, size_t len, char *data) { _gc_cipher_ctx *ctx = handle; switch (ctx->alg) { #ifdef GNULIB_GC_ARCTWO case GC_ARCTWO40: switch (ctx->mode) { case GC_ECB: arctwo_decrypt (&ctx->arctwoContext, data, data, len); break; case GC_CBC: for (; len >= ARCTWO_BLOCK_SIZE; len -= ARCTWO_BLOCK_SIZE, data += ARCTWO_BLOCK_SIZE) { char tmpIV[ARCTWO_BLOCK_SIZE]; size_t i; memcpy (tmpIV, data, ARCTWO_BLOCK_SIZE); arctwo_decrypt (&ctx->arctwoContext, data, data, ARCTWO_BLOCK_SIZE); for (i = 0; i < ARCTWO_BLOCK_SIZE; i++) data[i] ^= ctx->arctwoIV[i]; memcpy (ctx->arctwoIV, tmpIV, ARCTWO_BLOCK_SIZE); } break; default: return GC_INVALID_CIPHER; } break; #endif #ifdef GNULIB_GC_ARCFOUR case GC_ARCFOUR128: case GC_ARCFOUR40: arcfour_stream (&ctx->arcfourContext, data, data, len); break; #endif #ifdef GNULIB_GC_DES case GC_DES: for (; len >= 8; len -= 8, data += 8) gl_des_ecb_decrypt (&ctx->desContext, data, data); break; #endif #ifdef GNULIB_GC_RIJNDAEL case GC_AES128: case GC_AES192: case GC_AES256: { int nblocks; nblocks = rijndaelBlockDecrypt (&ctx->aesContext, &ctx->aesDecKey, data, 8 * len, data); if (nblocks < 0) return GC_INVALID_CIPHER; } break; #endif default: return GC_INVALID_CIPHER; } return GC_OK; } Gc_rc gc_cipher_close (gc_cipher_handle handle) { _gc_cipher_ctx *ctx = handle; free (ctx); return GC_OK; } /* Hashes. */ #define MAX_DIGEST_SIZE 20 typedef struct _gc_hash_ctx { Gc_hash alg; Gc_hash_mode mode; char hash[MAX_DIGEST_SIZE]; #ifdef GNULIB_GC_MD2 struct md2_ctx md2Context; #endif #ifdef GNULIB_GC_MD4 struct md4_ctx md4Context; #endif #ifdef GNULIB_GC_MD5 struct md5_ctx md5Context; #endif #ifdef GNULIB_GC_SHA1 struct sha1_ctx sha1Context; #endif } _gc_hash_ctx; Gc_rc gc_hash_open (Gc_hash hash, Gc_hash_mode mode, gc_hash_handle * outhandle) { _gc_hash_ctx *ctx; Gc_rc rc = GC_OK; ctx = calloc (sizeof (*ctx), 1); if (!ctx) return GC_MALLOC_ERROR; ctx->alg = hash; ctx->mode = mode; switch (hash) { #ifdef GNULIB_GC_MD2 case GC_MD2: md2_init_ctx (&ctx->md2Context); break; #endif #ifdef GNULIB_GC_MD4 case GC_MD4: md4_init_ctx (&ctx->md4Context); break; #endif #ifdef GNULIB_GC_MD5 case GC_MD5: md5_init_ctx (&ctx->md5Context); break; #endif #ifdef GNULIB_GC_SHA1 case GC_SHA1: sha1_init_ctx (&ctx->sha1Context); break; #endif default: rc = GC_INVALID_HASH; break; } switch (mode) { case 0: break; default: rc = GC_INVALID_HASH; break; } if (rc == GC_OK) *outhandle = ctx; else free (ctx); return rc; } Gc_rc gc_hash_clone (gc_hash_handle handle, gc_hash_handle * outhandle) { _gc_hash_ctx *in = handle; _gc_hash_ctx *out; *outhandle = out = calloc (sizeof (*out), 1); if (!out) return GC_MALLOC_ERROR; memcpy (out, in, sizeof (*out)); return GC_OK; } size_t gc_hash_digest_length (Gc_hash hash) { size_t len; switch (hash) { case GC_MD2: len = GC_MD2_DIGEST_SIZE; break; case GC_MD4: len = GC_MD4_DIGEST_SIZE; break; case GC_MD5: len = GC_MD5_DIGEST_SIZE; break; case GC_RMD160: len = GC_RMD160_DIGEST_SIZE; break; case GC_SHA1: len = GC_SHA1_DIGEST_SIZE; break; default: return 0; } return len; } void gc_hash_write (gc_hash_handle handle, size_t len, const char *data) { _gc_hash_ctx *ctx = handle; switch (ctx->alg) { #ifdef GNULIB_GC_MD2 case GC_MD2: md2_process_bytes (data, len, &ctx->md2Context); break; #endif #ifdef GNULIB_GC_MD4 case GC_MD4: md4_process_bytes (data, len, &ctx->md4Context); break; #endif #ifdef GNULIB_GC_MD5 case GC_MD5: md5_process_bytes (data, len, &ctx->md5Context); break; #endif #ifdef GNULIB_GC_SHA1 case GC_SHA1: sha1_process_bytes (data, len, &ctx->sha1Context); break; #endif default: break; } } const char * gc_hash_read (gc_hash_handle handle) { _gc_hash_ctx *ctx = handle; const char *ret = NULL; switch (ctx->alg) { #ifdef GNULIB_GC_MD2 case GC_MD2: md2_finish_ctx (&ctx->md2Context, ctx->hash); ret = ctx->hash; break; #endif #ifdef GNULIB_GC_MD4 case GC_MD4: md4_finish_ctx (&ctx->md4Context, ctx->hash); ret = ctx->hash; break; #endif #ifdef GNULIB_GC_MD5 case GC_MD5: md5_finish_ctx (&ctx->md5Context, ctx->hash); ret = ctx->hash; break; #endif #ifdef GNULIB_GC_SHA1 case GC_SHA1: sha1_finish_ctx (&ctx->sha1Context, ctx->hash); ret = ctx->hash; break; #endif default: return NULL; } return ret; } void gc_hash_close (gc_hash_handle handle) { _gc_hash_ctx *ctx = handle; free (ctx); } Gc_rc gc_hash_buffer (Gc_hash hash, const void *in, size_t inlen, char *resbuf) { switch (hash) { #ifdef GNULIB_GC_MD2 case GC_MD2: md2_buffer (in, inlen, resbuf); break; #endif #ifdef GNULIB_GC_MD4 case GC_MD4: md4_buffer (in, inlen, resbuf); break; #endif #ifdef GNULIB_GC_MD5 case GC_MD5: md5_buffer (in, inlen, resbuf); break; #endif #ifdef GNULIB_GC_SHA1 case GC_SHA1: sha1_buffer (in, inlen, resbuf); break; #endif default: return GC_INVALID_HASH; } return GC_OK; } #ifdef GNULIB_GC_MD2 Gc_rc gc_md2 (const void *in, size_t inlen, void *resbuf) { md2_buffer (in, inlen, resbuf); return GC_OK; } #endif #ifdef GNULIB_GC_MD4 Gc_rc gc_md4 (const void *in, size_t inlen, void *resbuf) { md4_buffer (in, inlen, resbuf); return GC_OK; } #endif #ifdef GNULIB_GC_MD5 Gc_rc gc_md5 (const void *in, size_t inlen, void *resbuf) { md5_buffer (in, inlen, resbuf); return GC_OK; } #endif #ifdef GNULIB_GC_SHA1 Gc_rc gc_sha1 (const void *in, size_t inlen, void *resbuf) { sha1_buffer (in, inlen, resbuf); return GC_OK; } #endif #ifdef GNULIB_GC_HMAC_MD5 Gc_rc gc_hmac_md5 (const void *key, size_t keylen, const void *in, size_t inlen, char *resbuf) { hmac_md5 (key, keylen, in, inlen, resbuf); return GC_OK; } #endif #ifdef GNULIB_GC_HMAC_SHA1 Gc_rc gc_hmac_sha1 (const void *key, size_t keylen, const void *in, size_t inlen, char *resbuf) { hmac_sha1 (key, keylen, in, inlen, resbuf); return GC_OK; } #endif gsasl-1.8.0/lib/gl/gc-pbkdf2-sha1.c0000664000000000000000000000535011746471770013450 00000000000000/* gc-pbkdf2-sha1.c --- Password-Based Key Derivation Function a'la PKCS#5 Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. */ #include #include "gc.h" #include #include /* Implement PKCS#5 PBKDF2 as per RFC 2898. The PRF to use is hard coded to be HMAC-SHA1. Inputs are the password P of length PLEN, the salt S of length SLEN, the iteration counter C (> 0), and the desired derived output length DKLEN. Output buffer is DK which must have room for at least DKLEN octets. The output buffer will be filled with the derived data. */ Gc_rc gc_pbkdf2_sha1 (const char *P, size_t Plen, const char *S, size_t Slen, unsigned int c, char *DK, size_t dkLen) { unsigned int hLen = 20; char U[20]; char T[20]; unsigned int u; unsigned int l; unsigned int r; unsigned int i; unsigned int k; int rc; char *tmp; size_t tmplen = Slen + 4; if (c == 0) return GC_PKCS5_INVALID_ITERATION_COUNT; if (dkLen == 0) return GC_PKCS5_INVALID_DERIVED_KEY_LENGTH; if (dkLen > 4294967295U) return GC_PKCS5_DERIVED_KEY_TOO_LONG; l = ((dkLen - 1) / hLen) + 1; r = dkLen - (l - 1) * hLen; tmp = malloc (tmplen); if (tmp == NULL) return GC_MALLOC_ERROR; memcpy (tmp, S, Slen); for (i = 1; i <= l; i++) { memset (T, 0, hLen); for (u = 1; u <= c; u++) { if (u == 1) { tmp[Slen + 0] = (i & 0xff000000) >> 24; tmp[Slen + 1] = (i & 0x00ff0000) >> 16; tmp[Slen + 2] = (i & 0x0000ff00) >> 8; tmp[Slen + 3] = (i & 0x000000ff) >> 0; rc = gc_hmac_sha1 (P, Plen, tmp, tmplen, U); } else rc = gc_hmac_sha1 (P, Plen, U, hLen, U); if (rc != GC_OK) { free (tmp); return rc; } for (k = 0; k < hLen; k++) T[k] ^= U[k]; } memcpy (DK + (i - 1) * hLen, T, i == l ? r : hLen); } free (tmp); return GC_OK; } gsasl-1.8.0/lib/gl/verify.h0000664000000000000000000002267711746471770012403 00000000000000/* Compile-time assert-like macros. Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ #ifndef _GL_VERIFY_H # define _GL_VERIFY_H /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11. This is supported by GCC 4.6.0 and later, in C mode, and its use here generates easier-to-read diagnostics when verify (R) fails. Define _GL_HAVE_STATIC_ASSERT to 1 if static_assert works as per C++11. This will likely be supported by future GCC versions, in C++ mode. Use this only with GCC. If we were willing to slow 'configure' down we could also use it with other compilers, but since this affects only the quality of diagnostics, why bother? */ # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus # define _GL_HAVE__STATIC_ASSERT 1 # endif /* The condition (99 < __GNUC__) is temporary, until we know about the first G++ release that supports static_assert. */ # if (99 < __GNUC__) && defined __cplusplus # define _GL_HAVE_STATIC_ASSERT 1 # endif /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. If _Static_assert works, verify (R) uses it directly. Similarly, _GL_VERIFY_TRUE works by packaging a _Static_assert inside a struct that is an operand of sizeof. The code below uses several ideas for C++ compilers, and for C compilers that do not support _Static_assert: * The first step is ((R) ? 1 : -1). Given an expression R, of integral or boolean or floating-point type, this yields an expression of integral type, whose value is later verified to be constant and nonnegative. * Next this expression W is wrapped in a type struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: W; }. If W is negative, this yields a compile-time error. No compiler can deal with a bit-field of negative size. One might think that an array size check would have the same effect, that is, that the type struct { unsigned int dummy[W]; } would work as well. However, inside a function, some compilers (such as C++ compilers and GNU C) allow local parameters and variables inside array size expressions. With these compilers, an array size check would not properly diagnose this misuse of the verify macro: void function (int n) { verify (n < 0); } * For the verify macro, the struct _gl_verify_type will need to somehow be embedded into a declaration. To be portable, this declaration must declare an object, a constant, a function, or a typedef name. If the declared entity uses the type directly, such as in struct dummy {...}; typedef struct {...} dummy; extern struct {...} *dummy; extern void dummy (struct {...} *); extern struct {...} *dummy (void); two uses of the verify macro would yield colliding declarations if the entity names are not disambiguated. A workaround is to attach the current line number to the entity name: #define _GL_CONCAT0(x, y) x##y #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) extern struct {...} * _GL_CONCAT (dummy, __LINE__); But this has the problem that two invocations of verify from within the same macro would collide, since the __LINE__ value would be the same for both invocations. (The GCC __COUNTER__ macro solves this problem, but is not portable.) A solution is to use the sizeof operator. It yields a number, getting rid of the identity of the type. Declarations like extern int dummy [sizeof (struct {...})]; extern void dummy (int [sizeof (struct {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; can be repeated. * Should the implementation use a named struct or an unnamed struct? Which of the following alternatives can be used? extern int dummy [sizeof (struct {...})]; extern int dummy [sizeof (struct _gl_verify_type {...})]; extern void dummy (int [sizeof (struct {...})]); extern void dummy (int [sizeof (struct _gl_verify_type {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; extern int (*dummy (void)) [sizeof (struct _gl_verify_type {...})]; In the second and sixth case, the struct type is exported to the outer scope; two such declarations therefore collide. GCC warns about the first, third, and fourth cases. So the only remaining possibility is the fifth case: extern int (*dummy (void)) [sizeof (struct {...})]; * GCC warns about duplicate declarations of the dummy function if -Wredundant_decls is used. GCC 4.3 and later have a builtin __COUNTER__ macro that can let us generate unique identifiers for each dummy function, to suppress this warning. * This implementation exploits the fact that older versions of GCC, which do not support _Static_assert, also do not warn about the last declaration mentioned above. * In C++, any struct definition inside sizeof is invalid. Use a template type to work around the problem. */ /* Concatenate two preprocessor tokens. */ # define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) # define _GL_CONCAT0(x, y) x##y /* _GL_COUNTER is an integer, preferably one that changes each time we use it. Use __COUNTER__ if it works, falling back on __LINE__ otherwise. __LINE__ isn't perfect, but it's better than a constant. */ # if defined __COUNTER__ && __COUNTER__ != __COUNTER__ # define _GL_COUNTER __COUNTER__ # else # define _GL_COUNTER __LINE__ # endif /* Generate a symbol with the given prefix, making it unique if possible. */ # define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER) /* Verify requirement R at compile-time, as an integer constant expression that returns 1. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. */ # define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) # ifdef __cplusplus # if !GNULIB_defined_struct__gl_verify_type template struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: w; }; # define GNULIB_defined_struct__gl_verify_type 1 # endif # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ _gl_verify_type<(R) ? 1 : -1> # elif defined _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { \ _Static_assert (R, DIAGNOSTIC); \ int _gl_dummy; \ } # else # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } # endif /* Verify requirement R at compile-time, as a declaration without a trailing ';'. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. Unfortunately, unlike C11, this implementation must appear as an ordinary declaration, and cannot appear inside struct { ... }. */ # ifdef _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY _Static_assert # else # define _GL_VERIFY(R, DIAGNOSTIC) \ extern int (*_GL_GENSYM (_gl_verify_function) (void)) \ [_GL_VERIFY_TRUE (R, DIAGNOSTIC)] # endif /* _GL_STATIC_ASSERT_H is defined if this code is copied into assert.h. */ # ifdef _GL_STATIC_ASSERT_H # if !defined _GL_HAVE__STATIC_ASSERT && !defined _Static_assert # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) # endif # if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert # define static_assert _Static_assert /* C11 requires this #define. */ # endif # endif /* @assert.h omit start@ */ /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. There are two macros, since no single macro can be used in all contexts in C. verify_true (R) is for scalar contexts, including integer constant expression contexts. verify (R) is for declaration contexts, e.g., the top level. */ /* Verify requirement R at compile-time, as an integer constant expression. Return 1. This is equivalent to verify_expr (R, 1). verify_true is obsolescent; please use verify_expr instead. */ # define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") /* Verify requirement R at compile-time. Return the value of the expression E. */ # define verify_expr(R, E) \ (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E)) /* Verify requirement R at compile-time, as a declaration without a trailing ';'. */ # define verify(R) _GL_VERIFY (R, "verify (" #R ")") /* @assert.h omit end@ */ #endif gsasl-1.8.0/lib/gl/asprintf.c0000664000000000000000000000213011746471770012676 00000000000000/* Formatted output to strings. Copyright (C) 1999, 2002, 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #include /* Specification. */ #ifdef IN_LIBASPRINTF # include "vasprintf.h" #else # include #endif #include int asprintf (char **resultp, const char *format, ...) { va_list args; int result; va_start (args, format); result = vasprintf (resultp, format, args); va_end (args); return result; } gsasl-1.8.0/lib/gl/base64.c0000664000000000000000000004555411746471770012155 00000000000000/* base64.c -- Encode binary data using printable characters. Copyright (C) 1999-2001, 2004-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. Partially adapted from GNU MailUtils * (mailbox/filter_trans.c, as of 2004-11-28). Improved by review * from Paul Eggert, Bruno Haible, and Stepan Kasal. * * See also RFC 4648 . * * Be careful with error checking. Here is how you would typically * use these functions: * * bool ok = base64_decode_alloc (in, inlen, &out, &outlen); * if (!ok) * FAIL: input was not valid base64 * if (out == NULL) * FAIL: memory allocation error * OK: data in OUT/OUTLEN * * size_t outlen = base64_encode_alloc (in, inlen, &out); * if (out == NULL && outlen == 0 && inlen != 0) * FAIL: input too long * if (out == NULL) * FAIL: memory allocation error * OK: data in OUT/OUTLEN. * */ #include /* Get prototype. */ #include "base64.h" /* Get malloc. */ #include /* Get UCHAR_MAX. */ #include #include /* C89 compliant way to cast 'char' to 'unsigned char'. */ static inline unsigned char to_uchar (char ch) { return ch; } /* Base64 encode IN array of size INLEN into OUT array of size OUTLEN. If OUTLEN is less than BASE64_LENGTH(INLEN), write as many bytes as possible. If OUTLEN is larger than BASE64_LENGTH(INLEN), also zero terminate the output buffer. */ void base64_encode (const char *restrict in, size_t inlen, char *restrict out, size_t outlen) { static const char b64str[64] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; while (inlen && outlen) { *out++ = b64str[(to_uchar (in[0]) >> 2) & 0x3f]; if (!--outlen) break; *out++ = b64str[((to_uchar (in[0]) << 4) + (--inlen ? to_uchar (in[1]) >> 4 : 0)) & 0x3f]; if (!--outlen) break; *out++ = (inlen ? b64str[((to_uchar (in[1]) << 2) + (--inlen ? to_uchar (in[2]) >> 6 : 0)) & 0x3f] : '='); if (!--outlen) break; *out++ = inlen ? b64str[to_uchar (in[2]) & 0x3f] : '='; if (!--outlen) break; if (inlen) inlen--; if (inlen) in += 3; } if (outlen) *out = '\0'; } /* Allocate a buffer and store zero terminated base64 encoded data from array IN of size INLEN, returning BASE64_LENGTH(INLEN), i.e., the length of the encoded data, excluding the terminating zero. On return, the OUT variable will hold a pointer to newly allocated memory that must be deallocated by the caller. If output string length would overflow, 0 is returned and OUT is set to NULL. If memory allocation failed, OUT is set to NULL, and the return value indicates length of the requested memory block, i.e., BASE64_LENGTH(inlen) + 1. */ size_t base64_encode_alloc (const char *in, size_t inlen, char **out) { size_t outlen = 1 + BASE64_LENGTH (inlen); /* Check for overflow in outlen computation. * * If there is no overflow, outlen >= inlen. * * If the operation (inlen + 2) overflows then it yields at most +1, so * outlen is 0. * * If the multiplication overflows, we lose at least half of the * correct value, so the result is < ((inlen + 2) / 3) * 2, which is * less than (inlen + 2) * 0.66667, which is less than inlen as soon as * (inlen > 4). */ if (inlen > outlen) { *out = NULL; return 0; } *out = malloc (outlen); if (!*out) return outlen; base64_encode (in, inlen, *out, outlen); return outlen - 1; } /* With this approach this file works independent of the charset used (think EBCDIC). However, it does assume that the characters in the Base64 alphabet (A-Za-z0-9+/) are encoded in 0..255. POSIX 1003.1-2001 require that char and unsigned char are 8-bit quantities, though, taking care of that problem. But this may be a potential problem on non-POSIX C99 platforms. IBM C V6 for AIX mishandles "#define B64(x) ...'x'...", so use "_" as the formal parameter rather than "x". */ #define B64(_) \ ((_) == 'A' ? 0 \ : (_) == 'B' ? 1 \ : (_) == 'C' ? 2 \ : (_) == 'D' ? 3 \ : (_) == 'E' ? 4 \ : (_) == 'F' ? 5 \ : (_) == 'G' ? 6 \ : (_) == 'H' ? 7 \ : (_) == 'I' ? 8 \ : (_) == 'J' ? 9 \ : (_) == 'K' ? 10 \ : (_) == 'L' ? 11 \ : (_) == 'M' ? 12 \ : (_) == 'N' ? 13 \ : (_) == 'O' ? 14 \ : (_) == 'P' ? 15 \ : (_) == 'Q' ? 16 \ : (_) == 'R' ? 17 \ : (_) == 'S' ? 18 \ : (_) == 'T' ? 19 \ : (_) == 'U' ? 20 \ : (_) == 'V' ? 21 \ : (_) == 'W' ? 22 \ : (_) == 'X' ? 23 \ : (_) == 'Y' ? 24 \ : (_) == 'Z' ? 25 \ : (_) == 'a' ? 26 \ : (_) == 'b' ? 27 \ : (_) == 'c' ? 28 \ : (_) == 'd' ? 29 \ : (_) == 'e' ? 30 \ : (_) == 'f' ? 31 \ : (_) == 'g' ? 32 \ : (_) == 'h' ? 33 \ : (_) == 'i' ? 34 \ : (_) == 'j' ? 35 \ : (_) == 'k' ? 36 \ : (_) == 'l' ? 37 \ : (_) == 'm' ? 38 \ : (_) == 'n' ? 39 \ : (_) == 'o' ? 40 \ : (_) == 'p' ? 41 \ : (_) == 'q' ? 42 \ : (_) == 'r' ? 43 \ : (_) == 's' ? 44 \ : (_) == 't' ? 45 \ : (_) == 'u' ? 46 \ : (_) == 'v' ? 47 \ : (_) == 'w' ? 48 \ : (_) == 'x' ? 49 \ : (_) == 'y' ? 50 \ : (_) == 'z' ? 51 \ : (_) == '0' ? 52 \ : (_) == '1' ? 53 \ : (_) == '2' ? 54 \ : (_) == '3' ? 55 \ : (_) == '4' ? 56 \ : (_) == '5' ? 57 \ : (_) == '6' ? 58 \ : (_) == '7' ? 59 \ : (_) == '8' ? 60 \ : (_) == '9' ? 61 \ : (_) == '+' ? 62 \ : (_) == '/' ? 63 \ : -1) static const signed char b64[0x100] = { B64 (0), B64 (1), B64 (2), B64 (3), B64 (4), B64 (5), B64 (6), B64 (7), B64 (8), B64 (9), B64 (10), B64 (11), B64 (12), B64 (13), B64 (14), B64 (15), B64 (16), B64 (17), B64 (18), B64 (19), B64 (20), B64 (21), B64 (22), B64 (23), B64 (24), B64 (25), B64 (26), B64 (27), B64 (28), B64 (29), B64 (30), B64 (31), B64 (32), B64 (33), B64 (34), B64 (35), B64 (36), B64 (37), B64 (38), B64 (39), B64 (40), B64 (41), B64 (42), B64 (43), B64 (44), B64 (45), B64 (46), B64 (47), B64 (48), B64 (49), B64 (50), B64 (51), B64 (52), B64 (53), B64 (54), B64 (55), B64 (56), B64 (57), B64 (58), B64 (59), B64 (60), B64 (61), B64 (62), B64 (63), B64 (64), B64 (65), B64 (66), B64 (67), B64 (68), B64 (69), B64 (70), B64 (71), B64 (72), B64 (73), B64 (74), B64 (75), B64 (76), B64 (77), B64 (78), B64 (79), B64 (80), B64 (81), B64 (82), B64 (83), B64 (84), B64 (85), B64 (86), B64 (87), B64 (88), B64 (89), B64 (90), B64 (91), B64 (92), B64 (93), B64 (94), B64 (95), B64 (96), B64 (97), B64 (98), B64 (99), B64 (100), B64 (101), B64 (102), B64 (103), B64 (104), B64 (105), B64 (106), B64 (107), B64 (108), B64 (109), B64 (110), B64 (111), B64 (112), B64 (113), B64 (114), B64 (115), B64 (116), B64 (117), B64 (118), B64 (119), B64 (120), B64 (121), B64 (122), B64 (123), B64 (124), B64 (125), B64 (126), B64 (127), B64 (128), B64 (129), B64 (130), B64 (131), B64 (132), B64 (133), B64 (134), B64 (135), B64 (136), B64 (137), B64 (138), B64 (139), B64 (140), B64 (141), B64 (142), B64 (143), B64 (144), B64 (145), B64 (146), B64 (147), B64 (148), B64 (149), B64 (150), B64 (151), B64 (152), B64 (153), B64 (154), B64 (155), B64 (156), B64 (157), B64 (158), B64 (159), B64 (160), B64 (161), B64 (162), B64 (163), B64 (164), B64 (165), B64 (166), B64 (167), B64 (168), B64 (169), B64 (170), B64 (171), B64 (172), B64 (173), B64 (174), B64 (175), B64 (176), B64 (177), B64 (178), B64 (179), B64 (180), B64 (181), B64 (182), B64 (183), B64 (184), B64 (185), B64 (186), B64 (187), B64 (188), B64 (189), B64 (190), B64 (191), B64 (192), B64 (193), B64 (194), B64 (195), B64 (196), B64 (197), B64 (198), B64 (199), B64 (200), B64 (201), B64 (202), B64 (203), B64 (204), B64 (205), B64 (206), B64 (207), B64 (208), B64 (209), B64 (210), B64 (211), B64 (212), B64 (213), B64 (214), B64 (215), B64 (216), B64 (217), B64 (218), B64 (219), B64 (220), B64 (221), B64 (222), B64 (223), B64 (224), B64 (225), B64 (226), B64 (227), B64 (228), B64 (229), B64 (230), B64 (231), B64 (232), B64 (233), B64 (234), B64 (235), B64 (236), B64 (237), B64 (238), B64 (239), B64 (240), B64 (241), B64 (242), B64 (243), B64 (244), B64 (245), B64 (246), B64 (247), B64 (248), B64 (249), B64 (250), B64 (251), B64 (252), B64 (253), B64 (254), B64 (255) }; #if UCHAR_MAX == 255 # define uchar_in_range(c) true #else # define uchar_in_range(c) ((c) <= 255) #endif /* Return true if CH is a character from the Base64 alphabet, and false otherwise. Note that '=' is padding and not considered to be part of the alphabet. */ bool isbase64 (char ch) { return uchar_in_range (to_uchar (ch)) && 0 <= b64[to_uchar (ch)]; } /* Initialize decode-context buffer, CTX. */ void base64_decode_ctx_init (struct base64_decode_context *ctx) { ctx->i = 0; } /* If CTX->i is 0 or 4, there are four or more bytes in [*IN..IN_END), and none of those four is a newline, then return *IN. Otherwise, copy up to 4 - CTX->i non-newline bytes from that range into CTX->buf, starting at index CTX->i and setting CTX->i to reflect the number of bytes copied, and return CTX->buf. In either case, advance *IN to point to the byte after the last one processed, and set *N_NON_NEWLINE to the number of verified non-newline bytes accessible through the returned pointer. */ static inline char * get_4 (struct base64_decode_context *ctx, char const *restrict *in, char const *restrict in_end, size_t *n_non_newline) { if (ctx->i == 4) ctx->i = 0; if (ctx->i == 0) { char const *t = *in; if (4 <= in_end - *in && memchr (t, '\n', 4) == NULL) { /* This is the common case: no newline. */ *in += 4; *n_non_newline = 4; return (char *) t; } } { /* Copy non-newline bytes into BUF. */ char const *p = *in; while (p < in_end) { char c = *p++; if (c != '\n') { ctx->buf[ctx->i++] = c; if (ctx->i == 4) break; } } *in = p; *n_non_newline = ctx->i; return ctx->buf; } } #define return_false \ do \ { \ *outp = out; \ return false; \ } \ while (false) /* Decode up to four bytes of base64-encoded data, IN, of length INLEN into the output buffer, *OUT, of size *OUTLEN bytes. Return true if decoding is successful, false otherwise. If *OUTLEN is too small, as many bytes as possible are written to *OUT. On return, advance *OUT to point to the byte after the last one written, and decrement *OUTLEN to reflect the number of bytes remaining in *OUT. */ static inline bool decode_4 (char const *restrict in, size_t inlen, char *restrict *outp, size_t *outleft) { char *out = *outp; if (inlen < 2) return false; if (!isbase64 (in[0]) || !isbase64 (in[1])) return false; if (*outleft) { *out++ = ((b64[to_uchar (in[0])] << 2) | (b64[to_uchar (in[1])] >> 4)); --*outleft; } if (inlen == 2) return_false; if (in[2] == '=') { if (inlen != 4) return_false; if (in[3] != '=') return_false; } else { if (!isbase64 (in[2])) return_false; if (*outleft) { *out++ = (((b64[to_uchar (in[1])] << 4) & 0xf0) | (b64[to_uchar (in[2])] >> 2)); --*outleft; } if (inlen == 3) return_false; if (in[3] == '=') { if (inlen != 4) return_false; } else { if (!isbase64 (in[3])) return_false; if (*outleft) { *out++ = (((b64[to_uchar (in[2])] << 6) & 0xc0) | b64[to_uchar (in[3])]); --*outleft; } } } *outp = out; return true; } /* Decode base64-encoded input array IN of length INLEN to output array OUT that can hold *OUTLEN bytes. The input data may be interspersed with newlines. Return true if decoding was successful, i.e. if the input was valid base64 data, false otherwise. If *OUTLEN is too small, as many bytes as possible will be written to OUT. On return, *OUTLEN holds the length of decoded bytes in OUT. Note that as soon as any non-alphabet, non-newline character is encountered, decoding is stopped and false is returned. If INLEN is zero, then process only whatever data is stored in CTX. Initially, CTX must have been initialized via base64_decode_ctx_init. Subsequent calls to this function must reuse whatever state is recorded in that buffer. It is necessary for when a quadruple of base64 input bytes spans two input buffers. If CTX is NULL then newlines are treated as garbage and the input buffer is processed as a unit. */ bool base64_decode_ctx (struct base64_decode_context *ctx, const char *restrict in, size_t inlen, char *restrict out, size_t *outlen) { size_t outleft = *outlen; bool ignore_newlines = ctx != NULL; bool flush_ctx = false; unsigned int ctx_i = 0; if (ignore_newlines) { ctx_i = ctx->i; flush_ctx = inlen == 0; } while (true) { size_t outleft_save = outleft; if (ctx_i == 0 && !flush_ctx) { while (true) { /* Save a copy of outleft, in case we need to re-parse this block of four bytes. */ outleft_save = outleft; if (!decode_4 (in, inlen, &out, &outleft)) break; in += 4; inlen -= 4; } } if (inlen == 0 && !flush_ctx) break; /* Handle the common case of 72-byte wrapped lines. This also handles any other multiple-of-4-byte wrapping. */ if (inlen && *in == '\n' && ignore_newlines) { ++in; --inlen; continue; } /* Restore OUT and OUTLEFT. */ out -= outleft_save - outleft; outleft = outleft_save; { char const *in_end = in + inlen; char const *non_nl; if (ignore_newlines) non_nl = get_4 (ctx, &in, in_end, &inlen); else non_nl = in; /* Might have nl in this case. */ /* If the input is empty or consists solely of newlines (0 non-newlines), then we're done. Likewise if there are fewer than 4 bytes when not flushing context and not treating newlines as garbage. */ if (inlen == 0 || (inlen < 4 && !flush_ctx && ignore_newlines)) { inlen = 0; break; } if (!decode_4 (non_nl, inlen, &out, &outleft)) break; inlen = in_end - in; } } *outlen -= outleft; return inlen == 0; } /* Allocate an output buffer in *OUT, and decode the base64 encoded data stored in IN of size INLEN to the *OUT buffer. On return, the size of the decoded data is stored in *OUTLEN. OUTLEN may be NULL, if the caller is not interested in the decoded length. *OUT may be NULL to indicate an out of memory error, in which case *OUTLEN contains the size of the memory block needed. The function returns true on successful decoding and memory allocation errors. (Use the *OUT and *OUTLEN parameters to differentiate between successful decoding and memory error.) The function returns false if the input was invalid, in which case *OUT is NULL and *OUTLEN is undefined. */ bool base64_decode_alloc_ctx (struct base64_decode_context *ctx, const char *in, size_t inlen, char **out, size_t *outlen) { /* This may allocate a few bytes too many, depending on input, but it's not worth the extra CPU time to compute the exact size. The exact size is 3 * (inlen + (ctx ? ctx->i : 0)) / 4, minus 1 if the input ends with "=" and minus another 1 if the input ends with "==". Dividing before multiplying avoids the possibility of overflow. */ size_t needlen = 3 * (inlen / 4) + 3; *out = malloc (needlen); if (!*out) return true; if (!base64_decode_ctx (ctx, in, inlen, *out, &needlen)) { free (*out); *out = NULL; return false; } if (outlen) *outlen = needlen; return true; } gsasl-1.8.0/lib/gl/getdelim.c0000664000000000000000000000707311746471770012655 00000000000000/* getdelim.c --- Implementation of replacement getdelim function. Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Ported from glibc by Simon Josefsson. */ #include /* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc optimizes away the lineptr == NULL || n == NULL || fp == NULL tests below. */ #define _GL_ARG_NONNULL(params) #include #include #include #include #include #ifndef SSIZE_MAX # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) #endif #if USE_UNLOCKED_IO # include "unlocked-io.h" # define getc_maybe_unlocked(fp) getc(fp) #elif !HAVE_FLOCKFILE || !HAVE_FUNLOCKFILE || !HAVE_DECL_GETC_UNLOCKED # undef flockfile # undef funlockfile # define flockfile(x) ((void) 0) # define funlockfile(x) ((void) 0) # define getc_maybe_unlocked(fp) getc(fp) #else # define getc_maybe_unlocked(fp) getc_unlocked(fp) #endif /* Read up to (and including) a DELIMITER from FP into *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *N characters of space. It is realloc'ed as necessary. Returns the number of characters read (not including the null terminator), or -1 on error or EOF. */ ssize_t getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) { ssize_t result; size_t cur_len = 0; if (lineptr == NULL || n == NULL || fp == NULL) { errno = EINVAL; return -1; } flockfile (fp); if (*lineptr == NULL || *n == 0) { char *new_lineptr; *n = 120; new_lineptr = (char *) realloc (*lineptr, *n); if (new_lineptr == NULL) { result = -1; goto unlock_return; } *lineptr = new_lineptr; } for (;;) { int i; i = getc_maybe_unlocked (fp); if (i == EOF) { result = -1; break; } /* Make enough space for len+1 (for final NUL) bytes. */ if (cur_len + 1 >= *n) { size_t needed_max = SSIZE_MAX < SIZE_MAX ? (size_t) SSIZE_MAX + 1 : SIZE_MAX; size_t needed = 2 * *n + 1; /* Be generous. */ char *new_lineptr; if (needed_max < needed) needed = needed_max; if (cur_len + 1 >= needed) { result = -1; errno = EOVERFLOW; goto unlock_return; } new_lineptr = (char *) realloc (*lineptr, needed); if (new_lineptr == NULL) { result = -1; goto unlock_return; } *lineptr = new_lineptr; *n = needed; } (*lineptr)[cur_len] = i; cur_len++; if (i == delimiter) break; } (*lineptr)[cur_len] = '\0'; result = cur_len ? cur_len : result; unlock_return: funlockfile (fp); /* doesn't set errno */ return result; } gsasl-1.8.0/lib/gl/hmac.h0000664000000000000000000000303211746471770011767 00000000000000/* hmac.h -- hashed message authentication codes Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. */ #ifndef HMAC_H # define HMAC_H 1 #include /* Compute Hashed Message Authentication Code with MD5, as described in RFC 2104, over BUFFER data of BUFLEN bytes using the KEY of KEYLEN bytes, writing the output to pre-allocated 16 byte minimum RESBUF buffer. Return 0 on success. */ int hmac_md5 (const void *key, size_t keylen, const void *buffer, size_t buflen, void *resbuf); /* Compute Hashed Message Authentication Code with SHA-1, over BUFFER data of BUFLEN bytes using the KEY of KEYLEN bytes, writing the output to pre-allocated 20 byte minimum RESBUF buffer. Return 0 on success. */ int hmac_sha1 (const void *key, size_t keylen, const void *in, size_t inlen, void *resbuf); #endif /* HMAC_H */ gsasl-1.8.0/lib/gl/strnlen.c0000664000000000000000000000221311746471770012537 00000000000000/* Find the length of STRING, but scan at most MAXLEN characters. Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #include #include /* Find the length of STRING, but scan at most MAXLEN characters. If no '\0' terminator is found in that many characters, return MAXLEN. */ size_t strnlen (const char *string, size_t maxlen) { const char *end = memchr (string, '\0', maxlen); return end ? (size_t) (end - string) : maxlen; } gsasl-1.8.0/lib/gl/stdlib.in.h0000664000000000000000000007666111746471770012767 00000000000000/* A GNU-like . Copyright (C) 1995, 2001-2004, 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_malloc_and_calloc /* Special invocation convention inside glibc header files. */ #@INCLUDE_NEXT@ @NEXT_STDLIB_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_STDLIB_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDLIB_H@ #ifndef _@GUARD_PREFIX@_STDLIB_H #define _@GUARD_PREFIX@_STDLIB_H /* NetBSD 5.0 mis-defines NULL. */ #include /* MirBSD 10 defines WEXITSTATUS in , not in . */ #if @GNULIB_SYSTEM_POSIX@ && !defined WEXITSTATUS # include #endif /* Solaris declares getloadavg() in . */ #if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@ # include #endif /* Native Windows platforms declare mktemp() in . */ #if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include #endif #if @GNULIB_RANDOM_R@ /* OSF/1 5.1 declares 'struct random_data' in , which is included from if _REENTRANT is defined. Include it whenever we need 'struct random_data'. */ # if @HAVE_RANDOM_H@ # include # endif # if !@HAVE_STRUCT_RANDOM_DATA@ || @REPLACE_RANDOM_R@ || !@HAVE_RANDOM_R@ # include # endif # if !@HAVE_STRUCT_RANDOM_DATA@ /* Define 'struct random_data'. But allow multiple gnulib generated replacements to coexist. */ # if !GNULIB_defined_struct_random_data struct random_data { int32_t *fptr; /* Front pointer. */ int32_t *rptr; /* Rear pointer. */ int32_t *state; /* Array of state values. */ int rand_type; /* Type of random number generator. */ int rand_deg; /* Degree of random number generator. */ int rand_sep; /* Distance between front and rear. */ int32_t *end_ptr; /* Pointer behind state table. */ }; # define GNULIB_defined_struct_random_data 1 # endif # endif #endif #if (@GNULIB_MKSTEMP@ || @GNULIB_MKSTEMPS@ || @GNULIB_GETSUBOPT@ || defined GNULIB_POSIXCHECK) && ! defined __GLIBC__ && !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) /* On MacOS X 10.3, only declares mkstemp. */ /* On MacOS X 10.5, only declares mkstemps. */ /* On Cygwin 1.7.1, only declares getsubopt. */ /* But avoid namespace pollution on glibc systems and native Windows. */ # include #endif /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The definition of _Noreturn is copied here. */ /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Some systems do not define EXIT_*, despite otherwise supporting C89. */ #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 #endif /* Tandem/NSK and other platforms that define EXIT_FAILURE as -1 interfere with proper operation of xargs. */ #ifndef EXIT_FAILURE # define EXIT_FAILURE 1 #elif EXIT_FAILURE != 1 # undef EXIT_FAILURE # define EXIT_FAILURE 1 #endif #if @GNULIB__EXIT@ /* Terminate the current process with the given return code, without running the 'atexit' handlers. */ # if !@HAVE__EXIT@ _GL_FUNCDECL_SYS (_Exit, _Noreturn void, (int status)); # endif _GL_CXXALIAS_SYS (_Exit, void, (int status)); _GL_CXXALIASWARN (_Exit); #elif defined GNULIB_POSIXCHECK # undef _Exit # if HAVE_RAW_DECL__EXIT _GL_WARN_ON_USE (_Exit, "_Exit is unportable - " "use gnulib module _Exit for portability"); # endif #endif #if @GNULIB_ATOLL@ /* Parse a signed decimal integer. Returns the value of the integer. Errors are not detected. */ # if !@HAVE_ATOLL@ _GL_FUNCDECL_SYS (atoll, long long, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); _GL_CXXALIASWARN (atoll); #elif defined GNULIB_POSIXCHECK # undef atoll # if HAVE_RAW_DECL_ATOLL _GL_WARN_ON_USE (atoll, "atoll is unportable - " "use gnulib module atoll for portability"); # endif #endif #if @GNULIB_CALLOC_POSIX@ # if @REPLACE_CALLOC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef calloc # define calloc rpl_calloc # endif _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size)); _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); # else _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); # endif _GL_CXXALIASWARN (calloc); #elif defined GNULIB_POSIXCHECK # undef calloc /* Assume calloc is always declared. */ _GL_WARN_ON_USE (calloc, "calloc is not POSIX compliant everywhere - " "use gnulib module calloc-posix for portability"); #endif #if @GNULIB_CANONICALIZE_FILE_NAME@ # if @REPLACE_CANONICALIZE_FILE_NAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define canonicalize_file_name rpl_canonicalize_file_name # endif _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name)); # else # if !@HAVE_CANONICALIZE_FILE_NAME@ _GL_FUNCDECL_SYS (canonicalize_file_name, char *, (const char *name) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name)); # endif _GL_CXXALIASWARN (canonicalize_file_name); #elif defined GNULIB_POSIXCHECK # undef canonicalize_file_name # if HAVE_RAW_DECL_CANONICALIZE_FILE_NAME _GL_WARN_ON_USE (canonicalize_file_name, "canonicalize_file_name is unportable - " "use gnulib module canonicalize-lgpl for portability"); # endif #endif #if @GNULIB_GETLOADAVG@ /* Store max(NELEM,3) load average numbers in LOADAVG[]. The three numbers are the load average of the last 1 minute, the last 5 minutes, and the last 15 minutes, respectively. LOADAVG is an array of NELEM numbers. */ # if !@HAVE_DECL_GETLOADAVG@ _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem)); _GL_CXXALIASWARN (getloadavg); #elif defined GNULIB_POSIXCHECK # undef getloadavg # if HAVE_RAW_DECL_GETLOADAVG _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - " "use gnulib module getloadavg for portability"); # endif #endif #if @GNULIB_GETSUBOPT@ /* Assuming *OPTIONP is a comma separated list of elements of the form "token" or "token=value", getsubopt parses the first of these elements. If the first element refers to a "token" that is member of the given NULL-terminated array of tokens: - It replaces the comma with a NUL byte, updates *OPTIONP to point past the first option and the comma, sets *VALUEP to the value of the element (or NULL if it doesn't contain an "=" sign), - It returns the index of the "token" in the given array of tokens. Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. For more details see the POSIX:2001 specification. http://www.opengroup.org/susv3xsh/getsubopt.html */ # if !@HAVE_GETSUBOPT@ _GL_FUNCDECL_SYS (getsubopt, int, (char **optionp, char *const *tokens, char **valuep) _GL_ARG_NONNULL ((1, 2, 3))); # endif _GL_CXXALIAS_SYS (getsubopt, int, (char **optionp, char *const *tokens, char **valuep)); _GL_CXXALIASWARN (getsubopt); #elif defined GNULIB_POSIXCHECK # undef getsubopt # if HAVE_RAW_DECL_GETSUBOPT _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - " "use gnulib module getsubopt for portability"); # endif #endif #if @GNULIB_GRANTPT@ /* Change the ownership and access permission of the slave side of the pseudo-terminal whose master side is specified by FD. */ # if !@HAVE_GRANTPT@ _GL_FUNCDECL_SYS (grantpt, int, (int fd)); # endif _GL_CXXALIAS_SYS (grantpt, int, (int fd)); _GL_CXXALIASWARN (grantpt); #elif defined GNULIB_POSIXCHECK # undef grantpt # if HAVE_RAW_DECL_GRANTPT _GL_WARN_ON_USE (grantpt, "grantpt is not portable - " "use gnulib module grantpt for portability"); # endif #endif /* If _GL_USE_STDLIB_ALLOC is nonzero, the including module does not rely on GNU or POSIX semantics for malloc and realloc (for example, by never specifying a zero size), so it does not need malloc or realloc to be redefined. */ #if @GNULIB_MALLOC_POSIX@ # if @REPLACE_MALLOC@ # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ || _GL_USE_STDLIB_ALLOC) # undef malloc # define malloc rpl_malloc # endif _GL_FUNCDECL_RPL (malloc, void *, (size_t size)); _GL_CXXALIAS_RPL (malloc, void *, (size_t size)); # else _GL_CXXALIAS_SYS (malloc, void *, (size_t size)); # endif _GL_CXXALIASWARN (malloc); #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC # undef malloc /* Assume malloc is always declared. */ _GL_WARN_ON_USE (malloc, "malloc is not POSIX compliant everywhere - " "use gnulib module malloc-posix for portability"); #endif /* Convert a multibyte character to a wide character. */ #if @GNULIB_MBTOWC@ # if @REPLACE_MBTOWC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbtowc # define mbtowc rpl_mbtowc # endif _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); # else _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); # endif _GL_CXXALIASWARN (mbtowc); #endif #if @GNULIB_MKDTEMP@ /* Create a unique temporary directory from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the directory name unique. Returns TEMPLATE, or a null pointer if it cannot get a unique name. The directory is created mode 700. */ # if !@HAVE_MKDTEMP@ _GL_FUNCDECL_SYS (mkdtemp, char *, (char * /*template*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/)); _GL_CXXALIASWARN (mkdtemp); #elif defined GNULIB_POSIXCHECK # undef mkdtemp # if HAVE_RAW_DECL_MKDTEMP _GL_WARN_ON_USE (mkdtemp, "mkdtemp is unportable - " "use gnulib module mkdtemp for portability"); # endif #endif #if @GNULIB_MKOSTEMP@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the file name unique. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). The file is then created, with the specified flags, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKOSTEMP@ _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)); _GL_CXXALIASWARN (mkostemp); #elif defined GNULIB_POSIXCHECK # undef mkostemp # if HAVE_RAW_DECL_MKOSTEMP _GL_WARN_ON_USE (mkostemp, "mkostemp is unportable - " "use gnulib module mkostemp for portability"); # endif #endif #if @GNULIB_MKOSTEMPS@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE before a suffix of length SUFFIXLEN must be "XXXXXX"; they are replaced with a string that makes the file name unique. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). The file is then created, with the specified flags, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKOSTEMPS@ _GL_FUNCDECL_SYS (mkostemps, int, (char * /*template*/, int /*suffixlen*/, int /*flags*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkostemps, int, (char * /*template*/, int /*suffixlen*/, int /*flags*/)); _GL_CXXALIASWARN (mkostemps); #elif defined GNULIB_POSIXCHECK # undef mkostemps # if HAVE_RAW_DECL_MKOSTEMPS _GL_WARN_ON_USE (mkostemps, "mkostemps is unportable - " "use gnulib module mkostemps for portability"); # endif #endif #if @GNULIB_MKSTEMP@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the file name unique. The file is then created, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if @REPLACE_MKSTEMP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mkstemp rpl_mkstemp # endif _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/)); # else # if ! @HAVE_MKSTEMP@ _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/)); # endif _GL_CXXALIASWARN (mkstemp); #elif defined GNULIB_POSIXCHECK # undef mkstemp # if HAVE_RAW_DECL_MKSTEMP _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - " "use gnulib module mkstemp for portability"); # endif #endif #if @GNULIB_MKSTEMPS@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE prior to a suffix of length SUFFIXLEN must be "XXXXXX"; they are replaced with a string that makes the file name unique. The file is then created, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKSTEMPS@ _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)); _GL_CXXALIASWARN (mkstemps); #elif defined GNULIB_POSIXCHECK # undef mkstemps # if HAVE_RAW_DECL_MKSTEMPS _GL_WARN_ON_USE (mkstemps, "mkstemps is unportable - " "use gnulib module mkstemps for portability"); # endif #endif #if @GNULIB_POSIX_OPENPT@ /* Return an FD open to the master side of a pseudo-terminal. Flags should include O_RDWR, and may also include O_NOCTTY. */ # if !@HAVE_POSIX_OPENPT@ _GL_FUNCDECL_SYS (posix_openpt, int, (int flags)); # endif _GL_CXXALIAS_SYS (posix_openpt, int, (int flags)); _GL_CXXALIASWARN (posix_openpt); #elif defined GNULIB_POSIXCHECK # undef posix_openpt # if HAVE_RAW_DECL_POSIX_OPENPT _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - " "use gnulib module posix_openpt for portability"); # endif #endif #if @GNULIB_PTSNAME@ /* Return the pathname of the pseudo-terminal slave associated with the master FD is open on, or NULL on errors. */ # if !@HAVE_PTSNAME@ _GL_FUNCDECL_SYS (ptsname, char *, (int fd)); # endif _GL_CXXALIAS_SYS (ptsname, char *, (int fd)); _GL_CXXALIASWARN (ptsname); #elif defined GNULIB_POSIXCHECK # undef ptsname # if HAVE_RAW_DECL_PTSNAME _GL_WARN_ON_USE (ptsname, "ptsname is not portable - " "use gnulib module ptsname for portability"); # endif #endif #if @GNULIB_PTSNAME_R@ /* Set the pathname of the pseudo-terminal slave associated with the master FD is open on and return 0, or set errno and return non-zero on errors. */ # if @REPLACE_PTSNAME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ptsname_r # define ptsname_r rpl_ptsname_r # endif _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); # else # if !@HAVE_PTSNAME_R@ _GL_FUNCDECL_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); # endif _GL_CXXALIAS_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); # endif _GL_CXXALIASWARN (ptsname_r); #elif defined GNULIB_POSIXCHECK # undef ptsname_r # if HAVE_RAW_DECL_PTSNAME_R _GL_WARN_ON_USE (ptsname_r, "ptsname_r is not portable - " "use gnulib module ptsname_r for portability"); # endif #endif #if @GNULIB_PUTENV@ # if @REPLACE_PUTENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putenv # define putenv rpl_putenv # endif _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (putenv, int, (char *string)); # else _GL_CXXALIAS_SYS (putenv, int, (char *string)); # endif _GL_CXXALIASWARN (putenv); #endif #if @GNULIB_RANDOM_R@ # if !@HAVE_RANDOM_R@ # ifndef RAND_MAX # define RAND_MAX 2147483647 # endif # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (random, long, (void)); # endif _GL_CXXALIAS_SYS (random, long, (void)); _GL_CXXALIASWARN (random); #elif defined GNULIB_POSIXCHECK # undef random # if HAVE_RAW_DECL_RANDOM _GL_WARN_ON_USE (random, "random is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed)); # endif _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed)); _GL_CXXALIASWARN (srandom); #elif defined GNULIB_POSIXCHECK # undef srandom # if HAVE_RAW_DECL_SRANDOM _GL_WARN_ON_USE (srandom, "srandom is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (initstate, char *, (unsigned int seed, char *buf, size_t buf_size) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (initstate, char *, (unsigned int seed, char *buf, size_t buf_size)); _GL_CXXALIASWARN (initstate); #elif defined GNULIB_POSIXCHECK # undef initstate # if HAVE_RAW_DECL_INITSTATE_R _GL_WARN_ON_USE (initstate, "initstate is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (setstate, char *, (char *arg_state) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (setstate, char *, (char *arg_state)); _GL_CXXALIASWARN (setstate); #elif defined GNULIB_POSIXCHECK # undef setstate # if HAVE_RAW_DECL_SETSTATE_R _GL_WARN_ON_USE (setstate, "setstate is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef random_r # define random_r rpl_random_r # endif _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (random_r, int, (struct random_data *buf, int32_t *result)); # endif _GL_CXXALIASWARN (random_r); #elif defined GNULIB_POSIXCHECK # undef random_r # if HAVE_RAW_DECL_RANDOM_R _GL_WARN_ON_USE (random_r, "random_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef srandom_r # define srandom_r rpl_srandom_r # endif _GL_FUNCDECL_RPL (srandom_r, int, (unsigned int seed, struct random_data *rand_state) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (srandom_r, int, (unsigned int seed, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (srandom_r, int, (unsigned int seed, struct random_data *rand_state) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (srandom_r, int, (unsigned int seed, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (srandom_r); #elif defined GNULIB_POSIXCHECK # undef srandom_r # if HAVE_RAW_DECL_SRANDOM_R _GL_WARN_ON_USE (srandom_r, "srandom_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef initstate_r # define initstate_r rpl_initstate_r # endif _GL_FUNCDECL_RPL (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (initstate_r); #elif defined GNULIB_POSIXCHECK # undef initstate_r # if HAVE_RAW_DECL_INITSTATE_R _GL_WARN_ON_USE (initstate_r, "initstate_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setstate_r # define setstate_r rpl_setstate_r # endif _GL_FUNCDECL_RPL (setstate_r, int, (char *arg_state, struct random_data *rand_state) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (setstate_r, int, (char *arg_state, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (setstate_r, int, (char *arg_state, struct random_data *rand_state) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (setstate_r, int, (char *arg_state, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (setstate_r); #elif defined GNULIB_POSIXCHECK # undef setstate_r # if HAVE_RAW_DECL_SETSTATE_R _GL_WARN_ON_USE (setstate_r, "setstate_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_REALLOC_POSIX@ # if @REPLACE_REALLOC@ # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ || _GL_USE_STDLIB_ALLOC) # undef realloc # define realloc rpl_realloc # endif _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size)); _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size)); # else _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size)); # endif _GL_CXXALIASWARN (realloc); #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC # undef realloc /* Assume realloc is always declared. */ _GL_WARN_ON_USE (realloc, "realloc is not POSIX compliant everywhere - " "use gnulib module realloc-posix for portability"); #endif #if @GNULIB_REALPATH@ # if @REPLACE_REALPATH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define realpath rpl_realpath # endif _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); # else # if !@HAVE_REALPATH@ _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); # endif _GL_CXXALIASWARN (realpath); #elif defined GNULIB_POSIXCHECK # undef realpath # if HAVE_RAW_DECL_REALPATH _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module " "canonicalize or canonicalize-lgpl for portability"); # endif #endif #if @GNULIB_RPMATCH@ /* Test a user response to a question. Return 1 if it is affirmative, 0 if it is negative, or -1 if not clear. */ # if !@HAVE_RPMATCH@ _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (rpmatch, int, (const char *response)); _GL_CXXALIASWARN (rpmatch); #elif defined GNULIB_POSIXCHECK # undef rpmatch # if HAVE_RAW_DECL_RPMATCH _GL_WARN_ON_USE (rpmatch, "rpmatch is unportable - " "use gnulib module rpmatch for portability"); # endif #endif #if @GNULIB_SETENV@ /* Set NAME to VALUE in the environment. If REPLACE is nonzero, overwrite an existing value. */ # if @REPLACE_SETENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setenv # define setenv rpl_setenv # endif _GL_FUNCDECL_RPL (setenv, int, (const char *name, const char *value, int replace) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (setenv, int, (const char *name, const char *value, int replace)); # else # if !@HAVE_DECL_SETENV@ _GL_FUNCDECL_SYS (setenv, int, (const char *name, const char *value, int replace) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (setenv, int, (const char *name, const char *value, int replace)); # endif # if !(@REPLACE_SETENV@ && !@HAVE_DECL_SETENV@) _GL_CXXALIASWARN (setenv); # endif #elif defined GNULIB_POSIXCHECK # undef setenv # if HAVE_RAW_DECL_SETENV _GL_WARN_ON_USE (setenv, "setenv is unportable - " "use gnulib module setenv for portability"); # endif #endif #if @GNULIB_STRTOD@ /* Parse a double from STRING, updating ENDP if appropriate. */ # if @REPLACE_STRTOD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strtod rpl_strtod # endif _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp)); # else # if !@HAVE_STRTOD@ _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp)); # endif _GL_CXXALIASWARN (strtod); #elif defined GNULIB_POSIXCHECK # undef strtod # if HAVE_RAW_DECL_STRTOD _GL_WARN_ON_USE (strtod, "strtod is unportable - " "use gnulib module strtod for portability"); # endif #endif #if @GNULIB_STRTOLL@ /* Parse a signed integer whose textual representation starts at STRING. The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, it may be decimal or octal (with prefix "0") or hexadecimal (with prefix "0x"). If ENDPTR is not NULL, the address of the first byte after the integer is stored in *ENDPTR. Upon overflow, the return value is LLONG_MAX or LLONG_MIN, and errno is set to ERANGE. */ # if !@HAVE_STRTOLL@ _GL_FUNCDECL_SYS (strtoll, long long, (const char *string, char **endptr, int base) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoll, long long, (const char *string, char **endptr, int base)); _GL_CXXALIASWARN (strtoll); #elif defined GNULIB_POSIXCHECK # undef strtoll # if HAVE_RAW_DECL_STRTOLL _GL_WARN_ON_USE (strtoll, "strtoll is unportable - " "use gnulib module strtoll for portability"); # endif #endif #if @GNULIB_STRTOULL@ /* Parse an unsigned integer whose textual representation starts at STRING. The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, it may be decimal or octal (with prefix "0") or hexadecimal (with prefix "0x"). If ENDPTR is not NULL, the address of the first byte after the integer is stored in *ENDPTR. Upon overflow, the return value is ULLONG_MAX, and errno is set to ERANGE. */ # if !@HAVE_STRTOULL@ _GL_FUNCDECL_SYS (strtoull, unsigned long long, (const char *string, char **endptr, int base) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoull, unsigned long long, (const char *string, char **endptr, int base)); _GL_CXXALIASWARN (strtoull); #elif defined GNULIB_POSIXCHECK # undef strtoull # if HAVE_RAW_DECL_STRTOULL _GL_WARN_ON_USE (strtoull, "strtoull is unportable - " "use gnulib module strtoull for portability"); # endif #endif #if @GNULIB_UNLOCKPT@ /* Unlock the slave side of the pseudo-terminal whose master side is specified by FD, so that it can be opened. */ # if !@HAVE_UNLOCKPT@ _GL_FUNCDECL_SYS (unlockpt, int, (int fd)); # endif _GL_CXXALIAS_SYS (unlockpt, int, (int fd)); _GL_CXXALIASWARN (unlockpt); #elif defined GNULIB_POSIXCHECK # undef unlockpt # if HAVE_RAW_DECL_UNLOCKPT _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - " "use gnulib module unlockpt for portability"); # endif #endif #if @GNULIB_UNSETENV@ /* Remove the variable NAME from the environment. */ # if @REPLACE_UNSETENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unsetenv # define unsetenv rpl_unsetenv # endif _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (unsetenv, int, (const char *name)); # else # if !@HAVE_DECL_UNSETENV@ _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (unsetenv, int, (const char *name)); # endif # if !(@REPLACE_UNSETENV@ && !@HAVE_DECL_UNSETENV@) _GL_CXXALIASWARN (unsetenv); # endif #elif defined GNULIB_POSIXCHECK # undef unsetenv # if HAVE_RAW_DECL_UNSETENV _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - " "use gnulib module unsetenv for portability"); # endif #endif /* Convert a wide character to a multibyte character. */ #if @GNULIB_WCTOMB@ # if @REPLACE_WCTOMB@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wctomb # define wctomb rpl_wctomb # endif _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); # else _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); # endif _GL_CXXALIASWARN (wctomb); #endif #endif /* _@GUARD_PREFIX@_STDLIB_H */ #endif /* _@GUARD_PREFIX@_STDLIB_H */ #endif gsasl-1.8.0/lib/gl/unistd.in.h0000664000000000000000000014612711754207050012772 00000000000000/* Substitute for and wrapper around . Copyright (C) 2003-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* Special invocation convention: - On mingw, several headers, including , include , but we need to ensure that both the system and are completely included before we replace gethostname. */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ \ && !defined _GL_WINSOCK2_H_WITNESS && defined _WINSOCK2_H /* is being indirectly included for the first time from ; avoid declaring any overrides. */ # if @HAVE_UNISTD_H@ # @INCLUDE_NEXT@ @NEXT_UNISTD_H@ # else # error unexpected; report this to bug-gnulib@gnu.org # endif # define _GL_WINSOCK2_H_WITNESS /* Normal invocation. */ #elif !defined _@GUARD_PREFIX@_UNISTD_H /* The include_next requires a split double-inclusion guard. */ #if @HAVE_UNISTD_H@ # @INCLUDE_NEXT@ @NEXT_UNISTD_H@ #endif /* Get all possible declarations of gethostname(). */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ \ && !defined _GL_INCLUDING_WINSOCK2_H # define _GL_INCLUDING_WINSOCK2_H # include # undef _GL_INCLUDING_WINSOCK2_H #endif #if !defined _@GUARD_PREFIX@_UNISTD_H && !defined _GL_INCLUDING_WINSOCK2_H #define _@GUARD_PREFIX@_UNISTD_H /* NetBSD 5.0 mis-defines NULL. Also get size_t. */ #include /* mingw doesn't define the SEEK_* or *_FILENO macros in . */ /* Cygwin 1.7.1 declares symlinkat in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if (!(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET) \ || ((@GNULIB_SYMLINKAT@ || defined GNULIB_POSIXCHECK) \ && defined __CYGWIN__)) \ && ! defined __GLIBC__ # include #endif /* Cygwin 1.7.1 declares unlinkat in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if (@GNULIB_UNLINKAT@ || defined GNULIB_POSIXCHECK) && defined __CYGWIN__ \ && ! defined __GLIBC__ # include #endif /* mingw fails to declare _exit in . */ /* mingw, MSVC, BeOS, Haiku declare environ in , not in . */ /* Solaris declares getcwd not only in but also in . */ /* But avoid namespace pollution on glibc systems. */ #ifndef __GLIBC__ # include #endif /* Native Windows platforms declare chdir, getcwd, rmdir in and/or , not in . They also declare access(), chmod(), close(), dup(), dup2(), isatty(), lseek(), read(), unlink(), write() in . */ #if ((@GNULIB_CHDIR@ || @GNULIB_GETCWD@ || @GNULIB_RMDIR@ \ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) # include /* mingw32, mingw64 */ # include /* mingw64, MSVC 9 */ #elif (@GNULIB_CLOSE@ || @GNULIB_DUP@ || @GNULIB_DUP2@ || @GNULIB_ISATTY@ \ || @GNULIB_LSEEK@ || @GNULIB_READ@ || @GNULIB_UNLINK@ || @GNULIB_WRITE@ \ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include #endif /* AIX and OSF/1 5.1 declare getdomainname in , not in . NonStop Kernel declares gethostname in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if ((@GNULIB_GETDOMAINNAME@ && (defined _AIX || defined __osf__)) \ || (@GNULIB_GETHOSTNAME@ && defined __TANDEM)) \ && !defined __GLIBC__ # include #endif /* MSVC defines off_t in . May also define off_t to a 64-bit type on native Windows. */ #if !@HAVE_UNISTD_H@ || @WINDOWS_64_BIT_OFF_T@ /* Get off_t. */ # include #endif #if (@GNULIB_READ@ || @GNULIB_WRITE@ \ || @GNULIB_READLINK@ || @GNULIB_READLINKAT@ \ || @GNULIB_PREAD@ || @GNULIB_PWRITE@ || defined GNULIB_POSIXCHECK) /* Get ssize_t. */ # include #endif /* Get getopt(), optarg, optind, opterr, optopt. But avoid namespace pollution on glibc systems. */ #if @GNULIB_UNISTD_H_GETOPT@ && !defined __GLIBC__ && !defined _GL_SYSTEM_GETOPT # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Hide some function declarations from . */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ # if !defined _@GUARD_PREFIX@_SYS_SOCKET_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef socket # define socket socket_used_without_including_sys_socket_h # undef connect # define connect connect_used_without_including_sys_socket_h # undef accept # define accept accept_used_without_including_sys_socket_h # undef bind # define bind bind_used_without_including_sys_socket_h # undef getpeername # define getpeername getpeername_used_without_including_sys_socket_h # undef getsockname # define getsockname getsockname_used_without_including_sys_socket_h # undef getsockopt # define getsockopt getsockopt_used_without_including_sys_socket_h # undef listen # define listen listen_used_without_including_sys_socket_h # undef recv # define recv recv_used_without_including_sys_socket_h # undef send # define send send_used_without_including_sys_socket_h # undef recvfrom # define recvfrom recvfrom_used_without_including_sys_socket_h # undef sendto # define sendto sendto_used_without_including_sys_socket_h # undef setsockopt # define setsockopt setsockopt_used_without_including_sys_socket_h # undef shutdown # define shutdown shutdown_used_without_including_sys_socket_h # else _GL_WARN_ON_USE (socket, "socket() used without including "); _GL_WARN_ON_USE (connect, "connect() used without including "); _GL_WARN_ON_USE (accept, "accept() used without including "); _GL_WARN_ON_USE (bind, "bind() used without including "); _GL_WARN_ON_USE (getpeername, "getpeername() used without including "); _GL_WARN_ON_USE (getsockname, "getsockname() used without including "); _GL_WARN_ON_USE (getsockopt, "getsockopt() used without including "); _GL_WARN_ON_USE (listen, "listen() used without including "); _GL_WARN_ON_USE (recv, "recv() used without including "); _GL_WARN_ON_USE (send, "send() used without including "); _GL_WARN_ON_USE (recvfrom, "recvfrom() used without including "); _GL_WARN_ON_USE (sendto, "sendto() used without including "); _GL_WARN_ON_USE (setsockopt, "setsockopt() used without including "); _GL_WARN_ON_USE (shutdown, "shutdown() used without including "); # endif # endif # if !defined _@GUARD_PREFIX@_SYS_SELECT_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef select # define select select_used_without_including_sys_select_h # else _GL_WARN_ON_USE (select, "select() used without including "); # endif # endif #endif /* OS/2 EMX lacks these macros. */ #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif #ifndef STDOUT_FILENO # define STDOUT_FILENO 1 #endif #ifndef STDERR_FILENO # define STDERR_FILENO 2 #endif /* Ensure *_OK macros exist. */ #ifndef F_OK # define F_OK 0 # define X_OK 1 # define W_OK 2 # define R_OK 4 #endif /* Declare overridden functions. */ #if defined GNULIB_POSIXCHECK /* The access() function is a security risk. */ _GL_WARN_ON_USE (access, "the access function is a security risk - " "use the gnulib module faccessat instead"); #endif #if @GNULIB_CHDIR@ _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); _GL_CXXALIASWARN (chdir); #elif defined GNULIB_POSIXCHECK # undef chdir # if HAVE_RAW_DECL_CHDIR _GL_WARN_ON_USE (chown, "chdir is not always in - " "use gnulib module chdir for portability"); # endif #endif #if @GNULIB_CHOWN@ /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE to GID (if GID is not -1). Follow symbolic links. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_DUP2@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dup2 rpl_dup2 # endif _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd)); _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd)); # else # if !@HAVE_DUP2@ _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd)); # endif _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd)); # endif _GL_CXXALIASWARN (dup2); #elif defined GNULIB_POSIXCHECK # undef dup2 # if HAVE_RAW_DECL_DUP2 _GL_WARN_ON_USE (dup2, "dup2 is unportable - " "use gnulib module dup2 for portability"); # endif #endif #if @GNULIB_DUP3@ /* Copy the file descriptor OLDFD into file descriptor NEWFD, with the specified flags. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). Close NEWFD first if it is open. Return newfd if successful, otherwise -1 and errno set. See the Linux man page at . */ # if @HAVE_DUP3@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dup3 rpl_dup3 # endif _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags)); _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); # else _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags)); _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); # endif _GL_CXXALIASWARN (dup3); #elif defined GNULIB_POSIXCHECK # undef dup3 # if HAVE_RAW_DECL_DUP3 _GL_WARN_ON_USE (dup3, "dup3 is unportable - " "use gnulib module dup3 for portability"); # endif #endif #if @GNULIB_ENVIRON@ # if !@HAVE_DECL_ENVIRON@ /* Set of environment variables and values. An array of strings of the form "VARIABLE=VALUE", terminated with a NULL. */ # if defined __APPLE__ && defined __MACH__ # include # define environ (*_NSGetEnviron ()) # else # ifdef __cplusplus extern "C" { # endif extern char **environ; # ifdef __cplusplus } # endif # endif # endif #elif defined GNULIB_POSIXCHECK # if HAVE_RAW_DECL_ENVIRON static inline char *** rpl_environ (void) { return &environ; } _GL_WARN_ON_USE (rpl_environ, "environ is unportable - " "use gnulib module environ for portability"); # undef environ # define environ (*rpl_environ ()) # endif #endif #if @GNULIB_EUIDACCESS@ /* Like access(), except that it uses the effective user id and group id of the current process. */ # if !@HAVE_EUIDACCESS@ _GL_FUNCDECL_SYS (euidaccess, int, (const char *filename, int mode) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode)); _GL_CXXALIASWARN (euidaccess); # if defined GNULIB_POSIXCHECK /* Like access(), this function is a security risk. */ _GL_WARN_ON_USE (euidaccess, "the euidaccess function is a security risk - " "use the gnulib module faccessat instead"); # endif #elif defined GNULIB_POSIXCHECK # undef euidaccess # if HAVE_RAW_DECL_EUIDACCESS _GL_WARN_ON_USE (euidaccess, "euidaccess is unportable - " "use gnulib module euidaccess for portability"); # endif #endif #if @GNULIB_FACCESSAT@ # if !@HAVE_FACCESSAT@ _GL_FUNCDECL_SYS (faccessat, int, (int fd, char const *file, int mode, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (faccessat, int, (int fd, char const *file, int mode, int flag)); _GL_CXXALIASWARN (faccessat); #elif defined GNULIB_POSIXCHECK # undef faccessat # if HAVE_RAW_DECL_FACCESSAT _GL_WARN_ON_USE (faccessat, "faccessat is not portable - " "use gnulib module faccessat for portability"); # endif #endif #if @GNULIB_FCHDIR@ /* Change the process' current working directory to the directory on which the given file descriptor is open. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if ! @HAVE_FCHDIR@ _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); /* Gnulib internal hooks needed to maintain the fchdir metadata. */ _GL_EXTERN_C int _gl_register_fd (int fd, const char *filename) _GL_ARG_NONNULL ((2)); _GL_EXTERN_C void _gl_unregister_fd (int fd); _GL_EXTERN_C int _gl_register_dup (int oldfd, int newfd); _GL_EXTERN_C const char *_gl_directory_name (int fd); # else # if !@HAVE_DECL_FCHDIR@ _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); # endif # endif _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); _GL_CXXALIASWARN (fchdir); #elif defined GNULIB_POSIXCHECK # undef fchdir # if HAVE_RAW_DECL_FCHDIR _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " "use gnulib module fchdir for portability"); # endif #endif #if @GNULIB_FCHOWNAT@ # if @REPLACE_FCHOWNAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fchownat # define fchownat rpl_fchownat # endif _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag)); # else # if !@HAVE_FCHOWNAT@ _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag)); # endif _GL_CXXALIASWARN (fchownat); #elif defined GNULIB_POSIXCHECK # undef fchownat # if HAVE_RAW_DECL_FCHOWNAT _GL_WARN_ON_USE (fchownat, "fchownat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_FDATASYNC@ /* Synchronize changes to a file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification . */ # if !@HAVE_FDATASYNC@ || !@HAVE_DECL_FDATASYNC@ _GL_FUNCDECL_SYS (fdatasync, int, (int fd)); # endif _GL_CXXALIAS_SYS (fdatasync, int, (int fd)); _GL_CXXALIASWARN (fdatasync); #elif defined GNULIB_POSIXCHECK # undef fdatasync # if HAVE_RAW_DECL_FDATASYNC _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - " "use gnulib module fdatasync for portability"); # endif #endif #if @GNULIB_FSYNC@ /* Synchronize changes, including metadata, to a file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification . */ # if !@HAVE_FSYNC@ _GL_FUNCDECL_SYS (fsync, int, (int fd)); # endif _GL_CXXALIAS_SYS (fsync, int, (int fd)); _GL_CXXALIASWARN (fsync); #elif defined GNULIB_POSIXCHECK # undef fsync # if HAVE_RAW_DECL_FSYNC _GL_WARN_ON_USE (fsync, "fsync is unportable - " "use gnulib module fsync for portability"); # endif #endif #if @GNULIB_FTRUNCATE@ /* Change the size of the file to which FD is opened to become equal to LENGTH. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_FTRUNCATE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftruncate # define ftruncate rpl_ftruncate # endif _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length)); _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length)); # else # if !@HAVE_FTRUNCATE@ _GL_FUNCDECL_SYS (ftruncate, int, (int fd, off_t length)); # endif _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length)); # endif _GL_CXXALIASWARN (ftruncate); #elif defined GNULIB_POSIXCHECK # undef ftruncate # if HAVE_RAW_DECL_FTRUNCATE _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - " "use gnulib module ftruncate for portability"); # endif #endif #if @GNULIB_GETCWD@ /* Get the name of the current working directory, and put it in SIZE bytes of BUF. Return BUF if successful, or NULL if the directory couldn't be determined or SIZE was too small. See the POSIX:2008 specification . Additionally, the gnulib module 'getcwd' guarantees the following GNU extension: If BUF is NULL, an array is allocated with 'malloc'; the array is SIZE bytes long, unless SIZE == 0, in which case it is as big as necessary. */ # if @REPLACE_GETCWD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getcwd rpl_getcwd # endif _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size)); _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size)); # else /* Need to cast, because on mingw, the second parameter is int size. */ _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size)); # endif _GL_CXXALIASWARN (getcwd); #elif defined GNULIB_POSIXCHECK # undef getcwd # if HAVE_RAW_DECL_GETCWD _GL_WARN_ON_USE (getcwd, "getcwd is unportable - " "use gnulib module getcwd for portability"); # endif #endif #if @GNULIB_GETDOMAINNAME@ /* Return the NIS domain name of the machine. WARNING! The NIS domain name is unrelated to the fully qualified host name of the machine. It is also unrelated to email addresses. WARNING! The NIS domain name is usually the empty string or "(none)" when not using NIS. Put up to LEN bytes of the NIS domain name into NAME. Null terminate it if the name is shorter than LEN. If the NIS domain name is longer than LEN, set errno = EINVAL and return -1. Return 0 if successful, otherwise set errno and return -1. */ # if @REPLACE_GETDOMAINNAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getdomainname # define getdomainname rpl_getdomainname # endif _GL_FUNCDECL_RPL (getdomainname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (getdomainname, int, (char *name, size_t len)); # else # if !@HAVE_DECL_GETDOMAINNAME@ _GL_FUNCDECL_SYS (getdomainname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (getdomainname, int, (char *name, size_t len)); # endif _GL_CXXALIASWARN (getdomainname); #elif defined GNULIB_POSIXCHECK # undef getdomainname # if HAVE_RAW_DECL_GETDOMAINNAME _GL_WARN_ON_USE (getdomainname, "getdomainname is unportable - " "use gnulib module getdomainname for portability"); # endif #endif #if @GNULIB_GETDTABLESIZE@ /* Return the maximum number of file descriptors in the current process. In POSIX, this is same as sysconf (_SC_OPEN_MAX). */ # if !@HAVE_GETDTABLESIZE@ _GL_FUNCDECL_SYS (getdtablesize, int, (void)); # endif _GL_CXXALIAS_SYS (getdtablesize, int, (void)); _GL_CXXALIASWARN (getdtablesize); #elif defined GNULIB_POSIXCHECK # undef getdtablesize # if HAVE_RAW_DECL_GETDTABLESIZE _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - " "use gnulib module getdtablesize for portability"); # endif #endif #if @GNULIB_GETGROUPS@ /* Return the supplemental groups that the current process belongs to. It is unspecified whether the effective group id is in the list. If N is 0, return the group count; otherwise, N describes how many entries are available in GROUPS. Return -1 and set errno if N is not 0 and not large enough. Fails with ENOSYS on some systems. */ # if @REPLACE_GETGROUPS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getgroups # define getgroups rpl_getgroups # endif _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); # else # if !@HAVE_GETGROUPS@ _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); # endif _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); # endif _GL_CXXALIASWARN (getgroups); #elif defined GNULIB_POSIXCHECK # undef getgroups # if HAVE_RAW_DECL_GETGROUPS _GL_WARN_ON_USE (getgroups, "getgroups is unportable - " "use gnulib module getgroups for portability"); # endif #endif #if @GNULIB_GETHOSTNAME@ /* Return the standard host name of the machine. WARNING! The host name may or may not be fully qualified. Put up to LEN bytes of the host name into NAME. Null terminate it if the name is shorter than LEN. If the host name is longer than LEN, set errno = EINVAL and return -1. Return 0 if successful, otherwise set errno and return -1. */ # if @UNISTD_H_HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gethostname # define gethostname rpl_gethostname # endif _GL_FUNCDECL_RPL (gethostname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (gethostname, int, (char *name, size_t len)); # else # if !@HAVE_GETHOSTNAME@ _GL_FUNCDECL_SYS (gethostname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 10 and OSF/1 5.1 systems, the second parameter is int len. */ _GL_CXXALIAS_SYS_CAST (gethostname, int, (char *name, size_t len)); # endif _GL_CXXALIASWARN (gethostname); #elif @UNISTD_H_HAVE_WINSOCK2_H@ # undef gethostname # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname #elif defined GNULIB_POSIXCHECK # undef gethostname # if HAVE_RAW_DECL_GETHOSTNAME _GL_WARN_ON_USE (gethostname, "gethostname is unportable - " "use gnulib module gethostname for portability"); # endif #endif #if @GNULIB_GETLOGIN@ /* Returns the user's login name, or NULL if it cannot be found. Upon error, returns NULL with errno set. See . Most programs don't need to use this function, because the information is available through environment variables: ${LOGNAME-$USER} on Unix platforms, $USERNAME on native Windows platforms. */ # if !@HAVE_GETLOGIN@ _GL_FUNCDECL_SYS (getlogin, char *, (void)); # endif _GL_CXXALIAS_SYS (getlogin, char *, (void)); _GL_CXXALIASWARN (getlogin); #elif defined GNULIB_POSIXCHECK # undef getlogin # if HAVE_RAW_DECL_GETLOGIN _GL_WARN_ON_USE (getlogin, "getlogin is unportable - " "use gnulib module getlogin for portability"); # endif #endif #if @GNULIB_GETLOGIN_R@ /* Copies the user's login name to NAME. The array pointed to by NAME has room for SIZE bytes. Returns 0 if successful. Upon error, an error number is returned, or -1 in the case that the login name cannot be found but no specific error is provided (this case is hopefully rare but is left open by the POSIX spec). See . Most programs don't need to use this function, because the information is available through environment variables: ${LOGNAME-$USER} on Unix platforms, $USERNAME on native Windows platforms. */ # if @REPLACE_GETLOGIN_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getlogin_r rpl_getlogin_r # endif _GL_FUNCDECL_RPL (getlogin_r, int, (char *name, size_t size) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (getlogin_r, int, (char *name, size_t size)); # else # if !@HAVE_DECL_GETLOGIN_R@ _GL_FUNCDECL_SYS (getlogin_r, int, (char *name, size_t size) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 10 systems, the second argument is int size. */ _GL_CXXALIAS_SYS_CAST (getlogin_r, int, (char *name, size_t size)); # endif _GL_CXXALIASWARN (getlogin_r); #elif defined GNULIB_POSIXCHECK # undef getlogin_r # if HAVE_RAW_DECL_GETLOGIN_R _GL_WARN_ON_USE (getlogin_r, "getlogin_r is unportable - " "use gnulib module getlogin_r for portability"); # endif #endif #if @GNULIB_GETPAGESIZE@ # if @REPLACE_GETPAGESIZE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getpagesize rpl_getpagesize # endif _GL_FUNCDECL_RPL (getpagesize, int, (void)); _GL_CXXALIAS_RPL (getpagesize, int, (void)); # else # if !@HAVE_GETPAGESIZE@ # if !defined getpagesize /* This is for POSIX systems. */ # if !defined _gl_getpagesize && defined _SC_PAGESIZE # if ! (defined __VMS && __VMS_VER < 70000000) # define _gl_getpagesize() sysconf (_SC_PAGESIZE) # endif # endif /* This is for older VMS. */ # if !defined _gl_getpagesize && defined __VMS # ifdef __ALPHA # define _gl_getpagesize() 8192 # else # define _gl_getpagesize() 512 # endif # endif /* This is for BeOS. */ # if !defined _gl_getpagesize && @HAVE_OS_H@ # include # if defined B_PAGE_SIZE # define _gl_getpagesize() B_PAGE_SIZE # endif # endif /* This is for AmigaOS4.0. */ # if !defined _gl_getpagesize && defined __amigaos4__ # define _gl_getpagesize() 2048 # endif /* This is for older Unix systems. */ # if !defined _gl_getpagesize && @HAVE_SYS_PARAM_H@ # include # ifdef EXEC_PAGESIZE # define _gl_getpagesize() EXEC_PAGESIZE # else # ifdef NBPG # ifndef CLSIZE # define CLSIZE 1 # endif # define _gl_getpagesize() (NBPG * CLSIZE) # else # ifdef NBPC # define _gl_getpagesize() NBPC # endif # endif # endif # endif # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getpagesize() _gl_getpagesize () # else # if !GNULIB_defined_getpagesize_function static inline int getpagesize () { return _gl_getpagesize (); } # define GNULIB_defined_getpagesize_function 1 # endif # endif # endif # endif /* Need to cast, because on Cygwin 1.5.x systems, the return type is size_t. */ _GL_CXXALIAS_SYS_CAST (getpagesize, int, (void)); # endif # if @HAVE_DECL_GETPAGESIZE@ _GL_CXXALIASWARN (getpagesize); # endif #elif defined GNULIB_POSIXCHECK # undef getpagesize # if HAVE_RAW_DECL_GETPAGESIZE _GL_WARN_ON_USE (getpagesize, "getpagesize is unportable - " "use gnulib module getpagesize for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Return the next valid login shell on the system, or NULL when the end of the list has been reached. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (getusershell, char *, (void)); # endif _GL_CXXALIAS_SYS (getusershell, char *, (void)); _GL_CXXALIASWARN (getusershell); #elif defined GNULIB_POSIXCHECK # undef getusershell # if HAVE_RAW_DECL_GETUSERSHELL _GL_WARN_ON_USE (getusershell, "getusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Rewind to pointer that is advanced at each getusershell() call. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (setusershell, void, (void)); # endif _GL_CXXALIAS_SYS (setusershell, void, (void)); _GL_CXXALIASWARN (setusershell); #elif defined GNULIB_POSIXCHECK # undef setusershell # if HAVE_RAW_DECL_SETUSERSHELL _GL_WARN_ON_USE (setusershell, "setusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Free the pointer that is advanced at each getusershell() call and associated resources. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (endusershell, void, (void)); # endif _GL_CXXALIAS_SYS (endusershell, void, (void)); _GL_CXXALIASWARN (endusershell); #elif defined GNULIB_POSIXCHECK # undef endusershell # if HAVE_RAW_DECL_ENDUSERSHELL _GL_WARN_ON_USE (endusershell, "endusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GROUP_MEMBER@ /* Determine whether group id is in calling user's group list. */ # if !@HAVE_GROUP_MEMBER@ _GL_FUNCDECL_SYS (group_member, int, (gid_t gid)); # endif _GL_CXXALIAS_SYS (group_member, int, (gid_t gid)); _GL_CXXALIASWARN (group_member); #elif defined GNULIB_POSIXCHECK # undef group_member # if HAVE_RAW_DECL_GROUP_MEMBER _GL_WARN_ON_USE (group_member, "group_member is unportable - " "use gnulib module group-member for portability"); # endif #endif #if @GNULIB_ISATTY@ # if @REPLACE_ISATTY@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef isatty # define isatty rpl_isatty # endif _GL_FUNCDECL_RPL (isatty, int, (int fd)); _GL_CXXALIAS_RPL (isatty, int, (int fd)); # else _GL_CXXALIAS_SYS (isatty, int, (int fd)); # endif _GL_CXXALIASWARN (isatty); #elif defined GNULIB_POSIXCHECK # undef isatty # if HAVE_RAW_DECL_ISATTY _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - " "use gnulib module isatty for portability"); # endif #endif #if @GNULIB_LCHOWN@ /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE to GID (if GID is not -1). Do not follow symbolic links. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_LCHOWN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef lchown # define lchown rpl_lchown # endif _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)); # else # if !@HAVE_LCHOWN@ _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)); # endif _GL_CXXALIASWARN (lchown); #elif defined GNULIB_POSIXCHECK # undef lchown # if HAVE_RAW_DECL_LCHOWN _GL_WARN_ON_USE (lchown, "lchown is unportable to pre-POSIX.1-2001 systems - " "use gnulib module lchown for portability"); # endif #endif #if @GNULIB_LINK@ /* Create a new hard link for an existing file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification . */ # if @REPLACE_LINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define link rpl_link # endif _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2)); # else # if !@HAVE_LINK@ _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2)); # endif _GL_CXXALIASWARN (link); #elif defined GNULIB_POSIXCHECK # undef link # if HAVE_RAW_DECL_LINK _GL_WARN_ON_USE (link, "link is unportable - " "use gnulib module link for portability"); # endif #endif #if @GNULIB_LINKAT@ /* Create a new hard link for an existing file, relative to two directories. FLAG controls whether symlinks are followed. Return 0 if successful, otherwise -1 and errno set. */ # if @REPLACE_LINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef linkat # define linkat rpl_linkat # endif _GL_FUNCDECL_RPL (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag)); # else # if !@HAVE_LINKAT@ _GL_FUNCDECL_SYS (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag)); # endif _GL_CXXALIASWARN (linkat); #elif defined GNULIB_POSIXCHECK # undef linkat # if HAVE_RAW_DECL_LINKAT _GL_WARN_ON_USE (linkat, "linkat is unportable - " "use gnulib module linkat for portability"); # endif #endif #if @GNULIB_LSEEK@ /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END. Return the new offset if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_LSEEK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define lseek rpl_lseek # endif _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence)); _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence)); # else _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence)); # endif _GL_CXXALIASWARN (lseek); #elif defined GNULIB_POSIXCHECK # undef lseek # if HAVE_RAW_DECL_LSEEK _GL_WARN_ON_USE (lseek, "lseek does not fail with ESPIPE on pipes on some " "systems - use gnulib module lseek for portability"); # endif #endif #if @GNULIB_PIPE@ /* Create a pipe, defaulting to O_BINARY mode. Store the read-end as fd[0] and the write-end as fd[1]. Return 0 upon success, or -1 with errno set upon failure. */ # if !@HAVE_PIPE@ _GL_FUNCDECL_SYS (pipe, int, (int fd[2]) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (pipe, int, (int fd[2])); _GL_CXXALIASWARN (pipe); #elif defined GNULIB_POSIXCHECK # undef pipe # if HAVE_RAW_DECL_PIPE _GL_WARN_ON_USE (pipe, "pipe is unportable - " "use gnulib module pipe-posix for portability"); # endif #endif #if @GNULIB_PIPE2@ /* Create a pipe, applying the given flags when opening the read-end of the pipe and the write-end of the pipe. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). Store the read-end as fd[0] and the write-end as fd[1]. Return 0 upon success, or -1 with errno set upon failure. See also the Linux man page at . */ # if @HAVE_PIPE2@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define pipe2 rpl_pipe2 # endif _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); # else _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); # endif _GL_CXXALIASWARN (pipe2); #elif defined GNULIB_POSIXCHECK # undef pipe2 # if HAVE_RAW_DECL_PIPE2 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - " "use gnulib module pipe2 for portability"); # endif #endif #if @GNULIB_PREAD@ /* Read at most BUFSIZE bytes from FD into BUF, starting at OFFSET. Return the number of bytes placed into BUF if successful, otherwise set errno and return -1. 0 indicates EOF. See the POSIX:2008 specification . */ # if @REPLACE_PREAD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pread # define pread rpl_pread # endif _GL_FUNCDECL_RPL (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset)); # else # if !@HAVE_PREAD@ _GL_FUNCDECL_SYS (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset)); # endif _GL_CXXALIASWARN (pread); #elif defined GNULIB_POSIXCHECK # undef pread # if HAVE_RAW_DECL_PREAD _GL_WARN_ON_USE (pread, "pread is unportable - " "use gnulib module pread for portability"); # endif #endif #if @GNULIB_PWRITE@ /* Write at most BUFSIZE bytes from BUF into FD, starting at OFFSET. Return the number of bytes written if successful, otherwise set errno and return -1. 0 indicates nothing written. See the POSIX:2008 specification . */ # if @REPLACE_PWRITE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pwrite # define pwrite rpl_pwrite # endif _GL_FUNCDECL_RPL (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset)); # else # if !@HAVE_PWRITE@ _GL_FUNCDECL_SYS (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset)); # endif _GL_CXXALIASWARN (pwrite); #elif defined GNULIB_POSIXCHECK # undef pwrite # if HAVE_RAW_DECL_PWRITE _GL_WARN_ON_USE (pwrite, "pwrite is unportable - " "use gnulib module pwrite for portability"); # endif #endif #if @GNULIB_READ@ /* Read up to COUNT bytes from file descriptor FD into the buffer starting at BUF. See the POSIX:2008 specification . */ # if @REPLACE_READ@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef read # define read rpl_read # endif _GL_FUNCDECL_RPL (read, ssize_t, (int fd, void *buf, size_t count) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (read, ssize_t, (int fd, void *buf, size_t count)); # else /* Need to cast, because on mingw, the third parameter is unsigned int count and the return type is 'int'. */ _GL_CXXALIAS_SYS_CAST (read, ssize_t, (int fd, void *buf, size_t count)); # endif _GL_CXXALIASWARN (read); #endif #if @GNULIB_READLINK@ /* Read the contents of the symbolic link FILE and place the first BUFSIZE bytes of it into BUF. Return the number of bytes placed into BUF if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_READLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define readlink rpl_readlink # endif _GL_FUNCDECL_RPL (readlink, ssize_t, (const char *file, char *buf, size_t bufsize) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (readlink, ssize_t, (const char *file, char *buf, size_t bufsize)); # else # if !@HAVE_READLINK@ _GL_FUNCDECL_SYS (readlink, ssize_t, (const char *file, char *buf, size_t bufsize) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (readlink, ssize_t, (const char *file, char *buf, size_t bufsize)); # endif _GL_CXXALIASWARN (readlink); #elif defined GNULIB_POSIXCHECK # undef readlink # if HAVE_RAW_DECL_READLINK _GL_WARN_ON_USE (readlink, "readlink is unportable - " "use gnulib module readlink for portability"); # endif #endif #if @GNULIB_READLINKAT@ # if !@HAVE_READLINKAT@ _GL_FUNCDECL_SYS (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len)); _GL_CXXALIASWARN (readlinkat); #elif defined GNULIB_POSIXCHECK # undef readlinkat # if HAVE_RAW_DECL_READLINKAT _GL_WARN_ON_USE (readlinkat, "readlinkat is not portable - " "use gnulib module readlinkat for portability"); # endif #endif #if @GNULIB_RMDIR@ /* Remove the directory DIR. */ # if @REPLACE_RMDIR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define rmdir rpl_rmdir # endif _GL_FUNCDECL_RPL (rmdir, int, (char const *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (rmdir, int, (char const *name)); # else _GL_CXXALIAS_SYS (rmdir, int, (char const *name)); # endif _GL_CXXALIASWARN (rmdir); #elif defined GNULIB_POSIXCHECK # undef rmdir # if HAVE_RAW_DECL_RMDIR _GL_WARN_ON_USE (rmdir, "rmdir is unportable - " "use gnulib module rmdir for portability"); # endif #endif #if @GNULIB_SETHOSTNAME@ /* Set the host name of the machine. The host name may or may not be fully qualified. Put LEN bytes of NAME into the host name. Return 0 if successful, otherwise, set errno and return -1. Platforms with no ability to set the hostname return -1 and set errno = ENOSYS. */ # if !@HAVE_SETHOSTNAME@ || !@HAVE_DECL_SETHOSTNAME@ _GL_FUNCDECL_SYS (sethostname, int, (const char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 11 2011-10, MacOS X 10.5, IRIX 6.5 and FreeBSD 6.4 the second parameter is int. On Solaris 11 2011-10, the first parameter is not const. */ _GL_CXXALIAS_SYS_CAST (sethostname, int, (const char *name, size_t len)); _GL_CXXALIASWARN (sethostname); #elif defined GNULIB_POSIXCHECK # undef sethostname # if HAVE_RAW_DECL_SETHOSTNAME _GL_WARN_ON_USE (sethostname, "sethostname is unportable - " "use gnulib module sethostname for portability"); # endif #endif #if @GNULIB_SLEEP@ /* Pause the execution of the current thread for N seconds. Returns the number of seconds left to sleep. See the POSIX:2008 specification . */ # if @REPLACE_SLEEP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef sleep # define sleep rpl_sleep # endif _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n)); _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n)); # else # if !@HAVE_SLEEP@ _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n)); # endif _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n)); # endif _GL_CXXALIASWARN (sleep); #elif defined GNULIB_POSIXCHECK # undef sleep # if HAVE_RAW_DECL_SLEEP _GL_WARN_ON_USE (sleep, "sleep is unportable - " "use gnulib module sleep for portability"); # endif #endif #if @GNULIB_SYMLINK@ # if @REPLACE_SYMLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef symlink # define symlink rpl_symlink # endif _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file)); # else # if !@HAVE_SYMLINK@ _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file)); # endif _GL_CXXALIASWARN (symlink); #elif defined GNULIB_POSIXCHECK # undef symlink # if HAVE_RAW_DECL_SYMLINK _GL_WARN_ON_USE (symlink, "symlink is not portable - " "use gnulib module symlink for portability"); # endif #endif #if @GNULIB_SYMLINKAT@ # if !@HAVE_SYMLINKAT@ _GL_FUNCDECL_SYS (symlinkat, int, (char const *contents, int fd, char const *file) _GL_ARG_NONNULL ((1, 3))); # endif _GL_CXXALIAS_SYS (symlinkat, int, (char const *contents, int fd, char const *file)); _GL_CXXALIASWARN (symlinkat); #elif defined GNULIB_POSIXCHECK # undef symlinkat # if HAVE_RAW_DECL_SYMLINKAT _GL_WARN_ON_USE (symlinkat, "symlinkat is not portable - " "use gnulib module symlinkat for portability"); # endif #endif #if @GNULIB_TTYNAME_R@ /* Store at most BUFLEN characters of the pathname of the terminal FD is open on in BUF. Return 0 on success, otherwise an error number. */ # if @REPLACE_TTYNAME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ttyname_r # define ttyname_r rpl_ttyname_r # endif _GL_FUNCDECL_RPL (ttyname_r, int, (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (ttyname_r, int, (int fd, char *buf, size_t buflen)); # else # if !@HAVE_DECL_TTYNAME_R@ _GL_FUNCDECL_SYS (ttyname_r, int, (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (ttyname_r, int, (int fd, char *buf, size_t buflen)); # endif _GL_CXXALIASWARN (ttyname_r); #elif defined GNULIB_POSIXCHECK # undef ttyname_r # if HAVE_RAW_DECL_TTYNAME_R _GL_WARN_ON_USE (ttyname_r, "ttyname_r is not portable - " "use gnulib module ttyname_r for portability"); # endif #endif #if @GNULIB_UNLINK@ # if @REPLACE_UNLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unlink # define unlink rpl_unlink # endif _GL_FUNCDECL_RPL (unlink, int, (char const *file) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (unlink, int, (char const *file)); # else _GL_CXXALIAS_SYS (unlink, int, (char const *file)); # endif _GL_CXXALIASWARN (unlink); #elif defined GNULIB_POSIXCHECK # undef unlink # if HAVE_RAW_DECL_UNLINK _GL_WARN_ON_USE (unlink, "unlink is not portable - " "use gnulib module unlink for portability"); # endif #endif #if @GNULIB_UNLINKAT@ # if @REPLACE_UNLINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unlinkat # define unlinkat rpl_unlinkat # endif _GL_FUNCDECL_RPL (unlinkat, int, (int fd, char const *file, int flag) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (unlinkat, int, (int fd, char const *file, int flag)); # else # if !@HAVE_UNLINKAT@ _GL_FUNCDECL_SYS (unlinkat, int, (int fd, char const *file, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (unlinkat, int, (int fd, char const *file, int flag)); # endif _GL_CXXALIASWARN (unlinkat); #elif defined GNULIB_POSIXCHECK # undef unlinkat # if HAVE_RAW_DECL_UNLINKAT _GL_WARN_ON_USE (unlinkat, "unlinkat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_USLEEP@ /* Pause the execution of the current thread for N microseconds. Returns 0 on completion, or -1 on range error. See the POSIX:2001 specification . */ # if @REPLACE_USLEEP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef usleep # define usleep rpl_usleep # endif _GL_FUNCDECL_RPL (usleep, int, (useconds_t n)); _GL_CXXALIAS_RPL (usleep, int, (useconds_t n)); # else # if !@HAVE_USLEEP@ _GL_FUNCDECL_SYS (usleep, int, (useconds_t n)); # endif _GL_CXXALIAS_SYS (usleep, int, (useconds_t n)); # endif _GL_CXXALIASWARN (usleep); #elif defined GNULIB_POSIXCHECK # undef usleep # if HAVE_RAW_DECL_USLEEP _GL_WARN_ON_USE (usleep, "usleep is unportable - " "use gnulib module usleep for portability"); # endif #endif #if @GNULIB_WRITE@ /* Write up to COUNT bytes starting at BUF to file descriptor FD. See the POSIX:2008 specification . */ # if @REPLACE_WRITE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef write # define write rpl_write # endif _GL_FUNCDECL_RPL (write, ssize_t, (int fd, const void *buf, size_t count) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (write, ssize_t, (int fd, const void *buf, size_t count)); # else /* Need to cast, because on mingw, the third parameter is unsigned int count and the return type is 'int'. */ _GL_CXXALIAS_SYS_CAST (write, ssize_t, (int fd, const void *buf, size_t count)); # endif _GL_CXXALIASWARN (write); #endif #endif /* _@GUARD_PREFIX@_UNISTD_H */ #endif /* _@GUARD_PREFIX@_UNISTD_H */ gsasl-1.8.0/lib/gl/gc.h0000664000000000000000000002745311746471770011465 00000000000000/* gc.h --- Header file for implementation agnostic crypto wrapper API. * Copyright (C) 2002-2005, 2007-2008, 2011-2012 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; either version 2.1, or (at your * option) any later version. * * This file is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this file; if not, see . * */ #ifndef GC_H # define GC_H /* Get size_t. */ # include enum Gc_rc { GC_OK = 0, GC_MALLOC_ERROR, GC_INIT_ERROR, GC_RANDOM_ERROR, GC_INVALID_CIPHER, GC_INVALID_HASH, GC_PKCS5_INVALID_ITERATION_COUNT, GC_PKCS5_INVALID_DERIVED_KEY_LENGTH, GC_PKCS5_DERIVED_KEY_TOO_LONG }; typedef enum Gc_rc Gc_rc; /* Hash types. */ enum Gc_hash { GC_MD4, GC_MD5, GC_SHA1, GC_MD2, GC_RMD160, GC_SHA256, GC_SHA384, GC_SHA512, GC_SHA224 }; typedef enum Gc_hash Gc_hash; enum Gc_hash_mode { GC_HMAC = 1 }; typedef enum Gc_hash_mode Gc_hash_mode; typedef void *gc_hash_handle; #define GC_MD2_DIGEST_SIZE 16 #define GC_MD4_DIGEST_SIZE 16 #define GC_MD5_DIGEST_SIZE 16 #define GC_RMD160_DIGEST_SIZE 20 #define GC_SHA1_DIGEST_SIZE 20 #define GC_SHA256_DIGEST_SIZE 32 #define GC_SHA384_DIGEST_SIZE 48 #define GC_SHA512_DIGEST_SIZE 64 #define GC_SHA224_DIGEST_SIZE 24 /* Cipher types. */ enum Gc_cipher { GC_AES128, GC_AES192, GC_AES256, GC_3DES, GC_DES, GC_ARCFOUR128, GC_ARCFOUR40, GC_ARCTWO40, GC_CAMELLIA128, GC_CAMELLIA256 }; typedef enum Gc_cipher Gc_cipher; enum Gc_cipher_mode { GC_ECB, GC_CBC, GC_STREAM }; typedef enum Gc_cipher_mode Gc_cipher_mode; typedef void *gc_cipher_handle; /* Call before respectively after any other functions. */ extern Gc_rc gc_init (void); extern void gc_done (void); /* Memory allocation (avoid). */ typedef void *(*gc_malloc_t) (size_t n); typedef int (*gc_secure_check_t) (const void *); typedef void *(*gc_realloc_t) (void *p, size_t n); typedef void (*gc_free_t) (void *); extern void gc_set_allocators (gc_malloc_t func_malloc, gc_malloc_t secure_malloc, gc_secure_check_t secure_check, gc_realloc_t func_realloc, gc_free_t func_free); /* Randomness. */ extern Gc_rc gc_nonce (char *data, size_t datalen); extern Gc_rc gc_pseudo_random (char *data, size_t datalen); extern Gc_rc gc_random (char *data, size_t datalen); /* Ciphers. */ extern Gc_rc gc_cipher_open (Gc_cipher cipher, Gc_cipher_mode mode, gc_cipher_handle *outhandle); extern Gc_rc gc_cipher_setkey (gc_cipher_handle handle, size_t keylen, const char *key); extern Gc_rc gc_cipher_setiv (gc_cipher_handle handle, size_t ivlen, const char *iv); extern Gc_rc gc_cipher_encrypt_inline (gc_cipher_handle handle, size_t len, char *data); extern Gc_rc gc_cipher_decrypt_inline (gc_cipher_handle handle, size_t len, char *data); extern Gc_rc gc_cipher_close (gc_cipher_handle handle); /* Hashes. */ extern Gc_rc gc_hash_open (Gc_hash hash, Gc_hash_mode mode, gc_hash_handle *outhandle); extern Gc_rc gc_hash_clone (gc_hash_handle handle, gc_hash_handle *outhandle); extern size_t gc_hash_digest_length (Gc_hash hash); extern void gc_hash_hmac_setkey (gc_hash_handle handle, size_t len, const char *key); extern void gc_hash_write (gc_hash_handle handle, size_t len, const char *data); extern const char *gc_hash_read (gc_hash_handle handle); extern void gc_hash_close (gc_hash_handle handle); /* Compute a hash value over buffer IN of INLEN bytes size using the algorithm HASH, placing the result in the pre-allocated buffer OUT. The required size of OUT depends on HASH, and is generally GC__DIGEST_SIZE. For example, for GC_MD5 the output buffer must be 16 bytes. The return value is 0 (GC_OK) on success, or another Gc_rc error code. */ extern Gc_rc gc_hash_buffer (Gc_hash hash, const void *in, size_t inlen, char *out); /* One-call interface. */ extern Gc_rc gc_md2 (const void *in, size_t inlen, void *resbuf); extern Gc_rc gc_md4 (const void *in, size_t inlen, void *resbuf); extern Gc_rc gc_md5 (const void *in, size_t inlen, void *resbuf); extern Gc_rc gc_sha1 (const void *in, size_t inlen, void *resbuf); extern Gc_rc gc_hmac_md5 (const void *key, size_t keylen, const void *in, size_t inlen, char *resbuf); extern Gc_rc gc_hmac_sha1 (const void *key, size_t keylen, const void *in, size_t inlen, char *resbuf); /* Derive cryptographic keys from a password P of length PLEN, with salt S of length SLEN, placing the result in pre-allocated buffer DK of length DKLEN. An iteration count is specified in C, where a larger value means this function take more time (typical iteration counts are 1000-20000). This function "stretches" the key to be exactly dkLen bytes long. GC_OK is returned on success, otherwise a Gc_rc error code is returned. */ extern Gc_rc gc_pbkdf2_sha1 (const char *P, size_t Plen, const char *S, size_t Slen, unsigned int c, char *DK, size_t dkLen); /* TODO: From: Simon Josefsson Subject: Re: generic crypto Newsgroups: gmane.comp.lib.gnulib.bugs Cc: bug-gnulib@gnu.org Date: Fri, 07 Oct 2005 12:50:57 +0200 Mail-Copies-To: nobody Paul Eggert writes: > Simon Josefsson writes: > >> * Perhaps the /dev/?random reading should be separated into a separate >> module? It might be useful outside of the gc layer too. > > Absolutely. I've been meaning to do that for months (for a "shuffle" > program I want to add to coreutils), but hadn't gotten around to it. > It would have to be generalized a bit. I'd like to have the file > descriptor cached, for example. I'll write a separate module for that part. I think we should even add a good PRNG that is re-seeded from /dev/?random frequently. GnuTLS can need a lot of random data on a big server, more than /dev/random can supply. And /dev/urandom might not be strong enough. Further, the security of /dev/?random can also be questionable. >> I'm also not sure about the names of those functions, they suggest >> a more higher-level API than what is really offered (i.e., the >> names "nonce" and "pseudo_random" and "random" imply certain >> cryptographic properties). > > Could you expand a bit more on that? What is the relationship between > nonce/pseudorandom/random and the /dev/ values you are using? There is none, that is the problem. Applications generally need different kind of "random" numbers. Sometimes they just need some random data and doesn't care whether it is possible for an attacker to compute the string (aka a "nonce"). Sometimes they need data that is very difficult to compute (i.e., computing it require inverting SHA1 or similar). Sometimes they need data that is not possible to compute, i.e., it wants real entropy collected over time on the system. Collecting the last kind of random data is very expensive, so it must not be used too often. The second kind of random data ("pseudo random") is typically generated by seeding a good PRNG with a couple of hundred bytes of real entropy from the "real random" data pool. The "nonce" is usually computed using the PRNG as well, because PRNGs are usually fast. Pseudo-random data is typically used for session keys. Strong random data is often used to generate long-term keys (e.g., private RSA keys). Of course, there are many subtleties. There are several different kind of nonce:s. Sometimes a nonce is just an ever-increasing integer, starting from 0. Sometimes it is assumed to be unlikely to be the same as previous nonces, but without a requirement that the nonce is possible to guess. MD5(system clock) would thus suffice, if it isn't called too often. You can guess what the next value will be, but it will always be different. The problem is that /dev/?random doesn't offer any kind of semantic guarantees. But applications need an API that make that promise. I think we should do this in several steps: 1) Write a module that can read from /dev/?random. 2) Add a module for a known-good PRNG suitable for random number generation, that can be continuously re-seeded. 3) Add a high-level module that provide various different randomness functions. One for nonces, perhaps even different kind of nonces, one for pseudo random data, and one for strong random data. It is not clear whether we can hope to achieve the last one in a portable way. Further, it would be useful to allow users to provide their own entropy source as a file, used to seed the PRNG or initialize the strong randomness pool. This is used on embedded platforms that doesn't have enough interrupts to hope to generate good random data. > For example, why not use OpenBSD's /dev/arandom? I don't trust ARC4. For example, recent cryptographic efforts indicate that you must throw away the first 512 bytes generated from the PRNG for it to be secure. I don't know whether OpenBSD do this. Further, I recall some eprint paper on RC4 security that didn't inspire confidence. While I trust the random devices in OpenBSD more than Solaris/AIX/HPUX/etc, I think that since we need something better on Solaris/AIX/HPUX we'd might as well use it on OpenBSD or even Linux too. > Here is one thought. The user could specify a desired quality level > range, and the implementation then would supply random data that is at > least as good as the lower bound of the range. I.e., ihe > implementation refuses to produce any random data if it can't generate > data that is at least as good as the lower end of the range. The > upper bound of the range is advice from the user not to be any more > expensive than that, but the implementation can ignore the advice if > it doesn't have anything cheaper. I'm not sure this is a good idea. Users can't really be expected to understand this. Further, applications need many different kind of random data. Selecting the randomness level for each by the user will be too complicated. I think it is better if the application decide, from its cryptographic requirement, what entropy quality it require, and call the proper API. Meeting the implied semantic properties should be the job for gnulib. >> Perhaps gc_dev_random and gc_dev_urandom? > > To some extent. I'd rather insulate the user from the details of > where the random numbers come from. On the other hand we need to > provide a way for applications to specify a file that contains > random bits, so that people can override the defaults. Agreed. This may require some thinking before it is finalized. Is it ok to install the GC module as-is meanwhile? Then I can continue to add the stuff that GnuTLS need, and then come back to re-working the randomness module. That way, we have two different projects that use the code. GnuTLS includes the same randomness code that was in GNU SASL and that is in the current gc module. I feel much more comfortable working in small steps at a time, rather then working on this for a long time in gnulib and only later integrate the stuff in GnuTLS. Thanks, Simon */ #endif /* GC_H */ gsasl-1.8.0/lib/gl/printf-args.h0000664000000000000000000000756211746471770013327 00000000000000/* Decomposed printf argument list. Copyright (C) 1999, 2002-2003, 2006-2007, 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _PRINTF_ARGS_H #define _PRINTF_ARGS_H /* This file can be parametrized with the following macros: ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. PRINTF_FETCHARGS Name of the function to be declared. STATIC Set to 'static' to declare the function static. */ /* Default parameters. */ #ifndef PRINTF_FETCHARGS # define PRINTF_FETCHARGS printf_fetchargs #endif /* Get size_t. */ #include /* Get wchar_t. */ #if HAVE_WCHAR_T # include #endif /* Get wint_t. */ #if HAVE_WINT_T # include #endif /* Get va_list. */ #include /* Argument types */ typedef enum { TYPE_NONE, TYPE_SCHAR, TYPE_UCHAR, TYPE_SHORT, TYPE_USHORT, TYPE_INT, TYPE_UINT, TYPE_LONGINT, TYPE_ULONGINT, #if HAVE_LONG_LONG_INT TYPE_LONGLONGINT, TYPE_ULONGLONGINT, #endif TYPE_DOUBLE, TYPE_LONGDOUBLE, TYPE_CHAR, #if HAVE_WINT_T TYPE_WIDE_CHAR, #endif TYPE_STRING, #if HAVE_WCHAR_T TYPE_WIDE_STRING, #endif TYPE_POINTER, TYPE_COUNT_SCHAR_POINTER, TYPE_COUNT_SHORT_POINTER, TYPE_COUNT_INT_POINTER, TYPE_COUNT_LONGINT_POINTER #if HAVE_LONG_LONG_INT , TYPE_COUNT_LONGLONGINT_POINTER #endif #if ENABLE_UNISTDIO /* The unistdio extensions. */ , TYPE_U8_STRING , TYPE_U16_STRING , TYPE_U32_STRING #endif } arg_type; /* Polymorphic argument */ typedef struct { arg_type type; union { signed char a_schar; unsigned char a_uchar; short a_short; unsigned short a_ushort; int a_int; unsigned int a_uint; long int a_longint; unsigned long int a_ulongint; #if HAVE_LONG_LONG_INT long long int a_longlongint; unsigned long long int a_ulonglongint; #endif float a_float; double a_double; long double a_longdouble; int a_char; #if HAVE_WINT_T wint_t a_wide_char; #endif const char* a_string; #if HAVE_WCHAR_T const wchar_t* a_wide_string; #endif void* a_pointer; signed char * a_count_schar_pointer; short * a_count_short_pointer; int * a_count_int_pointer; long int * a_count_longint_pointer; #if HAVE_LONG_LONG_INT long long int * a_count_longlongint_pointer; #endif #if ENABLE_UNISTDIO /* The unistdio extensions. */ const uint8_t * a_u8_string; const uint16_t * a_u16_string; const uint32_t * a_u32_string; #endif } a; } argument; /* Number of directly allocated arguments (no malloc() needed). */ #define N_DIRECT_ALLOC_ARGUMENTS 7 typedef struct { size_t count; argument *arg; argument direct_alloc_arg[N_DIRECT_ALLOC_ARGUMENTS]; } arguments; /* Fetch the arguments, putting them into a. */ #ifdef STATIC STATIC #else extern #endif int PRINTF_FETCHARGS (va_list args, arguments *a); #endif /* _PRINTF_ARGS_H */ gsasl-1.8.0/lib/gl/float.in.h0000664000000000000000000001676311746471770012610 00000000000000/* A correct . Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _@GUARD_PREFIX@_FLOAT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_FLOAT_H@ #ifndef _@GUARD_PREFIX@_FLOAT_H #define _@GUARD_PREFIX@_FLOAT_H /* 'long double' properties. */ #if defined __i386__ && (defined __BEOS__ || defined __OpenBSD__) /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG # define LDBL_MANT_DIG 64 /* Number of decimal digits that is sufficient for representing a number. */ # undef LDBL_DIG # define LDBL_DIG 18 /* x-1 where x is the smallest representable number > 1. */ # undef LDBL_EPSILON # define LDBL_EPSILON 1.0842021724855044340E-19L /* Minimum e such that FLT_RADIX^(e-1) is a normalized number. */ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP (-16381) /* Maximum e such that FLT_RADIX^(e-1) is a representable finite number. */ # undef LDBL_MAX_EXP # define LDBL_MAX_EXP 16384 /* Minimum positive normalized number. */ # undef LDBL_MIN # define LDBL_MIN 3.3621031431120935063E-4932L /* Maximum representable finite number. */ # undef LDBL_MAX # define LDBL_MAX 1.1897314953572317650E+4932L /* Minimum e such that 10^e is in the range of normalized numbers. */ # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP (-4931) /* Maximum e such that 10^e is in the range of representable finite numbers. */ # undef LDBL_MAX_10_EXP # define LDBL_MAX_10_EXP 4932 #endif /* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of precision in the compiler but 64 bits of precision at runtime. See . */ #if defined __i386__ && defined __FreeBSD__ /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG # define LDBL_MANT_DIG 64 /* Number of decimal digits that is sufficient for representing a number. */ # undef LDBL_DIG # define LDBL_DIG 18 /* x-1 where x is the smallest representable number > 1. */ # undef LDBL_EPSILON # define LDBL_EPSILON 1.084202172485504434007452800869941711426e-19L /* 2^-63 */ /* Minimum e such that FLT_RADIX^(e-1) is a normalized number. */ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP (-16381) /* Maximum e such that FLT_RADIX^(e-1) is a representable finite number. */ # undef LDBL_MAX_EXP # define LDBL_MAX_EXP 16384 /* Minimum positive normalized number. */ # undef LDBL_MIN # define LDBL_MIN 3.3621031431120935E-4932L /* = 0x1p-16382L */ /* Maximum representable finite number. */ # undef LDBL_MAX /* LDBL_MAX is represented as { 0xFFFFFFFF, 0xFFFFFFFF, 32766 }. But the largest literal that GCC allows us to write is 0x0.fffffffffffff8p16384L = { 0xFFFFF800, 0xFFFFFFFF, 32766 }. So, define it like this through a reference to an external variable const unsigned int LDBL_MAX[3] = { 0xFFFFFFFF, 0xFFFFFFFF, 32766 }; extern const long double LDBL_MAX; Unfortunately, this is not a constant expression. */ union gl_long_double_union { struct { unsigned int lo; unsigned int hi; unsigned int exponent; } xd; long double ld; }; extern const union gl_long_double_union gl_LDBL_MAX; # define LDBL_MAX (gl_LDBL_MAX.ld) /* Minimum e such that 10^e is in the range of normalized numbers. */ # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP (-4931) /* Maximum e such that 10^e is in the range of representable finite numbers. */ # undef LDBL_MAX_10_EXP # define LDBL_MAX_10_EXP 4932 #endif /* On AIX 7.1 with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_MAX are wrong. On Linux/PowerPC with gcc 4.4, the value of LDBL_MAX is wrong. */ #if (defined _ARCH_PPC || defined _POWER) && defined _AIX && (LDBL_MANT_DIG == 106) && defined __GNUC__ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP DBL_MIN_EXP # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP DBL_MIN_10_EXP # undef LDBL_MIN # define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */ #endif #if (defined _ARCH_PPC || defined _POWER) && (defined _AIX || defined __linux__) && (LDBL_MANT_DIG == 106) && defined __GNUC__ # undef LDBL_MAX /* LDBL_MAX is represented as { 0x7FEFFFFF, 0xFFFFFFFF, 0x7C8FFFFF, 0xFFFFFFFF }. It is not easy to define: #define LDBL_MAX 1.79769313486231580793728971405302307166e308L is too small, whereas #define LDBL_MAX 1.79769313486231580793728971405302307167e308L is too large. Apparently a bug in GCC decimal-to-binary conversion. Also, I can't get values larger than #define LDBL63 ((long double) (1ULL << 63)) #define LDBL882 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63) #define LDBL945 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63) #define LDBL1008 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63) #define LDBL_MAX (LDBL1008 * 65535.0L + LDBL945 * (long double) 9223372036821221375ULL + LDBL882 * (long double) 4611686018427387904ULL) which is represented as { 0x7FEFFFFF, 0xFFFFFFFF, 0x7C8FFFFF, 0xF8000000 }. So, define it like this through a reference to an external variable const double LDBL_MAX[2] = { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL }; extern const long double LDBL_MAX; or through a pointer cast #define LDBL_MAX \ (*(const long double *) (double[]) { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL }) Unfortunately, this is not a constant expression, and the latter expression does not work well when GCC is optimizing.. */ union gl_long_double_union { struct { double hi; double lo; } dd; long double ld; }; extern const union gl_long_double_union gl_LDBL_MAX; # define LDBL_MAX (gl_LDBL_MAX.ld) #endif /* On IRIX 6.5, with cc, the value of LDBL_MANT_DIG is wrong. On IRIX 6.5, with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_EPSILON are wrong. */ #if defined __sgi && (LDBL_MANT_DIG >= 106) # undef LDBL_MANT_DIG # define LDBL_MANT_DIG 106 # if defined __GNUC__ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP DBL_MIN_EXP # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP DBL_MIN_10_EXP # undef LDBL_MIN # define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */ # undef LDBL_EPSILON # define LDBL_EPSILON 2.46519032881566189191165176650870696773e-32L /* 2^-105 */ # endif #endif #if @REPLACE_ITOLD@ /* Pull in a function that fixes the 'int' to 'long double' conversion of glibc 2.7. */ extern # ifdef __cplusplus "C" # endif void _Qp_itoq (long double *, int); static void (*_gl_float_fix_itold) (long double *, int) = _Qp_itoq; #endif #endif /* _@GUARD_PREFIX@_FLOAT_H */ #endif /* _@GUARD_PREFIX@_FLOAT_H */ gsasl-1.8.0/lib/gl/vasnprintf.h0000664000000000000000000000562711746471770013265 00000000000000/* vsprintf with automatic memory allocation. Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _VASNPRINTF_H #define _VASNPRINTF_H /* Get va_list. */ #include /* Get size_t. */ #include /* The __attribute__ feature is available in gcc versions 2.5 and later. The __-protected variants of the attributes 'format' and 'printf' are accepted by gcc versions 2.6.4 (effectively 2.7) and later. We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because gnulib and libintl do '#define printf __printf__' when they override the 'printf' function. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) #else # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ #endif #ifdef __cplusplus extern "C" { #endif /* Write formatted output to a string dynamically allocated with malloc(). You can pass a preallocated buffer for the result in RESULTBUF and its size in *LENGTHP; otherwise you pass RESULTBUF = NULL. If successful, return the address of the string (this may be = RESULTBUF if no dynamic memory allocation was necessary) and set *LENGTHP to the number of resulting bytes, excluding the trailing NUL. Upon error, set errno and return NULL. When dynamic memory allocation occurs, the preallocated buffer is left alone (with possibly modified contents). This makes it possible to use a statically allocated or stack-allocated buffer, like this: char buf[100]; size_t len = sizeof (buf); char *output = vasnprintf (buf, &len, format, args); if (output == NULL) ... error handling ...; else { ... use the output string ...; if (output != buf) free (output); } */ #if REPLACE_VASNPRINTF # define asnprintf rpl_asnprintf # define vasnprintf rpl_vasnprintf #endif extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4)); extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 0)); #ifdef __cplusplus } #endif #endif /* _VASNPRINTF_H */ gsasl-1.8.0/lib/gl/stddef.in.h0000664000000000000000000000526111746471770012743 00000000000000/* A substitute for POSIX 2008 , for platforms that have issues. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Eric Blake. */ /* * POSIX 2008 for platforms that have issues. * */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_wchar_t || defined __need_size_t \ || defined __need_ptrdiff_t || defined __need_NULL \ || defined __need_wint_t /* Special invocation convention inside gcc header files. In particular, gcc provides a version of that blindly redefines NULL even when __need_wint_t was defined, even though wint_t is not normally provided by . Hence, we must remember if special invocation has ever been used to obtain wint_t, in which case we need to clean up NULL yet again. */ # if !(defined _@GUARD_PREFIX@_STDDEF_H && defined _GL_STDDEF_WINT_T) # ifdef __need_wint_t # undef _@GUARD_PREFIX@_STDDEF_H # define _GL_STDDEF_WINT_T # endif # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ # endif #else /* Normal invocation convention. */ # ifndef _@GUARD_PREFIX@_STDDEF_H /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ # ifndef _@GUARD_PREFIX@_STDDEF_H # define _@GUARD_PREFIX@_STDDEF_H /* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */ #if @REPLACE_NULL@ # undef NULL # ifdef __cplusplus /* ISO C++ says that the macro NULL must expand to an integer constant expression, hence '((void *) 0)' is not allowed in C++. */ # if __GNUG__ >= 3 /* GNU C++ has a __null macro that behaves like an integer ('int' or 'long') but has the same size as a pointer. Use that, to avoid warnings. */ # define NULL __null # else # define NULL 0L # endif # else # define NULL ((void *) 0) # endif #endif /* Some platforms lack wchar_t. */ #if !@HAVE_WCHAR_T@ # define wchar_t int #endif # endif /* _@GUARD_PREFIX@_STDDEF_H */ # endif /* _@GUARD_PREFIX@_STDDEF_H */ #endif /* __need_XXX */ gsasl-1.8.0/lib/gl/memxor.c0000664000000000000000000000213511746471770012364 00000000000000/* memxor.c -- perform binary exclusive OR operation of two memory blocks. Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. The interface was inspired by memxor in Niels Möller's Nettle. */ #include #include "memxor.h" void * memxor (void *restrict dest, const void *restrict src, size_t n) { char const *s = src; char *d = dest; for (; n > 0; n--) *d++ ^= *s++; return dest; } gsasl-1.8.0/lib/gl/errno.in.h0000664000000000000000000001411511746471770012615 00000000000000/* A POSIX-like . Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_ERRNO_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_ERRNO_H@ #ifndef _@GUARD_PREFIX@_ERRNO_H #define _@GUARD_PREFIX@_ERRNO_H /* On native Windows platforms, many macros are not defined. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* These are the same values as defined by MSVC 10, for interoperability. */ # ifndef ENOMSG # define ENOMSG 122 # define GNULIB_defined_ENOMSG 1 # endif # ifndef EIDRM # define EIDRM 111 # define GNULIB_defined_EIDRM 1 # endif # ifndef ENOLINK # define ENOLINK 121 # define GNULIB_defined_ENOLINK 1 # endif # ifndef EPROTO # define EPROTO 134 # define GNULIB_defined_EPROTO 1 # endif # ifndef EBADMSG # define EBADMSG 104 # define GNULIB_defined_EBADMSG 1 # endif # ifndef EOVERFLOW # define EOVERFLOW 132 # define GNULIB_defined_EOVERFLOW 1 # endif # ifndef ENOTSUP # define ENOTSUP 129 # define GNULIB_defined_ENOTSUP 1 # endif # ifndef ENETRESET # define ENETRESET 117 # define GNULIB_defined_ENETRESET 1 # endif # ifndef ECONNABORTED # define ECONNABORTED 106 # define GNULIB_defined_ECONNABORTED 1 # endif # ifndef ECANCELED # define ECANCELED 105 # define GNULIB_defined_ECANCELED 1 # endif # ifndef EINPROGRESS # define EINPROGRESS 112 # define EALREADY 103 # define ENOTSOCK 128 # define EDESTADDRREQ 109 # define EMSGSIZE 115 # define EPROTOTYPE 136 # define ENOPROTOOPT 123 # define EPROTONOSUPPORT 135 # define EOPNOTSUPP 130 # define EAFNOSUPPORT 102 # define EADDRINUSE 100 # define EADDRNOTAVAIL 101 # define ENETDOWN 116 # define ENETUNREACH 118 # define ECONNRESET 108 # define ENOBUFS 119 # define EISCONN 113 # define ENOTCONN 126 # define ETIMEDOUT 138 # define ECONNREFUSED 107 # define ELOOP 114 # define EHOSTUNREACH 110 # define EWOULDBLOCK 140 # define ETXTBSY 139 # define ENODATA 120 /* not required by POSIX */ # define ENOSR 124 /* not required by POSIX */ # define ENOSTR 125 /* not required by POSIX */ # define ENOTRECOVERABLE 127 /* not required by POSIX */ # define EOWNERDEAD 133 /* not required by POSIX */ # define ETIME 137 /* not required by POSIX */ # define EOTHER 131 /* not required by POSIX */ # define GNULIB_defined_ESOCK 1 # endif /* These are intentionally the same values as the WSA* error numbers, defined in . */ # define ESOCKTNOSUPPORT 10044 /* not required by POSIX */ # define EPFNOSUPPORT 10046 /* not required by POSIX */ # define ESHUTDOWN 10058 /* not required by POSIX */ # define ETOOMANYREFS 10059 /* not required by POSIX */ # define EHOSTDOWN 10064 /* not required by POSIX */ # define EPROCLIM 10067 /* not required by POSIX */ # define EUSERS 10068 /* not required by POSIX */ # define EDQUOT 10069 # define ESTALE 10070 # define EREMOTE 10071 /* not required by POSIX */ # define GNULIB_defined_EWINSOCK 1 # endif /* On OSF/1 5.1, when _XOPEN_SOURCE_EXTENDED is not defined, the macros EMULTIHOP, ENOLINK, EOVERFLOW are not defined. */ # if @EMULTIHOP_HIDDEN@ # define EMULTIHOP @EMULTIHOP_VALUE@ # define GNULIB_defined_EMULTIHOP 1 # endif # if @ENOLINK_HIDDEN@ # define ENOLINK @ENOLINK_VALUE@ # define GNULIB_defined_ENOLINK 1 # endif # if @EOVERFLOW_HIDDEN@ # define EOVERFLOW @EOVERFLOW_VALUE@ # define GNULIB_defined_EOVERFLOW 1 # endif /* On OpenBSD 4.0 and on native Windows, the macros ENOMSG, EIDRM, ENOLINK, EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined. Likewise, on NonStop Kernel, EDQUOT is not defined. Define them here. Values >= 2000 seem safe to use: Solaris ESTALE = 151, HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133. Note: When one of these systems defines some of these macros some day, binaries will have to be recompiled so that they recognizes the new errno values from the system. */ # ifndef ENOMSG # define ENOMSG 2000 # define GNULIB_defined_ENOMSG 1 # endif # ifndef EIDRM # define EIDRM 2001 # define GNULIB_defined_EIDRM 1 # endif # ifndef ENOLINK # define ENOLINK 2002 # define GNULIB_defined_ENOLINK 1 # endif # ifndef EPROTO # define EPROTO 2003 # define GNULIB_defined_EPROTO 1 # endif # ifndef EMULTIHOP # define EMULTIHOP 2004 # define GNULIB_defined_EMULTIHOP 1 # endif # ifndef EBADMSG # define EBADMSG 2005 # define GNULIB_defined_EBADMSG 1 # endif # ifndef EOVERFLOW # define EOVERFLOW 2006 # define GNULIB_defined_EOVERFLOW 1 # endif # ifndef ENOTSUP # define ENOTSUP 2007 # define GNULIB_defined_ENOTSUP 1 # endif # ifndef ENETRESET # define ENETRESET 2011 # define GNULIB_defined_ENETRESET 1 # endif # ifndef ECONNABORTED # define ECONNABORTED 2012 # define GNULIB_defined_ECONNABORTED 1 # endif # ifndef ESTALE # define ESTALE 2009 # define GNULIB_defined_ESTALE 1 # endif # ifndef EDQUOT # define EDQUOT 2010 # define GNULIB_defined_EDQUOT 1 # endif # ifndef ECANCELED # define ECANCELED 2008 # define GNULIB_defined_ECANCELED 1 # endif #endif /* _@GUARD_PREFIX@_ERRNO_H */ #endif /* _@GUARD_PREFIX@_ERRNO_H */ gsasl-1.8.0/lib/gl/md5.c0000664000000000000000000003562311756446012011542 00000000000000/* Functions to compute MD5 message digest of files or memory blocks. according to the definition of MD5 in RFC 1321 from April 1992. Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Ulrich Drepper , 1995. */ #include #include "md5.h" #include #include #include #include #include #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif #ifdef _LIBC # include # if __BYTE_ORDER == __BIG_ENDIAN # define WORDS_BIGENDIAN 1 # endif /* We need to keep the namespace clean so define the MD5 function protected using leading __ . */ # define md5_init_ctx __md5_init_ctx # define md5_process_block __md5_process_block # define md5_process_bytes __md5_process_bytes # define md5_finish_ctx __md5_finish_ctx # define md5_read_ctx __md5_read_ctx # define md5_stream __md5_stream # define md5_buffer __md5_buffer #endif #ifdef WORDS_BIGENDIAN # define SWAP(n) \ (((n) << 24) | (((n) & 0xff00) << 8) | (((n) >> 8) & 0xff00) | ((n) >> 24)) #else # define SWAP(n) (n) #endif #define BLOCKSIZE 32768 #if BLOCKSIZE % 64 != 0 # error "invalid BLOCKSIZE" #endif /* This array contains the bytes used to pad the buffer to the next 64-byte boundary. (RFC 1321, 3.1: Step 1) */ static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; /* Initialize structure containing state of computation. (RFC 1321, 3.3: Step 3) */ void md5_init_ctx (struct md5_ctx *ctx) { ctx->A = 0x67452301; ctx->B = 0xefcdab89; ctx->C = 0x98badcfe; ctx->D = 0x10325476; ctx->total[0] = ctx->total[1] = 0; ctx->buflen = 0; } /* Copy the 4 byte value from v into the memory location pointed to by *cp, If your architecture allows unaligned access this is equivalent to * (uint32_t *) cp = v */ static inline void set_uint32 (char *cp, uint32_t v) { memcpy (cp, &v, sizeof v); } /* Put result from CTX in first 16 bytes following RESBUF. The result must be in little endian byte order. */ void * md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) { char *r = resbuf; set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A)); set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B)); set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C)); set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D)); return resbuf; } /* Process the remaining bytes in the internal buffer and the usual prolog according to the standard and write the result to RESBUF. */ void * md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) { /* Take yet unprocessed bytes into account. */ uint32_t bytes = ctx->buflen; size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4; /* Now count remaining bytes. */ ctx->total[0] += bytes; if (ctx->total[0] < bytes) ++ctx->total[1]; /* Put the 64-bit file length in *bits* at the end of the buffer. */ ctx->buffer[size - 2] = SWAP (ctx->total[0] << 3); ctx->buffer[size - 1] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); /* Process last bytes. */ md5_process_block (ctx->buffer, size * 4, ctx); return md5_read_ctx (ctx, resbuf); } /* Compute MD5 message digest for bytes read from STREAM. The resulting message digest number will be written into the 16 bytes beginning at RESBLOCK. */ int md5_stream (FILE *stream, void *resblock) { struct md5_ctx ctx; size_t sum; char *buffer = malloc (BLOCKSIZE + 72); if (!buffer) return 1; /* Initialize the computation context. */ md5_init_ctx (&ctx); /* Iterate over full file contents. */ while (1) { /* We read the file in blocks of BLOCKSIZE bytes. One call of the computation function processes the whole buffer so that with the next round of the loop another block can be read. */ size_t n; sum = 0; /* Read block. Take care for partial reads. */ while (1) { n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); sum += n; if (sum == BLOCKSIZE) break; if (n == 0) { /* Check for the error flag IFF N == 0, so that we don't exit the loop after a partial read due to e.g., EAGAIN or EWOULDBLOCK. */ if (ferror (stream)) { free (buffer); return 1; } goto process_partial_block; } /* We've read at least one byte, so ignore errors. But always check for EOF, since feof may be true even though N > 0. Otherwise, we could end up calling fread after EOF. */ if (feof (stream)) goto process_partial_block; } /* Process buffer with BLOCKSIZE bytes. Note that BLOCKSIZE % 64 == 0 */ md5_process_block (buffer, BLOCKSIZE, &ctx); } process_partial_block: /* Process any remaining bytes. */ if (sum > 0) md5_process_bytes (buffer, sum, &ctx); /* Construct result in desired memory. */ md5_finish_ctx (&ctx, resblock); free (buffer); return 0; } /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ void * md5_buffer (const char *buffer, size_t len, void *resblock) { struct md5_ctx ctx; /* Initialize the computation context. */ md5_init_ctx (&ctx); /* Process whole buffer but last len % 64 bytes. */ md5_process_bytes (buffer, len, &ctx); /* Put result in desired memory area. */ return md5_finish_ctx (&ctx, resblock); } void md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) { /* When we already have some bits in our internal buffer concatenate both inputs first. */ if (ctx->buflen != 0) { size_t left_over = ctx->buflen; size_t add = 128 - left_over > len ? len : 128 - left_over; memcpy (&((char *) ctx->buffer)[left_over], buffer, add); ctx->buflen += add; if (ctx->buflen > 64) { md5_process_block (ctx->buffer, ctx->buflen & ~63, ctx); ctx->buflen &= 63; /* The regions in the following copy operation cannot overlap. */ memcpy (ctx->buffer, &((char *) ctx->buffer)[(left_over + add) & ~63], ctx->buflen); } buffer = (const char *) buffer + add; len -= add; } /* Process available complete blocks. */ if (len >= 64) { #if !_STRING_ARCH_unaligned # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) if (UNALIGNED_P (buffer)) while (len > 64) { md5_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer = (const char *) buffer + 64; len -= 64; } else #endif { md5_process_block (buffer, len & ~63, ctx); buffer = (const char *) buffer + (len & ~63); len &= 63; } } /* Move remaining bytes in internal buffer. */ if (len > 0) { size_t left_over = ctx->buflen; memcpy (&((char *) ctx->buffer)[left_over], buffer, len); left_over += len; if (left_over >= 64) { md5_process_block (ctx->buffer, 64, ctx); left_over -= 64; memcpy (ctx->buffer, &ctx->buffer[16], left_over); } ctx->buflen = left_over; } } /* These are the four functions used in the four steps of the MD5 algorithm and defined in the RFC 1321. The first function is a little bit optimized (as found in Colin Plumbs public domain implementation). */ /* #define FF(b, c, d) ((b & c) | (~b & d)) */ #define FF(b, c, d) (d ^ (b & (c ^ d))) #define FG(b, c, d) FF (d, b, c) #define FH(b, c, d) (b ^ c ^ d) #define FI(b, c, d) (c ^ (b | ~d)) /* Process LEN bytes of BUFFER, accumulating context into CTX. It is assumed that LEN % 64 == 0. */ void md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) { uint32_t correct_words[16]; const uint32_t *words = buffer; size_t nwords = len / sizeof (uint32_t); const uint32_t *endp = words + nwords; uint32_t A = ctx->A; uint32_t B = ctx->B; uint32_t C = ctx->C; uint32_t D = ctx->D; uint32_t lolen = len; /* First increment the byte count. RFC 1321 specifies the possible length of the file up to 2^64 bits. Here we only compute the number of bytes. Do a double word increment. */ ctx->total[0] += lolen; ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); /* Process all bytes in the buffer with 64 bytes in each round of the loop. */ while (words < endp) { uint32_t *cwp = correct_words; uint32_t A_save = A; uint32_t B_save = B; uint32_t C_save = C; uint32_t D_save = D; /* First round: using the given function, the context and a constant the next context is computed. Because the algorithms processing unit is a 32-bit word and it is determined to work on words in little endian byte order we perhaps have to change the byte order before the computation. To reduce the work for the next steps we store the swapped words in the array CORRECT_WORDS. */ #define OP(a, b, c, d, s, T) \ do \ { \ a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ ++words; \ CYCLIC (a, s); \ a += b; \ } \ while (0) /* It is unfortunate that C does not provide an operator for cyclic rotation. Hope the C compiler is smart enough. */ #define CYCLIC(w, s) (w = (w << s) | (w >> (32 - s))) /* Before we start, one word to the strange constants. They are defined in RFC 1321 as T[i] = (int) (4294967296.0 * fabs (sin (i))), i=1..64 Here is an equivalent invocation using Perl: perl -e 'foreach(1..64){printf "0x%08x\n", int (4294967296 * abs (sin $_))}' */ /* Round 1. */ OP (A, B, C, D, 7, 0xd76aa478); OP (D, A, B, C, 12, 0xe8c7b756); OP (C, D, A, B, 17, 0x242070db); OP (B, C, D, A, 22, 0xc1bdceee); OP (A, B, C, D, 7, 0xf57c0faf); OP (D, A, B, C, 12, 0x4787c62a); OP (C, D, A, B, 17, 0xa8304613); OP (B, C, D, A, 22, 0xfd469501); OP (A, B, C, D, 7, 0x698098d8); OP (D, A, B, C, 12, 0x8b44f7af); OP (C, D, A, B, 17, 0xffff5bb1); OP (B, C, D, A, 22, 0x895cd7be); OP (A, B, C, D, 7, 0x6b901122); OP (D, A, B, C, 12, 0xfd987193); OP (C, D, A, B, 17, 0xa679438e); OP (B, C, D, A, 22, 0x49b40821); /* For the second to fourth round we have the possibly swapped words in CORRECT_WORDS. Redefine the macro to take an additional first argument specifying the function to use. */ #undef OP #define OP(f, a, b, c, d, k, s, T) \ do \ { \ a += f (b, c, d) + correct_words[k] + T; \ CYCLIC (a, s); \ a += b; \ } \ while (0) /* Round 2. */ OP (FG, A, B, C, D, 1, 5, 0xf61e2562); OP (FG, D, A, B, C, 6, 9, 0xc040b340); OP (FG, C, D, A, B, 11, 14, 0x265e5a51); OP (FG, B, C, D, A, 0, 20, 0xe9b6c7aa); OP (FG, A, B, C, D, 5, 5, 0xd62f105d); OP (FG, D, A, B, C, 10, 9, 0x02441453); OP (FG, C, D, A, B, 15, 14, 0xd8a1e681); OP (FG, B, C, D, A, 4, 20, 0xe7d3fbc8); OP (FG, A, B, C, D, 9, 5, 0x21e1cde6); OP (FG, D, A, B, C, 14, 9, 0xc33707d6); OP (FG, C, D, A, B, 3, 14, 0xf4d50d87); OP (FG, B, C, D, A, 8, 20, 0x455a14ed); OP (FG, A, B, C, D, 13, 5, 0xa9e3e905); OP (FG, D, A, B, C, 2, 9, 0xfcefa3f8); OP (FG, C, D, A, B, 7, 14, 0x676f02d9); OP (FG, B, C, D, A, 12, 20, 0x8d2a4c8a); /* Round 3. */ OP (FH, A, B, C, D, 5, 4, 0xfffa3942); OP (FH, D, A, B, C, 8, 11, 0x8771f681); OP (FH, C, D, A, B, 11, 16, 0x6d9d6122); OP (FH, B, C, D, A, 14, 23, 0xfde5380c); OP (FH, A, B, C, D, 1, 4, 0xa4beea44); OP (FH, D, A, B, C, 4, 11, 0x4bdecfa9); OP (FH, C, D, A, B, 7, 16, 0xf6bb4b60); OP (FH, B, C, D, A, 10, 23, 0xbebfbc70); OP (FH, A, B, C, D, 13, 4, 0x289b7ec6); OP (FH, D, A, B, C, 0, 11, 0xeaa127fa); OP (FH, C, D, A, B, 3, 16, 0xd4ef3085); OP (FH, B, C, D, A, 6, 23, 0x04881d05); OP (FH, A, B, C, D, 9, 4, 0xd9d4d039); OP (FH, D, A, B, C, 12, 11, 0xe6db99e5); OP (FH, C, D, A, B, 15, 16, 0x1fa27cf8); OP (FH, B, C, D, A, 2, 23, 0xc4ac5665); /* Round 4. */ OP (FI, A, B, C, D, 0, 6, 0xf4292244); OP (FI, D, A, B, C, 7, 10, 0x432aff97); OP (FI, C, D, A, B, 14, 15, 0xab9423a7); OP (FI, B, C, D, A, 5, 21, 0xfc93a039); OP (FI, A, B, C, D, 12, 6, 0x655b59c3); OP (FI, D, A, B, C, 3, 10, 0x8f0ccc92); OP (FI, C, D, A, B, 10, 15, 0xffeff47d); OP (FI, B, C, D, A, 1, 21, 0x85845dd1); OP (FI, A, B, C, D, 8, 6, 0x6fa87e4f); OP (FI, D, A, B, C, 15, 10, 0xfe2ce6e0); OP (FI, C, D, A, B, 6, 15, 0xa3014314); OP (FI, B, C, D, A, 13, 21, 0x4e0811a1); OP (FI, A, B, C, D, 4, 6, 0xf7537e82); OP (FI, D, A, B, C, 11, 10, 0xbd3af235); OP (FI, C, D, A, B, 2, 15, 0x2ad7d2bb); OP (FI, B, C, D, A, 9, 21, 0xeb86d391); /* Add the starting values of the context. */ A += A_save; B += B_save; C += C_save; D += D_save; } /* Put checksum in context given as argument. */ ctx->A = A; ctx->B = B; ctx->C = C; ctx->D = D; } gsasl-1.8.0/lib/gl/sha1.c0000664000000000000000000003203411756446012011702 00000000000000/* sha1.c - Functions to compute SHA1 message digest of files or memory blocks according to the NIST specification FIPS-180-1. Copyright (C) 2000-2001, 2003-2006, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Scott G. Miller Credits: Robert Klep -- Expansion function fix */ #include #include "sha1.h" #include #include #include #include #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif #ifdef WORDS_BIGENDIAN # define SWAP(n) (n) #else # define SWAP(n) \ (((n) << 24) | (((n) & 0xff00) << 8) | (((n) >> 8) & 0xff00) | ((n) >> 24)) #endif #define BLOCKSIZE 32768 #if BLOCKSIZE % 64 != 0 # error "invalid BLOCKSIZE" #endif /* This array contains the bytes used to pad the buffer to the next 64-byte boundary. (RFC 1321, 3.1: Step 1) */ static const unsigned char fillbuf[64] = { 0x80, 0 /* , 0, 0, ... */ }; /* Take a pointer to a 160 bit block of data (five 32 bit ints) and initialize it to the start constants of the SHA1 algorithm. This must be called before using hash in the call to sha1_hash. */ void sha1_init_ctx (struct sha1_ctx *ctx) { ctx->A = 0x67452301; ctx->B = 0xefcdab89; ctx->C = 0x98badcfe; ctx->D = 0x10325476; ctx->E = 0xc3d2e1f0; ctx->total[0] = ctx->total[1] = 0; ctx->buflen = 0; } /* Copy the 4 byte value from v into the memory location pointed to by *cp, If your architecture allows unaligned access this is equivalent to * (uint32_t *) cp = v */ static inline void set_uint32 (char *cp, uint32_t v) { memcpy (cp, &v, sizeof v); } /* Put result from CTX in first 20 bytes following RESBUF. The result must be in little endian byte order. */ void * sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf) { char *r = resbuf; set_uint32 (r + 0 * sizeof ctx->A, SWAP (ctx->A)); set_uint32 (r + 1 * sizeof ctx->B, SWAP (ctx->B)); set_uint32 (r + 2 * sizeof ctx->C, SWAP (ctx->C)); set_uint32 (r + 3 * sizeof ctx->D, SWAP (ctx->D)); set_uint32 (r + 4 * sizeof ctx->E, SWAP (ctx->E)); return resbuf; } /* Process the remaining bytes in the internal buffer and the usual prolog according to the standard and write the result to RESBUF. */ void * sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf) { /* Take yet unprocessed bytes into account. */ uint32_t bytes = ctx->buflen; size_t size = (bytes < 56) ? 64 / 4 : 64 * 2 / 4; /* Now count remaining bytes. */ ctx->total[0] += bytes; if (ctx->total[0] < bytes) ++ctx->total[1]; /* Put the 64-bit file length in *bits* at the end of the buffer. */ ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3); memcpy (&((char *) ctx->buffer)[bytes], fillbuf, (size - 2) * 4 - bytes); /* Process last bytes. */ sha1_process_block (ctx->buffer, size * 4, ctx); return sha1_read_ctx (ctx, resbuf); } /* Compute SHA1 message digest for bytes read from STREAM. The resulting message digest number will be written into the 16 bytes beginning at RESBLOCK. */ int sha1_stream (FILE *stream, void *resblock) { struct sha1_ctx ctx; size_t sum; char *buffer = malloc (BLOCKSIZE + 72); if (!buffer) return 1; /* Initialize the computation context. */ sha1_init_ctx (&ctx); /* Iterate over full file contents. */ while (1) { /* We read the file in blocks of BLOCKSIZE bytes. One call of the computation function processes the whole buffer so that with the next round of the loop another block can be read. */ size_t n; sum = 0; /* Read block. Take care for partial reads. */ while (1) { n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); sum += n; if (sum == BLOCKSIZE) break; if (n == 0) { /* Check for the error flag IFF N == 0, so that we don't exit the loop after a partial read due to e.g., EAGAIN or EWOULDBLOCK. */ if (ferror (stream)) { free (buffer); return 1; } goto process_partial_block; } /* We've read at least one byte, so ignore errors. But always check for EOF, since feof may be true even though N > 0. Otherwise, we could end up calling fread after EOF. */ if (feof (stream)) goto process_partial_block; } /* Process buffer with BLOCKSIZE bytes. Note that BLOCKSIZE % 64 == 0 */ sha1_process_block (buffer, BLOCKSIZE, &ctx); } process_partial_block:; /* Process any remaining bytes. */ if (sum > 0) sha1_process_bytes (buffer, sum, &ctx); /* Construct result in desired memory. */ sha1_finish_ctx (&ctx, resblock); free (buffer); return 0; } /* Compute SHA1 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ void * sha1_buffer (const char *buffer, size_t len, void *resblock) { struct sha1_ctx ctx; /* Initialize the computation context. */ sha1_init_ctx (&ctx); /* Process whole buffer but last len % 64 bytes. */ sha1_process_bytes (buffer, len, &ctx); /* Put result in desired memory area. */ return sha1_finish_ctx (&ctx, resblock); } void sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx) { /* When we already have some bits in our internal buffer concatenate both inputs first. */ if (ctx->buflen != 0) { size_t left_over = ctx->buflen; size_t add = 128 - left_over > len ? len : 128 - left_over; memcpy (&((char *) ctx->buffer)[left_over], buffer, add); ctx->buflen += add; if (ctx->buflen > 64) { sha1_process_block (ctx->buffer, ctx->buflen & ~63, ctx); ctx->buflen &= 63; /* The regions in the following copy operation cannot overlap. */ memcpy (ctx->buffer, &((char *) ctx->buffer)[(left_over + add) & ~63], ctx->buflen); } buffer = (const char *) buffer + add; len -= add; } /* Process available complete blocks. */ if (len >= 64) { #if !_STRING_ARCH_unaligned # define UNALIGNED_P(p) ((uintptr_t) (p) % alignof (uint32_t) != 0) if (UNALIGNED_P (buffer)) while (len > 64) { sha1_process_block (memcpy (ctx->buffer, buffer, 64), 64, ctx); buffer = (const char *) buffer + 64; len -= 64; } else #endif { sha1_process_block (buffer, len & ~63, ctx); buffer = (const char *) buffer + (len & ~63); len &= 63; } } /* Move remaining bytes in internal buffer. */ if (len > 0) { size_t left_over = ctx->buflen; memcpy (&((char *) ctx->buffer)[left_over], buffer, len); left_over += len; if (left_over >= 64) { sha1_process_block (ctx->buffer, 64, ctx); left_over -= 64; memcpy (ctx->buffer, &ctx->buffer[16], left_over); } ctx->buflen = left_over; } } /* --- Code below is the primary difference between md5.c and sha1.c --- */ /* SHA1 round constants */ #define K1 0x5a827999 #define K2 0x6ed9eba1 #define K3 0x8f1bbcdc #define K4 0xca62c1d6 /* Round functions. Note that F2 is the same as F4. */ #define F1(B,C,D) ( D ^ ( B & ( C ^ D ) ) ) #define F2(B,C,D) (B ^ C ^ D) #define F3(B,C,D) ( ( B & C ) | ( D & ( B | C ) ) ) #define F4(B,C,D) (B ^ C ^ D) /* Process LEN bytes of BUFFER, accumulating context into CTX. It is assumed that LEN % 64 == 0. Most of this code comes from GnuPG's cipher/sha1.c. */ void sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx) { const uint32_t *words = buffer; size_t nwords = len / sizeof (uint32_t); const uint32_t *endp = words + nwords; uint32_t x[16]; uint32_t a = ctx->A; uint32_t b = ctx->B; uint32_t c = ctx->C; uint32_t d = ctx->D; uint32_t e = ctx->E; uint32_t lolen = len; /* First increment the byte count. RFC 1321 specifies the possible length of the file up to 2^64 bits. Here we only compute the number of bytes. Do a double word increment. */ ctx->total[0] += lolen; ctx->total[1] += (len >> 31 >> 1) + (ctx->total[0] < lolen); #define rol(x, n) (((x) << (n)) | ((uint32_t) (x) >> (32 - (n)))) #define M(I) ( tm = x[I&0x0f] ^ x[(I-14)&0x0f] \ ^ x[(I-8)&0x0f] ^ x[(I-3)&0x0f] \ , (x[I&0x0f] = rol(tm, 1)) ) #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ + F( B, C, D ) \ + K \ + M; \ B = rol( B, 30 ); \ } while(0) while (words < endp) { uint32_t tm; int t; for (t = 0; t < 16; t++) { x[t] = SWAP (*words); words++; } R( a, b, c, d, e, F1, K1, x[ 0] ); R( e, a, b, c, d, F1, K1, x[ 1] ); R( d, e, a, b, c, F1, K1, x[ 2] ); R( c, d, e, a, b, F1, K1, x[ 3] ); R( b, c, d, e, a, F1, K1, x[ 4] ); R( a, b, c, d, e, F1, K1, x[ 5] ); R( e, a, b, c, d, F1, K1, x[ 6] ); R( d, e, a, b, c, F1, K1, x[ 7] ); R( c, d, e, a, b, F1, K1, x[ 8] ); R( b, c, d, e, a, F1, K1, x[ 9] ); R( a, b, c, d, e, F1, K1, x[10] ); R( e, a, b, c, d, F1, K1, x[11] ); R( d, e, a, b, c, F1, K1, x[12] ); R( c, d, e, a, b, F1, K1, x[13] ); R( b, c, d, e, a, F1, K1, x[14] ); R( a, b, c, d, e, F1, K1, x[15] ); R( e, a, b, c, d, F1, K1, M(16) ); R( d, e, a, b, c, F1, K1, M(17) ); R( c, d, e, a, b, F1, K1, M(18) ); R( b, c, d, e, a, F1, K1, M(19) ); R( a, b, c, d, e, F2, K2, M(20) ); R( e, a, b, c, d, F2, K2, M(21) ); R( d, e, a, b, c, F2, K2, M(22) ); R( c, d, e, a, b, F2, K2, M(23) ); R( b, c, d, e, a, F2, K2, M(24) ); R( a, b, c, d, e, F2, K2, M(25) ); R( e, a, b, c, d, F2, K2, M(26) ); R( d, e, a, b, c, F2, K2, M(27) ); R( c, d, e, a, b, F2, K2, M(28) ); R( b, c, d, e, a, F2, K2, M(29) ); R( a, b, c, d, e, F2, K2, M(30) ); R( e, a, b, c, d, F2, K2, M(31) ); R( d, e, a, b, c, F2, K2, M(32) ); R( c, d, e, a, b, F2, K2, M(33) ); R( b, c, d, e, a, F2, K2, M(34) ); R( a, b, c, d, e, F2, K2, M(35) ); R( e, a, b, c, d, F2, K2, M(36) ); R( d, e, a, b, c, F2, K2, M(37) ); R( c, d, e, a, b, F2, K2, M(38) ); R( b, c, d, e, a, F2, K2, M(39) ); R( a, b, c, d, e, F3, K3, M(40) ); R( e, a, b, c, d, F3, K3, M(41) ); R( d, e, a, b, c, F3, K3, M(42) ); R( c, d, e, a, b, F3, K3, M(43) ); R( b, c, d, e, a, F3, K3, M(44) ); R( a, b, c, d, e, F3, K3, M(45) ); R( e, a, b, c, d, F3, K3, M(46) ); R( d, e, a, b, c, F3, K3, M(47) ); R( c, d, e, a, b, F3, K3, M(48) ); R( b, c, d, e, a, F3, K3, M(49) ); R( a, b, c, d, e, F3, K3, M(50) ); R( e, a, b, c, d, F3, K3, M(51) ); R( d, e, a, b, c, F3, K3, M(52) ); R( c, d, e, a, b, F3, K3, M(53) ); R( b, c, d, e, a, F3, K3, M(54) ); R( a, b, c, d, e, F3, K3, M(55) ); R( e, a, b, c, d, F3, K3, M(56) ); R( d, e, a, b, c, F3, K3, M(57) ); R( c, d, e, a, b, F3, K3, M(58) ); R( b, c, d, e, a, F3, K3, M(59) ); R( a, b, c, d, e, F4, K4, M(60) ); R( e, a, b, c, d, F4, K4, M(61) ); R( d, e, a, b, c, F4, K4, M(62) ); R( c, d, e, a, b, F4, K4, M(63) ); R( b, c, d, e, a, F4, K4, M(64) ); R( a, b, c, d, e, F4, K4, M(65) ); R( e, a, b, c, d, F4, K4, M(66) ); R( d, e, a, b, c, F4, K4, M(67) ); R( c, d, e, a, b, F4, K4, M(68) ); R( b, c, d, e, a, F4, K4, M(69) ); R( a, b, c, d, e, F4, K4, M(70) ); R( e, a, b, c, d, F4, K4, M(71) ); R( d, e, a, b, c, F4, K4, M(72) ); R( c, d, e, a, b, F4, K4, M(73) ); R( b, c, d, e, a, F4, K4, M(74) ); R( a, b, c, d, e, F4, K4, M(75) ); R( e, a, b, c, d, F4, K4, M(76) ); R( d, e, a, b, c, F4, K4, M(77) ); R( c, d, e, a, b, F4, K4, M(78) ); R( b, c, d, e, a, F4, K4, M(79) ); a = ctx->A += a; b = ctx->B += b; c = ctx->C += c; d = ctx->D += d; e = ctx->E += e; } } gsasl-1.8.0/lib/gl/strverscmp.c0000664000000000000000000000750611746471770013274 00000000000000/* Compare strings while treating digits characters numerically. Copyright (C) 1997, 2000, 2002, 2004, 2006, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jean-François Bignolles , 1997. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #if !_LIBC # include #endif #include #include /* states: S_N: normal, S_I: comparing integral part, S_F: comparing fractional parts, S_Z: idem but with leading Zeroes only */ #define S_N 0x0 #define S_I 0x4 #define S_F 0x8 #define S_Z 0xC /* result_type: CMP: return diff; LEN: compare using len_diff/diff */ #define CMP 2 #define LEN 3 /* ISDIGIT differs from isdigit, as follows: - Its arg may be any int or unsigned int; it need not be an unsigned char or EOF. - It's typically faster. POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to isdigit unless it's important to use the locale's definition of "digit" even when the host does not conform to POSIX. */ #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) #undef __strverscmp #undef strverscmp #ifndef weak_alias # define __strverscmp strverscmp #endif /* Compare S1 and S2 as strings holding indices/version numbers, returning less than, equal to or greater than zero if S1 is less than, equal to or greater than S2 (for more info, see the texinfo doc). */ int __strverscmp (const char *s1, const char *s2) { const unsigned char *p1 = (const unsigned char *) s1; const unsigned char *p2 = (const unsigned char *) s2; unsigned char c1, c2; int state; int diff; /* Symbol(s) 0 [1-9] others (padding) Transition (10) 0 (01) d (00) x (11) - */ static const unsigned int next_state[] = { /* state x d 0 - */ /* S_N */ S_N, S_I, S_Z, S_N, /* S_I */ S_N, S_I, S_I, S_I, /* S_F */ S_N, S_F, S_F, S_F, /* S_Z */ S_N, S_F, S_Z, S_Z }; static const int result_type[] = { /* state x/x x/d x/0 x/- d/x d/d d/0 d/- 0/x 0/d 0/0 0/- -/x -/d -/0 -/- */ /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, /* S_I */ CMP, -1, -1, CMP, 1, LEN, LEN, CMP, 1, LEN, LEN, CMP, CMP, CMP, CMP, CMP, /* S_F */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP, /* S_Z */ CMP, 1, 1, CMP, -1, CMP, CMP, CMP, -1, CMP, CMP, CMP }; if (p1 == p2) return 0; c1 = *p1++; c2 = *p2++; /* Hint: '0' is a digit too. */ state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); while ((diff = c1 - c2) == 0 && c1 != '\0') { state = next_state[state]; c1 = *p1++; c2 = *p2++; state |= (c1 == '0') + (ISDIGIT (c1) != 0); } state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; switch (state) { case CMP: return diff; case LEN: while (ISDIGIT (*p1++)) if (!ISDIGIT (*p2++)) return 1; return ISDIGIT (*p2) ? -1 : diff; default: return state; } } #ifdef weak_alias weak_alias (__strverscmp, strverscmp) #endif gsasl-1.8.0/lib/gl/gss-extra.c0000664000000000000000000001631011746471770012772 00000000000000/* gss-extra.c --- Provide GSS-API symbols when missing from library. * Copyright (C) 2010 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H # include "config.h" #endif /* Get specification. */ #include "gss-extra.h" /* Get strcmp. */ #include /* Get malloc, free. */ #include #ifndef HAVE_GSS_C_NT_HOSTBASED_SERVICE /* MIT Kerberos for Windows version 3.2.2 lacks this. */ static gss_OID_desc tmp = { 10, (void *)"\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04" }; gss_OID GSS_C_NT_HOSTBASED_SERVICE = &tmp; #endif #ifndef HAVE_GSS_OID_EQUAL int gss_oid_equal (const gss_OID first_oid, const gss_OID second_oid) { return first_oid && second_oid && first_oid->length == second_oid->length && memcmp (first_oid->elements, second_oid->elements, second_oid->length) == 0; } #endif #ifndef HAVE_GSS_INQUIRE_MECH_FOR_SASLNAME /* Provide a dummy replacement function for GSS-API libraries that lacks gss_inquire_mech_for_saslname. This function only works for Kerberos V5. */ OM_uint32 gss_inquire_mech_for_saslname (OM_uint32 * minor_status, const gss_buffer_t sasl_mech_name, gss_OID * mech_type) { static gss_OID_desc krb5oid_static = { 9, (char *) "\x2a\x86\x48\x86\xf7\x12\x01\x02\x02" }; if (sasl_mech_name->value == NULL || sasl_mech_name->length != 8 || memcmp (sasl_mech_name->value, "GS2-KRB5", 8) != 0) { if (minor_status) *minor_status = 0; return GSS_S_BAD_MECH; } if (mech_type) *mech_type = &krb5oid_static; return GSS_S_COMPLETE; } #endif /* * The functions _gss_asn1_length_der and _gss_asn1_get_length_der are * borrowed from GNU Libtasn1, under LGPLv2.1+. * Copyright (C) 2002 Fabio Fiorina. * The remaining functions below are copied from GNU GSS but re-licensed * to LGPLv2.1+. * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson */ #ifndef HAVE_GSS_ENCAPSULATE_TOKEN static void _gss_asn1_length_der (size_t len, unsigned char *ans, size_t * ans_len) { size_t k; unsigned char temp[sizeof (len)]; if (len < 128) { if (ans != NULL) ans[0] = (unsigned char) len; *ans_len = 1; } else { k = 0; while (len) { temp[k++] = len & 0xFF; len = len >> 8; } *ans_len = k + 1; if (ans != NULL) { ans[0] = ((unsigned char) k & 0x7F) + 128; while (k--) ans[*ans_len - 1 - k] = temp[k]; } } } static OM_uint32 _gss_encapsulate_token_prefix (const char *prefix, size_t prefixlen, const char *in, size_t inlen, const char *oid, OM_uint32 oidlen, void **out, size_t * outlen) { size_t oidlenlen; size_t asn1len, asn1lenlen; unsigned char *p; if (prefix == NULL) prefixlen = 0; _gss_asn1_length_der (oidlen, NULL, &oidlenlen); asn1len = 1 + oidlenlen + oidlen + prefixlen + inlen; _gss_asn1_length_der (asn1len, NULL, &asn1lenlen); *outlen = 1 + asn1lenlen + asn1len; p = *out = malloc (*outlen); if (!p) return -1; *p++ = '\x60'; _gss_asn1_length_der (asn1len, p, &asn1lenlen); p += asn1lenlen; *p++ = '\x06'; _gss_asn1_length_der (oidlen, p, &oidlenlen); p += oidlenlen; memcpy (p, oid, oidlen); p += oidlen; if (prefixlen > 0) { memcpy (p, prefix, prefixlen); p += prefixlen; } memcpy (p, in, inlen); return 0; } extern OM_uint32 gss_encapsulate_token (const gss_buffer_t input_token, const gss_OID token_oid, gss_buffer_t output_token) { int rc; if (!input_token) return GSS_S_CALL_INACCESSIBLE_READ; if (!token_oid) return GSS_S_CALL_INACCESSIBLE_READ; if (!output_token) return GSS_S_CALL_INACCESSIBLE_WRITE; rc = _gss_encapsulate_token_prefix (NULL, 0, input_token->value, input_token->length, token_oid->elements, token_oid->length, &output_token->value, &output_token->length); if (rc != 0) return GSS_S_FAILURE; return GSS_S_COMPLETE; } #endif /* HAVE_GSS_ENCAPSULATE_TOKEN */ #ifndef HAVE_GSS_ENCAPSULATE_TOKEN static size_t _gss_asn1_get_length_der (const char *der, size_t der_len, size_t * len) { size_t ans; size_t k, punt; *len = 0; if (der_len <= 0) return 0; if (!(der[0] & 128)) { /* short form */ *len = 1; return (unsigned char) der[0]; } else { /* Long form */ k = (unsigned char) der[0] & 0x7F; punt = 1; if (k) { /* definite length method */ ans = 0; while (punt <= k && punt < der_len) { size_t last = ans; ans = ans * 256 + (unsigned char) der[punt++]; if (ans < last) /* we wrapped around, no bignum support... */ return -2; } } else { /* indefinite length method */ ans = -1; } *len = punt; return ans; } } static int _gss_decapsulate_token (const char *in, size_t inlen, char **oid, size_t * oidlen, char **out, size_t * outlen) { size_t i; size_t asn1lenlen; if (inlen-- == 0) return -1; if (*in++ != '\x60') return -1; i = inlen; asn1lenlen = _gss_asn1_get_length_der (in, inlen, &i); if (inlen < i) return -1; inlen -= i; in += i; if (inlen != asn1lenlen) return -1; if (inlen-- == 0) return -1; if (*in++ != '\x06') return -1; i = inlen; asn1lenlen = _gss_asn1_get_length_der (in, inlen, &i); if (inlen < i) return -1; inlen -= i; in += i; if (inlen < asn1lenlen) return -1; *oidlen = asn1lenlen; *oid = (char *) in; inlen -= asn1lenlen; in += asn1lenlen; *outlen = inlen; *out = (char *) in; return 0; } OM_uint32 gss_decapsulate_token (const gss_buffer_t input_token, const gss_OID token_oid, gss_buffer_t output_token) { gss_OID_desc tmpoid; char *oid = NULL, *out = NULL; size_t oidlen = 0, outlen = 0; if (!input_token) return GSS_S_CALL_INACCESSIBLE_READ; if (!token_oid) return GSS_S_CALL_INACCESSIBLE_READ; if (!output_token) return GSS_S_CALL_INACCESSIBLE_WRITE; if (_gss_decapsulate_token ((char *) input_token->value, input_token->length, &oid, &oidlen, &out, &outlen) != 0) return GSS_S_DEFECTIVE_TOKEN; tmpoid.length = oidlen; tmpoid.elements = oid; if (!gss_oid_equal (token_oid, &tmpoid)) return GSS_S_DEFECTIVE_TOKEN; output_token->length = outlen; output_token->value = malloc (outlen); if (!output_token->value) return GSS_S_FAILURE; memcpy (output_token->value, out, outlen); return GSS_S_COMPLETE; } #endif gsasl-1.8.0/lib/gl/printf-args.c0000664000000000000000000001466111746471770013320 00000000000000/* Decomposed printf argument list. Copyright (C) 1999, 2002-2003, 2005-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* This file can be parametrized with the following macros: ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. PRINTF_FETCHARGS Name of the function to be defined. STATIC Set to 'static' to declare the function static. */ #ifndef PRINTF_FETCHARGS # include #endif /* Specification. */ #ifndef PRINTF_FETCHARGS # include "printf-args.h" #endif #ifdef STATIC STATIC #endif int PRINTF_FETCHARGS (va_list args, arguments *a) { size_t i; argument *ap; for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++) switch (ap->type) { case TYPE_SCHAR: ap->a.a_schar = va_arg (args, /*signed char*/ int); break; case TYPE_UCHAR: ap->a.a_uchar = va_arg (args, /*unsigned char*/ int); break; case TYPE_SHORT: ap->a.a_short = va_arg (args, /*short*/ int); break; case TYPE_USHORT: ap->a.a_ushort = va_arg (args, /*unsigned short*/ int); break; case TYPE_INT: ap->a.a_int = va_arg (args, int); break; case TYPE_UINT: ap->a.a_uint = va_arg (args, unsigned int); break; case TYPE_LONGINT: ap->a.a_longint = va_arg (args, long int); break; case TYPE_ULONGINT: ap->a.a_ulongint = va_arg (args, unsigned long int); break; #if HAVE_LONG_LONG_INT case TYPE_LONGLONGINT: ap->a.a_longlongint = va_arg (args, long long int); break; case TYPE_ULONGLONGINT: ap->a.a_ulonglongint = va_arg (args, unsigned long long int); break; #endif case TYPE_DOUBLE: ap->a.a_double = va_arg (args, double); break; case TYPE_LONGDOUBLE: ap->a.a_longdouble = va_arg (args, long double); break; case TYPE_CHAR: ap->a.a_char = va_arg (args, int); break; #if HAVE_WINT_T case TYPE_WIDE_CHAR: /* Although ISO C 99 7.24.1.(2) says that wint_t is "unchanged by default argument promotions", this is not the case in mingw32, where wint_t is 'unsigned short'. */ ap->a.a_wide_char = (sizeof (wint_t) < sizeof (int) ? (wint_t) va_arg (args, int) : va_arg (args, wint_t)); break; #endif case TYPE_STRING: ap->a.a_string = va_arg (args, const char *); /* A null pointer is an invalid argument for "%s", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_string == NULL) ap->a.a_string = "(NULL)"; break; #if HAVE_WCHAR_T case TYPE_WIDE_STRING: ap->a.a_wide_string = va_arg (args, const wchar_t *); /* A null pointer is an invalid argument for "%ls", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_wide_string == NULL) { static const wchar_t wide_null_string[] = { (wchar_t)'(', (wchar_t)'N', (wchar_t)'U', (wchar_t)'L', (wchar_t)'L', (wchar_t)')', (wchar_t)0 }; ap->a.a_wide_string = wide_null_string; } break; #endif case TYPE_POINTER: ap->a.a_pointer = va_arg (args, void *); break; case TYPE_COUNT_SCHAR_POINTER: ap->a.a_count_schar_pointer = va_arg (args, signed char *); break; case TYPE_COUNT_SHORT_POINTER: ap->a.a_count_short_pointer = va_arg (args, short *); break; case TYPE_COUNT_INT_POINTER: ap->a.a_count_int_pointer = va_arg (args, int *); break; case TYPE_COUNT_LONGINT_POINTER: ap->a.a_count_longint_pointer = va_arg (args, long int *); break; #if HAVE_LONG_LONG_INT case TYPE_COUNT_LONGLONGINT_POINTER: ap->a.a_count_longlongint_pointer = va_arg (args, long long int *); break; #endif #if ENABLE_UNISTDIO /* The unistdio extensions. */ case TYPE_U8_STRING: ap->a.a_u8_string = va_arg (args, const uint8_t *); /* A null pointer is an invalid argument for "%U", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_u8_string == NULL) { static const uint8_t u8_null_string[] = { '(', 'N', 'U', 'L', 'L', ')', 0 }; ap->a.a_u8_string = u8_null_string; } break; case TYPE_U16_STRING: ap->a.a_u16_string = va_arg (args, const uint16_t *); /* A null pointer is an invalid argument for "%lU", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_u16_string == NULL) { static const uint16_t u16_null_string[] = { '(', 'N', 'U', 'L', 'L', ')', 0 }; ap->a.a_u16_string = u16_null_string; } break; case TYPE_U32_STRING: ap->a.a_u32_string = va_arg (args, const uint32_t *); /* A null pointer is an invalid argument for "%llU", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_u32_string == NULL) { static const uint32_t u32_null_string[] = { '(', 'N', 'U', 'L', 'L', ')', 0 }; ap->a.a_u32_string = u32_null_string; } break; #endif default: /* Unknown type. */ return -1; } return 0; } gsasl-1.8.0/lib/gl/itold.c0000664000000000000000000000203711746471770012171 00000000000000/* Replacement for 'int' to 'long double' conversion routine. Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include void _Qp_itoq (long double *result, int a) { /* Convert from 'int' to 'double', then from 'double' to 'long double'. */ *result = (double) a; } gsasl-1.8.0/lib/gl/memxor.h0000664000000000000000000000224611746471770012374 00000000000000/* memxor.h -- perform binary exclusive OR operation on memory blocks. Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. The interface was inspired by memxor in Niels Möller's Nettle. */ #ifndef MEMXOR_H # define MEMXOR_H #include /* Compute binary exclusive OR of memory areas DEST and SRC, putting the result in DEST, of length N bytes. Returns a pointer to DEST. */ void *memxor (void *restrict dest, const void *restrict src, size_t n); #endif /* MEMXOR_H */ gsasl-1.8.0/lib/gl/str-two-way.h0000664000000000000000000004221411746471770013301 00000000000000/* Byte-wise substring search, using the Two-Way algorithm. Copyright (C) 2008-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Eric Blake , 2008. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Before including this file, you need to include and , and define: RESULT_TYPE A macro that expands to the return type. AVAILABLE(h, h_l, j, n_l) A macro that returns nonzero if there are at least N_L bytes left starting at H[J]. H is 'unsigned char *', H_L, J, and N_L are 'size_t'; H_L is an lvalue. For NUL-terminated searches, H_L can be modified each iteration to avoid having to compute the end of H up front. For case-insensitivity, you may optionally define: CMP_FUNC(p1, p2, l) A macro that returns 0 iff the first L characters of P1 and P2 are equal. CANON_ELEMENT(c) A macro that canonicalizes an element right after it has been fetched from one of the two strings. The argument is an 'unsigned char'; the result must be an 'unsigned char' as well. This file undefines the macros documented above, and defines LONG_NEEDLE_THRESHOLD. */ #include #include /* We use the Two-Way string matching algorithm (also known as Chrochemore-Perrin), which guarantees linear complexity with constant space. Additionally, for long needles, we also use a bad character shift table similar to the Boyer-Moore algorithm to achieve improved (potentially sub-linear) performance. See http://www-igm.univ-mlv.fr/~lecroq/string/node26.html#SECTION00260, http://en.wikipedia.org/wiki/Boyer-Moore_string_search_algorithm, http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.34.6641&rep=rep1&type=pdf */ /* Point at which computing a bad-byte shift table is likely to be worthwhile. Small needles should not compute a table, since it adds (1 << CHAR_BIT) + NEEDLE_LEN computations of preparation for a speedup no greater than a factor of NEEDLE_LEN. The larger the needle, the better the potential performance gain. On the other hand, on non-POSIX systems with CHAR_BIT larger than eight, the memory required for the table is prohibitive. */ #if CHAR_BIT < 10 # define LONG_NEEDLE_THRESHOLD 32U #else # define LONG_NEEDLE_THRESHOLD SIZE_MAX #endif #ifndef MAX # define MAX(a, b) ((a < b) ? (b) : (a)) #endif #ifndef CANON_ELEMENT # define CANON_ELEMENT(c) c #endif #ifndef CMP_FUNC # define CMP_FUNC memcmp #endif /* Perform a critical factorization of NEEDLE, of length NEEDLE_LEN. Return the index of the first byte in the right half, and set *PERIOD to the global period of the right half. The global period of a string is the smallest index (possibly its length) at which all remaining bytes in the string are repetitions of the prefix (the last repetition may be a subset of the prefix). When NEEDLE is factored into two halves, a local period is the length of the smallest word that shares a suffix with the left half and shares a prefix with the right half. All factorizations of a non-empty NEEDLE have a local period of at least 1 and no greater than NEEDLE_LEN. A critical factorization has the property that the local period equals the global period. All strings have at least one critical factorization with the left half smaller than the global period. And while some strings have more than one critical factorization, it is provable that with an ordered alphabet, at least one of the critical factorizations corresponds to a maximal suffix. Given an ordered alphabet, a critical factorization can be computed in linear time, with 2 * NEEDLE_LEN comparisons, by computing the shorter of two ordered maximal suffixes. The ordered maximal suffixes are determined by lexicographic comparison while tracking periodicity. */ static size_t critical_factorization (const unsigned char *needle, size_t needle_len, size_t *period) { /* Index of last byte of left half, or SIZE_MAX. */ size_t max_suffix, max_suffix_rev; size_t j; /* Index into NEEDLE for current candidate suffix. */ size_t k; /* Offset into current period. */ size_t p; /* Intermediate period. */ unsigned char a, b; /* Current comparison bytes. */ /* Special case NEEDLE_LEN of 1 or 2 (all callers already filtered out 0-length needles. */ if (needle_len < 3) { *period = 1; return needle_len - 1; } /* Invariants: 0 <= j < NEEDLE_LEN - 1 -1 <= max_suffix{,_rev} < j (treating SIZE_MAX as if it were signed) min(max_suffix, max_suffix_rev) < global period of NEEDLE 1 <= p <= global period of NEEDLE p == global period of the substring NEEDLE[max_suffix{,_rev}+1...j] 1 <= k <= p */ /* Perform lexicographic search. */ max_suffix = SIZE_MAX; j = 0; k = p = 1; while (j + k < needle_len) { a = CANON_ELEMENT (needle[j + k]); b = CANON_ELEMENT (needle[max_suffix + k]); if (a < b) { /* Suffix is smaller, period is entire prefix so far. */ j += k; k = 1; p = j - max_suffix; } else if (a == b) { /* Advance through repetition of the current period. */ if (k != p) ++k; else { j += p; k = 1; } } else /* b < a */ { /* Suffix is larger, start over from current location. */ max_suffix = j++; k = p = 1; } } *period = p; /* Perform reverse lexicographic search. */ max_suffix_rev = SIZE_MAX; j = 0; k = p = 1; while (j + k < needle_len) { a = CANON_ELEMENT (needle[j + k]); b = CANON_ELEMENT (needle[max_suffix_rev + k]); if (b < a) { /* Suffix is smaller, period is entire prefix so far. */ j += k; k = 1; p = j - max_suffix_rev; } else if (a == b) { /* Advance through repetition of the current period. */ if (k != p) ++k; else { j += p; k = 1; } } else /* a < b */ { /* Suffix is larger, start over from current location. */ max_suffix_rev = j++; k = p = 1; } } /* Choose the shorter suffix. Return the index of the first byte of the right half, rather than the last byte of the left half. For some examples, 'banana' has two critical factorizations, both exposed by the two lexicographic extreme suffixes of 'anana' and 'nana', where both suffixes have a period of 2. On the other hand, with 'aab' and 'bba', both strings have a single critical factorization of the last byte, with the suffix having a period of 1. While the maximal lexicographic suffix of 'aab' is 'b', the maximal lexicographic suffix of 'bba' is 'ba', which is not a critical factorization. Conversely, the maximal reverse lexicographic suffix of 'a' works for 'bba', but not 'ab' for 'aab'. The shorter suffix of the two will always be a critical factorization. */ if (max_suffix_rev + 1 < max_suffix + 1) return max_suffix + 1; *period = p; return max_suffix_rev + 1; } /* Return the first location of non-empty NEEDLE within HAYSTACK, or NULL. HAYSTACK_LEN is the minimum known length of HAYSTACK. This method is optimized for NEEDLE_LEN < LONG_NEEDLE_THRESHOLD. Performance is guaranteed to be linear, with an initialization cost of 2 * NEEDLE_LEN comparisons. If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at most 2 * HAYSTACK_LEN - NEEDLE_LEN comparisons occur in searching. If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 * HAYSTACK_LEN - NEEDLE_LEN comparisons occur in searching. */ static RETURN_TYPE two_way_short_needle (const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) { size_t i; /* Index into current byte of NEEDLE. */ size_t j; /* Index into current window of HAYSTACK. */ size_t period; /* The period of the right half of needle. */ size_t suffix; /* The index of the right half of needle. */ /* Factor the needle into two halves, such that the left half is smaller than the global period, and the right half is periodic (with a period as large as NEEDLE_LEN - suffix). */ suffix = critical_factorization (needle, needle_len, &period); /* Perform the search. Each iteration compares the right half first. */ if (CMP_FUNC (needle, needle + period, suffix) == 0) { /* Entire needle is periodic; a mismatch in the left half can only advance by the period, so use memory to avoid rescanning known occurrences of the period in the right half. */ size_t memory = 0; j = 0; while (AVAILABLE (haystack, haystack_len, j, needle_len)) { /* Scan for matches in right half. */ i = MAX (suffix, memory); while (i < needle_len && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) ++i; if (needle_len <= i) { /* Scan for matches in left half. */ i = suffix - 1; while (memory < i + 1 && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) --i; if (i + 1 < memory + 1) return (RETURN_TYPE) (haystack + j); /* No match, so remember how many repetitions of period on the right half were scanned. */ j += period; memory = needle_len - period; } else { j += i - suffix + 1; memory = 0; } } } else { /* The two halves of needle are distinct; no extra memory is required, and any mismatch results in a maximal shift. */ period = MAX (suffix, needle_len - suffix) + 1; j = 0; while (AVAILABLE (haystack, haystack_len, j, needle_len)) { /* Scan for matches in right half. */ i = suffix; while (i < needle_len && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) ++i; if (needle_len <= i) { /* Scan for matches in left half. */ i = suffix - 1; while (i != SIZE_MAX && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) --i; if (i == SIZE_MAX) return (RETURN_TYPE) (haystack + j); j += period; } else j += i - suffix + 1; } } return NULL; } /* Return the first location of non-empty NEEDLE within HAYSTACK, or NULL. HAYSTACK_LEN is the minimum known length of HAYSTACK. This method is optimized for LONG_NEEDLE_THRESHOLD <= NEEDLE_LEN. Performance is guaranteed to be linear, with an initialization cost of 3 * NEEDLE_LEN + (1 << CHAR_BIT) operations. If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at most 2 * HAYSTACK_LEN - NEEDLE_LEN comparisons occur in searching, and sublinear performance O(HAYSTACK_LEN / NEEDLE_LEN) is possible. If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 * HAYSTACK_LEN - NEEDLE_LEN comparisons occur in searching, and sublinear performance is not possible. */ static RETURN_TYPE two_way_long_needle (const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) { size_t i; /* Index into current byte of NEEDLE. */ size_t j; /* Index into current window of HAYSTACK. */ size_t period; /* The period of the right half of needle. */ size_t suffix; /* The index of the right half of needle. */ size_t shift_table[1U << CHAR_BIT]; /* See below. */ /* Factor the needle into two halves, such that the left half is smaller than the global period, and the right half is periodic (with a period as large as NEEDLE_LEN - suffix). */ suffix = critical_factorization (needle, needle_len, &period); /* Populate shift_table. For each possible byte value c, shift_table[c] is the distance from the last occurrence of c to the end of NEEDLE, or NEEDLE_LEN if c is absent from the NEEDLE. shift_table[NEEDLE[NEEDLE_LEN - 1]] contains the only 0. */ for (i = 0; i < 1U << CHAR_BIT; i++) shift_table[i] = needle_len; for (i = 0; i < needle_len; i++) shift_table[CANON_ELEMENT (needle[i])] = needle_len - i - 1; /* Perform the search. Each iteration compares the right half first. */ if (CMP_FUNC (needle, needle + period, suffix) == 0) { /* Entire needle is periodic; a mismatch in the left half can only advance by the period, so use memory to avoid rescanning known occurrences of the period in the right half. */ size_t memory = 0; size_t shift; j = 0; while (AVAILABLE (haystack, haystack_len, j, needle_len)) { /* Check the last byte first; if it does not match, then shift to the next possible match location. */ shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])]; if (0 < shift) { if (memory && shift < period) { /* Since needle is periodic, but the last period has a byte out of place, there can be no match until after the mismatch. */ shift = needle_len - period; } memory = 0; j += shift; continue; } /* Scan for matches in right half. The last byte has already been matched, by virtue of the shift table. */ i = MAX (suffix, memory); while (i < needle_len - 1 && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) ++i; if (needle_len - 1 <= i) { /* Scan for matches in left half. */ i = suffix - 1; while (memory < i + 1 && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) --i; if (i + 1 < memory + 1) return (RETURN_TYPE) (haystack + j); /* No match, so remember how many repetitions of period on the right half were scanned. */ j += period; memory = needle_len - period; } else { j += i - suffix + 1; memory = 0; } } } else { /* The two halves of needle are distinct; no extra memory is required, and any mismatch results in a maximal shift. */ size_t shift; period = MAX (suffix, needle_len - suffix) + 1; j = 0; while (AVAILABLE (haystack, haystack_len, j, needle_len)) { /* Check the last byte first; if it does not match, then shift to the next possible match location. */ shift = shift_table[CANON_ELEMENT (haystack[j + needle_len - 1])]; if (0 < shift) { j += shift; continue; } /* Scan for matches in right half. The last byte has already been matched, by virtue of the shift table. */ i = suffix; while (i < needle_len - 1 && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) ++i; if (needle_len - 1 <= i) { /* Scan for matches in left half. */ i = suffix - 1; while (i != SIZE_MAX && (CANON_ELEMENT (needle[i]) == CANON_ELEMENT (haystack[i + j]))) --i; if (i == SIZE_MAX) return (RETURN_TYPE) (haystack + j); j += period; } else j += i - suffix + 1; } } return NULL; } #undef AVAILABLE #undef CANON_ELEMENT #undef CMP_FUNC #undef MAX #undef RETURN_TYPE gsasl-1.8.0/lib/gl/sha1.h0000664000000000000000000000612511746471770011721 00000000000000/* Declarations of functions and data types used for SHA1 sum library functions. Copyright (C) 2000-2001, 2003, 2005-2006, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef SHA1_H # define SHA1_H 1 # include # include # ifdef __cplusplus extern "C" { # endif #define SHA1_DIGEST_SIZE 20 /* Structure to save state of computation between the single steps. */ struct sha1_ctx { uint32_t A; uint32_t B; uint32_t C; uint32_t D; uint32_t E; uint32_t total[2]; uint32_t buflen; uint32_t buffer[32]; }; /* Initialize structure containing state of computation. */ extern void sha1_init_ctx (struct sha1_ctx *ctx); /* Starting with the result of former calls of this function (or the initialization function update the context for the next LEN bytes starting at BUFFER. It is necessary that LEN is a multiple of 64!!! */ extern void sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx); /* Starting with the result of former calls of this function (or the initialization function update the context for the next LEN bytes starting at BUFFER. It is NOT required that LEN is a multiple of 64. */ extern void sha1_process_bytes (const void *buffer, size_t len, struct sha1_ctx *ctx); /* Process the remaining bytes in the buffer and put result from CTX in first 20 bytes following RESBUF. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf); /* Put result from CTX in first 20 bytes following RESBUF. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf); /* Compute SHA1 message digest for bytes read from STREAM. The resulting message digest number will be written into the 20 bytes beginning at RESBLOCK. */ extern int sha1_stream (FILE *stream, void *resblock); /* Compute SHA1 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ extern void *sha1_buffer (const char *buffer, size_t len, void *resblock); # ifdef __cplusplus } # endif #endif gsasl-1.8.0/lib/gl/vasprintf.c0000664000000000000000000000252111746471770013070 00000000000000/* Formatted output to strings. Copyright (C) 1999, 2002, 2006-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #include /* Specification. */ #ifdef IN_LIBASPRINTF # include "vasprintf.h" #else # include #endif #include #include #include #include "vasnprintf.h" int vasprintf (char **resultp, const char *format, va_list args) { size_t length; char *result = vasnprintf (NULL, &length, format, args); if (result == NULL) return -1; if (length > INT_MAX) { free (result); errno = EOVERFLOW; return -1; } *resultp = result; /* Return the number of resulting bytes, excluding the trailing NUL. */ return length; } gsasl-1.8.0/lib/gl/memchr.valgrind0000664000000000000000000000065211746471770013716 00000000000000# Suppress a valgrind message about use of uninitialized memory in memchr(). # POSIX states that when the character is found, memchr must not read extra # bytes in an overestimated length (for example, where memchr is used to # implement strnlen). However, we use a safe word read to provide a speedup. { memchr-value4 Memcheck:Value4 fun:rpl_memchr } { memchr-value8 Memcheck:Value8 fun:rpl_memchr } gsasl-1.8.0/lib/gl/memchr.c0000664000000000000000000001337511746471770012340 00000000000000/* Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2012 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and commentary by Jim Blandy (jimb@ai.mit.edu); adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), and implemented by Roland McGrath (roland@ai.mit.edu). NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #ifndef _LIBC # include #endif #include #include #if defined _LIBC # include #else # define reg_char char #endif #include #if HAVE_BP_SYM_H || defined _LIBC # include #else # define BP_SYM(sym) sym #endif #undef __memchr #ifdef _LIBC # undef memchr #endif #ifndef weak_alias # define __memchr memchr #endif /* Search no more than N bytes of S for C. */ void * __memchr (void const *s, int c_in, size_t n) { /* On 32-bit hardware, choosing longword to be a 32-bit unsigned long instead of a 64-bit uintmax_t tends to give better performance. On 64-bit hardware, unsigned long is generally 64 bits already. Change this typedef to experiment with performance. */ typedef unsigned long int longword; const unsigned char *char_ptr; const longword *longword_ptr; longword repeated_one; longword repeated_c; unsigned reg_char c; c = (unsigned char) c_in; /* Handle the first few bytes by reading one byte at a time. Do this until CHAR_PTR is aligned on a longword boundary. */ for (char_ptr = (const unsigned char *) s; n > 0 && (size_t) char_ptr % sizeof (longword) != 0; --n, ++char_ptr) if (*char_ptr == c) return (void *) char_ptr; longword_ptr = (const longword *) char_ptr; /* All these elucidatory comments refer to 4-byte longwords, but the theory applies equally well to any size longwords. */ /* Compute auxiliary longword values: repeated_one is a value which has a 1 in every byte. repeated_c has c in every byte. */ repeated_one = 0x01010101; repeated_c = c | (c << 8); repeated_c |= repeated_c << 16; if (0xffffffffU < (longword) -1) { repeated_one |= repeated_one << 31 << 1; repeated_c |= repeated_c << 31 << 1; if (8 < sizeof (longword)) { size_t i; for (i = 64; i < sizeof (longword) * 8; i *= 2) { repeated_one |= repeated_one << i; repeated_c |= repeated_c << i; } } } /* Instead of the traditional loop which tests each byte, we will test a longword at a time. The tricky part is testing if *any of the four* bytes in the longword in question are equal to c. We first use an xor with repeated_c. This reduces the task to testing whether *any of the four* bytes in longword1 is zero. We compute tmp = ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7). That is, we perform the following operations: 1. Subtract repeated_one. 2. & ~longword1. 3. & a mask consisting of 0x80 in every byte. Consider what happens in each byte: - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff, and step 3 transforms it into 0x80. A carry can also be propagated to more significant bytes. - If a byte of longword1 is nonzero, let its lowest 1 bit be at position k (0 <= k <= 7); so the lowest k bits are 0. After step 1, the byte ends in a single bit of value 0 and k bits of value 1. After step 2, the result is just k bits of value 1: 2^k - 1. After step 3, the result is 0. And no carry is produced. So, if longword1 has only non-zero bytes, tmp is zero. Whereas if longword1 has a zero byte, call j the position of the least significant zero byte. Then the result has a zero at positions 0, ..., j-1 and a 0x80 at position j. We cannot predict the result at the more significant bytes (positions j+1..3), but it does not matter since we already have a non-zero bit at position 8*j+7. So, the test whether any byte in longword1 is zero is equivalent to testing whether tmp is nonzero. */ while (n >= sizeof (longword)) { longword longword1 = *longword_ptr ^ repeated_c; if ((((longword1 - repeated_one) & ~longword1) & (repeated_one << 7)) != 0) break; longword_ptr++; n -= sizeof (longword); } char_ptr = (const unsigned char *) longword_ptr; /* At this point, we know that either n < sizeof (longword), or one of the sizeof (longword) bytes starting at char_ptr is == c. On little-endian machines, we could determine the first such byte without any further memory accesses, just by looking at the tmp result from the last loop iteration. But this does not work on big-endian machines. Choose code that works in both cases. */ for (; n > 0; --n, ++char_ptr) { if (*char_ptr == c) return (void *) char_ptr; } return NULL; } #ifdef weak_alias weak_alias (__memchr, BP_SYM (memchr)) #endif gsasl-1.8.0/lib/gl/md5.h0000664000000000000000000001011111746471770011540 00000000000000/* Declaration of functions and data types used for MD5 sum computing library functions. Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _MD5_H #define _MD5_H 1 #include #include #define MD5_DIGEST_SIZE 16 #define MD5_BLOCK_SIZE 64 #ifndef __GNUC_PREREQ # if defined __GNUC__ && defined __GNUC_MINOR__ # define __GNUC_PREREQ(maj, min) \ ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) # else # define __GNUC_PREREQ(maj, min) 0 # endif #endif #ifndef __THROW # if defined __cplusplus && __GNUC_PREREQ (2,8) # define __THROW throw () # else # define __THROW # endif #endif #ifndef _LIBC # define __md5_buffer md5_buffer # define __md5_finish_ctx md5_finish_ctx # define __md5_init_ctx md5_init_ctx # define __md5_process_block md5_process_block # define __md5_process_bytes md5_process_bytes # define __md5_read_ctx md5_read_ctx # define __md5_stream md5_stream #endif # ifdef __cplusplus extern "C" { # endif /* Structure to save state of computation between the single steps. */ struct md5_ctx { uint32_t A; uint32_t B; uint32_t C; uint32_t D; uint32_t total[2]; uint32_t buflen; uint32_t buffer[32]; }; /* * The following three functions are build up the low level used in * the functions 'md5_stream' and 'md5_buffer'. */ /* Initialize structure containing state of computation. (RFC 1321, 3.3: Step 3) */ extern void __md5_init_ctx (struct md5_ctx *ctx) __THROW; /* Starting with the result of former calls of this function (or the initialization function update the context for the next LEN bytes starting at BUFFER. It is necessary that LEN is a multiple of 64!!! */ extern void __md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx) __THROW; /* Starting with the result of former calls of this function (or the initialization function update the context for the next LEN bytes starting at BUFFER. It is NOT required that LEN is a multiple of 64. */ extern void __md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx) __THROW; /* Process the remaining bytes in the buffer and put result from CTX in first 16 bytes following RESBUF. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ extern void *__md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) __THROW; /* Put result from CTX in first 16 bytes following RESBUF. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ extern void *__md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) __THROW; /* Compute MD5 message digest for bytes read from STREAM. The resulting message digest number will be written into the 16 bytes beginning at RESBLOCK. */ extern int __md5_stream (FILE *stream, void *resblock) __THROW; /* Compute MD5 message digest for LEN bytes beginning at BUFFER. The result is always in little endian byte order, so that a byte-wise output yields to the wanted ASCII representation of the message digest. */ extern void *__md5_buffer (const char *buffer, size_t len, void *resblock) __THROW; # ifdef __cplusplus } # endif #endif /* md5.h */ gsasl-1.8.0/lib/gl/getline.c0000664000000000000000000000171511746471770012507 00000000000000/* getline.c --- Implementation of replacement getline function. Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. */ #include #include ssize_t getline (char **lineptr, size_t *n, FILE *stream) { return getdelim (lineptr, n, '\n', stream); } gsasl-1.8.0/lib/gl/hmac-sha1.c0000664000000000000000000000375611746471770012631 00000000000000/* hmac-sha1.c -- hashed message authentication codes Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. */ #include #include "hmac.h" #include "memxor.h" #include "sha1.h" #include #define IPAD 0x36 #define OPAD 0x5c int hmac_sha1 (const void *key, size_t keylen, const void *in, size_t inlen, void *resbuf) { struct sha1_ctx inner; struct sha1_ctx outer; char optkeybuf[20]; char block[64]; char innerhash[20]; /* Reduce the key's size, so that it becomes <= 64 bytes large. */ if (keylen > 64) { struct sha1_ctx keyhash; sha1_init_ctx (&keyhash); sha1_process_bytes (key, keylen, &keyhash); sha1_finish_ctx (&keyhash, optkeybuf); key = optkeybuf; keylen = 20; } /* Compute INNERHASH from KEY and IN. */ sha1_init_ctx (&inner); memset (block, IPAD, sizeof (block)); memxor (block, key, keylen); sha1_process_block (block, 64, &inner); sha1_process_bytes (in, inlen, &inner); sha1_finish_ctx (&inner, innerhash); /* Compute result from KEY and INNERHASH. */ sha1_init_ctx (&outer); memset (block, OPAD, sizeof (block)); memxor (block, key, keylen); sha1_process_block (block, 64, &outer); sha1_process_bytes (innerhash, 20, &outer); sha1_finish_ctx (&outer, resbuf); return 0; } gsasl-1.8.0/lib/gl/memmem.c0000664000000000000000000000537311746471770012341 00000000000000/* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* This particular implementation was written by Eric Blake, 2008. */ #ifndef _LIBC # include #endif /* Specification of memmem. */ #include #ifndef _LIBC # define __builtin_expect(expr, val) (expr) #endif #define RETURN_TYPE void * #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) #include "str-two-way.h" /* Return the first occurrence of NEEDLE in HAYSTACK. Return HAYSTACK if NEEDLE_LEN is 0, otherwise NULL if NEEDLE is not found in HAYSTACK. */ void * memmem (const void *haystack_start, size_t haystack_len, const void *needle_start, size_t needle_len) { /* Abstract memory is considered to be an array of 'unsigned char' values, not an array of 'char' values. See ISO C 99 section 6.2.6.1. */ const unsigned char *haystack = (const unsigned char *) haystack_start; const unsigned char *needle = (const unsigned char *) needle_start; if (needle_len == 0) /* The first occurrence of the empty string is deemed to occur at the beginning of the string. */ return (void *) haystack; /* Sanity check, otherwise the loop might search through the whole memory. */ if (__builtin_expect (haystack_len < needle_len, 0)) return NULL; /* Use optimizations in memchr when possible, to reduce the search size of haystack using a linear algorithm with a smaller coefficient. However, avoid memchr for long needles, since we can often achieve sublinear performance. */ if (needle_len < LONG_NEEDLE_THRESHOLD) { haystack = memchr (haystack, *needle, haystack_len); if (!haystack || __builtin_expect (needle_len == 1, 0)) return (void *) haystack; haystack_len -= haystack - (const unsigned char *) haystack_start; if (haystack_len < needle_len) return NULL; return two_way_short_needle (haystack, haystack_len, needle, needle_len); } else return two_way_long_needle (haystack, haystack_len, needle, needle_len); } #undef LONG_NEEDLE_THRESHOLD gsasl-1.8.0/lib/gl/c-ctype.h0000664000000000000000000002205511746471770012431 00000000000000/* Character handling in C locale. These functions work like the corresponding functions in , except that they have the C (POSIX) locale hardwired, whereas the functions' behaviour depends on the current locale set via setlocale. Copyright (C) 2000-2003, 2006, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef C_CTYPE_H #define C_CTYPE_H #include #ifdef __cplusplus extern "C" { #endif /* The functions defined in this file assume the "C" locale and a character set without diacritics (ASCII-US or EBCDIC-US or something like that). Even if the "C" locale on a particular system is an extension of the ASCII character set (like on BeOS, where it is UTF-8, or on AmigaOS, where it is ISO-8859-1), the functions in this file recognize only the ASCII characters. */ /* Check whether the ASCII optimizations apply. */ /* ANSI C89 (and ISO C99 5.2.1.3 too) already guarantees that '0', '1', ..., '9' have consecutive integer values. */ #define C_CTYPE_CONSECUTIVE_DIGITS 1 #if ('A' <= 'Z') \ && ('A' + 1 == 'B') && ('B' + 1 == 'C') && ('C' + 1 == 'D') \ && ('D' + 1 == 'E') && ('E' + 1 == 'F') && ('F' + 1 == 'G') \ && ('G' + 1 == 'H') && ('H' + 1 == 'I') && ('I' + 1 == 'J') \ && ('J' + 1 == 'K') && ('K' + 1 == 'L') && ('L' + 1 == 'M') \ && ('M' + 1 == 'N') && ('N' + 1 == 'O') && ('O' + 1 == 'P') \ && ('P' + 1 == 'Q') && ('Q' + 1 == 'R') && ('R' + 1 == 'S') \ && ('S' + 1 == 'T') && ('T' + 1 == 'U') && ('U' + 1 == 'V') \ && ('V' + 1 == 'W') && ('W' + 1 == 'X') && ('X' + 1 == 'Y') \ && ('Y' + 1 == 'Z') #define C_CTYPE_CONSECUTIVE_UPPERCASE 1 #endif #if ('a' <= 'z') \ && ('a' + 1 == 'b') && ('b' + 1 == 'c') && ('c' + 1 == 'd') \ && ('d' + 1 == 'e') && ('e' + 1 == 'f') && ('f' + 1 == 'g') \ && ('g' + 1 == 'h') && ('h' + 1 == 'i') && ('i' + 1 == 'j') \ && ('j' + 1 == 'k') && ('k' + 1 == 'l') && ('l' + 1 == 'm') \ && ('m' + 1 == 'n') && ('n' + 1 == 'o') && ('o' + 1 == 'p') \ && ('p' + 1 == 'q') && ('q' + 1 == 'r') && ('r' + 1 == 's') \ && ('s' + 1 == 't') && ('t' + 1 == 'u') && ('u' + 1 == 'v') \ && ('v' + 1 == 'w') && ('w' + 1 == 'x') && ('x' + 1 == 'y') \ && ('y' + 1 == 'z') #define C_CTYPE_CONSECUTIVE_LOWERCASE 1 #endif #if (' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126) /* The character set is ASCII or one of its variants or extensions, not EBCDIC. Testing the value of '\n' and '\r' is not relevant. */ #define C_CTYPE_ASCII 1 #endif /* Function declarations. */ /* Unlike the functions in , which require an argument in the range of the 'unsigned char' type, the functions here operate on values that are in the 'unsigned char' range or in the 'char' range. In other words, when you have a 'char' value, you need to cast it before using it as argument to a function: const char *s = ...; if (isalpha ((unsigned char) *s)) ... but you don't need to cast it for the functions defined in this file: const char *s = ...; if (c_isalpha (*s)) ... */ extern bool c_isascii (int c) _GL_ATTRIBUTE_CONST; /* not locale dependent */ extern bool c_isalnum (int c) _GL_ATTRIBUTE_CONST; extern bool c_isalpha (int c) _GL_ATTRIBUTE_CONST; extern bool c_isblank (int c) _GL_ATTRIBUTE_CONST; extern bool c_iscntrl (int c) _GL_ATTRIBUTE_CONST; extern bool c_isdigit (int c) _GL_ATTRIBUTE_CONST; extern bool c_islower (int c) _GL_ATTRIBUTE_CONST; extern bool c_isgraph (int c) _GL_ATTRIBUTE_CONST; extern bool c_isprint (int c) _GL_ATTRIBUTE_CONST; extern bool c_ispunct (int c) _GL_ATTRIBUTE_CONST; extern bool c_isspace (int c) _GL_ATTRIBUTE_CONST; extern bool c_isupper (int c) _GL_ATTRIBUTE_CONST; extern bool c_isxdigit (int c) _GL_ATTRIBUTE_CONST; extern int c_tolower (int c) _GL_ATTRIBUTE_CONST; extern int c_toupper (int c) _GL_ATTRIBUTE_CONST; #if defined __GNUC__ && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ && !defined NO_C_CTYPE_MACROS /* ASCII optimizations. */ #undef c_isascii #define c_isascii(c) \ ({ int __c = (c); \ (__c >= 0x00 && __c <= 0x7f); \ }) #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII #undef c_isalnum #define c_isalnum(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z')); \ }) #else #undef c_isalnum #define c_isalnum(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || (__c >= 'A' && __c <= 'Z') \ || (__c >= 'a' && __c <= 'z')); \ }) #endif #endif #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII #undef c_isalpha #define c_isalpha(c) \ ({ int __c = (c); \ ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z'); \ }) #else #undef c_isalpha #define c_isalpha(c) \ ({ int __c = (c); \ ((__c >= 'A' && __c <= 'Z') || (__c >= 'a' && __c <= 'z')); \ }) #endif #endif #undef c_isblank #define c_isblank(c) \ ({ int __c = (c); \ (__c == ' ' || __c == '\t'); \ }) #if C_CTYPE_ASCII #undef c_iscntrl #define c_iscntrl(c) \ ({ int __c = (c); \ ((__c & ~0x1f) == 0 || __c == 0x7f); \ }) #endif #if C_CTYPE_CONSECUTIVE_DIGITS #undef c_isdigit #define c_isdigit(c) \ ({ int __c = (c); \ (__c >= '0' && __c <= '9'); \ }) #endif #if C_CTYPE_CONSECUTIVE_LOWERCASE #undef c_islower #define c_islower(c) \ ({ int __c = (c); \ (__c >= 'a' && __c <= 'z'); \ }) #endif #if C_CTYPE_ASCII #undef c_isgraph #define c_isgraph(c) \ ({ int __c = (c); \ (__c >= '!' && __c <= '~'); \ }) #endif #if C_CTYPE_ASCII #undef c_isprint #define c_isprint(c) \ ({ int __c = (c); \ (__c >= ' ' && __c <= '~'); \ }) #endif #if C_CTYPE_ASCII #undef c_ispunct #define c_ispunct(c) \ ({ int _c = (c); \ (c_isgraph (_c) && ! c_isalnum (_c)); \ }) #endif #undef c_isspace #define c_isspace(c) \ ({ int __c = (c); \ (__c == ' ' || __c == '\t' \ || __c == '\n' || __c == '\v' || __c == '\f' || __c == '\r'); \ }) #if C_CTYPE_CONSECUTIVE_UPPERCASE #undef c_isupper #define c_isupper(c) \ ({ int __c = (c); \ (__c >= 'A' && __c <= 'Z'); \ }) #endif #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII #undef c_isxdigit #define c_isxdigit(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'F')); \ }) #else #undef c_isxdigit #define c_isxdigit(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || (__c >= 'A' && __c <= 'F') \ || (__c >= 'a' && __c <= 'f')); \ }) #endif #endif #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #undef c_tolower #define c_tolower(c) \ ({ int __c = (c); \ (__c >= 'A' && __c <= 'Z' ? __c - 'A' + 'a' : __c); \ }) #undef c_toupper #define c_toupper(c) \ ({ int __c = (c); \ (__c >= 'a' && __c <= 'z' ? __c - 'a' + 'A' : __c); \ }) #endif #endif /* optimizing for speed */ #ifdef __cplusplus } #endif #endif /* C_CTYPE_H */ gsasl-1.8.0/lib/gl/gettext.h0000664000000000000000000001556611746471770012562 00000000000000/* Convenience header for conditional use of GNU . Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _LIBGETTEXT_H #define _LIBGETTEXT_H 1 /* NLS can be disabled through the configure --disable-nls option. */ #if ENABLE_NLS /* Get declarations of GNU message catalog functions. */ # include /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by the gettext() and ngettext() macros. This is an alternative to calling textdomain(), and is useful for libraries. */ # ifdef DEFAULT_TEXT_DOMAIN # undef gettext # define gettext(Msgid) \ dgettext (DEFAULT_TEXT_DOMAIN, Msgid) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N) # endif #else /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of a NOP. We don't include as well because people using "gettext.h" will not include , and also including would fail on SunOS 4, whereas is OK. */ #if defined(__sun) # include #endif /* Many header files from the libstdc++ coming with g++ 3.3 or newer include , which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of a NOP. */ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) # include # if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H # include # endif #endif /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. On pre-ANSI systems without 'const', the config.h file is supposed to contain "#define const". */ # undef gettext # define gettext(Msgid) ((const char *) (Msgid)) # undef dgettext # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) # undef dcgettext # define dcgettext(Domainname, Msgid, Category) \ ((void) (Category), dgettext (Domainname, Msgid)) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ ((N) == 1 \ ? ((void) (Msgid2), (const char *) (Msgid1)) \ : ((void) (Msgid1), (const char *) (Msgid2))) # undef dngettext # define dngettext(Domainname, Msgid1, Msgid2, N) \ ((void) (Domainname), ngettext (Msgid1, Msgid2, N)) # undef dcngettext # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N)) # undef textdomain # define textdomain(Domainname) ((const char *) (Domainname)) # undef bindtextdomain # define bindtextdomain(Domainname, Dirname) \ ((void) (Domainname), (const char *) (Dirname)) # undef bind_textdomain_codeset # define bind_textdomain_codeset(Domainname, Codeset) \ ((void) (Domainname), (const char *) (Codeset)) #endif /* Prefer gnulib's setlocale override over libintl's setlocale override. */ #ifdef GNULIB_defined_setlocale # undef setlocale # define setlocale rpl_setlocale #endif /* A pseudo function call that serves as a marker for the automated extraction of messages, but does not call gettext(). The run-time translation is done at a different place in the code. The argument, String, should be a literal string. Concatenated strings and other string expressions won't work. The macro's expansion is not parenthesized, so that it is suitable as initializer for static 'char[]' or 'const char[]' variables. */ #define gettext_noop(String) String /* The separator between msgctxt and msgid in a .mo file. */ #define GETTEXT_CONTEXT_GLUE "\004" /* Pseudo function calls, taking a MSGCTXT and a MSGID instead of just a MSGID. MSGCTXT and MSGID must be string literals. MSGCTXT should be short and rarely need to change. The letter 'p' stands for 'particular' or 'special'. */ #ifdef DEFAULT_TEXT_DOMAIN # define pgettext(Msgctxt, Msgid) \ pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #else # define pgettext(Msgctxt, Msgid) \ pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #endif #define dpgettext(Domainname, Msgctxt, Msgid) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) #ifdef DEFAULT_TEXT_DOMAIN # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #else # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #endif #define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * pgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, int category) { const char *translation = dcgettext (domain, msg_ctxt_id, category); if (translation == msg_ctxt_id) return msgid; else return translation; } #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * npgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) { const char *translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); if (translation == msg_ctxt_id || translation == msgid_plural) return (n == 1 ? msgid : msgid_plural); else return translation; } /* The same thing extended for non-constant arguments. Here MSGCTXT and MSGID can be arbitrary expressions. But for string literals these macros are less efficient than those above. */ #include #endif /* _LIBGETTEXT_H */ gsasl-1.8.0/lib/gl/Makefile.am0000664000000000000000000014250111754216402012733 00000000000000## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files base64 c-ctype crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext gss-extra lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strndup strnlen strverscmp vasprintf AUTOMAKE_OPTIONS = 1.5 gnits SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = core *.stackdump MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = EXTRA_DIST += m4/gnulib-cache.m4 AM_CPPFLAGS = AM_CFLAGS = noinst_LTLIBRARIES += libgl.la libgl_la_SOURCES = libgl_la_LIBADD = $(gl_LTLIBOBJS) libgl_la_DEPENDENCIES = $(gl_LTLIBOBJS) EXTRA_libgl_la_SOURCES = libgl_la_LDFLAGS = $(AM_LDFLAGS) libgl_la_LDFLAGS += -no-undefined libgl_la_LDFLAGS += $(LTLIBINTL) ## begin gnulib module alloca-opt BUILT_SOURCES += $(ALLOCA_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_ALLOCA_H alloca.h: alloca.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/alloca.in.h; \ } > $@-t && \ mv -f $@-t $@ else alloca.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += alloca.h alloca.h-t EXTRA_DIST += alloca.in.h ## end gnulib module alloca-opt ## begin gnulib module base64 libgl_la_SOURCES += base64.h base64.c ## end gnulib module base64 ## begin gnulib module c-ctype libgl_la_SOURCES += c-ctype.h c-ctype.c ## end gnulib module c-ctype ## begin gnulib module crypto/gc if GL_COND_LIBTOOL libgl_la_LDFLAGS += $(LTLIBGCRYPT) endif EXTRA_DIST += gc-gnulib.c gc-libgcrypt.c gc.h EXTRA_libgl_la_SOURCES += gc-gnulib.c gc-libgcrypt.c ## end gnulib module crypto/gc ## begin gnulib module crypto/gc-md5 libgl_la_SOURCES += md5.h ## end gnulib module crypto/gc-md5 ## begin gnulib module crypto/gc-pbkdf2-sha1 libgl_la_SOURCES += gc-pbkdf2-sha1.c ## end gnulib module crypto/gc-pbkdf2-sha1 ## begin gnulib module crypto/hmac-md5 libgl_la_SOURCES += hmac-md5.c EXTRA_DIST += hmac.h ## end gnulib module crypto/hmac-md5 ## begin gnulib module crypto/hmac-sha1 libgl_la_SOURCES += hmac-sha1.c EXTRA_DIST += hmac.h ## end gnulib module crypto/hmac-sha1 ## begin gnulib module crypto/md5 libgl_la_SOURCES += md5.c EXTRA_DIST += md5.h ## end gnulib module crypto/md5 ## begin gnulib module crypto/sha1 libgl_la_SOURCES += sha1.c EXTRA_DIST += sha1.h ## end gnulib module crypto/sha1 ## begin gnulib module errno BUILT_SOURCES += $(ERRNO_H) # We need the following in order to create when the system # doesn't have one that is POSIX compliant. if GL_GENERATE_ERRNO_H errno.h: errno.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ < $(srcdir)/errno.in.h; \ } > $@-t && \ mv $@-t $@ else errno.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += errno.h errno.h-t EXTRA_DIST += errno.in.h ## end gnulib module errno ## begin gnulib module float BUILT_SOURCES += $(FLOAT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_FLOAT_H float.h: float.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ < $(srcdir)/float.in.h; \ } > $@-t && \ mv $@-t $@ else float.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += float.h float.h-t EXTRA_DIST += float.c float.in.h itold.c EXTRA_libgl_la_SOURCES += float.c itold.c ## end gnulib module float ## begin gnulib module getdelim EXTRA_DIST += getdelim.c EXTRA_libgl_la_SOURCES += getdelim.c ## end gnulib module getdelim ## begin gnulib module getline EXTRA_DIST += getline.c EXTRA_libgl_la_SOURCES += getline.c ## end gnulib module getline ## begin gnulib module gettext # This is for those projects which use "gettextize --intl" to put a source-code # copy of libintl into their package. In such projects, every Makefile.am needs # -I$(top_builddir)/intl, so that can be found in this directory. # For the Makefile.ams in other directories it is the maintainer's # responsibility; for the one from gnulib we do it here. # This option has no effect when the user disables NLS (because then the intl # directory contains no libintl.h file) or when the project does not use # "gettextize --intl". AM_CPPFLAGS += -I$(top_builddir)/intl EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath ## end gnulib module gettext ## begin gnulib module gettext-h libgl_la_SOURCES += gettext.h ## end gnulib module gettext-h ## begin gnulib module gnumakefile distclean-local: clean-GNUmakefile clean-GNUmakefile: test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || : EXTRA_DIST += $(top_srcdir)/GNUmakefile ## end gnulib module gnumakefile ## begin gnulib module gss-extra EXTRA_DIST += gss-extra.c gss-extra.h EXTRA_libgl_la_SOURCES += gss-extra.c ## end gnulib module gss-extra ## begin gnulib module havelib EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath ## end gnulib module havelib ## begin gnulib module lib-symbol-visibility # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the # compilation of all sources that make up the library. This line here does it # only for the gnulib part of it. The developer is responsible for adding # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library. AM_CFLAGS += $(CFLAG_VISIBILITY) ## end gnulib module lib-symbol-visibility ## begin gnulib module maintainer-makefile EXTRA_DIST += $(top_srcdir)/maint.mk ## end gnulib module maintainer-makefile ## begin gnulib module memchr EXTRA_DIST += memchr.c memchr.valgrind EXTRA_libgl_la_SOURCES += memchr.c ## end gnulib module memchr ## begin gnulib module memmem-simple EXTRA_DIST += memmem.c str-two-way.h EXTRA_libgl_la_SOURCES += memmem.c ## end gnulib module memmem-simple ## begin gnulib module memxor libgl_la_SOURCES += memxor.c EXTRA_DIST += memxor.h ## end gnulib module memxor ## begin gnulib module minmax libgl_la_SOURCES += minmax.h ## end gnulib module minmax ## begin gnulib module realloc-posix EXTRA_DIST += realloc.c EXTRA_libgl_la_SOURCES += realloc.c ## end gnulib module realloc-posix ## begin gnulib module size_max libgl_la_SOURCES += size_max.h ## end gnulib module size_max ## begin gnulib module snippet/_Noreturn # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h ## end gnulib module snippet/_Noreturn ## begin gnulib module snippet/arg-nonnull # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += arg-nonnull.h # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t ARG_NONNULL_H=arg-nonnull.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h ## end gnulib module snippet/arg-nonnull ## begin gnulib module snippet/c++defs # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += c++defs.h # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += c++defs.h c++defs.h-t CXXDEFS_H=c++defs.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h ## end gnulib module snippet/c++defs ## begin gnulib module snippet/warn-on-use BUILT_SOURCES += warn-on-use.h # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t WARN_ON_USE_H=warn-on-use.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h ## end gnulib module snippet/warn-on-use ## begin gnulib module stdalign BUILT_SOURCES += $(STDALIGN_H) # We need the following in order to create when the system # doesn't have one that works. if GL_GENERATE_STDALIGN_H stdalign.h: stdalign.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/stdalign.in.h; \ } > $@-t && \ mv $@-t $@ else stdalign.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdalign.h stdalign.h-t EXTRA_DIST += stdalign.in.h ## end gnulib module stdalign ## begin gnulib module stdbool BUILT_SOURCES += $(STDBOOL_H) # We need the following in order to create when the system # doesn't have one that works. if GL_GENERATE_STDBOOL_H stdbool.h: stdbool.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ } > $@-t && \ mv $@-t $@ else stdbool.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdbool.h stdbool.h-t EXTRA_DIST += stdbool.in.h ## end gnulib module stdbool ## begin gnulib module stddef BUILT_SOURCES += $(STDDEF_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDDEF_H stddef.h: stddef.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ < $(srcdir)/stddef.in.h; \ } > $@-t && \ mv $@-t $@ else stddef.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stddef.h stddef.h-t EXTRA_DIST += stddef.in.h ## end gnulib module stddef ## begin gnulib module stdint BUILT_SOURCES += $(STDINT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDINT_H stdint.h: stdint.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ < $(srcdir)/stdint.in.h; \ } > $@-t && \ mv $@-t $@ else stdint.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdint.h stdint.h-t EXTRA_DIST += stdint.in.h ## end gnulib module stdint ## begin gnulib module stdio BUILT_SOURCES += stdio.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ < $(srcdir)/stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdio.h stdio.h-t EXTRA_DIST += stdio.in.h ## end gnulib module stdio ## begin gnulib module stdlib BUILT_SOURCES += stdlib.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ < $(srcdir)/stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _Noreturn/r $(_NORETURN_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdlib.h stdlib.h-t EXTRA_DIST += stdlib.in.h ## end gnulib module stdlib ## begin gnulib module string BUILT_SOURCES += string.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ < $(srcdir)/string.in.h | \ sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ < $(srcdir)/string.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += string.h string.h-t EXTRA_DIST += string.in.h ## end gnulib module string ## begin gnulib module strndup EXTRA_DIST += strndup.c EXTRA_libgl_la_SOURCES += strndup.c ## end gnulib module strndup ## begin gnulib module strnlen EXTRA_DIST += strnlen.c EXTRA_libgl_la_SOURCES += strnlen.c ## end gnulib module strnlen ## begin gnulib module strverscmp EXTRA_DIST += strverscmp.c EXTRA_libgl_la_SOURCES += strverscmp.c ## end gnulib module strverscmp ## begin gnulib module sys_types BUILT_SOURCES += sys/types.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/types.h sys/types.h-t EXTRA_DIST += sys_types.in.h ## end gnulib module sys_types ## begin gnulib module unistd BUILT_SOURCES += unistd.h # We need the following in order to create an empty placeholder for # when the system doesn't have one. unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ < $(srcdir)/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \ -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += unistd.h unistd.h-t EXTRA_DIST += unistd.in.h ## end gnulib module unistd ## begin gnulib module useless-if-before-free EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free ## end gnulib module useless-if-before-free ## begin gnulib module vasnprintf EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h EXTRA_libgl_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c ## end gnulib module vasnprintf ## begin gnulib module vasprintf EXTRA_DIST += asprintf.c vasprintf.c EXTRA_libgl_la_SOURCES += asprintf.c vasprintf.c ## end gnulib module vasprintf ## begin gnulib module vc-list-files EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files ## end gnulib module vc-list-files ## begin gnulib module verify EXTRA_DIST += verify.h ## end gnulib module verify ## begin gnulib module wchar BUILT_SOURCES += wchar.h # We need the following in order to create when the system # version does not work standalone. wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ < $(srcdir)/wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += wchar.h wchar.h-t EXTRA_DIST += wchar.in.h ## end gnulib module wchar ## begin gnulib module xsize libgl_la_SOURCES += xsize.h ## end gnulib module xsize mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : gsasl-1.8.0/lib/gl/gss-extra.h0000664000000000000000000000357511746471770013010 00000000000000/* gss-extra.h --- Provide GSS-API symbols when missing from library. * Copyright (C) 2010 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef GSS_EXTRA_H # define GSS_EXTRA_H /* Get GSS-API functions. */ #ifdef HAVE_LIBGSS # include #elif HAVE_GSSAPI_H # include #elif HAVE_GSSAPI_GSSAPI_H # include #endif #ifndef HAVE_GSS_OID_EQUAL extern int gss_oid_equal (const gss_OID first_oid, const gss_OID second_oid); #endif /* HAVE_GSS_OID_EQUAL */ #ifndef HAVE_GSS_INQUIRE_MECH_FOR_SASLNAME OM_uint32 gss_inquire_mech_for_saslname (OM_uint32 * minor_status, const gss_buffer_t sasl_mech_name, gss_OID * mech_type); #endif /* HAVE_GSS_INQUIRE_MECH_FOR_SASLNAME */ #ifndef HAVE_GSS_ENCAPSULATE_TOKEN extern OM_uint32 gss_encapsulate_token (const gss_buffer_t input_token, const gss_OID token_oid, gss_buffer_t output_token); #endif /* HAVE_GSS_ENCAPSULATE_TOKEN */ #ifndef HAVE_GSS_DECAPSULATE_TOKEN OM_uint32 gss_decapsulate_token (const gss_buffer_t input_token, const gss_OID token_oid, gss_buffer_t output_token); #endif #endif /* GSS_EXTRA_H */ gsasl-1.8.0/lib/gl/printf-parse.h0000664000000000000000000001221211746471770013471 00000000000000/* Parse printf format string. Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _PRINTF_PARSE_H #define _PRINTF_PARSE_H /* This file can be parametrized with the following macros: ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. STATIC Set to 'static' to declare the function static. */ #if HAVE_FEATURES_H # include /* for __GLIBC__, __UCLIBC__ */ #endif #include "printf-args.h" /* Flags */ #define FLAG_GROUP 1 /* ' flag */ #define FLAG_LEFT 2 /* - flag */ #define FLAG_SHOWSIGN 4 /* + flag */ #define FLAG_SPACE 8 /* space flag */ #define FLAG_ALT 16 /* # flag */ #define FLAG_ZERO 32 #if __GLIBC__ >= 2 && !defined __UCLIBC__ # define FLAG_LOCALIZED 64 /* I flag, uses localized digits */ #endif /* arg_index value indicating that no argument is consumed. */ #define ARG_NONE (~(size_t)0) /* xxx_directive: A parsed directive. xxx_directives: A parsed format string. */ /* Number of directly allocated directives (no malloc() needed). */ #define N_DIRECT_ALLOC_DIRECTIVES 7 /* A parsed directive. */ typedef struct { const char* dir_start; const char* dir_end; int flags; const char* width_start; const char* width_end; size_t width_arg_index; const char* precision_start; const char* precision_end; size_t precision_arg_index; char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } char_directive; /* A parsed format string. */ typedef struct { size_t count; char_directive *dir; size_t max_width_length; size_t max_precision_length; char_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } char_directives; #if ENABLE_UNISTDIO /* A parsed directive. */ typedef struct { const uint8_t* dir_start; const uint8_t* dir_end; int flags; const uint8_t* width_start; const uint8_t* width_end; size_t width_arg_index; const uint8_t* precision_start; const uint8_t* precision_end; size_t precision_arg_index; uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } u8_directive; /* A parsed format string. */ typedef struct { size_t count; u8_directive *dir; size_t max_width_length; size_t max_precision_length; u8_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } u8_directives; /* A parsed directive. */ typedef struct { const uint16_t* dir_start; const uint16_t* dir_end; int flags; const uint16_t* width_start; const uint16_t* width_end; size_t width_arg_index; const uint16_t* precision_start; const uint16_t* precision_end; size_t precision_arg_index; uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } u16_directive; /* A parsed format string. */ typedef struct { size_t count; u16_directive *dir; size_t max_width_length; size_t max_precision_length; u16_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } u16_directives; /* A parsed directive. */ typedef struct { const uint32_t* dir_start; const uint32_t* dir_end; int flags; const uint32_t* width_start; const uint32_t* width_end; size_t width_arg_index; const uint32_t* precision_start; const uint32_t* precision_end; size_t precision_arg_index; uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } u32_directive; /* A parsed format string. */ typedef struct { size_t count; u32_directive *dir; size_t max_width_length; size_t max_precision_length; u32_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } u32_directives; #endif /* Parses the format string. Fills in the number N of directives, and fills in directives[0], ..., directives[N-1], and sets directives[N].dir_start to the end of the format string. Also fills in the arg_type fields of the arguments and the needed count of arguments. */ #if ENABLE_UNISTDIO extern int ulc_printf_parse (const char *format, char_directives *d, arguments *a); extern int u8_printf_parse (const uint8_t *format, u8_directives *d, arguments *a); extern int u16_printf_parse (const uint16_t *format, u16_directives *d, arguments *a); extern int u32_printf_parse (const uint32_t *format, u32_directives *d, arguments *a); #else # ifdef STATIC STATIC # else extern # endif int printf_parse (const char *format, char_directives *d, arguments *a); #endif #endif /* _PRINTF_PARSE_H */ gsasl-1.8.0/lib/gl/string.in.h0000664000000000000000000011651011746471770013000 00000000000000/* A GNU-like . Copyright (C) 1995-1996, 2001-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_STRING_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STRING_H@ #ifndef _@GUARD_PREFIX@_STRING_H #define _@GUARD_PREFIX@_STRING_H /* NetBSD 5.0 mis-defines NULL. */ #include /* MirBSD defines mbslen as a macro. */ #if @GNULIB_MBSLEN@ && defined __MirBSD__ # include #endif /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* NetBSD 5.0 declares strsignal in , not in . */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_STRSIGNAL@ || defined GNULIB_POSIXCHECK) && defined __NetBSD__ \ && ! defined __GLIBC__ # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Find the index of the least-significant set bit. */ #if @GNULIB_FFSL@ # if !@HAVE_FFSL@ _GL_FUNCDECL_SYS (ffsl, int, (long int i)); # endif _GL_CXXALIAS_SYS (ffsl, int, (long int i)); _GL_CXXALIASWARN (ffsl); #elif defined GNULIB_POSIXCHECK # undef ffsl # if HAVE_RAW_DECL_FFSL _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); # endif #endif /* Find the index of the least-significant set bit. */ #if @GNULIB_FFSLL@ # if !@HAVE_FFSLL@ _GL_FUNCDECL_SYS (ffsll, int, (long long int i)); # endif _GL_CXXALIAS_SYS (ffsll, int, (long long int i)); _GL_CXXALIASWARN (ffsll); #elif defined GNULIB_POSIXCHECK # undef ffsll # if HAVE_RAW_DECL_FFSLL _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module"); # endif #endif /* Return the first instance of C within N bytes of S, or NULL. */ #if @GNULIB_MEMCHR@ # if @REPLACE_MEMCHR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define memchr rpl_memchr # endif _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); # else # if ! @HAVE_MEMCHR@ _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C" { const void * std::memchr (const void *, int, size_t); } extern "C++" { void * std::memchr (void *, int, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (memchr, void *, (void const *__s, int __c, size_t __n), void const *, (void const *__s, int __c, size_t __n)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n)); _GL_CXXALIASWARN1 (memchr, void const *, (void const *__s, int __c, size_t __n)); # else _GL_CXXALIASWARN (memchr); # endif #elif defined GNULIB_POSIXCHECK # undef memchr /* Assume memchr is always declared. */ _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - " "use gnulib module memchr for portability" ); #endif /* Return the first occurrence of NEEDLE in HAYSTACK. */ #if @GNULIB_MEMMEM@ # if @REPLACE_MEMMEM@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define memmem rpl_memmem # endif _GL_FUNCDECL_RPL (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 3))); _GL_CXXALIAS_RPL (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len)); # else # if ! @HAVE_DECL_MEMMEM@ _GL_FUNCDECL_SYS (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 3))); # endif _GL_CXXALIAS_SYS (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len)); # endif _GL_CXXALIASWARN (memmem); #elif defined GNULIB_POSIXCHECK # undef memmem # if HAVE_RAW_DECL_MEMMEM _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - " "use gnulib module memmem-simple for portability, " "and module memmem for speed" ); # endif #endif /* Copy N bytes of SRC to DEST, return pointer to bytes after the last written byte. */ #if @GNULIB_MEMPCPY@ # if ! @HAVE_MEMPCPY@ _GL_FUNCDECL_SYS (mempcpy, void *, (void *restrict __dest, void const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (mempcpy, void *, (void *restrict __dest, void const *restrict __src, size_t __n)); _GL_CXXALIASWARN (mempcpy); #elif defined GNULIB_POSIXCHECK # undef mempcpy # if HAVE_RAW_DECL_MEMPCPY _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - " "use gnulib module mempcpy for portability"); # endif #endif /* Search backwards through a block for a byte (specified as an int). */ #if @GNULIB_MEMRCHR@ # if ! @HAVE_DECL_MEMRCHR@ _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const void * std::memrchr (const void *, int, size_t); } extern "C++" { void * std::memrchr (void *, int, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (memrchr, void *, (void const *, int, size_t), void const *, (void const *, int, size_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); # else _GL_CXXALIASWARN (memrchr); # endif #elif defined GNULIB_POSIXCHECK # undef memrchr # if HAVE_RAW_DECL_MEMRCHR _GL_WARN_ON_USE (memrchr, "memrchr is unportable - " "use gnulib module memrchr for portability"); # endif #endif /* Find the first occurrence of C in S. More efficient than memchr(S,C,N), at the expense of undefined behavior if C does not occur within N bytes. */ #if @GNULIB_RAWMEMCHR@ # if ! @HAVE_RAWMEMCHR@ _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const void * std::rawmemchr (const void *, int); } extern "C++" { void * std::rawmemchr (void *, int); } */ _GL_CXXALIAS_SYS_CAST2 (rawmemchr, void *, (void const *__s, int __c_in), void const *, (void const *__s, int __c_in)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (rawmemchr, void *, (void *__s, int __c_in)); _GL_CXXALIASWARN1 (rawmemchr, void const *, (void const *__s, int __c_in)); # else _GL_CXXALIASWARN (rawmemchr); # endif #elif defined GNULIB_POSIXCHECK # undef rawmemchr # if HAVE_RAW_DECL_RAWMEMCHR _GL_WARN_ON_USE (rawmemchr, "rawmemchr is unportable - " "use gnulib module rawmemchr for portability"); # endif #endif /* Copy SRC to DST, returning the address of the terminating '\0' in DST. */ #if @GNULIB_STPCPY@ # if ! @HAVE_STPCPY@ _GL_FUNCDECL_SYS (stpcpy, char *, (char *restrict __dst, char const *restrict __src) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (stpcpy, char *, (char *restrict __dst, char const *restrict __src)); _GL_CXXALIASWARN (stpcpy); #elif defined GNULIB_POSIXCHECK # undef stpcpy # if HAVE_RAW_DECL_STPCPY _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - " "use gnulib module stpcpy for portability"); # endif #endif /* Copy no more than N bytes of SRC to DST, returning a pointer past the last non-NUL byte written into DST. */ #if @GNULIB_STPNCPY@ # if @REPLACE_STPNCPY@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef stpncpy # define stpncpy rpl_stpncpy # endif _GL_FUNCDECL_RPL (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n)); # else # if ! @HAVE_STPNCPY@ _GL_FUNCDECL_SYS (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n)); # endif _GL_CXXALIASWARN (stpncpy); #elif defined GNULIB_POSIXCHECK # undef stpncpy # if HAVE_RAW_DECL_STPNCPY _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - " "use gnulib module stpncpy for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strchr() does not work with multibyte strings if the locale encoding is GB18030 and the character to be searched is a digit. */ # undef strchr /* Assume strchr is always declared. */ _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " "in some multibyte locales - " "use mbschr if you care about internationalization"); #endif /* Find the first occurrence of C in S or the final NUL byte. */ #if @GNULIB_STRCHRNUL@ # if @REPLACE_STRCHRNUL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strchrnul rpl_strchrnul # endif _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strchrnul, char *, (const char *str, int ch)); # else # if ! @HAVE_STRCHRNUL@ _GL_FUNCDECL_SYS (strchrnul, char *, (char const *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * std::strchrnul (const char *, int); } extern "C++" { char * std::strchrnul (char *, int); } */ _GL_CXXALIAS_SYS_CAST2 (strchrnul, char *, (char const *__s, int __c_in), char const *, (char const *__s, int __c_in)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strchrnul, char *, (char *__s, int __c_in)); _GL_CXXALIASWARN1 (strchrnul, char const *, (char const *__s, int __c_in)); # else _GL_CXXALIASWARN (strchrnul); # endif #elif defined GNULIB_POSIXCHECK # undef strchrnul # if HAVE_RAW_DECL_STRCHRNUL _GL_WARN_ON_USE (strchrnul, "strchrnul is unportable - " "use gnulib module strchrnul for portability"); # endif #endif /* Duplicate S, returning an identical malloc'd string. */ #if @GNULIB_STRDUP@ # if @REPLACE_STRDUP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strdup # define strdup rpl_strdup # endif _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); # else # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup /* strdup exists as a function and as a macro. Get rid of the macro. */ # undef strdup # endif # if !(@HAVE_DECL_STRDUP@ || defined strdup) _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strdup, char *, (char const *__s)); # endif _GL_CXXALIASWARN (strdup); #elif defined GNULIB_POSIXCHECK # undef strdup # if HAVE_RAW_DECL_STRDUP _GL_WARN_ON_USE (strdup, "strdup is unportable - " "use gnulib module strdup for portability"); # endif #endif /* Append no more than N characters from SRC onto DEST. */ #if @GNULIB_STRNCAT@ # if @REPLACE_STRNCAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strncat # define strncat rpl_strncat # endif _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); # else _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n)); # endif _GL_CXXALIASWARN (strncat); #elif defined GNULIB_POSIXCHECK # undef strncat # if HAVE_RAW_DECL_STRNCAT _GL_WARN_ON_USE (strncat, "strncat is unportable - " "use gnulib module strncat for portability"); # endif #endif /* Return a newly allocated copy of at most N bytes of STRING. */ #if @GNULIB_STRNDUP@ # if @REPLACE_STRNDUP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strndup # define strndup rpl_strndup # endif _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n)); # else # if ! @HAVE_DECL_STRNDUP@ _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n)); # endif _GL_CXXALIASWARN (strndup); #elif defined GNULIB_POSIXCHECK # undef strndup # if HAVE_RAW_DECL_STRNDUP _GL_WARN_ON_USE (strndup, "strndup is unportable - " "use gnulib module strndup for portability"); # endif #endif /* Find the length (number of bytes) of STRING, but scan at most MAXLEN bytes. If no '\0' terminator is found in that many bytes, return MAXLEN. */ #if @GNULIB_STRNLEN@ # if @REPLACE_STRNLEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strnlen # define strnlen rpl_strnlen # endif _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)); # else # if ! @HAVE_DECL_STRNLEN@ _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen)); # endif _GL_CXXALIASWARN (strnlen); #elif defined GNULIB_POSIXCHECK # undef strnlen # if HAVE_RAW_DECL_STRNLEN _GL_WARN_ON_USE (strnlen, "strnlen is unportable - " "use gnulib module strnlen for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strcspn() assumes the second argument is a list of single-byte characters. Even in this simple case, it does not work with multibyte strings if the locale encoding is GB18030 and one of the characters to be searched is a digit. */ # undef strcspn /* Assume strcspn is always declared. */ _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " "in multibyte locales - " "use mbscspn if you care about internationalization"); #endif /* Find the first occurrence in S of any character in ACCEPT. */ #if @GNULIB_STRPBRK@ # if ! @HAVE_STRPBRK@ _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif /* On some systems, this function is defined as an overloaded function: extern "C" { const char * strpbrk (const char *, const char *); } extern "C++" { char * strpbrk (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strpbrk, char *, (char const *__s, char const *__accept), const char *, (char const *__s, char const *__accept)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept)); _GL_CXXALIASWARN1 (strpbrk, char const *, (char const *__s, char const *__accept)); # else _GL_CXXALIASWARN (strpbrk); # endif # if defined GNULIB_POSIXCHECK /* strpbrk() assumes the second argument is a list of single-byte characters. Even in this simple case, it does not work with multibyte strings if the locale encoding is GB18030 and one of the characters to be searched is a digit. */ # undef strpbrk _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " "in multibyte locales - " "use mbspbrk if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strpbrk # if HAVE_RAW_DECL_STRPBRK _GL_WARN_ON_USE (strpbrk, "strpbrk is unportable - " "use gnulib module strpbrk for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strspn() assumes the second argument is a list of single-byte characters. Even in this simple case, it cannot work with multibyte strings. */ # undef strspn /* Assume strspn is always declared. */ _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " "in multibyte locales - " "use mbsspn if you care about internationalization"); #endif #if defined GNULIB_POSIXCHECK /* strrchr() does not work with multibyte strings if the locale encoding is GB18030 and the character to be searched is a digit. */ # undef strrchr /* Assume strrchr is always declared. */ _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " "in some multibyte locales - " "use mbsrchr if you care about internationalization"); #endif /* Search the next delimiter (char listed in DELIM) starting at *STRINGP. If one is found, overwrite it with a NUL, and advance *STRINGP to point to the next char after it. Otherwise, set *STRINGP to NULL. If *STRINGP was already NULL, nothing happens. Return the old value of *STRINGP. This is a variant of strtok() that is multithread-safe and supports empty fields. Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30. See also strtok_r(). */ #if @GNULIB_STRSEP@ # if ! @HAVE_STRSEP@ _GL_FUNCDECL_SYS (strsep, char *, (char **restrict __stringp, char const *restrict __delim) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (strsep, char *, (char **restrict __stringp, char const *restrict __delim)); _GL_CXXALIASWARN (strsep); # if defined GNULIB_POSIXCHECK # undef strsep _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings " "in multibyte locales - " "use mbssep if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strsep # if HAVE_RAW_DECL_STRSEP _GL_WARN_ON_USE (strsep, "strsep is unportable - " "use gnulib module strsep for portability"); # endif #endif #if @GNULIB_STRSTR@ # if @REPLACE_STRSTR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strstr rpl_strstr # endif _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); # else /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * strstr (const char *, const char *); } extern "C++" { char * strstr (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strstr, char *, (const char *haystack, const char *needle), const char *, (const char *haystack, const char *needle)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); _GL_CXXALIASWARN1 (strstr, const char *, (const char *haystack, const char *needle)); # else _GL_CXXALIASWARN (strstr); # endif #elif defined GNULIB_POSIXCHECK /* strstr() does not work with multibyte strings if the locale encoding is different from UTF-8: POSIX says that it operates on "strings", and "string" in POSIX is defined as a sequence of bytes, not of characters. */ # undef strstr /* Assume strstr is always declared. */ _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot " "work correctly on character strings in most " "multibyte locales - " "use mbsstr if you care about internationalization, " "or use strstr if you care about speed"); #endif /* Find the first occurrence of NEEDLE in HAYSTACK, using case-insensitive comparison. */ #if @GNULIB_STRCASESTR@ # if @REPLACE_STRCASESTR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strcasestr rpl_strcasestr # endif _GL_FUNCDECL_RPL (strcasestr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strcasestr, char *, (const char *haystack, const char *needle)); # else # if ! @HAVE_STRCASESTR@ _GL_FUNCDECL_SYS (strcasestr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * strcasestr (const char *, const char *); } extern "C++" { char * strcasestr (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strcasestr, char *, (const char *haystack, const char *needle), const char *, (const char *haystack, const char *needle)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strcasestr, char *, (char *haystack, const char *needle)); _GL_CXXALIASWARN1 (strcasestr, const char *, (const char *haystack, const char *needle)); # else _GL_CXXALIASWARN (strcasestr); # endif #elif defined GNULIB_POSIXCHECK /* strcasestr() does not work with multibyte strings: It is a glibc extension, and glibc implements it only for unibyte locales. */ # undef strcasestr # if HAVE_RAW_DECL_STRCASESTR _GL_WARN_ON_USE (strcasestr, "strcasestr does work correctly on character " "strings in multibyte locales - " "use mbscasestr if you care about " "internationalization, or use c-strcasestr if you want " "a locale independent function"); # endif #endif /* Parse S into tokens separated by characters in DELIM. If S is NULL, the saved pointer in SAVE_PTR is used as the next starting point. For example: char s[] = "-abc-=-def"; char *sp; x = strtok_r(s, "-", &sp); // x = "abc", sp = "=-def" x = strtok_r(NULL, "-=", &sp); // x = "def", sp = NULL x = strtok_r(NULL, "=", &sp); // x = NULL // s = "abc\0-def\0" This is a variant of strtok() that is multithread-safe. For the POSIX documentation for this function, see: http://www.opengroup.org/susv3xsh/strtok.html Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30. See also strsep(). */ #if @GNULIB_STRTOK_R@ # if @REPLACE_STRTOK_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strtok_r # define strtok_r rpl_strtok_r # endif _GL_FUNCDECL_RPL (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr)); # else # if @UNDEFINE_STRTOK_R@ || defined GNULIB_POSIXCHECK # undef strtok_r # endif # if ! @HAVE_DECL_STRTOK_R@ _GL_FUNCDECL_SYS (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr)); # endif _GL_CXXALIASWARN (strtok_r); # if defined GNULIB_POSIXCHECK _GL_WARN_ON_USE (strtok_r, "strtok_r cannot work correctly on character " "strings in multibyte locales - " "use mbstok_r if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strtok_r # if HAVE_RAW_DECL_STRTOK_R _GL_WARN_ON_USE (strtok_r, "strtok_r is unportable - " "use gnulib module strtok_r for portability"); # endif #endif /* The following functions are not specified by POSIX. They are gnulib extensions. */ #if @GNULIB_MBSLEN@ /* Return the number of multibyte characters in the character string STRING. This considers multibyte characters, unlike strlen, which counts bytes. */ # ifdef __MirBSD__ /* MirBSD defines mbslen as a macro. Override it. */ # undef mbslen # endif # if @HAVE_MBSLEN@ /* AIX, OSF/1, MirBSD define mbslen already in libc. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbslen rpl_mbslen # endif _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbslen, size_t, (const char *string)); # else _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string)); # endif _GL_CXXALIASWARN (mbslen); #endif #if @GNULIB_MBSNLEN@ /* Return the number of multibyte characters in the character string starting at STRING and ending at STRING + LEN. */ _GL_EXTERN_C size_t mbsnlen (const char *string, size_t len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1)); #endif #if @GNULIB_MBSCHR@ /* Locate the first single-byte character C in the character string STRING, and return a pointer to it. Return NULL if C is not found in STRING. Unlike strchr(), this function works correctly in multibyte locales with encodings such as GB18030. */ # if defined __hpux # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbschr rpl_mbschr /* avoid collision with HP-UX function */ # endif _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbschr, char *, (const char *string, int c)); # else _GL_FUNCDECL_SYS (mbschr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbschr, char *, (const char *string, int c)); # endif _GL_CXXALIASWARN (mbschr); #endif #if @GNULIB_MBSRCHR@ /* Locate the last single-byte character C in the character string STRING, and return a pointer to it. Return NULL if C is not found in STRING. Unlike strrchr(), this function works correctly in multibyte locales with encodings such as GB18030. */ # if defined __hpux || defined __INTERIX # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ # endif _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c)); # else _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c)); # endif _GL_CXXALIASWARN (mbsrchr); #endif #if @GNULIB_MBSSTR@ /* Find the first occurrence of the character string NEEDLE in the character string HAYSTACK. Return NULL if NEEDLE is not found in HAYSTACK. Unlike strstr(), this function works correctly in multibyte locales with encodings different from UTF-8. */ _GL_EXTERN_C char * mbsstr (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCASECMP@ /* Compare the character strings S1 and S2, ignoring case, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or greater than S2. Note: This function may, in multibyte locales, return 0 for strings of different lengths! Unlike strcasecmp(), this function works correctly in multibyte locales. */ _GL_EXTERN_C int mbscasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSNCASECMP@ /* Compare the initial segment of the character string S1 consisting of at most N characters with the initial segment of the character string S2 consisting of at most N characters, ignoring case, returning less than, equal to or greater than zero if the initial segment of S1 is lexicographically less than, equal to or greater than the initial segment of S2. Note: This function may, in multibyte locales, return 0 for initial segments of different lengths! Unlike strncasecmp(), this function works correctly in multibyte locales. But beware that N is not a byte count but a character count! */ _GL_EXTERN_C int mbsncasecmp (const char *s1, const char *s2, size_t n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSPCASECMP@ /* Compare the initial segment of the character string STRING consisting of at most mbslen (PREFIX) characters with the character string PREFIX, ignoring case. If the two match, return a pointer to the first byte after this prefix in STRING. Otherwise, return NULL. Note: This function may, in multibyte locales, return non-NULL if STRING is of smaller length than PREFIX! Unlike strncasecmp(), this function works correctly in multibyte locales. */ _GL_EXTERN_C char * mbspcasecmp (const char *string, const char *prefix) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCASESTR@ /* Find the first occurrence of the character string NEEDLE in the character string HAYSTACK, using case-insensitive comparison. Note: This function may, in multibyte locales, return success even if strlen (haystack) < strlen (needle) ! Unlike strcasestr(), this function works correctly in multibyte locales. */ _GL_EXTERN_C char * mbscasestr (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCSPN@ /* Find the first occurrence in the character string STRING of any character in the character string ACCEPT. Return the number of bytes from the beginning of the string to this occurrence, or to the end of the string if none exists. Unlike strcspn(), this function works correctly in multibyte locales. */ _GL_EXTERN_C size_t mbscspn (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSPBRK@ /* Find the first occurrence in the character string STRING of any character in the character string ACCEPT. Return the pointer to it, or NULL if none exists. Unlike strpbrk(), this function works correctly in multibyte locales. */ # if defined __hpux # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbspbrk rpl_mbspbrk /* avoid collision with HP-UX function */ # endif _GL_FUNCDECL_RPL (mbspbrk, char *, (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (mbspbrk, char *, (const char *string, const char *accept)); # else _GL_FUNCDECL_SYS (mbspbrk, char *, (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept)); # endif _GL_CXXALIASWARN (mbspbrk); #endif #if @GNULIB_MBSSPN@ /* Find the first occurrence in the character string STRING of any character not in the character string REJECT. Return the number of bytes from the beginning of the string to this occurrence, or to the end of the string if none exists. Unlike strspn(), this function works correctly in multibyte locales. */ _GL_EXTERN_C size_t mbsspn (const char *string, const char *reject) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSSEP@ /* Search the next delimiter (multibyte character listed in the character string DELIM) starting at the character string *STRINGP. If one is found, overwrite it with a NUL, and advance *STRINGP to point to the next multibyte character after it. Otherwise, set *STRINGP to NULL. If *STRINGP was already NULL, nothing happens. Return the old value of *STRINGP. This is a variant of mbstok_r() that supports empty fields. Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. See also mbstok_r(). */ _GL_EXTERN_C char * mbssep (char **stringp, const char *delim) _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSTOK_R@ /* Parse the character string STRING into tokens separated by characters in the character string DELIM. If STRING is NULL, the saved pointer in SAVE_PTR is used as the next starting point. For example: char s[] = "-abc-=-def"; char *sp; x = mbstok_r(s, "-", &sp); // x = "abc", sp = "=-def" x = mbstok_r(NULL, "-=", &sp); // x = "def", sp = NULL x = mbstok_r(NULL, "=", &sp); // x = NULL // s = "abc\0-def\0" Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. See also mbssep(). */ _GL_EXTERN_C char * mbstok_r (char *string, const char *delim, char **save_ptr) _GL_ARG_NONNULL ((2, 3)); #endif /* Map any int, typically from errno, into an error message. */ #if @GNULIB_STRERROR@ # if @REPLACE_STRERROR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strerror # define strerror rpl_strerror # endif _GL_FUNCDECL_RPL (strerror, char *, (int)); _GL_CXXALIAS_RPL (strerror, char *, (int)); # else _GL_CXXALIAS_SYS (strerror, char *, (int)); # endif _GL_CXXALIASWARN (strerror); #elif defined GNULIB_POSIXCHECK # undef strerror /* Assume strerror is always declared. */ _GL_WARN_ON_USE (strerror, "strerror is unportable - " "use gnulib module strerror to guarantee non-NULL result"); #endif /* Map any int, typically from errno, into an error message. Multithread-safe. Uses the POSIX declaration, not the glibc declaration. */ #if @GNULIB_STRERROR_R@ # if @REPLACE_STRERROR_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strerror_r # define strerror_r rpl_strerror_r # endif _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)); # else # if !@HAVE_DECL_STRERROR_R@ _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)); # endif # if @HAVE_DECL_STRERROR_R@ _GL_CXXALIASWARN (strerror_r); # endif #elif defined GNULIB_POSIXCHECK # undef strerror_r # if HAVE_RAW_DECL_STRERROR_R _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - " "use gnulib module strerror_r-posix for portability"); # endif #endif #if @GNULIB_STRSIGNAL@ # if @REPLACE_STRSIGNAL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strsignal rpl_strsignal # endif _GL_FUNCDECL_RPL (strsignal, char *, (int __sig)); _GL_CXXALIAS_RPL (strsignal, char *, (int __sig)); # else # if ! @HAVE_DECL_STRSIGNAL@ _GL_FUNCDECL_SYS (strsignal, char *, (int __sig)); # endif /* Need to cast, because on Cygwin 1.5.x systems, the return type is 'const char *'. */ _GL_CXXALIAS_SYS_CAST (strsignal, char *, (int __sig)); # endif _GL_CXXALIASWARN (strsignal); #elif defined GNULIB_POSIXCHECK # undef strsignal # if HAVE_RAW_DECL_STRSIGNAL _GL_WARN_ON_USE (strsignal, "strsignal is unportable - " "use gnulib module strsignal for portability"); # endif #endif #if @GNULIB_STRVERSCMP@ # if !@HAVE_STRVERSCMP@ _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *)); _GL_CXXALIASWARN (strverscmp); #elif defined GNULIB_POSIXCHECK # undef strverscmp # if HAVE_RAW_DECL_STRVERSCMP _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - " "use gnulib module strverscmp for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_STRING_H */ #endif /* _@GUARD_PREFIX@_STRING_H */ gsasl-1.8.0/lib/gl/wchar.in.h0000664000000000000000000010172411746471770012577 00000000000000/* A substitute for ISO C99 , for platforms that have issues. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Eric Blake. */ /* * ISO C 99 for platforms that have issues. * * * For now, this just ensures proper prerequisite inclusion order and * the declaration of wcwidth(). */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_mbstate_t || defined __need_wint_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H /* Special invocation convention: - Inside glibc and uClibc header files. - On HP-UX 11.00 we have a sequence of nested includes -> -> , and the latter includes , once indirectly -> -> -> and once directly. In both situations 'wint_t' is not yet defined, therefore we cannot provide the function overrides; instead include only the system's . - On IRIX 6.5, similarly, we have an include -> , and the latter includes . But here, we have no way to detect whether is completely included or is still being included. */ #@INCLUDE_NEXT@ @NEXT_WCHAR_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_WCHAR_H #define _GL_ALREADY_INCLUDING_WCHAR_H #if @HAVE_FEATURES_H@ # include /* for __GLIBC__ */ #endif /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . In some builds of uClibc, is nonexistent and wchar_t is defined by . But avoid namespace pollution on glibc systems. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include #endif #ifndef __GLIBC__ # include # include #endif /* Include the original if it exists. Some builds of uClibc lack it. */ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_WCHAR_H@ # @INCLUDE_NEXT@ @NEXT_WCHAR_H@ #endif #undef _GL_ALREADY_INCLUDING_WCHAR_H #ifndef _@GUARD_PREFIX@_WCHAR_H #define _@GUARD_PREFIX@_WCHAR_H /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Define wint_t and WEOF. (Also done in wctype.in.h.) */ #if !@HAVE_WINT_T@ && !defined wint_t # define wint_t int # ifndef WEOF # define WEOF -1 # endif #else /* MSVC defines wint_t as 'unsigned short' in . This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be "unchanged by default argument promotions". Override it. */ # if defined _MSC_VER # if !GNULIB_defined_wint_t # include typedef unsigned int rpl_wint_t; # undef wint_t # define wint_t rpl_wint_t # define GNULIB_defined_wint_t 1 # endif # endif # ifndef WEOF # define WEOF ((wint_t) -1) # endif #endif /* Override mbstate_t if it is too small. On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for implementing mbrtowc for encodings like UTF-8. */ #if !(@HAVE_MBSINIT@ && @HAVE_MBRTOWC@) || @REPLACE_MBSTATE_T@ # if !GNULIB_defined_mbstate_t typedef int rpl_mbstate_t; # undef mbstate_t # define mbstate_t rpl_mbstate_t # define GNULIB_defined_mbstate_t 1 # endif #endif /* Convert a single-byte character to a wide character. */ #if @GNULIB_BTOWC@ # if @REPLACE_BTOWC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef btowc # define btowc rpl_btowc # endif _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); # else # if !@HAVE_BTOWC@ _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (btowc, wint_t, (int c)); # endif _GL_CXXALIASWARN (btowc); #elif defined GNULIB_POSIXCHECK # undef btowc # if HAVE_RAW_DECL_BTOWC _GL_WARN_ON_USE (btowc, "btowc is unportable - " "use gnulib module btowc for portability"); # endif #endif /* Convert a wide character to a single-byte character. */ #if @GNULIB_WCTOB@ # if @REPLACE_WCTOB@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wctob # define wctob rpl_wctob # endif _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); # else # if !defined wctob && !@HAVE_DECL_WCTOB@ /* wctob is provided by gnulib, or wctob exists but is not declared. */ _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); # endif _GL_CXXALIASWARN (wctob); #elif defined GNULIB_POSIXCHECK # undef wctob # if HAVE_RAW_DECL_WCTOB _GL_WARN_ON_USE (wctob, "wctob is unportable - " "use gnulib module wctob for portability"); # endif #endif /* Test whether *PS is in the initial state. */ #if @GNULIB_MBSINIT@ # if @REPLACE_MBSINIT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbsinit # define mbsinit rpl_mbsinit # endif _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps)); _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); # else # if !@HAVE_MBSINIT@ _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbsinit); #elif defined GNULIB_POSIXCHECK # undef mbsinit # if HAVE_RAW_DECL_MBSINIT _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - " "use gnulib module mbsinit for portability"); # endif #endif /* Convert a multibyte character to a wide character. */ #if @GNULIB_MBRTOWC@ # if @REPLACE_MBRTOWC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbrtowc # define mbrtowc rpl_mbrtowc # endif _GL_FUNCDECL_RPL (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); _GL_CXXALIAS_RPL (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); # else # if !@HAVE_MBRTOWC@ _GL_FUNCDECL_SYS (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbrtowc); #elif defined GNULIB_POSIXCHECK # undef mbrtowc # if HAVE_RAW_DECL_MBRTOWC _GL_WARN_ON_USE (mbrtowc, "mbrtowc is unportable - " "use gnulib module mbrtowc for portability"); # endif #endif /* Recognize a multibyte character. */ #if @GNULIB_MBRLEN@ # if @REPLACE_MBRLEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbrlen # define mbrlen rpl_mbrlen # endif _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); # else # if !@HAVE_MBRLEN@ _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbrlen); #elif defined GNULIB_POSIXCHECK # undef mbrlen # if HAVE_RAW_DECL_MBRLEN _GL_WARN_ON_USE (mbrlen, "mbrlen is unportable - " "use gnulib module mbrlen for portability"); # endif #endif /* Convert a string to a wide string. */ #if @GNULIB_MBSRTOWCS@ # if @REPLACE_MBSRTOWCS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbsrtowcs # define mbsrtowcs rpl_mbsrtowcs # endif _GL_FUNCDECL_RPL (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps)); # else # if !@HAVE_MBSRTOWCS@ _GL_FUNCDECL_SYS (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbsrtowcs); #elif defined GNULIB_POSIXCHECK # undef mbsrtowcs # if HAVE_RAW_DECL_MBSRTOWCS _GL_WARN_ON_USE (mbsrtowcs, "mbsrtowcs is unportable - " "use gnulib module mbsrtowcs for portability"); # endif #endif /* Convert a string to a wide string. */ #if @GNULIB_MBSNRTOWCS@ # if @REPLACE_MBSNRTOWCS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbsnrtowcs # define mbsnrtowcs rpl_mbsnrtowcs # endif _GL_FUNCDECL_RPL (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps)); # else # if !@HAVE_MBSNRTOWCS@ _GL_FUNCDECL_SYS (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbsnrtowcs); #elif defined GNULIB_POSIXCHECK # undef mbsnrtowcs # if HAVE_RAW_DECL_MBSNRTOWCS _GL_WARN_ON_USE (mbsnrtowcs, "mbsnrtowcs is unportable - " "use gnulib module mbsnrtowcs for portability"); # endif #endif /* Convert a wide character to a multibyte character. */ #if @GNULIB_WCRTOMB@ # if @REPLACE_WCRTOMB@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcrtomb # define wcrtomb rpl_wcrtomb # endif _GL_FUNCDECL_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); # else # if !@HAVE_WCRTOMB@ _GL_FUNCDECL_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); # endif _GL_CXXALIASWARN (wcrtomb); #elif defined GNULIB_POSIXCHECK # undef wcrtomb # if HAVE_RAW_DECL_WCRTOMB _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - " "use gnulib module wcrtomb for portability"); # endif #endif /* Convert a wide string to a string. */ #if @GNULIB_WCSRTOMBS@ # if @REPLACE_WCSRTOMBS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcsrtombs # define wcsrtombs rpl_wcsrtombs # endif _GL_FUNCDECL_RPL (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps)); # else # if !@HAVE_WCSRTOMBS@ _GL_FUNCDECL_SYS (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (wcsrtombs); #elif defined GNULIB_POSIXCHECK # undef wcsrtombs # if HAVE_RAW_DECL_WCSRTOMBS _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - " "use gnulib module wcsrtombs for portability"); # endif #endif /* Convert a wide string to a string. */ #if @GNULIB_WCSNRTOMBS@ # if @REPLACE_WCSNRTOMBS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcsnrtombs # define wcsnrtombs rpl_wcsnrtombs # endif _GL_FUNCDECL_RPL (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps)); # else # if !@HAVE_WCSNRTOMBS@ _GL_FUNCDECL_SYS (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (wcsnrtombs); #elif defined GNULIB_POSIXCHECK # undef wcsnrtombs # if HAVE_RAW_DECL_WCSNRTOMBS _GL_WARN_ON_USE (wcsnrtombs, "wcsnrtombs is unportable - " "use gnulib module wcsnrtombs for portability"); # endif #endif /* Return the number of screen columns needed for WC. */ #if @GNULIB_WCWIDTH@ # if @REPLACE_WCWIDTH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcwidth # define wcwidth rpl_wcwidth # endif _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t)); # else # if !@HAVE_DECL_WCWIDTH@ /* wcwidth exists but is not declared. */ _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t)); # endif _GL_CXXALIASWARN (wcwidth); #elif defined GNULIB_POSIXCHECK # undef wcwidth # if HAVE_RAW_DECL_WCWIDTH _GL_WARN_ON_USE (wcwidth, "wcwidth is unportable - " "use gnulib module wcwidth for portability"); # endif #endif /* Search N wide characters of S for C. */ #if @GNULIB_WMEMCHR@ # if !@HAVE_WMEMCHR@ _GL_FUNCDECL_SYS (wmemchr, wchar_t *, (const wchar_t *s, wchar_t c, size_t n) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wmemchr (const wchar_t *, wchar_t, size_t); wchar_t * std::wmemchr (wchar_t *, wchar_t, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (wmemchr, wchar_t *, (const wchar_t *, wchar_t, size_t), const wchar_t *, (const wchar_t *, wchar_t, size_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wmemchr, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); _GL_CXXALIASWARN1 (wmemchr, const wchar_t *, (const wchar_t *s, wchar_t c, size_t n)); # else _GL_CXXALIASWARN (wmemchr); # endif #elif defined GNULIB_POSIXCHECK # undef wmemchr # if HAVE_RAW_DECL_WMEMCHR _GL_WARN_ON_USE (wmemchr, "wmemchr is unportable - " "use gnulib module wmemchr for portability"); # endif #endif /* Compare N wide characters of S1 and S2. */ #if @GNULIB_WMEMCMP@ # if !@HAVE_WMEMCMP@ _GL_FUNCDECL_SYS (wmemcmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wmemcmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wmemcmp); #elif defined GNULIB_POSIXCHECK # undef wmemcmp # if HAVE_RAW_DECL_WMEMCMP _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - " "use gnulib module wmemcmp for portability"); # endif #endif /* Copy N wide characters of SRC to DEST. */ #if @GNULIB_WMEMCPY@ # if !@HAVE_WMEMCPY@ _GL_FUNCDECL_SYS (wmemcpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wmemcpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wmemcpy); #elif defined GNULIB_POSIXCHECK # undef wmemcpy # if HAVE_RAW_DECL_WMEMCPY _GL_WARN_ON_USE (wmemcpy, "wmemcpy is unportable - " "use gnulib module wmemcpy for portability"); # endif #endif /* Copy N wide characters of SRC to DEST, guaranteeing correct behavior for overlapping memory areas. */ #if @GNULIB_WMEMMOVE@ # if !@HAVE_WMEMMOVE@ _GL_FUNCDECL_SYS (wmemmove, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wmemmove, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wmemmove); #elif defined GNULIB_POSIXCHECK # undef wmemmove # if HAVE_RAW_DECL_WMEMMOVE _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - " "use gnulib module wmemmove for portability"); # endif #endif /* Set N wide characters of S to C. */ #if @GNULIB_WMEMSET@ # if !@HAVE_WMEMSET@ _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); # endif _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); _GL_CXXALIASWARN (wmemset); #elif defined GNULIB_POSIXCHECK # undef wmemset # if HAVE_RAW_DECL_WMEMSET _GL_WARN_ON_USE (wmemset, "wmemset is unportable - " "use gnulib module wmemset for portability"); # endif #endif /* Return the number of wide characters in S. */ #if @GNULIB_WCSLEN@ # if !@HAVE_WCSLEN@ _GL_FUNCDECL_SYS (wcslen, size_t, (const wchar_t *s) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcslen, size_t, (const wchar_t *s)); _GL_CXXALIASWARN (wcslen); #elif defined GNULIB_POSIXCHECK # undef wcslen # if HAVE_RAW_DECL_WCSLEN _GL_WARN_ON_USE (wcslen, "wcslen is unportable - " "use gnulib module wcslen for portability"); # endif #endif /* Return the number of wide characters in S, but at most MAXLEN. */ #if @GNULIB_WCSNLEN@ # if !@HAVE_WCSNLEN@ _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)); _GL_CXXALIASWARN (wcsnlen); #elif defined GNULIB_POSIXCHECK # undef wcsnlen # if HAVE_RAW_DECL_WCSNLEN _GL_WARN_ON_USE (wcsnlen, "wcsnlen is unportable - " "use gnulib module wcsnlen for portability"); # endif #endif /* Copy SRC to DEST. */ #if @GNULIB_WCSCPY@ # if !@HAVE_WCSCPY@ _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); # endif _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); _GL_CXXALIASWARN (wcscpy); #elif defined GNULIB_POSIXCHECK # undef wcscpy # if HAVE_RAW_DECL_WCSCPY _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - " "use gnulib module wcscpy for portability"); # endif #endif /* Copy SRC to DEST, returning the address of the terminating L'\0' in DEST. */ #if @GNULIB_WCPCPY@ # if !@HAVE_WCPCPY@ _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); # endif _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); _GL_CXXALIASWARN (wcpcpy); #elif defined GNULIB_POSIXCHECK # undef wcpcpy # if HAVE_RAW_DECL_WCPCPY _GL_WARN_ON_USE (wcpcpy, "wcpcpy is unportable - " "use gnulib module wcpcpy for portability"); # endif #endif /* Copy no more than N wide characters of SRC to DEST. */ #if @GNULIB_WCSNCPY@ # if !@HAVE_WCSNCPY@ _GL_FUNCDECL_SYS (wcsncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wcsncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wcsncpy); #elif defined GNULIB_POSIXCHECK # undef wcsncpy # if HAVE_RAW_DECL_WCSNCPY _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - " "use gnulib module wcsncpy for portability"); # endif #endif /* Copy no more than N characters of SRC to DEST, returning the address of the last character written into DEST. */ #if @GNULIB_WCPNCPY@ # if !@HAVE_WCPNCPY@ _GL_FUNCDECL_SYS (wcpncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wcpncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wcpncpy); #elif defined GNULIB_POSIXCHECK # undef wcpncpy # if HAVE_RAW_DECL_WCPNCPY _GL_WARN_ON_USE (wcpncpy, "wcpncpy is unportable - " "use gnulib module wcpncpy for portability"); # endif #endif /* Append SRC onto DEST. */ #if @GNULIB_WCSCAT@ # if !@HAVE_WCSCAT@ _GL_FUNCDECL_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); # endif _GL_CXXALIAS_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); _GL_CXXALIASWARN (wcscat); #elif defined GNULIB_POSIXCHECK # undef wcscat # if HAVE_RAW_DECL_WCSCAT _GL_WARN_ON_USE (wcscat, "wcscat is unportable - " "use gnulib module wcscat for portability"); # endif #endif /* Append no more than N wide characters of SRC onto DEST. */ #if @GNULIB_WCSNCAT@ # if !@HAVE_WCSNCAT@ _GL_FUNCDECL_SYS (wcsncat, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wcsncat, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wcsncat); #elif defined GNULIB_POSIXCHECK # undef wcsncat # if HAVE_RAW_DECL_WCSNCAT _GL_WARN_ON_USE (wcsncat, "wcsncat is unportable - " "use gnulib module wcsncat for portability"); # endif #endif /* Compare S1 and S2. */ #if @GNULIB_WCSCMP@ # if !@HAVE_WCSCMP@ _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); _GL_CXXALIASWARN (wcscmp); #elif defined GNULIB_POSIXCHECK # undef wcscmp # if HAVE_RAW_DECL_WCSCMP _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - " "use gnulib module wcscmp for portability"); # endif #endif /* Compare no more than N wide characters of S1 and S2. */ #if @GNULIB_WCSNCMP@ # if !@HAVE_WCSNCMP@ _GL_FUNCDECL_SYS (wcsncmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsncmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wcsncmp); #elif defined GNULIB_POSIXCHECK # undef wcsncmp # if HAVE_RAW_DECL_WCSNCMP _GL_WARN_ON_USE (wcsncmp, "wcsncmp is unportable - " "use gnulib module wcsncmp for portability"); # endif #endif /* Compare S1 and S2, ignoring case. */ #if @GNULIB_WCSCASECMP@ # if !@HAVE_WCSCASECMP@ _GL_FUNCDECL_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2)); _GL_CXXALIASWARN (wcscasecmp); #elif defined GNULIB_POSIXCHECK # undef wcscasecmp # if HAVE_RAW_DECL_WCSCASECMP _GL_WARN_ON_USE (wcscasecmp, "wcscasecmp is unportable - " "use gnulib module wcscasecmp for portability"); # endif #endif /* Compare no more than N chars of S1 and S2, ignoring case. */ #if @GNULIB_WCSNCASECMP@ # if !@HAVE_WCSNCASECMP@ _GL_FUNCDECL_SYS (wcsncasecmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsncasecmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wcsncasecmp); #elif defined GNULIB_POSIXCHECK # undef wcsncasecmp # if HAVE_RAW_DECL_WCSNCASECMP _GL_WARN_ON_USE (wcsncasecmp, "wcsncasecmp is unportable - " "use gnulib module wcsncasecmp for portability"); # endif #endif /* Compare S1 and S2, both interpreted as appropriate to the LC_COLLATE category of the current locale. */ #if @GNULIB_WCSCOLL@ # if !@HAVE_WCSCOLL@ _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); # endif _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); _GL_CXXALIASWARN (wcscoll); #elif defined GNULIB_POSIXCHECK # undef wcscoll # if HAVE_RAW_DECL_WCSCOLL _GL_WARN_ON_USE (wcscoll, "wcscoll is unportable - " "use gnulib module wcscoll for portability"); # endif #endif /* Transform S2 into array pointed to by S1 such that if wcscmp is applied to two transformed strings the result is the as applying 'wcscoll' to the original strings. */ #if @GNULIB_WCSXFRM@ # if !@HAVE_WCSXFRM@ _GL_FUNCDECL_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); # endif _GL_CXXALIAS_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wcsxfrm); #elif defined GNULIB_POSIXCHECK # undef wcsxfrm # if HAVE_RAW_DECL_WCSXFRM _GL_WARN_ON_USE (wcsxfrm, "wcsxfrm is unportable - " "use gnulib module wcsxfrm for portability"); # endif #endif /* Duplicate S, returning an identical malloc'd string. */ #if @GNULIB_WCSDUP@ # if !@HAVE_WCSDUP@ _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s)); # endif _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s)); _GL_CXXALIASWARN (wcsdup); #elif defined GNULIB_POSIXCHECK # undef wcsdup # if HAVE_RAW_DECL_WCSDUP _GL_WARN_ON_USE (wcsdup, "wcsdup is unportable - " "use gnulib module wcsdup for portability"); # endif #endif /* Find the first occurrence of WC in WCS. */ #if @GNULIB_WCSCHR@ # if !@HAVE_WCSCHR@ _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcschr (const wchar_t *, wchar_t); wchar_t * std::wcschr (wchar_t *, wchar_t); } */ _GL_CXXALIAS_SYS_CAST2 (wcschr, wchar_t *, (const wchar_t *, wchar_t), const wchar_t *, (const wchar_t *, wchar_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc)); _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); # else _GL_CXXALIASWARN (wcschr); # endif #elif defined GNULIB_POSIXCHECK # undef wcschr # if HAVE_RAW_DECL_WCSCHR _GL_WARN_ON_USE (wcschr, "wcschr is unportable - " "use gnulib module wcschr for portability"); # endif #endif /* Find the last occurrence of WC in WCS. */ #if @GNULIB_WCSRCHR@ # if !@HAVE_WCSRCHR@ _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcsrchr (const wchar_t *, wchar_t); wchar_t * std::wcsrchr (wchar_t *, wchar_t); } */ _GL_CXXALIAS_SYS_CAST2 (wcsrchr, wchar_t *, (const wchar_t *, wchar_t), const wchar_t *, (const wchar_t *, wchar_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc)); _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); # else _GL_CXXALIASWARN (wcsrchr); # endif #elif defined GNULIB_POSIXCHECK # undef wcsrchr # if HAVE_RAW_DECL_WCSRCHR _GL_WARN_ON_USE (wcsrchr, "wcsrchr is unportable - " "use gnulib module wcsrchr for portability"); # endif #endif /* Return the length of the initial segmet of WCS which consists entirely of wide characters not in REJECT. */ #if @GNULIB_WCSCSPN@ # if !@HAVE_WCSCSPN@ _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)); _GL_CXXALIASWARN (wcscspn); #elif defined GNULIB_POSIXCHECK # undef wcscspn # if HAVE_RAW_DECL_WCSCSPN _GL_WARN_ON_USE (wcscspn, "wcscspn is unportable - " "use gnulib module wcscspn for portability"); # endif #endif /* Return the length of the initial segmet of WCS which consists entirely of wide characters in ACCEPT. */ #if @GNULIB_WCSSPN@ # if !@HAVE_WCSSPN@ _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)); _GL_CXXALIASWARN (wcsspn); #elif defined GNULIB_POSIXCHECK # undef wcsspn # if HAVE_RAW_DECL_WCSSPN _GL_WARN_ON_USE (wcsspn, "wcsspn is unportable - " "use gnulib module wcsspn for portability"); # endif #endif /* Find the first occurrence in WCS of any character in ACCEPT. */ #if @GNULIB_WCSPBRK@ # if !@HAVE_WCSPBRK@ _GL_FUNCDECL_SYS (wcspbrk, wchar_t *, (const wchar_t *wcs, const wchar_t *accept) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcspbrk (const wchar_t *, const wchar_t *); wchar_t * std::wcspbrk (wchar_t *, const wchar_t *); } */ _GL_CXXALIAS_SYS_CAST2 (wcspbrk, wchar_t *, (const wchar_t *, const wchar_t *), const wchar_t *, (const wchar_t *, const wchar_t *)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcspbrk, wchar_t *, (wchar_t *wcs, const wchar_t *accept)); _GL_CXXALIASWARN1 (wcspbrk, const wchar_t *, (const wchar_t *wcs, const wchar_t *accept)); # else _GL_CXXALIASWARN (wcspbrk); # endif #elif defined GNULIB_POSIXCHECK # undef wcspbrk # if HAVE_RAW_DECL_WCSPBRK _GL_WARN_ON_USE (wcspbrk, "wcspbrk is unportable - " "use gnulib module wcspbrk for portability"); # endif #endif /* Find the first occurrence of NEEDLE in HAYSTACK. */ #if @GNULIB_WCSSTR@ # if !@HAVE_WCSSTR@ _GL_FUNCDECL_SYS (wcsstr, wchar_t *, (const wchar_t *haystack, const wchar_t *needle) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcsstr (const wchar_t *, const wchar_t *); wchar_t * std::wcsstr (wchar_t *, const wchar_t *); } */ _GL_CXXALIAS_SYS_CAST2 (wcsstr, wchar_t *, (const wchar_t *, const wchar_t *), const wchar_t *, (const wchar_t *, const wchar_t *)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcsstr, wchar_t *, (wchar_t *haystack, const wchar_t *needle)); _GL_CXXALIASWARN1 (wcsstr, const wchar_t *, (const wchar_t *haystack, const wchar_t *needle)); # else _GL_CXXALIASWARN (wcsstr); # endif #elif defined GNULIB_POSIXCHECK # undef wcsstr # if HAVE_RAW_DECL_WCSSTR _GL_WARN_ON_USE (wcsstr, "wcsstr is unportable - " "use gnulib module wcsstr for portability"); # endif #endif /* Divide WCS into tokens separated by characters in DELIM. */ #if @GNULIB_WCSTOK@ # if !@HAVE_WCSTOK@ _GL_FUNCDECL_SYS (wcstok, wchar_t *, (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); # endif _GL_CXXALIAS_SYS (wcstok, wchar_t *, (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); _GL_CXXALIASWARN (wcstok); #elif defined GNULIB_POSIXCHECK # undef wcstok # if HAVE_RAW_DECL_WCSTOK _GL_WARN_ON_USE (wcstok, "wcstok is unportable - " "use gnulib module wcstok for portability"); # endif #endif /* Determine number of column positions required for first N wide characters (or fewer if S ends before this) in S. */ #if @GNULIB_WCSWIDTH@ # if @REPLACE_WCSWIDTH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcswidth # define wcswidth rpl_wcswidth # endif _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n)); # else # if !@HAVE_WCSWIDTH@ _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n)); # endif _GL_CXXALIASWARN (wcswidth); #elif defined GNULIB_POSIXCHECK # undef wcswidth # if HAVE_RAW_DECL_WCSWIDTH _GL_WARN_ON_USE (wcswidth, "wcswidth is unportable - " "use gnulib module wcswidth for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_WCHAR_H */ #endif /* _@GUARD_PREFIX@_WCHAR_H */ #endif gsasl-1.8.0/lib/gl/float.c0000664000000000000000000000253311746471770012164 00000000000000/* Auxiliary definitions for . Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ #include /* Specification. */ #include #if (defined _ARCH_PPC || defined _POWER) && (defined _AIX || defined __linux__) && (LDBL_MANT_DIG == 106) && defined __GNUC__ const union gl_long_double_union gl_LDBL_MAX = { { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL } }; #elif defined __i386__ const union gl_long_double_union gl_LDBL_MAX = { { 0xFFFFFFFF, 0xFFFFFFFF, 32766 } }; #else /* This declaration is solely to ensure that after preprocessing this file is never empty. */ typedef int dummy; #endif gsasl-1.8.0/lib/gl/c-ctype.c0000664000000000000000000002537011746471770012427 00000000000000/* Character handling in C locale. Copyright 2000-2003, 2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #include /* Specification. */ #define NO_C_CTYPE_MACROS #include "c-ctype.h" /* The function isascii is not locale dependent. Its use in EBCDIC is questionable. */ bool c_isascii (int c) { return (c >= 0x00 && c <= 0x7f); } bool c_isalnum (int c) { #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII return ((c >= '0' && c <= '9') || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')); #else return ((c >= '0' && c <= '9') || (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')); #endif #else switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': return 1; default: return 0; } #endif } bool c_isalpha (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'); #else return ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')); #endif #else switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': return 1; default: return 0; } #endif } bool c_isblank (int c) { return (c == ' ' || c == '\t'); } bool c_iscntrl (int c) { #if C_CTYPE_ASCII return ((c & ~0x1f) == 0 || c == 0x7f); #else switch (c) { case ' ': case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case '`': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': return 0; default: return 1; } #endif } bool c_isdigit (int c) { #if C_CTYPE_CONSECUTIVE_DIGITS return (c >= '0' && c <= '9'); #else switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': return 1; default: return 0; } #endif } bool c_islower (int c) { #if C_CTYPE_CONSECUTIVE_LOWERCASE return (c >= 'a' && c <= 'z'); #else switch (c) { case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': return 1; default: return 0; } #endif } bool c_isgraph (int c) { #if C_CTYPE_ASCII return (c >= '!' && c <= '~'); #else switch (c) { case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case '`': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': return 1; default: return 0; } #endif } bool c_isprint (int c) { #if C_CTYPE_ASCII return (c >= ' ' && c <= '~'); #else switch (c) { case ' ': case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case '`': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': return 1; default: return 0; } #endif } bool c_ispunct (int c) { #if C_CTYPE_ASCII return ((c >= '!' && c <= '~') && !((c >= '0' && c <= '9') || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'))); #else switch (c) { case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case '[': case '\\': case ']': case '^': case '_': case '`': case '{': case '|': case '}': case '~': return 1; default: return 0; } #endif } bool c_isspace (int c) { return (c == ' ' || c == '\t' || c == '\n' || c == '\v' || c == '\f' || c == '\r'); } bool c_isupper (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE return (c >= 'A' && c <= 'Z'); #else switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': return 1; default: return 0; } #endif } bool c_isxdigit (int c) { #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII return ((c >= '0' && c <= '9') || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F')); #else return ((c >= '0' && c <= '9') || (c >= 'A' && c <= 'F') || (c >= 'a' && c <= 'f')); #endif #else switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': return 1; default: return 0; } #endif } int c_tolower (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE return (c >= 'A' && c <= 'Z' ? c - 'A' + 'a' : c); #else switch (c) { case 'A': return 'a'; case 'B': return 'b'; case 'C': return 'c'; case 'D': return 'd'; case 'E': return 'e'; case 'F': return 'f'; case 'G': return 'g'; case 'H': return 'h'; case 'I': return 'i'; case 'J': return 'j'; case 'K': return 'k'; case 'L': return 'l'; case 'M': return 'm'; case 'N': return 'n'; case 'O': return 'o'; case 'P': return 'p'; case 'Q': return 'q'; case 'R': return 'r'; case 'S': return 's'; case 'T': return 't'; case 'U': return 'u'; case 'V': return 'v'; case 'W': return 'w'; case 'X': return 'x'; case 'Y': return 'y'; case 'Z': return 'z'; default: return c; } #endif } int c_toupper (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE return (c >= 'a' && c <= 'z' ? c - 'a' + 'A' : c); #else switch (c) { case 'a': return 'A'; case 'b': return 'B'; case 'c': return 'C'; case 'd': return 'D'; case 'e': return 'E'; case 'f': return 'F'; case 'g': return 'G'; case 'h': return 'H'; case 'i': return 'I'; case 'j': return 'J'; case 'k': return 'K'; case 'l': return 'L'; case 'm': return 'M'; case 'n': return 'N'; case 'o': return 'O'; case 'p': return 'P'; case 'q': return 'Q'; case 'r': return 'R'; case 's': return 'S'; case 't': return 'T'; case 'u': return 'U'; case 'v': return 'V'; case 'w': return 'W'; case 'x': return 'X'; case 'y': return 'Y'; case 'z': return 'Z'; default: return c; } #endif } gsasl-1.8.0/lib/gl/asnprintf.c0000664000000000000000000000207511746471770013064 00000000000000/* Formatted output to strings. Copyright (C) 1999, 2002, 2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #include /* Specification. */ #include "vasnprintf.h" #include char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) { va_list args; char *result; va_start (args, format); result = vasnprintf (resultbuf, lengthp, format, args); va_end (args); return result; } gsasl-1.8.0/lib/gl/Makefile.in0000664000000000000000000027130211760730702012747 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files base64 c-ctype crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext gss-extra lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strndup strnlen strverscmp vasprintf VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @GL_COND_LIBTOOL_TRUE@am__append_1 = $(LTLIBGCRYPT) subdir = gl DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = am_libgl_la_OBJECTS = base64.lo c-ctype.lo gc-pbkdf2-sha1.lo \ hmac-md5.lo hmac-sha1.lo md5.lo sha1.lo memxor.lo libgl_la_OBJECTS = $(am_libgl_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libgl_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgl_la_SOURCES) $(EXTRA_libgl_la_SOURCES) DIST_SOURCES = $(libgl_la_SOURCES) $(EXTRA_libgl_la_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive HEADERS = $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.5 gnits SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = libgl.la EXTRA_DIST = m4/gnulib-cache.m4 alloca.in.h gc-gnulib.c gc-libgcrypt.c \ gc.h hmac.h hmac.h md5.h sha1.h errno.in.h float.c float.in.h \ itold.c getdelim.c getline.c \ $(top_srcdir)/build-aux/config.rpath $(top_srcdir)/GNUmakefile \ gss-extra.c gss-extra.h $(top_srcdir)/build-aux/config.rpath \ $(top_srcdir)/maint.mk memchr.c memchr.valgrind memmem.c \ str-two-way.h memxor.h realloc.c \ $(top_srcdir)/build-aux/snippet/_Noreturn.h \ $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ $(top_srcdir)/build-aux/snippet/c++defs.h \ $(top_srcdir)/build-aux/snippet/warn-on-use.h stdalign.in.h \ stdbool.in.h stddef.in.h stdint.in.h stdio.in.h stdlib.in.h \ string.in.h strndup.c strnlen.c strverscmp.c sys_types.in.h \ unistd.in.h $(top_srcdir)/build-aux/useless-if-before-free \ asnprintf.c float+.h printf-args.c printf-args.h \ printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \ asprintf.c vasprintf.c $(top_srcdir)/build-aux/vc-list-files \ verify.h wchar.in.h # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES = $(ALLOCA_H) $(ERRNO_H) $(FLOAT_H) arg-nonnull.h \ c++defs.h warn-on-use.h $(STDALIGN_H) $(STDBOOL_H) $(STDDEF_H) \ $(STDINT_H) stdio.h stdlib.h string.h sys/types.h unistd.h \ wchar.h SUFFIXES = MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t errno.h \ errno.h-t float.h float.h-t arg-nonnull.h arg-nonnull.h-t \ c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t stdalign.h \ stdalign.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t \ stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t \ string.h string.h-t sys/types.h sys/types.h-t unistd.h \ unistd.h-t wchar.h wchar.h-t MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = # This is for those projects which use "gettextize --intl" to put a source-code # copy of libintl into their package. In such projects, every Makefile.am needs # -I$(top_builddir)/intl, so that can be found in this directory. # For the Makefile.ams in other directories it is the maintainer's # responsibility; for the one from gnulib we do it here. # This option has no effect when the user disables NLS (because then the intl # directory contains no libintl.h file) or when the project does not use # "gettextize --intl". AM_CPPFLAGS = -I$(top_builddir)/intl # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the # compilation of all sources that make up the library. This line here does it # only for the gnulib part of it. The developer is responsible for adding # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library. AM_CFLAGS = $(CFLAG_VISIBILITY) libgl_la_SOURCES = base64.h base64.c c-ctype.h c-ctype.c md5.h \ gc-pbkdf2-sha1.c hmac-md5.c hmac-sha1.c md5.c sha1.c gettext.h \ memxor.c minmax.h size_max.h xsize.h libgl_la_LIBADD = $(gl_LTLIBOBJS) libgl_la_DEPENDENCIES = $(gl_LTLIBOBJS) EXTRA_libgl_la_SOURCES = gc-gnulib.c gc-libgcrypt.c float.c itold.c \ getdelim.c getline.c gss-extra.c memchr.c memmem.c realloc.c \ strndup.c strnlen.c strverscmp.c asnprintf.c printf-args.c \ printf-parse.c vasnprintf.c asprintf.c vasprintf.c libgl_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LTLIBINTL) \ $(am__append_1) # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h ARG_NONNULL_H = arg-nonnull.h CXXDEFS_H = c++defs.h WARN_ON_USE_H = warn-on-use.h all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gl/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnits gl/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgl.la: $(libgl_la_OBJECTS) $(libgl_la_DEPENDENCIES) $(EXTRA_libgl_la_DEPENDENCIES) $(AM_V_CCLD)$(libgl_la_LINK) $(libgl_la_OBJECTS) $(libgl_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc-gnulib.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc-libgcrypt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gc-pbkdf2-sha1.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdelim.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gss-extra.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac-md5.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac-sha1.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memxor.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha1.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strndup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strverscmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ ctags-recursive install install-am install-strip \ tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \ ctags-recursive distclean distclean-compile distclean-generic \ distclean-libtool distclean-local distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ mostlyclean-local pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status @GL_GENERATE_ALLOCA_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ALLOCA_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_ALLOCA_H_TRUE@ cat $(srcdir)/alloca.in.h; \ @GL_GENERATE_ALLOCA_H_TRUE@ } > $@-t && \ @GL_GENERATE_ALLOCA_H_TRUE@ mv -f $@-t $@ @GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status @GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that is POSIX compliant. @GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status @GL_GENERATE_ERRNO_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ERRNO_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_ERRNO_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ < $(srcdir)/errno.in.h; \ @GL_GENERATE_ERRNO_H_TRUE@ } > $@-t && \ @GL_GENERATE_ERRNO_H_TRUE@ mv $@-t $@ @GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status @GL_GENERATE_ERRNO_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status @GL_GENERATE_FLOAT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_FLOAT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_FLOAT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ @GL_GENERATE_FLOAT_H_TRUE@ < $(srcdir)/float.in.h; \ @GL_GENERATE_FLOAT_H_TRUE@ } > $@-t && \ @GL_GENERATE_FLOAT_H_TRUE@ mv $@-t $@ @GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status @GL_GENERATE_FLOAT_H_FALSE@ rm -f $@ distclean-local: clean-GNUmakefile clean-GNUmakefile: test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || : # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works. @GL_GENERATE_STDALIGN_H_TRUE@stdalign.h: stdalign.in.h $(top_builddir)/config.status @GL_GENERATE_STDALIGN_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDALIGN_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDALIGN_H_TRUE@ cat $(srcdir)/stdalign.in.h; \ @GL_GENERATE_STDALIGN_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDALIGN_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDALIGN_H_FALSE@stdalign.h: $(top_builddir)/config.status @GL_GENERATE_STDALIGN_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works. @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ @GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status @GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDDEF_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_STDDEF_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ < $(srcdir)/stddef.in.h; \ @GL_GENERATE_STDDEF_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDDEF_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status @GL_GENERATE_STDDEF_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status @GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDINT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \ @GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status @GL_GENERATE_STDINT_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ < $(srcdir)/stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ < $(srcdir)/stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _Noreturn/r $(_NORETURN_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ < $(srcdir)/string.in.h | \ sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ < $(srcdir)/string.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create an empty placeholder for # when the system doesn't have one. unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ < $(srcdir)/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \ -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # version does not work standalone. wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ < $(srcdir)/wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/gl/alloca.in.h0000664000000000000000000000347111746471770012726 00000000000000/* Memory allocation on the stack. Copyright (C) 1995, 1999, 2001-2004, 2006-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H means there is a real alloca function. */ #ifndef _GL_ALLOCA_H #define _GL_ALLOCA_H /* alloca (N) returns a pointer to N bytes of memory allocated on the stack, which will last until the function returns. Use of alloca should be avoided: - inside arguments of function calls - undefined behaviour, - in inline functions - the allocation may actually last until the calling function returns, - for huge N (say, N >= 65536) - you never know how large (or small) the stack is, and when the stack cannot fulfill the memory allocation request, the program just crashes. */ #ifndef alloca # ifdef __GNUC__ # define alloca __builtin_alloca # elif defined _AIX # define alloca __alloca # elif defined _MSC_VER # include # define alloca _alloca # elif defined __DECC && defined __VMS # define alloca __ALLOCA # else # include # ifdef __cplusplus extern "C" # endif void *alloca (size_t); # endif #endif #endif /* _GL_ALLOCA_H */ gsasl-1.8.0/lib/gl/stdalign.in.h0000664000000000000000000000655311746471770013304 00000000000000/* A substitute for ISO C11 . Copyright 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Paul Eggert and Bruno Haible. */ #ifndef _GL_STDALIGN_H #define _GL_STDALIGN_H /* ISO C11 for platforms that lack it. References: ISO C11 (latest free draft ) sections 6.5.3.4, 6.7.5, 7.15. C++11 (latest free draft ) section 18.10. */ /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment requirement of a structure member (i.e., slot or field) that is of type TYPE, as an integer constant expression. This differs from GCC's __alignof__ operator, which can yield a better-performing alignment for an object of that type. For example, on x86 with GCC, __alignof__ (double) and __alignof__ (long long) are 8, whereas alignof (double) and alignof (long long) are 4 unless the option '-malign-double' is used. The result cannot be used as a value for an 'enum' constant, if you want to be portable to HP-UX 10.20 cc and AIX 3.2.5 xlc. */ #include #if defined __cplusplus template struct __alignof_helper { char __a; __t __b; }; # define _Alignof(type) offsetof (__alignof_helper, __b) #else # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) #endif #define alignof _Alignof #define __alignof_is_defined 1 /* alignas (A), also known as _Alignas (A), aligns a variable or type to the alignment A, where A is an integer constant expression. For example: int alignas (8) foo; struct s { int a; int alignas (8) bar; }; aligns the address of FOO and the offset of BAR to be multiples of 8. A should be a power of two that is at least the type's alignment and at most the implementation's alignment limit. This limit is 2**28 on typical GNUish hosts, and 2**13 on MSVC. To be portable to MSVC through at least version 10.0, A should be an integer constant, as MSVC does not support expressions such as 1 << 3. To be portable to Sun C 5.11, do not align auto variables to anything stricter than their default alignment. The following C11 requirements are not supported here: - If A is zero, alignas has no effect. - alignas can be used multiple times; the strictest one wins. - alignas (TYPE) is equivalent to alignas (alignof (TYPE)). */ #if __GNUC__ || __IBMC__ || __IBMCPP__ || 0x5110 <= __SUNPRO_C # define _Alignas(a) __attribute__ ((__aligned__ (a))) #elif 1300 <= _MSC_VER # define _Alignas(a) __declspec (align (a)) #endif #ifdef _Alignas # define alignas _Alignas # define __alignas_is_defined 1 #endif #endif /* _GL_STDALIGN_H */ gsasl-1.8.0/lib/gl/xsize.h0000664000000000000000000000662411746471770012233 00000000000000/* xsize.h -- Checked size_t computations. Copyright (C) 2003, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _XSIZE_H #define _XSIZE_H /* Get size_t. */ #include /* Get SIZE_MAX. */ #include #if HAVE_STDINT_H # include #endif /* The size of memory objects is often computed through expressions of type size_t. Example: void* p = malloc (header_size + n * element_size). These computations can lead to overflow. When this happens, malloc() returns a piece of memory that is way too small, and the program then crashes while attempting to fill the memory. To avoid this, the functions and macros in this file check for overflow. The convention is that SIZE_MAX represents overflow. malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc implementation that uses mmap --, it's recommended to use size_overflow_p() or size_in_bounds_p() before invoking malloc(). The example thus becomes: size_t size = xsum (header_size, xtimes (n, element_size)); void *p = (size_in_bounds_p (size) ? malloc (size) : NULL); */ /* Convert an arbitrary value >= 0 to type size_t. */ #define xcast_size_t(N) \ ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX) /* Sum of two sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xsum (size_t size1, size_t size2) { size_t sum = size1 + size2; return (sum >= size1 ? sum : SIZE_MAX); } /* Sum of three sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xsum3 (size_t size1, size_t size2, size_t size3) { return xsum (xsum (size1, size2), size3); } /* Sum of four sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) { return xsum (xsum (xsum (size1, size2), size3), size4); } /* Maximum of two sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xmax (size_t size1, size_t size2) { /* No explicit check is needed here, because for any n: max (SIZE_MAX, n) == SIZE_MAX and max (n, SIZE_MAX) == SIZE_MAX. */ return (size1 >= size2 ? size1 : size2); } /* Multiplication of a count with an element size, with overflow check. The count must be >= 0 and the element size must be > 0. This is a macro, not an inline function, so that it works correctly even when N is of a wider type and N > SIZE_MAX. */ #define xtimes(N, ELSIZE) \ ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX) /* Check for overflow. */ #define size_overflow_p(SIZE) \ ((SIZE) == SIZE_MAX) /* Check against overflow. */ #define size_in_bounds_p(SIZE) \ ((SIZE) != SIZE_MAX) #endif /* _XSIZE_H */ gsasl-1.8.0/lib/gl/sys_types.in.h0000664000000000000000000000322411754207047013522 00000000000000/* Provide a more complete sys/types.h. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #ifndef _@GUARD_PREFIX@_SYS_TYPES_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_SYS_TYPES_H@ #ifndef _@GUARD_PREFIX@_SYS_TYPES_H #define _@GUARD_PREFIX@_SYS_TYPES_H /* Override off_t if Large File Support is requested on native Windows. */ #if @WINDOWS_64_BIT_OFF_T@ /* Same as int64_t in . */ # if defined _MSC_VER # define off_t __int64 # else # define off_t long long int # endif /* Indicator, for gnulib internal purposes. */ # define _GL_WINDOWS_64_BIT_OFF_T 1 #endif /* MSVC 9 defines size_t in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ && ! defined __GLIBC__ # include #endif #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ gsasl-1.8.0/lib/gl/hmac-md5.c0000664000000000000000000000373411746471770012456 00000000000000/* hmac-md5.c -- hashed message authentication codes Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. */ #include #include "hmac.h" #include "memxor.h" #include "md5.h" #include #define IPAD 0x36 #define OPAD 0x5c int hmac_md5 (const void *key, size_t keylen, const void *in, size_t inlen, void *resbuf) { struct md5_ctx inner; struct md5_ctx outer; char optkeybuf[16]; char block[64]; char innerhash[16]; /* Reduce the key's size, so that it becomes <= 64 bytes large. */ if (keylen > 64) { struct md5_ctx keyhash; md5_init_ctx (&keyhash); md5_process_bytes (key, keylen, &keyhash); md5_finish_ctx (&keyhash, optkeybuf); key = optkeybuf; keylen = 16; } /* Compute INNERHASH from KEY and IN. */ md5_init_ctx (&inner); memset (block, IPAD, sizeof (block)); memxor (block, key, keylen); md5_process_block (block, 64, &inner); md5_process_bytes (in, inlen, &inner); md5_finish_ctx (&inner, innerhash); /* Compute result from KEY and INNERHASH. */ md5_init_ctx (&outer); memset (block, OPAD, sizeof (block)); memxor (block, key, keylen); md5_process_block (block, 64, &outer); md5_process_bytes (innerhash, 16, &outer); md5_finish_ctx (&outer, resbuf); return 0; } gsasl-1.8.0/lib/gl/stdbool.in.h0000664000000000000000000001157611746471770013146 00000000000000/* Copyright (C) 2001-2003, 2006-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _GL_STDBOOL_H #define _GL_STDBOOL_H /* ISO C 99 for platforms that lack it. */ /* Usage suggestions: Programs that use should be aware of some limitations and standards compliance issues. Standards compliance: - must be #included before 'bool', 'false', 'true' can be used. - You cannot assume that sizeof (bool) == 1. - Programs should not undefine the macros bool, true, and false, as C99 lists that as an "obsolescent feature". Limitations of this substitute, when used in a C89 environment: - must be #included before the '_Bool' type can be used. - You cannot assume that _Bool is a typedef; it might be a macro. - Bit-fields of type 'bool' are not supported. Portable code should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'. - In C99, casts and automatic conversions to '_Bool' or 'bool' are performed in such a way that every nonzero value gets converted to 'true', and zero gets converted to 'false'. This doesn't work with this substitute. With this substitute, only the values 0 and 1 give the expected result when converted to _Bool' or 'bool'. - C99 allows the use of (_Bool)0.0 in constant expressions, but this substitute cannot always provide this property. Also, it is suggested that programs use 'bool' rather than '_Bool'; this isn't required, but 'bool' is more common. */ /* 7.16. Boolean type and values */ /* BeOS already #defines false 0, true 1. We use the same definitions below, but temporarily we have to #undef them. */ #if defined __BEOS__ && !defined __HAIKU__ # include /* defines bool but not _Bool */ # undef false # undef true #endif /* For the sake of symbolic names in gdb, we define true and false as enum constants, not only as macros. It is tempting to write typedef enum { false = 0, true = 1 } _Bool; so that gdb prints values of type 'bool' symbolically. But if we do this, values of type '_Bool' may promote to 'int' or 'unsigned int' (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int' (see ISO C 99 6.3.1.1.(2)). So we add a negative value to the enum; this ensures that '_Bool' promotes to 'int'. */ #if defined __cplusplus || (defined __BEOS__ && !defined __HAIKU__) /* A compiler known to have 'bool'. */ /* If the compiler already has both 'bool' and '_Bool', we can assume they are the same types. */ # if !@HAVE__BOOL@ typedef bool _Bool; # endif #else # if !defined __GNUC__ /* If @HAVE__BOOL@: Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when the built-in _Bool type is used. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html Similar bugs are likely with other compilers as well; this file wouldn't be used if was working. So we override the _Bool type. If !@HAVE__BOOL@: Need to define _Bool ourselves. As 'signed char' or as an enum type? Use of a typedef, with SunPRO C, leads to a stupid "warning: _Bool is a keyword in ISO C99". Use of an enum type, with IRIX cc, leads to a stupid "warning(1185): enumerated type mixed with another type". Even the existence of an enum type, without a typedef, "Invalid enumerator. (badenum)" with HP-UX cc on Tru64. The only benefit of the enum, debuggability, is not important with these compilers. So use 'signed char' and no enum. */ # define _Bool signed char # else /* With this compiler, trust the _Bool type if the compiler has it. */ # if !@HAVE__BOOL@ typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; # endif # endif #endif #define bool _Bool /* The other macros must be usable in preprocessor directives. */ #define false 0 #define true 1 #define __bool_true_false_are_defined 1 #endif /* _GL_STDBOOL_H */ gsasl-1.8.0/lib/gl/stdint.in.h0000664000000000000000000004464211754207050012770 00000000000000/* Copyright (C) 2001-2002, 2004-2012 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* * ISO C 99 for platforms that lack it. * */ #ifndef _@GUARD_PREFIX@_STDINT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* When including a system file that in turn includes , use the system , not our substitute. This avoids problems with (for example) VMS, whose includes . */ #define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* On Android (Bionic libc), includes this file before having defined 'time_t'. Therefore in this case avoid including other system header files; just include the system's . Ideally we should test __BIONIC__ here, but it is only defined after has been included; hence test __ANDROID__ instead. */ #if defined __ANDROID__ \ && defined _SYS_TYPES_H_ && !defined _SSIZE_T_DEFINED_ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #else /* Get those types that are already defined in other system include files, so that we can "#define int8_t signed char" below without worrying about a later system include file containing a "typedef signed char int8_t;" that will get messed up by our macro. Our macros should all be consistent with the system versions, except for the "fast" types and macros, which we recommend against using in public interfaces due to compiler differences. */ #if @HAVE_STDINT_H@ # if defined __sgi && ! defined __c99 /* Bypass IRIX's if in C89 mode, since it merely annoys users with "This header file is to be used only for c99 mode compilations" diagnostics. */ # define __STDINT_H__ # endif /* Some pre-C++11 implementations need this. */ # ifdef __cplusplus # ifndef __STDC_CONSTANT_MACROS # define __STDC_CONSTANT_MACROS 1 # endif # ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS 1 # endif # endif /* Other systems may have an incomplete or buggy . Include it before , since any "#include " in would reinclude us, skipping our contents because _@GUARD_PREFIX@_STDINT_H is defined. The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #endif #if ! defined _@GUARD_PREFIX@_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H #define _@GUARD_PREFIX@_STDINT_H /* defines some of the stdint.h types as well, on glibc, IRIX 6.5, and OpenBSD 3.8 (via ). AIX 5.2 isn't needed and causes troubles. MacOS X 10.4.6 includes (which is us), but relies on the system definitions, so include after @NEXT_STDINT_H@. */ #if @HAVE_SYS_TYPES_H@ && ! defined _AIX # include #endif /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX, LONG_MIN, LONG_MAX, ULONG_MAX. */ #include #if @HAVE_INTTYPES_H@ /* In OpenBSD 3.8, includes , which defines int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. also defines intptr_t and uintptr_t. */ # include #elif @HAVE_SYS_INTTYPES_H@ /* Solaris 7 has the types except the *_fast*_t types, and the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */ # include #endif #if @HAVE_SYS_BITYPES_H@ && ! defined __BIT_TYPES_DEFINED__ /* Linux libc4 >= 4.6.7 and libc5 have a that defines int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >= 5.2.2 it is included by . */ # include #endif #undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* Minimum and maximum values for an integer type under the usual assumption. Return an unspecified value if BITS == 0, adding a check to pacify picky compilers. */ #define _STDINT_MIN(signed, bits, zero) \ ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero)) #define _STDINT_MAX(signed, bits, zero) \ ((signed) \ ? ~ _STDINT_MIN (signed, bits, zero) \ : /* The expression for the unsigned case. The subtraction of (signed) \ is a nop in the unsigned case and avoids "signed integer overflow" \ warnings in the signed case. */ \ ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1) #if !GNULIB_defined_stdint_types /* 7.18.1.1. Exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ #undef int8_t #undef uint8_t typedef signed char gl_int8_t; typedef unsigned char gl_uint8_t; #define int8_t gl_int8_t #define uint8_t gl_uint8_t #undef int16_t #undef uint16_t typedef short int gl_int16_t; typedef unsigned short int gl_uint16_t; #define int16_t gl_int16_t #define uint16_t gl_uint16_t #undef int32_t #undef uint32_t typedef int gl_int32_t; typedef unsigned int gl_uint32_t; #define int32_t gl_int32_t #define uint32_t gl_uint32_t /* If the system defines INT64_MAX, assume int64_t works. That way, if the underlying platform defines int64_t to be a 64-bit long long int, the code below won't mistakenly define it to be a 64-bit long int, which would mess up C++ name mangling. We must use #ifdef rather than #if, to avoid an error with HP-UX 10.20 cc. */ #ifdef INT64_MAX # define GL_INT64_T #else /* Do not undefine int64_t if gnulib is not being used with 64-bit types, since otherwise it breaks platforms like Tandem/NSK. */ # if LONG_MAX >> 31 >> 31 == 1 # undef int64_t typedef long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif defined _MSC_VER # undef int64_t typedef __int64 gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif @HAVE_LONG_LONG_INT@ # undef int64_t typedef long long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # endif #endif #ifdef UINT64_MAX # define GL_UINT64_T #else # if ULONG_MAX >> 31 >> 31 >> 1 == 1 # undef uint64_t typedef unsigned long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif defined _MSC_VER # undef uint64_t typedef unsigned __int64 gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif @HAVE_UNSIGNED_LONG_LONG_INT@ # undef uint64_t typedef unsigned long long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # endif #endif /* Avoid collision with Solaris 2.5.1 etc. */ #define _UINT8_T #define _UINT32_T #define _UINT64_T /* 7.18.1.2. Minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ #undef int_least8_t #undef uint_least8_t #undef int_least16_t #undef uint_least16_t #undef int_least32_t #undef uint_least32_t #undef int_least64_t #undef uint_least64_t #define int_least8_t int8_t #define uint_least8_t uint8_t #define int_least16_t int16_t #define uint_least16_t uint16_t #define int_least32_t int32_t #define uint_least32_t uint32_t #ifdef GL_INT64_T # define int_least64_t int64_t #endif #ifdef GL_UINT64_T # define uint_least64_t uint64_t #endif /* 7.18.1.3. Fastest minimum-width integer types */ /* Note: Other substitutes may define these types differently. It is not recommended to use these types in public header files. */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. The following code normally uses types consistent with glibc, as that lessens the chance of incompatibility with older GNU hosts. */ #undef int_fast8_t #undef uint_fast8_t #undef int_fast16_t #undef uint_fast16_t #undef int_fast32_t #undef uint_fast32_t #undef int_fast64_t #undef uint_fast64_t typedef signed char gl_int_fast8_t; typedef unsigned char gl_uint_fast8_t; #ifdef __sun /* Define types compatible with SunOS 5.10, so that code compiled under earlier SunOS versions works with code compiled under SunOS 5.10. */ typedef int gl_int_fast32_t; typedef unsigned int gl_uint_fast32_t; #else typedef long int gl_int_fast32_t; typedef unsigned long int gl_uint_fast32_t; #endif typedef gl_int_fast32_t gl_int_fast16_t; typedef gl_uint_fast32_t gl_uint_fast16_t; #define int_fast8_t gl_int_fast8_t #define uint_fast8_t gl_uint_fast8_t #define int_fast16_t gl_int_fast16_t #define uint_fast16_t gl_uint_fast16_t #define int_fast32_t gl_int_fast32_t #define uint_fast32_t gl_uint_fast32_t #ifdef GL_INT64_T # define int_fast64_t int64_t #endif #ifdef GL_UINT64_T # define uint_fast64_t uint64_t #endif /* 7.18.1.4. Integer types capable of holding object pointers */ #undef intptr_t #undef uintptr_t typedef long int gl_intptr_t; typedef unsigned long int gl_uintptr_t; #define intptr_t gl_intptr_t #define uintptr_t gl_uintptr_t /* 7.18.1.5. Greatest-width integer types */ /* Note: These types are compiler dependent. It may be unwise to use them in public header files. */ /* If the system defines INTMAX_MAX, assume that intmax_t works, and similarly for UINTMAX_MAX and uintmax_t. This avoids problems with assuming one type where another is used by the system. */ #ifndef INTMAX_MAX # undef INTMAX_C # undef intmax_t # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 typedef long long int gl_intmax_t; # define intmax_t gl_intmax_t # elif defined GL_INT64_T # define intmax_t int64_t # else typedef long int gl_intmax_t; # define intmax_t gl_intmax_t # endif #endif #ifndef UINTMAX_MAX # undef UINTMAX_C # undef uintmax_t # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 typedef unsigned long long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # elif defined GL_UINT64_T # define uintmax_t uint64_t # else typedef unsigned long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # endif #endif /* Verify that intmax_t and uintmax_t have the same size. Too much code breaks if this is not the case. If this check fails, the reason is likely to be found in the autoconf macros. */ typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t) ? 1 : -1]; #define GNULIB_defined_stdint_types 1 #endif /* !GNULIB_defined_stdint_types */ /* 7.18.2. Limits of specified-width integer types */ /* 7.18.2.1. Limits of exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ #undef INT8_MIN #undef INT8_MAX #undef UINT8_MAX #define INT8_MIN (~ INT8_MAX) #define INT8_MAX 127 #define UINT8_MAX 255 #undef INT16_MIN #undef INT16_MAX #undef UINT16_MAX #define INT16_MIN (~ INT16_MAX) #define INT16_MAX 32767 #define UINT16_MAX 65535 #undef INT32_MIN #undef INT32_MAX #undef UINT32_MAX #define INT32_MIN (~ INT32_MAX) #define INT32_MAX 2147483647 #define UINT32_MAX 4294967295U #if defined GL_INT64_T && ! defined INT64_MAX /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0 evaluates the latter incorrectly in preprocessor expressions. */ # define INT64_MIN (- INTMAX_C (1) << 63) # define INT64_MAX INTMAX_C (9223372036854775807) #endif #if defined GL_UINT64_T && ! defined UINT64_MAX # define UINT64_MAX UINTMAX_C (18446744073709551615) #endif /* 7.18.2.2. Limits of minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ #undef INT_LEAST8_MIN #undef INT_LEAST8_MAX #undef UINT_LEAST8_MAX #define INT_LEAST8_MIN INT8_MIN #define INT_LEAST8_MAX INT8_MAX #define UINT_LEAST8_MAX UINT8_MAX #undef INT_LEAST16_MIN #undef INT_LEAST16_MAX #undef UINT_LEAST16_MAX #define INT_LEAST16_MIN INT16_MIN #define INT_LEAST16_MAX INT16_MAX #define UINT_LEAST16_MAX UINT16_MAX #undef INT_LEAST32_MIN #undef INT_LEAST32_MAX #undef UINT_LEAST32_MAX #define INT_LEAST32_MIN INT32_MIN #define INT_LEAST32_MAX INT32_MAX #define UINT_LEAST32_MAX UINT32_MAX #undef INT_LEAST64_MIN #undef INT_LEAST64_MAX #ifdef GL_INT64_T # define INT_LEAST64_MIN INT64_MIN # define INT_LEAST64_MAX INT64_MAX #endif #undef UINT_LEAST64_MAX #ifdef GL_UINT64_T # define UINT_LEAST64_MAX UINT64_MAX #endif /* 7.18.2.3. Limits of fastest minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. */ #undef INT_FAST8_MIN #undef INT_FAST8_MAX #undef UINT_FAST8_MAX #define INT_FAST8_MIN SCHAR_MIN #define INT_FAST8_MAX SCHAR_MAX #define UINT_FAST8_MAX UCHAR_MAX #undef INT_FAST16_MIN #undef INT_FAST16_MAX #undef UINT_FAST16_MAX #define INT_FAST16_MIN INT_FAST32_MIN #define INT_FAST16_MAX INT_FAST32_MAX #define UINT_FAST16_MAX UINT_FAST32_MAX #undef INT_FAST32_MIN #undef INT_FAST32_MAX #undef UINT_FAST32_MAX #ifdef __sun # define INT_FAST32_MIN INT_MIN # define INT_FAST32_MAX INT_MAX # define UINT_FAST32_MAX UINT_MAX #else # define INT_FAST32_MIN LONG_MIN # define INT_FAST32_MAX LONG_MAX # define UINT_FAST32_MAX ULONG_MAX #endif #undef INT_FAST64_MIN #undef INT_FAST64_MAX #ifdef GL_INT64_T # define INT_FAST64_MIN INT64_MIN # define INT_FAST64_MAX INT64_MAX #endif #undef UINT_FAST64_MAX #ifdef GL_UINT64_T # define UINT_FAST64_MAX UINT64_MAX #endif /* 7.18.2.4. Limits of integer types capable of holding object pointers */ #undef INTPTR_MIN #undef INTPTR_MAX #undef UINTPTR_MAX #define INTPTR_MIN LONG_MIN #define INTPTR_MAX LONG_MAX #define UINTPTR_MAX ULONG_MAX /* 7.18.2.5. Limits of greatest-width integer types */ #ifndef INTMAX_MAX # undef INTMAX_MIN # ifdef INT64_MAX # define INTMAX_MIN INT64_MIN # define INTMAX_MAX INT64_MAX # else # define INTMAX_MIN INT32_MIN # define INTMAX_MAX INT32_MAX # endif #endif #ifndef UINTMAX_MAX # ifdef UINT64_MAX # define UINTMAX_MAX UINT64_MAX # else # define UINTMAX_MAX UINT32_MAX # endif #endif /* 7.18.3. Limits of other integer types */ /* ptrdiff_t limits */ #undef PTRDIFF_MIN #undef PTRDIFF_MAX #if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l) # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) # else # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0) # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) # endif #else # define PTRDIFF_MIN \ _STDINT_MIN (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) # define PTRDIFF_MAX \ _STDINT_MAX (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) #endif /* sig_atomic_t limits */ #undef SIG_ATOMIC_MIN #undef SIG_ATOMIC_MAX #define SIG_ATOMIC_MIN \ _STDINT_MIN (@HAVE_SIGNED_SIG_ATOMIC_T@, @BITSIZEOF_SIG_ATOMIC_T@, \ 0@SIG_ATOMIC_T_SUFFIX@) #define SIG_ATOMIC_MAX \ _STDINT_MAX (@HAVE_SIGNED_SIG_ATOMIC_T@, @BITSIZEOF_SIG_ATOMIC_T@, \ 0@SIG_ATOMIC_T_SUFFIX@) /* size_t limit */ #undef SIZE_MAX #if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define SIZE_MAX _STDINT_MAX (0, 64, 0ul) # else # define SIZE_MAX _STDINT_MAX (0, 32, 0ul) # endif #else # define SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@) #endif /* wchar_t limits */ /* Get WCHAR_MIN, WCHAR_MAX. This include is not on the top, above, because on OSF/1 4.0 we have a sequence of nested includes -> -> -> , and the latter includes and assumes its types are already defined. */ #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX) /* BSD/OS 4.0.1 has a bug: , and must be included before . */ # include # include # include # define _GL_JUST_INCLUDE_SYSTEM_WCHAR_H # include # undef _GL_JUST_INCLUDE_SYSTEM_WCHAR_H #endif #undef WCHAR_MIN #undef WCHAR_MAX #define WCHAR_MIN \ _STDINT_MIN (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) #define WCHAR_MAX \ _STDINT_MAX (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) /* wint_t limits */ #undef WINT_MIN #undef WINT_MAX #define WINT_MIN \ _STDINT_MIN (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) #define WINT_MAX \ _STDINT_MAX (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) /* 7.18.4. Macros for integer constants */ /* 7.18.4.1. Macros for minimum-width integer constants */ /* According to ISO C 99 Technical Corrigendum 1 */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits, and int is 32 bits. */ #undef INT8_C #undef UINT8_C #define INT8_C(x) x #define UINT8_C(x) x #undef INT16_C #undef UINT16_C #define INT16_C(x) x #define UINT16_C(x) x #undef INT32_C #undef UINT32_C #define INT32_C(x) x #define UINT32_C(x) x ## U #undef INT64_C #undef UINT64_C #if LONG_MAX >> 31 >> 31 == 1 # define INT64_C(x) x##L #elif defined _MSC_VER # define INT64_C(x) x##i64 #elif @HAVE_LONG_LONG_INT@ # define INT64_C(x) x##LL #endif #if ULONG_MAX >> 31 >> 31 >> 1 == 1 # define UINT64_C(x) x##UL #elif defined _MSC_VER # define UINT64_C(x) x##ui64 #elif @HAVE_UNSIGNED_LONG_LONG_INT@ # define UINT64_C(x) x##ULL #endif /* 7.18.4.2. Macros for greatest-width integer constants */ #ifndef INTMAX_C # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define INTMAX_C(x) x##LL # elif defined GL_INT64_T # define INTMAX_C(x) INT64_C(x) # else # define INTMAX_C(x) x##L # endif #endif #ifndef UINTMAX_C # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define UINTMAX_C(x) x##ULL # elif defined GL_UINT64_T # define UINTMAX_C(x) UINT64_C(x) # else # define UINTMAX_C(x) x##UL # endif #endif #endif /* _@GUARD_PREFIX@_STDINT_H */ #endif /* !(defined __ANDROID__ && ...) */ #endif /* !defined _@GUARD_PREFIX@_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */ gsasl-1.8.0/lib/gl/base64.h0000664000000000000000000000416211746471770012150 00000000000000/* base64.h -- Encode binary data using printable characters. Copyright (C) 2004-2006, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef BASE64_H # define BASE64_H /* Get size_t. */ # include /* Get bool. */ # include /* This uses that the expression (n+(k-1))/k means the smallest integer >= n/k, i.e., the ceiling of n/k. */ # define BASE64_LENGTH(inlen) ((((inlen) + 2) / 3) * 4) struct base64_decode_context { unsigned int i; char buf[4]; }; extern bool isbase64 (char ch) _GL_ATTRIBUTE_CONST; extern void base64_encode (const char *restrict in, size_t inlen, char *restrict out, size_t outlen); extern size_t base64_encode_alloc (const char *in, size_t inlen, char **out); extern void base64_decode_ctx_init (struct base64_decode_context *ctx); extern bool base64_decode_ctx (struct base64_decode_context *ctx, const char *restrict in, size_t inlen, char *restrict out, size_t *outlen); extern bool base64_decode_alloc_ctx (struct base64_decode_context *ctx, const char *in, size_t inlen, char **out, size_t *outlen); #define base64_decode(in, inlen, out, outlen) \ base64_decode_ctx (NULL, in, inlen, out, outlen) #define base64_decode_alloc(in, inlen, out, outlen) \ base64_decode_alloc_ctx (NULL, in, inlen, out, outlen) #endif /* BASE64_H */ gsasl-1.8.0/lib/gl/float+.h0000664000000000000000000001277411746471770012254 00000000000000/* Supplemental information about the floating-point formats. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _FLOATPLUS_H #define _FLOATPLUS_H #include #include /* Number of bits in the mantissa of a floating-point number, including the "hidden bit". */ #if FLT_RADIX == 2 # define FLT_MANT_BIT FLT_MANT_DIG # define DBL_MANT_BIT DBL_MANT_DIG # define LDBL_MANT_BIT LDBL_MANT_DIG #elif FLT_RADIX == 4 # define FLT_MANT_BIT (FLT_MANT_DIG * 2) # define DBL_MANT_BIT (DBL_MANT_DIG * 2) # define LDBL_MANT_BIT (LDBL_MANT_DIG * 2) #elif FLT_RADIX == 16 # define FLT_MANT_BIT (FLT_MANT_DIG * 4) # define DBL_MANT_BIT (DBL_MANT_DIG * 4) # define LDBL_MANT_BIT (LDBL_MANT_DIG * 4) #endif /* Bit mask that can be used to mask the exponent, as an unsigned number. */ #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7) #define DBL_EXP_MASK ((DBL_MAX_EXP - DBL_MIN_EXP) | 7) #define LDBL_EXP_MASK ((LDBL_MAX_EXP - LDBL_MIN_EXP) | 7) /* Number of bits used for the exponent of a floating-point number, including the exponent's sign. */ #define FLT_EXP_BIT \ (FLT_EXP_MASK < 0x100 ? 8 : \ FLT_EXP_MASK < 0x200 ? 9 : \ FLT_EXP_MASK < 0x400 ? 10 : \ FLT_EXP_MASK < 0x800 ? 11 : \ FLT_EXP_MASK < 0x1000 ? 12 : \ FLT_EXP_MASK < 0x2000 ? 13 : \ FLT_EXP_MASK < 0x4000 ? 14 : \ FLT_EXP_MASK < 0x8000 ? 15 : \ FLT_EXP_MASK < 0x10000 ? 16 : \ FLT_EXP_MASK < 0x20000 ? 17 : \ FLT_EXP_MASK < 0x40000 ? 18 : \ FLT_EXP_MASK < 0x80000 ? 19 : \ FLT_EXP_MASK < 0x100000 ? 20 : \ FLT_EXP_MASK < 0x200000 ? 21 : \ FLT_EXP_MASK < 0x400000 ? 22 : \ FLT_EXP_MASK < 0x800000 ? 23 : \ FLT_EXP_MASK < 0x1000000 ? 24 : \ FLT_EXP_MASK < 0x2000000 ? 25 : \ FLT_EXP_MASK < 0x4000000 ? 26 : \ FLT_EXP_MASK < 0x8000000 ? 27 : \ FLT_EXP_MASK < 0x10000000 ? 28 : \ FLT_EXP_MASK < 0x20000000 ? 29 : \ FLT_EXP_MASK < 0x40000000 ? 30 : \ FLT_EXP_MASK <= 0x7fffffff ? 31 : \ 32) #define DBL_EXP_BIT \ (DBL_EXP_MASK < 0x100 ? 8 : \ DBL_EXP_MASK < 0x200 ? 9 : \ DBL_EXP_MASK < 0x400 ? 10 : \ DBL_EXP_MASK < 0x800 ? 11 : \ DBL_EXP_MASK < 0x1000 ? 12 : \ DBL_EXP_MASK < 0x2000 ? 13 : \ DBL_EXP_MASK < 0x4000 ? 14 : \ DBL_EXP_MASK < 0x8000 ? 15 : \ DBL_EXP_MASK < 0x10000 ? 16 : \ DBL_EXP_MASK < 0x20000 ? 17 : \ DBL_EXP_MASK < 0x40000 ? 18 : \ DBL_EXP_MASK < 0x80000 ? 19 : \ DBL_EXP_MASK < 0x100000 ? 20 : \ DBL_EXP_MASK < 0x200000 ? 21 : \ DBL_EXP_MASK < 0x400000 ? 22 : \ DBL_EXP_MASK < 0x800000 ? 23 : \ DBL_EXP_MASK < 0x1000000 ? 24 : \ DBL_EXP_MASK < 0x2000000 ? 25 : \ DBL_EXP_MASK < 0x4000000 ? 26 : \ DBL_EXP_MASK < 0x8000000 ? 27 : \ DBL_EXP_MASK < 0x10000000 ? 28 : \ DBL_EXP_MASK < 0x20000000 ? 29 : \ DBL_EXP_MASK < 0x40000000 ? 30 : \ DBL_EXP_MASK <= 0x7fffffff ? 31 : \ 32) #define LDBL_EXP_BIT \ (LDBL_EXP_MASK < 0x100 ? 8 : \ LDBL_EXP_MASK < 0x200 ? 9 : \ LDBL_EXP_MASK < 0x400 ? 10 : \ LDBL_EXP_MASK < 0x800 ? 11 : \ LDBL_EXP_MASK < 0x1000 ? 12 : \ LDBL_EXP_MASK < 0x2000 ? 13 : \ LDBL_EXP_MASK < 0x4000 ? 14 : \ LDBL_EXP_MASK < 0x8000 ? 15 : \ LDBL_EXP_MASK < 0x10000 ? 16 : \ LDBL_EXP_MASK < 0x20000 ? 17 : \ LDBL_EXP_MASK < 0x40000 ? 18 : \ LDBL_EXP_MASK < 0x80000 ? 19 : \ LDBL_EXP_MASK < 0x100000 ? 20 : \ LDBL_EXP_MASK < 0x200000 ? 21 : \ LDBL_EXP_MASK < 0x400000 ? 22 : \ LDBL_EXP_MASK < 0x800000 ? 23 : \ LDBL_EXP_MASK < 0x1000000 ? 24 : \ LDBL_EXP_MASK < 0x2000000 ? 25 : \ LDBL_EXP_MASK < 0x4000000 ? 26 : \ LDBL_EXP_MASK < 0x8000000 ? 27 : \ LDBL_EXP_MASK < 0x10000000 ? 28 : \ LDBL_EXP_MASK < 0x20000000 ? 29 : \ LDBL_EXP_MASK < 0x40000000 ? 30 : \ LDBL_EXP_MASK <= 0x7fffffff ? 31 : \ 32) /* Number of bits used for a floating-point number: the mantissa (not counting the "hidden bit", since it may or may not be explicit), the exponent, and the sign. */ #define FLT_TOTAL_BIT ((FLT_MANT_BIT - 1) + FLT_EXP_BIT + 1) #define DBL_TOTAL_BIT ((DBL_MANT_BIT - 1) + DBL_EXP_BIT + 1) #define LDBL_TOTAL_BIT ((LDBL_MANT_BIT - 1) + LDBL_EXP_BIT + 1) /* Number of bytes used for a floating-point number. This can be smaller than the 'sizeof'. For example, on i386 systems, 'long double' most often have LDBL_MANT_BIT = 64, LDBL_EXP_BIT = 16, hence LDBL_TOTAL_BIT = 80 bits, i.e. 10 bytes of consecutive memory, but sizeof (long double) = 12 or = 16. */ #define SIZEOF_FLT ((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) #define SIZEOF_DBL ((DBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) #define SIZEOF_LDBL ((LDBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) /* Verify that SIZEOF_FLT <= sizeof (float) etc. */ typedef int verify_sizeof_flt[SIZEOF_FLT <= sizeof (float) ? 1 : -1]; typedef int verify_sizeof_dbl[SIZEOF_DBL <= sizeof (double) ? 1 : - 1]; typedef int verify_sizeof_ldbl[SIZEOF_LDBL <= sizeof (long double) ? 1 : - 1]; #endif /* _FLOATPLUS_H */ gsasl-1.8.0/lib/gl/gc-libgcrypt.c0000664000000000000000000003203711746471770013447 00000000000000/* gc-libgcrypt.c --- Crypto wrappers around Libgcrypt for GC. * Copyright (C) 2002-2012 Free Software Foundation, Inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; either version 2.1, or (at your * option) any later version. * * This file is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this file; if not, see . * */ /* Note: This file is only built if GC uses Libgcrypt. */ #include /* Get prototype. */ #include "gc.h" #include #include /* Get libgcrypt API. */ #include #ifdef GNULIB_GC_MD2 # include "md2.h" #endif #include #ifndef MIN_GCRYPT_VERSION # define MIN_GCRYPT_VERSION "1.4.4" #endif /* Initialization. */ Gc_rc gc_init (void) { gcry_error_t err; err = gcry_control (GCRYCTL_ANY_INITIALIZATION_P); if (err == GPG_ERR_NO_ERROR) { if (gcry_control (GCRYCTL_DISABLE_SECMEM, NULL, 0)) return GC_INIT_ERROR; if (gcry_check_version (MIN_GCRYPT_VERSION) == NULL) return GC_INIT_ERROR; err = gcry_control (GCRYCTL_INITIALIZATION_FINISHED, NULL, 0); if (err != GPG_ERR_NO_ERROR) return GC_INIT_ERROR; } return GC_OK; } void gc_done (void) { return; } #ifdef GNULIB_GC_RANDOM /* Randomness. */ Gc_rc gc_nonce (char *data, size_t datalen) { gcry_create_nonce ((unsigned char *) data, datalen); return GC_OK; } Gc_rc gc_pseudo_random (char *data, size_t datalen) { gcry_randomize ((unsigned char *) data, datalen, GCRY_STRONG_RANDOM); return GC_OK; } Gc_rc gc_random (char *data, size_t datalen) { gcry_randomize ((unsigned char *) data, datalen, GCRY_VERY_STRONG_RANDOM); return GC_OK; } #endif /* Memory allocation. */ void gc_set_allocators (gc_malloc_t func_malloc, gc_malloc_t secure_malloc, gc_secure_check_t secure_check, gc_realloc_t func_realloc, gc_free_t func_free) { gcry_set_allocation_handler (func_malloc, secure_malloc, secure_check, func_realloc, func_free); } /* Ciphers. */ Gc_rc gc_cipher_open (Gc_cipher alg, Gc_cipher_mode mode, gc_cipher_handle * outhandle) { int gcryalg, gcrymode; gcry_error_t err; switch (alg) { case GC_AES128: gcryalg = GCRY_CIPHER_RIJNDAEL; break; case GC_AES192: gcryalg = GCRY_CIPHER_RIJNDAEL; break; case GC_AES256: gcryalg = GCRY_CIPHER_RIJNDAEL256; break; case GC_3DES: gcryalg = GCRY_CIPHER_3DES; break; case GC_DES: gcryalg = GCRY_CIPHER_DES; break; case GC_ARCFOUR128: case GC_ARCFOUR40: gcryalg = GCRY_CIPHER_ARCFOUR; break; case GC_ARCTWO40: gcryalg = GCRY_CIPHER_RFC2268_40; break; #ifdef HAVE_CAMELLIA case GC_CAMELLIA128: gcryalg = GCRY_CIPHER_CAMELLIA128; break; case GC_CAMELLIA256: gcryalg = GCRY_CIPHER_CAMELLIA256; break; #endif default: return GC_INVALID_CIPHER; } switch (mode) { case GC_ECB: gcrymode = GCRY_CIPHER_MODE_ECB; break; case GC_CBC: gcrymode = GCRY_CIPHER_MODE_CBC; break; case GC_STREAM: gcrymode = GCRY_CIPHER_MODE_STREAM; break; default: return GC_INVALID_CIPHER; } err = gcry_cipher_open ((gcry_cipher_hd_t *) outhandle, gcryalg, gcrymode, 0); if (gcry_err_code (err)) return GC_INVALID_CIPHER; return GC_OK; } Gc_rc gc_cipher_setkey (gc_cipher_handle handle, size_t keylen, const char *key) { gcry_error_t err; err = gcry_cipher_setkey ((gcry_cipher_hd_t) handle, key, keylen); if (gcry_err_code (err)) return GC_INVALID_CIPHER; return GC_OK; } Gc_rc gc_cipher_setiv (gc_cipher_handle handle, size_t ivlen, const char *iv) { gcry_error_t err; err = gcry_cipher_setiv ((gcry_cipher_hd_t) handle, iv, ivlen); if (gcry_err_code (err)) return GC_INVALID_CIPHER; return GC_OK; } Gc_rc gc_cipher_encrypt_inline (gc_cipher_handle handle, size_t len, char *data) { if (gcry_cipher_encrypt ((gcry_cipher_hd_t) handle, data, len, NULL, len) != 0) return GC_INVALID_CIPHER; return GC_OK; } Gc_rc gc_cipher_decrypt_inline (gc_cipher_handle handle, size_t len, char *data) { if (gcry_cipher_decrypt ((gcry_cipher_hd_t) handle, data, len, NULL, len) != 0) return GC_INVALID_CIPHER; return GC_OK; } Gc_rc gc_cipher_close (gc_cipher_handle handle) { gcry_cipher_close (handle); return GC_OK; } /* Hashes. */ typedef struct _gc_hash_ctx { Gc_hash alg; Gc_hash_mode mode; gcry_md_hd_t gch; #ifdef GNULIB_GC_MD2 char hash[GC_MD2_DIGEST_SIZE]; struct md2_ctx md2Context; #endif } _gc_hash_ctx; Gc_rc gc_hash_open (Gc_hash hash, Gc_hash_mode mode, gc_hash_handle * outhandle) { _gc_hash_ctx *ctx; int gcryalg = 0, gcrymode = 0; gcry_error_t err; Gc_rc rc = GC_OK; ctx = calloc (sizeof (*ctx), 1); if (!ctx) return GC_MALLOC_ERROR; ctx->alg = hash; ctx->mode = mode; switch (hash) { case GC_MD2: gcryalg = GCRY_MD_NONE; break; case GC_MD4: gcryalg = GCRY_MD_MD4; break; case GC_MD5: gcryalg = GCRY_MD_MD5; break; case GC_SHA1: gcryalg = GCRY_MD_SHA1; break; case GC_SHA256: gcryalg = GCRY_MD_SHA256; break; case GC_SHA384: gcryalg = GCRY_MD_SHA384; break; case GC_SHA512: gcryalg = GCRY_MD_SHA512; break; case GC_SHA224: gcryalg = GCRY_MD_SHA224; break; case GC_RMD160: gcryalg = GCRY_MD_RMD160; break; default: rc = GC_INVALID_HASH; } switch (mode) { case 0: gcrymode = 0; break; case GC_HMAC: gcrymode = GCRY_MD_FLAG_HMAC; break; default: rc = GC_INVALID_HASH; } if (rc == GC_OK && gcryalg != GCRY_MD_NONE) { err = gcry_md_open (&ctx->gch, gcryalg, gcrymode); if (gcry_err_code (err)) rc = GC_INVALID_HASH; } if (rc == GC_OK) *outhandle = ctx; else free (ctx); return rc; } Gc_rc gc_hash_clone (gc_hash_handle handle, gc_hash_handle * outhandle) { _gc_hash_ctx *in = handle; _gc_hash_ctx *out; int err; *outhandle = out = calloc (sizeof (*out), 1); if (!out) return GC_MALLOC_ERROR; memcpy (out, in, sizeof (*out)); err = gcry_md_copy (&out->gch, in->gch); if (err) { free (out); return GC_INVALID_HASH; } return GC_OK; } size_t gc_hash_digest_length (Gc_hash hash) { size_t len; switch (hash) { case GC_MD2: len = GC_MD2_DIGEST_SIZE; break; case GC_MD4: len = GC_MD4_DIGEST_SIZE; break; case GC_MD5: len = GC_MD5_DIGEST_SIZE; break; case GC_RMD160: len = GC_RMD160_DIGEST_SIZE; break; case GC_SHA1: len = GC_SHA1_DIGEST_SIZE; break; case GC_SHA256: len = GC_SHA256_DIGEST_SIZE; break; case GC_SHA384: len = GC_SHA384_DIGEST_SIZE; break; case GC_SHA512: len = GC_SHA512_DIGEST_SIZE; break; case GC_SHA224: len = GC_SHA224_DIGEST_SIZE; break; default: return 0; } return len; } void gc_hash_hmac_setkey (gc_hash_handle handle, size_t len, const char *key) { _gc_hash_ctx *ctx = handle; #ifdef GNULIB_GC_MD2 if (ctx->alg != GC_MD2) #endif gcry_md_setkey (ctx->gch, key, len); } void gc_hash_write (gc_hash_handle handle, size_t len, const char *data) { _gc_hash_ctx *ctx = handle; #ifdef GNULIB_GC_MD2 if (ctx->alg == GC_MD2) md2_process_bytes (data, len, &ctx->md2Context); else #endif gcry_md_write (ctx->gch, data, len); } const char * gc_hash_read (gc_hash_handle handle) { _gc_hash_ctx *ctx = handle; const char *digest; #ifdef GNULIB_GC_MD2 if (ctx->alg == GC_MD2) { md2_finish_ctx (&ctx->md2Context, ctx->hash); digest = ctx->hash; } else #endif { gcry_md_final (ctx->gch); digest = gcry_md_read (ctx->gch, 0); } return digest; } void gc_hash_close (gc_hash_handle handle) { _gc_hash_ctx *ctx = handle; #ifdef GNULIB_GC_MD2 if (ctx->alg != GC_MD2) #endif gcry_md_close (ctx->gch); free (ctx); } Gc_rc gc_hash_buffer (Gc_hash hash, const void *in, size_t inlen, char *resbuf) { int gcryalg; switch (hash) { #ifdef GNULIB_GC_MD2 case GC_MD2: md2_buffer (in, inlen, resbuf); return GC_OK; break; #endif #ifdef GNULIB_GC_MD4 case GC_MD4: gcryalg = GCRY_MD_MD4; break; #endif #ifdef GNULIB_GC_MD5 case GC_MD5: gcryalg = GCRY_MD_MD5; break; #endif #ifdef GNULIB_GC_SHA1 case GC_SHA1: gcryalg = GCRY_MD_SHA1; break; #endif #ifdef GNULIB_GC_SHA256 case GC_SHA256: gcryalg = GCRY_MD_SHA256; break; #endif #ifdef GNULIB_GC_SHA384 case GC_SHA384: gcryalg = GCRY_MD_SHA384; break; #endif #ifdef GNULIB_GC_SHA512 case GC_SHA512: gcryalg = GCRY_MD_SHA512; break; #endif #ifdef GNULIB_GC_SHA224 case GC_SHA224: gcryalg = GCRY_MD_SHA224; break; #endif #ifdef GNULIB_GC_RMD160 case GC_RMD160: gcryalg = GCRY_MD_RMD160; break; #endif default: return GC_INVALID_HASH; } gcry_md_hash_buffer (gcryalg, resbuf, in, inlen); return GC_OK; } /* One-call interface. */ #ifdef GNULIB_GC_MD2 Gc_rc gc_md2 (const void *in, size_t inlen, void *resbuf) { md2_buffer (in, inlen, resbuf); return GC_OK; } #endif #ifdef GNULIB_GC_MD4 Gc_rc gc_md4 (const void *in, size_t inlen, void *resbuf) { size_t outlen = gcry_md_get_algo_dlen (GCRY_MD_MD4); gcry_md_hd_t hd; gpg_error_t err; unsigned char *p; assert (outlen == GC_MD4_DIGEST_SIZE); err = gcry_md_open (&hd, GCRY_MD_MD4, 0); if (err != GPG_ERR_NO_ERROR) return GC_INVALID_HASH; gcry_md_write (hd, in, inlen); p = gcry_md_read (hd, GCRY_MD_MD4); if (p == NULL) { gcry_md_close (hd); return GC_INVALID_HASH; } memcpy (resbuf, p, outlen); gcry_md_close (hd); return GC_OK; } #endif #ifdef GNULIB_GC_MD5 Gc_rc gc_md5 (const void *in, size_t inlen, void *resbuf) { size_t outlen = gcry_md_get_algo_dlen (GCRY_MD_MD5); gcry_md_hd_t hd; gpg_error_t err; unsigned char *p; assert (outlen == GC_MD5_DIGEST_SIZE); err = gcry_md_open (&hd, GCRY_MD_MD5, 0); if (err != GPG_ERR_NO_ERROR) return GC_INVALID_HASH; gcry_md_write (hd, in, inlen); p = gcry_md_read (hd, GCRY_MD_MD5); if (p == NULL) { gcry_md_close (hd); return GC_INVALID_HASH; } memcpy (resbuf, p, outlen); gcry_md_close (hd); return GC_OK; } #endif #ifdef GNULIB_GC_SHA1 Gc_rc gc_sha1 (const void *in, size_t inlen, void *resbuf) { size_t outlen = gcry_md_get_algo_dlen (GCRY_MD_SHA1); gcry_md_hd_t hd; gpg_error_t err; unsigned char *p; assert (outlen == GC_SHA1_DIGEST_SIZE); err = gcry_md_open (&hd, GCRY_MD_SHA1, 0); if (err != GPG_ERR_NO_ERROR) return GC_INVALID_HASH; gcry_md_write (hd, in, inlen); p = gcry_md_read (hd, GCRY_MD_SHA1); if (p == NULL) { gcry_md_close (hd); return GC_INVALID_HASH; } memcpy (resbuf, p, outlen); gcry_md_close (hd); return GC_OK; } #endif #ifdef GNULIB_GC_HMAC_MD5 Gc_rc gc_hmac_md5 (const void *key, size_t keylen, const void *in, size_t inlen, char *resbuf) { size_t hlen = gcry_md_get_algo_dlen (GCRY_MD_MD5); gcry_md_hd_t mdh; unsigned char *hash; gpg_error_t err; assert (hlen == 16); err = gcry_md_open (&mdh, GCRY_MD_MD5, GCRY_MD_FLAG_HMAC); if (err != GPG_ERR_NO_ERROR) return GC_INVALID_HASH; err = gcry_md_setkey (mdh, key, keylen); if (err != GPG_ERR_NO_ERROR) { gcry_md_close (mdh); return GC_INVALID_HASH; } gcry_md_write (mdh, in, inlen); hash = gcry_md_read (mdh, GCRY_MD_MD5); if (hash == NULL) { gcry_md_close (mdh); return GC_INVALID_HASH; } memcpy (resbuf, hash, hlen); gcry_md_close (mdh); return GC_OK; } #endif #ifdef GNULIB_GC_HMAC_SHA1 Gc_rc gc_hmac_sha1 (const void *key, size_t keylen, const void *in, size_t inlen, char *resbuf) { size_t hlen = gcry_md_get_algo_dlen (GCRY_MD_SHA1); gcry_md_hd_t mdh; unsigned char *hash; gpg_error_t err; assert (hlen == GC_SHA1_DIGEST_SIZE); err = gcry_md_open (&mdh, GCRY_MD_SHA1, GCRY_MD_FLAG_HMAC); if (err != GPG_ERR_NO_ERROR) return GC_INVALID_HASH; err = gcry_md_setkey (mdh, key, keylen); if (err != GPG_ERR_NO_ERROR) { gcry_md_close (mdh); return GC_INVALID_HASH; } gcry_md_write (mdh, in, inlen); hash = gcry_md_read (mdh, GCRY_MD_SHA1); if (hash == NULL) { gcry_md_close (mdh); return GC_INVALID_HASH; } memcpy (resbuf, hash, hlen); gcry_md_close (mdh); return GC_OK; } #endif gsasl-1.8.0/lib/gl/printf-parse.c0000664000000000000000000005321711746471770013476 00000000000000/* Formatted output to strings. Copyright (C) 1999-2000, 2002-2003, 2006-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* This file can be parametrized with the following macros: CHAR_T The element type of the format string. CHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters in the format string are ASCII. DIRECTIVE Structure denoting a format directive. Depends on CHAR_T. DIRECTIVES Structure denoting the set of format directives of a format string. Depends on CHAR_T. PRINTF_PARSE Function that parses a format string. Depends on CHAR_T. STATIC Set to 'static' to declare the function static. ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. */ #ifndef PRINTF_PARSE # include #endif /* Specification. */ #ifndef PRINTF_PARSE # include "printf-parse.h" #endif /* Default parameters. */ #ifndef PRINTF_PARSE # define PRINTF_PARSE printf_parse # define CHAR_T char # define DIRECTIVE char_directive # define DIRECTIVES char_directives #endif /* Get size_t, NULL. */ #include /* Get intmax_t. */ #if defined IN_LIBINTL || defined IN_LIBASPRINTF # if HAVE_STDINT_H_WITH_UINTMAX # include # endif # if HAVE_INTTYPES_H_WITH_UINTMAX # include # endif #else # include #endif /* malloc(), realloc(), free(). */ #include /* memcpy(). */ #include /* errno. */ #include /* Checked size_t computations. */ #include "xsize.h" #if CHAR_T_ONLY_ASCII /* c_isascii(). */ # include "c-ctype.h" #endif #ifdef STATIC STATIC #endif int PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) { const CHAR_T *cp = format; /* pointer into format */ size_t arg_posn = 0; /* number of regular arguments consumed */ size_t d_allocated; /* allocated elements of d->dir */ size_t a_allocated; /* allocated elements of a->arg */ size_t max_width_length = 0; size_t max_precision_length = 0; d->count = 0; d_allocated = N_DIRECT_ALLOC_DIRECTIVES; d->dir = d->direct_alloc_dir; a->count = 0; a_allocated = N_DIRECT_ALLOC_ARGUMENTS; a->arg = a->direct_alloc_arg; #define REGISTER_ARG(_index_,_type_) \ { \ size_t n = (_index_); \ if (n >= a_allocated) \ { \ size_t memory_size; \ argument *memory; \ \ a_allocated = xtimes (a_allocated, 2); \ if (a_allocated <= n) \ a_allocated = xsum (n, 1); \ memory_size = xtimes (a_allocated, sizeof (argument)); \ if (size_overflow_p (memory_size)) \ /* Overflow, would lead to out of memory. */ \ goto out_of_memory; \ memory = (argument *) (a->arg != a->direct_alloc_arg \ ? realloc (a->arg, memory_size) \ : malloc (memory_size)); \ if (memory == NULL) \ /* Out of memory. */ \ goto out_of_memory; \ if (a->arg == a->direct_alloc_arg) \ memcpy (memory, a->arg, a->count * sizeof (argument)); \ a->arg = memory; \ } \ while (a->count <= n) \ a->arg[a->count++].type = TYPE_NONE; \ if (a->arg[n].type == TYPE_NONE) \ a->arg[n].type = (_type_); \ else if (a->arg[n].type != (_type_)) \ /* Ambiguous type for positional argument. */ \ goto error; \ } while (*cp != '\0') { CHAR_T c = *cp++; if (c == '%') { size_t arg_index = ARG_NONE; DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */ /* Initialize the next directive. */ dp->dir_start = cp - 1; dp->flags = 0; dp->width_start = NULL; dp->width_end = NULL; dp->width_arg_index = ARG_NONE; dp->precision_start = NULL; dp->precision_end = NULL; dp->precision_arg_index = ARG_NONE; dp->arg_index = ARG_NONE; /* Test for positional argument. */ if (*cp >= '0' && *cp <= '9') { const CHAR_T *np; for (np = cp; *np >= '0' && *np <= '9'; np++) ; if (*np == '$') { size_t n = 0; for (np = cp; *np >= '0' && *np <= '9'; np++) n = xsum (xtimes (n, 10), *np - '0'); if (n == 0) /* Positional argument 0. */ goto error; if (size_overflow_p (n)) /* n too large, would lead to out of memory later. */ goto error; arg_index = n - 1; cp = np + 1; } } /* Read the flags. */ for (;;) { if (*cp == '\'') { dp->flags |= FLAG_GROUP; cp++; } else if (*cp == '-') { dp->flags |= FLAG_LEFT; cp++; } else if (*cp == '+') { dp->flags |= FLAG_SHOWSIGN; cp++; } else if (*cp == ' ') { dp->flags |= FLAG_SPACE; cp++; } else if (*cp == '#') { dp->flags |= FLAG_ALT; cp++; } else if (*cp == '0') { dp->flags |= FLAG_ZERO; cp++; } #if __GLIBC__ >= 2 && !defined __UCLIBC__ else if (*cp == 'I') { dp->flags |= FLAG_LOCALIZED; cp++; } #endif else break; } /* Parse the field width. */ if (*cp == '*') { dp->width_start = cp; cp++; dp->width_end = cp; if (max_width_length < 1) max_width_length = 1; /* Test for positional argument. */ if (*cp >= '0' && *cp <= '9') { const CHAR_T *np; for (np = cp; *np >= '0' && *np <= '9'; np++) ; if (*np == '$') { size_t n = 0; for (np = cp; *np >= '0' && *np <= '9'; np++) n = xsum (xtimes (n, 10), *np - '0'); if (n == 0) /* Positional argument 0. */ goto error; if (size_overflow_p (n)) /* n too large, would lead to out of memory later. */ goto error; dp->width_arg_index = n - 1; cp = np + 1; } } if (dp->width_arg_index == ARG_NONE) { dp->width_arg_index = arg_posn++; if (dp->width_arg_index == ARG_NONE) /* arg_posn wrapped around. */ goto error; } REGISTER_ARG (dp->width_arg_index, TYPE_INT); } else if (*cp >= '0' && *cp <= '9') { size_t width_length; dp->width_start = cp; for (; *cp >= '0' && *cp <= '9'; cp++) ; dp->width_end = cp; width_length = dp->width_end - dp->width_start; if (max_width_length < width_length) max_width_length = width_length; } /* Parse the precision. */ if (*cp == '.') { cp++; if (*cp == '*') { dp->precision_start = cp - 1; cp++; dp->precision_end = cp; if (max_precision_length < 2) max_precision_length = 2; /* Test for positional argument. */ if (*cp >= '0' && *cp <= '9') { const CHAR_T *np; for (np = cp; *np >= '0' && *np <= '9'; np++) ; if (*np == '$') { size_t n = 0; for (np = cp; *np >= '0' && *np <= '9'; np++) n = xsum (xtimes (n, 10), *np - '0'); if (n == 0) /* Positional argument 0. */ goto error; if (size_overflow_p (n)) /* n too large, would lead to out of memory later. */ goto error; dp->precision_arg_index = n - 1; cp = np + 1; } } if (dp->precision_arg_index == ARG_NONE) { dp->precision_arg_index = arg_posn++; if (dp->precision_arg_index == ARG_NONE) /* arg_posn wrapped around. */ goto error; } REGISTER_ARG (dp->precision_arg_index, TYPE_INT); } else { size_t precision_length; dp->precision_start = cp - 1; for (; *cp >= '0' && *cp <= '9'; cp++) ; dp->precision_end = cp; precision_length = dp->precision_end - dp->precision_start; if (max_precision_length < precision_length) max_precision_length = precision_length; } } { arg_type type; /* Parse argument type/size specifiers. */ { int flags = 0; for (;;) { if (*cp == 'h') { flags |= (1 << (flags & 1)); cp++; } else if (*cp == 'L') { flags |= 4; cp++; } else if (*cp == 'l') { flags += 8; cp++; } else if (*cp == 'j') { if (sizeof (intmax_t) > sizeof (long)) { /* intmax_t = long long */ flags += 16; } else if (sizeof (intmax_t) > sizeof (int)) { /* intmax_t = long */ flags += 8; } cp++; } else if (*cp == 'z' || *cp == 'Z') { /* 'z' is standardized in ISO C 99, but glibc uses 'Z' because the warning facility in gcc-2.95.2 understands only 'Z' (see gcc-2.95.2/gcc/c-common.c:1784). */ if (sizeof (size_t) > sizeof (long)) { /* size_t = long long */ flags += 16; } else if (sizeof (size_t) > sizeof (int)) { /* size_t = long */ flags += 8; } cp++; } else if (*cp == 't') { if (sizeof (ptrdiff_t) > sizeof (long)) { /* ptrdiff_t = long long */ flags += 16; } else if (sizeof (ptrdiff_t) > sizeof (int)) { /* ptrdiff_t = long */ flags += 8; } cp++; } #if defined __APPLE__ && defined __MACH__ /* On MacOS X 10.3, PRIdMAX is defined as "qd". We cannot change it to "lld" because PRIdMAX must also be understood by the system's printf routines. */ else if (*cp == 'q') { if (64 / 8 > sizeof (long)) { /* int64_t = long long */ flags += 16; } else { /* int64_t = long */ flags += 8; } cp++; } #endif #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* On native Windows, PRIdMAX is defined as "I64d". We cannot change it to "lld" because PRIdMAX must also be understood by the system's printf routines. */ else if (*cp == 'I' && cp[1] == '6' && cp[2] == '4') { if (64 / 8 > sizeof (long)) { /* __int64 = long long */ flags += 16; } else { /* __int64 = long */ flags += 8; } cp += 3; } #endif else break; } /* Read the conversion character. */ c = *cp++; switch (c) { case 'd': case 'i': #if HAVE_LONG_LONG_INT /* If 'long long' exists and is larger than 'long': */ if (flags >= 16 || (flags & 4)) type = TYPE_LONGLONGINT; else #endif /* If 'long long' exists and is the same as 'long', we parse "lld" into TYPE_LONGINT. */ if (flags >= 8) type = TYPE_LONGINT; else if (flags & 2) type = TYPE_SCHAR; else if (flags & 1) type = TYPE_SHORT; else type = TYPE_INT; break; case 'o': case 'u': case 'x': case 'X': #if HAVE_LONG_LONG_INT /* If 'long long' exists and is larger than 'long': */ if (flags >= 16 || (flags & 4)) type = TYPE_ULONGLONGINT; else #endif /* If 'unsigned long long' exists and is the same as 'unsigned long', we parse "llu" into TYPE_ULONGINT. */ if (flags >= 8) type = TYPE_ULONGINT; else if (flags & 2) type = TYPE_UCHAR; else if (flags & 1) type = TYPE_USHORT; else type = TYPE_UINT; break; case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': case 'a': case 'A': if (flags >= 16 || (flags & 4)) type = TYPE_LONGDOUBLE; else type = TYPE_DOUBLE; break; case 'c': if (flags >= 8) #if HAVE_WINT_T type = TYPE_WIDE_CHAR; #else goto error; #endif else type = TYPE_CHAR; break; #if HAVE_WINT_T case 'C': type = TYPE_WIDE_CHAR; c = 'c'; break; #endif case 's': if (flags >= 8) #if HAVE_WCHAR_T type = TYPE_WIDE_STRING; #else goto error; #endif else type = TYPE_STRING; break; #if HAVE_WCHAR_T case 'S': type = TYPE_WIDE_STRING; c = 's'; break; #endif case 'p': type = TYPE_POINTER; break; case 'n': #if HAVE_LONG_LONG_INT /* If 'long long' exists and is larger than 'long': */ if (flags >= 16 || (flags & 4)) type = TYPE_COUNT_LONGLONGINT_POINTER; else #endif /* If 'long long' exists and is the same as 'long', we parse "lln" into TYPE_COUNT_LONGINT_POINTER. */ if (flags >= 8) type = TYPE_COUNT_LONGINT_POINTER; else if (flags & 2) type = TYPE_COUNT_SCHAR_POINTER; else if (flags & 1) type = TYPE_COUNT_SHORT_POINTER; else type = TYPE_COUNT_INT_POINTER; break; #if ENABLE_UNISTDIO /* The unistdio extensions. */ case 'U': if (flags >= 16) type = TYPE_U32_STRING; else if (flags >= 8) type = TYPE_U16_STRING; else type = TYPE_U8_STRING; break; #endif case '%': type = TYPE_NONE; break; default: /* Unknown conversion character. */ goto error; } } if (type != TYPE_NONE) { dp->arg_index = arg_index; if (dp->arg_index == ARG_NONE) { dp->arg_index = arg_posn++; if (dp->arg_index == ARG_NONE) /* arg_posn wrapped around. */ goto error; } REGISTER_ARG (dp->arg_index, type); } dp->conversion = c; dp->dir_end = cp; } d->count++; if (d->count >= d_allocated) { size_t memory_size; DIRECTIVE *memory; d_allocated = xtimes (d_allocated, 2); memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); if (size_overflow_p (memory_size)) /* Overflow, would lead to out of memory. */ goto out_of_memory; memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir ? realloc (d->dir, memory_size) : malloc (memory_size)); if (memory == NULL) /* Out of memory. */ goto out_of_memory; if (d->dir == d->direct_alloc_dir) memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE)); d->dir = memory; } } #if CHAR_T_ONLY_ASCII else if (!c_isascii (c)) { /* Non-ASCII character. Not supported. */ goto error; } #endif } d->dir[d->count].dir_start = cp; d->max_width_length = max_width_length; d->max_precision_length = max_precision_length; return 0; error: if (a->arg != a->direct_alloc_arg) free (a->arg); if (d->dir != d->direct_alloc_dir) free (d->dir); errno = EINVAL; return -1; out_of_memory: if (a->arg != a->direct_alloc_arg) free (a->arg); if (d->dir != d->direct_alloc_dir) free (d->dir); errno = ENOMEM; return -1; } #undef PRINTF_PARSE #undef DIRECTIVES #undef DIRECTIVE #undef CHAR_T_ONLY_ASCII #undef CHAR_T gsasl-1.8.0/lib/gl/size_max.h0000664000000000000000000000224011746471770012676 00000000000000/* size_max.h -- declare SIZE_MAX through system headers Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef GNULIB_SIZE_MAX_H #define GNULIB_SIZE_MAX_H /* Get SIZE_MAX declaration on systems like Solaris 7/8/9. */ # include /* Get SIZE_MAX declaration on systems like glibc 2. */ # if HAVE_STDINT_H # include # endif /* On systems where these include files don't define it, SIZE_MAX is defined in config.h. */ #endif /* GNULIB_SIZE_MAX_H */ gsasl-1.8.0/lib/gl/realloc.c0000664000000000000000000000411711746471770012500 00000000000000/* realloc() function that is glibc compatible. Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ /* written by Jim Meyering and Bruno Haible */ #define _GL_USE_STDLIB_ALLOC 1 #include /* Only the AC_FUNC_REALLOC macro defines 'realloc' already in config.h. */ #ifdef realloc # define NEED_REALLOC_GNU 1 /* Whereas the gnulib module 'realloc-gnu' defines HAVE_REALLOC_GNU. */ #elif GNULIB_REALLOC_GNU && !HAVE_REALLOC_GNU # define NEED_REALLOC_GNU 1 #endif /* Infer the properties of the system's malloc function. The gnulib module 'malloc-gnu' defines HAVE_MALLOC_GNU. */ #if GNULIB_MALLOC_GNU && HAVE_MALLOC_GNU # define SYSTEM_MALLOC_GLIBC_COMPATIBLE 1 #endif #include #include /* Change the size of an allocated block of memory P to N bytes, with error checking. If N is zero, change it to 1. If P is NULL, use malloc. */ void * rpl_realloc (void *p, size_t n) { void *result; #if NEED_REALLOC_GNU if (n == 0) { n = 1; /* In theory realloc might fail, so don't rely on it to free. */ free (p); p = NULL; } #endif if (p == NULL) { #if GNULIB_REALLOC_GNU && !NEED_REALLOC_GNU && !SYSTEM_MALLOC_GLIBC_COMPATIBLE if (n == 0) n = 1; #endif result = malloc (n); } else result = realloc (p, n); #if !HAVE_REALLOC_POSIX if (result == NULL) errno = ENOMEM; #endif return result; } gsasl-1.8.0/lib/gl/vasnprintf.c0000664000000000000000000066467711746471770013300 00000000000000/* vsprintf with automatic memory allocation. Copyright (C) 1999, 2002-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ /* This file can be parametrized with the following macros: VASNPRINTF The name of the function being defined. FCHAR_T The element type of the format string. DCHAR_T The element type of the destination (result) string. FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters in the format string are ASCII. MUST be set if FCHAR_T and DCHAR_T are not the same type. DIRECTIVE Structure denoting a format directive. Depends on FCHAR_T. DIRECTIVES Structure denoting the set of format directives of a format string. Depends on FCHAR_T. PRINTF_PARSE Function that parses a format string. Depends on FCHAR_T. DCHAR_CPY memcpy like function for DCHAR_T[] arrays. DCHAR_SET memset like function for DCHAR_T[] arrays. DCHAR_MBSNLEN mbsnlen like function for DCHAR_T[] arrays. SNPRINTF The system's snprintf (or similar) function. This may be either snprintf or swprintf. TCHAR_T The element type of the argument and result string of the said SNPRINTF function. This may be either char or wchar_t. The code exploits that sizeof (TCHAR_T) | sizeof (DCHAR_T) and alignof (TCHAR_T) <= alignof (DCHAR_T). DCHAR_IS_TCHAR Set to 1 if DCHAR_T and TCHAR_T are the same type. DCHAR_CONV_FROM_ENCODING A function to convert from char[] to DCHAR[]. DCHAR_IS_UINT8_T Set to 1 if DCHAR_T is uint8_t. DCHAR_IS_UINT16_T Set to 1 if DCHAR_T is uint16_t. DCHAR_IS_UINT32_T Set to 1 if DCHAR_T is uint32_t. */ /* Tell glibc's to provide a prototype for snprintf(). This must come before because may include , and once has been included, it's too late. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif #ifndef VASNPRINTF # include #endif #ifndef IN_LIBINTL # include #endif /* Specification. */ #ifndef VASNPRINTF # if WIDE_CHAR_VERSION # include "vasnwprintf.h" # else # include "vasnprintf.h" # endif #endif #include /* localeconv() */ #include /* snprintf(), sprintf() */ #include /* abort(), malloc(), realloc(), free() */ #include /* memcpy(), strlen() */ #include /* errno */ #include /* CHAR_BIT */ #include /* DBL_MAX_EXP, LDBL_MAX_EXP */ #if HAVE_NL_LANGINFO # include #endif #ifndef VASNPRINTF # if WIDE_CHAR_VERSION # include "wprintf-parse.h" # else # include "printf-parse.h" # endif #endif /* Checked size_t computations. */ #include "xsize.h" #include "verify.h" #if (NEED_PRINTF_DOUBLE || NEED_PRINTF_LONG_DOUBLE) && !defined IN_LIBINTL # include # include "float+.h" #endif #if (NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE) && !defined IN_LIBINTL # include # include "isnand-nolibm.h" #endif #if (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE) && !defined IN_LIBINTL # include # include "isnanl-nolibm.h" # include "fpucw.h" #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL # include # include "isnand-nolibm.h" # include "printf-frexp.h" #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE) && !defined IN_LIBINTL # include # include "isnanl-nolibm.h" # include "printf-frexpl.h" # include "fpucw.h" #endif /* Default parameters. */ #ifndef VASNPRINTF # if WIDE_CHAR_VERSION # define VASNPRINTF vasnwprintf # define FCHAR_T wchar_t # define DCHAR_T wchar_t # define TCHAR_T wchar_t # define DCHAR_IS_TCHAR 1 # define DIRECTIVE wchar_t_directive # define DIRECTIVES wchar_t_directives # define PRINTF_PARSE wprintf_parse # define DCHAR_CPY wmemcpy # define DCHAR_SET wmemset # else # define VASNPRINTF vasnprintf # define FCHAR_T char # define DCHAR_T char # define TCHAR_T char # define DCHAR_IS_TCHAR 1 # define DIRECTIVE char_directive # define DIRECTIVES char_directives # define PRINTF_PARSE printf_parse # define DCHAR_CPY memcpy # define DCHAR_SET memset # endif #endif #if WIDE_CHAR_VERSION /* TCHAR_T is wchar_t. */ # define USE_SNPRINTF 1 # if HAVE_DECL__SNWPRINTF /* On Windows, the function swprintf() has a different signature than on Unix; we use the function _snwprintf() or - on mingw - snwprintf() instead. The mingw function snwprintf() has fewer bugs than the MSVCRT function _snwprintf(), so prefer that. */ # if defined __MINGW32__ # define SNPRINTF snwprintf # else # define SNPRINTF _snwprintf # endif # else /* Unix. */ # define SNPRINTF swprintf # endif #else /* TCHAR_T is char. */ /* Use snprintf if it exists under the name 'snprintf' or '_snprintf'. But don't use it on BeOS, since BeOS snprintf produces no output if the size argument is >= 0x3000000. Also don't use it on Linux libc5, since there snprintf with size = 1 writes any output without bounds, like sprintf. */ # if (HAVE_DECL__SNPRINTF || HAVE_SNPRINTF) && !defined __BEOS__ && !(__GNU_LIBRARY__ == 1) # define USE_SNPRINTF 1 # else # define USE_SNPRINTF 0 # endif # if HAVE_DECL__SNPRINTF /* Windows. The mingw function snprintf() has fewer bugs than the MSVCRT function _snprintf(), so prefer that. */ # if defined __MINGW32__ # define SNPRINTF snprintf /* Here we need to call the native snprintf, not rpl_snprintf. */ # undef snprintf # else # define SNPRINTF _snprintf # endif # else /* Unix. */ # define SNPRINTF snprintf /* Here we need to call the native snprintf, not rpl_snprintf. */ # undef snprintf # endif #endif /* Here we need to call the native sprintf, not rpl_sprintf. */ #undef sprintf /* GCC >= 4.0 with -Wall emits unjustified "... may be used uninitialized" warnings in this file. Use -Dlint to suppress them. */ #ifdef lint # define IF_LINT(Code) Code #else # define IF_LINT(Code) /* empty */ #endif /* Avoid some warnings from "gcc -Wshadow". This file doesn't use the exp() and remainder() functions. */ #undef exp #define exp expo #undef remainder #define remainder rem #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && !WIDE_CHAR_VERSION # if (HAVE_STRNLEN && !defined _AIX) # define local_strnlen strnlen # else # ifndef local_strnlen_defined # define local_strnlen_defined 1 static size_t local_strnlen (const char *string, size_t maxlen) { const char *end = memchr (string, '\0', maxlen); return end ? (size_t) (end - string) : maxlen; } # endif # endif #endif #if (((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && WIDE_CHAR_VERSION) || ((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && !WIDE_CHAR_VERSION && DCHAR_IS_TCHAR)) && HAVE_WCHAR_T # if HAVE_WCSLEN # define local_wcslen wcslen # else /* Solaris 2.5.1 has wcslen() in a separate library libw.so. To avoid a dependency towards this library, here is a local substitute. Define this substitute only once, even if this file is included twice in the same compilation unit. */ # ifndef local_wcslen_defined # define local_wcslen_defined 1 static size_t local_wcslen (const wchar_t *s) { const wchar_t *ptr; for (ptr = s; *ptr != (wchar_t) 0; ptr++) ; return ptr - s; } # endif # endif #endif #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && HAVE_WCHAR_T && WIDE_CHAR_VERSION # if HAVE_WCSNLEN # define local_wcsnlen wcsnlen # else # ifndef local_wcsnlen_defined # define local_wcsnlen_defined 1 static size_t local_wcsnlen (const wchar_t *s, size_t maxlen) { const wchar_t *ptr; for (ptr = s; maxlen > 0 && *ptr != (wchar_t) 0; ptr++, maxlen--) ; return ptr - s; } # endif # endif #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE || NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE) && !defined IN_LIBINTL /* Determine the decimal-point character according to the current locale. */ # ifndef decimal_point_char_defined # define decimal_point_char_defined 1 static char decimal_point_char (void) { const char *point; /* Determine it in a multithread-safe way. We know nl_langinfo is multithread-safe on glibc systems and MacOS X systems, but is not required to be multithread-safe by POSIX. sprintf(), however, is multithread-safe. localeconv() is rarely multithread-safe. */ # if HAVE_NL_LANGINFO && (__GLIBC__ || defined __UCLIBC__ || (defined __APPLE__ && defined __MACH__)) point = nl_langinfo (RADIXCHAR); # elif 1 char pointbuf[5]; sprintf (pointbuf, "%#.0f", 1.0); point = &pointbuf[1]; # else point = localeconv () -> decimal_point; # endif /* The decimal point is always a single byte: either '.' or ','. */ return (point[0] != '\0' ? point[0] : '.'); } # endif #endif #if NEED_PRINTF_INFINITE_DOUBLE && !NEED_PRINTF_DOUBLE && !defined IN_LIBINTL /* Equivalent to !isfinite(x) || x == 0, but does not require libm. */ static int is_infinite_or_zero (double x) { return isnand (x) || x + x == x; } #endif #if NEED_PRINTF_INFINITE_LONG_DOUBLE && !NEED_PRINTF_LONG_DOUBLE && !defined IN_LIBINTL /* Equivalent to !isfinite(x) || x == 0, but does not require libm. */ static int is_infinite_or_zerol (long double x) { return isnanl (x) || x + x == x; } #endif #if (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL /* Converting 'long double' to decimal without rare rounding bugs requires real bignums. We use the naming conventions of GNU gmp, but vastly simpler (and slower) algorithms. */ typedef unsigned int mp_limb_t; # define GMP_LIMB_BITS 32 verify (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS); typedef unsigned long long mp_twolimb_t; # define GMP_TWOLIMB_BITS 64 verify (sizeof (mp_twolimb_t) * CHAR_BIT == GMP_TWOLIMB_BITS); /* Representation of a bignum >= 0. */ typedef struct { size_t nlimbs; mp_limb_t *limbs; /* Bits in little-endian order, allocated with malloc(). */ } mpn_t; /* Compute the product of two bignums >= 0. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * multiply (mpn_t src1, mpn_t src2, mpn_t *dest) { const mp_limb_t *p1; const mp_limb_t *p2; size_t len1; size_t len2; if (src1.nlimbs <= src2.nlimbs) { len1 = src1.nlimbs; p1 = src1.limbs; len2 = src2.nlimbs; p2 = src2.limbs; } else { len1 = src2.nlimbs; p1 = src2.limbs; len2 = src1.nlimbs; p2 = src1.limbs; } /* Now 0 <= len1 <= len2. */ if (len1 == 0) { /* src1 or src2 is zero. */ dest->nlimbs = 0; dest->limbs = (mp_limb_t *) malloc (1); } else { /* Here 1 <= len1 <= len2. */ size_t dlen; mp_limb_t *dp; size_t k, i, j; dlen = len1 + len2; dp = (mp_limb_t *) malloc (dlen * sizeof (mp_limb_t)); if (dp == NULL) return NULL; for (k = len2; k > 0; ) dp[--k] = 0; for (i = 0; i < len1; i++) { mp_limb_t digit1 = p1[i]; mp_twolimb_t carry = 0; for (j = 0; j < len2; j++) { mp_limb_t digit2 = p2[j]; carry += (mp_twolimb_t) digit1 * (mp_twolimb_t) digit2; carry += dp[i + j]; dp[i + j] = (mp_limb_t) carry; carry = carry >> GMP_LIMB_BITS; } dp[i + len2] = (mp_limb_t) carry; } /* Normalise. */ while (dlen > 0 && dp[dlen - 1] == 0) dlen--; dest->nlimbs = dlen; dest->limbs = dp; } return dest->limbs; } /* Compute the quotient of a bignum a >= 0 and a bignum b > 0. a is written as a = q * b + r with 0 <= r < b. q is the quotient, r the remainder. Finally, round-to-even is performed: If r > b/2 or if r = b/2 and q is odd, q is incremented. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * divide (mpn_t a, mpn_t b, mpn_t *q) { /* Algorithm: First normalise a and b: a=[a[m-1],...,a[0]], b=[b[n-1],...,b[0]] with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS). If m=n=1, perform a single-precision division: r:=0, j:=m, while j>0 do {Here (q[m-1]*beta^(m-1)+...+q[j]*beta^j) * b[0] + r*beta^j = = a[m-1]*beta^(m-1)+...+a[j]*beta^j und 0<=r=n>1, perform a multiple-precision division: We have a/b < beta^(m-n+1). s:=intDsize-1-(highest bit in b[n-1]), 0<=s=beta/2. For j=m-n,...,0: {Here 0 <= r < b*beta^(j+1).} Compute q* : q* := floor((r[j+n]*beta+r[j+n-1])/b[n-1]). In case of overflow (q* >= beta) set q* := beta-1. Compute c2 := ((r[j+n]*beta+r[j+n-1]) - q* * b[n-1])*beta + r[j+n-2] and c3 := b[n-2] * q*. {We have 0 <= c2 < 2*beta^2, even 0 <= c2 < beta^2 if no overflow occurred. Furthermore 0 <= c3 < beta^2. If there was overflow and r[j+n]*beta+r[j+n-1] - q* * b[n-1] >= beta, i.e. c2 >= beta^2, the next test can be skipped.} While c3 > c2, {Here 0 <= c2 < c3 < beta^2} Put q* := q* - 1, c2 := c2 + b[n-1]*beta, c3 := c3 - b[n-2]. If q* > 0: Put r := r - b * q* * beta^j. In detail: [r[n+j],...,r[j]] := [r[n+j],...,r[j]] - q* * [b[n-1],...,b[0]]. hence: u:=0, for i:=0 to n-1 do u := u + q* * b[i], r[j+i]:=r[j+i]-(u mod beta) (+ beta, if carry), u:=u div beta (+ 1, if carry in subtraction) r[n+j]:=r[n+j]-u. {Since always u = (q* * [b[i-1],...,b[0]] div beta^i) + 1 < q* + 1 <= beta, the carry u does not overflow.} If a negative carry occurs, put q* := q* - 1 and [r[n+j],...,r[j]] := [r[n+j],...,r[j]] + [0,b[n-1],...,b[0]]. Set q[j] := q*. Normalise [q[m-n],..,q[0]]; this yields the quotient q. Shift [r[n-1],...,r[0]] right by s bits and normalise; this yields the rest r. The room for q[j] can be allocated at the memory location of r[n+j]. Finally, round-to-even: Shift r left by 1 bit. If r > b or if r = b and q[0] is odd, q := q+1. */ const mp_limb_t *a_ptr = a.limbs; size_t a_len = a.nlimbs; const mp_limb_t *b_ptr = b.limbs; size_t b_len = b.nlimbs; mp_limb_t *roomptr; mp_limb_t *tmp_roomptr = NULL; mp_limb_t *q_ptr; size_t q_len; mp_limb_t *r_ptr; size_t r_len; /* Allocate room for a_len+2 digits. (Need a_len+1 digits for the real division and 1 more digit for the final rounding of q.) */ roomptr = (mp_limb_t *) malloc ((a_len + 2) * sizeof (mp_limb_t)); if (roomptr == NULL) return NULL; /* Normalise a. */ while (a_len > 0 && a_ptr[a_len - 1] == 0) a_len--; /* Normalise b. */ for (;;) { if (b_len == 0) /* Division by zero. */ abort (); if (b_ptr[b_len - 1] == 0) b_len--; else break; } /* Here m = a_len >= 0 and n = b_len > 0. */ if (a_len < b_len) { /* m beta^(m-2) <= a/b < beta^m */ r_ptr = roomptr; q_ptr = roomptr + 1; { mp_limb_t den = b_ptr[0]; mp_limb_t remainder = 0; const mp_limb_t *sourceptr = a_ptr + a_len; mp_limb_t *destptr = q_ptr + a_len; size_t count; for (count = a_len; count > 0; count--) { mp_twolimb_t num = ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr; *--destptr = num / den; remainder = num % den; } /* Normalise and store r. */ if (remainder > 0) { r_ptr[0] = remainder; r_len = 1; } else r_len = 0; /* Normalise q. */ q_len = a_len; if (q_ptr[q_len - 1] == 0) q_len--; } } else { /* n>1: multiple precision division. beta^(m-1) <= a < beta^m, beta^(n-1) <= b < beta^n ==> beta^(m-n-1) <= a/b < beta^(m-n+1). */ /* Determine s. */ size_t s; { mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ /* Determine s = GMP_LIMB_BITS - integer_length (msd). Code copied from gnulib's integer_length.c. */ # if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) s = __builtin_clz (msd); # else # if defined DBL_EXPBIT0_WORD && defined DBL_EXPBIT0_BIT if (GMP_LIMB_BITS <= DBL_MANT_BIT) { /* Use 'double' operations. Assumes an IEEE 754 'double' implementation. */ # define DBL_EXP_MASK ((DBL_MAX_EXP - DBL_MIN_EXP) | 7) # define DBL_EXP_BIAS (DBL_EXP_MASK / 2 - 1) # define NWORDS \ ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) union { double value; unsigned int word[NWORDS]; } m; /* Use a single integer to floating-point conversion. */ m.value = msd; s = GMP_LIMB_BITS - (((m.word[DBL_EXPBIT0_WORD] >> DBL_EXPBIT0_BIT) & DBL_EXP_MASK) - DBL_EXP_BIAS); } else # undef NWORDS # endif { s = 31; if (msd >= 0x10000) { msd = msd >> 16; s -= 16; } if (msd >= 0x100) { msd = msd >> 8; s -= 8; } if (msd >= 0x10) { msd = msd >> 4; s -= 4; } if (msd >= 0x4) { msd = msd >> 2; s -= 2; } if (msd >= 0x2) { msd = msd >> 1; s -= 1; } } # endif } /* 0 <= s < GMP_LIMB_BITS. Copy b, shifting it left by s bits. */ if (s > 0) { tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t)); if (tmp_roomptr == NULL) { free (roomptr); return NULL; } { const mp_limb_t *sourceptr = b_ptr; mp_limb_t *destptr = tmp_roomptr; mp_twolimb_t accu = 0; size_t count; for (count = b_len; count > 0; count--) { accu += (mp_twolimb_t) *sourceptr++ << s; *destptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } /* accu must be zero, since that was how s was determined. */ if (accu != 0) abort (); } b_ptr = tmp_roomptr; } /* Copy a, shifting it left by s bits, yields r. Memory layout: At the beginning: r = roomptr[0..a_len], at the end: r = roomptr[0..b_len-1], q = roomptr[b_len..a_len] */ r_ptr = roomptr; if (s == 0) { memcpy (r_ptr, a_ptr, a_len * sizeof (mp_limb_t)); r_ptr[a_len] = 0; } else { const mp_limb_t *sourceptr = a_ptr; mp_limb_t *destptr = r_ptr; mp_twolimb_t accu = 0; size_t count; for (count = a_len; count > 0; count--) { accu += (mp_twolimb_t) *sourceptr++ << s; *destptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } *destptr++ = (mp_limb_t) accu; } q_ptr = roomptr + b_len; q_len = a_len - b_len + 1; /* q will have m-n+1 limbs */ { size_t j = a_len - b_len; /* m-n */ mp_limb_t b_msd = b_ptr[b_len - 1]; /* b[n-1] */ mp_limb_t b_2msd = b_ptr[b_len - 2]; /* b[n-2] */ mp_twolimb_t b_msdd = /* b[n-1]*beta+b[n-2] */ ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd; /* Division loop, traversed m-n+1 times. j counts down, b is unchanged, beta/2 <= b[n-1] < beta. */ for (;;) { mp_limb_t q_star; mp_limb_t c1; if (r_ptr[j + b_len] < b_msd) /* r[j+n] < b[n-1] ? */ { /* Divide r[j+n]*beta+r[j+n-1] by b[n-1], no overflow. */ mp_twolimb_t num = ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS) | r_ptr[j + b_len - 1]; q_star = num / b_msd; c1 = num % b_msd; } else { /* Overflow, hence r[j+n]*beta+r[j+n-1] >= beta*b[n-1]. */ q_star = (mp_limb_t)~(mp_limb_t)0; /* q* = beta-1 */ /* Test whether r[j+n]*beta+r[j+n-1] - (beta-1)*b[n-1] >= beta <==> r[j+n]*beta+r[j+n-1] + b[n-1] >= beta*b[n-1]+beta <==> b[n-1] < floor((r[j+n]*beta+r[j+n-1]+b[n-1])/beta) {<= beta !}. If yes, jump directly to the subtraction loop. (Otherwise, r[j+n]*beta+r[j+n-1] - (beta-1)*b[n-1] < beta <==> floor((r[j+n]*beta+r[j+n-1]+b[n-1])/beta) = b[n-1] ) */ if (r_ptr[j + b_len] > b_msd || (c1 = r_ptr[j + b_len - 1] + b_msd) < b_msd) /* r[j+n] >= b[n-1]+1 or r[j+n] = b[n-1] and the addition r[j+n-1]+b[n-1] gives a carry. */ goto subtract; } /* q_star = q*, c1 = (r[j+n]*beta+r[j+n-1]) - q* * b[n-1] (>=0, 0, decrease it by b[n-1]*beta+b[n-2]. Because of b[n-1]*beta+b[n-2] >= beta^2/2 this can happen only twice. */ if (c3 > c2) { q_star = q_star - 1; /* q* := q* - 1 */ if (c3 - c2 > b_msdd) q_star = q_star - 1; /* q* := q* - 1 */ } } if (q_star > 0) subtract: { /* Subtract r := r - b * q* * beta^j. */ mp_limb_t cr; { const mp_limb_t *sourceptr = b_ptr; mp_limb_t *destptr = r_ptr + j; mp_twolimb_t carry = 0; size_t count; for (count = b_len; count > 0; count--) { /* Here 0 <= carry <= q*. */ carry = carry + (mp_twolimb_t) q_star * (mp_twolimb_t) *sourceptr++ + (mp_limb_t) ~(*destptr); /* Here 0 <= carry <= beta*q* + beta-1. */ *destptr++ = ~(mp_limb_t) carry; carry = carry >> GMP_LIMB_BITS; /* <= q* */ } cr = (mp_limb_t) carry; } /* Subtract cr from r_ptr[j + b_len], then forget about r_ptr[j + b_len]. */ if (cr > r_ptr[j + b_len]) { /* Subtraction gave a carry. */ q_star = q_star - 1; /* q* := q* - 1 */ /* Add b back. */ { const mp_limb_t *sourceptr = b_ptr; mp_limb_t *destptr = r_ptr + j; mp_limb_t carry = 0; size_t count; for (count = b_len; count > 0; count--) { mp_limb_t source1 = *sourceptr++; mp_limb_t source2 = *destptr; *destptr++ = source1 + source2 + carry; carry = (carry ? source1 >= (mp_limb_t) ~source2 : source1 > (mp_limb_t) ~source2); } } /* Forget about the carry and about r[j+n]. */ } } /* q* is determined. Store it as q[j]. */ q_ptr[j] = q_star; if (j == 0) break; j--; } } r_len = b_len; /* Normalise q. */ if (q_ptr[q_len - 1] == 0) q_len--; # if 0 /* Not needed here, since we need r only to compare it with b/2, and b is shifted left by s bits. */ /* Shift r right by s bits. */ if (s > 0) { mp_limb_t ptr = r_ptr + r_len; mp_twolimb_t accu = 0; size_t count; for (count = r_len; count > 0; count--) { accu = (mp_twolimb_t) (mp_limb_t) accu << GMP_LIMB_BITS; accu += (mp_twolimb_t) *--ptr << (GMP_LIMB_BITS - s); *ptr = (mp_limb_t) (accu >> GMP_LIMB_BITS); } } # endif /* Normalise r. */ while (r_len > 0 && r_ptr[r_len - 1] == 0) r_len--; } /* Compare r << 1 with b. */ if (r_len > b_len) goto increment_q; { size_t i; for (i = b_len;;) { mp_limb_t r_i = (i <= r_len && i > 0 ? r_ptr[i - 1] >> (GMP_LIMB_BITS - 1) : 0) | (i < r_len ? r_ptr[i] << 1 : 0); mp_limb_t b_i = (i < b_len ? b_ptr[i] : 0); if (r_i > b_i) goto increment_q; if (r_i < b_i) goto keep_q; if (i == 0) break; i--; } } if (q_len > 0 && ((q_ptr[0] & 1) != 0)) /* q is odd. */ increment_q: { size_t i; for (i = 0; i < q_len; i++) if (++(q_ptr[i]) != 0) goto keep_q; q_ptr[q_len++] = 1; } keep_q: if (tmp_roomptr != NULL) free (tmp_roomptr); q->limbs = q_ptr; q->nlimbs = q_len; return roomptr; } /* Convert a bignum a >= 0, multiplied with 10^extra_zeroes, to decimal representation. Destroys the contents of a. Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * convert_to_decimal (mpn_t a, size_t extra_zeroes) { mp_limb_t *a_ptr = a.limbs; size_t a_len = a.nlimbs; /* 0.03345 is slightly larger than log(2)/(9*log(10)). */ size_t c_len = 9 * ((size_t)(a_len * (GMP_LIMB_BITS * 0.03345f)) + 1); char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes)); if (c_ptr != NULL) { char *d_ptr = c_ptr; for (; extra_zeroes > 0; extra_zeroes--) *d_ptr++ = '0'; while (a_len > 0) { /* Divide a by 10^9, in-place. */ mp_limb_t remainder = 0; mp_limb_t *ptr = a_ptr + a_len; size_t count; for (count = a_len; count > 0; count--) { mp_twolimb_t num = ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--ptr; *ptr = num / 1000000000; remainder = num % 1000000000; } /* Store the remainder as 9 decimal digits. */ for (count = 9; count > 0; count--) { *d_ptr++ = '0' + (remainder % 10); remainder = remainder / 10; } /* Normalize a. */ if (a_ptr[a_len - 1] == 0) a_len--; } /* Remove leading zeroes. */ while (d_ptr > c_ptr && d_ptr[-1] == '0') d_ptr--; /* But keep at least one zero. */ if (d_ptr == c_ptr) *d_ptr++ = '0'; /* Terminate the string. */ *d_ptr = '\0'; } return c_ptr; } # if NEED_PRINTF_LONG_DOUBLE /* Assuming x is finite and >= 0: write x as x = 2^e * m, where m is a bignum. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * decode_long_double (long double x, int *ep, mpn_t *mp) { mpn_t m; int exp; long double y; size_t i; /* Allocate memory for result. */ m.nlimbs = (LDBL_MANT_BIT + GMP_LIMB_BITS - 1) / GMP_LIMB_BITS; m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t)); if (m.limbs == NULL) return NULL; /* Split into exponential part and mantissa. */ y = frexpl (x, &exp); if (!(y >= 0.0L && y < 1.0L)) abort (); /* x = 2^exp * y = 2^(exp - LDBL_MANT_BIT) * (y * 2^LDBL_MANT_BIT), and the latter is an integer. */ /* Convert the mantissa (y * 2^LDBL_MANT_BIT) to a sequence of limbs. I'm not sure whether it's safe to cast a 'long double' value between 2^31 and 2^32 to 'unsigned int', therefore play safe and cast only 'long double' values between 0 and 2^16 (to 'unsigned int' or 'int', doesn't matter). */ # if (LDBL_MANT_BIT % GMP_LIMB_BITS) != 0 # if (LDBL_MANT_BIT % GMP_LIMB_BITS) > GMP_LIMB_BITS / 2 { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (LDBL_MANT_BIT % (GMP_LIMB_BITS / 2)); hi = (int) y; y -= hi; if (!(y >= 0.0L && y < 1.0L)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0L && y < 1.0L)) abort (); m.limbs[LDBL_MANT_BIT / GMP_LIMB_BITS] = (hi << (GMP_LIMB_BITS / 2)) | lo; } # else { mp_limb_t d; y *= (mp_limb_t) 1 << (LDBL_MANT_BIT % GMP_LIMB_BITS); d = (int) y; y -= d; if (!(y >= 0.0L && y < 1.0L)) abort (); m.limbs[LDBL_MANT_BIT / GMP_LIMB_BITS] = d; } # endif # endif for (i = LDBL_MANT_BIT / GMP_LIMB_BITS; i > 0; ) { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); hi = (int) y; y -= hi; if (!(y >= 0.0L && y < 1.0L)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0L && y < 1.0L)) abort (); m.limbs[--i] = (hi << (GMP_LIMB_BITS / 2)) | lo; } # if 0 /* On FreeBSD 6.1/x86, 'long double' numbers sometimes have excess precision. */ if (!(y == 0.0L)) abort (); # endif /* Normalise. */ while (m.nlimbs > 0 && m.limbs[m.nlimbs - 1] == 0) m.nlimbs--; *mp = m; *ep = exp - LDBL_MANT_BIT; return m.limbs; } # endif # if NEED_PRINTF_DOUBLE /* Assuming x is finite and >= 0: write x as x = 2^e * m, where m is a bignum. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * decode_double (double x, int *ep, mpn_t *mp) { mpn_t m; int exp; double y; size_t i; /* Allocate memory for result. */ m.nlimbs = (DBL_MANT_BIT + GMP_LIMB_BITS - 1) / GMP_LIMB_BITS; m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t)); if (m.limbs == NULL) return NULL; /* Split into exponential part and mantissa. */ y = frexp (x, &exp); if (!(y >= 0.0 && y < 1.0)) abort (); /* x = 2^exp * y = 2^(exp - DBL_MANT_BIT) * (y * 2^DBL_MANT_BIT), and the latter is an integer. */ /* Convert the mantissa (y * 2^DBL_MANT_BIT) to a sequence of limbs. I'm not sure whether it's safe to cast a 'double' value between 2^31 and 2^32 to 'unsigned int', therefore play safe and cast only 'double' values between 0 and 2^16 (to 'unsigned int' or 'int', doesn't matter). */ # if (DBL_MANT_BIT % GMP_LIMB_BITS) != 0 # if (DBL_MANT_BIT % GMP_LIMB_BITS) > GMP_LIMB_BITS / 2 { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (DBL_MANT_BIT % (GMP_LIMB_BITS / 2)); hi = (int) y; y -= hi; if (!(y >= 0.0 && y < 1.0)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0 && y < 1.0)) abort (); m.limbs[DBL_MANT_BIT / GMP_LIMB_BITS] = (hi << (GMP_LIMB_BITS / 2)) | lo; } # else { mp_limb_t d; y *= (mp_limb_t) 1 << (DBL_MANT_BIT % GMP_LIMB_BITS); d = (int) y; y -= d; if (!(y >= 0.0 && y < 1.0)) abort (); m.limbs[DBL_MANT_BIT / GMP_LIMB_BITS] = d; } # endif # endif for (i = DBL_MANT_BIT / GMP_LIMB_BITS; i > 0; ) { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); hi = (int) y; y -= hi; if (!(y >= 0.0 && y < 1.0)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0 && y < 1.0)) abort (); m.limbs[--i] = (hi << (GMP_LIMB_BITS / 2)) | lo; } if (!(y == 0.0)) abort (); /* Normalise. */ while (m.nlimbs > 0 && m.limbs[m.nlimbs - 1] == 0) m.nlimbs--; *mp = m; *ep = exp - DBL_MANT_BIT; return m.limbs; } # endif /* Assuming x = 2^e * m is finite and >= 0, and n is an integer: Returns the decimal representation of round (x * 10^n). Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * scale10_round_decimal_decoded (int e, mpn_t m, void *memory, int n) { int s; size_t extra_zeroes; unsigned int abs_n; unsigned int abs_s; mp_limb_t *pow5_ptr; size_t pow5_len; unsigned int s_limbs; unsigned int s_bits; mpn_t pow5; mpn_t z; void *z_memory; char *digits; if (memory == NULL) return NULL; /* x = 2^e * m, hence y = round (2^e * 10^n * m) = round (2^(e+n) * 5^n * m) = round (2^s * 5^n * m). */ s = e + n; extra_zeroes = 0; /* Factor out a common power of 10 if possible. */ if (s > 0 && n > 0) { extra_zeroes = (s < n ? s : n); s -= extra_zeroes; n -= extra_zeroes; } /* Here y = round (2^s * 5^n * m) * 10^extra_zeroes. Before converting to decimal, we need to compute z = round (2^s * 5^n * m). */ /* Compute 5^|n|, possibly shifted by |s| bits if n and s have the same sign. 2.322 is slightly larger than log(5)/log(2). */ abs_n = (n >= 0 ? n : -n); abs_s = (s >= 0 ? s : -s); pow5_ptr = (mp_limb_t *) malloc (((int)(abs_n * (2.322f / GMP_LIMB_BITS)) + 1 + abs_s / GMP_LIMB_BITS + 1) * sizeof (mp_limb_t)); if (pow5_ptr == NULL) { free (memory); return NULL; } /* Initialize with 1. */ pow5_ptr[0] = 1; pow5_len = 1; /* Multiply with 5^|n|. */ if (abs_n > 0) { static mp_limb_t const small_pow5[13 + 1] = { 1, 5, 25, 125, 625, 3125, 15625, 78125, 390625, 1953125, 9765625, 48828125, 244140625, 1220703125 }; unsigned int n13; for (n13 = 0; n13 <= abs_n; n13 += 13) { mp_limb_t digit1 = small_pow5[n13 + 13 <= abs_n ? 13 : abs_n - n13]; size_t j; mp_twolimb_t carry = 0; for (j = 0; j < pow5_len; j++) { mp_limb_t digit2 = pow5_ptr[j]; carry += (mp_twolimb_t) digit1 * (mp_twolimb_t) digit2; pow5_ptr[j] = (mp_limb_t) carry; carry = carry >> GMP_LIMB_BITS; } if (carry > 0) pow5_ptr[pow5_len++] = (mp_limb_t) carry; } } s_limbs = abs_s / GMP_LIMB_BITS; s_bits = abs_s % GMP_LIMB_BITS; if (n >= 0 ? s >= 0 : s <= 0) { /* Multiply with 2^|s|. */ if (s_bits > 0) { mp_limb_t *ptr = pow5_ptr; mp_twolimb_t accu = 0; size_t count; for (count = pow5_len; count > 0; count--) { accu += (mp_twolimb_t) *ptr << s_bits; *ptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } if (accu > 0) { *ptr = (mp_limb_t) accu; pow5_len++; } } if (s_limbs > 0) { size_t count; for (count = pow5_len; count > 0;) { count--; pow5_ptr[s_limbs + count] = pow5_ptr[count]; } for (count = s_limbs; count > 0;) { count--; pow5_ptr[count] = 0; } pow5_len += s_limbs; } pow5.limbs = pow5_ptr; pow5.nlimbs = pow5_len; if (n >= 0) { /* Multiply m with pow5. No division needed. */ z_memory = multiply (m, pow5, &z); } else { /* Divide m by pow5 and round. */ z_memory = divide (m, pow5, &z); } } else { pow5.limbs = pow5_ptr; pow5.nlimbs = pow5_len; if (n >= 0) { /* n >= 0, s < 0. Multiply m with pow5, then divide by 2^|s|. */ mpn_t numerator; mpn_t denominator; void *tmp_memory; tmp_memory = multiply (m, pow5, &numerator); if (tmp_memory == NULL) { free (pow5_ptr); free (memory); return NULL; } /* Construct 2^|s|. */ { mp_limb_t *ptr = pow5_ptr + pow5_len; size_t i; for (i = 0; i < s_limbs; i++) ptr[i] = 0; ptr[s_limbs] = (mp_limb_t) 1 << s_bits; denominator.limbs = ptr; denominator.nlimbs = s_limbs + 1; } z_memory = divide (numerator, denominator, &z); free (tmp_memory); } else { /* n < 0, s > 0. Multiply m with 2^s, then divide by pow5. */ mpn_t numerator; mp_limb_t *num_ptr; num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1) * sizeof (mp_limb_t)); if (num_ptr == NULL) { free (pow5_ptr); free (memory); return NULL; } { mp_limb_t *destptr = num_ptr; { size_t i; for (i = 0; i < s_limbs; i++) *destptr++ = 0; } if (s_bits > 0) { const mp_limb_t *sourceptr = m.limbs; mp_twolimb_t accu = 0; size_t count; for (count = m.nlimbs; count > 0; count--) { accu += (mp_twolimb_t) *sourceptr++ << s_bits; *destptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } if (accu > 0) *destptr++ = (mp_limb_t) accu; } else { const mp_limb_t *sourceptr = m.limbs; size_t count; for (count = m.nlimbs; count > 0; count--) *destptr++ = *sourceptr++; } numerator.limbs = num_ptr; numerator.nlimbs = destptr - num_ptr; } z_memory = divide (numerator, pow5, &z); free (num_ptr); } } free (pow5_ptr); free (memory); /* Here y = round (x * 10^n) = z * 10^extra_zeroes. */ if (z_memory == NULL) return NULL; digits = convert_to_decimal (z, extra_zeroes); free (z_memory); return digits; } # if NEED_PRINTF_LONG_DOUBLE /* Assuming x is finite and >= 0, and n is an integer: Returns the decimal representation of round (x * 10^n). Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * scale10_round_decimal_long_double (long double x, int n) { int e IF_LINT(= 0); mpn_t m; void *memory = decode_long_double (x, &e, &m); return scale10_round_decimal_decoded (e, m, memory, n); } # endif # if NEED_PRINTF_DOUBLE /* Assuming x is finite and >= 0, and n is an integer: Returns the decimal representation of round (x * 10^n). Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * scale10_round_decimal_double (double x, int n) { int e IF_LINT(= 0); mpn_t m; void *memory = decode_double (x, &e, &m); return scale10_round_decimal_decoded (e, m, memory, n); } # endif # if NEED_PRINTF_LONG_DOUBLE /* Assuming x is finite and > 0: Return an approximation for n with 10^n <= x < 10^(n+1). The approximation is usually the right n, but may be off by 1 sometimes. */ static int floorlog10l (long double x) { int exp; long double y; double z; double l; /* Split into exponential part and mantissa. */ y = frexpl (x, &exp); if (!(y >= 0.0L && y < 1.0L)) abort (); if (y == 0.0L) return INT_MIN; if (y < 0.5L) { while (y < (1.0L / (1 << (GMP_LIMB_BITS / 2)) / (1 << (GMP_LIMB_BITS / 2)))) { y *= 1.0L * (1 << (GMP_LIMB_BITS / 2)) * (1 << (GMP_LIMB_BITS / 2)); exp -= GMP_LIMB_BITS; } if (y < (1.0L / (1 << 16))) { y *= 1.0L * (1 << 16); exp -= 16; } if (y < (1.0L / (1 << 8))) { y *= 1.0L * (1 << 8); exp -= 8; } if (y < (1.0L / (1 << 4))) { y *= 1.0L * (1 << 4); exp -= 4; } if (y < (1.0L / (1 << 2))) { y *= 1.0L * (1 << 2); exp -= 2; } if (y < (1.0L / (1 << 1))) { y *= 1.0L * (1 << 1); exp -= 1; } } if (!(y >= 0.5L && y < 1.0L)) abort (); /* Compute an approximation for l = log2(x) = exp + log2(y). */ l = exp; z = y; if (z < 0.70710678118654752444) { z *= 1.4142135623730950488; l -= 0.5; } if (z < 0.8408964152537145431) { z *= 1.1892071150027210667; l -= 0.25; } if (z < 0.91700404320467123175) { z *= 1.0905077326652576592; l -= 0.125; } if (z < 0.9576032806985736469) { z *= 1.0442737824274138403; l -= 0.0625; } /* Now 0.95 <= z <= 1.01. */ z = 1 - z; /* log2(1-z) = 1/log(2) * (- z - z^2/2 - z^3/3 - z^4/4 - ...) Four terms are enough to get an approximation with error < 10^-7. */ l -= 1.4426950408889634074 * z * (1.0 + z * (0.5 + z * ((1.0 / 3) + z * 0.25))); /* Finally multiply with log(2)/log(10), yields an approximation for log10(x). */ l *= 0.30102999566398119523; /* Round down to the next integer. */ return (int) l + (l < 0 ? -1 : 0); } # endif # if NEED_PRINTF_DOUBLE /* Assuming x is finite and > 0: Return an approximation for n with 10^n <= x < 10^(n+1). The approximation is usually the right n, but may be off by 1 sometimes. */ static int floorlog10 (double x) { int exp; double y; double z; double l; /* Split into exponential part and mantissa. */ y = frexp (x, &exp); if (!(y >= 0.0 && y < 1.0)) abort (); if (y == 0.0) return INT_MIN; if (y < 0.5) { while (y < (1.0 / (1 << (GMP_LIMB_BITS / 2)) / (1 << (GMP_LIMB_BITS / 2)))) { y *= 1.0 * (1 << (GMP_LIMB_BITS / 2)) * (1 << (GMP_LIMB_BITS / 2)); exp -= GMP_LIMB_BITS; } if (y < (1.0 / (1 << 16))) { y *= 1.0 * (1 << 16); exp -= 16; } if (y < (1.0 / (1 << 8))) { y *= 1.0 * (1 << 8); exp -= 8; } if (y < (1.0 / (1 << 4))) { y *= 1.0 * (1 << 4); exp -= 4; } if (y < (1.0 / (1 << 2))) { y *= 1.0 * (1 << 2); exp -= 2; } if (y < (1.0 / (1 << 1))) { y *= 1.0 * (1 << 1); exp -= 1; } } if (!(y >= 0.5 && y < 1.0)) abort (); /* Compute an approximation for l = log2(x) = exp + log2(y). */ l = exp; z = y; if (z < 0.70710678118654752444) { z *= 1.4142135623730950488; l -= 0.5; } if (z < 0.8408964152537145431) { z *= 1.1892071150027210667; l -= 0.25; } if (z < 0.91700404320467123175) { z *= 1.0905077326652576592; l -= 0.125; } if (z < 0.9576032806985736469) { z *= 1.0442737824274138403; l -= 0.0625; } /* Now 0.95 <= z <= 1.01. */ z = 1 - z; /* log2(1-z) = 1/log(2) * (- z - z^2/2 - z^3/3 - z^4/4 - ...) Four terms are enough to get an approximation with error < 10^-7. */ l -= 1.4426950408889634074 * z * (1.0 + z * (0.5 + z * ((1.0 / 3) + z * 0.25))); /* Finally multiply with log(2)/log(10), yields an approximation for log10(x). */ l *= 0.30102999566398119523; /* Round down to the next integer. */ return (int) l + (l < 0 ? -1 : 0); } # endif /* Tests whether a string of digits consists of exactly PRECISION zeroes and a single '1' digit. */ static int is_borderline (const char *digits, size_t precision) { for (; precision > 0; precision--, digits++) if (*digits != '0') return 0; if (*digits != '1') return 0; digits++; return *digits == '\0'; } #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 /* Use a different function name, to make it possible that the 'wchar_t' parametrization and the 'char' parametrization get compiled in the same translation unit. */ # if WIDE_CHAR_VERSION # define MAX_ROOM_NEEDED wmax_room_needed # else # define MAX_ROOM_NEEDED max_room_needed # endif /* Returns the number of TCHAR_T units needed as temporary space for the result of sprintf or SNPRINTF of a single conversion directive. */ static inline size_t MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, arg_type type, int flags, size_t width, int has_precision, size_t precision, int pad_ourselves) { size_t tmp_length; switch (conversion) { case 'd': case 'i': case 'u': # if HAVE_LONG_LONG_INT if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) tmp_length = (unsigned int) (sizeof (unsigned long long) * CHAR_BIT * 0.30103 /* binary -> decimal */ ) + 1; /* turn floor into ceil */ else # endif if (type == TYPE_LONGINT || type == TYPE_ULONGINT) tmp_length = (unsigned int) (sizeof (unsigned long) * CHAR_BIT * 0.30103 /* binary -> decimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (sizeof (unsigned int) * CHAR_BIT * 0.30103 /* binary -> decimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Multiply by 2, as an estimate for FLAG_GROUP. */ tmp_length = xsum (tmp_length, tmp_length); /* Add 1, to account for a leading sign. */ tmp_length = xsum (tmp_length, 1); break; case 'o': # if HAVE_LONG_LONG_INT if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) tmp_length = (unsigned int) (sizeof (unsigned long long) * CHAR_BIT * 0.333334 /* binary -> octal */ ) + 1; /* turn floor into ceil */ else # endif if (type == TYPE_LONGINT || type == TYPE_ULONGINT) tmp_length = (unsigned int) (sizeof (unsigned long) * CHAR_BIT * 0.333334 /* binary -> octal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (sizeof (unsigned int) * CHAR_BIT * 0.333334 /* binary -> octal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Add 1, to account for a leading sign. */ tmp_length = xsum (tmp_length, 1); break; case 'x': case 'X': # if HAVE_LONG_LONG_INT if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) tmp_length = (unsigned int) (sizeof (unsigned long long) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1; /* turn floor into ceil */ else # endif if (type == TYPE_LONGINT || type == TYPE_ULONGINT) tmp_length = (unsigned int) (sizeof (unsigned long) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (sizeof (unsigned int) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Add 2, to account for a leading sign or alternate form. */ tmp_length = xsum (tmp_length, 2); break; case 'f': case 'F': if (type == TYPE_LONGDOUBLE) tmp_length = (unsigned int) (LDBL_MAX_EXP * 0.30103 /* binary -> decimal */ * 2 /* estimate for FLAG_GROUP */ ) + 1 /* turn floor into ceil */ + 10; /* sign, decimal point etc. */ else tmp_length = (unsigned int) (DBL_MAX_EXP * 0.30103 /* binary -> decimal */ * 2 /* estimate for FLAG_GROUP */ ) + 1 /* turn floor into ceil */ + 10; /* sign, decimal point etc. */ tmp_length = xsum (tmp_length, precision); break; case 'e': case 'E': case 'g': case 'G': tmp_length = 12; /* sign, decimal point, exponent etc. */ tmp_length = xsum (tmp_length, precision); break; case 'a': case 'A': if (type == TYPE_LONGDOUBLE) tmp_length = (unsigned int) (LDBL_DIG * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (DBL_DIG * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Account for sign, decimal point etc. */ tmp_length = xsum (tmp_length, 12); break; case 'c': # if HAVE_WINT_T && !WIDE_CHAR_VERSION if (type == TYPE_WIDE_CHAR) tmp_length = MB_CUR_MAX; else # endif tmp_length = 1; break; case 's': # if HAVE_WCHAR_T if (type == TYPE_WIDE_STRING) { # if WIDE_CHAR_VERSION /* ISO C says about %ls in fwprintf: "If the precision is not specified or is greater than the size of the array, the array shall contain a null wide character." So if there is a precision, we must not use wcslen. */ const wchar_t *arg = ap->arg[arg_index].a.a_wide_string; if (has_precision) tmp_length = local_wcsnlen (arg, precision); else tmp_length = local_wcslen (arg); # else /* ISO C says about %ls in fprintf: "If a precision is specified, no more than that many bytes are written (including shift sequences, if any), and the array shall contain a null wide character if, to equal the multibyte character sequence length given by the precision, the function would need to access a wide character one past the end of the array." So if there is a precision, we must not use wcslen. */ /* This case has already been handled separately in VASNPRINTF. */ abort (); # endif } else # endif { # if WIDE_CHAR_VERSION /* ISO C says about %s in fwprintf: "If the precision is not specified or is greater than the size of the converted array, the converted array shall contain a null wide character." So if there is a precision, we must not use strlen. */ /* This case has already been handled separately in VASNPRINTF. */ abort (); # else /* ISO C says about %s in fprintf: "If the precision is not specified or greater than the size of the array, the array shall contain a null character." So if there is a precision, we must not use strlen. */ const char *arg = ap->arg[arg_index].a.a_string; if (has_precision) tmp_length = local_strnlen (arg, precision); else tmp_length = strlen (arg); # endif } break; case 'p': tmp_length = (unsigned int) (sizeof (void *) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1 /* turn floor into ceil */ + 2; /* account for leading 0x */ break; default: abort (); } if (!pad_ourselves) { # if ENABLE_UNISTDIO /* Padding considers the number of characters, therefore the number of elements after padding may be > max (tmp_length, width) but is certainly <= tmp_length + width. */ tmp_length = xsum (tmp_length, width); # else /* Padding considers the number of elements, says POSIX. */ if (tmp_length < width) tmp_length = width; # endif } tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ return tmp_length; } #endif DCHAR_T * VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, const FCHAR_T *format, va_list args) { DIRECTIVES d; arguments a; if (PRINTF_PARSE (format, &d, &a) < 0) /* errno is already set. */ return NULL; #define CLEANUP() \ if (d.dir != d.direct_alloc_dir) \ free (d.dir); \ if (a.arg != a.direct_alloc_arg) \ free (a.arg); if (PRINTF_FETCHARGS (args, &a) < 0) { CLEANUP (); errno = EINVAL; return NULL; } { size_t buf_neededlength; TCHAR_T *buf; TCHAR_T *buf_malloced; const FCHAR_T *cp; size_t i; DIRECTIVE *dp; /* Output string accumulator. */ DCHAR_T *result; size_t allocated; size_t length; /* Allocate a small buffer that will hold a directive passed to sprintf or snprintf. */ buf_neededlength = xsum4 (7, d.max_width_length, d.max_precision_length, 6); #if HAVE_ALLOCA if (buf_neededlength < 4000 / sizeof (TCHAR_T)) { buf = (TCHAR_T *) alloca (buf_neededlength * sizeof (TCHAR_T)); buf_malloced = NULL; } else #endif { size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T)); if (size_overflow_p (buf_memsize)) goto out_of_memory_1; buf = (TCHAR_T *) malloc (buf_memsize); if (buf == NULL) goto out_of_memory_1; buf_malloced = buf; } if (resultbuf != NULL) { result = resultbuf; allocated = *lengthp; } else { result = NULL; allocated = 0; } length = 0; /* Invariants: result is either == resultbuf or == NULL or malloc-allocated. If length > 0, then result != NULL. */ /* Ensures that allocated >= needed. Aborts through a jump to out_of_memory if needed is SIZE_MAX or otherwise too big. */ #define ENSURE_ALLOCATION(needed) \ if ((needed) > allocated) \ { \ size_t memory_size; \ DCHAR_T *memory; \ \ allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \ if ((needed) > allocated) \ allocated = (needed); \ memory_size = xtimes (allocated, sizeof (DCHAR_T)); \ if (size_overflow_p (memory_size)) \ goto out_of_memory; \ if (result == resultbuf || result == NULL) \ memory = (DCHAR_T *) malloc (memory_size); \ else \ memory = (DCHAR_T *) realloc (result, memory_size); \ if (memory == NULL) \ goto out_of_memory; \ if (result == resultbuf && length > 0) \ DCHAR_CPY (memory, result, length); \ result = memory; \ } for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) { if (cp != dp->dir_start) { size_t n = dp->dir_start - cp; size_t augmented_length = xsum (length, n); ENSURE_ALLOCATION (augmented_length); /* This copies a piece of FCHAR_T[] into a DCHAR_T[]. Here we need that the format string contains only ASCII characters if FCHAR_T and DCHAR_T are not the same type. */ if (sizeof (FCHAR_T) == sizeof (DCHAR_T)) { DCHAR_CPY (result + length, (const DCHAR_T *) cp, n); length = augmented_length; } else { do result[length++] = (unsigned char) *cp++; while (--n > 0); } } if (i == d.count) break; /* Execute a single directive. */ if (dp->conversion == '%') { size_t augmented_length; if (!(dp->arg_index == ARG_NONE)) abort (); augmented_length = xsum (length, 1); ENSURE_ALLOCATION (augmented_length); result[length] = '%'; length = augmented_length; } else { if (!(dp->arg_index != ARG_NONE)) abort (); if (dp->conversion == 'n') { switch (a.arg[dp->arg_index].type) { case TYPE_COUNT_SCHAR_POINTER: *a.arg[dp->arg_index].a.a_count_schar_pointer = length; break; case TYPE_COUNT_SHORT_POINTER: *a.arg[dp->arg_index].a.a_count_short_pointer = length; break; case TYPE_COUNT_INT_POINTER: *a.arg[dp->arg_index].a.a_count_int_pointer = length; break; case TYPE_COUNT_LONGINT_POINTER: *a.arg[dp->arg_index].a.a_count_longint_pointer = length; break; #if HAVE_LONG_LONG_INT case TYPE_COUNT_LONGLONGINT_POINTER: *a.arg[dp->arg_index].a.a_count_longlongint_pointer = length; break; #endif default: abort (); } } #if ENABLE_UNISTDIO /* The unistdio extensions. */ else if (dp->conversion == 'U') { arg_type type = a.arg[dp->arg_index].type; int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 0; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } switch (type) { case TYPE_U8_STRING: { const uint8_t *arg = a.arg[dp->arg_index].a.a_u8_string; const uint8_t *arg_end; size_t characters; if (has_precision) { /* Use only PRECISION characters, from the left. */ arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count = u8_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of characters. */ arg_end = arg; characters = 0; for (;;) { int count = u8_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + u8_strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_UINT8_T { size_t n = arg_end - arg; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_CPY (result + length, arg, n); length += n; } # else { /* Convert. */ DCHAR_T *converted = result + length; size_t converted_len = allocated - length; # if DCHAR_IS_TCHAR /* Convert from UTF-8 to locale encoding. */ converted = u8_conv_to_encoding (locale_charset (), iconveh_question_mark, arg, arg_end - arg, NULL, converted, &converted_len); # else /* Convert from UTF-8 to UTF-16/UTF-32. */ converted = U8_TO_DCHAR (arg, arg_end - arg, converted, &converted_len); # endif if (converted == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } if (converted != result + length) { ENSURE_ALLOCATION (xsum (length, converted_len)); DCHAR_CPY (result + length, converted, converted_len); free (converted); } length += converted_len; } # endif if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } break; case TYPE_U16_STRING: { const uint16_t *arg = a.arg[dp->arg_index].a.a_u16_string; const uint16_t *arg_end; size_t characters; if (has_precision) { /* Use only PRECISION characters, from the left. */ arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count = u16_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of characters. */ arg_end = arg; characters = 0; for (;;) { int count = u16_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + u16_strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_UINT16_T { size_t n = arg_end - arg; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_CPY (result + length, arg, n); length += n; } # else { /* Convert. */ DCHAR_T *converted = result + length; size_t converted_len = allocated - length; # if DCHAR_IS_TCHAR /* Convert from UTF-16 to locale encoding. */ converted = u16_conv_to_encoding (locale_charset (), iconveh_question_mark, arg, arg_end - arg, NULL, converted, &converted_len); # else /* Convert from UTF-16 to UTF-8/UTF-32. */ converted = U16_TO_DCHAR (arg, arg_end - arg, converted, &converted_len); # endif if (converted == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } if (converted != result + length) { ENSURE_ALLOCATION (xsum (length, converted_len)); DCHAR_CPY (result + length, converted, converted_len); free (converted); } length += converted_len; } # endif if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } break; case TYPE_U32_STRING: { const uint32_t *arg = a.arg[dp->arg_index].a.a_u32_string; const uint32_t *arg_end; size_t characters; if (has_precision) { /* Use only PRECISION characters, from the left. */ arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count = u32_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of characters. */ arg_end = arg; characters = 0; for (;;) { int count = u32_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + u32_strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_UINT32_T { size_t n = arg_end - arg; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_CPY (result + length, arg, n); length += n; } # else { /* Convert. */ DCHAR_T *converted = result + length; size_t converted_len = allocated - length; # if DCHAR_IS_TCHAR /* Convert from UTF-32 to locale encoding. */ converted = u32_conv_to_encoding (locale_charset (), iconveh_question_mark, arg, arg_end - arg, NULL, converted, &converted_len); # else /* Convert from UTF-32 to UTF-8/UTF-16. */ converted = U32_TO_DCHAR (arg, arg_end - arg, converted, &converted_len); # endif if (converted == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } if (converted != result + length) { ENSURE_ALLOCATION (xsum (length, converted_len)); DCHAR_CPY (result + length, converted, converted_len); free (converted); } length += converted_len; } # endif if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } break; default: abort (); } } #endif #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && HAVE_WCHAR_T else if (dp->conversion == 's' # if WIDE_CHAR_VERSION && a.arg[dp->arg_index].type != TYPE_WIDE_STRING # else && a.arg[dp->arg_index].type == TYPE_WIDE_STRING # endif ) { /* The normal handling of the 's' directive below requires allocating a temporary buffer. The determination of its length (tmp_length), in the case when a precision is specified, below requires a conversion between a char[] string and a wchar_t[] wide string. It could be done, but we have no guarantee that the implementation of sprintf will use the exactly same algorithm. Without this guarantee, it is possible to have buffer overrun bugs. In order to avoid such bugs, we implement the entire processing of the 's' directive ourselves. */ int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 6; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } # if WIDE_CHAR_VERSION /* %s in vasnwprintf. See the specification of fwprintf. */ { const char *arg = a.arg[dp->arg_index].a.a_string; const char *arg_end; size_t characters; if (has_precision) { /* Use only as many bytes as needed to produce PRECISION wide characters, from the left. */ # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count; # if HAVE_MBRTOWC count = mbrlen (arg_end, MB_CUR_MAX, &state); # else count = mblen (arg_end, MB_CUR_MAX); # endif if (count == 0) /* Found the terminating NUL. */ break; if (count < 0) { /* Invalid or incomplete multibyte character. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of wide characters. */ # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; for (;;) { int count; # if HAVE_MBRTOWC count = mbrlen (arg_end, MB_CUR_MAX, &state); # else count = mblen (arg_end, MB_CUR_MAX); # endif if (count == 0) /* Found the terminating NUL. */ break; if (count < 0) { /* Invalid or incomplete multibyte character. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } if (has_precision || has_width) { /* We know the number of wide characters in advance. */ size_t remaining; # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif ENSURE_ALLOCATION (xsum (length, characters)); for (remaining = characters; remaining > 0; remaining--) { wchar_t wc; int count; # if HAVE_MBRTOWC count = mbrtowc (&wc, arg, arg_end - arg, &state); # else count = mbtowc (&wc, arg, arg_end - arg); # endif if (count <= 0) /* mbrtowc not consistent with mbrlen, or mbtowc not consistent with mblen. */ abort (); result[length++] = wc; arg += count; } if (!(arg == arg_end)) abort (); } else { # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif while (arg < arg_end) { wchar_t wc; int count; # if HAVE_MBRTOWC count = mbrtowc (&wc, arg, arg_end - arg, &state); # else count = mbtowc (&wc, arg, arg_end - arg); # endif if (count <= 0) /* mbrtowc not consistent with mbrlen, or mbtowc not consistent with mblen. */ abort (); ENSURE_ALLOCATION (xsum (length, 1)); result[length++] = wc; arg += count; } } if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } # else /* %ls in vasnprintf. See the specification of fprintf. */ { const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string; const wchar_t *arg_end; size_t characters; # if !DCHAR_IS_TCHAR /* This code assumes that TCHAR_T is 'char'. */ verify (sizeof (TCHAR_T) == 1); TCHAR_T *tmpsrc; DCHAR_T *tmpdst; size_t tmpdst_len; # endif size_t w; if (has_precision) { /* Use only as many wide characters as needed to produce at most PRECISION bytes, from the left. */ # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; while (precision > 0) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg_end == 0) /* Found the terminating null wide character. */ break; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg_end, &state); # else count = wctomb (cbuf, *arg_end); # endif if (count < 0) { /* Cannot convert. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } if (precision < count) break; arg_end++; characters += count; precision -= count; } } # if DCHAR_IS_TCHAR else if (has_width) # else else # endif { /* Use the entire string, and count the number of bytes. */ # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; for (;;) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg_end == 0) /* Found the terminating null wide character. */ break; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg_end, &state); # else count = wctomb (cbuf, *arg_end); # endif if (count < 0) { /* Cannot convert. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end++; characters += count; } } # if DCHAR_IS_TCHAR else { /* Use the entire string. */ arg_end = arg + local_wcslen (arg); /* The number of bytes doesn't matter. */ characters = 0; } # endif # if !DCHAR_IS_TCHAR /* Convert the string into a piece of temporary memory. */ tmpsrc = (TCHAR_T *) malloc (characters * sizeof (TCHAR_T)); if (tmpsrc == NULL) goto out_of_memory; { TCHAR_T *tmpptr = tmpsrc; size_t remaining; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif for (remaining = characters; remaining > 0; ) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg == 0) abort (); # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg, &state); # else count = wctomb (cbuf, *arg); # endif if (count <= 0) /* Inconsistency. */ abort (); memcpy (tmpptr, cbuf, count); tmpptr += count; arg++; remaining -= count; } if (!(arg == arg_end)) abort (); } /* Convert from TCHAR_T[] to DCHAR_T[]. */ tmpdst = DCHAR_CONV_FROM_ENCODING (locale_charset (), iconveh_question_mark, tmpsrc, characters, NULL, NULL, &tmpdst_len); if (tmpdst == NULL) { int saved_errno = errno; free (tmpsrc); if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } free (tmpsrc); # endif if (has_width) { # if ENABLE_UNISTDIO /* Outside POSIX, it's preferable to compare the width against the number of _characters_ of the converted value. */ w = DCHAR_MBSNLEN (result + length, characters); # else /* The width is compared against the number of _bytes_ of the converted value, says POSIX. */ w = characters; # endif } else /* w doesn't matter. */ w = 0; if (has_width && width > w && !(dp->flags & FLAG_LEFT)) { size_t n = width - w; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_TCHAR if (has_precision || has_width) { /* We know the number of bytes in advance. */ size_t remaining; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif ENSURE_ALLOCATION (xsum (length, characters)); for (remaining = characters; remaining > 0; ) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg == 0) abort (); # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg, &state); # else count = wctomb (cbuf, *arg); # endif if (count <= 0) /* Inconsistency. */ abort (); memcpy (result + length, cbuf, count); length += count; arg++; remaining -= count; } if (!(arg == arg_end)) abort (); } else { # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif while (arg < arg_end) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg == 0) abort (); # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg, &state); # else count = wctomb (cbuf, *arg); # endif if (count <= 0) { /* Cannot convert. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } ENSURE_ALLOCATION (xsum (length, count)); memcpy (result + length, cbuf, count); length += count; arg++; } } # else ENSURE_ALLOCATION (xsum (length, tmpdst_len)); DCHAR_CPY (result + length, tmpdst, tmpdst_len); free (tmpdst); length += tmpdst_len; # endif if (has_width && width > w && (dp->flags & FLAG_LEFT)) { size_t n = width - w; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } # endif } #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL else if ((dp->conversion == 'a' || dp->conversion == 'A') # if !(NEED_PRINTF_DIRECTIVE_A || (NEED_PRINTF_LONG_DOUBLE && NEED_PRINTF_DOUBLE)) && (0 # if NEED_PRINTF_DOUBLE || a.arg[dp->arg_index].type == TYPE_DOUBLE # endif # if NEED_PRINTF_LONG_DOUBLE || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE # endif ) # endif ) { arg_type type = a.arg[dp->arg_index].type; int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; size_t tmp_length; DCHAR_T tmpbuf[700]; DCHAR_T *tmp; DCHAR_T *pad_ptr; DCHAR_T *p; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 0; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } /* Allocate a temporary buffer of sufficient size. */ if (type == TYPE_LONGDOUBLE) tmp_length = (unsigned int) ((LDBL_DIG + 1) * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) ((DBL_DIG + 1) * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Account for sign, decimal point etc. */ tmp_length = xsum (tmp_length, 12); if (tmp_length < width) tmp_length = width; tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ if (tmp_length <= sizeof (tmpbuf) / sizeof (DCHAR_T)) tmp = tmpbuf; else { size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); if (size_overflow_p (tmp_memsize)) /* Overflow, would lead to out of memory. */ goto out_of_memory; tmp = (DCHAR_T *) malloc (tmp_memsize); if (tmp == NULL) /* Out of memory. */ goto out_of_memory; } pad_ptr = NULL; p = tmp; if (type == TYPE_LONGDOUBLE) { # if NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE long double arg = a.arg[dp->arg_index].a.a_longdouble; if (isnanl (arg)) { if (dp->conversion == 'A') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; DECL_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING (); if (signbit (arg)) /* arg < 0.0L or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0L && arg + arg == arg) { if (dp->conversion == 'A') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { int exponent; long double mantissa; if (arg > 0.0L) mantissa = printf_frexpl (arg, &exponent); else { exponent = 0; mantissa = 0.0L; } if (has_precision && precision < (unsigned int) ((LDBL_DIG + 1) * 0.831) + 1) { /* Round the mantissa. */ long double tail = mantissa; size_t q; for (q = precision; ; q--) { int digit = (int) tail; tail -= digit; if (q == 0) { if (digit & 1 ? tail >= 0.5L : tail > 0.5L) tail = 1 - tail; else tail = - tail; break; } tail *= 16.0L; } if (tail != 0.0L) for (q = precision; q > 0; q--) tail *= 0.0625L; mantissa += tail; } *p++ = '0'; *p++ = dp->conversion - 'A' + 'X'; pad_ptr = p; { int digit; digit = (int) mantissa; mantissa -= digit; *p++ = '0' + digit; if ((flags & FLAG_ALT) || mantissa > 0.0L || precision > 0) { *p++ = decimal_point_char (); /* This loop terminates because we assume that FLT_RADIX is a power of 2. */ while (mantissa > 0.0L) { mantissa *= 16.0L; digit = (int) mantissa; mantissa -= digit; *p++ = digit + (digit < 10 ? '0' : dp->conversion - 10); if (precision > 0) precision--; } while (precision > 0) { *p++ = '0'; precision--; } } } *p++ = dp->conversion - 'A' + 'P'; # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } END_LONG_DOUBLE_ROUNDING (); } # else abort (); # endif } else { # if NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_DOUBLE double arg = a.arg[dp->arg_index].a.a_double; if (isnand (arg)) { if (dp->conversion == 'A') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; if (signbit (arg)) /* arg < 0.0 or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0 && arg + arg == arg) { if (dp->conversion == 'A') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { int exponent; double mantissa; if (arg > 0.0) mantissa = printf_frexp (arg, &exponent); else { exponent = 0; mantissa = 0.0; } if (has_precision && precision < (unsigned int) ((DBL_DIG + 1) * 0.831) + 1) { /* Round the mantissa. */ double tail = mantissa; size_t q; for (q = precision; ; q--) { int digit = (int) tail; tail -= digit; if (q == 0) { if (digit & 1 ? tail >= 0.5 : tail > 0.5) tail = 1 - tail; else tail = - tail; break; } tail *= 16.0; } if (tail != 0.0) for (q = precision; q > 0; q--) tail *= 0.0625; mantissa += tail; } *p++ = '0'; *p++ = dp->conversion - 'A' + 'X'; pad_ptr = p; { int digit; digit = (int) mantissa; mantissa -= digit; *p++ = '0' + digit; if ((flags & FLAG_ALT) || mantissa > 0.0 || precision > 0) { *p++ = decimal_point_char (); /* This loop terminates because we assume that FLT_RADIX is a power of 2. */ while (mantissa > 0.0) { mantissa *= 16.0; digit = (int) mantissa; mantissa -= digit; *p++ = digit + (digit < 10 ? '0' : dp->conversion - 10); if (precision > 0) precision--; } while (precision > 0) { *p++ = '0'; precision--; } } } *p++ = dp->conversion - 'A' + 'P'; # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } } # else abort (); # endif } /* The generated string now extends from tmp to p, with the zero padding insertion point being at pad_ptr. */ if (has_width && p - tmp < width) { size_t pad = width - (p - tmp); DCHAR_T *end = p + pad; if (flags & FLAG_LEFT) { /* Pad with spaces on the right. */ for (; pad > 0; pad--) *p++ = ' '; } else if ((flags & FLAG_ZERO) && pad_ptr != NULL) { /* Pad with zeroes. */ DCHAR_T *q = end; while (p > pad_ptr) *--q = *--p; for (; pad > 0; pad--) *p++ = '0'; } else { /* Pad with spaces on the left. */ DCHAR_T *q = end; while (p > tmp) *--q = *--p; for (; pad > 0; pad--) *p++ = ' '; } p = end; } { size_t count = p - tmp; if (count >= tmp_length) /* tmp_length was incorrectly calculated - fix the code above! */ abort (); /* Make room for the result. */ if (count >= allocated - length) { size_t n = xsum (length, count); ENSURE_ALLOCATION (n); } /* Append the result. */ memcpy (result + length, tmp, count * sizeof (DCHAR_T)); if (tmp != tmpbuf) free (tmp); length += count; } } #endif #if (NEED_PRINTF_INFINITE_DOUBLE || NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE || NEED_PRINTF_LONG_DOUBLE) && !defined IN_LIBINTL else if ((dp->conversion == 'f' || dp->conversion == 'F' || dp->conversion == 'e' || dp->conversion == 'E' || dp->conversion == 'g' || dp->conversion == 'G' || dp->conversion == 'a' || dp->conversion == 'A') && (0 # if NEED_PRINTF_DOUBLE || a.arg[dp->arg_index].type == TYPE_DOUBLE # elif NEED_PRINTF_INFINITE_DOUBLE || (a.arg[dp->arg_index].type == TYPE_DOUBLE /* The systems (mingw) which produce wrong output for Inf, -Inf, and NaN also do so for -0.0. Therefore we treat this case here as well. */ && is_infinite_or_zero (a.arg[dp->arg_index].a.a_double)) # endif # if NEED_PRINTF_LONG_DOUBLE || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE # elif NEED_PRINTF_INFINITE_LONG_DOUBLE || (a.arg[dp->arg_index].type == TYPE_LONGDOUBLE /* Some systems produce wrong output for Inf, -Inf, and NaN. Some systems in this category (IRIX 5.3) also do so for -0.0. Therefore we treat this case here as well. */ && is_infinite_or_zerol (a.arg[dp->arg_index].a.a_longdouble)) # endif )) { # if (NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE) && (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE) arg_type type = a.arg[dp->arg_index].type; # endif int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; size_t tmp_length; DCHAR_T tmpbuf[700]; DCHAR_T *tmp; DCHAR_T *pad_ptr; DCHAR_T *p; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 0; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } /* POSIX specifies the default precision to be 6 for %f, %F, %e, %E, but not for %g, %G. Implementations appear to use the same default precision also for %g, %G. But for %a, %A, the default precision is 0. */ if (!has_precision) if (!(dp->conversion == 'a' || dp->conversion == 'A')) precision = 6; /* Allocate a temporary buffer of sufficient size. */ # if NEED_PRINTF_DOUBLE && NEED_PRINTF_LONG_DOUBLE tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); # elif NEED_PRINTF_INFINITE_DOUBLE && NEED_PRINTF_LONG_DOUBLE tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0); # elif NEED_PRINTF_LONG_DOUBLE tmp_length = LDBL_DIG + 1; # elif NEED_PRINTF_DOUBLE tmp_length = DBL_DIG + 1; # else tmp_length = 0; # endif if (tmp_length < precision) tmp_length = precision; # if NEED_PRINTF_LONG_DOUBLE # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE if (type == TYPE_LONGDOUBLE) # endif if (dp->conversion == 'f' || dp->conversion == 'F') { long double arg = a.arg[dp->arg_index].a.a_longdouble; if (!(isnanl (arg) || arg + arg == arg)) { /* arg is finite and nonzero. */ int exponent = floorlog10l (arg < 0 ? -arg : arg); if (exponent >= 0 && tmp_length < exponent + precision) tmp_length = exponent + precision; } } # endif # if NEED_PRINTF_DOUBLE # if NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE if (type == TYPE_DOUBLE) # endif if (dp->conversion == 'f' || dp->conversion == 'F') { double arg = a.arg[dp->arg_index].a.a_double; if (!(isnand (arg) || arg + arg == arg)) { /* arg is finite and nonzero. */ int exponent = floorlog10 (arg < 0 ? -arg : arg); if (exponent >= 0 && tmp_length < exponent + precision) tmp_length = exponent + precision; } } # endif /* Account for sign, decimal point etc. */ tmp_length = xsum (tmp_length, 12); if (tmp_length < width) tmp_length = width; tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ if (tmp_length <= sizeof (tmpbuf) / sizeof (DCHAR_T)) tmp = tmpbuf; else { size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); if (size_overflow_p (tmp_memsize)) /* Overflow, would lead to out of memory. */ goto out_of_memory; tmp = (DCHAR_T *) malloc (tmp_memsize); if (tmp == NULL) /* Out of memory. */ goto out_of_memory; } pad_ptr = NULL; p = tmp; # if NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE if (type == TYPE_LONGDOUBLE) # endif { long double arg = a.arg[dp->arg_index].a.a_longdouble; if (isnanl (arg)) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; DECL_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING (); if (signbit (arg)) /* arg < 0.0L or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0L && arg + arg == arg) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { # if NEED_PRINTF_LONG_DOUBLE pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { char *digits; size_t ndigits; digits = scale10_round_decimal_long_double (arg, precision); if (digits == NULL) { END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } ndigits = strlen (digits); if (ndigits > precision) do { --ndigits; *p++ = digits[ndigits]; } while (ndigits > precision); else *p++ = '0'; /* Here ndigits <= precision. */ if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > ndigits; precision--) *p++ = '0'; while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } else if (dp->conversion == 'e' || dp->conversion == 'E') { int exponent; if (arg == 0.0L) { exponent = 0; *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else { /* arg > 0.0L. */ int adjusted; char *digits; size_t ndigits; exponent = floorlog10l (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_long_double (arg, (int)precision - exponent); if (digits == NULL) { END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } ndigits = strlen (digits); if (ndigits == precision + 1) break; if (ndigits < precision || ndigits > precision + 2) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits == precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision+1. */ if (is_borderline (digits, precision)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_long_double (arg, (int)precision - exponent + 1); if (digits2 == NULL) { free (digits); END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } if (strlen (digits2) == precision + 1) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision+1. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } *p++ = dp->conversion; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', '.', '2', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+.2d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+.2d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } else if (dp->conversion == 'g' || dp->conversion == 'G') { if (precision == 0) precision = 1; /* precision >= 1. */ if (arg == 0.0L) /* The exponent is 0, >= -4, < precision. Use fixed-point notation. */ { size_t ndigits = precision; /* Number of trailing zeroes that have to be dropped. */ size_t nzeroes = (flags & FLAG_ALT ? 0 : precision - 1); --ndigits; *p++ = '0'; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = '0'; } } } else { /* arg > 0.0L. */ int exponent; int adjusted; char *digits; size_t ndigits; size_t nzeroes; exponent = floorlog10l (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_long_double (arg, (int)(precision - 1) - exponent); if (digits == NULL) { END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } ndigits = strlen (digits); if (ndigits == precision) break; if (ndigits < precision - 1 || ndigits > precision + 1) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits < precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision. */ if (is_borderline (digits, precision - 1)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_long_double (arg, (int)(precision - 1) - exponent + 1); if (digits2 == NULL) { free (digits); END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } if (strlen (digits2) == precision) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision. */ /* Determine the number of trailing zeroes that have to be dropped. */ nzeroes = 0; if ((flags & FLAG_ALT) == 0) while (nzeroes < ndigits && digits[nzeroes] == '0') nzeroes++; /* The exponent is now determined. */ if (exponent >= -4 && exponent < (long)precision) { /* Fixed-point notation: max(exponent,0)+1 digits, then the decimal point, then the remaining digits without trailing zeroes. */ if (exponent >= 0) { size_t count = exponent + 1; /* Note: count <= precision = ndigits. */ for (; count > 0; count--) *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { size_t count = -exponent - 1; *p++ = '0'; *p++ = decimal_point_char (); for (; count > 0; count--) *p++ = '0'; while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { /* Exponential notation. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', '.', '2', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+.2d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+.2d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } free (digits); } } else abort (); # else /* arg is finite. */ if (!(arg == 0.0L)) abort (); pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else if (dp->conversion == 'e' || dp->conversion == 'E') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } *p++ = dp->conversion; /* 'e' or 'E' */ *p++ = '+'; *p++ = '0'; *p++ = '0'; } else if (dp->conversion == 'g' || dp->conversion == 'G') { *p++ = '0'; if (flags & FLAG_ALT) { size_t ndigits = (precision > 0 ? precision - 1 : 0); *p++ = decimal_point_char (); for (; ndigits > 0; --ndigits) *p++ = '0'; } } else if (dp->conversion == 'a' || dp->conversion == 'A') { *p++ = '0'; *p++ = dp->conversion - 'A' + 'X'; pad_ptr = p; *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } *p++ = dp->conversion - 'A' + 'P'; *p++ = '+'; *p++ = '0'; } else abort (); # endif } END_LONG_DOUBLE_ROUNDING (); } } # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE else # endif # endif # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE { double arg = a.arg[dp->arg_index].a.a_double; if (isnand (arg)) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; if (signbit (arg)) /* arg < 0.0 or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0 && arg + arg == arg) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { # if NEED_PRINTF_DOUBLE pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { char *digits; size_t ndigits; digits = scale10_round_decimal_double (arg, precision); if (digits == NULL) goto out_of_memory; ndigits = strlen (digits); if (ndigits > precision) do { --ndigits; *p++ = digits[ndigits]; } while (ndigits > precision); else *p++ = '0'; /* Here ndigits <= precision. */ if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > ndigits; precision--) *p++ = '0'; while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } else if (dp->conversion == 'e' || dp->conversion == 'E') { int exponent; if (arg == 0.0) { exponent = 0; *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else { /* arg > 0.0. */ int adjusted; char *digits; size_t ndigits; exponent = floorlog10 (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_double (arg, (int)precision - exponent); if (digits == NULL) goto out_of_memory; ndigits = strlen (digits); if (ndigits == precision + 1) break; if (ndigits < precision || ndigits > precision + 2) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits == precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision+1. */ if (is_borderline (digits, precision)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_double (arg, (int)precision - exponent + 1); if (digits2 == NULL) { free (digits); goto out_of_memory; } if (strlen (digits2) == precision + 1) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision+1. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } *p++ = dp->conversion; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ { '%', '+', '.', '3', 'd', '\0' }; # else { '%', '+', '.', '2', 'd', '\0' }; # endif SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else { static const char decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ "%+.3d"; # else "%+.2d"; # endif if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, decimal_format, exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, decimal_format, exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } } # endif } else if (dp->conversion == 'g' || dp->conversion == 'G') { if (precision == 0) precision = 1; /* precision >= 1. */ if (arg == 0.0) /* The exponent is 0, >= -4, < precision. Use fixed-point notation. */ { size_t ndigits = precision; /* Number of trailing zeroes that have to be dropped. */ size_t nzeroes = (flags & FLAG_ALT ? 0 : precision - 1); --ndigits; *p++ = '0'; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = '0'; } } } else { /* arg > 0.0. */ int exponent; int adjusted; char *digits; size_t ndigits; size_t nzeroes; exponent = floorlog10 (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_double (arg, (int)(precision - 1) - exponent); if (digits == NULL) goto out_of_memory; ndigits = strlen (digits); if (ndigits == precision) break; if (ndigits < precision - 1 || ndigits > precision + 1) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits < precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision. */ if (is_borderline (digits, precision - 1)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_double (arg, (int)(precision - 1) - exponent + 1); if (digits2 == NULL) { free (digits); goto out_of_memory; } if (strlen (digits2) == precision) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision. */ /* Determine the number of trailing zeroes that have to be dropped. */ nzeroes = 0; if ((flags & FLAG_ALT) == 0) while (nzeroes < ndigits && digits[nzeroes] == '0') nzeroes++; /* The exponent is now determined. */ if (exponent >= -4 && exponent < (long)precision) { /* Fixed-point notation: max(exponent,0)+1 digits, then the decimal point, then the remaining digits without trailing zeroes. */ if (exponent >= 0) { size_t count = exponent + 1; /* Note: count <= precision = ndigits. */ for (; count > 0; count--) *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { size_t count = -exponent - 1; *p++ = '0'; *p++ = decimal_point_char (); for (; count > 0; count--) *p++ = '0'; while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { /* Exponential notation. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ { '%', '+', '.', '3', 'd', '\0' }; # else { '%', '+', '.', '2', 'd', '\0' }; # endif SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else { static const char decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ "%+.3d"; # else "%+.2d"; # endif if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, decimal_format, exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, decimal_format, exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } } # endif } free (digits); } } else abort (); # else /* arg is finite. */ if (!(arg == 0.0)) abort (); pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else if (dp->conversion == 'e' || dp->conversion == 'E') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } *p++ = dp->conversion; /* 'e' or 'E' */ *p++ = '+'; /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ *p++ = '0'; # endif *p++ = '0'; *p++ = '0'; } else if (dp->conversion == 'g' || dp->conversion == 'G') { *p++ = '0'; if (flags & FLAG_ALT) { size_t ndigits = (precision > 0 ? precision - 1 : 0); *p++ = decimal_point_char (); for (; ndigits > 0; --ndigits) *p++ = '0'; } } else abort (); # endif } } } # endif /* The generated string now extends from tmp to p, with the zero padding insertion point being at pad_ptr. */ if (has_width && p - tmp < width) { size_t pad = width - (p - tmp); DCHAR_T *end = p + pad; if (flags & FLAG_LEFT) { /* Pad with spaces on the right. */ for (; pad > 0; pad--) *p++ = ' '; } else if ((flags & FLAG_ZERO) && pad_ptr != NULL) { /* Pad with zeroes. */ DCHAR_T *q = end; while (p > pad_ptr) *--q = *--p; for (; pad > 0; pad--) *p++ = '0'; } else { /* Pad with spaces on the left. */ DCHAR_T *q = end; while (p > tmp) *--q = *--p; for (; pad > 0; pad--) *p++ = ' '; } p = end; } { size_t count = p - tmp; if (count >= tmp_length) /* tmp_length was incorrectly calculated - fix the code above! */ abort (); /* Make room for the result. */ if (count >= allocated - length) { size_t n = xsum (length, count); ENSURE_ALLOCATION (n); } /* Append the result. */ memcpy (result + length, tmp, count * sizeof (DCHAR_T)); if (tmp != tmpbuf) free (tmp); length += count; } } #endif else { arg_type type = a.arg[dp->arg_index].type; int flags = dp->flags; #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION int has_width; size_t width; #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || NEED_PRINTF_UNBOUNDED_PRECISION int has_precision; size_t precision; #endif #if NEED_PRINTF_UNBOUNDED_PRECISION int prec_ourselves; #else # define prec_ourselves 0 #endif #if NEED_PRINTF_FLAG_LEFTADJUST # define pad_ourselves 1 #elif !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION int pad_ourselves; #else # define pad_ourselves 0 #endif TCHAR_T *fbp; unsigned int prefix_count; int prefixes[2] IF_LINT (= { 0 }); int orig_errno; #if !USE_SNPRINTF size_t tmp_length; TCHAR_T tmpbuf[700]; TCHAR_T *tmp; #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || NEED_PRINTF_UNBOUNDED_PRECISION has_precision = 0; precision = 6; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } #endif /* Decide whether to handle the precision ourselves. */ #if NEED_PRINTF_UNBOUNDED_PRECISION switch (dp->conversion) { case 'd': case 'i': case 'u': case 'o': case 'x': case 'X': case 'p': prec_ourselves = has_precision && (precision > 0); break; default: prec_ourselves = 0; break; } #endif /* Decide whether to perform the padding ourselves. */ #if !NEED_PRINTF_FLAG_LEFTADJUST && (!DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION) switch (dp->conversion) { # if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO /* If we need conversion from TCHAR_T[] to DCHAR_T[], we need to perform the padding after this conversion. Functions with unistdio extensions perform the padding based on character count rather than element count. */ case 'c': case 's': # endif # if NEED_PRINTF_FLAG_ZERO case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': case 'a': case 'A': # endif pad_ourselves = 1; break; default: pad_ourselves = prec_ourselves; break; } #endif #if !USE_SNPRINTF /* Allocate a temporary buffer of sufficient size for calling sprintf. */ tmp_length = MAX_ROOM_NEEDED (&a, dp->arg_index, dp->conversion, type, flags, width, has_precision, precision, pad_ourselves); if (tmp_length <= sizeof (tmpbuf) / sizeof (TCHAR_T)) tmp = tmpbuf; else { size_t tmp_memsize = xtimes (tmp_length, sizeof (TCHAR_T)); if (size_overflow_p (tmp_memsize)) /* Overflow, would lead to out of memory. */ goto out_of_memory; tmp = (TCHAR_T *) malloc (tmp_memsize); if (tmp == NULL) /* Out of memory. */ goto out_of_memory; } #endif /* Construct the format string for calling snprintf or sprintf. */ fbp = buf; *fbp++ = '%'; #if NEED_PRINTF_FLAG_GROUPING /* The underlying implementation doesn't support the ' flag. Produce no grouping characters in this case; this is acceptable because the grouping is locale dependent. */ #else if (flags & FLAG_GROUP) *fbp++ = '\''; #endif if (flags & FLAG_LEFT) *fbp++ = '-'; if (flags & FLAG_SHOWSIGN) *fbp++ = '+'; if (flags & FLAG_SPACE) *fbp++ = ' '; if (flags & FLAG_ALT) *fbp++ = '#'; #if __GLIBC__ >= 2 && !defined __UCLIBC__ if (flags & FLAG_LOCALIZED) *fbp++ = 'I'; #endif if (!pad_ourselves) { if (flags & FLAG_ZERO) *fbp++ = '0'; if (dp->width_start != dp->width_end) { size_t n = dp->width_end - dp->width_start; /* The width specification is known to consist only of standard ASCII characters. */ if (sizeof (FCHAR_T) == sizeof (TCHAR_T)) { memcpy (fbp, dp->width_start, n * sizeof (TCHAR_T)); fbp += n; } else { const FCHAR_T *mp = dp->width_start; do *fbp++ = (unsigned char) *mp++; while (--n > 0); } } } if (!prec_ourselves) { if (dp->precision_start != dp->precision_end) { size_t n = dp->precision_end - dp->precision_start; /* The precision specification is known to consist only of standard ASCII characters. */ if (sizeof (FCHAR_T) == sizeof (TCHAR_T)) { memcpy (fbp, dp->precision_start, n * sizeof (TCHAR_T)); fbp += n; } else { const FCHAR_T *mp = dp->precision_start; do *fbp++ = (unsigned char) *mp++; while (--n > 0); } } } switch (type) { #if HAVE_LONG_LONG_INT case TYPE_LONGLONGINT: case TYPE_ULONGLONGINT: # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ *fbp++ = 'I'; *fbp++ = '6'; *fbp++ = '4'; break; # else *fbp++ = 'l'; /*FALLTHROUGH*/ # endif #endif case TYPE_LONGINT: case TYPE_ULONGINT: #if HAVE_WINT_T case TYPE_WIDE_CHAR: #endif #if HAVE_WCHAR_T case TYPE_WIDE_STRING: #endif *fbp++ = 'l'; break; case TYPE_LONGDOUBLE: *fbp++ = 'L'; break; default: break; } #if NEED_PRINTF_DIRECTIVE_F if (dp->conversion == 'F') *fbp = 'f'; else #endif *fbp = dp->conversion; #if USE_SNPRINTF # if !(((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && !defined __UCLIBC__) || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) fbp[1] = '%'; fbp[2] = 'n'; fbp[3] = '\0'; # else /* On glibc2 systems from glibc >= 2.3 - probably also older ones - we know that snprintf's return value conforms to ISO C 99: the tests gl_SNPRINTF_RETVAL_C99 and gl_SNPRINTF_TRUNCATION_C99 pass. Therefore we can avoid using %n in this situation. On glibc2 systems from 2004-10-18 or newer, the use of %n in format strings in writable memory may crash the program (if compiled with _FORTIFY_SOURCE=2), so we should avoid it in this situation. */ /* On native Windows systems (such as mingw), we can avoid using %n because: - Although the gl_SNPRINTF_TRUNCATION_C99 test fails, snprintf does not write more than the specified number of bytes. (snprintf (buf, 3, "%d %d", 4567, 89) writes '4', '5', '6' into buf, not '4', '5', '\0'.) - Although the gl_SNPRINTF_RETVAL_C99 test fails, snprintf allows us to recognize the case of an insufficient buffer size: it returns -1 in this case. On native Windows systems (such as mingw) where the OS is Windows Vista, the use of %n in format strings by default crashes the program. See and So we should avoid %n in this situation. */ fbp[1] = '\0'; # endif #else fbp[1] = '\0'; #endif /* Construct the arguments for calling snprintf or sprintf. */ prefix_count = 0; if (!pad_ourselves && dp->width_arg_index != ARG_NONE) { if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int; } if (!prec_ourselves && dp->precision_arg_index != ARG_NONE) { if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int; } #if USE_SNPRINTF /* The SNPRINTF result is appended after result[0..length]. The latter is an array of DCHAR_T; SNPRINTF appends an array of TCHAR_T to it. This is possible because sizeof (TCHAR_T) divides sizeof (DCHAR_T) and alignof (TCHAR_T) <= alignof (DCHAR_T). */ # define TCHARS_PER_DCHAR (sizeof (DCHAR_T) / sizeof (TCHAR_T)) /* Ensure that maxlen below will be >= 2. Needed on BeOS, where an snprintf() with maxlen==1 acts like sprintf(). */ ENSURE_ALLOCATION (xsum (length, (2 + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR)); /* Prepare checking whether snprintf returns the count via %n. */ *(TCHAR_T *) (result + length) = '\0'; #endif orig_errno = errno; for (;;) { int count = -1; #if USE_SNPRINTF int retcount = 0; size_t maxlen = allocated - length; /* SNPRINTF can fail if its second argument is > INT_MAX. */ if (maxlen > INT_MAX / TCHARS_PER_DCHAR) maxlen = INT_MAX / TCHARS_PER_DCHAR; maxlen = maxlen * TCHARS_PER_DCHAR; # define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ retcount = SNPRINTF ((TCHAR_T *) (result + length), \ maxlen, buf, \ arg, &count); \ break; \ case 1: \ retcount = SNPRINTF ((TCHAR_T *) (result + length), \ maxlen, buf, \ prefixes[0], arg, &count); \ break; \ case 2: \ retcount = SNPRINTF ((TCHAR_T *) (result + length), \ maxlen, buf, \ prefixes[0], prefixes[1], arg, \ &count); \ break; \ default: \ abort (); \ } #else # define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ count = sprintf (tmp, buf, arg); \ break; \ case 1: \ count = sprintf (tmp, buf, prefixes[0], arg); \ break; \ case 2: \ count = sprintf (tmp, buf, prefixes[0], prefixes[1],\ arg); \ break; \ default: \ abort (); \ } #endif errno = 0; switch (type) { case TYPE_SCHAR: { int arg = a.arg[dp->arg_index].a.a_schar; SNPRINTF_BUF (arg); } break; case TYPE_UCHAR: { unsigned int arg = a.arg[dp->arg_index].a.a_uchar; SNPRINTF_BUF (arg); } break; case TYPE_SHORT: { int arg = a.arg[dp->arg_index].a.a_short; SNPRINTF_BUF (arg); } break; case TYPE_USHORT: { unsigned int arg = a.arg[dp->arg_index].a.a_ushort; SNPRINTF_BUF (arg); } break; case TYPE_INT: { int arg = a.arg[dp->arg_index].a.a_int; SNPRINTF_BUF (arg); } break; case TYPE_UINT: { unsigned int arg = a.arg[dp->arg_index].a.a_uint; SNPRINTF_BUF (arg); } break; case TYPE_LONGINT: { long int arg = a.arg[dp->arg_index].a.a_longint; SNPRINTF_BUF (arg); } break; case TYPE_ULONGINT: { unsigned long int arg = a.arg[dp->arg_index].a.a_ulongint; SNPRINTF_BUF (arg); } break; #if HAVE_LONG_LONG_INT case TYPE_LONGLONGINT: { long long int arg = a.arg[dp->arg_index].a.a_longlongint; SNPRINTF_BUF (arg); } break; case TYPE_ULONGLONGINT: { unsigned long long int arg = a.arg[dp->arg_index].a.a_ulonglongint; SNPRINTF_BUF (arg); } break; #endif case TYPE_DOUBLE: { double arg = a.arg[dp->arg_index].a.a_double; SNPRINTF_BUF (arg); } break; case TYPE_LONGDOUBLE: { long double arg = a.arg[dp->arg_index].a.a_longdouble; SNPRINTF_BUF (arg); } break; case TYPE_CHAR: { int arg = a.arg[dp->arg_index].a.a_char; SNPRINTF_BUF (arg); } break; #if HAVE_WINT_T case TYPE_WIDE_CHAR: { wint_t arg = a.arg[dp->arg_index].a.a_wide_char; SNPRINTF_BUF (arg); } break; #endif case TYPE_STRING: { const char *arg = a.arg[dp->arg_index].a.a_string; SNPRINTF_BUF (arg); } break; #if HAVE_WCHAR_T case TYPE_WIDE_STRING: { const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string; SNPRINTF_BUF (arg); } break; #endif case TYPE_POINTER: { void *arg = a.arg[dp->arg_index].a.a_pointer; SNPRINTF_BUF (arg); } break; default: abort (); } #if USE_SNPRINTF /* Portability: Not all implementations of snprintf() are ISO C 99 compliant. Determine the number of bytes that snprintf() has produced or would have produced. */ if (count >= 0) { /* Verify that snprintf() has NUL-terminated its result. */ if (count < maxlen && ((TCHAR_T *) (result + length)) [count] != '\0') abort (); /* Portability hack. */ if (retcount > count) count = retcount; } else { /* snprintf() doesn't understand the '%n' directive. */ if (fbp[1] != '\0') { /* Don't use the '%n' directive; instead, look at the snprintf() return value. */ fbp[1] = '\0'; continue; } else { /* Look at the snprintf() return value. */ if (retcount < 0) { # if !HAVE_SNPRINTF_RETVAL_C99 /* HP-UX 10.20 snprintf() is doubly deficient: It doesn't understand the '%n' directive, *and* it returns -1 (rather than the length that would have been required) when the buffer is too small. But a failure at this point can also come from other reasons than a too small buffer, such as an invalid wide string argument to the %ls directive, or possibly an invalid floating-point argument. */ size_t tmp_length = MAX_ROOM_NEEDED (&a, dp->arg_index, dp->conversion, type, flags, width, has_precision, precision, pad_ourselves); if (maxlen < tmp_length) { /* Make more room. But try to do through this reallocation only once. */ size_t bigger_need = xsum (length, xsum (tmp_length, TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR); /* And always grow proportionally. (There may be several arguments, each needing a little more room than the previous one.) */ size_t bigger_need2 = xsum (xtimes (allocated, 2), 12); if (bigger_need < bigger_need2) bigger_need = bigger_need2; ENSURE_ALLOCATION (bigger_need); continue; } # endif } else count = retcount; } } #endif /* Attempt to handle failure. */ if (count < 0) { /* SNPRINTF or sprintf failed. Save and use the errno that it has set, if any. */ int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = (saved_errno != 0 ? saved_errno : (dp->conversion == 'c' || dp->conversion == 's' ? EILSEQ : EINVAL)); return NULL; } #if USE_SNPRINTF /* Handle overflow of the allocated buffer. If such an overflow occurs, a C99 compliant snprintf() returns a count >= maxlen. However, a non-compliant snprintf() function returns only count = maxlen - 1. To cover both cases, test whether count >= maxlen - 1. */ if ((unsigned int) count + 1 >= maxlen) { /* If maxlen already has attained its allowed maximum, allocating more memory will not increase maxlen. Instead of looping, bail out. */ if (maxlen == INT_MAX / TCHARS_PER_DCHAR) goto overflow; else { /* Need at least (count + 1) * sizeof (TCHAR_T) bytes. (The +1 is for the trailing NUL.) But ask for (count + 2) * sizeof (TCHAR_T) bytes, so that in the next round, we likely get maxlen > (unsigned int) count + 1 and so we don't get here again. And allocate proportionally, to avoid looping eternally if snprintf() reports a too small count. */ size_t n = xmax (xsum (length, ((unsigned int) count + 2 + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR), xtimes (allocated, 2)); ENSURE_ALLOCATION (n); continue; } } #endif #if NEED_PRINTF_UNBOUNDED_PRECISION if (prec_ourselves) { /* Handle the precision. */ TCHAR_T *prec_ptr = # if USE_SNPRINTF (TCHAR_T *) (result + length); # else tmp; # endif size_t prefix_count; size_t move; prefix_count = 0; /* Put the additional zeroes after the sign. */ if (count >= 1 && (*prec_ptr == '-' || *prec_ptr == '+' || *prec_ptr == ' ')) prefix_count = 1; /* Put the additional zeroes after the 0x prefix if (flags & FLAG_ALT) || (dp->conversion == 'p'). */ else if (count >= 2 && prec_ptr[0] == '0' && (prec_ptr[1] == 'x' || prec_ptr[1] == 'X')) prefix_count = 2; move = count - prefix_count; if (precision > move) { /* Insert zeroes. */ size_t insert = precision - move; TCHAR_T *prec_end; # if USE_SNPRINTF size_t n = xsum (length, (count + insert + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR); length += (count + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR; ENSURE_ALLOCATION (n); length -= (count + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR; prec_ptr = (TCHAR_T *) (result + length); # endif prec_end = prec_ptr + count; prec_ptr += prefix_count; while (prec_end > prec_ptr) { prec_end--; prec_end[insert] = prec_end[0]; } prec_end += insert; do *--prec_end = '0'; while (prec_end > prec_ptr); count += insert; } } #endif #if !USE_SNPRINTF if (count >= tmp_length) /* tmp_length was incorrectly calculated - fix the code above! */ abort (); #endif #if !DCHAR_IS_TCHAR /* Convert from TCHAR_T[] to DCHAR_T[]. */ if (dp->conversion == 'c' || dp->conversion == 's') { /* type = TYPE_CHAR or TYPE_WIDE_CHAR or TYPE_STRING TYPE_WIDE_STRING. The result string is not certainly ASCII. */ const TCHAR_T *tmpsrc; DCHAR_T *tmpdst; size_t tmpdst_len; /* This code assumes that TCHAR_T is 'char'. */ verify (sizeof (TCHAR_T) == 1); # if USE_SNPRINTF tmpsrc = (TCHAR_T *) (result + length); # else tmpsrc = tmp; # endif tmpdst = DCHAR_CONV_FROM_ENCODING (locale_charset (), iconveh_question_mark, tmpsrc, count, NULL, NULL, &tmpdst_len); if (tmpdst == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } ENSURE_ALLOCATION (xsum (length, tmpdst_len)); DCHAR_CPY (result + length, tmpdst, tmpdst_len); free (tmpdst); count = tmpdst_len; } else { /* The result string is ASCII. Simple 1:1 conversion. */ # if USE_SNPRINTF /* If sizeof (DCHAR_T) == sizeof (TCHAR_T), it's a no-op conversion, in-place on the array starting at (result + length). */ if (sizeof (DCHAR_T) != sizeof (TCHAR_T)) # endif { const TCHAR_T *tmpsrc; DCHAR_T *tmpdst; size_t n; # if USE_SNPRINTF if (result == resultbuf) { tmpsrc = (TCHAR_T *) (result + length); /* ENSURE_ALLOCATION will not move tmpsrc (because it's part of resultbuf). */ ENSURE_ALLOCATION (xsum (length, count)); } else { /* ENSURE_ALLOCATION will move the array (because it uses realloc(). */ ENSURE_ALLOCATION (xsum (length, count)); tmpsrc = (TCHAR_T *) (result + length); } # else tmpsrc = tmp; ENSURE_ALLOCATION (xsum (length, count)); # endif tmpdst = result + length; /* Copy backwards, because of overlapping. */ tmpsrc += count; tmpdst += count; for (n = count; n > 0; n--) *--tmpdst = (unsigned char) *--tmpsrc; } } #endif #if DCHAR_IS_TCHAR && !USE_SNPRINTF /* Make room for the result. */ if (count > allocated - length) { /* Need at least count elements. But allocate proportionally. */ size_t n = xmax (xsum (length, count), xtimes (allocated, 2)); ENSURE_ALLOCATION (n); } #endif /* Here count <= allocated - length. */ /* Perform padding. */ #if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION if (pad_ourselves && has_width) { size_t w; # if ENABLE_UNISTDIO /* Outside POSIX, it's preferable to compare the width against the number of _characters_ of the converted value. */ w = DCHAR_MBSNLEN (result + length, count); # else /* The width is compared against the number of _bytes_ of the converted value, says POSIX. */ w = count; # endif if (w < width) { size_t pad = width - w; /* Make room for the result. */ if (xsum (count, pad) > allocated - length) { /* Need at least count + pad elements. But allocate proportionally. */ size_t n = xmax (xsum3 (length, count, pad), xtimes (allocated, 2)); # if USE_SNPRINTF length += count; ENSURE_ALLOCATION (n); length -= count; # else ENSURE_ALLOCATION (n); # endif } /* Here count + pad <= allocated - length. */ { # if !DCHAR_IS_TCHAR || USE_SNPRINTF DCHAR_T * const rp = result + length; # else DCHAR_T * const rp = tmp; # endif DCHAR_T *p = rp + count; DCHAR_T *end = p + pad; DCHAR_T *pad_ptr; # if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO if (dp->conversion == 'c' || dp->conversion == 's') /* No zero-padding for string directives. */ pad_ptr = NULL; else # endif { pad_ptr = (*rp == '-' ? rp + 1 : rp); /* No zero-padding of "inf" and "nan". */ if ((*pad_ptr >= 'A' && *pad_ptr <= 'Z') || (*pad_ptr >= 'a' && *pad_ptr <= 'z')) pad_ptr = NULL; } /* The generated string now extends from rp to p, with the zero padding insertion point being at pad_ptr. */ count = count + pad; /* = end - rp */ if (flags & FLAG_LEFT) { /* Pad with spaces on the right. */ for (; pad > 0; pad--) *p++ = ' '; } else if ((flags & FLAG_ZERO) && pad_ptr != NULL) { /* Pad with zeroes. */ DCHAR_T *q = end; while (p > pad_ptr) *--q = *--p; for (; pad > 0; pad--) *p++ = '0'; } else { /* Pad with spaces on the left. */ DCHAR_T *q = end; while (p > rp) *--q = *--p; for (; pad > 0; pad--) *p++ = ' '; } } } } #endif /* Here still count <= allocated - length. */ #if !DCHAR_IS_TCHAR || USE_SNPRINTF /* The snprintf() result did fit. */ #else /* Append the sprintf() result. */ memcpy (result + length, tmp, count * sizeof (DCHAR_T)); #endif #if !USE_SNPRINTF if (tmp != tmpbuf) free (tmp); #endif #if NEED_PRINTF_DIRECTIVE_F if (dp->conversion == 'F') { /* Convert the %f result to upper case for %F. */ DCHAR_T *rp = result + length; size_t rc; for (rc = count; rc > 0; rc--, rp++) if (*rp >= 'a' && *rp <= 'z') *rp = *rp - 'a' + 'A'; } #endif length += count; break; } errno = orig_errno; #undef pad_ourselves #undef prec_ourselves } } } /* Add the final NUL. */ ENSURE_ALLOCATION (xsum (length, 1)); result[length] = '\0'; if (result != resultbuf && length + 1 < allocated) { /* Shrink the allocated memory if possible. */ DCHAR_T *memory; memory = (DCHAR_T *) realloc (result, (length + 1) * sizeof (DCHAR_T)); if (memory != NULL) result = memory; } if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); *lengthp = length; /* Note that we can produce a big string of a length > INT_MAX. POSIX says that snprintf() fails with errno = EOVERFLOW in this case, but that's only because snprintf() returns an 'int'. This function does not have this limitation. */ return result; #if USE_SNPRINTF overflow: if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EOVERFLOW; return NULL; #endif out_of_memory: if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); out_of_memory_1: CLEANUP (); errno = ENOMEM; return NULL; } } #undef MAX_ROOM_NEEDED #undef TCHARS_PER_DCHAR #undef SNPRINTF #undef USE_SNPRINTF #undef DCHAR_SET #undef DCHAR_CPY #undef PRINTF_PARSE #undef DIRECTIVES #undef DIRECTIVE #undef DCHAR_IS_TCHAR #undef TCHAR_T #undef DCHAR_T #undef FCHAR_T #undef VASNPRINTF gsasl-1.8.0/lib/gl/stdio.in.h0000664000000000000000000014024511754207050012601 00000000000000/* A GNU-like . Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_FILE || defined __need___FILE || defined _GL_ALREADY_INCLUDING_STDIO_H /* Special invocation convention: - Inside glibc header files. - On OSF/1 5.1 we have a sequence of nested includes -> -> -> -> -> -> -> . In this situation, the functions are not yet declared, therefore we cannot provide the C++ aliases. */ #@INCLUDE_NEXT@ @NEXT_STDIO_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_STDIO_H #define _GL_ALREADY_INCLUDING_STDIO_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDIO_H@ #undef _GL_ALREADY_INCLUDING_STDIO_H #ifndef _@GUARD_PREFIX@_STDIO_H #define _@GUARD_PREFIX@_STDIO_H /* Get va_list. Needed on many systems, including glibc 2.8. */ #include #include /* Get off_t and ssize_t. Needed on many systems, including glibc 2.8 and eglibc 2.11.2. May also define off_t to a 64-bit type on native Windows. */ #include /* The __attribute__ feature is available in gcc versions 2.5 and later. The __-protected variants of the attributes 'format' and 'printf' are accepted by gcc versions 2.6.4 (effectively 2.7) and later. We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because gnulib and libintl do '#define printf __printf__' when they override the 'printf' function. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) #else # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ #endif /* _GL_ATTRIBUTE_FORMAT_PRINTF indicates to GCC that the function takes a format string and arguments, where the format string directives are the ones standardized by ISO C99 and POSIX. */ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument)) #else # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) #endif /* _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_PRINTF, except that it indicates to GCC that the supported format string directives are the ones of the system printf(), rather than the ones standardized by ISO C99 and POSIX. */ #define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) /* _GL_ATTRIBUTE_FORMAT_SCANF indicates to GCC that the function takes a format string and arguments, where the format string directives are the ones standardized by ISO C99 and POSIX. */ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__gnu_scanf__, formatstring_parameter, first_argument)) #else # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) #endif /* _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_SCANF, except that it indicates to GCC that the supported format string directives are the ones of the system scanf(), rather than the ones standardized by ISO C99 and POSIX. */ #define _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) /* Solaris 10 declares renameat in , not in . */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_RENAMEAT@ || defined GNULIB_POSIXCHECK) && defined __sun \ && ! defined __GLIBC__ # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Macros for stringification. */ #define _GL_STDIO_STRINGIZE(token) #token #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token) #if @GNULIB_DPRINTF@ # if @REPLACE_DPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dprintf rpl_dprintf # endif _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); # else # if !@HAVE_DPRINTF@ _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); # endif _GL_CXXALIASWARN (dprintf); #elif defined GNULIB_POSIXCHECK # undef dprintf # if HAVE_RAW_DECL_DPRINTF _GL_WARN_ON_USE (dprintf, "dprintf is unportable - " "use gnulib module dprintf for portability"); # endif #endif #if @GNULIB_FCLOSE@ /* Close STREAM and its underlying file descriptor. */ # if @REPLACE_FCLOSE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fclose rpl_fclose # endif _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fclose, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); # endif _GL_CXXALIASWARN (fclose); #elif defined GNULIB_POSIXCHECK # undef fclose /* Assume fclose is always declared. */ _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - " "use gnulib module fclose for portable POSIX compliance"); #endif #if @GNULIB_FDOPEN@ # if @REPLACE_FDOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fdopen # define fdopen rpl_fdopen # endif _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); # else _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); # endif _GL_CXXALIASWARN (fdopen); #elif defined GNULIB_POSIXCHECK # undef fdopen /* Assume fdopen is always declared. */ _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - " "use gnulib module fdopen for portability"); #endif #if @GNULIB_FFLUSH@ /* Flush all pending data on STREAM according to POSIX rules. Both output and seekable input streams are supported. Note! LOSS OF DATA can occur if fflush is applied on an input stream that is _not_seekable_ or on an update stream that is _not_seekable_ and in which the most recent operation was input. Seekability can be tested with lseek(fileno(fp),0,SEEK_CUR). */ # if @REPLACE_FFLUSH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fflush rpl_fflush # endif _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); # else _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); # endif _GL_CXXALIASWARN (fflush); #elif defined GNULIB_POSIXCHECK # undef fflush /* Assume fflush is always declared. */ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - " "use gnulib module fflush for portable POSIX compliance"); #endif #if @GNULIB_FGETC@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fgetc # define fgetc rpl_fgetc # endif _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); # endif _GL_CXXALIASWARN (fgetc); #endif #if @GNULIB_FGETS@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fgets # define fgets rpl_fgets # endif _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream) _GL_ARG_NONNULL ((1, 3))); _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream)); # else _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); # endif _GL_CXXALIASWARN (fgets); #endif #if @GNULIB_FOPEN@ # if @REPLACE_FOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fopen # define fopen rpl_fopen # endif _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); # else _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); # endif _GL_CXXALIASWARN (fopen); #elif defined GNULIB_POSIXCHECK # undef fopen /* Assume fopen is always declared. */ _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - " "use gnulib module fopen for portability"); #endif #if @GNULIB_FPRINTF_POSIX@ || @GNULIB_FPRINTF@ # if (@GNULIB_FPRINTF_POSIX@ && @REPLACE_FPRINTF@) \ || (@GNULIB_FPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fprintf rpl_fprintf # endif # define GNULIB_overrides_fprintf 1 # if @GNULIB_FPRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # else _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...)); # else _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); # endif _GL_CXXALIASWARN (fprintf); #endif #if !@GNULIB_FPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_fprintf # undef fprintf # endif /* Assume fprintf is always declared. */ _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - " "use gnulib module fprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_FPURGE@ /* Discard all pending buffered I/O data on STREAM. STREAM must not be wide-character oriented. When discarding pending output, the file position is set back to where it was before the write calls. When discarding pending input, the file position is advanced to match the end of the previously read input. Return 0 if successful. Upon error, return -1 and set errno. */ # if @REPLACE_FPURGE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fpurge rpl_fpurge # endif _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream)); # else # if !@HAVE_DECL_FPURGE@ _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream)); # endif _GL_CXXALIASWARN (fpurge); #elif defined GNULIB_POSIXCHECK # undef fpurge # if HAVE_RAW_DECL_FPURGE _GL_WARN_ON_USE (fpurge, "fpurge is not always present - " "use gnulib module fpurge for portability"); # endif #endif #if @GNULIB_FPUTC@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fputc # define fputc rpl_fputc # endif _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream)); # else _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream)); # endif _GL_CXXALIASWARN (fputc); #endif #if @GNULIB_FPUTS@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fputs # define fputs rpl_fputs # endif _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream)); # else _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream)); # endif _GL_CXXALIASWARN (fputs); #endif #if @GNULIB_FREAD@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fread # define fread rpl_fread # endif _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream) _GL_ARG_NONNULL ((4))); _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); # else _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); # endif _GL_CXXALIASWARN (fread); #endif #if @GNULIB_FREOPEN@ # if @REPLACE_FREOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef freopen # define freopen rpl_freopen # endif _GL_FUNCDECL_RPL (freopen, FILE *, (const char *filename, const char *mode, FILE *stream) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (freopen, FILE *, (const char *filename, const char *mode, FILE *stream)); # else _GL_CXXALIAS_SYS (freopen, FILE *, (const char *filename, const char *mode, FILE *stream)); # endif _GL_CXXALIASWARN (freopen); #elif defined GNULIB_POSIXCHECK # undef freopen /* Assume freopen is always declared. */ _GL_WARN_ON_USE (freopen, "freopen on native Windows platforms is not POSIX compliant - " "use gnulib module freopen for portability"); #endif #if @GNULIB_FSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fscanf # define fscanf rpl_fscanf # endif _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...)); # else _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...)); # endif _GL_CXXALIASWARN (fscanf); #endif /* Set up the following warnings, based on which modules are in use. GNU Coding Standards discourage the use of fseek, since it imposes an arbitrary limitation on some 32-bit hosts. Remember that the fseek module depends on the fseeko module, so we only have three cases to consider: 1. The developer is not using either module. Issue a warning under GNULIB_POSIXCHECK for both functions, to remind them that both functions have bugs on some systems. _GL_NO_LARGE_FILES has no impact on this warning. 2. The developer is using both modules. They may be unaware of the arbitrary limitations of fseek, so issue a warning under GNULIB_POSIXCHECK. On the other hand, they may be using both modules intentionally, so the developer can define _GL_NO_LARGE_FILES in the compilation units where the use of fseek is safe, to silence the warning. 3. The developer is using the fseeko module, but not fseek. Gnulib guarantees that fseek will still work around platform bugs in that case, but we presume that the developer is aware of the pitfalls of fseek and was trying to avoid it, so issue a warning even when GNULIB_POSIXCHECK is undefined. Again, _GL_NO_LARGE_FILES can be defined to silence the warning in particular compilation units. In C++ compilations with GNULIB_NAMESPACE, in order to avoid that fseek gets defined as a macro, it is recommended that the developer uses the fseek module, even if he is not calling the fseek function. Most gnulib clients that perform stream operations should fall into category 3. */ #if @GNULIB_FSEEK@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES # define _GL_FSEEK_WARN /* Category 2, above. */ # undef fseek # endif # if @REPLACE_FSEEK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fseek # define fseek rpl_fseek # endif _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); # else _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); # endif _GL_CXXALIASWARN (fseek); #endif #if @GNULIB_FSEEKO@ # if !@GNULIB_FSEEK@ && !defined _GL_NO_LARGE_FILES # define _GL_FSEEK_WARN /* Category 3, above. */ # undef fseek # endif # if @REPLACE_FSEEKO@ /* Provide an fseeko function that is aware of a preceding fflush(), and which detects pipes. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fseeko # define fseeko rpl_fseeko # endif _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); # else # if ! @HAVE_DECL_FSEEKO@ _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); # endif _GL_CXXALIASWARN (fseeko); #elif defined GNULIB_POSIXCHECK # define _GL_FSEEK_WARN /* Category 1, above. */ # undef fseek # undef fseeko # if HAVE_RAW_DECL_FSEEKO _GL_WARN_ON_USE (fseeko, "fseeko is unportable - " "use gnulib module fseeko for portability"); # endif #endif #ifdef _GL_FSEEK_WARN # undef _GL_FSEEK_WARN /* Here, either fseek is undefined (but C89 guarantees that it is declared), or it is defined as rpl_fseek (declared above). */ _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB " "on 32-bit platforms - " "use fseeko function for handling of large files"); #endif /* ftell, ftello. See the comments on fseek/fseeko. */ #if @GNULIB_FTELL@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES # define _GL_FTELL_WARN /* Category 2, above. */ # undef ftell # endif # if @REPLACE_FTELL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftell # define ftell rpl_ftell # endif _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); # else _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); # endif _GL_CXXALIASWARN (ftell); #endif #if @GNULIB_FTELLO@ # if !@GNULIB_FTELL@ && !defined _GL_NO_LARGE_FILES # define _GL_FTELL_WARN /* Category 3, above. */ # undef ftell # endif # if @REPLACE_FTELLO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftello # define ftello rpl_ftello # endif _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp)); # else # if ! @HAVE_DECL_FTELLO@ _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp)); # endif _GL_CXXALIASWARN (ftello); #elif defined GNULIB_POSIXCHECK # define _GL_FTELL_WARN /* Category 1, above. */ # undef ftell # undef ftello # if HAVE_RAW_DECL_FTELLO _GL_WARN_ON_USE (ftello, "ftello is unportable - " "use gnulib module ftello for portability"); # endif #endif #ifdef _GL_FTELL_WARN # undef _GL_FTELL_WARN /* Here, either ftell is undefined (but C89 guarantees that it is declared), or it is defined as rpl_ftell (declared above). */ _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB " "on 32-bit platforms - " "use ftello function for handling of large files"); #endif #if @GNULIB_FWRITE@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fwrite # define fwrite rpl_fwrite # endif _GL_FUNCDECL_RPL (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream) _GL_ARG_NONNULL ((1, 4))); _GL_CXXALIAS_RPL (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream)); # else _GL_CXXALIAS_SYS (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream)); /* Work around glibc bug 11959 , which sometimes causes an unwanted diagnostic for fwrite calls. This affects only function declaration attributes, so it's not needed for C++. */ # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL static inline size_t _GL_ARG_NONNULL ((1, 4)) rpl_fwrite (const void *ptr, size_t s, size_t n, FILE *stream) { size_t r = fwrite (ptr, s, n, stream); (void) r; return r; } # undef fwrite # define fwrite rpl_fwrite # endif # endif _GL_CXXALIASWARN (fwrite); #endif #if @GNULIB_GETC@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getc # define getc rpl_fgetc # endif _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (getc, int, (FILE *stream)); # endif _GL_CXXALIASWARN (getc); #endif #if @GNULIB_GETCHAR@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getchar # define getchar rpl_getchar # endif _GL_FUNCDECL_RPL (getchar, int, (void)); _GL_CXXALIAS_RPL (getchar, int, (void)); # else _GL_CXXALIAS_SYS (getchar, int, (void)); # endif _GL_CXXALIASWARN (getchar); #endif #if @GNULIB_GETDELIM@ /* Read input, up to (and including) the next occurrence of DELIMITER, from STREAM, store it in *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE bytes of space. It is realloc'd as necessary. Return the number of bytes read and stored at *LINEPTR (not including the NUL terminator), or -1 on error or EOF. */ # if @REPLACE_GETDELIM@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getdelim # define getdelim rpl_getdelim # endif _GL_FUNCDECL_RPL (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream) _GL_ARG_NONNULL ((1, 2, 4))); _GL_CXXALIAS_RPL (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream)); # else # if !@HAVE_DECL_GETDELIM@ _GL_FUNCDECL_SYS (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream) _GL_ARG_NONNULL ((1, 2, 4))); # endif _GL_CXXALIAS_SYS (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream)); # endif _GL_CXXALIASWARN (getdelim); #elif defined GNULIB_POSIXCHECK # undef getdelim # if HAVE_RAW_DECL_GETDELIM _GL_WARN_ON_USE (getdelim, "getdelim is unportable - " "use gnulib module getdelim for portability"); # endif #endif #if @GNULIB_GETLINE@ /* Read a line, up to (and including) the next newline, from STREAM, store it in *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE bytes of space. It is realloc'd as necessary. Return the number of bytes read and stored at *LINEPTR (not including the NUL terminator), or -1 on error or EOF. */ # if @REPLACE_GETLINE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getline # define getline rpl_getline # endif _GL_FUNCDECL_RPL (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream) _GL_ARG_NONNULL ((1, 2, 3))); _GL_CXXALIAS_RPL (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream)); # else # if !@HAVE_DECL_GETLINE@ _GL_FUNCDECL_SYS (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream) _GL_ARG_NONNULL ((1, 2, 3))); # endif _GL_CXXALIAS_SYS (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream)); # endif # if @HAVE_DECL_GETLINE@ _GL_CXXALIASWARN (getline); # endif #elif defined GNULIB_POSIXCHECK # undef getline # if HAVE_RAW_DECL_GETLINE _GL_WARN_ON_USE (getline, "getline is unportable - " "use gnulib module getline for portability"); # endif #endif /* It is very rare that the developer ever has full control of stdin, so any use of gets warrants an unconditional warning; besides, C11 removed it. */ #undef gets #if HAVE_RAW_DECL_GETS _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ struct obstack; /* Grow an obstack with formatted output. Return the number of bytes added to OBS. No trailing nul byte is added, and the object should be closed with obstack_finish before use. Upon memory allocation error, call obstack_alloc_failed_handler. Upon other error, return -1. */ # if @REPLACE_OBSTACK_PRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define obstack_printf rpl_obstack_printf # endif _GL_FUNCDECL_RPL (obstack_printf, int, (struct obstack *obs, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (obstack_printf, int, (struct obstack *obs, const char *format, ...)); # else # if !@HAVE_DECL_OBSTACK_PRINTF@ _GL_FUNCDECL_SYS (obstack_printf, int, (struct obstack *obs, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (obstack_printf, int, (struct obstack *obs, const char *format, ...)); # endif _GL_CXXALIASWARN (obstack_printf); # if @REPLACE_OBSTACK_PRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define obstack_vprintf rpl_obstack_vprintf # endif _GL_FUNCDECL_RPL (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args)); # else # if !@HAVE_DECL_OBSTACK_PRINTF@ _GL_FUNCDECL_SYS (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args)); # endif _GL_CXXALIASWARN (obstack_vprintf); #endif #if @GNULIB_PCLOSE@ # if !@HAVE_PCLOSE@ _GL_FUNCDECL_SYS (pclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (pclose, int, (FILE *stream)); _GL_CXXALIASWARN (pclose); #elif defined GNULIB_POSIXCHECK # undef pclose # if HAVE_RAW_DECL_PCLOSE _GL_WARN_ON_USE (pclose, "pclose is unportable - " "use gnulib module pclose for more portability"); # endif #endif #if @GNULIB_PERROR@ /* Print a message to standard error, describing the value of ERRNO, (if STRING is not NULL and not empty) prefixed with STRING and ": ", and terminated with a newline. */ # if @REPLACE_PERROR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define perror rpl_perror # endif _GL_FUNCDECL_RPL (perror, void, (const char *string)); _GL_CXXALIAS_RPL (perror, void, (const char *string)); # else _GL_CXXALIAS_SYS (perror, void, (const char *string)); # endif _GL_CXXALIASWARN (perror); #elif defined GNULIB_POSIXCHECK # undef perror /* Assume perror is always declared. */ _GL_WARN_ON_USE (perror, "perror is not always POSIX compliant - " "use gnulib module perror for portability"); #endif #if @GNULIB_POPEN@ # if @REPLACE_POPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef popen # define popen rpl_popen # endif _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); # else # if !@HAVE_POPEN@ _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); # endif _GL_CXXALIASWARN (popen); #elif defined GNULIB_POSIXCHECK # undef popen # if HAVE_RAW_DECL_POPEN _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - " "use gnulib module popen or pipe for more portability"); # endif #endif #if @GNULIB_PRINTF_POSIX@ || @GNULIB_PRINTF@ # if (@GNULIB_PRINTF_POSIX@ && @REPLACE_PRINTF@) \ || (@GNULIB_PRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if defined __GNUC__ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) /* Don't break __attribute__((format(printf,M,N))). */ # define printf __printf__ # endif # if @GNULIB_PRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL_1 (__printf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) _GL_ARG_NONNULL ((1))); # else _GL_FUNCDECL_RPL_1 (__printf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...)); # else # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define printf rpl_printf # endif _GL_FUNCDECL_RPL (printf, int, (const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (printf, int, (const char *format, ...)); # endif # define GNULIB_overrides_printf 1 # else _GL_CXXALIAS_SYS (printf, int, (const char *format, ...)); # endif _GL_CXXALIASWARN (printf); #endif #if !@GNULIB_PRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_printf # undef printf # endif /* Assume printf is always declared. */ _GL_WARN_ON_USE (printf, "printf is not always POSIX compliant - " "use gnulib module printf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_PUTC@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putc # define putc rpl_fputc # endif _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream)); # else _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream)); # endif _GL_CXXALIASWARN (putc); #endif #if @GNULIB_PUTCHAR@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putchar # define putchar rpl_putchar # endif _GL_FUNCDECL_RPL (putchar, int, (int c)); _GL_CXXALIAS_RPL (putchar, int, (int c)); # else _GL_CXXALIAS_SYS (putchar, int, (int c)); # endif _GL_CXXALIASWARN (putchar); #endif #if @GNULIB_PUTS@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef puts # define puts rpl_puts # endif _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (puts, int, (const char *string)); # else _GL_CXXALIAS_SYS (puts, int, (const char *string)); # endif _GL_CXXALIASWARN (puts); #endif #if @GNULIB_REMOVE@ # if @REPLACE_REMOVE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef remove # define remove rpl_remove # endif _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (remove, int, (const char *name)); # else _GL_CXXALIAS_SYS (remove, int, (const char *name)); # endif _GL_CXXALIASWARN (remove); #elif defined GNULIB_POSIXCHECK # undef remove /* Assume remove is always declared. */ _GL_WARN_ON_USE (remove, "remove cannot handle directories on some platforms - " "use gnulib module remove for more portability"); #endif #if @GNULIB_RENAME@ # if @REPLACE_RENAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef rename # define rename rpl_rename # endif _GL_FUNCDECL_RPL (rename, int, (const char *old_filename, const char *new_filename) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (rename, int, (const char *old_filename, const char *new_filename)); # else _GL_CXXALIAS_SYS (rename, int, (const char *old_filename, const char *new_filename)); # endif _GL_CXXALIASWARN (rename); #elif defined GNULIB_POSIXCHECK # undef rename /* Assume rename is always declared. */ _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - " "use gnulib module rename for more portability"); #endif #if @GNULIB_RENAMEAT@ # if @REPLACE_RENAMEAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef renameat # define renameat rpl_renameat # endif _GL_FUNCDECL_RPL (renameat, int, (int fd1, char const *file1, int fd2, char const *file2) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (renameat, int, (int fd1, char const *file1, int fd2, char const *file2)); # else # if !@HAVE_RENAMEAT@ _GL_FUNCDECL_SYS (renameat, int, (int fd1, char const *file1, int fd2, char const *file2) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (renameat, int, (int fd1, char const *file1, int fd2, char const *file2)); # endif _GL_CXXALIASWARN (renameat); #elif defined GNULIB_POSIXCHECK # undef renameat # if HAVE_RAW_DECL_RENAMEAT _GL_WARN_ON_USE (renameat, "renameat is not portable - " "use gnulib module renameat for portability"); # endif #endif #if @GNULIB_SCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if defined __GNUC__ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef scanf /* Don't break __attribute__((format(scanf,M,N))). */ # define scanf __scanf__ # endif _GL_FUNCDECL_RPL_1 (__scanf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_scanf)) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...)); # else # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef scanf # define scanf rpl_scanf # endif _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...)); # endif # else _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...)); # endif _GL_CXXALIASWARN (scanf); #endif #if @GNULIB_SNPRINTF@ # if @REPLACE_SNPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define snprintf rpl_snprintf # endif _GL_FUNCDECL_RPL (snprintf, int, (char *str, size_t size, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) _GL_ARG_NONNULL ((3))); _GL_CXXALIAS_RPL (snprintf, int, (char *str, size_t size, const char *format, ...)); # else # if !@HAVE_DECL_SNPRINTF@ _GL_FUNCDECL_SYS (snprintf, int, (char *str, size_t size, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) _GL_ARG_NONNULL ((3))); # endif _GL_CXXALIAS_SYS (snprintf, int, (char *str, size_t size, const char *format, ...)); # endif _GL_CXXALIASWARN (snprintf); #elif defined GNULIB_POSIXCHECK # undef snprintf # if HAVE_RAW_DECL_SNPRINTF _GL_WARN_ON_USE (snprintf, "snprintf is unportable - " "use gnulib module snprintf for portability"); # endif #endif /* Some people would argue that all sprintf uses should be warned about (for example, OpenBSD issues a link warning for it), since it can cause security holes due to buffer overruns. However, we believe that sprintf can be used safely, and is more efficient than snprintf in those safe cases; and as proof of our belief, we use sprintf in several gnulib modules. So this header intentionally avoids adding a warning to sprintf except when GNULIB_POSIXCHECK is defined. */ #if @GNULIB_SPRINTF_POSIX@ # if @REPLACE_SPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define sprintf rpl_sprintf # endif _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...)); # else _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...)); # endif _GL_CXXALIASWARN (sprintf); #elif defined GNULIB_POSIXCHECK # undef sprintf /* Assume sprintf is always declared. */ _GL_WARN_ON_USE (sprintf, "sprintf is not always POSIX compliant - " "use gnulib module sprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_TMPFILE@ # if @REPLACE_TMPFILE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define tmpfile rpl_tmpfile # endif _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); # else _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); # endif _GL_CXXALIASWARN (tmpfile); #elif defined GNULIB_POSIXCHECK # undef tmpfile # if HAVE_RAW_DECL_TMPFILE _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - " "use gnulib module tmpfile for portability"); # endif #endif #if @GNULIB_VASPRINTF@ /* Write formatted output to a string dynamically allocated with malloc(). If the memory allocation succeeds, store the address of the string in *RESULT and return the number of resulting bytes, excluding the trailing NUL. Upon memory allocation error, or some other error, return -1. */ # if @REPLACE_VASPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define asprintf rpl_asprintf # endif _GL_FUNCDECL_RPL (asprintf, int, (char **result, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (asprintf, int, (char **result, const char *format, ...)); # else # if !@HAVE_VASPRINTF@ _GL_FUNCDECL_SYS (asprintf, int, (char **result, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (asprintf, int, (char **result, const char *format, ...)); # endif _GL_CXXALIASWARN (asprintf); # if @REPLACE_VASPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vasprintf rpl_vasprintf # endif _GL_FUNCDECL_RPL (vasprintf, int, (char **result, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vasprintf, int, (char **result, const char *format, va_list args)); # else # if !@HAVE_VASPRINTF@ _GL_FUNCDECL_SYS (vasprintf, int, (char **result, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (vasprintf, int, (char **result, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vasprintf); #endif #if @GNULIB_VDPRINTF@ # if @REPLACE_VDPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vdprintf rpl_vdprintf # endif _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args)); # else # if !@HAVE_VDPRINTF@ _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((2))); # endif /* Need to cast, because on Solaris, the third parameter will likely be __va_list args. */ _GL_CXXALIAS_SYS_CAST (vdprintf, int, (int fd, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vdprintf); #elif defined GNULIB_POSIXCHECK # undef vdprintf # if HAVE_RAW_DECL_VDPRINTF _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - " "use gnulib module vdprintf for portability"); # endif #endif #if @GNULIB_VFPRINTF_POSIX@ || @GNULIB_VFPRINTF@ # if (@GNULIB_VFPRINTF_POSIX@ && @REPLACE_VFPRINTF@) \ || (@GNULIB_VFPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vfprintf rpl_vfprintf # endif # define GNULIB_overrides_vfprintf 1 # if @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # else _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); # else /* Need to cast, because on Solaris, the third parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vfprintf, int, (FILE *fp, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vfprintf); #endif #if !@GNULIB_VFPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_vfprintf # undef vfprintf # endif /* Assume vfprintf is always declared. */ _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - " "use gnulib module vfprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_VFSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef vfscanf # define vfscanf rpl_vfscanf # endif _GL_FUNCDECL_RPL (vfscanf, int, (FILE *stream, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vfscanf, int, (FILE *stream, const char *format, va_list args)); # else _GL_CXXALIAS_SYS (vfscanf, int, (FILE *stream, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vfscanf); #endif #if @GNULIB_VPRINTF_POSIX@ || @GNULIB_VPRINTF@ # if (@GNULIB_VPRINTF_POSIX@ && @REPLACE_VPRINTF@) \ || (@GNULIB_VPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vprintf rpl_vprintf # endif # define GNULIB_overrides_vprintf 1 # if @GNULIB_VPRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 0) _GL_ARG_NONNULL ((1))); # else _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 0) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); # else /* Need to cast, because on Solaris, the second parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); # endif _GL_CXXALIASWARN (vprintf); #endif #if !@GNULIB_VPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_vprintf # undef vprintf # endif /* Assume vprintf is always declared. */ _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - " "use gnulib module vprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_VSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef vscanf # define vscanf rpl_vscanf # endif _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 0) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args)); # else _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args)); # endif _GL_CXXALIASWARN (vscanf); #endif #if @GNULIB_VSNPRINTF@ # if @REPLACE_VSNPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vsnprintf rpl_vsnprintf # endif _GL_FUNCDECL_RPL (vsnprintf, int, (char *str, size_t size, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3))); _GL_CXXALIAS_RPL (vsnprintf, int, (char *str, size_t size, const char *format, va_list args)); # else # if !@HAVE_DECL_VSNPRINTF@ _GL_FUNCDECL_SYS (vsnprintf, int, (char *str, size_t size, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3))); # endif _GL_CXXALIAS_SYS (vsnprintf, int, (char *str, size_t size, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vsnprintf); #elif defined GNULIB_POSIXCHECK # undef vsnprintf # if HAVE_RAW_DECL_VSNPRINTF _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - " "use gnulib module vsnprintf for portability"); # endif #endif #if @GNULIB_VSPRINTF_POSIX@ # if @REPLACE_VSPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vsprintf rpl_vsprintf # endif _GL_FUNCDECL_RPL (vsprintf, int, (char *str, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vsprintf, int, (char *str, const char *format, va_list args)); # else /* Need to cast, because on Solaris, the third parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vsprintf, int, (char *str, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vsprintf); #elif defined GNULIB_POSIXCHECK # undef vsprintf /* Assume vsprintf is always declared. */ _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - " "use gnulib module vsprintf-posix for portable " "POSIX compliance"); #endif #endif /* _@GUARD_PREFIX@_STDIO_H */ #endif /* _@GUARD_PREFIX@_STDIO_H */ #endif gsasl-1.8.0/lib/gl/m4/0000775000000000000000000000000011760732120011271 500000000000000gsasl-1.8.0/lib/gl/m4/vasprintf.m40000664000000000000000000000210011746471770013477 00000000000000# vasprintf.m4 serial 6 dnl Copyright (C) 2002-2003, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_VASPRINTF], [ AC_CHECK_FUNCS([vasprintf]) if test $ac_cv_func_vasprintf = no; then gl_REPLACE_VASPRINTF fi ]) AC_DEFUN([gl_REPLACE_VASPRINTF], [ AC_LIBOBJ([vasprintf]) AC_LIBOBJ([asprintf]) AC_REQUIRE([gl_STDIO_H_DEFAULTS]) if test $ac_cv_func_vasprintf = yes; then REPLACE_VASPRINTF=1 else HAVE_VASPRINTF=0 fi gl_PREREQ_VASPRINTF_H gl_PREREQ_VASPRINTF gl_PREREQ_ASPRINTF ]) # Prerequisites of the vasprintf portion of lib/stdio.h. AC_DEFUN([gl_PREREQ_VASPRINTF_H], [ dnl Persuade glibc to declare asprintf() and vasprintf(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) ]) # Prerequisites of lib/vasprintf.c. AC_DEFUN([gl_PREREQ_VASPRINTF], [ ]) # Prerequisites of lib/asprintf.c. AC_DEFUN([gl_PREREQ_ASPRINTF], [ ]) gsasl-1.8.0/lib/gl/m4/gc-hmac-md5.m40000664000000000000000000000064211746471770013456 00000000000000# gc-hmac-md5.m4 serial 3 dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_HMAC_MD5], [ AC_REQUIRE([gl_GC]) if test "$ac_cv_libgcrypt" != yes; then gl_MD5 gl_MEMXOR fi ]) gsasl-1.8.0/lib/gl/m4/stdio_h.m40000664000000000000000000002237011746471770013127 00000000000000# stdio_h.m4 serial 41 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDIO_H], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_REQUIRE([AC_C_INLINE]) gl_NEXT_HEADERS([stdio.h]) dnl No need to create extra modules for these functions. Everyone who uses dnl likely needs them. GNULIB_FSCANF=1 GNULIB_SCANF=1 GNULIB_FGETC=1 GNULIB_GETC=1 GNULIB_GETCHAR=1 GNULIB_FGETS=1 GNULIB_FREAD=1 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-read.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_NONBLOCKING dnl or GNULIB_NONBLOCKING redundant. m4_ifdef([gl_NONBLOCKING_IO], [ gl_NONBLOCKING_IO if test $gl_cv_have_nonblocking != yes; then REPLACE_STDIO_READ_FUNCS=1 AC_LIBOBJ([stdio-read]) fi ]) dnl No need to create extra modules for these functions. Everyone who uses dnl likely needs them. GNULIB_FPRINTF=1 GNULIB_PRINTF=1 GNULIB_VFPRINTF=1 GNULIB_VPRINTF=1 GNULIB_FPUTC=1 GNULIB_PUTC=1 GNULIB_PUTCHAR=1 GNULIB_FPUTS=1 GNULIB_PUTS=1 GNULIB_FWRITE=1 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_SIGPIPE or dnl GNULIB_SIGPIPE redundant. m4_ifdef([gl_SIGNAL_SIGPIPE], [ gl_SIGNAL_SIGPIPE if test $gl_cv_header_signal_h_SIGPIPE != yes; then REPLACE_STDIO_WRITE_FUNCS=1 AC_LIBOBJ([stdio-write]) fi ]) dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_NONBLOCKING dnl or GNULIB_NONBLOCKING redundant. m4_ifdef([gl_NONBLOCKING_IO], [ gl_NONBLOCKING_IO if test $gl_cv_have_nonblocking != yes; then REPLACE_STDIO_WRITE_FUNCS=1 AC_LIBOBJ([stdio-write]) fi ]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by both C89 and C11. gl_WARN_ON_USE_PREPARE([[#include ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf]) ]) AC_DEFUN([gl_STDIO_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDIO_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_STDIO_H_DEFAULTS], [ GNULIB_DPRINTF=0; AC_SUBST([GNULIB_DPRINTF]) GNULIB_FCLOSE=0; AC_SUBST([GNULIB_FCLOSE]) GNULIB_FDOPEN=0; AC_SUBST([GNULIB_FDOPEN]) GNULIB_FFLUSH=0; AC_SUBST([GNULIB_FFLUSH]) GNULIB_FGETC=0; AC_SUBST([GNULIB_FGETC]) GNULIB_FGETS=0; AC_SUBST([GNULIB_FGETS]) GNULIB_FOPEN=0; AC_SUBST([GNULIB_FOPEN]) GNULIB_FPRINTF=0; AC_SUBST([GNULIB_FPRINTF]) GNULIB_FPRINTF_POSIX=0; AC_SUBST([GNULIB_FPRINTF_POSIX]) GNULIB_FPURGE=0; AC_SUBST([GNULIB_FPURGE]) GNULIB_FPUTC=0; AC_SUBST([GNULIB_FPUTC]) GNULIB_FPUTS=0; AC_SUBST([GNULIB_FPUTS]) GNULIB_FREAD=0; AC_SUBST([GNULIB_FREAD]) GNULIB_FREOPEN=0; AC_SUBST([GNULIB_FREOPEN]) GNULIB_FSCANF=0; AC_SUBST([GNULIB_FSCANF]) GNULIB_FSEEK=0; AC_SUBST([GNULIB_FSEEK]) GNULIB_FSEEKO=0; AC_SUBST([GNULIB_FSEEKO]) GNULIB_FTELL=0; AC_SUBST([GNULIB_FTELL]) GNULIB_FTELLO=0; AC_SUBST([GNULIB_FTELLO]) GNULIB_FWRITE=0; AC_SUBST([GNULIB_FWRITE]) GNULIB_GETC=0; AC_SUBST([GNULIB_GETC]) GNULIB_GETCHAR=0; AC_SUBST([GNULIB_GETCHAR]) GNULIB_GETDELIM=0; AC_SUBST([GNULIB_GETDELIM]) GNULIB_GETLINE=0; AC_SUBST([GNULIB_GETLINE]) GNULIB_OBSTACK_PRINTF=0; AC_SUBST([GNULIB_OBSTACK_PRINTF]) GNULIB_OBSTACK_PRINTF_POSIX=0; AC_SUBST([GNULIB_OBSTACK_PRINTF_POSIX]) GNULIB_PCLOSE=0; AC_SUBST([GNULIB_PCLOSE]) GNULIB_PERROR=0; AC_SUBST([GNULIB_PERROR]) GNULIB_POPEN=0; AC_SUBST([GNULIB_POPEN]) GNULIB_PRINTF=0; AC_SUBST([GNULIB_PRINTF]) GNULIB_PRINTF_POSIX=0; AC_SUBST([GNULIB_PRINTF_POSIX]) GNULIB_PUTC=0; AC_SUBST([GNULIB_PUTC]) GNULIB_PUTCHAR=0; AC_SUBST([GNULIB_PUTCHAR]) GNULIB_PUTS=0; AC_SUBST([GNULIB_PUTS]) GNULIB_REMOVE=0; AC_SUBST([GNULIB_REMOVE]) GNULIB_RENAME=0; AC_SUBST([GNULIB_RENAME]) GNULIB_RENAMEAT=0; AC_SUBST([GNULIB_RENAMEAT]) GNULIB_SCANF=0; AC_SUBST([GNULIB_SCANF]) GNULIB_SNPRINTF=0; AC_SUBST([GNULIB_SNPRINTF]) GNULIB_SPRINTF_POSIX=0; AC_SUBST([GNULIB_SPRINTF_POSIX]) GNULIB_STDIO_H_NONBLOCKING=0; AC_SUBST([GNULIB_STDIO_H_NONBLOCKING]) GNULIB_STDIO_H_SIGPIPE=0; AC_SUBST([GNULIB_STDIO_H_SIGPIPE]) GNULIB_TMPFILE=0; AC_SUBST([GNULIB_TMPFILE]) GNULIB_VASPRINTF=0; AC_SUBST([GNULIB_VASPRINTF]) GNULIB_VFSCANF=0; AC_SUBST([GNULIB_VFSCANF]) GNULIB_VSCANF=0; AC_SUBST([GNULIB_VSCANF]) GNULIB_VDPRINTF=0; AC_SUBST([GNULIB_VDPRINTF]) GNULIB_VFPRINTF=0; AC_SUBST([GNULIB_VFPRINTF]) GNULIB_VFPRINTF_POSIX=0; AC_SUBST([GNULIB_VFPRINTF_POSIX]) GNULIB_VPRINTF=0; AC_SUBST([GNULIB_VPRINTF]) GNULIB_VPRINTF_POSIX=0; AC_SUBST([GNULIB_VPRINTF_POSIX]) GNULIB_VSNPRINTF=0; AC_SUBST([GNULIB_VSNPRINTF]) GNULIB_VSPRINTF_POSIX=0; AC_SUBST([GNULIB_VSPRINTF_POSIX]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_FPURGE=1; AC_SUBST([HAVE_DECL_FPURGE]) HAVE_DECL_FSEEKO=1; AC_SUBST([HAVE_DECL_FSEEKO]) HAVE_DECL_FTELLO=1; AC_SUBST([HAVE_DECL_FTELLO]) HAVE_DECL_GETDELIM=1; AC_SUBST([HAVE_DECL_GETDELIM]) HAVE_DECL_GETLINE=1; AC_SUBST([HAVE_DECL_GETLINE]) HAVE_DECL_OBSTACK_PRINTF=1; AC_SUBST([HAVE_DECL_OBSTACK_PRINTF]) HAVE_DECL_SNPRINTF=1; AC_SUBST([HAVE_DECL_SNPRINTF]) HAVE_DECL_VSNPRINTF=1; AC_SUBST([HAVE_DECL_VSNPRINTF]) HAVE_DPRINTF=1; AC_SUBST([HAVE_DPRINTF]) HAVE_FSEEKO=1; AC_SUBST([HAVE_FSEEKO]) HAVE_FTELLO=1; AC_SUBST([HAVE_FTELLO]) HAVE_PCLOSE=1; AC_SUBST([HAVE_PCLOSE]) HAVE_POPEN=1; AC_SUBST([HAVE_POPEN]) HAVE_RENAMEAT=1; AC_SUBST([HAVE_RENAMEAT]) HAVE_VASPRINTF=1; AC_SUBST([HAVE_VASPRINTF]) HAVE_VDPRINTF=1; AC_SUBST([HAVE_VDPRINTF]) REPLACE_DPRINTF=0; AC_SUBST([REPLACE_DPRINTF]) REPLACE_FCLOSE=0; AC_SUBST([REPLACE_FCLOSE]) REPLACE_FDOPEN=0; AC_SUBST([REPLACE_FDOPEN]) REPLACE_FFLUSH=0; AC_SUBST([REPLACE_FFLUSH]) REPLACE_FOPEN=0; AC_SUBST([REPLACE_FOPEN]) REPLACE_FPRINTF=0; AC_SUBST([REPLACE_FPRINTF]) REPLACE_FPURGE=0; AC_SUBST([REPLACE_FPURGE]) REPLACE_FREOPEN=0; AC_SUBST([REPLACE_FREOPEN]) REPLACE_FSEEK=0; AC_SUBST([REPLACE_FSEEK]) REPLACE_FSEEKO=0; AC_SUBST([REPLACE_FSEEKO]) REPLACE_FTELL=0; AC_SUBST([REPLACE_FTELL]) REPLACE_FTELLO=0; AC_SUBST([REPLACE_FTELLO]) REPLACE_GETDELIM=0; AC_SUBST([REPLACE_GETDELIM]) REPLACE_GETLINE=0; AC_SUBST([REPLACE_GETLINE]) REPLACE_OBSTACK_PRINTF=0; AC_SUBST([REPLACE_OBSTACK_PRINTF]) REPLACE_PERROR=0; AC_SUBST([REPLACE_PERROR]) REPLACE_POPEN=0; AC_SUBST([REPLACE_POPEN]) REPLACE_PRINTF=0; AC_SUBST([REPLACE_PRINTF]) REPLACE_REMOVE=0; AC_SUBST([REPLACE_REMOVE]) REPLACE_RENAME=0; AC_SUBST([REPLACE_RENAME]) REPLACE_RENAMEAT=0; AC_SUBST([REPLACE_RENAMEAT]) REPLACE_SNPRINTF=0; AC_SUBST([REPLACE_SNPRINTF]) REPLACE_SPRINTF=0; AC_SUBST([REPLACE_SPRINTF]) REPLACE_STDIO_READ_FUNCS=0; AC_SUBST([REPLACE_STDIO_READ_FUNCS]) REPLACE_STDIO_WRITE_FUNCS=0; AC_SUBST([REPLACE_STDIO_WRITE_FUNCS]) REPLACE_TMPFILE=0; AC_SUBST([REPLACE_TMPFILE]) REPLACE_VASPRINTF=0; AC_SUBST([REPLACE_VASPRINTF]) REPLACE_VDPRINTF=0; AC_SUBST([REPLACE_VDPRINTF]) REPLACE_VFPRINTF=0; AC_SUBST([REPLACE_VFPRINTF]) REPLACE_VPRINTF=0; AC_SUBST([REPLACE_VPRINTF]) REPLACE_VSNPRINTF=0; AC_SUBST([REPLACE_VSNPRINTF]) REPLACE_VSPRINTF=0; AC_SUBST([REPLACE_VSPRINTF]) ]) gsasl-1.8.0/lib/gl/m4/memchr.m40000664000000000000000000000534011746471770012747 00000000000000# memchr.m4 serial 12 dnl Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_FUNC_MEMCHR], [ dnl Check for prerequisites for memory fence checks. gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) m4_ifdef([gl_FUNC_MEMCHR_OBSOLETE], [ dnl These days, we assume memchr is present. But if support for old dnl platforms is desired: AC_CHECK_FUNCS_ONCE([memchr]) if test $ac_cv_func_memchr = no; then HAVE_MEMCHR=0 fi ]) if test $HAVE_MEMCHR = 1; then # Detect platform-specific bugs in some versions of glibc: # memchr should not dereference anything with length 0 # http://bugzilla.redhat.com/499689 # memchr should not dereference overestimated length after a match # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737 # http://sourceware.org/bugzilla/show_bug.cgi?id=10162 # Assume that memchr works on platforms that lack mprotect. AC_CACHE_CHECK([whether memchr works], [gl_cv_func_memchr_works], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #if HAVE_SYS_MMAN_H # include # include # include # include # ifndef MAP_FILE # define MAP_FILE 0 # endif #endif ]], [[ int result = 0; char *fence = NULL; #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # if HAVE_MAP_ANONYMOUS const int flags = MAP_ANONYMOUS | MAP_PRIVATE; const int fd = -1; # else /* !HAVE_MAP_ANONYMOUS */ const int flags = MAP_FILE | MAP_PRIVATE; int fd = open ("/dev/zero", O_RDONLY, 0666); if (fd >= 0) # endif { int pagesize = getpagesize (); char *two_pages = (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE, flags, fd, 0); if (two_pages != (char *)(-1) && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0) fence = two_pages + pagesize; } #endif if (fence) { if (memchr (fence, 0, 0)) result |= 1; strcpy (fence - 9, "12345678"); if (memchr (fence - 9, 0, 79) != fence - 1) result |= 2; if (memchr (fence - 1, 0, 3) != fence - 1) result |= 4; } return result; ]])], [gl_cv_func_memchr_works=yes], [gl_cv_func_memchr_works=no], [dnl Be pessimistic for now. gl_cv_func_memchr_works="guessing no"])]) if test "$gl_cv_func_memchr_works" != yes; then REPLACE_MEMCHR=1 fi fi ]) # Prerequisites of lib/memchr.c. AC_DEFUN([gl_PREREQ_MEMCHR], [ AC_CHECK_HEADERS([bp-sym.h]) ]) gsasl-1.8.0/lib/gl/m4/msvc-inval.m40000664000000000000000000000133411746471770013552 00000000000000# msvc-inval.m4 serial 1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MSVC_INVAL], [ AC_CHECK_FUNCS_ONCE([_set_invalid_parameter_handler]) if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 AC_DEFINE([HAVE_MSVC_INVALID_PARAMETER_HANDLER], [1], [Define to 1 on MSVC platforms that have the "invalid parameter handler" concept.]) else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi AC_SUBST([HAVE_MSVC_INVALID_PARAMETER_HANDLER]) ]) gsasl-1.8.0/lib/gl/m4/minmax.m40000664000000000000000000000245511746471770012771 00000000000000# minmax.m4 serial 4 dnl Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_PREREQ([2.53]) AC_DEFUN([gl_MINMAX], [ AC_REQUIRE([gl_PREREQ_MINMAX]) ]) # Prerequisites of lib/minmax.h. AC_DEFUN([gl_PREREQ_MINMAX], [ gl_MINMAX_IN_HEADER([limits.h]) gl_MINMAX_IN_HEADER([sys/param.h]) ]) dnl gl_MINMAX_IN_HEADER(HEADER) dnl The parameter has to be a literal header name; it cannot be macro, dnl nor a shell variable. (Because autoheader collects only AC_DEFINE dnl invocations with a literal macro name.) AC_DEFUN([gl_MINMAX_IN_HEADER], [ m4_pushdef([header], AS_TR_SH([$1])) m4_pushdef([HEADER], AS_TR_CPP([$1])) AC_CACHE_CHECK([whether <$1> defines MIN and MAX], [gl_cv_minmax_in_]header, [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include <$1> int x = MIN (42, 17);]], [[]])], [gl_cv_minmax_in_]header[=yes], [gl_cv_minmax_in_]header[=no])]) if test $gl_cv_minmax_in_[]header = yes; then AC_DEFINE([HAVE_MINMAX_IN_]HEADER, 1, [Define to 1 if <$1> defines the MIN and MAX macros.]) fi m4_popdef([HEADER]) m4_popdef([header]) ]) gsasl-1.8.0/lib/gl/m4/alloca.m40000664000000000000000000001037211746471770012730 00000000000000# alloca.m4 serial 14 dnl Copyright (C) 2002-2004, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_ALLOCA], [ AC_REQUIRE([AC_FUNC_ALLOCA]) if test $ac_cv_func_alloca_works = no; then gl_PREREQ_ALLOCA fi # Define an additional variable used in the Makefile substitution. if test $ac_cv_working_alloca_h = yes; then AC_CACHE_CHECK([for alloca as a compiler built-in], [gl_cv_rpl_alloca], [ AC_EGREP_CPP([Need own alloca], [ #if defined __GNUC__ || defined _AIX || defined _MSC_VER Need own alloca #endif ], [gl_cv_rpl_alloca=yes], [gl_cv_rpl_alloca=no]) ]) if test $gl_cv_rpl_alloca = yes; then dnl OK, alloca can be implemented through a compiler built-in. AC_DEFINE([HAVE_ALLOCA], [1], [Define to 1 if you have 'alloca' after including , a header that may be supplied by this distribution.]) ALLOCA_H=alloca.h else dnl alloca exists as a library function, i.e. it is slow and probably dnl a memory leak. Don't define HAVE_ALLOCA in this case. ALLOCA_H= fi else ALLOCA_H=alloca.h fi AC_SUBST([ALLOCA_H]) AM_CONDITIONAL([GL_GENERATE_ALLOCA_H], [test -n "$ALLOCA_H"]) ]) # Prerequisites of lib/alloca.c. # STACK_DIRECTION is already handled by AC_FUNC_ALLOCA. AC_DEFUN([gl_PREREQ_ALLOCA], [:]) # This works around a bug in autoconf <= 2.68. # See . m4_version_prereq([2.69], [] ,[ # This is taken from the following Autoconf patch: # http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=6cd9f12520b0d6f76d3230d7565feba1ecf29497 # _AC_LIBOBJ_ALLOCA # ----------------- # Set up the LIBOBJ replacement of 'alloca'. Well, not exactly # AC_LIBOBJ since we actually set the output variable 'ALLOCA'. # Nevertheless, for Automake, AC_LIBSOURCES it. m4_define([_AC_LIBOBJ_ALLOCA], [# The SVR3 libPW and SVR4 libucb both contain incompatible functions # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. AC_LIBSOURCES(alloca.c) AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])dnl AC_DEFINE(C_ALLOCA, 1, [Define to 1 if using 'alloca.c'.]) AC_CACHE_CHECK(whether 'alloca.c' needs Cray hooks, ac_cv_os_cray, [AC_EGREP_CPP(webecray, [#if defined CRAY && ! defined CRAY2 webecray #else wenotbecray #endif ], ac_cv_os_cray=yes, ac_cv_os_cray=no)]) if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do AC_CHECK_FUNC($ac_func, [AC_DEFINE_UNQUOTED(CRAY_STACKSEG_END, $ac_func, [Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP systems. This function is required for 'alloca.c' support on those systems.]) break]) done fi AC_CACHE_CHECK([stack direction for C alloca], [ac_cv_c_stack_direction], [AC_RUN_IFELSE([AC_LANG_SOURCE( [AC_INCLUDES_DEFAULT int find_stack_direction (int *addr, int depth) { int dir, dummy = 0; if (! addr) addr = &dummy; *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; dir = depth ? find_stack_direction (addr, depth - 1) : 0; return dir + dummy; } int main (int argc, char **argv) { return find_stack_direction (0, argc + !argv + 20) < 0; }])], [ac_cv_c_stack_direction=1], [ac_cv_c_stack_direction=-1], [ac_cv_c_stack_direction=0])]) AH_VERBATIM([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @%:@undef STACK_DIRECTION])dnl AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction) ])# _AC_LIBOBJ_ALLOCA ]) gsasl-1.8.0/lib/gl/m4/unistd_h.m40000664000000000000000000002147011754207047013304 00000000000000# unistd_h.m4 serial 65 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Simon Josefsson, Bruno Haible. AC_DEFUN([gl_UNISTD_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_C_INLINE]) gl_CHECK_NEXT_HEADERS([unistd.h]) if test $ac_cv_header_unistd_h = yes; then HAVE_UNISTD_H=1 else HAVE_UNISTD_H=0 fi AC_SUBST([HAVE_UNISTD_H]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) dnl Determine WINDOWS_64_BIT_OFF_T. AC_REQUIRE([gl_TYPE_OFF_T]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ #if HAVE_UNISTD_H # include #endif /* Some systems declare various items in the wrong headers. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include # endif #endif ]], [chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r unlink unlinkat usleep]) ]) AC_DEFUN([gl_UNISTD_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_UNISTD_H_DEFAULTS], [ GNULIB_CHDIR=0; AC_SUBST([GNULIB_CHDIR]) GNULIB_CHOWN=0; AC_SUBST([GNULIB_CHOWN]) GNULIB_CLOSE=0; AC_SUBST([GNULIB_CLOSE]) GNULIB_DUP=0; AC_SUBST([GNULIB_DUP]) GNULIB_DUP2=0; AC_SUBST([GNULIB_DUP2]) GNULIB_DUP3=0; AC_SUBST([GNULIB_DUP3]) GNULIB_ENVIRON=0; AC_SUBST([GNULIB_ENVIRON]) GNULIB_EUIDACCESS=0; AC_SUBST([GNULIB_EUIDACCESS]) GNULIB_FACCESSAT=0; AC_SUBST([GNULIB_FACCESSAT]) GNULIB_FCHDIR=0; AC_SUBST([GNULIB_FCHDIR]) GNULIB_FCHOWNAT=0; AC_SUBST([GNULIB_FCHOWNAT]) GNULIB_FDATASYNC=0; AC_SUBST([GNULIB_FDATASYNC]) GNULIB_FSYNC=0; AC_SUBST([GNULIB_FSYNC]) GNULIB_FTRUNCATE=0; AC_SUBST([GNULIB_FTRUNCATE]) GNULIB_GETCWD=0; AC_SUBST([GNULIB_GETCWD]) GNULIB_GETDOMAINNAME=0; AC_SUBST([GNULIB_GETDOMAINNAME]) GNULIB_GETDTABLESIZE=0; AC_SUBST([GNULIB_GETDTABLESIZE]) GNULIB_GETGROUPS=0; AC_SUBST([GNULIB_GETGROUPS]) GNULIB_GETHOSTNAME=0; AC_SUBST([GNULIB_GETHOSTNAME]) GNULIB_GETLOGIN=0; AC_SUBST([GNULIB_GETLOGIN]) GNULIB_GETLOGIN_R=0; AC_SUBST([GNULIB_GETLOGIN_R]) GNULIB_GETPAGESIZE=0; AC_SUBST([GNULIB_GETPAGESIZE]) GNULIB_GETUSERSHELL=0; AC_SUBST([GNULIB_GETUSERSHELL]) GNULIB_GROUP_MEMBER=0; AC_SUBST([GNULIB_GROUP_MEMBER]) GNULIB_ISATTY=0; AC_SUBST([GNULIB_ISATTY]) GNULIB_LCHOWN=0; AC_SUBST([GNULIB_LCHOWN]) GNULIB_LINK=0; AC_SUBST([GNULIB_LINK]) GNULIB_LINKAT=0; AC_SUBST([GNULIB_LINKAT]) GNULIB_LSEEK=0; AC_SUBST([GNULIB_LSEEK]) GNULIB_PIPE=0; AC_SUBST([GNULIB_PIPE]) GNULIB_PIPE2=0; AC_SUBST([GNULIB_PIPE2]) GNULIB_PREAD=0; AC_SUBST([GNULIB_PREAD]) GNULIB_PWRITE=0; AC_SUBST([GNULIB_PWRITE]) GNULIB_READ=0; AC_SUBST([GNULIB_READ]) GNULIB_READLINK=0; AC_SUBST([GNULIB_READLINK]) GNULIB_READLINKAT=0; AC_SUBST([GNULIB_READLINKAT]) GNULIB_RMDIR=0; AC_SUBST([GNULIB_RMDIR]) GNULIB_SETHOSTNAME=0; AC_SUBST([GNULIB_SETHOSTNAME]) GNULIB_SLEEP=0; AC_SUBST([GNULIB_SLEEP]) GNULIB_SYMLINK=0; AC_SUBST([GNULIB_SYMLINK]) GNULIB_SYMLINKAT=0; AC_SUBST([GNULIB_SYMLINKAT]) GNULIB_TTYNAME_R=0; AC_SUBST([GNULIB_TTYNAME_R]) GNULIB_UNISTD_H_NONBLOCKING=0; AC_SUBST([GNULIB_UNISTD_H_NONBLOCKING]) GNULIB_UNISTD_H_SIGPIPE=0; AC_SUBST([GNULIB_UNISTD_H_SIGPIPE]) GNULIB_UNLINK=0; AC_SUBST([GNULIB_UNLINK]) GNULIB_UNLINKAT=0; AC_SUBST([GNULIB_UNLINKAT]) GNULIB_USLEEP=0; AC_SUBST([GNULIB_USLEEP]) GNULIB_WRITE=0; AC_SUBST([GNULIB_WRITE]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_CHOWN=1; AC_SUBST([HAVE_CHOWN]) HAVE_DUP2=1; AC_SUBST([HAVE_DUP2]) HAVE_DUP3=1; AC_SUBST([HAVE_DUP3]) HAVE_EUIDACCESS=1; AC_SUBST([HAVE_EUIDACCESS]) HAVE_FACCESSAT=1; AC_SUBST([HAVE_FACCESSAT]) HAVE_FCHDIR=1; AC_SUBST([HAVE_FCHDIR]) HAVE_FCHOWNAT=1; AC_SUBST([HAVE_FCHOWNAT]) HAVE_FDATASYNC=1; AC_SUBST([HAVE_FDATASYNC]) HAVE_FSYNC=1; AC_SUBST([HAVE_FSYNC]) HAVE_FTRUNCATE=1; AC_SUBST([HAVE_FTRUNCATE]) HAVE_GETDTABLESIZE=1; AC_SUBST([HAVE_GETDTABLESIZE]) HAVE_GETGROUPS=1; AC_SUBST([HAVE_GETGROUPS]) HAVE_GETHOSTNAME=1; AC_SUBST([HAVE_GETHOSTNAME]) HAVE_GETLOGIN=1; AC_SUBST([HAVE_GETLOGIN]) HAVE_GETPAGESIZE=1; AC_SUBST([HAVE_GETPAGESIZE]) HAVE_GROUP_MEMBER=1; AC_SUBST([HAVE_GROUP_MEMBER]) HAVE_LCHOWN=1; AC_SUBST([HAVE_LCHOWN]) HAVE_LINK=1; AC_SUBST([HAVE_LINK]) HAVE_LINKAT=1; AC_SUBST([HAVE_LINKAT]) HAVE_PIPE=1; AC_SUBST([HAVE_PIPE]) HAVE_PIPE2=1; AC_SUBST([HAVE_PIPE2]) HAVE_PREAD=1; AC_SUBST([HAVE_PREAD]) HAVE_PWRITE=1; AC_SUBST([HAVE_PWRITE]) HAVE_READLINK=1; AC_SUBST([HAVE_READLINK]) HAVE_READLINKAT=1; AC_SUBST([HAVE_READLINKAT]) HAVE_SETHOSTNAME=1; AC_SUBST([HAVE_SETHOSTNAME]) HAVE_SLEEP=1; AC_SUBST([HAVE_SLEEP]) HAVE_SYMLINK=1; AC_SUBST([HAVE_SYMLINK]) HAVE_SYMLINKAT=1; AC_SUBST([HAVE_SYMLINKAT]) HAVE_UNLINKAT=1; AC_SUBST([HAVE_UNLINKAT]) HAVE_USLEEP=1; AC_SUBST([HAVE_USLEEP]) HAVE_DECL_ENVIRON=1; AC_SUBST([HAVE_DECL_ENVIRON]) HAVE_DECL_FCHDIR=1; AC_SUBST([HAVE_DECL_FCHDIR]) HAVE_DECL_FDATASYNC=1; AC_SUBST([HAVE_DECL_FDATASYNC]) HAVE_DECL_GETDOMAINNAME=1; AC_SUBST([HAVE_DECL_GETDOMAINNAME]) HAVE_DECL_GETLOGIN_R=1; AC_SUBST([HAVE_DECL_GETLOGIN_R]) HAVE_DECL_GETPAGESIZE=1; AC_SUBST([HAVE_DECL_GETPAGESIZE]) HAVE_DECL_GETUSERSHELL=1; AC_SUBST([HAVE_DECL_GETUSERSHELL]) HAVE_DECL_SETHOSTNAME=1; AC_SUBST([HAVE_DECL_SETHOSTNAME]) HAVE_DECL_TTYNAME_R=1; AC_SUBST([HAVE_DECL_TTYNAME_R]) HAVE_OS_H=0; AC_SUBST([HAVE_OS_H]) HAVE_SYS_PARAM_H=0; AC_SUBST([HAVE_SYS_PARAM_H]) REPLACE_CHOWN=0; AC_SUBST([REPLACE_CHOWN]) REPLACE_CLOSE=0; AC_SUBST([REPLACE_CLOSE]) REPLACE_DUP=0; AC_SUBST([REPLACE_DUP]) REPLACE_DUP2=0; AC_SUBST([REPLACE_DUP2]) REPLACE_FCHOWNAT=0; AC_SUBST([REPLACE_FCHOWNAT]) REPLACE_FTRUNCATE=0; AC_SUBST([REPLACE_FTRUNCATE]) REPLACE_GETCWD=0; AC_SUBST([REPLACE_GETCWD]) REPLACE_GETDOMAINNAME=0; AC_SUBST([REPLACE_GETDOMAINNAME]) REPLACE_GETLOGIN_R=0; AC_SUBST([REPLACE_GETLOGIN_R]) REPLACE_GETGROUPS=0; AC_SUBST([REPLACE_GETGROUPS]) REPLACE_GETPAGESIZE=0; AC_SUBST([REPLACE_GETPAGESIZE]) REPLACE_ISATTY=0; AC_SUBST([REPLACE_ISATTY]) REPLACE_LCHOWN=0; AC_SUBST([REPLACE_LCHOWN]) REPLACE_LINK=0; AC_SUBST([REPLACE_LINK]) REPLACE_LINKAT=0; AC_SUBST([REPLACE_LINKAT]) REPLACE_LSEEK=0; AC_SUBST([REPLACE_LSEEK]) REPLACE_PREAD=0; AC_SUBST([REPLACE_PREAD]) REPLACE_PWRITE=0; AC_SUBST([REPLACE_PWRITE]) REPLACE_READ=0; AC_SUBST([REPLACE_READ]) REPLACE_READLINK=0; AC_SUBST([REPLACE_READLINK]) REPLACE_RMDIR=0; AC_SUBST([REPLACE_RMDIR]) REPLACE_SLEEP=0; AC_SUBST([REPLACE_SLEEP]) REPLACE_SYMLINK=0; AC_SUBST([REPLACE_SYMLINK]) REPLACE_TTYNAME_R=0; AC_SUBST([REPLACE_TTYNAME_R]) REPLACE_UNLINK=0; AC_SUBST([REPLACE_UNLINK]) REPLACE_UNLINKAT=0; AC_SUBST([REPLACE_UNLINKAT]) REPLACE_USLEEP=0; AC_SUBST([REPLACE_USLEEP]) REPLACE_WRITE=0; AC_SUBST([REPLACE_WRITE]) UNISTD_H_HAVE_WINSOCK2_H=0; AC_SUBST([UNISTD_H_HAVE_WINSOCK2_H]) UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; AC_SUBST([UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS]) ]) gsasl-1.8.0/lib/gl/m4/getpagesize.m40000664000000000000000000000172211746471770014003 00000000000000# getpagesize.m4 serial 9 dnl Copyright (C) 2002, 2004-2005, 2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_GETPAGESIZE], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_CHECK_FUNCS([getpagesize]) if test $ac_cv_func_getpagesize = no; then HAVE_GETPAGESIZE=0 AC_CHECK_HEADERS([OS.h]) if test $ac_cv_header_OS_h = yes; then HAVE_OS_H=1 fi AC_CHECK_HEADERS([sys/param.h]) if test $ac_cv_header_sys_param_h = yes; then HAVE_SYS_PARAM_H=1 fi fi case "$host_os" in mingw*) REPLACE_GETPAGESIZE=1 ;; esac dnl Also check whether it's declared. dnl mingw has getpagesize() in libgcc.a but doesn't declare it. AC_CHECK_DECL([getpagesize], , [HAVE_DECL_GETPAGESIZE=0]) ]) gsasl-1.8.0/lib/gl/m4/stdbool.m40000664000000000000000000000637111746471770013147 00000000000000# Check for stdbool.h that conforms to C99. dnl Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. #serial 5 # Prepare for substituting if it is not supported. AC_DEFUN([AM_STDBOOL_H], [ AC_REQUIRE([AC_CHECK_HEADER_STDBOOL]) # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi AC_SUBST([STDBOOL_H]) AM_CONDITIONAL([GL_GENERATE_STDBOOL_H], [test -n "$STDBOOL_H"]) if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi AC_SUBST([HAVE__BOOL]) ]) # AM_STDBOOL_H will be renamed to gl_STDBOOL_H in the future. AC_DEFUN([gl_STDBOOL_H], [AM_STDBOOL_H]) # This version of the macro is needed in autoconf <= 2.68. AC_DEFUN([AC_CHECK_HEADER_STDBOOL], [AC_CACHE_CHECK([for stdbool.h that conforms to C99], [ac_cv_header_stdbool_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { _Bool s: 1; _Bool t; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; /* See body of main program for 'e'. */ char f[(_Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; /* The following fails for HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; ]], [[ bool e = &s; *pq |= q; *pq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq); ]])], [ac_cv_header_stdbool_h=yes], [ac_cv_header_stdbool_h=no])]) AC_CHECK_TYPES([_Bool]) ]) gsasl-1.8.0/lib/gl/m4/stdalign.m40000664000000000000000000000364311746471770013305 00000000000000# Check for stdalign.h that conforms to C11. dnl Copyright 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Prepare for substituting if it is not supported. AC_DEFUN([gl_STDALIGN_H], [ AC_CACHE_CHECK([for working stdalign.h], [gl_cv_header_working_stdalign_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include #include /* Test that alignof yields a result consistent with offsetof. This catches GCC bug 52023 . */ #ifdef __cplusplus template struct alignof_helper { char a; t b; }; # define ao(type) offsetof (alignof_helper, b) #else # define ao(type) offsetof (struct { char a; type b; }, b) #endif char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1]; char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1]; char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1]; /* Test _Alignas only on platforms where gnulib can help. */ #if \ (__GNUC__ || __IBMC__ || __IBMCPP__ \ || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER) int alignas (8) alignas_int = 1; char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1]; #endif ]])], [gl_cv_header_working_stdalign_h=yes], [gl_cv_header_working_stdalign_h=no])]) if test $gl_cv_header_working_stdalign_h = yes; then STDALIGN_H='' else STDALIGN_H='stdalign.h' fi AC_SUBST([STDALIGN_H]) AM_CONDITIONAL([GL_GENERATE_STDALIGN_H], [test -n "$STDALIGN_H"]) ]) gsasl-1.8.0/lib/gl/m4/string_h.m40000664000000000000000000001271411746471770013314 00000000000000# Configure a GNU-like replacement for . # Copyright (C) 2007-2012 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 21 # Written by Paul Eggert. AC_DEFUN([gl_HEADER_STRING_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_HEADER_STRING_H_BODY]) ]) AC_DEFUN([gl_HEADER_STRING_H_BODY], [ AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) gl_NEXT_HEADERS([string.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by C89. gl_WARN_ON_USE_PREPARE([[#include ]], [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp]) ]) AC_DEFUN([gl_STRING_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS], [ GNULIB_FFSL=0; AC_SUBST([GNULIB_FFSL]) GNULIB_FFSLL=0; AC_SUBST([GNULIB_FFSLL]) GNULIB_MEMCHR=0; AC_SUBST([GNULIB_MEMCHR]) GNULIB_MEMMEM=0; AC_SUBST([GNULIB_MEMMEM]) GNULIB_MEMPCPY=0; AC_SUBST([GNULIB_MEMPCPY]) GNULIB_MEMRCHR=0; AC_SUBST([GNULIB_MEMRCHR]) GNULIB_RAWMEMCHR=0; AC_SUBST([GNULIB_RAWMEMCHR]) GNULIB_STPCPY=0; AC_SUBST([GNULIB_STPCPY]) GNULIB_STPNCPY=0; AC_SUBST([GNULIB_STPNCPY]) GNULIB_STRCHRNUL=0; AC_SUBST([GNULIB_STRCHRNUL]) GNULIB_STRDUP=0; AC_SUBST([GNULIB_STRDUP]) GNULIB_STRNCAT=0; AC_SUBST([GNULIB_STRNCAT]) GNULIB_STRNDUP=0; AC_SUBST([GNULIB_STRNDUP]) GNULIB_STRNLEN=0; AC_SUBST([GNULIB_STRNLEN]) GNULIB_STRPBRK=0; AC_SUBST([GNULIB_STRPBRK]) GNULIB_STRSEP=0; AC_SUBST([GNULIB_STRSEP]) GNULIB_STRSTR=0; AC_SUBST([GNULIB_STRSTR]) GNULIB_STRCASESTR=0; AC_SUBST([GNULIB_STRCASESTR]) GNULIB_STRTOK_R=0; AC_SUBST([GNULIB_STRTOK_R]) GNULIB_MBSLEN=0; AC_SUBST([GNULIB_MBSLEN]) GNULIB_MBSNLEN=0; AC_SUBST([GNULIB_MBSNLEN]) GNULIB_MBSCHR=0; AC_SUBST([GNULIB_MBSCHR]) GNULIB_MBSRCHR=0; AC_SUBST([GNULIB_MBSRCHR]) GNULIB_MBSSTR=0; AC_SUBST([GNULIB_MBSSTR]) GNULIB_MBSCASECMP=0; AC_SUBST([GNULIB_MBSCASECMP]) GNULIB_MBSNCASECMP=0; AC_SUBST([GNULIB_MBSNCASECMP]) GNULIB_MBSPCASECMP=0; AC_SUBST([GNULIB_MBSPCASECMP]) GNULIB_MBSCASESTR=0; AC_SUBST([GNULIB_MBSCASESTR]) GNULIB_MBSCSPN=0; AC_SUBST([GNULIB_MBSCSPN]) GNULIB_MBSPBRK=0; AC_SUBST([GNULIB_MBSPBRK]) GNULIB_MBSSPN=0; AC_SUBST([GNULIB_MBSSPN]) GNULIB_MBSSEP=0; AC_SUBST([GNULIB_MBSSEP]) GNULIB_MBSTOK_R=0; AC_SUBST([GNULIB_MBSTOK_R]) GNULIB_STRERROR=0; AC_SUBST([GNULIB_STRERROR]) GNULIB_STRERROR_R=0; AC_SUBST([GNULIB_STRERROR_R]) GNULIB_STRSIGNAL=0; AC_SUBST([GNULIB_STRSIGNAL]) GNULIB_STRVERSCMP=0; AC_SUBST([GNULIB_STRVERSCMP]) HAVE_MBSLEN=0; AC_SUBST([HAVE_MBSLEN]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_FFSL=1; AC_SUBST([HAVE_FFSL]) HAVE_FFSLL=1; AC_SUBST([HAVE_FFSLL]) HAVE_MEMCHR=1; AC_SUBST([HAVE_MEMCHR]) HAVE_DECL_MEMMEM=1; AC_SUBST([HAVE_DECL_MEMMEM]) HAVE_MEMPCPY=1; AC_SUBST([HAVE_MEMPCPY]) HAVE_DECL_MEMRCHR=1; AC_SUBST([HAVE_DECL_MEMRCHR]) HAVE_RAWMEMCHR=1; AC_SUBST([HAVE_RAWMEMCHR]) HAVE_STPCPY=1; AC_SUBST([HAVE_STPCPY]) HAVE_STPNCPY=1; AC_SUBST([HAVE_STPNCPY]) HAVE_STRCHRNUL=1; AC_SUBST([HAVE_STRCHRNUL]) HAVE_DECL_STRDUP=1; AC_SUBST([HAVE_DECL_STRDUP]) HAVE_DECL_STRNDUP=1; AC_SUBST([HAVE_DECL_STRNDUP]) HAVE_DECL_STRNLEN=1; AC_SUBST([HAVE_DECL_STRNLEN]) HAVE_STRPBRK=1; AC_SUBST([HAVE_STRPBRK]) HAVE_STRSEP=1; AC_SUBST([HAVE_STRSEP]) HAVE_STRCASESTR=1; AC_SUBST([HAVE_STRCASESTR]) HAVE_DECL_STRTOK_R=1; AC_SUBST([HAVE_DECL_STRTOK_R]) HAVE_DECL_STRERROR_R=1; AC_SUBST([HAVE_DECL_STRERROR_R]) HAVE_DECL_STRSIGNAL=1; AC_SUBST([HAVE_DECL_STRSIGNAL]) HAVE_STRVERSCMP=1; AC_SUBST([HAVE_STRVERSCMP]) REPLACE_MEMCHR=0; AC_SUBST([REPLACE_MEMCHR]) REPLACE_MEMMEM=0; AC_SUBST([REPLACE_MEMMEM]) REPLACE_STPNCPY=0; AC_SUBST([REPLACE_STPNCPY]) REPLACE_STRDUP=0; AC_SUBST([REPLACE_STRDUP]) REPLACE_STRSTR=0; AC_SUBST([REPLACE_STRSTR]) REPLACE_STRCASESTR=0; AC_SUBST([REPLACE_STRCASESTR]) REPLACE_STRCHRNUL=0; AC_SUBST([REPLACE_STRCHRNUL]) REPLACE_STRERROR=0; AC_SUBST([REPLACE_STRERROR]) REPLACE_STRERROR_R=0; AC_SUBST([REPLACE_STRERROR_R]) REPLACE_STRNCAT=0; AC_SUBST([REPLACE_STRNCAT]) REPLACE_STRNDUP=0; AC_SUBST([REPLACE_STRNDUP]) REPLACE_STRNLEN=0; AC_SUBST([REPLACE_STRNLEN]) REPLACE_STRSIGNAL=0; AC_SUBST([REPLACE_STRSIGNAL]) REPLACE_STRTOK_R=0; AC_SUBST([REPLACE_STRTOK_R]) UNDEFINE_STRTOK_R=0; AC_SUBST([UNDEFINE_STRTOK_R]) ]) gsasl-1.8.0/lib/gl/m4/gc-random.m40000664000000000000000000000646411746471770013353 00000000000000# gc-random.m4 serial 6 dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_RANDOM], [ # Devices with randomness. # FIXME: Are these the best defaults? AC_REQUIRE([AC_CANONICAL_HOST])dnl case "$host_os" in *openbsd* | *mirbsd*) NAME_OF_RANDOM_DEVICE="/dev/srandom" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/prandom" NAME_OF_NONCE_DEVICE="/dev/urandom" ;; *netbsd*) NAME_OF_RANDOM_DEVICE="/dev/srandom" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/urandom" NAME_OF_NONCE_DEVICE="/dev/urandom" ;; *solaris* | *irix* | *dec-osf* ) NAME_OF_RANDOM_DEVICE="/dev/random" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/random" NAME_OF_NONCE_DEVICE="/dev/random" ;; *) NAME_OF_RANDOM_DEVICE="/dev/random" NAME_OF_PSEUDO_RANDOM_DEVICE="/dev/urandom" NAME_OF_NONCE_DEVICE="/dev/urandom" ;; esac AC_MSG_CHECKING([device with (strong) random data...]) AC_ARG_ENABLE([random-device], AS_HELP_STRING([--enable-random-device], [device with (strong) randomness (for Nettle)]), NAME_OF_RANDOM_DEVICE=$enableval) AC_MSG_RESULT([$NAME_OF_RANDOM_DEVICE]) AC_MSG_CHECKING([device with pseudo random data...]) AC_ARG_ENABLE([pseudo-random-device], AS_HELP_STRING([--enable-pseudo-random-device], [device with pseudo randomness (for Nettle)]), NAME_OF_PSEUDO_RANDOM_DEVICE=$enableval) AC_MSG_RESULT([$NAME_OF_PSEUDO_RANDOM_DEVICE]) AC_MSG_CHECKING([device with unpredictable data for nonces...]) AC_ARG_ENABLE([nonce-device], AS_HELP_STRING([--enable-nonce-device], [device with unpredictable nonces (for Nettle)]), NAME_OF_NONCE_DEVICE=$enableval) AC_MSG_RESULT([$NAME_OF_NONCE_DEVICE]) if test "$cross_compiling" != yes; then if test "$NAME_OF_RANDOM_DEVICE" != "no"; then AC_CHECK_FILE([$NAME_OF_RANDOM_DEVICE],, AC_MSG_WARN([[Device '$NAME_OF_RANDOM_DEVICE' does not exist, consider to use --enable-random-device]])) fi if test "$NAME_OF_PSEUDO_RANDOM_DEVICE" != "no"; then AC_CHECK_FILE([$NAME_OF_PSEUDO_RANDOM_DEVICE],, AC_MSG_WARN([[Device '$NAME_OF_PSEUDO_RANDOM_DEVICE' does not exist, consider to use --enable-pseudo-random-device]])) fi if test "$NAME_OF_NONCE_DEVICE" != "no"; then AC_CHECK_FILE([$NAME_OF_NONCE_DEVICE],, AC_MSG_WARN([[Device '$NAME_OF_NONCE_DEVICE' does not exist, consider to use --enable-nonce-device]])) fi else AC_MSG_NOTICE([[Cross compiling, assuming random devices exists on the target host...]]) fi # FIXME?: Open+read 42 bytes+close twice and compare data. Should differ. AC_DEFINE_UNQUOTED([NAME_OF_RANDOM_DEVICE], ["$NAME_OF_RANDOM_DEVICE"], [defined to the name of the (strong) random device]) AC_DEFINE_UNQUOTED([NAME_OF_PSEUDO_RANDOM_DEVICE], "$NAME_OF_PSEUDO_RANDOM_DEVICE", [defined to the name of the pseudo random device]) AC_DEFINE_UNQUOTED([NAME_OF_NONCE_DEVICE], ["$NAME_OF_NONCE_DEVICE"], [defined to the name of the unpredictable nonce device]) ]) gsasl-1.8.0/lib/gl/m4/strverscmp.m40000664000000000000000000000120611746471770013701 00000000000000# strverscmp.m4 serial 8 dnl Copyright (C) 2002, 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRVERSCMP], [ dnl Persuade glibc to declare strverscmp(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_CHECK_FUNCS([strverscmp]) if test $ac_cv_func_strverscmp = no; then HAVE_STRVERSCMP=0 fi ]) # Prerequisites of lib/strverscmp.c. AC_DEFUN([gl_PREREQ_STRVERSCMP], [ : ]) gsasl-1.8.0/lib/gl/m4/memxor.m40000664000000000000000000000052211746471770013000 00000000000000# memxor.m4 serial 4 dnl Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MEMXOR], [ AC_REQUIRE([AC_C_RESTRICT]) ]) gsasl-1.8.0/lib/gl/m4/ld-version-script.m40000664000000000000000000000336411746471770015064 00000000000000# ld-version-script.m4 serial 3 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # FIXME: The test below returns a false positive for mingw # cross-compiles, 'local:' statements does not reduce number of # exported symbols in a DLL. Use --disable-ld-version-script to work # around the problem. # gl_LD_VERSION_SCRIPT # -------------------- # Check if LD supports linker scripts, and define automake conditional # HAVE_LD_VERSION_SCRIPT if so. AC_DEFUN([gl_LD_VERSION_SCRIPT], [ AC_ARG_ENABLE([ld-version-script], AS_HELP_STRING([--enable-ld-version-script], [enable linker version script (default is enabled when possible)]), [have_ld_version_script=$enableval], []) if test -z "$have_ld_version_script"; then AC_MSG_CHECKING([if LD -Wl,--version-script works]) save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -Wl,--version-script=conftest.map" cat > conftest.map < conftest.map < #include #include #include #if HAVE_STDINT_H_WITH_UINTMAX # include #endif #if HAVE_INTTYPES_H_WITH_UINTMAX # include #endif static char buf[100]; int main () { int result = 0; #if HAVE_STDINT_H_WITH_UINTMAX || HAVE_INTTYPES_H_WITH_UINTMAX buf[0] = '\0'; if (sprintf (buf, "%ju %d", (uintmax_t) 12345671, 33, 44, 55) < 0 || strcmp (buf, "12345671 33") != 0) result |= 1; #endif buf[0] = '\0'; if (sprintf (buf, "%zu %d", (size_t) 12345672, 33, 44, 55) < 0 || strcmp (buf, "12345672 33") != 0) result |= 2; buf[0] = '\0'; if (sprintf (buf, "%tu %d", (ptrdiff_t) 12345673, 33, 44, 55) < 0 || strcmp (buf, "12345673 33") != 0) result |= 4; buf[0] = '\0'; if (sprintf (buf, "%Lg %d", (long double) 1.5, 33, 44, 55) < 0 || strcmp (buf, "1.5 33") != 0) result |= 8; return result; }]])], [gl_cv_func_printf_sizes_c99=yes], [gl_cv_func_printf_sizes_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_printf_sizes_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_printf_sizes_c99="guessing no";; darwin*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_printf_sizes_c99="guessing no";; openbsd*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_printf_sizes_c99="guessing no";; netbsd*) gl_cv_func_printf_sizes_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_sizes_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports 'long double' dnl arguments together with the 'L' size specifier. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_long_double. AC_DEFUN([gl_PRINTF_LONG_DOUBLE], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports 'long double' arguments], [gl_cv_func_printf_long_double], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[10000]; int main () { int result = 0; buf[0] = '\0'; if (sprintf (buf, "%Lf %d", 1.75L, 33, 44, 55) < 0 || strcmp (buf, "1.750000 33") != 0) result |= 1; buf[0] = '\0'; if (sprintf (buf, "%Le %d", 1.75L, 33, 44, 55) < 0 || strcmp (buf, "1.750000e+00 33") != 0) result |= 2; buf[0] = '\0'; if (sprintf (buf, "%Lg %d", 1.75L, 33, 44, 55) < 0 || strcmp (buf, "1.75 33") != 0) result |= 4; return result; }]])], [gl_cv_func_printf_long_double=yes], [gl_cv_func_printf_long_double=no], [ changequote(,)dnl case "$host_os" in beos*) gl_cv_func_printf_long_double="guessing no";; mingw* | pw*) gl_cv_func_printf_long_double="guessing no";; *) gl_cv_func_printf_long_double="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports infinite and NaN dnl 'double' arguments and negative zero arguments in the %f, %e, %g dnl directives. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_infinite. AC_DEFUN([gl_PRINTF_INFINITE], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports infinite 'double' arguments], [gl_cv_func_printf_infinite], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static int strisnan (const char *string, size_t start_index, size_t end_index) { if (start_index < end_index) { if (string[start_index] == '-') start_index++; if (start_index + 3 <= end_index && memcmp (string + start_index, "nan", 3) == 0) { start_index += 3; if (start_index == end_index || (string[start_index] == '(' && string[end_index - 1] == ')')) return 1; } } return 0; } static int have_minus_zero () { static double plus_zero = 0.0; double minus_zero = - plus_zero; return memcmp (&plus_zero, &minus_zero, sizeof (double)) != 0; } static char buf[10000]; static double zero = 0.0; int main () { int result = 0; if (sprintf (buf, "%f", 1.0 / zero) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%f", -1.0 / zero) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%f", zero / zero) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%e", 1.0 / zero) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 4; if (sprintf (buf, "%e", -1.0 / zero) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 4; if (sprintf (buf, "%e", zero / zero) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; if (sprintf (buf, "%g", 1.0 / zero) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 16; if (sprintf (buf, "%g", -1.0 / zero) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 16; if (sprintf (buf, "%g", zero / zero) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; /* This test fails on HP-UX 10.20. */ if (have_minus_zero ()) if (sprintf (buf, "%g", - zero) < 0 || strcmp (buf, "-0") != 0) result |= 64; return result; }]])], [gl_cv_func_printf_infinite=yes], [gl_cv_func_printf_infinite=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on FreeBSD >= 6. freebsd[1-5]*) gl_cv_func_printf_infinite="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_printf_infinite="guessing no";; darwin*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on HP-UX >= 11. hpux[7-9]* | hpux10*) gl_cv_func_printf_infinite="guessing no";; hpux*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_printf_infinite="guessing no";; netbsd*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_printf_infinite="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_infinite="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports infinite and NaN dnl 'long double' arguments in the %f, %e, %g directives. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_infinite_long_double. AC_DEFUN([gl_PRINTF_INFINITE_LONG_DOUBLE], [ AC_REQUIRE([gl_PRINTF_LONG_DOUBLE]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl The user can set or unset the variable gl_printf_safe to indicate dnl that he wishes a safe handling of non-IEEE-754 'long double' values. if test -n "$gl_printf_safe"; then AC_DEFINE([CHECK_PRINTF_SAFE], [1], [Define if you wish *printf() functions that have a safe handling of non-IEEE-754 'long double' values.]) fi case "$gl_cv_func_printf_long_double" in *yes) AC_CACHE_CHECK([whether printf supports infinite 'long double' arguments], [gl_cv_func_printf_infinite_long_double], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ ]GL_NOCRASH[ #include #include #include static int strisnan (const char *string, size_t start_index, size_t end_index) { if (start_index < end_index) { if (string[start_index] == '-') start_index++; if (start_index + 3 <= end_index && memcmp (string + start_index, "nan", 3) == 0) { start_index += 3; if (start_index == end_index || (string[start_index] == '(' && string[end_index - 1] == ')')) return 1; } } return 0; } static char buf[10000]; static long double zeroL = 0.0L; int main () { int result = 0; nocrash_init(); if (sprintf (buf, "%Lf", 1.0L / zeroL) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%Lf", -1.0L / zeroL) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%Lf", zeroL / zeroL) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 1; if (sprintf (buf, "%Le", 1.0L / zeroL) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%Le", -1.0L / zeroL) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%Le", zeroL / zeroL) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 1; if (sprintf (buf, "%Lg", 1.0L / zeroL) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%Lg", -1.0L / zeroL) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%Lg", zeroL / zeroL) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 1; #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE /* Representation of an 80-bit 'long double' as an initializer for a sequence of 'unsigned int' words. */ # ifdef WORDS_BIGENDIAN # define LDBL80_WORDS(exponent,manthi,mantlo) \ { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), \ ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), \ (unsigned int) (mantlo) << 16 \ } # else # define LDBL80_WORDS(exponent,manthi,mantlo) \ { mantlo, manthi, exponent } # endif { /* Quiet NaN. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; } { /* Signalling NaN. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; } { /* Pseudo-NaN. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 4; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 4; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 4; } { /* Pseudo-Infinity. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; } { /* Pseudo-Zero. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 16; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 16; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 16; } { /* Unnormalized number. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; } { /* Pseudo-Denormal. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 64; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 64; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 64; } #endif return result; }]])], [gl_cv_func_printf_infinite_long_double=yes], [gl_cv_func_printf_infinite_long_double=no], [ changequote(,)dnl case "$host_cpu" in # Guess no on ia64, x86_64, i386. ia64 | x86_64 | i*86) gl_cv_func_printf_infinite_long_double="guessing no";; *) case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_infinite_long_double="guessing yes";; # Guess yes on FreeBSD >= 6. freebsd[1-5]*) gl_cv_func_printf_infinite_long_double="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_infinite_long_double="guessing yes";; # Guess yes on HP-UX >= 11. hpux[7-9]* | hpux10*) gl_cv_func_printf_infinite_long_double="guessing no";; hpux*) gl_cv_func_printf_infinite_long_double="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_infinite_long_double="guessing no";; esac ;; esac changequote([,])dnl ]) ]) ;; *) gl_cv_func_printf_infinite_long_double="irrelevant" ;; esac ]) dnl Test whether the *printf family of functions supports the 'a' and 'A' dnl conversion specifier for hexadecimal output of floating-point numbers. dnl (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_directive_a. AC_DEFUN([gl_PRINTF_DIRECTIVE_A], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'a' and 'A' directives], [gl_cv_func_printf_directive_a], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; static double zero = 0.0; int main () { int result = 0; if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0 || (strcmp (buf, "0x1.922p+1 33") != 0 && strcmp (buf, "0x3.244p+0 33") != 0 && strcmp (buf, "0x6.488p-1 33") != 0 && strcmp (buf, "0xc.91p-2 33") != 0)) result |= 1; if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0 || (strcmp (buf, "-0X1.922P+1 33") != 0 && strcmp (buf, "-0X3.244P+0 33") != 0 && strcmp (buf, "-0X6.488P-1 33") != 0 && strcmp (buf, "-0XC.91P-2 33") != 0)) result |= 2; /* This catches a FreeBSD 6.1 bug: it doesn't round. */ if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0 || (strcmp (buf, "0x1.83p+0 33") != 0 && strcmp (buf, "0x3.05p-1 33") != 0 && strcmp (buf, "0x6.0ap-2 33") != 0 && strcmp (buf, "0xc.14p-3 33") != 0)) result |= 4; /* This catches a FreeBSD 6.1 bug. See */ if (sprintf (buf, "%010a %d", 1.0 / zero, 33, 44, 55) < 0 || buf[0] == '0') result |= 8; /* This catches a MacOS X 10.3.9 (Darwin 7.9) bug. */ if (sprintf (buf, "%.1a", 1.999) < 0 || (strcmp (buf, "0x1.0p+1") != 0 && strcmp (buf, "0x2.0p+0") != 0 && strcmp (buf, "0x4.0p-1") != 0 && strcmp (buf, "0x8.0p-2") != 0)) result |= 16; /* This catches the same MacOS X 10.3.9 (Darwin 7.9) bug and also a glibc 2.4 bug . */ if (sprintf (buf, "%.1La", 1.999L) < 0 || (strcmp (buf, "0x1.0p+1") != 0 && strcmp (buf, "0x2.0p+0") != 0 && strcmp (buf, "0x4.0p-1") != 0 && strcmp (buf, "0x8.0p-2") != 0)) result |= 32; return result; }]])], [gl_cv_func_printf_directive_a=yes], [gl_cv_func_printf_directive_a=no], [ case "$host_os" in # Guess yes on glibc >= 2.5 systems. *-gnu*) AC_EGREP_CPP([BZ2908], [ #include #ifdef __GNU_LIBRARY__ #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 5) || (__GLIBC__ > 2)) && !defined __UCLIBC__ BZ2908 #endif #endif ], [gl_cv_func_printf_directive_a="guessing yes"], [gl_cv_func_printf_directive_a="guessing no"]) ;; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_a="guessing no";; esac ]) ]) ]) dnl Test whether the *printf family of functions supports the %F format dnl directive. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_directive_f. AC_DEFUN([gl_PRINTF_DIRECTIVE_F], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'F' directive], [gl_cv_func_printf_directive_f], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; static double zero = 0.0; int main () { int result = 0; if (sprintf (buf, "%F %d", 1234567.0, 33, 44, 55) < 0 || strcmp (buf, "1234567.000000 33") != 0) result |= 1; if (sprintf (buf, "%F", 1.0 / zero) < 0 || (strcmp (buf, "INF") != 0 && strcmp (buf, "INFINITY") != 0)) result |= 2; /* This catches a Cygwin 1.5.x bug. */ if (sprintf (buf, "%.F", 1234.0) < 0 || strcmp (buf, "1234") != 0) result |= 4; return result; }]])], [gl_cv_func_printf_directive_f=yes], [gl_cv_func_printf_directive_f=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on FreeBSD >= 6. freebsd[1-5]*) gl_cv_func_printf_directive_f="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_printf_directive_f="guessing no";; darwin*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_f="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports the %n format dnl directive. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_directive_n. AC_DEFUN([gl_PRINTF_DIRECTIVE_N], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'n' directive], [gl_cv_func_printf_directive_n], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #include #ifdef _MSC_VER /* See page about "Parameter Validation" on msdn.microsoft.com. */ static void cdecl invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { exit (1); } #endif static char fmtstring[10]; static char buf[100]; int main () { int count = -1; #ifdef _MSC_VER _set_invalid_parameter_handler (invalid_parameter_handler); #endif /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2) support %n in format strings in read-only memory but not in writable memory. */ strcpy (fmtstring, "%d %n"); if (sprintf (buf, fmtstring, 123, &count, 33, 44, 55) < 0 || strcmp (buf, "123 ") != 0 || count != 4) return 1; return 0; }]])], [gl_cv_func_printf_directive_n=yes], [gl_cv_func_printf_directive_n=no], [ changequote(,)dnl case "$host_os" in mingw*) gl_cv_func_printf_directive_n="guessing no";; *) gl_cv_func_printf_directive_n="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports the %ls format dnl directive and in particular, when a precision is specified, whether dnl the functions stop converting the wide string argument when the number dnl of bytes that have been produced by this conversion equals or exceeds dnl the precision. dnl Result is gl_cv_func_printf_directive_ls. AC_DEFUN([gl_PRINTF_DIRECTIVE_LS], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'ls' directive], [gl_cv_func_printf_directive_ls], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #include int main () { int result = 0; char buf[100]; /* Test whether %ls works at all. This test fails on OpenBSD 4.0, IRIX 6.5, Solaris 2.6, Haiku, but not on Cygwin 1.5. */ { static const wchar_t wstring[] = { 'a', 'b', 'c', 0 }; buf[0] = '\0'; if (sprintf (buf, "%ls", wstring) < 0 || strcmp (buf, "abc") != 0) result |= 1; } /* This test fails on IRIX 6.5, Solaris 2.6, Cygwin 1.5, Haiku (with an assertion failure inside libc), but not on OpenBSD 4.0. */ { static const wchar_t wstring[] = { 'a', 0 }; buf[0] = '\0'; if (sprintf (buf, "%ls", wstring) < 0 || strcmp (buf, "a") != 0) result |= 2; } /* Test whether precisions in %ls are supported as specified in ISO C 99 section 7.19.6.1: "If a precision is specified, no more than that many bytes are written (including shift sequences, if any), and the array shall contain a null wide character if, to equal the multibyte character sequence length given by the precision, the function would need to access a wide character one past the end of the array." This test fails on Solaris 10. */ { static const wchar_t wstring[] = { 'a', 'b', (wchar_t) 0xfdfdfdfd, 0 }; buf[0] = '\0'; if (sprintf (buf, "%.2ls", wstring) < 0 || strcmp (buf, "ab") != 0) result |= 8; } return result; }]])], [gl_cv_func_printf_directive_ls=yes], [gl_cv_func_printf_directive_ls=no], [ changequote(,)dnl case "$host_os" in openbsd*) gl_cv_func_printf_directive_ls="guessing no";; irix*) gl_cv_func_printf_directive_ls="guessing no";; solaris*) gl_cv_func_printf_directive_ls="guessing no";; cygwin*) gl_cv_func_printf_directive_ls="guessing no";; beos* | haiku*) gl_cv_func_printf_directive_ls="guessing no";; *) gl_cv_func_printf_directive_ls="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports POSIX/XSI format dnl strings with positions. (POSIX:2001) dnl Result is gl_cv_func_printf_positions. AC_DEFUN([gl_PRINTF_POSITIONS], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports POSIX/XSI format strings with positions], [gl_cv_func_printf_positions], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* The string "%2$d %1$d", with dollar characters protected from the shell's dollar expansion (possibly an autoconf bug). */ static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; static char buf[100]; int main () { sprintf (buf, format, 33, 55); return (strcmp (buf, "55 33") != 0); }]])], [gl_cv_func_printf_positions=yes], [gl_cv_func_printf_positions=no], [ changequote(,)dnl case "$host_os" in netbsd[1-3]* | netbsdelf[1-3]* | netbsdaout[1-3]* | netbsdcoff[1-3]*) gl_cv_func_printf_positions="guessing no";; beos*) gl_cv_func_printf_positions="guessing no";; mingw* | pw*) gl_cv_func_printf_positions="guessing no";; *) gl_cv_func_printf_positions="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports POSIX/XSI format dnl strings with the ' flag for grouping of decimal digits. (POSIX:2001) dnl Result is gl_cv_func_printf_flag_grouping. AC_DEFUN([gl_PRINTF_FLAG_GROUPING], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the grouping flag], [gl_cv_func_printf_flag_grouping], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; int main () { if (sprintf (buf, "%'d %d", 1234567, 99) < 0 || buf[strlen (buf) - 1] != '9') return 1; return 0; }]])], [gl_cv_func_printf_flag_grouping=yes], [gl_cv_func_printf_flag_grouping=no], [ changequote(,)dnl case "$host_os" in cygwin*) gl_cv_func_printf_flag_grouping="guessing no";; netbsd*) gl_cv_func_printf_flag_grouping="guessing no";; mingw* | pw*) gl_cv_func_printf_flag_grouping="guessing no";; *) gl_cv_func_printf_flag_grouping="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports the - flag correctly. dnl (ISO C99.) See dnl dnl Result is gl_cv_func_printf_flag_leftadjust. AC_DEFUN([gl_PRINTF_FLAG_LEFTADJUST], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the left-adjust flag correctly], [gl_cv_func_printf_flag_leftadjust], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; int main () { /* Check that a '-' flag is not annihilated by a negative width. */ if (sprintf (buf, "a%-*sc", -3, "b") < 0 || strcmp (buf, "ab c") != 0) return 1; return 0; }]])], [gl_cv_func_printf_flag_leftadjust=yes], [gl_cv_func_printf_flag_leftadjust=no], [ changequote(,)dnl case "$host_os" in # Guess yes on HP-UX 11. hpux11*) gl_cv_func_printf_flag_leftadjust="guessing yes";; # Guess no on HP-UX 10 and older. hpux*) gl_cv_func_printf_flag_leftadjust="guessing no";; # Guess yes otherwise. *) gl_cv_func_printf_flag_leftadjust="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports padding of non-finite dnl values with the 0 flag correctly. (ISO C99 + TC1 + TC2.) See dnl dnl Result is gl_cv_func_printf_flag_zero. AC_DEFUN([gl_PRINTF_FLAG_ZERO], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the zero flag correctly], [gl_cv_func_printf_flag_zero], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; static double zero = 0.0; int main () { if (sprintf (buf, "%010f", 1.0 / zero, 33, 44, 55) < 0 || (strcmp (buf, " inf") != 0 && strcmp (buf, " infinity") != 0)) return 1; return 0; }]])], [gl_cv_func_printf_flag_zero=yes], [gl_cv_func_printf_flag_zero=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_flag_zero="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_printf_flag_zero="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_flag_zero="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports large precisions. dnl On mingw, precisions larger than 512 are treated like 512, in integer, dnl floating-point or pointer output. On Solaris 10/x86, precisions larger dnl than 510 in floating-point output crash the program. On Solaris 10/SPARC, dnl precisions larger than 510 in floating-point output yield wrong results. dnl On AIX 7.1, precisions larger than 998 in floating-point output yield dnl wrong results. On BeOS, precisions larger than 1044 crash the program. dnl Result is gl_cv_func_printf_precision. AC_DEFUN([gl_PRINTF_PRECISION], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports large precisions], [gl_cv_func_printf_precision], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[5000]; int main () { int result = 0; #ifdef __BEOS__ /* On BeOS, this would crash and show a dialog box. Avoid the crash. */ return 1; #endif if (sprintf (buf, "%.4000d %d", 1, 33, 44) < 4000 + 3) result |= 1; if (sprintf (buf, "%.4000f %d", 1.0, 33, 44) < 4000 + 5) result |= 2; if (sprintf (buf, "%.511f %d", 1.0, 33, 44) < 511 + 5 || buf[0] != '1') result |= 4; if (sprintf (buf, "%.999f %d", 1.0, 33, 44) < 999 + 5 || buf[0] != '1') result |= 4; return result; }]])], [gl_cv_func_printf_precision=yes], [gl_cv_func_printf_precision=no], [ changequote(,)dnl case "$host_os" in # Guess no only on Solaris, native Windows, and BeOS systems. solaris*) gl_cv_func_printf_precision="guessing no" ;; mingw* | pw*) gl_cv_func_printf_precision="guessing no" ;; beos*) gl_cv_func_printf_precision="guessing no" ;; *) gl_cv_func_printf_precision="guessing yes" ;; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions recovers gracefully in case dnl of an out-of-memory condition, or whether it crashes the entire program. dnl Result is gl_cv_func_printf_enomem. AC_DEFUN([gl_PRINTF_ENOMEM], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gl_MULTIARCH]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf survives out-of-memory conditions], [gl_cv_func_printf_enomem], [ gl_cv_func_printf_enomem="guessing no" if test "$cross_compiling" = no; then if test $APPLE_UNIVERSAL_BUILD = 0; then AC_LANG_CONFTEST([AC_LANG_SOURCE([ ]GL_NOCRASH[ changequote(,)dnl #include #include #include #include #include int main() { struct rlimit limit; int ret; nocrash_init (); /* Some printf implementations allocate temporary space with malloc. */ /* On BSD systems, malloc() is limited by RLIMIT_DATA. */ #ifdef RLIMIT_DATA if (getrlimit (RLIMIT_DATA, &limit) < 0) return 77; if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > 5000000) limit.rlim_max = 5000000; limit.rlim_cur = limit.rlim_max; if (setrlimit (RLIMIT_DATA, &limit) < 0) return 77; #endif /* On Linux systems, malloc() is limited by RLIMIT_AS. */ #ifdef RLIMIT_AS if (getrlimit (RLIMIT_AS, &limit) < 0) return 77; if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > 5000000) limit.rlim_max = 5000000; limit.rlim_cur = limit.rlim_max; if (setrlimit (RLIMIT_AS, &limit) < 0) return 77; #endif /* Some printf implementations allocate temporary space on the stack. */ #ifdef RLIMIT_STACK if (getrlimit (RLIMIT_STACK, &limit) < 0) return 77; if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > 5000000) limit.rlim_max = 5000000; limit.rlim_cur = limit.rlim_max; if (setrlimit (RLIMIT_STACK, &limit) < 0) return 77; #endif ret = printf ("%.5000000f", 1.0); return !(ret == 5000002 || (ret < 0 && errno == ENOMEM)); } changequote([,])dnl ])]) if AC_TRY_EVAL([ac_link]) && test -s conftest$ac_exeext; then (./conftest result=$? if test $result != 0 && test $result != 77; then result=1; fi exit $result ) >/dev/null 2>/dev/null case $? in 0) gl_cv_func_printf_enomem="yes" ;; 77) gl_cv_func_printf_enomem="guessing no" ;; *) gl_cv_func_printf_enomem="no" ;; esac else gl_cv_func_printf_enomem="guessing no" fi rm -fr conftest* else dnl A universal build on Apple MacOS X platforms. dnl The result would be 'no' in 32-bit mode and 'yes' in 64-bit mode. dnl But we need a configuration result that is valid in both modes. gl_cv_func_printf_enomem="guessing no" fi fi if test "$gl_cv_func_printf_enomem" = "guessing no"; then changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on Solaris. solaris*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on AIX. aix*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on HP-UX/hppa. hpux*) case "$host_cpu" in hppa*) gl_cv_func_printf_enomem="guessing yes";; *) gl_cv_func_printf_enomem="guessing no";; esac ;; # Guess yes on IRIX. irix*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on OSF/1. osf*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on Haiku. haiku*) gl_cv_func_printf_enomem="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_enomem="guessing no";; esac changequote([,])dnl fi ]) ]) dnl Test whether the snprintf function exists. (ISO C99, POSIX:2001) dnl Result is ac_cv_func_snprintf. AC_DEFUN([gl_SNPRINTF_PRESENCE], [ AC_CHECK_FUNCS_ONCE([snprintf]) ]) dnl Test whether the string produced by the snprintf function is always NUL dnl terminated. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_snprintf_truncation_c99. AC_DEFUN([gl_SNPRINTF_TRUNCATION_C99], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf truncates the result as in C99], [gl_cv_func_snprintf_truncation_c99], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char buf[100]; int main () { strcpy (buf, "ABCDEF"); my_snprintf (buf, 3, "%d %d", 4567, 89); if (memcmp (buf, "45\0DEF", 6) != 0) return 1; return 0; }]])], [gl_cv_func_snprintf_truncation_c99=yes], [gl_cv_func_snprintf_truncation_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_truncation_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_truncation_c99="guessing no";; darwin*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_snprintf_truncation_c99="guessing no";; openbsd*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on Solaris >= 2.6. solaris2.[0-5] | solaris2.[0-5].*) gl_cv_func_snprintf_truncation_c99="guessing no";; solaris*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_truncation_c99="guessing no";; aix*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on HP-UX >= 11. hpux[7-9]* | hpux10*) gl_cv_func_snprintf_truncation_c99="guessing no";; hpux*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on IRIX >= 6.5. irix6.5) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on OSF/1 >= 5. osf[3-4]*) gl_cv_func_snprintf_truncation_c99="guessing no";; osf*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_truncation_c99="guessing no";; netbsd*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_truncation_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the return value of the snprintf function is the number dnl of bytes (excluding the terminating NUL) that would have been produced dnl if the buffer had been large enough. (ISO C99, POSIX:2001) dnl For example, this test program fails on IRIX 6.5: dnl --------------------------------------------------------------------- dnl #include dnl int main() dnl { dnl static char buf[8]; dnl int retval = snprintf (buf, 3, "%d", 12345); dnl return retval >= 0 && retval < 3; dnl } dnl --------------------------------------------------------------------- dnl Result is gl_cv_func_snprintf_retval_c99. AC_DEFUN_ONCE([gl_SNPRINTF_RETVAL_C99], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf returns a byte count as in C99], [gl_cv_func_snprintf_retval_c99], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char buf[100]; int main () { strcpy (buf, "ABCDEF"); if (my_snprintf (buf, 3, "%d %d", 4567, 89) != 7) return 1; if (my_snprintf (buf, 0, "%d %d", 4567, 89) != 7) return 2; if (my_snprintf (NULL, 0, "%d %d", 4567, 89) != 7) return 3; return 0; }]])], [gl_cv_func_snprintf_retval_c99=yes], [gl_cv_func_snprintf_retval_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_retval_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_retval_c99="guessing no";; darwin*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_snprintf_retval_c99="guessing no";; openbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_retval_c99="guessing no";; aix*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_retval_c99="guessing no";; netbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_retval_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_retval_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the snprintf function supports the %n format directive dnl also in truncated portions of the format string. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_snprintf_directive_n. AC_DEFUN([gl_SNPRINTF_DIRECTIVE_N], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf fully supports the 'n' directive], [gl_cv_func_snprintf_directive_n], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char fmtstring[10]; static char buf[100]; int main () { int count = -1; /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2) support %n in format strings in read-only memory but not in writable memory. */ strcpy (fmtstring, "%d %n"); my_snprintf (buf, 4, fmtstring, 12345, &count, 33, 44, 55); if (count != 6) return 1; return 0; }]])], [gl_cv_func_snprintf_directive_n=yes], [gl_cv_func_snprintf_directive_n=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_directive_n="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_directive_n="guessing no";; darwin*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on Solaris >= 2.6. solaris2.[0-5] | solaris2.[0-5].*) gl_cv_func_snprintf_directive_n="guessing no";; solaris*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_directive_n="guessing no";; aix*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on IRIX >= 6.5. irix6.5) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on OSF/1 >= 5. osf[3-4]*) gl_cv_func_snprintf_directive_n="guessing no";; osf*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_directive_n="guessing no";; netbsd*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_directive_n="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_directive_n="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the snprintf function, when passed a size = 1, writes any dnl output without bounds in this case, behaving like sprintf. This is the dnl case on Linux libc5. dnl Result is gl_cv_func_snprintf_size1. AC_DEFUN([gl_SNPRINTF_SIZE1], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf respects a size of 1], [gl_cv_func_snprintf_size1], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif int main() { static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; my_snprintf (buf, 1, "%d", 12345); return buf[1] != 'E'; }]])], [gl_cv_func_snprintf_size1=yes], [gl_cv_func_snprintf_size1=no], [gl_cv_func_snprintf_size1="guessing yes"]) ]) ]) dnl Test whether the vsnprintf function, when passed a zero size, produces no dnl output. (ISO C99, POSIX:2001) dnl For example, snprintf nevertheless writes a NUL byte in this case dnl on OSF/1 5.1: dnl --------------------------------------------------------------------- dnl #include dnl int main() dnl { dnl static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; dnl snprintf (buf, 0, "%d", 12345); dnl return buf[0] != 'D'; dnl } dnl --------------------------------------------------------------------- dnl And vsnprintf writes any output without bounds in this case, behaving like dnl vsprintf, on HP-UX 11 and OSF/1 5.1: dnl --------------------------------------------------------------------- dnl #include dnl #include dnl static int my_snprintf (char *buf, int size, const char *format, ...) dnl { dnl va_list args; dnl int ret; dnl va_start (args, format); dnl ret = vsnprintf (buf, size, format, args); dnl va_end (args); dnl return ret; dnl } dnl int main() dnl { dnl static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; dnl my_snprintf (buf, 0, "%d", 12345); dnl return buf[0] != 'D'; dnl } dnl --------------------------------------------------------------------- dnl Result is gl_cv_func_vsnprintf_zerosize_c99. AC_DEFUN([gl_VSNPRINTF_ZEROSIZE_C99], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether vsnprintf respects a zero size as in C99], [gl_cv_func_vsnprintf_zerosize_c99], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } int main() { static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; my_snprintf (buf, 0, "%d", 12345); return buf[0] != 'D'; }]])], [gl_cv_func_vsnprintf_zerosize_c99=yes], [gl_cv_func_vsnprintf_zerosize_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; darwin*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on Cygwin. cygwin*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on Solaris >= 2.6. solaris2.[0-5] | solaris2.[0-5].*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; solaris*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; aix*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on IRIX >= 6.5. irix6.5) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; netbsd*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on mingw. mingw* | pw*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl The results of these tests on various platforms are: dnl dnl 1 = gl_PRINTF_SIZES_C99 dnl 2 = gl_PRINTF_LONG_DOUBLE dnl 3 = gl_PRINTF_INFINITE dnl 4 = gl_PRINTF_INFINITE_LONG_DOUBLE dnl 5 = gl_PRINTF_DIRECTIVE_A dnl 6 = gl_PRINTF_DIRECTIVE_F dnl 7 = gl_PRINTF_DIRECTIVE_N dnl 8 = gl_PRINTF_DIRECTIVE_LS dnl 9 = gl_PRINTF_POSITIONS dnl 10 = gl_PRINTF_FLAG_GROUPING dnl 11 = gl_PRINTF_FLAG_LEFTADJUST dnl 12 = gl_PRINTF_FLAG_ZERO dnl 13 = gl_PRINTF_PRECISION dnl 14 = gl_PRINTF_ENOMEM dnl 15 = gl_SNPRINTF_PRESENCE dnl 16 = gl_SNPRINTF_TRUNCATION_C99 dnl 17 = gl_SNPRINTF_RETVAL_C99 dnl 18 = gl_SNPRINTF_DIRECTIVE_N dnl 19 = gl_SNPRINTF_SIZE1 dnl 20 = gl_VSNPRINTF_ZEROSIZE_C99 dnl dnl 1 = checking whether printf supports size specifiers as in C99... dnl 2 = checking whether printf supports 'long double' arguments... dnl 3 = checking whether printf supports infinite 'double' arguments... dnl 4 = checking whether printf supports infinite 'long double' arguments... dnl 5 = checking whether printf supports the 'a' and 'A' directives... dnl 6 = checking whether printf supports the 'F' directive... dnl 7 = checking whether printf supports the 'n' directive... dnl 8 = checking whether printf supports the 'ls' directive... dnl 9 = checking whether printf supports POSIX/XSI format strings with positions... dnl 10 = checking whether printf supports the grouping flag... dnl 11 = checking whether printf supports the left-adjust flag correctly... dnl 12 = checking whether printf supports the zero flag correctly... dnl 13 = checking whether printf supports large precisions... dnl 14 = checking whether printf survives out-of-memory conditions... dnl 15 = checking for snprintf... dnl 16 = checking whether snprintf truncates the result as in C99... dnl 17 = checking whether snprintf returns a byte count as in C99... dnl 18 = checking whether snprintf fully supports the 'n' directive... dnl 19 = checking whether snprintf respects a size of 1... dnl 20 = checking whether vsnprintf respects a zero size as in C99... dnl dnl . = yes, # = no. dnl dnl 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 dnl glibc 2.5 . . . . . . . . . . . . . . . . . . . . dnl glibc 2.3.6 . . . . # . . . . . . . . . . . . . . . dnl FreeBSD 5.4, 6.1 . . . . # . . . . . . # . # . . . . . . dnl MacOS X 10.5.8 . . . # # . . . . . . # . . . . . . . . dnl MacOS X 10.3.9 . . . . # . . . . . . # . # . . . . . . dnl OpenBSD 3.9, 4.0 . . # # # # . # . # . # . # . . . . . . dnl Cygwin 1.7.0 (2009) . . . # . . . ? . . . . . ? . . . . . . dnl Cygwin 1.5.25 (2008) . . . # # . . # . . . . . # . . . . . . dnl Cygwin 1.5.19 (2006) # . . # # # . # . # . # # # . . . . . . dnl Solaris 11 2011-11 . . # # # . . # . . . # . . . . . . . . dnl Solaris 10 . . # # # . . # . . . # # . . . . . . . dnl Solaris 2.6 ... 9 # . # # # # . # . . . # # . . . # . . . dnl Solaris 2.5.1 # . # # # # . # . . . # . . # # # # # # dnl AIX 7.1 . . # # # . . . . . . # # . . . . . . . dnl AIX 5.2 . . # # # . . . . . . # . . . . . . . . dnl AIX 4.3.2, 5.1 # . # # # # . . . . . # . . . . # . . . dnl HP-UX 11.31 . . . . # . . . . . . # . . . . # # . . dnl HP-UX 11.{00,11,23} # . . . # # . . . . . # . . . . # # . # dnl HP-UX 10.20 # . # . # # . ? . . # # . . . . # # ? # dnl IRIX 6.5 # . # # # # . # . . . # . . . . # . . . dnl OSF/1 5.1 # . # # # # . . . . . # . . . . # . . # dnl OSF/1 4.0d # . # # # # . . . . . # . . # # # # # # dnl NetBSD 5.0 . . . # # . . . . . . # . # . . . . . . dnl NetBSD 4.0 . ? ? ? ? ? . ? . ? ? ? ? ? . . . ? ? ? dnl NetBSD 3.0 . . . . # # . ? # # ? # . # . . . . . . dnl Haiku . . . # # # . # . . . . . ? . . ? . . . dnl BeOS # # . # # # . ? # . ? . # ? . . ? . . . dnl old mingw / msvcrt # # # # # # . . # # . # # ? . # # # . . dnl MSVC 9 # # # # # # # . # # . # # ? # # # # . . dnl mingw 2009-2011 . # . # . . . . # # . . . ? . . . . . . dnl mingw-w64 2011 # # # # # # . . # # . # # ? . # # # . . gsasl-1.8.0/lib/gl/m4/getdelim.m40000664000000000000000000000471411754207047013263 00000000000000# getdelim.m4 serial 10 dnl Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc. dnl dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_PREREQ([2.59]) AC_DEFUN([gl_FUNC_GETDELIM], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) dnl Persuade glibc to declare getdelim(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([getdelim]) AC_CHECK_FUNCS_ONCE([getdelim]) if test $ac_cv_func_getdelim = yes; then HAVE_GETDELIM=1 dnl Found it in some library. Verify that it works. AC_CACHE_CHECK([for working getdelim function], [gl_cv_func_working_getdelim], [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data AC_RUN_IFELSE([AC_LANG_SOURCE([[ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) return 3; } return 0; } ]])], [gl_cv_func_working_getdelim=yes] dnl The library version works. , [gl_cv_func_working_getdelim=no] dnl The library version does NOT work. , dnl We're cross compiling. Assume it works on glibc2 systems. [AC_EGREP_CPP([Lucky GNU user], [ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif ], [gl_cv_func_working_getdelim="guessing yes"], [gl_cv_func_working_getdelim="guessing no"])] )]) case "$gl_cv_func_working_getdelim" in *no) REPLACE_GETDELIM=1 ;; esac else HAVE_GETDELIM=0 fi if test $ac_cv_have_decl_getdelim = no; then HAVE_DECL_GETDELIM=0 fi ]) # Prerequisites of lib/getdelim.c. AC_DEFUN([gl_PREREQ_GETDELIM], [ AC_CHECK_FUNCS([flockfile funlockfile]) AC_CHECK_DECLS([getc_unlocked]) ]) gsasl-1.8.0/lib/gl/m4/gnulib-common.m40000664000000000000000000003307311754207047014237 00000000000000# gnulib-common.m4 serial 32 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_COMMON # is expanded unconditionally through gnulib-tool magic. AC_DEFUN([gl_COMMON], [ dnl Use AC_REQUIRE here, so that the code is expanded once only. AC_REQUIRE([gl_00GNULIB]) AC_REQUIRE([gl_COMMON_BODY]) ]) AC_DEFUN([gl_COMMON_BODY], [ AH_VERBATIM([_Noreturn], [/* The _Noreturn keyword of C11. */ #if ! (defined _Noreturn \ || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif ]) AH_VERBATIM([isoc99_inline], [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. __APPLE__ && __MACH__ test for MacOS X. __APPLE_CC__ tests for the Apple compiler and its version. __STDC_VERSION__ tests for the C99 mode. */ #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ # define __GNUC_STDC_INLINE__ 1 #endif]) AH_VERBATIM([unused_parameter], [/* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED __attribute__ ((__unused__)) #else # define _GL_UNUSED #endif /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name is a misnomer outside of parameter lists. */ #define _UNUSED_PARAMETER_ _GL_UNUSED /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The __const__ attribute was added in gcc 2.95. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) #else # define _GL_ATTRIBUTE_CONST /* empty */ #endif ]) dnl Preparation for running test programs: dnl Tell glibc to write diagnostics from -D_FORTIFY_SOURCE=2 to stderr, not dnl to /dev/tty, so they can be redirected to log files. Such diagnostics dnl arise e.g., in the macros gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N. LIBC_FATAL_STDERR_=1 export LIBC_FATAL_STDERR_ ]) # gl_MODULE_INDICATOR_CONDITION # expands to a C preprocessor expression that evaluates to 1 or 0, depending # whether a gnulib module that has been requested shall be considered present # or not. m4_define([gl_MODULE_INDICATOR_CONDITION], [1]) # gl_MODULE_INDICATOR_SET_VARIABLE([modulename]) # sets the shell variable that indicates the presence of the given module to # a C preprocessor expression that will evaluate to 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE], [ gl_MODULE_INDICATOR_SET_VARIABLE_AUX( [GNULIB_[]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])], [gl_MODULE_INDICATOR_CONDITION]) ]) # gl_MODULE_INDICATOR_SET_VARIABLE_AUX([variable]) # modifies the shell variable to include the gl_MODULE_INDICATOR_CONDITION. # The shell variable's value is a C preprocessor expression that evaluates # to 0 or 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX], [ m4_if(m4_defn([gl_MODULE_INDICATOR_CONDITION]), [1], [ dnl Simplify the expression VALUE || 1 to 1. $1=1 ], [gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([$1], [gl_MODULE_INDICATOR_CONDITION])]) ]) # gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([variable], [condition]) # modifies the shell variable to include the given condition. The shell # variable's value is a C preprocessor expression that evaluates to 0 or 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR], [ dnl Simplify the expression 1 || CONDITION to 1. if test "$[]$1" != 1; then dnl Simplify the expression 0 || CONDITION to CONDITION. if test "$[]$1" = 0; then $1=$2 else $1="($[]$1 || $2)" fi fi ]) # gl_MODULE_INDICATOR([modulename]) # defines a C macro indicating the presence of the given module # in a location where it can be used. # | Value | Value | # | in lib/ | in tests/ | # --------------------------------------------+---------+-----------+ # Module present among main modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module present among tests-related modules: | 0 | 1 | # --------------------------------------------+---------+-----------+ # Module not present at all: | 0 | 0 | # --------------------------------------------+---------+-----------+ AC_DEFUN([gl_MODULE_INDICATOR], [ AC_DEFINE_UNQUOTED([GNULIB_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [gl_MODULE_INDICATOR_CONDITION], [Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module $1 shall be considered present.]) ]) # gl_MODULE_INDICATOR_FOR_TESTS([modulename]) # defines a C macro indicating the presence of the given module # in lib or tests. This is useful to determine whether the module # should be tested. # | Value | Value | # | in lib/ | in tests/ | # --------------------------------------------+---------+-----------+ # Module present among main modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module present among tests-related modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module not present at all: | 0 | 0 | # --------------------------------------------+---------+-----------+ AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], [ AC_DEFINE([GNULIB_TEST_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [1], [Define to 1 when the gnulib module $1 should be tested.]) ]) # gl_ASSERT_NO_GNULIB_POSIXCHECK # asserts that there will never be a need to #define GNULIB_POSIXCHECK. # and thereby enables an optimization of configure and config.h. # Used by Emacs. AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK], [ dnl Override gl_WARN_ON_USE_PREPARE. dnl But hide this definition from 'aclocal'. AC_DEFUN([gl_W][ARN_ON_USE_PREPARE], []) ]) # gl_ASSERT_NO_GNULIB_TESTS # asserts that there will be no gnulib tests in the scope of the configure.ac # and thereby enables an optimization of config.h. # Used by Emacs. AC_DEFUN([gl_ASSERT_NO_GNULIB_TESTS], [ dnl Override gl_MODULE_INDICATOR_FOR_TESTS. AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], []) ]) # Test whether exists. # Set HAVE_FEATURES_H. AC_DEFUN([gl_FEATURES_H], [ AC_CHECK_HEADERS_ONCE([features.h]) if test $ac_cv_header_features_h = yes; then HAVE_FEATURES_H=1 else HAVE_FEATURES_H=0 fi AC_SUBST([HAVE_FEATURES_H]) ]) # m4_foreach_w # is a backport of autoconf-2.59c's m4_foreach_w. # Remove this macro when we can assume autoconf >= 2.60. m4_ifndef([m4_foreach_w], [m4_define([m4_foreach_w], [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])]) # AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH]) # ---------------------------------------------------- # Backport of autoconf-2.63b's macro. # Remove this macro when we can assume autoconf >= 2.64. m4_ifndef([AS_VAR_IF], [m4_define([AS_VAR_IF], [AS_IF([test x"AS_VAR_GET([$1])" = x""$2], [$3], [$4])])]) # gl_PROG_CC_C99 # Modifies the value of the shell variable CC in an attempt to make $CC # understand ISO C99 source code. # This is like AC_PROG_CC_C99, except that # - AC_PROG_CC_C99 did not exist in Autoconf versions < 2.60, # - AC_PROG_CC_C99 does not mix well with AC_PROG_CC_STDC # , # but many more packages use AC_PROG_CC_STDC than AC_PROG_CC_C99 # . # Remaining problems: # - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options # to CC twice # . # - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard. AC_DEFUN([gl_PROG_CC_C99], [ dnl Change that version number to the minimum Autoconf version that supports dnl mixing AC_PROG_CC_C99 calls with AC_PROG_CC_STDC calls. m4_version_prereq([9.0], [AC_REQUIRE([AC_PROG_CC_C99])], [AC_REQUIRE([AC_PROG_CC_STDC])]) ]) # gl_PROG_AR_RANLIB # Determines the values for AR, ARFLAGS, RANLIB that fit with the compiler. # The user can set the variables AR, ARFLAGS, RANLIB if he wants to override # the values. AC_DEFUN([gl_PROG_AR_RANLIB], [ dnl Minix 3 comes with two toolchains: The Amsterdam Compiler Kit compiler dnl as "cc", and GCC as "gcc". They have different object file formats and dnl library formats. In particular, the GNU binutils programs ar, ranlib dnl produce libraries that work only with gcc, not with cc. AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for Minix Amsterdam compiler], [gl_cv_c_amsterdam_compiler], [ AC_EGREP_CPP([Amsterdam], [ #ifdef __ACK__ Amsterdam #endif ], [gl_cv_c_amsterdam_compiler=yes], [gl_cv_c_amsterdam_compiler=no]) ]) if test -z "$AR"; then if test $gl_cv_c_amsterdam_compiler = yes; then AR='cc -c.a' if test -z "$ARFLAGS"; then ARFLAGS='-o' fi else dnl Use the Automake-documented default values for AR and ARFLAGS, dnl but prefer ${host}-ar over ar (useful for cross-compiling). AC_CHECK_TOOL([AR], [ar], [ar]) if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi else if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi AC_SUBST([AR]) AC_SUBST([ARFLAGS]) if test -z "$RANLIB"; then if test $gl_cv_c_amsterdam_compiler = yes; then RANLIB=':' else dnl Use the ranlib program if it is available. AC_PROG_RANLIB fi fi AC_SUBST([RANLIB]) ]) # AC_PROG_MKDIR_P # is a backport of autoconf-2.60's AC_PROG_MKDIR_P, with a fix # for interoperability with automake-1.9.6 from autoconf-2.62. # Remove this macro when we can assume autoconf >= 2.62 or # autoconf >= 2.60 && automake >= 1.10. m4_ifdef([AC_PROG_MKDIR_P], [ dnl For automake-1.9.6 && autoconf < 2.62: Ensure MKDIR_P is AC_SUBSTed. m4_define([AC_PROG_MKDIR_P], m4_defn([AC_PROG_MKDIR_P])[ AC_SUBST([MKDIR_P])])], [ dnl For autoconf < 2.60: Backport of AC_PROG_MKDIR_P. AC_DEFUN_ONCE([AC_PROG_MKDIR_P], [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake MKDIR_P='$(mkdir_p)' AC_SUBST([MKDIR_P])])]) # AC_C_RESTRICT # This definition overrides the AC_C_RESTRICT macro from autoconf 2.60..2.61, # so that mixed use of GNU C and GNU C++ and mixed use of Sun C and Sun C++ # works. # This definition can be removed once autoconf >= 2.62 can be assumed. m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.62]),[-1],[ AC_DEFUN([AC_C_RESTRICT], [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict], [ac_cv_c_restrict=no # The order here caters to the fact that C++ does not require restrict. for ac_kw in __restrict __restrict__ _Restrict restrict; do AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[typedef int * int_ptr; int foo (int_ptr $ac_kw ip) { return ip[0]; }]], [[int s[1]; int * $ac_kw t = s; t[0] = 0; return foo(t)]])], [ac_cv_c_restrict=$ac_kw]) test "$ac_cv_c_restrict" != no && break done ]) AH_VERBATIM([restrict], [/* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict /* Work around a bug in Sun C++: it does not support _Restrict, even though the corresponding Sun C compiler does, which causes "#define restrict _Restrict" in the previous line. Perhaps some future version of Sun C++ will work with _Restrict; if so, it'll probably define __RESTRICT, just as Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict #endif]) case $ac_cv_c_restrict in restrict) ;; no) AC_DEFINE([restrict], []) ;; *) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;; esac ]) ]) # gl_BIGENDIAN # is like AC_C_BIGENDIAN, except that it can be AC_REQUIREd. # Note that AC_REQUIRE([AC_C_BIGENDIAN]) does not work reliably because some # macros invoke AC_C_BIGENDIAN with arguments. AC_DEFUN([gl_BIGENDIAN], [ AC_C_BIGENDIAN ]) # gl_CACHE_VAL_SILENT(cache-id, command-to-set-it) # is like AC_CACHE_VAL(cache-id, command-to-set-it), except that it does not # output a spurious "(cached)" mark in the midst of other configure output. # This macro should be used instead of AC_CACHE_VAL when it is not surrounded # by an AC_MSG_CHECKING/AC_MSG_RESULT pair. AC_DEFUN([gl_CACHE_VAL_SILENT], [ saved_as_echo_n="$as_echo_n" as_echo_n=':' AC_CACHE_VAL([$1], [$2]) as_echo_n="$saved_as_echo_n" ]) gsasl-1.8.0/lib/gl/m4/md5.m40000664000000000000000000000062311746471770012160 00000000000000# md5.m4 serial 12 dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MD5], [ dnl Prerequisites of lib/md5.c. AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_INLINE]) : ]) gsasl-1.8.0/lib/gl/m4/fdopen.m40000664000000000000000000000250311746471770012745 00000000000000# fdopen.m4 serial 2 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FDOPEN], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_MSVC_INVAL]) if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_FDOPEN=1 else dnl Test whether fdopen() sets errno when it fails due to a bad fd argument. AC_CACHE_CHECK([whether fdopen sets errno], [gl_cv_func_fdopen_works], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include int main (void) { FILE *fp; errno = 0; fp = fdopen (-1, "r"); if (fp != NULL) return 1; if (errno == 0) return 2; return 0; }]])], [gl_cv_func_fdopen_works=yes], [gl_cv_func_fdopen_works=no], [case "$host_os" in mingw*) gl_cv_func_fdopen_works="guessing no" ;; *) gl_cv_func_fdopen_works="guessing yes" ;; esac ]) ]) case "$gl_cv_func_fdopen_works" in *no) REPLACE_FDOPEN=1 ;; esac fi ]) dnl Prerequisites of lib/fdopen.c. AC_DEFUN([gl_PREREQ_FDOPEN], []) gsasl-1.8.0/lib/gl/m4/fpieee.m40000664000000000000000000000435611746471770012737 00000000000000# fpieee.m4 serial 2 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl IEEE 754 standardized three items: dnl - The formats of single-float and double-float - nowadays commonly dnl available as 'float' and 'double' in C and C++. dnl No autoconf test needed. dnl - The overflow and division by zero behaviour: The result are values dnl '±Inf' and 'NaN', rather than exceptions as it was before. dnl This file provides an autoconf macro for ensuring this behaviour of dnl floating-point operations. dnl - A set of conditions (overflow, underflow, inexact, etc.) which can dnl be configured to trigger an exception. dnl This cannot be done in a portable way: it depends on the compiler, dnl libc, kernel, and CPU. No autoconf macro is provided for this. dnl Ensure non-trapping behaviour of floating-point overflow and dnl floating-point division by zero. dnl (For integer overflow, see gcc's -ftrapv option; for integer division by dnl zero, see the autoconf macro in intdiv0.m4.) AC_DEFUN([gl_FP_IEEE], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) # IEEE behaviour is the default on all CPUs except Alpha and SH # (according to the test results of Bruno Haible's ieeefp/fenv_default.m4 # and the GCC 4.1.2 manual). case "$host_cpu" in alpha*) # On Alpha systems, a compiler option provides the behaviour. # See the ieee(3) manual page, also available at # if test -n "$GCC"; then # GCC has the option -mieee. # For full IEEE compliance (rarely needed), use option -mieee-with-inexact. CPPFLAGS="$CPPFLAGS -mieee" else # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact. # For full IEEE compliance (rarely needed), use option -ieee_with_inexact. CPPFLAGS="$CPPFLAGS -ieee" fi ;; sh*) if test -n "$GCC"; then # GCC has the option -mieee. CPPFLAGS="$CPPFLAGS -mieee" fi ;; esac ]) gsasl-1.8.0/lib/gl/m4/vasnprintf.m40000664000000000000000000002116711746471770013673 00000000000000# vasnprintf.m4 serial 35 dnl Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_VASNPRINTF], [ AC_CHECK_FUNCS_ONCE([vasnprintf]) if test $ac_cv_func_vasnprintf = no; then gl_REPLACE_VASNPRINTF fi ]) AC_DEFUN([gl_REPLACE_VASNPRINTF], [ AC_CHECK_FUNCS_ONCE([vasnprintf]) AC_LIBOBJ([vasnprintf]) AC_LIBOBJ([printf-args]) AC_LIBOBJ([printf-parse]) AC_LIBOBJ([asnprintf]) if test $ac_cv_func_vasnprintf = yes; then AC_DEFINE([REPLACE_VASNPRINTF], [1], [Define if vasnprintf exists but is overridden by gnulib.]) fi gl_PREREQ_PRINTF_ARGS gl_PREREQ_PRINTF_PARSE gl_PREREQ_VASNPRINTF gl_PREREQ_ASNPRINTF ]) # Prerequisites of lib/printf-args.h, lib/printf-args.c. AC_DEFUN([gl_PREREQ_PRINTF_ARGS], [ AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) ]) # Prerequisites of lib/printf-parse.h, lib/printf-parse.c. AC_DEFUN([gl_PREREQ_PRINTF_PARSE], [ AC_REQUIRE([gl_FEATURES_H]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) AC_REQUIRE([AC_TYPE_SIZE_T]) AC_CHECK_TYPE([ptrdiff_t], , [AC_DEFINE([ptrdiff_t], [long], [Define as the type of the result of subtracting two pointers, if the system doesn't define it.]) ]) AC_REQUIRE([gt_AC_TYPE_INTMAX_T]) ]) # Prerequisites of lib/vasnprintf.c. AC_DEFUN_ONCE([gl_PREREQ_VASNPRINTF], [ AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_FUNC_ALLOCA]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) AC_CHECK_FUNCS([snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb]) dnl Use the _snprintf function only if it is declared (because on NetBSD it dnl is defined as a weak alias of snprintf; we prefer to use the latter). AC_CHECK_DECLS([_snprintf], , , [[#include ]]) dnl Knowing DBL_EXPBIT0_WORD and DBL_EXPBIT0_BIT enables an optimization dnl in the code for NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE. AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION]) dnl We can avoid a lot of code by assuming that snprintf's return value dnl conforms to ISO C99. So check that. AC_REQUIRE([gl_SNPRINTF_RETVAL_C99]) case "$gl_cv_func_snprintf_retval_c99" in *yes) AC_DEFINE([HAVE_SNPRINTF_RETVAL_C99], [1], [Define if the return value of the snprintf function is the number of of bytes (excluding the terminating NUL) that would have been produced if the buffer had been large enough.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting 'long double' # arguments. AC_DEFUN_ONCE([gl_PREREQ_VASNPRINTF_LONG_DOUBLE], [ AC_REQUIRE([gl_PRINTF_LONG_DOUBLE]) case "$gl_cv_func_printf_long_double" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'long double' arguments.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'double' # arguments. AC_DEFUN([gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE], [ AC_REQUIRE([gl_PRINTF_INFINITE]) case "$gl_cv_func_printf_infinite" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_INFINITE_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for infinite 'double' arguments.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'long double' # arguments. AC_DEFUN([gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE], [ AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE]) dnl There is no need to set NEED_PRINTF_INFINITE_LONG_DOUBLE if dnl NEED_PRINTF_LONG_DOUBLE is already set. AC_REQUIRE([gl_PREREQ_VASNPRINTF_LONG_DOUBLE]) case "$gl_cv_func_printf_long_double" in *yes) case "$gl_cv_func_printf_infinite_long_double" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_INFINITE_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for infinite 'long double' arguments.]) ;; esac ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 'a' directive. AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_A], [ AC_REQUIRE([gl_PRINTF_DIRECTIVE_A]) case "$gl_cv_func_printf_directive_a" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_DIRECTIVE_A], [1], [Define if the vasnprintf implementation needs special code for the 'a' and 'A' directives.]) AC_CHECK_FUNCS([nl_langinfo]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 'F' directive. AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_F], [ AC_REQUIRE([gl_PRINTF_DIRECTIVE_F]) case "$gl_cv_func_printf_directive_f" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_DIRECTIVE_F], [1], [Define if the vasnprintf implementation needs special code for the 'F' directive.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 'ls' directive. AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_LS], [ AC_REQUIRE([gl_PRINTF_DIRECTIVE_LS]) case "$gl_cv_func_printf_directive_ls" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_DIRECTIVE_LS], [1], [Define if the vasnprintf implementation needs special code for the 'ls' directive.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the ' flag. AC_DEFUN([gl_PREREQ_VASNPRINTF_FLAG_GROUPING], [ AC_REQUIRE([gl_PRINTF_FLAG_GROUPING]) case "$gl_cv_func_printf_flag_grouping" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_FLAG_GROUPING], [1], [Define if the vasnprintf implementation needs special code for the ' flag.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the '-' flag. AC_DEFUN([gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST], [ AC_REQUIRE([gl_PRINTF_FLAG_LEFTADJUST]) case "$gl_cv_func_printf_flag_leftadjust" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_FLAG_LEFTADJUST], [1], [Define if the vasnprintf implementation needs special code for the '-' flag.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 0 flag. AC_DEFUN([gl_PREREQ_VASNPRINTF_FLAG_ZERO], [ AC_REQUIRE([gl_PRINTF_FLAG_ZERO]) case "$gl_cv_func_printf_flag_zero" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_FLAG_ZERO], [1], [Define if the vasnprintf implementation needs special code for the 0 flag.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting large precisions. AC_DEFUN([gl_PREREQ_VASNPRINTF_PRECISION], [ AC_REQUIRE([gl_PRINTF_PRECISION]) case "$gl_cv_func_printf_precision" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_UNBOUNDED_PRECISION], [1], [Define if the vasnprintf implementation needs special code for supporting large precisions without arbitrary bounds.]) AC_DEFINE([NEED_PRINTF_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'double' arguments.]) AC_DEFINE([NEED_PRINTF_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'long double' arguments.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for surviving out-of-memory # conditions. AC_DEFUN([gl_PREREQ_VASNPRINTF_ENOMEM], [ AC_REQUIRE([gl_PRINTF_ENOMEM]) case "$gl_cv_func_printf_enomem" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_ENOMEM], [1], [Define if the vasnprintf implementation needs special code for surviving out-of-memory conditions.]) AC_DEFINE([NEED_PRINTF_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'double' arguments.]) AC_DEFINE([NEED_PRINTF_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'long double' arguments.]) ;; esac ]) # Prerequisites of lib/vasnprintf.c including all extras for POSIX compliance. AC_DEFUN([gl_PREREQ_VASNPRINTF_WITH_EXTRAS], [ AC_REQUIRE([gl_PREREQ_VASNPRINTF]) gl_PREREQ_VASNPRINTF_LONG_DOUBLE gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE gl_PREREQ_VASNPRINTF_DIRECTIVE_A gl_PREREQ_VASNPRINTF_DIRECTIVE_F gl_PREREQ_VASNPRINTF_DIRECTIVE_LS gl_PREREQ_VASNPRINTF_FLAG_GROUPING gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST gl_PREREQ_VASNPRINTF_FLAG_ZERO gl_PREREQ_VASNPRINTF_PRECISION gl_PREREQ_VASNPRINTF_ENOMEM ]) # Prerequisites of lib/asnprintf.c. AC_DEFUN([gl_PREREQ_ASNPRINTF], [ ]) gsasl-1.8.0/lib/gl/m4/realloc.m40000664000000000000000000000475311754207047013115 00000000000000# realloc.m4 serial 13 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. m4_version_prereq([2.70], [] ,[ # This is taken from the following Autoconf patch: # http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7fbb553727ed7e0e689a17594b58559ecf3ea6e9 AC_DEFUN([_AC_FUNC_REALLOC_IF], [ AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl for cross-compiles AC_CHECK_HEADERS([stdlib.h]) AC_CACHE_CHECK([for GNU libc compatible realloc], [ac_cv_func_realloc_0_nonnull], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#if defined STDC_HEADERS || defined HAVE_STDLIB_H # include #else char *realloc (); #endif ]], [[return ! realloc (0, 0);]]) ], [ac_cv_func_realloc_0_nonnull=yes], [ac_cv_func_realloc_0_nonnull=no], [case "$host_os" in # Guess yes on platforms where we know the result. *-gnu* | freebsd* | netbsd* | openbsd* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_realloc_0_nonnull=yes ;; # If we don't know, assume the worst. *) ac_cv_func_realloc_0_nonnull=no ;; esac ]) ]) AS_IF([test $ac_cv_func_realloc_0_nonnull = yes], [$1], [$2]) ])# AC_FUNC_REALLOC ]) # gl_FUNC_REALLOC_GNU # ------------------- # Test whether 'realloc (0, 0)' is handled like in GNU libc, and replace # realloc if it is not. AC_DEFUN([gl_FUNC_REALLOC_GNU], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) dnl _AC_FUNC_REALLOC_IF is defined in Autoconf. _AC_FUNC_REALLOC_IF( [AC_DEFINE([HAVE_REALLOC_GNU], [1], [Define to 1 if your system has a GNU libc compatible 'realloc' function, and to 0 otherwise.])], [AC_DEFINE([HAVE_REALLOC_GNU], [0]) REPLACE_REALLOC=1 ]) ])# gl_FUNC_REALLOC_GNU # gl_FUNC_REALLOC_POSIX # --------------------- # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it # fails), and replace realloc if it is not. AC_DEFUN([gl_FUNC_REALLOC_POSIX], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_REQUIRE([gl_CHECK_MALLOC_POSIX]) if test $gl_cv_func_malloc_posix = yes; then AC_DEFINE([HAVE_REALLOC_POSIX], [1], [Define if the 'realloc' function is POSIX compliant.]) else REPLACE_REALLOC=1 fi ]) gsasl-1.8.0/lib/gl/m4/ssize_t.m40000664000000000000000000000146311746471770013156 00000000000000# ssize_t.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2001-2003, 2006, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether ssize_t is defined. AC_DEFUN([gt_TYPE_SSIZE_T], [ AC_CACHE_CHECK([for ssize_t], [gt_cv_ssize_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x;]])], [gt_cv_ssize_t=yes], [gt_cv_ssize_t=no])]) if test $gt_cv_ssize_t = no; then AC_DEFINE([ssize_t], [int], [Define as a signed type of the same size as size_t.]) fi ]) gsasl-1.8.0/lib/gl/m4/wchar_h.m40000664000000000000000000002224011746471770013105 00000000000000dnl A placeholder for ISO C99 , for platforms that have issues. dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Eric Blake. # wchar_h.m4 serial 39 AC_DEFUN([gl_WCHAR_H], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_REQUIRE([gl_WCHAR_H_INLINE_OK]) dnl Prepare for creating substitute . dnl Check for (missing in Linux uClibc when built without wide dnl character support). dnl is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([wchar.h]) if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi AC_SUBST([HAVE_WCHAR_H]) AC_REQUIRE([gl_FEATURES_H]) AC_REQUIRE([gt_TYPE_WINT_T]) if test $gt_cv_c_wint_t = yes; then HAVE_WINT_T=1 else HAVE_WINT_T=0 fi AC_SUBST([HAVE_WINT_T]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include #endif #include ]], [btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ]) ]) dnl Check whether is usable at all. AC_DEFUN([gl_WCHAR_H_INLINE_OK], [ dnl Test whether suffers due to the transition from '__inline' to dnl 'gnu_inline'. See dnl and . In summary, dnl glibc version 2.5 or older, together with gcc version 4.3 or newer and dnl the option -std=c99 or -std=gnu99, leads to a broken . AC_CACHE_CHECK([whether uses 'inline' correctly], [gl_cv_header_wchar_h_correct_inline], [gl_cv_header_wchar_h_correct_inline=yes AC_LANG_CONFTEST([ AC_LANG_SOURCE([[#define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include extern int zero (void); int main () { return zero(); } ]])]) if AC_TRY_EVAL([ac_compile]); then mv conftest.$ac_objext conftest1.$ac_objext AC_LANG_CONFTEST([ AC_LANG_SOURCE([[#define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int zero (void) { return 0; } ]])]) if AC_TRY_EVAL([ac_compile]); then mv conftest.$ac_objext conftest2.$ac_objext if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&AS_MESSAGE_LOG_FD 2>&1; then : else gl_cv_header_wchar_h_correct_inline=no fi fi fi rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext ]) if test $gl_cv_header_wchar_h_correct_inline = no; then AC_MSG_ERROR([ cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in C99 mode. You have four options: - Add the flag -fgnu89-inline to CC and reconfigure, or - Fix your include files, using parts of , or - Use a gcc version older than 4.3, or - Don't use the flags -std=c99 or -std=gnu99. Configuration aborted.]) fi ]) AC_DEFUN([gl_WCHAR_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_WCHAR_H_DEFAULTS], [ GNULIB_BTOWC=0; AC_SUBST([GNULIB_BTOWC]) GNULIB_WCTOB=0; AC_SUBST([GNULIB_WCTOB]) GNULIB_MBSINIT=0; AC_SUBST([GNULIB_MBSINIT]) GNULIB_MBRTOWC=0; AC_SUBST([GNULIB_MBRTOWC]) GNULIB_MBRLEN=0; AC_SUBST([GNULIB_MBRLEN]) GNULIB_MBSRTOWCS=0; AC_SUBST([GNULIB_MBSRTOWCS]) GNULIB_MBSNRTOWCS=0; AC_SUBST([GNULIB_MBSNRTOWCS]) GNULIB_WCRTOMB=0; AC_SUBST([GNULIB_WCRTOMB]) GNULIB_WCSRTOMBS=0; AC_SUBST([GNULIB_WCSRTOMBS]) GNULIB_WCSNRTOMBS=0; AC_SUBST([GNULIB_WCSNRTOMBS]) GNULIB_WCWIDTH=0; AC_SUBST([GNULIB_WCWIDTH]) GNULIB_WMEMCHR=0; AC_SUBST([GNULIB_WMEMCHR]) GNULIB_WMEMCMP=0; AC_SUBST([GNULIB_WMEMCMP]) GNULIB_WMEMCPY=0; AC_SUBST([GNULIB_WMEMCPY]) GNULIB_WMEMMOVE=0; AC_SUBST([GNULIB_WMEMMOVE]) GNULIB_WMEMSET=0; AC_SUBST([GNULIB_WMEMSET]) GNULIB_WCSLEN=0; AC_SUBST([GNULIB_WCSLEN]) GNULIB_WCSNLEN=0; AC_SUBST([GNULIB_WCSNLEN]) GNULIB_WCSCPY=0; AC_SUBST([GNULIB_WCSCPY]) GNULIB_WCPCPY=0; AC_SUBST([GNULIB_WCPCPY]) GNULIB_WCSNCPY=0; AC_SUBST([GNULIB_WCSNCPY]) GNULIB_WCPNCPY=0; AC_SUBST([GNULIB_WCPNCPY]) GNULIB_WCSCAT=0; AC_SUBST([GNULIB_WCSCAT]) GNULIB_WCSNCAT=0; AC_SUBST([GNULIB_WCSNCAT]) GNULIB_WCSCMP=0; AC_SUBST([GNULIB_WCSCMP]) GNULIB_WCSNCMP=0; AC_SUBST([GNULIB_WCSNCMP]) GNULIB_WCSCASECMP=0; AC_SUBST([GNULIB_WCSCASECMP]) GNULIB_WCSNCASECMP=0; AC_SUBST([GNULIB_WCSNCASECMP]) GNULIB_WCSCOLL=0; AC_SUBST([GNULIB_WCSCOLL]) GNULIB_WCSXFRM=0; AC_SUBST([GNULIB_WCSXFRM]) GNULIB_WCSDUP=0; AC_SUBST([GNULIB_WCSDUP]) GNULIB_WCSCHR=0; AC_SUBST([GNULIB_WCSCHR]) GNULIB_WCSRCHR=0; AC_SUBST([GNULIB_WCSRCHR]) GNULIB_WCSCSPN=0; AC_SUBST([GNULIB_WCSCSPN]) GNULIB_WCSSPN=0; AC_SUBST([GNULIB_WCSSPN]) GNULIB_WCSPBRK=0; AC_SUBST([GNULIB_WCSPBRK]) GNULIB_WCSSTR=0; AC_SUBST([GNULIB_WCSSTR]) GNULIB_WCSTOK=0; AC_SUBST([GNULIB_WCSTOK]) GNULIB_WCSWIDTH=0; AC_SUBST([GNULIB_WCSWIDTH]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_BTOWC=1; AC_SUBST([HAVE_BTOWC]) HAVE_MBSINIT=1; AC_SUBST([HAVE_MBSINIT]) HAVE_MBRTOWC=1; AC_SUBST([HAVE_MBRTOWC]) HAVE_MBRLEN=1; AC_SUBST([HAVE_MBRLEN]) HAVE_MBSRTOWCS=1; AC_SUBST([HAVE_MBSRTOWCS]) HAVE_MBSNRTOWCS=1; AC_SUBST([HAVE_MBSNRTOWCS]) HAVE_WCRTOMB=1; AC_SUBST([HAVE_WCRTOMB]) HAVE_WCSRTOMBS=1; AC_SUBST([HAVE_WCSRTOMBS]) HAVE_WCSNRTOMBS=1; AC_SUBST([HAVE_WCSNRTOMBS]) HAVE_WMEMCHR=1; AC_SUBST([HAVE_WMEMCHR]) HAVE_WMEMCMP=1; AC_SUBST([HAVE_WMEMCMP]) HAVE_WMEMCPY=1; AC_SUBST([HAVE_WMEMCPY]) HAVE_WMEMMOVE=1; AC_SUBST([HAVE_WMEMMOVE]) HAVE_WMEMSET=1; AC_SUBST([HAVE_WMEMSET]) HAVE_WCSLEN=1; AC_SUBST([HAVE_WCSLEN]) HAVE_WCSNLEN=1; AC_SUBST([HAVE_WCSNLEN]) HAVE_WCSCPY=1; AC_SUBST([HAVE_WCSCPY]) HAVE_WCPCPY=1; AC_SUBST([HAVE_WCPCPY]) HAVE_WCSNCPY=1; AC_SUBST([HAVE_WCSNCPY]) HAVE_WCPNCPY=1; AC_SUBST([HAVE_WCPNCPY]) HAVE_WCSCAT=1; AC_SUBST([HAVE_WCSCAT]) HAVE_WCSNCAT=1; AC_SUBST([HAVE_WCSNCAT]) HAVE_WCSCMP=1; AC_SUBST([HAVE_WCSCMP]) HAVE_WCSNCMP=1; AC_SUBST([HAVE_WCSNCMP]) HAVE_WCSCASECMP=1; AC_SUBST([HAVE_WCSCASECMP]) HAVE_WCSNCASECMP=1; AC_SUBST([HAVE_WCSNCASECMP]) HAVE_WCSCOLL=1; AC_SUBST([HAVE_WCSCOLL]) HAVE_WCSXFRM=1; AC_SUBST([HAVE_WCSXFRM]) HAVE_WCSDUP=1; AC_SUBST([HAVE_WCSDUP]) HAVE_WCSCHR=1; AC_SUBST([HAVE_WCSCHR]) HAVE_WCSRCHR=1; AC_SUBST([HAVE_WCSRCHR]) HAVE_WCSCSPN=1; AC_SUBST([HAVE_WCSCSPN]) HAVE_WCSSPN=1; AC_SUBST([HAVE_WCSSPN]) HAVE_WCSPBRK=1; AC_SUBST([HAVE_WCSPBRK]) HAVE_WCSSTR=1; AC_SUBST([HAVE_WCSSTR]) HAVE_WCSTOK=1; AC_SUBST([HAVE_WCSTOK]) HAVE_WCSWIDTH=1; AC_SUBST([HAVE_WCSWIDTH]) HAVE_DECL_WCTOB=1; AC_SUBST([HAVE_DECL_WCTOB]) HAVE_DECL_WCWIDTH=1; AC_SUBST([HAVE_DECL_WCWIDTH]) REPLACE_MBSTATE_T=0; AC_SUBST([REPLACE_MBSTATE_T]) REPLACE_BTOWC=0; AC_SUBST([REPLACE_BTOWC]) REPLACE_WCTOB=0; AC_SUBST([REPLACE_WCTOB]) REPLACE_MBSINIT=0; AC_SUBST([REPLACE_MBSINIT]) REPLACE_MBRTOWC=0; AC_SUBST([REPLACE_MBRTOWC]) REPLACE_MBRLEN=0; AC_SUBST([REPLACE_MBRLEN]) REPLACE_MBSRTOWCS=0; AC_SUBST([REPLACE_MBSRTOWCS]) REPLACE_MBSNRTOWCS=0; AC_SUBST([REPLACE_MBSNRTOWCS]) REPLACE_WCRTOMB=0; AC_SUBST([REPLACE_WCRTOMB]) REPLACE_WCSRTOMBS=0; AC_SUBST([REPLACE_WCSRTOMBS]) REPLACE_WCSNRTOMBS=0; AC_SUBST([REPLACE_WCSNRTOMBS]) REPLACE_WCWIDTH=0; AC_SUBST([REPLACE_WCWIDTH]) REPLACE_WCSWIDTH=0; AC_SUBST([REPLACE_WCSWIDTH]) ]) gsasl-1.8.0/lib/gl/m4/exponentd.m40000664000000000000000000000755211746471770013507 00000000000000# exponentd.m4 serial 3 dnl Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_DOUBLE_EXPONENT_LOCATION], [ AC_CACHE_CHECK([where to find the exponent in a 'double'], [gl_cv_cc_double_expbit0], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #include #include #define NWORDS \ ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) typedef union { double value; unsigned int word[NWORDS]; } memory_double; static unsigned int ored_words[NWORDS]; static unsigned int anded_words[NWORDS]; static void add_to_ored_words (double x) { memory_double m; size_t i; /* Clear it first, in case sizeof (double) < sizeof (memory_double). */ memset (&m, 0, sizeof (memory_double)); m.value = x; for (i = 0; i < NWORDS; i++) { ored_words[i] |= m.word[i]; anded_words[i] &= m.word[i]; } } int main () { size_t j; FILE *fp = fopen ("conftest.out", "w"); if (fp == NULL) return 1; for (j = 0; j < NWORDS; j++) anded_words[j] = ~ (unsigned int) 0; add_to_ored_words (0.25); add_to_ored_words (0.5); add_to_ored_words (1.0); add_to_ored_words (2.0); add_to_ored_words (4.0); /* Remove bits that are common (e.g. if representation of the first mantissa bit is explicit). */ for (j = 0; j < NWORDS; j++) ored_words[j] &= ~anded_words[j]; /* Now find the nonzero word. */ for (j = 0; j < NWORDS; j++) if (ored_words[j] != 0) break; if (j < NWORDS) { size_t i; for (i = j + 1; i < NWORDS; i++) if (ored_words[i] != 0) { fprintf (fp, "unknown"); return (fclose (fp) != 0); } for (i = 0; ; i++) if ((ored_words[j] >> i) & 1) { fprintf (fp, "word %d bit %d", (int) j, (int) i); return (fclose (fp) != 0); } } fprintf (fp, "unknown"); return (fclose (fp) != 0); } ]])], [gl_cv_cc_double_expbit0=`cat conftest.out`], [gl_cv_cc_double_expbit0="unknown"], [ dnl On ARM, there are two 'double' floating-point formats, used by dnl different sets of instructions: The older FPA instructions assume dnl that they are stored in big-endian word order, while the words dnl (like integer types) are stored in little-endian byte order. dnl The newer VFP instructions assume little-endian order dnl consistently. AC_EGREP_CPP([mixed_endianness], [ #if defined arm || defined __arm || defined __arm__ mixed_endianness #endif ], [gl_cv_cc_double_expbit0="unknown"], [ pushdef([AC_MSG_CHECKING],[:])dnl pushdef([AC_MSG_RESULT],[:])dnl pushdef([AC_MSG_RESULT_UNQUOTED],[:])dnl AC_C_BIGENDIAN( [gl_cv_cc_double_expbit0="word 0 bit 20"], [gl_cv_cc_double_expbit0="word 1 bit 20"], [gl_cv_cc_double_expbit0="unknown"]) popdef([AC_MSG_RESULT_UNQUOTED])dnl popdef([AC_MSG_RESULT])dnl popdef([AC_MSG_CHECKING])dnl ]) ]) rm -f conftest.out ]) case "$gl_cv_cc_double_expbit0" in word*bit*) word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word], [Define as the word index where to find the exponent of 'double'.]) AC_DEFINE_UNQUOTED([DBL_EXPBIT0_BIT], [$bit], [Define as the bit index in the word where to find bit 0 of the exponent of 'double'.]) ;; esac ]) gsasl-1.8.0/lib/gl/m4/base64.m40000664000000000000000000000072011746471770012555 00000000000000# base64.m4 serial 3 dnl Copyright (C) 2004, 2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_BASE64], [ gl_PREREQ_BASE64 ]) # Prerequisites of lib/base64.c. AC_DEFUN([gl_PREREQ_BASE64], [ AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_C_RESTRICT]) ]) gsasl-1.8.0/lib/gl/m4/inttypes.m40000664000000000000000000001223111746471770013350 00000000000000# inttypes.m4 serial 26 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Derek Price, Bruno Haible. dnl Test whether is supported or must be substituted. AC_DEFUN([gl_INTTYPES_H], [ AC_REQUIRE([gl_INTTYPES_INCOMPLETE]) gl_INTTYPES_PRI_SCN ]) AC_DEFUN_ONCE([gl_INTTYPES_INCOMPLETE], [ AC_REQUIRE([gl_STDINT_H]) AC_CHECK_HEADERS_ONCE([inttypes.h]) dnl Override always, so that the portability warnings work. AC_REQUIRE([gl_INTTYPES_H_DEFAULTS]) gl_CHECK_NEXT_HEADERS([inttypes.h]) AC_REQUIRE([gl_MULTIARCH]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include ]], [imaxabs imaxdiv strtoimax strtoumax]) ]) # Ensure that the PRI* and SCN* macros are defined appropriately. AC_DEFUN([gl_INTTYPES_PRI_SCN], [ AC_REQUIRE([gt_INTTYPES_PRI]) PRIPTR_PREFIX= if test -n "$STDINT_H"; then dnl Using the gnulib . It always defines intptr_t to 'long'. PRIPTR_PREFIX='"l"' else dnl Using the system's . for glpfx in '' l ll I64; do case $glpfx in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; I64) gltype1='__int64';; esac AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include extern intptr_t foo; extern $gltype1 foo;]])], [PRIPTR_PREFIX='"'$glpfx'"']) test -n "$PRIPTR_PREFIX" && break done fi AC_SUBST([PRIPTR_PREFIX]) gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [INT32_MAX_LT_INTMAX_MAX], [defined INT32_MAX && defined INTMAX_MAX], [INT32_MAX < INTMAX_MAX], [sizeof (int) < sizeof (long long int)]) if test $APPLE_UNIVERSAL_BUILD = 0; then gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [INT64_MAX_EQ_LONG_MAX], [defined INT64_MAX], [INT64_MAX == LONG_MAX], [sizeof (long long int) == sizeof (long int)]) else INT64_MAX_EQ_LONG_MAX=-1 fi gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [UINT32_MAX_LT_UINTMAX_MAX], [defined UINT32_MAX && defined UINTMAX_MAX], [UINT32_MAX < UINTMAX_MAX], [sizeof (unsigned int) < sizeof (unsigned long long int)]) if test $APPLE_UNIVERSAL_BUILD = 0; then gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [UINT64_MAX_EQ_ULONG_MAX], [defined UINT64_MAX], [UINT64_MAX == ULONG_MAX], [sizeof (unsigned long long int) == sizeof (unsigned long int)]) else UINT64_MAX_EQ_ULONG_MAX=-1 fi ]) # Define the symbol $1 to be 1 if the condition is true, 0 otherwise. # If $2 is true, the condition is $3; otherwise if long long int is supported # approximate the condition with $4; otherwise, assume the condition is false. # The condition should work on all C99 platforms; the approximations should be # good enough to work on all practical pre-C99 platforms. # $2 is evaluated by the C preprocessor, $3 and $4 as compile-time constants. AC_DEFUN([gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION], [ AC_CACHE_CHECK([whether $3], [gl_cv_test_$1], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[/* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if $2 #define CONDITION ($3) #elif HAVE_LONG_LONG_INT #define CONDITION ($4) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1];]])], [gl_cv_test_$1=yes], [gl_cv_test_$1=no])]) if test $gl_cv_test_$1 = yes; then $1=1; else $1=0; fi AC_SUBST([$1]) ]) AC_DEFUN([gl_INTTYPES_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_INTTYPES_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_INTTYPES_H_DEFAULTS], [ GNULIB_IMAXABS=0; AC_SUBST([GNULIB_IMAXABS]) GNULIB_IMAXDIV=0; AC_SUBST([GNULIB_IMAXDIV]) GNULIB_STRTOIMAX=0; AC_SUBST([GNULIB_STRTOIMAX]) GNULIB_STRTOUMAX=0; AC_SUBST([GNULIB_STRTOUMAX]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_IMAXABS=1; AC_SUBST([HAVE_DECL_IMAXABS]) HAVE_DECL_IMAXDIV=1; AC_SUBST([HAVE_DECL_IMAXDIV]) HAVE_DECL_STRTOIMAX=1; AC_SUBST([HAVE_DECL_STRTOIMAX]) HAVE_DECL_STRTOUMAX=1; AC_SUBST([HAVE_DECL_STRTOUMAX]) REPLACE_STRTOIMAX=0; AC_SUBST([REPLACE_STRTOIMAX]) INT32_MAX_LT_INTMAX_MAX=1; AC_SUBST([INT32_MAX_LT_INTMAX_MAX]) INT64_MAX_EQ_LONG_MAX='defined _LP64'; AC_SUBST([INT64_MAX_EQ_LONG_MAX]) PRI_MACROS_BROKEN=0; AC_SUBST([PRI_MACROS_BROKEN]) PRIPTR_PREFIX=__PRIPTR_PREFIX; AC_SUBST([PRIPTR_PREFIX]) UINT32_MAX_LT_UINTMAX_MAX=1; AC_SUBST([UINT32_MAX_LT_UINTMAX_MAX]) UINT64_MAX_EQ_ULONG_MAX='defined _LP64'; AC_SUBST([UINT64_MAX_EQ_ULONG_MAX]) ]) gsasl-1.8.0/lib/gl/m4/gnulib-comp.m40000664000000000000000000004575211754216403013710 00000000000000# DO NOT EDIT! GENERATED AUTOMATICALLY! # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the compiled summary of the specification in # gnulib-cache.m4. It lists the computed macro invocations that need # to be invoked from configure.ac. # In projects that use version control, this file can be treated like # other built files. # This macro should be invoked from ./configure.ac, in the section # "Checks for programs", right after AC_PROG_CC, and certainly before # any checks for libraries, header files, types and library functions. AC_DEFUN([gl_EARLY], [ m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace m4_pattern_allow([^gl_ES$])dnl a valid locale name m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable AC_REQUIRE([gl_PROG_AR_RANLIB]) # Code from module alloca-opt: # Code from module alloca-opt-tests: # Code from module base64: # Code from module base64-tests: # Code from module c-ctype: # Code from module c-ctype-tests: # Code from module crypto/gc: # Code from module crypto/gc-hmac-md5: # Code from module crypto/gc-hmac-md5-tests: # Code from module crypto/gc-hmac-sha1: # Code from module crypto/gc-hmac-sha1-tests: # Code from module crypto/gc-md5: # Code from module crypto/gc-md5-tests: # Code from module crypto/gc-pbkdf2-sha1: # Code from module crypto/gc-pbkdf2-sha1-tests: # Code from module crypto/gc-random: # Code from module crypto/gc-sha1: # Code from module crypto/gc-sha1-tests: # Code from module crypto/gc-tests: # Code from module crypto/hmac-md5: # Code from module crypto/hmac-md5-tests: # Code from module crypto/hmac-sha1: # Code from module crypto/hmac-sha1-tests: # Code from module crypto/md5: # Code from module crypto/md5-tests: # Code from module crypto/sha1: # Code from module crypto/sha1-tests: # Code from module errno: # Code from module errno-tests: # Code from module extensions: AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) # Code from module fdopen: # Code from module fdopen-tests: # Code from module fgetc-tests: # Code from module float: # Code from module float-tests: # Code from module fpieee: AC_REQUIRE([gl_FP_IEEE]) # Code from module fpucw: # Code from module fputc-tests: # Code from module fread-tests: # Code from module fwrite-tests: # Code from module getdelim: # Code from module getdelim-tests: # Code from module getline: # Code from module getline-tests: # Code from module getpagesize: # Code from module gettext: # Code from module gettext-h: # Code from module gnumakefile: # Code from module gss-extra: # Code from module havelib: # Code from module include_next: # Code from module intprops: # Code from module intprops-tests: # Code from module inttypes: # Code from module inttypes-incomplete: # Code from module inttypes-tests: # Code from module lib-msvc-compat: # Code from module lib-symbol-versions: # Code from module lib-symbol-visibility: # Code from module maintainer-makefile: # Code from module memchr: # Code from module memchr-tests: # Code from module memmem: # Code from module memmem-simple: # Code from module memmem-tests: # Code from module memxor: # Code from module minmax: # Code from module msvc-inval: # Code from module multiarch: # Code from module realloc-posix: # Code from module size_max: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/warn-on-use: # Code from module ssize_t: # Code from module stdalign: # Code from module stdalign-tests: # Code from module stdbool: # Code from module stdbool-tests: # Code from module stddef: # Code from module stddef-tests: # Code from module stdint: # Code from module stdint-tests: # Code from module stdio: # Code from module stdio-tests: # Code from module stdlib: # Code from module stdlib-tests: # Code from module string: # Code from module string-tests: # Code from module strndup: # Code from module strnlen: # Code from module strnlen-tests: # Code from module strverscmp: # Code from module strverscmp-tests: # Code from module sys_types: # Code from module sys_types-tests: # Code from module test-framework-sh: # Code from module test-framework-sh-tests: # Code from module unistd: # Code from module unistd-tests: # Code from module useless-if-before-free: # Code from module vasnprintf: # Code from module vasnprintf-tests: # Code from module vasprintf: # Code from module vasprintf-tests: # Code from module vc-list-files: # Code from module verify: # Code from module verify-tests: # Code from module wchar: # Code from module wchar-tests: # Code from module xsize: ]) # This macro should be invoked from ./configure.ac, in the section # "Check for header files, types and library functions". AC_DEFUN([gl_INIT], [ AM_CONDITIONAL([GL_COND_LIBTOOL], [true]) gl_cond_libtool=true gl_m4_base='gl/m4' m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES])) m4_pushdef([gl_LIBSOURCES_LIST], []) m4_pushdef([gl_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='gl' gl_FUNC_ALLOCA gl_FUNC_BASE64 gl_GC if test "$ac_cv_libgcrypt" = yes; then AC_LIBOBJ([gc-libgcrypt]) else AC_LIBOBJ([gc-gnulib]) fi if test $gl_cond_libtool = false; then gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT" gl_libdeps="$gl_libdeps $LIBGCRYPT" fi gl_GC_HMAC_MD5 gl_MODULE_INDICATOR([gc-hmac-md5]) gl_GC_HMAC_SHA1 gl_MODULE_INDICATOR([gc-hmac-sha1]) gl_GC_MD5 gl_MODULE_INDICATOR([gc-md5]) gl_GC_RANDOM gl_MODULE_INDICATOR([gc-random]) gl_GC_SHA1 gl_MODULE_INDICATOR([gc-sha1]) gl_MD5 gl_SHA1 gl_HEADER_ERRNO_H gl_FLOAT_H if test $REPLACE_FLOAT_LDBL = 1; then AC_LIBOBJ([float]) fi if test $REPLACE_ITOLD = 1; then AC_LIBOBJ([itold]) fi gl_FUNC_GETDELIM if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then AC_LIBOBJ([getdelim]) gl_PREREQ_GETDELIM fi gl_STDIO_MODULE_INDICATOR([getdelim]) gl_FUNC_GETLINE if test $REPLACE_GETLINE = 1; then AC_LIBOBJ([getline]) gl_PREREQ_GETLINE fi gl_STDIO_MODULE_INDICATOR([getline]) dnl you must add AM_GNU_GETTEXT([external]) or similar to configure.ac. AM_GNU_GETTEXT_VERSION([0.18.1]) AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) # Autoconf 2.61a.99 and earlier don't support linking a file only # in VPATH builds. But since GNUmakefile is for maintainer use # only, it does not matter if we skip the link with older autoconf. # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH # builds, so use a shell variable to bypass this. GNUmakefile=GNUmakefile m4_if(m4_version_compare([2.61a.100], m4_defn([m4_PACKAGE_VERSION])), [1], [], [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [], [GNUmakefile=$GNUmakefile])]) sj_GSS_EXTRA gl_LD_OUTPUT_DEF gl_LD_VERSION_SCRIPT gl_VISIBILITY AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER], [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])]) gl_FUNC_MEMCHR if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then AC_LIBOBJ([memchr]) gl_PREREQ_MEMCHR fi gl_STRING_MODULE_INDICATOR([memchr]) gl_FUNC_MEMMEM if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then AC_LIBOBJ([memmem]) fi gl_FUNC_MEMMEM_SIMPLE if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then AC_LIBOBJ([memmem]) fi gl_STRING_MODULE_INDICATOR([memmem]) gl_MEMXOR gl_MINMAX gl_MULTIARCH gl_FUNC_REALLOC_POSIX if test $REPLACE_REALLOC = 1; then AC_LIBOBJ([realloc]) fi gl_STDLIB_MODULE_INDICATOR([realloc-posix]) gl_SIZE_MAX gt_TYPE_SSIZE_T gl_STDALIGN_H AM_STDBOOL_H gl_STDDEF_H gl_STDINT_H gl_STDIO_H gl_STDLIB_H gl_HEADER_STRING_H gl_FUNC_STRNDUP if test $HAVE_STRNDUP = 0 || test $REPLACE_STRNDUP = 1; then AC_LIBOBJ([strndup]) fi gl_STRING_MODULE_INDICATOR([strndup]) gl_FUNC_STRNLEN if test $HAVE_DECL_STRNLEN = 0 || test $REPLACE_STRNLEN = 1; then AC_LIBOBJ([strnlen]) gl_PREREQ_STRNLEN fi gl_STRING_MODULE_INDICATOR([strnlen]) gl_FUNC_STRVERSCMP if test $HAVE_STRVERSCMP = 0; then AC_LIBOBJ([strverscmp]) gl_PREREQ_STRVERSCMP fi gl_STRING_MODULE_INDICATOR([strverscmp]) gl_SYS_TYPES_H AC_PROG_MKDIR_P gl_UNISTD_H gl_FUNC_VASNPRINTF gl_FUNC_VASPRINTF gl_STDIO_MODULE_INDICATOR([vasprintf]) m4_ifdef([AM_XGETTEXT_OPTION], [AM_][XGETTEXT_OPTION([--flag=asprintf:2:c-format]) AM_][XGETTEXT_OPTION([--flag=vasprintf:2:c-format])]) gl_WCHAR_H gl_XSIZE # End of code from modules m4_ifval(gl_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ || for gl_file in ]gl_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([gl_LIBSOURCES_DIR]) m4_popdef([gl_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ gl_libobjs= gl_ltlibobjs= if test -n "$gl_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gl_libobjs="$gl_libobjs $i.$ac_objext" gl_ltlibobjs="$gl_ltlibobjs $i.lo" done fi AC_SUBST([gl_LIBOBJS], [$gl_libobjs]) AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs]) ]) gltests_libdeps= gltests_ltlibdeps= m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES])) m4_pushdef([gltests_LIBSOURCES_LIST], []) m4_pushdef([gltests_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='gltests' changequote(,)dnl gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS changequote([, ])dnl AC_SUBST([gltests_WITNESS]) gl_module_indicator_condition=$gltests_WITNESS m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition]) gl_FUNC_FDOPEN if test $REPLACE_FDOPEN = 1; then AC_LIBOBJ([fdopen]) gl_PREREQ_FDOPEN fi gl_STDIO_MODULE_INDICATOR([fdopen]) gl_FUNC_GETPAGESIZE if test $REPLACE_GETPAGESIZE = 1; then AC_LIBOBJ([getpagesize]) fi gl_UNISTD_MODULE_INDICATOR([getpagesize]) gl_INTTYPES_H gl_INTTYPES_INCOMPLETE dnl Check for prerequisites for memory fence checks. gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) AC_CHECK_DECLS_ONCE([alarm]) gl_MSVC_INVAL if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then AC_LIBOBJ([msvc-inval]) fi gt_TYPE_WCHAR_T gt_TYPE_WINT_T dnl Check for prerequisites for memory fence checks. gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) m4_popdef([gl_MODULE_INDICATOR_CONDITION]) m4_ifval(gltests_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ || for gl_file in ]gltests_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([gltests_LIBSOURCES_DIR]) m4_popdef([gltests_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ gltests_libobjs= gltests_ltlibobjs= if test -n "$gltests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gltests_libobjs="$gltests_libobjs $i.$ac_objext" gltests_ltlibobjs="$gltests_ltlibobjs $i.lo" done fi AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs]) AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs]) ]) LIBTESTS_LIBDEPS="$gltests_libdeps" AC_SUBST([LIBTESTS_LIBDEPS]) ]) # Like AC_LIBOBJ, except that the module name goes # into gl_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gl_LIBOBJ], [ AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into gl_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gl_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([gl_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([gl_LIBSOURCES_DIR], [gl]) m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # Like AC_LIBOBJ, except that the module name goes # into gltests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gltests_LIBOBJ], [ AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into gltests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gltests_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([gltests_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([gltests_LIBSOURCES_DIR], [gltests]) m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # This macro records the list of files which have been installed by # gnulib-tool and may be removed by future gnulib-tool invocations. AC_DEFUN([gl_FILE_LIST], [ build-aux/config.rpath build-aux/snippet/_Noreturn.h build-aux/snippet/arg-nonnull.h build-aux/snippet/c++defs.h build-aux/snippet/warn-on-use.h build-aux/useless-if-before-free build-aux/vc-list-files lib/alloca.in.h lib/asnprintf.c lib/asprintf.c lib/base64.c lib/base64.h lib/c-ctype.c lib/c-ctype.h lib/errno.in.h lib/float+.h lib/float.c lib/float.in.h lib/gc-gnulib.c lib/gc-libgcrypt.c lib/gc-pbkdf2-sha1.c lib/gc.h lib/getdelim.c lib/getline.c lib/gettext.h lib/gss-extra.c lib/gss-extra.h lib/hmac-md5.c lib/hmac-sha1.c lib/hmac.h lib/itold.c lib/md5.c lib/md5.h lib/memchr.c lib/memchr.valgrind lib/memmem.c lib/memxor.c lib/memxor.h lib/minmax.h lib/printf-args.c lib/printf-args.h lib/printf-parse.c lib/printf-parse.h lib/realloc.c lib/sha1.c lib/sha1.h lib/size_max.h lib/stdalign.in.h lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h lib/stdio.in.h lib/stdlib.in.h lib/str-two-way.h lib/string.in.h lib/strndup.c lib/strnlen.c lib/strverscmp.c lib/sys_types.in.h lib/unistd.in.h lib/vasnprintf.c lib/vasnprintf.h lib/vasprintf.c lib/verify.h lib/wchar.in.h lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/base64.m4 m4/codeset.m4 m4/errno_h.m4 m4/exponentd.m4 m4/extensions.m4 m4/fcntl-o.m4 m4/fdopen.m4 m4/float_h.m4 m4/fpieee.m4 m4/gc-hmac-md5.m4 m4/gc-hmac-sha1.m4 m4/gc-md5.m4 m4/gc-random.m4 m4/gc-sha1.m4 m4/gc.m4 m4/getdelim.m4 m4/getline.m4 m4/getpagesize.m4 m4/gettext.m4 m4/glibc2.m4 m4/glibc21.m4 m4/gnulib-common.m4 m4/gss-extra.m4 m4/iconv.m4 m4/include_next.m4 m4/intdiv0.m4 m4/intl.m4 m4/intldir.m4 m4/intlmacosx.m4 m4/intmax.m4 m4/intmax_t.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/lcmessage.m4 m4/ld-output-def.m4 m4/ld-version-script.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/lock.m4 m4/longlong.m4 m4/malloc.m4 m4/math_h.m4 m4/md5.m4 m4/memchr.m4 m4/memmem.m4 m4/memxor.m4 m4/minmax.m4 m4/mmap-anon.m4 m4/msvc-inval.m4 m4/multiarch.m4 m4/nls.m4 m4/off_t.m4 m4/po.m4 m4/printf-posix.m4 m4/printf.m4 m4/progtest.m4 m4/realloc.m4 m4/sha1.m4 m4/size_max.m4 m4/ssize_t.m4 m4/stdalign.m4 m4/stdbool.m4 m4/stddef_h.m4 m4/stdint.m4 m4/stdint_h.m4 m4/stdio_h.m4 m4/stdlib_h.m4 m4/string_h.m4 m4/strndup.m4 m4/strnlen.m4 m4/strverscmp.m4 m4/sys_types_h.m4 m4/threadlib.m4 m4/uintmax_t.m4 m4/unistd_h.m4 m4/vasnprintf.m4 m4/vasprintf.m4 m4/visibility.m4 m4/warn-on-use.m4 m4/wchar_h.m4 m4/wchar_t.m4 m4/wint_t.m4 m4/xsize.m4 tests/init.sh tests/macros.h tests/signature.h tests/test-alloca-opt.c tests/test-base64.c tests/test-c-ctype.c tests/test-errno.c tests/test-fdopen.c tests/test-fgetc.c tests/test-float.c tests/test-fputc.c tests/test-fread.c tests/test-fwrite.c tests/test-gc-hmac-md5.c tests/test-gc-hmac-sha1.c tests/test-gc-md5.c tests/test-gc-pbkdf2-sha1.c tests/test-gc-sha1.c tests/test-gc.c tests/test-getdelim.c tests/test-getline.c tests/test-hmac-md5.c tests/test-hmac-sha1.c tests/test-init.sh tests/test-intprops.c tests/test-inttypes.c tests/test-md5.c tests/test-memchr.c tests/test-memmem.c tests/test-sha1.c tests/test-stdalign.c tests/test-stdbool.c tests/test-stddef.c tests/test-stdint.c tests/test-stdio.c tests/test-stdlib.c tests/test-string.c tests/test-strnlen.c tests/test-strverscmp.c tests/test-sys_types.c tests/test-sys_wait.h tests/test-unistd.c tests/test-vasnprintf.c tests/test-vasprintf.c tests/test-verify.c tests/test-verify.sh tests/test-wchar.c tests/zerosize-ptr.h tests=lib/dummy.c tests=lib/fdopen.c tests=lib/fpucw.h tests=lib/getpagesize.c tests=lib/intprops.h tests=lib/inttypes.in.h tests=lib/msvc-inval.c tests=lib/msvc-inval.h top/GNUmakefile top/maint.mk ]) gsasl-1.8.0/lib/gl/m4/getline.m40000664000000000000000000000563711754207047013125 00000000000000# getline.m4 serial 26 dnl Copyright (C) 1998-2003, 2005-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_PREREQ([2.59]) dnl See if there's a working, system-supplied version of the getline function. dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems dnl have a function by that name in -linet that doesn't have anything dnl to do with the function we need. AC_DEFUN([gl_FUNC_GETLINE], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) dnl Persuade glibc to declare getline(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([getline]) gl_getline_needs_run_time_check=no AC_CHECK_FUNC([getline], [dnl Found it in some library. Verify that it works. gl_getline_needs_run_time_check=yes], [am_cv_func_working_getline=no]) if test $gl_getline_needs_run_time_check = yes; then AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline], [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data AC_RUN_IFELSE([AC_LANG_SOURCE([[ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) return 3; } return 0; } ]])], [am_cv_func_working_getline=yes] dnl The library version works. , [am_cv_func_working_getline=no] dnl The library version does NOT work. , dnl We're cross compiling. Assume it works on glibc2 systems. [AC_EGREP_CPP([Lucky GNU user], [ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif ], [am_cv_func_working_getline="guessing yes"], [am_cv_func_working_getline="guessing no"])] )]) fi if test $ac_cv_have_decl_getline = no; then HAVE_DECL_GETLINE=0 fi case "$am_cv_func_working_getline" in *no) dnl Set REPLACE_GETLINE always: Even if we have not found the broken dnl getline function among $LIBS, it may exist in libinet and the dnl executable may be linked with -linet. REPLACE_GETLINE=1 ;; esac ]) # Prerequisites of lib/getline.c. AC_DEFUN([gl_PREREQ_GETLINE], [ : ]) gsasl-1.8.0/lib/gl/m4/00gnulib.m40000664000000000000000000000252211746471770013113 00000000000000# 00gnulib.m4 serial 2 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file must be named something that sorts before all other dnl gnulib-provided .m4 files. It is needed until such time as we can dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE semantics. # AC_DEFUN_ONCE([NAME], VALUE) # ---------------------------- # Define NAME to expand to VALUE on the first use (whether by direct # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses. # Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier. This # definition is slower than the version in Autoconf 2.64, because it # can only use interfaces that existed since 2.59; but it achieves the # same effect. Quoting is necessary to avoid confusing Automake. m4_version_prereq([2.63.263], [], [m4_define([AC][_DEFUN_ONCE], [AC][_DEFUN([$1], [AC_REQUIRE([_gl_DEFUN_ONCE([$1])], [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl [AC][_DEFUN([_gl_DEFUN_ONCE([$1])], [$2])])]) # gl_00GNULIB # ----------- # Witness macro that this file has been included. Needed to force # Automake to include this file prior to all other gnulib .m4 files. AC_DEFUN([gl_00GNULIB]) gsasl-1.8.0/lib/gl/m4/memmem.m40000664000000000000000000001120611754207047012740 00000000000000# memmem.m4 serial 24 dnl Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Check that memmem is present and functional. AC_DEFUN([gl_FUNC_MEMMEM_SIMPLE], [ dnl Persuade glibc to declare memmem(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_CHECK_FUNCS([memmem]) if test $ac_cv_func_memmem = yes; then HAVE_MEMMEM=1 else HAVE_MEMMEM=0 fi AC_CHECK_DECLS_ONCE([memmem]) if test $ac_cv_have_decl_memmem = no; then HAVE_DECL_MEMMEM=0 else dnl Detect http://sourceware.org/bugzilla/show_bug.cgi?id=12092. dnl Also check that we handle empty needles correctly. AC_CACHE_CHECK([whether memmem works], [gl_cv_func_memmem_works_always], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include /* for memmem */ #define P "_EF_BF_BD" #define HAYSTACK "F_BD_CE_BD" P P P P "_C3_88_20" P P P "_C3_A7_20" P #define NEEDLE P P P P P ]], [[ int result = 0; if (memmem (HAYSTACK, strlen (HAYSTACK), NEEDLE, strlen (NEEDLE))) result |= 1; /* Check for empty needle behavior. */ { const char *haystack = "AAA"; if (memmem (haystack, 3, NULL, 0) != haystack) result |= 2; } return result; ]])], [gl_cv_func_memmem_works_always=yes], [gl_cv_func_memmem_works_always=no], [dnl glibc 2.9..2.12 and cygwin 1.7.7 have issue #12092 above. dnl Also empty needles work on glibc >= 2.1 and cygwin >= 1.7.0. dnl uClibc is not affected, since it uses different source code. dnl Assume that it works on all other platforms (even if not linear). AC_EGREP_CPP([Lucky user], [ #ifdef __GNU_LIBRARY__ #include #if ((__GLIBC__ == 2 && ((__GLIBC_MINOR > 0 && __GLIBC_MINOR__ < 9) \ || __GLIBC_MINOR__ > 12)) \ || (__GLIBC__ > 2)) \ || defined __UCLIBC__ Lucky user #endif #elif defined __CYGWIN__ #include #if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 7) Lucky user #endif #else Lucky user #endif ], [gl_cv_func_memmem_works_always="guessing yes"], [gl_cv_func_memmem_works_always="guessing no"]) ]) ]) case "$gl_cv_func_memmem_works_always" in *yes) ;; *) REPLACE_MEMMEM=1 ;; esac fi gl_PREREQ_MEMMEM ]) # gl_FUNC_MEMMEM_SIMPLE dnl Additionally, check that memmem has linear performance characteristics AC_DEFUN([gl_FUNC_MEMMEM], [ AC_REQUIRE([gl_FUNC_MEMMEM_SIMPLE]) if test $HAVE_DECL_MEMMEM = 1 && test $REPLACE_MEMMEM = 0; then AC_CACHE_CHECK([whether memmem works in linear time], [gl_cv_func_memmem_works_fast], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include /* for signal */ #include /* for memmem */ #include /* for malloc */ #include /* for alarm */ static void quit (int sig) { exit (sig + 128); } ]], [[ int result = 0; size_t m = 1000000; char *haystack = (char *) malloc (2 * m + 1); char *needle = (char *) malloc (m + 1); /* Failure to compile this test due to missing alarm is okay, since all such platforms (mingw) also lack memmem. */ signal (SIGALRM, quit); alarm (5); /* Check for quadratic performance. */ if (haystack && needle) { memset (haystack, 'A', 2 * m); haystack[2 * m] = 'B'; memset (needle, 'A', m); needle[m] = 'B'; if (!memmem (haystack, 2 * m + 1, needle, m + 1)) result |= 1; } return result; ]])], [gl_cv_func_memmem_works_fast=yes], [gl_cv_func_memmem_works_fast=no], [dnl Only glibc >= 2.9 and cygwin > 1.7.0 are known to have a dnl memmem that works in linear time. AC_EGREP_CPP([Lucky user], [ #include #ifdef __GNU_LIBRARY__ #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 9) || (__GLIBC__ > 2)) \ && !defined __UCLIBC__ Lucky user #endif #endif #ifdef __CYGWIN__ #include #if CYGWIN_VERSION_DLL_COMBINED > CYGWIN_VERSION_DLL_MAKE_COMBINED (1007, 0) Lucky user #endif #endif ], [gl_cv_func_memmem_works_fast="guessing yes"], [gl_cv_func_memmem_works_fast="guessing no"]) ]) ]) case "$gl_cv_func_memmem_works_fast" in *yes) ;; *) REPLACE_MEMMEM=1 ;; esac fi ]) # gl_FUNC_MEMMEM # Prerequisites of lib/memmem.c. AC_DEFUN([gl_PREREQ_MEMMEM], [:]) gsasl-1.8.0/lib/gl/m4/float_h.m40000664000000000000000000000466311746471770013117 00000000000000# float_h.m4 serial 9 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FLOAT_H], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) FLOAT_H= REPLACE_FLOAT_LDBL=0 case "$host_os" in aix* | beos* | openbsd* | mirbsd* | irix*) FLOAT_H=float.h ;; freebsd*) case "$host_cpu" in changequote(,)dnl i[34567]86 ) changequote([,])dnl FLOAT_H=float.h ;; x86_64 ) # On x86_64 systems, the C compiler may still be generating # 32-bit code. AC_EGREP_CPP([yes], [#if defined __LP64__ || defined __x86_64__ || defined __amd64__ yes #endif], [], [FLOAT_H=float.h]) ;; esac ;; linux*) case "$host_cpu" in powerpc*) FLOAT_H=float.h ;; esac ;; esac case "$host_os" in aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 fi ;; esac dnl Test against glibc-2.7 Linux/SPARC64 bug. REPLACE_ITOLD=0 AC_CACHE_CHECK([whether conversion from 'int' to 'long double' works], [gl_cv_func_itold_works], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ int i = -1; volatile long double ld; int main () { ld += i * 1.0L; if (ld > 0) return 1; return 0; }]])], [gl_cv_func_itold_works=yes], [gl_cv_func_itold_works=no], [case "$host" in sparc*-*-linux*) AC_EGREP_CPP([yes], [#if defined __LP64__ || defined __arch64__ yes #endif], [gl_cv_func_itold_works="guessing no"], [gl_cv_func_itold_works="guessing yes"]) ;; *) gl_cv_func_itold_works="guessing yes" ;; esac ]) ]) case "$gl_cv_func_itold_works" in *no) REPLACE_ITOLD=1 dnl We add the workaround to but also to , dnl to increase the chances that the fix function gets pulled in. FLOAT_H=float.h ;; esac if test -n "$FLOAT_H"; then gl_NEXT_HEADERS([float.h]) fi AC_SUBST([FLOAT_H]) AM_CONDITIONAL([GL_GENERATE_FLOAT_H], [test -n "$FLOAT_H"]) AC_SUBST([REPLACE_ITOLD]) ]) gsasl-1.8.0/lib/gl/m4/errno_h.m40000664000000000000000000000600611746471770013130 00000000000000# errno_h.m4 serial 10 dnl Copyright (C) 2004, 2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_HEADER_ERRNO_H], [ AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for complete errno.h], [gl_cv_header_errno_h_complete], [ AC_EGREP_CPP([booboo],[ #include #if !defined ENOMSG booboo #endif #if !defined EIDRM booboo #endif #if !defined ENOLINK booboo #endif #if !defined EPROTO booboo #endif #if !defined EMULTIHOP booboo #endif #if !defined EBADMSG booboo #endif #if !defined EOVERFLOW booboo #endif #if !defined ENOTSUP booboo #endif #if !defined ENETRESET booboo #endif #if !defined ECONNABORTED booboo #endif #if !defined ESTALE booboo #endif #if !defined EDQUOT booboo #endif #if !defined ECANCELED booboo #endif ], [gl_cv_header_errno_h_complete=no], [gl_cv_header_errno_h_complete=yes]) ]) if test $gl_cv_header_errno_h_complete = yes; then ERRNO_H='' else gl_NEXT_HEADERS([errno.h]) ERRNO_H='errno.h' fi AC_SUBST([ERRNO_H]) AM_CONDITIONAL([GL_GENERATE_ERRNO_H], [test -n "$ERRNO_H"]) gl_REPLACE_ERRNO_VALUE([EMULTIHOP]) gl_REPLACE_ERRNO_VALUE([ENOLINK]) gl_REPLACE_ERRNO_VALUE([EOVERFLOW]) ]) # Assuming $1 = EOVERFLOW. # The EOVERFLOW errno value ought to be defined in , according to # POSIX. But some systems (like OpenBSD 4.0 or AIX 3) don't define it, and # some systems (like OSF/1) define it when _XOPEN_SOURCE_EXTENDED is defined. # Check for the value of EOVERFLOW. # Set the variables EOVERFLOW_HIDDEN and EOVERFLOW_VALUE. AC_DEFUN([gl_REPLACE_ERRNO_VALUE], [ if test -n "$ERRNO_H"; then AC_CACHE_CHECK([for ]$1[ value], [gl_cv_header_errno_h_]$1, [ AC_EGREP_CPP([yes],[ #include #ifdef ]$1[ yes #endif ], [gl_cv_header_errno_h_]$1[=yes], [gl_cv_header_errno_h_]$1[=no]) if test $gl_cv_header_errno_h_]$1[ = no; then AC_EGREP_CPP([yes],[ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef ]$1[ yes #endif ], [gl_cv_header_errno_h_]$1[=hidden]) if test $gl_cv_header_errno_h_]$1[ = hidden; then dnl The macro exists but is hidden. dnl Define it to the same value. AC_COMPUTE_INT([gl_cv_header_errno_h_]$1, $1, [ #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include ]) fi fi ]) case $gl_cv_header_errno_h_]$1[ in yes | no) ]$1[_HIDDEN=0; ]$1[_VALUE= ;; *) ]$1[_HIDDEN=1; ]$1[_VALUE="$gl_cv_header_errno_h_]$1[" ;; esac AC_SUBST($1[_HIDDEN]) AC_SUBST($1[_VALUE]) fi ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) gsasl-1.8.0/lib/gl/m4/stdlib_h.m40000664000000000000000000001260311746471770013264 00000000000000# stdlib_h.m4 serial 41 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDLIB_H], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) gl_NEXT_HEADERS([stdlib.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by C89. gl_WARN_ON_USE_PREPARE([[#include #if HAVE_SYS_LOADAVG_H # include #endif #if HAVE_RANDOM_H # include #endif ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r random random_r realpath rpmatch setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv]) ]) AC_DEFUN([gl_STDLIB_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_STDLIB_H_DEFAULTS], [ GNULIB__EXIT=0; AC_SUBST([GNULIB__EXIT]) GNULIB_ATOLL=0; AC_SUBST([GNULIB_ATOLL]) GNULIB_CALLOC_POSIX=0; AC_SUBST([GNULIB_CALLOC_POSIX]) GNULIB_CANONICALIZE_FILE_NAME=0; AC_SUBST([GNULIB_CANONICALIZE_FILE_NAME]) GNULIB_GETLOADAVG=0; AC_SUBST([GNULIB_GETLOADAVG]) GNULIB_GETSUBOPT=0; AC_SUBST([GNULIB_GETSUBOPT]) GNULIB_GRANTPT=0; AC_SUBST([GNULIB_GRANTPT]) GNULIB_MALLOC_POSIX=0; AC_SUBST([GNULIB_MALLOC_POSIX]) GNULIB_MBTOWC=0; AC_SUBST([GNULIB_MBTOWC]) GNULIB_MKDTEMP=0; AC_SUBST([GNULIB_MKDTEMP]) GNULIB_MKOSTEMP=0; AC_SUBST([GNULIB_MKOSTEMP]) GNULIB_MKOSTEMPS=0; AC_SUBST([GNULIB_MKOSTEMPS]) GNULIB_MKSTEMP=0; AC_SUBST([GNULIB_MKSTEMP]) GNULIB_MKSTEMPS=0; AC_SUBST([GNULIB_MKSTEMPS]) GNULIB_POSIX_OPENPT=0; AC_SUBST([GNULIB_POSIX_OPENPT]) GNULIB_PTSNAME=0; AC_SUBST([GNULIB_PTSNAME]) GNULIB_PTSNAME_R=0; AC_SUBST([GNULIB_PTSNAME_R]) GNULIB_PUTENV=0; AC_SUBST([GNULIB_PUTENV]) GNULIB_RANDOM=0; AC_SUBST([GNULIB_RANDOM]) GNULIB_RANDOM_R=0; AC_SUBST([GNULIB_RANDOM_R]) GNULIB_REALLOC_POSIX=0; AC_SUBST([GNULIB_REALLOC_POSIX]) GNULIB_REALPATH=0; AC_SUBST([GNULIB_REALPATH]) GNULIB_RPMATCH=0; AC_SUBST([GNULIB_RPMATCH]) GNULIB_SETENV=0; AC_SUBST([GNULIB_SETENV]) GNULIB_STRTOD=0; AC_SUBST([GNULIB_STRTOD]) GNULIB_STRTOLL=0; AC_SUBST([GNULIB_STRTOLL]) GNULIB_STRTOULL=0; AC_SUBST([GNULIB_STRTOULL]) GNULIB_SYSTEM_POSIX=0; AC_SUBST([GNULIB_SYSTEM_POSIX]) GNULIB_UNLOCKPT=0; AC_SUBST([GNULIB_UNLOCKPT]) GNULIB_UNSETENV=0; AC_SUBST([GNULIB_UNSETENV]) GNULIB_WCTOMB=0; AC_SUBST([GNULIB_WCTOMB]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE__EXIT=1; AC_SUBST([HAVE__EXIT]) HAVE_ATOLL=1; AC_SUBST([HAVE_ATOLL]) HAVE_CANONICALIZE_FILE_NAME=1; AC_SUBST([HAVE_CANONICALIZE_FILE_NAME]) HAVE_DECL_GETLOADAVG=1; AC_SUBST([HAVE_DECL_GETLOADAVG]) HAVE_GETSUBOPT=1; AC_SUBST([HAVE_GETSUBOPT]) HAVE_GRANTPT=1; AC_SUBST([HAVE_GRANTPT]) HAVE_MKDTEMP=1; AC_SUBST([HAVE_MKDTEMP]) HAVE_MKOSTEMP=1; AC_SUBST([HAVE_MKOSTEMP]) HAVE_MKOSTEMPS=1; AC_SUBST([HAVE_MKOSTEMPS]) HAVE_MKSTEMP=1; AC_SUBST([HAVE_MKSTEMP]) HAVE_MKSTEMPS=1; AC_SUBST([HAVE_MKSTEMPS]) HAVE_POSIX_OPENPT=1; AC_SUBST([HAVE_POSIX_OPENPT]) HAVE_PTSNAME=1; AC_SUBST([HAVE_PTSNAME]) HAVE_PTSNAME_R=1; AC_SUBST([HAVE_PTSNAME_R]) HAVE_RANDOM=1; AC_SUBST([HAVE_RANDOM]) HAVE_RANDOM_H=1; AC_SUBST([HAVE_RANDOM_H]) HAVE_RANDOM_R=1; AC_SUBST([HAVE_RANDOM_R]) HAVE_REALPATH=1; AC_SUBST([HAVE_REALPATH]) HAVE_RPMATCH=1; AC_SUBST([HAVE_RPMATCH]) HAVE_SETENV=1; AC_SUBST([HAVE_SETENV]) HAVE_DECL_SETENV=1; AC_SUBST([HAVE_DECL_SETENV]) HAVE_STRTOD=1; AC_SUBST([HAVE_STRTOD]) HAVE_STRTOLL=1; AC_SUBST([HAVE_STRTOLL]) HAVE_STRTOULL=1; AC_SUBST([HAVE_STRTOULL]) HAVE_STRUCT_RANDOM_DATA=1; AC_SUBST([HAVE_STRUCT_RANDOM_DATA]) HAVE_SYS_LOADAVG_H=0; AC_SUBST([HAVE_SYS_LOADAVG_H]) HAVE_UNLOCKPT=1; AC_SUBST([HAVE_UNLOCKPT]) HAVE_DECL_UNSETENV=1; AC_SUBST([HAVE_DECL_UNSETENV]) REPLACE_CALLOC=0; AC_SUBST([REPLACE_CALLOC]) REPLACE_CANONICALIZE_FILE_NAME=0; AC_SUBST([REPLACE_CANONICALIZE_FILE_NAME]) REPLACE_MALLOC=0; AC_SUBST([REPLACE_MALLOC]) REPLACE_MBTOWC=0; AC_SUBST([REPLACE_MBTOWC]) REPLACE_MKSTEMP=0; AC_SUBST([REPLACE_MKSTEMP]) REPLACE_PTSNAME_R=0; AC_SUBST([REPLACE_PTSNAME_R]) REPLACE_PUTENV=0; AC_SUBST([REPLACE_PUTENV]) REPLACE_RANDOM_R=0; AC_SUBST([REPLACE_RANDOM_R]) REPLACE_REALLOC=0; AC_SUBST([REPLACE_REALLOC]) REPLACE_REALPATH=0; AC_SUBST([REPLACE_REALPATH]) REPLACE_SETENV=0; AC_SUBST([REPLACE_SETENV]) REPLACE_STRTOD=0; AC_SUBST([REPLACE_STRTOD]) REPLACE_UNSETENV=0; AC_SUBST([REPLACE_UNSETENV]) REPLACE_WCTOMB=0; AC_SUBST([REPLACE_WCTOMB]) ]) gsasl-1.8.0/lib/gl/m4/multiarch.m40000664000000000000000000000367311746471770013473 00000000000000# multiarch.m4 serial 6 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Determine whether the compiler is or may be producing universal binaries. # # On MacOS X 10.5 and later systems, the user can create libraries and # executables that work on multiple system types--known as "fat" or # "universal" binaries--by specifying multiple '-arch' options to the # compiler but only a single '-arch' option to the preprocessor. Like # this: # # ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ # CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ # CPP="gcc -E" CXXCPP="g++ -E" # # Detect this situation and set APPLE_UNIVERSAL_BUILD accordingly. AC_DEFUN_ONCE([gl_MULTIARCH], [ dnl Code similar to autoconf-2.63 AC_C_BIGENDIAN. gl_cv_c_multiarch=no AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; ]])], [ dnl Check for potential -arch flags. It is not universal unless dnl there are at least two -arch flags with different values. arch= prev= for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do if test -n "$prev"; then case $word in i?86 | x86_64 | ppc | ppc64) if test -z "$arch" || test "$arch" = "$word"; then arch="$word" else gl_cv_c_multiarch=yes fi ;; esac prev= else if test "x$word" = "x-arch"; then prev=arch fi fi done ]) if test $gl_cv_c_multiarch = yes; then APPLE_UNIVERSAL_BUILD=1 else APPLE_UNIVERSAL_BUILD=0 fi AC_SUBST([APPLE_UNIVERSAL_BUILD]) ]) gsasl-1.8.0/lib/gl/m4/strndup.m40000664000000000000000000000322211754216375013165 00000000000000# strndup.m4 serial 20 dnl Copyright (C) 2002-2003, 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRNDUP], [ dnl Persuade glibc to declare strndup(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_CHECK_DECLS_ONCE([strndup]) AC_CHECK_FUNCS_ONCE([strndup]) if test $ac_cv_have_decl_strndup = no; then HAVE_DECL_STRNDUP=0 fi if test $ac_cv_func_strndup = yes; then HAVE_STRNDUP=1 # AIX 4.3.3, AIX 5.1 have a function that fails to add the terminating '\0'. AC_CACHE_CHECK([for working strndup], [gl_cv_func_strndup_works], [AC_RUN_IFELSE([ AC_LANG_PROGRAM([[#include #include ]], [[ #ifndef HAVE_DECL_STRNDUP extern #ifdef __cplusplus "C" #endif char *strndup (const char *, size_t); #endif char *s; s = strndup ("some longer string", 15); free (s); s = strndup ("shorter string", 13); return s[13] != '\0';]])], [gl_cv_func_strndup_works=yes], [gl_cv_func_strndup_works=no], [ changequote(,)dnl case $host_os in aix | aix[3-6]*) gl_cv_func_strndup_works="guessing no";; *) gl_cv_func_strndup_works="guessing yes";; esac changequote([,])dnl ])]) case $gl_cv_func_strndup_works in *no) REPLACE_STRNDUP=1 ;; esac else HAVE_STRNDUP=0 fi ]) gsasl-1.8.0/lib/gl/m4/gc-sha1.m40000664000000000000000000000052211746471770012714 00000000000000# gc-sha1.m4 serial 3 dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_SHA1], [ AC_REQUIRE([gl_GC]) ]) gsasl-1.8.0/lib/gl/m4/ld-output-def.m40000664000000000000000000000203611746471770014164 00000000000000# ld-output-def.m4 serial 2 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # gl_LD_OUTPUT_DEF() # ------------- # Check if linker supports -Wl,--output-def and define automake # conditional HAVE_LD_OUTPUT_DEF if it is. AC_DEFUN([gl_LD_OUTPUT_DEF], [ AC_CACHE_CHECK([if gcc/ld supports -Wl,--output-def], [gl_cv_ld_output_def], [if test "$enable_shared" = no; then gl_cv_ld_output_def="not needed, shared libraries are disabled" else gl_ldflags_save=$LDFLAGS LDFLAGS="-Wl,--output-def,conftest.def" AC_LINK_IFELSE([AC_LANG_PROGRAM([])], [gl_cv_ld_output_def=yes], [gl_cv_ld_output_def=no]) rm -f conftest.def LDFLAGS="$gl_ldflags_save" fi]) AM_CONDITIONAL([HAVE_LD_OUTPUT_DEF], test "x$gl_cv_ld_output_def" = "xyes") ]) gsasl-1.8.0/lib/gl/m4/gc.m40000664000000000000000000000137211756446012012056 00000000000000# gc.m4 serial 9 dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC], [ AC_ARG_WITH([libgcrypt], AS_HELP_STRING([--with-libgcrypt], [use libgcrypt for low-level crypto]), libgcrypt=$withval, libgcrypt=yes) if test "$libgcrypt" != no; then AC_LIB_HAVE_LINKFLAGS([gcrypt], [gpg-error], [ #include /* GCRY_MODULE_ID_USER was added in 1.4.4 and gc-libgcrypt.c will fail on startup if we don't have 1.4.4 or later, so test for it early. */ #if !defined GCRY_MODULE_ID_USER error too old libgcrypt #endif ]) fi ]) gsasl-1.8.0/lib/gl/m4/sys_types_h.m40000664000000000000000000000121211754207047014030 00000000000000# sys_types_h.m4 serial 4 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SYS_TYPES_H], [ AC_REQUIRE([gl_SYS_TYPES_H_DEFAULTS]) gl_NEXT_HEADERS([sys/types.h]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) dnl Ensure the type mode_t gets defined. AC_REQUIRE([AC_TYPE_MODE_T]) dnl Whether to override the 'off_t' type. AC_REQUIRE([gl_TYPE_OFF_T]) ]) AC_DEFUN([gl_SYS_TYPES_H_DEFAULTS], [ ]) gsasl-1.8.0/lib/gl/m4/stddef_h.m40000664000000000000000000000275511746471770013263 00000000000000dnl A placeholder for POSIX 2008 , for platforms that have issues. # stddef_h.m4 serial 4 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDDEF_H], [ AC_REQUIRE([gl_STDDEF_H_DEFAULTS]) AC_REQUIRE([gt_TYPE_WCHAR_T]) STDDEF_H= if test $gt_cv_c_wchar_t = no; then HAVE_WCHAR_T=0 STDDEF_H=stddef.h fi AC_CACHE_CHECK([whether NULL can be used in arbitrary expressions], [gl_cv_decl_null_works], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include int test[2 * (sizeof NULL == sizeof (void *)) -1]; ]])], [gl_cv_decl_null_works=yes], [gl_cv_decl_null_works=no])]) if test $gl_cv_decl_null_works = no; then REPLACE_NULL=1 STDDEF_H=stddef.h fi AC_SUBST([STDDEF_H]) AM_CONDITIONAL([GL_GENERATE_STDDEF_H], [test -n "$STDDEF_H"]) if test -n "$STDDEF_H"; then gl_NEXT_HEADERS([stddef.h]) fi ]) AC_DEFUN([gl_STDDEF_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDDEF_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_STDDEF_H_DEFAULTS], [ dnl Assume proper GNU behavior unless another module says otherwise. REPLACE_NULL=0; AC_SUBST([REPLACE_NULL]) HAVE_WCHAR_T=1; AC_SUBST([HAVE_WCHAR_T]) ]) gsasl-1.8.0/lib/gl/m4/off_t.m40000664000000000000000000000100111754207047012550 00000000000000# off_t.m4 serial 1 dnl Copyright (C) 2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Check whether to override the 'off_t' type. dnl Set WINDOWS_64_BIT_OFF_T. AC_DEFUN([gl_TYPE_OFF_T], [ m4_ifdef([gl_LARGEFILE], [ AC_REQUIRE([gl_LARGEFILE]) ], [ WINDOWS_64_BIT_OFF_T=0 ]) AC_SUBST([WINDOWS_64_BIT_OFF_T]) ]) gsasl-1.8.0/lib/gl/m4/sha1.m40000664000000000000000000000062611746471770012332 00000000000000# sha1.m4 serial 10 dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SHA1], [ dnl Prerequisites of lib/sha1.c. AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_INLINE]) : ]) gsasl-1.8.0/lib/gl/m4/mmap-anon.m40000664000000000000000000000372111746471770013360 00000000000000# mmap-anon.m4 serial 9 dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Detect how mmap can be used to create anonymous (not file-backed) memory # mappings. # - On Linux, AIX, OSF/1, Solaris, Cygwin, Interix, Haiku, both MAP_ANONYMOUS # and MAP_ANON exist and have the same value. # - On HP-UX, only MAP_ANONYMOUS exists. # - On MacOS X, FreeBSD, NetBSD, OpenBSD, only MAP_ANON exists. # - On IRIX, neither exists, and a file descriptor opened to /dev/zero must be # used. AC_DEFUN([gl_FUNC_MMAP_ANON], [ dnl Persuade glibc to define MAP_ANONYMOUS. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. AC_CHECK_FUNC([mmap], [gl_have_mmap=yes], [gl_have_mmap=no]) # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then AC_MSG_CHECKING([for MAP_ANONYMOUS]) AC_EGREP_CPP([I cant identify this map], [ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif ], [gl_have_mmap_anonymous=yes]) if test $gl_have_mmap_anonymous != yes; then AC_EGREP_CPP([I cant identify this map], [ #include #ifdef MAP_ANON I cant identify this map #endif ], [AC_DEFINE([MAP_ANONYMOUS], [MAP_ANON], [Define to a substitute value for mmap()'s MAP_ANONYMOUS flag.]) gl_have_mmap_anonymous=yes]) fi AC_MSG_RESULT([$gl_have_mmap_anonymous]) if test $gl_have_mmap_anonymous = yes; then AC_DEFINE([HAVE_MAP_ANONYMOUS], [1], [Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including config.h and .]) fi fi ]) gsasl-1.8.0/lib/gl/m4/malloc.m40000664000000000000000000000627611754207047012745 00000000000000# malloc.m4 serial 14 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. m4_version_prereq([2.70], [] ,[ # This is taken from the following Autoconf patch: # http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7fbb553727ed7e0e689a17594b58559ecf3ea6e9 AC_DEFUN([_AC_FUNC_MALLOC_IF], [ AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl for cross-compiles AC_CHECK_HEADERS([stdlib.h]) AC_CACHE_CHECK([for GNU libc compatible malloc], [ac_cv_func_malloc_0_nonnull], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#if defined STDC_HEADERS || defined HAVE_STDLIB_H # include #else char *malloc (); #endif ]], [[return ! malloc (0);]]) ], [ac_cv_func_malloc_0_nonnull=yes], [ac_cv_func_malloc_0_nonnull=no], [case "$host_os" in # Guess yes on platforms where we know the result. *-gnu* | freebsd* | netbsd* | openbsd* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_malloc_0_nonnull=yes ;; # If we don't know, assume the worst. *) ac_cv_func_malloc_0_nonnull=no ;; esac ]) ]) AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2]) ])# _AC_FUNC_MALLOC_IF ]) # gl_FUNC_MALLOC_GNU # ------------------ # Test whether 'malloc (0)' is handled like in GNU libc, and replace malloc if # it is not. AC_DEFUN([gl_FUNC_MALLOC_GNU], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) dnl _AC_FUNC_MALLOC_IF is defined in Autoconf. _AC_FUNC_MALLOC_IF( [AC_DEFINE([HAVE_MALLOC_GNU], [1], [Define to 1 if your system has a GNU libc compatible 'malloc' function, and to 0 otherwise.])], [AC_DEFINE([HAVE_MALLOC_GNU], [0]) REPLACE_MALLOC=1 ]) ]) # gl_FUNC_MALLOC_POSIX # -------------------- # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it # fails), and replace malloc if it is not. AC_DEFUN([gl_FUNC_MALLOC_POSIX], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_REQUIRE([gl_CHECK_MALLOC_POSIX]) if test $gl_cv_func_malloc_posix = yes; then AC_DEFINE([HAVE_MALLOC_POSIX], [1], [Define if the 'malloc' function is POSIX compliant.]) else REPLACE_MALLOC=1 fi ]) # Test whether malloc, realloc, calloc are POSIX compliant, # Set gl_cv_func_malloc_posix to yes or no accordingly. AC_DEFUN([gl_CHECK_MALLOC_POSIX], [ AC_CACHE_CHECK([whether malloc, realloc, calloc are POSIX compliant], [gl_cv_func_malloc_posix], [ dnl It is too dangerous to try to allocate a large amount of memory: dnl some systems go to their knees when you do that. So assume that dnl all Unix implementations of the function are POSIX compliant. AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[]], [[#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ choke me #endif ]])], [gl_cv_func_malloc_posix=yes], [gl_cv_func_malloc_posix=no]) ]) ]) gsasl-1.8.0/lib/gl/m4/gnulib-cache.m40000664000000000000000000000506711754216402014007 00000000000000# Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the specification of how gnulib-tool is used. # It acts as a cache: It is written and read by gnulib-tool. # In projects that use version control, this file is meant to be put under # version control, like the configure.ac and various Makefile.am files. # Specification in the form of a command-line invocation: # gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files base64 c-ctype crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext gss-extra lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strndup strnlen strverscmp vasprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) gl_MODULES([ base64 c-ctype crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 getline gettext gss-extra lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strndup strnlen strverscmp vasprintf ]) gl_AVOID([vc-list-files-tests]) gl_SOURCE_BASE([gl]) gl_M4_BASE([gl/m4]) gl_PO_BASE([]) gl_DOC_BASE([doc]) gl_TESTS_BASE([gltests]) gl_WITH_TESTS gl_LIB([libgl]) gl_LGPL([2]) gl_MAKEFILE_NAME([]) gl_LIBTOOL gl_MACRO_PREFIX([gl]) gl_PO_DOMAIN([]) gl_WITNESS_C_DOMAIN([]) gl_VC_FILES([false]) gsasl-1.8.0/lib/gl/m4/gc-md5.m40000664000000000000000000000061211746471770012545 00000000000000# gc-md5.m4 serial 2 dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_MD5], [ AC_REQUIRE([gl_GC]) if test "$ac_cv_libgcrypt" != yes; then gl_MD5 fi ]) gsasl-1.8.0/lib/gl/m4/stdint.m40000664000000000000000000003701411746471770013004 00000000000000# stdint.m4 serial 43 dnl Copyright (C) 2001-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert and Bruno Haible. dnl Test whether is supported or must be substituted. AC_DEFUN_ONCE([gl_STDINT_H], [ AC_PREREQ([2.59])dnl dnl Check for long long int and unsigned long long int. AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) if test $ac_cv_type_long_long_int = yes; then HAVE_LONG_LONG_INT=1 else HAVE_LONG_LONG_INT=0 fi AC_SUBST([HAVE_LONG_LONG_INT]) AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) if test $ac_cv_type_unsigned_long_long_int = yes; then HAVE_UNSIGNED_LONG_LONG_INT=1 else HAVE_UNSIGNED_LONG_LONG_INT=0 fi AC_SUBST([HAVE_UNSIGNED_LONG_LONG_INT]) dnl Check for , in the same way as gl_WCHAR_H does. AC_CHECK_HEADERS_ONCE([wchar.h]) if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi AC_SUBST([HAVE_WCHAR_H]) dnl Check for . dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_inttypes_h. if test $ac_cv_header_inttypes_h = yes; then HAVE_INTTYPES_H=1 else HAVE_INTTYPES_H=0 fi AC_SUBST([HAVE_INTTYPES_H]) dnl Check for . dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_sys_types_h. if test $ac_cv_header_sys_types_h = yes; then HAVE_SYS_TYPES_H=1 else HAVE_SYS_TYPES_H=0 fi AC_SUBST([HAVE_SYS_TYPES_H]) gl_CHECK_NEXT_HEADERS([stdint.h]) if test $ac_cv_header_stdint_h = yes; then HAVE_STDINT_H=1 else HAVE_STDINT_H=0 fi AC_SUBST([HAVE_STDINT_H]) dnl Now see whether we need a substitute . if test $ac_cv_header_stdint_h = yes; then AC_CACHE_CHECK([whether stdint.h conforms to C99], [gl_cv_header_working_stdint_h], [gl_cv_header_working_stdint_h=no AC_COMPILE_IFELSE([ AC_LANG_PROGRAM([[ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in . */ #if !(defined WCHAR_MIN && defined WCHAR_MAX) #error "WCHAR_MIN, WCHAR_MAX not defined in " #endif ] gl_STDINT_INCLUDES [ #ifdef INT8_MAX int8_t a1 = INT8_MAX; int8_t a1min = INT8_MIN; #endif #ifdef INT16_MAX int16_t a2 = INT16_MAX; int16_t a2min = INT16_MIN; #endif #ifdef INT32_MAX int32_t a3 = INT32_MAX; int32_t a3min = INT32_MIN; #endif #ifdef INT64_MAX int64_t a4 = INT64_MAX; int64_t a4min = INT64_MIN; #endif #ifdef UINT8_MAX uint8_t b1 = UINT8_MAX; #else typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; #endif #ifdef UINT16_MAX uint16_t b2 = UINT16_MAX; #endif #ifdef UINT32_MAX uint32_t b3 = UINT32_MAX; #endif #ifdef UINT64_MAX uint64_t b4 = UINT64_MAX; #endif int_least8_t c1 = INT8_C (0x7f); int_least8_t c1max = INT_LEAST8_MAX; int_least8_t c1min = INT_LEAST8_MIN; int_least16_t c2 = INT16_C (0x7fff); int_least16_t c2max = INT_LEAST16_MAX; int_least16_t c2min = INT_LEAST16_MIN; int_least32_t c3 = INT32_C (0x7fffffff); int_least32_t c3max = INT_LEAST32_MAX; int_least32_t c3min = INT_LEAST32_MIN; int_least64_t c4 = INT64_C (0x7fffffffffffffff); int_least64_t c4max = INT_LEAST64_MAX; int_least64_t c4min = INT_LEAST64_MIN; uint_least8_t d1 = UINT8_C (0xff); uint_least8_t d1max = UINT_LEAST8_MAX; uint_least16_t d2 = UINT16_C (0xffff); uint_least16_t d2max = UINT_LEAST16_MAX; uint_least32_t d3 = UINT32_C (0xffffffff); uint_least32_t d3max = UINT_LEAST32_MAX; uint_least64_t d4 = UINT64_C (0xffffffffffffffff); uint_least64_t d4max = UINT_LEAST64_MAX; int_fast8_t e1 = INT_FAST8_MAX; int_fast8_t e1min = INT_FAST8_MIN; int_fast16_t e2 = INT_FAST16_MAX; int_fast16_t e2min = INT_FAST16_MIN; int_fast32_t e3 = INT_FAST32_MAX; int_fast32_t e3min = INT_FAST32_MIN; int_fast64_t e4 = INT_FAST64_MAX; int_fast64_t e4min = INT_FAST64_MIN; uint_fast8_t f1 = UINT_FAST8_MAX; uint_fast16_t f2 = UINT_FAST16_MAX; uint_fast32_t f3 = UINT_FAST32_MAX; uint_fast64_t f4 = UINT_FAST64_MAX; #ifdef INTPTR_MAX intptr_t g = INTPTR_MAX; intptr_t gmin = INTPTR_MIN; #endif #ifdef UINTPTR_MAX uintptr_t h = UINTPTR_MAX; #endif intmax_t i = INTMAX_MAX; uintmax_t j = UINTMAX_MAX; #include /* for CHAR_BIT */ #define TYPE_MINIMUM(t) \ ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) ((t) 0 < (t) -1 \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) struct s { int check_PTRDIFF: PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) ? 1 : -1; /* Detect bug in FreeBSD 6.0 / ia64. */ int check_SIG_ATOMIC: SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) ? 1 : -1; int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; int check_WCHAR: WCHAR_MIN == TYPE_MINIMUM (wchar_t) && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) ? 1 : -1; /* Detect bug in mingw. */ int check_WINT: WINT_MIN == TYPE_MINIMUM (wint_t) && WINT_MAX == TYPE_MAXIMUM (wint_t) ? 1 : -1; /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ int check_UINT8_C: (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; int check_UINT16_C: (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; /* Detect bugs in OpenBSD 3.9 stdint.h. */ #ifdef UINT8_MAX int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; #endif #ifdef UINT16_MAX int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; #endif #ifdef UINT32_MAX int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; #endif #ifdef UINT64_MAX int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; #endif int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; }; ]])], [dnl Determine whether the various *_MIN, *_MAX macros are usable dnl in preprocessor expression. We could do it by compiling a test dnl program for each of these macros. It is faster to run a program dnl that inspects the macro expansion. dnl This detects a bug on HP-UX 11.23/ia64. AC_RUN_IFELSE([ AC_LANG_PROGRAM([[ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include ] gl_STDINT_INCLUDES [ #include #include #define MVAL(macro) MVAL1(macro) #define MVAL1(expression) #expression static const char *macro_values[] = { #ifdef INT8_MAX MVAL (INT8_MAX), #endif #ifdef INT16_MAX MVAL (INT16_MAX), #endif #ifdef INT32_MAX MVAL (INT32_MAX), #endif #ifdef INT64_MAX MVAL (INT64_MAX), #endif #ifdef UINT8_MAX MVAL (UINT8_MAX), #endif #ifdef UINT16_MAX MVAL (UINT16_MAX), #endif #ifdef UINT32_MAX MVAL (UINT32_MAX), #endif #ifdef UINT64_MAX MVAL (UINT64_MAX), #endif NULL }; ]], [[ const char **mv; for (mv = macro_values; *mv != NULL; mv++) { const char *value = *mv; /* Test whether it looks like a cast expression. */ if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0 || strncmp (value, "((int)"/*)*/, 6) == 0 || strncmp (value, "((signed short)"/*)*/, 15) == 0 || strncmp (value, "((signed char)"/*)*/, 14) == 0) return mv - macro_values + 1; } return 0; ]])], [gl_cv_header_working_stdint_h=yes], [], [dnl When cross-compiling, assume it works. gl_cv_header_working_stdint_h=yes ]) ]) ]) fi if test "$gl_cv_header_working_stdint_h" = yes; then STDINT_H= else dnl Check for , and for dnl (used in Linux libc4 >= 4.6.7 and libc5). AC_CHECK_HEADERS([sys/inttypes.h sys/bitypes.h]) if test $ac_cv_header_sys_inttypes_h = yes; then HAVE_SYS_INTTYPES_H=1 else HAVE_SYS_INTTYPES_H=0 fi AC_SUBST([HAVE_SYS_INTTYPES_H]) if test $ac_cv_header_sys_bitypes_h = yes; then HAVE_SYS_BITYPES_H=1 else HAVE_SYS_BITYPES_H=0 fi AC_SUBST([HAVE_SYS_BITYPES_H]) gl_STDINT_TYPE_PROPERTIES STDINT_H=stdint.h fi AC_SUBST([STDINT_H]) AM_CONDITIONAL([GL_GENERATE_STDINT_H], [test -n "$STDINT_H"]) ]) dnl gl_STDINT_BITSIZEOF(TYPES, INCLUDES) dnl Determine the size of each of the given types in bits. AC_DEFUN([gl_STDINT_BITSIZEOF], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE([BITSIZEOF_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to the number of bits in type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for bit size of $gltype], [gl_cv_bitsizeof_${gltype}], [AC_COMPUTE_INT([result], [sizeof ($gltype) * CHAR_BIT], [$2 #include ], [result=unknown]) eval gl_cv_bitsizeof_${gltype}=\$result ]) eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then dnl Use a nonempty default, because some compilers, such as IRIX 5 cc, dnl do a syntax check even on unused #if conditions and give an error dnl on valid C code like this: dnl #if 0 dnl # if > 32 dnl # endif dnl #endif result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result]) eval BITSIZEOF_${GLTYPE}=\$result done m4_foreach_w([gltype], [$1], [AC_SUBST([BITSIZEOF_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) dnl gl_CHECK_TYPES_SIGNED(TYPES, INCLUDES) dnl Determine the signedness of each of the given types. dnl Define HAVE_SIGNED_TYPE if type is signed. AC_DEFUN([gl_CHECK_TYPES_SIGNED], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE([HAVE_SIGNED_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to 1 if ']gltype[' is a signed integer type.])]) for gltype in $1 ; do AC_CACHE_CHECK([whether $gltype is signed], [gl_cv_type_${gltype}_signed], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2[ int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];]])], result=yes, result=no) eval gl_cv_type_${gltype}_signed=\$result ]) eval result=\$gl_cv_type_${gltype}_signed GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` if test "$result" = yes; then AC_DEFINE_UNQUOTED([HAVE_SIGNED_${GLTYPE}], [1]) eval HAVE_SIGNED_${GLTYPE}=1 else eval HAVE_SIGNED_${GLTYPE}=0 fi done m4_foreach_w([gltype], [$1], [AC_SUBST([HAVE_SIGNED_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) dnl gl_INTEGER_TYPE_SUFFIX(TYPES, INCLUDES) dnl Determine the suffix to use for integer constants of the given types. dnl Define t_SUFFIX for each such type. AC_DEFUN([gl_INTEGER_TYPE_SUFFIX], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE(m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX], [Define to l, ll, u, ul, ull, etc., as suitable for constants of type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for $gltype integer literal suffix], [gl_cv_type_${gltype}_suffix], [eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2[ extern $gltype foo; extern $gltype1 foo;]])], [eval gl_cv_type_${gltype}_suffix=\$glsuf]) eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done]) GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result AC_DEFINE_UNQUOTED([${GLTYPE}_SUFFIX], [$result]) done m4_foreach_w([gltype], [$1], [AC_SUBST(m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX])]) ]) dnl gl_STDINT_INCLUDES AC_DEFUN([gl_STDINT_INCLUDES], [[ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif ]]) dnl gl_STDINT_TYPE_PROPERTIES dnl Compute HAVE_SIGNED_t, BITSIZEOF_t and t_SUFFIX, for all the types t dnl of interest to stdint.in.h. AC_DEFUN([gl_STDINT_TYPE_PROPERTIES], [ AC_REQUIRE([gl_MULTIARCH]) if test $APPLE_UNIVERSAL_BUILD = 0; then gl_STDINT_BITSIZEOF([ptrdiff_t size_t], [gl_STDINT_INCLUDES]) fi gl_STDINT_BITSIZEOF([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_size_t_signed=no if test $APPLE_UNIVERSAL_BUILD = 0; then gl_INTEGER_TYPE_SUFFIX([ptrdiff_t size_t], [gl_STDINT_INCLUDES]) fi gl_INTEGER_TYPE_SUFFIX([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) dnl If wint_t is smaller than 'int', it cannot satisfy the ISO C 99 dnl requirement that wint_t is "unchanged by default argument promotions". dnl In this case gnulib's and override wint_t. dnl Set the variable BITSIZEOF_WINT_T accordingly. if test $BITSIZEOF_WINT_T -lt 32; then BITSIZEOF_WINT_T=32 fi ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) # Hey Emacs! # Local Variables: # indent-tabs-mode: nil # End: gsasl-1.8.0/lib/gl/m4/gss-extra.m40000664000000000000000000000230411746471770013406 00000000000000# gss-extra.m4 serial 1 dnl Copyright (C) 2010 Simon Josefsson dnl dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([sj_GSS_EXTRA], [ # Test for GSS-API library features. # XXX this assumes GNU SASL specific configure.ac ordering and variables. if test "$gssapi_impl" != "no"; then save_CPPFLAGS="$CPPFLAGS" save_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS $GSS_CFLAGS" LIBS="$LIBS $LIBGSS $GSS_LIBS" AC_CHECK_FUNCS([gss_encapsulate_token]) AC_CHECK_FUNCS([gss_decapsulate_token]) AC_CHECK_FUNCS([gss_oid_equal]) AC_CHECK_FUNCS([gss_inquire_mech_for_saslname]) AC_CHECK_FUNCS([GSS_C_NT_HOSTBASED_SERVICE]) if test "$gssapi_impl" != "gss"; then AC_CHECK_HEADERS([gssapi.h gssapi/gssapi.h]) if test "$ac_cv_header_gssapi_h$ac_cv_header_gssapi_gssapi_h" = "nono"; then gssapi_impl=no AC_MSG_WARN([Cannot find gssapi.h or gssapi/gssapi.h, disabling GSSAPI]) fi fi CPPFLAGS="$save_CPPFLAGS" LIBS="$save_LIBS" fi if test "$gssapi_impl" != "no"; then AC_LIBOBJ([gss-extra]) fi ]) gsasl-1.8.0/lib/gl/m4/include_next.m40000664000000000000000000002542411746471770014162 00000000000000# include_next.m4 serial 23 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert and Derek Price. dnl Sets INCLUDE_NEXT and PRAGMA_SYSTEM_HEADER. dnl dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to dnl 'include' otherwise. dnl dnl INCLUDE_NEXT_AS_FIRST_DIRECTIVE expands to 'include_next' if the compiler dnl supports it in the special case that it is the first include directive in dnl the given file, or to 'include' otherwise. dnl dnl PRAGMA_SYSTEM_HEADER can be used in files that contain #include_next, dnl so as to avoid GCC warnings when the gcc option -pedantic is used. dnl '#pragma GCC system_header' has the same effect as if the file was found dnl through the include search path specified with '-isystem' options (as dnl opposed to the search path specified with '-I' options). Namely, gcc dnl does not warn about some things, and on some systems (Solaris and Interix) dnl __STDC__ evaluates to 0 instead of to 1. The latter is an undesired side dnl effect; we are therefore careful to use 'defined __STDC__' or '1' instead dnl of plain '__STDC__'. dnl dnl PRAGMA_COLUMNS can be used in files that override system header files, so dnl as to avoid compilation errors on HP NonStop systems when the gnulib file dnl is included by a system header file that does a "#pragma COLUMNS 80" (which dnl has the effect of truncating the lines of that file and all files that it dnl includes to 80 columns) and the gnulib file has lines longer than 80 dnl columns. AC_DEFUN([gl_INCLUDE_NEXT], [ AC_LANG_PREPROC_REQUIRE() AC_CACHE_CHECK([whether the preprocessor supports include_next], [gl_cv_have_include_next], [rm -rf conftestd1a conftestd1b conftestd2 mkdir conftestd1a conftestd1b conftestd2 dnl IBM C 9.0, 10.1 (original versions, prior to the 2009-01 updates) on dnl AIX 6.1 support include_next when used as first preprocessor directive dnl in a file, but not when preceded by another include directive. Check dnl for this bug by including . dnl Additionally, with this same compiler, include_next is a no-op when dnl used in a header file that was included by specifying its absolute dnl file name. Despite these two bugs, include_next is used in the dnl compiler's . By virtue of the second bug, we need to use dnl include_next as well in this case. cat < conftestd1a/conftest.h #define DEFINED_IN_CONFTESTD1 #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd1b/conftest.h #define DEFINED_IN_CONFTESTD1 #include #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd2/conftest.h #ifndef DEFINED_IN_CONFTESTD1 #error "include_next test doesn't work" #endif #define DEFINED_IN_CONFTESTD2 EOF gl_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2" dnl We intentionally avoid using AC_LANG_SOURCE here. AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include ]], [gl_cv_have_include_next=yes], [CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include ]], [gl_cv_have_include_next=buggy], [gl_cv_have_include_next=no]) ]) CPPFLAGS="$gl_save_CPPFLAGS" rm -rf conftestd1a conftestd1b conftestd2 ]) PRAGMA_SYSTEM_HEADER= if test $gl_cv_have_include_next = yes; then INCLUDE_NEXT=include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next if test -n "$GCC"; then PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' fi else if test $gl_cv_have_include_next = buggy; then INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next else INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include fi fi AC_SUBST([INCLUDE_NEXT]) AC_SUBST([INCLUDE_NEXT_AS_FIRST_DIRECTIVE]) AC_SUBST([PRAGMA_SYSTEM_HEADER]) AC_CACHE_CHECK([whether system header files limit the line length], [gl_cv_pragma_columns], [dnl HP NonStop systems, which define __TANDEM, have this misfeature. AC_EGREP_CPP([choke me], [ #ifdef __TANDEM choke me #endif ], [gl_cv_pragma_columns=yes], [gl_cv_pragma_columns=no]) ]) if test $gl_cv_pragma_columns = yes; then PRAGMA_COLUMNS="#pragma COLUMNS 10000" else PRAGMA_COLUMNS= fi AC_SUBST([PRAGMA_COLUMNS]) ]) # gl_CHECK_NEXT_HEADERS(HEADER1 HEADER2 ...) # ------------------------------------------ # For each arg foo.h, if #include_next works, define NEXT_FOO_H to be # ''; otherwise define it to be # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. # Also, if #include_next works as first preprocessing directive in a file, # define NEXT_AS_FIRST_DIRECTIVE_FOO_H to be ''; otherwise define it to # be # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. # That way, a header file with the following line: # #@INCLUDE_NEXT@ @NEXT_FOO_H@ # or # #@INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ @NEXT_AS_FIRST_DIRECTIVE_FOO_H@ # behaves (after sed substitution) as if it contained # #include_next # even if the compiler does not support include_next. # The three "///" are to pacify Sun C 5.8, which otherwise would say # "warning: #include of /usr/include/... may be non-portable". # Use '""', not '<>', so that the /// cannot be confused with a C99 comment. # Note: This macro assumes that the header file is not empty after # preprocessing, i.e. it does not only define preprocessor macros but also # provides some type/enum definitions or function/variable declarations. # # This macro also checks whether each header exists, by invoking # AC_CHECK_HEADERS_ONCE or AC_CHECK_HEADERS on each argument. AC_DEFUN([gl_CHECK_NEXT_HEADERS], [ gl_NEXT_HEADERS_INTERNAL([$1], [check]) ]) # gl_NEXT_HEADERS(HEADER1 HEADER2 ...) # ------------------------------------ # Like gl_CHECK_NEXT_HEADERS, except do not check whether the headers exist. # This is suitable for headers like that are standardized by C89 # and therefore can be assumed to exist. AC_DEFUN([gl_NEXT_HEADERS], [ gl_NEXT_HEADERS_INTERNAL([$1], [assume]) ]) # The guts of gl_CHECK_NEXT_HEADERS and gl_NEXT_HEADERS. AC_DEFUN([gl_NEXT_HEADERS_INTERNAL], [ AC_REQUIRE([gl_INCLUDE_NEXT]) AC_REQUIRE([AC_CANONICAL_HOST]) m4_if([$2], [check], [AC_CHECK_HEADERS_ONCE([$1]) ]) dnl FIXME: gl_next_header and gl_header_exists must be used unquoted dnl until we can assume autoconf 2.64 or newer. m4_foreach_w([gl_HEADER_NAME], [$1], [AS_VAR_PUSHDEF([gl_next_header], [gl_cv_next_]m4_defn([gl_HEADER_NAME])) if test $gl_cv_have_include_next = yes; then AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>']) else AC_CACHE_CHECK( [absolute name of <]m4_defn([gl_HEADER_NAME])[>], m4_defn([gl_next_header]), [m4_if([$2], [check], [AS_VAR_PUSHDEF([gl_header_exists], [ac_cv_header_]m4_defn([gl_HEADER_NAME])) if test AS_VAR_GET(gl_header_exists) = yes; then AS_VAR_POPDEF([gl_header_exists]) ]) AC_LANG_CONFTEST( [AC_LANG_SOURCE( [[#include <]]m4_dquote(m4_defn([gl_HEADER_NAME]))[[>]] )]) dnl AIX "xlc -E" and "cc -E" omit #line directives for header dnl files that contain only a #include of other header files and dnl no non-comment tokens of their own. This leads to a failure dnl to detect the absolute name of , , dnl and others. The workaround is to force preservation dnl of comments through option -C. This ensures all necessary dnl #line directives are present. GCC supports option -C as well. case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac changequote(,) case "$host_os" in mingw*) dnl For the sake of native Windows compilers (excluding gcc), dnl treat backslash as a directory separator, like /. dnl Actually, these compilers use a double-backslash as dnl directory separator, inside the dnl # line "filename" dnl directives. gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac dnl A sed expression that turns a string into a basic regular dnl expression, for use within "/.../". gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' changequote([,]) gl_header_literal_regex=`echo ']m4_defn([gl_HEADER_NAME])[' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ changequote(,)dnl s|^/[^/]|//&| changequote([,])dnl p q }' dnl eval is necessary to expand gl_absname_cpp. dnl Ultrix and Pyramid sh refuse to redirect output of eval, dnl so use subshell. AS_VAR_SET(gl_next_header, ['"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | sed -n "$gl_absolute_header_sed"`'"']) m4_if([$2], [check], [else AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>']) fi ]) ]) fi AC_SUBST( AS_TR_CPP([NEXT_]m4_defn([gl_HEADER_NAME])), [AS_VAR_GET(gl_next_header)]) if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'gl_HEADER_NAME'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=AS_VAR_GET(gl_next_header) fi AC_SUBST( AS_TR_CPP([NEXT_AS_FIRST_DIRECTIVE_]m4_defn([gl_HEADER_NAME])), [$gl_next_as_first_directive]) AS_VAR_POPDEF([gl_next_header])]) ]) # Autoconf 2.68 added warnings for our use of AC_COMPILE_IFELSE; # this fallback is safe for all earlier autoconf versions. m4_define_default([AC_LANG_DEFINES_PROVIDED]) gsasl-1.8.0/lib/gl/m4/gc-hmac-sha1.m40000664000000000000000000000064511746471770013630 00000000000000# gc-hmac-sha1.m4 serial 3 dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_HMAC_SHA1], [ AC_REQUIRE([gl_GC]) if test "$ac_cv_libgcrypt" != yes; then gl_SHA1 gl_MEMXOR fi ]) gsasl-1.8.0/lib/gl/m4/warn-on-use.m40000664000000000000000000000415411746471770013651 00000000000000# warn-on-use.m4 serial 5 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_WARN_ON_USE_PREPARE(INCLUDES, NAMES) # --------------------------------------- # For each whitespace-separated element in the list of NAMES, define # HAVE_RAW_DECL_name if the function has a declaration among INCLUDES # even after being undefined as a macro. # # See warn-on-use.h for some hints on how to poison function names, as # well as ideas on poisoning global variables and macros. NAMES may # include global variables, but remember that only functions work with # _GL_WARN_ON_USE. Typically, INCLUDES only needs to list a single # header, but if the replacement header pulls in other headers because # some systems declare functions in the wrong header, then INCLUDES # should do likewise. # # It is generally safe to assume declarations for functions declared # in the intersection of C89 and C11 (such as printf) without # needing gl_WARN_ON_USE_PREPARE. AC_DEFUN([gl_WARN_ON_USE_PREPARE], [ m4_foreach_w([gl_decl], [$2], [AH_TEMPLATE([HAVE_RAW_DECL_]AS_TR_CPP(m4_defn([gl_decl])), [Define to 1 if ]m4_defn([gl_decl])[ is declared even after undefining macros.])])dnl dnl FIXME: gl_Symbol must be used unquoted until we can assume dnl autoconf 2.64 or newer. for gl_func in m4_flatten([$2]); do AS_VAR_PUSHDEF([gl_Symbol], [gl_cv_have_raw_decl_$gl_func])dnl AC_CACHE_CHECK([whether $gl_func is declared without a macro], gl_Symbol, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$1], [@%:@undef $gl_func (void) $gl_func;])], [AS_VAR_SET(gl_Symbol, [yes])], [AS_VAR_SET(gl_Symbol, [no])])]) AS_VAR_IF(gl_Symbol, [yes], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_RAW_DECL_$gl_func]), [1]) dnl shortcut - if the raw declaration exists, then set a cache dnl variable to allow skipping any later AC_CHECK_DECL efforts eval ac_cv_have_decl_$gl_func=yes]) AS_VAR_POPDEF([gl_Symbol])dnl done ]) gsasl-1.8.0/lib/gl/m4/intmax_t.m40000664000000000000000000000416611746471770013324 00000000000000# intmax_t.m4 serial 8 dnl Copyright (C) 1997-2004, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. AC_PREREQ([2.53]) # Define intmax_t to 'long' or 'long long' # if it is not already defined in or . AC_DEFUN([gl_AC_TYPE_INTMAX_T], [ dnl For simplicity, we assume that a header file defines 'intmax_t' if and dnl only if it defines 'uintmax_t'. AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) test $ac_cv_type_long_long_int = yes \ && ac_type='long long' \ || ac_type='long' AC_DEFINE_UNQUOTED([intmax_t], [$ac_type], [Define to long or long long if and don't define.]) else AC_DEFINE([HAVE_INTMAX_T], [1], [Define if you have the 'intmax_t' type in or .]) fi ]) dnl An alternative would be to explicitly test for 'intmax_t'. AC_DEFUN([gt_AC_TYPE_INTMAX_T], [ AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #include #if HAVE_STDINT_H_WITH_UINTMAX #include #endif #if HAVE_INTTYPES_H_WITH_UINTMAX #include #endif ]], [[intmax_t x = -1; return !x;]])], [gt_cv_c_intmax_t=yes], [gt_cv_c_intmax_t=no])]) if test $gt_cv_c_intmax_t = yes; then AC_DEFINE([HAVE_INTMAX_T], [1], [Define if you have the 'intmax_t' type in or .]) else AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) test $ac_cv_type_long_long_int = yes \ && ac_type='long long' \ || ac_type='long' AC_DEFINE_UNQUOTED([intmax_t], [$ac_type], [Define to long or long long if and don't define.]) fi ]) gsasl-1.8.0/lib/gl/m4/strnlen.m40000664000000000000000000000156111746471770013162 00000000000000# strnlen.m4 serial 13 dnl Copyright (C) 2002-2003, 2005-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRNLEN], [ AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) dnl Persuade glibc to declare strnlen(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([strnlen]) if test $ac_cv_have_decl_strnlen = no; then HAVE_DECL_STRNLEN=0 else m4_pushdef([AC_LIBOBJ], [:]) dnl Note: AC_FUNC_STRNLEN does AC_LIBOBJ([strnlen]). AC_FUNC_STRNLEN m4_popdef([AC_LIBOBJ]) if test $ac_cv_func_strnlen_working = no; then REPLACE_STRNLEN=1 fi fi ]) # Prerequisites of lib/strnlen.c. AC_DEFUN([gl_PREREQ_STRNLEN], [:]) gsasl-1.8.0/lib/gl/strndup.c0000664000000000000000000000205311754216375012550 00000000000000/* A replacement function, for systems that lack strndup. Copyright (C) 1996-1998, 2001-2003, 2005-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #include #include #include char * strndup (char const *s, size_t n) { size_t len = strnlen (s, n); char *new = malloc (len + 1); if (new == NULL) return NULL; new[len] = '\0'; return memcpy (new, s, len); } gsasl-1.8.0/lib/gl/minmax.h0000664000000000000000000000451711746471770012361 00000000000000/* MIN, MAX macros. Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, see . */ #ifndef _MINMAX_H #define _MINMAX_H /* Note: MIN, MAX are also defined in on some systems (glibc, IRIX, HP-UX, OSF/1). Therefore you might get warnings about MIN, MAX macro redefinitions on some systems; the workaround is to #include this file as the last one among the #include list. */ /* Before we define the following symbols we get the file since otherwise we get redefinitions on some systems if is included after this file. Likewise for . If more than one of these system headers define MIN and MAX, pick just one of the headers (because the definitions most likely are the same). */ #if HAVE_MINMAX_IN_LIMITS_H # include #elif HAVE_MINMAX_IN_SYS_PARAM_H # include #endif /* Note: MIN and MAX should be used with two arguments of the same type. They might not return the minimum and maximum of their two arguments, if the arguments have different types or have unusual floating-point values. For example, on a typical host with 32-bit 'int', 64-bit 'long long', and 64-bit IEEE 754 'double' types: MAX (-1, 2147483648) returns 4294967295. MAX (9007199254740992.0, 9007199254740993) returns 9007199254740992.0. MAX (NaN, 0.0) returns 0.0. MAX (+0.0, -0.0) returns -0.0. and in each case the answer is in some sense bogus. */ /* MAX(a,b) returns the maximum of A and B. */ #ifndef MAX # define MAX(a,b) ((a) > (b) ? (a) : (b)) #endif /* MIN(a,b) returns the minimum of A and B. */ #ifndef MIN # define MIN(a,b) ((a) < (b) ? (a) : (b)) #endif #endif /* _MINMAX_H */ gsasl-1.8.0/lib/THANKS0000664000000000000000000000130511754555060011212 00000000000000GNU SASL LIBRARY THANKS -- Acknowledgements. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. GNU SASL uses libntlm by Grant Edwards maintained by Simon Josefsson; libgssapi by MIT/Heimdal; libgcrypt by Werner Koch; GSS, Libidn, and Shishi by Simon Josefsson. Bug reports, patches and/or suggestions were also received from or written by several people. See the file THANKS in the GNU SASL package for the (hopefully) complete list. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/lib/maint.mk0000664000000000000000000016207611754207050011746 00000000000000# -*-Makefile-*- # This Makefile fragment tries to be general-purpose enough to be # used by many projects via the gnulib maintainer-makefile module. ## Copyright (C) 2001-2012 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . # This is reported not to work with make-3.79.1 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) ME := maint.mk # Diagnostic for continued use of deprecated variable. # Remove in 2013 ifneq ($(build_aux),) $(error "$(ME): \ set $$(_build-aux) relative to $$(srcdir) instead of $$(build_aux)") endif # Do not save the original name or timestamp in the .tar.gz file. # Use --rsyncable if available. gzip_rsyncable := \ $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null \ && printf %s --rsyncable) GZIP_ENV = '--no-name --best $(gzip_rsyncable)' GIT = git VC = $(GIT) VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir) # You can override this variable in cfg.mk to set your own regexp # matching files to ignore. VC_LIST_ALWAYS_EXCLUDE_REGEX ?= ^$$ # This is to preprocess robustly the output of $(VC_LIST), so that even # when $(srcdir) is a pathological name like "....", the leading sed command # removes only the intended prefix. _dot_escaped_srcdir = $(subst .,\.,$(srcdir)) # Post-process $(VC_LIST) output, prepending $(srcdir)/, but only # when $(srcdir) is not ".". ifeq ($(srcdir),.) _prepend_srcdir_prefix = else _prepend_srcdir_prefix = | sed 's|^|$(srcdir)/|' endif # In order to be able to consistently filter "."-relative names, # (i.e., with no $(srcdir) prefix), this definition is careful to # remove any $(srcdir) prefix, and to restore what it removes. _sc_excl = \ $(if $(exclude_file_name_regexp--$@),$(exclude_file_name_regexp--$@),^$$) VC_LIST_EXCEPT = \ $(VC_LIST) | sed 's|^$(_dot_escaped_srcdir)/||' \ | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \ else grep -Ev -e "$${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi \ | grep -Ev -e '($(VC_LIST_ALWAYS_EXCLUDE_REGEX)|$(_sc_excl))' \ $(_prepend_srcdir_prefix) ifeq ($(origin prev_version_file), undefined) prev_version_file = $(srcdir)/.prev-version endif PREV_VERSION := $(shell cat $(prev_version_file) 2>/dev/null) VERSION_REGEXP = $(subst .,\.,$(VERSION)) PREV_VERSION_REGEXP = $(subst .,\.,$(PREV_VERSION)) ifeq ($(VC),$(GIT)) this-vc-tag = v$(VERSION) this-vc-tag-regexp = v$(VERSION_REGEXP) else tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]') tag-this-version = $(subst .,_,$(VERSION)) this-vc-tag = $(tag-package)-$(tag-this-version) this-vc-tag-regexp = $(this-vc-tag) endif my_distdir = $(PACKAGE)-$(VERSION) # Old releases are stored here. release_archive_dir ?= ../release # Override gnu_rel_host and url_dir_list in cfg.mk if these are not right. # Use alpha.gnu.org for alpha and beta releases. # Use ftp.gnu.org for stable releases. gnu_ftp_host-alpha = alpha.gnu.org gnu_ftp_host-beta = alpha.gnu.org gnu_ftp_host-stable = ftp.gnu.org gnu_rel_host ?= $(gnu_ftp_host-$(RELEASE_TYPE)) ifeq ($(gnu_rel_host),ftp.gnu.org) url_dir_list ?= http://ftpmirror.gnu.org/$(PACKAGE) else url_dir_list ?= ftp://$(gnu_rel_host)/gnu/$(PACKAGE) endif # Override this in cfg.mk if you are using a different format in your # NEWS file. today = $(shell date +%Y-%m-%d) # Select which lines of NEWS are searched for $(news-check-regexp). # This is a sed line number spec. The default says that we search # lines 1..10 of NEWS for $(news-check-regexp). # If you want to search only line 3 or only lines 20-22, use "3" or "20,22". news-check-lines-spec ?= 1,10 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)' # Prevent programs like 'sort' from considering distinct strings to be equal. # Doing it here saves us from having to set LC_ALL elsewhere in this file. export LC_ALL = C ## --------------- ## ## Sanity checks. ## ## --------------- ## _cfg_mk := $(shell test -f $(srcdir)/cfg.mk && echo '$(srcdir)/cfg.mk') # Collect the names of rules starting with 'sc_'. syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \ $(srcdir)/$(ME) $(_cfg_mk))) .PHONY: $(syntax-check-rules) ifeq ($(shell $(VC_LIST) >/dev/null 2>&1; echo $$?),0) local-checks-available += $(syntax-check-rules) else local-checks-available += no-vc-detected no-vc-detected: @echo "No version control files detected; skipping syntax check" endif .PHONY: $(local-checks-available) # Arrange to print the name of each syntax-checking rule just before running it. $(syntax-check-rules): %: %.m sc_m_rules_ = $(patsubst %, %.m, $(syntax-check-rules)) .PHONY: $(sc_m_rules_) $(sc_m_rules_): @echo $(patsubst sc_%.m, %, $@) @date +%s.%N > .sc-start-$(basename $@) # Compute and print the elapsed time for each syntax-check rule. sc_z_rules_ = $(patsubst %, %.z, $(syntax-check-rules)) .PHONY: $(sc_z_rules_) $(sc_z_rules_): %.z: % @end=$$(date +%s.%N); \ start=$$(cat .sc-start-$*); \ rm -f .sc-start-$*; \ awk -v s=$$start -v e=$$end \ 'END {printf "%.2f $(patsubst sc_%,%,$*)\n", e - s}' < /dev/null # The patsubst here is to replace each sc_% rule with its sc_%.z wrapper # that computes and prints elapsed time. local-check := \ $(patsubst sc_%, sc_%.z, \ $(filter-out $(local-checks-to-skip), $(local-checks-available))) syntax-check: $(local-check) # _sc_search_regexp # # This macro searches for a given construct in the selected files and # then takes some action. # # Parameters (shell variables): # # prohibit | require # # Regular expression (ERE) denoting either a forbidden construct # or a required construct. Those arguments are exclusive. # # exclude # # Regular expression (ERE) denoting lines to ignore that matched # a prohibit construct. For example, this can be used to exclude # comments that mention why the nearby code uses an alternative # construct instead of the simpler prohibited construct. # # in_vc_files | in_files # # grep-E-style regexp denoting the files to check. If no files # are specified the default are all the files that are under # version control. # # containing | non_containing # # Select the files (non) containing strings matching this regexp. # If both arguments are specified then CONTAINING takes # precedence. # # with_grep_options # # Extra options for grep. # # ignore_case # # Ignore case. # # halt # # Message to display before to halting execution. # # Finally, you may exempt files based on an ERE matching file names. # For example, to exempt from the sc_space_tab check all files with the # .diff suffix, set this Make variable: # # exclude_file_name_regexp--sc_space_tab = \.diff$ # # Note that while this functionality is mostly inherited via VC_LIST_EXCEPT, # when filtering by name via in_files, we explicitly filter out matching # names here as well. # Initialize each, so that envvar settings cannot interfere. export require = export prohibit = export exclude = export in_vc_files = export in_files = export containing = export non_containing = export halt = export with_grep_options = # By default, _sc_search_regexp does not ignore case. export ignore_case = _ignore_case = $$(test -n "$$ignore_case" && printf %s -i || :) define _sc_say_and_exit dummy=; : so we do not need a semicolon before each use; \ { printf '%s\n' "$(ME): $$msg" 1>&2; exit 1; }; endef define _sc_search_regexp dummy=; : so we do not need a semicolon before each use; \ \ : Check arguments; \ test -n "$$prohibit" && test -n "$$require" \ && { msg='Cannot specify both prohibit and require' \ $(_sc_say_and_exit) } || :; \ test -z "$$prohibit" && test -z "$$require" \ && { msg='Should specify either prohibit or require' \ $(_sc_say_and_exit) } || :; \ test -z "$$prohibit" && test -n "$$exclude" \ && { msg='Use of exclude requires a prohibit pattern' \ $(_sc_say_and_exit) } || :; \ test -n "$$in_vc_files" && test -n "$$in_files" \ && { msg='Cannot specify both in_vc_files and in_files' \ $(_sc_say_and_exit) } || :; \ test "x$$halt" != x \ || { msg='halt not defined' $(_sc_say_and_exit) }; \ \ : Filter by file name; \ if test -n "$$in_files"; then \ files=$$(find $(srcdir) | grep -E "$$in_files" \ | grep -Ev '$(exclude_file_name_regexp--$@)'); \ else \ files=$$($(VC_LIST_EXCEPT)); \ if test -n "$$in_vc_files"; then \ files=$$(echo "$$files" | grep -E "$$in_vc_files"); \ fi; \ fi; \ \ : Filter by content; \ test -n "$$files" && test -n "$$containing" \ && { files=$$(grep -l "$$containing" $$files); } || :; \ test -n "$$files" && test -n "$$non_containing" \ && { files=$$(grep -vl "$$non_containing" $$files); } || :; \ \ : Check for the construct; \ if test -n "$$files"; then \ if test -n "$$prohibit"; then \ grep $$with_grep_options $(_ignore_case) -nE "$$prohibit" $$files \ | grep -vE "$${exclude:-^$$}" \ && { msg="$$halt" $(_sc_say_and_exit) } || :; \ else \ grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \ | grep . \ && { msg="$$halt" $(_sc_say_and_exit) } || :; \ fi \ else :; \ fi || :; endef sc_avoid_if_before_free: @$(srcdir)/$(_build-aux)/useless-if-before-free \ $(useless_free_options) \ $$($(VC_LIST_EXCEPT) | grep -v useless-if-before-free) && \ { echo '$(ME): found useless "if" before "free" above' 1>&2; \ exit 1; } || : sc_cast_of_argument_to_free: @prohibit='\&2; \ exit 1; } || : # Error messages should not start with a capital letter sc_error_message_uppercase: @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ | grep -E '"[A-Z]' \ | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \ { echo '$(ME): found capitalized error message' 1>&2; \ exit 1; } || : # Error messages should not end with a period sc_error_message_period: @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ | grep -E '[^."]\."' && \ { echo '$(ME): found error message ending in period' 1>&2; \ exit 1; } || : sc_file_system: @prohibit=file''system \ ignore_case=1 \ halt='found use of "file''system"; spell it "file system"' \ $(_sc_search_regexp) # Don't use cpp tests of this symbol. All code assumes config.h is included. sc_prohibit_have_config_h: @prohibit='^# *if.*HAVE''_CONFIG_H' \ halt='found use of HAVE''_CONFIG_H; remove' \ $(_sc_search_regexp) # Nearly all .c files must include . However, we also permit this # via inclusion of a package-specific header, if cfg.mk specified one. # config_h_header must be suitable for grep -E. config_h_header ?= sc_require_config_h: @require='^# *include $(config_h_header)' \ in_vc_files='\.c$$' \ halt='the above files do not include ' \ $(_sc_search_regexp) # You must include before including any other header file. # This can possibly be via a package-specific header, if given by cfg.mk. sc_require_config_h_first: @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \ fail=0; \ for i in $$($(VC_LIST_EXCEPT) | grep '\.c$$'); do \ grep '^# *include\>' $$i | sed 1q \ | grep -E '^# *include $(config_h_header)' > /dev/null \ || { echo $$i; fail=1; }; \ done; \ test $$fail = 1 && \ { echo '$(ME): the above files include some other header' \ 'before ' 1>&2; exit 1; } || :; \ else :; \ fi sc_prohibit_HAVE_MBRTOWC: @prohibit='\bHAVE_MBRTOWC\b' \ halt="do not use $$prohibit; it is always defined" \ $(_sc_search_regexp) # To use this "command" macro, you must first define two shell variables: # h: the header name, with no enclosing <> or "" # re: a regular expression that matches IFF something provided by $h is used. define _sc_header_without_use dummy=; : so we do not need a semicolon before each use; \ h_esc=`echo '[<"]'"$$h"'[">]'|sed 's/\./\\\\./g'`; \ if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \ files=$$(grep -l '^# *include '"$$h_esc" \ $$($(VC_LIST_EXCEPT) | grep '\.c$$')) && \ grep -LE "$$re" $$files | grep . && \ { echo "$(ME): the above files include $$h but don't use it" \ 1>&2; exit 1; } || :; \ else :; \ fi endef # Prohibit the inclusion of assert.h without an actual use of assert. sc_prohibit_assert_without_use: @h='assert.h' re='\new(file => "/dev/stdin")->as_string'|sed 's/\?://g' # Note this was produced by the above: # _xa1 = \ #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup) # But we can do better, in at least two ways: # 1) take advantage of two "dup"-suffixed strings: # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup) # 2) notice that "c(har)?|[mz]" is equivalent to the shorter and more readable # "char|[cmz]" # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup) _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup) _xa2 = X([CZ]|N?M)ALLOC sc_prohibit_xalloc_without_use: @h='xalloc.h' \ re='\<($(_xa1)|$(_xa2)) *\('\ $(_sc_header_without_use) # Extract function names: # perl -lne '/^(?:extern )?(?:void|char) \*?(\w+) *\(/ and print $1' lib/hash.h _hash_re = \ clear|delete|free|get_(first|next)|insert|lookup|print_statistics|reset_tuning _hash_fn = \<($(_hash_re)) *\( _hash_struct = (struct )?\<[Hh]ash_(table|tuning)\> sc_prohibit_hash_without_use: @h='hash.h' \ re='$(_hash_fn)|$(_hash_struct)'\ $(_sc_header_without_use) sc_prohibit_cloexec_without_use: @h='cloexec.h' re='\<(set_cloexec_flag|dup_cloexec) *\(' \ $(_sc_header_without_use) sc_prohibit_posixver_without_use: @h='posixver.h' re='\' \ halt='do not use HAVE''_FCNTL_H or O'_NDELAY \ $(_sc_search_regexp) # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ # Each nonempty ChangeLog line must start with a year number, or a TAB. sc_changelog: @prohibit='^[^12 ]' \ in_vc_files='^ChangeLog$$' \ halt='found unexpected prefix in a ChangeLog' \ $(_sc_search_regexp) # Ensure that each .c file containing a "main" function also # calls set_program_name. sc_program_name: @require='set_program_name *\(m?argv\[0\]\);' \ in_vc_files='\.c$$' \ containing='\
    /dev/null \ && : || { die=1; echo $$i; } \ done; \ test $$die = 1 && \ { echo 1>&2 '$(ME): the final line in each of the above is not:'; \ echo 1>&2 'Exit something'; \ exit 1; } || :; \ fi sc_trailing_blank: @prohibit='[ ]$$' \ halt='found trailing blank(s)' \ $(_sc_search_regexp) # Match lines like the following, but where there is only one space # between the options and the description: # -D, --all-repeated[=delimit-method] print all duplicate lines\n longopt_re = --[a-z][0-9A-Za-z-]*(\[?=[0-9A-Za-z-]*\]?)? sc_two_space_separator_in_usage: @prohibit='^ *(-[A-Za-z],)? $(longopt_re) [^ ].*\\$$' \ halt='help2man requires at least two spaces between an option and its description'\ $(_sc_search_regexp) # A regexp matching function names like "error" that may be used # to emit translatable messages. _gl_translatable_diag_func_re ?= error # Look for diagnostics that aren't marked for translation. # This won't find any for which error's format string is on a separate line. sc_unmarked_diagnostics: @prohibit='\<$(_gl_translatable_diag_func_re) *\([^"]*"[^"]*[a-z]{3}' \ exclude='(_|ngettext ?)\(' \ halt='$(ME): found unmarked diagnostic(s)' \ $(_sc_search_regexp) # Avoid useless parentheses like those in this example: # #if defined (SYMBOL) || defined (SYM2) sc_useless_cpp_parens: @prohibit='^# *if .*defined *\(' \ halt='found useless parentheses in cpp directive' \ $(_sc_search_regexp) # List headers for which HAVE_HEADER_H is always true, assuming you are # using the appropriate gnulib module. CAUTION: for each "unnecessary" # #if HAVE_HEADER_H that you remove, be sure that your project explicitly # requires the gnulib module that guarantees the usability of that header. gl_assured_headers_ = \ cd $(gnulib_dir)/lib && echo *.in.h|sed 's/\.in\.h//g' # Convert the list of names to upper case, and replace each space with "|". az_ = abcdefghijklmnopqrstuvwxyz AZ_ = ABCDEFGHIJKLMNOPQRSTUVWXYZ gl_header_upper_case_or_ = \ $$($(gl_assured_headers_) \ | tr $(az_)/.- $(AZ_)___ \ | tr -s ' ' '|' \ ) sc_prohibit_always_true_header_tests: @or=$(gl_header_upper_case_or_); \ re="HAVE_($$or)_H"; \ prohibit='\<'"$$re"'\>' \ halt=$$(printf '%s\n' \ 'do not test the above HAVE_
    _H symbol(s);' \ ' with the corresponding gnulib module, they are always true') \ $(_sc_search_regexp) # ================================================================== gl_other_headers_ ?= \ intprops.h \ openat.h \ stat-macros.h # Perl -lne code to extract "significant" cpp-defined symbols from a # gnulib header file, eliminating a few common false-positives. # The exempted names below are defined only conditionally in gnulib, # and hence sometimes must/may be defined in application code. gl_extract_significant_defines_ = \ /^\# *define ([^_ (][^ (]*)(\s*\(|\s+\w+)/\ && $$2 !~ /(?:rpl_|_used_without_)/\ && $$1 !~ /^(?:NSIG|ENODATA)$$/\ && $$1 !~ /^(?:SA_RESETHAND|SA_RESTART)$$/\ and print $$1 # Create a list of regular expressions matching the names # of macros that are guaranteed to be defined by parts of gnulib. define def_sym_regex gen_h=$(gl_generated_headers_); \ (cd $(gnulib_dir)/lib; \ for f in *.in.h $(gl_other_headers_); do \ test -f $$f \ && perl -lne '$(gl_extract_significant_defines_)' $$f; \ done; \ ) | sort -u \ | sed 's/^/^ *# *(define|undef) */;s/$$/\\>/' endef # Don't define macros that we already get from gnulib header files. sc_prohibit_always-defined_macros: @if test -d $(gnulib_dir); then \ case $$(echo all: | grep -l -f - Makefile) in Makefile);; *) \ echo '$(ME): skipping $@: you lack GNU grep' 1>&2; exit 0;; \ esac; \ $(def_sym_regex) | grep -E -f - $$($(VC_LIST_EXCEPT)) \ && { echo '$(ME): define the above via some gnulib .h file' \ 1>&2; exit 1; } || :; \ fi # ================================================================== # Prohibit checked in backup files. sc_prohibit_backup_files: @$(VC_LIST) | grep '~$$' && \ { echo '$(ME): found version controlled backup file' 1>&2; \ exit 1; } || : # Require the latest GPL. sc_GPL_version: @prohibit='either ''version [^3]' \ halt='GPL vN, N!=3' \ $(_sc_search_regexp) # Require the latest GFDL. Two regexp, since some .texi files end up # line wrapping between 'Free Documentation License,' and 'Version'. _GFDL_regexp = (Free ''Documentation.*Version 1\.[^3]|Version 1\.[^3] or any) sc_GFDL_version: @prohibit='$(_GFDL_regexp)' \ halt='GFDL vN, N!=3' \ $(_sc_search_regexp) # Don't use Texinfo's @acronym{}. # http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00321.html texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$ sc_texinfo_acronym: @prohibit='@acronym\{' \ in_vc_files='$(texinfo_suffix_re_)' \ halt='found use of Texinfo @acronym{}' \ $(_sc_search_regexp) cvs_keywords = \ Author|Date|Header|Id|Name|Locker|Log|RCSfile|Revision|Source|State sc_prohibit_cvs_keyword: @prohibit='\$$($(cvs_keywords))\$$' \ halt='do not use CVS keyword expansion' \ $(_sc_search_regexp) # This Perl code is slightly obfuscated. Not only is each "$" doubled # because it's in a Makefile, but the $$c's are comments; we cannot # use "#" due to the way the script ends up concatenated onto one line. # It would be much more concise, and would produce better output (including # counts) if written as: # perl -ln -0777 -e '/\n(\n+)$/ and print "$ARGV: ".length $1' ... # but that would be far less efficient, reading the entire contents # of each file, rather than just the last two bytes of each. # In addition, while the code below detects both blank lines and a missing # newline at EOF, the above detects only the former. # # This is a perl script that is expected to be the single-quoted argument # to a command-line "-le". The remaining arguments are file names. # Print the name of each file that does not end in exactly one newline byte. # I.e., warn if there are blank lines (2 or more newlines), or if the # last byte is not a newline. However, currently we don't complain # about any file that contains exactly one byte. # Exit nonzero if at least one such file is found, otherwise, exit 0. # Warn about, but otherwise ignore open failure. Ignore seek/read failure. # # Use this if you want to remove trailing empty lines from selected files: # perl -pi -0777 -e 's/\n\n+$/\n/' files... # require_exactly_one_NL_at_EOF_ = \ foreach my $$f (@ARGV) \ { \ open F, "<", $$f or (warn "failed to open $$f: $$!\n"), next; \ my $$p = sysseek (F, -2, 2); \ my $$c = "seek failure probably means file has < 2 bytes; ignore"; \ my $$last_two_bytes; \ defined $$p and $$p = sysread F, $$last_two_bytes, 2; \ close F; \ $$c = "ignore read failure"; \ $$p && ($$last_two_bytes eq "\n\n" \ || substr ($$last_two_bytes,1) ne "\n") \ and (print $$f), $$fail=1; \ } \ END { exit defined $$fail } sc_prohibit_empty_lines_at_EOF: @perl -le '$(require_exactly_one_NL_at_EOF_)' $$($(VC_LIST_EXCEPT)) \ || { echo '$(ME): empty line(s) or no newline at EOF' \ 1>&2; exit 1; } || : # Make sure we don't use st_blocks. Use ST_NBLOCKS instead. # This is a bit of a kludge, since it prevents use of the string # even in comments, but for now it does the job with no false positives. sc_prohibit_stat_st_blocks: @prohibit='[.>]st_blocks' \ halt='do not use st_blocks; use ST_NBLOCKS' \ $(_sc_search_regexp) # Make sure we don't define any S_IS* macros in src/*.c files. # They're already defined via gnulib's sys/stat.h replacement. sc_prohibit_S_IS_definition: @prohibit='^ *# *define *S_IS' \ halt='do not define S_IS* macros; include ' \ $(_sc_search_regexp) # Perl block to convert a match to FILE_NAME:LINENO:TEST, # that is shared by two definitions below. perl_filename_lineno_text_ = \ -e ' {' \ -e ' $$n = ($$` =~ tr/\n/\n/ + 1);' \ -e ' ($$v = $$&) =~ s/\n/\\n/g;' \ -e ' print "$$ARGV:$$n:$$v\n";' \ -e ' }' prohibit_doubled_word_RE_ ?= \ /\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt]o)\s+\1\b/gims prohibit_doubled_word_ = \ -e 'while ($(prohibit_doubled_word_RE_))' \ $(perl_filename_lineno_text_) # Define this to a regular expression that matches # any filename:dd:match lines you want to ignore. # The default is to ignore no matches. ignore_doubled_word_match_RE_ ?= ^$$ sc_prohibit_doubled_word: @perl -n -0777 $(prohibit_doubled_word_) $$($(VC_LIST_EXCEPT)) \ | grep -vE '$(ignore_doubled_word_match_RE_)' \ | grep . && { echo '$(ME): doubled words' 1>&2; exit 1; } || : # A regular expression matching undesirable combinations of words like # "can not"; this matches them even when the two words appear on different # lines, but not when there is an intervening delimiter like "#" or "*". # Similarly undesirable, "See @xref{...}", since an @xref should start # a sentence. Explicitly prohibit any prefix of "see" or "also". # Also prohibit a prefix matching "\w+ +". # @pxref gets the same see/also treatment and should be parenthesized; # presume it must *not* start a sentence. bad_xref_re_ ?= (?:[\w,:;] +|(?:see|also)\s+)\@xref\{ bad_pxref_re_ ?= (?:[.!?]|(?:see|also))\s+\@pxref\{ prohibit_undesirable_word_seq_RE_ ?= \ /(?:\bcan\s+not\b|$(bad_xref_re_)|$(bad_pxref_re_))/gims prohibit_undesirable_word_seq_ = \ -e 'while ($(prohibit_undesirable_word_seq_RE_))' \ $(perl_filename_lineno_text_) # Define this to a regular expression that matches # any filename:dd:match lines you want to ignore. # The default is to ignore no matches. ignore_undesirable_word_sequence_RE_ ?= ^$$ sc_prohibit_undesirable_word_seq: @perl -n -0777 $(prohibit_undesirable_word_seq_) \ $$($(VC_LIST_EXCEPT)) \ | grep -vE '$(ignore_undesirable_word_sequence_RE_)' | grep . \ && { echo '$(ME): undesirable word sequence' >&2; exit 1; } || : _ptm1 = use "test C1 && test C2", not "test C1 -''a C2" _ptm2 = use "test C1 || test C2", not "test C1 -''o C2" # Using test's -a and -o operators is not portable. # We prefer test over [, since the latter is spelled [[ in configure.ac. sc_prohibit_test_minus_ao: @prohibit='(\ /dev/null \ || { fail=1; echo 1>&2 "$(ME): $$p uses proper_name_utf8"; }; \ done; \ test $$fail = 1 && \ { echo 1>&2 '$(ME): the above do not link with any ICONV library'; \ exit 1; } || :; \ fi # Warn about "c0nst struct Foo const foo[]", # but not about "char const *const foo" or "#define const const". sc_redundant_const: @prohibit='\bconst\b[[:space:][:alnum:]]{2,}\bconst\b' \ halt='redundant "const" in declarations' \ $(_sc_search_regexp) sc_const_long_option: @prohibit='^ *static.*struct option ' \ exclude='const struct option|struct option const' \ halt='$(ME): add "const" to the above declarations' \ $(_sc_search_regexp) NEWS_hash = \ $$(sed -n '/^\*.* $(PREV_VERSION_REGEXP) ([0-9-]*)/,$$p' \ $(srcdir)/NEWS \ | perl -0777 -pe \ 's/^Copyright.+?Free\sSoftware\sFoundation,\sInc\.\n//ms' \ | md5sum - \ | sed 's/ .*//') # Ensure that we don't accidentally insert an entry into an old NEWS block. sc_immutable_NEWS: @if test -f $(srcdir)/NEWS; then \ test "$(NEWS_hash)" = '$(old_NEWS_hash)' && : || \ { echo '$(ME): you have modified old NEWS' 1>&2; exit 1; }; \ fi # Update the hash stored above. Do this after each release and # for any corrections to old entries. update-NEWS-hash: NEWS perl -pi -e 's/^(old_NEWS_hash[ \t]+:?=[ \t]+).*/$${1}'"$(NEWS_hash)/" \ $(srcdir)/cfg.mk # Ensure that we use only the standard $(VAR) notation, # not @...@ in Makefile.am, now that we can rely on automake # to emit a definition for each substituted variable. # However, there is still one case in which @VAR@ use is not just # legitimate, but actually required: when augmenting an automake-defined # variable with a prefix. For example, gettext uses this: # MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ # otherwise, makeinfo would put German or French (current locale) # navigation hints in the otherwise-English documentation. # # Allow the package to add exceptions via a hook in cfg.mk; # for example, @PRAGMA_SYSTEM_HEADER@ can be permitted by # setting this to ' && !/PRAGMA_SYSTEM_HEADER/'. _makefile_at_at_check_exceptions ?= sc_makefile_at_at_check: @perl -ne '/\@\w+\@/' \ -e ' && !/(\w+)\s+=.*\@\1\@$$/' \ -e ''$(_makefile_at_at_check_exceptions) \ -e 'and (print "$$ARGV:$$.: $$_"), $$m=1; END {exit !$$m}' \ $$($(VC_LIST_EXCEPT) | grep -E '(^|/)(Makefile\.am|[^/]+\.mk)$$') \ && { echo '$(ME): use $$(...), not @...@' 1>&2; exit 1; } || : news-check: NEWS if sed -n $(news-check-lines-spec)p $(srcdir)/NEWS \ | grep -E $(news-check-regexp) >/dev/null; then \ :; \ else \ echo 'NEWS: $$(news-check-regexp) failed to match' 1>&2; \ exit 1; \ fi sc_makefile_TAB_only_indentation: @prohibit='^ [ ]{8}' \ in_vc_files='akefile|\.mk$$' \ halt='found TAB-8-space indentation' \ $(_sc_search_regexp) sc_m4_quote_check: @prohibit='(AC_DEFINE(_UNQUOTED)?|AC_DEFUN)\([^[]' \ in_vc_files='(^configure\.ac|\.m4)$$' \ halt='quote the first arg to AC_DEF*' \ $(_sc_search_regexp) fix_po_file_diag = \ 'you have changed the set of files with translatable diagnostics;\n\ apply the above patch\n' # Verify that all source files using _() are listed in po/POTFILES.in. po_file ?= $(srcdir)/po/POTFILES.in generated_files ?= $(srcdir)/lib/*.[ch] sc_po_check: @if test -f $(po_file); then \ grep -E -v '^(#|$$)' $(po_file) \ | grep -v '^src/false\.c$$' | sort > $@-1; \ files=; \ for file in $$($(VC_LIST_EXCEPT)) $(generated_files); do \ test -r $$file || continue; \ case $$file in \ *.m4|*.mk) continue ;; \ *.?|*.??) ;; \ *) continue;; \ esac; \ case $$file in \ *.[ch]) \ base=`expr " $$file" : ' \(.*\)\..'`; \ { test -f $$base.l || test -f $$base.y; } && continue;; \ esac; \ files="$$files $$file"; \ done; \ grep -E -l '\b(N?_|gettext *)\([^)"]*("|$$)' $$files \ | sed 's|^$(_dot_escaped_srcdir)/||' | sort -u > $@-2; \ diff -u -L $(po_file) -L $(po_file) $@-1 $@-2 \ || { printf '$(ME): '$(fix_po_file_diag) 1>&2; exit 1; }; \ rm -f $@-1 $@-2; \ fi # Sometimes it is useful to change the PATH environment variable # in Makefiles. When doing so, it's better not to use the Unix-centric # path separator of ':', but rather the automake-provided '$(PATH_SEPARATOR)'. msg = '$(ME): Do not use ":" above; use $$(PATH_SEPARATOR) instead' sc_makefile_path_separator_check: @prohibit='PATH[=].*:' \ in_vc_files='akefile|\.mk$$' \ halt=$(msg) \ $(_sc_search_regexp) # Check that 'make alpha' will not fail at the end of the process, # i.e., when pkg-M.N.tar.xz already exists (either in "." or in ../release) # and is read-only. writable-files: if test -d $(release_archive_dir); then \ for file in $(DIST_ARCHIVES); do \ for p in ./ $(release_archive_dir)/; do \ test -e $$p$$file || continue; \ test -w $$p$$file \ || { echo ERROR: $$p$$file is not writable; fail=1; }; \ done; \ done; \ test "$$fail" && exit 1 || : ; \ else :; \ fi v_etc_file = $(gnulib_dir)/lib/version-etc.c sample-test = tests/sample-test texi = doc/$(PACKAGE).texi # Make sure that the copyright date in $(v_etc_file) is up to date. # Do the same for the $(sample-test) and the main doc/.texi file. sc_copyright_check: @require='enum { COPYRIGHT_YEAR = '$$(date +%Y)' };' \ in_files=$(v_etc_file) \ halt='out of date copyright in $(v_etc_file); update it' \ $(_sc_search_regexp) @require='# Copyright \(C\) '$$(date +%Y)' Free' \ in_vc_files=$(sample-test) \ halt='out of date copyright in $(sample-test); update it' \ $(_sc_search_regexp) @require='Copyright @copyright\{\} .*'$$(date +%Y)' Free' \ in_vc_files=$(texi) \ halt='out of date copyright in $(texi); update it' \ $(_sc_search_regexp) # If tests/help-version exists and seems to be new enough, assume that its # use of init.sh and path_prepend_ is correct, and ensure that every other # use of init.sh is identical. # This is useful because help-version cross-checks prog --version # with $(VERSION), which verifies that its path_prepend_ invocation # sets PATH correctly. This is an inexpensive way to ensure that # the other init.sh-using tests also get it right. _hv_file ?= $(srcdir)/tests/help-version _hv_regex_weak ?= ^ *\. .*/init\.sh" # Fix syntax-highlighters " _hv_regex_strong ?= ^ *\. "\$${srcdir=\.}/init\.sh" sc_cross_check_PATH_usage_in_tests: @if test -f $(_hv_file); then \ grep -l 'VERSION mismatch' $(_hv_file) >/dev/null \ || { echo "$@: skipped: no such file: $(_hv_file)" 1>&2; \ exit 0; }; \ grep -lE '$(_hv_regex_strong)' $(_hv_file) >/dev/null \ || { echo "$@: $(_hv_file) lacks conforming use of init.sh" 1>&2; \ exit 1; }; \ good=$$(grep -E '$(_hv_regex_strong)' $(_hv_file)); \ grep -LFx "$$good" \ $$(grep -lE '$(_hv_regex_weak)' $$($(VC_LIST_EXCEPT))) \ | grep . && \ { echo "$(ME): the above files use path_prepend_ inconsistently" \ 1>&2; exit 1; } || :; \ fi # BRE regex of file contents to identify a test script. _test_script_regex ?= \ # In tests, use "compare expected actual", not the reverse. sc_prohibit_reversed_compare_failure: @prohibit='\ vc-diffs || : if test -s vc-diffs; then \ cat vc-diffs; \ echo "Some files are locally modified:" 1>&2; \ exit 1; \ else \ rm vc-diffs; \ fi rel-files = $(DIST_ARCHIVES) gnulib_dir ?= $(srcdir)/gnulib gnulib-version = $$(cd $(gnulib_dir) && git describe) bootstrap-tools ?= autoconf,automake,gnulib # If it's not already specified, derive the GPG key ID from # the signed tag we've just applied to mark this release. gpg_key_ID ?= \ $$(git cat-file tag v$(VERSION) \ | gpgv --status-fd 1 --keyring /dev/null - - 2>/dev/null \ | sed -n '/^\[GNUPG:\] ERRSIG /{s///;s/ .*//p;q}') translation_project_ ?= coordinator@translationproject.org # Make info-gnu the default only for a stable release. ifeq ($(RELEASE_TYPE),stable) announcement_Cc_ ?= $(translation_project_), $(PACKAGE_BUGREPORT) announcement_mail_headers_ ?= \ To: info-gnu@gnu.org \ Cc: $(announcement_Cc_) \ Mail-Followup-To: $(PACKAGE_BUGREPORT) else announcement_Cc_ ?= $(translation_project_) announcement_mail_headers_ ?= \ To: $(PACKAGE_BUGREPORT) \ Cc: $(announcement_Cc_) endif announcement: NEWS ChangeLog $(rel-files) @$(srcdir)/$(_build-aux)/announce-gen \ --mail-headers='$(announcement_mail_headers_)' \ --release-type=$(RELEASE_TYPE) \ --package=$(PACKAGE) \ --prev=$(PREV_VERSION) \ --curr=$(VERSION) \ --gpg-key-id=$(gpg_key_ID) \ --news=$(srcdir)/NEWS \ --bootstrap-tools=$(bootstrap-tools) \ $$(case ,$(bootstrap-tools), in (*,gnulib,*) \ echo --gnulib-version=$(gnulib-version);; esac) \ --no-print-checksums \ $(addprefix --url-dir=, $(url_dir_list)) ## ---------------- ## ## Updating files. ## ## ---------------- ## ftp-gnu = ftp://ftp.gnu.org/gnu www-gnu = http://www.gnu.org upload_dest_dir_ ?= $(PACKAGE) emit_upload_commands: @echo ===================================== @echo ===================================== @echo "$(srcdir)/$(_build-aux)/gnupload $(GNUPLOADFLAGS) \\" @echo " --to $(gnu_rel_host):$(upload_dest_dir_) \\" @echo " $(rel-files)" @echo '# send the ~/announce-$(my_distdir) e-mail' @echo ===================================== @echo ===================================== define emit-commit-log printf '%s\n' 'maint: post-release administrivia' '' \ '* NEWS: Add header line for next release.' \ '* .prev-version: Record previous version.' \ '* cfg.mk (old_NEWS_hash): Auto-update.' endef .PHONY: no-submodule-changes no-submodule-changes: if test -d $(srcdir)/.git; then \ diff=$$(cd $(srcdir) && git submodule -q foreach \ git diff-index --name-only HEAD) \ || exit 1; \ case $$diff in '') ;; \ *) echo '$(ME): submodule files are locally modified:'; \ echo "$$diff"; exit 1;; esac; \ else \ : ; \ fi submodule-checks ?= no-submodule-changes public-submodule-commit # Ensure that each sub-module commit we're using is public. # Without this, it is too easy to tag and release code that # cannot be built from a fresh clone. .PHONY: public-submodule-commit public-submodule-commit: $(AM_V_GEN)if test -d $(srcdir)/.git; then \ cd $(srcdir) && \ git submodule --quiet foreach test '$$(git rev-parse $$sha1)' \ = '$$(git merge-base origin $$sha1)' \ || { echo '$(ME): found non-public submodule commit' >&2; \ exit 1; }; \ else \ : ; \ fi # This rule has a high enough utility/cost ratio that it should be a # dependent of "check" by default. However, some of us do occasionally # commit a temporary change that deliberately points to a non-public # submodule commit, and want to be able to use rules like "make check". # In that case, run e.g., "make check gl_public_submodule_commit=" # to disable this test. gl_public_submodule_commit ?= public-submodule-commit check: $(gl_public_submodule_commit) .PHONY: alpha beta stable ALL_RECURSIVE_TARGETS += alpha beta stable alpha beta stable: $(local-check) writable-files $(submodule-checks) test $@ = stable \ && { echo $(VERSION) | grep -E '^[0-9]+(\.[0-9]+)+$$' \ || { echo "invalid version string: $(VERSION)" 1>&2; exit 1;};}\ || : $(MAKE) vc-diff-check $(MAKE) news-check $(MAKE) distcheck $(MAKE) dist $(MAKE) $(release-prep-hook) RELEASE_TYPE=$@ $(MAKE) -s emit_upload_commands RELEASE_TYPE=$@ # Override this in cfg.mk if you follow different procedures. release-prep-hook ?= release-prep gl_noteworthy_news_ = * Noteworthy changes in release ?.? (????-??-??) [?] .PHONY: release-prep release-prep: case $$RELEASE_TYPE in alpha|beta|stable) ;; \ *) echo "invalid RELEASE_TYPE: $$RELEASE_TYPE" 1>&2; exit 1;; esac $(MAKE) --no-print-directory -s announcement > ~/announce-$(my_distdir) if test -d $(release_archive_dir); then \ ln $(rel-files) $(release_archive_dir); \ chmod a-w $(rel-files); \ fi echo $(VERSION) > $(prev_version_file) $(MAKE) update-NEWS-hash perl -pi -e '$$. == 3 and print "$(gl_noteworthy_news_)\n\n\n"' NEWS $(emit-commit-log) > .ci-msg $(VC) commit -F .ci-msg -a rm .ci-msg # Override this with e.g., -s $(srcdir)/some_other_name.texi # if the default $(PACKAGE)-derived name doesn't apply. gendocs_options_ ?= .PHONY: web-manual web-manual: @test -z "$(manual_title)" \ && { echo define manual_title in cfg.mk 1>&2; exit 1; } || : @cd '$(srcdir)/doc'; \ $(SHELL) ../$(_build-aux)/gendocs.sh $(gendocs_options_) \ -o '$(abs_builddir)/doc/manual' \ --email $(PACKAGE_BUGREPORT) $(PACKAGE) \ "$(PACKAGE_NAME) - $(manual_title)" @echo " *** Upload the doc/manual directory to web-cvs." # Code Coverage init-coverage: $(MAKE) $(AM_MAKEFLAGS) clean lcov --directory . --zerocounters COVERAGE_CCOPTS ?= "-g --coverage" COVERAGE_OUT ?= doc/coverage build-coverage: $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) check mkdir -p $(COVERAGE_OUT) lcov --directory . --output-file $(COVERAGE_OUT)/$(PACKAGE).info \ --capture gen-coverage: genhtml --output-directory $(COVERAGE_OUT) \ $(COVERAGE_OUT)/$(PACKAGE).info \ --highlight --frames --legend \ --title "$(PACKAGE_NAME)" coverage: init-coverage build-coverage gen-coverage # Update gettext files. PACKAGE ?= $(shell basename $(PWD)) PO_DOMAIN ?= $(PACKAGE) POURL = http://translationproject.org/latest/$(PO_DOMAIN)/ PODIR ?= po refresh-po: rm -f $(PODIR)/*.po && \ echo "$(ME): getting translations into po (please ignore the robots.txt ERROR 404)..." && \ wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \ echo 'en@boldquot' > $(PODIR)/LINGUAS && \ echo 'en@quot' >> $(PODIR)/LINGUAS && \ ls $(PODIR)/*.po | sed 's/\.po//' | sed 's,$(PODIR)/,,' | sort >> $(PODIR)/LINGUAS # Running indent once is not idempotent, but running it twice is. INDENT_SOURCES ?= $(C_SOURCES) .PHONY: indent indent: indent $(INDENT_SOURCES) indent $(INDENT_SOURCES) # If you want to set UPDATE_COPYRIGHT_* environment variables, # put the assignments in this variable. update-copyright-env ?= # Run this rule once per year (usually early in January) # to update all FSF copyright year lists in your project. # If you have an additional project-specific rule, # add it in cfg.mk along with a line 'update-copyright: prereq'. # By default, exclude all variants of COPYING; you can also # add exemptions (such as ChangeLog..* for rotated change logs) # in the file .x-update-copyright. .PHONY: update-copyright update-copyright: grep -l -w Copyright \ $$(export VC_LIST_EXCEPT_DEFAULT=COPYING && $(VC_LIST_EXCEPT)) \ | $(update-copyright-env) xargs $(srcdir)/$(_build-aux)/$@ # This tight_scope test is skipped with a warning if $(_gl_TS_headers) is not # overridden and $(_gl_TS_dir)/Makefile.am does not mention noinst_HEADERS. # NOTE: to override any _gl_TS_* default value, you must # define the variable(s) using "export" in cfg.mk. _gl_TS_dir ?= src ALL_RECURSIVE_TARGETS += sc_tight_scope sc_tight_scope: tight-scope.mk @fail=0; \ if ! grep '^ *export _gl_TS_headers *=' $(srcdir)/cfg.mk \ > /dev/null \ && ! grep -w noinst_HEADERS $(srcdir)/$(_gl_TS_dir)/Makefile.am \ > /dev/null 2>&1; then \ echo '$(ME): skipping $@'; \ else \ $(MAKE) -s -C $(_gl_TS_dir) \ -f Makefile \ -f $(abs_top_srcdir)/cfg.mk \ -f $(abs_top_builddir)/$< \ _gl_tight_scope \ || fail=1; \ fi; \ rm -f $<; \ exit $$fail tight-scope.mk: $(ME) @rm -f $@ $@-t @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t @chmod a=r $@-t && mv $@-t $@ ifeq (a,b) # TS-start # Most functions should have static scope. # Any that don't must be marked with 'extern', but 'main' # and 'usage' are exceptions: they're always extern, but # do not need to be marked. Symbols matching '__.*' are # reserved by the compiler, so are automatically excluded below. _gl_TS_unmarked_extern_functions ?= main usage _gl_TS_function_match ?= /^(?:$(_gl_TS_extern)) +.*?(\S+) *\(/ # If your project uses a macro like "XTERN", then put # the following in cfg.mk to override this default: # export _gl_TS_extern = extern|XTERN _gl_TS_extern ?= extern # The second nm|grep checks for file-scope variables with 'extern' scope. # Without gnulib's progname module, you might put program_name here. # Symbols matching '__.*' are reserved by the compiler, # so are automatically excluded below. _gl_TS_unmarked_extern_vars ?= # NOTE: the _match variables are perl expressions -- not mere regular # expressions -- so that you can extend them to match other patterns # and easily extract matched variable names. # For example, if your project declares some global variables via # a macro like this: GLOBAL(type, var_name, initializer), then you # can override this definition to automatically extract those names: # export _gl_TS_var_match = \ # /^(?:$(_gl_TS_extern)) .*?\**(\w+)(\[.*?\])?;/ || /\bGLOBAL\(.*?,\s*(.*?),/ _gl_TS_var_match ?= /^(?:$(_gl_TS_extern)) .*?(\w+)(\[.*?\])?;/ # The names of object files in (or relative to) $(_gl_TS_dir). _gl_TS_obj_files ?= *.$(OBJEXT) # Files in which to search for the one-line style extern declarations. # $(_gl_TS_dir)-relative. _gl_TS_headers ?= $(noinst_HEADERS) .PHONY: _gl_tight_scope _gl_tight_scope: $(bin_PROGRAMS) t=exceptions-$$$$; \ trap 's=$$?; rm -f $$t; exit $$s' 0; \ for sig in 1 2 3 13 15; do \ eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \ done; \ src=`for f in $(SOURCES); do \ test -f $$f && d= || d=$(srcdir)/; echo $$d$$f; done`; \ hdr=`for f in $(_gl_TS_headers); do \ test -f $$f && d= || d=$(srcdir)/; echo $$d$$f; done`; \ ( printf '^%s$$\n' '__.*' $(_gl_TS_unmarked_extern_functions); \ grep -h -A1 '^extern .*[^;]$$' $$src \ | grep -vE '^(extern |--)' | sed 's/ .*//'; \ perl -lne \ '$(_gl_TS_function_match) and print "^$$1\$$"' $$hdr; \ ) | sort -u > $$t; \ nm -e $(_gl_TS_obj_files) | sed -n 's/.* T //p'|grep -Ev -f $$t \ && { echo the above functions should have static scope >&2; \ exit 1; } || : ; \ ( printf '^%s$$\n' '__.*' $(_gl_TS_unmarked_extern_vars); \ perl -lne '$(_gl_TS_var_match) and print "^$$1\$$"' $$hdr *.h \ ) | sort -u > $$t; \ nm -e $(_gl_TS_obj_files) | sed -n 's/.* [BCDGRS] //p' \ | sort -u | grep -Ev -f $$t \ && { echo the above variables should have static scope >&2; \ exit 1; } || : # TS-end endif gsasl-1.8.0/lib/Makefile.in0000664000000000000000000014555511760730703012360 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ # Plugins: @EXTERNAL_TRUE@am__append_1 = external @ANONYMOUS_TRUE@am__append_2 = anonymous @PLAIN_TRUE@am__append_3 = plain @LOGIN_TRUE@am__append_4 = login @CRAM_MD5_TRUE@am__append_5 = cram-md5 @DIGEST_MD5_TRUE@am__append_6 = digest-md5 @SCRAM_TRUE@am__append_7 = scram @SAML20_TRUE@am__append_8 = saml20 @OPENID20_TRUE@am__append_9 = openid20 @NTLM_TRUE@am__append_10 = ntlm @GSSAPI_TRUE@am__append_11 = gssapi @GS2_TRUE@am__append_12 = gs2 @SECURID_TRUE@am__append_13 = securid @KERBEROS_V5_TRUE@am__append_14 = kerberos_v5 subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(srcdir)/libgsasl.pc.in $(top_srcdir)/configure ABOUT-NLS \ AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS THANKS \ build-aux/config.guess build-aux/config.rpath \ build-aux/config.sub build-aux/depcomp build-aux/install-sh \ build-aux/ltmain.sh build-aux/missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = libgsasl.pc CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(pkgconfigdir)" DATA = $(pkgconfig_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = po gl external anonymous plain login cram-md5 \ digest-md5 scram saml20 openid20 ntlm gssapi gs2 securid \ kerberos_v5 src tests gltests DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libgsasl.pc # Visual Studio project files. EXTRA_DIST = cfg.mk maint.mk win32/libgsasl.sln win32/libgsasl.vcproj \ win32/include/ac-stdint.h win32/include/alloca.h \ win32/include/idn-int.h win32/include/stdbool.h \ win32/include/stdint.h win32/include/unistd.h \ win32/include/config.h SUBDIRS = po gl $(am__append_1) $(am__append_2) $(am__append_3) \ $(am__append_4) $(am__append_5) $(am__append_6) \ $(am__append_7) $(am__append_8) $(am__append_9) \ $(am__append_10) $(am__append_11) $(am__append_12) \ $(am__append_13) $(am__append_14) src tests gltests all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then rm -f stamp-h1; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 libgsasl.pc: $(top_builddir)/config.status $(srcdir)/libgsasl.pc.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt install-pkgconfigDATA: $(pkgconfig_DATA) @$(NORMAL_INSTALL) test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ done uninstall-pkgconfigDATA: @$(NORMAL_UNINSTALL) @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-pkgconfigDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-pkgconfigDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ ctags-recursive install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ dist-zip distcheck distclean distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-pkgconfigDATA install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am uninstall-pkgconfigDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/src/0000775000000000000000000000000011760732121011137 500000000000000gsasl-1.8.0/lib/src/callback.c0000664000000000000000000001214411754555060012771 00000000000000/* callback.c --- Callback handling. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_callback_set: * @ctx: handle received from gsasl_init(). * @cb: pointer to function implemented by application. * * Store the pointer to the application provided callback in the * library handle. The callback will be used, via gsasl_callback(), * by mechanisms to discover various parameters (such as username and * passwords). The callback function will be called with a * Gsasl_property value indicating the requested behaviour. For * example, for %GSASL_ANONYMOUS_TOKEN, the function is expected to * invoke gsasl_property_set(@CTX, %GSASL_ANONYMOUS_TOKEN, "token") * where "token" is the anonymous token the application wishes the * SASL mechanism to use. See the manual for the meaning of all * parameters. * * Since: 0.2.0 **/ void gsasl_callback_set (Gsasl * ctx, Gsasl_callback_function cb) { ctx->cb = cb; } /** * gsasl_callback: * @ctx: handle received from gsasl_init(), may be NULL to derive it * from @sctx. * @sctx: session handle. * @prop: enumerated value of Gsasl_property type. * * Invoke the application callback. The @prop value indicate what the * callback is expected to do. For example, for * %GSASL_ANONYMOUS_TOKEN, the function is expected to invoke * gsasl_property_set(@SCTX, %GSASL_ANONYMOUS_TOKEN, "token") where * "token" is the anonymous token the application wishes the SASL * mechanism to use. See the manual for the meaning of all * parameters. * * Note that if no callback has been set by the application, but the * obsolete callback interface has been used, this function will * translate the old callback interface into the new. This interface * should be sufficient to invoke all callbacks, both new and old. * * Return value: Returns whatever the application callback returns, or * %GSASL_NO_CALLBACK if no application was known. * * Since: 0.2.0 **/ int gsasl_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { if (ctx == NULL && sctx == NULL) return GSASL_NO_CALLBACK; if (ctx == NULL) ctx = sctx->ctx; if (ctx->cb) return ctx->cb (ctx, sctx, prop); #ifndef GSASL_NO_OBSOLETE return _gsasl_obsolete_callback (ctx, sctx, prop); #endif return GSASL_NO_CALLBACK; } /** * gsasl_callback_hook_set: * @ctx: libgsasl handle. * @hook: opaque pointer to application specific data. * * Store application specific data in the libgsasl handle. * * The application data can be later (for instance, inside a callback) * be retrieved by calling gsasl_callback_hook_get(). This is * normally used by the application to maintain a global state between * the main program and callbacks. * * Since: 0.2.0 **/ void gsasl_callback_hook_set (Gsasl * ctx, void *hook) { ctx->application_hook = hook; } /** * gsasl_callback_hook_get: * @ctx: libgsasl handle. * * Retrieve application specific data from libgsasl handle. * * The application data is set using gsasl_callback_hook_set(). This * is normally used by the application to maintain a global state * between the main program and callbacks. * * Return value: Returns the application specific data, or NULL. * * Since: 0.2.0 **/ void * gsasl_callback_hook_get (Gsasl * ctx) { return ctx->application_hook; } /** * gsasl_session_hook_set: * @sctx: libgsasl session handle. * @hook: opaque pointer to application specific data. * * Store application specific data in the libgsasl session handle. * * The application data can be later (for instance, inside a callback) * be retrieved by calling gsasl_session_hook_get(). This is normally * used by the application to maintain a per-session state between the * main program and callbacks. * * Since: 0.2.14 **/ void gsasl_session_hook_set (Gsasl_session * sctx, void *hook) { sctx->application_hook = hook; } /** * gsasl_session_hook_get: * @sctx: libgsasl session handle. * * Retrieve application specific data from libgsasl session handle. * * The application data is set using gsasl_callback_hook_set(). This * is normally used by the application to maintain a per-session state * between the main program and callbacks. * * Return value: Returns the application specific data, or NULL. * * Since: 0.2.14 **/ void * gsasl_session_hook_get (Gsasl_session * sctx) { return sctx->application_hook; } gsasl-1.8.0/lib/src/base64.c0000664000000000000000000000463711754555060012331 00000000000000/* base64.c --- Base64 encoding/decoding functions. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" #include "base64.h" /** * gsasl_base64_to: * @in: input byte array * @inlen: size of input byte array * @out: pointer to newly allocated output byte array * @outlen: pointer to size of newly allocated output byte array * * Encode data as base64. The string is zero terminated, and @outlen * holds the length excluding the terminating zero. The @out buffer * must be deallocated by the caller. * * Return value: Returns %GSASL_OK on success, or %GSASL_MALLOC_ERROR * if input was too large or memory allocation fail. * * Since: 0.2.2 **/ int gsasl_base64_to (const char *in, size_t inlen, char **out, size_t * outlen) { size_t len = base64_encode_alloc (in, inlen, out); if (outlen) *outlen = len; if (*out == NULL) return GSASL_MALLOC_ERROR; return GSASL_OK; } /** * gsasl_base64_from: * @in: input byte array * @inlen: size of input byte array * @out: pointer to newly allocated output byte array * @outlen: pointer to size of newly allocated output byte array * * Decode Base64 data. The @out buffer must be deallocated by the * caller. * * Return value: Returns %GSASL_OK on success, %GSASL_BASE64_ERROR if * input was invalid, and %GSASL_MALLOC_ERROR on memory allocation * errors. * * Since: 0.2.2 **/ int gsasl_base64_from (const char *in, size_t inlen, char **out, size_t * outlen) { int ok = base64_decode_alloc (in, inlen, out, outlen); if (!ok) return GSASL_BASE64_ERROR; if (*out == NULL) return GSASL_MALLOC_ERROR; return GSASL_OK; } gsasl-1.8.0/lib/src/crypto.c0000664000000000000000000001004711754555060012555 00000000000000/* crypto.c --- Simple crypto wrappers for applications. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" #include "gc.h" /** * gsasl_nonce: * @data: output array to be filled with unpredictable random data. * @datalen: size of output array. * * Store unpredictable data of given size in the provided buffer. * * Return value: Returns %GSASL_OK iff successful. **/ int gsasl_nonce (char *data, size_t datalen) { return gc_nonce (data, datalen); } /** * gsasl_random: * @data: output array to be filled with strong random data. * @datalen: size of output array. * * Store cryptographically strong random data of given size in the * provided buffer. * * Return value: Returns %GSASL_OK iff successful. **/ int gsasl_random (char *data, size_t datalen) { return gc_random (data, datalen); } /** * gsasl_md5: * @in: input character array of data to hash. * @inlen: length of input character array of data to hash. * @out: newly allocated character array with hash of data. * * Compute hash of data using MD5. The @out buffer must be * deallocated by the caller. * * Return value: Returns %GSASL_OK iff successful. **/ int gsasl_md5 (const char *in, size_t inlen, char *out[16]) { *out = malloc (16); if (!*out) return GSASL_MALLOC_ERROR; return gc_md5 (in, inlen, *out); } /** * gsasl_hmac_md5: * @key: input character array with key to use. * @keylen: length of input character array with key to use. * @in: input character array of data to hash. * @inlen: length of input character array of data to hash. * @outhash: newly allocated character array with keyed hash of data. * * Compute keyed checksum of data using HMAC-MD5. The @outhash buffer * must be deallocated by the caller. * * Return value: Returns %GSASL_OK iff successful. **/ int gsasl_hmac_md5 (const char *key, size_t keylen, const char *in, size_t inlen, char *outhash[16]) { *outhash = malloc (16); if (!*outhash) return GSASL_MALLOC_ERROR; return gc_hmac_md5 (key, keylen, in, inlen, *outhash); } /** * gsasl_sha1: * @in: input character array of data to hash. * @inlen: length of input character array of data to hash. * @out: newly allocated character array with hash of data. * * Compute hash of data using SHA1. The @out buffer must be * deallocated by the caller. * * Return value: Returns %GSASL_OK iff successful. * * Since: 1.3 **/ int gsasl_sha1 (const char *in, size_t inlen, char *out[20]) { *out = malloc (20); if (!*out) return GSASL_MALLOC_ERROR; return gc_sha1 (in, inlen, *out); } /** * gsasl_hmac_sha1: * @key: input character array with key to use. * @keylen: length of input character array with key to use. * @in: input character array of data to hash. * @inlen: length of input character array of data to hash. * @outhash: newly allocated character array with keyed hash of data. * * Compute keyed checksum of data using HMAC-SHA1. The @outhash buffer * must be deallocated by the caller. * * Return value: Returns %GSASL_OK iff successful. * * Since: 1.3 **/ int gsasl_hmac_sha1 (const char *key, size_t keylen, const char *in, size_t inlen, char *outhash[20]) { *outhash = malloc (20); if (!*outhash) return GSASL_MALLOC_ERROR; return gc_hmac_sha1 (key, keylen, in, inlen, *outhash); } gsasl-1.8.0/lib/src/gsasl-compat.h0000664000000000000000000003640511754555060013642 00000000000000/* gsasl-compat.h --- Header file for obsoleted features in GNU SASL Library. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef GSASL_COMPAT_H #define GSASL_COMPAT_H #ifndef __attribute__ /* This feature is available in gcc versions 2.5 and later. */ #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) #define __attribute__(Spec) /* empty */ #endif #endif /* Old error codes */ enum { GSASL_TOO_SMALL_BUFFER = 4, GSASL_FOPEN_ERROR = 5, GSASL_FCLOSE_ERROR = 6, GSASL_GCRYPT_ERROR = GSASL_CRYPTO_ERROR, GSASL_CANNOT_GET_CTX = 32, GSASL_NEED_CLIENT_ANONYMOUS_CALLBACK = 11, GSASL_NEED_CLIENT_PASSWORD_CALLBACK = 12, GSASL_NEED_CLIENT_PASSCODE_CALLBACK = 13, GSASL_NEED_CLIENT_PIN_CALLBACK = 14, GSASL_NEED_CLIENT_AUTHORIZATION_ID_CALLBACK = 15, GSASL_NEED_CLIENT_AUTHENTICATION_ID_CALLBACK = 16, GSASL_NEED_CLIENT_SERVICE_CALLBACK = 17, GSASL_NEED_SERVER_VALIDATE_CALLBACK = 18, GSASL_NEED_SERVER_CRAM_MD5_CALLBACK = 19, GSASL_NEED_SERVER_DIGEST_MD5_CALLBACK = 20, GSASL_NEED_SERVER_EXTERNAL_CALLBACK = 21, GSASL_NEED_SERVER_ANONYMOUS_CALLBACK = 22, GSASL_NEED_SERVER_REALM_CALLBACK = 23, GSASL_NEED_SERVER_SECURID_CALLBACK = 24, GSASL_NEED_SERVER_SERVICE_CALLBACK = 25, GSASL_NEED_SERVER_GSSAPI_CALLBACK = 26, GSASL_NEED_SERVER_RETRIEVE_CALLBACK = 27, GSASL_UNICODE_NORMALIZATION_ERROR = 28, GSASL_NO_MORE_REALMS = 34, GSASL_INVALID_HANDLE = 50 } __attribute__ ((deprecated)); typedef Gsasl Gsasl_ctx __attribute__ ((deprecated)); typedef Gsasl_session Gsasl_session_ctx __attribute__ ((deprecated)); extern GSASL_API int gsasl_client_listmech (Gsasl * ctx, char *out, size_t * outlen) __attribute__ ((deprecated)); extern GSASL_API int gsasl_server_listmech (Gsasl * ctx, char *out, size_t * outlen) __attribute__ ((deprecated)); extern GSASL_API int gsasl_client_step (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) __attribute__ ((deprecated)); extern GSASL_API int gsasl_client_step_base64 (Gsasl_session * sctx, const char *b64input, char *b64output, size_t b64output_len) __attribute__ ((deprecated)); extern GSASL_API int gsasl_server_step (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) __attribute__ ((deprecated)); extern GSASL_API int gsasl_server_step_base64 (Gsasl_session * sctx, const char *b64input, char *b64output, size_t b64output_len) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_finish (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_finish (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API Gsasl *gsasl_client_ctx_get (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API Gsasl *gsasl_server_ctx_get (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_application_data_set (Gsasl_session * sctx, void *application_data) __attribute__ ((deprecated)); extern GSASL_API void *gsasl_client_application_data_get (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_application_data_set (Gsasl_session * sctx, void *application_data) __attribute__ ((deprecated)); extern GSASL_API void *gsasl_server_application_data_get (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API int gsasl_randomize (int strong, char *data, size_t datalen) __attribute__ ((deprecated)); extern GSASL_API Gsasl *gsasl_ctx_get (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API int gsasl_encode_inline (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) __attribute__ ((deprecated)); extern GSASL_API int gsasl_decode_inline (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) __attribute__ ((deprecated)); extern GSASL_API void gsasl_application_data_set (Gsasl * ctx, void *appdata) __attribute__ ((deprecated)); extern GSASL_API void *gsasl_application_data_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_appinfo_set (Gsasl_session * sctx, void *appdata) __attribute__ ((deprecated)); extern GSASL_API void *gsasl_appinfo_get (Gsasl_session * sctx) __attribute__ ((deprecated)); extern GSASL_API const char *gsasl_server_suggest_mechanism (Gsasl * ctx, const char *mechlist) __attribute__ ((deprecated)); extern GSASL_API int gsasl_base64_encode (char const *src, size_t srclength, char *target, size_t targsize) __attribute__ ((deprecated)); extern GSASL_API int gsasl_base64_decode (char const *src, char *target, size_t targsize) __attribute__ ((deprecated)); extern GSASL_API char *gsasl_stringprep_nfkc (const char *in, ssize_t len) __attribute__ ((deprecated)); extern GSASL_API char *gsasl_stringprep_saslprep (const char *in, int *stringprep_rc) __attribute__ ((deprecated)); extern GSASL_API char *gsasl_stringprep_trace (const char *in, int *stringprep_rc) __attribute__ ((deprecated)); extern GSASL_API int gsasl_md5pwd_get_password (const char *filename, const char *username, char *key, size_t * keylen) __attribute__ ((deprecated)); /* Callback prototypes */ typedef int (*Gsasl_client_callback_anonymous) (Gsasl_session * sctx, char *out, size_t * outlen); typedef int (*Gsasl_client_callback_authentication_id) (Gsasl_session * sctx, char *out, size_t * outlen); typedef int (*Gsasl_client_callback_authorization_id) (Gsasl_session * sctx, char *out, size_t * outlen); typedef int (*Gsasl_client_callback_password) (Gsasl_session * sctx, char *out, size_t * outlen); typedef int (*Gsasl_client_callback_passcode) (Gsasl_session * sctx, char *out, size_t * outlen); typedef int (*Gsasl_client_callback_pin) (Gsasl_session * sctx, char *suggestion, char *out, size_t * outlen); typedef int (*Gsasl_client_callback_service) (Gsasl_session * sctx, char *service, size_t * servicelen, char *hostname, size_t * hostnamelen, char *servicename, size_t * servicenamelen); typedef Gsasl_qop (*Gsasl_client_callback_qop) (Gsasl_session * sctx, Gsasl_qop serverqops); typedef size_t (*Gsasl_client_callback_maxbuf) (Gsasl_session * sctx, size_t servermaxbuf); typedef int (*Gsasl_client_callback_realm) (Gsasl_session * sctx, char *out, size_t * outlen); typedef int (*Gsasl_server_callback_retrieve) (Gsasl_session * sctx, const char *authentication_id, const char *authorization_id, const char *realm, char *key, size_t * keylen); typedef int (*Gsasl_server_callback_validate) (Gsasl_session * sctx, const char *authorization_id, const char *authentication_id, const char *password); typedef int (*Gsasl_server_callback_gssapi) (Gsasl_session * sctx, const char *clientname, const char *authentication_id); typedef int (*Gsasl_server_callback_securid) (Gsasl_session * sctx, const char *authentication_id, const char *authorization_id, const char *passcode, char *pin, char *suggestpin, size_t * suggestpinlen); typedef int (*Gsasl_server_callback_cram_md5) (Gsasl_session * sctx, char *username, char *challenge, char *response); typedef int (*Gsasl_server_callback_digest_md5) (Gsasl_session * sctx, char *username, char *realm, char *secrethash); typedef int (*Gsasl_server_callback_service) (Gsasl_session * sctx, char *service, size_t * servicelen, char *hostname, size_t * hostnamelen); typedef int (*Gsasl_server_callback_external) (Gsasl_session * sctx); typedef int (*Gsasl_server_callback_anonymous) (Gsasl_session * sctx, const char *token); typedef int (*Gsasl_server_callback_realm) (Gsasl_session * sctx, char *out, size_t * outlen, size_t nth); typedef Gsasl_qop (*Gsasl_server_callback_qop) (Gsasl_session * sctx); typedef size_t (*Gsasl_server_callback_maxbuf) (Gsasl_session * sctx); typedef Gsasl_cipher (*Gsasl_server_callback_cipher) (Gsasl_session * sctx); /* Obsolete client callbacks: callback-c.c */ extern GSASL_API void gsasl_client_callback_authorization_id_set (Gsasl * ctx, Gsasl_client_callback_authorization_id cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_authorization_id gsasl_client_callback_authorization_id_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_authentication_id_set (Gsasl * ctx, Gsasl_client_callback_authentication_id cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_authentication_id gsasl_client_callback_authentication_id_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_anonymous_set (Gsasl * ctx, Gsasl_client_callback_anonymous cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_anonymous gsasl_client_callback_anonymous_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_password_set (Gsasl * ctx, Gsasl_client_callback_password cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_password gsasl_client_callback_password_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_passcode_set (Gsasl * ctx, Gsasl_client_callback_passcode cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_passcode gsasl_client_callback_passcode_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_pin_set (Gsasl * ctx, Gsasl_client_callback_pin cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_pin gsasl_client_callback_pin_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_service_set (Gsasl * ctx, Gsasl_client_callback_service cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_service gsasl_client_callback_service_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_qop_set (Gsasl * ctx, Gsasl_client_callback_qop cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_qop gsasl_client_callback_qop_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_maxbuf_set (Gsasl * ctx, Gsasl_client_callback_maxbuf cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_maxbuf gsasl_client_callback_maxbuf_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_client_callback_realm_set (Gsasl * ctx, Gsasl_client_callback_realm cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_client_callback_realm gsasl_client_callback_realm_get (Gsasl * ctx) __attribute__ ((deprecated)); /* Obsolete server callbacks: callback-s.c */ extern GSASL_API void gsasl_server_callback_validate_set (Gsasl * ctx, Gsasl_server_callback_validate cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_validate gsasl_server_callback_validate_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_retrieve_set (Gsasl * ctx, Gsasl_server_callback_retrieve cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_retrieve gsasl_server_callback_retrieve_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_cram_md5_set (Gsasl * ctx, Gsasl_server_callback_cram_md5 cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_cram_md5 gsasl_server_callback_cram_md5_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_digest_md5_set (Gsasl * ctx, Gsasl_server_callback_digest_md5 cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_digest_md5 gsasl_server_callback_digest_md5_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_external_set (Gsasl * ctx, Gsasl_server_callback_external cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_external gsasl_server_callback_external_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_anonymous_set (Gsasl * ctx, Gsasl_server_callback_anonymous cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_anonymous gsasl_server_callback_anonymous_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_realm_set (Gsasl * ctx, Gsasl_server_callback_realm cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_realm gsasl_server_callback_realm_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_qop_set (Gsasl * ctx, Gsasl_server_callback_qop cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_qop gsasl_server_callback_qop_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_maxbuf_set (Gsasl * ctx, Gsasl_server_callback_maxbuf cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_maxbuf gsasl_server_callback_maxbuf_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_cipher_set (Gsasl * ctx, Gsasl_server_callback_cipher cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_cipher gsasl_server_callback_cipher_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_securid_set (Gsasl * ctx, Gsasl_server_callback_securid cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_securid gsasl_server_callback_securid_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_gssapi_set (Gsasl * ctx, Gsasl_server_callback_gssapi cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_gssapi gsasl_server_callback_gssapi_get (Gsasl * ctx) __attribute__ ((deprecated)); extern GSASL_API void gsasl_server_callback_service_set (Gsasl * ctx, Gsasl_server_callback_service cb) __attribute__ ((deprecated)); extern GSASL_API Gsasl_server_callback_service gsasl_server_callback_service_get (Gsasl * ctx) __attribute__ ((deprecated)); #endif /* GSASL_COMPAT_H */ gsasl-1.8.0/lib/src/mechtools.h0000664000000000000000000000255411754555060013243 00000000000000/* mechtools.h --- Helper functions available for use by any mechanism. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef MECHTOOLS_H #define MECHTOOLS_H /* Get size_t. */ #include /* Get bool. */ #include extern int _gsasl_parse_gs2_header (const char *data, size_t len, char **authzid, size_t * headerlen); extern int _gsasl_gs2_generate_header (bool nonstd, char cbflag, const char *cbname, const char *authzid, size_t extralen, const char *extra, char **gs2h, size_t * gs2hlen); #endif gsasl-1.8.0/lib/src/done.c0000664000000000000000000000305411754555060012162 00000000000000/* done.c --- Exit point for libgsasl. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_done: * @ctx: libgsasl handle. * * This function destroys a libgsasl handle. The handle must not be * used with other libgsasl functions after this call. **/ void gsasl_done (Gsasl * ctx) { size_t i; if (ctx == NULL) return; #ifdef USE_CLIENT for (i = 0; i < ctx->n_client_mechs; i++) if (ctx->client_mechs[i].client.done) ctx->client_mechs[i].client.done (ctx); free (ctx->client_mechs); #endif #ifdef USE_SERVER for (i = 0; i < ctx->n_server_mechs; i++) if (ctx->server_mechs[i].server.done) ctx->server_mechs[i].server.done (ctx); free (ctx->server_mechs); #endif free (ctx); return; } gsasl-1.8.0/lib/src/saslprep.c0000664000000000000000000000461511754555060013072 00000000000000/* saslprep.c --- Internationalized SASL string processing. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" #if HAVE_LIBIDN #include #if defined HAVE_PR29_H && defined HAVE_PR29_8Z #include #endif #endif /** * gsasl_saslprep: * @in: a UTF-8 encoded string. * @flags: any SASLprep flag, e.g., %GSASL_ALLOW_UNASSIGNED. * @out: on exit, contains newly allocated output string. * @stringpreprc: if non-NULL, will hold precise stringprep return code. * * Prepare string using SASLprep. On success, the @out variable must * be deallocated by the caller. * * Return value: Returns %GSASL_OK on success, or * %GSASL_SASLPREP_ERROR on error. * * Since: 0.2.3 **/ int gsasl_saslprep (const char *in, Gsasl_saslprep_flags flags, char **out, int *stringpreprc) { #if HAVE_LIBIDN int rc; rc = stringprep_profile (in, out, "SASLprep", (flags & GSASL_ALLOW_UNASSIGNED) ? STRINGPREP_NO_UNASSIGNED : 0); if (stringpreprc) *stringpreprc = rc; if (rc != STRINGPREP_OK) { *out = NULL; return GSASL_SASLPREP_ERROR; } #if defined HAVE_PR29_8Z && defined HAVE_PR29_H if (pr29_8z (*out) != PR29_SUCCESS) { free (*out); *out = NULL; if (stringpreprc) *stringpreprc = STRINGPREP_NFKC_FAILED; return GSASL_SASLPREP_ERROR; } #endif #else size_t i, inlen = strlen (in); for (i = 0; i < inlen; i++) if (in[i] & 0x80) { *out = NULL; return GSASL_SASLPREP_ERROR; } *out = malloc (inlen + 1); if (!*out) return GSASL_MALLOC_ERROR; strcpy (*out, in); #endif return GSASL_OK; } gsasl-1.8.0/lib/src/doxygen.c0000664000000000000000000000521611746471770012722 00000000000000/*! \mainpage GNU SASL Library * * \section intro Introduction * * GNU SASL is an implementation of the Simple Authentication and Security * Layer framework and a few common SASL mechanisms. SASL is used by * network servers (e.g., IMAP, SMTP) to request authentication from * clients, and in clients to authenticate against servers. * * GNU SASL consists of a library (`libgsasl'), a command line utility * (`gsasl') to access the library from the shell, and a manual. The * library includes support for the framework (with authentication * functions and application data privacy and integrity functions) and at * least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, * PLAIN, SECURID, DIGEST-MD5, LOGIN, and NTLM mechanisms. * * The library is easily ported because it does not do network * communication by itself, but rather leaves it up to the calling * application. The library is flexible with regards to the authorization * infrastructure used, as it utilize a callback into the application to * decide whether a user is authorized or not. * * GNU SASL is developed for the GNU/Linux system, but runs on over 20 * platforms including most major Unix platforms and Windows, and many * kind of devices including iPAQ handhelds and S/390 mainframes. * * GNU SASL is written in pure ANSI C89 to be portable to embedded and * otherwise limited platforms. The entire library, with full support for * ANONYMOUS, EXTERNAL, PLAIN, LOGIN and CRAM-MD5, and the front-end that * support client and server mode, and the IMAP and SMTP protocols, fits * in under 60kb on an Intel x86 platform, without any modifications to * the code. (This figure was accurate as of version 0.0.13.) * * The library is licensed under the GNU Lesser General Public License, * and the command-line interface, self-tests and examples are licensed * under the GNU General Public License. * * * The project web page:\n * http://www.gnu.org/software/gsasl/ * * The software archive:\n * ftp://alpha.gnu.org/pub/gnu/gsasl/ * * Further information and paid contract development:\n * Simon Josefsson * * \section abstraction Logical overview * * \image html abstraction.png * \image latex abstraction.eps "Logical overview" width=10cm * * \section controlflow Control flow in application using the library * * \image html controlflow.png * \image latex controlflow.eps "Control flow" width=15cm * \image html controlflow2.png * \image latex controlflow2.eps "Control flow" width=16cm * * \section examples Examples * * \include client.c * \include client-serverfirst.c * \include client-mech.c * \include client-callback.c */ gsasl-1.8.0/lib/src/internal.h0000664000000000000000000000707011754555060013060 00000000000000/* internal.h --- Internal header with hidden library handle structures. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef INTERNAL_H #define INTERNAL_H #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specifications. */ #include "gsasl.h" /* Get malloc, free, ... */ #include /* Get strlen, strcpy, ... */ #include /* Main library handle. */ struct Gsasl { size_t n_client_mechs; Gsasl_mechanism *client_mechs; size_t n_server_mechs; Gsasl_mechanism *server_mechs; /* Callback. */ Gsasl_callback_function cb; void *application_hook; #ifndef GSASL_NO_OBSOLETE /* Obsolete stuff. */ Gsasl_client_callback_authorization_id cbc_authorization_id; Gsasl_client_callback_authentication_id cbc_authentication_id; Gsasl_client_callback_password cbc_password; Gsasl_client_callback_passcode cbc_passcode; Gsasl_client_callback_pin cbc_pin; Gsasl_client_callback_anonymous cbc_anonymous; Gsasl_client_callback_qop cbc_qop; Gsasl_client_callback_maxbuf cbc_maxbuf; Gsasl_client_callback_service cbc_service; Gsasl_client_callback_realm cbc_realm; Gsasl_server_callback_validate cbs_validate; Gsasl_server_callback_securid cbs_securid; Gsasl_server_callback_retrieve cbs_retrieve; Gsasl_server_callback_cram_md5 cbs_cram_md5; Gsasl_server_callback_digest_md5 cbs_digest_md5; Gsasl_server_callback_external cbs_external; Gsasl_server_callback_anonymous cbs_anonymous; Gsasl_server_callback_realm cbs_realm; Gsasl_server_callback_qop cbs_qop; Gsasl_server_callback_maxbuf cbs_maxbuf; Gsasl_server_callback_cipher cbs_cipher; Gsasl_server_callback_service cbs_service; Gsasl_server_callback_gssapi cbs_gssapi; #endif }; /* Per-session library handle. */ struct Gsasl_session { Gsasl *ctx; int clientp; Gsasl_mechanism *mech; void *mech_data; void *application_hook; /* Properties. */ char *anonymous_token; char *authid; char *authzid; char *password; char *passcode; char *pin; char *suggestedpin; char *service; char *hostname; char *gssapi_display_name; char *realm; char *digest_md5_hashed_password; char *qops; char *qop; char *scram_iter; char *scram_salt; char *scram_salted_password; char *cb_tls_unique; char *saml20_idp_identifier; char *saml20_redirect_url; char *openid20_redirect_url; char *openid20_outcome_data; /* If you add anything here, remember to change change gsasl_finish() in xfinish.c and map() in property.c. */ #ifndef GSASL_NO_OBSOLETE /* Obsolete stuff. */ void *application_data; #endif }; #ifndef GSASL_NO_OBSOLETE const char *_gsasl_obsolete_property_map (Gsasl_session * sctx, Gsasl_property prop); int _gsasl_obsolete_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop); #endif #endif /* INTERNAL_H */ gsasl-1.8.0/lib/src/libgsasl.map0000664000000000000000000001064211754555060013371 00000000000000# Copyright (C) 2009-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. LIBGSASL_1.1 { global: GSASL_VALID_MECHANISM_CHARACTERS; gsasl_base64_from; gsasl_base64_to; gsasl_callback; gsasl_callback_hook_get; gsasl_callback_hook_set; gsasl_callback_set; gsasl_check_version; gsasl_client_mechlist; gsasl_client_start; gsasl_client_suggest_mechanism; gsasl_client_support_p; gsasl_decode; gsasl_done; gsasl_encode; gsasl_finish; gsasl_free; gsasl_hmac_md5; gsasl_init; gsasl_md5; gsasl_mechanism_name; gsasl_nonce; gsasl_property_fast; gsasl_property_get; gsasl_property_set; gsasl_property_set_raw; gsasl_random; gsasl_register; gsasl_saslprep; gsasl_server_mechlist; gsasl_server_start; gsasl_server_support_p; gsasl_session_hook_get; gsasl_session_hook_set; gsasl_simple_getpass; gsasl_step64; gsasl_step; gsasl_strerror; gsasl_strerror_name; # Old interfaces gsasl_appinfo_get; gsasl_appinfo_set; gsasl_application_data_get; gsasl_application_data_set; gsasl_base64_decode; gsasl_base64_encode; gsasl_client_application_data_get; gsasl_client_application_data_set; gsasl_client_callback_anonymous_get; gsasl_client_callback_anonymous_set; gsasl_client_callback_authentication_id_get; gsasl_client_callback_authentication_id_set; gsasl_client_callback_authorization_id_get; gsasl_client_callback_authorization_id_set; gsasl_client_callback_maxbuf_get; gsasl_client_callback_maxbuf_set; gsasl_client_callback_passcode_get; gsasl_client_callback_passcode_set; gsasl_client_callback_password_get; gsasl_client_callback_password_set; gsasl_client_callback_pin_get; gsasl_client_callback_pin_set; gsasl_client_callback_qop_get; gsasl_client_callback_qop_set; gsasl_client_callback_realm_get; gsasl_client_callback_realm_set; gsasl_client_callback_service_get; gsasl_client_callback_service_set; gsasl_client_ctx_get; gsasl_client_finish; gsasl_client_listmech; gsasl_client_step; gsasl_client_step_base64; gsasl_ctx_get; gsasl_decode_inline; gsasl_encode_inline; gsasl_md5pwd_get_password; gsasl_randomize; gsasl_server_application_data_get; gsasl_server_application_data_set; gsasl_server_callback_anonymous_get; gsasl_server_callback_anonymous_set; gsasl_server_callback_cipher_get; gsasl_server_callback_cipher_set; gsasl_server_callback_cram_md5_get; gsasl_server_callback_cram_md5_set; gsasl_server_callback_digest_md5_get; gsasl_server_callback_digest_md5_set; gsasl_server_callback_external_get; gsasl_server_callback_external_set; gsasl_server_callback_gssapi_get; gsasl_server_callback_gssapi_set; gsasl_server_callback_maxbuf_get; gsasl_server_callback_maxbuf_set; gsasl_server_callback_qop_get; gsasl_server_callback_qop_set; gsasl_server_callback_realm_get; gsasl_server_callback_realm_set; gsasl_server_callback_retrieve_get; gsasl_server_callback_retrieve_set; gsasl_server_callback_securid_get; gsasl_server_callback_securid_set; gsasl_server_callback_service_get; gsasl_server_callback_service_set; gsasl_server_callback_validate_get; gsasl_server_callback_validate_set; gsasl_server_ctx_get; gsasl_server_finish; gsasl_server_listmech; gsasl_server_step; gsasl_server_step_base64; gsasl_server_suggest_mechanism; gsasl_stringprep_nfkc; gsasl_stringprep_saslprep; gsasl_stringprep_trace; local: *; }; LIBGSASL_1.4 { global: gsasl_sha1; gsasl_hmac_sha1; } LIBGSASL_1.1; gsasl-1.8.0/lib/src/mechtools.c0000664000000000000000000001144611754555060013236 00000000000000/* mechtools.c --- Helper functions available for use by any mechanism. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "mechtools.h" /* Get strcmp. */ #include /* Get malloc, free. */ #include /* Get asprintf. */ #include /* Get error codes. */ #include /* Create in AUTHZID a newly allocated copy of STR where =2C is replaced with , and =3D is replaced with =. Return GSASL_OK on success, GSASL_MALLOC_ERROR on memory errors, GSASL_PARSE_ERRORS if string contains any unencoded ',' or incorrectly encoded sequence. */ static int unescape_authzid (const char *str, size_t len, char **authzid) { char *p; if (memchr (str, ',', len) != NULL) return GSASL_MECHANISM_PARSE_ERROR; p = *authzid = malloc (len + 1); if (!p) return GSASL_MALLOC_ERROR; while (len > 0 && *str) { if (len >= 3 && str[0] == '=' && str[1] == '2' && str[2] == 'C') { *p++ = ','; str += 3; len -= 3; } else if (len >= 3 && str[0] == '=' && str[1] == '3' && str[2] == 'D') { *p++ = '='; str += 3; len -= 3; } else if (str[0] == '=') { free (*authzid); *authzid = NULL; return GSASL_MECHANISM_PARSE_ERROR; } else { *p++ = *str; str++; len--; } } *p = '\0'; return GSASL_OK; } /* Parse the GS2 header containing flags and authorization identity. Put authorization identity (or NULL) in AUTHZID and length of header in HEADERLEN. Return GSASL_OK on success or an error code.*/ int _gsasl_parse_gs2_header (const char *data, size_t len, char **authzid, size_t * headerlen) { char *authzid_endptr; if (len < 3) return GSASL_MECHANISM_PARSE_ERROR; if (strncmp (data, "n,,", 3) == 0) { *headerlen = 3; *authzid = NULL; } else if (strncmp (data, "n,a=", 4) == 0 && (authzid_endptr = memchr (data + 4, ',', len - 4))) { int res; if (authzid_endptr == NULL) return GSASL_MECHANISM_PARSE_ERROR; res = unescape_authzid (data + 4, authzid_endptr - (data + 4), authzid); if (res != GSASL_OK) return res; *headerlen = authzid_endptr - data + 1; } else return GSASL_MECHANISM_PARSE_ERROR; return GSASL_OK; } /* Return newly allocated copy of STR with all occurrences of ',' replaced with =2C and '=' with '=3D', or return NULL on memory allocation errors. */ static char * escape_authzid (const char *str) { char *out = malloc (strlen (str) * 3 + 1); char *p = out; if (!out) return NULL; while (*str) { if (*str == ',') { memcpy (p, "=2C", 3); p += 3; } else if (*str == '=') { memcpy (p, "=3D", 3); p += 3; } else { *p = *str; p++; } str++; } *p = '\0'; return out; } /* Generate a newly allocated GS2 header, escaping authzid appropriately, and appending EXTRA. */ int _gsasl_gs2_generate_header (bool nonstd, char cbflag, const char *cbname, const char *authzid, size_t extralen, const char *extra, char **gs2h, size_t * gs2hlen) { int elen = extralen; char *gs2cbflag; int len; if (cbflag == 'p') len = asprintf (&gs2cbflag, "p=%s", cbname); else if (cbflag == 'n') len = asprintf (&gs2cbflag, "n"); else if (cbflag == 'y') len = asprintf (&gs2cbflag, "y"); else /* internal caller error */ return GSASL_MECHANISM_PARSE_ERROR; if (len <= 0 || gs2cbflag == NULL) return GSASL_MALLOC_ERROR; if (authzid) { char *escaped_authzid = escape_authzid (authzid); if (!escaped_authzid) { free (gs2cbflag); return GSASL_MALLOC_ERROR; } len = asprintf (gs2h, "%s%s,a=%s,%.*s", nonstd ? "F," : "", gs2cbflag, escaped_authzid, elen, extra); free (escaped_authzid); } else len = asprintf (gs2h, "%s%s,,%.*s", nonstd ? "F," : "", gs2cbflag, elen, extra); free (gs2cbflag); if (len <= 0 || gs2h == NULL) return GSASL_MALLOC_ERROR; *gs2hlen = len; return GSASL_OK; } gsasl-1.8.0/lib/src/gsasl-mech.h0000664000000000000000000000450211754555060013264 00000000000000/* gsasl-mech.h --- Header file for mechanism handling in GNU SASL Library. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef GSASL_MECH_H #define GSASL_MECH_H /* Mechanism function prototypes. */ typedef int (*Gsasl_init_function) (Gsasl * ctx); typedef void (*Gsasl_done_function) (Gsasl * ctx); typedef int (*Gsasl_start_function) (Gsasl_session * sctx, void **mech_data); typedef int (*Gsasl_step_function) (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); typedef void (*Gsasl_finish_function) (Gsasl_session * sctx, void *mech_data); typedef int (*Gsasl_code_function) (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); /* Collection of mechanism functions for either client or server. */ struct Gsasl_mechanism_functions { Gsasl_init_function init; Gsasl_done_function done; Gsasl_start_function start; Gsasl_step_function step; Gsasl_finish_function finish; Gsasl_code_function encode; Gsasl_code_function decode; }; typedef struct Gsasl_mechanism_functions Gsasl_mechanism_functions; /* Information about a mechanism. */ struct Gsasl_mechanism { const char *name; struct Gsasl_mechanism_functions client; struct Gsasl_mechanism_functions server; }; typedef struct Gsasl_mechanism Gsasl_mechanism; /* Register new mechanism: register.c. */ extern GSASL_API int gsasl_register (Gsasl * ctx, const Gsasl_mechanism * mech); #endif /* GSASL_MECH_H */ gsasl-1.8.0/lib/src/xfinish.c0000664000000000000000000000427711754555060012715 00000000000000/* xfinish.c --- Finish libgsasl session. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_finish: * @sctx: libgsasl session handle. * * Destroy a libgsasl client or server handle. The handle must not be * used with other libgsasl functions after this call. **/ void gsasl_finish (Gsasl_session * sctx) { if (sctx == NULL) return; if (sctx->clientp) { if (sctx->mech && sctx->mech->client.finish) sctx->mech->client.finish (sctx, sctx->mech_data); } else { if (sctx->mech && sctx->mech->server.finish) sctx->mech->server.finish (sctx, sctx->mech_data); } free (sctx->anonymous_token); free (sctx->authid); free (sctx->authzid); free (sctx->password); free (sctx->passcode); free (sctx->pin); free (sctx->suggestedpin); free (sctx->service); free (sctx->hostname); free (sctx->gssapi_display_name); free (sctx->realm); free (sctx->digest_md5_hashed_password); free (sctx->qops); free (sctx->qop); free (sctx->scram_iter); free (sctx->scram_salt); free (sctx->scram_salted_password); free (sctx->cb_tls_unique); free (sctx->saml20_idp_identifier); free (sctx->saml20_redirect_url); free (sctx->openid20_redirect_url); free (sctx->openid20_outcome_data); /* If you add anything here, remember to change change gsasl_finish() in xfinish.c and Gsasl_session in internal.h. */ free (sctx); } gsasl-1.8.0/lib/src/Makefile.am0000664000000000000000000000577211754555060013136 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. lib_LTLIBRARIES = libgsasl.la AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../gl -I../gl -I$(srcdir)/.. -DGSASL_BUILDING AM_CPPFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" EXTRA_DIST = doxygen.c include_HEADERS = gsasl.h gsasl-mech.h gsasl-compat.h libgsasl_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -no-undefined libgsasl_la_LIBADD = ../gl/libgl.la $(LTLIBINTL) $(LTLIBIDN) libgsasl_la_SOURCES = libgsasl.map \ internal.h \ init.c done.c register.c error.c version.c \ callback.c property.c \ supportp.c suggest.c listmech.c \ xstart.c xstep.c xfinish.c xcode.c mechname.c \ base64.c md5pwd.c crypto.c \ saslprep.c free.c \ mechtools.c mechtools.h if HAVE_LD_VERSION_SCRIPT libgsasl_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libgsasl.map else libgsasl_la_LDFLAGS += -export-symbols-regex '^(gsasl|GSASL).*' endif if HAVE_LD_OUTPUT_DEF libgsasl_la_LDFLAGS += -Wl,--output-def,libgsasl-$(DLL_VERSION).def defexecdir = $(bindir) defexec_DATA = libgsasl-$(DLL_VERSION).def DISTCLEANFILES = $(defexec_DATA) endif if OBSOLETE libgsasl_la_SOURCES += obsolete.c if DIGEST_MD5 AM_CPPFLAGS += -I$(srcdir)/../digest-md5 endif endif # Plugins: if EXTERNAL libgsasl_la_LIBADD += ../external/libgsasl-external.la endif if ANONYMOUS libgsasl_la_LIBADD += ../anonymous/libgsasl-anonymous.la endif if PLAIN libgsasl_la_LIBADD += ../plain/libgsasl-plain.la endif if LOGIN libgsasl_la_LIBADD += ../login/libgsasl-login.la endif if CRAM_MD5 libgsasl_la_LIBADD += ../cram-md5/libgsasl-cram_md5.la endif if DIGEST_MD5 libgsasl_la_LIBADD += ../digest-md5/libgsasl-digest_md5.la endif if SCRAM libgsasl_la_LIBADD += ../scram/libgsasl-scram.la endif if SAML20 libgsasl_la_LIBADD += ../saml20/libgsasl-saml20.la endif if OPENID20 libgsasl_la_LIBADD += ../openid20/libgsasl-openid20.la endif if NTLM libgsasl_la_LIBADD += ../ntlm/libgsasl-ntlm.la endif if GSSAPI libgsasl_la_LIBADD += ../gssapi/libgsasl-gssapi.la endif if GS2 libgsasl_la_LIBADD += ../gs2/libgsasl-gs2.la endif if SECURID libgsasl_la_LIBADD += ../securid/libgsasl-securid.la endif if KERBEROS_V5 libgsasl_la_LIBADD += ../kerberos_v5/libgsasl-kerberos_v5.la endif gsasl-1.8.0/lib/src/suggest.c0000664000000000000000000000455411754555060012724 00000000000000/* suggest.c --- Suggest client mechanism to use, from a set of mechanisms. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_client_suggest_mechanism: * @ctx: libgsasl handle. * @mechlist: input character array with SASL mechanism names, * separated by invalid characters (e.g. SPC). * * Given a list of mechanisms, suggest which to use. * * Return value: Returns name of "best" SASL mechanism supported by * the libgsasl client which is present in the input string, or * NULL if no supported mechanism is found. **/ const char * gsasl_client_suggest_mechanism (Gsasl * ctx, const char *mechlist) { size_t mechlist_len, target_mech, i; mechlist_len = mechlist ? strlen (mechlist) : 0; target_mech = ctx->n_client_mechs; /* ~ no target */ for (i = 0; i < mechlist_len;) { size_t len; len = strspn (mechlist + i, GSASL_VALID_MECHANISM_CHARACTERS); if (!len) ++i; else { size_t j; /* Assumption: the mechs array is sorted by preference * from low security to high security. */ for (j = (target_mech < ctx->n_client_mechs ? target_mech + 1 : 0); j < ctx->n_client_mechs; ++j) { if (strncmp (ctx->client_mechs[j].name, mechlist + i, len) == 0) { Gsasl_session *sctx; if (gsasl_client_start (ctx, ctx->client_mechs[j].name, &sctx) == GSASL_OK) { gsasl_finish (sctx); target_mech = j; } break; } } i += len + 1; } } return target_mech < ctx->n_client_mechs ? ctx->client_mechs[target_mech].name : NULL; } gsasl-1.8.0/lib/src/xstep.c0000664000000000000000000000727511754555060012411 00000000000000/* xstep.c --- Perform one SASL authentication step. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_step: * @sctx: libgsasl session handle. * @input: input byte array. * @input_len: size of input byte array. * @output: newly allocated output byte array. * @output_len: pointer to output variable with size of output byte array. * * Perform one step of SASL authentication. This reads data from the * other end (from @input and @input_len), processes it (potentially * invoking callbacks to the application), and writes data to server * (into newly allocated variable @output and @output_len that * indicate the length of @output). * * The contents of the @output buffer is unspecified if this functions * returns anything other than %GSASL_OK or %GSASL_NEEDS_MORE. If * this function return %GSASL_OK or %GSASL_NEEDS_MORE, however, the * @output buffer is allocated by this function, and it is the * responsibility of caller to deallocate it by calling free * (@output). * * Return value: Returns %GSASL_OK if authenticated terminated * successfully, %GSASL_NEEDS_MORE if more data is needed, or error * code. **/ int gsasl_step (Gsasl_session * sctx, const char *input, size_t input_len, char **output, size_t * output_len) { Gsasl_step_function step; if (sctx->clientp) step = sctx->mech->client.step; else step = sctx->mech->server.step; return step (sctx, sctx->mech_data, input, input_len, output, output_len); } /** * gsasl_step64: * @sctx: libgsasl client handle. * @b64input: input base64 encoded byte array. * @b64output: newly allocated output base64 encoded byte array. * * This is a simple wrapper around gsasl_step() that base64 decodes * the input and base64 encodes the output. * * The contents of the @b64output buffer is unspecified if this * functions returns anything other than %GSASL_OK or * %GSASL_NEEDS_MORE. If this function return %GSASL_OK or * %GSASL_NEEDS_MORE, however, the @b64output buffer is allocated by * this function, and it is the responsibility of caller to deallocate * it by calling free (@b64output). * * Return value: Returns %GSASL_OK if authenticated terminated * successfully, %GSASL_NEEDS_MORE if more data is needed, or error * code. **/ int gsasl_step64 (Gsasl_session * sctx, const char *b64input, char **b64output) { size_t input_len = 0, output_len = 0; char *input = NULL, *output = NULL; int res; if (b64input) { res = gsasl_base64_from (b64input, strlen (b64input), &input, &input_len); if (res != GSASL_OK) return GSASL_BASE64_ERROR; } res = gsasl_step (sctx, input, input_len, &output, &output_len); free (input); if (res == GSASL_OK || res == GSASL_NEEDS_MORE) { int tmpres = gsasl_base64_to (output, output_len, b64output, NULL); free (output); if (tmpres != GSASL_OK) return tmpres; } return res; } gsasl-1.8.0/lib/src/listmech.c0000664000000000000000000000520311754555060013043 00000000000000/* listmech.c --- List active client and server mechanisms. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" static int _gsasl_listmech (Gsasl * ctx, Gsasl_mechanism * mechs, size_t n_mechs, char **out, int clientp) { Gsasl_session *sctx; char *list; size_t i; int rc; list = calloc (n_mechs + 1, GSASL_MAX_MECHANISM_SIZE + 1); if (!list) return GSASL_MALLOC_ERROR; for (i = 0; i < n_mechs; i++) { if (clientp) rc = gsasl_client_start (ctx, mechs[i].name, &sctx); else rc = gsasl_server_start (ctx, mechs[i].name, &sctx); if (rc == GSASL_OK) { gsasl_finish (sctx); strcat (list, mechs[i].name); if (i < n_mechs - 1) strcat (list, " "); } } *out = list; return GSASL_OK; } /** * gsasl_client_mechlist: * @ctx: libgsasl handle. * @out: newly allocated output character array. * * Return a newly allocated string containing SASL names, separated by * space, of mechanisms supported by the libgsasl client. @out is * allocated by this function, and it is the responsibility of caller * to deallocate it. * * Return value: Returns %GSASL_OK if successful, or error code. **/ int gsasl_client_mechlist (Gsasl * ctx, char **out) { return _gsasl_listmech (ctx, ctx->client_mechs, ctx->n_client_mechs, out, 1); } /** * gsasl_server_mechlist: * @ctx: libgsasl handle. * @out: newly allocated output character array. * * Return a newly allocated string containing SASL names, separated by * space, of mechanisms supported by the libgsasl server. @out is * allocated by this function, and it is the responsibility of caller * to deallocate it. * * Return value: Returns %GSASL_OK if successful, or error code. **/ int gsasl_server_mechlist (Gsasl * ctx, char **out) { return _gsasl_listmech (ctx, ctx->server_mechs, ctx->n_server_mechs, out, 0); } gsasl-1.8.0/lib/src/Makefile.in0000664000000000000000000013756511760730703013151 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=$(srcdir)/libgsasl.map @HAVE_LD_VERSION_SCRIPT_FALSE@am__append_2 = -export-symbols-regex '^(gsasl|GSASL).*' @HAVE_LD_OUTPUT_DEF_TRUE@am__append_3 = -Wl,--output-def,libgsasl-$(DLL_VERSION).def @OBSOLETE_TRUE@am__append_4 = obsolete.c @DIGEST_MD5_TRUE@@OBSOLETE_TRUE@am__append_5 = -I$(srcdir)/../digest-md5 # Plugins: @EXTERNAL_TRUE@am__append_6 = ../external/libgsasl-external.la @ANONYMOUS_TRUE@am__append_7 = ../anonymous/libgsasl-anonymous.la @PLAIN_TRUE@am__append_8 = ../plain/libgsasl-plain.la @LOGIN_TRUE@am__append_9 = ../login/libgsasl-login.la @CRAM_MD5_TRUE@am__append_10 = ../cram-md5/libgsasl-cram_md5.la @DIGEST_MD5_TRUE@am__append_11 = ../digest-md5/libgsasl-digest_md5.la @SCRAM_TRUE@am__append_12 = ../scram/libgsasl-scram.la @SAML20_TRUE@am__append_13 = ../saml20/libgsasl-saml20.la @OPENID20_TRUE@am__append_14 = ../openid20/libgsasl-openid20.la @NTLM_TRUE@am__append_15 = ../ntlm/libgsasl-ntlm.la @GSSAPI_TRUE@am__append_16 = ../gssapi/libgsasl-gssapi.la @GS2_TRUE@am__append_17 = ../gs2/libgsasl-gs2.la @SECURID_TRUE@am__append_18 = ../securid/libgsasl-securid.la @KERBEROS_V5_TRUE@am__append_19 = ../kerberos_v5/libgsasl-kerberos_v5.la subdir = src DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(defexecdir)" \ "$(DESTDIR)$(includedir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libgsasl_la_DEPENDENCIES = ../gl/libgl.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__append_6) $(am__append_7) \ $(am__append_8) $(am__append_9) $(am__append_10) \ $(am__append_11) $(am__append_12) $(am__append_13) \ $(am__append_14) $(am__append_15) $(am__append_16) \ $(am__append_17) $(am__append_18) $(am__append_19) am__libgsasl_la_SOURCES_DIST = libgsasl.map internal.h init.c done.c \ register.c error.c version.c callback.c property.c supportp.c \ suggest.c listmech.c xstart.c xstep.c xfinish.c xcode.c \ mechname.c base64.c md5pwd.c crypto.c saslprep.c free.c \ mechtools.c mechtools.h obsolete.c @OBSOLETE_TRUE@am__objects_1 = obsolete.lo am_libgsasl_la_OBJECTS = init.lo done.lo register.lo error.lo \ version.lo callback.lo property.lo supportp.lo suggest.lo \ listmech.lo xstart.lo xstep.lo xfinish.lo xcode.lo mechname.lo \ base64.lo md5pwd.lo crypto.lo saslprep.lo free.lo mechtools.lo \ $(am__objects_1) libgsasl_la_OBJECTS = $(am_libgsasl_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgsasl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libgsasl_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_la_SOURCES) DIST_SOURCES = $(am__libgsasl_la_SOURCES_DIST) DATA = $(defexec_DATA) HEADERS = $(include_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = libgsasl.la AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../gl -I../gl -I$(srcdir)/.. \ -DGSASL_BUILDING -DLOCALEDIR=\"$(datadir)/locale\" \ $(am__append_5) EXTRA_DIST = doxygen.c include_HEADERS = gsasl.h gsasl-mech.h gsasl-compat.h libgsasl_la_LDFLAGS = -version-info \ $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -no-undefined \ $(am__append_1) $(am__append_2) $(am__append_3) libgsasl_la_LIBADD = ../gl/libgl.la $(LTLIBINTL) $(LTLIBIDN) \ $(am__append_6) $(am__append_7) $(am__append_8) \ $(am__append_9) $(am__append_10) $(am__append_11) \ $(am__append_12) $(am__append_13) $(am__append_14) \ $(am__append_15) $(am__append_16) $(am__append_17) \ $(am__append_18) $(am__append_19) libgsasl_la_SOURCES = libgsasl.map internal.h init.c done.c register.c \ error.c version.c callback.c property.c supportp.c suggest.c \ listmech.c xstart.c xstep.c xfinish.c xcode.c mechname.c \ base64.c md5pwd.c crypto.c saslprep.c free.c mechtools.c \ mechtools.h $(am__append_4) @HAVE_LD_OUTPUT_DEF_TRUE@defexecdir = $(bindir) @HAVE_LD_OUTPUT_DEF_TRUE@defexec_DATA = libgsasl-$(DLL_VERSION).def @HAVE_LD_OUTPUT_DEF_TRUE@DISTCLEANFILES = $(defexec_DATA) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl.la: $(libgsasl_la_OBJECTS) $(libgsasl_la_DEPENDENCIES) $(EXTRA_libgsasl_la_DEPENDENCIES) $(AM_V_CCLD)$(libgsasl_la_LINK) -rpath $(libdir) $(libgsasl_la_OBJECTS) $(libgsasl_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callback.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/done.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/free.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listmech.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5pwd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechtools.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obsolete.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/property.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saslprep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suggest.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/supportp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcode.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfinish.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstart.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstep.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-defexecDATA: $(defexec_DATA) @$(NORMAL_INSTALL) test -z "$(defexecdir)" || $(MKDIR_P) "$(DESTDIR)$(defexecdir)" @list='$(defexec_DATA)'; test -n "$(defexecdir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(defexecdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(defexecdir)" || exit $$?; \ done uninstall-defexecDATA: @$(NORMAL_UNINSTALL) @list='$(defexec_DATA)'; test -n "$(defexecdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(defexecdir)'; $(am__uninstall_files_from_dir) install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(defexecdir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-includeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-defexecDATA install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-defexecDATA uninstall-includeHEADERS \ uninstall-libLTLIBRARIES .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am \ install-defexecDATA install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am \ install-includeHEADERS install-info install-info-am \ install-libLTLIBRARIES install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-defexecDATA \ uninstall-includeHEADERS uninstall-libLTLIBRARIES # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/src/init.c0000664000000000000000000001037711754555060012206 00000000000000/* init.c --- Entry point for libgsasl. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /* Get gc_init. */ #include /* Get mechanism headers. */ #include "cram-md5/cram-md5.h" #include "external/external.h" #include "gssapi/x-gssapi.h" #include "gs2/gs2.h" #include "anonymous/anonymous.h" #include "plain/plain.h" #include "securid/securid.h" #include "digest-md5/digest-md5.h" #include "scram/scram.h" #include "saml20/saml20.h" #include "openid20/openid20.h" #include "login/login.h" #include "ntlm/x-ntlm.h" #include "kerberos_v5/kerberos_v5.h" /** * GSASL_VALID_MECHANISM_CHARACTERS: * * A zero-terminated character array, or string, with all ASCII * characters that may be used within a SASL mechanism name. **/ const char *GSASL_VALID_MECHANISM_CHARACTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_"; static int register_builtin_mechs (Gsasl * ctx) { int rc = GSASL_OK; #ifdef USE_ANONYMOUS rc = gsasl_register (ctx, &gsasl_anonymous_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_ANONYMOUS */ #ifdef USE_EXTERNAL rc = gsasl_register (ctx, &gsasl_external_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_EXTERNAL */ #ifdef USE_LOGIN rc = gsasl_register (ctx, &gsasl_login_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_LOGIN */ #ifdef USE_PLAIN rc = gsasl_register (ctx, &gsasl_plain_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_PLAIN */ #ifdef USE_SECURID rc = gsasl_register (ctx, &gsasl_securid_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_SECURID */ #ifdef USE_NTLM rc = gsasl_register (ctx, &gsasl_ntlm_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_NTLM */ #ifdef USE_DIGEST_MD5 rc = gsasl_register (ctx, &gsasl_digest_md5_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_DIGEST_MD5 */ #ifdef USE_CRAM_MD5 rc = gsasl_register (ctx, &gsasl_cram_md5_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_CRAM_MD5 */ #ifdef USE_SCRAM_SHA1 rc = gsasl_register (ctx, &gsasl_scram_sha1_mechanism); if (rc != GSASL_OK) return rc; rc = gsasl_register (ctx, &gsasl_scram_sha1_plus_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_SCRAM_SHA1 */ #ifdef USE_SAML20 rc = gsasl_register (ctx, &gsasl_saml20_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_SAML20 */ #ifdef USE_OPENID20 rc = gsasl_register (ctx, &gsasl_openid20_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_OPENID20 */ #ifdef USE_GSSAPI rc = gsasl_register (ctx, &gsasl_gssapi_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_GSSAPI */ #ifdef USE_GS2 rc = gsasl_register (ctx, &gsasl_gs2_krb5_mechanism); if (rc != GSASL_OK) return rc; #endif /* USE_GSSAPI */ return GSASL_OK; } /** * gsasl_init: * @ctx: pointer to libgsasl handle. * * This functions initializes libgsasl. The handle pointed to by ctx * is valid for use with other libgsasl functions iff this function is * successful. It also register all builtin SASL mechanisms, using * gsasl_register(). * * Return value: GSASL_OK iff successful, otherwise * %GSASL_MALLOC_ERROR. **/ int gsasl_init (Gsasl ** ctx) { int rc; if (gc_init () != GC_OK) return GSASL_CRYPTO_ERROR; *ctx = (Gsasl *) calloc (1, sizeof (**ctx)); if (*ctx == NULL) return GSASL_MALLOC_ERROR; rc = register_builtin_mechs (*ctx); if (rc != GSASL_OK) { gsasl_done (*ctx); return rc; } return GSASL_OK; } gsasl-1.8.0/lib/src/version.c0000664000000000000000000000334011754555060012720 00000000000000/* version.c -- Version handling. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" #include /* for strverscmp */ /** * gsasl_check_version: * @req_version: version string to compare with, or NULL. * * Check GNU SASL Library version. * * See %GSASL_VERSION for a suitable @req_version string. * * This function is one of few in the library that can be used without * a successful call to gsasl_init(). * * Return value: Check that the version of the library is at * minimum the one given as a string in @req_version and return the * actual version string of the library; return NULL if the * condition is not met. If NULL is passed to this function no * check is done and only the version string is returned. **/ const char * gsasl_check_version (const char *req_version) { if (!req_version || strverscmp (req_version, GSASL_VERSION) <= 0) return GSASL_VERSION; return NULL; } gsasl-1.8.0/lib/src/property.c0000664000000000000000000001452511754555060013126 00000000000000/* property.c --- Callback property handling. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" static char ** map (Gsasl_session * sctx, Gsasl_property prop) { char **p = NULL; if (!sctx) return NULL; switch (prop) { case GSASL_ANONYMOUS_TOKEN: p = &sctx->anonymous_token; break; case GSASL_SERVICE: p = &sctx->service; break; case GSASL_HOSTNAME: p = &sctx->hostname; break; case GSASL_AUTHID: p = &sctx->authid; break; case GSASL_AUTHZID: p = &sctx->authzid; break; case GSASL_PASSWORD: p = &sctx->password; break; case GSASL_PASSCODE: p = &sctx->passcode; break; case GSASL_PIN: p = &sctx->pin; break; case GSASL_SUGGESTED_PIN: p = &sctx->suggestedpin; break; case GSASL_GSSAPI_DISPLAY_NAME: p = &sctx->gssapi_display_name; break; case GSASL_REALM: p = &sctx->realm; break; case GSASL_DIGEST_MD5_HASHED_PASSWORD: p = &sctx->digest_md5_hashed_password; break; case GSASL_QOPS: p = &sctx->qops; break; case GSASL_QOP: p = &sctx->qop; break; case GSASL_SCRAM_ITER: p = &sctx->scram_iter; break; case GSASL_SCRAM_SALT: p = &sctx->scram_salt; break; case GSASL_SCRAM_SALTED_PASSWORD: p = &sctx->scram_salted_password; break; case GSASL_CB_TLS_UNIQUE: p = &sctx->cb_tls_unique; break; case GSASL_SAML20_IDP_IDENTIFIER: p = &sctx->saml20_idp_identifier; break; case GSASL_SAML20_REDIRECT_URL: p = &sctx->saml20_redirect_url; break; case GSASL_OPENID20_REDIRECT_URL: p = &sctx->openid20_redirect_url; break; case GSASL_OPENID20_OUTCOME_DATA: p = &sctx->openid20_outcome_data; break; /* If you add anything here, remember to change change gsasl_finish() in xfinish.c and Gsasl_session in internal.h. */ default: break; } return p; } /** * gsasl_property_set: * @sctx: session handle. * @prop: enumerated value of Gsasl_property type, indicating the * type of data in @data. * @data: zero terminated character string to store. * * Make a copy of @data and store it in the session handle for the * indicated property @prop. * * You can immediately deallocate @data after calling this function, * without affecting the data stored in the session handle. * * Since: 0.2.0 **/ void gsasl_property_set (Gsasl_session * sctx, Gsasl_property prop, const char *data) { gsasl_property_set_raw (sctx, prop, data, data ? strlen (data) : 0); } /** * gsasl_property_set_raw: * @sctx: session handle. * @prop: enumerated value of Gsasl_property type, indicating the * type of data in @data. * @data: character string to store. * @len: length of character string to store. * * Make a copy of @len sized @data and store a zero terminated version * of it in the session handle for the indicated property @prop. * * You can immediately deallocate @data after calling this function, * without affecting the data stored in the session handle. * * Except for the length indicator, this function is identical to * gsasl_property_set. * * Since: 0.2.0 **/ void gsasl_property_set_raw (Gsasl_session * sctx, Gsasl_property prop, const char *data, size_t len) { char **p = map (sctx, prop); if (p) { free (*p); if (data) { *p = malloc (len + 1); if (*p) { memcpy (*p, data, len); (*p)[len] = '\0'; } } else *p = NULL; } } /** * gsasl_property_fast: * @sctx: session handle. * @prop: enumerated value of Gsasl_property type, indicating the * type of data in @data. * * Retrieve the data stored in the session handle for given property * @prop. * * The pointer is to live data, and must not be deallocated or * modified in any way. * * This function will not invoke the application callback. * * Return value: Return property value, if known, or NULL if no value * known. * * Since: 0.2.0 **/ const char * gsasl_property_fast (Gsasl_session * sctx, Gsasl_property prop) { char **p = map (sctx, prop); if (p) return *p; return NULL; } /** * gsasl_property_get: * @sctx: session handle. * @prop: enumerated value of Gsasl_property type, indicating the * type of data in @data. * * Retrieve the data stored in the session handle for given property * @prop, possibly invoking the application callback to get the value. * * The pointer is to live data, and must not be deallocated or * modified in any way. * * This function will invoke the application callback, using * gsasl_callback(), when a property value is not known. * * If no value is known, and no callback is specified or if the * callback fail to return data, and if any obsolete callback * functions has been set by the application, this function will try * to call these obsolete callbacks, and store the returned data as * the corresponding property. This behaviour of this function will * be removed when the obsolete callback interfaces are removed. * * Return value: Return data for property, or NULL if no value known. * * Since: 0.2.0 **/ const char * gsasl_property_get (Gsasl_session * sctx, Gsasl_property prop) { const char *p = gsasl_property_fast (sctx, prop); if (!p) { gsasl_callback (NULL, sctx, prop); p = gsasl_property_fast (sctx, prop); } #ifndef GSASL_NO_OBSOLETE if (!p) p = _gsasl_obsolete_property_map (sctx, prop); #endif return p; } gsasl-1.8.0/lib/src/gsasl.h0000664000000000000000000004502011760730605012347 00000000000000/* gsasl.h --- Header file for GNU SASL Library. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef GSASL_H #define GSASL_H #include /* FILE */ #include /* size_t */ #include /* ssize_t */ #ifndef GSASL_API #if defined GSASL_BUILDING && defined HAVE_VISIBILITY && HAVE_VISIBILITY #define GSASL_API __attribute__((__visibility__("default"))) #elif defined GSASL_BUILDING && defined _MSC_VER && ! defined GSASL_STATIC #define GSASL_API __declspec(dllexport) #elif defined _MSC_VER && ! defined GSASL_STATIC #define GSASL_API __declspec(dllimport) #else #define GSASL_API #endif #endif #ifdef __cplusplus extern "C" { #endif /** * GSASL_VERSION * * Pre-processor symbol with a string that describe the header file * version number. Used together with gsasl_check_version() to * verify header file and run-time library consistency. */ #define GSASL_VERSION "1.8.0" /** * GSASL_VERSION_MAJOR * * Pre-processor symbol with a decimal value that describe the major * level of the header file version number. For example, when the * header version is 1.2.3 this symbol will be 1. * * Since: 1.1 */ #define GSASL_VERSION_MAJOR 1 /** * GSASL_VERSION_MINOR * * Pre-processor symbol with a decimal value that describe the minor * level of the header file version number. For example, when the * header version is 1.2.3 this symbol will be 2. * * Since: 1.1 */ #define GSASL_VERSION_MINOR 8 /** * GSASL_VERSION_PATCH * * Pre-processor symbol with a decimal value that describe the patch * level of the header file version number. For example, when the * header version is 1.2.3 this symbol will be 3. * * Since: 1.1 */ #define GSASL_VERSION_PATCH 0 /** * GSASL_VERSION_NUMBER * * Pre-processor symbol with a hexadecimal value describing the * header file version number. For example, when the header version * is 1.2.3 this symbol will have the value 0x010203. * * Since: 1.1 */ #define GSASL_VERSION_NUMBER 0x010800 /* RFC 2222: SASL mechanisms are named by strings, from 1 to 20 * characters in length, consisting of upper-case letters, digits, * hyphens, and/or underscores. SASL mechanism names must be * registered with the IANA. */ enum { GSASL_MIN_MECHANISM_SIZE = 1, GSASL_MAX_MECHANISM_SIZE = 20 }; extern GSASL_API const char *GSASL_VALID_MECHANISM_CHARACTERS; /** * Gsasl_rc: * @GSASL_OK: Successful return code, guaranteed to be always 0. * @GSASL_NEEDS_MORE: Mechanism expects another round-trip. * @GSASL_UNKNOWN_MECHANISM: Application requested an unknown mechanism. * @GSASL_MECHANISM_CALLED_TOO_MANY_TIMES: Application requested too * many round trips from mechanism. * @GSASL_MALLOC_ERROR: Memory allocation failed. * @GSASL_BASE64_ERROR: Base64 encoding/decoding failed. * @GSASL_CRYPTO_ERROR: Cryptographic error. * @GSASL_SASLPREP_ERROR: Failed to prepare internationalized string. * @GSASL_MECHANISM_PARSE_ERROR: Mechanism could not parse input. * @GSASL_AUTHENTICATION_ERROR: Authentication has failed. * @GSASL_INTEGRITY_ERROR: Application data integrity check failed. * @GSASL_NO_CLIENT_CODE: Library was built with client functionality. * @GSASL_NO_SERVER_CODE: Library was built with server functionality. * @GSASL_NO_CALLBACK: Application did not provide a callback. * @GSASL_NO_ANONYMOUS_TOKEN: Could not get required anonymous token. * @GSASL_NO_AUTHID: Could not get required authentication * identity (username). * @GSASL_NO_AUTHZID: Could not get required authorization identity. * @GSASL_NO_PASSWORD: Could not get required password. * @GSASL_NO_PASSCODE: Could not get required SecurID PIN. * @GSASL_NO_PIN: Could not get required SecurID PIN. * @GSASL_NO_SERVICE: Could not get required service name. * @GSASL_NO_HOSTNAME: Could not get required hostname. * @GSASL_NO_CB_TLS_UNIQUE: Could not get required tls-unique CB. * @GSASL_NO_SAML20_IDP_IDENTIFIER: Could not get required SAML IdP. * @GSASL_NO_SAML20_REDIRECT_URL: Could not get required SAML * redirect URL. * @GSASL_NO_OPENID20_REDIRECT_URL: Could not get required OpenID * redirect URL. * @GSASL_GSSAPI_RELEASE_BUFFER_ERROR: GSS-API library call error. * @GSASL_GSSAPI_IMPORT_NAME_ERROR: GSS-API library call error. * @GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR: GSS-API library call error. * @GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR: GSS-API library call error. * @GSASL_GSSAPI_UNWRAP_ERROR: GSS-API library call error. * @GSASL_GSSAPI_WRAP_ERROR: GSS-API library call error. * @GSASL_GSSAPI_ACQUIRE_CRED_ERROR: GSS-API library call error. * @GSASL_GSSAPI_DISPLAY_NAME_ERROR: GSS-API library call error. * @GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR: An unsupported * quality-of-protection layer was requeted. * @GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR: GSS-API library call error. * @GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR: GSS-API library call error. * @GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR: GSS-API library call error. * @GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR: GSS-API library call error. * @GSASL_GSSAPI_RELEASE_OID_SET_ERROR: GSS-API library call error. * @GSASL_KERBEROS_V5_INIT_ERROR: Init error in KERBEROS_V5. * @GSASL_KERBEROS_V5_INTERNAL_ERROR: General error in KERBEROS_V5. * @GSASL_SHISHI_ERROR: Same as %GSASL_KERBEROS_V5_INTERNAL_ERROR. * @GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE: SecurID mechanism * needs an additional passcode. * @GSASL_SECURID_SERVER_NEED_NEW_PIN: SecurID mechanism * needs an new PIN. * * Error codes for library functions. */ typedef enum { GSASL_OK = 0, GSASL_NEEDS_MORE = 1, GSASL_UNKNOWN_MECHANISM = 2, GSASL_MECHANISM_CALLED_TOO_MANY_TIMES = 3, GSASL_MALLOC_ERROR = 7, GSASL_BASE64_ERROR = 8, GSASL_CRYPTO_ERROR = 9, GSASL_SASLPREP_ERROR = 29, GSASL_MECHANISM_PARSE_ERROR = 30, GSASL_AUTHENTICATION_ERROR = 31, GSASL_INTEGRITY_ERROR = 33, GSASL_NO_CLIENT_CODE = 35, GSASL_NO_SERVER_CODE = 36, GSASL_NO_CALLBACK = 51, GSASL_NO_ANONYMOUS_TOKEN = 52, GSASL_NO_AUTHID = 53, GSASL_NO_AUTHZID = 54, GSASL_NO_PASSWORD = 55, GSASL_NO_PASSCODE = 56, GSASL_NO_PIN = 57, GSASL_NO_SERVICE = 58, GSASL_NO_HOSTNAME = 59, GSASL_NO_CB_TLS_UNIQUE = 65, GSASL_NO_SAML20_IDP_IDENTIFIER = 66, GSASL_NO_SAML20_REDIRECT_URL = 67, GSASL_NO_OPENID20_REDIRECT_URL = 68, /* Mechanism specific errors. */ GSASL_GSSAPI_RELEASE_BUFFER_ERROR = 37, GSASL_GSSAPI_IMPORT_NAME_ERROR = 38, GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR = 39, GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR = 40, GSASL_GSSAPI_UNWRAP_ERROR = 41, GSASL_GSSAPI_WRAP_ERROR = 42, GSASL_GSSAPI_ACQUIRE_CRED_ERROR = 43, GSASL_GSSAPI_DISPLAY_NAME_ERROR = 44, GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR = 45, GSASL_KERBEROS_V5_INIT_ERROR = 46, GSASL_KERBEROS_V5_INTERNAL_ERROR = 47, GSASL_SHISHI_ERROR = GSASL_KERBEROS_V5_INTERNAL_ERROR, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE = 48, GSASL_SECURID_SERVER_NEED_NEW_PIN = 49, GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR = 60, GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR = 61, GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR = 62, GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR = 63, GSASL_GSSAPI_RELEASE_OID_SET_ERROR = 64 /* When adding new values, note that integers are not necessarily assigned monotonously increasingly. */ } Gsasl_rc; /** * Gsasl_qop: * @GSASL_QOP_AUTH: Authentication only. * @GSASL_QOP_AUTH_INT: Authentication and integrity. * @GSASL_QOP_AUTH_CONF: Authentication, integrity and confidentiality. * * Quality of Protection types (DIGEST-MD5 and GSSAPI). The * integrity and confidentiality values is about application data * wrapping. We recommend that you use @GSASL_QOP_AUTH with TLS as * that combination is generally more secure and have better chance * of working than the integrity/confidentiality layers of SASL. */ typedef enum { GSASL_QOP_AUTH = 1, GSASL_QOP_AUTH_INT = 2, GSASL_QOP_AUTH_CONF = 4 } Gsasl_qop; /** * Gsasl_cipher: * @GSASL_CIPHER_DES: Cipher DES. * @GSASL_CIPHER_3DES: Cipher 3DES. * @GSASL_CIPHER_RC4: Cipher RC4. * @GSASL_CIPHER_RC4_40: Cipher RC4 with 40-bit keys. * @GSASL_CIPHER_RC4_56: Cipher RC4 with 56-bit keys. * @GSASL_CIPHER_AES: Cipher AES. * * Encryption types (DIGEST-MD5) for confidentiality services of * application data. We recommend that you use TLS instead as it is * generally more secure and have better chance of working. */ typedef enum { GSASL_CIPHER_DES = 1, GSASL_CIPHER_3DES = 2, GSASL_CIPHER_RC4 = 4, GSASL_CIPHER_RC4_40 = 8, GSASL_CIPHER_RC4_56 = 16, GSASL_CIPHER_AES = 32 } Gsasl_cipher; /** * Gsasl_saslprep_flags: * @GSASL_ALLOW_UNASSIGNED: Allow unassigned code points. * * Flags for the SASLprep function, see gsasl_saslprep(). For * background, see the GNU Libidn documentation. */ typedef enum { GSASL_ALLOW_UNASSIGNED = 1 } Gsasl_saslprep_flags; /** * Gsasl: * * Handle to global library context. */ typedef struct Gsasl Gsasl; /** * Gsasl_session: * * Handle to SASL session context. */ typedef struct Gsasl_session Gsasl_session; /** * Gsasl_property: * @GSASL_AUTHID: Authentication identity (username). * @GSASL_AUTHZID: Authorization identity. * @GSASL_PASSWORD: Password. * @GSASL_ANONYMOUS_TOKEN: Anonymous identifier. * @GSASL_SERVICE: Service name * @GSASL_HOSTNAME: Host name. * @GSASL_GSSAPI_DISPLAY_NAME: GSS-API credential principal name. * @GSASL_PASSCODE: SecurID passcode. * @GSASL_SUGGESTED_PIN: SecurID suggested PIN. * @GSASL_PIN: SecurID PIN. * @GSASL_REALM: User realm. * @GSASL_DIGEST_MD5_HASHED_PASSWORD: Pre-computed hashed DIGEST-MD5 * password, to avoid storing passwords in the clear. * @GSASL_QOPS: Set of quality-of-protection values. * @GSASL_QOP: Quality-of-protection value. * @GSASL_SCRAM_ITER: Number of iterations in password-to-key hashing. * @GSASL_SCRAM_SALT: Salt for password-to-key hashing. * @GSASL_SCRAM_SALTED_PASSWORD: Pre-computed salted SCRAM key, * to avoid re-computation and storing passwords in the clear. * @GSASL_CB_TLS_UNIQUE: Base64 encoded tls-unique channel binding. * @GSASL_SAML20_IDP_IDENTIFIER: SAML20 user IdP URL. * @GSASL_SAML20_REDIRECT_URL: SAML 2.0 URL to access in browser. * @GSASL_OPENID20_REDIRECT_URL: OpenID 2.0 URL to access in browser. * @GSASL_OPENID20_OUTCOME_DATA: OpenID 2.0 authentication outcome data. * @GSASL_SAML20_AUTHENTICATE_IN_BROWSER: Request to perform SAML 2.0 * authentication in browser. * @GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Request to perform OpenID 2.0 * authentication in browser. * @GSASL_VALIDATE_SIMPLE: Request for simple validation. * @GSASL_VALIDATE_EXTERNAL: Request for validation of EXTERNAL. * @GSASL_VALIDATE_ANONYMOUS: Request for validation of ANONYMOUS. * @GSASL_VALIDATE_GSSAPI: Request for validation of GSSAPI/GS2. * @GSASL_VALIDATE_SECURID: Reqest for validation of SecurID. * @GSASL_VALIDATE_SAML20: Reqest for validation of SAML20. * @GSASL_VALIDATE_OPENID20: Reqest for validation of OpenID 2.0 login. * * Callback/property types. */ typedef enum { /* Information properties, e.g., username. */ GSASL_AUTHID = 1, GSASL_AUTHZID = 2, GSASL_PASSWORD = 3, GSASL_ANONYMOUS_TOKEN = 4, GSASL_SERVICE = 5, GSASL_HOSTNAME = 6, GSASL_GSSAPI_DISPLAY_NAME = 7, GSASL_PASSCODE = 8, GSASL_SUGGESTED_PIN = 9, GSASL_PIN = 10, GSASL_REALM = 11, GSASL_DIGEST_MD5_HASHED_PASSWORD = 12, GSASL_QOPS = 13, GSASL_QOP = 14, GSASL_SCRAM_ITER = 15, GSASL_SCRAM_SALT = 16, GSASL_SCRAM_SALTED_PASSWORD = 17, GSASL_CB_TLS_UNIQUE = 18, GSASL_SAML20_IDP_IDENTIFIER = 19, GSASL_SAML20_REDIRECT_URL = 20, GSASL_OPENID20_REDIRECT_URL = 21, GSASL_OPENID20_OUTCOME_DATA = 22, /* Client callbacks. */ GSASL_SAML20_AUTHENTICATE_IN_BROWSER = 250, GSASL_OPENID20_AUTHENTICATE_IN_BROWSER = 251, /* Server validation callback properties. */ GSASL_VALIDATE_SIMPLE = 500, GSASL_VALIDATE_EXTERNAL = 501, GSASL_VALIDATE_ANONYMOUS = 502, GSASL_VALIDATE_GSSAPI = 503, GSASL_VALIDATE_SECURID = 504, GSASL_VALIDATE_SAML20 = 505, GSASL_VALIDATE_OPENID20 = 506 } Gsasl_property; /** * Gsasl_callback_function: * @ctx: libgsasl handle. * @sctx: session handle, may be NULL. * @prop: enumerated value of Gsasl_property type. * * Prototype of function that the application should implement. Use * gsasl_callback_set() to inform the library about your callback * function. * * It is called by the SASL library when it need some information * from the application. Depending on the value of @prop, it should * either set some property (e.g., username or password) using * gsasl_property_set(), or it should extract some properties (e.g., * authentication and authorization identities) using * gsasl_property_fast() and use them to make a policy decision, * perhaps returning GSASL_AUTHENTICATION_ERROR or GSASL_OK * depending on whether the policy permitted the operation. * * Return value: Any valid return code, the interpretation of which * depend on the @prop value. * * Since: 0.2.0 **/ typedef int (*Gsasl_callback_function) (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop); /* Library entry and exit points: version.c, init.c, done.c */ extern GSASL_API int gsasl_init (Gsasl ** ctx); extern GSASL_API void gsasl_done (Gsasl * ctx); extern GSASL_API const char *gsasl_check_version (const char *req_version); /* Callback handling: callback.c */ extern GSASL_API void gsasl_callback_set (Gsasl * ctx, Gsasl_callback_function cb); extern GSASL_API int gsasl_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop); extern GSASL_API void gsasl_callback_hook_set (Gsasl * ctx, void *hook); extern GSASL_API void *gsasl_callback_hook_get (Gsasl * ctx); extern GSASL_API void gsasl_session_hook_set (Gsasl_session * sctx, void *hook); extern GSASL_API void *gsasl_session_hook_get (Gsasl_session * sctx); /* Property handling: property.c */ extern GSASL_API void gsasl_property_set (Gsasl_session * sctx, Gsasl_property prop, const char *data); extern GSASL_API void gsasl_property_set_raw (Gsasl_session * sctx, Gsasl_property prop, const char *data, size_t len); extern GSASL_API const char *gsasl_property_get (Gsasl_session * sctx, Gsasl_property prop); extern GSASL_API const char *gsasl_property_fast (Gsasl_session * sctx, Gsasl_property prop); /* Mechanism handling: listmech.c, supportp.c, suggest.c */ extern GSASL_API int gsasl_client_mechlist (Gsasl * ctx, char **out); extern GSASL_API int gsasl_client_support_p (Gsasl * ctx, const char *name); extern GSASL_API const char *gsasl_client_suggest_mechanism (Gsasl * ctx, const char *mechlist); extern GSASL_API int gsasl_server_mechlist (Gsasl * ctx, char **out); extern GSASL_API int gsasl_server_support_p (Gsasl * ctx, const char *name); /* Authentication functions: xstart.c, xstep.c, xfinish.c */ extern GSASL_API int gsasl_client_start (Gsasl * ctx, const char *mech, Gsasl_session ** sctx); extern GSASL_API int gsasl_server_start (Gsasl * ctx, const char *mech, Gsasl_session ** sctx); extern GSASL_API int gsasl_step (Gsasl_session * sctx, const char *input, size_t input_len, char **output, size_t * output_len); extern GSASL_API int gsasl_step64 (Gsasl_session * sctx, const char *b64input, char **b64output); extern GSASL_API void gsasl_finish (Gsasl_session * sctx); /* Session functions: xcode.c, mechname.c */ extern GSASL_API int gsasl_encode (Gsasl_session * sctx, const char *input, size_t input_len, char **output, size_t * output_len); extern GSASL_API int gsasl_decode (Gsasl_session * sctx, const char *input, size_t input_len, char **output, size_t * output_len); extern GSASL_API const char *gsasl_mechanism_name (Gsasl_session * sctx); /* Error handling: error.c */ extern GSASL_API const char *gsasl_strerror (int err); extern GSASL_API const char *gsasl_strerror_name (int err); /* Internationalized string processing: stringprep.c */ extern GSASL_API int gsasl_saslprep (const char *in, Gsasl_saslprep_flags flags, char **out, int *stringpreprc); /* Utilities: base64.c, md5pwd.c, crypto.c */ extern GSASL_API int gsasl_simple_getpass (const char *filename, const char *username, char **key); extern GSASL_API int gsasl_base64_to (const char *in, size_t inlen, char **out, size_t * outlen); extern GSASL_API int gsasl_base64_from (const char *in, size_t inlen, char **out, size_t * outlen); extern GSASL_API int gsasl_nonce (char *data, size_t datalen); extern GSASL_API int gsasl_random (char *data, size_t datalen); extern GSASL_API int gsasl_md5 (const char *in, size_t inlen, char *out[16]); extern GSASL_API int gsasl_hmac_md5 (const char *key, size_t keylen, const char *in, size_t inlen, char *outhash[16]); extern GSASL_API int gsasl_sha1 (const char *in, size_t inlen, char *out[20]); extern GSASL_API int gsasl_hmac_sha1 (const char *key, size_t keylen, const char *in, size_t inlen, char *outhash[20]); extern GSASL_API void gsasl_free (void *ptr); /* Get the mechanism API. */ #include #ifndef GSASL_NO_OBSOLETE /* For compatibility with earlier versions. */ #include #endif #ifdef __cplusplus } #endif #endif /* GSASL_H */ gsasl-1.8.0/lib/src/md5pwd.c0000664000000000000000000000523211754555060012435 00000000000000/* md5pwd.c --- Find passwords in UoW imapd MD5 type password files. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_simple_getpass: * @filename: filename of file containing passwords. * @username: username string. * @key: newly allocated output character array. * * Retrieve password for user from specified file. The buffer @key * contain the password if this function is successful. The caller is * responsible for deallocating it. * * The file should be on the UoW "MD5 Based Authentication" format, * which means it is in text format with comments denoted by # first * on the line, with user entries looking as "usernameTABpassword". * This function removes CR and LF at the end of lines before * processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, * respectively. * * Return value: Return %GSASL_OK if output buffer contains the * password, %GSASL_AUTHENTICATION_ERROR if the user could not be * found, or other error code. **/ int gsasl_simple_getpass (const char *filename, const char *username, char **key) { size_t userlen = strlen (username); char *line = NULL; size_t n = 0; FILE *fh; fh = fopen (filename, "r"); if (fh) { while (!feof (fh)) { if (getline (&line, &n, fh) < 0) break; if (line[0] == '#') continue; if (line[strlen (line) - 1] == '\r') line[strlen (line) - 1] = '\0'; if (line[strlen (line) - 1] == '\n') line[strlen (line) - 1] = '\0'; if (strncmp (line, username, userlen) == 0 && line[userlen] == '\t') { *key = malloc (strlen (line) - userlen); if (!*key) { free (line); return GSASL_MALLOC_ERROR; } strcpy (*key, line + userlen + 1); free (line); fclose (fh); return GSASL_OK; } } fclose (fh); } free (line); return GSASL_AUTHENTICATION_ERROR; } gsasl-1.8.0/lib/src/free.c0000664000000000000000000000271011754555060012154 00000000000000/* free.c --- Wrapper around the `free' function, primarily for Windows * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ /* Get specification. */ #include "internal.h" /** * gsasl_free: * @ptr: memory pointer * * Invoke free(@ptr) to de-allocate memory pointer. Typically used on * strings allocated by other libgsasl functions. * * This is useful on Windows where libgsasl is linked to one CRT and * the application is linked to another CRT. Then malloc/free will * not use the same heap. This happens if you build libgsasl using * mingw32 and the application with Visual Studio. * * Since: 0.2.19 **/ void gsasl_free (void *ptr) { free (ptr); } gsasl-1.8.0/lib/src/register.c0000664000000000000000000000423211754555060013060 00000000000000/* register.c --- Initialize and register SASL plugin in global context. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_register: * @ctx: pointer to libgsasl handle. * @mech: plugin structure with information about plugin. * * This function initialize given mechanism, and if successful, add it * to the list of plugins that is used by the library. * * Return value: %GSASL_OK iff successful, otherwise %GSASL_MALLOC_ERROR. * * Since: 0.2.0 **/ int gsasl_register (Gsasl * ctx, const Gsasl_mechanism * mech) { Gsasl_mechanism *tmp; #ifdef USE_CLIENT if (mech->client.init == NULL || mech->client.init (ctx) == GSASL_OK) { tmp = realloc (ctx->client_mechs, sizeof (*ctx->client_mechs) * (ctx->n_client_mechs + 1)); if (tmp == NULL) return GSASL_MALLOC_ERROR; memcpy (&tmp[ctx->n_client_mechs], mech, sizeof (*mech)); ctx->client_mechs = tmp; ctx->n_client_mechs++; } #endif #ifdef USE_SERVER if (mech->server.init == NULL || mech->server.init (ctx) == GSASL_OK) { tmp = realloc (ctx->server_mechs, sizeof (*ctx->server_mechs) * (ctx->n_server_mechs + 1)); if (tmp == NULL) return GSASL_MALLOC_ERROR; memcpy (&tmp[ctx->n_server_mechs], mech, sizeof (*mech)); ctx->server_mechs = tmp; ctx->n_server_mechs++; } #endif return GSASL_OK; } gsasl-1.8.0/lib/src/error.c0000664000000000000000000002625511754555060012376 00000000000000/* error.c --- Error handling functionality. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /* I18n of error codes. */ #include "gettext.h" #define _(String) dgettext (PACKAGE, String) #define gettext_noop(String) String #define N_(String) gettext_noop (String) #define ERR(name, desc) { name, #name, desc } #ifdef GSASL_NO_OBSOLETE #define OBS(i, name, desc) { i, NULL, NULL } #else #define OBS(i, name, desc) { name, #name, desc } #endif /* *INDENT-OFF* */ static struct { int rc; const char *name; const char *description; } errors[] = { ERR (GSASL_OK, N_("Libgsasl success")), ERR (GSASL_NEEDS_MORE, N_("SASL mechanism needs more data")), ERR (GSASL_UNKNOWN_MECHANISM, N_("Unknown SASL mechanism")), ERR (GSASL_MECHANISM_CALLED_TOO_MANY_TIMES, N_("SASL mechanism called too many times")), OBS (4, GSASL_TOO_SMALL_BUFFER, N_("SASL function needs larger buffer (internal error)")), OBS (5, GSASL_FOPEN_ERROR, N_("Could not open file in SASL library")), OBS (6, GSASL_FCLOSE_ERROR, N_("Could not close file in SASL library")), ERR (GSASL_MALLOC_ERROR, N_("Memory allocation error in SASL library")), ERR (GSASL_BASE64_ERROR, N_("Base 64 coding error in SASL library")), ERR (GSASL_CRYPTO_ERROR, N_("Low-level crypto error in SASL library")), { 10, NULL, NULL }, OBS (11, GSASL_NEED_CLIENT_ANONYMOUS_CALLBACK, N_("SASL mechanism needs gsasl_client_callback_anonymous() callback" " (application error)")), OBS (12, GSASL_NEED_CLIENT_PASSWORD_CALLBACK, N_("SASL mechanism needs gsasl_client_callback_password() callback" " (application error)")), OBS (13, GSASL_NEED_CLIENT_PASSCODE_CALLBACK, N_("SASL mechanism needs gsasl_client_callback_passcode() callback" " (application error)")), OBS (14, GSASL_NEED_CLIENT_PIN_CALLBACK, N_("SASL mechanism needs gsasl_client_callback_pin() callback" " (application error)")), OBS (15, GSASL_NEED_CLIENT_AUTHORIZATION_ID_CALLBACK, N_("SASL mechanism needs gsasl_client_callback_authorization_id() " "callback (application error)")), OBS (16, GSASL_NEED_CLIENT_AUTHENTICATION_ID_CALLBACK, N_("SASL mechanism needs gsasl_client_callback_authentication_id() " "callback (application error)")), OBS (17, GSASL_NEED_CLIENT_SERVICE_CALLBACK, N_("SASL mechanism needs gsasl_client_callback_service() callback " "(application error)")), OBS (18, GSASL_NEED_SERVER_VALIDATE_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_validate() callback " "(application error)")), OBS (19, GSASL_NEED_SERVER_CRAM_MD5_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_cram_md5() callback " "(application error)")), OBS (20, GSASL_NEED_SERVER_DIGEST_MD5_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)")), OBS (21, GSASL_NEED_SERVER_EXTERNAL_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_external() callback " "(application error)")), OBS (22, GSASL_NEED_SERVER_ANONYMOUS_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_anonymous() callback " "(application error)")), OBS (23, GSASL_NEED_SERVER_REALM_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_realm() callback " "(application error)")), OBS (24, GSASL_NEED_SERVER_SECURID_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_securid() callback " "(application error)")), OBS (25, GSASL_NEED_SERVER_SERVICE_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_service() callback " "(application error)")), OBS (26, GSASL_NEED_SERVER_GSSAPI_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_gssapi() callback " "(application error)")), OBS (27, GSASL_NEED_SERVER_RETRIEVE_CALLBACK, N_("SASL mechanism needs gsasl_server_callback_retrieve() callback " "(application error)")), OBS (28, GSASL_UNICODE_NORMALIZATION_ERROR, N_("Failed to perform Unicode Normalization on string.")), ERR (GSASL_SASLPREP_ERROR, N_("Could not prepare internationalized (non-ASCII) string.")), ERR (GSASL_MECHANISM_PARSE_ERROR, N_("SASL mechanism could not parse input")), ERR (GSASL_AUTHENTICATION_ERROR, N_("Error authenticating user")), OBS (32, GSASL_CANNOT_GET_CTX, N_("Cannot get internal library handle (library error)")), ERR (GSASL_INTEGRITY_ERROR, N_("Integrity error in application payload")), OBS (34, GSASL_NO_MORE_REALMS, N_("No more realms available (non-fatal)")), ERR (GSASL_NO_CLIENT_CODE, N_("Client-side functionality not available in library " "(application error)")), ERR (GSASL_NO_SERVER_CODE, N_("Server-side functionality not available in library " "(application error)")), ERR (GSASL_GSSAPI_RELEASE_BUFFER_ERROR, N_("GSSAPI library could not deallocate memory in " "gss_release_buffer() in SASL library. This is a serious " "internal error.")), ERR (GSASL_GSSAPI_IMPORT_NAME_ERROR, N_("GSSAPI library could not understand a peer name in " "gss_import_name() in SASL library. This is most likely due " "to incorrect service and/or hostnames.")), ERR (GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR, N_("GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely " "due insufficient credentials or malicious interactions.")), ERR (GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR, N_("GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions.")), ERR (GSASL_GSSAPI_UNWRAP_ERROR, N_("GSSAPI error while decrypting or decoding data in gss_unwrap() in " "SASL library. This is most likely due to data corruption.")), ERR (GSASL_GSSAPI_WRAP_ERROR, N_("GSSAPI error while encrypting or encoding data in gss_wrap() in " "SASL library.")), ERR (GSASL_GSSAPI_ACQUIRE_CRED_ERROR, N_("GSSAPI error acquiring credentials in gss_acquire_cred() in " "SASL library. This is most likely due to not having the proper " "Kerberos key available in /etc/krb5.keytab on the server.")), ERR (GSASL_GSSAPI_DISPLAY_NAME_ERROR, N_("GSSAPI error creating a display name denoting the client in " "gss_display_name() in SASL library. This is probably because " "the client supplied bad data.")), ERR (GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR, N_("Other entity requested integrity or confidentiality protection " "in GSSAPI mechanism but this is currently not implemented.")), ERR (GSASL_KERBEROS_V5_INIT_ERROR, N_("Kerberos V5 initialization failure.")), ERR (GSASL_KERBEROS_V5_INTERNAL_ERROR, N_("Kerberos V5 internal error.")), ERR (GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE, N_("SecurID needs additional passcode.")), ERR (GSASL_SECURID_SERVER_NEED_NEW_PIN, N_("SecurID needs new pin.")), OBS (50, GSASL_INVALID_HANDLE, N_("The provided library handle was invalid (application error)")), ERR (GSASL_NO_CALLBACK, N_("No callback specified by caller (application error).")), ERR (GSASL_NO_ANONYMOUS_TOKEN, N_("Authentication failed because the anonymous token was " "not provided.")), ERR (GSASL_NO_AUTHID, N_("Authentication failed because the authentication identity was " "not provided.")), ERR (GSASL_NO_AUTHZID, N_("Authentication failed because the authorization identity was " "not provided.")), ERR (GSASL_NO_PASSWORD, N_("Authentication failed because the password was not provided.")), ERR (GSASL_NO_PASSCODE, N_("Authentication failed because the passcode was not provided.")), ERR (GSASL_NO_PIN, N_("Authentication failed because the pin code was not provided.")), ERR (GSASL_NO_SERVICE, N_("Authentication failed because the service name was not provided.")), ERR (GSASL_NO_HOSTNAME, N_("Authentication failed because the host name was not provided.")), ERR (GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR, N_("GSSAPI error encapsulating token.")), ERR (GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR, N_("GSSAPI error decapsulating token.")), ERR (GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR, N_("GSSAPI error getting OID for SASL mechanism name.")), ERR (GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR, N_("GSSAPI error testing for OID in OID set.")), ERR (GSASL_GSSAPI_RELEASE_OID_SET_ERROR, N_("GSSAPI error releasing OID set.")), ERR (GSASL_NO_CB_TLS_UNIQUE, N_("Authentication failed because a tls-unique CB was not provided.")), ERR (GSASL_NO_SAML20_IDP_IDENTIFIER, N_("Callback failed to provide SAML20 IdP identifier.")), ERR (GSASL_NO_SAML20_REDIRECT_URL, N_("Callback failed to provide SAML20 redirect URL.")), ERR (GSASL_NO_OPENID20_REDIRECT_URL, N_("Callback failed to provide OPENID20 redirect URL.")) }; /* *INDENT-ON* */ /** * gsasl_strerror: * @err: libgsasl error code * * Convert return code to human readable string explanation of the * reason for the particular error code. * * This string can be used to output a diagnostic message to the user. * * This function is one of few in the library that can be used without * a successful call to gsasl_init(). * * Return value: Returns a pointer to a statically allocated string * containing an explanation of the error code @err. **/ const char * gsasl_strerror (int err) { static const char *unknown = N_("Libgsasl unknown error"); const char *p; bindtextdomain (PACKAGE, LOCALEDIR); if (err < 0 || err >= (sizeof (errors) / sizeof (errors[0]))) return _(unknown); p = errors[err].description; if (!p) p = unknown; return _(p); } /** * gsasl_strerror_name: * @err: libgsasl error code * * Convert return code to human readable string representing the error * code symbol itself. For example, gsasl_strerror_name(%GSASL_OK) * returns the string "GSASL_OK". * * This string can be used to output a diagnostic message to the user. * * This function is one of few in the library that can be used without * a successful call to gsasl_init(). * * Return value: Returns a pointer to a statically allocated string * containing a string version of the error code @err, or NULL if * the error code is not known. * * Since: 0.2.29 **/ const char * gsasl_strerror_name (int err) { if (err < 0 || err >= (sizeof (errors) / sizeof (errors[0]))) return NULL; return errors[err].name; } gsasl-1.8.0/lib/src/xstart.c0000664000000000000000000000670311754555060012566 00000000000000/* xstart.c --- Start libgsasl session. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" static Gsasl_mechanism * find_mechanism (const char *mech, size_t n_mechs, Gsasl_mechanism * mechs) { size_t i; if (mech == NULL) return NULL; for (i = 0; i < n_mechs; i++) if (strcmp (mech, mechs[i].name) == 0) return &mechs[i]; return NULL; } static int setup (Gsasl * ctx, const char *mech, Gsasl_session * sctx, size_t n_mechs, Gsasl_mechanism * mechs, int clientp) { Gsasl_mechanism *mechptr = NULL; int res; mechptr = find_mechanism (mech, n_mechs, mechs); if (mechptr == NULL) return GSASL_UNKNOWN_MECHANISM; sctx->ctx = ctx; sctx->mech = mechptr; sctx->clientp = clientp; if (clientp) { if (sctx->mech->client.start) res = sctx->mech->client.start (sctx, &sctx->mech_data); else if (!sctx->mech->client.step) res = GSASL_NO_CLIENT_CODE; else res = GSASL_OK; } else { if (sctx->mech->server.start) res = sctx->mech->server.start (sctx, &sctx->mech_data); else if (!sctx->mech->server.step) res = GSASL_NO_SERVER_CODE; else res = GSASL_OK; } if (res != GSASL_OK) return res; return GSASL_OK; } static int start (Gsasl * ctx, const char *mech, Gsasl_session ** sctx, size_t n_mechs, Gsasl_mechanism * mechs, int clientp) { Gsasl_session *out; int res; out = calloc (1, sizeof (*out)); if (out == NULL) return GSASL_MALLOC_ERROR; res = setup (ctx, mech, out, n_mechs, mechs, clientp); if (res != GSASL_OK) { gsasl_finish (out); return res; } *sctx = out; return GSASL_OK; } /** * gsasl_client_start: * @ctx: libgsasl handle. * @mech: name of SASL mechanism. * @sctx: pointer to client handle. * * This functions initiates a client SASL authentication. This * function must be called before any other gsasl_client_*() function * is called. * * Return value: Returns %GSASL_OK if successful, or error code. **/ int gsasl_client_start (Gsasl * ctx, const char *mech, Gsasl_session ** sctx) { return start (ctx, mech, sctx, ctx->n_client_mechs, ctx->client_mechs, 1); } /** * gsasl_server_start: * @ctx: libgsasl handle. * @mech: name of SASL mechanism. * @sctx: pointer to server handle. * * This functions initiates a server SASL authentication. This * function must be called before any other gsasl_server_*() function * is called. * * Return value: Returns %GSASL_OK if successful, or error code. **/ int gsasl_server_start (Gsasl * ctx, const char *mech, Gsasl_session ** sctx) { return start (ctx, mech, sctx, ctx->n_server_mechs, ctx->server_mechs, 0); } gsasl-1.8.0/lib/src/mechname.c0000664000000000000000000000254511754555060013016 00000000000000/* mechname.c --- Get name of SASL mechanism used in a session. * Copyright (C) 2008-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" /** * gsasl_mechanism_name: * @sctx: libgsasl session handle. * * This function returns the name of the SASL mechanism used in the * session. * * Return value: Returns a zero terminated character array with the * name of the SASL mechanism, or NULL if not known. * * Since: 0.2.28 **/ const char * gsasl_mechanism_name (Gsasl_session * sctx) { if (!sctx || !sctx->mech) return NULL; return sctx->mech->name; } gsasl-1.8.0/lib/src/supportp.c0000664000000000000000000000370611754555060013135 00000000000000/* supportp.c --- Tell if a specific mechanism is supported. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" static int _gsasl_support_p (Gsasl_mechanism * mechs, size_t n_mechs, const char *name) { size_t i; for (i = 0; i < n_mechs; i++) if (name && strcmp (name, mechs[i].name) == 0) return 1; return 0; } /** * gsasl_client_support_p: * @ctx: libgsasl handle. * @name: name of SASL mechanism. * * Decide whether there is client-side support for a specified * mechanism. * * Return value: Returns 1 if the libgsasl client supports the named * mechanism, otherwise 0. **/ int gsasl_client_support_p (Gsasl * ctx, const char *name) { return _gsasl_support_p (ctx->client_mechs, ctx->n_client_mechs, name); } /** * gsasl_server_support_p: * @ctx: libgsasl handle. * @name: name of SASL mechanism. * * Decide whether there is server-side support for a specified * mechanism. * * Return value: Returns 1 if the libgsasl server supports the named * mechanism, otherwise 0. **/ int gsasl_server_support_p (Gsasl * ctx, const char *name) { return _gsasl_support_p (ctx->server_mechs, ctx->n_server_mechs, name); } gsasl-1.8.0/lib/src/xcode.c0000664000000000000000000000627511754555060012347 00000000000000/* xcode.c --- Encode and decode application payload in libgsasl session. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" static int _gsasl_code (Gsasl_session * sctx, Gsasl_code_function code, const char *input, size_t input_len, char **output, size_t * output_len) { if (code == NULL) { *output_len = input_len; *output = malloc (*output_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, input, input_len); return GSASL_OK; } return code (sctx, sctx->mech_data, input, input_len, output, output_len); } /** * gsasl_encode: * @sctx: libgsasl session handle. * @input: input byte array. * @input_len: size of input byte array. * @output: newly allocated output byte array. * @output_len: size of output byte array. * * Encode data according to negotiated SASL mechanism. This might mean * that data is integrity or privacy protected. * * The @output buffer is allocated by this function, and it is the * responsibility of caller to deallocate it by calling free(@output). * * Return value: Returns %GSASL_OK if encoding was successful, * otherwise an error code. **/ int gsasl_encode (Gsasl_session * sctx, const char *input, size_t input_len, char **output, size_t * output_len) { Gsasl_code_function code; if (sctx->clientp) code = sctx->mech->client.encode; else code = sctx->mech->server.encode; return _gsasl_code (sctx, code, input, input_len, output, output_len); } /** * gsasl_decode: * @sctx: libgsasl session handle. * @input: input byte array. * @input_len: size of input byte array. * @output: newly allocated output byte array. * @output_len: size of output byte array. * * Decode data according to negotiated SASL mechanism. This might mean * that data is integrity or privacy protected. * * The @output buffer is allocated by this function, and it is the * responsibility of caller to deallocate it by calling free(@output). * * Return value: Returns %GSASL_OK if encoding was successful, * otherwise an error code. **/ int gsasl_decode (Gsasl_session * sctx, const char *input, size_t input_len, char **output, size_t * output_len) { Gsasl_code_function code; if (sctx->clientp) code = sctx->mech->client.decode; else code = sctx->mech->server.decode; return _gsasl_code (sctx, code, input, input_len, output, output_len); } gsasl-1.8.0/lib/src/obsolete.c0000664000000000000000000017122411754555060013056 00000000000000/* obsolete.c --- Obsolete functions kept around for backwards compatibility. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include "internal.h" #if USE_DIGEST_MD5 #include "qop.h" #endif /** * gsasl_client_listmech: * @ctx: libgsasl handle. * @out: output character array. * @outlen: input maximum size of output character array, on output * contains actual length of output array. * * Write SASL names, separated by space, of mechanisms supported by * the libgsasl client to the output array. To find out how large the * output array must be, call this function with a NULL @out * parameter. * * Return value: Returns %GSASL_OK if successful, or error code. * * Deprecated: Use gsasl_client_mechlist() instead. **/ int gsasl_client_listmech (Gsasl * ctx, char *out, size_t * outlen) { char *tmp; int rc; rc = gsasl_client_mechlist (ctx, &tmp); if (rc == GSASL_OK) { size_t tmplen = strlen (tmp); if (tmplen >= *outlen) { free (tmp); return GSASL_TOO_SMALL_BUFFER; } if (out) strcpy (out, tmp); *outlen = tmplen + 1; free (tmp); } return rc; } /** * gsasl_server_listmech: * @ctx: libgsasl handle. * @out: output character array. * @outlen: input maximum size of output character array, on output * contains actual length of output array. * * Write SASL names, separated by space, of mechanisms supported by * the libgsasl server to the output array. To find out how large the * output array must be, call this function with a NULL @out * parameter. * * Return value: Returns %GSASL_OK if successful, or error code. * * Deprecated: Use gsasl_server_mechlist() instead. **/ int gsasl_server_listmech (Gsasl * ctx, char *out, size_t * outlen) { char *tmp; int rc; rc = gsasl_server_mechlist (ctx, &tmp); if (rc == GSASL_OK) { size_t tmplen = strlen (tmp); if (tmplen >= *outlen) { free (tmp); return GSASL_TOO_SMALL_BUFFER; } if (out) strcpy (out, tmp); *outlen = tmplen + 1; free (tmp); } return rc; } static int _gsasl_step (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) { char *tmp; size_t tmplen; int rc; rc = gsasl_step (sctx, input, input_len, &tmp, &tmplen); if (rc == GSASL_OK || rc == GSASL_NEEDS_MORE) { if (tmplen >= *output_len) { free (tmp); /* XXX We lose the step token here, don't we? */ return GSASL_TOO_SMALL_BUFFER; } if (output) memcpy (output, tmp, tmplen); *output_len = tmplen; free (tmp); } return rc; } /** * gsasl_client_step: * @sctx: libgsasl client handle. * @input: input byte array. * @input_len: size of input byte array. * @output: output byte array. * @output_len: size of output byte array. * * Perform one step of SASL authentication in client. This reads data * from server (specified with input and input_len), processes it * (potentially invoking callbacks to the application), and writes * data to server (into variables output and output_len). * * The contents of the output buffer is unspecified if this functions * returns anything other than %GSASL_NEEDS_MORE. * * Return value: Returns %GSASL_OK if authenticated terminated * successfully, %GSASL_NEEDS_MORE if more data is needed, or error * code. * * Deprecated: Use gsasl_step() instead. **/ int gsasl_client_step (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) { return _gsasl_step (sctx, input, input_len, output, output_len); } /** * gsasl_server_step: * @sctx: libgsasl server handle. * @input: input byte array. * @input_len: size of input byte array. * @output: output byte array. * @output_len: size of output byte array. * * Perform one step of SASL authentication in server. This reads data * from client (specified with input and input_len), processes it * (potentially invoking callbacks to the application), and writes * data to client (into variables output and output_len). * * The contents of the output buffer is unspecified if this functions * returns anything other than %GSASL_NEEDS_MORE. * * Return value: Returns %GSASL_OK if authenticated terminated * successfully, %GSASL_NEEDS_MORE if more data is needed, or error * code. * * Deprecated: Use gsasl_step() instead. **/ int gsasl_server_step (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) { return _gsasl_step (sctx, input, input_len, output, output_len); } static int _gsasl_step64 (Gsasl_session * sctx, const char *b64input, char *b64output, size_t b64output_len) { char *tmp; int rc; rc = gsasl_step64 (sctx, b64input, &tmp); if (rc == GSASL_OK || rc == GSASL_NEEDS_MORE) { if (b64output_len <= strlen (tmp)) { free (tmp); /* XXX We lose the step token here, don't we? */ return GSASL_TOO_SMALL_BUFFER; } if (b64output) strcpy (b64output, tmp); free (tmp); } return rc; } /** * gsasl_client_step_base64: * @sctx: libgsasl client handle. * @b64input: input base64 encoded byte array. * @b64output: output base64 encoded byte array. * @b64output_len: size of output base64 encoded byte array. * * This is a simple wrapper around gsasl_client_step() that base64 * decodes the input and base64 encodes the output. * * Return value: See gsasl_client_step(). * * Deprecated: Use gsasl_step64() instead. **/ int gsasl_client_step_base64 (Gsasl_session * sctx, const char *b64input, char *b64output, size_t b64output_len) { return _gsasl_step64 (sctx, b64input, b64output, b64output_len); } /** * gsasl_server_step_base64: * @sctx: libgsasl server handle. * @b64input: input base64 encoded byte array. * @b64output: output base64 encoded byte array. * @b64output_len: size of output base64 encoded byte array. * * This is a simple wrapper around gsasl_server_step() that base64 * decodes the input and base64 encodes the output. * * Return value: See gsasl_server_step(). * * Deprecated: Use gsasl_step64() instead. **/ int gsasl_server_step_base64 (Gsasl_session * sctx, const char *b64input, char *b64output, size_t b64output_len) { return _gsasl_step64 (sctx, b64input, b64output, b64output_len); } /** * gsasl_client_finish: * @sctx: libgsasl client handle. * * Destroy a libgsasl client handle. The handle must not be used with * other libgsasl functions after this call. * * Deprecated: Use gsasl_finish() instead. **/ void gsasl_client_finish (Gsasl_session * sctx) { gsasl_finish (sctx); } /** * gsasl_server_finish: * @sctx: libgsasl server handle. * * Destroy a libgsasl server handle. The handle must not be used with * other libgsasl functions after this call. * * Deprecated: Use gsasl_finish() instead. **/ void gsasl_server_finish (Gsasl_session * sctx) { gsasl_finish (sctx); } /** * gsasl_client_ctx_get: * @sctx: libgsasl client handle * * Get the libgsasl handle given a libgsasl client handle. * * Return value: Returns the libgsasl handle given a libgsasl client handle. * * Deprecated: This function is not useful with the new 0.2.0 API. **/ Gsasl * gsasl_client_ctx_get (Gsasl_session * sctx) { return sctx->ctx; } /** * gsasl_client_application_data_set: * @sctx: libgsasl client handle. * @application_data: opaque pointer to application specific data. * * Store application specific data in the libgsasl client handle. The * application data can be later (for instance, inside a callback) be * retrieved by calling gsasl_client_application_data_get(). It is * normally used by the application to maintain state between the main * program and the callback. * * Deprecated: Use gsasl_callback_hook_set() or * gsasl_session_hook_set() instead. **/ void gsasl_client_application_data_set (Gsasl_session * sctx, void *application_data) { gsasl_appinfo_set (sctx, application_data); } /** * gsasl_client_application_data_get: * @sctx: libgsasl client handle. * * Retrieve application specific data from libgsasl client handle. The * application data is set using gsasl_client_application_data_set(). * It is normally used by the application to maintain state between * the main program and the callback. * * Return value: Returns the application specific data, or NULL. * * Deprecated: Use gsasl_callback_hook_get() or * gsasl_session_hook_get() instead. **/ void * gsasl_client_application_data_get (Gsasl_session * sctx) { return gsasl_appinfo_get (sctx); } /** * gsasl_server_ctx_get: * @sctx: libgsasl server handle * * Get the libgsasl handle given a libgsasl server handle. * * Return value: Returns the libgsasl handle given a libgsasl server handle. * * Deprecated: This function is not useful with the new 0.2.0 API. **/ Gsasl * gsasl_server_ctx_get (Gsasl_session * sctx) { return sctx->ctx; } /** * gsasl_server_application_data_set: * @sctx: libgsasl server handle. * @application_data: opaque pointer to application specific data. * * Store application specific data in the libgsasl server handle. The * application data can be later (for instance, inside a callback) be * retrieved by calling gsasl_server_application_data_get(). It is * normally used by the application to maintain state between the main * program and the callback. * * Deprecated: Use gsasl_callback_hook_set() or * gsasl_session_hook_set() instead. **/ void gsasl_server_application_data_set (Gsasl_session * sctx, void *application_data) { gsasl_appinfo_set (sctx, application_data); } /** * gsasl_server_application_data_get: * @sctx: libgsasl server handle. * * Retrieve application specific data from libgsasl server handle. The * application data is set using gsasl_server_application_data_set(). * It is normally used by the application to maintain state between * the main program and the callback. * * Return value: Returns the application specific data, or NULL. * * Deprecated: Use gsasl_callback_hook_get() or * gsasl_session_hook_get() instead. **/ void * gsasl_server_application_data_get (Gsasl_session * sctx) { return gsasl_appinfo_get (sctx); } /** * gsasl_randomize: * @strong: 0 iff operation should not block, non-0 for very strong randomness. * @data: output array to be filled with random data. * @datalen: size of output array. * * Store cryptographically random data of given size in the provided * buffer. * * Return value: Returns %GSASL_OK iff successful. * * Deprecated: Use gsasl_random() or gsasl_nonce() instead. **/ int gsasl_randomize (int strong, char *data, size_t datalen) { if (strong) return gsasl_random (data, datalen); return gsasl_nonce (data, datalen); } /** * gsasl_ctx_get: * @sctx: libgsasl session handle * * Get the libgsasl handle given a libgsasl session handle. * * Return value: Returns the libgsasl handle given a libgsasl session handle. * * Deprecated: This function is not useful with the new 0.2.0 API. **/ Gsasl * gsasl_ctx_get (Gsasl_session * sctx) { return sctx->ctx; } /** * gsasl_encode_inline: * @sctx: libgsasl session handle. * @input: input byte array. * @input_len: size of input byte array. * @output: output byte array. * @output_len: size of output byte array. * * Encode data according to negotiated SASL mechanism. This might mean * that data is integrity or privacy protected. * * Return value: Returns %GSASL_OK if encoding was successful, * otherwise an error code. * * Deprecated: Use gsasl_encode() instead. * * Since: 0.2.0 **/ int gsasl_encode_inline (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) { char *tmp; size_t tmplen; int res; res = gsasl_encode (sctx, input, input_len, &tmp, &tmplen); if (res == GSASL_OK) { if (*output_len < tmplen) return GSASL_TOO_SMALL_BUFFER; *output_len = tmplen; memcpy (output, tmp, tmplen); free (output); } return res; } /** * gsasl_decode_inline: * @sctx: libgsasl session handle. * @input: input byte array. * @input_len: size of input byte array. * @output: output byte array. * @output_len: size of output byte array. * * Decode data according to negotiated SASL mechanism. This might mean * that data is integrity or privacy protected. * * Return value: Returns %GSASL_OK if encoding was successful, * otherwise an error code. * * Deprecated: Use gsasl_decode() instead. * * Since: 0.2.0 **/ int gsasl_decode_inline (Gsasl_session * sctx, const char *input, size_t input_len, char *output, size_t * output_len) { char *tmp; size_t tmplen; int res; res = gsasl_decode (sctx, input, input_len, &tmp, &tmplen); if (res == GSASL_OK) { if (*output_len < tmplen) return GSASL_TOO_SMALL_BUFFER; *output_len = tmplen; memcpy (output, tmp, tmplen); free (output); } return res; } /** * gsasl_application_data_set: * @ctx: libgsasl handle. * @appdata: opaque pointer to application specific data. * * Store application specific data in the libgsasl handle. The * application data can be later (for instance, inside a callback) be * retrieved by calling gsasl_application_data_get(). It is normally * used by the application to maintain state between the main program * and the callback. * * Deprecated: Use gsasl_callback_hook_set() instead. **/ void gsasl_application_data_set (Gsasl * ctx, void *appdata) { ctx->application_hook = appdata; } /** * gsasl_application_data_get: * @ctx: libgsasl handle. * * Retrieve application specific data from libgsasl handle. The * application data is set using gsasl_application_data_set(). It is * normally used by the application to maintain state between the main * program and the callback. * * Return value: Returns the application specific data, or NULL. * * Deprecated: Use gsasl_callback_hook_get() instead. **/ void * gsasl_application_data_get (Gsasl * ctx) { return ctx->application_hook; } /** * gsasl_appinfo_set: * @sctx: libgsasl session handle. * @appdata: opaque pointer to application specific data. * * Store application specific data in the libgsasl session handle. * The application data can be later (for instance, inside a callback) * be retrieved by calling gsasl_appinfo_get(). It is normally used * by the application to maintain state between the main program and * the callback. * * Deprecated: Use gsasl_callback_hook_set() instead. **/ void gsasl_appinfo_set (Gsasl_session * sctx, void *appdata) { sctx->application_data = appdata; } /** * gsasl_appinfo_get: * @sctx: libgsasl session handle. * * Retrieve application specific data from libgsasl session * handle. The application data is set using gsasl_appinfo_set(). It * is normally used by the application to maintain state between the * main program and the callback. * * Return value: Returns the application specific data, or NULL. * * Deprecated: Use gsasl_callback_hook_get() instead. **/ void * gsasl_appinfo_get (Gsasl_session * sctx) { return sctx->application_data; } /** * gsasl_server_suggest_mechanism: * @ctx: libgsasl handle. * @mechlist: input character array with SASL mechanism names, * separated by invalid characters (e.g. SPC). * * Get name of "best" SASL mechanism supported by the libgsasl server * which is present in the input string. * * Return value: Returns name of "best" SASL mechanism supported by * the libgsasl server which is present in the input string. * * Deprecated: This function was never useful, since it is the client * that chose which mechanism to use. **/ const char * gsasl_server_suggest_mechanism (Gsasl * ctx, const char *mechlist) { return NULL; /* This function is just silly. */ } /** * gsasl_client_callback_authentication_id_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to set the * authentication identity. The function can be later retrieved using * gsasl_client_callback_authentication_id_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_authentication_id_set (Gsasl * ctx, Gsasl_client_callback_authentication_id cb) { ctx->cbc_authentication_id = cb; } /** * gsasl_client_callback_authentication_id_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_authentication_id_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_authentication_id_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_authentication_id gsasl_client_callback_authentication_id_get (Gsasl * ctx) { return ctx ? ctx->cbc_authentication_id : NULL; } /** * gsasl_client_callback_authorization_id_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to set the * authorization identity. The function can be later retrieved using * gsasl_client_callback_authorization_id_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_authorization_id_set (Gsasl * ctx, Gsasl_client_callback_authorization_id cb) { ctx->cbc_authorization_id = cb; } /** * gsasl_client_callback_authorization_id_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_authorization_id_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_authorization_id_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_authorization_id gsasl_client_callback_authorization_id_get (Gsasl * ctx) { return ctx ? ctx->cbc_authorization_id : NULL; } /** * gsasl_client_callback_password_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to set the * password. The function can be later retrieved using * gsasl_client_callback_password_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_password_set (Gsasl * ctx, Gsasl_client_callback_password cb) { ctx->cbc_password = cb; } /** * gsasl_client_callback_password_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_password_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_password_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_password gsasl_client_callback_password_get (Gsasl * ctx) { return ctx ? ctx->cbc_password : NULL; } /** * gsasl_client_callback_passcode_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to set the * passcode. The function can be later retrieved using * gsasl_client_callback_passcode_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_passcode_set (Gsasl * ctx, Gsasl_client_callback_passcode cb) { ctx->cbc_passcode = cb; } /** * gsasl_client_callback_passcode_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_passcode_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_passcode_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_passcode gsasl_client_callback_passcode_get (Gsasl * ctx) { return ctx ? ctx->cbc_passcode : NULL; } /** * gsasl_client_callback_pin_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to chose a new * pin, possibly suggested by the server, for the SECURID mechanism. * This is not normally invoked, but only when the server requests it. * The function can be later retrieved using * gsasl_client_callback_pin_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_pin_set (Gsasl * ctx, Gsasl_client_callback_pin cb) { ctx->cbc_pin = cb; } /** * gsasl_client_callback_pin_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_pin_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_pin_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_pin gsasl_client_callback_pin_get (Gsasl * ctx) { return ctx ? ctx->cbc_pin : NULL; } /** * gsasl_client_callback_service_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to set the name * of the service. The service buffer should be a registered GSSAPI * host-based service name, hostname the name of the server. * Servicename is used by DIGEST-MD5 and should be the name of generic * server in case of a replicated service. The function can be later * retrieved using gsasl_client_callback_service_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_service_set (Gsasl * ctx, Gsasl_client_callback_service cb) { ctx->cbc_service = cb; } /** * gsasl_client_callback_service_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_service_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_service_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_service gsasl_client_callback_service_get (Gsasl * ctx) { return ctx ? ctx->cbc_service : NULL; } /** * gsasl_client_callback_anonymous_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to set the * anonymous token, which usually is the users email address. The * function can be later retrieved using * gsasl_client_callback_anonymous_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_anonymous_set (Gsasl * ctx, Gsasl_client_callback_anonymous cb) { ctx->cbc_anonymous = cb; } /** * gsasl_client_callback_anonymous_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_anonymous_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_anonymous_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_anonymous gsasl_client_callback_anonymous_get (Gsasl * ctx) { return ctx ? ctx->cbc_anonymous : NULL; } /** * gsasl_client_callback_qop_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to determine the * qop to use after looking at what the server offered. The function * can be later retrieved using gsasl_client_callback_qop_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_qop_set (Gsasl * ctx, Gsasl_client_callback_qop cb) { ctx->cbc_qop = cb; } /** * gsasl_client_callback_qop_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_qop_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_qop_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_qop gsasl_client_callback_qop_get (Gsasl * ctx) { return ctx ? ctx->cbc_qop : NULL; } /** * gsasl_client_callback_maxbuf_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to inform the * server of the largest buffer the client is able to receive when * using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of * Protection (qop). If this directive is missing, the default value * 65536 will be assumed. The function can be later retrieved using * gsasl_client_callback_maxbuf_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_maxbuf_set (Gsasl * ctx, Gsasl_client_callback_maxbuf cb) { ctx->cbc_maxbuf = cb; } /** * gsasl_client_callback_maxbuf_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_maxbuf_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_maxbuf_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_maxbuf gsasl_client_callback_maxbuf_get (Gsasl * ctx) { return ctx ? ctx->cbc_maxbuf : NULL; } /** * gsasl_client_callback_realm_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the client to know which * realm it belongs to. The realm is used by the server to determine * which username and password to use. The function can be later * retrieved using gsasl_client_callback_realm_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_client_callback_realm_set (Gsasl * ctx, Gsasl_client_callback_realm cb) { ctx->cbc_realm = cb; } /** * gsasl_client_callback_realm_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_client_callback_realm_set(). * * Return value: Returns the callback earlier set by calling * gsasl_client_callback_realm_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_client_callback_realm gsasl_client_callback_realm_get (Gsasl * ctx) { return ctx ? ctx->cbc_realm : NULL; } /** * gsasl_server_callback_validate_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for deciding if * user is authenticated using authentication identity, authorization * identity and password. The function can be later retrieved using * gsasl_server_callback_validate_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_validate_set (Gsasl * ctx, Gsasl_server_callback_validate cb) { ctx->cbs_validate = cb; } /** * gsasl_server_callback_validate_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_validate_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_validate_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_validate gsasl_server_callback_validate_get (Gsasl * ctx) { return ctx ? ctx->cbs_validate : NULL; } /** * gsasl_server_callback_retrieve_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for deciding if * user is authenticated using authentication identity, authorization * identity and password. The function can be later retrieved using * gsasl_server_callback_retrieve_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_retrieve_set (Gsasl * ctx, Gsasl_server_callback_retrieve cb) { ctx->cbs_retrieve = cb; } /** * gsasl_server_callback_retrieve_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_retrieve_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_retrieve_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_retrieve gsasl_server_callback_retrieve_get (Gsasl * ctx) { return ctx ? ctx->cbs_retrieve : NULL; } /** * gsasl_server_callback_cram_md5_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for deciding if * user is authenticated using CRAM-MD5 challenge and response. The * function can be later retrieved using * gsasl_server_callback_cram_md5_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_cram_md5_set (Gsasl * ctx, Gsasl_server_callback_cram_md5 cb) { ctx->cbs_cram_md5 = cb; } /** * gsasl_server_callback_cram_md5_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_cram_md5_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_cram_md5_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_cram_md5 gsasl_server_callback_cram_md5_get (Gsasl * ctx) { return ctx ? ctx->cbs_cram_md5 : NULL; } /** * gsasl_server_callback_digest_md5_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for retrieving * the secret hash of the username, realm and password for use in the * DIGEST-MD5 mechanism. The function can be later retrieved using * gsasl_server_callback_digest_md5_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_digest_md5_set (Gsasl * ctx, Gsasl_server_callback_digest_md5 cb) { ctx->cbs_digest_md5 = cb; } /** * gsasl_server_callback_digest_md5_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_digest_md5_set(). * * Return value: Return the callback earlier set by calling * gsasl_server_callback_digest_md5_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_digest_md5 gsasl_server_callback_digest_md5_get (Gsasl * ctx) { return ctx->cbs_digest_md5; } /** * gsasl_server_callback_external_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for deciding if * user is authenticated out of band. The function can be later * retrieved using gsasl_server_callback_external_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_external_set (Gsasl * ctx, Gsasl_server_callback_external cb) { ctx->cbs_external = cb; } /** * gsasl_server_callback_external_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_external_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_external_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_external gsasl_server_callback_external_get (Gsasl * ctx) { return ctx ? ctx->cbs_external : NULL; } /** * gsasl_server_callback_anonymous_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for deciding if * user is permitted anonymous access. The function can be later * retrieved using gsasl_server_callback_anonymous_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_anonymous_set (Gsasl * ctx, Gsasl_server_callback_anonymous cb) { ctx->cbs_anonymous = cb; } /** * gsasl_server_callback_anonymous_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_anonymous_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_anonymous_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_anonymous gsasl_server_callback_anonymous_get (Gsasl * ctx) { return ctx ? ctx->cbs_anonymous : NULL; } /** * gsasl_server_callback_realm_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server to know which * realm it serves. The realm is used by the user to determine which * username and password to use. The function can be later retrieved * using gsasl_server_callback_realm_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_realm_set (Gsasl * ctx, Gsasl_server_callback_realm cb) { ctx->cbs_realm = cb; } /** * gsasl_server_callback_realm_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_realm_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_realm_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_realm gsasl_server_callback_realm_get (Gsasl * ctx) { return ctx ? ctx->cbs_realm : NULL; } /** * gsasl_server_callback_qop_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server to know which * quality of protection it accepts. The quality of protection * eventually used is selected by the client though. It is currently * used by the DIGEST-MD5 mechanism. The function can be later * retrieved using gsasl_server_callback_qop_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_qop_set (Gsasl * ctx, Gsasl_server_callback_qop cb) { ctx->cbs_qop = cb; } /** * gsasl_server_callback_qop_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_qop_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_qop_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_qop gsasl_server_callback_qop_get (Gsasl * ctx) { return ctx ? ctx->cbs_qop : NULL; } /** * gsasl_server_callback_maxbuf_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server to inform the * client of the largest buffer the server is able to receive when * using the DIGEST-MD5 "auth-int" or "auth-conf" Quality of * Protection (qop). If this directive is missing, the default value * 65536 will be assumed. The function can be later retrieved using * gsasl_server_callback_maxbuf_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_maxbuf_set (Gsasl * ctx, Gsasl_server_callback_maxbuf cb) { ctx->cbs_maxbuf = cb; } /** * gsasl_server_callback_maxbuf_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_maxbuf_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_maxbuf_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_maxbuf gsasl_server_callback_maxbuf_get (Gsasl * ctx) { return ctx ? ctx->cbs_maxbuf : NULL; } /** * gsasl_server_callback_cipher_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server to inform the * client of the cipher suites supported. The DES and 3DES ciphers * must be supported for interoperability. It is currently used by * the DIGEST-MD5 mechanism. The function can be later retrieved * using gsasl_server_callback_cipher_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_cipher_set (Gsasl * ctx, Gsasl_server_callback_cipher cb) { ctx->cbs_cipher = cb; } /** * gsasl_server_callback_cipher_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_cipher_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_cipher_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_cipher gsasl_server_callback_cipher_get (Gsasl * ctx) { return ctx ? ctx->cbs_cipher : NULL; } /** * gsasl_server_callback_securid_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for validating a * user via the SECURID mechanism. The function should return * GSASL_OK if user authenticated successfully, * GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE if it wants another * passcode, GSASL_SECURID_SERVER_NEED_NEW_PIN if it wants a PIN * change, or an error. When (and only when) * GSASL_SECURID_SERVER_NEED_NEW_PIN is returned, suggestpin can be * populated with a PIN code the server suggests, and suggestpinlen * set to the length of the PIN. The function can be later retrieved * using gsasl_server_callback_securid_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_securid_set (Gsasl * ctx, Gsasl_server_callback_securid cb) { ctx->cbs_securid = cb; } /** * gsasl_server_callback_securid_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_securid_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_securid_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_securid gsasl_server_callback_securid_get (Gsasl * ctx) { return ctx ? ctx->cbs_securid : NULL; } /** * gsasl_server_callback_gssapi_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server for checking if * a GSSAPI user is authorized for username (by, e.g., calling * krb5_kuserok). The function should return GSASL_OK if the user * should be permitted access, or an error code such as * GSASL_AUTHENTICATION_ERROR on failure. The function can be later * retrieved using gsasl_server_callback_gssapi_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_gssapi_set (Gsasl * ctx, Gsasl_server_callback_gssapi cb) { ctx->cbs_gssapi = cb; } /** * gsasl_server_callback_gssapi_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_gssapi_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_gssapi_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_gssapi gsasl_server_callback_gssapi_get (Gsasl * ctx) { return ctx ? ctx->cbs_gssapi : NULL; } /** * gsasl_server_callback_service_set: * @ctx: libgsasl handle. * @cb: callback function * * Specify the callback function to use in the server to set the name * of the service. The service buffer should be a registered GSSAPI * host-based service name, hostname the name of the server. The * function can be later retrieved using * gsasl_server_callback_service_get(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ void gsasl_server_callback_service_set (Gsasl * ctx, Gsasl_server_callback_service cb) { ctx->cbs_service = cb; } /** * gsasl_server_callback_service_get: * @ctx: libgsasl handle. * * Get the callback earlier set by calling * gsasl_server_callback_service_set(). * * Return value: Returns the callback earlier set by calling * gsasl_server_callback_service_set(). * * Deprecated: This function is part of the old callback interface. * The new interface uses gsasl_callback_set() to set the application * callback, and uses gsasl_callback() or gsasl_property_get() to * invoke the callback for certain properties. **/ Gsasl_server_callback_service gsasl_server_callback_service_get (Gsasl * ctx) { return ctx ? ctx->cbs_service : NULL; } #if HAVE_LIBIDN #include #endif /** * gsasl_stringprep_nfkc: * @in: a UTF-8 encoded string. * @len: length of @str, in bytes, or -1 if @str is nul-terminated. * * Converts a string into canonical form, standardizing such issues as * whether a character with an accent is represented as a base * character and combining accent or as a single precomposed * character. * * The normalization mode is NFKC (ALL COMPOSE). It standardizes * differences that do not affect the text content, such as the * above-mentioned accent representation. It standardizes the * "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to * the standard forms (in this case DIGIT THREE). Formatting * information may be lost but for most text operations such * characters should be considered the same. It returns a result with * composed forms rather than a maximally decomposed form. * * Return value: Return a newly allocated string, that is the NFKC * normalized form of @str, or NULL on error. * * Deprecated: No replacement functionality in GNU SASL, use GNU * Libidn instead. Note that in SASL, you most likely want to use * SASLprep and not bare NFKC, see gsasl_saslprep(). **/ char * gsasl_stringprep_nfkc (const char *in, ssize_t len) { char *out = NULL; #if HAVE_LIBIDN out = stringprep_utf8_nfkc_normalize (in, len); #endif return out; } /** * gsasl_stringprep_saslprep: * @in: input ASCII or UTF-8 string with data to prepare according to SASLprep. * @stringprep_rc: pointer to output variable with stringprep error code, * or NULL to indicate that you don't care about it. * * Process a Unicode string for comparison, according to the * "SASLprep" stringprep profile. This function is intended to be * used by Simple Authentication and Security Layer (SASL) mechanisms * (such as PLAIN, CRAM-MD5, and DIGEST-MD5) as well as other * protocols exchanging user names and/or passwords. * * Return value: Return a newly allocated string that is the * "SASLprep" processed form of the input string, or NULL on error, * in which case @stringprep_rc contain the stringprep library error * code. * * Deprecated: Use gsasl_saslprep() instead. **/ char * gsasl_stringprep_saslprep (const char *in, int *stringprep_rc) { char *out = NULL; #if HAVE_LIBIDN int rc; rc = stringprep_profile (in, &out, "SASLprep", 0); if (stringprep_rc) *stringprep_rc = rc; if (rc != STRINGPREP_OK) out = NULL; #endif return out; } /** * gsasl_stringprep_trace: * @in: input ASCII or UTF-8 string with data to prepare according to "trace". * @stringprep_rc: pointer to output variable with stringprep error code, * or NULL to indicate that you don't care about it. * * Process a Unicode string for use as trace information, according to * the "trace" stringprep profile. The profile is designed for use * with the SASL ANONYMOUS Mechanism. * * Return value: Return a newly allocated string that is the "trace" * processed form of the input string, or NULL on error, in which * case @stringprep_rc contain the stringprep library error code. * * Deprecated: No replacement functionality in GNU SASL, use GNU * Libidn instead. **/ char * gsasl_stringprep_trace (const char *in, int *stringprep_rc) { char *out = NULL; #if HAVE_LIBIDN int rc; rc = stringprep_profile (in, &out, "trace", 0); if (stringprep_rc) *stringprep_rc = rc; if (rc != STRINGPREP_OK) out = NULL; #endif return out; } /** * gsasl_md5pwd_get_password: * @filename: filename of file containing passwords. * @username: username string. * @key: output character array. * @keylen: input maximum size of output character array, on output * contains actual length of output array. * * Retrieve password for user from specified file. To find out how * large the output array must be, call this function with out=NULL. * * The file should be on the UoW "MD5 Based Authentication" format, * which means it is in text format with comments denoted by # first * on the line, with user entries looking as "usernameTABpassword". * This function removes CR and LF at the end of lines before * processing. TAB, CR, and LF denote ASCII values 9, 13, and 10, * respectively. * * Return value: Return GSASL_OK if output buffer contains the * password, GSASL_AUTHENTICATION_ERROR if the user could not be * found, or other error code. * * Deprecated: Use gsasl_simple_getpass() instead. **/ int gsasl_md5pwd_get_password (const char *filename, const char *username, char *key, size_t * keylen) { char *tmp; size_t tmplen; int res; FILE *fh; fh = fopen (filename, "r"); if (fh == NULL) return GSASL_FOPEN_ERROR; fclose (fh); res = gsasl_simple_getpass (filename, username, &tmp); if (res != GSASL_OK) return res; tmplen = strlen (tmp); if (*keylen < tmplen + 1) { free (tmp); return GSASL_TOO_SMALL_BUFFER; } *keylen = tmplen; if (key) memcpy (key, tmp, tmplen); free (tmp); return GSASL_OK; } #include /** * gsasl_base64_encode: * @src: input byte array * @srclength: size of input byte array * @target: output byte array * @targsize: size of output byte array * * Encode data as base64. Converts characters, three at a time, * starting at src into four base64 characters in the target area * until the entire input buffer is encoded. * * Return value: Returns the number of data bytes stored at the * target, or -1 on error. * * Deprecated: Use gsasl_base64_to() instead. **/ int gsasl_base64_encode (char const *src, size_t srclength, char *target, size_t targsize) { int rc; char *out; size_t outlen; int copied; rc = gsasl_base64_to (src, srclength, &out, &outlen); if (rc) return -1; copied = MIN (outlen, targsize); memcpy (target, out, copied); free (out); return copied; } /** * gsasl_base64_decode: * @src: input byte array * @target: output byte array * @targsize: size of output byte array * * Decode Base64 data. Skips all whitespace anywhere. Converts * characters, four at a time, starting at (or after) src from Base64 * numbers into three 8 bit bytes in the target area. * * Return value: Returns the number of data bytes stored at the * target, or -1 on error. * * Deprecated: Use gsasl_base64_from() instead. **/ int gsasl_base64_decode (char const *src, char *target, size_t targsize) { int rc; char *out; size_t outlen; int copied; rc = gsasl_base64_from (src, strlen (src), &out, &outlen); if (rc) return -1; copied = MIN (outlen, targsize); memcpy (target, out, copied); free (out); return copied; } static const char * pmap (Gsasl_session * sctx, Gsasl_property prop, char *buf, size_t buflen) { int res; buf[0] = '\0'; /* Translate obsolete callbacks to modern properties. */ switch (prop) { case GSASL_SERVICE: { Gsasl_client_callback_service cb_service = gsasl_client_callback_service_get (sctx->ctx); if (!cb_service) break; res = cb_service (sctx, buf, &buflen, NULL, 0, NULL, 0); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_HOSTNAME: { Gsasl_client_callback_service cb_service = gsasl_client_callback_service_get (sctx->ctx); if (!cb_service) break; res = cb_service (sctx, NULL, 0, buf, &buflen, NULL, 0); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_ANONYMOUS_TOKEN: { Gsasl_client_callback_anonymous cb_anonymous = gsasl_client_callback_anonymous_get (sctx->ctx); if (!cb_anonymous) break; res = cb_anonymous (sctx, buf, &buflen); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_AUTHID: { Gsasl_client_callback_authentication_id cb_authentication_id = gsasl_client_callback_authentication_id_get (sctx->ctx); if (!cb_authentication_id) break; res = cb_authentication_id (sctx, buf, &buflen); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_AUTHZID: { Gsasl_client_callback_authorization_id cb_authorization_id = gsasl_client_callback_authorization_id_get (sctx->ctx); if (!cb_authorization_id) break; res = cb_authorization_id (sctx, buf, &buflen); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_PASSWORD: { Gsasl_client_callback_password cb_password = gsasl_client_callback_password_get (sctx->ctx); if (!cb_password) break; res = cb_password (sctx, buf, &buflen); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_PASSCODE: { Gsasl_client_callback_passcode cb_passcode = gsasl_client_callback_passcode_get (sctx->ctx); if (!cb_passcode) break; res = cb_passcode (sctx, buf, &buflen); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_PIN: { Gsasl_client_callback_pin cb_pin = gsasl_client_callback_pin_get (sctx->ctx); if (!cb_pin) break; res = cb_pin (sctx, sctx->suggestedpin, buf, &buflen); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } case GSASL_REALM: { Gsasl_client_callback_realm cb_realm = gsasl_client_callback_realm_get (sctx->ctx); if (!cb_realm) break; res = cb_realm (sctx, buf, &buflen); if (res != GSASL_OK) break; buf[buflen] = '\0'; gsasl_property_set (sctx, prop, buf); break; } #if USE_DIGEST_MD5 case GSASL_QOP: { Gsasl_client_callback_qop cb_qop = gsasl_client_callback_qop_get (sctx->ctx); int serverqops; Gsasl_qop qop; if (!cb_qop) break; serverqops = digest_md5_qopstr2qops (sctx->qops); if (serverqops == -1) return NULL; qop = cb_qop (sctx, serverqops); if (qop & 0x07) gsasl_property_set (sctx, prop, digest_md5_qops2qopstr (qop)); break; } break; #endif default: break; } return gsasl_property_fast (sctx, prop); } const char * _gsasl_obsolete_property_map (Gsasl_session * sctx, Gsasl_property prop) { const char *ret; char *buf; buf = malloc (BUFSIZ); if (!buf) return NULL; ret = pmap (sctx, prop, buf, BUFSIZ - 1); free (buf); return ret; } int _gsasl_obsolete_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int res; /* Call obsolete callbacks. */ switch (prop) { case GSASL_VALIDATE_ANONYMOUS: { Gsasl_server_callback_anonymous cb_anonymous; if (!sctx->anonymous_token) break; cb_anonymous = gsasl_server_callback_anonymous_get (sctx->ctx); if (!cb_anonymous) break; res = cb_anonymous (sctx, sctx->anonymous_token); return res; break; } case GSASL_VALIDATE_EXTERNAL: { Gsasl_server_callback_external cb_external = gsasl_server_callback_external_get (sctx->ctx); if (!cb_external) break; res = cb_external (sctx); return res; break; } case GSASL_VALIDATE_SECURID: { Gsasl_server_callback_securid cb_securid = gsasl_server_callback_securid_get (sctx->ctx); #define MAX_SECURID 32 /* See RFC 2808. */ char buf[MAX_SECURID + 1]; size_t buflen = MAX_SECURID; if (!cb_securid) break; res = cb_securid (sctx, sctx->authid, sctx->authzid, sctx->passcode, sctx->pin, buf, &buflen); if (buflen > 0 && buflen < MAX_SECURID) { buf[buflen] = '\0'; gsasl_property_set (sctx, GSASL_SUGGESTED_PIN, buf); } return res; break; } case GSASL_VALIDATE_GSSAPI: { Gsasl_server_callback_gssapi cb_gssapi = gsasl_server_callback_gssapi_get (sctx->ctx); if (!cb_gssapi) break; res = cb_gssapi (sctx, sctx->gssapi_display_name, sctx->authzid); return res; break; } case GSASL_VALIDATE_SIMPLE: { Gsasl_server_callback_validate cb_validate = gsasl_server_callback_validate_get (sctx->ctx); if (!cb_validate) break; res = cb_validate (sctx, sctx->authzid, sctx->authid, sctx->password); return res; break; } case GSASL_PASSWORD: { Gsasl_server_callback_retrieve cb_retrieve = gsasl_server_callback_retrieve_get (sctx->ctx); char *buf; size_t buflen = BUFSIZ - 1; if (!cb_retrieve) break; buf = malloc (BUFSIZ); if (!buf) return GSASL_MALLOC_ERROR; res = cb_retrieve (sctx, sctx->authid, sctx->authzid, sctx->hostname, buf, &buflen); if (res == GSASL_OK) gsasl_property_set_raw (sctx, GSASL_PASSWORD, buf, buflen); /* FIXME else if (res == GSASL_TOO_SMALL_BUFFER)... */ free (buf); return res; break; } #if USE_DIGEST_MD5 case GSASL_QOPS: { Gsasl_server_callback_qop cb_qop = gsasl_server_callback_qop_get (sctx->ctx); Gsasl_qop qops; if (!cb_qop) break; qops = cb_qop (sctx); if (qops & 0x07) gsasl_property_set (sctx, GSASL_QOPS, digest_md5_qops2qopstr (qops)); return GSASL_OK; break; } #endif default: break; } return GSASL_NO_CALLBACK; } gsasl-1.8.0/lib/config.h.in0000664000000000000000000010271011760730700012315 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Define to the number of bits in type 'ptrdiff_t'. */ #undef BITSIZEOF_PTRDIFF_T /* Define to the number of bits in type 'sig_atomic_t'. */ #undef BITSIZEOF_SIG_ATOMIC_T /* Define to the number of bits in type 'size_t'. */ #undef BITSIZEOF_SIZE_T /* Define to the number of bits in type 'wchar_t'. */ #undef BITSIZEOF_WCHAR_T /* Define to the number of bits in type 'wint_t'. */ #undef BITSIZEOF_WINT_T /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP systems. This function is required for 'alloca.c' support on those systems. */ #undef CRAY_STACKSEG_END /* Define to 1 if using 'alloca.c'. */ #undef C_ALLOCA /* Define as the bit index in the word where to find bit 0 of the exponent of 'double'. */ #undef DBL_EXPBIT0_BIT /* Define as the word index where to find the exponent of 'double'. */ #undef DBL_EXPBIT0_WORD /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module gc-hmac-md5 shall be considered present. */ #undef GNULIB_GC_HMAC_MD5 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module gc-hmac-sha1 shall be considered present. */ #undef GNULIB_GC_HMAC_SHA1 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module gc-md5 shall be considered present. */ #undef GNULIB_GC_MD5 /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module gc-random shall be considered present. */ #undef GNULIB_GC_RANDOM /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module gc-sha1 shall be considered present. */ #undef GNULIB_GC_SHA1 /* Define to 1 when the gnulib module fdopen should be tested. */ #undef GNULIB_TEST_FDOPEN /* Define to 1 when the gnulib module getdelim should be tested. */ #undef GNULIB_TEST_GETDELIM /* Define to 1 when the gnulib module getline should be tested. */ #undef GNULIB_TEST_GETLINE /* Define to 1 when the gnulib module getpagesize should be tested. */ #undef GNULIB_TEST_GETPAGESIZE /* Define to 1 when the gnulib module memchr should be tested. */ #undef GNULIB_TEST_MEMCHR /* Define to 1 when the gnulib module memmem should be tested. */ #undef GNULIB_TEST_MEMMEM /* Define to 1 when the gnulib module realloc-posix should be tested. */ #undef GNULIB_TEST_REALLOC_POSIX /* Define to 1 when the gnulib module strndup should be tested. */ #undef GNULIB_TEST_STRNDUP /* Define to 1 when the gnulib module strnlen should be tested. */ #undef GNULIB_TEST_STRNLEN /* Define to 1 when the gnulib module strverscmp should be tested. */ #undef GNULIB_TEST_STRVERSCMP /* Define to 1 when the gnulib module vasprintf should be tested. */ #undef GNULIB_TEST_VASPRINTF /* Define to 1 if you don't want backwards compatibility code. */ #undef GSASL_NO_OBSOLETE /* Define to 1 if you have 'alloca' after including , a header that may be supplied by this distribution. */ #undef HAVE_ALLOCA /* Define to 1 if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define to 1 if you have the header file. */ #undef HAVE_BP_SYM_H /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the declaration of `alarm', and to 0 if you don't. */ #undef HAVE_DECL_ALARM /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_GETC_UNLOCKED /* Define to 1 if you have the declaration of `getdelim', and to 0 if you don't. */ #undef HAVE_DECL_GETDELIM /* Define to 1 if you have the declaration of `getline', and to 0 if you don't. */ #undef HAVE_DECL_GETLINE /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't. */ #undef HAVE_DECL_MEMMEM /* Define to 1 if you have the declaration of `strndup', and to 0 if you don't. */ #undef HAVE_DECL_STRNDUP /* Define to 1 if you have the declaration of `strnlen', and to 0 if you don't. */ #undef HAVE_DECL_STRNLEN /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you don't. */ #undef HAVE_DECL__SNPRINTF /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the header file. */ #undef HAVE_FEATURES_H /* Define to 1 if you have the `flockfile' function. */ #undef HAVE_FLOCKFILE /* Define to 1 if you have the `funlockfile' function. */ #undef HAVE_FUNLOCKFILE /* Define to 1 if you have the `getdelim' function. */ #undef HAVE_GETDELIM /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_GSSAPI_GSSAPI_H /* Define to 1 if you have the header file. */ #undef HAVE_GSSAPI_H /* Define to 1 if you have the `GSS_C_NT_HOSTBASED_SERVICE' function. */ #undef HAVE_GSS_C_NT_HOSTBASED_SERVICE /* Define to 1 if you have the `gss_decapsulate_token' function. */ #undef HAVE_GSS_DECAPSULATE_TOKEN /* Define to 1 if you have the `gss_encapsulate_token' function. */ #undef HAVE_GSS_ENCAPSULATE_TOKEN /* Define to 1 if you have the `gss_inquire_mech_for_saslname' function. */ #undef HAVE_GSS_INQUIRE_MECH_FOR_SASLNAME /* Define to 1 if you have the `gss_oid_equal' function. */ #undef HAVE_GSS_OID_EQUAL /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define if you have the 'intmax_t' type in or . */ #undef HAVE_INTMAX_T /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if exists, doesn't clash with , and declares uintmax_t. */ #undef HAVE_INTTYPES_H_WITH_UINTMAX /* Define if you have the libgcrypt library. */ #undef HAVE_LIBGCRYPT /* Define if you have the libgss library. */ #undef HAVE_LIBGSS /* Define if you have the libgssapi32 library. */ #undef HAVE_LIBGSSAPI32 /* Define if you have the libidn library. */ #undef HAVE_LIBIDN /* Define if you have the libntlm library. */ #undef HAVE_LIBNTLM /* Define if you have the libshishi library. */ #undef HAVE_LIBSHISHI /* Define to 1 if the system has the type `long long int'. */ #undef HAVE_LONG_LONG_INT /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including config.h and . */ #undef HAVE_MAP_ANONYMOUS /* Define to 1 if you have the `mbrtowc' function. */ #undef HAVE_MBRTOWC /* Define to 1 if you have the `memmem' function. */ #undef HAVE_MEMMEM /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if defines the MIN and MAX macros. */ #undef HAVE_MINMAX_IN_LIMITS_H /* Define to 1 if defines the MIN and MAX macros. */ #undef HAVE_MINMAX_IN_SYS_PARAM_H /* Define to 1 if you have the `mprotect' function. */ #undef HAVE_MPROTECT /* Define to 1 on MSVC platforms that have the "invalid parameter handler" concept. */ #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER /* Define to 1 if you have the header file. */ #undef HAVE_OS_H /* Define to 1 if you have the `pr29_8z' function. */ #undef HAVE_PR29_8Z /* Define to 1 if you have the header file. */ #undef HAVE_PR29_H /* Define to 1 if atoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ATOLL /* Define to 1 if btowc is declared even after undefining macros. */ #undef HAVE_RAW_DECL_BTOWC /* Define to 1 if canonicalize_file_name is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME /* Define to 1 if chdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CHDIR /* Define to 1 if chown is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CHOWN /* Define to 1 if dprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DPRINTF /* Define to 1 if dup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP /* Define to 1 if dup2 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP2 /* Define to 1 if dup3 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP3 /* Define to 1 if endusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ENDUSERSHELL /* Define to 1 if environ is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ENVIRON /* Define to 1 if euidaccess is declared even after undefining macros. */ #undef HAVE_RAW_DECL_EUIDACCESS /* Define to 1 if faccessat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FACCESSAT /* Define to 1 if fchdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCHDIR /* Define to 1 if fchownat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCHOWNAT /* Define to 1 if fdatasync is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FDATASYNC /* Define to 1 if ffsl is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FFSL /* Define to 1 if ffsll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FFSLL /* Define to 1 if fpurge is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FPURGE /* Define to 1 if fseeko is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSEEKO /* Define to 1 if fsync is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSYNC /* Define to 1 if ftello is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FTELLO /* Define to 1 if ftruncate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FTRUNCATE /* Define to 1 if getcwd is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETCWD /* Define to 1 if getdelim is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDELIM /* Define to 1 if getdomainname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDOMAINNAME /* Define to 1 if getdtablesize is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDTABLESIZE /* Define to 1 if getgroups is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETGROUPS /* Define to 1 if gethostname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETHOSTNAME /* Define to 1 if getline is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLINE /* Define to 1 if getloadavg is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOADAVG /* Define to 1 if getlogin is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOGIN /* Define to 1 if getlogin_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOGIN_R /* Define to 1 if getpagesize is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETPAGESIZE /* Define to 1 if gets is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETS /* Define to 1 if getsubopt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETSUBOPT /* Define to 1 if getusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETUSERSHELL /* Define to 1 if grantpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GRANTPT /* Define to 1 if group_member is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GROUP_MEMBER /* Define to 1 if imaxabs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_IMAXABS /* Define to 1 if imaxdiv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_IMAXDIV /* Define to 1 if initstate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INITSTATE /* Define to 1 if initstate_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INITSTATE_R /* Define to 1 if isatty is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ISATTY /* Define to 1 if lchown is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LCHOWN /* Define to 1 if link is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LINK /* Define to 1 if linkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LINKAT /* Define to 1 if lseek is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LSEEK /* Define to 1 if mbrlen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBRLEN /* Define to 1 if mbrtowc is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBRTOWC /* Define to 1 if mbsinit is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBSINIT /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBSNRTOWCS /* Define to 1 if mbsrtowcs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBSRTOWCS /* Define to 1 if memmem is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMMEM /* Define to 1 if mempcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMPCPY /* Define to 1 if memrchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMRCHR /* Define to 1 if mkdtemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKDTEMP /* Define to 1 if mkostemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKOSTEMP /* Define to 1 if mkostemps is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKOSTEMPS /* Define to 1 if mkstemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKSTEMP /* Define to 1 if mkstemps is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKSTEMPS /* Define to 1 if pclose is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PCLOSE /* Define to 1 if pipe is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PIPE /* Define to 1 if pipe2 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PIPE2 /* Define to 1 if popen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_POPEN /* Define to 1 if posix_openpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_POSIX_OPENPT /* Define to 1 if pread is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PREAD /* Define to 1 if ptsname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PTSNAME /* Define to 1 if ptsname_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PTSNAME_R /* Define to 1 if pwrite is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PWRITE /* Define to 1 if random is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RANDOM /* Define to 1 if random_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RANDOM_R /* Define to 1 if rawmemchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RAWMEMCHR /* Define to 1 if readlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_READLINK /* Define to 1 if readlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_READLINKAT /* Define to 1 if realpath is declared even after undefining macros. */ #undef HAVE_RAW_DECL_REALPATH /* Define to 1 if renameat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RENAMEAT /* Define to 1 if rmdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RMDIR /* Define to 1 if rpmatch is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RPMATCH /* Define to 1 if setenv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETENV /* Define to 1 if sethostname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETHOSTNAME /* Define to 1 if setstate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETSTATE /* Define to 1 if setstate_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETSTATE_R /* Define to 1 if setusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETUSERSHELL /* Define to 1 if sleep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SLEEP /* Define to 1 if snprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SNPRINTF /* Define to 1 if srandom is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SRANDOM /* Define to 1 if srandom_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SRANDOM_R /* Define to 1 if stpcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STPCPY /* Define to 1 if stpncpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STPNCPY /* Define to 1 if strcasestr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRCASESTR /* Define to 1 if strchrnul is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRCHRNUL /* Define to 1 if strdup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRDUP /* Define to 1 if strerror_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRERROR_R /* Define to 1 if strncat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNCAT /* Define to 1 if strndup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNDUP /* Define to 1 if strnlen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNLEN /* Define to 1 if strpbrk is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRPBRK /* Define to 1 if strsep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRSEP /* Define to 1 if strsignal is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRSIGNAL /* Define to 1 if strtod is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOD /* Define to 1 if strtoimax is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOIMAX /* Define to 1 if strtok_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOK_R /* Define to 1 if strtoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOLL /* Define to 1 if strtoull is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOULL /* Define to 1 if strtoumax is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOUMAX /* Define to 1 if strverscmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRVERSCMP /* Define to 1 if symlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SYMLINK /* Define to 1 if symlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SYMLINKAT /* Define to 1 if tmpfile is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TMPFILE /* Define to 1 if ttyname_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TTYNAME_R /* Define to 1 if unlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLINK /* Define to 1 if unlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLINKAT /* Define to 1 if unlockpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLOCKPT /* Define to 1 if unsetenv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNSETENV /* Define to 1 if usleep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_USLEEP /* Define to 1 if vdprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_VDPRINTF /* Define to 1 if vsnprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_VSNPRINTF /* Define to 1 if wcpcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCPCPY /* Define to 1 if wcpncpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCPNCPY /* Define to 1 if wcrtomb is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCRTOMB /* Define to 1 if wcscasecmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCASECMP /* Define to 1 if wcscat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCAT /* Define to 1 if wcschr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCHR /* Define to 1 if wcscmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCMP /* Define to 1 if wcscoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCOLL /* Define to 1 if wcscpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCPY /* Define to 1 if wcscspn is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCSPN /* Define to 1 if wcsdup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSDUP /* Define to 1 if wcslen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSLEN /* Define to 1 if wcsncasecmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCASECMP /* Define to 1 if wcsncat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCAT /* Define to 1 if wcsncmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCMP /* Define to 1 if wcsncpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCPY /* Define to 1 if wcsnlen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNLEN /* Define to 1 if wcsnrtombs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNRTOMBS /* Define to 1 if wcspbrk is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSPBRK /* Define to 1 if wcsrchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSRCHR /* Define to 1 if wcsrtombs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSRTOMBS /* Define to 1 if wcsspn is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSSPN /* Define to 1 if wcsstr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSSTR /* Define to 1 if wcstok is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSTOK /* Define to 1 if wcswidth is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSWIDTH /* Define to 1 if wcsxfrm is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSXFRM /* Define to 1 if wctob is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCTOB /* Define to 1 if wcwidth is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCWIDTH /* Define to 1 if wmemchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMCHR /* Define to 1 if wmemcmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMCMP /* Define to 1 if wmemcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMCPY /* Define to 1 if wmemmove is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMMOVE /* Define to 1 if wmemset is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMSET /* Define to 1 if _Exit is declared even after undefining macros. */ #undef HAVE_RAW_DECL__EXIT /* Define if the 'realloc' function is POSIX compliant. */ #undef HAVE_REALLOC_POSIX /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ #undef HAVE_SIGNED_SIG_ATOMIC_T /* Define to 1 if 'wchar_t' is a signed integer type. */ #undef HAVE_SIGNED_WCHAR_T /* Define to 1 if 'wint_t' is a signed integer type. */ #undef HAVE_SIGNED_WINT_T /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* Define if the return value of the snprintf function is the number of of bytes (excluding the terminating NUL) that would have been produced if the buffer had been large enough. */ #undef HAVE_SNPRINTF_RETVAL_C99 /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define if exists, doesn't clash with , and declares uintmax_t. */ #undef HAVE_STDINT_H_WITH_UINTMAX /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strndup' function. */ #undef HAVE_STRNDUP /* Define to 1 if you have the `strnlen' function. */ #undef HAVE_STRNLEN /* Define to 1 if you have the `strverscmp' function. */ #undef HAVE_STRVERSCMP /* Define to 1 if you have the header file. */ #undef HAVE_SYS_BITYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if the system has the type `unsigned long long int'. */ #undef HAVE_UNSIGNED_LONG_LONG_INT /* Define to 1 if you have the `vasnprintf' function. */ #undef HAVE_VASNPRINTF /* Define to 1 if you have the `vasprintf' function. */ #undef HAVE_VASPRINTF /* Define to 1 or 0, depending whether the compiler supports simple visibility declarations. */ #undef HAVE_VISIBILITY /* Define to 1 if you have the header file. */ #undef HAVE_WCHAR_H /* Define if you have the 'wchar_t' type. */ #undef HAVE_WCHAR_T /* Define to 1 if you have the `wcrtomb' function. */ #undef HAVE_WCRTOMB /* Define to 1 if you have the `wcslen' function. */ #undef HAVE_WCSLEN /* Define to 1 if you have the `wcsnlen' function. */ #undef HAVE_WCSNLEN /* Define if you have the 'wint_t' type. */ #undef HAVE_WINT_T /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */ #undef HAVE__SET_INVALID_PARAMETER_HANDLER /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ #undef MAP_ANONYMOUS /* defined to the name of the unpredictable nonce device */ #undef NAME_OF_NONCE_DEVICE /* defined to the name of the pseudo random device */ #undef NAME_OF_PSEUDO_RANDOM_DEVICE /* defined to the name of the (strong) random device */ #undef NAME_OF_RANDOM_DEVICE /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define if exists and defines unusable PRI* macros. */ #undef PRI_MACROS_BROKEN /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX /* Define if vasnprintf exists but is overridden by gnulib. */ #undef REPLACE_VASNPRINTF /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */ #undef SIG_ATOMIC_T_SUFFIX /* Define as the maximum value of type 'size_t', if the system doesn't define it. */ #ifndef SIZE_MAX # undef SIZE_MAX #endif /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */ #undef SIZE_T_SUFFIX /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if you want ANONYMOUS. */ #undef USE_ANONYMOUS /* Define to 1 if you want client code. */ #undef USE_CLIENT /* Define to 1 if you want CRAM-MD5. */ #undef USE_CRAM_MD5 /* Define to 1 if you want DIGEST-MD5. */ #undef USE_DIGEST_MD5 /* Define to 1 if you want EXTERNAL. */ #undef USE_EXTERNAL /* Define to 1 if you want GS2. */ #undef USE_GS2 /* Define to 1 if you want GSSAPI. */ #undef USE_GSSAPI /* Define to 1 if you want KERBEROS_V5. */ #undef USE_KERBEROS_V5 /* Define to 1 if you want LOGIN. */ #undef USE_LOGIN /* Define to 1 if you want NTLM. */ #undef USE_NTLM /* Define to 1 if you want OPENID20. */ #undef USE_OPENID20 /* Define to 1 if you want PLAIN. */ #undef USE_PLAIN /* Define to 1 if you want SAML20. */ #undef USE_SAML20 /* Define to 1 if you want SCRAM-SHA-1. */ #undef USE_SCRAM_SHA1 /* Define to 1 if you want SECURID. */ #undef USE_SECURID /* Define to 1 if you want server code. */ #undef USE_SERVER /* Version number of package */ #undef VERSION /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ #undef WCHAR_T_SUFFIX /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */ #undef WINT_T_SUFFIX /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Define to 1 if on MINIX. */ #undef _MINIX /* The _Noreturn keyword of C11. */ #if ! (defined _Noreturn \ || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE /* Define to 1 if you need to in order for 'stat' and other things to work. */ #undef _POSIX_SOURCE /* Define to 500 only on HP-UX. */ #undef _XOPEN_SOURCE /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable general extensions on MacOS X. */ #ifndef _DARWIN_C_SOURCE # undef _DARWIN_C_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline #endif /* Define to long or long long if and don't define. */ #undef intmax_t /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. __APPLE__ && __MACH__ test for MacOS X. __APPLE_CC__ tests for the Apple compiler and its version. __STDC_VERSION__ tests for the C99 mode. */ #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ # define __GNUC_STDC_INLINE__ 1 #endif /* Define to `int' if does not define. */ #undef mode_t /* Define to `int' if does not define. */ #undef pid_t /* Define as the type of the result of subtracting two pointers, if the system doesn't define it. */ #undef ptrdiff_t /* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict /* Work around a bug in Sun C++: it does not support _Restrict or __restrict__, even though the corresponding Sun C compiler ends up with "#define restrict _Restrict" or "#define restrict __restrict__" in the previous line. Perhaps some future version of Sun C++ will work with restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict # define __restrict__ #endif /* Define to `unsigned int' if does not define. */ #undef size_t /* Define as a signed type of the same size as size_t. */ #undef ssize_t /* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED __attribute__ ((__unused__)) #else # define _GL_UNUSED #endif /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name is a misnomer outside of parameter lists. */ #define _UNUSED_PARAMETER_ _GL_UNUSED /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The __const__ attribute was added in gcc 2.95. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) #else # define _GL_ATTRIBUTE_CONST /* empty */ #endif gsasl-1.8.0/lib/digest-md5/0000775000000000000000000000000011760732120012311 500000000000000gsasl-1.8.0/lib/digest-md5/parser.h0000664000000000000000000000266011754555060013713 00000000000000/* parser.h --- DIGEST-MD5 parser. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_PARSER_H #define DIGEST_MD5_PARSER_H /* Get token types. */ #include "tokens.h" extern int digest_md5_getsubopt (char **optionp, const char *const *tokens, char **valuep); extern int digest_md5_parse_challenge (const char *challenge, size_t len, digest_md5_challenge * out); extern int digest_md5_parse_response (const char *response, size_t len, digest_md5_response * out); extern int digest_md5_parse_finish (const char *finish, size_t len, digest_md5_finish * out); #endif /* DIGEST_MD5_PARSER_H */ gsasl-1.8.0/lib/digest-md5/session.h0000664000000000000000000000272711754555060014106 00000000000000/* session.h --- Data integrity/privacy protection of DIGEST-MD5. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_SESSION_H #define DIGEST_MD5_SESSION_H /* Get token types. */ #include "tokens.h" extern int digest_md5_encode (const char *input, size_t input_len, char **output, size_t * output_len, digest_md5_qop qop, unsigned long sendseqnum, char key[DIGEST_MD5_LENGTH]); extern int digest_md5_decode (const char *input, size_t input_len, char **output, size_t * output_len, digest_md5_qop qop, unsigned long readseqnum, char key[DIGEST_MD5_LENGTH]); #endif /* DIGEST_MD5_SESSION_H */ gsasl-1.8.0/lib/digest-md5/digest-md5.h0000664000000000000000000000514511754555060014362 00000000000000/* digest-md5.h --- Prototypes for DIGEST-MD5 mechanism as defined in RFC 2831. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_H #define DIGEST_MD5_H #include #define GSASL_DIGEST_MD5_NAME "DIGEST-MD5" extern Gsasl_mechanism gsasl_digest_md5_mechanism; extern int _gsasl_digest_md5_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_digest_md5_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_digest_md5_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_digest_md5_client_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_digest_md5_client_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_digest_md5_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_digest_md5_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_digest_md5_server_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_digest_md5_server_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern int _gsasl_digest_md5_server_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); #endif /* DIGEST_MD5_H */ gsasl-1.8.0/lib/digest-md5/qop.h0000664000000000000000000000212111754555060013206 00000000000000/* qop.h --- Prototypes for DIGEST-MD5 qop handling. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_QOP_H #define DIGEST_MD5_QOP_H extern int digest_md5_qopstr2qops (const char *qopstr); extern const char *digest_md5_qops2qopstr (int qops); #endif /* DIGEST_MD5_QOP_H */ gsasl-1.8.0/lib/digest-md5/client.c0000664000000000000000000002051711754555060013671 00000000000000/* client.c --- DIGEST-MD5 mechanism from RFC 2831, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "digest-md5.h" /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include /* Get tools. */ #include "nonascii.h" #include "tokens.h" #include "parser.h" #include "printer.h" #include "free.h" #include "session.h" #include "digesthmac.h" #include "qop.h" #define CNONCE_ENTROPY_BYTES 16 struct _Gsasl_digest_md5_client_state { int step; unsigned long readseqnum, sendseqnum; char secret[DIGEST_MD5_LENGTH]; char kic[DIGEST_MD5_LENGTH]; char kcc[DIGEST_MD5_LENGTH]; char kis[DIGEST_MD5_LENGTH]; char kcs[DIGEST_MD5_LENGTH]; digest_md5_challenge challenge; digest_md5_response response; digest_md5_finish finish; }; typedef struct _Gsasl_digest_md5_client_state _Gsasl_digest_md5_client_state; int _gsasl_digest_md5_client_start (Gsasl_session * sctx, void **mech_data) { _Gsasl_digest_md5_client_state *state; char nonce[CNONCE_ENTROPY_BYTES]; char *p; int rc; rc = gsasl_nonce (nonce, CNONCE_ENTROPY_BYTES); if (rc != GSASL_OK) return rc; rc = gsasl_base64_to (nonce, CNONCE_ENTROPY_BYTES, &p, NULL); if (rc != GSASL_OK) return rc; state = calloc (1, sizeof (*state)); if (state == NULL) { free (p); return GSASL_MALLOC_ERROR; } state->response.cnonce = p; state->response.nc = 1; *mech_data = state; return GSASL_OK; } int _gsasl_digest_md5_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_digest_md5_client_state *state = mech_data; int rc, res; *output = NULL; *output_len = 0; switch (state->step) { case 0: state->step++; if (input_len == 0) return GSASL_NEEDS_MORE; /* fall through */ case 1: { if (digest_md5_parse_challenge (input, input_len, &state->challenge) < 0) return GSASL_MECHANISM_PARSE_ERROR; /* FIXME: How to let application know of remaining realms? One idea, add a GSASL_REALM_COUNT property, and have the GSASL_REALM be that many concatenated zero terminated realm strings. Slightly hackish, though. Another cleaner approach would be to add gsasl_property_set_array and gsasl_property_get_array APIs, for those properties that may be used multiple times. */ if (state->challenge.nrealms > 0) gsasl_property_set (sctx, GSASL_REALM, state->challenge.realms[0]); else gsasl_property_set (sctx, GSASL_REALM, NULL); /* FIXME: cipher, maxbuf. */ /* Create response token. */ state->response.utf8 = 1; gsasl_property_set (sctx, GSASL_QOPS, digest_md5_qops2qopstr (state->challenge.qops)); { const char *qop = gsasl_property_get (sctx, GSASL_QOP); if (!qop) state->response.qop = GSASL_QOP_AUTH; else if (strcmp (qop, "qop-int") == 0) state->response.qop = GSASL_QOP_AUTH_INT; else if (strcmp (qop, "qop-auth") == 0) state->response.qop = GSASL_QOP_AUTH; else /* We don't support confidentiality or unknown keywords. */ return GSASL_AUTHENTICATION_ERROR; } state->response.nonce = strdup (state->challenge.nonce); if (!state->response.nonce) return GSASL_MALLOC_ERROR; { const char *service = gsasl_property_get (sctx, GSASL_SERVICE); const char *hostname = gsasl_property_get (sctx, GSASL_HOSTNAME); if (!service) return GSASL_NO_SERVICE; if (!hostname) return GSASL_NO_HOSTNAME; if (asprintf (&state->response.digesturi, "%s/%s", service, hostname) < 0) return GSASL_MALLOC_ERROR; } { const char *c; char *tmp, *tmp2; c = gsasl_property_get (sctx, GSASL_AUTHID); if (!c) return GSASL_NO_AUTHID; state->response.username = strdup (c); if (!state->response.username) return GSASL_MALLOC_ERROR; c = gsasl_property_get (sctx, GSASL_AUTHZID); if (c) { state->response.authzid = strdup (c); if (!state->response.authzid) return GSASL_MALLOC_ERROR; } gsasl_callback (NULL, sctx, GSASL_REALM); c = gsasl_property_fast (sctx, GSASL_REALM); if (c) { state->response.realm = strdup (c); if (!state->response.realm) return GSASL_MALLOC_ERROR; } c = gsasl_property_get (sctx, GSASL_PASSWORD); if (!c) return GSASL_NO_PASSWORD; tmp2 = utf8tolatin1ifpossible (c); rc = asprintf (&tmp, "%s:%s:%s", state->response.username, state->response.realm ? state->response.realm : "", tmp2); free (tmp2); if (rc < 0) return GSASL_MALLOC_ERROR; rc = gsasl_md5 (tmp, strlen (tmp), &tmp2); free (tmp); if (rc != GSASL_OK) return rc; memcpy (state->secret, tmp2, DIGEST_MD5_LENGTH); free (tmp2); } rc = digest_md5_hmac (state->response.response, state->secret, state->response.nonce, state->response.nc, state->response.cnonce, state->response.qop, state->response.authzid, state->response.digesturi, 0, state->response.cipher, state->kic, state->kis, state->kcc, state->kcs); if (rc) return GSASL_CRYPTO_ERROR; *output = digest_md5_print_response (&state->response); if (!*output) return GSASL_AUTHENTICATION_ERROR; *output_len = strlen (*output); state->step++; res = GSASL_NEEDS_MORE; } break; case 2: { char check[DIGEST_MD5_RESPONSE_LENGTH + 1]; if (digest_md5_parse_finish (input, input_len, &state->finish) < 0) return GSASL_MECHANISM_PARSE_ERROR; res = digest_md5_hmac (check, state->secret, state->response.nonce, state->response.nc, state->response.cnonce, state->response.qop, state->response.authzid, state->response.digesturi, 1, state->response.cipher, NULL, NULL, NULL, NULL); if (res != GSASL_OK) break; if (strcmp (state->finish.rspauth, check) == 0) res = GSASL_OK; else res = GSASL_AUTHENTICATION_ERROR; state->step++; } break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_digest_md5_client_finish (Gsasl_session * sctx, void *mech_data) { _Gsasl_digest_md5_client_state *state = mech_data; if (!state) return; digest_md5_free_challenge (&state->challenge); digest_md5_free_response (&state->response); digest_md5_free_finish (&state->finish); free (state); } int _gsasl_digest_md5_client_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_digest_md5_client_state *state = mech_data; int res; res = digest_md5_encode (input, input_len, output, output_len, state->response.qop, state->sendseqnum, state->kic); if (res) return res == -2 ? GSASL_NEEDS_MORE : GSASL_INTEGRITY_ERROR; if (state->sendseqnum == 4294967295UL) state->sendseqnum = 0; else state->sendseqnum++; return GSASL_OK; } int _gsasl_digest_md5_client_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_digest_md5_client_state *state = mech_data; int res; res = digest_md5_decode (input, input_len, output, output_len, state->response.qop, state->readseqnum, state->kis); if (res) return res == -2 ? GSASL_NEEDS_MORE : GSASL_INTEGRITY_ERROR; if (state->readseqnum == 4294967295UL) state->readseqnum = 0; else state->readseqnum++; return GSASL_OK; } gsasl-1.8.0/lib/digest-md5/nonascii.c0000664000000000000000000000452211754555060014214 00000000000000/* server.c --- DIGEST-MD5 mechanism from RFC 2831, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "nonascii.h" #include #include /* C89 compliant way to cast 'char' to 'unsigned char'. */ static inline unsigned char to_uchar (char ch) { return ch; } char * latin1toutf8 (const char *str) { char *p = malloc (2 * strlen (str) + 1); if (p) { size_t i, j = 0; for (i = 0; str[i]; i++) { if (to_uchar (str[i]) < 0x80) p[j++] = str[i]; else if (to_uchar (str[i]) < 0xC0) { p[j++] = (unsigned char) 0xC2; p[j++] = str[i]; } else { p[j++] = (unsigned char) 0xC3; p[j++] = str[i] - 64; } } p[j] = 0x00; } return p; } char * utf8tolatin1ifpossible (const char *passwd) { char *p; size_t i; for (i = 0; passwd[i]; i++) { if (to_uchar (passwd[i]) > 0x7F) { if (to_uchar (passwd[i]) < 0xC0 || to_uchar (passwd[i]) > 0xC3) return strdup (passwd); i++; if (to_uchar (passwd[i]) < 0x80 || to_uchar (passwd[i]) > 0xBF) return strdup (passwd); } } p = malloc (strlen (passwd) + 1); if (p) { size_t j = 0; for (i = 0; passwd[i]; i++) { if (to_uchar (passwd[i]) > 0x7F) { /* p[i+1] can't be zero here */ p[j++] = ((to_uchar (passwd[i]) & 0x3) << 6) | (to_uchar (passwd[i + 1]) & 0x3F); i++; } else p[j++] = passwd[i]; } p[j] = 0x00; } return p; } gsasl-1.8.0/lib/digest-md5/mechinfo.c0000664000000000000000000000355011754555060014201 00000000000000/* mechinfo.c --- Definition of DIGEST-MD5 mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "digest-md5.h" Gsasl_mechanism gsasl_digest_md5_mechanism = { GSASL_DIGEST_MD5_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_digest_md5_client_start, #else NULL, #endif #ifdef USE_CLIENT _gsasl_digest_md5_client_step, #else NULL, #endif #ifdef USE_CLIENT _gsasl_digest_md5_client_finish, #else NULL, #endif #ifdef USE_CLIENT _gsasl_digest_md5_client_encode, #else NULL, #endif #ifdef USE_CLIENT _gsasl_digest_md5_client_decode #else NULL #endif } , { NULL, NULL, #ifdef USE_SERVER _gsasl_digest_md5_server_start, #else NULL, #endif #ifdef USE_SERVER _gsasl_digest_md5_server_step, #else NULL, #endif #ifdef USE_SERVER _gsasl_digest_md5_server_finish, #else NULL, #endif #ifdef USE_SERVER _gsasl_digest_md5_server_encode, #else NULL, #endif #ifdef USE_SERVER _gsasl_digest_md5_server_decode #else NULL #endif } }; gsasl-1.8.0/lib/digest-md5/Makefile.am0000664000000000000000000000302211754555060014273 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl EXTRA_DIST = README noinst_LTLIBRARIES = libgsasl-digest_md5.la libgsasl_digest_md5_la_SOURCES = digest-md5.h mechinfo.c \ session.h session.c \ getsubopt.c \ tokens.h \ digesthmac.h digesthmac.c \ validate.h validate.c \ parser.h parser.c \ printer.h printer.c \ free.h free.c \ nonascii.h nonascii.c \ qop.h qop.c if CLIENT libgsasl_digest_md5_la_SOURCES += client.c endif if SERVER libgsasl_digest_md5_la_SOURCES += server.c endif LDADD = libgsasl-digest_md5.la ../gl/libgl.la ctests = test-parser TESTS = $(ctests) check_PROGRAMS = $(ctests) gsasl-1.8.0/lib/digest-md5/parser.c0000664000000000000000000003434111754555060013707 00000000000000/* parser.c --- DIGEST-MD5 parser. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "parser.h" /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include /* Get validator. */ #include "validate.h" #define DEFAULT_CHARSET "utf-8" #define DEFAULT_ALGORITHM "md5-sess" enum { /* the order must match the following struct */ CHALLENGE_REALM = 0, CHALLENGE_NONCE, CHALLENGE_QOP, CHALLENGE_STALE, CHALLENGE_MAXBUF, CHALLENGE_CHARSET, CHALLENGE_ALGORITHM, CHALLENGE_CIPHER }; static const char *const digest_challenge_opts[] = { /* the order must match the previous enum */ "realm", "nonce", "qop", "stale", "maxbuf", "charset", "algorithm", "cipher", NULL }; /* qop-value = "auth" | "auth-int" | "auth-conf" | qop-token */ enum { /* the order must match the following struct */ QOP_AUTH = 0, QOP_AUTH_INT, QOP_AUTH_CONF }; static const char *const qop_opts[] = { /* the order must match the previous enum */ "auth", "auth-int", "auth-conf", NULL }; /* cipher-value = "3des" | "des" | "rc4-40" | "rc4" | * "rc4-56" | "aes-cbc" | cipher-token * ;; "des" and "3des" ciphers are obsolete. */ enum { /* the order must match the following struct */ CIPHER_DES = 0, CIPHER_3DES, CIPHER_RC4, CIPHER_RC4_40, CIPHER_RC4_56, CIPHER_AES_CBC }; static const char *const cipher_opts[] = { /* the order must match the previous enum */ "des", "3des", "rc4", "rc4-40", "rc4-56", "aes-cbc", NULL }; static int parse_challenge (char *challenge, digest_md5_challenge * out) { int done_algorithm = 0; int disable_qop_auth_conf = 0; char *value; memset (out, 0, sizeof (*out)); /* The size of a digest-challenge MUST be less than 2048 bytes. */ if (strlen (challenge) >= 2048) return -1; while (*challenge != '\0') switch (digest_md5_getsubopt (&challenge, digest_challenge_opts, &value)) { case CHALLENGE_REALM: { char **tmp; out->nrealms++; tmp = realloc (out->realms, out->nrealms * sizeof (*out->realms)); if (!tmp) return -1; out->realms = tmp; out->realms[out->nrealms - 1] = strdup (value); if (!out->realms[out->nrealms - 1]) return -1; } break; case CHALLENGE_NONCE: /* This directive is required and MUST appear exactly once; if not present, or if multiple instances are present, the client should abort the authentication exchange. */ if (out->nonce) return -1; out->nonce = strdup (value); if (!out->nonce) return -1; break; case CHALLENGE_QOP: /* <> */ if (out->qops) return -1; { char *subsubopts; char *val; subsubopts = value; while (*subsubopts != '\0') switch (digest_md5_getsubopt (&subsubopts, qop_opts, &val)) { case QOP_AUTH: out->qops |= DIGEST_MD5_QOP_AUTH; break; case QOP_AUTH_INT: out->qops |= DIGEST_MD5_QOP_AUTH_INT; break; case QOP_AUTH_CONF: out->qops |= DIGEST_MD5_QOP_AUTH_CONF; break; default: /* The client MUST ignore unrecognized options */ break; } } /* if the client recognizes no cipher, it MUST behave as if "auth-conf" qop option wasn't provided by the server. */ if (disable_qop_auth_conf) out->qops &= ~DIGEST_MD5_QOP_AUTH_CONF; /* if the client recognizes no option, it MUST abort the authentication exchange. */ if (!out->qops) return -1; break; case CHALLENGE_STALE: /* This directive may appear at most once; if multiple instances are present, the client MUST abort the authentication exchange. */ if (out->stale) return -1; out->stale = 1; break; case CHALLENGE_MAXBUF: /* This directive may appear at most once; if multiple instances are present, or the value is out of range the client MUST abort the authentication exchange. */ if (out->servermaxbuf) return -1; out->servermaxbuf = strtoul (value, NULL, 10); /* FIXME: error handling. */ /* The value MUST be bigger than 16 (32 for Confidentiality protection with the "aes-cbc" cipher) and smaller or equal to 16777215 (i.e. 2**24-1). */ if (out->servermaxbuf <= 16 || out->servermaxbuf > 16777215) return -1; break; case CHALLENGE_CHARSET: /* This directive may appear at most once; if multiple instances are present, the client MUST abort the authentication exchange. */ if (out->utf8) return -1; if (strcmp (DEFAULT_CHARSET, value) != 0) return -1; out->utf8 = 1; break; case CHALLENGE_ALGORITHM: /* This directive is required and MUST appear exactly once; if not present, or if multiple instances are present, the client SHOULD abort the authentication exchange. */ if (done_algorithm) return -1; if (strcmp (DEFAULT_ALGORITHM, value) != 0) return -1; done_algorithm = 1; break; case CHALLENGE_CIPHER: /* This directive must be present exactly once if "auth-conf" is offered in the "qop-options" directive */ if (out->ciphers) return -1; { char *subsubopts; char *val; subsubopts = value; while (*subsubopts != '\0') switch (digest_md5_getsubopt (&subsubopts, cipher_opts, &val)) { case CIPHER_DES: out->ciphers |= DIGEST_MD5_CIPHER_DES; break; case CIPHER_3DES: out->ciphers |= DIGEST_MD5_CIPHER_3DES; break; case CIPHER_RC4: out->ciphers |= DIGEST_MD5_CIPHER_RC4; break; case CIPHER_RC4_40: out->ciphers |= DIGEST_MD5_CIPHER_RC4_40; break; case CIPHER_RC4_56: out->ciphers |= DIGEST_MD5_CIPHER_RC4_56; break; case CIPHER_AES_CBC: out->ciphers |= DIGEST_MD5_CIPHER_AES_CBC; break; default: /* The client MUST ignore unrecognized ciphers */ break; } } /* if the client recognizes no cipher, it MUST behave as if "auth-conf" qop option wasn't provided by the server. */ if (!out->ciphers) { disable_qop_auth_conf = 1; if (out->qops) { /* if the client recognizes no option, it MUST abort the authentication exchange. */ out->qops &= ~DIGEST_MD5_QOP_AUTH_CONF; if (!out->qops) return -1; } } break; default: /* The client MUST ignore any unrecognized directives. */ break; } /* This directive is required and MUST appear exactly once; if not present, or if multiple instances are present, the client SHOULD abort the authentication exchange. */ if (!done_algorithm) return -1; /* Validate that we have the mandatory fields. */ if (digest_md5_validate_challenge (out) != 0) return -1; return 0; } enum { /* the order must match the following struct */ RESPONSE_USERNAME = 0, RESPONSE_REALM, RESPONSE_NONCE, RESPONSE_CNONCE, RESPONSE_NC, RESPONSE_QOP, RESPONSE_DIGEST_URI, RESPONSE_RESPONSE, RESPONSE_MAXBUF, RESPONSE_CHARSET, RESPONSE_CIPHER, RESPONSE_AUTHZID }; static const char *const digest_response_opts[] = { /* the order must match the previous enum */ "username", "realm", "nonce", "cnonce", "nc", "qop", "digest-uri", "response", "maxbuf", "charset", "cipher", "authzid", NULL }; static int parse_response (char *response, digest_md5_response * out) { char *value; memset (out, 0, sizeof (*out)); /* The size of a digest-response MUST be less than 4096 bytes. */ if (strlen (response) >= 4096) return -1; while (*response != '\0') switch (digest_md5_getsubopt (&response, digest_response_opts, &value)) { case RESPONSE_USERNAME: /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (out->username) return -1; out->username = strdup (value); if (!out->username) return -1; break; case RESPONSE_REALM: /* This directive is required if the server provided any realms in the "digest-challenge", in which case it may appear exactly once and its value SHOULD be one of those realms. */ if (out->realm) return -1; out->realm = strdup (value); if (!out->realm) return -1; break; case RESPONSE_NONCE: /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (out->nonce) return -1; out->nonce = strdup (value); if (!out->nonce) return -1; break; case RESPONSE_CNONCE: /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (out->cnonce) return -1; out->cnonce = strdup (value); if (!out->cnonce) return -1; break; case RESPONSE_NC: /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (out->nc) return -1; /* nc-value = 8LHEX */ if (strlen (value) != 8) return -1; out->nc = strtoul (value, NULL, 16); /* FIXME: error handling. */ break; case RESPONSE_QOP: /* If present, it may appear exactly once and its value MUST be one of the alternatives in qop-options. */ if (out->qop) return -1; if (strcmp (value, "auth") == 0) out->qop = DIGEST_MD5_QOP_AUTH; else if (strcmp (value, "auth-int") == 0) out->qop = DIGEST_MD5_QOP_AUTH_INT; else if (strcmp (value, "auth-conf") == 0) out->qop = DIGEST_MD5_QOP_AUTH_CONF; else return -1; break; case RESPONSE_DIGEST_URI: /* This directive is required and MUST be present exactly once; if multiple instances are present, the client MUST abort the authentication exchange. */ if (out->digesturi) return -1; /* FIXME: sub-parse. */ out->digesturi = strdup (value); if (!out->digesturi) return -1; break; case RESPONSE_RESPONSE: /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (*out->response) return -1; /* A string of 32 hex digits */ if (strlen (value) != DIGEST_MD5_RESPONSE_LENGTH) return -1; strcpy (out->response, value); break; case RESPONSE_MAXBUF: /* This directive may appear at most once; if multiple instances are present, the server MUST abort the authentication exchange. */ if (out->clientmaxbuf) return -1; out->clientmaxbuf = strtoul (value, NULL, 10); /* FIXME: error handling. */ /* If the value is less or equal to 16 (<<32 for aes-cbc>>) or bigger than 16777215 (i.e. 2**24-1), the server MUST abort the authentication exchange. */ if (out->clientmaxbuf <= 16 || out->clientmaxbuf > 16777215) return -1; break; case RESPONSE_CHARSET: if (strcmp (DEFAULT_CHARSET, value) != 0) return -1; out->utf8 = 1; break; case RESPONSE_CIPHER: if (out->cipher) return -1; if (strcmp (value, "3des") == 0) out->cipher = DIGEST_MD5_CIPHER_3DES; else if (strcmp (value, "des") == 0) out->cipher = DIGEST_MD5_CIPHER_DES; else if (strcmp (value, "rc4-40") == 0) out->cipher = DIGEST_MD5_CIPHER_RC4_40; else if (strcmp (value, "rc4") == 0) out->cipher = DIGEST_MD5_CIPHER_RC4; else if (strcmp (value, "rc4-56") == 0) out->cipher = DIGEST_MD5_CIPHER_RC4_56; else if (strcmp (value, "aes-cbc") == 0) out->cipher = DIGEST_MD5_CIPHER_AES_CBC; else return -1; break; case RESPONSE_AUTHZID: /* This directive may appear at most once; if multiple instances are present, the server MUST abort the authentication exchange. <> */ if (out->authzid) return -1; /* The authzid MUST NOT be an empty string. */ if (*value == '\0') return -1; out->authzid = strdup (value); if (!out->authzid) return -1; break; default: /* The client MUST ignore any unrecognized directives. */ break; } /* Validate that we have the mandatory fields. */ if (digest_md5_validate_response (out) != 0) return -1; return 0; } enum { /* the order must match the following struct */ RESPONSEAUTH_RSPAUTH = 0 }; static const char *const digest_responseauth_opts[] = { /* the order must match the previous enum */ "rspauth", NULL }; static int parse_finish (char *finish, digest_md5_finish * out) { char *value; memset (out, 0, sizeof (*out)); /* The size of a response-auth MUST be less than 2048 bytes. */ if (strlen (finish) >= 2048) return -1; while (*finish != '\0') switch (digest_md5_getsubopt (&finish, digest_responseauth_opts, &value)) { case RESPONSEAUTH_RSPAUTH: if (*out->rspauth) return -1; /* A string of 32 hex digits */ if (strlen (value) != DIGEST_MD5_RESPONSE_LENGTH) return -1; strcpy (out->rspauth, value); break; default: /* The client MUST ignore any unrecognized directives. */ break; } /* Validate that we have the mandatory fields. */ if (digest_md5_validate_finish (out) != 0) return -1; return 0; } int digest_md5_parse_challenge (const char *challenge, size_t len, digest_md5_challenge * out) { char *subopts = len ? strndup (challenge, len) : strdup (challenge); int rc; if (!subopts) return -1; rc = parse_challenge (subopts, out); free (subopts); return rc; } int digest_md5_parse_response (const char *response, size_t len, digest_md5_response * out) { char *subopts = len ? strndup (response, len) : strdup (response); int rc; if (!subopts) return -1; rc = parse_response (subopts, out); free (subopts); return rc; } int digest_md5_parse_finish (const char *finish, size_t len, digest_md5_finish * out) { char *subopts = len ? strndup (finish, len) : strdup (finish); int rc; if (!subopts) return -1; rc = parse_finish (subopts, out); free (subopts); return rc; } gsasl-1.8.0/lib/digest-md5/printer.c0000664000000000000000000001731611754555060014101 00000000000000/* printer.h --- Convert DIGEST-MD5 token structures into strings. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "printer.h" /* Get free. */ #include /* Get asprintf. */ #include /* Get token validator. */ #include "validate.h" /* Append a key/value pair to a comma'd string list. Additionally enclose the value in quotes if requested. */ static int comma_append (char **dst, const char *key, const char *value, int quotes) { char *tmp; int result; if (*dst) if (value) if (quotes) result = asprintf (&tmp, "%s, %s=\"%s\"", *dst, key, value); else result = asprintf (&tmp, "%s, %s=%s", *dst, key, value); else result = asprintf (&tmp, "%s, %s", *dst, key); else if (value) if (quotes) result = asprintf (&tmp, "%s=\"%s\"", key, value); else result = asprintf (&tmp, "%s=%s", key, value); else result = asprintf (&tmp, "%s", key); if (result < 0) return result; free (*dst); *dst = tmp; return result; } char * digest_md5_print_challenge (digest_md5_challenge * c) { char *out = NULL; size_t i; /* Below we assume the mandatory fields are present, verify that first to avoid crashes. */ if (digest_md5_validate_challenge (c) != 0) return NULL; for (i = 0; i < c->nrealms; i++) { if (comma_append (&out, "realm", c->realms[i], 1) < 0) { free (out); return NULL; } } if (c->nonce) if (comma_append (&out, "nonce", c->nonce, 1) < 0) { free (out); return NULL; } if (c->qops) { char *tmp = NULL; if (c->qops & DIGEST_MD5_QOP_AUTH) if (comma_append (&tmp, "auth", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (c->qops & DIGEST_MD5_QOP_AUTH_INT) if (comma_append (&tmp, "auth-int", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (c->qops & DIGEST_MD5_QOP_AUTH_CONF) if (comma_append (&tmp, "auth-conf", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (comma_append (&out, "qop", tmp, 1) < 0) { free (tmp); free (out); return NULL; } free (tmp); } if (c->stale) if (comma_append (&out, "stale", "true", 0) < 0) { free (out); return NULL; } if (c->servermaxbuf) { char *tmp; if (asprintf (&tmp, "%lu", c->servermaxbuf) < 0) { free (out); return NULL; } if (comma_append (&out, "maxbuf", tmp, 0) < 0) { free (out); return NULL; } free (tmp); } if (c->utf8) if (comma_append (&out, "charset", "utf-8", 0) < 0) { free (out); return NULL; } if (comma_append (&out, "algorithm", "md5-sess", 0) < 0) { free (out); return NULL; } if (c->ciphers) { char *tmp = NULL; if (c->ciphers & DIGEST_MD5_CIPHER_3DES) if (comma_append (&tmp, "3des", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (c->ciphers & DIGEST_MD5_CIPHER_DES) if (comma_append (&tmp, "des", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (c->ciphers & DIGEST_MD5_CIPHER_RC4_40) if (comma_append (&tmp, "rc4-40", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (c->ciphers & DIGEST_MD5_CIPHER_RC4) if (comma_append (&tmp, "rc4", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (c->ciphers & DIGEST_MD5_CIPHER_RC4_56) if (comma_append (&tmp, "rc4-56", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (c->ciphers & DIGEST_MD5_CIPHER_AES_CBC) if (comma_append (&tmp, "aes-cbc", NULL, 0) < 0) { free (tmp); free (out); return NULL; } if (comma_append (&out, "cipher", tmp, 1) < 0) { free (tmp); free (out); return NULL; } free (tmp); } return out; } char * digest_md5_print_response (digest_md5_response * r) { char *out = NULL; const char *qop = NULL; const char *cipher = NULL; /* Below we assume the mandatory fields are present, verify that first to avoid crashes. */ if (digest_md5_validate_response (r) != 0) return NULL; if (r->qop & DIGEST_MD5_QOP_AUTH_CONF) qop = "qop=auth-conf"; else if (r->qop & DIGEST_MD5_QOP_AUTH_INT) qop = "qop=auth-int"; else if (r->qop & DIGEST_MD5_QOP_AUTH) qop = "qop=auth"; if (r->cipher & DIGEST_MD5_CIPHER_3DES) cipher = "cipher=3des"; else if (r->cipher & DIGEST_MD5_CIPHER_DES) cipher = "cipher=des"; else if (r->cipher & DIGEST_MD5_CIPHER_RC4_40) cipher = "cipher=rc4-40"; else if (r->cipher & DIGEST_MD5_CIPHER_RC4) cipher = "cipher=rc4"; else if (r->cipher & DIGEST_MD5_CIPHER_RC4_56) cipher = "cipher=rc4-56"; else if (r->cipher & DIGEST_MD5_CIPHER_AES_CBC) cipher = "cipher=aes-cbc"; else if (r->cipher & DIGEST_MD5_CIPHER_3DES) cipher = "cipher=3des"; if (r->username) if (comma_append (&out, "username", r->username, 1) < 0) { free (out); return NULL; } if (r->realm) if (comma_append (&out, "realm", r->realm, 1) < 0) { free (out); return NULL; } if (r->nonce) if (comma_append (&out, "nonce", r->nonce, 1) < 0) { free (out); return NULL; } if (r->cnonce) if (comma_append (&out, "cnonce", r->cnonce, 1) < 0) { free (out); return NULL; } if (r->nc) { char *tmp; if (asprintf (&tmp, "%08lx", r->nc) < 0) { free (out); return NULL; } if (comma_append (&out, "nc", tmp, 0) < 0) { free (tmp); free (out); return NULL; } free (tmp); } if (qop) if (comma_append (&out, qop, NULL, 0) < 0) { free (out); return NULL; } if (r->digesturi) if (comma_append (&out, "digest-uri", r->digesturi, 1) < 0) { free (out); return NULL; } if (r->response) if (comma_append (&out, "response", r->response, 0) < 0) { free (out); return NULL; } if (r->clientmaxbuf) { char *tmp; if (asprintf (&tmp, "%lu", r->clientmaxbuf) < 0) { free (out); return NULL; } if (comma_append (&out, "maxbuf", tmp, 0) < 0) { free (tmp); free (out); return NULL; } free (tmp); } if (r->utf8) if (comma_append (&out, "charset", "utf-8", 0) < 0) { free (out); return NULL; } if (cipher) if (comma_append (&out, cipher, NULL, 0) < 0) { free (out); return NULL; } if (r->authzid) if (comma_append (&out, "authzid", r->authzid, 1) < 0) { free (out); return NULL; } return out; } char * digest_md5_print_finish (digest_md5_finish * finish) { char *out; /* Below we assume the mandatory fields are present, verify that first to avoid crashes. */ if (digest_md5_validate_finish (finish) != 0) return NULL; if (asprintf (&out, "rspauth=%s", finish->rspauth) < 0) return NULL; return out; } gsasl-1.8.0/lib/digest-md5/server.c0000664000000000000000000002272211754555060013721 00000000000000/* server.c --- DIGEST-MD5 mechanism from RFC 2831, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "digest-md5.h" /* Get malloc, free. */ #include /* Get memcpy, strdup, strlen. */ #include /* Get tools. */ #include "nonascii.h" #include "tokens.h" #include "parser.h" #include "printer.h" #include "free.h" #include "session.h" #include "digesthmac.h" #include "validate.h" #include "qop.h" #define NONCE_ENTROPY_BYTES 16 struct _Gsasl_digest_md5_server_state { int step; unsigned long readseqnum, sendseqnum; char secret[DIGEST_MD5_LENGTH]; char kic[DIGEST_MD5_LENGTH]; char kcc[DIGEST_MD5_LENGTH]; char kis[DIGEST_MD5_LENGTH]; char kcs[DIGEST_MD5_LENGTH]; digest_md5_challenge challenge; digest_md5_response response; digest_md5_finish finish; }; typedef struct _Gsasl_digest_md5_server_state _Gsasl_digest_md5_server_state; int _gsasl_digest_md5_server_start (Gsasl_session * sctx, void **mech_data) { _Gsasl_digest_md5_server_state *state; char nonce[NONCE_ENTROPY_BYTES]; char *p; int rc; rc = gsasl_nonce (nonce, NONCE_ENTROPY_BYTES); if (rc != GSASL_OK) return rc; rc = gsasl_base64_to (nonce, NONCE_ENTROPY_BYTES, &p, NULL); if (rc != GSASL_OK) return rc; state = calloc (1, sizeof (*state)); if (state == NULL) { free (p); return GSASL_MALLOC_ERROR; } state->challenge.qops = DIGEST_MD5_QOP_AUTH; state->challenge.ciphers = 0; state->challenge.nonce = p; state->challenge.utf8 = 1; *mech_data = state; return GSASL_OK; } static char _gsasl_digest_md5_hexdigit_to_char (char hexdigit) { /* The hex representation always contains lowercase alphabetic characters. See RFC 2831, 1.1. */ if (hexdigit >= '0' && hexdigit <= '9') return hexdigit - '0'; if (hexdigit >= 'a' && hexdigit <= 'z') return hexdigit - 'a' + 10; return -1; } static char _gsasl_digest_md5_hex_to_char (char u, char l) { return (char) (((unsigned char) _gsasl_digest_md5_hexdigit_to_char (u)) * 16 + _gsasl_digest_md5_hexdigit_to_char (l)); } static int _gsasl_digest_md5_set_hashed_secret (char *secret, const char *hex_secret) { /* Convert the hex string containing the secret to a byte array */ const char *p; char *s; if (!hex_secret) return GSASL_AUTHENTICATION_ERROR; s = secret; p = hex_secret; while (*p) { *s = _gsasl_digest_md5_hex_to_char (p[0], p[1]); s++; p += 2; } return GSASL_OK; } int _gsasl_digest_md5_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_digest_md5_server_state *state = mech_data; int rc, res; *output = NULL; *output_len = 0; switch (state->step) { case 0: /* Set realm. */ { const char *c; c = gsasl_property_get (sctx, GSASL_REALM); if (c) { state->challenge.nrealms = 1; state->challenge.realms = malloc (sizeof (*state->challenge.realms)); if (!state->challenge.realms) return GSASL_MALLOC_ERROR; state->challenge.realms[0] = strdup (c); if (!state->challenge.realms[0]) return GSASL_MALLOC_ERROR; } } /* Set QOP */ { const char *qopstr = gsasl_property_get (sctx, GSASL_QOPS); if (qopstr) { int qops = digest_md5_qopstr2qops (qopstr); if (qops == -1) return GSASL_MALLOC_ERROR; /* We don't support confidentiality right now. */ if (qops & DIGEST_MD5_QOP_AUTH_CONF) return GSASL_AUTHENTICATION_ERROR; if (qops) state->challenge.qops = qops; } } /* FIXME: cipher, maxbuf, more realms. */ /* Create challenge. */ *output = digest_md5_print_challenge (&state->challenge); if (!*output) return GSASL_AUTHENTICATION_ERROR; *output_len = strlen (*output); state->step++; res = GSASL_NEEDS_MORE; break; case 1: if (digest_md5_parse_response (input, input_len, &state->response) < 0) return GSASL_MECHANISM_PARSE_ERROR; /* Make sure response is consistent with challenge. */ if (digest_md5_validate (&state->challenge, &state->response) < 0) return GSASL_MECHANISM_PARSE_ERROR; /* Store properties, from the client response. */ if (state->response.utf8) { gsasl_property_set (sctx, GSASL_AUTHID, state->response.username); gsasl_property_set (sctx, GSASL_REALM, state->response.realm); } else { /* Client provided username/realm in ISO-8859-1 form, convert it to UTF-8 since the library is all-UTF-8. */ char *tmp; tmp = latin1toutf8 (state->response.username); if (!tmp) return GSASL_MALLOC_ERROR; gsasl_property_set (sctx, GSASL_AUTHID, tmp); free (tmp); tmp = latin1toutf8 (state->response.realm); if (!tmp) return GSASL_MALLOC_ERROR; gsasl_property_set (sctx, GSASL_REALM, tmp); free (tmp); } gsasl_property_set (sctx, GSASL_AUTHZID, state->response.authzid); /* FIXME: cipher, maxbuf. */ /* Compute secret. */ { const char *passwd; const char *hashed_passwd; hashed_passwd = gsasl_property_get (sctx, GSASL_DIGEST_MD5_HASHED_PASSWORD); if (hashed_passwd) { if (strlen (hashed_passwd) != (DIGEST_MD5_LENGTH * 2)) return GSASL_AUTHENTICATION_ERROR; rc = _gsasl_digest_md5_set_hashed_secret (state->secret, hashed_passwd); if (rc != GSASL_OK) return rc; } else if ((passwd = gsasl_property_get (sctx, GSASL_PASSWORD)) != NULL) { char *tmp, *tmp2; tmp2 = utf8tolatin1ifpossible (passwd); rc = asprintf (&tmp, "%s:%s:%s", state->response.username, state->response.realm ? state->response.realm : "", tmp2); free (tmp2); if (rc < 0) return GSASL_MALLOC_ERROR; rc = gsasl_md5 (tmp, strlen (tmp), &tmp2); free (tmp); if (rc != GSASL_OK) return rc; memcpy (state->secret, tmp2, DIGEST_MD5_LENGTH); free (tmp2); } else { return GSASL_NO_PASSWORD; } } /* Check client response. */ { char check[DIGEST_MD5_RESPONSE_LENGTH + 1]; rc = digest_md5_hmac (check, state->secret, state->response.nonce, state->response.nc, state->response.cnonce, state->response.qop, state->response.authzid, state->response.digesturi, 0, state->response.cipher, state->kic, state->kis, state->kcc, state->kcs); if (rc) return GSASL_AUTHENTICATION_ERROR; if (strcmp (state->response.response, check) != 0) return GSASL_AUTHENTICATION_ERROR; } /* Create finish token. */ rc = digest_md5_hmac (state->finish.rspauth, state->secret, state->response.nonce, state->response.nc, state->response.cnonce, state->response.qop, state->response.authzid, state->response.digesturi, 1, state->response.cipher, NULL, NULL, NULL, NULL); if (rc) return GSASL_AUTHENTICATION_ERROR; *output = digest_md5_print_finish (&state->finish); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (*output); state->step++; res = GSASL_OK; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_digest_md5_server_finish (Gsasl_session * sctx, void *mech_data) { _Gsasl_digest_md5_server_state *state = mech_data; if (!state) return; digest_md5_free_challenge (&state->challenge); digest_md5_free_response (&state->response); digest_md5_free_finish (&state->finish); free (state); } int _gsasl_digest_md5_server_encode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_digest_md5_server_state *state = mech_data; int res; res = digest_md5_encode (input, input_len, output, output_len, state->response.qop, state->sendseqnum, state->kis); if (res) return res == -2 ? GSASL_NEEDS_MORE : GSASL_INTEGRITY_ERROR; if (state->sendseqnum == 4294967295UL) state->sendseqnum = 0; else state->sendseqnum++; return GSASL_OK; } int _gsasl_digest_md5_server_decode (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_digest_md5_server_state *state = mech_data; int res; res = digest_md5_decode (input, input_len, output, output_len, state->response.qop, state->readseqnum, state->kic); if (res) return res == -2 ? GSASL_NEEDS_MORE : GSASL_INTEGRITY_ERROR; if (state->readseqnum == 4294967295UL) state->readseqnum = 0; else state->readseqnum++; return GSASL_OK; } gsasl-1.8.0/lib/digest-md5/test-parser.c0000664000000000000000000001250411756447544014672 00000000000000/* test-parser.c --- Self tests of DIGEST-MD5 parser & printer. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include #include #include #include "parser.h" #include "printer.h" #include "digesthmac.h" #include "gc.h" int main (int argc, char *argv[]) { digest_md5_challenge c; digest_md5_response r; digest_md5_finish f; char buf32[33]; char buf16[16]; int rc; char *tmp; { const char *token = "nonce=4711, foo=bar, algorithm=md5-sess"; printf ("challenge `%s': ", token); rc = digest_md5_parse_challenge (token, 0, &c); if (rc != 0) abort (); printf ("nonce `%s': %s", c.nonce, strcmp ("4711", c.nonce) == 0 ? "PASS" : "FAILURE"); printf ("\n"); tmp = digest_md5_print_challenge (&c); if (!tmp) abort (); printf ("printed `%s' PASS\n", tmp); free (tmp); } { const char *token = "qop=\"auth, auth-conf\", nonce=42, algorithm=md5-sess"; printf ("challenge `%s': ", token); rc = digest_md5_parse_challenge (token, 0, &c); if (rc == 0) abort (); printf ("PASS\n"); } { const char *token = "cipher=\"des\", nonce=42, algorithm=md5-sess"; printf ("challenge `%s': ", token); rc = digest_md5_parse_challenge (token, 0, &c); if (rc == 0) abort (); printf ("PASS\n"); } { const char *token = "qop=\"auth, auth-conf\", nonce=42, " "algorithm=md5-sess, cipher=\"des\""; printf ("challenge `%s': ", token); rc = digest_md5_parse_challenge (token, 0, &c); if (rc != 0) abort (); printf ("qop %02x ciphers %02x: %s\n", c.qops, c.ciphers, (c.qops == 5 && c.ciphers == 1) ? "PASS" : "FAILURE"); tmp = digest_md5_print_challenge (&c); if (!tmp) abort (); printf ("printed `%s' PASS\n", tmp); free (tmp); } { const char *token = "bar=foo, foo=bar"; printf ("challenge `%s': ", token); rc = digest_md5_parse_challenge (token, 0, &c); if (rc == 0) abort (); printf ("PASS\n"); } { const char *token = "realm=foo, realm=bar, nonce=42, algorithm=md5-sess"; printf ("challenge `%s': ", token); rc = digest_md5_parse_challenge (token, 0, &c); if (rc != 0) abort (); if (c.nrealms != 2) abort (); printf ("realms `%s', `%s': PASS\n", c.realms[0], c.realms[1]); tmp = digest_md5_print_challenge (&c); if (!tmp) abort (); printf ("printed `%s' PASS\n", tmp); free (tmp); } /* Response */ { const char *token = "bar=foo, foo=bar"; printf ("response `%s': ", token); rc = digest_md5_parse_response (token, 0, &r); if (rc == 0) abort (); printf ("PASS\n"); } { const char *token = "username=jas, nonce=42, cnonce=4711, nc=00000001, " "digest-uri=foo, response=01234567890123456789012345678901"; printf ("response `%s': ", token); rc = digest_md5_parse_response (token, 0, &r); if (rc != 0) abort (); printf ("username `%s', nonce `%s', cnonce `%s'," " nc %08lx, digest-uri `%s', response `%s': PASS\n", r.username, r.nonce, r.cnonce, r.nc, r.digesturi, r.response); tmp = digest_md5_print_response (&r); if (!tmp) abort (); printf ("printed `%s' PASS\n", tmp); free (tmp); } /* Auth-response, finish. */ { const char *token = "rspauth=\"6a204da26b9888ee40bb3052ff056a67\""; printf ("finish `%s': ", token); rc = digest_md5_parse_finish (token, 0, &f); if (rc != 0) abort (); printf ("`%s'? %s\n", f.rspauth, strcmp ("6a204da26b9888ee40bb3052ff056a67", f.rspauth) == 0 ? "ok" : "FAILURE"); } { const char *token = "bar=foo, foo=bar"; printf ("finish `%s': ", token); rc = digest_md5_parse_finish (token, 0, &f); if (rc == 0) abort (); printf ("invalid? PASS\n"); } rc = gc_init (); if (rc != 0) { printf ("gc_init error %d\n", rc); abort (); } memset (buf16, 'Q', 16); rc = digest_md5_hmac (buf32, buf16, "nonce", 1, "cnonce", DIGEST_MD5_QOP_AUTH, "authzid", "digesturi", 1, 0, NULL, NULL, NULL, NULL); if (rc != 0) abort (); buf32[32] = '\0'; if (strcmp (buf32, "6a204da26b9888ee40bb3052ff056a67") != 0) abort (); printf ("digest: `%s': PASS\n", buf32); rc = digest_md5_hmac (buf32, buf16, "nonce", 1, "cnonce", DIGEST_MD5_QOP_AUTH, "authzid", "digesturi", 0, 0, NULL, NULL, NULL, NULL); if (rc != 0) abort (); buf32[32] = '\0'; if (strcmp (buf32, "6c1f58bfa46e9c225b93745c84204efd") != 0) abort (); printf ("digest: `%s': PASS\n", buf32); return 0; } gsasl-1.8.0/lib/digest-md5/digesthmac.h0000664000000000000000000000427511754555060014533 00000000000000/* digesthmac.h --- Compute DIGEST-MD5 response value. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_DIGESTHMAC_H #define DIGEST_MD5_DIGESTHMAC_H /* Get token types. */ #include "tokens.h" /* Compute in 33 bytes large array OUTPUT the DIGEST-MD5 response value. SECRET holds the 16 bytes MD5 hash SS, i.e., H(username:realm:passwd). NONCE is a zero terminated string with the server nonce. NC is the nonce-count, typically 1 for initial authentication. CNONCE is a zero terminated string with the client nonce. QOP is the quality of protection to use. AUTHZID is a zero terminated string with the authorization identity. DIGESTURI is a zero terminated string with the server principal (e.g., imap/mail.example.org). RSPAUTH is a boolean which indicate whether to compute a value for the RSPAUTH response or the "real" authentication. CIPHER is the cipher to use. KIC, KIS, KCC, KCS are either NULL, or points to 16 byte arrays that will hold the computed keys on output. Returns 0 on success. */ extern int digest_md5_hmac (char *output, char secret[DIGEST_MD5_LENGTH], const char *nonce, unsigned long nc, const char *cnonce, digest_md5_qop qop, const char *authzid, const char *digesturi, int rspauth, digest_md5_cipher cipher, char *kic, char *kis, char *kcc, char *kcs); #endif /* DIGEST_MD5_DIGESTHMAC_H */ gsasl-1.8.0/lib/digest-md5/Makefile.in0000664000000000000000000013106111760730701014303 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c TESTS = $(am__EXEEXT_1) check_PROGRAMS = $(am__EXEEXT_1) subdir = digest-md5 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_digest_md5_la_LIBADD = am__libgsasl_digest_md5_la_SOURCES_DIST = digest-md5.h mechinfo.c \ session.h session.c getsubopt.c tokens.h digesthmac.h \ digesthmac.c validate.h validate.c parser.h parser.c printer.h \ printer.c free.h free.c nonascii.h nonascii.c qop.h qop.c \ client.c server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_digest_md5_la_OBJECTS = mechinfo.lo session.lo \ getsubopt.lo digesthmac.lo validate.lo parser.lo printer.lo \ free.lo nonascii.lo qop.lo $(am__objects_1) $(am__objects_2) libgsasl_digest_md5_la_OBJECTS = $(am_libgsasl_digest_md5_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__EXEEXT_1 = test-parser$(EXEEXT) test_parser_SOURCES = test-parser.c test_parser_OBJECTS = test-parser.$(OBJEXT) test_parser_LDADD = $(LDADD) test_parser_DEPENDENCIES = libgsasl-digest_md5.la ../gl/libgl.la DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_digest_md5_la_SOURCES) test-parser.c DIST_SOURCES = $(am__libgsasl_digest_md5_la_SOURCES_DIST) \ test-parser.c ETAGS = etags CTAGS = ctags am__tty_colors = \ red=; grn=; lgn=; blu=; std= DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl EXTRA_DIST = README noinst_LTLIBRARIES = libgsasl-digest_md5.la libgsasl_digest_md5_la_SOURCES = digest-md5.h mechinfo.c session.h \ session.c getsubopt.c tokens.h digesthmac.h digesthmac.c \ validate.h validate.c parser.h parser.c printer.h printer.c \ free.h free.c nonascii.h nonascii.c qop.h qop.c \ $(am__append_1) $(am__append_2) LDADD = libgsasl-digest_md5.la ../gl/libgl.la ctests = test-parser all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu digest-md5/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu digest-md5/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-digest_md5.la: $(libgsasl_digest_md5_la_OBJECTS) $(libgsasl_digest_md5_la_DEPENDENCIES) $(EXTRA_libgsasl_digest_md5_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_digest_md5_la_OBJECTS) $(libgsasl_digest_md5_la_LIBADD) $(LIBS) clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list test-parser$(EXEEXT): $(test_parser_OBJECTS) $(test_parser_DEPENDENCIES) $(EXTRA_test_parser_DEPENDENCIES) @rm -f test-parser$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_parser_OBJECTS) $(test_parser_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digesthmac.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/free.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getsubopt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nonascii.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qop.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-parser.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validate.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ col=$$red; res=XPASS; \ ;; \ *) \ col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ col=$$blu; res=SKIP; \ fi; \ echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ All=""; \ else \ tests="tests"; \ All="All "; \ fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="$$All$$all $$tests passed"; \ else \ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all $$tests failed"; \ else \ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ if test "$$skip" -eq 1; then \ skipped="($$skip test was not run)"; \ else \ skipped="($$skip tests were not run)"; \ fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ col="$$grn"; \ else \ col="$$red"; \ fi; \ echo "$${col}$$dashes$${std}"; \ echo "$${col}$$banner$${std}"; \ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ test -z "$$report" || echo "$${col}$$report$${std}"; \ echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES ctags distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/digest-md5/free.h0000664000000000000000000000233711754555060013341 00000000000000/* free.h --- Free allocated data in DIGEST-MD5 token structures. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_FREE_H #define DIGEST_MD5_FREE_H /* Get token types. */ #include "tokens.h" extern void digest_md5_free_challenge (digest_md5_challenge * c); extern void digest_md5_free_response (digest_md5_response * r); extern void digest_md5_free_finish (digest_md5_finish * f); #endif /* DIGEST_MD5_FREE_H */ gsasl-1.8.0/lib/digest-md5/free.c0000664000000000000000000000301711754555060013330 00000000000000/* free.h --- Free allocated data in DIGEST-MD5 token structures. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ /* Get prototypes. */ #include "free.h" /* Get free. */ #include /* Get memset. */ #include void digest_md5_free_challenge (digest_md5_challenge * c) { size_t i; for (i = 0; i < c->nrealms; i++) free (c->realms[i]); free (c->realms); free (c->nonce); memset (c, 0, sizeof (*c)); } void digest_md5_free_response (digest_md5_response * r) { free (r->username); free (r->realm); free (r->nonce); free (r->cnonce); free (r->digesturi); free (r->authzid); memset (r, 0, sizeof (*r)); } void digest_md5_free_finish (digest_md5_finish * f) { memset (f, 0, sizeof (*f)); } gsasl-1.8.0/lib/digest-md5/validate.c0000664000000000000000000000741111754555060014202 00000000000000/* validate.c --- Validate consistency of DIGEST-MD5 tokens. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "validate.h" /* Get strcmp, strlen. */ #include int digest_md5_validate_challenge (digest_md5_challenge * c) { /* This directive is required and MUST appear exactly once; if not present, or if multiple instances are present, the client should abort the authentication exchange. */ if (!c->nonce) return -1; /* This directive must be present exactly once if "auth-conf" is offered in the "qop-options" directive */ if (c->ciphers && !(c->qops & DIGEST_MD5_QOP_AUTH_CONF)) return -1; if (!c->ciphers && (c->qops & DIGEST_MD5_QOP_AUTH_CONF)) return -1; return 0; } int digest_md5_validate_response (digest_md5_response * r) { /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (!r->username) return -1; /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (!r->nonce) return -1; /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (!r->cnonce) return -1; /* This directive is required and MUST be present exactly once; otherwise, or if the value is 0, authentication fails. */ if (!r->nc) return -1; /* This directive is required and MUST be present exactly once; if multiple instances are present, the client MUST abort the authentication exchange. */ if (!r->digesturi) return -1; /* This directive is required and MUST be present exactly once; otherwise, authentication fails. */ if (!*r->response) return -1; if (strlen (r->response) != DIGEST_MD5_RESPONSE_LENGTH) return -1; /* This directive MUST appear exactly once if "auth-conf" is negotiated; if required and not present, authentication fails. If the client recognizes no cipher and the server only advertised "auth-conf" in the qop option, the client MUST abort the authentication exchange. */ if (r->qop == DIGEST_MD5_QOP_AUTH_CONF && !r->cipher) return -1; if (r->qop != DIGEST_MD5_QOP_AUTH_CONF && r->cipher) return -1; return 0; } int digest_md5_validate_finish (digest_md5_finish * f) { if (!f->rspauth) return -1; /* A string of 32 hex digits */ if (strlen (f->rspauth) != DIGEST_MD5_RESPONSE_LENGTH) return -1; return 0; } int digest_md5_validate (digest_md5_challenge * c, digest_md5_response * r) { if (!c->nonce || !r->nonce) return -1; if (strcmp (c->nonce, r->nonce) != 0) return -1; if (r->nc != 1) return -1; if (!c->utf8 && r->utf8) return -1; if (!((c->qops ? c->qops : DIGEST_MD5_QOP_AUTH) & (r->qop ? r->qop : DIGEST_MD5_QOP_AUTH))) return -1; if ((r->qop & DIGEST_MD5_QOP_AUTH_CONF) && !(c->ciphers & r->cipher)) return -1; /* FIXME: Check more? */ return 0; } gsasl-1.8.0/lib/digest-md5/README0000664000000000000000000000320711754555060013124 00000000000000DIGEST-MD5 README -- Notes on the implementation Copyright (C) 2004-2012 Simon Josefsson See the end for copying conditions. This directory hold an implementation of DIGEST-MD5. This module is written in portable C89. It may be used as a stand-alone implementation, outside of the framework that GNU SASL provide. It needs two external symbols, gc_md5 and gc_hmac_md5, which should be easy to re-implement, if you are not using libgc. The files CLIENT.C and SERVER.C contain the glue between GNU SASL and the stand-alone implementation. Currently it is the best (only) example on how to use the module. For updates to the project, see . Random notes follow. * I initialled wanted to use abnf2perl from to build a Flex/Yacc grammar for DIGEST-MD5, instead of parser.c. However, the perl script did not seem to handle several required construct, and did not generally seem finished. Secondly, the Yacc generated code was difficult to read, and hence difficult to review. I still wish to explore this way, because the current parser is too permissive, but don't have time now. * It intentionally do not implement sub-sequent authentication. If you believe that saving one round-trip in some, for most users uncommon situations, make up for the added code complexity, hire me to implement the missing pieces. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/lib/digest-md5/getsubopt.c0000664000000000000000000000654511754555060014434 00000000000000/* getsubopt.c --- Parse comma separate list into words, DIGEST-MD5 style. * Copyright (C) 2002-2012 Simon Josefsson * Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. * From the GNU C Library, under GNU LGPL version 2.1. * Contributed by Ulrich Drepper , 1996. * Modified for Libgsasl by Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "parser.h" /* Get memchr and memcmp. */ #include /* Parse comma separated suboption from *OPTIONP and match against strings in TOKENS. If found return index and set *VALUEP to optional value introduced by an equal sign. If the suboption is not part of TOKENS return in *VALUEP beginning of unknown suboption. On exit *OPTIONP is set to the beginning of the next token or at the terminating NUL character. This function is NOT identical to standard getsubopt! */ int digest_md5_getsubopt (char **optionp, const char *const *tokens, char **valuep) { char *endp, *vstart; int cnt; int inside_quote = 0; if (**optionp == '\0') return -1; /* Find end of next token. */ endp = *optionp; while (*endp != '\0' && (inside_quote || (!inside_quote && *endp != ','))) { if (*endp == '"') inside_quote = !inside_quote; endp++; } /* Find start of value. */ vstart = memchr (*optionp, '=', endp - *optionp); if (vstart == NULL) vstart = endp; /* Try to match the characters between *OPTIONP and VSTART against one of the TOKENS. */ for (cnt = 0; tokens[cnt] != NULL; ++cnt) if (memcmp (*optionp, tokens[cnt], vstart - *optionp) == 0 && tokens[cnt][vstart - *optionp] == '\0') { /* We found the current option in TOKENS. */ *valuep = vstart != endp ? vstart + 1 : NULL; while (*valuep && (**valuep == ' ' || **valuep == '\t' || **valuep == '\r' || **valuep == '\n' || **valuep == '"')) (*valuep)++; if (*endp != '\0') { *endp = '\0'; *optionp = endp + 1; } else *optionp = endp; endp--; while (*endp == ' ' || *endp == '\t' || *endp == '\r' || *endp == '\n' || *endp == '"') *endp-- = '\0'; while (**optionp == ' ' || **optionp == '\t' || **optionp == '\r' || **optionp == '\n') (*optionp)++; return cnt; } /* The current suboption does not match any option. */ *valuep = *optionp; if (*endp != '\0') *endp++ = '\0'; *optionp = endp; while (**optionp == ' ' || **optionp == '\t' || **optionp == '\r' || **optionp == '\n') (*optionp)++; return -1; } gsasl-1.8.0/lib/digest-md5/tokens.h0000664000000000000000000001143011754555060013715 00000000000000/* tokens.h --- Types for DIGEST-MD5 tokens. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_TOKENS_H #define DIGEST_MD5_TOKENS_H /* Get size_t. */ #include /* Length of MD5 output. */ #define DIGEST_MD5_LENGTH 16 /* Quality of Protection types. */ enum digest_md5_qop { DIGEST_MD5_QOP_AUTH = 1, DIGEST_MD5_QOP_AUTH_INT = 2, DIGEST_MD5_QOP_AUTH_CONF = 4 }; typedef enum digest_md5_qop digest_md5_qop; /* Cipher types. */ enum digest_md5_cipher { DIGEST_MD5_CIPHER_DES = 1, DIGEST_MD5_CIPHER_3DES = 2, DIGEST_MD5_CIPHER_RC4 = 4, DIGEST_MD5_CIPHER_RC4_40 = 8, DIGEST_MD5_CIPHER_RC4_56 = 16, DIGEST_MD5_CIPHER_AES_CBC = 32 }; typedef enum digest_md5_cipher digest_md5_cipher; /* * digest-challenge = * 1#( realm | nonce | qop-options | stale | server_maxbuf | charset * algorithm | cipher-opts | auth-param ) * * realm = "realm" "=" <"> realm-value <"> * realm-value = qdstr-val * nonce = "nonce" "=" <"> nonce-value <"> * nonce-value = *qdtext * qop-options = "qop" "=" <"> qop-list <"> * qop-list = 1#qop-value * qop-value = "auth" | "auth-int" | "auth-conf" | qop-token * ;; qop-token is reserved for identifying future * ;; extensions to DIGEST-MD5 * qop-token = token * stale = "stale" "=" "true" * server_maxbuf = "maxbuf" "=" maxbuf-value * maxbuf-value = 1*DIGIT * charset = "charset" "=" "utf-8" * algorithm = "algorithm" "=" "md5-sess" * cipher-opts = "cipher" "=" <"> 1#cipher-value <"> * cipher-value = "3des" | "des" | "rc4-40" | "rc4" | * "rc4-56" | "aes-cbc" | cipher-token * ;; "des" and "3des" ciphers are obsolete. * ;; cipher-token is reserved for new ciphersuites * cipher-token = token * auth-param = token "=" ( token | quoted-string ) * */ struct digest_md5_challenge { size_t nrealms; char **realms; char *nonce; int qops; int stale; unsigned long servermaxbuf; int utf8; int ciphers; }; typedef struct digest_md5_challenge digest_md5_challenge; #define DIGEST_MD5_RESPONSE_LENGTH 32 /* * digest-response = 1#( username | realm | nonce | cnonce | * nonce-count | qop | digest-uri | response | * client_maxbuf | charset | cipher | authzid | * auth-param ) * * username = "username" "=" <"> username-value <"> * username-value = qdstr-val * cnonce = "cnonce" "=" <"> cnonce-value <"> * cnonce-value = *qdtext * nonce-count = "nc" "=" nc-value * nc-value = 8LHEX * client_maxbuf = "maxbuf" "=" maxbuf-value * qop = "qop" "=" qop-value * digest-uri = "digest-uri" "=" <"> digest-uri-value <"> * digest-uri-value = serv-type "/" host [ "/" serv-name ] * serv-type = 1*ALPHA * serv-name = host * response = "response" "=" response-value * response-value = 32LHEX * LHEX = "0" | "1" | "2" | "3" | * "4" | "5" | "6" | "7" | * "8" | "9" | "a" | "b" | * "c" | "d" | "e" | "f" * cipher = "cipher" "=" cipher-value * authzid = "authzid" "=" <"> authzid-value <"> * authzid-value = qdstr-val * */ struct digest_md5_response { char *username; char *realm; char *nonce; char *cnonce; unsigned long nc; digest_md5_qop qop; char *digesturi; unsigned long clientmaxbuf; int utf8; digest_md5_cipher cipher; char *authzid; char response[DIGEST_MD5_RESPONSE_LENGTH + 1]; }; typedef struct digest_md5_response digest_md5_response; /* * response-auth = "rspauth" "=" response-value */ struct digest_md5_finish { char rspauth[DIGEST_MD5_RESPONSE_LENGTH + 1]; }; typedef struct digest_md5_finish digest_md5_finish; #endif /* DIGEST_MD5_TOKENS_H */ gsasl-1.8.0/lib/digest-md5/validate.h0000664000000000000000000000251011754555060014202 00000000000000/* validate.h --- Validate consistency of DIGEST-MD5 tokens. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_VALIDATE_H #define DIGEST_MD5_VALIDATE_H /* Get token types. */ #include "tokens.h" extern int digest_md5_validate_challenge (digest_md5_challenge * c); extern int digest_md5_validate_response (digest_md5_response * r); extern int digest_md5_validate_finish (digest_md5_finish * f); extern int digest_md5_validate (digest_md5_challenge * c, digest_md5_response * r); #endif /* DIGEST_MD5_VALIDATE_H */ gsasl-1.8.0/lib/digest-md5/nonascii.h0000664000000000000000000000216111754555060014216 00000000000000/* nonascii.h --- Prototypes for UTF-8 vs Latin-1 conversion for DIGEST-MD5 * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_NONASCII_H #define DIGEST_MD5_NONASCII_H extern char *latin1toutf8 (const char *str); extern char *utf8tolatin1ifpossible (const char *passwd); #endif /* DIGEST_MD5_NONASCII_H */ gsasl-1.8.0/lib/digest-md5/printer.h0000664000000000000000000000240011754555060014072 00000000000000/* printer.h --- Convert DIGEST-MD5 token structures into strings. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef DIGEST_MD5_PRINTER_H #define DIGEST_MD5_PRINTER_H /* Get token types. */ #include "tokens.h" extern char *digest_md5_print_challenge (digest_md5_challenge * challenge); extern char *digest_md5_print_response (digest_md5_response * response); extern char *digest_md5_print_finish (digest_md5_finish * out); #endif /* DIGEST_MD5_PRINTER_H */ gsasl-1.8.0/lib/digest-md5/session.c0000664000000000000000000001233511754555060014075 00000000000000/* session.c --- Data integrity/privacy protection of DIGEST-MD5. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "session.h" /* Get malloc, free. */ #include /* Get memcpy, strdup, strlen. */ #include /* Get gc_hmac_md5. */ #include #define MD5LEN 16 #define SASL_INTEGRITY_PREFIX_LENGTH 4 #define MAC_DATA_LEN 4 #define MAC_HMAC_LEN 10 #define MAC_MSG_TYPE "\x00\x01" #define MAC_MSG_TYPE_LEN 2 #define MAC_SEQNUM_LEN 4 int digest_md5_encode (const char *input, size_t input_len, char **output, size_t * output_len, digest_md5_qop qop, unsigned long sendseqnum, char key[DIGEST_MD5_LENGTH]) { int res; if (qop & DIGEST_MD5_QOP_AUTH_CONF) { return -1; } else if (qop & DIGEST_MD5_QOP_AUTH_INT) { char *seqnumin; char hash[GC_MD5_DIGEST_SIZE]; size_t len; seqnumin = malloc (MAC_SEQNUM_LEN + input_len); if (seqnumin == NULL) return -1; seqnumin[0] = (sendseqnum >> 24) & 0xFF; seqnumin[1] = (sendseqnum >> 16) & 0xFF; seqnumin[2] = (sendseqnum >> 8) & 0xFF; seqnumin[3] = sendseqnum & 0xFF; memcpy (seqnumin + MAC_SEQNUM_LEN, input, input_len); res = gc_hmac_md5 (key, MD5LEN, seqnumin, MAC_SEQNUM_LEN + input_len, hash); free (seqnumin); if (res) return -1; *output_len = MAC_DATA_LEN + input_len + MAC_HMAC_LEN + MAC_MSG_TYPE_LEN + MAC_SEQNUM_LEN; *output = malloc (*output_len); if (!*output) return -1; len = MAC_DATA_LEN; memcpy (*output + len, input, input_len); len += input_len; memcpy (*output + len, hash, MAC_HMAC_LEN); len += MAC_HMAC_LEN; memcpy (*output + len, MAC_MSG_TYPE, MAC_MSG_TYPE_LEN); len += MAC_MSG_TYPE_LEN; (*output + len)[0] = (sendseqnum >> 24) & 0xFF; (*output + len)[1] = (sendseqnum >> 16) & 0xFF; (*output + len)[2] = (sendseqnum >> 8) & 0xFF; (*output + len)[3] = sendseqnum & 0xFF; len += MAC_SEQNUM_LEN; (*output)[0] = ((len - MAC_DATA_LEN) >> 24) & 0xFF; (*output)[1] = ((len - MAC_DATA_LEN) >> 16) & 0xFF; (*output)[2] = ((len - MAC_DATA_LEN) >> 8) & 0xFF; (*output)[3] = (len - MAC_DATA_LEN) & 0xFF; } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return -1; memcpy (*output, input, input_len); } return 0; } #define C2I(buf) ((buf[3] & 0xFF) | \ ((buf[2] & 0xFF) << 8) | \ ((buf[1] & 0xFF) << 16) | \ ((buf[0] & 0xFF) << 24)) int digest_md5_decode (const char *input, size_t input_len, char **output, size_t * output_len, digest_md5_qop qop, unsigned long readseqnum, char key[DIGEST_MD5_LENGTH]) { if (qop & DIGEST_MD5_QOP_AUTH_CONF) { return -1; } else if (qop & DIGEST_MD5_QOP_AUTH_INT) { char *seqnumin; char hash[GC_MD5_DIGEST_SIZE]; unsigned long len; char tmpbuf[SASL_INTEGRITY_PREFIX_LENGTH]; int res; if (input_len < SASL_INTEGRITY_PREFIX_LENGTH) return -2; len = C2I (input); if (input_len < SASL_INTEGRITY_PREFIX_LENGTH + len) return -2; len -= MAC_HMAC_LEN + MAC_MSG_TYPE_LEN + MAC_SEQNUM_LEN; seqnumin = malloc (SASL_INTEGRITY_PREFIX_LENGTH + len); if (seqnumin == NULL) return -1; tmpbuf[0] = (readseqnum >> 24) & 0xFF; tmpbuf[1] = (readseqnum >> 16) & 0xFF; tmpbuf[2] = (readseqnum >> 8) & 0xFF; tmpbuf[3] = readseqnum & 0xFF; memcpy (seqnumin, tmpbuf, SASL_INTEGRITY_PREFIX_LENGTH); memcpy (seqnumin + SASL_INTEGRITY_PREFIX_LENGTH, input + MAC_DATA_LEN, len); res = gc_hmac_md5 (key, MD5LEN, seqnumin, MAC_SEQNUM_LEN + len, hash); free (seqnumin); if (res) return -1; if (memcmp (hash, input + input_len - MAC_SEQNUM_LEN - MAC_MSG_TYPE_LEN - MAC_HMAC_LEN, MAC_HMAC_LEN) == 0 && memcmp (MAC_MSG_TYPE, input + input_len - MAC_SEQNUM_LEN - MAC_MSG_TYPE_LEN, MAC_MSG_TYPE_LEN) == 0 && memcmp (tmpbuf, input + input_len - MAC_SEQNUM_LEN, MAC_SEQNUM_LEN) == 0) { *output_len = len; *output = malloc (*output_len); if (!*output) return -1; memcpy (*output, input + MAC_DATA_LEN, len); } else return -1; } else { *output_len = input_len; *output = malloc (input_len); if (!*output) return -1; memcpy (*output, input, input_len); } return 0; } gsasl-1.8.0/lib/digest-md5/qop.c0000664000000000000000000000441611754555060013212 00000000000000/* qop.c --- DIGEST-MD5 QOP handling. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "qop.h" #include "tokens.h" #include "parser.h" #include #include int digest_md5_qopstr2qops (const char *qopstr) { int qops = 0; enum { /* the order must match the following struct */ QOP_AUTH = 0, QOP_AUTH_INT, QOP_AUTH_CONF }; const char *const qop_opts[] = { /* the order must match the previous enum */ "qop-auth", "qop-int", "qop-conf", NULL }; char *subsubopts; char *val; char *qopdup; if (!qopstr) return 0; qopdup = strdup (qopstr); if (!qopdup) return -1; subsubopts = qopdup; while (*subsubopts != '\0') switch (digest_md5_getsubopt (&subsubopts, qop_opts, &val)) { case QOP_AUTH: qops |= DIGEST_MD5_QOP_AUTH; break; case QOP_AUTH_INT: qops |= DIGEST_MD5_QOP_AUTH_INT; break; case QOP_AUTH_CONF: qops |= DIGEST_MD5_QOP_AUTH_CONF; break; default: /* ignore unrecognized options */ break; } free (qopdup); return qops; } const char * digest_md5_qops2qopstr (int qops) { const char *qopstr[] = { /* 0 */ "qop-auth", /* 1 */ "qop-auth", /* 2 */ "qop-int", /* 3 */ "qop-auth, qop-int", /* 4 */ "qop-conf", /* 5 */ "qop-auth, qop-conf", /* 6 */ "qop-int, qop-conf", /* 7 */ "qop-auth, qop-int, qop-conf" }; return qopstr[qops & 0x07]; } gsasl-1.8.0/lib/digest-md5/digesthmac.c0000664000000000000000000002127011754555060014520 00000000000000/* digesthmac.c --- Compute DIGEST-MD5 response value. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "digesthmac.h" /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include /* Get sprintf. */ #include /* Get gc_md5. */ #include #define HEXCHAR(c) ((c & 0x0F) > 9 ? 'a' + (c & 0x0F) - 10 : '0' + (c & 0x0F)) #define QOP_AUTH "auth" #define QOP_AUTH_INT "auth-int" #define QOP_AUTH_CONF "auth-conf" #define A2_PRE "AUTHENTICATE:" #define A2_POST ":00000000000000000000000000000000" #define COLON ":" #define MD5LEN 16 #define DERIVE_CLIENT_INTEGRITY_KEY_STRING \ "Digest session key to client-to-server signing key magic constant" #define DERIVE_CLIENT_INTEGRITY_KEY_STRING_LEN 65 #define DERIVE_SERVER_INTEGRITY_KEY_STRING \ "Digest session key to server-to-client signing key magic constant" #define DERIVE_SERVER_INTEGRITY_KEY_STRING_LEN 65 #define DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING \ "Digest H(A1) to client-to-server sealing key magic constant" #define DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING_LEN 59 #define DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING \ "Digest H(A1) to server-to-client sealing key magic constant" #define DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING_LEN 59 /* Compute in 33 bytes large array OUTPUT the DIGEST-MD5 response value. SECRET holds the 16 bytes MD5 hash SS, i.e., H(username:realm:passwd). NONCE is a zero terminated string with the server nonce. NC is the nonce-count, typically 1 for initial authentication. CNONCE is a zero terminated string with the client nonce. QOP is the quality of protection to use. AUTHZID is a zero terminated string with the authorization identity. DIGESTURI is a zero terminated string with the server principal (e.g., imap/mail.example.org). RSPAUTH is a boolean which indicate whether to compute a value for the RSPAUTH response or the "real" authentication. CIPHER is the cipher to use. KIC, KIS, KCC, KCS are either NULL, or points to 16 byte arrays that will hold the computed keys on output. Returns 0 on success. */ int digest_md5_hmac (char *output, char secret[MD5LEN], const char *nonce, unsigned long nc, const char *cnonce, digest_md5_qop qop, const char *authzid, const char *digesturi, int rspauth, digest_md5_cipher cipher, char *kic, char *kis, char *kcc, char *kcs) { const char *a2string = rspauth ? COLON : A2_PRE; char nchex[9]; char a1hexhash[2 * MD5LEN]; char a2hexhash[2 * MD5LEN]; char hash[MD5LEN]; char *tmp, *p; size_t tmplen; int rc; int i; /* A1 */ tmplen = MD5LEN + strlen (COLON) + strlen (nonce) + strlen (COLON) + strlen (cnonce); if (authzid && strlen (authzid) > 0) tmplen += strlen (COLON) + strlen (authzid); p = tmp = malloc (tmplen); if (tmp == NULL) return -1; memcpy (p, secret, MD5LEN); p += MD5LEN; memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); memcpy (p, nonce, strlen (nonce)); p += strlen (nonce); memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); memcpy (p, cnonce, strlen (cnonce)); p += strlen (cnonce); if (authzid && strlen (authzid) > 0) { memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); memcpy (p, authzid, strlen (authzid)); p += strlen (authzid); } rc = gc_md5 (tmp, tmplen, hash); free (tmp); if (rc) return rc; if (kic) { char hash2[MD5LEN]; char q[MD5LEN + DERIVE_CLIENT_INTEGRITY_KEY_STRING_LEN]; size_t qlen = MD5LEN + DERIVE_CLIENT_INTEGRITY_KEY_STRING_LEN; memcpy (q, hash, MD5LEN); memcpy (q + MD5LEN, DERIVE_CLIENT_INTEGRITY_KEY_STRING, DERIVE_CLIENT_INTEGRITY_KEY_STRING_LEN); rc = gc_md5 (q, qlen, hash2); if (rc) return rc; memcpy (kic, hash2, MD5LEN); } if (kis) { char hash2[MD5LEN]; char q[MD5LEN + DERIVE_SERVER_INTEGRITY_KEY_STRING_LEN]; size_t qlen = MD5LEN + DERIVE_SERVER_INTEGRITY_KEY_STRING_LEN; memcpy (q, hash, MD5LEN); memcpy (q + MD5LEN, DERIVE_SERVER_INTEGRITY_KEY_STRING, DERIVE_SERVER_INTEGRITY_KEY_STRING_LEN); rc = gc_md5 (q, qlen, hash2); if (rc) return rc; memcpy (kis, hash2, MD5LEN); } if (kcc) { char hash2[MD5LEN]; int n; char q[MD5LEN + DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING_LEN]; if (cipher == DIGEST_MD5_CIPHER_RC4_40) n = 5; else if (cipher == DIGEST_MD5_CIPHER_RC4_56) n = 7; else n = MD5LEN; memcpy (q, hash, n); memcpy (q + n, DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING, DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING_LEN); rc = gc_md5 (q, n + DERIVE_CLIENT_CONFIDENTIALITY_KEY_STRING_LEN, hash2); if (rc) return rc; memcpy (kcc, hash2, MD5LEN); } if (kcs) { char hash2[MD5LEN]; int n; char q[MD5LEN + DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING_LEN]; if (cipher == DIGEST_MD5_CIPHER_RC4_40) n = 5; else if (cipher == DIGEST_MD5_CIPHER_RC4_56) n = 7; else n = MD5LEN; memcpy (q, hash, n); memcpy (q + n, DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING, DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING_LEN); rc = gc_md5 (q, n + DERIVE_SERVER_CONFIDENTIALITY_KEY_STRING_LEN, hash2); if (rc) return rc; memcpy (kcs, hash2, MD5LEN); } for (i = 0; i < MD5LEN; i++) { a1hexhash[2 * i + 1] = HEXCHAR (hash[i]); a1hexhash[2 * i + 0] = HEXCHAR (hash[i] >> 4); } /* A2 */ tmplen = strlen (a2string) + strlen (digesturi); if (qop & DIGEST_MD5_QOP_AUTH_INT || qop & DIGEST_MD5_QOP_AUTH_CONF) tmplen += strlen (A2_POST); p = tmp = malloc (tmplen); if (tmp == NULL) return -1; memcpy (p, a2string, strlen (a2string)); p += strlen (a2string); memcpy (p, digesturi, strlen (digesturi)); p += strlen (digesturi); if (qop & DIGEST_MD5_QOP_AUTH_INT || qop & DIGEST_MD5_QOP_AUTH_CONF) memcpy (p, A2_POST, strlen (A2_POST)); rc = gc_md5 (tmp, tmplen, hash); free (tmp); if (rc) return rc; for (i = 0; i < MD5LEN; i++) { a2hexhash[2 * i + 1] = HEXCHAR (hash[i]); a2hexhash[2 * i + 0] = HEXCHAR (hash[i] >> 4); } /* response_value */ sprintf (nchex, "%08lx", nc); tmplen = 2 * MD5LEN + strlen (COLON) + strlen (nonce) + strlen (COLON) + strlen (nchex) + strlen (COLON) + strlen (cnonce) + strlen (COLON); if (qop & DIGEST_MD5_QOP_AUTH_CONF) tmplen += strlen (QOP_AUTH_CONF); else if (qop & DIGEST_MD5_QOP_AUTH_INT) tmplen += strlen (QOP_AUTH_INT); else if (qop & DIGEST_MD5_QOP_AUTH) tmplen += strlen (QOP_AUTH); tmplen += strlen (COLON) + 2 * MD5LEN; p = tmp = malloc (tmplen); if (tmp == NULL) return -1; memcpy (p, a1hexhash, 2 * MD5LEN); p += 2 * MD5LEN; memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); memcpy (p, nonce, strlen (nonce)); p += strlen (nonce); memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); memcpy (p, nchex, strlen (nchex)); p += strlen (nchex); memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); memcpy (p, cnonce, strlen (cnonce)); p += strlen (cnonce); memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); if (qop & DIGEST_MD5_QOP_AUTH_CONF) { memcpy (p, QOP_AUTH_CONF, strlen (QOP_AUTH_CONF)); p += strlen (QOP_AUTH_CONF); } else if (qop & DIGEST_MD5_QOP_AUTH_INT) { memcpy (p, QOP_AUTH_INT, strlen (QOP_AUTH_INT)); p += strlen (QOP_AUTH_INT); } else if (qop & DIGEST_MD5_QOP_AUTH) { memcpy (p, QOP_AUTH, strlen (QOP_AUTH)); p += strlen (QOP_AUTH); } memcpy (p, COLON, strlen (COLON)); p += strlen (COLON); memcpy (p, a2hexhash, 2 * MD5LEN); rc = gc_md5 (tmp, tmplen, hash); free (tmp); if (rc) return rc; for (i = 0; i < MD5LEN; i++) { output[2 * i + 1] = HEXCHAR (hash[i]); output[2 * i + 0] = HEXCHAR (hash[i] >> 4); } output[32] = '\0'; return 0; } gsasl-1.8.0/lib/saml20/0000775000000000000000000000000011760732120011445 500000000000000gsasl-1.8.0/lib/saml20/client.c0000664000000000000000000000542311754555060013024 00000000000000/* client.c --- SAML20 mechanism, client side. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "saml20.h" /* Get strdup, strlen. */ #include /* Get free. */ #include /* Get bool. */ #include /* Get _gsasl_gs2_generate_header. */ #include "mechtools.h" struct saml20_client_state { int step; }; int _gsasl_saml20_client_start (Gsasl_session * sctx, void **mech_data) { struct saml20_client_state *state; state = (struct saml20_client_state *) calloc (sizeof (*state), 1); if (state == NULL) return GSASL_MALLOC_ERROR; *mech_data = state; return GSASL_OK; } int _gsasl_saml20_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct saml20_client_state *state = mech_data; int res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; switch (state->step) { case 0: { const char *authzid = gsasl_property_get (sctx, GSASL_AUTHZID); const char *idp = gsasl_property_get (sctx, GSASL_SAML20_IDP_IDENTIFIER); if (!idp || !*idp) return GSASL_NO_SAML20_IDP_IDENTIFIER; res = _gsasl_gs2_generate_header (false, 'n', NULL, authzid, strlen (idp), idp, output, output_len); if (res != GSASL_OK) return res; res = GSASL_NEEDS_MORE; state->step++; } break; case 1: { gsasl_property_set_raw (sctx, GSASL_SAML20_REDIRECT_URL, input, input_len); res = gsasl_callback (NULL, sctx, GSASL_SAML20_AUTHENTICATE_IN_BROWSER); if (res != GSASL_OK) return res; *output_len = 1; *output = strdup ("="); if (!*output) return GSASL_MALLOC_ERROR; res = GSASL_OK; state->step++; } break; default: break; } return res; } void _gsasl_saml20_client_finish (Gsasl_session * sctx, void *mech_data) { struct saml20_client_state *state = mech_data; if (!state) return; free (state); } gsasl-1.8.0/lib/saml20/mechinfo.c0000664000000000000000000000266211754555060013340 00000000000000/* mechinfo.c --- Definition of SAML20 mechanism. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "saml20.h" Gsasl_mechanism gsasl_saml20_mechanism = { GSASL_SAML20_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_saml20_client_start, _gsasl_saml20_client_step, _gsasl_saml20_client_finish, #else NULL, NULL, NULL, #endif NULL, NULL} , { NULL, NULL, #ifdef USE_SERVER _gsasl_saml20_server_start, _gsasl_saml20_server_step, _gsasl_saml20_server_finish, #else NULL, NULL, NULL, #endif NULL, NULL} }; gsasl-1.8.0/lib/saml20/Makefile.am0000664000000000000000000000225211754555060013433 00000000000000# Copyright (C) 2010-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-saml20.la libgsasl_saml20_la_SOURCES = saml20.h mechinfo.c if CLIENT libgsasl_saml20_la_SOURCES += client.c endif if SERVER libgsasl_saml20_la_SOURCES += server.c endif gsasl-1.8.0/lib/saml20/server.c0000664000000000000000000000603211754555060013051 00000000000000/* server.c --- SAML20 mechanism, server side. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "saml20.h" /* Get strdup, strlen. */ #include /* Get free. */ #include /* Get _gsasl_parse_gs2_header. */ #include "mechtools.h" struct saml20_server_state { int step; }; int _gsasl_saml20_server_start (Gsasl_session * sctx, void **mech_data) { struct saml20_server_state *state; state = (struct saml20_server_state *) calloc (sizeof (*state), 1); if (state == NULL) return GSASL_MALLOC_ERROR; *mech_data = state; return GSASL_OK; } int _gsasl_saml20_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct saml20_server_state *state = mech_data; int res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; *output_len = 0; *output = NULL; switch (state->step) { case 0: { const char *p; char *authzid; size_t headerlen; if (input_len == 0) return GSASL_NEEDS_MORE; res = _gsasl_parse_gs2_header (input, input_len, &authzid, &headerlen); if (res != GSASL_OK) return res; if (authzid) { gsasl_property_set (sctx, GSASL_AUTHZID, authzid); free (authzid); } input += headerlen; input_len -= headerlen; gsasl_property_set_raw (sctx, GSASL_SAML20_IDP_IDENTIFIER, input, input_len); p = gsasl_property_get (sctx, GSASL_SAML20_REDIRECT_URL); if (!p || !*p) return GSASL_NO_SAML20_REDIRECT_URL; *output_len = strlen (p); *output = malloc (*output_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, p, *output_len); res = GSASL_NEEDS_MORE; state->step++; break; } case 1: { if (!(input_len == 1 && *input == '=')) return GSASL_MECHANISM_PARSE_ERROR; res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_SAML20); if (res != GSASL_OK) return res; *output = NULL; *output_len = 0; res = GSASL_OK; state->step++; break; } default: break; } return res; } void _gsasl_saml20_server_finish (Gsasl_session * sctx, void *mech_data) { struct saml20_server_state *state = mech_data; if (!state) return; free (state); } gsasl-1.8.0/lib/saml20/Makefile.in0000664000000000000000000011702111760730703013441 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2010-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = saml20 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_saml20_la_LIBADD = am__libgsasl_saml20_la_SOURCES_DIST = saml20.h mechinfo.c client.c \ server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_saml20_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_saml20_la_OBJECTS = $(am_libgsasl_saml20_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_saml20_la_SOURCES) DIST_SOURCES = $(am__libgsasl_saml20_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-saml20.la libgsasl_saml20_la_SOURCES = saml20.h mechinfo.c $(am__append_1) \ $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu saml20/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu saml20/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-saml20.la: $(libgsasl_saml20_la_OBJECTS) $(libgsasl_saml20_la_DEPENDENCIES) $(EXTRA_libgsasl_saml20_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_saml20_la_OBJECTS) $(libgsasl_saml20_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/saml20/saml20.h0000664000000000000000000000337011754555060012650 00000000000000/* saml20.h --- Prototypes for SAML20. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef SAML20_H #define SAML20_H #include #define GSASL_SAML20_NAME "SAML20" extern Gsasl_mechanism gsasl_saml20_mechanism; extern int _gsasl_saml20_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_saml20_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_saml20_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_saml20_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_saml20_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_saml20_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* SAML20_H */ gsasl-1.8.0/lib/libgsasl.pc.in0000664000000000000000000000115111754555060013027 00000000000000# Process this file with autoconf to produce a pkg-config metadata file. # Copyright 2002-2012 Simon Josefsson # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libgsasl Description: GNU Simple Authentication and Security Layer (SASL) URL: http://www.gnu.org/software/gsasl/ Version: @VERSION@ Libs: -L${libdir} -lgsasl Libs.private: @LTLIBGCRYPT@ @LTLIBIDN@ @LTLIBNTLM@ Cflags: -I${includedir} gsasl-1.8.0/lib/GNUmakefile0000664000000000000000000001073511746471770012366 00000000000000# Having a separate GNUmakefile lets me 'include' the dynamically # generated rules created via cfg.mk (package-local configuration) # as well as maint.mk (generic maintainer rules). # This makefile is used only if you run GNU Make. # It is necessary if you want to build targets usually of interest # only to the maintainer. # Copyright (C) 2001, 2003, 2006-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # If the user runs GNU make but has not yet run ./configure, # give them a diagnostic. _gl-Makefile := $(wildcard [M]akefile) ifneq ($(_gl-Makefile),) # Make tar archive easier to reproduce. export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner # Allow the user to add to this in the Makefile. ALL_RECURSIVE_TARGETS = include Makefile # Some projects override e.g., _autoreconf here. -include $(srcdir)/cfg.mk # Allow cfg.mk to override these. _build-aux ?= build-aux _autoreconf ?= autoreconf -v include $(srcdir)/maint.mk # Ensure that $(VERSION) is up to date for dist-related targets, but not # for others: rerunning autoreconf and recompiling everything isn't cheap. _have-git-version-gen := \ $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes) ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL)) _is-dist-target ?= $(filter-out %clean, \ $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS))) _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS))) ifneq (,$(_is-dist-target)$(_is-install-target)) _curr-ver := $(shell cd $(srcdir) \ && $(_build-aux)/git-version-gen \ .tarball-version \ $(git-version-gen-tag-sed-script)) ifneq ($(_curr-ver),$(VERSION)) ifeq ($(_curr-ver),UNKNOWN) $(info WARNING: unable to verify if $(VERSION) is the correct version) else ifneq (,$(_is-install-target)) # GNU Coding Standards state that 'make install' should not cause # recompilation after 'make all'. But as long as changing the version # string alters config.h, the cost of having 'make all' always have an # up-to-date version is prohibitive. So, as a compromise, we merely # warn when installing a version string that is out of date; the user # should run 'autoreconf' (or something like 'make distcheck') to # fix the version, 'make all' to propagate it, then 'make install'. $(info WARNING: version string $(VERSION) is out of date;) $(info run '$(MAKE) _version' to fix it) else $(info INFO: running autoreconf for new version string: $(_curr-ver)) GNUmakefile: _version touch GNUmakefile endif endif endif endif endif .PHONY: _version _version: cd $(srcdir) && rm -rf autom4te.cache .version && $(_autoreconf) $(MAKE) $(AM_MAKEFLAGS) Makefile else .DEFAULT_GOAL := abort-due-to-no-makefile srcdir = . # The package can override .DEFAULT_GOAL to run actions like autoreconf. -include ./cfg.mk # Allow cfg.mk to override these. _build-aux ?= build-aux _autoreconf ?= autoreconf -v include ./maint.mk ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) $(MAKECMDGOALS): abort-due-to-no-makefile endif abort-due-to-no-makefile: @echo There seems to be no Makefile in this directory. 1>&2 @echo "You must run ./configure before running 'make'." 1>&2 @exit 1 endif # Tell version 3.79 and up of GNU make to not build goals in this # directory in parallel, in case someone tries to build multiple # targets, and one of them can cause a recursive target to be invoked. # Only set this if Automake doesn't provide it. AM_RECURSIVE_TARGETS ?= $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) \ dist distcheck tags ctags ALL_RECURSIVE_TARGETS += $(AM_RECURSIVE_TARGETS) ifneq ($(word 2, $(MAKECMDGOALS)), ) ifneq ($(filter $(ALL_RECURSIVE_TARGETS), $(MAKECMDGOALS)), ) .NOTPARALLEL: endif endif gsasl-1.8.0/lib/build-aux/0000775000000000000000000000000011760732123012244 500000000000000gsasl-1.8.0/lib/build-aux/install-sh0000755000000000000000000003253711760730671014206 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call `install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then trap '(exit $?); exit' 1 2 13 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names starting with `-'. case $src in -*) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # Protect names starting with `-'. case $dst in -*) dst=./$dst;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writeable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; -*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test -z "$d" && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gsasl-1.8.0/lib/build-aux/depcomp0000755000000000000000000004755611760730701013560 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2011-12-04.11; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, # 2011 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by `PROGRAMS ARGS'. object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts `$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; icc) # Intel's C compiler understands `-MD -MF file'. However on # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c # ICC 7.0 will fill foo.d with something like # foo.o: sub/foo.c # foo.o: sub/foo.h # which is wrong. We want: # sub/foo.o: sub/foo.c # sub/foo.o: sub/foo.h # sub/foo.c: # sub/foo.h: # ICC 7.1 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using \ : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" # Add `dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a # static library. This mechanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two # compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 tmpdepfile2=$dir$base.o.d # libtool 1.5 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.o.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d tmpdepfile4=$dir$base.d "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test "$stat" = 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/ \1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/ / G p }' >> "$depfile" rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for `:' # in the target name. This is to cope with DOS-style filenames: # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. "$@" $dashmflag | sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove `-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile" echo " " >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gsasl-1.8.0/lib/build-aux/mdate-sh0000755000000000000000000001371711760730720013624 00000000000000#!/bin/sh # Get modification time of a file or directory and pretty-print it. scriptversion=2010-08-21.06; # UTC # Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009, 2010 # Free Software Foundation, Inc. # written by Ulrich Drepper , June 1995 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST fi case $1 in '') echo "$0: No file. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: mdate-sh [--help] [--version] FILE Pretty-print the modification day of FILE, in the format: 1 January 1970 Report bugs to . EOF exit $? ;; -v | --v*) echo "mdate-sh $scriptversion" exit $? ;; esac error () { echo "$0: $1" >&2 exit 1 } # Prevent date giving response in another language. LANG=C export LANG LC_ALL=C export LC_ALL LC_TIME=C export LC_TIME # GNU ls changes its time format in response to the TIME_STYLE # variable. Since we cannot assume `unset' works, revert this # variable to its documented default. if test "${TIME_STYLE+set}" = set; then TIME_STYLE=posix-long-iso export TIME_STYLE fi save_arg1=$1 # Find out how to get the extended ls output of a file or directory. if ls -L /dev/null 1>/dev/null 2>&1; then ls_command='ls -L -l -d' else ls_command='ls -l -d' fi # Avoid user/group names that might have spaces, when possible. if ls -n /dev/null 1>/dev/null 2>&1; then ls_command="$ls_command -n" fi # A `ls -l' line looks as follows on OS/2. # drwxrwx--- 0 Aug 11 2001 foo # This differs from Unix, which adds ownership information. # drwxrwx--- 2 root root 4096 Aug 11 2001 foo # # To find the date, we split the line on spaces and iterate on words # until we find a month. This cannot work with files whose owner is a # user named `Jan', or `Feb', etc. However, it's unlikely that `/' # will be owned by a user whose name is a month. So we first look at # the extended ls output of the root directory to decide how many # words should be skipped to get the date. # On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below. set x`$ls_command /` # Find which argument is the month. month= command= until test $month do test $# -gt 0 || error "failed parsing \`$ls_command /' output" shift # Add another shift to the command. command="$command shift;" case $1 in Jan) month=January; nummonth=1;; Feb) month=February; nummonth=2;; Mar) month=March; nummonth=3;; Apr) month=April; nummonth=4;; May) month=May; nummonth=5;; Jun) month=June; nummonth=6;; Jul) month=July; nummonth=7;; Aug) month=August; nummonth=8;; Sep) month=September; nummonth=9;; Oct) month=October; nummonth=10;; Nov) month=November; nummonth=11;; Dec) month=December; nummonth=12;; esac done test -n "$month" || error "failed parsing \`$ls_command /' output" # Get the extended ls output of the file or directory. set dummy x`eval "$ls_command \"\\\$save_arg1\""` # Remove all preceding arguments eval $command # Because of the dummy argument above, month is in $2. # # On a POSIX system, we should have # # $# = 5 # $1 = file size # $2 = month # $3 = day # $4 = year or time # $5 = filename # # On Darwin 7.7.0 and 7.6.0, we have # # $# = 4 # $1 = day # $2 = month # $3 = year or time # $4 = filename # Get the month. case $2 in Jan) month=January; nummonth=1;; Feb) month=February; nummonth=2;; Mar) month=March; nummonth=3;; Apr) month=April; nummonth=4;; May) month=May; nummonth=5;; Jun) month=June; nummonth=6;; Jul) month=July; nummonth=7;; Aug) month=August; nummonth=8;; Sep) month=September; nummonth=9;; Oct) month=October; nummonth=10;; Nov) month=November; nummonth=11;; Dec) month=December; nummonth=12;; esac case $3 in ???*) day=$1;; *) day=$3; shift;; esac # Here we have to deal with the problem that the ls output gives either # the time of day or the year. case $3 in *:*) set `date`; eval year=\$$# case $2 in Jan) nummonthtod=1;; Feb) nummonthtod=2;; Mar) nummonthtod=3;; Apr) nummonthtod=4;; May) nummonthtod=5;; Jun) nummonthtod=6;; Jul) nummonthtod=7;; Aug) nummonthtod=8;; Sep) nummonthtod=9;; Oct) nummonthtod=10;; Nov) nummonthtod=11;; Dec) nummonthtod=12;; esac # For the first six month of the year the time notation can also # be used for files modified in the last year. if (expr $nummonth \> $nummonthtod) > /dev/null; then year=`expr $year - 1` fi;; *) year=$3;; esac # The result. echo $day $month $year # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gsasl-1.8.0/lib/build-aux/config.guess0000755000000000000000000012743211760730671014521 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. timestamp='2012-02-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Per Bothner. Please send patches (context # diff format) to and include a ChangeLog # entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm:riscos:*:*|arm:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH="i386" # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH="x86_64" fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH="hppa2.0w" else HP_ARCH="hppa64" fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; i*:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-gnu else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-gnueabi else echo ${UNAME_MACHINE}-unknown-linux-gnueabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-gnu exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) LIBC=gnu eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; padre:Linux:*:*) echo sparc-unknown-linux-gnu exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-gnu ;; PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configury will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown case $UNAME_PROCESSOR in i386) eval $set_cc_for_build if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then UNAME_PROCESSOR="x86_64" fi fi ;; unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 eval $set_cc_for_build cat >$dummy.c < # include #endif main () { #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, I don't know.... */ printf ("mips-sony-bsd\n"); exit (0); #else #include printf ("m68k-sony-newsos%s\n", #ifdef NEWSOS4 "4" #else "" #endif ); exit (0); #endif #endif #if defined (__arm) && defined (__acorn) && defined (__unix) printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) printf ("m68k-hp-bsd\n"); exit (0); #endif #if defined (NeXT) #if !defined (__ARCHITECTURE__) #define __ARCHITECTURE__ "m68k" #endif int version; version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`; if (version < 4) printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version); else printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version); exit (0); #endif #if defined (MULTIMAX) || defined (n16) #if defined (UMAXV) printf ("ns32k-encore-sysv\n"); exit (0); #else #if defined (CMU) printf ("ns32k-encore-mach\n"); exit (0); #else printf ("ns32k-encore-bsd\n"); exit (0); #endif #endif #endif #if defined (__386BSD__) printf ("i386-pc-bsd\n"); exit (0); #endif #if defined (sequent) #if defined (i386) printf ("i386-sequent-dynix\n"); exit (0); #endif #if defined (ns32000) printf ("ns32k-sequent-dynix\n"); exit (0); #endif #endif #if defined (_SEQUENT_) struct utsname un; uname(&un); if (strncmp(un.version, "V2", 2) == 0) { printf ("i386-sequent-ptx2\n"); exit (0); } if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */ printf ("i386-sequent-ptx1\n"); exit (0); } printf ("i386-sequent-ptx\n"); exit (0); #endif #if defined (vax) # if !defined (ultrix) # include # if defined (BSD) # if BSD == 43 printf ("vax-dec-bsd4.3\n"); exit (0); # else # if BSD == 199006 printf ("vax-dec-bsd4.3reno\n"); exit (0); # else printf ("vax-dec-bsd\n"); exit (0); # endif # endif # else printf ("vax-dec-bsd\n"); exit (0); # endif # else printf ("vax-dec-ultrix\n"); exit (0); # endif #endif #if defined (alliant) && defined (i860) printf ("i860-alliant-bsd\n"); exit (0); #endif exit (1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) if [ -x /usr/convex/getsysinfo ] then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; c34*) echo c34-convex-bsd exit ;; c38*) echo c38-convex-bsd exit ;; c4*) echo c4-convex-bsd exit ;; esac fi cat >&2 < in order to provide the needed information to handle your system. config.guess timestamp = $timestamp uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: gsasl-1.8.0/lib/build-aux/gendocs.sh0000775000000000000000000003200211746471770014156 00000000000000#!/bin/sh -e # gendocs.sh -- generate a GNU manual in many formats. This script is # mentioned in maintain.texi. See the help message below for usage details. scriptversion=2011-04-08.14 # Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Original author: Mohit Agarwal. # Send bug reports and any other correspondence to bug-texinfo@gnu.org. # # The latest version of this script, and the companion template, is # available from Texinfo CVS: # http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendocs.sh # http://savannah.gnu.org/cgi-bin/viewcvs/texinfo/texinfo/util/gendocs_template # # An up-to-date copy is also maintained in Gnulib (gnu.org/software/gnulib). prog=`basename "$0"` srcdir=`pwd` scripturl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh" templateurl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs_template" : ${SETLANG="env LANG= LC_MESSAGES= LC_ALL= LANGUAGE="} : ${MAKEINFO="makeinfo"} : ${TEXI2DVI="texi2dvi -t @finalout"} : ${DVIPS="dvips"} : ${DOCBOOK2HTML="docbook2html"} : ${DOCBOOK2PDF="docbook2pdf"} : ${DOCBOOK2PS="docbook2ps"} : ${DOCBOOK2TXT="docbook2txt"} : ${GENDOCS_TEMPLATE_DIR="."} : ${TEXI2HTML="texi2html"} unset CDPATH unset use_texi2html version="gendocs.sh $scriptversion Copyright 2010 Free Software Foundation, Inc. There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named COPYING." usage="Usage: $prog [OPTION]... PACKAGE MANUAL-TITLE Generate various output formats from PACKAGE.texinfo (or .texi or .txi) source. See the GNU Maintainers document for a more extensive discussion: http://www.gnu.org/prep/maintain_toc.html Options: -s SRCFILE read Texinfo from SRCFILE, instead of PACKAGE.{texinfo|texi|txi} -o OUTDIR write files into OUTDIR, instead of manual/. --email ADR use ADR as contact in generated web pages. --docbook convert to DocBook too (xml, txt, html, pdf and ps). --html ARG pass indicated ARG to makeinfo or texi2html for HTML targets. --texi2html use texi2html to generate HTML targets. --help display this help and exit successfully. --version display version information and exit successfully. Simple example: $prog --email bug-gnu-emacs@gnu.org emacs \"GNU Emacs Manual\" Typical sequence: cd PACKAGESOURCE/doc wget \"$scripturl\" wget \"$templateurl\" $prog --email BUGLIST MANUAL \"GNU MANUAL - One-line description\" Output will be in a new subdirectory \"manual\" (by default, use -o OUTDIR to override). Move all the new files into your web CVS tree, as explained in the Web Pages node of maintain.texi. Please use the --email ADDRESS option to specify your bug-reporting address in the generated HTML pages. MANUAL-TITLE is included as part of the HTML of the overall manual/index.html file. It should include the name of the package being documented. manual/index.html is created by substitution from the file $GENDOCS_TEMPLATE_DIR/gendocs_template. (Feel free to modify the generic template for your own purposes.) If you have several manuals, you'll need to run this script several times with different MANUAL values, specifying a different output directory with -o each time. Then write (by hand) an overall index.html with links to them all. If a manual's Texinfo sources are spread across several directories, first copy or symlink all Texinfo sources into a single directory. (Part of the script's work is to make a tar.gz of the sources.) You can set the environment variables MAKEINFO, TEXI2DVI, TEXI2HTML, and DVIPS to control the programs that get executed, and GENDOCS_TEMPLATE_DIR to control where the gendocs_template file is looked for. With --docbook, the environment variables DOCBOOK2HTML, DOCBOOK2PDF, DOCBOOK2PS, and DOCBOOK2TXT are also respected. By default, makeinfo and texi2dvi are run in the default (English) locale, since that's the language of most Texinfo manuals. If you happen to have a non-English manual and non-English web site, see the SETLANG setting in the source. Email bug reports or enhancement requests to bug-texinfo@gnu.org. " calcsize() { size=`ls -ksl $1 | awk '{print $1}'` echo $size } MANUAL_TITLE= PACKAGE= EMAIL=webmasters@gnu.org # please override with --email htmlarg= outdir=manual srcfile= while test $# -gt 0; do case $1 in --email) shift; EMAIL=$1;; --help) echo "$usage"; exit 0;; --version) echo "$version"; exit 0;; -s) shift; srcfile=$1;; -o) shift; outdir=$1;; --docbook) docbook=yes;; --html) shift; htmlarg=$1;; --texi2html) use_texi2html=1;; -*) echo "$0: Unknown option \`$1'." >&2 echo "$0: Try \`--help' for more information." >&2 exit 1;; *) if test -z "$PACKAGE"; then PACKAGE=$1 elif test -z "$MANUAL_TITLE"; then MANUAL_TITLE=$1 else echo "$0: extra non-option argument \`$1'." >&2 exit 1 fi;; esac shift done # For most of the following, the base name is just $PACKAGE base=$PACKAGE if test -n "$srcfile"; then # but here, we use the basename of $srcfile base=`basename "$srcfile"` case $base in *.txi|*.texi|*.texinfo) base=`echo "$base"|sed 's/\.[texinfo]*$//'`;; esac PACKAGE=$base elif test -s "$srcdir/$PACKAGE.texinfo"; then srcfile=$srcdir/$PACKAGE.texinfo elif test -s "$srcdir/$PACKAGE.texi"; then srcfile=$srcdir/$PACKAGE.texi elif test -s "$srcdir/$PACKAGE.txi"; then srcfile=$srcdir/$PACKAGE.txi else echo "$0: cannot find .texinfo or .texi or .txi for $PACKAGE in $srcdir." >&2 exit 1 fi if test ! -r $GENDOCS_TEMPLATE_DIR/gendocs_template; then echo "$0: cannot read $GENDOCS_TEMPLATE_DIR/gendocs_template." >&2 echo "$0: it is available from $templateurl." >&2 exit 1 fi case $outdir in /*) abs_outdir=$outdir;; *) abs_outdir=$srcdir/$outdir;; esac echo Generating output formats for $srcfile cmd="$SETLANG $MAKEINFO -o $PACKAGE.info \"$srcfile\"" echo "Generating info files... ($cmd)" eval "$cmd" mkdir -p "$outdir/" tar czf "$outdir/$PACKAGE.info.tar.gz" $PACKAGE.info* info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"` # do not mv the info files, there's no point in having them available # separately on the web. cmd="$SETLANG ${TEXI2DVI} \"$srcfile\"" echo "Generating dvi ... ($cmd)" eval "$cmd" # now, before we compress dvi: echo Generating postscript... ${DVIPS} $PACKAGE -o gzip -f -9 $PACKAGE.ps ps_gz_size=`calcsize $PACKAGE.ps.gz` mv $PACKAGE.ps.gz "$outdir/" # compress/finish dvi: gzip -f -9 $PACKAGE.dvi dvi_gz_size=`calcsize $PACKAGE.dvi.gz` mv $PACKAGE.dvi.gz "$outdir/" cmd="$SETLANG ${TEXI2DVI} --pdf \"$srcfile\"" echo "Generating pdf ... ($cmd)" eval "$cmd" pdf_size=`calcsize $PACKAGE.pdf` mv $PACKAGE.pdf "$outdir/" cmd="$SETLANG $MAKEINFO -o $PACKAGE.txt --no-split --no-headers \"$srcfile\"" echo "Generating ASCII... ($cmd)" eval "$cmd" ascii_size=`calcsize $PACKAGE.txt` gzip -f -9 -c $PACKAGE.txt >"$outdir/$PACKAGE.txt.gz" ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"` mv $PACKAGE.txt "$outdir/" html_split() { opt="--split=$1 $htmlarg --node-files" cmd="$SETLANG $TEXI2HTML --output $PACKAGE.html $opt \"$srcfile\"" echo "Generating html by $1... ($cmd)" eval "$cmd" split_html_dir=$PACKAGE.html ( cd ${split_html_dir} || exit 1 ln -sf ${PACKAGE}.html index.html tar -czf "$abs_outdir/${PACKAGE}.html_$1.tar.gz" -- *.html ) eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"` rm -f "$outdir"/html_$1/*.html mkdir -p "$outdir/html_$1/" mv ${split_html_dir}/*.html "$outdir/html_$1/" rmdir ${split_html_dir} } if test -z "$use_texi2html"; then opt="--no-split --html -o $PACKAGE.html $htmlarg" cmd="$SETLANG $MAKEINFO $opt \"$srcfile\"" echo "Generating monolithic html... ($cmd)" rm -rf $PACKAGE.html # in case a directory is left over eval "$cmd" html_mono_size=`calcsize $PACKAGE.html` gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` mv $PACKAGE.html "$outdir/" cmd="$SETLANG $MAKEINFO --html -o $PACKAGE.html $htmlarg \"$srcfile\"" echo "Generating html by node... ($cmd)" eval "$cmd" split_html_dir=$PACKAGE.html ( cd ${split_html_dir} || exit 1 tar -czf "$abs_outdir/${PACKAGE}.html_node.tar.gz" -- *.html ) html_node_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node.tar.gz"` rm -f "$outdir"/html_node/*.html mkdir -p "$outdir/html_node/" mv ${split_html_dir}/*.html "$outdir/html_node/" rmdir ${split_html_dir} else cmd="$SETLANG $TEXI2HTML --output $PACKAGE.html $htmlarg \"$srcfile\"" echo "Generating monolithic html... ($cmd)" rm -rf $PACKAGE.html # in case a directory is left over eval "$cmd" html_mono_size=`calcsize $PACKAGE.html` gzip -f -9 -c $PACKAGE.html >"$outdir/$PACKAGE.html.gz" html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"` mv $PACKAGE.html "$outdir/" html_split node html_split chapter html_split section fi echo Making .tar.gz for sources... d=`dirname $srcfile` ( cd "$d" srcfiles=`ls *.texinfo *.texi *.txi *.eps 2>/dev/null` || true tar cvzfh "$abs_outdir/$PACKAGE.texi.tar.gz" $srcfiles ) texi_tgz_size=`calcsize "$outdir/$PACKAGE.texi.tar.gz"` if test -n "$docbook"; then cmd="$SETLANG $MAKEINFO -o - --docbook \"$srcfile\" > ${srcdir}/$PACKAGE-db.xml" echo "Generating docbook XML... ($cmd)" eval "$cmd" docbook_xml_size=`calcsize $PACKAGE-db.xml` gzip -f -9 -c $PACKAGE-db.xml >"$outdir/$PACKAGE-db.xml.gz" docbook_xml_gz_size=`calcsize "$outdir/$PACKAGE-db.xml.gz"` mv $PACKAGE-db.xml "$outdir/" split_html_db_dir=html_node_db cmd="${DOCBOOK2HTML} -o $split_html_db_dir \"${outdir}/$PACKAGE-db.xml\"" echo "Generating docbook HTML... ($cmd)" eval "$cmd" ( cd ${split_html_db_dir} || exit 1 tar -czf "$abs_outdir/${PACKAGE}.html_node_db.tar.gz" -- *.html ) html_node_db_tgz_size=`calcsize "$outdir/${PACKAGE}.html_node_db.tar.gz"` rm -f "$outdir"/html_node_db/*.html mkdir -p "$outdir/html_node_db" mv ${split_html_db_dir}/*.html "$outdir/html_node_db/" rmdir ${split_html_db_dir} cmd="${DOCBOOK2TXT} \"${outdir}/$PACKAGE-db.xml\"" echo "Generating docbook ASCII... ($cmd)" eval "$cmd" docbook_ascii_size=`calcsize $PACKAGE-db.txt` mv $PACKAGE-db.txt "$outdir/" cmd="${DOCBOOK2PS} \"${outdir}/$PACKAGE-db.xml\"" echo "Generating docbook PS... ($cmd)" eval "$cmd" gzip -f -9 -c $PACKAGE-db.ps >"$outdir/$PACKAGE-db.ps.gz" docbook_ps_gz_size=`calcsize "$outdir/$PACKAGE-db.ps.gz"` mv $PACKAGE-db.ps "$outdir/" cmd="${DOCBOOK2PDF} \"${outdir}/$PACKAGE-db.xml\"" echo "Generating docbook PDF... ($cmd)" eval "$cmd" docbook_pdf_size=`calcsize $PACKAGE-db.pdf` mv $PACKAGE-db.pdf "$outdir/" fi echo "Writing index file..." if test -z "$use_texi2html"; then CONDS="/%%IF *HTML_SECTION%%/,/%%ENDIF *HTML_SECTION%%/d;\ /%%IF *HTML_CHAPTER%%/,/%%ENDIF *HTML_CHAPTER%%/d" else CONDS="/%%ENDIF.*%%/d;/%%IF *HTML_SECTION%%/d;/%%IF *HTML_CHAPTER%%/d" fi curdate=`$SETLANG date '+%B %d, %Y'` sed \ -e "s!%%TITLE%%!$MANUAL_TITLE!g" \ -e "s!%%EMAIL%%!$EMAIL!g" \ -e "s!%%PACKAGE%%!$PACKAGE!g" \ -e "s!%%DATE%%!$curdate!g" \ -e "s!%%HTML_MONO_SIZE%%!$html_mono_size!g" \ -e "s!%%HTML_MONO_GZ_SIZE%%!$html_mono_gz_size!g" \ -e "s!%%HTML_NODE_TGZ_SIZE%%!$html_node_tgz_size!g" \ -e "s!%%HTML_SECTION_TGZ_SIZE%%!$html_section_tgz_size!g" \ -e "s!%%HTML_CHAPTER_TGZ_SIZE%%!$html_chapter_tgz_size!g" \ -e "s!%%INFO_TGZ_SIZE%%!$info_tgz_size!g" \ -e "s!%%DVI_GZ_SIZE%%!$dvi_gz_size!g" \ -e "s!%%PDF_SIZE%%!$pdf_size!g" \ -e "s!%%PS_GZ_SIZE%%!$ps_gz_size!g" \ -e "s!%%ASCII_SIZE%%!$ascii_size!g" \ -e "s!%%ASCII_GZ_SIZE%%!$ascii_gz_size!g" \ -e "s!%%TEXI_TGZ_SIZE%%!$texi_tgz_size!g" \ -e "s!%%DOCBOOK_HTML_NODE_TGZ_SIZE%%!$html_node_db_tgz_size!g" \ -e "s!%%DOCBOOK_ASCII_SIZE%%!$docbook_ascii_size!g" \ -e "s!%%DOCBOOK_PS_GZ_SIZE%%!$docbook_ps_gz_size!g" \ -e "s!%%DOCBOOK_PDF_SIZE%%!$docbook_pdf_size!g" \ -e "s!%%DOCBOOK_XML_SIZE%%!$docbook_xml_size!g" \ -e "s!%%DOCBOOK_XML_GZ_SIZE%%!$docbook_xml_gz_size!g" \ -e "s,%%SCRIPTURL%%,$scripturl,g" \ -e "s!%%SCRIPTNAME%%!$prog!g" \ -e "$CONDS" \ $GENDOCS_TEMPLATE_DIR/gendocs_template >"$outdir/index.html" echo "Done, see $outdir/ subdirectory for new files." # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/texinfo.tex���������������������������������������������������������������0000644�0000000�0000000�00001153751�11760730720�014376� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������% texinfo.tex -- TeX macros to handle Texinfo files. % % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % \def\texinfoversion{2012-01-03.09} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, % 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. % % This texinfo.tex file is free software: you can redistribute it and/or % modify it under the terms of the GNU General Public License as % published by the Free Software Foundation, either version 3 of the % License, or (at your option) any later version. % % This texinfo.tex file is distributed in the hope that it will be % useful, but WITHOUT ANY WARRANTY; without even the implied warranty % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU % General Public License for more details. % % You should have received a copy of the GNU General Public License % along with this program. If not, see <http://www.gnu.org/licenses/>. % % As a special exception, when this file is read by TeX when processing % a Texinfo source document, you may use the result without % restriction. (This has been our intent since Texinfo was invented.) % % Please try the latest version of texinfo.tex before submitting bug % reports; you can get the latest version from: % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or % ftp://tug.org/tex/texinfo.tex % (and all CTAN mirrors, see http://www.ctan.org). % The texinfo.tex in any given distribution could well be out % of date, so if that's what you're using, please check. % % Send bug reports to bug-texinfo@gnu.org. Please include including a % complete document in each bug report with which we can reproduce the % problem. Patches are, of course, greatly appreciated. % % To process a Texinfo manual with TeX, it's most reliable to use the % texi2dvi shell script that comes with the distribution. For a simple % manual foo.texi, however, you can get away with this: % tex foo.texi % texindex foo.?? % tex foo.texi % tex foo.texi % dvips foo.dvi -o # or whatever; this makes foo.ps. % The extra TeX runs get the cross-reference information correct. % Sometimes one run after texindex suffices, and sometimes you need more % than two; texi2dvi does it as many times as necessary. % % It is possible to adapt texinfo.tex for other languages, to some % extent. You can get the existing language-specific files from the % full Texinfo distribution. % % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. \message{Loading texinfo [version \texinfoversion]:} % If in a .fmt file, print the version number % and turn on active characters that we couldn't do earlier because % they might have appeared in the input file name. \everyjob{\message{[Texinfo version \texinfoversion]}% \catcode`+=\active \catcode`\_=\active} \chardef\other=12 % We never want plain's \outer definition of \+ in Texinfo. % For @tex, we can use \tabalign. \let\+ = \relax % Save some plain tex macros whose names we will redefine. \let\ptexb=\b \let\ptexbullet=\bullet \let\ptexc=\c \let\ptexcomma=\, \let\ptexdot=\. \let\ptexdots=\dots \let\ptexend=\end \let\ptexequiv=\equiv \let\ptexexclam=\! \let\ptexfootnote=\footnote \let\ptexgtr=> \let\ptexhat=^ \let\ptexi=\i \let\ptexindent=\indent \let\ptexinsert=\insert \let\ptexlbrace=\{ \let\ptexless=< \let\ptexnewwrite\newwrite \let\ptexnoindent=\noindent \let\ptexplus=+ \let\ptexraggedright=\raggedright \let\ptexrbrace=\} \let\ptexslash=\/ \let\ptexstar=\* \let\ptext=\t \let\ptextop=\top {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode % If this character appears in an error message or help string, it % starts a new line in the output. \newlinechar = `^^J % Use TeX 3.0's \inputlineno to get the line number, for better error % messages, but if we're using an old version of TeX, don't do anything. % \ifx\inputlineno\thisisundefined \let\linenumber = \empty % Pre-3.0. \else \def\linenumber{l.\the\inputlineno:\space} \fi % Set up fixed words for English if not already set. \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi \ifx\putworderror\undefined \gdef\putworderror{error}\fi \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi \ifx\putwordin\undefined \gdef\putwordin{in}\fi \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi \ifx\putwordof\undefined \gdef\putwordof{of}\fi \ifx\putwordon\undefined \gdef\putwordon{on}\fi \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi \ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi \ifx\putwordsee\undefined \gdef\putwordsee{see}\fi \ifx\putwordSee\undefined \gdef\putwordSee{See}\fi \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi % \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi % \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi % Since the category of space is not known, we have to be careful. \chardef\spacecat = 10 \def\spaceisspace{\catcode`\ =\spacecat} % sometimes characters are active, so we need control sequences. \chardef\ampChar = `\& \chardef\colonChar = `\: \chardef\commaChar = `\, \chardef\dashChar = `\- \chardef\dotChar = `\. \chardef\exclamChar= `\! \chardef\hashChar = `\# \chardef\lquoteChar= `\` \chardef\questChar = `\? \chardef\rquoteChar= `\' \chardef\semiChar = `\; \chardef\slashChar = `\/ \chardef\underChar = `\_ % Ignore a token. % \def\gobble#1{} % The following is used inside several \edef's. \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} % Hyphenation fixes. \hyphenation{ Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script ap-pen-dix bit-map bit-maps data-base data-bases eshell fall-ing half-way long-est man-u-script man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces spell-ing spell-ings stand-alone strong-est time-stamp time-stamps which-ever white-space wide-spread wrap-around } % Margin to add to right of even pages, to left of odd pages. \newdimen\bindingoffset \newdimen\normaloffset \newdimen\pagewidth \newdimen\pageheight % For a final copy, take out the rectangles % that mark overfull boxes (in case you have decided % that the text looks ok even though it passes the margin). % \def\finalout{\overfullrule=0pt } % Sometimes it is convenient to have everything in the transcript file % and nothing on the terminal. We don't just call \tracingall here, % since that produces some useless output on the terminal. We also make % some effort to order the tracing commands to reduce output in the log % file; cf. trace.sty in LaTeX. % \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}% \def\loggingall{% \tracingstats2 \tracingpages1 \tracinglostchars2 % 2 gives us more in etex \tracingparagraphs1 \tracingoutput1 \tracingmacros2 \tracingrestores1 \showboxbreadth\maxdimen \showboxdepth\maxdimen \ifx\eTeXversion\thisisundefined\else % etex gives us more logging \tracingscantokens1 \tracingifs1 \tracinggroups1 \tracingnesting2 \tracingassigns1 \fi \tracingcommands3 % 3 gives us more in etex \errorcontextlines16 }% % @errormsg{MSG}. Do the index-like expansions on MSG, but if things % aren't perfect, it's not the end of the world, being an error message, % after all. % \def\errormsg{\begingroup \indexnofonts \doerrormsg} \def\doerrormsg#1{\errmessage{#1}} % add check for \lastpenalty to plain's definitions. If the last thing % we did was a \nobreak, we don't want to insert more space. % \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount \removelastskip\penalty-50\smallskip\fi\fi} \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount \removelastskip\penalty-100\medskip\fi\fi} \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount \removelastskip\penalty-200\bigskip\fi\fi} % Do @cropmarks to get crop marks. % \newif\ifcropmarks \let\cropmarks = \cropmarkstrue % % Dimensions to add cropmarks at corners. % Added by P. A. MacKay, 12 Nov. 1986 % \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines \newdimen\cornerlong \cornerlong=1pc \newdimen\cornerthick \cornerthick=.3pt \newdimen\topandbottommargin \topandbottommargin=.75in % Output a mark which sets \thischapter, \thissection and \thiscolor. % We dump everything together because we only have one kind of mark. % This works because we only use \botmark / \topmark, not \firstmark. % % A mark contains a subexpression of the \ifcase ... \fi construct. % \get*marks macros below extract the needed part using \ifcase. % % Another complication is to let the user choose whether \thischapter % (\thissection) refers to the chapter (section) in effect at the top % of a page, or that at the bottom of a page. The solution is % described on page 260 of The TeXbook. It involves outputting two % marks for the sectioning macros, one before the section break, and % one after. I won't pretend I can describe this better than DEK... \def\domark{% \toks0=\expandafter{\lastchapterdefs}% \toks2=\expandafter{\lastsectiondefs}% \toks4=\expandafter{\prevchapterdefs}% \toks6=\expandafter{\prevsectiondefs}% \toks8=\expandafter{\lastcolordefs}% \mark{% \the\toks0 \the\toks2 \noexpand\or \the\toks4 \the\toks6 \noexpand\else \the\toks8 }% } % \topmark doesn't work for the very first chapter (after the title % page or the contents), so we use \firstmark there -- this gets us % the mark with the chapter defs, unless the user sneaks in, e.g., % @setcolor (or @url, or @link, etc.) between @contents and the very % first @chapter. \def\gettopheadingmarks{% \ifcase0\topmark\fi \ifx\thischapter\empty \ifcase0\firstmark\fi \fi } \def\getbottomheadingmarks{\ifcase1\botmark\fi} \def\getcolormarks{\ifcase2\topmark\fi} % Avoid "undefined control sequence" errors. \def\lastchapterdefs{} \def\lastsectiondefs{} \def\prevchapterdefs{} \def\prevsectiondefs{} \def\lastcolordefs{} % Main output routine. \chardef\PAGE = 255 \output = {\onepageout{\pagecontents\PAGE}} \newbox\headlinebox \newbox\footlinebox % \onepageout takes a vbox as an argument. Note that \pagecontents % does insertions, but you have to call it yourself. \def\onepageout#1{% \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi % \ifodd\pageno \advance\hoffset by \bindingoffset \else \advance\hoffset by -\bindingoffset\fi % % Do this outside of the \shipout so @code etc. will be expanded in % the headline as they should be, not taken literally (outputting ''code). \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}% \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}% % {% % Have to do this stuff outside the \shipout because we want it to % take effect in \write's, yet the group defined by the \vbox ends % before the \shipout runs. % \indexdummies % don't expand commands in the output. \normalturnoffactive % \ in index entries must not stay \, e.g., if % the page break happens to be in the middle of an example. % We don't want .vr (or whatever) entries like this: % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}} % "\acronym" won't work when it's read back in; % it needs to be % {\code {{\tt \backslashcurfont }acronym} \shipout\vbox{% % Do this early so pdf references go to the beginning of the page. \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi % \ifcropmarks \vbox to \outervsize\bgroup \hsize = \outerhsize \vskip-\topandbottommargin \vtop to0pt{% \line{\ewtop\hfil\ewtop}% \nointerlineskip \line{% \vbox{\moveleft\cornerthick\nstop}% \hfill \vbox{\moveright\cornerthick\nstop}% }% \vss}% \vskip\topandbottommargin \line\bgroup \hfil % center the page within the outer (page) hsize. \ifodd\pageno\hskip\bindingoffset\fi \vbox\bgroup \fi % \unvbox\headlinebox \pagebody{#1}% \ifdim\ht\footlinebox > 0pt % Only leave this space if the footline is nonempty. % (We lessened \vsize for it in \oddfootingyyy.) % The \baselineskip=24pt in plain's \makefootline has no effect. \vskip 24pt \unvbox\footlinebox \fi % \ifcropmarks \egroup % end of \vbox\bgroup \hfil\egroup % end of (centering) \line\bgroup \vskip\topandbottommargin plus1fill minus1fill \boxmaxdepth = \cornerthick \vbox to0pt{\vss \line{% \vbox{\moveleft\cornerthick\nsbot}% \hfill \vbox{\moveright\cornerthick\nsbot}% }% \nointerlineskip \line{\ewbot\hfil\ewbot}% }% \egroup % \vbox from first cropmarks clause \fi }% end of \shipout\vbox }% end of group with \indexdummies \advancepageno \ifnum\outputpenalty>-20000 \else\dosupereject\fi } \newinsert\margin \dimen\margin=\maxdimen \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}} {\catcode`\@ =11 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi % marginal hacks, juha@viisa.uucp (Juha Takala) \ifvoid\margin\else % marginal info is present \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi \dimen@=\dp#1\relax \unvbox#1\relax \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi \ifr@ggedbottom \kern-\dimen@ \vfil \fi} } % Here are the rules for the cropmarks. Note that they are % offset so that the space between them is truly \outerhsize or \outervsize % (P. A. MacKay, 12 November, 1986) % \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} \def\nstop{\vbox {\hrule height\cornerthick depth\cornerlong width\cornerthick}} \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} \def\nsbot{\vbox {\hrule height\cornerlong depth\cornerthick width\cornerthick}} % Parse an argument, then pass it to #1. The argument is the rest of % the input line (except we remove a trailing comment). #1 should be a % macro which expects an ordinary undelimited TeX argument. % \def\parsearg{\parseargusing{}} \def\parseargusing#1#2{% \def\argtorun{#2}% \begingroup \obeylines \spaceisspace #1% \parseargline\empty% Insert the \empty token, see \finishparsearg below. } {\obeylines % \gdef\parseargline#1^^M{% \endgroup % End of the group started in \parsearg. \argremovecomment #1\comment\ArgTerm% }% } % First remove any @comment, then any @c comment. \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} % Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space. % % \argremovec might leave us with trailing space, e.g., % @end itemize @c foo % This space token undergoes the same procedure and is eventually removed % by \finishparsearg. % \def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M} \def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M} \def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{% \def\temp{#3}% \ifx\temp\empty % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: \let\temp\finishparsearg \else \let\temp\argcheckspaces \fi % Put the space token in: \temp#1 #3\ArgTerm } % If a _delimited_ argument is enclosed in braces, they get stripped; so % to get _exactly_ the rest of the line, we had to prevent such situation. % We prepended an \empty token at the very beginning and we expand it now, % just before passing the control to \argtorun. % (Similarly, we have to think about #3 of \argcheckspacesY above: it is % either the null string, or it ends with \^^M---thus there is no danger % that a pair of braces would be stripped. % % But first, we have to remove the trailing space token. % \def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}} % \parseargdef\foo{...} % is roughly equivalent to % \def\foo{\parsearg\Xfoo} % \def\Xfoo#1{...} % % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my % favourite TeX trick. --kasal, 16nov03 \def\parseargdef#1{% \expandafter \doparseargdef \csname\string#1\endcsname #1% } \def\doparseargdef#1#2{% \def#2{\parsearg#1}% \def#1##1% } % Several utility definitions with active space: { \obeyspaces \gdef\obeyedspace{ } % Make each space character in the input produce a normal interword % space in the output. Don't allow a line break at this space, as this % is used only in environments like @example, where each line of input % should produce a line of output anyway. % \gdef\sepspaces{\obeyspaces\let =\tie} % If an index command is used in an @example environment, any spaces % therein should become regular spaces in the raw index file, not the % expansion of \tie (\leavevmode \penalty \@M \ ). \gdef\unsepspaces{\let =\space} } \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next} % Define the framework for environments in texinfo.tex. It's used like this: % % \envdef\foo{...} % \def\Efoo{...} % % It's the responsibility of \envdef to insert \begingroup before the % actual body; @end closes the group after calling \Efoo. \envdef also % defines \thisenv, so the current environment is known; @end checks % whether the environment name matches. The \checkenv macro can also be % used to check whether the current environment is the one expected. % % Non-false conditionals (@iftex, @ifset) don't fit into this, so they % are not treated as environments; they don't open a group. (The % implementation of @end takes care not to call \endgroup in this % special case.) % At run-time, environments start with this: \def\startenvironment#1{\begingroup\def\thisenv{#1}} % initialize \let\thisenv\empty % ... but they get defined via ``\envdef\foo{...}'': \long\def\envdef#1#2{\def#1{\startenvironment#1#2}} \def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}} % Check whether we're in the right environment: \def\checkenv#1{% \def\temp{#1}% \ifx\thisenv\temp \else \badenverr \fi } % Environment mismatch, #1 expected: \def\badenverr{% \errhelp = \EMsimple \errmessage{This command can appear only \inenvironment\temp, not \inenvironment\thisenv}% } \def\inenvironment#1{% \ifx#1\empty outside of any environment% \else in environment \expandafter\string#1% \fi } % @end foo executes the definition of \Efoo. % But first, it executes a specialized version of \checkenv % \parseargdef\end{% \if 1\csname iscond.#1\endcsname \else % The general wording of \badenverr may not be ideal. \expandafter\checkenv\csname#1\endcsname \csname E#1\endcsname \endgroup \fi } \newhelp\EMsimple{Press RETURN to continue.} % Be sure we're in horizontal mode when doing a tie, since we make space % equivalent to this in @example-like environments. Otherwise, a space % at the beginning of a line will start with \penalty -- and % since \penalty is valid in vertical mode, we'd end up putting the % penalty on the vertical list instead of in the new paragraph. {\catcode`@ = 11 % Avoid using \@M directly, because that causes trouble % if the definition is written into an index file. \global\let\tiepenalty = \@M \gdef\tie{\leavevmode\penalty\tiepenalty\ } } % @: forces normal size whitespace following. \def\:{\spacefactor=1000 } % @* forces a line break. \def\*{\hfil\break\hbox{}\ignorespaces} % @/ allows a line break. \let\/=\allowbreak % @. is an end-of-sentence period. \def\.{.\spacefactor=\endofsentencespacefactor\space} % @! is an end-of-sentence bang. \def\!{!\spacefactor=\endofsentencespacefactor\space} % @? is an end-of-sentence query. \def\?{?\spacefactor=\endofsentencespacefactor\space} % @frenchspacing on|off says whether to put extra space after punctuation. % \def\onword{on} \def\offword{off} % \parseargdef\frenchspacing{% \def\temp{#1}% \ifx\temp\onword \plainfrenchspacing \else\ifx\temp\offword \plainnonfrenchspacing \else \errhelp = \EMsimple \errmessage{Unknown @frenchspacing option `\temp', must be on|off}% \fi\fi } % @w prevents a word break. Without the \leavevmode, @w at the % beginning of a paragraph, when TeX is still in vertical mode, would % produce a whole line of output instead of starting the paragraph. \def\w#1{\leavevmode\hbox{#1}} % @group ... @end group forces ... to be all on one page, by enclosing % it in a TeX vbox. We use \vtop instead of \vbox to construct the box % to keep its height that of a normal line. According to the rules for % \topskip (p.114 of the TeXbook), the glue inserted is % max (\topskip - \ht (first item), 0). If that height is large, % therefore, no glue is inserted, and the space between the headline and % the text is small, which looks bad. % % Another complication is that the group might be very large. This can % cause the glue on the previous page to be unduly stretched, because it % does not have much material. In this case, it's better to add an % explicit \vfill so that the extra space is at the bottom. The % threshold for doing this is if the group is more than \vfilllimit % percent of a page (\vfilllimit can be changed inside of @tex). % \newbox\groupbox \def\vfilllimit{0.7} % \envdef\group{% \ifnum\catcode`\^^M=\active \else \errhelp = \groupinvalidhelp \errmessage{@group invalid in context where filling is enabled}% \fi \startsavinginserts % \setbox\groupbox = \vtop\bgroup % Do @comment since we are called inside an environment such as % @example, where each end-of-line in the input causes an % end-of-line in the output. We don't want the end-of-line after % the `@group' to put extra space in the output. Since @group % should appear on a line by itself (according to the Texinfo % manual), we don't worry about eating any user text. \comment } % % The \vtop produces a box with normal height and large depth; thus, TeX puts % \baselineskip glue before it, and (when the next line of text is done) % \lineskip glue after it. Thus, space below is not quite equal to space % above. But it's pretty close. \def\Egroup{% % To get correct interline space between the last line of the group % and the first line afterwards, we have to propagate \prevdepth. \endgraf % Not \par, as it may have been set to \lisppar. \global\dimen1 = \prevdepth \egroup % End the \vtop. % \dimen0 is the vertical size of the group's box. \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox % \dimen2 is how much space is left on the page (more or less). \dimen2 = \pageheight \advance\dimen2 by -\pagetotal % if the group doesn't fit on the current page, and it's a big big % group, force a page break. \ifdim \dimen0 > \dimen2 \ifdim \pagetotal < \vfilllimit\pageheight \page \fi \fi \box\groupbox \prevdepth = \dimen1 \checkinserts } % % TeX puts in an \escapechar (i.e., `@') at the beginning of the help % message, so this ends up printing `@group can only ...'. % \newhelp\groupinvalidhelp{% group can only be used in environments such as @example,^^J% where each line of input produces a line of output.} % @need space-in-mils % forces a page break if there is not space-in-mils remaining. \newdimen\mil \mil=0.001in \parseargdef\need{% % Ensure vertical mode, so we don't make a big box in the middle of a % paragraph. \par % % If the @need value is less than one line space, it's useless. \dimen0 = #1\mil \dimen2 = \ht\strutbox \advance\dimen2 by \dp\strutbox \ifdim\dimen0 > \dimen2 % % Do a \strut just to make the height of this box be normal, so the % normal leading is inserted relative to the preceding line. % And a page break here is fine. \vtop to #1\mil{\strut\vfil}% % % TeX does not even consider page breaks if a penalty added to the % main vertical list is 10000 or more. But in order to see if the % empty box we just added fits on the page, we must make it consider % page breaks. On the other hand, we don't want to actually break the % page after the empty box. So we use a penalty of 9999. % % There is an extremely small chance that TeX will actually break the % page at this \penalty, if there are no other feasible breakpoints in % sight. (If the user is using lots of big @group commands, which % almost-but-not-quite fill up a page, TeX will have a hard time doing % good page breaking, for example.) However, I could not construct an % example where a page broke at this \penalty; if it happens in a real % document, then we can reconsider our strategy. \penalty9999 % % Back up by the size of the box, whether we did a page break or not. \kern -#1\mil % % Do not allow a page break right after this kern. \nobreak \fi } % @br forces paragraph break (and is undocumented). \let\br = \par % @page forces the start of a new page. % \def\page{\par\vfill\supereject} % @exdent text.... % outputs text on separate line in roman font, starting at standard page margin % This records the amount of indent in the innermost environment. % That's how much \exdent should take out. \newskip\exdentamount % This defn is used inside fill environments such as @defun. \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} % This defn is used inside nofill environments such as @example. \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount \leftline{\hskip\leftskip{\rm#1}}}} % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current % paragraph. For more general purposes, use the \margin insertion % class. WHICH is `l' or `r'. Not documented, written for gawk manual. % \newskip\inmarginspacing \inmarginspacing=1cm \def\strutdepth{\dp\strutbox} % \def\doinmargin#1#2{\strut\vadjust{% \nobreak \kern-\strutdepth \vtop to \strutdepth{% \baselineskip=\strutdepth \vss % if you have multiple lines of stuff to put here, you'll need to % make the vbox yourself of the appropriate size. \ifx#1l% \llap{\ignorespaces #2\hskip\inmarginspacing}% \else \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}% \fi \null }% }} \def\inleftmargin{\doinmargin l} \def\inrightmargin{\doinmargin r} % % @inmargin{TEXT [, RIGHT-TEXT]} % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right; % else use TEXT for both). % \def\inmargin#1{\parseinmargin #1,,\finish} \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing. \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \def\lefttext{#1}% have both texts \def\righttext{#2}% \else \def\lefttext{#1}% have only one text \def\righttext{#1}% \fi % \ifodd\pageno \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin \else \def\temp{\inleftmargin\lefttext}% \fi \temp } % @| inserts a changebar to the left of the current line. It should % surround any changed text. This approach does *not* work if the % change spans more than two lines of output. To handle that, we would % have adopt a much more difficult approach (putting marks into the main % vertical list for the beginning and end of each change). This command % is not documented, not supported, and doesn't work. % \def\|{% % \vadjust can only be used in horizontal mode. \leavevmode % % Append this vertical mode material after the current line in the output. \vadjust{% % We want to insert a rule with the height and depth of the current % leading; that is exactly what \strutbox is supposed to record. \vskip-\baselineskip % % \vadjust-items are inserted at the left edge of the type. So % the \llap here moves out into the left-hand margin. \llap{% % % For a thicker or thinner bar, change the `1pt'. \vrule height\baselineskip width1pt % % This is the space between the bar and the text. \hskip 12pt }% }% } % @include FILE -- \input text of FILE. % \def\include{\parseargusing\filenamecatcodes\includezzz} \def\includezzz#1{% \pushthisfilestack \def\thisfile{#1}% {% \makevalueexpandable % we want to expand any @value in FILE. \turnoffactive % and allow special characters in the expansion \indexnofonts % Allow `@@' and other weird things in file names. \wlog{texinfo.tex: doing @include of #1^^J}% \edef\temp{\noexpand\input #1 }% % % This trickery is to read FILE outside of a group, in case it makes % definitions, etc. \expandafter }\temp \popthisfilestack } \def\filenamecatcodes{% \catcode`\\=\other \catcode`~=\other \catcode`^=\other \catcode`_=\other \catcode`|=\other \catcode`<=\other \catcode`>=\other \catcode`+=\other \catcode`-=\other \catcode`\`=\other \catcode`\'=\other } \def\pushthisfilestack{% \expandafter\pushthisfilestackX\popthisfilestack\StackTerm } \def\pushthisfilestackX{% \expandafter\pushthisfilestackY\thisfile\StackTerm } \def\pushthisfilestackY #1\StackTerm #2\StackTerm {% \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}% } \def\popthisfilestack{\errthisfilestackempty} \def\errthisfilestackempty{\errmessage{Internal error: the stack of filenames is empty.}} \def\thisfile{} % @center line % outputs that line, centered. % \parseargdef\center{% \ifhmode \let\next\centerH \else \let\next\centerV \fi \next{\hfil \ignorespaces#1\unskip \hfil}% } \def\centerH#1{% {% \hfil\break \advance\hsize by -\leftskip \advance\hsize by -\rightskip \line{#1}% \break }% } \def\centerV#1{\line{\kern\leftskip #1\kern\rightskip}} % @sp n outputs n lines of vertical space \parseargdef\sp{\vskip #1\baselineskip} % @comment ...line which is ignored... % @c is the same as @comment % @ignore ... @end ignore is another way to write a comment \def\comment{\begingroup \catcode`\^^M=\other% \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other% \commentxxx} {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}} \let\c=\comment % @paragraphindent NCHARS % We'll use ems for NCHARS, close enough. % NCHARS can also be the word `asis' or `none'. % We cannot feasibly implement @paragraphindent asis, though. % \def\asisword{asis} % no translation, these are keywords \def\noneword{none} % \parseargdef\paragraphindent{% \def\temp{#1}% \ifx\temp\asisword \else \ifx\temp\noneword \defaultparindent = 0pt \else \defaultparindent = #1em \fi \fi \parindent = \defaultparindent } % @exampleindent NCHARS % We'll use ems for NCHARS like @paragraphindent. % It seems @exampleindent asis isn't necessary, but % I preserve it to make it similar to @paragraphindent. \parseargdef\exampleindent{% \def\temp{#1}% \ifx\temp\asisword \else \ifx\temp\noneword \lispnarrowing = 0pt \else \lispnarrowing = #1em \fi \fi } % @firstparagraphindent WORD % If WORD is `none', then suppress indentation of the first paragraph % after a section heading. If WORD is `insert', then do indent at such % paragraphs. % % The paragraph indentation is suppressed or not by calling % \suppressfirstparagraphindent, which the sectioning commands do. % We switch the definition of this back and forth according to WORD. % By default, we suppress indentation. % \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent} \def\insertword{insert} % \parseargdef\firstparagraphindent{% \def\temp{#1}% \ifx\temp\noneword \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent \else\ifx\temp\insertword \let\suppressfirstparagraphindent = \relax \else \errhelp = \EMsimple \errmessage{Unknown @firstparagraphindent option `\temp'}% \fi\fi } % Here is how we actually suppress indentation. Redefine \everypar to % \kern backwards by \parindent, and then reset itself to empty. % % We also make \indent itself not actually do anything until the next % paragraph. % \gdef\dosuppressfirstparagraphindent{% \gdef\indent{% \restorefirstparagraphindent \indent }% \gdef\noindent{% \restorefirstparagraphindent \noindent }% \global\everypar = {% \kern -\parindent \restorefirstparagraphindent }% } \gdef\restorefirstparagraphindent{% \global \let \indent = \ptexindent \global \let \noindent = \ptexnoindent \global \everypar = {}% } % @refill is a no-op. \let\refill=\relax % If working on a large document in chapters, it is convenient to % be able to disable indexing, cross-referencing, and contents, for test runs. % This is done with @novalidate (before @setfilename). % \newif\iflinks \linkstrue % by default we want the aux files. \let\novalidate = \linksfalse % @setfilename is done at the beginning of every texinfo file. % So open here the files we need to have open while reading the input. % This makes it possible to make a .fmt file for texinfo. \def\setfilename{% \fixbackslash % Turn off hack to swallow `\input texinfo'. \iflinks \tryauxfile % Open the new aux file. TeX will close it automatically at exit. \immediate\openout\auxfile=\jobname.aux \fi % \openindices needs to do some work in any case. \openindices \let\setfilename=\comment % Ignore extra @setfilename cmds. % % If texinfo.cnf is present on the system, read it. % Useful for site-wide @afourpaper, etc. \openin 1 texinfo.cnf \ifeof 1 \else \input texinfo.cnf \fi \closein 1 % \comment % Ignore the actual filename. } % Called from \setfilename. % \def\openindices{% \newindex{cp}% \newcodeindex{fn}% \newcodeindex{vr}% \newcodeindex{tp}% \newcodeindex{ky}% \newcodeindex{pg}% } % @bye. \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend} \message{pdf,} % adobe `portable' document format \newcount\tempnum \newcount\lnkcount \newtoks\filename \newcount\filenamelength \newcount\pgn \newtoks\toksA \newtoks\toksB \newtoks\toksC \newtoks\toksD \newbox\boxA \newcount\countA \newif\ifpdf \newif\ifpdfmakepagedest % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1 % can be set). So we test for \relax and 0 as well as being undefined. \ifx\pdfoutput\thisisundefined \else \ifx\pdfoutput\relax \else \ifcase\pdfoutput \else \pdftrue \fi \fi \fi % PDF uses PostScript string constants for the names of xref targets, % for display in the outlines, and in other places. Thus, we have to % double any backslashes. Otherwise, a name like "\node" will be % interpreted as a newline (\n), followed by o, d, e. Not good. % % See http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html and % related messages. The final outcome is that it is up to the TeX user % to double the backslashes and otherwise make the string valid, so % that's what we do. pdftex 1.30.0 (ca.2005) introduced a primitive to % do this reliably, so we use it. % #1 is a control sequence in which to do the replacements, % which we \xdef. \def\txiescapepdf#1{% \ifx\pdfescapestring\relax % No primitive available; should we give a warning or log? % Many times it won't matter. \else % The expandable \pdfescapestring primitive escapes parentheses, % backslashes, and other special chars. \xdef#1{\pdfescapestring{#1}}% \fi } \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images with PDF output, and none of those formats could be found. (.eps cannot be supported due to the design of the PDF format; use regular TeX (DVI output) for that.)} \ifpdf % % Color manipulation macros based on pdfcolor.tex, % except using rgb instead of cmyk; the latter is said to render as a % very dark gray on-screen and a very dark halftone in print, instead % of actual black. \def\rgbDarkRed{0.50 0.09 0.12} \def\rgbBlack{0 0 0} % % k sets the color for filling (usual text, etc.); % K sets the color for stroking (thin rules, e.g., normal _'s). \def\pdfsetcolor#1{\pdfliteral{#1 rg #1 RG}} % % Set color, and create a mark which defines \thiscolor accordingly, % so that \makeheadline knows which color to restore. \def\setcolor#1{% \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}% \domark \pdfsetcolor{#1}% } % \def\maincolor{\rgbBlack} \pdfsetcolor{\maincolor} \edef\thiscolor{\maincolor} \def\lastcolordefs{} % \def\makefootline{% \baselineskip24pt \line{\pdfsetcolor{\maincolor}\the\footline}% } % \def\makeheadline{% \vbox to 0pt{% \vskip-22.5pt \line{% \vbox to8.5pt{}% % Extract \thiscolor definition from the marks. \getcolormarks % Typeset the headline with \maincolor, then restore the color. \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}% }% \vss }% \nointerlineskip } % % \pdfcatalog{/PageMode /UseOutlines} % % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto). \def\dopdfimage#1#2#3{% \def\imagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}% \def\imageheight{#3}\setbox2 = \hbox{\ignorespaces #3}% % % pdftex (and the PDF format) support .pdf, .png, .jpg (among % others). Let's try in that order, PDF first since if % someone has a scalable image, presumably better to use that than a % bitmap. \let\pdfimgext=\empty \begingroup \openin 1 #1.pdf \ifeof 1 \openin 1 #1.PDF \ifeof 1 \openin 1 #1.png \ifeof 1 \openin 1 #1.jpg \ifeof 1 \openin 1 #1.jpeg \ifeof 1 \openin 1 #1.JPG \ifeof 1 \errhelp = \nopdfimagehelp \errmessage{Could not find image file #1 for pdf}% \else \gdef\pdfimgext{JPG}% \fi \else \gdef\pdfimgext{jpeg}% \fi \else \gdef\pdfimgext{jpg}% \fi \else \gdef\pdfimgext{png}% \fi \else \gdef\pdfimgext{PDF}% \fi \else \gdef\pdfimgext{pdf}% \fi \closein 1 \endgroup % % without \immediate, ancient pdftex seg faults when the same image is % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.) \ifnum\pdftexversion < 14 \immediate\pdfimage \else \immediate\pdfximage \fi \ifdim \wd0 >0pt width \imagewidth \fi \ifdim \wd2 >0pt height \imageheight \fi \ifnum\pdftexversion<13 #1.\pdfimgext \else {#1.\pdfimgext}% \fi \ifnum\pdftexversion < 14 \else \pdfrefximage \pdflastximage \fi} % \def\pdfmkdest#1{{% % We have to set dummies so commands such as @code, and characters % such as \, aren't expanded when present in a section title. \indexnofonts \turnoffactive \makevalueexpandable \def\pdfdestname{#1}% \txiescapepdf\pdfdestname \safewhatsit{\pdfdest name{\pdfdestname} xyz}% }} % % used to mark target names; must be expandable. \def\pdfmkpgn#1{#1} % % by default, use a color that is dark enough to print on paper as % nearly black, but still distinguishable for online viewing. \def\urlcolor{\rgbDarkRed} \def\linkcolor{\rgbDarkRed} \def\endlink{\setcolor{\maincolor}\pdfendlink} % % Adding outlines to PDF; macros for calculating structure of outlines % come from Petr Olsak \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0% \else \csname#1\endcsname \fi} \def\advancenumber#1{\tempnum=\expnumber{#1}\relax \advance\tempnum by 1 \expandafter\xdef\csname#1\endcsname{\the\tempnum}} % % #1 is the section text, which is what will be displayed in the % outline by the pdf viewer. #2 is the pdf expression for the number % of subentries (or empty, for subsubsections). #3 is the node text, % which might be empty if this toc entry had no corresponding node. % #4 is the page number % \def\dopdfoutline#1#2#3#4{% % Generate a link to the node text if that exists; else, use the % page number. We could generate a destination for the section % text in the case where a section has no node, but it doesn't % seem worth the trouble, since most documents are normally structured. \edef\pdfoutlinedest{#3}% \ifx\pdfoutlinedest\empty \def\pdfoutlinedest{#4}% \else \txiescapepdf\pdfoutlinedest \fi % % Also escape PDF chars in the display string. \edef\pdfoutlinetext{#1}% \txiescapepdf\pdfoutlinetext % \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}% } % \def\pdfmakeoutlines{% \begingroup % Read toc silently, to get counts of subentries for \pdfoutline. \def\partentry##1##2##3##4{}% ignore parts in the outlines \def\numchapentry##1##2##3##4{% \def\thischapnum{##2}% \def\thissecnum{0}% \def\thissubsecnum{0}% }% \def\numsecentry##1##2##3##4{% \advancenumber{chap\thischapnum}% \def\thissecnum{##2}% \def\thissubsecnum{0}% }% \def\numsubsecentry##1##2##3##4{% \advancenumber{sec\thissecnum}% \def\thissubsecnum{##2}% }% \def\numsubsubsecentry##1##2##3##4{% \advancenumber{subsec\thissubsecnum}% }% \def\thischapnum{0}% \def\thissecnum{0}% \def\thissubsecnum{0}% % % use \def rather than \let here because we redefine \chapentry et % al. a second time, below. \def\appentry{\numchapentry}% \def\appsecentry{\numsecentry}% \def\appsubsecentry{\numsubsecentry}% \def\appsubsubsecentry{\numsubsubsecentry}% \def\unnchapentry{\numchapentry}% \def\unnsecentry{\numsecentry}% \def\unnsubsecentry{\numsubsecentry}% \def\unnsubsubsecentry{\numsubsubsecentry}% \readdatafile{toc}% % % Read toc second time, this time actually producing the outlines. % The `-' means take the \expnumber as the absolute number of % subentries, which we calculated on our first read of the .toc above. % % We use the node names as the destinations. \def\numchapentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}% \def\numsecentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}% \def\numsubsecentry##1##2##3##4{% \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}% \def\numsubsubsecentry##1##2##3##4{% count is always zero \dopdfoutline{##1}{}{##3}{##4}}% % % PDF outlines are displayed using system fonts, instead of % document fonts. Therefore we cannot use special characters, % since the encoding is unknown. For example, the eogonek from % Latin 2 (0xea) gets translated to a | character. Info from % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100. % % TODO this right, we have to translate 8-bit characters to % their "best" equivalent, based on the @documentencoding. Too % much work for too little return. Just use the ASCII equivalents % we use for the index sort strings. % \indexnofonts \setupdatafile % We can have normal brace characters in the PDF outlines, unlike % Texinfo index files. So set that up. \def\{{\lbracecharliteral}% \def\}{\rbracecharliteral}% \catcode`\\=\active \otherbackslash \input \tocreadfilename \endgroup } {\catcode`[=1 \catcode`]=2 \catcode`{=\other \catcode`}=\other \gdef\lbracecharliteral[{]% \gdef\rbracecharliteral[}]% ] % \def\skipspaces#1{\def\PP{#1}\def\D{|}% \ifx\PP\D\let\nextsp\relax \else\let\nextsp\skipspaces \ifx\p\space\else\addtokens{\filename}{\PP}% \advance\filenamelength by 1 \fi \fi \nextsp} \def\getfilename#1{\filenamelength=0\expandafter\skipspaces#1|\relax} \ifnum\pdftexversion < 14 \let \startlink \pdfannotlink \else \let \startlink \pdfstartlink \fi % make a live url in pdf output. \def\pdfurl#1{% \begingroup % it seems we really need yet another set of dummies; have not % tried to figure out what each command should do in the context % of @url. for now, just make @/ a no-op, that's the only one % people have actually reported a problem with. % \normalturnoffactive \def\@{@}% \let\/=\empty \makevalueexpandable % do we want to go so far as to use \indexnofonts instead of just % special-casing \var here? \def\var##1{##1}% % \leavevmode\setcolor{\urlcolor}% \startlink attr{/Border [0 0 0]}% user{/Subtype /Link /A << /S /URI /URI (#1) >>}% \endgroup} \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}} \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks} \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks} \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}} \def\maketoks{% \expandafter\poptoks\the\toksA|ENDTOKS|\relax \ifx\first0\adn0 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9 \else \ifnum0=\countA\else\makelink\fi \ifx\first.\let\next=\done\else \let\next=\maketoks \addtokens{\toksB}{\the\toksD} \ifx\first,\addtokens{\toksB}{\space}\fi \fi \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \next} \def\makelink{\addtokens{\toksB}% {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0} \def\pdflink#1{% \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}} \setcolor{\linkcolor}#1\endlink} \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} \else % non-pdf mode \let\pdfmkdest = \gobble \let\pdfurl = \gobble \let\endlink = \relax \let\setcolor = \gobble \let\pdfsetcolor = \gobble \let\pdfmakeoutlines = \relax \fi % \ifx\pdfoutput \message{fonts,} % Change the current font style to #1, remembering it in \curfontstyle. % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in % italics, not bold italics. % \def\setfontstyle#1{% \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd. \csname ten#1\endcsname % change the current font } % Select #1 fonts with the current style. % \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname} \def\rm{\fam=0 \setfontstyle{rm}} \def\it{\fam=\itfam \setfontstyle{it}} \def\sl{\fam=\slfam \setfontstyle{sl}} \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} \def\tt{\fam=\ttfam \setfontstyle{tt}} % Unfortunately, we have to override this for titles and the like, since % in those cases "rm" is bold. Sigh. \def\rmisbold{\rm\def\curfontstyle{bf}} % Texinfo sort of supports the sans serif font style, which plain TeX does not. % So we set up a \sf. \newfam\sffam \def\sf{\fam=\sffam \setfontstyle{sf}} \let\li = \sf % Sometimes we call it \li, not \sf. % We don't need math for this font style. \def\ttsl{\setfontstyle{ttsl}} % Default leading. \newdimen\textleading \textleading = 13.2pt % Set the baselineskip to #1, and the lineskip and strut size % correspondingly. There is no deep meaning behind these magic numbers % used as factors; they just match (closely enough) what Knuth defined. % \def\lineskipfactor{.08333} \def\strutheightpercent{.70833} \def\strutdepthpercent {.29167} % % can get a sort of poor man's double spacing by redefining this. \def\baselinefactor{1} % \def\setleading#1{% \dimen0 = #1\relax \normalbaselineskip = \baselinefactor\dimen0 \normallineskip = \lineskipfactor\normalbaselineskip \normalbaselines \setbox\strutbox =\hbox{% \vrule width0pt height\strutheightpercent\baselineskip depth \strutdepthpercent \baselineskip }% } % PDF CMaps. See also LaTeX's t1.cmap. % % do nothing with this by default. \expandafter\let\csname cmapOT1\endcsname\gobble \expandafter\let\csname cmapOT1IT\endcsname\gobble \expandafter\let\csname cmapOT1TT\endcsname\gobble % if we are producing pdf, and we have \pdffontattr, then define cmaps. % (\pdffontattr was introduced many years ago, but people still run % older pdftex's; it's easy to conditionalize, so we do.) \ifpdf \ifx\pdffontattr\thisisundefined \else \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1-0) %%Title: (TeX-OT1-0 TeX OT1 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1) /Supplement 0 >> def /CMapName /TeX-OT1-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 8 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <23> <26> <0023> <28> <3B> <0028> <3F> <5B> <003F> <5D> <5E> <005D> <61> <7A> <0061> <7B> <7C> <2013> endbfrange 40 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <00660066> <0C> <00660069> <0D> <0066006C> <0E> <006600660069> <0F> <00660066006C> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <21> <0021> <22> <201D> <27> <2019> <3C> <00A1> <3D> <003D> <3E> <00BF> <5C> <201C> <5F> <02D9> <60> <2018> <7D> <02DD> <7E> <007E> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% % % \cmapOT1IT \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1IT-0) %%Title: (TeX-OT1IT-0 TeX OT1IT 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1IT) /Supplement 0 >> def /CMapName /TeX-OT1IT-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 8 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <25> <26> <0025> <28> <3B> <0028> <3F> <5B> <003F> <5D> <5E> <005D> <61> <7A> <0061> <7B> <7C> <2013> endbfrange 42 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <00660066> <0C> <00660069> <0D> <0066006C> <0E> <006600660069> <0F> <00660066006C> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <21> <0021> <22> <201D> <23> <0023> <24> <00A3> <27> <2019> <3C> <00A1> <3D> <003D> <3E> <00BF> <5C> <201C> <5F> <02D9> <60> <2018> <7D> <02DD> <7E> <007E> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1IT\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% % % \cmapOT1TT \begingroup \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap %%DocumentNeededResources: ProcSet (CIDInit) %%IncludeResource: ProcSet (CIDInit) %%BeginResource: CMap (TeX-OT1TT-0) %%Title: (TeX-OT1TT-0 TeX OT1TT 0) %%Version: 1.000 %%EndComments /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (TeX) /Ordering (OT1TT) /Supplement 0 >> def /CMapName /TeX-OT1TT-0 def /CMapType 2 def 1 begincodespacerange <00> <7F> endcodespacerange 5 beginbfrange <00> <01> <0393> <09> <0A> <03A8> <21> <26> <0021> <28> <5F> <0028> <61> <7E> <0061> endbfrange 32 beginbfchar <02> <0398> <03> <039B> <04> <039E> <05> <03A0> <06> <03A3> <07> <03D2> <08> <03A6> <0B> <2191> <0C> <2193> <0D> <0027> <0E> <00A1> <0F> <00BF> <10> <0131> <11> <0237> <12> <0060> <13> <00B4> <14> <02C7> <15> <02D8> <16> <00AF> <17> <02DA> <18> <00B8> <19> <00DF> <1A> <00E6> <1B> <0153> <1C> <00F8> <1D> <00C6> <1E> <0152> <1F> <00D8> <20> <2423> <27> <2019> <60> <2018> <7F> <00A8> endbfchar endcmap CMapName currentdict /CMap defineresource pop end end %%EndResource %%EOF }\endgroup \expandafter\edef\csname cmapOT1TT\endcsname#1{% \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% }% \fi\fi % Set the font macro #1 to the font named #2, adding on the % specified font prefix (normally `cm'). % #3 is the font's design size, #4 is a scale factor, #5 is the CMap % encoding (currently only OT1, OT1IT and OT1TT are allowed, pass % empty to omit). \def\setfont#1#2#3#4#5{% \font#1=\fontprefix#2#3 scaled #4 \csname cmap#5\endcsname#1% } % This is what gets called when #5 of \setfont is empty. \let\cmap\gobble % emacs-page end of cmaps % Use cm as the default font prefix. % To specify the font prefix, you must define \fontprefix % before you read in texinfo.tex. \ifx\fontprefix\thisisundefined \def\fontprefix{cm} \fi % Support font families that don't use the same naming scheme as CM. \def\rmshape{r} \def\rmbshape{bx} %where the normal face is bold \def\bfshape{b} \def\bxshape{bx} \def\ttshape{tt} \def\ttbshape{tt} \def\ttslshape{sltt} \def\itshape{ti} \def\itbshape{bxti} \def\slshape{sl} \def\slbshape{bxsl} \def\sfshape{ss} \def\sfbshape{ss} \def\scshape{csc} \def\scbshape{csc} % Definitions for a main text size of 11pt. This is the default in % Texinfo. % \def\definetextfontsizexi{% % Text fonts (11.2pt, magstep1). \def\textnominalsize{11pt} \edef\mainmagstep{\magstephalf} \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} \setfont\textsl\slshape{10}{\mainmagstep}{OT1} \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} \setfont\textsc\scshape{10}{\mainmagstep}{OT1} \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} \font\texti=cmmi10 scaled \mainmagstep \font\textsy=cmsy10 scaled \mainmagstep \def\textecsize{1095} % A few fonts for @defun names and args. \setfont\defbf\bfshape{10}{\magstep1}{OT1} \setfont\deftt\ttshape{10}{\magstep1}{OT1TT} \setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT} \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} % Fonts for indices, footnotes, small examples (9pt). \def\smallnominalsize{9pt} \setfont\smallrm\rmshape{9}{1000}{OT1} \setfont\smalltt\ttshape{9}{1000}{OT1TT} \setfont\smallbf\bfshape{10}{900}{OT1} \setfont\smallit\itshape{9}{1000}{OT1IT} \setfont\smallsl\slshape{9}{1000}{OT1} \setfont\smallsf\sfshape{9}{1000}{OT1} \setfont\smallsc\scshape{10}{900}{OT1} \setfont\smallttsl\ttslshape{10}{900}{OT1TT} \font\smalli=cmmi9 \font\smallsy=cmsy9 \def\smallecsize{0900} % Fonts for small examples (8pt). \def\smallernominalsize{8pt} \setfont\smallerrm\rmshape{8}{1000}{OT1} \setfont\smallertt\ttshape{8}{1000}{OT1TT} \setfont\smallerbf\bfshape{10}{800}{OT1} \setfont\smallerit\itshape{8}{1000}{OT1IT} \setfont\smallersl\slshape{8}{1000}{OT1} \setfont\smallersf\sfshape{8}{1000}{OT1} \setfont\smallersc\scshape{10}{800}{OT1} \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} \font\smalleri=cmmi8 \font\smallersy=cmsy8 \def\smallerecsize{0800} % Fonts for title page (20.4pt): \def\titlenominalsize{20pt} \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} \setfont\titlesl\slbshape{10}{\magstep4}{OT1} \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} \let\titlebf=\titlerm \setfont\titlesc\scbshape{10}{\magstep4}{OT1} \font\titlei=cmmi12 scaled \magstep3 \font\titlesy=cmsy10 scaled \magstep4 \def\titleecsize{2074} % Chapter (and unnumbered) fonts (17.28pt). \def\chapnominalsize{17pt} \setfont\chaprm\rmbshape{12}{\magstep2}{OT1} \setfont\chapit\itbshape{10}{\magstep3}{OT1IT} \setfont\chapsl\slbshape{10}{\magstep3}{OT1} \setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT} \setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT} \setfont\chapsf\sfbshape{17}{1000}{OT1} \let\chapbf=\chaprm \setfont\chapsc\scbshape{10}{\magstep3}{OT1} \font\chapi=cmmi12 scaled \magstep2 \font\chapsy=cmsy10 scaled \magstep3 \def\chapecsize{1728} % Section fonts (14.4pt). \def\secnominalsize{14pt} \setfont\secrm\rmbshape{12}{\magstep1}{OT1} \setfont\secit\itbshape{10}{\magstep2}{OT1IT} \setfont\secsl\slbshape{10}{\magstep2}{OT1} \setfont\sectt\ttbshape{12}{\magstep1}{OT1TT} \setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT} \setfont\secsf\sfbshape{12}{\magstep1}{OT1} \let\secbf\secrm \setfont\secsc\scbshape{10}{\magstep2}{OT1} \font\seci=cmmi12 scaled \magstep1 \font\secsy=cmsy10 scaled \magstep2 \def\sececsize{1440} % Subsection fonts (13.15pt). \def\ssecnominalsize{13pt} \setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1} \setfont\ssecit\itbshape{10}{1315}{OT1IT} \setfont\ssecsl\slbshape{10}{1315}{OT1} \setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT} \setfont\ssecttsl\ttslshape{10}{1315}{OT1TT} \setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1} \let\ssecbf\ssecrm \setfont\ssecsc\scbshape{10}{1315}{OT1} \font\sseci=cmmi12 scaled \magstephalf \font\ssecsy=cmsy10 scaled 1315 \def\ssececsize{1200} % Reduced fonts for @acro in text (10pt). \def\reducednominalsize{10pt} \setfont\reducedrm\rmshape{10}{1000}{OT1} \setfont\reducedtt\ttshape{10}{1000}{OT1TT} \setfont\reducedbf\bfshape{10}{1000}{OT1} \setfont\reducedit\itshape{10}{1000}{OT1IT} \setfont\reducedsl\slshape{10}{1000}{OT1} \setfont\reducedsf\sfshape{10}{1000}{OT1} \setfont\reducedsc\scshape{10}{1000}{OT1} \setfont\reducedttsl\ttslshape{10}{1000}{OT1TT} \font\reducedi=cmmi10 \font\reducedsy=cmsy10 \def\reducedecsize{1000} \textleading = 13.2pt % line spacing for 11pt CM \textfonts % reset the current fonts \rm } % end of 11pt text font size definitions % Definitions to make the main text be 10pt Computer Modern, with % section, chapter, etc., sizes following suit. This is for the GNU % Press printing of the Emacs 22 manual. Maybe other manuals in the % future. Used with @smallbook, which sets the leading to 12pt. % \def\definetextfontsizex{% % Text fonts (10pt). \def\textnominalsize{10pt} \edef\mainmagstep{1000} \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} \setfont\textsl\slshape{10}{\mainmagstep}{OT1} \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} \setfont\textsc\scshape{10}{\mainmagstep}{OT1} \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} \font\texti=cmmi10 scaled \mainmagstep \font\textsy=cmsy10 scaled \mainmagstep \def\textecsize{1000} % A few fonts for @defun names and args. \setfont\defbf\bfshape{10}{\magstephalf}{OT1} \setfont\deftt\ttshape{10}{\magstephalf}{OT1TT} \setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT} \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} % Fonts for indices, footnotes, small examples (9pt). \def\smallnominalsize{9pt} \setfont\smallrm\rmshape{9}{1000}{OT1} \setfont\smalltt\ttshape{9}{1000}{OT1TT} \setfont\smallbf\bfshape{10}{900}{OT1} \setfont\smallit\itshape{9}{1000}{OT1IT} \setfont\smallsl\slshape{9}{1000}{OT1} \setfont\smallsf\sfshape{9}{1000}{OT1} \setfont\smallsc\scshape{10}{900}{OT1} \setfont\smallttsl\ttslshape{10}{900}{OT1TT} \font\smalli=cmmi9 \font\smallsy=cmsy9 \def\smallecsize{0900} % Fonts for small examples (8pt). \def\smallernominalsize{8pt} \setfont\smallerrm\rmshape{8}{1000}{OT1} \setfont\smallertt\ttshape{8}{1000}{OT1TT} \setfont\smallerbf\bfshape{10}{800}{OT1} \setfont\smallerit\itshape{8}{1000}{OT1IT} \setfont\smallersl\slshape{8}{1000}{OT1} \setfont\smallersf\sfshape{8}{1000}{OT1} \setfont\smallersc\scshape{10}{800}{OT1} \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} \font\smalleri=cmmi8 \font\smallersy=cmsy8 \def\smallerecsize{0800} % Fonts for title page (20.4pt): \def\titlenominalsize{20pt} \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} \setfont\titlesl\slbshape{10}{\magstep4}{OT1} \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} \let\titlebf=\titlerm \setfont\titlesc\scbshape{10}{\magstep4}{OT1} \font\titlei=cmmi12 scaled \magstep3 \font\titlesy=cmsy10 scaled \magstep4 \def\titleecsize{2074} % Chapter fonts (14.4pt). \def\chapnominalsize{14pt} \setfont\chaprm\rmbshape{12}{\magstep1}{OT1} \setfont\chapit\itbshape{10}{\magstep2}{OT1IT} \setfont\chapsl\slbshape{10}{\magstep2}{OT1} \setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT} \setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT} \setfont\chapsf\sfbshape{12}{\magstep1}{OT1} \let\chapbf\chaprm \setfont\chapsc\scbshape{10}{\magstep2}{OT1} \font\chapi=cmmi12 scaled \magstep1 \font\chapsy=cmsy10 scaled \magstep2 \def\chapecsize{1440} % Section fonts (12pt). \def\secnominalsize{12pt} \setfont\secrm\rmbshape{12}{1000}{OT1} \setfont\secit\itbshape{10}{\magstep1}{OT1IT} \setfont\secsl\slbshape{10}{\magstep1}{OT1} \setfont\sectt\ttbshape{12}{1000}{OT1TT} \setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT} \setfont\secsf\sfbshape{12}{1000}{OT1} \let\secbf\secrm \setfont\secsc\scbshape{10}{\magstep1}{OT1} \font\seci=cmmi12 \font\secsy=cmsy10 scaled \magstep1 \def\sececsize{1200} % Subsection fonts (10pt). \def\ssecnominalsize{10pt} \setfont\ssecrm\rmbshape{10}{1000}{OT1} \setfont\ssecit\itbshape{10}{1000}{OT1IT} \setfont\ssecsl\slbshape{10}{1000}{OT1} \setfont\ssectt\ttbshape{10}{1000}{OT1TT} \setfont\ssecttsl\ttslshape{10}{1000}{OT1TT} \setfont\ssecsf\sfbshape{10}{1000}{OT1} \let\ssecbf\ssecrm \setfont\ssecsc\scbshape{10}{1000}{OT1} \font\sseci=cmmi10 \font\ssecsy=cmsy10 \def\ssececsize{1000} % Reduced fonts for @acro in text (9pt). \def\reducednominalsize{9pt} \setfont\reducedrm\rmshape{9}{1000}{OT1} \setfont\reducedtt\ttshape{9}{1000}{OT1TT} \setfont\reducedbf\bfshape{10}{900}{OT1} \setfont\reducedit\itshape{9}{1000}{OT1IT} \setfont\reducedsl\slshape{9}{1000}{OT1} \setfont\reducedsf\sfshape{9}{1000}{OT1} \setfont\reducedsc\scshape{10}{900}{OT1} \setfont\reducedttsl\ttslshape{10}{900}{OT1TT} \font\reducedi=cmmi9 \font\reducedsy=cmsy9 \def\reducedecsize{0900} \divide\parskip by 2 % reduce space between paragraphs \textleading = 12pt % line spacing for 10pt CM \textfonts % reset the current fonts \rm } % end of 10pt text font size definitions % We provide the user-level command % @fonttextsize 10 % (or 11) to redefine the text font size. pt is assumed. % \def\xiword{11} \def\xword{10} \def\xwordpt{10pt} % \parseargdef\fonttextsize{% \def\textsizearg{#1}% %\wlog{doing @fonttextsize \textsizearg}% % % Set \globaldefs so that documents can use this inside @tex, since % makeinfo 4.8 does not support it, but we need it nonetheless. % \begingroup \globaldefs=1 \ifx\textsizearg\xword \definetextfontsizex \else \ifx\textsizearg\xiword \definetextfontsizexi \else \errhelp=\EMsimple \errmessage{@fonttextsize only supports `10' or `11', not `\textsizearg'} \fi\fi \endgroup } % In order for the font changes to affect most math symbols and letters, % we have to define the \textfont of the standard families. Since % texinfo doesn't allow for producing subscripts and superscripts except % in the main text, we don't bother to reset \scriptfont and % \scriptscriptfont (which would also require loading a lot more fonts). % \def\resetmathfonts{% \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf \textfont\ttfam=\tentt \textfont\sffam=\tensf } % The font-changing commands redefine the meanings of \tenSTYLE, instead % of just \STYLE. We do this because \STYLE needs to also set the % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire % \tenSTYLE to set the current font. % % Each font-changing command also sets the names \lsize (one size lower) % and \lllsize (three sizes lower). These relative commands are used in % the LaTeX logo and acronyms. % % This all needs generalizing, badly. % \def\textfonts{% \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy \let\tenttsl=\textttsl \def\curfontsize{text}% \def\lsize{reduced}\def\lllsize{smaller}% \resetmathfonts \setleading{\textleading}} \def\titlefonts{% \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy \let\tenttsl=\titlettsl \def\curfontsize{title}% \def\lsize{chap}\def\lllsize{subsec}% \resetmathfonts \setleading{27pt}} \def\titlefont#1{{\titlefonts\rmisbold #1}} \def\chapfonts{% \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy \let\tenttsl=\chapttsl \def\curfontsize{chap}% \def\lsize{sec}\def\lllsize{text}% \resetmathfonts \setleading{19pt}} \def\secfonts{% \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy \let\tenttsl=\secttsl \def\curfontsize{sec}% \def\lsize{subsec}\def\lllsize{reduced}% \resetmathfonts \setleading{16pt}} \def\subsecfonts{% \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy \let\tenttsl=\ssecttsl \def\curfontsize{ssec}% \def\lsize{text}\def\lllsize{small}% \resetmathfonts \setleading{15pt}} \let\subsubsecfonts = \subsecfonts \def\reducedfonts{% \let\tenrm=\reducedrm \let\tenit=\reducedit \let\tensl=\reducedsl \let\tenbf=\reducedbf \let\tentt=\reducedtt \let\reducedcaps=\reducedsc \let\tensf=\reducedsf \let\teni=\reducedi \let\tensy=\reducedsy \let\tenttsl=\reducedttsl \def\curfontsize{reduced}% \def\lsize{small}\def\lllsize{smaller}% \resetmathfonts \setleading{10.5pt}} \def\smallfonts{% \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy \let\tenttsl=\smallttsl \def\curfontsize{small}% \def\lsize{smaller}\def\lllsize{smaller}% \resetmathfonts \setleading{10.5pt}} \def\smallerfonts{% \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy \let\tenttsl=\smallerttsl \def\curfontsize{smaller}% \def\lsize{smaller}\def\lllsize{smaller}% \resetmathfonts \setleading{9.5pt}} % Fonts for short table of contents. \setfont\shortcontrm\rmshape{12}{1000}{OT1} \setfont\shortcontbf\bfshape{10}{\magstep1}{OT1} % no cmb12 \setfont\shortcontsl\slshape{12}{1000}{OT1} \setfont\shortconttt\ttshape{12}{1000}{OT1TT} % Define these just so they can be easily changed for other fonts. \def\angleleft{$\langle$} \def\angleright{$\rangle$} % Set the fonts to use with the @small... environments. \let\smallexamplefonts = \smallfonts % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample % can fit this many characters: % 8.5x11=86 smallbook=72 a4=90 a5=69 % If we use \scriptfonts (8pt), then we can fit this many characters: % 8.5x11=90+ smallbook=80 a4=90+ a5=77 % For me, subjectively, the few extra characters that fit aren't worth % the additional smallness of 8pt. So I'm making the default 9pt. % % By the way, for comparison, here's what fits with @example (10pt): % 8.5x11=71 smallbook=60 a4=75 a5=58 % --karl, 24jan03. % Set up the default fonts, so we can use them for creating boxes. % \definetextfontsizexi \message{markup,} % Check if we are currently using a typewriter font. Since all the % Computer Modern typewriter fonts have zero interword stretch (and % shrink), and it is reasonable to expect all typewriter fonts to have % this property, we can check that font parameter. % \def\ifmonospace{\ifdim\fontdimen3\font=0pt } % Markup style infrastructure. \defmarkupstylesetup\INITMACRO will % define and register \INITMACRO to be called on markup style changes. % \INITMACRO can check \currentmarkupstyle for the innermost % style and the set of \ifmarkupSTYLE switches for all styles % currently in effect. \newif\ifmarkupvar \newif\ifmarkupsamp \newif\ifmarkupkey %\newif\ifmarkupfile % @file == @samp. %\newif\ifmarkupoption % @option == @samp. \newif\ifmarkupcode \newif\ifmarkupkbd %\newif\ifmarkupenv % @env == @code. %\newif\ifmarkupcommand % @command == @code. \newif\ifmarkuptex % @tex (and part of @math, for now). \newif\ifmarkupexample \newif\ifmarkupverb \newif\ifmarkupverbatim \let\currentmarkupstyle\empty \def\setupmarkupstyle#1{% \csname markup#1true\endcsname \def\currentmarkupstyle{#1}% \markupstylesetup } \let\markupstylesetup\empty \def\defmarkupstylesetup#1{% \expandafter\def\expandafter\markupstylesetup \expandafter{\markupstylesetup #1}% \def#1% } % Markup style setup for left and right quotes. \defmarkupstylesetup\markupsetuplq{% \expandafter\let\expandafter \temp \csname markupsetuplq\currentmarkupstyle\endcsname \ifx\temp\relax \markupsetuplqdefault \else \temp \fi } \defmarkupstylesetup\markupsetuprq{% \expandafter\let\expandafter \temp \csname markupsetuprq\currentmarkupstyle\endcsname \ifx\temp\relax \markupsetuprqdefault \else \temp \fi } { \catcode`\'=\active \catcode`\`=\active \gdef\markupsetuplqdefault{\let`\lq} \gdef\markupsetuprqdefault{\let'\rq} \gdef\markupsetcodequoteleft{\let`\codequoteleft} \gdef\markupsetcodequoteright{\let'\codequoteright} \gdef\markupsetnoligaturesquoteleft{\let`\noligaturesquoteleft} } \let\markupsetuplqcode \markupsetcodequoteleft \let\markupsetuprqcode \markupsetcodequoteright % \let\markupsetuplqexample \markupsetcodequoteleft \let\markupsetuprqexample \markupsetcodequoteright % \let\markupsetuplqsamp \markupsetcodequoteleft \let\markupsetuprqsamp \markupsetcodequoteright % \let\markupsetuplqverb \markupsetcodequoteleft \let\markupsetuprqverb \markupsetcodequoteright % \let\markupsetuplqverbatim \markupsetcodequoteleft \let\markupsetuprqverbatim \markupsetcodequoteright \let\markupsetuplqkbd \markupsetnoligaturesquoteleft % Allow an option to not use regular directed right quote/apostrophe % (char 0x27), but instead the undirected quote from cmtt (char 0x0d). % The undirected quote is ugly, so don't make it the default, but it % works for pasting with more pdf viewers (at least evince), the % lilypond developers report. xpdf does work with the regular 0x27. % \def\codequoteright{% \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax '% \else \char'15 \fi \else \char'15 \fi } % % and a similar option for the left quote char vs. a grave accent. % Modern fonts display ASCII 0x60 as a grave accent, so some people like % the code environments to do likewise. % \def\codequoteleft{% \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax % [Knuth] pp. 380,381,391 % \relax disables Spanish ligatures ?` and !` of \tt font. \relax`% \else \char'22 \fi \else \char'22 \fi } % Commands to set the quote options. % \parseargdef\codequoteundirected{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxicodequoteundirected\endcsname = t% \else\ifx\temp\offword \expandafter\let\csname SETtxicodequoteundirected\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @codequoteundirected value `\temp', must be on|off}% \fi\fi } % \parseargdef\codequotebacktick{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxicodequotebacktick\endcsname = t% \else\ifx\temp\offword \expandafter\let\csname SETtxicodequotebacktick\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @codequotebacktick value `\temp', must be on|off}% \fi\fi } % [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font. \def\noligaturesquoteleft{\relax\lq} % Count depth in font-changes, for error checks \newcount\fontdepth \fontdepth=0 % Font commands. % #1 is the font command (\sl or \it), #2 is the text to slant. % If we are in a monospaced environment, however, 1) always use \ttsl, % and 2) do not add an italic correction. \def\dosmartslant#1#2{% \ifusingtt {{\ttsl #2}\let\next=\relax}% {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}% \next } \def\smartslanted{\dosmartslant\sl} \def\smartitalic{\dosmartslant\it} % Output an italic correction unless \next (presumed to be the following % character) is such as not to need one. \def\smartitaliccorrection{% \ifx\next,% \else\ifx\next-% \else\ifx\next.% \else\ptexslash \fi\fi\fi \aftersmartic } % like \smartslanted except unconditionally uses \ttsl, and no ic. % @var is set to this for defun arguments. \def\ttslanted#1{{\ttsl #1}} % @cite is like \smartslanted except unconditionally use \sl. We never want % ttsl for book titles, do we? \def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection} \def\aftersmartic{} \def\var#1{% \let\saveaftersmartic = \aftersmartic \def\aftersmartic{\null\let\aftersmartic=\saveaftersmartic}% \smartslanted{#1}% } \let\i=\smartitalic \let\slanted=\smartslanted \let\dfn=\smartslanted \let\emph=\smartitalic % Explicit font changes: @r, @sc, undocumented @ii. \def\r#1{{\rm #1}} % roman font \def\sc#1{{\smallcaps#1}} % smallcaps font \def\ii#1{{\it #1}} % italic font % @b, explicit bold. Also @strong. \def\b#1{{\bf #1}} \let\strong=\b % @sansserif, explicit sans. \def\sansserif#1{{\sf #1}} % We can't just use \exhyphenpenalty, because that only has effect at % the end of a paragraph. Restore normal hyphenation at the end of the % group within which \nohyphenation is presumably called. % \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation} \def\restorehyphenation{\hyphenchar\font = `- } % Set sfcode to normal for the chars that usually have another value. % Can't use plain's \frenchspacing because it uses the `\x notation, and % sometimes \x has an active definition that messes things up. % \catcode`@=11 \def\plainfrenchspacing{% \sfcode\dotChar =\@m \sfcode\questChar=\@m \sfcode\exclamChar=\@m \sfcode\colonChar=\@m \sfcode\semiChar =\@m \sfcode\commaChar =\@m \def\endofsentencespacefactor{1000}% for @. and friends } \def\plainnonfrenchspacing{% \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000 \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 \def\endofsentencespacefactor{3000}% for @. and friends } \catcode`@=\other \def\endofsentencespacefactor{3000}% default % @t, explicit typewriter. \def\t#1{% {\tt \rawbackslash \plainfrenchspacing #1}% \null } % @samp. \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}} % definition of @key that produces a lozenge. Doesn't adjust to text size. %\setfont\keyrm\rmshape{8}{1000}{OT1} %\font\keysy=cmsy9 %\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{% % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% % \vbox{\hrule\kern-0.4pt % \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}% % \kern-0.4pt\hrule}% % \kern-.06em\raise0.4pt\hbox{\angleright}}}} % definition of @key with no lozenge. If the current font is already % monospace, don't change it; that way, we respect @kbdinputstyle. But % if it isn't monospace, then use \tt. % \def\key#1{{\setupmarkupstyle{key}% \nohyphenation \ifmonospace\else\tt\fi #1}\null} % ctrl is no longer a Texinfo command. \def\ctrl #1{{\tt \rawbackslash \hat}#1} % @file, @option are the same as @samp. \let\file=\samp \let\option=\samp % @code is a modification of @t, % which makes spaces the same size as normal in the surrounding text. \def\tclose#1{% {% % Change normal interword space to be same as for the current font. \spaceskip = \fontdimen2\font % % Switch to typewriter. \tt % % But `\ ' produces the large typewriter interword space. \def\ {{\spaceskip = 0pt{} }}% % % Turn off hyphenation. \nohyphenation % \rawbackslash \plainfrenchspacing #1% }% \null % reset spacefactor to 1000 } % We *must* turn on hyphenation at `-' and `_' in @code. % Otherwise, it is too hard to avoid overfull hboxes % in the Emacs manual, the Library manual, etc. % Unfortunately, TeX uses one parameter (\hyphenchar) to control % both hyphenation at - and hyphenation within words. % We must therefore turn them both off (\tclose does that) % and arrange explicitly to hyphenate at a dash. % -- rms. { \catcode`\-=\active \catcode`\_=\active \catcode`\'=\active \catcode`\`=\active \global\let'=\rq \global\let`=\lq % default definitions % \global\def\code{\begingroup \setupmarkupstyle{code}% % The following should really be moved into \setupmarkupstyle handlers. \catcode\dashChar=\active \catcode\underChar=\active \ifallowcodebreaks \let-\codedash \let_\codeunder \else \let-\realdash \let_\realunder \fi \codex } } \def\codex #1{\tclose{#1}\endgroup} \def\realdash{-} \def\codedash{-\discretionary{}{}{}} \def\codeunder{% % this is all so @math{@code{var_name}+1} can work. In math mode, _ % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.) % will therefore expand the active definition of _, which is us % (inside @code that is), therefore an endless loop. \ifusingtt{\ifmmode \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_. \else\normalunderscore \fi \discretionary{}{}{}}% {\_}% } % An additional complication: the above will allow breaks after, e.g., % each of the four underscores in __typeof__. This is undesirable in % some manuals, especially if they don't have long identifiers in % general. @allowcodebreaks provides a way to control this. % \newif\ifallowcodebreaks \allowcodebreakstrue \def\keywordtrue{true} \def\keywordfalse{false} \parseargdef\allowcodebreaks{% \def\txiarg{#1}% \ifx\txiarg\keywordtrue \allowcodebreakstrue \else\ifx\txiarg\keywordfalse \allowcodebreaksfalse \else \errhelp = \EMsimple \errmessage{Unknown @allowcodebreaks option `\txiarg', must be true|false}% \fi\fi } % @uref (abbreviation for `urlref') takes an optional (comma-separated) % second argument specifying the text to display and an optional third % arg as text to display instead of (rather than in addition to) the url % itself. First (mandatory) arg is the url. % (This \urefnobreak definition isn't used now, leaving it for a while % for comparison.) \def\urefnobreak#1{\dourefnobreak #1,,,\finish} \def\dourefnobreak#1,#2,#3,#4\finish{\begingroup \unsepspaces \pdfurl{#1}% \setbox0 = \hbox{\ignorespaces #3}% \ifdim\wd0 > 0pt \unhbox0 % third arg given, show only that \else \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \ifpdf \unhbox0 % PDF: 2nd arg given, show only it \else \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url \fi \else \code{#1}% only url given, so show it \fi \fi \endlink \endgroup} % This \urefbreak definition is the active one. \def\urefbreak{\begingroup \urefcatcodes \dourefbreak} \let\uref=\urefbreak \def\dourefbreak#1{\urefbreakfinish #1,,,\finish} \def\urefbreakfinish#1,#2,#3,#4\finish{% doesn't work in @example \unsepspaces \pdfurl{#1}% \setbox0 = \hbox{\ignorespaces #3}% \ifdim\wd0 > 0pt \unhbox0 % third arg given, show only that \else \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0 > 0pt \ifpdf \unhbox0 % PDF: 2nd arg given, show only it \else \unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url \fi \else \urefcode{#1}% only url given, so show it \fi \fi \endlink \endgroup} % Allow line breaks around only a few characters (only). \def\urefcatcodes{% \catcode\ampChar=\active \catcode\dotChar=\active \catcode\hashChar=\active \catcode\questChar=\active \catcode\slashChar=\active } { \urefcatcodes % \global\def\urefcode{\begingroup \setupmarkupstyle{code}% \urefcatcodes \let&\urefcodeamp \let.\urefcodedot \let#\urefcodehash \let?\urefcodequest \let/\urefcodeslash \codex } % % By default, they are just regular characters. \global\def&{\normalamp} \global\def.{\normaldot} \global\def#{\normalhash} \global\def?{\normalquest} \global\def/{\normalslash} } % we put a little stretch before and after the breakable chars, to help % line breaking of long url's. The unequal skips make look better in % cmtt at least, especially for dots. \def\urefprestretch{\urefprebreak \hskip0pt plus.13em } \def\urefpoststretch{\urefpostbreak \hskip0pt plus.1em } % \def\urefcodeamp{\urefprestretch \&\urefpoststretch} \def\urefcodedot{\urefprestretch .\urefpoststretch} \def\urefcodehash{\urefprestretch \#\urefpoststretch} \def\urefcodequest{\urefprestretch ?\urefpoststretch} \def\urefcodeslash{\futurelet\next\urefcodeslashfinish} { \catcode`\/=\active \global\def\urefcodeslashfinish{% \urefprestretch \slashChar % Allow line break only after the final / in a sequence of % slashes, to avoid line break between the slashes in http://. \ifx\next/\else \urefpoststretch \fi } } % One more complication: by default we'll break after the special % characters, but some people like to break before the special chars, so % allow that. Also allow no breaking at all, for manual control. % \parseargdef\urefbreakstyle{% \def\txiarg{#1}% \ifx\txiarg\wordnone \def\urefprebreak{\nobreak}\def\urefpostbreak{\nobreak} \else\ifx\txiarg\wordbefore \def\urefprebreak{\allowbreak}\def\urefpostbreak{\nobreak} \else\ifx\txiarg\wordafter \def\urefprebreak{\nobreak}\def\urefpostbreak{\allowbreak} \else \errhelp = \EMsimple \errmessage{Unknown @urefbreakstyle setting `\txiarg'}% \fi\fi\fi } \def\wordafter{after} \def\wordbefore{before} \def\wordnone{none} \urefbreakstyle after % @url synonym for @uref, since that's how everyone uses it. % \let\url=\uref % rms does not like angle brackets --karl, 17may97. % So now @email is just like @uref, unless we are pdf. % %\def\email#1{\angleleft{\tt #1}\angleright} \ifpdf \def\email#1{\doemail#1,,\finish} \def\doemail#1,#2,#3\finish{\begingroup \unsepspaces \pdfurl{mailto:#1}% \setbox0 = \hbox{\ignorespaces #2}% \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi \endlink \endgroup} \else \let\email=\uref \fi % @kbd is like @code, except that if the argument is just one @key command, % then @kbd has no effect. \def\kbd#1{{\setupmarkupstyle{kbd}\def\look{#1}\expandafter\kbdfoo\look??\par}} % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), % `example' (@kbd uses ttsl only inside of @example and friends), % or `code' (@kbd uses normal tty font always). \parseargdef\kbdinputstyle{% \def\txiarg{#1}% \ifx\txiarg\worddistinct \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}% \else\ifx\txiarg\wordexample \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}% \else\ifx\txiarg\wordcode \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}% \else \errhelp = \EMsimple \errmessage{Unknown @kbdinputstyle setting `\txiarg'}% \fi\fi\fi } \def\worddistinct{distinct} \def\wordexample{example} \def\wordcode{code} % Default is `distinct'. \kbdinputstyle distinct \def\xkey{\key} \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}% \ifx\one\xkey\ifx\threex\three \key{#2}% \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi} % For @indicateurl, @env, @command quotes seem unnecessary, so use \code. \let\indicateurl=\code \let\env=\code \let\command=\code % @clicksequence{File @click{} Open ...} \def\clicksequence#1{\begingroup #1\endgroup} % @clickstyle @arrow (by default) \parseargdef\clickstyle{\def\click{#1}} \def\click{\arrow} % Typeset a dimension, e.g., `in' or `pt'. The only reason for the % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt. % \def\dmn#1{\thinspace #1} % @l was never documented to mean ``switch to the Lisp font'', % and it is not used as such in any manual I can find. We need it for % Polish suppressed-l. --karl, 22sep96. %\def\l#1{{\li #1}\null} % @acronym for "FBI", "NATO", and the like. % We print this one point size smaller, since it's intended for % all-uppercase. % \def\acronym#1{\doacronym #1,,\finish} \def\doacronym#1,#2,#3\finish{% {\selectfonts\lsize #1}% \def\temp{#2}% \ifx\temp\empty \else \space ({\unsepspaces \ignorespaces \temp \unskip})% \fi \null % reset \spacefactor=1000 } % @abbr for "Comput. J." and the like. % No font change, but don't do end-of-sentence spacing. % \def\abbr#1{\doabbr #1,,\finish} \def\doabbr#1,#2,#3\finish{% {\plainfrenchspacing #1}% \def\temp{#2}% \ifx\temp\empty \else \space ({\unsepspaces \ignorespaces \temp \unskip})% \fi \null % reset \spacefactor=1000 } % @asis just yields its argument. Used with @table, for example. % \def\asis#1{#1} % @math outputs its argument in math mode. % % One complication: _ usually means subscripts, but it could also mean % an actual _ character, as in @math{@var{some_variable} + 1}. So make % _ active, and distinguish by seeing if the current family is \slfam, % which is what @var uses. { \catcode`\_ = \active \gdef\mathunderscore{% \catcode`\_=\active \def_{\ifnum\fam=\slfam \_\else\sb\fi}% } } % Another complication: we want \\ (and @\) to output a math (or tt) \. % FYI, plain.tex uses \\ as a temporary control sequence (for no % particular reason), but this is not advertised and we don't care. % % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\. \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi} % \def\math{% \tex \mathunderscore \let\\ = \mathbackslash \mathactive % make the texinfo accent commands work in math mode \let\"=\ddot \let\'=\acute \let\==\bar \let\^=\hat \let\`=\grave \let\u=\breve \let\v=\check \let\~=\tilde \let\dotaccent=\dot $\finishmath } \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex. % Some active characters (such as <) are spaced differently in math. % We have to reset their definitions in case the @math was an argument % to a command which sets the catcodes (such as @item or @section). % { \catcode`^ = \active \catcode`< = \active \catcode`> = \active \catcode`+ = \active \catcode`' = \active \gdef\mathactive{% \let^ = \ptexhat \let< = \ptexless \let> = \ptexgtr \let+ = \ptexplus \let' = \ptexquoteright } } % @inlinefmt{FMTNAME,PROCESSED-TEXT} and @inlineraw{FMTNAME,RAW-TEXT}. % Ignore unless FMTNAME == tex; then it is like @iftex and @tex, % except specified as a normal braced arg, so no newlines to worry about. % \def\outfmtnametex{tex} % \def\inlinefmt#1{\doinlinefmt #1,\finish} \def\doinlinefmt#1,#2,\finish{% \def\inlinefmtname{#1}% \ifx\inlinefmtname\outfmtnametex \ignorespaces #2\fi } % For raw, must switch into @tex before parsing the argument, to avoid % setting catcodes prematurely. Doing it this way means that, for % example, @inlineraw{html, foo{bar} gets a parse error instead of being % ignored. But this isn't important because if people want a literal % *right* brace they would have to use a command anyway, so they may as % well use a command to get a left brace too. We could re-use the % delimiter character idea from \verb, but it seems like overkill. % \def\inlineraw{\tex \doinlineraw} \def\doinlineraw#1{\doinlinerawtwo #1,\finish} \def\doinlinerawtwo#1,#2,\finish{% \def\inlinerawname{#1}% \ifx\inlinerawname\outfmtnametex \ignorespaces #2\fi \endgroup % close group opened by \tex. } \message{glyphs,} % and logos. % @@ prints an @, as does @atchar{}. \def\@{\char64 } \let\atchar=\@ % @{ @} @lbracechar{} @rbracechar{} all generate brace characters. % Unless we're in typewriter, use \ecfont because the CM text fonts do % not have braces, and we don't want to switch into math. \def\mylbrace{{\ifmonospace\else\ecfont\fi \char123}} \def\myrbrace{{\ifmonospace\else\ecfont\fi \char125}} \let\{=\mylbrace \let\lbracechar=\{ \let\}=\myrbrace \let\rbracechar=\} \begingroup % Definitions to produce \{ and \} commands for indices, % and @{ and @} for the aux/toc files. \catcode`\{ = \other \catcode`\} = \other \catcode`\[ = 1 \catcode`\] = 2 \catcode`\! = 0 \catcode`\\ = \other !gdef!lbracecmd[\{]% !gdef!rbracecmd[\}]% !gdef!lbraceatcmd[@{]% !gdef!rbraceatcmd[@}]% !endgroup % @comma{} to avoid , parsing problems. \let\comma = , % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. \let\, = \ptexc \let\dotaccent = \ptexdot \def\ringaccent#1{{\accent23 #1}} \let\tieaccent = \ptext \let\ubaraccent = \ptexb \let\udotaccent = \d % Other special characters: @questiondown @exclamdown @ordf @ordm % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. \def\questiondown{?`} \def\exclamdown{!`} \def\ordf{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{a}}} \def\ordm{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{o}}} % Dotless i and dotless j, used for accents. \def\imacro{i} \def\jmacro{j} \def\dotless#1{% \def\temp{#1}% \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi \else \errmessage{@dotless can be used only with i or j}% \fi\fi } % The \TeX{} logo, as in plain, but resetting the spacing so that a % period following counts as ending a sentence. (Idea found in latex.) % \edef\TeX{\TeX \spacefactor=1000 } % @LaTeX{} logo. Not quite the same results as the definition in % latex.ltx, since we use a different font for the raised A; it's most % convenient for us to use an explicitly smaller font, rather than using % the \scriptstyle font (since we don't reset \scriptstyle and % \scriptscriptstyle). % \def\LaTeX{% L\kern-.36em {\setbox0=\hbox{T}% \vbox to \ht0{\hbox{% \ifx\textnominalsize\xwordpt % for 10pt running text, \lllsize (8pt) is too small for the A in LaTeX. % Revert to plain's \scriptsize, which is 7pt. \count255=\the\fam $\fam\count255 \scriptstyle A$% \else % For 11pt, we can use our lllsize. \selectfonts\lllsize A% \fi }% \vss }}% \kern-.15em \TeX } % Some math mode symbols. \def\bullet{$\ptexbullet$} \def\geq{\ifmmode \ge\else $\ge$\fi} \def\leq{\ifmmode \le\else $\le$\fi} \def\minus{\ifmmode -\else $-$\fi} % @dots{} outputs an ellipsis using the current font. % We do .5em per period so that it has the same spacing in the cm % typewriter fonts as three actual period characters; on the other hand, % in other typewriter fonts three periods are wider than 1.5em. So do % whichever is larger. % \def\dots{% \leavevmode \setbox0=\hbox{...}% get width of three periods \ifdim\wd0 > 1.5em \dimen0 = \wd0 \else \dimen0 = 1.5em \fi \hbox to \dimen0{% \hskip 0pt plus.25fil .\hskip 0pt plus1fil .\hskip 0pt plus1fil .\hskip 0pt plus.5fil }% } % @enddots{} is an end-of-sentence ellipsis. % \def\enddots{% \dots \spacefactor=\endofsentencespacefactor } % @point{}, @result{}, @expansion{}, @print{}, @equiv{}. % % Since these characters are used in examples, they should be an even number of % \tt widths. Each \tt character is 1en, so two makes it 1em. % \def\point{$\star$} \def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}} \def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}} \def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}} \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}} \def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}} % The @error{} command. % Adapted from the TeXbook's \boxit. % \newbox\errorbox % {\tentt \global\dimen0 = 3em}% Width of the box. \dimen2 = .55pt % Thickness of rules % The text. (`r' is open on the right, `e' somewhat less so on the left.) \setbox0 = \hbox{\kern-.75pt \reducedsf \putworderror\kern-1.5pt} % \setbox\errorbox=\hbox to \dimen0{\hfil \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right. \advance\hsize by -2\dimen2 % Rules. \vbox{% \hrule height\dimen2 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text. \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. \kern3pt\vrule width\dimen2}% Space to right. \hrule height\dimen2} \hfil} % \def\error{\leavevmode\lower.7ex\copy\errorbox} % @pounds{} is a sterling sign, which Knuth put in the CM italic font. % \def\pounds{{\it\$}} % @euro{} comes from a separate font, depending on the current style. % We use the free feym* fonts from the eurosym package by Henrik % Theiling, which support regular, slanted, bold and bold slanted (and % "outlined" (blackboard board, sort of) versions, which we don't need). % It is available from http://www.ctan.org/tex-archive/fonts/eurosym. % % Although only regular is the truly official Euro symbol, we ignore % that. The Euro is designed to be slightly taller than the regular % font height. % % feymr - regular % feymo - slanted % feybr - bold % feybo - bold slanted % % There is no good (free) typewriter version, to my knowledge. % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide. % Hmm. % % Also doesn't work in math. Do we need to do math with euro symbols? % Hope not. % % \def\euro{{\eurofont e}} \def\eurofont{% % We set the font at each command, rather than predefining it in % \textfonts and the other font-switching commands, so that % installations which never need the symbol don't have to have the % font installed. % % There is only one designed size (nominal 10pt), so we always scale % that to the current nominal size. % % By the way, simply using "at 1em" works for cmr10 and the like, but % does not work for cmbx10 and other extended/shrunken fonts. % \def\eurosize{\csname\curfontsize nominalsize\endcsname}% % \ifx\curfontstyle\bfstylename % bold: \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize \else % regular: \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize \fi \thiseurofont } % Glyphs from the EC fonts. We don't use \let for the aliases, because % sometimes we redefine the original macro, and the alias should reflect % the redefinition. % % Use LaTeX names for the Icelandic letters. \def\DH{{\ecfont \char"D0}} % Eth \def\dh{{\ecfont \char"F0}} % eth \def\TH{{\ecfont \char"DE}} % Thorn \def\th{{\ecfont \char"FE}} % thorn % \def\guillemetleft{{\ecfont \char"13}} \def\guillemotleft{\guillemetleft} \def\guillemetright{{\ecfont \char"14}} \def\guillemotright{\guillemetright} \def\guilsinglleft{{\ecfont \char"0E}} \def\guilsinglright{{\ecfont \char"0F}} \def\quotedblbase{{\ecfont \char"12}} \def\quotesinglbase{{\ecfont \char"0D}} % % This positioning is not perfect (see the ogonek LaTeX package), but % we have the precomposed glyphs for the most common cases. We put the % tests to use those glyphs in the single \ogonek macro so we have fewer % dummy definitions to worry about for index entries, etc. % % ogonek is also used with other letters in Lithuanian (IOU), but using % the precomposed glyphs for those is not so easy since they aren't in % the same EC font. \def\ogonek#1{{% \def\temp{#1}% \ifx\temp\macrocharA\Aogonek \else\ifx\temp\macrochara\aogonek \else\ifx\temp\macrocharE\Eogonek \else\ifx\temp\macrochare\eogonek \else \ecfont \setbox0=\hbox{#1}% \ifdim\ht0=1ex\accent"0C #1% \else\ooalign{\unhbox0\crcr\hidewidth\char"0C \hidewidth}% \fi \fi\fi\fi\fi }% } \def\Aogonek{{\ecfont \char"81}}\def\macrocharA{A} \def\aogonek{{\ecfont \char"A1}}\def\macrochara{a} \def\Eogonek{{\ecfont \char"86}}\def\macrocharE{E} \def\eogonek{{\ecfont \char"A6}}\def\macrochare{e} % % Use the ec* fonts (cm-super in outline format) for non-CM glyphs. \def\ecfont{% % We can't distinguish serif/sans and italic/slanted, but this % is used for crude hacks anyway (like adding French and German % quotes to documents typeset with CM, where we lose kerning), so % hopefully nobody will notice/care. \edef\ecsize{\csname\curfontsize ecsize\endcsname}% \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}% \ifx\curfontstyle\bfstylename % bold: \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize \else % regular: \font\thisecfont = ec\ifusingit{ti}{rm}\ecsize \space at \nominalsize \fi \thisecfont } % @registeredsymbol - R in a circle. The font for the R should really % be smaller yet, but lllsize is the best we can do for now. % Adapted from the plain.tex definition of \copyright. % \def\registeredsymbol{% $^{{\ooalign{\hfil\raise.07ex\hbox{\selectfonts\lllsize R}% \hfil\crcr\Orb}}% }$% } % @textdegree - the normal degrees sign. % \def\textdegree{$^\circ$} % Laurent Siebenmann reports \Orb undefined with: % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38 % so we'll define it if necessary. % \ifx\Orb\thisisundefined \def\Orb{\mathhexbox20D} \fi % Quotes. \chardef\quotedblleft="5C \chardef\quotedblright=`\" \chardef\quoteleft=`\` \chardef\quoteright=`\' \message{page headings,} \newskip\titlepagetopglue \titlepagetopglue = 1.5in \newskip\titlepagebottomglue \titlepagebottomglue = 2pc % First the title page. Must do @settitle before @titlepage. \newif\ifseenauthor \newif\iffinishedtitlepage % Do an implicit @contents or @shortcontents after @end titlepage if the % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage. % \newif\ifsetcontentsaftertitlepage \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue \newif\ifsetshortcontentsaftertitlepage \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue \parseargdef\shorttitlepage{% \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}% \endgroup\page\hbox{}\page} \envdef\titlepage{% % Open one extra group, as we want to close it in the middle of \Etitlepage. \begingroup \parindent=0pt \textfonts % Leave some space at the very top of the page. \vglue\titlepagetopglue % No rule at page bottom unless we print one at the top with @title. \finishedtitlepagetrue % % Most title ``pages'' are actually two pages long, with space % at the top of the second. We don't want the ragged left on the second. \let\oldpage = \page \def\page{% \iffinishedtitlepage\else \finishtitlepage \fi \let\page = \oldpage \page \null }% } \def\Etitlepage{% \iffinishedtitlepage\else \finishtitlepage \fi % It is important to do the page break before ending the group, % because the headline and footline are only empty inside the group. % If we use the new definition of \page, we always get a blank page % after the title page, which we certainly don't want. \oldpage \endgroup % % Need this before the \...aftertitlepage checks so that if they are % in effect the toc pages will come out with page numbers. \HEADINGSon % % If they want short, they certainly want long too. \ifsetshortcontentsaftertitlepage \shortcontents \contents \global\let\shortcontents = \relax \global\let\contents = \relax \fi % \ifsetcontentsaftertitlepage \contents \global\let\contents = \relax \global\let\shortcontents = \relax \fi } \def\finishtitlepage{% \vskip4pt \hrule height 2pt width \hsize \vskip\titlepagebottomglue \finishedtitlepagetrue } % Macros to be used within @titlepage: \let\subtitlerm=\tenrm \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines} \parseargdef\title{% \checkenv\titlepage \leftline{\titlefonts\rmisbold #1} % print a rule at the page bottom also. \finishedtitlepagefalse \vskip4pt \hrule height 4pt width \hsize \vskip4pt } \parseargdef\subtitle{% \checkenv\titlepage {\subtitlefont \rightline{#1}}% } % @author should come last, but may come many times. % It can also be used inside @quotation. % \parseargdef\author{% \def\temp{\quotation}% \ifx\thisenv\temp \def\quotationauthor{#1}% printed in \Equotation. \else \checkenv\titlepage \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi {\secfonts\rmisbold \leftline{#1}}% \fi } % Set up page headings and footings. \let\thispage=\folio \newtoks\evenheadline % headline on even pages \newtoks\oddheadline % headline on odd pages \newtoks\evenfootline % footline on even pages \newtoks\oddfootline % footline on odd pages % Now make TeX use those variables \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline \else \the\evenheadline \fi}} \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline \else \the\evenfootline \fi}\HEADINGShook} \let\HEADINGShook=\relax % Commands to set those variables. % For example, this is what @headings on does % @evenheading @thistitle|@thispage|@thischapter % @oddheading @thischapter|@thispage|@thistitle % @evenfooting @thisfile|| % @oddfooting ||@thisfile \def\evenheading{\parsearg\evenheadingxxx} \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish} \def\evenheadingyyy #1\|#2\|#3\|#4\finish{% \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \def\oddheading{\parsearg\oddheadingxxx} \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish} \def\oddheadingyyy #1\|#2\|#3\|#4\finish{% \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}% \def\evenfooting{\parsearg\evenfootingxxx} \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish} \def\evenfootingyyy #1\|#2\|#3\|#4\finish{% \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} \def\oddfooting{\parsearg\oddfootingxxx} \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish} \def\oddfootingyyy #1\|#2\|#3\|#4\finish{% \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}% % % Leave some space for the footline. Hopefully ok to assume % @evenfooting will not be used by itself. \global\advance\pageheight by -12pt \global\advance\vsize by -12pt } \parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}} % @evenheadingmarks top \thischapter <- chapter at the top of a page % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page % % The same set of arguments for: % % @oddheadingmarks % @evenfootingmarks % @oddfootingmarks % @everyheadingmarks % @everyfootingmarks \def\evenheadingmarks{\headingmarks{even}{heading}} \def\oddheadingmarks{\headingmarks{odd}{heading}} \def\evenfootingmarks{\headingmarks{even}{footing}} \def\oddfootingmarks{\headingmarks{odd}{footing}} \def\everyheadingmarks#1 {\headingmarks{even}{heading}{#1} \headingmarks{odd}{heading}{#1} } \def\everyfootingmarks#1 {\headingmarks{even}{footing}{#1} \headingmarks{odd}{footing}{#1} } % #1 = even/odd, #2 = heading/footing, #3 = top/bottom. \def\headingmarks#1#2#3 {% \expandafter\let\expandafter\temp \csname get#3headingmarks\endcsname \global\expandafter\let\csname get#1#2marks\endcsname \temp } \everyheadingmarks bottom \everyfootingmarks bottom % @headings double turns headings on for double-sided printing. % @headings single turns headings on for single-sided printing. % @headings off turns them off. % @headings on same as @headings double, retained for compatibility. % @headings after turns on double-sided headings after this page. % @headings doubleafter turns on double-sided headings after this page. % @headings singleafter turns on single-sided headings after this page. % By default, they are off at the start of a document, % and turned `on' after @end titlepage. \def\headings #1 {\csname HEADINGS#1\endcsname} \def\headingsoff{% non-global headings elimination \evenheadline={\hfil}\evenfootline={\hfil}% \oddheadline={\hfil}\oddfootline={\hfil}% } \def\HEADINGSoff{{\globaldefs=1 \headingsoff}} % global setting \HEADINGSoff % it's the default % When we turn headings on, set the page number to 1. % For double-sided printing, put current file name in lower left corner, % chapter name on inside top of right hand pages, document % title on inside top of left hand pages, and page numbers on outside top % edge of all pages. \def\HEADINGSdouble{% \global\pageno=1 \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\folio\hfil\thistitle}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chapoddpage } \let\contentsalignmacro = \chappager % For single-sided printing, chapter title goes across top left of page, % page number on top right. \def\HEADINGSsingle{% \global\pageno=1 \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\thischapter\hfil\folio}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chappager } \def\HEADINGSon{\HEADINGSdouble} \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex} \let\HEADINGSdoubleafter=\HEADINGSafter \def\HEADINGSdoublex{% \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\folio\hfil\thistitle}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chapoddpage } \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex} \def\HEADINGSsinglex{% \global\evenfootline={\hfil} \global\oddfootline={\hfil} \global\evenheadline={\line{\thischapter\hfil\folio}} \global\oddheadline={\line{\thischapter\hfil\folio}} \global\let\contentsalignmacro = \chappager } % Subroutines used in generating headings % This produces Day Month Year style of output. % Only define if not already defined, in case a txi-??.tex file has set % up a different format (e.g., txi-cs.tex does this). \ifx\today\thisisundefined \def\today{% \number\day\space \ifcase\month \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec \fi \space\number\year} \fi % @settitle line... specifies the title of the document, for headings. % It generates no output of its own. \def\thistitle{\putwordNoTitle} \def\settitle{\parsearg{\gdef\thistitle}} \message{tables,} % Tables -- @table, @ftable, @vtable, @item(x). % default indentation of table text \newdimen\tableindent \tableindent=.8in % default indentation of @itemize and @enumerate text \newdimen\itemindent \itemindent=.3in % margin between end of table item and start of table text. \newdimen\itemmargin \itemmargin=.1in % used internally for \itemindent minus \itemmargin \newdimen\itemmax % Note @table, @ftable, and @vtable define @item, @itemx, etc., with % these defs. % They also define \itemindex % to index the item name in whatever manner is desired (perhaps none). \newif\ifitemxneedsnegativevskip \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi} \def\internalBitem{\smallbreak \parsearg\itemzzz} \def\internalBitemx{\itemxpar \parsearg\itemzzz} \def\itemzzz #1{\begingroup % \advance\hsize by -\rightskip \advance\hsize by -\tableindent \setbox0=\hbox{\itemindicate{#1}}% \itemindex{#1}% \nobreak % This prevents a break before @itemx. % % If the item text does not fit in the space we have, put it on a line % by itself, and do not allow a page break either before or after that % line. We do not start a paragraph here because then if the next % command is, e.g., @kindex, the whatsit would get put into the % horizontal list on a line by itself, resulting in extra blank space. \ifdim \wd0>\itemmax % % Make this a paragraph so we get the \parskip glue and wrapping, % but leave it ragged-right. \begingroup \advance\leftskip by-\tableindent \advance\hsize by\tableindent \advance\rightskip by0pt plus1fil\relax \leavevmode\unhbox0\par \endgroup % % We're going to be starting a paragraph, but we don't want the % \parskip glue -- logically it's part of the @item we just started. \nobreak \vskip-\parskip % % Stop a page break at the \parskip glue coming up. However, if % what follows is an environment such as @example, there will be no % \parskip glue; then the negative vskip we just inserted would % cause the example and the item to crash together. So we use this % bizarre value of 10001 as a signal to \aboveenvbreak to insert % \parskip glue after all. Section titles are handled this way also. % \penalty 10001 \endgroup \itemxneedsnegativevskipfalse \else % The item text fits into the space. Start a paragraph, so that the % following text (if any) will end up on the same line. \noindent % Do this with kerns and \unhbox so that if there is a footnote in % the item text, it can migrate to the main vertical list and % eventually be printed. \nobreak\kern-\tableindent \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0 \unhbox0 \nobreak\kern\dimen0 \endgroup \itemxneedsnegativevskiptrue \fi } \def\item{\errmessage{@item while not in a list environment}} \def\itemx{\errmessage{@itemx while not in a list environment}} % @table, @ftable, @vtable. \envdef\table{% \let\itemindex\gobble \tablecheck{table}% } \envdef\ftable{% \def\itemindex ##1{\doind {fn}{\code{##1}}}% \tablecheck{ftable}% } \envdef\vtable{% \def\itemindex ##1{\doind {vr}{\code{##1}}}% \tablecheck{vtable}% } \def\tablecheck#1{% \ifnum \the\catcode`\^^M=\active \endgroup \errmessage{This command won't work in this context; perhaps the problem is that we are \inenvironment\thisenv}% \def\next{\doignore{#1}}% \else \let\next\tablex \fi \next } \def\tablex#1{% \def\itemindicate{#1}% \parsearg\tabley } \def\tabley#1{% {% \makevalueexpandable \edef\temp{\noexpand\tablez #1\space\space\space}% \expandafter }\temp \endtablez } \def\tablez #1 #2 #3 #4\endtablez{% \aboveenvbreak \ifnum 0#1>0 \advance \leftskip by #1\mil \fi \ifnum 0#2>0 \tableindent=#2\mil \fi \ifnum 0#3>0 \advance \rightskip by #3\mil \fi \itemmax=\tableindent \advance \itemmax by -\itemmargin \advance \leftskip by \tableindent \exdentamount=\tableindent \parindent = 0pt \parskip = \smallskipamount \ifdim \parskip=0pt \parskip=2pt \fi \let\item = \internalBitem \let\itemx = \internalBitemx } \def\Etable{\endgraf\afterenvbreak} \let\Eftable\Etable \let\Evtable\Etable \let\Eitemize\Etable \let\Eenumerate\Etable % This is the counter used by @enumerate, which is really @itemize \newcount \itemno \envdef\itemize{\parsearg\doitemize} \def\doitemize#1{% \aboveenvbreak \itemmax=\itemindent \advance\itemmax by -\itemmargin \advance\leftskip by \itemindent \exdentamount=\itemindent \parindent=0pt \parskip=\smallskipamount \ifdim\parskip=0pt \parskip=2pt \fi % % Try typesetting the item mark that if the document erroneously says % something like @itemize @samp (intending @table), there's an error % right away at the @itemize. It's not the best error message in the % world, but it's better than leaving it to the @item. This means if % the user wants an empty mark, they have to say @w{} not just @w. \def\itemcontents{#1}% \setbox0 = \hbox{\itemcontents}% % % @itemize with no arg is equivalent to @itemize @bullet. \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi % \let\item=\itemizeitem } % Definition of @item while inside @itemize and @enumerate. % \def\itemizeitem{% \advance\itemno by 1 % for enumerations {\let\par=\endgraf \smallbreak}% reasonable place to break {% % If the document has an @itemize directly after a section title, a % \nobreak will be last on the list, and \sectionheading will have % done a \vskip-\parskip. In that case, we don't want to zero % parskip, or the item text will crash with the heading. On the % other hand, when there is normal text preceding the item (as there % usually is), we do want to zero parskip, or there would be too much % space. In that case, we won't have a \nobreak before. At least % that's the theory. \ifnum\lastpenalty<10000 \parskip=0in \fi \noindent \hbox to 0pt{\hss \itemcontents \kern\itemmargin}% % \vadjust{\penalty 1200}}% not good to break after first line of item. \flushcr } % \splitoff TOKENS\endmark defines \first to be the first token in % TOKENS, and \rest to be the remainder. % \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}% % Allow an optional argument of an uppercase letter, lowercase letter, % or number, to specify the first label in the enumerated list. No % argument is the same as `1'. % \envparseargdef\enumerate{\enumeratey #1 \endenumeratey} \def\enumeratey #1 #2\endenumeratey{% % If we were given no argument, pretend we were given `1'. \def\thearg{#1}% \ifx\thearg\empty \def\thearg{1}\fi % % Detect if the argument is a single token. If so, it might be a % letter. Otherwise, the only valid thing it can be is a number. % (We will always have one token, because of the test we just made. % This is a good thing, since \splitoff doesn't work given nothing at % all -- the first parameter is undelimited.) \expandafter\splitoff\thearg\endmark \ifx\rest\empty % Only one token in the argument. It could still be anything. % A ``lowercase letter'' is one whose \lccode is nonzero. % An ``uppercase letter'' is one whose \lccode is both nonzero, and % not equal to itself. % Otherwise, we assume it's a number. % % We need the \relax at the end of the \ifnum lines to stop TeX from % continuing to look for a <number>. % \ifnum\lccode\expandafter`\thearg=0\relax \numericenumerate % a number (we hope) \else % It's a letter. \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax \lowercaseenumerate % lowercase letter \else \uppercaseenumerate % uppercase letter \fi \fi \else % Multiple tokens in the argument. We hope it's a number. \numericenumerate \fi } % An @enumerate whose labels are integers. The starting integer is % given in \thearg. % \def\numericenumerate{% \itemno = \thearg \startenumeration{\the\itemno}% } % The starting (lowercase) letter is in \thearg. \def\lowercaseenumerate{% \itemno = \expandafter`\thearg \startenumeration{% % Be sure we're not beyond the end of the alphabet. \ifnum\itemno=0 \errmessage{No more lowercase letters in @enumerate; get a bigger alphabet}% \fi \char\lccode\itemno }% } % The starting (uppercase) letter is in \thearg. \def\uppercaseenumerate{% \itemno = \expandafter`\thearg \startenumeration{% % Be sure we're not beyond the end of the alphabet. \ifnum\itemno=0 \errmessage{No more uppercase letters in @enumerate; get a bigger alphabet} \fi \char\uccode\itemno }% } % Call \doitemize, adding a period to the first argument and supplying the % common last two arguments. Also subtract one from the initial value in % \itemno, since @item increments \itemno. % \def\startenumeration#1{% \advance\itemno by -1 \doitemize{#1.}\flushcr } % @alphaenumerate and @capsenumerate are abbreviations for giving an arg % to @enumerate. % \def\alphaenumerate{\enumerate{a}} \def\capsenumerate{\enumerate{A}} \def\Ealphaenumerate{\Eenumerate} \def\Ecapsenumerate{\Eenumerate} % @multitable macros % Amy Hendrickson, 8/18/94, 3/6/96 % % @multitable ... @end multitable will make as many columns as desired. % Contents of each column will wrap at width given in preamble. Width % can be specified either with sample text given in a template line, % or in percent of \hsize, the current width of text on page. % Table can continue over pages but will only break between lines. % To make preamble: % % Either define widths of columns in terms of percent of \hsize: % @multitable @columnfractions .25 .3 .45 % @item ... % % Numbers following @columnfractions are the percent of the total % current hsize to be used for each column. You may use as many % columns as desired. % Or use a template: % @multitable {Column 1 template} {Column 2 template} {Column 3 template} % @item ... % using the widest term desired in each column. % Each new table line starts with @item, each subsequent new column % starts with @tab. Empty columns may be produced by supplying @tab's % with nothing between them for as many times as empty columns are needed, % ie, @tab@tab@tab will produce two empty columns. % @item, @tab do not need to be on their own lines, but it will not hurt % if they are. % Sample multitable: % @multitable {Column 1 template} {Column 2 template} {Column 3 template} % @item first col stuff @tab second col stuff @tab third col % @item % first col stuff % @tab % second col stuff % @tab % third col % @item first col stuff @tab second col stuff % @tab Many paragraphs of text may be used in any column. % % They will wrap at the width determined by the template. % @item@tab@tab This will be in third column. % @end multitable % Default dimensions may be reset by user. % @multitableparskip is vertical space between paragraphs in table. % @multitableparindent is paragraph indent in table. % @multitablecolmargin is horizontal space to be left between columns. % @multitablelinespace is space to leave between table items, baseline % to baseline. % 0pt means it depends on current normal line spacing. % \newskip\multitableparskip \newskip\multitableparindent \newdimen\multitablecolspace \newskip\multitablelinespace \multitableparskip=0pt \multitableparindent=6pt \multitablecolspace=12pt \multitablelinespace=0pt % Macros used to set up halign preamble: % \let\endsetuptable\relax \def\xendsetuptable{\endsetuptable} \let\columnfractions\relax \def\xcolumnfractions{\columnfractions} \newif\ifsetpercent % #1 is the @columnfraction, usually a decimal number like .5, but might % be just 1. We just use it, whatever it is. % \def\pickupwholefraction#1 {% \global\advance\colcount by 1 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}% \setuptable } \newcount\colcount \def\setuptable#1{% \def\firstarg{#1}% \ifx\firstarg\xendsetuptable \let\go = \relax \else \ifx\firstarg\xcolumnfractions \global\setpercenttrue \else \ifsetpercent \let\go\pickupwholefraction \else \global\advance\colcount by 1 \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a % separator; typically that is always in the input, anyway. \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}% \fi \fi \ifx\go\pickupwholefraction % Put the argument back for the \pickupwholefraction call, so % we'll always have a period there to be parsed. \def\go{\pickupwholefraction#1}% \else \let\go = \setuptable \fi% \fi \go } % multitable-only commands. % % @headitem starts a heading row, which we typeset in bold. % Assignments have to be global since we are inside the implicit group % of an alignment entry. \everycr resets \everytab so we don't have to % undo it ourselves. \def\headitemfont{\b}% for people to use in the template row; not changeable \def\headitem{% \checkenv\multitable \crcr \global\everytab={\bf}% can't use \headitemfont since the parsing differs \the\everytab % for the first item }% % % A \tab used to include \hskip1sp. But then the space in a template % line is not enough. That is bad. So let's go back to just `&' until % we again encounter the problem the 1sp was intended to solve. % --karl, nathan@acm.org, 20apr99. \def\tab{\checkenv\multitable &\the\everytab}% % @multitable ... @end multitable definitions: % \newtoks\everytab % insert after every tab. % \envdef\multitable{% \vskip\parskip \startsavinginserts % % @item within a multitable starts a normal row. % We use \def instead of \let so that if one of the multitable entries % contains an @itemize, we don't choke on the \item (seen as \crcr aka % \endtemplate) expanding \doitemize. \def\item{\crcr}% % \tolerance=9500 \hbadness=9500 \setmultitablespacing \parskip=\multitableparskip \parindent=\multitableparindent \overfullrule=0pt \global\colcount=0 % \everycr = {% \noalign{% \global\everytab={}% \global\colcount=0 % Reset the column counter. % Check for saved footnotes, etc. \checkinserts % Keeps underfull box messages off when table breaks over pages. %\filbreak % Maybe so, but it also creates really weird page breaks when the % table breaks over pages. Wouldn't \vfil be better? Wait until the % problem manifests itself, so it can be fixed for real --karl. }% }% % \parsearg\domultitable } \def\domultitable#1{% % To parse everything between @multitable and @item: \setuptable#1 \endsetuptable % % This preamble sets up a generic column definition, which will % be used as many times as user calls for columns. % \vtop will set a single line and will also let text wrap and % continue for many paragraphs if desired. \halign\bgroup &% \global\advance\colcount by 1 \multistrut \vtop{% % Use the current \colcount to find the correct column width: \hsize=\expandafter\csname col\the\colcount\endcsname % % In order to keep entries from bumping into each other % we will add a \leftskip of \multitablecolspace to all columns after % the first one. % % If a template has been used, we will add \multitablecolspace % to the width of each template entry. % % If the user has set preamble in terms of percent of \hsize we will % use that dimension as the width of the column, and the \leftskip % will keep entries from bumping into each other. Table will start at % left margin and final column will justify at right margin. % % Make sure we don't inherit \rightskip from the outer environment. \rightskip=0pt \ifnum\colcount=1 % The first column will be indented with the surrounding text. \advance\hsize by\leftskip \else \ifsetpercent \else % If user has not set preamble in terms of percent of \hsize % we will advance \hsize by \multitablecolspace. \advance\hsize by \multitablecolspace \fi % In either case we will make \leftskip=\multitablecolspace: \leftskip=\multitablecolspace \fi % Ignoring space at the beginning and end avoids an occasional spurious % blank line, when TeX decides to break the line at the space before the % box from the multistrut, so the strut ends up on a line by itself. % For example: % @multitable @columnfractions .11 .89 % @item @code{#} % @tab Legal holiday which is valid in major parts of the whole country. % Is automatically provided with highlighting sequences respectively % marking characters. \noindent\ignorespaces##\unskip\multistrut }\cr } \def\Emultitable{% \crcr \egroup % end the \halign \global\setpercentfalse } \def\setmultitablespacing{% \def\multistrut{\strut}% just use the standard line spacing % % Compute \multitablelinespace (if not defined by user) for use in % \multitableparskip calculation. We used define \multistrut based on % this, but (ironically) that caused the spacing to be off. % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100. \ifdim\multitablelinespace=0pt \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip \global\advance\multitablelinespace by-\ht0 \fi % Test to see if parskip is larger than space between lines of % table. If not, do nothing. % If so, set to same dimension as multitablelinespace. \ifdim\multitableparskip>\multitablelinespace \global\multitableparskip=\multitablelinespace \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller % than skip between lines in the table. \fi% \ifdim\multitableparskip=0pt \global\multitableparskip=\multitablelinespace \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller % than skip between lines in the table. \fi} \message{conditionals,} % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext, % @ifnotxml always succeed. They currently do nothing; we don't % attempt to check whether the conditionals are properly nested. But we % have to remember that they are conditionals, so that @end doesn't % attempt to close an environment group. % \def\makecond#1{% \expandafter\let\csname #1\endcsname = \relax \expandafter\let\csname iscond.#1\endcsname = 1 } \makecond{iftex} \makecond{ifnotdocbook} \makecond{ifnothtml} \makecond{ifnotinfo} \makecond{ifnotplaintext} \makecond{ifnotxml} % Ignore @ignore, @ifhtml, @ifinfo, and the like. % \def\direntry{\doignore{direntry}} \def\documentdescription{\doignore{documentdescription}} \def\docbook{\doignore{docbook}} \def\html{\doignore{html}} \def\ifdocbook{\doignore{ifdocbook}} \def\ifhtml{\doignore{ifhtml}} \def\ifinfo{\doignore{ifinfo}} \def\ifnottex{\doignore{ifnottex}} \def\ifplaintext{\doignore{ifplaintext}} \def\ifxml{\doignore{ifxml}} \def\ignore{\doignore{ignore}} \def\menu{\doignore{menu}} \def\xml{\doignore{xml}} % Ignore text until a line `@end #1', keeping track of nested conditionals. % % A count to remember the depth of nesting. \newcount\doignorecount \def\doignore#1{\begingroup % Scan in ``verbatim'' mode: \obeylines \catcode`\@ = \other \catcode`\{ = \other \catcode`\} = \other % % Make sure that spaces turn into tokens that match what \doignoretext wants. \spaceisspace % % Count number of #1's that we've seen. \doignorecount = 0 % % Swallow text until we reach the matching `@end #1'. \dodoignore{#1}% } { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source. \obeylines % % \gdef\dodoignore#1{% % #1 contains the command name as a string, e.g., `ifinfo'. % % Define a command to find the next `@end #1'. \long\def\doignoretext##1^^M@end #1{% \doignoretextyyy##1^^M@#1\_STOP_}% % % And this command to find another #1 command, at the beginning of a % line. (Otherwise, we would consider a line `@c @ifset', for % example, to count as an @ifset for nesting.) \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}% % % And now expand that command. \doignoretext ^^M% }% } \def\doignoreyyy#1{% \def\temp{#1}% \ifx\temp\empty % Nothing found. \let\next\doignoretextzzz \else % Found a nested condition, ... \advance\doignorecount by 1 \let\next\doignoretextyyy % ..., look for another. % If we're here, #1 ends with ^^M\ifinfo (for example). \fi \next #1% the token \_STOP_ is present just after this macro. } % We have to swallow the remaining "\_STOP_". % \def\doignoretextzzz#1{% \ifnum\doignorecount = 0 % We have just found the outermost @end. \let\next\enddoignore \else % Still inside a nested condition. \advance\doignorecount by -1 \let\next\doignoretext % Look for the next @end. \fi \next } % Finish off ignored text. { \obeylines% % Ignore anything after the last `@end #1'; this matters in verbatim % environments, where otherwise the newline after an ignored conditional % would result in a blank line in the output. \gdef\enddoignore#1^^M{\endgroup\ignorespaces}% } % @set VAR sets the variable VAR to an empty value. % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE. % % Since we want to separate VAR from REST-OF-LINE (which might be % empty), we can't just use \parsearg; we have to insert a space of our % own to delimit the rest of the line, and then take it out again if we % didn't need it. % We rely on the fact that \parsearg sets \catcode`\ =10. % \parseargdef\set{\setyyy#1 \endsetyyy} \def\setyyy#1 #2\endsetyyy{% {% \makevalueexpandable \def\temp{#2}% \edef\next{\gdef\makecsname{SET#1}}% \ifx\temp\empty \next{}% \else \setzzz#2\endsetzzz \fi }% } % Remove the trailing space \setxxx inserted. \def\setzzz#1 \endsetzzz{\next{#1}} % @clear VAR clears (i.e., unsets) the variable VAR. % \parseargdef\clear{% {% \makevalueexpandable \global\expandafter\let\csname SET#1\endcsname=\relax }% } % @value{foo} gets the text saved in variable foo. \def\value{\begingroup\makevalueexpandable\valuexxx} \def\valuexxx#1{\expandablevalue{#1}\endgroup} { \catcode`\- = \active \catcode`\_ = \active % \gdef\makevalueexpandable{% \let\value = \expandablevalue % We don't want these characters active, ... \catcode`\-=\other \catcode`\_=\other % ..., but we might end up with active ones in the argument if % we're called from @code, as @code{@value{foo-bar_}}, though. % So \let them to their normal equivalents. \let-\realdash \let_\normalunderscore } } % We have this subroutine so that we can handle at least some @value's % properly in indexes (we call \makevalueexpandable in \indexdummies). % The command has to be fully expandable (if the variable is set), since % the result winds up in the index file. This means that if the % variable's value contains other Texinfo commands, it's almost certain % it will fail (although perhaps we could fix that with sufficient work % to do a one-level expansion on the result, instead of complete). % \def\expandablevalue#1{% \expandafter\ifx\csname SET#1\endcsname\relax {[No value for ``#1'']}% \message{Variable `#1', used in @value, is not set.}% \else \csname SET#1\endcsname \fi } % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined % with @set. % % To get special treatment of `@end ifset,' call \makeond and the redefine. % \makecond{ifset} \def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}} \def\doifset#1#2{% {% \makevalueexpandable \let\next=\empty \expandafter\ifx\csname SET#2\endcsname\relax #1% If not set, redefine \next. \fi \expandafter }\next } \def\ifsetfail{\doignore{ifset}} % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been % defined with @set, or has been undefined with @clear. % % The `\else' inside the `\doifset' parameter is a trick to reuse the % above code: if the variable is not set, do nothing, if it is set, % then redefine \next to \ifclearfail. % \makecond{ifclear} \def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}} \def\ifclearfail{\doignore{ifclear}} % @dircategory CATEGORY -- specify a category of the dir file % which this file should belong to. Ignore this in TeX. \let\dircategory=\comment % @defininfoenclose. \let\definfoenclose=\comment \message{indexing,} % Index generation facilities % Define \newwrite to be identical to plain tex's \newwrite % except not \outer, so it can be used within macros and \if's. \edef\newwrite{\makecsname{ptexnewwrite}} % \newindex {foo} defines an index named foo. % It automatically defines \fooindex such that % \fooindex ...rest of line... puts an entry in the index foo. % It also defines \fooindfile to be the number of the output channel for % the file that accumulates this index. The file's extension is foo. % The name of an index should be no more than 2 characters long % for the sake of vms. % \def\newindex#1{% \iflinks \expandafter\newwrite \csname#1indfile\endcsname \openout \csname#1indfile\endcsname \jobname.#1 % Open the file \fi \expandafter\xdef\csname#1index\endcsname{% % Define @#1index \noexpand\doindex{#1}} } % @defindex foo == \newindex{foo} % \def\defindex{\parsearg\newindex} % Define @defcodeindex, like @defindex except put all entries in @code. % \def\defcodeindex{\parsearg\newcodeindex} % \def\newcodeindex#1{% \iflinks \expandafter\newwrite \csname#1indfile\endcsname \openout \csname#1indfile\endcsname \jobname.#1 \fi \expandafter\xdef\csname#1index\endcsname{% \noexpand\docodeindex{#1}}% } % @synindex foo bar makes index foo feed into index bar. % Do this instead of @defindex foo if you don't want it as a separate index. % % @syncodeindex foo bar similar, but put all entries made for index foo % inside @code. % \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}} \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}} % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo), % #3 the target index (bar). \def\dosynindex#1#2#3{% % Only do \closeout if we haven't already done it, else we'll end up % closing the target index. \expandafter \ifx\csname donesynindex#2\endcsname \relax % The \closeout helps reduce unnecessary open files; the limit on the % Acorn RISC OS is a mere 16 files. \expandafter\closeout\csname#2indfile\endcsname \expandafter\let\csname donesynindex#2\endcsname = 1 \fi % redefine \fooindfile: \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname \expandafter\let\csname#2indfile\endcsname=\temp % redefine \fooindex: \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}% } % Define \doindex, the driver for all \fooindex macros. % Argument #1 is generated by the calling \fooindex macro, % and it is "foo", the name of the index. % \doindex just uses \parsearg; it calls \doind for the actual work. % This is because \doind is more useful to call from other macros. % There is also \dosubind {index}{topic}{subtopic} % which makes an entry in a two-level index such as the operation index. \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer} \def\singleindexer #1{\doind{\indexname}{#1}} % like the previous two, but they put @code around the argument. \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer} \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}} % Take care of Texinfo commands that can appear in an index entry. % Since there are some commands we want to expand, and others we don't, % we have to laboriously prevent expansion for those that we don't. % \def\indexdummies{% \escapechar = `\\ % use backslash in output files. \def\@{@}% change to @@ when we switch to @ as escape char in index files. \def\ {\realbackslash\space }% % % Need these unexpandable (because we define \tt as a dummy) % definitions when @{ or @} appear in index entry text. Also, more % complicated, when \tex is in effect and \{ is a \delimiter again. % We can't use \lbracecmd and \rbracecmd because texindex assumes % braces and backslashes are used only as delimiters. Perhaps we % should define @lbrace and @rbrace commands a la @comma. \def\{{{\tt\char123}}% \def\}{{\tt\char125}}% % % I don't entirely understand this, but when an index entry is % generated from a macro call, the \endinput which \scanmacro inserts % causes processing to be prematurely terminated. This is, % apparently, because \indexsorttmp is fully expanded, and \endinput % is an expandable command. The redefinition below makes \endinput % disappear altogether for that purpose -- although logging shows that % processing continues to some further point. On the other hand, it % seems \endinput does not hurt in the printed index arg, since that % is still getting written without apparent harm. % % Sample source (mac-idx3.tex, reported by Graham Percival to % help-texinfo, 22may06): % @macro funindex {WORD} % @findex xyz % @end macro % ... % @funindex commtest % % The above is not enough to reproduce the bug, but it gives the flavor. % % Sample whatsit resulting: % .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}} % % So: \let\endinput = \empty % % Do the redefinitions. \commondummies } % For the aux and toc files, @ is the escape character. So we want to % redefine everything using @ as the escape character (instead of % \realbackslash, still used for index files). When everything uses @, % this will be simpler. % \def\atdummies{% \def\@{@@}% \def\ {@ }% \let\{ = \lbraceatcmd \let\} = \rbraceatcmd % % Do the redefinitions. \commondummies \otherbackslash } % Called from \indexdummies and \atdummies. % \def\commondummies{% % % \definedummyword defines \#1 as \string\#1\space, thus effectively % preventing its expansion. This is used only for control words, % not control letters, because the \space would be incorrect for % control characters, but is needed to separate the control word % from whatever follows. % % For control letters, we have \definedummyletter, which omits the % space. % % These can be used both for control words that take an argument and % those that do not. If it is followed by {arg} in the input, then % that will dutifully get written to the index (or wherever). % \def\definedummyword ##1{\def##1{\string##1\space}}% \def\definedummyletter##1{\def##1{\string##1}}% \let\definedummyaccent\definedummyletter % \commondummiesnofonts % \definedummyletter\_% \definedummyletter\-% % % Non-English letters. \definedummyword\AA \definedummyword\AE \definedummyword\DH \definedummyword\L \definedummyword\O \definedummyword\OE \definedummyword\TH \definedummyword\aa \definedummyword\ae \definedummyword\dh \definedummyword\exclamdown \definedummyword\l \definedummyword\o \definedummyword\oe \definedummyword\ordf \definedummyword\ordm \definedummyword\questiondown \definedummyword\ss \definedummyword\th % % Although these internal commands shouldn't show up, sometimes they do. \definedummyword\bf \definedummyword\gtr \definedummyword\hat \definedummyword\less \definedummyword\sf \definedummyword\sl \definedummyword\tclose \definedummyword\tt % \definedummyword\LaTeX \definedummyword\TeX % % Assorted special characters. \definedummyword\arrow \definedummyword\bullet \definedummyword\comma \definedummyword\copyright \definedummyword\registeredsymbol \definedummyword\dots \definedummyword\enddots \definedummyword\entrybreak \definedummyword\equiv \definedummyword\error \definedummyword\euro \definedummyword\expansion \definedummyword\geq \definedummyword\guillemetleft \definedummyword\guillemetright \definedummyword\guilsinglleft \definedummyword\guilsinglright \definedummyword\leq \definedummyword\minus \definedummyword\ogonek \definedummyword\pounds \definedummyword\point \definedummyword\print \definedummyword\quotedblbase \definedummyword\quotedblleft \definedummyword\quotedblright \definedummyword\quoteleft \definedummyword\quoteright \definedummyword\quotesinglbase \definedummyword\result \definedummyword\textdegree % % We want to disable all macros so that they are not expanded by \write. \macrolist % \normalturnoffactive % % Handle some cases of @value -- where it does not contain any % (non-fully-expandable) commands. \makevalueexpandable } % \commondummiesnofonts: common to \commondummies and \indexnofonts. % \def\commondummiesnofonts{% % Control letters and accents. \definedummyletter\!% \definedummyaccent\"% \definedummyaccent\'% \definedummyletter\*% \definedummyaccent\,% \definedummyletter\.% \definedummyletter\/% \definedummyletter\:% \definedummyaccent\=% \definedummyletter\?% \definedummyaccent\^% \definedummyaccent\`% \definedummyaccent\~% \definedummyword\u \definedummyword\v \definedummyword\H \definedummyword\dotaccent \definedummyword\ogonek \definedummyword\ringaccent \definedummyword\tieaccent \definedummyword\ubaraccent \definedummyword\udotaccent \definedummyword\dotless % % Texinfo font commands. \definedummyword\b \definedummyword\i \definedummyword\r \definedummyword\sansserif \definedummyword\sc \definedummyword\slanted \definedummyword\t % % Commands that take arguments. \definedummyword\acronym \definedummyword\anchor \definedummyword\cite \definedummyword\code \definedummyword\command \definedummyword\dfn \definedummyword\dmn \definedummyword\email \definedummyword\emph \definedummyword\env \definedummyword\file \definedummyword\indicateurl \definedummyword\kbd \definedummyword\key \definedummyword\math \definedummyword\option \definedummyword\pxref \definedummyword\ref \definedummyword\samp \definedummyword\strong \definedummyword\tie \definedummyword\uref \definedummyword\url \definedummyword\var \definedummyword\verb \definedummyword\w \definedummyword\xref } % \indexnofonts is used when outputting the strings to sort the index % by, and when constructing control sequence names. It eliminates all % control sequences and just writes whatever the best ASCII sort string % would be for a given command (usually its argument). % \def\indexnofonts{% % Accent commands should become @asis. \def\definedummyaccent##1{\let##1\asis}% % We can just ignore other control letters. \def\definedummyletter##1{\let##1\empty}% % All control words become @asis by default; overrides below. \let\definedummyword\definedummyaccent % \commondummiesnofonts % % Don't no-op \tt, since it isn't a user-level command % and is used in the definitions of the active chars like <, >, |, etc. % Likewise with the other plain tex font commands. %\let\tt=\asis % \def\ { }% \def\@{@}% \def\_{\normalunderscore}% \def\-{}% @- shouldn't affect sorting % % Unfortunately, texindex is not prepared to handle braces in the % content at all. So for index sorting, we map @{ and @} to strings % starting with |, since that ASCII character is between ASCII { and }. \def\{{|a}% \def\}{|b}% % % Non-English letters. \def\AA{AA}% \def\AE{AE}% \def\DH{DZZ}% \def\L{L}% \def\OE{OE}% \def\O{O}% \def\TH{ZZZ}% \def\aa{aa}% \def\ae{ae}% \def\dh{dzz}% \def\exclamdown{!}% \def\l{l}% \def\oe{oe}% \def\ordf{a}% \def\ordm{o}% \def\o{o}% \def\questiondown{?}% \def\ss{ss}% \def\th{zzz}% % \def\LaTeX{LaTeX}% \def\TeX{TeX}% % % Assorted special characters. % (The following {} will end up in the sort string, but that's ok.) \def\arrow{->}% \def\bullet{bullet}% \def\comma{,}% \def\copyright{copyright}% \def\dots{...}% \def\enddots{...}% \def\equiv{==}% \def\error{error}% \def\euro{euro}% \def\expansion{==>}% \def\geq{>=}% \def\guillemetleft{<<}% \def\guillemetright{>>}% \def\guilsinglleft{<}% \def\guilsinglright{>}% \def\leq{<=}% \def\minus{-}% \def\point{.}% \def\pounds{pounds}% \def\print{-|}% \def\quotedblbase{"}% \def\quotedblleft{"}% \def\quotedblright{"}% \def\quoteleft{`}% \def\quoteright{'}% \def\quotesinglbase{,}% \def\registeredsymbol{R}% \def\result{=>}% \def\textdegree{o}% % \expandafter\ifx\csname SETtxiindexlquoteignore\endcsname\relax \else \indexlquoteignore \fi % % We need to get rid of all macros, leaving only the arguments (if present). % Of course this is not nearly correct, but it is the best we can do for now. % makeinfo does not expand macros in the argument to @deffn, which ends up % writing an index entry, and texindex isn't prepared for an index sort entry % that starts with \. % % Since macro invocations are followed by braces, we can just redefine them % to take a single TeX argument. The case of a macro invocation that % goes to end-of-line is not handled. % \macrolist } % Undocumented (for FSFS 2nd ed.): @set txiindexlquoteignore makes us % ignore left quotes in the sort term. {\catcode`\`=\active \gdef\indexlquoteignore{\let`=\empty}} \let\indexbackslash=0 %overridden during \printindex. \let\SETmarginindex=\relax % put index entries in margin (undocumented)? % Most index entries go through here, but \dosubind is the general case. % #1 is the index name, #2 is the entry text. \def\doind#1#2{\dosubind{#1}{#2}{}} % Workhorse for all \fooindexes. % #1 is name of index, #2 is stuff to put there, #3 is subentry -- % empty if called from \doind, as we usually are (the main exception % is with most defuns, which call us directly). % \def\dosubind#1#2#3{% \iflinks {% % Store the main index entry text (including the third arg). \toks0 = {#2}% % If third arg is present, precede it with a space. \def\thirdarg{#3}% \ifx\thirdarg\empty \else \toks0 = \expandafter{\the\toks0 \space #3}% \fi % \edef\writeto{\csname#1indfile\endcsname}% % \safewhatsit\dosubindwrite }% \fi } % Write the entry in \toks0 to the index file: % \def\dosubindwrite{% % Put the index entry in the margin if desired. \ifx\SETmarginindex\relax\else \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}% \fi % % Remember, we are within a group. \indexdummies % Must do this here, since \bf, etc expand at this stage \def\backslashcurfont{\indexbackslash}% \indexbackslash isn't defined now % so it will be output as is; and it will print as backslash. % % Process the index entry with all font commands turned off, to % get the string to sort by. {\indexnofonts \edef\temp{\the\toks0}% need full expansion \xdef\indexsorttmp{\temp}% }% % % Set up the complete index entry, with both the sort key and % the original text, including any font commands. We write % three arguments to \entry to the .?? file (four in the % subentry case), texindex reduces to two when writing the .??s % sorted result. \edef\temp{% \write\writeto{% \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}% }% \temp } % Take care of unwanted page breaks/skips around a whatsit: % % If a skip is the last thing on the list now, preserve it % by backing up by \lastskip, doing the \write, then inserting % the skip again. Otherwise, the whatsit generated by the % \write or \pdfdest will make \lastskip zero. The result is that % sequences like this: % @end defun % @tindex whatever % @defun ... % will have extra space inserted, because the \medbreak in the % start of the @defun won't see the skip inserted by the @end of % the previous defun. % % But don't do any of this if we're not in vertical mode. We % don't want to do a \vskip and prematurely end a paragraph. % % Avoid page breaks due to these extra skips, too. % % But wait, there is a catch there: % We'll have to check whether \lastskip is zero skip. \ifdim is not % sufficient for this purpose, as it ignores stretch and shrink parts % of the skip. The only way seems to be to check the textual % representation of the skip. % % The following is almost like \def\zeroskipmacro{0.0pt} except that % the ``p'' and ``t'' characters have catcode \other, not 11 (letter). % \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname} % \newskip\whatsitskip \newcount\whatsitpenalty % % ..., ready, GO: % \def\safewhatsit#1{% \ifhmode #1% \else % \lastskip and \lastpenalty cannot both be nonzero simultaneously. \whatsitskip = \lastskip \edef\lastskipmacro{\the\lastskip}% \whatsitpenalty = \lastpenalty % % If \lastskip is nonzero, that means the last item was a % skip. And since a skip is discardable, that means this % -\whatsitskip glue we're inserting is preceded by a % non-discardable item, therefore it is not a potential % breakpoint, therefore no \nobreak needed. \ifx\lastskipmacro\zeroskipmacro \else \vskip-\whatsitskip \fi % #1% % \ifx\lastskipmacro\zeroskipmacro % If \lastskip was zero, perhaps the last item was a penalty, and % perhaps it was >=10000, e.g., a \nobreak. In that case, we want % to re-insert the same penalty (values >10000 are used for various % signals); since we just inserted a non-discardable item, any % following glue (such as a \parskip) would be a breakpoint. For example: % % @deffn deffn-whatever % @vindex index-whatever % Description. % would allow a break between the index-whatever whatsit % and the "Description." paragraph. \ifnum\whatsitpenalty>9999 \penalty\whatsitpenalty \fi \else % On the other hand, if we had a nonzero \lastskip, % this make-up glue would be preceded by a non-discardable item % (the whatsit from the \write), so we must insert a \nobreak. \nobreak\vskip\whatsitskip \fi \fi } % The index entry written in the file actually looks like % \entry {sortstring}{page}{topic} % or % \entry {sortstring}{page}{topic}{subtopic} % The texindex program reads in these files and writes files % containing these kinds of lines: % \initial {c} % before the first topic whose initial is c % \entry {topic}{pagelist} % for a topic that is used without subtopics % \primary {topic} % for the beginning of a topic that is used with subtopics % \secondary {subtopic}{pagelist} % for each subtopic. % Define the user-accessible indexing commands % @findex, @vindex, @kindex, @cindex. \def\findex {\fnindex} \def\kindex {\kyindex} \def\cindex {\cpindex} \def\vindex {\vrindex} \def\tindex {\tpindex} \def\pindex {\pgindex} \def\cindexsub {\begingroup\obeylines\cindexsub} {\obeylines % \gdef\cindexsub "#1" #2^^M{\endgroup % \dosubind{cp}{#2}{#1}}} % Define the macros used in formatting output of the sorted index material. % @printindex causes a particular index (the ??s file) to get printed. % It does not print any chapter heading (usually an @unnumbered). % \parseargdef\printindex{\begingroup \dobreak \chapheadingskip{10000}% % \smallfonts \rm \tolerance = 9500 \plainfrenchspacing \everypar = {}% don't want the \kern\-parindent from indentation suppression. % % See if the index file exists and is nonempty. % Change catcode of @ here so that if the index file contains % \initial {@} % as its first line, TeX doesn't complain about mismatched braces % (because it thinks @} is a control sequence). \catcode`\@ = 11 \openin 1 \jobname.#1s \ifeof 1 % \enddoublecolumns gets confused if there is no text in the index, % and it loses the chapter title and the aux file entries for the % index. The easiest way to prevent this problem is to make sure % there is some text. \putwordIndexNonexistent \else % % If the index file exists but is empty, then \openin leaves \ifeof % false. We have to make TeX try to read something from the file, so % it can discover if there is anything in it. \read 1 to \temp \ifeof 1 \putwordIndexIsEmpty \else % Index files are almost Texinfo source, but we use \ as the escape % character. It would be better to use @, but that's too big a change % to make right now. \def\indexbackslash{\backslashcurfont}% \catcode`\\ = 0 \escapechar = `\\ \begindoublecolumns \input \jobname.#1s \enddoublecolumns \fi \fi \closein 1 \endgroup} % These macros are used by the sorted index file itself. % Change them to control the appearance of the index. \def\initial#1{{% % Some minor font changes for the special characters. \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt % % Remove any glue we may have, we'll be inserting our own. \removelastskip % % We like breaks before the index initials, so insert a bonus. \nobreak \vskip 0pt plus 3\baselineskip \penalty 0 \vskip 0pt plus -3\baselineskip % % Typeset the initial. Making this add up to a whole number of % baselineskips increases the chance of the dots lining up from column % to column. It still won't often be perfect, because of the stretch % we need before each entry, but it's better. % % No shrink because it confuses \balancecolumns. \vskip 1.67\baselineskip plus .5\baselineskip \leftline{\secbf #1}% % Do our best not to break after the initial. \nobreak \vskip .33\baselineskip plus .1\baselineskip }} % \entry typesets a paragraph consisting of the text (#1), dot leaders, and % then page number (#2) flushed to the right margin. It is used for index % and table of contents entries. The paragraph is indented by \leftskip. % % A straightforward implementation would start like this: % \def\entry#1#2{... % But this freezes the catcodes in the argument, and can cause problems to % @code, which sets - active. This problem was fixed by a kludge--- % ``-'' was active throughout whole index, but this isn't really right. % The right solution is to prevent \entry from swallowing the whole text. % --kasal, 21nov03 \def\entry{% \begingroup % % Start a new paragraph if necessary, so our assignments below can't % affect previous text. \par % % Do not fill out the last line with white space. \parfillskip = 0in % % No extra space above this paragraph. \parskip = 0in % % Do not prefer a separate line ending with a hyphen to fewer lines. \finalhyphendemerits = 0 % % \hangindent is only relevant when the entry text and page number % don't both fit on one line. In that case, bob suggests starting the % dots pretty far over on the line. Unfortunately, a large % indentation looks wrong when the entry text itself is broken across % lines. So we use a small indentation and put up with long leaders. % % \hangafter is reset to 1 (which is the value we want) at the start % of each paragraph, so we need not do anything with that. \hangindent = 2em % % When the entry text needs to be broken, just fill out the first line % with blank space. \rightskip = 0pt plus1fil % % A bit of stretch before each entry for the benefit of balancing % columns. \vskip 0pt plus1pt % % When reading the text of entry, convert explicit line breaks % from @* into spaces. The user might give these in long section % titles, for instance. \def\*{\unskip\space\ignorespaces}% \def\entrybreak{\hfil\break}% % % Swallow the left brace of the text (first parameter): \afterassignment\doentry \let\temp = } \def\entrybreak{\unskip\space\ignorespaces}% \def\doentry{% \bgroup % Instead of the swallowed brace. \noindent \aftergroup\finishentry % And now comes the text of the entry. } \def\finishentry#1{% % #1 is the page number. % % The following is kludged to not output a line of dots in the index if % there are no page numbers. The next person who breaks this will be % cursed by a Unix daemon. \setbox\boxA = \hbox{#1}% \ifdim\wd\boxA = 0pt \ % \else % % If we must, put the page number on a line of its own, and fill out % this line with blank space. (The \hfil is overwhelmed with the % fill leaders glue in \indexdotfill if the page number does fit.) \hfil\penalty50 \null\nobreak\indexdotfill % Have leaders before the page number. % % The `\ ' here is removed by the implicit \unskip that TeX does as % part of (the primitive) \par. Without it, a spurious underfull % \hbox ensues. \ifpdf \pdfgettoks#1.% \ \the\toksA \else \ #1% \fi \fi \par \endgroup } % Like plain.tex's \dotfill, except uses up at least 1 em. \def\indexdotfill{\cleaders \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill} \def\primary #1{\line{#1\hfil}} \newskip\secondaryindent \secondaryindent=0.5cm \def\secondary#1#2{{% \parfillskip=0in \parskip=0in \hangindent=1in \hangafter=1 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill \ifpdf \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. \else #2 \fi \par }} % Define two-column mode, which we use to typeset indexes. % Adapted from the TeXbook, page 416, which is to say, % the manmac.tex format used to print the TeXbook itself. \catcode`\@=11 \newbox\partialpage \newdimen\doublecolumnhsize \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns % Grab any single-column material above us. \output = {% % % Here is a possibility not foreseen in manmac: if we accumulate a % whole lot of material, we might end up calling this \output % routine twice in a row (see the doublecol-lose test, which is % essentially a couple of indexes with @setchapternewpage off). In % that case we just ship out what is in \partialpage with the normal % output routine. Generally, \partialpage will be empty when this % runs and this will be a no-op. See the indexspread.tex test case. \ifvoid\partialpage \else \onepageout{\pagecontents\partialpage}% \fi % \global\setbox\partialpage = \vbox{% % Unvbox the main output page. \unvbox\PAGE \kern-\topskip \kern\baselineskip }% }% \eject % run that output routine to set \partialpage % % Use the double-column output routine for subsequent pages. \output = {\doublecolumnout}% % % Change the page size parameters. We could do this once outside this % routine, in each of @smallbook, @afourpaper, and the default 8.5x11 % format, but then we repeat the same computation. Repeating a couple % of assignments once per index is clearly meaningless for the % execution time, so we may as well do it in one place. % % First we halve the line length, less a little for the gutter between % the columns. We compute the gutter based on the line length, so it % changes automatically with the paper format. The magic constant % below is chosen so that the gutter has the same value (well, +-<1pt) % as it did when we hard-coded it. % % We put the result in a separate register, \doublecolumhsize, so we % can restore it in \pagesofar, after \hsize itself has (potentially) % been clobbered. % \doublecolumnhsize = \hsize \advance\doublecolumnhsize by -.04154\hsize \divide\doublecolumnhsize by 2 \hsize = \doublecolumnhsize % % Double the \vsize as well. (We don't need a separate register here, % since nobody clobbers \vsize.) \vsize = 2\vsize } % The double-column output routine for all double-column pages except % the last. % \def\doublecolumnout{% \splittopskip=\topskip \splitmaxdepth=\maxdepth % Get the available space for the double columns -- the normal % (undoubled) page height minus any material left over from the % previous page. \dimen@ = \vsize \divide\dimen@ by 2 \advance\dimen@ by -\ht\partialpage % % box0 will be the left-hand column, box2 the right. \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@ \onepageout\pagesofar \unvbox255 \penalty\outputpenalty } % % Re-output the contents of the output page -- any previous material, % followed by the two boxes we just split, in box0 and box2. \def\pagesofar{% \unvbox\partialpage % \hsize = \doublecolumnhsize \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}% } % % All done with double columns. \def\enddoublecolumns{% % The following penalty ensures that the page builder is exercised % _before_ we change the output routine. This is necessary in the % following situation: % % The last section of the index consists only of a single entry. % Before this section, \pagetotal is less than \pagegoal, so no % break occurs before the last section starts. However, the last % section, consisting of \initial and the single \entry, does not % fit on the page and has to be broken off. Without the following % penalty the page builder will not be exercised until \eject % below, and by that time we'll already have changed the output % routine to the \balancecolumns version, so the next-to-last % double-column page will be processed with \balancecolumns, which % is wrong: The two columns will go to the main vertical list, with % the broken-off section in the recent contributions. As soon as % the output routine finishes, TeX starts reconsidering the page % break. The two columns and the broken-off section both fit on the % page, because the two columns now take up only half of the page % goal. When TeX sees \eject from below which follows the final % section, it invokes the new output routine that we've set after % \balancecolumns below; \onepageout will try to fit the two columns % and the final section into the vbox of \pageheight (see % \pagebody), causing an overfull box. % % Note that glue won't work here, because glue does not exercise the % page builder, unlike penalties (see The TeXbook, pp. 280-281). \penalty0 % \output = {% % Split the last of the double-column material. Leave it on the % current page, no automatic page break. \balancecolumns % % If we end up splitting too much material for the current page, % though, there will be another page break right after this \output % invocation ends. Having called \balancecolumns once, we do not % want to call it again. Therefore, reset \output to its normal % definition right away. (We hope \balancecolumns will never be % called on to balance too much material, but if it is, this makes % the output somewhat more palatable.) \global\output = {\onepageout{\pagecontents\PAGE}}% }% \eject \endgroup % started in \begindoublecolumns % % \pagegoal was set to the doubled \vsize above, since we restarted % the current page. We're now back to normal single-column % typesetting, so reset \pagegoal to the normal \vsize (after the % \endgroup where \vsize got restored). \pagegoal = \vsize } % % Called at the end of the double column material. \def\balancecolumns{% \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120. \dimen@ = \ht0 \advance\dimen@ by \topskip \advance\dimen@ by-\baselineskip \divide\dimen@ by 2 % target to split to %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}% \splittopskip = \topskip % Loop until we get a decent breakpoint. {% \vbadness = 10000 \loop \global\setbox3 = \copy0 \global\setbox1 = \vsplit3 to \dimen@ \ifdim\ht3>\dimen@ \global\advance\dimen@ by 1pt \repeat }% %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}% \setbox0=\vbox to\dimen@{\unvbox1}% \setbox2=\vbox to\dimen@{\unvbox3}% % \pagesofar } \catcode`\@ = \other \message{sectioning,} % Chapters, sections, etc. % Let's start with @part. \outer\parseargdef\part{\partzzz{#1}} \def\partzzz#1{% \chapoddpage \null \vskip.3\vsize % move it down on the page a bit \begingroup \noindent \titlefonts\rmisbold #1\par % the text \let\lastnode=\empty % no node to associate with \writetocentry{part}{#1}{}% but put it in the toc \headingsoff % no headline or footline on the part page \chapoddpage \endgroup } % \unnumberedno is an oxymoron. But we count the unnumbered % sections so that we can refer to them unambiguously in the pdf % outlines by their "section number". We avoid collisions with chapter % numbers by starting them at 10000. (If a document ever has 10000 % chapters, we're in trouble anyway, I'm sure.) \newcount\unnumberedno \unnumberedno = 10000 \newcount\chapno \newcount\secno \secno=0 \newcount\subsecno \subsecno=0 \newcount\subsubsecno \subsubsecno=0 % This counter is funny since it counts through charcodes of letters A, B, ... \newcount\appendixno \appendixno = `\@ % % \def\appendixletter{\char\the\appendixno} % We do the following ugly conditional instead of the above simple % construct for the sake of pdftex, which needs the actual % letter in the expansion, not just typeset. % \def\appendixletter{% \ifnum\appendixno=`A A% \else\ifnum\appendixno=`B B% \else\ifnum\appendixno=`C C% \else\ifnum\appendixno=`D D% \else\ifnum\appendixno=`E E% \else\ifnum\appendixno=`F F% \else\ifnum\appendixno=`G G% \else\ifnum\appendixno=`H H% \else\ifnum\appendixno=`I I% \else\ifnum\appendixno=`J J% \else\ifnum\appendixno=`K K% \else\ifnum\appendixno=`L L% \else\ifnum\appendixno=`M M% \else\ifnum\appendixno=`N N% \else\ifnum\appendixno=`O O% \else\ifnum\appendixno=`P P% \else\ifnum\appendixno=`Q Q% \else\ifnum\appendixno=`R R% \else\ifnum\appendixno=`S S% \else\ifnum\appendixno=`T T% \else\ifnum\appendixno=`U U% \else\ifnum\appendixno=`V V% \else\ifnum\appendixno=`W W% \else\ifnum\appendixno=`X X% \else\ifnum\appendixno=`Y Y% \else\ifnum\appendixno=`Z Z% % The \the is necessary, despite appearances, because \appendixletter is % expanded while writing the .toc file. \char\appendixno is not % expandable, thus it is written literally, thus all appendixes come out % with the same letter (or @) in the toc without it. \else\char\the\appendixno \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} % Each @chapter defines these (using marks) as the number+name, number % and name of the chapter. Page headings and footings can use % these. @section does likewise. \def\thischapter{} \def\thischapternum{} \def\thischaptername{} \def\thissection{} \def\thissectionnum{} \def\thissectionname{} \newcount\absseclevel % used to calculate proper heading level \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count % @raisesections: treat @section as chapter, @subsection as section, etc. \def\raisesections{\global\advance\secbase by -1} \let\up=\raisesections % original BFox name % @lowersections: treat @chapter as section, @section as subsection, etc. \def\lowersections{\global\advance\secbase by 1} \let\down=\lowersections % original BFox name % we only have subsub. \chardef\maxseclevel = 3 % % A numbered section within an unnumbered changes to unnumbered too. % To achieve this, remember the "biggest" unnum. sec. we are currently in: \chardef\unnlevel = \maxseclevel % % Trace whether the current chapter is an appendix or not: % \chapheadtype is "N" or "A", unnumbered chapters are ignored. \def\chapheadtype{N} % Choose a heading macro % #1 is heading type % #2 is heading level % #3 is text for heading \def\genhead#1#2#3{% % Compute the abs. sec. level: \absseclevel=#2 \advance\absseclevel by \secbase % Make sure \absseclevel doesn't fall outside the range: \ifnum \absseclevel < 0 \absseclevel = 0 \else \ifnum \absseclevel > 3 \absseclevel = 3 \fi \fi % The heading type: \def\headtype{#1}% \if \headtype U% \ifnum \absseclevel < \unnlevel \chardef\unnlevel = \absseclevel \fi \else % Check for appendix sections: \ifnum \absseclevel = 0 \edef\chapheadtype{\headtype}% \else \if \headtype A\if \chapheadtype N% \errmessage{@appendix... within a non-appendix chapter}% \fi\fi \fi % Check for numbered within unnumbered: \ifnum \absseclevel > \unnlevel \def\headtype{U}% \else \chardef\unnlevel = 3 \fi \fi % Now print the heading: \if \headtype U% \ifcase\absseclevel \unnumberedzzz{#3}% \or \unnumberedseczzz{#3}% \or \unnumberedsubseczzz{#3}% \or \unnumberedsubsubseczzz{#3}% \fi \else \if \headtype A% \ifcase\absseclevel \appendixzzz{#3}% \or \appendixsectionzzz{#3}% \or \appendixsubseczzz{#3}% \or \appendixsubsubseczzz{#3}% \fi \else \ifcase\absseclevel \chapterzzz{#3}% \or \seczzz{#3}% \or \numberedsubseczzz{#3}% \or \numberedsubsubseczzz{#3}% \fi \fi \fi \suppressfirstparagraphindent } % an interface: \def\numhead{\genhead N} \def\apphead{\genhead A} \def\unnmhead{\genhead U} % @chapter, @appendix, @unnumbered. Increment top-level counter, reset % all lower-level sectioning counters to zero. % % Also set \chaplevelprefix, which we prepend to @float sequence numbers % (e.g., figures), q.v. By default (before any chapter), that is empty. \let\chaplevelprefix = \empty % \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz \def\chapterzzz#1{% % section resetting is \global in case the chapter is in a group, such % as an @include file. \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\chapno by 1 % % Used for \float. \gdef\chaplevelprefix{\the\chapno.}% \resetallfloatnos % % \putwordChapter can contain complex things in translations. \toks0=\expandafter{\putwordChapter}% \message{\the\toks0 \space \the\chapno}% % % Write the actual heading. \chapmacro{#1}{Ynumbered}{\the\chapno}% % % So @section and the like are numbered underneath this chapter. \global\let\section = \numberedsec \global\let\subsection = \numberedsubsec \global\let\subsubsection = \numberedsubsubsec } \outer\parseargdef\appendix{\apphead0{#1}} % normally calls appendixzzz % \def\appendixzzz#1{% \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\appendixno by 1 \gdef\chaplevelprefix{\appendixletter.}% \resetallfloatnos % % \putwordAppendix can contain complex things in translations. \toks0=\expandafter{\putwordAppendix}% \message{\the\toks0 \space \appendixletter}% % \chapmacro{#1}{Yappendix}{\appendixletter}% % \global\let\section = \appendixsec \global\let\subsection = \appendixsubsec \global\let\subsubsection = \appendixsubsubsec } % normally unnmhead0 calls unnumberedzzz: \outer\parseargdef\unnumbered{\unnmhead0{#1}} \def\unnumberedzzz#1{% \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 \global\advance\unnumberedno by 1 % % Since an unnumbered has no number, no prefix for figures. \global\let\chaplevelprefix = \empty \resetallfloatnos % % This used to be simply \message{#1}, but TeX fully expands the % argument to \message. Therefore, if #1 contained @-commands, TeX % expanded them. For example, in `@unnumbered The @cite{Book}', TeX % expanded @cite (which turns out to cause errors because \cite is meant % to be executed, not expanded). % % Anyway, we don't want the fully-expanded definition of @cite to appear % as a result of the \message, we just want `@cite' itself. We use % \the<toks register> to achieve this: TeX expands \the<toks> only once, % simply yielding the contents of <toks register>. (We also do this for % the toc entries.) \toks0 = {#1}% \message{(\the\toks0)}% % \chapmacro{#1}{Ynothing}{\the\unnumberedno}% % \global\let\section = \unnumberedsec \global\let\subsection = \unnumberedsubsec \global\let\subsubsection = \unnumberedsubsubsec } % @centerchap is like @unnumbered, but the heading is centered. \outer\parseargdef\centerchap{% % Well, we could do the following in a group, but that would break % an assumption that \chapmacro is called at the outermost level. % Thus we are safer this way: --kasal, 24feb04 \let\centerparametersmaybe = \centerparameters \unnmhead0{#1}% \let\centerparametersmaybe = \relax } % @top is like @unnumbered. \let\top\unnumbered % Sections. % \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz \def\seczzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}% } % normally calls appendixsectionzzz: \outer\parseargdef\appendixsection{\apphead1{#1}} \def\appendixsectionzzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}% } \let\appendixsec\appendixsection % normally calls unnumberedseczzz: \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} \def\unnumberedseczzz#1{% \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% } % Subsections. % % normally calls numberedsubseczzz: \outer\parseargdef\numberedsubsec{\numhead2{#1}} \def\numberedsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}% } % normally calls appendixsubseczzz: \outer\parseargdef\appendixsubsec{\apphead2{#1}} \def\appendixsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Yappendix}% {\appendixletter.\the\secno.\the\subsecno}% } % normally calls unnumberedsubseczzz: \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} \def\unnumberedsubseczzz#1{% \global\subsubsecno=0 \global\advance\subsecno by 1 \sectionheading{#1}{subsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno}% } % Subsubsections. % % normally numberedsubsubseczzz: \outer\parseargdef\numberedsubsubsec{\numhead3{#1}} \def\numberedsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Ynumbered}% {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}% } % normally appendixsubsubseczzz: \outer\parseargdef\appendixsubsubsec{\apphead3{#1}} \def\appendixsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Yappendix}% {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}% } % normally unnumberedsubsubseczzz: \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} \def\unnumberedsubsubseczzz#1{% \global\advance\subsubsecno by 1 \sectionheading{#1}{subsubsec}{Ynothing}% {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}% } % These macros control what the section commands do, according % to what kind of chapter we are in (ordinary, appendix, or unnumbered). % Define them by default for a numbered chapter. \let\section = \numberedsec \let\subsection = \numberedsubsec \let\subsubsection = \numberedsubsubsec % Define @majorheading, @heading and @subheading % NOTE on use of \vbox for chapter headings, section headings, and such: % 1) We use \vbox rather than the earlier \line to permit % overlong headings to fold. % 2) \hyphenpenalty is set to 10000 because hyphenation in a % heading is obnoxious; this forbids it. % 3) Likewise, headings look best if no \parindent is used, and % if justification is not attempted. Hence \raggedright. \def\majorheading{% {\advance\chapheadingskip by 10pt \chapbreak }% \parsearg\chapheadingzzz } \def\chapheading{\chapbreak \parsearg\chapheadingzzz} \def\chapheadingzzz#1{% {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 \parindent=0pt\ptexraggedright \rmisbold #1\hfill}}% \bigskip \par\penalty 200\relax \suppressfirstparagraphindent } % @heading, @subheading, @subsubheading. \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{} \suppressfirstparagraphindent} \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{} \suppressfirstparagraphindent} \parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{} \suppressfirstparagraphindent} % These macros generate a chapter, section, etc. heading only % (including whitespace, linebreaking, etc. around it), % given all the information in convenient, parsed form. % Args are the skip and penalty (usually negative) \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi} % Parameter controlling skip before chapter headings (if needed) \newskip\chapheadingskip % Define plain chapter starts, and page on/off switching for it. \def\chapbreak{\dobreak \chapheadingskip {-4000}} \def\chappager{\par\vfill\supereject} % Because \domark is called before \chapoddpage, the filler page will % get the headings for the next chapter, which is wrong. But we don't % care -- we just disable all headings on the filler page. \def\chapoddpage{% \chappager \ifodd\pageno \else \begingroup \headingsoff \null \chappager \endgroup \fi } \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname} \def\CHAPPAGoff{% \global\let\contentsalignmacro = \chappager \global\let\pchapsepmacro=\chapbreak \global\let\pagealignmacro=\chappager} \def\CHAPPAGon{% \global\let\contentsalignmacro = \chappager \global\let\pchapsepmacro=\chappager \global\let\pagealignmacro=\chappager \global\def\HEADINGSon{\HEADINGSsingle}} \def\CHAPPAGodd{% \global\let\contentsalignmacro = \chapoddpage \global\let\pchapsepmacro=\chapoddpage \global\let\pagealignmacro=\chapoddpage \global\def\HEADINGSon{\HEADINGSdouble}} \CHAPPAGon % Chapter opening. % % #1 is the text, #2 is the section type (Ynumbered, Ynothing, % Yappendix, Yomitfromtoc), #3 the chapter number. % % To test against our argument. \def\Ynothingkeyword{Ynothing} \def\Yomitfromtockeyword{Yomitfromtoc} \def\Yappendixkeyword{Yappendix} % \def\chapmacro#1#2#3{% % Insert the first mark before the heading break (see notes for \domark). \let\prevchapterdefs=\lastchapterdefs \let\prevsectiondefs=\lastsectiondefs \gdef\lastsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}% \gdef\thissection{}}% % \def\temptype{#2}% \ifx\temptype\Ynothingkeyword \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% \gdef\thischapter{\thischaptername}}% \else\ifx\temptype\Yomitfromtockeyword \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% \gdef\thischapter{}}% \else\ifx\temptype\Yappendixkeyword \toks0={#1}% \xdef\lastchapterdefs{% \gdef\noexpand\thischaptername{\the\toks0}% \gdef\noexpand\thischapternum{\appendixletter}% % \noexpand\putwordAppendix avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thischapter{\noexpand\putwordAppendix{} \noexpand\thischapternum: \noexpand\thischaptername}% }% \else \toks0={#1}% \xdef\lastchapterdefs{% \gdef\noexpand\thischaptername{\the\toks0}% \gdef\noexpand\thischapternum{\the\chapno}% % \noexpand\putwordChapter avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thischapter{\noexpand\putwordChapter{} \noexpand\thischapternum: \noexpand\thischaptername}% }% \fi\fi\fi % % Output the mark. Pass it through \safewhatsit, to take care of % the preceding space. \safewhatsit\domark % % Insert the chapter heading break. \pchapsepmacro % % Now the second mark, after the heading break. No break points % between here and the heading. \let\prevchapterdefs=\lastchapterdefs \let\prevsectiondefs=\lastsectiondefs \domark % {% \chapfonts \rmisbold % % Have to define \lastsection before calling \donoderef, because the % xref code eventually uses it. On the other hand, it has to be called % after \pchapsepmacro, or the headline will change too soon. \gdef\lastsection{#1}% % % Only insert the separating space if we have a chapter/appendix % number, and don't print the unnumbered ``number''. \ifx\temptype\Ynothingkeyword \setbox0 = \hbox{}% \def\toctype{unnchap}% \else\ifx\temptype\Yomitfromtockeyword \setbox0 = \hbox{}% contents like unnumbered, but no toc entry \def\toctype{omit}% \else\ifx\temptype\Yappendixkeyword \setbox0 = \hbox{\putwordAppendix{} #3\enspace}% \def\toctype{app}% \else \setbox0 = \hbox{#3\enspace}% \def\toctype{numchap}% \fi\fi\fi % % Write the toc entry for this chapter. Must come before the % \donoderef, because we include the current node name in the toc % entry, and \donoderef resets it to empty. \writetocentry{\toctype}{#1}{#3}% % % For pdftex, we have to write out the node definition (aka, make % the pdfdest) after any page break, but before the actual text has % been typeset. If the destination for the pdf outline is after the % text, then jumping from the outline may wind up with the text not % being visible, for instance under high magnification. \donoderef{#2}% % % Typeset the actual heading. \nobreak % Avoid page breaks at the interline glue. \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright \hangindent=\wd0 \centerparametersmaybe \unhbox0 #1\par}% }% \nobreak\bigskip % no page break after a chapter title \nobreak } % @centerchap -- centered and unnumbered. \let\centerparametersmaybe = \relax \def\centerparameters{% \advance\rightskip by 3\rightskip \leftskip = \rightskip \parfillskip = 0pt } % I don't think this chapter style is supported any more, so I'm not % updating it with the new noderef stuff. We'll see. --karl, 11aug03. % \def\setchapterstyle #1 {\csname CHAPF#1\endcsname} % \def\unnchfopen #1{% \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 \parindent=0pt\ptexraggedright \rmisbold #1\hfill}}\bigskip \par\nobreak } \def\chfopen #1#2{\chapoddpage {\chapfonts \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}% \par\penalty 5000 % } \def\centerchfopen #1{% \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 \parindent=0pt \hfill {\rmisbold #1}\hfill}}\bigskip \par\nobreak } \def\CHAPFopen{% \global\let\chapmacro=\chfopen \global\let\centerchapmacro=\centerchfopen} % Section titles. These macros combine the section number parts and % call the generic \sectionheading to do the printing. % \newskip\secheadingskip \def\secheadingbreak{\dobreak \secheadingskip{-1000}} % Subsection titles. \newskip\subsecheadingskip \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}} % Subsubsection titles. \def\subsubsecheadingskip{\subsecheadingskip} \def\subsubsecheadingbreak{\subsecheadingbreak} % Print any size, any type, section title. % % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the % section number. % \def\seckeyword{sec} % \def\sectionheading#1#2#3#4{% {% \checkenv{}% should not be in an environment. % % Switch to the right set of fonts. \csname #2fonts\endcsname \rmisbold % \def\sectionlevel{#2}% \def\temptype{#3}% % % Insert first mark before the heading break (see notes for \domark). \let\prevsectiondefs=\lastsectiondefs \ifx\temptype\Ynothingkeyword \ifx\sectionlevel\seckeyword \gdef\lastsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}% \gdef\thissection{\thissectionname}}% \fi \else\ifx\temptype\Yomitfromtockeyword % Don't redefine \thissection. \else\ifx\temptype\Yappendixkeyword \ifx\sectionlevel\seckeyword \toks0={#1}% \xdef\lastsectiondefs{% \gdef\noexpand\thissectionname{\the\toks0}% \gdef\noexpand\thissectionnum{#4}% % \noexpand\putwordSection avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thissection{\noexpand\putwordSection{} \noexpand\thissectionnum: \noexpand\thissectionname}% }% \fi \else \ifx\sectionlevel\seckeyword \toks0={#1}% \xdef\lastsectiondefs{% \gdef\noexpand\thissectionname{\the\toks0}% \gdef\noexpand\thissectionnum{#4}% % \noexpand\putwordSection avoids expanding indigestible % commands in some of the translations. \gdef\noexpand\thissection{\noexpand\putwordSection{} \noexpand\thissectionnum: \noexpand\thissectionname}% }% \fi \fi\fi\fi % % Go into vertical mode. Usually we'll already be there, but we % don't want the following whatsit to end up in a preceding paragraph % if the document didn't happen to have a blank line. \par % % Output the mark. Pass it through \safewhatsit, to take care of % the preceding space. \safewhatsit\domark % % Insert space above the heading. \csname #2headingbreak\endcsname % % Now the second mark, after the heading break. No break points % between here and the heading. \let\prevsectiondefs=\lastsectiondefs \domark % % Only insert the space after the number if we have a section number. \ifx\temptype\Ynothingkeyword \setbox0 = \hbox{}% \def\toctype{unn}% \gdef\lastsection{#1}% \else\ifx\temptype\Yomitfromtockeyword % for @headings -- no section number, don't include in toc, % and don't redefine \lastsection. \setbox0 = \hbox{}% \def\toctype{omit}% \let\sectionlevel=\empty \else\ifx\temptype\Yappendixkeyword \setbox0 = \hbox{#4\enspace}% \def\toctype{app}% \gdef\lastsection{#1}% \else \setbox0 = \hbox{#4\enspace}% \def\toctype{num}% \gdef\lastsection{#1}% \fi\fi\fi % % Write the toc entry (before \donoderef). See comments in \chapmacro. \writetocentry{\toctype\sectionlevel}{#1}{#4}% % % Write the node reference (= pdf destination for pdftex). % Again, see comments in \chapmacro. \donoderef{#3}% % % Interline glue will be inserted when the vbox is completed. % That glue will be a valid breakpoint for the page, since it'll be % preceded by a whatsit (usually from the \donoderef, or from the % \writetocentry if there was no node). We don't want to allow that % break, since then the whatsits could end up on page n while the % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000. \nobreak % % Output the actual section heading. \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright \hangindent=\wd0 % zero if no section number \unhbox0 #1}% }% % Add extra space after the heading -- half of whatever came above it. % Don't allow stretch, though. \kern .5 \csname #2headingskip\endcsname % % Do not let the kern be a potential breakpoint, as it would be if it % was followed by glue. \nobreak % % We'll almost certainly start a paragraph next, so don't let that % glue accumulate. (Not a breakpoint because it's preceded by a % discardable item.) \vskip-\parskip % % This is purely so the last item on the list is a known \penalty > % 10000. This is so \startdefun can avoid allowing breakpoints after % section headings. Otherwise, it would insert a valid breakpoint between: % @section sec-whatever % @deffn def-whatever \penalty 10001 } \message{toc,} % Table of contents. \newwrite\tocfile % Write an entry to the toc file, opening it if necessary. % Called from @chapter, etc. % % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno} % We append the current node name (if any) and page number as additional % arguments for the \{chap,sec,...}entry macros which will eventually % read this. The node name is used in the pdf outlines as the % destination to jump to. % % We open the .toc file for writing here instead of at @setfilename (or % any other fixed time) so that @contents can be anywhere in the document. % But if #1 is `omit', then we don't do anything. This is used for the % table of contents chapter openings themselves. % \newif\iftocfileopened \def\omitkeyword{omit}% % \def\writetocentry#1#2#3{% \edef\writetoctype{#1}% \ifx\writetoctype\omitkeyword \else \iftocfileopened\else \immediate\openout\tocfile = \jobname.toc \global\tocfileopenedtrue \fi % \iflinks {\atdummies \edef\temp{% \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}% \temp }% \fi \fi % % Tell \shipout to create a pdf destination on each page, if we're % writing pdf. These are used in the table of contents. We can't % just write one on every page because the title pages are numbered % 1 and 2 (the page numbers aren't printed), and so are the first % two pages of the document. Thus, we'd have two destinations named % `1', and two named `2'. \ifpdf \global\pdfmakepagedesttrue \fi } % These characters do not print properly in the Computer Modern roman % fonts, so we must take special care. This is more or less redundant % with the Texinfo input format setup at the end of this file. % \def\activecatcodes{% \catcode`\"=\active \catcode`\$=\active \catcode`\<=\active \catcode`\>=\active \catcode`\\=\active \catcode`\^=\active \catcode`\_=\active \catcode`\|=\active \catcode`\~=\active } % Read the toc file, which is essentially Texinfo input. \def\readtocfile{% \setupdatafile \activecatcodes \input \tocreadfilename } \newskip\contentsrightmargin \contentsrightmargin=1in \newcount\savepageno \newcount\lastnegativepageno \lastnegativepageno = -1 % Prepare to read what we've written to \tocfile. % \def\startcontents#1{% % If @setchapternewpage on, and @headings double, the contents should % start on an odd page, unlike chapters. Thus, we maintain % \contentsalignmacro in parallel with \pagealignmacro. % From: Torbjorn Granlund <tege@matematik.su.se> \contentsalignmacro \immediate\closeout\tocfile % % Don't need to put `Contents' or `Short Contents' in the headline. % It is abundantly clear what they are. \chapmacro{#1}{Yomitfromtoc}{}% % \savepageno = \pageno \begingroup % Set up to handle contents files properly. \raggedbottom % Worry more about breakpoints than the bottom. \advance\hsize by -\contentsrightmargin % Don't use the full line length. % % Roman numerals for page numbers. \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi } % redefined for the two-volume lispref. We always output on % \jobname.toc even if this is redefined. % \def\tocreadfilename{\jobname.toc} % Normal (long) toc. % \def\contents{% \startcontents{\putwordTOC}% \openin 1 \tocreadfilename\space \ifeof 1 \else \readtocfile \fi \vfill \eject \contentsalignmacro % in case @setchapternewpage odd is in effect \ifeof 1 \else \pdfmakeoutlines \fi \closein 1 \endgroup \lastnegativepageno = \pageno \global\pageno = \savepageno } % And just the chapters. \def\summarycontents{% \startcontents{\putwordShortTOC}% % \let\partentry = \shortpartentry \let\numchapentry = \shortchapentry \let\appentry = \shortchapentry \let\unnchapentry = \shortunnchapentry % We want a true roman here for the page numbers. \secfonts \let\rm=\shortcontrm \let\bf=\shortcontbf \let\sl=\shortcontsl \let\tt=\shortconttt \rm \hyphenpenalty = 10000 \advance\baselineskip by 1pt % Open it up a little. \def\numsecentry##1##2##3##4{} \let\appsecentry = \numsecentry \let\unnsecentry = \numsecentry \let\numsubsecentry = \numsecentry \let\appsubsecentry = \numsecentry \let\unnsubsecentry = \numsecentry \let\numsubsubsecentry = \numsecentry \let\appsubsubsecentry = \numsecentry \let\unnsubsubsecentry = \numsecentry \openin 1 \tocreadfilename\space \ifeof 1 \else \readtocfile \fi \closein 1 \vfill \eject \contentsalignmacro % in case @setchapternewpage odd is in effect \endgroup \lastnegativepageno = \pageno \global\pageno = \savepageno } \let\shortcontents = \summarycontents % Typeset the label for a chapter or appendix for the short contents. % The arg is, e.g., `A' for an appendix, or `3' for a chapter. % \def\shortchaplabel#1{% % This space should be enough, since a single number is .5em, and the % widest letter (M) is 1em, at least in the Computer Modern fonts. % But use \hss just in case. % (This space doesn't include the extra space that gets added after % the label; that gets put in by \shortchapentry above.) % % We'd like to right-justify chapter numbers, but that looks strange % with appendix letters. And right-justifying numbers and % left-justifying letters looks strange when there is less than 10 % chapters. Have to read the whole toc once to know how many chapters % there are before deciding ... \hbox to 1em{#1\hss}% } % These macros generate individual entries in the table of contents. % The first argument is the chapter or section name. % The last argument is the page number. % The arguments in between are the chapter number, section number, ... % Parts, in the main contents. Replace the part number, which doesn't % exist, with an empty box. Let's hope all the numbers have the same width. % Also ignore the page number, which is conventionally not printed. \def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}} \def\partentry#1#2#3#4{\dochapentry{\numeralbox\labelspace#1}{}} % % Parts, in the short toc. \def\shortpartentry#1#2#3#4{% \penalty-300 \vskip.5\baselineskip plus.15\baselineskip minus.1\baselineskip \shortchapentry{{\bf #1}}{\numeralbox}{}{}% } % Chapters, in the main contents. \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}} % % Chapters, in the short toc. % See comments in \dochapentry re vbox and related settings. \def\shortchapentry#1#2#3#4{% \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}% } % Appendices, in the main contents. % Need the word Appendix, and a fixed-size box. % \def\appendixbox#1{% % We use M since it's probably the widest letter. \setbox0 = \hbox{\putwordAppendix{} M}% \hbox to \wd0{\putwordAppendix{} #1\hss}} % \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\labelspace#1}{#4}} % Unnumbered chapters. \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}} \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}} % Sections. \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}} \let\appsecentry=\numsecentry \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}} % Subsections. \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}} \let\appsubsecentry=\numsubsecentry \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}} % And subsubsections. \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}} \let\appsubsubsecentry=\numsubsubsecentry \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}} % This parameter controls the indentation of the various levels. % Same as \defaultparindent. \newdimen\tocindent \tocindent = 15pt % Now for the actual typesetting. In all these, #1 is the text and #2 is the % page number. % % If the toc has to be broken over pages, we want it to be at chapters % if at all possible; hence the \penalty. \def\dochapentry#1#2{% \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip \begingroup \chapentryfonts \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup \nobreak\vskip .25\baselineskip plus.1\baselineskip } \def\dosecentry#1#2{\begingroup \secentryfonts \leftskip=\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} \def\dosubsecentry#1#2{\begingroup \subsecentryfonts \leftskip=2\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} \def\dosubsubsecentry#1#2{\begingroup \subsubsecentryfonts \leftskip=3\tocindent \tocentry{#1}{\dopageno\bgroup#2\egroup}% \endgroup} % We use the same \entry macro as for the index entries. \let\tocentry = \entry % Space between chapter (or whatever) number and the title. \def\labelspace{\hskip1em \relax} \def\dopageno#1{{\rm #1}} \def\doshortpageno#1{{\rm #1}} \def\chapentryfonts{\secfonts \rm} \def\secentryfonts{\textfonts} \def\subsecentryfonts{\textfonts} \def\subsubsecentryfonts{\textfonts} \message{environments,} % @foo ... @end foo. % @tex ... @end tex escapes into raw TeX temporarily. % One exception: @ is still an escape character, so that @end tex works. % But \@ or @@ will get a plain @ character. \envdef\tex{% \setupmarkupstyle{tex}% \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie \catcode `\%=14 \catcode `\+=\other \catcode `\"=\other \catcode `\|=\other \catcode `\<=\other \catcode `\>=\other \catcode`\`=\other \catcode`\'=\other \escapechar=`\\ % % ' is active in math mode (mathcode"8000). So reset it, and all our % other math active characters (just in case), to plain's definitions. \mathactive % \let\b=\ptexb \let\bullet=\ptexbullet \let\c=\ptexc \let\,=\ptexcomma \let\.=\ptexdot \let\dots=\ptexdots \let\equiv=\ptexequiv \let\!=\ptexexclam \let\i=\ptexi \let\indent=\ptexindent \let\noindent=\ptexnoindent \let\{=\ptexlbrace \let\+=\tabalign \let\}=\ptexrbrace \let\/=\ptexslash \let\*=\ptexstar \let\t=\ptext \expandafter \let\csname top\endcsname=\ptextop % outer \let\frenchspacing=\plainfrenchspacing % \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}% \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}% \def\@{@}% } % There is no need to define \Etex. % Define @lisp ... @end lisp. % @lisp environment forms a group so it can rebind things, % including the definition of @end lisp (which normally is erroneous). % Amount to narrow the margins by for @lisp. \newskip\lispnarrowing \lispnarrowing=0.4in % This is the definition that ^^M gets inside @lisp, @example, and other % such environments. \null is better than a space, since it doesn't % have any width. \def\lisppar{\null\endgraf} % This space is always present above and below environments. \newskip\envskipamount \envskipamount = 0pt % Make spacing and below environment symmetrical. We use \parskip here % to help in doing that, since in @example-like environments \parskip % is reset to zero; thus the \afterenvbreak inserts no space -- but the % start of the next paragraph will insert \parskip. % \def\aboveenvbreak{{% % =10000 instead of <10000 because of a special case in \itemzzz and % \sectionheading, q.v. \ifnum \lastpenalty=10000 \else \advance\envskipamount by \parskip \endgraf \ifdim\lastskip<\envskipamount \removelastskip % it's not a good place to break if the last penalty was \nobreak % or better ... \ifnum\lastpenalty<10000 \penalty-50 \fi \vskip\envskipamount \fi \fi }} \let\afterenvbreak = \aboveenvbreak % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will % also clear it, so that its embedded environments do the narrowing again. \let\nonarrowing=\relax % @cartouche ... @end cartouche: draw rectangle w/rounded corners around % environment contents. \font\circle=lcircle10 \newdimen\circthick \newdimen\cartouter\newdimen\cartinner \newskip\normbskip\newskip\normpskip\newskip\normlskip \circthick=\fontdimen8\circle % \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth \def\ctr{{\hskip 6pt\circle\char'010}} \def\cbl{{\circle\char'012\hskip -6pt}} \def\cbr{{\hskip 6pt\circle\char'011}} \def\carttop{\hbox to \cartouter{\hskip\lskip \ctl\leaders\hrule height\circthick\hfil\ctr \hskip\rskip}} \def\cartbot{\hbox to \cartouter{\hskip\lskip \cbl\leaders\hrule height\circthick\hfil\cbr \hskip\rskip}} % \newskip\lskip\newskip\rskip \envdef\cartouche{% \ifhmode\par\fi % can't be in the midst of a paragraph. \startsavinginserts \lskip=\leftskip \rskip=\rightskip \leftskip=0pt\rightskip=0pt % we want these *outside*. \cartinner=\hsize \advance\cartinner by-\lskip \advance\cartinner by-\rskip \cartouter=\hsize \advance\cartouter by 18.4pt % allow for 3pt kerns on either % side, and for 6pt waste from % each corner char, and rule thickness \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip % Flag to tell @lisp, etc., not to narrow margin. \let\nonarrowing = t% % % If this cartouche directly follows a sectioning command, we need the % \parskip glue (backspaced over by default) or the cartouche can % collide with the section heading. \ifnum\lastpenalty>10000 \vskip\parskip \fi % \vbox\bgroup \baselineskip=0pt\parskip=0pt\lineskip=0pt \carttop \hbox\bgroup \hskip\lskip \vrule\kern3pt \vbox\bgroup \kern3pt \hsize=\cartinner \baselineskip=\normbskip \lineskip=\normlskip \parskip=\normpskip \vskip -\parskip \comment % For explanation, see the end of def\group. } \def\Ecartouche{% \ifhmode\par\fi \kern3pt \egroup \kern3pt\vrule \hskip\rskip \egroup \cartbot \egroup \checkinserts } % This macro is called at the beginning of all the @example variants, % inside a group. \newdimen\nonfillparindent \def\nonfillstart{% \aboveenvbreak \hfuzz = 12pt % Don't be fussy \sepspaces % Make spaces be word-separators rather than space tokens. \let\par = \lisppar % don't ignore blank lines \obeylines % each line of input is a line of output \parskip = 0pt % Turn off paragraph indentation but redefine \indent to emulate % the normal \indent. \nonfillparindent=\parindent \parindent = 0pt \let\indent\nonfillindent % \emergencystretch = 0pt % don't try to avoid overfull boxes \ifx\nonarrowing\relax \advance \leftskip by \lispnarrowing \exdentamount=\lispnarrowing \else \let\nonarrowing = \relax \fi \let\exdent=\nofillexdent } \begingroup \obeyspaces % We want to swallow spaces (but not other tokens) after the fake % @indent in our nonfill-environments, where spaces are normally % active and set to @tie, resulting in them not being ignored after % @indent. \gdef\nonfillindent{\futurelet\temp\nonfillindentcheck}% \gdef\nonfillindentcheck{% \ifx\temp % \expandafter\nonfillindentgobble% \else% \leavevmode\nonfillindentbox% \fi% }% \endgroup \def\nonfillindentgobble#1{\nonfillindent} \def\nonfillindentbox{\hbox to \nonfillparindent{\hss}} % If you want all examples etc. small: @set dispenvsize small. % If you want even small examples the full size: @set dispenvsize nosmall. % This affects the following displayed environments: % @example, @display, @format, @lisp % \def\smallword{small} \def\nosmallword{nosmall} \let\SETdispenvsize\relax \def\setnormaldispenv{% \ifx\SETdispenvsize\smallword % end paragraph for sake of leading, in case document has no blank % line. This is redundant with what happens in \aboveenvbreak, but % we need to do it before changing the fonts, and it's inconvenient % to change the fonts afterward. \ifnum \lastpenalty=10000 \else \endgraf \fi \smallexamplefonts \rm \fi } \def\setsmalldispenv{% \ifx\SETdispenvsize\nosmallword \else \ifnum \lastpenalty=10000 \else \endgraf \fi \smallexamplefonts \rm \fi } % We often define two environments, @foo and @smallfoo. % Let's do it in one command. #1 is the env name, #2 the definition. \def\makedispenvdef#1#2{% \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}% \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2}% \expandafter\let\csname E#1\endcsname \afterenvbreak \expandafter\let\csname Esmall#1\endcsname \afterenvbreak } % Define two environment synonyms (#1 and #2) for an environment. \def\maketwodispenvdef#1#2#3{% \makedispenvdef{#1}{#3}% \makedispenvdef{#2}{#3}% } % % @lisp: indented, narrowed, typewriter font; % @example: same as @lisp. % % @smallexample and @smalllisp: use smaller fonts. % Originally contributed by Pavel@xerox. % \maketwodispenvdef{lisp}{example}{% \nonfillstart \tt\setupmarkupstyle{example}% \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. \gobble % eat return } % @display/@smalldisplay: same as @lisp except keep current font. % \makedispenvdef{display}{% \nonfillstart \gobble } % @format/@smallformat: same as @display except don't narrow margins. % \makedispenvdef{format}{% \let\nonarrowing = t% \nonfillstart \gobble } % @flushleft: same as @format, but doesn't obey \SETdispenvsize. \envdef\flushleft{% \let\nonarrowing = t% \nonfillstart \gobble } \let\Eflushleft = \afterenvbreak % @flushright. % \envdef\flushright{% \let\nonarrowing = t% \nonfillstart \advance\leftskip by 0pt plus 1fill\relax \gobble } \let\Eflushright = \afterenvbreak % @raggedright does more-or-less normal line breaking but no right % justification. From plain.tex. \envdef\raggedright{% \rightskip0pt plus2em \spaceskip.3333em \xspaceskip.5em\relax } \let\Eraggedright\par \envdef\raggedleft{% \parindent=0pt \leftskip0pt plus2em \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt \hbadness=10000 % Last line will usually be underfull, so turn off % badness reporting. } \let\Eraggedleft\par \envdef\raggedcenter{% \parindent=0pt \rightskip0pt plus1em \leftskip0pt plus1em \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt \hbadness=10000 % Last line will usually be underfull, so turn off % badness reporting. } \let\Eraggedcenter\par % @quotation does normal linebreaking (hence we can't use \nonfillstart) % and narrows the margins. We keep \parskip nonzero in general, since % we're doing normal filling. So, when using \aboveenvbreak and % \afterenvbreak, temporarily make \parskip 0. % \makedispenvdef{quotation}{\quotationstart} % \def\quotationstart{% {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip \parindent=0pt % % @cartouche defines \nonarrowing to inhibit narrowing at next level down. \ifx\nonarrowing\relax \advance\leftskip by \lispnarrowing \advance\rightskip by \lispnarrowing \exdentamount = \lispnarrowing \else \let\nonarrowing = \relax \fi \parsearg\quotationlabel } % We have retained a nonzero parskip for the environment, since we're % doing normal filling. % \def\Equotation{% \par \ifx\quotationauthor\thisisundefined\else % indent a bit. \leftline{\kern 2\leftskip \sl ---\quotationauthor}% \fi {\parskip=0pt \afterenvbreak}% } \def\Esmallquotation{\Equotation} % If we're given an argument, typeset it in bold with a colon after. \def\quotationlabel#1{% \def\temp{#1}% \ifx\temp\empty \else {\bf #1: }% \fi } % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>} % If we want to allow any <char> as delimiter, % we need the curly braces so that makeinfo sees the @verb command, eg: % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org % % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook. % % [Knuth] p.344; only we need to do the other characters Texinfo sets % active too. Otherwise, they get lost as the first character on a % verbatim line. \def\dospecials{% \do\ \do\\\do\{\do\}\do\$\do\&% \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~% \do\<\do\>\do\|\do\@\do+\do\"% % Don't do the quotes -- if we do, @set txicodequoteundirected and % @set txicodequotebacktick will not have effect on @verb and % @verbatim, and ?` and !` ligatures won't get disabled. %\do\`\do\'% } % % [Knuth] p. 380 \def\uncatcodespecials{% \def\do##1{\catcode`##1=\other}\dospecials} % % Setup for the @verb command. % % Eight spaces for a tab \begingroup \catcode`\^^I=\active \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }} \endgroup % \def\setupverb{% \tt % easiest (and conventionally used) font for verbatim \def\par{\leavevmode\endgraf}% \setupmarkupstyle{verb}% \tabeightspaces % Respect line breaks, % print special symbols as themselves, and % make each space count % must do in this order: \obeylines \uncatcodespecials \sepspaces } % Setup for the @verbatim environment % % Real tab expansion. \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount % % We typeset each line of the verbatim in an \hbox, so we can handle % tabs. The \global is in case the verbatim line starts with an accent, % or some other command that starts with a begin-group. Otherwise, the % entire \verbbox would disappear at the corresponding end-group, before % it is typeset. Meanwhile, we can't have nested verbatim commands % (can we?), so the \global won't be overwriting itself. \newbox\verbbox \def\starttabbox{\global\setbox\verbbox=\hbox\bgroup} % \begingroup \catcode`\^^I=\active \gdef\tabexpand{% \catcode`\^^I=\active \def^^I{\leavevmode\egroup \dimen\verbbox=\wd\verbbox % the width so far, or since the previous tab \divide\dimen\verbbox by\tabw \multiply\dimen\verbbox by\tabw % compute previous multiple of \tabw \advance\dimen\verbbox by\tabw % advance to next multiple of \tabw \wd\verbbox=\dimen\verbbox \box\verbbox \starttabbox }% } \endgroup % start the verbatim environment. \def\setupverbatim{% \let\nonarrowing = t% \nonfillstart \tt % easiest (and conventionally used) font for verbatim % The \leavevmode here is for blank lines. Otherwise, we would % never \starttabox and the \egroup would end verbatim mode. \def\par{\leavevmode\egroup\box\verbbox\endgraf}% \tabexpand \setupmarkupstyle{verbatim}% % Respect line breaks, % print special symbols as themselves, and % make each space count. % Must do in this order: \obeylines \uncatcodespecials \sepspaces \everypar{\starttabbox}% } % Do the @verb magic: verbatim text is quoted by unique % delimiter characters. Before first delimiter expect a % right brace, after last delimiter expect closing brace: % % \def\doverb'{'<char>#1<char>'}'{#1} % % [Knuth] p. 382; only eat outer {} \begingroup \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next] \endgroup % \def\verb{\begingroup\setupverb\doverb} % % % Do the @verbatim magic: define the macro \doverbatim so that % the (first) argument ends when '@end verbatim' is reached, ie: % % \def\doverbatim#1@end verbatim{#1} % % For Texinfo it's a lot easier than for LaTeX, % because texinfo's \verbatim doesn't stop at '\end{verbatim}': % we need not redefine '\', '{' and '}'. % % Inspired by LaTeX's verbatim command set [latex.ltx] % \begingroup \catcode`\ =\active \obeylines % % ignore everything up to the first ^^M, that's the newline at the end % of the @verbatim input line itself. Otherwise we get an extra blank % line in the output. \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}% % We really want {...\end verbatim} in the body of the macro, but % without the active space; thus we have to use \xdef and \gobble. \endgroup % \envdef\verbatim{% \setupverbatim\doverbatim } \let\Everbatim = \afterenvbreak % @verbatiminclude FILE - insert text of file in verbatim environment. % \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude} % \def\doverbatiminclude#1{% {% \makevalueexpandable \setupverbatim \indexnofonts % Allow `@@' and other weird things in file names. \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% \input #1 \afterenvbreak }% } % @copying ... @end copying. % Save the text away for @insertcopying later. % % We save the uninterpreted tokens, rather than creating a box. % Saving the text in a box would be much easier, but then all the % typesetting commands (@smallbook, font changes, etc.) have to be done % beforehand -- and a) we want @copying to be done first in the source % file; b) letting users define the frontmatter in as flexible order as % possible is very desirable. % \def\copying{\checkenv{}\begingroup\scanargctxt\docopying} \def\docopying#1@end copying{\endgroup\def\copyingtext{#1}} % \def\insertcopying{% \begingroup \parindent = 0pt % paragraph indentation looks wrong on title page \scanexp\copyingtext \endgroup } \message{defuns,} % @defun etc. \newskip\defbodyindent \defbodyindent=.4in \newskip\defargsindent \defargsindent=50pt \newskip\deflastargmargin \deflastargmargin=18pt \newcount\defunpenalty % Start the processing of @deffn: \def\startdefun{% \ifnum\lastpenalty<10000 \medbreak \defunpenalty=10003 % Will keep this @deffn together with the % following @def command, see below. \else % If there are two @def commands in a row, we'll have a \nobreak, % which is there to keep the function description together with its % header. But if there's nothing but headers, we need to allow a % break somewhere. Check specifically for penalty 10002, inserted % by \printdefunline, instead of 10000, since the sectioning % commands also insert a nobreak penalty, and we don't want to allow % a break between a section heading and a defun. % % As a further refinement, we avoid "club" headers by signalling % with penalty of 10003 after the very first @deffn in the % sequence (see above), and penalty of 10002 after any following % @def command. \ifnum\lastpenalty=10002 \penalty2000 \else \defunpenalty=10002 \fi % % Similarly, after a section heading, do not allow a break. % But do insert the glue. \medskip % preceded by discardable penalty, so not a breakpoint \fi % \parindent=0in \advance\leftskip by \defbodyindent \exdentamount=\defbodyindent } \def\dodefunx#1{% % First, check whether we are in the right environment: \checkenv#1% % % As above, allow line break if we have multiple x headers in a row. % It's not a great place, though. \ifnum\lastpenalty=10002 \penalty3000 \else \defunpenalty=10002 \fi % % And now, it's time to reuse the body of the original defun: \expandafter\gobbledefun#1% } \def\gobbledefun#1\startdefun{} % \printdefunline \deffnheader{text} % \def\printdefunline#1#2{% \begingroup % call \deffnheader: #1#2 \endheader % common ending: \interlinepenalty = 10000 \advance\rightskip by 0pt plus 1fil\relax \endgraf \nobreak\vskip -\parskip \penalty\defunpenalty % signal to \startdefun and \dodefunx % Some of the @defun-type tags do not enable magic parentheses, % rendering the following check redundant. But we don't optimize. \checkparencounts \endgroup } \def\Edefun{\endgraf\medbreak} % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn; % the only thing remaining is to define \deffnheader. % \def\makedefun#1{% \expandafter\let\csname E#1\endcsname = \Edefun \edef\temp{\noexpand\domakedefun \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}% \temp } % \domakedefun \deffn \deffnx \deffnheader % % Define \deffn and \deffnx, without parameters. % \deffnheader has to be defined explicitly. % \def\domakedefun#1#2#3{% \envdef#1{% \startdefun \doingtypefnfalse % distinguish typed functions from all else \parseargusing\activeparens{\printdefunline#3}% }% \def#2{\dodefunx#1}% \def#3% } \newif\ifdoingtypefn % doing typed function? \newif\ifrettypeownline % typeset return type on its own line? % @deftypefnnewline on|off says whether the return type of typed functions % are printed on their own line. This affects @deftypefn, @deftypefun, % @deftypeop, and @deftypemethod. % \parseargdef\deftypefnnewline{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETtxideftypefnnl\endcsname = \empty \else\ifx\temp\offword \expandafter\let\csname SETtxideftypefnnl\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @txideftypefnnl value `\temp', must be on|off}% \fi\fi } % Untyped functions: % @deffn category name args \makedefun{deffn}{\deffngeneral{}} % @deffn category class name args \makedefun{defop}#1 {\defopon{#1\ \putwordon}} % \defopon {category on}class name args \def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } % \deffngeneral {subind}category name args % \def\deffngeneral#1#2 #3 #4\endheader{% % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}. \dosubind{fn}{\code{#3}}{#1}% \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}% } % Typed functions: % @deftypefn category type name args \makedefun{deftypefn}{\deftypefngeneral{}} % @deftypeop category class type name args \makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}} % \deftypeopon {category on}class type name args \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } % \deftypefngeneral {subind}category type name args % \def\deftypefngeneral#1#2 #3 #4 #5\endheader{% \dosubind{fn}{\code{#4}}{#1}% \doingtypefntrue \defname{#2}{#3}{#4}\defunargs{#5\unskip}% } % Typed variables: % @deftypevr category type var args \makedefun{deftypevr}{\deftypecvgeneral{}} % @deftypecv category class type var args \makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}} % \deftypecvof {category of}class type var args \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} } % \deftypecvgeneral {subind}category type var args % \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{% \dosubind{vr}{\code{#4}}{#1}% \defname{#2}{#3}{#4}\defunargs{#5\unskip}% } % Untyped variables: % @defvr category var args \makedefun{defvr}#1 {\deftypevrheader{#1} {} } % @defcv category class var args \makedefun{defcv}#1 {\defcvof{#1\ \putwordof}} % \defcvof {category of}class var args \def\defcvof#1#2 {\deftypecvof{#1}#2 {} } % Types: % @deftp category name args \makedefun{deftp}#1 #2 #3\endheader{% \doind{tp}{\code{#2}}% \defname{#1}{}{#2}\defunargs{#3\unskip}% } % Remaining @defun-like shortcuts: \makedefun{defun}{\deffnheader{\putwordDeffunc} } \makedefun{defmac}{\deffnheader{\putwordDefmac} } \makedefun{defspec}{\deffnheader{\putwordDefspec} } \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} } \makedefun{defvar}{\defvrheader{\putwordDefvar} } \makedefun{defopt}{\defvrheader{\putwordDefopt} } \makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} } \makedefun{defmethod}{\defopon\putwordMethodon} \makedefun{deftypemethod}{\deftypeopon\putwordMethodon} \makedefun{defivar}{\defcvof\putwordInstanceVariableof} \makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof} % \defname, which formats the name of the @def (not the args). % #1 is the category, such as "Function". % #2 is the return type, if any. % #3 is the function name. % % We are followed by (but not passed) the arguments, if any. % \def\defname#1#2#3{% \par % Get the values of \leftskip and \rightskip as they were outside the @def... \advance\leftskip by -\defbodyindent % % Determine if we are typesetting the return type of a typed function % on a line by itself. \rettypeownlinefalse \ifdoingtypefn % doing a typed function specifically? % then check user option for putting return type on its own line: \expandafter\ifx\csname SETtxideftypefnnl\endcsname\relax \else \rettypeownlinetrue \fi \fi % % How we'll format the category name. Putting it in brackets helps % distinguish it from the body text that may end up on the next line % just below it. \def\temp{#1}% \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi} % % Figure out line sizes for the paragraph shape. We'll always have at % least two. \tempnum = 2 % % The first line needs space for \box0; but if \rightskip is nonzero, % we need only space for the part of \box0 which exceeds it: \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip % % If doing a return type on its own line, we'll have another line. \ifrettypeownline \advance\tempnum by 1 \def\maybeshapeline{0in \hsize}% \else \def\maybeshapeline{}% \fi % % The continuations: \dimen2=\hsize \advance\dimen2 by -\defargsindent % % The final paragraph shape: \parshape \tempnum 0in \dimen0 \maybeshapeline \defargsindent \dimen2 % % Put the category name at the right margin. \noindent \hbox to 0pt{% \hfil\box0 \kern-\hsize % \hsize has to be shortened this way: \kern\leftskip % Intentionally do not respect \rightskip, since we need the space. }% % % Allow all lines to be underfull without complaint: \tolerance=10000 \hbadness=10000 \exdentamount=\defbodyindent {% % defun fonts. We use typewriter by default (used to be bold) because: % . we're printing identifiers, they should be in tt in principle. % . in languages with many accents, such as Czech or French, it's % common to leave accents off identifiers. The result looks ok in % tt, but exceedingly strange in rm. % . we don't want -- and --- to be treated as ligatures. % . this still does not fix the ?` and !` ligatures, but so far no % one has made identifiers using them :). \df \tt \def\temp{#2}% text of the return type \ifx\temp\empty\else \tclose{\temp}% typeset the return type \ifrettypeownline % put return type on its own line; prohibit line break following: \hfil\vadjust{\nobreak}\break \else \space % type on same line, so just followed by a space \fi \fi % no return type #3% output function name }% {\rm\enskip}% hskip 0.5 em of \tenrm % \boldbrax % arguments will be output next, if any. } % Print arguments in slanted roman (not ttsl), inconsistently with using % tt for the name. This is because literal text is sometimes needed in % the argument list (groff manual), and ttsl and tt are not very % distinguishable. Prevent hyphenation at `-' chars. % \def\defunargs#1{% % use sl by default (not ttsl), % tt for the names. \df \sl \hyphenchar\font=0 % % On the other hand, if an argument has two dashes (for instance), we % want a way to get ttsl. Let's try @var for that. \def\var##1{{\setupmarkupstyle{var}\ttslanted{##1}}}% #1% \sl\hyphenchar\font=45 } % We want ()&[] to print specially on the defun line. % \def\activeparens{% \catcode`\(=\active \catcode`\)=\active \catcode`\[=\active \catcode`\]=\active \catcode`\&=\active } % Make control sequences which act like normal parenthesis chars. \let\lparen = ( \let\rparen = ) % Be sure that we always have a definition for `(', etc. For example, % if the fn name has parens in it, \boldbrax will not be in effect yet, % so TeX would otherwise complain about undefined control sequence. { \activeparens \global\let(=\lparen \global\let)=\rparen \global\let[=\lbrack \global\let]=\rbrack \global\let& = \& \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb} \gdef\magicamp{\let&=\amprm} } \newcount\parencount % If we encounter &foo, then turn on ()-hacking afterwards \newif\ifampseen \def\amprm#1 {\ampseentrue{\bf\ }} \def\parenfont{% \ifampseen % At the first level, print parens in roman, % otherwise use the default font. \ifnum \parencount=1 \rm \fi \else % The \sf parens (in \boldbrax) actually are a little bolder than % the contained text. This is especially needed for [ and ] . \sf \fi } \def\infirstlevel#1{% \ifampseen \ifnum\parencount=1 #1% \fi \fi } \def\bfafterword#1 {#1 \bf} \def\opnr{% \global\advance\parencount by 1 {\parenfont(}% \infirstlevel \bfafterword } \def\clnr{% {\parenfont)}% \infirstlevel \sl \global\advance\parencount by -1 } \newcount\brackcount \def\lbrb{% \global\advance\brackcount by 1 {\bf[}% } \def\rbrb{% {\bf]}% \global\advance\brackcount by -1 } \def\checkparencounts{% \ifnum\parencount=0 \else \badparencount \fi \ifnum\brackcount=0 \else \badbrackcount \fi } % these should not use \errmessage; the glibc manual, at least, actually % has such constructs (when documenting function pointers). \def\badparencount{% \message{Warning: unbalanced parentheses in @def...}% \global\parencount=0 } \def\badbrackcount{% \message{Warning: unbalanced square brackets in @def...}% \global\brackcount=0 } \message{macros,} % @macro. % To do this right we need a feature of e-TeX, \scantokens, % which we arrange to emulate with a temporary file in ordinary TeX. \ifx\eTeXversion\thisisundefined \newwrite\macscribble \def\scantokens#1{% \toks0={#1}% \immediate\openout\macscribble=\jobname.tmp \immediate\write\macscribble{\the\toks0}% \immediate\closeout\macscribble \input \jobname.tmp } \fi \def\scanmacro#1{\begingroup \newlinechar`\^^M \let\xeatspaces\eatspaces % % Undo catcode changes of \startcontents and \doprintindex % When called from @insertcopying or (short)caption, we need active % backslash to get it printed correctly. Previously, we had % \catcode`\\=\other instead. We'll see whether a problem appears % with macro expansion. --kasal, 19aug04 \catcode`\@=0 \catcode`\\=\active \escapechar=`\@ % % ... and for \example: \spaceisspace % % The \empty here causes a following catcode 5 newline to be eaten as % part of reading whitespace after a control sequence. It does not % eat a catcode 13 newline. There's no good way to handle the two % cases (untried: maybe e-TeX's \everyeof could help, though plain TeX % would then have different behavior). See the Macro Details node in % the manual for the workaround we recommend for macros and % line-oriented commands. % \scantokens{#1\empty}% \endgroup} \def\scanexp#1{% \edef\temp{\noexpand\scanmacro{#1}}% \temp } \newcount\paramno % Count of parameters \newtoks\macname % Macro name \newif\ifrecursive % Is it recursive? % List of all defined macros in the form % \definedummyword\macro1\definedummyword\macro2... % Currently is also contains all @aliases; the list can be split % if there is a need. \def\macrolist{} % Add the macro to \macrolist \def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname} \def\addtomacrolistxxx#1{% \toks0 = \expandafter{\macrolist\definedummyword#1}% \xdef\macrolist{\the\toks0}% } % Utility routines. % This does \let #1 = #2, with \csnames; that is, % \let \csname#1\endcsname = \csname#2\endcsname % (except of course we have to play expansion games). % \def\cslet#1#2{% \expandafter\let \csname#1\expandafter\endcsname \csname#2\endcsname } % Trim leading and trailing spaces off a string. % Concepts from aro-bend problem 15 (see CTAN). {\catcode`\@=11 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }} \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@} \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @} \def\unbrace#1{#1} \unbrace{\gdef\trim@@@ #1 } #2@{#1} } % Trim a single trailing ^^M off a string. {\catcode`\^^M=\other \catcode`\Q=3% \gdef\eatcr #1{\eatcra #1Q^^MQ}% \gdef\eatcra#1^^MQ{\eatcrb#1Q}% \gdef\eatcrb#1Q#2Q{#1}% } % Macro bodies are absorbed as an argument in a context where % all characters are catcode 10, 11 or 12, except \ which is active % (as in normal texinfo). It is necessary to change the definition of \ % to recognize macro arguments; this is the job of \mbodybackslash. % % Non-ASCII encodings make 8-bit characters active, so un-activate % them to avoid their expansion. Must do this non-globally, to % confine the change to the current group. % % It's necessary to have hard CRs when the macro is executed. This is % done by making ^^M (\endlinechar) catcode 12 when reading the macro % body, and then making it the \newlinechar in \scanmacro. % \def\scanctxt{% used as subroutine \catcode`\"=\other \catcode`\+=\other \catcode`\<=\other \catcode`\>=\other \catcode`\@=\other \catcode`\^=\other \catcode`\_=\other \catcode`\|=\other \catcode`\~=\other \ifx\declaredencoding\ascii \else \setnonasciicharscatcodenonglobal\other \fi } \def\scanargctxt{% used for copying and captions, not macros. \scanctxt \catcode`\\=\other \catcode`\^^M=\other } \def\macrobodyctxt{% used for @macro definitions \scanctxt \catcode`\{=\other \catcode`\}=\other \catcode`\^^M=\other \usembodybackslash } \def\macroargctxt{% used when scanning invocations \scanctxt \catcode`\\=0 } % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes" % for the single characters \ { }. Thus, we end up with the "commands" % that would be written @\ @{ @} in a Texinfo document. % % We already have @{ and @}. For @\, we define it here, and only for % this purpose, to produce a typewriter backslash (so, the @\ that we % define for @math can't be used with @macro calls): % \def\\{\normalbackslash}% % % We would like to do this for \, too, since that is what makeinfo does. % But it is not possible, because Texinfo already has a command @, for a % cedilla accent. Documents must use @comma{} instead. % % \anythingelse will almost certainly be an error of some kind. % \mbodybackslash is the definition of \ in @macro bodies. % It maps \foo\ => \csname macarg.foo\endcsname => #N % where N is the macro parameter number. % We define \csname macarg.\endcsname to be \realbackslash, so % \\ in macro replacement text gets you a backslash. % {\catcode`@=0 @catcode`@\=@active @gdef@usembodybackslash{@let\=@mbodybackslash} @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname} } \expandafter\def\csname macarg.\endcsname{\realbackslash} \def\margbackslash#1{\char`\#1 } \def\macro{\recursivefalse\parsearg\macroxxx} \def\rmacro{\recursivetrue\parsearg\macroxxx} \def\macroxxx#1{% \getargs{#1}% now \macname is the macname and \argl the arglist \ifx\argl\empty % no arguments \paramno=0\relax \else \expandafter\parsemargdef \argl;% \if\paramno>256\relax \ifx\eTeXversion\thisisundefined \errhelp = \EMsimple \errmessage{You need eTeX to compile a file with macros with more than 256 arguments} \fi \fi \fi \if1\csname ismacro.\the\macname\endcsname \message{Warning: redefining \the\macname}% \else \expandafter\ifx\csname \the\macname\endcsname \relax \else \errmessage{Macro name \the\macname\space already defined}\fi \global\cslet{macsave.\the\macname}{\the\macname}% \global\expandafter\let\csname ismacro.\the\macname\endcsname=1% \addtomacrolist{\the\macname}% \fi \begingroup \macrobodyctxt \ifrecursive \expandafter\parsermacbody \else \expandafter\parsemacbody \fi} \parseargdef\unmacro{% \if1\csname ismacro.#1\endcsname \global\cslet{#1}{macsave.#1}% \global\expandafter\let \csname ismacro.#1\endcsname=0% % Remove the macro name from \macrolist: \begingroup \expandafter\let\csname#1\endcsname \relax \let\definedummyword\unmacrodo \xdef\macrolist{\macrolist}% \endgroup \else \errmessage{Macro #1 not defined}% \fi } % Called by \do from \dounmacro on each macro. The idea is to omit any % macro definitions that have been changed to \relax. % \def\unmacrodo#1{% \ifx #1\relax % remove this \else \noexpand\definedummyword \noexpand#1% \fi } % This makes use of the obscure feature that if the last token of a % <parameter list> is #, then the preceding argument is delimited by % an opening brace, and that opening brace is not consumed. \def\getargs#1{\getargsxxx#1{}} \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs} \def\getmacname#1 #2\relax{\macname={#1}} \def\getmacargs#1{\def\argl{#1}} % For macro processing make @ a letter so that we can make Texinfo private macro names. \edef\texiatcatcode{\the\catcode`\@} \catcode `@=11\relax % Parse the optional {params} list. Set up \paramno and \paramlist % so \defmacro knows what to do. Define \macarg.BLAH for each BLAH % in the params list to some hook where the argument si to be expanded. If % there are less than 10 arguments that hook is to be replaced by ##N where N % is the position in that list, that is to say the macro arguments are to be % defined `a la TeX in the macro body. % % That gets used by \mbodybackslash (above). % % We need to get `macro parameter char #' into several definitions. % The technique used is stolen from LaTeX: let \hash be something % unexpandable, insert that wherever you need a #, and then redefine % it to # just before using the token list produced. % % The same technique is used to protect \eatspaces till just before % the macro is used. % % If there are 10 or more arguments, a different technique is used, where the % hook remains in the body, and when macro is to be expanded the body is % processed again to replace the arguments. % % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the % argument N value and then \edef the body (nothing else will expand because of % the catcode regime underwhich the body was input). % % If you compile with TeX (not eTeX), and you have macros with 10 or more % arguments, you need that no macro has more than 256 arguments, otherwise an % error is produced. \def\parsemargdef#1;{% \paramno=0\def\paramlist{}% \let\hash\relax \let\xeatspaces\relax \parsemargdefxxx#1,;,% % In case that there are 10 or more arguments we parse again the arguments % list to set new definitions for the \macarg.BLAH macros corresponding to % each BLAH argument. It was anyhow needed to parse already once this list % in order to count the arguments, and as macros with at most 9 arguments % are by far more frequent than macro with 10 or more arguments, defining % twice the \macarg.BLAH macros does not cost too much processing power. \ifnum\paramno<10\relax\else \paramno0\relax \parsemmanyargdef@@#1,;,% 10 or more arguments \fi } \def\parsemargdefxxx#1,{% \if#1;\let\next=\relax \else \let\next=\parsemargdefxxx \advance\paramno by 1 \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname {\xeatspaces{\hash\the\paramno}}% \edef\paramlist{\paramlist\hash\the\paramno,}% \fi\next} \def\parsemmanyargdef@@#1,{% \if#1;\let\next=\relax \else \let\next=\parsemmanyargdef@@ \edef\tempb{\eatspaces{#1}}% \expandafter\def\expandafter\tempa \expandafter{\csname macarg.\tempb\endcsname}% % Note that we need some extra \noexpand\noexpand, this is because we % don't want \the to be expanded in the \parsermacbody as it uses an % \xdef . \expandafter\edef\tempa {\noexpand\noexpand\noexpand\the\toks\the\paramno}% \advance\paramno by 1\relax \fi\next} % These two commands read recursive and nonrecursive macro bodies. % (They're different since rec and nonrec macros end differently.) % \catcode `\@\texiatcatcode \long\def\parsemacbody#1@end macro% {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% \long\def\parsermacbody#1@end rmacro% {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% \catcode `\@=11\relax \let\endargs@\relax \let\nil@\relax \def\nilm@{\nil@}% \long\def\nillm@{\nil@}% % This macro is expanded during the Texinfo macro expansion, not during its % definition. It gets all the arguments values and assigns them to macros % macarg.ARGNAME % % #1 is the macro name % #2 is the list of argument names % #3 is the list of argument values \def\getargvals@#1#2#3{% \def\macargdeflist@{}% \def\saveparamlist@{#2}% Need to keep a copy for parameter expansion. \def\paramlist{#2,\nil@}% \def\macroname{#1}% \begingroup \macroargctxt \def\argvaluelist{#3,\nil@}% \def\@tempa{#3}% \ifx\@tempa\empty \setemptyargvalues@ \else \getargvals@@ \fi } % \def\getargvals@@{% \ifx\paramlist\nilm@ % Some sanity check needed here that \argvaluelist is also empty. \ifx\argvaluelist\nillm@ \else \errhelp = \EMsimple \errmessage{Too many arguments in macro `\macroname'!}% \fi \let\next\macargexpandinbody@ \else \ifx\argvaluelist\nillm@ % No more arguments values passed to macro. Set remaining named-arg % macros to empty. \let\next\setemptyargvalues@ \else % pop current arg name into \@tempb \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% \expandafter\@tempa\expandafter{\paramlist}% % pop current argument value into \@tempc \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}% \expandafter\@tempa\expandafter{\argvaluelist}% % Here \@tempb is the current arg name and \@tempc is the current arg value. % First place the new argument macro definition into \@tempd \expandafter\macname\expandafter{\@tempc}% \expandafter\let\csname macarg.\@tempb\endcsname\relax \expandafter\def\expandafter\@tempe\expandafter{% \csname macarg.\@tempb\endcsname}% \edef\@tempd{\long\def\@tempe{\the\macname}}% \push@\@tempd\macargdeflist@ \let\next\getargvals@@ \fi \fi \next } \def\push@#1#2{% \expandafter\expandafter\expandafter\def \expandafter\expandafter\expandafter#2% \expandafter\expandafter\expandafter{% \expandafter#1#2}% } % Replace arguments by their values in the macro body, and place the result % in macro \@tempa \def\macvalstoargs@{% % To do this we use the property that token registers that are \the'ed % within an \edef expand only once. So we are going to place all argument % values into respective token registers. % % First we save the token context, and initialize argument numbering. \begingroup \paramno0\relax % Then, for each argument number #N, we place the corresponding argument % value into a new token list register \toks#N \expandafter\putargsintokens@\saveparamlist@,;,% % Then, we expand the body so that argument are replaced by their % values. The trick for values not to be expanded themselves is that they % are within tokens and that tokens expand only once in an \edef . \edef\@tempc{\csname mac.\macroname .body\endcsname}% % Now we restore the token stack pointer to free the token list registers % which we have used, but we make sure that expanded body is saved after % group. \expandafter \endgroup \expandafter\def\expandafter\@tempa\expandafter{\@tempc}% } \def\macargexpandinbody@{% %% Define the named-macro outside of this group and then close this group. \expandafter \endgroup \macargdeflist@ % First the replace in body the macro arguments by their values, the result % is in \@tempa . \macvalstoargs@ % Then we point at the \norecurse or \gobble (for recursive) macro value % with \@tempb . \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname % Depending on whether it is recursive or not, we need some tailing % \egroup . \ifx\@tempb\gobble \let\@tempc\relax \else \let\@tempc\egroup \fi % And now we do the real job: \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}% \@tempd } \def\putargsintokens@#1,{% \if#1;\let\next\relax \else \let\next\putargsintokens@ % First we allocate the new token list register, and give it a temporary % alias \@tempb . \toksdef\@tempb\the\paramno % Then we place the argument value into that token list register. \expandafter\let\expandafter\@tempa\csname macarg.#1\endcsname \expandafter\@tempb\expandafter{\@tempa}% \advance\paramno by 1\relax \fi \next } % Save the token stack pointer into macro #1 \def\texisavetoksstackpoint#1{\edef#1{\the\@cclvi}} % Restore the token stack pointer from number in macro #1 \def\texirestoretoksstackpoint#1{\expandafter\mathchardef\expandafter\@cclvi#1\relax} % newtoks that can be used non \outer . \def\texinonouternewtoks{\alloc@ 5\toks \toksdef \@cclvi} % Tailing missing arguments are set to empty \def\setemptyargvalues@{% \ifx\paramlist\nilm@ \let\next\macargexpandinbody@ \else \expandafter\setemptyargvaluesparser@\paramlist\endargs@ \let\next\setemptyargvalues@ \fi \next } \def\setemptyargvaluesparser@#1,#2\endargs@{% \expandafter\def\expandafter\@tempa\expandafter{% \expandafter\def\csname macarg.#1\endcsname{}}% \push@\@tempa\macargdeflist@ \def\paramlist{#2}% } % #1 is the element target macro % #2 is the list macro % #3,#4\endargs@ is the list value \def\pop@#1#2#3,#4\endargs@{% \def#1{#3}% \def#2{#4}% } \long\def\longpop@#1#2#3,#4\endargs@{% \long\def#1{#3}% \long\def#2{#4}% } % This defines a Texinfo @macro. There are eight cases: recursive and % nonrecursive macros of zero, one, up to nine, and many arguments. % Much magic with \expandafter here. % \xdef is used so that macro definitions will survive the file % they're defined in; @include reads the file inside a group. % \def\defmacro{% \let\hash=##% convert placeholders to macro parameter chars \ifrecursive \ifcase\paramno % 0 \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\scanmacro{\temp}}% \or % 1 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \noexpand\braceorline \expandafter\noexpand\csname\the\macname xxx\endcsname}% \expandafter\xdef\csname\the\macname xxx\endcsname##1{% \egroup\noexpand\scanmacro{\temp}}% \else \ifnum\paramno<10\relax % at most 9 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \noexpand\csname\the\macname xx\endcsname}% \expandafter\xdef\csname\the\macname xx\endcsname##1{% \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% \expandafter\expandafter \expandafter\xdef \expandafter\expandafter \csname\the\macname xxx\endcsname \paramlist{\egroup\noexpand\scanmacro{\temp}}% \else % 10 or more \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\getargvals@{\the\macname}{\argl}% }% \global\expandafter\let\csname mac.\the\macname .body\endcsname\temp \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\gobble \fi \fi \else \ifcase\paramno % 0 \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\norecurse{\the\macname}% \noexpand\scanmacro{\temp}\egroup}% \or % 1 \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \noexpand\braceorline \expandafter\noexpand\csname\the\macname xxx\endcsname}% \expandafter\xdef\csname\the\macname xxx\endcsname##1{% \egroup \noexpand\norecurse{\the\macname}% \noexpand\scanmacro{\temp}\egroup}% \else % at most 9 \ifnum\paramno<10\relax \expandafter\xdef\csname\the\macname\endcsname{% \bgroup\noexpand\macroargctxt \expandafter\noexpand\csname\the\macname xx\endcsname}% \expandafter\xdef\csname\the\macname xx\endcsname##1{% \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% \expandafter\expandafter \expandafter\xdef \expandafter\expandafter \csname\the\macname xxx\endcsname \paramlist{% \egroup \noexpand\norecurse{\the\macname}% \noexpand\scanmacro{\temp}\egroup}% \else % 10 or more: \expandafter\xdef\csname\the\macname\endcsname{% \noexpand\getargvals@{\the\macname}{\argl}% }% \global\expandafter\let\csname mac.\the\macname .body\endcsname\temp \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\norecurse \fi \fi \fi} \catcode `\@\texiatcatcode\relax \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}} % \braceorline decides whether the next nonwhitespace character is a % {. If so it reads up to the closing }, if not, it reads the whole % line. Whatever was read is then fed to the next control sequence % as an argument (by \parsebrace or \parsearg). % \def\braceorline#1{\let\macnamexxx=#1\futurelet\nchar\braceorlinexxx} \def\braceorlinexxx{% \ifx\nchar\bgroup\else \expandafter\parsearg \fi \macnamexxx} % @alias. % We need some trickery to remove the optional spaces around the equal % sign. Make them active and then expand them all to nothing. % \def\alias{\parseargusing\obeyspaces\aliasxxx} \def\aliasxxx #1{\aliasyyy#1\relax} \def\aliasyyy #1=#2\relax{% {% \expandafter\let\obeyedspace=\empty \addtomacrolist{#1}% \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}% }% \next } \message{cross references,} \newwrite\auxfile \newif\ifhavexrefs % True if xref values are known. \newif\ifwarnedxrefs % True if we warned once that they aren't known. % @inforef is relatively simple. \def\inforef #1{\inforefzzz #1,,,,**} \def\inforefzzz #1,#2,#3,#4**{% \putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}}, node \samp{\ignorespaces#1{}}} % @node's only job in TeX is to define \lastnode, which is used in % cross-references. The @node line might or might not have commas, and % might or might not have spaces before the first comma, like: % @node foo , bar , ... % We don't want such trailing spaces in the node name. % \parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse} % % also remove a trailing comma, in case of something like this: % @node Help-Cross, , , Cross-refs \def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse} \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}} \let\nwnode=\node \let\lastnode=\empty % Write a cross-reference definition for the current node. #1 is the % type (Ynumbered, Yappendix, Ynothing). % \def\donoderef#1{% \ifx\lastnode\empty\else \setref{\lastnode}{#1}% \global\let\lastnode=\empty \fi } % @anchor{NAME} -- define xref target at arbitrary point. % \newcount\savesfregister % \def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi} \def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi} \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an % anchor), which consists of three parts: % 1) NAME-title - the current sectioning name taken from \lastsection, % or the anchor name. % 2) NAME-snt - section number and type, passed as the SNT arg, or % empty for anchors. % 3) NAME-pg - the page number. % % This is called from \donoderef, \anchor, and \dofloat. In the case of % floats, there is an additional part, which is not written here: % 4) NAME-lof - the text as it should appear in a @listoffloats. % \def\setref#1#2{% \pdfmkdest{#1}% \iflinks {% \atdummies % preserve commands, but don't expand them \edef\writexrdef##1##2{% \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef ##1}{##2}}% these are parameters of \writexrdef }% \toks0 = \expandafter{\lastsection}% \immediate \writexrdef{title}{\the\toks0 }% \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc. \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, at \shipout }% \fi } % @xrefautosectiontitle on|off says whether @section(ing) names are used % automatically in xrefs, if the third arg is not explicitly specified. % This was provided as a "secret" @set xref-automatic-section-title % variable, now it's official. % \parseargdef\xrefautomaticsectiontitle{% \def\temp{#1}% \ifx\temp\onword \expandafter\let\csname SETxref-automatic-section-title\endcsname = \empty \else\ifx\temp\offword \expandafter\let\csname SETxref-automatic-section-title\endcsname = \relax \else \errhelp = \EMsimple \errmessage{Unknown @xrefautomaticsectiontitle value `\temp', must be on|off}% \fi\fi } % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is % the node name, #2 the name of the Info cross-reference, #3 the printed % node name, #4 the name of the Info file, #5 the name of the printed % manual. All but the node name can be omitted. % \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]} \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]} \def\ref#1{\xrefX[#1,,,,,,,]} \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup \unsepspaces \def\printedmanual{\ignorespaces #5}% \def\printedrefname{\ignorespaces #3}% \setbox1=\hbox{\printedmanual\unskip}% \setbox0=\hbox{\printedrefname\unskip}% \ifdim \wd0 = 0pt % No printed node name was explicitly given. \expandafter\ifx\csname SETxref-automatic-section-title\endcsname \relax % Use the node name inside the square brackets. \def\printedrefname{\ignorespaces #1}% \else % Use the actual chapter/section title appear inside % the square brackets. Use the real section title if we have it. \ifdim \wd1 > 0pt % It is in another manual, so we don't have it. \def\printedrefname{\ignorespaces #1}% \else \ifhavexrefs % We know the real title if we have the xref values. \def\printedrefname{\refx{#1-title}{}}% \else % Otherwise just copy the Info node name. \def\printedrefname{\ignorespaces #1}% \fi% \fi \fi \fi % % Make link in pdf output. \ifpdf {\indexnofonts \turnoffactive % This expands tokens, so do it after making catcode changes, so _ % etc. don't get their TeX definitions. \getfilename{#4}% % \edef\pdfxrefdest{#1}% \txiescapepdf\pdfxrefdest % \leavevmode \startlink attr{/Border [0 0 0]}% \ifnum\filenamelength>0 goto file{\the\filename.pdf} name{\pdfxrefdest}% \else goto name{\pdfmkpgn{\pdfxrefdest}}% \fi }% \setcolor{\linkcolor}% \fi % % Float references are printed completely differently: "Figure 1.2" % instead of "[somenode], p.3". We distinguish them by the % LABEL-title being set to a magic string. {% % Have to otherify everything special to allow the \csname to % include an _ in the xref name, etc. \indexnofonts \turnoffactive \expandafter\global\expandafter\let\expandafter\Xthisreftitle \csname XR#1-title\endcsname }% \iffloat\Xthisreftitle % If the user specified the print name (third arg) to the ref, % print it instead of our usual "Figure 1.2". \ifdim\wd0 = 0pt \refx{#1-snt}{}% \else \printedrefname \fi % % if the user also gave the printed manual name (fifth arg), append % "in MANUALNAME". \ifdim \wd1 > 0pt \space \putwordin{} \cite{\printedmanual}% \fi \else % node/anchor (non-float) references. % % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not % insert empty discretionaries after hyphens, which means that it will % not find a line break at a hyphen in a node names. Since some manuals % are best written with fairly long node names, containing hyphens, this % is a loss. Therefore, we give the text of the node name again, so it % is as if TeX is seeing it for the first time. \ifdim \wd1 > 0pt \putwordSection{} ``\printedrefname'' \putwordin{} \cite{\printedmanual}% \else % _ (for example) has to be the character _ for the purposes of the % control sequence corresponding to the node, but it has to expand % into the usual \leavevmode...\vrule stuff for purposes of % printing. So we \turnoffactive for the \refx-snt, back on for the % printing, back off for the \refx-pg. {\turnoffactive % Only output a following space if the -snt ref is nonempty; for % @unnumbered and @anchor, it won't be. \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}% \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi }% % output the `[mynode]' via a macro so it can be overridden. \xrefprintnodename\printedrefname % % But we always want a comma and a space: ,\space % % output the `page 3'. \turnoffactive \putwordpage\tie\refx{#1-pg}{}% \fi \fi \endlink \endgroup} % This macro is called from \xrefX for the `[nodename]' part of xref % output. It's a separate macro only so it can be changed more easily, % since square brackets don't work well in some documents. Particularly % one that Bob is working on :). % \def\xrefprintnodename#1{[#1]} % Things referred to by \setref. % \def\Ynothing{} \def\Yomitfromtoc{} \def\Ynumbered{% \ifnum\secno=0 \putwordChapter@tie \the\chapno \else \ifnum\subsecno=0 \putwordSection@tie \the\chapno.\the\secno \else \ifnum\subsubsecno=0 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno \else \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno \fi\fi\fi } \def\Yappendix{% \ifnum\secno=0 \putwordAppendix@tie @char\the\appendixno{}% \else \ifnum\subsecno=0 \putwordSection@tie @char\the\appendixno.\the\secno \else \ifnum\subsubsecno=0 \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno \else \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno \fi\fi\fi } % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME. % If its value is nonempty, SUFFIX is output afterward. % \def\refx#1#2{% {% \indexnofonts \otherbackslash \expandafter\global\expandafter\let\expandafter\thisrefX \csname XR#1\endcsname }% \ifx\thisrefX\relax % If not defined, say something at least. \angleleft un\-de\-fined\angleright \iflinks \ifhavexrefs {\toks0 = {#1}% avoid expansion of possibly-complex value \message{\linenumber Undefined cross reference `\the\toks0'.}}% \else \ifwarnedxrefs\else \global\warnedxrefstrue \message{Cross reference values unknown; you must run TeX again.}% \fi \fi \fi \else % It's defined, so just use it. \thisrefX \fi #2% Output the suffix in any case. } % This is the macro invoked by entries in the aux file. Usually it's % just a \def (we prepend XR to the control sequence name to avoid % collisions). But if this is a float type, we have more work to do. % \def\xrdef#1#2{% {% The node name might contain 8-bit characters, which in our current % implementation are changed to commands like @'e. Don't let these % mess up the control sequence name. \indexnofonts \turnoffactive \xdef\safexrefname{#1}% }% % \expandafter\gdef\csname XR\safexrefname\endcsname{#2}% remember this xref % % Was that xref control sequence that we just defined for a float? \expandafter\iffloat\csname XR\safexrefname\endcsname % it was a float, and we have the (safe) float type in \iffloattype. \expandafter\let\expandafter\floatlist \csname floatlist\iffloattype\endcsname % % Is this the first time we've seen this float type? \expandafter\ifx\floatlist\relax \toks0 = {\do}% yes, so just \do \else % had it before, so preserve previous elements in list. \toks0 = \expandafter{\floatlist\do}% \fi % % Remember this xref in the control sequence \floatlistFLOATTYPE, % for later use in \listoffloats. \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0 {\safexrefname}}% \fi } % Read the last existing aux file, if any. No error if none exists. % \def\tryauxfile{% \openin 1 \jobname.aux \ifeof 1 \else \readdatafile{aux}% \global\havexrefstrue \fi \closein 1 } \def\setupdatafile{% \catcode`\^^@=\other \catcode`\^^A=\other \catcode`\^^B=\other \catcode`\^^C=\other \catcode`\^^D=\other \catcode`\^^E=\other \catcode`\^^F=\other \catcode`\^^G=\other \catcode`\^^H=\other \catcode`\^^K=\other \catcode`\^^L=\other \catcode`\^^N=\other \catcode`\^^P=\other \catcode`\^^Q=\other \catcode`\^^R=\other \catcode`\^^S=\other \catcode`\^^T=\other \catcode`\^^U=\other \catcode`\^^V=\other \catcode`\^^W=\other \catcode`\^^X=\other \catcode`\^^Z=\other \catcode`\^^[=\other \catcode`\^^\=\other \catcode`\^^]=\other \catcode`\^^^=\other \catcode`\^^_=\other % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc. % in xref tags, i.e., node names. But since ^^e4 notation isn't % supported in the main text, it doesn't seem desirable. Furthermore, % that is not enough: for node names that actually contain a ^ % character, we would end up writing a line like this: 'xrdef {'hat % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first % argument, and \hat is not an expandable control sequence. It could % all be worked out, but why? Either we support ^^ or we don't. % % The other change necessary for this was to define \auxhat: % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter % and then to call \auxhat in \setq. % \catcode`\^=\other % % Special characters. Should be turned off anyway, but... \catcode`\~=\other \catcode`\[=\other \catcode`\]=\other \catcode`\"=\other \catcode`\_=\other \catcode`\|=\other \catcode`\<=\other \catcode`\>=\other \catcode`\$=\other \catcode`\#=\other \catcode`\&=\other \catcode`\%=\other \catcode`+=\other % avoid \+ for paranoia even though we've turned it off % % This is to support \ in node names and titles, since the \ % characters end up in a \csname. It's easier than % leaving it active and making its active definition an actual \ % character. What I don't understand is why it works in the *value* % of the xrdef. Seems like it should be a catcode12 \, and that % should not typeset properly. But it works, so I'm moving on for % now. --karl, 15jan04. \catcode`\\=\other % % Make the characters 128-255 be printing characters. {% \count1=128 \def\loop{% \catcode\count1=\other \advance\count1 by 1 \ifnum \count1<256 \loop \fi }% }% % % @ is our escape character in .aux files, and we need braces. \catcode`\{=1 \catcode`\}=2 \catcode`\@=0 } \def\readdatafile#1{% \begingroup \setupdatafile \input\jobname.#1 \endgroup} \message{insertions,} % including footnotes. \newcount \footnoteno % The trailing space in the following definition for supereject is % vital for proper filling; pages come out unaligned when you do a % pagealignmacro call if that space before the closing brace is % removed. (Generally, numeric constants should always be followed by a % space to prevent strange expansion errors.) \def\supereject{\par\penalty -20000\footnoteno =0 } % @footnotestyle is meaningful for Info output only. \let\footnotestyle=\comment {\catcode `\@=11 % % Auto-number footnotes. Otherwise like plain. \gdef\footnote{% \let\indent=\ptexindent \let\noindent=\ptexnoindent \global\advance\footnoteno by \@ne \edef\thisfootno{$^{\the\footnoteno}$}% % % In case the footnote comes at the end of a sentence, preserve the % extra spacing after we do the footnote number. \let\@sf\empty \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi % % Remove inadvertent blank space before typesetting the footnote number. \unskip \thisfootno\@sf \dofootnote }% % Don't bother with the trickery in plain.tex to not require the % footnote text as a parameter. Our footnotes don't need to be so general. % % Oh yes, they do; otherwise, @ifset (and anything else that uses % \parseargline) fails inside footnotes because the tokens are fixed when % the footnote is read. --karl, 16nov96. % \gdef\dofootnote{% \insert\footins\bgroup % We want to typeset this text as a normal paragraph, even if the % footnote reference occurs in (for example) a display environment. % So reset some parameters. \hsize=\pagewidth \interlinepenalty\interfootnotelinepenalty \splittopskip\ht\strutbox % top baseline for broken footnotes \splitmaxdepth\dp\strutbox \floatingpenalty\@MM \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip \parindent\defaultparindent % \smallfonts \rm % % Because we use hanging indentation in footnotes, a @noindent appears % to exdent this text, so make it be a no-op. makeinfo does not use % hanging indentation so @noindent can still be needed within footnote % text after an @example or the like (not that this is good style). \let\noindent = \relax % % Hang the footnote text off the number. Use \everypar in case the % footnote extends for more than one paragraph. \everypar = {\hang}% \textindent{\thisfootno}% % % Don't crash into the line above the footnote text. Since this % expands into a box, it must come within the paragraph, lest it % provide a place where TeX can split the footnote. \footstrut % % Invoke rest of plain TeX footnote routine. \futurelet\next\fo@t } }%end \catcode `\@=11 % In case a @footnote appears in a vbox, save the footnote text and create % the real \insert just after the vbox finished. Otherwise, the insertion % would be lost. % Similarly, if a @footnote appears inside an alignment, save the footnote % text to a box and make the \insert when a row of the table is finished. % And the same can be done for other insert classes. --kasal, 16nov03. % Replace the \insert primitive by a cheating macro. % Deeper inside, just make sure that the saved insertions are not spilled % out prematurely. % \def\startsavinginserts{% \ifx \insert\ptexinsert \let\insert\saveinsert \else \let\checkinserts\relax \fi } % This \insert replacement works for both \insert\footins{foo} and % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}. % \def\saveinsert#1{% \edef\next{\noexpand\savetobox \makeSAVEname#1}% \afterassignment\next % swallow the left brace \let\temp = } \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}} \def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1} \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi} \def\placesaveins#1{% \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname {\box#1}% } % eat @SAVE -- beware, all of them have catcode \other: { \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-) \gdef\gobblesave @SAVE{} } % initialization: \def\newsaveins #1{% \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}% \next } \def\newsaveinsX #1{% \csname newbox\endcsname #1% \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts \checksaveins #1}% } % initialize: \let\checkinserts\empty \newsaveins\footins \newsaveins\margin % @image. We use the macros from epsf.tex to support this. % If epsf.tex is not installed and @image is used, we complain. % % Check for and read epsf.tex up front. If we read it only at @image % time, we might be inside a group, and then its definitions would get % undone and the next image would fail. \openin 1 = epsf.tex \ifeof 1 \else % Do not bother showing banner with epsf.tex v2.7k (available in % doc/epsf.tex and on ctan). \def\epsfannounce{\toks0 = }% \input epsf.tex \fi \closein 1 % % We will only complain once about lack of epsf.tex. \newif\ifwarnednoepsf \newhelp\noepsfhelp{epsf.tex must be installed for images to work. It is also included in the Texinfo distribution, or you can get it from ftp://tug.org/tex/epsf.tex.} % \def\image#1{% \ifx\epsfbox\thisiundefined \ifwarnednoepsf \else \errhelp = \noepsfhelp \errmessage{epsf.tex not found, images will be ignored}% \global\warnednoepsftrue \fi \else \imagexxx #1,,,,,\finish \fi } % % Arguments to @image: % #1 is (mandatory) image filename; we tack on .eps extension. % #2 is (optional) width, #3 is (optional) height. % #4 is (ignored optional) html alt text. % #5 is (ignored optional) extension. % #6 is just the usual extra ignored arg for parsing stuff. \newif\ifimagevmode \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup \catcode`\^^M = 5 % in case we're inside an example \normalturnoffactive % allow _ et al. in names % If the image is by itself, center it. \ifvmode \imagevmodetrue \nobreak\medskip % Usually we'll have text after the image which will insert % \parskip glue, so insert it here too to equalize the space % above and below. \nobreak\vskip\parskip \nobreak \fi % % Leave vertical mode so that indentation from an enclosing % environment such as @quotation is respected. On the other hand, if % it's at the top level, we don't want the normal paragraph indentation. \noindent % % Output the image. \ifpdf \dopdfimage{#1}{#2}{#3}% \else % \epsfbox itself resets \epsf?size at each figure. \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi \epsfbox{#1.eps}% \fi % \ifimagevmode \medskip \fi % space after the standalone image \endgroup} % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables, % etc. We don't actually implement floating yet, we always include the % float "here". But it seemed the best name for the future. % \envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish} % There may be a space before second and/or third parameter; delete it. \def\eatcommaspace#1, {#1,} % #1 is the optional FLOATTYPE, the text label for this float, typically % "Figure", "Table", "Example", etc. Can't contain commas. If omitted, % this float will not be numbered and cannot be referred to. % % #2 is the optional xref label. Also must be present for the float to % be referable. % % #3 is the optional positioning argument; for now, it is ignored. It % will somehow specify the positions allowed to float to (here, top, bottom). % % We keep a separate counter for each FLOATTYPE, which we reset at each % chapter-level command. \let\resetallfloatnos=\empty % \def\dofloat#1,#2,#3,#4\finish{% \let\thiscaption=\empty \let\thisshortcaption=\empty % % don't lose footnotes inside @float. % % BEWARE: when the floats start float, we have to issue warning whenever an % insert appears inside a float which could possibly float. --kasal, 26may04 % \startsavinginserts % % We can't be used inside a paragraph. \par % \vtop\bgroup \def\floattype{#1}% \def\floatlabel{#2}% \def\floatloc{#3}% we do nothing with this yet. % \ifx\floattype\empty \let\safefloattype=\empty \else {% % the floattype might have accents or other special characters, % but we need to use it in a control sequence name. \indexnofonts \turnoffactive \xdef\safefloattype{\floattype}% }% \fi % % If label is given but no type, we handle that as the empty type. \ifx\floatlabel\empty \else % We want each FLOATTYPE to be numbered separately (Figure 1, % Table 1, Figure 2, ...). (And if no label, no number.) % \expandafter\getfloatno\csname\safefloattype floatno\endcsname \global\advance\floatno by 1 % {% % This magic value for \lastsection is output by \setref as the % XREFLABEL-title value. \xrefX uses it to distinguish float % labels (which have a completely different output format) from % node and anchor labels. And \xrdef uses it to construct the % lists of floats. % \edef\lastsection{\floatmagic=\safefloattype}% \setref{\floatlabel}{Yfloat}% }% \fi % % start with \parskip glue, I guess. \vskip\parskip % % Don't suppress indentation if a float happens to start a section. \restorefirstparagraphindent } % we have these possibilities: % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap % @float Foo,lbl & no caption: Foo 1.1 % @float Foo & @caption{Cap}: Foo: Cap % @float Foo & no caption: Foo % @float ,lbl & Caption{Cap}: 1.1: Cap % @float ,lbl & no caption: 1.1 % @float & @caption{Cap}: Cap % @float & no caption: % \def\Efloat{% \let\floatident = \empty % % In all cases, if we have a float type, it comes first. \ifx\floattype\empty \else \def\floatident{\floattype}\fi % % If we have an xref label, the number comes next. \ifx\floatlabel\empty \else \ifx\floattype\empty \else % if also had float type, need tie first. \appendtomacro\floatident{\tie}% \fi % the number. \appendtomacro\floatident{\chaplevelprefix\the\floatno}% \fi % % Start the printed caption with what we've constructed in % \floatident, but keep it separate; we need \floatident again. \let\captionline = \floatident % \ifx\thiscaption\empty \else \ifx\floatident\empty \else \appendtomacro\captionline{: }% had ident, so need a colon between \fi % % caption text. \appendtomacro\captionline{\scanexp\thiscaption}% \fi % % If we have anything to print, print it, with space before. % Eventually this needs to become an \insert. \ifx\captionline\empty \else \vskip.5\parskip \captionline % % Space below caption. \vskip\parskip \fi % % If have an xref label, write the list of floats info. Do this % after the caption, to avoid chance of it being a breakpoint. \ifx\floatlabel\empty \else % Write the text that goes in the lof to the aux file as % \floatlabel-lof. Besides \floatident, we include the short % caption if specified, else the full caption if specified, else nothing. {% \atdummies % % since we read the caption text in the macro world, where ^^M % is turned into a normal character, we have to scan it back, so % we don't write the literal three characters "^^M" into the aux file. \scanexp{% \xdef\noexpand\gtemp{% \ifx\thisshortcaption\empty \thiscaption \else \thisshortcaption \fi }% }% \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident \ifx\gtemp\empty \else : \gtemp \fi}}% }% \fi \egroup % end of \vtop % % place the captured inserts % % BEWARE: when the floats start floating, we have to issue warning % whenever an insert appears inside a float which could possibly % float. --kasal, 26may04 % \checkinserts } % Append the tokens #2 to the definition of macro #1, not expanding either. % \def\appendtomacro#1#2{% \expandafter\def\expandafter#1\expandafter{#1#2}% } % @caption, @shortcaption % \def\caption{\docaption\thiscaption} \def\shortcaption{\docaption\thisshortcaption} \def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption} \def\defcaption#1#2{\egroup \def#1{#2}} % The parameter is the control sequence identifying the counter we are % going to use. Create it if it doesn't exist and assign it to \floatno. \def\getfloatno#1{% \ifx#1\relax % Haven't seen this figure type before. \csname newcount\endcsname #1% % % Remember to reset this floatno at the next chap. \expandafter\gdef\expandafter\resetallfloatnos \expandafter{\resetallfloatnos #1=0 }% \fi \let\floatno#1% } % \setref calls this to get the XREFLABEL-snt value. We want an @xref % to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we % first read the @float command. % \def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}% % Magic string used for the XREFLABEL-title value, so \xrefX can % distinguish floats from other xref types. \def\floatmagic{!!float!!} % #1 is the control sequence we are passed; we expand into a conditional % which is true if #1 represents a float ref. That is, the magic % \lastsection value which we \setref above. % \def\iffloat#1{\expandafter\doiffloat#1==\finish} % % #1 is (maybe) the \floatmagic string. If so, #2 will be the % (safe) float type for this float. We set \iffloattype to #2. % \def\doiffloat#1=#2=#3\finish{% \def\temp{#1}% \def\iffloattype{#2}% \ifx\temp\floatmagic } % @listoffloats FLOATTYPE - print a list of floats like a table of contents. % \parseargdef\listoffloats{% \def\floattype{#1}% floattype {% % the floattype might have accents or other special characters, % but we need to use it in a control sequence name. \indexnofonts \turnoffactive \xdef\safefloattype{\floattype}% }% % % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE. \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax \ifhavexrefs % if the user said @listoffloats foo but never @float foo. \message{\linenumber No `\safefloattype' floats to list.}% \fi \else \begingroup \leftskip=\tocindent % indent these entries like a toc \let\do=\listoffloatsdo \csname floatlist\safefloattype\endcsname \endgroup \fi } % This is called on each entry in a list of floats. We're passed the % xref label, in the form LABEL-title, which is how we save it in the % aux file. We strip off the -title and look up \XRLABEL-lof, which % has the text we're supposed to typeset here. % % Figures without xref labels will not be included in the list (since % they won't appear in the aux file). % \def\listoffloatsdo#1{\listoffloatsdoentry#1\finish} \def\listoffloatsdoentry#1-title\finish{{% % Can't fully expand XR#1-lof because it can contain anything. Just % pass the control sequence. On the other hand, XR#1-pg is just the % page number, and we want to fully expand that so we can get a link % in pdf output. \toksA = \expandafter{\csname XR#1-lof\endcsname}% % % use the same \entry macro we use to generate the TOC and index. \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}% \writeentry }} \message{localization,} % For single-language documents, @documentlanguage is usually given very % early, just after @documentencoding. Single argument is the language % (de) or locale (de_DE) abbreviation. % { \catcode`\_ = \active \globaldefs=1 \parseargdef\documentlanguage{\begingroup \let_=\normalunderscore % normal _ character for filenames \tex % read txi-??.tex file in plain TeX. % Read the file by the name they passed if it exists. \openin 1 txi-#1.tex \ifeof 1 \documentlanguagetrywithoutunderscore{#1_\finish}% \else \globaldefs = 1 % everything in the txi-LL files needs to persist \input txi-#1.tex \fi \closein 1 \endgroup % end raw TeX \endgroup} % % If they passed de_DE, and txi-de_DE.tex doesn't exist, % try txi-de.tex. % \gdef\documentlanguagetrywithoutunderscore#1_#2\finish{% \openin 1 txi-#1.tex \ifeof 1 \errhelp = \nolanghelp \errmessage{Cannot read language file txi-#1.tex}% \else \globaldefs = 1 % everything in the txi-LL files needs to persist \input txi-#1.tex \fi \closein 1 } }% end of special _ catcode % \newhelp\nolanghelp{The given language definition file cannot be found or is empty. Maybe you need to install it? Putting it in the current directory should work if nowhere else does.} % This macro is called from txi-??.tex files; the first argument is the % \language name to set (without the "\lang@" prefix), the second and % third args are \{left,right}hyphenmin. % % The language names to pass are determined when the format is built. % See the etex.log file created at that time, e.g., % /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log. % % With TeX Live 2008, etex now includes hyphenation patterns for all % available languages. This means we can support hyphenation in % Texinfo, at least to some extent. (This still doesn't solve the % accented characters problem.) % \catcode`@=11 \def\txisetlanguage#1#2#3{% % do not set the language if the name is undefined in the current TeX. \expandafter\ifx\csname lang@#1\endcsname \relax \message{no patterns for #1}% \else \global\language = \csname lang@#1\endcsname \fi % but there is no harm in adjusting the hyphenmin values regardless. \global\lefthyphenmin = #2\relax \global\righthyphenmin = #3\relax } % Helpers for encodings. % Set the catcode of characters 128 through 255 to the specified number. % \def\setnonasciicharscatcode#1{% \count255=128 \loop\ifnum\count255<256 \global\catcode\count255=#1\relax \advance\count255 by 1 \repeat } \def\setnonasciicharscatcodenonglobal#1{% \count255=128 \loop\ifnum\count255<256 \catcode\count255=#1\relax \advance\count255 by 1 \repeat } % @documentencoding sets the definition of non-ASCII characters % according to the specified encoding. % \parseargdef\documentencoding{% % Encoding being declared for the document. \def\declaredencoding{\csname #1.enc\endcsname}% % % Supported encodings: names converted to tokens in order to be able % to compare them with \ifx. \def\ascii{\csname US-ASCII.enc\endcsname}% \def\latnine{\csname ISO-8859-15.enc\endcsname}% \def\latone{\csname ISO-8859-1.enc\endcsname}% \def\lattwo{\csname ISO-8859-2.enc\endcsname}% \def\utfeight{\csname UTF-8.enc\endcsname}% % \ifx \declaredencoding \ascii \asciichardefs % \else \ifx \declaredencoding \lattwo \setnonasciicharscatcode\active \lattwochardefs % \else \ifx \declaredencoding \latone \setnonasciicharscatcode\active \latonechardefs % \else \ifx \declaredencoding \latnine \setnonasciicharscatcode\active \latninechardefs % \else \ifx \declaredencoding \utfeight \setnonasciicharscatcode\active \utfeightchardefs % \else \message{Unknown document encoding #1, ignoring.}% % \fi % utfeight \fi % latnine \fi % latone \fi % lattwo \fi % ascii } % A message to be logged when using a character that isn't available % the default font encoding (OT1). % \def\missingcharmsg#1{\message{Character missing in OT1 encoding: #1.}} % Take account of \c (plain) vs. \, (Texinfo) difference. \def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,{#1}\fi} % First, make active non-ASCII characters in order for them to be % correctly categorized when TeX reads the replacement text of % macros containing the character definitions. \setnonasciicharscatcode\active % % Latin1 (ISO-8859-1) character definitions. \def\latonechardefs{% \gdef^^a0{\tie} \gdef^^a1{\exclamdown} \gdef^^a2{\missingcharmsg{CENT SIGN}} \gdef^^a3{{\pounds}} \gdef^^a4{\missingcharmsg{CURRENCY SIGN}} \gdef^^a5{\missingcharmsg{YEN SIGN}} \gdef^^a6{\missingcharmsg{BROKEN BAR}} \gdef^^a7{\S} \gdef^^a8{\"{}} \gdef^^a9{\copyright} \gdef^^aa{\ordf} \gdef^^ab{\guillemetleft} \gdef^^ac{$\lnot$} \gdef^^ad{\-} \gdef^^ae{\registeredsymbol} \gdef^^af{\={}} % \gdef^^b0{\textdegree} \gdef^^b1{$\pm$} \gdef^^b2{$^2$} \gdef^^b3{$^3$} \gdef^^b4{\'{}} \gdef^^b5{$\mu$} \gdef^^b6{\P} % \gdef^^b7{$^.$} \gdef^^b8{\cedilla\ } \gdef^^b9{$^1$} \gdef^^ba{\ordm} % \gdef^^bb{\guillemetright} \gdef^^bc{$1\over4$} \gdef^^bd{$1\over2$} \gdef^^be{$3\over4$} \gdef^^bf{\questiondown} % \gdef^^c0{\`A} \gdef^^c1{\'A} \gdef^^c2{\^A} \gdef^^c3{\~A} \gdef^^c4{\"A} \gdef^^c5{\ringaccent A} \gdef^^c6{\AE} \gdef^^c7{\cedilla C} \gdef^^c8{\`E} \gdef^^c9{\'E} \gdef^^ca{\^E} \gdef^^cb{\"E} \gdef^^cc{\`I} \gdef^^cd{\'I} \gdef^^ce{\^I} \gdef^^cf{\"I} % \gdef^^d0{\DH} \gdef^^d1{\~N} \gdef^^d2{\`O} \gdef^^d3{\'O} \gdef^^d4{\^O} \gdef^^d5{\~O} \gdef^^d6{\"O} \gdef^^d7{$\times$} \gdef^^d8{\O} \gdef^^d9{\`U} \gdef^^da{\'U} \gdef^^db{\^U} \gdef^^dc{\"U} \gdef^^dd{\'Y} \gdef^^de{\TH} \gdef^^df{\ss} % \gdef^^e0{\`a} \gdef^^e1{\'a} \gdef^^e2{\^a} \gdef^^e3{\~a} \gdef^^e4{\"a} \gdef^^e5{\ringaccent a} \gdef^^e6{\ae} \gdef^^e7{\cedilla c} \gdef^^e8{\`e} \gdef^^e9{\'e} \gdef^^ea{\^e} \gdef^^eb{\"e} \gdef^^ec{\`{\dotless i}} \gdef^^ed{\'{\dotless i}} \gdef^^ee{\^{\dotless i}} \gdef^^ef{\"{\dotless i}} % \gdef^^f0{\dh} \gdef^^f1{\~n} \gdef^^f2{\`o} \gdef^^f3{\'o} \gdef^^f4{\^o} \gdef^^f5{\~o} \gdef^^f6{\"o} \gdef^^f7{$\div$} \gdef^^f8{\o} \gdef^^f9{\`u} \gdef^^fa{\'u} \gdef^^fb{\^u} \gdef^^fc{\"u} \gdef^^fd{\'y} \gdef^^fe{\th} \gdef^^ff{\"y} } % Latin9 (ISO-8859-15) encoding character definitions. \def\latninechardefs{% % Encoding is almost identical to Latin1. \latonechardefs % \gdef^^a4{\euro} \gdef^^a6{\v S} \gdef^^a8{\v s} \gdef^^b4{\v Z} \gdef^^b8{\v z} \gdef^^bc{\OE} \gdef^^bd{\oe} \gdef^^be{\"Y} } % Latin2 (ISO-8859-2) character definitions. \def\lattwochardefs{% \gdef^^a0{\tie} \gdef^^a1{\ogonek{A}} \gdef^^a2{\u{}} \gdef^^a3{\L} \gdef^^a4{\missingcharmsg{CURRENCY SIGN}} \gdef^^a5{\v L} \gdef^^a6{\'S} \gdef^^a7{\S} \gdef^^a8{\"{}} \gdef^^a9{\v S} \gdef^^aa{\cedilla S} \gdef^^ab{\v T} \gdef^^ac{\'Z} \gdef^^ad{\-} \gdef^^ae{\v Z} \gdef^^af{\dotaccent Z} % \gdef^^b0{\textdegree} \gdef^^b1{\ogonek{a}} \gdef^^b2{\ogonek{ }} \gdef^^b3{\l} \gdef^^b4{\'{}} \gdef^^b5{\v l} \gdef^^b6{\'s} \gdef^^b7{\v{}} \gdef^^b8{\cedilla\ } \gdef^^b9{\v s} \gdef^^ba{\cedilla s} \gdef^^bb{\v t} \gdef^^bc{\'z} \gdef^^bd{\H{}} \gdef^^be{\v z} \gdef^^bf{\dotaccent z} % \gdef^^c0{\'R} \gdef^^c1{\'A} \gdef^^c2{\^A} \gdef^^c3{\u A} \gdef^^c4{\"A} \gdef^^c5{\'L} \gdef^^c6{\'C} \gdef^^c7{\cedilla C} \gdef^^c8{\v C} \gdef^^c9{\'E} \gdef^^ca{\ogonek{E}} \gdef^^cb{\"E} \gdef^^cc{\v E} \gdef^^cd{\'I} \gdef^^ce{\^I} \gdef^^cf{\v D} % \gdef^^d0{\DH} \gdef^^d1{\'N} \gdef^^d2{\v N} \gdef^^d3{\'O} \gdef^^d4{\^O} \gdef^^d5{\H O} \gdef^^d6{\"O} \gdef^^d7{$\times$} \gdef^^d8{\v R} \gdef^^d9{\ringaccent U} \gdef^^da{\'U} \gdef^^db{\H U} \gdef^^dc{\"U} \gdef^^dd{\'Y} \gdef^^de{\cedilla T} \gdef^^df{\ss} % \gdef^^e0{\'r} \gdef^^e1{\'a} \gdef^^e2{\^a} \gdef^^e3{\u a} \gdef^^e4{\"a} \gdef^^e5{\'l} \gdef^^e6{\'c} \gdef^^e7{\cedilla c} \gdef^^e8{\v c} \gdef^^e9{\'e} \gdef^^ea{\ogonek{e}} \gdef^^eb{\"e} \gdef^^ec{\v e} \gdef^^ed{\'{\dotless{i}}} \gdef^^ee{\^{\dotless{i}}} \gdef^^ef{\v d} % \gdef^^f0{\dh} \gdef^^f1{\'n} \gdef^^f2{\v n} \gdef^^f3{\'o} \gdef^^f4{\^o} \gdef^^f5{\H o} \gdef^^f6{\"o} \gdef^^f7{$\div$} \gdef^^f8{\v r} \gdef^^f9{\ringaccent u} \gdef^^fa{\'u} \gdef^^fb{\H u} \gdef^^fc{\"u} \gdef^^fd{\'y} \gdef^^fe{\cedilla t} \gdef^^ff{\dotaccent{}} } % UTF-8 character definitions. % % This code to support UTF-8 is based on LaTeX's utf8.def, with some % changes for Texinfo conventions. It is included here under the GPL by % permission from Frank Mittelbach and the LaTeX team. % \newcount\countUTFx \newcount\countUTFy \newcount\countUTFz \gdef\UTFviiiTwoOctets#1#2{\expandafter \UTFviiiDefined\csname u8:#1\string #2\endcsname} % \gdef\UTFviiiThreeOctets#1#2#3{\expandafter \UTFviiiDefined\csname u8:#1\string #2\string #3\endcsname} % \gdef\UTFviiiFourOctets#1#2#3#4{\expandafter \UTFviiiDefined\csname u8:#1\string #2\string #3\string #4\endcsname} \gdef\UTFviiiDefined#1{% \ifx #1\relax \message{\linenumber Unicode char \string #1 not defined for Texinfo}% \else \expandafter #1% \fi } \begingroup \catcode`\~13 \catcode`\"12 \def\UTFviiiLoop{% \global\catcode\countUTFx\active \uccode`\~\countUTFx \uppercase\expandafter{\UTFviiiTmp}% \advance\countUTFx by 1 \ifnum\countUTFx < \countUTFy \expandafter\UTFviiiLoop \fi} \countUTFx = "C2 \countUTFy = "E0 \def\UTFviiiTmp{% \xdef~{\noexpand\UTFviiiTwoOctets\string~}} \UTFviiiLoop \countUTFx = "E0 \countUTFy = "F0 \def\UTFviiiTmp{% \xdef~{\noexpand\UTFviiiThreeOctets\string~}} \UTFviiiLoop \countUTFx = "F0 \countUTFy = "F4 \def\UTFviiiTmp{% \xdef~{\noexpand\UTFviiiFourOctets\string~}} \UTFviiiLoop \endgroup \begingroup \catcode`\"=12 \catcode`\<=12 \catcode`\.=12 \catcode`\,=12 \catcode`\;=12 \catcode`\!=12 \catcode`\~=13 \gdef\DeclareUnicodeCharacter#1#2{% \countUTFz = "#1\relax %\wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}% \begingroup \parseXMLCharref \def\UTFviiiTwoOctets##1##2{% \csname u8:##1\string ##2\endcsname}% \def\UTFviiiThreeOctets##1##2##3{% \csname u8:##1\string ##2\string ##3\endcsname}% \def\UTFviiiFourOctets##1##2##3##4{% \csname u8:##1\string ##2\string ##3\string ##4\endcsname}% \expandafter\expandafter\expandafter\expandafter \expandafter\expandafter\expandafter \gdef\UTFviiiTmp{#2}% \endgroup} \gdef\parseXMLCharref{% \ifnum\countUTFz < "A0\relax \errhelp = \EMsimple \errmessage{Cannot define Unicode char value < 00A0}% \else\ifnum\countUTFz < "800\relax \parseUTFviiiA,% \parseUTFviiiB C\UTFviiiTwoOctets.,% \else\ifnum\countUTFz < "10000\relax \parseUTFviiiA;% \parseUTFviiiA,% \parseUTFviiiB E\UTFviiiThreeOctets.{,;}% \else \parseUTFviiiA;% \parseUTFviiiA,% \parseUTFviiiA!% \parseUTFviiiB F\UTFviiiFourOctets.{!,;}% \fi\fi\fi } \gdef\parseUTFviiiA#1{% \countUTFx = \countUTFz \divide\countUTFz by 64 \countUTFy = \countUTFz \multiply\countUTFz by 64 \advance\countUTFx by -\countUTFz \advance\countUTFx by 128 \uccode `#1\countUTFx \countUTFz = \countUTFy} \gdef\parseUTFviiiB#1#2#3#4{% \advance\countUTFz by "#10\relax \uccode `#3\countUTFz \uppercase{\gdef\UTFviiiTmp{#2#3#4}}} \endgroup \def\utfeightchardefs{% \DeclareUnicodeCharacter{00A0}{\tie} \DeclareUnicodeCharacter{00A1}{\exclamdown} \DeclareUnicodeCharacter{00A3}{\pounds} \DeclareUnicodeCharacter{00A8}{\"{ }} \DeclareUnicodeCharacter{00A9}{\copyright} \DeclareUnicodeCharacter{00AA}{\ordf} \DeclareUnicodeCharacter{00AB}{\guillemetleft} \DeclareUnicodeCharacter{00AD}{\-} \DeclareUnicodeCharacter{00AE}{\registeredsymbol} \DeclareUnicodeCharacter{00AF}{\={ }} \DeclareUnicodeCharacter{00B0}{\ringaccent{ }} \DeclareUnicodeCharacter{00B4}{\'{ }} \DeclareUnicodeCharacter{00B8}{\cedilla{ }} \DeclareUnicodeCharacter{00BA}{\ordm} \DeclareUnicodeCharacter{00BB}{\guillemetright} \DeclareUnicodeCharacter{00BF}{\questiondown} \DeclareUnicodeCharacter{00C0}{\`A} \DeclareUnicodeCharacter{00C1}{\'A} \DeclareUnicodeCharacter{00C2}{\^A} \DeclareUnicodeCharacter{00C3}{\~A} \DeclareUnicodeCharacter{00C4}{\"A} \DeclareUnicodeCharacter{00C5}{\AA} \DeclareUnicodeCharacter{00C6}{\AE} \DeclareUnicodeCharacter{00C7}{\cedilla{C}} \DeclareUnicodeCharacter{00C8}{\`E} \DeclareUnicodeCharacter{00C9}{\'E} \DeclareUnicodeCharacter{00CA}{\^E} \DeclareUnicodeCharacter{00CB}{\"E} \DeclareUnicodeCharacter{00CC}{\`I} \DeclareUnicodeCharacter{00CD}{\'I} \DeclareUnicodeCharacter{00CE}{\^I} \DeclareUnicodeCharacter{00CF}{\"I} \DeclareUnicodeCharacter{00D0}{\DH} \DeclareUnicodeCharacter{00D1}{\~N} \DeclareUnicodeCharacter{00D2}{\`O} \DeclareUnicodeCharacter{00D3}{\'O} \DeclareUnicodeCharacter{00D4}{\^O} \DeclareUnicodeCharacter{00D5}{\~O} \DeclareUnicodeCharacter{00D6}{\"O} \DeclareUnicodeCharacter{00D8}{\O} \DeclareUnicodeCharacter{00D9}{\`U} \DeclareUnicodeCharacter{00DA}{\'U} \DeclareUnicodeCharacter{00DB}{\^U} \DeclareUnicodeCharacter{00DC}{\"U} \DeclareUnicodeCharacter{00DD}{\'Y} \DeclareUnicodeCharacter{00DE}{\TH} \DeclareUnicodeCharacter{00DF}{\ss} \DeclareUnicodeCharacter{00E0}{\`a} \DeclareUnicodeCharacter{00E1}{\'a} \DeclareUnicodeCharacter{00E2}{\^a} \DeclareUnicodeCharacter{00E3}{\~a} \DeclareUnicodeCharacter{00E4}{\"a} \DeclareUnicodeCharacter{00E5}{\aa} \DeclareUnicodeCharacter{00E6}{\ae} \DeclareUnicodeCharacter{00E7}{\cedilla{c}} \DeclareUnicodeCharacter{00E8}{\`e} \DeclareUnicodeCharacter{00E9}{\'e} \DeclareUnicodeCharacter{00EA}{\^e} \DeclareUnicodeCharacter{00EB}{\"e} \DeclareUnicodeCharacter{00EC}{\`{\dotless{i}}} \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}} \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}} \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}} \DeclareUnicodeCharacter{00F0}{\dh} \DeclareUnicodeCharacter{00F1}{\~n} \DeclareUnicodeCharacter{00F2}{\`o} \DeclareUnicodeCharacter{00F3}{\'o} \DeclareUnicodeCharacter{00F4}{\^o} \DeclareUnicodeCharacter{00F5}{\~o} \DeclareUnicodeCharacter{00F6}{\"o} \DeclareUnicodeCharacter{00F8}{\o} \DeclareUnicodeCharacter{00F9}{\`u} \DeclareUnicodeCharacter{00FA}{\'u} \DeclareUnicodeCharacter{00FB}{\^u} \DeclareUnicodeCharacter{00FC}{\"u} \DeclareUnicodeCharacter{00FD}{\'y} \DeclareUnicodeCharacter{00FE}{\th} \DeclareUnicodeCharacter{00FF}{\"y} \DeclareUnicodeCharacter{0100}{\=A} \DeclareUnicodeCharacter{0101}{\=a} \DeclareUnicodeCharacter{0102}{\u{A}} \DeclareUnicodeCharacter{0103}{\u{a}} \DeclareUnicodeCharacter{0104}{\ogonek{A}} \DeclareUnicodeCharacter{0105}{\ogonek{a}} \DeclareUnicodeCharacter{0106}{\'C} \DeclareUnicodeCharacter{0107}{\'c} \DeclareUnicodeCharacter{0108}{\^C} \DeclareUnicodeCharacter{0109}{\^c} \DeclareUnicodeCharacter{0118}{\ogonek{E}} \DeclareUnicodeCharacter{0119}{\ogonek{e}} \DeclareUnicodeCharacter{010A}{\dotaccent{C}} \DeclareUnicodeCharacter{010B}{\dotaccent{c}} \DeclareUnicodeCharacter{010C}{\v{C}} \DeclareUnicodeCharacter{010D}{\v{c}} \DeclareUnicodeCharacter{010E}{\v{D}} \DeclareUnicodeCharacter{0112}{\=E} \DeclareUnicodeCharacter{0113}{\=e} \DeclareUnicodeCharacter{0114}{\u{E}} \DeclareUnicodeCharacter{0115}{\u{e}} \DeclareUnicodeCharacter{0116}{\dotaccent{E}} \DeclareUnicodeCharacter{0117}{\dotaccent{e}} \DeclareUnicodeCharacter{011A}{\v{E}} \DeclareUnicodeCharacter{011B}{\v{e}} \DeclareUnicodeCharacter{011C}{\^G} \DeclareUnicodeCharacter{011D}{\^g} \DeclareUnicodeCharacter{011E}{\u{G}} \DeclareUnicodeCharacter{011F}{\u{g}} \DeclareUnicodeCharacter{0120}{\dotaccent{G}} \DeclareUnicodeCharacter{0121}{\dotaccent{g}} \DeclareUnicodeCharacter{0124}{\^H} \DeclareUnicodeCharacter{0125}{\^h} \DeclareUnicodeCharacter{0128}{\~I} \DeclareUnicodeCharacter{0129}{\~{\dotless{i}}} \DeclareUnicodeCharacter{012A}{\=I} \DeclareUnicodeCharacter{012B}{\={\dotless{i}}} \DeclareUnicodeCharacter{012C}{\u{I}} \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}} \DeclareUnicodeCharacter{0130}{\dotaccent{I}} \DeclareUnicodeCharacter{0131}{\dotless{i}} \DeclareUnicodeCharacter{0132}{IJ} \DeclareUnicodeCharacter{0133}{ij} \DeclareUnicodeCharacter{0134}{\^J} \DeclareUnicodeCharacter{0135}{\^{\dotless{j}}} \DeclareUnicodeCharacter{0139}{\'L} \DeclareUnicodeCharacter{013A}{\'l} \DeclareUnicodeCharacter{0141}{\L} \DeclareUnicodeCharacter{0142}{\l} \DeclareUnicodeCharacter{0143}{\'N} \DeclareUnicodeCharacter{0144}{\'n} \DeclareUnicodeCharacter{0147}{\v{N}} \DeclareUnicodeCharacter{0148}{\v{n}} \DeclareUnicodeCharacter{014C}{\=O} \DeclareUnicodeCharacter{014D}{\=o} \DeclareUnicodeCharacter{014E}{\u{O}} \DeclareUnicodeCharacter{014F}{\u{o}} \DeclareUnicodeCharacter{0150}{\H{O}} \DeclareUnicodeCharacter{0151}{\H{o}} \DeclareUnicodeCharacter{0152}{\OE} \DeclareUnicodeCharacter{0153}{\oe} \DeclareUnicodeCharacter{0154}{\'R} \DeclareUnicodeCharacter{0155}{\'r} \DeclareUnicodeCharacter{0158}{\v{R}} \DeclareUnicodeCharacter{0159}{\v{r}} \DeclareUnicodeCharacter{015A}{\'S} \DeclareUnicodeCharacter{015B}{\'s} \DeclareUnicodeCharacter{015C}{\^S} \DeclareUnicodeCharacter{015D}{\^s} \DeclareUnicodeCharacter{015E}{\cedilla{S}} \DeclareUnicodeCharacter{015F}{\cedilla{s}} \DeclareUnicodeCharacter{0160}{\v{S}} \DeclareUnicodeCharacter{0161}{\v{s}} \DeclareUnicodeCharacter{0162}{\cedilla{t}} \DeclareUnicodeCharacter{0163}{\cedilla{T}} \DeclareUnicodeCharacter{0164}{\v{T}} \DeclareUnicodeCharacter{0168}{\~U} \DeclareUnicodeCharacter{0169}{\~u} \DeclareUnicodeCharacter{016A}{\=U} \DeclareUnicodeCharacter{016B}{\=u} \DeclareUnicodeCharacter{016C}{\u{U}} \DeclareUnicodeCharacter{016D}{\u{u}} \DeclareUnicodeCharacter{016E}{\ringaccent{U}} \DeclareUnicodeCharacter{016F}{\ringaccent{u}} \DeclareUnicodeCharacter{0170}{\H{U}} \DeclareUnicodeCharacter{0171}{\H{u}} \DeclareUnicodeCharacter{0174}{\^W} \DeclareUnicodeCharacter{0175}{\^w} \DeclareUnicodeCharacter{0176}{\^Y} \DeclareUnicodeCharacter{0177}{\^y} \DeclareUnicodeCharacter{0178}{\"Y} \DeclareUnicodeCharacter{0179}{\'Z} \DeclareUnicodeCharacter{017A}{\'z} \DeclareUnicodeCharacter{017B}{\dotaccent{Z}} \DeclareUnicodeCharacter{017C}{\dotaccent{z}} \DeclareUnicodeCharacter{017D}{\v{Z}} \DeclareUnicodeCharacter{017E}{\v{z}} \DeclareUnicodeCharacter{01C4}{D\v{Z}} \DeclareUnicodeCharacter{01C5}{D\v{z}} \DeclareUnicodeCharacter{01C6}{d\v{z}} \DeclareUnicodeCharacter{01C7}{LJ} \DeclareUnicodeCharacter{01C8}{Lj} \DeclareUnicodeCharacter{01C9}{lj} \DeclareUnicodeCharacter{01CA}{NJ} \DeclareUnicodeCharacter{01CB}{Nj} \DeclareUnicodeCharacter{01CC}{nj} \DeclareUnicodeCharacter{01CD}{\v{A}} \DeclareUnicodeCharacter{01CE}{\v{a}} \DeclareUnicodeCharacter{01CF}{\v{I}} \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}} \DeclareUnicodeCharacter{01D1}{\v{O}} \DeclareUnicodeCharacter{01D2}{\v{o}} \DeclareUnicodeCharacter{01D3}{\v{U}} \DeclareUnicodeCharacter{01D4}{\v{u}} \DeclareUnicodeCharacter{01E2}{\={\AE}} \DeclareUnicodeCharacter{01E3}{\={\ae}} \DeclareUnicodeCharacter{01E6}{\v{G}} \DeclareUnicodeCharacter{01E7}{\v{g}} \DeclareUnicodeCharacter{01E8}{\v{K}} \DeclareUnicodeCharacter{01E9}{\v{k}} \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}} \DeclareUnicodeCharacter{01F1}{DZ} \DeclareUnicodeCharacter{01F2}{Dz} \DeclareUnicodeCharacter{01F3}{dz} \DeclareUnicodeCharacter{01F4}{\'G} \DeclareUnicodeCharacter{01F5}{\'g} \DeclareUnicodeCharacter{01F8}{\`N} \DeclareUnicodeCharacter{01F9}{\`n} \DeclareUnicodeCharacter{01FC}{\'{\AE}} \DeclareUnicodeCharacter{01FD}{\'{\ae}} \DeclareUnicodeCharacter{01FE}{\'{\O}} \DeclareUnicodeCharacter{01FF}{\'{\o}} \DeclareUnicodeCharacter{021E}{\v{H}} \DeclareUnicodeCharacter{021F}{\v{h}} \DeclareUnicodeCharacter{0226}{\dotaccent{A}} \DeclareUnicodeCharacter{0227}{\dotaccent{a}} \DeclareUnicodeCharacter{0228}{\cedilla{E}} \DeclareUnicodeCharacter{0229}{\cedilla{e}} \DeclareUnicodeCharacter{022E}{\dotaccent{O}} \DeclareUnicodeCharacter{022F}{\dotaccent{o}} \DeclareUnicodeCharacter{0232}{\=Y} \DeclareUnicodeCharacter{0233}{\=y} \DeclareUnicodeCharacter{0237}{\dotless{j}} \DeclareUnicodeCharacter{02DB}{\ogonek{ }} \DeclareUnicodeCharacter{1E02}{\dotaccent{B}} \DeclareUnicodeCharacter{1E03}{\dotaccent{b}} \DeclareUnicodeCharacter{1E04}{\udotaccent{B}} \DeclareUnicodeCharacter{1E05}{\udotaccent{b}} \DeclareUnicodeCharacter{1E06}{\ubaraccent{B}} \DeclareUnicodeCharacter{1E07}{\ubaraccent{b}} \DeclareUnicodeCharacter{1E0A}{\dotaccent{D}} \DeclareUnicodeCharacter{1E0B}{\dotaccent{d}} \DeclareUnicodeCharacter{1E0C}{\udotaccent{D}} \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}} \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}} \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}} \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}} \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}} \DeclareUnicodeCharacter{1E20}{\=G} \DeclareUnicodeCharacter{1E21}{\=g} \DeclareUnicodeCharacter{1E22}{\dotaccent{H}} \DeclareUnicodeCharacter{1E23}{\dotaccent{h}} \DeclareUnicodeCharacter{1E24}{\udotaccent{H}} \DeclareUnicodeCharacter{1E25}{\udotaccent{h}} \DeclareUnicodeCharacter{1E26}{\"H} \DeclareUnicodeCharacter{1E27}{\"h} \DeclareUnicodeCharacter{1E30}{\'K} \DeclareUnicodeCharacter{1E31}{\'k} \DeclareUnicodeCharacter{1E32}{\udotaccent{K}} \DeclareUnicodeCharacter{1E33}{\udotaccent{k}} \DeclareUnicodeCharacter{1E34}{\ubaraccent{K}} \DeclareUnicodeCharacter{1E35}{\ubaraccent{k}} \DeclareUnicodeCharacter{1E36}{\udotaccent{L}} \DeclareUnicodeCharacter{1E37}{\udotaccent{l}} \DeclareUnicodeCharacter{1E3A}{\ubaraccent{L}} \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}} \DeclareUnicodeCharacter{1E3E}{\'M} \DeclareUnicodeCharacter{1E3F}{\'m} \DeclareUnicodeCharacter{1E40}{\dotaccent{M}} \DeclareUnicodeCharacter{1E41}{\dotaccent{m}} \DeclareUnicodeCharacter{1E42}{\udotaccent{M}} \DeclareUnicodeCharacter{1E43}{\udotaccent{m}} \DeclareUnicodeCharacter{1E44}{\dotaccent{N}} \DeclareUnicodeCharacter{1E45}{\dotaccent{n}} \DeclareUnicodeCharacter{1E46}{\udotaccent{N}} \DeclareUnicodeCharacter{1E47}{\udotaccent{n}} \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}} \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}} \DeclareUnicodeCharacter{1E54}{\'P} \DeclareUnicodeCharacter{1E55}{\'p} \DeclareUnicodeCharacter{1E56}{\dotaccent{P}} \DeclareUnicodeCharacter{1E57}{\dotaccent{p}} \DeclareUnicodeCharacter{1E58}{\dotaccent{R}} \DeclareUnicodeCharacter{1E59}{\dotaccent{r}} \DeclareUnicodeCharacter{1E5A}{\udotaccent{R}} \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}} \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}} \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}} \DeclareUnicodeCharacter{1E60}{\dotaccent{S}} \DeclareUnicodeCharacter{1E61}{\dotaccent{s}} \DeclareUnicodeCharacter{1E62}{\udotaccent{S}} \DeclareUnicodeCharacter{1E63}{\udotaccent{s}} \DeclareUnicodeCharacter{1E6A}{\dotaccent{T}} \DeclareUnicodeCharacter{1E6B}{\dotaccent{t}} \DeclareUnicodeCharacter{1E6C}{\udotaccent{T}} \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}} \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}} \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}} \DeclareUnicodeCharacter{1E7C}{\~V} \DeclareUnicodeCharacter{1E7D}{\~v} \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}} \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}} \DeclareUnicodeCharacter{1E80}{\`W} \DeclareUnicodeCharacter{1E81}{\`w} \DeclareUnicodeCharacter{1E82}{\'W} \DeclareUnicodeCharacter{1E83}{\'w} \DeclareUnicodeCharacter{1E84}{\"W} \DeclareUnicodeCharacter{1E85}{\"w} \DeclareUnicodeCharacter{1E86}{\dotaccent{W}} \DeclareUnicodeCharacter{1E87}{\dotaccent{w}} \DeclareUnicodeCharacter{1E88}{\udotaccent{W}} \DeclareUnicodeCharacter{1E89}{\udotaccent{w}} \DeclareUnicodeCharacter{1E8A}{\dotaccent{X}} \DeclareUnicodeCharacter{1E8B}{\dotaccent{x}} \DeclareUnicodeCharacter{1E8C}{\"X} \DeclareUnicodeCharacter{1E8D}{\"x} \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}} \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}} \DeclareUnicodeCharacter{1E90}{\^Z} \DeclareUnicodeCharacter{1E91}{\^z} \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}} \DeclareUnicodeCharacter{1E93}{\udotaccent{z}} \DeclareUnicodeCharacter{1E94}{\ubaraccent{Z}} \DeclareUnicodeCharacter{1E95}{\ubaraccent{z}} \DeclareUnicodeCharacter{1E96}{\ubaraccent{h}} \DeclareUnicodeCharacter{1E97}{\"t} \DeclareUnicodeCharacter{1E98}{\ringaccent{w}} \DeclareUnicodeCharacter{1E99}{\ringaccent{y}} \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}} \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}} \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}} \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}} \DeclareUnicodeCharacter{1EBC}{\~E} \DeclareUnicodeCharacter{1EBD}{\~e} \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}} \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}} \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}} \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}} \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}} \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}} \DeclareUnicodeCharacter{1EF2}{\`Y} \DeclareUnicodeCharacter{1EF3}{\`y} \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}} \DeclareUnicodeCharacter{1EF8}{\~Y} \DeclareUnicodeCharacter{1EF9}{\~y} \DeclareUnicodeCharacter{2013}{--} \DeclareUnicodeCharacter{2014}{---} \DeclareUnicodeCharacter{2018}{\quoteleft} \DeclareUnicodeCharacter{2019}{\quoteright} \DeclareUnicodeCharacter{201A}{\quotesinglbase} \DeclareUnicodeCharacter{201C}{\quotedblleft} \DeclareUnicodeCharacter{201D}{\quotedblright} \DeclareUnicodeCharacter{201E}{\quotedblbase} \DeclareUnicodeCharacter{2022}{\bullet} \DeclareUnicodeCharacter{2026}{\dots} \DeclareUnicodeCharacter{2039}{\guilsinglleft} \DeclareUnicodeCharacter{203A}{\guilsinglright} \DeclareUnicodeCharacter{20AC}{\euro} \DeclareUnicodeCharacter{2192}{\expansion} \DeclareUnicodeCharacter{21D2}{\result} \DeclareUnicodeCharacter{2212}{\minus} \DeclareUnicodeCharacter{2217}{\point} \DeclareUnicodeCharacter{2261}{\equiv} }% end of \utfeightchardefs % US-ASCII character definitions. \def\asciichardefs{% nothing need be done \relax } % Make non-ASCII characters printable again for compatibility with % existing Texinfo documents that may use them, even without declaring a % document encoding. % \setnonasciicharscatcode \other \message{formatting,} \newdimen\defaultparindent \defaultparindent = 15pt \chapheadingskip = 15pt plus 4pt minus 2pt \secheadingskip = 12pt plus 3pt minus 2pt \subsecheadingskip = 9pt plus 2pt minus 2pt % Prevent underfull vbox error messages. \vbadness = 10000 % Don't be very finicky about underfull hboxes, either. \hbadness = 6666 % Following George Bush, get rid of widows and orphans. \widowpenalty=10000 \clubpenalty=10000 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're % using an old version of TeX, don't do anything. We want the amount of % stretch added to depend on the line length, hence the dependence on % \hsize. We call this whenever the paper size is set. % \def\setemergencystretch{% \ifx\emergencystretch\thisisundefined % Allow us to assign to \emergencystretch anyway. \def\emergencystretch{\dimen0}% \else \emergencystretch = .15\hsize \fi } % Parameters in order: 1) textheight; 2) textwidth; % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip; % 7) physical page height; 8) physical page width. % % We also call \setleading{\textleading}, so the caller should define % \textleading. The caller should also set \parskip. % \def\internalpagesizes#1#2#3#4#5#6#7#8{% \voffset = #3\relax \topskip = #6\relax \splittopskip = \topskip % \vsize = #1\relax \advance\vsize by \topskip \outervsize = \vsize \advance\outervsize by 2\topandbottommargin \pageheight = \vsize % \hsize = #2\relax \outerhsize = \hsize \advance\outerhsize by 0.5in \pagewidth = \hsize % \normaloffset = #4\relax \bindingoffset = #5\relax % \ifpdf \pdfpageheight #7\relax \pdfpagewidth #8\relax % if we don't reset these, they will remain at "1 true in" of % whatever layout pdftex was dumped with. \pdfhorigin = 1 true in \pdfvorigin = 1 true in \fi % \setleading{\textleading} % \parindent = \defaultparindent \setemergencystretch } % @letterpaper (the default). \def\letterpaper{{\globaldefs = 1 \parskip = 3pt plus 2pt minus 1pt \textleading = 13.2pt % % If page is nothing but text, make it come out even. \internalpagesizes{607.2pt}{6in}% that's 46 lines {\voffset}{.25in}% {\bindingoffset}{36pt}% {11in}{8.5in}% }} % Use @smallbook to reset parameters for 7x9.25 trim size. \def\smallbook{{\globaldefs = 1 \parskip = 2pt plus 1pt \textleading = 12pt % \internalpagesizes{7.5in}{5in}% {-.2in}{0in}% {\bindingoffset}{16pt}% {9.25in}{7in}% % \lispnarrowing = 0.3in \tolerance = 700 \hfuzz = 1pt \contentsrightmargin = 0pt \defbodyindent = .5cm }} % Use @smallerbook to reset parameters for 6x9 trim size. % (Just testing, parameters still in flux.) \def\smallerbook{{\globaldefs = 1 \parskip = 1.5pt plus 1pt \textleading = 12pt % \internalpagesizes{7.4in}{4.8in}% {-.2in}{-.4in}% {0pt}{14pt}% {9in}{6in}% % \lispnarrowing = 0.25in \tolerance = 700 \hfuzz = 1pt \contentsrightmargin = 0pt \defbodyindent = .4cm }} % Use @afourpaper to print on European A4 paper. \def\afourpaper{{\globaldefs = 1 \parskip = 3pt plus 2pt minus 1pt \textleading = 13.2pt % % Double-side printing via postscript on Laserjet 4050 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm. % To change the settings for a different printer or situation, adjust % \normaloffset until the front-side and back-side texts align. Then % do the same for \bindingoffset. You can set these for testing in % your texinfo source file like this: % @tex % \global\normaloffset = -6mm % \global\bindingoffset = 10mm % @end tex \internalpagesizes{673.2pt}{160mm}% that's 51 lines {\voffset}{\hoffset}% {\bindingoffset}{44pt}% {297mm}{210mm}% % \tolerance = 700 \hfuzz = 1pt \contentsrightmargin = 0pt \defbodyindent = 5mm }} % Use @afivepaper to print on European A5 paper. % From romildo@urano.iceb.ufop.br, 2 July 2000. % He also recommends making @example and @lisp be small. \def\afivepaper{{\globaldefs = 1 \parskip = 2pt plus 1pt minus 0.1pt \textleading = 12.5pt % \internalpagesizes{160mm}{120mm}% {\voffset}{\hoffset}% {\bindingoffset}{8pt}% {210mm}{148mm}% % \lispnarrowing = 0.2in \tolerance = 800 \hfuzz = 1.2pt \contentsrightmargin = 0pt \defbodyindent = 2mm \tableindent = 12mm }} % A specific text layout, 24x15cm overall, intended for A4 paper. \def\afourlatex{{\globaldefs = 1 \afourpaper \internalpagesizes{237mm}{150mm}% {\voffset}{4.6mm}% {\bindingoffset}{7mm}% {297mm}{210mm}% % % Must explicitly reset to 0 because we call \afourpaper. \globaldefs = 0 }} % Use @afourwide to print on A4 paper in landscape format. \def\afourwide{{\globaldefs = 1 \afourpaper \internalpagesizes{241mm}{165mm}% {\voffset}{-2.95mm}% {\bindingoffset}{7mm}% {297mm}{210mm}% \globaldefs = 0 }} % @pagesizes TEXTHEIGHT[,TEXTWIDTH] % Perhaps we should allow setting the margins, \topskip, \parskip, % and/or leading, also. Or perhaps we should compute them somehow. % \parseargdef\pagesizes{\pagesizesyyy #1,,\finish} \def\pagesizesyyy#1,#2,#3\finish{{% \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi \globaldefs = 1 % \parskip = 3pt plus 2pt minus 1pt \setleading{\textleading}% % \dimen0 = #1\relax \advance\dimen0 by \voffset % \dimen2 = \hsize \advance\dimen2 by \normaloffset % \internalpagesizes{#1}{\hsize}% {\voffset}{\normaloffset}% {\bindingoffset}{44pt}% {\dimen0}{\dimen2}% }} % Set default to letter. % \letterpaper \message{and turning on texinfo input format.} \def^^L{\par} % remove \outer, so ^L can appear in an @comment % DEL is a comment character, in case @c does not suffice. \catcode`\^^? = 14 % Define macros to output various characters with catcode for normal text. \catcode`\"=\other \def\normaldoublequote{"} \catcode`\$=\other \def\normaldollar{$}%$ font-lock fix \catcode`\+=\other \def\normalplus{+} \catcode`\<=\other \def\normalless{<} \catcode`\>=\other \def\normalgreater{>} \catcode`\^=\other \def\normalcaret{^} \catcode`\_=\other \def\normalunderscore{_} \catcode`\|=\other \def\normalverticalbar{|} \catcode`\~=\other \def\normaltilde{~} % This macro is used to make a character print one way in \tt % (where it can probably be output as-is), and another way in other fonts, % where something hairier probably needs to be done. % % #1 is what to print if we are indeed using \tt; #2 is what to print % otherwise. Since all the Computer Modern typewriter fonts have zero % interword stretch (and shrink), and it is reasonable to expect all % typewriter fonts to have this, we can check that font parameter. % \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi} % Same as above, but check for italic font. Actually this also catches % non-italic slanted fonts since it is impossible to distinguish them from % italic fonts. But since this is only used by $ and it uses \sl anyway % this is not a problem. \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi} % Turn off all special characters except @ % (and those which the user can use as if they were ordinary). % Most of these we simply print from the \tt font, but for some, we can % use math or other variants that look better in normal text. \catcode`\"=\active \def\activedoublequote{{\tt\char34}} \let"=\activedoublequote \catcode`\~=\active \def~{{\tt\char126}} \chardef\hat=`\^ \catcode`\^=\active \def^{{\tt \hat}} \catcode`\_=\active \def_{\ifusingtt\normalunderscore\_} \let\realunder=_ % Subroutine for the previous macro. \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em } \catcode`\|=\active \def|{{\tt\char124}} \chardef \less=`\< \catcode`\<=\active \def<{{\tt \less}} \chardef \gtr=`\> \catcode`\>=\active \def>{{\tt \gtr}} \catcode`\+=\active \def+{{\tt \char 43}} \catcode`\$=\active \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix % If a .fmt file is being used, characters that might appear in a file % name cannot be active until we have parsed the command line. % So turn them off again, and have \everyjob (or @setfilename) turn them on. % \otherifyactive is called near the end of this file. \def\otherifyactive{\catcode`+=\other \catcode`\_=\other} % Used sometimes to turn off (effectively) the active characters even after % parsing them. \def\turnoffactive{% \normalturnoffactive \otherbackslash } \catcode`\@=0 % \backslashcurfont outputs one backslash character in current font, % as in \char`\\. \global\chardef\backslashcurfont=`\\ \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work % \realbackslash is an actual character `\' with catcode other, and % \doublebackslash is two of them (for the pdf outlines). {\catcode`\\=\other @gdef@realbackslash{\} @gdef@doublebackslash{\\}} % In texinfo, backslash is an active character; it prints the backslash % in fixed width font. \catcode`\\=\active % @ for escape char from now on. % The story here is that in math mode, the \char of \backslashcurfont % ends up printing the roman \ from the math symbol font (because \char % in math mode uses the \mathcode, and plain.tex sets % \mathcode`\\="026E). It seems better for @backslashchar{} to always % print a typewriter backslash, hence we use an explicit \mathchar, % which is the decimal equivalent of "715c (class 7, e.g., use \fam; % ignored family value; char position "5C). We can't use " for the % usual hex value because it has already been made active. @def@normalbackslash{{@tt @ifmmode @mathchar29020 @else @backslashcurfont @fi}} @let@backslashchar = @normalbackslash % @backslashchar{} is for user documents. % On startup, @fixbackslash assigns: % @let \ = @normalbackslash % \rawbackslash defines an active \ to do \backslashcurfont. % \otherbackslash defines an active \ to be a literal `\' character with % catcode other. We switch back and forth between these. @gdef@rawbackslash{@let\=@backslashcurfont} @gdef@otherbackslash{@let\=@realbackslash} % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of % the literal character `\'. % @def@normalturnoffactive{% @let"=@normaldoublequote @let$=@normaldollar %$ font-lock fix @let+=@normalplus @let<=@normalless @let>=@normalgreater @let\=@normalbackslash @let^=@normalcaret @let_=@normalunderscore @let|=@normalverticalbar @let~=@normaltilde @markupsetuplqdefault @markupsetuprqdefault @unsepspaces } % Make _ and + \other characters, temporarily. % This is canceled by @fixbackslash. @otherifyactive % If a .fmt file is being used, we don't want the `\input texinfo' to show up. % That is what \eatinput is for; after that, the `\' should revert to printing % a backslash. % @gdef@eatinput input texinfo{@fixbackslash} @global@let\ = @eatinput % On the other hand, perhaps the file did not have a `\input texinfo'. Then % the first `\' in the file would cause an error. This macro tries to fix % that, assuming it is called before the first `\' could plausibly occur. % Also turn back on active characters that might appear in the input % file name, in case not using a pre-dumped format. % @gdef@fixbackslash{% @ifx\@eatinput @let\ = @normalbackslash @fi @catcode`+=@active @catcode`@_=@active } % Say @foo, not \foo, in error messages. @escapechar = `@@ % These (along with & and #) are made active for url-breaking, so need % active definitions as the normal characters. @def@normaldot{.} @def@normalquest{?} @def@normalslash{/} % These look ok in all fonts, so just make them not special. % @hashchar{} gets its own user-level command, because of #line. @catcode`@& = @other @def@normalamp{&} @catcode`@# = @other @def@normalhash{#} @catcode`@% = @other @def@normalpercent{%} @let @hashchar = @normalhash @c Finally, make ` and ' active, so that txicodequoteundirected and @c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}. If we @c don't make ` and ' active, @code will not get them as active chars. @c Do this last of all since we use ` in the previous @catcode assignments. @catcode`@'=@active @catcode`@`=@active @markupsetuplqdefault @markupsetuprqdefault @c Local variables: @c eval: (add-hook 'write-file-hooks 'time-stamp) @c page-delimiter: "^\\\\message" @c time-stamp-start: "def\\\\texinfoversion{" @c time-stamp-format: "%:y-%02m-%02d.%02H" @c time-stamp-end: "}" @c End: @c vim:sw=2: @ignore arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115 @end ignore �����������������������gsasl-1.8.0/lib/build-aux/useless-if-before-free����������������������������������������������������0000775�0000000�0000000�00000014114�11746471770�016365� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������eval '(exit $?0)' && eval 'exec perl -wST "$0" ${1+"$@"}' & eval 'exec perl -wST "$0" $argv:q' if 0; # Detect instances of "if (p) free (p);". # Likewise "if (p != 0)", "if (0 != p)", or with NULL; and with braces. my $VERSION = '2012-01-06 07:23'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook # do its job. Otherwise, update this string manually. # Copyright (C) 2008-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Written by Jim Meyering use strict; use warnings; use Getopt::Long; (my $ME = $0) =~ s|.*/||; # use File::Coda; # http://meyering.net/code/Coda/ END { defined fileno STDOUT or return; close STDOUT and return; warn "$ME: failed to close standard output: $!\n"; $? ||= 1; } sub usage ($) { my ($exit_code) = @_; my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR); if ($exit_code != 0) { print $STREAM "Try '$ME --help' for more information.\n"; } else { print $STREAM <<EOF; Usage: $ME [OPTIONS] FILE... Detect any instance in FILE of a useless "if" test before a free call, e.g., "if (p) free (p);". Any such test may be safely removed without affecting the semantics of the C code in FILE. Use --name=FOO --name=BAR to also detect free-like functions named FOO and BAR. OPTIONS: --list print only the name of each matching FILE (\\0-terminated) --name=N add name N to the list of \'free\'-like functions to detect; may be repeated --help display this help and exit --version output version information and exit Exit status: 0 one or more matches 1 no match 2 an error EXAMPLE: For example, this command prints all removable "if" tests before "free" and "kfree" calls in the linux kernel sources: git ls-files -z |xargs -0 $ME --name=kfree EOF } exit $exit_code; } sub is_NULL ($) { my ($expr) = @_; return ($expr eq 'NULL' || $expr eq '0'); } { sub EXIT_MATCH {0} sub EXIT_NO_MATCH {1} sub EXIT_ERROR {2} my $err = EXIT_NO_MATCH; my $list; my @name = qw(free); GetOptions ( help => sub { usage 0 }, version => sub { print "$ME version $VERSION\n"; exit }, list => \$list, 'name=s@' => \@name, ) or usage 1; # Make sure we have the right number of non-option arguments. # Always tell the user why we fail. @ARGV < 1 and (warn "$ME: missing FILE argument\n"), usage EXIT_ERROR; my $or = join '|', @name; my $regexp = qr/(?:$or)/; # Set the input record separator. # Note: this makes it impractical to print line numbers. $/ = '"'; my $found_match = 0; FILE: foreach my $file (@ARGV) { open FH, '<', $file or (warn "$ME: can't open '$file' for reading: $!\n"), $err = EXIT_ERROR, next; while (defined (my $line = <FH>)) { while ($line =~ /\b(if\s*\(\s*([^)]+?)(?:\s*!=\s*([^)]+?))?\s*\) # 1 2 3 (?: \s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)\s*;| \s*\{\s*$regexp\s*\((?:\s*\([^)]+\))?\s*([^)]+)\)\s*;\s*\}))/sxg) { my $all = $1; my ($lhs, $rhs) = ($2, $3); my ($free_opnd, $braced_free_opnd) = ($4, $5); my $non_NULL; if (!defined $rhs) { $non_NULL = $lhs } elsif (is_NULL $rhs) { $non_NULL = $lhs } elsif (is_NULL $lhs) { $non_NULL = $rhs } else { next } # Compare the non-NULL part of the "if" expression and the # free'd expression, without regard to white space. $non_NULL =~ tr/ \t//d; my $e2 = defined $free_opnd ? $free_opnd : $braced_free_opnd; $e2 =~ tr/ \t//d; if ($non_NULL eq $e2) { $found_match = 1; $list and (print "$file\0"), next FILE; print "$file: $all\n"; } } } } continue { close FH; } $found_match && $err == EXIT_NO_MATCH and $err = EXIT_MATCH; exit $err; } my $foo = <<'EOF'; # The above is to *find* them. # This adjusts them, removing the unnecessary "if (p)" part. # FIXME: do something like this as an option (doesn't do braces): free=xfree git grep -l -z "$free *(" \ | xargs -0 useless-if-before-free -l --name="$free" \ | xargs -0 perl -0x3b -pi -e \ 's/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s+('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\)\s*;)/$2/s' # Use the following to remove redundant uses of kfree inside braces. # Note that -0777 puts perl in slurp-whole-file mode; # but we have plenty of memory, these days... free=kfree git grep -l -z "$free *(" \ | xargs -0 useless-if-before-free -l --name="$free" \ | xargs -0 perl -0777 -pi -e \ 's/\bif\s*\(\s*(\S+?)(?:\s*!=\s*(?:0|NULL))?\s*\)\s*\{\s*('"$free"'\s*\((?:\s*\([^)]+\))?\s*\1\s*\);)\s*\}[^\n]*$/$2/gms' Be careful that the result of the above transformation is valid. If the matched string is followed by "else", then obviously, it won't be. When modifying files, refuse to process anything other than a regular file. EOF ## Local Variables: ## mode: perl ## indent-tabs-mode: nil ## eval: (add-hook 'write-file-hooks 'time-stamp) ## time-stamp-start: "my $VERSION = '" ## time-stamp-format: "%:y-%02m-%02d %02H:%02M" ## time-stamp-time-zone: "UTC" ## time-stamp-end: "'; # UTC" ## End: ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/snippet/������������������������������������������������������������������0000775�0000000�0000000�00000000000�11760732123�013726� 5����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/snippet/warn-on-use.h�����������������������������������������������������0000664�0000000�0000000�00000012016�11746471770�016206� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A C macro for emitting warnings if a function is used. Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* _GL_WARN_ON_USE (function, "literal string") issues a declaration for FUNCTION which will then trigger a compiler warning containing the text of "literal string" anywhere that function is called, if supported by the compiler. If the compiler does not support this feature, the macro expands to an unused extern declaration. This macro is useful for marking a function as a potential portability trap, with the intent that "literal string" include instructions on the replacement function that should be used instead. However, one of the reasons that a function is a portability trap is if it has the wrong signature. Declaring FUNCTION with a different signature in C is a compilation error, so this macro must use the same type as any existing declaration so that programs that avoid the problematic FUNCTION do not fail to compile merely because they included a header that poisoned the function. But this implies that _GL_WARN_ON_USE is only safe to use if FUNCTION is known to already have a declaration. Use of this macro implies that there must not be any other macro hiding the declaration of FUNCTION; but undefining FUNCTION first is part of the poisoning process anyway (although for symbols that are provided only via a macro, the result is a compilation error rather than a warning containing "literal string"). Also note that in C++, it is only safe to use if FUNCTION has no overloads. For an example, it is possible to poison 'getline' by: - adding a call to gl_WARN_ON_USE_PREPARE([[#include <stdio.h>]], [getline]) in configure.ac, which potentially defines HAVE_RAW_DECL_GETLINE - adding this code to a header that wraps the system <stdio.h>: #undef getline #if HAVE_RAW_DECL_GETLINE _GL_WARN_ON_USE (getline, "getline is required by POSIX 2008, but" "not universally present; use the gnulib module getline"); #endif It is not possible to directly poison global variables. But it is possible to write a wrapper accessor function, and poison that (less common usage, like &environ, will cause a compilation error rather than issue the nice warning, but the end result of informing the developer about their portability problem is still achieved): #if HAVE_RAW_DECL_ENVIRON static inline char ***rpl_environ (void) { return &environ; } _GL_WARN_ON_USE (rpl_environ, "environ is not always properly declared"); # undef environ # define environ (*rpl_environ ()) #endif */ #ifndef _GL_WARN_ON_USE # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) /* A compiler attribute is available in gcc versions 4.3.0 and later. */ # define _GL_WARN_ON_USE(function, message) \ extern __typeof__ (function) function __attribute__ ((__warning__ (message))) # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING /* Verify the existence of the function. */ # define _GL_WARN_ON_USE(function, message) \ extern __typeof__ (function) function # else /* Unsupported. */ # define _GL_WARN_ON_USE(function, message) \ _GL_WARN_EXTERN_C int _gl_warn_on_use # endif #endif /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") is like _GL_WARN_ON_USE (function, "string"), except that the function is declared with the given prototype, consisting of return type, parameters, and attributes. This variant is useful for overloaded functions in C++. _GL_WARN_ON_USE does not work in this case. */ #ifndef _GL_WARN_ON_USE_CXX # if 4 < __GNUC__ || (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ extern rettype function parameters_and_attributes \ __attribute__ ((__warning__ (msg))) # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING /* Verify the existence of the function. */ # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ extern rettype function parameters_and_attributes # else /* Unsupported. */ # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ _GL_WARN_EXTERN_C int _gl_warn_on_use # endif #endif /* _GL_WARN_EXTERN_C declaration; performs the declaration with C linkage. */ #ifndef _GL_WARN_EXTERN_C # if defined __cplusplus # define _GL_WARN_EXTERN_C extern "C" # else # define _GL_WARN_EXTERN_C extern # endif #endif ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/snippet/_Noreturn.h�������������������������������������������������������0000664�0000000�0000000�00000000462�11754207012�015771� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#if !defined _Noreturn && __STDC_VERSION__ < 201112 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/snippet/unused-parameter.h������������������������������������������������0000664�0000000�0000000�00000003042�11746471770�017313� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A C macro for declaring that specific function parameters are not used. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* _GL_UNUSED_PARAMETER is a marker that can be appended to function parameter declarations for parameters that are not used. This helps to reduce warnings, such as from GCC -Wunused-parameter. The syntax is as follows: type param _GL_UNUSED_PARAMETER or more generally param_decl _GL_UNUSED_PARAMETER For example: int param _GL_UNUSED_PARAMETER int *(*param)(void) _GL_UNUSED_PARAMETER Other possible, but obscure and discouraged syntaxes: int _GL_UNUSED_PARAMETER *(*param)(void) _GL_UNUSED_PARAMETER int *(*param)(void) */ #ifndef _GL_UNUSED_PARAMETER # if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED_PARAMETER __attribute__ ((__unused__)) # else # define _GL_UNUSED_PARAMETER # endif #endif ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/snippet/arg-nonnull.h�����������������������������������������������������0000664�0000000�0000000�00000002300�11746471770�016262� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* A C macro for declaring that specific arguments must not be NULL. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* _GL_ARG_NONNULL((n,...,m)) tells the compiler and static analyzer tools that the values passed as arguments n, ..., m must be non-NULL pointers. n = 1 stands for the first argument, n = 2 for the second argument etc. */ #ifndef _GL_ARG_NONNULL # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || __GNUC__ > 3 # define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params)) # else # define _GL_ARG_NONNULL(params) # endif #endif ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/snippet/c++defs.h���������������������������������������������������������0000664�0000000�0000000�00000026753�11746471770�015262� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������/* C++ compatible function declaration macros. Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _GL_CXXDEFS_H #define _GL_CXXDEFS_H /* The three most frequent use cases of these macros are: * For providing a substitute for a function that is missing on some platforms, but is declared and works fine on the platforms on which it exists: #if @GNULIB_FOO@ # if !@HAVE_FOO@ _GL_FUNCDECL_SYS (foo, ...); # endif _GL_CXXALIAS_SYS (foo, ...); _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif * For providing a replacement for a function that exists on all platforms, but is broken/insufficient and needs to be replaced on some platforms: #if @GNULIB_FOO@ # if @REPLACE_FOO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef foo # define foo rpl_foo # endif _GL_FUNCDECL_RPL (foo, ...); _GL_CXXALIAS_RPL (foo, ...); # else _GL_CXXALIAS_SYS (foo, ...); # endif _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif * For providing a replacement for a function that exists on some platforms but is broken/insufficient and needs to be replaced on some of them and is additionally either missing or undeclared on some other platforms: #if @GNULIB_FOO@ # if @REPLACE_FOO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef foo # define foo rpl_foo # endif _GL_FUNCDECL_RPL (foo, ...); _GL_CXXALIAS_RPL (foo, ...); # else # if !@HAVE_FOO@ or if !@HAVE_DECL_FOO@ _GL_FUNCDECL_SYS (foo, ...); # endif _GL_CXXALIAS_SYS (foo, ...); # endif _GL_CXXALIASWARN (foo); #elif defined GNULIB_POSIXCHECK ... #endif */ /* _GL_EXTERN_C declaration; performs the declaration with C linkage. */ #if defined __cplusplus # define _GL_EXTERN_C extern "C" #else # define _GL_EXTERN_C extern #endif /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes); declares a replacement function, named rpl_func, with the given prototype, consisting of return type, parameters, and attributes. Example: _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1))); */ #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) #define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) \ _GL_EXTERN_C rettype rpl_func parameters_and_attributes /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes); declares the system function, named func, with the given prototype, consisting of return type, parameters, and attributes. Example: _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1))); */ #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ _GL_EXTERN_C rettype func parameters_and_attributes /* _GL_CXXALIAS_RPL (func, rettype, parameters); declares a C++ alias called GNULIB_NAMESPACE::func that redirects to rpl_func, if GNULIB_NAMESPACE is defined. Example: _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); */ #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ rettype (*const func) parameters = ::rpl_func; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_RPL_CAST_1 (func, rpl_func, rettype, parameters); is like _GL_CXXALIAS_RPL_1 (func, rpl_func, rettype, parameters); except that the C function rpl_func may have a slightly different declaration. A cast is used to silence the "invalid conversion" error that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ rettype (*const func) parameters = \ reinterpret_cast<rettype(*)parameters>(::rpl_func); \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS (func, rettype, parameters); declares a C++ alias called GNULIB_NAMESPACE::func that redirects to the system provided function func, if GNULIB_NAMESPACE is defined. Example: _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); */ #if defined __cplusplus && defined GNULIB_NAMESPACE /* If we were to write rettype (*const func) parameters = ::func; like above in _GL_CXXALIAS_RPL_1, the compiler could optimize calls better (remove an indirection through a 'static' pointer variable), but then the _GL_CXXALIASWARN macro below would cause a warning not only for uses of ::func but also for uses of GNULIB_NAMESPACE::func. */ # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static rettype (*func) parameters = ::func; \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS_CAST (func, rettype, parameters); is like _GL_CXXALIAS_SYS (func, rettype, parameters); except that the C function func may have a slightly different declaration. A cast is used to silence the "invalid conversion" error that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ namespace GNULIB_NAMESPACE \ { \ static rettype (*func) parameters = \ reinterpret_cast<rettype(*)parameters>(::func); \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIAS_SYS_CAST2 (func, rettype, parameters, rettype2, parameters2); is like _GL_CXXALIAS_SYS (func, rettype, parameters); except that the C function is picked among a set of overloaded functions, namely the one with rettype2 and parameters2. Two consecutive casts are used to silence the "cannot find a match" and "invalid conversion" errors that would otherwise occur. */ #if defined __cplusplus && defined GNULIB_NAMESPACE /* The outer cast must be a reinterpret_cast. The inner cast: When the function is defined as a set of overloaded functions, it works as a static_cast<>, choosing the designated variant. When the function is defined as a single variant, it works as a reinterpret_cast<>. The parenthesized cast syntax works both ways. */ # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ namespace GNULIB_NAMESPACE \ { \ static rettype (*func) parameters = \ reinterpret_cast<rettype(*)parameters>( \ (rettype2(*)parameters2)(::func)); \ } \ _GL_EXTERN_C int _gl_cxxalias_dummy #else # define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIASWARN (func); causes a warning to be emitted when ::func is used but not when GNULIB_NAMESPACE::func is used. func must be defined without overloaded variants. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIASWARN(func) \ _GL_CXXALIASWARN_1 (func, GNULIB_NAMESPACE) # define _GL_CXXALIASWARN_1(func,namespace) \ _GL_CXXALIASWARN_2 (func, namespace) /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, we enable the warning only when not optimizing. */ # if !__OPTIMIZE__ # define _GL_CXXALIASWARN_2(func,namespace) \ _GL_WARN_ON_USE (func, \ "The symbol ::" #func " refers to the system function. " \ "Use " #namespace "::" #func " instead.") # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING # define _GL_CXXALIASWARN_2(func,namespace) \ extern __typeof__ (func) func # else # define _GL_CXXALIASWARN_2(func,namespace) \ _GL_EXTERN_C int _gl_cxxalias_dummy # endif #else # define _GL_CXXALIASWARN(func) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif /* _GL_CXXALIASWARN1 (func, rettype, parameters_and_attributes); causes a warning to be emitted when the given overloaded variant of ::func is used but not when GNULIB_NAMESPACE::func is used. */ #if defined __cplusplus && defined GNULIB_NAMESPACE # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \ GNULIB_NAMESPACE) # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \ _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace) /* To work around GCC bug <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43881>, we enable the warning only when not optimizing. */ # if !__OPTIMIZE__ # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ _GL_WARN_ON_USE_CXX (func, rettype, parameters_and_attributes, \ "The symbol ::" #func " refers to the system function. " \ "Use " #namespace "::" #func " instead.") # elif __GNUC__ >= 3 && GNULIB_STRICT_CHECKING # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ extern __typeof__ (func) func # else # define _GL_CXXALIASWARN1_2(func,rettype,parameters_and_attributes,namespace) \ _GL_EXTERN_C int _gl_cxxalias_dummy # endif #else # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \ _GL_EXTERN_C int _gl_cxxalias_dummy #endif #endif /* _GL_CXXDEFS_H */ ���������������������gsasl-1.8.0/lib/build-aux/compile�������������������������������������������������������������������0000755�0000000�0000000�00000015337�11760730717�013560� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-01-04.17; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free # Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to <bug-automake@gnu.org> or send patches to # <automake-patches@gnu.org>. nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l*) lib=${1#-l} found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes set x "$@" "$dir/$lib.dll.lib" break fi if test -f "$dir/$lib.lib"; then found=yes set x "$@" "$dir/$lib.lib" break fi done IFS=$save_IFS test "$found" != yes && set x "$@" "$lib.lib" shift ;; -L*) func_file_conv "${1#-L}" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to <bug-automake@gnu.org>. EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/pmccabe.css���������������������������������������������������������������0000664�0000000�0000000�00000004515�11746471770�014311� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������body { font-family: Helvetica, sans-serif; } .page_title { font: 18pt Georgia, serif; color: darkred; } .section_title { font: 14pt Georgia, serif; color: darkred; } .report_timestamp { color: darkred; font-weight: bold; } .function_src { text-align: left; background: white; } .resume_table { } .resume_header_entry { color: black; } .resume_number_entry { color: darkred; font-weight: bold; text-align: right; } .ranges_table { border-spacing: 0px; border-bottom: solid 2px black; border-top: solid 2px black; border-left: solid 2px black; border-right: solid 2px black; } .ranges_header_entry { padding: 5px; border-bottom: solid 1px black; font-size: 1em; font-weight: bold; color: darkred; text-align: left; } .ranges_entry { } .ranges_entry_simple { background: #87ff75; } .ranges_entry_moderate { background: #fffc60; } .ranges_entry_high { background: #ff5a5d; } .ranges_entry_untestable { background: #993300 } .function_table { border-spacing: 0px; border-bottom: solid 2px black; border-top: solid 2px black; border-left: solid 2px black; border-right: solid 2px black; } .function_table_caption { font-size: 1.1em; font-weight: bold; color: black; padding: 5px; } .function_table_header { } .function_table_header_entry { padding: 5px; border-bottom: solid 1px black; font-size: 1em; font-weight: bold; color: darkred; text-align: left; } .function_entry { } .function_entry_simple { background: #87ff75; } .function_entry_moderate { background: #fffc60; } .function_entry_high { background: #ff5a5d; } .function_entry_untestable { background: #993300 } .function_entry_name { font-size: 1em; text-align: left; font-weight: bold; text-valign: top; border-top: solid 1px black; padding: 3px; } .function_entry_cyclo { font-size: 1em; text-align: right; text-valign: top; border-top: solid 1px black; padding: 3px; } .function_entry_number { font-size: 1em; text-align: right; text-valign: top; border-top: solid 1px black; padding: 3px; } .function_entry_filename { font-size: 1em; text-align: left; text-valign: top; border-top: solid 1px black; padding: 3px; } �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/vc-list-files�������������������������������������������������������������0000775�0000000�0000000�00000007343�11746471770�014616� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/bin/sh # List version-controlled file names. # Print a version string. scriptversion=2011-05-16.22; # UTC # Copyright (C) 2006-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # List the specified version-controlled files. # With no argument, list them all. With a single DIRECTORY argument, # list the version-controlled files in that directory. # If there's an argument, it must be a single, "."-relative directory name. # cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/ postprocess= case $1 in --help) cat <<EOF Usage: $0 [-C SRCDIR] [DIR...] Output a list of version-controlled files in DIR (default .), relative to SRCDIR (default .). SRCDIR must be the top directory of a checkout. Options: --help print this help, then exit --version print version number, then exit -C SRCDIR change directory to SRCDIR before generating list Report bugs and patches to <bug-gnulib@gnu.org>. EOF exit ;; --version) year=`echo "$scriptversion" | sed 's/[^0-9].*//'` cat <<EOF vc-list-files $scriptversion Copyright (C) $year Free Software Foundation, Inc, License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. EOF exit ;; -C) test "$2" = . || postprocess="| sed 's|^|$2/|'" cd "$2" || exit 1 shift; shift ;; esac test $# = 0 && set . for dir do if test -d .git; then test "x$dir" = x. \ && dir= sed_esc= \ || { dir="$dir/"; sed_esc=`echo "$dir"|env sed 's,\([\\/]\),\\\\\1,g'`; } # Ignore git symlinks - either they point into the tree, in which case # we don't need to visit the target twice, or they point somewhere # else (often into a submodule), in which case the content does not # belong to this package. eval exec git ls-tree -r 'HEAD:"$dir"' \ \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess elif test -d .hg; then eval exec hg locate '"$dir/*"' $postprocess elif test -d .bzr; then test "$postprocess" = '' && postprocess="| sed 's|^\./||'" eval exec bzr ls -R --versioned '"$dir"' $postprocess elif test -d CVS; then test "$postprocess" = '' && postprocess="| sed 's|^\./||'" if test -x build-aux/cvsu; then eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess elif (cvsu --help) >/dev/null 2>&1; then eval cvsu --find --types=AFGM '"$dir"' $postprocess else eval awk -F/ \''{ \ if (!$1 && $3 !~ /^-/) { \ f=FILENAME; \ if (f ~ /CVS\/Entries$/) \ f = substr(f, 1, length(f)-11); \ print f $2; \ }}'\'' \ `find "$dir" -name Entries -print` /dev/null' $postprocess fi elif test -d .svn; then eval exec svn list -R '"$dir"' $postprocess else echo "$0: Failed to determine type of version control used in `pwd`" 1>&2 exit 1 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/gnupload������������������������������������������������������������������0000775�0000000�0000000�00000025563�11746471770�013752� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#!/bin/sh # Sign files and upload them. scriptversion=2012-01-15.15; # UTC # Copyright (C) 2004-2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Originally written by Alexandre Duret-Lutz <adl@gnu.org>. # The master copy of this file is maintained in the gnulib Git repository. # Please send bug reports and feature requests to bug-gnulib@gnu.org. set -e GPG='gpg --batch --no-tty' conffile=.gnuploadrc to= dry_run=false symlink_files= delete_files= delete_symlinks= collect_var= dbg= nl=' ' usage="Usage: $0 [OPTION]... [CMD] FILE... [[CMD] FILE...] Sign all FILES, and process them at selected destinations according to CMD. <http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html> explains further. Commands: --delete delete FILES from destination --symlink create symbolic links --rmsymlink remove symbolic links -- treat the remaining arguments as files to upload Options: --help print this help text and exit --to DEST specify one destination for FILES (multiple --to options are allowed) --user NAME sign with key NAME --symlink-regex[=EXPR] use sed script EXPR to compute symbolic link names --dry-run do nothing, show what would have been done --version output version information and exit If --symlink-regex is given without EXPR, then the link target name is created by replacing the version information with '-latest', e.g.: foo-1.3.4.tar.gz -> foo-latest.tar.gz Recognized destinations are: alpha.gnu.org:DIRECTORY savannah.gnu.org:DIRECTORY savannah.nongnu.org:DIRECTORY ftp.gnu.org:DIRECTORY build directive files and upload files by FTP download.gnu.org.ua:{alpha|ftp}/DIRECTORY build directive files and upload files by SFTP [user@]host:DIRECTORY upload files with scp Options and commands are applied in order. If the file $conffile exists in the current working directory, its contents are prepended to the actual command line options. Use this to keep your defaults. Comments (#) and empty lines in $conffile are allowed. Examples: 1. Upload foobar-1.0.tar.gz to ftp.gnu.org: gnupload --to ftp.gnu.org:foobar foobar-1.0.tar.gz 2. Upload foobar-1.0.tar.gz and foobar-1.0.tar.xz to ftp.gnu.org: gnupload --to ftp.gnu.org:foobar foobar-1.0.tar.gz foobar-1.0.tar.xz 3. Same as above, and also create symbolic links to foobar-latest.tar.*: gnupload --to ftp.gnu.org:foobar \\ --symlink-regex \\ foobar-1.0.tar.gz foobar-1.0.tar.xz 4. Upload foobar-0.9.90.tar.gz to two sites: gnupload --to alpha.gnu.org:foobar \\ --to sources.redhat.com:~ftp/pub/foobar \\ foobar-0.9.90.tar.gz 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz (the -- terminates the list of files to delete): gnupload --to alpha.gnu.org:foobar \\ --to sources.redhat.com:~ftp/pub/foobar \\ --delete oopsbar-0.9.91.tar.gz \\ -- foobar-0.9.91.tar.gz gnupload uses the ncftpput program to do the transfers; if you don't happen to have an ncftp package installed, the ncftpput-ftp script in the build-aux/ directory of the gnulib package (http://savannah.gnu.org/projects/gnulib) may serve as a replacement. Send patches and bug reports to <bug-gnulib@gnu.org>." # Read local configuration file if test -r "$conffile"; then echo "$0: Reading configuration file $conffile" conf=`sed 's/#.*$//;/^$/d' "$conffile" | tr "\015$nl" ' '` eval set x "$conf \"\$@\"" shift fi while test -n "$1"; do case $1 in -*) collect_var= case $1 in --help) echo "$usage" exit $? ;; --to) if test -z "$2"; then echo "$0: Missing argument for --to" 1>&2 exit 1 else to="$to $2" shift fi ;; --user) if test -z "$2"; then echo "$0: Missing argument for --user" 1>&2 exit 1 else GPG="$GPG --local-user $2" shift fi ;; --delete) collect_var=delete_files ;; --rmsymlink) collect_var=delete_symlinks ;; --symlink-regex=*) symlink_expr=`expr "$1" : '[^=]*=\(.*\)'` ;; --symlink-regex) symlink_expr='s|-[0-9][0-9\.]*\(-[0-9][0-9]*\)\{0,1\}\.|-latest.|' ;; --symlink) collect_var=symlink_files ;; --dry-run|-n) dry_run=: ;; --version) echo "gnupload $scriptversion" exit $? ;; --) shift break ;; -*) echo "$0: Unknown option '$1', try '$0 --help'" 1>&2 exit 1 ;; esac ;; *) if test -z "$collect_var"; then break else eval "$collect_var=\"\$$collect_var $1\"" fi ;; esac shift done dprint() { echo "Running $* ..." } if $dry_run; then dbg=dprint fi if test -z "$to"; then echo "$0: Missing destination sites" >&2 exit 1 fi if test -n "$symlink_files"; then x=`echo "$symlink_files" | sed 's/[^ ]//g;s/ //g'` if test -n "$x"; then echo "$0: Odd number of symlink arguments" >&2 exit 1 fi fi if test $# = 0; then if test -z "${symlink_files}${delete_files}${delete_symlinks}"; then echo "$0: No file to upload" 1>&2 exit 1 fi else # Make sure all files exist. We don't want to ask # for the passphrase if the script will fail. for file do if test ! -f $file; then echo "$0: Cannot find '$file'" 1>&2 exit 1 elif test -n "$symlink_expr"; then linkname=`echo $file | sed "$symlink_expr"` if test -z "$linkname"; then echo "$0: symlink expression produces empty results" >&2 exit 1 elif test "$linkname" = $file; then echo "$0: symlink expression does not alter file name" >&2 exit 1 fi fi done fi # Make sure passphrase is not exported in the environment. unset passphrase # Reset PATH to be sure that echo is a built-in. We will later use # 'echo $passphrase' to output the passphrase, so it is important that # it is a built-in (third-party programs tend to appear in 'ps' # listings with their arguments...). # Remember this script runs with 'set -e', so if echo is not built-in # it will exit now. PATH=/empty echo -n "Enter GPG passphrase: " stty -echo read -r passphrase stty echo echo if test $# -ne 0; then for file do echo "Signing $file ..." rm -f $file.sig echo "$passphrase" | $dbg $GPG --passphrase-fd 0 -ba -o $file.sig $file done fi # mkdirective DESTDIR BASE FILE STMT # Arguments: See upload, below mkdirective () { stmt="$4" if test -n "$3"; then stmt=" filename: $3$stmt" fi cat >${2}.directive<<EOF version: 1.1 directory: $1 comment: gnupload v. $scriptversion$stmt EOF if $dry_run; then echo "File ${2}.directive:" cat ${2}.directive echo "File ${2}.directive:" | sed 's/./-/g' fi } mksymlink () { while test $# -ne 0 do echo "symlink: $1 $2" shift shift done } # upload DEST DESTDIR BASE FILE STMT FILES # Arguments: # DEST Destination site; # DESTDIR Destination directory; # BASE Base name for the directive file; # FILE Name of the file to distribute (may be empty); # STMT Additional statements for the directive file; # FILES List of files to upload. upload () { dest=$1 destdir=$2 base=$3 file=$4 stmt=$5 files=$6 rm -f $base.directive $base.directive.asc case $dest in alpha.gnu.org:*) mkdirective "$destdir" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG --passphrase-fd 0 --clearsign $base.directive $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc ;; ftp.gnu.org:*) mkdirective "$destdir" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG --passphrase-fd 0 --clearsign $base.directive $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc ;; savannah.gnu.org:*) if test -z "$files"; then echo "$0: warning: standalone directives not applicable for $dest" >&2 fi $dbg ncftpput savannah.gnu.org /incoming/savannah/$destdir $files ;; savannah.nongnu.org:*) if test -z "$files"; then echo "$0: warning: standalone directives not applicable for $dest" >&2 fi $dbg ncftpput savannah.nongnu.org /incoming/savannah/$destdir $files ;; download.gnu.org.ua:alpha/*|download.gnu.org.ua:ftp/*) destdir_p1=`echo "$destdir" | sed 's,^[^/]*/,,'` destdir_topdir=`echo "$destdir" | sed 's,/.*,,'` mkdirective "$destdir_p1" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG --passphrase-fd 0 --clearsign $base.directive for f in $files $base.directive.asc do echo put $f done | $dbg sftp -b - puszcza.gnu.org.ua:/incoming/$destdir_topdir ;; /*) dest_host=`echo "$dest" | sed 's,:.*,,'` mkdirective "$destdir" "$base" "$file" "$stmt" echo "$passphrase" | $dbg $GPG --passphrase-fd 0 --clearsign $base.directive $dbg cp $files $base.directive.asc $dest_host ;; *) if test -z "$files"; then echo "$0: warning: standalone directives not applicable for $dest" >&2 fi $dbg scp $files $dest ;; esac rm -f $base.directive $base.directive.asc } ##### # Process any standalone directives stmt= if test -n "$symlink_files"; then stmt="$stmt `mksymlink $symlink_files`" fi for file in $delete_files do stmt="$stmt archive: $file" done for file in $delete_symlinks do stmt="$stmt rmsymlink: $file" done if test -n "$stmt"; then for dest in $to do destdir=`echo $dest | sed 's/[^:]*://'` upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt" done fi # Process actual uploads for dest in $to do for file do echo "Uploading $file to $dest ..." stmt= files="$file $file.sig" destdir=`echo $dest | sed 's/[^:]*://'` if test -n "$symlink_expr"; then linkname=`echo $file | sed "$symlink_expr"` stmt="$stmt symlink: $file $linkname symlink: $file.sig $linkname.sig" fi upload "$dest" "$destdir" "$file" "$file" "$stmt" "$files" done done exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: ���������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/ltmain.sh�����������������������������������������������������������������0000644�0000000�0000000�00001052040�11760730671�014012� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������ # libtool (GNU libtool) 2.4.2 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, # or obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Usage: $progname [OPTION]... [MODE-ARG]... # # Provide generalized library-building support services. # # --config show all configuration variables # --debug enable verbose shell tracing # -n, --dry-run display commands without modifying any files # --features display basic configuration information and exit # --mode=MODE use operation mode MODE # --preserve-dup-deps don't remove duplicate dependency libraries # --quiet, --silent don't print informational messages # --no-quiet, --no-silent # print informational messages (default) # --no-warn don't display warning messages # --tag=TAG use configuration variables from tag TAG # -v, --verbose print more informational messages than default # --no-verbose don't print the extra informational messages # --version print version information # -h, --help, --help-all print short, long, or detailed help message # # MODE must be one of the following: # # clean remove files from the build directory # compile compile a source file into a libtool object # execute automatically set library path, then run a program # finish complete the installation of libtool libraries # install install libraries or executables # link create a library or an executable # uninstall remove libraries from an installed directory # # MODE-ARGS vary depending on the MODE. When passed as first option, # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that. # Try `$progname --help --mode=MODE' for a more detailed description of MODE. # # When reporting a bug, please describe a test case to reproduce it and # include the following information: # # host-triplet: $host # shell: $SHELL # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1 # automake: $automake_version # autoconf: $autoconf_version # # Report bugs to <bug-libtool@gnu.org>. # GNU libtool home page: <http://www.gnu.org/software/libtool/>. # General help using GNU software: <http://www.gnu.org/gethelp/>. PROGRAM=libtool PACKAGE=libtool VERSION="2.4.2 Debian-2.4.2-1ubuntu1" TIMESTAMP="" package_revision=1.3337 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # NLS nuisances: We save the old values to restore during execute mode. lt_user_locale= lt_safe_locale= for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${$lt_var+set}\" = set; then save_$lt_var=\$$lt_var $lt_var=C export $lt_var lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\" lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\" fi" done LC_ALL=C LANGUAGE=C export LANGUAGE LC_ALL $lt_unset CDPATH # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" : ${CP="cp -f"} test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} : ${Xsed="$SED -e 1s/^X//"} # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. exit_status=$EXIT_SUCCESS # Make sure IFS has a sensible default lt_nl=' ' IFS=" $lt_nl" dirname="s,/[^/]*$,," basename="s,^.*/,," # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_dirname may be replaced by extended shell implementation # func_basename file func_basename () { func_basename_result=`$ECHO "${1}" | $SED "$basename"` } # func_basename may be replaced by extended shell implementation # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` } # func_dirname_and_basename may be replaced by extended shell implementation # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } # func_stripname may be replaced by extended shell implementation # These SED scripts presuppose an absolute path with a trailing slash. pathcar='s,^/\([^/]*\).*$,\1,' pathcdr='s,^/[^/]*,,' removedotparts=':dotsl s@/\./@/@g t dotsl s,/\.$,/,' collapseslashes='s@/\{1,\}@/@g' finalslash='s,/*$,/,' # func_normal_abspath PATH # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. # value returned in "$func_normal_abspath_result" func_normal_abspath () { # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"` while :; do # Processed it all yet? if test "$func_normal_abspath_tpath" = / ; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result" ; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_relative_path SRCDIR DSTDIR # generates a relative path from SRCDIR to DSTDIR, with a trailing # slash if non-empty, suitable for immediately appending a filename # without needing to append a separator. # value returned in "$func_relative_path_result" func_relative_path () { func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=${func_dirname_result} if test "x$func_relative_path_tlibdir" = x ; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test "x$func_stripname_result" != x ; then func_relative_path_result=${func_relative_path_result}/${func_stripname_result} fi # Normalisation. If bindir is libdir, return empty string, # else relative path ending with a slash; either way, target # file name can be directly appended. if test ! -z "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result/" func_relative_path_result=$func_stripname_result fi } # The name of this program: func_dirname_and_basename "$progpath" progname=$func_basename_result # Make sure we have an absolute path for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=$func_dirname_result progdir=`cd "$progdir" && pwd` progpath="$progdir/$progname" ;; *) save_IFS="$IFS" IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS="$save_IFS" test -x "$progdir/$progname" && break done IFS="$save_IFS" test -n "$progdir" || progdir=`pwd` progpath="$progdir/$progname" ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed="${SED}"' -e 1s/^X//' sed_quote_subst='s/\([`"$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s,[].[^$\\*\/],\\&,g' # Sed substitution that converts a w32 file name or path # which contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-`\' parameter expansions in output of double_quote_subst that were # `\'-ed in input to the same. If an odd number of `\' preceded a '$' # in input to double_quote_subst, that '$' was protected from expansion. # Since each input `\' is now two `\'s, look for any number of runs of # four `\'s followed by two `\'s and then a '$'. `\' that '$'. bs='\\' bs2='\\\\' bs4='\\\\\\\\' dollar='\$' sed_double_backslash="\ s/$bs4/&\\ /g s/^$bs2$dollar/$bs&/ s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g s/\n//g" # Standard options: opt_dry_run=false opt_help=false opt_quiet=false opt_verbose=false opt_warning=: # func_echo arg... # Echo program name prefixed message, along with the current mode # name if it has been set yet. func_echo () { $ECHO "$progname: ${opt_mode+$opt_mode: }$*" } # func_verbose arg... # Echo program name prefixed message in verbose mode only. func_verbose () { $opt_verbose && func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_error arg... # Echo program name prefixed message to standard error. func_error () { $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2 } # func_warning arg... # Echo program name prefixed warning message to standard error. func_warning () { $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2 # bash bug again: : } # func_fatal_error arg... # Echo program name prefixed message to standard error, and exit. func_fatal_error () { func_error ${1+"$@"} exit $EXIT_FAILURE } # func_fatal_help arg... # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { func_error ${1+"$@"} func_fatal_error "$help" } help="Try \`$progname --help' for more information." ## default # func_grep expression filename # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $GREP "$1" "$2" >/dev/null 2>&1 } # func_mkdir_p directory-path # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { my_directory_path="$1" my_dir_list= if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then # Protect directory names starting with `-' case $my_directory_path in -*) my_directory_path="./$my_directory_path" ;; esac # While some portion of DIR does not yet exist... while test ! -d "$my_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. my_dir_list="$my_directory_path:$my_dir_list" # If the last portion added has no slash in it, the list is done case $my_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` done my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` save_mkdir_p_IFS="$IFS"; IFS=':' for my_dir in $my_dir_list; do IFS="$save_mkdir_p_IFS" # mkdir can fail with a `File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$my_dir" 2>/dev/null || : done IFS="$save_mkdir_p_IFS" # Bail out if we (or some other process) failed to create a directory. test -d "$my_directory_path" || \ func_fatal_error "Failed to create \`$1'" fi } # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$opt_dry_run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $MKDIR "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || \ func_fatal_error "cannot create temporary directory \`$my_tmpdir'" fi $ECHO "$my_tmpdir" } # func_quote_for_eval arg # Aesthetically quote ARG to be evaled later. # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT # is double-quoted, suitable for a subsequent eval, whereas # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters # which are still active within double quotes backslashified. func_quote_for_eval () { case $1 in *[\\\`\"\$]*) func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; *) func_quote_for_eval_unquoted_result="$1" ;; esac case $func_quote_for_eval_unquoted_result in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and and variable # expansion for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\"" ;; *) func_quote_for_eval_result="$func_quote_for_eval_unquoted_result" esac } # func_quote_for_expand arg # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { case $1 in *[\\\`\"]*) my_arg=`$ECHO "$1" | $SED \ -e "$double_quote_subst" -e "$sed_double_backslash"` ;; *) my_arg="$1" ;; esac case $my_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") my_arg="\"$my_arg\"" ;; esac func_quote_for_expand_result="$my_arg" } # func_show_eval cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$my_cmd" my_status=$? if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_show_eval_locale cmd [fail_exp] # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { my_cmd="$1" my_fail_exp="${2-:}" ${opt_silent-false} || { func_quote_for_expand "$my_cmd" eval "func_echo $func_quote_for_expand_result" } if ${opt_dry_run-false}; then :; else eval "$lt_user_locale $my_cmd" my_status=$? eval "$lt_safe_locale" if test "$my_status" -eq 0; then :; else eval "(exit $my_status); $my_fail_exp" fi fi } # func_tr_sh # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_version # Echo version message to standard output and exit. func_version () { $opt_debug $SED -n '/(C)/!b go :more /\./!{ N s/\n# / / b more } :go /^# '$PROGRAM' (GNU /,/# warranty; / { s/^# // s/^# *$// s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/ p }' < "$progpath" exit $? } # func_usage # Echo short help message to standard output and exit. func_usage () { $opt_debug $SED -n '/^# Usage:/,/^# *.*--help/ { s/^# // s/^# *$// s/\$progname/'$progname'/ p }' < "$progpath" echo $ECHO "run \`$progname --help | more' for full usage" exit $? } # func_help [NOEXIT] # Echo long help message to standard output and exit, # unless 'noexit' is passed as argument. func_help () { $opt_debug $SED -n '/^# Usage:/,/# Report bugs to/ { :print s/^# // s/^# *$// s*\$progname*'$progname'* s*\$host*'"$host"'* s*\$SHELL*'"$SHELL"'* s*\$LTCC*'"$LTCC"'* s*\$LTCFLAGS*'"$LTCFLAGS"'* s*\$LD*'"$LD"'* s/\$with_gnu_ld/'"$with_gnu_ld"'/ s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ p d } /^# .* home page:/b print /^# General help using/b print ' < "$progpath" ret=$? if test -z "$1"; then exit $ret fi } # func_missing_arg argname # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $opt_debug func_error "missing argument for $1." exit_cmd=exit } # func_split_short_opt shortopt # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. func_split_short_opt () { my_sed_short_opt='1s/^\(..\).*$/\1/;q' my_sed_short_rest='1s/^..\(.*\)$/\1/;q' func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` } # func_split_short_opt may be replaced by extended shell implementation # func_split_long_opt longopt # Set func_split_long_opt_name and func_split_long_opt_arg shell # variables after splitting LONGOPT at the `=' sign. func_split_long_opt () { my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q' my_sed_long_arg='1s/^--[^=]*=//' func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` } # func_split_long_opt may be replaced by extended shell implementation exit_cmd=: magic="%%%MAGIC variable%%%" magic_exe="%%%MAGIC EXE variable%%%" # Global variables. nonopt= preserve_args= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "${1}=\$${1}\${2}" } # func_append may be replaced by extended shell implementation # func_append_quoted var value # Quote VALUE and append to the end of shell variable VAR, separated # by a space. func_append_quoted () { func_quote_for_eval "${2}" eval "${1}=\$${1}\\ \$func_quote_for_eval_result" } # func_append_quoted may be replaced by extended shell implementation # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "${@}"` } # func_arith may be replaced by extended shell implementation # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` } # func_len may be replaced by extended shell implementation # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` } # func_lo2o may be replaced by extended shell implementation # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` } # func_xform may be replaced by extended shell implementation # func_fatal_configuration arg... # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func_error ${1+"$@"} func_error "See the $PACKAGE documentation for more information." func_fatal_error "Fatal configuration error." } # func_config # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # Display the features supported by this script. func_features () { echo "host: $host" if test "$build_libtool_libs" = yes; then echo "enable shared libraries" else echo "disable shared libraries" fi if test "$build_old_libs" = yes; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag tagname # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname="$1" re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf="/$re_begincf/,/$re_endcf/p" # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Option defaults: opt_debug=: opt_dry_run=false opt_config=false opt_preserve_dup_deps=false opt_features=false opt_finish=false opt_help=false opt_help_all=false opt_silent=: opt_warning=: opt_verbose=: opt_silent=false opt_verbose=false # Parse options once, thoroughly. This comes as soon as possible in the # script to make things like `--version' happen as quickly as we can. { # this just eases exit handling while test $# -gt 0; do opt="$1" shift case $opt in --debug|-x) opt_debug='set -x' func_echo "enabling shell trace mode" $opt_debug ;; --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) opt_config=: func_config ;; --dlopen|-dlopen) optarg="$1" opt_dlopen="${opt_dlopen+$opt_dlopen }$optarg" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) opt_features=: func_features ;; --finish) opt_finish=: set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help_all=: opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $opt && break optarg="$1" opt_mode="$optarg" case $optarg in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_silent=false func_append preserve_args " $opt" ;; --no-warning|--no-warn) opt_warning=false func_append preserve_args " $opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $opt" ;; --silent|--quiet) opt_silent=: func_append preserve_args " $opt" opt_verbose=false ;; --verbose|-v) opt_verbose=: func_append preserve_args " $opt" opt_silent=false ;; --tag) test $# = 0 && func_missing_arg $opt && break optarg="$1" opt_tag="$optarg" func_append preserve_args " $opt $optarg" func_enable_tag "$optarg" shift ;; -\?|-h) func_usage ;; --help) func_help ;; --version) func_version ;; # Separate optargs to long options: --*=*) func_split_long_opt "$opt" set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-n*|-v*) func_split_short_opt "$opt" set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) break ;; -*) func_fatal_help "unrecognized option \`$opt'" ;; *) set dummy "$opt" ${1+"$@"}; shift; break ;; esac done # Validate options: # save first non-option argument if test "$#" -gt 0; then nonopt="$opt" shift fi # preserve --debug test "$opt_debug" = : || func_append preserve_args " --debug" case $host in *cygwin* | *mingw* | *pw32* | *cegcc*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac $opt_help || { # Sanity checks first: func_check_version_match if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then func_fatal_configuration "not configured to build any kind of library" fi # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test "$opt_mode" != execute; then func_error "unrecognized option \`-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$progname --help --mode=$opt_mode' for more information." } # Bail if the options were screwed $exit_cmd $EXIT_FAILURE } ## ----------- ## ## Main. ## ## ----------- ## # func_lalib_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null \ | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_unsafe_p file # True iff FILE is a libtool `.la' library or `.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if `file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case "$lalib_p_line" in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test "$lalib_p" = yes } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { func_lalib_p "$1" } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper" } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $opt_debug save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$save_ifs eval cmd=\"$cmd\" func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. func_source () { $opt_debug case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case "$lt_sysroot:$1" in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result="=$func_stripname_result" ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $opt_debug if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with \`--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=${1} if test "$build_libtool_libs" = yes; then write_lobj=\'${2}\' else write_lobj=none fi if test "$build_old_libs" = yes; then write_oldobj=\'${3}\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T <<EOF # $write_libobj - a libtool object file # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # Name of the PIC object. pic_object=$write_lobj # Name of the non-PIC object non_pic_object=$write_oldobj EOF $MV "${write_libobj}T" "${write_libobj}" } } ################################################## # FILE NAME AND PATH CONVERSION HELPER FUNCTIONS # ################################################## # func_convert_core_file_wine_to_w32 ARG # Helper function used by file name conversion functions when $build is *nix, # and $host is mingw, cygwin, or some other w32 environment. Relies on a # correctly configured wine environment available, with the winepath program # in $build's $PATH. # # ARG is the $build file name to be converted to w32 format. # Result is available in $func_convert_core_file_wine_to_w32_result, and will # be empty on error (or when ARG is empty) func_convert_core_file_wine_to_w32 () { $opt_debug func_convert_core_file_wine_to_w32_result="$1" if test -n "$1"; then # Unfortunately, winepath does not exit with a non-zero error code, so we # are forced to check the contents of stdout. On the other hand, if the # command is not found, the shell will set an exit code of 127 and print # *an error message* to stdout. So we must check for both error code of # zero AND non-empty stdout, which explains the odd construction: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$lt_sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $opt_debug # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result="" if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result" ; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result" else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $opt_debug if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $opt_debug # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $opt_debug if test -z "$2" && test -n "$1" ; then func_error "Could not determine host file name corresponding to" func_error " \`$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result="$1" fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $opt_debug if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " \`$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result="$3" fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $opt_debug case $4 in $1 ) func_to_host_path_result="$3$func_to_host_path_result" ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via `$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $opt_debug $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $opt_debug case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result="$1" } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result="$func_convert_core_msys_to_w32_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result="$func_convert_core_file_wine_to_w32_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result="$func_cygpath_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $opt_debug func_to_host_file_result="$1" if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result="$func_cygpath_result" fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via `$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $opt_debug if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd="func_convert_path_${func_stripname_result}" fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $opt_debug func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result="$1" } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result="$func_convert_core_msys_to_w32_result" func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result="$func_convert_core_path_wine_to_w32_result" func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result="$func_cygpath_result" func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $opt_debug func_to_host_path_result="$1" if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result="$func_cygpath_result" func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_mode_compile arg... func_mode_compile () { $opt_debug # Get the compilation command and the source file. base_compile= srcfile="$nonopt" # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg="$arg" arg_mode=normal ;; target ) libobj="$arg" arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify \`-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs="$IFS"; IFS=',' for arg in $args; do IFS="$save_ifs" func_append_quoted lastarg "$arg" done IFS="$save_ifs" func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg="$srcfile" srcfile="$arg" ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with \`-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj="$func_basename_result" } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from \`$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name \`$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname="$func_basename_result" xdir="$func_dirname_result" lobj=${xdir}$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test "$build_libtool_libs" = yes; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test "$pic_mode" != no; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test "$suppress_opt" = yes; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test "$build_old_libs" = yes; then if test "$pic_mode" != yes; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test "$compiler_c_o" = yes; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test "$need_locks" = warn && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test "$need_locks" != no; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test "$opt_mode" = compile && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a \`.o' file suitable for static linking -static only build a \`.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode \`$opt_mode'" ;; esac echo $ECHO "Try \`$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test "$opt_help" = :; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | sed -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | sed '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $opt_debug # The first argument is the command name. cmd="$nonopt" test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "\`$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "\`$file' was not linked with \`-export-dynamic'" continue fi func_dirname "$file" "" "." dir="$func_dirname_result" if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir="$func_dirname_result" ;; *) func_warning "\`-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file="$progdir/$program" elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if test "X$opt_dry_run" = Xfalse; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS fi } test "$opt_mode" = execute && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $opt_debug libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "\`$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument \`$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and \`=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_silent && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the \`-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the \`$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the \`$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test "$opt_mode" = finish && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $opt_debug # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac; then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test "x$prev" = x-m && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the \`$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else func_dirname_and_basename "$dest" "" "." destdir="$func_dirname_result" destname="$func_basename_result" # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "\`$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "\`$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "\`$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir="$func_dirname_result" func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking \`$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname="$1" shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme="$stripme" case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme="" ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib="$destdir/$realname" func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name="$func_basename_result" instname="$dir/$name"i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest="$destfile" destfile= ;; *) func_fatal_help "cannot copy a libtool object to \`$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else func_basename "$file" destfile="$func_basename_result" destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script \`$wrapper'" finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then func_warning "\`$lib' has not been installed in \`$libdir'" finalize=no fi done relink_command= func_source "$wrapper" outputname= if test "$fast_install" = no && test -n "$relink_command"; then $opt_dry_run || { if test "$finalize" = yes; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file="$func_basename_result" outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_silent || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink \`$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file="$outputname" else func_warning "cannot relink \`$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name="$func_basename_result" # Set up the ranlib parameters. oldlib="$destdir/$name" func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run \`$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test "$opt_mode" = install && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $opt_debug my_outputname="$1" my_originator="$2" my_pic_p="${3-no}" my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms="${my_outputname}S.c" else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${my_outputname}.nm" func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then func_verbose "generating symbol list for \`$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from \`$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $opt_dry_run || { $RM $export_symbols eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from \`$dlprefile'" func_basename "$dlprefile" name="$func_basename_result" case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename="" if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname" ; then func_basename "$dlprefile_dlname" dlprefile_dlbasename="$func_basename_result" else # no lafile. user explicitly requested -dlpreopen <import library>. $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename" ; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 </dev/null >/dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[]; LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = {\ { \"$my_originator\", (void *) 0 }," case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) if test "X$my_pic_p" != Xno; then pic_flag_for_symtable=" $pic_flag" fi ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"' # Transform the symbol file into the correct name. symfileobj="$output_objdir/${my_outputname}S.$objext" case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for \`$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $opt_debug win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $opt_debug sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $opt_debug match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive which possess that section. Heuristic: eliminate # all those which have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $opt_debug func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $opt_debug func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $opt_debug if func_cygming_gnu_implib_p "$1" ; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1" ; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result="" fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $opt_debug f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" if test "$lock_old_archive_extraction" = yes; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test "$lock_old_archive_extraction" = yes; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $opt_debug my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib="$func_basename_result" my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`basename "$darwin_archive"` darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}" $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory in which it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ which is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options which match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat <<EOF /* $cwrappersource - temporary wrapper executable for $objdir/$outputname Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION The $output program cannot be directly executed until all the libtool libraries that it depends on are installed. This wrapper executable should never be moved out of the build directory. If it is, it will not operate correctly. */ EOF cat <<"EOF" #ifdef _MSC_VER # define _CRT_SECURE_NO_DEPRECATE 1 #endif #include <stdio.h> #include <stdlib.h> #ifdef _MSC_VER # include <direct.h> # include <process.h> # include <io.h> #else # include <unistd.h> # include <stdint.h> # ifdef __CYGWIN__ # include <io.h> # endif #endif #include <malloc.h> #include <stdarg.h> #include <assert.h> #include <string.h> #include <ctype.h> #include <errno.h> #include <fcntl.h> #include <sys/stat.h> /* declarations of non-ANSI functions */ #if defined(__MINGW32__) # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined(__CYGWIN__) # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined (other platforms) ... */ #endif /* portability defines, excluding path handling macros */ #if defined(_MSC_VER) # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC # ifndef _INTPTR_T_DEFINED # define _INTPTR_T_DEFINED # define intptr_t int # endif #elif defined(__MINGW32__) # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined(__CYGWIN__) # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined (other platforms) ... */ #endif #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) #if defined(LT_DEBUGWRAPPER) static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <<EOF volatile const char * MAGIC_EXE = "$magic_exe"; const char * LIB_PATH_VARNAME = "$shlibpath_var"; EOF if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then func_to_host_path "$temp_rpath" cat <<EOF const char * LIB_PATH_VALUE = "$func_to_host_path_result"; EOF else cat <<"EOF" const char * LIB_PATH_VALUE = ""; EOF fi if test -n "$dllsearchpath"; then func_to_host_path "$dllsearchpath:" cat <<EOF const char * EXE_PATH_VARNAME = "PATH"; const char * EXE_PATH_VALUE = "$func_to_host_path_result"; EOF else cat <<"EOF" const char * EXE_PATH_VARNAME = ""; const char * EXE_PATH_VALUE = ""; EOF fi if test "$fast_install" = yes; then cat <<EOF const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */ EOF else cat <<EOF const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */ EOF fi cat <<"EOF" #define LTWRAPPER_OPTION_PREFIX "--lt-" static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX; static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script"; static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug"; int main (int argc, char *argv[]) { char **newargz; int newargc; char *tmp_pathspec; char *actual_cwrapper_path; char *actual_cwrapper_name; char *target_name; char *lt_argv_zero; intptr_t rval = 127; int i; program_name = (char *) xstrdup (base_name (argv[0])); newargz = XMALLOC (char *, argc + 1); /* very simple arg parsing; don't want to rely on getopt * also, copy all non cwrapper options to newargz, except * argz[0], which is handled differently */ newargc=0; for (i = 1; i < argc; i++) { if (strcmp (argv[i], dumpscript_opt) == 0) { EOF case "$host" in *mingw* | *cygwin* ) # make stdout use "unix" line endings echo " setmode(1,_O_BINARY);" ;; esac cat <<"EOF" lt_dump_script (stdout); return 0; } if (strcmp (argv[i], debug_opt) == 0) { lt_debug = 1; continue; } if (strcmp (argv[i], ltwrapper_option_prefix) == 0) { /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX namespace, but it is not one of the ones we know about and have already dealt with, above (inluding dump-script), then report an error. Otherwise, targets might begin to believe they are allowed to use options in the LTWRAPPER_OPTION_PREFIX namespace. The first time any user complains about this, we'll need to make LTWRAPPER_OPTION_PREFIX a configure-time option or a configure.ac-settable value. */ lt_fatal (__FILE__, __LINE__, "unrecognized %s option: '%s'", ltwrapper_option_prefix, argv[i]); } /* otherwise ... */ newargz[++newargc] = xstrdup (argv[i]); } newargz[++newargc] = NULL; EOF cat <<EOF /* The GNU banner must be the first non-error debug message */ lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n"); EOF cat <<"EOF" lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]); lt_debugprintf (__FILE__, __LINE__, "(main) program_name: %s\n", program_name); tmp_pathspec = find_executable (argv[0]); if (tmp_pathspec == NULL) lt_fatal (__FILE__, __LINE__, "couldn't find %s", argv[0]); lt_debugprintf (__FILE__, __LINE__, "(main) found exe (before symlink chase) at: %s\n", tmp_pathspec); actual_cwrapper_path = chase_symlinks (tmp_pathspec); lt_debugprintf (__FILE__, __LINE__, "(main) found exe (after symlink chase) at: %s\n", actual_cwrapper_path); XFREE (tmp_pathspec); actual_cwrapper_name = xstrdup (base_name (actual_cwrapper_path)); strendzap (actual_cwrapper_path, actual_cwrapper_name); /* wrapper name transforms */ strendzap (actual_cwrapper_name, ".exe"); tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1); XFREE (actual_cwrapper_name); actual_cwrapper_name = tmp_pathspec; tmp_pathspec = 0; /* target_name transforms -- use actual target program name; might have lt- prefix */ target_name = xstrdup (base_name (TARGET_PROGRAM_NAME)); strendzap (target_name, ".exe"); tmp_pathspec = lt_extend_str (target_name, ".exe", 1); XFREE (target_name); target_name = tmp_pathspec; tmp_pathspec = 0; lt_debugprintf (__FILE__, __LINE__, "(main) libtool target name: %s\n", target_name); EOF cat <<EOF newargz[0] = XMALLOC (char, (strlen (actual_cwrapper_path) + strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1)); strcpy (newargz[0], actual_cwrapper_path); strcat (newargz[0], "$objdir"); strcat (newargz[0], "/"); EOF cat <<"EOF" /* stop here, and copy so we don't have to do this twice */ tmp_pathspec = xstrdup (newargz[0]); /* do NOT want the lt- prefix here, so use actual_cwrapper_name */ strcat (newargz[0], actual_cwrapper_name); /* DO want the lt- prefix here if it exists, so use target_name */ lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1); XFREE (tmp_pathspec); tmp_pathspec = NULL; EOF case $host_os in mingw*) cat <<"EOF" { char* p; while ((p = strchr (newargz[0], '\\')) != NULL) { *p = '/'; } while ((p = strchr (lt_argv_zero, '\\')) != NULL) { *p = '/'; } } EOF ;; esac cat <<"EOF" XFREE (target_name); XFREE (actual_cwrapper_path); XFREE (actual_cwrapper_name); lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */ lt_setenv ("DUALCASE", "1"); /* for MSK sh */ /* Update the DLL searchpath. EXE_PATH_VALUE ($dllsearchpath) must be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath) because on Windows, both *_VARNAMEs are PATH but uninstalled libraries must come first. */ lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE); lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE); lt_debugprintf (__FILE__, __LINE__, "(main) lt_argv_zero: %s\n", nonnull (lt_argv_zero)); for (i = 0; i < newargc; i++) { lt_debugprintf (__FILE__, __LINE__, "(main) newargz[%d]: %s\n", i, nonnull (newargz[i])); } EOF case $host_os in mingw*) cat <<"EOF" /* execv doesn't actually work on mingw as expected on unix */ newargz = prepare_spawn (newargz); rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); if (rval == -1) { /* failed to start process */ lt_debugprintf (__FILE__, __LINE__, "(main) failed to launch target \"%s\": %s\n", lt_argv_zero, nonnull (strerror (errno))); return 127; } return rval; EOF ;; *) cat <<"EOF" execv (lt_argv_zero, newargz); return rval; /* =127, but avoids unused variable warning */ EOF ;; esac cat <<"EOF" } void * xmalloc (size_t num) { void *p = (void *) malloc (num); if (!p) lt_fatal (__FILE__, __LINE__, "memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL; } const char * base_name (const char *name) { const char *base; #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Skip over the disk name in MSDOS pathnames. */ if (isalpha ((unsigned char) name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return base; } int check_executable (const char *path) { struct stat st; lt_debugprintf (__FILE__, __LINE__, "(check_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if ((stat (path, &st) >= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (strcmp (str, pat) == 0) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else int len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { int orig_value_len = strlen (orig_value); int add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ int len = strlen (new_value); while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[len-1] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $opt_debug case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_mode_link arg... func_mode_link () { $opt_debug case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # which system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll which has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=no prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module="${wl}-single_module" func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test "$build_libtool_libs" != yes && \ func_fatal_configuration "can not build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir="$arg" prev= continue ;; dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" test -f "$arg" \ || func_fatal_error "symbol file \`$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file \`$arg' does not exist" fi arg=$save_arg prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds="$arg" prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "\`-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between \`-L' and \`$1'" else func_fatal_error "need path for \`-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of \`$dir'" dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module="${wl}-multi_module" continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "\`-no-install' is ignored for $host" func_warning "assuming \`-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" func_append arg " $func_quote_for_eval_result" func_append compiler_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" func_quote_for_eval "$flag" func_append arg " $wl$func_quote_for_eval_result" func_append compiler_flags " $wl$func_quote_for_eval_result" func_append linker_flags " $func_quote_for_eval_result" done IFS="$save_ifs" func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-flto*|-fwhopr*|-fuse-linker-plugin) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test "$pic_object" = none && test "$non_pic_object" = none; then func_fatal_error "cannot find name of object for \`$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir="$func_dirname_result" func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "\`$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test "$prev" = dlfiles; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the \`$prevarg' option requires an argument" if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname="$func_basename_result" libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" func_dirname "$output" "/" "" output_objdir="$func_dirname_result$objdir" func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps ; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test "$linkmode,$pass" = "lib,link"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs="$tmp_deplibs" fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS%" test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" ;; esac fi if test "$linkmode,$pass" = "lib,dlpreopen"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs="$dlprefiles" fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then func_warning "\`-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test "$linkmode" = lib; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no func_dirname "$lib" "" "." ladir="$func_dirname_result" lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l *.ltframework) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test "$linkmode" = lib ; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "\`-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." else echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi ;; esac continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" fi # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "\`$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir="$func_dirname_result" dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done elif test "$linkmode" != prog && test "$linkmode" != lib; then func_fatal_error "\`$lib' is not a convenience library" fi continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test "$prefer_static_libs" = yes || test "$prefer_static_libs,$installed" = "built,no"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib="$l" done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for \`$lib'" fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then func_fatal_error "cannot -dlopen a convenience library: \`$lib'" fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of \`$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir="$ladir" fi ;; esac func_basename "$lib" laname="$func_basename_result" # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library \`$lib' was moved." dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$lt_sysroot$libdir" absdir="$lt_sysroot$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later func_append notinst_path " $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir" && test "$linkmode" = prog; then func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'" fi case "$host" in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath:" in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test "$installed" = no; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule="" for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule="$dlpremoduletest" break fi done if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then echo if test "$linkmode" = prog; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname="$1" shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc*) func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" func_basename "$soroot" soname="$func_basename_result" func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from \`$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for \`$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$opt_mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we can not # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null ; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library" ; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add="$dir/$old_library" fi elif test -n "$old_library"; then add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$absdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && test "$hardcode_minus_L" != yes && test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$opt_mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes && test "$hardcode_direct_absolute" = no; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system can not link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using \`nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs="$temp_deplibs" fi func_append newlib_search_path " $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps ; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path="$deplib" ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of \`$dir'" absdir="$dir" fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl" ; then depdepl="$absdir/$objdir/$depdepl" darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}" func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}" path= fi fi ;; *) path="-L$absdir/$objdir" ;; esac else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "\`$deplib' seems to be moved" path="-L$absdir" fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test "$pass" = link; then if test "$linkmode" = "prog"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" fi if test "$linkmode" = prog || test "$linkmode" = lib; then dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "\`-R' is ignored for archives" test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "\`-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "\`-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test "$module" = no && \ func_fatal_help "libtool library \`$output' must begin with \`lib'" if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test "$dlself" != no && \ func_warning "\`-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test "$#" -gt 1 && \ func_warning "ignoring multiple \`-rpath's for a libtool library" install_libdir="$1" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "\`-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "\`-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 shift IFS="$save_ifs" test -n "$7" && \ func_fatal_help "too many parameters to \`-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$1" number_minor="$2" number_revision="$3" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|qnx|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; *) func_fatal_configuration "$modename: unknown library version type \`$version_type'" ;; esac ;; no) current="$1" revision="$2" age="$3" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT \`$current' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION \`$revision' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE \`$age' must be a nonnegative integer" func_fatal_error "\`$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE \`$age' is greater than the current interface number \`$current'" func_fatal_error "\`$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current" ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix="$major.$age.$revision" ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring="$verstring:${iface}.0" done # Make executables depend on our current version. func_append verstring ":${current}.0" ;; qnx) major=".$current" versuffix=".$current" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. func_arith $current - $age major=$func_arith_result versuffix="-$major" ;; *) func_fatal_configuration "unknown library version type \`$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then func_warning "undefined symbols not allowed in $host shared libraries" build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi func_generate_dlsyms "$libname" "$libname" "yes" func_append libobjs " $symfileobj" test "X$libobjs" = "X " && libobjs= if test "$opt_mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c <<EOF int main() { return 0; } EOF $opt_dry_run || $RM conftest if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then ldd_output=`ldd conftest` for i in $deplibs; do case $i in -l*) func_stripname -l '' "$i" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $i "*) func_append newdeplibs " $i" i="" ;; esac fi if test -n "$i" ; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then func_append newdeplibs " $i" else droppeddeps=yes echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which I believe you do not have" echo "*** because a test_compile did reveal that the linker did not use it for" echo "*** its dynamic dependency list that programs get resolved with at runtime." fi fi ;; *) func_append newdeplibs " $i" ;; esac done else # Error occurred in the first compile. Let's try to salvage # the situation: Compile a separate program for each library. for i in $deplibs; do case $i in -l*) func_stripname -l '' "$i" name=$func_stripname_result $opt_dry_run || $RM conftest if $LTCC $LTCFLAGS -o conftest conftest.c $i; then ldd_output=`ldd conftest` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $i "*) func_append newdeplibs " $i" i="" ;; esac fi if test -n "$i" ; then libname=`eval "\\$ECHO \"$libname_spec\""` deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` set dummy $deplib_matches; shift deplib_match=$1 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then func_append newdeplibs " $i" else droppeddeps=yes echo $ECHO "*** Warning: dynamic linker does not accept needed library $i." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because a test_compile did reveal that the linker did not use this one" echo "*** as a dynamic dependency that programs can get resolved with at runtime." fi fi else droppeddeps=yes echo $ECHO "*** Warning! Library $i is needed by this library but I was not able to" echo "*** make it link in! You will probably need to install it or some" echo "*** library that it depends on before this library will be fully" echo "*** functional. Installing it before continuing would be even better." fi ;; *) func_append newdeplibs " $i" ;; esac done fi ;; file_magic*) set dummy $deplibs_check_method; shift file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` if test -n "$file_magic_glob"; then libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` else libnameglob=$libname fi test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do if test "$want_nocaseglob" = yes; then shopt -s nocaseglob potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test "X$deplibs_check_method" = "Xnone"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using \`nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then # Remove ${wl} instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$opt_mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname="$1" shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols="$output_objdir/$libname.uexp" func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile if test "x`$SED 1q $export_symbols`" != xEXPORTS; then # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols="$export_symbols" export_symbols= always_export_symbols=yes fi fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd1 in $cmds; do IFS="$save_ifs" # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test "$try_normal_branch" = yes \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=${output_objdir}/${output_la}.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test "$compiler_needs_object" = yes && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then output=${output_objdir}/${output_la}.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then output=${output_objdir}/${output_la}.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test "$compiler_needs_object" = yes; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-${k}.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test "X$objlist" = X || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-${k}.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\${concat_cmds}$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi if ${skipped_export-false}; then func_verbose "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi fi test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi if ${skipped_export-false}; then if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols="$export_symbols" test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols" $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for \`$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi fi libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $opt_silent || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$opt_mode" = relink; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$opt_mode" = relink; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then func_warning "\`-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "\`-l' and \`-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "\`-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "\`-R' is ignored for objects" test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for objects" test -n "$release" && \ func_warning "\`-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object \`$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` else gentop="$output_objdir/${obj}x" func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test "$build_libtool_libs" != yes && libobjs="$non_pic_objects" # Create the old-style object. reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "\`-version-info' is ignored for programs" test -n "$release" && \ func_warning "\`-release' is ignored for programs" test "$preload" = yes \ && test "$dlopen_support" = unknown \ && test "$dlopen_self" = unknown \ && test "$dlopen_self_static" = unknown && \ func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test "$tagname" = CXX ; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " ${wl}-bind_at_load" func_append finalize_command " ${wl}-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs="$new_libs" func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" "no" # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=yes case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=no ;; *cygwin* | *mingw* ) if test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; *) if test "$need_relink" = no || test "$build_libtool_libs" != yes; then wrappers_required=no fi ;; esac if test "$wrappers_required" = no; then # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.${objext}"; then func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"' fi exit $exit_status fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" func_warning "this platform does not like uninstalled shared libraries" func_warning "\`$output' will be relinked during installation" else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host" ; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save $symfileobj" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" if test "$preload" = yes && test -f "$symfileobj"; then func_append oldobjs " $symfileobj" fi fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop="$output_objdir/${outputname}x" func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase="$func_basename_result" case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name="$func_basename_result" func_resolve_sysroot "$deplib" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "\`$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name="$func_basename_result" eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "\`$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles="$newdlprefiles" fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test "x$bindir" != x ; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that can not go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } { test "$opt_mode" = link || test "$opt_mode" = relink; } && func_mode_link ${1+"$@"} # func_mode_uninstall arg... func_mode_uninstall () { $opt_debug RM="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) func_append RM " $arg"; rmforce=yes ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir="$func_dirname_result" if test "X$dir" = X.; then odir="$objdir" else odir="$dir/$objdir" fi func_basename "$file" name="$func_basename_result" test "$opt_mode" = uninstall && odir="$dir" # Remember odir for removal later, being careful to avoid duplicates if test "$opt_mode" = clean; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case "$opt_mode" in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test "$pic_object" != none; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test "$non_pic_object" != none; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test "$opt_mode" = clean ; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name" ; then func_append rmfiles " $odir/lt-${noexename}.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } && func_mode_uninstall ${1+"$@"} test -z "$opt_mode" && { help="$generic_help" func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode \`$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: # vi:sw=2 ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/config.rpath��������������������������������������������������������������0000775�0000000�0000000�00000044435�11756673145�014523� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2012 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld # should be set by the caller. # # The set of defined variables is at the end of this script. # Known limitations: # - On IRIX 6.5 with CC="cc", the run time search patch must not be longer # than 256 bytes, otherwise the compiler driver will dump core. The only # known workaround is to choose shorter directory names for the build # directory and/or the installation directory. # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a shrext=.so host="$1" host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` # Code taken from libtool.m4's _LT_CC_BASENAME. for cc_temp in $CC""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'` # Code taken from libtool.m4's _LT_COMPILER_PIC. wl= if test "$GCC" = yes; then wl='-Wl,' else case "$host_os" in aix*) wl='-Wl,' ;; mingw* | cygwin* | pw32* | os2* | cegcc*) ;; hpux9* | hpux10* | hpux11*) wl='-Wl,' ;; irix5* | irix6* | nonstopux*) wl='-Wl,' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in ecc*) wl='-Wl,' ;; icc* | ifort*) wl='-Wl,' ;; lf95*) wl='-Wl,' ;; nagfor*) wl='-Wl,-Wl,,' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) wl='-Wl,' ;; ccc*) wl='-Wl,' ;; xl* | bgxl* | bgf* | mpixl*) wl='-Wl,' ;; como) wl='-lopt=' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ F* | *Sun*Fortran*) wl= ;; *Sun\ C*) wl='-Wl,' ;; esac ;; esac ;; newsos6) ;; *nto* | *qnx*) ;; osf3* | osf4* | osf5*) wl='-Wl,' ;; rdos*) ;; solaris*) case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) wl='-Qoption ld ' ;; *) wl='-Wl,' ;; esac ;; sunos4*) wl='-Qoption ld ' ;; sysv4 | sysv4.2uw2* | sysv4.3*) wl='-Wl,' ;; sysv4*MP*) ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) wl='-Wl,' ;; unicos*) wl='-Wl,' ;; uts4*) ;; esac fi # Code taken from libtool.m4's _LT_LINKER_SHLIBS. hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no case "$host_os" in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. # Unlike libtool, we use -rpath here, not --rpath, since the documented # option of GNU ld is called -rpath, not --rpath. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' case "$host_os" in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then : else ld_shlibs=no fi ;; haiku*) ;; interix[3-9]*) hardcode_direct=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; netbsd*) ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' else ld_shlibs=no fi ;; esac ;; sunos4*) hardcode_direct=yes ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then : else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then hardcode_libdir_flag_spec= fi else case "$host_os" in aix3*) # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac fi hardcode_direct=yes hardcode_libdir_separator=':' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac fi # Begin _LT_AC_SYS_LIBPATH_AIX. echo 'int main () { return 0; }' > conftest.c ${CC} ${LDFLAGS} conftest.c -o conftest aix_libpath=`dump -H conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest 2>/dev/null | sed -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; } }'` fi if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib" fi rm -f conftest.c conftest # End _LT_AC_SYS_LIBPATH_AIX. if test "$aix_use_runtimelinking" = yes; then hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' else hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" fi fi ;; amigaos*) case "$host_cpu" in powerpc) ;; m68k) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' libext=lib ;; darwin* | rhapsody*) hardcode_direct=no if { case $cc_basename in ifort*) true;; *) test "$GCC" = yes;; esac; }; then : else ld_shlibs=no fi ;; dgux*) hardcode_libdir_flag_spec='-L$libdir' ;; freebsd2.2*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; freebsd2*) hardcode_direct=yes hardcode_minus_L=yes ;; freebsd* | dragonfly*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; hpux9*) hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; hpux10*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no ;; *) hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; netbsd*) hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes ;; newsos6) hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then hardcode_libdir_flag_spec='${wl}-rpath,$libdir' else case "$host_os" in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) hardcode_libdir_flag_spec='-R$libdir' ;; *) hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; osf3*) hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) if test "$GCC" = yes; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else # Both cc and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) hardcode_libdir_flag_spec='-R$libdir' ;; sunos4*) hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes ;; sysv4) case $host_vendor in sni) hardcode_direct=yes # is this really true??? ;; siemens) hardcode_direct=no ;; motorola) hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac ;; sysv4.3*) ;; sysv4*MP*) if test -d /usr/nec; then ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) ;; sysv5* | sco3.2v5* | sco5v6*) hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' ;; uts4*) hardcode_libdir_flag_spec='-L$libdir' ;; *) ld_shlibs=no ;; esac fi # Check dynamic linker characteristics # Code taken from libtool.m4's _LT_SYS_DYNAMIC_LINKER. # Unlike libtool.m4, here we don't care about _all_ names of the library, but # only about the one the linker finds when passed -lNAME. This is the last # element of library_names_spec in libtool.m4, or possibly two of them if the # linker has special search rules. library_names_spec= # the last element of library_names_spec in libtool.m4 libname_spec='lib$name' case "$host_os" in aix3*) library_names_spec='$libname.a' ;; aix[4-9]*) library_names_spec='$libname$shrext' ;; amigaos*) case "$host_cpu" in powerpc*) library_names_spec='$libname$shrext' ;; m68k) library_names_spec='$libname.a' ;; esac ;; beos*) library_names_spec='$libname$shrext' ;; bsdi[45]*) library_names_spec='$libname$shrext' ;; cygwin* | mingw* | pw32* | cegcc*) shrext=.dll library_names_spec='$libname.dll.a $libname.lib' ;; darwin* | rhapsody*) shrext=.dylib library_names_spec='$libname$shrext' ;; dgux*) library_names_spec='$libname$shrext' ;; freebsd* | dragonfly*) case "$host_os" in freebsd[123]*) library_names_spec='$libname$shrext$versuffix' ;; *) library_names_spec='$libname$shrext' ;; esac ;; gnu*) library_names_spec='$libname$shrext' ;; haiku*) library_names_spec='$libname$shrext' ;; hpux9* | hpux10* | hpux11*) case $host_cpu in ia64*) shrext=.so ;; hppa*64*) shrext=.sl ;; *) shrext=.sl ;; esac library_names_spec='$libname$shrext' ;; interix[3-9]*) library_names_spec='$libname$shrext' ;; irix5* | irix6* | nonstopux*) library_names_spec='$libname$shrext' case "$host_os" in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= ;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 ;; *) libsuff= shlibsuff= ;; esac ;; esac ;; linux*oldld* | linux*aout* | linux*coff*) ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) library_names_spec='$libname$shrext' ;; knetbsd*-gnu) library_names_spec='$libname$shrext' ;; netbsd*) library_names_spec='$libname$shrext' ;; newsos6) library_names_spec='$libname$shrext' ;; *nto* | *qnx*) library_names_spec='$libname$shrext' ;; openbsd*) library_names_spec='$libname$shrext$versuffix' ;; os2*) libname_spec='$name' shrext=.dll library_names_spec='$libname.a' ;; osf3* | osf4* | osf5*) library_names_spec='$libname$shrext' ;; rdos*) ;; solaris*) library_names_spec='$libname$shrext' ;; sunos4*) library_names_spec='$libname$shrext$versuffix' ;; sysv4 | sysv4.3*) library_names_spec='$libname$shrext' ;; sysv4*MP*) library_names_spec='$libname$shrext' ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) library_names_spec='$libname$shrext' ;; tpf*) library_names_spec='$libname$shrext' ;; uts4*) library_names_spec='$libname$shrext' ;; esac sed_quote_subst='s/\(["`$\\]\)/\\\1/g' escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` shlibext=`echo "$shrext" | sed -e 's,^\.,,'` escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` LC_ALL=C sed -e 's/^\([a-zA-Z0-9_]*\)=/acl_cv_\1=/' <<EOF # How to pass a linker flag through the compiler. wl="$escaped_wl" # Static library suffix (normally "a"). libext="$libext" # Shared library suffix (normally "so"). shlibext="$shlibext" # Format of library name prefix. libname_spec="$escaped_libname_spec" # Library names that the linker finds when passed -lNAME. library_names_spec="$escaped_library_names_spec" # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec="$escaped_hardcode_libdir_flag_spec" # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator="$hardcode_libdir_separator" # Set to yes if using DIR/libNAME.so during linking hardcodes DIR into the # resulting binary. hardcode_direct="$hardcode_direct" # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L="$hardcode_minus_L" EOF �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/config.sub����������������������������������������������������������������0000755�0000000�0000000�00000105176�11760730671�014165� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. timestamp='2012-02-10' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see <http://www.gnu.org/licenses/>. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Please send patches to <config-patches@gnu.org>. Submit a context # diff and a properly formatted GNU ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to <config-patches@gnu.org>." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | \ kopensolaris*-gnu* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | be32 | be64 \ | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 \ | ns16k | ns32k \ | open8 \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pyramid-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze) basic_machine=microblaze-xilinx ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i386-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -openbsd* | -solidbsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -kaos*) os=-kaos ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/update-copyright����������������������������������������������������������0000775�0000000�0000000�00000022415�11746471770�015422� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������eval '(exit $?0)' && eval 'exec perl -wS -0777 -pi "$0" ${1+"$@"}' & eval 'exec perl -wS -0777 -pi "$0" $argv:q' if 0; # Update an FSF copyright year list to include the current year. my $VERSION = '2012-02-05.21:39'; # UTC # Copyright (C) 2009-2012 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Written by Jim Meyering and Joel E. Denny # The arguments to this script should be names of files that contain # copyright statements to be updated. The copyright holder's name # defaults to "Free Software Foundation, Inc." but may be changed to # any other name by using the "UPDATE_COPYRIGHT_HOLDER" environment # variable. # # For example, you might wish to use the update-copyright target rule # in maint.mk from gnulib's maintainer-makefile module. # # Iff a copyright statement is recognized in a file and the final # year is not the current year, then the statement is updated for the # new year and it is reformatted to: # # 1. Fit within 72 columns. # 2. Convert 2-digit years to 4-digit years by prepending "19". # 3. Expand copyright year intervals. (See "Environment variables" # below.) # # A warning is printed for every file for which no copyright # statement is recognized. # # Each file's copyright statement must be formatted correctly in # order to be recognized. For example, each of these is fine: # # Copyright @copyright{} 1990-2005, 2007-2009 Free Software # Foundation, Inc. # # # Copyright (C) 1990-2005, 2007-2009 Free Software # # Foundation, Inc. # # /* # * Copyright © 90,2005,2007-2009 # * Free Software Foundation, Inc. # */ # # However, the following format is not recognized because the line # prefix changes after the first line: # # ## Copyright (C) 1990-2005, 2007-2009 Free Software # # Foundation, Inc. # # However, any correctly formatted copyright statement following # a non-matching copyright statements would be recognized. # # The exact conditions that a file's copyright statement must meet # to be recognized are: # # 1. It is the first copyright statement that meets all of the # following conditions. Subsequent copyright statements are # ignored. # 2. Its format is "Copyright (C)", then a list of copyright years, # and then the name of the copyright holder. # 3. The "(C)" takes one of the following forms or is omitted # entirely: # # A. (C) # B. (c) # C. @copyright{} # D. © # # 4. The "Copyright" appears at the beginning of a line, except that it # may be prefixed by any sequence (e.g., a comment) of no more than # 5 characters -- including white space. # 5. Iff such a prefix is present, the same prefix appears at the # beginning of each remaining line within the FSF copyright # statement. There is one exception in order to support C-style # comments: if the first line's prefix contains nothing but # whitespace surrounding a "/*", then the prefix for all subsequent # lines is the same as the first line's prefix except with each of # "/" and possibly "*" replaced by a " ". The replacement of "*" # by " " is consistent throughout all subsequent lines. # 6. Blank lines, even if preceded by the prefix, do not appear # within the FSF copyright statement. # 7. Each copyright year is 2 or 4 digits, and years are separated by # commas or dashes. Whitespace may appear after commas. # # Environment variables: # # 1. If UPDATE_COPYRIGHT_FORCE=1, a recognized FSF copyright statement # is reformatted even if it does not need updating for the new # year. If unset or set to 0, only updated FSF copyright # statements are reformatted. # 2. If UPDATE_COPYRIGHT_USE_INTERVALS=1, every series of consecutive # copyright years (such as 90, 1991, 1992-2007, 2008) in a # reformatted FSF copyright statement is collapsed to a single # interval (such as 1990-2008). If unset or set to 0, all existing # copyright year intervals in a reformatted FSF copyright statement # are expanded instead. # If UPDATE_COPYRIGHT_USE_INTERVALS=2, convert a sequence with gaps # to the minimal containing range. For example, convert # 2000, 2004-2007, 2009 to 2000-2009. # 3. For testing purposes, you can set the assumed current year in # UPDATE_COPYRIGHT_YEAR. # 4. The default maximum line length for a copyright line is 72. # Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH to use a different length. # 5. Set UPDATE_COPYRIGHT_HOLDER if the copyright holder is other # than "Free Software Foundation, Inc.". use strict; use warnings; my $copyright_re = 'Copyright'; my $circle_c_re = '(?:\([cC]\)|@copyright{}|©)'; my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER}; $holder ||= 'Free Software Foundation, Inc.'; my $prefix_max = 5; my $margin = $ENV{UPDATE_COPYRIGHT_MAX_LINE_LENGTH}; !$margin || $margin !~ m/^\d+$/ and $margin = 72; my $tab_width = 8; my $this_year = $ENV{UPDATE_COPYRIGHT_YEAR}; if (!$this_year || $this_year !~ m/^\d{4}$/) { my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ()); $this_year = $year + 1900; } # Unless the file consistently uses "\r\n" as the EOL, use "\n" instead. my $eol = /(?:^|[^\r])\n/ ? "\n" : "\r\n"; my $leading; my $prefix; my $ws_re; my $stmt_re; while (/(^|\n)(.{0,$prefix_max})$copyright_re/g) { $leading = "$1$2"; $prefix = $2; if ($prefix =~ /^(\s*\/)\*(\s*)$/) { $prefix =~ s,/, ,; my $prefix_ws = $prefix; $prefix_ws =~ s/\*/ /; # Only whitespace. if (/\G(?:[^*\n]|\*[^\/\n])*\*?\n$prefix_ws/) { $prefix = $prefix_ws; } } $ws_re = '[ \t\r\f]'; # \s without \n $ws_re = "(?:$ws_re*(?:$ws_re|\\n" . quotemeta($prefix) . ")$ws_re*)"; my $holder_re = $holder; $holder_re =~ s/\s/$ws_re/g; my $stmt_remainder_re = "(?:$ws_re$circle_c_re)?" . "$ws_re(?:(?:\\d\\d)?\\d\\d(?:,$ws_re?|-))*" . "((?:\\d\\d)?\\d\\d)$ws_re$holder_re"; if (/\G$stmt_remainder_re/) { $stmt_re = quotemeta($leading) . "($copyright_re$stmt_remainder_re)"; last; } } if (defined $stmt_re) { /$stmt_re/ or die; # Should never die. my $stmt = $1; my $final_year_orig = $2; # Handle two-digit year numbers like "98" and "99". my $final_year = $final_year_orig; $final_year <= 99 and $final_year += 1900; if ($final_year != $this_year) { # Update the year. $stmt =~ s/$final_year_orig/$final_year, $this_year/; } if ($final_year != $this_year || $ENV{'UPDATE_COPYRIGHT_FORCE'}) { # Normalize all whitespace including newline-prefix sequences. $stmt =~ s/$ws_re/ /g; # Put spaces after commas. $stmt =~ s/, ?/, /g; # Convert 2-digit to 4-digit years. $stmt =~ s/(\b\d\d\b)/19$1/g; # Make the use of intervals consistent. if (!$ENV{UPDATE_COPYRIGHT_USE_INTERVALS}) { $stmt =~ s/(\d{4})-(\d{4})/join(', ', $1..$2)/eg; } else { $stmt =~ s/ (\d{4}) (?: (,\ |-) ((??{ if ($2 eq '-') { '\d{4}'; } elsif (!$3) { $1 + 1; } else { $3 + 1; } })) )+ /$1-$3/gx; # When it's 2, emit a single range encompassing all year numbers. $ENV{UPDATE_COPYRIGHT_USE_INTERVALS} == 2 and $stmt =~ s/\b(\d{4})\b.*\b(\d{4})\b/$1-$2/; } # Format within margin. my $stmt_wrapped; my $text_margin = $margin - length($prefix); if ($prefix =~ /^(\t+)/) { $text_margin -= length($1) * ($tab_width - 1); } while (length $stmt) { if (($stmt =~ s/^(.{1,$text_margin})(?: |$)//) || ($stmt =~ s/^([\S]+)(?: |$)//)) { my $line = $1; $stmt_wrapped .= $stmt_wrapped ? "$eol$prefix" : $leading; $stmt_wrapped .= $line; } else { # Should be unreachable, but we don't want an infinite # loop if it can be reached. die; } } # Replace the old copyright statement. s/$stmt_re/$stmt_wrapped/; } } else { print STDERR "$ARGV: warning: copyright statement not found\n"; } # Local variables: # mode: perl # indent-tabs-mode: nil # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "my $VERSION = '" # time-stamp-format: "%:y-%02m-%02d.%02H:%02M" # time-stamp-time-zone: "UTC" # time-stamp-end: "'; # UTC" # End: ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������gsasl-1.8.0/lib/build-aux/pmccabe2html��������������������������������������������������������������0000664�0000000�0000000�00000060413�11746471770�014470� �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������0000000�0000000������������������������������������������������������������������������������������������������������������������������������������������������������������������������# pmccabe2html - AWK script to convert pmccabe output to html -*- awk -*- # Copyright (C) 2007-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # Written by Jose E. Marchesi <jemarch@gnu.org>. # Adapted for gnulib by Simon Josefsson <simon@josefsson.org>. # Added support for C++ by Giuseppe Scrivano <gscrivano@gnu.org>. # Typical Invocation is from a Makefile.am: # # CYCLO_SOURCES = ${top_srcdir}/src/*.[ch] # # cyclo-$(PACKAGE).html: $(CYCLO_SOURCES) # $(PMCCABE) $(CYCLO_SOURCES) \ # | sort -nr \ # | $(AWK) -f ${top_srcdir}/build-aux/pmccabe2html \ # -v lang=html -v name="$(PACKAGE_NAME)" \ # -v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \ # -v url="http://www.gnu.org/software/$(PACKAGE)/" \ # -v css=${top_srcdir}/build-aux/pmccabe.css \ # -v cut_dir=${top_srcdir}/ \ # > $@-tmp # mv $@-tmp $@ # # The variables available are: # lang output language, either 'html' or 'wiki' # name project name # url link to project's home page # vcurl URL to version controlled source code browser, # a %FILENAME% in the string is replaced with the relative # source filename # css CSS stylesheet filename, included verbatim in HTML output # css_url link to CSS stylesheet, an URL # Prologue & configuration BEGIN { section_global_stats_p = 1 section_function_cyclo_p = 1 # "html" or "wiki" package_name = name output_lang = lang # General Options cyclo_simple_max = 10 cyclo_moderate_max = 20 cyclo_high_max = 50 source_file_link_tmpl = vcurl # HTML options if (url != "") { html_prolog = "<a href=\"" url "\">Back to " package_name " Homepage</a><br/><br/>" } html_epilog = "<hr color=\"black\" size=\"2\"/> \ Copyright (c) 2007, 2008 Free Software Foundation, Inc." html_doctype = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \ \"http://www.w3.org/TR/html401/loose.dtd\">" html_comment = "<!-- Generated by gnulib's pmccabe2html at " systime() " -->" html_title = "Cyclomatic Complexity report for " package_name # Wiki options wiki_prolog = "{{Note|This page has been automatically generated}}" wiki_epilog = "" # Internal variables nfuncs = 0; } # Functions function build_stats() { # Maximum modified cyclo for (fcn in mcyclo) { num_of_functions++ if (mcyclo[fcn] > max_mcyclo) { max_mcyclo = mcyclo[fcn] } if (mcyclo[fcn] > cyclo_high_max) { num_of_untestable_functions++ } else if (mcyclo[fcn] > cyclo_moderate_max) { num_of_high_functions++ } else if (mcyclo[fcn] > cyclo_simple_max) { num_of_moderate_functions++ } else { num_of_simple_functions++ } } } function html_fnc_table_complete (caption) { html_fnc_table(caption, 1, 1, 0, 1, 1, 0, 1) } function html_fnc_table_abbrev (caption) { html_fnc_table(caption, 1, 1, 0, 0, 1, 0, 0) } function html_fnc_table (caption, fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) { print "<table width=\"90%\" class=\"function_table\" cellpadding=\"0\" cellspacing=\"0\">" if (caption != "") { print "<caption class=\"function_table_caption\">" caption "</caption>" } html_fnc_header(fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) for (nfnc = 1; nfnc <= nfuncs; nfnc++) { html_fnc(nfnc, fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) } print "</table>" } function html_header () { print html_doctype print "<html>" print html_comment print "<head>" print "<title>" html_title "" print "" print "" print "" print "" print "" print "" print "" print "" if (css_url != "") { print "" } if (css != "") { print "" close(css) } print "" print "" } function html_footer () { print "" print "" } function html_fnc_header (fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) { print "" if (fname_p) { # Function name print "" print "" print "" print "" print "Function Name" print "" } if (mcyclo_p) { # Modified cyclo print "" print "Modified Cyclo" print "" } if (cyclo_p) { # Cyclo print "" print "Cyclomatic" print "
    " print "Complexity" print "" } if (num_statements_p) { print "" print "Number of" print "
    " print "Statements" print "" } if (num_lines_p) { print "" print "Number of" print "
    " print "Lines" print "" } if (first_line_p) { print "" print "First Line" print "" } if (file_p) { print "" print "Source File" print "" } print "" } function html_fnc (nfun, fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) { fname = fnames[nfun] # Function name trclass = "function_entry_simple" if (mcyclo[nfun] > cyclo_high_max) { trclass="function_entry_untestable" } else if (mcyclo[nfun] > cyclo_moderate_max) { trclass="function_entry_high" } else if (mcyclo[nfun] > cyclo_simple_max) { trclass="function_entry_moderate" } print "" if (fname_p) { print "" if (file_p && mcyclo[nfun] > cyclo_simple_max) { print "\ " } else { print " " } print "" print "" print fname print "" } if (mcyclo_p) { # Modified cyclo print "" print mcyclo[nfun] print "" } if (cyclo_p) { # Cyclo print "" print cyclo[nfun] print "" } if (num_statements_p) { # Number of statements print "" print num_statements[nfun] print "" } if (num_lines_p) { # Number of lines print "" print num_lines[nfun] print "" } if (first_line_p) { # First line print "" print first_line[nfun] print "" } if (file_p) { href = "" if (source_file_link_tmpl != "") { # Get href target href = source_file_link_tmpl sub(/%FILENAME%/, file[nfun], href) } # Source file print "" if (href != "") { print "" file[nfun] "" } else { print file[nfun] } print "" print "" if (mcyclo[nfun] > cyclo_simple_max) { print "" num_columns = 1; if (fname_p) { num_columns++ } if (mcyclo_p) { num_columns++ } if (cyclo_p) { num_columns++ } if (num_statements_p) { num_columns++ } if (num_lines_p) { num_columns++ } if (first_line_p) { num_columns++ } if (file_p) { num_columns++ } print "" print "
    " print "
    "
    
                while ((getline codeline < (fname nfun "_fn.txt")) > 0)
                {
                    sub(/\\/, ">", codeline)
                    sub(/&/, "&", codeline)
    
                    print codeline
                }
                close(fname nfun "_fn.txt")
                system("rm " "'" fname "'" nfun "_fn.txt")
                print "
    " print "
    " print "" print "" } } } function html_global_stats () { print "
    Summary
    " print "" # Total number of functions print "" print "" print "" print "" # Number of simple functions print "" print "" print "" print "" # Number of moderate functions print "" print "" print "" print "" # Number of high functions print "" print "" print "" print "" # Number of untestable functions print "" print "" print "" print "" print "
    " print "Total number of functions" print "" print num_of_functions print "
    " print "Number of low risk functions" print "" print num_of_simple_functions print "
    " print "Number of moderate risk functions" print "" print num_of_moderate_functions print "
    " print "Number of high risk functions" print "" print num_of_high_functions print "
    " print "Number of untestable functions" print "" print num_of_untestable_functions print "
    " print "
    " } function html_function_cyclo () { print "
    Details for all functions
    " print "" print "" print "" print "" print "" print "" # Simple print "" print "" print "" print "" print "" # Moderate print "" print "" print "" print "" print "" # High print "" print "" print "" print "" print "" # Untestable print "" print "" print "" print "" print "" print "
    " print " " print "" print "Cyclomatic Complexity" print "" print "Risk Evaluation" print "
    " print " " print "" print "0 - " cyclo_simple_max print "" print "Simple module, without much risk" print "
    " print " " print "" print cyclo_simple_max + 1 " - " cyclo_moderate_max print "" print "More complex module, moderate risk" print "
    " print " " print "" print cyclo_moderate_max + 1 " - " cyclo_high_max print "" print "Complex module, high risk" print "
    " print " " print "" print "greater than " cyclo_high_max print "" print "Untestable module, very high risk" print "
    " print "
    " html_fnc_table_complete("") } function wiki_global_stats () { print "{| class=\"cyclo_summary_table\"" # Total number of functions print "|-" print "| class=\"cyclo_summary_header_entry\" | Total number of functions" print "| class=\"cyclo_summary_number_entry\" |" num_of_functions # Number of simple functions print "|-" print "| class=\"cyclo_summary_header_entry\" | Number of low risk functions" print "| class=\"cyclo_summary_number_entry\" |" num_of_simple_functions # Number of moderate functions print "|-" print "| class=\"cyclo_summary_header_entry\" | Number of moderate risk functions" print "| class=\"cyclo_summary_number_entry\" |" num_of_moderate_functions # Number of high functions print "|-" print "| class=\"cyclo_summary_header_entry\" | Number of high risk functions" print "| class=\"cyclo_summary_number_entry\" |" num_of_high_functions # Number of untestable functions print "|-" print "| class=\"cyclo_summary_header_entry\" | Number of untestable functions" print "| class=\"cyclo_summary_number_entry\" |" num_of_untestable_functions print "|}" } function wiki_function_cyclo () { print "==Details for all functions==" print "Used ranges:" print "{| class =\"cyclo_ranges_table\"" print "|-" print "| class=\"cyclo_ranges_header_entry\" | " print "| class=\"cyclo_ranges_header_entry\" | Cyclomatic Complexity" print "| class=\"cyclo_ranges_header_entry\" | Risk Evaluation" # Simple print "|-" print "| class=\"cyclo_ranges_entry_simple\" | " print "| class=\"cyclo_ranges_entry\" | 0 - " cyclo_simple_max print "| class=\"cyclo_ranges_entry\" | Simple module, without much risk" # Moderate print "|-" print "| class=\"cyclo_ranges_entry_moderate\" | " print "| class=\"cyclo_ranges_entry\" |" cyclo_simple_max + 1 " - " cyclo_moderate_max print "| class=\"cyclo_ranges_entry\" | More complex module, moderate risk" # High print "|-" print "| class=\"cyclo_ranges_entry_high\" | " print "| class=\"cyclo_ranges_entry\" |" cyclo_moderate_max + 1 " - " cyclo_high_max print "| class=\"cyclo_ranges_entry\" | Complex module, high risk" # Untestable print "|-" print "| class=\"cyclo_ranges_entry_untestable\" | " print "| class=\"cyclo_ranges_entry\" | greater than " cyclo_high_max print "| class=\"cyclo_ranges_entry\" | Untestable module, very high risk" print "|}" print "" print "" wiki_fnc_table_complete("") } function wiki_fnc_table_complete (caption) { wiki_fnc_table(caption, 1, 1, 0, 1, 1, 0, 1) } function wiki_fnc_table_abbrev (caption) { wiki_fnc_table(caption, 1, 0, 0, 0, 0, 0, 0) } function wiki_fnc_table (caption, fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) { print "{| width=\"90%\" class=\"cyclo_function_table\" cellpadding=\"0\" cellspacing=\"0\">" if (caption != "") { print "|+" caption } wiki_fnc_header(fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) for (nfnc = 1; nfnc <= nfuncs; nfnc++) { wiki_fnc(nfnc, fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) } print "|}" } function wiki_fnc_header (fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) { if (fname_p) { # Function name print "! class=\"cyclo_function_table_header_entry\" | Function Name" } if (mcyclo_p) { # Modified cyclo print "! class=\"cyclo_function_table_header_entry\" | Modified Cyclo" } if (cyclo_p) { # Cyclo print "! class=\"cyclo_function_table_header_entry\" | Cyclomatic Complexity" } if (num_statements_p) { print "! class=\"cyclo_function_table_header_entry\" | Number of Statements" } if (num_lines_p) { print "! class=\"cyclo_function_table_header_entry\" | Number of Lines" } if (first_line_p) { print "! class=\"cyclo_function_table_header_entry\" | First Line" } if (file_p) { print "! class=\"cyclo_function_table_header_entry\" | Source File" } } function wiki_fnc (nfnc, fname_p, mcyclo_p, cyclo_p, num_statements_p, num_lines_p, first_line_p, file_p) { fname = fnames[nfnc] # Function name trclass = "cyclo_function_entry_simple" if (mcyclo[nfnc] > cyclo_high_max) { trclass="cyclo_function_entry_untestable" } else if (mcyclo[nfnc] > cyclo_moderate_max) { trclass="cyclo_function_entry_high" } else if (mcyclo[nfnc] > cyclo_simple_max) { trclass="cyclo_function_entry_moderate" } print "|- class=\"" trclass "\"" if (fname_p) { print "| class=\"cyclo_function_entry_name\" |" fname } if (mcyclo_p) { # Modified cyclo print "| class=\"cyclo_function_entry_cyclo\" |" mcyclo[nfnc] } if (cyclo_p) { # Cyclo print "| class=\"cyclo_function_entry_cyclo\" |" cyclo[nfnc] } if (num_statements_p) { # Number of statements print "| class=\"cyclo_function_entry_number\" |" num_statements[nfnc] } if (num_lines_p) { # Number of lines print "| class=\"cyclo_function_entry_number\" |" num_lines[nfnc] } if (first_line_p) { # First line print "| class=\"cyclo_function_entry_number\" |" first_line[nfnc] } if (file_p) { href = "" if (source_file_link_tmpl != "") { # Get href target href = source_file_link_tmpl sub(/%FILENAME%/, file[nfnc], href) } # Source file print "| class=\"cyclo_function_entry_filename\" |" \ ((href != "") ? "[" href " " file[nfnc] "]" : "[" file[nfnc] "]") } } # Scan data from a line { function_name = $7 nfuncs++; fnames[nfuncs] = function_name mcyclo[nfuncs] = $1 cyclo[nfuncs] = $2 num_statements[nfuncs] = $3 first_line[nfuncs] = $4 num_lines[nfuncs] = $5 # Build the filename from the file_spec ($6) begin_util_path = index($6, cut_dir) tmpfilename = substr($6, begin_util_path + length(cut_dir)) sub(/\([0-9]+\):/, "", tmpfilename) file[nfuncs] = tmpfilename if (mcyclo[nfuncs] > cyclo_simple_max) { # Extract function contents to a fn_txt file filepath = $6 sub(/\([0-9]+\):/, "", filepath) num_line = 0 while ((getline codeline < filepath) > 0) { num_line++; if ((num_line >= first_line[nfuncs]) && (num_line < first_line[nfuncs] + num_lines[nfuncs])) { print codeline > (function_name nfuncs "_fn.txt") } } close (function_name nfuncs "_fn.txt") close(filepath) } # Initial values for statistics variables num_of_functions = 0 max_mcyclo = 0 max_function_length = 0 num_of_simple_functions = 0 num_of_moderate_functions = 0 num_of_high_functions = 0 num_of_untestable_functions = 0 } # Epilogue END { # Print header (only for html) if (output_lang == "html") { html_header() } # Print prolog if ((output_lang == "html") && (html_prolog != "")) { print html_prolog } if ((output_lang == "wiki") && (wiki_prolog != "")) { print wiki_prolog } if (output_lang == "html") { print "
    " package_name " Cyclomatic Complexity Report
    " print "

    Report generated at: " strftime() "

    " } if (output_lang == "wiki") { print "==" package_name " Cyclomatic Complexity Report==" print "Report generated at: '''" strftime() "'''" } if (section_global_stats_p) { build_stats() if (output_lang == "html") { html_global_stats() } if (output_lang == "wiki") { wiki_global_stats() } } if (section_function_cyclo_p) { if (output_lang == "html") { html_function_cyclo() } if (output_lang == "wiki") { wiki_function_cyclo() } } # Print epilog if ((output_lang == "html") && (html_epilog != "")) { print html_epilog } if ((output_lang == "wiki") && (wiki_epilog != "")) { print wiki_epilog } # Print footer (html only) if (output_lang == "html") { html_footer() } } # End of pmccabe2html gsasl-1.8.0/lib/build-aux/missing0000755000000000000000000002415211760730701013565 00000000000000#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2012-01-06.13; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi msg="missing on your system" case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 # Exit code 63 means version mismatch. This often happens # when the user try to use an ancient version of a tool on # a file that requires a minimum version. In this case we # we should proceed has if the program had been absent, or # if --run hadn't been passed. if test $? = 63; then run=: msg="probably too old" fi ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file yacc create \`y.tab.[ch]', if possible, from existing .[ch] Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and \`g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; esac # normalize program name to check for. program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). This is about non-GNU programs, so use $1 not # $program. case $1 in lex*|yacc*) # Not GNU programs, they don't have --version. ;; *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG=\${$#} case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi if test ! -f y.tab.h; then echo >y.tab.h fi if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG=\${$#} case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit $? fi ;; makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n ' /^@setfilename/{ s/.* \([^ ]*\) *$/\1/ p q }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi # If the file does not exist, the user really needs makeinfo; # let's fail without touching anything. test -f $file || exit 1 touch $file ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: gsasl-1.8.0/lib/win32/0000775000000000000000000000000011760732117011317 500000000000000gsasl-1.8.0/lib/win32/libgsasl.vcproj0000664000000000000000000005704511746471770014310 00000000000000 gsasl-1.8.0/lib/win32/include/0000775000000000000000000000000011760732117012742 500000000000000gsasl-1.8.0/lib/win32/include/idn-int.h0000664000000000000000000000002711746471770014405 00000000000000#include "ac-stdint.h" gsasl-1.8.0/lib/win32/include/stdint.h0000664000000000000000000000002711746471770014350 00000000000000#include "ac-stdint.h" gsasl-1.8.0/lib/win32/include/ac-stdint.h0000664000000000000000000000075511746471770014741 00000000000000#ifndef _AC_STDINT_H #define _AC_STDINT_H 1 #ifndef _GENERATED_STDINT_H #define _GENERATED_STDINT_H #define uint8_t unsigned char #define uint16_t unsigned short #define uint32_t unsigned int #define int8_t signed char #define int16_t signed short #define int32_t signed int #define gint16 int16_t #ifdef _WIN64 typedef __int64 ssize_t; #else typedef _W64 int ssize_t; #endif typedef long long intmax_t; typedef unsigned long long uintmax_t; #endif #endif gsasl-1.8.0/lib/win32/include/alloca.h0000664000000000000000000000354511754555060014300 00000000000000/* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Memory allocation on the stack. Copyright (C) 1995, 1999, 2001-2004, 2006-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H means there is a real alloca function. */ #ifndef _GL_ALLOCA_H #define _GL_ALLOCA_H /* alloca (N) returns a pointer to N bytes of memory allocated on the stack, which will last until the function returns. Use of alloca should be avoided: - inside arguments of function calls - undefined behaviour, - in inline functions - the allocation may actually last until the calling function returns, - for huge N (say, N >= 65536) - you never know how large (or small) the stack is, and when the stack cannot fulfill the memory allocation request, the program just crashes. */ #ifndef alloca # ifdef __GNUC__ # define alloca __builtin_alloca # elif defined _AIX # define alloca __alloca # elif defined _MSC_VER # include # define alloca _alloca # else # include # ifdef __cplusplus extern "C" # endif void *alloca (size_t); # endif #endif #endif /* _GL_ALLOCA_H */ gsasl-1.8.0/lib/win32/include/config.h0000664000000000000000000000325611746471770014317 00000000000000#ifndef _CONFIG_H #define _CONFIG_H #define strcasecmp stricmp #define strncasecmp strnicmp #define PACKAGE "libgsasl" #define LOCALEDIR "." #if _MSC_VER && !__cplusplus # define inline __inline #endif #define EOVERFLOW E2BIG #define GNULIB_GC_HMAC_MD5 1 #define GNULIB_GC_MD5 1 #define GNULIB_GC_RANDOM 1 #define GNULIB_GC_SHA1 1 #define GNULIB_GC_HMAC_SHA1 1 #define HAVE_ALLOCA 1 #define HAVE_DECL_GETDELIM 0 #define HAVE_DECL_GETLINE 0 #define HAVE_DECL_STRDUP 1 #define HAVE_DECL__SNPRINTF 1 #define HAVE_FLOAT_H 1 #define HAVE_INCLUDE_NEXT 1 #define HAVE_INTMAX_T 1 #define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_MEMORY_H 1 #define HAVE_SNPRINTF 1 #define HAVE_STDBOOL_H 1 // #define HAVE_STDINT_H 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRDUP 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_WCHAR_H 1 #define HAVE_WCHAR_T 1 #define HAVE_WCSLEN 1 #define HAVE_WINT_T 1 #define HAVE__BOOL 1 #define NAME_OF_NONCE_DEVICE "/dev/urandom" #define NAME_OF_PSEUDO_RANDOM_DEVICE "/dev/urandom" #define NAME_OF_RANDOM_DEVICE "/dev/random" #define STDC_HEADERS 1 #define USE_ANONYMOUS 1 #define USE_CLIENT 1 #define USE_CRAM_MD5 1 #define USE_DIGEST_MD5 1 #define USE_EXTERNAL 1 #define USE_LOGIN 1 #define USE_PLAIN 1 #define USE_SECURID 1 #define USE_SERVER 1 #define USE_SCRAM_SHA1 1 #define GSASL_NO_OBSOLETE 1 #define restrict #define __attribute__(x) #ifndef _AC_STDINT_H #include #include "ac-stdint.h" #endif #endif /* _CONFIG_H */ gsasl-1.8.0/lib/win32/include/unistd.h0000664000000000000000000000011111746471770014343 00000000000000/* Dummy file to satisfy source file dependencies on Windows platform */ gsasl-1.8.0/lib/win32/include/stdbool.h0000664000000000000000000000032211746471770014507 00000000000000#ifndef _STDBOOL_H #define _STDBOOL_H #define _Bool signed char enum { false = 0, true = 1 }; #define bool _Bool #define false 0 #define true 1 #define __bool_true_false_are_defined 1 #endif /* _STDBOOL_H */ gsasl-1.8.0/lib/win32/libgsasl.sln0000664000000000000000000000156011746471770013570 00000000000000 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsasl", "libgsasl.vcproj", "{0B883079-812A-405E-AC8F-59F47CE9A3FF}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {0B883079-812A-405E-AC8F-59F47CE9A3FF}.Debug|Win32.ActiveCfg = Debug|Win32 {0B883079-812A-405E-AC8F-59F47CE9A3FF}.Debug|Win32.Build.0 = Debug|Win32 {0B883079-812A-405E-AC8F-59F47CE9A3FF}.Release|Win32.ActiveCfg = Release|Win32 {0B883079-812A-405E-AC8F-59F47CE9A3FF}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal gsasl-1.8.0/lib/ABOUT-NLS0000664000000000000000000026713311760730662011543 000000000000001 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. 1.1 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. Installers may use special options at configuration time for changing the default behaviour. The command: ./configure --disable-nls will _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl' library and will decide to use it. If not, you may have to to use the `--with-libintl-prefix' option to tell `configure' where to look for it. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.2 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.3 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.4 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of June 2010. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca +--------------------------------------------------+ a2ps | [] [] | aegis | | ant-phone | | anubis | | aspell | [] [] | bash | | bfd | | bibshelf | [] | binutils | | bison | | bison-runtime | [] | bluez-pin | [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] [] | cpio | | cppi | | cpplib | [] | cryptsetup | | dfarc | | dialog | [] [] | dico | | diffutils | [] | dink | | doodle | | e2fsprogs | [] | enscript | [] | exif | | fetchmail | [] | findutils | [] | flex | [] | freedink | | gas | | gawk | [] [] | gcal | [] | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] [] | gettext-tools | [] [] | gip | [] | gjay | | gliv | [] | glunarclock | [] [] | gnubiff | | gnucash | [] | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | | gold | | gpe-aerial | | gpe-beam | | gpe-bluetooth | | gpe-calendar | | gpe-clock | [] | gpe-conf | | gpe-contacts | | gpe-edit | | gpe-filemanager | | gpe-go | | gpe-login | | gpe-ownerinfo | [] | gpe-package | | gpe-sketchbook | | gpe-su | [] | gpe-taskmanager | [] | gpe-timesheet | [] | gpe-today | [] | gpe-todo | | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | [] [] | gsasl | | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] [] [] | gtick | | gtkam | [] | gtkorphan | [] | gtkspell | [] [] [] | gutenprint | | hello | [] | help2man | | hylafax | | idutils | | indent | [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | | iso_639 | [] [] [] [] | iso_639_3 | | jwhois | | kbd | | keytouch | [] | keytouch-editor | | keytouch-keyboa... | [] | klavaro | [] | latrine | | ld | [] | leafpad | [] [] | libc | [] [] | libexif | () | libextractor | | libgnutls | | libgpewidget | | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | [] | libidn | | lifelines | | liferea | [] [] | lilypond | | linkdr | [] | lordsawar | | lprng | | lynx | [] | m4 | | mailfromd | | mailutils | | make | | man-db | | man-db-manpages | | minicom | | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | | psmisc | | pspp | [] | pwdutils | | radius | [] | recode | [] [] | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] [] | sed | [] [] | sharutils | [] [] | shishi | | skencil | | solfege | | solfege-manual | | soundtracker | | sp | | sysstat | | tar | [] | texinfo | | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] [] | wyslij-po | | xchat | [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] | +--------------------------------------------------+ af am an ar as ast az be be@latin bg bn_IN bs ca 6 0 1 2 3 19 1 10 3 28 3 1 38 crh cs da de el en en_GB en_ZA eo es et eu fa +-------------------------------------------------+ a2ps | [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] () | anubis | [] [] | aspell | [] [] [] [] [] | bash | [] [] [] | bfd | [] | bibshelf | [] [] [] | binutils | [] | bison | [] [] | bison-runtime | [] [] [] [] | bluez-pin | [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] [] [] | cflow | [] [] | clisp | [] [] [] [] | coreutils | [] [] [] [] | cpio | | cppi | | cpplib | [] [] [] | cryptsetup | [] | dfarc | [] [] [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] | dink | [] [] [] | doodle | [] | e2fsprogs | [] [] [] | enscript | [] [] [] | exif | () [] [] | fetchmail | [] [] () [] [] [] | findutils | [] [] [] | flex | [] [] | freedink | [] [] [] | gas | [] | gawk | [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] | gettext-runtime | [] [] [] [] | gettext-tools | [] [] [] | gip | [] [] [] [] | gjay | [] | gliv | [] [] [] | glunarclock | [] [] | gnubiff | () | gnucash | [] () () () () | gnuedu | [] [] | gnulib | [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] | gpe-aerial | [] [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] [] [] | gpe-edit | [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] () [] [] [] | gprof | [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] | grub | [] [] | gsasl | [] | gss | | gst-plugins-bad | [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] () [] | gtkam | [] [] () [] [] | gtkorphan | [] [] [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] [] [] | hello | [] [] [] [] | help2man | [] | hylafax | [] [] | idutils | [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] [] [] [] () [] [] [] () | iso_3166_2 | () | iso_4217 | [] [] [] () [] [] | iso_639 | [] [] [] [] () [] [] | iso_639_3 | [] | jwhois | [] | kbd | [] [] [] [] [] | keytouch | [] [] | keytouch-editor | [] [] | keytouch-keyboa... | [] | klavaro | [] [] [] [] | latrine | [] () | ld | [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | [] [] | libgphoto2 | [] () | libgphoto2_port | [] () [] | libgsasl | | libiconv | [] [] [] [] [] | libidn | [] [] [] | lifelines | [] () | liferea | [] [] [] [] [] | lilypond | [] [] [] | linkdr | [] [] [] | lordsawar | [] | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] [] | man-db | | man-db-manpages | | minicom | [] [] [] [] | mkisofs | | myserver | | nano | [] [] [] | opcodes | [] [] | parted | [] [] | pies | | popt | [] [] [] [] [] | psmisc | [] [] [] | pspp | [] | pwdutils | [] | radius | [] | recode | [] [] [] [] [] [] | rosegarden | () () () | rpm | [] [] [] | rush | | sarg | | screem | | scrollkeeper | [] [] [] [] [] | sed | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | | skencil | [] () [] | solfege | [] [] [] | solfege-manual | [] [] | soundtracker | [] [] [] | sp | [] | sysstat | [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] | tin | [] [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] | vice | () () | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] | wyslij-po | | xchat | [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] [] | +-------------------------------------------------+ crh cs da de el en en_GB en_ZA eo es et eu fa 5 64 105 117 18 1 8 0 28 89 18 19 0 fi fr ga gl gu he hi hr hu hy id is it ja ka kn +----------------------------------------------------+ a2ps | [] [] [] [] | aegis | [] [] | ant-phone | [] [] | anubis | [] [] [] [] | aspell | [] [] [] [] | bash | [] [] [] [] | bfd | [] [] [] | bibshelf | [] [] [] [] [] | binutils | [] [] [] | bison | [] [] [] [] | bison-runtime | [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] | cflow | [] [] [] | clisp | [] | coreutils | [] [] [] [] [] | cpio | [] [] [] [] | cppi | [] [] | cpplib | [] [] [] | cryptsetup | [] [] [] | dfarc | [] [] [] | dialog | [] [] [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] [] [] [] | dink | [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] | freedink | [] [] [] | gas | [] [] | gawk | [] [] [] [] () [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] [] [] | gjay | [] | gliv | [] () | glunarclock | [] [] [] [] | gnubiff | () [] () | gnucash | () () () () () [] | gnuedu | [] [] | gnulib | [] [] [] [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] [] | gpe-aerial | [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] [] [] | gpe-calendar | [] [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] [] [] | gpe-contacts | [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] [] | gpe-go | [] [] [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] [] | grub | [] [] [] [] | gsasl | [] [] [] [] [] | gss | [] [] [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] [] | gtkorphan | [] [] [] | gtkspell | [] [] [] [] [] [] [] [] [] | gutenprint | [] [] [] [] | hello | [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | () [] [] [] | iso_4217 | [] () [] [] [] [] | iso_639 | [] () [] [] [] [] [] [] [] | iso_639_3 | () [] [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] [] [] [] | keytouch-editor | [] [] [] [] [] | keytouch-keyboa... | [] [] [] [] [] | klavaro | [] [] | latrine | [] [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] [] () | libc | [] [] [] [] [] | libexif | [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] [] | libidn | [] [] [] [] | lifelines | () | liferea | [] [] [] [] | lilypond | [] [] | linkdr | [] [] [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] [] [] | m4 | [] [] [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] [] | man-db | [] [] | man-db-manpages | [] | minicom | [] [] [] [] [] | mkisofs | [] [] [] [] | myserver | | nano | [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] [] | pies | | popt | [] [] [] [] [] [] [] [] [] | psmisc | [] [] [] | pspp | | pwdutils | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () () () () | rpm | [] [] | rush | | sarg | [] | screem | [] [] | scrollkeeper | [] [] [] [] | sed | [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] | shishi | [] | skencil | [] | solfege | [] [] [] [] | solfege-manual | [] [] | soundtracker | [] [] | sp | [] () | sysstat | [] [] [] [] [] | tar | [] [] [] [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux-ng | [] [] [] [] [] [] | vice | () () () | vmm | [] | vorbis-tools | [] | wastesedge | () () | wdiff | [] | wget | [] [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] | +----------------------------------------------------+ fi fr ga gl gu he hi hr hu hy id is it ja ka kn 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne +-----------------------------------------------+ a2ps | [] | aegis | | ant-phone | | anubis | [] [] | aspell | [] | bash | | bfd | | bibshelf | [] [] | binutils | | bison | [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] | cpio | | cppi | | cpplib | | cryptsetup | | dfarc | [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] | dink | | doodle | | e2fsprogs | | enscript | | exif | [] | fetchmail | | findutils | | flex | | freedink | [] | gas | | gawk | | gcal | | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] | gettext-tools | [] | gip | [] [] | gjay | | gliv | | glunarclock | [] | gnubiff | | gnucash | () () () () | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | [] | gold | | gpe-aerial | [] | gpe-beam | [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] | gpe-contacts | [] [] | gpe-edit | [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] | gpe-timesheet | [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | | gsasl | | gss | | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] [] [] | gstreamer | | gtick | | gtkam | [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | | hello | [] [] [] | help2man | | hylafax | | idutils | | indent | | iso_15924 | [] [] | iso_3166 | [] [] () [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] | iso_639 | [] [] | iso_639_3 | [] | jwhois | [] | kbd | | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | klavaro | [] | latrine | [] | ld | | leafpad | [] [] [] | libc | [] | libexif | | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | | libidn | | lifelines | | liferea | | lilypond | | linkdr | | lordsawar | | lprng | | lynx | | m4 | | mailfromd | | mailutils | | make | [] | man-db | | man-db-manpages | | minicom | [] | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | [] [] [] | psmisc | | pspp | | pwdutils | | radius | | recode | | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] | sed | | sharutils | | shishi | | skencil | | solfege | [] | solfege-manual | | soundtracker | | sp | | sysstat | [] | tar | [] | texinfo | [] | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] | wyslij-po | | xchat | [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +-----------------------------------------------+ ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr +---------------------------------------------------+ a2ps | [] [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] [] | anubis | [] [] [] | aspell | [] [] [] [] [] | bash | [] [] | bfd | [] | bibshelf | [] [] | binutils | [] [] | bison | [] [] [] | bison-runtime | [] [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] () | buzztard | [] [] | cflow | [] | clisp | [] [] | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cppi | [] | cpplib | [] | cryptsetup | [] | dfarc | [] | dialog | [] [] [] [] | dico | [] | diffutils | [] [] [] [] [] [] | dink | () | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | exif | [] [] [] () [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] | flex | [] [] [] [] [] | freedink | [] [] | gas | | gawk | [] [] [] [] | gcal | | gcc | [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] | gip | [] [] [] [] [] | gjay | | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] | gnubiff | [] () | gnucash | [] () () () | gnuedu | [] | gnulib | [] [] [] [] | gnunet | | gnunet-gtk | | gnutls | [] [] | gold | | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] [] | gphoto2 | [] [] [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | grub | [] [] [] | gsasl | [] [] [] [] | gss | [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] [] [] | gutenprint | [] [] | hello | [] [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] [] [] [] | iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] | iso_3166_2 | [] [] [] | iso_4217 | [] [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] [] [] | iso_639_3 | [] [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] [] [] | keytouch-editor | [] [] [] | keytouch-keyboa... | [] [] [] | klavaro | [] [] | latrine | [] [] | ld | | leafpad | [] [] [] [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] | libgphoto2_port | [] [] [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] | libidn | [] [] | lifelines | [] [] | liferea | [] [] [] [] [] () () [] | lilypond | [] | linkdr | [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] | make | [] [] [] [] | man-db | [] [] [] | man-db-manpages | [] [] [] | minicom | [] [] [] [] | mkisofs | [] [] [] | myserver | | nano | [] [] [] [] | opcodes | [] [] | parted | [] [] [] [] | pies | [] | popt | [] [] [] [] | psmisc | [] [] [] | pspp | [] [] | pwdutils | [] | radius | [] [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () | rpm | [] [] [] | rush | [] [] | sarg | | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] [] [] [] | solfege-manual | [] [] [] | soundtracker | [] | sp | | sysstat | [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] [] | vice | [] | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +---------------------------------------------------+ nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37 sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW +---------------------------------------------------+ a2ps | [] [] [] [] [] | 27 aegis | [] | 9 ant-phone | [] [] [] [] | 9 anubis | [] [] [] [] | 15 aspell | [] [] [] | 20 bash | [] [] [] | 12 bfd | [] | 6 bibshelf | [] [] [] | 16 binutils | [] [] | 8 bison | [] [] | 12 bison-runtime | [] [] [] [] [] [] | 29 bluez-pin | [] [] [] [] [] [] [] [] | 37 bombono-dvd | [] | 4 buzztard | [] | 7 cflow | [] [] [] | 9 clisp | | 10 coreutils | [] [] [] [] | 22 cpio | [] [] [] [] [] [] | 13 cppi | [] [] | 5 cpplib | [] [] [] [] [] [] | 14 cryptsetup | [] [] | 7 dfarc | [] | 9 dialog | [] [] [] [] [] [] [] | 30 dico | [] | 2 diffutils | [] [] [] [] [] [] | 30 dink | | 4 doodle | [] [] | 7 e2fsprogs | [] [] [] | 11 enscript | [] [] [] [] | 17 exif | [] [] [] | 16 fetchmail | [] [] [] | 17 findutils | [] [] [] [] [] | 20 flex | [] [] [] [] | 15 freedink | [] | 10 gas | [] | 4 gawk | [] [] [] [] | 18 gcal | [] [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] [] | 34 gettext-runtime | [] [] [] [] [] [] [] | 29 gettext-tools | [] [] [] [] [] [] | 22 gip | [] [] [] [] | 22 gjay | [] | 3 gliv | [] [] [] | 14 glunarclock | [] [] [] [] [] | 19 gnubiff | [] [] | 4 gnucash | () [] () [] () | 10 gnuedu | [] [] | 7 gnulib | [] [] [] [] | 16 gnunet | [] | 1 gnunet-gtk | [] [] [] | 5 gnutls | [] [] [] | 10 gold | [] | 4 gpe-aerial | [] [] [] | 18 gpe-beam | [] [] [] | 19 gpe-bluetooth | [] [] [] | 13 gpe-calendar | [] [] [] [] | 12 gpe-clock | [] [] [] [] [] | 28 gpe-conf | [] [] [] [] | 20 gpe-contacts | [] [] [] | 17 gpe-edit | [] [] [] | 12 gpe-filemanager | [] [] [] [] | 16 gpe-go | [] [] [] [] [] | 25 gpe-login | [] [] [] | 11 gpe-ownerinfo | [] [] [] [] [] | 25 gpe-package | [] [] [] | 13 gpe-sketchbook | [] [] [] | 20 gpe-su | [] [] [] [] [] | 30 gpe-taskmanager | [] [] [] [] [] | 29 gpe-timesheet | [] [] [] [] [] | 25 gpe-today | [] [] [] [] [] [] | 30 gpe-todo | [] [] [] [] | 17 gphoto2 | [] [] [] [] [] | 24 gprof | [] [] [] | 15 gpsdrive | [] [] [] | 11 gramadoir | [] [] [] | 11 grep | [] [] [] | 10 grub | [] [] [] | 14 gsasl | [] [] [] [] | 14 gss | [] [] [] | 11 gst-plugins-bad | [] [] [] [] | 26 gst-plugins-base | [] [] [] [] [] | 24 gst-plugins-good | [] [] [] [] | 24 gst-plugins-ugly | [] [] [] [] [] | 29 gstreamer | [] [] [] [] | 22 gtick | [] [] [] | 13 gtkam | [] [] [] | 20 gtkorphan | [] [] [] | 14 gtkspell | [] [] [] [] [] [] [] [] [] | 45 gutenprint | [] | 10 hello | [] [] [] [] [] [] | 21 help2man | [] [] | 7 hylafax | [] | 5 idutils | [] [] [] [] | 17 indent | [] [] [] [] [] [] | 30 iso_15924 | () [] () [] [] | 16 iso_3166 | [] [] () [] [] () [] [] [] () | 53 iso_3166_2 | () [] () [] | 9 iso_4217 | [] () [] [] () [] [] | 26 iso_639 | [] [] [] () [] () [] [] [] [] | 38 iso_639_3 | [] () | 8 jwhois | [] [] [] [] [] | 16 kbd | [] [] [] [] [] | 15 keytouch | [] [] [] | 16 keytouch-editor | [] [] [] | 14 keytouch-keyboa... | [] [] [] | 14 klavaro | [] | 11 latrine | [] [] [] | 10 ld | [] [] [] [] | 11 leafpad | [] [] [] [] [] [] | 33 libc | [] [] [] [] [] | 21 libexif | [] () | 7 libextractor | [] | 1 libgnutls | [] [] [] | 9 libgpewidget | [] [] [] | 14 libgpg-error | [] [] [] | 9 libgphoto2 | [] [] | 8 libgphoto2_port | [] [] [] [] | 14 libgsasl | [] [] [] | 13 libiconv | [] [] [] [] | 21 libidn | () [] [] | 11 lifelines | [] | 4 liferea | [] [] [] | 21 lilypond | [] | 7 linkdr | [] [] [] [] [] | 17 lordsawar | | 1 lprng | [] | 3 lynx | [] [] [] [] | 17 m4 | [] [] [] [] | 19 mailfromd | [] [] | 3 mailutils | [] | 5 make | [] [] [] [] | 21 man-db | [] [] [] | 8 man-db-manpages | | 4 minicom | [] [] | 16 mkisofs | [] [] | 9 myserver | | 0 nano | [] [] [] [] | 21 opcodes | [] [] [] | 11 parted | [] [] [] [] [] | 15 pies | [] [] | 3 popt | [] [] [] [] [] [] | 27 psmisc | [] [] | 11 pspp | | 4 pwdutils | [] [] | 6 radius | [] [] | 9 recode | [] [] [] [] | 28 rosegarden | () | 0 rpm | [] [] [] | 11 rush | [] [] | 4 sarg | | 1 screem | [] | 3 scrollkeeper | [] [] [] [] [] | 27 sed | [] [] [] [] [] | 30 sharutils | [] [] [] [] [] | 22 shishi | [] | 3 skencil | [] [] | 7 solfege | [] [] [] [] | 16 solfege-manual | [] | 8 soundtracker | [] [] [] | 9 sp | [] | 3 sysstat | [] [] | 15 tar | [] [] [] [] [] [] | 23 texinfo | [] [] [] [] [] | 17 tin | | 4 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux-ng | [] [] [] [] | 20 vice | () () | 1 vmm | [] | 4 vorbis-tools | [] | 6 wastesedge | | 2 wdiff | [] [] | 7 wget | [] [] [] [] [] | 26 wyslij-po | [] [] | 8 xchat | [] [] [] [] [] [] | 36 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63 xkeyboard-config | [] [] [] | 22 +---------------------------------------------------+ 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If June 2010 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.5 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. gsasl-1.8.0/lib/README0000664000000000000000000000422211754555060011160 00000000000000GNU SASL LIBRARY README -- Important introductory notes. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. The GNU SASL Library is a library that implements the Simple Authentication and Security Layer (SASL) framework and some plugins. The GNU SASL Library is licensed under the GNU Lesser General Public License (LGPL) version 2.1 (or later). See the file COPYING.LIB. The GNU project typically uses the GNU General Public License (GPL) for libraries, and not the LGPL, but for this project we decided that we would get more help from the community if we used the LGPLv2.1+, as other free SASL implementations exists. See also . Some parts, such as the gnulib self-tests (gltests/) are licensed under the GNU General Public License (GPL) version 3.0 (or later). See the file COPYING. The manual is not included in this directory, see the full GNU SASL archive. If you need help to use GNU SASL, or wish to help others, you are invited to join our mailing list help-gsasl@gnu.org, see . Currently there is some support for the following mechanisms: - CRAM-MD5 (RFC 2195) - EXTERNAL (RFC 2222) - GSSAPI (RFC 2222, requires GSS, Heimdal or MIT Kerberos) - ANONYMOUS (RFC 2245) - PLAIN (RFC 2595) - SECURID (RFC 2808) - DIGEST-MD5 (RFC 2831) - SCRAM-SHA-1 and SCRAM-SHA-1-PLUS (RFC 5802) - GS2-KRB5 (RFC 5801, no CB, requires GSS, Heimdal, or MIT Kerberos) - SAML20 (RFC 6595) - OPENID20 (RFC 6616) - LOGIN (non-standard) - NTLM (non-standard, client only, requires Libntlm) - KERBEROS_V5 (experimental, requires Shishi) The library should be portable to all C89 platforms. For updates to the project, see . For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/lib/gs2/0000775000000000000000000000000011760732121011043 500000000000000gsasl-1.8.0/lib/gs2/gs2.h0000664000000000000000000000326411754555060011644 00000000000000/* gs2.h --- Prototypes for SASL mechanism GS2. * Copyright (C) 2006-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef GS2_H #define GS2_H #include #define GSASL_GS2_KRB5_NAME "GS2-KRB5" extern Gsasl_mechanism gsasl_gs2_krb5_mechanism; extern int _gsasl_gs2_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_gs2_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_gs2_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_gs2_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_gs2_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_gs2_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* GS2_H */ gsasl-1.8.0/lib/gs2/gs2helper.h0000664000000000000000000000241211754555060013036 00000000000000/* gs2helper.h --- GS2 helper functions common to client and server. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef GS2_HELPER_H #define GS2_HELPER_H /* Get GSS-API functions. */ #ifdef HAVE_LIBGSS #include #elif HAVE_GSSAPI_H #include #elif HAVE_GSSAPI_GSSAPI_H #include #endif /* Get gsasl functions and types. */ #include extern int gs2_get_oid (Gsasl_session * sctx, gss_OID * mech_oid); #endif /* GS2_HELPER_H */ gsasl-1.8.0/lib/gs2/client.c0000664000000000000000000002153511754555060012423 00000000000000/* client.c --- SASL mechanism GS2, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "gs2.h" /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include #include "gss-extra.h" #include "gs2helper.h" struct _gsasl_gs2_client_state { /* steps: 0 = initial, 1 = first token, 2 = looping, 3 = done */ int step; gss_name_t service; gss_ctx_id_t context; gss_OID mech_oid; gss_buffer_desc token; struct gss_channel_bindings_struct cb; }; typedef struct _gsasl_gs2_client_state _gsasl_gs2_client_state; /* Initialize GS2 state into MECH_DATA. Return GSASL_OK if GS2 is ready and initialization succeeded, or an error code. */ int _gsasl_gs2_client_start (Gsasl_session * sctx, void **mech_data) { _gsasl_gs2_client_state *state; int res; state = (_gsasl_gs2_client_state *) malloc (sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; res = gs2_get_oid (sctx, &state->mech_oid); if (res != GSASL_OK) { free (state); return res; } state->step = 0; state->service = GSS_C_NO_NAME; state->context = GSS_C_NO_CONTEXT; state->token.length = 0; state->token.value = NULL; /* The initiator-address-type and acceptor-address-type fields of the GSS-CHANNEL-BINDINGS structure MUST be set to 0. The initiator-address and acceptor-address fields MUST be the empty string. */ state->cb.initiator_addrtype = 0; state->cb.initiator_address.length = 0; state->cb.initiator_address.value = NULL; state->cb.acceptor_addrtype = 0; state->cb.acceptor_address.length = 0; state->cb.acceptor_address.value = NULL; state->cb.application_data.length = 0; state->cb.application_data.value = NULL; *mech_data = state; return GSASL_OK; } /* Return newly allocated copy of STR with all occurrences of ',' replaced with =2C and '=' with '=3D', or return NULL on memory allocation errors. */ static char * escape_authzid (const char *str) { char *out = malloc (strlen (str) * 3 + 1); char *p = out; if (!out) return NULL; while (*str) { if (*str == ',') { memcpy (p, "=2C", 3); p += 3; } else if (*str == '=') { memcpy (p, "=3D", 3); p += 3; } else { *p = *str; p++; } str++; } *p = '\0'; return out; } /* Get service, hostname and authorization identity from application, import the GSS-API name, and initialize the channel binding data. Return GSASL_OK on success or an error code. */ static int prepare (Gsasl_session * sctx, _gsasl_gs2_client_state * state) { const char *service = gsasl_property_get (sctx, GSASL_SERVICE); const char *hostname = gsasl_property_get (sctx, GSASL_HOSTNAME); const char *authzid = gsasl_property_get (sctx, GSASL_AUTHZID); gss_buffer_desc bufdesc; OM_uint32 maj_stat, min_stat; if (!service) return GSASL_NO_SERVICE; if (!hostname) return GSASL_NO_HOSTNAME; bufdesc.length = asprintf ((char **) &bufdesc.value, "%s@%s", service, hostname); if (bufdesc.length <= 0 || bufdesc.value == NULL) return GSASL_MALLOC_ERROR; maj_stat = gss_import_name (&min_stat, &bufdesc, GSS_C_NT_HOSTBASED_SERVICE, &state->service); free (bufdesc.value); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_IMPORT_NAME_ERROR; if (authzid) { char *escaped_authzid = escape_authzid (authzid); if (!escaped_authzid) return GSASL_MALLOC_ERROR; state->cb.application_data.length = asprintf ((char **) &state->cb.application_data.value, "n,a=%s,", escaped_authzid); free (escaped_authzid); } else { state->cb.application_data.value = strdup ("n,,"); state->cb.application_data.length = 3; } if (state->cb.application_data.length <= 0 || state->cb.application_data.value == NULL) return GSASL_MALLOC_ERROR; return GSASL_OK; } /* Copy token to output buffer. On first round trip, strip context token header and add channel binding data. For later round trips, just copy the buffer. Return GSASL_OK on success or an error code. */ static int token2output (Gsasl_session * sctx, _gsasl_gs2_client_state * state, const gss_buffer_t token, char **output, size_t * output_len) { OM_uint32 maj_stat, min_stat; gss_buffer_desc bufdesc; if (state->step == 1) { state->step++; maj_stat = gss_decapsulate_token (token, state->mech_oid, &bufdesc); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR; *output_len = state->cb.application_data.length + bufdesc.length; *output = malloc (*output_len); if (!*output) { gss_release_buffer (&min_stat, &bufdesc); return GSASL_MALLOC_ERROR; } memcpy (*output, state->cb.application_data.value, state->cb.application_data.length); memcpy (*output + state->cb.application_data.length, bufdesc.value, bufdesc.length); maj_stat = gss_release_buffer (&min_stat, &bufdesc); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; } else { *output_len = token->length; *output = malloc (*output_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, token->value, token->length); } return GSASL_OK; } /* Perform one GS2 step. GS2 state is in MECH_DATA. Any data from server is provided in INPUT/INPUT_LEN and output from client is expected to be put in newly allocated OUTPUT/OUTPUT_LEN. Return GSASL_NEEDS_MORE or GSASL_OK on success, or an error code. */ int _gsasl_gs2_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _gsasl_gs2_client_state *state = mech_data; gss_buffer_desc bufdesc; gss_buffer_t buf = GSS_C_NO_BUFFER; OM_uint32 maj_stat, min_stat, ret_flags; gss_OID actual_mech_type; int res; if (state->step > 2) return GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; if (state->step == 0) { res = prepare (sctx, state); if (res != GSASL_OK) return res; state->step++; } if (state->step == 2) { bufdesc.length = input_len; bufdesc.value = (void *) input; buf = &bufdesc; } /* First release memory for token from last round-trip, if any. */ if (state->token.value != NULL) { maj_stat = gss_release_buffer (&min_stat, &state->token); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; state->token.value = NULL; state->token.length = 0; } maj_stat = gss_init_sec_context (&min_stat, GSS_C_NO_CREDENTIAL, &state->context, state->service, state->mech_oid, GSS_C_MUTUAL_FLAG, 0, &state->cb, buf, &actual_mech_type, &state->token, &ret_flags, NULL); if (maj_stat != GSS_S_COMPLETE && maj_stat != GSS_S_CONTINUE_NEEDED) return GSASL_GSSAPI_INIT_SEC_CONTEXT_ERROR; res = token2output (sctx, state, &state->token, output, output_len); if (res != GSASL_OK) return res; if (maj_stat == GSS_S_CONTINUE_NEEDED) return GSASL_NEEDS_MORE; /* The GSS-API layer is done here, check that we established a valid security context for GS2 purposes. */ if (!(ret_flags & GSS_C_MUTUAL_FLAG)) return GSASL_AUTHENTICATION_ERROR; if (!gss_oid_equal (state->mech_oid, actual_mech_type)) return GSASL_AUTHENTICATION_ERROR; state->step++; return GSASL_OK; } /* Cleanup GS2 state context, i.e., release memory associated with buffers in MECH_DATA state. */ void _gsasl_gs2_client_finish (Gsasl_session * sctx, void *mech_data) { _gsasl_gs2_client_state *state = mech_data; OM_uint32 maj_stat, min_stat; if (!state) return; if (state->token.value != NULL) maj_stat = gss_release_buffer (&min_stat, &state->token); if (state->service != GSS_C_NO_NAME) maj_stat = gss_release_name (&min_stat, &state->service); if (state->context != GSS_C_NO_CONTEXT) maj_stat = gss_delete_sec_context (&min_stat, &state->context, GSS_C_NO_BUFFER); free (state->cb.application_data.value); free (state); } gsasl-1.8.0/lib/gs2/mechinfo.c0000664000000000000000000000303211754555060012725 00000000000000/* mechinfo.c --- Definition of GS2 mechanism. * Copyright (C) 2006-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "gs2.h" Gsasl_mechanism gsasl_gs2_krb5_mechanism = { GSASL_GS2_KRB5_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_gs2_client_start, #else NULL, #endif #ifdef USE_CLIENT _gsasl_gs2_client_step, #else NULL, #endif #ifdef USE_CLIENT _gsasl_gs2_client_finish, #else NULL, #endif NULL, NULL} , { NULL, NULL, #ifdef USE_SERVER _gsasl_gs2_server_start, #else NULL, #endif #ifdef USE_SERVER _gsasl_gs2_server_step, #else NULL, #endif #ifdef USE_SERVER _gsasl_gs2_server_finish, #else NULL, #endif NULL, NULL} }; gsasl-1.8.0/lib/gs2/Makefile.am0000664000000000000000000000250511754555060013031 00000000000000## Process this file with automake to produce Makefile.in # Copyright (C) 2006-2012 Simon Josefsson. # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl \ $(GSS_CFLAGS) noinst_LTLIBRARIES = libgsasl-gs2.la libgsasl_gs2_la_SOURCES = gs2.h mechinfo.c \ gs2helper.h gs2helper.c if CLIENT libgsasl_gs2_la_SOURCES += client.c endif if SERVER libgsasl_gs2_la_SOURCES += server.c endif libgsasl_gs2_la_LIBADD = $(LTLIBGSS) $(LTLIBGSSAPI32) $(GSS_LIBS) gsasl-1.8.0/lib/gs2/server.c0000664000000000000000000002023511754555060012447 00000000000000/* server.c --- SASL mechanism GS2, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "gs2.h" /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include #include "gss-extra.h" #include "gs2helper.h" #include "mechtools.h" struct _Gsasl_gs2_server_state { /* steps: 0 = first state, 1 = initial, 2 = processing, 3 = done */ int step; gss_name_t client; gss_cred_id_t cred; gss_ctx_id_t context; gss_OID mech_oid; struct gss_channel_bindings_struct cb; }; typedef struct _Gsasl_gs2_server_state _Gsasl_gs2_server_state; /* Populate state->cred with credential to use for connection. Return GSASL_OK on success or an error code. */ static int gs2_get_cred (Gsasl_session * sctx, _Gsasl_gs2_server_state * state) { OM_uint32 maj_stat, min_stat; gss_buffer_desc bufdesc; const char *service = gsasl_property_get (sctx, GSASL_SERVICE); const char *hostname = gsasl_property_get (sctx, GSASL_HOSTNAME); gss_name_t server; gss_OID_set_desc oid_set; gss_OID_set actual_mechs; int present; if (!service) return GSASL_NO_SERVICE; if (!hostname) return GSASL_NO_HOSTNAME; bufdesc.length = asprintf ((char **) &bufdesc.value, "%s@%s", service, hostname); if (bufdesc.length <= 0 || bufdesc.value == NULL) return GSASL_MALLOC_ERROR; maj_stat = gss_import_name (&min_stat, &bufdesc, GSS_C_NT_HOSTBASED_SERVICE, &server); free (bufdesc.value); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_IMPORT_NAME_ERROR; /* Attempt to get a credential for our mechanism. */ oid_set.count = 1; oid_set.elements = state->mech_oid; maj_stat = gss_acquire_cred (&min_stat, server, 0, &oid_set, GSS_C_ACCEPT, &state->cred, &actual_mechs, NULL); gss_release_name (&min_stat, &server); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_ACQUIRE_CRED_ERROR; /* Now double check that the credential actually was for our mechanism... */ maj_stat = gss_test_oid_set_member (&min_stat, state->mech_oid, actual_mechs, &present); if (GSS_ERROR (maj_stat)) { gss_release_oid_set (&min_stat, &actual_mechs); return GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR; } maj_stat = gss_release_oid_set (&min_stat, &actual_mechs); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_OID_SET_ERROR; if (!present) return GSASL_GSSAPI_ACQUIRE_CRED_ERROR; return GSASL_OK; } /* Initialize GS2 state into MECH_DATA. Return GSASL_OK if GS2 is ready and initialization succeeded, or an error code. */ int _gsasl_gs2_server_start (Gsasl_session * sctx, void **mech_data) { _Gsasl_gs2_server_state *state; int res; state = (_Gsasl_gs2_server_state *) malloc (sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; res = gs2_get_oid (sctx, &state->mech_oid); if (res != GSASL_OK) { free (state); return res; } res = gs2_get_cred (sctx, state); if (res != GSASL_OK) { free (state); return res; } state->step = 0; state->context = GSS_C_NO_CONTEXT; state->client = NULL; /* The initiator-address-type and acceptor-address-type fields of the GSS-CHANNEL-BINDINGS structure MUST be set to 0. The initiator-address and acceptor-address fields MUST be the empty string. */ state->cb.initiator_addrtype = 0; state->cb.initiator_address.length = 0; state->cb.initiator_address.value = NULL; state->cb.acceptor_addrtype = 0; state->cb.acceptor_address.length = 0; state->cb.acceptor_address.value = NULL; state->cb.application_data.length = 0; state->cb.application_data.value = NULL; *mech_data = state; return GSASL_OK; } /* Perform one GS2 step. GS2 state is in MECH_DATA. Any data from client is provided in INPUT/INPUT_LEN and output from server is expected to be put in newly allocated OUTPUT/OUTPUT_LEN. Return GSASL_NEEDS_MORE or GSASL_OK on success, or an error code. */ int _gsasl_gs2_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { _Gsasl_gs2_server_state *state = mech_data; gss_buffer_desc bufdesc1, bufdesc2; OM_uint32 maj_stat, min_stat; gss_buffer_desc client_name; gss_OID mech_type; int res; OM_uint32 ret_flags; int free_bufdesc1 = 0; *output = NULL; *output_len = 0; bufdesc1.value = input; bufdesc1.length = input_len; switch (state->step) { case 0: if (input_len == 0) { res = GSASL_NEEDS_MORE; break; } state->step++; /* fall through */ case 1: { char *authzid; size_t headerlen; res = _gsasl_parse_gs2_header (input, input_len, &authzid, &headerlen); if (res != GSASL_OK) return res; if (authzid) { gsasl_property_set (sctx, GSASL_AUTHZID, authzid); free (authzid); } state->cb.application_data.value = input; state->cb.application_data.length = headerlen; bufdesc2.value = input + headerlen; bufdesc2.length = input_len - headerlen; maj_stat = gss_encapsulate_token (&bufdesc2, state->mech_oid, &bufdesc1); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR; free_bufdesc1 = 1; } state->step++; /* fall through */ case 2: if (state->client) { gss_release_name (&min_stat, &state->client); state->client = GSS_C_NO_NAME; } maj_stat = gss_accept_sec_context (&min_stat, &state->context, state->cred, &bufdesc1, &state->cb, &state->client, &mech_type, &bufdesc2, &ret_flags, NULL, NULL); if (maj_stat != GSS_S_COMPLETE && maj_stat != GSS_S_CONTINUE_NEEDED) return GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR; if (maj_stat == GSS_S_COMPLETE) { state->step++; if (!(ret_flags & GSS_C_MUTUAL_FLAG)) return GSASL_MECHANISM_PARSE_ERROR; maj_stat = gss_display_name (&min_stat, state->client, &client_name, &mech_type); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_DISPLAY_NAME_ERROR; gsasl_property_set_raw (sctx, GSASL_GSSAPI_DISPLAY_NAME, client_name.value, client_name.length); res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_GSSAPI); } else res = GSASL_NEEDS_MORE; if (free_bufdesc1) { maj_stat = gss_release_buffer (&min_stat, &bufdesc1); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; } *output = malloc (bufdesc2.length); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, bufdesc2.value, bufdesc2.length); *output_len = bufdesc2.length; maj_stat = gss_release_buffer (&min_stat, &bufdesc2); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_RELEASE_BUFFER_ERROR; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } /* Cleanup GS2 state context, i.e., release memory associated with buffers in MECH_DATA state. */ void _gsasl_gs2_server_finish (Gsasl_session * sctx, void *mech_data) { _Gsasl_gs2_server_state *state = mech_data; OM_uint32 min_stat; if (!state) return; if (state->context != GSS_C_NO_CONTEXT) gss_delete_sec_context (&min_stat, &state->context, GSS_C_NO_BUFFER); if (state->cred != GSS_C_NO_CREDENTIAL) gss_release_cred (&min_stat, &state->cred); if (state->client != GSS_C_NO_NAME) gss_release_name (&min_stat, &state->client); free (state); } gsasl-1.8.0/lib/gs2/Makefile.in0000664000000000000000000011742111760730702013041 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2006-2012 Simon Josefsson. # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = gs2 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = libgsasl_gs2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__libgsasl_gs2_la_SOURCES_DIST = gs2.h mechinfo.c gs2helper.h \ gs2helper.c client.c server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_gs2_la_OBJECTS = mechinfo.lo gs2helper.lo $(am__objects_1) \ $(am__objects_2) libgsasl_gs2_la_OBJECTS = $(am_libgsasl_gs2_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_gs2_la_SOURCES) DIST_SOURCES = $(am__libgsasl_gs2_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl \ $(GSS_CFLAGS) noinst_LTLIBRARIES = libgsasl-gs2.la libgsasl_gs2_la_SOURCES = gs2.h mechinfo.c gs2helper.h gs2helper.c \ $(am__append_1) $(am__append_2) libgsasl_gs2_la_LIBADD = $(LTLIBGSS) $(LTLIBGSSAPI32) $(GSS_LIBS) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gs2/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu gs2/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-gs2.la: $(libgsasl_gs2_la_OBJECTS) $(libgsasl_gs2_la_DEPENDENCIES) $(EXTRA_libgsasl_gs2_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_gs2_la_OBJECTS) $(libgsasl_gs2_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gs2helper.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/gs2/gs2helper.c0000664000000000000000000000341111754555060013031 00000000000000/* gs2helper.c --- GS2 helper functions common to client and server. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get strcmp. */ #include /* Get malloc, free. */ #include /* Get specification. */ #include "gs2helper.h" /* Populate mech_oid with OID for the current SASL mechanism name. A bit silly given that we only support Kerberos V5 today, but will be useful when that changes. */ int gs2_get_oid (Gsasl_session * sctx, gss_OID * mech_oid) { gss_buffer_desc sasl_mech_name; OM_uint32 maj_stat, min_stat; sasl_mech_name.value = (void *) gsasl_mechanism_name (sctx); if (!sasl_mech_name.value) return GSASL_AUTHENTICATION_ERROR; sasl_mech_name.length = strlen (sasl_mech_name.value); maj_stat = gss_inquire_mech_for_saslname (&min_stat, &sasl_mech_name, mech_oid); if (GSS_ERROR (maj_stat)) return GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR; return GSASL_OK; } gsasl-1.8.0/lib/securid/0000775000000000000000000000000011760732121012006 500000000000000gsasl-1.8.0/lib/securid/securid.h0000664000000000000000000000316511754555060013552 00000000000000/* securid.h --- Prototypes for SASL mechanism SECURID as defined in RFC 2808. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef SECURID_H #define SECURID_H #include #define GSASL_SECURID_NAME "SECURID" extern Gsasl_mechanism gsasl_securid_mechanism; extern int _gsasl_securid_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_securid_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_securid_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_securid_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); #endif /* SECURID_H */ gsasl-1.8.0/lib/securid/client.c0000664000000000000000000000766411754555060013375 00000000000000/* client.c --- SASL mechanism SECURID from RFC 2808, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "securid.h" /* Get malloc, free. */ #include /* Get strdup, strlen. */ #include #define PASSCODE "passcode" #define PIN "pin" int _gsasl_securid_client_start (Gsasl_session * sctx, void **mech_data) { int *step; step = (int *) malloc (sizeof (*step)); if (step == NULL) return GSASL_MALLOC_ERROR; *step = 0; *mech_data = step; return GSASL_OK; } int _gsasl_securid_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { int *step = mech_data; const char *authzid = NULL, *authid = NULL, *passcode = NULL, *pin = NULL; size_t authzidlen, authidlen, passcodelen, pinlen = 0; int do_pin = 0; int res; switch (*step) { case 1: if (input_len == strlen (PASSCODE) && memcmp (input, PASSCODE, strlen (PASSCODE)) == 0) { *step = 0; } else if (input_len >= strlen (PIN) && memcmp (input, PIN, strlen (PIN)) == 0) { do_pin = 1; *step = 0; } else { *output_len = 0; res = GSASL_OK; break; } /* fall through */ case 0: authzid = gsasl_property_get (sctx, GSASL_AUTHZID); if (authzid) authzidlen = strlen (authzid); else authzidlen = 0; authid = gsasl_property_get (sctx, GSASL_AUTHID); if (!authid) return GSASL_NO_AUTHID; authidlen = strlen (authid); passcode = gsasl_property_get (sctx, GSASL_PASSCODE); if (!passcode) return GSASL_NO_PASSCODE; passcodelen = strlen (passcode); if (do_pin) { if (input_len > strlen (PIN)) gsasl_property_set_raw (sctx, GSASL_SUGGESTED_PIN, &input[strlen (PIN)], input_len - strlen (PIN)); pin = gsasl_property_get (sctx, GSASL_PIN); if (!pin) return GSASL_NO_PIN; pinlen = strlen (pin); } *output_len = authzidlen + 1 + authidlen + 1 + passcodelen + 1; if (do_pin) *output_len += pinlen + 1; *output = malloc (*output_len); if (*output == NULL) return GSASL_MALLOC_ERROR; if (authzid) memcpy (*output, authzid, authzidlen); (*output)[authzidlen] = '\0'; memcpy (*output + authzidlen + 1, authid, authidlen); (*output)[authzidlen + 1 + authidlen] = '\0'; memcpy (*output + authzidlen + 1 + authidlen + 1, passcode, passcodelen); (*output)[authzidlen + 1 + authidlen + 1 + passcodelen] = '\0'; if (do_pin) { memcpy (*output + authzidlen + 1 + authidlen + 1 + passcodelen + 1, pin, pinlen); (*output)[authzidlen + 1 + authidlen + 1 + passcodelen + 1 + pinlen] = '\0'; } (*step)++; res = GSASL_OK; break; case 2: *output_len = 0; *output = NULL; (*step)++; res = GSASL_OK; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_securid_client_finish (Gsasl_session * sctx, void *mech_data) { int *step = mech_data; free (step); } gsasl-1.8.0/lib/securid/mechinfo.c0000664000000000000000000000267111754555060013700 00000000000000/* mechinfo.c --- Definition of SECURID mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "securid.h" Gsasl_mechanism gsasl_securid_mechanism = { GSASL_SECURID_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_securid_client_start, #else NULL, #endif #ifdef USE_CLIENT _gsasl_securid_client_step, #else NULL, #endif #ifdef USE_CLIENT _gsasl_securid_client_finish, #else NULL, #endif NULL, NULL} , { NULL, NULL, NULL, #ifdef USE_SERVER _gsasl_securid_server_step, #else NULL, #endif NULL, NULL, NULL} }; gsasl-1.8.0/lib/securid/Makefile.am0000664000000000000000000000225711754555060014000 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-securid.la libgsasl_securid_la_SOURCES = securid.h mechinfo.c if CLIENT libgsasl_securid_la_SOURCES += client.c endif if SERVER libgsasl_securid_la_SOURCES += server.c endif gsasl-1.8.0/lib/securid/server.c0000664000000000000000000000644011754555060013414 00000000000000/* server.c --- SASL mechanism SECURID from RFC 2808, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "securid.h" /* Get malloc, free. */ #include /* Get memchr, strdup, strlen. */ #include #define PASSCODE "passcode" #define PIN "pin" int _gsasl_securid_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { const char *authorization_id = NULL; const char *authentication_id = NULL; const char *passcode = NULL; const char *suggestedpin; char *pin = NULL; int res; size_t len; if (input_len == 0) { *output_len = 0; *output = NULL; return GSASL_NEEDS_MORE; } authorization_id = input; authentication_id = memchr (input, '\0', input_len - 1); if (authentication_id) { authentication_id++; passcode = memchr (authentication_id, '\0', input_len - strlen (authorization_id) - 1 - 1); if (passcode) { passcode++; pin = memchr (passcode, '\0', input_len - strlen (authorization_id) - 1 - strlen (authentication_id) - 1 - 1); if (pin) { pin++; if (pin && !*pin) pin = NULL; } } } if (passcode == NULL) return GSASL_MECHANISM_PARSE_ERROR; gsasl_property_set (sctx, GSASL_AUTHID, authentication_id); gsasl_property_set (sctx, GSASL_AUTHZID, authorization_id); gsasl_property_set (sctx, GSASL_PASSCODE, passcode); if (pin) gsasl_property_set (sctx, GSASL_PIN, pin); else gsasl_property_set (sctx, GSASL_PIN, NULL); res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_SECURID); switch (res) { case GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE: *output = strdup (PASSCODE); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (PASSCODE); res = GSASL_NEEDS_MORE; break; case GSASL_SECURID_SERVER_NEED_NEW_PIN: suggestedpin = gsasl_property_get (sctx, GSASL_SUGGESTED_PIN); if (suggestedpin) len = strlen (suggestedpin); else len = 0; *output_len = strlen (PIN) + len; *output = malloc (*output_len); if (!*output) return GSASL_MALLOC_ERROR; memcpy (*output, PIN, strlen (PIN)); if (suggestedpin) memcpy (*output + strlen (PIN), suggestedpin, len); res = GSASL_NEEDS_MORE; break; default: *output_len = 0; *output = NULL; break; } return res; } gsasl-1.8.0/lib/securid/Makefile.in0000664000000000000000000011704511760730703014007 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = securid DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_securid_la_LIBADD = am__libgsasl_securid_la_SOURCES_DIST = securid.h mechinfo.c client.c \ server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_securid_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_securid_la_OBJECTS = $(am_libgsasl_securid_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_securid_la_SOURCES) DIST_SOURCES = $(am__libgsasl_securid_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-securid.la libgsasl_securid_la_SOURCES = securid.h mechinfo.c $(am__append_1) \ $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu securid/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu securid/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-securid.la: $(libgsasl_securid_la_OBJECTS) $(libgsasl_securid_la_DEPENDENCIES) $(EXTRA_libgsasl_securid_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_securid_la_OBJECTS) $(libgsasl_securid_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/COPYING0000664000000000000000000010451311746471770011345 00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . gsasl-1.8.0/lib/po/0000775000000000000000000000000011760732120010765 500000000000000gsasl-1.8.0/lib/po/id.po0000664000000000000000000003147711760732020011654 00000000000000# Indonesian translations for libgsasl package. # Copyright (C) 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Andhika Padmawan , 2009, 2012. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 15:33+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl sukses" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Mekanisme SASL memerlukan lebih banyak data" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Mekanisme SASL tak diketahui" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Mekanisme SASL dipanggil terlalu sering" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Fungsi SASL memerlukan penyangga lebih besar (galat internal)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Tak dapat membuka berkas di pustaka SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Tak dapat menutup berkas di pustaka SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Galat alokasi memori di pustaka SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Galat penyandian base 64 di pustaka SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Galat kripto level rendah di pustaka SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_client_callback_anonymous() " "(galat aplikasi)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_client_callback_password() " "(galat aplikasi)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_client_callback_passcode() " "(galat aplikasi)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_client_callback_pin() (galat " "aplikasi)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Mekanisme SASL memerlukan panggil balik " "gsasl_client_callback_authorization_id() (galat aplikasi)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Mekanisme SASL memerlukan panggil balik " "gsasl_client_callback_authentication_id() (galat aplikasi)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_client_callback_service() " "(galat aplikasi)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_client_callback_validate() " "(galat aplikasi)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_cram_md5() " "(galat aplikasi)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_digest_md5() " "(galat aplikasi)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_external() " "(galat aplikasi)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_anonymous() " "(galat aplikasi)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_realm() (galat " "aplikasi)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_securid() " "(galat aplikasi)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_service() " "(galat aplikasi)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_gssapi() " "(galat aplikasi)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Mekanisme SASL memerlukan panggil balik gsasl_server_callback_retrieve() " "(galat aplikasi)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Gagal melakukan Normalisasi Sandi Universal pada benang." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Tak dapat menyiapkan benang (non-ASCII) terinternasionalisasi." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Mekanisme SASL tak dapat mengurai masukan" #: src/error.c:116 msgid "Error authenticating user" msgstr "Galat mengotentikasi pengguna" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Tak bisa mendapatkan penanganan pustaka internal (galat pustaka)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Galat integritas di pemuat aplikasi" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Tak ada lagi kawasan tersedia (tak-fatal)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "Fungsionalitas sisi-klien tidak tersedia di pustaka (galat aplikasi)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "Fungsionalitas sisi-server tidak tersedia di pustaka (galat aplikasi)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Pustaka GSSAPI tak dapat melepas alokasi memori di gss_release_buffer() di " "pustaka SASL. Ini adalah galat internal serius." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Pustaka GSSAPI tidak mengerti nama peer di gss_import_name() di pustaka " "SASL. Ini kelihatannya karena layanan dan/atau nama host yang tidak tepat." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Galat GSSAPI di klien ketika bernegosiasi konteks keamanan di " "gss_init_sec_context() di pustaka SASL. Ini kelihatannya karena kredensial " "yang tidak cukup atau interaksi yang mencurigakan." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Galat GSSAPI di server ketika bernegosiasi konteks keamanan di " "gss_accpet_sec_context() di pustaka SASL. Ini kelihatannya karena kredensial " "yang tidak cukup atau interaksi yang mencurigakan." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Galat GSSAPI ketika memecahkan atau mengawasandi data di gss_unwrap() di " "pustaka SASL. Ini kelihatannya karena data yang rusak." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Galat GSSAPI ketika enkripsi atau menyandi data di gss_wrap() di pustaka " "SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Galat GSSAPI mengambil kredensial di gss_acquire_cred() di pustaka SASL. " "Ini kelihatannya karena tidak memiliki kunci Kerberos asli yang tersedia di /" "etc/krb5.keytab di server." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Galat GSSAPI membuat tampilan nama mendenotasi klien di gss_display_name() " "dipustaka SASL. Ini mungkin karena klien menyuplai data buruk." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Entitas lain meminta proteksi integritas atau konfidensialitas di mekanisme " "GSSAPI tapi ini saat ini belum diimplementasikan." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Kegagalan inisialisasi Kerberos V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Galat internal Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID memerlukan sandi tambahan." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID memerlukan pin baru." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Penanganan pustaka yang diberikan tidak sah (galat aplikasi)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Tak ada panggil balik ditentukan oleh pemanggil (galat aplikasi)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Otentikasi gagal karena sembarang token tidak disediakan." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Otentikasi gagal karena identitas otentikasi tidak disediakan." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "Otentikasi gagal karena identitas otorisasi tidak disediakan." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Otentikasi gagal karena sandi lewat tidak disediakan." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Otentikasi gagal karena kode lewat tidak disediakan." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Otentikasi gagal karena kode pin tidak disediakan." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Otentikasi gagal karena nama layanan tidak disediakan." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Otentikasi gagal karena nama host tidak disediakan." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "Galat GSSAPI menyelubungi token." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "Galat GSSAPI mengeluarkan token." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "Galat GSSAPI mendapatkan OID untuk nama mekanisme SASL." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "Galat GSSAPI menguji OID dalam set OID." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "Galat GSSAPI melepaskan set OID." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Otentikasi gagal karena nama CB tls-unique tidak disediakan." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Panggil kembali gagal untuk menyediakan pengidentifikasi SAML20 IdP." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Panggil kembali gagal untuk menyediakan pengalihan URL SAML20." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Panggil kembali gagal untuk menyediakan pengalihan URL OPENID20." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Galat tak diketahui libgsasl" gsasl-1.8.0/lib/po/fr.gmo0000664000000000000000000002460611760732021012030 000000000000008OCKJi=<</<l@$2FB$#7 2$W |W M v" &/ V g &~ ' 4 $ y' 2 $ $ S[rZR)R|MQSoRTRkPOR_QQRVF;KbJYKUKJGIEK"6nS_4Y4K%?5u_$l4o=7 JG 2 B`!%!-!c!m["j"b4#b#]#aX$c$b%d%b%`I&_&b 'am'a'b1(/(`(H%)n)(* 2-745 !8+% &'.)3 "$1#06/ ,Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadLibgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataServer-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: GNU libgsasl 0.2.16 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2008-03-30 14:02+0000 Last-Translator: François-Xavier Coudert Language-Team: French Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8-bit Plural-Forms: nplurals=2; plural=(n > 1); Échec d'authentification parce que le jeton anonyme n'a pas été fourni.Échec d'authentification parce que l'identité d'authentification n'a pas été fournie.Échec d'authentification parce que l'identité d'autorisation n'a pas été fournie.Échec d'authentification parce que le nom de l'hôte n'a pas été fourni.Échec d'authentification parce que le code de passe n'a pas été fourni.Échec d'authentification parce que le mot de passe n'a pas été fourni.Échec d'authentification parce que le code NIP n'a pas été fourni.Échec d'authentification parce que le nom de service n'a pas été fourni.Erreur de codage en base 64 dans la bibliothèque SASLNe peut obtenir un handle sur la bibliothèque interne (erreur de la bibliothèque)Fonctionnalité côté client n'est pas disponible dans la bibliothèque (erreur d'application)Ne peut ferme le fichier dans la bibliothèques SASLNe peut ouvrir le fichier dans la bibliothèque SASLNe peut préparer une chaîne de caractères internationalisée (non ASCII)Erreur d'authentification de l'usagerÉchec d'exécution de la Normalisation Unicode sur la chaîne.Erreur GSSAPI lors de l'acquisition de références dans gss_acquire_cred() dans la bibliothèque SASL. Cela est sans doute dû en raison de l'utilisation d'une clé Kerberos erronée disponibles dans /etc/krb5.keytab sur le serveur.Erreur GSSAPI lors de la création d'un nom d'affichage pour le client dans gss_display_name() dans la bibliothèque SASL. Cela est sans doute dû à des données erronées fournies par le client.Erreur GSSAPI dans le client lors de la négotiation du contexte de sécurité dans gss_init_sec_context() dans la bibliothèque SASL. Cela est sans doute dû à des références ou des interactions malicieuses.Erreur GSSAPI lors du décryptage ou du décodage des données dans gss_unwrap() dans la bibliothèque SASL. Cela est sans doute dû en raison d'une corruption des données.Erreur GSSAPI lors de l'encryptage ou de l'encodage des données dans gss_wrap() dans la bibliothèque SASL.La bibliothèque GSSAPI ne peut pas désallouer le mémoire dans gss_release_buffer() dans la bibliothèque SASL. Ceci est une erreur interne grave.La bibliothèque GSSAPI ne peut pas comprendre le nom d'un pair dans gss_import_name() dans la bibliothèque SASL. Il est probable que cela soit dû à un service ou/et des noms d'hôtes incorrects.Erreur d'intégrité dans la charge de l'applicationSuccès de libgsaslErreur libgsasl inconnueErreur bas niveau de cryptographie dans la bibliothèque SASLErreur d'allocation mémoire dans la bibliothèque SASLPas de retour d'appel spécifié par l'appelent (erreur de l'application).Aucun domaine n'est disponible (erreur non fatale)L'autre entité a fait une requête d'intégrité ou de confidentialité dans le mécanismes GSSAPI mais le soutien de cette requête n'est pas implanté.Une fonction SASL a besoin d'un plus grand tampon (erreur interne)Mécanisme SASL appellé trop souventLe mécanisme SASL ne peut analyser l'entréeLe mécanismes SASL a besoin de l'appel gsasl_client_callback_anonymous() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_authentification_id() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_authorization_id() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_passcode() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_password() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_pin() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_service() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_anonymous() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_cram_md5() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_digest_md5() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_external() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_gssapi() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_realm() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_retrieve() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_securid() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_service() (erreur de l'application)Le mécanismes SASL a besoin de l'appel gsasl_client_callback_validate() (erreur de l'application)Le mécanisme SASL a besoin de plus de donnéesFonctionnalité côté serveur n'est pas disponible dans la bibliothèque (erreur d'application)Le handle de bibliothèque fourni était invalide (erreur d'application)Mécanisme SASL inconnugsasl-1.8.0/lib/po/id.gmo0000664000000000000000000002635511760732021012020 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4K<9>K=34512g6(@D;>@D(E(n>8- i 7 ^!'!!N'"{v""#######)$$@$Ae$)$}$=O%'%)%Z%b:&a&Y&YY'T'X(Za(Y([)Yr)W)V$*Y{*X*X.+Y+++" ,0,EM,<,,#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 15:33+0700 Last-Translator: Andhika Padmawan Language-Team: Indonesian Language: id MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Otentikasi gagal karena nama CB tls-unique tidak disediakan.Otentikasi gagal karena sembarang token tidak disediakan.Otentikasi gagal karena identitas otentikasi tidak disediakan.Otentikasi gagal karena identitas otorisasi tidak disediakan.Otentikasi gagal karena nama host tidak disediakan.Otentikasi gagal karena kode lewat tidak disediakan.Otentikasi gagal karena sandi lewat tidak disediakan.Otentikasi gagal karena kode pin tidak disediakan.Otentikasi gagal karena nama layanan tidak disediakan.Galat penyandian base 64 di pustaka SASLPanggil kembali gagal untuk menyediakan pengalihan URL OPENID20.Panggil kembali gagal untuk menyediakan pengidentifikasi SAML20 IdP.Panggil kembali gagal untuk menyediakan pengalihan URL SAML20.Tak bisa mendapatkan penanganan pustaka internal (galat pustaka)Fungsionalitas sisi-klien tidak tersedia di pustaka (galat aplikasi)Tak dapat menutup berkas di pustaka SASLTak dapat membuka berkas di pustaka SASLTak dapat menyiapkan benang (non-ASCII) terinternasionalisasi.Galat mengotentikasi penggunaGagal melakukan Normalisasi Sandi Universal pada benang.Galat GSSAPI mengambil kredensial di gss_acquire_cred() di pustaka SASL. Ini kelihatannya karena tidak memiliki kunci Kerberos asli yang tersedia di /etc/krb5.keytab di server.Galat GSSAPI membuat tampilan nama mendenotasi klien di gss_display_name() dipustaka SASL. Ini mungkin karena klien menyuplai data buruk.Galat GSSAPI mengeluarkan token.Galat GSSAPI menyelubungi token.Galat GSSAPI mendapatkan OID untuk nama mekanisme SASL.Galat GSSAPI di klien ketika bernegosiasi konteks keamanan di gss_init_sec_context() di pustaka SASL. Ini kelihatannya karena kredensial yang tidak cukup atau interaksi yang mencurigakan.Galat GSSAPI di server ketika bernegosiasi konteks keamanan di gss_accpet_sec_context() di pustaka SASL. Ini kelihatannya karena kredensial yang tidak cukup atau interaksi yang mencurigakan.Galat GSSAPI melepaskan set OID.Galat GSSAPI menguji OID dalam set OID.Galat GSSAPI ketika memecahkan atau mengawasandi data di gss_unwrap() di pustaka SASL. Ini kelihatannya karena data yang rusak.Galat GSSAPI ketika enkripsi atau menyandi data di gss_wrap() di pustaka SASL.Pustaka GSSAPI tak dapat melepas alokasi memori di gss_release_buffer() di pustaka SASL. Ini adalah galat internal serius.Pustaka GSSAPI tidak mengerti nama peer di gss_import_name() di pustaka SASL. Ini kelihatannya karena layanan dan/atau nama host yang tidak tepat.Galat integritas di pemuat aplikasiKegagalan inisialisasi Kerberos V5.Galat internal Kerberos V5.Libgsasl suksesGalat tak diketahui libgsaslGalat kripto level rendah di pustaka SASLGalat alokasi memori di pustaka SASLTak ada panggil balik ditentukan oleh pemanggil (galat aplikasi).Tak ada lagi kawasan tersedia (tak-fatal)Entitas lain meminta proteksi integritas atau konfidensialitas di mekanisme GSSAPI tapi ini saat ini belum diimplementasikan.Fungsi SASL memerlukan penyangga lebih besar (galat internal)Mekanisme SASL dipanggil terlalu seringMekanisme SASL tak dapat mengurai masukanMekanisme SASL memerlukan panggil balik gsasl_client_callback_anonymous() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_client_callback_authentication_id() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_client_callback_authorization_id() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_client_callback_passcode() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_client_callback_password() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_client_callback_pin() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_client_callback_service() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_anonymous() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_cram_md5() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_digest_md5() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_external() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_gssapi() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_realm() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_retrieve() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_securid() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_server_callback_service() (galat aplikasi)Mekanisme SASL memerlukan panggil balik gsasl_client_callback_validate() (galat aplikasi)Mekanisme SASL memerlukan lebih banyak dataSecurID memerlukan sandi tambahan.SecurID memerlukan pin baru.Fungsionalitas sisi-server tidak tersedia di pustaka (galat aplikasi)Penanganan pustaka yang diberikan tidak sah (galat aplikasi)Mekanisme SASL tak diketahuigsasl-1.8.0/lib/po/fi.po0000664000000000000000000003211611760732020011645 00000000000000# Finnish messages for libgsasl. # Copyright © 2009, 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Jorma Karvonen , 2009-2012. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 14:45+0200\n" "Last-Translator: Jorma Karvonen \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl onnistui" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "SASL-mekanismi tarvitsee lisää dataa" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Tuntematon SASL-mekanismi" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "SASL-mekanismia kutsutaan liian monta kertaa" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "SASL-funktio tarvitsee laajemman puskurin (sisäinen virhe)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Ei voitu avata tiedostoa SASL-kirjastossa" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Ei voitu sulkea tiedostoa SASL-kirjastossa" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Muistinvarausvirhe SASL-kirjastossa" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Base 64-koodausvirhe SASL-kirjastossa" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Matalan tason salausvirhe SASL-kirjastossa" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_client_callback_anonymous()-vastakutsun " "(sovellusvirhe)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_client_callback_password()-vastakutsun " "(sovellusvirhe)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_client_callback_passcode()-vastakutsun " "(sovellusvirhe)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_client_callback_pin()-vastakutsun " "(sovellusvirhe)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_client_callback_authorization_id()-" "vastakutsun (sovellusvirhe)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_client_callback_authentication_id()-" "vastakutsun (sovellusvirhe)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_client_callback_service()-vastakutsun " "(sovellusvirhe)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_validate()-vastakutsun " "(sovellusvirhe)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_cram_md5()-vastakutsun " "(sovellusvirhe)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_digest_md5()-vastakutsun " "(sovellusvirhe)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_external()-vastakutsun " "(sovellusvirhe)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitse gsasl_server_callback_anonymous()-vastakutsun " "(sovellusvirhe)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_realm()-vastakutsun " "(sovellusvirhe)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_securid()-vastakutsun " "(sovellusvirhe)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_service()-vastakutsun " "(sovellusvirhe)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_gssapi()-vastakutsun " "(sovellusvirhe)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "SASL-mekanismi tarvitsee gsasl_server_callback_retrieve()-vastakutsun " "(sovellusvirhe)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Unicode-normeerauksen suorittaminen merkkijonolle epäonnistui." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Ei voitu esikäsitellä kansainvälistettyä (ei-ASCII) merkkijonoa." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "SASL-mekanismi ei voinut jäsentää syötettä" #: src/error.c:116 msgid "Error authenticating user" msgstr "Virhe todennettaessa käyttäjää" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Ei saada sisäistä kirjasto-osoitinta (kirjastovirhe)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Eheysvirhe sovelluslatauksessa" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Ei enää alueita käytettävissä (ei-vakava)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Asiakaspuolitoiminnallisuus ei ole käytetttävissä kirjastossa (sovellusvirhe)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Palvelinpuolitoiminnallisuus ei ole käytettävissä kirjastossa (sovellusvirhe)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "GSSAPI-kirjasto ei voinut vapauttaa muistia funktiossa gss_release_buffer() " "SASL-kirjastossa. Tämä on vakava sisäinen virhe." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "GSSAPI-kirjasto ei ymmärrä vertaisnimeä funktiossa gss_import_name() SASL-" "kirjastossa. Tämä johtuu luultavasti virheellisestä palvelusta tai " "tietokonenimistä." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI-virhe asiakkaalla kun neuvotellaan turvallisuusyhteydestä funktiossa " "gss_init_sec_context() SASL-kirjastossa. Tämä johtuu luultavasti " "riittämättömistä valtuustiedoista tai haitallisista vuorovaikutuksista." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI-virhe palvelimella neuvoteltaessa turvallisuusyhteydestä funktiossa " "gss_accept_sec_context() SASL-kirjastossa. Tämä johtuu luultavasti " "riittämättömistä valtuustiedoista tai haitallisista vuorovaikutuksista." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "GSSAPI-virhe purettaessa salausta tai koodausta funktiossa gss_unwrap() SASL-" "kirjastossa. Tämä johtuu luultavasti datan vääristymisestä." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "GSSAPI-virhe salattaessa tai koodattaessa dataa funktiossa gss_wrap() SASL-" "kirjastossa." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "GSSAPI-virhe hankittaessa valtuustietoja funktiossa gss_acquire_cred() SASL-" "kirjastossa. Tämä johtuu luultavasti siitä, että ei ole käytettävissä " "oikeaa Kerberos-avainta palvelimen /etc/krb5.keytab-tiedostossa." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "GSSAPI-virhe luotaessa näyttönimeä osoittamaan asiakasta funktiossa " "gss_display_name() SASL-kirjastossa. Tämä johtuu luultavasti siitä, että " "asiakas toimitti virheellistä dataa." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Toinen olio vaatinut eheyttä tai luottamuksellista suojelua GSSAPI-" "mekanismissa, mutta sitä ei ole nykyisin toteutettu." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Kerberos V5-alustusvirhe." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Kerberos V5-sisäinen virhe." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID tarvitsee lisäsalakoodin." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID tarvitsee uuden pin-koodin." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Tarjottu kirjasto-osoitin on virheellinen (sovellusvirhe)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Kutsuja ei määritellyt vastakutsua (sovellusvirhe)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Todennus epäonnistui koska anonyymipolettia ei tarjottu." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Todennus epäonnistui koska todennushenkilöllisyyttä ei tarjottu." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Todennus epäonnistui koska käyttövaltuutushenkilöllisyyttä ei tarjottu." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Todennus epäonnistui koska salasanaa ei tarjottu." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Todennus epäonnistui koska salakoodia ei tarjottu." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Todennus epäonnistui koska pin-koodia ei tarjottu." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Todennus epäonnistui koska koska palvelunimeä ei tarjottu." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Todennus epäonnistui koska tietokoneen nimeä ei tarjottu." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "GSSAPI-virhekapselointimerkkijono." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "GSSAPI-virhekapseloinnin poistomerkkijono." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "GSSAPI-virhe haettaessa OID-tunnistetta SASL-mekanisminimelle." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "GSSAPI-virhe testattaessa OID-tunnistetta OID-joukossa." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "GSSAPI-virhe julkaistaessa OID-joukko." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Todennus epäonnistui koska tls-unique CB ei tarjottu." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Vastakutsu ei kyennyt tarjoamaan SAML20 IdP -pääavainta." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" "Vastakutsu ei kyennyt tarjoamaan SAML20 uudelleenohjausverkko-osoitetta." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" "Vastakutsu ei kyennyt tarjoamaan OPENID20 uudelleenohjausverkko-osoitetta." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Tuntematon Libgsasl-virhe" gsasl-1.8.0/lib/po/nl.gmo0000664000000000000000000002674411760732021012037 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4K??<J|I::L:7=(87a*5FQA,,F$4/Y[&%" AH ]!&1")X""L#O##/z$%$ $$%3%,O%>|%*%%6m&#&%&Y&`H'`'X (Xc(S(W)Yh)X)Z*Xv*V*U&+X|+W+W-,X,",!-#-P?-<--#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-22 21:18+0200 Last-Translator: Benno Schulenberg Language-Team: Dutch Language: nl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=2; plural=(n != 1); Authenticatie is mislukt omdat geen TLS-unieke CB opgegeven is.Authenticatie is mislukt omdat geen anoniem token opgegeven is.Authenticatie is mislukt omdat geen authenticatie-identiteit opgegeven is.Authenticatie is mislukt omdat geen authorisatie-identiteit opgegeven is.Authenticatie is mislukt omdat geen hostnaam opgegeven is.Authenticatie is mislukt omdat geen wachtwoord gegeven is.Authenticatie is mislukt omdat geen wachtwoord gegeven is.Authenticatie is mislukt omdat geen pincode gegeven is.Authenticatie is mislukt omdat geen servicenaam opgegeven is.Base64-coderingsfout in SASL-bibliotheekTerugaanroep leverde geen OPENID20-doorverwijzings-URL.Terugaanroep leverde geen SAML20-IdP-naam.Terugaanroep leverde geen SAML20-doorverwijzings-URL.Kan geen handvat voor interne bibliotheek verkrijgen (bibliotheekfout)Functionaliteit voor cliënt is niet beschikbaar in bibliotheek (toepassingsfout)Kan bestand niet sluiten in SASL-bibliotheekKan bestand niet openen in SASL-bibliotheek Kan geïnternationaliseerde (niet-ASCII) tekenreeks niet voorbewerken.Fout bij authenticatie van gebruikerUnicode-normalisatie van tekenreeks is mislukt.GSSAPI-fout bij het verkrijgen van identificatiegegevens in gss_acquire_cred() in SASL-bibliotheek. Dit komt waarschijnlijk door het ontbreken van een juiste Kerberos-sleutel in /etc/krb5.keytab op de server.GSSAPI-fout bij aanmaken van weergavenaam voor cliënt in gss_display_name() in SASL-bibliotheek. Waarschijnlijk heeft de cliënt onjuiste gegevens opgegeven.GSSAPI-fout bij ontkapselen van token.GSSAPI-fout bij inkapselen van token.GSSAPI-fout bij verkrijgen van OID voor naam van SASL-mechanisme.GSSAPI-fout in cliënt bij onderhandelen over veiligheidscontext in gss_init_sec_context() in SASL-bibliotheek. Dit komt waarschijnlijk door onvoldoende identificatiegegevens of door kwaadwillige interventies.GSSAPI-fout in server bij onderhandelen over veiligheidscontext in gss_accept_sec_context() in SASL-bibliotheek. Dit komt waarschijnlijk door onvoldoende identificatiegegevens of door kwaadwillige interventies.GSSAPI-fout bij vrijgeven van OID-set.GSSAPI-fout bij testen op OID in OID-set.GSSAPI-fout bij decoderen van gegevens in gss_unwrap() in SASL-bibliotheek. Dit komt waarschijnlijk door beschadigde gegevens.GSSAPI-fout bij versleutelen van gegevens in gss_wrap() in SASL-bibliotheek.GSSAPI-bibliotheek kan geheugen niet vrijgeven in gss_release_buffer() in SASL-bibliotheek. **Dit is een ernstige interne fout**.GSSAPI-bibliotheek begrijpt naam van andere computer niet in gss_import_name() in SASL-bibliotheek. Dit komt waarschijnlijk door een onjuiste servicenaam of hostnaam.Integriteitsfout in pakketlading van toepassingKerberos V5-initialisatie is mislukt.**Interne fout** in Kerberos V5.Libgsasl: geluktLibgsasl: onbekende foutCryptografiefout op laag niveau in SASL-bibliotheekGeheugenreserveringsfout in SASL-bibliotheekAanroeper heeft geen terugaanroep opgegeven (toepassingsfout).Geen realms meer beschikbaar (niet fataal)Andere entiteit verzocht om bescherming van integriteit of vertrouwelijkheid in GSSAPI-methode, maar dat is nog niet geïmplementeerd.SASL-functie vereist grotere buffer (**interne fout**)SASL-methode is te vaak aangeroepenSASL-methode kan invoer niet ontledenSASL-methode vereist terugaanroep van gsasl_client_callback_anonymous() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_client_callback_authentication_id()(toepassingsfout)SASL-methode vereist terugaanroep van gsasl_client_callback_authorization_id() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_client_callback_passcode() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_client_callback_password() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_client_callback_pin() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_client_callback_service() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_anonymous() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_cram_md5() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_digest_md5() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_external() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_gssapi() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_realm() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_retrieve() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_securid() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_service() (toepassingsfout)SASL-methode vereist terugaanroep van gsasl_server_callback_validate() (toepassingsfout)SASL-methode vereist meer gegevensSecurID vereist extra wachtwoord.SecurID vereist nieuwe pin.Functionaliteit voor server is niet beschikbaar in bibliotheek (toepassingsfout)Het gegeven bibliotheekhandvat is ongeldig (toepassingsfout)Onbekende SASL-methodegsasl-1.8.0/lib/po/zh_CN.po0000664000000000000000000003012111760732021012243 00000000000000# Chinese Simplified translation about libgsasl. # Copyright (C) 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Ji ZhengYu , 2008, 2009, 2010, 2011. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.6.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2011-05-12 15:24+0800\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl 成功" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "SASL 机制需要更多数据" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "未知的 SASL 机制" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "调用 SASL 机制次数太多" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "SASL 功能需要更大的缓冲区(内部错误)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "SASL 库无法打开文件" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "SASL 库无法关闭文件" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "SASL 库中出现内存分配错误" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "SASL 库中出现 Base 64 编码错误" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "SASL 库中出现低级加密错误" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "SASL 机制需要 gsasl_client_callback_anonymous() 函数回调(程序错误)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "SASL 机制需要 gsasl_client_callback_password() 函数回调(程序错误)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "SASL 机制需要 gsasl_client_callback_passcode() 函数回调(程序错误)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "SASL 机制需要 gsasl_client_callback_pin() 函数回调(程序错误)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "SASL 机制需要 gsasl_client_callback_authorization_id() 函数回调(程序错误)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "SASL 机制需要 gsasl_client_callback_authentication_id() 函数回调(程序错误)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "SASL 机制需要 gsasl_client_callback_service() 函数回调(程序错误)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_validate() 函数回调(程序错误)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_cram_md5() 函数回调(程序错误)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "SASL 机制需要 gsasl_server_callback_digest_md5() 函数回调(程序错误)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_external() 函数回调(程序错误)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_anonymous() 函数回调(程序错误)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_realm() 函数回调(程序错误)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_securid() 函数回调(程序错误)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_service() 函数回调(程序错误)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_gssapi() 函数回调(程序错误)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "SASL 机制需要 gsasl_server_callback_retrieve() 函数回调(程序错误)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "无法对字符串进行 Unicode 标准化操作。" #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "无法生成国际化的(非 ACSII 码的)字符串。" #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "SASL 机制无法解析输入" #: src/error.c:116 msgid "Error authenticating user" msgstr "验证用户时发生错误" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "无法获取内存库处理函数(库错误)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "程序中出现完整性错误" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "不可获得更多的领域(非严重错误)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "客户端功能在库中不可用(程序错误)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "服务器端功能在库中不可用(程序错误)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "GSSAPI 库无法回收 SASL 库中 gss_release_buffer() 函数所占的内存。这是个严重的" "内部错误。" #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "GSSAPI 库无法解析 SASL 库中 gss_import_name() 函数中的端点名称。这极有可能是" "由不正确的服务或主机名造成的。" #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "当与 SASL 库中 gss_init_sec_context() 函数中的文本进行安全协商时客户端发生了" "GSSAPI 错误。这极有可能是由不受信任的证书或恶意会话造成的。" #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "当与 SASL 库中 gss_accept_sec_context() 函数中的文本进行安全协商时服务器端发" "生了GSSAPI 错误。这极有可能是由不受信任的证书或恶意会话造成的。" #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "当解密或解码 SASL 库中 gss_unwrap() 函数中的数据时发生了 GSSAPI 错误。这极有" "可能是由数据损坏造成的。" #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "当加密或编码 SASL 库中 gss_wrap() 函数中的数据时发生了 GSSAPI 错误。" #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "进行 SASL 库中 gss_acquire_cred() 函数中的请求证书操作时发生了 GSSAPI 错误。" "这极有可能是由于在服务器的 /etc/krb5.keytab 中没有合适的 Kerberos 密钥可用造" "成的。" #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "进行 SASL 库中 gss_display_name() 函数中的创建表示客户端的显示名时发生了" "GSSAPI 错误。这可能是因为客户端提供了错误的数据。" #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "其它信息要求在 GSSAP 中提供完整性或私密性保护机制,但目前未实现。" #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Kerberos V5 初始化失败。" #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Kerberos V5 内部错误。" #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID 需要附加密码。" #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID 需要新的 pin 值。" #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "提供的库操作函数无效(程序错误)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "调用函数未指定回调机制(程序错误)。" #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "验证失败,因为未提供匿名标记。" #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "验证失败,因为未提供身份验证。" #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "验证失败,因为未提供身份授权。" #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "验证失败,因为未提供密码。" #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "验证失败,因为未提供 passcode。" #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "验证失败,因为未提供 pin code。" #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "验证失败,因为未提供服务名称。" #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "验证失败,因为未提供主机名。" #: src/error.c:192 #, fuzzy msgid "GSSAPI error encapsulating token." msgstr "GSSAPI 错误,封包标识。" #: src/error.c:194 #, fuzzy msgid "GSSAPI error decapsulating token." msgstr "GSSAPI 错误,解包标识。" #: src/error.c:196 #, fuzzy msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "GSSAPI 错误,获取 SASL 机制的 OID(对象标识)。" #: src/error.c:198 #, fuzzy msgid "GSSAPI error testing for OID in OID set." msgstr "GSSAPI 错误,测试 OID位的 OID(对象标识)。" #: src/error.c:200 #, fuzzy msgid "GSSAPI error releasing OID set." msgstr "GSSAPI 错误,清除 OID位。" #: src/error.c:202 #, fuzzy msgid "Authentication failed because a tls-unique CB was not provided." msgstr "验证失败,因为未提供民用唯一 tls。" #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Libgsasl 未知错误" gsasl-1.8.0/lib/po/sr.po0000664000000000000000000004136711760732021011704 00000000000000# Serbian translation of libgsasl. # Copyright (C) 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Aleksandar Jelenak , 2006. # Мирослав Николић , 2012. msgid "" msgstr "" "Project-Id-Version: libgsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-24 22:26+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Успех Либгсасла" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Потребно је више података САСЛ механизму" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Непознат САСЛ механизам" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "САСЛ механизам је позван исувише пута" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "САСЛ функцији је потребна већа међумеморија (унутрашња грешка)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Не могу да отворим датотеку у САСЛ библиотеци" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Не могу да затворим датотеку у САСЛ библиотеци" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Грешка доделе меморије у САСЛ библиотеци" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Грешка 64-базног кодирања у САСЛ библиотеци" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Крипто грешка ниског нивоа у САСЛ библиотеци" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_client_callback_anonymous() повратни позив " "(грешка апликације)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_client_callback_password() повратни позив " "(грешка апликације)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_client_callback_passcode() повратни позив " "(грешка апликације)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "САСЛ механизму је потребан gsasl_client_callback_pin() повратни позив " "(грешка апликације)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "САСЛ механизму је потребан gsasl_client_callback_authorization_id() повратни " "позив (грешка апликације)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "САСЛ механизму је потребан gsasl_client_callback_authentication_id() " "повратни позив (грешка апликације)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_client_callback_service() повратни позив " "(грешка апликације)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_validate() повратни позив " "(грешка апликације)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_cram_md5() повратни позив " "(грешка апликације)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_digest_md5() повратни позив " "(грешка апликације)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_external() повратни позив " "(грешка апликације)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_anonymous() повратни позив " "(грешка апликације)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_realm() повратни позив " "(грешка апликације)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_securid() повратни позив " "(грешка апликације)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_service() повратни позив " "(грешка апликације)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_gssapi() повратни позив " "(грешка апликације)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "САСЛ механизму је потребан gsasl_server_callback_retrieve() повратни позив " "(грешка апликације)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Нисам успео да обавим нормализацију Уникода на ниски." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Не могу да припремим интернационализовану (не-АСКРИ) ниску." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "САСЛ механизам не може да рашчлани улаз" #: src/error.c:116 msgid "Error authenticating user" msgstr "Грешка потврде идентитета корисника" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Не могу да добавим унутрашњу ручку библиотеке (грешка библиотеке)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Подаци апликације нису целовити" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Нема више доступних домена (није кобно)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Функционалност на страни клијента није доступна у библиотеци (грешка " "апликације)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Функционалност на страни сервера није доступна у библиотеци (грешка " "апликације)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "ГССАПИ библиотека не може да поврати меморију са gss_release_buffer() у САСЛ " "библиотеци. Ово је озбиљна унутрашња грешка." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "ГССАПИ библиотека не разуме назив парњака у gss_import_name() у САСЛ " "библиотеци. Ово је највероватније због погрешне услуге и/или назива " "рачунара." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "ГССАПИ грешка код клијента током уговарања заштитног склопа у " "gss_init_sec_context() у САСЛ библиотеци. Ово је највероватније због " "недовољних уверења или злонамерних активности." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "ГССАПИ грешка код сервера током уговарања заштитног склопа у " "gss_accept_sec_context() у САСЛ библиотеци. Ово је највероватније због " "недовољних уверења или злонамерних активности." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "ГССАПИ грешка током дешифровања или декодирања података у gss_unwrap() у " "САСЛ библиотеци. Ово је највероватније због грешке у подацима." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "ГССАПИ грешка током шифровања или кодирања података у gss_wrap() у САСЛ " "библиотеци." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "ГССАПИ грешка при прибављању уверења у gss_acquire_cred() у САСЛ " "библиотеци. сОво је највероватније зато што се немају одговарајући керберос " "кључеви у „/etc/krb5.keytab“ на серверу." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "ГССАПИ грешка приликом стварања приказаног назива које одређује клијента у " "gss_display_name() у САСЛ библиотеци. Ово је највероватније зато што је " "клијент доставио лоше податке." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Друга страна захтева заштиту целовитости или поверљивости у ГССАПИ механизму " "али ово тренутно није остварено." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Није успело покретање Кербероса V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Унутрашња грешка Кербероса V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "БезбедниИБ захтева додатни пропусни код." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "БезбедниИБ захтева нови пин." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Дата ручка библиотеке је неисправна (грешка апликације)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Позивач није навео ниједан повратни позив (грешка апликације)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Потврда идентитета није успела јер није дат анонимни токен." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Потврда идентитета није успела јер није дат идентитет." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "Потврда идентитета није успела јер није дат идентитет овлашћивача." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Потврда идентитета није успела јер није дата лозинка." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Потврда идентитета није успела јер није дат пропусни код." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Потврда идентитета није успела јер није дат пин код." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Потврда идентитета није успела јер није дат назив услуге." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Потврда идентитета није успела јер није дато име домаћина." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "ГССАПИ грешка приликом обухватања прстена." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "ГССАПИ грешка приликом ослобађања прстена." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "ГССАПИ грешка приликом добављања ОИБ-а за назив САСЛ механизма." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "ГССАПИ грешка приликом испробавања ОИБ-а у ОИБ скупу." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "ГССАПИ грешка приликом отпуштања ОИБ скупа." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Потврда идентитета није успела јер није дато тлс-јединствени ЦБ." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Повратни позив није успео да обезбеди САМЛ20 ИдП означавач." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Повратни позив није успео да обезбеди САМЛ20 адресу преусмерења." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Повратни позив није успео да обезбеди ОПЕНИД20 адресу преусмерења." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Непозната грешка Либгсасла" gsasl-1.8.0/lib/po/en@quot.header0000664000000000000000000000226311760730663013507 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # gsasl-1.8.0/lib/po/ga.po0000664000000000000000000003135011760732020011635 00000000000000# Irish translations for libgsasl. # Copyright (C) 2005 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Kevin Patrick Scannell , 2005, 2007, 2009. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2009-03-25 20:15-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Rath ar libgsasl" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Teastaonn an ssra SASL tuilleadh sonra" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Ssra SASL anaithnid" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Glaodh an ssra SASL an iomarca uaire" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Teastaonn feidhm SASL maoln nos m (earrid inmhenach)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Norbh fhidir comhad a oscailt sa leabharlann SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Norbh fhidir comhad a dhnadh sa leabharlann SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Earrid agus cuimhne riar sa leabharlann SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Earrid ionchdaithe (bonn 64) sa leabharlann SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Earrid chriptithe seal-leibhil sa leabharlann SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_client_callback_anonymous() (earrid " "fheidhmchlir)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_client_callback_password() (earrid " "fheidhmchlir)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_client_callback_passcode() (earrid " "fheidhmchlir)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_client_callback_pin() (earrid " "fheidhmchlir)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_client_callback_authorization_id() " "(earrid fheidhmchlir)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_client_callback_authentication_id() " "(earrid fheidhmchlir)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_client_callback_service() (earrid " "fheidhmchlir)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_validate() (earrid " "fheidhmchlir)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_cram_md5() (earrid " "fheidhmchlir)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_digest_md5() (earrid " "fheidhmchlir)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_external() (earrid " "fheidhmchlir)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_anonymous() (earrid " "fheidhmchlir)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_realm() (earrid " "fheidhmchlir)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_securid() (earrid " "fheidhmchlir)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_service() (earrid " "fheidhmchlir)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_gssapi() (earrid " "fheidhmchlir)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Teastaonn an ssra SASL feidhm gsasl_server_callback_retrieve() (earrid " "fheidhmchlir)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Theip ar normal Unicode ar teaghrn." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Norbh fhidir teaghrn idirnisintaithe (nach ASCII) a ullmh." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Norbh fhidir leis an ssra SASL an t-ionchur a pharsil" #: src/error.c:116 msgid "Error authenticating user" msgstr "Earrid agus sideoir fhordheimhni" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "" "N fidir lorgn leabharlainne inmhenach a fhil (earrid leabharlainne)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Earrid sline sa phlasta feidhmchlir" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Nl tuilleadh rochta ar fil (n marfach)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Nl feidhmilacht den chliant le fil sa leabharlann (earrid fheidhmchlir)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Nl feidhmilacht den fhreastala le fil sa leabharlann (earrid " "fheidhmchlir)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Norbh fhidir leis an leabharlann GSSAPI cuimhne a saoradh i " "gss_release_buffer() sa leabharlann SASL. Is earrid inmhenach trom seo." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Nor thuig leabharlann GSSAPI ainm comhghleaca i gss_import_name() sa " "leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar ainm mhcheart " "ar an seirbhs n ar an stromhaire." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Earrid GSSAPI sa chliant agus comhthacs slndla socr i " "gss_init_sec_context() sa leabharlann SASL. Is dcha go bhfuil s seo mar " "thoradh ar dintiir easpacha n idirghnmh mailseacha." #: src/error.c:140 #, fuzzy msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Earrid GSSAPI san fhreastala agus comhthacs slndla socr i " "gss_init_sec_context() sa leabharlann SASL. Is dcha go bhfuil s seo mar " "thoradh ar dintiir easpacha n idirghnmh mailseacha." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Earrid GSSAPI agus sonra ndchripti n ndchd i gss_unwrap() sa " "leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar sonra " "truaillithe." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Earrid GSSAPI agus sonra gcripti n n-ionchd i gss_wrap() sa " "leabharlann SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Earrid GSSAPI agus dintiir bhfil i gss_acquire_cred() sa leabharlann " "SASL. Is dcha go bhfuil s seo mar thoradh ar easpa eochair Kerberos go " "cu i etc/krb5.keytab ar an fhreastala." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Earrid GSSAPI agus ainm taispena don chliant chruth i gss_display_name" "() sa leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar sonra " "truaillithe n chliant." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "D'iarr aonn eile cosaint sline n rndachta sa shsra GSSAPI ach nl an " "gn seo ar fil faoi lthair." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Theip ar ths Kerberos V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Earrid inmhenach Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "Cd faire sa bhreis de dhth ar SecurID." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "UAP nua de dhth ar SecurID." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "" "Is neamhbhail an lorgn leabharlainne a bh tugtha (earrid fheidhmchlir)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Nor thug an glaoiteoir feidhm chu (earrid fheidhmchlir)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "" "Theip ar fhordheimhni gan ainm s rud nr socraodh ceadchomhartha gan " "ainm." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Theip ar fhordheimhni s rud nr socraodh aitheantas fordheimhnithe." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Theip ar fhordheimhni s rud nr socraodh an t-aitheantas draithe." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Theip ar fhordheimhni s rud nr tugadh an focal faire." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Theip ar fhordheimhni s rud nr tugadh an paschd." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Theip ar fhordheimhni s rud nr tugadh an UAP." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Theip ar fhordheimhni s rud nr tugadh an t-ainm seirbhse." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Theip ar fhordheimhni s rud nr tugadh an t-stainm." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "" #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "" #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "" #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "" #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "" #: src/error.c:202 #, fuzzy msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Theip ar fhordheimhni s rud nr tugadh an t-stainm." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Libgsasl: earrid anaithnid" gsasl-1.8.0/lib/po/fr.po0000664000000000000000000003253111760732020011657 00000000000000# Messages français pour GNU libgsasl. # Copyright © 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Michel Robitaille , traducteur depuis/since 1996. # msgid "" msgstr "" "Project-Id-Version: GNU libgsasl 0.2.16\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2008-03-30 14:02+0000\n" "Last-Translator: François-Xavier Coudert \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Succès de libgsasl" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Le mécanisme SASL a besoin de plus de données" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Mécanisme SASL inconnu" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Mécanisme SASL appellé trop souvent" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Une fonction SASL a besoin d'un plus grand tampon (erreur interne)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Ne peut ouvrir le fichier dans la bibliothèque SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Ne peut ferme le fichier dans la bibliothèques SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Erreur d'allocation mémoire dans la bibliothèque SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Erreur de codage en base 64 dans la bibliothèque SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Erreur bas niveau de cryptographie dans la bibliothèque SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_anonymous() " "(erreur de l'application)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_password() " "(erreur de l'application)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_passcode() " "(erreur de l'application)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_pin() (erreur " "de l'application)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_authorization_id" "() (erreur de l'application)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Le mécanismes SASL a besoin de l'appel " "gsasl_client_callback_authentification_id() (erreur de l'application)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_service() " "(erreur de l'application)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_validate() " "(erreur de l'application)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_cram_md5() " "(erreur de l'application)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_digest_md5() " "(erreur de l'application)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_external() " "(erreur de l'application)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_anonymous() " "(erreur de l'application)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_realm() (erreur " "de l'application)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_securid() " "(erreur de l'application)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_service() " "(erreur de l'application)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_gssapi() " "(erreur de l'application)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Le mécanismes SASL a besoin de l'appel gsasl_client_callback_retrieve() " "(erreur de l'application)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Échec d'exécution de la Normalisation Unicode sur la chaîne." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "" "Ne peut préparer une chaîne de caractères internationalisée (non ASCII)" #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Le mécanisme SASL ne peut analyser l'entrée" #: src/error.c:116 msgid "Error authenticating user" msgstr "Erreur d'authentification de l'usager" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "" "Ne peut obtenir un handle sur la bibliothèque interne (erreur de la " "bibliothèque)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Erreur d'intégrité dans la charge de l'application" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Aucun domaine n'est disponible (erreur non fatale)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Fonctionnalité côté client n'est pas disponible dans la bibliothèque (erreur " "d'application)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Fonctionnalité côté serveur n'est pas disponible dans la bibliothèque " "(erreur d'application)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "La bibliothèque GSSAPI ne peut pas désallouer le mémoire dans " "gss_release_buffer() dans la bibliothèque SASL. Ceci est une erreur interne " "grave." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "La bibliothèque GSSAPI ne peut pas comprendre le nom d'un pair dans " "gss_import_name() dans la bibliothèque SASL. Il est probable que cela soit " "dû à un service ou/et des noms d'hôtes incorrects." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Erreur GSSAPI dans le client lors de la négotiation du contexte de sécurité " "dans gss_init_sec_context() dans la bibliothèque SASL. Cela est sans doute " "dû à des références ou des interactions malicieuses." #: src/error.c:140 #, fuzzy msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Erreur GSSAPI dans le client lors de la négotiation du contexte de sécurité " "dans gss_init_sec_context() dans la bibliothèque SASL. Cela est sans doute " "dû à des références insuffisantes ou des interactions malicieuses." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Erreur GSSAPI lors du décryptage ou du décodage des données dans gss_unwrap" "() dans la bibliothèque SASL. Cela est sans doute dû en raison d'une " "corruption des données." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Erreur GSSAPI lors de l'encryptage ou de l'encodage des données dans gss_wrap" "() dans la bibliothèque SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Erreur GSSAPI lors de l'acquisition de références dans gss_acquire_cred() " "dans la bibliothèque SASL. Cela est sans doute dû en raison de l'utilisation " "d'une clé Kerberos erronée disponibles dans /etc/krb5.keytab sur le serveur." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Erreur GSSAPI lors de la création d'un nom d'affichage pour le client dans " "gss_display_name() dans la bibliothèque SASL. Cela est sans doute dû à des " "données erronées fournies par le client." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "L'autre entité a fait une requête d'intégrité ou de confidentialité dans le " "mécanismes GSSAPI mais le soutien de cette requête n'est pas implanté." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "" #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "" #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "" #: src/error.c:167 msgid "SecurID needs new pin." msgstr "" #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Le handle de bibliothèque fourni était invalide (erreur d'application)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "" "Pas de retour d'appel spécifié par l'appelent (erreur de l'application)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "" "Échec d'authentification parce que le jeton anonyme n'a pas été fourni." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Échec d'authentification parce que l'identité d'authentification n'a pas été " "fournie." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Échec d'authentification parce que l'identité d'autorisation n'a pas été " "fournie." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Échec d'authentification parce que le mot de passe n'a pas été fourni." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "" "Échec d'authentification parce que le code de passe n'a pas été fourni." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Échec d'authentification parce que le code NIP n'a pas été fourni." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "" "Échec d'authentification parce que le nom de service n'a pas été fourni." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "" "Échec d'authentification parce que le nom de l'hôte n'a pas été fourni." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "" #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "" #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "" #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "" #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "" #: src/error.c:202 #, fuzzy msgid "Authentication failed because a tls-unique CB was not provided." msgstr "" "Échec d'authentification parce que le nom de l'hôte n'a pas été fourni." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Erreur libgsasl inconnue" gsasl-1.8.0/lib/po/boldquot.sed0000664000000000000000000000033111760730663013242 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/‘/‘/g s/’/’/g gsasl-1.8.0/lib/po/sr.gmo0000664000000000000000000003613411760732021012044 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4Kv>md#{kipb_=iNyVku<x+ U S!lk!C!b"2"8#O$O;%t%6&67'Pn(a(!)**p+;o,?,6,"-2@-Rs-K-r.G..s/E 0HS00011g22344A55i66788B99Kg:K:4:4;f;,/<#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-24 22:26+0200 Last-Translator: Мирослав Николић Language-Team: Serbian Language: sr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); Потврда идентитета није успела јер није дато тлс-јединствени ЦБ.Потврда идентитета није успела јер није дат анонимни токен.Потврда идентитета није успела јер није дат идентитет.Потврда идентитета није успела јер није дат идентитет овлашћивача.Потврда идентитета није успела јер није дато име домаћина.Потврда идентитета није успела јер није дат пропусни код.Потврда идентитета није успела јер није дата лозинка.Потврда идентитета није успела јер није дат пин код.Потврда идентитета није успела јер није дат назив услуге.Грешка 64-базног кодирања у САСЛ библиотециПовратни позив није успео да обезбеди ОПЕНИД20 адресу преусмерења.Повратни позив није успео да обезбеди САМЛ20 ИдП означавач.Повратни позив није успео да обезбеди САМЛ20 адресу преусмерења.Не могу да добавим унутрашњу ручку библиотеке (грешка библиотеке)Функционалност на страни клијента није доступна у библиотеци (грешка апликације)Не могу да затворим датотеку у САСЛ библиотециНе могу да отворим датотеку у САСЛ библиотециНе могу да припремим интернационализовану (не-АСКРИ) ниску.Грешка потврде идентитета корисникаНисам успео да обавим нормализацију Уникода на ниски.ГССАПИ грешка при прибављању уверења у gss_acquire_cred() у САСЛ библиотеци. сОво је највероватније зато што се немају одговарајући керберос кључеви у „/etc/krb5.keytab“ на серверу.ГССАПИ грешка приликом стварања приказаног назива које одређује клијента у gss_display_name() у САСЛ библиотеци. Ово је највероватније зато што је клијент доставио лоше податке.ГССАПИ грешка приликом ослобађања прстена.ГССАПИ грешка приликом обухватања прстена.ГССАПИ грешка приликом добављања ОИБ-а за назив САСЛ механизма.ГССАПИ грешка код клијента током уговарања заштитног склопа у gss_init_sec_context() у САСЛ библиотеци. Ово је највероватније због недовољних уверења или злонамерних активности.ГССАПИ грешка код сервера током уговарања заштитног склопа у gss_accept_sec_context() у САСЛ библиотеци. Ово је највероватније због недовољних уверења или злонамерних активности.ГССАПИ грешка приликом отпуштања ОИБ скупа.ГССАПИ грешка приликом испробавања ОИБ-а у ОИБ скупу.ГССАПИ грешка током дешифровања или декодирања података у gss_unwrap() у САСЛ библиотеци. Ово је највероватније због грешке у подацима.ГССАПИ грешка током шифровања или кодирања података у gss_wrap() у САСЛ библиотеци.ГССАПИ библиотека не може да поврати меморију са gss_release_buffer() у САСЛ библиотеци. Ово је озбиљна унутрашња грешка.ГССАПИ библиотека не разуме назив парњака у gss_import_name() у САСЛ библиотеци. Ово је највероватније због погрешне услуге и/или назива рачунара.Подаци апликације нису целовитиНије успело покретање Кербероса V5.Унутрашња грешка Кербероса V5.Успех ЛибгсаслаНепозната грешка ЛибгсаслаКрипто грешка ниског нивоа у САСЛ библиотециГрешка доделе меморије у САСЛ библиотециПозивач није навео ниједан повратни позив (грешка апликације).Нема више доступних домена (није кобно)Друга страна захтева заштиту целовитости или поверљивости у ГССАПИ механизму али ово тренутно није остварено.САСЛ функцији је потребна већа међумеморија (унутрашња грешка)САСЛ механизам је позван исувише путаСАСЛ механизам не може да рашчлани улазСАСЛ механизму је потребан gsasl_client_callback_anonymous() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_client_callback_authentication_id() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_client_callback_authorization_id() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_client_callback_passcode() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_client_callback_password() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_client_callback_pin() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_client_callback_service() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_anonymous() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_cram_md5() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_digest_md5() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_external() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_gssapi() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_realm() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_retrieve() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_securid() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_service() повратни позив (грешка апликације)САСЛ механизму је потребан gsasl_server_callback_validate() повратни позив (грешка апликације)Потребно је више података САСЛ механизмуБезбедниИБ захтева додатни пропусни код.БезбедниИБ захтева нови пин.Функционалност на страни сервера није доступна у библиотеци (грешка апликације)Дата ручка библиотеке је неисправна (грешка апликације)Непознат САСЛ механизамgsasl-1.8.0/lib/po/POTFILES.in0000664000000000000000000000020311754555060012466 00000000000000# List of source files containing translatable strings for GNU SASL Library. # Copyright (c) 2002-2012 Simon Josefsson src/error.c gsasl-1.8.0/lib/po/en@boldquot.gmo0000664000000000000000000002601211760732021013666 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4tK?CKDJ=<<V<@$161h/2F$D#i72!`!1 "'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.8.0 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-28 19:14+0200 Last-Translator: Automatically generated Language-Team: none Language: en@boldquot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismgsasl-1.8.0/lib/po/quot.sed0000664000000000000000000000023111760730663012400 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g gsasl-1.8.0/lib/po/pl.po0000664000000000000000000003267111760732021011671 00000000000000# Polish translation for libgsasl. # Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Jakub Bogusz , 2004-2012. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-21 19:02+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Sukces libgsasl" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Mechanizm SASL wymagaja więcej danych" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Nieznany mechanizm SASL" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Mechanizm SASL wywołany zbyt dużo razy" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Funkcja SASL wymaga większego bufora (błąd wewnętrzny)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Nie można otworzyć pliku w bibliotece SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Nie można zamknąć pliku w bibliotece SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Błąd przydzielania pamięci w bibliotece SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Błąd kodowania base64 w bibliotece SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Błąd kryptografii niskiego poziomu w bibliotece SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_anonymous() " "(błąd aplikacji)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_password() " "(błąd aplikacji)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_passcode() " "(błąd aplikacji)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_pin() (błąd " "aplikacji)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego " "gsasl_client_callback_authorization_id() (błąd aplikacji)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego " "gsasl_client_callback_authentication_id() (błąd aplikacji)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_service() " "(błąd aplikacji)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_validate() " "(błąd aplikacji)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_cram_md5() " "(błąd aplikacji)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_digest_md5() " "(błąd aplikacji)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_external() " "(błąd aplikacji)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_anonymous() " "(błąd aplikacji)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_realm() " "(błąd aplikacji)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_securid() " "(błąd aplikacji)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_service() " "(błąd aplikacji)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_gssapi() " "(błąd aplikacji)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_retrieve() " "(błąd aplikacji)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Nie udało się przeprowadzić normalizacji unikodowej łańcucha." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Nie można przygotować umiędzynarodowionego łańcucha (nie-ASCII)." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Mechanizm SASL nie był w stanie przeanalizować wejścia" #: src/error.c:116 msgid "Error authenticating user" msgstr "Błąd uwierzytelniania użytkownika" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Nie można uzyskać wewnętrznego uchwytu biblioteki (błąd biblioteki)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Błąd spójności w danych aplikacji" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Nie ma więcej dostępnych dziedzin (niekrytyczne)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Funkcjonalność strony klienta niedostępna w bibliotece (błąd aplikacji)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Funkcjonalność strony serwera niedostępna w bibliotece (błąd aplikacji)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Biblioteka GSSAPI nie mogła zwolnić pamięci w gss_release_buffer() w " "bibliotece SASL. To jest poważny błąd wewnętrzny." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Biblioteka GSSAPI nie zrozumiała nazwy partnera w gss_import_name() w " "bibliotece SASL. Najprawdopodobniej jest to spowodowane błędnymi nazwami " "usług i/lub hostów." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Błąd GSSAPI w kliencie podczas negocjacji kontekstu bezpieczeństwa w " "gss_init_sec_context() w bibliotece SASL - najprawdopodobniej spowodowany " "niewystarczającym uwierzytelnieniem lub złymi wpływami." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Błąd GSSAPI w serwerze podczas negocjacji kontekstu bezpieczeństwa w " "gss_accept_sec_context() w bibliotece SASL - najprawdopodobniej spowodowany " "niewystarczającym uwierzytelnieniem lub złymi wpływami." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Błąd GSSAPI podczas odszyfrowywania lub odkodowywania danych w gss_unwrap() " "w bibliotece SASL - najprawdopodobniej spowodowany uszkodzeniem danych." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Błąd GSSAPI podczas szyfrowania lub kodowania danych w gss_wrap() w " "bibliotece SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Błąd GSSAPI podczas otrzymywania uwierzytelnienia w gss_acquire_cred() w " "bibliotece SASL - najprawdopodobniej spowodowany brakiem odpowiedniego " "klucza Kerberosa w /etc/krb5.keytab na serwerze." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Błąd GSSAPI podczas tworzenia nazwy oznaczającej klienta w gss_display_name" "() w bibliotece SASL - prawdopodobnie z powodu błędnych danych otrzymanych " "od klienta." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Inna jednostka zażądała zabezpieczenia spójności lub poufności w mechanizmie " "GSSAPI, ale nie jest on aktualnie zaimplementowany." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Błąd inicjalizacji Kerberosa V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Błąd wewnętrzny Kerberosa V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID wymaga dodatkowego hasła." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID wymaga nowego PIN-u." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Błędny dostarczony uchwyt biblioteki (błąd aplikacji)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Wywołujący nie przekazał wywołania zwrotnego (błąd aplikacji)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "" "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano anonimowego " "tokena." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano tożsamości " "uwierzytelnienia." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano tożsamości " "autoryzacji." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano hasła." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "" "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano tajnego kodu." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano kodu PIN." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "" "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano nazwy usługi." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "" "Uwierzytelnienie nie powiodło się, ponieważ nie przekazano nazwy hosta." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "Błąd GSSAPI podczas opakowywania tokenu." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "Błąd GSSAPI podczas rozpakowywania tokenu." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "Błąd GSSAPI przy pobieraniu OID-a dla nazwy mechanizmu SASL." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "Błęd GSSAPI przy sprawdzaniu obecności OID-a w zbiorze." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "Błąd GSSAPI przy zwalnianiu zbioru OID-ów." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "" "Uwierzytelnienie nie powiodło się, ponieważ nie zapewniono CB unikalnego dla " "TLS." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Wywołanie zwrotne nie dostarczyło identyfikatora SAML20 IdP." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Wywołanie zwrotne nie dostarczyło URL-a przekierowującego SAML20." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Wywołanie zwrotne nie dostarczyło URL-a przekierowującego OPENID20." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Nieznany błąd libgsasl" gsasl-1.8.0/lib/po/uk.po0000664000000000000000000004217211760732021011672 00000000000000# Translation of libgsasl to Ukrainian # # Copyright (C) 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # # Yuri Chornoivan , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: libgsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 12:44+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=1; plural=0;\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl виконала завдання" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Механізмові SASL потрібні додаткові дані" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Невідомий механізм SASL" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Механізм SASL викликано занадто багато разів" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Функція SASL потребує більшого буфера (внутрішня помилка)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Не вдалося відкрити файл у бібліотеці SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Не вдалося закрити файл у бібліотеці SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Помилка під час спроби розміщення бібліотекою SASL даних у пам’яті" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Помилка під час кодування у форматі Base64 у бібліотеці SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Помилка низькорівневого шифрування у бібліотеці SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_client_callback_anonymous() " "(помилка програми)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_client_callback_password() " "(помилка програми)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_client_callback_passcode() " "(помилка програми)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_client_callback_pin() " "(помилка програми)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Механізмові SASL потрібен зворотний виклик " "gsasl_client_callback_authorization_id() (помилка програми)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Механізмові SASL потрібен зворотний виклик " "gsasl_client_callback_authentication_id() (помилка програми)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_client_callback_service() " "(помилка програми)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_validate() " "(помилка програми)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_cram_md5() " "(помилка програми)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_digest_md5" "() (помилка програми)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_external() " "(помилка програми)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_anonymous() " "(помилка програми)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_realm() " "(помилка програми)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_securid() " "(помилка програми)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_service() " "(помилка програми)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_gssapi() " "(помилка програми)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Механізмові SASL потрібен зворотний виклик gsasl_server_callback_retrieve() " "(помилка програми)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Не вдалося виконати нормалізацію Unicode рядка." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Не вдалося підготувати інтернаціоналізований (не-ASCII) рядок." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Механізмові SASL не вдалося розібрати вхідні дані" #: src/error.c:116 msgid "Error authenticating user" msgstr "Помилка під час розпізнавання користувача" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "" "Не вдалося отримати внутрішній дескриптор бібліотеки (помилка бібліотеки)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Помилка цілісності у даних програми" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Вичерпано перелік доступних областей (некритична помилка)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Функціональні можливості клієнта бібліотекою не надаються (помилка програми)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Функціональні можливості сервера бібліотекою не надаються (помилка програми)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Бібліотеці GSSAPI не вдалося звільнити пам’ять у gss_release_buffer() у " "бібліотеці SASL. Це серйозна внутрішня помилка." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Бібліотеці GSSAPI не вдалося розібрати назву вузла у функції gss_import_name" "() бібліотеки SASL. Найімовірнішою причиною є помилкова назва служби або " "вузла." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Помилка GSSAPI у клієнтській програмі під час узгодження контексту захисту у " "функції gss_init_sec_context() бібліотеки SASL. Найімовірнішою причиною є " "недостатні реєстраційні дані або зловмисне втручання у роботу." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Помилка GSSAPI у серверній програмі під час узгодження контексту захисту у " "функції gss_accept_sec_context() бібліотеки SASL. Найімовірнішою причиною є " "недостатні реєстраційні дані або зловмисне втручання у роботу." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Помилка GSSAPI під час розшифрування або декодування даних у функції " "gss_unwrap() бібліотеки SASL. Найімовірнішою причиною є пошкодження даних." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Помилка GSSAPI під час спроби шифрування або кодування даних у функції " "gss_wrap() бібліотеки SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Помилка GSSAPI під час спроби отримання реєстраційних даних у функції " "gss_acquire_cred() бібліотеки SASL. Найімовірнішою причиною є нестача " "належного ключа Kerberos у /etc/krb5.keytab на сервері." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Помилка GSSAPI під час спроби створення назви клієнта для показу у функції " "gss_display_name() бібліотеки SASL. Ймовірною причиною є надання клієнтською " "частиною помилкових даних." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Надійшов запит від іншого екземпляра програми щодо перевірки цілісності або " "захисту конфіденційності за допомогою механізмів GSSAPI. Можливість " "виконання декількох запитів одночасно ще не реалізовано." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Помилка під час спроби ініціалізації Kerberos V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Внутрішня помилка Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID потрібен додатковий код пароля." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID потрібен новий ідентифікаційний код (PIN)." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Наданий дескриптор бібліотеки виявився некоректним (помилка програми)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Функцією виклику не вказано зворотної адреси (помилка програми)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Помилка розпізнавання через ненадання анонімної лексеми." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Помилка розпізнавання через ненадання назви профілю розпізнавання." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "Помилка розпізнавання через ненадання назви профілю уповноваження." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Помилка розпізнавання через ненадання пароля." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Помилка розпізнавання через ненадання коду пароля." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "" "Помилка розпізнавання через ненадання особистого ідентифікаційного коду " "(PIN)." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Помилка розпізнавання через ненадання назви сервера." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Помилка розпізнавання через ненадання назви вузла." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "Помилка GSSAPI під час капсуляції лексеми." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "Помилка GSSAPI під час декапсуляції лексеми." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "Помилка GSSAPI під час отримання OID для назви механізму SASL." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "Помилка тестування GSSAPI під час роботи з OID у наборі OID." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "Помилка GSSAPI під час звільнення набору OID." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "" "Помилка розпізнавання через ненадання унікальної для TLS прив’язки до каналу." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" "У відповідь на зворотний виклик не повернуто ідентифікатора IdP SAML20 IdP." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" "У відповідь на зворотний виклик не отримано адреси переспрямування SAML20." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" "У відповідь на зворотний виклик не отримано адреси переспрямування OPENID20." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Невідома помилка libgsasl" gsasl-1.8.0/lib/po/zh_CN.gmo0000664000000000000000000002333111760732021012414 00000000000000=S8C9K}J=<R<<@ $J2oF$#72j2m  |k M v6 &C #j    & ' 4!$Vy{2$($MSr[Z"R}RM#QqSRTjRPOcRQQXR"?FV;w-h--**'H*p-&,/Mh63 8YqK5E#[#2,^ 1b   N V !Uw!M!M"Hi"L"N"MN#O#M#K:$J$M$L%Ll%M%&%&C&2c&,&&%&164#',3 <; 5.08 !9$"2/* :7=+( )-Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.6.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2011-05-12 15:24+0800 Last-Translator: Ji ZhengYu Language-Team: Chinese (simplified) Language: zh_CN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 验证失败,因为未提供匿名标记。验证失败,因为未提供身份验证。验证失败,因为未提供身份授权。验证失败,因为未提供主机名。验证失败,因为未提供 passcode。验证失败,因为未提供密码。验证失败,因为未提供 pin code。验证失败,因为未提供服务名称。SASL 库中出现 Base 64 编码错误无法获取内存库处理函数(库错误)客户端功能在库中不可用(程序错误)SASL 库无法关闭文件SASL 库无法打开文件无法生成国际化的(非 ACSII 码的)字符串。验证用户时发生错误无法对字符串进行 Unicode 标准化操作。进行 SASL 库中 gss_acquire_cred() 函数中的请求证书操作时发生了 GSSAPI 错误。这极有可能是由于在服务器的 /etc/krb5.keytab 中没有合适的 Kerberos 密钥可用造成的。进行 SASL 库中 gss_display_name() 函数中的创建表示客户端的显示名时发生了GSSAPI 错误。这可能是因为客户端提供了错误的数据。当与 SASL 库中 gss_init_sec_context() 函数中的文本进行安全协商时客户端发生了GSSAPI 错误。这极有可能是由不受信任的证书或恶意会话造成的。当与 SASL 库中 gss_accept_sec_context() 函数中的文本进行安全协商时服务器端发生了GSSAPI 错误。这极有可能是由不受信任的证书或恶意会话造成的。当解密或解码 SASL 库中 gss_unwrap() 函数中的数据时发生了 GSSAPI 错误。这极有可能是由数据损坏造成的。当加密或编码 SASL 库中 gss_wrap() 函数中的数据时发生了 GSSAPI 错误。GSSAPI 库无法回收 SASL 库中 gss_release_buffer() 函数所占的内存。这是个严重的内部错误。GSSAPI 库无法解析 SASL 库中 gss_import_name() 函数中的端点名称。这极有可能是由不正确的服务或主机名造成的。程序中出现完整性错误Kerberos V5 初始化失败。Kerberos V5 内部错误。Libgsasl 成功Libgsasl 未知错误SASL 库中出现低级加密错误SASL 库中出现内存分配错误调用函数未指定回调机制(程序错误)。不可获得更多的领域(非严重错误)其它信息要求在 GSSAP 中提供完整性或私密性保护机制,但目前未实现。SASL 功能需要更大的缓冲区(内部错误)调用 SASL 机制次数太多SASL 机制无法解析输入SASL 机制需要 gsasl_client_callback_anonymous() 函数回调(程序错误)SASL 机制需要 gsasl_client_callback_authentication_id() 函数回调(程序错误)SASL 机制需要 gsasl_client_callback_authorization_id() 函数回调(程序错误)SASL 机制需要 gsasl_client_callback_passcode() 函数回调(程序错误)SASL 机制需要 gsasl_client_callback_password() 函数回调(程序错误)SASL 机制需要 gsasl_client_callback_pin() 函数回调(程序错误)SASL 机制需要 gsasl_client_callback_service() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_anonymous() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_cram_md5() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_digest_md5() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_external() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_gssapi() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_realm() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_retrieve() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_securid() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_service() 函数回调(程序错误)SASL 机制需要 gsasl_server_callback_validate() 函数回调(程序错误)SASL 机制需要更多数据SecurID 需要附加密码。SecurID 需要新的 pin 值。服务器端功能在库中不可用(程序错误)提供的库操作函数无效(程序错误)未知的 SASL 机制gsasl-1.8.0/lib/po/Makefile.in.in0000664000000000000000000003744211760730663013403 00000000000000# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.18 GETTEXT_MACRO_VERSION = 0.18 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localedir = @localedir@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, # @install_sh@ does not start with $(SHELL), so we add it. # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d install_sh = $(SHELL) @install_sh@ MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ GMSGFMT_yes = @GMSGFMT_015@ GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) MSGFMT_ = @MSGFMT@ MSGFMT_no = @MSGFMT@ MSGFMT_yes = @MSGFMT_015@ MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: check-macro-version all-@USE_NLS@ all-yes: stamp-po all-no: # Ensure that the gettext macros and this Makefile.in.in are in sync. check-macro-version: @test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ exit 1; \ } # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \ package_gnu='GNU '; \ else \ package_gnu=''; \ fi; \ if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ *) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_gnu}@PACKAGE@" \ --package-version='@VERSION@' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) \ && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ esac; \ }; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ esac; \ }; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: # Recreate Makefile by invoking config.status. Explicitly invoke the shell, # because execution permission bits may not work on the current file system. # Use @SHELL@, which is the shell determined by autoconf for the use by its # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && @SHELL@ ./config.status $(subdir)/$@.in po-directories force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/po/nl.po0000664000000000000000000003227711760732021011671 00000000000000# Dutch translations for GNU libgsasl. # Copyright (C) 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # # "Vojaĝanto, prenu vian tempon. # Se ne, ĝi prenas vin." # # Taco Witte , 2004, 2005, 2006. # Benno Schulenberg , 2008, 2010, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: libgsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-22 21:18+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl: gelukt" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "SASL-methode vereist meer gegevens" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Onbekende SASL-methode" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "SASL-methode is te vaak aangeroepen" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "SASL-functie vereist grotere buffer (**interne fout**)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Kan bestand niet openen in SASL-bibliotheek " #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Kan bestand niet sluiten in SASL-bibliotheek" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Geheugenreserveringsfout in SASL-bibliotheek" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Base64-coderingsfout in SASL-bibliotheek" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Cryptografiefout op laag niveau in SASL-bibliotheek" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_client_callback_anonymous() " "(toepassingsfout)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_client_callback_password() " "(toepassingsfout)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_client_callback_passcode() " "(toepassingsfout)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_client_callback_pin() " "(toepassingsfout)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_client_callback_authorization_id" "() (toepassingsfout)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_client_callback_authentication_id" "()(toepassingsfout)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_client_callback_service() " "(toepassingsfout)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_validate() " "(toepassingsfout)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_cram_md5() " "(toepassingsfout)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_digest_md5() " "(toepassingsfout)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_external() " "(toepassingsfout)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_anonymous() " "(toepassingsfout)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_realm() " "(toepassingsfout)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_securid() " "(toepassingsfout)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_service() " "(toepassingsfout)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_gssapi() " "(toepassingsfout)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "SASL-methode vereist terugaanroep van gsasl_server_callback_retrieve() " "(toepassingsfout)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Unicode-normalisatie van tekenreeks is mislukt." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Kan geïnternationaliseerde (niet-ASCII) tekenreeks niet voorbewerken." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "SASL-methode kan invoer niet ontleden" #: src/error.c:116 msgid "Error authenticating user" msgstr "Fout bij authenticatie van gebruiker" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Kan geen handvat voor interne bibliotheek verkrijgen (bibliotheekfout)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Integriteitsfout in pakketlading van toepassing" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Geen realms meer beschikbaar (niet fataal)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Functionaliteit voor cliënt is niet beschikbaar in bibliotheek " "(toepassingsfout)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Functionaliteit voor server is niet beschikbaar in bibliotheek " "(toepassingsfout)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "GSSAPI-bibliotheek kan geheugen niet vrijgeven in gss_release_buffer() in " "SASL-bibliotheek. **Dit is een ernstige interne fout**." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "GSSAPI-bibliotheek begrijpt naam van andere computer niet in gss_import_name" "() in SASL-bibliotheek. Dit komt waarschijnlijk door een onjuiste " "servicenaam of hostnaam." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI-fout in cliënt bij onderhandelen over veiligheidscontext in " "gss_init_sec_context() in SASL-bibliotheek. Dit komt waarschijnlijk door " "onvoldoende identificatiegegevens of door kwaadwillige interventies." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI-fout in server bij onderhandelen over veiligheidscontext in " "gss_accept_sec_context() in SASL-bibliotheek. Dit komt waarschijnlijk door " "onvoldoende identificatiegegevens of door kwaadwillige interventies." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "GSSAPI-fout bij decoderen van gegevens in gss_unwrap() in SASL-bibliotheek. " "Dit komt waarschijnlijk door beschadigde gegevens." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "GSSAPI-fout bij versleutelen van gegevens in gss_wrap() in SASL-bibliotheek." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "GSSAPI-fout bij het verkrijgen van identificatiegegevens in gss_acquire_cred" "() in SASL-bibliotheek. Dit komt waarschijnlijk door het ontbreken van een " "juiste Kerberos-sleutel in /etc/krb5.keytab op de server." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "GSSAPI-fout bij aanmaken van weergavenaam voor cliënt in gss_display_name() " "in SASL-bibliotheek. Waarschijnlijk heeft de cliënt onjuiste gegevens " "opgegeven." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Andere entiteit verzocht om bescherming van integriteit of vertrouwelijkheid " "in GSSAPI-methode, maar dat is nog niet geïmplementeerd." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Kerberos V5-initialisatie is mislukt." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "**Interne fout** in Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID vereist extra wachtwoord." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID vereist nieuwe pin." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Het gegeven bibliotheekhandvat is ongeldig (toepassingsfout)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Aanroeper heeft geen terugaanroep opgegeven (toepassingsfout)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Authenticatie is mislukt omdat geen anoniem token opgegeven is." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Authenticatie is mislukt omdat geen authenticatie-identiteit opgegeven is." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Authenticatie is mislukt omdat geen authorisatie-identiteit opgegeven is." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Authenticatie is mislukt omdat geen wachtwoord gegeven is." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Authenticatie is mislukt omdat geen wachtwoord gegeven is." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Authenticatie is mislukt omdat geen pincode gegeven is." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Authenticatie is mislukt omdat geen servicenaam opgegeven is." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Authenticatie is mislukt omdat geen hostnaam opgegeven is." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "GSSAPI-fout bij inkapselen van token." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "GSSAPI-fout bij ontkapselen van token." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "GSSAPI-fout bij verkrijgen van OID voor naam van SASL-mechanisme." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "GSSAPI-fout bij testen op OID in OID-set." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "GSSAPI-fout bij vrijgeven van OID-set." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Authenticatie is mislukt omdat geen TLS-unieke CB opgegeven is." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Terugaanroep leverde geen SAML20-IdP-naam." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Terugaanroep leverde geen SAML20-doorverwijzings-URL." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Terugaanroep leverde geen OPENID20-doorverwijzings-URL." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Libgsasl: onbekende fout" gsasl-1.8.0/lib/po/remove-potcdate.sin0000664000000000000000000000066011760730663014532 00000000000000# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } gsasl-1.8.0/lib/po/vi.gmo0000664000000000000000000003200611760732021012030 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4!K?mI_bW?FBA\F,(MUFKM6_42FL*/ &!%!/!"#+$6:$q$v%%A&='A'_'}''3'3'@(FV((A:)0|)4))e**+ ,,--..8/s/.0{0*11>2&2*23\23V33#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 14:34+0700 Last-Translator: Trần Ngọc Quân Language-Team: Vietnamese Language: vi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; X-Generator: LocFactoryEditor 1.8 X-Poedit-Language: Vietnamese X-Poedit-Country: VIET NAM X-Poedit-SourceCharset: utf-8 Lỗi xác thực vì tls-unique CB không được cung cấp.Lỗi xác thực vì chưa có hiệu bài vô danh được cung cấp.Lỗi xác thực vì không có thông tin nhận diện để xác thực được cung cấpLỗi xác thực vì không có thông tin nhận diện để cấp quyền được cung cấp.Lỗi xác thực vì không có tên máy được cung cấp.Lỗi xác thực vì không có mã mật khẩu được cung cấp.Lỗi xác thực vì không có mật khẩu được cung cấp.Lỗi xác thực vì không có mã PIN (số nhận diện cá nhân) được cung cấp.Lỗi xác thực vì không có tên dịch vụ được cung cấp.Lỗi mã cơ số 64 trong thư viện SASLHàm callback gặp lỗi khi cung cấp bộ chuyển hướng URL OPENID20.Hàm callback gặp lỗi khi cung cấp bộ định danh SAML20 IdP.Hàm callback gặp lỗi khi cung cấp bộ chuyển hướng URL SAML20.Không thể lấy bộ quản lý thư viện nội bộ (lỗi thư viện)Chức năng bên ứng dụng khách không sẵn sàng trong thư viện (lỗi ứng dụng)Không thể đóng tập tin trong thư viện SASLKhông thể mở tập tin trong thư viện SASLKhông thể chuẩn bị chuỗi đã quốc tế hóa (khác ASCII).Gặp lỗi khi xác thực người dùngLỗi tiêu chuẩn hoá Unicode trên chuỗi.Gặp lỗi GSSAPI khi giành thông tin xác thực trong « gss_acquire_cred() » trong thư viện SASL. Chắc vì không có khóa Kerberos đúng sẵn sàng trong tập tin « /etc/krb5.keytab » trên máy phục vụ.Gặp lỗi GSSAPI khi tạo tên hiển thị đại diện ứng dụng khách trong « gss_display_name() » trong thư viện SASL. Rất có thể vì ứng dụng khách đã cung cấp dữ liệu sai.Lỗi GSSAPI thẻ bài decapsulating.Lỗi GSSAPI thẻ bài tóm lược.Lỗi GSSAPI lấy OID cho tên cơ cấu SASL.Gặp lỗi GSSAPI trong ứng dụng khách trong khi dàn xếp ngữ cảnh bảo mật trong « gss_init_sec_context() » trong thư viện SASL. Chắc vì chưa có đủ thông tin xác thực hay có sự tương tác hiểm độc.Lỗi GSSAPI trong ứng dụng máy chủ trong khi dàn xếp ngữ cảnh bảo mật trong gss_accept_sec_context() trong thư viện SASL. Điều này giống như là chưa có đủ thông tin xác thực hay có sự tương tác hiểm độc.Lỗi GSSAPI phóng thích tập hợp OID.Lỗi GSSAPI kiểm tra cho OID trong tập hợp OID.Gặp lỗi GSSAPI trong khi giải mã hoặc giải mật mã dữ liệu trong « gss_unwrap() » trong thư viện SASL. Chắc do dữ liệu bị hỏng.Gặp lỗi GSSAPI trong khi mã hóa hoặc mật mã hóa dữ liệu trong « gss_wrap() » trong thư viện SASL.Thư viện GSSAPI không thể hủy cấp phát bộ nhớ trong hàm bộ đệm nhả « gss_release_buffer() » trong thư viện SASL. Đây là lỗi nội bộ nghiêm trọng.Thư viện GSSAPI không thể hiểu một tên ngang hàng trong hàm nhập khẩu tên « gss_import_name() » trong thư viện SASL. Rất có thể do dịch vụ và/hay tên máy sai.Gặp lỗi sự tích hợp trong trọng tải ứng dụngLỗi sơ khởi Kerberos V5.Lỗi nội bộ Kerberos V5.Libgsasl thành côngKhông rõ lỗi LibgsaslLỗi mật mã cấp thấp trong thư viện SASLLỗi cấp phát bộ nhớ trong thư viện SASLBộ gọi chưa ghi rõ cách gọi lại (lỗi ứng dụng).Không còn có địa hạt sẵn sàng lại (khác nghiêm trọng)Đối thể khác yêu cầu khả năng bảo vệ sự tích hợp hay bí mật trong cơ cấu GSSAPI nhưng khả năng này chưa được thi hành.Hàm SASL cần thiết bộ đệm lớn hơn (lỗi nội bộ)Cơ cấu SASL được gọi quá nhiều lầnCơ cấu SASL không thể phân tách kết nhậpCơ cấu SASL cần hàm ứng dụng khách gọi ngược vô danh « gsasl_client_callback_anonymous() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược xác thực « gsasl_client_callback_authentication_id() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược cấp quyền « gsasl_client_callback_authorization_id() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược mã mật khẩu « gsasl_client_callback_passcode() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược mật khẩu « gsasl_client_callback_password() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược số nhận diện « gsasl_client_callback_pin() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược dịch vụ « gsasl_client_callback_service() » (lỗi ứng dụng)Cơ cấu SASL cần hàm máy phục vụ gọi ngược vô danh « gsasl_server_callback_anonymous() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược kiểm tổng « gsasl_server_callback_cram_md5() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược tóm tắt kiểm tổng « gsasl_server_callback_digest_md5() » (lỗi ứng dụng)Cơ cấu SASL cần hàm máy phục vụ gọi ngược bên ngoài « gsasl_server_callback_external() » (lỗi ứng dụng)Cơ cấu SASL cần hàm máy phục vụ gọi ngược « gsasl_server_callback_gssapi() » (lỗi ứng dụng)Cơ cấu SASL cần hàm máy phục vụ gọi ngược địa hạt « gsasl_server_callback_realm() » (lỗi ứng dụng)Cơ cấu SASL cần hàm máy phục vụ gọi ngược lấy « gsasl_server_callback_retrieve() » (lỗi ứng dụng)Cơ cấu SASL cần hàm máy phục vụ gọi ngược mã nhận diện bảo mật « gsasl_server_callback_securid() » (lỗi ứng dụng)Cơ cấu SASL cần hàm máy phục vụ gọi ngược dịch vụ « gsasl_server_callback_service() » (lỗi ứng dụng)Cơ cấu SASL cần hàm ứng dụng khách gọi ngược thẩm tra « gsasl_server_callback_validate() » (lỗi ứng dụng)Cơ cấu SASL cần thêm dữ liệuSecurID yêu cầu mật khẩu bổ sung.SecurID yêu cầu PIN mới.Chức năng bên máy phục vụ không sẵn sàng trong thư viện (lỗi ứng dụng)Bộ quản lý thư viện đã cung cấp là không hợp lệ (lỗi ứng dụng)Gặp cơ cấu SASL không rõgsasl-1.8.0/lib/po/it.gmo0000664000000000000000000003012111760732021012022 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4K^J:HWK&PrEG NQ.DBBWLS0;.lB&39 - , D!b!."*"5'#]#P#4$$2j%-%%%%7&1V&E&/&&E'%'.'h (p(o(gj)g)b:*f*h+gm+i+g?,e,d -gr-f-fA.g.*/7;/#s/S/I/50#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 16:23+0200 Last-Translator: Sergio Zanchetta Language-Team: Italian Language: it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n!=1); Autenticazione non riuscita poiché non è stata fornita un'associazione di canale tls-unique.Autenticazione non riuscita poiché non è stato fornito il token anonimo.Autenticazione non riuscita poiché non ne è stata fornita l'identità.Autenticazione non riuscita poiché non è stata fornita l'identità di autorizzazione.Autenticazione non riuscita poiché non è stato fornito il nome dell'host.Autenticazione non riuscita perché non è stato fornito il codice di sicurezza.Autenticazione non riuscita poiché non è stata fornita la password.Autenticazione non riuscita poiché non è stato fornito il codice pin.Autenticazione non riuscita poiché non è stato fornito il nome del servizio.Errore di codifica base 64 nella libreria SASLIl callback non è riuscito a fornire l'URL di redirezione OPENID20.Il callback non è riuscito a fornire l'identificatore Idp SAML20.Il callback non è riuscito a fornire l'URL di redirezione SAML20.Impossibile ottenere l'handle della libreria interna (errore della libreria)Funzionalità lato client non disponibile nella libreria (errore nell'applicazione)Impossibile chiudere il file nella libreria SASLImpossibile aprire il file nella libreria SASLImpossibile preparare una stringa (non-ASCII) internazionalizzata.Errore nell'autenticazione dell'utenteNormalizzazione Unicode sulla stringa non riuscita.Errore GSSAPI nell'acquisizione di credenziali in gss_acquire_cred() nella libreria SASL. Ciò è verosimilmente dovuto all'assenza di una appropriata chiave Kerberos disponibile in /etc/krb5.keytab nel server.Errore GSSAPI nella creazione di un nome visualizzato indicante il client in gss_display_name() nella libreria SASL. Ciò è probabilmente causato da dati errati forniti dal client.Errore GSSAPI nella decapsulazione del token.Errore GSSAPI nell'incapsulazione del token.Errore GSSAPI nel recupero dell'OID per il nome del meccanismo SASL.Errore GSSAPI nel client durante la negoziazione del contesto di sicurezza in gss_init_sec_context() nella libreria SASL. Ciò è verosimilmente dovuto a credenziali insufficienti o interazioni malevole.Errore GSSAPI nel server durante la negoziazione del contesto di sicurezza in gss_accept_sec_context() nella libreria SASL. Ciò è verosimilmente dovuto a credenziali insufficienti o interazioni malevole.Errore GSSAPI nel rilascio del set di OID.Errore GSSAPI nel test per l'OID all'interno del set.Errore GSSAPI nel decifrare o decodificare i dati in gss_unwrap() nella libreria SASL. Ciò è verosimilmente dovuto a dati corrotti.Errore GSSAPI nel cifrare o codificare i dati in gss_wrap() nella libreria SASL.La libreria GSSAPI non ha potuto deallocare memoria in gss_release_buffer() nella libreria SASL. Questo è un grave errore interno.La libreria GSSAPI non è riuscita ad interpretare un nome peer in gss_import_name() nella libreria SASL. Ciò è verosimilmente dovuto a un servizio e/o nomi host non corretti.Errore di integrità nel payload dell'applicazioneInizializzazione di Kerberos V5 non riuscita.Errore interno di Kerberos V5.Successo in libgsaslErrore sconosciuto di libgsaslErrore di cifratura a basso livello nella libreria SASLErrore di allocazione memoria nella libreria SASLNessun callback specificato dal chiamante (errore dell'applicazione).Non ci sono più reami disponibili (non fatale)Un'altra entità ha richiesto protezione di integrità o riservatezza nel meccanismo GSSAPI ma questa non è attualmente implementata.La funzione SASL ha bisogno di un buffer più grande (errore interno)Meccanismo SASL chiamato troppe volteIl meccanismo SASL non può analizzare l'inputIl meccanismo SASL necessita di un callback gsasl_client_callback_anonymous() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_client_callback_authentication_id() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_client_callback_authorization_id() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_client_callback_passcode() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_client_callback_password() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_client_callback_pin() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_client_callback_service() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_anonymous() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_cram_md5() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_digest_md5() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_external() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_gssapi() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_realm() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_retrieve() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_securid() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_service() (errore dell'applicazione)Il meccanismo SASL necessita di un callback gsasl_server_callback_validate() (errore dell'applicazione)Il meccanismo SASL ha bisogno di più datiSecurID necessita di un codice di sicurezza aggiuntivo.SecurID ha bisogno di un nuovo pin.Funzionalità lato server non disponibile nella libreria (errore nell'applicazione)L'handle della libreria fornito non era valido (errore dell'applicazione)Meccanismo SASL sconosciutogsasl-1.8.0/lib/po/fi.gmo0000664000000000000000000002675411760732021012025 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4K69/CiL;362j3<%J4:H6P:*)D"%?Hc* "I >l !&f"7""WT##,$$$ %)%;%*U%#%5%.%y &;&,&/&V'^s']'U0(U(P(T-)U)U)W.*U*S*R0+U+T+T.,U,&,"-##-PG-9--#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 14:45+0200 Last-Translator: Jorma Karvonen Language-Team: Finnish Language: fi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Todennus epäonnistui koska tls-unique CB ei tarjottu.Todennus epäonnistui koska anonyymipolettia ei tarjottu.Todennus epäonnistui koska todennushenkilöllisyyttä ei tarjottu.Todennus epäonnistui koska käyttövaltuutushenkilöllisyyttä ei tarjottu.Todennus epäonnistui koska tietokoneen nimeä ei tarjottu.Todennus epäonnistui koska salakoodia ei tarjottu.Todennus epäonnistui koska salasanaa ei tarjottu.Todennus epäonnistui koska pin-koodia ei tarjottu.Todennus epäonnistui koska koska palvelunimeä ei tarjottu.Base 64-koodausvirhe SASL-kirjastossaVastakutsu ei kyennyt tarjoamaan OPENID20 uudelleenohjausverkko-osoitetta.Vastakutsu ei kyennyt tarjoamaan SAML20 IdP -pääavainta.Vastakutsu ei kyennyt tarjoamaan SAML20 uudelleenohjausverkko-osoitetta.Ei saada sisäistä kirjasto-osoitinta (kirjastovirhe)Asiakaspuolitoiminnallisuus ei ole käytetttävissä kirjastossa (sovellusvirhe)Ei voitu sulkea tiedostoa SASL-kirjastossaEi voitu avata tiedostoa SASL-kirjastossaEi voitu esikäsitellä kansainvälistettyä (ei-ASCII) merkkijonoa.Virhe todennettaessa käyttäjääUnicode-normeerauksen suorittaminen merkkijonolle epäonnistui.GSSAPI-virhe hankittaessa valtuustietoja funktiossa gss_acquire_cred() SASL-kirjastossa. Tämä johtuu luultavasti siitä, että ei ole käytettävissä oikeaa Kerberos-avainta palvelimen /etc/krb5.keytab-tiedostossa.GSSAPI-virhe luotaessa näyttönimeä osoittamaan asiakasta funktiossa gss_display_name() SASL-kirjastossa. Tämä johtuu luultavasti siitä, että asiakas toimitti virheellistä dataa.GSSAPI-virhekapseloinnin poistomerkkijono.GSSAPI-virhekapselointimerkkijono.GSSAPI-virhe haettaessa OID-tunnistetta SASL-mekanisminimelle.GSSAPI-virhe asiakkaalla kun neuvotellaan turvallisuusyhteydestä funktiossa gss_init_sec_context() SASL-kirjastossa. Tämä johtuu luultavasti riittämättömistä valtuustiedoista tai haitallisista vuorovaikutuksista.GSSAPI-virhe palvelimella neuvoteltaessa turvallisuusyhteydestä funktiossa gss_accept_sec_context() SASL-kirjastossa. Tämä johtuu luultavasti riittämättömistä valtuustiedoista tai haitallisista vuorovaikutuksista.GSSAPI-virhe julkaistaessa OID-joukko.GSSAPI-virhe testattaessa OID-tunnistetta OID-joukossa.GSSAPI-virhe purettaessa salausta tai koodausta funktiossa gss_unwrap() SASL-kirjastossa. Tämä johtuu luultavasti datan vääristymisestä.GSSAPI-virhe salattaessa tai koodattaessa dataa funktiossa gss_wrap() SASL-kirjastossa.GSSAPI-kirjasto ei voinut vapauttaa muistia funktiossa gss_release_buffer() SASL-kirjastossa. Tämä on vakava sisäinen virhe.GSSAPI-kirjasto ei ymmärrä vertaisnimeä funktiossa gss_import_name() SASL-kirjastossa. Tämä johtuu luultavasti virheellisestä palvelusta tai tietokonenimistä.Eheysvirhe sovelluslatauksessaKerberos V5-alustusvirhe.Kerberos V5-sisäinen virhe.Libgsasl onnistuiTuntematon Libgsasl-virheMatalan tason salausvirhe SASL-kirjastossaMuistinvarausvirhe SASL-kirjastossaKutsuja ei määritellyt vastakutsua (sovellusvirhe).Ei enää alueita käytettävissä (ei-vakava)Toinen olio vaatinut eheyttä tai luottamuksellista suojelua GSSAPI-mekanismissa, mutta sitä ei ole nykyisin toteutettu.SASL-funktio tarvitsee laajemman puskurin (sisäinen virhe)SASL-mekanismia kutsutaan liian monta kertaaSASL-mekanismi ei voinut jäsentää syötettäSASL-mekanismi tarvitsee gsasl_client_callback_anonymous()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_client_callback_authentication_id()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_client_callback_authorization_id()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_client_callback_passcode()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_client_callback_password()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_client_callback_pin()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_client_callback_service()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitse gsasl_server_callback_anonymous()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_cram_md5()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_digest_md5()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_external()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_gssapi()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_realm()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_retrieve()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_securid()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_service()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee gsasl_server_callback_validate()-vastakutsun (sovellusvirhe)SASL-mekanismi tarvitsee lisää dataaSecurID tarvitsee lisäsalakoodin.SecurID tarvitsee uuden pin-koodin.Palvelinpuolitoiminnallisuus ei ole käytettävissä kirjastossa (sovellusvirhe)Tarjottu kirjasto-osoitin on virheellinen (sovellusvirhe)Tuntematon SASL-mekanismigsasl-1.8.0/lib/po/eo.gmo0000664000000000000000000002647211760732021012027 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4zK<BGFF?:;P;=,635j4CF-`063I ((> R !(!.!("Y"| ##)-$$W$|$$$-$0$8&%+_%s%7%&7&)^&U&]&\<'T'T'OC(S(U(T=)V)T)R>*Q*T*S8+S+T+&5,!\,~,F,A,"-#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 20:25-0300 Last-Translator: Felipe Castro Language-Team: Esperanto Language: eo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Aŭtentigo malsukcesis ĉar tls-unika CB ne estis provizata.Aŭtentigo malsukcesis ĉar la sennoma ĵetono ne estis provizata.Aŭtentigo malsukcesis ĉar la aŭtentiga identaĵo ne estis provizata.Aŭtentigo malsukcesis ĉar la permesiga identaĵo ne estis provizata.Aŭtentigo malsukcesis ĉar la gastigo-nomo ne estis provizata.Aŭtentigo malsukcesis ĉar la paskodo ne estis provizata.Aŭtentigo malsukcesis ĉar la pasvorto ne estis provizata.Aŭtentigo malsukcesis ĉar la PIN-kodo ne estis provizata.Aŭtentigo malsukcesis ĉar la servo-nomo ne estis provizata.Eraro pri kodigado base64 en biblioteko SASLEventvoko malsukcesis provizi rekondukan URL OPENID20.Eventvoko malsukcesis provizi identigilon SAML20 IdP.Eventvoko malsukcesis provizi rekondukan URL SAML20.Ni ne povis preni internan bibliotekan traktilon (biblioteka eraro)Klient-flanka funkciado ne disponeblas en biblioteko (aplikaĵa eraro)Ni ne povis fermi dosieron en biblioteko SASLNi ne povis malfermi dosieron en biblioteko SASLNi ne povis prepari internaciigitan (ne-ASCII) ĉenon.Eraro dum aŭtentigo de uzantoMalsukceso dum provo fari Unikoda Normigo en ĉeno.Eraro de GSSAPI dum akirado de legitimaĵoj en gss_acquire_cred() en biblioteko SASL. Tio ĉi okazas ordinare pro malhavo de taŭga ŝlosilo Kerberos disponebla en /etc/krb5.keytab en la servilo.Eraro de GSSAPI dum kreado de montrig-nomo reprezentanta la kliento en gss_display_name() en biblioteko SASL. Tio ĉi probable okazas ĉar la kliento liveris malĝustan datumaron.Eraro de GSSAPI dum elpakado de ĵetono.Eraro de GSSAPI dum enpakado de ĵetono.Eraro de GSSAPI dum prenado de OID por nomo de mekanismo SASL.Eraro de GSSAPI en kliento dum negocado de sekureca kunteksto en gss_init_sec_context() en biblioteko SASL. Tio ĉi okazas ordinare pro nesufiĉe da legitimaĵoj aŭ pro malicaj interagoj.Eraro de GSSAPI en servilo dum negocado de sekureca kunteksto en gss_accept_sec_context() en biblioteko SASL. Tio ĉi okazas ordinare pro nesufiĉe da legitimaĵoj aŭ pro malicaj interagoj.Eraro de GSSAPI dum ellasado de OID-aro.Eraro de GSSAPI dum testado de OID en OID-aro.Eraro de GSSAPI dum deĉifrado aŭ dekodado de datumaro en gss_unwrap() en biblioteko SASL. Tio ĉi okazas ordinare pro datumara rompiĝo.Eraro de GSSAPI dum enĉifrado aŭ enkodado de datumaro en gss_wrap() en biblioteko SASL.Biblioteko GSSAPI ne povis liberigi memoron en gss_release_buffer() en biblioteko SASL. Tio ĉi estas serioza interna eraro.Biblioteko GSSAPI ne povis kompreni samtavolanan nomon en gss_import_name() en biblioteko SASL. Tio ĉi okazas ordinare pro malĝusta servo kaj/aŭ gastig-nomoj.Eraro pri integreco en aplikaĵa datumaroMalsukceso dum ekigo de Kerberos V5.Interna eraro de Kerberos V5.Libgsasl sukcesasNekonata eraro de LibgsaslMalalt-nivela ĉifra eraro en biblioteko SASLEraro pri rezervado de memoro en biblioteko SASLNeniu cel-funkcio indikita de vokanto (aplikaĵa eraro).Neniu plia 'realm' disponeblaj (ne-ĉesiga)Alia estaĵo petis protekton de integreco aŭ sekreteco en mekanismo GSSAPI sed tio ĉi ne estas aktuale realigita.Funkcio SASL bezonas pli larĝan bufron (interna eraro)Mekanismo SASL vokita tro multaj fojojMekanismo SASL ne povis analizi la enigonMekanismo SASL bezonas eventvokon gsasl_client_callback_anonymous() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_client_callback_authentication_id() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_client_callback_authorization_id() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_client_callback_passcode() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_client_callback_password() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_client_callback_pin() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_client_callback_service() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_anonymous() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_cram_md5() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_digest_md5() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_external() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_gssapi() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_realm() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_retrieve() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_securid() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_service() (aplikaĵa eraro)Mekanismo SASL bezonas eventvokon gsasl_server_callback_validate() (aplikaĵa eraro)Mekanismo SASL bezonas pli da datumaroSecurID bezonas aldonan paskodon.SecurID bezonas novan PIN.Servil-flanka funkciado ne disponeblas en biblioteko (aplikaĵa eraro)La indikita biblioteka traktilo estis malvalida (aplikaĵa eraro)Nekonata mekanismo SASLgsasl-1.8.0/lib/po/en@boldquot.header0000664000000000000000000000247111760730663014351 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # gsasl-1.8.0/lib/po/uk.gmo0000664000000000000000000003701711760732021012040 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4Kj}}}^^ZUbeho~ H!JW!n!N"Q`"9"0#L%Hj%e%o&m'J(aB))*=++B-QI-.-*-(-_.x~.v.kn/q/fL1O1X2\22344>55X66y7 88)99F::d;H;B=<R<<c=(=#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 12:44+0300 Last-Translator: Yuri Chornoivan Language-Team: Ukrainian Language: uk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.5 Plural-Forms: nplurals=1; plural=0; Помилка розпізнавання через ненадання унікальної для TLS прив’язки до каналу.Помилка розпізнавання через ненадання анонімної лексеми.Помилка розпізнавання через ненадання назви профілю розпізнавання.Помилка розпізнавання через ненадання назви профілю уповноваження.Помилка розпізнавання через ненадання назви вузла.Помилка розпізнавання через ненадання коду пароля.Помилка розпізнавання через ненадання пароля.Помилка розпізнавання через ненадання особистого ідентифікаційного коду (PIN).Помилка розпізнавання через ненадання назви сервера.Помилка під час кодування у форматі Base64 у бібліотеці SASLУ відповідь на зворотний виклик не отримано адреси переспрямування OPENID20.У відповідь на зворотний виклик не повернуто ідентифікатора IdP SAML20 IdP.У відповідь на зворотний виклик не отримано адреси переспрямування SAML20.Не вдалося отримати внутрішній дескриптор бібліотеки (помилка бібліотеки)Функціональні можливості клієнта бібліотекою не надаються (помилка програми)Не вдалося закрити файл у бібліотеці SASLНе вдалося відкрити файл у бібліотеці SASLНе вдалося підготувати інтернаціоналізований (не-ASCII) рядок.Помилка під час розпізнавання користувачаНе вдалося виконати нормалізацію Unicode рядка.Помилка GSSAPI під час спроби отримання реєстраційних даних у функції gss_acquire_cred() бібліотеки SASL. Найімовірнішою причиною є нестача належного ключа Kerberos у /etc/krb5.keytab на сервері.Помилка GSSAPI під час спроби створення назви клієнта для показу у функції gss_display_name() бібліотеки SASL. Ймовірною причиною є надання клієнтською частиною помилкових даних.Помилка GSSAPI під час декапсуляції лексеми.Помилка GSSAPI під час капсуляції лексеми.Помилка GSSAPI під час отримання OID для назви механізму SASL.Помилка GSSAPI у клієнтській програмі під час узгодження контексту захисту у функції gss_init_sec_context() бібліотеки SASL. Найімовірнішою причиною є недостатні реєстраційні дані або зловмисне втручання у роботу.Помилка GSSAPI у серверній програмі під час узгодження контексту захисту у функції gss_accept_sec_context() бібліотеки SASL. Найімовірнішою причиною є недостатні реєстраційні дані або зловмисне втручання у роботу.Помилка GSSAPI під час звільнення набору OID.Помилка тестування GSSAPI під час роботи з OID у наборі OID.Помилка GSSAPI під час розшифрування або декодування даних у функції gss_unwrap() бібліотеки SASL. Найімовірнішою причиною є пошкодження даних.Помилка GSSAPI під час спроби шифрування або кодування даних у функції gss_wrap() бібліотеки SASL.Бібліотеці GSSAPI не вдалося звільнити пам’ять у gss_release_buffer() у бібліотеці SASL. Це серйозна внутрішня помилка.Бібліотеці GSSAPI не вдалося розібрати назву вузла у функції gss_import_name() бібліотеки SASL. Найімовірнішою причиною є помилкова назва служби або вузла.Помилка цілісності у даних програмиПомилка під час спроби ініціалізації Kerberos V5.Внутрішня помилка Kerberos V5.Libgsasl виконала завданняНевідома помилка libgsaslПомилка низькорівневого шифрування у бібліотеці SASLПомилка під час спроби розміщення бібліотекою SASL даних у пам’ятіФункцією виклику не вказано зворотної адреси (помилка програми).Вичерпано перелік доступних областей (некритична помилка)Надійшов запит від іншого екземпляра програми щодо перевірки цілісності або захисту конфіденційності за допомогою механізмів GSSAPI. Можливість виконання декількох запитів одночасно ще не реалізовано.Функція SASL потребує більшого буфера (внутрішня помилка)Механізм SASL викликано занадто багато разівМеханізмові SASL не вдалося розібрати вхідні даніМеханізмові SASL потрібен зворотний виклик gsasl_client_callback_anonymous() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_client_callback_authentication_id() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_client_callback_authorization_id() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_client_callback_passcode() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_client_callback_password() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_client_callback_pin() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_client_callback_service() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_anonymous() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_cram_md5() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_digest_md5() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_external() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_gssapi() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_realm() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_retrieve() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_securid() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_service() (помилка програми)Механізмові SASL потрібен зворотний виклик gsasl_server_callback_validate() (помилка програми)Механізмові SASL потрібні додаткові даніSecurID потрібен додатковий код пароля.SecurID потрібен новий ідентифікаційний код (PIN).Функціональні можливості сервера бібліотекою не надаються (помилка програми)Наданий дескриптор бібліотеки виявився некоректним (помилка програми)Невідомий механізм SASLgsasl-1.8.0/lib/po/Rules-quot0000664000000000000000000000340011760730663012717 00000000000000# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header gsasl-1.8.0/lib/po/ro.gmo0000664000000000000000000002150511760732021012034 000000000000002C<HCIKJ=$<b<<@$Z2F$#2Bu+|MZ v & F W &n ' 4 $ y $ $ S [/ Z R R9 M Q S,RTR(P{ORQoQRFf;PROQE@<(>eG*DY\/08PH,T-.9 (Dm&.^Kfe]w]X3\^]H_] [d Z ]!\y!\!]3"Y"@",# . +!'" ( -)1 2,%0 #/&$*Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.Integrity error in application payloadLibgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 0.2.2 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2004-12-29 12:00-0500 Last-Translator: Laurentiu Buzdugan Language-Team: Romanian Language: ro MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Autentificarea a euat pentru c elementul (token) anonymous nu a fost furnizat.Autentificarea a euat pentru c identitatea de autentificare nu a fost furnizat.Autentificarea a euat pentru c identitatea de autorizare nu a fost furnizat.Autentificarea a euat pentru c nu a fost furnizat numele host-ului.Autentificarea a euat pentru c nu a fost furnizat passcode-ul.Autentificarea a euat pentru c nu a fost furnizat parola.Autentificarea a euat pentru c nu a fost furnizat codul pin.Autentificarea a euat pentru c nu a fost furnizat numele serviciului.Eroare encodare Base 64 n biblioteca SASLNu pot obine handle-ul intern pentru bibliotec (eroare bibliotec)Funcionalitate de partea clientului nu este disponibil n bibliotec (eroare aplicaie)Nu am putut nchide fiierul n biblioteca SASLNu am putut deschide fiierul n biblioteca SASLNu am reuit s realizez Normalizare Unicode pentru ir.Eroare GSSAPI la achiziionare datelor de acreditare n gss_acquire_cred() n biblioteca SASL. Cauza cea mai probabil este absena cheii Kerberos corespunztoare n /etc/krb5.keytab pe server.Eroare GSSAPI n client n timpul negocierii contextului de securitate n gss_init_sec_context() n biblioteca SASL. Aceasta se datoreaz cel mai probabil datelor de acreditare insuficiente sau interaciunii ruvoitoare.Eroare GSSAPI n timpul decriptrii sai decodrii datelor n gss_unwrap() n biblioteca SASL. Aceasta se datoreaz cel mai probabil corupiei datelor.Eroare GSSAPI n timpul cifrrii sau codrii datelor n biblioteca SASL.Biblioteca GSSAPI nu a putut dealoca memorie n gss_release_buffer() n biblioteca SASL. Aceasta este o eroare intern serioas.Eroare integritate n ncrctura aplicaieiSucces libgsaslEroare libgsasl necunoscutEroare crypto de nivel jos n biblioteca SASLEroare la alocarea memoriei n biblioteca SASLNici un callback specificat de apelant(eroare aplicaie).Nici un alt realm disponibil (non-fatal)O alt entitate a cerut protecia confidenialitii sau integritaii n mecanismul GSSAPI dar aceasta nu este implementat deocamdat.Mecanism SASL apelat de prea multe oriMecanismul SASL nu a putut interpreta intrareaMecanismul SASL are nevoie de callback-ul gsasl_client_callback_anonymous() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_authentication_id() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_authorization_id() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_passcode() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_password() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_pin() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_service() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_anonymous() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_cram_md5() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_digest_md5() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_external() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_gssapi() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_realm() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_retrieve() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_securid() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_service() (eroare aplicaie)Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_validate() (eroare aplicaie)Funcionalitate de partea serverului nu este disponibil n bibliotec (eroare aplicaie)Handle-ul bibliotecii furnizat a fost invalid (eroare aplicaie)Mecanism SASL necunoscutgsasl-1.8.0/lib/po/Makevars0000664000000000000000000000342111746471770012420 00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Simon Josefsson # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = bug-gsasl@gnu.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = gsasl-1.8.0/lib/po/sk.gmo0000664000000000000000000002433411760732021012034 00000000000000<S(C)KmJ=<B<<@$:2_F$#7"Z2t] | M$ vr & #    & '5 4] $ y 21$d$S[Z^RR M_QSRSTRPNORQBQR9"X{F;,=CGY@846P<.NHB0/D#16U@`3$$-A4Y(:>z1 : , -!bB!j!i"az"a"\>#`#b#a_$c$a%%_%^%aF&`&` 'aj'''!'(H3(E|(($%053"&+2 ;: 4-/7 8#!1.)96<*' (,Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2009-04-02 10:18+0100 Last-Translator: Ivan Masár Language-Team: Slovak Language: sk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2); Overenie zlyhalo, pretože nebol poskytnutý anonymný token.Overenie zlyhalo, pretože nebola poskytnutá identita na overenie.Overenie zlyhalo, pretože nebola poskytnutá identita na autorizáciu.Overenie zlyhalo, pretože nebol poskytnutý názov počítača.Overenie zlyhalo, pretože nebol poskytnutý kód hesla.Overenie zlyhalo, pretože nebolo poskytnuté heslo.Overenie zlyhalo, pretože nebol poskytnutý PIN kód.Overenie zlyhalo, pretože nebol poskytnutý názov služby.Chyba kódovania do 64 znakov v knižnici SASLNebolo možné získať vnútorný identiifikátor knižnice (chyba knižnice)Knižnica neposkytuje funkcionalitu na strane klienta (chyba aplikácie)V knižnici SASL nebolo možné zatvoriť súborV knižnici SASL nebolo možné otvoriť súborNebolo možné pripraviť internacionalizovaný (ne-ASCII) reťazec.Chyba pri overovaní používateľaNepodarilo sa vykonať Unicode normalizáciu reťazca.Chyba GSSAPI počas získavania privilégií vo funkcii gss_acquire_cred() v knižnici SASL. Pravdepodobne nemáte správny kľúč Kerberos v súbore /etc/krb5.keytab na serveri.Chyba GSSAPI počas tvorby zobrazovaného mena vo funkcii gss_display_name() v knižnici SASL. Pravdepodobne klient poskytol chybné údaje.Chyba GSSAPI klienta počas vyjednávania bezpečnostného kontextu vo funkcii gss_init_sec_context() v knižnici SASL. Pravdepodobne to spôsobilo nedostatočné oprávnenie alebo škodlivá infekcia.Chyba GSSAPI počas dešifrovania alebo dekódovania údajov vo funkcii gss_unwrap() v knižnici SASL. Pravdepodobne je to z dôvodu poškodených údajov.Chyba GSSAPI počas šifrovania alebo kódovania údajov vo funkcii gss_wrap() v knižnici SASL.Knižnica GSSAPI nemohla dealokovať pamäť vo funkcii gss_release_buffer() knižnice SASL. Toto je závažná vnútorná chyba.Knižnica GSSAPI nerozumela názvu duhého konca spojenia vo funkcii gss_import_name() knižnice SASL. Pravdepodobne to spôsobil neznámy názov služby a/alebo počítača.Chyba integrity v dátach aplikácieZlyhanie inicializácie Kerberos V5.Vnútorná chyba Kerberos V5.Libgsasl úspešnáNeznáma chyba LibgsaslNízkoúrovňová chyba šifrovania v knižnici SASLChyba alokácie pamäte v knižnici SASLVolajúci neuviedol obslužnú funkciu (chyba aplikácie).Nie sú dostupné žiadne ďalšie domény (nekritická chyba)Iná entita žiadala ochranu integrity alebo dôvernosti v mechanizme GSSAPI, to však nie je momentálne implementované.Funkcia SASL potrebuje väčší buffer (vnútorná chyba)Mechanizmus SASL bol zavolaný priveľakrátMechanizmus SASL nedokázal analyzovať vstupMechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_anonymous() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_authentication_id() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_authorization_id() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_passcode() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_password() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_pin() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_service() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_anonymous() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_cram_md5() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_digest_md5() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_external() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_gssapi() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_realm() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_retrieve() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_securid() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_service() (chyba aplikácie)Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_validate() (chyba aplikácie)Mechanizmus SASL potrebuje viac údajovSecurID potrebuje ďalšie heslo.SecurID potrebuje nový pin.Knižnica neposkytuje funkcionalitu na strane servera (chyba aplikácie)Poskytnutý identifikátor knižnice bol neplatný (chyba aplikácie)Neznámy mechanizmus SASLgsasl-1.8.0/lib/po/en@quot.gmo0000664000000000000000000002600611760732021013030 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4pK?CK@J=<<R<@$ 121d/2F$@#e72!\!~1 8!(X!|!M!vL""&Y######&#'$47$$l$y$2 %$>%$c%S%[%Z8&R&R&M9'Q'S'R-(T(R(P()Oy)R)Q*Qn*R*+"2+U+Fl+;++#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.8.0 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-28 19:14+0200 Last-Translator: Automatically generated Language-Team: none Language: en@quot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismgsasl-1.8.0/lib/po/eo.po0000664000000000000000000003156411760732020011660 00000000000000# Esperanto translation. # Copyright (C) 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Felipe Castro , 2011, 2012. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 20:25-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl sukcesas" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Mekanismo SASL bezonas pli da datumaro" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Nekonata mekanismo SASL" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Mekanismo SASL vokita tro multaj fojoj" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Funkcio SASL bezonas pli larĝan bufron (interna eraro)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Ni ne povis malfermi dosieron en biblioteko SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Ni ne povis fermi dosieron en biblioteko SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Eraro pri rezervado de memoro en biblioteko SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Eraro pri kodigado base64 en biblioteko SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Malalt-nivela ĉifra eraro en biblioteko SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_client_callback_anonymous() " "(aplikaĵa eraro)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_client_callback_password() (aplikaĵa " "eraro)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_client_callback_passcode() (aplikaĵa " "eraro)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_client_callback_pin() (aplikaĵa " "eraro)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_client_callback_authorization_id() " "(aplikaĵa eraro)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_client_callback_authentication_id() " "(aplikaĵa eraro)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_client_callback_service() (aplikaĵa " "eraro)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_validate() (aplikaĵa " "eraro)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_cram_md5() (aplikaĵa " "eraro)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_digest_md5() " "(aplikaĵa eraro)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_external() (aplikaĵa " "eraro)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_anonymous() " "(aplikaĵa eraro)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_realm() (aplikaĵa " "eraro)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_securid() (aplikaĵa " "eraro)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_service() (aplikaĵa " "eraro)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_gssapi() (aplikaĵa " "eraro)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Mekanismo SASL bezonas eventvokon gsasl_server_callback_retrieve() (aplikaĵa " "eraro)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Malsukceso dum provo fari Unikoda Normigo en ĉeno." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Ni ne povis prepari internaciigitan (ne-ASCII) ĉenon." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Mekanismo SASL ne povis analizi la enigon" #: src/error.c:116 msgid "Error authenticating user" msgstr "Eraro dum aŭtentigo de uzanto" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Ni ne povis preni internan bibliotekan traktilon (biblioteka eraro)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Eraro pri integreco en aplikaĵa datumaro" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Neniu plia 'realm' disponeblaj (ne-ĉesiga)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "Klient-flanka funkciado ne disponeblas en biblioteko (aplikaĵa eraro)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "Servil-flanka funkciado ne disponeblas en biblioteko (aplikaĵa eraro)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Biblioteko GSSAPI ne povis liberigi memoron en gss_release_buffer() en " "biblioteko SASL. Tio ĉi estas serioza interna eraro." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Biblioteko GSSAPI ne povis kompreni samtavolanan nomon en gss_import_name() " "en biblioteko SASL. Tio ĉi okazas ordinare pro malĝusta servo kaj/aŭ gastig-" "nomoj." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Eraro de GSSAPI en kliento dum negocado de sekureca kunteksto en " "gss_init_sec_context() en biblioteko SASL. Tio ĉi okazas ordinare pro " "nesufiĉe da legitimaĵoj aŭ pro malicaj interagoj." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Eraro de GSSAPI en servilo dum negocado de sekureca kunteksto en " "gss_accept_sec_context() en biblioteko SASL. Tio ĉi okazas ordinare pro " "nesufiĉe da legitimaĵoj aŭ pro malicaj interagoj." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Eraro de GSSAPI dum deĉifrado aŭ dekodado de datumaro en gss_unwrap() en " "biblioteko SASL. Tio ĉi okazas ordinare pro datumara rompiĝo." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Eraro de GSSAPI dum enĉifrado aŭ enkodado de datumaro en gss_wrap() en " "biblioteko SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Eraro de GSSAPI dum akirado de legitimaĵoj en gss_acquire_cred() en " "biblioteko SASL. Tio ĉi okazas ordinare pro malhavo de taŭga ŝlosilo " "Kerberos disponebla en /etc/krb5.keytab en la servilo." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Eraro de GSSAPI dum kreado de montrig-nomo reprezentanta la kliento en " "gss_display_name() en biblioteko SASL. Tio ĉi probable okazas ĉar la kliento " "liveris malĝustan datumaron." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Alia estaĵo petis protekton de integreco aŭ sekreteco en mekanismo GSSAPI " "sed tio ĉi ne estas aktuale realigita." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Malsukceso dum ekigo de Kerberos V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Interna eraro de Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID bezonas aldonan paskodon." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID bezonas novan PIN." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "La indikita biblioteka traktilo estis malvalida (aplikaĵa eraro)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Neniu cel-funkcio indikita de vokanto (aplikaĵa eraro)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Aŭtentigo malsukcesis ĉar la sennoma ĵetono ne estis provizata." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Aŭtentigo malsukcesis ĉar la aŭtentiga identaĵo ne estis provizata." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "Aŭtentigo malsukcesis ĉar la permesiga identaĵo ne estis provizata." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Aŭtentigo malsukcesis ĉar la pasvorto ne estis provizata." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Aŭtentigo malsukcesis ĉar la paskodo ne estis provizata." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Aŭtentigo malsukcesis ĉar la PIN-kodo ne estis provizata." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Aŭtentigo malsukcesis ĉar la servo-nomo ne estis provizata." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Aŭtentigo malsukcesis ĉar la gastigo-nomo ne estis provizata." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "Eraro de GSSAPI dum enpakado de ĵetono." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "Eraro de GSSAPI dum elpakado de ĵetono." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "Eraro de GSSAPI dum prenado de OID por nomo de mekanismo SASL." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "Eraro de GSSAPI dum testado de OID en OID-aro." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "Eraro de GSSAPI dum ellasado de OID-aro." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Aŭtentigo malsukcesis ĉar tls-unika CB ne estis provizata." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Eventvoko malsukcesis provizi identigilon SAML20 IdP." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Eventvoko malsukcesis provizi rekondukan URL SAML20." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Eventvoko malsukcesis provizi rekondukan URL OPENID20." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Nekonata eraro de Libgsasl" gsasl-1.8.0/lib/po/sv.gmo0000664000000000000000000002410111760732021012037 00000000000000<S(C)KmJ=<B<<@$:2_F$#7"Z2t] | M$ vr & #    & '5 4] $ y 21$d$S[Z^RR M_QSRSTRPNORQBQR9"X{F;h,MRR6DEDBYG$8 KB'&?#>AIN= "(,%UQ{04 ) % ]!ef!d!\1"\"W"[C#]#\#^Z$\$Z%Yq%\%[(&[&\&='']''K'=',($%053"&+2 ;: 4-/7 8#!1.)96<*' (,Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2009-03-28 16:53+0100 Last-Translator: Daniel Nylander Language-Team: Swedish Language: sv MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Autentisering misslyckades på grund av att den anonyma symbolen inte angavs.Autentisering misslyckades på grund av att autentiseringsidentiteten inte angavs.Autentisering misslyckades på grund av att auktoriseringsidentiteten inte angavs.Autentisering misslyckades på grund av att värdnamnet inte angavs.Autentisering misslyckades på grund av att lösenfrasen inte angavs.Autentisering misslyckades på grund av att lösenordet inte angavs.Autentisering misslyckades på grund av att PIN-koden inte angavs.Autentisering misslyckades på grund av att tjänstenamnet inte angavs.Base 64-kodningsfel i SASL-bibliotekKan inte hämta intern bibliotekshandtag (biblioteksfel)Funktionalitet på klientsida ej tillgänglig i bibliotek (applikationsfel)Kunde inte stänga fil i SASL-bibliotekKunde inte öppna fil i SASL-bibliotekKunde inte förbereda internationaliserad sträng (icke-ASCII).Fel vid autentisering av användareMisslyckades att genomföra Unicode-normalisering på sträng.GSSAPI-fel vid inhämtning av befogenheter i gss_acquire_cred() i SASL-bibliotek. Det här är sannolikt på grund av att korrekt Kerberos-nyckel inte är tillgänglig i /etc/krb5.keytab på servern.GSSAPI-fel vid skapande av visningsnamn för klienten i gss_display_name() i SASL-bibliotek. Det här är antagligen på grund av att klienten skickade felaktig data.GSSAPI-fel i klient vid förhandling av säkerhetskontext i gss_init_sec_context() i SASL-bibliotek. Det här är sannolikt på grund av otillräckliga befogenheter eller ondsinta interaktioner.GSSAPI-fel vid dekryptering eller avkodning av data i gss_unwrap() i SASL-bibliotek. Det här är sannolikt på grund av korrupt data.GSSAPI-fel vid kryptering eller kodning av data i gss_wrap() i SASL-bibliotek.GSSAPI-biblioteket kunde inte frigöra minne i gss_release_buffer() i SASL-bibliotek. Det här är ett allvarligt internt fel.GSSAPI-biblioteket kunde inte förstå namnet på en motpart i gss_import_name() i SASL-bibliotek. Det här kan bero på felaktig tjänst och/eller värdnamn.Integritetsfel i applikationsdatanKerberos V5-initieringsfel.Internt Kerberos V5-fel.Libgsasl lyckadesOkänt fel i libgsaslLågnivåkrypteringsfel i SASL-bibliotekMinnesallokeringsfel i SASL-bibliotekIngen återkopplingsfunktion angavs av det anropande programmet (applikationsfel)Inga fler domäner tillgängliga (ej allvarligt)Annan entitet begärde skydd av integritet eller konfidentialitet i GSSAPI-mekanism men det är för närvarande inte implementerat.SASL-funktion behöver större buffert (internt fel)SASL-mekanism anropad för många gångerSASL-mekanism kunde inte tolka indataSASL-mekanism behöver återkoppling till gsasl_client_callback_anonymous() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_client_callback_authentication_id() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_client_callback_authorization_id() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_client_callback_passcode() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_client_callback_password() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_client_callback_pin() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_client_callback_service() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_anonymous() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_cram_md5() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_digest_md5() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_external() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_gssapi() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_realm() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_retrieve() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_securid() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_service() (applikationsfel)SASL-mekanism behöver återkoppling till gsasl_server_callback_validate() (applikationsfel)SASL-mekanism behöver mer dataSecurID behöver ytterligare lösenkod.SecurID behöver ny pin-kod.Funktionalitet på serversida ej tillgänglig i bibliotek (applikationsfel)Det angivna bibliotekshandtaget var ogiltig (applikationsfel)Okänd SASL-mekanismgsasl-1.8.0/lib/po/it.po0000664000000000000000000003331511760732021011666 00000000000000# Italian translation for libgsasl. # Copyright (C) 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Sergio Zanchetta , 2010, 2011, 2012. # msgid "" msgstr "" "Project-Id-Version: libgsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 16:23+0200\n" "Last-Translator: Sergio Zanchetta \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Successo in libgsasl" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Il meccanismo SASL ha bisogno di più dati" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Meccanismo SASL sconosciuto" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Meccanismo SASL chiamato troppe volte" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "La funzione SASL ha bisogno di un buffer più grande (errore interno)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Impossibile aprire il file nella libreria SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Impossibile chiudere il file nella libreria SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Errore di allocazione memoria nella libreria SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Errore di codifica base 64 nella libreria SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Errore di cifratura a basso livello nella libreria SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_client_callback_anonymous" "() (errore dell'applicazione)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_client_callback_password() " "(errore dell'applicazione)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_client_callback_passcode() " "(errore dell'applicazione)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_client_callback_pin() " "(errore dell'applicazione)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Il meccanismo SASL necessita di un callback " "gsasl_client_callback_authorization_id() (errore dell'applicazione)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Il meccanismo SASL necessita di un callback " "gsasl_client_callback_authentication_id() (errore dell'applicazione)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_client_callback_service() " "(errore dell'applicazione)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_validate() " "(errore dell'applicazione)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_cram_md5() " "(errore dell'applicazione)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_digest_md5" "() (errore dell'applicazione)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_external() " "(errore dell'applicazione)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_anonymous" "() (errore dell'applicazione)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_realm() " "(errore dell'applicazione)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_securid() " "(errore dell'applicazione)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_service() " "(errore dell'applicazione)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_gssapi() " "(errore dell'applicazione)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Il meccanismo SASL necessita di un callback gsasl_server_callback_retrieve() " "(errore dell'applicazione)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Normalizzazione Unicode sulla stringa non riuscita." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Impossibile preparare una stringa (non-ASCII) internazionalizzata." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Il meccanismo SASL non può analizzare l'input" #: src/error.c:116 msgid "Error authenticating user" msgstr "Errore nell'autenticazione dell'utente" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "" "Impossibile ottenere l'handle della libreria interna (errore della libreria)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Errore di integrità nel payload dell'applicazione" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Non ci sono più reami disponibili (non fatale)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Funzionalità lato client non disponibile nella libreria (errore " "nell'applicazione)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Funzionalità lato server non disponibile nella libreria (errore " "nell'applicazione)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "La libreria GSSAPI non ha potuto deallocare memoria in gss_release_buffer() " "nella libreria SASL. Questo è un grave errore interno." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "La libreria GSSAPI non è riuscita ad interpretare un nome peer in " "gss_import_name() nella libreria SASL. Ciò è verosimilmente dovuto a un " "servizio e/o nomi host non corretti." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Errore GSSAPI nel client durante la negoziazione del contesto di sicurezza " "in gss_init_sec_context() nella libreria SASL. Ciò è verosimilmente dovuto a " "credenziali insufficienti o interazioni malevole." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Errore GSSAPI nel server durante la negoziazione del contesto di sicurezza " "in gss_accept_sec_context() nella libreria SASL. Ciò è verosimilmente dovuto " "a credenziali insufficienti o interazioni malevole." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Errore GSSAPI nel decifrare o decodificare i dati in gss_unwrap() nella " "libreria SASL. Ciò è verosimilmente dovuto a dati corrotti." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Errore GSSAPI nel cifrare o codificare i dati in gss_wrap() nella libreria " "SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Errore GSSAPI nell'acquisizione di credenziali in gss_acquire_cred() nella " "libreria SASL. Ciò è verosimilmente dovuto all'assenza di una appropriata " "chiave Kerberos disponibile in /etc/krb5.keytab nel server." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Errore GSSAPI nella creazione di un nome visualizzato indicante il client in " "gss_display_name() nella libreria SASL. Ciò è probabilmente causato da dati " "errati forniti dal client." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Un'altra entità ha richiesto protezione di integrità o riservatezza nel " "meccanismo GSSAPI ma questa non è attualmente implementata." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Inizializzazione di Kerberos V5 non riuscita." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Errore interno di Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID necessita di un codice di sicurezza aggiuntivo." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID ha bisogno di un nuovo pin." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "" "L'handle della libreria fornito non era valido (errore dell'applicazione)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Nessun callback specificato dal chiamante (errore dell'applicazione)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "" "Autenticazione non riuscita poiché non è stato fornito il token anonimo." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Autenticazione non riuscita poiché non ne è stata fornita l'identità." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Autenticazione non riuscita poiché non è stata fornita l'identità di " "autorizzazione." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Autenticazione non riuscita poiché non è stata fornita la password." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "" "Autenticazione non riuscita perché non è stato fornito il codice di " "sicurezza." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Autenticazione non riuscita poiché non è stato fornito il codice pin." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "" "Autenticazione non riuscita poiché non è stato fornito il nome del servizio." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "" "Autenticazione non riuscita poiché non è stato fornito il nome dell'host." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "Errore GSSAPI nell'incapsulazione del token." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "Errore GSSAPI nella decapsulazione del token." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "Errore GSSAPI nel recupero dell'OID per il nome del meccanismo SASL." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "Errore GSSAPI nel test per l'OID all'interno del set." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "Errore GSSAPI nel rilascio del set di OID." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "" "Autenticazione non riuscita poiché non è stata fornita un'associazione di " "canale tls-unique." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Il callback non è riuscito a fornire l'identificatore Idp SAML20." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Il callback non è riuscito a fornire l'URL di redirezione SAML20." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Il callback non è riuscito a fornire l'URL di redirezione OPENID20." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Errore sconosciuto di libgsasl" gsasl-1.8.0/lib/po/insert-header.sin0000664000000000000000000000124011760730663014161 00000000000000# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } gsasl-1.8.0/lib/po/vi.po0000664000000000000000000003523311760732021011671 00000000000000# Vietnamese Translation for LibGSASL. # Copyright © 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Clytie Siddall , 2005-2010. # Trần Ngọc Quân , 2012. # msgid "" msgstr "" "Project-Id-Version: libgsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 14:34+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" "X-Poedit-Language: Vietnamese\n" "X-Poedit-Country: VIET NAM\n" "X-Poedit-SourceCharset: utf-8\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl thành công" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Cơ cấu SASL cần thêm dữ liệu" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Gặp cơ cấu SASL không rõ" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Cơ cấu SASL được gọi quá nhiều lần" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Hàm SASL cần thiết bộ đệm lớn hơn (lỗi nội bộ)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Không thể mở tập tin trong thư viện SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Không thể đóng tập tin trong thư viện SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Lỗi cấp phát bộ nhớ trong thư viện SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Lỗi mã cơ số 64 trong thư viện SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Lỗi mật mã cấp thấp trong thư viện SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược vô danh « " "gsasl_client_callback_anonymous() » (lỗi ứng dụng)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược mật khẩu « " "gsasl_client_callback_password() » (lỗi ứng dụng)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược mã mật khẩu « " "gsasl_client_callback_passcode() » (lỗi ứng dụng)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược số nhận diện « " "gsasl_client_callback_pin() » (lỗi ứng dụng)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược cấp quyền « " "gsasl_client_callback_authorization_id() » (lỗi ứng dụng)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược xác thực « " "gsasl_client_callback_authentication_id() » (lỗi ứng dụng)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược dịch vụ « " "gsasl_client_callback_service() » (lỗi ứng dụng)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược thẩm tra « " "gsasl_server_callback_validate() » (lỗi ứng dụng)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược kiểm tổng « " "gsasl_server_callback_cram_md5() » (lỗi ứng dụng)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Cơ cấu SASL cần hàm ứng dụng khách gọi ngược tóm tắt kiểm tổng « " "gsasl_server_callback_digest_md5() » (lỗi ứng dụng)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm máy phục vụ gọi ngược bên ngoài « " "gsasl_server_callback_external() » (lỗi ứng dụng)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm máy phục vụ gọi ngược vô danh « " "gsasl_server_callback_anonymous() » (lỗi ứng dụng)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm máy phục vụ gọi ngược địa hạt « " "gsasl_server_callback_realm() » (lỗi ứng dụng)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm máy phục vụ gọi ngược mã nhận diện bảo mật « " "gsasl_server_callback_securid() » (lỗi ứng dụng)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm máy phục vụ gọi ngược dịch vụ « " "gsasl_server_callback_service() » (lỗi ứng dụng)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm máy phục vụ gọi ngược « gsasl_server_callback_gssapi() " "» (lỗi ứng dụng)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Cơ cấu SASL cần hàm máy phục vụ gọi ngược lấy « " "gsasl_server_callback_retrieve() » (lỗi ứng dụng)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Lỗi tiêu chuẩn hoá Unicode trên chuỗi." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Không thể chuẩn bị chuỗi đã quốc tế hóa (khác ASCII)." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Cơ cấu SASL không thể phân tách kết nhập" #: src/error.c:116 msgid "Error authenticating user" msgstr "Gặp lỗi khi xác thực người dùng" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Không thể lấy bộ quản lý thư viện nội bộ (lỗi thư viện)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Gặp lỗi sự tích hợp trong trọng tải ứng dụng" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Không còn có địa hạt sẵn sàng lại (khác nghiêm trọng)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Chức năng bên ứng dụng khách không sẵn sàng trong thư viện (lỗi ứng dụng)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "Chức năng bên máy phục vụ không sẵn sàng trong thư viện (lỗi ứng dụng)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Thư viện GSSAPI không thể hủy cấp phát bộ nhớ trong hàm bộ đệm nhả « " "gss_release_buffer() » trong thư viện SASL. Đây là lỗi nội bộ nghiêm trọng." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Thư viện GSSAPI không thể hiểu một tên ngang hàng trong hàm nhập khẩu tên « " "gss_import_name() » trong thư viện SASL. Rất có thể do dịch vụ và/hay tên " "máy sai." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Gặp lỗi GSSAPI trong ứng dụng khách trong khi dàn xếp ngữ cảnh bảo mật trong " "« gss_init_sec_context() » trong thư viện SASL. Chắc vì chưa có đủ thông tin " "xác thực hay có sự tương tác hiểm độc." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Lỗi GSSAPI trong ứng dụng máy chủ trong khi dàn xếp ngữ cảnh bảo mật trong " "gss_accept_sec_context() trong thư viện SASL. Điều này giống như là chưa có " "đủ thông tin xác thực hay có sự tương tác hiểm độc." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Gặp lỗi GSSAPI trong khi giải mã hoặc giải mật mã dữ liệu trong « gss_unwrap" "() » trong thư viện SASL. Chắc do dữ liệu bị hỏng." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Gặp lỗi GSSAPI trong khi mã hóa hoặc mật mã hóa dữ liệu trong « gss_wrap() » " "trong thư viện SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Gặp lỗi GSSAPI khi giành thông tin xác thực trong « gss_acquire_cred() » " "trong thư viện SASL. Chắc vì không có khóa Kerberos đúng sẵn sàng trong tập " "tin « /etc/krb5.keytab » trên máy phục vụ." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Gặp lỗi GSSAPI khi tạo tên hiển thị đại diện ứng dụng khách trong « " "gss_display_name() » trong thư viện SASL. Rất có thể vì ứng dụng khách đã " "cung cấp dữ liệu sai." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Đối thể khác yêu cầu khả năng bảo vệ sự tích hợp hay bí mật trong cơ cấu " "GSSAPI nhưng khả năng này chưa được thi hành." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Lỗi sơ khởi Kerberos V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Lỗi nội bộ Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID yêu cầu mật khẩu bổ sung." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID yêu cầu PIN mới." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Bộ quản lý thư viện đã cung cấp là không hợp lệ (lỗi ứng dụng)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Bộ gọi chưa ghi rõ cách gọi lại (lỗi ứng dụng)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Lỗi xác thực vì chưa có hiệu bài vô danh được cung cấp." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Lỗi xác thực vì không có thông tin nhận diện để xác thực được cung cấp" #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Lỗi xác thực vì không có thông tin nhận diện để cấp quyền được cung cấp." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Lỗi xác thực vì không có mật khẩu được cung cấp." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Lỗi xác thực vì không có mã mật khẩu được cung cấp." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Lỗi xác thực vì không có mã PIN (số nhận diện cá nhân) được cung cấp." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Lỗi xác thực vì không có tên dịch vụ được cung cấp." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Lỗi xác thực vì không có tên máy được cung cấp." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "Lỗi GSSAPI thẻ bài tóm lược." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "Lỗi GSSAPI thẻ bài decapsulating." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "Lỗi GSSAPI lấy OID cho tên cơ cấu SASL." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "Lỗi GSSAPI kiểm tra cho OID trong tập hợp OID." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "Lỗi GSSAPI phóng thích tập hợp OID." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Lỗi xác thực vì tls-unique CB không được cung cấp." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Hàm callback gặp lỗi khi cung cấp bộ định danh SAML20 IdP." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Hàm callback gặp lỗi khi cung cấp bộ chuyển hướng URL SAML20." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Hàm callback gặp lỗi khi cung cấp bộ chuyển hướng URL OPENID20." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Không rõ lỗi Libgsasl" gsasl-1.8.0/lib/po/LINGUAS0000664000000000000000000000010411760732006011730 00000000000000en@boldquot en@quot eo fi fr ga id it nl pl ro sk sr sv uk vi zh_CN gsasl-1.8.0/lib/po/ro.po0000664000000000000000000003155311760732021011674 00000000000000# Mesajele n limba romn pentru libgsasl. # Copyright (C) 2004 Free Software Foundation, Inc. # Acest fiier este distribuit sub aceeai licen ca i pachetul libgsasl. # Laurentiu Buzdugan , 2004. # # # msgid "" msgstr "" "Project-Id-Version: libgsasl 0.2.2\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2004-12-29 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Succes libgsasl" #: src/error.c:47 #, fuzzy msgid "SASL mechanism needs more data" msgstr "Mecanismul SASL are nevoie de date suplimentare" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Mecanism SASL necunoscut" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Mecanism SASL apelat de prea multe ori" #: src/error.c:52 #, fuzzy msgid "SASL function needs larger buffer (internal error)" msgstr "funcia SASL are nevoie de un buffer mai larg (eroare intern)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Nu am putut deschide fiierul n biblioteca SASL" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Nu am putut nchide fiierul n biblioteca SASL" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Eroare la alocarea memoriei n biblioteca SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Eroare encodare Base 64 n biblioteca SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Eroare crypto de nivel jos n biblioteca SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_anonymous() " "(eroare aplicaie)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_password() " "(eroare aplicaie)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_passcode() " "(eroare aplicaie)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_pin() " "(eroare aplicaie)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul " "gsasl_client_callback_authorization_id() (eroare aplicaie)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul " "gsasl_client_callback_authentication_id() (eroare aplicaie)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_client_callback_service() " "(eroare aplicaie)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_validate() " "(eroare aplicaie)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_cram_md5() " "(eroare aplicaie)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_digest_md5() " "(eroare aplicaie)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_external() " "(eroare aplicaie)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_anonymous() " "(eroare aplicaie)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_realm() " "(eroare aplicaie)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_securid() " "(eroare aplicaie)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_service() " "(eroare aplicaie)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_gssapi() " "(eroare aplicaie)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Mecanismul SASL are nevoie de callback-ul gsasl_server_callback_retrieve() " "(eroare aplicaie)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Nu am reuit s realizez Normalizare Unicode pentru ir." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "" #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Mecanismul SASL nu a putut interpreta intrarea" #: src/error.c:116 #, fuzzy msgid "Error authenticating user" msgstr "Eroare la autentficarea utilizatorului" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Nu pot obine handle-ul intern pentru bibliotec (eroare bibliotec)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Eroare integritate n ncrctura aplicaiei" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Nici un alt realm disponibil (non-fatal)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Funcionalitate de partea clientului nu este disponibil n bibliotec " "(eroare aplicaie)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Funcionalitate de partea serverului nu este disponibil n bibliotec " "(eroare aplicaie)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Biblioteca GSSAPI nu a putut dealoca memorie n gss_release_buffer() n " "biblioteca SASL. Aceasta este o eroare intern serioas." #: src/error.c:132 #, fuzzy msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Biblioteca GSSAPI nu a putut nelege un nume pereche n gss_import_name() " "n biblioteca SASL. Aceasta ar putea fi cauzat de furnizarea de date " "incorecte de ctre utilizator." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Eroare GSSAPI n client n timpul negocierii contextului de securitate n " "gss_init_sec_context() n biblioteca SASL. Aceasta se datoreaz cel mai " "probabil datelor de acreditare insuficiente sau interaciunii ruvoitoare." #: src/error.c:140 #, fuzzy msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Eroare GSSAPI n server n timpul negocierii contextului de securitate n " "gss_init_sec_context() n biblioteca SASL. Aceasta se datoreaz cel mai " "probabil datelor de acreditare insuficiente sau interaciunii ruvoitoare." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Eroare GSSAPI n timpul decriptrii sai decodrii datelor n gss_unwrap() n " "biblioteca SASL. Aceasta se datoreaz cel mai probabil corupiei datelor." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Eroare GSSAPI n timpul cifrrii sau codrii datelor n biblioteca SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Eroare GSSAPI la achiziionare datelor de acreditare n gss_acquire_cred() " "n biblioteca SASL. Cauza cea mai probabil este absena cheii Kerberos " "corespunztoare n /etc/krb5.keytab pe server." #: src/error.c:154 #, fuzzy msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Eroare GSSAPI la crearea numelui de afiat denotnd clientul n " "gss_display_name() n biblioteca SASL. Probabil c aceasta se datoreaz " "faptului c clientul a furinzat date incorecte." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "O alt entitate a cerut protecia confidenialitii sau integritaii n " "mecanismul GSSAPI dar aceasta nu este implementat deocamdat." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "" #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "" #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "" #: src/error.c:167 msgid "SecurID needs new pin." msgstr "" #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Handle-ul bibliotecii furnizat a fost invalid (eroare aplicaie)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Nici un callback specificat de apelant(eroare aplicaie)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "" "Autentificarea a euat pentru c elementul (token) anonymous nu a fost " "furnizat." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Autentificarea a euat pentru c identitatea de autentificare nu a fost " "furnizat." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Autentificarea a euat pentru c identitatea de autorizare nu a fost " "furnizat." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Autentificarea a euat pentru c nu a fost furnizat parola." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Autentificarea a euat pentru c nu a fost furnizat passcode-ul." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Autentificarea a euat pentru c nu a fost furnizat codul pin." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "" "Autentificarea a euat pentru c nu a fost furnizat numele serviciului." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Autentificarea a euat pentru c nu a fost furnizat numele host-ului." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "" #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "" #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "" #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "" #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "" #: src/error.c:202 #, fuzzy msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Autentificarea a euat pentru c nu a fost furnizat numele host-ului." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Eroare libgsasl necunoscut" gsasl-1.8.0/lib/po/libgsasl.pot0000664000000000000000000001753411760731142013246 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Simon Josefsson # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: libgsasl 1.8.0\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "" #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "" #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "" #: src/error.c:116 msgid "Error authenticating user" msgstr "" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "" #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "" #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "" #: src/error.c:167 msgid "SecurID needs new pin." msgstr "" #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "" #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "" #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "" #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "" #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "" #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "" #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "" #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "" #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "" #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "" #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "" #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "" #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "" #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "" gsasl-1.8.0/lib/po/ga.gmo0000664000000000000000000002410411760732021012001 00000000000000<S(C)KmJ=<B<<@$:2_F$#7"Z2t] | M$ vr & #    & '5 4] $ y 21$d$S[Z^RR M_QSRSTRPNORQBQR9"X{F;x,PJIA97;39@m2IL+3x3@'!%Io-W3'2C5_/<+ g. : % 9 Y1!a!`!XN"X"S#WT#Y#X$Z_$X$V%Uj%X%W&Wq&X&)"'(L'u'P'K'/($%053"&+2 ;: 4-/7 8#!1.)96<*' (,Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2009-03-25 20:15-0500 Last-Translator: Kevin Scannell Language-Team: Irish Language: ga MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Theip ar fhordheimhni gan ainm s rud nr socraodh ceadchomhartha gan ainm.Theip ar fhordheimhni s rud nr socraodh aitheantas fordheimhnithe.Theip ar fhordheimhni s rud nr socraodh an t-aitheantas draithe.Theip ar fhordheimhni s rud nr tugadh an t-stainm.Theip ar fhordheimhni s rud nr tugadh an paschd.Theip ar fhordheimhni s rud nr tugadh an focal faire.Theip ar fhordheimhni s rud nr tugadh an UAP.Theip ar fhordheimhni s rud nr tugadh an t-ainm seirbhse.Earrid ionchdaithe (bonn 64) sa leabharlann SASLN fidir lorgn leabharlainne inmhenach a fhil (earrid leabharlainne)Nl feidhmilacht den chliant le fil sa leabharlann (earrid fheidhmchlir)Norbh fhidir comhad a dhnadh sa leabharlann SASLNorbh fhidir comhad a oscailt sa leabharlann SASLNorbh fhidir teaghrn idirnisintaithe (nach ASCII) a ullmh.Earrid agus sideoir fhordheimhniTheip ar normal Unicode ar teaghrn.Earrid GSSAPI agus dintiir bhfil i gss_acquire_cred() sa leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar easpa eochair Kerberos go cu i etc/krb5.keytab ar an fhreastala.Earrid GSSAPI agus ainm taispena don chliant chruth i gss_display_name() sa leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar sonra truaillithe n chliant.Earrid GSSAPI sa chliant agus comhthacs slndla socr i gss_init_sec_context() sa leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar dintiir easpacha n idirghnmh mailseacha.Earrid GSSAPI agus sonra ndchripti n ndchd i gss_unwrap() sa leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar sonra truaillithe.Earrid GSSAPI agus sonra gcripti n n-ionchd i gss_wrap() sa leabharlann SASL.Norbh fhidir leis an leabharlann GSSAPI cuimhne a saoradh i gss_release_buffer() sa leabharlann SASL. Is earrid inmhenach trom seo.Nor thuig leabharlann GSSAPI ainm comhghleaca i gss_import_name() sa leabharlann SASL. Is dcha go bhfuil s seo mar thoradh ar ainm mhcheart ar an seirbhs n ar an stromhaire.Earrid sline sa phlasta feidhmchlirTheip ar ths Kerberos V5.Earrid inmhenach Kerberos V5.Rath ar libgsaslLibgsasl: earrid anaithnidEarrid chriptithe seal-leibhil sa leabharlann SASLEarrid agus cuimhne riar sa leabharlann SASLNor thug an glaoiteoir feidhm chu (earrid fheidhmchlir).Nl tuilleadh rochta ar fil (n marfach)D'iarr aonn eile cosaint sline n rndachta sa shsra GSSAPI ach nl an gn seo ar fil faoi lthair.Teastaonn feidhm SASL maoln nos m (earrid inmhenach)Glaodh an ssra SASL an iomarca uaireNorbh fhidir leis an ssra SASL an t-ionchur a pharsilTeastaonn an ssra SASL feidhm gsasl_client_callback_anonymous() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_client_callback_authentication_id() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_client_callback_authorization_id() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_client_callback_passcode() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_client_callback_password() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_client_callback_pin() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_client_callback_service() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_anonymous() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_cram_md5() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_digest_md5() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_external() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_gssapi() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_realm() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_retrieve() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_securid() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_service() (earrid fheidhmchlir)Teastaonn an ssra SASL feidhm gsasl_server_callback_validate() (earrid fheidhmchlir)Teastaonn an ssra SASL tuilleadh sonraCd faire sa bhreis de dhth ar SecurID.UAP nua de dhth ar SecurID.Nl feidhmilacht den fhreastala le fil sa leabharlann (earrid fheidhmchlir)Is neamhbhail an lorgn leabharlainne a bh tugtha (earrid fheidhmchlir)Ssra SASL anaithnidgsasl-1.8.0/lib/po/en@quot.po0000664000000000000000000003334111760732020012663 00000000000000# English translations for libgsasl package. # Copyright (C) 2012 Simon Josefsson # This file is distributed under the same license as the libgsasl package. # Automatically generated, 2012. # # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.8.0\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-28 19:14+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@quot\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl success" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "SASL mechanism needs more data" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Unknown SASL mechanism" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "SASL mechanism called too many times" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "SASL function needs larger buffer (internal error)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Could not open file in SASL library" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Could not close file in SASL library" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Memory allocation error in SASL library" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Base 64 coding error in SASL library" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Low-level crypto error in SASL library" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Failed to perform Unicode Normalization on string." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Could not prepare internationalized (non-ASCII) string." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "SASL mechanism could not parse input" #: src/error.c:116 msgid "Error authenticating user" msgstr "Error authenticating user" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Cannot get internal library handle (library error)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Integrity error in application payload" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "No more realms available (non-fatal)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "Client-side functionality not available in library (application error)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "Server-side functionality not available in library (application error)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Kerberos V5 initialization failure." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Kerberos V5 internal error." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID needs additional passcode." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID needs new pin." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "The provided library handle was invalid (application error)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "No callback specified by caller (application error)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Authentication failed because the anonymous token was not provided." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Authentication failed because the authentication identity was not provided." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Authentication failed because the authorization identity was not provided." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Authentication failed because the password was not provided." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Authentication failed because the passcode was not provided." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Authentication failed because the pin code was not provided." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Authentication failed because the service name was not provided." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Authentication failed because the host name was not provided." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "GSSAPI error encapsulating token." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "GSSAPI error decapsulating token." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "GSSAPI error getting OID for SASL mechanism name." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "GSSAPI error testing for OID in OID set." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "GSSAPI error releasing OID set." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Authentication failed because a tls-unique CB was not provided." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Callback failed to provide SAML20 IdP identifier." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Callback failed to provide SAML20 redirect URL." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Callback failed to provide OPENID20 redirect URL." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Libgsasl unknown error" gsasl-1.8.0/lib/po/sv.po0000664000000000000000000003142011760732021011675 00000000000000# Swedish translation of libgsasl. # Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Daniel Nylander , 2006, 2007, 2009. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2009-03-28 16:53+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl lyckades" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "SASL-mekanism behöver mer data" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Okänd SASL-mekanism" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "SASL-mekanism anropad för många gånger" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "SASL-funktion behöver större buffert (internt fel)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Kunde inte öppna fil i SASL-bibliotek" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Kunde inte stänga fil i SASL-bibliotek" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Minnesallokeringsfel i SASL-bibliotek" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Base 64-kodningsfel i SASL-bibliotek" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Lågnivåkrypteringsfel i SASL-bibliotek" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_client_callback_anonymous() " "(applikationsfel)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_client_callback_password() " "(applikationsfel)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_client_callback_passcode() " "(applikationsfel)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_client_callback_pin() " "(applikationsfel)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "SASL-mekanism behöver återkoppling till " "gsasl_client_callback_authorization_id() (applikationsfel)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "SASL-mekanism behöver återkoppling till " "gsasl_client_callback_authentication_id() (applikationsfel)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_client_callback_service() " "(applikationsfel)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_validate() " "(applikationsfel)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_cram_md5() " "(applikationsfel)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_digest_md5() " "(applikationsfel)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_external() " "(applikationsfel)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_anonymous() " "(applikationsfel)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_realm() " "(applikationsfel)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_securid() " "(applikationsfel)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_service() " "(applikationsfel)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_gssapi() " "(applikationsfel)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "SASL-mekanism behöver återkoppling till gsasl_server_callback_retrieve() " "(applikationsfel)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Misslyckades att genomföra Unicode-normalisering på sträng." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Kunde inte förbereda internationaliserad sträng (icke-ASCII)." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "SASL-mekanism kunde inte tolka indata" #: src/error.c:116 msgid "Error authenticating user" msgstr "Fel vid autentisering av användare" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Kan inte hämta intern bibliotekshandtag (biblioteksfel)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Integritetsfel i applikationsdatan" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Inga fler domäner tillgängliga (ej allvarligt)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "" "Funktionalitet på klientsida ej tillgänglig i bibliotek (applikationsfel)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "" "Funktionalitet på serversida ej tillgänglig i bibliotek (applikationsfel)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "GSSAPI-biblioteket kunde inte frigöra minne i gss_release_buffer() i SASL-" "bibliotek. Det här är ett allvarligt internt fel." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "GSSAPI-biblioteket kunde inte förstå namnet på en motpart i gss_import_name" "() i SASL-bibliotek. Det här kan bero på felaktig tjänst och/eller värdnamn." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI-fel i klient vid förhandling av säkerhetskontext i " "gss_init_sec_context() i SASL-bibliotek. Det här är sannolikt på grund av " "otillräckliga befogenheter eller ondsinta interaktioner." #: src/error.c:140 #, fuzzy msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI-fel i server vid förhandling av säkerhetskontext i " "gss_init_sec_context() i SASL-bibliotek. Det här är sannolikt på grund av " "otillräckliga befogenheter eller ondsinta interaktioner." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "GSSAPI-fel vid dekryptering eller avkodning av data i gss_unwrap() i SASL-" "bibliotek. Det här är sannolikt på grund av korrupt data." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "GSSAPI-fel vid kryptering eller kodning av data i gss_wrap() i SASL-" "bibliotek." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "GSSAPI-fel vid inhämtning av befogenheter i gss_acquire_cred() i SASL-" "bibliotek. Det här är sannolikt på grund av att korrekt Kerberos-nyckel " "inte är tillgänglig i /etc/krb5.keytab på servern." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "GSSAPI-fel vid skapande av visningsnamn för klienten i gss_display_name() i " "SASL-bibliotek. Det här är antagligen på grund av att klienten skickade " "felaktig data." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Annan entitet begärde skydd av integritet eller konfidentialitet i GSSAPI-" "mekanism men det är för närvarande inte implementerat." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Kerberos V5-initieringsfel." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Internt Kerberos V5-fel." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID behöver ytterligare lösenkod." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID behöver ny pin-kod." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Det angivna bibliotekshandtaget var ogiltig (applikationsfel)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "" "Ingen återkopplingsfunktion angavs av det anropande programmet " "(applikationsfel)" # Token.. bättre ord behövs! #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "" "Autentisering misslyckades på grund av att den anonyma symbolen inte angavs." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Autentisering misslyckades på grund av att autentiseringsidentiteten inte " "angavs." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Autentisering misslyckades på grund av att auktoriseringsidentiteten inte " "angavs." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Autentisering misslyckades på grund av att lösenordet inte angavs." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Autentisering misslyckades på grund av att lösenfrasen inte angavs." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Autentisering misslyckades på grund av att PIN-koden inte angavs." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Autentisering misslyckades på grund av att tjänstenamnet inte angavs." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Autentisering misslyckades på grund av att värdnamnet inte angavs." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "" #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "" #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "" #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "" #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "" #: src/error.c:202 #, fuzzy msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Autentisering misslyckades på grund av att värdnamnet inte angavs." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Okänt fel i libgsasl" gsasl-1.8.0/lib/po/en@boldquot.po0000664000000000000000000003355311760732020013531 00000000000000# English translations for libgsasl package. # Copyright (C) 2012 Simon Josefsson # This file is distributed under the same license as the libgsasl package. # Automatically generated, 2012. # # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.8.0\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-28 19:14+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@boldquot\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl success" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "SASL mechanism needs more data" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Unknown SASL mechanism" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "SASL mechanism called too many times" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "SASL function needs larger buffer (internal error)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "Could not open file in SASL library" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "Could not close file in SASL library" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Memory allocation error in SASL library" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Base 64 coding error in SASL library" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Low-level crypto error in SASL library" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Failed to perform Unicode Normalization on string." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Could not prepare internationalized (non-ASCII) string." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "SASL mechanism could not parse input" #: src/error.c:116 msgid "Error authenticating user" msgstr "Error authenticating user" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Cannot get internal library handle (library error)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Integrity error in application payload" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "No more realms available (non-fatal)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "Client-side functionality not available in library (application error)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "Server-side functionality not available in library (application error)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." #: src/error.c:140 msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Kerberos V5 initialization failure." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Kerberos V5 internal error." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID needs additional passcode." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID needs new pin." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "The provided library handle was invalid (application error)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "No callback specified by caller (application error)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Authentication failed because the anonymous token was not provided." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "" "Authentication failed because the authentication identity was not provided." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "" "Authentication failed because the authorization identity was not provided." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Authentication failed because the password was not provided." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Authentication failed because the passcode was not provided." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Authentication failed because the pin code was not provided." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Authentication failed because the service name was not provided." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Authentication failed because the host name was not provided." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "GSSAPI error encapsulating token." #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "GSSAPI error decapsulating token." #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "GSSAPI error getting OID for SASL mechanism name." #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "GSSAPI error testing for OID in OID set." #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "GSSAPI error releasing OID set." #: src/error.c:202 msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Authentication failed because a tls-unique CB was not provided." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "Callback failed to provide SAML20 IdP identifier." #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "Callback failed to provide SAML20 redirect URL." #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "Callback failed to provide OPENID20 redirect URL." #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Libgsasl unknown error" gsasl-1.8.0/lib/po/stamp-po0000664000000000000000000000001211760731143012365 00000000000000timestamp gsasl-1.8.0/lib/po/pl.gmo0000664000000000000000000002746411760732021012041 00000000000000FLa|?CAKJ=<Z<<@$R1w1/2 F> $ # 7  2 S ! ! 1  } ( | MCv&#&-'T4|$y2P$$S[!Z}RR+M~QSRrTRPmORQaQRX"wF;4zKTQ\mWJ"KmEGLG)F>DDHL,,LEy$B', * > (!!-":"-#V#}$$%@%"f% %%%6%/ &D:&2&&:9'(t'9'_'g7(f(^)^e)Y)]*_|*^*`;+^+\+[X,^,]-]q-^-&.."U.x.L.9./#A<407)&F(1B>"'.D*+2 @!8% 3E6C,?; /$ 9=-5:Authentication failed because a tls-unique CB was not provided.Authentication failed because the anonymous token was not provided.Authentication failed because the authentication identity was not provided.Authentication failed because the authorization identity was not provided.Authentication failed because the host name was not provided.Authentication failed because the passcode was not provided.Authentication failed because the password was not provided.Authentication failed because the pin code was not provided.Authentication failed because the service name was not provided.Base 64 coding error in SASL libraryCallback failed to provide OPENID20 redirect URL.Callback failed to provide SAML20 IdP identifier.Callback failed to provide SAML20 redirect URL.Cannot get internal library handle (library error)Client-side functionality not available in library (application error)Could not close file in SASL libraryCould not open file in SASL libraryCould not prepare internationalized (non-ASCII) string.Error authenticating userFailed to perform Unicode Normalization on string.GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. This is most likely due to not having the proper Kerberos key available in /etc/krb5.keytab on the server.GSSAPI error creating a display name denoting the client in gss_display_name() in SASL library. This is probably because the client supplied bad data.GSSAPI error decapsulating token.GSSAPI error encapsulating token.GSSAPI error getting OID for SASL mechanism name.GSSAPI error in client while negotiating security context in gss_init_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error in server while negotiating security context in gss_accept_sec_context() in SASL library. This is most likely due insufficient credentials or malicious interactions.GSSAPI error releasing OID set.GSSAPI error testing for OID in OID set.GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL library. This is most likely due to data corruption.GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library.GSSAPI library could not deallocate memory in gss_release_buffer() in SASL library. This is a serious internal error.GSSAPI library could not understand a peer name in gss_import_name() in SASL library. This is most likely due to incorrect service and/or hostnames.Integrity error in application payloadKerberos V5 initialization failure.Kerberos V5 internal error.Libgsasl successLibgsasl unknown errorLow-level crypto error in SASL libraryMemory allocation error in SASL libraryNo callback specified by caller (application error).No more realms available (non-fatal)Other entity requested integrity or confidentiality protection in GSSAPI mechanism but this is currently not implemented.SASL function needs larger buffer (internal error)SASL mechanism called too many timesSASL mechanism could not parse inputSASL mechanism needs gsasl_client_callback_anonymous() callback (application error)SASL mechanism needs gsasl_client_callback_authentication_id() callback (application error)SASL mechanism needs gsasl_client_callback_authorization_id() callback (application error)SASL mechanism needs gsasl_client_callback_passcode() callback (application error)SASL mechanism needs gsasl_client_callback_password() callback (application error)SASL mechanism needs gsasl_client_callback_pin() callback (application error)SASL mechanism needs gsasl_client_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_anonymous() callback (application error)SASL mechanism needs gsasl_server_callback_cram_md5() callback (application error)SASL mechanism needs gsasl_server_callback_digest_md5() callback (application error)SASL mechanism needs gsasl_server_callback_external() callback (application error)SASL mechanism needs gsasl_server_callback_gssapi() callback (application error)SASL mechanism needs gsasl_server_callback_realm() callback (application error)SASL mechanism needs gsasl_server_callback_retrieve() callback (application error)SASL mechanism needs gsasl_server_callback_securid() callback (application error)SASL mechanism needs gsasl_server_callback_service() callback (application error)SASL mechanism needs gsasl_server_callback_validate() callback (application error)SASL mechanism needs more dataSecurID needs additional passcode.SecurID needs new pin.Server-side functionality not available in library (application error)The provided library handle was invalid (application error)Unknown SASL mechanismProject-Id-Version: libgsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-21 19:02+0200 Last-Translator: Jakub Bogusz Language-Team: Polish Language: pl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uwierzytelnienie nie powiodło się, ponieważ nie zapewniono CB unikalnego dla TLS.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano anonimowego tokena.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano tożsamości uwierzytelnienia.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano tożsamości autoryzacji.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano nazwy hosta.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano tajnego kodu.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano hasła.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano kodu PIN.Uwierzytelnienie nie powiodło się, ponieważ nie przekazano nazwy usługi.Błąd kodowania base64 w bibliotece SASLWywołanie zwrotne nie dostarczyło URL-a przekierowującego OPENID20.Wywołanie zwrotne nie dostarczyło identyfikatora SAML20 IdP.Wywołanie zwrotne nie dostarczyło URL-a przekierowującego SAML20.Nie można uzyskać wewnętrznego uchwytu biblioteki (błąd biblioteki)Funkcjonalność strony klienta niedostępna w bibliotece (błąd aplikacji)Nie można zamknąć pliku w bibliotece SASLNie można otworzyć pliku w bibliotece SASLNie można przygotować umiędzynarodowionego łańcucha (nie-ASCII).Błąd uwierzytelniania użytkownikaNie udało się przeprowadzić normalizacji unikodowej łańcucha.Błąd GSSAPI podczas otrzymywania uwierzytelnienia w gss_acquire_cred() w bibliotece SASL - najprawdopodobniej spowodowany brakiem odpowiedniego klucza Kerberosa w /etc/krb5.keytab na serwerze.Błąd GSSAPI podczas tworzenia nazwy oznaczającej klienta w gss_display_name() w bibliotece SASL - prawdopodobnie z powodu błędnych danych otrzymanych od klienta.Błąd GSSAPI podczas rozpakowywania tokenu.Błąd GSSAPI podczas opakowywania tokenu.Błąd GSSAPI przy pobieraniu OID-a dla nazwy mechanizmu SASL.Błąd GSSAPI w kliencie podczas negocjacji kontekstu bezpieczeństwa w gss_init_sec_context() w bibliotece SASL - najprawdopodobniej spowodowany niewystarczającym uwierzytelnieniem lub złymi wpływami.Błąd GSSAPI w serwerze podczas negocjacji kontekstu bezpieczeństwa w gss_accept_sec_context() w bibliotece SASL - najprawdopodobniej spowodowany niewystarczającym uwierzytelnieniem lub złymi wpływami.Błąd GSSAPI przy zwalnianiu zbioru OID-ów.Błęd GSSAPI przy sprawdzaniu obecności OID-a w zbiorze.Błąd GSSAPI podczas odszyfrowywania lub odkodowywania danych w gss_unwrap() w bibliotece SASL - najprawdopodobniej spowodowany uszkodzeniem danych.Błąd GSSAPI podczas szyfrowania lub kodowania danych w gss_wrap() w bibliotece SASL.Biblioteka GSSAPI nie mogła zwolnić pamięci w gss_release_buffer() w bibliotece SASL. To jest poważny błąd wewnętrzny.Biblioteka GSSAPI nie zrozumiała nazwy partnera w gss_import_name() w bibliotece SASL. Najprawdopodobniej jest to spowodowane błędnymi nazwami usług i/lub hostów.Błąd spójności w danych aplikacjiBłąd inicjalizacji Kerberosa V5.Błąd wewnętrzny Kerberosa V5.Sukces libgsaslNieznany błąd libgsaslBłąd kryptografii niskiego poziomu w bibliotece SASLBłąd przydzielania pamięci w bibliotece SASLWywołujący nie przekazał wywołania zwrotnego (błąd aplikacji).Nie ma więcej dostępnych dziedzin (niekrytyczne)Inna jednostka zażądała zabezpieczenia spójności lub poufności w mechanizmie GSSAPI, ale nie jest on aktualnie zaimplementowany.Funkcja SASL wymaga większego bufora (błąd wewnętrzny)Mechanizm SASL wywołany zbyt dużo razyMechanizm SASL nie był w stanie przeanalizować wejściaMechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_anonymous() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_authentication_id() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_authorization_id() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_passcode() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_password() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_pin() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_client_callback_service() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_anonymous() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_cram_md5() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_digest_md5() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_external() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_gssapi() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_realm() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_retrieve() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_securid() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_service() (błąd aplikacji)Mechanizm SASL wymaga wywołania zwrotnego gsasl_server_callback_validate() (błąd aplikacji)Mechanizm SASL wymagaja więcej danychSecurID wymaga dodatkowego hasła.SecurID wymaga nowego PIN-u.Funkcjonalność strony serwera niedostępna w bibliotece (błąd aplikacji)Błędny dostarczony uchwyt biblioteki (błąd aplikacji)Nieznany mechanizm SASLgsasl-1.8.0/lib/po/sk.po0000664000000000000000000003154011760732021011665 00000000000000# Slovak translation of libgsasl # Copyright (C) 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the libgsasl package. # Ivan Masár , 2008, 2009. # msgid "" msgstr "" "Project-Id-Version: libgsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2009-04-02 10:18+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" #: src/error.c:46 msgid "Libgsasl success" msgstr "Libgsasl úspešná" #: src/error.c:47 msgid "SASL mechanism needs more data" msgstr "Mechanizmus SASL potrebuje viac údajov" #: src/error.c:48 msgid "Unknown SASL mechanism" msgstr "Neznámy mechanizmus SASL" #: src/error.c:50 msgid "SASL mechanism called too many times" msgstr "Mechanizmus SASL bol zavolaný priveľakrát" #: src/error.c:52 msgid "SASL function needs larger buffer (internal error)" msgstr "Funkcia SASL potrebuje väčší buffer (vnútorná chyba)" #: src/error.c:53 msgid "Could not open file in SASL library" msgstr "V knižnici SASL nebolo možné otvoriť súbor" #: src/error.c:54 msgid "Could not close file in SASL library" msgstr "V knižnici SASL nebolo možné zatvoriť súbor" #: src/error.c:55 msgid "Memory allocation error in SASL library" msgstr "Chyba alokácie pamäte v knižnici SASL" #: src/error.c:56 msgid "Base 64 coding error in SASL library" msgstr "Chyba kódovania do 64 znakov v knižnici SASL" #: src/error.c:57 msgid "Low-level crypto error in SASL library" msgstr "Nízkoúrovňová chyba šifrovania v knižnici SASL" #: src/error.c:60 msgid "" "SASL mechanism needs gsasl_client_callback_anonymous() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_anonymous" "() (chyba aplikácie)" #: src/error.c:63 msgid "" "SASL mechanism needs gsasl_client_callback_password() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_password() " "(chyba aplikácie)" #: src/error.c:66 msgid "" "SASL mechanism needs gsasl_client_callback_passcode() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_passcode() " "(chyba aplikácie)" #: src/error.c:69 msgid "" "SASL mechanism needs gsasl_client_callback_pin() callback (application error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_pin() " "(chyba aplikácie)" #: src/error.c:72 msgid "" "SASL mechanism needs gsasl_client_callback_authorization_id() callback " "(application error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu " "gsasl_client_callback_authorization_id() (chyba aplikácie)" #: src/error.c:75 msgid "" "SASL mechanism needs gsasl_client_callback_authentication_id() callback " "(application error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu " "gsasl_client_callback_authentication_id() (chyba aplikácie)" #: src/error.c:78 msgid "" "SASL mechanism needs gsasl_client_callback_service() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_client_callback_service() " "(chyba aplikácie)" #: src/error.c:81 msgid "" "SASL mechanism needs gsasl_server_callback_validate() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_validate() " "(chyba aplikácie)" #: src/error.c:84 msgid "" "SASL mechanism needs gsasl_server_callback_cram_md5() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_cram_md5() " "(chyba aplikácie)" #: src/error.c:87 msgid "" "SASL mechanism needs gsasl_server_callback_digest_md5() callback " "(application error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_digest_md5" "() (chyba aplikácie)" #: src/error.c:90 msgid "" "SASL mechanism needs gsasl_server_callback_external() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_external() " "(chyba aplikácie)" #: src/error.c:93 msgid "" "SASL mechanism needs gsasl_server_callback_anonymous() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_anonymous" "() (chyba aplikácie)" #: src/error.c:96 msgid "" "SASL mechanism needs gsasl_server_callback_realm() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_realm() " "(chyba aplikácie)" #: src/error.c:99 msgid "" "SASL mechanism needs gsasl_server_callback_securid() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_securid() " "(chyba aplikácie)" #: src/error.c:102 msgid "" "SASL mechanism needs gsasl_server_callback_service() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_service() " "(chyba aplikácie)" #: src/error.c:105 msgid "" "SASL mechanism needs gsasl_server_callback_gssapi() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_gssapi() " "(chyba aplikácie)" #: src/error.c:108 msgid "" "SASL mechanism needs gsasl_server_callback_retrieve() callback (application " "error)" msgstr "" "Mechanizmus SASL potrebuje obslužnú funkciu gsasl_server_callback_retrieve() " "(chyba aplikácie)" #: src/error.c:111 msgid "Failed to perform Unicode Normalization on string." msgstr "Nepodarilo sa vykonať Unicode normalizáciu reťazca." #: src/error.c:113 msgid "Could not prepare internationalized (non-ASCII) string." msgstr "Nebolo možné pripraviť internacionalizovaný (ne-ASCII) reťazec." #: src/error.c:115 msgid "SASL mechanism could not parse input" msgstr "Mechanizmus SASL nedokázal analyzovať vstup" #: src/error.c:116 msgid "Error authenticating user" msgstr "Chyba pri overovaní používateľa" #: src/error.c:118 msgid "Cannot get internal library handle (library error)" msgstr "Nebolo možné získať vnútorný identiifikátor knižnice (chyba knižnice)" #: src/error.c:119 msgid "Integrity error in application payload" msgstr "Chyba integrity v dátach aplikácie" #: src/error.c:120 msgid "No more realms available (non-fatal)" msgstr "Nie sú dostupné žiadne ďalšie domény (nekritická chyba)" #: src/error.c:122 msgid "Client-side functionality not available in library (application error)" msgstr "Knižnica neposkytuje funkcionalitu na strane klienta (chyba aplikácie)" #: src/error.c:125 msgid "Server-side functionality not available in library (application error)" msgstr "Knižnica neposkytuje funkcionalitu na strane servera (chyba aplikácie)" #: src/error.c:128 msgid "" "GSSAPI library could not deallocate memory in gss_release_buffer() in SASL " "library. This is a serious internal error." msgstr "" "Knižnica GSSAPI nemohla dealokovať pamäť vo funkcii gss_release_buffer() " "knižnice SASL. Toto je závažná vnútorná chyba." #: src/error.c:132 msgid "" "GSSAPI library could not understand a peer name in gss_import_name() in SASL " "library. This is most likely due to incorrect service and/or hostnames." msgstr "" "Knižnica GSSAPI nerozumela názvu duhého konca spojenia vo funkcii " "gss_import_name() knižnice SASL. Pravdepodobne to spôsobil neznámy názov " "služby a/alebo počítača." #: src/error.c:136 msgid "" "GSSAPI error in client while negotiating security context in " "gss_init_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Chyba GSSAPI klienta počas vyjednávania bezpečnostného kontextu vo funkcii " "gss_init_sec_context() v knižnici SASL. Pravdepodobne to spôsobilo " "nedostatočné oprávnenie alebo škodlivá infekcia." #: src/error.c:140 #, fuzzy msgid "" "GSSAPI error in server while negotiating security context in " "gss_accept_sec_context() in SASL library. This is most likely due " "insufficient credentials or malicious interactions." msgstr "" "Chyba GSSAPI klienta počas vyjednávania bezpečnostného kontextu vo funkcii " "gss_init_sec_context() v knižnici SASL. Pravdepodobne to spôsobilo " "nedostatočné oprávnenie alebo škodlivá infekcia." #: src/error.c:144 msgid "" "GSSAPI error while decrypting or decoding data in gss_unwrap() in SASL " "library. This is most likely due to data corruption." msgstr "" "Chyba GSSAPI počas dešifrovania alebo dekódovania údajov vo funkcii " "gss_unwrap() v knižnici SASL. Pravdepodobne je to z dôvodu poškodených " "údajov." #: src/error.c:147 msgid "" "GSSAPI error while encrypting or encoding data in gss_wrap() in SASL library." msgstr "" "Chyba GSSAPI počas šifrovania alebo kódovania údajov vo funkcii gss_wrap() v " "knižnici SASL." #: src/error.c:150 msgid "" "GSSAPI error acquiring credentials in gss_acquire_cred() in SASL library. " "This is most likely due to not having the proper Kerberos key available in /" "etc/krb5.keytab on the server." msgstr "" "Chyba GSSAPI počas získavania privilégií vo funkcii gss_acquire_cred() v " "knižnici SASL. Pravdepodobne nemáte správny kľúč Kerberos v súbore /etc/krb5." "keytab na serveri." #: src/error.c:154 msgid "" "GSSAPI error creating a display name denoting the client in gss_display_name" "() in SASL library. This is probably because the client supplied bad data." msgstr "" "Chyba GSSAPI počas tvorby zobrazovaného mena vo funkcii gss_display_name() v " "knižnici SASL. Pravdepodobne klient poskytol chybné údaje." #: src/error.c:158 msgid "" "Other entity requested integrity or confidentiality protection in GSSAPI " "mechanism but this is currently not implemented." msgstr "" "Iná entita žiadala ochranu integrity alebo dôvernosti v mechanizme GSSAPI, " "to však nie je momentálne implementované." #: src/error.c:161 msgid "Kerberos V5 initialization failure." msgstr "Zlyhanie inicializácie Kerberos V5." #: src/error.c:163 msgid "Kerberos V5 internal error." msgstr "Vnútorná chyba Kerberos V5." #: src/error.c:165 msgid "SecurID needs additional passcode." msgstr "SecurID potrebuje ďalšie heslo." #: src/error.c:167 msgid "SecurID needs new pin." msgstr "SecurID potrebuje nový pin." #: src/error.c:169 msgid "The provided library handle was invalid (application error)" msgstr "Poskytnutý identifikátor knižnice bol neplatný (chyba aplikácie)" #: src/error.c:171 msgid "No callback specified by caller (application error)." msgstr "Volajúci neuviedol obslužnú funkciu (chyba aplikácie)." #: src/error.c:173 msgid "Authentication failed because the anonymous token was not provided." msgstr "Overenie zlyhalo, pretože nebol poskytnutý anonymný token." #: src/error.c:176 msgid "" "Authentication failed because the authentication identity was not provided." msgstr "Overenie zlyhalo, pretože nebola poskytnutá identita na overenie." #: src/error.c:179 msgid "" "Authentication failed because the authorization identity was not provided." msgstr "Overenie zlyhalo, pretože nebola poskytnutá identita na autorizáciu." #: src/error.c:182 msgid "Authentication failed because the password was not provided." msgstr "Overenie zlyhalo, pretože nebolo poskytnuté heslo." #: src/error.c:184 msgid "Authentication failed because the passcode was not provided." msgstr "Overenie zlyhalo, pretože nebol poskytnutý kód hesla." #: src/error.c:186 msgid "Authentication failed because the pin code was not provided." msgstr "Overenie zlyhalo, pretože nebol poskytnutý PIN kód." #: src/error.c:188 msgid "Authentication failed because the service name was not provided." msgstr "Overenie zlyhalo, pretože nebol poskytnutý názov služby." #: src/error.c:190 msgid "Authentication failed because the host name was not provided." msgstr "Overenie zlyhalo, pretože nebol poskytnutý názov počítača." #: src/error.c:192 msgid "GSSAPI error encapsulating token." msgstr "" #: src/error.c:194 msgid "GSSAPI error decapsulating token." msgstr "" #: src/error.c:196 msgid "GSSAPI error getting OID for SASL mechanism name." msgstr "" #: src/error.c:198 msgid "GSSAPI error testing for OID in OID set." msgstr "" #: src/error.c:200 msgid "GSSAPI error releasing OID set." msgstr "" #: src/error.c:202 #, fuzzy msgid "Authentication failed because a tls-unique CB was not provided." msgstr "Overenie zlyhalo, pretože nebol poskytnutý názov počítača." #: src/error.c:204 msgid "Callback failed to provide SAML20 IdP identifier." msgstr "" #: src/error.c:206 msgid "Callback failed to provide SAML20 redirect URL." msgstr "" #: src/error.c:208 msgid "Callback failed to provide OPENID20 redirect URL." msgstr "" #: src/error.c:230 msgid "Libgsasl unknown error" msgstr "Neznáma chyba Libgsasl" gsasl-1.8.0/lib/gltests/0000775000000000000000000000000011760732121012035 500000000000000gsasl-1.8.0/lib/gltests/inttypes.in.h0000664000000000000000000006375211746471770014445 00000000000000/* Copyright (C) 2006-2012 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Derek Price. This file is part of gnulib. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* * ISO C 99 for platforms that lack it. * */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* Include the original if it exists, and if this file has not been included yet or if this file includes gnulib stdint.h which in turn includes this file. The include_next requires a split double-inclusion guard. */ #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H # if @HAVE_INTTYPES_H@ /* Some pre-C++11 implementations need this. */ # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS # define __STDC_FORMAT_MACROS 1 # endif # @INCLUDE_NEXT@ @NEXT_INTTYPES_H@ # endif #endif #if ! defined INTTYPES_H && ! defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H #define INTTYPES_H /* Include or the gnulib replacement. But avoid namespace pollution on glibc systems. */ #ifndef __GLIBC__ # include #endif /* Get CHAR_BIT. */ #include #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX) # error "This file assumes that 'int' has exactly 32 bits. Please report your platform and compiler to ." #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* 7.8.1 Macros for format specifiers */ #if defined _TNS_R_TARGET /* Tandem NonStop R series and compatible platforms released before July 2005 support %Ld but not %lld. */ # define _LONG_LONG_FORMAT_PREFIX "L" #else # define _LONG_LONG_FORMAT_PREFIX "ll" #endif #if !defined PRId8 || @PRI_MACROS_BROKEN@ # undef PRId8 # ifdef INT8_MAX # define PRId8 "d" # endif #endif #if !defined PRIi8 || @PRI_MACROS_BROKEN@ # undef PRIi8 # ifdef INT8_MAX # define PRIi8 "i" # endif #endif #if !defined PRIo8 || @PRI_MACROS_BROKEN@ # undef PRIo8 # ifdef UINT8_MAX # define PRIo8 "o" # endif #endif #if !defined PRIu8 || @PRI_MACROS_BROKEN@ # undef PRIu8 # ifdef UINT8_MAX # define PRIu8 "u" # endif #endif #if !defined PRIx8 || @PRI_MACROS_BROKEN@ # undef PRIx8 # ifdef UINT8_MAX # define PRIx8 "x" # endif #endif #if !defined PRIX8 || @PRI_MACROS_BROKEN@ # undef PRIX8 # ifdef UINT8_MAX # define PRIX8 "X" # endif #endif #if !defined PRId16 || @PRI_MACROS_BROKEN@ # undef PRId16 # ifdef INT16_MAX # define PRId16 "d" # endif #endif #if !defined PRIi16 || @PRI_MACROS_BROKEN@ # undef PRIi16 # ifdef INT16_MAX # define PRIi16 "i" # endif #endif #if !defined PRIo16 || @PRI_MACROS_BROKEN@ # undef PRIo16 # ifdef UINT16_MAX # define PRIo16 "o" # endif #endif #if !defined PRIu16 || @PRI_MACROS_BROKEN@ # undef PRIu16 # ifdef UINT16_MAX # define PRIu16 "u" # endif #endif #if !defined PRIx16 || @PRI_MACROS_BROKEN@ # undef PRIx16 # ifdef UINT16_MAX # define PRIx16 "x" # endif #endif #if !defined PRIX16 || @PRI_MACROS_BROKEN@ # undef PRIX16 # ifdef UINT16_MAX # define PRIX16 "X" # endif #endif #if !defined PRId32 || @PRI_MACROS_BROKEN@ # undef PRId32 # ifdef INT32_MAX # define PRId32 "d" # endif #endif #if !defined PRIi32 || @PRI_MACROS_BROKEN@ # undef PRIi32 # ifdef INT32_MAX # define PRIi32 "i" # endif #endif #if !defined PRIo32 || @PRI_MACROS_BROKEN@ # undef PRIo32 # ifdef UINT32_MAX # define PRIo32 "o" # endif #endif #if !defined PRIu32 || @PRI_MACROS_BROKEN@ # undef PRIu32 # ifdef UINT32_MAX # define PRIu32 "u" # endif #endif #if !defined PRIx32 || @PRI_MACROS_BROKEN@ # undef PRIx32 # ifdef UINT32_MAX # define PRIx32 "x" # endif #endif #if !defined PRIX32 || @PRI_MACROS_BROKEN@ # undef PRIX32 # ifdef UINT32_MAX # define PRIX32 "X" # endif #endif #ifdef INT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @INT64_MAX_EQ_LONG_MAX@) # define _PRI64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _PRI64_PREFIX "I64" # elif @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define _PRI64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined PRId64 || @PRI_MACROS_BROKEN@ # undef PRId64 # define PRId64 _PRI64_PREFIX "d" # endif # if !defined PRIi64 || @PRI_MACROS_BROKEN@ # undef PRIi64 # define PRIi64 _PRI64_PREFIX "i" # endif #endif #ifdef UINT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @UINT64_MAX_EQ_ULONG_MAX@) # define _PRIu64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _PRIu64_PREFIX "I64" # elif @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define _PRIu64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined PRIo64 || @PRI_MACROS_BROKEN@ # undef PRIo64 # define PRIo64 _PRIu64_PREFIX "o" # endif # if !defined PRIu64 || @PRI_MACROS_BROKEN@ # undef PRIu64 # define PRIu64 _PRIu64_PREFIX "u" # endif # if !defined PRIx64 || @PRI_MACROS_BROKEN@ # undef PRIx64 # define PRIx64 _PRIu64_PREFIX "x" # endif # if !defined PRIX64 || @PRI_MACROS_BROKEN@ # undef PRIX64 # define PRIX64 _PRIu64_PREFIX "X" # endif #endif #if !defined PRIdLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST8 # define PRIdLEAST8 "d" #endif #if !defined PRIiLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST8 # define PRIiLEAST8 "i" #endif #if !defined PRIoLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST8 # define PRIoLEAST8 "o" #endif #if !defined PRIuLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST8 # define PRIuLEAST8 "u" #endif #if !defined PRIxLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST8 # define PRIxLEAST8 "x" #endif #if !defined PRIXLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST8 # define PRIXLEAST8 "X" #endif #if !defined PRIdLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST16 # define PRIdLEAST16 "d" #endif #if !defined PRIiLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST16 # define PRIiLEAST16 "i" #endif #if !defined PRIoLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST16 # define PRIoLEAST16 "o" #endif #if !defined PRIuLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST16 # define PRIuLEAST16 "u" #endif #if !defined PRIxLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST16 # define PRIxLEAST16 "x" #endif #if !defined PRIXLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST16 # define PRIXLEAST16 "X" #endif #if !defined PRIdLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST32 # define PRIdLEAST32 "d" #endif #if !defined PRIiLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST32 # define PRIiLEAST32 "i" #endif #if !defined PRIoLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST32 # define PRIoLEAST32 "o" #endif #if !defined PRIuLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST32 # define PRIuLEAST32 "u" #endif #if !defined PRIxLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST32 # define PRIxLEAST32 "x" #endif #if !defined PRIXLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST32 # define PRIXLEAST32 "X" #endif #ifdef INT64_MAX # if !defined PRIdLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST64 # define PRIdLEAST64 PRId64 # endif # if !defined PRIiLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST64 # define PRIiLEAST64 PRIi64 # endif #endif #ifdef UINT64_MAX # if !defined PRIoLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST64 # define PRIoLEAST64 PRIo64 # endif # if !defined PRIuLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST64 # define PRIuLEAST64 PRIu64 # endif # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST64 # define PRIxLEAST64 PRIx64 # endif # if !defined PRIXLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST64 # define PRIXLEAST64 PRIX64 # endif #endif #if !defined PRIdFAST8 || @PRI_MACROS_BROKEN@ # undef PRIdFAST8 # if INT_FAST8_MAX > INT32_MAX # define PRIdFAST8 PRId64 # else # define PRIdFAST8 "d" # endif #endif #if !defined PRIiFAST8 || @PRI_MACROS_BROKEN@ # undef PRIiFAST8 # if INT_FAST8_MAX > INT32_MAX # define PRIiFAST8 PRIi64 # else # define PRIiFAST8 "i" # endif #endif #if !defined PRIoFAST8 || @PRI_MACROS_BROKEN@ # undef PRIoFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIoFAST8 PRIo64 # else # define PRIoFAST8 "o" # endif #endif #if !defined PRIuFAST8 || @PRI_MACROS_BROKEN@ # undef PRIuFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIuFAST8 PRIu64 # else # define PRIuFAST8 "u" # endif #endif #if !defined PRIxFAST8 || @PRI_MACROS_BROKEN@ # undef PRIxFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIxFAST8 PRIx64 # else # define PRIxFAST8 "x" # endif #endif #if !defined PRIXFAST8 || @PRI_MACROS_BROKEN@ # undef PRIXFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIXFAST8 PRIX64 # else # define PRIXFAST8 "X" # endif #endif #if !defined PRIdFAST16 || @PRI_MACROS_BROKEN@ # undef PRIdFAST16 # if INT_FAST16_MAX > INT32_MAX # define PRIdFAST16 PRId64 # else # define PRIdFAST16 "d" # endif #endif #if !defined PRIiFAST16 || @PRI_MACROS_BROKEN@ # undef PRIiFAST16 # if INT_FAST16_MAX > INT32_MAX # define PRIiFAST16 PRIi64 # else # define PRIiFAST16 "i" # endif #endif #if !defined PRIoFAST16 || @PRI_MACROS_BROKEN@ # undef PRIoFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIoFAST16 PRIo64 # else # define PRIoFAST16 "o" # endif #endif #if !defined PRIuFAST16 || @PRI_MACROS_BROKEN@ # undef PRIuFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIuFAST16 PRIu64 # else # define PRIuFAST16 "u" # endif #endif #if !defined PRIxFAST16 || @PRI_MACROS_BROKEN@ # undef PRIxFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIxFAST16 PRIx64 # else # define PRIxFAST16 "x" # endif #endif #if !defined PRIXFAST16 || @PRI_MACROS_BROKEN@ # undef PRIXFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIXFAST16 PRIX64 # else # define PRIXFAST16 "X" # endif #endif #if !defined PRIdFAST32 || @PRI_MACROS_BROKEN@ # undef PRIdFAST32 # if INT_FAST32_MAX > INT32_MAX # define PRIdFAST32 PRId64 # else # define PRIdFAST32 "d" # endif #endif #if !defined PRIiFAST32 || @PRI_MACROS_BROKEN@ # undef PRIiFAST32 # if INT_FAST32_MAX > INT32_MAX # define PRIiFAST32 PRIi64 # else # define PRIiFAST32 "i" # endif #endif #if !defined PRIoFAST32 || @PRI_MACROS_BROKEN@ # undef PRIoFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIoFAST32 PRIo64 # else # define PRIoFAST32 "o" # endif #endif #if !defined PRIuFAST32 || @PRI_MACROS_BROKEN@ # undef PRIuFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIuFAST32 PRIu64 # else # define PRIuFAST32 "u" # endif #endif #if !defined PRIxFAST32 || @PRI_MACROS_BROKEN@ # undef PRIxFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIxFAST32 PRIx64 # else # define PRIxFAST32 "x" # endif #endif #if !defined PRIXFAST32 || @PRI_MACROS_BROKEN@ # undef PRIXFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIXFAST32 PRIX64 # else # define PRIXFAST32 "X" # endif #endif #ifdef INT64_MAX # if !defined PRIdFAST64 || @PRI_MACROS_BROKEN@ # undef PRIdFAST64 # define PRIdFAST64 PRId64 # endif # if !defined PRIiFAST64 || @PRI_MACROS_BROKEN@ # undef PRIiFAST64 # define PRIiFAST64 PRIi64 # endif #endif #ifdef UINT64_MAX # if !defined PRIoFAST64 || @PRI_MACROS_BROKEN@ # undef PRIoFAST64 # define PRIoFAST64 PRIo64 # endif # if !defined PRIuFAST64 || @PRI_MACROS_BROKEN@ # undef PRIuFAST64 # define PRIuFAST64 PRIu64 # endif # if !defined PRIxFAST64 || @PRI_MACROS_BROKEN@ # undef PRIxFAST64 # define PRIxFAST64 PRIx64 # endif # if !defined PRIXFAST64 || @PRI_MACROS_BROKEN@ # undef PRIXFAST64 # define PRIXFAST64 PRIX64 # endif #endif #if !defined PRIdMAX || @PRI_MACROS_BROKEN@ # undef PRIdMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define PRIdMAX PRId64 # else # define PRIdMAX "ld" # endif #endif #if !defined PRIiMAX || @PRI_MACROS_BROKEN@ # undef PRIiMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define PRIiMAX PRIi64 # else # define PRIiMAX "li" # endif #endif #if !defined PRIoMAX || @PRI_MACROS_BROKEN@ # undef PRIoMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIoMAX PRIo64 # else # define PRIoMAX "lo" # endif #endif #if !defined PRIuMAX || @PRI_MACROS_BROKEN@ # undef PRIuMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIuMAX PRIu64 # else # define PRIuMAX "lu" # endif #endif #if !defined PRIxMAX || @PRI_MACROS_BROKEN@ # undef PRIxMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIxMAX PRIx64 # else # define PRIxMAX "lx" # endif #endif #if !defined PRIXMAX || @PRI_MACROS_BROKEN@ # undef PRIXMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIXMAX PRIX64 # else # define PRIXMAX "lX" # endif #endif #if !defined PRIdPTR || @PRI_MACROS_BROKEN@ # undef PRIdPTR # ifdef INTPTR_MAX # define PRIdPTR @PRIPTR_PREFIX@ "d" # endif #endif #if !defined PRIiPTR || @PRI_MACROS_BROKEN@ # undef PRIiPTR # ifdef INTPTR_MAX # define PRIiPTR @PRIPTR_PREFIX@ "i" # endif #endif #if !defined PRIoPTR || @PRI_MACROS_BROKEN@ # undef PRIoPTR # ifdef UINTPTR_MAX # define PRIoPTR @PRIPTR_PREFIX@ "o" # endif #endif #if !defined PRIuPTR || @PRI_MACROS_BROKEN@ # undef PRIuPTR # ifdef UINTPTR_MAX # define PRIuPTR @PRIPTR_PREFIX@ "u" # endif #endif #if !defined PRIxPTR || @PRI_MACROS_BROKEN@ # undef PRIxPTR # ifdef UINTPTR_MAX # define PRIxPTR @PRIPTR_PREFIX@ "x" # endif #endif #if !defined PRIXPTR || @PRI_MACROS_BROKEN@ # undef PRIXPTR # ifdef UINTPTR_MAX # define PRIXPTR @PRIPTR_PREFIX@ "X" # endif #endif #if !defined SCNd8 || @PRI_MACROS_BROKEN@ # undef SCNd8 # ifdef INT8_MAX # define SCNd8 "hhd" # endif #endif #if !defined SCNi8 || @PRI_MACROS_BROKEN@ # undef SCNi8 # ifdef INT8_MAX # define SCNi8 "hhi" # endif #endif #if !defined SCNo8 || @PRI_MACROS_BROKEN@ # undef SCNo8 # ifdef UINT8_MAX # define SCNo8 "hho" # endif #endif #if !defined SCNu8 || @PRI_MACROS_BROKEN@ # undef SCNu8 # ifdef UINT8_MAX # define SCNu8 "hhu" # endif #endif #if !defined SCNx8 || @PRI_MACROS_BROKEN@ # undef SCNx8 # ifdef UINT8_MAX # define SCNx8 "hhx" # endif #endif #if !defined SCNd16 || @PRI_MACROS_BROKEN@ # undef SCNd16 # ifdef INT16_MAX # define SCNd16 "hd" # endif #endif #if !defined SCNi16 || @PRI_MACROS_BROKEN@ # undef SCNi16 # ifdef INT16_MAX # define SCNi16 "hi" # endif #endif #if !defined SCNo16 || @PRI_MACROS_BROKEN@ # undef SCNo16 # ifdef UINT16_MAX # define SCNo16 "ho" # endif #endif #if !defined SCNu16 || @PRI_MACROS_BROKEN@ # undef SCNu16 # ifdef UINT16_MAX # define SCNu16 "hu" # endif #endif #if !defined SCNx16 || @PRI_MACROS_BROKEN@ # undef SCNx16 # ifdef UINT16_MAX # define SCNx16 "hx" # endif #endif #if !defined SCNd32 || @PRI_MACROS_BROKEN@ # undef SCNd32 # ifdef INT32_MAX # define SCNd32 "d" # endif #endif #if !defined SCNi32 || @PRI_MACROS_BROKEN@ # undef SCNi32 # ifdef INT32_MAX # define SCNi32 "i" # endif #endif #if !defined SCNo32 || @PRI_MACROS_BROKEN@ # undef SCNo32 # ifdef UINT32_MAX # define SCNo32 "o" # endif #endif #if !defined SCNu32 || @PRI_MACROS_BROKEN@ # undef SCNu32 # ifdef UINT32_MAX # define SCNu32 "u" # endif #endif #if !defined SCNx32 || @PRI_MACROS_BROKEN@ # undef SCNx32 # ifdef UINT32_MAX # define SCNx32 "x" # endif #endif #ifdef INT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @INT64_MAX_EQ_LONG_MAX@) # define _SCN64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _SCN64_PREFIX "I64" # elif @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define _SCN64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined SCNd64 || @PRI_MACROS_BROKEN@ # undef SCNd64 # define SCNd64 _SCN64_PREFIX "d" # endif # if !defined SCNi64 || @PRI_MACROS_BROKEN@ # undef SCNi64 # define SCNi64 _SCN64_PREFIX "i" # endif #endif #ifdef UINT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @UINT64_MAX_EQ_ULONG_MAX@) # define _SCNu64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _SCNu64_PREFIX "I64" # elif @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define _SCNu64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined SCNo64 || @PRI_MACROS_BROKEN@ # undef SCNo64 # define SCNo64 _SCNu64_PREFIX "o" # endif # if !defined SCNu64 || @PRI_MACROS_BROKEN@ # undef SCNu64 # define SCNu64 _SCNu64_PREFIX "u" # endif # if !defined SCNx64 || @PRI_MACROS_BROKEN@ # undef SCNx64 # define SCNx64 _SCNu64_PREFIX "x" # endif #endif #if !defined SCNdLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST8 # define SCNdLEAST8 "hhd" #endif #if !defined SCNiLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST8 # define SCNiLEAST8 "hhi" #endif #if !defined SCNoLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST8 # define SCNoLEAST8 "hho" #endif #if !defined SCNuLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST8 # define SCNuLEAST8 "hhu" #endif #if !defined SCNxLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST8 # define SCNxLEAST8 "hhx" #endif #if !defined SCNdLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST16 # define SCNdLEAST16 "hd" #endif #if !defined SCNiLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST16 # define SCNiLEAST16 "hi" #endif #if !defined SCNoLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST16 # define SCNoLEAST16 "ho" #endif #if !defined SCNuLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST16 # define SCNuLEAST16 "hu" #endif #if !defined SCNxLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST16 # define SCNxLEAST16 "hx" #endif #if !defined SCNdLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST32 # define SCNdLEAST32 "d" #endif #if !defined SCNiLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST32 # define SCNiLEAST32 "i" #endif #if !defined SCNoLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST32 # define SCNoLEAST32 "o" #endif #if !defined SCNuLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST32 # define SCNuLEAST32 "u" #endif #if !defined SCNxLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST32 # define SCNxLEAST32 "x" #endif #ifdef INT64_MAX # if !defined SCNdLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST64 # define SCNdLEAST64 SCNd64 # endif # if !defined SCNiLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST64 # define SCNiLEAST64 SCNi64 # endif #endif #ifdef UINT64_MAX # if !defined SCNoLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST64 # define SCNoLEAST64 SCNo64 # endif # if !defined SCNuLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST64 # define SCNuLEAST64 SCNu64 # endif # if !defined SCNxLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST64 # define SCNxLEAST64 SCNx64 # endif #endif #if !defined SCNdFAST8 || @PRI_MACROS_BROKEN@ # undef SCNdFAST8 # if INT_FAST8_MAX > INT32_MAX # define SCNdFAST8 SCNd64 # elif INT_FAST8_MAX == 0x7fff # define SCNdFAST8 "hd" # elif INT_FAST8_MAX == 0x7f # define SCNdFAST8 "hhd" # else # define SCNdFAST8 "d" # endif #endif #if !defined SCNiFAST8 || @PRI_MACROS_BROKEN@ # undef SCNiFAST8 # if INT_FAST8_MAX > INT32_MAX # define SCNiFAST8 SCNi64 # elif INT_FAST8_MAX == 0x7fff # define SCNiFAST8 "hi" # elif INT_FAST8_MAX == 0x7f # define SCNiFAST8 "hhi" # else # define SCNiFAST8 "i" # endif #endif #if !defined SCNoFAST8 || @PRI_MACROS_BROKEN@ # undef SCNoFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define SCNoFAST8 SCNo64 # elif UINT_FAST8_MAX == 0xffff # define SCNoFAST8 "ho" # elif UINT_FAST8_MAX == 0xff # define SCNoFAST8 "hho" # else # define SCNoFAST8 "o" # endif #endif #if !defined SCNuFAST8 || @PRI_MACROS_BROKEN@ # undef SCNuFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define SCNuFAST8 SCNu64 # elif UINT_FAST8_MAX == 0xffff # define SCNuFAST8 "hu" # elif UINT_FAST8_MAX == 0xff # define SCNuFAST8 "hhu" # else # define SCNuFAST8 "u" # endif #endif #if !defined SCNxFAST8 || @PRI_MACROS_BROKEN@ # undef SCNxFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define SCNxFAST8 SCNx64 # elif UINT_FAST8_MAX == 0xffff # define SCNxFAST8 "hx" # elif UINT_FAST8_MAX == 0xff # define SCNxFAST8 "hhx" # else # define SCNxFAST8 "x" # endif #endif #if !defined SCNdFAST16 || @PRI_MACROS_BROKEN@ # undef SCNdFAST16 # if INT_FAST16_MAX > INT32_MAX # define SCNdFAST16 SCNd64 # elif INT_FAST16_MAX == 0x7fff # define SCNdFAST16 "hd" # else # define SCNdFAST16 "d" # endif #endif #if !defined SCNiFAST16 || @PRI_MACROS_BROKEN@ # undef SCNiFAST16 # if INT_FAST16_MAX > INT32_MAX # define SCNiFAST16 SCNi64 # elif INT_FAST16_MAX == 0x7fff # define SCNiFAST16 "hi" # else # define SCNiFAST16 "i" # endif #endif #if !defined SCNoFAST16 || @PRI_MACROS_BROKEN@ # undef SCNoFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define SCNoFAST16 SCNo64 # elif UINT_FAST16_MAX == 0xffff # define SCNoFAST16 "ho" # else # define SCNoFAST16 "o" # endif #endif #if !defined SCNuFAST16 || @PRI_MACROS_BROKEN@ # undef SCNuFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define SCNuFAST16 SCNu64 # elif UINT_FAST16_MAX == 0xffff # define SCNuFAST16 "hu" # else # define SCNuFAST16 "u" # endif #endif #if !defined SCNxFAST16 || @PRI_MACROS_BROKEN@ # undef SCNxFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define SCNxFAST16 SCNx64 # elif UINT_FAST16_MAX == 0xffff # define SCNxFAST16 "hx" # else # define SCNxFAST16 "x" # endif #endif #if !defined SCNdFAST32 || @PRI_MACROS_BROKEN@ # undef SCNdFAST32 # if INT_FAST32_MAX > INT32_MAX # define SCNdFAST32 SCNd64 # else # define SCNdFAST32 "d" # endif #endif #if !defined SCNiFAST32 || @PRI_MACROS_BROKEN@ # undef SCNiFAST32 # if INT_FAST32_MAX > INT32_MAX # define SCNiFAST32 SCNi64 # else # define SCNiFAST32 "i" # endif #endif #if !defined SCNoFAST32 || @PRI_MACROS_BROKEN@ # undef SCNoFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define SCNoFAST32 SCNo64 # else # define SCNoFAST32 "o" # endif #endif #if !defined SCNuFAST32 || @PRI_MACROS_BROKEN@ # undef SCNuFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define SCNuFAST32 SCNu64 # else # define SCNuFAST32 "u" # endif #endif #if !defined SCNxFAST32 || @PRI_MACROS_BROKEN@ # undef SCNxFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define SCNxFAST32 SCNx64 # else # define SCNxFAST32 "x" # endif #endif #ifdef INT64_MAX # if !defined SCNdFAST64 || @PRI_MACROS_BROKEN@ # undef SCNdFAST64 # define SCNdFAST64 SCNd64 # endif # if !defined SCNiFAST64 || @PRI_MACROS_BROKEN@ # undef SCNiFAST64 # define SCNiFAST64 SCNi64 # endif #endif #ifdef UINT64_MAX # if !defined SCNoFAST64 || @PRI_MACROS_BROKEN@ # undef SCNoFAST64 # define SCNoFAST64 SCNo64 # endif # if !defined SCNuFAST64 || @PRI_MACROS_BROKEN@ # undef SCNuFAST64 # define SCNuFAST64 SCNu64 # endif # if !defined SCNxFAST64 || @PRI_MACROS_BROKEN@ # undef SCNxFAST64 # define SCNxFAST64 SCNx64 # endif #endif #if !defined SCNdMAX || @PRI_MACROS_BROKEN@ # undef SCNdMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define SCNdMAX SCNd64 # else # define SCNdMAX "ld" # endif #endif #if !defined SCNiMAX || @PRI_MACROS_BROKEN@ # undef SCNiMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define SCNiMAX SCNi64 # else # define SCNiMAX "li" # endif #endif #if !defined SCNoMAX || @PRI_MACROS_BROKEN@ # undef SCNoMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define SCNoMAX SCNo64 # else # define SCNoMAX "lo" # endif #endif #if !defined SCNuMAX || @PRI_MACROS_BROKEN@ # undef SCNuMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define SCNuMAX SCNu64 # else # define SCNuMAX "lu" # endif #endif #if !defined SCNxMAX || @PRI_MACROS_BROKEN@ # undef SCNxMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define SCNxMAX SCNx64 # else # define SCNxMAX "lx" # endif #endif #if !defined SCNdPTR || @PRI_MACROS_BROKEN@ # undef SCNdPTR # ifdef INTPTR_MAX # define SCNdPTR @PRIPTR_PREFIX@ "d" # endif #endif #if !defined SCNiPTR || @PRI_MACROS_BROKEN@ # undef SCNiPTR # ifdef INTPTR_MAX # define SCNiPTR @PRIPTR_PREFIX@ "i" # endif #endif #if !defined SCNoPTR || @PRI_MACROS_BROKEN@ # undef SCNoPTR # ifdef UINTPTR_MAX # define SCNoPTR @PRIPTR_PREFIX@ "o" # endif #endif #if !defined SCNuPTR || @PRI_MACROS_BROKEN@ # undef SCNuPTR # ifdef UINTPTR_MAX # define SCNuPTR @PRIPTR_PREFIX@ "u" # endif #endif #if !defined SCNxPTR || @PRI_MACROS_BROKEN@ # undef SCNxPTR # ifdef UINTPTR_MAX # define SCNxPTR @PRIPTR_PREFIX@ "x" # endif #endif /* 7.8.2 Functions for greatest-width integer types */ #ifdef __cplusplus extern "C" { #endif #if @GNULIB_IMAXABS@ # if !@HAVE_DECL_IMAXABS@ extern intmax_t imaxabs (intmax_t); # endif #elif defined GNULIB_POSIXCHECK # undef imaxabs # if HAVE_RAW_DECL_IMAXABS _GL_WARN_ON_USE (imaxabs, "imaxabs is unportable - " "use gnulib module imaxabs for portability"); # endif #endif #if @GNULIB_IMAXDIV@ # if !@HAVE_DECL_IMAXDIV@ # if !GNULIB_defined_imaxdiv_t typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t; # define GNULIB_defined_imaxdiv_t 1 # endif extern imaxdiv_t imaxdiv (intmax_t, intmax_t); # endif #elif defined GNULIB_POSIXCHECK # undef imaxdiv # if HAVE_RAW_DECL_IMAXDIV _GL_WARN_ON_USE (imaxdiv, "imaxdiv is unportable - " "use gnulib module imaxdiv for portability"); # endif #endif #if @GNULIB_STRTOIMAX@ # if @REPLACE_STRTOIMAX@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strtoimax # define strtoimax rpl_strtoimax # endif _GL_FUNCDECL_RPL (strtoimax, intmax_t, (const char *, char **, int) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int)); # else # if !@HAVE_DECL_STRTOIMAX@ # undef strtoimax _GL_FUNCDECL_SYS (strtoimax, intmax_t, (const char *, char **, int) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoimax, intmax_t, (const char *, char **, int)); # endif _GL_CXXALIASWARN (strtoimax); #elif defined GNULIB_POSIXCHECK # undef strtoimax # if HAVE_RAW_DECL_STRTOIMAX _GL_WARN_ON_USE (strtoimax, "strtoimax is unportable - " "use gnulib module strtoimax for portability"); # endif #endif #if @GNULIB_STRTOUMAX@ # if !@HAVE_DECL_STRTOUMAX@ # undef strtoumax _GL_FUNCDECL_SYS (strtoumax, uintmax_t, (const char *, char **, int) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int)); _GL_CXXALIASWARN (strtoumax); #elif defined GNULIB_POSIXCHECK # undef strtoumax # if HAVE_RAW_DECL_STRTOUMAX _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - " "use gnulib module strtoumax for portability"); # endif #endif /* Don't bother defining or declaring wcstoimax and wcstoumax, since wide-character functions like this are hardly ever useful. */ #ifdef __cplusplus } #endif #endif /* !defined INTTYPES_H && !defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H */ gsasl-1.8.0/lib/gltests/test-wchar.c0000664000000000000000000000213511746471770014221 00000000000000/* Test of substitute. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that the types wchar_t and wint_t are defined. */ wchar_t a = 'c'; wint_t b = 'x'; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); int main (void) { return 0; } gsasl-1.8.0/lib/gltests/intprops.h0000664000000000000000000003500611746471770014026 00000000000000/* intprops.h -- properties of integer types Copyright (C) 2001-2005, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert. */ #ifndef _GL_INTPROPS_H #define _GL_INTPROPS_H #include /* Return an integer value, converted to the same type as the integer expression E after integer type promotion. V is the unconverted value. */ #define _GL_INT_CONVERT(e, v) (0 * (e) + (v)) /* Act like _GL_INT_CONVERT (E, -V) but work around a bug in IRIX 6.5 cc; see . */ #define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v)) /* The extra casts in the following macros work around compiler bugs, e.g., in Cray C 5.0.3.0. */ /* True if the arithmetic type T is an integer type. bool counts as an integer. */ #define TYPE_IS_INTEGER(t) ((t) 1.5 == 1) /* True if negative values of the signed integer type T use two's complement, ones' complement, or signed magnitude representation, respectively. Much GNU code assumes two's complement, but some people like to be portable to all possible C hosts. */ #define TYPE_TWOS_COMPLEMENT(t) ((t) ~ (t) 0 == (t) -1) #define TYPE_ONES_COMPLEMENT(t) ((t) ~ (t) 0 == 0) #define TYPE_SIGNED_MAGNITUDE(t) ((t) ~ (t) 0 < (t) -1) /* True if the signed integer expression E uses two's complement. */ #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) /* True if the arithmetic type T is signed. */ #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) /* Return 1 if the integer expression E, after integer promotion, has a signed type. */ #define _GL_INT_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) /* Minimum and maximum values for integer types and expressions. These macros have undefined behavior if T is signed and has padding bits. If this is a problem for you, please let us know how to fix it for your host. */ /* The maximum and minimum values for the integer type T. */ #define TYPE_MINIMUM(t) \ ((t) (! TYPE_SIGNED (t) \ ? (t) 0 \ : TYPE_SIGNED_MAGNITUDE (t) \ ? ~ (t) 0 \ : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) (! TYPE_SIGNED (t) \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) /* The maximum and minimum values for the type of the expression E, after integer promotion. E should not have side effects. */ #define _GL_INT_MINIMUM(e) \ (_GL_INT_SIGNED (e) \ ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ : _GL_INT_CONVERT (e, 0)) #define _GL_INT_MAXIMUM(e) \ (_GL_INT_SIGNED (e) \ ? _GL_SIGNED_INT_MAXIMUM (e) \ : _GL_INT_NEGATE_CONVERT (e, 1)) #define _GL_SIGNED_INT_MAXIMUM(e) \ (((_GL_INT_CONVERT (e, 1) << (sizeof ((e) + 0) * CHAR_BIT - 2)) - 1) * 2 + 1) /* Return 1 if the __typeof__ keyword works. This could be done by 'configure', but for now it's easier to do it by hand. */ #if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C # define _GL_HAVE___TYPEOF__ 1 #else # define _GL_HAVE___TYPEOF__ 0 #endif /* Return 1 if the integer type or expression T might be signed. Return 0 if it is definitely unsigned. This macro does not evaluate its argument, and expands to an integer constant expression. */ #if _GL_HAVE___TYPEOF__ # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t)) #else # define _GL_SIGNED_TYPE_OR_EXPR(t) 1 #endif /* Bound on length of the string representing an unsigned integer value representable in B bits. log10 (2.0) < 146/485. The smallest value of B where this bound is not tight is 2621. */ #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) /* Bound on length of the string representing an integer type or expression T. Subtract 1 for the sign bit if T is signed, and then add 1 more for a minus sign if needed. Because _GL_SIGNED_TYPE_OR_EXPR sometimes returns 0 when its argument is signed, this macro may overestimate the true bound by one byte when applied to unsigned types of size 2, 4, 16, ... bytes. */ #define INT_STRLEN_BOUND(t) \ (INT_BITS_STRLEN_BOUND (sizeof (t) * CHAR_BIT \ - _GL_SIGNED_TYPE_OR_EXPR (t)) \ + _GL_SIGNED_TYPE_OR_EXPR (t)) /* Bound on buffer size needed to represent an integer type or expression T, including the terminating null. */ #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) /* Range overflow checks. The INT__RANGE_OVERFLOW macros return 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow. They do not rely on undefined or implementation-defined behavior. Their implementations are simple and straightforward, but they are a bit harder to use than the INT__OVERFLOW macros described below. Example usage: long int i = ...; long int j = ...; if (INT_MULTIPLY_RANGE_OVERFLOW (i, j, LONG_MIN, LONG_MAX)) printf ("multiply would overflow"); else printf ("product is %ld", i * j); Restrictions on *_RANGE_OVERFLOW macros: These macros do not check for all possible numerical problems or undefined or unspecified behavior: they do not check for division by zero, for bad shift counts, or for shifting negative numbers. These macros may evaluate their arguments zero or multiple times, so the arguments should not have side effects. The arithmetic arguments (including the MIN and MAX arguments) must be of the same integer type after the usual arithmetic conversions, and the type must have minimum value MIN and maximum MAX. Unsigned types should use a zero MIN of the proper type. These macros are tuned for constant MIN and MAX. For commutative operations such as A + B, they are also tuned for constant B. */ /* Return 1 if A + B would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? (a) < (min) - (b) \ : (max) - (b) < (a)) /* Return 1 if A - B would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? (max) + (b) < (a) \ : (a) < (min) + (b)) /* Return 1 if - A would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ ((min) < 0 \ ? (a) < - (max) \ : 0 < (a)) /* Return 1 if A * B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Avoid && and || as they tickle bugs in Sun C 5.11 2010/08/13 and other compilers; see . */ #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? ((a) < 0 \ ? (a) < (max) / (b) \ : (b) == -1 \ ? 0 \ : (min) / (b) < (a)) \ : (b) == 0 \ ? 0 \ : ((a) < 0 \ ? (a) < (min) / (b) \ : (max) / (b) < (a))) /* Return 1 if A / B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Do not check for division by zero. */ #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ ((min) < 0 && (b) == -1 && (a) < - (max)) /* Return 1 if A % B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Do not check for division by zero. Mathematically, % should never overflow, but on x86-like hosts INT_MIN % -1 traps, and the C standard permits this, so treat this as an overflow too. */ #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ INT_DIVIDE_RANGE_OVERFLOW (a, b, min, max) /* Return 1 if A << B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Here, MIN and MAX are for A only, and B need not be of the same type as the other arguments. The C standard says that behavior is undefined for shifts unless 0 <= B < wordwidth, and that when A is negative then A << B has undefined behavior and A >> B has implementation-defined behavior, but do not check these other restrictions. */ #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ ((a) < 0 \ ? (a) < (min) >> (b) \ : (max) >> (b) < (a)) /* The _GL*_OVERFLOW macros have the same restrictions as the *_RANGE_OVERFLOW macros, except that they do not assume that operands (e.g., A and B) have the same type as MIN and MAX. Instead, they assume that the result (e.g., A + B) has that type. */ #define _GL_ADD_OVERFLOW(a, b, min, max) \ ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ : (a) < 0 ? (b) <= (a) + (b) \ : (b) < 0 ? (a) <= (a) + (b) \ : (a) + (b) < (b)) #define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ ((min) < 0 ? INT_SUBTRACT_RANGE_OVERFLOW (a, b, min, max) \ : (a) < 0 ? 1 \ : (b) < 0 ? (a) - (b) <= (a) \ : (a) < (b)) #define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ (((min) == 0 && (((a) < 0 && 0 < (b)) || ((b) < 0 && 0 < (a)))) \ || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) #define _GL_DIVIDE_OVERFLOW(a, b, min, max) \ ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ : (a) < 0 ? (b) <= (a) + (b) - 1 \ : (b) < 0 && (a) + (b) <= (a)) #define _GL_REMAINDER_OVERFLOW(a, b, min, max) \ ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ : (a) < 0 ? (a) % (b) != ((max) - (b) + 1) % (b) \ : (b) < 0 && ! _GL_UNSIGNED_NEG_MULTIPLE (a, b, max)) /* Return a nonzero value if A is a mathematical multiple of B, where A is unsigned, B is negative, and MAX is the maximum value of A's type. A's type must be the same as (A % B)'s type. Normally (A % -B == 0) suffices, but things get tricky if -B would overflow. */ #define _GL_UNSIGNED_NEG_MULTIPLE(a, b, max) \ (((b) < -_GL_SIGNED_INT_MAXIMUM (b) \ ? (_GL_SIGNED_INT_MAXIMUM (b) == (max) \ ? (a) \ : (a) % (_GL_INT_CONVERT (a, _GL_SIGNED_INT_MAXIMUM (b)) + 1)) \ : (a) % - (b)) \ == 0) /* Integer overflow checks. The INT__OVERFLOW macros return 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow. They work correctly on all known practical hosts, and do not rely on undefined behavior due to signed arithmetic overflow. Example usage: long int i = ...; long int j = ...; if (INT_MULTIPLY_OVERFLOW (i, j)) printf ("multiply would overflow"); else printf ("product is %ld", i * j); These macros do not check for all possible numerical problems or undefined or unspecified behavior: they do not check for division by zero, for bad shift counts, or for shifting negative numbers. These macros may evaluate their arguments zero or multiple times, so the arguments should not have side effects. These macros are tuned for their last argument being a constant. Return 1 if the integer expressions A * B, A - B, -A, A * B, A / B, A % B, and A << B would overflow, respectively. */ #define INT_ADD_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) #define INT_SUBTRACT_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW) #define INT_NEGATE_OVERFLOW(a) \ INT_NEGATE_RANGE_OVERFLOW (a, _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a)) #define INT_MULTIPLY_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) #define INT_DIVIDE_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_DIVIDE_OVERFLOW) #define INT_REMAINDER_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_REMAINDER_OVERFLOW) #define INT_LEFT_SHIFT_OVERFLOW(a, b) \ INT_LEFT_SHIFT_RANGE_OVERFLOW (a, b, \ _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a)) /* Return 1 if the expression A B would overflow, where OP_RESULT_OVERFLOW (A, B, MIN, MAX) does the actual test, assuming MIN and MAX are the minimum and maximum for the result type. Arguments should be free of side effects. */ #define _GL_BINARY_OP_OVERFLOW(a, b, op_result_overflow) \ op_result_overflow (a, b, \ _GL_INT_MINIMUM (0 * (b) + (a)), \ _GL_INT_MAXIMUM (0 * (b) + (a))) #endif /* _GL_INTPROPS_H */ gsasl-1.8.0/lib/gltests/test-gc-sha1.c0000664000000000000000000000574111746471770014346 00000000000000/* * Copyright (C) 2005, 2010-2012 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ #include #include #include #include "gc.h" int main (int argc, char *argv[]) { Gc_rc rc; gc_hash_handle h; rc = gc_init (); if (rc != GC_OK) { printf ("gc_init() failed\n"); return 1; } { char *in = "abcdefgh"; size_t inlen = strlen (in); char *expect = "\x42\x5a\xf1\x2a\x07\x43\x50\x2b" "\x32\x2e\x93\xa0\x15\xbc\xf8\x68\xe3\x24\xd5\x6a"; char out[20]; const char *p; if (gc_sha1 (in, inlen, out) != 0) { printf ("gc_sha1 call failed\n"); return 1; } if (memcmp (out, expect, 20) != 0) { size_t i; printf ("sha1 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } rc = gc_hash_buffer (GC_SHA1, "abcdefgh", 8, out); if (rc != GC_OK) { printf ("gc_hash_buffer(sha1) call failed: %d\n", rc); return 1; } if (memcmp (out, expect, 20) != 0) { size_t i; printf ("sha1' mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } if (gc_hash_digest_length (GC_SHA1) != 20) { printf ("gc_hash_digest_length (GC_SHA1) failed\n"); return 1; } if ((rc = gc_hash_open (GC_SHA1, 0, &h)) != GC_OK) { printf ("gc_hash_open(GC_SHA1) failed (%d)\n", rc); return 1; } gc_hash_write (h, inlen, in); p = gc_hash_read (h); if (!p) { printf ("gc_hash_read failed\n"); return 1; } if (memcmp (p, expect, 20) != 0) { size_t i; printf ("sha1 1 mismatch. expected:\n"); for (i = 0; i < 20; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 20; i++) printf ("%02x ", p[i] & 0xFF); printf ("\n"); return 1; } gc_hash_close (h); } gc_done (); return 0; } gsasl-1.8.0/lib/gltests/test-gc-pbkdf2-sha1.c0000664000000000000000000001024311746471770015505 00000000000000/* * Copyright (C) 2002-2005, 2007, 2010-2012 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ /* Written by Simon Josefsson. */ #include #include "gc.h" #include #include /* Test vectors from RFC 3962. */ #define G_CLEF "\xF0\x9D\x84\x9E" struct pkcs5 { int iterations; const char *password; const char *salt; int dklen; const char *expected; }; const struct pkcs5 pkcs5[] = { {1, "password", "ATHENA.MIT.EDUraeburn", 16, "\xCD\xED\xB5\x28\x1B\xB2\xF8\x01\x56\x5A\x11\x22\xB2\x56\x35\x15"}, {2, "password", "ATHENA.MIT.EDUraeburn", 16, "\x01\xdb\xee\x7f\x4a\x9e\x24\x3e\x98\x8b\x62\xc7\x3c\xda\x93\x5d"}, {2, "password", "ATHENA.MIT.EDUraeburn", 32, "\x01\xdb\xee\x7f\x4a\x9e\x24\x3e\x98\x8b\x62\xc7\x3c\xda\x93\x5d" "\xa0\x53\x78\xb9\x32\x44\xec\x8f\x48\xa9\x9e\x61\xad\x79\x9d\x86"}, {1200, "password", "ATHENA.MIT.EDUraeburn", 16, "\x5c\x08\xeb\x61\xfd\xf7\x1e\x4e\x4e\xc3\xcf\x6b\xa1\xf5\x51\x2b"}, {1200, "password", "ATHENA.MIT.EDUraeburn", 32, "\x5c\x08\xeb\x61\xfd\xf7\x1e\x4e\x4e\xc3\xcf\x6b\xa1\xf5\x51\x2b" "\xa7\xe5\x2d\xdb\xc5\xe5\x14\x2f\x70\x8a\x31\xe2\xe6\x2b\x1e\x13"}, {5, "password", "\x12\x34\x56\x78\x78\x56\x34\x12\x00", 16, "\xd1\xda\xa7\x86\x15\xf2\x87\xe6\xa1\xc8\xb1\x20\xd7\x06\x2a\x49"}, {5, "password", "\x12\x34\x56\x78\x78\x56\x34\x12\x00", 32, "\xd1\xda\xa7\x86\x15\xf2\x87\xe6\xa1\xc8\xb1\x20\xd7\x06\x2a\x49" "\x3f\x98\xd2\x03\xe6\xbe\x49\xa6\xad\xf4\xfa\x57\x4b\x6e\x64\xee"}, {1200, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "pass phrase equals block size", 16, "\x13\x9c\x30\xc0\x96\x6b\xc3\x2b\xa5\x5f\xdb\xf2\x12\x53\x0a\xc9"}, {1200, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "pass phrase equals block size", 32, "\x13\x9c\x30\xc0\x96\x6b\xc3\x2b\xa5\x5f\xdb\xf2\x12\x53\x0a\xc9" "\xc5\xec\x59\xf1\xa4\x52\xf5\xcc\x9a\xd9\x40\xfe\xa0\x59\x8e\xd1"}, {1200, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "pass phrase exceeds block size", 16, "\x9c\xca\xd6\xd4\x68\x77\x0c\xd5\x1b\x10\xe6\xa6\x87\x21\xbe\x61"}, {1200, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "pass phrase exceeds block size", 32, "\x9c\xca\xd6\xd4\x68\x77\x0c\xd5\x1b\x10\xe6\xa6\x87\x21\xbe\x61" "\x1a\x8b\x4d\x28\x26\x01\xdb\x3b\x36\xbe\x92\x46\x91\x5e\xc8\x2a"}, {50, G_CLEF "\x00", "EXAMPLE.COMpianist", 16, "\x6b\x9c\xf2\x6d\x45\x45\x5a\x43\xa5\xb8\xbb\x27\x6a\x40\x3b\x39"}, {50, G_CLEF "\x00", "EXAMPLE.COMpianist", 32, "\x6b\x9c\xf2\x6d\x45\x45\x5a\x43\xa5\xb8\xbb\x27\x6a\x40\x3b\x39" "\xe7\xfe\x37\xa0\xc4\x1e\x02\xc2\x81\xff\x30\x69\xe1\xe9\x4f\x52"}, {500, "All n-entities must communicate with other n-entities via n-1 " "entiteeheehees", "\x12\x34\x56\x78\x78\x56\x34\x12\x00", 16, "\x6A\x89\x70\xBF\x68\xC9\x2C\xAE\xA8\x4A\x8D\xF2\x85\x10\x85\x86"} }; int main (int argc, char *argv[]) { size_t i; int rc; char out[BUFSIZ]; for (i = 0; i < sizeof (pkcs5) / sizeof (pkcs5[0]); i++) { rc = gc_pbkdf2_sha1 (pkcs5[i].password, strlen (pkcs5[i].password), pkcs5[i].salt, strlen (pkcs5[i].salt), pkcs5[i].iterations, out, pkcs5[i].dklen); if (rc != GC_OK) { printf ("PKCS5 entry %ld failed fatally: %d\n", (unsigned long) i, rc); return 1; } if (memcmp (pkcs5[i].expected, out, pkcs5[i].dklen) != 0) { printf ("PKCS5 entry %ld failed\n", (unsigned long) i); return 1; } } return 0; } gsasl-1.8.0/lib/gltests/test-stdlib.c0000664000000000000000000000262411746471770014401 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that EXIT_SUCCESS is 0, per POSIX. */ static int exitcode = EXIT_SUCCESS; #if EXIT_SUCCESS "oops" #endif /* Check for GNU value (not guaranteed by POSIX, but is guaranteed by gnulib). */ #if EXIT_FAILURE != 1 "oops" #endif /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); #if GNULIB_TEST_SYSTEM_POSIX # include "test-sys_wait.h" #else # define test_sys_wait_macros() 0 #endif int main (void) { if (test_sys_wait_macros ()) return 1; return exitcode; } gsasl-1.8.0/lib/gltests/fpucw.h0000664000000000000000000001113311746471770013267 00000000000000/* Manipulating the FPU control word. Copyright (C) 2007-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _FPUCW_H #define _FPUCW_H /* The i386 floating point hardware (the 387 compatible FPU, not the modern SSE/SSE2 hardware) has a controllable rounding precision. It is specified through the 'PC' bits in the FPU control word ('fctrl' register). (See the GNU libc i386 header for details.) On some platforms, such as Linux or Solaris, the default precision setting is set to "extended precision". This means that 'long double' instructions operate correctly, but 'double' computations often produce slightly different results as on strictly IEEE 754 conforming systems. On some platforms, such as NetBSD, the default precision is set to "double precision". This means that 'long double' instructions will operate only as 'double', i.e. lead to wrong results. Similarly on FreeBSD 6.4, at least for the division of 'long double' numbers. The FPU control word is under control of the application, i.e. it is not required to be set either way by the ABI. (In fact, the i386 ABI http://refspecs.freestandards.org/elf/abi386-4.pdf page 3-12 = page 38 is not clear about it. But in any case, gcc treats the control word like a "preserved" register: it emits code that assumes that the control word is preserved across calls, and it restores the control word at the end of functions that modify it.) See Vincent Lefèvre's page http://www.vinc17.org/research/extended.en.html for a good explanation. See http://www.uwsg.iu.edu/hypermail/linux/kernel/0103.0/0453.html for some argumentation which setting should be the default. */ /* This header file provides the following facilities: fpucw_t integral type holding the value of 'fctrl' FPU_PC_MASK bit mask denoting the precision control FPU_PC_DOUBLE precision control for 53 bits mantissa FPU_PC_EXTENDED precision control for 64 bits mantissa GET_FPUCW () yields the current FPU control word SET_FPUCW (word) sets the FPU control word DECL_LONG_DOUBLE_ROUNDING variable declaration for BEGIN/END_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING () starts a sequence of instructions with 'long double' safe operation precision END_LONG_DOUBLE_ROUNDING () ends a sequence of instructions with 'long double' safe operation precision */ /* Inline assembler like this works only with GNU C. */ #if (defined __i386__ || defined __x86_64__) && defined __GNUC__ typedef unsigned short fpucw_t; /* glibc calls this fpu_control_t */ # define FPU_PC_MASK 0x0300 # define FPU_PC_DOUBLE 0x200 /* glibc calls this _FPU_DOUBLE */ # define FPU_PC_EXTENDED 0x300 /* glibc calls this _FPU_EXTENDED */ # define GET_FPUCW() \ ({ fpucw_t _cw; \ __asm__ __volatile__ ("fnstcw %0" : "=m" (*&_cw)); \ _cw; \ }) # define SET_FPUCW(word) \ (void)({ fpucw_t _ncw = (word); \ __asm__ __volatile__ ("fldcw %0" : : "m" (*&_ncw)); \ }) # define DECL_LONG_DOUBLE_ROUNDING \ fpucw_t oldcw; # define BEGIN_LONG_DOUBLE_ROUNDING() \ (void)(oldcw = GET_FPUCW (), \ SET_FPUCW ((oldcw & ~FPU_PC_MASK) | FPU_PC_EXTENDED)) # define END_LONG_DOUBLE_ROUNDING() \ SET_FPUCW (oldcw) #else typedef unsigned int fpucw_t; # define FPU_PC_MASK 0 # define FPU_PC_DOUBLE 0 # define FPU_PC_EXTENDED 0 # define GET_FPUCW() 0 # define SET_FPUCW(word) (void)(word) # define DECL_LONG_DOUBLE_ROUNDING # define BEGIN_LONG_DOUBLE_ROUNDING() # define END_LONG_DOUBLE_ROUNDING() #endif #endif /* _FPUCW_H */ gsasl-1.8.0/lib/gltests/test-strverscmp.c0000664000000000000000000000270011746471770015323 00000000000000/* Test of strverscmp() function. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2008. */ #include #include #include "signature.h" SIGNATURE_CHECK (strverscmp, int, (const char *, const char *)); #include "macros.h" int main (void) { ASSERT (strverscmp ("", "") == 0); ASSERT (strverscmp ("a", "a") == 0); ASSERT (strverscmp ("a", "b") < 0); ASSERT (strverscmp ("b", "a") > 0); ASSERT (strverscmp ("000", "00") < 0); ASSERT (strverscmp ("00", "000") > 0); ASSERT (strverscmp ("a0", "a") > 0); ASSERT (strverscmp ("00", "01") < 0); ASSERT (strverscmp ("01", "010") < 0); ASSERT (strverscmp ("010", "09") < 0); ASSERT (strverscmp ("09", "0") < 0); ASSERT (strverscmp ("9", "10") < 0); ASSERT (strverscmp ("0a", "0") > 0); return 0; } gsasl-1.8.0/lib/gltests/test-fdopen.c0000664000000000000000000000241311746471770014367 00000000000000/* Test opening a stream with a file descriptor. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fdopen, FILE *, (int, const char *)); #include #include "macros.h" int main (void) { /* Test behaviour for invalid file descriptors. */ { FILE *fp; errno = 0; fp = fdopen (-1, "r"); if (fp == NULL) ASSERT (errno == EBADF); else fclose (fp); } { FILE *fp; errno = 0; fp = fdopen (99, "r"); if (fp == NULL) ASSERT (errno == EBADF); else fclose (fp); } return 0; } gsasl-1.8.0/lib/gltests/test-init.sh0000775000000000000000000000450211746471770014253 00000000000000#!/bin/sh # Unit tests for init.sh # Copyright (C) 2011-2012 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . */ : ${srcdir=.} . "$srcdir/init.sh"; path_prepend_ . fail=0 test_compare() { touch empty || fail=1 echo xyz > in || fail=1 compare /dev/null /dev/null >out 2>err || fail=1 test -s out && fail_ "out not empty: $(cat out)" # "err" should be empty, too, but has "set -x" output when VERBOSE=yes case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare /dev/null empty >out 2>err || fail=1 test -s out && fail_ "out not empty: $(cat out)" case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare in in >out 2>err || fail=1 test -s out && fail_ "out not empty: $(cat out)" case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare /dev/null in >out 2>err && fail=1 cat <<\EOF > exp diff -u /dev/null in --- /dev/null 1970-01-01 +++ in 1970-01-01 +xyz EOF compare exp out || fail=1 case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare empty in >out 2>err && fail=1 # Compare against expected output only if compare is using diff -u. if grep @ out >/dev/null; then # Remove the TAB-date suffix on each --- and +++ line, # for both the expected and the actual output files. # Also remove the @@ line, since Solaris 5.10 and GNU diff formats differ: # -@@ -0,0 +1 @@ # +@@ -1,0 +1,1 @@ sed 's/ .*//;/^@@/d' out > k && mv k out cat <<\EOF > exp --- empty +++ in +xyz EOF compare exp out || fail=1 fi case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac } test_compare Exit $fail gsasl-1.8.0/lib/gltests/test-inttypes.c0000664000000000000000000000606011746471770014775 00000000000000/* Test of substitute. Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include /* Tests for macros supposed to be defined in inttypes.h. */ const char *k = /* implicit string concatenation */ #ifdef INT8_MAX PRId8 PRIi8 #endif #ifdef UINT8_MAX PRIo8 PRIu8 PRIx8 PRIX8 #endif #ifdef INT16_MAX PRId16 PRIi16 #endif #ifdef UINT16_MAX PRIo16 PRIu16 PRIx16 PRIX16 #endif #ifdef INT32_MAX PRId32 PRIi32 #endif #ifdef UINT32_MAX PRIo32 PRIu32 PRIx32 PRIX32 #endif #ifdef INT64_MAX PRId64 PRIi64 #endif #ifdef UINT64_MAX PRIo64 PRIu64 PRIx64 PRIX64 #endif PRIdLEAST8 PRIiLEAST8 PRIoLEAST8 PRIuLEAST8 PRIxLEAST8 PRIXLEAST8 PRIdLEAST16 PRIiLEAST16 PRIoLEAST16 PRIuLEAST16 PRIxLEAST16 PRIXLEAST16 PRIdLEAST32 PRIiLEAST32 PRIoLEAST32 PRIuLEAST32 PRIxLEAST32 PRIXLEAST32 PRIdLEAST64 PRIiLEAST64 PRIoLEAST64 PRIuLEAST64 PRIxLEAST64 PRIXLEAST64 PRIdFAST8 PRIiFAST8 PRIoFAST8 PRIuFAST8 PRIxFAST8 PRIXFAST8 PRIdFAST16 PRIiFAST16 PRIoFAST16 PRIuFAST16 PRIxFAST16 PRIXFAST16 PRIdFAST32 PRIiFAST32 PRIoFAST32 PRIuFAST32 PRIxFAST32 PRIXFAST32 PRIdFAST64 PRIiFAST64 PRIoFAST64 PRIuFAST64 PRIxFAST64 PRIXFAST64 PRIdMAX PRIiMAX PRIoMAX PRIuMAX PRIxMAX PRIXMAX #ifdef INTPTR_MAX PRIdPTR PRIiPTR #endif #ifdef UINTPTR_MAX PRIoPTR PRIuPTR PRIxPTR PRIXPTR #endif ; const char *l = /* implicit string concatenation */ #ifdef INT8_MAX SCNd8 SCNi8 #endif #ifdef UINT8_MAX SCNo8 SCNu8 SCNx8 #endif #ifdef INT16_MAX SCNd16 SCNi16 #endif #ifdef UINT16_MAX SCNo16 SCNu16 SCNx16 #endif #ifdef INT32_MAX SCNd32 SCNi32 #endif #ifdef UINT32_MAX SCNo32 SCNu32 SCNx32 #endif #ifdef INT64_MAX SCNd64 SCNi64 #endif #ifdef UINT64_MAX SCNo64 SCNu64 SCNx64 #endif SCNdLEAST8 SCNiLEAST8 SCNoLEAST8 SCNuLEAST8 SCNxLEAST8 SCNdLEAST16 SCNiLEAST16 SCNoLEAST16 SCNuLEAST16 SCNxLEAST16 SCNdLEAST32 SCNiLEAST32 SCNoLEAST32 SCNuLEAST32 SCNxLEAST32 SCNdLEAST64 SCNiLEAST64 SCNoLEAST64 SCNuLEAST64 SCNxLEAST64 SCNdFAST8 SCNiFAST8 SCNoFAST8 SCNuFAST8 SCNxFAST8 SCNdFAST16 SCNiFAST16 SCNoFAST16 SCNuFAST16 SCNxFAST16 SCNdFAST32 SCNiFAST32 SCNoFAST32 SCNuFAST32 SCNxFAST32 SCNdFAST64 SCNiFAST64 SCNoFAST64 SCNuFAST64 SCNxFAST64 SCNdMAX SCNiMAX SCNoMAX SCNuMAX SCNxMAX #ifdef INTPTR_MAX SCNdPTR SCNiPTR #endif #ifdef UINTPTR_MAX SCNoPTR SCNuPTR SCNxPTR #endif ; int main (void) { return 0; } gsasl-1.8.0/lib/gltests/dummy.c0000664000000000000000000000325411746471770013276 00000000000000/* A dummy file, to prevent empty libraries from breaking builds. Copyright (C) 2004, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Some systems, reportedly OpenBSD and Mac OS X, refuse to create libraries without any object files. You might get an error like: > ar cru .libs/libgl.a > ar: no archive members specified Compiling this file, and adding its object file to the library, will prevent the library from being empty. */ /* Some systems, such as Solaris with cc 5.0, refuse to work with libraries that don't export any symbol. You might get an error like: > cc ... libgnu.a > ild: (bad file) garbled symbol table in archive ../gllib/libgnu.a Compiling this file, and adding its object file to the library, will prevent the library from exporting no symbols. */ #ifdef __sun /* This declaration ensures that the library will export at least 1 symbol. */ int gl_dummy_symbol; #else /* This declaration is solely to ensure that after preprocessing this file is never empty. */ typedef int dummy; #endif gsasl-1.8.0/lib/gltests/test-memmem.c0000664000000000000000000002105111746471770014370 00000000000000/* * Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc. * Written by Bruno Haible and Eric Blake * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (memmem, void *, (void const *, size_t, void const *, size_t)); #include #include #include #include "zerosize-ptr.h" #include "macros.h" static void * null_ptr (void) { return NULL; } int main (int argc, char *argv[]) { #if HAVE_DECL_ALARM /* Declare failure if test takes too long, by using default abort caused by SIGALRM. All known platforms that lack alarm also lack memmem, and the replacement memmem is known to not take too long. */ signal (SIGALRM, SIG_DFL); alarm (100); #endif { const char input[] = "foo"; const char *result = memmem (input, strlen (input), "", 0); ASSERT (result == input); } { const char input[] = "foo"; const char *result = memmem (input, strlen (input), "o", 1); ASSERT (result == input + 1); } { const char input[] = "ABC ABCDAB ABCDABCDABDE"; const char *result = memmem (input, strlen (input), "ABCDABD", 7); ASSERT (result == input + 15); } { const char input[] = "ABC ABCDAB ABCDABCDABDE"; const char *result = memmem (input, strlen (input), "ABCDABE", 7); ASSERT (result == NULL); } { const char input[] = "ABC ABCDAB ABCDABCDABDE"; const char *result = memmem (input, strlen (input), "ABCDABCD", 8); ASSERT (result == input + 11); } /* Check that length 0 does not dereference the pointer. */ { const char *result = memmem (zerosize_ptr (), 0, "foo", 3); ASSERT (result == NULL); } { const char input[] = "foo"; const char *result = memmem (input, strlen (input), null_ptr (), 0); ASSERT (result == input); } /* Check that a long periodic needle does not cause false positives. */ { const char input[] = ("F_BD_CE_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD" "_C3_88_20_EF_BF_BD_EF_BF_BD_EF_BF_BD" "_C3_A7_20_EF_BF_BD"); const char need[] = "_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD"; const char *result = memmem (input, strlen (input), need, strlen (need)); ASSERT (result == NULL); } { const char input[] = ("F_BD_CE_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD" "_C3_88_20_EF_BF_BD_EF_BF_BD_EF_BF_BD" "_C3_A7_20_EF_BF_BD_DA_B5_C2_A6_20" "_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD"); const char need[] = "_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD_EF_BF_BD"; const char *result = memmem (input, strlen (input), need, strlen (need)); ASSERT (result == input + 115); } /* Check that a very long haystack is handled quickly if the needle is short and occurs near the beginning. */ { size_t repeat = 10000; size_t m = 1000000; const char *needle = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"; size_t n = strlen (needle); char *haystack = (char *) malloc (m + 1); if (haystack != NULL) { memset (haystack, 'A', m); haystack[0] = 'B'; for (; repeat > 0; repeat--) { ASSERT (memmem (haystack, m, needle, n) == haystack + 1); } free (haystack); } } /* Check that a very long needle is discarded quickly if the haystack is short. */ { size_t repeat = 10000; size_t m = 1000000; const char *haystack = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" "ABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABABAB"; size_t n = strlen (haystack); char *needle = (char *) malloc (m + 1); if (needle != NULL) { memset (needle, 'A', m); for (; repeat > 0; repeat--) { ASSERT (memmem (haystack, n, needle, m) == NULL); } free (needle); } } /* Check that the asymptotic worst-case complexity is not quadratic. */ { size_t m = 1000000; char *haystack = (char *) malloc (2 * m + 1); char *needle = (char *) malloc (m + 1); if (haystack != NULL && needle != NULL) { const char *result; memset (haystack, 'A', 2 * m); haystack[2 * m] = 'B'; memset (needle, 'A', m); needle[m] = 'B'; result = memmem (haystack, 2 * m + 1, needle, m + 1); ASSERT (result == haystack + m); } free (needle); free (haystack); } /* Check that long needles not present in a haystack can be handled with sublinear speed. */ { size_t repeat = 10000; size_t m = 1000000; size_t n = 1000; char *haystack = (char *) malloc (m); char *needle = (char *) malloc (n); if (haystack != NULL && needle != NULL) { const char *result; memset (haystack, 'A', m); memset (needle, 'B', n); for (; repeat > 0; repeat--) { result = memmem (haystack, m, needle, n); ASSERT (result == NULL); } } free (haystack); free (needle); } { /* Ensure that with a barely periodic "short" needle, memmem's search does not mistakenly skip just past the match point. This use of memmem would mistakenly return NULL before gnulib v0.0-4927. */ const char *haystack = "\n" "with_build_libsubdir\n" "with_local_prefix\n" "with_gxx_include_dir\n" "with_cpp_install_dir\n" "enable_generated_files_in_srcdir\n" "with_gnu_ld\n" "with_ld\n" "with_demangler_in_ld\n" "with_gnu_as\n" "with_as\n" "enable_largefile\n" "enable_werror_always\n" "enable_checking\n" "enable_coverage\n" "enable_gather_detailed_mem_stats\n" "enable_build_with_cxx\n" "with_stabs\n" "enable_multilib\n" "enable___cxa_atexit\n" "enable_decimal_float\n" "enable_fixed_point\n" "enable_threads\n" "enable_tls\n" "enable_objc_gc\n" "with_dwarf2\n" "enable_shared\n" "with_build_sysroot\n" "with_sysroot\n" "with_specs\n" "with_pkgversion\n" "with_bugurl\n" "enable_languages\n" "with_multilib_list\n"; const char *needle = "\n" "with_gnu_ld\n"; const char* p = memmem (haystack, strlen (haystack), needle, strlen (needle)); ASSERT (p - haystack == 114); } { /* Same bug, shorter trigger. */ const char *haystack = "..wi.d."; const char *needle = ".d."; const char* p = memmem (haystack, strlen (haystack), needle, strlen (needle)); ASSERT (p - haystack == 4); } { /* Like the above, but trigger the flaw in two_way_long_needle by using a needle of length LONG_NEEDLE_THRESHOLD (32) or greater. Rather than trying to find the right alignment manually, I've arbitrarily chosen the following needle and template for the haystack, and ensure that for each placement of the needle in that haystack, memmem finds it. */ const char *needle = "\nwith_gnu_ld-extend-to-len-32-b\n"; const char *h = "\n" "with_build_libsubdir\n" "with_local_prefix\n" "with_gxx_include_dir\n" "with_cpp_install_dir\n" "with_e_\n" "..............................\n" "with_FGHIJKLMNOPQRSTUVWXYZ\n" "with_567890123456789\n" "with_multilib_list\n"; size_t h_len = strlen (h); char *haystack = malloc (h_len + 1); size_t i; ASSERT (haystack); for (i = 0; i < h_len - strlen (needle); i++) { const char *p; memcpy (haystack, h, h_len + 1); memcpy (haystack + i, needle, strlen (needle) + 1); p = memmem (haystack, strlen (haystack), needle, strlen (needle)); ASSERT (p); ASSERT (p - haystack == i); } } return 0; } gsasl-1.8.0/lib/gltests/test-c-ctype.c0000664000000000000000000002605311746471770014466 00000000000000/* Test of character handling in C locale. Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2005. */ #include #include "c-ctype.h" #include #include "macros.h" static void test_all (void) { int c; for (c = -0x80; c < 0x100; c++) { ASSERT (c_isascii (c) == (c >= 0 && c < 0x80)); switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': ASSERT (c_isalnum (c) == 1); break; default: ASSERT (c_isalnum (c) == 0); break; } switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': ASSERT (c_isalpha (c) == 1); break; default: ASSERT (c_isalpha (c) == 0); break; } switch (c) { case '\t': case ' ': ASSERT (c_isblank (c) == 1); break; default: ASSERT (c_isblank (c) == 0); break; } ASSERT (c_iscntrl (c) == ((c >= 0 && c < 0x20) || c == 0x7f)); switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': ASSERT (c_isdigit (c) == 1); break; default: ASSERT (c_isdigit (c) == 0); break; } switch (c) { case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': ASSERT (c_islower (c) == 1); break; default: ASSERT (c_islower (c) == 0); break; } ASSERT (c_isgraph (c) == ((c >= 0x20 && c < 0x7f) && c != ' ')); ASSERT (c_isprint (c) == (c >= 0x20 && c < 0x7f)); ASSERT (c_ispunct (c) == (c_isgraph (c) && !c_isalnum (c))); switch (c) { case ' ': case '\t': case '\n': case '\v': case '\f': case '\r': ASSERT (c_isspace (c) == 1); break; default: ASSERT (c_isspace (c) == 0); break; } switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': ASSERT (c_isupper (c) == 1); break; default: ASSERT (c_isupper (c) == 0); break; } switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': ASSERT (c_isxdigit (c) == 1); break; default: ASSERT (c_isxdigit (c) == 0); break; } switch (c) { case 'A': ASSERT (c_tolower (c) == 'a'); ASSERT (c_toupper (c) == c); break; case 'B': ASSERT (c_tolower (c) == 'b'); ASSERT (c_toupper (c) == c); break; case 'C': ASSERT (c_tolower (c) == 'c'); ASSERT (c_toupper (c) == c); break; case 'D': ASSERT (c_tolower (c) == 'd'); ASSERT (c_toupper (c) == c); break; case 'E': ASSERT (c_tolower (c) == 'e'); ASSERT (c_toupper (c) == c); break; case 'F': ASSERT (c_tolower (c) == 'f'); ASSERT (c_toupper (c) == c); break; case 'G': ASSERT (c_tolower (c) == 'g'); ASSERT (c_toupper (c) == c); break; case 'H': ASSERT (c_tolower (c) == 'h'); ASSERT (c_toupper (c) == c); break; case 'I': ASSERT (c_tolower (c) == 'i'); ASSERT (c_toupper (c) == c); break; case 'J': ASSERT (c_tolower (c) == 'j'); ASSERT (c_toupper (c) == c); break; case 'K': ASSERT (c_tolower (c) == 'k'); ASSERT (c_toupper (c) == c); break; case 'L': ASSERT (c_tolower (c) == 'l'); ASSERT (c_toupper (c) == c); break; case 'M': ASSERT (c_tolower (c) == 'm'); ASSERT (c_toupper (c) == c); break; case 'N': ASSERT (c_tolower (c) == 'n'); ASSERT (c_toupper (c) == c); break; case 'O': ASSERT (c_tolower (c) == 'o'); ASSERT (c_toupper (c) == c); break; case 'P': ASSERT (c_tolower (c) == 'p'); ASSERT (c_toupper (c) == c); break; case 'Q': ASSERT (c_tolower (c) == 'q'); ASSERT (c_toupper (c) == c); break; case 'R': ASSERT (c_tolower (c) == 'r'); ASSERT (c_toupper (c) == c); break; case 'S': ASSERT (c_tolower (c) == 's'); ASSERT (c_toupper (c) == c); break; case 'T': ASSERT (c_tolower (c) == 't'); ASSERT (c_toupper (c) == c); break; case 'U': ASSERT (c_tolower (c) == 'u'); ASSERT (c_toupper (c) == c); break; case 'V': ASSERT (c_tolower (c) == 'v'); ASSERT (c_toupper (c) == c); break; case 'W': ASSERT (c_tolower (c) == 'w'); ASSERT (c_toupper (c) == c); break; case 'X': ASSERT (c_tolower (c) == 'x'); ASSERT (c_toupper (c) == c); break; case 'Y': ASSERT (c_tolower (c) == 'y'); ASSERT (c_toupper (c) == c); break; case 'Z': ASSERT (c_tolower (c) == 'z'); ASSERT (c_toupper (c) == c); break; case 'a': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'A'); break; case 'b': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'B'); break; case 'c': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'C'); break; case 'd': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'D'); break; case 'e': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'E'); break; case 'f': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'F'); break; case 'g': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'G'); break; case 'h': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'H'); break; case 'i': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'I'); break; case 'j': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'J'); break; case 'k': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'K'); break; case 'l': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'L'); break; case 'm': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'M'); break; case 'n': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'N'); break; case 'o': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'O'); break; case 'p': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'P'); break; case 'q': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'Q'); break; case 'r': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'R'); break; case 's': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'S'); break; case 't': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'T'); break; case 'u': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'U'); break; case 'v': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'V'); break; case 'w': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'W'); break; case 'x': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'X'); break; case 'y': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'Y'); break; case 'z': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'Z'); break; default: ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == c); break; } } } int main () { test_all (); setlocale (LC_ALL, "de_DE"); test_all (); setlocale (LC_ALL, "ja_JP.EUC-JP"); test_all (); return 0; } gsasl-1.8.0/lib/gltests/test-fwrite.c0000664000000000000000000000502011746471770014411 00000000000000/* Test of fwrite() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fwrite, size_t, (const void *, size_t, size_t, FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fwrite.txt"; /* We don't have an fwrite() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Test that fwrite() on an unbuffered stream sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "w"); char buf[5] = "world"; ASSERT (fp != NULL); setvbuf (fp, NULL, _IONBF, 0); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fwrite() on an unbuffered stream sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "w"); if (fp != NULL) { char buf[5] = "world"; setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "w"); if (fp != NULL) { char buf[5] = "world"; setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/lib/gltests/test-memchr.c0000664000000000000000000000731211746471770014372 00000000000000/* * Copyright (C) 2008-2012 Free Software Foundation, Inc. * Written by Eric Blake and Bruno Haible * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (memchr, void *, (void const *, int, size_t)); #include #include "zerosize-ptr.h" #include "macros.h" /* Calculating void * + int is not portable, so this wrapper converts to char * to make the tests easier to write. */ #define MEMCHR (char *) memchr int main (void) { size_t n = 0x100000; char *input = malloc (n); ASSERT (input); input[0] = 'a'; input[1] = 'b'; memset (input + 2, 'c', 1024); memset (input + 1026, 'd', n - 1028); input[n - 2] = 'e'; input[n - 1] = 'a'; /* Basic behavior tests. */ ASSERT (MEMCHR (input, 'a', n) == input); ASSERT (MEMCHR (input, 'a', 0) == NULL); ASSERT (MEMCHR (zerosize_ptr (), 'a', 0) == NULL); ASSERT (MEMCHR (input, 'b', n) == input + 1); ASSERT (MEMCHR (input, 'c', n) == input + 2); ASSERT (MEMCHR (input, 'd', n) == input + 1026); ASSERT (MEMCHR (input + 1, 'a', n - 1) == input + n - 1); ASSERT (MEMCHR (input + 1, 'e', n - 1) == input + n - 2); ASSERT (MEMCHR (input + 1, 0x789abc00 | 'e', n - 1) == input + n - 2); ASSERT (MEMCHR (input, 'f', n) == NULL); ASSERT (MEMCHR (input, '\0', n) == NULL); /* Check that a very long haystack is handled quickly if the byte is found near the beginning. */ { size_t repeat = 10000; for (; repeat > 0; repeat--) { ASSERT (MEMCHR (input, 'c', n) == input + 2); } } /* Alignment tests. */ { int i, j; for (i = 0; i < 32; i++) { for (j = 0; j < 256; j++) input[i + j] = j; for (j = 0; j < 256; j++) { ASSERT (MEMCHR (input + i, j, 256) == input + i + j); } } } /* Check that memchr() does not read past the first occurrence of the byte being searched. See the Austin Group's clarification . Test both '\0' and something else, since some implementations special-case searching for NUL. */ { char *page_boundary = (char *) zerosize_ptr (); /* Too small, and we miss cache line boundary tests; too large, and the test takes cubically longer to complete. */ int limit = 257; if (page_boundary != NULL) { for (n = 1; n <= limit; n++) { char *mem = page_boundary - n; memset (mem, 'X', n); ASSERT (MEMCHR (mem, 'U', n) == NULL); ASSERT (MEMCHR (mem, 0, n) == NULL); { size_t i; size_t k; for (i = 0; i < n; i++) { mem[i] = 'U'; for (k = i + 1; k < n + limit; k++) ASSERT (MEMCHR (mem, 'U', k) == mem + i); mem[i] = 0; for (k = i + 1; k < n + limit; k++) ASSERT (MEMCHR (mem, 0, k) == mem + i); mem[i] = 'X'; } } } } } free (input); return 0; } gsasl-1.8.0/lib/gltests/zerosize-ptr.h0000664000000000000000000000471611746471770014631 00000000000000/* Return a pointer to a zero-size object in memory. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* ISO C 99 does not allow memcmp(), memchr() etc. to be invoked with a NULL argument. Therefore this file produces a non-NULL pointer which cannot be dereferenced, if possible. */ #include /* Test whether mmap() and mprotect() are available. We don't use HAVE_MMAP, because AC_FUNC_MMAP would not define it on HP-UX. HAVE_MPROTECT is not enough, because mingw does not have mmap() but has an mprotect() function in libgcc.a. */ #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # include # include # include # include /* Define MAP_FILE when it isn't otherwise. */ # ifndef MAP_FILE # define MAP_FILE 0 # endif #endif /* Return a pointer to a zero-size object in memory (that is, actually, a pointer to a page boundary where the previous page is readable and writable and the next page is neither readable not writable), if possible. Return NULL otherwise. */ static void * zerosize_ptr (void) { /* Use mmap and mprotect when they exist. Don't test HAVE_MMAP, because it is not defined on HP-UX 11 (since it does not support MAP_FIXED). */ #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # if HAVE_MAP_ANONYMOUS const int flags = MAP_ANONYMOUS | MAP_PRIVATE; const int fd = -1; # else /* !HAVE_MAP_ANONYMOUS */ const int flags = MAP_FILE | MAP_PRIVATE; int fd = open ("/dev/zero", O_RDONLY, 0666); if (fd >= 0) # endif { int pagesize = getpagesize (); char *two_pages = (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE, flags, fd, 0); if (two_pages != (char *)(-1) && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0) return two_pages + pagesize; } #endif return NULL; } gsasl-1.8.0/lib/gltests/test-sys_wait.h0000664000000000000000000000361511746471770014770 00000000000000/* Test of macros shared between and . Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2010. */ static int test_sys_wait_macros (void) { /* Check subset of macros that must be visible here. Note that some of these macros are only portable when operating on an lvalue. */ int i; for (i = 0; i < 0x8000; i = (i ? i << 1 : 1)) { /* POSIX requires that for all valid process statuses, that exactly one of these three macros is true. But not all possible 16-bit values map to valid process status. Traditionally, 8 of the bits are for WIFEXITED, 7 of the bits to tell between WIFSIGNALED and WIFSTOPPED, and either 0x80 or 0x8000 to flag that core was also dumped. Since we don't know which byte is WIFEXITED, we skip the both possible bits that can signal core dump. */ if (i == 0x80) continue; if (!!WIFSIGNALED (i) + !!WIFEXITED (i) + !!WIFSTOPPED (i) != 1) return 1; } i = WEXITSTATUS (i) + WSTOPSIG (i) + WTERMSIG (i); switch (i) { #if 0 /* Gnulib doesn't guarantee these, yet. */ case WNOHANG: case WUNTRACED: #endif break; } return 0; } gsasl-1.8.0/lib/gltests/test-gc.c0000664000000000000000000000174711746471770013516 00000000000000/* * Copyright (C) 2005-2006, 2010-2012 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ #include #include #include #include "gc.h" int main (int argc, char *argv[]) { Gc_rc rc; rc = gc_init (); if (rc != GC_OK) { printf ("gc_init() failed\n"); return 1; } gc_done (); return 0; } gsasl-1.8.0/lib/gltests/test-verify.c0000664000000000000000000000350311746471770014421 00000000000000/* Test the "verify" module. Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible. */ #include #include "verify.h" #ifndef EXP_FAIL # define EXP_FAIL 0 #endif int x; enum { a, b, c }; #if EXP_FAIL == 1 verify (x >= 0); /* should give ERROR: non-constant expression */ #endif verify (c == 2); /* should be ok */ #if EXP_FAIL == 2 verify (1 + 1 == 3); /* should give ERROR */ #endif verify (1 == 1); verify (1 == 1); /* should be ok */ enum { item = verify_true (1 == 1) * 0 + 17 /* should be ok */ }; static int function (int n) { #if EXP_FAIL == 3 verify (n >= 0); /* should give ERROR: non-constant expression */ #endif verify (c == 2); /* should be ok */ #if EXP_FAIL == 4 verify (1 + 1 == 3); /* should give ERROR */ #endif verify (1 == 1); verify (1 == 1); /* should be ok */ if (n) return ((void) verify_expr (1 == 1, 1), verify_expr (1 == 1, 8)); /* should be ok */ #if EXP_FAIL == 5 return verify_expr (1 == 2, 5); /* should give ERROR */ #endif return 0; } int main (void) { return !(function (0) == 0 && function (1) == 8); } gsasl-1.8.0/lib/gltests/test-stdalign.c0000664000000000000000000000674411746471770014734 00000000000000/* Test of . Copyright 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert, inspired by Bruno Haible's test-alignof.c. */ #include #include #include #include #include "verify.h" #include "macros.h" typedef long double longdouble; typedef struct { char a[1]; } struct1; typedef struct { char a[2]; } struct2; typedef struct { char a[3]; } struct3; typedef struct { char a[4]; } struct4; verify (__alignof_is_defined == 1); #ifndef alignof # error "alignof is not a macro" #endif #if __alignas_is_defined verify (__alignas_is_defined == 1); # ifndef alignas # error "alignas is not a macro" # endif /* mingw can go up only to 8. 8 is all that GNU Emacs needs, so let's limit the test to 8 for now. */ # define TEST_ALIGNMENT 8 #else # define _Alignas(alignment) # define alignas(alignment) # define TEST_ALIGNMENT 1 #endif #define CHECK_STATIC(type) \ typedef struct { char slot1; type slot2; } type##_helper; \ verify (alignof (type) == offsetof (type##_helper, slot2)); \ verify (_Alignof (type) == alignof (type)); \ const int type##_alignment = alignof (type); \ type alignas (TEST_ALIGNMENT) static_##type##_alignas; \ type _Alignas (TEST_ALIGNMENT) static_##type##_Alignas #define CHECK_ALIGNED(var) ASSERT ((uintptr_t) &(var) % TEST_ALIGNMENT == 0) CHECK_STATIC (char); CHECK_STATIC (short); CHECK_STATIC (int); CHECK_STATIC (long); #ifdef INT64_MAX CHECK_STATIC (int64_t); #endif CHECK_STATIC (float); CHECK_STATIC (double); /* CHECK_STATIC (longdouble); */ CHECK_STATIC (struct1); CHECK_STATIC (struct2); CHECK_STATIC (struct3); CHECK_STATIC (struct4); int main () { #if defined __SUNPRO_C /* Avoid a test failure due to Sun Studio Developer Bug Report #2125432. */ fputs ("Skipping test: known Sun C compiler bug\n", stderr); return 77; #else CHECK_ALIGNED (static_char_alignas); CHECK_ALIGNED (static_char_Alignas); CHECK_ALIGNED (static_short_alignas); CHECK_ALIGNED (static_short_Alignas); CHECK_ALIGNED (static_int_alignas); CHECK_ALIGNED (static_int_Alignas); CHECK_ALIGNED (static_long_alignas); CHECK_ALIGNED (static_long_Alignas); # ifdef INT64_MAX CHECK_ALIGNED (static_int64_t_alignas); CHECK_ALIGNED (static_int64_t_Alignas); # endif CHECK_ALIGNED (static_float_alignas); CHECK_ALIGNED (static_float_Alignas); CHECK_ALIGNED (static_double_alignas); CHECK_ALIGNED (static_double_Alignas); /* CHECK_ALIGNED (static_longdouble_alignas); */ /* CHECK_ALIGNED (static_longdouble_Alignas); */ CHECK_ALIGNED (static_struct1_alignas); CHECK_ALIGNED (static_struct1_Alignas); CHECK_ALIGNED (static_struct2_alignas); CHECK_ALIGNED (static_struct2_Alignas); CHECK_ALIGNED (static_struct3_alignas); CHECK_ALIGNED (static_struct3_Alignas); CHECK_ALIGNED (static_struct4_alignas); CHECK_ALIGNED (static_struct4_Alignas); return 0; #endif } gsasl-1.8.0/lib/gltests/signature.h0000664000000000000000000000367611746471770014161 00000000000000/* Macro for checking that a function declaration is compliant. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef SIGNATURE_CHECK /* Check that the function FN takes the specified arguments ARGS with a return type of RET. This header is designed to be included after and the one system header that is supposed to contain the function being checked, but prior to any other system headers that are necessary for the unit test. Therefore, this file does not include any system headers, nor reference anything outside of the macro arguments. For an example, if foo.h should provide: extern int foo (char, float); then the unit test named test-foo.c would start out with: #include #include #include "signature.h" SIGNATURE_CHECK (foo, int, (char, float)); #include ... */ # define SIGNATURE_CHECK(fn, ret, args) \ SIGNATURE_CHECK1 (fn, ret, args, __LINE__) /* Necessary to allow multiple SIGNATURE_CHECK lines in a unit test. Note that the checks must not occupy the same line. */ # define SIGNATURE_CHECK1(fn, ret, args, id) \ SIGNATURE_CHECK2 (fn, ret, args, id) /* macroexpand line */ # define SIGNATURE_CHECK2(fn, ret, args, id) \ static ret (* _GL_UNUSED signature_check ## id) args = fn #endif /* SIGNATURE_CHECK */ gsasl-1.8.0/lib/gltests/test-vasnprintf.c0000664000000000000000000000433511746471770015313 00000000000000/* Test of vasnprintf() and asnprintf() functions. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include "vasnprintf.h" #include #include #include #include "macros.h" static void test_function (char * (*my_asnprintf) (char *, size_t *, const char *, ...)) { char buf[8]; int size; for (size = 0; size <= 8; size++) { size_t length = size; char *result = my_asnprintf (NULL, &length, "%d", 12345); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); ASSERT (length == 5); free (result); } for (size = 0; size <= 8; size++) { size_t length; char *result; memcpy (buf, "DEADBEEF", 8); length = size; result = my_asnprintf (buf, &length, "%d", 12345); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); ASSERT (length == 5); if (size < 6) ASSERT (result != buf); ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0); if (result != buf) free (result); } } static char * my_asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) { va_list args; char *ret; va_start (args, format); ret = vasnprintf (resultbuf, lengthp, format, args); va_end (args); return ret; } static void test_vasnprintf () { test_function (my_asnprintf); } static void test_asnprintf () { test_function (asnprintf); } int main (int argc, char *argv[]) { test_vasnprintf (); test_asnprintf (); return 0; } gsasl-1.8.0/lib/gltests/test-verify.sh0000775000000000000000000000130511746471770014612 00000000000000#!/bin/sh . "${srcdir=.}/init.sh" # We are not interested in triggering bugs in the compilers and tools # (such as gcc 4.3.1 on openSUSE 11.0). unset MALLOC_PERTURB_ # Rather than figure out how to invoke the compiler with the right # include path ourselves, we let make do it: (cd "$initial_cwd_" && rm -f test-verify.o \ && $MAKE test-verify.o >/dev/null 2>&1) \ || skip_ "cannot compile error-free" # Now, prove that we encounter all expected compilation failures: : >out : >err for i in 1 2 3 4 5; do (cd "$initial_cwd_" rm -f test-verify.o $MAKE CFLAGS=-DEXP_FAIL=$i test-verify.o) >>out 2>>err \ && { warn_ "compiler didn't detect verification failure $i"; fail=1; } done Exit $fail gsasl-1.8.0/lib/gltests/test-stdbool.c0000664000000000000000000000666011746471770014572 00000000000000/* Test of substitute. Copyright (C) 2002-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ /* We want this test to succeed even when using gcc's -Werror; but to do that requires a pragma that didn't exist before 4.3.0. */ #ifndef __GNUC__ # define ADDRESS_CHECK_OKAY #elif __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 3) /* No way to silence -Waddress. */ #else # pragma GCC diagnostic ignored "-Waddress" # define ADDRESS_CHECK_OKAY #endif #include #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif /* Several tests cannot be guaranteed with gnulib's , at least, not for all compilers and compiler options. */ #if HAVE_STDBOOL_H || 3 <= __GNUC__ struct s { _Bool s: 1; _Bool t; } s; #endif char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; #if HAVE_STDBOOL_H || 3 <= __GNUC__ /* See above. */ char d[(bool) 0.5 == true ? 1 : -1]; # ifdef ADDRESS_CHECK_OKAY /* Avoid gcc warning. */ /* C99 may plausibly be interpreted as not requiring support for a cast from a variable's address to bool in a static initializer. So treat it like a GCC extension. */ # ifdef __GNUC__ bool e = &s; # endif # endif char f[(_Bool) 0.0 == false ? 1 : -1]; #endif char g[true]; char h[sizeof (_Bool)]; #if HAVE_STDBOOL_H || 3 <= __GNUC__ /* See above. */ char i[sizeof s.t]; #endif enum { j = false, k = true, l = false * true, m = true * 256 }; _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; int main () { int error = 0; #if HAVE_STDBOOL_H || 3 <= __GNUC__ /* See above. */ # ifdef ADDRESS_CHECK_OKAY /* Avoid gcc warning. */ /* A cast from a variable's address to bool is valid in expressions. */ { bool e1 = &s; if (!e1) error = 1; } # endif #endif /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 reported by James Lemley on 2005-10-05; see http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html This is a runtime test, since a corresponding compile-time test would rely on initializer extensions. */ { char digs[] = "0123456789"; if (&(digs + 5)[-2 + (bool) 1] != &digs[4]) error = 1; } return error; } gsasl-1.8.0/lib/gltests/init.sh0000664000000000000000000004531111754207050013261 00000000000000# source this file; set up for tests # Copyright (C) 2009-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Using this file in a test # ========================= # # The typical skeleton of a test looks like this: # # #!/bin/sh # . "${srcdir=.}/init.sh"; path_prepend_ . # Execute some commands. # Note that these commands are executed in a subdirectory, therefore you # need to prepend "../" to relative filenames in the build directory. # Note that the "path_prepend_ ." is useful only if the body of your # test invokes programs residing in the initial directory. # For example, if the programs you want to test are in src/, and this test # script is named tests/test-1, then you would use "path_prepend_ ../src", # or perhaps export PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" # to all tests via automake's TESTS_ENVIRONMENT. # Set the exit code 0 for success, 77 for skipped, or 1 or other for failure. # Use the skip_ and fail_ functions to print a diagnostic and then exit # with the corresponding exit code. # Exit $? # Executing a test that uses this file # ==================================== # # Running a single test: # $ make check TESTS=test-foo.sh # # Running a single test, with verbose output: # $ make check TESTS=test-foo.sh VERBOSE=yes # # Running a single test, with single-stepping: # 1. Go into a sub-shell: # $ bash # 2. Set relevant environment variables from TESTS_ENVIRONMENT in the # Makefile: # $ export srcdir=../../tests # this is an example # 3. Execute the commands from the test, copy&pasting them one by one: # $ . "$srcdir/init.sh"; path_prepend_ . # ... # 4. Finally # $ exit ME_=`expr "./$0" : '.*/\(.*\)$'` # We use a trap below for cleanup. This requires us to go through # hoops to get the right exit status transported through the handler. # So use 'Exit STATUS' instead of 'exit STATUS' inside of the tests. # Turn off errexit here so that we don't trip the bug with OSF1/Tru64 # sh inside this function. Exit () { set +e; (exit $1); exit $1; } # Print warnings (e.g., about skipped and failed tests) to this file number. # Override by defining to say, 9, in init.cfg, and putting say, # export ...ENVVAR_SETTINGS...; $(SHELL) 9>&2 # in the definition of TESTS_ENVIRONMENT in your tests/Makefile.am file. # This is useful when using automake's parallel tests mode, to print # the reason for skip/failure to console, rather than to the .log files. : ${stderr_fileno_=2} # Note that correct expansion of "$*" depends on IFS starting with ' '. # Always write the full diagnostic to stderr. # When stderr_fileno_ is not 2, also emit the first line of the # diagnostic to that file descriptor. warn_ () { # If IFS does not start with ' ', set it and emit the warning in a subshell. case $IFS in ' '*) printf '%s\n' "$*" >&2 test $stderr_fileno_ = 2 \ || { printf '%s\n' "$*" | sed 1q >&$stderr_fileno_ ; } ;; *) (IFS=' '; warn_ "$@");; esac } fail_ () { warn_ "$ME_: failed test: $@"; Exit 1; } skip_ () { warn_ "$ME_: skipped test: $@"; Exit 77; } fatal_ () { warn_ "$ME_: hard error: $@"; Exit 99; } framework_failure_ () { warn_ "$ME_: set-up failure: $@"; Exit 99; } # Sanitize this shell to POSIX mode, if possible. DUALCASE=1; export DUALCASE if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # We require $(...) support unconditionally. # We require a few additional shell features only when $EXEEXT is nonempty, # in order to support automatic $EXEEXT emulation: # - hyphen-containing alias names # - we prefer to use ${var#...} substitution, rather than having # to work around lack of support for that feature. # The following code attempts to find a shell with support for these features. # If the current shell passes the test, we're done. Otherwise, test other # shells until we find one that passes. If one is found, re-exec it. # If no acceptable shell is found, skip the current test. # # The "...set -x; P=1 true 2>err..." test is to disqualify any shell that # emits "P=1" into err, as /bin/sh from SunOS 5.11 and OpenBSD 4.7 do. # # Use "9" to indicate success (rather than 0), in case some shell acts # like Solaris 10's /bin/sh but exits successfully instead of with status 2. # Eval this code in a subshell to determine a shell's suitability. # 10 - passes all tests; ok to use # 9 - ok, but enabling "set -x" corrupts app stderr; prefer higher score # ? - not ok gl_shell_test_script_=' test $(echo y) = y || exit 1 score_=10 if test "$VERBOSE" = yes; then test -n "$( (exec 3>&1; set -x; P=1 true 2>&3) 2> /dev/null)" && score_=9 fi test -z "$EXEEXT" && exit $score_ shopt -s expand_aliases alias a-b="echo zoo" v=abx test ${v%x} = ab \ && test ${v#a} = bx \ && test $(a-b) = zoo \ && exit $score_ ' if test "x$1" = "x--no-reexec"; then shift else # Assume a working shell. Export to subshells (setup_ needs this). gl_set_x_corrupts_stderr_=false export gl_set_x_corrupts_stderr_ # Record the first marginally acceptable shell. marginal_= # Search for a shell that meets our requirements. for re_shell_ in __current__ "${CONFIG_SHELL:-no_shell}" \ /bin/sh bash dash zsh pdksh fail do test "$re_shell_" = no_shell && continue # If we've made it all the way to the sentinel, "fail" without # finding even a marginal shell, skip this test. if test "$re_shell_" = fail; then test -z "$marginal_" && skip_ failed to find an adequate shell re_shell_=$marginal_ break fi # When testing the current shell, simply "eval" the test code. # Otherwise, run it via $re_shell_ -c ... if test "$re_shell_" = __current__; then # 'eval'ing this code makes Solaris 10's /bin/sh exit with # $? set to 2. It does not evaluate any of the code after the # "unexpected" first '('. Thus, we must run it in a subshell. ( eval "$gl_shell_test_script_" ) > /dev/null 2>&1 else "$re_shell_" -c "$gl_shell_test_script_" 2>/dev/null fi st_=$? # $re_shell_ works just fine. Use it. if test $st_ = 10; then gl_set_x_corrupts_stderr_=false break fi # If this is our first marginally acceptable shell, remember it. if test "$st_:$marginal_" = 9: ; then marginal_="$re_shell_" gl_set_x_corrupts_stderr_=true fi done if test "$re_shell_" != __current__; then # Found a usable shell. Preserve -v and -x. case $- in *v*x* | *x*v*) opts_=-vx ;; *v*) opts_=-v ;; *x*) opts_=-x ;; *) opts_= ;; esac exec "$re_shell_" $opts_ "$0" --no-reexec "$@" echo "$ME_: exec failed" 1>&2 exit 127 fi fi # If this is bash, turn off all aliases. test -n "$BASH_VERSION" && unalias -a # Note that when supporting $EXEEXT (transparently mapping from PROG_NAME to # PROG_NAME.exe), we want to support hyphen-containing names like test-acos. # That is part of the shell-selection test above. Why use aliases rather # than functions? Because support for hyphen-containing aliases is more # widespread than that for hyphen-containing function names. test -n "$EXEEXT" && shopt -s expand_aliases # Enable glibc's malloc-perturbing option. # This is useful for exposing code that depends on the fact that # malloc-related functions often return memory that is mostly zeroed. # If you have the time and cycles, use valgrind to do an even better job. : ${MALLOC_PERTURB_=87} export MALLOC_PERTURB_ # This is a stub function that is run upon trap (upon regular exit and # interrupt). Override it with a per-test function, e.g., to unmount # a partition, or to undo any other global state changes. cleanup_ () { :; } # Emit a header similar to that from diff -u; Print the simulated "diff" # command so that the order of arguments is clear. Don't bother with @@ lines. emit_diff_u_header_ () { printf '%s\n' "diff -u $*" \ "--- $1 1970-01-01" \ "+++ $2 1970-01-01" } # Arrange not to let diff or cmp operate on /dev/null, # since on some systems (at least OSF/1 5.1), that doesn't work. # When there are not two arguments, or no argument is /dev/null, return 2. # When one argument is /dev/null and the other is not empty, # cat the nonempty file to stderr and return 1. # Otherwise, return 0. compare_dev_null_ () { test $# = 2 || return 2 if test "x$1" = x/dev/null; then test -s "$2" || return 0 emit_diff_u_header_ "$@"; sed 's/^/+/' "$2" return 1 fi if test "x$2" = x/dev/null; then test -s "$1" || return 0 emit_diff_u_header_ "$@"; sed 's/^/-/' "$1" return 1 fi return 2 } if diff_out_=`exec 2>/dev/null; diff -u "$0" "$0" < /dev/null` \ && diff -u Makefile "$0" 2>/dev/null | grep '^[+]#!' >/dev/null; then # diff accepts the -u option and does not (like AIX 7 'diff') produce an # extra space on column 1 of every content line. if test -z "$diff_out_"; then compare_ () { diff -u "$@"; } else compare_ () { if diff -u "$@" > diff.out; then # No differences were found, but Solaris 'diff' produces output # "No differences encountered". Hide this output. rm -f diff.out true else cat diff.out rm -f diff.out false fi } fi elif diff_out_=`exec 2>/dev/null; diff -c "$0" "$0" < /dev/null`; then if test -z "$diff_out_"; then compare_ () { diff -c "$@"; } else compare_ () { if diff -c "$@" > diff.out; then # No differences were found, but AIX and HP-UX 'diff' produce output # "No differences encountered" or "There are no differences between the # files.". Hide this output. rm -f diff.out true else cat diff.out rm -f diff.out false fi } fi elif ( cmp --version < /dev/null 2>&1 | grep GNU ) > /dev/null 2>&1; then compare_ () { cmp -s "$@"; } else compare_ () { cmp "$@"; } fi # Usage: compare EXPECTED ACTUAL # # Given compare_dev_null_'s preprocessing, defer to compare_ if 2 or more. # Otherwise, propagate $? to caller: any diffs have already been printed. compare () { # This looks like it can be factored to use a simple "case $?" # after unchecked compare_dev_null_ invocation, but that would # fail in a "set -e" environment. if compare_dev_null_ "$@"; then return 0 else case $? in 1) return 1;; *) compare_ "$@";; esac fi } # An arbitrary prefix to help distinguish test directories. testdir_prefix_ () { printf gt; } # Run the user-overridable cleanup_ function, remove the temporary # directory and exit with the incoming value of $?. remove_tmp_ () { __st=$? cleanup_ # cd out of the directory we're about to remove cd "$initial_cwd_" || cd / || cd /tmp chmod -R u+rwx "$test_dir_" # If removal fails and exit status was to be 0, then change it to 1. rm -rf "$test_dir_" || { test $__st = 0 && __st=1; } exit $__st } # Given a directory name, DIR, if every entry in it that matches *.exe # contains only the specified bytes (see the case stmt below), then print # a space-separated list of those names and return 0. Otherwise, don't # print anything and return 1. Naming constraints apply also to DIR. find_exe_basenames_ () { feb_dir_=$1 feb_fail_=0 feb_result_= feb_sp_= for feb_file_ in $feb_dir_/*.exe; do # If there was no *.exe file, or there existed a file named "*.exe" that # was deleted between the above glob expansion and the existence test # below, just skip it. test "x$feb_file_" = "x$feb_dir_/*.exe" && test ! -f "$feb_file_" \ && continue # Exempt [.exe, since we can't create a function by that name, yet # we can't invoke [ by PATH search anyways due to shell builtins. test "x$feb_file_" = "x$feb_dir_/[.exe" && continue case $feb_file_ in *[!-a-zA-Z/0-9_.+]*) feb_fail_=1; break;; *) # Remove leading file name components as well as the .exe suffix. feb_file_=${feb_file_##*/} feb_file_=${feb_file_%.exe} feb_result_="$feb_result_$feb_sp_$feb_file_";; esac feb_sp_=' ' done test $feb_fail_ = 0 && printf %s "$feb_result_" return $feb_fail_ } # Consider the files in directory, $1. # For each file name of the form PROG.exe, create an alias named # PROG that simply invokes PROG.exe, then return 0. If any selected # file name or the directory name, $1, contains an unexpected character, # define no alias and return 1. create_exe_shims_ () { case $EXEEXT in '') return 0 ;; .exe) ;; *) echo "$0: unexpected \$EXEEXT value: $EXEEXT" 1>&2; return 1 ;; esac base_names_=`find_exe_basenames_ $1` \ || { echo "$0 (exe_shim): skipping directory: $1" 1>&2; return 0; } if test -n "$base_names_"; then for base_ in $base_names_; do alias "$base_"="$base_$EXEEXT" done fi return 0 } # Use this function to prepend to PATH an absolute name for each # specified, possibly-$initial_cwd_-relative, directory. path_prepend_ () { while test $# != 0; do path_dir_=$1 case $path_dir_ in '') fail_ "invalid path dir: '$1'";; /*) abs_path_dir_=$path_dir_;; *) abs_path_dir_=`cd "$initial_cwd_/$path_dir_" && echo "$PWD"` \ || fail_ "invalid path dir: $path_dir_";; esac case $abs_path_dir_ in *:*) fail_ "invalid path dir: '$abs_path_dir_'";; esac PATH="$abs_path_dir_:$PATH" # Create an alias, FOO, for each FOO.exe in this directory. create_exe_shims_ "$abs_path_dir_" \ || fail_ "something failed (above): $abs_path_dir_" shift done export PATH } setup_ () { if test "$VERBOSE" = yes; then # Test whether set -x may cause the selected shell to corrupt an # application's stderr. Many do, including zsh-4.3.10 and the /bin/sh # from SunOS 5.11, OpenBSD 4.7 and Irix 5.x and 6.5. # If enabling verbose output this way would cause trouble, simply # issue a warning and refrain. if $gl_set_x_corrupts_stderr_; then warn_ "using SHELL=$SHELL with 'set -x' corrupts stderr" else set -x fi fi initial_cwd_=$PWD fail=0 pfx_=`testdir_prefix_` test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \ || fail_ "failed to create temporary directory in $initial_cwd_" cd "$test_dir_" # As autoconf-generated configure scripts do, ensure that IFS # is defined initially, so that saving and restoring $IFS works. gl_init_sh_nl_=' ' IFS=" "" $gl_init_sh_nl_" # This trap statement, along with a trap on 0 below, ensure that the # temporary directory, $test_dir_, is removed upon exit as well as # upon receipt of any of the listed signals. for sig_ in 1 2 3 13 15; do eval "trap 'Exit $(expr $sig_ + 128)' $sig_" done } # Create a temporary directory, much like mktemp -d does. # Written by Jim Meyering. # # Usage: mktempd_ /tmp phoey.XXXXXXXXXX # # First, try to use the mktemp program. # Failing that, we'll roll our own mktemp-like function: # - try to get random bytes from /dev/urandom # - failing that, generate output from a combination of quickly-varying # sources and gzip. Ignore non-varying gzip header, and extract # "random" bits from there. # - given those bits, map to file-name bytes using tr, and try to create # the desired directory. # - make only $MAX_TRIES_ attempts # Helper function. Print $N pseudo-random bytes from a-zA-Z0-9. rand_bytes_ () { n_=$1 # Maybe try openssl rand -base64 $n_prime_|tr '+/=\012' abcd first? # But if they have openssl, they probably have mktemp, too. chars_=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 dev_rand_=/dev/urandom if test -r "$dev_rand_"; then # Note: 256-length($chars_) == 194; 3 copies of $chars_ is 186 + 8 = 194. dd ibs=$n_ count=1 if=$dev_rand_ 2>/dev/null \ | LC_ALL=C tr -c $chars_ 01234567$chars_$chars_$chars_ return fi n_plus_50_=`expr $n_ + 50` cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n' data_=` (eval "$cmds_") 2>&1 | gzip ` # Ensure that $data_ has length at least 50+$n_ while :; do len_=`echo "$data_"|wc -c` test $n_plus_50_ -le $len_ && break; data_=` (echo "$data_"; eval "$cmds_") 2>&1 | gzip ` done echo "$data_" \ | dd bs=1 skip=50 count=$n_ 2>/dev/null \ | LC_ALL=C tr -c $chars_ 01234567$chars_$chars_$chars_ } mktempd_ () { case $# in 2);; *) fail_ "Usage: mktempd_ DIR TEMPLATE";; esac destdir_=$1 template_=$2 MAX_TRIES_=4 # Disallow any trailing slash on specified destdir: # it would subvert the post-mktemp "case"-based destdir test. case $destdir_ in /) ;; */) fail_ "invalid destination dir: remove trailing slash(es)";; esac case $template_ in *XXXX) ;; *) fail_ \ "invalid template: $template_ (must have a suffix of at least 4 X's)";; esac # First, try to use mktemp. d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` \ || fail=1 # The resulting name must be in the specified directory. case $d in "$destdir_"*);; *) fail=1;; esac # It must have created the directory. test -d "$d" || fail=1 # It must have 0700 permissions. Handle sticky "S" bits. perms=`ls -dgo "$d" 2>/dev/null|tr S -` || fail=1 case $perms in drwx------*) ;; *) fail=1;; esac test $fail = 0 && { echo "$d" return } # If we reach this point, we'll have to create a directory manually. # Get a copy of the template without its suffix of X's. base_template_=`echo "$template_"|sed 's/XX*$//'` # Calculate how many X's we've just removed. template_length_=`echo "$template_" | wc -c` nx_=`echo "$base_template_" | wc -c` nx_=`expr $template_length_ - $nx_` err_= i_=1 while :; do X_=`rand_bytes_ $nx_` candidate_dir_="$destdir_/$base_template_$X_" err_=`mkdir -m 0700 "$candidate_dir_" 2>&1` \ && { echo "$candidate_dir_"; return; } test $MAX_TRIES_ -le $i_ && break; i_=`expr $i_ + 1` done fail_ "$err_" } # If you want to override the testdir_prefix_ function, # or to add more utility functions, use this file. test -f "$srcdir/init.cfg" \ && . "$srcdir/init.cfg" setup_ "$@" # This trap is here, rather than in the setup_ function, because some # shells run the exit trap at shell function exit, rather than script exit. trap remove_tmp_ 0 gsasl-1.8.0/lib/gltests/test-strnlen.c0000664000000000000000000000336111746471770014604 00000000000000/* * Copyright (C) 2010-2012 Free Software Foundation, Inc. * Written by Eric Blake * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (strnlen, size_t, (char const *, size_t)); #include #include "zerosize-ptr.h" #include "macros.h" int main (void) { size_t i; char *page_boundary = (char *) zerosize_ptr (); if (!page_boundary) { page_boundary = malloc (0x1000); ASSERT (page_boundary); page_boundary += 0x1000; } /* Basic behavior tests. */ ASSERT (strnlen ("a", 0) == 0); ASSERT (strnlen ("a", 1) == 1); ASSERT (strnlen ("a", 2) == 1); ASSERT (strnlen ("", 0x100000) == 0); /* Memory fence and alignment testing. */ for (i = 0; i < 512; i++) { char *start = page_boundary - i; size_t j = i; memset (start, 'x', i); do { if (i != j) { start[j] = 0; ASSERT (strnlen (start, i + j) == j); } ASSERT (strnlen (start, i) == j); ASSERT (strnlen (start, j) == j); } while (j--); } return 0; } gsasl-1.8.0/lib/gltests/test-base64.c0000664000000000000000000001357511746471770014213 00000000000000/* Self tests for base64. Copyright (C) 2004, 2008-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include "base64.h" #include #include #include #include #include #include "macros.h" int main (void) { const char *in = "abcdefghijklmnop"; const char *b64in = "YWJjZGVmZw=="; char out[255]; size_t len; bool ok; char *p; memset (out, 0x42, sizeof (out)); base64_encode (in, 0, out, 0); ASSERT (out[0] == '\x42'); memset (out, 0x42, sizeof (out)); base64_encode (in, 1, out, 1); ASSERT (memcmp (out, "YQ==", 1) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 1, out, 2); ASSERT (memcmp (out, "YQ==", 2) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 1, out, 3); ASSERT (memcmp (out, "YQ==", 3) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 1, out, 4); ASSERT (memcmp (out, "YQ==", 4) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 1, out, 8); ASSERT (memcmp (out, "YQ==", 4) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 2, out, 4); ASSERT (memcmp (out, "YWI=", 4) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 3, out, 4); ASSERT (memcmp (out, "YWJj", 4) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 4, out, 5); ASSERT (memcmp (out, "YWJjZA==", 5) == 0); memset (out, 0x42, sizeof (out)); base64_encode (in, 4, out, 100); ASSERT (memcmp (out, "YWJjZA==", 6) == 0); /* Decode. */ memset (out, 0x42, sizeof (out)); len = 0; ok = base64_decode (b64in, 4, out, &len); ASSERT (ok); ASSERT (len == 0); memset (out, 0x42, sizeof (out)); len = 1; ok = base64_decode (b64in, 4, out, &len); ASSERT (ok); ASSERT (len == 1); ASSERT (memcmp (out, "abcdefg", 1) == 0); memset (out, 0x42, sizeof (out)); len = 2; ok = base64_decode (b64in, 4, out, &len); ASSERT (ok); ASSERT (len == 2); ASSERT (memcmp (out, "abcdefg", 2) == 0); memset (out, 0x42, sizeof (out)); len = 3; ok = base64_decode (b64in, 4, out, &len); ASSERT (ok); ASSERT (len == 3); ASSERT (memcmp (out, "abcdefg", 3) == 0); memset (out, 0x42, sizeof (out)); len = 4; ok = base64_decode (b64in, 4, out, &len); ASSERT (ok); ASSERT (len == 3); ASSERT (memcmp (out, "abcdefg", 3) == 0); memset (out, 0x42, sizeof (out)); len = 100; ok = base64_decode (b64in, strlen (b64in), out, &len); ASSERT (ok); ASSERT (len == 7); ASSERT (memcmp (out, "abcdefg", 7) == 0); /* Allocating encode */ len = base64_encode_alloc (in, strlen (in), &p); ASSERT (len == 24); ASSERT (strcmp (p, "YWJjZGVmZ2hpamtsbW5vcA==") == 0); free (p); len = base64_encode_alloc (in, SIZE_MAX - 5, &p); ASSERT (len == 0); /* Decode context function */ { struct base64_decode_context ctx; base64_decode_ctx_init (&ctx); len = sizeof (out); ok = base64_decode_ctx (&ctx, b64in, strlen (b64in), out, &len); ASSERT (ok); ASSERT (len == 7); ASSERT (memcmp (out, "abcdefg", len) == 0); } /* Allocating decode context function */ ok = base64_decode_alloc_ctx (NULL, b64in, strlen (b64in), &p, &len); ASSERT (ok); ASSERT (len == 7); ASSERT (memcmp (out, "abcdefg", len) == 0); free (p); { struct base64_decode_context ctx; const char *newlineb64 = "YWJjZG\nVmZ2hp\namtsbW5vcA=="; base64_decode_ctx_init (&ctx); ok = base64_decode_alloc_ctx (&ctx, newlineb64, strlen (newlineb64), &p, &len); ASSERT (ok); ASSERT (len == strlen (in)); ASSERT (memcmp (p, in, len) == 0); free (p); } { struct base64_decode_context ctx; base64_decode_ctx_init (&ctx); ok = base64_decode_alloc_ctx (&ctx, "YW\nJjZGVmZ2hp", 13, &p, &len); ASSERT (ok); ASSERT (len == 9); ASSERT (memcmp (p, "abcdefghi", len) == 0); free (p); base64_decode_ctx_init (&ctx); ok = base64_decode_alloc_ctx (&ctx, "YW\n", 3, &p, &len); ASSERT (ok); ASSERT (len == 0); free (p); ok = base64_decode_alloc_ctx (&ctx, "JjZGVmZ2", 8, &p, &len); ASSERT (ok); ASSERT (len == 6); ASSERT (memcmp (p, "abcdef", len) == 0); free (p); ok = base64_decode_alloc_ctx (&ctx, "hp", 2, &p, &len); ASSERT (ok); ASSERT (len == 3); ASSERT (memcmp (p, "ghi", len) == 0); free (p); ok = base64_decode_alloc_ctx (&ctx, "", 0, &p, &len); ASSERT (ok); free (p); } { struct base64_decode_context ctx; const char *newlineb64 = "\n\n\n\n\n"; base64_decode_ctx_init (&ctx); ok = base64_decode_alloc_ctx (&ctx, newlineb64, strlen (newlineb64), &p, &len); ASSERT (ok); ASSERT (len == 0); free (p); } ok = base64_decode_alloc_ctx (NULL, " ! ", 3, &p, &len); ASSERT (!ok); ok = base64_decode_alloc_ctx (NULL, "abc\ndef", 7, &p, &len); ASSERT (!ok); ok = base64_decode_alloc_ctx (NULL, "aa", 2, &p, &len); ASSERT (!ok); ok = base64_decode_alloc_ctx (NULL, "aa=", 3, &p, &len); ASSERT (!ok); ok = base64_decode_alloc_ctx (NULL, "aax", 3, &p, &len); ASSERT (!ok); ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len); ASSERT (!ok); ok = base64_decode_alloc_ctx (NULL, "aa=X", 4, &p, &len); ASSERT (!ok); ok = base64_decode_alloc_ctx (NULL, "aax=X", 5, &p, &len); ASSERT (!ok); return 0; } gsasl-1.8.0/lib/gltests/test-hmac-md5.c0000664000000000000000000001011311746471770014503 00000000000000/* * Copyright (C) 2005, 2010-2012 Free Software Foundation, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* Written by Simon Josefsson. */ #include #include #include #include "hmac.h" /* Test vectors from RFC 2104. */ int main (int argc, char *argv[]) { { /* key = 0x0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b key_len = 16 bytes data = "Hi There" data_len = 8 bytes digest = 0x9294727a3638bb1c13f48ef8158bfc9d */ char *key = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b"; size_t key_len = 16; char *data = "Hi There"; size_t data_len = 8; char *digest = "\x92\x94\x72\x7a\x36\x38\xbb\x1c\x13\xf4\x8e\xf8\x15\x8b\xfc\x9d"; char out[16]; if (hmac_md5 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, 16) != 0) { size_t i; printf ("hash 1 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } { /* key = "Jefe" data = "what do ya want for nothing?" data_len = 28 bytes digest = 0x750c783e6ab0b503eaa86e310a5db738 */ char *key = "Jefe"; size_t key_len = 4; char *data = "what do ya want for nothing?"; size_t data_len = 28; char *digest = "\x75\x0c\x78\x3e\x6a\xb0\xb5\x03\xea\xa8\x6e\x31\x0a\x5d\xb7\x38"; char out[16]; if (hmac_md5 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, 16) != 0) { size_t i; printf ("hash 2 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } { /* key = 0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA key_len 16 bytes data = 0xDDDDDDDDDDDDDDDDDDDD... ..DDDDDDDDDDDDDDDDDDDD... ..DDDDDDDDDDDDDDDDDDDD... ..DDDDDDDDDDDDDDDDDDDD... ..DDDDDDDDDDDDDDDDDDDD data_len = 50 bytes digest = 0x56be34521d144c88dbb8c733f0e8b3f6 */ char *key = "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA"; size_t key_len = 16; char *data = "\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD" "\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD" "\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD" "\xDD\xDD"; size_t data_len = 50; char *digest = "\x56\xbe\x34\x52\x1d\x14\x4c\x88\xdb\xb8\xc7\x33\xf0\xe8\xb3\xf6"; char out[16]; if (hmac_md5 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, 16) != 0) { size_t i; printf ("hash 3 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } return 0; } gsasl-1.8.0/lib/gltests/test-md5.c0000664000000000000000000000366511746471770013613 00000000000000/* * Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* Written by Simon Josefsson. */ #include #include #include #include "md5.h" int main (void) { /* Test vectors from RFC 1321. */ const char *in1 = "abc"; const char *out1 = "\x90\x01\x50\x98\x3C\xD2\x4F\xB0\xD6\x96\x3F\x7D\x28\xE1\x7F\x72"; const char *in2 = "message digest"; const char *out2 = "\xF9\x6B\x69\x7D\x7C\xB7\x93\x8D\x52\x5A\x2F\x31\xAA\xF1\x61\xD0"; char buf[MD5_DIGEST_SIZE]; if (memcmp (md5_buffer (in1, strlen (in1), buf), out1, MD5_DIGEST_SIZE) != 0) { size_t i; printf ("expected:\n"); for (i = 0; i < MD5_DIGEST_SIZE; i++) printf ("%02x ", out1[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < MD5_DIGEST_SIZE; i++) printf ("%02x ", buf[i] & 0xFF); printf ("\n"); return 1; } if (memcmp (md5_buffer (in2, strlen (in2), buf), out2, MD5_DIGEST_SIZE) != 0) { size_t i; printf ("expected:\n"); for (i = 0; i < MD5_DIGEST_SIZE; i++) printf ("%02x ", out2[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < MD5_DIGEST_SIZE; i++) printf ("%02x ", buf[i] & 0xFF); printf ("\n"); return 1; } return 0; } gsasl-1.8.0/lib/gltests/test-gc-hmac-sha1.c0000664000000000000000000000344411746471770015252 00000000000000/* * Copyright (C) 2005, 2010-2012 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ #include #include #include #include "gc.h" int main (int argc, char *argv[]) { Gc_rc rc; rc = gc_init (); if (rc != GC_OK) { printf ("gc_init() failed\n"); return 1; } { char *key = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b"; size_t key_len = 16; char *data = "Hi There"; size_t data_len = 8; char *digest = "\x67\x5b\x0b\x3a\x1b\x4d\xdf\x4e\x12\x48" "\x72\xda\x6c\x2f\x63\x2b\xfe\xd9\x57\xe9"; char out[GC_SHA1_DIGEST_SIZE]; if (gc_hmac_sha1 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, GC_SHA1_DIGEST_SIZE) != 0) { size_t i; printf ("hash 1 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } gc_done (); return 0; } gsasl-1.8.0/lib/gltests/test-fgetc.c0000664000000000000000000000465411746471770014215 00000000000000/* Test of fgetc() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fgetc, int, (FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fgetc.txt"; /* We don't have an fgetc() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Prepare a file. */ { const char text[] = "hello world"; int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600); ASSERT (fd >= 0); ASSERT (write (fd, text, sizeof (text)) == sizeof (text)); ASSERT (close (fd) == 0); } /* Test that fgetc() sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "r"); ASSERT (fp != NULL); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fgetc (fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fgetc() sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "r"); if (fp != NULL) { errno = 0; ASSERT (fgetc (fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "r"); if (fp != NULL) { errno = 0; ASSERT (fgetc (fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/lib/gltests/test-alloca-opt.c0000664000000000000000000000276111746471770015155 00000000000000/* Test of optional automatic memory allocation. Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #if HAVE_ALLOCA static void do_allocation (int n) { void *ptr = alloca (n); (void) ptr; } void (*func) (int) = do_allocation; #endif int main () { #if HAVE_ALLOCA int i; /* Repeat a lot of times, to make sure there's no memory leak. */ for (i = 0; i < 100000; i++) { /* Try various values. n = 0 gave a crash on Alpha with gcc-2.5.8. Some versions of MacOS X have a stack size limit of 512 KB. */ func (34); func (134); func (399); func (510823); func (129321); func (0); func (4070); func (4095); func (1); func (16582); } #endif return 0; } gsasl-1.8.0/lib/gltests/Makefile.am0000664000000000000000000003536311754207060014025 00000000000000## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. AUTOMAKE_OPTIONS = 1.5 foreign SUBDIRS = . TESTS = XFAIL_TESTS = TESTS_ENVIRONMENT = noinst_PROGRAMS = check_PROGRAMS = noinst_HEADERS = noinst_LIBRARIES = check_LIBRARIES = libtests.a EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = core *.stackdump MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = AM_CPPFLAGS = \ -D@gltests_WITNESS@=1 \ -I. -I$(srcdir) \ -I.. -I$(srcdir)/.. \ -I../gl -I$(srcdir)/../gl LDADD = libtests.a ../gl/libgl.la libtests.a $(LIBTESTS_LIBDEPS) libtests_a_SOURCES = libtests_a_LIBADD = $(gltests_LIBOBJS) libtests_a_DEPENDENCIES = $(gltests_LIBOBJS) EXTRA_libtests_a_SOURCES = AM_LIBTOOLFLAGS = --preserve-dup-deps TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' ## begin gnulib module alloca-opt-tests TESTS += test-alloca-opt check_PROGRAMS += test-alloca-opt EXTRA_DIST += test-alloca-opt.c ## end gnulib module alloca-opt-tests ## begin gnulib module base64-tests TESTS += test-base64 check_PROGRAMS += test-base64 EXTRA_DIST += test-base64.c macros.h ## end gnulib module base64-tests ## begin gnulib module c-ctype-tests TESTS += test-c-ctype check_PROGRAMS += test-c-ctype EXTRA_DIST += test-c-ctype.c macros.h ## end gnulib module c-ctype-tests ## begin gnulib module crypto/gc-hmac-md5-tests TESTS += test-gc-hmac-md5 check_PROGRAMS += test-gc-hmac-md5 EXTRA_DIST += test-gc-hmac-md5.c ## end gnulib module crypto/gc-hmac-md5-tests ## begin gnulib module crypto/gc-hmac-sha1-tests TESTS += test-gc-hmac-sha1 check_PROGRAMS += test-gc-hmac-sha1 EXTRA_DIST += test-gc-hmac-sha1.c ## end gnulib module crypto/gc-hmac-sha1-tests ## begin gnulib module crypto/gc-md5-tests TESTS += test-gc-md5 check_PROGRAMS += test-gc-md5 EXTRA_DIST += test-gc-md5.c ## end gnulib module crypto/gc-md5-tests ## begin gnulib module crypto/gc-pbkdf2-sha1-tests TESTS += test-gc-pbkdf2-sha1 check_PROGRAMS += test-gc-pbkdf2-sha1 EXTRA_DIST += test-gc-pbkdf2-sha1.c ## end gnulib module crypto/gc-pbkdf2-sha1-tests ## begin gnulib module crypto/gc-sha1-tests TESTS += test-gc-sha1 check_PROGRAMS += test-gc-sha1 EXTRA_DIST += test-gc-sha1.c ## end gnulib module crypto/gc-sha1-tests ## begin gnulib module crypto/gc-tests TESTS += test-gc check_PROGRAMS += test-gc EXTRA_DIST += test-gc.c ## end gnulib module crypto/gc-tests ## begin gnulib module crypto/hmac-md5-tests TESTS += test-hmac-md5 check_PROGRAMS += test-hmac-md5 EXTRA_DIST += test-hmac-md5.c ## end gnulib module crypto/hmac-md5-tests ## begin gnulib module crypto/hmac-sha1-tests TESTS += test-hmac-sha1 check_PROGRAMS += test-hmac-sha1 EXTRA_DIST += test-hmac-sha1.c ## end gnulib module crypto/hmac-sha1-tests ## begin gnulib module crypto/md5-tests TESTS += test-md5 check_PROGRAMS += test-md5 EXTRA_DIST += test-md5.c ## end gnulib module crypto/md5-tests ## begin gnulib module crypto/sha1-tests TESTS += test-sha1 check_PROGRAMS += test-sha1 EXTRA_DIST += test-sha1.c ## end gnulib module crypto/sha1-tests ## begin gnulib module errno-tests TESTS += test-errno check_PROGRAMS += test-errno EXTRA_DIST += test-errno.c ## end gnulib module errno-tests ## begin gnulib module fdopen EXTRA_DIST += fdopen.c EXTRA_libtests_a_SOURCES += fdopen.c ## end gnulib module fdopen ## begin gnulib module fdopen-tests TESTS += test-fdopen check_PROGRAMS += test-fdopen EXTRA_DIST += test-fdopen.c signature.h macros.h ## end gnulib module fdopen-tests ## begin gnulib module fgetc-tests TESTS += test-fgetc check_PROGRAMS += test-fgetc EXTRA_DIST += test-fgetc.c signature.h macros.h ## end gnulib module fgetc-tests ## begin gnulib module float-tests TESTS += test-float check_PROGRAMS += test-float EXTRA_DIST += test-float.c macros.h ## end gnulib module float-tests ## begin gnulib module fpucw EXTRA_DIST += fpucw.h ## end gnulib module fpucw ## begin gnulib module fputc-tests TESTS += test-fputc check_PROGRAMS += test-fputc EXTRA_DIST += test-fputc.c signature.h macros.h ## end gnulib module fputc-tests ## begin gnulib module fread-tests TESTS += test-fread check_PROGRAMS += test-fread EXTRA_DIST += test-fread.c signature.h macros.h ## end gnulib module fread-tests ## begin gnulib module fwrite-tests TESTS += test-fwrite check_PROGRAMS += test-fwrite EXTRA_DIST += test-fwrite.c signature.h macros.h ## end gnulib module fwrite-tests ## begin gnulib module getdelim-tests TESTS += test-getdelim check_PROGRAMS += test-getdelim MOSTLYCLEANFILES += test-getdelim.txt EXTRA_DIST += test-getdelim.c signature.h macros.h ## end gnulib module getdelim-tests ## begin gnulib module getline-tests TESTS += test-getline check_PROGRAMS += test-getline MOSTLYCLEANFILES += test-getline.txt EXTRA_DIST += test-getline.c signature.h macros.h ## end gnulib module getline-tests ## begin gnulib module getpagesize EXTRA_DIST += getpagesize.c EXTRA_libtests_a_SOURCES += getpagesize.c ## end gnulib module getpagesize ## begin gnulib module intprops EXTRA_DIST += intprops.h ## end gnulib module intprops ## begin gnulib module intprops-tests TESTS += test-intprops check_PROGRAMS += test-intprops EXTRA_DIST += test-intprops.c macros.h ## end gnulib module intprops-tests ## begin gnulib module inttypes-incomplete BUILT_SOURCES += inttypes.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \ -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \ -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \ -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \ -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \ -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/inttypes.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += inttypes.h inttypes.h-t EXTRA_DIST += inttypes.in.h ## end gnulib module inttypes-incomplete ## begin gnulib module inttypes-tests TESTS += test-inttypes check_PROGRAMS += test-inttypes EXTRA_DIST += test-inttypes.c ## end gnulib module inttypes-tests ## begin gnulib module memchr-tests TESTS += test-memchr check_PROGRAMS += test-memchr EXTRA_DIST += test-memchr.c zerosize-ptr.h signature.h macros.h ## end gnulib module memchr-tests ## begin gnulib module memmem-tests TESTS += test-memmem check_PROGRAMS += test-memmem EXTRA_DIST += test-memmem.c zerosize-ptr.h signature.h macros.h ## end gnulib module memmem-tests ## begin gnulib module msvc-inval EXTRA_DIST += msvc-inval.c msvc-inval.h EXTRA_libtests_a_SOURCES += msvc-inval.c ## end gnulib module msvc-inval ## begin gnulib module snippet/_Noreturn # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h ## end gnulib module snippet/_Noreturn ## begin gnulib module snippet/arg-nonnull # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += arg-nonnull.h # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t ARG_NONNULL_H=arg-nonnull.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h ## end gnulib module snippet/arg-nonnull ## begin gnulib module snippet/c++defs # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += c++defs.h # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += c++defs.h c++defs.h-t CXXDEFS_H=c++defs.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h ## end gnulib module snippet/c++defs ## begin gnulib module snippet/warn-on-use BUILT_SOURCES += warn-on-use.h # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t WARN_ON_USE_H=warn-on-use.h EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h ## end gnulib module snippet/warn-on-use ## begin gnulib module stdalign-tests TESTS += test-stdalign check_PROGRAMS += test-stdalign EXTRA_DIST += test-stdalign.c macros.h ## end gnulib module stdalign-tests ## begin gnulib module stdbool-tests TESTS += test-stdbool check_PROGRAMS += test-stdbool EXTRA_DIST += test-stdbool.c ## end gnulib module stdbool-tests ## begin gnulib module stddef-tests TESTS += test-stddef check_PROGRAMS += test-stddef EXTRA_DIST += test-stddef.c ## end gnulib module stddef-tests ## begin gnulib module stdint-tests TESTS += test-stdint check_PROGRAMS += test-stdint EXTRA_DIST += test-stdint.c ## end gnulib module stdint-tests ## begin gnulib module stdio-tests TESTS += test-stdio check_PROGRAMS += test-stdio EXTRA_DIST += test-stdio.c ## end gnulib module stdio-tests ## begin gnulib module stdlib-tests TESTS += test-stdlib check_PROGRAMS += test-stdlib EXTRA_DIST += test-stdlib.c test-sys_wait.h ## end gnulib module stdlib-tests ## begin gnulib module string-tests TESTS += test-string check_PROGRAMS += test-string EXTRA_DIST += test-string.c ## end gnulib module string-tests ## begin gnulib module strnlen-tests TESTS += test-strnlen check_PROGRAMS += test-strnlen EXTRA_DIST += test-strnlen.c zerosize-ptr.h signature.h macros.h ## end gnulib module strnlen-tests ## begin gnulib module strverscmp-tests TESTS += test-strverscmp check_PROGRAMS += test-strverscmp EXTRA_DIST += test-strverscmp.c signature.h macros.h ## end gnulib module strverscmp-tests ## begin gnulib module sys_types-tests TESTS += test-sys_types check_PROGRAMS += test-sys_types EXTRA_DIST += test-sys_types.c ## end gnulib module sys_types-tests ## begin gnulib module test-framework-sh-tests TESTS += test-init.sh EXTRA_DIST += init.sh EXTRA_DIST += test-init.sh ## end gnulib module test-framework-sh-tests ## begin gnulib module unistd-tests TESTS += test-unistd check_PROGRAMS += test-unistd EXTRA_DIST += test-unistd.c ## end gnulib module unistd-tests ## begin gnulib module vasnprintf-tests TESTS += test-vasnprintf check_PROGRAMS += test-vasnprintf EXTRA_DIST += test-vasnprintf.c macros.h ## end gnulib module vasnprintf-tests ## begin gnulib module vasprintf-tests TESTS += test-vasprintf check_PROGRAMS += test-vasprintf EXTRA_DIST += test-vasprintf.c signature.h macros.h ## end gnulib module vasprintf-tests ## begin gnulib module verify-tests TESTS_ENVIRONMENT += MAKE='$(MAKE)' TESTS += test-verify test-verify.sh check_PROGRAMS += test-verify EXTRA_DIST += test-verify.c test-verify.sh ## end gnulib module verify-tests ## begin gnulib module wchar-tests TESTS += test-wchar check_PROGRAMS += test-wchar EXTRA_DIST += test-wchar.c ## end gnulib module wchar-tests ## begin gnulib module dummy libtests_a_SOURCES += dummy.c ## end gnulib module dummy # Clean up after Solaris cc. clean-local: rm -rf SunWS_cache mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : gsasl-1.8.0/lib/gltests/msvc-inval.h0000664000000000000000000002113511746471770014225 00000000000000/* Invalid parameter handler for MSVC runtime libraries. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _MSVC_INVAL_H #define _MSVC_INVAL_H /* With MSVC runtime libraries with the "invalid parameter handler" concept, functions like fprintf(), dup2(), or close() crash when the caller passes an invalid argument. But POSIX wants error codes (such as EINVAL or EBADF) instead. This file defines macros that turn such an invalid parameter notification into a non-local exit. An error code can then be produced at the target of this exit. You can thus write code like TRY_MSVC_INVAL { } CATCH_MSVC_INVAL { } DONE_MSVC_INVAL; This entire block expands to a single statement. The handling of invalid parameters can be done in three ways: * The default way, which is reasonable for programs (not libraries): AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [DEFAULT_HANDLING]) * The way for libraries that make "hairy" calls (like close(-1), or fclose(fp) where fileno(fp) is closed, or simply getdtablesize()): AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [HAIRY_LIBRARY_HANDLING]) * The way for libraries that make no "hairy" calls: AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [SANE_LIBRARY_HANDLING]) */ #define DEFAULT_HANDLING 0 #define HAIRY_LIBRARY_HANDLING 1 #define SANE_LIBRARY_HANDLING 2 #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && !(MSVC_INVALID_PARAMETER_HANDLING == SANE_LIBRARY_HANDLING) /* A native Windows platform with the "invalid parameter handler" concept, and either DEFAULT_HANDLING or HAIRY_LIBRARY_HANDLING. */ # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING /* Default handling. */ # ifdef __cplusplus extern "C" { # endif /* Ensure that the invalid parameter handler in installed that just returns. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ gl_msvc_inval_ensure_handler (); \ if (1) # define CATCH_MSVC_INVAL \ else # define DONE_MSVC_INVAL \ } \ while (0) # else /* Handling for hairy libraries. */ # include /* Gnulib can define its own status codes, as described in the page "Raising Software Exceptions" on microsoft.com . Our status codes are composed of - 0xE0000000, mandatory for all user-defined status codes, - 0x474E550, a API identifier ("GNU"), - 0, 1, 2, ..., used to distinguish different status codes from the same API. */ # define STATUS_GNULIB_INVALID_PARAMETER (0xE0000000 + 0x474E550 + 0) # if defined _MSC_VER /* A compiler that supports __try/__except, as described in the page "try-except statement" on microsoft.com . With __try/__except, we can use the multithread-safe exception handling. */ # ifdef __cplusplus extern "C" { # endif /* Ensure that the invalid parameter handler in installed that raises a software exception with code STATUS_GNULIB_INVALID_PARAMETER. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ gl_msvc_inval_ensure_handler (); \ __try # define CATCH_MSVC_INVAL \ __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \ ? EXCEPTION_EXECUTE_HANDLER \ : EXCEPTION_CONTINUE_SEARCH) # define DONE_MSVC_INVAL \ } \ while (0) # else /* Any compiler. We can only use setjmp/longjmp. */ # include # ifdef __cplusplus extern "C" { # endif struct gl_msvc_inval_per_thread { /* The restart that will resume execution at the code between CATCH_MSVC_INVAL and DONE_MSVC_INVAL. It is enabled only between TRY_MSVC_INVAL and CATCH_MSVC_INVAL. */ jmp_buf restart; /* Tells whether the contents of restart is valid. */ int restart_valid; }; /* Ensure that the invalid parameter handler in installed that passes control to the gl_msvc_inval_restart if it is valid, or raises a software exception with code STATUS_GNULIB_INVALID_PARAMETER otherwise. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); /* Return a pointer to the per-thread data for the current thread. */ extern struct gl_msvc_inval_per_thread *gl_msvc_inval_current (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ struct gl_msvc_inval_per_thread *msvc_inval_current; \ gl_msvc_inval_ensure_handler (); \ msvc_inval_current = gl_msvc_inval_current (); \ /* First, initialize gl_msvc_inval_restart. */ \ if (setjmp (msvc_inval_current->restart) == 0) \ { \ /* Then, mark it as valid. */ \ msvc_inval_current->restart_valid = 1; # define CATCH_MSVC_INVAL \ /* Execution completed. \ Mark gl_msvc_inval_restart as invalid. */ \ msvc_inval_current->restart_valid = 0; \ } \ else \ { \ /* Execution triggered an invalid parameter notification. \ Mark gl_msvc_inval_restart as invalid. */ \ msvc_inval_current->restart_valid = 0; # define DONE_MSVC_INVAL \ } \ } \ while (0) # endif # endif #else /* A platform that does not need to the invalid parameter handler, or when SANE_LIBRARY_HANDLING is desired. */ /* The braces here avoid GCC warnings like "warning: suggest explicit braces to avoid ambiguous 'else'". */ # define TRY_MSVC_INVAL \ do \ { \ if (1) # define CATCH_MSVC_INVAL \ else # define DONE_MSVC_INVAL \ } \ while (0) #endif #endif /* _MSVC_INVAL_H */ gsasl-1.8.0/lib/gltests/test-sha1.c0000664000000000000000000000263311746471770013754 00000000000000/* * Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include #include "sha1.h" int main (void) { const char *in1 = "abcdefgh"; const char *out1 = "\x42\x5a\xf1\x2a\x07\x43\x50\x2b" "\x32\x2e\x93\xa0\x15\xbc\xf8\x68\xe3\x24\xd5\x6a"; char buf[SHA1_DIGEST_SIZE]; if (memcmp (sha1_buffer (in1, strlen (in1), buf), out1, SHA1_DIGEST_SIZE) != 0) { size_t i; printf ("expected:\n"); for (i = 0; i < SHA1_DIGEST_SIZE; i++) printf ("%02x ", out1[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < SHA1_DIGEST_SIZE; i++) printf ("%02x ", buf[i] & 0xFF); printf ("\n"); return 1; } return 0; } gsasl-1.8.0/lib/gltests/test-string.c0000664000000000000000000000200711746471770014421 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); int main (void) { return 0; } gsasl-1.8.0/lib/gltests/test-fputc.c0000664000000000000000000000454511746471770014245 00000000000000/* Test of fputc() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fputc, int, (int, FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fputc.txt"; /* We don't have an fputc() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Test that fputc() on an unbuffered stream sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "w"); ASSERT (fp != NULL); setvbuf (fp, NULL, _IONBF, 0); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fputc ('x', fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fputc() on an unbuffered stream sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "w"); if (fp != NULL) { setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fputc ('x', fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "w"); if (fp != NULL) { setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fputc ('x', fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/lib/gltests/test-stddef.c0000664000000000000000000000316411746471770014371 00000000000000/* Test of substitute. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include #include "verify.h" /* Check that appropriate types are defined. */ wchar_t a = 'c'; ptrdiff_t b = 1; size_t c = 2; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); /* Check that offsetof produces integer constants with correct type. */ struct d { char e; char f; }; /* Solaris 10 has a bug where offsetof is under-parenthesized, and cannot be used as an arbitrary expression. However, since it is unlikely to bite real code, we ignore that short-coming. */ /* verify (sizeof offsetof (struct d, e) == sizeof (size_t)); */ verify (sizeof (offsetof (struct d, e)) == sizeof (size_t)); verify (offsetof (struct d, e) < -1); /* Must be unsigned. */ verify (offsetof (struct d, f) == 1); int main (void) { return 0; } gsasl-1.8.0/lib/gltests/test-gc-md5.c0000664000000000000000000000606311746471770014175 00000000000000/* * Copyright (C) 2005, 2010-2012 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ #include #include #include #include "gc.h" int main (int argc, char *argv[]) { Gc_rc rc; gc_hash_handle h; rc = gc_init (); if (rc != GC_OK) { printf ("gc_init() failed\n"); return 1; } /* Test vectors from RFC 1321. */ { char *in = "abcdefghijklmnopqrstuvwxyz"; size_t inlen = strlen (in); char *expect = "\xc3\xfc\xd3\xd7\x61\x92\xe4\x00\x7d\xfb\x49\x6c\xca\x67\xe1\x3b"; char out[16]; const char *p; /* MD5 ("abcdefghijklmnopqrstuvwxyz") = c3fcd3d76192e4007dfb496cca67e13b */ if (gc_md5 (in, inlen, out) != 0) { printf ("gc_md5 call failed\n"); return 1; } if (memcmp (out, expect, 16) != 0) { size_t i; printf ("md5 1 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } if (gc_hash_buffer (GC_MD5, in, inlen, out) != 0) { printf ("gc_hash_buffer(MD5) call failed\n"); return 1; } if (memcmp (out, expect, 16) != 0) { size_t i; printf ("md5 2 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } if (gc_hash_digest_length (GC_MD5) != 16) { printf ("gc_hash_digest_length (GC_MD5) failed\n"); return 1; } if ((rc = gc_hash_open (GC_MD5, 0, &h)) != GC_OK) { printf ("gc_hash_open(GC_MD5) failed (%d)\n", rc); return 1; } gc_hash_write (h, inlen, in); p = gc_hash_read (h); if (!p) { printf ("gc_hash_read failed\n"); return 1; } if (memcmp (p, expect, 16) != 0) { size_t i; printf ("md5 3 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", expect[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", p[i] & 0xFF); printf ("\n"); return 1; } gc_hash_close (h); } gc_done (); return 0; } gsasl-1.8.0/lib/gltests/msvc-inval.c0000664000000000000000000000750311746471770014223 00000000000000/* Invalid parameter handler for MSVC runtime libraries. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "msvc-inval.h" #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && !(MSVC_INVALID_PARAMETER_HANDLING == SANE_LIBRARY_HANDLING) /* Get _invalid_parameter_handler type and _set_invalid_parameter_handler declaration. */ # include # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING static void cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { } # else /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include # if defined _MSC_VER static void cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); } # else /* An index to thread-local storage. */ static DWORD tls_index; static int tls_initialized /* = 0 */; /* Used as a fallback only. */ static struct gl_msvc_inval_per_thread not_per_thread; struct gl_msvc_inval_per_thread * gl_msvc_inval_current (void) { if (!tls_initialized) { tls_index = TlsAlloc (); tls_initialized = 1; } if (tls_index == TLS_OUT_OF_INDEXES) /* TlsAlloc had failed. */ return ¬_per_thread; else { struct gl_msvc_inval_per_thread *pointer = (struct gl_msvc_inval_per_thread *) TlsGetValue (tls_index); if (pointer == NULL) { /* First call. Allocate a new 'struct gl_msvc_inval_per_thread'. */ pointer = (struct gl_msvc_inval_per_thread *) malloc (sizeof (struct gl_msvc_inval_per_thread)); if (pointer == NULL) /* Could not allocate memory. Use the global storage. */ pointer = ¬_per_thread; TlsSetValue (tls_index, pointer); } return pointer; } } static void cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { struct gl_msvc_inval_per_thread *current = gl_msvc_inval_current (); if (current->restart_valid) longjmp (current->restart, 1); else /* An invalid parameter notification from outside the gnulib code. Give the caller a chance to intervene. */ RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); } # endif # endif static int gl_msvc_inval_initialized /* = 0 */; void gl_msvc_inval_ensure_handler (void) { if (gl_msvc_inval_initialized == 0) { _set_invalid_parameter_handler (gl_msvc_invalid_parameter_handler); gl_msvc_inval_initialized = 1; } } #endif gsasl-1.8.0/lib/gltests/Makefile.in0000664000000000000000000023425411760730702014037 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = test-alloca-opt$(EXEEXT) test-base64$(EXEEXT) \ test-c-ctype$(EXEEXT) test-gc-hmac-md5$(EXEEXT) \ test-gc-hmac-sha1$(EXEEXT) test-gc-md5$(EXEEXT) \ test-gc-pbkdf2-sha1$(EXEEXT) test-gc-sha1$(EXEEXT) \ test-gc$(EXEEXT) test-hmac-md5$(EXEEXT) \ test-hmac-sha1$(EXEEXT) test-md5$(EXEEXT) test-sha1$(EXEEXT) \ test-errno$(EXEEXT) test-fdopen$(EXEEXT) test-fgetc$(EXEEXT) \ test-float$(EXEEXT) test-fputc$(EXEEXT) test-fread$(EXEEXT) \ test-fwrite$(EXEEXT) test-getdelim$(EXEEXT) \ test-getline$(EXEEXT) test-intprops$(EXEEXT) \ test-inttypes$(EXEEXT) test-memchr$(EXEEXT) \ test-memmem$(EXEEXT) test-stdalign$(EXEEXT) \ test-stdbool$(EXEEXT) test-stddef$(EXEEXT) \ test-stdint$(EXEEXT) test-stdio$(EXEEXT) test-stdlib$(EXEEXT) \ test-string$(EXEEXT) test-strnlen$(EXEEXT) \ test-strverscmp$(EXEEXT) test-sys_types$(EXEEXT) test-init.sh \ test-unistd$(EXEEXT) test-vasnprintf$(EXEEXT) \ test-vasprintf$(EXEEXT) test-verify$(EXEEXT) test-verify.sh \ test-wchar$(EXEEXT) XFAIL_TESTS = noinst_PROGRAMS = check_PROGRAMS = test-alloca-opt$(EXEEXT) test-base64$(EXEEXT) \ test-c-ctype$(EXEEXT) test-gc-hmac-md5$(EXEEXT) \ test-gc-hmac-sha1$(EXEEXT) test-gc-md5$(EXEEXT) \ test-gc-pbkdf2-sha1$(EXEEXT) test-gc-sha1$(EXEEXT) \ test-gc$(EXEEXT) test-hmac-md5$(EXEEXT) \ test-hmac-sha1$(EXEEXT) test-md5$(EXEEXT) test-sha1$(EXEEXT) \ test-errno$(EXEEXT) test-fdopen$(EXEEXT) test-fgetc$(EXEEXT) \ test-float$(EXEEXT) test-fputc$(EXEEXT) test-fread$(EXEEXT) \ test-fwrite$(EXEEXT) test-getdelim$(EXEEXT) \ test-getline$(EXEEXT) test-intprops$(EXEEXT) \ test-inttypes$(EXEEXT) test-memchr$(EXEEXT) \ test-memmem$(EXEEXT) test-stdalign$(EXEEXT) \ test-stdbool$(EXEEXT) test-stddef$(EXEEXT) \ test-stdint$(EXEEXT) test-stdio$(EXEEXT) test-stdlib$(EXEEXT) \ test-string$(EXEEXT) test-strnlen$(EXEEXT) \ test-strverscmp$(EXEEXT) test-sys_types$(EXEEXT) \ test-unistd$(EXEEXT) test-vasnprintf$(EXEEXT) \ test-vasprintf$(EXEEXT) test-verify$(EXEEXT) \ test-wchar$(EXEEXT) subdir = gltests DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) AM_V_AR = $(am__v_AR_@AM_V@) am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) am__v_AR_0 = @echo " AR " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ libtests_a_AR = $(AR) $(ARFLAGS) am__DEPENDENCIES_1 = am_libtests_a_OBJECTS = dummy.$(OBJEXT) libtests_a_OBJECTS = $(am_libtests_a_OBJECTS) PROGRAMS = $(noinst_PROGRAMS) test_alloca_opt_SOURCES = test-alloca-opt.c test_alloca_opt_OBJECTS = test-alloca-opt.$(OBJEXT) test_alloca_opt_LDADD = $(LDADD) test_alloca_opt_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent test_base64_SOURCES = test-base64.c test_base64_OBJECTS = test-base64.$(OBJEXT) test_base64_LDADD = $(LDADD) test_base64_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_c_ctype_SOURCES = test-c-ctype.c test_c_ctype_OBJECTS = test-c-ctype.$(OBJEXT) test_c_ctype_LDADD = $(LDADD) test_c_ctype_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_errno_SOURCES = test-errno.c test_errno_OBJECTS = test-errno.$(OBJEXT) test_errno_LDADD = $(LDADD) test_errno_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fdopen_SOURCES = test-fdopen.c test_fdopen_OBJECTS = test-fdopen.$(OBJEXT) test_fdopen_LDADD = $(LDADD) test_fdopen_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fgetc_SOURCES = test-fgetc.c test_fgetc_OBJECTS = test-fgetc.$(OBJEXT) test_fgetc_LDADD = $(LDADD) test_fgetc_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_float_SOURCES = test-float.c test_float_OBJECTS = test-float.$(OBJEXT) test_float_LDADD = $(LDADD) test_float_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fputc_SOURCES = test-fputc.c test_fputc_OBJECTS = test-fputc.$(OBJEXT) test_fputc_LDADD = $(LDADD) test_fputc_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fread_SOURCES = test-fread.c test_fread_OBJECTS = test-fread.$(OBJEXT) test_fread_LDADD = $(LDADD) test_fread_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fwrite_SOURCES = test-fwrite.c test_fwrite_OBJECTS = test-fwrite.$(OBJEXT) test_fwrite_LDADD = $(LDADD) test_fwrite_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_gc_SOURCES = test-gc.c test_gc_OBJECTS = test-gc.$(OBJEXT) test_gc_LDADD = $(LDADD) test_gc_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_gc_hmac_md5_SOURCES = test-gc-hmac-md5.c test_gc_hmac_md5_OBJECTS = test-gc-hmac-md5.$(OBJEXT) test_gc_hmac_md5_LDADD = $(LDADD) test_gc_hmac_md5_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_gc_hmac_sha1_SOURCES = test-gc-hmac-sha1.c test_gc_hmac_sha1_OBJECTS = test-gc-hmac-sha1.$(OBJEXT) test_gc_hmac_sha1_LDADD = $(LDADD) test_gc_hmac_sha1_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_gc_md5_SOURCES = test-gc-md5.c test_gc_md5_OBJECTS = test-gc-md5.$(OBJEXT) test_gc_md5_LDADD = $(LDADD) test_gc_md5_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_gc_pbkdf2_sha1_SOURCES = test-gc-pbkdf2-sha1.c test_gc_pbkdf2_sha1_OBJECTS = test-gc-pbkdf2-sha1.$(OBJEXT) test_gc_pbkdf2_sha1_LDADD = $(LDADD) test_gc_pbkdf2_sha1_DEPENDENCIES = libtests.a ../gl/libgl.la \ libtests.a $(am__DEPENDENCIES_1) test_gc_sha1_SOURCES = test-gc-sha1.c test_gc_sha1_OBJECTS = test-gc-sha1.$(OBJEXT) test_gc_sha1_LDADD = $(LDADD) test_gc_sha1_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_getdelim_SOURCES = test-getdelim.c test_getdelim_OBJECTS = test-getdelim.$(OBJEXT) test_getdelim_LDADD = $(LDADD) test_getdelim_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_getline_SOURCES = test-getline.c test_getline_OBJECTS = test-getline.$(OBJEXT) test_getline_LDADD = $(LDADD) test_getline_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_hmac_md5_SOURCES = test-hmac-md5.c test_hmac_md5_OBJECTS = test-hmac-md5.$(OBJEXT) test_hmac_md5_LDADD = $(LDADD) test_hmac_md5_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_hmac_sha1_SOURCES = test-hmac-sha1.c test_hmac_sha1_OBJECTS = test-hmac-sha1.$(OBJEXT) test_hmac_sha1_LDADD = $(LDADD) test_hmac_sha1_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_intprops_SOURCES = test-intprops.c test_intprops_OBJECTS = test-intprops.$(OBJEXT) test_intprops_LDADD = $(LDADD) test_intprops_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_inttypes_SOURCES = test-inttypes.c test_inttypes_OBJECTS = test-inttypes.$(OBJEXT) test_inttypes_LDADD = $(LDADD) test_inttypes_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_md5_SOURCES = test-md5.c test_md5_OBJECTS = test-md5.$(OBJEXT) test_md5_LDADD = $(LDADD) test_md5_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_memchr_SOURCES = test-memchr.c test_memchr_OBJECTS = test-memchr.$(OBJEXT) test_memchr_LDADD = $(LDADD) test_memchr_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_memmem_SOURCES = test-memmem.c test_memmem_OBJECTS = test-memmem.$(OBJEXT) test_memmem_LDADD = $(LDADD) test_memmem_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sha1_SOURCES = test-sha1.c test_sha1_OBJECTS = test-sha1.$(OBJEXT) test_sha1_LDADD = $(LDADD) test_sha1_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdalign_SOURCES = test-stdalign.c test_stdalign_OBJECTS = test-stdalign.$(OBJEXT) test_stdalign_LDADD = $(LDADD) test_stdalign_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdbool_SOURCES = test-stdbool.c test_stdbool_OBJECTS = test-stdbool.$(OBJEXT) test_stdbool_LDADD = $(LDADD) test_stdbool_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stddef_SOURCES = test-stddef.c test_stddef_OBJECTS = test-stddef.$(OBJEXT) test_stddef_LDADD = $(LDADD) test_stddef_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdint_SOURCES = test-stdint.c test_stdint_OBJECTS = test-stdint.$(OBJEXT) test_stdint_LDADD = $(LDADD) test_stdint_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdio_SOURCES = test-stdio.c test_stdio_OBJECTS = test-stdio.$(OBJEXT) test_stdio_LDADD = $(LDADD) test_stdio_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdlib_SOURCES = test-stdlib.c test_stdlib_OBJECTS = test-stdlib.$(OBJEXT) test_stdlib_LDADD = $(LDADD) test_stdlib_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_string_SOURCES = test-string.c test_string_OBJECTS = test-string.$(OBJEXT) test_string_LDADD = $(LDADD) test_string_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_strnlen_SOURCES = test-strnlen.c test_strnlen_OBJECTS = test-strnlen.$(OBJEXT) test_strnlen_LDADD = $(LDADD) test_strnlen_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_strverscmp_SOURCES = test-strverscmp.c test_strverscmp_OBJECTS = test-strverscmp.$(OBJEXT) test_strverscmp_LDADD = $(LDADD) test_strverscmp_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sys_types_SOURCES = test-sys_types.c test_sys_types_OBJECTS = test-sys_types.$(OBJEXT) test_sys_types_LDADD = $(LDADD) test_sys_types_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_unistd_SOURCES = test-unistd.c test_unistd_OBJECTS = test-unistd.$(OBJEXT) test_unistd_LDADD = $(LDADD) test_unistd_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_vasnprintf_SOURCES = test-vasnprintf.c test_vasnprintf_OBJECTS = test-vasnprintf.$(OBJEXT) test_vasnprintf_LDADD = $(LDADD) test_vasnprintf_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_vasprintf_SOURCES = test-vasprintf.c test_vasprintf_OBJECTS = test-vasprintf.$(OBJEXT) test_vasprintf_LDADD = $(LDADD) test_vasprintf_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_verify_SOURCES = test-verify.c test_verify_OBJECTS = test-verify.$(OBJEXT) test_verify_LDADD = $(LDADD) test_verify_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_wchar_SOURCES = test-wchar.c test_wchar_OBJECTS = test-wchar.$(OBJEXT) test_wchar_LDADD = $(LDADD) test_wchar_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ test-alloca-opt.c test-base64.c test-c-ctype.c test-errno.c \ test-fdopen.c test-fgetc.c test-float.c test-fputc.c \ test-fread.c test-fwrite.c test-gc.c test-gc-hmac-md5.c \ test-gc-hmac-sha1.c test-gc-md5.c test-gc-pbkdf2-sha1.c \ test-gc-sha1.c test-getdelim.c test-getline.c test-hmac-md5.c \ test-hmac-sha1.c test-intprops.c test-inttypes.c test-md5.c \ test-memchr.c test-memmem.c test-sha1.c test-stdalign.c \ test-stdbool.c test-stddef.c test-stdint.c test-stdio.c \ test-stdlib.c test-string.c test-strnlen.c test-strverscmp.c \ test-sys_types.c test-unistd.c test-vasnprintf.c \ test-vasprintf.c test-verify.c test-wchar.c DIST_SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ test-alloca-opt.c test-base64.c test-c-ctype.c test-errno.c \ test-fdopen.c test-fgetc.c test-float.c test-fputc.c \ test-fread.c test-fwrite.c test-gc.c test-gc-hmac-md5.c \ test-gc-hmac-sha1.c test-gc-md5.c test-gc-pbkdf2-sha1.c \ test-gc-sha1.c test-getdelim.c test-getline.c test-hmac-md5.c \ test-hmac-sha1.c test-intprops.c test-inttypes.c test-md5.c \ test-memchr.c test-memmem.c test-sha1.c test-stdalign.c \ test-stdbool.c test-stddef.c test-stdint.c test-stdio.c \ test-stdlib.c test-string.c test-strnlen.c test-strverscmp.c \ test-sys_types.c test-unistd.c test-vasnprintf.c \ test-vasprintf.c test-verify.c test-wchar.c RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive HEADERS = $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags am__tty_colors = \ red=; grn=; lgn=; blu=; std= DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.5 foreign SUBDIRS = . TESTS_ENVIRONMENT = EXEEXT='@EXEEXT@' srcdir='$(srcdir)' \ MAKE='$(MAKE)' noinst_HEADERS = noinst_LIBRARIES = check_LIBRARIES = libtests.a EXTRA_DIST = test-alloca-opt.c test-base64.c macros.h test-c-ctype.c \ macros.h test-gc-hmac-md5.c test-gc-hmac-sha1.c test-gc-md5.c \ test-gc-pbkdf2-sha1.c test-gc-sha1.c test-gc.c test-hmac-md5.c \ test-hmac-sha1.c test-md5.c test-sha1.c test-errno.c fdopen.c \ test-fdopen.c signature.h macros.h test-fgetc.c signature.h \ macros.h test-float.c macros.h fpucw.h test-fputc.c \ signature.h macros.h test-fread.c signature.h macros.h \ test-fwrite.c signature.h macros.h test-getdelim.c signature.h \ macros.h test-getline.c signature.h macros.h getpagesize.c \ intprops.h test-intprops.c macros.h inttypes.in.h \ test-inttypes.c test-memchr.c zerosize-ptr.h signature.h \ macros.h test-memmem.c zerosize-ptr.h signature.h macros.h \ msvc-inval.c msvc-inval.h \ $(top_srcdir)/build-aux/snippet/_Noreturn.h \ $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ $(top_srcdir)/build-aux/snippet/c++defs.h \ $(top_srcdir)/build-aux/snippet/warn-on-use.h test-stdalign.c \ macros.h test-stdbool.c test-stddef.c test-stdint.c \ test-stdio.c test-stdlib.c test-sys_wait.h test-string.c \ test-strnlen.c zerosize-ptr.h signature.h macros.h \ test-strverscmp.c signature.h macros.h test-sys_types.c \ init.sh test-init.sh test-unistd.c test-vasnprintf.c macros.h \ test-vasprintf.c signature.h macros.h test-verify.c \ test-verify.sh test-wchar.c # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES = inttypes.h arg-nonnull.h c++defs.h warn-on-use.h SUFFIXES = MOSTLYCLEANFILES = core *.stackdump test-getdelim.txt test-getline.txt \ inttypes.h inttypes.h-t arg-nonnull.h arg-nonnull.h-t \ c++defs.h c++defs.h-t warn-on-use.h warn-on-use.h-t MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = AM_CPPFLAGS = \ -D@gltests_WITNESS@=1 \ -I. -I$(srcdir) \ -I.. -I$(srcdir)/.. \ -I../gl -I$(srcdir)/../gl LDADD = libtests.a ../gl/libgl.la libtests.a $(LIBTESTS_LIBDEPS) libtests_a_SOURCES = dummy.c libtests_a_LIBADD = $(gltests_LIBOBJS) libtests_a_DEPENDENCIES = $(gltests_LIBOBJS) EXTRA_libtests_a_SOURCES = fdopen.c getpagesize.c msvc-inval.c AM_LIBTOOLFLAGS = --preserve-dup-deps # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H = $(top_srcdir)/build-aux/snippet/_Noreturn.h ARG_NONNULL_H = arg-nonnull.h CXXDEFS_H = c++defs.h WARN_ON_USE_H = warn-on-use.h all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gltests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign gltests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkLIBRARIES: -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES) clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) libtests.a: $(libtests_a_OBJECTS) $(libtests_a_DEPENDENCIES) $(EXTRA_libtests_a_DEPENDENCIES) $(AM_V_at)-rm -f libtests.a $(AM_V_AR)$(libtests_a_AR) libtests.a $(libtests_a_OBJECTS) $(libtests_a_LIBADD) $(AM_V_at)$(RANLIB) libtests.a clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list test-alloca-opt$(EXEEXT): $(test_alloca_opt_OBJECTS) $(test_alloca_opt_DEPENDENCIES) $(EXTRA_test_alloca_opt_DEPENDENCIES) @rm -f test-alloca-opt$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_alloca_opt_OBJECTS) $(test_alloca_opt_LDADD) $(LIBS) test-base64$(EXEEXT): $(test_base64_OBJECTS) $(test_base64_DEPENDENCIES) $(EXTRA_test_base64_DEPENDENCIES) @rm -f test-base64$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_base64_OBJECTS) $(test_base64_LDADD) $(LIBS) test-c-ctype$(EXEEXT): $(test_c_ctype_OBJECTS) $(test_c_ctype_DEPENDENCIES) $(EXTRA_test_c_ctype_DEPENDENCIES) @rm -f test-c-ctype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_c_ctype_OBJECTS) $(test_c_ctype_LDADD) $(LIBS) test-errno$(EXEEXT): $(test_errno_OBJECTS) $(test_errno_DEPENDENCIES) $(EXTRA_test_errno_DEPENDENCIES) @rm -f test-errno$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_errno_OBJECTS) $(test_errno_LDADD) $(LIBS) test-fdopen$(EXEEXT): $(test_fdopen_OBJECTS) $(test_fdopen_DEPENDENCIES) $(EXTRA_test_fdopen_DEPENDENCIES) @rm -f test-fdopen$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fdopen_OBJECTS) $(test_fdopen_LDADD) $(LIBS) test-fgetc$(EXEEXT): $(test_fgetc_OBJECTS) $(test_fgetc_DEPENDENCIES) $(EXTRA_test_fgetc_DEPENDENCIES) @rm -f test-fgetc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fgetc_OBJECTS) $(test_fgetc_LDADD) $(LIBS) test-float$(EXEEXT): $(test_float_OBJECTS) $(test_float_DEPENDENCIES) $(EXTRA_test_float_DEPENDENCIES) @rm -f test-float$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_float_OBJECTS) $(test_float_LDADD) $(LIBS) test-fputc$(EXEEXT): $(test_fputc_OBJECTS) $(test_fputc_DEPENDENCIES) $(EXTRA_test_fputc_DEPENDENCIES) @rm -f test-fputc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fputc_OBJECTS) $(test_fputc_LDADD) $(LIBS) test-fread$(EXEEXT): $(test_fread_OBJECTS) $(test_fread_DEPENDENCIES) $(EXTRA_test_fread_DEPENDENCIES) @rm -f test-fread$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fread_OBJECTS) $(test_fread_LDADD) $(LIBS) test-fwrite$(EXEEXT): $(test_fwrite_OBJECTS) $(test_fwrite_DEPENDENCIES) $(EXTRA_test_fwrite_DEPENDENCIES) @rm -f test-fwrite$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fwrite_OBJECTS) $(test_fwrite_LDADD) $(LIBS) test-gc$(EXEEXT): $(test_gc_OBJECTS) $(test_gc_DEPENDENCIES) $(EXTRA_test_gc_DEPENDENCIES) @rm -f test-gc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_gc_OBJECTS) $(test_gc_LDADD) $(LIBS) test-gc-hmac-md5$(EXEEXT): $(test_gc_hmac_md5_OBJECTS) $(test_gc_hmac_md5_DEPENDENCIES) $(EXTRA_test_gc_hmac_md5_DEPENDENCIES) @rm -f test-gc-hmac-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_gc_hmac_md5_OBJECTS) $(test_gc_hmac_md5_LDADD) $(LIBS) test-gc-hmac-sha1$(EXEEXT): $(test_gc_hmac_sha1_OBJECTS) $(test_gc_hmac_sha1_DEPENDENCIES) $(EXTRA_test_gc_hmac_sha1_DEPENDENCIES) @rm -f test-gc-hmac-sha1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_gc_hmac_sha1_OBJECTS) $(test_gc_hmac_sha1_LDADD) $(LIBS) test-gc-md5$(EXEEXT): $(test_gc_md5_OBJECTS) $(test_gc_md5_DEPENDENCIES) $(EXTRA_test_gc_md5_DEPENDENCIES) @rm -f test-gc-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_gc_md5_OBJECTS) $(test_gc_md5_LDADD) $(LIBS) test-gc-pbkdf2-sha1$(EXEEXT): $(test_gc_pbkdf2_sha1_OBJECTS) $(test_gc_pbkdf2_sha1_DEPENDENCIES) $(EXTRA_test_gc_pbkdf2_sha1_DEPENDENCIES) @rm -f test-gc-pbkdf2-sha1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_gc_pbkdf2_sha1_OBJECTS) $(test_gc_pbkdf2_sha1_LDADD) $(LIBS) test-gc-sha1$(EXEEXT): $(test_gc_sha1_OBJECTS) $(test_gc_sha1_DEPENDENCIES) $(EXTRA_test_gc_sha1_DEPENDENCIES) @rm -f test-gc-sha1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_gc_sha1_OBJECTS) $(test_gc_sha1_LDADD) $(LIBS) test-getdelim$(EXEEXT): $(test_getdelim_OBJECTS) $(test_getdelim_DEPENDENCIES) $(EXTRA_test_getdelim_DEPENDENCIES) @rm -f test-getdelim$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_getdelim_OBJECTS) $(test_getdelim_LDADD) $(LIBS) test-getline$(EXEEXT): $(test_getline_OBJECTS) $(test_getline_DEPENDENCIES) $(EXTRA_test_getline_DEPENDENCIES) @rm -f test-getline$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_getline_OBJECTS) $(test_getline_LDADD) $(LIBS) test-hmac-md5$(EXEEXT): $(test_hmac_md5_OBJECTS) $(test_hmac_md5_DEPENDENCIES) $(EXTRA_test_hmac_md5_DEPENDENCIES) @rm -f test-hmac-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_hmac_md5_OBJECTS) $(test_hmac_md5_LDADD) $(LIBS) test-hmac-sha1$(EXEEXT): $(test_hmac_sha1_OBJECTS) $(test_hmac_sha1_DEPENDENCIES) $(EXTRA_test_hmac_sha1_DEPENDENCIES) @rm -f test-hmac-sha1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_hmac_sha1_OBJECTS) $(test_hmac_sha1_LDADD) $(LIBS) test-intprops$(EXEEXT): $(test_intprops_OBJECTS) $(test_intprops_DEPENDENCIES) $(EXTRA_test_intprops_DEPENDENCIES) @rm -f test-intprops$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_intprops_OBJECTS) $(test_intprops_LDADD) $(LIBS) test-inttypes$(EXEEXT): $(test_inttypes_OBJECTS) $(test_inttypes_DEPENDENCIES) $(EXTRA_test_inttypes_DEPENDENCIES) @rm -f test-inttypes$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_inttypes_OBJECTS) $(test_inttypes_LDADD) $(LIBS) test-md5$(EXEEXT): $(test_md5_OBJECTS) $(test_md5_DEPENDENCIES) $(EXTRA_test_md5_DEPENDENCIES) @rm -f test-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_md5_OBJECTS) $(test_md5_LDADD) $(LIBS) test-memchr$(EXEEXT): $(test_memchr_OBJECTS) $(test_memchr_DEPENDENCIES) $(EXTRA_test_memchr_DEPENDENCIES) @rm -f test-memchr$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_memchr_OBJECTS) $(test_memchr_LDADD) $(LIBS) test-memmem$(EXEEXT): $(test_memmem_OBJECTS) $(test_memmem_DEPENDENCIES) $(EXTRA_test_memmem_DEPENDENCIES) @rm -f test-memmem$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_memmem_OBJECTS) $(test_memmem_LDADD) $(LIBS) test-sha1$(EXEEXT): $(test_sha1_OBJECTS) $(test_sha1_DEPENDENCIES) $(EXTRA_test_sha1_DEPENDENCIES) @rm -f test-sha1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sha1_OBJECTS) $(test_sha1_LDADD) $(LIBS) test-stdalign$(EXEEXT): $(test_stdalign_OBJECTS) $(test_stdalign_DEPENDENCIES) $(EXTRA_test_stdalign_DEPENDENCIES) @rm -f test-stdalign$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdalign_OBJECTS) $(test_stdalign_LDADD) $(LIBS) test-stdbool$(EXEEXT): $(test_stdbool_OBJECTS) $(test_stdbool_DEPENDENCIES) $(EXTRA_test_stdbool_DEPENDENCIES) @rm -f test-stdbool$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdbool_OBJECTS) $(test_stdbool_LDADD) $(LIBS) test-stddef$(EXEEXT): $(test_stddef_OBJECTS) $(test_stddef_DEPENDENCIES) $(EXTRA_test_stddef_DEPENDENCIES) @rm -f test-stddef$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stddef_OBJECTS) $(test_stddef_LDADD) $(LIBS) test-stdint$(EXEEXT): $(test_stdint_OBJECTS) $(test_stdint_DEPENDENCIES) $(EXTRA_test_stdint_DEPENDENCIES) @rm -f test-stdint$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdint_OBJECTS) $(test_stdint_LDADD) $(LIBS) test-stdio$(EXEEXT): $(test_stdio_OBJECTS) $(test_stdio_DEPENDENCIES) $(EXTRA_test_stdio_DEPENDENCIES) @rm -f test-stdio$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdio_OBJECTS) $(test_stdio_LDADD) $(LIBS) test-stdlib$(EXEEXT): $(test_stdlib_OBJECTS) $(test_stdlib_DEPENDENCIES) $(EXTRA_test_stdlib_DEPENDENCIES) @rm -f test-stdlib$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdlib_OBJECTS) $(test_stdlib_LDADD) $(LIBS) test-string$(EXEEXT): $(test_string_OBJECTS) $(test_string_DEPENDENCIES) $(EXTRA_test_string_DEPENDENCIES) @rm -f test-string$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_string_OBJECTS) $(test_string_LDADD) $(LIBS) test-strnlen$(EXEEXT): $(test_strnlen_OBJECTS) $(test_strnlen_DEPENDENCIES) $(EXTRA_test_strnlen_DEPENDENCIES) @rm -f test-strnlen$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_strnlen_OBJECTS) $(test_strnlen_LDADD) $(LIBS) test-strverscmp$(EXEEXT): $(test_strverscmp_OBJECTS) $(test_strverscmp_DEPENDENCIES) $(EXTRA_test_strverscmp_DEPENDENCIES) @rm -f test-strverscmp$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_strverscmp_OBJECTS) $(test_strverscmp_LDADD) $(LIBS) test-sys_types$(EXEEXT): $(test_sys_types_OBJECTS) $(test_sys_types_DEPENDENCIES) $(EXTRA_test_sys_types_DEPENDENCIES) @rm -f test-sys_types$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_types_OBJECTS) $(test_sys_types_LDADD) $(LIBS) test-unistd$(EXEEXT): $(test_unistd_OBJECTS) $(test_unistd_DEPENDENCIES) $(EXTRA_test_unistd_DEPENDENCIES) @rm -f test-unistd$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_unistd_OBJECTS) $(test_unistd_LDADD) $(LIBS) test-vasnprintf$(EXEEXT): $(test_vasnprintf_OBJECTS) $(test_vasnprintf_DEPENDENCIES) $(EXTRA_test_vasnprintf_DEPENDENCIES) @rm -f test-vasnprintf$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_vasnprintf_OBJECTS) $(test_vasnprintf_LDADD) $(LIBS) test-vasprintf$(EXEEXT): $(test_vasprintf_OBJECTS) $(test_vasprintf_DEPENDENCIES) $(EXTRA_test_vasprintf_DEPENDENCIES) @rm -f test-vasprintf$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_vasprintf_OBJECTS) $(test_vasprintf_LDADD) $(LIBS) test-verify$(EXEEXT): $(test_verify_OBJECTS) $(test_verify_DEPENDENCIES) $(EXTRA_test_verify_DEPENDENCIES) @rm -f test-verify$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_verify_OBJECTS) $(test_verify_LDADD) $(LIBS) test-wchar$(EXEEXT): $(test_wchar_OBJECTS) $(test_wchar_DEPENDENCIES) $(EXTRA_test_wchar_DEPENDENCIES) @rm -f test-wchar$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_wchar_OBJECTS) $(test_wchar_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdopen.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpagesize.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-alloca-opt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-base64.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-ctype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-errno.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fdopen.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fgetc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-float.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fputc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fread.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fwrite.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-hmac-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-hmac-sha1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-pbkdf2-sha1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc-sha1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getdelim.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getline.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-hmac-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-hmac-sha1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-intprops.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inttypes.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-memchr.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-memmem.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sha1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdalign.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdbool.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stddef.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdint.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdio.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdlib.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-string.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strnlen.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strverscmp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-vasnprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-vasprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wchar.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ col=$$red; res=XPASS; \ ;; \ *) \ col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ col=$$blu; res=SKIP; \ fi; \ echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ All=""; \ else \ tests="tests"; \ All="All "; \ fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="$$All$$all $$tests passed"; \ else \ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all $$tests failed"; \ else \ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ if test "$$skip" -eq 1; then \ skipped="($$skip test was not run)"; \ else \ skipped="($$skip tests were not run)"; \ fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ col="$$grn"; \ else \ col="$$red"; \ fi; \ echo "$${col}$$dashes$${std}"; \ echo "$${col}$$banner$${std}"; \ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ test -z "$$report" || echo "$${col}$$report$${std}"; \ echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \ clean-libtool clean-local clean-noinstLIBRARIES \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ check-am ctags-recursive install install-am install-strip \ tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-TESTS check-am clean \ clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \ clean-libtool clean-local clean-noinstLIBRARIES \ clean-noinstPROGRAMS ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \ tags-recursive uninstall uninstall-am # We need the following in order to create when the system # doesn't have one that works with the given compiler. inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \ -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \ -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \ -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \ -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \ -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/inttypes.in.h; \ } > $@-t && \ mv $@-t $@ # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ # Clean up after Solaris cc. clean-local: rm -rf SunWS_cache mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/gltests/test-vasprintf.c0000664000000000000000000000471511746471770015137 00000000000000/* Test of vasprintf() and asprintf() functions. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (asprintf, int, (char **, char const *, ...)); SIGNATURE_CHECK (vasprintf, int, (char **, char const *, va_list)); #include #include #include #include "macros.h" static int my_asprintf (char **result, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vasprintf (result, format, args); va_end (args); return ret; } static void test_vasprintf () { int repeat; for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = my_asprintf (&result, "%d", 12345); ASSERT (retval == 5); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); free (result); } for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = my_asprintf (&result, "%08lx", 12345UL); ASSERT (retval == 8); ASSERT (result != NULL); ASSERT (strcmp (result, "00003039") == 0); free (result); } } static void test_asprintf () { int repeat; for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = asprintf (&result, "%d", 12345); ASSERT (retval == 5); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); free (result); } for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = asprintf (&result, "%08lx", 12345UL); ASSERT (retval == 8); ASSERT (result != NULL); ASSERT (strcmp (result, "00003039") == 0); free (result); } } int main (int argc, char *argv[]) { test_vasprintf (); test_asprintf (); return 0; } gsasl-1.8.0/lib/gltests/test-intprops.c0000664000000000000000000002704011746471770014775 00000000000000/* Test intprops.h. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert. */ /* Tell gcc not to warn about the many (X < 0) expressions that the overflow macros expand to. */ #if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wtype-limits" #endif #include #include "intprops.h" #include "verify.h" #include #include #include "macros.h" /* VERIFY (X) uses a static assertion for compilers that are known to work, and falls back on a dynamic assertion for other compilers. These tests should be checkable via 'verify' rather than 'ASSERT', but using 'verify' would run into a bug with HP-UX 11.23 cc; see . */ #if __GNUC__ || __SUNPRO_C # define VERIFY(x) do { verify (x); } while (0) #else # define VERIFY(x) ASSERT (x) #endif int main (void) { /* Use VERIFY for tests that must be integer constant expressions, ASSERT otherwise. */ /* TYPE_IS_INTEGER. */ ASSERT (TYPE_IS_INTEGER (bool)); ASSERT (TYPE_IS_INTEGER (char)); ASSERT (TYPE_IS_INTEGER (signed char)); ASSERT (TYPE_IS_INTEGER (unsigned char)); ASSERT (TYPE_IS_INTEGER (short int)); ASSERT (TYPE_IS_INTEGER (unsigned short int)); ASSERT (TYPE_IS_INTEGER (int)); ASSERT (TYPE_IS_INTEGER (unsigned int)); ASSERT (TYPE_IS_INTEGER (long int)); ASSERT (TYPE_IS_INTEGER (unsigned long int)); ASSERT (TYPE_IS_INTEGER (intmax_t)); ASSERT (TYPE_IS_INTEGER (uintmax_t)); ASSERT (! TYPE_IS_INTEGER (float)); ASSERT (! TYPE_IS_INTEGER (double)); ASSERT (! TYPE_IS_INTEGER (long double)); /* TYPE_SIGNED. */ /* VERIFY (! TYPE_SIGNED (bool)); // not guaranteed by gnulib substitute */ VERIFY (TYPE_SIGNED (signed char)); VERIFY (! TYPE_SIGNED (unsigned char)); VERIFY (TYPE_SIGNED (short int)); VERIFY (! TYPE_SIGNED (unsigned short int)); VERIFY (TYPE_SIGNED (int)); VERIFY (! TYPE_SIGNED (unsigned int)); VERIFY (TYPE_SIGNED (long int)); VERIFY (! TYPE_SIGNED (unsigned long int)); VERIFY (TYPE_SIGNED (intmax_t)); VERIFY (! TYPE_SIGNED (uintmax_t)); ASSERT (TYPE_SIGNED (float)); ASSERT (TYPE_SIGNED (double)); ASSERT (TYPE_SIGNED (long double)); /* Integer representation. */ VERIFY (INT_MIN + INT_MAX < 0 ? (TYPE_TWOS_COMPLEMENT (int) && ! TYPE_ONES_COMPLEMENT (int) && ! TYPE_SIGNED_MAGNITUDE (int)) : (! TYPE_TWOS_COMPLEMENT (int) && (TYPE_ONES_COMPLEMENT (int) || TYPE_SIGNED_MAGNITUDE (int)))); /* TYPE_MINIMUM, TYPE_MAXIMUM. */ VERIFY (TYPE_MINIMUM (char) == CHAR_MIN); VERIFY (TYPE_MAXIMUM (char) == CHAR_MAX); VERIFY (TYPE_MINIMUM (unsigned char) == 0); VERIFY (TYPE_MAXIMUM (unsigned char) == UCHAR_MAX); VERIFY (TYPE_MINIMUM (signed char) == SCHAR_MIN); VERIFY (TYPE_MAXIMUM (signed char) == SCHAR_MAX); VERIFY (TYPE_MINIMUM (short int) == SHRT_MIN); VERIFY (TYPE_MAXIMUM (short int) == SHRT_MAX); VERIFY (TYPE_MINIMUM (unsigned short int) == 0); VERIFY (TYPE_MAXIMUM (unsigned short int) == USHRT_MAX); VERIFY (TYPE_MINIMUM (int) == INT_MIN); VERIFY (TYPE_MAXIMUM (int) == INT_MAX); VERIFY (TYPE_MINIMUM (unsigned int) == 0); VERIFY (TYPE_MAXIMUM (unsigned int) == UINT_MAX); VERIFY (TYPE_MINIMUM (long int) == LONG_MIN); VERIFY (TYPE_MAXIMUM (long int) == LONG_MAX); VERIFY (TYPE_MINIMUM (unsigned long int) == 0); VERIFY (TYPE_MAXIMUM (unsigned long int) == ULONG_MAX); VERIFY (TYPE_MINIMUM (intmax_t) == INTMAX_MIN); VERIFY (TYPE_MAXIMUM (intmax_t) == INTMAX_MAX); VERIFY (TYPE_MINIMUM (uintmax_t) == 0); VERIFY (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX); /* INT_BITS_STRLEN_BOUND. */ VERIFY (INT_BITS_STRLEN_BOUND (1) == 1); VERIFY (INT_BITS_STRLEN_BOUND (2620) == 789); /* INT_STRLEN_BOUND, INT_BUFSIZE_BOUND. */ #ifdef INT32_MAX /* POSIX guarantees int32_t; this ports to non-POSIX. */ VERIFY (INT_STRLEN_BOUND (int32_t) == sizeof ("-2147483648") - 1); VERIFY (INT_BUFSIZE_BOUND (int32_t) == sizeof ("-2147483648")); #endif #ifdef INT64_MAX VERIFY (INT_STRLEN_BOUND (int64_t) == sizeof ("-9223372036854775808") - 1); VERIFY (INT_BUFSIZE_BOUND (int64_t) == sizeof ("-9223372036854775808")); #endif /* All the INT__RANGE_OVERFLOW tests are equally valid as INT__OVERFLOW tests, so define a single macro to do both. */ #define CHECK_BINOP(op, a, b, min, max, overflow) \ (INT_##op##_RANGE_OVERFLOW (a, b, min, max) == (overflow) \ && INT_##op##_OVERFLOW (a, b) == (overflow)) #define CHECK_UNOP(op, a, min, max, overflow) \ (INT_##op##_RANGE_OVERFLOW (a, min, max) == (overflow) \ && INT_##op##_OVERFLOW (a) == (overflow)) /* INT__RANGE_OVERFLOW, INT__OVERFLOW. */ VERIFY (INT_ADD_RANGE_OVERFLOW (INT_MAX, 1, INT_MIN, INT_MAX)); VERIFY (INT_ADD_OVERFLOW (INT_MAX, 1)); VERIFY (CHECK_BINOP (ADD, INT_MAX, 1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (ADD, INT_MAX, -1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (ADD, INT_MIN, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (ADD, INT_MIN, -1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (ADD, UINT_MAX, 1u, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (ADD, 0u, 1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MAX, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MAX, -1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MIN, 1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MIN, -1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, UINT_MAX, 1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, 0u, 1u, 0u, UINT_MAX, true)); VERIFY (CHECK_UNOP (NEGATE, INT_MIN, INT_MIN, INT_MAX, TYPE_TWOS_COMPLEMENT (int))); VERIFY (CHECK_UNOP (NEGATE, 0, INT_MIN, INT_MAX, false)); VERIFY (CHECK_UNOP (NEGATE, INT_MAX, INT_MIN, INT_MAX, false)); VERIFY (CHECK_UNOP (NEGATE, 0u, 0u, UINT_MAX, false)); VERIFY (CHECK_UNOP (NEGATE, 1u, 0u, UINT_MAX, true)); VERIFY (CHECK_UNOP (NEGATE, UINT_MAX, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MAX, INT_MAX, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MAX, INT_MIN, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MIN, INT_MAX, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MIN, INT_MIN, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, -1, INT_MIN, INT_MIN, INT_MAX, INT_NEGATE_OVERFLOW (INT_MIN))); VERIFY (CHECK_BINOP (MULTIPLY, LONG_MIN / INT_MAX, (long int) INT_MAX, LONG_MIN, LONG_MIN, false)); VERIFY (CHECK_BINOP (DIVIDE, INT_MIN, -1, INT_MIN, INT_MAX, INT_NEGATE_OVERFLOW (INT_MIN))); VERIFY (CHECK_BINOP (DIVIDE, INT_MAX, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (DIVIDE, (unsigned int) INT_MIN, -1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (REMAINDER, INT_MIN, -1, INT_MIN, INT_MAX, INT_NEGATE_OVERFLOW (INT_MIN))); VERIFY (CHECK_BINOP (REMAINDER, INT_MAX, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (REMAINDER, (unsigned int) INT_MIN, -1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX, 1, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX / 2 + 1, 1, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX / 2, 1, 0u, UINT_MAX, false)); /* INT__OVERFLOW with mixed types. */ #define CHECK_SUM(a, b, overflow) \ VERIFY (INT_ADD_OVERFLOW (a, b) == (overflow)); \ VERIFY (INT_ADD_OVERFLOW (b, a) == (overflow)) CHECK_SUM (-1, LONG_MIN, true); CHECK_SUM (-1, UINT_MAX, false); CHECK_SUM (-1L, INT_MIN, INT_MIN == LONG_MIN); CHECK_SUM (0u, -1, true); CHECK_SUM (0u, 0, false); CHECK_SUM (0u, 1, false); CHECK_SUM (1, LONG_MAX, true); CHECK_SUM (1, UINT_MAX, true); CHECK_SUM (1L, INT_MAX, INT_MAX == LONG_MAX); CHECK_SUM (1u, INT_MAX, INT_MAX == UINT_MAX); CHECK_SUM (1u, INT_MIN, true); VERIFY (! INT_SUBTRACT_OVERFLOW (INT_MAX, 1u)); VERIFY (! INT_SUBTRACT_OVERFLOW (UINT_MAX, 1)); VERIFY (! INT_SUBTRACT_OVERFLOW (0u, -1)); VERIFY (INT_SUBTRACT_OVERFLOW (UINT_MAX, -1)); VERIFY (INT_SUBTRACT_OVERFLOW (INT_MIN, 1u)); VERIFY (INT_SUBTRACT_OVERFLOW (-1, 0u)); #define CHECK_PRODUCT(a, b, overflow) \ VERIFY (INT_MULTIPLY_OVERFLOW (a, b) == (overflow)); \ VERIFY (INT_MULTIPLY_OVERFLOW (b, a) == (overflow)) CHECK_PRODUCT (-1, 1u, true); CHECK_PRODUCT (-1, INT_MIN, INT_NEGATE_OVERFLOW (INT_MIN)); CHECK_PRODUCT (-1, UINT_MAX, true); CHECK_PRODUCT (-12345, LONG_MAX / -12345 - 1, true); CHECK_PRODUCT (-12345, LONG_MAX / -12345, false); CHECK_PRODUCT (0, -1, false); CHECK_PRODUCT (0, 0, false); CHECK_PRODUCT (0, 0u, false); CHECK_PRODUCT (0, 1, false); CHECK_PRODUCT (0, INT_MAX, false); CHECK_PRODUCT (0, INT_MIN, false); CHECK_PRODUCT (0, UINT_MAX, false); CHECK_PRODUCT (0u, -1, false); CHECK_PRODUCT (0u, 0, false); CHECK_PRODUCT (0u, 0u, false); CHECK_PRODUCT (0u, 1, false); CHECK_PRODUCT (0u, INT_MAX, false); CHECK_PRODUCT (0u, INT_MIN, false); CHECK_PRODUCT (0u, UINT_MAX, false); CHECK_PRODUCT (1, INT_MAX, false); CHECK_PRODUCT (1, INT_MIN, false); CHECK_PRODUCT (1, UINT_MAX, false); CHECK_PRODUCT (1u, INT_MIN, true); CHECK_PRODUCT (1u, INT_MAX, UINT_MAX < INT_MAX); CHECK_PRODUCT (INT_MAX, UINT_MAX, true); CHECK_PRODUCT (INT_MAX, ULONG_MAX, true); CHECK_PRODUCT (INT_MIN, LONG_MAX / INT_MIN - 1, true); CHECK_PRODUCT (INT_MIN, LONG_MAX / INT_MIN, false); CHECK_PRODUCT (INT_MIN, UINT_MAX, true); CHECK_PRODUCT (INT_MIN, ULONG_MAX, true); VERIFY (INT_DIVIDE_OVERFLOW (INT_MIN, -1L) == (TYPE_TWOS_COMPLEMENT (long int) && INT_MIN == LONG_MIN)); VERIFY (! INT_DIVIDE_OVERFLOW (INT_MIN, UINT_MAX)); VERIFY (! INT_DIVIDE_OVERFLOW (INTMAX_MIN, UINTMAX_MAX)); VERIFY (! INT_DIVIDE_OVERFLOW (INTMAX_MIN, UINT_MAX)); VERIFY (INT_DIVIDE_OVERFLOW (-11, 10u)); VERIFY (INT_DIVIDE_OVERFLOW (-10, 10u)); VERIFY (! INT_DIVIDE_OVERFLOW (-9, 10u)); VERIFY (INT_DIVIDE_OVERFLOW (11u, -10)); VERIFY (INT_DIVIDE_OVERFLOW (10u, -10)); VERIFY (! INT_DIVIDE_OVERFLOW (9u, -10)); VERIFY (INT_REMAINDER_OVERFLOW (INT_MIN, -1L) == (TYPE_TWOS_COMPLEMENT (long int) && INT_MIN == LONG_MIN)); VERIFY (INT_REMAINDER_OVERFLOW (-1, UINT_MAX)); VERIFY (INT_REMAINDER_OVERFLOW ((intmax_t) -1, UINTMAX_MAX)); VERIFY (INT_REMAINDER_OVERFLOW (INTMAX_MIN, UINT_MAX) == (INTMAX_MAX < UINT_MAX && - (unsigned int) INTMAX_MIN % UINT_MAX != 0)); VERIFY (INT_REMAINDER_OVERFLOW (INT_MIN, ULONG_MAX) == (INT_MIN % ULONG_MAX != 1)); VERIFY (! INT_REMAINDER_OVERFLOW (1u, -1)); VERIFY (! INT_REMAINDER_OVERFLOW (37*39u, -39)); VERIFY (INT_REMAINDER_OVERFLOW (37*39u + 1, -39)); VERIFY (INT_REMAINDER_OVERFLOW (37*39u - 1, -39)); VERIFY (! INT_REMAINDER_OVERFLOW (LONG_MAX, -INT_MAX)); return 0; } gsasl-1.8.0/lib/gltests/test-stdint.c0000664000000000000000000002617611746471770014435 00000000000000/* Test of substitute. Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2006. */ #include /* Whether to enable pedantic checks. */ #define DO_PEDANTIC 0 #include #include "verify.h" #include "intprops.h" #if __GNUC__ >= 2 && DO_PEDANTIC # define verify_same_types(expr1,expr2) \ extern void _verify_func(__LINE__) (__typeof__ (expr1) *); \ extern void _verify_func(__LINE__) (__typeof__ (expr2) *); # define _verify_func(line) _verify_func2(line) # define _verify_func2(line) verify_func_ ## line #else # define verify_same_types(expr1,expr2) extern void verify_func (int) #endif /* 7.18.1.1. Exact-width integer types */ /* 7.18.2.1. Limits of exact-width integer types */ int8_t a1[3] = { INT8_C (17), INT8_MIN, INT8_MAX }; verify (TYPE_MINIMUM (int8_t) == INT8_MIN); verify (TYPE_MAXIMUM (int8_t) == INT8_MAX); verify_same_types (INT8_MIN, (int8_t) 0 + 0); verify_same_types (INT8_MAX, (int8_t) 0 + 0); int16_t a2[3] = { INT16_C (17), INT16_MIN, INT16_MAX }; verify (TYPE_MINIMUM (int16_t) == INT16_MIN); verify (TYPE_MAXIMUM (int16_t) == INT16_MAX); verify_same_types (INT16_MIN, (int16_t) 0 + 0); verify_same_types (INT16_MAX, (int16_t) 0 + 0); int32_t a3[3] = { INT32_C (17), INT32_MIN, INT32_MAX }; verify (TYPE_MINIMUM (int32_t) == INT32_MIN); verify (TYPE_MAXIMUM (int32_t) == INT32_MAX); verify_same_types (INT32_MIN, (int32_t) 0 + 0); verify_same_types (INT32_MAX, (int32_t) 0 + 0); #ifdef INT64_MAX int64_t a4[3] = { INT64_C (17), INT64_MIN, INT64_MAX }; verify (TYPE_MINIMUM (int64_t) == INT64_MIN); verify (TYPE_MAXIMUM (int64_t) == INT64_MAX); verify_same_types (INT64_MIN, (int64_t) 0 + 0); verify_same_types (INT64_MAX, (int64_t) 0 + 0); #endif uint8_t b1[2] = { UINT8_C (17), UINT8_MAX }; verify (TYPE_MAXIMUM (uint8_t) == UINT8_MAX); verify_same_types (UINT8_MAX, (uint8_t) 0 + 0); uint16_t b2[2] = { UINT16_C (17), UINT16_MAX }; verify (TYPE_MAXIMUM (uint16_t) == UINT16_MAX); verify_same_types (UINT16_MAX, (uint16_t) 0 + 0); uint32_t b3[2] = { UINT32_C (17), UINT32_MAX }; verify (TYPE_MAXIMUM (uint32_t) == UINT32_MAX); verify_same_types (UINT32_MAX, (uint32_t) 0 + 0); #ifdef UINT64_MAX uint64_t b4[2] = { UINT64_C (17), UINT64_MAX }; verify (TYPE_MAXIMUM (uint64_t) == UINT64_MAX); verify_same_types (UINT64_MAX, (uint64_t) 0 + 0); #endif #if INT8_MIN && INT8_MAX && INT16_MIN && INT16_MAX && INT32_MIN && INT32_MAX /* ok */ #else err or; #endif #if UINT8_MAX && UINT16_MAX && UINT32_MAX /* ok */ #else err or; #endif /* 7.18.1.2. Minimum-width integer types */ /* 7.18.2.2. Limits of minimum-width integer types */ int_least8_t c1[3] = { 17, INT_LEAST8_MIN, INT_LEAST8_MAX }; verify (TYPE_MINIMUM (int_least8_t) == INT_LEAST8_MIN); verify (TYPE_MAXIMUM (int_least8_t) == INT_LEAST8_MAX); verify_same_types (INT_LEAST8_MIN, (int_least8_t) 0 + 0); verify_same_types (INT_LEAST8_MAX, (int_least8_t) 0 + 0); int_least16_t c2[3] = { 17, INT_LEAST16_MIN, INT_LEAST16_MAX }; verify (TYPE_MINIMUM (int_least16_t) == INT_LEAST16_MIN); verify (TYPE_MAXIMUM (int_least16_t) == INT_LEAST16_MAX); verify_same_types (INT_LEAST16_MIN, (int_least16_t) 0 + 0); verify_same_types (INT_LEAST16_MAX, (int_least16_t) 0 + 0); int_least32_t c3[3] = { 17, INT_LEAST32_MIN, INT_LEAST32_MAX }; verify (TYPE_MINIMUM (int_least32_t) == INT_LEAST32_MIN); verify (TYPE_MAXIMUM (int_least32_t) == INT_LEAST32_MAX); verify_same_types (INT_LEAST32_MIN, (int_least32_t) 0 + 0); verify_same_types (INT_LEAST32_MAX, (int_least32_t) 0 + 0); #ifdef INT_LEAST64_MAX int_least64_t c4[3] = { 17, INT_LEAST64_MIN, INT_LEAST64_MAX }; verify (TYPE_MINIMUM (int_least64_t) == INT_LEAST64_MIN); verify (TYPE_MAXIMUM (int_least64_t) == INT_LEAST64_MAX); verify_same_types (INT_LEAST64_MIN, (int_least64_t) 0 + 0); verify_same_types (INT_LEAST64_MAX, (int_least64_t) 0 + 0); #endif uint_least8_t d1[2] = { 17, UINT_LEAST8_MAX }; verify (TYPE_MAXIMUM (uint_least8_t) == UINT_LEAST8_MAX); verify_same_types (UINT_LEAST8_MAX, (uint_least8_t) 0 + 0); uint_least16_t d2[2] = { 17, UINT_LEAST16_MAX }; verify (TYPE_MAXIMUM (uint_least16_t) == UINT_LEAST16_MAX); verify_same_types (UINT_LEAST16_MAX, (uint_least16_t) 0 + 0); uint_least32_t d3[2] = { 17, UINT_LEAST32_MAX }; verify (TYPE_MAXIMUM (uint_least32_t) == UINT_LEAST32_MAX); verify_same_types (UINT_LEAST32_MAX, (uint_least32_t) 0 + 0); #ifdef UINT_LEAST64_MAX uint_least64_t d4[2] = { 17, UINT_LEAST64_MAX }; verify (TYPE_MAXIMUM (uint_least64_t) == UINT_LEAST64_MAX); verify_same_types (UINT_LEAST64_MAX, (uint_least64_t) 0 + 0); #endif #if INT_LEAST8_MIN && INT_LEAST8_MAX && INT_LEAST16_MIN && INT_LEAST16_MAX && INT_LEAST32_MIN && INT_LEAST32_MAX /* ok */ #else err or; #endif #if UINT_LEAST8_MAX && UINT_LEAST16_MAX && UINT_LEAST32_MAX /* ok */ #else err or; #endif /* 7.18.1.3. Fastest minimum-width integer types */ /* 7.18.2.3. Limits of fastest minimum-width integer types */ int_fast8_t e1[3] = { 17, INT_FAST8_MIN, INT_FAST8_MAX }; verify (TYPE_MINIMUM (int_fast8_t) == INT_FAST8_MIN); verify (TYPE_MAXIMUM (int_fast8_t) == INT_FAST8_MAX); verify_same_types (INT_FAST8_MIN, (int_fast8_t) 0 + 0); verify_same_types (INT_FAST8_MAX, (int_fast8_t) 0 + 0); int_fast16_t e2[3] = { 17, INT_FAST16_MIN, INT_FAST16_MAX }; verify (TYPE_MINIMUM (int_fast16_t) == INT_FAST16_MIN); verify (TYPE_MAXIMUM (int_fast16_t) == INT_FAST16_MAX); verify_same_types (INT_FAST16_MIN, (int_fast16_t) 0 + 0); verify_same_types (INT_FAST16_MAX, (int_fast16_t) 0 + 0); int_fast32_t e3[3] = { 17, INT_FAST32_MIN, INT_FAST32_MAX }; verify (TYPE_MINIMUM (int_fast32_t) == INT_FAST32_MIN); verify (TYPE_MAXIMUM (int_fast32_t) == INT_FAST32_MAX); verify_same_types (INT_FAST32_MIN, (int_fast32_t) 0 + 0); verify_same_types (INT_FAST32_MAX, (int_fast32_t) 0 + 0); #ifdef INT_FAST64_MAX int_fast64_t e4[3] = { 17, INT_FAST64_MIN, INT_FAST64_MAX }; verify (TYPE_MINIMUM (int_fast64_t) == INT_FAST64_MIN); verify (TYPE_MAXIMUM (int_fast64_t) == INT_FAST64_MAX); verify_same_types (INT_FAST64_MIN, (int_fast64_t) 0 + 0); verify_same_types (INT_FAST64_MAX, (int_fast64_t) 0 + 0); #endif uint_fast8_t f1[2] = { 17, UINT_FAST8_MAX }; verify (TYPE_MAXIMUM (uint_fast8_t) == UINT_FAST8_MAX); verify_same_types (UINT_FAST8_MAX, (uint_fast8_t) 0 + 0); uint_fast16_t f2[2] = { 17, UINT_FAST16_MAX }; verify (TYPE_MAXIMUM (uint_fast16_t) == UINT_FAST16_MAX); verify_same_types (UINT_FAST16_MAX, (uint_fast16_t) 0 + 0); uint_fast32_t f3[2] = { 17, UINT_FAST32_MAX }; verify (TYPE_MAXIMUM (uint_fast32_t) == UINT_FAST32_MAX); verify_same_types (UINT_FAST32_MAX, (uint_fast32_t) 0 + 0); #ifdef UINT_FAST64_MAX uint_fast64_t f4[2] = { 17, UINT_FAST64_MAX }; verify (TYPE_MAXIMUM (uint_fast64_t) == UINT_FAST64_MAX); verify_same_types (UINT_FAST64_MAX, (uint_fast64_t) 0 + 0); #endif #if INT_FAST8_MIN && INT_FAST8_MAX && INT_FAST16_MIN && INT_FAST16_MAX && INT_FAST32_MIN && INT_FAST32_MAX /* ok */ #else err or; #endif #if UINT_FAST8_MAX && UINT_FAST16_MAX && UINT_FAST32_MAX /* ok */ #else err or; #endif /* 7.18.1.4. Integer types capable of holding object pointers */ /* 7.18.2.4. Limits of integer types capable of holding object pointers */ intptr_t g[3] = { 17, INTPTR_MIN, INTPTR_MAX }; verify (TYPE_MINIMUM (intptr_t) == INTPTR_MIN); verify (TYPE_MAXIMUM (intptr_t) == INTPTR_MAX); verify_same_types (INTPTR_MIN, (intptr_t) 0 + 0); verify_same_types (INTPTR_MAX, (intptr_t) 0 + 0); uintptr_t h[2] = { 17, UINTPTR_MAX }; verify (TYPE_MAXIMUM (uintptr_t) == UINTPTR_MAX); verify_same_types (UINTPTR_MAX, (uintptr_t) 0 + 0); #if INTPTR_MIN && INTPTR_MAX && UINTPTR_MAX /* ok */ #else err or; #endif /* 7.18.1.5. Greatest-width integer types */ /* 7.18.2.5. Limits of greatest-width integer types */ intmax_t i[3] = { INTMAX_C (17), INTMAX_MIN, INTMAX_MAX }; verify (TYPE_MINIMUM (intmax_t) == INTMAX_MIN); verify (TYPE_MAXIMUM (intmax_t) == INTMAX_MAX); verify_same_types (INTMAX_MIN, (intmax_t) 0 + 0); verify_same_types (INTMAX_MAX, (intmax_t) 0 + 0); uintmax_t j[2] = { UINTMAX_C (17), UINTMAX_MAX }; verify (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX); verify_same_types (UINTMAX_MAX, (uintmax_t) 0 + 0); /* As of 2007, Sun C and HP-UX 10.20 cc don't support 'long long' constants in the preprocessor. */ #if !(defined __SUNPRO_C || (defined __hpux && !defined __GNUC__)) #if INTMAX_MIN && INTMAX_MAX && UINTMAX_MAX /* ok */ #else err or; #endif #endif /* 7.18.3. Limits of other integer types */ #include verify (TYPE_MINIMUM (ptrdiff_t) == PTRDIFF_MIN); verify (TYPE_MAXIMUM (ptrdiff_t) == PTRDIFF_MAX); verify_same_types (PTRDIFF_MIN, (ptrdiff_t) 0 + 0); verify_same_types (PTRDIFF_MAX, (ptrdiff_t) 0 + 0); #if PTRDIFF_MIN && PTRDIFF_MAX /* ok */ #else err or; #endif #include verify (TYPE_MINIMUM (sig_atomic_t) == SIG_ATOMIC_MIN); verify (TYPE_MAXIMUM (sig_atomic_t) == SIG_ATOMIC_MAX); verify_same_types (SIG_ATOMIC_MIN, (sig_atomic_t) 0 + 0); verify_same_types (SIG_ATOMIC_MAX, (sig_atomic_t) 0 + 0); #if SIG_ATOMIC_MIN != 17 && SIG_ATOMIC_MAX /* ok */ #else err or; #endif verify (TYPE_MAXIMUM (size_t) == SIZE_MAX); verify_same_types (SIZE_MAX, (size_t) 0 + 0); #if SIZE_MAX /* ok */ #else err or; #endif #if HAVE_WCHAR_T verify (TYPE_MINIMUM (wchar_t) == WCHAR_MIN); verify (TYPE_MAXIMUM (wchar_t) == WCHAR_MAX); verify_same_types (WCHAR_MIN, (wchar_t) 0 + 0); verify_same_types (WCHAR_MAX, (wchar_t) 0 + 0); # if WCHAR_MIN != 17 && WCHAR_MAX /* ok */ # else err or; # endif #endif #if HAVE_WINT_T # include verify (TYPE_MINIMUM (wint_t) == WINT_MIN); verify (TYPE_MAXIMUM (wint_t) == WINT_MAX); verify_same_types (WINT_MIN, (wint_t) 0 + 0); verify_same_types (WINT_MAX, (wint_t) 0 + 0); # if WINT_MIN != 17 && WINT_MAX /* ok */ # else err or; # endif #endif /* 7.18.4. Macros for integer constants */ verify (INT8_C (17) == 17); verify_same_types (INT8_C (17), (int_least8_t)0 + 0); verify (UINT8_C (17) == 17); verify_same_types (UINT8_C (17), (uint_least8_t)0 + 0); verify (INT16_C (17) == 17); verify_same_types (INT16_C (17), (int_least16_t)0 + 0); verify (UINT16_C (17) == 17); verify_same_types (UINT16_C (17), (uint_least16_t)0 + 0); verify (INT32_C (17) == 17); verify_same_types (INT32_C (17), (int_least32_t)0 + 0); verify (UINT32_C (17) == 17); verify_same_types (UINT32_C (17), (uint_least32_t)0 + 0); #ifdef INT64_C verify (INT64_C (17) == 17); verify_same_types (INT64_C (17), (int_least64_t)0 + 0); #endif #ifdef UINT64_C verify (UINT64_C (17) == 17); verify_same_types (UINT64_C (17), (uint_least64_t)0 + 0); #endif verify (INTMAX_C (17) == 17); verify_same_types (INTMAX_C (17), (intmax_t)0 + 0); verify (UINTMAX_C (17) == 17); verify_same_types (UINTMAX_C (17), (uintmax_t)0 + 0); int main (void) { return 0; } gsasl-1.8.0/lib/gltests/test-gc-hmac-md5.c0000664000000000000000000000374511746471770015107 00000000000000/* * Copyright (C) 2005, 2010-2012 Free Software Foundation, Inc. * Written by Simon Josefsson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ #include #include #include #include "gc.h" int main (int argc, char *argv[]) { Gc_rc rc; rc = gc_init (); if (rc != GC_OK) { printf ("gc_init() failed\n"); return 1; } /* Test vectors from RFC 2104. */ { char *key = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b"; size_t key_len = 16; char *data = "Hi There"; size_t data_len = 8; char *digest = "\x92\x94\x72\x7a\x36\x38\xbb\x1c\x13\xf4\x8e\xf8\x15\x8b\xfc\x9d"; char out[16]; /* key = 0x0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b key_len = 16 bytes data = "Hi There" data_len = 8 bytes digest = 0x9294727a3638bb1c13f48ef8158bfc9d */ if (gc_hmac_md5 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, 16) != 0) { size_t i; printf ("hash 1 mismatch. expected:\n"); for (i = 0; i < 16; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 16; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } gc_done (); return 0; } gsasl-1.8.0/lib/gltests/test-sys_types.c0000664000000000000000000000172111754207047015150 00000000000000/* Test of substitute. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2011. */ #include #include /* Check that the types are all defined. */ pid_t t1; size_t t2; ssize_t t3; off_t t4; mode_t t5; int main (void) { return 0; } gsasl-1.8.0/lib/gltests/test-float.c0000664000000000000000000002162411746471770014226 00000000000000/* Test of substitute. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2011. */ #include #include #include "fpucw.h" #include "macros.h" /* Check that FLT_RADIX is a constant expression. */ int a[] = { FLT_RADIX }; #if FLT_RADIX == 2 /* Return 2^n. */ static float pow2f (int n) { int k = n; volatile float x = 1; volatile float y = 2; /* Invariant: 2^n == x * y^k. */ if (k < 0) { y = 0.5f; k = - k; } while (k > 0) { if (k != 2 * (k / 2)) { x = x * y; k = k - 1; } if (k == 0) break; y = y * y; k = k / 2; } /* Now k == 0, hence x == 2^n. */ return x; } /* Return 2^n. */ static double pow2d (int n) { int k = n; volatile double x = 1; volatile double y = 2; /* Invariant: 2^n == x * y^k. */ if (k < 0) { y = 0.5; k = - k; } while (k > 0) { if (k != 2 * (k / 2)) { x = x * y; k = k - 1; } if (k == 0) break; y = y * y; k = k / 2; } /* Now k == 0, hence x == 2^n. */ return x; } /* Return 2^n. */ static long double pow2l (int n) { int k = n; volatile long double x = 1; volatile long double y = 2; /* Invariant: 2^n == x * y^k. */ if (k < 0) { y = 0.5L; k = - k; } while (k > 0) { if (k != 2 * (k / 2)) { x = x * y; k = k - 1; } if (k == 0) break; y = y * y; k = k / 2; } /* Now k == 0, hence x == 2^n. */ return x; } /* ----------------------- Check macros for 'float' ----------------------- */ /* Check that the FLT_* macros expand to constant expressions. */ int fb[] = { FLT_MANT_DIG, FLT_MIN_EXP, FLT_MAX_EXP, FLT_DIG, FLT_MIN_10_EXP, FLT_MAX_10_EXP }; float fc[] = { FLT_EPSILON, FLT_MIN, FLT_MAX }; static void test_float (void) { /* Check that the value of FLT_MIN_EXP is well parenthesized. */ ASSERT ((FLT_MIN_EXP % 101111) == (FLT_MIN_EXP) % 101111); /* Check that the value of DBL_MIN_10_EXP is well parenthesized. */ ASSERT ((FLT_MIN_10_EXP % 101111) == (FLT_MIN_10_EXP) % 101111); /* Check that 'float' is as specified in IEEE 754. */ ASSERT (FLT_MANT_DIG == 24); ASSERT (FLT_MIN_EXP == -125); ASSERT (FLT_MAX_EXP == 128); /* Check the value of FLT_MIN_10_EXP. */ ASSERT (FLT_MIN_10_EXP == - (int) (- (FLT_MIN_EXP - 1) * 0.30103)); /* Check the value of FLT_DIG. */ ASSERT (FLT_DIG == (int) ((FLT_MANT_DIG - 1) * 0.30103)); /* Check the value of FLT_MIN_10_EXP. */ ASSERT (FLT_MIN_10_EXP == - (int) (- (FLT_MIN_EXP - 1) * 0.30103)); /* Check the value of FLT_MAX_10_EXP. */ ASSERT (FLT_MAX_10_EXP == (int) (FLT_MAX_EXP * 0.30103)); /* Check the value of FLT_MAX. */ { volatile float m = FLT_MAX; int n; ASSERT (m + m > m); for (n = 0; n <= 2 * FLT_MANT_DIG; n++) { volatile float pow2_n = pow2f (n); /* 2^n */ volatile float x = m + (m / pow2_n); if (x > m) ASSERT (x + x == x); else ASSERT (!(x + x == x)); } } /* Check the value of FLT_MIN. */ { volatile float m = FLT_MIN; volatile float x = pow2f (FLT_MIN_EXP - 1); ASSERT (m == x); } /* Check the value of FLT_EPSILON. */ { volatile float e = FLT_EPSILON; volatile float me; int n; me = 1.0f + e; ASSERT (me > 1.0f); ASSERT (me - 1.0f == e); for (n = 0; n <= 2 * FLT_MANT_DIG; n++) { volatile float half_n = pow2f (- n); /* 2^-n */ volatile float x = me - half_n; if (x < me) ASSERT (x <= 1.0f); } } } /* ----------------------- Check macros for 'double' ----------------------- */ /* Check that the DBL_* macros expand to constant expressions. */ int db[] = { DBL_MANT_DIG, DBL_MIN_EXP, DBL_MAX_EXP, DBL_DIG, DBL_MIN_10_EXP, DBL_MAX_10_EXP }; double dc[] = { DBL_EPSILON, DBL_MIN, DBL_MAX }; static void test_double (void) { /* Check that the value of DBL_MIN_EXP is well parenthesized. */ ASSERT ((DBL_MIN_EXP % 101111) == (DBL_MIN_EXP) % 101111); /* Check that the value of DBL_MIN_10_EXP is well parenthesized. */ ASSERT ((DBL_MIN_10_EXP % 101111) == (DBL_MIN_10_EXP) % 101111); /* Check that 'double' is as specified in IEEE 754. */ ASSERT (DBL_MANT_DIG == 53); ASSERT (DBL_MIN_EXP == -1021); ASSERT (DBL_MAX_EXP == 1024); /* Check the value of DBL_MIN_10_EXP. */ ASSERT (DBL_MIN_10_EXP == - (int) (- (DBL_MIN_EXP - 1) * 0.30103)); /* Check the value of DBL_DIG. */ ASSERT (DBL_DIG == (int) ((DBL_MANT_DIG - 1) * 0.30103)); /* Check the value of DBL_MIN_10_EXP. */ ASSERT (DBL_MIN_10_EXP == - (int) (- (DBL_MIN_EXP - 1) * 0.30103)); /* Check the value of DBL_MAX_10_EXP. */ ASSERT (DBL_MAX_10_EXP == (int) (DBL_MAX_EXP * 0.30103)); /* Check the value of DBL_MAX. */ { volatile double m = DBL_MAX; int n; ASSERT (m + m > m); for (n = 0; n <= 2 * DBL_MANT_DIG; n++) { volatile double pow2_n = pow2d (n); /* 2^n */ volatile double x = m + (m / pow2_n); if (x > m) ASSERT (x + x == x); else ASSERT (!(x + x == x)); } } /* Check the value of DBL_MIN. */ { volatile double m = DBL_MIN; volatile double x = pow2d (DBL_MIN_EXP - 1); ASSERT (m == x); } /* Check the value of DBL_EPSILON. */ { volatile double e = DBL_EPSILON; volatile double me; int n; me = 1.0 + e; ASSERT (me > 1.0); ASSERT (me - 1.0 == e); for (n = 0; n <= 2 * DBL_MANT_DIG; n++) { volatile double half_n = pow2d (- n); /* 2^-n */ volatile double x = me - half_n; if (x < me) ASSERT (x <= 1.0); } } } /* -------------------- Check macros for 'long double' -------------------- */ /* Check that the LDBL_* macros expand to constant expressions. */ int lb[] = { LDBL_MANT_DIG, LDBL_MIN_EXP, LDBL_MAX_EXP, LDBL_DIG, LDBL_MIN_10_EXP, LDBL_MAX_10_EXP }; long double lc1 = LDBL_EPSILON; long double lc2 = LDBL_MIN; #if 0 /* LDBL_MAX is not a constant expression on some platforms. */ long double lc3 = LDBL_MAX; #endif static void test_long_double (void) { /* Check that the value of LDBL_MIN_EXP is well parenthesized. */ ASSERT ((LDBL_MIN_EXP % 101111) == (LDBL_MIN_EXP) % 101111); /* Check that the value of LDBL_MIN_10_EXP is well parenthesized. */ ASSERT ((LDBL_MIN_10_EXP % 101111) == (LDBL_MIN_10_EXP) % 101111); /* Check that 'long double' is at least as wide as 'double'. */ ASSERT (LDBL_MANT_DIG >= DBL_MANT_DIG); ASSERT (LDBL_MIN_EXP - LDBL_MANT_DIG <= DBL_MIN_EXP - DBL_MANT_DIG); ASSERT (LDBL_MAX_EXP >= DBL_MAX_EXP); /* Check the value of LDBL_DIG. */ ASSERT (LDBL_DIG == (int)((LDBL_MANT_DIG - 1) * 0.30103)); /* Check the value of LDBL_MIN_10_EXP. */ ASSERT (LDBL_MIN_10_EXP == - (int) (- (LDBL_MIN_EXP - 1) * 0.30103)); /* Check the value of LDBL_MAX_10_EXP. */ ASSERT (LDBL_MAX_10_EXP == (int) (LDBL_MAX_EXP * 0.30103)); /* Check the value of LDBL_MAX. */ { volatile long double m = LDBL_MAX; int n; ASSERT (m + m > m); for (n = 0; n <= 2 * LDBL_MANT_DIG; n++) { volatile long double pow2_n = pow2l (n); /* 2^n */ volatile long double x = m + (m / pow2_n); if (x > m) ASSERT (x + x == x); else ASSERT (!(x + x == x)); } } /* Check the value of LDBL_MIN. */ { volatile long double m = LDBL_MIN; volatile long double x = pow2l (LDBL_MIN_EXP - 1); ASSERT (m == x); } /* Check the value of LDBL_EPSILON. */ { volatile long double e = LDBL_EPSILON; volatile long double me; int n; me = 1.0L + e; ASSERT (me > 1.0L); ASSERT (me - 1.0L == e); for (n = 0; n <= 2 * LDBL_MANT_DIG; n++) { volatile long double half_n = pow2l (- n); /* 2^-n */ volatile long double x = me - half_n; if (x < me) ASSERT (x <= 1.0L); } } } int main () { test_float (); test_double (); { DECL_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING (); test_long_double (); END_LONG_DOUBLE_ROUNDING (); } return 0; } #else int main () { fprintf (stderr, "Skipping test: FLT_RADIX is not 2.\n"); return 77; } #endif gsasl-1.8.0/lib/gltests/test-errno.c0000664000000000000000000000547111746471770014250 00000000000000/* Test of substitute. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2008. */ #include #include /* Verify that the POSIX mandated errno values exist and can be used as initializers outside of a function. The variable names happen to match the Linux/x86 error numbers. */ int e1 = EPERM; int e2 = ENOENT; int e3 = ESRCH; int e4 = EINTR; int e5 = EIO; int e6 = ENXIO; int e7 = E2BIG; int e8 = ENOEXEC; int e9 = EBADF; int e10 = ECHILD; int e11 = EAGAIN; int e11a = EWOULDBLOCK; int e12 = ENOMEM; int e13 = EACCES; int e14 = EFAULT; int e16 = EBUSY; int e17 = EEXIST; int e18 = EXDEV; int e19 = ENODEV; int e20 = ENOTDIR; int e21 = EISDIR; int e22 = EINVAL; int e23 = ENFILE; int e24 = EMFILE; int e25 = ENOTTY; int e26 = ETXTBSY; int e27 = EFBIG; int e28 = ENOSPC; int e29 = ESPIPE; int e30 = EROFS; int e31 = EMLINK; int e32 = EPIPE; int e33 = EDOM; int e34 = ERANGE; int e35 = EDEADLK; int e36 = ENAMETOOLONG; int e37 = ENOLCK; int e38 = ENOSYS; int e39 = ENOTEMPTY; int e40 = ELOOP; int e42 = ENOMSG; int e43 = EIDRM; int e67 = ENOLINK; int e71 = EPROTO; int e72 = EMULTIHOP; int e74 = EBADMSG; int e75 = EOVERFLOW; int e84 = EILSEQ; int e88 = ENOTSOCK; int e89 = EDESTADDRREQ; int e90 = EMSGSIZE; int e91 = EPROTOTYPE; int e92 = ENOPROTOOPT; int e93 = EPROTONOSUPPORT; int e95 = EOPNOTSUPP; int e95a = ENOTSUP; int e97 = EAFNOSUPPORT; int e98 = EADDRINUSE; int e99 = EADDRNOTAVAIL; int e100 = ENETDOWN; int e101 = ENETUNREACH; int e102 = ENETRESET; int e103 = ECONNABORTED; int e104 = ECONNRESET; int e105 = ENOBUFS; int e106 = EISCONN; int e107 = ENOTCONN; int e110 = ETIMEDOUT; int e111 = ECONNREFUSED; int e113 = EHOSTUNREACH; int e114 = EALREADY; int e115 = EINPROGRESS; int e116 = ESTALE; int e122 = EDQUOT; int e125 = ECANCELED; /* Don't verify that these errno values are all different, except for possibly EWOULDBLOCK == EAGAIN. Even Linux/x86 does not pass this check: it has ENOTSUP == EOPNOTSUPP. */ int main () { /* Verify that errno can be assigned. */ errno = EOVERFLOW; /* snprintf() callers want to distinguish EINVAL and EOVERFLOW. */ if (errno == EINVAL) return 1; return 0; } gsasl-1.8.0/lib/gltests/test-fread.c0000664000000000000000000000505011746471770014175 00000000000000/* Test of fread() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fread, size_t, (void *, size_t, size_t, FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fread.txt"; /* We don't have an fread() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Prepare a file. */ { const char text[] = "hello world"; int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600); ASSERT (fd >= 0); ASSERT (write (fd, text, sizeof (text)) == sizeof (text)); ASSERT (close (fd) == 0); } /* Test that fread() sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "r"); char buf[5]; ASSERT (fp != NULL); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fread (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fread() sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "r"); if (fp != NULL) { char buf[1]; errno = 0; ASSERT (fread (buf, 1, 1, fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "r"); if (fp != NULL) { char buf[1]; errno = 0; ASSERT (fread (buf, 1, 1, fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/lib/gltests/test-getdelim.c0000664000000000000000000000465411746471770014717 00000000000000/* Test of getdelim() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (getdelim, ssize_t, (char **, size_t *, int, FILE *)); #include #include #include "macros.h" int main (void) { FILE *f; char *line; size_t len; ssize_t result; /* Create test file. */ f = fopen ("test-getdelim.txt", "wb"); if (!f || fwrite ("anAnbcnd\0f", 1, 10, f) != 10 || fclose (f) != 0) { fputs ("Failed to create sample file.\n", stderr); remove ("test-getdelim.txt"); return 1; } f = fopen ("test-getdelim.txt", "rb"); if (!f) { fputs ("Failed to reopen sample file.\n", stderr); remove ("test-getdelim.txt"); return 1; } /* Test initial allocation, which must include trailing NUL. */ line = NULL; len = 0; result = getdelim (&line, &len, 'n', f); ASSERT (result == 2); ASSERT (strcmp (line, "an") == 0); ASSERT (2 < len); free (line); /* Test initial allocation again, with line = NULL and len != 0. */ line = NULL; len = (size_t)(~0) / 4; result = getdelim (&line, &len, 'n', f); ASSERT (result == 2); ASSERT (strcmp (line, "An") == 0); ASSERT (2 < len); free (line); /* Test growth of buffer. */ line = malloc (1); len = 1; result = getdelim (&line, &len, 'n', f); ASSERT (result == 3); ASSERT (strcmp (line, "bcn") == 0); ASSERT (3 < len); /* Test embedded NULs and EOF behavior. */ result = getdelim (&line, &len, 'n', f); ASSERT (result == 3); ASSERT (memcmp (line, "d\0f", 4) == 0); ASSERT (3 < len); result = getdelim (&line, &len, 'n', f); ASSERT (result == -1); free (line); fclose (f); remove ("test-getdelim.txt"); return 0; } gsasl-1.8.0/lib/gltests/fdopen.c0000664000000000000000000000272711746471770013422 00000000000000/* Open a stream with a given file descriptor. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #if HAVE_MSVC_INVALID_PARAMETER_HANDLER # include "msvc-inval.h" #endif #undef fdopen #if HAVE_MSVC_INVALID_PARAMETER_HANDLER static FILE * fdopen_nothrow (int fd, const char *mode) { FILE *result; TRY_MSVC_INVAL { result = fdopen (fd, mode); } CATCH_MSVC_INVAL { result = NULL; } DONE_MSVC_INVAL; return result; } #else # define fdopen_nothrow fdopen #endif FILE * rpl_fdopen (int fd, const char *mode) { int saved_errno = errno; FILE *fp; errno = 0; fp = fdopen_nothrow (fd, mode); if (fp == NULL) { if (errno == 0) errno = EBADF; } else errno = saved_errno; return fp; } gsasl-1.8.0/lib/gltests/test-hmac-sha1.c0000664000000000000000000000654011746471770014663 00000000000000/* * Copyright (C) 2005, 2010-2012 Free Software Foundation, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ /* Written by Simon Josefsson. */ #include #include #include #include "hmac.h" int main (int argc, char *argv[]) { { char *key = "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b"; size_t key_len = 16; char *data = "Hi There"; size_t data_len = 8; char *digest = "\x67\x5b\x0b\x3a\x1b\x4d\xdf\x4e\x12\x48\x72\xda\x6c\x2f\x63\x2b\xfe\xd9\x57\xe9"; char out[20]; if (hmac_sha1 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, 20) != 0) { size_t i; printf ("hash 1 mismatch. expected:\n"); for (i = 0; i < 20; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 20; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } { char *key = "Jefe"; size_t key_len = 4; char *data = "what do ya want for nothing?"; size_t data_len = 28; char *digest = "\xef\xfc\xdf\x6a\xe5\xeb\x2f\xa2\xd2\x74\x16\xd5\xf1\x84\xdf\x9c\x25\x9a\x7c\x79"; char out[20]; if (hmac_sha1 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, 20) != 0) { size_t i; printf ("hash 2 mismatch. expected:\n"); for (i = 0; i < 20; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 20; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } { char *key = "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA"; size_t key_len = 16; char *data = "\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD" "\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD" "\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD\xDD" "\xDD\xDD"; size_t data_len = 50; char *digest = "\xd7\x30\x59\x4d\x16\x7e\x35\xd5\x95\x6f\xd8\x00\x3d\x0d\xb3\xd3\xf4\x6d\xc7\xbb"; char out[20]; if (hmac_sha1 (key, key_len, data, data_len, out) != 0) { printf ("call failure\n"); return 1; } if (memcmp (digest, out, 20) != 0) { size_t i; printf ("hash 3 mismatch. expected:\n"); for (i = 0; i < 20; i++) printf ("%02x ", digest[i] & 0xFF); printf ("\ncomputed:\n"); for (i = 0; i < 20; i++) printf ("%02x ", out[i] & 0xFF); printf ("\n"); return 1; } } return 0; } gsasl-1.8.0/lib/gltests/test-getline.c0000664000000000000000000000462711746471770014554 00000000000000/* Test of getline() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (getline, ssize_t, (char **, size_t *, FILE *)); #include #include #include "macros.h" int main (void) { FILE *f; char *line; size_t len; ssize_t result; /* Create test file. */ f = fopen ("test-getline.txt", "wb"); if (!f || fwrite ("a\nA\nbc\nd\0f", 1, 10, f) != 10 || fclose (f) != 0) { fputs ("Failed to create sample file.\n", stderr); remove ("test-getline.txt"); return 1; } f = fopen ("test-getline.txt", "rb"); if (!f) { fputs ("Failed to reopen sample file.\n", stderr); remove ("test-getline.txt"); return 1; } /* Test initial allocation, which must include trailing NUL. */ line = NULL; len = 0; result = getline (&line, &len, f); ASSERT (result == 2); ASSERT (strcmp (line, "a\n") == 0); ASSERT (2 < len); free (line); /* Test initial allocation again, with line = NULL and len != 0. */ line = NULL; len = (size_t)(~0) / 4; result = getline (&line, &len, f); ASSERT (result == 2); ASSERT (strcmp (line, "A\n") == 0); ASSERT (2 < len); free (line); /* Test growth of buffer, must not leak. */ line = malloc (1); len = 0; result = getline (&line, &len, f); ASSERT (result == 3); ASSERT (strcmp (line, "bc\n") == 0); ASSERT (3 < len); /* Test embedded NULs and EOF behavior. */ result = getline (&line, &len, f); ASSERT (result == 3); ASSERT (memcmp (line, "d\0f", 4) == 0); ASSERT (3 < len); result = getline (&line, &len, f); ASSERT (result == -1); free (line); fclose (f); remove ("test-getline.txt"); return 0; } gsasl-1.8.0/lib/gltests/macros.h0000664000000000000000000000651411746471770013436 00000000000000/* Common macros used by gnulib tests. Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* This file contains macros that are used by many gnulib tests. Put here only frequently used macros, say, used by 10 tests or more. */ #include #include /* Define ASSERT_STREAM before including this file if ASSERT must target a stream other than stderr. */ #ifndef ASSERT_STREAM # define ASSERT_STREAM stderr #endif /* ASSERT (condition); verifies that the specified condition is fulfilled. If not, a message is printed to ASSERT_STREAM if defined (defaulting to stderr if undefined) and the program is terminated with an error code. This macro has the following properties: - The programmer specifies the expected condition, not the failure condition. This simplifies thinking. - The condition is tested always, regardless of compilation flags. (Unlike the macro from .) - On Unix platforms, the tester can debug the test program with a debugger (provided core dumps are enabled: "ulimit -c unlimited"). - For the sake of platforms where no debugger is available (such as some mingw systems), an error message is printed on the error stream that includes the source location of the ASSERT invocation. */ #define ASSERT(expr) \ do \ { \ if (!(expr)) \ { \ fprintf (ASSERT_STREAM, "%s:%d: assertion failed\n", \ __FILE__, __LINE__); \ fflush (ASSERT_STREAM); \ abort (); \ } \ } \ while (0) /* SIZEOF (array) returns the number of elements of an array. It works for arrays that are declared outside functions and for local variables of array type. It does *not* work for function parameters of array type, because they are actually parameters of pointer type. */ #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) /* STREQ (str1, str2) Return true if two strings compare equal. */ #define STREQ(a, b) (strcmp (a, b) == 0) /* Some numbers in the interval [0,1). */ extern const float randomf[1000]; extern const double randomd[1000]; extern const long double randoml[1000]; gsasl-1.8.0/lib/gltests/getpagesize.c0000664000000000000000000000227411746471770014453 00000000000000/* getpagesize emulation for systems where it cannot be done in a C macro. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible and Martin Lambers. */ #include /* Specification. */ #include /* This implementation is only for native Windows systems. */ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # define WIN32_LEAN_AND_MEAN # include int getpagesize (void) { SYSTEM_INFO system_info; GetSystemInfo (&system_info); return system_info.dwPageSize; } #endif gsasl-1.8.0/lib/gltests/test-unistd.c0000664000000000000000000000304711746471770014426 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); /* Check that the various SEEK_* macros are defined. */ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; /* Check that the various *_FILENO macros are defined. */ #if ! (defined STDIN_FILENO \ && (STDIN_FILENO + STDOUT_FILENO + STDERR_FILENO == 3)) missing or broken *_FILENO macros #endif /* Check that the types are all defined. */ size_t t1; ssize_t t2; #ifdef TODO /* Not implemented in gnulib yet */ uid_t t3; gid_t t4; #endif off_t t5; pid_t t6; #ifdef TODO useconds_t t7; intptr_t t8; #endif int main (void) { return 0; } gsasl-1.8.0/lib/gltests/test-stdio.c0000664000000000000000000000232211746471770014235 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that the various SEEK_* macros are defined. */ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); /* Check that the types are all defined. */ fpos_t t1; off_t t2; size_t t3; ssize_t t4; va_list t5; int main (void) { return 0; } gsasl-1.8.0/lib/configure.ac0000664000000000000000000003364111760730561012573 00000000000000dnl Process this file with autoconf to produce a configure script. # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AC_PREREQ(2.61) AC_INIT([libgsasl], [1.8.0], [bug-gsasl@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 16) AC_SUBST(LT_REVISION, 6) AC_SUBST(LT_AGE, 9) # Used when creating libgsasl-XX.def. DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}` AC_SUBST(DLL_VERSION) AM_INIT_AUTOMAKE([1.10 -Wall -Werror]) AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC gl_EARLY AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL # Internationalization. AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.18.1]) # ANONYMOUS AC_ARG_ENABLE(anonymous, AS_HELP_STRING([--disable-anonymous], [don't use the ANONYMOUS mechanism]), anonymous=$enableval) if test "$anonymous" != "no" ; then anonymous=yes AC_DEFINE(USE_ANONYMOUS, 1, [Define to 1 if you want ANONYMOUS.]) fi AC_MSG_CHECKING([if ANONYMOUS should be used]) AC_MSG_RESULT($anonymous) AM_CONDITIONAL(ANONYMOUS, test x$anonymous = xyes) # EXTERNAL AC_ARG_ENABLE(external, AS_HELP_STRING([--disable-external], [don't use the EXTERNAL mechanism]), external=$enableval) if test "$external" != "no" ; then external=yes AC_DEFINE(USE_EXTERNAL, 1, [Define to 1 if you want EXTERNAL.]) fi AC_MSG_CHECKING([if EXTERNAL should be used]) AC_MSG_RESULT($external) AM_CONDITIONAL(EXTERNAL, test x$external = xyes) # PLAIN AC_ARG_ENABLE(plain, AS_HELP_STRING([--disable-plain], [don't use the PLAIN mechanism]), plain=$enableval) if test "$plain" != "no" ; then plain=yes AC_DEFINE(USE_PLAIN, 1, [Define to 1 if you want PLAIN.]) fi AC_MSG_CHECKING([if PLAIN should be used]) AC_MSG_RESULT($plain) AM_CONDITIONAL(PLAIN, test x$plain = xyes) # LOGIN AC_ARG_ENABLE(login, AS_HELP_STRING([--disable-login], [don't use the LOGIN mechanism]), login=$enableval) if test "$login" != "no" ; then login=yes AC_DEFINE(USE_LOGIN, 1, [Define to 1 if you want LOGIN.]) fi AC_MSG_CHECKING([if LOGIN should be used]) AC_MSG_RESULT($login) AM_CONDITIONAL(LOGIN, test x$login = xyes) # SECURID AC_ARG_ENABLE(securid, AS_HELP_STRING([--disable-securid], [don't use the SECURID mechanism]), securid=$enableval) if test "$securid" != "no" ; then securid=yes AC_DEFINE(USE_SECURID, 1, [Define to 1 if you want SECURID.]) fi AC_MSG_CHECKING([if SECURID should be used]) AC_MSG_RESULT($securid) AM_CONDITIONAL(SECURID, test x$securid = xyes) # NTLM AC_ARG_ENABLE(ntlm, AS_HELP_STRING([--disable-ntlm], [don't use the NTLM mechanism]), ntlm=$enableval) if test "$ntlm" != "no"; then AC_LIB_HAVE_LINKFLAGS(ntlm,, [#include ], [buildSmbNtlmAuthRequest_noatsplit (0, 0, 0);]) if test "$ac_cv_libntlm" != yes; then ntlm=no AC_MSG_WARN([Libntlm >= 0.3.5 not found, disabling NTLM.]) else ntlm=yes AC_DEFINE(USE_NTLM, 1, [Define to 1 if you want NTLM.]) fi fi AC_MSG_CHECKING([if NTLM should be used]) AC_MSG_RESULT($ntlm) AM_CONDITIONAL(NTLM, test x$ntlm = xyes) # CRAM-MD5 AC_ARG_ENABLE(cram-md5, AS_HELP_STRING([--disable-cram-md5], [don't use the CRAM-MD5 mechanism]), cram_md5=$enableval) if test "$cram_md5" != "no" ; then cram_md5=yes AC_DEFINE(USE_CRAM_MD5, 1, [Define to 1 if you want CRAM-MD5.]) fi AC_MSG_CHECKING([if CRAM-MD5 should be used]) AC_MSG_RESULT($cram_md5) AM_CONDITIONAL(CRAM_MD5, test x$cram_md5 = xyes) # DIGEST-MD5 AC_ARG_ENABLE(digest-md5, AS_HELP_STRING([--disable-digest-md5], [don't use the DIGEST-MD5 mechanism]), digest_md5=$enableval) if test "$digest_md5" != "no" ; then digest_md5=yes AC_DEFINE(USE_DIGEST_MD5, 1, [Define to 1 if you want DIGEST-MD5.]) fi AC_MSG_CHECKING([if DIGEST-MD5 should be used]) AC_MSG_RESULT($digest_md5) AM_CONDITIONAL(DIGEST_MD5, test x$digest_md5 = xyes) # SCRAM-SHA-1 AC_ARG_ENABLE(scram-sha1, AS_HELP_STRING([--enable-scram-sha1], [use the SCRAM-SHA-1 mechanism]), scram_sha1=$enableval) if test "$scram_sha1" != "no" ; then scram_sha1=yes AC_DEFINE(USE_SCRAM_SHA1, 1, [Define to 1 if you want SCRAM-SHA-1.]) fi AC_MSG_CHECKING([if SCRAM-SHA-1 should be used]) AC_MSG_RESULT($scram_sha1) AM_CONDITIONAL(SCRAM, test "$scram_sha1" != "no") # SAML20 AC_ARG_ENABLE(saml20, AS_HELP_STRING([--disable-saml20], [don't use the SAML20 mechanism]), saml20=$enableval, saml20=yes) if test "$saml20" != "no" ; then saml20=yes AC_DEFINE(USE_SAML20, 1, [Define to 1 if you want SAML20.]) fi AC_MSG_CHECKING([if SAML20 should be used]) AC_MSG_RESULT($saml20) AM_CONDITIONAL(SAML20, test x$saml20 = xyes) # OPENID20 AC_ARG_ENABLE(openid20, AS_HELP_STRING([--disable-openid20], [don't use the OPENID20 mechanism]), openid20=$enableval, openid20=yes) if test "$openid20" != "no" ; then openid20=yes AC_DEFINE(USE_OPENID20, 1, [Define to 1 if you want OPENID20.]) fi AC_MSG_CHECKING([if OPENID20 should be used]) AC_MSG_RESULT($openid20) AM_CONDITIONAL(OPENID20, test x$openid20 = xyes) # GS2, first part AC_ARG_ENABLE(gs2, AS_HELP_STRING([--disable-gs2], [don't use the GS2 mechanism]), gs2=$enableval) if test "$gs2" != "no" ; then gs2=yes fi # GSSAPI, first part AC_ARG_ENABLE(gssapi, AS_HELP_STRING([--disable-gssapi], [don't use the GSSAPI mechanism]), gssapi=$enableval) if test "$gssapi" != "no" ; then gssapi=yes fi # GSSAPI. AC_ARG_WITH(gssapi-impl, AS_HELP_STRING([--with-gssapi-impl=no/gss/kfw/mit/heimdal/yes], [select GSS-API implementation]), gssapi_impl=$withval, gssapi_impl=yes) if test "$gs2" = no && test "$gssapi" = no; then gssapi_impl=no else AC_MSG_NOTICE([checking for GSS implementation ($gssapi_impl)]) fi if test "$gssapi_impl" = "gss"; then AC_MSG_NOTICE([trying GSS]) AC_LIB_HAVE_LINKFLAGS(gss,, [#include ], [ #if GSS_VERSION_NUMBER < 0x010000 too old version #else gss_check_version (0); #endif ]) if test "$ac_cv_libgss" != yes; then gssapi_impl=no AC_MSG_WARN([GNU GSS not found, disabling GSSAPI.]) fi elif test "$gssapi_impl" = "kfw"; then AC_MSG_NOTICE([trying MIT Kerberos for Windows GSS-API library]) AC_LIB_HAVE_LINKFLAGS(gssapi32,, [#include ], [gss_release_oid (NULL, NULL)]) if test "$ac_cv_libgssapi32" != yes; then gssapi_impl=no AC_MSG_WARN([MIT Kerberos for Windows not found, disabling GSSAPI.]) fi elif test "$gssapi_impl" = "mit"; then AC_MSG_NOTICE([trying MIT]) AC_PATH_PROG(KRB5_CONFIG, krb5-config, no) if test "$KRB5_CONFIG" != "no" ; then GSS_CFLAGS="`$KRB5_CONFIG --cflags`" GSS_LIBS="`$KRB5_CONFIG --libs gssapi`" else AC_MSG_WARN([MIT Kerberos krb5-config not found, disabling GSSAPI]) gssapi_impl=no fi elif test "$gssapi_impl" = "heimdal"; then AC_MSG_NOTICE([trying Heimdal]) AC_PATH_PROG(KRB5_CONFIG, krb5-config, no) if test "$KRB5_CONFIG" != "no" ; then GSS_CFLAGS="`$KRB5_CONFIG --cflags`" GSS_LIBS="`$KRB5_CONFIG --libs gssapi`" else AC_MSG_WARN([Heimdal krb5-config not found, disabling GSSAPI]) gssapi_impl=no fi elif test "$gssapi_impl" != "no"; then AC_MSG_NOTICE([auto-detecting GSS/MIT/Heimdal]) AC_MSG_NOTICE([use --with-gssapi-impl=IMPL to hard code]) AC_MSG_NOTICE([where IMPL is `gss', `mit', or `heimdal']) AC_LIB_HAVE_LINKFLAGS(gss,, [#include ], [ #if GSS_VERSION_NUMBER < 0x010000 too old version #else gss_check_version (0); #endif ]) if test "$ac_cv_libgss" = yes; then gssapi_impl=gss AC_MSG_NOTICE([GNU GSS found]) elif test "$cross_compiling" != "no"; then AC_MSG_WARN([Cross-compiling, won't rely on MIT/Heimdal krb5-config]) AC_MSG_NOTICE([Use --with-gssapi-impl=mit or --with-gssapi-impl=heimdal.]) gssapi_impl=no else AC_MSG_WARN([GNU GSS not found (see http://www.gnu.org/software/gss/)...]) AC_MSG_WARN([Auto-detecting MIT/Heimdal is unreliable, disabling GSSAPI]) gssapi_impl=no fi fi AC_SUBST([GSS_CFLAGS]) AC_SUBST([GSS_LIBS]) # KERBEROS_V5 AC_ARG_ENABLE(kerberos_v5, AS_HELP_STRING([--enable-kerberos_v5], [use the KERBEROS_V5 mechanism]), kerberos_v5=$enableval, kerberos_v5=no) if test "$kerberos_v5" != "no" ; then AC_LIB_HAVE_LINKFLAGS(shishi,, [#include ], [shishi ();]) if test "$ac_cv_libshishi" != yes; then kerberos_v5=no AC_MSG_WARN([GNU Shishi not found, disabling KERBEROS_V5]) else kerberos_v5=yes AC_DEFINE(USE_KERBEROS_V5, 1, [Define to 1 if you want KERBEROS_V5.]) fi fi AC_MSG_CHECKING([if KERBEROS_V5 should be used]) AC_MSG_RESULT($kerberos_v5) AM_CONDITIONAL(KERBEROS_V5, test x$kerberos_v5 = xyes) # Check for libidn AC_ARG_WITH(stringprep, AS_HELP_STRING([--without-stringprep], [disable non-ASCII support]), stringprep=$withval, stringprep=yes) if test "$stringprep" != "no"; then AC_LIB_HAVE_LINKFLAGS(idn,, [#include ], [stringprep_check_version (0);]) if test "$ac_cv_libidn" != yes; then stringprep=no AC_MSG_WARN([GNU Libidn not found. Stringprep disabled.]) else stringprep=yes save_LIBS="$LIBS" LIBS="$LIBS $LIBIDN" AC_CHECK_FUNCS(pr29_8z) AC_CHECK_HEADERS(pr29.h) LIBS="$save_LIBS" fi fi AC_MSG_CHECKING([if non-ASCII support via Libidn should be built]) AC_MSG_RESULT($stringprep) # Allow disabling of client or server. AC_ARG_ENABLE(client, AS_HELP_STRING([--disable-client], [disable client code]), client=$enableval) AC_ARG_ENABLE(server, AS_HELP_STRING([--disable-server], [disable server code]), server=$enableval) if test "$client" != "no"; then AC_DEFINE(USE_CLIENT, 1, [Define to 1 if you want client code.]) client=yes fi if test "$server" != "no"; then AC_DEFINE(USE_SERVER, 1, [Define to 1 if you want server code.]) server=yes fi if test "$server" = "no" && test "$client" = "no"; then AC_MSG_ERROR([Disabling both client and server mode is meaningless]) fi AC_MSG_CHECKING([if client code should be built]) AC_MSG_RESULT($client) AC_MSG_CHECKING([if server code should be built]) AC_MSG_RESULT($server) AM_CONDITIONAL(CLIENT, test x$client = xyes) AM_CONDITIONAL(SERVER, test x$server = xyes) # Allow disabling of obsolete stuff. AC_ARG_ENABLE(obsolete, AS_HELP_STRING([--disable-obsolete], [disable backwards compatibility code]), obsolete=$enableval) if test "$obsolete" = "no"; then AC_DEFINE(GSASL_NO_OBSOLETE, 1, [Define to 1 if you don't want backwards compatibility code.]) else obsolete=yes fi AC_MSG_CHECKING([if backwards compatibility code should be present]) AC_MSG_RESULT($obsolete) AM_CONDITIONAL(OBSOLETE, test "$obsolete" = "yes") # For gnulib stuff in gl/ which may modify gssapi_impl, see gl/m4/gss-extra.m4. gl_INIT # Disable GSSAPI/GS2 if we can't find GSS-API implementation if test "$gssapi_impl" = "no"; then gs2=no gssapi=no fi # GS2, second part if test "$gs2" != "no" ; then AC_DEFINE(USE_GS2, 1, [Define to 1 if you want GS2.]) fi AC_MSG_CHECKING([if GS2 should be used]) AC_MSG_RESULT($gs2) AM_CONDITIONAL(GS2, test x$gs2 = xyes) # GSSAPI, second part if test "$gssapi" != "no" ; then AC_DEFINE(USE_GSSAPI, 1, [Define to 1 if you want GSSAPI.]) fi AC_MSG_CHECKING([if GSSAPI should be used]) AC_MSG_RESULT($gssapi) AM_CONDITIONAL(GSSAPI, test x$gssapi = xyes) sj_UPDATE_HEADER_VERSION([$srcdir/src/gsasl.h]) MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/\(.*\)\..*\..*/\1/g'` MINOR_VERSION=`echo $PACKAGE_VERSION | sed 's/.*\.\(.*\)\..*/\1/g'` PATCH_VERSION=`echo $PACKAGE_VERSION | sed 's/.*\..*\.\(.*\)/\1/g'` NUMBER_VERSION=`printf "0x%02x%02x%02x" $MAJOR_VERSION $MINOR_VERSION $PATCH_VERSION` sj_UPDATE_HEADER([$srcdir/src/gsasl.h], "s/VERSION_MAJOR .*/VERSION_MAJOR $MAJOR_VERSION/") sj_UPDATE_HEADER([$srcdir/src/gsasl.h], "s/VERSION_MINOR .*/VERSION_MINOR $MINOR_VERSION/") sj_UPDATE_HEADER([$srcdir/src/gsasl.h], "s/VERSION_PATCH .*/VERSION_PATCH $PATCH_VERSION/") sj_UPDATE_HEADER([$srcdir/src/gsasl.h], "s/VERSION_NUMBER .*/VERSION_NUMBER $NUMBER_VERSION/") AC_SUBST([WARN_CFLAGS]) AC_CONFIG_FILES([ Makefile anonymous/Makefile cram-md5/Makefile digest-md5/Makefile scram/Makefile saml20/Makefile \ openid20/Makefile \ external/Makefile gl/Makefile gltests/Makefile gs2/Makefile gssapi/Makefile kerberos_v5/Makefile libgsasl.pc login/Makefile ntlm/Makefile plain/Makefile \ po/Makefile.in securid/Makefile src/Makefile tests/Makefile ]) AC_OUTPUT AC_MSG_NOTICE([summary of library build options: version: ${VERSION} Host type: ${host} Install prefix: ${prefix} Compiler: cc: ${CC} cflags: ${CFLAGS} cppflags: ${CPPFLAGS} Warning flags: $gl_gcc_warnings Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} Obsolete functions: $obsolete Client side: $client Server side: $server ANONYMOUS: $anonymous EXTERNAL: $external PLAIN: $plain LOGIN: $login SECURID: $securid NTLM: $ntlm (libs: $LTLIBNTLM) CRAM-MD5: $cram_md5 DIGEST-MD5: $digest_md5 SCRAM-SHA-1: $scram_sha1 SAML20: $saml20 OPENID20: $openid20 GS2: $gs2 GSSAPI: $gssapi ]) gsasl-1.8.0/lib/login/0000775000000000000000000000000011760732120011457 500000000000000gsasl-1.8.0/lib/login/client.c0000664000000000000000000000460011754555060013032 00000000000000/* client.c --- Non-standard SASL mechanism LOGIN, client side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get malloc, free. */ #include /* Get strlen. */ #include /* Get specification. */ #include "login.h" struct _Gsasl_login_client_state { int step; }; int _gsasl_login_client_start (Gsasl_session * sctx, void **mech_data) { struct _Gsasl_login_client_state *state; state = malloc (sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; state->step = 0; *mech_data = state; return GSASL_OK; } int _gsasl_login_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct _Gsasl_login_client_state *state = mech_data; const char *p; int res; switch (state->step) { case 0: p = gsasl_property_get (sctx, GSASL_AUTHID); if (!p) return GSASL_NO_AUTHID; *output = strdup (p); *output_len = strlen (p); state->step++; res = GSASL_NEEDS_MORE; break; case 1: p = gsasl_property_get (sctx, GSASL_PASSWORD); if (!p) return GSASL_NO_PASSWORD; *output = strdup (p); *output_len = strlen (*output); state->step++; res = GSASL_OK; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_login_client_finish (Gsasl_session * sctx, void *mech_data) { struct _Gsasl_login_client_state *state = mech_data; if (!state) return; free (state); } gsasl-1.8.0/lib/login/mechinfo.c0000664000000000000000000000304411754555060013345 00000000000000/* mechinfo.c --- Definition of LOGIN mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "login.h" Gsasl_mechanism gsasl_login_mechanism = { GSASL_LOGIN_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_login_client_start, #else NULL, #endif #ifdef USE_CLIENT _gsasl_login_client_step, #else NULL, #endif #ifdef USE_CLIENT _gsasl_login_client_finish, #else NULL, #endif NULL, NULL} , { NULL, NULL, #ifdef USE_SERVER _gsasl_login_server_start, #else NULL, #endif #ifdef USE_SERVER _gsasl_login_server_step, #else NULL, #endif #ifdef USE_SERVER _gsasl_login_server_finish, #else NULL, #endif NULL, NULL} }; gsasl-1.8.0/lib/login/Makefile.am0000664000000000000000000000224511754555060013447 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-login.la libgsasl_login_la_SOURCES = login.h mechinfo.c if CLIENT libgsasl_login_la_SOURCES += client.c endif if SERVER libgsasl_login_la_SOURCES += server.c endif gsasl-1.8.0/lib/login/server.c0000664000000000000000000000741411754555060013070 00000000000000/* server.c --- Non-standard SASL mechanism LOGIN, server side. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get malloc, free. */ #include /* Get strdup, strlen. */ #include /* Get specification. */ #include "login.h" struct _Gsasl_login_server_state { int step; char *username; char *password; }; #define CHALLENGE_USERNAME "User Name" #define CHALLENGE_PASSWORD "Password" int _gsasl_login_server_start (Gsasl_session * sctx, void **mech_data) { struct _Gsasl_login_server_state *state; state = calloc (1, sizeof (*state)); if (state == NULL) return GSASL_MALLOC_ERROR; *mech_data = state; return GSASL_OK; } int _gsasl_login_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct _Gsasl_login_server_state *state = mech_data; int res; switch (state->step) { case 0: *output = strdup (CHALLENGE_USERNAME); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (CHALLENGE_USERNAME); state->step++; res = GSASL_NEEDS_MORE; break; case 1: if (input_len == 0) return GSASL_MECHANISM_PARSE_ERROR; state->username = malloc (input_len + 1); if (state->username == NULL) return GSASL_MALLOC_ERROR; memcpy (state->username, input, input_len); state->username[input_len] = '\0'; *output = strdup (CHALLENGE_PASSWORD); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (CHALLENGE_PASSWORD); state->step++; res = GSASL_NEEDS_MORE; break; case 2: if (input_len == 0) return GSASL_MECHANISM_PARSE_ERROR; state->password = malloc (input_len + 1); if (state->password == NULL) return GSASL_MALLOC_ERROR; memcpy (state->password, input, input_len); state->password[input_len] = '\0'; if (input_len != strlen (state->password)) return GSASL_MECHANISM_PARSE_ERROR; gsasl_property_set (sctx, GSASL_AUTHID, state->username); gsasl_property_set (sctx, GSASL_PASSWORD, state->password); res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_SIMPLE); if (res == GSASL_NO_CALLBACK) { const char *key; gsasl_property_set (sctx, GSASL_AUTHZID, NULL); gsasl_property_set (sctx, GSASL_PASSWORD, NULL); key = gsasl_property_get (sctx, GSASL_PASSWORD); if (key && strlen (state->password) == strlen (key) && strcmp (state->password, key) == 0) res = GSASL_OK; else res = GSASL_AUTHENTICATION_ERROR; } *output_len = 0; *output = NULL; state->step++; break; default: res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; break; } return res; } void _gsasl_login_server_finish (Gsasl_session * sctx, void *mech_data) { struct _Gsasl_login_server_state *state = mech_data; if (!state) return; free (state->username); free (state->password); free (state); } gsasl-1.8.0/lib/login/Makefile.in0000664000000000000000000011677511760730702013471 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = login DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_login_la_LIBADD = am__libgsasl_login_la_SOURCES_DIST = login.h mechinfo.c client.c \ server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_login_la_OBJECTS = mechinfo.lo $(am__objects_1) \ $(am__objects_2) libgsasl_login_la_OBJECTS = $(am_libgsasl_login_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_login_la_SOURCES) DIST_SOURCES = $(am__libgsasl_login_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-login.la libgsasl_login_la_SOURCES = login.h mechinfo.c $(am__append_1) \ $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu login/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu login/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-login.la: $(libgsasl_login_la_OBJECTS) $(libgsasl_login_la_DEPENDENCIES) $(EXTRA_libgsasl_login_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_login_la_OBJECTS) $(libgsasl_login_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/login/login.h0000664000000000000000000000334411754555060012675 00000000000000/* login.h --- Prototypes for non-standard SASL mechanism LOGIN. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef LOGIN_H #define LOGIN_H #include #define GSASL_LOGIN_NAME "LOGIN" extern Gsasl_mechanism gsasl_login_mechanism; extern int _gsasl_login_client_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_login_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_login_client_finish (Gsasl_session * sctx, void *mech_data); extern int _gsasl_login_server_start (Gsasl_session * sctx, void **mech_data); extern int _gsasl_login_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); extern void _gsasl_login_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* LOGIN_H */ gsasl-1.8.0/lib/AUTHORS0000664000000000000000000007423611754555060011364 00000000000000GNU SASL LIBRARY AUTHORS -- Information about the authors. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. Simon Josefsson Designed and implemented the GNU SASL Library. -----BEGIN PGP PUBLIC KEY BLOCK----- URL: http://josefsson.org/key.txt Comment: This 0xB565716F key is used to sign releases of GNU SASL. mKsEPNUHKwEFALqJSBHn6Qk5ex138kwymxA3idCFoTi5Q6mVooEVVaYVfeDG+5uV T5rhTFDfDcT9SO0eIlfKOraSRnVEHyDDH2PAgJFxyneFELcmLUQ66D+m8z+ziGro 6bcDSBBDMRkHIX6/kH/vnevjqivIld+j8WTcVX+SArcKyzgQ58uMTrfQdLqzh6D9 sE/838+ZPZkabmKKWMVWccoaUbWGYOcNwO0ABim0JVNpbW9uIEpvc2Vmc3NvbiA8 c2ltb25Aam9zZWZzc29uLm9yZz6I+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgEC F4AiGGRuczpzaW1vbi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCSGH5iQUJDRh0 XgAKCRDtoh6UtWVxb3QMBQCLIUgX2OGZ+AUH2qdYEyI43Ecv7/2wZzTH/IDF5H5t RS0wGmpzvp/pR7EzRKz7WhH8fHco7xIPsJjm2qgCWKEe+aVwRWyynYjfz9U6eVnf wtLfnE09nWrc9jy+VxSgDEZKPa0k/AtTFjoq4h/GpHOlOjPtVcv3WHDtk39w8a1w y0xcq5H1faERDLERWbulvD+1E+e/BKYp/7E2GAOtfSFziEYEExECAAYFAj1Y8sIA CgkQV5Mp08AbKiJmNwCgkgjjuS5TcZq4rVBWNYu1VwQlJWYAoJZf+pBNBvzT9xOg Hcs1cAMwT4FHiEwEExECAAwFAj1esHUFgwFXijYACgkQvLvElXGKklZXlwCfTWSl L2/3q5Od3zBVMKVHgpTo4asAnAtw7vVEIwp9pPuy1oKjTB/obqltiEYEExECAAYF AkEAyoIACgkQntdYP8FOsoK0XQCfRN1QBVk7/eu4YbFQBqH463dcHx4AoMp2QurM RXFDImswJ1Wi9K65dq66iEYEExECAAYFAkD/P4YACgkQlv+ZxCXA7Au9KACfYKMn MPmlbZDi5/Le4mcLCUlQ+SsAn2qOQ14l/ellraqWXbvacCJkOyNpiEwEEhECAAwF AkDgVz0FgwCTtOwACgkQyIHdR0rnq0csrwCgtL27/ndpjew28bGVYU9tBmIg2GUA oKFFKKHvJB2pVjRkRL4DjohSdIrkiEYEExECAAYFAkJJAYsACgkQj8NyXz1o1joW fwCgtb8mtlI8rg52vT5DRU+Ct3NuDfEAoL7IX823ezbe7HVegheirf3q7zmKiKIE EAECAAwFAkJG+cEFgwDmsQ4ACgkQv9buWFf3fwmuCwQAtAopBWKTnll1t4lFnR+C mvXdqui6g/MhMVjGlnGaxzKfdlXIDT3i6VEMQk639rCLUxNB5YiQZZm7aABg1dwt f10mFQUkm9dt4d852cu6ytmljXLJ4NIQFrhZQUrxvh8s8j41oN/hcwyLaX+FLI0G 6Jehz0m0nPlEQf0sJ/4oCuqITAQTEQIADAUCQklECgWDABPOSgAKCRBmvnH/Z0ho g9kYAJ0QKz8Gt/kc7Q9Y/Ahh/wZO6vaQ9QCggcgpRYoJ6g1QXYWdTO/Hxve4Lu+I TAQQEQIADAUCQk2CtQWDAOAoGgAKCRA7jqQfgvYSQDh8AJ43bDTlK1p/aLXxJ2/1 pFrHWFvncACgvVli4V9P6pVhP9p+H3APtQ+URVSJASIEEwECAAwFAkJhOZ0FgwDM cTIACgkQC3gy83PWLUFxowf/YLAopAmpU94kKSC4ECFsLXDivJ4LCOxgqZ0u7Fgi QgwWK1miJJnW9gME5vE/jMHlsjGwUKJDC3SfbgjOJj31ivrGIh4od8+zU0bwlwoJ ppDF/5cbzBheUiCsz+BVBZs8ii4OahnoELUzXbyVZITkMztmn/2+7DYXqqf1tCTy wIR/hQzFp6W7GNT/I73Ksz/cKop4jzxE5whkl+5NMBk9VYhfa2X49/S65nwXg4ii BPQN0UrhN0ZvrF+uKX6oVlOX+30CrPyT8FkcRk1AOhUpqblk2M2DblOebgxfF1ZV jXNNN/0fZhy4iTbYSggndO5PIybKMkMogVtO07F/8lvtC4hMBBMRAgAMBQJC2LCN BYMAVPpCAAoJEBhZ0B9ne6Hs7fEAn145gLDePrbxrfwN2dG5+IuvpvtYAJ4oRmRy hxwpwahGE+5281z2VTrQ9YhMBBMRAgAMBQJC2LCxBYMAVPoeAAoJEIHC9+viE7aS 7sAAnRYuXokAy66xi04YD1ODtssYFw7nAJ4lqshFVn7NR5yznu0tioYLFwyc54hM BBMRAgAMBQJC2LDRBYMAVPn+AAoJEGtw7Nldw/Rz2iEAoJFrzoYjkR5ANZYbeX/o zQecQCmAAJwNCoPySmaxrwO6BiUd11bO80bPxYkCIgQTAQIADAUCQtiw8QWDAFT5 3gAKCRCq4+bOZqFEaF90D/9xV8ua/ezhWOu5ADgHE1yeWMWQsecIx9TA5QVQg8pp jA3E2REe/lJbCweVhwfvSmuvuymRQw71cIdmqF1dz9R8mb62N1r07DcPxibhtHi4 poENxIHqvEbtOR17Y6Ql4DW4PjK1ut9y2y58HK6XTiqCtbg43jEcbXk1r9qLJl2L gopYJQ1KJCwfn+DCVadRA2FgVclMGUGIdiiTwp12+E/70oYoMzLwm+7MUgbJUpRL ytsc5frhT91iX2lPoeylAHAQ0681WiawvexlqtAPto9Gjbtnw32oSOqIJcbbMhN8 G87pkvBhk5wXfVM7kyutBFhIHcQFGeuGkZpgeXt40NcUJffn+KOfeXzgdQwmwNlo 9K0arxNpIukgugvVeNtsKj1gtW7IkYcLmvlDyShz/cytguNEU+1W0ZeG73Tjphs8 mCSlCKVcNWcy2l7z/DvB3VPibac525/Sw1ZIq7DShRHHv8x02/658LEW7gSvvZ4j 3yuZSNgL2lgPzaYoQo+8ysHK9dqViVBXAHIwVZTmXptb5zxQcHtFUnR51IDSAfBG d7gjU5NJNfKKngLjDJy56nmJGMw/+13F5XFcjGPC9t6ZKoQud712K8TRIczWgGMn gkahyTl4KIwPxVzWnUN0IkcsO/5yO3JudWzzYB6r1QomCSAAA+uirstJwVtBWsCA 54hGBBARAgAGBQJC8krrAAoJEG74r8KGV0rKoI4An0CQA/3wPCxskfqLhvN69ViN c9GhAJwMR5Nl4q7Y4c5j9BOG+9Yxaom2OYhMBBMRAgAMBQJC8cBwBYMAO+pfAAoJ ECmqKFIzPnwjCzsAmgIwd1uJC2Ka3bIgTCJukFjCcdWRAJ47P2tLKEcvatuPnnPT yWYuXGTBqIhGBBARAgAGBQJD+NOYAAoJEOFd2FexXDfRRVoAnj+kNh2yJiIAI9JE Vccgdv8cdElgAJ9jZHFa4KIdIsdGQZ5G4qS0YkHwKojYBBMBAgAiAhsDBAsHAwID FQIDAxYCAQIeAQIXgAUCPr1HRAUJAtWOGQAKCRDtoh6UtWVxb3F2BP9Whe+ArZn6 WlbpHF+37Rqr+KmXL2fLI0b+phneaieRvACsOmPD3jDpvxz/xVf8s49SJ2+a23Ia iCA8Boyws9sBxn5N+yWhdYYjfDbH3JUOQz7BKN/9o8EAYuU8pmQtEN0q4+QiNsU0 a8qLAV3qmEOwLfkB4z4H+aDZxe/p7vIYP4QmzTn3ZQ0mYR5mxpc52pF82KVyNWWJ vmcirPwKSckEiNgEEwECACICGwMECwcDAgMVAgMDFgIBAh4BAheABQI/pCtUBQkD vHImAAoJEO2iHpS1ZXFvPREE/j3fX+cLxCCZNTjMhThGFujiT7ty4x1jVc91J6QO A+Jp+78NIIeyg3JTeR3WIv7/WFNzLKJXJEEcga+0ViPjoLfvGsHMAnwXqPYAxu1c DY4jId0bCYgoVlnfF9gwOWxebtotLpCiuXGL/168zEAXWJpPg6r2MfPhAKUJ9G8q 52OOWJW3cObxoZ2gyXjuWOFtygZ1vUAqP/8UGeZNdajHD5uI2AQTAQIAIgIbAwQL BwMCAxUCAwMWAgECHgECF4AFAkCGvikFCQSfBP4ACgkQ7aIelLVlcW9oqwT/a2nW kFFy1q16WURE8vp+Tqu6i4r5mTdyHjbhQeZh5Pub5DEJiFuWXxE73JVrnNozacQb Vbsnn54B4Xv6tuEDMxaTXSjreDY6D08urM8A0gnUHCAOwxtmepm9wxk/l3WAXWwz QoQaqZ2PSPFGW4Epk8+JwWKoLv1O2i9NbycGEccF9rr6I12319Vzk+P4P3FOgCwa dAQHSGS3Y6hlLm/RGIjYBBMBAgAiAhsDBAsHAwIDFQIDAxYCAQIeAQIXgAUCQW/E VgUJBYgLKQAKCRDtoh6UtWVxb8gUBP9Oiapzi+7qCcpj8Yy55jQvgpXkhe9g5DuT lRiHYjP5vTvXJNF7pDOOPj1pSUxumC3viv/pxUaWKp3tSOjsT0ZVgy4ah6rUdjyy bLAOAiPmAP3ryStzURF5/RnQbbzrSGZJRfeQIxY2871hWg241/wslRtNpsxYSPCI PHMVB4SSFYzzbKRgUU7SXsVQYBAlRU644UE+dB+b17slv1xvagOUiNgEEwECACIF Aj0lzz0CGwMFCQHhM4AECwcDAgMVAgMDFgIBAh4BAheAAAoJEO2iHpS1ZXFvt3ME /ijwFJCSNoY1AfCEm3AX6vRKUbjiy0MdemsqajXF6awcbIaeCwk3wVr9JOs1usu2 /AQQDvz0sf/hEv6c3sMTYspD6+QzrRMUVbLm0fp+pRZKyaW1tO+/JIoOl8qsOwod kXPQ7CYFvSZhhkxdUwVOa6UtL6kOdCjQAy7DDQTzdcC/GxHQNVUNF5KcBWC7LMN6 iAt0dAFEMaQz4t37CHq+DCyI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4Ai GGRuczpzaW1vbi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCQkBc0AUJBlijpAAK CRDtoh6UtWVxb9EIBP4pk/ztQF+XV5L4krXEmbjAsGb9C+I+4OoRUY/mWDvNAjGp pkhFD+8Q3oQvg+1dcPsJ5rQHSXgA2w1bOsTknK9DamyY35LHd9T0ZSllXOUX9q3Q eKiDBYc2KB35ZtxKNIA4Lt5qDgYbSgtlERxDY94BCSy4YApdwATei3O32t5IoR+B roeIr+w+zn9mVulkn3pRXByYDX/scxcTtWwRL+UNiPsEEwECAEUCGwMECwcDAgMV AgMDFgIBAh4BAheAIhhkbnM6c2ltb24uam9zZWZzc29uLm9yZz90eXBlPUNFUlQF AkMVrNEFCQcvRSYACgkQ7aIelLVlcW+ahgUAnWORH5p6Cdk/zhen4sUwwnzsFyAO Z7vaVPrQPq58Czl2FymLm5kJgsGXH8b6KLxVMo8hjTZnsm+zO6XTLXsnnK7nXk70 gBJ0AAM0XGlG53qDvvQmq3RkfFMHuSmxL+zL8pXTmnywIlEpgDHPVKbPKF3c508H FEPKFnDjuyRwPgq3q2mhC/qYYBRvw9hjjeRCqDTdC5wHuWLzs5MCLeG+3YhGBBAR AgAGBQJEc4b8AAoJEAixI47drUe278gAn15puEaeLjlpaTndlvxT+LAH/951AJ9b 0Hlo7Py6F9c1liLsMNWNDnyvZ4j7BBMBAgBFAhsDBAsHAwIDFQIDAxYCAQIeAQIX gCIYZG5zOnNpbW9uLmpvc2Vmc3Nvbi5vcmc/dHlwZT1DRVJUBQJD8ykBBQkIC2/U AAoJEO2iHpS1ZXFvrF0FAJLVqSWQ2fYNGCvBH4xRS4n2LruzdubmzNuCIZrc75M+ RfTvYeHwCNDY8H+PggYuXMT8armHvFvyL7jln864M9LTX4TwROrqKlkNgOkfxdSg Oz4QE9RHxxooF1GMl1yhxCoumixYE5w0z0LGYRKy/Xzd3+VMcUaFXvEqY6Q+cnQo qChCvKRmsIFhF4b4SAqzRePdx6U3PBpC4FbIlkQkpbaIRgQQEQIABgUCRYwLkgAK CRApqihSMz58I53iAJ47ZGEOrZrMqV6WKmfKa8+5907zeQCeI9LFETr1SK3IHx/7 S7RlQhoqAzeI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4AiGGRuczpzaW1v bi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCRObocwUJCP8vSAAKCRDtoh6UtWVx b9fhBQCRE0dBfP855Vv2fPCzIxnu1I0GM9BjmAC4uMNdW6o7I4yQMXNYpP8RdxDz PTon1JYQZqQW77EdqtwjFeguScudF8+85I2FtKDmzl0NNubmX6ckxdCbuUmOk2Vu H0IQ8O0f1htk0h4dQB97YA8zu9AtqyASkdCDbRC7RgoaeUaV7N7v8RM3KpEJm6pc eQT1DLqOQIFAp/cDa76xXK2Xrd4IiGsEEBECACsFAkXhdvUFgwKHjGMeGmh0dHA6 Ly93d3cuY2FjZXJ0Lm9yZy9jcHMucGhwAAoJENK7DQFl0P1YbgMAnj34VvAwJhWn Z79fbgSY9O7CIBJFAKCJEs0DbASutepLJhiysH3J61b5D4hGBBARAgAGBQJF4sLA AAoJEKrPs4YhG27v90UAoKBHaY3RXOkwk5YL58jSYoOWltJ/AKDTwdKSURBZ3RTe GkriWGZRy2sfd4kCHAQQAQIABgUCReGU9AAKCRAmSeYoxdNNBWHAD/4+/J4V7cM1 dMrr6rpaggfgRa7d121f4n+KVn69fmxBr6vMkGP+8Aor4xMGvkL6HYJvOMRK752H wXij7TM0HdGqU0S6cisOXiS/LOPQOayz6HuvliIhJeyDF4wfI358ZH8gVTKTn+1l tqWmggd8KVbU2pEvNte+lD0VIxK0wrUT0nFEYoJsDlTUVpnmM4PxP8TwoIRwo/h9 NnL8zeh+5sj0D5tZW4DsTC1AVPH1WYUN4aY2lv49twDh63oXbzXZQ+xKWJeiByao DeEOFtouwTb7RbmDBB1i0aeb7gWCryUiHD4p2zf+R+4ikcwcG0LzR7DC3WFdlPnb NII/G31ZDacpPqkk5S3LL2jIXKhpD15ilbXGjkqsBAkOJpO7rehVbxEGUfGh+2TZ cCvLHeh9ckgjimFlZywk230H/tkQJpnHaTOmhNbBbowUkIdCjTBLkqyW99sM2heD kmkYh9jJTj2BLVED4HrgyMp+dXGeDM7nVGDCPfbaFTTz6It+ODndAC2Q0d0N59Sz x2Xb8LYfngezdhV0q0GgGXl+vh9zvZnpHV7Bef6ABTq0IOQri83IZv3HlyBeK6KP JTx+ll32ByQ8JcMuAAaVqWXI914J/fD9bvsTzJNQsPEa8yBta22Ww+jcnHBBhAbU Kfw5FKNDrqYr4VGY9+am80YmnIRQIt7Fu4hGBBARAgAGBQJF4fboAAoJEE1EwCDF wFuuzREAn11W3gtaynmEAcxw/WxLdndmL0mmAKCsf55yO8kTmKoohRXpfo+jn4HB XYhGBBARAgAGBQJF4gz4AAoJEFUVYHaRYekRxxwAmwVy1T7YQQtP7xXNdM+EVUxL nteTAJ9AzaxlVV4dO/OZTG9QDbqztagH54hGBBARAgAGBQJF4grQAAoJEMfZMCWd /6rUv38An3mkvCWcxGKhN6/PgQ2+W4zpFQPDAKCxweB0Xh/TQDjQ/dSaoj/BccNK LIhGBBARAgAGBQJF4hFCAAoJEOVE3gebfDKNJ4sAn3owtLwwEWtpw9VQxTc66cmd oFqPAJ4r2z3VgRa/Ns/uWMxV0Zlee/f2M4hGBBARAgAGBQJF4i3gAAoJEHZJQAVJ ruv2v54AoJCl4M0ClZrwxyTkOXJs7xeQjtDtAJ485636UH2u71nZdIyGTMqQkszm BohGBBARAgAGBQJF4sNEAAoJEH5OpU/Qq0B1NE8AoOJY9VXq8PPDDPjRPaJLahjO ykz+AKDN3jXgHvqD26euQ1ksEBc8Vn6zF4hMBBARAgAMBQJF4sR8BYMChj7cAAoJ EHMcr9NTwaMv9/EAn35hATWBiY7ra8Z2bjy+GZ4eSLQmAKDX1GfInkT57/rzmpkx n+IQlikCMIhGBBARAgAGBQJF4s6iAAoJENoZYjcCOz9PA5IAoIZucQg6PaqLETbG ch/y2UM6BhZ2AJ92fj8dOvoKNxn9Rh4UcTSSiPXNDohGBBARAgAGBQJF4eL3AAoJ EHhn1Tx0eTXduhcAn2LWbAgZcRRU7PJtIO3zqsIm6keDAKCeZgrQaUd1GSNW4AzZ LuT/XXiWW4kCHAQQAQIABgUCReLO2gAKCRBSIlPD1yc5gYUMD/0ah8KqI6rjyi7p WqPPcPKy9ZCnPJv2JJllu1wx4dqRZnUVA3rmHAUpzQp7HsfMXWLgjxOnUEvzjZkP PamYnczdE65l5M8zah1WNjfR8Vk4/XaeolVXe3a5R8Vxj27QRa+T5yEHprb5hPo4 uFWkPlJgJd+qcXCIc28135QngN5uRRQK4NnM/oTtv2nv15L4M4qiH6V+We5IW+Tj t74O0mSEekg1bB/XKlF/XcgyO8rEZgqwufZ4cHbzWYXw3C+CKkhDSDItGUw9HesO u1FS+Mf/Js4+/kFjW8ZJPFO+A2z3gYTDzaXGq2zlvbqw1gYId5pbukVM6PRqQrlq tI2Kza7/CY85b+DVU9Zwe/Hr+yYnEJdG+eWkshmB0mIXgQlSaf/sglsAncrmxA/g m5IxaE3TIRW/mtizuCUwq+gigIUEANAsNwR5a/RAekc8aNaO1cSj8izlGqrl6cuQ 5jyizUJB5AcOV4CUDiazITOasbt4+xx9MTsciqWIkMLYRloVuqXgsoKOTxTT6Zq+ lPEGRyYds7OEdaXHWPO0OJ2ZPCagb3OvqxJc123Xf7XXySGkGXzZgoA6D4BwIB0b 5WQFq8722b0tJPktH2a5clKJio3SMir1bpPT6b/CM/Mrk3kIFKJpmvEBYrKTCfhJ nDI2GJ4Z/f6rUDhiyQ5yj5Rop2zot4hGBBARAgAGBQJF4vk5AAoJEItKxIGsHnFe eYYAnRbZnnFoSrbo5E908zFdUPwfVfUoAJ9Dgo1WuGHPD+89PSqsyMshK1qavIhG BBARAgAGBQJF4y0kAAoJELOx+BoCeHiA9a0An0E0Zyjequ/iRSSB+YolhRqc87tp AJ9PeRbv8Ce1TY6qCoyIO76zYScX5YhGBBARAgAGBQJF40D2AAoJEDiaVjzCcqEm vrkAnimr8D1OTH8O8+E3A2VOoxLhG8PTAJ93AR9hPTBxVBY+TqzapQz12ROtjohG BBARAgAGBQJF40DdAAoJEB9/MmoS7vYqmnUAnjcrUSIjc8jjfdxLhJES9yDBTP/g AJ9ZSpKAG4kvVjZqcSBhudGIw2NkQokBHAQQAQIABgUCReM6egAKCRDo4GL2DcsE MZKUB/9bQd/kyhettf5FPhSPgtVgZanF2kI0WnDWUGXbbn8vLs7GNGsb6eyuUDEM kL/f6xtVHNPC44HarRbawhph/m0P25KQlaHX4120gdYzPR7mnUMk9g7P2ycNrcND 730oJMS3f8FBhe9fnt4adPU8mp5fgU2zTsdVHpa2zUVZHNh84iuEoxoZJEWEyHHJ ke/avbbc/G6JmMD+8vOV8nKHbuzNOAfA09kPJWAPcfR/grCpEMZ8SkB9F4FvPEjU 2HxeFKx1vWNTamkr6ygUVlX7bBwLCe9p+7ue1rMeKOMsJF7UnAkOthEC2IeyhPn1 gyErrjYzQOX+3+YPCSO73fBxSG6liEYEEBECAAYFAkXjS5cACgkQKJz/wOY81tb5 TwCeLd//hOBTT9hnSkZFuxLso9J3cToAoKnsSW/csdFyRJLh024CqSzu3/QXiEYE ExECAAYFAkXjRMAACgkQjCXuDw3At9aUHQCglgCi6nNiupwbEfwEsvd4MRYVzGsA niDj36LSv47TIbmUQJlR/qiNJ+phiEYEEBECAAYFAkXjVQEACgkQmEvTgKxfcAxE EACgmX4IGrSutcvAs9Pfr6JYEE3hdsYAn1yLt/tyLO9laWWhLKhNH7MPHc0xiEYE EBECAAYFAkXjT0YACgkQIae1O4AJae8N+ACfXCp09XmUQQ/xvA4LipoTAoyqX+oA n3aZHFSOKENXaHthrpt0FFaPVNEJiEYEEBECAAYFAkXjfaMACgkQzxI0fJaL1Yct 2gCdEw43ra6oy0cwLX+zwRzTXazKQn0An0FuDnGs6J5+x6hlK3MFjyfRYZc5iEYE EBECAAYFAkXkGvoACgkQZDZDYQnzQCR0eACfWdtadQLH9Bbi/YPOcheMmavmCrUA n1fBKs46WOq7jppufBXwcncegfxHiEYEEBECAAYFAkXlgbQACgkQeQ6MlGH/2qvD yQCffMAMRUHCPKIbbz59BVNmgpyvSmYAnRMspmLYF0gk0xfHoIFaS3nwt3DgiQIc BBABAgAGBQJF6Vo/AAoJEFeTDasLhrBnakQP/1Z460aR3KyxrCrEcDJ/Vzf7vsbq 1DQnmoRuIgpKmR87N3qRLb2p94ffRYYxlWcFj1jiYT3Wq2bxjHyCZPgcAM2bQuuJ MFxQo2xgwobyNqesIafgdbMjdUEAVy+NTyJfdmM3I57lkrleGz6lk9ojMLoIDa/t R1C+uoLuSWMj0Xk/nCT+WnN3/xqZyPIa+i6MN8fuI6Nsa/C1jiNw2FnZy721hl+P 1Bhx+i9aiXCR0qz/3AOAOz25F0OXNKKdzOgdo5mCkelbUaey4gPpvb2oZ30rh6VT elOOlGU6WbEO3DQBuOGAxJ1Ux801przITs1923bZU8EPyfDZyZWINkpl7M4En4bq GKQkjTIfE8GrSSCp9rsLg1siK38yMYodegSzSJ7ZWWGlyuKvrim1eQw8svSzRphs ujaDJG8Oy3Dlc3qBbA/CGx1OtyML5G/w5C5b2Wz/BkMgHnOfOJSVjGlJJrxGyydR qThibZ88yRcZ8130COubR4Rr2I+TD+FZLhGtzQGia4gDQ9QG5td6LS5yLPc3Y52N cwWsbMHWzLTQ2k3O7PcsetRPLpduiq1eZUZZveY0MSjH+uH3xzp6qfj9I4FDtK6e pHQ0F9Dw8kK9qBAhiqrKxsUUbalx5Pup0gIkzNe1vzjByS2P/j2VMhbinhG5FZl0 O2mPcIXHeHlAJdGCiEYEEBECAAYFAkXt5LkACgkQMGnpIbeahxy4RwCggxD0dEmG z7ipFrmwbIGTxuxIS+IAoKfxzxjiT2m3AEvfkL/xNuqgenPViEYEEBECAAYFAkXk wVwACgkQcLIDITr1nRa4rQCfZvrXaoYQ8TeX/lhuJfmsPb7kIRcAniKy+cTGNExR mZutFX/OcnatDZExiEYEEBECAAYFAkXqoaAACgkQL5UVCKrmAi7oEwCgu/2cheN4 mU+yFFIG6HmLrbeIc5IAoI2I4eLWJdmLpJleOYgF7CtTGIKxiEYEEBECAAYFAkX/ bGMACgkQOpD/wRQI1/HBUwCglcM0b6fl1oP8iofWeovuhSk4+5sAmQHrgf2pbqFW 1oTBNS60dNQjA7VdiEYEEBECAAYFAka12CoACgkQXeJJllsDWKIizACgqk7R3Bhn GgzraKbcP9qSMhbYBr8An2Xah3bURySnK2QBDx4GzNM/vCTqiEYEEBECAAYFAkdZ tOwACgkQcgQ2cL3l8e4/XACg2opaihfpMLeOKb2bNSD7cLpI3N0An2A2r+PcOgUD t3qIIZ8i24HAhBnSiEYEEBECAAYFAkdZt8kACgkQ4Q56CecvefrAfgCfU/NbkK4w CiFMyviXo/F8tOEGyqkAnAgNaSmDzLkYZxHlM0SXosfHfV9diEYEExECAAYFAkda cyUACgkQaGtW3WCKJJsOKwCeLKhorr01GCKnXR8QaGvImLVOm98AoJpyR9WMJ0cs X+CuEdzGJDTlD8pxiEYEEBECAAYFAkddIIAACgkQt5wosOl/hW0OtwCgposF7nuk dTQ1nsQd1AGHb0CkQzYAn06bBOKMXsPcN2VvMiO2hiv9FLhniHoEExECADoFAkdc k2IzGmh0dHA6Ly93d3cuaGVucmlrbm9yZHN0cm9tLm5ldC9zaWduLXBvbGljeS0y MDA2LTEwAAoJEOdekMA5zDPbZ9IAnRTxxJl2Rtv1ZbnGsOuPJ6musP+5AJ9b8b3Y 9BL7PRHzWgQjzALVVXRrdIhGBBARAgAGBQJHXR/KAAoJEPG6TB7RyLqP7nYAn048 cLE/iNKJFxl/RwkY9VcRedkrAJ9+Y6u67OnG6HneUhzqGvMDbaGmAohGBBARAgAG BQJHXYVBAAoJEIUGW1nVLdGnUJ0AnjF43FY5SwhcW2JmuPVu1YnWfrwwAJ990zkv mIQtRCrxMzMgThz4jVaoEIhGBBARAgAGBQJHXAvSAAoJEO2/HhEm8iS4g2YAoMWb nnF/sbeM8+WToKO0nnoJrXVAAJ9iX3wXtSwAqrK+3X5imRfXGTxh8ohGBBMRAgAG BQJHXuTeAAoJEIXCJ+WlVzjy4fQAoKz8piSTCDPkv0qeNq0bdoDs9mOxAJ4lO8Hp GDqjYheaAvKG7tFZ1fsZjIj7BBMBAgBFAhsDBAsHAwIDFQIDAxYCAQIeAQIXgCIY ZG5zOnNpbW9uLmpvc2Vmc3Nvbi5vcmc/dHlwZT1DRVJUBQJF1dVYBQkLk/wtAAoJ EO2iHpS1ZXFvjEQE/1HviHOOSHv0ZuOd+H6SVlkwnhmx4g6fpyeeOa49lywggMBL 8zddB/928PMYFQQ+pvYmECkOK+O6sVO2NkubopZwE/hUjt5sc0XTYQ9Lvxp40N/K UR8fSR5FvLQSWYGYRDXkK3t3Cta83ZeJk2IK43DpgVoFWMN6x69DlRGTyRWbB2Vd RvSZz3ZKp86p5cnwMT++K+pNxq+eY0UJorLRj+SIRgQQEQIABgUCSES5dgAKCRBQ LE8plp8qHbO7AKCPmi7Ri8FKIY/Wf9Ksa2NFDxUnRwCcCdAwwG67ZmplFNtZlVDW wFEcvT+IRgQSEQIABgUCSFlvKwAKCRAk0yv5qpXDSUwfAJ0TPD78S3J8UvoziG+b TCLTlPz1XwCgnWlV3PBKvOxuGSAdm/DOMlY1ogKJAaAEEAECAAYFAkkGvzkACgkQ Ke5YuZaGUXFYtgwgx9yOo8cCR2a0d/0J8Ux8wAnjLI8m68BCiKW6HmAzXx/mNX2e zicSEyqcvv4q5XdpvSrcA2kmlREBpu7mmnyerUuWWsTLMbi9clXaKRZ6yQJQBbrR YwrXtzdFziHqFjw+hC19uVXlPhXYa/8YL6aCO4JUlzWWgVF8xHupfRTIeXuGLkC+ sWww2VmSm8Fg0FBG9jpIt4wYxNMI77so4szE/hoFQSdRtY1lC18jjluNiygGNQQP n7r5OKwrK9hX1gGZA2tGYVX0ZoYASRPZcUUzaYPH5cZ86SAg15zzroVD4etmk/2i I4sdzR9PyKr0zUp5FNSAFRey6avPAhaTNsyVDRiKmK3PnZF9H9HaRLJJnQEcvevN 04Vg10VW/O3zCFMFi8zuxUP6ygoDdWZT9jR4wbzVEyFY7AUwXnStDd39p3oamTb9 XtlngTJjmVBZIOlap4vmKsm0t2xviaxto6uR+656Ya49+SoXp+u5+dGDT2o0kFlN aC5r9zovItqdDYUHtn7DsIhGBBARAgAGBQJJZyWPAAoJEEc46iFldJl61+EAn1jp iTpjqq/l1oKwJQYDB0WsqGd+AKDEiDHvrN46b58gzQKdVbs472bFS7QhU2ltb24g Sm9zZWZzc29uIDxqYXNAZXh0dW5kby5jb20+iPsEEwECAEUCGwMECwcDAgMVAgMD FgIBAh4BAheAIhhkbnM6c2ltb24uam9zZWZzc29uLm9yZz90eXBlPUNFUlQFAkhh +YkFCQ0YdF4ACgkQ7aIelLVlcW8+HgT7B4+yIgD+sx23Ax7ARwTI0qZ9x1G9tJYs lXKQnvoEgxRN7aAECsOaTwhP5rfzJ1thftd8f4yYgO0p9O4axkyZOOyURVJfQcJz 2ENpuFml1K8jOlvZKziliTLJMKfQxmp3vdMJkxf8e0zDRwZPfA+2nV90WPtO8fsh 4wORz+8JI9xlzEm5WlG+CrMdwooavGg73wh4XRctrnMQGnQm024d4ohGBBMRAgAG BQI9WPK/AAoJEFeTKdPAGyoiF/cAn0dqzIl3Ss2QfeWnAOWEkODC0MsoAJ9Tb+zN +kgKH0f+91o6pT6VQEPn0YhMBBMRAgAMBQI9XrB1BYMBV4o2AAoJELy7xJVxipJW GZ0AnjlyM5hKGecjlTcoKYWJlMDjf0vCAJ99oFg8mkzKasg3CREHi3Y3Fu26EohG BBMRAgAGBQJBAMp9AAoJEJ7XWD/BTrKC96AAn1wDNEETZX6vDoCYdUGpV8NUiyWV AKCgKBgAABm+xdRzvY2ytKMCCPLLHohGBBMRAgAGBQJA/z93AAoJEJb/mcQlwOwL W7EAoLqAEMsXFUj3ScAXDYcvQaR+5lN7AKDPPs/9tixtWkuHbW9SPuaUfDizQYhM BBIRAgAMBQJA4Fc9BYMAk7TsAAoJEMiB3UdK56tHYAgAoKntYOktDGj5H5u9hfIq E9YIayhHAJ9PdLPDyKM6C01fd002zQe/eapsj4hGBBMRAgAGBQJCSQGQAAoJEI/D cl89aNY667EAoKu5aEpTLn2dplFPPc7+ojRJc+vVAKDcmOrKUKjImZWIh+Y/vJLw OHYi84hMBBIRAgAMBQJCHfAjBYMAPyIxAAoJEBgoK2tFOUoBYsoAnjEtckRH/Rlp C18blWLwEYDTSgw7AKClQUzPgy9KNf3j7/MsP/Emrl4+SIiiBBABAgAMBQJCRvnB BYMA5rEOAAoJEL/W7lhX938JlPID/iBCDWspuyuxVL2VrgpHSXB7IQhlQZUzqiPW AdQk2PCzXUR6fI60VwWRWTgzwM4h/9WaIkkI7IE4PPAVKcSy0oCR2TqobjzFpS8G ulrMrShk5LhQp2fppJhynuy1Z40iq/Dqz+8uToRbXVam+XYIvUiHitmrLNV6PvRF mW3KPr/ziEwEExECAAwFAkJJRAoFgwATzkoACgkQZr5x/2dIaIODCwCfeOCIoJAc Eve7QmdisnrXOunbns8An1paC2kNbYfcWeO4XOnHeglPVw5HiEwEEBECAAwFAkJN grUFgwDgKBoACgkQO46kH4L2EkAE0gCgz5vROEPqn8VQJZ3D6dFhXQISjaoAoL5B pboL6ZlwUEUjHoB8bJGQTxIQiQEiBBMBAgAMBQJCYTmdBYMAzHEyAAoJEAt4MvNz 1i1B9gYH/RhzAgmG9+PZuuvOeRMj5CZpVURiOUIupt+640ZrwIy/mgUhWKAGMlCn n08r907CfJfmwELKGkVOsG5+7nPy8KCVEwclxY+6zzqCE8cekmt1T9Z2HV4wrWqy po80E2FNXFsHylGxAN30oLOIKXfNNZegttRfg20pj/AmzrRm+tjb9VMdQl4lp9q/ FVMuQFVmdFQ+Kr8cSBhp+fEdLy8SguYBhYnbPSXTISXdUh0NJhZGafzaTTp28NgN LX4WhbKXUAKAxIzh06/X7NDwFAa7eWHD9lvojWfSj3zdnO9O6f97xK0j8UGQqFwZ pzdiwOcHjSFVmZyriT1HskORcB/aKz6ITAQTEQIADAUCQtiwjQWDAFT6QgAKCRAY WdAfZ3uh7EFLAJ9i5//07JhKiC/23C7bfFc/NpaowgCfWuU2y7lDqePoeNxdgiY6 1AS+wiuITAQTEQIADAUCQtiwsQWDAFT6HgAKCRCBwvfr4hO2krnFAJ9HH3oo/o/H Y1Oowz5v7a0By+fyqACeMkgMrMlUPFN32fjmN132Clz31SiITAQTEQIADAUCQtiw 0QWDAFT5/gAKCRBrcOzZXcP0c2EfAJ9Yy1Y0/98TlNF3fU1dTjd/asSXrQCg+hqH o0R2g1ztigaEJ6xlYKfcFVCJAiIEEwECAAwFAkLYsPEFgwBU+d4ACgkQquPmzmah RGijYQ/5AQ2INhVisCJEjJc9CmVqABcKDvblFqq2xe8/IMGSpThlvYL3BdDj2KMr 8tPeF63anbRvCNiain2IKWj6+4xVN1YmmNTK/MED6sX3JripbAn2Yw8SmmB8eFSk 4guSFyeILjHk5as208d6502S5tEnsnoZkA3yD02nFXokgDNFixxM9HzyOcGCASu6 A2UMkiLZUUgjiZiKuUxBlRG/QeeyKXs1uDtFsEahOocPE05+6bjBx3U6yPD0snaD wMEkZlMVfKdhC+GWIE01K7c79Jk3huz3c1PWHNkxdzlycBE9aGpHtDzS4a4msg6n VZb7NYdhdShCAKLbjCl0XfAolESpZ2oY+3lrbdyFYq/D3aAc0QLU9/iZvBEt9sf0 3V0PCg7dcD7P9HpCzHCM8gCEluoFYvurrVKU71FzEP4P7EGV49mK0U0owTRT+lph OIT3NYdybiZtAW8FwdHPIxOtGBBndAB0iYDznb62vQHjbzFOnZ+nNE7NW6FdN+Q7 02YU7VAG/ZAHP0+aLjQ8JvILKKG+xNNlBUX4TCKNGao+QZ9pgtEAp0m/T/C9Qumw G2RBV3v1K5x/niga/mDGKYUyFlmfwkmYScAWlQxQi86q/WfzoqxC0hCSgnBtFcsa IoEHx5h+gkYzPSuCJidq+a6+BSk98PPBrrcbPcqWVulxIUPU49mIRgQQEQIABgUC QvJK7gAKCRBu+K/ChldKysP9AJ495oiNOr+Yzim0SbesMCyDQOzekQCfaXXwvuCW fkjKtMPXDtzShhLCddqITAQTEQIADAUCQvHAcAWDADvqXwAKCRApqihSMz58I3+f AKCKbs82jshhd4NisvXVfb6hAgTbNQCeI0VNu2cKL8v4c5yEfavqPnriI6CIRgQQ EQIABgUCQ/jTlgAKCRDhXdhXsVw30bs2AJ9o4wcGaqejXyEWTPnD0BVqLGpzCACf YGRrmV6jhnERw2KNVcFCuyoPGp2IRgQQEQIABgUCQ/jTmAAKCRDhXdhXsVw30UVa AJ4/pDYdsiYiACPSRFXHIHb/HHRJYACfY2RxWuCiHSLHRkGeRuKktGJB8CqI2AQT AQIAIgIbAwQLBwMCAxUCAwMWAgECHgECF4AFAj69R0YFCQLVjhkACgkQ7aIelLVl cW8Y2QT+PjSaIJj37ijex+wJ/HBLkyydqWYVZhuTPTVMLst6DQModRBj3Xi7UYlg g7lJ6tRxarVuF/eYW6Zv4jx5FePxKLBeAG+H4FRQH+ogIXeBlDx41X7L25wjSxxP hQ4CwBNMmSKckD84LdQiPrygbX8JQLsJ08XuTzDG7740d0RotqxizGhYP0QJTD67 VvffoQ0gLtB5chw7Pc9osT1+j4yizojYBBMBAgAiAhsDBAsHAwIDFQIDAxYCAQIe AQIXgAUCP6QrUQUJA7xyJgAKCRDtoh6UtWVxbwueBP4uh9ZEOuSjt2n5OpfuAabl srRzhlgPfluBMfjHNynEFsGjn81l81TCqStRln7wDUj95ZufSi3YvoYSFG1jffGM k/k2trgINtT3kxaGkfns6dykBuV7Ki2wWqdJkTe1ibyai+RCqt+J1ldSUuHdfQZ5 wALPJQRb4Hqi7M29azFHcfxbMLf3yGYyBuKC7eBVNVaR58UTFK6r0CX3T7eGuk8b iNgEEwECACICGwMECwcDAgMVAgMDFgIBAh4BAheABQJAhr4rBQkEnwT+AAoJEO2i HpS1ZXFvkxgE/2ZfCBqYKIe3SDM0tOVNrIeSZuVNUyn2xoqRKK4VomvTI1eMShfG a0twPVlBB5xXHt06yRbwjobJykmDc/Hmteel+FVWOcehnXq8T22gLENlEM0CUZel losNwFwdnWGOHGZs/B4BVCh2pzsCra6di7MKCznZDOHX3TBLoqVHjWzCldxtwc6Y 7fAsEtrLVos4+0JvjQoYYgHQyril5ywHYs+I2AQTAQIAIgIbAwQLBwMCAxUCAwMW AgECHgECF4AFAkFvxFQFCQWICykACgkQ7aIelLVlcW/xbgT8CO3clOxFv4L9gsJt xe6lRUISlvmjoiQigmw8PIQwGfTCRYA5oK4Mja47+1PzbqzY1AlEi3JyFpIQMDCp RhkhfHGjOVH2vap3aGXxSFr8JGM0SO1Z5+88uNo9N7RAi4koaykIy+GYKypoyF9U LGj5QL/bUYgzLLG8etNasmE/Dl88mEXhY3wuPwaeIEbcv/HDHBymbv7VplP/3Vht ANfOz4jYBBMBAgAiBQI81QcrAhsDBQkB4TOABAsHAwIDFQIDAxYCAQIeAQIXgAAK CRDtoh6UtWVxb4jyBP0arTNzMTakDhO8BCE03d0iru6sCFJ2qQeh4UAFXy8KZ5yb tWJxFT/Q7xn0uXKujJ99cXhuy7icDR13wWkRKG20IjKiNv9yzQaNR36+m58mjZu1 UDnGVm2PT9bELYmKTVoumi44QWgU5lgq5KZfWhsA5BQEqS5tp9k4CBBg36JCwjYx HfnWxymA1hSyMKPmgmPm6aFd+Lv9d3h5oTVs9TBOiPsEEwECAEUCGwMECwcDAgMV AgMDFgIBAh4BAheAIhhkbnM6c2ltb24uam9zZWZzc29uLm9yZz90eXBlPUNFUlQF AkJAXM8FCQZYo6QACgkQ7aIelLVlcW8t8wT5AdyhUlQzcWoLN/934mFm8zk7TC1n moHE7v3euwTumyABwdUh7l/ztBk20Ontmaue6DIGELrsfYWtAqvyWqwi8ptpLOOu jzJShC2zBVJ5/86uGpKASqzTwCJ9rrqyjBPVlY7XzWbgEILtqg1Gi/Hwe7LQ/5jV nZu08D667pS9kuHaIqow/73nOWg0c0dlaigblMcVCXRF0Im3JvIOYumf64j7BBMB AgBFAhsDBAsHAwIDFQIDAxYCAQIeAQIXgCIYZG5zOnNpbW9uLmpvc2Vmc3Nvbi5v cmc/dHlwZT1DRVJUBQJDFazSBQkHL0UmAAoJEO2iHpS1ZXFv+CkE/iKshcx+BSBC 2d5EK24Dww6sBDPNF4P5mqLCMfa2VbGeWZffVQlGgJeLfTt2mtIAGRoCyaUazWjj 206K41Of7G0ZVFeCyfPyjBtKFlwNLrjMWz7kAGtLtXF/bKns4Mr3lB8KXJKiOTj5 uFI9m+b5emAMDXJyQG3Dna/WRcegpI+urrnR0PdZhYBvYPPY6ggctLsXtfL3E/be s1XLsyLWzSOIRgQQEQIABgUCRHOG/AAKCRAIsSOO3a1Htu/IAJ9eabhGni45aWk5 3Zb8U/iwB//edQCfW9B5aOz8uhfXNZYi7DDVjQ58r2eIRgQQEQIABgUCRHOHAAAK CRAIsSOO3a1Htl+5AJ9kk3l8sdO9tAL/pGpaMuwwXG0PTwCgnh7vrRtASYmhSeT5 RS/c+2E3+iqI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4AiGGRuczpzaW1v bi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCQ/Mo/wUJCAtv1AAKCRDtoh6UtWVx b5wvBP9pt+ced/OUwn6QQVC28XSEj+Q2XE5TPTt9C/l2Z59ZRVQBQ0HrO2bSyX0L RlGM0j6ANddBu3JKvGJizeOofvrVdXBHVDQv/qavmfoW/sBk3Vy/c9nBmFx+GMlE zxWIKgL3oBRKVEG9gKT/bTn5zZQLt4Lu+BlATeADNUlUjncggKSXXp3uYQghWqZQ HrEs3tk0NwzBxYPW97DmtYcjSNaQiEYEEBECAAYFAkWMC44ACgkQKaooUjM+fCOM QwCfU8bBrk75aSt+Pw/6RRus0NtDieMAnA0cD0TCoCFX+K6cYyR5erJhHgRKiPsE EwECAEUCGwMECwcDAgMVAgMDFgIBAh4BAheAIhhkbnM6c2ltb24uam9zZWZzc29u Lm9yZz90eXBlPUNFUlQFAkTm6HUFCQj/L0gACgkQ7aIelLVlcW+BZAT/bQQwknXn Ub9eaIXx+aSbAeoO5gcowyFzlgcinaUyHu6J/1ogOwilkoQPsxhgRE6A/unk3Zac kvBrzpN2mw9YnVGRC+Nc9queRWKFhBfKNUFwMCcpVIy1IjCR/fAz1xlV4kpJ5QQX 5bPe8TYUqfKRS6hfWRvBZd0SUuC1s15IyqgKq9RZEQnq7GOzyQvMbSBeRkrb4Guv ZIdwdbR+qD2PmYhrBBARAgArBQJF4Xb1BYMCh4xjHhpodHRwOi8vd3d3LmNhY2Vy dC5vcmcvY3BzLnBocAAKCRDSuw0BZdD9WCItAKCI+or/qR6qhFzWBjh7ONW2Fwt1 ugCeMPkV8gI+AYho8zb7scqP8WtxIkeIRgQQEQIABgUCReLCxgAKCRCqz7OGIRtu 72ivAKDtzjXOLx6LXja+Cdbjv7GiP77jAwCg+BUnbBlNA3DFM2cCMfh0++FHMUaJ AhwEEAECAAYFAkXhlPkACgkQJknmKMXTTQWJcA//VxD2KKHU+4JCnMHMAtLQx36/ MlBwqGGjVX4+ZAgj9zz3dtOP9oYeH+U5XQCW0byVbqnyYdDW0w5uUctpKtxOtRS3 jCRmzPD2avfpW2jneg7ylfjeIQnn3Elkt1sxu3QiSfvFxFgw4GfJGIs0/nfhO54q OGX5+oMitavJiNC60hGJ7g+ToEZOmNXkWS1s93Szf88Oby5u6xtRoqYOxLnj6kA5 iPYSl10yz+opirrlCmxh9swjv73F8uuiebCOiJMuMNnQNg/+gkBlP5TUDCq7HCin iNn10PCO1BTxqJg4rDtZca8+UEPs9Vcep3CObuYqzYxxRWD5bKu7ReCYMlV9ebE6 bABzAQCV4ZBPX/AtWMbLTSpz/RdCbXM6iuGxRdW1aGhOR9CKfDjS33aAXprPUJeg YLxskDPeJ+q02FZ5YcsfTzvSy4RfJFPwaZT3APPnDzZAddMbiuPMzPKr60qIQf0B 1KOOh99ydj3THRY2TOCqs7TiQtg7DzhPC+lmQTAnLzF3kzk3aCj5nEbXjwChfms1 B1jnnKQJF0iiux8ycGVsja0Fo1xIuaeVoxLlBhQYBZhpW84uwC2Cyo84xwxbwQ52 9nWVsy7bMD3Sv3RDHKFZb2VEI6WNAM4RLjujRUOsYnBzM/et5r2rNbhVYZpXXI09 tn9buCCkvvqcxDJSleqIRgQQEQIABgUCReH26AAKCRBNRMAgxcBbrpgLAKCrw3g0 BerwcZrA0A0QMml9oWc/NQCdHxDZHRXDlJKb3rWsk1rIj1KvZsSIRgQQEQIABgUC ReIM+gAKCRBVFWB2kWHpEaBgAKC5Hgg9nq2Mc2yUo4mtYn55TZ0mzwCfUuZjRjp5 i0wGMRjlSQIAFwLWbcSIRgQQEQIABgUCReIK1AAKCRDH2TAlnf+q1ICMAJwKvons J370KWFzEUD0BxUNUOKCFgCgm1I9hRBVJVOnBc5z6iDJ1M3NgM+IRgQQEQIABgUC ReIRQwAKCRDlRN4Hm3wyjd+9AJ9f4xN5fLgv1M67WOBPBcwdaWr48ACeLBOOMDGv AYncekiZ8tqSxWMYnGeIRgQQEQIABgUCReIt4gAKCRB2SUAFSa7r9u8/AKC9UtDG VMlgcW9Ki3UAbWg5zhA8AwCgxXoak8y2uBiNVwVpzO/ub63ist6IRgQQEQIABgUC ReJbVQAKCRBbk8AvnkqcneUJAJ9CJwzNxH++BgxHoBCYvQslevEaMwCeOwpQrG+K +1hgmCaKZbBR77xnVhqIRgQQEQIABgUCReLDRgAKCRB+TqVP0KtAdYQiAJ96HcY6 xRsnPcfCgmngWFz3DOJzeACg3O1etKwnXm24bRYRM3cPLsNkx9+ITAQQEQIADAUC ReLEfAWDAoY+3AAKCRBzHK/TU8GjLyPGAKDH0Z5QNF9UMFgUhXvGR18mV+IQMACg kM+uL0ZjSu/vXGwM6RQqLWsPoYuIRgQQEQIABgUCReHi+gAKCRB4Z9U8dHk13TUW AKDRPfQWIu8+rVajQ56tvufZsfMUqgCfd6bVey/0wlxFH3BuKaB4maUoMzuIRgQQ EQIABgUCReLOogAKCRDaGWI3Ajs/Ty+8AJ9hnkGZ3J5dGL1ITHm67C5zuphwmACe PnZ5O5xlhXIeI+D8+z1JGpEmr02JAhwEEAECAAYFAkXizuIACgkQUiJTw9cnOYFl Vw//aP6Sev9OcDLXyyja3Ml3q/EXe0deIgZxLunLJcv9irSnrbg/fh2yZxognbSL BMdBURA2QK123awXUej7Jughn1SnULvi2/OqI5+prBV4Qx0rU9BomwEQE+vWHS/0 qFmc0w+IzooBC0PXhVI9tTvPq/vKMrbSLiBlxqw6EkysfcRgHIIexpPNB9kMD4Yb oTvTHXOSxpthY3h0ehOhnReiw67CQG30CMQXdPp01uvH8656F3CA5LGhTv+T+rGA cJ8SFiShjF+cXWOlI7DtCFfjhL/D9S9Ug2SWMigoz4YE+at01SGzs0ahijF/cjfW 68TG/mBxBXF5uY3rRU07f929ks2oMy+l9npVPwcDvKsYHwNovtN4M5wS5UWpgX6k I4ZPPV+nnan2FUqNCcZI9+pUsyOvEIjsdZkGXLgyL5WaN31DhZNz9yMWGJOaNHlR pdDm8dPXpnPPoXFKm7O3hyamSW1mjKaMPG2PMigClH1KfnK5kY2D/G+z1fk5kM5E s+H+zPySxDMsp3IvwE+kdAIFlqla/Y+6IQ2mbAbaRzzzOrB12+YpNfkCbPmpQZMP 3cu1YIgdJ/Z+urdE0nSepHf+ygL7Wus6afUP5GWFFNe2BSJR/6Fcd2r+PV7DU/uh hbAu6yqEQJU3/X4GDwwzvxxQyR79C+JYpeog5/gAzdWa+2mIRgQQEQIABgUCReL5 OwAKCRCLSsSBrB5xXsftAJ4meBeaphMXBIfSN9x/4hrUOUChqQCePhSTUe3w9oQm xG/m81i3weQ1Pu+IRgQQEQIABgUCReMiqAAKCRDTo3AErk0c1Ck2AKCXjF9YJz1S n4yr3Ahdlzjha4ZWlACg32/5EOg2CP9Is9qqM7Nmp2OHABOIRgQQEQIABgUCReMt KgAKCRCzsfgaAnh4gFQBAJwIWxxZqJ0YaHcHuhUmpO0jw3hcSgCeMO97CZ/WW9+k to47ZzmIJq34CyiIRgQQEQIABgUCReNA9wAKCRA4mlY8wnKhJl9sAJ4vjcPCWTFt o3R8bmFfdhMjbzF2dACglEwOiSd/ZglLVxKUoActs5QKY8qIRgQQEQIABgUCReNA 3QAKCRAffzJqEu72KqXCAKCsQKKlQ/u95XZE5laDGvEhoEXM2QCeJMg7cxbPm7MV PO6q9UJwGyQuO72JARwEEAECAAYFAkXjOnoACgkQ6OBi9g3LBDHt7Qf+O59RTNft jDuxfaIVU3iwIgVs8nXeSb/vn5brc1EfpaEGdNrXPWHvDy/u6ARZ386G5F4dz3Eb 4kugaA+/P4p0pPImRmeiRRgcyvpATdEF+/Y787dhkl/fVs6/ojLx7Bq5LpOxHs9S ZIjhxXkdPzS06T0dpzV2iDVbGUz1mZL8uyQF0em1zldoiswzF08go4koWeErXtZA y0Khu5up8sDISaUWnm2VDHrFLdr8PFzpUv8Z34e+XNiiVoP989dE6Gx2qgBhmR/p rxY54JCxMh/esvTRLjf9cze3t1PI80mK/kmp2zsVIsd1SIdw+fjzYd4ZzDi4gA8n 64Tlv5gldGn5DIhGBBARAgAGBQJF40uXAAoJECic/8DmPNbWs4IAn0vpU3ALdg8y T0aq4qQJdX1oVi5bAJ9EVqkfOkE6WqPIaA5pnodCaTIddIhGBBMRAgAGBQJF40TI AAoJEIwl7g8NwLfW7wgAnjB0msHMLIjZvK8oSH0kWpPxmiCGAKDKaUqkSvY0y87I izLQYijodqQvDIhGBBARAgAGBQJF41UFAAoJEJhL04CsX3AMMy8AoNI1odP+fQA6 h4CLWjaEK1qndHhlAKDNY25jsLzqCcJn0JqQaNN3gkvNx4hGBBARAgAGBQJF409I AAoJECGntTuACWnvwD8An2FF/JEayVKOL++9YbNLXpBVeRxaAJ44hot3GOOSS2OI ZZ9L/nw4ZRiHWohGBBARAgAGBQJF432jAAoJEM8SNHyWi9WHevAAn2TcTFyH84jO pejOmDSTrK30xQx1AJ46kGnM5mgIVuqSDrl/1R4PmrYN44hGBBARAgAGBQJF5Br+ AAoJEGQ2Q2EJ80AkeQwAniuGytBx5JvGcFJV5NBliOGfxhs0AJ0be5jI/yWjK/bn 88x2wmNp3mcA44kCHAQQAQIABgUCRelaTgAKCRBXkw2rC4awZ/WXD/0dhSb4vKuX 0H6Z3EyvlehYrjZUKjv8tT+B0OWmvexuUEC6VtaPGdV0bHIWIi7AjijTgtwRDsT6 qLg+N8wfAzfGloCKz7BAiF2Ugap/X0JwbEXq0OgSzJ0LU5fsHBMj9Bb2pHVmZVqy lJppuhMSnQ4paEctfq3Ls0UJslNhGtflAE6iIassIpZqI8aZfBtC6AWHk7AsUl/M Q4GlxkmNmVNJoBQt8h7DEK02AOqwBLYrHNSyqBlmjz90Cd3q8Mnsh1d702+NJZF2 IuGjqSAv5E2aWNCZQ2zkoMhOGTlqPslEzIhb7G/a0I222px8DtAzYX8pKA0zLV+4 W06pLOrbqiPEOBCPE4wt8t/jNrt0bVg3hrL6Sf+3AYpgDG3LXErhGbEcPTsORUeQ MWcGtaLfKCs29Bln5WBVgeiJADv3t7w4EMFBj5gVlHauNbDzip4q9+i3B4Wjmbqk 7HOpfmxliOKEIX6aKE9SfecJXta7A1potO8pg0LlezufjN72y3PSUIa0VnqdMAVy YXMYUPuvATlFr0qWfzwql5d/J7zNigFzXCW0iBlv5gqTpoqJ+byZr2RUdtC/Q2ym WP4/cAcScFrR4anDnfiOqBeOGQBy7ceYd4DWd38PBU+fn4Z9rn8HfIRlJ3y2Ci7n Lswbbp38GLgYYwq2tjNoxuGr/4+vb8c3y4hGBBARAgAGBQJF5YG2AAoJEHkOjJRh /9qrW5QAniwa6vfWlEt1H8oeUOjJCyp7Ad4GAJ44QWVps5BWoeNpJWcS3m4cIFYE XYhGBBARAgAGBQJF7eS5AAoJEDBp6SG3moccZusAnRbuB1slbRLAebBjUhTlyvgS dsibAJ0V/NfekMsvwX6e6my5KBTFY4WyuohGBBARAgAGBQJF5MFdAAoJEHCyAyE6 9Z0W5t8AoLgQz3ZhGe/hzwQ2bBTMeV12AyzhAJ0QWg/BHvHseBde5/14a+V8pt0S XYhGBBARAgAGBQJF6qGjAAoJEC+VFQiq5gIukCUAn2UXazhZrEHLvZH0c56N2LdN HYI6AJ4zZnN8vY09pgpA6p7+YGQfnjuyBohGBBARAgAGBQJF/2xwAAoJEDqQ/8EU CNfxSUEAoIDQQMHKQdtsKlcQKL3du2kBeaj+AJ0WEKNgRh8NgrcnppW2TpOygvQq M4hGBBARAgAGBQJGtdgxAAoJEF3iSZZbA1iisQsAoJ4LWFLNtSwDA4bNi+qIAHIV kEsbAKCW86SWOi3QcT/cZ+edMZdqTTXeRohGBBARAgAGBQJHWbTuAAoJEHIENnC9 5fHuRb8An2E3kaGysE5hsrKBfkIBlco2Sb2IAJ91er1Yq2k8VOpUsBie/dysvgsY h4hGBBARAgAGBQJHWbfMAAoJEOEOegnnL3n6TYwAn2rA+SuEU9y0LUzxr55/wc6a yG+MAJ0TsyBrQBwA5tj9xg27dqvkZy+RYohGBBMRAgAGBQJHWnMlAAoJEGhrVt1g iiSbLcoAnRgf744XS2aZvXzXpdkvqJo8QDZ1AJ0aBMP918C88Tf5Nd1sEIg+t39h dohGBBARAgAGBQJHXSCAAAoJELecKLDpf4VtzC4AoNG5vj9Xz/ivXays7uOd6aqh apRBAKCMpQuXSYePOXDCEkiGG+YDtoe5mYh6BBMRAgA6BQJHXJNiMxpodHRwOi8v d3d3LmhlbnJpa25vcmRzdHJvbS5uZXQvc2lnbi1wb2xpY3ktMjAwNi0xMAAKCRDn XpDAOcwz24k0AJ9w0cJxnrwcMg54QvEMBVRyzo6F7QCdFuoMj3ByIWu9jc0GFN/l mtaunTmIRgQQEQIABgUCR10fzgAKCRDxukwe0ci6jyVQAJ9HJNsQX1RMDlyAL2H4 qLUwAMwLBQCgoJh3gK9IlKwumCAmrFEaHnFaCYGIRgQQEQIABgUCR12FRAAKCRCF BltZ1S3Rp+JpAKCVJ804T2GWfoudSI5lwDU6q+8rNQCfaQ5ZQTVuknSdPx/3yt6P THWvz6uIRgQQEQIABgUCR1wL0gAKCRDtvx4RJvIkuBPaAJoCJkH84G+jEOHa1esT tRaxpD9oOACgrPWwsOEz4bI7qFSy8JzoMxOvhD2IRgQTEQIABgUCR17k3gAKCRCF wiflpVc48tQkAJ9da/TKCdBij+Pm93rPUpp2Rslq9wCgpxkJ5YNrYCawocyfaQPe xsHZKLKI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4AiGGRuczpzaW1vbi5q b3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCRdXVWAUJC5P8LQAKCRDtoh6UtWVxb+g0 BPsGdj6i1tbGnqe5fZopOeeZdWxVdLUNYVcs+mUbACnpvat2Wubyl2PUGxev0niY tME90aZwmrti3tKvD2j8tveP0upxlgEhA/XTyhQw5CgMCDGDGWf0RLQK5xEBsWuu N4gV5n1Yzdx6ijieZwNJfE4dOLOM4OCPkaaE29Ji0TVX/BnESBPWz3W/R00FjDdc /l14eBO5OlmyQV/zAKT+R0tBiEYEEBECAAYFAkhEuXgACgkQUCxPKZafKh3VQACf Z4TvFfZObRwlO4YzzrL8NOBgRY4AnAtBNv5Ga2Ou5KluhzgdD4cc/hP2iEYEEhEC AAYFAkhZbysACgkQJNMr+aqVw0kuhgCeNPeCzZhmsiNdL5etbxUZzVbTXe4AoKim F9wyQGMYF0eQNQ1a8Nx7q4YmiQGgBBABAgAGBQJJBr85AAoJECnuWLmWhlFxEi8M IKg/RbKdVmffG2ZlujO/WqRbQ7ZaMN1HkrGze2LfW8rkehV/5DKKLRT0BH84nbpF yOPVM4FHv3vm82fh0yDDnx6ewFlGgGc7ovmLjHDltI78OytEFmKt/O7SM3vjytz1 //Xt9rtlaWDrhA2tnMEQ39xA7ArxtypRywhc5103Fun+51ZUSgGGzJlkUKam8/kA 8b6D0U+x3ZwZcBzLfBW+P6gnec2vZEogPxxukYPrtLbRE2ZrUG0U1RubUXu76fn4 turIB3aZ4vFdCY3al/xBIkg6J5lW1dzRc+vY8Tf9pn3/gKxygE61Im07/b8pAKLJ BEcuomzIn+lWS4np3O4h6HrVOFSQW//4xK55iU7F9nVmpQAwmj291Sl7Kswp0sf4 NDJ5zuo4iDFoRUKjvtecG7s1dRBT10Damkqvq1PICsQN650oThQaDw+VDimL1hVR wOUdzUIz+AkK5SRzP6De3nhuYxMpSbxpxCOQuYGP5bUhB23RjgJwWeqr24RIZGqb END9otGIRQQQEQIABgUCSWcljwAKCRBHOOohZXSZeiUYAJdfCtm1Aij3dVLTBpyI S1lk5iYrAJ4qXN9eQAJwFC28VZguU+VVCPg2z7irBDzVB3sBBQDY9NqhPxE2QUOV ftQI4H29pEXGtf503uXpA747QyDt1V2Mi0SdppiQn6vgtd5wjjseiCxQYTFF0NgZ PQOrtpnwaQLhQo9dzerYpZDeJvfCPeqcIabchf8jbj3J1gsDNDJaoxbT3AsHm/GE +LjKN63gVMZaa1hSUbMNvv7pVmKVhFO3LS+EUXhxVeU7ZH6+A/EUy9RzujxYYOdD eLJYCLORAAYpiMUEGAECAA8CGwwFAkhh+S0FCQ0Yc7IACgkQ7aIelLVlcW9LSAUA nPC0ji8ajhdj4yW3ZRChT+H7hxPdp3id0Xzhuem/DiWT3a6eeQeSadpByGF1H0Ta mT7buYfQgLsa9YkxRIf95jNPWCJkrg8lOaKfAO0+piehqCFly1jvHJ4nZ2hcdhtQ q5C/JRPygfPJoUhcnbEfR09WekY/HXhC5XF5s2+PRK+RvFtqhpxCO+0hbCCTQZum 0QlrJUwh5bu/cJ003Dza17iOBEQcLesBBADmhtD1sFupeGfp1H+G37V8mngf47Bs BS93RI+3mZjNdq9Mx4+yYUCWvW12SLD2EbaBiKColY2e0K9qG8LS8kEZfyPSy+K/ vBUW28YbQhe4Dn3g7T/Q18JrNNyWPk9vVhOlnQQ9trXTW2xYCAHPXGVgHs4fDwz9 AaymqwCu36twBQAgzc7kYYjFBBgBAgAPAhsgBQJGin6LBQkDXUaFAAoJEO2iHpS1 ZXFvaq0FAKnvHI9bxEJtNFmWwq7gBDGXv9TrioNx3wCETQ6n6V8JIO4vV8XydmA1 ujPSHY/7Ptw99+SZ25NQqGBuE98STKODH6EVyXGAvha66dzJTYHQDCG0EO+esDzO fvrISFa37JfFl0Ju9SaHqnwTxrYxvo/Sd3alC8vJARd7IzuZoSZXZNBYz9RPbC8o bTsEEmR1IcrP2IPtOXX7sViW37sU/w64jgREHC7SAQQArB4IoJfse8rCqRNkVzYm btxvzzrtyl3LrluNgS7N4rTOLgCQeUJ8lgqEr2h3KEZ8PjGBWNYww3rj/MnX64jv /Ybq9XxJc/vkFBRYT1ISqGszeFc3P0KTXnVahF5xG4MaQ6mhy4PgMq3/NETdPH+T J+I3OL//KOa0MpGjwmtnGrsAILXz8IeJAZIEGAECAA8CGwIFAkaKfpsFCQNdRZ4A 18ALIAQZAQIANAUCRPM4Ey0UgAAAAAAVAA9wa2EtYWRkcmVzc0BnbnVwZy5vcmdq YXNAZXh0dW5kby5jb20ACgkQpycTyKq7H3t8KAP/YWnPIkW4kfAWU5E93P/0R9DH a1ly7zP3JWbpm7Lxe+2ESOJwPn3GWSn3h+Ty+3UhOIsqIEM0ISQ+SPAG/ltaghcT /XUWnUtolcb6YUVBcjQt58wpxRWZwEfwQR58aTfJHBDDHXWTq58N9YoalwTCFSvi F/UzyHAysp3dBje77/AJEO2iHpS1ZXFvxkgE/3SuuiloOcwou8I1zZ/5n4T7Bx0l BZ8Q42Ct1t99+U4zhC4WJ83ESQPdvAhk7Y2urmuINQYn+tFN+NzVfNPT2hiFNflq 1+AzkZwO3lqh3OakC+LVeFSEmPxrgyXBisELaB8W4Kk90tklUcmI6DS5NCVSHk/W 2l/cMJurV9JuZ/ILLZmjWS01ruDRD6gze8EnpFUZ7In5jgDM/YRLIphINq+4jgRE HC8JAQQAxCLemYxwWqGwXBUqMX74GTQULkvtSc82sXWixyrhPNyaxYKuAvlKO0nk XGEAwS/YMC4m+gJ7iTiskG9iWPfoXPK5S81AjRX7NA8B34BAb5rJbW2eHypOLQ99 MUUBYzuNLLqpwBZTeumoaz7DgoIHNpMpD4x/Irw1mX83xNhQ6F8AIKatOU2IxQQY AQIADwIbDAUCRop+pAUJA11FZwAKCRDtoh6UtWVxbzeQBP9/43ouNUZ9/pT8lKzv d15XHdZ2Kp9Brx2SmerUdDTZbETd3T/eSHAQxJcrwRXeCJg/O//8ZmTg2G/+hf9S jD/OfCkZKVVe1sm1T7nErj9jWlO8+OuWryWE5eCLJb5W3Yk7WDdoeUcj3pKtFyml DFlI0Sq4scHvyb6LPLxXzbb4ViyjXTH0eIh7rQ1SlWOF0fwQzb0Sk+LPRDJ8VX+Q YY0j =UQzw -----END PGP PUBLIC KEY BLOCK----- ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/lib/tests/0000775000000000000000000000000011760732121011512 500000000000000gsasl-1.8.0/lib/tests/Makefile.am0000664000000000000000000000204511754555060013477 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(srcdir)/../src -I$(srcdir)/../gl AM_CPPFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" LDADD = $(LTLIBINTL) TESTS = test-error check_PROGRAMS = test-error gsasl-1.8.0/lib/tests/Makefile.in0000664000000000000000000012355411760730703013515 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = test-error$(EXEEXT) check_PROGRAMS = test-error$(EXEEXT) subdir = tests DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = test_error_SOURCES = test-error.c test_error_OBJECTS = test-error.$(OBJEXT) test_error_LDADD = $(LDADD) am__DEPENDENCIES_1 = test_error_DEPENDENCIES = $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = test-error.c DIST_SOURCES = test-error.c ETAGS = etags CTAGS = ctags am__tty_colors = \ red=; grn=; lgn=; blu=; std= DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(srcdir)/../src -I$(srcdir)/../gl \ -DLOCALEDIR=\"$(datadir)/locale\" LDADD = $(LTLIBINTL) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu tests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list test-error$(EXEEXT): $(test_error_OBJECTS) $(test_error_DEPENDENCIES) $(EXTRA_test_error_DEPENDENCIES) @rm -f test-error$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_error_OBJECTS) $(test_error_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-error.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ col=$$red; res=XPASS; \ ;; \ *) \ col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ col=$$blu; res=SKIP; \ fi; \ echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ All=""; \ else \ tests="tests"; \ All="All "; \ fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="$$All$$all $$tests passed"; \ else \ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all $$tests failed"; \ else \ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ if test "$$skip" -eq 1; then \ skipped="($$skip test was not run)"; \ else \ skipped="($$skip tests were not run)"; \ fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ col="$$grn"; \ else \ col="$$red"; \ fi; \ echo "$${col}$$dashes$${std}"; \ echo "$${col}$$banner$${std}"; \ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ test -z "$$report" || echo "$${col}$$report$${std}"; \ echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool ctags \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/tests/test-error.c0000664000000000000000000000224011754555060013712 00000000000000/* test-error.c --- Check consistency of error.c error definitions. * Copyright (C) 2008-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License License along with GNU SASL Library; if not, write to the * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #include #include "../src/error.c" int main (void) { size_t i; for (i = 0; i < (sizeof (errors) / sizeof (errors[0])); i++) if (errors[i].rc != i) { printf ("%ld\n", i); return EXIT_FAILURE; } return EXIT_SUCCESS; } gsasl-1.8.0/lib/NEWS0000664000000000000000000012675411760731713011014 00000000000000GNU SASL LIBRARY NEWS -- History of user-visible changes. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. * Version 1.8.0 (released 2012-05-28) [stable] ** This is a new major stable release. Brief changes compared to 1.6.x: *** SAML20 support following RFC 6595. *** OPENID20 support following RFC 6616. *** Various cleanups, portability and other bug fixes. See the NEWS entries during the 1.7.x branch for details. ** API and ABI modifications. No changes since last version. * Version 1.7.6 (released 2012-05-23) [beta] ** i18n: Updated translations. ** API and ABI modifications. No changes since last version. * Version 1.7.5 (released 2012-05-22) [beta] ** i18n: Updated translations. ** Build fixes. ** API and ABI modifications. No changes since last version. * Version 1.7.4 (released 2012-05-16) [alpha] ** libgsasl: Reverted unification of OpenID and SAML properties/callbacks. The reason was that client and servers needs to know whether it is SAML or OpenID that is used, and using the same property and callback symbol for both makes this more difficult. ** i18n: Updated translations. ** GSS-API server: Don't output zero-length tokens on context init success. Reported by Andreas Oberritter . ** GSS-API server: Only proceed to next step when context is established. Reported by Andreas Oberritter . ** Rewrote DIGEST-MD5 code to avoid false positive complaint from valgrind. ** Update gnulib files. ** API and ABI modifications. GSASL_REDIRECT_URL: Removed. GSASL_OPENID20_REDIRECT_URL: Added. GSASL_SAML20_REDIRECT_URL: Added. GSASL_AUTHENTICATE_IN_BROWSER: Removed. GSASL_SAML20_AUTHENTICATE_IN_BROWSER: Added. GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Added. * Version 1.7.3 (released 2012-04-03) [alpha] ** libgsasl: The SAML20 mechanism is now enabled by default. ** libgsasl: The SAML20 mechanism was updated to draft -09. There was a minor protocol change, the final client response is now "=" instead of the empty string. ** libgsasl: Unified some of the SAML and OpenID callbacks/properties. See API changes below. ** API and ABI modifications. GSASL_REDIRECT_URL: Added, replaces the next two properties. GSASL_OPENID20_REDIRECT_URL: Removed. GSASL_SAML20_REDIRECT_URL: Removed. GSASL_AUTHENTICATE_IN_BROWSER: Added, replaces the next two callbacks. GSASL_SAML20_AUTHENTICATE_IN_BROWSER: Removed. GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Removed. * Version 1.7.2 (released 2012-03-28) [alpha] ** libgsasl: Updated OPENID20 implementation. Now following draft-ietf-kitten-sasl-openid-08. ** API and ABI modifications. GSASL_OPENID20_REDIRECT_URL: Added, new property. GSASL_OPENID20_OUTCOME_DATA:: Added, new property. GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Added, new callback. GSASL_VALIDATE_OPENID20: Added, new callback. GSASL_NO_OPENID20_REDIRECT_URL: Added, new error code. GSASL_OPENID20_AUTH_IDENTIFIER: Removed, use GSASL_AUTHID instead. GSASL_NO_OPENID20_AUTH_IDENTIFIER: Removed error code. * Version 1.7.1 (released 2012-02-09) [alpha] ** libgsasl: Implement OPENID20 mechanism for OpenID authentication. Following draft-ietf-kitten-sasl-openid-03. ** libgsasl.pc: Add a Libs.private. Reported by Volker Grabsch . ** Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. Reported by Dagobert Michelsen . ** i18n: Updated translations. ** API and ABI modifications. GSASL_CB_TLS_UNIQUE: Added, new property. GSASL_OPENID20_AUTH_IDENTIFIER: Added, new property. GSASL_NO_CB_TLS_UNIQUE: Added, new error code. GSASL_NO_OPENID20_AUTH_IDENTIFIER: Added, new error code. * Version 1.7.0 (released 2010-10-22) [alpha] ** SAML20: Implement new mechanism. Implements draft-ietf-kitten-sasl-saml-01. See tests/saml20.c for a self test that illustrate how the mechanism is intended to be used in both client and server mode. ** API and ABI modifications. GSASL_NO_SAML20_IDP_IDENTIFIER: ADDED. GSASL_NO_SAML20_REDIRECT_URL: ADDED. GSASL_SAML20_IDP_IDENTIFIER: ADDED. GSASL_SAML20_REDIRECT_URL: ADDED. GSASL_SAML20_AUTHENTICATE_IN_BROWSER: ADDED. GSASL_VALIDATE_SAML20: ADDED. * Version 1.6.1 (released 2011-05-01) [stable] ** libgsasl.pc: Add a Libs.private. Reported by Volker Grabsch . ** build: Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. Reported by Dagobert Michelsen . ** i18n: Updated translations. ** API and ABI modifications. No changes since last version. * Version 1.6.0 (released 2010-12-14) [stable] ** No changes since release candidate 1.5.5. ** API and ABI modifications. No changes since last version. * Version 1.5.5 (released 2010-12-09) [beta] ** API and ABI modifications. No changes since last version. * Version 1.5.4 (released 2010-11-14) [beta] ** SCRAM-SHA-1-PLUS: Fix parsing bug causing memory corruption. ** SCRAM: Fix memory leaks. ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 1.5.3 (released 2010-11-14) [beta] ** libgsasl: Added property for tls-unique channel binding. The new property GSASL_CB_TLS_UNIQUE takes a base64 encoded tls-unique channel binding. New error code GSASL_NO_CB_TLS_UNIQUE is returned when application fails to provide a channel binding and the mechanism requires it (i.e., in a PLUS server). ** SCRAM: Added support for SCRAM-SHA-1-PLUS with channel bindings. ** API and ABI modifications. GSASL_CB_TLS_UNIQUE: ADDED. GSASL_NO_CB_TLS_UNIQUE: ADDED. * Version 1.5.2 (released 2010-09-27) [beta] ** GSSAPI/GS2-KRB5: Support for MIT Kerberos for Windows GSS-API library. ** SCRAM server: Compare c= field in client-final to match client-first. Before our server did not verify that the channel binding and authorization identity fields weren't tampered with. Reported by Marc Santamaria . ** SCRAM server: Interop against clients that supports channel bindings. Before our server would refuse such connections. Reported by Marc Santamaria . ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 1.5.1 (released 2010-04-21) [beta] ** libgsasl: No longer require the same or newer libgcrypt it was built with. Before libgsasl refused to work if it was used with a libgcrypt shared library that was older than the version that libgsasl was built with. ** GS2: Fix decoding of invalid data in server. Code review fixes. ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 1.5.0 (released 2010-03-31) [beta] ** GS2-KRB5: New mechanism GS2 with support for Kerberos V5. The supported GSS-API implementations are GNU GSS, MIT Kerberos or Heimdal. The GS2-KRB5-PLUS variant with TLS channel bindings is not supported. GNU GSS version 1.0.0 or later is required. ** DIGEST-MD5: The server code now returns GSASL_OK after the final token. ** New error codes for GSS-API library errors (used by GS2). The error codes are GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR, GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR, GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR, GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR, and GSASL_GSSAPI_RELEASE_OID_SET_ERROR. ** API and ABI modifications. GSASL_GSSAPI_ENCAPSULATE_TOKEN_ERROR: ADDED. GSASL_GSSAPI_DECAPSULATE_TOKEN_ERROR: ADDED. GSASL_GSSAPI_INQUIRE_MECH_FOR_SASLNAME_ERROR: ADDED. GSASL_GSSAPI_TEST_OID_SET_MEMBER_ERROR: ADDED. GSASL_GSSAPI_RELEASE_OID_SET_ERROR: ADDED. * Version 1.4.4 (released 2010-03-25) [stable] ** SCRAM: Fix build error on platforms without strnlen. ** API and ABI modifications. No changes since last version. * Version 1.4.3 (released 2010-03-25) [stable] ** SCRAM: Don't read out of bounds when parsing tokens. ** API and ABI modifications. No changes since last version. * Version 1.4.2 (released 2010-03-15) [stable] ** SCRAM: Encode and decode username/authzid properly. Before any username/authzid that contained '=' or ',' would not work. ** Fix typo in error message for GSASL_GSSAPI_ACCEPT_SEC_CONTEXT_ERROR. ** i18n: Updated translations. ** API and ABI modifications. No changes since last version. * Version 1.4.1 (released 2010-02-16) [stable] ** API and ABI modifications. No changes since last version. * Version 1.4.0 (released 2009-11-17) [stable] ** No changes since 1.3.91 release candidate. ** API and ABI modifications. No changes since last version. * Version 1.3.91 (released 2009-11-06) [experimental] ** Fix Visual Studio project files to work with SCRAM. Suggested by Lothar May in . ** API and ABI modifications. No changes since last version. * Version 1.3.90 (released 2009-11-06) [experimental] ** libgsasl: Properly increment libtool version to reflect newly added ABIs. This was accidentally forgotten in the last release. ** libgsasl: Export gsasl_sha1 and gsasl_hmac_sha1 in linker version script. This was accidentally forgotten in the last release. ** libgsasl: Fix crash in SCRAM-SHA-1 client when the application provides ** a value for GSASL_SCRAM_SALTED_PASSWORD. ** libgsasl: Fix detection of libgcrypt during builds. Before libgcrypt was not detected and used by default unless you supplied --with-libgcrypt. ** i18n: Added Finnish translation. Thanks to Jorma Karvonen . ** i18n: Updated Vietnamese translation. Thanks to Clytie Siddall . ** API and ABI modifications. No changes since last version. * Version 1.3 (released 2009-10-08) ** libgsasl: Implement SCRAM-SHA-1. New properties are GSASL_SCRAM_ITER, GSASL_SCRAM_SALT, and GSASL_SCRAM_SALTED_PASSWORD. ** libgsasl: Add helper APIs for SHA-1 and HMAC-SHA-1. New functions are gsasl_sha1 and gsasl_hmac_sha1. ** API and ABI modifications. GSASL_SCRAM_ITER: ADDED. GSASL_SCRAM_SALT: ADDED. GSASL_SCRAM_SALTED_PASSWORD: ADDED. gsasl_sha1: ADDED. gsasl_hmac_sha1: ADDED. * Version 1.2 (released 2009-06-13) ** libgsasl: The library needs at most around 250 bytes of stack frame size. This is useful for embedded platforms with limited amount of RAM. Some functions that required a large stack has been rewritten, in order to achieve this goal. The 250 byte limit is now part of the regression test suite, so hopefully no function will ever require more than that amount of stack space in the future. ** libgsasl: Obsolete gsasl_md5pwd_get_password rewritten to use modern API. ** Include a copy of the GPLv3 license in the archive. Some parts, such as the gnulib self-tests, are licensed under the GPLv3. The library remains licensed under LGPLv2.1+ though. Reported by Vincent Untz in . ** API and ABI modifications. No changes since last version. * Version 1.1 (released 2009-03-25) ** DIGEST-MD5 client: Add support for client integrity layer. The layer is not used by default, the application needs to request it specifically in a callback or by setting the GSASL_QOP property. ** DIGEST-MD5: Decoding of integrity protected sessions now works better. Reported by Andery Melnikov . ** libgsasl: Add new property GSASL_QOPS. The DIGEST-MD5 server query for this property to get the set of quality of protection (QOP) values to advertise. The property holds strings with comma separated keywords denoting the set of qops to use, for example "qop-auth, qop-int". Valid keywords are "qop-auth", "qop-int", and "qop-conf". The GSSAPI mechanism may be enhanced to use this property as well in the future. ** libgsasl: Add new property GSASL_QOP. The DIGEST-MD5 client query for this property to get the quality of protection (QOP) values to request. The property value is one of the keywords for GSASL_QOPS. The client must chose one of the QOP values offered by the server (which may be inspected through the GSASL_QOPS property). The GSSAPI mechanism may be enhanced to use this property as well in the future. ** DIGEST-MD5 client: Now queries application for QOP value This makes it possible for client applications to request support for authentication only and/or authentication plus integrity. Before, the client only supported authentication. Note that confidentiality is not supported, and if you request it you will get an error. ** DIGEST-MD5 server: Now queries application for QOP values. This makes it possible for server applications to influence whether to advertise support for authentication only and/or authentication plus integrity. Before, the server unconditionally advertised support for both. Note that confidentiality is not supported, and if you request it you will get an error. Suggested by Andery Melnikov . ** DIGEST-MD5 server: No longer advertises support for integrity by default. You can request it specifically through a callback or setting the GSASL_QOPS property. ** libgsasl: Added C pre-processor expressions for version handling. The new symbols GSASL_VERSION_MAJOR, GSASL_VERSION_MINOR, GSASL_VERSION_PATCH, and GSASL_VERSION_NUMBER can be used in numeric comparisons to test version level. ** libgsasl: Use a LD version script on platforms where it is supported. Currently only GNU LD and the Solaris linker supports it. This helps Debian package tools to produce better dependencies. Before we used Libtool -export-symbols-regex that created an anonymous version tag. We use -export-symbols-regex when the system does not support LD version scripts, but that only affect symbol visibility. ** libgsasl: Compiled with -fvisibility=hidden by default if supported. Currently only GCC supports it for ELF targets. This hides internal symbols and has other advantages, see . ** API and ABI modifications. GSASL_VERSION_MAJOR: ADDED GSASL_VERSION_MINOR: ADDED GSASL_VERSION_PATCH: ADDED GSASL_VERSION_NUMBER: ADDED GSASL_QOP: ADDED GSASL_QOPS: ADDED * Version 1.0 (released 2009-01-23) ** Fix several compiler warnings. ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.29 (released 2008-10-21) ** DIGEST-MD5 server: Added callback to retrieve hashed secret. The callback is GSASL_DIGEST_MD5_HASHED_PASSWORD. Patch from "Gazsó Attila" . ** DIGEST-MD5 server: Convert realm from ISO 8859-1 to UTF-8 when needed. Reported by Adam Goode . ** libgsasl: Add function to print name of error codes. For example, gsasl_strerror_name(GSASL_OK) returns "GSASL_OK". ** libgsasl: Reduce complexity of gsasl_strerror. ** libgsasl: Obsolete base64 functions rewritten to use new functions. The old functions are gsasl_base64_encode and gsasl_base64_decode. This reduces size of the library somewhat. ** Make the library compile under MinGW again. ** Added Indonesian translation. Thanks to Andhika Padmawan . ** Perl is no longer required to build Libgsasl in Visual Studio. ** Fix several compiler warnings. ** API and ABI modifications. gsasl_strerror_name: ADDED * Version 0.2.28 (released 2008-08-20) ** New function to get mechanism name used in current session. The function is gsasl_mechanism_name. ** The library can be built using Visual Studio. Patches provided by Adam Strzelecki . See the manual, section 'Installing under Windows', for more information. ** Update gnulib files. Under Windows, the randomness functions will now prefer the Intel RND crypto provider. CryptAcquireContext is now invoked with the CRYPT_VERIFY_CONTEXT parameter. ** API and ABI modifications. gsasl_mechanism_name: ADD. * Version 0.2.27 (released 2008-07-01) ** DIGEST-MD5: Fix undefined symbol "utf8tolatin1ifpossible". This happened if --disable-server is used. Reported by Martin Lambers . ** Update gnulib files, and include gnulib self-tests. ** Update translations. ** API and ABI modifications. No changes since last version. * Version 0.2.26 (released 2008-05-05) ** Translations files not stored directly in git to avoid merge conflicts. This allows us to avoid use of --no-location which makes the translation teams happier. ** DIGEST-MD5 server: don't reject authentication if client doesn't use utf-8. Before, authentication from all non-UTF-8 clients were simply rejected. When this situation occurs now, the username is translated into UTF-8 before being passed on to applications. Further, the password retrieved from the application is converted from UTF-8 to ISO-8859-1 if that is possible. Reported by marty in . See also and . Thanks to Pawel Widera for testing and fixing a silly typo in the code that prevented it from working. ** DIGEST-MD5 client: convert password from UTF-8 to ISO-8859-1 before hash. For compatibility with server. ** API and ABI modifications. No changes since last version. * Version 0.2.25 (released 2008-03-10) ** Fix non-portable use of brace expansion in makefiles. ** Documentation improvements. ** API and ABI modifications. No changes since last version. * Version 0.2.24 (released 2008-01-15) ** When libgcrypt is used, disable secure memory to make things work. ** When built under MinGW, generate a libgsasl-XX.def using -Wl,--output-def. ** API and ABI modifications. No changes since last version. * Version 0.2.23 (released 2008-01-15) ** CRAM-MD5: Check return value from gc_nonce(). (SECURITY) If GNU SASL was not built against libgcrypt, and the --enable-nonce-device device file did not exist, building libgsasl would warn you but would continue. Further, the code in CRAM-MD5 to generate a challenge would not generate a new nonce each time, so depending on what's stored on the stack, you may get the same challenge each time. The function should have checked the return value from gc_nonce(). Reported by "Daniel Armyr" . ** Use gettext 0.17. ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.22 (released 2007-10-08) ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.21 (released 2007-08-22) ** DIGEST-MD5: Remove the extra leading, trailing, and intermediate commas. Patch from James Canete . ** API and ABI modifications. No changes since last version. * Version 0.2.20 (released 2007-08-11) ** Correctly increment the shared library version. I forgot to increment it in the last release, to indicate that a new API/ABI was added. ** If GSS-API and GS2 are disabled, don't bother linking to a GSS-API library. Reported by Maxim Britov . ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.19 (released 2007-07-09) ** New API gsasl_free to release memory allocated by other functions. This is useful on Windows where libgsasl uses one CRT and the application uses another CRT. Then malloc/free will not use the same heap. This happens if you build libgsasl using mingw32 and the application with Visual Studio. Suggested by Adam Strzelecki . ** Update gnulib files. ** API and ABI modifications. gsasl_free: ADD. * Version 0.2.18 (released 2007-06-07) ** Update gnulib files. Fixes cross-compilation to uClinux. ** API and ABI modifications. No changes since last version. * Version 0.2.17 (released 2007-06-01) ** GNU SASL is now developed using Git instead of CVS. A public git mirror is available from . ** Update gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.16 (released 2007-04-20) ** Translation updates. ** Fix gsasl_check_version logic. ** Now uses autoconf 2.61, automake 1.10, gettext 0.16.1. ** API and ABI modifications. No changes since last version. * Version 0.2.15 (released 2006-08-22) ** Changed libgsasl shared library version. The shared library version was not incremented correctly in the last release, even though new APIs were added. * Version 0.2.14 (released 2006-08-19) ** New functions to set per-session application hooks. Earlier only the global functions gsasl_callback_hook_set and gsasl_callback_hook_set were available, but with the new gsasl_session_hook_set and gsasl_session_hook_get, it is possible to store and retrieve per-session specific data. This simplifies callback handling in applications. Suggested by James Mansion. The new function supersede the gsasl_client_application_data_get, gsasl_client_application_data_set, gsasl_server_application_data_get, and gsasl_server_application_data_set functions in the obsolete API. ** API and ABI modifications. gsasl_session_hook_get, gsasl_session_hook_set: ADD. * Version 0.2.13 (released 2006-06-14) ** Update of gnulib files. Further improves portability to MinGW. ** Fix memory leak in gsasl_client_listmech and gsasl_server_listmech. ** Configure fixes, for portability. ** API and ABI modifications. No changes since last version. * Version 0.2.12 (released 2006-03-08) ** Add -no-undefined to libtool command, to build DLL and import library on Mingw32. Reported by Francis Brosnan Blazquez . ** Improved validation of received strings in the DIGEST-MD5 parser. ** Enable fixed self-test of DIGEST-MD5 parser. ** Update of gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.11 (released 2006-02-07) ** Ported to Windows by cross-compiling using Mingw32. Using Debian's mingw32 compiler, you can build it for Windows by invoking `./configure --host=i586-mingw32msvc --disable-gssapi'. ** Fix memory leak in gsasl_simple_getpass. ** Update of gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.10 (released 2005-10-23) ** Improve configure checks for libidn, libntlm, libgss and libshishi presence. ** Update of gnulib files, now includes self tests. ** API and ABI modifications. No changes since last version. * Version 0.2.9 (released 2005-10-07) ** Fix build error with some compilers in GSS-API mechanism. ** Gnulib is now used for crypto functions, instead of Nettle in crypto/. Libgcrypt can still optionally be used through --with-libgcrypt. ** API and ABI modifications. No changes since last version. * Version 0.2.8 (released 2005-09-08) ** The PLAIN mechanism is preferred over LOGIN when both are available. ** Improved checking for libidn when the system need -R, -rpath or similar. ** API and ABI modifications. No changes since last version. * Version 0.2.7 (released 2005-08-25) ** Fixed bug in GNU SASL 0.1.x.backwards compatibility code in the ** callback for GSASL_PASSWORD. ** Eliminated some compiler warnings. ** API and ABI modifications. No changes since last version. * Version 0.2.6 (released 2005-08-10) ** The SASL PLAIN server now permit unassigned code points in SASLprep. This aligns with draft-ietf-sasl-plain-08.txt which is in last call. ** Fix use of 'head -1' in configure script. Replaced with more portable and compliant command 'sed 1q', thanks to Carsten Lohrke. ** The macro AX_CREATE_STDINT_H used to find uint8_t, uint32_t etc was updated. Should only be relevant if you use Nettle rather than libgcrypt. ** The license template in files were updated with the new FSF address. ** gsasl_check_version simplified and made more robust. ** Update of gnulib files. ** API and ABI modifications. No changes since last version. * Version 0.2.5 (released 2005-02-08) ** Strings that trigger the Unicode NFKC bug in PR#29 are now rejected. This is only enabled if you use Libidn 0.5.0 or later. ** ANONYMOUS server reject empty and overlong tokens. ** EXTERNAL client now return empty data instead of NULL for empty authzid. ** Typos in gsasl_strerror() messages fixed, thanks to Clytie Siddall. ** API and ABI modifications. No changes since last version. * Version 0.2.4 (released 2005-01-01) ** The CRAM-MD5 mechanism is now preferred over DIGEST-MD5. This decision was based on recent public research that suggest MD5 is broken, while HMAC-MD5 not immediately compromised, and the lack of public analysis on what consequences the MD5 break have for DIGEST-MD5. Support for CRAM-SHA1 is under investigation, to enable users to avoid MD5 completely ** The DIGEST-MD5 mechanism is rewritten and enabled by default. The implementation is written so it can be used separately from GNU SASL in your own product, it only uses C89 and two external symbols for MD5 and HMAC-MD5. For more information, see digest-md5/README. ** Improvements to the PLAIN server. It now prepare the incoming authid and password using SASLprep (unassigned code point will be rejected). It should also reject invalid input better. ** Improved robustness of callback backwards compatibility. ** Memory leaks fixed. ** New simple user database API `gsasl_simple_getpass'. This replaces gsasl_md5pwd_get_password. The functionality is the same, only the API changed (to remove fixed size buffer restrictions). ** New configure option --disable-obsolete to remove backwards compatibility. This is mostly intended to be used when compiling for platforms with constrained memory/space resources. ** Gnulib files were updated. ** API and ABI modifications. gsasl_md5pwd_get_password: DEPRECATED. Use gsasl_simple_getpass() instead. gsasl_simple_getpass: ADD. No buffer length restriction. GSASL_FOPEN_ERROR: DEPRECATED. Not used any more. GSASL_FCLOSE_ERROR: DEPRECATED. Not used any more. GSASL_NO_MORE_REALMS: DEPRECATED. Not used any more. GSASL_INVALID_HANDLE: DEPRECATED. Not used any more. * Version 0.2.3 (released 2004-12-15) ** NTLM now set the 'domain' field to the GSASL_REALM property value. Some servers appear to need non-empty but arbitrary domain values, reported by Martin Lambers. ** PLAIN client no longer perform NFKC on strings. This aligns with draft-ietf-sasl-plain-05. ** LOGIN client no longer perform NFKC on strings. There is no specification for LOGIN, but arguable it should use SASLprep, but on the server side. ** DIGEST-MD5 is disabled by default, pending a rewrite for the new API. The mechanism still work if your application is using the old callback API, in which case you may enable it (--enable-digest-md5) to have the same functionality as in older versions. ** LOGIN client now uses authentication identity, not authorization identity, reported by Martin Lambers. ** PLAIN client now work when no authorization identity is provided, reported by Martin Lambers. ** Callback backwards compatibility improved, thanks to Sergey Poznyakoff. The GSASL_VALIDATE_SIMPLE and GSASL_PASSWORD are now translated into calls to gsasl_server_callback_validate_get() and gsasl_server_callback_retrieve_get(), respectively. ** A crash in the new base64 code was fixed. ** Use of SASLprep in CRAM-MD5 changed. The client now prepare authid/password as if they were query strings. The server prepare the password as a storage string. ** The shared library version was incremented to reflect that the base64 APIs were added, this was forgotten in the last release. ** Disabling Libidn/SASLprep should now result in a RFC 2222 compliant library. However, it will reject non-ASCII strings, since the handling of those strings was not specified in RFC 2222. ** API and ABI modifications. gsasl_stringprep_nfkc, gsasl_stringprep_saslprep, gsasl_stringprep_trace: DEPRECATED. Use gsasl_saslprep() instead. gsasl_saslprep: ADD. Gsasl_saslprep_flags: ADD. New enum type to go with gsasl_saslprep. GSASL_REALM: ADD, new property. GSASL_UNICODE_NORMALIZATION_ERROR: DEPRECATED. Use GSASL_SASLPREP_ERROR instead. GSASL_CANNOT_VALIDATE: REMOVED. Never used for any reasonable purpose. * Version 0.2.2 (released 2004-11-29) ** Fix memory leak in server-side CRAM-MD5. ** Fix read out of bound error in client-side CRAM-MD5. ** Tighten the base64 decoder, will not accept white space in input. ** Documentation fixes. ** API and ABI modifications. gsasl_base64_encode, gsasl_base64_decode: DEPRECATED. gsasl_base64_to, gsasl_base64_from: NEW. Allocates the output buffer. * Version 0.2.1 (released 2004-11-19) ** Fix DIGEST-MD5 application data encode/decode functions. ** Documentation fixes; the old callback API functions are marked as obsolete. ** API and ABI modifications. No changes since last version. * Version 0.2.0 (released 2004-11-07) ** Important information for 0.0.x or 0.1.x users. The only externally visible (i.e., in the API/ABI-sense) effect of the internal changes made in this version is that GSASL_ENCODE and GSASL_DECODE have been renamed to, respectively, GSASL_ENCODE_INLINE and GSASL_DECODE_INLINE, and that the original functions have been modified to allocate the output buffer. The GSASL_??CODE_INLINE functions were added to simplify upgrading existing applications. We regret breaking backwards compatibility, but we felt it was necessary to fix this. ** The EXTERNAL mechanism now support authorization identities. ** Major internal overhaul. This was done to get rid of all fixed size buffers, and to clean up the callback interface. Now, all functions that return data of non-fixed size will allocate the output, and the caller is responsible for deallocating the data. Further, the callback interface has been simplified, from having one callback function per data item. There is now only one callback function, that receive an enumerated integer type indicating the requested operation. ** Update of generic crypto layer. ** Now possible to add a new SASL mechanism during run-time. Implement the Gsasl_*_function interfaces, populate a Gsasl_mechanism struct with name of SASL mechanism and the function pointers, and call gsasl_register to register your new mechanism. The library will now offer and use your mechanism. The internal mechanisms use the same interface. This is the first step toward a dynamic dl_open() approach. ** A few memory leaks fixed. ** Translation fixes. ** Libtool's -export-symbols-regex is now used to only export official APIs. Before, applications might accidentally access internal functions. Note that this is not supported on all platforms, so you must still make sure you are not using undocumented symbols in Libgsasl. ** API and ABI modifications. The only non-backwards compatible change is for gsasl_encode and gsasl_decode, see above. The library is both source and binary backwards compatible otherwise, although some functions have been deprecated in favor of new functions. gsasl_encode, gsasl_decode: MODIFIED. Now allocate the output parameter. gsasl_encode_inline, gsasl_decode_inline: ADD, DEPRECATED. Same as the old gsasl_encode and gsasl_decode, to simplify conversion. gsasl_server_suggest_mechanism: DEPRECATED. This was a thinko, there is never a need for something like this function. Gsasl_callback: ADD. New function prototype. gsasl_callback_set: ADD. New functions. gsasl_callback: ADD. New functions. GSASL_NO_CALLBACK, GSASL_NO_ANONYMOUS_TOKEN: ADD. New error codes. Gsasl_client_callback_anonymous, Gsasl_client_callback_authentication_id, Gsasl_client_callback_authorization_id, Gsasl_client_callback_password, Gsasl_client_callback_passcode, Gsasl_client_callback_pin, Gsasl_client_callback_service, Gsasl_client_callback_qop, Gsasl_client_callback_maxbuf, Gsasl_client_callback_realm, Gsasl_server_callback_retrieve, Gsasl_server_callback_validate, Gsasl_server_callback_gssapi, Gsasl_server_callback_securid, Gsasl_server_callback_cram_md5, Gsasl_server_callback_digest_md5, Gsasl_server_callback_service, Gsasl_server_callback_external, Gsasl_server_callback_anonymous, Gsasl_server_callback_realm, Gsasl_server_callback_qop, Gsasl_server_callback_maxbuf, Gsasl_server_callback_cipher: DEPRECATED. Old callback function prototypes. gsasl_client_callback_*, gsasl_server_callback_*: DEPRECATED. Old callback set/get interface. Gsasl_property, GSASL_CLIENT_*, GSASL_SERVER_*: ADD. New enumerated type. gsasl_property_set, gsasl_property_set_raw, gsasl_property_get, gsasl_property_fast: ADD. New functions. gsasl_application_data_get, gsasl_application_data_set: DEPRECATED. gsasl_appinfo_get, gsasl_appinfo_set: DEPRECATED. gsasl_callback_hook_get, gsasl_callback_hook_set: ADD. Replaces previous functions. Gsasl_init_function, Gsasl_done_function, Gsasl_code_function, Gsasl_start_function, Gsasl_step_function, Gsasl_finish_function: ADD. Gsasl_mechanism_functions, Gsasl_mechanism: ADD. gsasl_register: ADD. gsasl_ctx_get: DEPRECATED. Not useful, application callback now get both library and session context. * Version 0.1.4 (released 2004-08-08) ** Fix various compile time warnings. ** Revamp of gnulib compatibility files. ** More translations. French (by Michel Robitaille), Dutch (by Elros Cyriatan), Polish (by Jakub Bogusz), and Romanian (by Laurentiu Buzdugan). ** API and ABI modifications. No changes since last version. * Version 0.1.3 (released 2004-08-04) ** API and ABI modifications. No changes since last version. * Version 0.1.2 (released 2004-07-16) ** Cross compile builds should work. It should work for any sane cross compile target, but the only tested platform is uClibc/uClinux on Motorola Coldfire. ** API and ABI modifications. No changes since last version. * Version 0.1.1 (released 2004-06-26) ** gsasl_client_suggest_mechanism and gsasl_server_suggest_mechanism now work. Earlier they were not implemented at all. ** GSS-API now support data integrity and privacy options (experimental!). ** Internal crypto framework rehashed. Now the selection between Nettle/Libgcrypt happens inside crypto/, and gc.h is the generic header that is used by the rest of the package. ** API and ABI modifications. gsasl_random: ADD. gsasl_nonce: ADD. gsasl_randomize: DEPRECATED. Use either gsasl_random or gsasl_nonce. * Version 0.1.0 (released 2004-04-16) ** The library re-licensed to LGPL and distributed as a separate package. This means a fork of this NEWS file, all the entries below relate to the combined work of earlier versions. New entries above only document user visible aspects of the library ("libgsasl"); for information about the command line interface and other things ("gsasl") see the NEWS file in the gsasl distribution. To make matters more confusing, the "gsasl" distribution includes a copy of the "libgsasl" distribution. ** API and ABI modifications. No changes since last version. * Version 0.0.14 (released 2004-01-22) ** Moved all mechanism specific code into sub-directories of lib/. Each backend is built into its own library (e.g., libgsasl-plain.so), to facilitate future possible use of dlopen to dynamically load backends. ** Moved compatibility files (getopt*) to gl/, and added more (strdup*). * Version 0.0.13 (released 2004-01-17) ** Nettle (the crypto functionality, crypto/) has been updated. This fixes two portability issues, the new code should work on platforms that doesn't have inttypes.h and alloca. * Version 0.0.12 (released 2004-01-15) ** Protocol line parser in 'gsasl' tool more reliable. Earlier it assumed two lines were sent in one packet in one place, and sent as two packets in another place. ** Various bugfixes. * Version 0.0.11 (released 2004-01-06) ** The client part of CRAM-MD5 now uses SASLprep instead of NFKC. This aligns with draft-ietf-sasl-crammd5-01. ** The CRAM-MD5 challenge string now conform to the proper syntax. ** The string preparation (SASLprep and trace) functions now work correctly. ** DocBook manuals no longer included. The reason is that recent DocBook tools from the distribution I use (Debian) fails with an error. DocBook manuals may be included in the future, if I can get the tools to work. ** API and ABI modifications. GSASL_SASLPREP_ERROR: ADD. * Version 0.0.10 (released 2003-11-22) ** The CRAM-MD5 server now reject invalid passwords. The logic flaw was introduced in 0.0.9, after blindly making code changes to shut up valgrind just before the release. ** Various build improvements. Pkg-config is no longer needed. GTK-DOC is only used if present. * Version 0.0.9 (released 2003-11-21) ** Command line client can talk to SMTP servers with --smtp. ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included. ** Token parser in DIGEST-MD5 fixed, improve interoperability of DIGEST-MD5. ** Libgcrypt >= 1.1.42 is used if available (for CRAM-MD5 and DIGEST-MD5). The previous libgcrypt API is no longer supported. ** CRAM-MD5 and DIGEST-MD5 no longer require libgcrypt (but can still use it). If libgcrypt 1.1.42 or later is not found, it uses a minimalistic cryptographic library based on Nettle, from crypto/. Currently only MD5 and HMAC-MD5 is needed, making a dependence on libgcrypt overkill. ** Listing supported server mechanisms with gsasl_server_mechlist work. ** Autoconf 2.59, Automake 1.8 beta, Libtool CVS used. ** Source code for each SASL mechanism moved to its own sub-directory in lib/. ** The command line interface now uses getopt instead of argp. The reason is portability, this also means we no longer use gnulib. ** API and ABI modifications. gsasl_randomize: ADD. gsasl_md5: ADD. gsasl_hmac_md5: ADD. gsasl_hexdump: REMOVED. Never intended to be exported. gsasl_step: ADD. gsasl_step64: ADD. gsasl_client_step: DEPRECATED: use gsasl_step instead. gsasl_server_step: DEPRECATED: use gsasl_step instead. gsasl_client_step_base64: DEPRECATED: use gsasl_step64 instead. gsasl_server_step_base64: DEPRECATED: use gsasl_step64 instead. gsasl_finish: ADD. gsasl_client_finish: DEPRECATED: use gsasl_finish instead. gsasl_server_finish: DEPRECATED: use gsasl_finish instead. gsasl_ctx_get: ADD. gsasl_client_ctx_get: DEPRECATED: use gsasl_ctx_get instead. gsasl_server_ctx_get: DEPRECATED: use gsasl_ctx_get instead. gsasl_appinfo_get: ADD. gsasl_appinfo_set: ADD. gsasl_client_application_data_get: DEPRECATED: use gsasl_appinfo_get instead. gsasl_client_application_data_set: DEPRECATED: use gsasl_appinfo_set instead. gsasl_server_application_data_get: DEPRECATED: use gsasl_appinfo_get instead. gsasl_server_application_data_set: DEPRECATED: use gsasl_appinfo_set instead. Gsasl: ADD. Gsasl_ctx: DEPRECATED: use Gsasl instead. Gsasl_session: ADD. Gsasl_session_ctx: DEPRECATED: use Gsasl_session instead. GSASL_CRYPTO_ERROR: ADD, replaces deprecated GSASL_LIBGCRYPT_ERROR. GSASL_LIBGCRYPT_ERROR: DEPRECATED: use GSASL_CRYPTO_ERROR instead. GSASL_KERBEROS_V5_INTERNAL_ERROR: ADD, replaces deprecated GSASL_SHISHI_ERROR. GSASL_SHISHI_ERROR: DEPRECATED: use GSASL_KERBEROS_V5_INTERNAL_ERROR instead. GSASL_INVALID_HANDLE: ADD. * Version 0.0.8 (released 2003-10-11) ** Improved GSSAPI implementation detection. Auto detection should work, unless you have both MIT and Heimdal, or wish to override the default that prefer GSS over Heimdal over MIT. In that case, use --enable-gssapi=mit or --enable-gssapi=heimdal. ** GNU SASL contain APIs for internationalized string processing via SASLprep. You no longer have to use Libidn directly. ** Man pages for all public functions are included. ** GNULib is used for compatibility functions. The directory gl/ is dedicated for GNULib functions, and replace the earlier ad-hoc usage of argp, memset, etc. ** GNU SASL will be C89 compatible. The library itself (lib/*) only use C89. The remaining parts (src/ and tests/) can use C89 and any functionality from GNULib. This decision may be revised in the future, if it turns out there are problems with this. ** Improvements for embedded or otherwise limited systems. The math library (-lm) is no longer required. All client code can be disabled by --disable-client, and all server code can be disabled by --disable-server. The internationalized string processing library can be disabled by --without-stringprep. ** Gettext 0.12.1 and Libtool 1.5 is used. ** Libgcrypt from CVS (1.1.42) is not supported. Recent libgcrypt is API incompatible with earlier released versions. If a too recent version is installed, it will not be used. ** Fix command line tool '--connect --imap' on Solaris. ** Bug fixes. ** API and ABI modifications. Gsasl_client_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'. Gsasl_server_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'. gsasl_client_mechlist: NEW. gsasl_server_mechlist: NEW. gsasl_client_listmech: DEPRECATED: use gsasl_client_mechlist instead. gsasl_server_listmech: DEPRECATED: use gsasl_server_mechlist instead. gsasl_stringprep_nfkc: NEW. gsasl_stringprep_saslprep: NEW. gsasl_stringprep_trace: NEW. * Version 0.0.7 (released 2003-06-02) ** Two new GSS libraries supported for the GSS-API mechanism. See http://josefsson.org/gss/ for GSS, which uses Shishi for Kerberos 5. See http://www.pdc.kth.se/heimdal/ for Heimdal (Kerberos 5). ** Bug fixes. * Version 0.0.6 (released 2003-03-17) ** Gettext not included. Due to some conflicts between libtool and gettext, if you want i18n on platforms that does not already have a useful gettext implementation, you must install GNU gettext before building this package. If you don't care about i18n, this package should work fine (except for i18n, of course). ** Rudimentary support for KERBEROS_V5. Only enable if you want to write code. This adds two new API errors; GSASL_KERBEROS_V5_INIT_ERROR, GSASL_SHISHI_ERROR. ** Added API function: gsasl_client_callback_realm_set. Specifies which realm the client belongs to. ** Bugfixes. User visible aspects includes not building the API Reference Manual with GTK-DOC by default, if you want it use configure parameter --enable-gtk-doc. * Version 0.0.5 (released 2003-01-27) ** Command line application "gsasl" now supports --imap and --connect. The --imap parameter makes it use a IMAP-like negotiation on stdin/stdout. The --connect parameter makes it connect to a host over TCP, and talk to it instead of stdin/stdout. This allows it to be used as a simple test tool to connect to IMAP servers. Currently integrity and confidentiality is not working properly, so if you use DIGEST-MD5 you currently have to specify --quality-of-protection=auth. ** Texinfo documentation added for command line tool. ** Libgcrypt initialization no longer causes a warning to be printed. ** Added API reference manual in HTML format, generated using GTK-DOC. See doc/reference/, in particular doc/reference/html/index.html. ** GNU Libidn replaces Libstringprep. Although it is still stored in the libstringprep/ directory for CVS reasons. ** Bug fixes for DIGEST-MD5 and GSSAPI. * Version 0.0.4 (released 2002-12-13) ** License changed to GPL. ** Official GNU project. * Version 0.0.3 (released 2002-12-05) ** New gsasl arguments --application-data and --no-client-first. ** Bug fixes (client sends first, memory leaks, compiler warnings, more). * Version 0.0.2 (released 2002-11-07) ** Includes a copy of libstringprep 0.0.2 for Unicode NFKC normalization and locale charset to UTF-8 string conversion, and preparation for the future if a SASL Stringprep profile is created. If libstringprep is already installed, it is used by default. You can force the use of the internal version with --without-system-libstringprep. ** Uses pkg-config instead of libgsasl.m4 + libgsasl-config.in, and for finding libntlm (requires libntlm 0.3.1 or later). ** Self tests for several mechanisms. ** The API now allows mechanisms to return data even when returning GSASL_OK (earlier only on GSASL_NEEDS_MORE). ** Bug fixes. * Version 0.0.1 (released 2002-10-12) ** APIs for integrity and confidentiality protection of application payload data. ** DIGEST-MD5 support for integrity protection. * Version 0.0.0 (released 2002-10-07) ** Initial release. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. ;;; Local Variables: *** ;;; mode:outline *** ;;; mode:flyspell *** ;;; End: *** gsasl-1.8.0/lib/m4/0000775000000000000000000000000011760732117010675 500000000000000gsasl-1.8.0/lib/m4/lib-ld.m40000664000000000000000000000660311760730663012233 00000000000000# lib-ld.m4 serial 4 (gettext-0.18) dnl Copyright (C) 1996-2003, 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision dnl with libtool.m4. dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL([acl_cv_path_LD], [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT([$LD]) else AC_MSG_RESULT([no]) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) gsasl-1.8.0/lib/m4/wint_t.m40000664000000000000000000000172611760730663012375 00000000000000# wint_t.m4 serial 4 (gettext-0.18) dnl Copyright (C) 2003, 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether has the 'wint_t' type. dnl Prerequisite: AC_PROG_CC AC_DEFUN([gt_TYPE_WINT_T], [ AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t], [AC_TRY_COMPILE([ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0';], , [gt_cv_c_wint_t=yes], [gt_cv_c_wint_t=no])]) if test $gt_cv_c_wint_t = yes; then AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.]) fi ]) gsasl-1.8.0/lib/m4/intlmacosx.m40000664000000000000000000000457511760730663013257 00000000000000# intlmacosx.m4 serial 3 (gettext-0.18) dnl Copyright (C) 2004-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Checks for special options needed on MacOS X. dnl Defines INTL_MACOSX_LIBS. AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in MacOS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFPreferencesCopyAppValue(NULL, NULL)], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in MacOS X 10.3. AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFLocaleCopyCurrent();], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) gsasl-1.8.0/lib/m4/size_max.m40000664000000000000000000000563011760730663012706 00000000000000# size_max.m4 serial 9 dnl Copyright (C) 2003, 2005-2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([gl_SIZE_MAX], [ AC_CHECK_HEADERS([stdint.h]) dnl First test whether the system already has SIZE_MAX. AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [ gl_cv_size_max= AC_EGREP_CPP([Found it], [ #include #if HAVE_STDINT_H #include #endif #ifdef SIZE_MAX Found it #endif ], [gl_cv_size_max=yes]) if test -z "$gl_cv_size_max"; then dnl Define it ourselves. Here we assume that the type 'size_t' is not wider dnl than the type 'unsigned long'. Try hard to find a definition that can dnl be used in a preprocessor #if, i.e. doesn't contain a cast. AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1], [#include #include ], [size_t_bits_minus_1=]) AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)], [#include ], [fits_in_uint=]) if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then if test $fits_in_uint = 1; then dnl Even though SIZE_MAX fits in an unsigned int, it must be of type dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'. AC_TRY_COMPILE([#include extern size_t foo; extern unsigned long foo; ], [], [fits_in_uint=0]) fi dnl We cannot use 'expr' to simplify this expression, because 'expr' dnl works only with 'long' integers in the host environment, while we dnl might be cross-compiling from a 32-bit platform to a 64-bit platform. if test $fits_in_uint = 1; then gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" else gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)" fi else dnl Shouldn't happen, but who knows... gl_cv_size_max='((size_t)~(size_t)0)' fi fi ]) if test "$gl_cv_size_max" != yes; then AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max], [Define as the maximum value of type 'size_t', if the system doesn't define it.]) fi dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after dnl . Remember that the #undef in AH_VERBATIM gets replaced with dnl #define by AC_DEFINE_UNQUOTED. AH_VERBATIM([SIZE_MAX], [/* Define as the maximum value of type 'size_t', if the system doesn't define it. */ #ifndef SIZE_MAX # undef SIZE_MAX #endif]) ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) gsasl-1.8.0/lib/m4/lib-prefix.m40000664000000000000000000002042211760730663013124 00000000000000# lib-prefix.m4 serial 7 (gettext-0.18) dnl Copyright (C) 2001-2005, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates dnl - a variable acl_libdirstem, containing the basename of the libdir, either dnl "lib" or "lib64" or "lib/64", dnl - a variable acl_libdirstem2, as a secondary possible value for dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or dnl "lib/amd64". AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. dnl On glibc systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine dnl the compiler's default mode by looking at the compiler's library search dnl path. If at least one of its elements ends in /lib64 or points to a dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. dnl Otherwise we use the default, namely "lib". dnl On Solaris systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. AC_REQUIRE([AC_CANONICAL_HOST]) acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment dnl . dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the dnl symlink is missing, so we set acl_libdirstem2 too. AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], [AC_EGREP_CPP([sixtyfour bits], [ #ifdef _LP64 sixtyfour bits #endif ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) ]) if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" ]) gsasl-1.8.0/lib/m4/ltsugar.m40000644000000000000000000001042411760730672012543 00000000000000# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59 which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) gsasl-1.8.0/lib/m4/lib-link.m40000664000000000000000000010020211760730663012557 00000000000000# lib-link.m4 serial 21 (gettext-0.18) dnl Copyright (C) 2001-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ([2.54]) dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and dnl augments the CPPFLAGS variable. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[translit([$1],[./-], [___])]) pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes popdef([NAME]) popdef([Name]) ]) dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message]) dnl searches for libname and the libraries corresponding to explicit and dnl implicit dependencies, together with the specified include files and dnl the ability to compile and link the specified testcode. The missing-message dnl defaults to 'no' and may contain additional hints for the user. dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[translit([$1],[./-], [___])]) pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS, dnl because these -l options might require -L options that are present in dnl LIBS. -l options benefit only from the -L options listed before it. dnl Otherwise, add it to the front of LIBS, because it may be a static dnl library that depends on another static library that is present in LIBS. dnl Static libraries benefit only from the static libraries listed after dnl it. case " $LIB[]NAME" in *" -l"*) LIBS="$LIBS $LIB[]NAME" ;; *) LIBS="$LIB[]NAME $LIBS" ;; esac AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])']) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) popdef([NAME]) popdef([Name]) ]) dnl Determine the platform dependent parameters needed to use rpath: dnl acl_libext, dnl acl_shlibext, dnl acl_hardcode_libdir_flag_spec, dnl acl_hardcode_libdir_separator, dnl acl_hardcode_direct, dnl acl_hardcode_minus_L. AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE([rpath], [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_FROMPACKAGE(name, package) dnl declares that libname comes from the given package. The configure file dnl will then not have a --with-libname-prefix option but a dnl --with-package-prefix option. Several libraries can come from the same dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar dnl macro call that searches for libname. AC_DEFUN([AC_LIB_FROMPACKAGE], [ pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) define([acl_frompackage_]NAME, [$2]) popdef([NAME]) pushdef([PACK],[$2]) pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) define([acl_libsinpackage_]PACKUP, m4_ifdef([acl_libsinpackage_]PACKUP, [acl_libsinpackage_]PACKUP[[, ]],)[lib$1]) popdef([PACKUP]) popdef([PACK]) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) dnl Autoconf >= 2.61 supports dots in --with options. pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit(PACK,[.],[_])],PACK)]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH(P_A_C_K[-prefix], [[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been dnl computed. So it has to be reset here. HAVE_LIB[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi popdef([P_A_C_K]) popdef([PACKLIBS]) popdef([PACKUP]) popdef([PACK]) popdef([NAME]) ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) gsasl-1.8.0/lib/m4/progtest.m40000664000000000000000000000557311760730663012744 00000000000000# progtest.m4 serial 6 (gettext-0.18) dnl Copyright (C) 1996-2003, 2005, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1996. AC_PREREQ([2.50]) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$][$1]) else AC_MSG_RESULT([no]) fi AC_SUBST([$1])dnl ]) gsasl-1.8.0/lib/m4/inttypes-pri.m40000664000000000000000000000220111760730663013525 00000000000000# inttypes-pri.m4 serial 6 (gettext-0.18) dnl Copyright (C) 1997-2002, 2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ([2.52]) # Define PRI_MACROS_BROKEN if exists and defines the PRI* # macros to non-string values. This is the case on AIX 4.3.3. AC_DEFUN([gt_INTTYPES_PRI], [ AC_CHECK_HEADERS([inttypes.h]) if test $ac_cv_header_inttypes_h = yes; then AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], [gt_cv_inttypes_pri_broken], [ AC_TRY_COMPILE([#include #ifdef PRId32 char *p = PRId32; #endif ], [], [gt_cv_inttypes_pri_broken=no], [gt_cv_inttypes_pri_broken=yes]) ]) fi if test "$gt_cv_inttypes_pri_broken" = yes; then AC_DEFINE_UNQUOTED([PRI_MACROS_BROKEN], [1], [Define if exists and defines unusable PRI* macros.]) PRI_MACROS_BROKEN=1 else PRI_MACROS_BROKEN=0 fi AC_SUBST([PRI_MACROS_BROKEN]) ]) gsasl-1.8.0/lib/m4/wchar_t.m40000664000000000000000000000135311760730663012514 00000000000000# wchar_t.m4 serial 3 (gettext-0.18) dnl Copyright (C) 2002-2003, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether has the 'wchar_t' type. dnl Prerequisite: AC_PROG_CC AC_DEFUN([gt_TYPE_WCHAR_T], [ AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t], [AC_TRY_COMPILE([#include wchar_t foo = (wchar_t)'\0';], , [gt_cv_c_wchar_t=yes], [gt_cv_c_wchar_t=no])]) if test $gt_cv_c_wchar_t = yes; then AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.]) fi ]) gsasl-1.8.0/lib/m4/nls.m40000664000000000000000000000231511760730663011660 00000000000000# nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) gsasl-1.8.0/lib/m4/gettext.m40000664000000000000000000003513211760730663012553 00000000000000# gettext.m4 serial 63 (gettext-0.18) dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2006, 2008-2010. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value `$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings;], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST([DATADIRNAME]) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST([INSTOBJEXT]) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST([GENCAT]) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST([INTLOBJS]) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. m4_define([gt_NEEDS_INIT], [ m4_divert_text([DEFAULTS], [gt_needs=]) m4_define([gt_NEEDS_INIT], []) ]) dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) gsasl-1.8.0/lib/m4/libtool.m40000644000000000000000000106043411760730671012534 00000000000000# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 57 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # `#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test $lt_write_fail = 0 && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_REPLACE_SHELLFNS mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test "$lt_cv_ld_force_load" = "yes"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script which will find a shell with a builtin # printf (which we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case "$ECHO" in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified).], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([${with_sysroot}]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and in which our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global defined # symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi _LT_TAGVAR(link_all_deplibs, $1)=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS="$save_LDFLAGS"]) if test "$lt_cv_irix_exported_symbol" = yes; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ func_to_tool_file "$lt_outputfile"~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case ${2} in .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case ${prev}${p} in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test "$pre_test_object_deps_done" = no; then case ${prev} in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" CFLAGS="$lt_save_CFLAGS" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) # ------------------------------------------------------ # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. m4_defun([_LT_PROG_FUNCTION_REPLACE], [dnl { sed -e '/^$1 ()$/,/^} # $1 /c\ $1 ()\ {\ m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: ]) # _LT_PROG_REPLACE_SHELLFNS # ------------------------- # Replace existing portable implementations of several shell functions with # equivalent extended shell implementations where those features are available.. m4_defun([_LT_PROG_REPLACE_SHELLFNS], [if test x"$xsi_shell" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"}]) _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl func_split_long_opt_name=${1%%=*} func_split_long_opt_arg=${1#*=}]) _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) fi if test x"$lt_shell_append" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl func_quote_for_eval "${2}" dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) fi ]) # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine which file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS gsasl-1.8.0/lib/m4/iconv.m40000664000000000000000000001653711760730663012215 00000000000000# iconv.m4 serial 11 (gettext-0.18.1) dnl Copyright (C) 2000-2002, 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, HP-UX 11.11, Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi AC_TRY_RUN([ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static const char input[] = "\263"; char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; }], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to dnl avoid warnings like dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". dnl This is tricky because of the way 'aclocal' is implemented: dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. dnl Otherwise aclocal's initial scan pass would miss the macro definition. dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. dnl Otherwise aclocal would emit many "Use of uninitialized value $1" dnl warnings. m4_define([gl_iconv_AC_DEFUN], m4_version_prereq([2.64], [[AC_DEFUN_ONCE( [$1], [$2])]], [[AC_DEFUN( [$1], [$2])]])) gl_iconv_AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_TRY_COMPILE([ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ], [], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) fi ]) gsasl-1.8.0/lib/m4/lt~obsolete.m40000644000000000000000000001375611760730673013450 00000000000000# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) gsasl-1.8.0/lib/m4/inttypes_h.m40000664000000000000000000000167111760730663013256 00000000000000# inttypes_h.m4 serial 9 dnl Copyright (C) 1997-2004, 2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. # Define HAVE_INTTYPES_H_WITH_UINTMAX if exists, # doesn't clash with , and declares uintmax_t. AC_DEFUN([gl_AC_HEADER_INTTYPES_H], [ AC_CACHE_CHECK([for inttypes.h], [gl_cv_header_inttypes_h], [AC_TRY_COMPILE( [#include #include ], [uintmax_t i = (uintmax_t) -1; return !i;], [gl_cv_header_inttypes_h=yes], [gl_cv_header_inttypes_h=no])]) if test $gl_cv_header_inttypes_h = yes; then AC_DEFINE_UNQUOTED([HAVE_INTTYPES_H_WITH_UINTMAX], [1], [Define if exists, doesn't clash with , and declares uintmax_t. ]) fi ]) gsasl-1.8.0/lib/m4/stdint_h.m40000664000000000000000000000164111760730663012701 00000000000000# stdint_h.m4 serial 8 dnl Copyright (C) 1997-2004, 2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. # Define HAVE_STDINT_H_WITH_UINTMAX if exists, # doesn't clash with , and declares uintmax_t. AC_DEFUN([gl_AC_HEADER_STDINT_H], [ AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h], [AC_TRY_COMPILE( [#include #include ], [uintmax_t i = (uintmax_t) -1; return !i;], [gl_cv_header_stdint_h=yes], [gl_cv_header_stdint_h=no])]) if test $gl_cv_header_stdint_h = yes; then AC_DEFINE_UNQUOTED([HAVE_STDINT_H_WITH_UINTMAX], [1], [Define if exists, doesn't clash with , and declares uintmax_t. ]) fi ]) gsasl-1.8.0/lib/m4/visibility.m40000664000000000000000000000624611760730663013262 00000000000000# visibility.m4 serial 3 (gettext-0.18) dnl Copyright (C) 2005, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Tests whether the compiler supports the command-line option dnl -fvisibility=hidden and the function and variable attributes dnl __attribute__((__visibility__("hidden"))) and dnl __attribute__((__visibility__("default"))). dnl Does *not* test for __visibility__("protected") - which has tricky dnl semantics (see the 'vismain' test in glibc) and does not exist e.g. on dnl MacOS X. dnl Does *not* test for __visibility__("internal") - which has processor dnl dependent semantics. dnl Does *not* test for #pragma GCC visibility push(hidden) - which is dnl "really only recommended for legacy code". dnl Set the variable CFLAG_VISIBILITY. dnl Defines and sets the variable HAVE_VISIBILITY. AC_DEFUN([gl_VISIBILITY], [ AC_REQUIRE([AC_PROG_CC]) CFLAG_VISIBILITY= HAVE_VISIBILITY=0 if test -n "$GCC"; then dnl First, check whether -Werror can be added to the command line, or dnl whether it leads to an error because of some other option that the dnl user has put into $CC $CFLAGS $CPPFLAGS. AC_MSG_CHECKING([whether the -Werror option is usable]) AC_CACHE_VAL([gl_cv_cc_vis_werror], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Werror" AC_TRY_COMPILE([], [], [gl_cv_cc_vis_werror=yes], [gl_cv_cc_vis_werror=no]) CFLAGS="$gl_save_CFLAGS"]) AC_MSG_RESULT([$gl_cv_cc_vis_werror]) dnl Now check whether visibility declarations are supported. AC_MSG_CHECKING([for simple visibility declarations]) AC_CACHE_VAL([gl_cv_cc_visibility], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -fvisibility=hidden" dnl We use the option -Werror and a function dummyfunc, because on some dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning dnl "visibility attribute not supported in this configuration; ignored" dnl at the first function definition in every compilation unit, and we dnl don't want to use the option in this case. if test $gl_cv_cc_vis_werror = yes; then CFLAGS="$CFLAGS -Werror" fi AC_TRY_COMPILE( [extern __attribute__((__visibility__("hidden"))) int hiddenvar; extern __attribute__((__visibility__("default"))) int exportedvar; extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); extern __attribute__((__visibility__("default"))) int exportedfunc (void); void dummyfunc (void) {}], [], [gl_cv_cc_visibility=yes], [gl_cv_cc_visibility=no]) CFLAGS="$gl_save_CFLAGS"]) AC_MSG_RESULT([$gl_cv_cc_visibility]) if test $gl_cv_cc_visibility = yes; then CFLAG_VISIBILITY="-fvisibility=hidden" HAVE_VISIBILITY=1 fi fi AC_SUBST([CFLAG_VISIBILITY]) AC_SUBST([HAVE_VISIBILITY]) AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY], [Define to 1 or 0, depending whether the compiler supports simple visibility declarations.]) ]) gsasl-1.8.0/lib/m4/ltoptions.m40000644000000000000000000003007311760730672013117 00000000000000# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, # Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 7 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option `$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl `shared' nor `disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the `shared' and # `disable-shared' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the `static' and # `disable-static' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the `fast-install' # and `disable-fast-install' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the `pic-only' and `no-pic' # LT_INIT options. # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) gsasl-1.8.0/lib/m4/po.m40000664000000000000000000004461611760730663011514 00000000000000# po.m4 serial 17 (gettext-0.18) dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" < @%:@ifndef LLONG_MAX @%:@ define HALF \ (1LL << (sizeof (long long int) * CHAR_BIT - 2)) @%:@ define LLONG_MAX (HALF - 1 + HALF) @%:@endif]], [[long long int n = 1; int i; for (i = 0; ; i++) { long long int m = n << i; if (m >> i != n) return 1; if (LLONG_MAX / 2 < m) break; } return 0;]])], [ac_cv_type_long_long_int=yes], [ac_cv_type_long_long_int=no], [ac_cv_type_long_long_int=yes])], [ac_cv_type_long_long_int=no])]) if test $ac_cv_type_long_long_int = yes; then AC_DEFINE([HAVE_LONG_LONG_INT], [1], [Define to 1 if the system has the type `long long int'.]) fi ]) # Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works. # This fixes a bug in Autoconf 2.61, but can be removed once we # assume 2.62 everywhere. # Note: If the type 'unsigned long long int' exists but is only 32 bits # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT # will not be defined. In this case you can treat 'unsigned long long int' # like 'unsigned long int'. AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], [ AC_CACHE_CHECK([for unsigned long long int], [ac_cv_type_unsigned_long_long_int], [AC_LINK_IFELSE( [_AC_TYPE_LONG_LONG_SNIPPET], [ac_cv_type_unsigned_long_long_int=yes], [ac_cv_type_unsigned_long_long_int=no])]) if test $ac_cv_type_unsigned_long_long_int = yes; then AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1], [Define to 1 if the system has the type `unsigned long long int'.]) fi ]) # Expands to a C program that can be used to test for simultaneous support # of 'long long' and 'unsigned long long'. We don't want to say that # 'long long' is available if 'unsigned long long' is not, or vice versa, # because too many programs rely on the symmetry between signed and unsigned # integer types (excluding 'bool'). AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET], [ AC_LANG_PROGRAM( [[/* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63;]], [[/* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull));]]) ]) gsasl-1.8.0/lib/m4/update-header-version.m40000664000000000000000000000177611754555060015270 00000000000000# update-header-version.m4 serial 2 dnl Copyright (C) 2008, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # sj_UPDATE_HEADER(HEADER-FILE, EXPR) # ------------- # Update HEADER-FILE with sed expression EXPR. AC_DEFUN([sj_UPDATE_HEADER], [ if ! sed $2 $1 > fixhdr.tmp; then AC_MSG_ERROR([[*** Failed to update version number in $1...]]) fi if cmp -s $1 fixhdr.tmp 2>/dev/null; then rm -f fixhdr.tmp elif ! mv fixhdr.tmp $1; then AC_MSG_ERROR([[*** Failed to move fixhdr.tmp to $1...]]) fi ]) # sj_UPDATE_HEADER_VERSION(HEADER-FILE) # ------------- # Update version number in HEADER-FILE. It searches for '_VERSION ".*"' # and replaces the .* part with the $PACKAGE_VERSION. AC_DEFUN([sj_UPDATE_HEADER_VERSION], [ sj_UPDATE_HEADER($1, 's/_VERSION ".*"/_VERSION "'$PACKAGE_VERSION'"/') ]) gsasl-1.8.0/lib/m4/xsize.m40000664000000000000000000000066211760730663012231 00000000000000# xsize.m4 serial 4 dnl Copyright (C) 2003-2004, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_XSIZE], [ dnl Prerequisites of lib/xsize.h. AC_REQUIRE([gl_SIZE_MAX]) AC_REQUIRE([AC_C_INLINE]) AC_CHECK_HEADERS([stdint.h]) ]) gsasl-1.8.0/lib/scram/0000775000000000000000000000000011760732120011454 500000000000000gsasl-1.8.0/lib/scram/parser.h0000664000000000000000000000264111754555060013055 00000000000000/* parser.h --- SCRAM parser. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef SCRAM_PARSER_H #define SCRAM_PARSER_H /* Get token types. */ #include "tokens.h" extern int scram_parse_client_first (const char *str, size_t len, struct scram_client_first *cf); extern int scram_parse_server_first (const char *str, size_t len, struct scram_server_first *cf); extern int scram_parse_client_final (const char *str, size_t len, struct scram_client_final *cl); extern int scram_parse_server_final (const char *str, size_t len, struct scram_server_final *sl); #endif /* SCRAM_PARSER_H */ gsasl-1.8.0/lib/scram/scram.h0000664000000000000000000000376411754555060012675 00000000000000/* scram.h --- Prototypes for SCRAM mechanism * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef SCRAM_H #define SCRAM_H #include #define GSASL_SCRAM_SHA1_NAME "SCRAM-SHA-1" #define GSASL_SCRAM_SHA1_PLUS_NAME "SCRAM-SHA-1-PLUS" extern Gsasl_mechanism gsasl_scram_sha1_mechanism; extern Gsasl_mechanism gsasl_scram_sha1_plus_mechanism; int _gsasl_scram_sha1_client_start (Gsasl_session * sctx, void **mech_data); int _gsasl_scram_sha1_plus_client_start (Gsasl_session * sctx, void **mech_data); int _gsasl_scram_sha1_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); void _gsasl_scram_sha1_client_finish (Gsasl_session * sctx, void *mech_data); int _gsasl_scram_sha1_server_start (Gsasl_session * sctx, void **mech_data); int _gsasl_scram_sha1_plus_server_start (Gsasl_session * sctx, void **mech_data); int _gsasl_scram_sha1_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len); void _gsasl_scram_sha1_server_finish (Gsasl_session * sctx, void *mech_data); #endif /* SCRAM_H */ gsasl-1.8.0/lib/scram/tokens.c0000664000000000000000000000315211754555060013055 00000000000000/* tokens.c --- Free allocated data in SCRAM tokens. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ /* Get prototypes. */ #include "tokens.h" /* Get free. */ #include /* Get memset. */ #include void scram_free_client_first (struct scram_client_first *cf) { free (cf->cbname); free (cf->authzid); free (cf->username); free (cf->client_nonce); memset (cf, 0, sizeof (*cf)); } void scram_free_server_first (struct scram_server_first *sf) { free (sf->nonce); free (sf->salt); memset (sf, 0, sizeof (*sf)); } void scram_free_client_final (struct scram_client_final *cl) { free (cl->cbind); free (cl->nonce); free (cl->proof); memset (cl, 0, sizeof (*cl)); } void scram_free_server_final (struct scram_server_final *sl) { free (sl->verifier); memset (sl, 0, sizeof (*sl)); } gsasl-1.8.0/lib/scram/client.c0000664000000000000000000002517711754555060013043 00000000000000/* client.c --- SASL SCRAM client side functions. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "scram.h" /* Get malloc, free. */ #include /* Get memcpy, strlen, strchr. */ #include /* Get bool. */ #include #include "tokens.h" #include "parser.h" #include "printer.h" #include "gc.h" #include "memxor.h" #define CNONCE_ENTROPY_BYTES 18 struct scram_client_state { int plus; int step; char *cfmb; /* client first message bare */ char *serversignature; char *authmessage; char *cbtlsunique; size_t cbtlsuniquelen; struct scram_client_first cf; struct scram_server_first sf; struct scram_client_final cl; struct scram_server_final sl; }; static int scram_start (Gsasl_session * sctx, void **mech_data, int plus) { struct scram_client_state *state; char buf[CNONCE_ENTROPY_BYTES]; const char *p; int rc; state = (struct scram_client_state *) calloc (sizeof (*state), 1); if (state == NULL) return GSASL_MALLOC_ERROR; state->plus = plus; rc = gsasl_nonce (buf, CNONCE_ENTROPY_BYTES); if (rc != GSASL_OK) { free (state); return rc; } rc = gsasl_base64_to (buf, CNONCE_ENTROPY_BYTES, &state->cf.client_nonce, NULL); if (rc != GSASL_OK) { free (state); return rc; } p = gsasl_property_get (sctx, GSASL_CB_TLS_UNIQUE); if (state->plus && !p) { free (state->cf.client_nonce); free (state); return GSASL_NO_CB_TLS_UNIQUE; } if (p) { rc = gsasl_base64_from (p, strlen (p), &state->cbtlsunique, &state->cbtlsuniquelen); if (rc != GSASL_OK) { free (state->cf.client_nonce); free (state); return rc; } } *mech_data = state; return GSASL_OK; } int _gsasl_scram_sha1_client_start (Gsasl_session * sctx, void **mech_data) { return scram_start (sctx, mech_data, 0); } int _gsasl_scram_sha1_plus_client_start (Gsasl_session * sctx, void **mech_data) { return scram_start (sctx, mech_data, 1); } static char hexdigit_to_char (char hexdigit) { if (hexdigit >= '0' && hexdigit <= '9') return hexdigit - '0'; if (hexdigit >= 'a' && hexdigit <= 'f') return hexdigit - 'a' + 10; return 0; } static char hex_to_char (char u, char l) { return (char) (((unsigned char) hexdigit_to_char (u)) * 16 + hexdigit_to_char (l)); } static void sha1_hex_to_byte (char *saltedpassword, const char *p) { while (*p) { *saltedpassword = hex_to_char (p[0], p[1]); p += 2; saltedpassword++; } } static bool hex_p (const char *hexstr) { static const char hexalpha[] = "0123456789abcdef"; for (; *hexstr; hexstr++) if (strchr (hexalpha, *hexstr) == NULL) return false; return true; } int _gsasl_scram_sha1_client_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct scram_client_state *state = mech_data; int res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; int rc; *output = NULL; *output_len = 0; switch (state->step) { case 0: { const char *p; if (state->plus) { state->cf.cbflag = 'p'; state->cf.cbname = strdup ("tls-unique"); } else { if (state->cbtlsuniquelen > 0) state->cf.cbflag = 'y'; else state->cf.cbflag = 'n'; } p = gsasl_property_get (sctx, GSASL_AUTHID); if (!p) return GSASL_NO_AUTHID; rc = gsasl_saslprep (p, GSASL_ALLOW_UNASSIGNED, &state->cf.username, NULL); if (rc != GSASL_OK) return rc; p = gsasl_property_get (sctx, GSASL_AUTHZID); if (p) state->cf.authzid = strdup (p); rc = scram_print_client_first (&state->cf, output); if (rc == -2) return GSASL_MALLOC_ERROR; else if (rc != 0) return GSASL_AUTHENTICATION_ERROR; *output_len = strlen (*output); /* Point p to client-first-message-bare. */ p = strchr (*output, ','); if (!p) return GSASL_AUTHENTICATION_ERROR; p++; p = strchr (p, ','); if (!p) return GSASL_AUTHENTICATION_ERROR; p++; /* Save "client-first-message-bare" for the next step. */ state->cfmb = strdup (p); if (!state->cfmb) return GSASL_MALLOC_ERROR; /* Prepare B64("cbind-input") for the next step. */ if (state->cf.cbflag == 'p') { size_t len = (p - *output) + state->cbtlsuniquelen; char *cbind_input = malloc (len); if (cbind_input == NULL) return GSASL_MALLOC_ERROR; memcpy (cbind_input, *output, p - *output); memcpy (cbind_input + (p - *output), state->cbtlsunique, state->cbtlsuniquelen); rc = gsasl_base64_to (cbind_input, len, &state->cl.cbind, NULL); free (cbind_input); } else rc = gsasl_base64_to (*output, p - *output, &state->cl.cbind, NULL); if (rc != 0) return rc; /* We are done. */ state->step++; return GSASL_NEEDS_MORE; break; } case 1: { if (scram_parse_server_first (input, input_len, &state->sf) < 0) return GSASL_MECHANISM_PARSE_ERROR; if (strlen (state->sf.nonce) < strlen (state->cf.client_nonce) || memcmp (state->cf.client_nonce, state->sf.nonce, strlen (state->cf.client_nonce)) != 0) return GSASL_AUTHENTICATION_ERROR; state->cl.nonce = strdup (state->sf.nonce); if (!state->cl.nonce) return GSASL_MALLOC_ERROR; /* Save salt/iter as properties, so that client callback can access them. */ { char *str = NULL; int n; n = asprintf (&str, "%lu", (unsigned long) state->sf.iter); if (n < 0 || str == NULL) return GSASL_MALLOC_ERROR; gsasl_property_set (sctx, GSASL_SCRAM_ITER, str); free (str); } gsasl_property_set (sctx, GSASL_SCRAM_SALT, state->sf.salt); /* Generate ClientProof. */ { char saltedpassword[20]; char *clientkey; char *storedkey; char *clientsignature; char clientproof[20]; const char *p; /* Get SaltedPassword. */ p = gsasl_property_get (sctx, GSASL_SCRAM_SALTED_PASSWORD); if (p && strlen (p) == 40 && hex_p (p)) sha1_hex_to_byte (saltedpassword, p); else if ((p = gsasl_property_get (sctx, GSASL_PASSWORD)) != NULL) { Gc_rc err; char *salt; size_t saltlen; char *preppasswd; rc = gsasl_saslprep (p, 0, &preppasswd, NULL); if (rc != GSASL_OK) return rc; rc = gsasl_base64_from (state->sf.salt, strlen (state->sf.salt), &salt, &saltlen); if (rc != 0) { gsasl_free (preppasswd); return rc; } /* SaltedPassword := Hi(password, salt) */ err = gc_pbkdf2_sha1 (preppasswd, strlen (preppasswd), salt, saltlen, state->sf.iter, saltedpassword, 20); gsasl_free (preppasswd); gsasl_free (salt); if (err != GC_OK) return GSASL_MALLOC_ERROR; } else return GSASL_NO_PASSWORD; /* Get client-final-message-without-proof. */ { char *cfmwp; int n; state->cl.proof = strdup ("p"); rc = scram_print_client_final (&state->cl, &cfmwp); if (rc != 0) return GSASL_MALLOC_ERROR; free (state->cl.proof); /* Compute AuthMessage */ n = asprintf (&state->authmessage, "%s,%.*s,%.*s", state->cfmb, (int) input_len, input, (int) (strlen (cfmwp) - 4), cfmwp); free (cfmwp); if (n <= 0 || !state->authmessage) return GSASL_MALLOC_ERROR; } /* ClientKey := HMAC(SaltedPassword, "Client Key") */ #define CLIENT_KEY "Client Key" rc = gsasl_hmac_sha1 (saltedpassword, 20, CLIENT_KEY, strlen (CLIENT_KEY), &clientkey); if (rc != 0) return rc; /* StoredKey := H(ClientKey) */ rc = gsasl_sha1 (clientkey, 20, &storedkey); if (rc != 0) { free (clientkey); return rc; } /* ClientSignature := HMAC(StoredKey, AuthMessage) */ rc = gsasl_hmac_sha1 (storedkey, 20, state->authmessage, strlen (state->authmessage), &clientsignature); free (storedkey); if (rc != 0) { free (clientkey); return rc; } /* ClientProof := ClientKey XOR ClientSignature */ memcpy (clientproof, clientkey, 20); memxor (clientproof, clientsignature, 20); free (clientkey); free (clientsignature); rc = gsasl_base64_to (clientproof, 20, &state->cl.proof, NULL); if (rc != 0) return rc; /* Generate ServerSignature, for comparison in next step. */ { char *serverkey; char *serversignature; /* ServerKey := HMAC(SaltedPassword, "Server Key") */ #define SERVER_KEY "Server Key" rc = gsasl_hmac_sha1 (saltedpassword, 20, SERVER_KEY, strlen (SERVER_KEY), &serverkey); if (rc != 0) return rc; /* ServerSignature := HMAC(ServerKey, AuthMessage) */ rc = gsasl_hmac_sha1 (serverkey, 20, state->authmessage, strlen (state->authmessage), &serversignature); gsasl_free (serverkey); if (rc != 0) return rc; rc = gsasl_base64_to (serversignature, 20, &state->serversignature, NULL); gsasl_free (serversignature); if (rc != 0) return rc; } } rc = scram_print_client_final (&state->cl, output); if (rc != 0) return GSASL_MALLOC_ERROR; *output_len = strlen (*output); state->step++; return GSASL_NEEDS_MORE; break; } case 2: { if (scram_parse_server_final (input, input_len, &state->sl) < 0) return GSASL_MECHANISM_PARSE_ERROR; if (strcmp (state->sl.verifier, state->serversignature) != 0) return GSASL_AUTHENTICATION_ERROR; state->step++; return GSASL_OK; break; } default: break; } return res; } void _gsasl_scram_sha1_client_finish (Gsasl_session * sctx, void *mech_data) { struct scram_client_state *state = mech_data; if (!state) return; free (state->cfmb); free (state->serversignature); free (state->authmessage); free (state->cbtlsunique); scram_free_client_first (&state->cf); scram_free_server_first (&state->sf); scram_free_client_final (&state->cl); scram_free_server_final (&state->sl); free (state); } gsasl-1.8.0/lib/scram/mechinfo.c0000664000000000000000000000400511754555060013340 00000000000000/* mechinfo.c --- Definition of SCRAM mechanism. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "scram.h" #ifdef USE_SCRAM_SHA1 Gsasl_mechanism gsasl_scram_sha1_mechanism = { GSASL_SCRAM_SHA1_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_scram_sha1_client_start, _gsasl_scram_sha1_client_step, _gsasl_scram_sha1_client_finish, #else NULL, NULL, NULL, #endif NULL, NULL} , { NULL, NULL, #ifdef USE_SERVER _gsasl_scram_sha1_server_start, _gsasl_scram_sha1_server_step, _gsasl_scram_sha1_server_finish, #else NULL, NULL, NULL, #endif NULL, NULL} }; #endif #ifdef USE_SCRAM_SHA1 Gsasl_mechanism gsasl_scram_sha1_plus_mechanism = { GSASL_SCRAM_SHA1_PLUS_NAME, { NULL, NULL, #ifdef USE_CLIENT _gsasl_scram_sha1_plus_client_start, _gsasl_scram_sha1_client_step, _gsasl_scram_sha1_client_finish, #else NULL, NULL, NULL, #endif NULL, NULL} , { NULL, NULL, #ifdef USE_SERVER _gsasl_scram_sha1_plus_server_start, _gsasl_scram_sha1_server_step, _gsasl_scram_sha1_server_finish, #else NULL, NULL, NULL, #endif NULL, NULL} }; #endif gsasl-1.8.0/lib/scram/Makefile.am0000664000000000000000000000237711754555060013452 00000000000000# Copyright (C) 2009-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) AM_CFLAGS += $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-scram.la libgsasl_scram_la_SOURCES = scram.h mechinfo.c \ tokens.h tokens.c \ validate.h validate.c \ parser.h parser.c \ printer.h printer.c if CLIENT libgsasl_scram_la_SOURCES += client.c endif if SERVER libgsasl_scram_la_SOURCES += server.c endif gsasl-1.8.0/lib/scram/parser.c0000664000000000000000000002021711754555060013047 00000000000000/* parser.c --- SCRAM parser. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "parser.h" /* Get malloc, free. */ #include /* Get memcpy, strlen. */ #include /* Get validator. */ #include "validate.h" /* Get c_isalpha. */ #include "c-ctype.h" static char * unescape (const char *str, size_t len) { char *out = malloc (len + 1); char *p = out; if (!out) return NULL; while (len > 0 && *str) { if (len >= 3 && str[0] == '=' && str[1] == '2' && str[2] == 'C') { *p++ = ','; str += 3; len -= 3; } else if (len >= 3 && str[0] == '=' && str[1] == '3' && str[2] == 'D') { *p++ = '='; str += 3; len -= 3; } else { *p++ = *str; str++; len--; } } *p = '\0'; return out; } int scram_parse_client_first (const char *str, size_t len, struct scram_client_first *cf) { /* Minimum client first string is 'n,,n=a,r=b'. */ if (strnlen (str, len) < 10) return -1; if (len == 0 || (*str != 'n' && *str != 'y' && *str != 'p')) return -1; cf->cbflag = *str; str++, len--; if (cf->cbflag == 'p') { const char *p; if (len == 0 || *str != '=') return -1; str++, len--; p = memchr (str, ',', len); if (!p) return -1; cf->cbname = malloc (p - str + 1); if (!cf->cbname) return -1; memcpy (cf->cbname, str, p - str); cf->cbname[p - str] = '\0'; len -= (p - str); str += (p - str); } if (len == 0 || *str != ',') return -1; str++, len--; if (len == 0) return -1; if (*str == 'a') { const char *p; size_t l; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; p = memchr (str, ',', len); if (!p) return -1; l = p - str; if (len < l) return -1; cf->authzid = unescape (str, l); if (!cf->authzid) return -1; str = p; len -= l; } if (len == 0 || *str != ',') return -1; str++, len--; if (len == 0 || *str != 'n') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; { const char *p; size_t l; p = memchr (str, ',', len); if (!p) return -1; l = p - str; if (len < l) return -1; cf->username = unescape (str, l); if (!cf->username) return -1; str = p; len -= l; } if (len == 0 || *str != ',') return -1; str++, len--; if (len == 0 || *str != 'r') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; { const char *p; size_t l; p = memchr (str, ',', len); if (!p) p = str + len; if (!p) return -1; l = p - str; if (len < l) return -1; cf->client_nonce = malloc (l + 1); if (!cf->client_nonce) return -1; memcpy (cf->client_nonce, str, l); cf->client_nonce[l] = '\0'; str = p; len -= l; } /* FIXME check that any extension fields follow valid syntax. */ if (scram_valid_client_first (cf) < 0) return -1; return 0; } int scram_parse_server_first (const char *str, size_t len, struct scram_server_first *sf) { /* Minimum server first string is 'r=ab,s=biws,i=1'. */ if (strnlen (str, len) < 15) return -1; if (len == 0 || *str != 'r') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; { const char *p; size_t l; p = memchr (str, ',', len); if (!p) return -1; l = p - str; if (len < l) return -1; sf->nonce = malloc (l + 1); if (!sf->nonce) return -1; memcpy (sf->nonce, str, l); sf->nonce[l] = '\0'; str = p; len -= l; } if (len == 0 || *str != ',') return -1; str++, len--; if (len == 0 || *str != 's') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; { const char *p; size_t l; p = memchr (str, ',', len); if (!p) return -1; l = p - str; if (len < l) return -1; sf->salt = malloc (l + 1); if (!sf->salt) return -1; memcpy (sf->salt, str, l); sf->salt[l] = '\0'; str = p; len -= l; } if (len == 0 || *str != ',') return -1; str++, len--; if (len == 0 || *str != 'i') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; sf->iter = 0; for (; len > 0 && *str >= '0' && *str <= '9'; str++, len--) { size_t last_iter = sf->iter; sf->iter = sf->iter * 10 + (*str - '0'); /* Protect against wrap arounds. */ if (sf->iter < last_iter) return -1; } if (len > 0 && *str != ',') return -1; /* FIXME check that any extension fields follow valid syntax. */ if (scram_valid_server_first (sf) < 0) return -1; return 0; } int scram_parse_client_final (const char *str, size_t len, struct scram_client_final *cl) { /* Minimum client final string is 'c=biws,r=ab,p=ab=='. */ if (strnlen (str, len) < 18) return -1; if (len == 0 || *str != 'c') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; { const char *p; size_t l; p = memchr (str, ',', len); if (!p) return -1; l = p - str; if (len < l) return -1; cl->cbind = malloc (l + 1); if (!cl->cbind) return -1; memcpy (cl->cbind, str, l); cl->cbind[l] = '\0'; str = p; len -= l; } if (len == 0 || *str != ',') return -1; str++, len--; if (len == 0 || *str != 'r') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; { const char *p; size_t l; p = memchr (str, ',', len); if (!p) return -1; l = p - str; if (len < l) return -1; cl->nonce = malloc (l + 1); if (!cl->nonce) return -1; memcpy (cl->nonce, str, l); cl->nonce[l] = '\0'; str = p; len -= l; } if (len == 0 || *str != ',') return -1; str++, len--; /* Ignore extensions. */ while (len > 0 && c_isalpha (*str) && *str != 'p') { const char *p; size_t l; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; p = memchr (str, ',', len); if (!p) return -1; p++; l = p - str; if (len < l) return -1; str = p; len -= l; } if (len == 0 || *str != 'p') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; /* Sanity check proof. */ if (memchr (str, '\0', len)) return -1; cl->proof = malloc (len + 1); if (!cl->proof) return -1; memcpy (cl->proof, str, len); cl->proof[len] = '\0'; if (scram_valid_client_final (cl) < 0) return -1; return 0; } int scram_parse_server_final (const char *str, size_t len, struct scram_server_final *sl) { /* Minimum client final string is 'v=ab=='. */ if (strnlen (str, len) < 6) return -1; if (len == 0 || *str != 'v') return -1; str++, len--; if (len == 0 || *str != '=') return -1; str++, len--; /* Sanity check proof. */ if (memchr (str, '\0', len)) return -1; sl->verifier = malloc (len + 1); if (!sl->verifier) return -1; memcpy (sl->verifier, str, len); sl->verifier[len] = '\0'; if (scram_valid_server_final (sl) < 0) return -1; return 0; } gsasl-1.8.0/lib/scram/printer.c0000664000000000000000000001000211754555060013225 00000000000000/* printer.h --- Convert SCRAM token structures into strings. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "printer.h" /* Get free. */ #include /* Get asprintf. */ #include /* Get strdup. */ #include /* Get token validator. */ #include "validate.h" static char * scram_escape (const char *str) { char *out = malloc (strlen (str) * 3 + 1); char *p = out; if (!out) return NULL; while (*str) { if (*str == ',') { memcpy (p, "=2C", 3); p += 3; } else if (*str == '=') { memcpy (p, "=3D", 3); p += 3; } else { *p = *str; p++; } str++; } *p = '\0'; return out; } /* Print SCRAM client-first token into newly allocated output string OUT. Returns 0 on success, -1 on invalid token, and -2 on memory allocation errors. */ int scram_print_client_first (struct scram_client_first *cf, char **out) { char *username = NULL; char *authzid = NULL; int n; /* Below we assume fields are sensible, so first verify that to avoid crashes. */ if (!scram_valid_client_first (cf)) return -1; /* Escape username and authzid. */ username = scram_escape (cf->username); if (!username) return -2; if (cf->authzid) { authzid = scram_escape (cf->authzid); if (!authzid) return -2; } n = asprintf (out, "%c%s%s,%s%s,n=%s,r=%s", cf->cbflag, cf->cbflag == 'p' ? "=" : "", cf->cbflag == 'p' ? cf->cbname : "", authzid ? "a=" : "", authzid ? authzid : "", username, cf->client_nonce); free (username); free (authzid); if (n <= 0 || *out == NULL) return -1; return 0; } /* Print SCRAM server-first token into newly allocated output string OUT. Returns 0 on success, -1 on invalid token, and -2 on memory allocation errors. */ int scram_print_server_first (struct scram_server_first *sf, char **out) { int n; /* Below we assume fields are sensible, so first verify that to avoid crashes. */ if (!scram_valid_server_first (sf)) return -1; n = asprintf (out, "r=%s,s=%s,i=%lu", sf->nonce, sf->salt, (unsigned long) sf->iter); if (n <= 0 || *out == NULL) return -1; return 0; } /* Print SCRAM client-final token into newly allocated output string OUT. Returns 0 on success, -1 on invalid token, and -2 on memory allocation errors. */ int scram_print_client_final (struct scram_client_final *cl, char **out) { int n; /* Below we assume fields are sensible, so first verify that to avoid crashes. */ if (!scram_valid_client_final (cl)) return -1; n = asprintf (out, "c=%s,r=%s,p=%s", cl->cbind, cl->nonce, cl->proof); if (n <= 0 || *out == NULL) return -1; return 0; } /* Print SCRAM server-final token into newly allocated output string OUT. Returns 0 on success, -1 on invalid token, and -2 on memory allocation errors. */ int scram_print_server_final (struct scram_server_final *sl, char **out) { int n; /* Below we assume fields are sensible, so first verify that to avoid crashes. */ if (!scram_valid_server_final (sl)) return -1; n = asprintf (out, "v=%s", sl->verifier); if (n <= 0 || *out == NULL) return -1; return 0; } gsasl-1.8.0/lib/scram/server.c0000664000000000000000000002711411754555060013064 00000000000000/* server.c --- SASL CRAM-MD5 server side functions. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get specification. */ #include "scram.h" /* Get malloc, free, strtoul. */ #include /* Get ULONG_MAX. */ #include /* Get memcpy, strdup, strlen. */ #include /* Get MAX. */ #include "minmax.h" #include "tokens.h" #include "parser.h" #include "printer.h" #include "gc.h" #include "memxor.h" #define DEFAULT_SALT_BYTES 12 #define SNONCE_ENTROPY_BYTES 18 struct scram_server_state { int plus; int step; char *cbind; char *gs2header; /* copy of client first gs2-header */ char *cfmb_str; /* copy of client first message bare */ char *sf_str; /* copy of server first message */ char *snonce; char *clientproof; char *storedkey; char *serverkey; char *authmessage; char *cbtlsunique; size_t cbtlsuniquelen; struct scram_client_first cf; struct scram_server_first sf; struct scram_client_final cl; struct scram_server_final sl; }; static int scram_start (Gsasl_session * sctx, void **mech_data, int plus) { struct scram_server_state *state; char buf[MAX (SNONCE_ENTROPY_BYTES, DEFAULT_SALT_BYTES)]; const char *p; int rc; state = (struct scram_server_state *) calloc (sizeof (*state), 1); if (state == NULL) return GSASL_MALLOC_ERROR; state->plus = plus; rc = gsasl_nonce (buf, SNONCE_ENTROPY_BYTES); if (rc != GSASL_OK) goto end; rc = gsasl_base64_to (buf, SNONCE_ENTROPY_BYTES, &state->snonce, NULL); if (rc != GSASL_OK) goto end; rc = gsasl_nonce (buf, DEFAULT_SALT_BYTES); if (rc != GSASL_OK) goto end; rc = gsasl_base64_to (buf, DEFAULT_SALT_BYTES, &state->sf.salt, NULL); if (rc != GSASL_OK) goto end; p = gsasl_property_get (sctx, GSASL_CB_TLS_UNIQUE); if (plus && !p) { rc = GSASL_NO_CB_TLS_UNIQUE; goto end; } if (p) { rc = gsasl_base64_from (p, strlen (p), &state->cbtlsunique, &state->cbtlsuniquelen); if (rc != GSASL_OK) goto end; } *mech_data = state; return GSASL_OK; end: free (state->sf.salt); free (state->snonce); free (state); return rc; } int _gsasl_scram_sha1_server_start (Gsasl_session * sctx, void **mech_data) { return scram_start (sctx, mech_data, 0); } int _gsasl_scram_sha1_plus_server_start (Gsasl_session * sctx, void **mech_data) { return scram_start (sctx, mech_data, 1); } int _gsasl_scram_sha1_server_step (Gsasl_session * sctx, void *mech_data, const char *input, size_t input_len, char **output, size_t * output_len) { struct scram_server_state *state = mech_data; int res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; int rc; *output = NULL; *output_len = 0; switch (state->step) { case 0: { if (input_len == 0) return GSASL_NEEDS_MORE; if (scram_parse_client_first (input, input_len, &state->cf) < 0) return GSASL_MECHANISM_PARSE_ERROR; /* In PLUS server mode, we require use of channel bindings. */ if (state->plus && state->cf.cbflag != 'p') return GSASL_AUTHENTICATION_ERROR; /* In non-PLUS mode, but where have channel bindings data (and thus advertised PLUS) we reject a client 'y' cbflag. */ if (!state->plus && state->cbtlsuniquelen > 0 && state->cf.cbflag == 'y') return GSASL_AUTHENTICATION_ERROR; /* Check that username doesn't fail SASLprep. */ { char *tmp; rc = gsasl_saslprep (state->cf.username, GSASL_ALLOW_UNASSIGNED, &tmp, NULL); if (rc != GSASL_OK || *tmp == '\0') return GSASL_AUTHENTICATION_ERROR; gsasl_free (tmp); } { const char *p; /* Save "gs2-header" and "message-bare" for next step. */ p = memchr (input, ',', input_len); if (!p) return GSASL_AUTHENTICATION_ERROR; p++; p = memchr (p, ',', input_len - (p - input)); if (!p) return GSASL_AUTHENTICATION_ERROR; p++; state->gs2header = malloc (p - input + 1); if (!state->gs2header) return GSASL_MALLOC_ERROR; memcpy (state->gs2header, input, p - input); state->gs2header[p - input] = '\0'; state->cfmb_str = malloc (input_len - (p - input) + 1); if (!state->cfmb_str) return GSASL_MALLOC_ERROR; memcpy (state->cfmb_str, p, input_len - (p - input)); state->cfmb_str[input_len - (p - input)] = '\0'; } /* Create new nonce. */ { size_t cnlen = strlen (state->cf.client_nonce); state->sf.nonce = malloc (cnlen + SNONCE_ENTROPY_BYTES + 1); if (!state->sf.nonce) return GSASL_MALLOC_ERROR; memcpy (state->sf.nonce, state->cf.client_nonce, cnlen); memcpy (state->sf.nonce + cnlen, state->snonce, SNONCE_ENTROPY_BYTES); state->sf.nonce[cnlen + SNONCE_ENTROPY_BYTES] = '\0'; } gsasl_property_set (sctx, GSASL_AUTHID, state->cf.username); gsasl_property_set (sctx, GSASL_AUTHZID, state->cf.authzid); { const char *p = gsasl_property_get (sctx, GSASL_SCRAM_ITER); if (p) state->sf.iter = strtoul (p, NULL, 10); if (!p || state->sf.iter == 0 || state->sf.iter == ULONG_MAX) state->sf.iter = 4096; } { const char *p = gsasl_property_get (sctx, GSASL_SCRAM_SALT); if (p) { free (state->sf.salt); state->sf.salt = strdup (p); } } rc = scram_print_server_first (&state->sf, &state->sf_str); if (rc != 0) return GSASL_MALLOC_ERROR; *output = strdup (state->sf_str); if (!*output) return GSASL_MALLOC_ERROR; *output_len = strlen (*output); state->step++; return GSASL_NEEDS_MORE; break; } case 1: { if (scram_parse_client_final (input, input_len, &state->cl) < 0) return GSASL_MECHANISM_PARSE_ERROR; if (strcmp (state->cl.nonce, state->sf.nonce) != 0) return GSASL_AUTHENTICATION_ERROR; /* Base64 decode the c= field and check that it matches client-first. Also check channel binding data. */ { size_t len; rc = gsasl_base64_from (state->cl.cbind, strlen (state->cl.cbind), &state->cbind, &len); if (rc != 0) return rc; if (state->cf.cbflag == 'p') { if (len < strlen (state->gs2header)) return GSASL_AUTHENTICATION_ERROR; if (memcmp (state->cbind, state->gs2header, strlen (state->gs2header)) != 0) return GSASL_AUTHENTICATION_ERROR; if (len - strlen (state->gs2header) != state->cbtlsuniquelen) return GSASL_AUTHENTICATION_ERROR; if (memcmp (state->cbind + strlen (state->gs2header), state->cbtlsunique, state->cbtlsuniquelen) != 0) return GSASL_AUTHENTICATION_ERROR; } else { if (len != strlen (state->gs2header)) return GSASL_AUTHENTICATION_ERROR; if (memcmp (state->cbind, state->gs2header, len) != 0) return GSASL_AUTHENTICATION_ERROR; } } /* Base64 decode client proof and check that length matches SHA-1 size. */ { size_t len; rc = gsasl_base64_from (state->cl.proof, strlen (state->cl.proof), &state->clientproof, &len); if (rc != 0) return rc; if (len != 20) return GSASL_MECHANISM_PARSE_ERROR; } { const char *p; /* Get StoredKey and ServerKey */ if ((p = gsasl_property_get (sctx, GSASL_PASSWORD))) { Gc_rc err; char *salt; size_t saltlen; char saltedpassword[20]; char *clientkey; char *preppasswd; rc = gsasl_saslprep (p, 0, &preppasswd, NULL); if (rc != GSASL_OK) return rc; rc = gsasl_base64_from (state->sf.salt, strlen (state->sf.salt), &salt, &saltlen); if (rc != 0) { gsasl_free (preppasswd); return rc; } /* SaltedPassword := Hi(password, salt) */ err = gc_pbkdf2_sha1 (preppasswd, strlen (preppasswd), salt, saltlen, state->sf.iter, saltedpassword, 20); gsasl_free (preppasswd); gsasl_free (salt); if (err != GC_OK) return GSASL_MALLOC_ERROR; /* ClientKey := HMAC(SaltedPassword, "Client Key") */ #define CLIENT_KEY "Client Key" rc = gsasl_hmac_sha1 (saltedpassword, 20, CLIENT_KEY, strlen (CLIENT_KEY), &clientkey); if (rc != 0) return rc; /* StoredKey := H(ClientKey) */ rc = gsasl_sha1 (clientkey, 20, &state->storedkey); free (clientkey); if (rc != 0) return rc; /* ServerKey := HMAC(SaltedPassword, "Server Key") */ #define SERVER_KEY "Server Key" rc = gsasl_hmac_sha1 (saltedpassword, 20, SERVER_KEY, strlen (SERVER_KEY), &state->serverkey); if (rc != 0) return rc; } else return GSASL_NO_PASSWORD; /* Compute AuthMessage */ { size_t len; int n; /* Get client-final-message-without-proof. */ p = memmem (input, input_len, ",p=", 3); if (!p) return GSASL_MECHANISM_PARSE_ERROR; len = p - input; n = asprintf (&state->authmessage, "%s,%.*s,%.*s", state->cfmb_str, (int) strlen (state->sf_str), state->sf_str, (int) len, input); if (n <= 0 || !state->authmessage) return GSASL_MALLOC_ERROR; } /* Check client proof. */ { char *clientsignature; char *maybe_storedkey; /* ClientSignature := HMAC(StoredKey, AuthMessage) */ rc = gsasl_hmac_sha1 (state->storedkey, 20, state->authmessage, strlen (state->authmessage), &clientsignature); if (rc != 0) return rc; /* ClientKey := ClientProof XOR ClientSignature */ memxor (clientsignature, state->clientproof, 20); rc = gsasl_sha1 (clientsignature, 20, &maybe_storedkey); free (clientsignature); if (rc != 0) return rc; rc = memcmp (state->storedkey, maybe_storedkey, 20); free (maybe_storedkey); if (rc != 0) return GSASL_AUTHENTICATION_ERROR; } /* Generate server verifier. */ { char *serversignature; /* ServerSignature := HMAC(ServerKey, AuthMessage) */ rc = gsasl_hmac_sha1 (state->serverkey, 20, state->authmessage, strlen (state->authmessage), &serversignature); if (rc != 0) return rc; rc = gsasl_base64_to (serversignature, 20, &state->sl.verifier, NULL); free (serversignature); if (rc != 0) return rc; } } rc = scram_print_server_final (&state->sl, output); if (rc != 0) return GSASL_MALLOC_ERROR; *output_len = strlen (*output); state->step++; return GSASL_OK; break; } default: break; } return res; } void _gsasl_scram_sha1_server_finish (Gsasl_session * sctx, void *mech_data) { struct scram_server_state *state = mech_data; if (!state) return; free (state->cbind); free (state->gs2header); free (state->cfmb_str); free (state->sf_str); free (state->snonce); free (state->clientproof); free (state->storedkey); free (state->serverkey); free (state->authmessage); free (state->cbtlsunique); scram_free_client_first (&state->cf); scram_free_server_first (&state->sf); scram_free_client_final (&state->cl); scram_free_server_final (&state->sl); free (state); } gsasl-1.8.0/lib/scram/Makefile.in0000664000000000000000000011775111760730703013462 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2009-2012 Simon Josefsson # # This file is part of GNU SASL Library. # # GNU SASL Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License # as published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # GNU SASL Library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with GNU SASL Library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @CLIENT_TRUE@am__append_1 = client.c @SERVER_TRUE@am__append_2 = server.c subdir = scram DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/base64.m4 \ $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fdopen.m4 $(top_srcdir)/gl/m4/float_h.m4 \ $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/gc-hmac-md5.m4 \ $(top_srcdir)/gl/m4/gc-hmac-sha1.m4 \ $(top_srcdir)/gl/m4/gc-md5.m4 $(top_srcdir)/gl/m4/gc-random.m4 \ $(top_srcdir)/gl/m4/gc-sha1.m4 $(top_srcdir)/gl/m4/gc.m4 \ $(top_srcdir)/gl/m4/getdelim.m4 $(top_srcdir)/gl/m4/getline.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/gss-extra.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/ld-output-def.m4 \ $(top_srcdir)/gl/m4/ld-version-script.m4 \ $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/md5.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ $(top_srcdir)/gl/m4/memxor.m4 $(top_srcdir)/gl/m4/minmax.m4 \ $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/sha1.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/string_h.m4 $(top_srcdir)/gl/m4/strndup.m4 \ $(top_srcdir)/gl/m4/strnlen.m4 \ $(top_srcdir)/gl/m4/strverscmp.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/wchar_h.m4 $(top_srcdir)/m4/gettext.m4 \ $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/update-header-version.m4 \ $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_scram_la_LIBADD = am__libgsasl_scram_la_SOURCES_DIST = scram.h mechinfo.c tokens.h \ tokens.c validate.h validate.c parser.h parser.c printer.h \ printer.c client.c server.c @CLIENT_TRUE@am__objects_1 = client.lo @SERVER_TRUE@am__objects_2 = server.lo am_libgsasl_scram_la_OBJECTS = mechinfo.lo tokens.lo validate.lo \ parser.lo printer.lo $(am__objects_1) $(am__objects_2) libgsasl_scram_la_OBJECTS = $(am_libgsasl_scram_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_scram_la_SOURCES) DIST_SOURCES = $(am__libgsasl_scram_la_SOURCES_DIST) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DLL_VERSION = @DLL_VERSION@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GSS_CFLAGS = @GSS_CFLAGS@ GSS_LIBS = @GSS_LIBS@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGCRYPT = @HAVE_LIBGCRYPT@ HAVE_LIBGSS = @HAVE_LIBGSS@ HAVE_LIBGSSAPI32 = @HAVE_LIBGSSAPI32@ HAVE_LIBIDN = @HAVE_LIBIDN@ HAVE_LIBNTLM = @HAVE_LIBNTLM@ HAVE_LIBSHISHI = @HAVE_LIBSHISHI@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_VISIBILITY = @HAVE_VISIBILITY@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ KRB5_CONFIG = @KRB5_CONFIG@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGCRYPT = @LIBGCRYPT@ LIBGCRYPT_PREFIX = @LIBGCRYPT_PREFIX@ LIBGSS = @LIBGSS@ LIBGSSAPI32 = @LIBGSSAPI32@ LIBGSSAPI32_PREFIX = @LIBGSSAPI32_PREFIX@ LIBGSS_PREFIX = @LIBGSS_PREFIX@ LIBICONV = @LIBICONV@ LIBIDN = @LIBIDN@ LIBIDN_PREFIX = @LIBIDN_PREFIX@ LIBINTL = @LIBINTL@ LIBNTLM = @LIBNTLM@ LIBNTLM_PREFIX = @LIBNTLM_PREFIX@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSHISHI = @LIBSHISHI@ LIBSHISHI_PREFIX = @LIBSHISHI_PREFIX@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBGCRYPT = @LTLIBGCRYPT@ LTLIBGSS = @LTLIBGSS@ LTLIBGSSAPI32 = @LTLIBGSSAPI32@ LTLIBICONV = @LTLIBICONV@ LTLIBIDN = @LTLIBIDN@ LTLIBINTL = @LTLIBINTL@ LTLIBNTLM = @LTLIBNTLM@ LTLIBOBJS = @LTLIBOBJS@ LTLIBSHISHI = @LTLIBSHISHI@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_REVISION = @LT_REVISION@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) \ $(CFLAG_VISIBILITY) AM_CPPFLAGS = -I$(srcdir)/../src -I../src -I$(srcdir)/../gl -I../gl noinst_LTLIBRARIES = libgsasl-scram.la libgsasl_scram_la_SOURCES = scram.h mechinfo.c tokens.h tokens.c \ validate.h validate.c parser.h parser.c printer.h printer.c \ $(am__append_1) $(am__append_2) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scram/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu scram/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl-scram.la: $(libgsasl_scram_la_OBJECTS) $(libgsasl_scram_la_DEPENDENCIES) $(EXTRA_libgsasl_scram_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libgsasl_scram_la_OBJECTS) $(libgsasl_scram_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mechinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tokens.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validate.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/lib/scram/validate.c0000664000000000000000000000671411754555060013352 00000000000000/* validate.c --- Validate consistency of SCRAM tokens. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif /* Get prototypes. */ #include "validate.h" /* Get strcmp, strlen. */ #include bool scram_valid_client_first (struct scram_client_first *cf) { /* Check that cbflag is one of permitted values. */ switch (cf->cbflag) { case 'p': case 'n': case 'y': break; default: return false; } /* Check that cbname is only set when cbflag is p. */ if (cf->cbflag == 'p' && cf->cbname == NULL) return false; else if (cf->cbflag != 'p' && cf->cbname != NULL) return false; if (cf->cbname) { const char *p = cf->cbname; while (*p && strchr ("ABCDEFGHIJKLMNOPQRSTUVWXYZ" "abcdefghijklmnopqrstuvwxyz" "0123456789.-", *p)) p++; if (*p) return false; } /* We require a non-zero username string. */ if (cf->username == NULL || *cf->username == '\0') return false; /* We require a non-zero client nonce. */ if (cf->client_nonce == NULL || *cf->client_nonce == '\0') return false; /* Nonce cannot contain ','. */ if (strchr (cf->client_nonce, ',')) return false; return true; } bool scram_valid_server_first (struct scram_server_first * sf) { /* We require a non-zero nonce. */ if (sf->nonce == NULL || *sf->nonce == '\0') return false; /* Nonce cannot contain ','. */ if (strchr (sf->nonce, ',')) return false; /* We require a non-zero salt. */ if (sf->salt == NULL || *sf->salt == '\0') return false; /* FIXME check that salt is valid base64. */ if (strchr (sf->salt, ',')) return false; if (sf->iter == 0) return false; return true; } bool scram_valid_client_final (struct scram_client_final * cl) { /* We require a non-zero cbind. */ if (cl->cbind == NULL || *cl->cbind == '\0') return false; /* FIXME check that cbind is valid base64. */ if (strchr (cl->cbind, ',')) return false; /* We require a non-zero nonce. */ if (cl->nonce == NULL || *cl->nonce == '\0') return false; /* Nonce cannot contain ','. */ if (strchr (cl->nonce, ',')) return false; /* We require a non-zero proof. */ if (cl->proof == NULL || *cl->proof == '\0') return false; /* FIXME check that proof is valid base64. */ if (strchr (cl->proof, ',')) return false; return true; } bool scram_valid_server_final (struct scram_server_final * sl) { /* We require a non-zero verifier. */ if (sl->verifier == NULL || *sl->verifier == '\0') return false; /* FIXME check that verifier is valid base64. */ if (strchr (sl->verifier, ',')) return false; return true; } gsasl-1.8.0/lib/scram/tokens.h0000664000000000000000000000312111754555060013056 00000000000000/* tokens.h --- Types for SCRAM tokens. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef SCRAM_TOKENS_H #define SCRAM_TOKENS_H /* Get size_t. */ #include struct scram_client_first { char cbflag; char *cbname; char *authzid; char *username; char *client_nonce; }; struct scram_server_first { char *nonce; char *salt; size_t iter; }; struct scram_client_final { char *cbind; char *nonce; char *proof; }; struct scram_server_final { char *verifier; }; extern void scram_free_client_first (struct scram_client_first *cf); extern void scram_free_server_first (struct scram_server_first *sf); extern void scram_free_client_final (struct scram_client_final *cl); extern void scram_free_server_final (struct scram_server_final *sl); #endif /* SCRAM_TOKENS_H */ gsasl-1.8.0/lib/scram/validate.h0000664000000000000000000000252311754555060013351 00000000000000/* validate.h --- Validate consistency of SCRAM tokens. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef SCRAM_VALIDATE_H #define SCRAM_VALIDATE_H /* Get token types. */ #include "tokens.h" /* Get bool. */ #include extern bool scram_valid_client_first (struct scram_client_first *cf); extern bool scram_valid_server_first (struct scram_server_first *sf); extern bool scram_valid_client_final (struct scram_client_final *cl); extern bool scram_valid_server_final (struct scram_server_final *sl); #endif /* SCRAM_VALIDATE_H */ gsasl-1.8.0/lib/scram/printer.h0000664000000000000000000000253411754555060013245 00000000000000/* printer.h --- Convert SCRAM token structures into strings. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL Library. * * GNU SASL Library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * GNU SASL Library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with GNU SASL Library; if not, write to the Free * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * Boston, MA 02110-1301, USA. * */ #ifndef SCRAM_PRINTER_H #define SCRAM_PRINTER_H /* Get token types. */ #include "tokens.h" extern int scram_print_client_first (struct scram_client_first *cf, char **out); extern int scram_print_server_first (struct scram_server_first *cf, char **out); extern int scram_print_client_final (struct scram_client_final *cl, char **out); extern int scram_print_server_final (struct scram_server_final *sl, char **out); #endif /* SCRAM_PRINTER_H */ gsasl-1.8.0/cfg.mk0000664000000000000000000001612311760731737010631 00000000000000# Copyright (C) 2006-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . WFLAGS ?= --enable-gcc-warnings ADDFLAGS ?= CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf $(ADDFLAGS) $(WFLAGS) _build-aux = lib/build-aux INDENT_SOURCES = `find . -name '*.[chly]' | grep -v -e /gl -e build-aux -e /win32/ -e /examples/` ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) .DEFAULT_GOAL := bootstrap endif local-checks-to-skip = sc_prohibit_strcmp sc_error_message_uppercase \ sc_prohibit_have_config_h sc_require_config_h \ sc_require_config_h_first sc_immutable_NEWS sc_po_check VC_LIST_ALWAYS_EXCLUDE_REGEX = \ ^((lib/)?GNUmakefile|gtk-doc.make|m4/pkg.m4|doc/gendocs_template|doc/fdl-1.3.texi|doc/specification|doc/doxygen/Doxyfile|(lib/)?po/.*.po.in|(lib/)?maint.mk|((lib/)?(gl|gltests|build-aux))/.*) # Explicit syntax-check exceptions. exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^doc/.*\.(dia|png)|tests/gssapi.tkt$$ exclude_file_name_regexp--sc_GPL_version = ^doc/lgpl-2.1.texi|lib/.*$$ exclude_file_name_regexp--sc_copyright_check = ^doc/gsasl.texi$$ exclude_file_name_regexp--sc_unmarked_diagnostics = ^examples/.*|src/gsasl.c$$ exclude_file_name_regexp--sc_bindtextdomain = ^doc/print-errors.c|examples/.*|lib/digest-md5/test-parser.c|lib/tests/test-error.c|tests/.*$$ exclude_file_name_regexp--sc_program_name = $(exclude_file_name_regexp--sc_bindtextdomain) exclude_file_name_regexp--sc_prohibit_magic_number_exit = ^doc/gsasl.texi|examples/(openid20|saml20)/.*.php|tests.*$$ exclude_file_name_regexp--sc_trailing_blank = ^doc/.*\.(eps|png)|(lib/)?po/.*$$ update-copyright-env = UPDATE_COPYRIGHT_HOLDER="Simon Josefsson" UPDATE_COPYRIGHT_USE_INTERVALS=2 UPDATE_COPYRIGHT_FORCE=1 autoreconf: for f in po/*.po.in lib/po/*.po.in; do \ cp $$f `echo $$f | sed 's/.in//'`; \ done mv $(_build-aux)/config.rpath $(_build-aux)/config.rpath- touch ChangeLog lib/ChangeLog test -f ./configure || autoreconf --install mv $(_build-aux)/config.rpath- $(_build-aux)/config.rpath update-po: $(MAKE) -C lib refresh-po PACKAGE=libgsasl $(MAKE) refresh-po PACKAGE=gsasl for f in `ls lib/po/*.po po/*.po | grep -v quot.po`; do \ cp $$f $$f.in; \ done git add po/*.po.in lib/po/*.po.in git commit -m "Sync with TP." \ po/LINGUAS po/*.po.in lib/po/LINGUAS lib/po/*.po.in bootstrap: autoreconf ./configure $(CFGFLAGS) glimport: gnulib-tool --m4-base gl/m4 --add-import cd lib && gnulib-tool --m4-base gl/m4 --add-import review-diff: git diff `git describe --abbrev=0`.. \ | grep -v -e ^index -e '^diff --git' \ | filterdiff -p 1 -x 'gl/*' -x 'gltests/*' -x 'lib/build-aux/*' -x 'lib/gl*' -x 'lib/gltests/*' -x 'po/*' -x 'lib/po/*' -x 'maint.mk' -x 'lib/maint.mk' -x '.gitignore' -x '.x-sc*' -x ChangeLog -x GNUmakefile \ | less # Release htmldir = ../www-$(PACKAGE) i18n: -$(MAKE) update-po coverage-my: ln -s . gl/unistr/unistr ln -s . gltests/glthread/glthread ln -s . gltests/unistr/unistr $(MAKE) coverage WERROR_CFLAGS= VALGRIND= coverage-copy: rm -fv `find $(htmldir)/coverage -type f | grep -v CVS` mkdir -p $(htmldir)/coverage/ cp -rv $(COVERAGE_OUT)/* $(htmldir)/coverage/ coverage-upload: cd $(htmldir) && \ find coverage -type d -! -name CVS -! -name '.' \ -exec cvs add {} \; && \ find coverage -type d -! -name CVS -! -name '.' \ -exec sh -c "cvs add -kb {}/*.png" \; && \ find coverage -type d -! -name CVS -! -name '.' \ -exec sh -c "cvs add {}/*.html" \; && \ cvs add coverage/$(PACKAGE).info coverage/gcov.css || true && \ cvs commit -m "Update." coverage clang: make clean scan-build ./configure rm -rf scan.tmp scan-build -o scan.tmp make clang-copy: rm -fv `find $(htmldir)/clang-analyzer -type f | grep -v CVS` mkdir -p $(htmldir)/clang-analyzer/ cp -rv scan.tmp/*/* $(htmldir)/clang-analyzer/ clang-upload: cd $(htmldir) && \ cvs add clang-analyzer || true && \ cvs add clang-analyzer/*.css clang-analyzer/*.js \ clang-analyzer/*.html || true && \ cvs commit -m "Update." clang-analyzer cyclo-copy: cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/index.html cyclo-upload: cd $(htmldir) && cvs commit -m "Update." cyclo/index.html gendoc-copy: cd doc && env MAKEINFO="makeinfo -I ../examples" \ TEXI2DVI="texi2dvi -I ../examples" \ $(SHELL) ../$(_build-aux)/gendocs.sh \ --html "--css-include=texinfo.css" \ -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)" gendoc-upload: cd $(htmldir) && \ cvs add manual || true && \ cvs add manual/html_node || true && \ cvs add -kb manual/*.gz manual/*.pdf || true && \ cvs add manual/*.txt manual/*.html \ manual/html_node/*.html || true && \ cvs commit -m "Update." manual/ gtkdoc-copy: mkdir -p $(htmldir)/reference/ cp -v doc/reference/$(PACKAGE).pdf \ doc/reference/html/*.html \ doc/reference/html/*.png \ doc/reference/html/*.devhelp2 \ doc/reference/html/*.css \ $(htmldir)/reference/ gtkdoc-upload: cd $(htmldir) && \ cvs add reference || true && \ cvs add -kb reference/*.png reference/*.pdf || true && \ cvs add reference/*.html reference/*.css \ reference/*.devhelp2 || true && \ cvs commit -m "Update." reference/ doxygen-copy: cd doc/doxygen && \ doxygen && \ cd ../.. && \ cp -v doc/doxygen/html/* $(htmldir)/doxygen/ && \ cd doc/doxygen/latex && \ make refman.pdf && \ cd ../../../ && \ cp doc/doxygen/latex/refman.pdf $(htmldir)/doxygen/$(PACKAGE).pdf doxygen-upload: cd $(htmldir) && \ cvs commit -m "Update." doxygen/ ChangeLog: git2cl > ChangeLog cat .clcopying >> ChangeLog tag = $(PACKAGE)-`echo $(VERSION) | sed 's/\./-/g'` tarball: $(MAKE) -C lib tarball ! git tag -l $(tag) | grep $(PACKAGE) > /dev/null rm -f ChangeLog $(MAKE) ChangeLog distcheck binaries: -mkdir windows/dist cp $(distdir).tar.gz windows/dist cd windows && $(MAKE) -f gsasl4win.mk gsasl4win VERSION=$(VERSION) source: git tag -u b565716f -m $(VERSION) $(tag) release-check: syntax-check i18n tarball binaries cyclo-copy gendoc-copy gtkdoc-copy doxygen-copy coverage-my coverage-copy clang clang-copy release-upload-www: cyclo-upload gendoc-upload gtkdoc-upload doxygen-upload coverage-upload clang-upload site = ftp.gnu.org release-upload-ftp: $(_build-aux)/gnupload --to $(site):$(PACKAGE) $(distdir).tar.gz cd lib && ../$(_build-aux)/gnupload --to $(site):$(PACKAGE) lib$(distdir).tar.gz cd windows && ../$(_build-aux)/gnupload --to $(site):$(PACKAGE) gsasl-*.zip cp -v $(distdir).tar.gz* lib/lib$(distdir).tar.gz* windows/gsasl-*.zip* ../releases/$(PACKAGE)/ git push git push --tags release: release-check release-upload-www source release-upload-ftp gsasl-1.8.0/examples/0000775000000000000000000000000011760732123011422 500000000000000gsasl-1.8.0/examples/client-callback.c0000664000000000000000000000715611757101427014532 00000000000000/* client-callback.c --- Example SASL client, with callback for user info. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server send data first. */ do { printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { printf ("Output:\n%s\n", p); gsasl_free (p); } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech = "SECURID"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { char buf[BUFSIZ] = ""; int rc = GSASL_NO_CALLBACK; char *p; /* Get user info from user. */ printf ("Callback invoked, for property %d.\n", prop); switch (prop) { case GSASL_PASSCODE: printf ("Enter passcode:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); break; } buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_PASSCODE, buf); rc = GSASL_OK; break; case GSASL_AUTHID: printf ("Enter username:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); break; } buf[strlen (buf) - 1] = '\0'; gsasl_property_set (sctx, GSASL_AUTHID, buf); rc = GSASL_OK; break; default: printf ("Unknown property! Don't worry.\n"); break; } return rc; } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Set the callback handler for the library. */ gsasl_callback_set (ctx, callback); /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/client-mech.c0000664000000000000000000000715711757101430013705 00000000000000/* client-mech.c --- Example SASL client, with a choice of mechanism to use. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server send data first. */ do { printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { printf ("Output:\n%s\n", p); gsasl_free (p); } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static const char * client_mechanism (Gsasl * ctx) { static char mech[GSASL_MAX_MECHANISM_SIZE + 1] = ""; char mechlist[BUFSIZ] = ""; const char *suggestion; char *p; printf ("Enter list of server supported mechanisms, separate by SPC:\n"); p = fgets (mechlist, sizeof (mechlist) - 1, stdin); if (p == NULL) { perror ("fgets"); return NULL; } suggestion = gsasl_client_suggest_mechanism (ctx, mechlist); if (suggestion) printf ("Library suggests use of `%s'.\n", suggestion); printf ("Enter mechanism to use:\n"); p = fgets (mech, sizeof (mech) - 1, stdin); if (p == NULL) { perror ("fgets"); return NULL; } mech[strlen (mech) - 1] = '\0'; return mech; } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech; int rc; /* Find out which mechanism to use. */ mech = client_mechanism (ctx); /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/server-xmpp-saml20.c0000664000000000000000000001305111757101436015075 00000000000000/* server-xmpp-saml20.c --- Example XMPP SASL SAML20 server. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static char * xmltob64 (char *buf) { while (*buf && *buf != '>') buf++; if (*buf) buf++; while (*buf && buf[strlen (buf) - 1] != '<') buf[strlen (buf) - 1] = '\0'; if (*buf) buf[strlen (buf) - 1] = '\0'; return buf; } static void server_xmpp (Gsasl_session * session) { char *b64, *p; int rc = GSASL_AUTHENTICATION_ERROR; do { char buf[BUFSIZ] = ""; p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); break; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; b64 = xmltob64 (buf); printf ("parsed: '%s'\n", b64); rc = gsasl_step64 (session, b64, &p); if (rc == GSASL_NEEDS_MORE) { printf ("" "%s\n", p); gsasl_free (p); } } while (rc == GSASL_NEEDS_MORE); if (rc == GSASL_OK) puts (""); else { puts ("" ""); printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); } } static void server (Gsasl * ctx) { Gsasl_session *session; const char *mech = "SAML20"; int rc; /* Create new authentication session. */ if ((rc = gsasl_server_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Do it. */ server_xmpp (session); /* Cleanup. */ gsasl_finish (session); } const char *samlchallenge = "https://saml.example.org/SAML/Browser?SAMLRequest=PHNhbWxwOk" "F1dGhuUmVxdWVzdCB4bWxuczpzYW1scD0idXJuOm9hc2lzOm5hbWVzOnRjOl" "NBTUw6Mi4wOnByb3RvY29sIg0KICAgIElEPSJfYmVjNDI0ZmE1MTAzNDI4OT" "A5YTMwZmYxZTMxMTY4MzI3Zjc5NDc0OTg0IiBWZXJzaW9uPSIyLjAiDQogIC" "AgSXNzdWVJbnN0YW50PSIyMDA3LTEyLTEwVDExOjM5OjM0WiIgRm9yY2VBdX" "Robj0iZmFsc2UiDQogICAgSXNQYXNzaXZlPSJmYWxzZSINCiAgICBQcm90b2" "NvbEJpbmRpbmc9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDpiaW5kaW" "5nczpIVFRQLVBPU1QiDQogICAgQXNzZXJ0aW9uQ29uc3VtZXJTZXJ2aWNlVV" "JMPQ0KICAgICAgICAiaHR0cHM6Ly94bXBwLmV4YW1wbGUuY29tL1NBTUwvQX" "NzZXJ0aW9uQ29uc3VtZXJTZXJ2aWNlIj4NCiA8c2FtbDpJc3N1ZXIgeG1sbn" "M6c2FtbD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOmFzc2VydGlvbi" "I+DQogICAgIGh0dHBzOi8veG1wcC5leGFtcGxlLmNvbQ0KIDwvc2FtbDpJc3" "N1ZXI+DQogPHNhbWxwOk5hbWVJRFBvbGljeSB4bWxuczpzYW1scD0idXJuOm" "9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOnByb3RvY29sIg0KICAgICBGb3JtYX" "Q9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDpuYW1laWQtZm9ybWF0On" "BlcnNpc3RlbnQiDQogICAgIFNQTmFtZVF1YWxpZmllcj0ieG1wcC5leGFtcG" "xlLmNvbSIgQWxsb3dDcmVhdGU9InRydWUiIC8+DQogPHNhbWxwOlJlcXVlc3" "RlZEF1dGhuQ29udGV4dA0KICAgICB4bWxuczpzYW1scD0idXJuOm9hc2lzOm" "5hbWVzOnRjOlNBTUw6Mi4wOnByb3RvY29sIiANCiAgICAgICAgQ29tcGFyaX" "Nvbj0iZXhhY3QiPg0KICA8c2FtbDpBdXRobkNvbnRleHRDbGFzc1JlZg0KIC" "AgICAgeG1sbnM6c2FtbD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOm" "Fzc2VydGlvbiI+DQogICAgICAgICAgIHVybjpvYXNpczpuYW1lczp0YzpTQU" "1MOjIuMDphYzpjbGFzc2VzOlBhc3N3b3JkUHJvdGVjdGVkVHJhbnNwb3J0DQ" "ogIDwvc2FtbDpBdXRobkNvbnRleHRDbGFzc1JlZj4NCiA8L3NhbWxwOlJlcX" "Vlc3RlZEF1dGhuQ29udGV4dD4gDQo8L3NhbWxwOkF1dGhuUmVxdWVzdD4="; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ switch (prop) { case GSASL_SAML20_REDIRECT_URL: printf ("server got identity: %s\n", gsasl_property_get (sctx, GSASL_SAML20_IDP_IDENTIFIER)); gsasl_property_set (sctx, prop, samlchallenge); rc = GSASL_OK; break; case GSASL_VALIDATE_SAML20: { char buf[BUFSIZ] = ""; char *p; puts ("Authorization decision time!"); printf ("User identity: %s\n", gsasl_property_get (sctx, GSASL_SAML20_IDP_IDENTIFIER)); printf ("Accept user? (y/n) "); fflush (stdout); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); break; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; if (strcmp (buf, "y") == 0 || strcmp (buf, "Y") == 0) rc = GSASL_OK; else rc = GSASL_AUTHENTICATION_ERROR; } break; default: printf ("Unknown property %d! Don't worry.\n", prop); break; } return rc; } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Set the callback handler for the library. */ gsasl_callback_set (ctx, callback); /* Do it. */ server (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/client.c0000664000000000000000000000601711757101435012772 00000000000000/* client.c --- Example SASL client. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the client send data first. */ do { /* Generate client output. */ rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { /* If sucessful, print it. */ printf ("Output:\n%s\n", p); gsasl_free (p); } if (rc == GSASL_NEEDS_MORE) { /* If the client need more data from server, get it here. */ printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech = "PLAIN"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/Makefile.am0000664000000000000000000000226711756771114013415 00000000000000## Process this file with automake to produce Makefile.in # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . SUBDIRS = openid20 saml20 AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la EXTRA_DIST = README noinst_PROGRAMS = client client-serverfirst client-mech \ client-callback client-xmpp-saml20 server-xmpp-saml20 if !WINDOWS noinst_PROGRAMS += smtp-server endif gsasl-1.8.0/examples/client-serverfirst.c0000664000000000000000000000552611757101432015347 00000000000000/* client-serverfirst.c --- Example SASL client, where server send data first. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static void client_authenticate (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the server send data first. */ do { printf ("Input base64 encoded data from server:\n"); p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; rc = gsasl_step64 (session, buf, &p); if (rc == GSASL_NEEDS_MORE || rc == GSASL_OK) { printf ("Output:\n%s\n", p); gsasl_free (p); } } while (rc == GSASL_NEEDS_MORE); printf ("\n"); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech = "CRAM-MD5"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Set username and password in session handle. This info will be lost when this session is deallocated below. */ gsasl_property_set (session, GSASL_AUTHID, "jas"); gsasl_property_set (session, GSASL_PASSWORD, "secret"); /* Do it. */ client_authenticate (session); /* Cleanup. */ gsasl_finish (session); } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/client-xmpp-saml20.c0000664000000000000000000001010611757101434015041 00000000000000/* client-xmpp-saml20.c --- Example XMPP SASL SAML20 client. * Copyright (C) 2004-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include static char * xmltob64 (char *buf) { while (*buf && *buf != '>') buf++; if (*buf) buf++; while (*buf && buf[strlen (buf) - 1] != '<') buf[strlen (buf) - 1] = '\0'; if (*buf) buf[strlen (buf) - 1] = '\0'; return buf; } static void client_xmpp (Gsasl_session * session) { char buf[BUFSIZ] = ""; char *p; int rc; /* This loop mimics a protocol where the client send data first, which is something that XMPP supports. For simplicity, it requires that server send the XML blob on one line and XML parser is not complete. */ /* Generate client output. */ rc = gsasl_step64 (session, buf, &p); if (rc != GSASL_NEEDS_MORE) { printf ("SAML20 step error (%d): %s\n", rc, gsasl_strerror (rc)); return; } printf ("%s\n", p); do { char *b64; p = fgets (buf, sizeof (buf) - 1, stdin); if (p == NULL) { perror ("fgets"); return; } if (buf[strlen (buf) - 1] == '\n') buf[strlen (buf) - 1] = '\0'; b64 = xmltob64 (buf); printf ("parsed: '%s'\n", b64); rc = gsasl_step64 (session, b64, &p); if (rc != GSASL_NEEDS_MORE && rc != GSASL_OK) { printf ("SAML20 step error (%d): %s\n", rc, gsasl_strerror (rc)); return; } printf ("" "%s\n", p); gsasl_free (p); } while (rc == GSASL_NEEDS_MORE); if (rc != GSASL_OK) { printf ("Authentication error (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* The client is done. Here you would typically check if the server let the client in. If not, you could try again. */ printf ("If server accepted us, we're done.\n"); } static void client (Gsasl * ctx) { Gsasl_session *session; const char *mech = "SAML20"; int rc; /* Create new authentication session. */ if ((rc = gsasl_client_start (ctx, mech, &session)) != GSASL_OK) { printf ("Cannot initialize client (%d): %s\n", rc, gsasl_strerror (rc)); return; } /* Do it. */ client_xmpp (session); /* Cleanup. */ gsasl_finish (session); } static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ switch (prop) { case GSASL_SAML20_IDP_IDENTIFIER: gsasl_property_set (sctx, prop, "https://saml.example.org/"); rc = GSASL_OK; break; case GSASL_SAML20_AUTHENTICATE_IN_BROWSER: printf ("client got redirect URL: %s\n", gsasl_property_get (sctx, GSASL_SAML20_REDIRECT_URL)); rc = GSASL_OK; break; default: printf ("Unknown property %d! Don't worry.\n", prop); break; } return rc; } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int rc; /* Initialize library. */ if ((rc = gsasl_init (&ctx)) != GSASL_OK) { printf ("Cannot initialize libgsasl (%d): %s", rc, gsasl_strerror (rc)); return 1; } /* Set the callback handler for the library. */ gsasl_callback_set (ctx, callback); /* Do it. */ client (ctx); /* Cleanup. */ gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/openid20/0000775000000000000000000000000011760732123013042 500000000000000gsasl-1.8.0/examples/openid20/gsasl-openid20-redirect.php0000775000000000000000000000433711754555060020041 00000000000000#!/usr/bin/php5 . require_once "Auth/OpenID/Consumer.php"; require_once "Auth/OpenID/FileStore.php"; require_once "Auth/OpenID/SReg.php"; session_start (); $store_path = $argv[1]; $nonce = $argv[2]; $openid_url = file_get_contents ($store_path . "/state/$nonce/openid_url"); $realm = file_get_contents ($store_path . "/state/$nonce/realm"); $return_to = file_get_contents ($store_path . "/state/$nonce/return_to"); print "nonce: ". $nonce ."\n"; print "openid_url: ". $openid_url ."\n"; print "realm: ". $realm ."\n"; print "return_to: ". $return_to ."\n"; $store = new Auth_OpenID_FileStore($store_path); if (!$store) { print "error: Auth_OpenID_FileStore.\n"; exit (1); } $consumer = new Auth_OpenID_Consumer($store); if (!$consumer) { print "error: Auth_OpenID_Consumer.\n"; exit (1); } $request = $consumer->begin($openid_url); if (!$request) { print "error: Auth_OpenID_Consumer->begin.\n"; exit (1); } $sreg = Auth_OpenID_SRegRequest::build(array(), array('nickname', 'fullname', 'email')); if (!$sreg) { print "error: Auth_OpenID_SRegRequest::build\n"; exit (1); } $request->addExtension($sreg); $redirect_url = $request->redirectURL($realm, $return_to); if (Auth_OpenID::isFailure($redirect_url)) { print ("error: Auth_OpenID_Consumer->redirectURL: " . $redirect_url->message); exit (1); } file_put_contents ($store_path . "/state/$nonce/redirect_url", $redirect_url); print "redirect_url: ". $redirect_url ."\n"; ?> gsasl-1.8.0/examples/openid20/Makefile.am0000664000000000000000000000217011756357506015033 00000000000000## Process this file with automake to produce Makefile.in # Copyright (C) 2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src AM_LDFLAGS = -no-install LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la EXTRA_DIST = README gsasl-openid20-redirect.php gsasl-openid20-rp.php if !WINDOWS noinst_PROGRAMS = smtp-server-openid20 endif gsasl-1.8.0/examples/openid20/smtp-server-openid20.c0000664000000000000000000002772211754555060017053 00000000000000/* smtp-server-openid20.c --- Example SMTP server with OpenID 2.0 support * Copyright (C) 2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include /* This is based on ../smtp-server.c but adds support for OpenID 2.0. See README for instructions. */ /* This is a minimal SMTP server with GNU SASL authentication support. The only valid password is "sesam". This server will complete authentications using LOGIN, PLAIN, DIGEST-MD5, CRAM-MD5, and SCRAM-SHA-1. It accepts an optional command line parameter specifying the service name (i.e., a numerical port number or /etc/services name). By default it listens on port "2000". */ #include #include #include #include #include #include #include #include #include #include #include static char *store_path; static char *realm; static char *return_to; static void hex_encode (char *dst, const char *src, size_t len) { static const char trans[] = "0123456789abcdef"; while (len--) { *dst++ = trans[(*src >> 4) & 0xf]; *dst++ = trans[*src++ & 0xf]; } *dst = '\0'; } static int write_file (const char *filename, const char *data) { FILE *fh; fh = fopen (filename, "w"); if (!fh) { perror ("fopen"); return -1; } if (fputs (data, fh) <= 0) return -1; if (fclose (fh) != 0) return -1; return 0; } static char * get_redirect_url (Gsasl_session * sctx) { FILE *fh; char *tmp, *tmp2; char *line = NULL; size_t n = 0; const char *nonce = gsasl_session_hook_get (sctx); int rc; rc = asprintf (&tmp, "%s", store_path); if (rc <= 0) { perror ("asprintf"); return NULL; } mkdir (tmp, 0770); free (tmp); rc = asprintf (&tmp, "%s/state", store_path); if (rc <= 0) { perror ("asprintf"); return NULL; } mkdir (tmp, 0770); free (tmp); rc = asprintf (&tmp, "%s/state/%s", store_path, nonce); if (rc <= 0) { perror ("asprintf"); return NULL; } mkdir (tmp, 0770); free (tmp); rc = asprintf (&tmp, "%s/state/%s/openid_url", store_path, nonce); if (rc <= 0) { perror ("asprintf"); return NULL; } if (write_file (tmp, gsasl_property_fast (sctx, GSASL_AUTHID))) return NULL; free (tmp); rc = asprintf (&tmp, "%s/state/%s/realm", store_path, nonce); if (rc <= 0) { perror ("asprintf"); return NULL; } if (write_file (tmp, realm)) return NULL; free (tmp); rc = asprintf (&tmp, "%s/state/%s/return_to", store_path, nonce); if (rc <= 0) { perror ("asprintf"); return NULL; } rc = asprintf (&tmp2, "%s/%s", return_to, nonce); if (rc <= 0) { perror ("asprintf"); return NULL; } if (write_file (tmp, tmp2)) return NULL; free (tmp); free (tmp2); rc = asprintf (&tmp, "gsasl-openid20-redirect.php %s %s", store_path, nonce); if (rc <= 0) { perror ("asprintf"); return NULL; } fh = popen (tmp, "r"); free (tmp); if (!fh) { perror ("popen"); return NULL; } while (getline (&line, &n, fh) >= 0) printf ("gsasl-openid20-redirect.php: %s", line); pclose (fh); rc = asprintf (&tmp, "%s/state/%s/redirect_url", store_path, nonce); if (rc <= 0) { perror ("asprintf"); return NULL; } fh = fopen (tmp, "r"); if (!fh) { perror ("fopen"); return NULL; } if (getline (&line, &n, fh) <= 0) { perror ("getline"); return NULL; } fclose (fh); return line; } static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; FILE *fh; char *line = NULL; size_t n = 0; const char *nonce = gsasl_session_hook_get (sctx); char *tmp; switch (prop) { case GSASL_OPENID20_REDIRECT_URL: { line = get_redirect_url (sctx); if (line == NULL) rc = GSASL_AUTHENTICATION_ERROR; else { rc = GSASL_OK; gsasl_property_set (sctx, prop, line); } } break; case GSASL_VALIDATE_OPENID20: { time_t start = time (NULL); rc = GSASL_AUTHENTICATION_ERROR; do { sleep (1); rc = asprintf (&tmp, "%s/state/%s/success", store_path, nonce); if (rc <= 0) { perror ("asprintf"); break; } fh = fopen (tmp, "r"); free (tmp); if (!fh) { rc = asprintf (&tmp, "%s/state/%s/fail", store_path, nonce); if (rc <= 0) { perror ("asprintf"); break; } fh = fopen (tmp, "r"); free (tmp); if (!fh) { puts ("waiting"); continue; } if (getline (&line, &n, fh) > 0) printf ("fail: %s\n", line); fclose (fh); rc = GSASL_AUTHENTICATION_ERROR; break; } if (getline (&line, &n, fh) > 0) printf ("claimed id: %s\n", line); fclose (fh); gsasl_property_set (sctx, GSASL_AUTHID, line); rc = asprintf (&tmp, "%s/state/%s/sreg", store_path, nonce); if (rc <= 0) { perror ("asprintf"); break; } fh = fopen (tmp, "r"); free (tmp); if (fh) { if (getline (&line, &n, fh) > 0) { printf ("sreg: %s\n", line); gsasl_property_set (sctx, GSASL_OPENID20_OUTCOME_DATA, line); } fclose (fh); } rc = GSASL_OK; break; } while (time (NULL) - start < 30); } break; case GSASL_PASSWORD: gsasl_property_set (sctx, prop, "sesam"); rc = GSASL_OK; break; default: /* You may want to log (at debug verbosity level) that an unknown property was requested here, possibly after filtering known rejected property requests. */ break; } return rc; } static ssize_t gettrimline (char **line, size_t * n, FILE * fh) { ssize_t s = getline (line, n, fh); if (s >= 2) { if ((*line)[strlen (*line) - 1] == '\n') (*line)[strlen (*line) - 1] = '\0'; if ((*line)[strlen (*line) - 1] == '\r') (*line)[strlen (*line) - 1] = '\0'; printf ("C: %s\n", *line); } return s; } #define print(fh, ...) \ printf ("S: "), printf (__VA_ARGS__), fprintf (fh, __VA_ARGS__) static void server_auth (FILE * fh, Gsasl_session * session) { char *line = NULL; size_t n = 0; char *p; int rc; /* The nonce value MUST be at least 2^32 large and large enough to handle well in excess of the number of concurrent transactions a SASL server shall see. */ char bin_nonce[32]; char nonce[2 * sizeof (bin_nonce) + 1]; gsasl_nonce (bin_nonce, sizeof (bin_nonce)); hex_encode (nonce, bin_nonce, sizeof (bin_nonce)); gsasl_session_hook_set (session, nonce); /* The ordering and the type of checks in the following loop has to be adapted for each protocol depending on its SASL properties. SMTP is a "server-first" SASL protocol. This implementation do not support piggy-backing of the initial client challenge nor piggy-backing of the terminating server response. See RFC 2554 and RFC 4422 for terminology. That profile results in the following loop structure. Ask on the help-gsasl list if you are uncertain. */ do { rc = gsasl_step64 (session, line, &p); if (rc == GSASL_NEEDS_MORE || (rc == GSASL_OK && p && *p)) { print (fh, "334 %s\n", p); gsasl_free (p); if (gettrimline (&line, &n, fh) < 0) { print (fh, "221 localhost getline failure\n"); goto done; } } } while (rc == GSASL_NEEDS_MORE); if (rc != GSASL_OK) { print (fh, "535 gsasl_step64 (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } { const char *authid = gsasl_property_fast (session, GSASL_AUTHID); const char *authzid = gsasl_property_fast (session, GSASL_AUTHZID); print (fh, "235 OK [authid: %s authzid: %s]\n", authid ? authid : "N/A", authzid ? authzid : "N/A"); } done: free (line); } static void smtp (FILE * fh, Gsasl * ctx) { char *line = NULL; size_t n = 0; int rc; print (fh, "220 localhost ESMTP GNU SASL smtp-server\n"); while (gettrimline (&line, &n, fh) >= 0) { if (strncmp (line, "EHLO ", 5) == 0 || strncmp (line, "ehlo ", 5) == 0) { char *mechlist; rc = gsasl_server_mechlist (ctx, &mechlist); if (rc != GSASL_OK) { print (fh, "221 localhost gsasl_server_mechlist (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } print (fh, "250-localhost\n"); print (fh, "250 AUTH %s\n", mechlist); gsasl_free (mechlist); } else if (strncmp (line, "AUTH ", 5) == 0 || strncmp (line, "auth ", 5) == 0) { Gsasl_session *session = NULL; if ((rc = gsasl_server_start (ctx, line + 5, &session)) != GSASL_OK) { print (fh, "221 localhost gsasl_server_start (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } server_auth (fh, session); gsasl_finish (session); } else if (strncmp (line, "QUIT", 4) == 0 || strncmp (line, "quit", 4) == 0) { print (fh, "221 localhost QUIT\n"); goto done; } else print (fh, "500 unrecognized command\n"); } print (fh, "221 localhost getline failure\n"); done: free (line); } int main (int argc, char *argv[]) { const char *service = argc > 1 ? argv[1] : "2000"; volatile int run = 1; struct addrinfo hints, *addrs; int sockfd; int rc; int yes = 1; Gsasl *ctx; setvbuf (stdout, NULL, _IONBF, 0); if (argc != 5) { printf ("Usage: %s PORT STORE-PATH REALM RETURN-TO\n", argv[0]); exit (EXIT_FAILURE); } store_path = argv[2]; realm = argv[3]; return_to = argv[4]; rc = gsasl_init (&ctx); if (rc < 0) { printf ("gsasl_init (%d): %s\n", rc, gsasl_strerror (rc)); exit (EXIT_FAILURE); } printf ("%s [gsasl header %s library %s]\n", argv[0], GSASL_VERSION, gsasl_check_version (NULL)); gsasl_callback_set (ctx, callback); memset (&hints, 0, sizeof (hints)); hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; hints.ai_socktype = SOCK_STREAM; rc = getaddrinfo (NULL, service, &hints, &addrs); if (rc < 0) { printf ("getaddrinfo: %s\n", gai_strerror (rc)); exit (EXIT_FAILURE); } sockfd = socket (addrs->ai_family, addrs->ai_socktype, addrs->ai_protocol); if (sockfd < 0) { perror ("socket"); exit (EXIT_FAILURE); } if (setsockopt (sockfd, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof (yes)) < 0) { perror ("setsockopt"); exit (EXIT_FAILURE); } rc = bind (sockfd, addrs->ai_addr, addrs->ai_addrlen); if (rc < 0) { perror ("bind"); exit (EXIT_FAILURE); } freeaddrinfo (addrs); rc = listen (sockfd, SOMAXCONN); if (rc < 0) { perror ("listen"); exit (EXIT_FAILURE); } signal (SIGPIPE, SIG_IGN); while (run) { struct sockaddr from; socklen_t fromlen = sizeof (from); char host[NI_MAXHOST]; int fd; FILE *fh; fd = accept (sockfd, &from, &fromlen); if (fd < 0) { perror ("accept"); continue; } rc = getnameinfo (&from, fromlen, host, sizeof (host), NULL, 0, NI_NUMERICHOST); if (rc == 0) printf ("connection from %s\n", host); else printf ("getnameinfo: %s\n", gai_strerror (rc)); fh = fdopen (fd, "w+"); if (!fh) { perror ("fdopen"); close (fd); continue; } smtp (fh, ctx); fclose (fh); } close (sockfd); gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/openid20/Makefile.in0000664000000000000000000014340111760730720015033 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @WINDOWS_FALSE@noinst_PROGRAMS = smtp-server-openid20$(EXEEXT) subdir = examples/openid20 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) smtp_server_openid20_SOURCES = smtp-server-openid20.c smtp_server_openid20_OBJECTS = smtp-server-openid20.$(OBJEXT) smtp_server_openid20_LDADD = $(LDADD) smtp_server_openid20_DEPENDENCIES = \ $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = smtp-server-openid20.c DIST_SOURCES = smtp-server-openid20.c ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src AM_LDFLAGS = -no-install LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la EXTRA_DIST = README gsasl-openid20-redirect.php gsasl-openid20-rp.php all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/openid20/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu examples/openid20/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list smtp-server-openid20$(EXEEXT): $(smtp_server_openid20_OBJECTS) $(smtp_server_openid20_DEPENDENCIES) $(EXTRA_smtp_server_openid20_DEPENDENCIES) @rm -f smtp-server-openid20$(EXEEXT) $(AM_V_CCLD)$(LINK) $(smtp_server_openid20_OBJECTS) $(smtp_server_openid20_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp-server-openid20.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstPROGRAMS ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/examples/openid20/gsasl-openid20-rp.php0000775000000000000000000000463311754555060016660 00000000000000. require_once "Auth/OpenID/Consumer.php"; require_once "Auth/OpenID/FileStore.php"; require_once "Auth/OpenID/SReg.php"; session_start (); $store_path = '/tmp/gsasl-openid20-store'; $store = new Auth_OpenID_FileStore($store_path); $consumer = new Auth_OpenID_Consumer($store); $matches = array(); if (preg_match (",^/([A-Za-z0-9]+)$,", $_SERVER['PATH_INFO'], $matches) == 1) { $nonce = $matches[1]; } $return_to = file_get_contents ("$store_path/state/$nonce/return_to"); $response = $consumer->complete($return_to); if ($response->status == Auth_OpenID_CANCEL) { file_put_contents ("$store_path/state/$nonce/fail", "openid.error=cancel"); print "OpenID authentication cancelled"; } else if ($response->status == Auth_OpenID_FAILURE) { file_put_contents ("$store_path/state/$nonce/fail", "openid.error=failure"); print "OpenID authentication failed: " . $response->message; } else if ($response->status == Auth_OpenID_SUCCESS) { $claimed = $response->identity_url; $sreg_resp = Auth_OpenID_SRegResponse::fromSuccessResponse($response); $sreg = $sreg_resp->contents(); $outcome = ""; if (@$sreg['email']) { $outcome .= "&email=" . urlencode($sreg['email']); } if (@$sreg['nickname']) { $outcome .= "&nickname=" . urlencode($sreg['nickname']); } if (@$sreg['fullname']) { $outcome .= "&fullname=" . urlencode($sreg['fullname']); } $outcome = trim ($outcome, "&"); file_put_contents ("$store_path/state/$nonce/sreg", $outcome); file_put_contents ("$store_path/state/$nonce/success", $claimed); print "Congratulations! You are authenticated as: " . $claimed; } ?> gsasl-1.8.0/examples/openid20/README0000664000000000000000000001307211754555060013653 00000000000000GNU SASL examples/openid20/README -- Explanation of SMTP OpenID 2.0 example. Copyright (C) 2012 Simon Josefsson See the end for copying conditions. This directory holds a GNU SASL example application that implements a SMTP server with OpenID 2.0 authentication support. There is one example SMTP server and two helper tools that implement the actual OpenID 2.0 protocol: smtp-server-openid20.c: The actual SMTP server, based on ../smtp-server.c. gsasl-openid20-redirect.php: Given a user-supplied identifier it performs discovery and prints a user redirect URL. Invoked by smtp-server-openid20.c. gsasl-openid20-rp.php: OpenID 2.0 Relying-Party, receives the return_to URL. Intended to be invoked via a webserver. The PHP scripts requires JanRain's PHP5 OpenID implementation. On Modern Debian/Ubuntu systems, it is available in the "php-openid" package: apt-get install php-openid You need a webserver, for example Apache. The script 'gsasl-openid20-redirect.php' should be placed in the PATH and 'gsasl-openid20-rp.php' be placed somewhere in the web server root so it can be accessed through an URL. These three tools communicate with each other using a simple file-based IPC interface below /tmp/gsasl-openid20-store/. The OpenID library also uses that path for storage. If you want to change the path, you need to modify the gsasl-openid20-rp.php script and to pass the new location to the smtp-server-openid20 as discussed below. Here is the normal process: 1) Start smtp-server-openid20, for example when running it on the interop.josefsson.org server the following is used: www-data$ ./smtp-server-openid20 2000 /tmp/gsasl-openid20-store http://interop.josefsson.org/ http://interop.josefsson.org/gsasl-openid20-rp.php For permission reasons, you should run the server under the same user as the webserver runs gsasl-openid20-rp.php. The first parameter is the path to the IPC root. The second parameter is the OpenID "realm". The third parameter is the "return_to" URL to where the gsasl-openid20-rp.php helper is found. For testing, it actually works fine to run the server on "localhost" and be able to complete OpenID 2.0 authentication: www-data$ PATH=$PWD LD_PRELOAD=../../lib/src/.libs/libgsasl.so ./.libs/smtp-server-openid20 2000 /tmp/gsasl-openid20-store http://localhost/ http://localhost/gsasl-openid20-rp.php 2) The smtp-server-openid20 receives incoming connections from clients. The client sends its user-supplied identifier. You may use the gsasl command line tool to act as a client. For example: gsasl -a https://openidp.feide.no/simplesaml/module.php/openidProvider/user.php/jas4711 -z user --smtp -m OPENID20 localhost 2000 3) smtp-server-openid20 generate a per-connection NONCE (a 64-byte long hex string) and create the following files: /tmp/gsasl-openid20-store/state/NONCE/openid_url: holds the OpenID URL above, e.g., https://openidp.feide.no/simplesaml/module.php/openidProvider/user.php/jas4711 /tmp/gsasl-openid20-store/state/NONCE/realm: holds the realm URL, e.g. http://interop.josefsson.org/ /tmp/gsasl-openid20-store/state/NONCE/return_to: holds the return_to URL, e.g. http://localhost/gsasl-openid20-rp.php 4) smtp-server-openid20 invokes "gsasl-openid20-redirect.php" to get the redirect URL, in the following file: /tmp/gsasl-openid20-store/state/NONCE/redirect_url: holds the redirect URL The URL is usually quite long and is dynamic for each authentication attempt. For example: https://openidp.feide.no/simplesaml/module.php/openidProvider/server.php?openid.assoc_handle=%7BHMAC-SHA1%7D%7B4f72fc46%7D%7BoC4UoA%3D%3D%7D&openid.claimed_id=https%3A%2F%2Fopenidp.feide.no%2Fsimplesaml%2Fmodule.php%2FopenidProvider%2Fuser.php%2Fjas4711&openid.identity=https%3A%2F%2Fopenidp.feide.no%2Fsimplesaml%2Fmodule.php%2FopenidProvider%2Fuser.php%2Fjas4711&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fextensions%2Fsreg%2F1.1&openid.realm=http%3A%2F%2Finterop.josefsson.org%2F&openid.return_to=http%3A%2F%2Finterop.josefsson.org%2Fgsasl-openid20-rp.php%2Ff9ff7386503e978f9643e9fe7bb01b911a621e0529aedd94b426e7320120b356%3Fjanrain_nonce%3D2012-03-28T11%253A55%253A53ZFWWO0z&openid.sreg.optional=nickname%2Cfullname%2Cemail 5) smtp-server-openid20 waits for one of the following files to appear: /tmp/gsasl-openid20-store/state/NONCE/fail /tmp/gsasl-openid20-store/state/NONCE/success 6) Meanwhile the user will receive the redirect URL over the SMTP connection and will access the URL in his browser. Eventually, after IdP approval, the user will be redirected to the "return_to" URL in his browser. 7) The gsasl-openid20-rp.php return_to URL handler verify the OpenID 2.0 authentication and writes the following files: /tmp/gsasl-openid20-store/state/NONCE/sreg: SREG values provided /tmp/gsasl-openid20-store/state/NONCE/claimed: claimed identity /tmp/gsasl-openid20-store/state/NONCE/success on success, or on failure it writes the following file: /tmp/gsasl-openid20-store/state/NONCE/fail 8) smtp-server-openid20 notice that one of the stamp files is present and proceeds by reading the files and returning success/fail to the client as appropriate. The SREG values are sent to the client when provided. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/examples/smtp-server.c0000664000000000000000000001553211757101422014001 00000000000000/* smtp-server.c --- Example SMTP server with SASL authentication * Copyright (C) 2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ /* This is a minimal SMTP server with GNU SASL authentication support. The only valid password is "sesam". This server will complete authentications using LOGIN, PLAIN, DIGEST-MD5, CRAM-MD5, and SCRAM-SHA-1. It accepts an optional command line parameter specifying the service name (i.e., a numerical port number or /etc/services name). By default it listens on port "2000". */ #include #include #include #include #include #include #include static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; switch (prop) { case GSASL_PASSWORD: gsasl_property_set (sctx, prop, "sesam"); rc = GSASL_OK; break; default: /* You may want to log (at debug verbosity level) that an unknown property was requested here, possibly after filtering known rejected property requests. */ break; } return rc; } static ssize_t gettrimline (char **line, size_t * n, FILE * fh) { ssize_t s = getline (line, n, fh); if (s >= 2) { if ((*line)[strlen (*line) - 1] == '\n') (*line)[strlen (*line) - 1] = '\0'; if ((*line)[strlen (*line) - 1] == '\r') (*line)[strlen (*line) - 1] = '\0'; printf ("C: %s\n", *line); } return s; } #define print(fh, ...) \ printf ("S: "), printf (__VA_ARGS__), fprintf (fh, __VA_ARGS__) static void server_auth (FILE * fh, Gsasl_session * session) { char *line = NULL; size_t n = 0; char *p; int rc; /* The ordering and the type of checks in the following loop has to be adapted for each protocol depending on its SASL properties. SMTP is a "server-first" SASL protocol. This implementation do not support piggy-backing of the initial client challenge nor piggy-backing of the terminating server response. See RFC 2554 and RFC 4422 for terminology. That profile results in the following loop structure. Ask on the help-gsasl list if you are uncertain. */ do { rc = gsasl_step64 (session, line, &p); if (rc == GSASL_NEEDS_MORE || (rc == GSASL_OK && p && *p)) { print (fh, "334 %s\n", p); gsasl_free (p); if (gettrimline (&line, &n, fh) < 0) { print (fh, "221 localhost getline failure\n"); goto done; } } } while (rc == GSASL_NEEDS_MORE); if (rc != GSASL_OK) { print (fh, "535 gsasl_step64 (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } { const char *authid = gsasl_property_fast (session, GSASL_AUTHID); const char *authzid = gsasl_property_fast (session, GSASL_AUTHZID); print (fh, "235 OK [authid: %s authzid: %s]\n", authid ? authid : "N/A", authzid ? authzid : "N/A"); } done: free (line); } static void smtp (FILE * fh, Gsasl * ctx) { char *line = NULL; size_t n = 0; int rc; print (fh, "220 localhost ESMTP GNU SASL smtp-server\n"); while (gettrimline (&line, &n, fh) >= 0) { if (strncmp (line, "EHLO ", 5) == 0 || strncmp (line, "ehlo ", 5) == 0) { char *mechlist; rc = gsasl_server_mechlist (ctx, &mechlist); if (rc != GSASL_OK) { print (fh, "221 localhost gsasl_server_mechlist (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } print (fh, "250-localhost\n"); print (fh, "250 AUTH %s\n", mechlist); gsasl_free (mechlist); } else if (strncmp (line, "AUTH ", 5) == 0 || strncmp (line, "auth ", 5) == 0) { Gsasl_session *session = NULL; if ((rc = gsasl_server_start (ctx, line + 5, &session)) != GSASL_OK) { print (fh, "221 localhost gsasl_server_start (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } server_auth (fh, session); gsasl_finish (session); } else if (strncmp (line, "QUIT", 4) == 0 || strncmp (line, "quit", 4) == 0) { print (fh, "221 localhost QUIT\n"); goto done; } else print (fh, "500 unrecognized command\n"); } print (fh, "221 localhost getline failure\n"); done: free (line); } int main (int argc, char *argv[]) { const char *service = argc > 1 ? argv[1] : "2000"; volatile int run = 1; struct addrinfo hints, *addrs; int sockfd; int rc; int yes = 1; Gsasl *ctx; setvbuf (stdout, NULL, _IONBF, 0); rc = gsasl_init (&ctx); if (rc < 0) { printf ("gsasl_init (%d): %s\n", rc, gsasl_strerror (rc)); exit (EXIT_FAILURE); } printf ("%s [gsasl header %s library %s]\n", argv[0], GSASL_VERSION, gsasl_check_version (NULL)); gsasl_callback_set (ctx, callback); memset (&hints, 0, sizeof (hints)); hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; hints.ai_socktype = SOCK_STREAM; rc = getaddrinfo (NULL, service, &hints, &addrs); if (rc < 0) { printf ("getaddrinfo: %s\n", gai_strerror (rc)); exit (EXIT_FAILURE); } sockfd = socket (addrs->ai_family, addrs->ai_socktype, addrs->ai_protocol); if (sockfd < 0) { perror ("socket"); exit (EXIT_FAILURE); } if (setsockopt (sockfd, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof (yes)) < 0) { perror ("setsockopt"); exit (EXIT_FAILURE); } rc = bind (sockfd, addrs->ai_addr, addrs->ai_addrlen); if (rc < 0) { perror ("bind"); exit (EXIT_FAILURE); } freeaddrinfo (addrs); rc = listen (sockfd, SOMAXCONN); if (rc < 0) { perror ("listen"); exit (EXIT_FAILURE); } signal (SIGPIPE, SIG_IGN); while (run) { struct sockaddr from; socklen_t fromlen = sizeof (from); char host[NI_MAXHOST]; int fd; FILE *fh; fd = accept (sockfd, &from, &fromlen); if (fd < 0) { perror ("accept"); continue; } rc = getnameinfo (&from, fromlen, host, sizeof (host), NULL, 0, NI_NUMERICHOST); if (rc == 0) printf ("connection from %s\n", host); else printf ("getnameinfo: %s\n", gai_strerror (rc)); fh = fdopen (fd, "w+"); if (!fh) { perror ("fdopen"); close (fd); continue; } smtp (fh, ctx); fclose (fh); } close (sockfd); gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/Makefile.in0000664000000000000000000016467311760730720013431 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ noinst_PROGRAMS = client$(EXEEXT) client-serverfirst$(EXEEXT) \ client-mech$(EXEEXT) client-callback$(EXEEXT) \ client-xmpp-saml20$(EXEEXT) server-xmpp-saml20$(EXEEXT) \ $(am__EXEEXT_1) @WINDOWS_FALSE@am__append_1 = smtp-server subdir = examples DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @WINDOWS_FALSE@am__EXEEXT_1 = smtp-server$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) client_SOURCES = client.c client_OBJECTS = client.$(OBJEXT) client_LDADD = $(LDADD) client_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent client_callback_SOURCES = client-callback.c client_callback_OBJECTS = client-callback.$(OBJEXT) client_callback_LDADD = $(LDADD) client_callback_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la client_mech_SOURCES = client-mech.c client_mech_OBJECTS = client-mech.$(OBJEXT) client_mech_LDADD = $(LDADD) client_mech_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la client_serverfirst_SOURCES = client-serverfirst.c client_serverfirst_OBJECTS = client-serverfirst.$(OBJEXT) client_serverfirst_LDADD = $(LDADD) client_serverfirst_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la client_xmpp_saml20_SOURCES = client-xmpp-saml20.c client_xmpp_saml20_OBJECTS = client-xmpp-saml20.$(OBJEXT) client_xmpp_saml20_LDADD = $(LDADD) client_xmpp_saml20_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la server_xmpp_saml20_SOURCES = server-xmpp-saml20.c server_xmpp_saml20_OBJECTS = server-xmpp-saml20.$(OBJEXT) server_xmpp_saml20_LDADD = $(LDADD) server_xmpp_saml20_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la smtp_server_SOURCES = smtp-server.c smtp_server_OBJECTS = smtp-server.$(OBJEXT) smtp_server_LDADD = $(LDADD) smtp_server_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = client.c client-callback.c client-mech.c \ client-serverfirst.c client-xmpp-saml20.c server-xmpp-saml20.c \ smtp-server.c DIST_SOURCES = client.c client-callback.c client-mech.c \ client-serverfirst.c client-xmpp-saml20.c server-xmpp-saml20.c \ smtp-server.c RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = openid20 saml20 AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la EXTRA_DIST = README all: all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu examples/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list client$(EXEEXT): $(client_OBJECTS) $(client_DEPENDENCIES) $(EXTRA_client_DEPENDENCIES) @rm -f client$(EXEEXT) $(AM_V_CCLD)$(LINK) $(client_OBJECTS) $(client_LDADD) $(LIBS) client-callback$(EXEEXT): $(client_callback_OBJECTS) $(client_callback_DEPENDENCIES) $(EXTRA_client_callback_DEPENDENCIES) @rm -f client-callback$(EXEEXT) $(AM_V_CCLD)$(LINK) $(client_callback_OBJECTS) $(client_callback_LDADD) $(LIBS) client-mech$(EXEEXT): $(client_mech_OBJECTS) $(client_mech_DEPENDENCIES) $(EXTRA_client_mech_DEPENDENCIES) @rm -f client-mech$(EXEEXT) $(AM_V_CCLD)$(LINK) $(client_mech_OBJECTS) $(client_mech_LDADD) $(LIBS) client-serverfirst$(EXEEXT): $(client_serverfirst_OBJECTS) $(client_serverfirst_DEPENDENCIES) $(EXTRA_client_serverfirst_DEPENDENCIES) @rm -f client-serverfirst$(EXEEXT) $(AM_V_CCLD)$(LINK) $(client_serverfirst_OBJECTS) $(client_serverfirst_LDADD) $(LIBS) client-xmpp-saml20$(EXEEXT): $(client_xmpp_saml20_OBJECTS) $(client_xmpp_saml20_DEPENDENCIES) $(EXTRA_client_xmpp_saml20_DEPENDENCIES) @rm -f client-xmpp-saml20$(EXEEXT) $(AM_V_CCLD)$(LINK) $(client_xmpp_saml20_OBJECTS) $(client_xmpp_saml20_LDADD) $(LIBS) server-xmpp-saml20$(EXEEXT): $(server_xmpp_saml20_OBJECTS) $(server_xmpp_saml20_DEPENDENCIES) $(EXTRA_server_xmpp_saml20_DEPENDENCIES) @rm -f server-xmpp-saml20$(EXEEXT) $(AM_V_CCLD)$(LINK) $(server_xmpp_saml20_OBJECTS) $(server_xmpp_saml20_LDADD) $(LIBS) smtp-server$(EXEEXT): $(smtp_server_OBJECTS) $(smtp_server_DEPENDENCIES) $(EXTRA_smtp_server_DEPENDENCIES) @rm -f smtp-server$(EXEEXT) $(AM_V_CCLD)$(LINK) $(smtp_server_OBJECTS) $(smtp_server_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client-callback.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client-mech.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client-serverfirst.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client-xmpp-saml20.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server-xmpp-saml20.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp-server.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(PROGRAMS) installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ clean-noinstPROGRAMS ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/examples/saml20/0000775000000000000000000000000011760732123012520 500000000000000gsasl-1.8.0/examples/saml20/sp-metadata.xml0000664000000000000000000000662711746471770015411 00000000000000 MIIDVzCCAg+gAwIBAgIET3l7aTANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQKExpT aW1vbiBKb3NlZnNzb24gSW50ZXJvcCBTUDAeFw0xMjA0MDIxMDExNTNaFw0xMzA0 MDIxMDExNTNaMCUxIzAhBgNVBAoTGlNpbW9uIEpvc2Vmc3NvbiBJbnRlcm9wIFNQ MIIBUjANBgkqhkiG9w0BAQEFAAOCAT8AMIIBOgKCATEA2kd6qFqmPTlXi24VbZtY HrOqhk9UNB7OoA+AVXhvHKO+5guhcxdhSxvQ/C1bAkytfhOqJut+6q93iiI+W2tj VCkT0UPyUNFHxlKJK3Y6ZG/W+andQOATWdCT6UCM278WYbBC+1xZqd/MGvxixFd/ w+ZVDhaLmeRUbQfePQM6P0ksZoZh9Ctj2QMohEaJqiKsjsvQzSwBAi2GtxfMSiMB GUSKfseXclpziNsutsLuqbrKLRiZ/ts8GAJsQLkndGO054cbLX5Mx2/tYZR0FkK7 uxfUWKleGIv6S76TTsOTZ+Afmv+R2jVLco1SbA2bvQ9OGhczByZTi3LtO2UzG5Ju yUFxZgpo30osNQIT4ZtggULX0BdABUmfrlYo+6fBIgsAYXWHxZjea2I9pCyb8gOa aQIDAQABoy8wLTAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBSf2/lube3cgv+IUz4O vLNDqwg5gTANBgkqhkiG9w0BAQsFAAOCATEAMzNcMklXduG1jevHvY4uL+G8dgFI 9eBNTFkgbamJXqptEmGkCWOMMt8GSJoOjRtMbcxu7ao8wfBV7wRzk4ITpiB/IBqW dph9gNGDBasqnZxu+onh45BzGl3nY94aE2MfGS5FjxcGjYA5PJC/isNLlrJ1/YjO jYcDBcNRJvMXbDE13fY/vwKxLI1pdtpamys3Zogc3wzeuH5lLLB2blWS6eqwcnf4 zNNFnusxOcOVt+DigN0otb+6V560mun6X+9vARIuEUHB1MNH7Y/mHy1T5CvZuyIw cgrfb2PocuvrkquzJPZCSJcsgzxLVFWXUr6hKhFoqh4nirrv5kfI8Ftm/hJxRBwE 87Z2PnzISd4JQ20jbp2DEPJLYsWivKtJAWxZ4hfYc/SSKE39F7kwCWiwkQ== MIIDVzCCAg+gAwIBAgIET3l7aTANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQKExpT aW1vbiBKb3NlZnNzb24gSW50ZXJvcCBTUDAeFw0xMjA0MDIxMDExNTNaFw0xMzA0 MDIxMDExNTNaMCUxIzAhBgNVBAoTGlNpbW9uIEpvc2Vmc3NvbiBJbnRlcm9wIFNQ MIIBUjANBgkqhkiG9w0BAQEFAAOCAT8AMIIBOgKCATEA2kd6qFqmPTlXi24VbZtY HrOqhk9UNB7OoA+AVXhvHKO+5guhcxdhSxvQ/C1bAkytfhOqJut+6q93iiI+W2tj VCkT0UPyUNFHxlKJK3Y6ZG/W+andQOATWdCT6UCM278WYbBC+1xZqd/MGvxixFd/ w+ZVDhaLmeRUbQfePQM6P0ksZoZh9Ctj2QMohEaJqiKsjsvQzSwBAi2GtxfMSiMB GUSKfseXclpziNsutsLuqbrKLRiZ/ts8GAJsQLkndGO054cbLX5Mx2/tYZR0FkK7 uxfUWKleGIv6S76TTsOTZ+Afmv+R2jVLco1SbA2bvQ9OGhczByZTi3LtO2UzG5Ju yUFxZgpo30osNQIT4ZtggULX0BdABUmfrlYo+6fBIgsAYXWHxZjea2I9pCyb8gOa aQIDAQABoy8wLTAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBSf2/lube3cgv+IUz4O vLNDqwg5gTANBgkqhkiG9w0BAQsFAAOCATEAMzNcMklXduG1jevHvY4uL+G8dgFI 9eBNTFkgbamJXqptEmGkCWOMMt8GSJoOjRtMbcxu7ao8wfBV7wRzk4ITpiB/IBqW dph9gNGDBasqnZxu+onh45BzGl3nY94aE2MfGS5FjxcGjYA5PJC/isNLlrJ1/YjO jYcDBcNRJvMXbDE13fY/vwKxLI1pdtpamys3Zogc3wzeuH5lLLB2blWS6eqwcnf4 zNNFnusxOcOVt+DigN0otb+6V560mun6X+9vARIuEUHB1MNH7Y/mHy1T5CvZuyIw cgrfb2PocuvrkquzJPZCSJcsgzxLVFWXUr6hKhFoqh4nirrv5kfI8Ftm/hJxRBwE 87Z2PnzISd4JQ20jbp2DEPJLYsWivKtJAWxZ4hfYc/SSKE39F7kwCWiwkQ== Simon Josefsson simon@josefsson.org gsasl-1.8.0/examples/saml20/gsasl-saml20-request.c0000664000000000000000000001402611754555060016510 00000000000000/* gsasl-saml20-request.c --- Generate SAML Request, for smtp-server-saml20. * Copyright (C) 2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include #include #include #include #include static void mkdir_state (const char *state_path) { int rc; rc = mkdir (state_path, 0770); if (rc != 0 && errno != EEXIST) { perror ("mkdir"); exit (EXIT_FAILURE); } } static void mkdir_session (const char *state_path, const char *id) { char *tmp; int rc; rc = asprintf (&tmp, "%s/%s", state_path, id); if (rc <= 0) { perror ("asprintf"); exit (EXIT_FAILURE); } rc = mkdir (tmp, 0770); free (tmp); if (rc != 0) { perror ("mkdir"); exit (EXIT_FAILURE); } } static void write_file (const char *file, const char *data) { FILE *fh; fh = fopen (file, "w"); if (!fh) { perror ("fopen"); exit (EXIT_FAILURE); } if (fprintf (fh, "%s", data) <= 0) { perror ("fprintf"); exit (EXIT_FAILURE); } if (fclose (fh)) { perror ("fclose"); exit (EXIT_FAILURE); } } static void write_authreq (LassoLogin * login, const char *state_path, const char *id) { LassoNode *authreq; char *authreq_xml; char *filename; int rc; authreq = LASSO_PROFILE (login)->request; if (!authreq) { fprintf (stderr, "LASSO_PROFILE(login)->request\n"); exit (EXIT_FAILURE); } authreq_xml = lasso_node_export_to_xml (authreq); if (!authreq_xml) { fprintf (stderr, "lasso_node_export_to_xml\n"); exit (EXIT_FAILURE); } rc = asprintf (&filename, "%s/%s/saml-request", state_path, id); if (rc <= 0) { perror ("asprintf"); free (authreq_xml); exit (EXIT_FAILURE); } write_file (filename, authreq_xml); free (filename); free (authreq_xml); } static void write_redirect_url (LassoLogin * login, const char *state_path, const char *id) { char *filename; int rc; rc = asprintf (&filename, "%s/%s/redirect_url", state_path, id); if (rc <= 0) { perror ("asprintf"); exit (EXIT_FAILURE); } write_file (filename, LASSO_PROFILE (login)->msg_url); free (filename); } static void usage (const char *argv0) { const char *progname = strrchr (argv0, '/') ? 1 + strrchr (argv0, '/') : argv0; fprintf (stderr, "Usage: %s STATE-PATH SP-METADATA SP-KEY " "SP-CRT IDP-METADATA\n", progname); fprintf (stderr, "For example:\n"); fprintf (stderr, " %s /tmp/gsasl-saml20 /path/to/sp-metadata.xml " "/path/to/sp-key.pem /path/to/sp-crt.pem " "/path/to/idp-metadata.xml\n", progname); } int main (int argc, char *argv[]) { const char *state_path, *spmetadata, *spkey, *spcrt, *idpmetadata, *idp; LassoProvider *provider; LassoServer *server; LassoLogin *login; LassoSamlp2AuthnRequest *request; int rc; if (argc != 6) { usage (argv[0]); exit (EXIT_FAILURE); } state_path = argv[1]; spmetadata = argv[2]; spkey = argv[3]; spcrt = argv[4]; idpmetadata = argv[5]; mkdir_state (state_path); rc = lasso_init (); if (rc) { fprintf (stderr, "lasso_init (%d): %s\n", rc, lasso_strerror (rc)); exit (EXIT_FAILURE); } provider = lasso_provider_new (LASSO_PROVIDER_ROLE_IDP, idpmetadata, NULL, NULL); if (!provider) { fprintf (stderr, "%s", "lasso_provider_new"); exit (EXIT_FAILURE); } idp = provider->ProviderID; server = lasso_server_new (spmetadata, spkey, NULL, spcrt); if (!server) { fprintf (stderr, "%s", "lasso_server_new"); exit (EXIT_FAILURE); } rc = lasso_server_add_provider (server, LASSO_PROVIDER_ROLE_IDP, idpmetadata, NULL, NULL); if (rc) { fprintf (stderr, "lasso_server_add_provider (%d): %s\n", rc, lasso_strerror (rc)); exit (EXIT_FAILURE); } login = lasso_login_new (server); if (!login) { fprintf (stderr, "%s", "lasso_login_new"); exit (EXIT_FAILURE); } rc = lasso_login_init_authn_request (login, idp, LASSO_HTTP_METHOD_REDIRECT); if (rc) { fprintf (stderr, "lasso_login_init_authn_request (%d): %s\n", rc, lasso_strerror (rc)); exit (EXIT_FAILURE); } request = LASSO_SAMLP2_AUTHN_REQUEST (LASSO_PROFILE (login)->request); request->ForceAuthn = FALSE; request->IsPassive = FALSE; rc = lasso_login_build_authn_request_msg (login); if (rc) { fprintf (stderr, "lasso_login_build_authn_request_msg (%d): %s\n", rc, lasso_strerror (rc)); exit (EXIT_FAILURE); } /* Populate session directory. */ mkdir_session (state_path, request->parent.ID); write_authreq (login, state_path, request->parent.ID); write_redirect_url (login, state_path, request->parent.ID); /* Print session ID, this will enable the caller to find the session information. */ if (puts (request->parent.ID) <= 0) { perror ("puts"); exit (EXIT_FAILURE); } /* We are done. */ lasso_login_destroy (login); lasso_server_destroy (server); /* lasso_provider_destroy (provider); */ rc = lasso_shutdown (); if (rc) { fprintf (stderr, "lasso_shutdown (%d): %s\n", rc, lasso_strerror (rc)); exit (EXIT_FAILURE); } exit (EXIT_SUCCESS); } gsasl-1.8.0/examples/saml20/idp.protectnetwork.org/0000775000000000000000000000000011760732123017153 500000000000000gsasl-1.8.0/examples/saml20/idp.protectnetwork.org/idp-metadata.xml0000664000000000000000000001362511746471770022172 00000000000000 idp.protectnetwork.org MIICxzCCAjCgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBkTELMAkGA1UEBhMCVVMx DjAMBgNVBAgTBVRleGFzMRcwFQYDVQQKEw45U3RhciBSZXNlYXJjaDEXMBUGA1UE CxMOUHJvdGVjdE5ldHdvcmsxGjAYBgNVBAMTEVByb3RlY3ROZXR3b3JrIENBMSQw IgYJKoZIhvcNAQkBFhVjYUBwcm90ZWN0bmV0d29yay5vcmcwHhcNMDcwMjE0MjA1 ODA4WhcNMTcwMjExMjA1ODA4WjCBhzELMAkGA1UEBhMCVVMxDjAMBgNVBAgTBVRl eGFzMQ8wDQYDVQQHEwZBdXN0aW4xHTAbBgNVBAoTFDlTdGFyIFJlc2VhcmNoLCBJ bmMuMRcwFQYDVQQLEw5Qcm90ZWN0TmV0d29yazEfMB0GA1UEAxMWaWRwLnByb3Rl Y3RuZXR3b3JrLm9yZzBcMA0GCSqGSIb3DQEBAQUAA0sAMEgCQQDQt4HC/EHIKS8a +Qd/4JE20wR91v5N7jh8ScDw6DvZ5RcvHQngXCk6FfCFUAev/dZxR31U4RpvFzCb j3sGB+G1AgMBAAGjezB5MAkGA1UdEwQCMAAwLAYJYIZIAYb4QgENBB8WHU9wZW5T U0wgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0GA1UdDgQWBBTRRyiPTvIDunJKy1+h mlkgl7/G+zAfBgNVHSMEGDAWgBQtFNiF4X/xTkU36JaWVCh08bzGgDANBgkqhkiG 9w0BAQUFAAOBgQAm3BTIwg6Lxk3EAoLR2cDfb+jNWAtls7q077Mw3tMXxnuoi0uS o+LC6bPdPjC9YKujSKF34Au0s7y9bfXspClfCmyuviYVOrpVUze2h2MfHUVsKEUo /uivLYuMZjNp6Yrt90AoKPLPF6vU6gLAn6nsR7bhsdIqSXD/93r8HFV3NA== urn:mace:shibboleth:1.0:nameIdentifier urn:oasis:names:tc:SAML:2.0:nameid-format:transient idp.protectnetwork.org MIICxzCCAjCgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBkTELMAkGA1UEBhMCVVMx DjAMBgNVBAgTBVRleGFzMRcwFQYDVQQKEw45U3RhciBSZXNlYXJjaDEXMBUGA1UE CxMOUHJvdGVjdE5ldHdvcmsxGjAYBgNVBAMTEVByb3RlY3ROZXR3b3JrIENBMSQw IgYJKoZIhvcNAQkBFhVjYUBwcm90ZWN0bmV0d29yay5vcmcwHhcNMDcwMjE0MjA1 ODA4WhcNMTcwMjExMjA1ODA4WjCBhzELMAkGA1UEBhMCVVMxDjAMBgNVBAgTBVRl eGFzMQ8wDQYDVQQHEwZBdXN0aW4xHTAbBgNVBAoTFDlTdGFyIFJlc2VhcmNoLCBJ bmMuMRcwFQYDVQQLEw5Qcm90ZWN0TmV0d29yazEfMB0GA1UEAxMWaWRwLnByb3Rl Y3RuZXR3b3JrLm9yZzBcMA0GCSqGSIb3DQEBAQUAA0sAMEgCQQDQt4HC/EHIKS8a +Qd/4JE20wR91v5N7jh8ScDw6DvZ5RcvHQngXCk6FfCFUAev/dZxR31U4RpvFzCb j3sGB+G1AgMBAAGjezB5MAkGA1UdEwQCMAAwLAYJYIZIAYb4QgENBB8WHU9wZW5T U0wgR2VuZXJhdGVkIENlcnRpZmljYXRlMB0GA1UdDgQWBBTRRyiPTvIDunJKy1+h mlkgl7/G+zAfBgNVHSMEGDAWgBQtFNiF4X/xTkU36JaWVCh08bzGgDANBgkqhkiG 9w0BAQUFAAOBgQAm3BTIwg6Lxk3EAoLR2cDfb+jNWAtls7q077Mw3tMXxnuoi0uS o+LC6bPdPjC9YKujSKF34Au0s7y9bfXspClfCmyuviYVOrpVUze2h2MfHUVsKEUo /uivLYuMZjNp6Yrt90AoKPLPF6vU6gLAn6nsR7bhsdIqSXD/93r8HFV3NA== urn:mace:shibboleth:1.0:nameIdentifier urn:oasis:names:tc:SAML:2.0:nameid-format:transient ProtectNetwork ProtectNetwork http://www.protectnetwork.org Todd Frankford support@protectnetwork.org gsasl-1.8.0/examples/saml20/Makefile.am0000664000000000000000000000246611756357432014517 00000000000000## Process this file with automake to produce Makefile.in # Copyright (C) 2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src \ $(LASSO_CFLAGS) AM_LDFLAGS = -no-install LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la \ $(LASSO_LIBS) EXTRA_DIST = README EXTRA_DIST += gsasl-saml20-sp.php EXTRA_DIST += sp-metadata.xml sp-key.pem sp-crt.pem EXTRA_DIST += openidp.feide.no/idp-metadata.xml EXTRA_DIST += idp.protectnetwork.org/idp-metadata.xml if LASSO noinst_PROGRAMS = smtp-server-saml20 gsasl-saml20-request endif gsasl-1.8.0/examples/saml20/sp-key.pem0000664000000000000000000001517011746471770014373 00000000000000Public Key Info: Public Key Algorithm: RSA Key Security Level: Normal modulus: 00:da:47:7a:a8:5a:a6:3d:39:57:8b:6e:15:6d:9b: 58:1e:b3:aa:86:4f:54:34:1e:ce:a0:0f:80:55:78: 6f:1c:a3:be:e6:0b:a1:73:17:61:4b:1b:d0:fc:2d: 5b:02:4c:ad:7e:13:aa:26:eb:7e:ea:af:77:8a:22: 3e:5b:6b:63:54:29:13:d1:43:f2:50:d1:47:c6:52: 89:2b:76:3a:64:6f:d6:f9:a9:dd:40:e0:13:59:d0: 93:e9:40:8c:db:bf:16:61:b0:42:fb:5c:59:a9:df: cc:1a:fc:62:c4:57:7f:c3:e6:55:0e:16:8b:99:e4: 54:6d:07:de:3d:03:3a:3f:49:2c:66:86:61:f4:2b: 63:d9:03:28:84:46:89:aa:22:ac:8e:cb:d0:cd:2c: 01:02:2d:86:b7:17:cc:4a:23:01:19:44:8a:7e:c7: 97:72:5a:73:88:db:2e:b6:c2:ee:a9:ba:ca:2d:18: 99:fe:db:3c:18:02:6c:40:b9:27:74:63:b4:e7:87: 1b:2d:7e:4c:c7:6f:ed:61:94:74:16:42:bb:bb:17: d4:58:a9:5e:18:8b:fa:4b:be:93:4e:c3:93:67:e0: 1f:9a:ff:91:da:35:4b:72:8d:52:6c:0d:9b:bd:0f: 4e:1a:17:33:07:26:53:8b:72:ed:3b:65:33:1b:92: 6e:c9:41:71:66:0a:68:df:4a:2c:35:02:13:e1:9b: 60:81:42:d7:d0:17:40:05:49:9f:ae:56:28:fb:a7: c1:22:0b:00:61:75:87:c5:98:de:6b:62:3d:a4:2c: 9b:f2:03:9a:69: public exponent: 01:00:01: private exponent: 00:91:f0:22:70:f7:12:98:72:83:36:a4:a6:4c:ff: 04:be:9a:2f:13:d7:6c:1b:e0:d1:13:30:ea:03:bb: 1e:c6:ce:2f:ef:0c:ad:a8:0e:64:ad:5b:ee:b0:fb: fe:12:1e:84:0c:7c:47:51:f8:37:85:df:45:14:24: ea:fe:22:61:69:be:81:12:73:d4:49:f6:72:7f:85: 65:52:9a:9c:55:d4:74:ad:bd:c5:40:ff:cf:d0:47: e4:ec:99:8c:d3:cb:01:c2:d4:9f:24:01:cd:ad:07: 05:26:b1:c1:b3:36:31:25:20:15:93:f2:bc:e9:6a: 40:8c:19:2b:9c:2d:51:3f:48:c4:17:d4:17:1f:b1: f6:f2:fb:ea:95:ed:b7:52:fa:15:d6:ef:2c:2e:51: 12:67:8a:1e:a4:1f:7f:5b:c8:ef:bc:88:e5:91:da: 75:4e:fe:f7:2e:a6:6b:8e:1b:b1:d3:3c:e1:9d:84: b4:ac:ca:3a:cd:3c:bb:a9:01:98:8c:07:b0:fc:9d: 60:3b:03:47:36:67:e8:ee:e5:61:8e:ca:29:ab:fb: f4:6e:3f:1d:12:03:a5:f1:87:a0:3a:2e:5b:2a:22: d0:b6:42:c9:d9:54:dd:1d:57:8b:28:e3:3a:d2:b7: c0:ea:02:75:b1:28:88:38:6e:c8:f8:c6:93:f7:41: ad:61:b3:22:88:4b:f3:5c:bc:44:d8:5b:d0:23:70: 6a:3c:80:db:c4:22:49:9b:11:7d:f7:ea:83:94:b2: 5f:c1:f6:98:77:a1:18:ee:c9:b6:31:ee:d2:5e:a7: c7:7c:50:95:e5: prime1: 00:ec:b8:66:8f:f3:d6:d3:c5:2d:c0:b5:c7:3c:de: 02:b2:7f:71:14:bf:94:55:7b:b9:c0:2e:3e:1e:c1: ad:26:31:60:46:ea:1f:2d:51:bf:81:ae:8c:f0:3a: cb:a8:76:8e:12:38:8c:11:49:f8:32:68:01:15:ee: 09:e9:16:34:2e:31:f9:8d:1f:2e:11:57:f3:8a:b3: 1c:af:6e:33:0e:17:a8:1a:e0:d3:d4:4d:8f:7b:b8: fc:d9:22:00:79:45:77:f3:84:32:59:9f:e8:19:00: 57:06:3e:ec:01:aa:55:f7:bf:f6:ee:5b:f7:67:3e: 97:db:8b:ad:81:f8:ce:8c:60:6b:19:fc:fe:df:8c: 8b:0e:a6:87:09:dc:34:71:ca:d2:f6:e9:e8:a2:94: ad:32:53: prime2: 00:ec:0e:95:43:d1:d5:c9:ae:a4:ce:80:62:90:a3: 25:62:8d:ee:1a:f1:aa:4e:b4:bb:bf:81:e4:80:08: 63:4e:9d:f3:25:88:59:44:b4:80:de:d9:79:51:8f: 08:a7:4f:23:f6:37:cb:7c:b2:5d:25:da:ff:b2:da: 61:69:f5:d4:7b:5e:43:77:f3:a8:fd:9f:39:09:89: ef:ad:c9:4a:9e:9b:98:d5:d4:e8:a6:ec:25:30:85: 45:84:63:c3:ca:4b:5c:7b:ed:f7:fb:72:45:d2:ba: dc:8c:12:9a:5d:75:24:3e:86:a6:20:8d:f0:80:19: 7a:55:60:76:66:12:12:4a:50:95:dc:50:db:9a:5b: 38:0e:4c:72:6d:e7:69:ec:15:3e:e0:49:e0:f1:75: 8c:60:d3: coefficient: 74:ab:31:7b:a9:b5:c2:02:0a:a3:b9:02:c5:be:1e: 15:67:74:34:e7:b6:2a:33:61:0b:7d:f2:2a:e6:eb: 01:03:02:ad:13:b3:34:a9:b8:6f:8f:ea:2b:ed:74: 37:6a:fa:38:1c:c2:11:36:ba:46:f3:f9:e5:ee:f2: 55:05:41:7c:30:2d:e8:52:f9:9c:4f:d8:89:30:ae: d5:b2:c8:0c:31:ef:94:73:20:aa:8c:43:60:41:f9: 5e:8f:7e:4b:e0:64:61:c2:d2:1a:fd:10:9e:09:2d: d5:e0:15:48:f1:7e:17:3a:50:4e:6b:81:e1:a4:c9: 79:fc:88:75:51:36:ad:80:e4:41:4a:22:d2:05:a3: df:38:a2:ba:e8:f5:2a:dc:c7:d9:2c:e1:8f:60:21: ad:33: exp1: 00:9d:96:a1:08:a2:2e:d8:ea:42:6c:31:57:82:e8: d5:68:d9:38:81:b4:8c:5e:60:30:a7:84:e1:6b:fe: 49:73:cc:99:28:7c:81:e6:dc:ae:1d:fa:02:ef:86: 64:c0:30:b4:a1:e2:ad:34:71:46:de:df:a8:21:5e: 47:90:b9:6c:61:78:79:86:7e:44:5f:dd:6a:4f:62: af:ed:05:f2:cd:25:e8:8e:84:2f:e0:fd:05:51:3b: 34:70:a4:97:26:24:9e:17:2a:61:8e:92:ca:a3:a2: 3b:4c:f8:24:8b:73:47:29:d8:cc:dd:9f:b1:d3:34: b3:49:bf:f1:f1:3d:9e:db:8a:f0:a1:eb:70:0d:88: 75:a6:7a:2c:19:df:53:b6:91:6c:e2:5d:93:b6:70: 3d:e0:eb: exp2: 49:39:08:d2:1d:bf:ec:2c:b1:50:a1:00:72:0f:39: 64:85:d4:2b:25:75:87:ae:86:62:94:3f:35:fb:e4: 1a:19:e2:b7:6c:c1:0c:0f:d5:bd:ca:c5:d8:27:bf: 2e:6e:dd:1f:de:14:cf:dc:60:0a:83:11:38:00:87: a1:1f:b1:46:87:69:f4:46:6f:d0:24:58:c3:fd:b6: 8c:38:d9:5d:b3:b4:47:f8:20:26:cf:2f:86:0a:81: 12:dd:03:79:b7:c0:bb:6c:88:b4:c5:b0:a4:fa:73: b9:3b:78:08:af:72:8b:b6:a6:c7:88:5f:e6:cc:80: 67:05:62:14:ad:5c:61:12:f8:39:7c:17:72:9d:03: 19:64:5b:46:7e:37:1c:15:47:08:b9:c1:fe:04:51: 84:23: Public Key ID: 9F:DB:F9:6E:6D:ED:DC:82:FF:88:53:3E:0E:BC:B3:43:AB:08:39:81 Public key's random art: +--[ RSA 2440]----+ | | | | | | | . | | E . S | | o . o. . | | + o.o= ..| | o . o*==o=| | . o.*@**=| +-----------------+ -----BEGIN RSA PRIVATE KEY----- MIIFfAIBAAKCATEA2kd6qFqmPTlXi24VbZtYHrOqhk9UNB7OoA+AVXhvHKO+5guh cxdhSxvQ/C1bAkytfhOqJut+6q93iiI+W2tjVCkT0UPyUNFHxlKJK3Y6ZG/W+and QOATWdCT6UCM278WYbBC+1xZqd/MGvxixFd/w+ZVDhaLmeRUbQfePQM6P0ksZoZh 9Ctj2QMohEaJqiKsjsvQzSwBAi2GtxfMSiMBGUSKfseXclpziNsutsLuqbrKLRiZ /ts8GAJsQLkndGO054cbLX5Mx2/tYZR0FkK7uxfUWKleGIv6S76TTsOTZ+Afmv+R 2jVLco1SbA2bvQ9OGhczByZTi3LtO2UzG5JuyUFxZgpo30osNQIT4ZtggULX0BdA BUmfrlYo+6fBIgsAYXWHxZjea2I9pCyb8gOaaQIDAQABAoIBMQCR8CJw9xKYcoM2 pKZM/wS+mi8T12wb4NETMOoDux7Gzi/vDK2oDmStW+6w+/4SHoQMfEdR+DeF30UU JOr+ImFpvoESc9RJ9nJ/hWVSmpxV1HStvcVA/8/QR+TsmYzTywHC1J8kAc2tBwUm scGzNjElIBWT8rzpakCMGSucLVE/SMQX1Bcfsfby++qV7bdS+hXW7ywuURJnih6k H39byO+8iOWR2nVO/vcupmuOG7HTPOGdhLSsyjrNPLupAZiMB7D8nWA7A0c2Z+ju 5WGOyimr+/RuPx0SA6Xxh6A6LlsqItC2QsnZVN0dV4so4zrSt8DqAnWxKIg4bsj4 xpP3Qa1hsyKIS/NcvETYW9AjcGo8gNvEIkmbEX336oOUsl/B9ph3oRjuybYx7tJe p8d8UJXlAoGZAOy4Zo/z1tPFLcC1xzzeArJ/cRS/lFV7ucAuPh7BrSYxYEbqHy1R v4GujPA6y6h2jhI4jBFJ+DJoARXuCekWNC4x+Y0fLhFX84qzHK9uMw4XqBrg09RN j3u4/NkiAHlFd/OEMlmf6BkAVwY+7AGqVfe/9u5b92c+l9uLrYH4zoxgaxn8/t+M iw6mhwncNHHK0vbp6KKUrTJTAoGZAOwOlUPR1cmupM6AYpCjJWKN7hrxqk60u7+B 5IAIY06d8yWIWUS0gN7ZeVGPCKdPI/Y3y3yyXSXa/7LaYWn11HteQ3fzqP2fOQmJ 763JSp6bmNXU6KbsJTCFRYRjw8pLXHvt9/tyRdK63IwSml11JD6GpiCN8IAZelVg dmYSEkpQldxQ25pbOA5Mcm3naewVPuBJ4PF1jGDTAoGZAJ2WoQiiLtjqQmwxV4Lo 1WjZOIG0jF5gMKeE4Wv+SXPMmSh8gebcrh36Au+GZMAwtKHirTRxRt7fqCFeR5C5 bGF4eYZ+RF/dak9ir+0F8s0l6I6EL+D9BVE7NHCklyYknhcqYY6SyqOiO0z4JItz RynYzN2fsdM0s0m/8fE9ntuK8KHrcA2IdaZ6LBnfU7aRbOJdk7ZwPeDrAoGYSTkI 0h2/7CyxUKEAcg85ZIXUKyV1h66GYpQ/NfvkGhnit2zBDA/VvcrF2Ce/Lm7dH94U z9xgCoMROACHoR+xRodp9EZv0CRYw/22jDjZXbO0R/ggJs8vhgqBEt0DebfAu2yI tMWwpPpzuTt4CK9yi7amx4hf5syAZwViFK1cYRL4OXwXcp0DGWRbRn43HBVHCLnB /gRRhCMCgZh0qzF7qbXCAgqjuQLFvh4VZ3Q057YqM2ELffIq5usBAwKtE7M0qbhv j+or7XQ3avo4HMIRNrpG8/nl7vJVBUF8MC3oUvmcT9iJMK7VssgMMe+UcyCqjENg Qflej35L4GRhwtIa/RCeCS3V4BVI8X4XOlBOa4HhpMl5/Ih1UTatgORBSiLSBaPf OKK66PUq3MfZLOGPYCGtMw== -----END RSA PRIVATE KEY----- gsasl-1.8.0/examples/saml20/Makefile.in0000664000000000000000000014512511760730720014516 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @LASSO_TRUE@noinst_PROGRAMS = smtp-server-saml20$(EXEEXT) \ @LASSO_TRUE@ gsasl-saml20-request$(EXEEXT) subdir = examples/saml20 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = PROGRAMS = $(noinst_PROGRAMS) gsasl_saml20_request_SOURCES = gsasl-saml20-request.c gsasl_saml20_request_OBJECTS = gsasl-saml20-request.$(OBJEXT) gsasl_saml20_request_LDADD = $(LDADD) am__DEPENDENCIES_1 = gsasl_saml20_request_DEPENDENCIES = \ $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent smtp_server_saml20_SOURCES = smtp-server-saml20.c smtp_server_saml20_OBJECTS = smtp-server-saml20.$(OBJEXT) smtp_server_saml20_LDADD = $(LDADD) smtp_server_saml20_DEPENDENCIES = $(top_builddir)/lib/src/libgsasl.la \ $(top_builddir)/gl/libgl.la $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = gsasl-saml20-request.c smtp-server-saml20.c DIST_SOURCES = gsasl-saml20-request.c smtp-server-saml20.c ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src \ $(LASSO_CFLAGS) AM_LDFLAGS = -no-install LDADD = $(top_builddir)/lib/src/libgsasl.la $(top_builddir)/gl/libgl.la \ $(LASSO_LIBS) EXTRA_DIST = README gsasl-saml20-sp.php sp-metadata.xml sp-key.pem \ sp-crt.pem openidp.feide.no/idp-metadata.xml \ idp.protectnetwork.org/idp-metadata.xml all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/saml20/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu examples/saml20/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gsasl-saml20-request$(EXEEXT): $(gsasl_saml20_request_OBJECTS) $(gsasl_saml20_request_DEPENDENCIES) $(EXTRA_gsasl_saml20_request_DEPENDENCIES) @rm -f gsasl-saml20-request$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gsasl_saml20_request_OBJECTS) $(gsasl_saml20_request_LDADD) $(LIBS) smtp-server-saml20$(EXEEXT): $(smtp_server_saml20_OBJECTS) $(smtp_server_saml20_DEPENDENCIES) $(EXTRA_smtp_server_saml20_DEPENDENCIES) @rm -f smtp-server-saml20$(EXEEXT) $(AM_V_CCLD)$(LINK) $(smtp_server_saml20_OBJECTS) $(smtp_server_saml20_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsasl-saml20-request.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp-server-saml20.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstPROGRAMS ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/examples/saml20/smtp-server-saml20.c0000664000000000000000000002667111754555060016211 00000000000000/* smtp-server-saml20.c --- Example SMTP server with SAML 2.0 support * Copyright (C) 2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include /* This is based on ../smtp-server.c but adds support for SAML 2.0. See README for instructions. */ /* This is a minimal SMTP server with GNU SASL authentication support. The only valid password is "sesam". This server will complete authentications using LOGIN, PLAIN, DIGEST-MD5, CRAM-MD5, and SCRAM-SHA-1. It accepts an optional command line parameter specifying the service name (i.e., a numerical port number or /etc/services name). By default it listens on port "2000". */ #include #include #include #include #include #include #include struct cfg { char *cfg_path; char *state_path; char *sp_metadata; char *sp_key; char *sp_cert; }; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; struct cfg *cfg = gsasl_callback_hook_get (ctx); switch (prop) { case GSASL_SAML20_REDIRECT_URL: { FILE *fh; char *reqid, *redirect_url, *tmp; size_t n = 0; const char *idp = gsasl_property_get (sctx, GSASL_SAML20_IDP_IDENTIFIER); /* User did not provide a SAML IdP identifier. */ if (!idp) return GSASL_AUTHENTICATION_ERROR; /* Sanitize input. */ if (strcmp (idp, ".") == 0 || strcmp (idp, "..") == 0) return GSASL_AUTHENTICATION_ERROR; for (n = 0; idp[n]; n++) if (!((idp[n] >= 'a' && idp[n] <= 'z') || (idp[n] >= 'A' && idp[n] <= 'Z') || (idp[n] >= '0' && idp[n] <= '9') || idp[n] == '.')) { printf ("Cannot handle identifier (%ld): %s\n", (unsigned long) n, idp); return GSASL_AUTHENTICATION_ERROR; } /* Run helper to generate SAML AuthnRequest. Read out request ID. */ rc = asprintf (&tmp, "gsasl-saml20-request %s %s %s %s " "%s/%s/idp-metadata.xml", cfg->state_path, cfg->sp_metadata, cfg->sp_key, cfg->sp_cert, cfg->cfg_path, idp); if (rc <= 0) return GSASL_AUTHENTICATION_ERROR; fh = popen (tmp, "r"); free (tmp); if (!fh) { perror ("popen"); return GSASL_AUTHENTICATION_ERROR; } reqid = NULL; n = 0; if (getline (&reqid, &n, fh) <= 0) { perror ("getline"); return GSASL_AUTHENTICATION_ERROR; } if (reqid[strlen (reqid) - 1] == '\n') reqid[strlen (reqid) - 1] = '\0'; if (reqid[strlen (reqid) - 1] == '\r') reqid[strlen (reqid) - 1] = '\0'; rc = pclose (fh); if (rc != 0) { perror ("pclose"); return GSASL_AUTHENTICATION_ERROR; } /* Read URL to redirect to. Written by gsasl-saml20-request. */ rc = asprintf (&tmp, "%s/%s/redirect_url", cfg->state_path, reqid); if (rc <= 0) return GSASL_AUTHENTICATION_ERROR; fh = fopen (tmp, "r"); free (tmp); if (!fh) { perror ("fopen"); return GSASL_AUTHENTICATION_ERROR; } redirect_url = NULL; n = 0; if (getline (&redirect_url, &n, fh) <= 0) { perror ("getline"); return GSASL_AUTHENTICATION_ERROR; } rc = fclose (fh); if (rc != 0) { perror ("fclose"); return GSASL_AUTHENTICATION_ERROR; } /* We are done */ gsasl_session_hook_set (sctx, reqid); gsasl_property_set (sctx, prop, redirect_url); printf ("read id: %s\n", reqid); printf ("url: %s\n", redirect_url); free (redirect_url); return GSASL_OK; } break; case GSASL_VALIDATE_SAML20: { time_t start = time (NULL); char *id = (char *) gsasl_session_hook_get (sctx); char *tmp, *line; size_t n; FILE *fh; if (!id) return GSASL_AUTHENTICATION_ERROR; do { sleep (1); rc = asprintf (&tmp, "%s/%s/success", cfg->state_path, id); if (rc <= 0) return GSASL_AUTHENTICATION_ERROR; fh = fopen (tmp, "r"); free (tmp); if (!fh) { rc = asprintf (&tmp, "%s/%s/fail", cfg->state_path, id); if (rc <= 0) return GSASL_AUTHENTICATION_ERROR; fh = fopen (tmp, "r"); free (tmp); if (!fh) { puts ("waiting"); continue; } rc = fclose (fh); if (rc != 0) { perror ("fclose"); return GSASL_AUTHENTICATION_ERROR; } return GSASL_AUTHENTICATION_ERROR; } rc = fclose (fh); if (rc != 0) { perror ("fclose"); return GSASL_AUTHENTICATION_ERROR; } rc = asprintf (&tmp, "%s/%s/subject", cfg->state_path, id); if (rc <= 0) return GSASL_AUTHENTICATION_ERROR; fh = fopen (tmp, "r"); free (tmp); if (!fh) { perror ("fopen"); return GSASL_AUTHENTICATION_ERROR; } line = NULL; n = 0; if (getline (&line, &n, fh) <= 0) { perror ("getline"); return GSASL_AUTHENTICATION_ERROR; } printf ("subject: %s\n", line); gsasl_property_set (sctx, GSASL_AUTHID, line); free (line); rc = fclose (fh); if (rc != 0) { perror ("fclose"); return GSASL_AUTHENTICATION_ERROR; } free (id); return GSASL_OK; } while (time (NULL) - start < 30); printf ("timeout\n"); return GSASL_AUTHENTICATION_ERROR; } break; case GSASL_PASSWORD: gsasl_property_set (sctx, prop, "sesam"); rc = GSASL_OK; break; default: /* You may want to log (at debug verbosity level) that an unknown property was requested here, possibly after filtering known rejected property requests. */ break; } return rc; } static ssize_t gettrimline (char **line, size_t * n, FILE * fh) { ssize_t s = getline (line, n, fh); if (s >= 2) { if ((*line)[strlen (*line) - 1] == '\n') (*line)[strlen (*line) - 1] = '\0'; if ((*line)[strlen (*line) - 1] == '\r') (*line)[strlen (*line) - 1] = '\0'; printf ("C: %s\n", *line); } return s; } #define print(fh, ...) \ printf ("S: "), printf (__VA_ARGS__), fprintf (fh, __VA_ARGS__) static void server_auth (FILE * fh, Gsasl_session * session) { char *line = NULL; size_t n = 0; char *p; int rc; /* The ordering and the type of checks in the following loop has to be adapted for each protocol depending on its SASL properties. SMTP is a "server-first" SASL protocol. This implementation do not support piggy-backing of the initial client challenge nor piggy-backing of the terminating server response. See RFC 2554 and RFC 4422 for terminology. That profile results in the following loop structure. Ask on the help-gsasl list if you are uncertain. */ do { rc = gsasl_step64 (session, line, &p); if (rc == GSASL_NEEDS_MORE || (rc == GSASL_OK && p && *p)) { print (fh, "334 %s\n", p); gsasl_free (p); if (gettrimline (&line, &n, fh) < 0) { print (fh, "221 localhost getline failure\n"); goto done; } } } while (rc == GSASL_NEEDS_MORE); if (rc != GSASL_OK) { print (fh, "535 gsasl_step64 (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } { const char *authid = gsasl_property_fast (session, GSASL_AUTHID); const char *authzid = gsasl_property_fast (session, GSASL_AUTHZID); print (fh, "235 OK [authid: %s authzid: %s]\n", authid ? authid : "N/A", authzid ? authzid : "N/A"); } done: free (line); } static void smtp (FILE * fh, Gsasl * ctx) { char *line = NULL; size_t n = 0; int rc; print (fh, "220 localhost ESMTP GNU SASL smtp-server\n"); while (gettrimline (&line, &n, fh) >= 0) { if (strncmp (line, "EHLO ", 5) == 0 || strncmp (line, "ehlo ", 5) == 0) { char *mechlist; rc = gsasl_server_mechlist (ctx, &mechlist); if (rc != GSASL_OK) { print (fh, "221 localhost gsasl_server_mechlist (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } print (fh, "250-localhost\n"); print (fh, "250 AUTH %s\n", mechlist); gsasl_free (mechlist); } else if (strncmp (line, "AUTH ", 5) == 0 || strncmp (line, "auth ", 5) == 0) { Gsasl_session *session = NULL; if ((rc = gsasl_server_start (ctx, line + 5, &session)) != GSASL_OK) { print (fh, "221 localhost gsasl_server_start (%d): %s\n", rc, gsasl_strerror (rc)); goto done; } server_auth (fh, session); gsasl_finish (session); } else if (strncmp (line, "QUIT", 4) == 0 || strncmp (line, "quit", 4) == 0) { print (fh, "221 localhost QUIT\n"); goto done; } else print (fh, "500 unrecognized command\n"); } print (fh, "221 localhost getline failure\n"); done: free (line); } int main (int argc, char *argv[]) { const char *service = argc > 1 ? argv[1] : "2000"; volatile int run = 1; struct addrinfo hints, *addrs; int sockfd; int rc; int yes = 1; Gsasl *ctx; struct cfg cfg; setvbuf (stdout, NULL, _IONBF, 0); if (argc != 7) { printf ("Usage: %s PORT CFG-PATH STATE-PATH SP-METADATA " "SP-KEY SP-CERT\n", argv[0]); exit (EXIT_FAILURE); } cfg.cfg_path = argv[2]; cfg.state_path = argv[3]; cfg.sp_metadata = argv[4]; cfg.sp_key = argv[5]; cfg.sp_cert = argv[6]; rc = gsasl_init (&ctx); if (rc < 0) { printf ("gsasl_init (%d): %s\n", rc, gsasl_strerror (rc)); exit (EXIT_FAILURE); } printf ("%s [gsasl header %s library %s]\n", argv[0], GSASL_VERSION, gsasl_check_version (NULL)); gsasl_callback_set (ctx, callback); gsasl_callback_hook_set (ctx, &cfg); memset (&hints, 0, sizeof (hints)); hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; hints.ai_socktype = SOCK_STREAM; rc = getaddrinfo (NULL, service, &hints, &addrs); if (rc < 0) { printf ("getaddrinfo: %s\n", gai_strerror (rc)); exit (EXIT_FAILURE); } sockfd = socket (addrs->ai_family, addrs->ai_socktype, addrs->ai_protocol); if (sockfd < 0) { perror ("socket"); exit (EXIT_FAILURE); } if (setsockopt (sockfd, SOL_SOCKET, SO_REUSEADDR, &yes, sizeof (yes)) < 0) { perror ("setsockopt"); exit (EXIT_FAILURE); } rc = bind (sockfd, addrs->ai_addr, addrs->ai_addrlen); if (rc < 0) { perror ("bind"); exit (EXIT_FAILURE); } freeaddrinfo (addrs); rc = listen (sockfd, SOMAXCONN); if (rc < 0) { perror ("listen"); exit (EXIT_FAILURE); } signal (SIGPIPE, SIG_IGN); while (run) { struct sockaddr from; socklen_t fromlen = sizeof (from); char host[NI_MAXHOST]; int fd; FILE *fh; fd = accept (sockfd, &from, &fromlen); if (fd < 0) { perror ("accept"); continue; } rc = getnameinfo (&from, fromlen, host, sizeof (host), NULL, 0, NI_NUMERICHOST); if (rc == 0) printf ("connection from %s\n", host); else printf ("getnameinfo: %s\n", gai_strerror (rc)); fh = fdopen (fd, "w+"); if (!fh) { perror ("fdopen"); close (fd); continue; } smtp (fh, ctx); fclose (fh); } close (sockfd); gsasl_done (ctx); return 0; } gsasl-1.8.0/examples/saml20/README0000664000000000000000000002367211754710120013326 00000000000000GNU SASL examples/saml20/README -- Explanation of SMTP SAML 2.0 example. Copyright (C) 2012 Simon Josefsson See the end for copying conditions. This directory holds a GNU SASL example application that implements a SMTP server with SAML 2.0 authentication support. The SAML implementation used is Lasso: http://lasso.entrouvert.org/ It should be noted that this is just an example of how it could work. You don't need to implement it this way. For example, sometimes having a Apache/PHP web server running is a problem. Then you could use something like MicroHTTPD and implement everything in one process using Lasso in C. Then you don't need any IPC stuff. Also, you could also want to use another SAML implementation instead of Lasso. The point of this example is just to proof that it works. This setup was tested with GNU SASL version 1.7.3. There is one example SMTP server and some helper tools that implement the actual SAML part: smtp-server-saml20.c: The actual SMTP server, based on ../smtp-server.c. It invokes gsasl-saml20-request.c to generate the request, and then waits for gsasl-saml20-sp.php to accept the SAML response. gsasl-saml20-request.c Given a Identity Provider identifier it generates a SAML Request and prints a user redirect URL. This tool is invoked by smtp-server-saml20.c. It uses Lasso as the SAML library. gsasl-saml20-sp.php: This is the SAML SP responsible for accepting SAML Responses. Intended to be invoked via a webserver. These three tools communicate with each other using a simple file-based IPC interface, normally placed below /tmp/gsasl-saml20/. Install the SAML SP: The "gsasl-saml20-sp.php" script needs to be install so that it is reachable under some URL via a web server. This is the AssertionConsumerService (ACS) for the GNU SASL SP. For example, on interop.josefsson.org I make the ACS available as http://interop.josefsson.org/gsasl-saml20-sp.php by copying the file into /var/www/gsasl-saml20-sp.php Configure the tool by specifying the state and configuration directories in a file called gsasl-saml20-config.php in the same directory, like this: echo '' > /var/www/gsasl-saml20-config.php Of course you can chose different paths, but then you need to update the paths accordingly in the rest of this documentation. Create SAML SP configuration: /etc/gsasl-saml20/sp-key.pem /etc/gsasl-saml20/sp-crt.pem This is a private key and certificate for your SP. It can be self-signed. You may generate the files with GnuTLS like this: certtool -p --outfile sp-key.pem echo 'organization=My SP' > sp-crt.template certtool --generate-self-signed --load-privkey sp-key.pem --template sp-crt.template --outfile sp-crt.pem Currently the private key is not used to sign requests. /etc/gsasl-saml20/sp-metadata.xml This is specific for your SP. Use sp-metadata.xml as a starting point if you are unsure, and use a text editor to modify it. You need to: 1) Change the entityID to something (the URL does not have to resolve to anything, but should be unique to this SP). 2) Replace the ACS URL to point at your gsasl-saml20-sp.php. 3) Replace the certificate data (in two places) with the base64 data from sp-crt.pem. 4) Update with your contact information at the bottom. You may want to make the SP metadata reachable over the web as well, for example by doing: ln -s /etc/gsasl-saml20/sp-metadata.xml /var/www/ /etc/gsasl-saml20/IDP/idp-metadata.xml This is the XML metadata for each IdP. Replace "IDP" in the filename with the Identity Provider Identifier you expect users to type. /etc/gsasl-saml20/openidp.feide.no/idp-metadata.xml Here we used Feide OpenIdP as an example. The content of idp-metadata.xml is retrieved from the IdP. For Feide OpenIdP you can retrieve it from the following URL: https://openidp.feide.no/simplesaml/saml2/idp/metadata.php /etc/gsasl-saml20/idp.protectnetwork.org/idp-metadata.xml As the second test IdP we used Protect Network. You can retrieve the file from here: http://www.protectnetwork.org/protectnetwork-metadata.xml Lasso requires that the KeyDescriptor tags are qualified with attributes use="signing" or use="encryption" respectively, so you need to modify the file slightly. Here is the normal process: 1) Start the example SMTP server "smtp-server-saml20", for example when running it on the interop.josefsson.org server the following is used: su -c "env LD_LIBRARY_PATH=/root/gsasl/lib/src/.libs PATH=$PATH:/root/gsasl/examples/saml20 nohup /root/gsasl/examples/saml20/smtp-server-saml20 2001 /etc/gsasl-saml20 /tmp/gsasl-saml20 /etc/gsasl-saml20/sp-metadata.xml /etc/gsasl-saml20/sp-key.pem /etc/gsasl-saml20/sp-crt.pem 2>&1 | logger -t saml20" www-data & For permission reasons, you should run the server under the same user as the webserver runs gsasl-saml20-sp.php. The "gsasl-saml20" tool takes some parameters, the port, the configuration directory, the IPC directory, and the metadata, key and certificate for the SP. 2) The smtp-server-saml20 receives incoming connections from clients. The client sends the Identity Provider Identifier. You may use the gsasl command line tool to act as a client. For example: jas@latte:~$ gsasl --smtp -m SAML20 interop.josefsson.org 2001 Trying ‘interop.josefsson.org’... 220 localhost ESMTP GNU SASL smtp-server EHLO [127.0.0.1] 250-localhost 250 AUTH ANONYMOUS EXTERNAL LOGIN PLAIN SECURID DIGEST-MD5 CRAM-MD5 SCRAM-SHA-1 SAML20 OPENID20 EHLO [127.0.0.1] 250-localhost 250 AUTH ANONYMOUS EXTERNAL LOGIN PLAIN SECURID DIGEST-MD5 CRAM-MD5 SCRAM-SHA-1 SAML20 OPENID20 AUTH SAML20 334 Enter SAML authentication identifier (e.g. "http://example.org/"): At the prompt, you could type for example "openidp.feide.no". 3) smtp-server-saml20 invokes "gsasl-saml20-request" to get the redirect URL, which is also stored in this file: /tmp/gsasl-saml20/SESSIONID/redirect_url The SESSIONID will be unique for every SAML Request, it looks for example like "_B6F098F6D17C63796A9DF3BB63EF58AA". 4) The server continue with the SMTP authentication process, the output from the gsasl client looks like: biwsb3BlbmlkcC5mZWlkZS5ubw== 334 aHR0cHM6Ly9vcGVuaWRwLmZlaWRlLm5vL3NpbXBsZXNhbWwvc2FtbDIvaWRwL1NTT1NlcnZpY2UucGhwP1NBTUxSZXF1ZXN0PWZaRlBiNE13RE1XJTJGQ3NvZFFzdEthUVJJdEF5cDB2NVVZOXBobHltaXBzMFVraXdPM2ZidEIxU2R0a3N2UGp6N0p6OCUyRnA4ZzdhVmpSdTZONmdvOGUwSGxmblZUSXBrWkdlcXVZNWlpUUtkNEJNdGV3dXJpJTJGWSUyRk1nWk1acXB4c3R5UiUyRmtPc0VSd1RxaEZmRzJaVWJlMW5FVnJwSXFMbWZMVFJ3dFYzR3hLcXRvdlk2ajIycVJGQVh4WHNEaU1KJTJCUkFSOGd4QjYyQ2gxWGJwREMyZHdQYiUyRnhaOGh3bWJMRmcwZXlWZU9Wd2cxRGNUZFRST1lPTVVtMUFpYjBKV2hCN0NKU21LRG9qWVhSTXh6S25RNWZXOVdNTjlpUWFDTXpSRUslMkZTdG9FcG00eTBYQ0tNRG5iREVlSUVGeVZQUjU1TnpteCUyQjJTZVVBNnROOEs0UldrU3RBbTBQOUlBY3BUJTJGdEMzMDBLZjJMcHVkWFBBeWhiY3VkbHFMNUhnMTAzRjNQZEZURTNtJTJCblVlWXNWeWhBT2VJVlV1clBqUVh1ZnMzUyUyRkx6eiUyRjhmekh3JTNEJTNEJlNpZ0FsZz1odHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkYwOSUyRnhtbGRzaWclMjNyc2Etc2hhMSZTaWduYXR1cmU9RU1hR3JERWZFZUlXeGJSUFREazZNUXllJTJGalF1cVVsY1p0bE9Ob0VnMkVSOUxwckU4UWhSbXdpMU02QzliMnNJbEU1b01PZXUzeCUyRlM1aWJiTlV3Y1ZwMk1lRTRlWnFWdm5xQThGZzklMkJhc2FHQTY4QVpRWWxxelNGZXJqdWljWkwwN2NWVkElMkZGRWsyWmJPcGdUdGZKbWg1dWtiUXY5VUROeHUwazlkWHY4ejQwVldsVDVSRUJHYjFkUVRFMEFFczNrQyUyQlZxR0ZkUVpHYmtJeGt3MVBZblVHTkQzJTJCUnZ1OFcyTENRTGE5ZDN1RGlTUllMekhvJTJGSGZKTnhuTVFjTVliMHV0dFNQNnp2bktqJTJCSGJRTGxERUNMemxpJTJCRkFuWUYxTDBpOXo0cFFSQUthVmRNYmNHaWFBZSUyRnVoZDAlMkJUQVVRZlJraGpDRWFoS1dYeXN5OEtualIlMkY5TThDZWNUMU4lMkJ1NFV4emhVM1BDcG1zVnNUVW9ZekxYUGxWRnBod2owb0l4S2JGQUd0bnF3TktieENTV2JaUk5RJTNEJTNE Visit this URL to proceed with authentication: https://openidp.feide.no/simplesaml/saml2/idp/SSOService.php?SAMLRequest=fZFPb4MwDMW%2FCsodQstKaQRItAyp0v5UY9phlymips0UkiwO3fbtB1SdtksvPjz7Jz8%2Fp8g7aVjRu6N6go8e0HlfnVTIpkZGequY5iiQKd4BMtewuri%2FY%2FMgZMZqpxstyR%2FkOsERwTqhFfG2ZUbe1nEVrpIqLmfLTRwtV3GxKqtovY6j22qRFAXxXsDiMJ%2BRAR8gxB62Ch1XbpDC2dwPb%2FxZ8hwmbLFg0eyVeOVwg1DcTdTROYOMUm1Aib0JWhB7CJSmKDojYXRMxzKnQ5fW9WMN9iQaCMzREK%2FStoEpm4y0XCKMDnbDEeIEFyVPR55Nzmx%2B2SeUA6tN8K4RWkStAm0P9IAcpT%2FtC300Kf2LpudXPAyhbcudlqL5Hg103F3PdFTE3m%2BnUeYsVyhAOeIVUurPjQXufs3S%2FLzz%2F8fzHw%3D%3D&SigAlg=http%3A%2F%2Fwww.w3.org%2F2000%2F09%2Fxmldsig%23rsa-sha1&Signature=EMaGrDEfEeIWxbRPTDk6MQye%2FjQuqUlcZtlONoEg2ER9LprE8QhRmwi1M6C9b2sIlE5oMOeu3x%2FS5ibbNUwcVp2MeE4eZqVvnqA8Fg9%2BasaGA68AZQYlqzSFerjuicZL07cVVA%2FFEk2ZbOpgTtfJmh5ukbQv9UDNxu0k9dXv8z40VWlT5REBGb1dQTE0AEs3kC%2BVqGFdQZGbkIxkw1PYnUGND3%2BRvu8W2LCQLa9d3uDiSRYLzHo%2FHfJNxnMQcMYb0uttSP6zvnKj%2BHbQLlDECLzli%2BFAnYF1L0i9z4pQRAKaVdMbcGiaAe%2Fuhd0%2BTAUQfRkhjCEahKWXysy8KnjR%2F9M8CecT1N%2Bu4UxzhU3PCpmsVsTUoYzLXPlVFphwj0oIxKbFAGtnqwNKbxCSWbZRNQ%3D%3D PQ== 5) smtp-server-saml20 waits for one of the following files to appear: /tmp/gsasl-saml20/_B6F098F6D17C63796A9DF3BB63EF58AA/success /tmp/gsasl-saml20/_B6F098F6D17C63796A9DF3BB63EF58AA/fail 6) Meanwhile the user will receive the redirect URL over the SMTP connection and will access the URL in his browser. Eventually, after IdP approval, the browser will be redirected to the SP with the SAML response. 7) The gsasl-saml20-sp.php verify the SAML Response (using Lasso as the SAML library) and writes files to the IPC store. 8) smtp-server-saml20 notice that one of the IPC files is present and proceeds by reading the files and returning success/fail to the client as appropriate. The client will print something like this: 235 OK [authid: _d69b0f484333df7eea73fccfd0b4dae2629f2eeb89 authzid: N/A] Client authentication finished (server trusted)... Enter application data (EOF to finish): ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/examples/saml20/openidp.feide.no/0000775000000000000000000000000011760732123015644 500000000000000gsasl-1.8.0/examples/saml20/openidp.feide.no/idp-metadata.xml0000664000000000000000000000615211746471770020660 00000000000000 MIICizCCAfQCCQCY8tKaMc0BMjANBgkqhkiG9w0BAQUFADCBiTELMAkGA1UEBhMCTk8xEjAQBgNVBAgTCVRyb25kaGVpbTEQMA4GA1UEChMHVU5JTkVUVDEOMAwGA1UECxMFRmVpZGUxGTAXBgNVBAMTEG9wZW5pZHAuZmVpZGUubm8xKTAnBgkqhkiG9w0BCQEWGmFuZHJlYXMuc29sYmVyZ0B1bmluZXR0Lm5vMB4XDTA4MDUwODA5MjI0OFoXDTM1MDkyMzA5MjI0OFowgYkxCzAJBgNVBAYTAk5PMRIwEAYDVQQIEwlUcm9uZGhlaW0xEDAOBgNVBAoTB1VOSU5FVFQxDjAMBgNVBAsTBUZlaWRlMRkwFwYDVQQDExBvcGVuaWRwLmZlaWRlLm5vMSkwJwYJKoZIhvcNAQkBFhphbmRyZWFzLnNvbGJlcmdAdW5pbmV0dC5ubzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAt8jLoqI1VTlxAZ2axiDIThWcAOXdu8KkVUWaN/SooO9O0QQ7KRUjSGKN9JK65AFRDXQkWPAu4HlnO4noYlFSLnYyDxI66LCr71x4lgFJjqLeAvB/GqBqFfIZ3YK/NrhnUqFwZu63nLrZjcUZxNaPjOOSRSDaXpv1kb5k3jOiSGECAwEAATANBgkqhkiG9w0BAQUFAAOBgQBQYj4cAafWaYfjBU2zi1ElwStIaJ5nyp/s/8B8SAPK2T79McMyccP3wSW13LHkmM1jwKe3ACFXBvqGQN0IbcH49hu0FKhYFM/GPDJcIHFBsiyMBXChpye9vBaTNEBCtU3KjjyG0hRT2mAQ9h+bkPmOvlEo/aH0xR68Z9hw4PF13w== MIICizCCAfQCCQCY8tKaMc0BMjANBgkqhkiG9w0BAQUFADCBiTELMAkGA1UEBhMCTk8xEjAQBgNVBAgTCVRyb25kaGVpbTEQMA4GA1UEChMHVU5JTkVUVDEOMAwGA1UECxMFRmVpZGUxGTAXBgNVBAMTEG9wZW5pZHAuZmVpZGUubm8xKTAnBgkqhkiG9w0BCQEWGmFuZHJlYXMuc29sYmVyZ0B1bmluZXR0Lm5vMB4XDTA4MDUwODA5MjI0OFoXDTM1MDkyMzA5MjI0OFowgYkxCzAJBgNVBAYTAk5PMRIwEAYDVQQIEwlUcm9uZGhlaW0xEDAOBgNVBAoTB1VOSU5FVFQxDjAMBgNVBAsTBUZlaWRlMRkwFwYDVQQDExBvcGVuaWRwLmZlaWRlLm5vMSkwJwYJKoZIhvcNAQkBFhphbmRyZWFzLnNvbGJlcmdAdW5pbmV0dC5ubzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAt8jLoqI1VTlxAZ2axiDIThWcAOXdu8KkVUWaN/SooO9O0QQ7KRUjSGKN9JK65AFRDXQkWPAu4HlnO4noYlFSLnYyDxI66LCr71x4lgFJjqLeAvB/GqBqFfIZ3YK/NrhnUqFwZu63nLrZjcUZxNaPjOOSRSDaXpv1kb5k3jOiSGECAwEAATANBgkqhkiG9w0BAQUFAAOBgQBQYj4cAafWaYfjBU2zi1ElwStIaJ5nyp/s/8B8SAPK2T79McMyccP3wSW13LHkmM1jwKe3ACFXBvqGQN0IbcH49hu0FKhYFM/GPDJcIHFBsiyMBXChpye9vBaTNEBCtU3KjjyG0hRT2mAQ9h+bkPmOvlEo/aH0xR68Z9hw4PF13w== urn:oasis:names:tc:SAML:2.0:nameid-format:transient Feide support support@feide.no gsasl-1.8.0/examples/saml20/gsasl-saml20-sp.php0000664000000000000000000000723111754555060016007 00000000000000. require "lasso.php"; include "gsasl-saml20-config.php"; if (!isset($state_path) || !isset($cfg_path) || !is_writable($state_path)) { print "Error: Configuration error"; exit (0); } if (!isset($_POST["SAMLResponse"])) { print "Error: Expected SAMLResponse POST data"; exit (0); } $xml = base64_decode($_POST["SAMLResponse"]); if (preg_match ("/<[^> ]+:Response[^>]+InResponseTo=\"([A-Za-z0-9_]+)\"/", $xml, $matches) != 1) { print "Error: Could not parse XML"; error_log ("parsing XML failed: $xml"); exit (0); } $id = $matches[1]; if (!file_exists ("$state_path/$id") && !mkdir ("$state_path/$id", 0770)) { error_log ("mkdir: $state_path/$id"); exit (0); } file_put_contents ("$state_path/$id/post", $xml); error_log ("saved SAMLResponse into $state_path/$id/post"); function error($msg) { global $state_path, $id; file_put_contents ("$state_path/$id/fail", ""); print "Error: " . htmlentities($msg); exit(0); } try { $server = new LassoServer("$cfg_path/sp-metadata.xml", "$cfg_path/sp-key.pem", "", "$cfg_path/sp-crt.pem"); $idps = ""; foreach (glob("$cfg_path/*", GLOB_ONLYDIR) as $dir) { if (is_readable ("$dir/idp-metadata.xml")) { $idps .= " $dir/idp-metadata.xml"; $server->addProvider(LASSO_PROVIDER_ROLE_IDP, "$dir/idp-metadata.xml"); } } error_log ("IdPs:$idps"); $login = new LassoLogin($server); } catch (Exception $e) { error('Unexpected Lasso error: ' . $e); } try { try { $login->processAuthnResponseMsg($_POST["SAMLResponse"]); $xml = new SimpleXMLElement($login->response->exportToXml()); $xml_id = $xml->attributes()->{'InResponseTo'}; if ($id != $xml_id) { error_log ("ID parse error: guessed $id got $xml_id"); } if (!file_exists ("$state_path/$id") && !mkdir ("$state_path/$id", 0770)) { error ("State management failure (replay?)"); } file_put_contents ("$state_path/$id/samlresp", $login->response->getXmlNode(false)); } catch (LassoDsError $e) { error('Invalid signature'); } catch (LassoProfileCannotVerifySignatureError $e) { error('Invalid signature'); } catch (LassoError $e) { error('Misc error: ' . $e); } try { $ok = $login->acceptSso(); } catch (LassoError $e) { error('Invalid assertion'); } } catch (Exception $e) { error('Unexpected error: ' . $e); } if ($ok != 0) { error("acceptSso returned $ok"); } file_put_contents ("$state_path/$id/subject", $login->assertion->subject->nameId->content); file_put_contents ("$state_path/$id/success", ""); print "Congratulations! You are authenticated as: " . $login->assertion->subject->nameId->content; print "\n\n"; ?> gsasl-1.8.0/examples/saml20/sp-crt.pem0000664000000000000000000000230411746471770014366 00000000000000-----BEGIN CERTIFICATE----- MIIDVzCCAg+gAwIBAgIET3l7aTANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQKExpT aW1vbiBKb3NlZnNzb24gSW50ZXJvcCBTUDAeFw0xMjA0MDIxMDExNTNaFw0xMzA0 MDIxMDExNTNaMCUxIzAhBgNVBAoTGlNpbW9uIEpvc2Vmc3NvbiBJbnRlcm9wIFNQ MIIBUjANBgkqhkiG9w0BAQEFAAOCAT8AMIIBOgKCATEA2kd6qFqmPTlXi24VbZtY HrOqhk9UNB7OoA+AVXhvHKO+5guhcxdhSxvQ/C1bAkytfhOqJut+6q93iiI+W2tj VCkT0UPyUNFHxlKJK3Y6ZG/W+andQOATWdCT6UCM278WYbBC+1xZqd/MGvxixFd/ w+ZVDhaLmeRUbQfePQM6P0ksZoZh9Ctj2QMohEaJqiKsjsvQzSwBAi2GtxfMSiMB GUSKfseXclpziNsutsLuqbrKLRiZ/ts8GAJsQLkndGO054cbLX5Mx2/tYZR0FkK7 uxfUWKleGIv6S76TTsOTZ+Afmv+R2jVLco1SbA2bvQ9OGhczByZTi3LtO2UzG5Ju yUFxZgpo30osNQIT4ZtggULX0BdABUmfrlYo+6fBIgsAYXWHxZjea2I9pCyb8gOa aQIDAQABoy8wLTAMBgNVHRMBAf8EAjAAMB0GA1UdDgQWBBSf2/lube3cgv+IUz4O vLNDqwg5gTANBgkqhkiG9w0BAQsFAAOCATEAMzNcMklXduG1jevHvY4uL+G8dgFI 9eBNTFkgbamJXqptEmGkCWOMMt8GSJoOjRtMbcxu7ao8wfBV7wRzk4ITpiB/IBqW dph9gNGDBasqnZxu+onh45BzGl3nY94aE2MfGS5FjxcGjYA5PJC/isNLlrJ1/YjO jYcDBcNRJvMXbDE13fY/vwKxLI1pdtpamys3Zogc3wzeuH5lLLB2blWS6eqwcnf4 zNNFnusxOcOVt+DigN0otb+6V560mun6X+9vARIuEUHB1MNH7Y/mHy1T5CvZuyIw cgrfb2PocuvrkquzJPZCSJcsgzxLVFWXUr6hKhFoqh4nirrv5kfI8Ftm/hJxRBwE 87Z2PnzISd4JQ20jbp2DEPJLYsWivKtJAWxZ4hfYc/SSKE39F7kwCWiwkQ== -----END CERTIFICATE----- gsasl-1.8.0/examples/README0000664000000000000000000000140111754555060012224 00000000000000GNU SASL examples/README -- Information about files in examples/ directory. Copyright (C) 2003-2012 Simon Josefsson See the end for copying conditions. This directory contains examples on how to use GNU SASL. client: Example SASL client. client-serverfirst: Same as previous, but server get to send data first. client-mech: Same as previous, but you get to chose which mechanism is used. client-callback: Same as client-serverfirst, but user info is retrieved using a callback, instead of hard coded. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/configure0000775000000000000000000457341211760730716011461 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for GNU SASL 1.8.0. # # Report bugs to . # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test \$(( 1 + 1 )) = 2 || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV export CONFIG_SHELL case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-gsasl@gnu.org $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do $0: have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GNU SASL' PACKAGE_TARNAME='gsasl' PACKAGE_VERSION='1.8.0' PACKAGE_STRING='GNU SASL 1.8.0' PACKAGE_BUGREPORT='bug-gsasl@gnu.org' PACKAGE_URL='http://www.gnu.org/software/gsasl/' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" gl_use_threads_default= gt_needs= ac_header_list= ac_func_list= gl_getopt_required=POSIX gl_getopt_required=POSIX enable_option_checking=no ac_subst_vars='gltests_LTLIBOBJS gltests_LIBOBJS gl_LTLIBOBJS gl_LIBOBJS CONFIG_INCLUDE am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS subdirs WARN_CFLAGS WSTACK_CFLAGS WERROR_CFLAGS LASSO_FALSE LASSO_TRUE LASSO_LIBS LASSO_CFLAGS WINDOWS_FALSE WINDOWS_TRUE LIBTESTS_LIBDEPS YIELD_LIB abs_aux_dir LTLIBMULTITHREAD LIBMULTITHREAD LTLIBTHREAD LIBTHREAD LIBPTH_PREFIX LTLIBPTH LIBPTH NEXT_AS_FIRST_DIRECTIVE_LOCALE_H NEXT_LOCALE_H HAVE_XLOCALE_H REPLACE_STRUCT_LCONV REPLACE_DUPLOCALE REPLACE_SETLOCALE REPLACE_LOCALECONV HAVE_DUPLOCALE GNULIB_DUPLOCALE GNULIB_SETLOCALE GNULIB_LOCALECONV NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H NEXT_INTTYPES_H UINT64_MAX_EQ_ULONG_MAX UINT32_MAX_LT_UINTMAX_MAX PRIPTR_PREFIX PRI_MACROS_BROKEN INT64_MAX_EQ_LONG_MAX INT32_MAX_LT_INTMAX_MAX REPLACE_STRTOIMAX HAVE_DECL_STRTOUMAX HAVE_DECL_STRTOIMAX HAVE_DECL_IMAXDIV HAVE_DECL_IMAXABS GNULIB_STRTOUMAX GNULIB_STRTOIMAX GNULIB_IMAXDIV GNULIB_IMAXABS INET_PTON_LIB NEXT_AS_FIRST_DIRECTIVE_FCNTL_H NEXT_FCNTL_H REPLACE_OPENAT REPLACE_OPEN REPLACE_FCNTL HAVE_OPENAT HAVE_FCNTL GNULIB_OPENAT GNULIB_OPEN GNULIB_NONBLOCKING GNULIB_FCNTL LOCALE_TR_UTF8 LOCALE_FR gltests_WITNESS REPLACE_TOWLOWER REPLACE_ISWCNTRL HAVE_WCTYPE_H NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H NEXT_WCTYPE_H HAVE_ISWCNTRL REPLACE_ISWBLANK HAVE_WCTRANS_T HAVE_WCTYPE_T HAVE_ISWBLANK GNULIB_TOWCTRANS GNULIB_WCTRANS GNULIB_ISWCTYPE GNULIB_WCTYPE GNULIB_ISWBLANK HAVE_WINT_T NEXT_AS_FIRST_DIRECTIVE_WCHAR_H NEXT_WCHAR_H VALGRIND LIBUNISTRING_UNITYPES_H LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE LIBUNISTRING_UNISTR_H HAVE_UNISTD_H NEXT_AS_FIRST_DIRECTIVE_UNISTD_H NEXT_UNISTD_H PTHREAD_H_DEFINES_STRUCT_TIMESPEC SYS_TIME_H_DEFINES_STRUCT_TIMESPEC TIME_H_DEFINES_STRUCT_TIMESPEC NEXT_AS_FIRST_DIRECTIVE_TIME_H NEXT_TIME_H REPLACE_TIMEGM REPLACE_NANOSLEEP REPLACE_MKTIME REPLACE_LOCALTIME_R HAVE_TIMEGM HAVE_STRPTIME HAVE_NANOSLEEP HAVE_DECL_LOCALTIME_R GNULIB_TIME_R GNULIB_TIMEGM GNULIB_STRPTIME GNULIB_NANOSLEEP GNULIB_MKTIME HAVE_SYS_UIO_H NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H NEXT_SYS_UIO_H NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H NEXT_SYS_TIME_H REPLACE_STRUCT_TIMEVAL REPLACE_GETTIMEOFDAY HAVE_SYS_TIME_H HAVE_STRUCT_TIMEVAL HAVE_GETTIMEOFDAY GNULIB_GETTIMEOFDAY NEXT_AS_FIRST_DIRECTIVE_STRING_H NEXT_STRING_H NEXT_AS_FIRST_DIRECTIVE_STDLIB_H NEXT_STDLIB_H NEXT_AS_FIRST_DIRECTIVE_STDIO_H NEXT_STDIO_H GL_GENERATE_STDINT_H_FALSE GL_GENERATE_STDINT_H_TRUE STDINT_H WINT_T_SUFFIX WCHAR_T_SUFFIX SIG_ATOMIC_T_SUFFIX SIZE_T_SUFFIX PTRDIFF_T_SUFFIX HAVE_SIGNED_WINT_T HAVE_SIGNED_WCHAR_T HAVE_SIGNED_SIG_ATOMIC_T BITSIZEOF_WINT_T BITSIZEOF_WCHAR_T BITSIZEOF_SIG_ATOMIC_T BITSIZEOF_SIZE_T BITSIZEOF_PTRDIFF_T HAVE_SYS_BITYPES_H HAVE_SYS_INTTYPES_H HAVE_STDINT_H NEXT_AS_FIRST_DIRECTIVE_STDINT_H NEXT_STDINT_H HAVE_SYS_TYPES_H HAVE_INTTYPES_H HAVE_WCHAR_H HAVE_UNSIGNED_LONG_LONG_INT HAVE_LONG_LONG_INT NEXT_AS_FIRST_DIRECTIVE_STDDEF_H NEXT_STDDEF_H GL_GENERATE_STDDEF_H_FALSE GL_GENERATE_STDDEF_H_TRUE STDDEF_H HAVE_WCHAR_T REPLACE_NULL HAVE__BOOL GL_GENERATE_STDBOOL_H_FALSE GL_GENERATE_STDBOOL_H_TRUE STDBOOL_H GL_GENERATE_STDARG_H_FALSE GL_GENERATE_STDARG_H_TRUE STDARG_H NEXT_AS_FIRST_DIRECTIVE_STDARG_H NEXT_STDARG_H GL_GENERATE_STDALIGN_H_FALSE GL_GENERATE_STDALIGN_H_TRUE STDALIGN_H NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H NEXT_SIGNAL_H REPLACE_RAISE REPLACE_PTHREAD_SIGMASK HAVE_SIGHANDLER_T HAVE_TYPE_VOLATILE_SIG_ATOMIC_T HAVE_STRUCT_SIGACTION_SA_SIGACTION HAVE_SIGACTION HAVE_SIGINFO_T HAVE_SIGSET_T HAVE_RAISE HAVE_PTHREAD_SIGMASK HAVE_POSIX_SIGNALBLOCKING GNULIB_SIGACTION GNULIB_SIGPROCMASK GNULIB_SIGNAL_H_SIGPIPE GNULIB_RAISE GNULIB_PTHREAD_SIGMASK LIB_SELECT HAVE_SYS_SELECT_H NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H NEXT_SYS_SELECT_H REPLACE_SELECT REPLACE_PSELECT HAVE_PSELECT GNULIB_SELECT GNULIB_PSELECT REPLACE_WCTOMB REPLACE_UNSETENV REPLACE_STRTOD REPLACE_SETENV REPLACE_REALPATH REPLACE_REALLOC REPLACE_RANDOM_R REPLACE_PUTENV REPLACE_PTSNAME_R REPLACE_MKSTEMP REPLACE_MBTOWC REPLACE_MALLOC REPLACE_CANONICALIZE_FILE_NAME REPLACE_CALLOC HAVE_DECL_UNSETENV HAVE_UNLOCKPT HAVE_SYS_LOADAVG_H HAVE_STRUCT_RANDOM_DATA HAVE_STRTOULL HAVE_STRTOLL HAVE_STRTOD HAVE_DECL_SETENV HAVE_SETENV HAVE_RPMATCH HAVE_REALPATH HAVE_RANDOM_R HAVE_RANDOM_H HAVE_RANDOM HAVE_PTSNAME_R HAVE_PTSNAME HAVE_POSIX_OPENPT HAVE_MKSTEMPS HAVE_MKSTEMP HAVE_MKOSTEMPS HAVE_MKOSTEMP HAVE_MKDTEMP HAVE_GRANTPT HAVE_GETSUBOPT HAVE_DECL_GETLOADAVG HAVE_CANONICALIZE_FILE_NAME HAVE_ATOLL HAVE__EXIT GNULIB_WCTOMB GNULIB_UNSETENV GNULIB_UNLOCKPT GNULIB_SYSTEM_POSIX GNULIB_STRTOULL GNULIB_STRTOLL GNULIB_STRTOD GNULIB_SETENV GNULIB_RPMATCH GNULIB_REALPATH GNULIB_REALLOC_POSIX GNULIB_RANDOM_R GNULIB_RANDOM GNULIB_PUTENV GNULIB_PTSNAME_R GNULIB_PTSNAME GNULIB_POSIX_OPENPT GNULIB_MKSTEMPS GNULIB_MKSTEMP GNULIB_MKOSTEMPS GNULIB_MKOSTEMP GNULIB_MKDTEMP GNULIB_MBTOWC GNULIB_MALLOC_POSIX GNULIB_GRANTPT GNULIB_GETSUBOPT GNULIB_GETLOADAVG GNULIB_CANONICALIZE_FILE_NAME GNULIB_CALLOC_POSIX GNULIB_ATOLL GNULIB__EXIT LTLIBREADLINE LIBREADLINE LIB_POLL LIBSOCKET NEXT_AS_FIRST_DIRECTIVE_POLL_H NEXT_POLL_H HAVE_POLL_H REPLACE_POLL HAVE_POLL GNULIB_POLL PMCCABE GL_GENERATE_NETINET_IN_H_FALSE GL_GENERATE_NETINET_IN_H_TRUE NETINET_IN_H HAVE_NETINET_IN_H NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H NEXT_NETINET_IN_H APPLE_UNIVERSAL_BUILD UNDEFINE_STRTOK_R REPLACE_STRTOK_R REPLACE_STRSIGNAL REPLACE_STRNLEN REPLACE_STRNDUP REPLACE_STRNCAT REPLACE_STRERROR_R REPLACE_STRERROR REPLACE_STRCHRNUL REPLACE_STRCASESTR REPLACE_STRSTR REPLACE_STRDUP REPLACE_STPNCPY REPLACE_MEMMEM REPLACE_MEMCHR HAVE_STRVERSCMP HAVE_DECL_STRSIGNAL HAVE_DECL_STRERROR_R HAVE_DECL_STRTOK_R HAVE_STRCASESTR HAVE_STRSEP HAVE_STRPBRK HAVE_DECL_STRNLEN HAVE_DECL_STRNDUP HAVE_DECL_STRDUP HAVE_STRCHRNUL HAVE_STPNCPY HAVE_STPCPY HAVE_RAWMEMCHR HAVE_DECL_MEMRCHR HAVE_MEMPCPY HAVE_DECL_MEMMEM HAVE_MEMCHR HAVE_FFSLL HAVE_FFSL HAVE_MBSLEN GNULIB_STRVERSCMP GNULIB_STRSIGNAL GNULIB_STRERROR_R GNULIB_STRERROR GNULIB_MBSTOK_R GNULIB_MBSSEP GNULIB_MBSSPN GNULIB_MBSPBRK GNULIB_MBSCSPN GNULIB_MBSCASESTR GNULIB_MBSPCASECMP GNULIB_MBSNCASECMP GNULIB_MBSCASECMP GNULIB_MBSSTR GNULIB_MBSRCHR GNULIB_MBSCHR GNULIB_MBSNLEN GNULIB_MBSLEN GNULIB_STRTOK_R GNULIB_STRCASESTR GNULIB_STRSTR GNULIB_STRSEP GNULIB_STRPBRK GNULIB_STRNLEN GNULIB_STRNDUP GNULIB_STRNCAT GNULIB_STRDUP GNULIB_STRCHRNUL GNULIB_STPNCPY GNULIB_STPCPY GNULIB_RAWMEMCHR GNULIB_MEMRCHR GNULIB_MEMPCPY GNULIB_MEMMEM GNULIB_MEMCHR GNULIB_FFSLL GNULIB_FFSL LOCALE_FR_UTF8 LOCALE_ZH_CN LOCALE_JA REPLACE_WCSWIDTH REPLACE_WCWIDTH REPLACE_WCSNRTOMBS REPLACE_WCSRTOMBS REPLACE_WCRTOMB REPLACE_MBSNRTOWCS REPLACE_MBSRTOWCS REPLACE_MBRLEN REPLACE_MBRTOWC REPLACE_MBSINIT REPLACE_WCTOB REPLACE_BTOWC REPLACE_MBSTATE_T HAVE_DECL_WCWIDTH HAVE_DECL_WCTOB HAVE_WCSWIDTH HAVE_WCSTOK HAVE_WCSSTR HAVE_WCSPBRK HAVE_WCSSPN HAVE_WCSCSPN HAVE_WCSRCHR HAVE_WCSCHR HAVE_WCSDUP HAVE_WCSXFRM HAVE_WCSCOLL HAVE_WCSNCASECMP HAVE_WCSCASECMP HAVE_WCSNCMP HAVE_WCSCMP HAVE_WCSNCAT HAVE_WCSCAT HAVE_WCPNCPY HAVE_WCSNCPY HAVE_WCPCPY HAVE_WCSCPY HAVE_WCSNLEN HAVE_WCSLEN HAVE_WMEMSET HAVE_WMEMMOVE HAVE_WMEMCPY HAVE_WMEMCMP HAVE_WMEMCHR HAVE_WCSNRTOMBS HAVE_WCSRTOMBS HAVE_WCRTOMB HAVE_MBSNRTOWCS HAVE_MBSRTOWCS HAVE_MBRLEN HAVE_MBRTOWC HAVE_MBSINIT HAVE_BTOWC GNULIB_WCSWIDTH GNULIB_WCSTOK GNULIB_WCSSTR GNULIB_WCSPBRK GNULIB_WCSSPN GNULIB_WCSCSPN GNULIB_WCSRCHR GNULIB_WCSCHR GNULIB_WCSDUP GNULIB_WCSXFRM GNULIB_WCSCOLL GNULIB_WCSNCASECMP GNULIB_WCSCASECMP GNULIB_WCSNCMP GNULIB_WCSCMP GNULIB_WCSNCAT GNULIB_WCSCAT GNULIB_WCPNCPY GNULIB_WCSNCPY GNULIB_WCPCPY GNULIB_WCSCPY GNULIB_WCSNLEN GNULIB_WCSLEN GNULIB_WMEMSET GNULIB_WMEMMOVE GNULIB_WMEMCPY GNULIB_WMEMCMP GNULIB_WMEMCHR GNULIB_WCWIDTH GNULIB_WCSNRTOMBS GNULIB_WCSRTOMBS GNULIB_WCRTOMB GNULIB_MBSNRTOWCS GNULIB_MBSRTOWCS GNULIB_MBRLEN GNULIB_MBRTOWC GNULIB_MBSINIT GNULIB_WCTOB GNULIB_BTOWC LOCALCHARSET_TESTS_ENVIRONMENT GLIBC21 NEXT_AS_FIRST_DIRECTIVE_ICONV_H NEXT_ICONV_H GL_GENERATE_ICONV_H_FALSE GL_GENERATE_ICONV_H_TRUE ICONV_H REPLACE_ICONV_UTF REPLACE_ICONV_OPEN REPLACE_ICONV ICONV_CONST GNULIB_ICONV GNULIB_GL_UNISTD_H_GETOPT GETOPT_H HAVE_GETOPT_H NEXT_AS_FIRST_DIRECTIVE_GETOPT_H NEXT_GETOPT_H GETADDRINFO_LIB INET_NTOP_LIB SERVENT_LIB HOSTENT_LIB HAVE_NETDB_H NEXT_AS_FIRST_DIRECTIVE_NETDB_H NEXT_NETDB_H REPLACE_GAI_STRERROR HAVE_DECL_GETNAMEINFO HAVE_DECL_GETADDRINFO HAVE_DECL_GAI_STRERROR HAVE_DECL_FREEADDRINFO HAVE_STRUCT_ADDRINFO GNULIB_GETADDRINFO WINDOWS_64_BIT_ST_SIZE NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H NEXT_SYS_STAT_H REPLACE_UTIMENSAT REPLACE_STAT REPLACE_MKNOD REPLACE_MKFIFO REPLACE_MKDIR REPLACE_LSTAT REPLACE_FUTIMENS REPLACE_FSTATAT REPLACE_FSTAT HAVE_UTIMENSAT HAVE_MKNODAT HAVE_MKNOD HAVE_MKFIFOAT HAVE_MKFIFO HAVE_MKDIRAT HAVE_LSTAT HAVE_LCHMOD HAVE_FUTIMENS HAVE_FSTATAT HAVE_FCHMODAT GNULIB_UTIMENSAT GNULIB_STAT GNULIB_MKNODAT GNULIB_MKNOD GNULIB_MKFIFOAT GNULIB_MKFIFO GNULIB_MKDIRAT GNULIB_LSTAT GNULIB_LCHMOD GNULIB_FUTIMENS GNULIB_FSTATAT GNULIB_FSTAT GNULIB_FCHMODAT WINDOWS_64_BIT_OFF_T NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H NEXT_SYS_TYPES_H REPLACE_VSPRINTF REPLACE_VSNPRINTF REPLACE_VPRINTF REPLACE_VFPRINTF REPLACE_VDPRINTF REPLACE_VASPRINTF REPLACE_TMPFILE REPLACE_STDIO_WRITE_FUNCS REPLACE_STDIO_READ_FUNCS REPLACE_SPRINTF REPLACE_SNPRINTF REPLACE_RENAMEAT REPLACE_RENAME REPLACE_REMOVE REPLACE_PRINTF REPLACE_POPEN REPLACE_PERROR REPLACE_OBSTACK_PRINTF REPLACE_GETLINE REPLACE_GETDELIM REPLACE_FTELLO REPLACE_FTELL REPLACE_FSEEKO REPLACE_FSEEK REPLACE_FREOPEN REPLACE_FPURGE REPLACE_FPRINTF REPLACE_FOPEN REPLACE_FFLUSH REPLACE_FDOPEN REPLACE_FCLOSE REPLACE_DPRINTF HAVE_VDPRINTF HAVE_VASPRINTF HAVE_RENAMEAT HAVE_POPEN HAVE_PCLOSE HAVE_FTELLO HAVE_FSEEKO HAVE_DPRINTF HAVE_DECL_VSNPRINTF HAVE_DECL_SNPRINTF HAVE_DECL_OBSTACK_PRINTF HAVE_DECL_GETLINE HAVE_DECL_GETDELIM HAVE_DECL_FTELLO HAVE_DECL_FSEEKO HAVE_DECL_FPURGE GNULIB_VSPRINTF_POSIX GNULIB_VSNPRINTF GNULIB_VPRINTF_POSIX GNULIB_VPRINTF GNULIB_VFPRINTF_POSIX GNULIB_VFPRINTF GNULIB_VDPRINTF GNULIB_VSCANF GNULIB_VFSCANF GNULIB_VASPRINTF GNULIB_TMPFILE GNULIB_STDIO_H_SIGPIPE GNULIB_STDIO_H_NONBLOCKING GNULIB_SPRINTF_POSIX GNULIB_SNPRINTF GNULIB_SCANF GNULIB_RENAMEAT GNULIB_RENAME GNULIB_REMOVE GNULIB_PUTS GNULIB_PUTCHAR GNULIB_PUTC GNULIB_PRINTF_POSIX GNULIB_PRINTF GNULIB_POPEN GNULIB_PERROR GNULIB_PCLOSE GNULIB_OBSTACK_PRINTF_POSIX GNULIB_OBSTACK_PRINTF GNULIB_GETLINE GNULIB_GETDELIM GNULIB_GETCHAR GNULIB_GETC GNULIB_FWRITE GNULIB_FTELLO GNULIB_FTELL GNULIB_FSEEKO GNULIB_FSEEK GNULIB_FSCANF GNULIB_FREOPEN GNULIB_FREAD GNULIB_FPUTS GNULIB_FPUTC GNULIB_FPURGE GNULIB_FPRINTF_POSIX GNULIB_FPRINTF GNULIB_FOPEN GNULIB_FGETS GNULIB_FGETC GNULIB_FFLUSH GNULIB_FDOPEN GNULIB_FCLOSE GNULIB_DPRINTF REPLACE_ITOLD GL_GENERATE_FLOAT_H_FALSE GL_GENERATE_FLOAT_H_TRUE FLOAT_H NEXT_AS_FIRST_DIRECTIVE_FLOAT_H NEXT_FLOAT_H EOVERFLOW_VALUE EOVERFLOW_HIDDEN ENOLINK_VALUE ENOLINK_HIDDEN EMULTIHOP_VALUE EMULTIHOP_HIDDEN GL_GENERATE_ERRNO_H_FALSE GL_GENERATE_ERRNO_H_TRUE ERRNO_H NEXT_AS_FIRST_DIRECTIVE_ERRNO_H NEXT_ERRNO_H HAVE_WS2TCPIP_H HAVE_SYS_SOCKET_H NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H NEXT_SYS_SOCKET_H HAVE_ACCEPT4 HAVE_SA_FAMILY_T HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY HAVE_STRUCT_SOCKADDR_STORAGE GNULIB_ACCEPT4 GNULIB_SHUTDOWN GNULIB_SETSOCKOPT GNULIB_SENDTO GNULIB_RECVFROM GNULIB_SEND GNULIB_RECV GNULIB_LISTEN GNULIB_GETSOCKOPT GNULIB_GETSOCKNAME GNULIB_GETPEERNAME GNULIB_BIND GNULIB_ACCEPT GNULIB_CONNECT GNULIB_SOCKET pkglibexecdir lispdir HAVE_WINSOCK2_H HAVE_MSVC_INVALID_PARAMETER_HANDLER UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS UNISTD_H_HAVE_WINSOCK2_H REPLACE_WRITE REPLACE_USLEEP REPLACE_UNLINKAT REPLACE_UNLINK REPLACE_TTYNAME_R REPLACE_SYMLINK REPLACE_SLEEP REPLACE_RMDIR REPLACE_READLINK REPLACE_READ REPLACE_PWRITE REPLACE_PREAD REPLACE_LSEEK REPLACE_LINKAT REPLACE_LINK REPLACE_LCHOWN REPLACE_ISATTY REPLACE_GETPAGESIZE REPLACE_GETGROUPS REPLACE_GETLOGIN_R REPLACE_GETDOMAINNAME REPLACE_GETCWD REPLACE_FTRUNCATE REPLACE_FCHOWNAT REPLACE_DUP2 REPLACE_DUP REPLACE_CLOSE REPLACE_CHOWN HAVE_SYS_PARAM_H HAVE_OS_H HAVE_DECL_TTYNAME_R HAVE_DECL_SETHOSTNAME HAVE_DECL_GETUSERSHELL HAVE_DECL_GETPAGESIZE HAVE_DECL_GETLOGIN_R HAVE_DECL_GETDOMAINNAME HAVE_DECL_FDATASYNC HAVE_DECL_FCHDIR HAVE_DECL_ENVIRON HAVE_USLEEP HAVE_UNLINKAT HAVE_SYMLINKAT HAVE_SYMLINK HAVE_SLEEP HAVE_SETHOSTNAME HAVE_READLINKAT HAVE_READLINK HAVE_PWRITE HAVE_PREAD HAVE_PIPE2 HAVE_PIPE HAVE_LINKAT HAVE_LINK HAVE_LCHOWN HAVE_GROUP_MEMBER HAVE_GETPAGESIZE HAVE_GETLOGIN HAVE_GETHOSTNAME HAVE_GETGROUPS HAVE_GETDTABLESIZE HAVE_FTRUNCATE HAVE_FSYNC HAVE_FDATASYNC HAVE_FCHOWNAT HAVE_FCHDIR HAVE_FACCESSAT HAVE_EUIDACCESS HAVE_DUP3 HAVE_DUP2 HAVE_CHOWN GNULIB_WRITE GNULIB_USLEEP GNULIB_UNLINKAT GNULIB_UNLINK GNULIB_UNISTD_H_SIGPIPE GNULIB_UNISTD_H_NONBLOCKING GNULIB_TTYNAME_R GNULIB_SYMLINKAT GNULIB_SYMLINK GNULIB_SLEEP GNULIB_SETHOSTNAME GNULIB_RMDIR GNULIB_READLINKAT GNULIB_READLINK GNULIB_READ GNULIB_PWRITE GNULIB_PREAD GNULIB_PIPE2 GNULIB_PIPE GNULIB_LSEEK GNULIB_LINKAT GNULIB_LINK GNULIB_LCHOWN GNULIB_ISATTY GNULIB_GROUP_MEMBER GNULIB_GETUSERSHELL GNULIB_GETPAGESIZE GNULIB_GETLOGIN_R GNULIB_GETLOGIN GNULIB_GETHOSTNAME GNULIB_GETGROUPS GNULIB_GETDTABLESIZE GNULIB_GETDOMAINNAME GNULIB_GETCWD GNULIB_FTRUNCATE GNULIB_FSYNC GNULIB_FDATASYNC GNULIB_FCHOWNAT GNULIB_FCHDIR GNULIB_FACCESSAT GNULIB_EUIDACCESS GNULIB_ENVIRON GNULIB_DUP3 GNULIB_DUP2 GNULIB_DUP GNULIB_CLOSE GNULIB_CHOWN GNULIB_CHDIR HAVE_FEATURES_H NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H NEXT_ARPA_INET_H PRAGMA_COLUMNS PRAGMA_SYSTEM_HEADER INCLUDE_NEXT_AS_FIRST_DIRECTIVE INCLUDE_NEXT HAVE_ARPA_INET_H REPLACE_INET_PTON REPLACE_INET_NTOP HAVE_DECL_INET_PTON HAVE_DECL_INET_NTOP GNULIB_INET_PTON GNULIB_INET_NTOP GL_GENERATE_ALLOCA_H_FALSE GL_GENERATE_ALLOCA_H_TRUE ALLOCA_H ALLOCA LTALLOCA GL_COND_LIBTOOL_FALSE GL_COND_LIBTOOL_TRUE GTK_DOC_USE_REBASE_FALSE GTK_DOC_USE_REBASE_TRUE GTK_DOC_USE_LIBTOOL_FALSE GTK_DOC_USE_LIBTOOL_TRUE GTK_DOC_BUILD_PDF_FALSE GTK_DOC_BUILD_PDF_TRUE GTK_DOC_BUILD_HTML_FALSE GTK_DOC_BUILD_HTML_TRUE ENABLE_GTK_DOC_FALSE ENABLE_GTK_DOC_TRUE HTML_DIR GTKDOC_MKPDF GTKDOC_REBASE GTKDOC_CHECK PKG_CONFIG LIBGNUTLS_PREFIX LTLIBGNUTLS LIBGNUTLS HAVE_LIBGNUTLS OBSOLETE_FALSE OBSOLETE_TRUE POSUB LTLIBINTL LIBINTL INTLLIBS LTLIBICONV LIBICONV INTL_MACOSX_LIBS XGETTEXT_EXTRA_OPTIONS MSGMERGE XGETTEXT_015 XGETTEXT GMSGFMT_015 MSGFMT_015 GMSGFMT MSGFMT GETTEXT_MACRO_VERSION USE_NLS EPSTOPDF DIA HELP2MAN PERL OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL ac_ct_AR LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP SED LIBTOOL OBJDUMP DLLTOOL AS host_os host_vendor host_cpu host build_os build_vendor build_cpu build RANLIB ARFLAGS AR EGREP GREP CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_dependency_tracking enable_largefile enable_threads enable_shared enable_static with_pic enable_fast_install with_gnu_ld with_sysroot enable_libtool_lock enable_nls enable_rpath with_libiconv_prefix with_libintl_prefix enable_obsolete with_gnutls with_libgnutls_prefix with_html_dir enable_gtk_doc enable_gtk_doc_html enable_gtk_doc_pdf with_libreadline_prefix enable_valgrind_tests with_packager with_packager_version with_packager_bug_reports with_libpth_prefix with_lasso enable_gcc_warnings ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP PKG_CONFIG LASSO_CFLAGS LASSO_LIBS' ac_subdirs_all='lib' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used" >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures GNU SASL 1.8.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/gsasl] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of GNU SASL 1.8.0:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: `make V=1') --disable-silent-rules verbose build output (undo: `make V=0') --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --disable-largefile omit support for large files --enable-threads={posix|solaris|pth|win32} specify multithreading API --disable-threads build without multithread safety --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --disable-nls do not use Native Language Support --disable-rpath do not hardcode runtime library paths --disable-obsolete disable backwards compatibility code --enable-gtk-doc use gtk-doc to build documentation [[default=no]] --enable-gtk-doc-html build documentation in html format [[default=yes]] --enable-gtk-doc-pdf build documentation in pdf format [[default=no]] --enable-valgrind-tests run self tests under valgrind --enable-gcc-warnings turn on lots of GCC warnings (for developers) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot=DIR Search for dependent libraries within DIR (or the compiler's sysroot if not specified). --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir --with-libintl-prefix[=DIR] search for libintl in DIR/include and DIR/lib --without-libintl-prefix don't search for libintl in includedir and libdir --without-gnutls disable GnuTLS support --with-libgnutls-prefix[=DIR] search for libgnutls in DIR/include and DIR/lib --without-libgnutls-prefix don't search for libgnutls in includedir and libdir --with-html-dir=PATH path to installed docs --with-libreadline-prefix[=DIR] search for libreadline in DIR/include and DIR/lib --without-libreadline-prefix don't search for libreadline in includedir and libdir --with-packager String identifying the packager of this software --with-packager-version Packager-specific version information --with-packager-bug-reports Packager info for bug reports (URL/e-mail/...) --with-libpth-prefix[=DIR] search for libpth in DIR/include and DIR/lib --without-libpth-prefix don't search for libpth in includedir and libdir --without-lasso disable Lasso (used by examples/saml20/) Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor PKG_CONFIG path to pkg-config utility LASSO_CFLAGS C compiler flags for LASSO, overriding pkg-config LASSO_LIBS linker flags for LASSO, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . GNU SASL home page: . General help using GNU software: . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF GNU SASL configure 1.8.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## -------------------------------- ## ## Report this to bug-gsasl@gnu.org ## ## -------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_c_check_type LINENO TYPE VAR INCLUDES # ------------------------------------------- # Tests whether TYPE exists after having included INCLUDES, setting cache # variable VAR accordingly. ac_fn_c_check_type () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof ($2)) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof (($2))) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES # ---------------------------------------------------- # Tries to find if the field MEMBER exists in type AGGR, after including # INCLUDES, setting cache variable VAR accordingly. ac_fn_c_check_member () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 $as_echo_n "checking for $2.$3... " >&6; } if eval \${$4+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $5 int main () { static $2 ac_aggr; if (ac_aggr.$3) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$4=yes" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $5 int main () { static $2 ac_aggr; if (sizeof ac_aggr.$3) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$4=yes" else eval "$4=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$4 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_member # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES # -------------------------------------------- # Tries to find the compile-time value of EXPR in a program that includes # INCLUDES, setting VAR accordingly. Returns whether the value could be # computed ac_fn_c_compute_int () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= 0)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=0 ac_mid=0 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid; break else as_fn_arith $ac_mid + 1 && ac_lo=$as_val if test $ac_lo -le $ac_mid; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) < 0)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=-1 ac_mid=-1 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= $ac_mid)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=$ac_mid; break else as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val if test $ac_mid -le $ac_hi; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else ac_lo= ac_hi= fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext # Binary search between lo and hi bounds. while test "x$ac_lo" != "x$ac_hi"; do as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0 ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid else as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in #(( ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; '') ac_retval=1 ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 static long int longval () { return $2; } static unsigned long int ulongval () { return $2; } #include #include int main () { FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; if (($2) < 0) { long int i = longval (); if (i != ($2)) return 1; fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); if (i != ($2)) return 1; fprintf (f, "%lu", i); } /* Do not output a trailing newline, as this causes \r\n confusion on some platforms. */ return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : echo >>conftest.val; read $3 &5 $as_echo_n "checking whether $as_decl_name is declared... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { #ifndef $as_decl_name #ifdef __cplusplus (void) $as_decl_use; #else (void) $as_decl_name; #endif #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_decl cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU SASL $as_me 1.8.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi gt_needs="$gt_needs " as_fn_append ac_header_list " arpa/inet.h" as_fn_append ac_header_list " features.h" as_fn_append ac_func_list " _set_invalid_parameter_handler" as_fn_append ac_header_list " sys/socket.h" as_fn_append ac_header_list " sys/stat.h" as_fn_append ac_header_list " netdb.h" as_fn_append ac_header_list " netinet/in.h" as_fn_append ac_func_list " getdelim" gl_getopt_required=GNU as_fn_append ac_header_list " getopt.h" as_fn_append ac_header_list " stdio_ext.h" as_fn_append ac_header_list " termios.h" as_fn_append ac_func_list " __fsetlocking" as_fn_append ac_func_list " tcgetattr" as_fn_append ac_func_list " tcsetattr" as_fn_append ac_header_list " iconv.h" as_fn_append ac_header_list " unistd.h" as_fn_append ac_func_list " mbsinit" as_fn_append ac_func_list " mbrtowc" as_fn_append ac_header_list " sys/mman.h" as_fn_append ac_func_list " mprotect" as_fn_append ac_header_list " poll.h" as_fn_append ac_header_list " sys/ioctl.h" as_fn_append ac_header_list " sys/filio.h" as_fn_append ac_header_list " sys/select.h" as_fn_append ac_func_list " snprintf" as_fn_append ac_header_list " wchar.h" as_fn_append ac_header_list " stdint.h" as_fn_append ac_header_list " sys/time.h" as_fn_append ac_header_list " sys/uio.h" as_fn_append ac_func_list " vasnprintf" as_fn_append ac_func_list " iswcntrl" as_fn_append ac_header_list " wctype.h" as_fn_append ac_func_list " btowc" as_fn_append ac_header_list " inttypes.h" as_fn_append ac_header_list " xlocale.h" as_fn_append ac_func_list " newlocale" as_fn_append ac_func_list " lstat" as_fn_append ac_header_list " sys/param.h" as_fn_append ac_func_list " setenv" as_fn_append ac_func_list " symlink" as_fn_append ac_func_list " shutdown" as_fn_append ac_func_list " wcrtomb" as_fn_append ac_func_list " wctob" # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_aux_dir= for ac_dir in lib/build-aux "$srcdir"/lib/build-aux; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in lib/build-aux \"$srcdir\"/lib/build-aux" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. am__api_version='1.11' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; esac # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi if test x"${install_sh}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='gsasl' VERSION='1.8.0' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' ac_config_headers="$ac_config_headers config.h" # Checks for programs. ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from `make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Minix Amsterdam compiler" >&5 $as_echo_n "checking for Minix Amsterdam compiler... " >&6; } if ${gl_cv_c_amsterdam_compiler+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __ACK__ Amsterdam #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Amsterdam" >/dev/null 2>&1; then : gl_cv_c_amsterdam_compiler=yes else gl_cv_c_amsterdam_compiler=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_amsterdam_compiler" >&5 $as_echo "$gl_cv_c_amsterdam_compiler" >&6; } if test -z "$AR"; then if test $gl_cv_c_amsterdam_compiler = yes; then AR='cc -c.a' if test -z "$ARFLAGS"; then ARFLAGS='-o' fi else if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="ar" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi else if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi if test -z "$RANLIB"; then if test $gl_cv_c_amsterdam_compiler = yes; then RANLIB=':' else if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi fi fi if test "x$CC" != xcc; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5 $as_echo_n "checking whether cc understands -c and -o together... " >&6; } fi set dummy $CC; ac_cc=`$as_echo "$2" | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # We do the test twice because some compilers refuse to overwrite an # existing .o file with -o, though they will create one. ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' rm -f conftest2.* if { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -f conftest2.$ac_objext && { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then eval ac_cv_prog_cc_${ac_cc}_c_o=yes if test "x$CC" != xcc; then # Test first that cc exists at all. if { ac_try='cc -c conftest.$ac_ext >&5' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5' rm -f conftest2.* if { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -f conftest2.$ac_objext && { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # cc works too. : else # cc exists but doesn't like -o. eval ac_cv_prog_cc_${ac_cc}_c_o=no fi fi fi else eval ac_cv_prog_cc_${ac_cc}_c_o=no fi rm -f core conftest* fi if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h fi # FIXME: we rely on the cache variable name because # there is no other way. set dummy $CC am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o if test "$am_t" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" if test "x$ac_cv_header_minix_config_h" = xyes; then : MINIX=yes else MINIX= fi if test "$MINIX" = yes; then $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h $as_echo "#define _MINIX 1" >>confdefs.h fi case "$host_os" in hpux*) $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } if ${ac_cv_safe_to_define___extensions__+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # define __EXTENSIONS__ 1 $ac_includes_default int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_safe_to_define___extensions__=yes else ac_cv_safe_to_define___extensions__=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; } test $ac_cv_safe_to_define___extensions__ = yes && $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h $as_echo "#define _ALL_SOURCE 1" >>confdefs.h $as_echo "#define _DARWIN_C_SOURCE 1" >>confdefs.h $as_echo "#define _GNU_SOURCE 1" >>confdefs.h $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h # IEEE behaviour is the default on all CPUs except Alpha and SH # (according to the test results of Bruno Haible's ieeefp/fenv_default.m4 # and the GCC 4.1.2 manual). case "$host_cpu" in alpha*) # On Alpha systems, a compiler option provides the behaviour. # See the ieee(3) manual page, also available at # if test -n "$GCC"; then # GCC has the option -mieee. # For full IEEE compliance (rarely needed), use option -mieee-with-inexact. CPPFLAGS="$CPPFLAGS -mieee" else # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact. # For full IEEE compliance (rarely needed), use option -ieee_with_inexact. CPPFLAGS="$CPPFLAGS -ieee" fi ;; sh*) if test -n "$GCC"; then # GCC has the option -mieee. CPPFLAGS="$CPPFLAGS -mieee" fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } if ${ac_cv_sys_largefile_source+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for off_t */ #include int main () { int (*fp) (FILE *, off_t, int) = fseeko; return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_sys_largefile_source=no; break fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _LARGEFILE_SOURCE 1 #include /* for off_t */ #include int main () { int (*fp) (FILE *, off_t, int) = fseeko; return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_sys_largefile_source=1; break fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_cv_sys_largefile_source=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_source" >&5 $as_echo "$ac_cv_sys_largefile_source" >&6; } case $ac_cv_sys_largefile_source in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source _ACEOF ;; esac rm -rf conftest* # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug # in glibc 2.1.3, but that breaks too many other things. # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. if test $ac_cv_sys_largefile_source != unknown; then $as_echo "#define HAVE_FSEEKO 1" >>confdefs.h fi # Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then : enableval=$enable_largefile; fi if test "$enable_largefile" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } if ${ac_cv_sys_largefile_CC+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_sys_largefile_CC=no if test "$GCC" != yes; then ac_save_CC=$CC while :; do # IRIX 6.2 and later do not support large files by default, # so use the C compiler's -n32 option if that helps. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : break fi rm -f core conftest.err conftest.$ac_objext CC="$CC -n32" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32'; break fi rm -f core conftest.err conftest.$ac_objext break done CC=$ac_save_CC rm -f conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5 $as_echo "$ac_cv_sys_largefile_CC" >&6; } if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } if ${ac_cv_sys_file_offset_bits+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _FILE_OFFSET_BITS 64 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_file_offset_bits=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5 $as_echo "$ac_cv_sys_file_offset_bits" >&6; } case $ac_cv_sys_file_offset_bits in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits _ACEOF ;; esac rm -rf conftest* if test $ac_cv_sys_file_offset_bits = unknown; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } if ${ac_cv_sys_large_files+:} false; then : $as_echo_n "(cached) " >&6 else while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=no; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _LARGE_FILES 1 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1; break fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_sys_large_files=unknown break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5 $as_echo "$ac_cv_sys_large_files" >&6; } case $ac_cv_sys_large_files in #( no | unknown) ;; *) cat >>confdefs.h <<_ACEOF #define _LARGE_FILES $ac_cv_sys_large_files _ACEOF ;; esac rm -rf conftest* fi fi case $ac_cv_prog_cc_stdc in #( no) : ac_cv_prog_cc_c99=no; ac_cv_prog_cc_c89=no ;; #( *) : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; } if ${ac_cv_prog_cc_c99+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c99=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include #include // Check varargs macros. These examples are taken from C99 6.10.3.5. #define debug(...) fprintf (stderr, __VA_ARGS__) #define showlist(...) puts (#__VA_ARGS__) #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) static void test_varargs_macros (void) { int x = 1234; int y = 5678; debug ("Flag"); debug ("X = %d\n", x); showlist (The first, second, and third items.); report (x>y, "x is %d but y is %d", x, y); } // Check long long types. #define BIG64 18446744073709551615ull #define BIG32 4294967295ul #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) #if !BIG_OK your preprocessor is broken; #endif #if BIG_OK #else your preprocessor is broken; #endif static long long int bignum = -9223372036854775807LL; static unsigned long long int ubignum = BIG64; struct incomplete_array { int datasize; double data[]; }; struct named_init { int number; const wchar_t *name; double average; }; typedef const char *ccp; static inline int test_restrict (ccp restrict text) { // See if C++-style comments work. // Iterate through items via the restricted pointer. // Also check for declarations in for loops. for (unsigned int i = 0; *(text+i) != '\0'; ++i) continue; return 0; } // Check varargs and va_copy. static void test_varargs (const char *format, ...) { va_list args; va_start (args, format); va_list args_copy; va_copy (args_copy, args); const char *str; int number; float fnumber; while (*format) { switch (*format++) { case 's': // string str = va_arg (args_copy, const char *); break; case 'd': // int number = va_arg (args_copy, int); break; case 'f': // float fnumber = va_arg (args_copy, double); break; default: break; } } va_end (args_copy); va_end (args); } int main () { // Check bool. _Bool success = false; // Check restrict. if (test_restrict ("String literal") == 0) success = true; char *restrict newvar = "Another string"; // Check varargs. test_varargs ("s, d' f .", "string", 65, 34.234); test_varargs_macros (); // Check flexible array members. struct incomplete_array *ia = malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ia->datasize = 10; for (int i = 0; i < ia->datasize; ++i) ia->data[i] = i * 1.234; // Check named initializers. struct named_init ni = { .number = 34, .name = L"Test wide string", .average = 543.34343, }; ni.number = 58; int dynamic_array[ni.number]; dynamic_array[ni.number - 1] = 543; // work around unused variable warnings return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' || dynamic_array[ni.number - 1] != 543); ; return 0; } _ACEOF for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c99=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c99" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c99" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c99" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;; esac if test "x$ac_cv_prog_cc_c99" != xno; then : ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 else ac_cv_prog_cc_stdc=no fi fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO Standard C" >&5 $as_echo_n "checking for $CC option to accept ISO Standard C... " >&6; } if ${ac_cv_prog_cc_stdc+:} false; then : $as_echo_n "(cached) " >&6 fi case $ac_cv_prog_cc_stdc in #( no) : { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; #( '') : { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; #( *) : { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_stdc" >&5 $as_echo "$ac_cv_prog_cc_stdc" >&6; } ;; esac # Check whether --enable-threads was given. if test "${enable_threads+set}" = set; then : enableval=$enable_threads; gl_use_threads=$enableval else if test -n "$gl_use_threads_default"; then gl_use_threads="$gl_use_threads_default" else case "$host_os" in osf*) gl_use_threads=no ;; cygwin*) case `uname -r` in 1.[0-5].*) gl_use_threads=no ;; *) gl_use_threads=yes ;; esac ;; *) gl_use_threads=yes ;; esac fi fi if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then # For using : case "$host_os" in osf*) # On OSF/1, the compiler needs the flag -D_REENTRANT so that it # groks . cc also understands the flag -pthread, but # we don't use it because 1. gcc-2.95 doesn't understand -pthread, # 2. putting a flag into CPPFLAGS that has an effect on the linker # causes the AC_TRY_LINK test below to succeed unexpectedly, # leading to wrong values of LIBTHREAD and LTLIBTHREAD. CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; esac # Some systems optimize for single-threaded programs by default, and # need special flags to disable these optimizations. For example, the # definition of 'errno' in . case "$host_os" in aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;; solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; esac fi # Code from module alloca: # Code from module alloca-opt: # Code from module alloca-opt-tests: # Code from module arpa_inet: # Code from module arpa_inet-tests: # Code from module autobuild: if test -z "$AB_PACKAGE"; then AB_PACKAGE=${PACKAGE_NAME:-$PACKAGE} fi { $as_echo "$as_me:${as_lineno-$LINENO}: autobuild project... $AB_PACKAGE" >&5 $as_echo "$as_me: autobuild project... $AB_PACKAGE" >&6;} if test -z "$AB_VERSION"; then AB_VERSION=${PACKAGE_VERSION:-$VERSION} fi { $as_echo "$as_me:${as_lineno-$LINENO}: autobuild revision... $AB_VERSION" >&5 $as_echo "$as_me: autobuild revision... $AB_VERSION" >&6;} hostname=`hostname` if test "$hostname"; then { $as_echo "$as_me:${as_lineno-$LINENO}: autobuild hostname... $hostname" >&5 $as_echo "$as_me: autobuild hostname... $hostname" >&6;} fi date=`TZ=UTC0 date +%Y%m%dT%H%M%SZ` if test "$?" != 0; then date=`date` fi if test "$date"; then { $as_echo "$as_me:${as_lineno-$LINENO}: autobuild timestamp... $date" >&5 $as_echo "$as_me: autobuild timestamp... $date" >&6;} fi # Code from module binary-io: # Code from module binary-io-tests: # Code from module btowc: # Code from module btowc-tests: # Code from module c-ctype: # Code from module c-ctype-tests: # Code from module c-strcase: # Code from module c-strcase-tests: # Code from module c-strcaseeq: # Code from module close: # Code from module close-tests: # Code from module configmake: # Code from module connect: # Code from module connect-tests: # Code from module dosname: # Code from module dup2: # Code from module dup2-tests: # Code from module environ: # Code from module environ-tests: # Code from module errno: # Code from module errno-tests: # Code from module error: # Code from module exitfail: # Code from module extensions: # Code from module fcntl-h: # Code from module fcntl-h-tests: # Code from module fd-hook: # Code from module fdl-1.3: # Code from module fdopen: # Code from module fdopen-tests: # Code from module fgetc-tests: # Code from module float: # Code from module float-tests: # Code from module fpieee: # Code from module fpucw: # Code from module fputc-tests: # Code from module fread-tests: # Code from module fseek: # Code from module fseek-tests: # Code from module fseeko: # Code from module fseeko-tests: # Code from module fstat: # Code from module fstat-tests: # Code from module fwrite-tests: # Code from module gendocs: # Code from module getaddrinfo: # Code from module getaddrinfo-tests: # Code from module getcwd-lgpl: # Code from module getcwd-lgpl-tests: # Code from module getdelim: # Code from module getdelim-tests: # Code from module getline: # Code from module getline-tests: # Code from module getopt-gnu: # Code from module getopt-posix: # Code from module getopt-posix-tests: # Code from module getpagesize: # Code from module getpass-gnu: # Code from module gettext-h: # Code from module gnumakefile: # Code from module gnupload: # Code from module gperf: # Code from module havelib: # Code from module hostent: # Code from module iconv: # Code from module iconv-h: # Code from module iconv-h-tests: # Code from module iconv-tests: # Code from module iconv_open: # Code from module ignore-value: # Code from module ignore-value-tests: # Code from module include_next: # Code from module inet_ntop: # Code from module inet_ntop-tests: # Code from module inet_pton: # Code from module inet_pton-tests: # Code from module inline: # Code from module intprops: # Code from module intprops-tests: # Code from module inttypes: # Code from module inttypes-incomplete: # Code from module inttypes-tests: # Code from module largefile: # Code from module localcharset: # Code from module locale: # Code from module locale-tests: # Code from module localename: # Code from module localename-tests: # Code from module lock: # Code from module lock-tests: # Code from module lseek: # Code from module lseek-tests: # Code from module lstat: # Code from module lstat-tests: # Code from module maintainer-makefile: # Code from module malloc-posix: # Code from module malloca: # Code from module malloca-tests: # Code from module manywarnings: # Code from module mbrtowc: # Code from module mbrtowc-tests: # Code from module mbsinit: # Code from module mbsinit-tests: # Code from module mbtowc: # Code from module memchr: # Code from module memchr-tests: # Code from module msvc-inval: # Code from module msvc-nothrow: # Code from module multiarch: # Code from module netdb: # Code from module netdb-tests: # Code from module netinet_in: # Code from module netinet_in-tests: # Code from module nocrash: # Code from module open: # Code from module open-tests: # Code from module pathmax: # Code from module pathmax-tests: # Code from module pmccabe2html: # Code from module poll: # Code from module poll-h: # Code from module poll-h-tests: # Code from module progname: # Code from module putenv: # Code from module quote: # Code from module quotearg: # Code from module quotearg-simple: # Code from module quotearg-simple-tests: # Code from module readline: # Code from module realloc-posix: # Code from module recv: # Code from module recv-tests: # Code from module same-inode: # Code from module select: # Code from module servent: # Code from module setenv: # Code from module setenv-tests: # Code from module setlocale: # Code from module setlocale-tests: # Code from module shutdown: # Code from module shutdown-tests: # Code from module signal-h: # Code from module signal-h-tests: # Code from module size_max: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/unused-parameter: # Code from module snippet/warn-on-use: # Code from module snprintf: # Code from module snprintf-tests: # Code from module socket: # Code from module socketlib: # Code from module sockets: # Code from module sockets-tests: # Code from module socklen: # Code from module ssize_t: # Code from module stat: # Code from module stat-tests: # Code from module stdalign: # Code from module stdalign-tests: # Code from module stdarg: # Code from module stdbool: # Code from module stdbool-tests: # Code from module stddef: # Code from module stddef-tests: # Code from module stdint: # Code from module stdint-tests: # Code from module stdio: # Code from module stdio-tests: # Code from module stdlib: # Code from module stdlib-tests: # Code from module streq: # Code from module strerror: # Code from module strerror-override: # Code from module strerror-tests: # Code from module striconv: # Code from module striconv-tests: # Code from module string: # Code from module string-tests: # Code from module strtok_r: # Code from module symlink: # Code from module symlink-tests: # Code from module sys_select: # Code from module sys_select-tests: # Code from module sys_socket: # Code from module sys_socket-tests: # Code from module sys_stat: # Code from module sys_stat-tests: # Code from module sys_time: # Code from module sys_time-tests: # Code from module sys_types: # Code from module sys_types-tests: # Code from module sys_uio: # Code from module sys_uio-tests: # Code from module test-framework-sh: # Code from module test-framework-sh-tests: # Code from module thread: # Code from module thread-tests: # Code from module threadlib: # Code from module time: # Code from module time-tests: # Code from module unistd: # Code from module unistd-tests: # Code from module unistr/base: # Code from module unistr/u8-mbtoucr: # Code from module unistr/u8-mbtoucr-tests: # Code from module unistr/u8-uctomb: # Code from module unistr/u8-uctomb-tests: # Code from module unitypes: # Code from module unsetenv: # Code from module unsetenv-tests: # Code from module update-copyright: # Code from module useless-if-before-free: # Code from module valgrind-tests: # Code from module vasnprintf: # Code from module vasnprintf-tests: # Code from module vasprintf: # Code from module vasprintf-tests: # Code from module vc-list-files: # Code from module vc-list-files-tests: # Code from module verify: # Code from module verify-tests: # Code from module version-etc: # Code from module version-etc-fsf: # Code from module version-etc-tests: # Code from module warnings: # Code from module wchar: # Code from module wchar-tests: # Code from module wcrtomb: # Code from module wcrtomb-tests: # Code from module wctob: # Code from module wctomb: # Code from module wctype-h: # Code from module wctype-h-tests: # Code from module xalloc: # Code from module xalloc-die: # Code from module xalloc-die-tests: # Code from module xalloc-oversized: # Code from module xsize: # Code from module yield: enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. set dummy ${ac_tool_prefix}as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AS"; then ac_cv_prog_AS="$AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AS="${ac_tool_prefix}as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AS=$ac_cv_prog_AS if test -n "$AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5 $as_echo "$AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_AS"; then ac_ct_AS=$AS # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AS+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AS"; then ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AS="as" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AS=$ac_cv_prog_ac_ct_AS if test -n "$ac_ct_AS"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5 $as_echo "$ac_ct_AS" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_AS" = x; then AS="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AS=$ac_ct_AS fi else AS="$ac_cv_prog_AS" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi ;; esac test -z "$AS" && AS=as test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$OBJDUMP" && OBJDUMP=objdump case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.2' macro_revision='1.3337' ltmain="$ac_aux_dir/ltmain.sh" # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case "$ECHO" in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; } # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5 $as_echo "$xsi_shell" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; } lt_shell_append=no ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5 $as_echo "$lt_shell_append" >&6; } if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test "$GCC" != yes; then reload_cmds=false fi ;; darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin. if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5 $as_echo "${with_sysroot}" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[012]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_dlopen=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test x"$lt_cv_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test x"$lt_cv_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test "$hard_links" = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) link_all_deplibs=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='${wl}--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' link_all_deplibs=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi link_all_deplibs=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi export_dynamic_flag_spec='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_="/usr/lib:/lib" fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test "$lt_cv_ld_force_load" = "yes"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test x"$lt_cv_prog_compiler__b" = xyes; then archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS="$save_LDFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test "$lt_cv_irix_exported_symbol" = yes; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='${wl}-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([A-Za-z]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[89] | openbsd2.[89].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existent directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test "$hardcode_action" = relink || test "$inherit_rpath" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen="shl_load" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen="dlopen" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report which library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ac_config_commands="$ac_config_commands libtool" # Only expand once: PERL=${PERL-"${am_missing_run}perl"} HELP2MAN=${HELP2MAN-"${am_missing_run}help2man"} DIA=${DIA-"${am_missing_run}dia"} EPSTOPDF=${EPSTOPDF-"${am_missing_run}epstopdf"} # Internationalization. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then : enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } GETTEXT_MACRO_VERSION=0.18 # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --statistics /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GMSGFMT+:} false; then : $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_XGETTEXT+:} false; then : $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&5 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi rm -f messages.po case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_MSGMERGE+:} false; then : $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&5 if $ac_dir/$ac_word --update -q /dev/null /dev/null >&5 2>&1; then ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":" ;; esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$localedir" || localedir='${datadir}/locale' test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= ac_config_commands="$ac_config_commands po-directories" if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5 $as_echo_n "checking for ld used by GCC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | [A-Za-z]:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${acl_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi fi LD="$acl_cv_path_LD" if test -n "$LD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${acl_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 &5 $as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5 $as_echo_n "checking for shared library run path origin... " >&6; } if ${acl_cv_rpath+:} false; then : $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5 $as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" # Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then : enableval=$enable_rpath; : else enable_rpath=yes fi acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit host" >&5 $as_echo_n "checking for 64-bit host... " >&6; } if ${gl_cv_solaris_64bit+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef _LP64 sixtyfour bits #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "sixtyfour bits" >/dev/null 2>&1; then : gl_cv_solaris_64bit=yes else gl_cv_solaris_64bit=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_solaris_64bit" >&5 $as_echo "$gl_cv_solaris_64bit" >&6; } if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then : withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBICONV= LTLIBICONV= INCICONV= LIBICONV_PREFIX= HAVE_LIBICONV= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='iconv ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so" else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a" else LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'iconv'; then LIBICONV_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBICONV; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBICONV="${LIBICONV}${LIBICONV:+ }$dep" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep" ;; esac done fi else LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBICONV="${LIBICONV}${LIBICONV:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFPreferencesCopyAppValue" >&5 $as_echo_n "checking for CFPreferencesCopyAppValue... " >&6; } if ${gt_cv_func_CFPreferencesCopyAppValue+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFPreferencesCopyAppValue(NULL, NULL) ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFPreferencesCopyAppValue=yes else gt_cv_func_CFPreferencesCopyAppValue=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFPreferencesCopyAppValue" >&5 $as_echo "$gt_cv_func_CFPreferencesCopyAppValue" >&6; } if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then $as_echo "#define HAVE_CFPREFERENCESCOPYAPPVALUE 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CFLocaleCopyCurrent" >&5 $as_echo_n "checking for CFLocaleCopyCurrent... " >&6; } if ${gt_cv_func_CFLocaleCopyCurrent+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { CFLocaleCopyCurrent(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_func_CFLocaleCopyCurrent=yes else gt_cv_func_CFLocaleCopyCurrent=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gt_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_CFLocaleCopyCurrent" >&5 $as_echo "$gt_cv_func_CFLocaleCopyCurrent" >&6; } if test $gt_cv_func_CFLocaleCopyCurrent = yes; then $as_echo "#define HAVE_CFLOCALECOPYCURRENT 1" >>confdefs.h fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi LIBINTL= LTLIBINTL= POSUB= case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libc" >&5 $as_echo_n "checking for GNU gettext in libc... " >&6; } if eval \${$gt_func_gnugettext_libc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libc=yes" else eval "$gt_func_gnugettext_libc=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$gt_func_gnugettext_libc { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static const char input[] = "\263"; char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes else am_cv_func_iconv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then : withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBINTL= LTLIBINTL= INCINTL= LIBINTL_PREFIX= HAVE_LIBINTL= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='intl ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBINTL="${LIBINTL}${LIBINTL:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_so" else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBINTL="${LIBINTL}${LIBINTL:+ }$found_a" else LIBINTL="${LIBINTL}${LIBINTL:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'intl'; then LIBINTL_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCINTL="${INCINTL}${INCINTL:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBINTL="${LIBINTL}${LIBINTL:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBINTL; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBINTL="${LIBINTL}${LIBINTL:+ }$dep" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }$dep" ;; esac done fi else LIBINTL="${LIBINTL}${LIBINTL:+ }-l$name" LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBINTL="${LIBINTL}${LIBINTL:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir" done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU gettext in libintl" >&5 $as_echo_n "checking for GNU gettext in libintl... " >&6; } if eval \${$gt_func_gnugettext_libintl+:} false; then : $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$gt_func_gnugettext_libintl=yes" else eval "$gt_func_gnugettext_libintl=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *); int main () { bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("") ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi eval ac_res=\$$gt_func_gnugettext_libintl { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else LIBINTL= LTLIBINTL= INCINTL= fi if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then $as_echo "#define ENABLE_NLS 1" >>confdefs.h else USE_NLS=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 $as_echo_n "checking whether to use NLS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking where the gettext function comes from" >&5 $as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_source" >&5 $as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libintl" >&5 $as_echo_n "checking how to link with libintl... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBINTL" >&5 $as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done fi $as_echo "#define HAVE_GETTEXT 1" >>confdefs.h $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h fi POSUB=po fi INTLLIBS="$LIBINTL" # Checks for header files. for ac_header in pwd.h do : ac_fn_c_check_header_mongrel "$LINENO" "pwd.h" "ac_cv_header_pwd_h" "$ac_includes_default" if test "x$ac_cv_header_pwd_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_PWD_H 1 _ACEOF fi done # Checks for library functions. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 $as_echo_n "checking for library containing socket... " >&6; } if ${ac_cv_search_socket+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char socket (); int main () { return socket (); ; return 0; } _ACEOF for ac_lib in '' socket; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_socket=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_socket+:} false; then : break fi done if ${ac_cv_search_socket+:} false; then : else ac_cv_search_socket=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 $as_echo "$ac_cv_search_socket" >&6; } ac_res=$ac_cv_search_socket if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi for ac_func in getpwuid do : ac_fn_c_check_func "$LINENO" "getpwuid" "ac_cv_func_getpwuid" if test "x$ac_cv_func_getpwuid" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETPWUID 1 _ACEOF fi done # Allow disabling of obsolete stuff. # Check whether --enable-obsolete was given. if test "${enable_obsolete+set}" = set; then : enableval=$enable_obsolete; obsolete=$enableval fi if test "$obsolete" = "no"; then $as_echo "#define GSASL_NO_OBSOLETE 1" >>confdefs.h else obsolete=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if backwards compatibility code should be present" >&5 $as_echo_n "checking if backwards compatibility code should be present... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $obsolete" >&5 $as_echo "$obsolete" >&6; } if test "$obsolete" = "yes"; then OBSOLETE_TRUE= OBSOLETE_FALSE='#' else OBSOLETE_TRUE='#' OBSOLETE_FALSE= fi # Check for GnuTLS. # Check whether --with-gnutls was given. if test "${with_gnutls+set}" = set; then : withval=$with_gnutls; gnutls=$withval else gnutls=yes fi if test "$gnutls" != "no"; then use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libgnutls-prefix was given. if test "${with_libgnutls_prefix+set}" = set; then : withval=$with_libgnutls_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBGNUTLS= LTLIBGNUTLS= INCGNUTLS= LIBGNUTLS_PREFIX= HAVE_LIBGNUTLS= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='gnutls ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBGNUTLS="${LTLIBGNUTLS}${LTLIBGNUTLS:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBGNUTLS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBGNUTLS="${LTLIBGNUTLS}${LTLIBGNUTLS:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBGNUTLS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$found_so" else LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$found_a" else LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'gnutls'; then LIBGNUTLS_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'gnutls'; then LIBGNUTLS_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCGNUTLS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCGNUTLS="${INCGNUTLS}${INCGNUTLS:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBGNUTLS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBGNUTLS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBGNUTLS="${LTLIBGNUTLS}${LTLIBGNUTLS:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$dep" LTLIBGNUTLS="${LTLIBGNUTLS}${LTLIBGNUTLS:+ }$dep" ;; esac done fi else LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }-l$name" LTLIBGNUTLS="${LTLIBGNUTLS}${LTLIBGNUTLS:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBGNUTLS="${LIBGNUTLS}${LIBGNUTLS:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBGNUTLS="${LTLIBGNUTLS}${LTLIBGNUTLS:+ }-R$found_dir" done fi ac_save_CPPFLAGS="$CPPFLAGS" for element in $INCGNUTLS; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libgnutls" >&5 $as_echo_n "checking for libgnutls... " >&6; } if ${ac_cv_libgnutls+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_LIBS="$LIBS" case " $LIBGNUTLS" in *" -l"*) LIBS="$LIBS $LIBGNUTLS" ;; *) LIBS="$LIBGNUTLS $LIBS" ;; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { gnutls_priority_set_direct (0, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_libgnutls=yes else ac_cv_libgnutls='no' fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$ac_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libgnutls" >&5 $as_echo "$ac_cv_libgnutls" >&6; } if test "$ac_cv_libgnutls" = yes; then HAVE_LIBGNUTLS=yes $as_echo "#define HAVE_LIBGNUTLS 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libgnutls" >&5 $as_echo_n "checking how to link with libgnutls... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBGNUTLS" >&5 $as_echo "$LIBGNUTLS" >&6; } else HAVE_LIBGNUTLS=no CPPFLAGS="$ac_save_CPPFLAGS" LIBGNUTLS= LTLIBGNUTLS= LIBGNUTLS_PREFIX= fi fi if test "$ac_cv_libgnutls" != yes; then gnutls=no { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GnuTLS not found. STARTTLS support disabled." >&5 $as_echo "$as_me: WARNING: GnuTLS not found. STARTTLS support disabled." >&2;} fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if STARTTLS support via GnuTLS should be built" >&5 $as_echo_n "checking if STARTTLS support via GnuTLS should be built... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gnutls" >&5 $as_echo "$gnutls" >&6; } if test "$ac_cv_libgnutls" = yes; then save_LIBS="$LIBS" LIBS="$LIBS $LIBGNUTLS" for ac_func in gnutls_session_channel_binding do : ac_fn_c_check_func "$LINENO" "gnutls_session_channel_binding" "ac_cv_func_gnutls_session_channel_binding" if test "x$ac_cv_func_gnutls_session_channel_binding" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GNUTLS_SESSION_CHANNEL_BINDING 1 _ACEOF fi done LIBS="$save_LIBS" fi # Check for gtk-doc. if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi # Extract the first word of "gtkdoc-check", so it can be a program name with args. set dummy gtkdoc-check; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GTKDOC_CHECK+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_CHECK in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_CHECK="$GTKDOC_CHECK" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK if test -n "$GTKDOC_CHECK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5 $as_echo "$GTKDOC_CHECK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi for ac_prog in gtkdoc-rebase do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GTKDOC_REBASE+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_REBASE in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_REBASE="$GTKDOC_REBASE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE if test -n "$GTKDOC_REBASE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5 $as_echo "$GTKDOC_REBASE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$GTKDOC_REBASE" && break done test -n "$GTKDOC_REBASE" || GTKDOC_REBASE="true" # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args. set dummy gtkdoc-mkpdf; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_GTKDOC_MKPDF+:} false; then : $as_echo_n "(cached) " >&6 else case $GTKDOC_MKPDF in [\\/]* | ?:[\\/]*) ac_cv_path_GTKDOC_MKPDF="$GTKDOC_MKPDF" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF if test -n "$GTKDOC_MKPDF"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5 $as_echo "$GTKDOC_MKPDF" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Check whether --with-html-dir was given. if test "${with_html_dir+set}" = set; then : withval=$with_html_dir; else with_html_dir='${datadir}/gtk-doc/html' fi HTML_DIR="$with_html_dir" # Check whether --enable-gtk-doc was given. if test "${enable_gtk_doc+set}" = set; then : enableval=$enable_gtk_doc; else enable_gtk_doc=no fi if test x$enable_gtk_doc = xyes; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.1\""; } >&5 ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : else as_fn_error $? "You need to have gtk-doc >= 1.1 installed to build $PACKAGE_NAME" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5 $as_echo "$enable_gtk_doc" >&6; } # Check whether --enable-gtk-doc-html was given. if test "${enable_gtk_doc_html+set}" = set; then : enableval=$enable_gtk_doc_html; else enable_gtk_doc_html=yes fi # Check whether --enable-gtk-doc-pdf was given. if test "${enable_gtk_doc_pdf+set}" = set; then : enableval=$enable_gtk_doc_pdf; else enable_gtk_doc_pdf=no fi if test -z "$GTKDOC_MKPDF"; then enable_gtk_doc_pdf=no fi if test x$enable_gtk_doc = xyes; then ENABLE_GTK_DOC_TRUE= ENABLE_GTK_DOC_FALSE='#' else ENABLE_GTK_DOC_TRUE='#' ENABLE_GTK_DOC_FALSE= fi if test x$enable_gtk_doc_html = xyes; then GTK_DOC_BUILD_HTML_TRUE= GTK_DOC_BUILD_HTML_FALSE='#' else GTK_DOC_BUILD_HTML_TRUE='#' GTK_DOC_BUILD_HTML_FALSE= fi if test x$enable_gtk_doc_pdf = xyes; then GTK_DOC_BUILD_PDF_TRUE= GTK_DOC_BUILD_PDF_FALSE='#' else GTK_DOC_BUILD_PDF_TRUE='#' GTK_DOC_BUILD_PDF_FALSE= fi if test -n "$LIBTOOL"; then GTK_DOC_USE_LIBTOOL_TRUE= GTK_DOC_USE_LIBTOOL_FALSE='#' else GTK_DOC_USE_LIBTOOL_TRUE='#' GTK_DOC_USE_LIBTOOL_FALSE= fi if test -n "$GTKDOC_REBASE"; then GTK_DOC_USE_REBASE_TRUE= GTK_DOC_USE_REBASE_FALSE='#' else GTK_DOC_USE_REBASE_TRUE='#' GTK_DOC_USE_REBASE_FALSE= fi # For gnulib stuff in gl/. LIBC_FATAL_STDERR_=1 export LIBC_FATAL_STDERR_ ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" if test "x$ac_cv_type_size_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define size_t unsigned int _ACEOF fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 $as_echo_n "checking for working alloca.h... " >&6; } if ${ac_cv_working_alloca_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { char *p = (char *) alloca (2 * sizeof (int)); if (p) return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_working_alloca_h=yes else ac_cv_working_alloca_h=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5 $as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5 $as_echo_n "checking for alloca... " >&6; } if ${ac_cv_func_alloca_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __GNUC__ # define alloca __builtin_alloca #else # ifdef _MSC_VER # include # define alloca _alloca # else # ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX #pragma alloca # else # ifndef alloca /* predefined by HP cc +Olibcalls */ void *alloca (size_t); # endif # endif # endif # endif #endif int main () { char *p = (char *) alloca (1); if (p) return 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_func_alloca_works=yes else ac_cv_func_alloca_works=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5 $as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h else # The SVR3 libPW and SVR4 libucb both contain incompatible functions # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. ALLOCA=\${LIBOBJDIR}alloca.$ac_objext $as_echo "#define C_ALLOCA 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 'alloca.c' needs Cray hooks" >&5 $as_echo_n "checking whether 'alloca.c' needs Cray hooks... " >&6; } if ${ac_cv_os_cray+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined CRAY && ! defined CRAY2 webecray #else wenotbecray #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "webecray" >/dev/null 2>&1; then : ac_cv_os_cray=yes else ac_cv_os_cray=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5 $as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func _ACEOF break fi done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5 $as_echo_n "checking stack direction for C alloca... " >&6; } if ${ac_cv_c_stack_direction+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_c_stack_direction=0 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int find_stack_direction (int *addr, int depth) { int dir, dummy = 0; if (! addr) addr = &dummy; *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; dir = depth ? find_stack_direction (addr, depth - 1) : 0; return dir + dummy; } int main (int argc, char **argv) { return find_stack_direction (0, argc + !argv + 20) < 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_stack_direction=1 else ac_cv_c_stack_direction=-1 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5 $as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction _ACEOF fi GNULIB_INET_NTOP=0; GNULIB_INET_PTON=0; HAVE_DECL_INET_NTOP=1; HAVE_DECL_INET_PTON=1; REPLACE_INET_NTOP=0; REPLACE_INET_PTON=0; for ac_header in $ac_header_list do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the preprocessor supports include_next" >&5 $as_echo_n "checking whether the preprocessor supports include_next... " >&6; } if ${gl_cv_have_include_next+:} false; then : $as_echo_n "(cached) " >&6 else rm -rf conftestd1a conftestd1b conftestd2 mkdir conftestd1a conftestd1b conftestd2 cat < conftestd1a/conftest.h #define DEFINED_IN_CONFTESTD1 #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd1b/conftest.h #define DEFINED_IN_CONFTESTD1 #include #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd2/conftest.h #ifndef DEFINED_IN_CONFTESTD1 #error "include_next test doesn't work" #endif #define DEFINED_IN_CONFTESTD2 EOF gl_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_have_include_next=yes else CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_have_include_next=buggy else gl_cv_have_include_next=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CPPFLAGS="$gl_save_CPPFLAGS" rm -rf conftestd1a conftestd1b conftestd2 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_include_next" >&5 $as_echo "$gl_cv_have_include_next" >&6; } PRAGMA_SYSTEM_HEADER= if test $gl_cv_have_include_next = yes; then INCLUDE_NEXT=include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next if test -n "$GCC"; then PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' fi else if test $gl_cv_have_include_next = buggy; then INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next else INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether system header files limit the line length" >&5 $as_echo_n "checking whether system header files limit the line length... " >&6; } if ${gl_cv_pragma_columns+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __TANDEM choke me #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "choke me" >/dev/null 2>&1; then : gl_cv_pragma_columns=yes else gl_cv_pragma_columns=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_pragma_columns" >&5 $as_echo "$gl_cv_pragma_columns" >&6; } if test $gl_cv_pragma_columns = yes; then PRAGMA_COLUMNS="#pragma COLUMNS 10000" else PRAGMA_COLUMNS= fi if test $ac_cv_header_features_h = yes; then HAVE_FEATURES_H=1 else HAVE_FEATURES_H=0 fi GNULIB_CHDIR=0; GNULIB_CHOWN=0; GNULIB_CLOSE=0; GNULIB_DUP=0; GNULIB_DUP2=0; GNULIB_DUP3=0; GNULIB_ENVIRON=0; GNULIB_EUIDACCESS=0; GNULIB_FACCESSAT=0; GNULIB_FCHDIR=0; GNULIB_FCHOWNAT=0; GNULIB_FDATASYNC=0; GNULIB_FSYNC=0; GNULIB_FTRUNCATE=0; GNULIB_GETCWD=0; GNULIB_GETDOMAINNAME=0; GNULIB_GETDTABLESIZE=0; GNULIB_GETGROUPS=0; GNULIB_GETHOSTNAME=0; GNULIB_GETLOGIN=0; GNULIB_GETLOGIN_R=0; GNULIB_GETPAGESIZE=0; GNULIB_GETUSERSHELL=0; GNULIB_GROUP_MEMBER=0; GNULIB_ISATTY=0; GNULIB_LCHOWN=0; GNULIB_LINK=0; GNULIB_LINKAT=0; GNULIB_LSEEK=0; GNULIB_PIPE=0; GNULIB_PIPE2=0; GNULIB_PREAD=0; GNULIB_PWRITE=0; GNULIB_READ=0; GNULIB_READLINK=0; GNULIB_READLINKAT=0; GNULIB_RMDIR=0; GNULIB_SETHOSTNAME=0; GNULIB_SLEEP=0; GNULIB_SYMLINK=0; GNULIB_SYMLINKAT=0; GNULIB_TTYNAME_R=0; GNULIB_UNISTD_H_NONBLOCKING=0; GNULIB_UNISTD_H_SIGPIPE=0; GNULIB_UNLINK=0; GNULIB_UNLINKAT=0; GNULIB_USLEEP=0; GNULIB_WRITE=0; HAVE_CHOWN=1; HAVE_DUP2=1; HAVE_DUP3=1; HAVE_EUIDACCESS=1; HAVE_FACCESSAT=1; HAVE_FCHDIR=1; HAVE_FCHOWNAT=1; HAVE_FDATASYNC=1; HAVE_FSYNC=1; HAVE_FTRUNCATE=1; HAVE_GETDTABLESIZE=1; HAVE_GETGROUPS=1; HAVE_GETHOSTNAME=1; HAVE_GETLOGIN=1; HAVE_GETPAGESIZE=1; HAVE_GROUP_MEMBER=1; HAVE_LCHOWN=1; HAVE_LINK=1; HAVE_LINKAT=1; HAVE_PIPE=1; HAVE_PIPE2=1; HAVE_PREAD=1; HAVE_PWRITE=1; HAVE_READLINK=1; HAVE_READLINKAT=1; HAVE_SETHOSTNAME=1; HAVE_SLEEP=1; HAVE_SYMLINK=1; HAVE_SYMLINKAT=1; HAVE_UNLINKAT=1; HAVE_USLEEP=1; HAVE_DECL_ENVIRON=1; HAVE_DECL_FCHDIR=1; HAVE_DECL_FDATASYNC=1; HAVE_DECL_GETDOMAINNAME=1; HAVE_DECL_GETLOGIN_R=1; HAVE_DECL_GETPAGESIZE=1; HAVE_DECL_GETUSERSHELL=1; HAVE_DECL_SETHOSTNAME=1; HAVE_DECL_TTYNAME_R=1; HAVE_OS_H=0; HAVE_SYS_PARAM_H=0; REPLACE_CHOWN=0; REPLACE_CLOSE=0; REPLACE_DUP=0; REPLACE_DUP2=0; REPLACE_FCHOWNAT=0; REPLACE_FTRUNCATE=0; REPLACE_GETCWD=0; REPLACE_GETDOMAINNAME=0; REPLACE_GETLOGIN_R=0; REPLACE_GETGROUPS=0; REPLACE_GETPAGESIZE=0; REPLACE_ISATTY=0; REPLACE_LCHOWN=0; REPLACE_LINK=0; REPLACE_LINKAT=0; REPLACE_LSEEK=0; REPLACE_PREAD=0; REPLACE_PWRITE=0; REPLACE_READ=0; REPLACE_READLINK=0; REPLACE_RMDIR=0; REPLACE_SLEEP=0; REPLACE_SYMLINK=0; REPLACE_TTYNAME_R=0; REPLACE_UNLINK=0; REPLACE_UNLINKAT=0; REPLACE_USLEEP=0; REPLACE_WRITE=0; UNISTD_H_HAVE_WINSOCK2_H=0; UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; for ac_func in $ac_func_list do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 $as_echo "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi GNULIB_SOCKET=0; GNULIB_CONNECT=0; GNULIB_ACCEPT=0; GNULIB_BIND=0; GNULIB_GETPEERNAME=0; GNULIB_GETSOCKNAME=0; GNULIB_GETSOCKOPT=0; GNULIB_LISTEN=0; GNULIB_RECV=0; GNULIB_SEND=0; GNULIB_RECVFROM=0; GNULIB_SENDTO=0; GNULIB_SETSOCKOPT=0; GNULIB_SHUTDOWN=0; GNULIB_ACCEPT4=0; HAVE_STRUCT_SOCKADDR_STORAGE=1; HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=1; HAVE_SA_FAMILY_T=1; HAVE_ACCEPT4=1; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 $as_echo_n "checking for inline... " >&6; } if ${ac_cv_c_inline+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __cplusplus typedef int foo_t; static $ac_kw foo_t static_foo () {return 0; } $ac_kw foo_t foo () {return 0; } #endif _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_inline=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_inline" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 $as_echo "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in inline | yes) ;; *) case $ac_cv_c_inline in no) ac_val=;; *) ac_val=$ac_cv_c_inline;; esac cat >>confdefs.h <<_ACEOF #ifndef __cplusplus #define inline $ac_val #endif _ACEOF ;; esac if test $ac_cv_header_sys_socket_h = no; then for ac_header in ws2tcpip.h do : ac_fn_c_check_header_mongrel "$LINENO" "ws2tcpip.h" "ac_cv_header_ws2tcpip_h" "$ac_includes_default" if test "x$ac_cv_header_ws2tcpip_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WS2TCPIP_H 1 _ACEOF fi done fi case "$host_os" in osf*) $as_echo "#define _POSIX_PII_SOCKET 1" >>confdefs.h ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 $as_echo_n "checking whether is self-contained... " >&6; } if ${gl_cv_header_sys_socket_h_selfcontained+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_sys_socket_h_selfcontained=yes else gl_cv_header_sys_socket_h_selfcontained=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_selfcontained" >&5 $as_echo "$gl_cv_header_sys_socket_h_selfcontained" >&6; } if test $gl_cv_header_sys_socket_h_selfcontained = yes; then for ac_func in shutdown do : ac_fn_c_check_func "$LINENO" "shutdown" "ac_cv_func_shutdown" if test "x$ac_cv_func_shutdown" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SHUTDOWN 1 _ACEOF fi done if test $ac_cv_func_shutdown = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether defines the SHUT_* macros" >&5 $as_echo_n "checking whether defines the SHUT_* macros... " >&6; } if ${gl_cv_header_sys_socket_h_shut+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR }; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_sys_socket_h_shut=yes else gl_cv_header_sys_socket_h_shut=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_shut" >&5 $as_echo "$gl_cv_header_sys_socket_h_shut" >&6; } if test $gl_cv_header_sys_socket_h_shut = no; then SYS_SOCKET_H='sys/socket.h' fi fi fi # We need to check for ws2tcpip.h now. if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_socket_h='<'sys/socket.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_socket_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_socket_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/socket.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_socket_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_socket_h='<'sys/socket.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_socket_h" >&5 $as_echo "$gl_cv_next_sys_socket_h" >&6; } fi NEXT_SYS_SOCKET_H=$gl_cv_next_sys_socket_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/socket.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_socket_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H=$gl_next_as_first_directive if test $ac_cv_header_sys_socket_h = yes; then HAVE_SYS_SOCKET_H=1 HAVE_WS2TCPIP_H=0 else HAVE_SYS_SOCKET_H=0 if test $ac_cv_header_ws2tcpip_h = yes; then HAVE_WS2TCPIP_H=1 else HAVE_WS2TCPIP_H=0 fi fi ac_fn_c_check_type "$LINENO" "struct sockaddr_storage" "ac_cv_type_struct_sockaddr_storage" " /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_type_struct_sockaddr_storage" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_STORAGE 1 _ACEOF fi ac_fn_c_check_type "$LINENO" "sa_family_t" "ac_cv_type_sa_family_t" " /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_type_sa_family_t" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SA_FAMILY_T 1 _ACEOF fi if test $ac_cv_type_struct_sockaddr_storage = no; then HAVE_STRUCT_SOCKADDR_STORAGE=0 fi if test $ac_cv_type_sa_family_t = no; then HAVE_SA_FAMILY_T=0 fi if test $ac_cv_type_struct_sockaddr_storage != no; then ac_fn_c_check_member "$LINENO" "struct sockaddr_storage" "ss_family" "ac_cv_member_struct_sockaddr_storage_ss_family" "#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_member_struct_sockaddr_storage_ss_family" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 _ACEOF else HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=0 fi fi if test $HAVE_STRUCT_SOCKADDR_STORAGE = 0 || test $HAVE_SA_FAMILY_T = 0 \ || test $HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = 0; then SYS_SOCKET_H='sys/socket.h' fi if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi for gl_func in socket connect accept bind getpeername getsockname getsockopt listen recv send recvfrom sendto setsockopt shutdown accept4; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Some systems require prerequisite headers. */ #include #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for complete errno.h" >&5 $as_echo_n "checking for complete errno.h... " >&6; } if ${gl_cv_header_errno_h_complete+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if !defined ENOMSG booboo #endif #if !defined EIDRM booboo #endif #if !defined ENOLINK booboo #endif #if !defined EPROTO booboo #endif #if !defined EMULTIHOP booboo #endif #if !defined EBADMSG booboo #endif #if !defined EOVERFLOW booboo #endif #if !defined ENOTSUP booboo #endif #if !defined ENETRESET booboo #endif #if !defined ECONNABORTED booboo #endif #if !defined ESTALE booboo #endif #if !defined EDQUOT booboo #endif #if !defined ECANCELED booboo #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "booboo" >/dev/null 2>&1; then : gl_cv_header_errno_h_complete=no else gl_cv_header_errno_h_complete=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_complete" >&5 $as_echo "$gl_cv_header_errno_h_complete" >&6; } if test $gl_cv_header_errno_h_complete = yes; then ERRNO_H='' else if test $gl_cv_have_include_next = yes; then gl_cv_next_errno_h='<'errno.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_errno_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'errno.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_errno_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_errno_h" >&5 $as_echo "$gl_cv_next_errno_h" >&6; } fi NEXT_ERRNO_H=$gl_cv_next_errno_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'errno.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_errno_h fi NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=$gl_next_as_first_directive ERRNO_H='errno.h' fi if test -n "$ERRNO_H"; then GL_GENERATE_ERRNO_H_TRUE= GL_GENERATE_ERRNO_H_FALSE='#' else GL_GENERATE_ERRNO_H_TRUE='#' GL_GENERATE_ERRNO_H_FALSE= fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMULTIHOP value" >&5 $as_echo_n "checking for EMULTIHOP value... " >&6; } if ${gl_cv_header_errno_h_EMULTIHOP+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef EMULTIHOP yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EMULTIHOP=yes else gl_cv_header_errno_h_EMULTIHOP=no fi rm -f conftest* if test $gl_cv_header_errno_h_EMULTIHOP = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef EMULTIHOP yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EMULTIHOP=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_EMULTIHOP = hidden; then if ac_fn_c_compute_int "$LINENO" "EMULTIHOP" "gl_cv_header_errno_h_EMULTIHOP" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EMULTIHOP" >&5 $as_echo "$gl_cv_header_errno_h_EMULTIHOP" >&6; } case $gl_cv_header_errno_h_EMULTIHOP in yes | no) EMULTIHOP_HIDDEN=0; EMULTIHOP_VALUE= ;; *) EMULTIHOP_HIDDEN=1; EMULTIHOP_VALUE="$gl_cv_header_errno_h_EMULTIHOP" ;; esac fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ENOLINK value" >&5 $as_echo_n "checking for ENOLINK value... " >&6; } if ${gl_cv_header_errno_h_ENOLINK+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef ENOLINK yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_ENOLINK=yes else gl_cv_header_errno_h_ENOLINK=no fi rm -f conftest* if test $gl_cv_header_errno_h_ENOLINK = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef ENOLINK yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_ENOLINK=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_ENOLINK = hidden; then if ac_fn_c_compute_int "$LINENO" "ENOLINK" "gl_cv_header_errno_h_ENOLINK" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_ENOLINK" >&5 $as_echo "$gl_cv_header_errno_h_ENOLINK" >&6; } case $gl_cv_header_errno_h_ENOLINK in yes | no) ENOLINK_HIDDEN=0; ENOLINK_VALUE= ;; *) ENOLINK_HIDDEN=1; ENOLINK_VALUE="$gl_cv_header_errno_h_ENOLINK" ;; esac fi if test -n "$ERRNO_H"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EOVERFLOW value" >&5 $as_echo_n "checking for EOVERFLOW value... " >&6; } if ${gl_cv_header_errno_h_EOVERFLOW+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef EOVERFLOW yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EOVERFLOW=yes else gl_cv_header_errno_h_EOVERFLOW=no fi rm -f conftest* if test $gl_cv_header_errno_h_EOVERFLOW = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef EOVERFLOW yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_header_errno_h_EOVERFLOW=hidden fi rm -f conftest* if test $gl_cv_header_errno_h_EOVERFLOW = hidden; then if ac_fn_c_compute_int "$LINENO" "EOVERFLOW" "gl_cv_header_errno_h_EOVERFLOW" " #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include "; then : fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_errno_h_EOVERFLOW" >&5 $as_echo "$gl_cv_header_errno_h_EOVERFLOW" >&6; } case $gl_cv_header_errno_h_EOVERFLOW in yes | no) EOVERFLOW_HIDDEN=0; EOVERFLOW_VALUE= ;; *) EOVERFLOW_HIDDEN=1; EOVERFLOW_VALUE="$gl_cv_header_errno_h_EOVERFLOW" ;; esac fi ac_fn_c_check_decl "$LINENO" "strerror_r" "ac_cv_have_decl_strerror_r" "$ac_includes_default" if test "x$ac_cv_have_decl_strerror_r" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRERROR_R $ac_have_decl _ACEOF for ac_func in strerror_r do : ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r" if test "x$ac_cv_func_strerror_r" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRERROR_R 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror_r returns char *" >&5 $as_echo_n "checking whether strerror_r returns char *... " >&6; } if ${ac_cv_func_strerror_r_char_p+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_func_strerror_r_char_p=no if test $ac_cv_have_decl_strerror_r = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { char buf[100]; char x = *strerror_r (0, buf, sizeof buf); char *p = strerror_r (0, buf, sizeof buf); return !p || x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_func_strerror_r_char_p=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else # strerror_r is not declared. Choose between # systems that have relatively inaccessible declarations for the # function. BeOS and DEC UNIX 4.0 fall in this category, but the # former has a strerror_r that returns char*, while the latter # has a strerror_r that returns `int'. # This test should segfault on the DEC system. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default extern char *strerror_r (); int main () { char buf[100]; char x = *strerror_r (0, buf, sizeof buf); return ! isalpha (x); ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_strerror_r_char_p=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_strerror_r_char_p" >&5 $as_echo "$ac_cv_func_strerror_r_char_p" >&6; } if test $ac_cv_func_strerror_r_char_p = yes; then $as_echo "#define STRERROR_R_CHAR_P 1" >>confdefs.h fi XGETTEXT_EXTRA_OPTIONS= GNULIB_DPRINTF=0; GNULIB_FCLOSE=0; GNULIB_FDOPEN=0; GNULIB_FFLUSH=0; GNULIB_FGETC=0; GNULIB_FGETS=0; GNULIB_FOPEN=0; GNULIB_FPRINTF=0; GNULIB_FPRINTF_POSIX=0; GNULIB_FPURGE=0; GNULIB_FPUTC=0; GNULIB_FPUTS=0; GNULIB_FREAD=0; GNULIB_FREOPEN=0; GNULIB_FSCANF=0; GNULIB_FSEEK=0; GNULIB_FSEEKO=0; GNULIB_FTELL=0; GNULIB_FTELLO=0; GNULIB_FWRITE=0; GNULIB_GETC=0; GNULIB_GETCHAR=0; GNULIB_GETDELIM=0; GNULIB_GETLINE=0; GNULIB_OBSTACK_PRINTF=0; GNULIB_OBSTACK_PRINTF_POSIX=0; GNULIB_PCLOSE=0; GNULIB_PERROR=0; GNULIB_POPEN=0; GNULIB_PRINTF=0; GNULIB_PRINTF_POSIX=0; GNULIB_PUTC=0; GNULIB_PUTCHAR=0; GNULIB_PUTS=0; GNULIB_REMOVE=0; GNULIB_RENAME=0; GNULIB_RENAMEAT=0; GNULIB_SCANF=0; GNULIB_SNPRINTF=0; GNULIB_SPRINTF_POSIX=0; GNULIB_STDIO_H_NONBLOCKING=0; GNULIB_STDIO_H_SIGPIPE=0; GNULIB_TMPFILE=0; GNULIB_VASPRINTF=0; GNULIB_VFSCANF=0; GNULIB_VSCANF=0; GNULIB_VDPRINTF=0; GNULIB_VFPRINTF=0; GNULIB_VFPRINTF_POSIX=0; GNULIB_VPRINTF=0; GNULIB_VPRINTF_POSIX=0; GNULIB_VSNPRINTF=0; GNULIB_VSPRINTF_POSIX=0; HAVE_DECL_FPURGE=1; HAVE_DECL_FSEEKO=1; HAVE_DECL_FTELLO=1; HAVE_DECL_GETDELIM=1; HAVE_DECL_GETLINE=1; HAVE_DECL_OBSTACK_PRINTF=1; HAVE_DECL_SNPRINTF=1; HAVE_DECL_VSNPRINTF=1; HAVE_DPRINTF=1; HAVE_FSEEKO=1; HAVE_FTELLO=1; HAVE_PCLOSE=1; HAVE_POPEN=1; HAVE_RENAMEAT=1; HAVE_VASPRINTF=1; HAVE_VDPRINTF=1; REPLACE_DPRINTF=0; REPLACE_FCLOSE=0; REPLACE_FDOPEN=0; REPLACE_FFLUSH=0; REPLACE_FOPEN=0; REPLACE_FPRINTF=0; REPLACE_FPURGE=0; REPLACE_FREOPEN=0; REPLACE_FSEEK=0; REPLACE_FSEEKO=0; REPLACE_FTELL=0; REPLACE_FTELLO=0; REPLACE_GETDELIM=0; REPLACE_GETLINE=0; REPLACE_OBSTACK_PRINTF=0; REPLACE_PERROR=0; REPLACE_POPEN=0; REPLACE_PRINTF=0; REPLACE_REMOVE=0; REPLACE_RENAME=0; REPLACE_RENAMEAT=0; REPLACE_SNPRINTF=0; REPLACE_SPRINTF=0; REPLACE_STDIO_READ_FUNCS=0; REPLACE_STDIO_WRITE_FUNCS=0; REPLACE_TMPFILE=0; REPLACE_VASPRINTF=0; REPLACE_VDPRINTF=0; REPLACE_VFPRINTF=0; REPLACE_VPRINTF=0; REPLACE_VSNPRINTF=0; REPLACE_VSPRINTF=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdin defaults to large file offsets" >&5 $as_echo_n "checking whether stdin defaults to large file offsets... " >&6; } if ${gl_cv_var_stdin_large_offset+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if defined __SL64 && defined __SCLE /* cygwin */ /* Cygwin 1.5.24 and earlier fail to put stdin in 64-bit mode, making fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and it is easier to do a version check than building a runtime test. */ # include # if CYGWIN_VERSION_DLL_COMBINED < CYGWIN_VERSION_DLL_MAKE_COMBINED (1005, 25) choke me # endif #endif ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_var_stdin_large_offset=yes else gl_cv_var_stdin_large_offset=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_var_stdin_large_offset" >&5 $as_echo "$gl_cv_var_stdin_large_offset" >&6; } ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" if test "x$ac_cv_type_pid_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define pid_t int _ACEOF fi ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" if test "x$ac_cv_type_mode_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define mode_t int _ACEOF fi case "$host_os" in mingw*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64-bit off_t" >&5 $as_echo_n "checking for 64-bit off_t... " >&6; } if ${gl_cv_type_off_t_64+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_type_off_t_64=yes else gl_cv_type_off_t_64=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_off_t_64" >&5 $as_echo "$gl_cv_type_off_t_64" >&6; } if test $gl_cv_type_off_t_64 = no; then WINDOWS_64_BIT_OFF_T=1 else WINDOWS_64_BIT_OFF_T=0 fi WINDOWS_64_BIT_ST_SIZE=1 ;; *) WINDOWS_64_BIT_OFF_T=0 WINDOWS_64_BIT_ST_SIZE=0 ;; esac if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_types_h='<'sys/types.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_types_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/types.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_types_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 $as_echo "$gl_cv_next_sys_types_h" >&6; } fi NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/types.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_types_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=$gl_next_as_first_directive ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default" if test "x$ac_cv_have_decl_fseeko" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_FSEEKO $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 $as_echo_n "checking for fseeko... " >&6; } if ${gl_cv_func_fseeko+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { fseeko (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_func_fseeko=yes else gl_cv_func_fseeko=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fseeko" >&5 $as_echo "$gl_cv_func_fseeko" >&6; } if test $ac_cv_have_decl_fseeko = no; then HAVE_DECL_FSEEKO=0 fi if test $gl_cv_func_fseeko = no; then HAVE_FSEEKO=0 else if test $WINDOWS_64_BIT_OFF_T = 1; then REPLACE_FSEEKO=1 fi if test $gl_cv_var_stdin_large_offset = no; then REPLACE_FSEEKO=1 fi fi GNULIB_FCHMODAT=0; GNULIB_FSTAT=0; GNULIB_FSTATAT=0; GNULIB_FUTIMENS=0; GNULIB_LCHMOD=0; GNULIB_LSTAT=0; GNULIB_MKDIRAT=0; GNULIB_MKFIFO=0; GNULIB_MKFIFOAT=0; GNULIB_MKNOD=0; GNULIB_MKNODAT=0; GNULIB_STAT=0; GNULIB_UTIMENSAT=0; HAVE_FCHMODAT=1; HAVE_FSTATAT=1; HAVE_FUTIMENS=1; HAVE_LCHMOD=1; HAVE_LSTAT=1; HAVE_MKDIRAT=1; HAVE_MKFIFO=1; HAVE_MKFIFOAT=1; HAVE_MKNOD=1; HAVE_MKNODAT=1; HAVE_UTIMENSAT=1; REPLACE_FSTAT=0; REPLACE_FSTATAT=0; REPLACE_FUTIMENS=0; REPLACE_LSTAT=0; REPLACE_MKDIR=0; REPLACE_MKFIFO=0; REPLACE_MKNOD=0; REPLACE_STAT=0; REPLACE_UTIMENSAT=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; } if ${ac_cv_header_stat_broken+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if defined S_ISBLK && defined S_IFDIR extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1]; #endif #if defined S_ISBLK && defined S_IFCHR extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1]; #endif #if defined S_ISLNK && defined S_IFREG extern char c3[S_ISLNK (S_IFREG) ? -1 : 1]; #endif #if defined S_ISSOCK && defined S_IFREG extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1]; #endif _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stat_broken=no else ac_cv_header_stat_broken=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5 $as_echo "$ac_cv_header_stat_broken" >&6; } if test $ac_cv_header_stat_broken = yes; then $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h fi if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_stat_h='<'sys/stat.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_stat_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_stat_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/stat.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_stat_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_stat_h='<'sys/stat.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 $as_echo "$gl_cv_next_sys_stat_h" >&6; } fi NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/stat.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_stat_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=$gl_next_as_first_directive if test $WINDOWS_64_BIT_ST_SIZE = 1; then $as_echo "#define _GL_WINDOWS_64_BIT_ST_SIZE 1" >>confdefs.h fi ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include #include " if test "x$ac_cv_type_nlink_t" = xyes; then : else $as_echo "#define nlink_t int" >>confdefs.h fi for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done GNULIB_GETADDRINFO=0; HAVE_STRUCT_ADDRINFO=1; HAVE_DECL_FREEADDRINFO=1; HAVE_DECL_GAI_STRERROR=1; HAVE_DECL_GETADDRINFO=1; HAVE_DECL_GETNAMEINFO=1; REPLACE_GAI_STRERROR=0; if test $gl_cv_have_include_next = yes; then gl_cv_next_netdb_h='<'netdb.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_netdb_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_netdb_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'netdb.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_netdb_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_netdb_h='<'netdb.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_netdb_h" >&5 $as_echo "$gl_cv_next_netdb_h" >&6; } fi NEXT_NETDB_H=$gl_cv_next_netdb_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'netdb.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_netdb_h fi NEXT_AS_FIRST_DIRECTIVE_NETDB_H=$gl_next_as_first_directive if test $ac_cv_header_netdb_h = yes; then HAVE_NETDB_H=1 else HAVE_NETDB_H=0 fi for gl_func in getaddrinfo freeaddrinfo gai_strerror getnameinfo; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done HOSTENT_LIB= gl_saved_libs="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5 $as_echo_n "checking for library containing gethostbyname... " >&6; } if ${ac_cv_search_gethostbyname+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char gethostbyname (); int main () { return gethostbyname (); ; return 0; } _ACEOF for ac_lib in '' nsl network net; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_gethostbyname=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_gethostbyname+:} false; then : break fi done if ${ac_cv_search_gethostbyname+:} false; then : else ac_cv_search_gethostbyname=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5 $as_echo "$ac_cv_search_gethostbyname" >&6; } ac_res=$ac_cv_search_gethostbyname if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" if test "$ac_cv_search_gethostbyname" != "none required"; then HOSTENT_LIB="$ac_cv_search_gethostbyname" fi fi LIBS="$gl_saved_libs" if test -z "$HOSTENT_LIB"; then for ac_func in gethostbyname do : ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" if test "x$ac_cv_func_gethostbyname" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETHOSTBYNAME 1 _ACEOF else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in winsock2.h and -lws2_32" >&5 $as_echo_n "checking for gethostbyname in winsock2.h and -lws2_32... " >&6; } if ${gl_cv_w32_gethostbyname+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_w32_gethostbyname=no gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_WINSOCK2_H #include #endif #include int main () { gethostbyname(NULL); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_w32_gethostbyname=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_w32_gethostbyname" >&5 $as_echo "$gl_cv_w32_gethostbyname" >&6; } if test "$gl_cv_w32_gethostbyname" = "yes"; then HOSTENT_LIB="-lws2_32" fi fi done fi SERVENT_LIB= gl_saved_libs="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getservbyname" >&5 $as_echo_n "checking for library containing getservbyname... " >&6; } if ${ac_cv_search_getservbyname+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char getservbyname (); int main () { return getservbyname (); ; return 0; } _ACEOF for ac_lib in '' socket network net; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_getservbyname=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_getservbyname+:} false; then : break fi done if ${ac_cv_search_getservbyname+:} false; then : else ac_cv_search_getservbyname=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getservbyname" >&5 $as_echo "$ac_cv_search_getservbyname" >&6; } ac_res=$ac_cv_search_getservbyname if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" if test "$ac_cv_search_getservbyname" != "none required"; then SERVENT_LIB="$ac_cv_search_getservbyname" fi fi LIBS="$gl_saved_libs" if test -z "$SERVENT_LIB"; then for ac_func in getservbyname do : ac_fn_c_check_func "$LINENO" "getservbyname" "ac_cv_func_getservbyname" if test "x$ac_cv_func_getservbyname" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETSERVBYNAME 1 _ACEOF else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getservbyname in winsock2.h and -lws2_32" >&5 $as_echo_n "checking for getservbyname in winsock2.h and -lws2_32... " >&6; } if ${gl_cv_w32_getservbyname+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_w32_getservbyname=no gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_WINSOCK2_H #include #endif #include int main () { getservbyname(NULL,NULL); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_w32_getservbyname=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_w32_getservbyname" >&5 $as_echo "$gl_cv_w32_getservbyname" >&6; } if test "$gl_cv_w32_getservbyname" = "yes"; then SERVENT_LIB="-lws2_32" fi fi done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 $as_echo_n "checking for C/C++ restrict keyword... " >&6; } if ${ac_cv_c_restrict+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_restrict=no # The order here caters to the fact that C++ does not require restrict. for ac_kw in __restrict __restrict__ _Restrict restrict; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ typedef int * int_ptr; int foo (int_ptr $ac_kw ip) { return ip[0]; } int main () { int s[1]; int * $ac_kw t = s; t[0] = 0; return foo(t) ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_restrict=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_restrict" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_restrict" >&5 $as_echo "$ac_cv_c_restrict" >&6; } case $ac_cv_c_restrict in restrict) ;; no) $as_echo "#define restrict /**/" >>confdefs.h ;; *) cat >>confdefs.h <<_ACEOF #define restrict $ac_cv_c_restrict _ACEOF ;; esac HAVE_INET_NTOP=1 INET_NTOP_LIB= if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi if test $HAVE_WINSOCK2_H = 1; then ac_fn_c_check_decl "$LINENO" "inet_ntop" "ac_cv_have_decl_inet_ntop" "#include " if test "x$ac_cv_have_decl_inet_ntop" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_INET_NTOP $ac_have_decl _ACEOF if test $ac_cv_have_decl_inet_ntop = yes; then REPLACE_INET_NTOP=1 INET_NTOP_LIB="-lws2_32" else HAVE_DECL_INET_NTOP=0 HAVE_INET_NTOP=0 fi else gl_save_LIBS=$LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntop" >&5 $as_echo_n "checking for library containing inet_ntop... " >&6; } if ${ac_cv_search_inet_ntop+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char inet_ntop (); int main () { return inet_ntop (); ; return 0; } _ACEOF for ac_lib in '' nsl resolv; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_inet_ntop=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_inet_ntop+:} false; then : break fi done if ${ac_cv_search_inet_ntop+:} false; then : else ac_cv_search_inet_ntop=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntop" >&5 $as_echo "$ac_cv_search_inet_ntop" >&6; } ac_res=$ac_cv_search_inet_ntop if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else for ac_func in inet_ntop do : ac_fn_c_check_func "$LINENO" "inet_ntop" "ac_cv_func_inet_ntop" if test "x$ac_cv_func_inet_ntop" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_INET_NTOP 1 _ACEOF fi done if test $ac_cv_func_inet_ntop = no; then HAVE_INET_NTOP=0 fi fi LIBS=$gl_save_LIBS if test "$ac_cv_search_inet_ntop" != "no" \ && test "$ac_cv_search_inet_ntop" != "none required"; then INET_NTOP_LIB="$ac_cv_search_inet_ntop" fi ac_fn_c_check_decl "$LINENO" "inet_ntop" "ac_cv_have_decl_inet_ntop" "#include #if HAVE_NETDB_H # include #endif " if test "x$ac_cv_have_decl_inet_ntop" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_INET_NTOP $ac_have_decl _ACEOF if test $ac_cv_have_decl_inet_ntop = no; then HAVE_DECL_INET_NTOP=0 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IPv4 sockets" >&5 $as_echo_n "checking for IPv4 sockets... " >&6; } if ${gl_cv_socket_ipv4+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_WINSOCK2_H #include #endif int main () { int x = AF_INET; struct in_addr y; struct sockaddr_in z; if (&x && &y && &z) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_socket_ipv4=yes else gl_cv_socket_ipv4=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv4" >&5 $as_echo "$gl_cv_socket_ipv4" >&6; } if test $gl_cv_socket_ipv4 = yes; then $as_echo "#define HAVE_IPV4 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IPv6 sockets" >&5 $as_echo_n "checking for IPv6 sockets... " >&6; } if ${gl_cv_socket_ipv6+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_WINSOCK2_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif int main () { int x = AF_INET6; struct in6_addr y; struct sockaddr_in6 z; if (&x && &y && &z) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_socket_ipv6=yes else gl_cv_socket_ipv6=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socket_ipv6" >&5 $as_echo "$gl_cv_socket_ipv6" >&6; } if test $gl_cv_socket_ipv6 = yes; then $as_echo "#define HAVE_IPV6 1" >>confdefs.h fi ac_fn_c_check_decl "$LINENO" "getdelim" "ac_cv_have_decl_getdelim" "$ac_includes_default" if test "x$ac_cv_have_decl_getdelim" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETDELIM $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "getline" "ac_cv_have_decl_getline" "$ac_includes_default" if test "x$ac_cv_have_decl_getline" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETLINE $ac_have_decl _ACEOF if test $gl_cv_have_include_next = yes; then gl_cv_next_getopt_h='<'getopt.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_getopt_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_getopt_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'getopt.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_getopt_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_getopt_h='<'getopt.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_getopt_h" >&5 $as_echo "$gl_cv_next_getopt_h" >&6; } fi NEXT_GETOPT_H=$gl_cv_next_getopt_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'getopt.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_getopt_h fi NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=$gl_next_as_first_directive if test $ac_cv_header_getopt_h = yes; then HAVE_GETOPT_H=1 else HAVE_GETOPT_H=0 fi gl_replace_getopt= if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then for ac_header in getopt.h do : ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default" if test "x$ac_cv_header_getopt_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETOPT_H 1 _ACEOF else gl_replace_getopt=yes fi done fi if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then for ac_func in getopt_long_only do : ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only" if test "x$ac_cv_func_getopt_long_only" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETOPT_LONG_ONLY 1 _ACEOF else gl_replace_getopt=yes fi done fi if test -z "$gl_replace_getopt"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getopt is POSIX compatible" >&5 $as_echo_n "checking whether getopt is POSIX compatible... " >&6; } if ${gl_cv_func_getopt_posix+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int *p = &optreset; return optreset; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_optind_min=1 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { return !getopt_clip; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_optind_min=1 else gl_optind_min=0 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext gl_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -DOPTIND_MIN=$gl_optind_min" if test "$cross_compiling" = yes; then : case "$host_os" in mingw*) gl_cv_func_getopt_posix="guessing no";; darwin* | aix*) gl_cv_func_getopt_posix="guessing no";; *) gl_cv_func_getopt_posix="guessing yes";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { { static char program[] = "program"; static char a[] = "-a"; static char foo[] = "foo"; static char bar[] = "bar"; char *argv[] = { program, a, foo, bar, NULL }; int c; optind = OPTIND_MIN; opterr = 0; c = getopt (4, argv, "ab"); if (!(c == 'a')) return 1; c = getopt (4, argv, "ab"); if (!(c == -1)) return 2; if (!(optind == 2)) return 3; } /* Some internal state exists at this point. */ { static char program[] = "program"; static char donald[] = "donald"; static char p[] = "-p"; static char billy[] = "billy"; static char duck[] = "duck"; static char a[] = "-a"; static char bar[] = "bar"; char *argv[] = { program, donald, p, billy, duck, a, bar, NULL }; int c; optind = OPTIND_MIN; opterr = 0; c = getopt (7, argv, "+abp:q:"); if (!(c == -1)) return 4; if (!(strcmp (argv[0], "program") == 0)) return 5; if (!(strcmp (argv[1], "donald") == 0)) return 6; if (!(strcmp (argv[2], "-p") == 0)) return 7; if (!(strcmp (argv[3], "billy") == 0)) return 8; if (!(strcmp (argv[4], "duck") == 0)) return 9; if (!(strcmp (argv[5], "-a") == 0)) return 10; if (!(strcmp (argv[6], "bar") == 0)) return 11; if (!(optind == 1)) return 12; } /* Detect MacOS 10.5, AIX 7.1 bug. */ { static char program[] = "program"; static char ab[] = "-ab"; char *argv[3] = { program, ab, NULL }; optind = OPTIND_MIN; opterr = 0; if (getopt (2, argv, "ab:") != 'a') return 13; if (getopt (2, argv, "ab:") != '?') return 14; if (optopt != 'b') return 15; if (optind != 2) return 16; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_getopt_posix=yes else gl_cv_func_getopt_posix=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi CPPFLAGS=$gl_save_CPPFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_posix" >&5 $as_echo "$gl_cv_func_getopt_posix" >&6; } case "$gl_cv_func_getopt_posix" in *no) gl_replace_getopt=yes ;; esac fi if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working GNU getopt function" >&5 $as_echo_n "checking for working GNU getopt function... " >&6; } if ${gl_cv_func_getopt_gnu+:} false; then : $as_echo_n "(cached) " >&6 else # Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the # optstring is necessary for programs like m4 that have POSIX-mandated # semantics for supporting options interspersed with files. # Also, since getopt_long is a GNU extension, we require optind=0. # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT; # so take care to revert to the correct (non-)export state. gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }' case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include #if defined __MACH__ && defined __APPLE__ /* Avoid a crash on MacOS X. */ #include #include #include #include #include #include /* The exception port on which our thread listens. */ static mach_port_t our_exception_port; /* The main function of the thread listening for exceptions of type EXC_BAD_ACCESS. */ static void * mach_exception_thread (void *arg) { /* Buffer for a message to be received. */ struct { mach_msg_header_t head; mach_msg_body_t msgh_body; char data[1024]; } msg; mach_msg_return_t retval; /* Wait for a message on the exception port. */ retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg), our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); if (retval != MACH_MSG_SUCCESS) abort (); exit (1); } static void nocrash_init (void) { mach_port_t self = mach_task_self (); /* Allocate a port on which the thread shall listen for exceptions. */ if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port) == KERN_SUCCESS) { /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */ if (mach_port_insert_right (self, our_exception_port, our_exception_port, MACH_MSG_TYPE_MAKE_SEND) == KERN_SUCCESS) { /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting for us. */ exception_mask_t mask = EXC_MASK_BAD_ACCESS; /* Create the thread listening on the exception port. */ pthread_attr_t attr; pthread_t thread; if (pthread_attr_init (&attr) == 0 && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0 && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) { pthread_attr_destroy (&attr); /* Replace the exception port info for these exceptions with our own. Note that we replace the exception port for the entire task, not only for a particular thread. This has the effect that when our exception port gets the message, the thread specific exception port has already been asked, and we don't need to bother about it. See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */ task_set_exception_ports (self, mask, our_exception_port, EXCEPTION_DEFAULT, MACHINE_THREAD_STATE); } } } } #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Avoid a crash on native Windows. */ #define WIN32_LEAN_AND_MEAN #include #include static LONG WINAPI exception_filter (EXCEPTION_POINTERS *ExceptionInfo) { switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { case EXCEPTION_ACCESS_VIOLATION: case EXCEPTION_IN_PAGE_ERROR: case EXCEPTION_STACK_OVERFLOW: case EXCEPTION_GUARD_PAGE: case EXCEPTION_PRIV_INSTRUCTION: case EXCEPTION_ILLEGAL_INSTRUCTION: case EXCEPTION_DATATYPE_MISALIGNMENT: case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: case EXCEPTION_NONCONTINUABLE_EXCEPTION: exit (1); } return EXCEPTION_CONTINUE_SEARCH; } static void nocrash_init (void) { SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter); } #else /* Avoid a crash on POSIX systems. */ #include /* A POSIX signal handler. */ static void exception_handler (int sig) { exit (1); } static void nocrash_init (void) { #ifdef SIGSEGV signal (SIGSEGV, exception_handler); #endif #ifdef SIGBUS signal (SIGBUS, exception_handler); #endif } #endif int main () { int result = 0; nocrash_init(); /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw, and fails on MacOS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10. */ { static char conftest[] = "conftest"; static char plus[] = "-+"; char *argv[3] = { conftest, plus, NULL }; opterr = 0; if (getopt (2, argv, "+a") != '?') result |= 1; } /* This code succeeds on glibc 2.8, mingw, and fails on MacOS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x. */ { static char program[] = "program"; static char p[] = "-p"; static char foo[] = "foo"; static char bar[] = "bar"; char *argv[] = { program, p, foo, bar, NULL }; optind = 1; if (getopt (4, argv, "p::") != 'p') result |= 2; else if (optarg != NULL) result |= 4; else if (getopt (4, argv, "p::") != -1) result |= 6; else if (optind != 2) result |= 8; } /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0. */ { static char program[] = "program"; static char foo[] = "foo"; static char p[] = "-p"; char *argv[] = { program, foo, p, NULL }; optind = 0; if (getopt (3, argv, "-p") != 1) result |= 16; else if (getopt (3, argv, "-p") != 'p') result |= 32; } /* This code fails on glibc 2.11. */ { static char program[] = "program"; static char b[] = "-b"; static char a[] = "-a"; char *argv[] = { program, b, a, NULL }; optind = opterr = 0; if (getopt (3, argv, "+:a:b") != 'b') result |= 64; else if (getopt (3, argv, "+:a:b") != ':') result |= 64; } /* This code dumps core on glibc 2.14. */ { static char program[] = "program"; static char w[] = "-W"; static char dummy[] = "dummy"; char *argv[] = { program, w, dummy, NULL }; optind = opterr = 1; if (getopt (3, argv, "W;") != 'W') result |= 128; } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_getopt_gnu=yes else gl_cv_func_getopt_gnu=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi case $gl_had_POSIXLY_CORRECT in exported) ;; yes) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;}; POSIXLY_CORRECT=1 ;; *) { POSIXLY_CORRECT=; unset POSIXLY_CORRECT;} ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getopt_gnu" >&5 $as_echo "$gl_cv_func_getopt_gnu" >&6; } if test "$gl_cv_func_getopt_gnu" = "no"; then gl_replace_getopt=yes fi fi REPLACE_GETOPT=0 if test -n "$gl_replace_getopt"; then : REPLACE_GETOPT=1 fi if test $REPLACE_GETOPT = 1; then GETOPT_H=getopt.h $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h fi ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default" if test "x$ac_cv_have_decl_getenv" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETENV $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "getpass" "ac_cv_have_decl_getpass" "$ac_includes_default" if test "x$ac_cv_have_decl_getpass" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETPASS $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "fflush_unlocked" "ac_cv_have_decl_fflush_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_fflush_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_FFLUSH_UNLOCKED $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "flockfile" "ac_cv_have_decl_flockfile" "$ac_includes_default" if test "x$ac_cv_have_decl_flockfile" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_FLOCKFILE $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "fputs_unlocked" "ac_cv_have_decl_fputs_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_fputs_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_FPUTS_UNLOCKED $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "funlockfile" "ac_cv_have_decl_funlockfile" "$ac_includes_default" if test "x$ac_cv_have_decl_funlockfile" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_FUNLOCKFILE $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "putc_unlocked" "ac_cv_have_decl_putc_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_putc_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PUTC_UNLOCKED $ac_have_decl _ACEOF am_save_CPPFLAGS="$CPPFLAGS" for element in $INCICONV; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5 $as_echo_n "checking for iconv... " >&6; } if ${am_cv_func_iconv+:} false; then : $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_lib_iconv=yes am_cv_func_iconv=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5 $as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working iconv" >&5 $as_echo_n "checking for working iconv... " >&6; } if ${am_cv_func_iconv_works+:} false; then : $as_echo_n "(cached) " >&6 else am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi if test "$cross_compiling" = yes; then : case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static const char input[] = "\263"; char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes else am_cv_func_iconv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv_works" >&5 $as_echo "$am_cv_func_iconv_works" >&6; } case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then $as_echo "#define HAVE_ICONV 1" >>confdefs.h fi if test "$am_cv_lib_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5 $as_echo_n "checking how to link with libiconv... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5 $as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi if test "$am_cv_func_iconv" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5 $as_echo_n "checking for iconv declaration... " >&6; } if ${am_cv_proto_iconv+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : am_cv_proto_iconv_arg1="" else am_cv_proto_iconv_arg1="const" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);" fi am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_proto_iconv" >&5 $as_echo " $am_cv_proto_iconv" >&6; } cat >>confdefs.h <<_ACEOF #define ICONV_CONST $am_cv_proto_iconv_arg1 _ACEOF fi GNULIB_ICONV=0; ICONV_CONST=; REPLACE_ICONV=0; REPLACE_ICONV_OPEN=0; REPLACE_ICONV_UTF=0; ICONV_H=''; if test -n "$ICONV_H"; then GL_GENERATE_ICONV_H_TRUE= GL_GENERATE_ICONV_H_FALSE='#' else GL_GENERATE_ICONV_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nl_langinfo and CODESET" >&5 $as_echo_n "checking for nl_langinfo and CODESET... " >&6; } if ${am_cv_langinfo_codeset+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { char* cs = nl_langinfo(CODESET); return !cs; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : am_cv_langinfo_codeset=yes else am_cv_langinfo_codeset=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 $as_echo "$am_cv_langinfo_codeset" >&6; } if test $am_cv_langinfo_codeset = yes; then $as_echo "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fcntl.h" >&5 $as_echo_n "checking for working fcntl.h... " >&6; } if ${gl_cv_header_working_fcntl_h+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : gl_cv_header_working_fcntl_h=cross-compiling else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include #ifndef O_NOATIME #define O_NOATIME 0 #endif #ifndef O_NOFOLLOW #define O_NOFOLLOW 0 #endif static int const constants[] = { O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY }; int main () { int status = !constants; { static char const sym[] = "conftest.sym"; if (symlink (".", sym) != 0 || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0) status |= 32; unlink (sym); } { static char const file[] = "confdefs.h"; int fd = open (file, O_RDONLY | O_NOATIME); char c; struct stat st0, st1; if (fd < 0 || fstat (fd, &st0) != 0 || sleep (1) != 0 || read (fd, &c, 1) != 1 || close (fd) != 0 || stat (file, &st1) != 0 || st0.st_atime != st1.st_atime) status |= 64; } return status; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_header_working_fcntl_h=yes else case $? in #( 32) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #( 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #( 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #( *) gl_cv_header_working_fcntl_h='no';; esac fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_fcntl_h" >&5 $as_echo "$gl_cv_header_working_fcntl_h" >&6; } case $gl_cv_header_working_fcntl_h in #( *O_NOATIME* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac cat >>confdefs.h <<_ACEOF #define HAVE_WORKING_O_NOATIME $ac_val _ACEOF case $gl_cv_header_working_fcntl_h in #( *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac cat >>confdefs.h <<_ACEOF #define HAVE_WORKING_O_NOFOLLOW $ac_val _ACEOF ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C Library 2.1 or newer" >&5 $as_echo_n "checking whether we are using the GNU C Library 2.1 or newer... " >&6; } if ${ac_cv_gnu_library_2_1+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) Lucky GNU user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky GNU user" >/dev/null 2>&1; then : ac_cv_gnu_library_2_1=yes else ac_cv_gnu_library_2_1=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_gnu_library_2_1" >&5 $as_echo "$ac_cv_gnu_library_2_1" >&6; } GLIBC21="$ac_cv_gnu_library_2_1" GNULIB_BTOWC=0; GNULIB_WCTOB=0; GNULIB_MBSINIT=0; GNULIB_MBRTOWC=0; GNULIB_MBRLEN=0; GNULIB_MBSRTOWCS=0; GNULIB_MBSNRTOWCS=0; GNULIB_WCRTOMB=0; GNULIB_WCSRTOMBS=0; GNULIB_WCSNRTOMBS=0; GNULIB_WCWIDTH=0; GNULIB_WMEMCHR=0; GNULIB_WMEMCMP=0; GNULIB_WMEMCPY=0; GNULIB_WMEMMOVE=0; GNULIB_WMEMSET=0; GNULIB_WCSLEN=0; GNULIB_WCSNLEN=0; GNULIB_WCSCPY=0; GNULIB_WCPCPY=0; GNULIB_WCSNCPY=0; GNULIB_WCPNCPY=0; GNULIB_WCSCAT=0; GNULIB_WCSNCAT=0; GNULIB_WCSCMP=0; GNULIB_WCSNCMP=0; GNULIB_WCSCASECMP=0; GNULIB_WCSNCASECMP=0; GNULIB_WCSCOLL=0; GNULIB_WCSXFRM=0; GNULIB_WCSDUP=0; GNULIB_WCSCHR=0; GNULIB_WCSRCHR=0; GNULIB_WCSCSPN=0; GNULIB_WCSSPN=0; GNULIB_WCSPBRK=0; GNULIB_WCSSTR=0; GNULIB_WCSTOK=0; GNULIB_WCSWIDTH=0; HAVE_BTOWC=1; HAVE_MBSINIT=1; HAVE_MBRTOWC=1; HAVE_MBRLEN=1; HAVE_MBSRTOWCS=1; HAVE_MBSNRTOWCS=1; HAVE_WCRTOMB=1; HAVE_WCSRTOMBS=1; HAVE_WCSNRTOMBS=1; HAVE_WMEMCHR=1; HAVE_WMEMCMP=1; HAVE_WMEMCPY=1; HAVE_WMEMMOVE=1; HAVE_WMEMSET=1; HAVE_WCSLEN=1; HAVE_WCSNLEN=1; HAVE_WCSCPY=1; HAVE_WCPCPY=1; HAVE_WCSNCPY=1; HAVE_WCPNCPY=1; HAVE_WCSCAT=1; HAVE_WCSNCAT=1; HAVE_WCSCMP=1; HAVE_WCSNCMP=1; HAVE_WCSCASECMP=1; HAVE_WCSNCASECMP=1; HAVE_WCSCOLL=1; HAVE_WCSXFRM=1; HAVE_WCSDUP=1; HAVE_WCSCHR=1; HAVE_WCSRCHR=1; HAVE_WCSCSPN=1; HAVE_WCSSPN=1; HAVE_WCSPBRK=1; HAVE_WCSSTR=1; HAVE_WCSTOK=1; HAVE_WCSWIDTH=1; HAVE_DECL_WCTOB=1; HAVE_DECL_WCWIDTH=1; REPLACE_MBSTATE_T=0; REPLACE_BTOWC=0; REPLACE_WCTOB=0; REPLACE_MBSINIT=0; REPLACE_MBRTOWC=0; REPLACE_MBRLEN=0; REPLACE_MBSRTOWCS=0; REPLACE_MBSNRTOWCS=0; REPLACE_WCRTOMB=0; REPLACE_WCSRTOMBS=0; REPLACE_WCSNRTOMBS=0; REPLACE_WCWIDTH=0; REPLACE_WCSWIDTH=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5 $as_echo_n "checking for mbstate_t... " >&6; } if ${ac_cv_type_mbstate_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { mbstate_t x; return sizeof x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_type_mbstate_t=yes else ac_cv_type_mbstate_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_mbstate_t" >&5 $as_echo "$ac_cv_type_mbstate_t" >&6; } if test $ac_cv_type_mbstate_t = yes; then $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h else $as_echo "#define mbstate_t int" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 $as_echo_n "checking for a traditional japanese locale... " >&6; } if ${gt_cv_locale_ja+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales on Cygwin 1.5.x. */ if (MB_CUR_MAX == 1) return 1; /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Note that on native Windows, the Japanese locale is # Japanese_Japan.932, and CP932 is very different from EUC-JP, so we # cannot use it here. gt_cv_locale_ja=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the AIX locale name. if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP else # Test for the locale name with explicit encoding suffix. if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC-JP else # Test for the HP-UX, OSF/1, NetBSD locale name. if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.eucJP else # Test for the IRIX, FreeBSD locale name. if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC else # Test for the Solaris 7 locale name. if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja else # Special test for NetBSD 1.6. if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then gt_cv_locale_ja=ja_JP.eucJP else # None found. gt_cv_locale_ja=none fi fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 $as_echo "$gt_cv_locale_ja" >&6; } LOCALE_JA=$gt_cv_locale_ja { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 $as_echo_n "checking for a transitional chinese locale... " >&6; } if ${gt_cv_locale_zh_CN+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; /* Check whether a typical GB18030 multibyte sequence is recognized as a single wide character. This excludes the GB2312 and GBK encodings. */ if (mblen ("\203\062\332\066", 5) != 4) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=Chinese_China.54936 else # None found. gt_cv_locale_zh_CN=none fi ;; solaris2.8) # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK are # broken. One witness is the test case in gl_MBRTOWC_SANITYCHECK. # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core. gt_cv_locale_zh_CN=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the locale name without encoding suffix. if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN else # Test for the locale name with explicit encoding suffix. if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN.GB18030 else # None found. gt_cv_locale_zh_CN=none fi fi ;; esac else # If there was a link error, due to mblen(), the system is so old that # it certainly doesn't have a chinese locale. gt_cv_locale_zh_CN=none fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 $as_echo "$gt_cv_locale_zh_CN" >&6; } LOCALE_ZH_CN=$gt_cv_locale_zh_CN { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 $as_echo_n "checking for a french Unicode locale... " >&6; } if ${gt_cv_locale_fr_utf8+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. */ #if !(defined __BEOS__ || defined __HAIKU__) /* Check whether the given locale name is recognized by the system. */ # if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; # else if (setlocale (LC_ALL, "") == NULL) return 1; # endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } # endif # ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; # endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v') return 1; #endif #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 else # None found. gt_cv_locale_fr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr.UTF-8 else # None found. gt_cv_locale_fr_utf8=none fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 $as_echo "$gt_cv_locale_fr_utf8" >&6; } LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 GNULIB_FFSL=0; GNULIB_FFSLL=0; GNULIB_MEMCHR=0; GNULIB_MEMMEM=0; GNULIB_MEMPCPY=0; GNULIB_MEMRCHR=0; GNULIB_RAWMEMCHR=0; GNULIB_STPCPY=0; GNULIB_STPNCPY=0; GNULIB_STRCHRNUL=0; GNULIB_STRDUP=0; GNULIB_STRNCAT=0; GNULIB_STRNDUP=0; GNULIB_STRNLEN=0; GNULIB_STRPBRK=0; GNULIB_STRSEP=0; GNULIB_STRSTR=0; GNULIB_STRCASESTR=0; GNULIB_STRTOK_R=0; GNULIB_MBSLEN=0; GNULIB_MBSNLEN=0; GNULIB_MBSCHR=0; GNULIB_MBSRCHR=0; GNULIB_MBSSTR=0; GNULIB_MBSCASECMP=0; GNULIB_MBSNCASECMP=0; GNULIB_MBSPCASECMP=0; GNULIB_MBSCASESTR=0; GNULIB_MBSCSPN=0; GNULIB_MBSPBRK=0; GNULIB_MBSSPN=0; GNULIB_MBSSEP=0; GNULIB_MBSTOK_R=0; GNULIB_STRERROR=0; GNULIB_STRERROR_R=0; GNULIB_STRSIGNAL=0; GNULIB_STRVERSCMP=0; HAVE_MBSLEN=0; HAVE_FFSL=1; HAVE_FFSLL=1; HAVE_MEMCHR=1; HAVE_DECL_MEMMEM=1; HAVE_MEMPCPY=1; HAVE_DECL_MEMRCHR=1; HAVE_RAWMEMCHR=1; HAVE_STPCPY=1; HAVE_STPNCPY=1; HAVE_STRCHRNUL=1; HAVE_DECL_STRDUP=1; HAVE_DECL_STRNDUP=1; HAVE_DECL_STRNLEN=1; HAVE_STRPBRK=1; HAVE_STRSEP=1; HAVE_STRCASESTR=1; HAVE_DECL_STRTOK_R=1; HAVE_DECL_STRERROR_R=1; HAVE_DECL_STRSIGNAL=1; HAVE_STRVERSCMP=1; REPLACE_MEMCHR=0; REPLACE_MEMMEM=0; REPLACE_STPNCPY=0; REPLACE_STRDUP=0; REPLACE_STRSTR=0; REPLACE_STRCASESTR=0; REPLACE_STRCHRNUL=0; REPLACE_STRERROR=0; REPLACE_STRERROR_R=0; REPLACE_STRNCAT=0; REPLACE_STRNDUP=0; REPLACE_STRNLEN=0; REPLACE_STRSIGNAL=0; REPLACE_STRTOK_R=0; UNDEFINE_STRTOK_R=0; # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" if test "x$ac_cv_func_mmap" = xyes; then : gl_have_mmap=yes else gl_have_mmap=no fi # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 $as_echo_n "checking for MAP_ANONYMOUS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : gl_have_mmap_anonymous=yes fi rm -f conftest* if test $gl_have_mmap_anonymous != yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANON I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h gl_have_mmap_anonymous=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 $as_echo "$gl_have_mmap_anonymous" >&6; } if test $gl_have_mmap_anonymous = yes; then $as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h fi fi if test $HAVE_MEMCHR = 1; then # Detect platform-specific bugs in some versions of glibc: # memchr should not dereference anything with length 0 # http://bugzilla.redhat.com/499689 # memchr should not dereference overestimated length after a match # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737 # http://sourceware.org/bugzilla/show_bug.cgi?id=10162 # Assume that memchr works on platforms that lack mprotect. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether memchr works" >&5 $as_echo_n "checking whether memchr works... " >&6; } if ${gl_cv_func_memchr_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : gl_cv_func_memchr_works="guessing no" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_SYS_MMAN_H # include # include # include # include # ifndef MAP_FILE # define MAP_FILE 0 # endif #endif int main () { int result = 0; char *fence = NULL; #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # if HAVE_MAP_ANONYMOUS const int flags = MAP_ANONYMOUS | MAP_PRIVATE; const int fd = -1; # else /* !HAVE_MAP_ANONYMOUS */ const int flags = MAP_FILE | MAP_PRIVATE; int fd = open ("/dev/zero", O_RDONLY, 0666); if (fd >= 0) # endif { int pagesize = getpagesize (); char *two_pages = (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE, flags, fd, 0); if (two_pages != (char *)(-1) && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0) fence = two_pages + pagesize; } #endif if (fence) { if (memchr (fence, 0, 0)) result |= 1; strcpy (fence - 9, "12345678"); if (memchr (fence - 9, 0, 79) != fence - 1) result |= 2; if (memchr (fence - 1, 0, 3) != fence - 1) result |= 4; } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_memchr_works=yes else gl_cv_func_memchr_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_memchr_works" >&5 $as_echo "$gl_cv_func_memchr_works" >&6; } if test "$gl_cv_func_memchr_works" != yes; then REPLACE_MEMCHR=1 fi fi gl_cv_c_multiarch=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : arch= prev= for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do if test -n "$prev"; then case $word in i?86 | x86_64 | ppc | ppc64) if test -z "$arch" || test "$arch" = "$word"; then arch="$word" else gl_cv_c_multiarch=yes fi ;; esac prev= else if test "x$word" = "x-arch"; then prev=arch fi fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $gl_cv_c_multiarch = yes; then APPLE_UNIVERSAL_BUILD=1 else APPLE_UNIVERSAL_BUILD=0 fi GNULIB_POLL=0; HAVE_POLL=1; REPLACE_POLL=0; if test $ac_cv_header_poll_h = yes; then HAVE_POLL_H=1 else HAVE_POLL_H=0 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_poll_h='<'poll.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_poll_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_poll_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'poll.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_poll_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_poll_h='<'poll.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_poll_h" >&5 $as_echo "$gl_cv_next_poll_h" >&6; } fi NEXT_POLL_H=$gl_cv_next_poll_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'poll.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_poll_h fi NEXT_AS_FIRST_DIRECTIVE_POLL_H=$gl_next_as_first_directive for gl_func in poll; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi LIBSOCKET= if test $HAVE_WINSOCK2_H = 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need to call WSAStartup in winsock2.h and -lws2_32" >&5 $as_echo_n "checking if we need to call WSAStartup in winsock2.h and -lws2_32... " >&6; } if ${gl_cv_func_wsastartup+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_WINSOCK2_H # include #endif int main () { WORD wVersionRequested = MAKEWORD(1, 1); WSADATA wsaData; int err = WSAStartup(wVersionRequested, &wsaData); WSACleanup (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_func_wsastartup=yes else gl_cv_func_wsastartup=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wsastartup" >&5 $as_echo "$gl_cv_func_wsastartup" >&6; } if test "$gl_cv_func_wsastartup" = "yes"; then $as_echo "#define WINDOWS_SOCKETS 1" >>confdefs.h LIBSOCKET='-lws2_32' fi else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setsockopt" >&5 $as_echo_n "checking for library containing setsockopt... " >&6; } if ${gl_cv_lib_socket+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_lib_socket= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else gl_save_LIBS="$LIBS" LIBS="$gl_save_LIBS -lsocket" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_lib_socket="-lsocket" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$gl_cv_lib_socket"; then LIBS="$gl_save_LIBS -lnetwork" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_lib_socket="-lnetwork" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$gl_cv_lib_socket"; then LIBS="$gl_save_LIBS -lnet" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_lib_socket="-lnet" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi fi LIBS="$gl_save_LIBS" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$gl_cv_lib_socket"; then gl_cv_lib_socket="none needed" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_lib_socket" >&5 $as_echo "$gl_cv_lib_socket" >&6; } if test "$gl_cv_lib_socket" != "none needed"; then LIBSOCKET="$gl_cv_lib_socket" fi fi : GNULIB__EXIT=0; GNULIB_ATOLL=0; GNULIB_CALLOC_POSIX=0; GNULIB_CANONICALIZE_FILE_NAME=0; GNULIB_GETLOADAVG=0; GNULIB_GETSUBOPT=0; GNULIB_GRANTPT=0; GNULIB_MALLOC_POSIX=0; GNULIB_MBTOWC=0; GNULIB_MKDTEMP=0; GNULIB_MKOSTEMP=0; GNULIB_MKOSTEMPS=0; GNULIB_MKSTEMP=0; GNULIB_MKSTEMPS=0; GNULIB_POSIX_OPENPT=0; GNULIB_PTSNAME=0; GNULIB_PTSNAME_R=0; GNULIB_PUTENV=0; GNULIB_RANDOM=0; GNULIB_RANDOM_R=0; GNULIB_REALLOC_POSIX=0; GNULIB_REALPATH=0; GNULIB_RPMATCH=0; GNULIB_SETENV=0; GNULIB_STRTOD=0; GNULIB_STRTOLL=0; GNULIB_STRTOULL=0; GNULIB_SYSTEM_POSIX=0; GNULIB_UNLOCKPT=0; GNULIB_UNSETENV=0; GNULIB_WCTOMB=0; HAVE__EXIT=1; HAVE_ATOLL=1; HAVE_CANONICALIZE_FILE_NAME=1; HAVE_DECL_GETLOADAVG=1; HAVE_GETSUBOPT=1; HAVE_GRANTPT=1; HAVE_MKDTEMP=1; HAVE_MKOSTEMP=1; HAVE_MKOSTEMPS=1; HAVE_MKSTEMP=1; HAVE_MKSTEMPS=1; HAVE_POSIX_OPENPT=1; HAVE_PTSNAME=1; HAVE_PTSNAME_R=1; HAVE_RANDOM=1; HAVE_RANDOM_H=1; HAVE_RANDOM_R=1; HAVE_REALPATH=1; HAVE_RPMATCH=1; HAVE_SETENV=1; HAVE_DECL_SETENV=1; HAVE_STRTOD=1; HAVE_STRTOLL=1; HAVE_STRTOULL=1; HAVE_STRUCT_RANDOM_DATA=1; HAVE_SYS_LOADAVG_H=0; HAVE_UNLOCKPT=1; HAVE_DECL_UNSETENV=1; REPLACE_CALLOC=0; REPLACE_CANONICALIZE_FILE_NAME=0; REPLACE_MALLOC=0; REPLACE_MBTOWC=0; REPLACE_MKSTEMP=0; REPLACE_PTSNAME_R=0; REPLACE_PUTENV=0; REPLACE_RANDOM_R=0; REPLACE_REALLOC=0; REPLACE_REALPATH=0; REPLACE_SETENV=0; REPLACE_STRTOD=0; REPLACE_UNSETENV=0; REPLACE_WCTOMB=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether malloc, realloc, calloc are POSIX compliant" >&5 $as_echo_n "checking whether malloc, realloc, calloc are POSIX compliant... " >&6; } if ${gl_cv_func_malloc_posix+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_malloc_posix=yes else gl_cv_func_malloc_posix=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_malloc_posix" >&5 $as_echo "$gl_cv_func_malloc_posix" >&6; } GNULIB_PSELECT=0; GNULIB_SELECT=0; HAVE_PSELECT=1; REPLACE_PSELECT=0; REPLACE_SELECT=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 $as_echo_n "checking whether is self-contained... " >&6; } if ${gl_cv_header_sys_select_h_selfcontained+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { struct timeval b; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_sys_select_h_selfcontained=yes else gl_cv_header_sys_select_h_selfcontained=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $gl_cv_header_sys_select_h_selfcontained = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int memset; int bzero; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef memset #define memset nonexistent_memset extern #ifdef __cplusplus "C" #endif void *memset (void *, int, unsigned long); #undef bzero #define bzero nonexistent_bzero extern #ifdef __cplusplus "C" #endif void bzero (void *, unsigned long); fd_set fds; FD_ZERO (&fds); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else gl_cv_header_sys_select_h_selfcontained=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; } if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_select_h='<'sys/select.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_select_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_select_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/select.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_select_h='<'sys/select.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5 $as_echo "$gl_cv_next_sys_select_h" >&6; } fi NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/select.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_select_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive if test $ac_cv_header_sys_select_h = yes; then HAVE_SYS_SELECT_H=1 else HAVE_SYS_SELECT_H=0 fi if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi for gl_func in pselect select; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Some systems require prerequisite headers. */ #include #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H # include #endif #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done GNULIB_PTHREAD_SIGMASK=0; GNULIB_RAISE=0; GNULIB_SIGNAL_H_SIGPIPE=0; GNULIB_SIGPROCMASK=0; GNULIB_SIGACTION=0; HAVE_POSIX_SIGNALBLOCKING=1; HAVE_PTHREAD_SIGMASK=1; HAVE_RAISE=1; HAVE_SIGSET_T=1; HAVE_SIGINFO_T=1; HAVE_SIGACTION=1; HAVE_STRUCT_SIGACTION_SA_SIGACTION=1; HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=1; HAVE_SIGHANDLER_T=1; REPLACE_PTHREAD_SIGMASK=0; REPLACE_RAISE=0; ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" " #include /* Mingw defines sigset_t not in , but in . */ #include " if test "x$ac_cv_type_sigset_t" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SIGSET_T 1 _ACEOF gl_cv_type_sigset_t=yes else gl_cv_type_sigset_t=no fi if test $gl_cv_type_sigset_t != yes; then HAVE_SIGSET_T=0 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 $as_echo_n "checking for uid_t in sys/types.h... " >&6; } if ${ac_cv_type_uid_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "uid_t" >/dev/null 2>&1; then : ac_cv_type_uid_t=yes else ac_cv_type_uid_t=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 $as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then $as_echo "#define uid_t int" >>confdefs.h $as_echo "#define gid_t int" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether snprintf returns a byte count as in C99" >&5 $as_echo_n "checking whether snprintf returns a byte count as in C99... " >&6; } if ${gl_cv_func_snprintf_retval_c99+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_retval_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_retval_c99="guessing no";; darwin*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_snprintf_retval_c99="guessing no";; openbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_retval_c99="guessing no";; aix*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_retval_c99="guessing no";; netbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_retval_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_retval_c99="guessing no";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char buf[100]; int main () { strcpy (buf, "ABCDEF"); if (my_snprintf (buf, 3, "%d %d", 4567, 89) != 7) return 1; if (my_snprintf (buf, 0, "%d %d", 4567, 89) != 7) return 2; if (my_snprintf (NULL, 0, "%d %d", 4567, 89) != 7) return 3; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_snprintf_retval_c99=yes else gl_cv_func_snprintf_retval_c99=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_retval_c99" >&5 $as_echo "$gl_cv_func_snprintf_retval_c99" >&6; } ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default" if test "x$ac_cv_have_decl_snprintf" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_SNPRINTF $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } if ${ac_cv_header_stdbool_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { _Bool s: 1; _Bool t; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; /* See body of main program for 'e'. */ char f[(_Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; /* The following fails for HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; int main () { bool e = &s; *pq |= q; *pq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdbool_h=yes else ac_cv_header_stdbool_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 $as_echo "$ac_cv_header_stdbool_h" >&6; } ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" if test "x$ac_cv_type__Bool" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE__BOOL 1 _ACEOF fi REPLACE_NULL=0; HAVE_WCHAR_T=1; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 $as_echo_n "checking for wchar_t... " >&6; } if ${gt_cv_c_wchar_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include wchar_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wchar_t=yes else gt_cv_c_wchar_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5 $as_echo "$gt_cv_c_wchar_t" >&6; } if test $gt_cv_c_wchar_t = yes; then $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 $as_echo_n "checking for long long int... " >&6; } if ${ac_cv_type_long_long_int+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63; int main () { /* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if test "$cross_compiling" = yes; then : ac_cv_type_long_long_int=yes else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifndef LLONG_MAX # define HALF \ (1LL << (sizeof (long long int) * CHAR_BIT - 2)) # define LLONG_MAX (HALF - 1 + HALF) #endif int main () { long long int n = 1; int i; for (i = 0; ; i++) { long long int m = n << i; if (m >> i != n) return 1; if (LLONG_MAX / 2 < m) break; } return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_type_long_long_int=yes else ac_cv_type_long_long_int=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi else ac_cv_type_long_long_int=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_long_int" >&5 $as_echo "$ac_cv_type_long_long_int" >&6; } if test $ac_cv_type_long_long_int = yes; then $as_echo "#define HAVE_LONG_LONG_INT 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsigned long long int" >&5 $as_echo_n "checking for unsigned long long int... " >&6; } if ${ac_cv_type_unsigned_long_long_int+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63; int main () { /* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_type_unsigned_long_long_int=yes else ac_cv_type_unsigned_long_long_int=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_unsigned_long_long_int" >&5 $as_echo "$ac_cv_type_unsigned_long_long_int" >&6; } if test $ac_cv_type_unsigned_long_long_int = yes; then $as_echo "#define HAVE_UNSIGNED_LONG_LONG_INT 1" >>confdefs.h fi if test $ac_cv_type_long_long_int = yes; then HAVE_LONG_LONG_INT=1 else HAVE_LONG_LONG_INT=0 fi if test $ac_cv_type_unsigned_long_long_int = yes; then HAVE_UNSIGNED_LONG_LONG_INT=1 else HAVE_UNSIGNED_LONG_LONG_INT=0 fi if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi if test $ac_cv_header_inttypes_h = yes; then HAVE_INTTYPES_H=1 else HAVE_INTTYPES_H=0 fi if test $ac_cv_header_sys_types_h = yes; then HAVE_SYS_TYPES_H=1 else HAVE_SYS_TYPES_H=0 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_stdint_h='<'stdint.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_stdint_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdint.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stdint_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_stdint_h='<'stdint.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdint_h" >&5 $as_echo "$gl_cv_next_stdint_h" >&6; } fi NEXT_STDINT_H=$gl_cv_next_stdint_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdint.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdint_h fi NEXT_AS_FIRST_DIRECTIVE_STDINT_H=$gl_next_as_first_directive if test $ac_cv_header_stdint_h = yes; then HAVE_STDINT_H=1 else HAVE_STDINT_H=0 fi if test $ac_cv_header_stdint_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stdint.h conforms to C99" >&5 $as_echo_n "checking whether stdint.h conforms to C99... " >&6; } if ${gl_cv_header_working_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_header_working_stdint_h=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in . */ #if !(defined WCHAR_MIN && defined WCHAR_MAX) #error "WCHAR_MIN, WCHAR_MAX not defined in " #endif /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #ifdef INT8_MAX int8_t a1 = INT8_MAX; int8_t a1min = INT8_MIN; #endif #ifdef INT16_MAX int16_t a2 = INT16_MAX; int16_t a2min = INT16_MIN; #endif #ifdef INT32_MAX int32_t a3 = INT32_MAX; int32_t a3min = INT32_MIN; #endif #ifdef INT64_MAX int64_t a4 = INT64_MAX; int64_t a4min = INT64_MIN; #endif #ifdef UINT8_MAX uint8_t b1 = UINT8_MAX; #else typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; #endif #ifdef UINT16_MAX uint16_t b2 = UINT16_MAX; #endif #ifdef UINT32_MAX uint32_t b3 = UINT32_MAX; #endif #ifdef UINT64_MAX uint64_t b4 = UINT64_MAX; #endif int_least8_t c1 = INT8_C (0x7f); int_least8_t c1max = INT_LEAST8_MAX; int_least8_t c1min = INT_LEAST8_MIN; int_least16_t c2 = INT16_C (0x7fff); int_least16_t c2max = INT_LEAST16_MAX; int_least16_t c2min = INT_LEAST16_MIN; int_least32_t c3 = INT32_C (0x7fffffff); int_least32_t c3max = INT_LEAST32_MAX; int_least32_t c3min = INT_LEAST32_MIN; int_least64_t c4 = INT64_C (0x7fffffffffffffff); int_least64_t c4max = INT_LEAST64_MAX; int_least64_t c4min = INT_LEAST64_MIN; uint_least8_t d1 = UINT8_C (0xff); uint_least8_t d1max = UINT_LEAST8_MAX; uint_least16_t d2 = UINT16_C (0xffff); uint_least16_t d2max = UINT_LEAST16_MAX; uint_least32_t d3 = UINT32_C (0xffffffff); uint_least32_t d3max = UINT_LEAST32_MAX; uint_least64_t d4 = UINT64_C (0xffffffffffffffff); uint_least64_t d4max = UINT_LEAST64_MAX; int_fast8_t e1 = INT_FAST8_MAX; int_fast8_t e1min = INT_FAST8_MIN; int_fast16_t e2 = INT_FAST16_MAX; int_fast16_t e2min = INT_FAST16_MIN; int_fast32_t e3 = INT_FAST32_MAX; int_fast32_t e3min = INT_FAST32_MIN; int_fast64_t e4 = INT_FAST64_MAX; int_fast64_t e4min = INT_FAST64_MIN; uint_fast8_t f1 = UINT_FAST8_MAX; uint_fast16_t f2 = UINT_FAST16_MAX; uint_fast32_t f3 = UINT_FAST32_MAX; uint_fast64_t f4 = UINT_FAST64_MAX; #ifdef INTPTR_MAX intptr_t g = INTPTR_MAX; intptr_t gmin = INTPTR_MIN; #endif #ifdef UINTPTR_MAX uintptr_t h = UINTPTR_MAX; #endif intmax_t i = INTMAX_MAX; uintmax_t j = UINTMAX_MAX; #include /* for CHAR_BIT */ #define TYPE_MINIMUM(t) \ ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) ((t) 0 < (t) -1 \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) struct s { int check_PTRDIFF: PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) ? 1 : -1; /* Detect bug in FreeBSD 6.0 / ia64. */ int check_SIG_ATOMIC: SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) ? 1 : -1; int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; int check_WCHAR: WCHAR_MIN == TYPE_MINIMUM (wchar_t) && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) ? 1 : -1; /* Detect bug in mingw. */ int check_WINT: WINT_MIN == TYPE_MINIMUM (wint_t) && WINT_MAX == TYPE_MAXIMUM (wint_t) ? 1 : -1; /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ int check_UINT8_C: (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; int check_UINT16_C: (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; /* Detect bugs in OpenBSD 3.9 stdint.h. */ #ifdef UINT8_MAX int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; #endif #ifdef UINT16_MAX int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; #endif #ifdef UINT32_MAX int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; #endif #ifdef UINT64_MAX int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; #endif int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; }; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if test "$cross_compiling" = yes; then : gl_cv_header_working_stdint_h=yes else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include #include #define MVAL(macro) MVAL1(macro) #define MVAL1(expression) #expression static const char *macro_values[] = { #ifdef INT8_MAX MVAL (INT8_MAX), #endif #ifdef INT16_MAX MVAL (INT16_MAX), #endif #ifdef INT32_MAX MVAL (INT32_MAX), #endif #ifdef INT64_MAX MVAL (INT64_MAX), #endif #ifdef UINT8_MAX MVAL (UINT8_MAX), #endif #ifdef UINT16_MAX MVAL (UINT16_MAX), #endif #ifdef UINT32_MAX MVAL (UINT32_MAX), #endif #ifdef UINT64_MAX MVAL (UINT64_MAX), #endif NULL }; int main () { const char **mv; for (mv = macro_values; *mv != NULL; mv++) { const char *value = *mv; /* Test whether it looks like a cast expression. */ if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0 || strncmp (value, "((int)"/*)*/, 6) == 0 || strncmp (value, "((signed short)"/*)*/, 15) == 0 || strncmp (value, "((signed char)"/*)*/, 14) == 0) return mv - macro_values + 1; } return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_header_working_stdint_h=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdint_h" >&5 $as_echo "$gl_cv_header_working_stdint_h" >&6; } fi if test "$gl_cv_header_working_stdint_h" = yes; then STDINT_H= else for ac_header in sys/inttypes.h sys/bitypes.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_header_sys_inttypes_h = yes; then HAVE_SYS_INTTYPES_H=1 else HAVE_SYS_INTTYPES_H=0 fi if test $ac_cv_header_sys_bitypes_h = yes; then HAVE_SYS_BITYPES_H=1 else HAVE_SYS_BITYPES_H=0 fi if test $APPLE_UNIVERSAL_BUILD = 0; then for gltype in ptrdiff_t size_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 $as_echo_n "checking for bit size of $gltype... " >&6; } if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include "; then : else result=unknown fi eval gl_cv_bitsizeof_${gltype}=\$result fi eval ac_res=\$gl_cv_bitsizeof_${gltype} { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` cat >>confdefs.h <<_ACEOF #define BITSIZEOF_${GLTYPE} $result _ACEOF eval BITSIZEOF_${GLTYPE}=\$result done fi for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5 $as_echo_n "checking for bit size of $gltype... " >&6; } if eval \${gl_cv_bitsizeof_${gltype}+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" " /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif #include "; then : else result=unknown fi eval gl_cv_bitsizeof_${gltype}=\$result fi eval ac_res=\$gl_cv_bitsizeof_${gltype} { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` cat >>confdefs.h <<_ACEOF #define BITSIZEOF_${GLTYPE} $result _ACEOF eval BITSIZEOF_${GLTYPE}=\$result done for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gltype is signed" >&5 $as_echo_n "checking whether $gltype is signed... " >&6; } if eval \${gl_cv_type_${gltype}_signed+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif int verify[2 * (($gltype) -1 < ($gltype) 0) - 1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : result=yes else result=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval gl_cv_type_${gltype}_signed=\$result fi eval ac_res=\$gl_cv_type_${gltype}_signed { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval result=\$gl_cv_type_${gltype}_signed GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` if test "$result" = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_SIGNED_${GLTYPE} 1 _ACEOF eval HAVE_SIGNED_${GLTYPE}=1 else eval HAVE_SIGNED_${GLTYPE}=0 fi done gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_size_t_signed=no if test $APPLE_UNIVERSAL_BUILD = 0; then for gltype in ptrdiff_t size_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 $as_echo_n "checking for $gltype integer literal suffix... " >&6; } if eval \${gl_cv_type_${gltype}_suffix+:} false; then : $as_echo_n "(cached) " >&6 else eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif extern $gltype foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval gl_cv_type_${gltype}_suffix=\$glsuf fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done fi eval ac_res=\$gl_cv_type_${gltype}_suffix { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result cat >>confdefs.h <<_ACEOF #define ${GLTYPE}_SUFFIX $result _ACEOF done fi for gltype in sig_atomic_t wchar_t wint_t ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $gltype integer literal suffix" >&5 $as_echo_n "checking for $gltype integer literal suffix... " >&6; } if eval \${gl_cv_type_${gltype}_suffix+:} false; then : $as_echo_n "(cached) " >&6 else eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif extern $gltype foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval gl_cv_type_${gltype}_suffix=\$glsuf fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done fi eval ac_res=\$gl_cv_type_${gltype}_suffix { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result cat >>confdefs.h <<_ACEOF #define ${GLTYPE}_SUFFIX $result _ACEOF done if test $BITSIZEOF_WINT_T -lt 32; then BITSIZEOF_WINT_T=32 fi STDINT_H=stdint.h fi if test -n "$STDINT_H"; then GL_GENERATE_STDINT_H_TRUE= GL_GENERATE_STDINT_H_FALSE='#' else GL_GENERATE_STDINT_H_TRUE='#' GL_GENERATE_STDINT_H_FALSE= fi REPLACE_STRERROR_0=0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strerror(0) succeeds" >&5 $as_echo_n "checking whether strerror(0) succeeds... " >&6; } if ${gl_cv_func_strerror_0_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_strerror_0_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_strerror_0_works="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { int result = 0; char *str; errno = 0; str = strerror (0); if (!*str) result |= 1; if (errno) result |= 2; if (strstr (str, "nknown") || strstr (str, "ndefined")) result |= 4; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_strerror_0_works=yes else gl_cv_func_strerror_0_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strerror_0_works" >&5 $as_echo "$gl_cv_func_strerror_0_works" >&6; } case "$gl_cv_func_strerror_0_works" in *yes) ;; *) REPLACE_STRERROR_0=1 $as_echo "#define REPLACE_STRERROR_0 1" >>confdefs.h ;; esac if test $gl_cv_have_include_next = yes; then gl_cv_next_string_h='<'string.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_string_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'string.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_string_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_string_h" >&5 $as_echo "$gl_cv_next_string_h" >&6; } fi NEXT_STRING_H=$gl_cv_next_string_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'string.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_string_h fi NEXT_AS_FIRST_DIRECTIVE_STRING_H=$gl_next_as_first_directive for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done ac_fn_c_check_decl "$LINENO" "strtok_r" "ac_cv_have_decl_strtok_r" "$ac_includes_default" if test "x$ac_cv_have_decl_strtok_r" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_STRTOK_R $ac_have_decl _ACEOF GNULIB_GETTIMEOFDAY=0; HAVE_GETTIMEOFDAY=1; HAVE_STRUCT_TIMEVAL=1; HAVE_SYS_TIME_H=1; REPLACE_GETTIMEOFDAY=0; REPLACE_STRUCT_TIMEVAL=0; if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_time_h='<'sys/time.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_time_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_time_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/time.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_time_h='<'sys/time.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_time_h" >&5 $as_echo "$gl_cv_next_sys_time_h" >&6; } fi NEXT_SYS_TIME_H=$gl_cv_next_sys_time_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/time.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_time_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=$gl_next_as_first_directive if test $ac_cv_header_sys_time_h != yes; then HAVE_SYS_TIME_H=0 fi if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timeval" >&5 $as_echo_n "checking for struct timeval... " >&6; } if ${gl_cv_sys_struct_timeval+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if HAVE_SYS_TIME_H #include #endif #include #if HAVE_WINSOCK2_H # include #endif int main () { static struct timeval x; x.tv_sec = x.tv_usec; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_sys_struct_timeval=yes else gl_cv_sys_struct_timeval=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval" >&5 $as_echo "$gl_cv_sys_struct_timeval" >&6; } if test $gl_cv_sys_struct_timeval != yes; then HAVE_STRUCT_TIMEVAL=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for correct struct timeval.tv_sec member" >&5 $as_echo_n "checking for correct struct timeval.tv_sec member... " >&6; } if ${gl_cv_sys_struct_timeval_tv_sec+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if HAVE_SYS_TIME_H #include #endif #include #if HAVE_WINSOCK2_H # include #endif int main () { static struct timeval x; typedef int verify_tv_sec_type[sizeof (x.tv_sec) == sizeof (time_t) ? 1 : -1]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_sys_struct_timeval_tv_sec=yes else gl_cv_sys_struct_timeval_tv_sec=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timeval_tv_sec" >&5 $as_echo "$gl_cv_sys_struct_timeval_tv_sec" >&6; } if test $gl_cv_sys_struct_timeval_tv_sec != yes; then REPLACE_STRUCT_TIMEVAL=1 fi fi for gl_func in gettimeofday; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if HAVE_SYS_TIME_H # include #endif #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done GNULIB_MKTIME=0; GNULIB_NANOSLEEP=0; GNULIB_STRPTIME=0; GNULIB_TIMEGM=0; GNULIB_TIME_R=0; HAVE_DECL_LOCALTIME_R=1; HAVE_NANOSLEEP=1; HAVE_STRPTIME=1; HAVE_TIMEGM=1; REPLACE_LOCALTIME_R=GNULIB_PORTCHECK; REPLACE_MKTIME=GNULIB_PORTCHECK; REPLACE_NANOSLEEP=GNULIB_PORTCHECK; REPLACE_TIMEGM=GNULIB_PORTCHECK; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 $as_echo_n "checking for struct timespec in ... " >&6; } if ${gl_cv_sys_struct_timespec_in_time_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { static struct timespec x; x.tv_sec = x.tv_nsec; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_sys_struct_timespec_in_time_h=yes else gl_cv_sys_struct_timespec_in_time_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_time_h" >&5 $as_echo "$gl_cv_sys_struct_timespec_in_time_h" >&6; } TIME_H_DEFINES_STRUCT_TIMESPEC=0 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=0 if test $gl_cv_sys_struct_timespec_in_time_h = yes; then TIME_H_DEFINES_STRUCT_TIMESPEC=1 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 $as_echo_n "checking for struct timespec in ... " >&6; } if ${gl_cv_sys_struct_timespec_in_sys_time_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { static struct timespec x; x.tv_sec = x.tv_nsec; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_sys_struct_timespec_in_sys_time_h=yes else gl_cv_sys_struct_timespec_in_sys_time_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_sys_time_h" >&5 $as_echo "$gl_cv_sys_struct_timespec_in_sys_time_h" >&6; } if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct timespec in " >&5 $as_echo_n "checking for struct timespec in ... " >&6; } if ${gl_cv_sys_struct_timespec_in_pthread_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { static struct timespec x; x.tv_sec = x.tv_nsec; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_sys_struct_timespec_in_pthread_h=yes else gl_cv_sys_struct_timespec_in_pthread_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_timespec_in_pthread_h" >&5 $as_echo "$gl_cv_sys_struct_timespec_in_pthread_h" >&6; } if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1 fi fi fi if test $gl_cv_have_include_next = yes; then gl_cv_next_time_h='<'time.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_time_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'time.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_time_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_time_h" >&5 $as_echo "$gl_cv_next_time_h" >&6; } fi NEXT_TIME_H=$gl_cv_next_time_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'time.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_time_h fi NEXT_AS_FIRST_DIRECTIVE_TIME_H=$gl_next_as_first_directive gl_libunistring_sed_extract_major='/^[0-9]/{s/^\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{s/^[0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' if test "$HAVE_LIBUNISTRING" = yes; then LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"` LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"` LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"` fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 $as_echo_n "checking for wint_t... " >&6; } if ${gt_cv_c_wint_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wint_t=yes else gt_cv_c_wint_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 $as_echo "$gt_cv_c_wint_t" >&6; } if test $gt_cv_c_wint_t = yes; then $as_echo "#define HAVE_WINT_T 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inttypes.h" >&5 $as_echo_n "checking for inttypes.h... " >&6; } if ${gl_cv_header_inttypes_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { uintmax_t i = (uintmax_t) -1; return !i; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_inttypes_h=yes else gl_cv_header_inttypes_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_inttypes_h" >&5 $as_echo "$gl_cv_header_inttypes_h" >&6; } if test $gl_cv_header_inttypes_h = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_INTTYPES_H_WITH_UINTMAX 1 _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdint.h" >&5 $as_echo_n "checking for stdint.h... " >&6; } if ${gl_cv_header_stdint_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { uintmax_t i = (uintmax_t) -1; return !i; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_stdint_h=yes else gl_cv_header_stdint_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5 $as_echo "$gl_cv_header_stdint_h" >&6; } if test $gl_cv_header_stdint_h = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_STDINT_H_WITH_UINTMAX 1 _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for intmax_t" >&5 $as_echo_n "checking for intmax_t... " >&6; } if ${gt_cv_c_intmax_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_STDINT_H_WITH_UINTMAX #include #endif #if HAVE_INTTYPES_H_WITH_UINTMAX #include #endif int main () { intmax_t x = -1; return !x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_intmax_t=yes else gt_cv_c_intmax_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_intmax_t" >&5 $as_echo "$gt_cv_c_intmax_t" >&6; } if test $gt_cv_c_intmax_t = yes; then $as_echo "#define HAVE_INTMAX_T 1" >>confdefs.h else test $ac_cv_type_long_long_int = yes \ && ac_type='long long' \ || ac_type='long' cat >>confdefs.h <<_ACEOF #define intmax_t $ac_type _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking where to find the exponent in a 'double'" >&5 $as_echo_n "checking where to find the exponent in a 'double'... " >&6; } if ${gl_cv_cc_double_expbit0+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined arm || defined __arm || defined __arm__ mixed_endianness #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "mixed_endianness" >/dev/null 2>&1; then : gl_cv_cc_double_expbit0="unknown" else : if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi : case $ac_cv_c_bigendian in #( yes) gl_cv_cc_double_expbit0="word 0 bit 20";; #( no) gl_cv_cc_double_expbit0="word 1 bit 20" ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) gl_cv_cc_double_expbit0="unknown" ;; esac fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include #define NWORDS \ ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) typedef union { double value; unsigned int word[NWORDS]; } memory_double; static unsigned int ored_words[NWORDS]; static unsigned int anded_words[NWORDS]; static void add_to_ored_words (double x) { memory_double m; size_t i; /* Clear it first, in case sizeof (double) < sizeof (memory_double). */ memset (&m, 0, sizeof (memory_double)); m.value = x; for (i = 0; i < NWORDS; i++) { ored_words[i] |= m.word[i]; anded_words[i] &= m.word[i]; } } int main () { size_t j; FILE *fp = fopen ("conftest.out", "w"); if (fp == NULL) return 1; for (j = 0; j < NWORDS; j++) anded_words[j] = ~ (unsigned int) 0; add_to_ored_words (0.25); add_to_ored_words (0.5); add_to_ored_words (1.0); add_to_ored_words (2.0); add_to_ored_words (4.0); /* Remove bits that are common (e.g. if representation of the first mantissa bit is explicit). */ for (j = 0; j < NWORDS; j++) ored_words[j] &= ~anded_words[j]; /* Now find the nonzero word. */ for (j = 0; j < NWORDS; j++) if (ored_words[j] != 0) break; if (j < NWORDS) { size_t i; for (i = j + 1; i < NWORDS; i++) if (ored_words[i] != 0) { fprintf (fp, "unknown"); return (fclose (fp) != 0); } for (i = 0; ; i++) if ((ored_words[j] >> i) & 1) { fprintf (fp, "word %d bit %d", (int) j, (int) i); return (fclose (fp) != 0); } } fprintf (fp, "unknown"); return (fclose (fp) != 0); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_cc_double_expbit0=`cat conftest.out` else gl_cv_cc_double_expbit0="unknown" fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f conftest.out fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_double_expbit0" >&5 $as_echo "$gl_cv_cc_double_expbit0" >&6; } case "$gl_cv_cc_double_expbit0" in word*bit*) word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` cat >>confdefs.h <<_ACEOF #define DBL_EXPBIT0_WORD $word _ACEOF cat >>confdefs.h <<_ACEOF #define DBL_EXPBIT0_BIT $bit _ACEOF ;; esac for ac_func in snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "_snprintf" "ac_cv_have_decl__snprintf" "#include " if test "x$ac_cv_have_decl__snprintf" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL__SNPRINTF $ac_have_decl _ACEOF case "$gl_cv_func_snprintf_retval_c99" in *yes) $as_echo "#define HAVE_SNPRINTF_RETVAL_C99 1" >>confdefs.h ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether uses 'inline' correctly" >&5 $as_echo_n "checking whether uses 'inline' correctly... " >&6; } if ${gl_cv_header_wchar_h_correct_inline+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_header_wchar_h_correct_inline=yes cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include extern int zero (void); int main () { return zero(); } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then mv conftest.$ac_objext conftest1.$ac_objext cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int zero (void) { return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then mv conftest.$ac_objext conftest2.$ac_objext if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&5 2>&1; then : else gl_cv_header_wchar_h_correct_inline=no fi fi fi rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_wchar_h_correct_inline" >&5 $as_echo "$gl_cv_header_wchar_h_correct_inline" >&6; } if test $gl_cv_header_wchar_h_correct_inline = no; then as_fn_error $? " cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in C99 mode. You have four options: - Add the flag -fgnu89-inline to CC and reconfigure, or - Fix your include files, using parts of , or - Use a gcc version older than 4.3, or - Don't use the flags -std=c99 or -std=gnu99. Configuration aborted." "$LINENO" 5 fi GNULIB_ISWBLANK=0; GNULIB_WCTYPE=0; GNULIB_ISWCTYPE=0; GNULIB_WCTRANS=0; GNULIB_TOWCTRANS=0; HAVE_ISWBLANK=1; HAVE_WCTYPE_T=1; HAVE_WCTRANS_T=1; REPLACE_ISWBLANK=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 $as_echo_n "checking for a traditional french locale... " >&6; } if ${gt_cv_locale_fr+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only one byte long. This excludes the UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1; #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 else # None found. gt_cv_locale_fr=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO-8859-1 else # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name. if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO8859-1 else # Test for the HP-UX locale name. if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.iso88591 else # Test for the Solaris 7 locale name. if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr else # None found. gt_cv_locale_fr=none fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 $as_echo "$gt_cv_locale_fr" >&6; } LOCALE_FR=$gt_cv_locale_fr { $as_echo "$as_me:${as_lineno-$LINENO}: checking if environ is properly declared" >&5 $as_echo_n "checking if environ is properly declared... " >&6; } if ${gt_cv_var_environ_declaration+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if HAVE_UNISTD_H #include #endif /* mingw, BeOS, Haiku declare environ in , not in . */ #include extern struct { int foo; } environ; int main () { environ.foo = 1; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_var_environ_declaration=no else gt_cv_var_environ_declaration=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_var_environ_declaration" >&5 $as_echo "$gt_cv_var_environ_declaration" >&6; } if test $gt_cv_var_environ_declaration = yes; then $as_echo "#define HAVE_ENVIRON_DECL 1" >>confdefs.h fi if test $gt_cv_var_environ_declaration != yes; then HAVE_DECL_ENVIRON=0 fi GNULIB_FCNTL=0; GNULIB_NONBLOCKING=0; GNULIB_OPEN=0; GNULIB_OPENAT=0; HAVE_FCNTL=1; HAVE_OPENAT=1; REPLACE_FCNTL=0; REPLACE_OPEN=0; REPLACE_OPENAT=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ungetc works on arbitrary bytes" >&5 $as_echo_n "checking whether ungetc works on arbitrary bytes... " >&6; } if ${gl_cv_func_ungetc_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_ungetc_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_ungetc_works="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f; if (!(f = fopen ("conftest.tmp", "w+"))) return 1; if (fputs ("abc", f) < 0) return 2; rewind (f); if (fgetc (f) != 'a') return 3; if (fgetc (f) != 'b') return 4; if (ungetc ('d', f) != 'd') return 5; if (ftell (f) != 1) return 6; if (fgetc (f) != 'd') return 7; if (ftell (f) != 2) return 8; if (fseek (f, 0, SEEK_CUR) != 0) return 9; if (ftell (f) != 2) return 10; if (fgetc (f) != 'c') return 11; fclose (f); remove ("conftest.tmp"); ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_ungetc_works=yes else gl_cv_func_ungetc_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_ungetc_works" >&5 $as_echo "$gl_cv_func_ungetc_works" >&6; } case "$gl_cv_func_ungetc_works" in *yes) ;; *) $as_echo "#define FUNC_UNGETC_BROKEN 1" >>confdefs.h ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getcwd (NULL, 0) allocates memory for result" >&5 $as_echo_n "checking whether getcwd (NULL, 0) allocates memory for result... " >&6; } if ${gl_cv_func_getcwd_null+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_getcwd_null="guessing yes";; # Guess yes on Cygwin. cygwin*) gl_cv_func_getcwd_null="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_getcwd_null="guessing no";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # if HAVE_UNISTD_H # include # else /* on Windows with MSVC */ # include # endif # ifndef getcwd char *getcwd (); # endif int main () { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* mingw cwd does not start with '/', but getcwd does allocate. However, mingw fails to honor non-zero size. */ #else if (chdir ("/") != 0) return 1; else { char *f = getcwd (NULL, 0); if (! f) return 2; if (f[0] != '/') return 3; if (f[1] != '\0') return 4; return 0; } #endif ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_getcwd_null=yes else gl_cv_func_getcwd_null=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_null" >&5 $as_echo "$gl_cv_func_getcwd_null" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getcwd with POSIX signature" >&5 $as_echo_n "checking for getcwd with POSIX signature... " >&6; } if ${gl_cv_func_getcwd_posix_signature+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { extern #ifdef __cplusplus "C" #endif char *getcwd (char *, size_t); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_getcwd_posix_signature=yes else gl_cv_func_getcwd_posix_signature=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getcwd_posix_signature" >&5 $as_echo "$gl_cv_func_getcwd_posix_signature" >&6; } GNULIB_IMAXABS=0; GNULIB_IMAXDIV=0; GNULIB_STRTOIMAX=0; GNULIB_STRTOUMAX=0; HAVE_DECL_IMAXABS=1; HAVE_DECL_IMAXDIV=1; HAVE_DECL_STRTOIMAX=1; HAVE_DECL_STRTOUMAX=1; REPLACE_STRTOIMAX=0; INT32_MAX_LT_INTMAX_MAX=1; INT64_MAX_EQ_LONG_MAX='defined _LP64'; PRI_MACROS_BROKEN=0; PRIPTR_PREFIX=__PRIPTR_PREFIX; UINT32_MAX_LT_UINTMAX_MAX=1; UINT64_MAX_EQ_ULONG_MAX='defined _LP64'; if test $gl_cv_have_include_next = yes; then gl_cv_next_inttypes_h='<'inttypes.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_inttypes_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_inttypes_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'inttypes.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_inttypes_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_inttypes_h='<'inttypes.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_inttypes_h" >&5 $as_echo "$gl_cv_next_inttypes_h" >&6; } fi NEXT_INTTYPES_H=$gl_cv_next_inttypes_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'inttypes.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_inttypes_h fi NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=$gl_next_as_first_directive for gl_func in imaxabs imaxdiv strtoimax strtoumax; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done for ac_header in inttypes.h do : ac_fn_c_check_header_mongrel "$LINENO" "inttypes.h" "ac_cv_header_inttypes_h" "$ac_includes_default" if test "x$ac_cv_header_inttypes_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_INTTYPES_H 1 _ACEOF fi done if test $ac_cv_header_inttypes_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the inttypes.h PRIxNN macros are broken" >&5 $as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; } if ${gt_cv_inttypes_pri_broken+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef PRId32 char *p = PRId32; #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_inttypes_pri_broken=no else gt_cv_inttypes_pri_broken=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_inttypes_pri_broken" >&5 $as_echo "$gt_cv_inttypes_pri_broken" >&6; } fi if test "$gt_cv_inttypes_pri_broken" = yes; then cat >>confdefs.h <<_ACEOF #define PRI_MACROS_BROKEN 1 _ACEOF PRI_MACROS_BROKEN=1 else PRI_MACROS_BROKEN=0 fi GNULIB_LOCALECONV=0; GNULIB_SETLOCALE=0; GNULIB_DUPLOCALE=0; HAVE_DUPLOCALE=1; REPLACE_LOCALECONV=0; REPLACE_SETLOCALE=0; REPLACE_DUPLOCALE=0; REPLACE_STRUCT_LCONV=0; { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5 $as_echo_n "checking for LC_MESSAGES... " >&6; } if ${gt_cv_val_LC_MESSAGES+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { return LC_MESSAGES ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gt_cv_val_LC_MESSAGES=yes else gt_cv_val_LC_MESSAGES=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_val_LC_MESSAGES" >&5 $as_echo "$gt_cv_val_LC_MESSAGES" >&6; } if test $gt_cv_val_LC_MESSAGES = yes; then $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h fi gl_threads_api=none LIBTHREAD= LTLIBTHREAD= LIBMULTITHREAD= LTLIBMULTITHREAD= if test "$gl_use_threads" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether imported symbols can be declared weak" >&5 $as_echo_n "checking whether imported symbols can be declared weak... " >&6; } if ${gl_cv_have_weak+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_have_weak=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern void xyzzy (); #pragma weak xyzzy int main () { xyzzy(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_have_weak=maybe fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test $gl_cv_have_weak = maybe; then if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __ELF__ Extensible Linking Format #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Extensible Linking Format" >/dev/null 2>&1; then : gl_cv_have_weak="guessing yes" else gl_cv_have_weak="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #pragma weak fputs int main () { return (fputs == NULL); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_have_weak=yes else gl_cv_have_weak=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_have_weak" >&5 $as_echo "$gl_cv_have_weak" >&6; } if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that # it groks . It's added above, in gl_THREADLIB_EARLY_BODY. ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" if test "x$ac_cv_header_pthread_h" = xyes; then : gl_have_pthread_h=yes else gl_have_pthread_h=no fi if test "$gl_have_pthread_h" = yes; then # Other possible tests: # -lpthreads (FSU threads, PCthreads) # -lgthreads gl_have_pthread= # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist # in libc. IRIX 6.5 has the first one in both libc and libpthread, but # the second one only in libpthread, and lock.c needs it. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { pthread_mutex_lock((pthread_mutex_t*)0); pthread_mutexattr_init((pthread_mutexattr_t*)0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_have_pthread=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext # Test for libpthread by looking for pthread_kill. (Not pthread_self, # since it is defined as a macro on OSF/1.) if test -n "$gl_have_pthread"; then # The program links fine without libpthread. But it may actually # need to link with libpthread in order to create multiple threads. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 $as_echo_n "checking for pthread_kill in -lpthread... " >&6; } if ${ac_cv_lib_pthread_pthread_kill+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char pthread_kill (); int main () { return pthread_kill (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_pthread_pthread_kill=yes else ac_cv_lib_pthread_pthread_kill=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 $as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; } if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then : LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread # On Solaris and HP-UX, most pthread functions exist also in libc. # Therefore pthread_in_use() needs to actually try to create a # thread: pthread_create from libc will fail, whereas # pthread_create will actually create a thread. case "$host_os" in solaris* | hpux*) $as_echo "#define PTHREAD_IN_USE_DETECTION_HARD 1" >>confdefs.h esac fi else # Some library is needed. Try libpthread and libc_r. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5 $as_echo_n "checking for pthread_kill in -lpthread... " >&6; } if ${ac_cv_lib_pthread_pthread_kill+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char pthread_kill (); int main () { return pthread_kill (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_pthread_pthread_kill=yes else ac_cv_lib_pthread_pthread_kill=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_kill" >&5 $as_echo "$ac_cv_lib_pthread_pthread_kill" >&6; } if test "x$ac_cv_lib_pthread_pthread_kill" = xyes; then : gl_have_pthread=yes LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread fi if test -z "$gl_have_pthread"; then # For FreeBSD 4. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lc_r" >&5 $as_echo_n "checking for pthread_kill in -lc_r... " >&6; } if ${ac_cv_lib_c_r_pthread_kill+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lc_r $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char pthread_kill (); int main () { return pthread_kill (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_c_r_pthread_kill=yes else ac_cv_lib_c_r_pthread_kill=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_r_pthread_kill" >&5 $as_echo "$ac_cv_lib_c_r_pthread_kill" >&6; } if test "x$ac_cv_lib_c_r_pthread_kill" = xyes; then : gl_have_pthread=yes LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r fi fi fi if test -n "$gl_have_pthread"; then gl_threads_api=posix $as_echo "#define USE_POSIX_THREADS 1" >>confdefs.h if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then $as_echo "#define USE_POSIX_THREADS_WEAK 1" >>confdefs.h LIBTHREAD= LTLIBTHREAD= fi fi fi fi fi if test -z "$gl_have_pthread"; then if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then gl_have_solaristhread= gl_save_LIBS="$LIBS" LIBS="$LIBS -lthread" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { thr_self(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_have_solaristhread=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" if test -n "$gl_have_solaristhread"; then gl_threads_api=solaris LIBTHREAD=-lthread LTLIBTHREAD=-lthread LIBMULTITHREAD="$LIBTHREAD" LTLIBMULTITHREAD="$LTLIBTHREAD" $as_echo "#define USE_SOLARIS_THREADS 1" >>confdefs.h if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then $as_echo "#define USE_SOLARIS_THREADS_WEAK 1" >>confdefs.h LIBTHREAD= LTLIBTHREAD= fi fi fi fi if test "$gl_use_threads" = pth; then gl_save_CPPFLAGS="$CPPFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libpth" >&5 $as_echo_n "checking how to link with libpth... " >&6; } if ${ac_cv_libpth_libs+:} false; then : $as_echo_n "(cached) " >&6 else use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libpth-prefix was given. if test "${with_libpth_prefix+set}" = set; then : withval=$with_libpth_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBPTH= LTLIBPTH= INCPTH= LIBPTH_PREFIX= HAVE_LIBPTH= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='pth ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBPTH="${LIBPTH}${LIBPTH:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBPTH; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBPTH; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBPTH="${LIBPTH}${LIBPTH:+ }$found_so" else LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBPTH="${LIBPTH}${LIBPTH:+ }$found_a" else LIBPTH="${LIBPTH}${LIBPTH:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'pth'; then LIBPTH_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'pth'; then LIBPTH_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCPTH; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCPTH="${INCPTH}${INCPTH:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBPTH; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBPTH="${LIBPTH}${LIBPTH:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBPTH; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBPTH="${LIBPTH}${LIBPTH:+ }$dep" LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }$dep" ;; esac done fi else LIBPTH="${LIBPTH}${LIBPTH:+ }-l$name" LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBPTH="${LIBPTH}${LIBPTH:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBPTH="${LIBPTH}${LIBPTH:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBPTH="${LTLIBPTH}${LTLIBPTH:+ }-R$found_dir" done fi ac_cv_libpth_libs="$LIBPTH" ac_cv_libpth_ltlibs="$LTLIBPTH" ac_cv_libpth_cppflags="$INCPTH" ac_cv_libpth_prefix="$LIBPTH_PREFIX" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_libpth_libs" >&5 $as_echo "$ac_cv_libpth_libs" >&6; } LIBPTH="$ac_cv_libpth_libs" LTLIBPTH="$ac_cv_libpth_ltlibs" INCPTH="$ac_cv_libpth_cppflags" LIBPTH_PREFIX="$ac_cv_libpth_prefix" for element in $INCPTH; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done HAVE_LIBPTH=yes gl_have_pth= gl_save_LIBS="$LIBS" LIBS="$LIBS -lpth" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { pth_self(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_have_pth=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" if test -n "$gl_have_pth"; then gl_threads_api=pth LIBTHREAD="$LIBPTH" LTLIBTHREAD="$LTLIBPTH" LIBMULTITHREAD="$LIBTHREAD" LTLIBMULTITHREAD="$LTLIBTHREAD" $as_echo "#define USE_PTH_THREADS 1" >>confdefs.h if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then $as_echo "#define USE_PTH_THREADS_WEAK 1" >>confdefs.h LIBTHREAD= LTLIBTHREAD= fi fi else CPPFLAGS="$gl_save_CPPFLAGS" fi fi if test -z "$gl_have_pthread"; then if test "$gl_use_threads" = yes || test "$gl_use_threads" = win32; then if { case "$host_os" in mingw*) true;; *) false;; esac }; then gl_threads_api=win32 $as_echo "#define USE_WIN32_THREADS 1" >>confdefs.h fi fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for multithread API to use" >&5 $as_echo_n "checking for multithread API to use... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_threads_api" >&5 $as_echo "$gl_threads_api" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; } if ${gl_cv_func_lstat_dereferences_slashed_symlink+:} false; then : $as_echo_n "(cached) " >&6 else rm -f conftest.sym conftest.file echo >conftest.file if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { struct stat sbuf; /* Linux will dereference the symlink and fail, as required by POSIX. That is better in the sense that it means we will not have to compile and use the lstat wrapper. */ return lstat ("conftest.sym/", &sbuf) == 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_lstat_dereferences_slashed_symlink=yes else gl_cv_func_lstat_dereferences_slashed_symlink=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi else # If the 'ln -s' command failed, then we probably don't even # have an lstat function. gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" fi rm -f conftest.sym conftest.file fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lstat_dereferences_slashed_symlink" >&5 $as_echo "$gl_cv_func_lstat_dereferences_slashed_symlink" >&6; } case "$gl_cv_func_lstat_dereferences_slashed_symlink" in *yes) cat >>confdefs.h <<_ACEOF #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 _ACEOF ;; esac for ac_header in stdlib.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" if test "x$ac_cv_header_stdlib_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDLIB_H 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 $as_echo_n "checking for GNU libc compatible malloc... " >&6; } if ${ac_cv_func_malloc_0_nonnull+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on platforms where we know the result. *-gnu* | freebsd* | netbsd* | openbsd* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_malloc_0_nonnull=yes ;; # If we don't know, assume the worst. *) ac_cv_func_malloc_0_nonnull=no ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined STDC_HEADERS || defined HAVE_STDLIB_H # include #else char *malloc (); #endif int main () { return ! malloc (0); ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_malloc_0_nonnull=yes else ac_cv_func_malloc_0_nonnull=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5 $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; } if test $ac_cv_func_malloc_0_nonnull = yes; then : gl_cv_func_malloc_0_nonnull=1 else gl_cv_func_malloc_0_nonnull=0 fi cat >>confdefs.h <<_ACEOF #define MALLOC_0_IS_NONNULL $gl_cv_func_malloc_0_nonnull _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for promoted mode_t type" >&5 $as_echo_n "checking for promoted mode_t type... " >&6; } if ${gl_cv_promoted_mode_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_promoted_mode_t='int' else gl_cv_promoted_mode_t='mode_t' fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_promoted_mode_t" >&5 $as_echo "$gl_cv_promoted_mode_t" >&6; } cat >>confdefs.h <<_ACEOF #define PROMOTED_MODE_T $gl_cv_promoted_mode_t _ACEOF ac_fn_c_check_decl "$LINENO" "setenv" "ac_cv_have_decl_setenv" "$ac_includes_default" if test "x$ac_cv_have_decl_setenv" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_SETENV $ac_have_decl _ACEOF if test $ac_cv_have_decl_setenv = no; then HAVE_DECL_SETENV=0 fi for ac_header in search.h do : ac_fn_c_check_header_mongrel "$LINENO" "search.h" "ac_cv_header_search_h" "$ac_includes_default" if test "x$ac_cv_header_search_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SEARCH_H 1 _ACEOF fi done for ac_func in tsearch do : ac_fn_c_check_func "$LINENO" "tsearch" "ac_cv_func_tsearch" if test "x$ac_cv_func_tsearch" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_TSEARCH 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "unsetenv" "ac_cv_have_decl_unsetenv" "$ac_includes_default" if test "x$ac_cv_have_decl_unsetenv" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_UNSETENV $ac_have_decl _ACEOF if true; then GL_COND_LIBTOOL_TRUE= GL_COND_LIBTOOL_FALSE='#' else GL_COND_LIBTOOL_TRUE='#' GL_COND_LIBTOOL_FALSE= fi gl_cond_libtool=true gl_m4_base='gl/m4' gl_source_base='gl' LTALLOCA=`echo "$ALLOCA" | sed -e 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'` if test $ac_cv_func_alloca_works = no; then : fi # Define an additional variable used in the Makefile substitution. if test $ac_cv_working_alloca_h = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca as a compiler built-in" >&5 $as_echo_n "checking for alloca as a compiler built-in... " >&6; } if ${gl_cv_rpl_alloca+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __GNUC__ || defined _AIX || defined _MSC_VER Need own alloca #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Need own alloca" >/dev/null 2>&1; then : gl_cv_rpl_alloca=yes else gl_cv_rpl_alloca=no fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_rpl_alloca" >&5 $as_echo "$gl_cv_rpl_alloca" >&6; } if test $gl_cv_rpl_alloca = yes; then $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h ALLOCA_H=alloca.h else ALLOCA_H= fi else ALLOCA_H=alloca.h fi if test -n "$ALLOCA_H"; then GL_GENERATE_ALLOCA_H_TRUE= GL_GENERATE_ALLOCA_H_FALSE='#' else GL_GENERATE_ALLOCA_H_TRUE='#' GL_GENERATE_ALLOCA_H_FALSE= fi if test $ac_cv_header_arpa_inet_h = yes; then HAVE_ARPA_INET_H=1 else HAVE_ARPA_INET_H=0 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_arpa_inet_h='<'arpa/inet.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_arpa_inet_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_arpa_inet_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'arpa/inet.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_arpa_inet_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_arpa_inet_h='<'arpa/inet.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_arpa_inet_h" >&5 $as_echo "$gl_cv_next_arpa_inet_h" >&6; } fi NEXT_ARPA_INET_H=$gl_cv_next_arpa_inet_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'arpa/inet.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_arpa_inet_h fi NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H=$gl_next_as_first_directive for gl_func in inet_ntop inet_pton; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* On some systems, this header is not self-consistent. */ #if !(defined __GLIBC__ || defined __UCLIBC__) # include #endif #ifdef __TANDEM # include #endif #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_CLOSE=1 fi if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi if test $UNISTD_H_HAVE_WINSOCK2_H = 1; then REPLACE_CLOSE=1 fi if test $REPLACE_CLOSE = 1; then gl_LIBOBJS="$gl_LIBOBJS close.$ac_objext" fi GNULIB_CLOSE=1 $as_echo "#define GNULIB_TEST_CLOSE 1" >>confdefs.h if test "x$datarootdir" = x; then datarootdir='${datadir}' fi if test "x$docdir" = x; then docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' fi if test "x$htmldir" = x; then htmldir='${docdir}' fi if test "x$dvidir" = x; then dvidir='${docdir}' fi if test "x$pdfdir" = x; then pdfdir='${docdir}' fi if test "x$psdir" = x; then psdir='${docdir}' fi if test "x$lispdir" = x; then lispdir='${datarootdir}/emacs/site-lisp' fi if test "x$localedir" = x; then localedir='${datarootdir}/locale' fi pkglibexecdir='${libexecdir}/${PACKAGE}' if test "$ac_cv_header_winsock2_h" = yes; then gl_LIBOBJS="$gl_LIBOBJS connect.$ac_objext" fi GNULIB_CONNECT=1 $as_echo "#define GNULIB_TEST_CONNECT 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for error_at_line" >&5 $as_echo_n "checking for error_at_line... " >&6; } if ${ac_cv_lib_error_at_line+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { error_at_line (0, 0, "", 0, "an error occurred"); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_error_at_line=yes else ac_cv_lib_error_at_line=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_error_at_line" >&5 $as_echo "$ac_cv_lib_error_at_line" >&6; } if test $ac_cv_lib_error_at_line = no; then gl_LIBOBJS="$gl_LIBOBJS error.$ac_objext" : fi XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=error:3:c-format" XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=error_at_line:5:c-format" FLOAT_H= REPLACE_FLOAT_LDBL=0 case "$host_os" in aix* | beos* | openbsd* | mirbsd* | irix*) FLOAT_H=float.h ;; freebsd*) case "$host_cpu" in i[34567]86 ) FLOAT_H=float.h ;; x86_64 ) # On x86_64 systems, the C compiler may still be generating # 32-bit code. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __LP64__ || defined __x86_64__ || defined __amd64__ yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : else FLOAT_H=float.h fi rm -f conftest* ;; esac ;; linux*) case "$host_cpu" in powerpc*) FLOAT_H=float.h ;; esac ;; esac case "$host_os" in aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 fi ;; esac REPLACE_ITOLD=0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether conversion from 'int' to 'long double' works" >&5 $as_echo_n "checking whether conversion from 'int' to 'long double' works... " >&6; } if ${gl_cv_func_itold_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host" in sparc*-*-linux*) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __LP64__ || defined __arch64__ yes #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "yes" >/dev/null 2>&1; then : gl_cv_func_itold_works="guessing no" else gl_cv_func_itold_works="guessing yes" fi rm -f conftest* ;; *) gl_cv_func_itold_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int i = -1; volatile long double ld; int main () { ld += i * 1.0L; if (ld > 0) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_itold_works=yes else gl_cv_func_itold_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_itold_works" >&5 $as_echo "$gl_cv_func_itold_works" >&6; } case "$gl_cv_func_itold_works" in *no) REPLACE_ITOLD=1 FLOAT_H=float.h ;; esac if test -n "$FLOAT_H"; then if test $gl_cv_have_include_next = yes; then gl_cv_next_float_h='<'float.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_float_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'float.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_float_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_float_h" >&5 $as_echo "$gl_cv_next_float_h" >&6; } fi NEXT_FLOAT_H=$gl_cv_next_float_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'float.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_float_h fi NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=$gl_next_as_first_directive fi if test -n "$FLOAT_H"; then GL_GENERATE_FLOAT_H_TRUE= GL_GENERATE_FLOAT_H_FALSE='#' else GL_GENERATE_FLOAT_H_TRUE='#' GL_GENERATE_FLOAT_H_FALSE= fi if test $REPLACE_FLOAT_LDBL = 1; then gl_LIBOBJS="$gl_LIBOBJS float.$ac_objext" fi if test $REPLACE_ITOLD = 1; then gl_LIBOBJS="$gl_LIBOBJS itold.$ac_objext" fi if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then REPLACE_FSEEK=1 fi if test $REPLACE_FSEEK = 1; then gl_LIBOBJS="$gl_LIBOBJS fseek.$ac_objext" fi GNULIB_FSEEK=1 $as_echo "#define GNULIB_TEST_FSEEK 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 $as_echo_n "checking for fseeko... " >&6; } if ${gl_cv_func_fseeko+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { fseeko (stdin, 0, 0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_func_fseeko=yes else gl_cv_func_fseeko=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fseeko" >&5 $as_echo "$gl_cv_func_fseeko" >&6; } if test $ac_cv_have_decl_fseeko = no; then HAVE_DECL_FSEEKO=0 fi if test $gl_cv_func_fseeko = no; then HAVE_FSEEKO=0 else if test $WINDOWS_64_BIT_OFF_T = 1; then REPLACE_FSEEKO=1 fi if test $gl_cv_var_stdin_large_offset = no; then REPLACE_FSEEKO=1 fi fi if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then gl_LIBOBJS="$gl_LIBOBJS fseeko.$ac_objext" for ac_func in _fseeki64 do : ac_fn_c_check_func "$LINENO" "_fseeki64" "ac_cv_func__fseeki64" if test "x$ac_cv_func__fseeki64" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE__FSEEKI64 1 _ACEOF fi done fi GNULIB_FSEEKO=1 $as_echo "#define GNULIB_TEST_FSEEKO 1" >>confdefs.h if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_FSTAT=1 fi if test $WINDOWS_64_BIT_ST_SIZE = 1; then REPLACE_FSTAT=1 fi if test $REPLACE_FSTAT = 1; then gl_LIBOBJS="$gl_LIBOBJS fstat.$ac_objext" fi GNULIB_FSTAT=1 $as_echo "#define GNULIB_TEST_FSTAT 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to do getaddrinfo, freeaddrinfo and getnameinfo" >&5 $as_echo "$as_me: checking how to do getaddrinfo, freeaddrinfo and getnameinfo" >&6;} GETADDRINFO_LIB= gai_saved_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 $as_echo_n "checking for library containing getaddrinfo... " >&6; } if ${ac_cv_search_getaddrinfo+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char getaddrinfo (); int main () { return getaddrinfo (); ; return 0; } _ACEOF for ac_lib in '' socket network net; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_getaddrinfo=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_getaddrinfo+:} false; then : break fi done if ${ac_cv_search_getaddrinfo+:} false; then : else ac_cv_search_getaddrinfo=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 $as_echo "$ac_cv_search_getaddrinfo" >&6; } ac_res=$ac_cv_search_getaddrinfo if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" if test "$ac_cv_search_getaddrinfo" != "none required"; then GETADDRINFO_LIB="$ac_cv_search_getaddrinfo" fi fi LIBS="$gai_saved_LIBS $GETADDRINFO_LIB" HAVE_GETADDRINFO=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getaddrinfo" >&5 $as_echo_n "checking for getaddrinfo... " >&6; } if ${gl_cv_func_getaddrinfo+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #include int main () { getaddrinfo("", "", NULL, NULL); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_func_getaddrinfo=yes else gl_cv_func_getaddrinfo=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_getaddrinfo" >&5 $as_echo "$gl_cv_func_getaddrinfo" >&6; } if test $gl_cv_func_getaddrinfo = no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getaddrinfo in ws2tcpip.h and -lws2_32" >&5 $as_echo_n "checking for getaddrinfo in ws2tcpip.h and -lws2_32... " >&6; } if ${gl_cv_w32_getaddrinfo+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_w32_getaddrinfo=no am_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_WS2TCPIP_H #include #endif #include int main () { getaddrinfo(NULL, NULL, NULL, NULL); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_w32_getaddrinfo=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_w32_getaddrinfo" >&5 $as_echo "$gl_cv_w32_getaddrinfo" >&6; } if test "$gl_cv_w32_getaddrinfo" = "yes"; then GETADDRINFO_LIB="-lws2_32" LIBS="$gai_saved_LIBS $GETADDRINFO_LIB" else HAVE_GETADDRINFO=0 fi fi # We can't use AC_REPLACE_FUNCS here because gai_strerror may be an # inline function declared in ws2tcpip.h, so we need to get that # header included somehow. ac_fn_c_check_decl "$LINENO" "gai_strerror" "ac_cv_have_decl_gai_strerror" " #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif #include " if test "x$ac_cv_have_decl_gai_strerror" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GAI_STRERROR $ac_have_decl _ACEOF if test $ac_cv_have_decl_gai_strerror = yes; then ac_fn_c_check_decl "$LINENO" "gai_strerrorA" "ac_cv_have_decl_gai_strerrorA" " #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif #include " if test "x$ac_cv_have_decl_gai_strerrorA" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GAI_STRERRORA $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gai_strerror with POSIX signature" >&5 $as_echo_n "checking for gai_strerror with POSIX signature... " >&6; } if ${gl_cv_func_gai_strerror_posix_signature+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif #include extern #ifdef __cplusplus "C" #endif const char *gai_strerror(int); _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_gai_strerror_posix_signature=yes else gl_cv_func_gai_strerror_posix_signature=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_gai_strerror_posix_signature" >&5 $as_echo "$gl_cv_func_gai_strerror_posix_signature" >&6; } if test $gl_cv_func_gai_strerror_posix_signature = no; then REPLACE_GAI_STRERROR=1 fi fi LIBS="$gai_saved_LIBS" ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" " #include #include " if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 _ACEOF fi ac_fn_c_check_decl "$LINENO" "getaddrinfo" "ac_cv_have_decl_getaddrinfo" " /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_have_decl_getaddrinfo" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETADDRINFO $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "freeaddrinfo" "ac_cv_have_decl_freeaddrinfo" " /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_have_decl_freeaddrinfo" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_FREEADDRINFO $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "getnameinfo" "ac_cv_have_decl_getnameinfo" " /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_have_decl_getnameinfo" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETNAMEINFO $ac_have_decl _ACEOF if test $ac_cv_have_decl_getaddrinfo = no; then HAVE_DECL_GETADDRINFO=0 fi if test $ac_cv_have_decl_freeaddrinfo = no; then HAVE_DECL_FREEADDRINFO=0 fi if test $ac_cv_have_decl_gai_strerror = no; then HAVE_DECL_GAI_STRERROR=0 fi if test $ac_cv_have_decl_getnameinfo = no; then HAVE_DECL_GETNAMEINFO=0 fi ac_fn_c_check_type "$LINENO" "struct addrinfo" "ac_cv_type_struct_addrinfo" " #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_type_struct_addrinfo" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_ADDRINFO 1 _ACEOF fi if test $ac_cv_type_struct_addrinfo = no; then HAVE_STRUCT_ADDRINFO=0 fi case " $GETADDRINFO_LIB " in *" $HOSTENT_LIB "*) ;; *) GETADDRINFO_LIB="$GETADDRINFO_LIB $HOSTENT_LIB" ;; esac case " $GETADDRINFO_LIB " in *" $SERVENT_LIB "*) ;; *) GETADDRINFO_LIB="$GETADDRINFO_LIB $SERVENT_LIB" ;; esac case " $GETADDRINFO_LIB " in *" $INET_NTOP_LIB "*) ;; *) GETADDRINFO_LIB="$GETADDRINFO_LIB $INET_NTOP_LIB" ;; esac if test $HAVE_GETADDRINFO = 0; then gl_LIBOBJS="$gl_LIBOBJS getaddrinfo.$ac_objext" fi if test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1; then gl_LIBOBJS="$gl_LIBOBJS gai_strerror.$ac_objext" fi GNULIB_GETADDRINFO=1 $as_echo "#define GNULIB_TEST_GETADDRINFO 1" >>confdefs.h if test $ac_cv_func_getdelim = yes; then HAVE_GETDELIM=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getdelim function" >&5 $as_echo_n "checking for working getdelim function... " >&6; } if ${gl_cv_func_working_getdelim+:} false; then : $as_echo_n "(cached) " >&6 else echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky GNU user" >/dev/null 2>&1; then : gl_cv_func_working_getdelim="guessing yes" else gl_cv_func_working_getdelim="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) return 3; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_working_getdelim=yes else gl_cv_func_working_getdelim=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_getdelim" >&5 $as_echo "$gl_cv_func_working_getdelim" >&6; } case "$gl_cv_func_working_getdelim" in *no) REPLACE_GETDELIM=1 ;; esac else HAVE_GETDELIM=0 fi if test $ac_cv_have_decl_getdelim = no; then HAVE_DECL_GETDELIM=0 fi if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then gl_LIBOBJS="$gl_LIBOBJS getdelim.$ac_objext" for ac_func in flockfile funlockfile do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default" if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl _ACEOF fi GNULIB_GETDELIM=1 $as_echo "#define GNULIB_TEST_GETDELIM 1" >>confdefs.h gl_getline_needs_run_time_check=no ac_fn_c_check_func "$LINENO" "getline" "ac_cv_func_getline" if test "x$ac_cv_func_getline" = xyes; then : gl_getline_needs_run_time_check=yes else am_cv_func_working_getline=no fi if test $gl_getline_needs_run_time_check = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getline function" >&5 $as_echo_n "checking for working getline function... " >&6; } if ${am_cv_func_working_getline+:} false; then : $as_echo_n "(cached) " >&6 else echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Lucky GNU user" >/dev/null 2>&1; then : am_cv_func_working_getline="guessing yes" else am_cv_func_working_getline="guessing no" fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) return 3; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_working_getline=yes else am_cv_func_working_getline=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_working_getline" >&5 $as_echo "$am_cv_func_working_getline" >&6; } fi if test $ac_cv_have_decl_getline = no; then HAVE_DECL_GETLINE=0 fi case "$am_cv_func_working_getline" in *no) REPLACE_GETLINE=1 ;; esac if test $REPLACE_GETLINE = 1; then gl_LIBOBJS="$gl_LIBOBJS getline.$ac_objext" : fi GNULIB_GETLINE=1 $as_echo "#define GNULIB_TEST_GETLINE 1" >>confdefs.h if test $REPLACE_GETOPT = 1; then gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext" GNULIB_GL_UNISTD_H_GETOPT=1 fi $as_echo "#define GNULIB_TEST_GETOPT_GNU 1" >>confdefs.h REPLACE_GETOPT=0 if test -n "$gl_replace_getopt"; then : REPLACE_GETOPT=1 fi if test $REPLACE_GETOPT = 1; then GETOPT_H=getopt.h $as_echo "#define __GETOPT_PREFIX rpl_" >>confdefs.h fi if test $REPLACE_GETOPT = 1; then gl_LIBOBJS="$gl_LIBOBJS getopt.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS getopt1.$ac_objext" GNULIB_GL_UNISTD_H_GETOPT=1 fi REPLACE_GETPASS=1 if test $REPLACE_GETPASS = 1; then $as_echo "#define getpass gnu_getpass" >>confdefs.h fi if test $REPLACE_GETPASS = 1; then gl_LIBOBJS="$gl_LIBOBJS getpass.$ac_objext" ac_fn_c_check_decl "$LINENO" "__fsetlocking" "ac_cv_have_decl___fsetlocking" "#include #if HAVE_STDIO_EXT_H #include #endif " if test "x$ac_cv_have_decl___fsetlocking" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL___FSETLOCKING $ac_have_decl _ACEOF : fi # Autoconf 2.61a.99 and earlier don't support linking a file only # in VPATH builds. But since GNUmakefile is for maintainer use # only, it does not matter if we skip the link with older autoconf. # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH # builds, so use a shell variable to bypass this. GNUmakefile=GNUmakefile ac_config_links="$ac_config_links $GNUmakefile:$GNUmakefile" HOSTENT_LIB= gl_saved_libs="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5 $as_echo_n "checking for library containing gethostbyname... " >&6; } if ${ac_cv_search_gethostbyname+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char gethostbyname (); int main () { return gethostbyname (); ; return 0; } _ACEOF for ac_lib in '' nsl network net; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_gethostbyname=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_gethostbyname+:} false; then : break fi done if ${ac_cv_search_gethostbyname+:} false; then : else ac_cv_search_gethostbyname=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5 $as_echo "$ac_cv_search_gethostbyname" >&6; } ac_res=$ac_cv_search_gethostbyname if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" if test "$ac_cv_search_gethostbyname" != "none required"; then HOSTENT_LIB="$ac_cv_search_gethostbyname" fi fi LIBS="$gl_saved_libs" if test -z "$HOSTENT_LIB"; then for ac_func in gethostbyname do : ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname" if test "x$ac_cv_func_gethostbyname" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETHOSTBYNAME 1 _ACEOF else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in winsock2.h and -lws2_32" >&5 $as_echo_n "checking for gethostbyname in winsock2.h and -lws2_32... " >&6; } if ${gl_cv_w32_gethostbyname+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_w32_gethostbyname=no gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_WINSOCK2_H #include #endif #include int main () { gethostbyname(NULL); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_w32_gethostbyname=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_w32_gethostbyname" >&5 $as_echo "$gl_cv_w32_gethostbyname" >&6; } if test "$gl_cv_w32_gethostbyname" = "yes"; then HOSTENT_LIB="-lws2_32" fi fi done fi GNULIB_ICONV=1 if test $gl_cv_have_include_next = yes; then gl_cv_next_iconv_h='<'iconv.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_iconv_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_iconv_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'iconv.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_iconv_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_iconv_h='<'iconv.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_iconv_h" >&5 $as_echo "$gl_cv_next_iconv_h" >&6; } fi NEXT_ICONV_H=$gl_cv_next_iconv_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'iconv.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_iconv_h fi NEXT_AS_FIRST_DIRECTIVE_ICONV_H=$gl_next_as_first_directive if test "$am_cv_func_iconv" = yes; then ICONV_H='iconv.h' if test -n "$ICONV_H"; then GL_GENERATE_ICONV_H_TRUE= GL_GENERATE_ICONV_H_FALSE='#' else GL_GENERATE_ICONV_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE= fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if defined _LIBICONV_VERSION || (defined __GLIBC__ && !defined __UCLIBC__) gnu_iconv #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "gnu_iconv" >/dev/null 2>&1; then : gl_func_iconv_gnu=yes else gl_func_iconv_gnu=no fi rm -f conftest* if test $gl_func_iconv_gnu = no; then iconv_flavor= case "$host_os" in aix*) iconv_flavor=ICONV_FLAVOR_AIX ;; irix*) iconv_flavor=ICONV_FLAVOR_IRIX ;; hpux*) iconv_flavor=ICONV_FLAVOR_HPUX ;; osf*) iconv_flavor=ICONV_FLAVOR_OSF ;; solaris*) iconv_flavor=ICONV_FLAVOR_SOLARIS ;; esac if test -n "$iconv_flavor"; then cat >>confdefs.h <<_ACEOF #define ICONV_FLAVOR $iconv_flavor _ACEOF ICONV_H='iconv.h' if test -n "$ICONV_H"; then GL_GENERATE_ICONV_H_TRUE= GL_GENERATE_ICONV_H_FALSE='#' else GL_GENERATE_ICONV_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE= fi REPLACE_ICONV_OPEN=1 fi fi fi if test $REPLACE_ICONV_OPEN = 1; then gl_LIBOBJS="$gl_LIBOBJS iconv_open.$ac_objext" fi if test $REPLACE_ICONV = 1; then gl_LIBOBJS="$gl_LIBOBJS iconv.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS iconv_close.$ac_objext" fi HAVE_INET_NTOP=1 INET_NTOP_LIB= if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi if test $HAVE_WINSOCK2_H = 1; then ac_fn_c_check_decl "$LINENO" "inet_ntop" "ac_cv_have_decl_inet_ntop" "#include " if test "x$ac_cv_have_decl_inet_ntop" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_INET_NTOP $ac_have_decl _ACEOF if test $ac_cv_have_decl_inet_ntop = yes; then REPLACE_INET_NTOP=1 INET_NTOP_LIB="-lws2_32" else HAVE_DECL_INET_NTOP=0 HAVE_INET_NTOP=0 fi else gl_save_LIBS=$LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntop" >&5 $as_echo_n "checking for library containing inet_ntop... " >&6; } if ${ac_cv_search_inet_ntop+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char inet_ntop (); int main () { return inet_ntop (); ; return 0; } _ACEOF for ac_lib in '' nsl resolv; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_inet_ntop=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_inet_ntop+:} false; then : break fi done if ${ac_cv_search_inet_ntop+:} false; then : else ac_cv_search_inet_ntop=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntop" >&5 $as_echo "$ac_cv_search_inet_ntop" >&6; } ac_res=$ac_cv_search_inet_ntop if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else for ac_func in inet_ntop do : ac_fn_c_check_func "$LINENO" "inet_ntop" "ac_cv_func_inet_ntop" if test "x$ac_cv_func_inet_ntop" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_INET_NTOP 1 _ACEOF fi done if test $ac_cv_func_inet_ntop = no; then HAVE_INET_NTOP=0 fi fi LIBS=$gl_save_LIBS if test "$ac_cv_search_inet_ntop" != "no" \ && test "$ac_cv_search_inet_ntop" != "none required"; then INET_NTOP_LIB="$ac_cv_search_inet_ntop" fi ac_fn_c_check_decl "$LINENO" "inet_ntop" "ac_cv_have_decl_inet_ntop" "#include #if HAVE_NETDB_H # include #endif " if test "x$ac_cv_have_decl_inet_ntop" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_INET_NTOP $ac_have_decl _ACEOF if test $ac_cv_have_decl_inet_ntop = no; then HAVE_DECL_INET_NTOP=0 fi fi if test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1; then gl_LIBOBJS="$gl_LIBOBJS inet_ntop.$ac_objext" fi GNULIB_INET_NTOP=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler generally respects inline" >&5 $as_echo_n "checking whether the compiler generally respects inline... " >&6; } if ${gl_cv_c_inline_effective+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_c_inline = no; then gl_cv_c_inline_effective=no else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifdef __NO_INLINE__ #error "inline is not effective" #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_c_inline_effective=yes else gl_cv_c_inline_effective=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_c_inline_effective" >&5 $as_echo "$gl_cv_c_inline_effective" >&6; } if test $gl_cv_c_inline_effective = yes; then $as_echo "#define HAVE_INLINE 1" >>confdefs.h fi LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\"" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lseek detects pipes" >&5 $as_echo_n "checking whether lseek detects pipes... " >&6; } if ${gl_cv_func_lseek_pipe+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in mingw*) gl_cv_func_lseek_pipe=no ;; *) if test $cross_compiling = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* for off_t */ #include /* for SEEK_CUR */ #if HAVE_UNISTD_H # include #else /* on Windows with MSVC */ # include #endif int main () { /* Exit with success only if stdin is seekable. */ return lseek (0, (off_t)0, SEEK_CUR) < 0; ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if test -s conftest$ac_exeext \ && ./conftest$ac_exeext < conftest.$ac_ext \ && test 1 = "`echo hi \ | { ./conftest$ac_exeext; echo $?; cat >/dev/null; }`"; then gl_cv_func_lseek_pipe=yes else gl_cv_func_lseek_pipe=no fi else gl_cv_func_lseek_pipe=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined __BEOS__ /* BeOS mistakenly return 0 when trying to seek on pipes. */ Choke me. #endif _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_lseek_pipe=yes else gl_cv_func_lseek_pipe=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_lseek_pipe" >&5 $as_echo "$gl_cv_func_lseek_pipe" >&6; } if test $gl_cv_func_lseek_pipe = no; then REPLACE_LSEEK=1 $as_echo "#define LSEEK_PIPE_BROKEN 1" >>confdefs.h fi if test $WINDOWS_64_BIT_OFF_T = 1; then REPLACE_LSEEK=1 fi if test $REPLACE_LSEEK = 1; then gl_LIBOBJS="$gl_LIBOBJS lseek.$ac_objext" fi GNULIB_LSEEK=1 $as_echo "#define GNULIB_TEST_LSEEK 1" >>confdefs.h if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; } if ${gl_cv_func_mbrtowc_incomplete_state+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on AIX and OSF/1. aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; esac if test $LOCALE_JA != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) if (mbsinit (&state)) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_incomplete_state=yes else gl_cv_func_mbrtowc_incomplete_state=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 $as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; } if ${gl_cv_func_mbrtowc_sanitycheck+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on Solaris 8. solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; esac if test $LOCALE_ZH_CN != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { /* This fails on Solaris 8: mbrtowc returns 2, and sets wc to 0x00F0. mbtowc returns 4 (correct) and sets wc to 0x5EDC. */ if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 6, &state) != 4 && mbtowc (&wc, input + 3, 6) == 4) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_sanitycheck=yes else gl_cv_func_mbrtowc_sanitycheck=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 $as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; } REPLACE_MBSTATE_T=0 case "$gl_cv_func_mbrtowc_incomplete_state" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac case "$gl_cv_func_mbrtowc_sanitycheck" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac else REPLACE_MBSTATE_T=1 fi if test $ac_cv_func_mbrtowc = no; then HAVE_MBRTOWC=0 ac_fn_c_check_decl "$LINENO" "mbrtowc" "ac_cv_have_decl_mbrtowc" " /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include " if test "x$ac_cv_have_decl_mbrtowc" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_MBRTOWC $ac_have_decl _ACEOF if test $ac_cv_have_decl_mbrtowc = yes; then REPLACE_MBRTOWC=1 fi else if test $REPLACE_MBSTATE_T = 1; then REPLACE_MBRTOWC=1 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5 $as_echo_n "checking whether mbrtowc handles a NULL pwc argument... " >&6; } if ${gl_cv_func_mbrtowc_null_arg1+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on Solaris. solaris*) gl_cv_func_mbrtowc_null_arg1="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_null_arg1="guessing yes" ;; esac if test $LOCALE_FR_UTF8 != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { int result = 0; if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { char input[] = "\303\237er"; mbstate_t state; wchar_t wc; size_t ret; memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 5, &state); if (ret != 2) result |= 1; if (!mbsinit (&state)) result |= 2; memset (&state, '\0', sizeof (mbstate_t)); ret = mbrtowc (NULL, input, 5, &state); if (ret != 2) /* Solaris 7 fails here: ret is -1. */ result |= 4; if (!mbsinit (&state)) result |= 8; } return result; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_null_arg1=yes else gl_cv_func_mbrtowc_null_arg1=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg1" >&5 $as_echo "$gl_cv_func_mbrtowc_null_arg1" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL string argument" >&5 $as_echo_n "checking whether mbrtowc handles a NULL string argument... " >&6; } if ${gl_cv_func_mbrtowc_null_arg2+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on OSF/1. osf*) gl_cv_func_mbrtowc_null_arg2="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_null_arg2="guessing yes" ;; esac if test $LOCALE_FR_UTF8 != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { mbstate_t state; wchar_t wc; int ret; memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; mbrtowc (&wc, NULL, 5, &state); /* Check that wc was not modified. */ if (wc != (wchar_t) 0xBADFACE) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_null_arg2=yes else gl_cv_func_mbrtowc_null_arg2=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_null_arg2" >&5 $as_echo "$gl_cv_func_mbrtowc_null_arg2" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc has a correct return value" >&5 $as_echo_n "checking whether mbrtowc has a correct return value... " >&6; } if ${gl_cv_func_mbrtowc_retval+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on HP-UX, Solaris, native Windows. hpux* | solaris* | mingw*) gl_cv_func_mbrtowc_retval="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_retval="guessing yes" ;; esac if test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none \ || { case "$host_os" in mingw*) true;; *) false;; esac; }; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { int result = 0; int found_some_locale = 0; /* This fails on Solaris. */ if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { char input[] = "B\303\274\303\237er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) { input[1] = '\0'; if (mbrtowc (&wc, input + 2, 5, &state) != 1) result |= 1; } found_some_locale = 1; } /* This fails on HP-UX 11.11. */ if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) { input[1] = '\0'; if (mbrtowc (&wc, input + 2, 5, &state) != 2) result |= 2; } found_some_locale = 1; } /* This fails on native Windows. */ if (setlocale (LC_ALL, "Japanese_Japan.932") != NULL) { char input[] = "<\223\372\226\173\214\352>"; /* "<日本語>" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2)) { input[3] = '\0'; if (mbrtowc (&wc, input + 4, 4, &state) != 1) result |= 4; } found_some_locale = 1; } if (setlocale (LC_ALL, "Chinese_Taiwan.950") != NULL) { char input[] = "<\244\351\245\273\273\171>"; /* "<日本語>" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2)) { input[3] = '\0'; if (mbrtowc (&wc, input + 4, 4, &state) != 1) result |= 8; } found_some_locale = 1; } if (setlocale (LC_ALL, "Chinese_China.936") != NULL) { char input[] = "<\310\325\261\276\325\132>"; /* "<日本語>" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2)) { input[3] = '\0'; if (mbrtowc (&wc, input + 4, 4, &state) != 1) result |= 16; } found_some_locale = 1; } return (found_some_locale ? result : 77); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_retval=yes else if test $? != 77; then gl_cv_func_mbrtowc_retval=no fi fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_retval" >&5 $as_echo "$gl_cv_func_mbrtowc_retval" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc returns 0 when parsing a NUL character" >&5 $as_echo_n "checking whether mbrtowc returns 0 when parsing a NUL character... " >&6; } if ${gl_cv_func_mbrtowc_nul_retval+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on Solaris 8 and 9. solaris2.[89]) gl_cv_func_mbrtowc_nul_retval="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_nul_retval="guessing yes" ;; esac if test $LOCALE_ZH_CN != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { /* This fails on Solaris 8 and 9. */ if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, "", 1, &state) != 0) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_nul_retval=yes else gl_cv_func_mbrtowc_nul_retval=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_nul_retval" >&5 $as_echo "$gl_cv_func_mbrtowc_nul_retval" >&6; } case "$gl_cv_func_mbrtowc_null_arg1" in *yes) ;; *) $as_echo "#define MBRTOWC_NULL_ARG1_BUG 1" >>confdefs.h REPLACE_MBRTOWC=1 ;; esac case "$gl_cv_func_mbrtowc_null_arg2" in *yes) ;; *) $as_echo "#define MBRTOWC_NULL_ARG2_BUG 1" >>confdefs.h REPLACE_MBRTOWC=1 ;; esac case "$gl_cv_func_mbrtowc_retval" in *yes) ;; *) $as_echo "#define MBRTOWC_RETVAL_BUG 1" >>confdefs.h REPLACE_MBRTOWC=1 ;; esac case "$gl_cv_func_mbrtowc_nul_retval" in *yes) ;; *) $as_echo "#define MBRTOWC_NUL_RETVAL_BUG 1" >>confdefs.h REPLACE_MBRTOWC=1 ;; esac fi fi if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then gl_LIBOBJS="$gl_LIBOBJS mbrtowc.$ac_objext" : fi GNULIB_MBRTOWC=1 $as_echo "#define GNULIB_TEST_MBRTOWC 1" >>confdefs.h if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; } if ${gl_cv_func_mbrtowc_incomplete_state+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on AIX and OSF/1. aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; esac if test $LOCALE_JA != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) if (mbsinit (&state)) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_incomplete_state=yes else gl_cv_func_mbrtowc_incomplete_state=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 $as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; } if ${gl_cv_func_mbrtowc_sanitycheck+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on Solaris 8. solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; esac if test $LOCALE_ZH_CN != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { /* This fails on Solaris 8: mbrtowc returns 2, and sets wc to 0x00F0. mbtowc returns 4 (correct) and sets wc to 0x5EDC. */ if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 6, &state) != 4 && mbtowc (&wc, input + 3, 6) == 4) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_sanitycheck=yes else gl_cv_func_mbrtowc_sanitycheck=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 $as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; } REPLACE_MBSTATE_T=0 case "$gl_cv_func_mbrtowc_incomplete_state" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac case "$gl_cv_func_mbrtowc_sanitycheck" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac else REPLACE_MBSTATE_T=1 fi if test $ac_cv_func_mbsinit = no; then HAVE_MBSINIT=0 ac_fn_c_check_decl "$LINENO" "mbsinit" "ac_cv_have_decl_mbsinit" " /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include " if test "x$ac_cv_have_decl_mbsinit" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_MBSINIT $ac_have_decl _ACEOF if test $ac_cv_have_decl_mbsinit = yes; then REPLACE_MBSINIT=1 fi else if test $REPLACE_MBSTATE_T = 1; then REPLACE_MBSINIT=1 else case "$host_os" in mingw*) REPLACE_MBSINIT=1 ;; esac fi fi if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then gl_LIBOBJS="$gl_LIBOBJS mbsinit.$ac_objext" : fi GNULIB_MBSINIT=1 $as_echo "#define GNULIB_TEST_MBSINIT 1" >>confdefs.h if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then gl_LIBOBJS="$gl_LIBOBJS memchr.$ac_objext" for ac_header in bp-sym.h do : ac_fn_c_check_header_mongrel "$LINENO" "bp-sym.h" "ac_cv_header_bp_sym_h" "$ac_includes_default" if test "x$ac_cv_header_bp_sym_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_BP_SYM_H 1 _ACEOF fi done fi GNULIB_MEMCHR=1 $as_echo "#define GNULIB_TEST_MEMCHR 1" >>confdefs.h if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 $as_echo "#define HAVE_MSVC_INVALID_PARAMETER_HANDLER 1" >>confdefs.h else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then gl_LIBOBJS="$gl_LIBOBJS msvc-inval.$ac_objext" fi if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then gl_LIBOBJS="$gl_LIBOBJS msvc-nothrow.$ac_objext" fi if test $gl_cv_have_include_next = yes; then gl_cv_next_netdb_h='<'netdb.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_netdb_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_netdb_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'netdb.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_netdb_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_netdb_h='<'netdb.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_netdb_h" >&5 $as_echo "$gl_cv_next_netdb_h" >&6; } fi NEXT_NETDB_H=$gl_cv_next_netdb_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'netdb.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_netdb_h fi NEXT_AS_FIRST_DIRECTIVE_NETDB_H=$gl_next_as_first_directive if test $ac_cv_header_netdb_h = yes; then HAVE_NETDB_H=1 else HAVE_NETDB_H=0 fi for gl_func in getaddrinfo freeaddrinfo gai_strerror getnameinfo; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 $as_echo_n "checking whether is self-contained... " >&6; } if ${gl_cv_header_netinet_in_h_selfcontained+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_netinet_in_h_selfcontained=yes else gl_cv_header_netinet_in_h_selfcontained=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_netinet_in_h_selfcontained" >&5 $as_echo "$gl_cv_header_netinet_in_h_selfcontained" >&6; } if test $gl_cv_header_netinet_in_h_selfcontained = yes; then NETINET_IN_H='' else NETINET_IN_H='netinet/in.h' for ac_header in netinet/in.h do : ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default" if test "x$ac_cv_header_netinet_in_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_NETINET_IN_H 1 _ACEOF fi done if test $gl_cv_have_include_next = yes; then gl_cv_next_netinet_in_h='<'netinet/in.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_netinet_in_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_netinet_in_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'netinet/in.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_netinet_in_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_netinet_in_h='<'netinet/in.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_netinet_in_h" >&5 $as_echo "$gl_cv_next_netinet_in_h" >&6; } fi NEXT_NETINET_IN_H=$gl_cv_next_netinet_in_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'netinet/in.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_netinet_in_h fi NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H=$gl_next_as_first_directive if test $ac_cv_header_netinet_in_h = yes; then HAVE_NETINET_IN_H=1 else HAVE_NETINET_IN_H=0 fi fi if test -n "$NETINET_IN_H"; then GL_GENERATE_NETINET_IN_H_TRUE= GL_GENERATE_NETINET_IN_H_FALSE='#' else GL_GENERATE_NETINET_IN_H_TRUE='#' GL_GENERATE_NETINET_IN_H_FALSE= fi # Extract the first word of "pmccabe", so it can be a program name with args. set dummy pmccabe; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PMCCABE+:} false; then : $as_echo_n "(cached) " >&6 else case $PMCCABE in [\\/]* | ?:[\\/]*) ac_cv_path_PMCCABE="$PMCCABE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PMCCABE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_PMCCABE" && ac_cv_path_PMCCABE="false" ;; esac fi PMCCABE=$ac_cv_path_PMCCABE if test -n "$PMCCABE"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PMCCABE" >&5 $as_echo "$PMCCABE" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test $ac_cv_header_poll_h = no; then ac_cv_func_poll=no gl_cv_func_poll=no else ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll" if test "x$ac_cv_func_poll" = xyes; then : # Check whether poll() works on special files (like /dev/null) and # and ttys (like /dev/tty). On MacOS X 10.4.0 and AIX 5.3, it doesn't. if test "$cross_compiling" = yes; then : # When cross-compiling, assume that poll() works everywhere except on # MacOS X or AIX, regardless of its version. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if (defined(__APPLE__) && defined(__MACH__)) || defined(_AIX) This is MacOSX or AIX #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "MacOSX" >/dev/null 2>&1; then : gl_cv_func_poll=no else gl_cv_func_poll=yes fi rm -f conftest* else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main() { int result = 0; struct pollfd ufd; /* Try /dev/null for reading. */ ufd.fd = open ("/dev/null", O_RDONLY); /* If /dev/null does not exist, it's not MacOS X nor AIX. */ if (ufd.fd >= 0) { ufd.events = POLLIN; ufd.revents = 0; if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLIN)) result |= 1; } /* Try /dev/null for writing. */ ufd.fd = open ("/dev/null", O_WRONLY); /* If /dev/null does not exist, it's not MacOS X nor AIX. */ if (ufd.fd >= 0) { ufd.events = POLLOUT; ufd.revents = 0; if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLOUT)) result |= 2; } /* Trying /dev/tty may be too environment dependent. */ return result; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_poll=yes else gl_cv_func_poll=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi if test $gl_cv_func_poll != yes; then ac_fn_c_check_func "$LINENO" "poll" "ac_cv_func_poll" if test "x$ac_cv_func_poll" = xyes; then : ac_cv_func_poll=yes else ac_cv_func_poll=no fi if test $ac_cv_func_poll = no; then HAVE_POLL=0 else REPLACE_POLL=1 fi fi if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then : else $as_echo "#define HAVE_POLL 1" >>confdefs.h fi LIB_POLL="$LIBSOCKET" if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then case "$host_os" in mingw*) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define WIN32_LEAN_AND_MEAN #include int main () { MsgWaitForMultipleObjects (0, NULL, 0, 0, 0); return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else LIB_POLL="$LIB_POLL -luser32" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ;; esac fi if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then gl_LIBOBJS="$gl_LIBOBJS poll.$ac_objext" fi GNULIB_POLL=1 $as_echo "#define GNULIB_TEST_POLL 1" >>confdefs.h if test $ac_cv_header_poll_h = yes; then HAVE_POLL_H=1 else HAVE_POLL_H=0 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_poll_h='<'poll.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_poll_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_poll_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'poll.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_poll_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_poll_h='<'poll.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_poll_h" >&5 $as_echo "$gl_cv_next_poll_h" >&6; } fi NEXT_POLL_H=$gl_cv_next_poll_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'poll.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_poll_h fi NEXT_AS_FIRST_DIRECTIVE_POLL_H=$gl_next_as_first_directive for gl_func in poll; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done ac_fn_c_check_decl "$LINENO" "program_invocation_name" "ac_cv_have_decl_program_invocation_name" "#include " if test "x$ac_cv_have_decl_program_invocation_name" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PROGRAM_INVOCATION_NAME $ac_have_decl _ACEOF ac_fn_c_check_decl "$LINENO" "program_invocation_short_name" "ac_cv_have_decl_program_invocation_short_name" "#include " if test "x$ac_cv_have_decl_program_invocation_short_name" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME $ac_have_decl _ACEOF : : use_additional=yes acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" # Check whether --with-libreadline-prefix was given. if test "${with_libreadline_prefix+set}" = set; then : withval=$with_libreadline_prefix; if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi fi LIBREADLINE= LTLIBREADLINE= INCREADLINE= LIBREADLINE_PREFIX= HAVE_LIBREADLINE= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='readline ' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIBREADLINE="${LTLIBREADLINE}${LTLIBREADLINE:+ }$value" else : fi else found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIBREADLINE; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then LTLIBREADLINE="${LTLIBREADLINE}${LTLIBREADLINE:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$found_so" else haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi if test "$acl_hardcode_direct" = yes; then LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$found_so" haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else haveit= for x in $LDFLAGS $LIBREADLINE; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$found_so" else LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$found_a" else LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }-L$found_dir -l$name" fi fi additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = 'readline'; then LIBREADLINE_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = 'readline'; then LIBREADLINE_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INCREADLINE; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then INCREADLINE="${INCREADLINE}${INCREADLINE:+ }-I$additional_includedir" fi fi fi fi fi if test -n "$found_la"; then save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIBREADLINE; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIBREADLINE; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then LTLIBREADLINE="${LTLIBREADLINE}${LTLIBREADLINE:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$dep" LTLIBREADLINE="${LTLIBREADLINE}${LTLIBREADLINE:+ }$dep" ;; esac done fi else LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }-l$name" LTLIBREADLINE="${LTLIBREADLINE}${LTLIBREADLINE:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$flag" else for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIBREADLINE="${LIBREADLINE}${LIBREADLINE:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then for found_dir in $ltrpathdirs; do LTLIBREADLINE="${LTLIBREADLINE}${LTLIBREADLINE:+ }-R$found_dir" done fi am_save_CPPFLAGS="$CPPFLAGS" for element in $INCREADLINE; do haveit= for x in $CPPFLAGS; do acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" eval x=\"$x\" exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline" >&5 $as_echo_n "checking for readline... " >&6; } if ${gl_cv_lib_readline+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_lib_readline=no am_save_LIBS="$LIBS" for extra_lib in "" ncurses termcap curses; do LIBS="$am_save_LIBS $LIBREADLINE" if test -n "$extra_lib"; then LIBS="$LIBS -l$extra_lib" fi cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { readline((char*)0); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if test -n "$extra_lib"; then gl_cv_lib_readline="yes, requires -l$extra_lib" else gl_cv_lib_readline="yes" fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$gl_cv_lib_readline" != no; then break fi done LIBS="$am_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_lib_readline" >&5 $as_echo "$gl_cv_lib_readline" >&6; } if test "$gl_cv_lib_readline" != no; then $as_echo "#define HAVE_READLINE 1" >>confdefs.h extra_lib=`echo "$gl_cv_lib_readline" | sed -n -e 's/yes, requires //p'` if test -n "$extra_lib"; then LIBREADLINE="$LIBREADLINE $extra_lib" LTLIBREADLINE="$LTLIBREADLINE $extra_lib" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libreadline" >&5 $as_echo_n "checking how to link with libreadline... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBREADLINE" >&5 $as_echo "$LIBREADLINE" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBREADLINE= LTLIBREADLINE= fi for ac_header in readline/readline.h readline/history.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test "$gl_cv_lib_readline" = no; then gl_LIBOBJS="$gl_LIBOBJS readline.$ac_objext" : fi if test $gl_cv_func_malloc_posix = yes; then $as_echo "#define HAVE_REALLOC_POSIX 1" >>confdefs.h else REPLACE_REALLOC=1 fi if test $REPLACE_REALLOC = 1; then gl_LIBOBJS="$gl_LIBOBJS realloc.$ac_objext" fi GNULIB_REALLOC_POSIX=1 $as_echo "#define GNULIB_TEST_REALLOC_POSIX 1" >>confdefs.h if test "$ac_cv_header_winsock2_h" = yes; then gl_LIBOBJS="$gl_LIBOBJS recv.$ac_objext" fi GNULIB_RECV=1 $as_echo "#define GNULIB_TEST_RECV 1" >>confdefs.h if test "$ac_cv_header_winsock2_h" = yes; then REPLACE_SELECT=1 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether select supports a 0 argument" >&5 $as_echo_n "checking whether select supports a 0 argument... " >&6; } if ${gl_cv_func_select_supports0+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess no on Interix. interix*) gl_cv_func_select_supports0="guessing no";; # Guess yes otherwise. *) gl_cv_func_select_supports0="guessing yes";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_SYS_SELECT_H #include #endif int main () { struct timeval timeout; timeout.tv_sec = 0; timeout.tv_usec = 5; return select (0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &timeout) < 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_select_supports0=yes else gl_cv_func_select_supports0=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_select_supports0" >&5 $as_echo "$gl_cv_func_select_supports0" >&6; } case "$gl_cv_func_select_supports0" in *yes) ;; *) REPLACE_SELECT=1 ;; esac fi LIB_SELECT="$LIBSOCKET" if test $REPLACE_SELECT = 1; then case "$host_os" in mingw*) cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #define WIN32_LEAN_AND_MEAN #include int main () { MsgWaitForMultipleObjects (0, NULL, 0, 0, 0); return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else LIB_SELECT="$LIB_SELECT -luser32" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ;; esac fi if test $REPLACE_SELECT = 1; then gl_LIBOBJS="$gl_LIBOBJS select.$ac_objext" fi GNULIB_SELECT=1 $as_echo "#define GNULIB_TEST_SELECT 1" >>confdefs.h SERVENT_LIB= gl_saved_libs="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getservbyname" >&5 $as_echo_n "checking for library containing getservbyname... " >&6; } if ${ac_cv_search_getservbyname+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char getservbyname (); int main () { return getservbyname (); ; return 0; } _ACEOF for ac_lib in '' socket network net; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_getservbyname=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_getservbyname+:} false; then : break fi done if ${ac_cv_search_getservbyname+:} false; then : else ac_cv_search_getservbyname=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getservbyname" >&5 $as_echo "$ac_cv_search_getservbyname" >&6; } ac_res=$ac_cv_search_getservbyname if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" if test "$ac_cv_search_getservbyname" != "none required"; then SERVENT_LIB="$ac_cv_search_getservbyname" fi fi LIBS="$gl_saved_libs" if test -z "$SERVENT_LIB"; then for ac_func in getservbyname do : ac_fn_c_check_func "$LINENO" "getservbyname" "ac_cv_func_getservbyname" if test "x$ac_cv_func_getservbyname" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETSERVBYNAME 1 _ACEOF else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getservbyname in winsock2.h and -lws2_32" >&5 $as_echo_n "checking for getservbyname in winsock2.h and -lws2_32... " >&6; } if ${gl_cv_w32_getservbyname+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_w32_getservbyname=no gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_WINSOCK2_H #include #endif #include int main () { getservbyname(NULL,NULL); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_w32_getservbyname=yes fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_w32_getservbyname" >&5 $as_echo "$gl_cv_w32_getservbyname" >&6; } if test "$gl_cv_w32_getservbyname" = "yes"; then SERVENT_LIB="-lws2_32" fi fi done fi if test "$ac_cv_header_winsock2_h" = yes; then gl_LIBOBJS="$gl_LIBOBJS shutdown.$ac_objext" fi GNULIB_SHUTDOWN=1 $as_echo "#define GNULIB_TEST_SHUTDOWN 1" >>confdefs.h if test $gl_cv_have_include_next = yes; then gl_cv_next_signal_h='<'signal.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_signal_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'signal.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_signal_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_signal_h" >&5 $as_echo "$gl_cv_next_signal_h" >&6; } fi NEXT_SIGNAL_H=$gl_cv_next_signal_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'signal.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_signal_h fi NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=$gl_next_as_first_directive # AIX declares sig_atomic_t to already include volatile, and C89 compilers # then choke on 'volatile sig_atomic_t'. C99 requires that it compile. ac_fn_c_check_type "$LINENO" "volatile sig_atomic_t" "ac_cv_type_volatile_sig_atomic_t" " #include " if test "x$ac_cv_type_volatile_sig_atomic_t" = xyes; then : else HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0 fi ac_fn_c_check_type "$LINENO" "sighandler_t" "ac_cv_type_sighandler_t" " #include " if test "x$ac_cv_type_sighandler_t" = xyes; then : else HAVE_SIGHANDLER_T=0 fi for gl_func in pthread_sigmask sigaction sigaddset sigdelset sigemptyset sigfillset sigismember sigpending sigprocmask; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done for ac_header in stdint.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" if test "x$ac_cv_header_stdint_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDINT_H 1 _ACEOF fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SIZE_MAX" >&5 $as_echo_n "checking for SIZE_MAX... " >&6; } if ${gl_cv_size_max+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_size_max= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_STDINT_H #include #endif #ifdef SIZE_MAX Found it #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "Found it" >/dev/null 2>&1; then : gl_cv_size_max=yes fi rm -f conftest* if test -z "$gl_cv_size_max"; then if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) * CHAR_BIT - 1" "size_t_bits_minus_1" "#include #include "; then : else size_t_bits_minus_1= fi if ac_fn_c_compute_int "$LINENO" "sizeof (size_t) <= sizeof (unsigned int)" "fits_in_uint" "#include "; then : else fits_in_uint= fi if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then if test $fits_in_uint = 1; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include extern size_t foo; extern unsigned long foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : fits_in_uint=0 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $fits_in_uint = 1; then gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" else gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)" fi else gl_cv_size_max='((size_t)~(size_t)0)' fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_size_max" >&5 $as_echo "$gl_cv_size_max" >&6; } if test "$gl_cv_size_max" != yes; then cat >>confdefs.h <<_ACEOF #define SIZE_MAX $gl_cv_size_max _ACEOF fi gl_cv_func_snprintf_usable=no for ac_func in snprintf do : ac_fn_c_check_func "$LINENO" "snprintf" "ac_cv_func_snprintf" if test "x$ac_cv_func_snprintf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SNPRINTF 1 _ACEOF fi done if test $ac_cv_func_snprintf = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether snprintf respects a size of 1" >&5 $as_echo_n "checking whether snprintf respects a size of 1... " >&6; } if ${gl_cv_func_snprintf_size1+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : gl_cv_func_snprintf_size1="guessing yes" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif int main() { static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; my_snprintf (buf, 1, "%d", 12345); return buf[1] != 'E'; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_snprintf_size1=yes else gl_cv_func_snprintf_size1=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_snprintf_size1" >&5 $as_echo "$gl_cv_func_snprintf_size1" >&6; } case "$gl_cv_func_snprintf_size1" in *yes) case "$gl_cv_func_snprintf_retval_c99" in *yes) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether printf supports POSIX/XSI format strings with positions" >&5 $as_echo_n "checking whether printf supports POSIX/XSI format strings with positions... " >&6; } if ${gl_cv_func_printf_positions+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in netbsd[1-3]* | netbsdelf[1-3]* | netbsdaout[1-3]* | netbsdcoff[1-3]*) gl_cv_func_printf_positions="guessing no";; beos*) gl_cv_func_printf_positions="guessing no";; mingw* | pw*) gl_cv_func_printf_positions="guessing no";; *) gl_cv_func_printf_positions="guessing yes";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* The string "%2$d %1$d", with dollar characters protected from the shell's dollar expansion (possibly an autoconf bug). */ static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; static char buf[100]; int main () { sprintf (buf, format, 33, 55); return (strcmp (buf, "55 33") != 0); } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_printf_positions=yes else gl_cv_func_printf_positions=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_printf_positions" >&5 $as_echo "$gl_cv_func_printf_positions" >&6; } case "$gl_cv_func_printf_positions" in *yes) gl_cv_func_snprintf_usable=yes ;; esac ;; esac ;; esac fi if test $gl_cv_func_snprintf_usable = no; then gl_LIBOBJS="$gl_LIBOBJS snprintf.$ac_objext" if test $ac_cv_func_snprintf = yes; then REPLACE_SNPRINTF=1 fi : fi if test $ac_cv_have_decl_snprintf = no; then HAVE_DECL_SNPRINTF=0 fi GNULIB_SNPRINTF=1 $as_echo "#define GNULIB_TEST_SNPRINTF 1" >>confdefs.h cat >>confdefs.h <<_ACEOF #define GNULIB_SNPRINTF 1 _ACEOF if test "$ac_cv_header_winsock2_h" = yes; then gl_LIBOBJS="$gl_LIBOBJS socket.$ac_objext" fi # When this module is used, sockets may actually occur as file descriptors, # hence it is worth warning if the modules 'close' and 'ioctl' are not used. if test "$ac_cv_header_winsock2_h" = yes; then UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=1 SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=1 fi GNULIB_SOCKET=1 $as_echo "#define GNULIB_TEST_SOCKET 1" >>confdefs.h if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi LIBSOCKET= if test $HAVE_WINSOCK2_H = 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we need to call WSAStartup in winsock2.h and -lws2_32" >&5 $as_echo_n "checking if we need to call WSAStartup in winsock2.h and -lws2_32... " >&6; } if ${gl_cv_func_wsastartup+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef HAVE_WINSOCK2_H # include #endif int main () { WORD wVersionRequested = MAKEWORD(1, 1); WSADATA wsaData; int err = WSAStartup(wVersionRequested, &wsaData); WSACleanup (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_func_wsastartup=yes else gl_cv_func_wsastartup=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS="$gl_save_LIBS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wsastartup" >&5 $as_echo "$gl_cv_func_wsastartup" >&6; } if test "$gl_cv_func_wsastartup" = "yes"; then $as_echo "#define WINDOWS_SOCKETS 1" >>confdefs.h LIBSOCKET='-lws2_32' fi else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing setsockopt" >&5 $as_echo_n "checking for library containing setsockopt... " >&6; } if ${gl_cv_lib_socket+:} false; then : $as_echo_n "(cached) " >&6 else gl_cv_lib_socket= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else gl_save_LIBS="$LIBS" LIBS="$gl_save_LIBS -lsocket" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_lib_socket="-lsocket" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$gl_cv_lib_socket"; then LIBS="$gl_save_LIBS -lnetwork" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_lib_socket="-lnetwork" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$gl_cv_lib_socket"; then LIBS="$gl_save_LIBS -lnet" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ extern #ifdef __cplusplus "C" #endif char setsockopt(); int main () { setsockopt(); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : gl_cv_lib_socket="-lnet" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi fi LIBS="$gl_save_LIBS" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$gl_cv_lib_socket"; then gl_cv_lib_socket="none needed" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_lib_socket" >&5 $as_echo "$gl_cv_lib_socket" >&6; } if test "$gl_cv_lib_socket" != "none needed"; then LIBSOCKET="$gl_cv_lib_socket" fi fi : ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" " /* is not needed according to POSIX, but the in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #if HAVE_SYS_SOCKET_H # include #elif HAVE_WS2TCPIP_H # include #endif " if test "x$ac_cv_type_socklen_t" = xyes; then : else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t equivalent" >&5 $as_echo_n "checking for socklen_t equivalent... " >&6; } if ${gl_cv_socklen_t_equiv+:} false; then : $as_echo_n "(cached) " >&6 else # Systems have either "struct sockaddr *" or # "void *" as the second argument to getpeername gl_cv_socklen_t_equiv= for arg2 in "struct sockaddr" void; do for t in int size_t "unsigned int" "long int" "unsigned long int"; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int getpeername (int, $arg2 *, $t *); int main () { $t len; getpeername (0, 0, &len); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_socklen_t_equiv="$t" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$gl_cv_socklen_t_equiv" != "" && break done test "$gl_cv_socklen_t_equiv" != "" && break done fi if test "$gl_cv_socklen_t_equiv" = ""; then as_fn_error $? "Cannot find a type to use in place of socklen_t" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_socklen_t_equiv" >&5 $as_echo "$gl_cv_socklen_t_equiv" >&6; } cat >>confdefs.h <<_ACEOF #define socklen_t $gl_cv_socklen_t_equiv _ACEOF fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ssize_t" >&5 $as_echo_n "checking for ssize_t... " >&6; } if ${gt_cv_ssize_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_ssize_t=yes else gt_cv_ssize_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_ssize_t" >&5 $as_echo "$gt_cv_ssize_t" >&6; } if test $gt_cv_ssize_t = no; then $as_echo "#define ssize_t int" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working stdalign.h" >&5 $as_echo_n "checking for working stdalign.h... " >&6; } if ${gl_cv_header_working_stdalign_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Test that alignof yields a result consistent with offsetof. This catches GCC bug 52023 . */ #ifdef __cplusplus template struct alignof_helper { char a; t b; }; # define ao(type) offsetof (alignof_helper, b) #else # define ao(type) offsetof (struct { char a; type b; }, b) #endif char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1]; char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1]; char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1]; /* Test _Alignas only on platforms where gnulib can help. */ #if \ (__GNUC__ || __IBMC__ || __IBMCPP__ \ || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER) int alignas (8) alignas_int = 1; char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1]; #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_working_stdalign_h=yes else gl_cv_header_working_stdalign_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_working_stdalign_h" >&5 $as_echo "$gl_cv_header_working_stdalign_h" >&6; } if test $gl_cv_header_working_stdalign_h = yes; then STDALIGN_H='' else STDALIGN_H='stdalign.h' fi if test -n "$STDALIGN_H"; then GL_GENERATE_STDALIGN_H_TRUE= GL_GENERATE_STDALIGN_H_FALSE='#' else GL_GENERATE_STDALIGN_H_TRUE='#' GL_GENERATE_STDALIGN_H_FALSE= fi STDARG_H='' NEXT_STDARG_H='' { $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5 $as_echo_n "checking for va_copy... " >&6; } if ${gl_cv_func_va_copy+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef va_copy void (*func) (va_list, va_list) = va_copy; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_va_copy=yes else gl_cv_func_va_copy=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_va_copy" >&5 $as_echo "$gl_cv_func_va_copy" >&6; } if test $gl_cv_func_va_copy = no; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if defined _AIX && !defined __GNUC__ AIX vaccine #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "vaccine" >/dev/null 2>&1; then : gl_aixcc=yes else gl_aixcc=no fi rm -f conftest* if test $gl_aixcc = yes; then STDARG_H=stdarg.h if test $gl_cv_have_include_next = yes; then gl_cv_next_stdarg_h='<'stdarg.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdarg_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdarg.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stdarg_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdarg_h" >&5 $as_echo "$gl_cv_next_stdarg_h" >&6; } fi NEXT_STDARG_H=$gl_cv_next_stdarg_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdarg.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdarg_h fi NEXT_AS_FIRST_DIRECTIVE_STDARG_H=$gl_next_as_first_directive if test "$gl_cv_next_stdarg_h" = '""'; then gl_cv_next_stdarg_h='"///usr/include/stdarg.h"' NEXT_STDARG_H="$gl_cv_next_stdarg_h" fi else saved_as_echo_n="$as_echo_n" as_echo_n=':' if ${gl_cv_func___va_copy+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef __va_copy error, bail out #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func___va_copy=yes else gl_cv_func___va_copy=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi as_echo_n="$saved_as_echo_n" if test $gl_cv_func___va_copy = yes; then $as_echo "#define va_copy __va_copy" >>confdefs.h else $as_echo "#define va_copy gl_va_copy" >>confdefs.h fi fi fi if test -n "$STDARG_H"; then GL_GENERATE_STDARG_H_TRUE= GL_GENERATE_STDARG_H_FALSE='#' else GL_GENERATE_STDARG_H_TRUE='#' GL_GENERATE_STDARG_H_FALSE= fi # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi if test -n "$STDBOOL_H"; then GL_GENERATE_STDBOOL_H_TRUE= GL_GENERATE_STDBOOL_H_FALSE='#' else GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE= fi if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi STDDEF_H= if test $gt_cv_c_wchar_t = no; then HAVE_WCHAR_T=0 STDDEF_H=stddef.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NULL can be used in arbitrary expressions" >&5 $as_echo_n "checking whether NULL can be used in arbitrary expressions... " >&6; } if ${gl_cv_decl_null_works+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int test[2 * (sizeof NULL == sizeof (void *)) -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_decl_null_works=yes else gl_cv_decl_null_works=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_decl_null_works" >&5 $as_echo "$gl_cv_decl_null_works" >&6; } if test $gl_cv_decl_null_works = no; then REPLACE_NULL=1 STDDEF_H=stddef.h fi if test -n "$STDDEF_H"; then GL_GENERATE_STDDEF_H_TRUE= GL_GENERATE_STDDEF_H_FALSE='#' else GL_GENERATE_STDDEF_H_TRUE='#' GL_GENERATE_STDDEF_H_FALSE= fi if test -n "$STDDEF_H"; then if test $gl_cv_have_include_next = yes; then gl_cv_next_stddef_h='<'stddef.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stddef_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stddef.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stddef_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stddef_h" >&5 $as_echo "$gl_cv_next_stddef_h" >&6; } fi NEXT_STDDEF_H=$gl_cv_next_stddef_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stddef.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stddef_h fi NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=$gl_next_as_first_directive fi if test $gl_cv_have_include_next = yes; then gl_cv_next_stdio_h='<'stdio.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdio_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdio.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stdio_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdio_h" >&5 $as_echo "$gl_cv_next_stdio_h" >&6; } fi NEXT_STDIO_H=$gl_cv_next_stdio_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdio.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdio_h fi NEXT_AS_FIRST_DIRECTIVE_STDIO_H=$gl_next_as_first_directive GNULIB_FSCANF=1 GNULIB_SCANF=1 GNULIB_FGETC=1 GNULIB_GETC=1 GNULIB_GETCHAR=1 GNULIB_FGETS=1 GNULIB_FREAD=1 GNULIB_FPRINTF=1 GNULIB_PRINTF=1 GNULIB_VFPRINTF=1 GNULIB_VPRINTF=1 GNULIB_FPUTC=1 GNULIB_PUTC=1 GNULIB_PUTCHAR=1 GNULIB_FPUTS=1 GNULIB_PUTS=1 GNULIB_FWRITE=1 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $gl_cv_have_include_next = yes; then gl_cv_next_stdlib_h='<'stdlib.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_stdlib_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'stdlib.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_stdlib_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_stdlib_h" >&5 $as_echo "$gl_cv_next_stdlib_h" >&6; } fi NEXT_STDLIB_H=$gl_cv_next_stdlib_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'stdlib.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_stdlib_h fi NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=$gl_next_as_first_directive for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r random random_r realpath rpmatch setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_SYS_LOADAVG_H # include #endif #if HAVE_RANDOM_H # include #endif int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test "$ERRNO_H:$REPLACE_STRERROR_0" = :0; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strerror function" >&5 $as_echo_n "checking for working strerror function... " >&6; } if ${gl_cv_func_working_strerror+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_working_strerror="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_working_strerror="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { if (!*strerror (-2)) return 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_working_strerror=yes else gl_cv_func_working_strerror=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_working_strerror" >&5 $as_echo "$gl_cv_func_working_strerror" >&6; } case "$gl_cv_func_working_strerror" in *yes) ;; *) REPLACE_STRERROR=1 ;; esac else REPLACE_STRERROR=1 fi if test $REPLACE_STRERROR = 1; then gl_LIBOBJS="$gl_LIBOBJS strerror.$ac_objext" fi cat >>confdefs.h <<_ACEOF #define GNULIB_STRERROR 1 _ACEOF GNULIB_STRERROR=1 $as_echo "#define GNULIB_TEST_STRERROR 1" >>confdefs.h if test -n "$ERRNO_H" || test $REPLACE_STRERROR_0 = 1; then gl_LIBOBJS="$gl_LIBOBJS strerror-override.$ac_objext" if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi fi if test $gl_cond_libtool = false; then gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV" gl_libdeps="$gl_libdeps $LIBICONV" fi for ac_func in strtok_r do : ac_fn_c_check_func "$LINENO" "strtok_r" "ac_cv_func_strtok_r" if test "x$ac_cv_func_strtok_r" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRTOK_R 1 _ACEOF fi done if test $ac_cv_func_strtok_r = yes; then HAVE_STRTOK_R=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtok_r works" >&5 $as_echo_n "checking whether strtok_r works... " >&6; } if ${gl_cv_func_strtok_r_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess no on glibc systems. *-gnu*) gl_cv_func_strtok_r_works="guessing no";; *) gl_cv_func_strtok_r_works="guessing yes";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __OPTIMIZE__ # define __OPTIMIZE__ 1 #endif #undef __OPTIMIZE_SIZE__ #undef __NO_INLINE__ #include #include int main () { static const char dummy[] = "\177\01a"; char delimiters[] = "xxxxxxxx"; char *save_ptr = (char *) dummy; strtok_r (delimiters, "x", &save_ptr); strtok_r (NULL, "x", &save_ptr); return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_strtok_r_works=yes else gl_cv_func_strtok_r_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_strtok_r_works" >&5 $as_echo "$gl_cv_func_strtok_r_works" >&6; } case "$gl_cv_func_strtok_r_works" in *no) UNDEFINE_STRTOK_R=1 ;; esac else HAVE_STRTOK_R=0 fi if test $ac_cv_have_decl_strtok_r = no; then HAVE_DECL_STRTOK_R=0 fi if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then gl_LIBOBJS="$gl_LIBOBJS strtok_r.$ac_objext" : fi GNULIB_STRTOK_R=1 $as_echo "#define GNULIB_TEST_STRTOK_R 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 $as_echo_n "checking whether is self-contained... " >&6; } if ${gl_cv_header_sys_select_h_selfcontained+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { struct timeval b; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_sys_select_h_selfcontained=yes else gl_cv_header_sys_select_h_selfcontained=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $gl_cv_header_sys_select_h_selfcontained = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int memset; int bzero; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef memset #define memset nonexistent_memset extern #ifdef __cplusplus "C" #endif void *memset (void *, int, unsigned long); #undef bzero #define bzero nonexistent_bzero extern #ifdef __cplusplus "C" #endif void bzero (void *, unsigned long); fd_set fds; FD_ZERO (&fds); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : else gl_cv_header_sys_select_h_selfcontained=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_select_h_selfcontained" >&5 $as_echo "$gl_cv_header_sys_select_h_selfcontained" >&6; } if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_select_h='<'sys/select.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_select_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_select_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/select.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_select_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_select_h='<'sys/select.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_select_h" >&5 $as_echo "$gl_cv_next_sys_select_h" >&6; } fi NEXT_SYS_SELECT_H=$gl_cv_next_sys_select_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/select.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_select_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=$gl_next_as_first_directive if test $ac_cv_header_sys_select_h = yes; then HAVE_SYS_SELECT_H=1 else HAVE_SYS_SELECT_H=0 fi if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi for gl_func in pselect select; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Some systems require prerequisite headers. */ #include #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H # include #endif #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done case "$host_os" in osf*) $as_echo "#define _POSIX_PII_SOCKET 1" >>confdefs.h ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether is self-contained" >&5 $as_echo_n "checking whether is self-contained... " >&6; } if ${gl_cv_header_sys_socket_h_selfcontained+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_sys_socket_h_selfcontained=yes else gl_cv_header_sys_socket_h_selfcontained=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_selfcontained" >&5 $as_echo "$gl_cv_header_sys_socket_h_selfcontained" >&6; } if test $gl_cv_header_sys_socket_h_selfcontained = yes; then for ac_func in shutdown do : ac_fn_c_check_func "$LINENO" "shutdown" "ac_cv_func_shutdown" if test "x$ac_cv_func_shutdown" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SHUTDOWN 1 _ACEOF fi done if test $ac_cv_func_shutdown = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether defines the SHUT_* macros" >&5 $as_echo_n "checking whether defines the SHUT_* macros... " >&6; } if ${gl_cv_header_sys_socket_h_shut+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR }; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_sys_socket_h_shut=yes else gl_cv_header_sys_socket_h_shut=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_sys_socket_h_shut" >&5 $as_echo "$gl_cv_header_sys_socket_h_shut" >&6; } if test $gl_cv_header_sys_socket_h_shut = no; then SYS_SOCKET_H='sys/socket.h' fi fi fi # We need to check for ws2tcpip.h now. if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_socket_h='<'sys/socket.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_socket_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_socket_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/socket.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_socket_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_socket_h='<'sys/socket.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_socket_h" >&5 $as_echo "$gl_cv_next_sys_socket_h" >&6; } fi NEXT_SYS_SOCKET_H=$gl_cv_next_sys_socket_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/socket.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_socket_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H=$gl_next_as_first_directive if test $ac_cv_header_sys_socket_h = yes; then HAVE_SYS_SOCKET_H=1 HAVE_WS2TCPIP_H=0 else HAVE_SYS_SOCKET_H=0 if test $ac_cv_header_ws2tcpip_h = yes; then HAVE_WS2TCPIP_H=1 else HAVE_WS2TCPIP_H=0 fi fi ac_fn_c_check_type "$LINENO" "struct sockaddr_storage" "ac_cv_type_struct_sockaddr_storage" " /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_type_struct_sockaddr_storage" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_STORAGE 1 _ACEOF fi ac_fn_c_check_type "$LINENO" "sa_family_t" "ac_cv_type_sa_family_t" " /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_type_sa_family_t" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SA_FAMILY_T 1 _ACEOF fi if test $ac_cv_type_struct_sockaddr_storage = no; then HAVE_STRUCT_SOCKADDR_STORAGE=0 fi if test $ac_cv_type_sa_family_t = no; then HAVE_SA_FAMILY_T=0 fi if test $ac_cv_type_struct_sockaddr_storage != no; then ac_fn_c_check_member "$LINENO" "struct sockaddr_storage" "ss_family" "ac_cv_member_struct_sockaddr_storage_ss_family" "#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif " if test "x$ac_cv_member_struct_sockaddr_storage_ss_family" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 _ACEOF else HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=0 fi fi if test $HAVE_STRUCT_SOCKADDR_STORAGE = 0 || test $HAVE_SA_FAMILY_T = 0 \ || test $HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = 0; then SYS_SOCKET_H='sys/socket.h' fi if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi for gl_func in socket connect accept bind getpeername getsockname getsockopt listen recv send recvfrom sendto setsockopt shutdown accept4; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Some systems require prerequisite headers. */ #include #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_stat_h='<'sys/stat.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_stat_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_stat_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/stat.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_stat_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_stat_h='<'sys/stat.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_stat_h" >&5 $as_echo "$gl_cv_next_sys_stat_h" >&6; } fi NEXT_SYS_STAT_H=$gl_cv_next_sys_stat_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/stat.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_stat_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=$gl_next_as_first_directive if test $WINDOWS_64_BIT_ST_SIZE = 1; then $as_echo "#define _GL_WINDOWS_64_BIT_ST_SIZE 1" >>confdefs.h fi ac_fn_c_check_type "$LINENO" "nlink_t" "ac_cv_type_nlink_t" "#include #include " if test "x$ac_cv_type_nlink_t" = xyes; then : else $as_echo "#define nlink_t int" >>confdefs.h fi for gl_func in fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_types_h='<'sys/types.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_types_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/types.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_types_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_types_h" >&5 $as_echo "$gl_cv_next_sys_types_h" >&6; } fi NEXT_SYS_TYPES_H=$gl_cv_next_sys_types_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/types.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_types_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=$gl_next_as_first_directive if test $gl_cv_have_include_next = yes; then gl_cv_next_sys_uio_h='<'sys/uio.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_sys_uio_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_sys_uio_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'sys/uio.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_sys_uio_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_sys_uio_h='<'sys/uio.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_sys_uio_h" >&5 $as_echo "$gl_cv_next_sys_uio_h" >&6; } fi NEXT_SYS_UIO_H=$gl_cv_next_sys_uio_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'sys/uio.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_sys_uio_h fi NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H=$gl_next_as_first_directive if test $ac_cv_header_sys_uio_h = yes; then HAVE_SYS_UIO_H=1 else HAVE_SYS_UIO_H=0 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_unistd_h='<'unistd.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_unistd_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_unistd_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'unistd.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_unistd_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_unistd_h='<'unistd.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_unistd_h" >&5 $as_echo "$gl_cv_next_unistd_h" >&6; } fi NEXT_UNISTD_H=$gl_cv_next_unistd_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'unistd.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_unistd_h fi NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=$gl_next_as_first_directive if test $ac_cv_header_unistd_h = yes; then HAVE_UNISTD_H=1 else HAVE_UNISTD_H=0 fi for gl_func in chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #if HAVE_UNISTD_H # include #endif /* Some systems declare various items in the wrong headers. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include # endif #endif int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 2 } } } } }; then LIBUNISTRING_UNISTR_H='unistr.h' else LIBUNISTRING_UNISTR_H= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U8_MBTOUCR 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE= fi cat >>confdefs.h <<_ACEOF #define GNULIB_UNISTR_U8_UCTOMB 1 _ACEOF if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE= LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='#' else LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE='#' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE= fi if { test "$HAVE_LIBUNISTRING" != yes \ || { test $LIBUNISTRING_VERSION_MAJOR -lt 0 \ || { test $LIBUNISTRING_VERSION_MAJOR -eq 0 \ && { test $LIBUNISTRING_VERSION_MINOR -lt 9 \ || { test $LIBUNISTRING_VERSION_MINOR -eq 9 \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt 0 } } } } }; then LIBUNISTRING_UNITYPES_H='unitypes.h' else LIBUNISTRING_UNITYPES_H= fi # Check whether --enable-valgrind-tests was given. if test "${enable_valgrind_tests+set}" = set; then : enableval=$enable_valgrind_tests; opt_valgrind_tests=$enableval else opt_valgrind_tests=yes fi # Run self-tests under valgrind? if test "$opt_valgrind_tests" = "yes" && test "$cross_compiling" = no; then for ac_prog in valgrind do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_VALGRIND+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$VALGRIND"; then ac_cv_prog_VALGRIND="$VALGRIND" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_VALGRIND="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi VALGRIND=$ac_cv_prog_VALGRIND if test -n "$VALGRIND"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VALGRIND" >&5 $as_echo "$VALGRIND" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$VALGRIND" && break done fi OPTS="-q --error-exitcode=1 --leak-check=no" if test -n "$VALGRIND" \ && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then opt_valgrind_tests=yes VALGRIND="$VALGRIND $OPTS" else opt_valgrind_tests=no VALGRIND= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether self tests are run under valgrind" >&5 $as_echo_n "checking whether self tests are run under valgrind... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $opt_valgrind_tests" >&5 $as_echo "$opt_valgrind_tests" >&6; } if test $ac_cv_func_vasnprintf = no; then gl_LIBOBJS="$gl_LIBOBJS vasnprintf.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS printf-args.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS printf-parse.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS asnprintf.$ac_objext" if test $ac_cv_func_vasnprintf = yes; then $as_echo "#define REPLACE_VASNPRINTF 1" >>confdefs.h fi ac_fn_c_check_type "$LINENO" "ptrdiff_t" "ac_cv_type_ptrdiff_t" "$ac_includes_default" if test "x$ac_cv_type_ptrdiff_t" = xyes; then : else $as_echo "#define ptrdiff_t long" >>confdefs.h fi fi for ac_func in vasprintf do : ac_fn_c_check_func "$LINENO" "vasprintf" "ac_cv_func_vasprintf" if test "x$ac_cv_func_vasprintf" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VASPRINTF 1 _ACEOF fi done if test $ac_cv_func_vasprintf = no; then gl_LIBOBJS="$gl_LIBOBJS vasprintf.$ac_objext" gl_LIBOBJS="$gl_LIBOBJS asprintf.$ac_objext" if test $ac_cv_func_vasprintf = yes; then REPLACE_VASPRINTF=1 else HAVE_VASPRINTF=0 fi fi GNULIB_VASPRINTF=1 $as_echo "#define GNULIB_TEST_VASPRINTF 1" >>confdefs.h XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=asprintf:2:c-format" XGETTEXT_EXTRA_OPTIONS="$XGETTEXT_EXTRA_OPTIONS --flag=vasprintf:2:c-format" # Check whether --with-packager was given. if test "${with_packager+set}" = set; then : withval=$with_packager; case $withval in yes|no) ;; *) cat >>confdefs.h <<_ACEOF #define PACKAGE_PACKAGER "$withval" _ACEOF ;; esac fi # Check whether --with-packager-version was given. if test "${with_packager_version+set}" = set; then : withval=$with_packager_version; case $withval in yes|no) ;; *) cat >>confdefs.h <<_ACEOF #define PACKAGE_PACKAGER_VERSION "$withval" _ACEOF ;; esac fi # Check whether --with-packager-bug-reports was given. if test "${with_packager_bug_reports+set}" = set; then : withval=$with_packager_bug_reports; case $withval in yes|no) ;; *) cat >>confdefs.h <<_ACEOF #define PACKAGE_PACKAGER_BUG_REPORTS "$withval" _ACEOF ;; esac fi if test "X$with_packager" = "X" && \ test "X$with_packager_version$with_packager_bug_reports" != "X" then as_fn_error $? "The --with-packager-{bug-reports,version} options require --with-packager" "$LINENO" 5 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_wchar_h='<'wchar.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_wchar_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_wchar_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'wchar.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_wchar_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_wchar_h='<'wchar.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wchar_h" >&5 $as_echo "$gl_cv_next_wchar_h" >&6; } fi NEXT_WCHAR_H=$gl_cv_next_wchar_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'wchar.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_wchar_h fi NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=$gl_next_as_first_directive if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi if test $gt_cv_c_wint_t = yes; then HAVE_WINT_T=1 else HAVE_WINT_T=0 fi for gl_func in btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include #endif #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $ac_cv_func_iswcntrl = yes; then HAVE_ISWCNTRL=1 else HAVE_ISWCNTRL=0 fi if test $gt_cv_c_wint_t = yes; then HAVE_WINT_T=1 else HAVE_WINT_T=0 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_wctype_h='<'wctype.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_wctype_h+:} false; then : $as_echo_n "(cached) " >&6 else if test $ac_cv_header_wctype_h = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'wctype.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_wctype_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' else gl_cv_next_wctype_h='<'wctype.h'>' fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_wctype_h" >&5 $as_echo "$gl_cv_next_wctype_h" >&6; } fi NEXT_WCTYPE_H=$gl_cv_next_wctype_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'wctype.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_wctype_h fi NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=$gl_next_as_first_directive if test $ac_cv_header_wctype_h = yes; then if test $ac_cv_func_iswcntrl = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether iswcntrl works" >&5 $as_echo_n "checking whether iswcntrl works... " >&6; } if ${gl_cv_func_iswcntrl_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if __GNU_LIBRARY__ == 1 Linux libc5 i18n is broken. #endif int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_func_iswcntrl_works="guessing yes" else gl_cv_func_iswcntrl_works="guessing no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #include int main () { return iswprint ('x') == 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_iswcntrl_works=yes else gl_cv_func_iswcntrl_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_iswcntrl_works" >&5 $as_echo "$gl_cv_func_iswcntrl_works" >&6; } fi HAVE_WCTYPE_H=1 else HAVE_WCTYPE_H=0 fi case "$gl_cv_func_iswcntrl_works" in *yes) REPLACE_ISWCNTRL=0 ;; *) REPLACE_ISWCNTRL=1 ;; esac if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then : fi if test $REPLACE_ISWCNTRL = 1; then REPLACE_TOWLOWER=1 else for ac_func in towlower do : ac_fn_c_check_func "$LINENO" "towlower" "ac_cv_func_towlower" if test "x$ac_cv_func_towlower" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_TOWLOWER 1 _ACEOF fi done if test $ac_cv_func_towlower = yes; then REPLACE_TOWLOWER=0 else ac_fn_c_check_decl "$LINENO" "towlower" "ac_cv_have_decl_towlower" "/* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #if HAVE_WCTYPE_H # include #endif " if test "x$ac_cv_have_decl_towlower" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_TOWLOWER $ac_have_decl _ACEOF if test $ac_cv_have_decl_towlower = yes; then REPLACE_TOWLOWER=1 else REPLACE_TOWLOWER=0 fi fi fi if test $HAVE_ISWCNTRL = 0 || test $REPLACE_TOWLOWER = 1; then : fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctype_t" >&5 $as_echo_n "checking for wctype_t... " >&6; } if ${gl_cv_type_wctype_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #if HAVE_WCTYPE_H # include #endif wctype_t a; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_type_wctype_t=yes else gl_cv_type_wctype_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctype_t" >&5 $as_echo "$gl_cv_type_wctype_t" >&6; } if test $gl_cv_type_wctype_t = no; then HAVE_WCTYPE_T=0 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wctrans_t" >&5 $as_echo_n "checking for wctrans_t... " >&6; } if ${gl_cv_type_wctrans_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #include wctrans_t a; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_type_wctrans_t=yes else gl_cv_type_wctrans_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_type_wctrans_t" >&5 $as_echo "$gl_cv_type_wctrans_t" >&6; } if test $gl_cv_type_wctrans_t = no; then HAVE_WCTRANS_T=0 fi for gl_func in wctype iswctype wctrans towctrans ; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include # include #endif #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done : : for ac_header in stdint.h do : ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default" if test "x$ac_cv_header_stdint_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STDINT_H 1 _ACEOF fi done # End of code from modules gltests_libdeps= gltests_ltlibdeps= gl_source_base='gltests' gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS gl_module_indicator_condition=$gltests_WITNESS if test $ac_cv_func_btowc = no; then HAVE_BTOWC=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether btowc(0) is correct" >&5 $as_echo_n "checking whether btowc(0) is correct... " >&6; } if ${gl_cv_func_btowc_nul+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess no on Cygwin. cygwin*) gl_cv_func_btowc_nul="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_btowc_nul="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (btowc ('\0') != 0) return 1; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_btowc_nul=yes else gl_cv_func_btowc_nul=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_nul" >&5 $as_echo "$gl_cv_func_btowc_nul" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether btowc(EOF) is correct" >&5 $as_echo_n "checking whether btowc(EOF) is correct... " >&6; } if ${gl_cv_func_btowc_eof+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on IRIX. irix*) gl_cv_func_btowc_eof="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_btowc_eof="guessing yes" ;; esac if test $LOCALE_FR != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_FR") != NULL) { if (btowc (EOF) != WEOF) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_btowc_eof=yes else gl_cv_func_btowc_eof=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_btowc_eof" >&5 $as_echo "$gl_cv_func_btowc_eof" >&6; } case "$gl_cv_func_btowc_nul" in *yes) ;; *) REPLACE_BTOWC=1 ;; esac case "$gl_cv_func_btowc_eof" in *yes) ;; *) REPLACE_BTOWC=1 ;; esac fi if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then gltests_LIBOBJS="$gltests_LIBOBJS btowc.$ac_objext" : fi if test "$GNULIB_BTOWC" != 1; then if test "$GNULIB_BTOWC" = 0; then GNULIB_BTOWC=$gl_module_indicator_condition else GNULIB_BTOWC="($GNULIB_BTOWC || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_BTOWC 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 $as_echo_n "checking for a traditional french locale... " >&6; } if ${gt_cv_locale_fr+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only one byte long. This excludes the UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1; #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 else # None found. gt_cv_locale_fr=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO-8859-1 else # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name. if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO8859-1 else # Test for the HP-UX locale name. if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.iso88591 else # Test for the Solaris 7 locale name. if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr else # None found. gt_cv_locale_fr=none fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 $as_echo "$gt_cv_locale_fr" >&6; } LOCALE_FR=$gt_cv_locale_fr { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 $as_echo_n "checking for a french Unicode locale... " >&6; } if ${gt_cv_locale_fr_utf8+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. */ #if !(defined __BEOS__ || defined __HAIKU__) /* Check whether the given locale name is recognized by the system. */ # if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; # else if (setlocale (LC_ALL, "") == NULL) return 1; # endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } # endif # ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; # endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v') return 1; #endif #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 else # None found. gt_cv_locale_fr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr.UTF-8 else # None found. gt_cv_locale_fr_utf8=none fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 $as_echo "$gt_cv_locale_fr_utf8" >&6; } LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 $as_echo_n "checking for a traditional french locale... " >&6; } if ${gt_cv_locale_fr+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only one byte long. This excludes the UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1; #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 else # None found. gt_cv_locale_fr=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO-8859-1 else # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name. if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO8859-1 else # Test for the HP-UX locale name. if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.iso88591 else # Test for the Solaris 7 locale name. if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr else # None found. gt_cv_locale_fr=none fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 $as_echo "$gt_cv_locale_fr" >&6; } LOCALE_FR=$gt_cv_locale_fr { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a turkish Unicode locale" >&5 $as_echo_n "checking for a turkish Unicode locale... " >&6; } if ${gt_cv_locale_tr_utf8+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. But BeOS does not implement the Turkish upper-/lowercase mappings. Therefore, let this program return 1 on BeOS. */ /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the tr_TR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the eighth month, the second character (should be U+011F: LATIN SMALL LETTER G WITH BREVE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1992 - 1900; t.tm_mon = 8 - 1; t.tm_mday = 19; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc4 || buf[2] != (char) 0x9f) return 1; /* Check whether the upper-/lowercase mappings are as expected for Turkish. */ if (towupper ('i') != 0x0130 || towlower (0x0130) != 'i' || towupper(0x0131) != 'I' || towlower ('I') != 0x0131) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=Turkish_Turkey.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=Turkish_Turkey.65001 else # None found. gt_cv_locale_tr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=tr_TR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=tr_TR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=tr_TR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=tr_TR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=tr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=tr.UTF-8 else # None found. gt_cv_locale_tr_utf8=none fi fi fi ;; esac else gt_cv_locale_tr_utf8=none fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_tr_utf8" >&5 $as_echo "$gt_cv_locale_tr_utf8" >&6; } LOCALE_TR_UTF8=$gt_cv_locale_tr_utf8 $as_echo "#define HAVE_DUP2 1" >>confdefs.h if test $HAVE_DUP2 = 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dup2 works" >&5 $as_echo_n "checking whether dup2 works... " >&6; } if ${gl_cv_func_dup2_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in mingw*) # on this platform, dup2 always returns 0 for success gl_cv_func_dup2_works="guessing no" ;; cygwin*) # on cygwin 1.5.x, dup2(1,1) returns 0 gl_cv_func_dup2_works="guessing no" ;; linux*) # On linux between 2008-07-27 and 2009-05-11, dup2 of a # closed fd may yield -EBADF instead of -1 / errno=EBADF. gl_cv_func_dup2_works="guessing no" ;; freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF. gl_cv_func_dup2_works="guessing no" ;; haiku*) # on Haiku alpha 2, dup2(1, 1) resets FD_CLOEXEC. gl_cv_func_dup2_works="guessing no" ;; *) gl_cv_func_dup2_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { int result = 0; #ifdef FD_CLOEXEC if (fcntl (1, F_SETFD, FD_CLOEXEC) == -1) result |= 1; #endif if (dup2 (1, 1) == 0) result |= 2; #ifdef FD_CLOEXEC if (fcntl (1, F_GETFD) != FD_CLOEXEC) result |= 4; #endif close (0); if (dup2 (0, 0) != -1) result |= 8; /* Many gnulib modules require POSIX conformance of EBADF. */ if (dup2 (2, 1000000) == -1 && errno != EBADF) result |= 16; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_dup2_works=yes else gl_cv_func_dup2_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_dup2_works" >&5 $as_echo "$gl_cv_func_dup2_works" >&6; } case "$gl_cv_func_dup2_works" in *yes) ;; *) REPLACE_DUP2=1 ;; esac fi if test $HAVE_DUP2 = 0 || test $REPLACE_DUP2 = 1; then gltests_LIBOBJS="$gltests_LIBOBJS dup2.$ac_objext" fi if test "$GNULIB_DUP2" != 1; then if test "$GNULIB_DUP2" = 0; then GNULIB_DUP2=$gl_module_indicator_condition else GNULIB_DUP2="($GNULIB_DUP2 || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_DUP2 1" >>confdefs.h if test "$GNULIB_ENVIRON" != 1; then if test "$GNULIB_ENVIRON" = 0; then GNULIB_ENVIRON=$gl_module_indicator_condition else GNULIB_ENVIRON="($GNULIB_ENVIRON || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_ENVIRON 1" >>confdefs.h if test $gl_cv_have_include_next = yes; then gl_cv_next_fcntl_h='<'fcntl.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_fcntl_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'fcntl.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_fcntl_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_fcntl_h" >&5 $as_echo "$gl_cv_next_fcntl_h" >&6; } fi NEXT_FCNTL_H=$gl_cv_next_fcntl_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'fcntl.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_fcntl_h fi NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=$gl_next_as_first_directive for gl_func in fcntl openat; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_FDOPEN=1 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fdopen sets errno" >&5 $as_echo_n "checking whether fdopen sets errno... " >&6; } if ${gl_cv_func_fdopen_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in mingw*) gl_cv_func_fdopen_works="guessing no" ;; *) gl_cv_func_fdopen_works="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main (void) { FILE *fp; errno = 0; fp = fdopen (-1, "r"); if (fp != NULL) return 1; if (errno == 0) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_fdopen_works=yes else gl_cv_func_fdopen_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_fdopen_works" >&5 $as_echo "$gl_cv_func_fdopen_works" >&6; } case "$gl_cv_func_fdopen_works" in *no) REPLACE_FDOPEN=1 ;; esac fi if test $REPLACE_FDOPEN = 1; then gltests_LIBOBJS="$gltests_LIBOBJS fdopen.$ac_objext" fi if test "$GNULIB_FDOPEN" != 1; then if test "$GNULIB_FDOPEN" = 0; then GNULIB_FDOPEN=$gl_module_indicator_condition else GNULIB_FDOPEN="($GNULIB_FDOPEN || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_FDOPEN 1" >>confdefs.h case $gl_cv_func_getcwd_null,$gl_cv_func_getcwd_posix_signature in *yes,yes) ;; *) REPLACE_GETCWD=1 ;; esac if test $REPLACE_GETCWD = 1; then gltests_LIBOBJS="$gltests_LIBOBJS getcwd-lgpl.$ac_objext" fi if test "$GNULIB_GETCWD" != 1; then if test "$GNULIB_GETCWD" = 0; then GNULIB_GETCWD=$gl_module_indicator_condition else GNULIB_GETCWD="($GNULIB_GETCWD || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_GETCWD 1" >>confdefs.h for ac_func in getpagesize do : ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize" if test "x$ac_cv_func_getpagesize" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_GETPAGESIZE 1 _ACEOF fi done if test $ac_cv_func_getpagesize = no; then HAVE_GETPAGESIZE=0 for ac_header in OS.h do : ac_fn_c_check_header_mongrel "$LINENO" "OS.h" "ac_cv_header_OS_h" "$ac_includes_default" if test "x$ac_cv_header_OS_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_OS_H 1 _ACEOF fi done if test $ac_cv_header_OS_h = yes; then HAVE_OS_H=1 fi for ac_header in sys/param.h do : ac_fn_c_check_header_mongrel "$LINENO" "sys/param.h" "ac_cv_header_sys_param_h" "$ac_includes_default" if test "x$ac_cv_header_sys_param_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SYS_PARAM_H 1 _ACEOF fi done if test $ac_cv_header_sys_param_h = yes; then HAVE_SYS_PARAM_H=1 fi fi case "$host_os" in mingw*) REPLACE_GETPAGESIZE=1 ;; esac ac_fn_c_check_decl "$LINENO" "getpagesize" "ac_cv_have_decl_getpagesize" "$ac_includes_default" if test "x$ac_cv_have_decl_getpagesize" = xyes; then : else HAVE_DECL_GETPAGESIZE=0 fi if test $REPLACE_GETPAGESIZE = 1; then gltests_LIBOBJS="$gltests_LIBOBJS getpagesize.$ac_objext" fi if test "$GNULIB_GETPAGESIZE" != 1; then if test "$GNULIB_GETPAGESIZE" = 0; then GNULIB_GETPAGESIZE=$gl_module_indicator_condition else GNULIB_GETPAGESIZE="($GNULIB_GETPAGESIZE || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_GETPAGESIZE 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 $as_echo "$ac_cv_c_bigendian" >&6; } case $ac_cv_c_bigendian in #( yes) $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h ;; #( no) ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac HAVE_INET_PTON=1 INET_PTON_LIB= if test $ac_cv_header_sys_socket_h != yes; then for ac_header in winsock2.h do : ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default" if test "x$ac_cv_header_winsock2_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINSOCK2_H 1 _ACEOF fi done fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi if test $HAVE_WINSOCK2_H = 1; then ac_fn_c_check_decl "$LINENO" "inet_pton" "ac_cv_have_decl_inet_pton" "#include " if test "x$ac_cv_have_decl_inet_pton" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_INET_PTON $ac_have_decl _ACEOF if test $ac_cv_have_decl_inet_pton = yes; then REPLACE_INET_PTON=1 INET_PTON_LIB="-lws2_32" else HAVE_DECL_INET_PTON=0 HAVE_INET_PTON=0 fi else gl_save_LIBS=$LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_pton" >&5 $as_echo_n "checking for library containing inet_pton... " >&6; } if ${ac_cv_search_inet_pton+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char inet_pton (); int main () { return inet_pton (); ; return 0; } _ACEOF for ac_lib in '' nsl resolv; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_inet_pton=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_inet_pton+:} false; then : break fi done if ${ac_cv_search_inet_pton+:} false; then : else ac_cv_search_inet_pton=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_pton" >&5 $as_echo "$ac_cv_search_inet_pton" >&6; } ac_res=$ac_cv_search_inet_pton if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else for ac_func in inet_pton do : ac_fn_c_check_func "$LINENO" "inet_pton" "ac_cv_func_inet_pton" if test "x$ac_cv_func_inet_pton" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_INET_PTON 1 _ACEOF fi done if test $ac_cv_func_inet_pton = no; then HAVE_INET_PTON=0 fi fi LIBS=$gl_save_LIBS if test "$ac_cv_search_inet_pton" != "no" \ && test "$ac_cv_search_inet_pton" != "none required"; then INET_PTON_LIB="$ac_cv_search_inet_pton" fi ac_fn_c_check_decl "$LINENO" "inet_pton" "ac_cv_have_decl_inet_pton" "#include #if HAVE_NETDB_H # include #endif " if test "x$ac_cv_have_decl_inet_pton" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_INET_PTON $ac_have_decl _ACEOF if test $ac_cv_have_decl_inet_pton = no; then HAVE_DECL_INET_PTON=0 fi fi if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then gltests_LIBOBJS="$gltests_LIBOBJS inet_pton.$ac_objext" fi if test "$GNULIB_INET_PTON" != 1; then if test "$GNULIB_INET_PTON" = 0; then GNULIB_INET_PTON=$gl_module_indicator_condition else GNULIB_INET_PTON="($GNULIB_INET_PTON || $gl_module_indicator_condition)" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 $as_echo "$ac_cv_c_bigendian" >&6; } case $ac_cv_c_bigendian in #( yes) $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h ;; #( no) ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac PRIPTR_PREFIX= if test -n "$STDINT_H"; then PRIPTR_PREFIX='"l"' else for glpfx in '' l ll I64; do case $glpfx in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; I64) gltype1='__int64';; esac cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include extern intptr_t foo; extern $gltype1 foo; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : PRIPTR_PREFIX='"'$glpfx'"' fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test -n "$PRIPTR_PREFIX" && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether INT32_MAX < INTMAX_MAX" >&5 $as_echo_n "checking whether INT32_MAX < INTMAX_MAX... " >&6; } if ${gl_cv_test_INT32_MAX_LT_INTMAX_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined INT32_MAX && defined INTMAX_MAX #define CONDITION (INT32_MAX < INTMAX_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (int) < sizeof (long long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes else gl_cv_test_INT32_MAX_LT_INTMAX_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&5 $as_echo "$gl_cv_test_INT32_MAX_LT_INTMAX_MAX" >&6; } if test $gl_cv_test_INT32_MAX_LT_INTMAX_MAX = yes; then INT32_MAX_LT_INTMAX_MAX=1; else INT32_MAX_LT_INTMAX_MAX=0; fi if test $APPLE_UNIVERSAL_BUILD = 0; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether INT64_MAX == LONG_MAX" >&5 $as_echo_n "checking whether INT64_MAX == LONG_MAX... " >&6; } if ${gl_cv_test_INT64_MAX_EQ_LONG_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined INT64_MAX #define CONDITION (INT64_MAX == LONG_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (long long int) == sizeof (long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes else gl_cv_test_INT64_MAX_EQ_LONG_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&5 $as_echo "$gl_cv_test_INT64_MAX_EQ_LONG_MAX" >&6; } if test $gl_cv_test_INT64_MAX_EQ_LONG_MAX = yes; then INT64_MAX_EQ_LONG_MAX=1; else INT64_MAX_EQ_LONG_MAX=0; fi else INT64_MAX_EQ_LONG_MAX=-1 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UINT32_MAX < UINTMAX_MAX" >&5 $as_echo_n "checking whether UINT32_MAX < UINTMAX_MAX... " >&6; } if ${gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined UINT32_MAX && defined UINTMAX_MAX #define CONDITION (UINT32_MAX < UINTMAX_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (unsigned int) < sizeof (unsigned long long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes else gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&5 $as_echo "$gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX" >&6; } if test $gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX = yes; then UINT32_MAX_LT_UINTMAX_MAX=1; else UINT32_MAX_LT_UINTMAX_MAX=0; fi if test $APPLE_UNIVERSAL_BUILD = 0; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UINT64_MAX == ULONG_MAX" >&5 $as_echo_n "checking whether UINT64_MAX == ULONG_MAX... " >&6; } if ${gl_cv_test_UINT64_MAX_EQ_ULONG_MAX+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if defined UINT64_MAX #define CONDITION (UINT64_MAX == ULONG_MAX) #elif HAVE_LONG_LONG_INT #define CONDITION (sizeof (unsigned long long int) == sizeof (unsigned long int)) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1]; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes else gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&5 $as_echo "$gl_cv_test_UINT64_MAX_EQ_ULONG_MAX" >&6; } if test $gl_cv_test_UINT64_MAX_EQ_ULONG_MAX = yes; then UINT64_MAX_EQ_ULONG_MAX=1; else UINT64_MAX_EQ_ULONG_MAX=0; fi else UINT64_MAX_EQ_ULONG_MAX=-1 fi case "$host_os" in solaris*) $as_echo "#define _LCONV_C99 1" >>confdefs.h ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether locale.h conforms to POSIX:2001" >&5 $as_echo_n "checking whether locale.h conforms to POSIX:2001... " >&6; } if ${gl_cv_header_locale_h_posix2001+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int x = LC_MESSAGES; int y = sizeof (((struct lconv *) 0)->decimal_point); int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_locale_h_posix2001=yes else gl_cv_header_locale_h_posix2001=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_locale_h_posix2001" >&5 $as_echo "$gl_cv_header_locale_h_posix2001" >&6; } if test $ac_cv_header_xlocale_h = yes; then HAVE_XLOCALE_H=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether locale.h defines locale_t" >&5 $as_echo_n "checking whether locale.h defines locale_t... " >&6; } if ${gl_cv_header_locale_has_locale_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include locale_t x; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_header_locale_has_locale_t=yes else gl_cv_header_locale_has_locale_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_locale_has_locale_t" >&5 $as_echo "$gl_cv_header_locale_has_locale_t" >&6; } if test $gl_cv_header_locale_has_locale_t = yes; then gl_cv_header_locale_h_needs_xlocale_h=no else gl_cv_header_locale_h_needs_xlocale_h=yes fi else HAVE_XLOCALE_H=0 gl_cv_header_locale_h_needs_xlocale_h=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct lconv is properly defined" >&5 $as_echo_n "checking whether struct lconv is properly defined... " >&6; } if ${gl_cv_sys_struct_lconv_ok+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include struct lconv l; int x = sizeof (l.decimal_point); int y = sizeof (l.int_p_cs_precedes); int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_sys_struct_lconv_ok=yes else gl_cv_sys_struct_lconv_ok=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_sys_struct_lconv_ok" >&5 $as_echo "$gl_cv_sys_struct_lconv_ok" >&6; } if test $gl_cv_sys_struct_lconv_ok = no; then REPLACE_STRUCT_LCONV=1 fi if test $gl_cv_have_include_next = yes; then gl_cv_next_locale_h='<'locale.h'>' else { $as_echo "$as_me:${as_lineno-$LINENO}: checking absolute name of " >&5 $as_echo_n "checking absolute name of ... " >&6; } if ${gl_cv_next_locale_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac case "$host_os" in mingw*) gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' gl_header_literal_regex=`echo 'locale.h' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ s|^/[^/]|//&| p q }' gl_cv_next_locale_h='"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&5 | sed -n "$gl_absolute_header_sed"`'"' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_next_locale_h" >&5 $as_echo "$gl_cv_next_locale_h" >&6; } fi NEXT_LOCALE_H=$gl_cv_next_locale_h if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'locale.h'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=$gl_cv_next_locale_h fi NEXT_AS_FIRST_DIRECTIVE_LOCALE_H=$gl_next_as_first_directive for gl_func in setlocale duplocale; do as_gl_Symbol=`$as_echo "gl_cv_have_raw_decl_$gl_func" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $gl_func is declared without a macro" >&5 $as_echo_n "checking whether $gl_func is declared without a macro... " >&6; } if eval \${$as_gl_Symbol+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Some systems provide declarations in a non-standard header. */ #if HAVE_XLOCALE_H # include #endif int main () { #undef $gl_func (void) $gl_func; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Symbol=yes" else eval "$as_gl_Symbol=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_gl_Symbol { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Symbol"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_RAW_DECL_$gl_func" | $as_tr_cpp` 1 _ACEOF eval ac_cv_have_decl_$gl_func=yes fi done for ac_func in setlocale uselocale do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done if test "$gl_threads_api" = posix; then # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the # pthread_rwlock_* functions. ac_fn_c_check_type "$LINENO" "pthread_rwlock_t" "ac_cv_type_pthread_rwlock_t" "#include " if test "x$ac_cv_type_pthread_rwlock_t" = xyes; then : $as_echo "#define HAVE_PTHREAD_RWLOCK 1" >>confdefs.h fi # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if __FreeBSD__ == 4 error "No, in FreeBSD 4.0 recursive mutexes actually don't work." #else int x = (int)PTHREAD_MUTEX_RECURSIVE; return !x; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : $as_echo "#define HAVE_PTHREAD_MUTEX_RECURSIVE 1" >>confdefs.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_func_lstat = yes; then case "$gl_cv_func_lstat_dereferences_slashed_symlink" in *no) REPLACE_LSTAT=1 ;; esac else HAVE_LSTAT=0 fi if test $REPLACE_LSTAT = 1; then gltests_LIBOBJS="$gltests_LIBOBJS lstat.$ac_objext" : fi if test "$GNULIB_LSTAT" != 1; then if test "$GNULIB_LSTAT" = 0; then GNULIB_LSTAT=$gl_module_indicator_condition else GNULIB_LSTAT="($GNULIB_LSTAT || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_LSTAT 1" >>confdefs.h if test $gl_cv_func_malloc_posix = yes; then $as_echo "#define HAVE_MALLOC_POSIX 1" >>confdefs.h else REPLACE_MALLOC=1 fi if test $REPLACE_MALLOC = 1; then gltests_LIBOBJS="$gltests_LIBOBJS malloc.$ac_objext" fi if test "$GNULIB_MALLOC_POSIX" != 1; then if test "$GNULIB_MALLOC_POSIX" = 0; then GNULIB_MALLOC_POSIX=$gl_module_indicator_condition else GNULIB_MALLOC_POSIX="($GNULIB_MALLOC_POSIX || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_MALLOC_POSIX 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 $as_echo_n "checking for a traditional french locale... " >&6; } if ${gt_cv_locale_fr+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only one byte long. This excludes the UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1; #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 else # None found. gt_cv_locale_fr=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO-8859-1 else # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name. if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO8859-1 else # Test for the HP-UX locale name. if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.iso88591 else # Test for the Solaris 7 locale name. if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr else # None found. gt_cv_locale_fr=none fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 $as_echo "$gt_cv_locale_fr" >&6; } LOCALE_FR=$gt_cv_locale_fr { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 $as_echo_n "checking for a french Unicode locale... " >&6; } if ${gt_cv_locale_fr_utf8+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. */ #if !(defined __BEOS__ || defined __HAIKU__) /* Check whether the given locale name is recognized by the system. */ # if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; # else if (setlocale (LC_ALL, "") == NULL) return 1; # endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } # endif # ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; # endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v') return 1; #endif #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 else # None found. gt_cv_locale_fr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr.UTF-8 else # None found. gt_cv_locale_fr_utf8=none fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 $as_echo "$gt_cv_locale_fr_utf8" >&6; } LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 $as_echo_n "checking for a traditional japanese locale... " >&6; } if ${gt_cv_locale_ja+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales on Cygwin 1.5.x. */ if (MB_CUR_MAX == 1) return 1; /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Note that on native Windows, the Japanese locale is # Japanese_Japan.932, and CP932 is very different from EUC-JP, so we # cannot use it here. gt_cv_locale_ja=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the AIX locale name. if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP else # Test for the locale name with explicit encoding suffix. if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC-JP else # Test for the HP-UX, OSF/1, NetBSD locale name. if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.eucJP else # Test for the IRIX, FreeBSD locale name. if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC else # Test for the Solaris 7 locale name. if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja else # Special test for NetBSD 1.6. if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then gt_cv_locale_ja=ja_JP.eucJP else # None found. gt_cv_locale_ja=none fi fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 $as_echo "$gt_cv_locale_ja" >&6; } LOCALE_JA=$gt_cv_locale_ja { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 $as_echo_n "checking for a transitional chinese locale... " >&6; } if ${gt_cv_locale_zh_CN+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; /* Check whether a typical GB18030 multibyte sequence is recognized as a single wide character. This excludes the GB2312 and GBK encodings. */ if (mblen ("\203\062\332\066", 5) != 4) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=Chinese_China.54936 else # None found. gt_cv_locale_zh_CN=none fi ;; solaris2.8) # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK are # broken. One witness is the test case in gl_MBRTOWC_SANITYCHECK. # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core. gt_cv_locale_zh_CN=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the locale name without encoding suffix. if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN else # Test for the locale name with explicit encoding suffix. if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN.GB18030 else # None found. gt_cv_locale_zh_CN=none fi fi ;; esac else # If there was a link error, due to mblen(), the system is so old that # it certainly doesn't have a chinese locale. gt_cv_locale_zh_CN=none fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 $as_echo "$gt_cv_locale_zh_CN" >&6; } LOCALE_ZH_CN=$gt_cv_locale_zh_CN { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 $as_echo_n "checking for a french Unicode locale... " >&6; } if ${gt_cv_locale_fr_utf8+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. */ #if !(defined __BEOS__ || defined __HAIKU__) /* Check whether the given locale name is recognized by the system. */ # if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; # else if (setlocale (LC_ALL, "") == NULL) return 1; # endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } # endif # ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; # endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v') return 1; #endif #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 else # None found. gt_cv_locale_fr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr.UTF-8 else # None found. gt_cv_locale_fr_utf8=none fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 $as_echo "$gt_cv_locale_fr_utf8" >&6; } LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 if false; then REPLACE_MBTOWC=1 fi if test $REPLACE_MBTOWC = 1; then gltests_LIBOBJS="$gltests_LIBOBJS mbtowc.$ac_objext" : fi if test "$GNULIB_MBTOWC" != 1; then if test "$GNULIB_MBTOWC" = 0; then GNULIB_MBTOWC=$gl_module_indicator_condition else GNULIB_MBTOWC="($GNULIB_MBTOWC || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_MBTOWC 1" >>confdefs.h # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. ac_fn_c_check_func "$LINENO" "mmap" "ac_cv_func_mmap" if test "x$ac_cv_func_mmap" = xyes; then : gl_have_mmap=yes else gl_have_mmap=no fi # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MAP_ANONYMOUS" >&5 $as_echo_n "checking for MAP_ANONYMOUS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : gl_have_mmap_anonymous=yes fi rm -f conftest* if test $gl_have_mmap_anonymous != yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #ifdef MAP_ANON I cant identify this map #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "I cant identify this map" >/dev/null 2>&1; then : $as_echo "#define MAP_ANONYMOUS MAP_ANON" >>confdefs.h gl_have_mmap_anonymous=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_have_mmap_anonymous" >&5 $as_echo "$gl_have_mmap_anonymous" >&6; } if test $gl_have_mmap_anonymous = yes; then $as_echo "#define HAVE_MAP_ANONYMOUS 1" >>confdefs.h fi fi case "$host_os" in mingw* | pw*) REPLACE_OPEN=1 ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether open recognizes a trailing slash" >&5 $as_echo_n "checking whether open recognizes a trailing slash... " >&6; } if ${gl_cv_func_open_slash+:} false; then : $as_echo_n "(cached) " >&6 else # Assume that if we have lstat, we can also check symlinks. if test $ac_cv_func_lstat = yes; then touch conftest.tmp ln -s conftest.tmp conftest.lnk fi if test "$cross_compiling" = yes; then : case "$host_os" in freebsd* | aix* | hpux* | solaris2.[0-9] | solaris2.[0-9].*) gl_cv_func_open_slash="guessing no" ;; *) gl_cv_func_open_slash="guessing yes" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #if HAVE_UNISTD_H # include #endif int main () { int result = 0; #if HAVE_LSTAT if (open ("conftest.lnk/", O_RDONLY) != -1) result |= 1; #endif if (open ("conftest.sl/", O_CREAT, 0600) >= 0) result |= 2; return result; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_open_slash=yes else gl_cv_func_open_slash=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f conftest.sl conftest.tmp conftest.lnk fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_open_slash" >&5 $as_echo "$gl_cv_func_open_slash" >&6; } case "$gl_cv_func_open_slash" in *no) $as_echo "#define OPEN_TRAILING_SLASH_BUG 1" >>confdefs.h REPLACE_OPEN=1 ;; esac ;; esac if test $REPLACE_OPEN = 1; then gltests_LIBOBJS="$gltests_LIBOBJS open.$ac_objext" : fi if test "$GNULIB_OPEN" != 1; then if test "$GNULIB_OPEN" = 0; then GNULIB_OPEN=$gl_module_indicator_condition else GNULIB_OPEN="($GNULIB_OPEN || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_OPEN 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for putenv compatible with GNU and SVID" >&5 $as_echo_n "checking for putenv compatible with GNU and SVID... " >&6; } if ${gl_cv_func_svid_putenv+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_svid_putenv="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_svid_putenv="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Put it in env. */ if (putenv ("CONFTEST_putenv=val")) return 1; /* Try to remove it. */ if (putenv ("CONFTEST_putenv")) return 2; /* Make sure it was deleted. */ if (getenv ("CONFTEST_putenv") != 0) return 3; return 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_svid_putenv=yes else gl_cv_func_svid_putenv=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_svid_putenv" >&5 $as_echo "$gl_cv_func_svid_putenv" >&6; } case "$gl_cv_func_svid_putenv" in *yes) ;; *) REPLACE_PUTENV=1 ;; esac if test $REPLACE_PUTENV = 1; then gltests_LIBOBJS="$gltests_LIBOBJS putenv.$ac_objext" fi if test "$GNULIB_PUTENV" != 1; then if test "$GNULIB_PUTENV" = 0; then GNULIB_PUTENV=$gl_module_indicator_condition else GNULIB_PUTENV="($GNULIB_PUTENV || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_PUTENV 1" >>confdefs.h if test $ac_cv_func_setenv = no; then HAVE_SETENV=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether setenv validates arguments" >&5 $as_echo_n "checking whether setenv validates arguments... " >&6; } if ${gl_cv_func_setenv_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_setenv_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_setenv_works="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { int result = 0; { if (setenv ("", "", 0) != -1) result |= 1; else if (errno != EINVAL) result |= 2; } { if (setenv ("a", "=", 1) != 0) result |= 4; else if (strcmp (getenv ("a"), "=") != 0) result |= 8; } return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_setenv_works=yes else gl_cv_func_setenv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_setenv_works" >&5 $as_echo "$gl_cv_func_setenv_works" >&6; } case "$gl_cv_func_setenv_works" in *yes) ;; *) REPLACE_SETENV=1 ;; esac fi if test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1; then gltests_LIBOBJS="$gltests_LIBOBJS setenv.$ac_objext" fi if test "$GNULIB_SETENV" != 1; then if test "$GNULIB_SETENV" = 0; then GNULIB_SETENV=$gl_module_indicator_condition else GNULIB_SETENV="($GNULIB_SETENV || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_SETENV 1" >>confdefs.h case "$host_os" in mingw*) REPLACE_SETLOCALE=1 ;; cygwin*) case `uname -r` in 1.5.*) REPLACE_SETLOCALE=1 ;; esac ;; esac if test $REPLACE_SETLOCALE = 1; then gltests_LIBOBJS="$gltests_LIBOBJS setlocale.$ac_objext" : fi if test "$GNULIB_SETLOCALE" != 1; then if test "$GNULIB_SETLOCALE" = 0; then GNULIB_SETLOCALE=$gl_module_indicator_condition else GNULIB_SETLOCALE="($GNULIB_SETLOCALE || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_SETLOCALE 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 $as_echo_n "checking for a traditional french locale... " >&6; } if ${gt_cv_locale_fr+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only one byte long. This excludes the UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1; #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 else # None found. gt_cv_locale_fr=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO-8859-1 else # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name. if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO8859-1 else # Test for the HP-UX locale name. if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.iso88591 else # Test for the Solaris 7 locale name. if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr else # None found. gt_cv_locale_fr=none fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 $as_echo "$gt_cv_locale_fr" >&6; } LOCALE_FR=$gt_cv_locale_fr { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 $as_echo_n "checking for a french Unicode locale... " >&6; } if ${gt_cv_locale_fr_utf8+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. */ #if !(defined __BEOS__ || defined __HAIKU__) /* Check whether the given locale name is recognized by the system. */ # if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; # else if (setlocale (LC_ALL, "") == NULL) return 1; # endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } # endif # ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; # endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v') return 1; #endif #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 else # None found. gt_cv_locale_fr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr.UTF-8 else # None found. gt_cv_locale_fr_utf8=none fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 $as_echo "$gt_cv_locale_fr_utf8" >&6; } LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 $as_echo_n "checking for a traditional japanese locale... " >&6; } if ${gt_cv_locale_ja+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales on Cygwin 1.5.x. */ if (MB_CUR_MAX == 1) return 1; /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Note that on native Windows, the Japanese locale is # Japanese_Japan.932, and CP932 is very different from EUC-JP, so we # cannot use it here. gt_cv_locale_ja=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the AIX locale name. if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP else # Test for the locale name with explicit encoding suffix. if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC-JP else # Test for the HP-UX, OSF/1, NetBSD locale name. if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.eucJP else # Test for the IRIX, FreeBSD locale name. if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC else # Test for the Solaris 7 locale name. if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja else # Special test for NetBSD 1.6. if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then gt_cv_locale_ja=ja_JP.eucJP else # None found. gt_cv_locale_ja=none fi fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 $as_echo "$gt_cv_locale_ja" >&6; } LOCALE_JA=$gt_cv_locale_ja { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 $as_echo_n "checking for a transitional chinese locale... " >&6; } if ${gt_cv_locale_zh_CN+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; /* Check whether a typical GB18030 multibyte sequence is recognized as a single wide character. This excludes the GB2312 and GBK encodings. */ if (mblen ("\203\062\332\066", 5) != 4) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=Chinese_China.54936 else # None found. gt_cv_locale_zh_CN=none fi ;; solaris2.8) # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK are # broken. One witness is the test case in gl_MBRTOWC_SANITYCHECK. # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core. gt_cv_locale_zh_CN=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the locale name without encoding suffix. if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN else # Test for the locale name with explicit encoding suffix. if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN.GB18030 else # None found. gt_cv_locale_zh_CN=none fi fi ;; esac else # If there was a link error, due to mblen(), the system is so old that # it certainly doesn't have a chinese locale. gt_cv_locale_zh_CN=none fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 $as_echo "$gt_cv_locale_zh_CN" >&6; } LOCALE_ZH_CN=$gt_cv_locale_zh_CN { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on directories" >&5 $as_echo_n "checking whether stat handles trailing slashes on directories... " >&6; } if ${gl_cv_func_stat_dir_slash+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case $host_os in mingw*) gl_cv_func_stat_dir_slash="guessing no";; *) gl_cv_func_stat_dir_slash="guessing yes";; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { struct stat st; return stat (".", &st) != stat ("./", &st); ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_stat_dir_slash=yes else gl_cv_func_stat_dir_slash=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_dir_slash" >&5 $as_echo "$gl_cv_func_stat_dir_slash" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat handles trailing slashes on files" >&5 $as_echo_n "checking whether stat handles trailing slashes on files... " >&6; } if ${gl_cv_func_stat_file_slash+:} false; then : $as_echo_n "(cached) " >&6 else touch conftest.tmp # Assume that if we have lstat, we can also check symlinks. if test $ac_cv_func_lstat = yes; then ln -s conftest.tmp conftest.lnk fi if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_stat_file_slash="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_stat_file_slash="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int result = 0; struct stat st; if (!stat ("conftest.tmp/", &st)) result |= 1; #if HAVE_LSTAT if (!stat ("conftest.lnk/", &st)) result |= 2; #endif return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_stat_file_slash=yes else gl_cv_func_stat_file_slash=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f conftest.tmp conftest.lnk fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_stat_file_slash" >&5 $as_echo "$gl_cv_func_stat_file_slash" >&6; } case $gl_cv_func_stat_dir_slash in *no) REPLACE_STAT=1 $as_echo "#define REPLACE_FUNC_STAT_DIR 1" >>confdefs.h ;; esac case $gl_cv_func_stat_file_slash in *no) REPLACE_STAT=1 $as_echo "#define REPLACE_FUNC_STAT_FILE 1" >>confdefs.h ;; esac if test $REPLACE_STAT = 1; then gltests_LIBOBJS="$gltests_LIBOBJS stat.$ac_objext" : fi if test "$GNULIB_STAT" != 1; then if test "$GNULIB_STAT" = 0; then GNULIB_STAT=$gl_module_indicator_condition else GNULIB_STAT="($GNULIB_STAT || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_STAT 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wchar_t" >&5 $as_echo_n "checking for wchar_t... " >&6; } if ${gt_cv_c_wchar_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include wchar_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wchar_t=yes else gt_cv_c_wchar_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wchar_t" >&5 $as_echo "$gt_cv_c_wchar_t" >&6; } if test $gt_cv_c_wchar_t = yes; then $as_echo "#define HAVE_WCHAR_T 1" >>confdefs.h fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for wint_t" >&5 $as_echo_n "checking for wint_t... " >&6; } if ${gt_cv_c_wint_t+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0'; int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_c_wint_t=yes else gt_cv_c_wint_t=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_c_wint_t" >&5 $as_echo "$gt_cv_c_wint_t" >&6; } if test $gt_cv_c_wint_t = yes; then $as_echo "#define HAVE_WINT_T 1" >>confdefs.h fi if test $ac_cv_func_symlink = no; then HAVE_SYMLINK=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symlink handles trailing slash correctly" >&5 $as_echo_n "checking whether symlink handles trailing slash correctly... " >&6; } if ${gl_cv_func_symlink_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_symlink_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_symlink_works="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { int result = 0; if (!symlink ("a", "conftest.link/")) result |= 1; if (symlink ("conftest.f", "conftest.lnk2")) result |= 2; else if (!symlink ("a", "conftest.lnk2/")) result |= 4; return result; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_symlink_works=yes else gl_cv_func_symlink_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi rm -f conftest.f conftest.link conftest.lnk2 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_symlink_works" >&5 $as_echo "$gl_cv_func_symlink_works" >&6; } case "$gl_cv_func_symlink_works" in *yes) ;; *) REPLACE_SYMLINK=1 ;; esac fi if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then gltests_LIBOBJS="$gltests_LIBOBJS symlink.$ac_objext" fi if test "$GNULIB_SYMLINK" != 1; then if test "$GNULIB_SYMLINK" = 0; then GNULIB_SYMLINK=$gl_module_indicator_condition else GNULIB_SYMLINK="($GNULIB_SYMLINK || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_SYMLINK 1" >>confdefs.h if test $gl_threads_api = posix; then gl_save_LIBS="$LIBS" LIBS="$LIBS $LIBMULTITHREAD" for ac_func in pthread_atfork do : ac_fn_c_check_func "$LINENO" "pthread_atfork" "ac_cv_func_pthread_atfork" if test "x$ac_cv_func_pthread_atfork" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_PTHREAD_ATFORK 1 _ACEOF fi done LIBS="$gl_save_LIBS" fi if test $ac_cv_have_decl_unsetenv = no; then HAVE_DECL_UNSETENV=0 fi for ac_func in unsetenv do : ac_fn_c_check_func "$LINENO" "unsetenv" "ac_cv_func_unsetenv" if test "x$ac_cv_func_unsetenv" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_UNSETENV 1 _ACEOF fi done if test $ac_cv_func_unsetenv = no; then HAVE_UNSETENV=0 else HAVE_UNSETENV=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unsetenv() return type" >&5 $as_echo_n "checking for unsetenv() return type... " >&6; } if ${gt_cv_func_unsetenv_ret+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #undef _BSD #define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 */ #include extern #ifdef __cplusplus "C" #endif int unsetenv (const char *name); int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gt_cv_func_unsetenv_ret='int' else gt_cv_func_unsetenv_ret='void' fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_func_unsetenv_ret" >&5 $as_echo "$gt_cv_func_unsetenv_ret" >&6; } if test $gt_cv_func_unsetenv_ret = 'void'; then $as_echo "#define VOID_UNSETENV 1" >>confdefs.h REPLACE_UNSETENV=1 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unsetenv obeys POSIX" >&5 $as_echo_n "checking whether unsetenv obeys POSIX... " >&6; } if ${gl_cv_func_unsetenv_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_unsetenv_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_unsetenv_works="guessing no" ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include extern char **environ; int main () { char entry1[] = "a=1"; char entry2[] = "b=2"; char *env[] = { entry1, entry2, NULL }; if (putenv ((char *) "a=1")) return 1; if (putenv (entry2)) return 2; entry2[0] = 'a'; unsetenv ("a"); if (getenv ("a")) return 3; if (!unsetenv ("") || errno != EINVAL) return 4; entry2[0] = 'b'; environ = env; if (!getenv ("a")) return 5; entry2[0] = 'a'; unsetenv ("a"); if (getenv ("a")) return 6; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_unsetenv_works=yes else gl_cv_func_unsetenv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_unsetenv_works" >&5 $as_echo "$gl_cv_func_unsetenv_works" >&6; } case "$gl_cv_func_unsetenv_works" in *yes) ;; *) REPLACE_UNSETENV=1 ;; esac fi if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then gltests_LIBOBJS="$gltests_LIBOBJS unsetenv.$ac_objext" fi if test "$GNULIB_UNSETENV" != 1; then if test "$GNULIB_UNSETENV" = 0; then GNULIB_UNSETENV=$gl_module_indicator_condition else GNULIB_UNSETENV="($GNULIB_UNSETENV || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_UNSETENV 1" >>confdefs.h # Check whether --enable-valgrind-tests was given. if test "${enable_valgrind_tests+set}" = set; then : enableval=$enable_valgrind_tests; opt_valgrind_tests=$enableval else opt_valgrind_tests=yes fi # Run self-tests under valgrind? if test "$opt_valgrind_tests" = "yes" && test "$cross_compiling" = no; then for ac_prog in valgrind do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_VALGRIND+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$VALGRIND"; then ac_cv_prog_VALGRIND="$VALGRIND" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_VALGRIND="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi VALGRIND=$ac_cv_prog_VALGRIND if test -n "$VALGRIND"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $VALGRIND" >&5 $as_echo "$VALGRIND" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$VALGRIND" && break done fi OPTS="-q --error-exitcode=1 --leak-check=no" if test -n "$VALGRIND" \ && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then opt_valgrind_tests=yes VALGRIND="$VALGRIND $OPTS" else opt_valgrind_tests=no VALGRIND= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether self tests are run under valgrind" >&5 $as_echo_n "checking whether self tests are run under valgrind... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $opt_valgrind_tests" >&5 $as_echo "$opt_valgrind_tests" >&6; } abs_aux_dir=`cd "$ac_aux_dir"; pwd` if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles incomplete characters" >&5 $as_echo_n "checking whether mbrtowc handles incomplete characters... " >&6; } if ${gl_cv_func_mbrtowc_incomplete_state+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on AIX and OSF/1. aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; esac if test $LOCALE_JA != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) if (mbsinit (&state)) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_incomplete_state=yes else gl_cv_func_mbrtowc_incomplete_state=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_incomplete_state" >&5 $as_echo "$gl_cv_func_mbrtowc_incomplete_state" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc works as well as mbtowc" >&5 $as_echo_n "checking whether mbrtowc works as well as mbtowc... " >&6; } if ${gl_cv_func_mbrtowc_sanitycheck+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on Solaris 8. solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; esac if test $LOCALE_ZH_CN != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { /* This fails on Solaris 8: mbrtowc returns 2, and sets wc to 0x00F0. mbtowc returns 4 (correct) and sets wc to 0x5EDC. */ if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 6, &state) != 4 && mbtowc (&wc, input + 3, 6) == 4) return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_mbrtowc_sanitycheck=yes else gl_cv_func_mbrtowc_sanitycheck=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_mbrtowc_sanitycheck" >&5 $as_echo "$gl_cv_func_mbrtowc_sanitycheck" >&6; } REPLACE_MBSTATE_T=0 case "$gl_cv_func_mbrtowc_incomplete_state" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac case "$gl_cv_func_mbrtowc_sanitycheck" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac else REPLACE_MBSTATE_T=1 fi if test $ac_cv_func_wcrtomb = no; then HAVE_WCRTOMB=0 ac_fn_c_check_decl "$LINENO" "wcrtomb" "ac_cv_have_decl_wcrtomb" " /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include " if test "x$ac_cv_have_decl_wcrtomb" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_WCRTOMB $ac_have_decl _ACEOF if test $ac_cv_have_decl_wcrtomb = yes; then REPLACE_WCRTOMB=1 fi else if test $REPLACE_MBSTATE_T = 1; then REPLACE_WCRTOMB=1 else { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether wcrtomb return value is correct" >&5 $as_echo_n "checking whether wcrtomb return value is correct... " >&6; } if ${gl_cv_func_wcrtomb_retval+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on AIX 4, OSF/1 and Solaris. aix4* | osf* | solaris*) gl_cv_func_wcrtomb_retval="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_wcrtomb_retval="guessing yes" ;; esac if test $LOCALE_FR != none || test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none || test $LOCALE_ZH_CN != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { int result = 0; if (setlocale (LC_ALL, "$LOCALE_FR") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 1; } if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 2; } if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 4; } if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 8; } return result; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_wcrtomb_retval=yes else gl_cv_func_wcrtomb_retval=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wcrtomb_retval" >&5 $as_echo "$gl_cv_func_wcrtomb_retval" >&6; } case "$gl_cv_func_wcrtomb_retval" in *yes) ;; *) REPLACE_WCRTOMB=1 ;; esac fi fi if test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1; then gltests_LIBOBJS="$gltests_LIBOBJS wcrtomb.$ac_objext" : fi if test "$GNULIB_WCRTOMB" != 1; then if test "$GNULIB_WCRTOMB" = 0; then GNULIB_WCRTOMB=$gl_module_indicator_condition else GNULIB_WCRTOMB="($GNULIB_WCRTOMB || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_WCRTOMB 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional french locale" >&5 $as_echo_n "checking for a traditional french locale... " >&6; } if ${gt_cv_locale_fr+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only one byte long. This excludes the UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1; #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 else # None found. gt_cv_locale_fr=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO-8859-1 else # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name. if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO8859-1 else # Test for the HP-UX locale name. if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.iso88591 else # Test for the Solaris 7 locale name. if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr else # None found. gt_cv_locale_fr=none fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr" >&5 $as_echo "$gt_cv_locale_fr" >&6; } LOCALE_FR=$gt_cv_locale_fr { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a french Unicode locale" >&5 $as_echo_n "checking for a french Unicode locale... " >&6; } if ${gt_cv_locale_fr_utf8+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. */ #if !(defined __BEOS__ || defined __HAIKU__) /* Check whether the given locale name is recognized by the system. */ # if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; # else if (setlocale (LC_ALL, "") == NULL) return 1; # endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } # endif # ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; # endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v') return 1; #endif #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 else # None found. gt_cv_locale_fr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr.UTF-8 else # None found. gt_cv_locale_fr_utf8=none fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_fr_utf8" >&5 $as_echo "$gt_cv_locale_fr_utf8" >&6; } LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a traditional japanese locale" >&5 $as_echo_n "checking for a traditional japanese locale... " >&6; } if ${gt_cv_locale_ja+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales on Cygwin 1.5.x. */ if (MB_CUR_MAX == 1) return 1; /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Note that on native Windows, the Japanese locale is # Japanese_Japan.932, and CP932 is very different from EUC-JP, so we # cannot use it here. gt_cv_locale_ja=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the AIX locale name. if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP else # Test for the locale name with explicit encoding suffix. if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC-JP else # Test for the HP-UX, OSF/1, NetBSD locale name. if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.eucJP else # Test for the IRIX, FreeBSD locale name. if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC else # Test for the Solaris 7 locale name. if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja else # Special test for NetBSD 1.6. if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then gt_cv_locale_ja=ja_JP.eucJP else # None found. gt_cv_locale_ja=none fi fi fi fi fi fi ;; esac fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_ja" >&5 $as_echo "$gt_cv_locale_ja" >&6; } LOCALE_JA=$gt_cv_locale_ja { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a transitional chinese locale" >&5 $as_echo_n "checking for a transitional chinese locale... " >&6; } if ${gt_cv_locale_zh_CN+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; /* Check whether a typical GB18030 multibyte sequence is recognized as a single wide character. This excludes the GB2312 and GBK encodings. */ if (mblen ("\203\062\332\066", 5) != 4) return 1; return 0; } _ACEOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=Chinese_China.54936 else # None found. gt_cv_locale_zh_CN=none fi ;; solaris2.8) # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK are # broken. One witness is the test case in gl_MBRTOWC_SANITYCHECK. # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core. gt_cv_locale_zh_CN=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the locale name without encoding suffix. if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN else # Test for the locale name with explicit encoding suffix. if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN.GB18030 else # None found. gt_cv_locale_zh_CN=none fi fi ;; esac else # If there was a link error, due to mblen(), the system is so old that # it certainly doesn't have a chinese locale. gt_cv_locale_zh_CN=none fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gt_cv_locale_zh_CN" >&5 $as_echo "$gt_cv_locale_zh_CN" >&6; } LOCALE_ZH_CN=$gt_cv_locale_zh_CN if test $ac_cv_func_wctob = no; then HAVE_WCTOB=0 HAVE_DECL_WCTOB=0 else HAVE_WCTOB=1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether wctob works" >&5 $as_echo_n "checking whether wctob works... " >&6; } if ${gl_cv_func_wctob_works+:} false; then : $as_echo_n "(cached) " >&6 else case "$host_os" in # Guess no on Solaris <= 9 and Cygwin. solaris2.[1-9] | solaris2.[1-9].* | cygwin*) gl_cv_func_wctob_works="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_wctob_works="guessing yes" ;; esac case "$host_os" in cygwin*) if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include register long global __asm__ ("%ebx"); int main () { setlocale (LC_ALL, "en_US.UTF-8"); global = 0x12345678; if (wctob (0x00FC) != -1) return 1; if (global != 0x12345678) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : : else gl_cv_func_wctob_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi ;; esac if test "$gl_cv_func_wctob_works" != no && test $LOCALE_FR != none; then if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_FR") != NULL) { wchar_t wc; if (mbtowc (&wc, "\374", 1) == 1) if (wctob (wc) != (unsigned char) '\374') return 1; } return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : gl_cv_func_wctob_works=yes else gl_cv_func_wctob_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_func_wctob_works" >&5 $as_echo "$gl_cv_func_wctob_works" >&6; } case "$gl_cv_func_wctob_works" in *yes) ;; *) REPLACE_WCTOB=1 ;; esac if test $REPLACE_WCTOB = 0; then ac_fn_c_check_decl "$LINENO" "wctob" "ac_cv_have_decl_wctob" " /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include " if test "x$ac_cv_have_decl_wctob" = xyes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF #define HAVE_DECL_WCTOB $ac_have_decl _ACEOF if test $ac_cv_have_decl_wctob != yes; then HAVE_DECL_WCTOB=0 fi fi fi if test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1; then gltests_LIBOBJS="$gltests_LIBOBJS wctob.$ac_objext" : fi if test "$GNULIB_WCTOB" != 1; then if test "$GNULIB_WCTOB" = 0; then GNULIB_WCTOB=$gl_module_indicator_condition else GNULIB_WCTOB="($GNULIB_WCTOB || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_WCTOB 1" >>confdefs.h if false; then REPLACE_WCTOMB=1 fi if test $REPLACE_WCTOMB = 1; then gltests_LIBOBJS="$gltests_LIBOBJS wctomb.$ac_objext" : fi if test "$GNULIB_WCTOMB" != 1; then if test "$GNULIB_WCTOMB" = 0; then GNULIB_WCTOMB=$gl_module_indicator_condition else GNULIB_WCTOMB="($GNULIB_WCTOMB || $gl_module_indicator_condition)" fi fi $as_echo "#define GNULIB_TEST_WCTOMB 1" >>confdefs.h YIELD_LIB= if test $gl_threads_api = posix; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5 $as_echo_n "checking for sched_yield in -lrt... " >&6; } if ${ac_cv_lib_rt_sched_yield+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lrt $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char sched_yield (); int main () { return sched_yield (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_rt_sched_yield=yes else ac_cv_lib_rt_sched_yield=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5 $as_echo "$ac_cv_lib_rt_sched_yield" >&6; } if test "x$ac_cv_lib_rt_sched_yield" = xyes; then : YIELD_LIB=-lrt else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lposix4" >&5 $as_echo_n "checking for sched_yield in -lposix4... " >&6; } if ${ac_cv_lib_posix4_sched_yield+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix4 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char sched_yield (); int main () { return sched_yield (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_posix4_sched_yield=yes else ac_cv_lib_posix4_sched_yield=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix4_sched_yield" >&5 $as_echo "$ac_cv_lib_posix4_sched_yield" >&6; } if test "x$ac_cv_lib_posix4_sched_yield" = xyes; then : YIELD_LIB=-lposix4 fi fi fi LIBTESTS_LIBDEPS="$gltests_libdeps" if test "$gl_cv_func_wsastartup" = "yes"; then WINDOWS_TRUE= WINDOWS_FALSE='#' else WINDOWS_TRUE='#' WINDOWS_FALSE= fi # Check for Lasso. For examples/saml20/. Disabled by default on Windows. lasso_default=yes if test "$gl_cv_func_wsastartup" = "yes"; then lasso_default=no fi # Check whether --with-lasso was given. if test "${with_lasso+set}" = set; then : withval=$with_lasso; lasso=$withval else lasso=$lasso_default fi if test "$lasso" != "no"; then pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LASSO" >&5 $as_echo_n "checking for LASSO... " >&6; } if test -n "$PKG_CONFIG"; then if test -n "$LASSO_CFLAGS"; then pkg_cv_LASSO_CFLAGS="$LASSO_CFLAGS" else if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"lasso >= 2.2.1\""; } >&5 ($PKG_CONFIG --exists --print-errors "lasso >= 2.2.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LASSO_CFLAGS=`$PKG_CONFIG --cflags "lasso >= 2.2.1" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test -n "$PKG_CONFIG"; then if test -n "$LASSO_LIBS"; then pkg_cv_LASSO_LIBS="$LASSO_LIBS" else if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"lasso >= 2.2.1\""; } >&5 ($PKG_CONFIG --exists --print-errors "lasso >= 2.2.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_LASSO_LIBS=`$PKG_CONFIG --libs "lasso >= 2.2.1" 2>/dev/null` else pkg_failed=yes fi fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then LASSO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "lasso >= 2.2.1"` else LASSO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "lasso >= 2.2.1"` fi # Put the nasty error message in config.log where it belongs echo "$LASSO_PKG_ERRORS" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } lasso=no elif test $pkg_failed = untried; then lasso=no else LASSO_CFLAGS=$pkg_cv_LASSO_CFLAGS LASSO_LIBS=$pkg_cv_LASSO_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } lasso=yes fi LASSO_CFLAGS=`echo $pkg_cv_LASSO_CFLAGS | sed -e 's,\\\\,,g'` fi if test "$lasso" = "yes"; then LASSO_TRUE= LASSO_FALSE='#' else LASSO_TRUE='#' LASSO_FALSE= fi # Check whether --enable-gcc-warnings was given. if test "${enable_gcc_warnings+set}" = set; then : enableval=$enable_gcc_warnings; case $enableval in yes|no) ;; *) as_fn_error $? "bad value $enableval for gcc-warnings option" "$LINENO" 5 ;; esac gl_gcc_warnings=$enableval else gl_gcc_warnings=no fi if test "$gl_gcc_warnings" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Werror" >&5 $as_echo_n "checking whether C compiler handles -Werror... " >&6; } if ${gl_cv_warn_c__Werror+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " -Werror" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_warn_c__Werror=yes else gl_cv_warn_c__Werror=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Werror" >&5 $as_echo "$gl_cv_warn_c__Werror" >&6; } if test "x$gl_cv_warn_c__Werror" = xyes; then : as_fn_append WERROR_CFLAGS " -Werror" fi as_gl_Warn=`$as_echo "gl_cv_warn_c_-Wframe-larger-than=250" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wframe-larger-than=250" >&5 $as_echo_n "checking whether C compiler handles -Wframe-larger-than=250... " >&6; } if eval \${$as_gl_Warn+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " -Wframe-larger-than=250" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Warn=yes" else eval "$as_gl_Warn=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi eval ac_res=\$$as_gl_Warn { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Warn"\" = x"yes"; then : as_fn_append WSTACK_CFLAGS " -Wframe-larger-than=250" fi nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wpadded" # Our structs are not padded nw="$nw -Wundef" # warns on '#if GNULIB_FOO' etc in gnulib nw="$nw -Wc++-compat" # We don't care strongly about C++ compilers nw="$nw -Wswitch-enum" # Too many warnings for now nw="$nw -Wconversion" # Too many warnings for now nw="$nw -Wsign-conversion" # Too many warnings for now nw="$nw -Wtraditional" # Warns on #elif which we use often nw="$nw -Wtraditional-conversion" # Too many warnings for now nw="$nw -Wunreachable-code" # Too many false positives nw="$nw -Wsuggest-attribute=pure" # Is it worth using attributes? nw="$nw -Wsuggest-attribute=const" # Is it worth using attributes? if test -n "$GCC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is supported" >&5 $as_echo_n "checking whether -Wno-missing-field-initializers is supported... " >&6; } if ${gl_cv_cc_nomfi_supported+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_nomfi_supported=yes else gl_cv_cc_nomfi_supported=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_supported" >&5 $as_echo "$gl_cv_cc_nomfi_supported" >&6; } if test "$gl_cv_cc_nomfi_supported" = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wno-missing-field-initializers is needed" >&5 $as_echo_n "checking whether -Wno-missing-field-initializers is needed... " >&6; } if ${gl_cv_cc_nomfi_needed+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ void f (void) { typedef struct { int a; int b; } s_t; s_t s1 = { 0, }; } int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_cc_nomfi_needed=no else gl_cv_cc_nomfi_needed=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_CFLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_cc_nomfi_needed" >&5 $as_echo "$gl_cv_cc_nomfi_needed" >&6; } fi fi gl_manywarn_set= for gl_manywarn_item in \ -Wall \ -W \ -Wformat-y2k \ -Wformat-nonliteral \ -Wformat-security \ -Winit-self \ -Wmissing-include-dirs \ -Wswitch-default \ -Wswitch-enum \ -Wunused \ -Wunknown-pragmas \ -Wstrict-aliasing \ -Wstrict-overflow \ -Wsystem-headers \ -Wfloat-equal \ -Wtraditional \ -Wtraditional-conversion \ -Wdeclaration-after-statement \ -Wundef \ -Wshadow \ -Wunsafe-loop-optimizations \ -Wpointer-arith \ -Wbad-function-cast \ -Wc++-compat \ -Wcast-qual \ -Wcast-align \ -Wwrite-strings \ -Wconversion \ -Wsign-conversion \ -Wlogical-op \ -Waggregate-return \ -Wstrict-prototypes \ -Wold-style-definition \ -Wmissing-prototypes \ -Wmissing-declarations \ -Wmissing-noreturn \ -Wmissing-format-attribute \ -Wpacked \ -Wpadded \ -Wredundant-decls \ -Wnested-externs \ -Wunreachable-code \ -Winline \ -Winvalid-pch \ -Wlong-long \ -Wvla \ -Wvolatile-register-var \ -Wdisabled-optimization \ -Wstack-protector \ -Woverlength-strings \ -Wbuiltin-macro-redefined \ -Wmudflap \ -Wpacked-bitfield-compat \ -Wsync-nand \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # The following are not documented in the manual but are included in # output from gcc --help=warnings. for gl_manywarn_item in \ -Wattributes \ -Wcoverage-mismatch \ -Wmultichar \ -Wunused-macros \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # More warnings from gcc 4.6.2 --help=warnings. for gl_manywarn_item in \ -Wabi \ -Wcpp \ -Wdeprecated \ -Wdeprecated-declarations \ -Wdiv-by-zero \ -Wdouble-promotion \ -Wendif-labels \ -Wextra \ -Wformat-contains-nul \ -Wformat-extra-args \ -Wformat-zero-length \ -Wformat=2 \ -Wmultichar \ -Wnormalized=nfc \ -Woverflow \ -Wpointer-to-int-cast \ -Wpragmas \ -Wsuggest-attribute=const \ -Wsuggest-attribute=noreturn \ -Wsuggest-attribute=pure \ -Wtrampolines \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # Disable the missing-field-initializers warning if needed if test "$gl_cv_cc_nomfi_needed" = yes; then gl_manywarn_set="$gl_manywarn_set -Wno-missing-field-initializers" fi ws=$gl_manywarn_set gl_warn_set= set x $ws; shift for gl_warn_item do case " $nw " in *" $gl_warn_item "*) ;; *) gl_warn_set="$gl_warn_set $gl_warn_item" ;; esac done ws=$gl_warn_set for w in $ws; do as_gl_Warn=`$as_echo "gl_cv_warn_c_$w" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles $w" >&5 $as_echo_n "checking whether C compiler handles $w... " >&6; } if eval \${$as_gl_Warn+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " $w" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_gl_Warn=yes" else eval "$as_gl_Warn=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi eval ac_res=\$$as_gl_Warn { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_gl_Warn"\" = x"yes"; then : as_fn_append WARN_CFLAGS " $w" fi done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-missing-field-initializers" >&5 $as_echo_n "checking whether C compiler handles -Wno-missing-field-initializers... " >&6; } if ${gl_cv_warn_c__Wno_missing_field_initializers+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " -Wno-missing-field-initializers" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_warn_c__Wno_missing_field_initializers=yes else gl_cv_warn_c__Wno_missing_field_initializers=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_missing_field_initializers" >&5 $as_echo "$gl_cv_warn_c__Wno_missing_field_initializers" >&6; } if test "x$gl_cv_warn_c__Wno_missing_field_initializers" = xyes; then : as_fn_append WARN_CFLAGS " -Wno-missing-field-initializers" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-unused-parameter" >&5 $as_echo_n "checking whether C compiler handles -Wno-unused-parameter... " >&6; } if ${gl_cv_warn_c__Wno_unused_parameter+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " -Wno-unused-parameter" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_warn_c__Wno_unused_parameter=yes else gl_cv_warn_c__Wno_unused_parameter=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_unused_parameter" >&5 $as_echo "$gl_cv_warn_c__Wno_unused_parameter" >&6; } if test "x$gl_cv_warn_c__Wno_unused_parameter" = xyes; then : as_fn_append WARN_CFLAGS " -Wno-unused-parameter" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-sign-compare" >&5 $as_echo_n "checking whether C compiler handles -Wno-sign-compare... " >&6; } if ${gl_cv_warn_c__Wno_sign_compare+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " -Wno-sign-compare" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_warn_c__Wno_sign_compare=yes else gl_cv_warn_c__Wno_sign_compare=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_sign_compare" >&5 $as_echo "$gl_cv_warn_c__Wno_sign_compare" >&6; } if test "x$gl_cv_warn_c__Wno_sign_compare" = xyes; then : as_fn_append WARN_CFLAGS " -Wno-sign-compare" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -Wno-deprecated-declarations" >&5 $as_echo_n "checking whether C compiler handles -Wno-deprecated-declarations... " >&6; } if ${gl_cv_warn_c__Wno_deprecated_declarations+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " -Wno-deprecated-declarations" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_warn_c__Wno_deprecated_declarations=yes else gl_cv_warn_c__Wno_deprecated_declarations=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__Wno_deprecated_declarations" >&5 $as_echo "$gl_cv_warn_c__Wno_deprecated_declarations" >&6; } if test "x$gl_cv_warn_c__Wno_deprecated_declarations" = xyes; then : as_fn_append WARN_CFLAGS " -Wno-deprecated-declarations" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler handles -fdiagnostics-show-option" >&5 $as_echo_n "checking whether C compiler handles -fdiagnostics-show-option... " >&6; } if ${gl_cv_warn_c__fdiagnostics_show_option+:} false; then : $as_echo_n "(cached) " >&6 else gl_save_compiler_FLAGS="$CFLAGS" as_fn_append CFLAGS " -fdiagnostics-show-option" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : gl_cv_warn_c__fdiagnostics_show_option=yes else gl_cv_warn_c__fdiagnostics_show_option=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$gl_save_compiler_FLAGS" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_warn_c__fdiagnostics_show_option" >&5 $as_echo "$gl_cv_warn_c__fdiagnostics_show_option" >&6; } if test "x$gl_cv_warn_c__fdiagnostics_show_option" = xyes; then : as_fn_append WARN_CFLAGS " -fdiagnostics-show-option" fi fi # Export things for lib/configure.ac. export WARN_CFLAGS subdirs="$subdirs lib" ac_config_files="$ac_config_files Makefile doc/Makefile doc/cyclo/Makefile doc/doxygen/Doxyfile doc/reference/Makefile doc/reference/version.xml examples/Makefile examples/openid20/Makefile examples/saml20/Makefile gl/Makefile gltests/Makefile po/Makefile.in src/Makefile tests/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${OBSOLETE_TRUE}" && test -z "${OBSOLETE_FALSE}"; then as_fn_error $? "conditional \"OBSOLETE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_BUILD_HTML\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_BUILD_PDF\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then as_fn_error $? "conditional \"GTK_DOC_USE_REBASE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_COND_LIBTOOL_TRUE}" && test -z "${GL_COND_LIBTOOL_FALSE}"; then as_fn_error $? "conditional \"GL_COND_LIBTOOL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ALLOCA_H_TRUE}" && test -z "${GL_GENERATE_ALLOCA_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ALLOCA_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ERRNO_H_TRUE}" && test -z "${GL_GENERATE_ERRNO_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ERRNO_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_FLOAT_H_TRUE}" && test -z "${GL_GENERATE_FLOAT_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_FLOAT_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ICONV_H_TRUE}" && test -z "${GL_GENERATE_ICONV_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ICONV_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ICONV_H_TRUE}" && test -z "${GL_GENERATE_ICONV_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ICONV_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_ICONV_H_TRUE}" && test -z "${GL_GENERATE_ICONV_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_ICONV_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi CONFIG_INCLUDE=config.h if test -z "${GL_GENERATE_NETINET_IN_H_TRUE}" && test -z "${GL_GENERATE_NETINET_IN_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_NETINET_IN_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDALIGN_H_TRUE}" && test -z "${GL_GENERATE_STDALIGN_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDALIGN_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDARG_H_TRUE}" && test -z "${GL_GENERATE_STDARG_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDARG_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDBOOL_H_TRUE}" && test -z "${GL_GENERATE_STDBOOL_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDBOOL_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDDEF_H_TRUE}" && test -z "${GL_GENERATE_STDDEF_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDDEF_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GL_GENERATE_STDINT_H_TRUE}" && test -z "${GL_GENERATE_STDINT_H_FALSE}"; then as_fn_error $? "conditional \"GL_GENERATE_STDINT_H\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE}" && test -z "${LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE}"; then as_fn_error $? "conditional \"LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi gl_libobjs= gl_ltlibobjs= if test -n "$gl_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gl_libobjs="$gl_libobjs $i.$ac_objext" gl_ltlibobjs="$gl_ltlibobjs $i.lo" done fi gl_LIBOBJS=$gl_libobjs gl_LTLIBOBJS=$gl_ltlibobjs gltests_libobjs= gltests_ltlibobjs= if test -n "$gltests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gltests_libobjs="$gltests_libobjs $i.$ac_objext" gltests_ltlibobjs="$gltests_ltlibobjs $i.lo" done fi gltests_LIBOBJS=$gltests_libobjs gltests_LTLIBOBJS=$gltests_ltlibobjs if test -z "${WINDOWS_TRUE}" && test -z "${WINDOWS_FALSE}"; then as_fn_error $? "conditional \"WINDOWS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${LASSO_TRUE}" && test -z "${LASSO_FALSE}"; then as_fn_error $? "conditional \"LASSO\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in #( -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by GNU SASL $as_me 1.8.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_links="$ac_config_links" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration links: $config_links Configuration commands: $config_commands Report bugs to . GNU SASL home page: . General help using GNU software: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ GNU SASL config.status 1.8.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" Copyright (C) 2010 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in AS \ DLLTOOL \ OBJDUMP \ SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ nm_file_list_spec \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ sys_lib_dlsearch_path_spec; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' xsi_shell='$xsi_shell' lt_shell_append='$lt_shell_append' # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile' # Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" GNUmakefile=$GNUmakefile _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;; "$GNUmakefile") CONFIG_LINKS="$CONFIG_LINKS $GNUmakefile:$GNUmakefile" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/cyclo/Makefile") CONFIG_FILES="$CONFIG_FILES doc/cyclo/Makefile" ;; "doc/doxygen/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/doxygen/Doxyfile" ;; "doc/reference/Makefile") CONFIG_FILES="$CONFIG_FILES doc/reference/Makefile" ;; "doc/reference/version.xml") CONFIG_FILES="$CONFIG_FILES doc/reference/version.xml" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; "examples/openid20/Makefile") CONFIG_FILES="$CONFIG_FILES examples/openid20/Makefile" ;; "examples/saml20/Makefile") CONFIG_FILES="$CONFIG_FILES examples/saml20/Makefile" ;; "gl/Makefile") CONFIG_FILES="$CONFIG_FILES gl/Makefile" ;; "gltests/Makefile") CONFIG_FILES="$CONFIG_FILES gltests/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :L) # # CONFIG_LINK # if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then : else # Prefer the file from the source tree if names are identical. if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then ac_source=$srcdir/$ac_source fi { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;} if test ! -r "$ac_source"; then as_fn_error $? "$ac_source: file not found" "$LINENO" 5 fi rm -f "$ac_file" # Try a relative symlink, then a hard link, then a copy. case $ac_source in [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;; *) ac_rel_source=$ac_top_build_prefix$ac_source ;; esac ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || ln "$ac_source" "$ac_file" 2>/dev/null || cp -p "$ac_source" "$ac_file" || as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 fi ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Autoconf 2.62 quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named `Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # The names of the tagged configurations supported by this script. available_tags="" # ### BEGIN LIBTOOL CONFIG # Assembler program. AS=$lt_AS # DLL creation program. DLLTOOL=$lt_DLLTOOL # Object dumper program. OBJDUMP=$lt_OBJDUMP # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and in which our libraries should be installed. lt_sysroot=$lt_sysroot # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \${shlibpath_var} if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain="$ac_aux_dir/ltmain.sh" # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) if test x"$xsi_shell" = xyes; then sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ func_dirname ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_basename ()$/,/^} # func_basename /c\ func_basename ()\ {\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ func_dirname_and_basename ()\ {\ \ case ${1} in\ \ */*) func_dirname_result="${1%/*}${2}" ;;\ \ * ) func_dirname_result="${3}" ;;\ \ esac\ \ func_basename_result="${1##*/}"\ } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ func_stripname ()\ {\ \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ \ # positional parameters, so assign one to ordinary parameter first.\ \ func_stripname_result=${3}\ \ func_stripname_result=${func_stripname_result#"${1}"}\ \ func_stripname_result=${func_stripname_result%"${2}"}\ } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ func_split_long_opt ()\ {\ \ func_split_long_opt_name=${1%%=*}\ \ func_split_long_opt_arg=${1#*=}\ } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ func_split_short_opt ()\ {\ \ func_split_short_opt_arg=${1#??}\ \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ func_lo2o ()\ {\ \ case ${1} in\ \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ \ *) func_lo2o_result=${1} ;;\ \ esac\ } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_xform ()$/,/^} # func_xform /c\ func_xform ()\ {\ func_xform_result=${1%.*}.lo\ } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_arith ()$/,/^} # func_arith /c\ func_arith ()\ {\ func_arith_result=$(( $* ))\ } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_len ()$/,/^} # func_len /c\ func_len ()\ {\ func_len_result=${#1}\ } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$lt_shell_append" = xyes; then sed -e '/^func_append ()$/,/^} # func_append /c\ func_append ()\ {\ eval "${1}+=\\${2}"\ } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ func_append_quoted ()\ {\ \ func_quote_for_eval "${2}"\ \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} fi mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; "po-directories":C) for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi # # CONFIG_SUBDIRS section. # if test "$no_recursion" != yes; then # Remove --cache-file, --srcdir, and --disable-option-checking arguments # so they do not pile up. ac_sub_configure_args= ac_prev= eval "set x $ac_configure_args" shift for ac_arg do if test -n "$ac_prev"; then ac_prev= continue fi case $ac_arg in -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ | --c=*) ;; --config-cache | -C) ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) ;; --disable-option-checking) ;; *) case $ac_arg in *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append ac_sub_configure_args " '$ac_arg'" ;; esac done # Always prepend --prefix to ensure using the same prefix # in subdir configurations. ac_arg="--prefix=$prefix" case $ac_arg in *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args" # Pass --silent if test "$silent" = yes; then ac_sub_configure_args="--silent $ac_sub_configure_args" fi # Always prepend --disable-option-checking to silence warnings, since # different subdirs can have different --enable and --with options. ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args" ac_popdir=`pwd` for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue # Do not complain, so a configure script can configure whichever # parts of a large source tree are present. test -d "$srcdir/$ac_dir" || continue ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)" $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5 $as_echo "$ac_msg" >&6 as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" # Check for guested configure; otherwise get Cygnus style configure. if test -f "$ac_srcdir/configure.gnu"; then ac_sub_configure=$ac_srcdir/configure.gnu elif test -f "$ac_srcdir/configure"; then ac_sub_configure=$ac_srcdir/configure elif test -f "$ac_srcdir/configure.in"; then # This should be Cygnus configure. ac_sub_configure=$ac_aux_dir/configure else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} ac_sub_configure= fi # The recursion is here. if test -n "$ac_sub_configure"; then # Make the cache file name correct relative to the subdirectory. case $cache_file in [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; *) # Relative name. ac_sub_cache_file=$ac_top_build_prefix$cache_file ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} # The eval makes quoting arguments work. eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 fi cd "$ac_popdir" done fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi { $as_echo "$as_me:${as_lineno-$LINENO}: summary of main build options: version: ${VERSION} Host type: ${host} Install prefix: ${prefix} Compiler: cc: ${CC} cflags: ${CFLAGS} cppflags: ${CPPFLAGS} Warning flags: $gl_gcc_warnings Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} Obsolete functions: $obsolete GnuTLS support: $gnutls CPPFLAGS: $INCLIBGNUTLS LDADD: $LTLIBGNUTLS Lasso support: $lasso CPPFLAGS: $LASSO_CFLAGS LDADD: $LASSO_LIBS " >&5 $as_echo "$as_me: summary of main build options: version: ${VERSION} Host type: ${host} Install prefix: ${prefix} Compiler: cc: ${CC} cflags: ${CFLAGS} cppflags: ${CPPFLAGS} Warning flags: $gl_gcc_warnings Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} Obsolete functions: $obsolete GnuTLS support: $gnutls CPPFLAGS: $INCLIBGNUTLS LDADD: $LTLIBGNUTLS Lasso support: $lasso CPPFLAGS: $LASSO_CFLAGS LDADD: $LASSO_LIBS " >&6;} gsasl-1.8.0/Makefile.am0000664000000000000000000000166611754555060011577 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . SUBDIRS = lib po gl src examples tests doc gltests EXTRA_DIST = cfg.mk maint.mk .clcopying ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I lib/gl/m4 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete --with-gssapi-impl=no gsasl-1.8.0/INSTALL0000644000000000000000000003660011760730721010562 00000000000000Installation Instructions ************************* Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. Some packages provide this `INSTALL' file but do not implement all of the features documented below. The lack of an optional feature in a given package is not necessarily a bug. More recommendations for GNU packages can be found in *note Makefile Conventions: (standards)Makefile Conventions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package, generally using the just-built uninstalled binaries. 4. Type `make install' to install the programs and any data files and documentation. When installing into a prefix owned by root, it is recommended that the package be configured and built as a regular user, and only the `make install' phase executed with root privileges. 5. Optionally, type `make installcheck' to repeat any self-tests, but this time using the binaries in their final installed location. This target does not install anything. Running this target as a regular user, particularly if the prior `make install' required root privileges, verifies that the installation completed correctly. 6. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 7. Often, you can also type `make uninstall' to remove the installed files again. In practice, not all packages have tested that uninstallation works correctly, even though it is required by the GNU Coding Standards. 8. Some packages, particularly those that use Automake, provide `make distcheck', which can by used by developers to test that all other targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. This is known as a "VPATH" build. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. On MacOS X 10.5 and later systems, you can create libraries and executables that work on multiple system types--known as "fat" or "universal" binaries--by specifying multiple `-arch' options to the compiler but only a single `-arch' option to the preprocessor. Like this: ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CPP="gcc -E" CXXCPP="g++ -E" This is not guaranteed to produce working output in all cases, you may have to build one architecture at a time and combine the results using the `lipo' tool if you have problems. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX', where PREFIX must be an absolute file name. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. In general, the default for these options is expressed in terms of `${prefix}', so that specifying just `--prefix' will affect all of the other directory specifications that were not explicitly provided. The most portable way to affect installation locations is to pass the correct locations to `configure'; however, many packages provide one or both of the following shortcuts of passing variable assignments to the `make install' command line to change installation locations without having to reconfigure or recompile. The first method involves providing an override variable for each affected directory. For example, `make install prefix=/alternate/directory' will choose an alternate location for all directory configuration variables that were expressed in terms of `${prefix}'. Any directories that were specified during `configure', but not in terms of `${prefix}', must each be overridden at install time for the entire installation to be relocated. The approach of makefile variable overrides for each directory variable is required by the GNU Coding Standards, and ideally causes no recompilation. However, some platforms have known limitations with the semantics of shared libraries that end up requiring recompilation when using this method, particularly noticeable in packages that use GNU Libtool. The second method involves providing the `DESTDIR' variable. For example, `make install DESTDIR=/alternate/directory' will prepend `/alternate/directory' before all installation names. The approach of `DESTDIR' overrides is not required by the GNU Coding Standards, and does not work on platforms that have drive letters. On the other hand, it does better at avoiding recompilation issues, and works well even when some directory options were not specified in terms of `${prefix}' at `configure' time. Optional Features ================= If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Some packages offer the ability to configure how verbose the execution of `make' will be. For these packages, running `./configure --enable-silent-rules' sets the default to minimal output, which can be overridden with `make V=1'; while running `./configure --disable-silent-rules' sets the default to verbose, which can be overridden with `make V=0'. Particular systems ================== On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC is not installed, it is recommended to use the following options in order to use an ANSI C compiler: ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" and if that doesn't work, install pre-built binaries of GCC for HP-UX. HP-UX `make' updates targets which have the same time stamps as their prerequisites, which makes it generally unusable when shipped generated files such as `configure' are involved. Use GNU `make' instead. On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot parse its `' header file. The option `-nodtk' can be used as a workaround. If GNU CC is not installed, it is therefore recommended to try ./configure CC="cc" and if that doesn't work, try ./configure CC="cc -nodtk" On Solaris, don't put `/usr/ucb' early in your `PATH'. This directory contains several dysfunctional programs; working variants of these programs are available in `/usr/bin'. So, if you need `/usr/ucb' in your `PATH', put it _after_ `/usr/bin'. On Haiku, software installed for all users goes in `/boot/common', not `/usr/local'. It is recommended to use the following options: ./configure --prefix=/boot/common Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of all of the options to `configure', and exit. `--help=short' `--help=recursive' Print a summary of the options unique to this package's `configure', and exit. The `short' variant lists options used only in the top level, while the `recursive' variant lists options also present in any nested packages. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--prefix=DIR' Use DIR as the installation prefix. *note Installation Names:: for more details, including other options available for fine-tuning the installation locations. `--no-create' `-n' Run the configure checks, but stop before creating any output files. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. gsasl-1.8.0/gl/0000775000000000000000000000000011760732123010206 500000000000000gsasl-1.8.0/gl/strerror-override.c0000664000000000000000000002103011746471770014001 00000000000000/* strerror-override.c --- POSIX compatible system error routine Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2010. */ #include #include "strerror-override.h" #include #if GNULIB_defined_EWINSOCK /* native Windows platforms */ # if HAVE_WINSOCK2_H # include # endif #endif /* If ERRNUM maps to an errno value defined by gnulib, return a string describing the error. Otherwise return NULL. */ const char * strerror_override (int errnum) { /* These error messages are taken from glibc/sysdeps/gnu/errlist.c. */ switch (errnum) { #if REPLACE_STRERROR_0 case 0: return "Success"; #endif #if GNULIB_defined_ESOCK /* native Windows platforms with older */ case EINPROGRESS: return "Operation now in progress"; case EALREADY: return "Operation already in progress"; case ENOTSOCK: return "Socket operation on non-socket"; case EDESTADDRREQ: return "Destination address required"; case EMSGSIZE: return "Message too long"; case EPROTOTYPE: return "Protocol wrong type for socket"; case ENOPROTOOPT: return "Protocol not available"; case EPROTONOSUPPORT: return "Protocol not supported"; case EOPNOTSUPP: return "Operation not supported"; case EAFNOSUPPORT: return "Address family not supported by protocol"; case EADDRINUSE: return "Address already in use"; case EADDRNOTAVAIL: return "Cannot assign requested address"; case ENETDOWN: return "Network is down"; case ENETUNREACH: return "Network is unreachable"; case ECONNRESET: return "Connection reset by peer"; case ENOBUFS: return "No buffer space available"; case EISCONN: return "Transport endpoint is already connected"; case ENOTCONN: return "Transport endpoint is not connected"; case ETIMEDOUT: return "Connection timed out"; case ECONNREFUSED: return "Connection refused"; case ELOOP: return "Too many levels of symbolic links"; case EHOSTUNREACH: return "No route to host"; case EWOULDBLOCK: return "Operation would block"; case ETXTBSY: return "Text file busy"; case ENODATA: return "No data available"; case ENOSR: return "Out of streams resources"; case ENOSTR: return "Device not a stream"; case ENOTRECOVERABLE: return "State not recoverable"; case EOWNERDEAD: return "Owner died"; case ETIME: return "Timer expired"; case EOTHER: return "Other error"; #endif #if GNULIB_defined_EWINSOCK /* native Windows platforms */ case ESOCKTNOSUPPORT: return "Socket type not supported"; case EPFNOSUPPORT: return "Protocol family not supported"; case ESHUTDOWN: return "Cannot send after transport endpoint shutdown"; case ETOOMANYREFS: return "Too many references: cannot splice"; case EHOSTDOWN: return "Host is down"; case EPROCLIM: return "Too many processes"; case EUSERS: return "Too many users"; case EDQUOT: return "Disk quota exceeded"; case ESTALE: return "Stale NFS file handle"; case EREMOTE: return "Object is remote"; # if HAVE_WINSOCK2_H /* WSA_INVALID_HANDLE maps to EBADF */ /* WSA_NOT_ENOUGH_MEMORY maps to ENOMEM */ /* WSA_INVALID_PARAMETER maps to EINVAL */ case WSA_OPERATION_ABORTED: return "Overlapped operation aborted"; case WSA_IO_INCOMPLETE: return "Overlapped I/O event object not in signaled state"; case WSA_IO_PENDING: return "Overlapped operations will complete later"; /* WSAEINTR maps to EINTR */ /* WSAEBADF maps to EBADF */ /* WSAEACCES maps to EACCES */ /* WSAEFAULT maps to EFAULT */ /* WSAEINVAL maps to EINVAL */ /* WSAEMFILE maps to EMFILE */ /* WSAEWOULDBLOCK maps to EWOULDBLOCK */ /* WSAEINPROGRESS maps to EINPROGRESS */ /* WSAEALREADY maps to EALREADY */ /* WSAENOTSOCK maps to ENOTSOCK */ /* WSAEDESTADDRREQ maps to EDESTADDRREQ */ /* WSAEMSGSIZE maps to EMSGSIZE */ /* WSAEPROTOTYPE maps to EPROTOTYPE */ /* WSAENOPROTOOPT maps to ENOPROTOOPT */ /* WSAEPROTONOSUPPORT maps to EPROTONOSUPPORT */ /* WSAESOCKTNOSUPPORT is ESOCKTNOSUPPORT */ /* WSAEOPNOTSUPP maps to EOPNOTSUPP */ /* WSAEPFNOSUPPORT is EPFNOSUPPORT */ /* WSAEAFNOSUPPORT maps to EAFNOSUPPORT */ /* WSAEADDRINUSE maps to EADDRINUSE */ /* WSAEADDRNOTAVAIL maps to EADDRNOTAVAIL */ /* WSAENETDOWN maps to ENETDOWN */ /* WSAENETUNREACH maps to ENETUNREACH */ /* WSAENETRESET maps to ENETRESET */ /* WSAECONNABORTED maps to ECONNABORTED */ /* WSAECONNRESET maps to ECONNRESET */ /* WSAENOBUFS maps to ENOBUFS */ /* WSAEISCONN maps to EISCONN */ /* WSAENOTCONN maps to ENOTCONN */ /* WSAESHUTDOWN is ESHUTDOWN */ /* WSAETOOMANYREFS is ETOOMANYREFS */ /* WSAETIMEDOUT maps to ETIMEDOUT */ /* WSAECONNREFUSED maps to ECONNREFUSED */ /* WSAELOOP maps to ELOOP */ /* WSAENAMETOOLONG maps to ENAMETOOLONG */ /* WSAEHOSTDOWN is EHOSTDOWN */ /* WSAEHOSTUNREACH maps to EHOSTUNREACH */ /* WSAENOTEMPTY maps to ENOTEMPTY */ /* WSAEPROCLIM is EPROCLIM */ /* WSAEUSERS is EUSERS */ /* WSAEDQUOT is EDQUOT */ /* WSAESTALE is ESTALE */ /* WSAEREMOTE is EREMOTE */ case WSASYSNOTREADY: return "Network subsystem is unavailable"; case WSAVERNOTSUPPORTED: return "Winsock.dll version out of range"; case WSANOTINITIALISED: return "Successful WSAStartup not yet performed"; case WSAEDISCON: return "Graceful shutdown in progress"; case WSAENOMORE: case WSA_E_NO_MORE: return "No more results"; case WSAECANCELLED: case WSA_E_CANCELLED: return "Call was canceled"; case WSAEINVALIDPROCTABLE: return "Procedure call table is invalid"; case WSAEINVALIDPROVIDER: return "Service provider is invalid"; case WSAEPROVIDERFAILEDINIT: return "Service provider failed to initialize"; case WSASYSCALLFAILURE: return "System call failure"; case WSASERVICE_NOT_FOUND: return "Service not found"; case WSATYPE_NOT_FOUND: return "Class type not found"; case WSAEREFUSED: return "Database query was refused"; case WSAHOST_NOT_FOUND: return "Host not found"; case WSATRY_AGAIN: return "Nonauthoritative host not found"; case WSANO_RECOVERY: return "Nonrecoverable error"; case WSANO_DATA: return "Valid name, no data record of requested type"; /* WSA_QOS_* omitted */ # endif #endif #if GNULIB_defined_ENOMSG case ENOMSG: return "No message of desired type"; #endif #if GNULIB_defined_EIDRM case EIDRM: return "Identifier removed"; #endif #if GNULIB_defined_ENOLINK case ENOLINK: return "Link has been severed"; #endif #if GNULIB_defined_EPROTO case EPROTO: return "Protocol error"; #endif #if GNULIB_defined_EMULTIHOP case EMULTIHOP: return "Multihop attempted"; #endif #if GNULIB_defined_EBADMSG case EBADMSG: return "Bad message"; #endif #if GNULIB_defined_EOVERFLOW case EOVERFLOW: return "Value too large for defined data type"; #endif #if GNULIB_defined_ENOTSUP case ENOTSUP: return "Not supported"; #endif #if GNULIB_defined_ENETRESET case ENETRESET: return "Network dropped connection on reset"; #endif #if GNULIB_defined_ECONNABORTED case ECONNABORTED: return "Software caused connection abort"; #endif #if GNULIB_defined_ESTALE case ESTALE: return "Stale NFS file handle"; #endif #if GNULIB_defined_EDQUOT case EDQUOT: return "Disk quota exceeded"; #endif #if GNULIB_defined_ECANCELED case ECANCELED: return "Operation canceled"; #endif default: return NULL; } } gsasl-1.8.0/gl/verify.h0000664000000000000000000002265011746471770011624 00000000000000/* Compile-time assert-like macros. Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ #ifndef _GL_VERIFY_H # define _GL_VERIFY_H /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11. This is supported by GCC 4.6.0 and later, in C mode, and its use here generates easier-to-read diagnostics when verify (R) fails. Define _GL_HAVE_STATIC_ASSERT to 1 if static_assert works as per C++11. This will likely be supported by future GCC versions, in C++ mode. Use this only with GCC. If we were willing to slow 'configure' down we could also use it with other compilers, but since this affects only the quality of diagnostics, why bother? */ # if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus # define _GL_HAVE__STATIC_ASSERT 1 # endif /* The condition (99 < __GNUC__) is temporary, until we know about the first G++ release that supports static_assert. */ # if (99 < __GNUC__) && defined __cplusplus # define _GL_HAVE_STATIC_ASSERT 1 # endif /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. If _Static_assert works, verify (R) uses it directly. Similarly, _GL_VERIFY_TRUE works by packaging a _Static_assert inside a struct that is an operand of sizeof. The code below uses several ideas for C++ compilers, and for C compilers that do not support _Static_assert: * The first step is ((R) ? 1 : -1). Given an expression R, of integral or boolean or floating-point type, this yields an expression of integral type, whose value is later verified to be constant and nonnegative. * Next this expression W is wrapped in a type struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: W; }. If W is negative, this yields a compile-time error. No compiler can deal with a bit-field of negative size. One might think that an array size check would have the same effect, that is, that the type struct { unsigned int dummy[W]; } would work as well. However, inside a function, some compilers (such as C++ compilers and GNU C) allow local parameters and variables inside array size expressions. With these compilers, an array size check would not properly diagnose this misuse of the verify macro: void function (int n) { verify (n < 0); } * For the verify macro, the struct _gl_verify_type will need to somehow be embedded into a declaration. To be portable, this declaration must declare an object, a constant, a function, or a typedef name. If the declared entity uses the type directly, such as in struct dummy {...}; typedef struct {...} dummy; extern struct {...} *dummy; extern void dummy (struct {...} *); extern struct {...} *dummy (void); two uses of the verify macro would yield colliding declarations if the entity names are not disambiguated. A workaround is to attach the current line number to the entity name: #define _GL_CONCAT0(x, y) x##y #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) extern struct {...} * _GL_CONCAT (dummy, __LINE__); But this has the problem that two invocations of verify from within the same macro would collide, since the __LINE__ value would be the same for both invocations. (The GCC __COUNTER__ macro solves this problem, but is not portable.) A solution is to use the sizeof operator. It yields a number, getting rid of the identity of the type. Declarations like extern int dummy [sizeof (struct {...})]; extern void dummy (int [sizeof (struct {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; can be repeated. * Should the implementation use a named struct or an unnamed struct? Which of the following alternatives can be used? extern int dummy [sizeof (struct {...})]; extern int dummy [sizeof (struct _gl_verify_type {...})]; extern void dummy (int [sizeof (struct {...})]); extern void dummy (int [sizeof (struct _gl_verify_type {...})]); extern int (*dummy (void)) [sizeof (struct {...})]; extern int (*dummy (void)) [sizeof (struct _gl_verify_type {...})]; In the second and sixth case, the struct type is exported to the outer scope; two such declarations therefore collide. GCC warns about the first, third, and fourth cases. So the only remaining possibility is the fifth case: extern int (*dummy (void)) [sizeof (struct {...})]; * GCC warns about duplicate declarations of the dummy function if -Wredundant_decls is used. GCC 4.3 and later have a builtin __COUNTER__ macro that can let us generate unique identifiers for each dummy function, to suppress this warning. * This implementation exploits the fact that older versions of GCC, which do not support _Static_assert, also do not warn about the last declaration mentioned above. * In C++, any struct definition inside sizeof is invalid. Use a template type to work around the problem. */ /* Concatenate two preprocessor tokens. */ # define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) # define _GL_CONCAT0(x, y) x##y /* _GL_COUNTER is an integer, preferably one that changes each time we use it. Use __COUNTER__ if it works, falling back on __LINE__ otherwise. __LINE__ isn't perfect, but it's better than a constant. */ # if defined __COUNTER__ && __COUNTER__ != __COUNTER__ # define _GL_COUNTER __COUNTER__ # else # define _GL_COUNTER __LINE__ # endif /* Generate a symbol with the given prefix, making it unique if possible. */ # define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER) /* Verify requirement R at compile-time, as an integer constant expression that returns 1. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. */ # define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) # ifdef __cplusplus # if !GNULIB_defined_struct__gl_verify_type template struct _gl_verify_type { unsigned int _gl_verify_error_if_negative: w; }; # define GNULIB_defined_struct__gl_verify_type 1 # endif # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ _gl_verify_type<(R) ? 1 : -1> # elif defined _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { \ _Static_assert (R, DIAGNOSTIC); \ int _gl_dummy; \ } # else # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } # endif /* Verify requirement R at compile-time, as a declaration without a trailing ';'. If R is false, fail at compile-time, preferably with a diagnostic that includes the string-literal DIAGNOSTIC. Unfortunately, unlike C11, this implementation must appear as an ordinary declaration, and cannot appear inside struct { ... }. */ # ifdef _GL_HAVE__STATIC_ASSERT # define _GL_VERIFY _Static_assert # else # define _GL_VERIFY(R, DIAGNOSTIC) \ extern int (*_GL_GENSYM (_gl_verify_function) (void)) \ [_GL_VERIFY_TRUE (R, DIAGNOSTIC)] # endif /* _GL_STATIC_ASSERT_H is defined if this code is copied into assert.h. */ # ifdef _GL_STATIC_ASSERT_H # if !defined _GL_HAVE__STATIC_ASSERT && !defined _Static_assert # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) # endif # if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert # define static_assert _Static_assert /* C11 requires this #define. */ # endif # endif /* @assert.h omit start@ */ /* Each of these macros verifies that its argument R is nonzero. To be portable, R should be an integer constant expression. Unlike assert (R), there is no run-time overhead. There are two macros, since no single macro can be used in all contexts in C. verify_true (R) is for scalar contexts, including integer constant expression contexts. verify (R) is for declaration contexts, e.g., the top level. */ /* Verify requirement R at compile-time, as an integer constant expression. Return 1. This is equivalent to verify_expr (R, 1). verify_true is obsolescent; please use verify_expr instead. */ # define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") /* Verify requirement R at compile-time. Return the value of the expression E. */ # define verify_expr(R, E) \ (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E)) /* Verify requirement R at compile-time, as a declaration without a trailing ';'. */ # define verify(R) _GL_VERIFY (R, "verify (" #R ")") /* @assert.h omit end@ */ #endif gsasl-1.8.0/gl/progname.h0000664000000000000000000000373711746471770012135 00000000000000/* Program name management. Copyright (C) 2001-2004, 2006, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _PROGNAME_H #define _PROGNAME_H /* Programs using this file should do the following in main(): set_program_name (argv[0]); */ #ifdef __cplusplus extern "C" { #endif /* String containing name the program is called with. */ extern const char *program_name; /* Set program_name, based on argv[0]. argv0 must be a string allocated with indefinite extent, and must not be modified after this call. */ extern void set_program_name (const char *argv0); #if ENABLE_RELOCATABLE /* Set program_name, based on argv[0], and original installation prefix and directory, for relocatability. */ extern void set_program_name_and_installdir (const char *argv0, const char *orig_installprefix, const char *orig_installdir); #undef set_program_name #define set_program_name(ARG0) \ set_program_name_and_installdir (ARG0, INSTALLPREFIX, INSTALLDIR) /* Return the full pathname of the current executable, based on the earlier call to set_program_name_and_installdir. Return NULL if unknown. */ extern char *get_full_program_name (void); #endif #ifdef __cplusplus } #endif #endif /* _PROGNAME_H */ gsasl-1.8.0/gl/asprintf.c0000664000000000000000000000210111746471770012126 00000000000000/* Formatted output to strings. Copyright (C) 1999, 2002, 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #ifdef IN_LIBASPRINTF # include "vasprintf.h" #else # include #endif #include int asprintf (char **resultp, const char *format, ...) { va_list args; int result; va_start (args, format); result = vasprintf (resultp, format, args); va_end (args); return result; } gsasl-1.8.0/gl/intprops.h0000664000000000000000000003500611746471770012175 00000000000000/* intprops.h -- properties of integer types Copyright (C) 2001-2005, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert. */ #ifndef _GL_INTPROPS_H #define _GL_INTPROPS_H #include /* Return an integer value, converted to the same type as the integer expression E after integer type promotion. V is the unconverted value. */ #define _GL_INT_CONVERT(e, v) (0 * (e) + (v)) /* Act like _GL_INT_CONVERT (E, -V) but work around a bug in IRIX 6.5 cc; see . */ #define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v)) /* The extra casts in the following macros work around compiler bugs, e.g., in Cray C 5.0.3.0. */ /* True if the arithmetic type T is an integer type. bool counts as an integer. */ #define TYPE_IS_INTEGER(t) ((t) 1.5 == 1) /* True if negative values of the signed integer type T use two's complement, ones' complement, or signed magnitude representation, respectively. Much GNU code assumes two's complement, but some people like to be portable to all possible C hosts. */ #define TYPE_TWOS_COMPLEMENT(t) ((t) ~ (t) 0 == (t) -1) #define TYPE_ONES_COMPLEMENT(t) ((t) ~ (t) 0 == 0) #define TYPE_SIGNED_MAGNITUDE(t) ((t) ~ (t) 0 < (t) -1) /* True if the signed integer expression E uses two's complement. */ #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) /* True if the arithmetic type T is signed. */ #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) /* Return 1 if the integer expression E, after integer promotion, has a signed type. */ #define _GL_INT_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) /* Minimum and maximum values for integer types and expressions. These macros have undefined behavior if T is signed and has padding bits. If this is a problem for you, please let us know how to fix it for your host. */ /* The maximum and minimum values for the integer type T. */ #define TYPE_MINIMUM(t) \ ((t) (! TYPE_SIGNED (t) \ ? (t) 0 \ : TYPE_SIGNED_MAGNITUDE (t) \ ? ~ (t) 0 \ : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) (! TYPE_SIGNED (t) \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) /* The maximum and minimum values for the type of the expression E, after integer promotion. E should not have side effects. */ #define _GL_INT_MINIMUM(e) \ (_GL_INT_SIGNED (e) \ ? - _GL_INT_TWOS_COMPLEMENT (e) - _GL_SIGNED_INT_MAXIMUM (e) \ : _GL_INT_CONVERT (e, 0)) #define _GL_INT_MAXIMUM(e) \ (_GL_INT_SIGNED (e) \ ? _GL_SIGNED_INT_MAXIMUM (e) \ : _GL_INT_NEGATE_CONVERT (e, 1)) #define _GL_SIGNED_INT_MAXIMUM(e) \ (((_GL_INT_CONVERT (e, 1) << (sizeof ((e) + 0) * CHAR_BIT - 2)) - 1) * 2 + 1) /* Return 1 if the __typeof__ keyword works. This could be done by 'configure', but for now it's easier to do it by hand. */ #if 2 <= __GNUC__ || 0x5110 <= __SUNPRO_C # define _GL_HAVE___TYPEOF__ 1 #else # define _GL_HAVE___TYPEOF__ 0 #endif /* Return 1 if the integer type or expression T might be signed. Return 0 if it is definitely unsigned. This macro does not evaluate its argument, and expands to an integer constant expression. */ #if _GL_HAVE___TYPEOF__ # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t)) #else # define _GL_SIGNED_TYPE_OR_EXPR(t) 1 #endif /* Bound on length of the string representing an unsigned integer value representable in B bits. log10 (2.0) < 146/485. The smallest value of B where this bound is not tight is 2621. */ #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) /* Bound on length of the string representing an integer type or expression T. Subtract 1 for the sign bit if T is signed, and then add 1 more for a minus sign if needed. Because _GL_SIGNED_TYPE_OR_EXPR sometimes returns 0 when its argument is signed, this macro may overestimate the true bound by one byte when applied to unsigned types of size 2, 4, 16, ... bytes. */ #define INT_STRLEN_BOUND(t) \ (INT_BITS_STRLEN_BOUND (sizeof (t) * CHAR_BIT \ - _GL_SIGNED_TYPE_OR_EXPR (t)) \ + _GL_SIGNED_TYPE_OR_EXPR (t)) /* Bound on buffer size needed to represent an integer type or expression T, including the terminating null. */ #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1) /* Range overflow checks. The INT__RANGE_OVERFLOW macros return 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow. They do not rely on undefined or implementation-defined behavior. Their implementations are simple and straightforward, but they are a bit harder to use than the INT__OVERFLOW macros described below. Example usage: long int i = ...; long int j = ...; if (INT_MULTIPLY_RANGE_OVERFLOW (i, j, LONG_MIN, LONG_MAX)) printf ("multiply would overflow"); else printf ("product is %ld", i * j); Restrictions on *_RANGE_OVERFLOW macros: These macros do not check for all possible numerical problems or undefined or unspecified behavior: they do not check for division by zero, for bad shift counts, or for shifting negative numbers. These macros may evaluate their arguments zero or multiple times, so the arguments should not have side effects. The arithmetic arguments (including the MIN and MAX arguments) must be of the same integer type after the usual arithmetic conversions, and the type must have minimum value MIN and maximum MAX. Unsigned types should use a zero MIN of the proper type. These macros are tuned for constant MIN and MAX. For commutative operations such as A + B, they are also tuned for constant B. */ /* Return 1 if A + B would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? (a) < (min) - (b) \ : (max) - (b) < (a)) /* Return 1 if A - B would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? (max) + (b) < (a) \ : (a) < (min) + (b)) /* Return 1 if - A would overflow in [MIN,MAX] arithmetic. See above for restrictions. */ #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ ((min) < 0 \ ? (a) < - (max) \ : 0 < (a)) /* Return 1 if A * B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Avoid && and || as they tickle bugs in Sun C 5.11 2010/08/13 and other compilers; see . */ #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ ((b) < 0 \ ? ((a) < 0 \ ? (a) < (max) / (b) \ : (b) == -1 \ ? 0 \ : (min) / (b) < (a)) \ : (b) == 0 \ ? 0 \ : ((a) < 0 \ ? (a) < (min) / (b) \ : (max) / (b) < (a))) /* Return 1 if A / B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Do not check for division by zero. */ #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ ((min) < 0 && (b) == -1 && (a) < - (max)) /* Return 1 if A % B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Do not check for division by zero. Mathematically, % should never overflow, but on x86-like hosts INT_MIN % -1 traps, and the C standard permits this, so treat this as an overflow too. */ #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ INT_DIVIDE_RANGE_OVERFLOW (a, b, min, max) /* Return 1 if A << B would overflow in [MIN,MAX] arithmetic. See above for restrictions. Here, MIN and MAX are for A only, and B need not be of the same type as the other arguments. The C standard says that behavior is undefined for shifts unless 0 <= B < wordwidth, and that when A is negative then A << B has undefined behavior and A >> B has implementation-defined behavior, but do not check these other restrictions. */ #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ ((a) < 0 \ ? (a) < (min) >> (b) \ : (max) >> (b) < (a)) /* The _GL*_OVERFLOW macros have the same restrictions as the *_RANGE_OVERFLOW macros, except that they do not assume that operands (e.g., A and B) have the same type as MIN and MAX. Instead, they assume that the result (e.g., A + B) has that type. */ #define _GL_ADD_OVERFLOW(a, b, min, max) \ ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ : (a) < 0 ? (b) <= (a) + (b) \ : (b) < 0 ? (a) <= (a) + (b) \ : (a) + (b) < (b)) #define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ ((min) < 0 ? INT_SUBTRACT_RANGE_OVERFLOW (a, b, min, max) \ : (a) < 0 ? 1 \ : (b) < 0 ? (a) - (b) <= (a) \ : (a) < (b)) #define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ (((min) == 0 && (((a) < 0 && 0 < (b)) || ((b) < 0 && 0 < (a)))) \ || INT_MULTIPLY_RANGE_OVERFLOW (a, b, min, max)) #define _GL_DIVIDE_OVERFLOW(a, b, min, max) \ ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ : (a) < 0 ? (b) <= (a) + (b) - 1 \ : (b) < 0 && (a) + (b) <= (a)) #define _GL_REMAINDER_OVERFLOW(a, b, min, max) \ ((min) < 0 ? (b) == _GL_INT_NEGATE_CONVERT (min, 1) && (a) < - (max) \ : (a) < 0 ? (a) % (b) != ((max) - (b) + 1) % (b) \ : (b) < 0 && ! _GL_UNSIGNED_NEG_MULTIPLE (a, b, max)) /* Return a nonzero value if A is a mathematical multiple of B, where A is unsigned, B is negative, and MAX is the maximum value of A's type. A's type must be the same as (A % B)'s type. Normally (A % -B == 0) suffices, but things get tricky if -B would overflow. */ #define _GL_UNSIGNED_NEG_MULTIPLE(a, b, max) \ (((b) < -_GL_SIGNED_INT_MAXIMUM (b) \ ? (_GL_SIGNED_INT_MAXIMUM (b) == (max) \ ? (a) \ : (a) % (_GL_INT_CONVERT (a, _GL_SIGNED_INT_MAXIMUM (b)) + 1)) \ : (a) % - (b)) \ == 0) /* Integer overflow checks. The INT__OVERFLOW macros return 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow. They work correctly on all known practical hosts, and do not rely on undefined behavior due to signed arithmetic overflow. Example usage: long int i = ...; long int j = ...; if (INT_MULTIPLY_OVERFLOW (i, j)) printf ("multiply would overflow"); else printf ("product is %ld", i * j); These macros do not check for all possible numerical problems or undefined or unspecified behavior: they do not check for division by zero, for bad shift counts, or for shifting negative numbers. These macros may evaluate their arguments zero or multiple times, so the arguments should not have side effects. These macros are tuned for their last argument being a constant. Return 1 if the integer expressions A * B, A - B, -A, A * B, A / B, A % B, and A << B would overflow, respectively. */ #define INT_ADD_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) #define INT_SUBTRACT_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW) #define INT_NEGATE_OVERFLOW(a) \ INT_NEGATE_RANGE_OVERFLOW (a, _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a)) #define INT_MULTIPLY_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_MULTIPLY_OVERFLOW) #define INT_DIVIDE_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_DIVIDE_OVERFLOW) #define INT_REMAINDER_OVERFLOW(a, b) \ _GL_BINARY_OP_OVERFLOW (a, b, _GL_REMAINDER_OVERFLOW) #define INT_LEFT_SHIFT_OVERFLOW(a, b) \ INT_LEFT_SHIFT_RANGE_OVERFLOW (a, b, \ _GL_INT_MINIMUM (a), _GL_INT_MAXIMUM (a)) /* Return 1 if the expression A B would overflow, where OP_RESULT_OVERFLOW (A, B, MIN, MAX) does the actual test, assuming MIN and MAX are the minimum and maximum for the result type. Arguments should be free of side effects. */ #define _GL_BINARY_OP_OVERFLOW(a, b, op_result_overflow) \ op_result_overflow (a, b, \ _GL_INT_MINIMUM (0 * (b) + (a)), \ _GL_INT_MAXIMUM (0 * (b) + (a))) #endif /* _GL_INTPROPS_H */ gsasl-1.8.0/gl/xalloc-die.c0000664000000000000000000000243411746471770012332 00000000000000/* Report a memory allocation failure and exit. Copyright (C) 1997-2000, 2002-2004, 2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include "xalloc.h" #include #include "error.h" #include "exitfail.h" #include "gettext.h" #define _(msgid) gettext (msgid) void xalloc_die (void) { error (exit_failure, 0, "%s", _("memory exhausted")); /* _Noreturn cannot be given to error, since it may return if its first argument is 0. To help compilers understand the xalloc_die does not return, call abort. Also, the abort is a safety feature if exit_failure is 0 (which shouldn't happen). */ abort (); } gsasl-1.8.0/gl/arpa_inet.in.h0000664000000000000000000001143311746471770012664 00000000000000/* A GNU-like . Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_ARPA_INET_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if @HAVE_FEATURES_H@ # include /* for __GLIBC__ */ #endif /* Gnulib's sys/socket.h is responsible for defining socklen_t (used below) and for pulling in winsock2.h etc. under MinGW. But avoid namespace pollution on glibc systems. */ #ifndef __GLIBC__ # include #endif /* On NonStop Kernel, inet_ntop and inet_pton are declared in . But avoid namespace pollution on glibc systems. */ #if defined __TANDEM && !defined __GLIBC__ # include #endif #if @HAVE_ARPA_INET_H@ /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_ARPA_INET_H@ #endif #ifndef _@GUARD_PREFIX@_ARPA_INET_H #define _@GUARD_PREFIX@_ARPA_INET_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ #if @GNULIB_INET_NTOP@ /* Converts an internet address from internal format to a printable, presentable format. AF is an internet address family, such as AF_INET or AF_INET6. SRC points to a 'struct in_addr' (for AF_INET) or 'struct in6_addr' (for AF_INET6). DST points to a buffer having room for CNT bytes. The printable representation of the address (in numeric form, not surrounded by [...], no reverse DNS is done) is placed in DST, and DST is returned. If an error occurs, the return value is NULL and errno is set. If CNT bytes are not sufficient to hold the result, the return value is NULL and errno is set to ENOSPC. A good value for CNT is 46. For more details, see the POSIX:2001 specification . */ # if @REPLACE_INET_NTOP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef inet_ntop # define inet_ntop rpl_inet_ntop # endif _GL_FUNCDECL_RPL (inet_ntop, const char *, (int af, const void *restrict src, char *restrict dst, socklen_t cnt) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (inet_ntop, const char *, (int af, const void *restrict src, char *restrict dst, socklen_t cnt)); # else # if !@HAVE_DECL_INET_NTOP@ _GL_FUNCDECL_SYS (inet_ntop, const char *, (int af, const void *restrict src, char *restrict dst, socklen_t cnt) _GL_ARG_NONNULL ((2, 3))); # endif /* Need to cast, because on NonStop Kernel, the fourth parameter is size_t cnt. */ _GL_CXXALIAS_SYS_CAST (inet_ntop, const char *, (int af, const void *restrict src, char *restrict dst, socklen_t cnt)); # endif _GL_CXXALIASWARN (inet_ntop); #elif defined GNULIB_POSIXCHECK # undef inet_ntop # if HAVE_RAW_DECL_INET_NTOP _GL_WARN_ON_USE (inet_ntop, "inet_ntop is unportable - " "use gnulib module inet_ntop for portability"); # endif #endif #if @GNULIB_INET_PTON@ # if @REPLACE_INET_PTON@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef inet_pton # define inet_pton rpl_inet_pton # endif _GL_FUNCDECL_RPL (inet_pton, int, (int af, const char *restrict src, void *restrict dst) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (inet_pton, int, (int af, const char *restrict src, void *restrict dst)); # else # if !@HAVE_DECL_INET_PTON@ _GL_FUNCDECL_SYS (inet_pton, int, (int af, const char *restrict src, void *restrict dst) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (inet_pton, int, (int af, const char *restrict src, void *restrict dst)); # endif _GL_CXXALIASWARN (inet_pton); #elif defined GNULIB_POSIXCHECK # undef inet_pton # if HAVE_RAW_DECL_INET_PTON _GL_WARN_ON_USE (inet_pton, "inet_pton is unportable - " "use gnulib module inet_pton for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_ARPA_INET_H */ #endif /* _@GUARD_PREFIX@_ARPA_INET_H */ gsasl-1.8.0/gl/quote.h0000664000000000000000000000244311746471770011453 00000000000000/* quote.h - prototypes for quote.c Copyright (C) 1998-2001, 2003, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef QUOTE_H_ # define QUOTE_H_ 1 /* The quoting options used by quote_n and quote. Its type is incomplete, so it's useful only in expressions like '"e_quoting_options'. */ extern struct quoting_options quote_quoting_options; /* Return an unambiguous printable representation of NAME, allocated in slot N, suitable for diagnostics. */ char const *quote_n (int n, char const *name); /* Return an unambiguous printable representation of NAME, suitable for diagnostics. */ char const *quote (char const *name); #endif /* !QUOTE_H_ */ gsasl-1.8.0/gl/exitfail.h0000664000000000000000000000140211746471770012115 00000000000000/* Failure exit status Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ extern int volatile exit_failure; gsasl-1.8.0/gl/c-strcase.h0000664000000000000000000000401411746471770012176 00000000000000/* Case-insensitive string comparison functions in C locale. Copyright (C) 1995-1996, 2001, 2003, 2005, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef C_STRCASE_H #define C_STRCASE_H #include /* The functions defined in this file assume the "C" locale and a character set without diacritics (ASCII-US or EBCDIC-US or something like that). Even if the "C" locale on a particular system is an extension of the ASCII character set (like on BeOS, where it is UTF-8, or on AmigaOS, where it is ISO-8859-1), the functions in this file recognize only the ASCII characters. More precisely, one of the string arguments must be an ASCII string; the other one can also contain non-ASCII characters (but then the comparison result will be nonzero). */ #ifdef __cplusplus extern "C" { #endif /* Compare strings S1 and S2, ignoring case, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or greater than S2. */ extern int c_strcasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE; /* Compare no more than N characters of strings S1 and S2, ignoring case, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or greater than S2. */ extern int c_strncasecmp (const char *s1, const char *s2, size_t n) _GL_ATTRIBUTE_PURE; #ifdef __cplusplus } #endif #endif /* C_STRCASE_H */ gsasl-1.8.0/gl/getdelim.c0000664000000000000000000000704411746471770012105 00000000000000/* getdelim.c --- Implementation of replacement getdelim function. Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Ported from glibc by Simon Josefsson. */ #include /* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc optimizes away the lineptr == NULL || n == NULL || fp == NULL tests below. */ #define _GL_ARG_NONNULL(params) #include #include #include #include #include #ifndef SSIZE_MAX # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) #endif #if USE_UNLOCKED_IO # include "unlocked-io.h" # define getc_maybe_unlocked(fp) getc(fp) #elif !HAVE_FLOCKFILE || !HAVE_FUNLOCKFILE || !HAVE_DECL_GETC_UNLOCKED # undef flockfile # undef funlockfile # define flockfile(x) ((void) 0) # define funlockfile(x) ((void) 0) # define getc_maybe_unlocked(fp) getc(fp) #else # define getc_maybe_unlocked(fp) getc_unlocked(fp) #endif /* Read up to (and including) a DELIMITER from FP into *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *N characters of space. It is realloc'ed as necessary. Returns the number of characters read (not including the null terminator), or -1 on error or EOF. */ ssize_t getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) { ssize_t result; size_t cur_len = 0; if (lineptr == NULL || n == NULL || fp == NULL) { errno = EINVAL; return -1; } flockfile (fp); if (*lineptr == NULL || *n == 0) { char *new_lineptr; *n = 120; new_lineptr = (char *) realloc (*lineptr, *n); if (new_lineptr == NULL) { result = -1; goto unlock_return; } *lineptr = new_lineptr; } for (;;) { int i; i = getc_maybe_unlocked (fp); if (i == EOF) { result = -1; break; } /* Make enough space for len+1 (for final NUL) bytes. */ if (cur_len + 1 >= *n) { size_t needed_max = SSIZE_MAX < SIZE_MAX ? (size_t) SSIZE_MAX + 1 : SIZE_MAX; size_t needed = 2 * *n + 1; /* Be generous. */ char *new_lineptr; if (needed_max < needed) needed = needed_max; if (cur_len + 1 >= needed) { result = -1; errno = EOVERFLOW; goto unlock_return; } new_lineptr = (char *) realloc (*lineptr, needed); if (new_lineptr == NULL) { result = -1; goto unlock_return; } *lineptr = new_lineptr; *n = needed; } (*lineptr)[cur_len] = i; cur_len++; if (i == delimiter) break; } (*lineptr)[cur_len] = '\0'; result = cur_len ? cur_len : result; unlock_return: funlockfile (fp); /* doesn't set errno */ return result; } gsasl-1.8.0/gl/stdlib.in.h0000664000000000000000000007663211746471770012217 00000000000000/* A GNU-like . Copyright (C) 1995, 2001-2004, 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_malloc_and_calloc /* Special invocation convention inside glibc header files. */ #@INCLUDE_NEXT@ @NEXT_STDLIB_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_STDLIB_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDLIB_H@ #ifndef _@GUARD_PREFIX@_STDLIB_H #define _@GUARD_PREFIX@_STDLIB_H /* NetBSD 5.0 mis-defines NULL. */ #include /* MirBSD 10 defines WEXITSTATUS in , not in . */ #if @GNULIB_SYSTEM_POSIX@ && !defined WEXITSTATUS # include #endif /* Solaris declares getloadavg() in . */ #if (@GNULIB_GETLOADAVG@ || defined GNULIB_POSIXCHECK) && @HAVE_SYS_LOADAVG_H@ # include #endif /* Native Windows platforms declare mktemp() in . */ #if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include #endif #if @GNULIB_RANDOM_R@ /* OSF/1 5.1 declares 'struct random_data' in , which is included from if _REENTRANT is defined. Include it whenever we need 'struct random_data'. */ # if @HAVE_RANDOM_H@ # include # endif # if !@HAVE_STRUCT_RANDOM_DATA@ || @REPLACE_RANDOM_R@ || !@HAVE_RANDOM_R@ # include # endif # if !@HAVE_STRUCT_RANDOM_DATA@ /* Define 'struct random_data'. But allow multiple gnulib generated replacements to coexist. */ # if !GNULIB_defined_struct_random_data struct random_data { int32_t *fptr; /* Front pointer. */ int32_t *rptr; /* Rear pointer. */ int32_t *state; /* Array of state values. */ int rand_type; /* Type of random number generator. */ int rand_deg; /* Degree of random number generator. */ int rand_sep; /* Distance between front and rear. */ int32_t *end_ptr; /* Pointer behind state table. */ }; # define GNULIB_defined_struct_random_data 1 # endif # endif #endif #if (@GNULIB_MKSTEMP@ || @GNULIB_MKSTEMPS@ || @GNULIB_GETSUBOPT@ || defined GNULIB_POSIXCHECK) && ! defined __GLIBC__ && !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) /* On MacOS X 10.3, only declares mkstemp. */ /* On MacOS X 10.5, only declares mkstemps. */ /* On Cygwin 1.7.1, only declares getsubopt. */ /* But avoid namespace pollution on glibc systems and native Windows. */ # include #endif /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The definition of _Noreturn is copied here. */ /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Some systems do not define EXIT_*, despite otherwise supporting C89. */ #ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 #endif /* Tandem/NSK and other platforms that define EXIT_FAILURE as -1 interfere with proper operation of xargs. */ #ifndef EXIT_FAILURE # define EXIT_FAILURE 1 #elif EXIT_FAILURE != 1 # undef EXIT_FAILURE # define EXIT_FAILURE 1 #endif #if @GNULIB__EXIT@ /* Terminate the current process with the given return code, without running the 'atexit' handlers. */ # if !@HAVE__EXIT@ _GL_FUNCDECL_SYS (_Exit, _Noreturn void, (int status)); # endif _GL_CXXALIAS_SYS (_Exit, void, (int status)); _GL_CXXALIASWARN (_Exit); #elif defined GNULIB_POSIXCHECK # undef _Exit # if HAVE_RAW_DECL__EXIT _GL_WARN_ON_USE (_Exit, "_Exit is unportable - " "use gnulib module _Exit for portability"); # endif #endif #if @GNULIB_ATOLL@ /* Parse a signed decimal integer. Returns the value of the integer. Errors are not detected. */ # if !@HAVE_ATOLL@ _GL_FUNCDECL_SYS (atoll, long long, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); _GL_CXXALIASWARN (atoll); #elif defined GNULIB_POSIXCHECK # undef atoll # if HAVE_RAW_DECL_ATOLL _GL_WARN_ON_USE (atoll, "atoll is unportable - " "use gnulib module atoll for portability"); # endif #endif #if @GNULIB_CALLOC_POSIX@ # if @REPLACE_CALLOC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef calloc # define calloc rpl_calloc # endif _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size)); _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); # else _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); # endif _GL_CXXALIASWARN (calloc); #elif defined GNULIB_POSIXCHECK # undef calloc /* Assume calloc is always declared. */ _GL_WARN_ON_USE (calloc, "calloc is not POSIX compliant everywhere - " "use gnulib module calloc-posix for portability"); #endif #if @GNULIB_CANONICALIZE_FILE_NAME@ # if @REPLACE_CANONICALIZE_FILE_NAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define canonicalize_file_name rpl_canonicalize_file_name # endif _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name)); # else # if !@HAVE_CANONICALIZE_FILE_NAME@ _GL_FUNCDECL_SYS (canonicalize_file_name, char *, (const char *name) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name)); # endif _GL_CXXALIASWARN (canonicalize_file_name); #elif defined GNULIB_POSIXCHECK # undef canonicalize_file_name # if HAVE_RAW_DECL_CANONICALIZE_FILE_NAME _GL_WARN_ON_USE (canonicalize_file_name, "canonicalize_file_name is unportable - " "use gnulib module canonicalize-lgpl for portability"); # endif #endif #if @GNULIB_GETLOADAVG@ /* Store max(NELEM,3) load average numbers in LOADAVG[]. The three numbers are the load average of the last 1 minute, the last 5 minutes, and the last 15 minutes, respectively. LOADAVG is an array of NELEM numbers. */ # if !@HAVE_DECL_GETLOADAVG@ _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem)); _GL_CXXALIASWARN (getloadavg); #elif defined GNULIB_POSIXCHECK # undef getloadavg # if HAVE_RAW_DECL_GETLOADAVG _GL_WARN_ON_USE (getloadavg, "getloadavg is not portable - " "use gnulib module getloadavg for portability"); # endif #endif #if @GNULIB_GETSUBOPT@ /* Assuming *OPTIONP is a comma separated list of elements of the form "token" or "token=value", getsubopt parses the first of these elements. If the first element refers to a "token" that is member of the given NULL-terminated array of tokens: - It replaces the comma with a NUL byte, updates *OPTIONP to point past the first option and the comma, sets *VALUEP to the value of the element (or NULL if it doesn't contain an "=" sign), - It returns the index of the "token" in the given array of tokens. Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. For more details see the POSIX:2001 specification. http://www.opengroup.org/susv3xsh/getsubopt.html */ # if !@HAVE_GETSUBOPT@ _GL_FUNCDECL_SYS (getsubopt, int, (char **optionp, char *const *tokens, char **valuep) _GL_ARG_NONNULL ((1, 2, 3))); # endif _GL_CXXALIAS_SYS (getsubopt, int, (char **optionp, char *const *tokens, char **valuep)); _GL_CXXALIASWARN (getsubopt); #elif defined GNULIB_POSIXCHECK # undef getsubopt # if HAVE_RAW_DECL_GETSUBOPT _GL_WARN_ON_USE (getsubopt, "getsubopt is unportable - " "use gnulib module getsubopt for portability"); # endif #endif #if @GNULIB_GRANTPT@ /* Change the ownership and access permission of the slave side of the pseudo-terminal whose master side is specified by FD. */ # if !@HAVE_GRANTPT@ _GL_FUNCDECL_SYS (grantpt, int, (int fd)); # endif _GL_CXXALIAS_SYS (grantpt, int, (int fd)); _GL_CXXALIASWARN (grantpt); #elif defined GNULIB_POSIXCHECK # undef grantpt # if HAVE_RAW_DECL_GRANTPT _GL_WARN_ON_USE (grantpt, "grantpt is not portable - " "use gnulib module grantpt for portability"); # endif #endif /* If _GL_USE_STDLIB_ALLOC is nonzero, the including module does not rely on GNU or POSIX semantics for malloc and realloc (for example, by never specifying a zero size), so it does not need malloc or realloc to be redefined. */ #if @GNULIB_MALLOC_POSIX@ # if @REPLACE_MALLOC@ # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ || _GL_USE_STDLIB_ALLOC) # undef malloc # define malloc rpl_malloc # endif _GL_FUNCDECL_RPL (malloc, void *, (size_t size)); _GL_CXXALIAS_RPL (malloc, void *, (size_t size)); # else _GL_CXXALIAS_SYS (malloc, void *, (size_t size)); # endif _GL_CXXALIASWARN (malloc); #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC # undef malloc /* Assume malloc is always declared. */ _GL_WARN_ON_USE (malloc, "malloc is not POSIX compliant everywhere - " "use gnulib module malloc-posix for portability"); #endif /* Convert a multibyte character to a wide character. */ #if @GNULIB_MBTOWC@ # if @REPLACE_MBTOWC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbtowc # define mbtowc rpl_mbtowc # endif _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); # else _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); # endif _GL_CXXALIASWARN (mbtowc); #endif #if @GNULIB_MKDTEMP@ /* Create a unique temporary directory from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the directory name unique. Returns TEMPLATE, or a null pointer if it cannot get a unique name. The directory is created mode 700. */ # if !@HAVE_MKDTEMP@ _GL_FUNCDECL_SYS (mkdtemp, char *, (char * /*template*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/)); _GL_CXXALIASWARN (mkdtemp); #elif defined GNULIB_POSIXCHECK # undef mkdtemp # if HAVE_RAW_DECL_MKDTEMP _GL_WARN_ON_USE (mkdtemp, "mkdtemp is unportable - " "use gnulib module mkdtemp for portability"); # endif #endif #if @GNULIB_MKOSTEMP@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the file name unique. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). The file is then created, with the specified flags, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKOSTEMP@ _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)); _GL_CXXALIASWARN (mkostemp); #elif defined GNULIB_POSIXCHECK # undef mkostemp # if HAVE_RAW_DECL_MKOSTEMP _GL_WARN_ON_USE (mkostemp, "mkostemp is unportable - " "use gnulib module mkostemp for portability"); # endif #endif #if @GNULIB_MKOSTEMPS@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE before a suffix of length SUFFIXLEN must be "XXXXXX"; they are replaced with a string that makes the file name unique. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). The file is then created, with the specified flags, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKOSTEMPS@ _GL_FUNCDECL_SYS (mkostemps, int, (char * /*template*/, int /*suffixlen*/, int /*flags*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkostemps, int, (char * /*template*/, int /*suffixlen*/, int /*flags*/)); _GL_CXXALIASWARN (mkostemps); #elif defined GNULIB_POSIXCHECK # undef mkostemps # if HAVE_RAW_DECL_MKOSTEMPS _GL_WARN_ON_USE (mkostemps, "mkostemps is unportable - " "use gnulib module mkostemps for portability"); # endif #endif #if @GNULIB_MKSTEMP@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the file name unique. The file is then created, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if @REPLACE_MKSTEMP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mkstemp rpl_mkstemp # endif _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/)); # else # if ! @HAVE_MKSTEMP@ _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkstemp, int, (char * /*template*/)); # endif _GL_CXXALIASWARN (mkstemp); #elif defined GNULIB_POSIXCHECK # undef mkstemp # if HAVE_RAW_DECL_MKSTEMP _GL_WARN_ON_USE (mkstemp, "mkstemp is unportable - " "use gnulib module mkstemp for portability"); # endif #endif #if @GNULIB_MKSTEMPS@ /* Create a unique temporary file from TEMPLATE. The last six characters of TEMPLATE prior to a suffix of length SUFFIXLEN must be "XXXXXX"; they are replaced with a string that makes the file name unique. The file is then created, ensuring it didn't exist before. The file is created read-write (mask at least 0600 & ~umask), but it may be world-readable and world-writable (mask 0666 & ~umask), depending on the implementation. Returns the open file descriptor if successful, otherwise -1 and errno set. */ # if !@HAVE_MKSTEMPS@ _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)); _GL_CXXALIASWARN (mkstemps); #elif defined GNULIB_POSIXCHECK # undef mkstemps # if HAVE_RAW_DECL_MKSTEMPS _GL_WARN_ON_USE (mkstemps, "mkstemps is unportable - " "use gnulib module mkstemps for portability"); # endif #endif #if @GNULIB_POSIX_OPENPT@ /* Return an FD open to the master side of a pseudo-terminal. Flags should include O_RDWR, and may also include O_NOCTTY. */ # if !@HAVE_POSIX_OPENPT@ _GL_FUNCDECL_SYS (posix_openpt, int, (int flags)); # endif _GL_CXXALIAS_SYS (posix_openpt, int, (int flags)); _GL_CXXALIASWARN (posix_openpt); #elif defined GNULIB_POSIXCHECK # undef posix_openpt # if HAVE_RAW_DECL_POSIX_OPENPT _GL_WARN_ON_USE (posix_openpt, "posix_openpt is not portable - " "use gnulib module posix_openpt for portability"); # endif #endif #if @GNULIB_PTSNAME@ /* Return the pathname of the pseudo-terminal slave associated with the master FD is open on, or NULL on errors. */ # if !@HAVE_PTSNAME@ _GL_FUNCDECL_SYS (ptsname, char *, (int fd)); # endif _GL_CXXALIAS_SYS (ptsname, char *, (int fd)); _GL_CXXALIASWARN (ptsname); #elif defined GNULIB_POSIXCHECK # undef ptsname # if HAVE_RAW_DECL_PTSNAME _GL_WARN_ON_USE (ptsname, "ptsname is not portable - " "use gnulib module ptsname for portability"); # endif #endif #if @GNULIB_PTSNAME_R@ /* Set the pathname of the pseudo-terminal slave associated with the master FD is open on and return 0, or set errno and return non-zero on errors. */ # if @REPLACE_PTSNAME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ptsname_r # define ptsname_r rpl_ptsname_r # endif _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); # else # if !@HAVE_PTSNAME_R@ _GL_FUNCDECL_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); # endif _GL_CXXALIAS_SYS (ptsname_r, int, (int fd, char *buf, size_t len)); # endif _GL_CXXALIASWARN (ptsname_r); #elif defined GNULIB_POSIXCHECK # undef ptsname_r # if HAVE_RAW_DECL_PTSNAME_R _GL_WARN_ON_USE (ptsname_r, "ptsname_r is not portable - " "use gnulib module ptsname_r for portability"); # endif #endif #if @GNULIB_PUTENV@ # if @REPLACE_PUTENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putenv # define putenv rpl_putenv # endif _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (putenv, int, (char *string)); # else _GL_CXXALIAS_SYS (putenv, int, (char *string)); # endif _GL_CXXALIASWARN (putenv); #endif #if @GNULIB_RANDOM_R@ # if !@HAVE_RANDOM_R@ # ifndef RAND_MAX # define RAND_MAX 2147483647 # endif # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (random, long, (void)); # endif _GL_CXXALIAS_SYS (random, long, (void)); _GL_CXXALIASWARN (random); #elif defined GNULIB_POSIXCHECK # undef random # if HAVE_RAW_DECL_RANDOM _GL_WARN_ON_USE (random, "random is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed)); # endif _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed)); _GL_CXXALIASWARN (srandom); #elif defined GNULIB_POSIXCHECK # undef srandom # if HAVE_RAW_DECL_SRANDOM _GL_WARN_ON_USE (srandom, "srandom is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (initstate, char *, (unsigned int seed, char *buf, size_t buf_size) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (initstate, char *, (unsigned int seed, char *buf, size_t buf_size)); _GL_CXXALIASWARN (initstate); #elif defined GNULIB_POSIXCHECK # undef initstate # if HAVE_RAW_DECL_INITSTATE_R _GL_WARN_ON_USE (initstate, "initstate is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM@ # if !@HAVE_RANDOM@ _GL_FUNCDECL_SYS (setstate, char *, (char *arg_state) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (setstate, char *, (char *arg_state)); _GL_CXXALIASWARN (setstate); #elif defined GNULIB_POSIXCHECK # undef setstate # if HAVE_RAW_DECL_SETSTATE_R _GL_WARN_ON_USE (setstate, "setstate is unportable - " "use gnulib module random for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef random_r # define random_r rpl_random_r # endif _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (random_r, int, (struct random_data *buf, int32_t *result)); # endif _GL_CXXALIASWARN (random_r); #elif defined GNULIB_POSIXCHECK # undef random_r # if HAVE_RAW_DECL_RANDOM_R _GL_WARN_ON_USE (random_r, "random_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef srandom_r # define srandom_r rpl_srandom_r # endif _GL_FUNCDECL_RPL (srandom_r, int, (unsigned int seed, struct random_data *rand_state) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (srandom_r, int, (unsigned int seed, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (srandom_r, int, (unsigned int seed, struct random_data *rand_state) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (srandom_r, int, (unsigned int seed, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (srandom_r); #elif defined GNULIB_POSIXCHECK # undef srandom_r # if HAVE_RAW_DECL_SRANDOM_R _GL_WARN_ON_USE (srandom_r, "srandom_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef initstate_r # define initstate_r rpl_initstate_r # endif _GL_FUNCDECL_RPL (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (initstate_r, int, (unsigned int seed, char *buf, size_t buf_size, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (initstate_r); #elif defined GNULIB_POSIXCHECK # undef initstate_r # if HAVE_RAW_DECL_INITSTATE_R _GL_WARN_ON_USE (initstate_r, "initstate_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_RANDOM_R@ # if @REPLACE_RANDOM_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setstate_r # define setstate_r rpl_setstate_r # endif _GL_FUNCDECL_RPL (setstate_r, int, (char *arg_state, struct random_data *rand_state) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (setstate_r, int, (char *arg_state, struct random_data *rand_state)); # else # if !@HAVE_RANDOM_R@ _GL_FUNCDECL_SYS (setstate_r, int, (char *arg_state, struct random_data *rand_state) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (setstate_r, int, (char *arg_state, struct random_data *rand_state)); # endif _GL_CXXALIASWARN (setstate_r); #elif defined GNULIB_POSIXCHECK # undef setstate_r # if HAVE_RAW_DECL_SETSTATE_R _GL_WARN_ON_USE (setstate_r, "setstate_r is unportable - " "use gnulib module random_r for portability"); # endif #endif #if @GNULIB_REALLOC_POSIX@ # if @REPLACE_REALLOC@ # if !((defined __cplusplus && defined GNULIB_NAMESPACE) \ || _GL_USE_STDLIB_ALLOC) # undef realloc # define realloc rpl_realloc # endif _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size)); _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size)); # else _GL_CXXALIAS_SYS (realloc, void *, (void *ptr, size_t size)); # endif _GL_CXXALIASWARN (realloc); #elif defined GNULIB_POSIXCHECK && !_GL_USE_STDLIB_ALLOC # undef realloc /* Assume realloc is always declared. */ _GL_WARN_ON_USE (realloc, "realloc is not POSIX compliant everywhere - " "use gnulib module realloc-posix for portability"); #endif #if @GNULIB_REALPATH@ # if @REPLACE_REALPATH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define realpath rpl_realpath # endif _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); # else # if !@HAVE_REALPATH@ _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (realpath, char *, (const char *name, char *resolved)); # endif _GL_CXXALIASWARN (realpath); #elif defined GNULIB_POSIXCHECK # undef realpath # if HAVE_RAW_DECL_REALPATH _GL_WARN_ON_USE (realpath, "realpath is unportable - use gnulib module " "canonicalize or canonicalize-lgpl for portability"); # endif #endif #if @GNULIB_RPMATCH@ /* Test a user response to a question. Return 1 if it is affirmative, 0 if it is negative, or -1 if not clear. */ # if !@HAVE_RPMATCH@ _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (rpmatch, int, (const char *response)); _GL_CXXALIASWARN (rpmatch); #elif defined GNULIB_POSIXCHECK # undef rpmatch # if HAVE_RAW_DECL_RPMATCH _GL_WARN_ON_USE (rpmatch, "rpmatch is unportable - " "use gnulib module rpmatch for portability"); # endif #endif #if @GNULIB_SETENV@ /* Set NAME to VALUE in the environment. If REPLACE is nonzero, overwrite an existing value. */ # if @REPLACE_SETENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setenv # define setenv rpl_setenv # endif _GL_FUNCDECL_RPL (setenv, int, (const char *name, const char *value, int replace) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (setenv, int, (const char *name, const char *value, int replace)); # else # if !@HAVE_DECL_SETENV@ _GL_FUNCDECL_SYS (setenv, int, (const char *name, const char *value, int replace) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (setenv, int, (const char *name, const char *value, int replace)); # endif # if !(@REPLACE_SETENV@ && !@HAVE_DECL_SETENV@) _GL_CXXALIASWARN (setenv); # endif #elif defined GNULIB_POSIXCHECK # undef setenv # if HAVE_RAW_DECL_SETENV _GL_WARN_ON_USE (setenv, "setenv is unportable - " "use gnulib module setenv for portability"); # endif #endif #if @GNULIB_STRTOD@ /* Parse a double from STRING, updating ENDP if appropriate. */ # if @REPLACE_STRTOD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strtod rpl_strtod # endif _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp)); # else # if !@HAVE_STRTOD@ _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp)); # endif _GL_CXXALIASWARN (strtod); #elif defined GNULIB_POSIXCHECK # undef strtod # if HAVE_RAW_DECL_STRTOD _GL_WARN_ON_USE (strtod, "strtod is unportable - " "use gnulib module strtod for portability"); # endif #endif #if @GNULIB_STRTOLL@ /* Parse a signed integer whose textual representation starts at STRING. The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, it may be decimal or octal (with prefix "0") or hexadecimal (with prefix "0x"). If ENDPTR is not NULL, the address of the first byte after the integer is stored in *ENDPTR. Upon overflow, the return value is LLONG_MAX or LLONG_MIN, and errno is set to ERANGE. */ # if !@HAVE_STRTOLL@ _GL_FUNCDECL_SYS (strtoll, long long, (const char *string, char **endptr, int base) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoll, long long, (const char *string, char **endptr, int base)); _GL_CXXALIASWARN (strtoll); #elif defined GNULIB_POSIXCHECK # undef strtoll # if HAVE_RAW_DECL_STRTOLL _GL_WARN_ON_USE (strtoll, "strtoll is unportable - " "use gnulib module strtoll for portability"); # endif #endif #if @GNULIB_STRTOULL@ /* Parse an unsigned integer whose textual representation starts at STRING. The integer is expected to be in base BASE (2 <= BASE <= 36); if BASE == 0, it may be decimal or octal (with prefix "0") or hexadecimal (with prefix "0x"). If ENDPTR is not NULL, the address of the first byte after the integer is stored in *ENDPTR. Upon overflow, the return value is ULLONG_MAX, and errno is set to ERANGE. */ # if !@HAVE_STRTOULL@ _GL_FUNCDECL_SYS (strtoull, unsigned long long, (const char *string, char **endptr, int base) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoull, unsigned long long, (const char *string, char **endptr, int base)); _GL_CXXALIASWARN (strtoull); #elif defined GNULIB_POSIXCHECK # undef strtoull # if HAVE_RAW_DECL_STRTOULL _GL_WARN_ON_USE (strtoull, "strtoull is unportable - " "use gnulib module strtoull for portability"); # endif #endif #if @GNULIB_UNLOCKPT@ /* Unlock the slave side of the pseudo-terminal whose master side is specified by FD, so that it can be opened. */ # if !@HAVE_UNLOCKPT@ _GL_FUNCDECL_SYS (unlockpt, int, (int fd)); # endif _GL_CXXALIAS_SYS (unlockpt, int, (int fd)); _GL_CXXALIASWARN (unlockpt); #elif defined GNULIB_POSIXCHECK # undef unlockpt # if HAVE_RAW_DECL_UNLOCKPT _GL_WARN_ON_USE (unlockpt, "unlockpt is not portable - " "use gnulib module unlockpt for portability"); # endif #endif #if @GNULIB_UNSETENV@ /* Remove the variable NAME from the environment. */ # if @REPLACE_UNSETENV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unsetenv # define unsetenv rpl_unsetenv # endif _GL_FUNCDECL_RPL (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (unsetenv, int, (const char *name)); # else # if !@HAVE_DECL_UNSETENV@ _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (unsetenv, int, (const char *name)); # endif # if !(@REPLACE_UNSETENV@ && !@HAVE_DECL_UNSETENV@) _GL_CXXALIASWARN (unsetenv); # endif #elif defined GNULIB_POSIXCHECK # undef unsetenv # if HAVE_RAW_DECL_UNSETENV _GL_WARN_ON_USE (unsetenv, "unsetenv is unportable - " "use gnulib module unsetenv for portability"); # endif #endif /* Convert a wide character to a multibyte character. */ #if @GNULIB_WCTOMB@ # if @REPLACE_WCTOMB@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wctomb # define wctomb rpl_wctomb # endif _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); # else _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); # endif _GL_CXXALIASWARN (wctomb); #endif #endif /* _@GUARD_PREFIX@_STDLIB_H */ #endif /* _@GUARD_PREFIX@_STDLIB_H */ #endif gsasl-1.8.0/gl/unistd.in.h0000664000000000000000000014610011754207011012210 00000000000000/* Substitute for and wrapper around . Copyright (C) 2003-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* Special invocation convention: - On mingw, several headers, including , include , but we need to ensure that both the system and are completely included before we replace gethostname. */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ \ && !defined _GL_WINSOCK2_H_WITNESS && defined _WINSOCK2_H /* is being indirectly included for the first time from ; avoid declaring any overrides. */ # if @HAVE_UNISTD_H@ # @INCLUDE_NEXT@ @NEXT_UNISTD_H@ # else # error unexpected; report this to bug-gnulib@gnu.org # endif # define _GL_WINSOCK2_H_WITNESS /* Normal invocation. */ #elif !defined _@GUARD_PREFIX@_UNISTD_H /* The include_next requires a split double-inclusion guard. */ #if @HAVE_UNISTD_H@ # @INCLUDE_NEXT@ @NEXT_UNISTD_H@ #endif /* Get all possible declarations of gethostname(). */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ \ && !defined _GL_INCLUDING_WINSOCK2_H # define _GL_INCLUDING_WINSOCK2_H # include # undef _GL_INCLUDING_WINSOCK2_H #endif #if !defined _@GUARD_PREFIX@_UNISTD_H && !defined _GL_INCLUDING_WINSOCK2_H #define _@GUARD_PREFIX@_UNISTD_H /* NetBSD 5.0 mis-defines NULL. Also get size_t. */ #include /* mingw doesn't define the SEEK_* or *_FILENO macros in . */ /* Cygwin 1.7.1 declares symlinkat in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if (!(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET) \ || ((@GNULIB_SYMLINKAT@ || defined GNULIB_POSIXCHECK) \ && defined __CYGWIN__)) \ && ! defined __GLIBC__ # include #endif /* Cygwin 1.7.1 declares unlinkat in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if (@GNULIB_UNLINKAT@ || defined GNULIB_POSIXCHECK) && defined __CYGWIN__ \ && ! defined __GLIBC__ # include #endif /* mingw fails to declare _exit in . */ /* mingw, MSVC, BeOS, Haiku declare environ in , not in . */ /* Solaris declares getcwd not only in but also in . */ /* But avoid namespace pollution on glibc systems. */ #ifndef __GLIBC__ # include #endif /* Native Windows platforms declare chdir, getcwd, rmdir in and/or , not in . They also declare access(), chmod(), close(), dup(), dup2(), isatty(), lseek(), read(), unlink(), write() in . */ #if ((@GNULIB_CHDIR@ || @GNULIB_GETCWD@ || @GNULIB_RMDIR@ \ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) # include /* mingw32, mingw64 */ # include /* mingw64, MSVC 9 */ #elif (@GNULIB_CLOSE@ || @GNULIB_DUP@ || @GNULIB_DUP2@ || @GNULIB_ISATTY@ \ || @GNULIB_LSEEK@ || @GNULIB_READ@ || @GNULIB_UNLINK@ || @GNULIB_WRITE@ \ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include #endif /* AIX and OSF/1 5.1 declare getdomainname in , not in . NonStop Kernel declares gethostname in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if ((@GNULIB_GETDOMAINNAME@ && (defined _AIX || defined __osf__)) \ || (@GNULIB_GETHOSTNAME@ && defined __TANDEM)) \ && !defined __GLIBC__ # include #endif /* MSVC defines off_t in . May also define off_t to a 64-bit type on native Windows. */ #if !@HAVE_UNISTD_H@ || @WINDOWS_64_BIT_OFF_T@ /* Get off_t. */ # include #endif #if (@GNULIB_READ@ || @GNULIB_WRITE@ \ || @GNULIB_READLINK@ || @GNULIB_READLINKAT@ \ || @GNULIB_PREAD@ || @GNULIB_PWRITE@ || defined GNULIB_POSIXCHECK) /* Get ssize_t. */ # include #endif /* Get getopt(), optarg, optind, opterr, optopt. But avoid namespace pollution on glibc systems. */ #if @GNULIB_UNISTD_H_GETOPT@ && !defined __GLIBC__ && !defined _GL_SYSTEM_GETOPT # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Hide some function declarations from . */ #if @GNULIB_GETHOSTNAME@ && @UNISTD_H_HAVE_WINSOCK2_H@ # if !defined _@GUARD_PREFIX@_SYS_SOCKET_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef socket # define socket socket_used_without_including_sys_socket_h # undef connect # define connect connect_used_without_including_sys_socket_h # undef accept # define accept accept_used_without_including_sys_socket_h # undef bind # define bind bind_used_without_including_sys_socket_h # undef getpeername # define getpeername getpeername_used_without_including_sys_socket_h # undef getsockname # define getsockname getsockname_used_without_including_sys_socket_h # undef getsockopt # define getsockopt getsockopt_used_without_including_sys_socket_h # undef listen # define listen listen_used_without_including_sys_socket_h # undef recv # define recv recv_used_without_including_sys_socket_h # undef send # define send send_used_without_including_sys_socket_h # undef recvfrom # define recvfrom recvfrom_used_without_including_sys_socket_h # undef sendto # define sendto sendto_used_without_including_sys_socket_h # undef setsockopt # define setsockopt setsockopt_used_without_including_sys_socket_h # undef shutdown # define shutdown shutdown_used_without_including_sys_socket_h # else _GL_WARN_ON_USE (socket, "socket() used without including "); _GL_WARN_ON_USE (connect, "connect() used without including "); _GL_WARN_ON_USE (accept, "accept() used without including "); _GL_WARN_ON_USE (bind, "bind() used without including "); _GL_WARN_ON_USE (getpeername, "getpeername() used without including "); _GL_WARN_ON_USE (getsockname, "getsockname() used without including "); _GL_WARN_ON_USE (getsockopt, "getsockopt() used without including "); _GL_WARN_ON_USE (listen, "listen() used without including "); _GL_WARN_ON_USE (recv, "recv() used without including "); _GL_WARN_ON_USE (send, "send() used without including "); _GL_WARN_ON_USE (recvfrom, "recvfrom() used without including "); _GL_WARN_ON_USE (sendto, "sendto() used without including "); _GL_WARN_ON_USE (setsockopt, "setsockopt() used without including "); _GL_WARN_ON_USE (shutdown, "shutdown() used without including "); # endif # endif # if !defined _@GUARD_PREFIX@_SYS_SELECT_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef select # define select select_used_without_including_sys_select_h # else _GL_WARN_ON_USE (select, "select() used without including "); # endif # endif #endif /* OS/2 EMX lacks these macros. */ #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif #ifndef STDOUT_FILENO # define STDOUT_FILENO 1 #endif #ifndef STDERR_FILENO # define STDERR_FILENO 2 #endif /* Ensure *_OK macros exist. */ #ifndef F_OK # define F_OK 0 # define X_OK 1 # define W_OK 2 # define R_OK 4 #endif /* Declare overridden functions. */ #if defined GNULIB_POSIXCHECK /* The access() function is a security risk. */ _GL_WARN_ON_USE (access, "the access function is a security risk - " "use the gnulib module faccessat instead"); #endif #if @GNULIB_CHDIR@ _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); _GL_CXXALIASWARN (chdir); #elif defined GNULIB_POSIXCHECK # undef chdir # if HAVE_RAW_DECL_CHDIR _GL_WARN_ON_USE (chown, "chdir is not always in - " "use gnulib module chdir for portability"); # endif #endif #if @GNULIB_CHOWN@ /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE to GID (if GID is not -1). Follow symbolic links. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_DUP2@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dup2 rpl_dup2 # endif _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd)); _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd)); # else # if !@HAVE_DUP2@ _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd)); # endif _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd)); # endif _GL_CXXALIASWARN (dup2); #elif defined GNULIB_POSIXCHECK # undef dup2 # if HAVE_RAW_DECL_DUP2 _GL_WARN_ON_USE (dup2, "dup2 is unportable - " "use gnulib module dup2 for portability"); # endif #endif #if @GNULIB_DUP3@ /* Copy the file descriptor OLDFD into file descriptor NEWFD, with the specified flags. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). Close NEWFD first if it is open. Return newfd if successful, otherwise -1 and errno set. See the Linux man page at . */ # if @HAVE_DUP3@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dup3 rpl_dup3 # endif _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags)); _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); # else _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags)); _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); # endif _GL_CXXALIASWARN (dup3); #elif defined GNULIB_POSIXCHECK # undef dup3 # if HAVE_RAW_DECL_DUP3 _GL_WARN_ON_USE (dup3, "dup3 is unportable - " "use gnulib module dup3 for portability"); # endif #endif #if @GNULIB_ENVIRON@ # if !@HAVE_DECL_ENVIRON@ /* Set of environment variables and values. An array of strings of the form "VARIABLE=VALUE", terminated with a NULL. */ # if defined __APPLE__ && defined __MACH__ # include # define environ (*_NSGetEnviron ()) # else # ifdef __cplusplus extern "C" { # endif extern char **environ; # ifdef __cplusplus } # endif # endif # endif #elif defined GNULIB_POSIXCHECK # if HAVE_RAW_DECL_ENVIRON static inline char *** rpl_environ (void) { return &environ; } _GL_WARN_ON_USE (rpl_environ, "environ is unportable - " "use gnulib module environ for portability"); # undef environ # define environ (*rpl_environ ()) # endif #endif #if @GNULIB_EUIDACCESS@ /* Like access(), except that it uses the effective user id and group id of the current process. */ # if !@HAVE_EUIDACCESS@ _GL_FUNCDECL_SYS (euidaccess, int, (const char *filename, int mode) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode)); _GL_CXXALIASWARN (euidaccess); # if defined GNULIB_POSIXCHECK /* Like access(), this function is a security risk. */ _GL_WARN_ON_USE (euidaccess, "the euidaccess function is a security risk - " "use the gnulib module faccessat instead"); # endif #elif defined GNULIB_POSIXCHECK # undef euidaccess # if HAVE_RAW_DECL_EUIDACCESS _GL_WARN_ON_USE (euidaccess, "euidaccess is unportable - " "use gnulib module euidaccess for portability"); # endif #endif #if @GNULIB_FACCESSAT@ # if !@HAVE_FACCESSAT@ _GL_FUNCDECL_SYS (faccessat, int, (int fd, char const *file, int mode, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (faccessat, int, (int fd, char const *file, int mode, int flag)); _GL_CXXALIASWARN (faccessat); #elif defined GNULIB_POSIXCHECK # undef faccessat # if HAVE_RAW_DECL_FACCESSAT _GL_WARN_ON_USE (faccessat, "faccessat is not portable - " "use gnulib module faccessat for portability"); # endif #endif #if @GNULIB_FCHDIR@ /* Change the process' current working directory to the directory on which the given file descriptor is open. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if ! @HAVE_FCHDIR@ _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); /* Gnulib internal hooks needed to maintain the fchdir metadata. */ _GL_EXTERN_C int _gl_register_fd (int fd, const char *filename) _GL_ARG_NONNULL ((2)); _GL_EXTERN_C void _gl_unregister_fd (int fd); _GL_EXTERN_C int _gl_register_dup (int oldfd, int newfd); _GL_EXTERN_C const char *_gl_directory_name (int fd); # else # if !@HAVE_DECL_FCHDIR@ _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/)); # endif # endif _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); _GL_CXXALIASWARN (fchdir); #elif defined GNULIB_POSIXCHECK # undef fchdir # if HAVE_RAW_DECL_FCHDIR _GL_WARN_ON_USE (fchdir, "fchdir is unportable - " "use gnulib module fchdir for portability"); # endif #endif #if @GNULIB_FCHOWNAT@ # if @REPLACE_FCHOWNAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fchownat # define fchownat rpl_fchownat # endif _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag)); # else # if !@HAVE_FCHOWNAT@ _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file, uid_t owner, gid_t group, int flag)); # endif _GL_CXXALIASWARN (fchownat); #elif defined GNULIB_POSIXCHECK # undef fchownat # if HAVE_RAW_DECL_FCHOWNAT _GL_WARN_ON_USE (fchownat, "fchownat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_FDATASYNC@ /* Synchronize changes to a file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification . */ # if !@HAVE_FDATASYNC@ || !@HAVE_DECL_FDATASYNC@ _GL_FUNCDECL_SYS (fdatasync, int, (int fd)); # endif _GL_CXXALIAS_SYS (fdatasync, int, (int fd)); _GL_CXXALIASWARN (fdatasync); #elif defined GNULIB_POSIXCHECK # undef fdatasync # if HAVE_RAW_DECL_FDATASYNC _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - " "use gnulib module fdatasync for portability"); # endif #endif #if @GNULIB_FSYNC@ /* Synchronize changes, including metadata, to a file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification . */ # if !@HAVE_FSYNC@ _GL_FUNCDECL_SYS (fsync, int, (int fd)); # endif _GL_CXXALIAS_SYS (fsync, int, (int fd)); _GL_CXXALIASWARN (fsync); #elif defined GNULIB_POSIXCHECK # undef fsync # if HAVE_RAW_DECL_FSYNC _GL_WARN_ON_USE (fsync, "fsync is unportable - " "use gnulib module fsync for portability"); # endif #endif #if @GNULIB_FTRUNCATE@ /* Change the size of the file to which FD is opened to become equal to LENGTH. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_FTRUNCATE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftruncate # define ftruncate rpl_ftruncate # endif _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length)); _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length)); # else # if !@HAVE_FTRUNCATE@ _GL_FUNCDECL_SYS (ftruncate, int, (int fd, off_t length)); # endif _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length)); # endif _GL_CXXALIASWARN (ftruncate); #elif defined GNULIB_POSIXCHECK # undef ftruncate # if HAVE_RAW_DECL_FTRUNCATE _GL_WARN_ON_USE (ftruncate, "ftruncate is unportable - " "use gnulib module ftruncate for portability"); # endif #endif #if @GNULIB_GETCWD@ /* Get the name of the current working directory, and put it in SIZE bytes of BUF. Return BUF if successful, or NULL if the directory couldn't be determined or SIZE was too small. See the POSIX:2008 specification . Additionally, the gnulib module 'getcwd' guarantees the following GNU extension: If BUF is NULL, an array is allocated with 'malloc'; the array is SIZE bytes long, unless SIZE == 0, in which case it is as big as necessary. */ # if @REPLACE_GETCWD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getcwd rpl_getcwd # endif _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size)); _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size)); # else /* Need to cast, because on mingw, the second parameter is int size. */ _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size)); # endif _GL_CXXALIASWARN (getcwd); #elif defined GNULIB_POSIXCHECK # undef getcwd # if HAVE_RAW_DECL_GETCWD _GL_WARN_ON_USE (getcwd, "getcwd is unportable - " "use gnulib module getcwd for portability"); # endif #endif #if @GNULIB_GETDOMAINNAME@ /* Return the NIS domain name of the machine. WARNING! The NIS domain name is unrelated to the fully qualified host name of the machine. It is also unrelated to email addresses. WARNING! The NIS domain name is usually the empty string or "(none)" when not using NIS. Put up to LEN bytes of the NIS domain name into NAME. Null terminate it if the name is shorter than LEN. If the NIS domain name is longer than LEN, set errno = EINVAL and return -1. Return 0 if successful, otherwise set errno and return -1. */ # if @REPLACE_GETDOMAINNAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getdomainname # define getdomainname rpl_getdomainname # endif _GL_FUNCDECL_RPL (getdomainname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (getdomainname, int, (char *name, size_t len)); # else # if !@HAVE_DECL_GETDOMAINNAME@ _GL_FUNCDECL_SYS (getdomainname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (getdomainname, int, (char *name, size_t len)); # endif _GL_CXXALIASWARN (getdomainname); #elif defined GNULIB_POSIXCHECK # undef getdomainname # if HAVE_RAW_DECL_GETDOMAINNAME _GL_WARN_ON_USE (getdomainname, "getdomainname is unportable - " "use gnulib module getdomainname for portability"); # endif #endif #if @GNULIB_GETDTABLESIZE@ /* Return the maximum number of file descriptors in the current process. In POSIX, this is same as sysconf (_SC_OPEN_MAX). */ # if !@HAVE_GETDTABLESIZE@ _GL_FUNCDECL_SYS (getdtablesize, int, (void)); # endif _GL_CXXALIAS_SYS (getdtablesize, int, (void)); _GL_CXXALIASWARN (getdtablesize); #elif defined GNULIB_POSIXCHECK # undef getdtablesize # if HAVE_RAW_DECL_GETDTABLESIZE _GL_WARN_ON_USE (getdtablesize, "getdtablesize is unportable - " "use gnulib module getdtablesize for portability"); # endif #endif #if @GNULIB_GETGROUPS@ /* Return the supplemental groups that the current process belongs to. It is unspecified whether the effective group id is in the list. If N is 0, return the group count; otherwise, N describes how many entries are available in GROUPS. Return -1 and set errno if N is not 0 and not large enough. Fails with ENOSYS on some systems. */ # if @REPLACE_GETGROUPS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getgroups # define getgroups rpl_getgroups # endif _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); # else # if !@HAVE_GETGROUPS@ _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); # endif _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); # endif _GL_CXXALIASWARN (getgroups); #elif defined GNULIB_POSIXCHECK # undef getgroups # if HAVE_RAW_DECL_GETGROUPS _GL_WARN_ON_USE (getgroups, "getgroups is unportable - " "use gnulib module getgroups for portability"); # endif #endif #if @GNULIB_GETHOSTNAME@ /* Return the standard host name of the machine. WARNING! The host name may or may not be fully qualified. Put up to LEN bytes of the host name into NAME. Null terminate it if the name is shorter than LEN. If the host name is longer than LEN, set errno = EINVAL and return -1. Return 0 if successful, otherwise set errno and return -1. */ # if @UNISTD_H_HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gethostname # define gethostname rpl_gethostname # endif _GL_FUNCDECL_RPL (gethostname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (gethostname, int, (char *name, size_t len)); # else # if !@HAVE_GETHOSTNAME@ _GL_FUNCDECL_SYS (gethostname, int, (char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 10 and OSF/1 5.1 systems, the second parameter is int len. */ _GL_CXXALIAS_SYS_CAST (gethostname, int, (char *name, size_t len)); # endif _GL_CXXALIASWARN (gethostname); #elif @UNISTD_H_HAVE_WINSOCK2_H@ # undef gethostname # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname #elif defined GNULIB_POSIXCHECK # undef gethostname # if HAVE_RAW_DECL_GETHOSTNAME _GL_WARN_ON_USE (gethostname, "gethostname is unportable - " "use gnulib module gethostname for portability"); # endif #endif #if @GNULIB_GETLOGIN@ /* Returns the user's login name, or NULL if it cannot be found. Upon error, returns NULL with errno set. See . Most programs don't need to use this function, because the information is available through environment variables: ${LOGNAME-$USER} on Unix platforms, $USERNAME on native Windows platforms. */ # if !@HAVE_GETLOGIN@ _GL_FUNCDECL_SYS (getlogin, char *, (void)); # endif _GL_CXXALIAS_SYS (getlogin, char *, (void)); _GL_CXXALIASWARN (getlogin); #elif defined GNULIB_POSIXCHECK # undef getlogin # if HAVE_RAW_DECL_GETLOGIN _GL_WARN_ON_USE (getlogin, "getlogin is unportable - " "use gnulib module getlogin for portability"); # endif #endif #if @GNULIB_GETLOGIN_R@ /* Copies the user's login name to NAME. The array pointed to by NAME has room for SIZE bytes. Returns 0 if successful. Upon error, an error number is returned, or -1 in the case that the login name cannot be found but no specific error is provided (this case is hopefully rare but is left open by the POSIX spec). See . Most programs don't need to use this function, because the information is available through environment variables: ${LOGNAME-$USER} on Unix platforms, $USERNAME on native Windows platforms. */ # if @REPLACE_GETLOGIN_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getlogin_r rpl_getlogin_r # endif _GL_FUNCDECL_RPL (getlogin_r, int, (char *name, size_t size) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (getlogin_r, int, (char *name, size_t size)); # else # if !@HAVE_DECL_GETLOGIN_R@ _GL_FUNCDECL_SYS (getlogin_r, int, (char *name, size_t size) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 10 systems, the second argument is int size. */ _GL_CXXALIAS_SYS_CAST (getlogin_r, int, (char *name, size_t size)); # endif _GL_CXXALIASWARN (getlogin_r); #elif defined GNULIB_POSIXCHECK # undef getlogin_r # if HAVE_RAW_DECL_GETLOGIN_R _GL_WARN_ON_USE (getlogin_r, "getlogin_r is unportable - " "use gnulib module getlogin_r for portability"); # endif #endif #if @GNULIB_GETPAGESIZE@ # if @REPLACE_GETPAGESIZE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getpagesize rpl_getpagesize # endif _GL_FUNCDECL_RPL (getpagesize, int, (void)); _GL_CXXALIAS_RPL (getpagesize, int, (void)); # else # if !@HAVE_GETPAGESIZE@ # if !defined getpagesize /* This is for POSIX systems. */ # if !defined _gl_getpagesize && defined _SC_PAGESIZE # if ! (defined __VMS && __VMS_VER < 70000000) # define _gl_getpagesize() sysconf (_SC_PAGESIZE) # endif # endif /* This is for older VMS. */ # if !defined _gl_getpagesize && defined __VMS # ifdef __ALPHA # define _gl_getpagesize() 8192 # else # define _gl_getpagesize() 512 # endif # endif /* This is for BeOS. */ # if !defined _gl_getpagesize && @HAVE_OS_H@ # include # if defined B_PAGE_SIZE # define _gl_getpagesize() B_PAGE_SIZE # endif # endif /* This is for AmigaOS4.0. */ # if !defined _gl_getpagesize && defined __amigaos4__ # define _gl_getpagesize() 2048 # endif /* This is for older Unix systems. */ # if !defined _gl_getpagesize && @HAVE_SYS_PARAM_H@ # include # ifdef EXEC_PAGESIZE # define _gl_getpagesize() EXEC_PAGESIZE # else # ifdef NBPG # ifndef CLSIZE # define CLSIZE 1 # endif # define _gl_getpagesize() (NBPG * CLSIZE) # else # ifdef NBPC # define _gl_getpagesize() NBPC # endif # endif # endif # endif # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define getpagesize() _gl_getpagesize () # else # if !GNULIB_defined_getpagesize_function static inline int getpagesize () { return _gl_getpagesize (); } # define GNULIB_defined_getpagesize_function 1 # endif # endif # endif # endif /* Need to cast, because on Cygwin 1.5.x systems, the return type is size_t. */ _GL_CXXALIAS_SYS_CAST (getpagesize, int, (void)); # endif # if @HAVE_DECL_GETPAGESIZE@ _GL_CXXALIASWARN (getpagesize); # endif #elif defined GNULIB_POSIXCHECK # undef getpagesize # if HAVE_RAW_DECL_GETPAGESIZE _GL_WARN_ON_USE (getpagesize, "getpagesize is unportable - " "use gnulib module getpagesize for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Return the next valid login shell on the system, or NULL when the end of the list has been reached. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (getusershell, char *, (void)); # endif _GL_CXXALIAS_SYS (getusershell, char *, (void)); _GL_CXXALIASWARN (getusershell); #elif defined GNULIB_POSIXCHECK # undef getusershell # if HAVE_RAW_DECL_GETUSERSHELL _GL_WARN_ON_USE (getusershell, "getusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Rewind to pointer that is advanced at each getusershell() call. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (setusershell, void, (void)); # endif _GL_CXXALIAS_SYS (setusershell, void, (void)); _GL_CXXALIASWARN (setusershell); #elif defined GNULIB_POSIXCHECK # undef setusershell # if HAVE_RAW_DECL_SETUSERSHELL _GL_WARN_ON_USE (setusershell, "setusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GETUSERSHELL@ /* Free the pointer that is advanced at each getusershell() call and associated resources. */ # if !@HAVE_DECL_GETUSERSHELL@ _GL_FUNCDECL_SYS (endusershell, void, (void)); # endif _GL_CXXALIAS_SYS (endusershell, void, (void)); _GL_CXXALIASWARN (endusershell); #elif defined GNULIB_POSIXCHECK # undef endusershell # if HAVE_RAW_DECL_ENDUSERSHELL _GL_WARN_ON_USE (endusershell, "endusershell is unportable - " "use gnulib module getusershell for portability"); # endif #endif #if @GNULIB_GROUP_MEMBER@ /* Determine whether group id is in calling user's group list. */ # if !@HAVE_GROUP_MEMBER@ _GL_FUNCDECL_SYS (group_member, int, (gid_t gid)); # endif _GL_CXXALIAS_SYS (group_member, int, (gid_t gid)); _GL_CXXALIASWARN (group_member); #elif defined GNULIB_POSIXCHECK # undef group_member # if HAVE_RAW_DECL_GROUP_MEMBER _GL_WARN_ON_USE (group_member, "group_member is unportable - " "use gnulib module group-member for portability"); # endif #endif #if @GNULIB_ISATTY@ # if @REPLACE_ISATTY@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef isatty # define isatty rpl_isatty # endif _GL_FUNCDECL_RPL (isatty, int, (int fd)); _GL_CXXALIAS_RPL (isatty, int, (int fd)); # else _GL_CXXALIAS_SYS (isatty, int, (int fd)); # endif _GL_CXXALIASWARN (isatty); #elif defined GNULIB_POSIXCHECK # undef isatty # if HAVE_RAW_DECL_ISATTY _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - " "use gnulib module isatty for portability"); # endif #endif #if @GNULIB_LCHOWN@ /* Change the owner of FILE to UID (if UID is not -1) and the group of FILE to GID (if GID is not -1). Do not follow symbolic links. Return 0 if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_LCHOWN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef lchown # define lchown rpl_lchown # endif _GL_FUNCDECL_RPL (lchown, int, (char const *file, uid_t owner, gid_t group) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (lchown, int, (char const *file, uid_t owner, gid_t group)); # else # if !@HAVE_LCHOWN@ _GL_FUNCDECL_SYS (lchown, int, (char const *file, uid_t owner, gid_t group) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group)); # endif _GL_CXXALIASWARN (lchown); #elif defined GNULIB_POSIXCHECK # undef lchown # if HAVE_RAW_DECL_LCHOWN _GL_WARN_ON_USE (lchown, "lchown is unportable to pre-POSIX.1-2001 systems - " "use gnulib module lchown for portability"); # endif #endif #if @GNULIB_LINK@ /* Create a new hard link for an existing file. Return 0 if successful, otherwise -1 and errno set. See POSIX:2008 specification . */ # if @REPLACE_LINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define link rpl_link # endif _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2)); # else # if !@HAVE_LINK@ _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2)); # endif _GL_CXXALIASWARN (link); #elif defined GNULIB_POSIXCHECK # undef link # if HAVE_RAW_DECL_LINK _GL_WARN_ON_USE (link, "link is unportable - " "use gnulib module link for portability"); # endif #endif #if @GNULIB_LINKAT@ /* Create a new hard link for an existing file, relative to two directories. FLAG controls whether symlinks are followed. Return 0 if successful, otherwise -1 and errno set. */ # if @REPLACE_LINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef linkat # define linkat rpl_linkat # endif _GL_FUNCDECL_RPL (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag)); # else # if !@HAVE_LINKAT@ _GL_FUNCDECL_SYS (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (linkat, int, (int fd1, const char *path1, int fd2, const char *path2, int flag)); # endif _GL_CXXALIASWARN (linkat); #elif defined GNULIB_POSIXCHECK # undef linkat # if HAVE_RAW_DECL_LINKAT _GL_WARN_ON_USE (linkat, "linkat is unportable - " "use gnulib module linkat for portability"); # endif #endif #if @GNULIB_LSEEK@ /* Set the offset of FD relative to SEEK_SET, SEEK_CUR, or SEEK_END. Return the new offset if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_LSEEK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define lseek rpl_lseek # endif _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence)); _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence)); # else _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence)); # endif _GL_CXXALIASWARN (lseek); #elif defined GNULIB_POSIXCHECK # undef lseek # if HAVE_RAW_DECL_LSEEK _GL_WARN_ON_USE (lseek, "lseek does not fail with ESPIPE on pipes on some " "systems - use gnulib module lseek for portability"); # endif #endif #if @GNULIB_PIPE@ /* Create a pipe, defaulting to O_BINARY mode. Store the read-end as fd[0] and the write-end as fd[1]. Return 0 upon success, or -1 with errno set upon failure. */ # if !@HAVE_PIPE@ _GL_FUNCDECL_SYS (pipe, int, (int fd[2]) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (pipe, int, (int fd[2])); _GL_CXXALIASWARN (pipe); #elif defined GNULIB_POSIXCHECK # undef pipe # if HAVE_RAW_DECL_PIPE _GL_WARN_ON_USE (pipe, "pipe is unportable - " "use gnulib module pipe-posix for portability"); # endif #endif #if @GNULIB_PIPE2@ /* Create a pipe, applying the given flags when opening the read-end of the pipe and the write-end of the pipe. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). Store the read-end as fd[0] and the write-end as fd[1]. Return 0 upon success, or -1 with errno set upon failure. See also the Linux man page at . */ # if @HAVE_PIPE2@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define pipe2 rpl_pipe2 # endif _GL_FUNCDECL_RPL (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (pipe2, int, (int fd[2], int flags)); # else _GL_FUNCDECL_SYS (pipe2, int, (int fd[2], int flags) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags)); # endif _GL_CXXALIASWARN (pipe2); #elif defined GNULIB_POSIXCHECK # undef pipe2 # if HAVE_RAW_DECL_PIPE2 _GL_WARN_ON_USE (pipe2, "pipe2 is unportable - " "use gnulib module pipe2 for portability"); # endif #endif #if @GNULIB_PREAD@ /* Read at most BUFSIZE bytes from FD into BUF, starting at OFFSET. Return the number of bytes placed into BUF if successful, otherwise set errno and return -1. 0 indicates EOF. See the POSIX:2008 specification . */ # if @REPLACE_PREAD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pread # define pread rpl_pread # endif _GL_FUNCDECL_RPL (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset)); # else # if !@HAVE_PREAD@ _GL_FUNCDECL_SYS (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (pread, ssize_t, (int fd, void *buf, size_t bufsize, off_t offset)); # endif _GL_CXXALIASWARN (pread); #elif defined GNULIB_POSIXCHECK # undef pread # if HAVE_RAW_DECL_PREAD _GL_WARN_ON_USE (pread, "pread is unportable - " "use gnulib module pread for portability"); # endif #endif #if @GNULIB_PWRITE@ /* Write at most BUFSIZE bytes from BUF into FD, starting at OFFSET. Return the number of bytes written if successful, otherwise set errno and return -1. 0 indicates nothing written. See the POSIX:2008 specification . */ # if @REPLACE_PWRITE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pwrite # define pwrite rpl_pwrite # endif _GL_FUNCDECL_RPL (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset)); # else # if !@HAVE_PWRITE@ _GL_FUNCDECL_SYS (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (pwrite, ssize_t, (int fd, const void *buf, size_t bufsize, off_t offset)); # endif _GL_CXXALIASWARN (pwrite); #elif defined GNULIB_POSIXCHECK # undef pwrite # if HAVE_RAW_DECL_PWRITE _GL_WARN_ON_USE (pwrite, "pwrite is unportable - " "use gnulib module pwrite for portability"); # endif #endif #if @GNULIB_READ@ /* Read up to COUNT bytes from file descriptor FD into the buffer starting at BUF. See the POSIX:2008 specification . */ # if @REPLACE_READ@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef read # define read rpl_read # endif _GL_FUNCDECL_RPL (read, ssize_t, (int fd, void *buf, size_t count) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (read, ssize_t, (int fd, void *buf, size_t count)); # else /* Need to cast, because on mingw, the third parameter is unsigned int count and the return type is 'int'. */ _GL_CXXALIAS_SYS_CAST (read, ssize_t, (int fd, void *buf, size_t count)); # endif _GL_CXXALIASWARN (read); #endif #if @GNULIB_READLINK@ /* Read the contents of the symbolic link FILE and place the first BUFSIZE bytes of it into BUF. Return the number of bytes placed into BUF if successful, otherwise -1 and errno set. See the POSIX:2008 specification . */ # if @REPLACE_READLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define readlink rpl_readlink # endif _GL_FUNCDECL_RPL (readlink, ssize_t, (const char *file, char *buf, size_t bufsize) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (readlink, ssize_t, (const char *file, char *buf, size_t bufsize)); # else # if !@HAVE_READLINK@ _GL_FUNCDECL_SYS (readlink, ssize_t, (const char *file, char *buf, size_t bufsize) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (readlink, ssize_t, (const char *file, char *buf, size_t bufsize)); # endif _GL_CXXALIASWARN (readlink); #elif defined GNULIB_POSIXCHECK # undef readlink # if HAVE_RAW_DECL_READLINK _GL_WARN_ON_USE (readlink, "readlink is unportable - " "use gnulib module readlink for portability"); # endif #endif #if @GNULIB_READLINKAT@ # if !@HAVE_READLINKAT@ _GL_FUNCDECL_SYS (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (readlinkat, ssize_t, (int fd, char const *file, char *buf, size_t len)); _GL_CXXALIASWARN (readlinkat); #elif defined GNULIB_POSIXCHECK # undef readlinkat # if HAVE_RAW_DECL_READLINKAT _GL_WARN_ON_USE (readlinkat, "readlinkat is not portable - " "use gnulib module readlinkat for portability"); # endif #endif #if @GNULIB_RMDIR@ /* Remove the directory DIR. */ # if @REPLACE_RMDIR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define rmdir rpl_rmdir # endif _GL_FUNCDECL_RPL (rmdir, int, (char const *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (rmdir, int, (char const *name)); # else _GL_CXXALIAS_SYS (rmdir, int, (char const *name)); # endif _GL_CXXALIASWARN (rmdir); #elif defined GNULIB_POSIXCHECK # undef rmdir # if HAVE_RAW_DECL_RMDIR _GL_WARN_ON_USE (rmdir, "rmdir is unportable - " "use gnulib module rmdir for portability"); # endif #endif #if @GNULIB_SETHOSTNAME@ /* Set the host name of the machine. The host name may or may not be fully qualified. Put LEN bytes of NAME into the host name. Return 0 if successful, otherwise, set errno and return -1. Platforms with no ability to set the hostname return -1 and set errno = ENOSYS. */ # if !@HAVE_SETHOSTNAME@ || !@HAVE_DECL_SETHOSTNAME@ _GL_FUNCDECL_SYS (sethostname, int, (const char *name, size_t len) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on Solaris 11 2011-10, MacOS X 10.5, IRIX 6.5 and FreeBSD 6.4 the second parameter is int. On Solaris 11 2011-10, the first parameter is not const. */ _GL_CXXALIAS_SYS_CAST (sethostname, int, (const char *name, size_t len)); _GL_CXXALIASWARN (sethostname); #elif defined GNULIB_POSIXCHECK # undef sethostname # if HAVE_RAW_DECL_SETHOSTNAME _GL_WARN_ON_USE (sethostname, "sethostname is unportable - " "use gnulib module sethostname for portability"); # endif #endif #if @GNULIB_SLEEP@ /* Pause the execution of the current thread for N seconds. Returns the number of seconds left to sleep. See the POSIX:2008 specification . */ # if @REPLACE_SLEEP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef sleep # define sleep rpl_sleep # endif _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n)); _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n)); # else # if !@HAVE_SLEEP@ _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n)); # endif _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n)); # endif _GL_CXXALIASWARN (sleep); #elif defined GNULIB_POSIXCHECK # undef sleep # if HAVE_RAW_DECL_SLEEP _GL_WARN_ON_USE (sleep, "sleep is unportable - " "use gnulib module sleep for portability"); # endif #endif #if @GNULIB_SYMLINK@ # if @REPLACE_SYMLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef symlink # define symlink rpl_symlink # endif _GL_FUNCDECL_RPL (symlink, int, (char const *contents, char const *file) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (symlink, int, (char const *contents, char const *file)); # else # if !@HAVE_SYMLINK@ _GL_FUNCDECL_SYS (symlink, int, (char const *contents, char const *file) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file)); # endif _GL_CXXALIASWARN (symlink); #elif defined GNULIB_POSIXCHECK # undef symlink # if HAVE_RAW_DECL_SYMLINK _GL_WARN_ON_USE (symlink, "symlink is not portable - " "use gnulib module symlink for portability"); # endif #endif #if @GNULIB_SYMLINKAT@ # if !@HAVE_SYMLINKAT@ _GL_FUNCDECL_SYS (symlinkat, int, (char const *contents, int fd, char const *file) _GL_ARG_NONNULL ((1, 3))); # endif _GL_CXXALIAS_SYS (symlinkat, int, (char const *contents, int fd, char const *file)); _GL_CXXALIASWARN (symlinkat); #elif defined GNULIB_POSIXCHECK # undef symlinkat # if HAVE_RAW_DECL_SYMLINKAT _GL_WARN_ON_USE (symlinkat, "symlinkat is not portable - " "use gnulib module symlinkat for portability"); # endif #endif #if @GNULIB_TTYNAME_R@ /* Store at most BUFLEN characters of the pathname of the terminal FD is open on in BUF. Return 0 on success, otherwise an error number. */ # if @REPLACE_TTYNAME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ttyname_r # define ttyname_r rpl_ttyname_r # endif _GL_FUNCDECL_RPL (ttyname_r, int, (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (ttyname_r, int, (int fd, char *buf, size_t buflen)); # else # if !@HAVE_DECL_TTYNAME_R@ _GL_FUNCDECL_SYS (ttyname_r, int, (int fd, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (ttyname_r, int, (int fd, char *buf, size_t buflen)); # endif _GL_CXXALIASWARN (ttyname_r); #elif defined GNULIB_POSIXCHECK # undef ttyname_r # if HAVE_RAW_DECL_TTYNAME_R _GL_WARN_ON_USE (ttyname_r, "ttyname_r is not portable - " "use gnulib module ttyname_r for portability"); # endif #endif #if @GNULIB_UNLINK@ # if @REPLACE_UNLINK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unlink # define unlink rpl_unlink # endif _GL_FUNCDECL_RPL (unlink, int, (char const *file) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (unlink, int, (char const *file)); # else _GL_CXXALIAS_SYS (unlink, int, (char const *file)); # endif _GL_CXXALIASWARN (unlink); #elif defined GNULIB_POSIXCHECK # undef unlink # if HAVE_RAW_DECL_UNLINK _GL_WARN_ON_USE (unlink, "unlink is not portable - " "use gnulib module unlink for portability"); # endif #endif #if @GNULIB_UNLINKAT@ # if @REPLACE_UNLINKAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef unlinkat # define unlinkat rpl_unlinkat # endif _GL_FUNCDECL_RPL (unlinkat, int, (int fd, char const *file, int flag) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (unlinkat, int, (int fd, char const *file, int flag)); # else # if !@HAVE_UNLINKAT@ _GL_FUNCDECL_SYS (unlinkat, int, (int fd, char const *file, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (unlinkat, int, (int fd, char const *file, int flag)); # endif _GL_CXXALIASWARN (unlinkat); #elif defined GNULIB_POSIXCHECK # undef unlinkat # if HAVE_RAW_DECL_UNLINKAT _GL_WARN_ON_USE (unlinkat, "unlinkat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_USLEEP@ /* Pause the execution of the current thread for N microseconds. Returns 0 on completion, or -1 on range error. See the POSIX:2001 specification . */ # if @REPLACE_USLEEP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef usleep # define usleep rpl_usleep # endif _GL_FUNCDECL_RPL (usleep, int, (useconds_t n)); _GL_CXXALIAS_RPL (usleep, int, (useconds_t n)); # else # if !@HAVE_USLEEP@ _GL_FUNCDECL_SYS (usleep, int, (useconds_t n)); # endif _GL_CXXALIAS_SYS (usleep, int, (useconds_t n)); # endif _GL_CXXALIASWARN (usleep); #elif defined GNULIB_POSIXCHECK # undef usleep # if HAVE_RAW_DECL_USLEEP _GL_WARN_ON_USE (usleep, "usleep is unportable - " "use gnulib module usleep for portability"); # endif #endif #if @GNULIB_WRITE@ /* Write up to COUNT bytes starting at BUF to file descriptor FD. See the POSIX:2008 specification . */ # if @REPLACE_WRITE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef write # define write rpl_write # endif _GL_FUNCDECL_RPL (write, ssize_t, (int fd, const void *buf, size_t count) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (write, ssize_t, (int fd, const void *buf, size_t count)); # else /* Need to cast, because on mingw, the third parameter is unsigned int count and the return type is 'int'. */ _GL_CXXALIAS_SYS_CAST (write, ssize_t, (int fd, const void *buf, size_t count)); # endif _GL_CXXALIASWARN (write); #endif #endif /* _@GUARD_PREFIX@_UNISTD_H */ #endif /* _@GUARD_PREFIX@_UNISTD_H */ gsasl-1.8.0/gl/quotearg.c0000664000000000000000000007460311746471770012147 00000000000000/* quotearg.c - quote arguments for output Copyright (C) 1998-2002, 2004-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert */ /* Without this pragma, gcc 4.7.0 20111124 mistakenly suggests that the quoting_options_from_style function might be candidate for attribute 'pure' */ #if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wsuggest-attribute=pure" #endif #include #include "quotearg.h" #include "quote.h" #include "xalloc.h" #include "c-strcaseeq.h" #include "localcharset.h" #include #include #include #include #include #include #include #include #include "gettext.h" #define _(msgid) gettext (msgid) #define N_(msgid) msgid #ifndef SIZE_MAX # define SIZE_MAX ((size_t) -1) #endif #define INT_BITS (sizeof (int) * CHAR_BIT) struct quoting_options { /* Basic quoting style. */ enum quoting_style style; /* Additional flags. Bitwise combination of enum quoting_flags. */ int flags; /* Quote the characters indicated by this bit vector even if the quoting style would not normally require them to be quoted. */ unsigned int quote_these_too[(UCHAR_MAX / INT_BITS) + 1]; /* The left quote for custom_quoting_style. */ char const *left_quote; /* The right quote for custom_quoting_style. */ char const *right_quote; }; /* Names of quoting styles. */ char const *const quoting_style_args[] = { "literal", "shell", "shell-always", "c", "c-maybe", "escape", "locale", "clocale", 0 }; /* Correspondences to quoting style names. */ enum quoting_style const quoting_style_vals[] = { literal_quoting_style, shell_quoting_style, shell_always_quoting_style, c_quoting_style, c_maybe_quoting_style, escape_quoting_style, locale_quoting_style, clocale_quoting_style }; /* The default quoting options. */ static struct quoting_options default_quoting_options; /* Allocate a new set of quoting options, with contents initially identical to O if O is not null, or to the default if O is null. It is the caller's responsibility to free the result. */ struct quoting_options * clone_quoting_options (struct quoting_options *o) { int e = errno; struct quoting_options *p = xmemdup (o ? o : &default_quoting_options, sizeof *o); errno = e; return p; } /* Get the value of O's quoting style. If O is null, use the default. */ enum quoting_style get_quoting_style (struct quoting_options *o) { return (o ? o : &default_quoting_options)->style; } /* In O (or in the default if O is null), set the value of the quoting style to S. */ void set_quoting_style (struct quoting_options *o, enum quoting_style s) { (o ? o : &default_quoting_options)->style = s; } /* In O (or in the default if O is null), set the value of the quoting options for character C to I. Return the old value. Currently, the only values defined for I are 0 (the default) and 1 (which means to quote the character even if it would not otherwise be quoted). */ int set_char_quoting (struct quoting_options *o, char c, int i) { unsigned char uc = c; unsigned int *p = (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; int shift = uc % INT_BITS; int r = (*p >> shift) & 1; *p ^= ((i & 1) ^ r) << shift; return r; } /* In O (or in the default if O is null), set the value of the quoting options flag to I, which can be a bitwise combination of enum quoting_flags, or 0 for default behavior. Return the old value. */ int set_quoting_flags (struct quoting_options *o, int i) { int r; if (!o) o = &default_quoting_options; r = o->flags; o->flags = i; return r; } void set_custom_quoting (struct quoting_options *o, char const *left_quote, char const *right_quote) { if (!o) o = &default_quoting_options; o->style = custom_quoting_style; if (!left_quote || !right_quote) abort (); o->left_quote = left_quote; o->right_quote = right_quote; } /* Return quoting options for STYLE, with no extra quoting. */ static struct quoting_options /* NOT PURE!! */ quoting_options_from_style (enum quoting_style style) { struct quoting_options o = { 0, 0, { 0 }, NULL, NULL }; if (style == custom_quoting_style) abort (); o.style = style; return o; } /* MSGID approximates a quotation mark. Return its translation if it has one; otherwise, return either it or "\"", depending on S. S is either clocale_quoting_style or locale_quoting_style. */ static char const * gettext_quote (char const *msgid, enum quoting_style s) { char const *translation = _(msgid); char const *locale_code; if (translation != msgid) return translation; /* For UTF-8 and GB-18030, use single quotes U+2018 and U+2019. Here is a list of other locales that include U+2018 and U+2019: ISO-8859-7 0xA1 KOI8-T 0x91 CP869 0x8B CP874 0x91 CP932 0x81 0x65 CP936 0xA1 0xAE CP949 0xA1 0xAE CP950 0xA1 0xA5 CP1250 0x91 CP1251 0x91 CP1252 0x91 CP1253 0x91 CP1254 0x91 CP1255 0x91 CP1256 0x91 CP1257 0x91 EUC-JP 0xA1 0xC6 EUC-KR 0xA1 0xAE EUC-TW 0xA1 0xE4 BIG5 0xA1 0xA5 BIG5-HKSCS 0xA1 0xA5 EUC-CN 0xA1 0xAE GBK 0xA1 0xAE Georgian-PS 0x91 PT154 0x91 None of these is still in wide use; using iconv is overkill. */ locale_code = locale_charset (); if (STRCASEEQ (locale_code, "UTF-8", 'U','T','F','-','8',0,0,0,0)) return msgid[0] == '`' ? "\xe2\x80\x98": "\xe2\x80\x99"; if (STRCASEEQ (locale_code, "GB18030", 'G','B','1','8','0','3','0',0,0)) return msgid[0] == '`' ? "\xa1\ae": "\xa1\xaf"; return (s == clocale_quoting_style ? "\"" : "'"); } /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of argument ARG (of size ARGSIZE), using QUOTING_STYLE, FLAGS, and QUOTE_THESE_TOO to control quoting. Terminate the output with a null character, and return the written size of the output, not counting the terminating null. If BUFFERSIZE is too small to store the output string, return the value that would have been returned had BUFFERSIZE been large enough. If ARGSIZE is SIZE_MAX, use the string length of the argument for ARGSIZE. This function acts like quotearg_buffer (BUFFER, BUFFERSIZE, ARG, ARGSIZE, O), except it breaks O into its component pieces and is not careful about errno. */ static size_t quotearg_buffer_restyled (char *buffer, size_t buffersize, char const *arg, size_t argsize, enum quoting_style quoting_style, int flags, unsigned int const *quote_these_too, char const *left_quote, char const *right_quote) { size_t i; size_t len = 0; char const *quote_string = 0; size_t quote_string_len = 0; bool backslash_escapes = false; bool unibyte_locale = MB_CUR_MAX == 1; bool elide_outer_quotes = (flags & QA_ELIDE_OUTER_QUOTES) != 0; #define STORE(c) \ do \ { \ if (len < buffersize) \ buffer[len] = (c); \ len++; \ } \ while (0) switch (quoting_style) { case c_maybe_quoting_style: quoting_style = c_quoting_style; elide_outer_quotes = true; /* Fall through. */ case c_quoting_style: if (!elide_outer_quotes) STORE ('"'); backslash_escapes = true; quote_string = "\""; quote_string_len = 1; break; case escape_quoting_style: backslash_escapes = true; elide_outer_quotes = false; break; case locale_quoting_style: case clocale_quoting_style: case custom_quoting_style: { if (quoting_style != custom_quoting_style) { /* TRANSLATORS: Get translations for open and closing quotation marks. The message catalog should translate "`" to a left quotation mark suitable for the locale, and similarly for "'". For example, a French Unicode local should translate these to U+00AB (LEFT-POINTING DOUBLE ANGLE QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK), respectively. If the catalog has no translation, we will try to use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the current locale is not Unicode, locale_quoting_style will quote 'like this', and clocale_quoting_style will quote "like this". You should always include translations for "`" and "'" even if U+2018 and U+2019 are appropriate for your locale. If you don't know what to put here, please see and use glyphs suitable for your language. */ left_quote = gettext_quote (N_("`"), quoting_style); right_quote = gettext_quote (N_("'"), quoting_style); } if (!elide_outer_quotes) for (quote_string = left_quote; *quote_string; quote_string++) STORE (*quote_string); backslash_escapes = true; quote_string = right_quote; quote_string_len = strlen (quote_string); } break; case shell_quoting_style: quoting_style = shell_always_quoting_style; elide_outer_quotes = true; /* Fall through. */ case shell_always_quoting_style: if (!elide_outer_quotes) STORE ('\''); quote_string = "'"; quote_string_len = 1; break; case literal_quoting_style: elide_outer_quotes = false; break; default: abort (); } for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++) { unsigned char c; unsigned char esc; bool is_right_quote = false; if (backslash_escapes && quote_string_len && i + quote_string_len <= argsize && memcmp (arg + i, quote_string, quote_string_len) == 0) { if (elide_outer_quotes) goto force_outer_quoting_style; is_right_quote = true; } c = arg[i]; switch (c) { case '\0': if (backslash_escapes) { if (elide_outer_quotes) goto force_outer_quoting_style; STORE ('\\'); /* If quote_string were to begin with digits, we'd need to test for the end of the arg as well. However, it's hard to imagine any locale that would use digits in quotes, and set_custom_quoting is documented not to accept them. */ if (i + 1 < argsize && '0' <= arg[i + 1] && arg[i + 1] <= '9') { STORE ('0'); STORE ('0'); } c = '0'; /* We don't have to worry that this last '0' will be backslash-escaped because, again, quote_string should not start with it and because quote_these_too is documented as not accepting it. */ } else if (flags & QA_ELIDE_NULL_BYTES) continue; break; case '?': switch (quoting_style) { case shell_always_quoting_style: if (elide_outer_quotes) goto force_outer_quoting_style; break; case c_quoting_style: if ((flags & QA_SPLIT_TRIGRAPHS) && i + 2 < argsize && arg[i + 1] == '?') switch (arg[i + 2]) { case '!': case '\'': case '(': case ')': case '-': case '/': case '<': case '=': case '>': /* Escape the second '?' in what would otherwise be a trigraph. */ if (elide_outer_quotes) goto force_outer_quoting_style; c = arg[i + 2]; i += 2; STORE ('?'); STORE ('"'); STORE ('"'); STORE ('?'); break; default: break; } break; default: break; } break; case '\a': esc = 'a'; goto c_escape; case '\b': esc = 'b'; goto c_escape; case '\f': esc = 'f'; goto c_escape; case '\n': esc = 'n'; goto c_and_shell_escape; case '\r': esc = 'r'; goto c_and_shell_escape; case '\t': esc = 't'; goto c_and_shell_escape; case '\v': esc = 'v'; goto c_escape; case '\\': esc = c; /* No need to escape the escape if we are trying to elide outer quotes and nothing else is problematic. */ if (backslash_escapes && elide_outer_quotes && quote_string_len) goto store_c; c_and_shell_escape: if (quoting_style == shell_always_quoting_style && elide_outer_quotes) goto force_outer_quoting_style; /* Fall through. */ c_escape: if (backslash_escapes) { c = esc; goto store_escape; } break; case '{': case '}': /* sometimes special if isolated */ if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1)) break; /* Fall through. */ case '#': case '~': if (i != 0) break; /* Fall through. */ case ' ': case '!': /* special in bash */ case '"': case '$': case '&': case '(': case ')': case '*': case ';': case '<': case '=': /* sometimes special in 0th or (with "set -k") later args */ case '>': case '[': case '^': /* special in old /bin/sh, e.g. SunOS 4.1.4 */ case '`': case '|': /* A shell special character. In theory, '$' and '`' could be the first bytes of multibyte characters, which means we should check them with mbrtowc, but in practice this doesn't happen so it's not worth worrying about. */ if (quoting_style == shell_always_quoting_style && elide_outer_quotes) goto force_outer_quoting_style; break; case '\'': if (quoting_style == shell_always_quoting_style) { if (elide_outer_quotes) goto force_outer_quoting_style; STORE ('\''); STORE ('\\'); STORE ('\''); } break; case '%': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case ']': case '_': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': /* These characters don't cause problems, no matter what the quoting style is. They cannot start multibyte sequences. A digit or a special letter would cause trouble if it appeared at the beginning of quote_string because we'd then escape by prepending a backslash. However, it's hard to imagine any locale that would use digits or letters as quotes, and set_custom_quoting is documented not to accept them. Also, a digit or a special letter would cause trouble if it appeared in quote_these_too, but that's also documented as not accepting them. */ break; default: /* If we have a multibyte sequence, copy it until we reach its end, find an error, or come back to the initial shift state. For C-like styles, if the sequence has unprintable characters, escape the whole sequence, since we can't easily escape single characters within it. */ { /* Length of multibyte sequence found so far. */ size_t m; bool printable; if (unibyte_locale) { m = 1; printable = isprint (c) != 0; } else { mbstate_t mbstate; memset (&mbstate, 0, sizeof mbstate); m = 0; printable = true; if (argsize == SIZE_MAX) argsize = strlen (arg); do { wchar_t w; size_t bytes = mbrtowc (&w, &arg[i + m], argsize - (i + m), &mbstate); if (bytes == 0) break; else if (bytes == (size_t) -1) { printable = false; break; } else if (bytes == (size_t) -2) { printable = false; while (i + m < argsize && arg[i + m]) m++; break; } else { /* Work around a bug with older shells that "see" a '\' that is really the 2nd byte of a multibyte character. In practice the problem is limited to ASCII chars >= '@' that are shell special chars. */ if ('[' == 0x5b && elide_outer_quotes && quoting_style == shell_always_quoting_style) { size_t j; for (j = 1; j < bytes; j++) switch (arg[i + m + j]) { case '[': case '\\': case '^': case '`': case '|': goto force_outer_quoting_style; default: break; } } if (! iswprint (w)) printable = false; m += bytes; } } while (! mbsinit (&mbstate)); } if (1 < m || (backslash_escapes && ! printable)) { /* Output a multibyte sequence, or an escaped unprintable unibyte character. */ size_t ilim = i + m; for (;;) { if (backslash_escapes && ! printable) { if (elide_outer_quotes) goto force_outer_quoting_style; STORE ('\\'); STORE ('0' + (c >> 6)); STORE ('0' + ((c >> 3) & 7)); c = '0' + (c & 7); } else if (is_right_quote) { STORE ('\\'); is_right_quote = false; } if (ilim <= i + 1) break; STORE (c); c = arg[++i]; } goto store_c; } } } if (! ((backslash_escapes || elide_outer_quotes) && quote_these_too && quote_these_too[c / INT_BITS] & (1 << (c % INT_BITS))) && !is_right_quote) goto store_c; store_escape: if (elide_outer_quotes) goto force_outer_quoting_style; STORE ('\\'); store_c: STORE (c); } if (len == 0 && quoting_style == shell_always_quoting_style && elide_outer_quotes) goto force_outer_quoting_style; if (quote_string && !elide_outer_quotes) for (; *quote_string; quote_string++) STORE (*quote_string); if (len < buffersize) buffer[len] = '\0'; return len; force_outer_quoting_style: /* Don't reuse quote_these_too, since the addition of outer quotes sufficiently quotes the specified characters. */ return quotearg_buffer_restyled (buffer, buffersize, arg, argsize, quoting_style, flags & ~QA_ELIDE_OUTER_QUOTES, NULL, left_quote, right_quote); } /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of argument ARG (of size ARGSIZE), using O to control quoting. If O is null, use the default. Terminate the output with a null character, and return the written size of the output, not counting the terminating null. If BUFFERSIZE is too small to store the output string, return the value that would have been returned had BUFFERSIZE been large enough. If ARGSIZE is SIZE_MAX, use the string length of the argument for ARGSIZE. */ size_t quotearg_buffer (char *buffer, size_t buffersize, char const *arg, size_t argsize, struct quoting_options const *o) { struct quoting_options const *p = o ? o : &default_quoting_options; int e = errno; size_t r = quotearg_buffer_restyled (buffer, buffersize, arg, argsize, p->style, p->flags, p->quote_these_too, p->left_quote, p->right_quote); errno = e; return r; } /* Equivalent to quotearg_alloc (ARG, ARGSIZE, NULL, O). */ char * quotearg_alloc (char const *arg, size_t argsize, struct quoting_options const *o) { return quotearg_alloc_mem (arg, argsize, NULL, o); } /* Like quotearg_buffer (..., ARG, ARGSIZE, O), except return newly allocated storage containing the quoted string, and store the resulting size into *SIZE, if non-NULL. The result can contain embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not NULL, and set_quoting_flags has not set the null byte elision flag. */ char * quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size, struct quoting_options const *o) { struct quoting_options const *p = o ? o : &default_quoting_options; int e = errno; /* Elide embedded null bytes if we can't return a size. */ int flags = p->flags | (size ? 0 : QA_ELIDE_NULL_BYTES); size_t bufsize = quotearg_buffer_restyled (0, 0, arg, argsize, p->style, flags, p->quote_these_too, p->left_quote, p->right_quote) + 1; char *buf = xcharalloc (bufsize); quotearg_buffer_restyled (buf, bufsize, arg, argsize, p->style, flags, p->quote_these_too, p->left_quote, p->right_quote); errno = e; if (size) *size = bufsize - 1; return buf; } /* A storage slot with size and pointer to a value. */ struct slotvec { size_t size; char *val; }; /* Preallocate a slot 0 buffer, so that the caller can always quote one small component of a "memory exhausted" message in slot 0. */ static char slot0[256]; static unsigned int nslots = 1; static struct slotvec slotvec0 = {sizeof slot0, slot0}; static struct slotvec *slotvec = &slotvec0; void quotearg_free (void) { struct slotvec *sv = slotvec; unsigned int i; for (i = 1; i < nslots; i++) free (sv[i].val); if (sv[0].val != slot0) { free (sv[0].val); slotvec0.size = sizeof slot0; slotvec0.val = slot0; } if (sv != &slotvec0) { free (sv); slotvec = &slotvec0; } nslots = 1; } /* Use storage slot N to return a quoted version of argument ARG. ARG is of size ARGSIZE, but if that is SIZE_MAX, ARG is a null-terminated string. OPTIONS specifies the quoting options. The returned value points to static storage that can be reused by the next call to this function with the same value of N. N must be nonnegative. N is deliberately declared with type "int" to allow for future extensions (using negative values). */ static char * quotearg_n_options (int n, char const *arg, size_t argsize, struct quoting_options const *options) { int e = errno; unsigned int n0 = n; struct slotvec *sv = slotvec; if (n < 0) abort (); if (nslots <= n0) { /* FIXME: technically, the type of n1 should be 'unsigned int', but that evokes an unsuppressible warning from gcc-4.0.1 and older. If gcc ever provides an option to suppress that warning, revert to the original type, so that the test in xalloc_oversized is once again performed only at compile time. */ size_t n1 = n0 + 1; bool preallocated = (sv == &slotvec0); if (xalloc_oversized (n1, sizeof *sv)) xalloc_die (); slotvec = sv = xrealloc (preallocated ? NULL : sv, n1 * sizeof *sv); if (preallocated) *sv = slotvec0; memset (sv + nslots, 0, (n1 - nslots) * sizeof *sv); nslots = n1; } { size_t size = sv[n].size; char *val = sv[n].val; /* Elide embedded null bytes since we don't return a size. */ int flags = options->flags | QA_ELIDE_NULL_BYTES; size_t qsize = quotearg_buffer_restyled (val, size, arg, argsize, options->style, flags, options->quote_these_too, options->left_quote, options->right_quote); if (size <= qsize) { sv[n].size = size = qsize + 1; if (val != slot0) free (val); sv[n].val = val = xcharalloc (size); quotearg_buffer_restyled (val, size, arg, argsize, options->style, flags, options->quote_these_too, options->left_quote, options->right_quote); } errno = e; return val; } } char * quotearg_n (int n, char const *arg) { return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); } char * quotearg_n_mem (int n, char const *arg, size_t argsize) { return quotearg_n_options (n, arg, argsize, &default_quoting_options); } char * quotearg (char const *arg) { return quotearg_n (0, arg); } char * quotearg_mem (char const *arg, size_t argsize) { return quotearg_n_mem (0, arg, argsize); } char * quotearg_n_style (int n, enum quoting_style s, char const *arg) { struct quoting_options const o = quoting_options_from_style (s); return quotearg_n_options (n, arg, SIZE_MAX, &o); } char * quotearg_n_style_mem (int n, enum quoting_style s, char const *arg, size_t argsize) { struct quoting_options const o = quoting_options_from_style (s); return quotearg_n_options (n, arg, argsize, &o); } char * quotearg_style (enum quoting_style s, char const *arg) { return quotearg_n_style (0, s, arg); } char * quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize) { return quotearg_n_style_mem (0, s, arg, argsize); } char * quotearg_char_mem (char const *arg, size_t argsize, char ch) { struct quoting_options options; options = default_quoting_options; set_char_quoting (&options, ch, 1); return quotearg_n_options (0, arg, argsize, &options); } char * quotearg_char (char const *arg, char ch) { return quotearg_char_mem (arg, SIZE_MAX, ch); } char * quotearg_colon (char const *arg) { return quotearg_char (arg, ':'); } char * quotearg_colon_mem (char const *arg, size_t argsize) { return quotearg_char_mem (arg, argsize, ':'); } char * quotearg_n_custom (int n, char const *left_quote, char const *right_quote, char const *arg) { return quotearg_n_custom_mem (n, left_quote, right_quote, arg, SIZE_MAX); } char * quotearg_n_custom_mem (int n, char const *left_quote, char const *right_quote, char const *arg, size_t argsize) { struct quoting_options o = default_quoting_options; set_custom_quoting (&o, left_quote, right_quote); return quotearg_n_options (n, arg, argsize, &o); } char * quotearg_custom (char const *left_quote, char const *right_quote, char const *arg) { return quotearg_n_custom (0, left_quote, right_quote, arg); } char * quotearg_custom_mem (char const *left_quote, char const *right_quote, char const *arg, size_t argsize) { return quotearg_n_custom_mem (0, left_quote, right_quote, arg, argsize); } /* The quoting option used by quote_n and quote. */ struct quoting_options quote_quoting_options = { locale_quoting_style, 0, { 0 }, NULL, NULL }; char const * quote_n (int n, char const *name) { return quotearg_n_options (n, name, SIZE_MAX, "e_quoting_options); } char const * quote (char const *name) { return quote_n (0, name); } gsasl-1.8.0/gl/signal.in.h0000664000000000000000000003347611746471770012212 00000000000000/* A GNU-like . Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_sig_atomic_t || defined __need_sigset_t || defined _GL_ALREADY_INCLUDING_SIGNAL_H || (defined _SIGNAL_H && !defined __SIZEOF_PTHREAD_MUTEX_T) /* Special invocation convention: - Inside glibc header files. - On glibc systems we have a sequence of nested includes -> -> . In this situation, the functions are not yet declared, therefore we cannot provide the C++ aliases. - On glibc systems with GCC 4.3 we have a sequence of nested includes -> -> -> . In this situation, some of the functions are not yet declared, therefore we cannot provide the C++ aliases. */ # @INCLUDE_NEXT@ @NEXT_SIGNAL_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_SIGNAL_H #define _GL_ALREADY_INCLUDING_SIGNAL_H /* Define pid_t, uid_t. Also, mingw defines sigset_t not in , but in . On Solaris 10, includes , which eventually includes us; so include now, before the second inclusion guard. */ #include /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_SIGNAL_H@ #undef _GL_ALREADY_INCLUDING_SIGNAL_H #ifndef _@GUARD_PREFIX@_SIGNAL_H #define _@GUARD_PREFIX@_SIGNAL_H /* MacOS X 10.3, FreeBSD 6.4, OpenBSD 3.8, OSF/1 4.0, Solaris 2.6 declare pthread_sigmask in , not in . But avoid namespace pollution on glibc systems.*/ #if (@GNULIB_PTHREAD_SIGMASK@ || defined GNULIB_POSIXCHECK) \ && ((defined __APPLE__ && defined __MACH__) || defined __FreeBSD__ || defined __OpenBSD__ || defined __osf__ || defined __sun) \ && ! defined __GLIBC__ # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* On AIX, sig_atomic_t already includes volatile. C99 requires that 'volatile sig_atomic_t' ignore the extra modifier, but C89 did not. Hence, redefine this to a non-volatile type as needed. */ #if ! @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ # if !GNULIB_defined_sig_atomic_t typedef int rpl_sig_atomic_t; # undef sig_atomic_t # define sig_atomic_t rpl_sig_atomic_t # define GNULIB_defined_sig_atomic_t 1 # endif #endif /* A set or mask of signals. */ #if !@HAVE_SIGSET_T@ # if !GNULIB_defined_sigset_t typedef unsigned int sigset_t; # define GNULIB_defined_sigset_t 1 # endif #endif /* Define sighandler_t, the type of signal handlers. A GNU extension. */ #if !@HAVE_SIGHANDLER_T@ # ifdef __cplusplus extern "C" { # endif # if !GNULIB_defined_sighandler_t typedef void (*sighandler_t) (int); # define GNULIB_defined_sighandler_t 1 # endif # ifdef __cplusplus } # endif #endif #if @GNULIB_SIGNAL_H_SIGPIPE@ # ifndef SIGPIPE /* Define SIGPIPE to a value that does not overlap with other signals. */ # define SIGPIPE 13 # define GNULIB_defined_SIGPIPE 1 /* To actually use SIGPIPE, you also need the gnulib modules 'sigprocmask', 'write', 'stdio'. */ # endif #endif /* Maximum signal number + 1. */ #ifndef NSIG # if defined __TANDEM # define NSIG 32 # endif #endif #if @GNULIB_PTHREAD_SIGMASK@ # if @REPLACE_PTHREAD_SIGMASK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pthread_sigmask # define pthread_sigmask rpl_pthread_sigmask # endif _GL_FUNCDECL_RPL (pthread_sigmask, int, (int how, const sigset_t *new_mask, sigset_t *old_mask)); _GL_CXXALIAS_RPL (pthread_sigmask, int, (int how, const sigset_t *new_mask, sigset_t *old_mask)); # else # if !@HAVE_PTHREAD_SIGMASK@ _GL_FUNCDECL_SYS (pthread_sigmask, int, (int how, const sigset_t *new_mask, sigset_t *old_mask)); # endif _GL_CXXALIAS_SYS (pthread_sigmask, int, (int how, const sigset_t *new_mask, sigset_t *old_mask)); # endif _GL_CXXALIASWARN (pthread_sigmask); #elif defined GNULIB_POSIXCHECK # undef pthread_sigmask # if HAVE_RAW_DECL_PTHREAD_SIGMASK _GL_WARN_ON_USE (pthread_sigmask, "pthread_sigmask is not portable - " "use gnulib module pthread_sigmask for portability"); # endif #endif #if @GNULIB_RAISE@ # if @REPLACE_RAISE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef raise # define raise rpl_raise # endif _GL_FUNCDECL_RPL (raise, int, (int sig)); _GL_CXXALIAS_RPL (raise, int, (int sig)); # else # if !@HAVE_RAISE@ _GL_FUNCDECL_SYS (raise, int, (int sig)); # endif _GL_CXXALIAS_SYS (raise, int, (int sig)); # endif _GL_CXXALIASWARN (raise); #elif defined GNULIB_POSIXCHECK # undef raise /* Assume raise is always declared. */ _GL_WARN_ON_USE (raise, "raise can crash on native Windows - " "use gnulib module raise for portability"); #endif #if @GNULIB_SIGPROCMASK@ # if !@HAVE_POSIX_SIGNALBLOCKING@ # ifndef GNULIB_defined_signal_blocking # define GNULIB_defined_signal_blocking 1 # endif /* Maximum signal number + 1. */ # ifndef NSIG # define NSIG 32 # endif /* This code supports only 32 signals. */ # if !GNULIB_defined_verify_NSIG_constraint typedef int verify_NSIG_constraint[NSIG <= 32 ? 1 : -1]; # define GNULIB_defined_verify_NSIG_constraint 1 # endif # endif /* Test whether a given signal is contained in a signal set. */ # if @HAVE_POSIX_SIGNALBLOCKING@ /* This function is defined as a macro on MacOS X. */ # if defined __cplusplus && defined GNULIB_NAMESPACE # undef sigismember # endif # else _GL_FUNCDECL_SYS (sigismember, int, (const sigset_t *set, int sig) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (sigismember, int, (const sigset_t *set, int sig)); _GL_CXXALIASWARN (sigismember); /* Initialize a signal set to the empty set. */ # if @HAVE_POSIX_SIGNALBLOCKING@ /* This function is defined as a macro on MacOS X. */ # if defined __cplusplus && defined GNULIB_NAMESPACE # undef sigemptyset # endif # else _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (sigemptyset, int, (sigset_t *set)); _GL_CXXALIASWARN (sigemptyset); /* Add a signal to a signal set. */ # if @HAVE_POSIX_SIGNALBLOCKING@ /* This function is defined as a macro on MacOS X. */ # if defined __cplusplus && defined GNULIB_NAMESPACE # undef sigaddset # endif # else _GL_FUNCDECL_SYS (sigaddset, int, (sigset_t *set, int sig) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (sigaddset, int, (sigset_t *set, int sig)); _GL_CXXALIASWARN (sigaddset); /* Remove a signal from a signal set. */ # if @HAVE_POSIX_SIGNALBLOCKING@ /* This function is defined as a macro on MacOS X. */ # if defined __cplusplus && defined GNULIB_NAMESPACE # undef sigdelset # endif # else _GL_FUNCDECL_SYS (sigdelset, int, (sigset_t *set, int sig) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (sigdelset, int, (sigset_t *set, int sig)); _GL_CXXALIASWARN (sigdelset); /* Fill a signal set with all possible signals. */ # if @HAVE_POSIX_SIGNALBLOCKING@ /* This function is defined as a macro on MacOS X. */ # if defined __cplusplus && defined GNULIB_NAMESPACE # undef sigfillset # endif # else _GL_FUNCDECL_SYS (sigfillset, int, (sigset_t *set) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (sigfillset, int, (sigset_t *set)); _GL_CXXALIASWARN (sigfillset); /* Return the set of those blocked signals that are pending. */ # if !@HAVE_POSIX_SIGNALBLOCKING@ _GL_FUNCDECL_SYS (sigpending, int, (sigset_t *set) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (sigpending, int, (sigset_t *set)); _GL_CXXALIASWARN (sigpending); /* If OLD_SET is not NULL, put the current set of blocked signals in *OLD_SET. Then, if SET is not NULL, affect the current set of blocked signals by combining it with *SET as indicated in OPERATION. In this implementation, you are not allowed to change a signal handler while the signal is blocked. */ # if !@HAVE_POSIX_SIGNALBLOCKING@ # define SIG_BLOCK 0 /* blocked_set = blocked_set | *set; */ # define SIG_SETMASK 1 /* blocked_set = *set; */ # define SIG_UNBLOCK 2 /* blocked_set = blocked_set & ~*set; */ _GL_FUNCDECL_SYS (sigprocmask, int, (int operation, const sigset_t *set, sigset_t *old_set)); # endif _GL_CXXALIAS_SYS (sigprocmask, int, (int operation, const sigset_t *set, sigset_t *old_set)); _GL_CXXALIASWARN (sigprocmask); /* Install the handler FUNC for signal SIG, and return the previous handler. */ # ifdef __cplusplus extern "C" { # endif # if !GNULIB_defined_function_taking_int_returning_void_t typedef void (*_gl_function_taking_int_returning_void_t) (int); # define GNULIB_defined_function_taking_int_returning_void_t 1 # endif # ifdef __cplusplus } # endif # if !@HAVE_POSIX_SIGNALBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define signal rpl_signal # endif _GL_FUNCDECL_RPL (signal, _gl_function_taking_int_returning_void_t, (int sig, _gl_function_taking_int_returning_void_t func)); _GL_CXXALIAS_RPL (signal, _gl_function_taking_int_returning_void_t, (int sig, _gl_function_taking_int_returning_void_t func)); # else _GL_CXXALIAS_SYS (signal, _gl_function_taking_int_returning_void_t, (int sig, _gl_function_taking_int_returning_void_t func)); # endif _GL_CXXALIASWARN (signal); # if !@HAVE_POSIX_SIGNALBLOCKING@ && GNULIB_defined_SIGPIPE /* Raise signal SIGPIPE. */ _GL_EXTERN_C int _gl_raise_SIGPIPE (void); # endif #elif defined GNULIB_POSIXCHECK # undef sigaddset # if HAVE_RAW_DECL_SIGADDSET _GL_WARN_ON_USE (sigaddset, "sigaddset is unportable - " "use the gnulib module sigprocmask for portability"); # endif # undef sigdelset # if HAVE_RAW_DECL_SIGDELSET _GL_WARN_ON_USE (sigdelset, "sigdelset is unportable - " "use the gnulib module sigprocmask for portability"); # endif # undef sigemptyset # if HAVE_RAW_DECL_SIGEMPTYSET _GL_WARN_ON_USE (sigemptyset, "sigemptyset is unportable - " "use the gnulib module sigprocmask for portability"); # endif # undef sigfillset # if HAVE_RAW_DECL_SIGFILLSET _GL_WARN_ON_USE (sigfillset, "sigfillset is unportable - " "use the gnulib module sigprocmask for portability"); # endif # undef sigismember # if HAVE_RAW_DECL_SIGISMEMBER _GL_WARN_ON_USE (sigismember, "sigismember is unportable - " "use the gnulib module sigprocmask for portability"); # endif # undef sigpending # if HAVE_RAW_DECL_SIGPENDING _GL_WARN_ON_USE (sigpending, "sigpending is unportable - " "use the gnulib module sigprocmask for portability"); # endif # undef sigprocmask # if HAVE_RAW_DECL_SIGPROCMASK _GL_WARN_ON_USE (sigprocmask, "sigprocmask is unportable - " "use the gnulib module sigprocmask for portability"); # endif #endif /* @GNULIB_SIGPROCMASK@ */ #if @GNULIB_SIGACTION@ # if !@HAVE_SIGACTION@ # if !@HAVE_SIGINFO_T@ # if !GNULIB_defined_siginfo_types /* Present to allow compilation, but unsupported by gnulib. */ union sigval { int sival_int; void *sival_ptr; }; /* Present to allow compilation, but unsupported by gnulib. */ struct siginfo_t { int si_signo; int si_code; int si_errno; pid_t si_pid; uid_t si_uid; void *si_addr; int si_status; long si_band; union sigval si_value; }; typedef struct siginfo_t siginfo_t; # define GNULIB_defined_siginfo_types 1 # endif # endif /* !@HAVE_SIGINFO_T@ */ /* We assume that platforms which lack the sigaction() function also lack the 'struct sigaction' type, and vice versa. */ # if !GNULIB_defined_struct_sigaction struct sigaction { union { void (*_sa_handler) (int); /* Present to allow compilation, but unsupported by gnulib. POSIX says that implementations may, but not must, make sa_sigaction overlap with sa_handler, but we know of no implementation where they do not overlap. */ void (*_sa_sigaction) (int, siginfo_t *, void *); } _sa_func; sigset_t sa_mask; /* Not all POSIX flags are supported. */ int sa_flags; }; # define sa_handler _sa_func._sa_handler # define sa_sigaction _sa_func._sa_sigaction /* Unsupported flags are not present. */ # define SA_RESETHAND 1 # define SA_NODEFER 2 # define SA_RESTART 4 # define GNULIB_defined_struct_sigaction 1 # endif _GL_FUNCDECL_SYS (sigaction, int, (int, const struct sigaction *restrict, struct sigaction *restrict)); # elif !@HAVE_STRUCT_SIGACTION_SA_SIGACTION@ # define sa_sigaction sa_handler # endif /* !@HAVE_SIGACTION@, !@HAVE_STRUCT_SIGACTION_SA_SIGACTION@ */ _GL_CXXALIAS_SYS (sigaction, int, (int, const struct sigaction *restrict, struct sigaction *restrict)); _GL_CXXALIASWARN (sigaction); #elif defined GNULIB_POSIXCHECK # undef sigaction # if HAVE_RAW_DECL_SIGACTION _GL_WARN_ON_USE (sigaction, "sigaction is unportable - " "use the gnulib module sigaction for portability"); # endif #endif /* Some systems don't have SA_NODEFER. */ #ifndef SA_NODEFER # define SA_NODEFER 0 #endif #endif /* _@GUARD_PREFIX@_SIGNAL_H */ #endif /* _@GUARD_PREFIX@_SIGNAL_H */ #endif gsasl-1.8.0/gl/iconv_close.c0000664000000000000000000000253111746471770012612 00000000000000/* Character set conversion. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #include #ifndef uintptr_t # define uintptr_t unsigned long #endif int rpl_iconv_close (iconv_t cd) #undef iconv_close { #if REPLACE_ICONV_UTF switch ((uintptr_t) cd) { case (uintptr_t) _ICONV_UTF8_UTF16BE: case (uintptr_t) _ICONV_UTF8_UTF16LE: case (uintptr_t) _ICONV_UTF8_UTF32BE: case (uintptr_t) _ICONV_UTF8_UTF32LE: case (uintptr_t) _ICONV_UTF16BE_UTF8: case (uintptr_t) _ICONV_UTF16LE_UTF8: case (uintptr_t) _ICONV_UTF32BE_UTF8: case (uintptr_t) _ICONV_UTF32LE_UTF8: return 0; } #endif return iconv_close (cd); } gsasl-1.8.0/gl/streq.h0000664000000000000000000000763611746471770011465 00000000000000/* Optimized string comparison. Copyright (C) 2001-2002, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #ifndef _GL_STREQ_H #define _GL_STREQ_H #include /* STREQ_OPT allows to optimize string comparison with a small literal string. STREQ_OPT (s, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) is semantically equivalent to strcmp (s, "EUC-KR") == 0 just faster. */ /* Help GCC to generate good code for string comparisons with immediate strings. */ #if defined (__GNUC__) && defined (__OPTIMIZE__) static inline int streq9 (const char *s1, const char *s2) { return strcmp (s1 + 9, s2 + 9) == 0; } static inline int streq8 (const char *s1, const char *s2, char s28) { if (s1[8] == s28) { if (s28 == 0) return 1; else return streq9 (s1, s2); } else return 0; } static inline int streq7 (const char *s1, const char *s2, char s27, char s28) { if (s1[7] == s27) { if (s27 == 0) return 1; else return streq8 (s1, s2, s28); } else return 0; } static inline int streq6 (const char *s1, const char *s2, char s26, char s27, char s28) { if (s1[6] == s26) { if (s26 == 0) return 1; else return streq7 (s1, s2, s27, s28); } else return 0; } static inline int streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) { if (s1[5] == s25) { if (s25 == 0) return 1; else return streq6 (s1, s2, s26, s27, s28); } else return 0; } static inline int streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) { if (s1[4] == s24) { if (s24 == 0) return 1; else return streq5 (s1, s2, s25, s26, s27, s28); } else return 0; } static inline int streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) { if (s1[3] == s23) { if (s23 == 0) return 1; else return streq4 (s1, s2, s24, s25, s26, s27, s28); } else return 0; } static inline int streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (s1[2] == s22) { if (s22 == 0) return 1; else return streq3 (s1, s2, s23, s24, s25, s26, s27, s28); } else return 0; } static inline int streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (s1[1] == s21) { if (s21 == 0) return 1; else return streq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28); } else return 0; } static inline int streq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (s1[0] == s20) { if (s20 == 0) return 1; else return streq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28); } else return 0; } #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ streq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28) #else #define STREQ_OPT(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ (strcmp (s1, s2) == 0) #endif #endif /* _GL_STREQ_H */ gsasl-1.8.0/gl/printf-args.h0000664000000000000000000000753311746471770012557 00000000000000/* Decomposed printf argument list. Copyright (C) 1999, 2002-2003, 2006-2007, 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _PRINTF_ARGS_H #define _PRINTF_ARGS_H /* This file can be parametrized with the following macros: ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. PRINTF_FETCHARGS Name of the function to be declared. STATIC Set to 'static' to declare the function static. */ /* Default parameters. */ #ifndef PRINTF_FETCHARGS # define PRINTF_FETCHARGS printf_fetchargs #endif /* Get size_t. */ #include /* Get wchar_t. */ #if HAVE_WCHAR_T # include #endif /* Get wint_t. */ #if HAVE_WINT_T # include #endif /* Get va_list. */ #include /* Argument types */ typedef enum { TYPE_NONE, TYPE_SCHAR, TYPE_UCHAR, TYPE_SHORT, TYPE_USHORT, TYPE_INT, TYPE_UINT, TYPE_LONGINT, TYPE_ULONGINT, #if HAVE_LONG_LONG_INT TYPE_LONGLONGINT, TYPE_ULONGLONGINT, #endif TYPE_DOUBLE, TYPE_LONGDOUBLE, TYPE_CHAR, #if HAVE_WINT_T TYPE_WIDE_CHAR, #endif TYPE_STRING, #if HAVE_WCHAR_T TYPE_WIDE_STRING, #endif TYPE_POINTER, TYPE_COUNT_SCHAR_POINTER, TYPE_COUNT_SHORT_POINTER, TYPE_COUNT_INT_POINTER, TYPE_COUNT_LONGINT_POINTER #if HAVE_LONG_LONG_INT , TYPE_COUNT_LONGLONGINT_POINTER #endif #if ENABLE_UNISTDIO /* The unistdio extensions. */ , TYPE_U8_STRING , TYPE_U16_STRING , TYPE_U32_STRING #endif } arg_type; /* Polymorphic argument */ typedef struct { arg_type type; union { signed char a_schar; unsigned char a_uchar; short a_short; unsigned short a_ushort; int a_int; unsigned int a_uint; long int a_longint; unsigned long int a_ulongint; #if HAVE_LONG_LONG_INT long long int a_longlongint; unsigned long long int a_ulonglongint; #endif float a_float; double a_double; long double a_longdouble; int a_char; #if HAVE_WINT_T wint_t a_wide_char; #endif const char* a_string; #if HAVE_WCHAR_T const wchar_t* a_wide_string; #endif void* a_pointer; signed char * a_count_schar_pointer; short * a_count_short_pointer; int * a_count_int_pointer; long int * a_count_longint_pointer; #if HAVE_LONG_LONG_INT long long int * a_count_longlongint_pointer; #endif #if ENABLE_UNISTDIO /* The unistdio extensions. */ const uint8_t * a_u8_string; const uint16_t * a_u16_string; const uint32_t * a_u32_string; #endif } a; } argument; /* Number of directly allocated arguments (no malloc() needed). */ #define N_DIRECT_ALLOC_ARGUMENTS 7 typedef struct { size_t count; argument *arg; argument direct_alloc_arg[N_DIRECT_ALLOC_ARGUMENTS]; } arguments; /* Fetch the arguments, putting them into a. */ #ifdef STATIC STATIC #else extern #endif int PRINTF_FETCHARGS (va_list args, arguments *a); #endif /* _PRINTF_ARGS_H */ gsasl-1.8.0/gl/float.in.h0000664000000000000000000001673411746471770012040 00000000000000/* A correct . Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _@GUARD_PREFIX@_FLOAT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_FLOAT_H@ #ifndef _@GUARD_PREFIX@_FLOAT_H #define _@GUARD_PREFIX@_FLOAT_H /* 'long double' properties. */ #if defined __i386__ && (defined __BEOS__ || defined __OpenBSD__) /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG # define LDBL_MANT_DIG 64 /* Number of decimal digits that is sufficient for representing a number. */ # undef LDBL_DIG # define LDBL_DIG 18 /* x-1 where x is the smallest representable number > 1. */ # undef LDBL_EPSILON # define LDBL_EPSILON 1.0842021724855044340E-19L /* Minimum e such that FLT_RADIX^(e-1) is a normalized number. */ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP (-16381) /* Maximum e such that FLT_RADIX^(e-1) is a representable finite number. */ # undef LDBL_MAX_EXP # define LDBL_MAX_EXP 16384 /* Minimum positive normalized number. */ # undef LDBL_MIN # define LDBL_MIN 3.3621031431120935063E-4932L /* Maximum representable finite number. */ # undef LDBL_MAX # define LDBL_MAX 1.1897314953572317650E+4932L /* Minimum e such that 10^e is in the range of normalized numbers. */ # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP (-4931) /* Maximum e such that 10^e is in the range of representable finite numbers. */ # undef LDBL_MAX_10_EXP # define LDBL_MAX_10_EXP 4932 #endif /* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of precision in the compiler but 64 bits of precision at runtime. See . */ #if defined __i386__ && defined __FreeBSD__ /* Number of mantissa units, in base FLT_RADIX. */ # undef LDBL_MANT_DIG # define LDBL_MANT_DIG 64 /* Number of decimal digits that is sufficient for representing a number. */ # undef LDBL_DIG # define LDBL_DIG 18 /* x-1 where x is the smallest representable number > 1. */ # undef LDBL_EPSILON # define LDBL_EPSILON 1.084202172485504434007452800869941711426e-19L /* 2^-63 */ /* Minimum e such that FLT_RADIX^(e-1) is a normalized number. */ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP (-16381) /* Maximum e such that FLT_RADIX^(e-1) is a representable finite number. */ # undef LDBL_MAX_EXP # define LDBL_MAX_EXP 16384 /* Minimum positive normalized number. */ # undef LDBL_MIN # define LDBL_MIN 3.3621031431120935E-4932L /* = 0x1p-16382L */ /* Maximum representable finite number. */ # undef LDBL_MAX /* LDBL_MAX is represented as { 0xFFFFFFFF, 0xFFFFFFFF, 32766 }. But the largest literal that GCC allows us to write is 0x0.fffffffffffff8p16384L = { 0xFFFFF800, 0xFFFFFFFF, 32766 }. So, define it like this through a reference to an external variable const unsigned int LDBL_MAX[3] = { 0xFFFFFFFF, 0xFFFFFFFF, 32766 }; extern const long double LDBL_MAX; Unfortunately, this is not a constant expression. */ union gl_long_double_union { struct { unsigned int lo; unsigned int hi; unsigned int exponent; } xd; long double ld; }; extern const union gl_long_double_union gl_LDBL_MAX; # define LDBL_MAX (gl_LDBL_MAX.ld) /* Minimum e such that 10^e is in the range of normalized numbers. */ # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP (-4931) /* Maximum e such that 10^e is in the range of representable finite numbers. */ # undef LDBL_MAX_10_EXP # define LDBL_MAX_10_EXP 4932 #endif /* On AIX 7.1 with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_MAX are wrong. On Linux/PowerPC with gcc 4.4, the value of LDBL_MAX is wrong. */ #if (defined _ARCH_PPC || defined _POWER) && defined _AIX && (LDBL_MANT_DIG == 106) && defined __GNUC__ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP DBL_MIN_EXP # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP DBL_MIN_10_EXP # undef LDBL_MIN # define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */ #endif #if (defined _ARCH_PPC || defined _POWER) && (defined _AIX || defined __linux__) && (LDBL_MANT_DIG == 106) && defined __GNUC__ # undef LDBL_MAX /* LDBL_MAX is represented as { 0x7FEFFFFF, 0xFFFFFFFF, 0x7C8FFFFF, 0xFFFFFFFF }. It is not easy to define: #define LDBL_MAX 1.79769313486231580793728971405302307166e308L is too small, whereas #define LDBL_MAX 1.79769313486231580793728971405302307167e308L is too large. Apparently a bug in GCC decimal-to-binary conversion. Also, I can't get values larger than #define LDBL63 ((long double) (1ULL << 63)) #define LDBL882 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63) #define LDBL945 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63) #define LDBL1008 (LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63 * LDBL63) #define LDBL_MAX (LDBL1008 * 65535.0L + LDBL945 * (long double) 9223372036821221375ULL + LDBL882 * (long double) 4611686018427387904ULL) which is represented as { 0x7FEFFFFF, 0xFFFFFFFF, 0x7C8FFFFF, 0xF8000000 }. So, define it like this through a reference to an external variable const double LDBL_MAX[2] = { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL }; extern const long double LDBL_MAX; or through a pointer cast #define LDBL_MAX \ (*(const long double *) (double[]) { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL }) Unfortunately, this is not a constant expression, and the latter expression does not work well when GCC is optimizing.. */ union gl_long_double_union { struct { double hi; double lo; } dd; long double ld; }; extern const union gl_long_double_union gl_LDBL_MAX; # define LDBL_MAX (gl_LDBL_MAX.ld) #endif /* On IRIX 6.5, with cc, the value of LDBL_MANT_DIG is wrong. On IRIX 6.5, with gcc 4.2, the values of LDBL_MIN_EXP, LDBL_MIN, LDBL_EPSILON are wrong. */ #if defined __sgi && (LDBL_MANT_DIG >= 106) # undef LDBL_MANT_DIG # define LDBL_MANT_DIG 106 # if defined __GNUC__ # undef LDBL_MIN_EXP # define LDBL_MIN_EXP DBL_MIN_EXP # undef LDBL_MIN_10_EXP # define LDBL_MIN_10_EXP DBL_MIN_10_EXP # undef LDBL_MIN # define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */ # undef LDBL_EPSILON # define LDBL_EPSILON 2.46519032881566189191165176650870696773e-32L /* 2^-105 */ # endif #endif #if @REPLACE_ITOLD@ /* Pull in a function that fixes the 'int' to 'long double' conversion of glibc 2.7. */ extern # ifdef __cplusplus "C" # endif void _Qp_itoq (long double *, int); static void (*_gl_float_fix_itold) (long double *, int) = _Qp_itoq; #endif #endif /* _@GUARD_PREFIX@_FLOAT_H */ #endif /* _@GUARD_PREFIX@_FLOAT_H */ gsasl-1.8.0/gl/getopt.in.h0000664000000000000000000002152011746471770012222 00000000000000/* Declarations for getopt. Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2007, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _@GUARD_PREFIX@_GETOPT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. We must also inform the replacement unistd.h to not recursively use ; our definitions will be present soon enough. */ #if @HAVE_GETOPT_H@ # define _GL_SYSTEM_GETOPT # @INCLUDE_NEXT@ @NEXT_GETOPT_H@ # undef _GL_SYSTEM_GETOPT #endif #ifndef _@GUARD_PREFIX@_GETOPT_H #ifndef __need_getopt # define _@GUARD_PREFIX@_GETOPT_H 1 #endif /* Standalone applications should #define __GETOPT_PREFIX to an identifier that prefixes the external functions and variables defined in this header. When this happens, include the headers that might declare getopt so that they will not cause confusion if included after this file (if the system had , we have already included it). Then systematically rename identifiers so that they do not collide with the system functions and variables. Renaming avoids problems with some compilers and linkers. */ #if defined __GETOPT_PREFIX && !defined __need_getopt # if !@HAVE_GETOPT_H@ # include # include # include # endif # undef __need_getopt # undef getopt # undef getopt_long # undef getopt_long_only # undef optarg # undef opterr # undef optind # undef optopt # undef option # define __GETOPT_CONCAT(x, y) x ## y # define __GETOPT_XCONCAT(x, y) __GETOPT_CONCAT (x, y) # define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y) # define getopt __GETOPT_ID (getopt) # define getopt_long __GETOPT_ID (getopt_long) # define getopt_long_only __GETOPT_ID (getopt_long_only) # define optarg __GETOPT_ID (optarg) # define opterr __GETOPT_ID (opterr) # define optind __GETOPT_ID (optind) # define optopt __GETOPT_ID (optopt) # define option __GETOPT_ID (option) # define _getopt_internal __GETOPT_ID (getopt_internal) #endif /* Standalone applications get correct prototypes for getopt_long and getopt_long_only; they declare "char **argv". libc uses prototypes with "char *const *argv" that are incorrect because getopt_long and getopt_long_only can permute argv; this is required for backward compatibility (e.g., for LSB 2.0.1). This used to be '#if defined __GETOPT_PREFIX && !defined __need_getopt', but it caused redefinition warnings if both unistd.h and getopt.h were included, since unistd.h includes getopt.h having previously defined __need_getopt. The only place where __getopt_argv_const is used is in definitions of getopt_long and getopt_long_only below, but these are visible only if __need_getopt is not defined, so it is quite safe to rewrite the conditional as follows: */ #if !defined __need_getopt # if defined __GETOPT_PREFIX # define __getopt_argv_const /* empty */ # else # define __getopt_argv_const const # endif #endif /* If __GNU_LIBRARY__ is not already defined, either we are being used standalone, or this is the first header included in the source file. If we are being used with glibc, we need to include , but that does not exist if we are standalone. So: if __GNU_LIBRARY__ is not defined, include , which will pull in for us if it's from glibc. (Why ctype.h? It's guaranteed to exist and it doesn't flood the namespace with stuff the way some other headers do.) */ #if !defined __GNU_LIBRARY__ # include #endif #ifndef __THROW # ifndef __GNUC_PREREQ # define __GNUC_PREREQ(maj, min) (0) # endif # if defined __cplusplus && __GNUC_PREREQ (2,8) # define __THROW throw () # else # define __THROW # endif #endif /* The definition of _GL_ARG_NONNULL is copied here. */ #ifdef __cplusplus extern "C" { #endif /* For communication from 'getopt' to the caller. When 'getopt' finds an option that takes an argument, the argument value is returned here. Also, when 'ordering' is RETURN_IN_ORDER, each non-option ARGV-element is returned here. */ extern char *optarg; /* Index in ARGV of the next element to be scanned. This is used for communication to and from the caller and for communication between successive calls to 'getopt'. On entry to 'getopt', zero means this is the first call; initialize. When 'getopt' returns -1, this is the index of the first of the non-option elements that the caller should itself scan. Otherwise, 'optind' communicates from one call to the next how much of ARGV has been scanned so far. */ extern int optind; /* Callers store zero here to inhibit the error message 'getopt' prints for unrecognized options. */ extern int opterr; /* Set to an option character which was unrecognized. */ extern int optopt; #ifndef __need_getopt /* Describe the long-named options requested by the application. The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector of 'struct option' terminated by an element containing a name which is zero. The field 'has_arg' is: no_argument (or 0) if the option does not take an argument, required_argument (or 1) if the option requires an argument, optional_argument (or 2) if the option takes an optional argument. If the field 'flag' is not NULL, it points to a variable that is set to the value given in the field 'val' when the option is found, but left unchanged if the option is not found. To have a long-named option do something other than set an 'int' to a compiled-in constant, such as set a value from 'optarg', set the option's 'flag' field to zero and its 'val' field to a nonzero value (the equivalent single-letter option character, if there is one). For long options that have a zero 'flag' field, 'getopt' returns the contents of the 'val' field. */ # if !GNULIB_defined_struct_option struct option { const char *name; /* has_arg can't be an enum because some compilers complain about type mismatches in all the code that assumes it is an int. */ int has_arg; int *flag; int val; }; # define GNULIB_defined_struct_option 1 # endif /* Names for the values of the 'has_arg' field of 'struct option'. */ # define no_argument 0 # define required_argument 1 # define optional_argument 2 #endif /* need getopt */ /* Get definitions and prototypes for functions to process the arguments in ARGV (ARGC of them, minus the program name) for options given in OPTS. Return the option character from OPTS just read. Return -1 when there are no more options. For unrecognized options, or options missing arguments, 'optopt' is set to the option letter, and '?' is returned. The OPTS string is a list of characters which are recognized option letters, optionally followed by colons, specifying that that letter takes an argument, to be placed in 'optarg'. If a letter in OPTS is followed by two colons, its argument is optional. This behavior is specific to the GNU 'getopt'. The argument '--' causes premature termination of argument scanning, explicitly telling 'getopt' that there are no more options. If OPTS begins with '-', then non-option arguments are treated as arguments to the option '\1'. This behavior is specific to the GNU 'getopt'. If OPTS begins with '+', or POSIXLY_CORRECT is set in the environment, then do not permute arguments. */ extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) __THROW _GL_ARG_NONNULL ((2, 3)); #ifndef __need_getopt extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL ((2, 3)); extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL ((2, 3)); #endif #ifdef __cplusplus } #endif /* Make sure we later can get all the definitions and declarations. */ #undef __need_getopt #endif /* _@GUARD_PREFIX@_GETOPT_H */ #endif /* _@GUARD_PREFIX@_GETOPT_H */ gsasl-1.8.0/gl/striconv.c0000664000000000000000000003117711746471770012166 00000000000000/* Charset conversion. Copyright (C) 2001-2007, 2010-2012 Free Software Foundation, Inc. Written by Bruno Haible and Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "striconv.h" #include #include #include #if HAVE_ICONV # include /* Get MB_LEN_MAX, CHAR_BIT. */ # include #endif #include "c-strcase.h" #ifndef SIZE_MAX # define SIZE_MAX ((size_t) -1) #endif #if HAVE_ICONV int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd, char **resultp, size_t *lengthp) { # define tmpbufsize 4096 size_t length; char *result; /* Avoid glibc-2.1 bug and Solaris 2.7-2.9 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) /* Set to the initial state. */ iconv (cd, NULL, NULL, NULL, NULL); # endif /* Determine the length we need. */ { size_t count = 0; /* The alignment is needed when converting e.g. to glibc's WCHAR_T or libiconv's UCS-4-INTERNAL encoding. */ union { unsigned int align; char buf[tmpbufsize]; } tmp; # define tmpbuf tmp.buf const char *inptr = src; size_t insize = srclen; while (insize > 0) { char *outptr = tmpbuf; size_t outsize = tmpbufsize; size_t res = iconv (cd, (ICONV_CONST char **) &inptr, &insize, &outptr, &outsize); if (res == (size_t)(-1)) { if (errno == E2BIG) ; else if (errno == EINVAL) break; else return -1; } # if !defined _LIBICONV_VERSION && !(defined __GLIBC__ && !defined __UCLIBC__) /* Irix iconv() inserts a NUL byte if it cannot convert. NetBSD iconv() inserts a question mark if it cannot convert. Only GNU libiconv and GNU libc are known to prefer to fail rather than doing a lossy conversion. */ else if (res > 0) { errno = EILSEQ; return -1; } # endif count += outptr - tmpbuf; } /* Avoid glibc-2.1 bug and Solaris 2.7 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) { char *outptr = tmpbuf; size_t outsize = tmpbufsize; size_t res = iconv (cd, NULL, NULL, &outptr, &outsize); if (res == (size_t)(-1)) return -1; count += outptr - tmpbuf; } # endif length = count; # undef tmpbuf } if (length == 0) { *lengthp = 0; return 0; } if (*resultp != NULL && *lengthp >= length) result = *resultp; else { result = (char *) malloc (length); if (result == NULL) { errno = ENOMEM; return -1; } } /* Avoid glibc-2.1 bug and Solaris 2.7-2.9 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) /* Return to the initial state. */ iconv (cd, NULL, NULL, NULL, NULL); # endif /* Do the conversion for real. */ { const char *inptr = src; size_t insize = srclen; char *outptr = result; size_t outsize = length; while (insize > 0) { size_t res = iconv (cd, (ICONV_CONST char **) &inptr, &insize, &outptr, &outsize); if (res == (size_t)(-1)) { if (errno == EINVAL) break; else goto fail; } # if !defined _LIBICONV_VERSION && !(defined __GLIBC__ && !defined __UCLIBC__) /* Irix iconv() inserts a NUL byte if it cannot convert. NetBSD iconv() inserts a question mark if it cannot convert. Only GNU libiconv and GNU libc are known to prefer to fail rather than doing a lossy conversion. */ else if (res > 0) { errno = EILSEQ; goto fail; } # endif } /* Avoid glibc-2.1 bug and Solaris 2.7 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) { size_t res = iconv (cd, NULL, NULL, &outptr, &outsize); if (res == (size_t)(-1)) goto fail; } # endif if (outsize != 0) abort (); } *resultp = result; *lengthp = length; return 0; fail: { if (result != *resultp) { int saved_errno = errno; free (result); errno = saved_errno; } return -1; } # undef tmpbufsize } char * str_cd_iconv (const char *src, iconv_t cd) { /* For most encodings, a trailing NUL byte in the input will be converted to a trailing NUL byte in the output. But not for UTF-7. So that this function is usable for UTF-7, we have to exclude the NUL byte from the conversion and add it by hand afterwards. */ # if !defined _LIBICONV_VERSION && !(defined __GLIBC__ && !defined __UCLIBC__) /* Irix iconv() inserts a NUL byte if it cannot convert. NetBSD iconv() inserts a question mark if it cannot convert. Only GNU libiconv and GNU libc are known to prefer to fail rather than doing a lossy conversion. For other iconv() implementations, we have to look at the number of irreversible conversions returned; but this information is lost when iconv() returns for an E2BIG reason. Therefore we cannot use the second, faster algorithm. */ char *result = NULL; size_t length = 0; int retval = mem_cd_iconv (src, strlen (src), cd, &result, &length); char *final_result; if (retval < 0) { if (result != NULL) abort (); return NULL; } /* Add the terminating NUL byte. */ final_result = (result != NULL ? realloc (result, length + 1) : malloc (length + 1)); if (final_result == NULL) { free (result); errno = ENOMEM; return NULL; } final_result[length] = '\0'; return final_result; # else /* This algorithm is likely faster than the one above. But it may produce iconv() returns for an E2BIG reason, when the output size guess is too small. Therefore it can only be used when we don't need the number of irreversible conversions performed. */ char *result; size_t result_size; size_t length; const char *inptr = src; size_t inbytes_remaining = strlen (src); /* Make a guess for the worst-case output size, in order to avoid a realloc. It's OK if the guess is wrong as long as it is not zero and doesn't lead to an integer overflow. */ result_size = inbytes_remaining; { size_t approx_sqrt_SIZE_MAX = SIZE_MAX >> (sizeof (size_t) * CHAR_BIT / 2); if (result_size <= approx_sqrt_SIZE_MAX / MB_LEN_MAX) result_size *= MB_LEN_MAX; } result_size += 1; /* for the terminating NUL */ result = (char *) malloc (result_size); if (result == NULL) { errno = ENOMEM; return NULL; } /* Avoid glibc-2.1 bug and Solaris 2.7-2.9 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) /* Set to the initial state. */ iconv (cd, NULL, NULL, NULL, NULL); # endif /* Do the conversion. */ { char *outptr = result; size_t outbytes_remaining = result_size - 1; for (;;) { /* Here inptr + inbytes_remaining = src + strlen (src), outptr + outbytes_remaining = result + result_size - 1. */ size_t res = iconv (cd, (ICONV_CONST char **) &inptr, &inbytes_remaining, &outptr, &outbytes_remaining); if (res == (size_t)(-1)) { if (errno == EINVAL) break; else if (errno == E2BIG) { size_t used = outptr - result; size_t newsize = result_size * 2; char *newresult; if (!(newsize > result_size)) { errno = ENOMEM; goto failed; } newresult = (char *) realloc (result, newsize); if (newresult == NULL) { errno = ENOMEM; goto failed; } result = newresult; result_size = newsize; outptr = result + used; outbytes_remaining = result_size - 1 - used; } else goto failed; } else break; } /* Avoid glibc-2.1 bug and Solaris 2.7 bug. */ # if defined _LIBICONV_VERSION \ || !(((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ || defined __sun) for (;;) { /* Here outptr + outbytes_remaining = result + result_size - 1. */ size_t res = iconv (cd, NULL, NULL, &outptr, &outbytes_remaining); if (res == (size_t)(-1)) { if (errno == E2BIG) { size_t used = outptr - result; size_t newsize = result_size * 2; char *newresult; if (!(newsize > result_size)) { errno = ENOMEM; goto failed; } newresult = (char *) realloc (result, newsize); if (newresult == NULL) { errno = ENOMEM; goto failed; } result = newresult; result_size = newsize; outptr = result + used; outbytes_remaining = result_size - 1 - used; } else goto failed; } else break; } # endif /* Add the terminating NUL byte. */ *outptr++ = '\0'; length = outptr - result; } /* Give away unused memory. */ if (length < result_size) { char *smaller_result = (char *) realloc (result, length); if (smaller_result != NULL) result = smaller_result; } return result; failed: { int saved_errno = errno; free (result); errno = saved_errno; return NULL; } # endif } #endif char * str_iconv (const char *src, const char *from_codeset, const char *to_codeset) { if (*src == '\0' || c_strcasecmp (from_codeset, to_codeset) == 0) { char *result = strdup (src); if (result == NULL) errno = ENOMEM; return result; } else { #if HAVE_ICONV iconv_t cd; char *result; /* Avoid glibc-2.1 bug with EUC-KR. */ # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ <= 1) && !defined __UCLIBC__) \ && !defined _LIBICONV_VERSION if (c_strcasecmp (from_codeset, "EUC-KR") == 0 || c_strcasecmp (to_codeset, "EUC-KR") == 0) { errno = EINVAL; return NULL; } # endif cd = iconv_open (to_codeset, from_codeset); if (cd == (iconv_t) -1) return NULL; result = str_cd_iconv (src, cd); if (result == NULL) { /* Close cd, but preserve the errno from str_cd_iconv. */ int saved_errno = errno; iconv_close (cd); errno = saved_errno; } else { if (iconv_close (cd) < 0) { /* Return NULL, but free the allocated memory, and while doing that, preserve the errno from iconv_close. */ int saved_errno = errno; free (result); errno = saved_errno; return NULL; } } return result; #else /* This is a different error code than if iconv_open existed but didn't support from_codeset and to_codeset, so that the caller can emit an error message such as "iconv() is not supported. Installing GNU libiconv and then reinstalling this package would fix this." */ errno = ENOSYS; return NULL; #endif } } gsasl-1.8.0/gl/iconv_open-solaris.h0000664000000000000000000001563411760731170014122 00000000000000/* ANSI-C code produced by gperf version 3.0.3 */ /* Command-line: gperf -m 10 ./iconv_open-solaris.gperf */ /* Computed positions: -k'10' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-solaris.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 13 #define MIN_WORD_LENGTH 5 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 5 #define MAX_HASH_VALUE 19 /* maximum key range = 15, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 0, 9, 8, 7, 6, 5, 4, 3, 2, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20 }; register int hval = len; switch (hval) { default: hval += asso_values[(unsigned char)str[9]]; /*FALLTHROUGH*/ case 9: case 8: case 7: case 6: case 5: break; } return hval; } struct stringpool_t { char stringpool_str5[sizeof("ASCII")]; char stringpool_str6[sizeof("CP1251")]; char stringpool_str7[sizeof("$ abc")]; char stringpool_str10[sizeof("ISO-8859-1")]; char stringpool_str11[sizeof("ISO-8859-15")]; char stringpool_str12[sizeof("ISO-8859-9")]; char stringpool_str13[sizeof("ISO-8859-8")]; char stringpool_str14[sizeof("ISO-8859-7")]; char stringpool_str15[sizeof("ISO-8859-6")]; char stringpool_str16[sizeof("ISO-8859-5")]; char stringpool_str17[sizeof("ISO-8859-4")]; char stringpool_str18[sizeof("ISO-8859-3")]; char stringpool_str19[sizeof("ISO-8859-2")]; }; static const struct stringpool_t stringpool_contents = { "ASCII", "CP1251", "$ abc", "ISO-8859-1", "ISO-8859-15", "ISO-8859-9", "ISO-8859-8", "ISO-8859-7", "ISO-8859-6", "ISO-8859-5", "ISO-8859-4", "ISO-8859-3", "ISO-8859-2" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, #line 19 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str5, "646"}, #line 30 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "ansi-1251"}, #line 18 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7}, {-1}, {-1}, #line 20 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "ISO8859-1"}, #line 29 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "ISO8859-15"}, #line 28 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "ISO8859-9"}, #line 27 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "ISO8859-8"}, #line 26 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "ISO8859-7"}, #line 25 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "ISO8859-6"}, #line 24 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "ISO8859-5"}, #line 23 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "ISO8859-4"}, #line 22 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "ISO8859-3"}, #line 21 "./iconv_open-solaris.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "ISO8859-2"} }; #ifdef __GNUC__ __inline #ifdef __GNUC_STDC_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } gsasl-1.8.0/gl/iconv.c0000664000000000000000000002627511746471770011440 00000000000000/* Character set conversion. Copyright (C) 1999-2001, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #include #if REPLACE_ICONV_UTF # include # include # include # include "unistr.h" # ifndef uintptr_t # define uintptr_t unsigned long # endif #endif #if REPLACE_ICONV_UTF /* UTF-{16,32}{BE,LE} converters taken from GNU libiconv 1.11. */ /* Return code if invalid. (xxx_mbtowc) */ # define RET_ILSEQ -1 /* Return code if no bytes were read. (xxx_mbtowc) */ # define RET_TOOFEW -2 /* Return code if invalid. (xxx_wctomb) */ # define RET_ILUNI -1 /* Return code if output buffer is too small. (xxx_wctomb, xxx_reset) */ # define RET_TOOSMALL -2 /* * UTF-16BE */ /* Specification: RFC 2781 */ static int utf16be_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 2) { ucs4_t wc = (s[0] << 8) + s[1]; if (wc >= 0xd800 && wc < 0xdc00) { if (n >= 4) { ucs4_t wc2 = (s[2] << 8) + s[3]; if (!(wc2 >= 0xdc00 && wc2 < 0xe000)) return RET_ILSEQ; *pwc = 0x10000 + ((wc - 0xd800) << 10) + (wc2 - 0xdc00); return 4; } } else if (wc >= 0xdc00 && wc < 0xe000) { return RET_ILSEQ; } else { *pwc = wc; return 2; } } return RET_TOOFEW; } static int utf16be_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (!(wc >= 0xd800 && wc < 0xe000)) { if (wc < 0x10000) { if (n >= 2) { r[0] = (unsigned char) (wc >> 8); r[1] = (unsigned char) wc; return 2; } else return RET_TOOSMALL; } else if (wc < 0x110000) { if (n >= 4) { ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); r[0] = (unsigned char) (wc1 >> 8); r[1] = (unsigned char) wc1; r[2] = (unsigned char) (wc2 >> 8); r[3] = (unsigned char) wc2; return 4; } else return RET_TOOSMALL; } } return RET_ILUNI; } /* * UTF-16LE */ /* Specification: RFC 2781 */ static int utf16le_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 2) { ucs4_t wc = s[0] + (s[1] << 8); if (wc >= 0xd800 && wc < 0xdc00) { if (n >= 4) { ucs4_t wc2 = s[2] + (s[3] << 8); if (!(wc2 >= 0xdc00 && wc2 < 0xe000)) return RET_ILSEQ; *pwc = 0x10000 + ((wc - 0xd800) << 10) + (wc2 - 0xdc00); return 4; } } else if (wc >= 0xdc00 && wc < 0xe000) { return RET_ILSEQ; } else { *pwc = wc; return 2; } } return RET_TOOFEW; } static int utf16le_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (!(wc >= 0xd800 && wc < 0xe000)) { if (wc < 0x10000) { if (n >= 2) { r[0] = (unsigned char) wc; r[1] = (unsigned char) (wc >> 8); return 2; } else return RET_TOOSMALL; } else if (wc < 0x110000) { if (n >= 4) { ucs4_t wc1 = 0xd800 + ((wc - 0x10000) >> 10); ucs4_t wc2 = 0xdc00 + ((wc - 0x10000) & 0x3ff); r[0] = (unsigned char) wc1; r[1] = (unsigned char) (wc1 >> 8); r[2] = (unsigned char) wc2; r[3] = (unsigned char) (wc2 >> 8); return 4; } else return RET_TOOSMALL; } } return RET_ILUNI; } /* * UTF-32BE */ /* Specification: Unicode 3.1 Standard Annex #19 */ static int utf32be_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 4) { ucs4_t wc = (s[0] << 24) + (s[1] << 16) + (s[2] << 8) + s[3]; if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { *pwc = wc; return 4; } else return RET_ILSEQ; } return RET_TOOFEW; } static int utf32be_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { if (n >= 4) { r[0] = 0; r[1] = (unsigned char) (wc >> 16); r[2] = (unsigned char) (wc >> 8); r[3] = (unsigned char) wc; return 4; } else return RET_TOOSMALL; } return RET_ILUNI; } /* * UTF-32LE */ /* Specification: Unicode 3.1 Standard Annex #19 */ static int utf32le_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) { if (n >= 4) { ucs4_t wc = s[0] + (s[1] << 8) + (s[2] << 16) + (s[3] << 24); if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { *pwc = wc; return 4; } else return RET_ILSEQ; } return RET_TOOFEW; } static int utf32le_wctomb (unsigned char *r, ucs4_t wc, size_t n) { if (wc < 0x110000 && !(wc >= 0xd800 && wc < 0xe000)) { if (n >= 4) { r[0] = (unsigned char) wc; r[1] = (unsigned char) (wc >> 8); r[2] = (unsigned char) (wc >> 16); r[3] = 0; return 4; } else return RET_TOOSMALL; } return RET_ILUNI; } #endif size_t rpl_iconv (iconv_t cd, ICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft) #undef iconv { #if REPLACE_ICONV_UTF switch ((uintptr_t) cd) { { int (*xxx_wctomb) (unsigned char *, ucs4_t, size_t); case (uintptr_t) _ICONV_UTF8_UTF16BE: xxx_wctomb = utf16be_wctomb; goto loop_from_utf8; case (uintptr_t) _ICONV_UTF8_UTF16LE: xxx_wctomb = utf16le_wctomb; goto loop_from_utf8; case (uintptr_t) _ICONV_UTF8_UTF32BE: xxx_wctomb = utf32be_wctomb; goto loop_from_utf8; case (uintptr_t) _ICONV_UTF8_UTF32LE: xxx_wctomb = utf32le_wctomb; goto loop_from_utf8; loop_from_utf8: if (inbuf == NULL || *inbuf == NULL) return 0; { ICONV_CONST char *inptr = *inbuf; size_t inleft = *inbytesleft; char *outptr = *outbuf; size_t outleft = *outbytesleft; size_t res = 0; while (inleft > 0) { ucs4_t uc; int m = u8_mbtoucr (&uc, (const uint8_t *) inptr, inleft); if (m <= 0) { if (m == -1) { errno = EILSEQ; res = (size_t)(-1); break; } if (m == -2) { errno = EINVAL; res = (size_t)(-1); break; } abort (); } else { int n = xxx_wctomb ((uint8_t *) outptr, uc, outleft); if (n < 0) { if (n == RET_ILUNI) { errno = EILSEQ; res = (size_t)(-1); break; } if (n == RET_TOOSMALL) { errno = E2BIG; res = (size_t)(-1); break; } abort (); } else { inptr += m; inleft -= m; outptr += n; outleft -= n; } } } *inbuf = inptr; *inbytesleft = inleft; *outbuf = outptr; *outbytesleft = outleft; return res; } } { int (*xxx_mbtowc) (ucs4_t *, const unsigned char *, size_t); case (uintptr_t) _ICONV_UTF16BE_UTF8: xxx_mbtowc = utf16be_mbtowc; goto loop_to_utf8; case (uintptr_t) _ICONV_UTF16LE_UTF8: xxx_mbtowc = utf16le_mbtowc; goto loop_to_utf8; case (uintptr_t) _ICONV_UTF32BE_UTF8: xxx_mbtowc = utf32be_mbtowc; goto loop_to_utf8; case (uintptr_t) _ICONV_UTF32LE_UTF8: xxx_mbtowc = utf32le_mbtowc; goto loop_to_utf8; loop_to_utf8: if (inbuf == NULL || *inbuf == NULL) return 0; { ICONV_CONST char *inptr = *inbuf; size_t inleft = *inbytesleft; char *outptr = *outbuf; size_t outleft = *outbytesleft; size_t res = 0; while (inleft > 0) { ucs4_t uc; int m = xxx_mbtowc (&uc, (const uint8_t *) inptr, inleft); if (m <= 0) { if (m == RET_ILSEQ) { errno = EILSEQ; res = (size_t)(-1); break; } if (m == RET_TOOFEW) { errno = EINVAL; res = (size_t)(-1); break; } abort (); } else { int n = u8_uctomb ((uint8_t *) outptr, uc, outleft); if (n < 0) { if (n == -1) { errno = EILSEQ; res = (size_t)(-1); break; } if (n == -2) { errno = E2BIG; res = (size_t)(-1); break; } abort (); } else { inptr += m; inleft -= m; outptr += n; outleft -= n; } } } *inbuf = inptr; *inbytesleft = inleft; *outbuf = outptr; *outbytesleft = outleft; return res; } } } #endif return iconv (cd, inbuf, inbytesleft, outbuf, outbytesleft); } gsasl-1.8.0/gl/vasnprintf.h0000664000000000000000000000560011746471770012506 00000000000000/* vsprintf with automatic memory allocation. Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _VASNPRINTF_H #define _VASNPRINTF_H /* Get va_list. */ #include /* Get size_t. */ #include /* The __attribute__ feature is available in gcc versions 2.5 and later. The __-protected variants of the attributes 'format' and 'printf' are accepted by gcc versions 2.6.4 (effectively 2.7) and later. We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because gnulib and libintl do '#define printf __printf__' when they override the 'printf' function. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) #else # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ #endif #ifdef __cplusplus extern "C" { #endif /* Write formatted output to a string dynamically allocated with malloc(). You can pass a preallocated buffer for the result in RESULTBUF and its size in *LENGTHP; otherwise you pass RESULTBUF = NULL. If successful, return the address of the string (this may be = RESULTBUF if no dynamic memory allocation was necessary) and set *LENGTHP to the number of resulting bytes, excluding the trailing NUL. Upon error, set errno and return NULL. When dynamic memory allocation occurs, the preallocated buffer is left alone (with possibly modified contents). This makes it possible to use a statically allocated or stack-allocated buffer, like this: char buf[100]; size_t len = sizeof (buf); char *output = vasnprintf (buf, &len, format, args); if (output == NULL) ... error handling ...; else { ... use the output string ...; if (output != buf) free (output); } */ #if REPLACE_VASNPRINTF # define asnprintf rpl_asnprintf # define vasnprintf rpl_vasnprintf #endif extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4)); extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 0)); #ifdef __cplusplus } #endif #endif /* _VASNPRINTF_H */ gsasl-1.8.0/gl/snprintf.c0000664000000000000000000000352311746471770012154 00000000000000/* Formatted output to strings. Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc. Written by Simon Josefsson and Paul Eggert. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #include #include #include #include #include #include "vasnprintf.h" /* Print formatted output to string STR. Similar to sprintf, but additional length SIZE limit how much is written into STR. Returns string length of formatted string (which may be larger than SIZE). STR may be NULL, in which case nothing will be written. On error, return a negative value. */ int snprintf (char *str, size_t size, const char *format, ...) { char *output; size_t len; size_t lenbuf = size; va_list args; va_start (args, format); output = vasnprintf (str, &lenbuf, format, args); len = lenbuf; va_end (args); if (!output) return -1; if (output != str) { if (size) { size_t pruned_len = (len < size ? len : size - 1); memcpy (str, output, pruned_len); str[pruned_len] = '\0'; } free (output); } if (INT_MAX < len) { errno = EOVERFLOW; return -1; } return len; } gsasl-1.8.0/gl/sys_time.in.h0000664000000000000000000001617311746471770012564 00000000000000/* Provide a more complete sys/time.h. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Paul Eggert. */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined _@GUARD_PREFIX@_SYS_TIME_H /* Simply delegate to the system's header, without adding anything. */ # if @HAVE_SYS_TIME_H@ # @INCLUDE_NEXT@ @NEXT_SYS_TIME_H@ # endif #else # define _@GUARD_PREFIX@_SYS_TIME_H # if @HAVE_SYS_TIME_H@ # @INCLUDE_NEXT@ @NEXT_SYS_TIME_H@ # else # include # endif /* On native Windows with MSVC, get the 'struct timeval' type. Also, on native Windows with a 64-bit time_t, where we are overriding the 'struct timeval' type, get all declarations of system functions whose signature contains 'struct timeval'. */ # if (defined _MSC_VER || @REPLACE_STRUCT_TIMEVAL@) && @HAVE_WINSOCK2_H@ && !defined _GL_INCLUDING_WINSOCK2_H # define _GL_INCLUDING_WINSOCK2_H # include # undef _GL_INCLUDING_WINSOCK2_H # endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ # ifdef __cplusplus extern "C" { # endif # if !@HAVE_STRUCT_TIMEVAL@ || @REPLACE_STRUCT_TIMEVAL@ # if @REPLACE_STRUCT_TIMEVAL@ # define timeval rpl_timeval # endif # if !GNULIB_defined_struct_timeval struct timeval { time_t tv_sec; long int tv_usec; }; # define GNULIB_defined_struct_timeval 1 # endif # endif # ifdef __cplusplus } # endif # if @GNULIB_GETTIMEOFDAY@ # if @REPLACE_GETTIMEOFDAY@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gettimeofday # define gettimeofday rpl_gettimeofday # endif _GL_FUNCDECL_RPL (gettimeofday, int, (struct timeval *restrict, void *restrict) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (gettimeofday, int, (struct timeval *restrict, void *restrict)); # else # if !@HAVE_GETTIMEOFDAY@ _GL_FUNCDECL_SYS (gettimeofday, int, (struct timeval *restrict, void *restrict) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on glibc systems, by default, the second argument is struct timezone *. */ _GL_CXXALIAS_SYS_CAST (gettimeofday, int, (struct timeval *restrict, void *restrict)); # endif _GL_CXXALIASWARN (gettimeofday); # elif defined GNULIB_POSIXCHECK # undef gettimeofday # if HAVE_RAW_DECL_GETTIMEOFDAY _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable - " "use gnulib module gettimeofday for portability"); # endif # endif /* Hide some function declarations from . */ # if defined _MSC_VER && @HAVE_WINSOCK2_H@ # if !defined _@GUARD_PREFIX@_UNISTD_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef close # define close close_used_without_including_unistd_h # else _GL_WARN_ON_USE (close, "close() used without including "); # endif # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gethostname # define gethostname gethostname_used_without_including_unistd_h # else _GL_WARN_ON_USE (gethostname, "gethostname() used without including "); # endif # endif # if !defined _@GUARD_PREFIX@_SYS_SOCKET_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef socket # define socket socket_used_without_including_sys_socket_h # undef connect # define connect connect_used_without_including_sys_socket_h # undef accept # define accept accept_used_without_including_sys_socket_h # undef bind # define bind bind_used_without_including_sys_socket_h # undef getpeername # define getpeername getpeername_used_without_including_sys_socket_h # undef getsockname # define getsockname getsockname_used_without_including_sys_socket_h # undef getsockopt # define getsockopt getsockopt_used_without_including_sys_socket_h # undef listen # define listen listen_used_without_including_sys_socket_h # undef recv # define recv recv_used_without_including_sys_socket_h # undef send # define send send_used_without_including_sys_socket_h # undef recvfrom # define recvfrom recvfrom_used_without_including_sys_socket_h # undef sendto # define sendto sendto_used_without_including_sys_socket_h # undef setsockopt # define setsockopt setsockopt_used_without_including_sys_socket_h # undef shutdown # define shutdown shutdown_used_without_including_sys_socket_h # else _GL_WARN_ON_USE (socket, "socket() used without including "); _GL_WARN_ON_USE (connect, "connect() used without including "); _GL_WARN_ON_USE (accept, "accept() used without including "); _GL_WARN_ON_USE (bind, "bind() used without including "); _GL_WARN_ON_USE (getpeername, "getpeername() used without including "); _GL_WARN_ON_USE (getsockname, "getsockname() used without including "); _GL_WARN_ON_USE (getsockopt, "getsockopt() used without including "); _GL_WARN_ON_USE (listen, "listen() used without including "); _GL_WARN_ON_USE (recv, "recv() used without including "); _GL_WARN_ON_USE (send, "send() used without including "); _GL_WARN_ON_USE (recvfrom, "recvfrom() used without including "); _GL_WARN_ON_USE (sendto, "sendto() used without including "); _GL_WARN_ON_USE (setsockopt, "setsockopt() used without including "); _GL_WARN_ON_USE (shutdown, "shutdown() used without including "); # endif # endif # if !defined _@GUARD_PREFIX@_SYS_SELECT_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef select # define select select_used_without_including_sys_select_h # else _GL_WARN_ON_USE (select, "select() used without including "); # endif # endif # endif #endif /* _@GUARD_PREFIX@_SYS_TIME_H */ gsasl-1.8.0/gl/stddef.in.h0000664000000000000000000000523211746471770012173 00000000000000/* A substitute for POSIX 2008 , for platforms that have issues. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake. */ /* * POSIX 2008 for platforms that have issues. * */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_wchar_t || defined __need_size_t \ || defined __need_ptrdiff_t || defined __need_NULL \ || defined __need_wint_t /* Special invocation convention inside gcc header files. In particular, gcc provides a version of that blindly redefines NULL even when __need_wint_t was defined, even though wint_t is not normally provided by . Hence, we must remember if special invocation has ever been used to obtain wint_t, in which case we need to clean up NULL yet again. */ # if !(defined _@GUARD_PREFIX@_STDDEF_H && defined _GL_STDDEF_WINT_T) # ifdef __need_wint_t # undef _@GUARD_PREFIX@_STDDEF_H # define _GL_STDDEF_WINT_T # endif # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ # endif #else /* Normal invocation convention. */ # ifndef _@GUARD_PREFIX@_STDDEF_H /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDDEF_H@ # ifndef _@GUARD_PREFIX@_STDDEF_H # define _@GUARD_PREFIX@_STDDEF_H /* On NetBSD 5.0, the definition of NULL lacks proper parentheses. */ #if @REPLACE_NULL@ # undef NULL # ifdef __cplusplus /* ISO C++ says that the macro NULL must expand to an integer constant expression, hence '((void *) 0)' is not allowed in C++. */ # if __GNUG__ >= 3 /* GNU C++ has a __null macro that behaves like an integer ('int' or 'long') but has the same size as a pointer. Use that, to avoid warnings. */ # define NULL __null # else # define NULL 0L # endif # else # define NULL ((void *) 0) # endif #endif /* Some platforms lack wchar_t. */ #if !@HAVE_WCHAR_T@ # define wchar_t int #endif # endif /* _@GUARD_PREFIX@_STDDEF_H */ # endif /* _@GUARD_PREFIX@_STDDEF_H */ #endif /* __need_XXX */ gsasl-1.8.0/gl/getopt1.c0000664000000000000000000001055211746471770011674 00000000000000/* getopt_long and getopt_long_only entry points for GNU getopt. Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifdef _LIBC # include #else # include # include "getopt.h" #endif #include "getopt_int.h" #include /* This needs to come after some library #include to get __GNU_LIBRARY__ defined. */ #ifdef __GNU_LIBRARY__ #include #endif #ifndef NULL #define NULL 0 #endif int getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) { return _getopt_internal (argc, (char **) argv, options, long_options, opt_index, 0, 0); } int _getopt_long_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) { return _getopt_internal_r (argc, argv, options, long_options, opt_index, 0, d, 0); } /* Like getopt_long, but '-' as well as '--' can indicate a long option. If an option that starts with '-' (not '--') doesn't match a long option, but does match a short option, it is parsed as a short option instead. */ int getopt_long_only (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) { return _getopt_internal (argc, (char **) argv, options, long_options, opt_index, 1, 0); } int _getopt_long_only_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) { return _getopt_internal_r (argc, argv, options, long_options, opt_index, 1, d, 0); } #ifdef TEST #include int main (int argc, char **argv) { int c; int digit_optind = 0; while (1) { int this_option_optind = optind ? optind : 1; int option_index = 0; static const struct option long_options[] = { {"add", 1, 0, 0}, {"append", 0, 0, 0}, {"delete", 1, 0, 0}, {"verbose", 0, 0, 0}, {"create", 0, 0, 0}, {"file", 1, 0, 0}, {0, 0, 0, 0} }; c = getopt_long (argc, argv, "abc:d:0123456789", long_options, &option_index); if (c == -1) break; switch (c) { case 0: printf ("option %s", long_options[option_index].name); if (optarg) printf (" with arg %s", optarg); printf ("\n"); break; case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': if (digit_optind != 0 && digit_optind != this_option_optind) printf ("digits occur in two different argv-elements.\n"); digit_optind = this_option_optind; printf ("option %c\n", c); break; case 'a': printf ("option a\n"); break; case 'b': printf ("option b\n"); break; case 'c': printf ("option c with value '%s'\n", optarg); break; case 'd': printf ("option d with value '%s'\n", optarg); break; case '?': break; default: printf ("?? getopt returned character code 0%o ??\n", c); } } if (optind < argc) { printf ("non-option ARGV-elements: "); while (optind < argc) printf ("%s ", argv[optind++]); printf ("\n"); } exit (0); } #endif /* TEST */ gsasl-1.8.0/gl/errno.in.h0000664000000000000000000001406611746471770012054 00000000000000/* A POSIX-like . Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_ERRNO_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_ERRNO_H@ #ifndef _@GUARD_PREFIX@_ERRNO_H #define _@GUARD_PREFIX@_ERRNO_H /* On native Windows platforms, many macros are not defined. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* These are the same values as defined by MSVC 10, for interoperability. */ # ifndef ENOMSG # define ENOMSG 122 # define GNULIB_defined_ENOMSG 1 # endif # ifndef EIDRM # define EIDRM 111 # define GNULIB_defined_EIDRM 1 # endif # ifndef ENOLINK # define ENOLINK 121 # define GNULIB_defined_ENOLINK 1 # endif # ifndef EPROTO # define EPROTO 134 # define GNULIB_defined_EPROTO 1 # endif # ifndef EBADMSG # define EBADMSG 104 # define GNULIB_defined_EBADMSG 1 # endif # ifndef EOVERFLOW # define EOVERFLOW 132 # define GNULIB_defined_EOVERFLOW 1 # endif # ifndef ENOTSUP # define ENOTSUP 129 # define GNULIB_defined_ENOTSUP 1 # endif # ifndef ENETRESET # define ENETRESET 117 # define GNULIB_defined_ENETRESET 1 # endif # ifndef ECONNABORTED # define ECONNABORTED 106 # define GNULIB_defined_ECONNABORTED 1 # endif # ifndef ECANCELED # define ECANCELED 105 # define GNULIB_defined_ECANCELED 1 # endif # ifndef EINPROGRESS # define EINPROGRESS 112 # define EALREADY 103 # define ENOTSOCK 128 # define EDESTADDRREQ 109 # define EMSGSIZE 115 # define EPROTOTYPE 136 # define ENOPROTOOPT 123 # define EPROTONOSUPPORT 135 # define EOPNOTSUPP 130 # define EAFNOSUPPORT 102 # define EADDRINUSE 100 # define EADDRNOTAVAIL 101 # define ENETDOWN 116 # define ENETUNREACH 118 # define ECONNRESET 108 # define ENOBUFS 119 # define EISCONN 113 # define ENOTCONN 126 # define ETIMEDOUT 138 # define ECONNREFUSED 107 # define ELOOP 114 # define EHOSTUNREACH 110 # define EWOULDBLOCK 140 # define ETXTBSY 139 # define ENODATA 120 /* not required by POSIX */ # define ENOSR 124 /* not required by POSIX */ # define ENOSTR 125 /* not required by POSIX */ # define ENOTRECOVERABLE 127 /* not required by POSIX */ # define EOWNERDEAD 133 /* not required by POSIX */ # define ETIME 137 /* not required by POSIX */ # define EOTHER 131 /* not required by POSIX */ # define GNULIB_defined_ESOCK 1 # endif /* These are intentionally the same values as the WSA* error numbers, defined in . */ # define ESOCKTNOSUPPORT 10044 /* not required by POSIX */ # define EPFNOSUPPORT 10046 /* not required by POSIX */ # define ESHUTDOWN 10058 /* not required by POSIX */ # define ETOOMANYREFS 10059 /* not required by POSIX */ # define EHOSTDOWN 10064 /* not required by POSIX */ # define EPROCLIM 10067 /* not required by POSIX */ # define EUSERS 10068 /* not required by POSIX */ # define EDQUOT 10069 # define ESTALE 10070 # define EREMOTE 10071 /* not required by POSIX */ # define GNULIB_defined_EWINSOCK 1 # endif /* On OSF/1 5.1, when _XOPEN_SOURCE_EXTENDED is not defined, the macros EMULTIHOP, ENOLINK, EOVERFLOW are not defined. */ # if @EMULTIHOP_HIDDEN@ # define EMULTIHOP @EMULTIHOP_VALUE@ # define GNULIB_defined_EMULTIHOP 1 # endif # if @ENOLINK_HIDDEN@ # define ENOLINK @ENOLINK_VALUE@ # define GNULIB_defined_ENOLINK 1 # endif # if @EOVERFLOW_HIDDEN@ # define EOVERFLOW @EOVERFLOW_VALUE@ # define GNULIB_defined_EOVERFLOW 1 # endif /* On OpenBSD 4.0 and on native Windows, the macros ENOMSG, EIDRM, ENOLINK, EPROTO, EMULTIHOP, EBADMSG, EOVERFLOW, ENOTSUP, ECANCELED are not defined. Likewise, on NonStop Kernel, EDQUOT is not defined. Define them here. Values >= 2000 seem safe to use: Solaris ESTALE = 151, HP-UX EWOULDBLOCK = 246, IRIX EDQUOT = 1133. Note: When one of these systems defines some of these macros some day, binaries will have to be recompiled so that they recognizes the new errno values from the system. */ # ifndef ENOMSG # define ENOMSG 2000 # define GNULIB_defined_ENOMSG 1 # endif # ifndef EIDRM # define EIDRM 2001 # define GNULIB_defined_EIDRM 1 # endif # ifndef ENOLINK # define ENOLINK 2002 # define GNULIB_defined_ENOLINK 1 # endif # ifndef EPROTO # define EPROTO 2003 # define GNULIB_defined_EPROTO 1 # endif # ifndef EMULTIHOP # define EMULTIHOP 2004 # define GNULIB_defined_EMULTIHOP 1 # endif # ifndef EBADMSG # define EBADMSG 2005 # define GNULIB_defined_EBADMSG 1 # endif # ifndef EOVERFLOW # define EOVERFLOW 2006 # define GNULIB_defined_EOVERFLOW 1 # endif # ifndef ENOTSUP # define ENOTSUP 2007 # define GNULIB_defined_ENOTSUP 1 # endif # ifndef ENETRESET # define ENETRESET 2011 # define GNULIB_defined_ENETRESET 1 # endif # ifndef ECONNABORTED # define ECONNABORTED 2012 # define GNULIB_defined_ECONNABORTED 1 # endif # ifndef ESTALE # define ESTALE 2009 # define GNULIB_defined_ESTALE 1 # endif # ifndef EDQUOT # define EDQUOT 2010 # define GNULIB_defined_EDQUOT 1 # endif # ifndef ECANCELED # define ECANCELED 2008 # define GNULIB_defined_ECANCELED 1 # endif #endif /* _@GUARD_PREFIX@_ERRNO_H */ #endif /* _@GUARD_PREFIX@_ERRNO_H */ gsasl-1.8.0/gl/iconv_open-hpux.gperf0000664000000000000000000000214211746471770014307 00000000000000struct mapping { int standard_name; const char vendor_name[9 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On HP-UX 11.11, look in /usr/lib/nls/iconv. ISO-8859-1, "iso88591" ISO-8859-2, "iso88592" ISO-8859-5, "iso88595" ISO-8859-6, "iso88596" ISO-8859-7, "iso88597" ISO-8859-8, "iso88598" ISO-8859-9, "iso88599" ISO-8859-15, "iso885915" CP437, "cp437" CP775, "cp775" CP850, "cp850" CP852, "cp852" CP855, "cp855" CP857, "cp857" CP861, "cp861" CP862, "cp862" CP864, "cp864" CP865, "cp865" CP866, "cp866" CP869, "cp869" CP874, "cp874" CP1250, "cp1250" CP1251, "cp1251" CP1252, "cp1252" CP1253, "cp1253" CP1254, "cp1254" CP1255, "cp1255" CP1256, "cp1256" CP1257, "cp1257" CP1258, "cp1258" HP-ROMAN8, "roman8" HP-ARABIC8, "arabic8" HP-GREEK8, "greek8" HP-HEBREW8, "hebrew8" HP-TURKISH8, "turkish8" HP-KANA8, "kana8" TIS-620, "tis620" GB2312, "hp15CN" EUC-JP, "eucJP" EUC-KR, "eucKR" EUC-TW, "eucTW" BIG5, "big5" SHIFT_JIS, "sjis" UTF-8, "utf8" gsasl-1.8.0/gl/iconv.in.h0000664000000000000000000000674411746471770012051 00000000000000/* A GNU-like . Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_ICONV_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_ICONV_H@ #ifndef _@GUARD_PREFIX@_ICONV_H #define _@GUARD_PREFIX@_ICONV_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ #if @GNULIB_ICONV@ # if @REPLACE_ICONV_OPEN@ /* An iconv_open wrapper that supports the IANA standardized encoding names ("ISO-8859-1" etc.) as far as possible. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iconv_open rpl_iconv_open # endif _GL_FUNCDECL_RPL (iconv_open, iconv_t, (const char *tocode, const char *fromcode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (iconv_open, iconv_t, (const char *tocode, const char *fromcode)); # else _GL_CXXALIAS_SYS (iconv_open, iconv_t, (const char *tocode, const char *fromcode)); # endif _GL_CXXALIASWARN (iconv_open); #endif #if @REPLACE_ICONV_UTF@ /* Special constants for supporting UTF-{16,32}{BE,LE} encodings. Not public. */ # define _ICONV_UTF8_UTF16BE (iconv_t)(-161) # define _ICONV_UTF8_UTF16LE (iconv_t)(-162) # define _ICONV_UTF8_UTF32BE (iconv_t)(-163) # define _ICONV_UTF8_UTF32LE (iconv_t)(-164) # define _ICONV_UTF16BE_UTF8 (iconv_t)(-165) # define _ICONV_UTF16LE_UTF8 (iconv_t)(-166) # define _ICONV_UTF32BE_UTF8 (iconv_t)(-167) # define _ICONV_UTF32LE_UTF8 (iconv_t)(-168) #endif #if @GNULIB_ICONV@ # if @REPLACE_ICONV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iconv rpl_iconv # endif _GL_FUNCDECL_RPL (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)); _GL_CXXALIAS_RPL (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)); # else _GL_CXXALIAS_SYS (iconv, size_t, (iconv_t cd, @ICONV_CONST@ char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)); # endif _GL_CXXALIASWARN (iconv); # ifndef ICONV_CONST # define ICONV_CONST @ICONV_CONST@ # endif #endif #if @GNULIB_ICONV@ # if @REPLACE_ICONV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iconv_close rpl_iconv_close # endif _GL_FUNCDECL_RPL (iconv_close, int, (iconv_t cd)); _GL_CXXALIAS_RPL (iconv_close, int, (iconv_t cd)); # else _GL_CXXALIAS_SYS (iconv_close, int, (iconv_t cd)); # endif _GL_CXXALIASWARN (iconv_close); #endif #endif /* _@GUARD_PREFIX@_ICONV_H */ #endif /* _@GUARD_PREFIX@_ICONV_H */ gsasl-1.8.0/gl/striconv.h0000664000000000000000000000550011746471770012162 00000000000000/* Charset conversion. Copyright (C) 2001-2004, 2006-2007, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible and Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _STRICONV_H #define _STRICONV_H #include #if HAVE_ICONV #include #endif #ifdef __cplusplus extern "C" { #endif #if HAVE_ICONV /* Convert an entire string from one encoding to another, using iconv. The original string is at [SRC,...,SRC+SRCLEN-1]. The conversion descriptor is passed as CD. *RESULTP and *LENGTH should initially be a scratch buffer and its size, or *RESULTP can initially be NULL. May erase the contents of the memory at *RESULTP. Return value: 0 if successful, otherwise -1 and errno set. If successful: The resulting string is stored in *RESULTP and its length in *LENGTHP. *RESULTP is set to a freshly allocated memory block, or is unchanged if no dynamic memory allocation was necessary. */ extern int mem_cd_iconv (const char *src, size_t srclen, iconv_t cd, char **resultp, size_t *lengthp); /* Convert an entire string from one encoding to another, using iconv. The original string is the NUL-terminated string starting at SRC. The conversion descriptor is passed as CD. Both the "from" and the "to" encoding must use a single NUL byte at the end of the string (i.e. not UCS-2, UCS-4, UTF-16, UTF-32). Allocate a malloced memory block for the result. Return value: the freshly allocated resulting NUL-terminated string if successful, otherwise NULL and errno set. */ extern char * str_cd_iconv (const char *src, iconv_t cd); #endif /* Convert an entire string from one encoding to another, using iconv. The original string is the NUL-terminated string starting at SRC. Both the "from" and the "to" encoding must use a single NUL byte at the end of the string (i.e. not UCS-2, UCS-4, UTF-16, UTF-32). Allocate a malloced memory block for the result. Return value: the freshly allocated resulting NUL-terminated string if successful, otherwise NULL and errno set. */ extern char * str_iconv (const char *src, const char *from_codeset, const char *to_codeset); #ifdef __cplusplus } #endif #endif /* _STRICONV_H */ gsasl-1.8.0/gl/getaddrinfo.c0000664000000000000000000002423011746471770012575 00000000000000/* Get address information (partial implementation). Copyright (C) 1997, 2001-2002, 2004-2012 Free Software Foundation, Inc. Contributed by Simon Josefsson . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc optimizes away the sa == NULL test below. */ #define _GL_ARG_NONNULL(params) #include #if HAVE_NETINET_IN_H # include #endif /* Get inet_ntop. */ #include /* Get calloc. */ #include /* Get memcpy, strdup. */ #include /* Get snprintf. */ #include #include #include "gettext.h" #define _(String) gettext (String) #define N_(String) String /* BeOS has AF_INET, but not PF_INET. */ #ifndef PF_INET # define PF_INET AF_INET #endif /* BeOS also lacks PF_UNSPEC. */ #ifndef PF_UNSPEC # define PF_UNSPEC 0 #endif #if defined _WIN32 || defined __WIN32__ # define WINDOWS_NATIVE #endif /* gl_sockets_startup */ #include "sockets.h" #ifdef WINDOWS_NATIVE typedef int (WSAAPI *getaddrinfo_func) (const char*, const char*, const struct addrinfo*, struct addrinfo**); typedef void (WSAAPI *freeaddrinfo_func) (struct addrinfo*); typedef int (WSAAPI *getnameinfo_func) (const struct sockaddr*, socklen_t, char*, DWORD, char*, DWORD, int); static getaddrinfo_func getaddrinfo_ptr = NULL; static freeaddrinfo_func freeaddrinfo_ptr = NULL; static getnameinfo_func getnameinfo_ptr = NULL; static int use_win32_p (void) { static int done = 0; HMODULE h; if (done) return getaddrinfo_ptr ? 1 : 0; done = 1; h = GetModuleHandle ("ws2_32.dll"); if (h) { getaddrinfo_ptr = (getaddrinfo_func) GetProcAddress (h, "getaddrinfo"); freeaddrinfo_ptr = (freeaddrinfo_func) GetProcAddress (h, "freeaddrinfo"); getnameinfo_ptr = (getnameinfo_func) GetProcAddress (h, "getnameinfo"); } /* If either is missing, something is odd. */ if (!getaddrinfo_ptr || !freeaddrinfo_ptr || !getnameinfo_ptr) { getaddrinfo_ptr = NULL; freeaddrinfo_ptr = NULL; getnameinfo_ptr = NULL; return 0; } gl_sockets_startup (SOCKETS_1_1); return 1; } #endif static inline bool validate_family (int family) { /* FIXME: Support more families. */ #if HAVE_IPV4 if (family == PF_INET) return true; #endif #if HAVE_IPV6 if (family == PF_INET6) return true; #endif if (family == PF_UNSPEC) return true; return false; } /* Translate name of a service location and/or a service name to set of socket addresses. */ int getaddrinfo (const char *restrict nodename, const char *restrict servname, const struct addrinfo *restrict hints, struct addrinfo **restrict res) { struct addrinfo *tmp; int port = 0; struct hostent *he; void *storage; size_t size; #if HAVE_IPV6 struct v6_pair { struct addrinfo addrinfo; struct sockaddr_in6 sockaddr_in6; }; #endif #if HAVE_IPV4 struct v4_pair { struct addrinfo addrinfo; struct sockaddr_in sockaddr_in; }; #endif #ifdef WINDOWS_NATIVE if (use_win32_p ()) return getaddrinfo_ptr (nodename, servname, hints, res); #endif if (hints && (hints->ai_flags & ~(AI_CANONNAME|AI_PASSIVE))) /* FIXME: Support more flags. */ return EAI_BADFLAGS; if (hints && !validate_family (hints->ai_family)) return EAI_FAMILY; if (hints && hints->ai_socktype != SOCK_STREAM && hints->ai_socktype != SOCK_DGRAM) /* FIXME: Support other socktype. */ return EAI_SOCKTYPE; /* FIXME: Better return code? */ if (!nodename) { if (!(hints->ai_flags & AI_PASSIVE)) return EAI_NONAME; #ifdef HAVE_IPV6 nodename = (hints->ai_family == AF_INET6) ? "::" : "0.0.0.0"; #else nodename = "0.0.0.0"; #endif } if (servname) { struct servent *se = NULL; const char *proto = (hints && hints->ai_socktype == SOCK_DGRAM) ? "udp" : "tcp"; if (hints == NULL || !(hints->ai_flags & AI_NUMERICSERV)) /* FIXME: Use getservbyname_r if available. */ se = getservbyname (servname, proto); if (!se) { char *c; if (!(*servname >= '0' && *servname <= '9')) return EAI_NONAME; port = strtoul (servname, &c, 10); if (*c || port > 0xffff) return EAI_NONAME; port = htons (port); } else port = se->s_port; } /* FIXME: Use gethostbyname_r if available. */ he = gethostbyname (nodename); if (!he || he->h_addr_list[0] == NULL) return EAI_NONAME; switch (he->h_addrtype) { #if HAVE_IPV6 case PF_INET6: size = sizeof (struct v6_pair); break; #endif #if HAVE_IPV4 case PF_INET: size = sizeof (struct v4_pair); break; #endif default: return EAI_NODATA; } storage = calloc (1, size); if (!storage) return EAI_MEMORY; switch (he->h_addrtype) { #if HAVE_IPV6 case PF_INET6: { struct v6_pair *p = storage; struct sockaddr_in6 *sinp = &p->sockaddr_in6; tmp = &p->addrinfo; if (port) sinp->sin6_port = port; if (he->h_length != sizeof (sinp->sin6_addr)) { free (storage); return EAI_SYSTEM; /* FIXME: Better return code? Set errno? */ } memcpy (&sinp->sin6_addr, he->h_addr_list[0], sizeof sinp->sin6_addr); tmp->ai_addr = (struct sockaddr *) sinp; tmp->ai_addrlen = sizeof *sinp; } break; #endif #if HAVE_IPV4 case PF_INET: { struct v4_pair *p = storage; struct sockaddr_in *sinp = &p->sockaddr_in; tmp = &p->addrinfo; if (port) sinp->sin_port = port; if (he->h_length != sizeof (sinp->sin_addr)) { free (storage); return EAI_SYSTEM; /* FIXME: Better return code? Set errno? */ } memcpy (&sinp->sin_addr, he->h_addr_list[0], sizeof sinp->sin_addr); tmp->ai_addr = (struct sockaddr *) sinp; tmp->ai_addrlen = sizeof *sinp; } break; #endif default: free (storage); return EAI_NODATA; } if (hints && hints->ai_flags & AI_CANONNAME) { const char *cn; if (he->h_name) cn = he->h_name; else cn = nodename; tmp->ai_canonname = strdup (cn); if (!tmp->ai_canonname) { free (storage); return EAI_MEMORY; } } tmp->ai_protocol = (hints) ? hints->ai_protocol : 0; tmp->ai_socktype = (hints) ? hints->ai_socktype : 0; tmp->ai_addr->sa_family = he->h_addrtype; tmp->ai_family = he->h_addrtype; #ifdef HAVE_STRUCT_SOCKADDR_SA_LEN switch (he->h_addrtype) { #if HAVE_IPV4 case AF_INET: tmp->ai_addr->sa_len = sizeof (struct sockaddr_in); break; #endif #if HAVE_IPV6 case AF_INET6: tmp->ai_addr->sa_len = sizeof (struct sockaddr_in6); break; #endif } #endif /* FIXME: If more than one address, create linked list of addrinfo's. */ *res = tmp; return 0; } /* Free 'addrinfo' structure AI including associated storage. */ void freeaddrinfo (struct addrinfo *ai) { #ifdef WINDOWS_NATIVE if (use_win32_p ()) { freeaddrinfo_ptr (ai); return; } #endif while (ai) { struct addrinfo *cur; cur = ai; ai = ai->ai_next; free (cur->ai_canonname); free (cur); } } int getnameinfo (const struct sockaddr *restrict sa, socklen_t salen, char *restrict node, socklen_t nodelen, char *restrict service, socklen_t servicelen, int flags) { #ifdef WINDOWS_NATIVE if (use_win32_p ()) return getnameinfo_ptr (sa, salen, node, nodelen, service, servicelen, flags); #endif /* FIXME: Support other flags. */ if ((node && nodelen > 0 && !(flags & NI_NUMERICHOST)) || (service && servicelen > 0 && !(flags & NI_NUMERICHOST)) || (flags & ~(NI_NUMERICHOST|NI_NUMERICSERV))) return EAI_BADFLAGS; if (sa == NULL || salen < sizeof (sa->sa_family)) return EAI_FAMILY; switch (sa->sa_family) { #if HAVE_IPV4 case AF_INET: if (salen < sizeof (struct sockaddr_in)) return EAI_FAMILY; break; #endif #if HAVE_IPV6 case AF_INET6: if (salen < sizeof (struct sockaddr_in6)) return EAI_FAMILY; break; #endif default: return EAI_FAMILY; } if (node && nodelen > 0 && flags & NI_NUMERICHOST) { switch (sa->sa_family) { #if HAVE_IPV4 case AF_INET: if (!inet_ntop (AF_INET, &(((const struct sockaddr_in *) sa)->sin_addr), node, nodelen)) return EAI_SYSTEM; break; #endif #if HAVE_IPV6 case AF_INET6: if (!inet_ntop (AF_INET6, &(((const struct sockaddr_in6 *) sa)->sin6_addr), node, nodelen)) return EAI_SYSTEM; break; #endif default: return EAI_FAMILY; } } if (service && servicelen > 0 && flags & NI_NUMERICSERV) switch (sa->sa_family) { #if HAVE_IPV4 case AF_INET: #endif #if HAVE_IPV6 case AF_INET6: #endif { unsigned short int port = ntohs (((const struct sockaddr_in *) sa)->sin_port); if (servicelen <= snprintf (service, servicelen, "%u", port)) return EAI_OVERFLOW; } break; } return 0; } gsasl-1.8.0/gl/sockets.c0000664000000000000000000001001511746471770011756 00000000000000/* sockets.c --- wrappers for Windows socket functions Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Simon Josefsson */ #include /* Specification. */ #include "sockets.h" #if WINDOWS_SOCKETS /* This includes winsock2.h on MinGW. */ # include # include "fd-hook.h" # include "msvc-nothrow.h" /* Get set_winsock_errno, FD_TO_SOCKET etc. */ # include "w32sock.h" static int close_fd_maybe_socket (const struct fd_hook *remaining_list, gl_close_fn primary, int fd) { /* Note about multithread-safety: There is a race condition where, between our calls to closesocket() and the primary close(), some other thread could make system calls that allocate precisely the same HANDLE value as sock; then the primary close() would call CloseHandle() on it. */ SOCKET sock; WSANETWORKEVENTS ev; /* Test whether fd refers to a socket. */ sock = FD_TO_SOCKET (fd); ev.lNetworkEvents = 0xDEADBEEF; WSAEnumNetworkEvents (sock, NULL, &ev); if (ev.lNetworkEvents != 0xDEADBEEF) { /* fd refers to a socket. */ /* FIXME: other applications, like squid, use an undocumented _free_osfhnd free function. But this is not enough: The 'osfile' flags for fd also needs to be cleared, but it is hard to access it. Instead, here we just close twice the file descriptor. */ if (closesocket (sock)) { set_winsock_errno (); return -1; } else { /* This call frees the file descriptor and does a CloseHandle ((HANDLE) _get_osfhandle (fd)), which fails. */ _close (fd); return 0; } } else /* Some other type of file descriptor. */ return execute_close_hooks (remaining_list, primary, fd); } static int ioctl_fd_maybe_socket (const struct fd_hook *remaining_list, gl_ioctl_fn primary, int fd, int request, void *arg) { SOCKET sock; WSANETWORKEVENTS ev; /* Test whether fd refers to a socket. */ sock = FD_TO_SOCKET (fd); ev.lNetworkEvents = 0xDEADBEEF; WSAEnumNetworkEvents (sock, NULL, &ev); if (ev.lNetworkEvents != 0xDEADBEEF) { /* fd refers to a socket. */ if (ioctlsocket (sock, request, arg) < 0) { set_winsock_errno (); return -1; } else return 0; } else /* Some other type of file descriptor. */ return execute_ioctl_hooks (remaining_list, primary, fd, request, arg); } static struct fd_hook fd_sockets_hook; static int initialized_sockets_version /* = 0 */; #endif /* WINDOWS_SOCKETS */ int gl_sockets_startup (int version _GL_UNUSED) { #if WINDOWS_SOCKETS if (version > initialized_sockets_version) { WSADATA data; int err; err = WSAStartup (version, &data); if (err != 0) return 1; if (data.wVersion < version) return 2; if (initialized_sockets_version == 0) register_fd_hook (close_fd_maybe_socket, ioctl_fd_maybe_socket, &fd_sockets_hook); initialized_sockets_version = version; } #endif return 0; } int gl_sockets_cleanup (void) { #if WINDOWS_SOCKETS int err; initialized_sockets_version = 0; unregister_fd_hook (&fd_sockets_hook); err = WSACleanup (); if (err != 0) return 1; #endif return 0; } gsasl-1.8.0/gl/recv.c0000664000000000000000000000237111746471770011250 00000000000000/* recv.c --- wrappers for Windows recv function Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paolo Bonzini */ #include #define WIN32_LEAN_AND_MEAN /* Get winsock2.h. */ #include /* Get set_winsock_errno, FD_TO_SOCKET etc. */ #include "w32sock.h" #undef recv ssize_t rpl_recv (int fd, void *buf, size_t len, int flags) { SOCKET sock = FD_TO_SOCKET (fd); if (sock == INVALID_SOCKET) { errno = EBADF; return -1; } else { int r = recv (sock, buf, len, flags); if (r < 0) set_winsock_errno (); return r; } } gsasl-1.8.0/gl/exitfail.c0000664000000000000000000000153311746471770012115 00000000000000/* Failure exit status Copyright (C) 2002-2003, 2005-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include "exitfail.h" #include int volatile exit_failure = EXIT_FAILURE; gsasl-1.8.0/gl/stdarg.in.h0000664000000000000000000000216211746471770012205 00000000000000/* Substitute for and wrapper around . Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_STDARG_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDARG_H@ #ifndef _@GUARD_PREFIX@_STDARG_H #define _@GUARD_PREFIX@_STDARG_H #ifndef va_copy # define va_copy(a,b) ((a) = (b)) #endif #endif /* _@GUARD_PREFIX@_STDARG_H */ #endif /* _@GUARD_PREFIX@_STDARG_H */ gsasl-1.8.0/gl/poll.in.h0000664000000000000000000000577411746471770011703 00000000000000/* Header for poll(2) emulation Contributed by Paolo Bonzini. Copyright 2001-2003, 2007, 2009-2012 Free Software Foundation, Inc. This file is part of gnulib. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_POLL_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_POLL_H@ # @INCLUDE_NEXT@ @NEXT_POLL_H@ #endif #ifndef _@GUARD_PREFIX@_POLL_H #define _@GUARD_PREFIX@_POLL_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ #if !@HAVE_POLL_H@ /* fake a poll(2) environment */ # define POLLIN 0x0001 /* any readable data available */ # define POLLPRI 0x0002 /* OOB/Urgent readable data */ # define POLLOUT 0x0004 /* file descriptor is writable */ # define POLLERR 0x0008 /* some poll error occurred */ # define POLLHUP 0x0010 /* file descriptor was "hung up" */ # define POLLNVAL 0x0020 /* requested events "invalid" */ # define POLLRDNORM 0x0040 # define POLLRDBAND 0x0080 # define POLLWRNORM 0x0100 # define POLLWRBAND 0x0200 # if !GNULIB_defined_poll_types struct pollfd { int fd; /* which file descriptor to poll */ short events; /* events we are interested in */ short revents; /* events found on return */ }; typedef unsigned long nfds_t; # define GNULIB_defined_poll_types 1 # endif /* Define INFTIM only if doing so conforms to POSIX. */ # if !defined (_POSIX_C_SOURCE) && !defined (_XOPEN_SOURCE) # define INFTIM (-1) # endif #endif #if @GNULIB_POLL@ # if @REPLACE_POLL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef poll # define poll rpl_poll # endif _GL_FUNCDECL_RPL (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); _GL_CXXALIAS_RPL (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); # else # if !@HAVE_POLL@ _GL_FUNCDECL_SYS (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); # endif _GL_CXXALIAS_SYS (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); # endif _GL_CXXALIASWARN (poll); #elif defined GNULIB_POSIXCHECK # undef poll # if HAVE_RAW_DECL_POLL _GL_WARN_ON_USE (poll, "poll is unportable - " "use gnulib module poll for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_POLL_H */ #endif /* _@GUARD_PREFIX@_POLL_H */ gsasl-1.8.0/gl/progname.c0000664000000000000000000000615011746471770012120 00000000000000/* Program name management. Copyright (C) 2001-2003, 2005-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #undef ENABLE_RELOCATABLE /* avoid defining set_program_name as a macro */ #include "progname.h" #include /* get program_invocation_name declaration */ #include #include #include /* String containing name the program is called with. To be initialized by main(). */ const char *program_name = NULL; /* Set program_name, based on argv[0]. argv0 must be a string allocated with indefinite extent, and must not be modified after this call. */ void set_program_name (const char *argv0) { /* libtool creates a temporary executable whose name is sometimes prefixed with "lt-" (depends on the platform). It also makes argv[0] absolute. But the name of the temporary executable is a detail that should not be visible to the end user and to the test suite. Remove this "/.libs/" or "/.libs/lt-" prefix here. */ const char *slash; const char *base; /* Sanity check. POSIX requires the invoking process to pass a non-NULL argv[0]. */ if (argv0 == NULL) { /* It's a bug in the invoking program. Help diagnosing it. */ fputs ("A NULL argv[0] was passed through an exec system call.\n", stderr); abort (); } slash = strrchr (argv0, '/'); base = (slash != NULL ? slash + 1 : argv0); if (base - argv0 >= 7 && strncmp (base - 7, "/.libs/", 7) == 0) { argv0 = base; if (strncmp (base, "lt-", 3) == 0) { argv0 = base + 3; /* On glibc systems, remove the "lt-" prefix from the variable program_invocation_short_name. */ #if HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME program_invocation_short_name = (char *) argv0; #endif } } /* But don't strip off a leading / in general, because when the user runs /some/hidden/place/bin/cp foo foo he should get the error message /some/hidden/place/bin/cp: `foo' and `foo' are the same file not cp: `foo' and `foo' are the same file */ program_name = argv0; /* On glibc systems, the error() function comes from libc and uses the variable program_invocation_name, not program_name. So set this variable as well. */ #if HAVE_DECL_PROGRAM_INVOCATION_NAME program_invocation_name = (char *) argv0; #endif } gsasl-1.8.0/gl/sys_uio.in.h0000664000000000000000000000317411746471770012417 00000000000000/* Substitute for . Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ # if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ # endif @PRAGMA_COLUMNS@ #ifndef _@GUARD_PREFIX@_SYS_UIO_H #if @HAVE_SYS_UIO_H@ /* On OpenBSD 4.4, assumes prior inclusion of . */ # include /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_SYS_UIO_H@ #endif #ifndef _@GUARD_PREFIX@_SYS_UIO_H #define _@GUARD_PREFIX@_SYS_UIO_H #if !@HAVE_SYS_UIO_H@ /* A platform that lacks . */ /* Get 'size_t' and 'ssize_t'. */ # include # ifdef __cplusplus extern "C" { # endif # if !GNULIB_defined_struct_iovec /* All known platforms that lack also lack any declaration of struct iovec in any other header. */ struct iovec { void *iov_base; size_t iov_len; }; # define GNULIB_defined_struct_iovec 1 # endif # ifdef __cplusplus } # endif #endif #endif /* _@GUARD_PREFIX@_SYS_UIO_H */ #endif /* _@GUARD_PREFIX@_SYS_UIO_H */ gsasl-1.8.0/gl/iconv_open-osf.gperf0000664000000000000000000000200211746471770014105 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On OSF/1 5.1, look in /usr/lib/nls/loc/iconv. ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" CP437, "cp437" CP775, "cp775" CP850, "cp850" CP852, "cp852" CP855, "cp855" CP857, "cp857" CP861, "cp861" CP862, "cp862" CP865, "cp865" CP866, "cp866" CP869, "cp869" CP874, "cp874" CP949, "KSC5601" CP1250, "cp1250" CP1251, "cp1251" CP1252, "cp1252" CP1253, "cp1253" CP1254, "cp1254" CP1255, "cp1255" CP1256, "cp1256" CP1257, "cp1257" CP1258, "cp1258" EUC-JP, "eucJP" EUC-KR, "eucKR" EUC-TW, "eucTW" BIG5, "big5" SHIFT_JIS, "SJIS" TIS-620, "TACTIS" gsasl-1.8.0/gl/printf-args.c0000664000000000000000000001463211746471770012550 00000000000000/* Decomposed printf argument list. Copyright (C) 1999, 2002-2003, 2005-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* This file can be parametrized with the following macros: ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. PRINTF_FETCHARGS Name of the function to be defined. STATIC Set to 'static' to declare the function static. */ #ifndef PRINTF_FETCHARGS # include #endif /* Specification. */ #ifndef PRINTF_FETCHARGS # include "printf-args.h" #endif #ifdef STATIC STATIC #endif int PRINTF_FETCHARGS (va_list args, arguments *a) { size_t i; argument *ap; for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++) switch (ap->type) { case TYPE_SCHAR: ap->a.a_schar = va_arg (args, /*signed char*/ int); break; case TYPE_UCHAR: ap->a.a_uchar = va_arg (args, /*unsigned char*/ int); break; case TYPE_SHORT: ap->a.a_short = va_arg (args, /*short*/ int); break; case TYPE_USHORT: ap->a.a_ushort = va_arg (args, /*unsigned short*/ int); break; case TYPE_INT: ap->a.a_int = va_arg (args, int); break; case TYPE_UINT: ap->a.a_uint = va_arg (args, unsigned int); break; case TYPE_LONGINT: ap->a.a_longint = va_arg (args, long int); break; case TYPE_ULONGINT: ap->a.a_ulongint = va_arg (args, unsigned long int); break; #if HAVE_LONG_LONG_INT case TYPE_LONGLONGINT: ap->a.a_longlongint = va_arg (args, long long int); break; case TYPE_ULONGLONGINT: ap->a.a_ulonglongint = va_arg (args, unsigned long long int); break; #endif case TYPE_DOUBLE: ap->a.a_double = va_arg (args, double); break; case TYPE_LONGDOUBLE: ap->a.a_longdouble = va_arg (args, long double); break; case TYPE_CHAR: ap->a.a_char = va_arg (args, int); break; #if HAVE_WINT_T case TYPE_WIDE_CHAR: /* Although ISO C 99 7.24.1.(2) says that wint_t is "unchanged by default argument promotions", this is not the case in mingw32, where wint_t is 'unsigned short'. */ ap->a.a_wide_char = (sizeof (wint_t) < sizeof (int) ? (wint_t) va_arg (args, int) : va_arg (args, wint_t)); break; #endif case TYPE_STRING: ap->a.a_string = va_arg (args, const char *); /* A null pointer is an invalid argument for "%s", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_string == NULL) ap->a.a_string = "(NULL)"; break; #if HAVE_WCHAR_T case TYPE_WIDE_STRING: ap->a.a_wide_string = va_arg (args, const wchar_t *); /* A null pointer is an invalid argument for "%ls", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_wide_string == NULL) { static const wchar_t wide_null_string[] = { (wchar_t)'(', (wchar_t)'N', (wchar_t)'U', (wchar_t)'L', (wchar_t)'L', (wchar_t)')', (wchar_t)0 }; ap->a.a_wide_string = wide_null_string; } break; #endif case TYPE_POINTER: ap->a.a_pointer = va_arg (args, void *); break; case TYPE_COUNT_SCHAR_POINTER: ap->a.a_count_schar_pointer = va_arg (args, signed char *); break; case TYPE_COUNT_SHORT_POINTER: ap->a.a_count_short_pointer = va_arg (args, short *); break; case TYPE_COUNT_INT_POINTER: ap->a.a_count_int_pointer = va_arg (args, int *); break; case TYPE_COUNT_LONGINT_POINTER: ap->a.a_count_longint_pointer = va_arg (args, long int *); break; #if HAVE_LONG_LONG_INT case TYPE_COUNT_LONGLONGINT_POINTER: ap->a.a_count_longlongint_pointer = va_arg (args, long long int *); break; #endif #if ENABLE_UNISTDIO /* The unistdio extensions. */ case TYPE_U8_STRING: ap->a.a_u8_string = va_arg (args, const uint8_t *); /* A null pointer is an invalid argument for "%U", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_u8_string == NULL) { static const uint8_t u8_null_string[] = { '(', 'N', 'U', 'L', 'L', ')', 0 }; ap->a.a_u8_string = u8_null_string; } break; case TYPE_U16_STRING: ap->a.a_u16_string = va_arg (args, const uint16_t *); /* A null pointer is an invalid argument for "%lU", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_u16_string == NULL) { static const uint16_t u16_null_string[] = { '(', 'N', 'U', 'L', 'L', ')', 0 }; ap->a.a_u16_string = u16_null_string; } break; case TYPE_U32_STRING: ap->a.a_u32_string = va_arg (args, const uint32_t *); /* A null pointer is an invalid argument for "%llU", but in practice it occurs quite frequently in printf statements that produce debug output. Use a fallback in this case. */ if (ap->a.a_u32_string == NULL) { static const uint32_t u32_null_string[] = { '(', 'N', 'U', 'L', 'L', ')', 0 }; ap->a.a_u32_string = u32_null_string; } break; #endif default: /* Unknown type. */ return -1; } return 0; } gsasl-1.8.0/gl/itold.c0000664000000000000000000000201011746471770011412 00000000000000/* Replacement for 'int' to 'long double' conversion routine. Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include void _Qp_itoq (long double *result, int a) { /* Convert from 'int' to 'double', then from 'double' to 'long double'. */ *result = (double) a; } gsasl-1.8.0/gl/ref-add.sin0000664000000000000000000000175211746471770012164 00000000000000# Add this package to a list of references stored in a text file. # # Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, see . # # Written by Bruno Haible . # /^# Packages using this file: / { s/# Packages using this file:// ta :a s/ @PACKAGE@ / @PACKAGE@ / tb s/ $/ @PACKAGE@ / :b s/^/# Packages using this file:/ } gsasl-1.8.0/gl/localcharset.h0000664000000000000000000000243211746471770012760 00000000000000/* Determine a canonical name for the current locale's character encoding. Copyright (C) 2000-2003, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU CHARSET Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _LOCALCHARSET_H #define _LOCALCHARSET_H #ifdef __cplusplus extern "C" { #endif /* Determine the current locale's character encoding, and canonicalize it into one of the canonical names listed in config.charset. The result must not be freed; it is statically allocated. If the canonical name cannot be determined, the result is a non-canonical name. */ extern const char * locale_charset (void); #ifdef __cplusplus } #endif #endif /* _LOCALCHARSET_H */ gsasl-1.8.0/gl/stdio-impl.h0000664000000000000000000001021711746471770012375 00000000000000/* Implementation details of FILE streams. Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Many stdio implementations have the same logic and therefore can share the same implementation of stdio extension API, except that some fields have different naming conventions, or their access requires some casts. */ /* BSD stdio derived implementations. */ #if defined __NetBSD__ /* NetBSD */ /* Get __NetBSD_Version__. */ # include #endif #include /* For detecting Plan9. */ #if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */ # if defined __DragonFly__ /* DragonFly */ /* See . */ # define fp_ ((struct { struct __FILE_public pub; \ struct { unsigned char *_base; int _size; } _bf; \ void *cookie; \ void *_close; \ void *_read; \ void *_seek; \ void *_write; \ struct { unsigned char *_base; int _size; } _ub; \ int _ur; \ unsigned char _ubuf[3]; \ unsigned char _nbuf[1]; \ struct { unsigned char *_base; int _size; } _lb; \ int _blksize; \ fpos_t _offset; \ /* More fields, not relevant here. */ \ } *) fp) /* See . */ # define _p pub._p # define _flags pub._flags # define _r pub._r # define _w pub._w # else # define fp_ fp # endif # if (defined __NetBSD__ && __NetBSD_Version__ >= 105270000) || defined __OpenBSD__ /* NetBSD >= 1.5ZA, OpenBSD */ /* See and */ struct __sfileext { struct __sbuf _ub; /* ungetc buffer */ /* More fields, not relevant here. */ }; # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub # else /* FreeBSD, NetBSD <= 1.5Z, DragonFly, MacOS X, Cygwin */ # define fp_ub fp_->_ub # endif # define HASUB(fp) (fp_ub._base != NULL) #endif /* SystemV derived implementations. */ #ifdef __TANDEM /* NonStop Kernel */ # ifndef _IOERR /* These values were determined by the program 'stdioext-flags' at . */ # define _IOERR 0x40 # define _IOREAD 0x80 # define _IOWRT 0x4 # define _IORW 0x100 # endif #endif #if defined _IOERR # if defined __sun && defined _LP64 /* Solaris/{SPARC,AMD64} 64-bit */ # define fp_ ((struct { unsigned char *_ptr; \ unsigned char *_base; \ unsigned char *_end; \ long _cnt; \ int _file; \ unsigned int _flag; \ } *) fp) # else # define fp_ fp # endif # if defined _SCO_DS /* OpenServer */ # define _cnt __cnt # define _ptr __ptr # define _base __base # define _flag __flag # endif #endif gsasl-1.8.0/gl/inet_ntop.c0000664000000000000000000001531511746471770012312 00000000000000/* inet_ntop.c -- convert IPv4 and IPv6 addresses from binary to text form Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* * Copyright (c) 1996-1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. */ #include /* Specification. */ #include /* Use this to suppress gcc's "...may be used before initialized" warnings. Beware: The Code argument must not contain commas. */ #ifndef IF_LINT # ifdef lint # define IF_LINT(Code) Code # else # define IF_LINT(Code) /* empty */ # endif #endif #if HAVE_DECL_INET_NTOP # undef inet_ntop const char * rpl_inet_ntop (int af, const void *restrict src, char *restrict dst, socklen_t cnt) { return inet_ntop (af, src, dst, cnt); } #else # include # include # include # define NS_IN6ADDRSZ 16 # define NS_INT16SZ 2 /* * WARNING: Don't even consider trying to compile this on a system where * sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX. */ typedef int verify_int_size[4 <= sizeof (int) ? 1 : -1]; static const char *inet_ntop4 (const unsigned char *src, char *dst, socklen_t size); # if HAVE_IPV6 static const char *inet_ntop6 (const unsigned char *src, char *dst, socklen_t size); # endif /* char * * inet_ntop(af, src, dst, size) * convert a network format address to presentation format. * return: * pointer to presentation format address ('dst'), or NULL (see errno). * author: * Paul Vixie, 1996. */ const char * inet_ntop (int af, const void *restrict src, char *restrict dst, socklen_t cnt) { switch (af) { # if HAVE_IPV4 case AF_INET: return (inet_ntop4 (src, dst, cnt)); # endif # if HAVE_IPV6 case AF_INET6: return (inet_ntop6 (src, dst, cnt)); # endif default: errno = EAFNOSUPPORT; return (NULL); } /* NOTREACHED */ } /* const char * * inet_ntop4(src, dst, size) * format an IPv4 address * return: * 'dst' (as a const) * notes: * (1) uses no statics * (2) takes a u_char* not an in_addr as input * author: * Paul Vixie, 1996. */ static const char * inet_ntop4 (const unsigned char *src, char *dst, socklen_t size) { char tmp[sizeof "255.255.255.255"]; int len; len = sprintf (tmp, "%u.%u.%u.%u", src[0], src[1], src[2], src[3]); if (len < 0) return NULL; if (len > size) { errno = ENOSPC; return NULL; } return strcpy (dst, tmp); } # if HAVE_IPV6 /* const char * * inet_ntop6(src, dst, size) * convert IPv6 binary address into presentation (printable) format * author: * Paul Vixie, 1996. */ static const char * inet_ntop6 (const unsigned char *src, char *dst, socklen_t size) { /* * Note that int32_t and int16_t need only be "at least" large enough * to contain a value of the specified size. On some systems, like * Crays, there is no such thing as an integer variable with 16 bits. * Keep this in mind if you think this function should have been coded * to use pointer overlays. All the world's not a VAX. */ char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp; struct { int base, len; } best, cur; unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; int i; /* * Preprocess: * Copy the input (bytewise) array into a wordwise array. * Find the longest run of 0x00's in src[] for :: shorthanding. */ memset (words, '\0', sizeof words); for (i = 0; i < NS_IN6ADDRSZ; i += 2) words[i / 2] = (src[i] << 8) | src[i + 1]; best.base = -1; cur.base = -1; IF_LINT(best.len = 0); IF_LINT(cur.len = 0); for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { if (words[i] == 0) { if (cur.base == -1) cur.base = i, cur.len = 1; else cur.len++; } else { if (cur.base != -1) { if (best.base == -1 || cur.len > best.len) best = cur; cur.base = -1; } } } if (cur.base != -1) { if (best.base == -1 || cur.len > best.len) best = cur; } if (best.base != -1 && best.len < 2) best.base = -1; /* * Format the result. */ tp = tmp; for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { /* Are we inside the best run of 0x00's? */ if (best.base != -1 && i >= best.base && i < (best.base + best.len)) { if (i == best.base) *tp++ = ':'; continue; } /* Are we following an initial run of 0x00s or any real hex? */ if (i != 0) *tp++ = ':'; /* Is this address an encapsulated IPv4? */ if (i == 6 && best.base == 0 && (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { if (!inet_ntop4 (src + 12, tp, sizeof tmp - (tp - tmp))) return (NULL); tp += strlen (tp); break; } { int len = sprintf (tp, "%x", words[i]); if (len < 0) return NULL; tp += len; } } /* Was it a trailing run of 0x00's? */ if (best.base != -1 && (best.base + best.len) == (NS_IN6ADDRSZ / NS_INT16SZ)) *tp++ = ':'; *tp++ = '\0'; /* * Check for overflow, copy, and we're done. */ if ((socklen_t) (tp - tmp) > size) { errno = ENOSPC; return NULL; } return strcpy (dst, tmp); } # endif #endif gsasl-1.8.0/gl/msvc-nothrow.c0000664000000000000000000000243411746471770012757 00000000000000/* Wrappers that don't throw invalid parameter notifications with MSVC runtime libraries. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "msvc-nothrow.h" /* Get declarations of the native Windows API functions. */ #define WIN32_LEAN_AND_MEAN #include #include "msvc-inval.h" #undef _get_osfhandle #if HAVE_MSVC_INVALID_PARAMETER_HANDLER intptr_t _gl_nothrow_get_osfhandle (int fd) { intptr_t result; TRY_MSVC_INVAL { result = _get_osfhandle (fd); } CATCH_MSVC_INVAL { result = (intptr_t) INVALID_HANDLE_VALUE; } DONE_MSVC_INVAL; return result; } #endif gsasl-1.8.0/gl/vasprintf.c0000664000000000000000000000247211746471770012327 00000000000000/* Formatted output to strings. Copyright (C) 1999, 2002, 2006-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #ifdef IN_LIBASPRINTF # include "vasprintf.h" #else # include #endif #include #include #include #include "vasnprintf.h" int vasprintf (char **resultp, const char *format, va_list args) { size_t length; char *result = vasnprintf (NULL, &length, format, args); if (result == NULL) return -1; if (length > INT_MAX) { free (result); errno = EOVERFLOW; return -1; } *resultp = result; /* Return the number of resulting bytes, excluding the trailing NUL. */ return length; } gsasl-1.8.0/gl/memchr.valgrind0000664000000000000000000000065211746471770013150 00000000000000# Suppress a valgrind message about use of uninitialized memory in memchr(). # POSIX states that when the character is found, memchr must not read extra # bytes in an overestimated length (for example, where memchr is used to # implement strnlen). However, we use a safe word read to provide a speedup. { memchr-value4 Memcheck:Value4 fun:rpl_memchr } { memchr-value8 Memcheck:Value8 fun:rpl_memchr } gsasl-1.8.0/gl/sys_socket.in.h0000664000000000000000000005416311746471770013117 00000000000000/* Provide a sys/socket header file for systems lacking it (read: MinGW) and for systems where it is incomplete. Copyright (C) 2005-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* This file is supposed to be used on platforms that lack , on platforms where cannot be included standalone, and on platforms where does not provide all necessary definitions. It is intended to provide definitions and prototypes needed by an application. */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined _GL_ALREADY_INCLUDING_SYS_SOCKET_H /* Special invocation convention: - On Cygwin 1.5.x we have a sequence of nested includes -> -> -> , and the latter includes . In this situation, the functions are not yet declared, therefore we cannot provide the C++ aliases. */ #@INCLUDE_NEXT@ @NEXT_SYS_SOCKET_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_SYS_SOCKET_H #if @HAVE_SYS_SOCKET_H@ # define _GL_ALREADY_INCLUDING_SYS_SOCKET_H /* On many platforms, assumes prior inclusion of . */ # include /* On FreeBSD 6.4, defines some macros that assume that NULL is defined. */ # include /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_SYS_SOCKET_H@ # undef _GL_ALREADY_INCLUDING_SYS_SOCKET_H #endif #ifndef _@GUARD_PREFIX@_SYS_SOCKET_H #define _@GUARD_PREFIX@_SYS_SOCKET_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ #if !@HAVE_SA_FAMILY_T@ # if !GNULIB_defined_sa_family_t typedef unsigned short sa_family_t; # define GNULIB_defined_sa_family_t 1 # endif #endif #if @HAVE_STRUCT_SOCKADDR_STORAGE@ /* Make the 'struct sockaddr_storage' field 'ss_family' visible on AIX 7.1. */ # if !@HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ # ifndef ss_family # define ss_family __ss_family # endif # endif #else # include /* Code taken from glibc sysdeps/unix/sysv/linux/bits/socket.h on 2009-05-08, licensed under LGPLv2.1+, plus portability fixes. */ # define __ss_aligntype unsigned long int # define _SS_SIZE 256 # define _SS_PADSIZE \ (_SS_SIZE - ((sizeof (sa_family_t) >= alignof (__ss_aligntype) \ ? sizeof (sa_family_t) \ : alignof (__ss_aligntype)) \ + sizeof (__ss_aligntype))) # if !GNULIB_defined_struct_sockaddr_storage struct sockaddr_storage { sa_family_t ss_family; /* Address family, etc. */ __ss_aligntype __ss_align; /* Force desired alignment. */ char __ss_padding[_SS_PADSIZE]; }; # define GNULIB_defined_struct_sockaddr_storage 1 # endif #endif /* Get struct iovec. */ /* But avoid namespace pollution on glibc systems. */ #if ! defined __GLIBC__ # include #endif #if @HAVE_SYS_SOCKET_H@ /* A platform that has . */ /* For shutdown(). */ # if !defined SHUT_RD # define SHUT_RD 0 # endif # if !defined SHUT_WR # define SHUT_WR 1 # endif # if !defined SHUT_RDWR # define SHUT_RDWR 2 # endif #else # ifdef __CYGWIN__ # error "Cygwin does have a sys/socket.h, doesn't it?!?" # endif /* A platform that lacks . Currently only MinGW is supported. See the gnulib manual regarding Windows sockets. MinGW has the header files winsock2.h and ws2tcpip.h that declare the sys/socket.h definitions we need. Note that you can influence which definitions you get by setting the WINVER symbol before including these two files. For example, getaddrinfo is only available if _WIN32_WINNT >= 0x0501 (that symbol is set indirectly through WINVER). You can set this by adding AC_DEFINE(WINVER, 0x0501) to configure.ac. Note that your code may not run on older Windows releases then. My Windows 2000 box was not able to run the code, for example. The situation is slightly confusing because suggests that getaddrinfo should be available on all Windows releases. */ # if @HAVE_WINSOCK2_H@ # include # endif # if @HAVE_WS2TCPIP_H@ # include # endif /* For shutdown(). */ # if !defined SHUT_RD && defined SD_RECEIVE # define SHUT_RD SD_RECEIVE # endif # if !defined SHUT_WR && defined SD_SEND # define SHUT_WR SD_SEND # endif # if !defined SHUT_RDWR && defined SD_BOTH # define SHUT_RDWR SD_BOTH # endif # if @HAVE_WINSOCK2_H@ /* Include headers needed by the emulation code. */ # include # include # if !GNULIB_defined_socklen_t typedef int socklen_t; # define GNULIB_defined_socklen_t 1 # endif # endif /* Rudimentary 'struct msghdr'; this works as long as you don't try to access msg_control or msg_controllen. */ struct msghdr { void *msg_name; socklen_t msg_namelen; struct iovec *msg_iov; int msg_iovlen; int msg_flags; }; #endif /* Fix some definitions from . */ #if @HAVE_WINSOCK2_H@ # if !GNULIB_defined_rpl_fd_isset /* Re-define FD_ISSET to avoid a WSA call while we are not using network sockets. */ static inline int rpl_fd_isset (SOCKET fd, fd_set * set) { u_int i; if (set == NULL) return 0; for (i = 0; i < set->fd_count; i++) if (set->fd_array[i] == fd) return 1; return 0; } # define GNULIB_defined_rpl_fd_isset 1 # endif # undef FD_ISSET # define FD_ISSET(fd, set) rpl_fd_isset(fd, set) #endif /* Hide some function declarations from . */ #if @HAVE_WINSOCK2_H@ # if !defined _@GUARD_PREFIX@_UNISTD_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef close # define close close_used_without_including_unistd_h # else _GL_WARN_ON_USE (close, "close() used without including "); # endif # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gethostname # define gethostname gethostname_used_without_including_unistd_h # else _GL_WARN_ON_USE (gethostname, "gethostname() used without including "); # endif # endif # if !defined _@GUARD_PREFIX@_SYS_SELECT_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef select # define select select_used_without_including_sys_select_h # else _GL_WARN_ON_USE (select, "select() used without including "); # endif # endif #endif /* Wrap everything else to use libc file descriptors for sockets. */ #if @GNULIB_SOCKET@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef socket # define socket rpl_socket # endif _GL_FUNCDECL_RPL (socket, int, (int domain, int type, int protocol)); _GL_CXXALIAS_RPL (socket, int, (int domain, int type, int protocol)); # else _GL_CXXALIAS_SYS (socket, int, (int domain, int type, int protocol)); # endif _GL_CXXALIASWARN (socket); #elif @HAVE_WINSOCK2_H@ # undef socket # define socket socket_used_without_requesting_gnulib_module_socket #elif defined GNULIB_POSIXCHECK # undef socket # if HAVE_RAW_DECL_SOCKET _GL_WARN_ON_USE (socket, "socket is not always POSIX compliant - " "use gnulib module socket for portability"); # endif #endif #if @GNULIB_CONNECT@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef connect # define connect rpl_connect # endif _GL_FUNCDECL_RPL (connect, int, (int fd, const struct sockaddr *addr, socklen_t addrlen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (connect, int, (int fd, const struct sockaddr *addr, socklen_t addrlen)); # else /* Need to cast, because on NonStop Kernel, the third parameter is size_t addrlen. */ _GL_CXXALIAS_SYS_CAST (connect, int, (int fd, const struct sockaddr *addr, socklen_t addrlen)); # endif _GL_CXXALIASWARN (connect); #elif @HAVE_WINSOCK2_H@ # undef connect # define connect socket_used_without_requesting_gnulib_module_connect #elif defined GNULIB_POSIXCHECK # undef connect # if HAVE_RAW_DECL_CONNECT _GL_WARN_ON_USE (connect, "connect is not always POSIX compliant - " "use gnulib module connect for portability"); # endif #endif #if @GNULIB_ACCEPT@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef accept # define accept rpl_accept # endif _GL_FUNCDECL_RPL (accept, int, (int fd, struct sockaddr *addr, socklen_t *addrlen)); _GL_CXXALIAS_RPL (accept, int, (int fd, struct sockaddr *addr, socklen_t *addrlen)); # else /* Need to cast, because on Solaris 10 systems, the third parameter is void *addrlen. */ _GL_CXXALIAS_SYS_CAST (accept, int, (int fd, struct sockaddr *addr, socklen_t *addrlen)); # endif _GL_CXXALIASWARN (accept); #elif @HAVE_WINSOCK2_H@ # undef accept # define accept accept_used_without_requesting_gnulib_module_accept #elif defined GNULIB_POSIXCHECK # undef accept # if HAVE_RAW_DECL_ACCEPT _GL_WARN_ON_USE (accept, "accept is not always POSIX compliant - " "use gnulib module accept for portability"); # endif #endif #if @GNULIB_BIND@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef bind # define bind rpl_bind # endif _GL_FUNCDECL_RPL (bind, int, (int fd, const struct sockaddr *addr, socklen_t addrlen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (bind, int, (int fd, const struct sockaddr *addr, socklen_t addrlen)); # else /* Need to cast, because on NonStop Kernel, the third parameter is size_t addrlen. */ _GL_CXXALIAS_SYS_CAST (bind, int, (int fd, const struct sockaddr *addr, socklen_t addrlen)); # endif _GL_CXXALIASWARN (bind); #elif @HAVE_WINSOCK2_H@ # undef bind # define bind bind_used_without_requesting_gnulib_module_bind #elif defined GNULIB_POSIXCHECK # undef bind # if HAVE_RAW_DECL_BIND _GL_WARN_ON_USE (bind, "bind is not always POSIX compliant - " "use gnulib module bind for portability"); # endif #endif #if @GNULIB_GETPEERNAME@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getpeername # define getpeername rpl_getpeername # endif _GL_FUNCDECL_RPL (getpeername, int, (int fd, struct sockaddr *addr, socklen_t *addrlen) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (getpeername, int, (int fd, struct sockaddr *addr, socklen_t *addrlen)); # else /* Need to cast, because on Solaris 10 systems, the third parameter is void *addrlen. */ _GL_CXXALIAS_SYS_CAST (getpeername, int, (int fd, struct sockaddr *addr, socklen_t *addrlen)); # endif _GL_CXXALIASWARN (getpeername); #elif @HAVE_WINSOCK2_H@ # undef getpeername # define getpeername getpeername_used_without_requesting_gnulib_module_getpeername #elif defined GNULIB_POSIXCHECK # undef getpeername # if HAVE_RAW_DECL_GETPEERNAME _GL_WARN_ON_USE (getpeername, "getpeername is not always POSIX compliant - " "use gnulib module getpeername for portability"); # endif #endif #if @GNULIB_GETSOCKNAME@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getsockname # define getsockname rpl_getsockname # endif _GL_FUNCDECL_RPL (getsockname, int, (int fd, struct sockaddr *addr, socklen_t *addrlen) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (getsockname, int, (int fd, struct sockaddr *addr, socklen_t *addrlen)); # else /* Need to cast, because on Solaris 10 systems, the third parameter is void *addrlen. */ _GL_CXXALIAS_SYS_CAST (getsockname, int, (int fd, struct sockaddr *addr, socklen_t *addrlen)); # endif _GL_CXXALIASWARN (getsockname); #elif @HAVE_WINSOCK2_H@ # undef getsockname # define getsockname getsockname_used_without_requesting_gnulib_module_getsockname #elif defined GNULIB_POSIXCHECK # undef getsockname # if HAVE_RAW_DECL_GETSOCKNAME _GL_WARN_ON_USE (getsockname, "getsockname is not always POSIX compliant - " "use gnulib module getsockname for portability"); # endif #endif #if @GNULIB_GETSOCKOPT@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getsockopt # define getsockopt rpl_getsockopt # endif _GL_FUNCDECL_RPL (getsockopt, int, (int fd, int level, int optname, void *optval, socklen_t *optlen) _GL_ARG_NONNULL ((4, 5))); _GL_CXXALIAS_RPL (getsockopt, int, (int fd, int level, int optname, void *optval, socklen_t *optlen)); # else /* Need to cast, because on Solaris 10 systems, the fifth parameter is void *optlen. */ _GL_CXXALIAS_SYS_CAST (getsockopt, int, (int fd, int level, int optname, void *optval, socklen_t *optlen)); # endif _GL_CXXALIASWARN (getsockopt); #elif @HAVE_WINSOCK2_H@ # undef getsockopt # define getsockopt getsockopt_used_without_requesting_gnulib_module_getsockopt #elif defined GNULIB_POSIXCHECK # undef getsockopt # if HAVE_RAW_DECL_GETSOCKOPT _GL_WARN_ON_USE (getsockopt, "getsockopt is not always POSIX compliant - " "use gnulib module getsockopt for portability"); # endif #endif #if @GNULIB_LISTEN@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef listen # define listen rpl_listen # endif _GL_FUNCDECL_RPL (listen, int, (int fd, int backlog)); _GL_CXXALIAS_RPL (listen, int, (int fd, int backlog)); # else _GL_CXXALIAS_SYS (listen, int, (int fd, int backlog)); # endif _GL_CXXALIASWARN (listen); #elif @HAVE_WINSOCK2_H@ # undef listen # define listen listen_used_without_requesting_gnulib_module_listen #elif defined GNULIB_POSIXCHECK # undef listen # if HAVE_RAW_DECL_LISTEN _GL_WARN_ON_USE (listen, "listen is not always POSIX compliant - " "use gnulib module listen for portability"); # endif #endif #if @GNULIB_RECV@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef recv # define recv rpl_recv # endif _GL_FUNCDECL_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (recv, ssize_t, (int fd, void *buf, size_t len, int flags)); # else _GL_CXXALIAS_SYS (recv, ssize_t, (int fd, void *buf, size_t len, int flags)); # endif _GL_CXXALIASWARN (recv); #elif @HAVE_WINSOCK2_H@ # undef recv # define recv recv_used_without_requesting_gnulib_module_recv #elif defined GNULIB_POSIXCHECK # undef recv # if HAVE_RAW_DECL_RECV _GL_WARN_ON_USE (recv, "recv is not always POSIX compliant - " "use gnulib module recv for portability"); # endif #endif #if @GNULIB_SEND@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef send # define send rpl_send # endif _GL_FUNCDECL_RPL (send, ssize_t, (int fd, const void *buf, size_t len, int flags) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (send, ssize_t, (int fd, const void *buf, size_t len, int flags)); # else _GL_CXXALIAS_SYS (send, ssize_t, (int fd, const void *buf, size_t len, int flags)); # endif _GL_CXXALIASWARN (send); #elif @HAVE_WINSOCK2_H@ # undef send # define send send_used_without_requesting_gnulib_module_send #elif defined GNULIB_POSIXCHECK # undef send # if HAVE_RAW_DECL_SEND _GL_WARN_ON_USE (send, "send is not always POSIX compliant - " "use gnulib module send for portability"); # endif #endif #if @GNULIB_RECVFROM@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef recvfrom # define recvfrom rpl_recvfrom # endif _GL_FUNCDECL_RPL (recvfrom, ssize_t, (int fd, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (recvfrom, ssize_t, (int fd, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen)); # else /* Need to cast, because on Solaris 10 systems, the sixth parameter is void *fromlen. */ _GL_CXXALIAS_SYS_CAST (recvfrom, ssize_t, (int fd, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen)); # endif _GL_CXXALIASWARN (recvfrom); #elif @HAVE_WINSOCK2_H@ # undef recvfrom # define recvfrom recvfrom_used_without_requesting_gnulib_module_recvfrom #elif defined GNULIB_POSIXCHECK # undef recvfrom # if HAVE_RAW_DECL_RECVFROM _GL_WARN_ON_USE (recvfrom, "recvfrom is not always POSIX compliant - " "use gnulib module recvfrom for portability"); # endif #endif #if @GNULIB_SENDTO@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef sendto # define sendto rpl_sendto # endif _GL_FUNCDECL_RPL (sendto, ssize_t, (int fd, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (sendto, ssize_t, (int fd, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen)); # else /* Need to cast, because on NonStop Kernel, the sixth parameter is size_t tolen. */ _GL_CXXALIAS_SYS_CAST (sendto, ssize_t, (int fd, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen)); # endif _GL_CXXALIASWARN (sendto); #elif @HAVE_WINSOCK2_H@ # undef sendto # define sendto sendto_used_without_requesting_gnulib_module_sendto #elif defined GNULIB_POSIXCHECK # undef sendto # if HAVE_RAW_DECL_SENDTO _GL_WARN_ON_USE (sendto, "sendto is not always POSIX compliant - " "use gnulib module sendto for portability"); # endif #endif #if @GNULIB_SETSOCKOPT@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setsockopt # define setsockopt rpl_setsockopt # endif _GL_FUNCDECL_RPL (setsockopt, int, (int fd, int level, int optname, const void * optval, socklen_t optlen) _GL_ARG_NONNULL ((4))); _GL_CXXALIAS_RPL (setsockopt, int, (int fd, int level, int optname, const void * optval, socklen_t optlen)); # else /* Need to cast, because on NonStop Kernel, the fifth parameter is size_t optlen. */ _GL_CXXALIAS_SYS_CAST (setsockopt, int, (int fd, int level, int optname, const void * optval, socklen_t optlen)); # endif _GL_CXXALIASWARN (setsockopt); #elif @HAVE_WINSOCK2_H@ # undef setsockopt # define setsockopt setsockopt_used_without_requesting_gnulib_module_setsockopt #elif defined GNULIB_POSIXCHECK # undef setsockopt # if HAVE_RAW_DECL_SETSOCKOPT _GL_WARN_ON_USE (setsockopt, "setsockopt is not always POSIX compliant - " "use gnulib module setsockopt for portability"); # endif #endif #if @GNULIB_SHUTDOWN@ # if @HAVE_WINSOCK2_H@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef shutdown # define shutdown rpl_shutdown # endif _GL_FUNCDECL_RPL (shutdown, int, (int fd, int how)); _GL_CXXALIAS_RPL (shutdown, int, (int fd, int how)); # else _GL_CXXALIAS_SYS (shutdown, int, (int fd, int how)); # endif _GL_CXXALIASWARN (shutdown); #elif @HAVE_WINSOCK2_H@ # undef shutdown # define shutdown shutdown_used_without_requesting_gnulib_module_shutdown #elif defined GNULIB_POSIXCHECK # undef shutdown # if HAVE_RAW_DECL_SHUTDOWN _GL_WARN_ON_USE (shutdown, "shutdown is not always POSIX compliant - " "use gnulib module shutdown for portability"); # endif #endif #if @GNULIB_ACCEPT4@ /* Accept a connection on a socket, with specific opening flags. The flags are a bitmask, possibly including O_CLOEXEC (defined in ) and O_TEXT, O_BINARY (defined in "binary-io.h"). See also the Linux man page at . */ # if @HAVE_ACCEPT4@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define accept4 rpl_accept4 # endif _GL_FUNCDECL_RPL (accept4, int, (int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags)); _GL_CXXALIAS_RPL (accept4, int, (int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags)); # else _GL_FUNCDECL_SYS (accept4, int, (int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags)); _GL_CXXALIAS_SYS (accept4, int, (int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags)); # endif _GL_CXXALIASWARN (accept4); #elif defined GNULIB_POSIXCHECK # undef accept4 # if HAVE_RAW_DECL_ACCEPT4 _GL_WARN_ON_USE (accept4, "accept4 is unportable - " "use gnulib module accept4 for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_SYS_SOCKET_H */ #endif /* _@GUARD_PREFIX@_SYS_SOCKET_H */ #endif gsasl-1.8.0/gl/memchr.c0000664000000000000000000001334611746471770011570 00000000000000/* Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2012 Free Software Foundation, Inc. Based on strlen implementation by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se) and commentary by Jim Blandy (jimb@ai.mit.edu); adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), and implemented by Roland McGrath (roland@ai.mit.edu). NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _LIBC # include #endif #include #include #if defined _LIBC # include #else # define reg_char char #endif #include #if HAVE_BP_SYM_H || defined _LIBC # include #else # define BP_SYM(sym) sym #endif #undef __memchr #ifdef _LIBC # undef memchr #endif #ifndef weak_alias # define __memchr memchr #endif /* Search no more than N bytes of S for C. */ void * __memchr (void const *s, int c_in, size_t n) { /* On 32-bit hardware, choosing longword to be a 32-bit unsigned long instead of a 64-bit uintmax_t tends to give better performance. On 64-bit hardware, unsigned long is generally 64 bits already. Change this typedef to experiment with performance. */ typedef unsigned long int longword; const unsigned char *char_ptr; const longword *longword_ptr; longword repeated_one; longword repeated_c; unsigned reg_char c; c = (unsigned char) c_in; /* Handle the first few bytes by reading one byte at a time. Do this until CHAR_PTR is aligned on a longword boundary. */ for (char_ptr = (const unsigned char *) s; n > 0 && (size_t) char_ptr % sizeof (longword) != 0; --n, ++char_ptr) if (*char_ptr == c) return (void *) char_ptr; longword_ptr = (const longword *) char_ptr; /* All these elucidatory comments refer to 4-byte longwords, but the theory applies equally well to any size longwords. */ /* Compute auxiliary longword values: repeated_one is a value which has a 1 in every byte. repeated_c has c in every byte. */ repeated_one = 0x01010101; repeated_c = c | (c << 8); repeated_c |= repeated_c << 16; if (0xffffffffU < (longword) -1) { repeated_one |= repeated_one << 31 << 1; repeated_c |= repeated_c << 31 << 1; if (8 < sizeof (longword)) { size_t i; for (i = 64; i < sizeof (longword) * 8; i *= 2) { repeated_one |= repeated_one << i; repeated_c |= repeated_c << i; } } } /* Instead of the traditional loop which tests each byte, we will test a longword at a time. The tricky part is testing if *any of the four* bytes in the longword in question are equal to c. We first use an xor with repeated_c. This reduces the task to testing whether *any of the four* bytes in longword1 is zero. We compute tmp = ((longword1 - repeated_one) & ~longword1) & (repeated_one << 7). That is, we perform the following operations: 1. Subtract repeated_one. 2. & ~longword1. 3. & a mask consisting of 0x80 in every byte. Consider what happens in each byte: - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff, and step 3 transforms it into 0x80. A carry can also be propagated to more significant bytes. - If a byte of longword1 is nonzero, let its lowest 1 bit be at position k (0 <= k <= 7); so the lowest k bits are 0. After step 1, the byte ends in a single bit of value 0 and k bits of value 1. After step 2, the result is just k bits of value 1: 2^k - 1. After step 3, the result is 0. And no carry is produced. So, if longword1 has only non-zero bytes, tmp is zero. Whereas if longword1 has a zero byte, call j the position of the least significant zero byte. Then the result has a zero at positions 0, ..., j-1 and a 0x80 at position j. We cannot predict the result at the more significant bytes (positions j+1..3), but it does not matter since we already have a non-zero bit at position 8*j+7. So, the test whether any byte in longword1 is zero is equivalent to testing whether tmp is nonzero. */ while (n >= sizeof (longword)) { longword longword1 = *longword_ptr ^ repeated_c; if ((((longword1 - repeated_one) & ~longword1) & (repeated_one << 7)) != 0) break; longword_ptr++; n -= sizeof (longword); } char_ptr = (const unsigned char *) longword_ptr; /* At this point, we know that either n < sizeof (longword), or one of the sizeof (longword) bytes starting at char_ptr is == c. On little-endian machines, we could determine the first such byte without any further memory accesses, just by looking at the tmp result from the last loop iteration. But this does not work on big-endian machines. Choose code that works in both cases. */ for (; n > 0; --n, ++char_ptr) { if (*char_ptr == c) return (void *) char_ptr; } return NULL; } #ifdef weak_alias weak_alias (__memchr, BP_SYM (memchr)) #endif gsasl-1.8.0/gl/getpass.h0000664000000000000000000000214611746471770011764 00000000000000/* getpass.h -- Read a password of arbitrary length from /dev/tty or stdin. Copyright (C) 2004, 2009-2012 Free Software Foundation, Inc. Contributed by Simon Josefsson , 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef GETPASS_H # define GETPASS_H /* Get getpass declaration, if available. */ # include # if defined HAVE_DECL_GETPASS && !HAVE_DECL_GETPASS /* Read a password of arbitrary length from /dev/tty or stdin. */ char *getpass (const char *prompt); # endif #endif /* GETPASS_H */ gsasl-1.8.0/gl/sockets.h0000664000000000000000000000317511746471770011774 00000000000000/* sockets.h - wrappers for Windows socket functions Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Simon Josefsson */ #ifndef SOCKETS_H # define SOCKETS_H 1 #define SOCKETS_1_0 0x100 /* don't use - does not work on Windows XP */ #define SOCKETS_1_1 0x101 #define SOCKETS_2_0 0x200 /* don't use - does not work on Windows XP */ #define SOCKETS_2_1 0x201 #define SOCKETS_2_2 0x202 int gl_sockets_startup (int version) #if !WINDOWS_SOCKETS _GL_ATTRIBUTE_CONST #endif ; int gl_sockets_cleanup (void) #if !WINDOWS_SOCKETS _GL_ATTRIBUTE_CONST #endif ; /* This function is useful it you create a socket using gnulib's Winsock wrappers but needs to pass on the socket handle to some other library that only accepts sockets. */ #if WINDOWS_SOCKETS #include #include "msvc-nothrow.h" static inline SOCKET gl_fd_to_handle (int fd) { return _get_osfhandle (fd); } #else #define gl_fd_to_handle(x) (x) #endif /* WINDOWS_SOCKETS */ #endif /* SOCKETS_H */ gsasl-1.8.0/gl/getline.c0000664000000000000000000000166611746471770011746 00000000000000/* getline.c --- Implementation of replacement getline function. Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Simon Josefsson. */ #include #include ssize_t getline (char **lineptr, size_t *n, FILE *stream) { return getdelim (lineptr, n, '\n', stream); } gsasl-1.8.0/gl/alloca.c0000664000000000000000000003445411746471770011553 00000000000000/* alloca.c -- allocate automatically reclaimed memory (Mostly) portable public-domain implementation -- D A Gwyn This implementation of the PWB library alloca function, which is used to allocate space off the run-time stack so that it is automatically reclaimed upon procedure exit, was inspired by discussions with J. Q. Johnson of Cornell. J.Otto Tennant contributed the Cray support. There are some preprocessor constants that can be defined when compiling for your specific system, for improved efficiency; however, the defaults should be okay. The general concept of this implementation is to keep track of all alloca-allocated blocks, and reclaim any that are found to be deeper in the stack than the current invocation. This heuristic does not reclaim storage as soon as it becomes invalid, but it will do so eventually. As a special case, alloca(0) reclaims storage without allocating any. It is a good idea to use alloca(0) in your main control loop, etc. to force garbage collection. */ #include #include #include #include #ifdef emacs # include "lisp.h" # include "blockinput.h" # ifdef EMACS_FREE # undef free # define free EMACS_FREE # endif #else # define memory_full() abort () #endif /* If compiling with GCC 2, this file's not needed. */ #if !defined (__GNUC__) || __GNUC__ < 2 /* If someone has defined alloca as a macro, there must be some other way alloca is supposed to work. */ # ifndef alloca # ifdef emacs # ifdef static /* actually, only want this if static is defined as "" -- this is for usg, in which emacs must undefine static in order to make unexec workable */ # ifndef STACK_DIRECTION you lose -- must know STACK_DIRECTION at compile-time /* Using #error here is not wise since this file should work for old and obscure compilers. */ # endif /* STACK_DIRECTION undefined */ # endif /* static */ # endif /* emacs */ /* If your stack is a linked list of frames, you have to provide an "address metric" ADDRESS_FUNCTION macro. */ # if defined (CRAY) && defined (CRAY_STACKSEG_END) long i00afunc (); # define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) # else # define ADDRESS_FUNCTION(arg) &(arg) # endif /* Define STACK_DIRECTION if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ # ifndef STACK_DIRECTION # define STACK_DIRECTION 0 /* Direction unknown. */ # endif # if STACK_DIRECTION != 0 # define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ # else /* STACK_DIRECTION == 0; need run-time code. */ static int stack_dir; /* 1 or -1 once known. */ # define STACK_DIR stack_dir static int find_stack_direction (int *addr, int depth) { int dir, dummy = 0; if (! addr) addr = &dummy; *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; dir = depth ? find_stack_direction (addr, depth - 1) : 0; return dir + dummy; } # endif /* STACK_DIRECTION == 0 */ /* An "alloca header" is used to: (a) chain together all alloca'ed blocks; (b) keep track of stack depth. It is very important that sizeof(header) agree with malloc alignment chunk size. The following default should work okay. */ # ifndef ALIGN_SIZE # define ALIGN_SIZE sizeof(double) # endif typedef union hdr { char align[ALIGN_SIZE]; /* To force sizeof(header). */ struct { union hdr *next; /* For chaining headers. */ char *deep; /* For stack depth measure. */ } h; } header; static header *last_alloca_header = NULL; /* -> last alloca header. */ /* Return a pointer to at least SIZE bytes of storage, which will be automatically reclaimed upon exit from the procedure that called alloca. Originally, this space was supposed to be taken from the current stack frame of the caller, but that method cannot be made to work for some implementations of C, for example under Gould's UTX/32. */ void * alloca (size_t size) { auto char probe; /* Probes stack depth: */ register char *depth = ADDRESS_FUNCTION (probe); # if STACK_DIRECTION == 0 if (STACK_DIR == 0) /* Unknown growth direction. */ STACK_DIR = find_stack_direction (NULL, (size & 1) + 20); # endif /* Reclaim garbage, defined as all alloca'd storage that was allocated from deeper in the stack than currently. */ { register header *hp; /* Traverses linked list. */ # ifdef emacs BLOCK_INPUT; # endif for (hp = last_alloca_header; hp != NULL;) if ((STACK_DIR > 0 && hp->h.deep > depth) || (STACK_DIR < 0 && hp->h.deep < depth)) { register header *np = hp->h.next; free (hp); /* Collect garbage. */ hp = np; /* -> next header. */ } else break; /* Rest are not deeper. */ last_alloca_header = hp; /* -> last valid storage. */ # ifdef emacs UNBLOCK_INPUT; # endif } if (size == 0) return NULL; /* No allocation required. */ /* Allocate combined header + user data storage. */ { /* Address of header. */ register header *new; size_t combined_size = sizeof (header) + size; if (combined_size < sizeof (header)) memory_full (); new = malloc (combined_size); if (! new) memory_full (); new->h.next = last_alloca_header; new->h.deep = depth; last_alloca_header = new; /* User storage begins just after header. */ return (void *) (new + 1); } } # if defined (CRAY) && defined (CRAY_STACKSEG_END) # ifdef DEBUG_I00AFUNC # include # endif # ifndef CRAY_STACK # define CRAY_STACK # ifndef CRAY2 /* Stack structures for CRAY-1, CRAY X-MP, and CRAY Y-MP */ struct stack_control_header { long shgrow:32; /* Number of times stack has grown. */ long shaseg:32; /* Size of increments to stack. */ long shhwm:32; /* High water mark of stack. */ long shsize:32; /* Current size of stack (all segments). */ }; /* The stack segment linkage control information occurs at the high-address end of a stack segment. (The stack grows from low addresses to high addresses.) The initial part of the stack segment linkage control information is 0200 (octal) words. This provides for register storage for the routine which overflows the stack. */ struct stack_segment_linkage { long ss[0200]; /* 0200 overflow words. */ long sssize:32; /* Number of words in this segment. */ long ssbase:32; /* Offset to stack base. */ long:32; long sspseg:32; /* Offset to linkage control of previous segment of stack. */ long:32; long sstcpt:32; /* Pointer to task common address block. */ long sscsnm; /* Private control structure number for microtasking. */ long ssusr1; /* Reserved for user. */ long ssusr2; /* Reserved for user. */ long sstpid; /* Process ID for pid based multi-tasking. */ long ssgvup; /* Pointer to multitasking thread giveup. */ long sscray[7]; /* Reserved for Cray Research. */ long ssa0; long ssa1; long ssa2; long ssa3; long ssa4; long ssa5; long ssa6; long ssa7; long sss0; long sss1; long sss2; long sss3; long sss4; long sss5; long sss6; long sss7; }; # else /* CRAY2 */ /* The following structure defines the vector of words returned by the STKSTAT library routine. */ struct stk_stat { long now; /* Current total stack size. */ long maxc; /* Amount of contiguous space which would be required to satisfy the maximum stack demand to date. */ long high_water; /* Stack high-water mark. */ long overflows; /* Number of stack overflow ($STKOFEN) calls. */ long hits; /* Number of internal buffer hits. */ long extends; /* Number of block extensions. */ long stko_mallocs; /* Block allocations by $STKOFEN. */ long underflows; /* Number of stack underflow calls ($STKRETN). */ long stko_free; /* Number of deallocations by $STKRETN. */ long stkm_free; /* Number of deallocations by $STKMRET. */ long segments; /* Current number of stack segments. */ long maxs; /* Maximum number of stack segments so far. */ long pad_size; /* Stack pad size. */ long current_address; /* Current stack segment address. */ long current_size; /* Current stack segment size. This number is actually corrupted by STKSTAT to include the fifteen word trailer area. */ long initial_address; /* Address of initial segment. */ long initial_size; /* Size of initial segment. */ }; /* The following structure describes the data structure which trails any stack segment. I think that the description in 'asdef' is out of date. I only describe the parts that I am sure about. */ struct stk_trailer { long this_address; /* Address of this block. */ long this_size; /* Size of this block (does not include this trailer). */ long unknown2; long unknown3; long link; /* Address of trailer block of previous segment. */ long unknown5; long unknown6; long unknown7; long unknown8; long unknown9; long unknown10; long unknown11; long unknown12; long unknown13; long unknown14; }; # endif /* CRAY2 */ # endif /* not CRAY_STACK */ # ifdef CRAY2 /* Determine a "stack measure" for an arbitrary ADDRESS. I doubt that "lint" will like this much. */ static long i00afunc (long *address) { struct stk_stat status; struct stk_trailer *trailer; long *block, size; long result = 0; /* We want to iterate through all of the segments. The first step is to get the stack status structure. We could do this more quickly and more directly, perhaps, by referencing the $LM00 common block, but I know that this works. */ STKSTAT (&status); /* Set up the iteration. */ trailer = (struct stk_trailer *) (status.current_address + status.current_size - 15); /* There must be at least one stack segment. Therefore it is a fatal error if "trailer" is null. */ if (trailer == 0) abort (); /* Discard segments that do not contain our argument address. */ while (trailer != 0) { block = (long *) trailer->this_address; size = trailer->this_size; if (block == 0 || size == 0) abort (); trailer = (struct stk_trailer *) trailer->link; if ((block <= address) && (address < (block + size))) break; } /* Set the result to the offset in this segment and add the sizes of all predecessor segments. */ result = address - block; if (trailer == 0) { return result; } do { if (trailer->this_size <= 0) abort (); result += trailer->this_size; trailer = (struct stk_trailer *) trailer->link; } while (trailer != 0); /* We are done. Note that if you present a bogus address (one not in any segment), you will get a different number back, formed from subtracting the address of the first block. This is probably not what you want. */ return (result); } # else /* not CRAY2 */ /* Stack address function for a CRAY-1, CRAY X-MP, or CRAY Y-MP. Determine the number of the cell within the stack, given the address of the cell. The purpose of this routine is to linearize, in some sense, stack addresses for alloca. */ static long i00afunc (long address) { long stkl = 0; long size, pseg, this_segment, stack; long result = 0; struct stack_segment_linkage *ssptr; /* Register B67 contains the address of the end of the current stack segment. If you (as a subprogram) store your registers on the stack and find that you are past the contents of B67, you have overflowed the segment. B67 also points to the stack segment linkage control area, which is what we are really interested in. */ stkl = CRAY_STACKSEG_END (); ssptr = (struct stack_segment_linkage *) stkl; /* If one subtracts 'size' from the end of the segment, one has the address of the first word of the segment. If this is not the first segment, 'pseg' will be nonzero. */ pseg = ssptr->sspseg; size = ssptr->sssize; this_segment = stkl - size; /* It is possible that calling this routine itself caused a stack overflow. Discard stack segments which do not contain the target address. */ while (!(this_segment <= address && address <= stkl)) { # ifdef DEBUG_I00AFUNC fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); # endif if (pseg == 0) break; stkl = stkl - pseg; ssptr = (struct stack_segment_linkage *) stkl; size = ssptr->sssize; pseg = ssptr->sspseg; this_segment = stkl - size; } result = address - this_segment; /* If you subtract pseg from the current end of the stack, you get the address of the previous stack segment's end. This seems a little convoluted to me, but I'll bet you save a cycle somewhere. */ while (pseg != 0) { # ifdef DEBUG_I00AFUNC fprintf (stderr, "%011o %011o\n", pseg, size); # endif stkl = stkl - pseg; ssptr = (struct stack_segment_linkage *) stkl; size = ssptr->sssize; pseg = ssptr->sspseg; result += size; } return (result); } # endif /* not CRAY2 */ # endif /* CRAY */ # endif /* no alloca */ #endif /* not GCC 2 */ gsasl-1.8.0/gl/mbsinit.c0000664000000000000000000000370311746471770011756 00000000000000/* Test for initial conversion state. Copyright (C) 2008-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include "verify.h" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, 'mbstate_t' is defined as 'int'. */ int mbsinit (const mbstate_t *ps) { return ps == NULL || *ps == 0; } #else /* Platforms that lack mbsinit() also lack mbrlen(), mbrtowc(), mbsrtowcs() and wcrtomb(), wcsrtombs(). We assume that - sizeof (mbstate_t) >= 4, - only stateless encodings are supported (such as UTF-8 and EUC-JP, but not ISO-2022 variants), - for each encoding, the number of bytes for a wide character is <= 4. (This maximum is attained for UTF-8, GB18030, EUC-TW.) We define the meaning of mbstate_t as follows: - In mb -> wc direction, mbstate_t's first byte contains the number of buffered bytes (in the range 0..3), followed by up to 3 buffered bytes. - In wc -> mb direction, mbstate_t contains no information. In other words, it is always in the initial state. */ verify (sizeof (mbstate_t) >= 4); int mbsinit (const mbstate_t *ps) { const char *pstate = (const char *)ps; return pstate == NULL || pstate[0] == 0; } #endif gsasl-1.8.0/gl/socket.c0000664000000000000000000000256411746471770011605 00000000000000/* socket.c --- wrappers for Windows socket function Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paolo Bonzini */ #include #define WIN32_LEAN_AND_MEAN /* Get winsock2.h. */ #include /* Get set_winsock_errno, FD_TO_SOCKET etc. */ #include "w32sock.h" #include "sockets.h" int rpl_socket (int domain, int type, int protocol) { SOCKET fh; gl_sockets_startup (SOCKETS_1_1); /* We have to use WSASocket() to create non-overlapped IO sockets. Overlapped IO sockets cannot be used with read/write. */ fh = WSASocket (domain, type, protocol, NULL, 0, 0); if (fh == INVALID_SOCKET) { set_winsock_errno (); return -1; } else return SOCKET_TO_FD (fh); } gsasl-1.8.0/gl/error.h0000664000000000000000000000474611746471770011457 00000000000000/* Declaration for error-reporting function Copyright (C) 1995-1997, 2003, 2006, 2008-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _ERROR_H #define _ERROR_H 1 /* The __attribute__ feature is available in gcc versions 2.5 and later. The __-protected variants of the attributes 'format' and 'printf' are accepted by gcc versions 2.6.4 (effectively 2.7) and later. We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because gnulib and libintl do '#define printf __printf__' when they override the 'printf' function. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) #else # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ #endif #ifdef __cplusplus extern "C" { #endif /* Print a message with 'fprintf (stderr, FORMAT, ...)'; if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM). If STATUS is nonzero, terminate the program with 'exit (STATUS)'. */ extern void error (int __status, int __errnum, const char *__format, ...) _GL_ATTRIBUTE_FORMAT ((__printf__, 3, 4)); extern void error_at_line (int __status, int __errnum, const char *__fname, unsigned int __lineno, const char *__format, ...) _GL_ATTRIBUTE_FORMAT ((__printf__, 5, 6)); /* If NULL, error will flush stdout, then print on stderr the program name, a colon and a space. Otherwise, error will call this function without parameters instead. */ extern void (*error_print_progname) (void); /* This variable is incremented each time 'error' is called. */ extern unsigned int error_message_count; /* Sometimes we want to have at most one error per line. This variable controls whether this mode is selected or not. */ extern int error_one_per_line; #ifdef __cplusplus } #endif #endif /* error.h */ gsasl-1.8.0/gl/iconv_open-hpux.h0000664000000000000000000002744111760731170013431 00000000000000/* ANSI-C code produced by gperf version 3.0.3 */ /* Command-line: gperf -m 10 ./iconv_open-hpux.gperf */ /* Computed positions: -k'4,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-hpux.gperf" struct mapping { int standard_name; const char vendor_name[9 + 1]; }; #define TOTAL_KEYWORDS 44 #define MIN_WORD_LENGTH 4 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 6 #define MAX_HASH_VALUE 49 /* maximum key range = 44, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 1, 2, 24, 43, 5, 10, 0, 13, 32, 3, 19, 18, 50, 50, 50, 50, 50, 50, 50, 50, 50, 5, 50, 50, 50, 50, 14, 5, 0, 50, 50, 0, 27, 50, 12, 14, 50, 50, 0, 5, 2, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50 }; return len + asso_values[(unsigned char)str[3]+4] + asso_values[(unsigned char)str[len - 1]]; } struct stringpool_t { char stringpool_str6[sizeof("CP1256")]; char stringpool_str7[sizeof("CP1250")]; char stringpool_str8[sizeof("CP1251")]; char stringpool_str9[sizeof("CP850")]; char stringpool_str10[sizeof("TIS-620")]; char stringpool_str11[sizeof("CP1254")]; char stringpool_str12[sizeof("ISO-8859-6")]; char stringpool_str13[sizeof("EUC-TW")]; char stringpool_str14[sizeof("ISO-8859-1")]; char stringpool_str15[sizeof("ISO-8859-9")]; char stringpool_str16[sizeof("CP1255")]; char stringpool_str17[sizeof("BIG5")]; char stringpool_str18[sizeof("CP855")]; char stringpool_str19[sizeof("CP1257")]; char stringpool_str20[sizeof("EUC-KR")]; char stringpool_str21[sizeof("CP857")]; char stringpool_str22[sizeof("ISO-8859-5")]; char stringpool_str23[sizeof("ISO-8859-15")]; char stringpool_str24[sizeof("CP866")]; char stringpool_str25[sizeof("ISO-8859-7")]; char stringpool_str26[sizeof("CP861")]; char stringpool_str27[sizeof("CP869")]; char stringpool_str28[sizeof("CP874")]; char stringpool_str29[sizeof("CP864")]; char stringpool_str30[sizeof("CP1252")]; char stringpool_str31[sizeof("CP437")]; char stringpool_str32[sizeof("CP852")]; char stringpool_str33[sizeof("CP775")]; char stringpool_str34[sizeof("CP865")]; char stringpool_str35[sizeof("EUC-JP")]; char stringpool_str36[sizeof("ISO-8859-2")]; char stringpool_str37[sizeof("SHIFT_JIS")]; char stringpool_str38[sizeof("CP1258")]; char stringpool_str39[sizeof("UTF-8")]; char stringpool_str40[sizeof("HP-KANA8")]; char stringpool_str41[sizeof("HP-ROMAN8")]; char stringpool_str42[sizeof("HP-HEBREW8")]; char stringpool_str43[sizeof("GB2312")]; char stringpool_str44[sizeof("ISO-8859-8")]; char stringpool_str45[sizeof("HP-TURKISH8")]; char stringpool_str46[sizeof("HP-GREEK8")]; char stringpool_str47[sizeof("HP-ARABIC8")]; char stringpool_str48[sizeof("CP862")]; char stringpool_str49[sizeof("CP1253")]; }; static const struct stringpool_t stringpool_contents = { "CP1256", "CP1250", "CP1251", "CP850", "TIS-620", "CP1254", "ISO-8859-6", "EUC-TW", "ISO-8859-1", "ISO-8859-9", "CP1255", "BIG5", "CP855", "CP1257", "EUC-KR", "CP857", "ISO-8859-5", "ISO-8859-15", "CP866", "ISO-8859-7", "CP861", "CP869", "CP874", "CP864", "CP1252", "CP437", "CP852", "CP775", "CP865", "EUC-JP", "ISO-8859-2", "SHIFT_JIS", "CP1258", "UTF-8", "HP-KANA8", "HP-ROMAN8", "HP-HEBREW8", "GB2312", "ISO-8859-8", "HP-TURKISH8", "HP-GREEK8", "HP-ARABIC8", "CP862", "CP1253" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, #line 40 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "cp1256"}, #line 34 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "cp1250"}, #line 35 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "cp1251"}, #line 23 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "cp850"}, #line 49 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "tis620"}, #line 38 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "cp1254"}, #line 16 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "iso88596"}, #line 53 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "eucTW"}, #line 13 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "iso88591"}, #line 19 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "iso88599"}, #line 39 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "cp1255"}, #line 54 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "big5"}, #line 25 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "cp855"}, #line 41 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "cp1257"}, #line 52 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "eucKR"}, #line 26 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "cp857"}, #line 15 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "iso88595"}, #line 20 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "iso885915"}, #line 31 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str24, "cp866"}, #line 17 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str25, "iso88597"}, #line 27 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str26, "cp861"}, #line 32 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str27, "cp869"}, #line 33 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str28, "cp874"}, #line 29 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str29, "cp864"}, #line 36 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str30, "cp1252"}, #line 21 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str31, "cp437"}, #line 24 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str32, "cp852"}, #line 22 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str33, "cp775"}, #line 30 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str34, "cp865"}, #line 51 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str35, "eucJP"}, #line 14 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str36, "iso88592"}, #line 55 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str37, "sjis"}, #line 42 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str38, "cp1258"}, #line 56 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str39, "utf8"}, #line 48 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str40, "kana8"}, #line 43 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str41, "roman8"}, #line 46 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str42, "hebrew8"}, #line 50 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str43, "hp15CN"}, #line 18 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str44, "iso88598"}, #line 47 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str45, "turkish8"}, #line 45 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str46, "greek8"}, #line 44 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str47, "arabic8"}, #line 28 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str48, "cp862"}, #line 37 "./iconv_open-hpux.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str49, "cp1253"} }; #ifdef __GNUC__ __inline #ifdef __GNUC_STDC_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } gsasl-1.8.0/gl/close.c0000664000000000000000000000270711746471770011421 00000000000000/* close replacement. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #include "fd-hook.h" #include "msvc-inval.h" #undef close #if HAVE_MSVC_INVALID_PARAMETER_HANDLER static int close_nothrow (int fd) { int result; TRY_MSVC_INVAL { result = close (fd); } CATCH_MSVC_INVAL { result = -1; errno = EBADF; } DONE_MSVC_INVAL; return result; } #else # define close_nothrow close #endif /* Override close() to call into other gnulib modules. */ int rpl_close (int fd) { #if WINDOWS_SOCKETS int retval = execute_all_close_hooks (close_nothrow, fd); #else int retval = close_nothrow (fd); #endif #if REPLACE_FCHDIR if (retval >= 0) _gl_unregister_fd (fd); #endif return retval; } gsasl-1.8.0/gl/connect.c0000664000000000000000000000301511746471770011736 00000000000000/* connect.c --- wrappers for Windows connect function Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paolo Bonzini */ #include #define WIN32_LEAN_AND_MEAN /* Get winsock2.h. */ #include /* Get set_winsock_errno, FD_TO_SOCKET etc. */ #include "w32sock.h" #undef connect int rpl_connect (int fd, const struct sockaddr *sockaddr, socklen_t len) { SOCKET sock = FD_TO_SOCKET (fd); if (sock == INVALID_SOCKET) { errno = EBADF; return -1; } else { int r = connect (sock, sockaddr, len); if (r < 0) { /* EINPROGRESS is not returned by WinSock 2.0; for backwards compatibility, connect(2) uses EWOULDBLOCK. */ if (WSAGetLastError () == WSAEWOULDBLOCK) WSASetLastError (WSAEINPROGRESS); set_winsock_errno (); } return r; } } gsasl-1.8.0/gl/c-ctype.h0000664000000000000000000002202611746471770011661 00000000000000/* Character handling in C locale. These functions work like the corresponding functions in , except that they have the C (POSIX) locale hardwired, whereas the functions' behaviour depends on the current locale set via setlocale. Copyright (C) 2000-2003, 2006, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef C_CTYPE_H #define C_CTYPE_H #include #ifdef __cplusplus extern "C" { #endif /* The functions defined in this file assume the "C" locale and a character set without diacritics (ASCII-US or EBCDIC-US or something like that). Even if the "C" locale on a particular system is an extension of the ASCII character set (like on BeOS, where it is UTF-8, or on AmigaOS, where it is ISO-8859-1), the functions in this file recognize only the ASCII characters. */ /* Check whether the ASCII optimizations apply. */ /* ANSI C89 (and ISO C99 5.2.1.3 too) already guarantees that '0', '1', ..., '9' have consecutive integer values. */ #define C_CTYPE_CONSECUTIVE_DIGITS 1 #if ('A' <= 'Z') \ && ('A' + 1 == 'B') && ('B' + 1 == 'C') && ('C' + 1 == 'D') \ && ('D' + 1 == 'E') && ('E' + 1 == 'F') && ('F' + 1 == 'G') \ && ('G' + 1 == 'H') && ('H' + 1 == 'I') && ('I' + 1 == 'J') \ && ('J' + 1 == 'K') && ('K' + 1 == 'L') && ('L' + 1 == 'M') \ && ('M' + 1 == 'N') && ('N' + 1 == 'O') && ('O' + 1 == 'P') \ && ('P' + 1 == 'Q') && ('Q' + 1 == 'R') && ('R' + 1 == 'S') \ && ('S' + 1 == 'T') && ('T' + 1 == 'U') && ('U' + 1 == 'V') \ && ('V' + 1 == 'W') && ('W' + 1 == 'X') && ('X' + 1 == 'Y') \ && ('Y' + 1 == 'Z') #define C_CTYPE_CONSECUTIVE_UPPERCASE 1 #endif #if ('a' <= 'z') \ && ('a' + 1 == 'b') && ('b' + 1 == 'c') && ('c' + 1 == 'd') \ && ('d' + 1 == 'e') && ('e' + 1 == 'f') && ('f' + 1 == 'g') \ && ('g' + 1 == 'h') && ('h' + 1 == 'i') && ('i' + 1 == 'j') \ && ('j' + 1 == 'k') && ('k' + 1 == 'l') && ('l' + 1 == 'm') \ && ('m' + 1 == 'n') && ('n' + 1 == 'o') && ('o' + 1 == 'p') \ && ('p' + 1 == 'q') && ('q' + 1 == 'r') && ('r' + 1 == 's') \ && ('s' + 1 == 't') && ('t' + 1 == 'u') && ('u' + 1 == 'v') \ && ('v' + 1 == 'w') && ('w' + 1 == 'x') && ('x' + 1 == 'y') \ && ('y' + 1 == 'z') #define C_CTYPE_CONSECUTIVE_LOWERCASE 1 #endif #if (' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126) /* The character set is ASCII or one of its variants or extensions, not EBCDIC. Testing the value of '\n' and '\r' is not relevant. */ #define C_CTYPE_ASCII 1 #endif /* Function declarations. */ /* Unlike the functions in , which require an argument in the range of the 'unsigned char' type, the functions here operate on values that are in the 'unsigned char' range or in the 'char' range. In other words, when you have a 'char' value, you need to cast it before using it as argument to a function: const char *s = ...; if (isalpha ((unsigned char) *s)) ... but you don't need to cast it for the functions defined in this file: const char *s = ...; if (c_isalpha (*s)) ... */ extern bool c_isascii (int c) _GL_ATTRIBUTE_CONST; /* not locale dependent */ extern bool c_isalnum (int c) _GL_ATTRIBUTE_CONST; extern bool c_isalpha (int c) _GL_ATTRIBUTE_CONST; extern bool c_isblank (int c) _GL_ATTRIBUTE_CONST; extern bool c_iscntrl (int c) _GL_ATTRIBUTE_CONST; extern bool c_isdigit (int c) _GL_ATTRIBUTE_CONST; extern bool c_islower (int c) _GL_ATTRIBUTE_CONST; extern bool c_isgraph (int c) _GL_ATTRIBUTE_CONST; extern bool c_isprint (int c) _GL_ATTRIBUTE_CONST; extern bool c_ispunct (int c) _GL_ATTRIBUTE_CONST; extern bool c_isspace (int c) _GL_ATTRIBUTE_CONST; extern bool c_isupper (int c) _GL_ATTRIBUTE_CONST; extern bool c_isxdigit (int c) _GL_ATTRIBUTE_CONST; extern int c_tolower (int c) _GL_ATTRIBUTE_CONST; extern int c_toupper (int c) _GL_ATTRIBUTE_CONST; #if defined __GNUC__ && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ && !defined NO_C_CTYPE_MACROS /* ASCII optimizations. */ #undef c_isascii #define c_isascii(c) \ ({ int __c = (c); \ (__c >= 0x00 && __c <= 0x7f); \ }) #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII #undef c_isalnum #define c_isalnum(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z')); \ }) #else #undef c_isalnum #define c_isalnum(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || (__c >= 'A' && __c <= 'Z') \ || (__c >= 'a' && __c <= 'z')); \ }) #endif #endif #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII #undef c_isalpha #define c_isalpha(c) \ ({ int __c = (c); \ ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z'); \ }) #else #undef c_isalpha #define c_isalpha(c) \ ({ int __c = (c); \ ((__c >= 'A' && __c <= 'Z') || (__c >= 'a' && __c <= 'z')); \ }) #endif #endif #undef c_isblank #define c_isblank(c) \ ({ int __c = (c); \ (__c == ' ' || __c == '\t'); \ }) #if C_CTYPE_ASCII #undef c_iscntrl #define c_iscntrl(c) \ ({ int __c = (c); \ ((__c & ~0x1f) == 0 || __c == 0x7f); \ }) #endif #if C_CTYPE_CONSECUTIVE_DIGITS #undef c_isdigit #define c_isdigit(c) \ ({ int __c = (c); \ (__c >= '0' && __c <= '9'); \ }) #endif #if C_CTYPE_CONSECUTIVE_LOWERCASE #undef c_islower #define c_islower(c) \ ({ int __c = (c); \ (__c >= 'a' && __c <= 'z'); \ }) #endif #if C_CTYPE_ASCII #undef c_isgraph #define c_isgraph(c) \ ({ int __c = (c); \ (__c >= '!' && __c <= '~'); \ }) #endif #if C_CTYPE_ASCII #undef c_isprint #define c_isprint(c) \ ({ int __c = (c); \ (__c >= ' ' && __c <= '~'); \ }) #endif #if C_CTYPE_ASCII #undef c_ispunct #define c_ispunct(c) \ ({ int _c = (c); \ (c_isgraph (_c) && ! c_isalnum (_c)); \ }) #endif #undef c_isspace #define c_isspace(c) \ ({ int __c = (c); \ (__c == ' ' || __c == '\t' \ || __c == '\n' || __c == '\v' || __c == '\f' || __c == '\r'); \ }) #if C_CTYPE_CONSECUTIVE_UPPERCASE #undef c_isupper #define c_isupper(c) \ ({ int __c = (c); \ (__c >= 'A' && __c <= 'Z'); \ }) #endif #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII #undef c_isxdigit #define c_isxdigit(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'F')); \ }) #else #undef c_isxdigit #define c_isxdigit(c) \ ({ int __c = (c); \ ((__c >= '0' && __c <= '9') \ || (__c >= 'A' && __c <= 'F') \ || (__c >= 'a' && __c <= 'f')); \ }) #endif #endif #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #undef c_tolower #define c_tolower(c) \ ({ int __c = (c); \ (__c >= 'A' && __c <= 'Z' ? __c - 'A' + 'a' : __c); \ }) #undef c_toupper #define c_toupper(c) \ ({ int __c = (c); \ (__c >= 'a' && __c <= 'z' ? __c - 'a' + 'A' : __c); \ }) #endif #endif /* optimizing for speed */ #ifdef __cplusplus } #endif #endif /* C_CTYPE_H */ gsasl-1.8.0/gl/poll.c0000664000000000000000000004037511756672731011266 00000000000000/* Emulation for poll(2) Contributed by Paolo Bonzini. Copyright 2001-2003, 2006-2012 Free Software Foundation, Inc. This file is part of gnulib. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Tell gcc not to warn about the (nfd < 0) tests, below. */ #if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wtype-limits" #endif #include #include #include /* Specification. */ #include #include #include #include #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # define WINDOWS_NATIVE # include # include # include # include # include # include "msvc-nothrow.h" #else # include # include # include # include #endif #ifdef HAVE_SYS_IOCTL_H # include #endif #ifdef HAVE_SYS_FILIO_H # include #endif #include #ifndef INFTIM # define INFTIM (-1) #endif /* BeOS does not have MSG_PEEK. */ #ifndef MSG_PEEK # define MSG_PEEK 0 #endif #ifdef WINDOWS_NATIVE /* Optimized test whether a HANDLE refers to a console. See . */ #define IsConsoleHandle(h) (((intptr_t) (h) & 3) == 3) static BOOL IsSocketHandle (HANDLE h) { WSANETWORKEVENTS ev; if (IsConsoleHandle (h)) return FALSE; /* Under Wine, it seems that getsockopt returns 0 for pipes too. WSAEnumNetworkEvents instead distinguishes the two correctly. */ ev.lNetworkEvents = 0xDEADBEEF; WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev); return ev.lNetworkEvents != 0xDEADBEEF; } /* Declare data structures for ntdll functions. */ typedef struct _FILE_PIPE_LOCAL_INFORMATION { ULONG NamedPipeType; ULONG NamedPipeConfiguration; ULONG MaximumInstances; ULONG CurrentInstances; ULONG InboundQuota; ULONG ReadDataAvailable; ULONG OutboundQuota; ULONG WriteQuotaAvailable; ULONG NamedPipeState; ULONG NamedPipeEnd; } FILE_PIPE_LOCAL_INFORMATION, *PFILE_PIPE_LOCAL_INFORMATION; typedef struct _IO_STATUS_BLOCK { union { DWORD Status; PVOID Pointer; } u; ULONG_PTR Information; } IO_STATUS_BLOCK, *PIO_STATUS_BLOCK; typedef enum _FILE_INFORMATION_CLASS { FilePipeLocalInformation = 24 } FILE_INFORMATION_CLASS, *PFILE_INFORMATION_CLASS; typedef DWORD (WINAPI *PNtQueryInformationFile) (HANDLE, IO_STATUS_BLOCK *, VOID *, ULONG, FILE_INFORMATION_CLASS); # ifndef PIPE_BUF # define PIPE_BUF 512 # endif /* Compute revents values for file handle H. If some events cannot happen for the handle, eliminate them from *P_SOUGHT. */ static int windows_compute_revents (HANDLE h, int *p_sought) { int i, ret, happened; INPUT_RECORD *irbuffer; DWORD avail, nbuffer; BOOL bRet; IO_STATUS_BLOCK iosb; FILE_PIPE_LOCAL_INFORMATION fpli; static PNtQueryInformationFile NtQueryInformationFile; static BOOL once_only; switch (GetFileType (h)) { case FILE_TYPE_PIPE: if (!once_only) { NtQueryInformationFile = (PNtQueryInformationFile) GetProcAddress (GetModuleHandle ("ntdll.dll"), "NtQueryInformationFile"); once_only = TRUE; } happened = 0; if (PeekNamedPipe (h, NULL, 0, NULL, &avail, NULL) != 0) { if (avail) happened |= *p_sought & (POLLIN | POLLRDNORM); } else if (GetLastError () == ERROR_BROKEN_PIPE) happened |= POLLHUP; else { /* It was the write-end of the pipe. Check if it is writable. If NtQueryInformationFile fails, optimistically assume the pipe is writable. This could happen on Windows 9x, where NtQueryInformationFile is not available, or if we inherit a pipe that doesn't permit FILE_READ_ATTRIBUTES access on the write end (I think this should not happen since Windows XP SP2; WINE seems fine too). Otherwise, ensure that enough space is available for atomic writes. */ memset (&iosb, 0, sizeof (iosb)); memset (&fpli, 0, sizeof (fpli)); if (!NtQueryInformationFile || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli), FilePipeLocalInformation) || fpli.WriteQuotaAvailable >= PIPE_BUF || (fpli.OutboundQuota < PIPE_BUF && fpli.WriteQuotaAvailable == fpli.OutboundQuota)) happened |= *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); } return happened; case FILE_TYPE_CHAR: ret = WaitForSingleObject (h, 0); if (!IsConsoleHandle (h)) return ret == WAIT_OBJECT_0 ? *p_sought & ~(POLLPRI | POLLRDBAND) : 0; nbuffer = avail = 0; bRet = GetNumberOfConsoleInputEvents (h, &nbuffer); if (bRet) { /* Input buffer. */ *p_sought &= POLLIN | POLLRDNORM; if (nbuffer == 0) return POLLHUP; if (!*p_sought) return 0; irbuffer = (INPUT_RECORD *) alloca (nbuffer * sizeof (INPUT_RECORD)); bRet = PeekConsoleInput (h, irbuffer, nbuffer, &avail); if (!bRet || avail == 0) return POLLHUP; for (i = 0; i < avail; i++) if (irbuffer[i].EventType == KEY_EVENT) return *p_sought; return 0; } else { /* Screen buffer. */ *p_sought &= POLLOUT | POLLWRNORM | POLLWRBAND; return *p_sought; } default: ret = WaitForSingleObject (h, 0); if (ret == WAIT_OBJECT_0) return *p_sought & ~(POLLPRI | POLLRDBAND); return *p_sought & (POLLOUT | POLLWRNORM | POLLWRBAND); } } /* Convert fd_sets returned by select into revents values. */ static int windows_compute_revents_socket (SOCKET h, int sought, long lNetworkEvents) { int happened = 0; if ((lNetworkEvents & (FD_READ | FD_ACCEPT | FD_CLOSE)) == FD_ACCEPT) happened |= (POLLIN | POLLRDNORM) & sought; else if (lNetworkEvents & (FD_READ | FD_ACCEPT | FD_CLOSE)) { int r, error; char data[64]; WSASetLastError (0); r = recv (h, data, sizeof (data), MSG_PEEK); error = WSAGetLastError (); WSASetLastError (0); if (r > 0 || error == WSAENOTCONN) happened |= (POLLIN | POLLRDNORM) & sought; /* Distinguish hung-up sockets from other errors. */ else if (r == 0 || error == WSAESHUTDOWN || error == WSAECONNRESET || error == WSAECONNABORTED || error == WSAENETRESET) happened |= POLLHUP; else happened |= POLLERR; } if (lNetworkEvents & (FD_WRITE | FD_CONNECT)) happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; if (lNetworkEvents & FD_OOB) happened |= (POLLPRI | POLLRDBAND) & sought; return happened; } #else /* !MinGW */ /* Convert select(2) returned fd_sets into poll(2) revents values. */ static int compute_revents (int fd, int sought, fd_set *rfds, fd_set *wfds, fd_set *efds) { int happened = 0; if (FD_ISSET (fd, rfds)) { int r; int socket_errno; # if defined __MACH__ && defined __APPLE__ /* There is a bug in Mac OS X that causes it to ignore MSG_PEEK for some kinds of descriptors. Detect if this descriptor is a connected socket, a server socket, or something else using a 0-byte recv, and use ioctl(2) to detect POLLHUP. */ r = recv (fd, NULL, 0, MSG_PEEK); socket_errno = (r < 0) ? errno : 0; if (r == 0 || socket_errno == ENOTSOCK) ioctl (fd, FIONREAD, &r); # else char data[64]; r = recv (fd, data, sizeof (data), MSG_PEEK); socket_errno = (r < 0) ? errno : 0; # endif if (r == 0) happened |= POLLHUP; /* If the event happened on an unconnected server socket, that's fine. */ else if (r > 0 || ( /* (r == -1) && */ socket_errno == ENOTCONN)) happened |= (POLLIN | POLLRDNORM) & sought; /* Distinguish hung-up sockets from other errors. */ else if (socket_errno == ESHUTDOWN || socket_errno == ECONNRESET || socket_errno == ECONNABORTED || socket_errno == ENETRESET) happened |= POLLHUP; else happened |= POLLERR; } if (FD_ISSET (fd, wfds)) happened |= (POLLOUT | POLLWRNORM | POLLWRBAND) & sought; if (FD_ISSET (fd, efds)) happened |= (POLLPRI | POLLRDBAND) & sought; return happened; } #endif /* !MinGW */ int poll (struct pollfd *pfd, nfds_t nfd, int timeout) { #ifndef WINDOWS_NATIVE fd_set rfds, wfds, efds; struct timeval tv; struct timeval *ptv; int maxfd, rc; nfds_t i; # ifdef _SC_OPEN_MAX static int sc_open_max = -1; if (nfd < 0 || (nfd > sc_open_max && (sc_open_max != -1 || nfd > (sc_open_max = sysconf (_SC_OPEN_MAX))))) { errno = EINVAL; return -1; } # else /* !_SC_OPEN_MAX */ # ifdef OPEN_MAX if (nfd < 0 || nfd > OPEN_MAX) { errno = EINVAL; return -1; } # endif /* OPEN_MAX -- else, no check is needed */ # endif /* !_SC_OPEN_MAX */ /* EFAULT is not necessary to implement, but let's do it in the simplest case. */ if (!pfd) { errno = EFAULT; return -1; } /* convert timeout number into a timeval structure */ if (timeout == 0) { ptv = &tv; ptv->tv_sec = 0; ptv->tv_usec = 0; } else if (timeout > 0) { ptv = &tv; ptv->tv_sec = timeout / 1000; ptv->tv_usec = (timeout % 1000) * 1000; } else if (timeout == INFTIM) /* wait forever */ ptv = NULL; else { errno = EINVAL; return -1; } /* create fd sets and determine max fd */ maxfd = -1; FD_ZERO (&rfds); FD_ZERO (&wfds); FD_ZERO (&efds); for (i = 0; i < nfd; i++) { if (pfd[i].fd < 0) continue; if (pfd[i].events & (POLLIN | POLLRDNORM)) FD_SET (pfd[i].fd, &rfds); /* see select(2): "the only exceptional condition detectable is out-of-band data received on a socket", hence we push POLLWRBAND events onto wfds instead of efds. */ if (pfd[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) FD_SET (pfd[i].fd, &wfds); if (pfd[i].events & (POLLPRI | POLLRDBAND)) FD_SET (pfd[i].fd, &efds); if (pfd[i].fd >= maxfd && (pfd[i].events & (POLLIN | POLLOUT | POLLPRI | POLLRDNORM | POLLRDBAND | POLLWRNORM | POLLWRBAND))) { maxfd = pfd[i].fd; if (maxfd > FD_SETSIZE) { errno = EOVERFLOW; return -1; } } } /* examine fd sets */ rc = select (maxfd + 1, &rfds, &wfds, &efds, ptv); if (rc < 0) return rc; /* establish results */ rc = 0; for (i = 0; i < nfd; i++) if (pfd[i].fd < 0) pfd[i].revents = 0; else { int happened = compute_revents (pfd[i].fd, pfd[i].events, &rfds, &wfds, &efds); if (happened) { pfd[i].revents = happened; rc++; } } return rc; #else static struct timeval tv0; static HANDLE hEvent; WSANETWORKEVENTS ev; HANDLE h, handle_array[FD_SETSIZE + 2]; DWORD ret, wait_timeout, nhandles; fd_set rfds, wfds, xfds; BOOL poll_again; MSG msg; int rc = 0; nfds_t i; if (nfd < 0 || timeout < -1) { errno = EINVAL; return -1; } if (!hEvent) hEvent = CreateEvent (NULL, FALSE, FALSE, NULL); restart: handle_array[0] = hEvent; nhandles = 1; FD_ZERO (&rfds); FD_ZERO (&wfds); FD_ZERO (&xfds); /* Classify socket handles and create fd sets. */ for (i = 0; i < nfd; i++) { int sought = pfd[i].events; pfd[i].revents = 0; if (pfd[i].fd < 0) continue; if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND | POLLPRI | POLLRDBAND))) continue; h = (HANDLE) _get_osfhandle (pfd[i].fd); assert (h != NULL); if (IsSocketHandle (h)) { int requested = FD_CLOSE; /* see above; socket handles are mapped onto select. */ if (sought & (POLLIN | POLLRDNORM)) { requested |= FD_READ | FD_ACCEPT; FD_SET ((SOCKET) h, &rfds); } if (sought & (POLLOUT | POLLWRNORM | POLLWRBAND)) { requested |= FD_WRITE | FD_CONNECT; FD_SET ((SOCKET) h, &wfds); } if (sought & (POLLPRI | POLLRDBAND)) { requested |= FD_OOB; FD_SET ((SOCKET) h, &xfds); } if (requested) WSAEventSelect ((SOCKET) h, hEvent, requested); } else { /* Poll now. If we get an event, do not poll again. Also, screen buffer handles are waitable, and they'll block until a character is available. windows_compute_revents eliminates bits for the "wrong" direction. */ pfd[i].revents = windows_compute_revents (h, &sought); if (sought) handle_array[nhandles++] = h; if (pfd[i].revents) timeout = 0; } } if (select (0, &rfds, &wfds, &xfds, &tv0) > 0) { /* Do MsgWaitForMultipleObjects anyway to dispatch messages, but no need to call select again. */ poll_again = FALSE; wait_timeout = 0; } else { poll_again = TRUE; if (timeout == INFTIM) wait_timeout = INFINITE; else wait_timeout = timeout; } for (;;) { ret = MsgWaitForMultipleObjects (nhandles, handle_array, FALSE, wait_timeout, QS_ALLINPUT); if (ret == WAIT_OBJECT_0 + nhandles) { /* new input of some other kind */ BOOL bRet; while ((bRet = PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) != 0) { TranslateMessage (&msg); DispatchMessage (&msg); } } else break; } if (poll_again) select (0, &rfds, &wfds, &xfds, &tv0); /* Place a sentinel at the end of the array. */ handle_array[nhandles] = NULL; nhandles = 1; for (i = 0; i < nfd; i++) { int happened; if (pfd[i].fd < 0) continue; if (!(pfd[i].events & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND))) continue; h = (HANDLE) _get_osfhandle (pfd[i].fd); if (h != handle_array[nhandles]) { /* It's a socket. */ WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev); WSAEventSelect ((SOCKET) h, 0, 0); /* If we're lucky, WSAEnumNetworkEvents already provided a way to distinguish FD_READ and FD_ACCEPT; this saves a recv later. */ if (FD_ISSET ((SOCKET) h, &rfds) && !(ev.lNetworkEvents & (FD_READ | FD_ACCEPT))) ev.lNetworkEvents |= FD_READ | FD_ACCEPT; if (FD_ISSET ((SOCKET) h, &wfds)) ev.lNetworkEvents |= FD_WRITE | FD_CONNECT; if (FD_ISSET ((SOCKET) h, &xfds)) ev.lNetworkEvents |= FD_OOB; happened = windows_compute_revents_socket ((SOCKET) h, pfd[i].events, ev.lNetworkEvents); } else { /* Not a socket. */ int sought = pfd[i].events; happened = windows_compute_revents (h, &sought); nhandles++; } if ((pfd[i].revents |= happened) != 0) rc++; } if (!rc && timeout == INFTIM) { SwitchToThread(); goto restart; } return rc; #endif } gsasl-1.8.0/gl/gettext.h0000664000000000000000000001553711746471770012012 00000000000000/* Convenience header for conditional use of GNU . Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _LIBGETTEXT_H #define _LIBGETTEXT_H 1 /* NLS can be disabled through the configure --disable-nls option. */ #if ENABLE_NLS /* Get declarations of GNU message catalog functions. */ # include /* You can set the DEFAULT_TEXT_DOMAIN macro to specify the domain used by the gettext() and ngettext() macros. This is an alternative to calling textdomain(), and is useful for libraries. */ # ifdef DEFAULT_TEXT_DOMAIN # undef gettext # define gettext(Msgid) \ dgettext (DEFAULT_TEXT_DOMAIN, Msgid) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N) # endif #else /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of a NOP. We don't include as well because people using "gettext.h" will not include , and also including would fail on SunOS 4, whereas is OK. */ #if defined(__sun) # include #endif /* Many header files from the libstdc++ coming with g++ 3.3 or newer include , which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of a NOP. */ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) # include # if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H # include # endif #endif /* Disabled NLS. The casts to 'const char *' serve the purpose of producing warnings for invalid uses of the value returned from these functions. On pre-ANSI systems without 'const', the config.h file is supposed to contain "#define const". */ # undef gettext # define gettext(Msgid) ((const char *) (Msgid)) # undef dgettext # define dgettext(Domainname, Msgid) ((void) (Domainname), gettext (Msgid)) # undef dcgettext # define dcgettext(Domainname, Msgid, Category) \ ((void) (Category), dgettext (Domainname, Msgid)) # undef ngettext # define ngettext(Msgid1, Msgid2, N) \ ((N) == 1 \ ? ((void) (Msgid2), (const char *) (Msgid1)) \ : ((void) (Msgid1), (const char *) (Msgid2))) # undef dngettext # define dngettext(Domainname, Msgid1, Msgid2, N) \ ((void) (Domainname), ngettext (Msgid1, Msgid2, N)) # undef dcngettext # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N)) # undef textdomain # define textdomain(Domainname) ((const char *) (Domainname)) # undef bindtextdomain # define bindtextdomain(Domainname, Dirname) \ ((void) (Domainname), (const char *) (Dirname)) # undef bind_textdomain_codeset # define bind_textdomain_codeset(Domainname, Codeset) \ ((void) (Domainname), (const char *) (Codeset)) #endif /* Prefer gnulib's setlocale override over libintl's setlocale override. */ #ifdef GNULIB_defined_setlocale # undef setlocale # define setlocale rpl_setlocale #endif /* A pseudo function call that serves as a marker for the automated extraction of messages, but does not call gettext(). The run-time translation is done at a different place in the code. The argument, String, should be a literal string. Concatenated strings and other string expressions won't work. The macro's expansion is not parenthesized, so that it is suitable as initializer for static 'char[]' or 'const char[]' variables. */ #define gettext_noop(String) String /* The separator between msgctxt and msgid in a .mo file. */ #define GETTEXT_CONTEXT_GLUE "\004" /* Pseudo function calls, taking a MSGCTXT and a MSGID instead of just a MSGID. MSGCTXT and MSGID must be string literals. MSGCTXT should be short and rarely need to change. The letter 'p' stands for 'particular' or 'special'. */ #ifdef DEFAULT_TEXT_DOMAIN # define pgettext(Msgctxt, Msgid) \ pgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #else # define pgettext(Msgctxt, Msgid) \ pgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #endif #define dpgettext(Domainname, Msgctxt, Msgid) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, LC_MESSAGES) #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \ pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category) #ifdef DEFAULT_TEXT_DOMAIN # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #else # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #endif #define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES) #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \ npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category) #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * pgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, int category) { const char *translation = dcgettext (domain, msg_ctxt_id, category); if (translation == msg_ctxt_id) return msgid; else return translation; } #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static const char * npgettext_aux (const char *domain, const char *msg_ctxt_id, const char *msgid, const char *msgid_plural, unsigned long int n, int category) { const char *translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); if (translation == msg_ctxt_id || translation == msgid_plural) return (n == 1 ? msgid : msgid_plural); else return translation; } /* The same thing extended for non-constant arguments. Here MSGCTXT and MSGID can be arbitrary expressions. But for string literals these macros are less efficient than those above. */ #include #endif /* _LIBGETTEXT_H */ gsasl-1.8.0/gl/sys_stat.in.h0000664000000000000000000004761011754207011012561 00000000000000/* Provide a more complete sys/stat header file. Copyright (C) 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake, Paul Eggert, and Jim Meyering. */ /* This file is supposed to be used on platforms where is incomplete. It is intended to provide definitions and prototypes needed by an application. Start with what the system provides. */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_system_sys_stat_h /* Special invocation convention. */ #@INCLUDE_NEXT@ @NEXT_SYS_STAT_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_SYS_STAT_H /* Get nlink_t. May also define off_t to a 64-bit type on native Windows. */ #include /* Get struct timespec. */ #include /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_SYS_STAT_H@ #ifndef _@GUARD_PREFIX@_SYS_STAT_H #define _@GUARD_PREFIX@_SYS_STAT_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Before doing "#define mkdir rpl_mkdir" below, we need to include all headers that may declare mkdir(). Native Windows platforms declare mkdir in and/or , not in . */ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include /* mingw32, mingw64 */ # include /* mingw64, MSVC 9 */ #endif /* Native Windows platforms declare umask() in . */ #if 0 && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include #endif /* Large File Support on native Windows. */ #if @WINDOWS_64_BIT_ST_SIZE@ # define stat _stati64 #endif #ifndef S_IFIFO # ifdef _S_IFIFO # define S_IFIFO _S_IFIFO # endif #endif #ifndef S_IFMT # define S_IFMT 0170000 #endif #if STAT_MACROS_BROKEN # undef S_ISBLK # undef S_ISCHR # undef S_ISDIR # undef S_ISFIFO # undef S_ISLNK # undef S_ISNAM # undef S_ISMPB # undef S_ISMPC # undef S_ISNWK # undef S_ISREG # undef S_ISSOCK #endif #ifndef S_ISBLK # ifdef S_IFBLK # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) # else # define S_ISBLK(m) 0 # endif #endif #ifndef S_ISCHR # ifdef S_IFCHR # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) # else # define S_ISCHR(m) 0 # endif #endif #ifndef S_ISDIR # ifdef S_IFDIR # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) # else # define S_ISDIR(m) 0 # endif #endif #ifndef S_ISDOOR /* Solaris 2.5 and up */ # define S_ISDOOR(m) 0 #endif #ifndef S_ISFIFO # ifdef S_IFIFO # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) # else # define S_ISFIFO(m) 0 # endif #endif #ifndef S_ISLNK # ifdef S_IFLNK # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) # else # define S_ISLNK(m) 0 # endif #endif #ifndef S_ISMPB /* V7 */ # ifdef S_IFMPB # define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB) # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) # else # define S_ISMPB(m) 0 # define S_ISMPC(m) 0 # endif #endif #ifndef S_ISNAM /* Xenix */ # ifdef S_IFNAM # define S_ISNAM(m) (((m) & S_IFMT) == S_IFNAM) # else # define S_ISNAM(m) 0 # endif #endif #ifndef S_ISNWK /* HP/UX */ # ifdef S_IFNWK # define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) # else # define S_ISNWK(m) 0 # endif #endif #ifndef S_ISPORT /* Solaris 10 and up */ # define S_ISPORT(m) 0 #endif #ifndef S_ISREG # ifdef S_IFREG # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) # else # define S_ISREG(m) 0 # endif #endif #ifndef S_ISSOCK # ifdef S_IFSOCK # define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) # else # define S_ISSOCK(m) 0 # endif #endif #ifndef S_TYPEISMQ # define S_TYPEISMQ(p) 0 #endif #ifndef S_TYPEISTMO # define S_TYPEISTMO(p) 0 #endif #ifndef S_TYPEISSEM # ifdef S_INSEM # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) # else # define S_TYPEISSEM(p) 0 # endif #endif #ifndef S_TYPEISSHM # ifdef S_INSHD # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD) # else # define S_TYPEISSHM(p) 0 # endif #endif /* high performance ("contiguous data") */ #ifndef S_ISCTG # define S_ISCTG(p) 0 #endif /* Cray DMF (data migration facility): off line, with data */ #ifndef S_ISOFD # define S_ISOFD(p) 0 #endif /* Cray DMF (data migration facility): off line, with no data */ #ifndef S_ISOFL # define S_ISOFL(p) 0 #endif /* 4.4BSD whiteout */ #ifndef S_ISWHT # define S_ISWHT(m) 0 #endif /* If any of the following are undefined, define them to their de facto standard values. */ #if !S_ISUID # define S_ISUID 04000 #endif #if !S_ISGID # define S_ISGID 02000 #endif /* S_ISVTX is a common extension to POSIX. */ #ifndef S_ISVTX # define S_ISVTX 01000 #endif #if !S_IRUSR && S_IREAD # define S_IRUSR S_IREAD #endif #if !S_IRUSR # define S_IRUSR 00400 #endif #if !S_IRGRP # define S_IRGRP (S_IRUSR >> 3) #endif #if !S_IROTH # define S_IROTH (S_IRUSR >> 6) #endif #if !S_IWUSR && S_IWRITE # define S_IWUSR S_IWRITE #endif #if !S_IWUSR # define S_IWUSR 00200 #endif #if !S_IWGRP # define S_IWGRP (S_IWUSR >> 3) #endif #if !S_IWOTH # define S_IWOTH (S_IWUSR >> 6) #endif #if !S_IXUSR && S_IEXEC # define S_IXUSR S_IEXEC #endif #if !S_IXUSR # define S_IXUSR 00100 #endif #if !S_IXGRP # define S_IXGRP (S_IXUSR >> 3) #endif #if !S_IXOTH # define S_IXOTH (S_IXUSR >> 6) #endif #if !S_IRWXU # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) #endif #if !S_IRWXG # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP) #endif #if !S_IRWXO # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH) #endif /* S_IXUGO is a common extension to POSIX. */ #if !S_IXUGO # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH) #endif #ifndef S_IRWXUGO # define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO) #endif /* Macros for futimens and utimensat. */ #ifndef UTIME_NOW # define UTIME_NOW (-1) # define UTIME_OMIT (-2) #endif #if @GNULIB_FCHMODAT@ # if !@HAVE_FCHMODAT@ _GL_FUNCDECL_SYS (fchmodat, int, (int fd, char const *file, mode_t mode, int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (fchmodat, int, (int fd, char const *file, mode_t mode, int flag)); _GL_CXXALIASWARN (fchmodat); #elif defined GNULIB_POSIXCHECK # undef fchmodat # if HAVE_RAW_DECL_FCHMODAT _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_FSTAT@ # if @REPLACE_FSTAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fstat # define fstat rpl_fstat # endif _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf)); # else _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf)); # endif _GL_CXXALIASWARN (fstat); #elif @WINDOWS_64_BIT_ST_SIZE@ /* Above, we define stat to _stati64. */ # define fstat _fstati64 #elif defined GNULIB_POSIXCHECK # undef fstat # if HAVE_RAW_DECL_FSTAT _GL_WARN_ON_USE (fstat, "fstat has portability problems - " "use gnulib module fstat for portability"); # endif #endif #if @GNULIB_FSTATAT@ # if @REPLACE_FSTATAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fstatat # define fstatat rpl_fstatat # endif _GL_FUNCDECL_RPL (fstatat, int, (int fd, char const *name, struct stat *st, int flags) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (fstatat, int, (int fd, char const *name, struct stat *st, int flags)); # else # if !@HAVE_FSTATAT@ _GL_FUNCDECL_SYS (fstatat, int, (int fd, char const *name, struct stat *st, int flags) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (fstatat, int, (int fd, char const *name, struct stat *st, int flags)); # endif _GL_CXXALIASWARN (fstatat); #elif defined GNULIB_POSIXCHECK # undef fstatat # if HAVE_RAW_DECL_FSTATAT _GL_WARN_ON_USE (fstatat, "fstatat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_FUTIMENS@ /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens implementation relies on futimesat, which on Solaris 10 makes an invocation to futimens that is meant to invoke the libc's futimens(), not gnulib's futimens(). */ # if @REPLACE_FUTIMENS@ || (!@HAVE_FUTIMENS@ && defined __sun) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef futimens # define futimens rpl_futimens # endif _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2])); _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); # else # if !@HAVE_FUTIMENS@ _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2])); # endif _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2])); # endif # if @HAVE_FUTIMENS@ _GL_CXXALIASWARN (futimens); # endif #elif defined GNULIB_POSIXCHECK # undef futimens # if HAVE_RAW_DECL_FUTIMENS _GL_WARN_ON_USE (futimens, "futimens is not portable - " "use gnulib module futimens for portability"); # endif #endif #if @GNULIB_LCHMOD@ /* Change the mode of FILENAME to MODE, without dereferencing it if FILENAME denotes a symbolic link. */ # if !@HAVE_LCHMOD@ /* The lchmod replacement follows symbolic links. Callers should take this into account; lchmod should be applied only to arguments that are known to not be symbolic links. On hosts that lack lchmod, this can lead to race conditions between the check and the invocation of lchmod, but we know of no workarounds that are reliable in general. You might try requesting support for lchmod from your operating system supplier. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define lchmod chmod # endif /* Need to cast, because on mingw, the second parameter of chmod is int mode. */ _GL_CXXALIAS_RPL_CAST_1 (lchmod, chmod, int, (const char *filename, mode_t mode)); # else # if 0 /* assume already declared */ _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode)); # endif # if @HAVE_LCHMOD@ _GL_CXXALIASWARN (lchmod); # endif #elif defined GNULIB_POSIXCHECK # undef lchmod # if HAVE_RAW_DECL_LCHMOD _GL_WARN_ON_USE (lchmod, "lchmod is unportable - " "use gnulib module lchmod for portability"); # endif #endif #if @GNULIB_LSTAT@ # if ! @HAVE_LSTAT@ /* mingw does not support symlinks, therefore it does not have lstat. But without links, stat does just fine. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define lstat stat # endif _GL_CXXALIAS_RPL_1 (lstat, stat, int, (const char *name, struct stat *buf)); # elif @REPLACE_LSTAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef lstat # define lstat rpl_lstat # endif _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf)); # else _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf)); # endif # if @HAVE_LSTAT@ _GL_CXXALIASWARN (lstat); # endif #elif defined GNULIB_POSIXCHECK # undef lstat # if HAVE_RAW_DECL_LSTAT _GL_WARN_ON_USE (lstat, "lstat is unportable - " "use gnulib module lstat for portability"); # endif #endif #if @REPLACE_MKDIR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mkdir # define mkdir rpl_mkdir # endif _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); #else /* mingw's _mkdir() function has 1 argument, but we pass 2 arguments. Additionally, it declares _mkdir (and depending on compile flags, an alias mkdir), only in the nonstandard includes and , which are included above. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # if !GNULIB_defined_rpl_mkdir static inline int rpl_mkdir (char const *name, mode_t mode) { return _mkdir (name); } # define GNULIB_defined_rpl_mkdir 1 # endif # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mkdir rpl_mkdir # endif _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); # else _GL_CXXALIAS_SYS (mkdir, int, (char const *name, mode_t mode)); # endif #endif _GL_CXXALIASWARN (mkdir); #if @GNULIB_MKDIRAT@ # if !@HAVE_MKDIRAT@ _GL_FUNCDECL_SYS (mkdirat, int, (int fd, char const *file, mode_t mode) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (mkdirat, int, (int fd, char const *file, mode_t mode)); _GL_CXXALIASWARN (mkdirat); #elif defined GNULIB_POSIXCHECK # undef mkdirat # if HAVE_RAW_DECL_MKDIRAT _GL_WARN_ON_USE (mkdirat, "mkdirat is not portable - " "use gnulib module openat for portability"); # endif #endif #if @GNULIB_MKFIFO@ # if @REPLACE_MKFIFO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mkfifo # define mkfifo rpl_mkfifo # endif _GL_FUNCDECL_RPL (mkfifo, int, (char const *file, mode_t mode) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mkfifo, int, (char const *file, mode_t mode)); # else # if !@HAVE_MKFIFO@ _GL_FUNCDECL_SYS (mkfifo, int, (char const *file, mode_t mode) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (mkfifo, int, (char const *file, mode_t mode)); # endif _GL_CXXALIASWARN (mkfifo); #elif defined GNULIB_POSIXCHECK # undef mkfifo # if HAVE_RAW_DECL_MKFIFO _GL_WARN_ON_USE (mkfifo, "mkfifo is not portable - " "use gnulib module mkfifo for portability"); # endif #endif #if @GNULIB_MKFIFOAT@ # if !@HAVE_MKFIFOAT@ _GL_FUNCDECL_SYS (mkfifoat, int, (int fd, char const *file, mode_t mode) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (mkfifoat, int, (int fd, char const *file, mode_t mode)); _GL_CXXALIASWARN (mkfifoat); #elif defined GNULIB_POSIXCHECK # undef mkfifoat # if HAVE_RAW_DECL_MKFIFOAT _GL_WARN_ON_USE (mkfifoat, "mkfifoat is not portable - " "use gnulib module mkfifoat for portability"); # endif #endif #if @GNULIB_MKNOD@ # if @REPLACE_MKNOD@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mknod # define mknod rpl_mknod # endif _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)); # else # if !@HAVE_MKNOD@ _GL_FUNCDECL_SYS (mknod, int, (char const *file, mode_t mode, dev_t dev) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on OSF/1 5.1, the third parameter is '...'. */ _GL_CXXALIAS_SYS_CAST (mknod, int, (char const *file, mode_t mode, dev_t dev)); # endif _GL_CXXALIASWARN (mknod); #elif defined GNULIB_POSIXCHECK # undef mknod # if HAVE_RAW_DECL_MKNOD _GL_WARN_ON_USE (mknod, "mknod is not portable - " "use gnulib module mknod for portability"); # endif #endif #if @GNULIB_MKNODAT@ # if !@HAVE_MKNODAT@ _GL_FUNCDECL_SYS (mknodat, int, (int fd, char const *file, mode_t mode, dev_t dev) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (mknodat, int, (int fd, char const *file, mode_t mode, dev_t dev)); _GL_CXXALIASWARN (mknodat); #elif defined GNULIB_POSIXCHECK # undef mknodat # if HAVE_RAW_DECL_MKNODAT _GL_WARN_ON_USE (mknodat, "mknodat is not portable - " "use gnulib module mkfifoat for portability"); # endif #endif #if @GNULIB_STAT@ # if @REPLACE_STAT@ /* We can't use the object-like #define stat rpl_stat, because of struct stat. This means that rpl_stat will not be used if the user does (stat)(a,b). Oh well. */ # if defined _AIX && defined stat && defined _LARGE_FILES /* With _LARGE_FILES defined, AIX (only) defines stat to stat64, so we have to replace stat64() instead of stat(). */ # undef stat64 # define stat64(name, st) rpl_stat (name, st) # elif @WINDOWS_64_BIT_ST_SIZE@ /* Above, we define stat to _stati64. */ # if defined __MINGW32__ && defined _stati64 # ifndef _USE_32BIT_TIME_T /* The system headers define _stati64 to _stat64. */ # undef _stat64 # define _stat64(name, st) rpl_stat (name, st) # endif # elif defined _MSC_VER && defined _stati64 # ifdef _USE_32BIT_TIME_T /* The system headers define _stati64 to _stat32i64. */ # undef _stat32i64 # define _stat32i64(name, st) rpl_stat (name, st) # else /* The system headers define _stati64 to _stat64. */ # undef _stat64 # define _stat64(name, st) rpl_stat (name, st) # endif # else # undef _stati64 # define _stati64(name, st) rpl_stat (name, st) # endif # elif defined __MINGW32__ && defined stat # ifdef _USE_32BIT_TIME_T /* The system headers define stat to _stat32i64. */ # undef _stat32i64 # define _stat32i64(name, st) rpl_stat (name, st) # else /* The system headers define stat to _stat64. */ # undef _stat64 # define _stat64(name, st) rpl_stat (name, st) # endif # elif defined _MSC_VER && defined stat # ifdef _USE_32BIT_TIME_T /* The system headers define stat to _stat32. */ # undef _stat32 # define _stat32(name, st) rpl_stat (name, st) # else /* The system headers define stat to _stat64i32. */ # undef _stat64i32 # define _stat64i32(name, st) rpl_stat (name, st) # endif # else /* !(_AIX ||__MINGW32__ || _MSC_VER) */ # undef stat # define stat(name, st) rpl_stat (name, st) # endif /* !_LARGE_FILES */ _GL_EXTERN_C int stat (const char *name, struct stat *buf) _GL_ARG_NONNULL ((1, 2)); # endif #elif defined GNULIB_POSIXCHECK # undef stat # if HAVE_RAW_DECL_STAT _GL_WARN_ON_USE (stat, "stat is unportable - " "use gnulib module stat for portability"); # endif #endif #if @GNULIB_UTIMENSAT@ /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat implementation relies on futimesat, which on Solaris 10 makes an invocation to utimensat that is meant to invoke the libc's utimensat(), not gnulib's utimensat(). */ # if @REPLACE_UTIMENSAT@ || (!@HAVE_UTIMENSAT@ && defined __sun) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef utimensat # define utimensat rpl_utimensat # endif _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name, struct timespec const times[2], int flag) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name, struct timespec const times[2], int flag)); # else # if !@HAVE_UTIMENSAT@ _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name, struct timespec const times[2], int flag) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (utimensat, int, (int fd, char const *name, struct timespec const times[2], int flag)); # endif # if @HAVE_UTIMENSAT@ _GL_CXXALIASWARN (utimensat); # endif #elif defined GNULIB_POSIXCHECK # undef utimensat # if HAVE_RAW_DECL_UTIMENSAT _GL_WARN_ON_USE (utimensat, "utimensat is not portable - " "use gnulib module utimensat for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_SYS_STAT_H */ #endif /* _@GUARD_PREFIX@_SYS_STAT_H */ #endif gsasl-1.8.0/gl/strerror-override.h0000664000000000000000000000350011746471770014010 00000000000000/* strerror-override.h --- POSIX compatible system error routine Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _GL_STRERROR_OVERRIDE_H # define _GL_STRERROR_OVERRIDE_H # include # include /* Reasonable buffer size that should never trigger ERANGE; if this proves too small, we intentionally abort(), to remind us to fix this value. */ # define STACKBUF_LEN 256 /* If ERRNUM maps to an errno value defined by gnulib, return a string describing the error. Otherwise return NULL. */ # if REPLACE_STRERROR_0 \ || GNULIB_defined_ESOCK \ || GNULIB_defined_EWINSOCK \ || GNULIB_defined_ENOMSG \ || GNULIB_defined_EIDRM \ || GNULIB_defined_ENOLINK \ || GNULIB_defined_EPROTO \ || GNULIB_defined_EMULTIHOP \ || GNULIB_defined_EBADMSG \ || GNULIB_defined_EOVERFLOW \ || GNULIB_defined_ENOTSUP \ || GNULIB_defined_ENETRESET \ || GNULIB_defined_ECONNABORTED \ || GNULIB_defined_ESTALE \ || GNULIB_defined_EDQUOT \ || GNULIB_defined_ECANCELED extern const char *strerror_override (int errnum); # else # define strerror_override(ignored) NULL # endif #endif /* _GL_STRERROR_OVERRIDE_H */ gsasl-1.8.0/gl/Makefile.am0000664000000000000000000024531711756451411012201 00000000000000## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=lib/build-aux --with-tests --avoid=poll-tests --avoid=select-tests --avoid=update-copyright-tests --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu getpass-gnu gnupload maintainer-makefile manywarnings netdb netinet_in pmccabe2html poll progname quote readline recv shutdown socket striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf version-etc warnings xalloc AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = core *.stackdump MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = EXTRA_DIST += m4/gnulib-cache.m4 AM_CPPFLAGS = AM_CFLAGS = noinst_LTLIBRARIES += libgl.la libgl_la_SOURCES = libgl_la_LIBADD = $(gl_LTLIBOBJS) libgl_la_DEPENDENCIES = $(gl_LTLIBOBJS) EXTRA_libgl_la_SOURCES = libgl_la_LDFLAGS = $(AM_LDFLAGS) libgl_la_LDFLAGS += -no-undefined libgl_la_LDFLAGS += $(GETADDRINFO_LIB) libgl_la_LDFLAGS += $(HOSTENT_LIB) libgl_la_LDFLAGS += $(INET_NTOP_LIB) libgl_la_LDFLAGS += $(LIBSOCKET) libgl_la_LDFLAGS += $(LIB_POLL) libgl_la_LDFLAGS += $(LIB_SELECT) libgl_la_LDFLAGS += $(LTLIBICONV) libgl_la_LDFLAGS += $(LTLIBINTL) libgl_la_LDFLAGS += $(LTLIBREADLINE) libgl_la_LDFLAGS += $(SERVENT_LIB) ## begin gnulib module alloca libgl_la_LIBADD += @LTALLOCA@ libgl_la_DEPENDENCIES += @LTALLOCA@ EXTRA_DIST += alloca.c EXTRA_libgl_la_SOURCES += alloca.c ## end gnulib module alloca ## begin gnulib module alloca-opt BUILT_SOURCES += $(ALLOCA_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_ALLOCA_H alloca.h: alloca.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/alloca.in.h; \ } > $@-t && \ mv -f $@-t $@ else alloca.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += alloca.h alloca.h-t EXTRA_DIST += alloca.in.h ## end gnulib module alloca-opt ## begin gnulib module arpa_inet BUILT_SOURCES += arpa/inet.h # We need the following in order to create when the system # doesn't have one. arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_at)$(MKDIR_P) arpa $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \ -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \ -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \ -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/arpa_inet.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t MOSTLYCLEANDIRS += arpa EXTRA_DIST += arpa_inet.in.h ## end gnulib module arpa_inet ## begin gnulib module c-ctype libgl_la_SOURCES += c-ctype.h c-ctype.c ## end gnulib module c-ctype ## begin gnulib module c-strcase libgl_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c ## end gnulib module c-strcase ## begin gnulib module c-strcaseeq EXTRA_DIST += c-strcaseeq.h ## end gnulib module c-strcaseeq ## begin gnulib module close EXTRA_DIST += close.c EXTRA_libgl_la_SOURCES += close.c ## end gnulib module close ## begin gnulib module configmake # Listed in the same order as the GNU makefile conventions, and # provided by autoconf 2.59c+. # The Automake-defined pkg* macros are appended, in the order # listed in the Automake 1.10a+ documentation. configmake.h: Makefile $(AM_V_GEN)rm -f $@-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "$(prefix)"'; \ echo '#define EXEC_PREFIX "$(exec_prefix)"'; \ echo '#define BINDIR "$(bindir)"'; \ echo '#define SBINDIR "$(sbindir)"'; \ echo '#define LIBEXECDIR "$(libexecdir)"'; \ echo '#define DATAROOTDIR "$(datarootdir)"'; \ echo '#define DATADIR "$(datadir)"'; \ echo '#define SYSCONFDIR "$(sysconfdir)"'; \ echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \ echo '#define LOCALSTATEDIR "$(localstatedir)"'; \ echo '#define INCLUDEDIR "$(includedir)"'; \ echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \ echo '#define DOCDIR "$(docdir)"'; \ echo '#define INFODIR "$(infodir)"'; \ echo '#define HTMLDIR "$(htmldir)"'; \ echo '#define DVIDIR "$(dvidir)"'; \ echo '#define PDFDIR "$(pdfdir)"'; \ echo '#define PSDIR "$(psdir)"'; \ echo '#define LIBDIR "$(libdir)"'; \ echo '#define LISPDIR "$(lispdir)"'; \ echo '#define LOCALEDIR "$(localedir)"'; \ echo '#define MANDIR "$(mandir)"'; \ echo '#define MANEXT "$(manext)"'; \ echo '#define PKGDATADIR "$(pkgdatadir)"'; \ echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \ echo '#define PKGLIBDIR "$(pkglibdir)"'; \ echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ } | sed '/""/d' > $@-t && \ mv -f $@-t $@ BUILT_SOURCES += configmake.h CLEANFILES += configmake.h configmake.h-t ## end gnulib module configmake ## begin gnulib module connect EXTRA_DIST += connect.c w32sock.h EXTRA_libgl_la_SOURCES += connect.c ## end gnulib module connect ## begin gnulib module errno BUILT_SOURCES += $(ERRNO_H) # We need the following in order to create when the system # doesn't have one that is POSIX compliant. if GL_GENERATE_ERRNO_H errno.h: errno.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ < $(srcdir)/errno.in.h; \ } > $@-t && \ mv $@-t $@ else errno.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += errno.h errno.h-t EXTRA_DIST += errno.in.h ## end gnulib module errno ## begin gnulib module error EXTRA_DIST += error.c error.h EXTRA_libgl_la_SOURCES += error.c ## end gnulib module error ## begin gnulib module exitfail libgl_la_SOURCES += exitfail.c EXTRA_DIST += exitfail.h ## end gnulib module exitfail ## begin gnulib module fd-hook libgl_la_SOURCES += fd-hook.c EXTRA_DIST += fd-hook.h ## end gnulib module fd-hook ## begin gnulib module float BUILT_SOURCES += $(FLOAT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_FLOAT_H float.h: float.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ < $(srcdir)/float.in.h; \ } > $@-t && \ mv $@-t $@ else float.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += float.h float.h-t EXTRA_DIST += float.c float.in.h itold.c EXTRA_libgl_la_SOURCES += float.c itold.c ## end gnulib module float ## begin gnulib module fseek EXTRA_DIST += fseek.c EXTRA_libgl_la_SOURCES += fseek.c ## end gnulib module fseek ## begin gnulib module fseeko EXTRA_DIST += fseeko.c stdio-impl.h EXTRA_libgl_la_SOURCES += fseeko.c ## end gnulib module fseeko ## begin gnulib module fstat EXTRA_DIST += fstat.c EXTRA_libgl_la_SOURCES += fstat.c ## end gnulib module fstat ## begin gnulib module gendocs EXTRA_DIST += $(top_srcdir)/lib/build-aux/gendocs.sh ## end gnulib module gendocs ## begin gnulib module getaddrinfo EXTRA_DIST += gai_strerror.c getaddrinfo.c EXTRA_libgl_la_SOURCES += gai_strerror.c getaddrinfo.c ## end gnulib module getaddrinfo ## begin gnulib module getdelim EXTRA_DIST += getdelim.c EXTRA_libgl_la_SOURCES += getdelim.c ## end gnulib module getdelim ## begin gnulib module getline EXTRA_DIST += getline.c EXTRA_libgl_la_SOURCES += getline.c ## end gnulib module getline ## begin gnulib module getopt-posix BUILT_SOURCES += $(GETOPT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ < $(srcdir)/getopt.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += getopt.h getopt.h-t EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h EXTRA_libgl_la_SOURCES += getopt.c getopt1.c ## end gnulib module getopt-posix ## begin gnulib module getpass-gnu EXTRA_DIST += getpass.c getpass.h EXTRA_libgl_la_SOURCES += getpass.c ## end gnulib module getpass-gnu ## begin gnulib module gettext-h libgl_la_SOURCES += gettext.h ## end gnulib module gettext-h ## begin gnulib module gnumakefile distclean-local: clean-GNUmakefile clean-GNUmakefile: test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || : EXTRA_DIST += $(top_srcdir)/GNUmakefile ## end gnulib module gnumakefile ## begin gnulib module gnupload EXTRA_DIST += $(top_srcdir)/lib/build-aux/gnupload ## end gnulib module gnupload ## begin gnulib module gperf GPERF = gperf ## end gnulib module gperf ## begin gnulib module havelib EXTRA_DIST += $(top_srcdir)/lib/build-aux/config.rpath ## end gnulib module havelib ## begin gnulib module iconv-h BUILT_SOURCES += $(ICONV_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_ICONV_H iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \ -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \ -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/iconv.in.h; \ } > $@-t && \ mv $@-t $@ else iconv.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += iconv.h iconv.h-t EXTRA_DIST += iconv.in.h ## end gnulib module iconv-h ## begin gnulib module iconv_open iconv_open-aix.h: iconv_open-aix.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h iconv_open-hpux.h: iconv_open-hpux.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h iconv_open-irix.h: iconv_open-irix.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h iconv_open-osf.h: iconv_open-osf.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h iconv_open-solaris.h: iconv_open-solaris.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h BUILT_SOURCES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h MOSTLYCLEANFILES += iconv_open-aix.h-t iconv_open-hpux.h-t iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t MAINTAINERCLEANFILES += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h EXTRA_DIST += iconv.c iconv_close.c iconv_open-aix.gperf iconv_open-hpux.gperf iconv_open-irix.gperf iconv_open-osf.gperf iconv_open-solaris.gperf iconv_open.c EXTRA_libgl_la_SOURCES += iconv.c iconv_close.c iconv_open.c ## end gnulib module iconv_open ## begin gnulib module inet_ntop EXTRA_DIST += inet_ntop.c EXTRA_libgl_la_SOURCES += inet_ntop.c ## end gnulib module inet_ntop ## begin gnulib module intprops EXTRA_DIST += intprops.h ## end gnulib module intprops ## begin gnulib module localcharset libgl_la_SOURCES += localcharset.h localcharset.c # We need the following in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing # packages so that "make uninstall" will remove the file if and only if it # is not used by another installed package. # On systems with glibc-2.1 or newer, the file is redundant, therefore we # avoid installing it. all-local: charset.alias ref-add.sed ref-del.sed charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp install-exec-local: install-exec-localcharset install-exec-localcharset: all-local if test $(GLIBC21) = no; then \ case '$(host_os)' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ fi ; \ if test -f $(charset_alias); then \ sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ else \ if $$need_charset_alias; then \ sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ fi ; \ fi uninstall-local: uninstall-localcharset uninstall-localcharset: all-local if test -f $(charset_alias); then \ sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ if grep '^# Packages using this file: $$' $(charset_tmp) \ > /dev/null; then \ rm -f $(charset_alias); \ else \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ fi; \ rm -f $(charset_tmp); \ fi charset.alias: config.charset $(AM_V_GEN)rm -f t-$@ $@ && \ $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \ mv t-$@ $@ SUFFIXES += .sed .sin .sin.sed: $(AM_V_GEN)rm -f t-$@ $@ && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \ mv t-$@ $@ CLEANFILES += charset.alias ref-add.sed ref-del.sed EXTRA_DIST += config.charset ref-add.sin ref-del.sin ## end gnulib module localcharset ## begin gnulib module lseek EXTRA_DIST += lseek.c EXTRA_libgl_la_SOURCES += lseek.c ## end gnulib module lseek ## begin gnulib module maintainer-makefile EXTRA_DIST += $(top_srcdir)/maint.mk ## end gnulib module maintainer-makefile ## begin gnulib module mbrtowc EXTRA_DIST += mbrtowc.c EXTRA_libgl_la_SOURCES += mbrtowc.c ## end gnulib module mbrtowc ## begin gnulib module mbsinit EXTRA_DIST += mbsinit.c EXTRA_libgl_la_SOURCES += mbsinit.c ## end gnulib module mbsinit ## begin gnulib module memchr EXTRA_DIST += memchr.c memchr.valgrind EXTRA_libgl_la_SOURCES += memchr.c ## end gnulib module memchr ## begin gnulib module msvc-inval EXTRA_DIST += msvc-inval.c msvc-inval.h EXTRA_libgl_la_SOURCES += msvc-inval.c ## end gnulib module msvc-inval ## begin gnulib module msvc-nothrow EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h EXTRA_libgl_la_SOURCES += msvc-nothrow.c ## end gnulib module msvc-nothrow ## begin gnulib module netdb BUILT_SOURCES += netdb.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \ -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \ -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \ -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \ -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \ -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \ -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \ -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \ -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/netdb.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += netdb.h netdb.h-t EXTRA_DIST += netdb.in.h ## end gnulib module netdb ## begin gnulib module netinet_in BUILT_SOURCES += $(NETINET_IN_H) # We need the following in order to create when the system # doesn't have one. if GL_GENERATE_NETINET_IN_H netinet/in.h: netinet_in.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) netinet $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ < $(srcdir)/netinet_in.in.h; \ } > $@-t && \ mv $@-t $@ else netinet/in.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t MOSTLYCLEANDIRS += netinet EXTRA_DIST += netinet_in.in.h ## end gnulib module netinet_in ## begin gnulib module pmccabe2html EXTRA_DIST += $(top_srcdir)/lib/build-aux/pmccabe2html $(top_srcdir)/lib/build-aux/pmccabe.css ## end gnulib module pmccabe2html ## begin gnulib module poll EXTRA_DIST += poll.c EXTRA_libgl_la_SOURCES += poll.c ## end gnulib module poll ## begin gnulib module poll-h BUILT_SOURCES += poll.h # We need the following in order to create when the system # doesn't have one. poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_POLL_H''@|$(NEXT_POLL_H)|g' \ -e 's/@''GNULIB_POLL''@/$(GNULIB_POLL)/g' \ -e 's|@''HAVE_POLL''@|$(HAVE_POLL)|g' \ -e 's|@''REPLACE_POLL''@|$(REPLACE_POLL)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/poll.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += poll.h poll.h-t EXTRA_DIST += poll.in.h ## end gnulib module poll-h ## begin gnulib module progname libgl_la_SOURCES += progname.h progname.c ## end gnulib module progname ## begin gnulib module quote EXTRA_DIST += quote.h ## end gnulib module quote ## begin gnulib module quotearg libgl_la_SOURCES += quotearg.c EXTRA_DIST += quote.h quotearg.h ## end gnulib module quotearg ## begin gnulib module readline EXTRA_DIST += readline.c readline.h EXTRA_libgl_la_SOURCES += readline.c ## end gnulib module readline ## begin gnulib module realloc-posix EXTRA_DIST += realloc.c EXTRA_libgl_la_SOURCES += realloc.c ## end gnulib module realloc-posix ## begin gnulib module recv EXTRA_DIST += recv.c w32sock.h EXTRA_libgl_la_SOURCES += recv.c ## end gnulib module recv ## begin gnulib module select EXTRA_DIST += select.c EXTRA_libgl_la_SOURCES += select.c ## end gnulib module select ## begin gnulib module shutdown EXTRA_DIST += shutdown.c w32sock.h EXTRA_libgl_la_SOURCES += shutdown.c ## end gnulib module shutdown ## begin gnulib module signal-h BUILT_SOURCES += signal.h # We need the following in order to create when the system # doesn't have a complete one. signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \ -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \ -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \ -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \ -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \ -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \ -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \ -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \ -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \ -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \ -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \ -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/signal.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += signal.h signal.h-t EXTRA_DIST += signal.in.h ## end gnulib module signal-h ## begin gnulib module size_max libgl_la_SOURCES += size_max.h ## end gnulib module size_max ## begin gnulib module snippet/_Noreturn # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H=$(top_srcdir)/lib/build-aux/snippet/_Noreturn.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/_Noreturn.h ## end gnulib module snippet/_Noreturn ## begin gnulib module snippet/arg-nonnull # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += arg-nonnull.h # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t ARG_NONNULL_H=arg-nonnull.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h ## end gnulib module snippet/arg-nonnull ## begin gnulib module snippet/c++defs # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += c++defs.h # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/lib/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += c++defs.h c++defs.h-t CXXDEFS_H=c++defs.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/c++defs.h ## end gnulib module snippet/c++defs ## begin gnulib module snippet/unused-parameter # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += unused-parameter.h # The unused-parameter.h that gets inserted into generated .h files is the same # as build-aux/snippet/unused-parameter.h, except that it has the copyright # header cut off. unused-parameter.h: $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t UNUSED_PARAMETER_H=unused-parameter.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h ## end gnulib module snippet/unused-parameter ## begin gnulib module snippet/warn-on-use BUILT_SOURCES += warn-on-use.h # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t WARN_ON_USE_H=warn-on-use.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h ## end gnulib module snippet/warn-on-use ## begin gnulib module snprintf EXTRA_DIST += snprintf.c EXTRA_libgl_la_SOURCES += snprintf.c ## end gnulib module snprintf ## begin gnulib module socket EXTRA_DIST += socket.c w32sock.h EXTRA_libgl_la_SOURCES += socket.c ## end gnulib module socket ## begin gnulib module sockets libgl_la_SOURCES += sockets.h sockets.c EXTRA_DIST += w32sock.h ## end gnulib module sockets ## begin gnulib module stdalign BUILT_SOURCES += $(STDALIGN_H) # We need the following in order to create when the system # doesn't have one that works. if GL_GENERATE_STDALIGN_H stdalign.h: stdalign.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/stdalign.in.h; \ } > $@-t && \ mv $@-t $@ else stdalign.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdalign.h stdalign.h-t EXTRA_DIST += stdalign.in.h ## end gnulib module stdalign ## begin gnulib module stdarg BUILT_SOURCES += $(STDARG_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDARG_H stdarg.h: stdarg.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ < $(srcdir)/stdarg.in.h; \ } > $@-t && \ mv $@-t $@ else stdarg.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdarg.h stdarg.h-t EXTRA_DIST += stdarg.in.h ## end gnulib module stdarg ## begin gnulib module stdbool BUILT_SOURCES += $(STDBOOL_H) # We need the following in order to create when the system # doesn't have one that works. if GL_GENERATE_STDBOOL_H stdbool.h: stdbool.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ } > $@-t && \ mv $@-t $@ else stdbool.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdbool.h stdbool.h-t EXTRA_DIST += stdbool.in.h ## end gnulib module stdbool ## begin gnulib module stddef BUILT_SOURCES += $(STDDEF_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDDEF_H stddef.h: stddef.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ < $(srcdir)/stddef.in.h; \ } > $@-t && \ mv $@-t $@ else stddef.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stddef.h stddef.h-t EXTRA_DIST += stddef.in.h ## end gnulib module stddef ## begin gnulib module stdint BUILT_SOURCES += $(STDINT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. if GL_GENERATE_STDINT_H stdint.h: stdint.in.h $(top_builddir)/config.status $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ < $(srcdir)/stdint.in.h; \ } > $@-t && \ mv $@-t $@ else stdint.h: $(top_builddir)/config.status rm -f $@ endif MOSTLYCLEANFILES += stdint.h stdint.h-t EXTRA_DIST += stdint.in.h ## end gnulib module stdint ## begin gnulib module stdio BUILT_SOURCES += stdio.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ < $(srcdir)/stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdio.h stdio.h-t EXTRA_DIST += stdio.in.h ## end gnulib module stdio ## begin gnulib module stdlib BUILT_SOURCES += stdlib.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ < $(srcdir)/stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _Noreturn/r $(_NORETURN_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += stdlib.h stdlib.h-t EXTRA_DIST += stdlib.in.h ## end gnulib module stdlib ## begin gnulib module streq EXTRA_DIST += streq.h ## end gnulib module streq ## begin gnulib module strerror EXTRA_DIST += strerror.c EXTRA_libgl_la_SOURCES += strerror.c ## end gnulib module strerror ## begin gnulib module strerror-override EXTRA_DIST += strerror-override.c strerror-override.h EXTRA_libgl_la_SOURCES += strerror-override.c ## end gnulib module strerror-override ## begin gnulib module striconv libgl_la_SOURCES += striconv.h striconv.c if GL_COND_LIBTOOL libgl_la_LDFLAGS += $(LTLIBICONV) endif ## end gnulib module striconv ## begin gnulib module string BUILT_SOURCES += string.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ < $(srcdir)/string.in.h | \ sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ < $(srcdir)/string.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += string.h string.h-t EXTRA_DIST += string.in.h ## end gnulib module string ## begin gnulib module strtok_r EXTRA_DIST += strtok_r.c EXTRA_libgl_la_SOURCES += strtok_r.c ## end gnulib module strtok_r ## begin gnulib module sys_select BUILT_SOURCES += sys/select.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \ -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \ -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \ -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \ -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \ -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_select.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/select.h sys/select.h-t MOSTLYCLEANDIRS += sys EXTRA_DIST += sys_select.in.h ## end gnulib module sys_select ## begin gnulib module sys_socket BUILT_SOURCES += sys/socket.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \ -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \ -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \ -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \ -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \ -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \ -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \ -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \ -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \ -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \ -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \ -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \ -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \ -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \ -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \ -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \ -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_socket.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t MOSTLYCLEANDIRS += sys EXTRA_DIST += sys_socket.in.h ## end gnulib module sys_socket ## begin gnulib module sys_stat BUILT_SOURCES += sys/stat.h # We need the following in order to create when the system # has one that is incomplete. sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \ -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \ -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \ -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \ -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \ -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \ -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \ -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \ -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \ -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \ -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \ -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \ -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \ -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \ -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \ -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \ -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \ -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \ -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \ -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \ -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \ -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \ -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \ -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \ -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \ -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \ -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \ -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \ -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \ -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \ -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \ -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \ -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \ -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \ -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_stat.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t MOSTLYCLEANDIRS += sys EXTRA_DIST += sys_stat.in.h ## end gnulib module sys_stat ## begin gnulib module sys_time BUILT_SOURCES += sys/time.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \ -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_time.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/time.h sys/time.h-t EXTRA_DIST += sys_time.in.h ## end gnulib module sys_time ## begin gnulib module sys_types BUILT_SOURCES += sys/types.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += sys/types.h sys/types.h-t EXTRA_DIST += sys_types.in.h ## end gnulib module sys_types ## begin gnulib module sys_uio BUILT_SOURCES += sys/uio.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/uio.h: sys_uio.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \ -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \ < $(srcdir)/sys_uio.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t MOSTLYCLEANDIRS += sys EXTRA_DIST += sys_uio.in.h ## end gnulib module sys_uio ## begin gnulib module time BUILT_SOURCES += time.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \ -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \ -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \ -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \ -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \ -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \ -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \ -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \ -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/time.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += time.h time.h-t EXTRA_DIST += time.in.h ## end gnulib module time ## begin gnulib module unistd BUILT_SOURCES += unistd.h # We need the following in order to create an empty placeholder for # when the system doesn't have one. unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ < $(srcdir)/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \ -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += unistd.h unistd.h-t EXTRA_DIST += unistd.in.h ## end gnulib module unistd ## begin gnulib module unistr/base BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H) unistr.h: unistr.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unistr.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += unistr.h unistr.h-t EXTRA_DIST += unistr.in.h ## end gnulib module unistr/base ## begin gnulib module unistr/u8-mbtoucr if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR libgl_la_SOURCES += unistr/u8-mbtoucr.c endif ## end gnulib module unistr/u8-mbtoucr ## begin gnulib module unistr/u8-uctomb if LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB libgl_la_SOURCES += unistr/u8-uctomb.c unistr/u8-uctomb-aux.c endif ## end gnulib module unistr/u8-uctomb ## begin gnulib module unitypes BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H) unitypes.h: unitypes.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unitypes.in.h; \ } > $@-t && \ mv -f $@-t $@ MOSTLYCLEANFILES += unitypes.h unitypes.h-t EXTRA_DIST += unitypes.in.h ## end gnulib module unitypes ## begin gnulib module update-copyright EXTRA_DIST += $(top_srcdir)/lib/build-aux/update-copyright ## end gnulib module update-copyright ## begin gnulib module useless-if-before-free EXTRA_DIST += $(top_srcdir)/lib/build-aux/useless-if-before-free ## end gnulib module useless-if-before-free ## begin gnulib module vasnprintf EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h EXTRA_libgl_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c ## end gnulib module vasnprintf ## begin gnulib module vasprintf EXTRA_DIST += asprintf.c vasprintf.c EXTRA_libgl_la_SOURCES += asprintf.c vasprintf.c ## end gnulib module vasprintf ## begin gnulib module vc-list-files EXTRA_DIST += $(top_srcdir)/lib/build-aux/vc-list-files ## end gnulib module vc-list-files ## begin gnulib module verify EXTRA_DIST += verify.h ## end gnulib module verify ## begin gnulib module version-etc libgl_la_SOURCES += version-etc.h version-etc.c ## end gnulib module version-etc ## begin gnulib module wchar BUILT_SOURCES += wchar.h # We need the following in order to create when the system # version does not work standalone. wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ < $(srcdir)/wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += wchar.h wchar.h-t EXTRA_DIST += wchar.in.h ## end gnulib module wchar ## begin gnulib module wctype-h BUILT_SOURCES += wctype.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \ -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \ -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \ -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \ -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \ -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \ -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \ -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/wctype.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += wctype.h wctype.h-t EXTRA_DIST += wctype.in.h ## end gnulib module wctype-h ## begin gnulib module xalloc libgl_la_SOURCES += xmalloc.c EXTRA_DIST += xalloc.h ## end gnulib module xalloc ## begin gnulib module xalloc-die libgl_la_SOURCES += xalloc-die.c ## end gnulib module xalloc-die ## begin gnulib module xalloc-oversized EXTRA_DIST += xalloc-oversized.h ## end gnulib module xalloc-oversized ## begin gnulib module xsize libgl_la_SOURCES += xsize.h ## end gnulib module xsize mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : gsasl-1.8.0/gl/msvc-inval.h0000664000000000000000000002113511746471770012374 00000000000000/* Invalid parameter handler for MSVC runtime libraries. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _MSVC_INVAL_H #define _MSVC_INVAL_H /* With MSVC runtime libraries with the "invalid parameter handler" concept, functions like fprintf(), dup2(), or close() crash when the caller passes an invalid argument. But POSIX wants error codes (such as EINVAL or EBADF) instead. This file defines macros that turn such an invalid parameter notification into a non-local exit. An error code can then be produced at the target of this exit. You can thus write code like TRY_MSVC_INVAL { } CATCH_MSVC_INVAL { } DONE_MSVC_INVAL; This entire block expands to a single statement. The handling of invalid parameters can be done in three ways: * The default way, which is reasonable for programs (not libraries): AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [DEFAULT_HANDLING]) * The way for libraries that make "hairy" calls (like close(-1), or fclose(fp) where fileno(fp) is closed, or simply getdtablesize()): AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [HAIRY_LIBRARY_HANDLING]) * The way for libraries that make no "hairy" calls: AC_DEFINE([MSVC_INVALID_PARAMETER_HANDLING], [SANE_LIBRARY_HANDLING]) */ #define DEFAULT_HANDLING 0 #define HAIRY_LIBRARY_HANDLING 1 #define SANE_LIBRARY_HANDLING 2 #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && !(MSVC_INVALID_PARAMETER_HANDLING == SANE_LIBRARY_HANDLING) /* A native Windows platform with the "invalid parameter handler" concept, and either DEFAULT_HANDLING or HAIRY_LIBRARY_HANDLING. */ # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING /* Default handling. */ # ifdef __cplusplus extern "C" { # endif /* Ensure that the invalid parameter handler in installed that just returns. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ gl_msvc_inval_ensure_handler (); \ if (1) # define CATCH_MSVC_INVAL \ else # define DONE_MSVC_INVAL \ } \ while (0) # else /* Handling for hairy libraries. */ # include /* Gnulib can define its own status codes, as described in the page "Raising Software Exceptions" on microsoft.com . Our status codes are composed of - 0xE0000000, mandatory for all user-defined status codes, - 0x474E550, a API identifier ("GNU"), - 0, 1, 2, ..., used to distinguish different status codes from the same API. */ # define STATUS_GNULIB_INVALID_PARAMETER (0xE0000000 + 0x474E550 + 0) # if defined _MSC_VER /* A compiler that supports __try/__except, as described in the page "try-except statement" on microsoft.com . With __try/__except, we can use the multithread-safe exception handling. */ # ifdef __cplusplus extern "C" { # endif /* Ensure that the invalid parameter handler in installed that raises a software exception with code STATUS_GNULIB_INVALID_PARAMETER. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ gl_msvc_inval_ensure_handler (); \ __try # define CATCH_MSVC_INVAL \ __except (GetExceptionCode () == STATUS_GNULIB_INVALID_PARAMETER \ ? EXCEPTION_EXECUTE_HANDLER \ : EXCEPTION_CONTINUE_SEARCH) # define DONE_MSVC_INVAL \ } \ while (0) # else /* Any compiler. We can only use setjmp/longjmp. */ # include # ifdef __cplusplus extern "C" { # endif struct gl_msvc_inval_per_thread { /* The restart that will resume execution at the code between CATCH_MSVC_INVAL and DONE_MSVC_INVAL. It is enabled only between TRY_MSVC_INVAL and CATCH_MSVC_INVAL. */ jmp_buf restart; /* Tells whether the contents of restart is valid. */ int restart_valid; }; /* Ensure that the invalid parameter handler in installed that passes control to the gl_msvc_inval_restart if it is valid, or raises a software exception with code STATUS_GNULIB_INVALID_PARAMETER otherwise. Because we assume no other part of the program installs a different invalid parameter handler, this solution is multithread-safe. */ extern void gl_msvc_inval_ensure_handler (void); /* Return a pointer to the per-thread data for the current thread. */ extern struct gl_msvc_inval_per_thread *gl_msvc_inval_current (void); # ifdef __cplusplus } # endif # define TRY_MSVC_INVAL \ do \ { \ struct gl_msvc_inval_per_thread *msvc_inval_current; \ gl_msvc_inval_ensure_handler (); \ msvc_inval_current = gl_msvc_inval_current (); \ /* First, initialize gl_msvc_inval_restart. */ \ if (setjmp (msvc_inval_current->restart) == 0) \ { \ /* Then, mark it as valid. */ \ msvc_inval_current->restart_valid = 1; # define CATCH_MSVC_INVAL \ /* Execution completed. \ Mark gl_msvc_inval_restart as invalid. */ \ msvc_inval_current->restart_valid = 0; \ } \ else \ { \ /* Execution triggered an invalid parameter notification. \ Mark gl_msvc_inval_restart as invalid. */ \ msvc_inval_current->restart_valid = 0; # define DONE_MSVC_INVAL \ } \ } \ while (0) # endif # endif #else /* A platform that does not need to the invalid parameter handler, or when SANE_LIBRARY_HANDLING is desired. */ /* The braces here avoid GCC warnings like "warning: suggest explicit braces to avoid ambiguous 'else'". */ # define TRY_MSVC_INVAL \ do \ { \ if (1) # define CATCH_MSVC_INVAL \ else # define DONE_MSVC_INVAL \ } \ while (0) #endif #endif /* _MSVC_INVAL_H */ gsasl-1.8.0/gl/netdb.in.h0000664000000000000000000002260611746471770012022 00000000000000/* Provide a netdb.h header file for systems lacking it (read: MinGW). Copyright (C) 2008-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* This file is supposed to be used on platforms that lack . It is intended to provide definitions and prototypes needed by an application. */ #ifndef _@GUARD_PREFIX@_NETDB_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if @HAVE_NETDB_H@ /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_NETDB_H@ #endif #ifndef _@GUARD_PREFIX@_NETDB_H #define _@GUARD_PREFIX@_NETDB_H /* Get definitions such as 'socklen_t' on IRIX 6.5 and OSF/1 4.0 and 'struct hostent' on MinGW. */ #include /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Declarations for a platform that lacks , or where it is incomplete. */ #if @GNULIB_GETADDRINFO@ # if !@HAVE_STRUCT_ADDRINFO@ # ifdef __cplusplus extern "C" { # endif # if !GNULIB_defined_struct_addrinfo /* Structure to contain information about address of a service provider. */ struct addrinfo { int ai_flags; /* Input flags. */ int ai_family; /* Protocol family for socket. */ int ai_socktype; /* Socket type. */ int ai_protocol; /* Protocol for socket. */ socklen_t ai_addrlen; /* Length of socket address. */ struct sockaddr *ai_addr; /* Socket address for socket. */ char *ai_canonname; /* Canonical name for service location. */ struct addrinfo *ai_next; /* Pointer to next in list. */ }; # define GNULIB_defined_struct_addrinfo 1 # endif # ifdef __cplusplus } # endif # endif /* Possible values for 'ai_flags' field in 'addrinfo' structure. */ # ifndef AI_PASSIVE # define AI_PASSIVE 0x0001 /* Socket address is intended for 'bind'. */ # endif # ifndef AI_CANONNAME # define AI_CANONNAME 0x0002 /* Request for canonical name. */ # endif # ifndef AI_NUMERICSERV # define AI_NUMERICSERV 0x0400 /* Don't use name resolution. */ # endif # if 0 # define AI_NUMERICHOST 0x0004 /* Don't use name resolution. */ # endif /* These symbolic constants are required to be present by POSIX, but our getaddrinfo replacement doesn't use them (yet). Setting them to 0 on systems that doesn't have them avoids causing problems for system getaddrinfo implementations that would be confused by unknown values. */ # ifndef AI_V4MAPPED # define AI_V4MAPPED 0 /* 0x0008: IPv4 mapped addresses are acceptable. */ # endif # ifndef AI_ALL # define AI_ALL 0 /* 0x0010: Return IPv4 mapped and IPv6 addresses. */ # endif # ifndef AI_ADDRCONFIG # define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to choose returned address type. */ # endif /* Error values for 'getaddrinfo' function. */ # ifndef EAI_BADFLAGS # define EAI_BADFLAGS -1 /* Invalid value for 'ai_flags' field. */ # define EAI_NONAME -2 /* NAME or SERVICE is unknown. */ # define EAI_AGAIN -3 /* Temporary failure in name resolution. */ # define EAI_FAIL -4 /* Non-recoverable failure in name res. */ # define EAI_NODATA -5 /* No address associated with NAME. */ # define EAI_FAMILY -6 /* 'ai_family' not supported. */ # define EAI_SOCKTYPE -7 /* 'ai_socktype' not supported. */ # define EAI_SERVICE -8 /* SERVICE not supported for 'ai_socktype'. */ # define EAI_MEMORY -10 /* Memory allocation failure. */ # endif /* Since EAI_NODATA is deprecated by RFC3493, some systems (at least FreeBSD, which does define EAI_BADFLAGS) have removed the definition in favor of EAI_NONAME. */ # if !defined EAI_NODATA && defined EAI_NONAME # define EAI_NODATA EAI_NONAME # endif # ifndef EAI_OVERFLOW /* Not defined on mingw32 and Haiku. */ # define EAI_OVERFLOW -12 /* Argument buffer overflow. */ # endif # ifndef EAI_ADDRFAMILY /* Not defined on mingw32. */ # define EAI_ADDRFAMILY -9 /* Address family for NAME not supported. */ # endif # ifndef EAI_SYSTEM /* Not defined on mingw32. */ # define EAI_SYSTEM -11 /* System error returned in 'errno'. */ # endif # if 0 /* The commented out definitions below are not yet implemented in the GNULIB getaddrinfo() replacement, so are not yet needed. If they are restored, be sure to protect the definitions with #ifndef. */ # ifndef EAI_INPROGRESS # define EAI_INPROGRESS -100 /* Processing request in progress. */ # define EAI_CANCELED -101 /* Request canceled. */ # define EAI_NOTCANCELED -102 /* Request not canceled. */ # define EAI_ALLDONE -103 /* All requests done. */ # define EAI_INTR -104 /* Interrupted by a signal. */ # define EAI_IDN_ENCODE -105 /* IDN encoding failed. */ # endif # endif # if !@HAVE_DECL_GETADDRINFO@ /* Translate name of a service location and/or a service name to set of socket addresses. For more details, see the POSIX:2001 specification . */ _GL_FUNCDECL_SYS (getaddrinfo, int, (const char *restrict nodename, const char *restrict servname, const struct addrinfo *restrict hints, struct addrinfo **restrict res) _GL_ARG_NONNULL ((4))); # endif _GL_CXXALIAS_SYS (getaddrinfo, int, (const char *restrict nodename, const char *restrict servname, const struct addrinfo *restrict hints, struct addrinfo **restrict res)); _GL_CXXALIASWARN (getaddrinfo); # if !@HAVE_DECL_FREEADDRINFO@ /* Free 'addrinfo' structure AI including associated storage. For more details, see the POSIX:2001 specification . */ _GL_FUNCDECL_SYS (freeaddrinfo, void, (struct addrinfo *ai) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (freeaddrinfo, void, (struct addrinfo *ai)); _GL_CXXALIASWARN (freeaddrinfo); # if @REPLACE_GAI_STRERROR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gai_strerror # define gai_strerror rpl_gai_strerror # endif _GL_FUNCDECL_RPL (gai_strerror, const char *, (int ecode)); _GL_CXXALIAS_RPL (gai_strerror, const char *, (int ecode)); # else # if !@HAVE_DECL_GAI_STRERROR@ /* Convert error return from getaddrinfo() to a string. For more details, see the POSIX:2001 specification . */ _GL_FUNCDECL_SYS (gai_strerror, const char *, (int ecode)); # endif _GL_CXXALIAS_SYS (gai_strerror, const char *, (int ecode)); # endif _GL_CXXALIASWARN (gai_strerror); # if !@HAVE_DECL_GETNAMEINFO@ /* Convert socket address to printable node and service names. For more details, see the POSIX:2001 specification . */ _GL_FUNCDECL_SYS (getnameinfo, int, (const struct sockaddr *restrict sa, socklen_t salen, char *restrict node, socklen_t nodelen, char *restrict service, socklen_t servicelen, int flags) _GL_ARG_NONNULL ((1))); # endif /* Need to cast, because on glibc systems, the seventh parameter is unsigned int flags. */ _GL_CXXALIAS_SYS_CAST (getnameinfo, int, (const struct sockaddr *restrict sa, socklen_t salen, char *restrict node, socklen_t nodelen, char *restrict service, socklen_t servicelen, int flags)); _GL_CXXALIASWARN (getnameinfo); /* Possible flags for getnameinfo. */ # ifndef NI_NUMERICHOST # define NI_NUMERICHOST 1 # endif # ifndef NI_NUMERICSERV # define NI_NUMERICSERV 2 # endif #elif defined GNULIB_POSIXCHECK # undef getaddrinfo # if HAVE_RAW_DECL_GETADDRINFO _GL_WARN_ON_USE (getaddrinfo, "getaddrinfo is unportable - " "use gnulib module getaddrinfo for portability"); # endif # undef freeaddrinfo # if HAVE_RAW_DECL_FREEADDRINFO _GL_WARN_ON_USE (freeaddrinfo, "freeaddrinfo is unportable - " "use gnulib module getaddrinfo for portability"); # endif # undef gai_strerror # if HAVE_RAW_DECL_GAI_STRERROR _GL_WARN_ON_USE (gai_strerror, "gai_strerror is unportable - " "use gnulib module getaddrinfo for portability"); # endif # undef getnameinfo # if HAVE_RAW_DECL_GETNAMEINFO _GL_WARN_ON_USE (getnameinfo, "getnameinfo is unportable - " "use gnulib module getaddrinfo for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_NETDB_H */ #endif /* _@GUARD_PREFIX@_NETDB_H */ gsasl-1.8.0/gl/iconv_open-solaris.gperf0000664000000000000000000000154311746471770015003 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On Solaris 10, look in the "iconv -l" output. Some aliases are advertised but # not actually supported by the iconv() function and by the 'iconv' program. # For example: # $ echo abc | iconv -f 646 -t ISO-8859-1 # Not supported 646 to ISO-8859-1 # $ echo abc | iconv -f 646 -t ISO8859-1 $ abc ASCII, "646" ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" CP1251, "ansi-1251" gsasl-1.8.0/gl/c-strncasecmp.c0000664000000000000000000000310611746471770013050 00000000000000/* c-strncasecmp.c -- case insensitive string comparator in C locale Copyright (C) 1998-1999, 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "c-strcase.h" #include #include "c-ctype.h" int c_strncasecmp (const char *s1, const char *s2, size_t n) { register const unsigned char *p1 = (const unsigned char *) s1; register const unsigned char *p2 = (const unsigned char *) s2; unsigned char c1, c2; if (p1 == p2 || n == 0) return 0; do { c1 = c_tolower (*p1); c2 = c_tolower (*p2); if (--n == 0 || c1 == '\0') break; ++p1; ++p2; } while (c1 == c2); if (UCHAR_MAX <= INT_MAX) return c1 - c2; else /* On machines where 'char' and 'int' are types of the same size, the difference of two 'unsigned char' values - including the sign bit - doesn't fit in an 'int'. */ return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0); } gsasl-1.8.0/gl/iconv_open-aix.gperf0000664000000000000000000000172411746471770014111 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On AIX 5.1, look in /usr/lib/nls/loc/uconvTable. ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" CP437, "IBM-437" CP850, "IBM-850" CP852, "IBM-852" CP856, "IBM-856" CP857, "IBM-857" CP861, "IBM-861" CP865, "IBM-865" CP869, "IBM-869" ISO-8859-13, "IBM-921" CP922, "IBM-922" CP932, "IBM-932" CP943, "IBM-943" CP1046, "IBM-1046" CP1124, "IBM-1124" CP1125, "IBM-1125" CP1129, "IBM-1129" CP1252, "IBM-1252" GB2312, "IBM-eucCN" EUC-JP, "IBM-eucJP" EUC-KR, "IBM-eucKR" EUC-TW, "IBM-eucTW" BIG5, "big5" gsasl-1.8.0/gl/version-etc.h0000664000000000000000000000555511746471770012563 00000000000000/* Print --version and bug-reporting information in a consistent format. Copyright (C) 1999, 2003, 2005, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Jim Meyering. */ #ifndef VERSION_ETC_H # define VERSION_ETC_H 1 # include # include /* The 'sentinel' attribute was added in gcc 4.0. */ #ifndef _GL_ATTRIBUTE_SENTINEL # if 4 <= __GNUC__ # define _GL_ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__)) # else # define _GL_ATTRIBUTE_SENTINEL /* empty */ # endif #endif extern const char version_etc_copyright[]; /* The three functions below display the --version information in the standard way: command and package names, package version, followed by a short GPLv3+ notice and a list of up to 10 author names. If COMMAND_NAME is NULL, the PACKAGE is assumed to be the name of the program. The formats are therefore: PACKAGE VERSION or COMMAND_NAME (PACKAGE) VERSION. The functions differ in the way they are passed author names: */ /* N_AUTHORS names are supplied in array AUTHORS. */ extern void version_etc_arn (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors, size_t n_authors); /* Names are passed in the NULL-terminated array AUTHORS. */ extern void version_etc_ar (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors); /* Names are passed in the NULL-terminated va_list. */ extern void version_etc_va (FILE *stream, const char *command_name, const char *package, const char *version, va_list authors); /* Names are passed as separate arguments, with an additional NULL argument at the end. */ extern void version_etc (FILE *stream, const char *command_name, const char *package, const char *version, /* const char *author1, ..., NULL */ ...) _GL_ATTRIBUTE_SENTINEL; /* Display the usual "Report bugs to" stanza. */ extern void emit_bug_reporting_address (void); #endif /* VERSION_ETC_H */ gsasl-1.8.0/gl/printf-parse.h0000664000000000000000000001216311746471770012730 00000000000000/* Parse printf format string. Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _PRINTF_PARSE_H #define _PRINTF_PARSE_H /* This file can be parametrized with the following macros: ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. STATIC Set to 'static' to declare the function static. */ #if HAVE_FEATURES_H # include /* for __GLIBC__, __UCLIBC__ */ #endif #include "printf-args.h" /* Flags */ #define FLAG_GROUP 1 /* ' flag */ #define FLAG_LEFT 2 /* - flag */ #define FLAG_SHOWSIGN 4 /* + flag */ #define FLAG_SPACE 8 /* space flag */ #define FLAG_ALT 16 /* # flag */ #define FLAG_ZERO 32 #if __GLIBC__ >= 2 && !defined __UCLIBC__ # define FLAG_LOCALIZED 64 /* I flag, uses localized digits */ #endif /* arg_index value indicating that no argument is consumed. */ #define ARG_NONE (~(size_t)0) /* xxx_directive: A parsed directive. xxx_directives: A parsed format string. */ /* Number of directly allocated directives (no malloc() needed). */ #define N_DIRECT_ALLOC_DIRECTIVES 7 /* A parsed directive. */ typedef struct { const char* dir_start; const char* dir_end; int flags; const char* width_start; const char* width_end; size_t width_arg_index; const char* precision_start; const char* precision_end; size_t precision_arg_index; char conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } char_directive; /* A parsed format string. */ typedef struct { size_t count; char_directive *dir; size_t max_width_length; size_t max_precision_length; char_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } char_directives; #if ENABLE_UNISTDIO /* A parsed directive. */ typedef struct { const uint8_t* dir_start; const uint8_t* dir_end; int flags; const uint8_t* width_start; const uint8_t* width_end; size_t width_arg_index; const uint8_t* precision_start; const uint8_t* precision_end; size_t precision_arg_index; uint8_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } u8_directive; /* A parsed format string. */ typedef struct { size_t count; u8_directive *dir; size_t max_width_length; size_t max_precision_length; u8_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } u8_directives; /* A parsed directive. */ typedef struct { const uint16_t* dir_start; const uint16_t* dir_end; int flags; const uint16_t* width_start; const uint16_t* width_end; size_t width_arg_index; const uint16_t* precision_start; const uint16_t* precision_end; size_t precision_arg_index; uint16_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } u16_directive; /* A parsed format string. */ typedef struct { size_t count; u16_directive *dir; size_t max_width_length; size_t max_precision_length; u16_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } u16_directives; /* A parsed directive. */ typedef struct { const uint32_t* dir_start; const uint32_t* dir_end; int flags; const uint32_t* width_start; const uint32_t* width_end; size_t width_arg_index; const uint32_t* precision_start; const uint32_t* precision_end; size_t precision_arg_index; uint32_t conversion; /* d i o u x X f F e E g G a A c s p n U % but not C S */ size_t arg_index; } u32_directive; /* A parsed format string. */ typedef struct { size_t count; u32_directive *dir; size_t max_width_length; size_t max_precision_length; u32_directive direct_alloc_dir[N_DIRECT_ALLOC_DIRECTIVES]; } u32_directives; #endif /* Parses the format string. Fills in the number N of directives, and fills in directives[0], ..., directives[N-1], and sets directives[N].dir_start to the end of the format string. Also fills in the arg_type fields of the arguments and the needed count of arguments. */ #if ENABLE_UNISTDIO extern int ulc_printf_parse (const char *format, char_directives *d, arguments *a); extern int u8_printf_parse (const uint8_t *format, u8_directives *d, arguments *a); extern int u16_printf_parse (const uint16_t *format, u16_directives *d, arguments *a); extern int u32_printf_parse (const uint32_t *format, u32_directives *d, arguments *a); #else # ifdef STATIC STATIC # else extern # endif int printf_parse (const char *format, char_directives *d, arguments *a); #endif #endif /* _PRINTF_PARSE_H */ gsasl-1.8.0/gl/lseek.c0000664000000000000000000000343311754207010011373 00000000000000/* An lseek() function that detects pipes. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Windows platforms. */ /* Get GetFileType. */ # include /* Get _get_osfhandle. */ # include "msvc-nothrow.h" #else # include #endif #include #undef lseek off_t rpl_lseek (int fd, off_t offset, int whence) { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* mingw lseek mistakenly succeeds on pipes, sockets, and terminals. */ HANDLE h = (HANDLE) _get_osfhandle (fd); if (h == INVALID_HANDLE_VALUE) { errno = EBADF; return -1; } if (GetFileType (h) != FILE_TYPE_DISK) { errno = ESPIPE; return -1; } #else /* BeOS lseek mistakenly succeeds on pipes... */ struct stat statbuf; if (fstat (fd, &statbuf) < 0) return -1; if (!S_ISREG (statbuf.st_mode)) { errno = ESPIPE; return -1; } #endif #if _GL_WINDOWS_64_BIT_OFF_T return _lseeki64 (fd, offset, whence); #else return lseek (fd, offset, whence); #endif } gsasl-1.8.0/gl/getpass.c0000664000000000000000000001214011746471770011752 00000000000000/* Copyright (C) 1992-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _LIBC # include #endif #include "getpass.h" #include #if !((defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__) # include # if HAVE_DECL___FSETLOCKING && HAVE___FSETLOCKING # if HAVE_STDIO_EXT_H # include # endif # else # define __fsetlocking(stream, type) /* empty */ # endif # if HAVE_TERMIOS_H # include # endif # if USE_UNLOCKED_IO # include "unlocked-io.h" # else # if !HAVE_DECL_FFLUSH_UNLOCKED # undef fflush_unlocked # define fflush_unlocked(x) fflush (x) # endif # if !HAVE_DECL_FLOCKFILE # undef flockfile # define flockfile(x) ((void) 0) # endif # if !HAVE_DECL_FUNLOCKFILE # undef funlockfile # define funlockfile(x) ((void) 0) # endif # if !HAVE_DECL_FPUTS_UNLOCKED # undef fputs_unlocked # define fputs_unlocked(str,stream) fputs (str, stream) # endif # if !HAVE_DECL_PUTC_UNLOCKED # undef putc_unlocked # define putc_unlocked(c,stream) putc (c, stream) # endif # endif /* It is desirable to use this bit on systems that have it. The only bit of terminal state we want to twiddle is echoing, which is done in software; there is no need to change the state of the terminal hardware. */ # ifndef TCSASOFT # define TCSASOFT 0 # endif static void call_fclose (void *arg) { if (arg != NULL) fclose (arg); } char * getpass (const char *prompt) { FILE *tty; FILE *in, *out; struct termios s, t; bool tty_changed = false; static char *buf; static size_t bufsize; ssize_t nread; /* Try to write to and read from the terminal if we can. If we can't open the terminal, use stderr and stdin. */ tty = fopen ("/dev/tty", "w+"); if (tty == NULL) { in = stdin; out = stderr; } else { /* We do the locking ourselves. */ __fsetlocking (tty, FSETLOCKING_BYCALLER); out = in = tty; } flockfile (out); /* Turn echoing off if it is on now. */ # if HAVE_TCGETATTR if (tcgetattr (fileno (in), &t) == 0) { /* Save the old one. */ s = t; /* Tricky, tricky. */ t.c_lflag &= ~(ECHO | ISIG); tty_changed = (tcsetattr (fileno (in), TCSAFLUSH | TCSASOFT, &t) == 0); } # endif /* Write the prompt. */ fputs_unlocked (prompt, out); fflush_unlocked (out); /* Read the password. */ nread = getline (&buf, &bufsize, in); /* According to the C standard, input may not be followed by output on the same stream without an intervening call to a file positioning function. Suppose in == out; then without this fseek call, on Solaris, HP-UX, AIX, OSF/1, the previous input gets echoed, whereas on IRIX, the following newline is not output as it should be. POSIX imposes similar restrictions if fileno (in) == fileno (out). The POSIX restrictions are tricky and change from POSIX version to POSIX version, so play it safe and invoke fseek even if in != out. */ fseeko (out, 0, SEEK_CUR); if (buf != NULL) { if (nread < 0) buf[0] = '\0'; else if (buf[nread - 1] == '\n') { /* Remove the newline. */ buf[nread - 1] = '\0'; if (tty_changed) { /* Write the newline that was not echoed. */ putc_unlocked ('\n', out); } } } /* Restore the original setting. */ # if HAVE_TCSETATTR if (tty_changed) tcsetattr (fileno (in), TCSAFLUSH | TCSASOFT, &s); # endif funlockfile (out); call_fclose (tty); return buf; } #else /* W32 native */ /* Windows implementation by Martin Lambers , improved by Simon Josefsson. */ /* For PASS_MAX. */ # include /* For _getch(). */ # include /* For strdup(). */ # include # ifndef PASS_MAX # define PASS_MAX 512 # endif char * getpass (const char *prompt) { char getpassbuf[PASS_MAX + 1]; size_t i = 0; int c; if (prompt) { fputs (prompt, stderr); fflush (stderr); } for (;;) { c = _getch (); if (c == '\r') { getpassbuf[i] = '\0'; break; } else if (i < PASS_MAX) { getpassbuf[i++] = c; } if (i >= PASS_MAX) { getpassbuf[i] = '\0'; break; } } if (prompt) { fputs ("\r\n", stderr); fflush (stderr); } return strdup (getpassbuf); } #endif gsasl-1.8.0/gl/xalloc-oversized.h0000664000000000000000000000323711746471770013612 00000000000000/* xalloc-oversized.h -- memory allocation size checking Copyright (C) 1990-2000, 2003-2004, 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef XALLOC_OVERSIZED_H_ # define XALLOC_OVERSIZED_H_ # include /* Return 1 if an array of N objects, each of size S, cannot exist due to size arithmetic overflow. S must be positive and N must be nonnegative. This is a macro, not an inline function, so that it works correctly even when SIZE_MAX < N. By gnulib convention, SIZE_MAX represents overflow in size calculations, so the conservative dividend to use here is SIZE_MAX - 1, since SIZE_MAX might represent an overflowed value. However, malloc (SIZE_MAX) fails on all known hosts where sizeof (ptrdiff_t) <= sizeof (size_t), so do not bother to test for exactly-SIZE_MAX allocations on such hosts; this avoids a test and branch when S is known to be 1. */ # define xalloc_oversized(n, s) \ ((size_t) (sizeof (ptrdiff_t) <= sizeof (size_t) ? -1 : -2) / (s) < (n)) #endif /* !XALLOC_OVERSIZED_H_ */ gsasl-1.8.0/gl/strerror.c0000664000000000000000000000404311746471770012171 00000000000000/* strerror.c --- POSIX compatible system error routine Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #include #include #include #include "intprops.h" #include "strerror-override.h" #include "verify.h" /* Use the system functions, not the gnulib overrides in this file. */ #undef sprintf char * strerror (int n) #undef strerror { static char buf[STACKBUF_LEN]; size_t len; /* Cast away const, due to the historical signature of strerror; callers should not be modifying the string. */ const char *msg = strerror_override (n); if (msg) return (char *) msg; msg = strerror (n); /* Our strerror_r implementation might use the system's strerror buffer, so all other clients of strerror have to see the error copied into a buffer that we manage. This is not thread-safe, even if the system strerror is, but portable programs shouldn't be using strerror if they care about thread-safety. */ if (!msg || !*msg) { static char const fmt[] = "Unknown error %d"; verify (sizeof buf >= sizeof (fmt) + INT_STRLEN_BOUND (n)); sprintf (buf, fmt, n); errno = EINVAL; return buf; } /* Fix STACKBUF_LEN if this ever aborts. */ len = strlen (msg); if (sizeof buf <= len) abort (); return memcpy (buf, msg, len + 1); } gsasl-1.8.0/gl/string.in.h0000664000000000000000000011646111746471770012237 00000000000000/* A GNU-like . Copyright (C) 1995-1996, 2001-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_STRING_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STRING_H@ #ifndef _@GUARD_PREFIX@_STRING_H #define _@GUARD_PREFIX@_STRING_H /* NetBSD 5.0 mis-defines NULL. */ #include /* MirBSD defines mbslen as a macro. */ #if @GNULIB_MBSLEN@ && defined __MirBSD__ # include #endif /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* NetBSD 5.0 declares strsignal in , not in . */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_STRSIGNAL@ || defined GNULIB_POSIXCHECK) && defined __NetBSD__ \ && ! defined __GLIBC__ # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Find the index of the least-significant set bit. */ #if @GNULIB_FFSL@ # if !@HAVE_FFSL@ _GL_FUNCDECL_SYS (ffsl, int, (long int i)); # endif _GL_CXXALIAS_SYS (ffsl, int, (long int i)); _GL_CXXALIASWARN (ffsl); #elif defined GNULIB_POSIXCHECK # undef ffsl # if HAVE_RAW_DECL_FFSL _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module"); # endif #endif /* Find the index of the least-significant set bit. */ #if @GNULIB_FFSLL@ # if !@HAVE_FFSLL@ _GL_FUNCDECL_SYS (ffsll, int, (long long int i)); # endif _GL_CXXALIAS_SYS (ffsll, int, (long long int i)); _GL_CXXALIASWARN (ffsll); #elif defined GNULIB_POSIXCHECK # undef ffsll # if HAVE_RAW_DECL_FFSLL _GL_WARN_ON_USE (ffsll, "ffsll is not portable - use the ffsll module"); # endif #endif /* Return the first instance of C within N bytes of S, or NULL. */ #if @GNULIB_MEMCHR@ # if @REPLACE_MEMCHR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define memchr rpl_memchr # endif _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); # else # if ! @HAVE_MEMCHR@ _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C" { const void * std::memchr (const void *, int, size_t); } extern "C++" { void * std::memchr (void *, int, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (memchr, void *, (void const *__s, int __c, size_t __n), void const *, (void const *__s, int __c, size_t __n)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n)); _GL_CXXALIASWARN1 (memchr, void const *, (void const *__s, int __c, size_t __n)); # else _GL_CXXALIASWARN (memchr); # endif #elif defined GNULIB_POSIXCHECK # undef memchr /* Assume memchr is always declared. */ _GL_WARN_ON_USE (memchr, "memchr has platform-specific bugs - " "use gnulib module memchr for portability" ); #endif /* Return the first occurrence of NEEDLE in HAYSTACK. */ #if @GNULIB_MEMMEM@ # if @REPLACE_MEMMEM@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define memmem rpl_memmem # endif _GL_FUNCDECL_RPL (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 3))); _GL_CXXALIAS_RPL (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len)); # else # if ! @HAVE_DECL_MEMMEM@ _GL_FUNCDECL_SYS (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 3))); # endif _GL_CXXALIAS_SYS (memmem, void *, (void const *__haystack, size_t __haystack_len, void const *__needle, size_t __needle_len)); # endif _GL_CXXALIASWARN (memmem); #elif defined GNULIB_POSIXCHECK # undef memmem # if HAVE_RAW_DECL_MEMMEM _GL_WARN_ON_USE (memmem, "memmem is unportable and often quadratic - " "use gnulib module memmem-simple for portability, " "and module memmem for speed" ); # endif #endif /* Copy N bytes of SRC to DEST, return pointer to bytes after the last written byte. */ #if @GNULIB_MEMPCPY@ # if ! @HAVE_MEMPCPY@ _GL_FUNCDECL_SYS (mempcpy, void *, (void *restrict __dest, void const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (mempcpy, void *, (void *restrict __dest, void const *restrict __src, size_t __n)); _GL_CXXALIASWARN (mempcpy); #elif defined GNULIB_POSIXCHECK # undef mempcpy # if HAVE_RAW_DECL_MEMPCPY _GL_WARN_ON_USE (mempcpy, "mempcpy is unportable - " "use gnulib module mempcpy for portability"); # endif #endif /* Search backwards through a block for a byte (specified as an int). */ #if @GNULIB_MEMRCHR@ # if ! @HAVE_DECL_MEMRCHR@ _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const void * std::memrchr (const void *, int, size_t); } extern "C++" { void * std::memrchr (void *, int, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (memrchr, void *, (void const *, int, size_t), void const *, (void const *, int, size_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); # else _GL_CXXALIASWARN (memrchr); # endif #elif defined GNULIB_POSIXCHECK # undef memrchr # if HAVE_RAW_DECL_MEMRCHR _GL_WARN_ON_USE (memrchr, "memrchr is unportable - " "use gnulib module memrchr for portability"); # endif #endif /* Find the first occurrence of C in S. More efficient than memchr(S,C,N), at the expense of undefined behavior if C does not occur within N bytes. */ #if @GNULIB_RAWMEMCHR@ # if ! @HAVE_RAWMEMCHR@ _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const void * std::rawmemchr (const void *, int); } extern "C++" { void * std::rawmemchr (void *, int); } */ _GL_CXXALIAS_SYS_CAST2 (rawmemchr, void *, (void const *__s, int __c_in), void const *, (void const *__s, int __c_in)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (rawmemchr, void *, (void *__s, int __c_in)); _GL_CXXALIASWARN1 (rawmemchr, void const *, (void const *__s, int __c_in)); # else _GL_CXXALIASWARN (rawmemchr); # endif #elif defined GNULIB_POSIXCHECK # undef rawmemchr # if HAVE_RAW_DECL_RAWMEMCHR _GL_WARN_ON_USE (rawmemchr, "rawmemchr is unportable - " "use gnulib module rawmemchr for portability"); # endif #endif /* Copy SRC to DST, returning the address of the terminating '\0' in DST. */ #if @GNULIB_STPCPY@ # if ! @HAVE_STPCPY@ _GL_FUNCDECL_SYS (stpcpy, char *, (char *restrict __dst, char const *restrict __src) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (stpcpy, char *, (char *restrict __dst, char const *restrict __src)); _GL_CXXALIASWARN (stpcpy); #elif defined GNULIB_POSIXCHECK # undef stpcpy # if HAVE_RAW_DECL_STPCPY _GL_WARN_ON_USE (stpcpy, "stpcpy is unportable - " "use gnulib module stpcpy for portability"); # endif #endif /* Copy no more than N bytes of SRC to DST, returning a pointer past the last non-NUL byte written into DST. */ #if @GNULIB_STPNCPY@ # if @REPLACE_STPNCPY@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef stpncpy # define stpncpy rpl_stpncpy # endif _GL_FUNCDECL_RPL (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n)); # else # if ! @HAVE_STPNCPY@ _GL_FUNCDECL_SYS (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (stpncpy, char *, (char *restrict __dst, char const *restrict __src, size_t __n)); # endif _GL_CXXALIASWARN (stpncpy); #elif defined GNULIB_POSIXCHECK # undef stpncpy # if HAVE_RAW_DECL_STPNCPY _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - " "use gnulib module stpncpy for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strchr() does not work with multibyte strings if the locale encoding is GB18030 and the character to be searched is a digit. */ # undef strchr /* Assume strchr is always declared. */ _GL_WARN_ON_USE (strchr, "strchr cannot work correctly on character strings " "in some multibyte locales - " "use mbschr if you care about internationalization"); #endif /* Find the first occurrence of C in S or the final NUL byte. */ #if @GNULIB_STRCHRNUL@ # if @REPLACE_STRCHRNUL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strchrnul rpl_strchrnul # endif _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strchrnul, char *, (const char *str, int ch)); # else # if ! @HAVE_STRCHRNUL@ _GL_FUNCDECL_SYS (strchrnul, char *, (char const *__s, int __c_in) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * std::strchrnul (const char *, int); } extern "C++" { char * std::strchrnul (char *, int); } */ _GL_CXXALIAS_SYS_CAST2 (strchrnul, char *, (char const *__s, int __c_in), char const *, (char const *__s, int __c_in)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strchrnul, char *, (char *__s, int __c_in)); _GL_CXXALIASWARN1 (strchrnul, char const *, (char const *__s, int __c_in)); # else _GL_CXXALIASWARN (strchrnul); # endif #elif defined GNULIB_POSIXCHECK # undef strchrnul # if HAVE_RAW_DECL_STRCHRNUL _GL_WARN_ON_USE (strchrnul, "strchrnul is unportable - " "use gnulib module strchrnul for portability"); # endif #endif /* Duplicate S, returning an identical malloc'd string. */ #if @GNULIB_STRDUP@ # if @REPLACE_STRDUP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strdup # define strdup rpl_strdup # endif _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); # else # if defined __cplusplus && defined GNULIB_NAMESPACE && defined strdup /* strdup exists as a function and as a macro. Get rid of the macro. */ # undef strdup # endif # if !(@HAVE_DECL_STRDUP@ || defined strdup) _GL_FUNCDECL_SYS (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strdup, char *, (char const *__s)); # endif _GL_CXXALIASWARN (strdup); #elif defined GNULIB_POSIXCHECK # undef strdup # if HAVE_RAW_DECL_STRDUP _GL_WARN_ON_USE (strdup, "strdup is unportable - " "use gnulib module strdup for portability"); # endif #endif /* Append no more than N characters from SRC onto DEST. */ #if @GNULIB_STRNCAT@ # if @REPLACE_STRNCAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strncat # define strncat rpl_strncat # endif _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); # else _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n)); # endif _GL_CXXALIASWARN (strncat); #elif defined GNULIB_POSIXCHECK # undef strncat # if HAVE_RAW_DECL_STRNCAT _GL_WARN_ON_USE (strncat, "strncat is unportable - " "use gnulib module strncat for portability"); # endif #endif /* Return a newly allocated copy of at most N bytes of STRING. */ #if @GNULIB_STRNDUP@ # if @REPLACE_STRNDUP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strndup # define strndup rpl_strndup # endif _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n)); # else # if ! @HAVE_DECL_STRNDUP@ _GL_FUNCDECL_SYS (strndup, char *, (char const *__string, size_t __n) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n)); # endif _GL_CXXALIASWARN (strndup); #elif defined GNULIB_POSIXCHECK # undef strndup # if HAVE_RAW_DECL_STRNDUP _GL_WARN_ON_USE (strndup, "strndup is unportable - " "use gnulib module strndup for portability"); # endif #endif /* Find the length (number of bytes) of STRING, but scan at most MAXLEN bytes. If no '\0' terminator is found in that many bytes, return MAXLEN. */ #if @GNULIB_STRNLEN@ # if @REPLACE_STRNLEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strnlen # define strnlen rpl_strnlen # endif _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)); # else # if ! @HAVE_DECL_STRNLEN@ _GL_FUNCDECL_SYS (strnlen, size_t, (char const *__string, size_t __maxlen) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen)); # endif _GL_CXXALIASWARN (strnlen); #elif defined GNULIB_POSIXCHECK # undef strnlen # if HAVE_RAW_DECL_STRNLEN _GL_WARN_ON_USE (strnlen, "strnlen is unportable - " "use gnulib module strnlen for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strcspn() assumes the second argument is a list of single-byte characters. Even in this simple case, it does not work with multibyte strings if the locale encoding is GB18030 and one of the characters to be searched is a digit. */ # undef strcspn /* Assume strcspn is always declared. */ _GL_WARN_ON_USE (strcspn, "strcspn cannot work correctly on character strings " "in multibyte locales - " "use mbscspn if you care about internationalization"); #endif /* Find the first occurrence in S of any character in ACCEPT. */ #if @GNULIB_STRPBRK@ # if ! @HAVE_STRPBRK@ _GL_FUNCDECL_SYS (strpbrk, char *, (char const *__s, char const *__accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif /* On some systems, this function is defined as an overloaded function: extern "C" { const char * strpbrk (const char *, const char *); } extern "C++" { char * strpbrk (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strpbrk, char *, (char const *__s, char const *__accept), const char *, (char const *__s, char const *__accept)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strpbrk, char *, (char *__s, char const *__accept)); _GL_CXXALIASWARN1 (strpbrk, char const *, (char const *__s, char const *__accept)); # else _GL_CXXALIASWARN (strpbrk); # endif # if defined GNULIB_POSIXCHECK /* strpbrk() assumes the second argument is a list of single-byte characters. Even in this simple case, it does not work with multibyte strings if the locale encoding is GB18030 and one of the characters to be searched is a digit. */ # undef strpbrk _GL_WARN_ON_USE (strpbrk, "strpbrk cannot work correctly on character strings " "in multibyte locales - " "use mbspbrk if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strpbrk # if HAVE_RAW_DECL_STRPBRK _GL_WARN_ON_USE (strpbrk, "strpbrk is unportable - " "use gnulib module strpbrk for portability"); # endif #endif #if defined GNULIB_POSIXCHECK /* strspn() assumes the second argument is a list of single-byte characters. Even in this simple case, it cannot work with multibyte strings. */ # undef strspn /* Assume strspn is always declared. */ _GL_WARN_ON_USE (strspn, "strspn cannot work correctly on character strings " "in multibyte locales - " "use mbsspn if you care about internationalization"); #endif #if defined GNULIB_POSIXCHECK /* strrchr() does not work with multibyte strings if the locale encoding is GB18030 and the character to be searched is a digit. */ # undef strrchr /* Assume strrchr is always declared. */ _GL_WARN_ON_USE (strrchr, "strrchr cannot work correctly on character strings " "in some multibyte locales - " "use mbsrchr if you care about internationalization"); #endif /* Search the next delimiter (char listed in DELIM) starting at *STRINGP. If one is found, overwrite it with a NUL, and advance *STRINGP to point to the next char after it. Otherwise, set *STRINGP to NULL. If *STRINGP was already NULL, nothing happens. Return the old value of *STRINGP. This is a variant of strtok() that is multithread-safe and supports empty fields. Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30. See also strtok_r(). */ #if @GNULIB_STRSEP@ # if ! @HAVE_STRSEP@ _GL_FUNCDECL_SYS (strsep, char *, (char **restrict __stringp, char const *restrict __delim) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (strsep, char *, (char **restrict __stringp, char const *restrict __delim)); _GL_CXXALIASWARN (strsep); # if defined GNULIB_POSIXCHECK # undef strsep _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings " "in multibyte locales - " "use mbssep if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strsep # if HAVE_RAW_DECL_STRSEP _GL_WARN_ON_USE (strsep, "strsep is unportable - " "use gnulib module strsep for portability"); # endif #endif #if @GNULIB_STRSTR@ # if @REPLACE_STRSTR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strstr rpl_strstr # endif _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); # else /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * strstr (const char *, const char *); } extern "C++" { char * strstr (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strstr, char *, (const char *haystack, const char *needle), const char *, (const char *haystack, const char *needle)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); _GL_CXXALIASWARN1 (strstr, const char *, (const char *haystack, const char *needle)); # else _GL_CXXALIASWARN (strstr); # endif #elif defined GNULIB_POSIXCHECK /* strstr() does not work with multibyte strings if the locale encoding is different from UTF-8: POSIX says that it operates on "strings", and "string" in POSIX is defined as a sequence of bytes, not of characters. */ # undef strstr /* Assume strstr is always declared. */ _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot " "work correctly on character strings in most " "multibyte locales - " "use mbsstr if you care about internationalization, " "or use strstr if you care about speed"); #endif /* Find the first occurrence of NEEDLE in HAYSTACK, using case-insensitive comparison. */ #if @GNULIB_STRCASESTR@ # if @REPLACE_STRCASESTR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strcasestr rpl_strcasestr # endif _GL_FUNCDECL_RPL (strcasestr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (strcasestr, char *, (const char *haystack, const char *needle)); # else # if ! @HAVE_STRCASESTR@ _GL_FUNCDECL_SYS (strcasestr, char *, (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const char * strcasestr (const char *, const char *); } extern "C++" { char * strcasestr (char *, const char *); } */ _GL_CXXALIAS_SYS_CAST2 (strcasestr, char *, (const char *haystack, const char *needle), const char *, (const char *haystack, const char *needle)); # endif # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (strcasestr, char *, (char *haystack, const char *needle)); _GL_CXXALIASWARN1 (strcasestr, const char *, (const char *haystack, const char *needle)); # else _GL_CXXALIASWARN (strcasestr); # endif #elif defined GNULIB_POSIXCHECK /* strcasestr() does not work with multibyte strings: It is a glibc extension, and glibc implements it only for unibyte locales. */ # undef strcasestr # if HAVE_RAW_DECL_STRCASESTR _GL_WARN_ON_USE (strcasestr, "strcasestr does work correctly on character " "strings in multibyte locales - " "use mbscasestr if you care about " "internationalization, or use c-strcasestr if you want " "a locale independent function"); # endif #endif /* Parse S into tokens separated by characters in DELIM. If S is NULL, the saved pointer in SAVE_PTR is used as the next starting point. For example: char s[] = "-abc-=-def"; char *sp; x = strtok_r(s, "-", &sp); // x = "abc", sp = "=-def" x = strtok_r(NULL, "-=", &sp); // x = "def", sp = NULL x = strtok_r(NULL, "=", &sp); // x = NULL // s = "abc\0-def\0" This is a variant of strtok() that is multithread-safe. For the POSIX documentation for this function, see: http://www.opengroup.org/susv3xsh/strtok.html Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. Caveat: It doesn't work with multibyte strings unless all of the delimiter characters are ASCII characters < 0x30. See also strsep(). */ #if @GNULIB_STRTOK_R@ # if @REPLACE_STRTOK_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strtok_r # define strtok_r rpl_strtok_r # endif _GL_FUNCDECL_RPL (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr)); # else # if @UNDEFINE_STRTOK_R@ || defined GNULIB_POSIXCHECK # undef strtok_r # endif # if ! @HAVE_DECL_STRTOK_R@ _GL_FUNCDECL_SYS (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr) _GL_ARG_NONNULL ((2, 3))); # endif _GL_CXXALIAS_SYS (strtok_r, char *, (char *restrict s, char const *restrict delim, char **restrict save_ptr)); # endif _GL_CXXALIASWARN (strtok_r); # if defined GNULIB_POSIXCHECK _GL_WARN_ON_USE (strtok_r, "strtok_r cannot work correctly on character " "strings in multibyte locales - " "use mbstok_r if you care about internationalization"); # endif #elif defined GNULIB_POSIXCHECK # undef strtok_r # if HAVE_RAW_DECL_STRTOK_R _GL_WARN_ON_USE (strtok_r, "strtok_r is unportable - " "use gnulib module strtok_r for portability"); # endif #endif /* The following functions are not specified by POSIX. They are gnulib extensions. */ #if @GNULIB_MBSLEN@ /* Return the number of multibyte characters in the character string STRING. This considers multibyte characters, unlike strlen, which counts bytes. */ # ifdef __MirBSD__ /* MirBSD defines mbslen as a macro. Override it. */ # undef mbslen # endif # if @HAVE_MBSLEN@ /* AIX, OSF/1, MirBSD define mbslen already in libc. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbslen rpl_mbslen # endif _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbslen, size_t, (const char *string)); # else _GL_FUNCDECL_SYS (mbslen, size_t, (const char *string) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbslen, size_t, (const char *string)); # endif _GL_CXXALIASWARN (mbslen); #endif #if @GNULIB_MBSNLEN@ /* Return the number of multibyte characters in the character string starting at STRING and ending at STRING + LEN. */ _GL_EXTERN_C size_t mbsnlen (const char *string, size_t len) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1)); #endif #if @GNULIB_MBSCHR@ /* Locate the first single-byte character C in the character string STRING, and return a pointer to it. Return NULL if C is not found in STRING. Unlike strchr(), this function works correctly in multibyte locales with encodings such as GB18030. */ # if defined __hpux # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbschr rpl_mbschr /* avoid collision with HP-UX function */ # endif _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbschr, char *, (const char *string, int c)); # else _GL_FUNCDECL_SYS (mbschr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbschr, char *, (const char *string, int c)); # endif _GL_CXXALIASWARN (mbschr); #endif #if @GNULIB_MBSRCHR@ /* Locate the last single-byte character C in the character string STRING, and return a pointer to it. Return NULL if C is not found in STRING. Unlike strrchr(), this function works correctly in multibyte locales with encodings such as GB18030. */ # if defined __hpux || defined __INTERIX # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbsrchr rpl_mbsrchr /* avoid collision with system function */ # endif _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mbsrchr, char *, (const char *string, int c)); # else _GL_FUNCDECL_SYS (mbsrchr, char *, (const char *string, int c) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_SYS (mbsrchr, char *, (const char *string, int c)); # endif _GL_CXXALIASWARN (mbsrchr); #endif #if @GNULIB_MBSSTR@ /* Find the first occurrence of the character string NEEDLE in the character string HAYSTACK. Return NULL if NEEDLE is not found in HAYSTACK. Unlike strstr(), this function works correctly in multibyte locales with encodings different from UTF-8. */ _GL_EXTERN_C char * mbsstr (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCASECMP@ /* Compare the character strings S1 and S2, ignoring case, returning less than, equal to or greater than zero if S1 is lexicographically less than, equal to or greater than S2. Note: This function may, in multibyte locales, return 0 for strings of different lengths! Unlike strcasecmp(), this function works correctly in multibyte locales. */ _GL_EXTERN_C int mbscasecmp (const char *s1, const char *s2) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSNCASECMP@ /* Compare the initial segment of the character string S1 consisting of at most N characters with the initial segment of the character string S2 consisting of at most N characters, ignoring case, returning less than, equal to or greater than zero if the initial segment of S1 is lexicographically less than, equal to or greater than the initial segment of S2. Note: This function may, in multibyte locales, return 0 for initial segments of different lengths! Unlike strncasecmp(), this function works correctly in multibyte locales. But beware that N is not a byte count but a character count! */ _GL_EXTERN_C int mbsncasecmp (const char *s1, const char *s2, size_t n) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSPCASECMP@ /* Compare the initial segment of the character string STRING consisting of at most mbslen (PREFIX) characters with the character string PREFIX, ignoring case. If the two match, return a pointer to the first byte after this prefix in STRING. Otherwise, return NULL. Note: This function may, in multibyte locales, return non-NULL if STRING is of smaller length than PREFIX! Unlike strncasecmp(), this function works correctly in multibyte locales. */ _GL_EXTERN_C char * mbspcasecmp (const char *string, const char *prefix) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCASESTR@ /* Find the first occurrence of the character string NEEDLE in the character string HAYSTACK, using case-insensitive comparison. Note: This function may, in multibyte locales, return success even if strlen (haystack) < strlen (needle) ! Unlike strcasestr(), this function works correctly in multibyte locales. */ _GL_EXTERN_C char * mbscasestr (const char *haystack, const char *needle) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSCSPN@ /* Find the first occurrence in the character string STRING of any character in the character string ACCEPT. Return the number of bytes from the beginning of the string to this occurrence, or to the end of the string if none exists. Unlike strcspn(), this function works correctly in multibyte locales. */ _GL_EXTERN_C size_t mbscspn (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSPBRK@ /* Find the first occurrence in the character string STRING of any character in the character string ACCEPT. Return the pointer to it, or NULL if none exists. Unlike strpbrk(), this function works correctly in multibyte locales. */ # if defined __hpux # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mbspbrk rpl_mbspbrk /* avoid collision with HP-UX function */ # endif _GL_FUNCDECL_RPL (mbspbrk, char *, (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (mbspbrk, char *, (const char *string, const char *accept)); # else _GL_FUNCDECL_SYS (mbspbrk, char *, (const char *string, const char *accept) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_SYS (mbspbrk, char *, (const char *string, const char *accept)); # endif _GL_CXXALIASWARN (mbspbrk); #endif #if @GNULIB_MBSSPN@ /* Find the first occurrence in the character string STRING of any character not in the character string REJECT. Return the number of bytes from the beginning of the string to this occurrence, or to the end of the string if none exists. Unlike strspn(), this function works correctly in multibyte locales. */ _GL_EXTERN_C size_t mbsspn (const char *string, const char *reject) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSSEP@ /* Search the next delimiter (multibyte character listed in the character string DELIM) starting at the character string *STRINGP. If one is found, overwrite it with a NUL, and advance *STRINGP to point to the next multibyte character after it. Otherwise, set *STRINGP to NULL. If *STRINGP was already NULL, nothing happens. Return the old value of *STRINGP. This is a variant of mbstok_r() that supports empty fields. Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. See also mbstok_r(). */ _GL_EXTERN_C char * mbssep (char **stringp, const char *delim) _GL_ARG_NONNULL ((1, 2)); #endif #if @GNULIB_MBSTOK_R@ /* Parse the character string STRING into tokens separated by characters in the character string DELIM. If STRING is NULL, the saved pointer in SAVE_PTR is used as the next starting point. For example: char s[] = "-abc-=-def"; char *sp; x = mbstok_r(s, "-", &sp); // x = "abc", sp = "=-def" x = mbstok_r(NULL, "-=", &sp); // x = "def", sp = NULL x = mbstok_r(NULL, "=", &sp); // x = NULL // s = "abc\0-def\0" Caveat: It modifies the original string. Caveat: These functions cannot be used on constant strings. Caveat: The identity of the delimiting character is lost. See also mbssep(). */ _GL_EXTERN_C char * mbstok_r (char *string, const char *delim, char **save_ptr) _GL_ARG_NONNULL ((2, 3)); #endif /* Map any int, typically from errno, into an error message. */ #if @GNULIB_STRERROR@ # if @REPLACE_STRERROR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strerror # define strerror rpl_strerror # endif _GL_FUNCDECL_RPL (strerror, char *, (int)); _GL_CXXALIAS_RPL (strerror, char *, (int)); # else _GL_CXXALIAS_SYS (strerror, char *, (int)); # endif _GL_CXXALIASWARN (strerror); #elif defined GNULIB_POSIXCHECK # undef strerror /* Assume strerror is always declared. */ _GL_WARN_ON_USE (strerror, "strerror is unportable - " "use gnulib module strerror to guarantee non-NULL result"); #endif /* Map any int, typically from errno, into an error message. Multithread-safe. Uses the POSIX declaration, not the glibc declaration. */ #if @GNULIB_STRERROR_R@ # if @REPLACE_STRERROR_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strerror_r # define strerror_r rpl_strerror_r # endif _GL_FUNCDECL_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (strerror_r, int, (int errnum, char *buf, size_t buflen)); # else # if !@HAVE_DECL_STRERROR_R@ _GL_FUNCDECL_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (strerror_r, int, (int errnum, char *buf, size_t buflen)); # endif # if @HAVE_DECL_STRERROR_R@ _GL_CXXALIASWARN (strerror_r); # endif #elif defined GNULIB_POSIXCHECK # undef strerror_r # if HAVE_RAW_DECL_STRERROR_R _GL_WARN_ON_USE (strerror_r, "strerror_r is unportable - " "use gnulib module strerror_r-posix for portability"); # endif #endif #if @GNULIB_STRSIGNAL@ # if @REPLACE_STRSIGNAL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define strsignal rpl_strsignal # endif _GL_FUNCDECL_RPL (strsignal, char *, (int __sig)); _GL_CXXALIAS_RPL (strsignal, char *, (int __sig)); # else # if ! @HAVE_DECL_STRSIGNAL@ _GL_FUNCDECL_SYS (strsignal, char *, (int __sig)); # endif /* Need to cast, because on Cygwin 1.5.x systems, the return type is 'const char *'. */ _GL_CXXALIAS_SYS_CAST (strsignal, char *, (int __sig)); # endif _GL_CXXALIASWARN (strsignal); #elif defined GNULIB_POSIXCHECK # undef strsignal # if HAVE_RAW_DECL_STRSIGNAL _GL_WARN_ON_USE (strsignal, "strsignal is unportable - " "use gnulib module strsignal for portability"); # endif #endif #if @GNULIB_STRVERSCMP@ # if !@HAVE_STRVERSCMP@ _GL_FUNCDECL_SYS (strverscmp, int, (const char *, const char *) _GL_ATTRIBUTE_PURE _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (strverscmp, int, (const char *, const char *)); _GL_CXXALIASWARN (strverscmp); #elif defined GNULIB_POSIXCHECK # undef strverscmp # if HAVE_RAW_DECL_STRVERSCMP _GL_WARN_ON_USE (strverscmp, "strverscmp is unportable - " "use gnulib module strverscmp for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_STRING_H */ #endif /* _@GUARD_PREFIX@_STRING_H */ gsasl-1.8.0/gl/mbrtowc.c0000664000000000000000000002514311746471770011770 00000000000000/* Convert multibyte character to wide character. Copyright (C) 1999-2002, 2005-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #if GNULIB_defined_mbstate_t /* Implement mbrtowc() on top of mbtowc(). */ # include # include # include "localcharset.h" # include "streq.h" # include "verify.h" verify (sizeof (mbstate_t) >= 4); static char internal_state[4]; size_t mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) { char *pstate = (char *)ps; if (s == NULL) { pwc = NULL; s = ""; n = 1; } if (n == 0) return (size_t)(-2); /* Here n > 0. */ if (pstate == NULL) pstate = internal_state; { size_t nstate = pstate[0]; char buf[4]; const char *p; size_t m; switch (nstate) { case 0: p = s; m = n; break; case 3: buf[2] = pstate[3]; /*FALLTHROUGH*/ case 2: buf[1] = pstate[2]; /*FALLTHROUGH*/ case 1: buf[0] = pstate[1]; p = buf; m = nstate; buf[m++] = s[0]; if (n >= 2 && m < 4) { buf[m++] = s[1]; if (n >= 3 && m < 4) buf[m++] = s[2]; } break; default: errno = EINVAL; return (size_t)(-1); } /* Here m > 0. */ # if __GLIBC__ || defined __UCLIBC__ /* Work around bug */ mbtowc (NULL, NULL, 0); # endif { int res = mbtowc (pwc, p, m); if (res >= 0) { if (pwc != NULL && ((*pwc == 0) != (res == 0))) abort (); if (nstate >= (res > 0 ? res : 1)) abort (); res -= nstate; pstate[0] = 0; return res; } /* mbtowc does not distinguish between invalid and incomplete multibyte sequences. But mbrtowc needs to make this distinction. There are two possible approaches: - Use iconv() and its return value. - Use built-in knowledge about the possible encodings. Given the low quality of implementation of iconv() on the systems that lack mbrtowc(), we use the second approach. The possible encodings are: - 8-bit encodings, - EUC-JP, EUC-KR, GB2312, EUC-TW, BIG5, GB18030, SJIS, - UTF-8. Use specialized code for each. */ if (m >= 4 || m >= MB_CUR_MAX) goto invalid; /* Here MB_CUR_MAX > 1 and 0 < m < 4. */ { const char *encoding = locale_charset (); if (STREQ_OPT (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0)) { /* Cf. unistr/u8-mblen.c. */ unsigned char c = (unsigned char) p[0]; if (c >= 0xc2) { if (c < 0xe0) { if (m == 1) goto incomplete; } else if (c < 0xf0) { if (m == 1) goto incomplete; if (m == 2) { unsigned char c2 = (unsigned char) p[1]; if ((c2 ^ 0x80) < 0x40 && (c >= 0xe1 || c2 >= 0xa0) && (c != 0xed || c2 < 0xa0)) goto incomplete; } } else if (c <= 0xf4) { if (m == 1) goto incomplete; else /* m == 2 || m == 3 */ { unsigned char c2 = (unsigned char) p[1]; if ((c2 ^ 0x80) < 0x40 && (c >= 0xf1 || c2 >= 0x90) && (c < 0xf4 || (c == 0xf4 && c2 < 0x90))) { if (m == 2) goto incomplete; else /* m == 3 */ { unsigned char c3 = (unsigned char) p[2]; if ((c3 ^ 0x80) < 0x40) goto incomplete; } } } } } goto invalid; } /* As a reference for this code, you can use the GNU libiconv implementation. Look for uses of the RET_TOOFEW macro. */ if (STREQ_OPT (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0)) { if (m == 1) { unsigned char c = (unsigned char) p[0]; if ((c >= 0xa1 && c < 0xff) || c == 0x8e || c == 0x8f) goto incomplete; } if (m == 2) { unsigned char c = (unsigned char) p[0]; if (c == 0x8f) { unsigned char c2 = (unsigned char) p[1]; if (c2 >= 0xa1 && c2 < 0xff) goto incomplete; } } goto invalid; } if (STREQ_OPT (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) || STREQ_OPT (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) || STREQ_OPT (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0)) { if (m == 1) { unsigned char c = (unsigned char) p[0]; if (c >= 0xa1 && c < 0xff) goto incomplete; } goto invalid; } if (STREQ_OPT (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0)) { if (m == 1) { unsigned char c = (unsigned char) p[0]; if ((c >= 0xa1 && c < 0xff) || c == 0x8e) goto incomplete; } else /* m == 2 || m == 3 */ { unsigned char c = (unsigned char) p[0]; if (c == 0x8e) goto incomplete; } goto invalid; } if (STREQ_OPT (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0)) { if (m == 1) { unsigned char c = (unsigned char) p[0]; if ((c >= 0x90 && c <= 0xe3) || (c >= 0xf8 && c <= 0xfe)) goto incomplete; } else /* m == 2 || m == 3 */ { unsigned char c = (unsigned char) p[0]; if (c >= 0x90 && c <= 0xe3) { unsigned char c2 = (unsigned char) p[1]; if (c2 >= 0x30 && c2 <= 0x39) { if (m == 2) goto incomplete; else /* m == 3 */ { unsigned char c3 = (unsigned char) p[2]; if (c3 >= 0x81 && c3 <= 0xfe) goto incomplete; } } } } goto invalid; } if (STREQ_OPT (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0)) { if (m == 1) { unsigned char c = (unsigned char) p[0]; if ((c >= 0x81 && c <= 0x9f) || (c >= 0xe0 && c <= 0xea) || (c >= 0xf0 && c <= 0xf9)) goto incomplete; } goto invalid; } /* An unknown multibyte encoding. */ goto incomplete; } incomplete: { size_t k = nstate; /* Here 0 <= k < m < 4. */ pstate[++k] = s[0]; if (k < m) { pstate[++k] = s[1]; if (k < m) pstate[++k] = s[2]; } if (k != m) abort (); } pstate[0] = m; return (size_t)(-2); invalid: errno = EILSEQ; /* The conversion state is undefined, says POSIX. */ return (size_t)(-1); } } } #else /* Override the system's mbrtowc() function. */ # undef mbrtowc size_t rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) { # if MBRTOWC_NULL_ARG2_BUG || MBRTOWC_RETVAL_BUG if (s == NULL) { pwc = NULL; s = ""; n = 1; } # endif # if MBRTOWC_RETVAL_BUG { static mbstate_t internal_state; /* Override mbrtowc's internal state. We cannot call mbsinit() on the hidden internal state, but we can call it on our variable. */ if (ps == NULL) ps = &internal_state; if (!mbsinit (ps)) { /* Parse the rest of the multibyte character byte for byte. */ size_t count = 0; for (; n > 0; s++, n--) { wchar_t wc; size_t ret = mbrtowc (&wc, s, 1, ps); if (ret == (size_t)(-1)) return (size_t)(-1); count++; if (ret != (size_t)(-2)) { /* The multibyte character has been completed. */ if (pwc != NULL) *pwc = wc; return (wc == 0 ? 0 : count); } } return (size_t)(-2); } } # endif # if MBRTOWC_NUL_RETVAL_BUG { wchar_t wc; size_t ret = mbrtowc (&wc, s, n, ps); if (ret != (size_t)(-1) && ret != (size_t)(-2)) { if (pwc != NULL) *pwc = wc; if (wc == 0) ret = 0; } return ret; } # else { # if MBRTOWC_NULL_ARG1_BUG wchar_t dummy; if (pwc == NULL) pwc = &dummy; # endif return mbrtowc (pwc, s, n, ps); } # endif } #endif gsasl-1.8.0/gl/wchar.in.h0000664000000000000000000010167511746471770012036 00000000000000/* A substitute for ISO C99 , for platforms that have issues. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake. */ /* * ISO C 99 for platforms that have issues. * * * For now, this just ensures proper prerequisite inclusion order and * the declaration of wcwidth(). */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_mbstate_t || defined __need_wint_t || (defined __hpux && ((defined _INTTYPES_INCLUDED && !defined strtoimax) || defined _GL_JUST_INCLUDE_SYSTEM_WCHAR_H)) || defined _GL_ALREADY_INCLUDING_WCHAR_H /* Special invocation convention: - Inside glibc and uClibc header files. - On HP-UX 11.00 we have a sequence of nested includes -> -> , and the latter includes , once indirectly -> -> -> and once directly. In both situations 'wint_t' is not yet defined, therefore we cannot provide the function overrides; instead include only the system's . - On IRIX 6.5, similarly, we have an include -> , and the latter includes . But here, we have no way to detect whether is completely included or is still being included. */ #@INCLUDE_NEXT@ @NEXT_WCHAR_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_WCHAR_H #define _GL_ALREADY_INCLUDING_WCHAR_H #if @HAVE_FEATURES_H@ # include /* for __GLIBC__ */ #endif /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . In some builds of uClibc, is nonexistent and wchar_t is defined by . But avoid namespace pollution on glibc systems. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include #endif #ifndef __GLIBC__ # include # include #endif /* Include the original if it exists. Some builds of uClibc lack it. */ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_WCHAR_H@ # @INCLUDE_NEXT@ @NEXT_WCHAR_H@ #endif #undef _GL_ALREADY_INCLUDING_WCHAR_H #ifndef _@GUARD_PREFIX@_WCHAR_H #define _@GUARD_PREFIX@_WCHAR_H /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Define wint_t and WEOF. (Also done in wctype.in.h.) */ #if !@HAVE_WINT_T@ && !defined wint_t # define wint_t int # ifndef WEOF # define WEOF -1 # endif #else /* MSVC defines wint_t as 'unsigned short' in . This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be "unchanged by default argument promotions". Override it. */ # if defined _MSC_VER # if !GNULIB_defined_wint_t # include typedef unsigned int rpl_wint_t; # undef wint_t # define wint_t rpl_wint_t # define GNULIB_defined_wint_t 1 # endif # endif # ifndef WEOF # define WEOF ((wint_t) -1) # endif #endif /* Override mbstate_t if it is too small. On IRIX 6.5, sizeof (mbstate_t) == 1, which is not sufficient for implementing mbrtowc for encodings like UTF-8. */ #if !(@HAVE_MBSINIT@ && @HAVE_MBRTOWC@) || @REPLACE_MBSTATE_T@ # if !GNULIB_defined_mbstate_t typedef int rpl_mbstate_t; # undef mbstate_t # define mbstate_t rpl_mbstate_t # define GNULIB_defined_mbstate_t 1 # endif #endif /* Convert a single-byte character to a wide character. */ #if @GNULIB_BTOWC@ # if @REPLACE_BTOWC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef btowc # define btowc rpl_btowc # endif _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); # else # if !@HAVE_BTOWC@ _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (btowc, wint_t, (int c)); # endif _GL_CXXALIASWARN (btowc); #elif defined GNULIB_POSIXCHECK # undef btowc # if HAVE_RAW_DECL_BTOWC _GL_WARN_ON_USE (btowc, "btowc is unportable - " "use gnulib module btowc for portability"); # endif #endif /* Convert a wide character to a single-byte character. */ #if @GNULIB_WCTOB@ # if @REPLACE_WCTOB@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wctob # define wctob rpl_wctob # endif _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); # else # if !defined wctob && !@HAVE_DECL_WCTOB@ /* wctob is provided by gnulib, or wctob exists but is not declared. */ _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); # endif _GL_CXXALIASWARN (wctob); #elif defined GNULIB_POSIXCHECK # undef wctob # if HAVE_RAW_DECL_WCTOB _GL_WARN_ON_USE (wctob, "wctob is unportable - " "use gnulib module wctob for portability"); # endif #endif /* Test whether *PS is in the initial state. */ #if @GNULIB_MBSINIT@ # if @REPLACE_MBSINIT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbsinit # define mbsinit rpl_mbsinit # endif _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps)); _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); # else # if !@HAVE_MBSINIT@ _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbsinit); #elif defined GNULIB_POSIXCHECK # undef mbsinit # if HAVE_RAW_DECL_MBSINIT _GL_WARN_ON_USE (mbsinit, "mbsinit is unportable - " "use gnulib module mbsinit for portability"); # endif #endif /* Convert a multibyte character to a wide character. */ #if @GNULIB_MBRTOWC@ # if @REPLACE_MBRTOWC@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbrtowc # define mbrtowc rpl_mbrtowc # endif _GL_FUNCDECL_RPL (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); _GL_CXXALIAS_RPL (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); # else # if !@HAVE_MBRTOWC@ _GL_FUNCDECL_SYS (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (mbrtowc, size_t, (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbrtowc); #elif defined GNULIB_POSIXCHECK # undef mbrtowc # if HAVE_RAW_DECL_MBRTOWC _GL_WARN_ON_USE (mbrtowc, "mbrtowc is unportable - " "use gnulib module mbrtowc for portability"); # endif #endif /* Recognize a multibyte character. */ #if @GNULIB_MBRLEN@ # if @REPLACE_MBRLEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbrlen # define mbrlen rpl_mbrlen # endif _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); # else # if !@HAVE_MBRLEN@ _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbrlen); #elif defined GNULIB_POSIXCHECK # undef mbrlen # if HAVE_RAW_DECL_MBRLEN _GL_WARN_ON_USE (mbrlen, "mbrlen is unportable - " "use gnulib module mbrlen for portability"); # endif #endif /* Convert a string to a wide string. */ #if @GNULIB_MBSRTOWCS@ # if @REPLACE_MBSRTOWCS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbsrtowcs # define mbsrtowcs rpl_mbsrtowcs # endif _GL_FUNCDECL_RPL (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps)); # else # if !@HAVE_MBSRTOWCS@ _GL_FUNCDECL_SYS (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (mbsrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbsrtowcs); #elif defined GNULIB_POSIXCHECK # undef mbsrtowcs # if HAVE_RAW_DECL_MBSRTOWCS _GL_WARN_ON_USE (mbsrtowcs, "mbsrtowcs is unportable - " "use gnulib module mbsrtowcs for portability"); # endif #endif /* Convert a string to a wide string. */ #if @GNULIB_MBSNRTOWCS@ # if @REPLACE_MBSNRTOWCS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef mbsnrtowcs # define mbsnrtowcs rpl_mbsnrtowcs # endif _GL_FUNCDECL_RPL (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps)); # else # if !@HAVE_MBSNRTOWCS@ _GL_FUNCDECL_SYS (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (mbsnrtowcs, size_t, (wchar_t *dest, const char **srcp, size_t srclen, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (mbsnrtowcs); #elif defined GNULIB_POSIXCHECK # undef mbsnrtowcs # if HAVE_RAW_DECL_MBSNRTOWCS _GL_WARN_ON_USE (mbsnrtowcs, "mbsnrtowcs is unportable - " "use gnulib module mbsnrtowcs for portability"); # endif #endif /* Convert a wide character to a multibyte character. */ #if @GNULIB_WCRTOMB@ # if @REPLACE_WCRTOMB@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcrtomb # define wcrtomb rpl_wcrtomb # endif _GL_FUNCDECL_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); # else # if !@HAVE_WCRTOMB@ _GL_FUNCDECL_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); # endif _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); # endif _GL_CXXALIASWARN (wcrtomb); #elif defined GNULIB_POSIXCHECK # undef wcrtomb # if HAVE_RAW_DECL_WCRTOMB _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - " "use gnulib module wcrtomb for portability"); # endif #endif /* Convert a wide string to a string. */ #if @GNULIB_WCSRTOMBS@ # if @REPLACE_WCSRTOMBS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcsrtombs # define wcsrtombs rpl_wcsrtombs # endif _GL_FUNCDECL_RPL (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps)); # else # if !@HAVE_WCSRTOMBS@ _GL_FUNCDECL_SYS (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (wcsrtombs, size_t, (char *dest, const wchar_t **srcp, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (wcsrtombs); #elif defined GNULIB_POSIXCHECK # undef wcsrtombs # if HAVE_RAW_DECL_WCSRTOMBS _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - " "use gnulib module wcsrtombs for portability"); # endif #endif /* Convert a wide string to a string. */ #if @GNULIB_WCSNRTOMBS@ # if @REPLACE_WCSNRTOMBS@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcsnrtombs # define wcsnrtombs rpl_wcsnrtombs # endif _GL_FUNCDECL_RPL (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps)); # else # if !@HAVE_WCSNRTOMBS@ _GL_FUNCDECL_SYS (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (wcsnrtombs, size_t, (char *dest, const wchar_t **srcp, size_t srclen, size_t len, mbstate_t *ps)); # endif _GL_CXXALIASWARN (wcsnrtombs); #elif defined GNULIB_POSIXCHECK # undef wcsnrtombs # if HAVE_RAW_DECL_WCSNRTOMBS _GL_WARN_ON_USE (wcsnrtombs, "wcsnrtombs is unportable - " "use gnulib module wcsnrtombs for portability"); # endif #endif /* Return the number of screen columns needed for WC. */ #if @GNULIB_WCWIDTH@ # if @REPLACE_WCWIDTH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcwidth # define wcwidth rpl_wcwidth # endif _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (wcwidth, int, (wchar_t)); # else # if !@HAVE_DECL_WCWIDTH@ /* wcwidth exists but is not declared. */ _GL_FUNCDECL_SYS (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcwidth, int, (wchar_t)); # endif _GL_CXXALIASWARN (wcwidth); #elif defined GNULIB_POSIXCHECK # undef wcwidth # if HAVE_RAW_DECL_WCWIDTH _GL_WARN_ON_USE (wcwidth, "wcwidth is unportable - " "use gnulib module wcwidth for portability"); # endif #endif /* Search N wide characters of S for C. */ #if @GNULIB_WMEMCHR@ # if !@HAVE_WMEMCHR@ _GL_FUNCDECL_SYS (wmemchr, wchar_t *, (const wchar_t *s, wchar_t c, size_t n) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wmemchr (const wchar_t *, wchar_t, size_t); wchar_t * std::wmemchr (wchar_t *, wchar_t, size_t); } */ _GL_CXXALIAS_SYS_CAST2 (wmemchr, wchar_t *, (const wchar_t *, wchar_t, size_t), const wchar_t *, (const wchar_t *, wchar_t, size_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wmemchr, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); _GL_CXXALIASWARN1 (wmemchr, const wchar_t *, (const wchar_t *s, wchar_t c, size_t n)); # else _GL_CXXALIASWARN (wmemchr); # endif #elif defined GNULIB_POSIXCHECK # undef wmemchr # if HAVE_RAW_DECL_WMEMCHR _GL_WARN_ON_USE (wmemchr, "wmemchr is unportable - " "use gnulib module wmemchr for portability"); # endif #endif /* Compare N wide characters of S1 and S2. */ #if @GNULIB_WMEMCMP@ # if !@HAVE_WMEMCMP@ _GL_FUNCDECL_SYS (wmemcmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wmemcmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wmemcmp); #elif defined GNULIB_POSIXCHECK # undef wmemcmp # if HAVE_RAW_DECL_WMEMCMP _GL_WARN_ON_USE (wmemcmp, "wmemcmp is unportable - " "use gnulib module wmemcmp for portability"); # endif #endif /* Copy N wide characters of SRC to DEST. */ #if @GNULIB_WMEMCPY@ # if !@HAVE_WMEMCPY@ _GL_FUNCDECL_SYS (wmemcpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wmemcpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wmemcpy); #elif defined GNULIB_POSIXCHECK # undef wmemcpy # if HAVE_RAW_DECL_WMEMCPY _GL_WARN_ON_USE (wmemcpy, "wmemcpy is unportable - " "use gnulib module wmemcpy for portability"); # endif #endif /* Copy N wide characters of SRC to DEST, guaranteeing correct behavior for overlapping memory areas. */ #if @GNULIB_WMEMMOVE@ # if !@HAVE_WMEMMOVE@ _GL_FUNCDECL_SYS (wmemmove, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wmemmove, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wmemmove); #elif defined GNULIB_POSIXCHECK # undef wmemmove # if HAVE_RAW_DECL_WMEMMOVE _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - " "use gnulib module wmemmove for portability"); # endif #endif /* Set N wide characters of S to C. */ #if @GNULIB_WMEMSET@ # if !@HAVE_WMEMSET@ _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); # endif _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); _GL_CXXALIASWARN (wmemset); #elif defined GNULIB_POSIXCHECK # undef wmemset # if HAVE_RAW_DECL_WMEMSET _GL_WARN_ON_USE (wmemset, "wmemset is unportable - " "use gnulib module wmemset for portability"); # endif #endif /* Return the number of wide characters in S. */ #if @GNULIB_WCSLEN@ # if !@HAVE_WCSLEN@ _GL_FUNCDECL_SYS (wcslen, size_t, (const wchar_t *s) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcslen, size_t, (const wchar_t *s)); _GL_CXXALIASWARN (wcslen); #elif defined GNULIB_POSIXCHECK # undef wcslen # if HAVE_RAW_DECL_WCSLEN _GL_WARN_ON_USE (wcslen, "wcslen is unportable - " "use gnulib module wcslen for portability"); # endif #endif /* Return the number of wide characters in S, but at most MAXLEN. */ #if @GNULIB_WCSNLEN@ # if !@HAVE_WCSNLEN@ _GL_FUNCDECL_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsnlen, size_t, (const wchar_t *s, size_t maxlen)); _GL_CXXALIASWARN (wcsnlen); #elif defined GNULIB_POSIXCHECK # undef wcsnlen # if HAVE_RAW_DECL_WCSNLEN _GL_WARN_ON_USE (wcsnlen, "wcsnlen is unportable - " "use gnulib module wcsnlen for portability"); # endif #endif /* Copy SRC to DEST. */ #if @GNULIB_WCSCPY@ # if !@HAVE_WCSCPY@ _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); # endif _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); _GL_CXXALIASWARN (wcscpy); #elif defined GNULIB_POSIXCHECK # undef wcscpy # if HAVE_RAW_DECL_WCSCPY _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - " "use gnulib module wcscpy for portability"); # endif #endif /* Copy SRC to DEST, returning the address of the terminating L'\0' in DEST. */ #if @GNULIB_WCPCPY@ # if !@HAVE_WCPCPY@ _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); # endif _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); _GL_CXXALIASWARN (wcpcpy); #elif defined GNULIB_POSIXCHECK # undef wcpcpy # if HAVE_RAW_DECL_WCPCPY _GL_WARN_ON_USE (wcpcpy, "wcpcpy is unportable - " "use gnulib module wcpcpy for portability"); # endif #endif /* Copy no more than N wide characters of SRC to DEST. */ #if @GNULIB_WCSNCPY@ # if !@HAVE_WCSNCPY@ _GL_FUNCDECL_SYS (wcsncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wcsncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wcsncpy); #elif defined GNULIB_POSIXCHECK # undef wcsncpy # if HAVE_RAW_DECL_WCSNCPY _GL_WARN_ON_USE (wcsncpy, "wcsncpy is unportable - " "use gnulib module wcsncpy for portability"); # endif #endif /* Copy no more than N characters of SRC to DEST, returning the address of the last character written into DEST. */ #if @GNULIB_WCPNCPY@ # if !@HAVE_WCPNCPY@ _GL_FUNCDECL_SYS (wcpncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wcpncpy, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wcpncpy); #elif defined GNULIB_POSIXCHECK # undef wcpncpy # if HAVE_RAW_DECL_WCPNCPY _GL_WARN_ON_USE (wcpncpy, "wcpncpy is unportable - " "use gnulib module wcpncpy for portability"); # endif #endif /* Append SRC onto DEST. */ #if @GNULIB_WCSCAT@ # if !@HAVE_WCSCAT@ _GL_FUNCDECL_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); # endif _GL_CXXALIAS_SYS (wcscat, wchar_t *, (wchar_t *dest, const wchar_t *src)); _GL_CXXALIASWARN (wcscat); #elif defined GNULIB_POSIXCHECK # undef wcscat # if HAVE_RAW_DECL_WCSCAT _GL_WARN_ON_USE (wcscat, "wcscat is unportable - " "use gnulib module wcscat for portability"); # endif #endif /* Append no more than N wide characters of SRC onto DEST. */ #if @GNULIB_WCSNCAT@ # if !@HAVE_WCSNCAT@ _GL_FUNCDECL_SYS (wcsncat, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); # endif _GL_CXXALIAS_SYS (wcsncat, wchar_t *, (wchar_t *dest, const wchar_t *src, size_t n)); _GL_CXXALIASWARN (wcsncat); #elif defined GNULIB_POSIXCHECK # undef wcsncat # if HAVE_RAW_DECL_WCSNCAT _GL_WARN_ON_USE (wcsncat, "wcsncat is unportable - " "use gnulib module wcsncat for portability"); # endif #endif /* Compare S1 and S2. */ #if @GNULIB_WCSCMP@ # if !@HAVE_WCSCMP@ _GL_FUNCDECL_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcscmp, int, (const wchar_t *s1, const wchar_t *s2)); _GL_CXXALIASWARN (wcscmp); #elif defined GNULIB_POSIXCHECK # undef wcscmp # if HAVE_RAW_DECL_WCSCMP _GL_WARN_ON_USE (wcscmp, "wcscmp is unportable - " "use gnulib module wcscmp for portability"); # endif #endif /* Compare no more than N wide characters of S1 and S2. */ #if @GNULIB_WCSNCMP@ # if !@HAVE_WCSNCMP@ _GL_FUNCDECL_SYS (wcsncmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsncmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wcsncmp); #elif defined GNULIB_POSIXCHECK # undef wcsncmp # if HAVE_RAW_DECL_WCSNCMP _GL_WARN_ON_USE (wcsncmp, "wcsncmp is unportable - " "use gnulib module wcsncmp for portability"); # endif #endif /* Compare S1 and S2, ignoring case. */ #if @GNULIB_WCSCASECMP@ # if !@HAVE_WCSCASECMP@ _GL_FUNCDECL_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcscasecmp, int, (const wchar_t *s1, const wchar_t *s2)); _GL_CXXALIASWARN (wcscasecmp); #elif defined GNULIB_POSIXCHECK # undef wcscasecmp # if HAVE_RAW_DECL_WCSCASECMP _GL_WARN_ON_USE (wcscasecmp, "wcscasecmp is unportable - " "use gnulib module wcscasecmp for portability"); # endif #endif /* Compare no more than N chars of S1 and S2, ignoring case. */ #if @GNULIB_WCSNCASECMP@ # if !@HAVE_WCSNCASECMP@ _GL_FUNCDECL_SYS (wcsncasecmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsncasecmp, int, (const wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wcsncasecmp); #elif defined GNULIB_POSIXCHECK # undef wcsncasecmp # if HAVE_RAW_DECL_WCSNCASECMP _GL_WARN_ON_USE (wcsncasecmp, "wcsncasecmp is unportable - " "use gnulib module wcsncasecmp for portability"); # endif #endif /* Compare S1 and S2, both interpreted as appropriate to the LC_COLLATE category of the current locale. */ #if @GNULIB_WCSCOLL@ # if !@HAVE_WCSCOLL@ _GL_FUNCDECL_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); # endif _GL_CXXALIAS_SYS (wcscoll, int, (const wchar_t *s1, const wchar_t *s2)); _GL_CXXALIASWARN (wcscoll); #elif defined GNULIB_POSIXCHECK # undef wcscoll # if HAVE_RAW_DECL_WCSCOLL _GL_WARN_ON_USE (wcscoll, "wcscoll is unportable - " "use gnulib module wcscoll for portability"); # endif #endif /* Transform S2 into array pointed to by S1 such that if wcscmp is applied to two transformed strings the result is the as applying 'wcscoll' to the original strings. */ #if @GNULIB_WCSXFRM@ # if !@HAVE_WCSXFRM@ _GL_FUNCDECL_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); # endif _GL_CXXALIAS_SYS (wcsxfrm, size_t, (wchar_t *s1, const wchar_t *s2, size_t n)); _GL_CXXALIASWARN (wcsxfrm); #elif defined GNULIB_POSIXCHECK # undef wcsxfrm # if HAVE_RAW_DECL_WCSXFRM _GL_WARN_ON_USE (wcsxfrm, "wcsxfrm is unportable - " "use gnulib module wcsxfrm for portability"); # endif #endif /* Duplicate S, returning an identical malloc'd string. */ #if @GNULIB_WCSDUP@ # if !@HAVE_WCSDUP@ _GL_FUNCDECL_SYS (wcsdup, wchar_t *, (const wchar_t *s)); # endif _GL_CXXALIAS_SYS (wcsdup, wchar_t *, (const wchar_t *s)); _GL_CXXALIASWARN (wcsdup); #elif defined GNULIB_POSIXCHECK # undef wcsdup # if HAVE_RAW_DECL_WCSDUP _GL_WARN_ON_USE (wcsdup, "wcsdup is unportable - " "use gnulib module wcsdup for portability"); # endif #endif /* Find the first occurrence of WC in WCS. */ #if @GNULIB_WCSCHR@ # if !@HAVE_WCSCHR@ _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcschr (const wchar_t *, wchar_t); wchar_t * std::wcschr (wchar_t *, wchar_t); } */ _GL_CXXALIAS_SYS_CAST2 (wcschr, wchar_t *, (const wchar_t *, wchar_t), const wchar_t *, (const wchar_t *, wchar_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc)); _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); # else _GL_CXXALIASWARN (wcschr); # endif #elif defined GNULIB_POSIXCHECK # undef wcschr # if HAVE_RAW_DECL_WCSCHR _GL_WARN_ON_USE (wcschr, "wcschr is unportable - " "use gnulib module wcschr for portability"); # endif #endif /* Find the last occurrence of WC in WCS. */ #if @GNULIB_WCSRCHR@ # if !@HAVE_WCSRCHR@ _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcsrchr (const wchar_t *, wchar_t); wchar_t * std::wcsrchr (wchar_t *, wchar_t); } */ _GL_CXXALIAS_SYS_CAST2 (wcsrchr, wchar_t *, (const wchar_t *, wchar_t), const wchar_t *, (const wchar_t *, wchar_t)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc)); _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc)); # else _GL_CXXALIASWARN (wcsrchr); # endif #elif defined GNULIB_POSIXCHECK # undef wcsrchr # if HAVE_RAW_DECL_WCSRCHR _GL_WARN_ON_USE (wcsrchr, "wcsrchr is unportable - " "use gnulib module wcsrchr for portability"); # endif #endif /* Return the length of the initial segmet of WCS which consists entirely of wide characters not in REJECT. */ #if @GNULIB_WCSCSPN@ # if !@HAVE_WCSCSPN@ _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject)); _GL_CXXALIASWARN (wcscspn); #elif defined GNULIB_POSIXCHECK # undef wcscspn # if HAVE_RAW_DECL_WCSCSPN _GL_WARN_ON_USE (wcscspn, "wcscspn is unportable - " "use gnulib module wcscspn for portability"); # endif #endif /* Return the length of the initial segmet of WCS which consists entirely of wide characters in ACCEPT. */ #if @GNULIB_WCSSPN@ # if !@HAVE_WCSSPN@ _GL_FUNCDECL_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcsspn, size_t, (const wchar_t *wcs, const wchar_t *accept)); _GL_CXXALIASWARN (wcsspn); #elif defined GNULIB_POSIXCHECK # undef wcsspn # if HAVE_RAW_DECL_WCSSPN _GL_WARN_ON_USE (wcsspn, "wcsspn is unportable - " "use gnulib module wcsspn for portability"); # endif #endif /* Find the first occurrence in WCS of any character in ACCEPT. */ #if @GNULIB_WCSPBRK@ # if !@HAVE_WCSPBRK@ _GL_FUNCDECL_SYS (wcspbrk, wchar_t *, (const wchar_t *wcs, const wchar_t *accept) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcspbrk (const wchar_t *, const wchar_t *); wchar_t * std::wcspbrk (wchar_t *, const wchar_t *); } */ _GL_CXXALIAS_SYS_CAST2 (wcspbrk, wchar_t *, (const wchar_t *, const wchar_t *), const wchar_t *, (const wchar_t *, const wchar_t *)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcspbrk, wchar_t *, (wchar_t *wcs, const wchar_t *accept)); _GL_CXXALIASWARN1 (wcspbrk, const wchar_t *, (const wchar_t *wcs, const wchar_t *accept)); # else _GL_CXXALIASWARN (wcspbrk); # endif #elif defined GNULIB_POSIXCHECK # undef wcspbrk # if HAVE_RAW_DECL_WCSPBRK _GL_WARN_ON_USE (wcspbrk, "wcspbrk is unportable - " "use gnulib module wcspbrk for portability"); # endif #endif /* Find the first occurrence of NEEDLE in HAYSTACK. */ #if @GNULIB_WCSSTR@ # if !@HAVE_WCSSTR@ _GL_FUNCDECL_SYS (wcsstr, wchar_t *, (const wchar_t *haystack, const wchar_t *needle) _GL_ATTRIBUTE_PURE); # endif /* On some systems, this function is defined as an overloaded function: extern "C++" { const wchar_t * std::wcsstr (const wchar_t *, const wchar_t *); wchar_t * std::wcsstr (wchar_t *, const wchar_t *); } */ _GL_CXXALIAS_SYS_CAST2 (wcsstr, wchar_t *, (const wchar_t *, const wchar_t *), const wchar_t *, (const wchar_t *, const wchar_t *)); # if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 10) && !defined __UCLIBC__) \ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)) _GL_CXXALIASWARN1 (wcsstr, wchar_t *, (wchar_t *haystack, const wchar_t *needle)); _GL_CXXALIASWARN1 (wcsstr, const wchar_t *, (const wchar_t *haystack, const wchar_t *needle)); # else _GL_CXXALIASWARN (wcsstr); # endif #elif defined GNULIB_POSIXCHECK # undef wcsstr # if HAVE_RAW_DECL_WCSSTR _GL_WARN_ON_USE (wcsstr, "wcsstr is unportable - " "use gnulib module wcsstr for portability"); # endif #endif /* Divide WCS into tokens separated by characters in DELIM. */ #if @GNULIB_WCSTOK@ # if !@HAVE_WCSTOK@ _GL_FUNCDECL_SYS (wcstok, wchar_t *, (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); # endif _GL_CXXALIAS_SYS (wcstok, wchar_t *, (wchar_t *wcs, const wchar_t *delim, wchar_t **ptr)); _GL_CXXALIASWARN (wcstok); #elif defined GNULIB_POSIXCHECK # undef wcstok # if HAVE_RAW_DECL_WCSTOK _GL_WARN_ON_USE (wcstok, "wcstok is unportable - " "use gnulib module wcstok for portability"); # endif #endif /* Determine number of column positions required for first N wide characters (or fewer if S ends before this) in S. */ #if @GNULIB_WCSWIDTH@ # if @REPLACE_WCSWIDTH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef wcswidth # define wcswidth rpl_wcswidth # endif _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n) _GL_ATTRIBUTE_PURE); _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n)); # else # if !@HAVE_WCSWIDTH@ _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n) _GL_ATTRIBUTE_PURE); # endif _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n)); # endif _GL_CXXALIASWARN (wcswidth); #elif defined GNULIB_POSIXCHECK # undef wcswidth # if HAVE_RAW_DECL_WCSWIDTH _GL_WARN_ON_USE (wcswidth, "wcswidth is unportable - " "use gnulib module wcswidth for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_WCHAR_H */ #endif /* _@GUARD_PREFIX@_WCHAR_H */ #endif gsasl-1.8.0/gl/float.c0000664000000000000000000000250411746471770011414 00000000000000/* Auxiliary definitions for . Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #if (defined _ARCH_PPC || defined _POWER) && (defined _AIX || defined __linux__) && (LDBL_MANT_DIG == 106) && defined __GNUC__ const union gl_long_double_union gl_LDBL_MAX = { { DBL_MAX, DBL_MAX / (double)134217728UL / (double)134217728UL } }; #elif defined __i386__ const union gl_long_double_union gl_LDBL_MAX = { { 0xFFFFFFFF, 0xFFFFFFFF, 32766 } }; #else /* This declaration is solely to ensure that after preprocessing this file is never empty. */ typedef int dummy; #endif gsasl-1.8.0/gl/shutdown.c0000664000000000000000000000234411746471770012164 00000000000000/* shutdown.c --- wrappers for Windows shutdown function Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paolo Bonzini */ #include #define WIN32_LEAN_AND_MEAN /* Get winsock2.h. */ #include /* Get set_winsock_errno, FD_TO_SOCKET etc. */ #include "w32sock.h" #undef shutdown int rpl_shutdown (int fd, int how) { SOCKET sock = FD_TO_SOCKET (fd); if (sock == INVALID_SOCKET) { errno = EBADF; return -1; } else { int r = shutdown (sock, how); if (r < 0) set_winsock_errno (); return r; } } gsasl-1.8.0/gl/fstat.c0000664000000000000000000000440611754207007011420 00000000000000/* fstat() replacement. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* If the user's config.h happens to include , let it include only the system's here, so that orig_fstat doesn't recurse to rpl_fstat. */ #define __need_system_sys_stat_h #include /* Get the original definition of fstat. It might be defined as a macro. */ #include #include #if _GL_WINDOWS_64_BIT_ST_SIZE # define stat _stati64 # define fstat _fstati64 #endif #undef __need_system_sys_stat_h static inline int orig_fstat (int fd, struct stat *buf) { return fstat (fd, buf); } /* Specification. */ /* Write "sys/stat.h" here, not , otherwise OSF/1 5.1 DTK cc eliminates this include because of the preliminary #include above. */ #include "sys/stat.h" #include #include #if HAVE_MSVC_INVALID_PARAMETER_HANDLER # include "msvc-inval.h" #endif #if HAVE_MSVC_INVALID_PARAMETER_HANDLER static inline int fstat_nothrow (int fd, struct stat *buf) { int result; TRY_MSVC_INVAL { result = orig_fstat (fd, buf); } CATCH_MSVC_INVAL { result = -1; errno = EBADF; } DONE_MSVC_INVAL; return result; } #else # define fstat_nothrow orig_fstat #endif int rpl_fstat (int fd, struct stat *buf) { #if REPLACE_FCHDIR && REPLACE_OPEN_DIRECTORY /* Handle the case when rpl_open() used a dummy file descriptor to work around an open() that can't normally visit directories. */ const char *name = _gl_directory_name (fd); if (name != NULL) return stat (name, buf); #endif return fstat_nothrow (fd, buf); } gsasl-1.8.0/gl/fd-hook.h0000664000000000000000000001135111746471770011643 00000000000000/* Hook for making making file descriptor functions close(), ioctl() extensible. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef FD_HOOK_H #define FD_HOOK_H #ifdef __cplusplus extern "C" { #endif /* Currently, this entire code is only needed for the handling of sockets on native Windows platforms. */ #if WINDOWS_SOCKETS /* Type of function that closes FD. */ typedef int (*gl_close_fn) (int fd); /* Type of function that applies a control request to FD. */ typedef int (*gl_ioctl_fn) (int fd, int request, void *arg); /* An element of the list of file descriptor hooks. In CLOS (Common Lisp Object System) speak, it consists of an "around" method for the close() function and an "around" method for the ioctl() function. The fields of this structure are considered private. */ struct fd_hook { /* Doubly linked list. */ struct fd_hook *private_next; struct fd_hook *private_prev; /* Function that treats the types of FD that it knows about and calls execute_close_hooks (REMAINING_LIST, PRIMARY, FD) as a fallback. */ int (*private_close_fn) (const struct fd_hook *remaining_list, gl_close_fn primary, int fd); /* Function that treats the types of FD that it knows about and calls execute_ioctl_hooks (REMAINING_LIST, PRIMARY, FD, REQUEST, ARG) as a fallback. */ int (*private_ioctl_fn) (const struct fd_hook *remaining_list, gl_ioctl_fn primary, int fd, int request, void *arg); }; /* This type of function closes FD, applying special knowledge for the FD types it knows about, and calls execute_close_hooks (REMAINING_LIST, PRIMARY, FD) for the other FD types. In CLOS speak, REMAINING_LIST is the remaining list of "around" methods, and PRIMARY is the "primary" method for close(). */ typedef int (*close_hook_fn) (const struct fd_hook *remaining_list, gl_close_fn primary, int fd); /* Execute the close hooks in REMAINING_LIST, with PRIMARY as "primary" method. Return 0 or -1, like close() would do. */ extern int execute_close_hooks (const struct fd_hook *remaining_list, gl_close_fn primary, int fd); /* Execute all close hooks, with PRIMARY as "primary" method. Return 0 or -1, like close() would do. */ extern int execute_all_close_hooks (gl_close_fn primary, int fd); /* This type of function applies a control request to FD, applying special knowledge for the FD types it knows about, and calls execute_ioctl_hooks (REMAINING_LIST, PRIMARY, FD, REQUEST, ARG) for the other FD types. In CLOS speak, REMAINING_LIST is the remaining list of "around" methods, and PRIMARY is the "primary" method for ioctl(). */ typedef int (*ioctl_hook_fn) (const struct fd_hook *remaining_list, gl_ioctl_fn primary, int fd, int request, void *arg); /* Execute the ioctl hooks in REMAINING_LIST, with PRIMARY as "primary" method. Return 0 or -1, like ioctl() would do. */ extern int execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary, int fd, int request, void *arg); /* Execute all ioctl hooks, with PRIMARY as "primary" method. Return 0 or -1, like ioctl() would do. */ extern int execute_all_ioctl_hooks (gl_ioctl_fn primary, int fd, int request, void *arg); /* Add a function pair to the list of file descriptor hooks. CLOSE_HOOK and IOCTL_HOOK may be NULL, indicating no change. The LINK variable points to a piece of memory which is guaranteed to be accessible until the corresponding call to unregister_fd_hook. */ extern void register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link); /* Removes a hook from the list of file descriptor hooks. */ extern void unregister_fd_hook (struct fd_hook *link); #endif #ifdef __cplusplus } #endif #endif /* FD_HOOK_H */ gsasl-1.8.0/gl/msvc-inval.c0000664000000000000000000000750311746471770012372 00000000000000/* Invalid parameter handler for MSVC runtime libraries. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "msvc-inval.h" #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && !(MSVC_INVALID_PARAMETER_HANDLING == SANE_LIBRARY_HANDLING) /* Get _invalid_parameter_handler type and _set_invalid_parameter_handler declaration. */ # include # if MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING static void cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { } # else /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include # if defined _MSC_VER static void cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); } # else /* An index to thread-local storage. */ static DWORD tls_index; static int tls_initialized /* = 0 */; /* Used as a fallback only. */ static struct gl_msvc_inval_per_thread not_per_thread; struct gl_msvc_inval_per_thread * gl_msvc_inval_current (void) { if (!tls_initialized) { tls_index = TlsAlloc (); tls_initialized = 1; } if (tls_index == TLS_OUT_OF_INDEXES) /* TlsAlloc had failed. */ return ¬_per_thread; else { struct gl_msvc_inval_per_thread *pointer = (struct gl_msvc_inval_per_thread *) TlsGetValue (tls_index); if (pointer == NULL) { /* First call. Allocate a new 'struct gl_msvc_inval_per_thread'. */ pointer = (struct gl_msvc_inval_per_thread *) malloc (sizeof (struct gl_msvc_inval_per_thread)); if (pointer == NULL) /* Could not allocate memory. Use the global storage. */ pointer = ¬_per_thread; TlsSetValue (tls_index, pointer); } return pointer; } } static void cdecl gl_msvc_invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { struct gl_msvc_inval_per_thread *current = gl_msvc_inval_current (); if (current->restart_valid) longjmp (current->restart, 1); else /* An invalid parameter notification from outside the gnulib code. Give the caller a chance to intervene. */ RaiseException (STATUS_GNULIB_INVALID_PARAMETER, 0, 0, NULL); } # endif # endif static int gl_msvc_inval_initialized /* = 0 */; void gl_msvc_inval_ensure_handler (void) { if (gl_msvc_inval_initialized == 0) { _set_invalid_parameter_handler (gl_msvc_invalid_parameter_handler); gl_msvc_inval_initialized = 1; } } #endif gsasl-1.8.0/gl/ref-del.sin0000664000000000000000000000167511746471770012204 00000000000000# Remove this package from a list of references stored in a text file. # # Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, see . # # Written by Bruno Haible . # /^# Packages using this file: / { s/# Packages using this file:// s/ @PACKAGE@ / / s/^/# Packages using this file:/ } gsasl-1.8.0/gl/iconv_open-aix.h0000664000000000000000000002360511760731170013224 00000000000000/* ANSI-C code produced by gperf version 3.0.3 */ /* Command-line: gperf -m 10 ./iconv_open-aix.gperf */ /* Computed positions: -k'4,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-aix.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 32 #define MIN_WORD_LENGTH 4 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 6 #define MAX_HASH_VALUE 44 /* maximum key range = 39, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 0, 4, 25, 0, 11, 24, 9, 17, 3, 14, 21, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 3, 45, 1, 45, 45, 45, 45, 0, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45, 45 }; return len + asso_values[(unsigned char)str[3]+2] + asso_values[(unsigned char)str[len - 1]]; } struct stringpool_t { char stringpool_str6[sizeof("EUC-TW")]; char stringpool_str7[sizeof("EUC-KR")]; char stringpool_str8[sizeof("CP852")]; char stringpool_str9[sizeof("EUC-JP")]; char stringpool_str10[sizeof("ISO-8859-2")]; char stringpool_str11[sizeof("CP857")]; char stringpool_str12[sizeof("CP850")]; char stringpool_str13[sizeof("ISO-8859-7")]; char stringpool_str14[sizeof("CP932")]; char stringpool_str15[sizeof("GB2312")]; char stringpool_str16[sizeof("BIG5")]; char stringpool_str17[sizeof("CP437")]; char stringpool_str19[sizeof("ISO-8859-5")]; char stringpool_str20[sizeof("ISO-8859-15")]; char stringpool_str21[sizeof("ISO-8859-3")]; char stringpool_str22[sizeof("ISO-8859-13")]; char stringpool_str23[sizeof("CP1046")]; char stringpool_str24[sizeof("ISO-8859-8")]; char stringpool_str25[sizeof("CP856")]; char stringpool_str26[sizeof("CP1125")]; char stringpool_str27[sizeof("ISO-8859-6")]; char stringpool_str28[sizeof("CP865")]; char stringpool_str29[sizeof("CP922")]; char stringpool_str30[sizeof("CP1252")]; char stringpool_str31[sizeof("ISO-8859-9")]; char stringpool_str33[sizeof("CP943")]; char stringpool_str34[sizeof("ISO-8859-4")]; char stringpool_str35[sizeof("ISO-8859-1")]; char stringpool_str38[sizeof("CP1129")]; char stringpool_str40[sizeof("CP869")]; char stringpool_str41[sizeof("CP1124")]; char stringpool_str44[sizeof("CP861")]; }; static const struct stringpool_t stringpool_contents = { "EUC-TW", "EUC-KR", "CP852", "EUC-JP", "ISO-8859-2", "CP857", "CP850", "ISO-8859-7", "CP932", "GB2312", "BIG5", "CP437", "ISO-8859-5", "ISO-8859-15", "ISO-8859-3", "ISO-8859-13", "CP1046", "ISO-8859-8", "CP856", "CP1125", "ISO-8859-6", "CP865", "CP922", "CP1252", "ISO-8859-9", "CP943", "ISO-8859-4", "ISO-8859-1", "CP1129", "CP869", "CP1124", "CP861" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, #line 43 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "IBM-eucTW"}, #line 42 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "IBM-eucKR"}, #line 25 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "IBM-852"}, #line 41 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "IBM-eucJP"}, #line 14 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "ISO8859-2"}, #line 27 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "IBM-857"}, #line 24 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "IBM-850"}, #line 19 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "ISO8859-7"}, #line 33 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "IBM-932"}, #line 40 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "IBM-eucCN"}, #line 44 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "big5"}, #line 23 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "IBM-437"}, {-1}, #line 17 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "ISO8859-5"}, #line 22 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "ISO8859-15"}, #line 15 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "ISO8859-3"}, #line 31 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "IBM-921"}, #line 35 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "IBM-1046"}, #line 20 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str24, "ISO8859-8"}, #line 26 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str25, "IBM-856"}, #line 37 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str26, "IBM-1125"}, #line 18 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str27, "ISO8859-6"}, #line 29 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str28, "IBM-865"}, #line 32 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str29, "IBM-922"}, #line 39 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str30, "IBM-1252"}, #line 21 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str31, "ISO8859-9"}, {-1}, #line 34 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str33, "IBM-943"}, #line 16 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str34, "ISO8859-4"}, #line 13 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str35, "ISO8859-1"}, {-1}, {-1}, #line 38 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str38, "IBM-1129"}, {-1}, #line 30 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str40, "IBM-869"}, #line 36 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str41, "IBM-1124"}, {-1}, {-1}, #line 28 "./iconv_open-aix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str44, "IBM-861"} }; #ifdef __GNUC__ __inline #ifdef __GNUC_STDC_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } gsasl-1.8.0/gl/wctype.in.h0000664000000000000000000003113311746471770012234 00000000000000/* A substitute for ISO C99 , for platforms that lack it. Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible and Paul Eggert. */ /* * ISO C 99 for platforms that lack it. * * * iswctype, towctrans, towlower, towupper, wctrans, wctype, * wctrans_t, and wctype_t are not yet implemented. */ #ifndef _@GUARD_PREFIX@_WCTYPE_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if @HAVE_WINT_T@ /* Solaris 2.5 has a bug: must be included before . Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ # include # include # include # include #endif /* Include the original if it exists. BeOS 5 has the functions but no . */ /* The include_next requires a split double-inclusion guard. */ #if @HAVE_WCTYPE_H@ # @INCLUDE_NEXT@ @NEXT_WCTYPE_H@ #endif #ifndef _@GUARD_PREFIX@_WCTYPE_H #define _@GUARD_PREFIX@_WCTYPE_H /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Solaris 2.6 includes which includes which #defines a number of identifiers in the application namespace. Revert these #defines. */ #ifdef __sun # undef multibyte # undef eucw1 # undef eucw2 # undef eucw3 # undef scrw1 # undef scrw2 # undef scrw3 #endif /* Define wint_t and WEOF. (Also done in wchar.in.h.) */ #if !@HAVE_WINT_T@ && !defined wint_t # define wint_t int # ifndef WEOF # define WEOF -1 # endif #else /* MSVC defines wint_t as 'unsigned short' in . This is too small: ISO C 99 section 7.24.1.(2) says that wint_t must be "unchanged by default argument promotions". Override it. */ # if defined _MSC_VER # if !GNULIB_defined_wint_t # include typedef unsigned int rpl_wint_t; # undef wint_t # define wint_t rpl_wint_t # define GNULIB_defined_wint_t 1 # endif # endif # ifndef WEOF # define WEOF ((wint_t) -1) # endif #endif #if !GNULIB_defined_wctype_functions /* FreeBSD 4.4 to 4.11 has but lacks the functions. Linux libc5 has and the functions but they are broken. Assume all 11 functions (all isw* except iswblank) are implemented the same way, or not at all. */ # if ! @HAVE_ISWCNTRL@ || @REPLACE_ISWCNTRL@ /* IRIX 5.3 has macros but no functions, its isw* macros refer to an undefined variable _ctmp_ and to macros like _P, and they refer to system functions like _iswctype that are not in the standard C library. Rather than try to get ancient buggy implementations like this to work, just disable them. */ # undef iswalnum # undef iswalpha # undef iswblank # undef iswcntrl # undef iswdigit # undef iswgraph # undef iswlower # undef iswprint # undef iswpunct # undef iswspace # undef iswupper # undef iswxdigit # undef towlower # undef towupper /* Linux libc5 has and the functions but they are broken. */ # if @REPLACE_ISWCNTRL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iswalnum rpl_iswalnum # define iswalpha rpl_iswalpha # define iswblank rpl_iswblank # define iswcntrl rpl_iswcntrl # define iswdigit rpl_iswdigit # define iswgraph rpl_iswgraph # define iswlower rpl_iswlower # define iswprint rpl_iswprint # define iswpunct rpl_iswpunct # define iswspace rpl_iswspace # define iswupper rpl_iswupper # define iswxdigit rpl_iswxdigit # endif # endif # if @REPLACE_TOWLOWER@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define towlower rpl_towlower # define towupper rpl_towupper # endif # endif static inline int # if @REPLACE_ISWCNTRL@ rpl_iswalnum # else iswalnum # endif (wint_t wc) { return ((wc >= '0' && wc <= '9') || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z')); } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswalpha # else iswalpha # endif (wint_t wc) { return (wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z'; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswblank # else iswblank # endif (wint_t wc) { return wc == ' ' || wc == '\t'; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswcntrl # else iswcntrl # endif (wint_t wc) { return (wc & ~0x1f) == 0 || wc == 0x7f; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswdigit # else iswdigit # endif (wint_t wc) { return wc >= '0' && wc <= '9'; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswgraph # else iswgraph # endif (wint_t wc) { return wc >= '!' && wc <= '~'; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswlower # else iswlower # endif (wint_t wc) { return wc >= 'a' && wc <= 'z'; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswprint # else iswprint # endif (wint_t wc) { return wc >= ' ' && wc <= '~'; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswpunct # else iswpunct # endif (wint_t wc) { return (wc >= '!' && wc <= '~' && !((wc >= '0' && wc <= '9') || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z'))); } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswspace # else iswspace # endif (wint_t wc) { return (wc == ' ' || wc == '\t' || wc == '\n' || wc == '\v' || wc == '\f' || wc == '\r'); } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswupper # else iswupper # endif (wint_t wc) { return wc >= 'A' && wc <= 'Z'; } static inline int # if @REPLACE_ISWCNTRL@ rpl_iswxdigit # else iswxdigit # endif (wint_t wc) { return ((wc >= '0' && wc <= '9') || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'F')); } static inline wint_t # if @REPLACE_TOWLOWER@ rpl_towlower # else towlower # endif (wint_t wc) { return (wc >= 'A' && wc <= 'Z' ? wc - 'A' + 'a' : wc); } static inline wint_t # if @REPLACE_TOWLOWER@ rpl_towupper # else towupper # endif (wint_t wc) { return (wc >= 'a' && wc <= 'z' ? wc - 'a' + 'A' : wc); } # elif @GNULIB_ISWBLANK@ && (! @HAVE_ISWBLANK@ || @REPLACE_ISWBLANK@) /* Only the iswblank function is missing. */ # if @REPLACE_ISWBLANK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define iswblank rpl_iswblank # endif _GL_FUNCDECL_RPL (iswblank, int, (wint_t wc)); # else _GL_FUNCDECL_SYS (iswblank, int, (wint_t wc)); # endif # endif # if defined __MINGW32__ /* On native Windows, wchar_t is uint16_t, and wint_t is uint32_t. The functions towlower and towupper are implemented in the MSVCRT library to take a wchar_t argument and return a wchar_t result. mingw declares these functions to take a wint_t argument and return a wint_t result. This means that: 1. When the user passes an argument outside the range 0x0000..0xFFFF, the function will look only at the lower 16 bits. This is allowed according to POSIX. 2. The return value is returned in the lower 16 bits of the result register. The upper 16 bits are random: whatever happened to be in that part of the result register. We need to fix this by adding a zero-extend from wchar_t to wint_t after the call. */ static inline wint_t rpl_towlower (wint_t wc) { return (wint_t) (wchar_t) towlower (wc); } # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define towlower rpl_towlower # endif static inline wint_t rpl_towupper (wint_t wc) { return (wint_t) (wchar_t) towupper (wc); } # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define towupper rpl_towupper # endif # endif /* __MINGW32__ */ # define GNULIB_defined_wctype_functions 1 #endif #if @REPLACE_ISWCNTRL@ _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc)); _GL_CXXALIAS_RPL (iswxdigit, int, (wint_t wc)); #else _GL_CXXALIAS_SYS (iswalnum, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswalpha, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswprint, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); _GL_CXXALIAS_SYS (iswxdigit, int, (wint_t wc)); #endif _GL_CXXALIASWARN (iswalnum); _GL_CXXALIASWARN (iswalpha); _GL_CXXALIASWARN (iswcntrl); _GL_CXXALIASWARN (iswdigit); _GL_CXXALIASWARN (iswgraph); _GL_CXXALIASWARN (iswlower); _GL_CXXALIASWARN (iswprint); _GL_CXXALIASWARN (iswpunct); _GL_CXXALIASWARN (iswspace); _GL_CXXALIASWARN (iswupper); _GL_CXXALIASWARN (iswxdigit); #if @GNULIB_ISWBLANK@ # if @REPLACE_ISWCNTRL@ || @REPLACE_ISWBLANK@ _GL_CXXALIAS_RPL (iswblank, int, (wint_t wc)); # else _GL_CXXALIAS_SYS (iswblank, int, (wint_t wc)); # endif _GL_CXXALIASWARN (iswblank); #endif #if !@HAVE_WCTYPE_T@ # if !GNULIB_defined_wctype_t typedef void * wctype_t; # define GNULIB_defined_wctype_t 1 # endif #endif /* Get a descriptor for a wide character property. */ #if @GNULIB_WCTYPE@ # if !@HAVE_WCTYPE_T@ _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name)); # endif _GL_CXXALIAS_SYS (wctype, wctype_t, (const char *name)); _GL_CXXALIASWARN (wctype); #elif defined GNULIB_POSIXCHECK # undef wctype # if HAVE_RAW_DECL_WCTYPE _GL_WARN_ON_USE (wctype, "wctype is unportable - " "use gnulib module wctype for portability"); # endif #endif /* Test whether a wide character has a given property. The argument WC must be either a wchar_t value or WEOF. The argument DESC must have been returned by the wctype() function. */ #if @GNULIB_ISWCTYPE@ # if !@HAVE_WCTYPE_T@ _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc)); # endif _GL_CXXALIAS_SYS (iswctype, int, (wint_t wc, wctype_t desc)); _GL_CXXALIASWARN (iswctype); #elif defined GNULIB_POSIXCHECK # undef iswctype # if HAVE_RAW_DECL_ISWCTYPE _GL_WARN_ON_USE (iswctype, "iswctype is unportable - " "use gnulib module iswctype for portability"); # endif #endif #if @REPLACE_TOWLOWER@ || defined __MINGW32__ _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc)); _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc)); #else _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc)); _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc)); #endif _GL_CXXALIASWARN (towlower); _GL_CXXALIASWARN (towupper); #if !@HAVE_WCTRANS_T@ # if !GNULIB_defined_wctrans_t typedef void * wctrans_t; # define GNULIB_defined_wctrans_t 1 # endif #endif /* Get a descriptor for a wide character case conversion. */ #if @GNULIB_WCTRANS@ # if !@HAVE_WCTRANS_T@ _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name)); # endif _GL_CXXALIAS_SYS (wctrans, wctrans_t, (const char *name)); _GL_CXXALIASWARN (wctrans); #elif defined GNULIB_POSIXCHECK # undef wctrans # if HAVE_RAW_DECL_WCTRANS _GL_WARN_ON_USE (wctrans, "wctrans is unportable - " "use gnulib module wctrans for portability"); # endif #endif /* Perform a given case conversion on a wide character. The argument WC must be either a wchar_t value or WEOF. The argument DESC must have been returned by the wctrans() function. */ #if @GNULIB_TOWCTRANS@ # if !@HAVE_WCTRANS_T@ _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc)); # endif _GL_CXXALIAS_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc)); _GL_CXXALIASWARN (towctrans); #elif defined GNULIB_POSIXCHECK # undef towctrans # if HAVE_RAW_DECL_TOWCTRANS _GL_WARN_ON_USE (towctrans, "towctrans is unportable - " "use gnulib module towctrans for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_WCTYPE_H */ #endif /* _@GUARD_PREFIX@_WCTYPE_H */ gsasl-1.8.0/gl/c-ctype.c0000664000000000000000000002534111746471770011657 00000000000000/* Character handling in C locale. Copyright 2000-2003, 2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #define NO_C_CTYPE_MACROS #include "c-ctype.h" /* The function isascii is not locale dependent. Its use in EBCDIC is questionable. */ bool c_isascii (int c) { return (c >= 0x00 && c <= 0x7f); } bool c_isalnum (int c) { #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII return ((c >= '0' && c <= '9') || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')); #else return ((c >= '0' && c <= '9') || (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')); #endif #else switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': return 1; default: return 0; } #endif } bool c_isalpha (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'); #else return ((c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z')); #endif #else switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': return 1; default: return 0; } #endif } bool c_isblank (int c) { return (c == ' ' || c == '\t'); } bool c_iscntrl (int c) { #if C_CTYPE_ASCII return ((c & ~0x1f) == 0 || c == 0x7f); #else switch (c) { case ' ': case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case '`': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': return 0; default: return 1; } #endif } bool c_isdigit (int c) { #if C_CTYPE_CONSECUTIVE_DIGITS return (c >= '0' && c <= '9'); #else switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': return 1; default: return 0; } #endif } bool c_islower (int c) { #if C_CTYPE_CONSECUTIVE_LOWERCASE return (c >= 'a' && c <= 'z'); #else switch (c) { case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': return 1; default: return 0; } #endif } bool c_isgraph (int c) { #if C_CTYPE_ASCII return (c >= '!' && c <= '~'); #else switch (c) { case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case '`': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': return 1; default: return 0; } #endif } bool c_isprint (int c) { #if C_CTYPE_ASCII return (c >= ' ' && c <= '~'); #else switch (c) { case ' ': case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case '`': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': return 1; default: return 0; } #endif } bool c_ispunct (int c) { #if C_CTYPE_ASCII return ((c >= '!' && c <= '~') && !((c >= '0' && c <= '9') || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'))); #else switch (c) { case '!': case '"': case '#': case '$': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case ':': case ';': case '<': case '=': case '>': case '?': case '@': case '[': case '\\': case ']': case '^': case '_': case '`': case '{': case '|': case '}': case '~': return 1; default: return 0; } #endif } bool c_isspace (int c) { return (c == ' ' || c == '\t' || c == '\n' || c == '\v' || c == '\f' || c == '\r'); } bool c_isupper (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE return (c >= 'A' && c <= 'Z'); #else switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': return 1; default: return 0; } #endif } bool c_isxdigit (int c) { #if C_CTYPE_CONSECUTIVE_DIGITS \ && C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE #if C_CTYPE_ASCII return ((c >= '0' && c <= '9') || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F')); #else return ((c >= '0' && c <= '9') || (c >= 'A' && c <= 'F') || (c >= 'a' && c <= 'f')); #endif #else switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': return 1; default: return 0; } #endif } int c_tolower (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE return (c >= 'A' && c <= 'Z' ? c - 'A' + 'a' : c); #else switch (c) { case 'A': return 'a'; case 'B': return 'b'; case 'C': return 'c'; case 'D': return 'd'; case 'E': return 'e'; case 'F': return 'f'; case 'G': return 'g'; case 'H': return 'h'; case 'I': return 'i'; case 'J': return 'j'; case 'K': return 'k'; case 'L': return 'l'; case 'M': return 'm'; case 'N': return 'n'; case 'O': return 'o'; case 'P': return 'p'; case 'Q': return 'q'; case 'R': return 'r'; case 'S': return 's'; case 'T': return 't'; case 'U': return 'u'; case 'V': return 'v'; case 'W': return 'w'; case 'X': return 'x'; case 'Y': return 'y'; case 'Z': return 'z'; default: return c; } #endif } int c_toupper (int c) { #if C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE return (c >= 'a' && c <= 'z' ? c - 'a' + 'A' : c); #else switch (c) { case 'a': return 'A'; case 'b': return 'B'; case 'c': return 'C'; case 'd': return 'D'; case 'e': return 'E'; case 'f': return 'F'; case 'g': return 'G'; case 'h': return 'H'; case 'i': return 'I'; case 'j': return 'J'; case 'k': return 'K'; case 'l': return 'L'; case 'm': return 'M'; case 'n': return 'N'; case 'o': return 'O'; case 'p': return 'P'; case 'q': return 'Q'; case 'r': return 'R'; case 's': return 'S'; case 't': return 'T'; case 'u': return 'U'; case 'v': return 'V'; case 'w': return 'W'; case 'x': return 'X'; case 'y': return 'Y'; case 'z': return 'Z'; default: return c; } #endif } gsasl-1.8.0/gl/xmalloc.c0000664000000000000000000000652311746471770011753 00000000000000/* xmalloc.c -- malloc with out of memory checking Copyright (C) 1990-2000, 2002-2006, 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #if ! HAVE_INLINE # define static_inline #endif #include "xalloc.h" #undef static_inline #include #include /* 1 if calloc is known to be compatible with GNU calloc. This matters if we are not also using the calloc module, which defines HAVE_CALLOC_GNU and supports the GNU API even on non-GNU platforms. */ #if defined HAVE_CALLOC_GNU || (defined __GLIBC__ && !defined __UCLIBC__) enum { HAVE_GNU_CALLOC = 1 }; #else enum { HAVE_GNU_CALLOC = 0 }; #endif /* Allocate N bytes of memory dynamically, with error checking. */ void * xmalloc (size_t n) { void *p = malloc (n); if (!p && n != 0) xalloc_die (); return p; } /* Change the size of an allocated block of memory P to N bytes, with error checking. */ void * xrealloc (void *p, size_t n) { if (!n && p) { /* The GNU and C99 realloc behaviors disagree here. Act like GNU, even if the underlying realloc is C99. */ free (p); return NULL; } p = realloc (p, n); if (!p && n) xalloc_die (); return p; } /* If P is null, allocate a block of at least *PN bytes; otherwise, reallocate P so that it contains more than *PN bytes. *PN must be nonzero unless P is null. Set *PN to the new block's size, and return the pointer to the new block. *PN is never set to zero, and the returned pointer is never null. */ void * x2realloc (void *p, size_t *pn) { return x2nrealloc (p, pn, 1); } /* Allocate S bytes of zeroed memory dynamically, with error checking. There's no need for xnzalloc (N, S), since it would be equivalent to xcalloc (N, S). */ void * xzalloc (size_t s) { return memset (xmalloc (s), 0, s); } /* Allocate zeroed memory for N elements of S bytes, with error checking. S must be nonzero. */ void * xcalloc (size_t n, size_t s) { void *p; /* Test for overflow, since some calloc implementations don't have proper overflow checks. But omit overflow and size-zero tests if HAVE_GNU_CALLOC, since GNU calloc catches overflow and never returns NULL if successful. */ if ((! HAVE_GNU_CALLOC && xalloc_oversized (n, s)) || (! (p = calloc (n, s)) && (HAVE_GNU_CALLOC || n != 0))) xalloc_die (); return p; } /* Clone an object P of size S, with error checking. There's no need for xnmemdup (P, N, S), since xmemdup (P, N * S) works without any need for an arithmetic overflow check. */ void * xmemdup (void const *p, size_t s) { return memcpy (xmalloc (s), p, s); } /* Clone STRING. */ char * xstrdup (char const *string) { return xmemdup (string, strlen (string) + 1); } gsasl-1.8.0/gl/asnprintf.c0000664000000000000000000000204611746471770012314 00000000000000/* Formatted output to strings. Copyright (C) 1999, 2002, 2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "vasnprintf.h" #include char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) { va_list args; char *result; va_start (args, format); result = vasnprintf (resultbuf, lengthp, format, args); va_end (args); return result; } gsasl-1.8.0/gl/Makefile.in0000664000000000000000000042072611760730720012207 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=lib/build-aux --with-tests --avoid=poll-tests --avoid=select-tests --avoid=update-copyright-tests --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu getpass-gnu gnupload maintainer-makefile manywarnings netdb netinet_in pmccabe2html poll progname quote readline recv shutdown socket striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf version-etc warnings xalloc VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @GL_COND_LIBTOOL_TRUE@am__append_1 = $(LTLIBICONV) @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__append_2 = unistr/u8-mbtoucr.c @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__append_3 = unistr/u8-uctomb.c unistr/u8-uctomb-aux.c subdir = gl DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in alloca.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = am__libgl_la_SOURCES_DIST = c-ctype.h c-ctype.c c-strcase.h \ c-strcasecmp.c c-strncasecmp.c exitfail.c fd-hook.c gettext.h \ localcharset.h localcharset.c progname.h progname.c quotearg.c \ size_max.h sockets.h sockets.c striconv.h striconv.c \ unistr/u8-mbtoucr.c unistr/u8-uctomb.c unistr/u8-uctomb-aux.c \ version-etc.h version-etc.c xmalloc.c xalloc-die.c xsize.h am__dirstamp = $(am__leading_dot)dirstamp @LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE@am__objects_1 = unistr/u8-mbtoucr.lo @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@am__objects_2 = unistr/u8-uctomb.lo \ @LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE@ unistr/u8-uctomb-aux.lo am_libgl_la_OBJECTS = c-ctype.lo c-strcasecmp.lo c-strncasecmp.lo \ exitfail.lo fd-hook.lo localcharset.lo progname.lo quotearg.lo \ sockets.lo striconv.lo $(am__objects_1) $(am__objects_2) \ version-etc.lo xmalloc.lo xalloc-die.lo libgl_la_OBJECTS = $(am_libgl_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(libgl_la_LDFLAGS) $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgl_la_SOURCES) $(EXTRA_libgl_la_SOURCES) DIST_SOURCES = $(am__libgl_la_SOURCES_DIST) $(EXTRA_libgl_la_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive HEADERS = $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects SUBDIRS = noinst_HEADERS = noinst_LIBRARIES = noinst_LTLIBRARIES = libgl.la EXTRA_DIST = m4/gnulib-cache.m4 alloca.c alloca.in.h arpa_inet.in.h \ c-strcaseeq.h close.c connect.c w32sock.h errno.in.h error.c \ error.h exitfail.h fd-hook.h float.c float.in.h itold.c \ fseek.c fseeko.c stdio-impl.h fstat.c \ $(top_srcdir)/lib/build-aux/gendocs.sh gai_strerror.c \ getaddrinfo.c getdelim.c getline.c getopt.c getopt.in.h \ getopt1.c getopt_int.h getpass.c getpass.h \ $(top_srcdir)/GNUmakefile $(top_srcdir)/lib/build-aux/gnupload \ $(top_srcdir)/lib/build-aux/config.rpath iconv.in.h \ iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h \ iconv_open-osf.h iconv_open-solaris.h iconv.c iconv_close.c \ iconv_open-aix.gperf iconv_open-hpux.gperf \ iconv_open-irix.gperf iconv_open-osf.gperf \ iconv_open-solaris.gperf iconv_open.c inet_ntop.c intprops.h \ config.charset ref-add.sin ref-del.sin lseek.c \ $(top_srcdir)/maint.mk mbrtowc.c mbsinit.c memchr.c \ memchr.valgrind msvc-inval.c msvc-inval.h msvc-nothrow.c \ msvc-nothrow.h netdb.in.h netinet_in.in.h \ $(top_srcdir)/lib/build-aux/pmccabe2html \ $(top_srcdir)/lib/build-aux/pmccabe.css poll.c poll.in.h \ quote.h quote.h quotearg.h readline.c readline.h realloc.c \ recv.c w32sock.h select.c shutdown.c w32sock.h signal.in.h \ $(top_srcdir)/lib/build-aux/snippet/_Noreturn.h \ $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h \ $(top_srcdir)/lib/build-aux/snippet/c++defs.h \ $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h \ $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h snprintf.c \ socket.c w32sock.h w32sock.h stdalign.in.h stdarg.in.h \ stdbool.in.h stddef.in.h stdint.in.h stdio.in.h stdlib.in.h \ streq.h strerror.c strerror-override.c strerror-override.h \ string.in.h strtok_r.c sys_select.in.h sys_socket.in.h \ sys_stat.in.h sys_time.in.h sys_types.in.h sys_uio.in.h \ time.in.h unistd.in.h unistr.in.h unitypes.in.h \ $(top_srcdir)/lib/build-aux/update-copyright \ $(top_srcdir)/lib/build-aux/useless-if-before-free asnprintf.c \ float+.h printf-args.c printf-args.h printf-parse.c \ printf-parse.h vasnprintf.c vasnprintf.h asprintf.c \ vasprintf.c $(top_srcdir)/lib/build-aux/vc-list-files verify.h \ wchar.in.h wctype.in.h xalloc.h xalloc-oversized.h # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES = $(ALLOCA_H) arpa/inet.h configmake.h $(ERRNO_H) \ $(FLOAT_H) $(GETOPT_H) $(ICONV_H) iconv_open-aix.h \ iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h \ iconv_open-solaris.h netdb.h $(NETINET_IN_H) poll.h signal.h \ arg-nonnull.h c++defs.h unused-parameter.h warn-on-use.h \ $(STDALIGN_H) $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) \ stdio.h stdlib.h string.h sys/select.h sys/socket.h sys/stat.h \ sys/time.h sys/types.h sys/uio.h time.h unistd.h \ $(LIBUNISTRING_UNISTR_H) $(LIBUNISTRING_UNITYPES_H) wchar.h \ wctype.h SUFFIXES = .sed .sin MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t arpa/inet.h \ arpa/inet.h-t errno.h errno.h-t float.h float.h-t getopt.h \ getopt.h-t iconv.h iconv.h-t iconv_open-aix.h-t \ iconv_open-hpux.h-t iconv_open-irix.h-t iconv_open-osf.h-t \ iconv_open-solaris.h-t netdb.h netdb.h-t netinet/in.h \ netinet/in.h-t poll.h poll.h-t signal.h signal.h-t \ arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t \ unused-parameter.h unused-parameter.h-t warn-on-use.h \ warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h stdarg.h-t \ stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h stdint.h-t \ stdio.h stdio.h-t stdlib.h stdlib.h-t string.h string.h-t \ sys/select.h sys/select.h-t sys/socket.h sys/socket.h-t \ sys/stat.h sys/stat.h-t sys/time.h sys/time.h-t sys/types.h \ sys/types.h-t sys/uio.h sys/uio.h-t time.h time.h-t unistd.h \ unistd.h-t unistr.h unistr.h-t unitypes.h unitypes.h-t wchar.h \ wchar.h-t wctype.h wctype.h-t MOSTLYCLEANDIRS = arpa netinet sys sys sys sys CLEANFILES = configmake.h configmake.h-t charset.alias ref-add.sed \ ref-del.sed DISTCLEANFILES = MAINTAINERCLEANFILES = iconv_open-aix.h iconv_open-hpux.h \ iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h AM_CPPFLAGS = AM_CFLAGS = libgl_la_SOURCES = c-ctype.h c-ctype.c c-strcase.h c-strcasecmp.c \ c-strncasecmp.c exitfail.c fd-hook.c gettext.h localcharset.h \ localcharset.c progname.h progname.c quotearg.c size_max.h \ sockets.h sockets.c striconv.h striconv.c $(am__append_2) \ $(am__append_3) version-etc.h version-etc.c xmalloc.c \ xalloc-die.c xsize.h libgl_la_LIBADD = $(gl_LTLIBOBJS) @LTALLOCA@ libgl_la_DEPENDENCIES = $(gl_LTLIBOBJS) @LTALLOCA@ EXTRA_libgl_la_SOURCES = alloca.c close.c connect.c error.c float.c \ itold.c fseek.c fseeko.c fstat.c gai_strerror.c getaddrinfo.c \ getdelim.c getline.c getopt.c getopt1.c getpass.c iconv.c \ iconv_close.c iconv_open.c inet_ntop.c lseek.c mbrtowc.c \ mbsinit.c memchr.c msvc-inval.c msvc-nothrow.c poll.c \ readline.c realloc.c recv.c select.c shutdown.c snprintf.c \ socket.c strerror.c strerror-override.c strtok_r.c asnprintf.c \ printf-args.c printf-parse.c vasnprintf.c asprintf.c \ vasprintf.c libgl_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(GETADDRINFO_LIB) \ $(HOSTENT_LIB) $(INET_NTOP_LIB) $(LIBSOCKET) $(LIB_POLL) \ $(LIB_SELECT) $(LTLIBICONV) $(LTLIBINTL) $(LTLIBREADLINE) \ $(SERVENT_LIB) $(am__append_1) GPERF = gperf charset_alias = $(DESTDIR)$(libdir)/charset.alias charset_tmp = $(DESTDIR)$(libdir)/charset.tmp # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H = $(top_srcdir)/lib/build-aux/snippet/_Noreturn.h ARG_NONNULL_H = arg-nonnull.h CXXDEFS_H = c++defs.h UNUSED_PARAMETER_H = unused-parameter.h WARN_ON_USE_H = warn-on-use.h all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .sed .sin .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits gl/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnits gl/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done unistr/$(am__dirstamp): @$(MKDIR_P) unistr @: > unistr/$(am__dirstamp) unistr/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) unistr/$(DEPDIR) @: > unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-mbtoucr.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-uctomb.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) unistr/u8-uctomb-aux.lo: unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) libgl.la: $(libgl_la_OBJECTS) $(libgl_la_DEPENDENCIES) $(EXTRA_libgl_la_DEPENDENCIES) $(AM_V_CCLD)$(libgl_la_LINK) $(libgl_la_OBJECTS) $(libgl_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f unistr/u8-mbtoucr.$(OBJEXT) -rm -f unistr/u8-mbtoucr.lo -rm -f unistr/u8-uctomb-aux.$(OBJEXT) -rm -f unistr/u8-uctomb-aux.lo -rm -f unistr/u8-uctomb.$(OBJEXT) -rm -f unistr/u8-uctomb.lo distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloca.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asnprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strcasecmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-strncasecmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exitfail.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fd-hook.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseek.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fseeko.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstat.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gai_strerror.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getaddrinfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdelim.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getline.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpass.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv_close.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconv_open.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lseek.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrtowc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbsinit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-inval.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msvc-nothrow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-args.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printf-parse.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotearg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readline.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/realloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/select.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shutdown.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockets.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror-override.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strerror.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/striconv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_r.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-mbtoucr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-uctomb-aux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/u8-uctomb.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf unistr/.libs unistr/_libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) all-local installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f unistr/$(DEPDIR)/$(am__dirstamp) -rm -f unistr/$(am__dirstamp) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-recursive -rm -rf $(DEPDIR) ./$(DEPDIR) unistr/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-exec-local install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf $(DEPDIR) ./$(DEPDIR) unistr/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-local .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ ctags-recursive install install-am install-strip \ tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am all-local check check-am clean clean-generic \ clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \ ctags ctags-recursive distclean distclean-compile \ distclean-generic distclean-libtool distclean-local \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-exec-local \ install-html install-html-am install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-local # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status @GL_GENERATE_ALLOCA_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ALLOCA_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_ALLOCA_H_TRUE@ cat $(srcdir)/alloca.in.h; \ @GL_GENERATE_ALLOCA_H_TRUE@ } > $@-t && \ @GL_GENERATE_ALLOCA_H_TRUE@ mv -f $@-t $@ @GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status @GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one. arpa/inet.h: arpa_inet.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_at)$(MKDIR_P) arpa $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ -e 's|@''NEXT_ARPA_INET_H''@|$(NEXT_ARPA_INET_H)|g' \ -e 's|@''HAVE_ARPA_INET_H''@|$(HAVE_ARPA_INET_H)|g' \ -e 's/@''GNULIB_INET_NTOP''@/$(GNULIB_INET_NTOP)/g' \ -e 's/@''GNULIB_INET_PTON''@/$(GNULIB_INET_PTON)/g' \ -e 's|@''HAVE_DECL_INET_NTOP''@|$(HAVE_DECL_INET_NTOP)|g' \ -e 's|@''HAVE_DECL_INET_PTON''@|$(HAVE_DECL_INET_PTON)|g' \ -e 's|@''REPLACE_INET_NTOP''@|$(REPLACE_INET_NTOP)|g' \ -e 's|@''REPLACE_INET_PTON''@|$(REPLACE_INET_PTON)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/arpa_inet.in.h; \ } > $@-t && \ mv $@-t $@ # Listed in the same order as the GNU makefile conventions, and # provided by autoconf 2.59c+. # The Automake-defined pkg* macros are appended, in the order # listed in the Automake 1.10a+ documentation. configmake.h: Makefile $(AM_V_GEN)rm -f $@-t && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "$(prefix)"'; \ echo '#define EXEC_PREFIX "$(exec_prefix)"'; \ echo '#define BINDIR "$(bindir)"'; \ echo '#define SBINDIR "$(sbindir)"'; \ echo '#define LIBEXECDIR "$(libexecdir)"'; \ echo '#define DATAROOTDIR "$(datarootdir)"'; \ echo '#define DATADIR "$(datadir)"'; \ echo '#define SYSCONFDIR "$(sysconfdir)"'; \ echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \ echo '#define LOCALSTATEDIR "$(localstatedir)"'; \ echo '#define INCLUDEDIR "$(includedir)"'; \ echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \ echo '#define DOCDIR "$(docdir)"'; \ echo '#define INFODIR "$(infodir)"'; \ echo '#define HTMLDIR "$(htmldir)"'; \ echo '#define DVIDIR "$(dvidir)"'; \ echo '#define PDFDIR "$(pdfdir)"'; \ echo '#define PSDIR "$(psdir)"'; \ echo '#define LIBDIR "$(libdir)"'; \ echo '#define LISPDIR "$(lispdir)"'; \ echo '#define LOCALEDIR "$(localedir)"'; \ echo '#define MANDIR "$(mandir)"'; \ echo '#define MANEXT "$(manext)"'; \ echo '#define PKGDATADIR "$(pkgdatadir)"'; \ echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \ echo '#define PKGLIBDIR "$(pkglibdir)"'; \ echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \ } | sed '/""/d' > $@-t && \ mv -f $@-t $@ # We need the following in order to create when the system # doesn't have one that is POSIX compliant. @GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status @GL_GENERATE_ERRNO_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ERRNO_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_ERRNO_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ @GL_GENERATE_ERRNO_H_TRUE@ < $(srcdir)/errno.in.h; \ @GL_GENERATE_ERRNO_H_TRUE@ } > $@-t && \ @GL_GENERATE_ERRNO_H_TRUE@ mv $@-t $@ @GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status @GL_GENERATE_ERRNO_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status @GL_GENERATE_FLOAT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_FLOAT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_FLOAT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ @GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \ @GL_GENERATE_FLOAT_H_TRUE@ < $(srcdir)/float.in.h; \ @GL_GENERATE_FLOAT_H_TRUE@ } > $@-t && \ @GL_GENERATE_FLOAT_H_TRUE@ mv $@-t $@ @GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status @GL_GENERATE_FLOAT_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ < $(srcdir)/getopt.in.h; \ } > $@-t && \ mv -f $@-t $@ distclean-local: clean-GNUmakefile clean-GNUmakefile: test x'$(VPATH)' != x && rm -f $(top_builddir)/GNUmakefile || : # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_ICONV_H_TRUE@iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) @GL_GENERATE_ICONV_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_ICONV_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_ICONV_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \ @GL_GENERATE_ICONV_H_TRUE@ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ @GL_GENERATE_ICONV_H_TRUE@ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ @GL_GENERATE_ICONV_H_TRUE@ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ @GL_GENERATE_ICONV_H_TRUE@ < $(srcdir)/iconv.in.h; \ @GL_GENERATE_ICONV_H_TRUE@ } > $@-t && \ @GL_GENERATE_ICONV_H_TRUE@ mv $@-t $@ @GL_GENERATE_ICONV_H_FALSE@iconv.h: $(top_builddir)/config.status @GL_GENERATE_ICONV_H_FALSE@ rm -f $@ iconv_open-aix.h: iconv_open-aix.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h iconv_open-hpux.h: iconv_open-hpux.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h iconv_open-irix.h: iconv_open-irix.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h iconv_open-osf.h: iconv_open-osf.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h iconv_open-solaris.h: iconv_open-solaris.gperf $(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h # We need the following in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing # packages so that "make uninstall" will remove the file if and only if it # is not used by another installed package. # On systems with glibc-2.1 or newer, the file is redundant, therefore we # avoid installing it. all-local: charset.alias ref-add.sed ref-del.sed install-exec-local: install-exec-localcharset install-exec-localcharset: all-local if test $(GLIBC21) = no; then \ case '$(host_os)' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ fi ; \ if test -f $(charset_alias); then \ sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ else \ if $$need_charset_alias; then \ sed -f ref-add.sed charset.alias > $(charset_tmp) ; \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \ rm -f $(charset_tmp) ; \ fi ; \ fi uninstall-local: uninstall-localcharset uninstall-localcharset: all-local if test -f $(charset_alias); then \ sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \ if grep '^# Packages using this file: $$' $(charset_tmp) \ > /dev/null; then \ rm -f $(charset_alias); \ else \ $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \ fi; \ rm -f $(charset_tmp); \ fi charset.alias: config.charset $(AM_V_GEN)rm -f t-$@ $@ && \ $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \ mv t-$@ $@ .sin.sed: $(AM_V_GEN)rm -f t-$@ $@ && \ sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \ mv t-$@ $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. netdb.h: netdb.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_NETDB_H''@|$(NEXT_NETDB_H)|g' \ -e 's|@''HAVE_NETDB_H''@|$(HAVE_NETDB_H)|g' \ -e 's/@''GNULIB_GETADDRINFO''@/$(GNULIB_GETADDRINFO)/g' \ -e 's|@''HAVE_STRUCT_ADDRINFO''@|$(HAVE_STRUCT_ADDRINFO)|g' \ -e 's|@''HAVE_DECL_FREEADDRINFO''@|$(HAVE_DECL_FREEADDRINFO)|g' \ -e 's|@''HAVE_DECL_GAI_STRERROR''@|$(HAVE_DECL_GAI_STRERROR)|g' \ -e 's|@''HAVE_DECL_GETADDRINFO''@|$(HAVE_DECL_GETADDRINFO)|g' \ -e 's|@''HAVE_DECL_GETNAMEINFO''@|$(HAVE_DECL_GETNAMEINFO)|g' \ -e 's|@''REPLACE_GAI_STRERROR''@|$(REPLACE_GAI_STRERROR)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/netdb.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one. @GL_GENERATE_NETINET_IN_H_TRUE@netinet/in.h: netinet_in.in.h $(top_builddir)/config.status @GL_GENERATE_NETINET_IN_H_TRUE@ $(AM_V_at)$(MKDIR_P) netinet @GL_GENERATE_NETINET_IN_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_NETINET_IN_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_NETINET_IN_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ @GL_GENERATE_NETINET_IN_H_TRUE@ -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ @GL_GENERATE_NETINET_IN_H_TRUE@ < $(srcdir)/netinet_in.in.h; \ @GL_GENERATE_NETINET_IN_H_TRUE@ } > $@-t && \ @GL_GENERATE_NETINET_IN_H_TRUE@ mv $@-t $@ @GL_GENERATE_NETINET_IN_H_FALSE@netinet/in.h: $(top_builddir)/config.status @GL_GENERATE_NETINET_IN_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one. poll.h: poll.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_POLL_H''@|$(HAVE_POLL_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_POLL_H''@|$(NEXT_POLL_H)|g' \ -e 's/@''GNULIB_POLL''@/$(GNULIB_POLL)/g' \ -e 's|@''HAVE_POLL''@|$(HAVE_POLL)|g' \ -e 's|@''REPLACE_POLL''@|$(REPLACE_POLL)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/poll.in.h; \ } > $@-t && \ mv -f $@-t $@ # We need the following in order to create when the system # doesn't have a complete one. signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \ -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \ -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \ -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \ -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \ -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \ -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \ -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \ -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \ -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \ -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \ -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \ -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \ -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \ -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \ -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \ -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/signal.in.h; \ } > $@-t && \ mv $@-t $@ # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/lib/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ # The unused-parameter.h that gets inserted into generated .h files is the same # as build-aux/snippet/unused-parameter.h, except that it has the copyright # header cut off. unused-parameter.h: $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h \ > $@-t && \ mv $@-t $@ # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works. @GL_GENERATE_STDALIGN_H_TRUE@stdalign.h: stdalign.in.h $(top_builddir)/config.status @GL_GENERATE_STDALIGN_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDALIGN_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDALIGN_H_TRUE@ cat $(srcdir)/stdalign.in.h; \ @GL_GENERATE_STDALIGN_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDALIGN_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDALIGN_H_FALSE@stdalign.h: $(top_builddir)/config.status @GL_GENERATE_STDALIGN_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDARG_H_TRUE@stdarg.h: stdarg.in.h $(top_builddir)/config.status @GL_GENERATE_STDARG_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDARG_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_STDARG_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDARG_H_TRUE@ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \ @GL_GENERATE_STDARG_H_TRUE@ < $(srcdir)/stdarg.in.h; \ @GL_GENERATE_STDARG_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDARG_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDARG_H_FALSE@stdarg.h: $(top_builddir)/config.status @GL_GENERATE_STDARG_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works. @GL_GENERATE_STDBOOL_H_TRUE@stdbool.h: stdbool.in.h $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDBOOL_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDBOOL_H_TRUE@ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ @GL_GENERATE_STDBOOL_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDBOOL_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDBOOL_H_FALSE@stdbool.h: $(top_builddir)/config.status @GL_GENERATE_STDBOOL_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status @GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDDEF_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ @GL_GENERATE_STDDEF_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ @GL_GENERATE_STDDEF_H_TRUE@ < $(srcdir)/stddef.in.h; \ @GL_GENERATE_STDDEF_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDDEF_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status @GL_GENERATE_STDDEF_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. @GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status @GL_GENERATE_STDINT_H_TRUE@ $(AM_V_GEN)rm -f $@-t $@ && \ @GL_GENERATE_STDINT_H_TRUE@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ @GL_GENERATE_STDINT_H_TRUE@ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ @GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ @GL_GENERATE_STDINT_H_TRUE@ < $(srcdir)/stdint.in.h; \ @GL_GENERATE_STDINT_H_TRUE@ } > $@-t && \ @GL_GENERATE_STDINT_H_TRUE@ mv $@-t $@ @GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status @GL_GENERATE_STDINT_H_FALSE@ rm -f $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \ -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \ -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \ -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \ -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \ -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \ -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \ -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \ -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \ -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \ -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \ -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \ -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \ -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \ -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \ -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \ -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \ -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \ -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \ -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \ -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \ -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \ -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \ -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \ -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \ -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \ -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \ -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \ -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \ -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \ -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \ -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \ -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \ -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \ -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \ -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \ -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \ -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \ < $(srcdir)/stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \ -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \ -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \ -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \ -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \ -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \ -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \ -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \ -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \ -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \ -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \ -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \ -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \ -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \ -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \ -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \ -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \ -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \ -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \ -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \ -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \ -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \ -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \ -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \ -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \ -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \ -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \ -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \ -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \ -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \ -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \ -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \ -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \ -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \ -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \ -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \ -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \ -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \ -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \ -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \ -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \ -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \ -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \ -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \ -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \ -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \ -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \ -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \ -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \ -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \ -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \ -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \ -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \ -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \ -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \ -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \ -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \ -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \ -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \ -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \ -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \ -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \ -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \ -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \ -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \ < $(srcdir)/stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _Noreturn/r $(_NORETURN_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \ -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \ -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \ -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \ -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \ -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \ -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \ -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \ -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \ -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \ -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \ -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \ -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \ -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \ -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \ -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \ -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \ -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \ -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \ -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \ -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \ -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \ -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \ -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \ -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \ -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \ -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \ -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \ -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \ -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \ -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \ -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \ -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \ -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \ < $(srcdir)/string.in.h | \ sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ < $(srcdir)/string.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/select.h: sys_select.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_SELECT_H''@|$(NEXT_SYS_SELECT_H)|g' \ -e 's|@''HAVE_SYS_SELECT_H''@|$(HAVE_SYS_SELECT_H)|g' \ -e 's/@''GNULIB_PSELECT''@/$(GNULIB_PSELECT)/g' \ -e 's/@''GNULIB_SELECT''@/$(GNULIB_SELECT)/g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ -e 's|@''HAVE_PSELECT''@|$(HAVE_PSELECT)|g' \ -e 's|@''REPLACE_PSELECT''@|$(REPLACE_PSELECT)|g' \ -e 's|@''REPLACE_SELECT''@|$(REPLACE_SELECT)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_select.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \ -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \ -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \ -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \ -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \ -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \ -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \ -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \ -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \ -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \ -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \ -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \ -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \ -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \ -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \ -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \ -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_socket.in.h; \ } > $@-t && \ mv -f $@-t $@ # We need the following in order to create when the system # has one that is incomplete. sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \ -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \ -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \ -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \ -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \ -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \ -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \ -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \ -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \ -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \ -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \ -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \ -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \ -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \ -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \ -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \ -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \ -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \ -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \ -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \ -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \ -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \ -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \ -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \ -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \ -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \ -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \ -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \ -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \ -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \ -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \ -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \ -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \ -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \ -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_stat.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \ -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_time.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/types.h: sys_types.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ < $(srcdir)/sys_types.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. sys/uio.h: sys_uio.in.h $(top_builddir)/config.status $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \ -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \ < $(srcdir)/sys_uio.in.h; \ } > $@-t && \ mv -f $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \ -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \ -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \ -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \ -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \ -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \ -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \ -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \ -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \ -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \ -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \ -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/time.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create an empty placeholder for # when the system doesn't have one. unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \ -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \ -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \ -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \ -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \ -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \ -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \ -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \ -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \ -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \ -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \ -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \ -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \ -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \ -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \ -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \ -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \ -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \ -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \ -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \ -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \ -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \ -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \ -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \ -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \ -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \ -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \ -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \ -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \ -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \ -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \ -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \ -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \ -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \ -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \ -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \ -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \ < $(srcdir)/unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \ -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \ -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ unistr.h: unistr.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unistr.in.h; \ } > $@-t && \ mv -f $@-t $@ unitypes.h: unitypes.in.h $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/unitypes.in.h; \ } > $@-t && \ mv -f $@-t $@ # We need the following in order to create when the system # version does not work standalone. wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \ -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \ -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \ -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \ -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \ -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \ -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \ -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \ -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \ -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \ -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \ -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \ -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \ -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \ -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \ -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \ -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \ -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \ -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \ -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \ -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \ -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \ -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \ -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \ -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \ -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \ -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \ -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \ -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \ -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \ -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \ -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \ -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \ -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \ < $(srcdir)/wchar.in.h | \ sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ | \ sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \ -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \ -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \ -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \ -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \ -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \ -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \ -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/wctype.in.h; \ } > $@-t && \ mv $@-t $@ mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/gl/alloca.in.h0000664000000000000000000000344211746471770012156 00000000000000/* Memory allocation on the stack. Copyright (C) 1995, 1999, 2001-2004, 2006-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H means there is a real alloca function. */ #ifndef _GL_ALLOCA_H #define _GL_ALLOCA_H /* alloca (N) returns a pointer to N bytes of memory allocated on the stack, which will last until the function returns. Use of alloca should be avoided: - inside arguments of function calls - undefined behaviour, - in inline functions - the allocation may actually last until the calling function returns, - for huge N (say, N >= 65536) - you never know how large (or small) the stack is, and when the stack cannot fulfill the memory allocation request, the program just crashes. */ #ifndef alloca # ifdef __GNUC__ # define alloca __builtin_alloca # elif defined _AIX # define alloca __alloca # elif defined _MSC_VER # include # define alloca _alloca # elif defined __DECC && defined __VMS # define alloca __ALLOCA # else # include # ifdef __cplusplus extern "C" # endif void *alloca (size_t); # endif #endif #endif /* _GL_ALLOCA_H */ gsasl-1.8.0/gl/w32sock.h0000664000000000000000000000634111746471770011612 00000000000000/* w32sock.h --- internal auxiliary functions for Windows socket functions Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paolo Bonzini */ #include /* Get O_RDWR and O_BINARY. */ #include /* Get _open_osfhandle(). */ #include /* Get _get_osfhandle(). */ #include "msvc-nothrow.h" #define FD_TO_SOCKET(fd) ((SOCKET) _get_osfhandle ((fd))) #define SOCKET_TO_FD(fh) (_open_osfhandle ((intptr_t) (fh), O_RDWR | O_BINARY)) static inline void set_winsock_errno (void) { int err = WSAGetLastError (); /* Map some WSAE* errors to the runtime library's error codes. */ switch (err) { case WSA_INVALID_HANDLE: errno = EBADF; break; case WSA_NOT_ENOUGH_MEMORY: errno = ENOMEM; break; case WSA_INVALID_PARAMETER: errno = EINVAL; break; case WSAENAMETOOLONG: errno = ENAMETOOLONG; break; case WSAENOTEMPTY: errno = ENOTEMPTY; break; case WSAEWOULDBLOCK: errno = EWOULDBLOCK; break; case WSAEINPROGRESS: errno = EINPROGRESS; break; case WSAEALREADY: errno = EALREADY; break; case WSAENOTSOCK: errno = ENOTSOCK; break; case WSAEDESTADDRREQ: errno = EDESTADDRREQ; break; case WSAEMSGSIZE: errno = EMSGSIZE; break; case WSAEPROTOTYPE: errno = EPROTOTYPE; break; case WSAENOPROTOOPT: errno = ENOPROTOOPT; break; case WSAEPROTONOSUPPORT: errno = EPROTONOSUPPORT; break; case WSAEOPNOTSUPP: errno = EOPNOTSUPP; break; case WSAEAFNOSUPPORT: errno = EAFNOSUPPORT; break; case WSAEADDRINUSE: errno = EADDRINUSE; break; case WSAEADDRNOTAVAIL: errno = EADDRNOTAVAIL; break; case WSAENETDOWN: errno = ENETDOWN; break; case WSAENETUNREACH: errno = ENETUNREACH; break; case WSAENETRESET: errno = ENETRESET; break; case WSAECONNABORTED: errno = ECONNABORTED; break; case WSAECONNRESET: errno = ECONNRESET; break; case WSAENOBUFS: errno = ENOBUFS; break; case WSAEISCONN: errno = EISCONN; break; case WSAENOTCONN: errno = ENOTCONN; break; case WSAETIMEDOUT: errno = ETIMEDOUT; break; case WSAECONNREFUSED: errno = ECONNREFUSED; break; case WSAELOOP: errno = ELOOP; break; case WSAEHOSTUNREACH: errno = EHOSTUNREACH; break; default: errno = (err > 10000 && err < 10025) ? err - 10000 : err; break; } } gsasl-1.8.0/gl/stdalign.in.h0000664000000000000000000000652411746471770012534 00000000000000/* A substitute for ISO C11 . Copyright 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Paul Eggert and Bruno Haible. */ #ifndef _GL_STDALIGN_H #define _GL_STDALIGN_H /* ISO C11 for platforms that lack it. References: ISO C11 (latest free draft ) sections 6.5.3.4, 6.7.5, 7.15. C++11 (latest free draft ) section 18.10. */ /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment requirement of a structure member (i.e., slot or field) that is of type TYPE, as an integer constant expression. This differs from GCC's __alignof__ operator, which can yield a better-performing alignment for an object of that type. For example, on x86 with GCC, __alignof__ (double) and __alignof__ (long long) are 8, whereas alignof (double) and alignof (long long) are 4 unless the option '-malign-double' is used. The result cannot be used as a value for an 'enum' constant, if you want to be portable to HP-UX 10.20 cc and AIX 3.2.5 xlc. */ #include #if defined __cplusplus template struct __alignof_helper { char __a; __t __b; }; # define _Alignof(type) offsetof (__alignof_helper, __b) #else # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) #endif #define alignof _Alignof #define __alignof_is_defined 1 /* alignas (A), also known as _Alignas (A), aligns a variable or type to the alignment A, where A is an integer constant expression. For example: int alignas (8) foo; struct s { int a; int alignas (8) bar; }; aligns the address of FOO and the offset of BAR to be multiples of 8. A should be a power of two that is at least the type's alignment and at most the implementation's alignment limit. This limit is 2**28 on typical GNUish hosts, and 2**13 on MSVC. To be portable to MSVC through at least version 10.0, A should be an integer constant, as MSVC does not support expressions such as 1 << 3. To be portable to Sun C 5.11, do not align auto variables to anything stricter than their default alignment. The following C11 requirements are not supported here: - If A is zero, alignas has no effect. - alignas can be used multiple times; the strictest one wins. - alignas (TYPE) is equivalent to alignas (alignof (TYPE)). */ #if __GNUC__ || __IBMC__ || __IBMCPP__ || 0x5110 <= __SUNPRO_C # define _Alignas(a) __attribute__ ((__aligned__ (a))) #elif 1300 <= _MSC_VER # define _Alignas(a) __declspec (align (a)) #endif #ifdef _Alignas # define alignas _Alignas # define __alignas_is_defined 1 #endif #endif /* _GL_STDALIGN_H */ gsasl-1.8.0/gl/strtok_r.c0000664000000000000000000000411411746471770012155 00000000000000/* Reentrant string tokenizer. Generic version. Copyright (C) 1991, 1996-1999, 2001, 2004, 2007, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifdef HAVE_CONFIG_H # include #endif #include #ifdef _LIBC # undef strtok_r # undef __strtok_r #else # define __strtok_r strtok_r # define __rawmemchr strchr #endif /* Parse S into tokens separated by characters in DELIM. If S is NULL, the saved pointer in SAVE_PTR is used as the next starting point. For example: char s[] = "-abc-=-def"; char *sp; x = strtok_r(s, "-", &sp); // x = "abc", sp = "=-def" x = strtok_r(NULL, "-=", &sp); // x = "def", sp = NULL x = strtok_r(NULL, "=", &sp); // x = NULL // s = "abc\0-def\0" */ char * __strtok_r (char *s, const char *delim, char **save_ptr) { char *token; if (s == NULL) s = *save_ptr; /* Scan leading delimiters. */ s += strspn (s, delim); if (*s == '\0') { *save_ptr = s; return NULL; } /* Find the end of the token. */ token = s; s = strpbrk (token, delim); if (s == NULL) /* This token finishes the string. */ *save_ptr = __rawmemchr (token, '\0'); else { /* Terminate the token and make *SAVE_PTR point past it. */ *s = '\0'; *save_ptr = s + 1; } return token; } #ifdef weak_alias libc_hidden_def (__strtok_r) weak_alias (__strtok_r, strtok_r) #endif gsasl-1.8.0/gl/xsize.h0000664000000000000000000000657511746471770011472 00000000000000/* xsize.h -- Checked size_t computations. Copyright (C) 2003, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _XSIZE_H #define _XSIZE_H /* Get size_t. */ #include /* Get SIZE_MAX. */ #include #if HAVE_STDINT_H # include #endif /* The size of memory objects is often computed through expressions of type size_t. Example: void* p = malloc (header_size + n * element_size). These computations can lead to overflow. When this happens, malloc() returns a piece of memory that is way too small, and the program then crashes while attempting to fill the memory. To avoid this, the functions and macros in this file check for overflow. The convention is that SIZE_MAX represents overflow. malloc (SIZE_MAX) is not guaranteed to fail -- think of a malloc implementation that uses mmap --, it's recommended to use size_overflow_p() or size_in_bounds_p() before invoking malloc(). The example thus becomes: size_t size = xsum (header_size, xtimes (n, element_size)); void *p = (size_in_bounds_p (size) ? malloc (size) : NULL); */ /* Convert an arbitrary value >= 0 to type size_t. */ #define xcast_size_t(N) \ ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX) /* Sum of two sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xsum (size_t size1, size_t size2) { size_t sum = size1 + size2; return (sum >= size1 ? sum : SIZE_MAX); } /* Sum of three sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xsum3 (size_t size1, size_t size2, size_t size3) { return xsum (xsum (size1, size2), size3); } /* Sum of four sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) { return xsum (xsum (xsum (size1, size2), size3), size4); } /* Maximum of two sizes, with overflow check. */ static inline size_t #if __GNUC__ >= 3 __attribute__ ((__pure__)) #endif xmax (size_t size1, size_t size2) { /* No explicit check is needed here, because for any n: max (SIZE_MAX, n) == SIZE_MAX and max (n, SIZE_MAX) == SIZE_MAX. */ return (size1 >= size2 ? size1 : size2); } /* Multiplication of a count with an element size, with overflow check. The count must be >= 0 and the element size must be > 0. This is a macro, not an inline function, so that it works correctly even when N is of a wider type and N > SIZE_MAX. */ #define xtimes(N, ELSIZE) \ ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX) /* Check for overflow. */ #define size_overflow_p(SIZE) \ ((SIZE) == SIZE_MAX) /* Check against overflow. */ #define size_in_bounds_p(SIZE) \ ((SIZE) != SIZE_MAX) #endif /* _XSIZE_H */ gsasl-1.8.0/gl/readline.h0000664000000000000000000000253511746471770012103 00000000000000/* readline.h --- Simple implementation of readline. Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef GL_READLINE_H #define GL_READLINE_H #if HAVE_READLINE_READLINE_H /* makes use of the FILE type without including itself. */ # include # include #else /* Prints a prompt PROMPT and then reads and returns a single line of text from the user. If PROMPT is NULL or the empty string, no prompt is displayed. The returned line is allocated with malloc; the caller should free the line when it has finished with it. */ extern char *readline (const char *prompt); #endif #endif /* GL_READLINE_H */ gsasl-1.8.0/gl/unistr/0000775000000000000000000000000011760732123011532 500000000000000gsasl-1.8.0/gl/unistr/u8-uctomb-aux.c0000664000000000000000000000354611746471770014260 00000000000000/* Conversion UCS-4 to UTF-8. Copyright (C) 2002, 2006-2007, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" int u8_uctomb_aux (uint8_t *s, ucs4_t uc, int n) { int count; if (uc < 0x80) /* The case n >= 1 is already handled by the caller. */ return -2; else if (uc < 0x800) count = 2; else if (uc < 0x10000) { if (uc < 0xd800 || uc >= 0xe000) count = 3; else return -1; } #if 0 else if (uc < 0x200000) count = 4; else if (uc < 0x4000000) count = 5; else if (uc <= 0x7fffffff) count = 6; #else else if (uc < 0x110000) count = 4; #endif else return -1; if (n < count) return -2; switch (count) /* note: code falls through cases! */ { #if 0 case 6: s[5] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x4000000; case 5: s[4] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x200000; #endif case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000; case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800; case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0; /*case 1:*/ s[0] = uc; } return count; } gsasl-1.8.0/gl/unistr/u8-mbtoucr.c0000664000000000000000000002434411746471770013646 00000000000000/* Look at first character in UTF-8 string, returning an error code. Copyright (C) 1999-2002, 2006-2007, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include "unistr.h" int u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else if (c >= 0xc2) { if (c < 0xe0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x1f) << 6) | (unsigned int) (s[1] ^ 0x80); return 2; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } else if (c < 0xf0) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40 && (c >= 0xe1 || s[1] >= 0xa0) && (c != 0xed || s[1] < 0xa0)) { if (n >= 3) { if ((s[2] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x0f) << 12) | ((unsigned int) (s[1] ^ 0x80) << 6) | (unsigned int) (s[2] ^ 0x80); return 3; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } else if (c < 0xf8) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40 && (c >= 0xf1 || s[1] >= 0x90) #if 1 && (c < 0xf4 || (c == 0xf4 && s[1] < 0x90)) #endif ) { if (n >= 3) { if ((s[2] ^ 0x80) < 0x40) { if (n >= 4) { if ((s[3] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x07) << 18) | ((unsigned int) (s[1] ^ 0x80) << 12) | ((unsigned int) (s[2] ^ 0x80) << 6) | (unsigned int) (s[3] ^ 0x80); return 4; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } #if 0 else if (c < 0xfc) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40 && (c >= 0xf9 || s[1] >= 0x88)) { if (n >= 3) { if ((s[2] ^ 0x80) < 0x40) { if (n >= 4) { if ((s[3] ^ 0x80) < 0x40) { if (n >= 5) { if ((s[4] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x03) << 24) | ((unsigned int) (s[1] ^ 0x80) << 18) | ((unsigned int) (s[2] ^ 0x80) << 12) | ((unsigned int) (s[3] ^ 0x80) << 6) | (unsigned int) (s[4] ^ 0x80); return 5; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } else if (c < 0xfe) { if (n >= 2) { if ((s[1] ^ 0x80) < 0x40 && (c >= 0xfd || s[1] >= 0x84)) { if (n >= 3) { if ((s[2] ^ 0x80) < 0x40) { if (n >= 4) { if ((s[3] ^ 0x80) < 0x40) { if (n >= 5) { if ((s[4] ^ 0x80) < 0x40) { if (n >= 6) { if ((s[5] ^ 0x80) < 0x40) { *puc = ((unsigned int) (c & 0x01) << 30) | ((unsigned int) (s[1] ^ 0x80) << 24) | ((unsigned int) (s[2] ^ 0x80) << 18) | ((unsigned int) (s[3] ^ 0x80) << 12) | ((unsigned int) (s[4] ^ 0x80) << 6) | (unsigned int) (s[5] ^ 0x80); return 6; } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } /* invalid multibyte character */ } else { /* incomplete multibyte character */ *puc = 0xfffd; return -2; } } #endif } /* invalid multibyte character */ *puc = 0xfffd; return -1; } gsasl-1.8.0/gl/unistr/u8-uctomb.c0000664000000000000000000000441411746471770013460 00000000000000/* Store a character in UTF-8 string. Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #if defined IN_LIBUNISTRING /* Tell unistr.h to declare u8_uctomb as 'extern', not 'static inline'. */ # include "unistring-notinline.h" #endif /* Specification. */ #include "unistr.h" #if !HAVE_INLINE int u8_uctomb (uint8_t *s, ucs4_t uc, int n) { if (uc < 0x80) { if (n > 0) { s[0] = uc; return 1; } /* else return -2, below. */ } else { int count; if (uc < 0x800) count = 2; else if (uc < 0x10000) { if (uc < 0xd800 || uc >= 0xe000) count = 3; else return -1; } #if 0 else if (uc < 0x200000) count = 4; else if (uc < 0x4000000) count = 5; else if (uc <= 0x7fffffff) count = 6; #else else if (uc < 0x110000) count = 4; #endif else return -1; if (n >= count) { switch (count) /* note: code falls through cases! */ { #if 0 case 6: s[5] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x4000000; case 5: s[4] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x200000; #endif case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000; case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800; case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0; /*case 1:*/ s[0] = uc; } return count; } } return -2; } #endif gsasl-1.8.0/gl/netinet_in.in.h0000664000000000000000000000247411746471770013063 00000000000000/* Substitute for . Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_NETINET_IN_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if @HAVE_NETINET_IN_H@ /* On many platforms, assumes prior inclusion of . */ # include /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_NETINET_IN_H@ #endif #ifndef _@GUARD_PREFIX@_NETINET_IN_H #define _@GUARD_PREFIX@_NETINET_IN_H #if !@HAVE_NETINET_IN_H@ /* A platform that lacks . */ # include #endif #endif /* _@GUARD_PREFIX@_NETINET_IN_H */ #endif /* _@GUARD_PREFIX@_NETINET_IN_H */ gsasl-1.8.0/gl/sys_types.in.h0000664000000000000000000000317511754207011012750 00000000000000/* Provide a more complete sys/types.h. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #ifndef _@GUARD_PREFIX@_SYS_TYPES_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_SYS_TYPES_H@ #ifndef _@GUARD_PREFIX@_SYS_TYPES_H #define _@GUARD_PREFIX@_SYS_TYPES_H /* Override off_t if Large File Support is requested on native Windows. */ #if @WINDOWS_64_BIT_OFF_T@ /* Same as int64_t in . */ # if defined _MSC_VER # define off_t __int64 # else # define off_t long long int # endif /* Indicator, for gnulib internal purposes. */ # define _GL_WINDOWS_64_BIT_OFF_T 1 #endif /* MSVC 9 defines size_t in , not in . */ /* But avoid namespace pollution on glibc systems. */ #if ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) \ && ! defined __GLIBC__ # include #endif #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ #endif /* _@GUARD_PREFIX@_SYS_TYPES_H */ gsasl-1.8.0/gl/c-strcasecmp.c0000664000000000000000000000304411746471770012673 00000000000000/* c-strcasecmp.c -- case insensitive string comparator in C locale Copyright (C) 1998-1999, 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include "c-strcase.h" #include #include "c-ctype.h" int c_strcasecmp (const char *s1, const char *s2) { register const unsigned char *p1 = (const unsigned char *) s1; register const unsigned char *p2 = (const unsigned char *) s2; unsigned char c1, c2; if (p1 == p2) return 0; do { c1 = c_tolower (*p1); c2 = c_tolower (*p2); if (c1 == '\0') break; ++p1; ++p2; } while (c1 == c2); if (UCHAR_MAX <= INT_MAX) return c1 - c2; else /* On machines where 'char' and 'int' are types of the same size, the difference of two 'unsigned char' values - including the sign bit - doesn't fit in an 'int'. */ return (c1 > c2 ? 1 : c1 < c2 ? -1 : 0); } gsasl-1.8.0/gl/stdbool.in.h0000664000000000000000000001154711746471770012376 00000000000000/* Copyright (C) 2001-2003, 2006-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _GL_STDBOOL_H #define _GL_STDBOOL_H /* ISO C 99 for platforms that lack it. */ /* Usage suggestions: Programs that use should be aware of some limitations and standards compliance issues. Standards compliance: - must be #included before 'bool', 'false', 'true' can be used. - You cannot assume that sizeof (bool) == 1. - Programs should not undefine the macros bool, true, and false, as C99 lists that as an "obsolescent feature". Limitations of this substitute, when used in a C89 environment: - must be #included before the '_Bool' type can be used. - You cannot assume that _Bool is a typedef; it might be a macro. - Bit-fields of type 'bool' are not supported. Portable code should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'. - In C99, casts and automatic conversions to '_Bool' or 'bool' are performed in such a way that every nonzero value gets converted to 'true', and zero gets converted to 'false'. This doesn't work with this substitute. With this substitute, only the values 0 and 1 give the expected result when converted to _Bool' or 'bool'. - C99 allows the use of (_Bool)0.0 in constant expressions, but this substitute cannot always provide this property. Also, it is suggested that programs use 'bool' rather than '_Bool'; this isn't required, but 'bool' is more common. */ /* 7.16. Boolean type and values */ /* BeOS already #defines false 0, true 1. We use the same definitions below, but temporarily we have to #undef them. */ #if defined __BEOS__ && !defined __HAIKU__ # include /* defines bool but not _Bool */ # undef false # undef true #endif /* For the sake of symbolic names in gdb, we define true and false as enum constants, not only as macros. It is tempting to write typedef enum { false = 0, true = 1 } _Bool; so that gdb prints values of type 'bool' symbolically. But if we do this, values of type '_Bool' may promote to 'int' or 'unsigned int' (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int' (see ISO C 99 6.3.1.1.(2)). So we add a negative value to the enum; this ensures that '_Bool' promotes to 'int'. */ #if defined __cplusplus || (defined __BEOS__ && !defined __HAIKU__) /* A compiler known to have 'bool'. */ /* If the compiler already has both 'bool' and '_Bool', we can assume they are the same types. */ # if !@HAVE__BOOL@ typedef bool _Bool; # endif #else # if !defined __GNUC__ /* If @HAVE__BOOL@: Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when the built-in _Bool type is used. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html Similar bugs are likely with other compilers as well; this file wouldn't be used if was working. So we override the _Bool type. If !@HAVE__BOOL@: Need to define _Bool ourselves. As 'signed char' or as an enum type? Use of a typedef, with SunPRO C, leads to a stupid "warning: _Bool is a keyword in ISO C99". Use of an enum type, with IRIX cc, leads to a stupid "warning(1185): enumerated type mixed with another type". Even the existence of an enum type, without a typedef, "Invalid enumerator. (badenum)" with HP-UX cc on Tru64. The only benefit of the enum, debuggability, is not important with these compilers. So use 'signed char' and no enum. */ # define _Bool signed char # else /* With this compiler, trust the _Bool type if the compiler has it. */ # if !@HAVE__BOOL@ typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; # endif # endif #endif #define bool _Bool /* The other macros must be usable in preprocessor directives. */ #define false 0 #define true 1 #define __bool_true_false_are_defined 1 #endif /* _GL_STDBOOL_H */ gsasl-1.8.0/gl/localcharset.c0000664000000000000000000004300311746471770012752 00000000000000/* Determine a canonical name for the current locale's character encoding. Copyright (C) 2000-2006, 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible . */ #include /* Specification. */ #include "localcharset.h" #include #include #include #include #include #if defined __APPLE__ && defined __MACH__ && HAVE_LANGINFO_CODESET # define DARWIN7 /* Darwin 7 or newer, i.e. MacOS X 10.3 or newer */ #endif #if defined _WIN32 || defined __WIN32__ # define WINDOWS_NATIVE #endif #if defined __EMX__ /* Assume EMX program runs on OS/2, even if compiled under DOS. */ # ifndef OS2 # define OS2 # endif #endif #if !defined WINDOWS_NATIVE # include # if HAVE_LANGINFO_CODESET # include # else # if 0 /* see comment below */ # include # endif # endif # ifdef __CYGWIN__ # define WIN32_LEAN_AND_MEAN # include # endif #elif defined WINDOWS_NATIVE # define WIN32_LEAN_AND_MEAN # include #endif #if defined OS2 # define INCL_DOS # include #endif #if ENABLE_RELOCATABLE # include "relocatable.h" #else # define relocate(pathname) (pathname) #endif /* Get LIBDIR. */ #ifndef LIBDIR # include "configmake.h" #endif /* Define O_NOFOLLOW to 0 on platforms where it does not exist. */ #ifndef O_NOFOLLOW # define O_NOFOLLOW 0 #endif #if defined _WIN32 || defined __WIN32__ || defined __CYGWIN__ || defined __EMX__ || defined __DJGPP__ /* Native Windows, Cygwin, OS/2, DOS */ # define ISSLASH(C) ((C) == '/' || (C) == '\\') #endif #ifndef DIRECTORY_SEPARATOR # define DIRECTORY_SEPARATOR '/' #endif #ifndef ISSLASH # define ISSLASH(C) ((C) == DIRECTORY_SEPARATOR) #endif #if HAVE_DECL_GETC_UNLOCKED # undef getc # define getc getc_unlocked #endif /* The following static variable is declared 'volatile' to avoid a possible multithread problem in the function get_charset_aliases. If we are running in a threaded environment, and if two threads initialize 'charset_aliases' simultaneously, both will produce the same value, and everything will be ok if the two assignments to 'charset_aliases' are atomic. But I don't know what will happen if the two assignments mix. */ #if __STDC__ != 1 # define volatile /* empty */ #endif /* Pointer to the contents of the charset.alias file, if it has already been read, else NULL. Its format is: ALIAS_1 '\0' CANONICAL_1 '\0' ... ALIAS_n '\0' CANONICAL_n '\0' '\0' */ static const char * volatile charset_aliases; /* Return a pointer to the contents of the charset.alias file. */ static const char * get_charset_aliases (void) { const char *cp; cp = charset_aliases; if (cp == NULL) { #if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__) const char *dir; const char *base = "charset.alias"; char *file_name; /* Make it possible to override the charset.alias location. This is necessary for running the testsuite before "make install". */ dir = getenv ("CHARSETALIASDIR"); if (dir == NULL || dir[0] == '\0') dir = relocate (LIBDIR); /* Concatenate dir and base into freshly allocated file_name. */ { size_t dir_len = strlen (dir); size_t base_len = strlen (base); int add_slash = (dir_len > 0 && !ISSLASH (dir[dir_len - 1])); file_name = (char *) malloc (dir_len + add_slash + base_len + 1); if (file_name != NULL) { memcpy (file_name, dir, dir_len); if (add_slash) file_name[dir_len] = DIRECTORY_SEPARATOR; memcpy (file_name + dir_len + add_slash, base, base_len + 1); } } if (file_name == NULL) /* Out of memory. Treat the file as empty. */ cp = ""; else { int fd; /* Open the file. Reject symbolic links on platforms that support O_NOFOLLOW. This is a security feature. Without it, an attacker could retrieve parts of the contents (namely, the tail of the first line that starts with "* ") of an arbitrary file by placing a symbolic link to that file under the name "charset.alias" in some writable directory and defining the environment variable CHARSETALIASDIR to point to that directory. */ fd = open (file_name, O_RDONLY | (HAVE_WORKING_O_NOFOLLOW ? O_NOFOLLOW : 0)); if (fd < 0) /* File not found. Treat it as empty. */ cp = ""; else { FILE *fp; fp = fdopen (fd, "r"); if (fp == NULL) { /* Out of memory. Treat the file as empty. */ close (fd); cp = ""; } else { /* Parse the file's contents. */ char *res_ptr = NULL; size_t res_size = 0; for (;;) { int c; char buf1[50+1]; char buf2[50+1]; size_t l1, l2; char *old_res_ptr; c = getc (fp); if (c == EOF) break; if (c == '\n' || c == ' ' || c == '\t') continue; if (c == '#') { /* Skip comment, to end of line. */ do c = getc (fp); while (!(c == EOF || c == '\n')); if (c == EOF) break; continue; } ungetc (c, fp); if (fscanf (fp, "%50s %50s", buf1, buf2) < 2) break; l1 = strlen (buf1); l2 = strlen (buf2); old_res_ptr = res_ptr; if (res_size == 0) { res_size = l1 + 1 + l2 + 1; res_ptr = (char *) malloc (res_size + 1); } else { res_size += l1 + 1 + l2 + 1; res_ptr = (char *) realloc (res_ptr, res_size + 1); } if (res_ptr == NULL) { /* Out of memory. */ res_size = 0; free (old_res_ptr); break; } strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1); strcpy (res_ptr + res_size - (l2 + 1), buf2); } fclose (fp); if (res_size == 0) cp = ""; else { *(res_ptr + res_size) = '\0'; cp = res_ptr; } } } free (file_name); } #else # if defined DARWIN7 /* To avoid the trouble of installing a file that is shared by many GNU packages -- many packaging systems have problems with this --, simply inline the aliases here. */ cp = "ISO8859-1" "\0" "ISO-8859-1" "\0" "ISO8859-2" "\0" "ISO-8859-2" "\0" "ISO8859-4" "\0" "ISO-8859-4" "\0" "ISO8859-5" "\0" "ISO-8859-5" "\0" "ISO8859-7" "\0" "ISO-8859-7" "\0" "ISO8859-9" "\0" "ISO-8859-9" "\0" "ISO8859-13" "\0" "ISO-8859-13" "\0" "ISO8859-15" "\0" "ISO-8859-15" "\0" "KOI8-R" "\0" "KOI8-R" "\0" "KOI8-U" "\0" "KOI8-U" "\0" "CP866" "\0" "CP866" "\0" "CP949" "\0" "CP949" "\0" "CP1131" "\0" "CP1131" "\0" "CP1251" "\0" "CP1251" "\0" "eucCN" "\0" "GB2312" "\0" "GB2312" "\0" "GB2312" "\0" "eucJP" "\0" "EUC-JP" "\0" "eucKR" "\0" "EUC-KR" "\0" "Big5" "\0" "BIG5" "\0" "Big5HKSCS" "\0" "BIG5-HKSCS" "\0" "GBK" "\0" "GBK" "\0" "GB18030" "\0" "GB18030" "\0" "SJIS" "\0" "SHIFT_JIS" "\0" "ARMSCII-8" "\0" "ARMSCII-8" "\0" "PT154" "\0" "PT154" "\0" /*"ISCII-DEV" "\0" "?" "\0"*/ "*" "\0" "UTF-8" "\0"; # endif # if defined VMS /* To avoid the troubles of an extra file charset.alias_vms in the sources of many GNU packages, simply inline the aliases here. */ /* The list of encodings is taken from the OpenVMS 7.3-1 documentation "Compaq C Run-Time Library Reference Manual for OpenVMS systems" section 10.7 "Handling Different Character Sets". */ cp = "ISO8859-1" "\0" "ISO-8859-1" "\0" "ISO8859-2" "\0" "ISO-8859-2" "\0" "ISO8859-5" "\0" "ISO-8859-5" "\0" "ISO8859-7" "\0" "ISO-8859-7" "\0" "ISO8859-8" "\0" "ISO-8859-8" "\0" "ISO8859-9" "\0" "ISO-8859-9" "\0" /* Japanese */ "eucJP" "\0" "EUC-JP" "\0" "SJIS" "\0" "SHIFT_JIS" "\0" "DECKANJI" "\0" "DEC-KANJI" "\0" "SDECKANJI" "\0" "EUC-JP" "\0" /* Chinese */ "eucTW" "\0" "EUC-TW" "\0" "DECHANYU" "\0" "DEC-HANYU" "\0" "DECHANZI" "\0" "GB2312" "\0" /* Korean */ "DECKOREAN" "\0" "EUC-KR" "\0"; # endif # if defined WINDOWS_NATIVE || defined __CYGWIN__ /* To avoid the troubles of installing a separate file in the same directory as the DLL and of retrieving the DLL's directory at runtime, simply inline the aliases here. */ cp = "CP936" "\0" "GBK" "\0" "CP1361" "\0" "JOHAB" "\0" "CP20127" "\0" "ASCII" "\0" "CP20866" "\0" "KOI8-R" "\0" "CP20936" "\0" "GB2312" "\0" "CP21866" "\0" "KOI8-RU" "\0" "CP28591" "\0" "ISO-8859-1" "\0" "CP28592" "\0" "ISO-8859-2" "\0" "CP28593" "\0" "ISO-8859-3" "\0" "CP28594" "\0" "ISO-8859-4" "\0" "CP28595" "\0" "ISO-8859-5" "\0" "CP28596" "\0" "ISO-8859-6" "\0" "CP28597" "\0" "ISO-8859-7" "\0" "CP28598" "\0" "ISO-8859-8" "\0" "CP28599" "\0" "ISO-8859-9" "\0" "CP28605" "\0" "ISO-8859-15" "\0" "CP38598" "\0" "ISO-8859-8" "\0" "CP51932" "\0" "EUC-JP" "\0" "CP51936" "\0" "GB2312" "\0" "CP51949" "\0" "EUC-KR" "\0" "CP51950" "\0" "EUC-TW" "\0" "CP54936" "\0" "GB18030" "\0" "CP65001" "\0" "UTF-8" "\0"; # endif #endif charset_aliases = cp; } return cp; } /* Determine the current locale's character encoding, and canonicalize it into one of the canonical names listed in config.charset. The result must not be freed; it is statically allocated. If the canonical name cannot be determined, the result is a non-canonical name. */ #ifdef STATIC STATIC #endif const char * locale_charset (void) { const char *codeset; const char *aliases; #if !(defined WINDOWS_NATIVE || defined OS2) # if HAVE_LANGINFO_CODESET /* Most systems support nl_langinfo (CODESET) nowadays. */ codeset = nl_langinfo (CODESET); # ifdef __CYGWIN__ /* Cygwin < 1.7 does not have locales. nl_langinfo (CODESET) always returns "US-ASCII". Return the suffix of the locale name from the environment variables (if present) or the codepage as a number. */ if (codeset != NULL && strcmp (codeset, "US-ASCII") == 0) { const char *locale; static char buf[2 + 10 + 1]; locale = getenv ("LC_ALL"); if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_CTYPE"); if (locale == NULL || locale[0] == '\0') locale = getenv ("LANG"); } if (locale != NULL && locale[0] != '\0') { /* If the locale name contains an encoding after the dot, return it. */ const char *dot = strchr (locale, '.'); if (dot != NULL) { const char *modifier; dot++; /* Look for the possible @... trailer and remove it, if any. */ modifier = strchr (dot, '@'); if (modifier == NULL) return dot; if (modifier - dot < sizeof (buf)) { memcpy (buf, dot, modifier - dot); buf [modifier - dot] = '\0'; return buf; } } } /* The Windows API has a function returning the locale's codepage as a number: GetACP(). This encoding is used by Cygwin, unless the user has set the environment variable CYGWIN=codepage:oem (which very few people do). Output directed to console windows needs to be converted (to GetOEMCP() if the console is using a raster font, or to GetConsoleOutputCP() if it is using a TrueType font). Cygwin does this conversion transparently (see winsup/cygwin/fhandler_console.cc), converting to GetConsoleOutputCP(). This leads to correct results, except when SetConsoleOutputCP has been called and a raster font is in use. */ sprintf (buf, "CP%u", GetACP ()); codeset = buf; } # endif # else /* On old systems which lack it, use setlocale or getenv. */ const char *locale = NULL; /* But most old systems don't have a complete set of locales. Some (like SunOS 4 or DJGPP) have only the C locale. Therefore we don't use setlocale here; it would return "C" when it doesn't support the locale name the user has set. */ # if 0 locale = setlocale (LC_CTYPE, NULL); # endif if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_ALL"); if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_CTYPE"); if (locale == NULL || locale[0] == '\0') locale = getenv ("LANG"); } } /* On some old systems, one used to set locale = "iso8859_1". On others, you set it to "language_COUNTRY.charset". In any case, we resolve it through the charset.alias file. */ codeset = locale; # endif #elif defined WINDOWS_NATIVE static char buf[2 + 10 + 1]; /* The Windows API has a function returning the locale's codepage as a number: GetACP(). When the output goes to a console window, it needs to be provided in GetOEMCP() encoding if the console is using a raster font, or in GetConsoleOutputCP() encoding if it is using a TrueType font. But in GUI programs and for output sent to files and pipes, GetACP() encoding is the best bet. */ sprintf (buf, "CP%u", GetACP ()); codeset = buf; #elif defined OS2 const char *locale; static char buf[2 + 10 + 1]; ULONG cp[3]; ULONG cplen; /* Allow user to override the codeset, as set in the operating system, with standard language environment variables. */ locale = getenv ("LC_ALL"); if (locale == NULL || locale[0] == '\0') { locale = getenv ("LC_CTYPE"); if (locale == NULL || locale[0] == '\0') locale = getenv ("LANG"); } if (locale != NULL && locale[0] != '\0') { /* If the locale name contains an encoding after the dot, return it. */ const char *dot = strchr (locale, '.'); if (dot != NULL) { const char *modifier; dot++; /* Look for the possible @... trailer and remove it, if any. */ modifier = strchr (dot, '@'); if (modifier == NULL) return dot; if (modifier - dot < sizeof (buf)) { memcpy (buf, dot, modifier - dot); buf [modifier - dot] = '\0'; return buf; } } /* Resolve through the charset.alias file. */ codeset = locale; } else { /* OS/2 has a function returning the locale's codepage as a number. */ if (DosQueryCp (sizeof (cp), cp, &cplen)) codeset = ""; else { sprintf (buf, "CP%u", cp[0]); codeset = buf; } } #endif if (codeset == NULL) /* The canonical name cannot be determined. */ codeset = ""; /* Resolve alias. */ for (aliases = get_charset_aliases (); *aliases != '\0'; aliases += strlen (aliases) + 1, aliases += strlen (aliases) + 1) if (strcmp (codeset, aliases) == 0 || (aliases[0] == '*' && aliases[1] == '\0')) { codeset = aliases + strlen (aliases) + 1; break; } /* Don't return an empty string. GNU libc and GNU libiconv interpret the empty string as denoting "the locale's character encoding", thus GNU libiconv would call this function a second time. */ if (codeset[0] == '\0') codeset = "ASCII"; return codeset; } gsasl-1.8.0/gl/stdint.in.h0000664000000000000000000004461311754207011012215 00000000000000/* Copyright (C) 2001-2002, 2004-2012 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. This file is part of gnulib. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* * ISO C 99 for platforms that lack it. * */ #ifndef _@GUARD_PREFIX@_STDINT_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* When including a system file that in turn includes , use the system , not our substitute. This avoids problems with (for example) VMS, whose includes . */ #define _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* On Android (Bionic libc), includes this file before having defined 'time_t'. Therefore in this case avoid including other system header files; just include the system's . Ideally we should test __BIONIC__ here, but it is only defined after has been included; hence test __ANDROID__ instead. */ #if defined __ANDROID__ \ && defined _SYS_TYPES_H_ && !defined _SSIZE_T_DEFINED_ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #else /* Get those types that are already defined in other system include files, so that we can "#define int8_t signed char" below without worrying about a later system include file containing a "typedef signed char int8_t;" that will get messed up by our macro. Our macros should all be consistent with the system versions, except for the "fast" types and macros, which we recommend against using in public interfaces due to compiler differences. */ #if @HAVE_STDINT_H@ # if defined __sgi && ! defined __c99 /* Bypass IRIX's if in C89 mode, since it merely annoys users with "This header file is to be used only for c99 mode compilations" diagnostics. */ # define __STDINT_H__ # endif /* Some pre-C++11 implementations need this. */ # ifdef __cplusplus # ifndef __STDC_CONSTANT_MACROS # define __STDC_CONSTANT_MACROS 1 # endif # ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS 1 # endif # endif /* Other systems may have an incomplete or buggy . Include it before , since any "#include " in would reinclude us, skipping our contents because _@GUARD_PREFIX@_STDINT_H is defined. The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #endif #if ! defined _@GUARD_PREFIX@_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H #define _@GUARD_PREFIX@_STDINT_H /* defines some of the stdint.h types as well, on glibc, IRIX 6.5, and OpenBSD 3.8 (via ). AIX 5.2 isn't needed and causes troubles. MacOS X 10.4.6 includes (which is us), but relies on the system definitions, so include after @NEXT_STDINT_H@. */ #if @HAVE_SYS_TYPES_H@ && ! defined _AIX # include #endif /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX, LONG_MIN, LONG_MAX, ULONG_MAX. */ #include #if @HAVE_INTTYPES_H@ /* In OpenBSD 3.8, includes , which defines int{8,16,32,64}_t, uint{8,16,32,64}_t and __BIT_TYPES_DEFINED__. also defines intptr_t and uintptr_t. */ # include #elif @HAVE_SYS_INTTYPES_H@ /* Solaris 7 has the types except the *_fast*_t types, and the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. */ # include #endif #if @HAVE_SYS_BITYPES_H@ && ! defined __BIT_TYPES_DEFINED__ /* Linux libc4 >= 4.6.7 and libc5 have a that defines int{8,16,32,64}_t and __BIT_TYPES_DEFINED__. In libc5 >= 5.2.2 it is included by . */ # include #endif #undef _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H /* Minimum and maximum values for an integer type under the usual assumption. Return an unspecified value if BITS == 0, adding a check to pacify picky compilers. */ #define _STDINT_MIN(signed, bits, zero) \ ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero)) #define _STDINT_MAX(signed, bits, zero) \ ((signed) \ ? ~ _STDINT_MIN (signed, bits, zero) \ : /* The expression for the unsigned case. The subtraction of (signed) \ is a nop in the unsigned case and avoids "signed integer overflow" \ warnings in the signed case. */ \ ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1) #if !GNULIB_defined_stdint_types /* 7.18.1.1. Exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ #undef int8_t #undef uint8_t typedef signed char gl_int8_t; typedef unsigned char gl_uint8_t; #define int8_t gl_int8_t #define uint8_t gl_uint8_t #undef int16_t #undef uint16_t typedef short int gl_int16_t; typedef unsigned short int gl_uint16_t; #define int16_t gl_int16_t #define uint16_t gl_uint16_t #undef int32_t #undef uint32_t typedef int gl_int32_t; typedef unsigned int gl_uint32_t; #define int32_t gl_int32_t #define uint32_t gl_uint32_t /* If the system defines INT64_MAX, assume int64_t works. That way, if the underlying platform defines int64_t to be a 64-bit long long int, the code below won't mistakenly define it to be a 64-bit long int, which would mess up C++ name mangling. We must use #ifdef rather than #if, to avoid an error with HP-UX 10.20 cc. */ #ifdef INT64_MAX # define GL_INT64_T #else /* Do not undefine int64_t if gnulib is not being used with 64-bit types, since otherwise it breaks platforms like Tandem/NSK. */ # if LONG_MAX >> 31 >> 31 == 1 # undef int64_t typedef long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif defined _MSC_VER # undef int64_t typedef __int64 gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # elif @HAVE_LONG_LONG_INT@ # undef int64_t typedef long long int gl_int64_t; # define int64_t gl_int64_t # define GL_INT64_T # endif #endif #ifdef UINT64_MAX # define GL_UINT64_T #else # if ULONG_MAX >> 31 >> 31 >> 1 == 1 # undef uint64_t typedef unsigned long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif defined _MSC_VER # undef uint64_t typedef unsigned __int64 gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # elif @HAVE_UNSIGNED_LONG_LONG_INT@ # undef uint64_t typedef unsigned long long int gl_uint64_t; # define uint64_t gl_uint64_t # define GL_UINT64_T # endif #endif /* Avoid collision with Solaris 2.5.1 etc. */ #define _UINT8_T #define _UINT32_T #define _UINT64_T /* 7.18.1.2. Minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ #undef int_least8_t #undef uint_least8_t #undef int_least16_t #undef uint_least16_t #undef int_least32_t #undef uint_least32_t #undef int_least64_t #undef uint_least64_t #define int_least8_t int8_t #define uint_least8_t uint8_t #define int_least16_t int16_t #define uint_least16_t uint16_t #define int_least32_t int32_t #define uint_least32_t uint32_t #ifdef GL_INT64_T # define int_least64_t int64_t #endif #ifdef GL_UINT64_T # define uint_least64_t uint64_t #endif /* 7.18.1.3. Fastest minimum-width integer types */ /* Note: Other substitutes may define these types differently. It is not recommended to use these types in public header files. */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. The following code normally uses types consistent with glibc, as that lessens the chance of incompatibility with older GNU hosts. */ #undef int_fast8_t #undef uint_fast8_t #undef int_fast16_t #undef uint_fast16_t #undef int_fast32_t #undef uint_fast32_t #undef int_fast64_t #undef uint_fast64_t typedef signed char gl_int_fast8_t; typedef unsigned char gl_uint_fast8_t; #ifdef __sun /* Define types compatible with SunOS 5.10, so that code compiled under earlier SunOS versions works with code compiled under SunOS 5.10. */ typedef int gl_int_fast32_t; typedef unsigned int gl_uint_fast32_t; #else typedef long int gl_int_fast32_t; typedef unsigned long int gl_uint_fast32_t; #endif typedef gl_int_fast32_t gl_int_fast16_t; typedef gl_uint_fast32_t gl_uint_fast16_t; #define int_fast8_t gl_int_fast8_t #define uint_fast8_t gl_uint_fast8_t #define int_fast16_t gl_int_fast16_t #define uint_fast16_t gl_uint_fast16_t #define int_fast32_t gl_int_fast32_t #define uint_fast32_t gl_uint_fast32_t #ifdef GL_INT64_T # define int_fast64_t int64_t #endif #ifdef GL_UINT64_T # define uint_fast64_t uint64_t #endif /* 7.18.1.4. Integer types capable of holding object pointers */ #undef intptr_t #undef uintptr_t typedef long int gl_intptr_t; typedef unsigned long int gl_uintptr_t; #define intptr_t gl_intptr_t #define uintptr_t gl_uintptr_t /* 7.18.1.5. Greatest-width integer types */ /* Note: These types are compiler dependent. It may be unwise to use them in public header files. */ /* If the system defines INTMAX_MAX, assume that intmax_t works, and similarly for UINTMAX_MAX and uintmax_t. This avoids problems with assuming one type where another is used by the system. */ #ifndef INTMAX_MAX # undef INTMAX_C # undef intmax_t # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 typedef long long int gl_intmax_t; # define intmax_t gl_intmax_t # elif defined GL_INT64_T # define intmax_t int64_t # else typedef long int gl_intmax_t; # define intmax_t gl_intmax_t # endif #endif #ifndef UINTMAX_MAX # undef UINTMAX_C # undef uintmax_t # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 typedef unsigned long long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # elif defined GL_UINT64_T # define uintmax_t uint64_t # else typedef unsigned long int gl_uintmax_t; # define uintmax_t gl_uintmax_t # endif #endif /* Verify that intmax_t and uintmax_t have the same size. Too much code breaks if this is not the case. If this check fails, the reason is likely to be found in the autoconf macros. */ typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t) ? 1 : -1]; #define GNULIB_defined_stdint_types 1 #endif /* !GNULIB_defined_stdint_types */ /* 7.18.2. Limits of specified-width integer types */ /* 7.18.2.1. Limits of exact-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. */ #undef INT8_MIN #undef INT8_MAX #undef UINT8_MAX #define INT8_MIN (~ INT8_MAX) #define INT8_MAX 127 #define UINT8_MAX 255 #undef INT16_MIN #undef INT16_MAX #undef UINT16_MAX #define INT16_MIN (~ INT16_MAX) #define INT16_MAX 32767 #define UINT16_MAX 65535 #undef INT32_MIN #undef INT32_MAX #undef UINT32_MAX #define INT32_MIN (~ INT32_MAX) #define INT32_MAX 2147483647 #define UINT32_MAX 4294967295U #if defined GL_INT64_T && ! defined INT64_MAX /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0 evaluates the latter incorrectly in preprocessor expressions. */ # define INT64_MIN (- INTMAX_C (1) << 63) # define INT64_MAX INTMAX_C (9223372036854775807) #endif #if defined GL_UINT64_T && ! defined UINT64_MAX # define UINT64_MAX UINTMAX_C (18446744073709551615) #endif /* 7.18.2.2. Limits of minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the leastN_t types are the same as the corresponding N_t types. */ #undef INT_LEAST8_MIN #undef INT_LEAST8_MAX #undef UINT_LEAST8_MAX #define INT_LEAST8_MIN INT8_MIN #define INT_LEAST8_MAX INT8_MAX #define UINT_LEAST8_MAX UINT8_MAX #undef INT_LEAST16_MIN #undef INT_LEAST16_MAX #undef UINT_LEAST16_MAX #define INT_LEAST16_MIN INT16_MIN #define INT_LEAST16_MAX INT16_MAX #define UINT_LEAST16_MAX UINT16_MAX #undef INT_LEAST32_MIN #undef INT_LEAST32_MAX #undef UINT_LEAST32_MAX #define INT_LEAST32_MIN INT32_MIN #define INT_LEAST32_MAX INT32_MAX #define UINT_LEAST32_MAX UINT32_MAX #undef INT_LEAST64_MIN #undef INT_LEAST64_MAX #ifdef GL_INT64_T # define INT_LEAST64_MIN INT64_MIN # define INT_LEAST64_MAX INT64_MAX #endif #undef UINT_LEAST64_MAX #ifdef GL_UINT64_T # define UINT_LEAST64_MAX UINT64_MAX #endif /* 7.18.2.3. Limits of fastest minimum-width integer types */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits. Therefore the fastN_t types are taken from the same list of types. */ #undef INT_FAST8_MIN #undef INT_FAST8_MAX #undef UINT_FAST8_MAX #define INT_FAST8_MIN SCHAR_MIN #define INT_FAST8_MAX SCHAR_MAX #define UINT_FAST8_MAX UCHAR_MAX #undef INT_FAST16_MIN #undef INT_FAST16_MAX #undef UINT_FAST16_MAX #define INT_FAST16_MIN INT_FAST32_MIN #define INT_FAST16_MAX INT_FAST32_MAX #define UINT_FAST16_MAX UINT_FAST32_MAX #undef INT_FAST32_MIN #undef INT_FAST32_MAX #undef UINT_FAST32_MAX #ifdef __sun # define INT_FAST32_MIN INT_MIN # define INT_FAST32_MAX INT_MAX # define UINT_FAST32_MAX UINT_MAX #else # define INT_FAST32_MIN LONG_MIN # define INT_FAST32_MAX LONG_MAX # define UINT_FAST32_MAX ULONG_MAX #endif #undef INT_FAST64_MIN #undef INT_FAST64_MAX #ifdef GL_INT64_T # define INT_FAST64_MIN INT64_MIN # define INT_FAST64_MAX INT64_MAX #endif #undef UINT_FAST64_MAX #ifdef GL_UINT64_T # define UINT_FAST64_MAX UINT64_MAX #endif /* 7.18.2.4. Limits of integer types capable of holding object pointers */ #undef INTPTR_MIN #undef INTPTR_MAX #undef UINTPTR_MAX #define INTPTR_MIN LONG_MIN #define INTPTR_MAX LONG_MAX #define UINTPTR_MAX ULONG_MAX /* 7.18.2.5. Limits of greatest-width integer types */ #ifndef INTMAX_MAX # undef INTMAX_MIN # ifdef INT64_MAX # define INTMAX_MIN INT64_MIN # define INTMAX_MAX INT64_MAX # else # define INTMAX_MIN INT32_MIN # define INTMAX_MAX INT32_MAX # endif #endif #ifndef UINTMAX_MAX # ifdef UINT64_MAX # define UINTMAX_MAX UINT64_MAX # else # define UINTMAX_MAX UINT32_MAX # endif #endif /* 7.18.3. Limits of other integer types */ /* ptrdiff_t limits */ #undef PTRDIFF_MIN #undef PTRDIFF_MAX #if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define PTRDIFF_MIN _STDINT_MIN (1, 64, 0l) # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) # else # define PTRDIFF_MIN _STDINT_MIN (1, 32, 0) # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) # endif #else # define PTRDIFF_MIN \ _STDINT_MIN (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) # define PTRDIFF_MAX \ _STDINT_MAX (1, @BITSIZEOF_PTRDIFF_T@, 0@PTRDIFF_T_SUFFIX@) #endif /* sig_atomic_t limits */ #undef SIG_ATOMIC_MIN #undef SIG_ATOMIC_MAX #define SIG_ATOMIC_MIN \ _STDINT_MIN (@HAVE_SIGNED_SIG_ATOMIC_T@, @BITSIZEOF_SIG_ATOMIC_T@, \ 0@SIG_ATOMIC_T_SUFFIX@) #define SIG_ATOMIC_MAX \ _STDINT_MAX (@HAVE_SIGNED_SIG_ATOMIC_T@, @BITSIZEOF_SIG_ATOMIC_T@, \ 0@SIG_ATOMIC_T_SUFFIX@) /* size_t limit */ #undef SIZE_MAX #if @APPLE_UNIVERSAL_BUILD@ # ifdef _LP64 # define SIZE_MAX _STDINT_MAX (0, 64, 0ul) # else # define SIZE_MAX _STDINT_MAX (0, 32, 0ul) # endif #else # define SIZE_MAX _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, 0@SIZE_T_SUFFIX@) #endif /* wchar_t limits */ /* Get WCHAR_MIN, WCHAR_MAX. This include is not on the top, above, because on OSF/1 4.0 we have a sequence of nested includes -> -> -> , and the latter includes and assumes its types are already defined. */ #if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX) /* BSD/OS 4.0.1 has a bug: , and must be included before . */ # include # include # include # define _GL_JUST_INCLUDE_SYSTEM_WCHAR_H # include # undef _GL_JUST_INCLUDE_SYSTEM_WCHAR_H #endif #undef WCHAR_MIN #undef WCHAR_MAX #define WCHAR_MIN \ _STDINT_MIN (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) #define WCHAR_MAX \ _STDINT_MAX (@HAVE_SIGNED_WCHAR_T@, @BITSIZEOF_WCHAR_T@, 0@WCHAR_T_SUFFIX@) /* wint_t limits */ #undef WINT_MIN #undef WINT_MAX #define WINT_MIN \ _STDINT_MIN (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) #define WINT_MAX \ _STDINT_MAX (@HAVE_SIGNED_WINT_T@, @BITSIZEOF_WINT_T@, 0@WINT_T_SUFFIX@) /* 7.18.4. Macros for integer constants */ /* 7.18.4.1. Macros for minimum-width integer constants */ /* According to ISO C 99 Technical Corrigendum 1 */ /* Here we assume a standard architecture where the hardware integer types have 8, 16, 32, optionally 64 bits, and int is 32 bits. */ #undef INT8_C #undef UINT8_C #define INT8_C(x) x #define UINT8_C(x) x #undef INT16_C #undef UINT16_C #define INT16_C(x) x #define UINT16_C(x) x #undef INT32_C #undef UINT32_C #define INT32_C(x) x #define UINT32_C(x) x ## U #undef INT64_C #undef UINT64_C #if LONG_MAX >> 31 >> 31 == 1 # define INT64_C(x) x##L #elif defined _MSC_VER # define INT64_C(x) x##i64 #elif @HAVE_LONG_LONG_INT@ # define INT64_C(x) x##LL #endif #if ULONG_MAX >> 31 >> 31 >> 1 == 1 # define UINT64_C(x) x##UL #elif defined _MSC_VER # define UINT64_C(x) x##ui64 #elif @HAVE_UNSIGNED_LONG_LONG_INT@ # define UINT64_C(x) x##ULL #endif /* 7.18.4.2. Macros for greatest-width integer constants */ #ifndef INTMAX_C # if @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define INTMAX_C(x) x##LL # elif defined GL_INT64_T # define INTMAX_C(x) INT64_C(x) # else # define INTMAX_C(x) x##L # endif #endif #ifndef UINTMAX_C # if @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define UINTMAX_C(x) x##ULL # elif defined GL_UINT64_T # define UINTMAX_C(x) UINT64_C(x) # else # define UINTMAX_C(x) x##UL # endif #endif #endif /* _@GUARD_PREFIX@_STDINT_H */ #endif /* !(defined __ANDROID__ && ...) */ #endif /* !defined _@GUARD_PREFIX@_STDINT_H && !defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H */ gsasl-1.8.0/gl/getopt.c0000664000000000000000000011750411746471770011620 00000000000000/* Getopt for GNU. NOTE: getopt is part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org before changing it! Copyright (C) 1987-1996, 1998-2004, 2006, 2008-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _LIBC # include #endif #include "getopt.h" #include #include #include #include #ifdef _LIBC # include #else # include "gettext.h" # define _(msgid) gettext (msgid) #endif #if defined _LIBC && defined USE_IN_LIBIO # include #endif /* This version of 'getopt' appears to the caller like standard Unix 'getopt' but it behaves differently for the user, since it allows the user to intersperse the options with the other arguments. As 'getopt_long' works, it permutes the elements of ARGV so that, when it is done, all the options precede everything else. Thus all application programs are extended to handle flexible argument order. Using 'getopt' or setting the environment variable POSIXLY_CORRECT disables permutation. Then the behavior is completely standard. GNU application programs can use a third alternative mode in which they can distinguish the relative order of options and other arguments. */ #include "getopt_int.h" /* For communication from 'getopt' to the caller. When 'getopt' finds an option that takes an argument, the argument value is returned here. Also, when 'ordering' is RETURN_IN_ORDER, each non-option ARGV-element is returned here. */ char *optarg; /* Index in ARGV of the next element to be scanned. This is used for communication to and from the caller and for communication between successive calls to 'getopt'. On entry to 'getopt', zero means this is the first call; initialize. When 'getopt' returns -1, this is the index of the first of the non-option elements that the caller should itself scan. Otherwise, 'optind' communicates from one call to the next how much of ARGV has been scanned so far. */ /* 1003.2 says this must be 1 before any call. */ int optind = 1; /* Callers store zero here to inhibit the error message for unrecognized options. */ int opterr = 1; /* Set to an option character which was unrecognized. This must be initialized on some systems to avoid linking in the system's own getopt implementation. */ int optopt = '?'; /* Keep a global copy of all internal members of getopt_data. */ static struct _getopt_data getopt_data; #if defined HAVE_DECL_GETENV && !HAVE_DECL_GETENV extern char *getenv (); #endif #ifdef _LIBC /* Stored original parameters. XXX This is no good solution. We should rather copy the args so that we can compare them later. But we must not use malloc(3). */ extern int __libc_argc; extern char **__libc_argv; /* Bash 2.0 gives us an environment variable containing flags indicating ARGV elements that should not be considered arguments. */ # ifdef USE_NONOPTION_FLAGS /* Defined in getopt_init.c */ extern char *__getopt_nonoption_flags; # endif # ifdef USE_NONOPTION_FLAGS # define SWAP_FLAGS(ch1, ch2) \ if (d->__nonoption_flags_len > 0) \ { \ char __tmp = __getopt_nonoption_flags[ch1]; \ __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \ __getopt_nonoption_flags[ch2] = __tmp; \ } # else # define SWAP_FLAGS(ch1, ch2) # endif #else /* !_LIBC */ # define SWAP_FLAGS(ch1, ch2) #endif /* _LIBC */ /* Exchange two adjacent subsequences of ARGV. One subsequence is elements [first_nonopt,last_nonopt) which contains all the non-options that have been skipped so far. The other is elements [last_nonopt,optind), which contains all the options processed since those non-options were skipped. 'first_nonopt' and 'last_nonopt' are relocated so that they describe the new indices of the non-options in ARGV after they are moved. */ static void exchange (char **argv, struct _getopt_data *d) { int bottom = d->__first_nonopt; int middle = d->__last_nonopt; int top = d->optind; char *tem; /* Exchange the shorter segment with the far end of the longer segment. That puts the shorter segment into the right place. It leaves the longer segment in the right place overall, but it consists of two parts that need to be swapped next. */ #if defined _LIBC && defined USE_NONOPTION_FLAGS /* First make sure the handling of the '__getopt_nonoption_flags' string can work normally. Our top argument must be in the range of the string. */ if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len) { /* We must extend the array. The user plays games with us and presents new arguments. */ char *new_str = malloc (top + 1); if (new_str == NULL) d->__nonoption_flags_len = d->__nonoption_flags_max_len = 0; else { memset (__mempcpy (new_str, __getopt_nonoption_flags, d->__nonoption_flags_max_len), '\0', top + 1 - d->__nonoption_flags_max_len); d->__nonoption_flags_max_len = top + 1; __getopt_nonoption_flags = new_str; } } #endif while (top > middle && middle > bottom) { if (top - middle > middle - bottom) { /* Bottom segment is the short one. */ int len = middle - bottom; register int i; /* Swap it with the top part of the top segment. */ for (i = 0; i < len; i++) { tem = argv[bottom + i]; argv[bottom + i] = argv[top - (middle - bottom) + i]; argv[top - (middle - bottom) + i] = tem; SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); } /* Exclude the moved bottom segment from further swapping. */ top -= len; } else { /* Top segment is the short one. */ int len = top - middle; register int i; /* Swap it with the bottom part of the bottom segment. */ for (i = 0; i < len; i++) { tem = argv[bottom + i]; argv[bottom + i] = argv[middle + i]; argv[middle + i] = tem; SWAP_FLAGS (bottom + i, middle + i); } /* Exclude the moved top segment from further swapping. */ bottom += len; } } /* Update records for the slots the non-options now occupy. */ d->__first_nonopt += (d->optind - d->__last_nonopt); d->__last_nonopt = d->optind; } /* Initialize the internal data when the first call is made. */ static const char * _getopt_initialize (int argc _GL_UNUSED, char **argv _GL_UNUSED, const char *optstring, struct _getopt_data *d, int posixly_correct) { /* Start processing options with ARGV-element 1 (since ARGV-element 0 is the program name); the sequence of previously skipped non-option ARGV-elements is empty. */ d->__first_nonopt = d->__last_nonopt = d->optind; d->__nextchar = NULL; d->__posixly_correct = posixly_correct || !!getenv ("POSIXLY_CORRECT"); /* Determine how to handle the ordering of options and nonoptions. */ if (optstring[0] == '-') { d->__ordering = RETURN_IN_ORDER; ++optstring; } else if (optstring[0] == '+') { d->__ordering = REQUIRE_ORDER; ++optstring; } else if (d->__posixly_correct) d->__ordering = REQUIRE_ORDER; else d->__ordering = PERMUTE; #if defined _LIBC && defined USE_NONOPTION_FLAGS if (!d->__posixly_correct && argc == __libc_argc && argv == __libc_argv) { if (d->__nonoption_flags_max_len == 0) { if (__getopt_nonoption_flags == NULL || __getopt_nonoption_flags[0] == '\0') d->__nonoption_flags_max_len = -1; else { const char *orig_str = __getopt_nonoption_flags; int len = d->__nonoption_flags_max_len = strlen (orig_str); if (d->__nonoption_flags_max_len < argc) d->__nonoption_flags_max_len = argc; __getopt_nonoption_flags = (char *) malloc (d->__nonoption_flags_max_len); if (__getopt_nonoption_flags == NULL) d->__nonoption_flags_max_len = -1; else memset (__mempcpy (__getopt_nonoption_flags, orig_str, len), '\0', d->__nonoption_flags_max_len - len); } } d->__nonoption_flags_len = d->__nonoption_flags_max_len; } else d->__nonoption_flags_len = 0; #endif return optstring; } /* Scan elements of ARGV (whose length is ARGC) for option characters given in OPTSTRING. If an element of ARGV starts with '-', and is not exactly "-" or "--", then it is an option element. The characters of this element (aside from the initial '-') are option characters. If 'getopt' is called repeatedly, it returns successively each of the option characters from each of the option elements. If 'getopt' finds another option character, it returns that character, updating 'optind' and 'nextchar' so that the next call to 'getopt' can resume the scan with the following option character or ARGV-element. If there are no more option characters, 'getopt' returns -1. Then 'optind' is the index in ARGV of the first ARGV-element that is not an option. (The ARGV-elements have been permuted so that those that are not options now come last.) OPTSTRING is a string containing the legitimate option characters. If an option character is seen that is not listed in OPTSTRING, return '?' after printing an error message. If you set 'opterr' to zero, the error message is suppressed but we still return '?'. If a char in OPTSTRING is followed by a colon, that means it wants an arg, so the following text in the same ARGV-element, or the text of the following ARGV-element, is returned in 'optarg'. Two colons mean an option that wants an optional arg; if there is text in the current ARGV-element, it is returned in 'optarg', otherwise 'optarg' is set to zero. If OPTSTRING starts with '-' or '+', it requests different methods of handling the non-option ARGV-elements. See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above. Long-named options begin with '--' instead of '-'. Their names may be abbreviated as long as the abbreviation is unique or is an exact match for some defined option. If they have an argument, it follows the option name in the same ARGV-element, separated from the option name by a '=', or else the in next ARGV-element. When 'getopt' finds a long-named option, it returns 0 if that option's 'flag' field is nonzero, the value of the option's 'val' field if the 'flag' field is zero. The elements of ARGV aren't really const, because we permute them. But we pretend they're const in the prototype to be compatible with other systems. LONGOPTS is a vector of 'struct option' terminated by an element containing a name which is zero. LONGIND returns the index in LONGOPT of the long-named option found. It is only valid when a long-named option has been found by the most recent call. If LONG_ONLY is nonzero, '-' as well as '--' can introduce long-named options. */ int _getopt_internal_r (int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, struct _getopt_data *d, int posixly_correct) { int print_errors = d->opterr; if (argc < 1) return -1; d->optarg = NULL; if (d->optind == 0 || !d->__initialized) { if (d->optind == 0) d->optind = 1; /* Don't scan ARGV[0], the program name. */ optstring = _getopt_initialize (argc, argv, optstring, d, posixly_correct); d->__initialized = 1; } else if (optstring[0] == '-' || optstring[0] == '+') optstring++; if (optstring[0] == ':') print_errors = 0; /* Test whether ARGV[optind] points to a non-option argument. Either it does not have option syntax, or there is an environment flag from the shell indicating it is not an option. The later information is only used when the used in the GNU libc. */ #if defined _LIBC && defined USE_NONOPTION_FLAGS # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0' \ || (d->optind < d->__nonoption_flags_len \ && __getopt_nonoption_flags[d->optind] == '1')) #else # define NONOPTION_P (argv[d->optind][0] != '-' || argv[d->optind][1] == '\0') #endif if (d->__nextchar == NULL || *d->__nextchar == '\0') { /* Advance to the next ARGV-element. */ /* Give FIRST_NONOPT & LAST_NONOPT rational values if OPTIND has been moved back by the user (who may also have changed the arguments). */ if (d->__last_nonopt > d->optind) d->__last_nonopt = d->optind; if (d->__first_nonopt > d->optind) d->__first_nonopt = d->optind; if (d->__ordering == PERMUTE) { /* If we have just processed some options following some non-options, exchange them so that the options come first. */ if (d->__first_nonopt != d->__last_nonopt && d->__last_nonopt != d->optind) exchange ((char **) argv, d); else if (d->__last_nonopt != d->optind) d->__first_nonopt = d->optind; /* Skip any additional non-options and extend the range of non-options previously skipped. */ while (d->optind < argc && NONOPTION_P) d->optind++; d->__last_nonopt = d->optind; } /* The special ARGV-element '--' means premature end of options. Skip it like a null option, then exchange with previous non-options as if it were an option, then skip everything else like a non-option. */ if (d->optind != argc && !strcmp (argv[d->optind], "--")) { d->optind++; if (d->__first_nonopt != d->__last_nonopt && d->__last_nonopt != d->optind) exchange ((char **) argv, d); else if (d->__first_nonopt == d->__last_nonopt) d->__first_nonopt = d->optind; d->__last_nonopt = argc; d->optind = argc; } /* If we have done all the ARGV-elements, stop the scan and back over any non-options that we skipped and permuted. */ if (d->optind == argc) { /* Set the next-arg-index to point at the non-options that we previously skipped, so the caller will digest them. */ if (d->__first_nonopt != d->__last_nonopt) d->optind = d->__first_nonopt; return -1; } /* If we have come to a non-option and did not permute it, either stop the scan or describe it to the caller and pass it by. */ if (NONOPTION_P) { if (d->__ordering == REQUIRE_ORDER) return -1; d->optarg = argv[d->optind++]; return 1; } /* We have found another option-ARGV-element. Skip the initial punctuation. */ d->__nextchar = (argv[d->optind] + 1 + (longopts != NULL && argv[d->optind][1] == '-')); } /* Decode the current option-ARGV-element. */ /* Check whether the ARGV-element is a long option. If long_only and the ARGV-element has the form "-f", where f is a valid short option, don't consider it an abbreviated form of a long option that starts with f. Otherwise there would be no way to give the -f short option. On the other hand, if there's a long option "fubar" and the ARGV-element is "-fu", do consider that an abbreviation of the long option, just like "--fu", and not "-f" with arg "u". This distinction seems to be the most useful approach. */ if (longopts != NULL && (argv[d->optind][1] == '-' || (long_only && (argv[d->optind][2] || !strchr (optstring, argv[d->optind][1]))))) { char *nameend; unsigned int namelen; const struct option *p; const struct option *pfound = NULL; struct option_list { const struct option *p; struct option_list *next; } *ambig_list = NULL; int exact = 0; int indfound = -1; int option_index; for (nameend = d->__nextchar; *nameend && *nameend != '='; nameend++) /* Do nothing. */ ; namelen = nameend - d->__nextchar; /* Test all long options for either exact match or abbreviated matches. */ for (p = longopts, option_index = 0; p->name; p++, option_index++) if (!strncmp (p->name, d->__nextchar, namelen)) { if (namelen == (unsigned int) strlen (p->name)) { /* Exact match found. */ pfound = p; indfound = option_index; exact = 1; break; } else if (pfound == NULL) { /* First nonexact match found. */ pfound = p; indfound = option_index; } else if (long_only || pfound->has_arg != p->has_arg || pfound->flag != p->flag || pfound->val != p->val) { /* Second or later nonexact match found. */ struct option_list *newp = malloc (sizeof (*newp)); newp->p = p; newp->next = ambig_list; ambig_list = newp; } } if (ambig_list != NULL && !exact) { if (print_errors) { struct option_list first; first.p = pfound; first.next = ambig_list; ambig_list = &first; #if defined _LIBC && defined USE_IN_LIBIO char *buf = NULL; size_t buflen = 0; FILE *fp = open_memstream (&buf, &buflen); if (fp != NULL) { fprintf (fp, _("%s: option '%s' is ambiguous; possibilities:"), argv[0], argv[d->optind]); do { fprintf (fp, " '--%s'", ambig_list->p->name); ambig_list = ambig_list->next; } while (ambig_list != NULL); fputc_unlocked ('\n', fp); if (__builtin_expect (fclose (fp) != EOF, 1)) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } } #else fprintf (stderr, _("%s: option '%s' is ambiguous; possibilities:"), argv[0], argv[d->optind]); do { fprintf (stderr, " '--%s'", ambig_list->p->name); ambig_list = ambig_list->next; } while (ambig_list != NULL); fputc ('\n', stderr); #endif } d->__nextchar += strlen (d->__nextchar); d->optind++; d->optopt = 0; return '?'; } while (ambig_list != NULL) { struct option_list *pn = ambig_list->next; free (ambig_list); ambig_list = pn; } if (pfound != NULL) { option_index = indfound; d->optind++; if (*nameend) { /* Don't test has_arg with >, because some C compilers don't allow it to be used on enums. */ if (pfound->has_arg) d->optarg = nameend + 1; else { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; int n; #endif if (argv[d->optind - 1][1] == '-') { /* --option */ #if defined _LIBC && defined USE_IN_LIBIO n = __asprintf (&buf, _("\ %s: option '--%s' doesn't allow an argument\n"), argv[0], pfound->name); #else fprintf (stderr, _("\ %s: option '--%s' doesn't allow an argument\n"), argv[0], pfound->name); #endif } else { /* +option or -option */ #if defined _LIBC && defined USE_IN_LIBIO n = __asprintf (&buf, _("\ %s: option '%c%s' doesn't allow an argument\n"), argv[0], argv[d->optind - 1][0], pfound->name); #else fprintf (stderr, _("\ %s: option '%c%s' doesn't allow an argument\n"), argv[0], argv[d->optind - 1][0], pfound->name); #endif } #if defined _LIBC && defined USE_IN_LIBIO if (n >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #endif } d->__nextchar += strlen (d->__nextchar); d->optopt = pfound->val; return '?'; } } else if (pfound->has_arg == 1) { if (d->optind < argc) d->optarg = argv[d->optind++]; else { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; if (__asprintf (&buf, _("\ %s: option '--%s' requires an argument\n"), argv[0], pfound->name) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option '--%s' requires an argument\n"), argv[0], pfound->name); #endif } d->__nextchar += strlen (d->__nextchar); d->optopt = pfound->val; return optstring[0] == ':' ? ':' : '?'; } } d->__nextchar += strlen (d->__nextchar); if (longind != NULL) *longind = option_index; if (pfound->flag) { *(pfound->flag) = pfound->val; return 0; } return pfound->val; } /* Can't find it as a long option. If this is not getopt_long_only, or the option starts with '--' or is not a valid short option, then it's an error. Otherwise interpret it as a short option. */ if (!long_only || argv[d->optind][1] == '-' || strchr (optstring, *d->__nextchar) == NULL) { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; int n; #endif if (argv[d->optind][1] == '-') { /* --option */ #if defined _LIBC && defined USE_IN_LIBIO n = __asprintf (&buf, _("%s: unrecognized option '--%s'\n"), argv[0], d->__nextchar); #else fprintf (stderr, _("%s: unrecognized option '--%s'\n"), argv[0], d->__nextchar); #endif } else { /* +option or -option */ #if defined _LIBC && defined USE_IN_LIBIO n = __asprintf (&buf, _("%s: unrecognized option '%c%s'\n"), argv[0], argv[d->optind][0], d->__nextchar); #else fprintf (stderr, _("%s: unrecognized option '%c%s'\n"), argv[0], argv[d->optind][0], d->__nextchar); #endif } #if defined _LIBC && defined USE_IN_LIBIO if (n >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #endif } d->__nextchar = (char *) ""; d->optind++; d->optopt = 0; return '?'; } } /* Look at and handle the next short option-character. */ { char c = *d->__nextchar++; const char *temp = strchr (optstring, c); /* Increment 'optind' when we start to process its last character. */ if (*d->__nextchar == '\0') ++d->optind; if (temp == NULL || c == ':' || c == ';') { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; int n; #endif #if defined _LIBC && defined USE_IN_LIBIO n = __asprintf (&buf, _("%s: invalid option -- '%c'\n"), argv[0], c); #else fprintf (stderr, _("%s: invalid option -- '%c'\n"), argv[0], c); #endif #if defined _LIBC && defined USE_IN_LIBIO if (n >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #endif } d->optopt = c; return '?'; } /* Convenience. Treat POSIX -W foo same as long option --foo */ if (temp[0] == 'W' && temp[1] == ';') { char *nameend; const struct option *p; const struct option *pfound = NULL; int exact = 0; int ambig = 0; int indfound = 0; int option_index; if (longopts == NULL) goto no_longs; /* This is an option that requires an argument. */ if (*d->__nextchar != '\0') { d->optarg = d->__nextchar; /* If we end this ARGV-element by taking the rest as an arg, we must advance to the next element now. */ d->optind++; } else if (d->optind == argc) { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; if (__asprintf (&buf, _("%s: option requires an argument -- '%c'\n"), argv[0], c) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option requires an argument -- '%c'\n"), argv[0], c); #endif } d->optopt = c; if (optstring[0] == ':') c = ':'; else c = '?'; return c; } else /* We already incremented 'd->optind' once; increment it again when taking next ARGV-elt as argument. */ d->optarg = argv[d->optind++]; /* optarg is now the argument, see if it's in the table of longopts. */ for (d->__nextchar = nameend = d->optarg; *nameend && *nameend != '='; nameend++) /* Do nothing. */ ; /* Test all long options for either exact match or abbreviated matches. */ for (p = longopts, option_index = 0; p->name; p++, option_index++) if (!strncmp (p->name, d->__nextchar, nameend - d->__nextchar)) { if ((unsigned int) (nameend - d->__nextchar) == strlen (p->name)) { /* Exact match found. */ pfound = p; indfound = option_index; exact = 1; break; } else if (pfound == NULL) { /* First nonexact match found. */ pfound = p; indfound = option_index; } else if (long_only || pfound->has_arg != p->has_arg || pfound->flag != p->flag || pfound->val != p->val) /* Second or later nonexact match found. */ ambig = 1; } if (ambig && !exact) { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; if (__asprintf (&buf, _("%s: option '-W %s' is ambiguous\n"), argv[0], d->optarg) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option '-W %s' is ambiguous\n"), argv[0], d->optarg); #endif } d->__nextchar += strlen (d->__nextchar); d->optind++; return '?'; } if (pfound != NULL) { option_index = indfound; if (*nameend) { /* Don't test has_arg with >, because some C compilers don't allow it to be used on enums. */ if (pfound->has_arg) d->optarg = nameend + 1; else { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; if (__asprintf (&buf, _("\ %s: option '-W %s' doesn't allow an argument\n"), argv[0], pfound->name) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("\ %s: option '-W %s' doesn't allow an argument\n"), argv[0], pfound->name); #endif } d->__nextchar += strlen (d->__nextchar); return '?'; } } else if (pfound->has_arg == 1) { if (d->optind < argc) d->optarg = argv[d->optind++]; else { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; if (__asprintf (&buf, _("\ %s: option '-W %s' requires an argument\n"), argv[0], pfound->name) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("\ %s: option '-W %s' requires an argument\n"), argv[0], pfound->name); #endif } d->__nextchar += strlen (d->__nextchar); return optstring[0] == ':' ? ':' : '?'; } } else d->optarg = NULL; d->__nextchar += strlen (d->__nextchar); if (longind != NULL) *longind = option_index; if (pfound->flag) { *(pfound->flag) = pfound->val; return 0; } return pfound->val; } no_longs: d->__nextchar = NULL; return 'W'; /* Let the application handle it. */ } if (temp[1] == ':') { if (temp[2] == ':') { /* This is an option that accepts an argument optionally. */ if (*d->__nextchar != '\0') { d->optarg = d->__nextchar; d->optind++; } else d->optarg = NULL; d->__nextchar = NULL; } else { /* This is an option that requires an argument. */ if (*d->__nextchar != '\0') { d->optarg = d->__nextchar; /* If we end this ARGV-element by taking the rest as an arg, we must advance to the next element now. */ d->optind++; } else if (d->optind == argc) { if (print_errors) { #if defined _LIBC && defined USE_IN_LIBIO char *buf; if (__asprintf (&buf, _("\ %s: option requires an argument -- '%c'\n"), argv[0], c) >= 0) { _IO_flockfile (stderr); int old_flags2 = ((_IO_FILE *) stderr)->_flags2; ((_IO_FILE *) stderr)->_flags2 |= _IO_FLAGS2_NOTCANCEL; __fxprintf (NULL, "%s", buf); ((_IO_FILE *) stderr)->_flags2 = old_flags2; _IO_funlockfile (stderr); free (buf); } #else fprintf (stderr, _("%s: option requires an argument -- '%c'\n"), argv[0], c); #endif } d->optopt = c; if (optstring[0] == ':') c = ':'; else c = '?'; } else /* We already incremented 'optind' once; increment it again when taking next ARGV-elt as argument. */ d->optarg = argv[d->optind++]; d->__nextchar = NULL; } } return c; } } int _getopt_internal (int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) { int result; getopt_data.optind = optind; getopt_data.opterr = opterr; result = _getopt_internal_r (argc, argv, optstring, longopts, longind, long_only, &getopt_data, posixly_correct); optind = getopt_data.optind; optarg = getopt_data.optarg; optopt = getopt_data.optopt; return result; } /* glibc gets a LSB-compliant getopt. Standalone applications get a POSIX-compliant getopt. */ #if _LIBC enum { POSIXLY_CORRECT = 0 }; #else enum { POSIXLY_CORRECT = 1 }; #endif int getopt (int argc, char *const *argv, const char *optstring) { return _getopt_internal (argc, (char **) argv, optstring, (const struct option *) 0, (int *) 0, 0, POSIXLY_CORRECT); } #ifdef _LIBC int __posix_getopt (int argc, char *const *argv, const char *optstring) { return _getopt_internal (argc, argv, optstring, (const struct option *) 0, (int *) 0, 0, 1); } #endif #ifdef TEST /* Compile with -DTEST to make an executable for use in testing the above definition of 'getopt'. */ int main (int argc, char **argv) { int c; int digit_optind = 0; while (1) { int this_option_optind = optind ? optind : 1; c = getopt (argc, argv, "abc:d:0123456789"); if (c == -1) break; switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': if (digit_optind != 0 && digit_optind != this_option_optind) printf ("digits occur in two different argv-elements.\n"); digit_optind = this_option_optind; printf ("option %c\n", c); break; case 'a': printf ("option a\n"); break; case 'b': printf ("option b\n"); break; case 'c': printf ("option c with value '%s'\n", optarg); break; case '?': break; default: printf ("?? getopt returned character code 0%o ??\n", c); } } if (optind < argc) { printf ("non-option ARGV-elements: "); while (optind < argc) printf ("%s ", argv[optind++]); printf ("\n"); } exit (0); } #endif /* TEST */ gsasl-1.8.0/gl/gai_strerror.c0000664000000000000000000000524311746471770013014 00000000000000/* Copyright (C) 1997, 2001-2002, 2004-2006, 2008-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Philip Blundell , 1997. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _LIBC # include #endif #include #include #ifdef _LIBC # include #else # include "gettext.h" # define _(String) gettext (String) # define N_(String) String #endif #if HAVE_DECL_GAI_STRERROR # include # undef gai_strerror # if HAVE_DECL_GAI_STRERRORA # define gai_strerror gai_strerrorA # endif const char * rpl_gai_strerror (int code) { return gai_strerror (code); } #else /* !HAVE_DECL_GAI_STRERROR */ static struct { int code; const char *msg; } values[] = { { EAI_ADDRFAMILY, N_("Address family for hostname not supported") }, { EAI_AGAIN, N_("Temporary failure in name resolution") }, { EAI_BADFLAGS, N_("Bad value for ai_flags") }, { EAI_FAIL, N_("Non-recoverable failure in name resolution") }, { EAI_FAMILY, N_("ai_family not supported") }, { EAI_MEMORY, N_("Memory allocation failure") }, { EAI_NODATA, N_("No address associated with hostname") }, { EAI_NONAME, N_("Name or service not known") }, { EAI_SERVICE, N_("Servname not supported for ai_socktype") }, { EAI_SOCKTYPE, N_("ai_socktype not supported") }, { EAI_SYSTEM, N_("System error") }, { EAI_OVERFLOW, N_("Argument buffer too small") }, #ifdef EAI_INPROGRESS { EAI_INPROGRESS, N_("Processing request in progress") }, { EAI_CANCELED, N_("Request canceled") }, { EAI_NOTCANCELED, N_("Request not canceled") }, { EAI_ALLDONE, N_("All requests done") }, { EAI_INTR, N_("Interrupted by a signal") }, { EAI_IDN_ENCODE, N_("Parameter string not correctly encoded") } #endif }; const char * gai_strerror (int code) { size_t i; for (i = 0; i < sizeof (values) / sizeof (values[0]); ++i) if (values[i].code == code) return _(values[i].msg); return _("Unknown error"); } # ifdef _LIBC libc_hidden_def (gai_strerror) # endif #endif /* !HAVE_DECL_GAI_STRERROR */ gsasl-1.8.0/gl/iconv_open-irix.h0000664000000000000000000001727611760731170013425 00000000000000/* ANSI-C code produced by gperf version 3.0.3 */ /* Command-line: gperf -m 10 ./iconv_open-irix.gperf */ /* Computed positions: -k'1,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-irix.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 19 #define MIN_WORD_LENGTH 5 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 5 #define MAX_HASH_VALUE 23 /* maximum key range = 19, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 8, 2, 5, 12, 11, 0, 10, 9, 8, 7, 24, 24, 24, 24, 24, 24, 24, 24, 24, 0, 24, 0, 24, 5, 24, 0, 24, 7, 24, 24, 24, 24, 7, 24, 1, 0, 8, 24, 24, 0, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24 }; return len + asso_values[(unsigned char)str[len - 1]] + asso_values[(unsigned char)str[0]]; } struct stringpool_t { char stringpool_str5[sizeof("CP855")]; char stringpool_str6[sizeof("EUC-TW")]; char stringpool_str7[sizeof("EUC-KR")]; char stringpool_str8[sizeof("CP1251")]; char stringpool_str9[sizeof("SHIFT_JIS")]; char stringpool_str10[sizeof("ISO-8859-5")]; char stringpool_str11[sizeof("ISO-8859-15")]; char stringpool_str12[sizeof("ISO-8859-1")]; char stringpool_str13[sizeof("EUC-JP")]; char stringpool_str14[sizeof("KOI8-R")]; char stringpool_str15[sizeof("ISO-8859-2")]; char stringpool_str16[sizeof("GB2312")]; char stringpool_str17[sizeof("ISO-8859-9")]; char stringpool_str18[sizeof("ISO-8859-8")]; char stringpool_str19[sizeof("ISO-8859-7")]; char stringpool_str20[sizeof("ISO-8859-6")]; char stringpool_str21[sizeof("ISO-8859-4")]; char stringpool_str22[sizeof("ISO-8859-3")]; char stringpool_str23[sizeof("TIS-620")]; }; static const struct stringpool_t stringpool_contents = { "CP855", "EUC-TW", "EUC-KR", "CP1251", "SHIFT_JIS", "ISO-8859-5", "ISO-8859-15", "ISO-8859-1", "EUC-JP", "KOI8-R", "ISO-8859-2", "GB2312", "ISO-8859-9", "ISO-8859-8", "ISO-8859-7", "ISO-8859-6", "ISO-8859-4", "ISO-8859-3", "TIS-620" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, #line 24 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str5, "DOS855"}, #line 29 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "eucTW"}, #line 28 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "eucKR"}, #line 25 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "WIN1251"}, #line 30 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "sjis"}, #line 17 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "ISO8859-5"}, #line 22 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "ISO8859-15"}, #line 13 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "ISO8859-1"}, #line 27 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "eucJP"}, #line 23 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "KOI8"}, #line 14 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "ISO8859-2"}, #line 26 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "eucCN"}, #line 21 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "ISO8859-9"}, #line 20 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "ISO8859-8"}, #line 19 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "ISO8859-7"}, #line 18 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "ISO8859-6"}, #line 16 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "ISO8859-4"}, #line 15 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "ISO8859-3"}, #line 31 "./iconv_open-irix.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "TIS620"} }; #ifdef __GNUC__ __inline #ifdef __GNUC_STDC_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } gsasl-1.8.0/gl/time.in.h0000664000000000000000000002151411746471770011661 00000000000000/* A more-standard . Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* Don't get in the way of glibc when it includes time.h merely to declare a few standard symbols, rather than to declare all the symbols. Also, Solaris 8 eventually includes itself recursively; if that is happening, just include the system without adding our own declarations. */ #if (defined __need_time_t || defined __need_clock_t \ || defined __need_timespec \ || defined _@GUARD_PREFIX@_TIME_H) # @INCLUDE_NEXT@ @NEXT_TIME_H@ #else # define _@GUARD_PREFIX@_TIME_H # @INCLUDE_NEXT@ @NEXT_TIME_H@ /* NetBSD 5.0 mis-defines NULL. */ # include /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Some systems don't define struct timespec (e.g., AIX 4.1, Ultrix 4.3). Or they define it with the wrong member names or define it in (e.g., FreeBSD circa 1997). Stock Mingw does not define it, but the pthreads-win32 library defines it in . */ # if ! @TIME_H_DEFINES_STRUCT_TIMESPEC@ # if @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ # include # elif @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ # include /* The pthreads-win32 also defines a couple of broken macros. */ # undef asctime_r # undef ctime_r # undef gmtime_r # undef localtime_r # undef rand_r # undef strtok_r # else # ifdef __cplusplus extern "C" { # endif # if !GNULIB_defined_struct_timespec # undef timespec # define timespec rpl_timespec struct timespec { time_t tv_sec; long int tv_nsec; }; # define GNULIB_defined_struct_timespec 1 # endif # ifdef __cplusplus } # endif # endif # endif # if !GNULIB_defined_struct_time_t_must_be_integral /* Per http://austingroupbugs.net/view.php?id=327, POSIX requires time_t to be an integer type, even though C99 permits floating point. We don't know of any implementation that uses floating point, and it is much easier to write code that doesn't have to worry about that corner case, so we force the issue. */ struct __time_t_must_be_integral { unsigned int __floating_time_t_unsupported : (time_t) 1; }; # define GNULIB_defined_struct_time_t_must_be_integral 1 # endif /* Sleep for at least RQTP seconds unless interrupted, If interrupted, return -1 and store the remaining time into RMTP. See . */ # if @GNULIB_NANOSLEEP@ # if @REPLACE_NANOSLEEP@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define nanosleep rpl_nanosleep # endif _GL_FUNCDECL_RPL (nanosleep, int, (struct timespec const *__rqtp, struct timespec *__rmtp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (nanosleep, int, (struct timespec const *__rqtp, struct timespec *__rmtp)); # else # if ! @HAVE_NANOSLEEP@ _GL_FUNCDECL_SYS (nanosleep, int, (struct timespec const *__rqtp, struct timespec *__rmtp) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (nanosleep, int, (struct timespec const *__rqtp, struct timespec *__rmtp)); # endif _GL_CXXALIASWARN (nanosleep); # endif /* Return the 'time_t' representation of TP and normalize TP. */ # if @GNULIB_MKTIME@ # if @REPLACE_MKTIME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define mktime rpl_mktime # endif _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp)); # else _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp)); # endif _GL_CXXALIASWARN (mktime); # endif /* Convert TIMER to RESULT, assuming local time and UTC respectively. See and . */ # if @GNULIB_TIME_R@ # if @REPLACE_LOCALTIME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef localtime_r # define localtime_r rpl_localtime_r # endif _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result)); # else # if ! @HAVE_DECL_LOCALTIME_R@ _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result)); # endif # if @HAVE_DECL_LOCALTIME_R@ _GL_CXXALIASWARN (localtime_r); # endif # if @REPLACE_LOCALTIME_R@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gmtime_r # define gmtime_r rpl_gmtime_r # endif _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result)); # else # if ! @HAVE_DECL_LOCALTIME_R@ _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer, struct tm *restrict __result)); # endif # if @HAVE_DECL_LOCALTIME_R@ _GL_CXXALIASWARN (gmtime_r); # endif # endif /* Parse BUF as a time stamp, assuming FORMAT specifies its layout, and store the resulting broken-down time into TM. See . */ # if @GNULIB_STRPTIME@ # if ! @HAVE_STRPTIME@ _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf, char const *restrict __format, struct tm *restrict __tm) _GL_ARG_NONNULL ((1, 2, 3))); # endif _GL_CXXALIAS_SYS (strptime, char *, (char const *restrict __buf, char const *restrict __format, struct tm *restrict __tm)); _GL_CXXALIASWARN (strptime); # endif /* Convert TM to a time_t value, assuming UTC. */ # if @GNULIB_TIMEGM@ # if @REPLACE_TIMEGM@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef timegm # define timegm rpl_timegm # endif _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm)); # else # if ! @HAVE_TIMEGM@ _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (timegm, time_t, (struct tm *__tm)); # endif _GL_CXXALIASWARN (timegm); # endif /* Encourage applications to avoid unsafe functions that can overrun buffers when given outlandish struct tm values. Portable applications should use strftime (or even sprintf) instead. */ # if defined GNULIB_POSIXCHECK # undef asctime _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - " "better use strftime (or even sprintf) instead"); # endif # if defined GNULIB_POSIXCHECK # undef asctime_r _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - " "better use strftime (or even sprintf) instead"); # endif # if defined GNULIB_POSIXCHECK # undef ctime _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - " "better use strftime (or even sprintf) instead"); # endif # if defined GNULIB_POSIXCHECK # undef ctime_r _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - " "better use strftime (or even sprintf) instead"); # endif #endif gsasl-1.8.0/gl/error.c0000664000000000000000000002410611746471770011442 00000000000000/* Error handler for noninteractive utilities Copyright (C) 1990-1998, 2000-2007, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by David MacKenzie . */ #if !_LIBC # include #endif #include "error.h" #include #include #include #include #if !_LIBC && ENABLE_NLS # include "gettext.h" # define _(msgid) gettext (msgid) #endif #ifdef _LIBC # include # include # include # include # define mbsrtowcs __mbsrtowcs #endif #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif #ifndef _ # define _(String) String #endif /* If NULL, error will flush stdout, then print on stderr the program name, a colon and a space. Otherwise, error will call this function without parameters instead. */ void (*error_print_progname) (void); /* This variable is incremented each time 'error' is called. */ unsigned int error_message_count; #ifdef _LIBC /* In the GNU C library, there is a predefined variable for this. */ # define program_name program_invocation_name # include # include # include /* In GNU libc we want do not want to use the common name 'error' directly. Instead make it a weak alias. */ extern void __error (int status, int errnum, const char *message, ...) __attribute__ ((__format__ (__printf__, 3, 4))); extern void __error_at_line (int status, int errnum, const char *file_name, unsigned int line_number, const char *message, ...) __attribute__ ((__format__ (__printf__, 5, 6)));; # define error __error # define error_at_line __error_at_line # include # define fflush(s) INTUSE(_IO_fflush) (s) # undef putc # define putc(c, fp) INTUSE(_IO_putc) (c, fp) # include #else /* not _LIBC */ # include # include # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include /* Get _get_osfhandle. */ # include "msvc-nothrow.h" # endif /* The gnulib override of fcntl is not needed in this file. */ # undef fcntl # if !HAVE_DECL_STRERROR_R # ifndef HAVE_DECL_STRERROR_R "this configure-time declaration test was not run" # endif # if STRERROR_R_CHAR_P char *strerror_r (); # else int strerror_r (); # endif # endif /* The calling program should define program_name and set it to the name of the executing program. */ extern char *program_name; # if HAVE_STRERROR_R || defined strerror_r # define __strerror_r strerror_r # endif /* HAVE_STRERROR_R || defined strerror_r */ #endif /* not _LIBC */ #if !_LIBC /* Return non-zero if FD is open. */ static inline int is_open (int fd) { # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* On native Windows: The initial state of unassigned standard file descriptors is that they are open but point to an INVALID_HANDLE_VALUE. There is no fcntl, and the gnulib replacement fcntl does not support F_GETFL. */ return (HANDLE) _get_osfhandle (fd) != INVALID_HANDLE_VALUE; # else # ifndef F_GETFL # error Please port fcntl to your platform # endif return 0 <= fcntl (fd, F_GETFL); # endif } #endif static inline void flush_stdout (void) { #if !_LIBC int stdout_fd; # if GNULIB_FREOPEN_SAFER /* Use of gnulib's freopen-safer module normally ensures that fileno (stdout) == 1 whenever stdout is open. */ stdout_fd = STDOUT_FILENO; # else /* POSIX states that fileno (stdout) after fclose is unspecified. But in practice it is not a problem, because stdout is statically allocated and the fd of a FILE stream is stored as a field in its allocated memory. */ stdout_fd = fileno (stdout); # endif /* POSIX states that fflush (stdout) after fclose is unspecified; it is safe in glibc, but not on all other platforms. fflush (NULL) is always defined, but too draconian. */ if (0 <= stdout_fd && is_open (stdout_fd)) #endif fflush (stdout); } static void print_errno_message (int errnum) { char const *s; #if defined HAVE_STRERROR_R || _LIBC char errbuf[1024]; # if STRERROR_R_CHAR_P || _LIBC s = __strerror_r (errnum, errbuf, sizeof errbuf); # else if (__strerror_r (errnum, errbuf, sizeof errbuf) == 0) s = errbuf; else s = 0; # endif #else s = strerror (errnum); #endif #if !_LIBC if (! s) s = _("Unknown system error"); #endif #if _LIBC __fxprintf (NULL, ": %s", s); #else fprintf (stderr, ": %s", s); #endif } static void error_tail (int status, int errnum, const char *message, va_list args) { #if _LIBC if (_IO_fwide (stderr, 0) > 0) { # define ALLOCA_LIMIT 2000 size_t len = strlen (message) + 1; wchar_t *wmessage = NULL; mbstate_t st; size_t res; const char *tmp; bool use_malloc = false; while (1) { if (__libc_use_alloca (len * sizeof (wchar_t))) wmessage = (wchar_t *) alloca (len * sizeof (wchar_t)); else { if (!use_malloc) wmessage = NULL; wchar_t *p = (wchar_t *) realloc (wmessage, len * sizeof (wchar_t)); if (p == NULL) { free (wmessage); fputws_unlocked (L"out of memory\n", stderr); return; } wmessage = p; use_malloc = true; } memset (&st, '\0', sizeof (st)); tmp = message; res = mbsrtowcs (wmessage, &tmp, len, &st); if (res != len) break; if (__builtin_expect (len >= SIZE_MAX / 2, 0)) { /* This really should not happen if everything is fine. */ res = (size_t) -1; break; } len *= 2; } if (res == (size_t) -1) { /* The string cannot be converted. */ if (use_malloc) { free (wmessage); use_malloc = false; } wmessage = (wchar_t *) L"???"; } __vfwprintf (stderr, wmessage, args); if (use_malloc) free (wmessage); } else #endif vfprintf (stderr, message, args); va_end (args); ++error_message_count; if (errnum) print_errno_message (errnum); #if _LIBC __fxprintf (NULL, "\n"); #else putc ('\n', stderr); #endif fflush (stderr); if (status) exit (status); } /* Print the program name and error message MESSAGE, which is a printf-style format string with optional args. If ERRNUM is nonzero, print its corresponding system error message. Exit with status STATUS if it is nonzero. */ void error (int status, int errnum, const char *message, ...) { va_list args; #if defined _LIBC && defined __libc_ptf_call /* We do not want this call to be cut short by a thread cancellation. Therefore disable cancellation for now. */ int state = PTHREAD_CANCEL_ENABLE; __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 0); #endif flush_stdout (); #ifdef _LIBC _IO_flockfile (stderr); #endif if (error_print_progname) (*error_print_progname) (); else { #if _LIBC __fxprintf (NULL, "%s: ", program_name); #else fprintf (stderr, "%s: ", program_name); #endif } va_start (args, message); error_tail (status, errnum, message, args); #ifdef _LIBC _IO_funlockfile (stderr); # ifdef __libc_ptf_call __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); # endif #endif } /* Sometimes we want to have at most one error per line. This variable controls whether this mode is selected or not. */ int error_one_per_line; void error_at_line (int status, int errnum, const char *file_name, unsigned int line_number, const char *message, ...) { va_list args; if (error_one_per_line) { static const char *old_file_name; static unsigned int old_line_number; if (old_line_number == line_number && (file_name == old_file_name || strcmp (old_file_name, file_name) == 0)) /* Simply return and print nothing. */ return; old_file_name = file_name; old_line_number = line_number; } #if defined _LIBC && defined __libc_ptf_call /* We do not want this call to be cut short by a thread cancellation. Therefore disable cancellation for now. */ int state = PTHREAD_CANCEL_ENABLE; __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state), 0); #endif flush_stdout (); #ifdef _LIBC _IO_flockfile (stderr); #endif if (error_print_progname) (*error_print_progname) (); else { #if _LIBC __fxprintf (NULL, "%s:", program_name); #else fprintf (stderr, "%s:", program_name); #endif } #if _LIBC __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ", file_name, line_number); #else fprintf (stderr, file_name != NULL ? "%s:%d: " : " ", file_name, line_number); #endif va_start (args, message); error_tail (status, errnum, message, args); #ifdef _LIBC _IO_funlockfile (stderr); # ifdef __libc_ptf_call __libc_ptf_call (pthread_setcancelstate, (state, NULL), 0); # endif #endif } #ifdef _LIBC /* Make the weak alias. */ # undef error # undef error_at_line weak_alias (__error, error) weak_alias (__error_at_line, error_at_line) #endif gsasl-1.8.0/gl/unistr.in.h0000664000000000000000000005517511746471770012261 00000000000000/* Elementary Unicode string functions. Copyright (C) 2001-2002, 2005-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _UNISTR_H #define _UNISTR_H #include "unitypes.h" /* Get common macros for C. */ #include "unused-parameter.h" /* Get bool. */ #include /* Get size_t. */ #include #ifdef __cplusplus extern "C" { #endif /* Conventions: All functions prefixed with u8_ operate on UTF-8 encoded strings. Their unit is an uint8_t (1 byte). All functions prefixed with u16_ operate on UTF-16 encoded strings. Their unit is an uint16_t (a 2-byte word). All functions prefixed with u32_ operate on UCS-4 encoded strings. Their unit is an uint32_t (a 4-byte word). All argument pairs (s, n) denote a Unicode string s[0..n-1] with exactly n units. All arguments starting with "str" and the arguments of functions starting with u8_str/u16_str/u32_str denote a NUL terminated string, i.e. a string which terminates at the first NUL unit. This termination unit is considered part of the string for all memory allocation purposes, but is not considered part of the string for all other logical purposes. Functions returning a string result take a (resultbuf, lengthp) argument pair. If resultbuf is not NULL and the result fits into *lengthp units, it is put in resultbuf, and resultbuf is returned. Otherwise, a freshly allocated string is returned. In both cases, *lengthp is set to the length (number of units) of the returned string. In case of error, NULL is returned and errno is set. */ /* Elementary string checks. */ /* Check whether an UTF-8 string is well-formed. Return NULL if valid, or a pointer to the first invalid unit otherwise. */ extern const uint8_t * u8_check (const uint8_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Check whether an UTF-16 string is well-formed. Return NULL if valid, or a pointer to the first invalid unit otherwise. */ extern const uint16_t * u16_check (const uint16_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Check whether an UCS-4 string is well-formed. Return NULL if valid, or a pointer to the first invalid unit otherwise. */ extern const uint32_t * u32_check (const uint32_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Elementary string conversions. */ /* Convert an UTF-8 string to an UTF-16 string. */ extern uint16_t * u8_to_u16 (const uint8_t *s, size_t n, uint16_t *resultbuf, size_t *lengthp); /* Convert an UTF-8 string to an UCS-4 string. */ extern uint32_t * u8_to_u32 (const uint8_t *s, size_t n, uint32_t *resultbuf, size_t *lengthp); /* Convert an UTF-16 string to an UTF-8 string. */ extern uint8_t * u16_to_u8 (const uint16_t *s, size_t n, uint8_t *resultbuf, size_t *lengthp); /* Convert an UTF-16 string to an UCS-4 string. */ extern uint32_t * u16_to_u32 (const uint16_t *s, size_t n, uint32_t *resultbuf, size_t *lengthp); /* Convert an UCS-4 string to an UTF-8 string. */ extern uint8_t * u32_to_u8 (const uint32_t *s, size_t n, uint8_t *resultbuf, size_t *lengthp); /* Convert an UCS-4 string to an UTF-16 string. */ extern uint16_t * u32_to_u16 (const uint32_t *s, size_t n, uint16_t *resultbuf, size_t *lengthp); /* Elementary string functions. */ /* Return the length (number of units) of the first character in S, which is no longer than N. Return 0 if it is the NUL character. Return -1 upon failure. */ /* Similar to mblen(), except that s must not be NULL. */ extern int u8_mblen (const uint8_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern int u16_mblen (const uint16_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern int u32_mblen (const uint32_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Return the length (number of units) of the first character in S, putting its 'ucs4_t' representation in *PUC. Upon failure, *PUC is set to 0xfffd, and an appropriate number of units is returned. The number of available units, N, must be > 0. */ /* Similar to mbtowc(), except that puc and s must not be NULL, n must be > 0, and the NUL character is not treated specially. */ /* The variants with _safe suffix are safe, even if the library is compiled without --enable-safety. */ #if GNULIB_UNISTR_U8_MBTOUC_UNSAFE || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n); # else extern int u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n); static inline int u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else return u8_mbtouc_unsafe_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U16_MBTOUC_UNSAFE || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n); # else extern int u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n); static inline int u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) { uint16_t c = *s; if (c < 0xd800 || c >= 0xe000) { *puc = c; return 1; } else return u16_mbtouc_unsafe_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U32_MBTOUC_UNSAFE || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n); # else static inline int u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n _GL_UNUSED_PARAMETER) { uint32_t c = *s; # if CONFIG_UNICODE_SAFETY if (c < 0xd800 || (c >= 0xe000 && c < 0x110000)) # endif *puc = c; # if CONFIG_UNICODE_SAFETY else /* invalid multibyte character */ *puc = 0xfffd; # endif return 1; } # endif #endif #if GNULIB_UNISTR_U8_MBTOUC || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n); # else extern int u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n); static inline int u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) { uint8_t c = *s; if (c < 0x80) { *puc = c; return 1; } else return u8_mbtouc_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U16_MBTOUC || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n); # else extern int u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n); static inline int u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) { uint16_t c = *s; if (c < 0xd800 || c >= 0xe000) { *puc = c; return 1; } else return u16_mbtouc_aux (puc, s, n); } # endif #endif #if GNULIB_UNISTR_U32_MBTOUC || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u32_mbtouc (ucs4_t *puc, const uint32_t *s, size_t n); # else static inline int u32_mbtouc (ucs4_t *puc, const uint32_t *s, size_t n _GL_UNUSED_PARAMETER) { uint32_t c = *s; if (c < 0xd800 || (c >= 0xe000 && c < 0x110000)) *puc = c; else /* invalid multibyte character */ *puc = 0xfffd; return 1; } # endif #endif /* Return the length (number of units) of the first character in S, putting its 'ucs4_t' representation in *PUC. Upon failure, *PUC is set to 0xfffd, and -1 is returned for an invalid sequence of units, -2 is returned for an incomplete sequence of units. The number of available units, N, must be > 0. */ /* Similar to u*_mbtouc(), except that the return value gives more details about the failure, similar to mbrtowc(). */ #if GNULIB_UNISTR_U8_MBTOUCR || HAVE_LIBUNISTRING extern int u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n); #endif #if GNULIB_UNISTR_U16_MBTOUCR || HAVE_LIBUNISTRING extern int u16_mbtoucr (ucs4_t *puc, const uint16_t *s, size_t n); #endif #if GNULIB_UNISTR_U32_MBTOUCR || HAVE_LIBUNISTRING extern int u32_mbtoucr (ucs4_t *puc, const uint32_t *s, size_t n); #endif /* Put the multibyte character represented by UC in S, returning its length. Return -1 upon failure, -2 if the number of available units, N, is too small. The latter case cannot occur if N >= 6/2/1, respectively. */ /* Similar to wctomb(), except that s must not be NULL, and the argument n must be specified. */ #if GNULIB_UNISTR_U8_UCTOMB || HAVE_LIBUNISTRING /* Auxiliary function, also used by u8_chr, u8_strchr, u8_strrchr. */ extern int u8_uctomb_aux (uint8_t *s, ucs4_t uc, int n); # if !HAVE_INLINE extern int u8_uctomb (uint8_t *s, ucs4_t uc, int n); # else static inline int u8_uctomb (uint8_t *s, ucs4_t uc, int n) { if (uc < 0x80 && n > 0) { s[0] = uc; return 1; } else return u8_uctomb_aux (s, uc, n); } # endif #endif #if GNULIB_UNISTR_U16_UCTOMB || HAVE_LIBUNISTRING /* Auxiliary function, also used by u16_chr, u16_strchr, u16_strrchr. */ extern int u16_uctomb_aux (uint16_t *s, ucs4_t uc, int n); # if !HAVE_INLINE extern int u16_uctomb (uint16_t *s, ucs4_t uc, int n); # else static inline int u16_uctomb (uint16_t *s, ucs4_t uc, int n) { if (uc < 0xd800 && n > 0) { s[0] = uc; return 1; } else return u16_uctomb_aux (s, uc, n); } # endif #endif #if GNULIB_UNISTR_U32_UCTOMB || HAVE_LIBUNISTRING # if !HAVE_INLINE extern int u32_uctomb (uint32_t *s, ucs4_t uc, int n); # else static inline int u32_uctomb (uint32_t *s, ucs4_t uc, int n) { if (uc < 0xd800 || (uc >= 0xe000 && uc < 0x110000)) { if (n > 0) { *s = uc; return 1; } else return -2; } else return -1; } # endif #endif /* Copy N units from SRC to DEST. */ /* Similar to memcpy(). */ extern uint8_t * u8_cpy (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_cpy (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_cpy (uint32_t *dest, const uint32_t *src, size_t n); /* Copy N units from SRC to DEST, guaranteeing correct behavior for overlapping memory areas. */ /* Similar to memmove(). */ extern uint8_t * u8_move (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_move (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_move (uint32_t *dest, const uint32_t *src, size_t n); /* Set the first N characters of S to UC. UC should be a character that occupies only 1 unit. */ /* Similar to memset(). */ extern uint8_t * u8_set (uint8_t *s, ucs4_t uc, size_t n); extern uint16_t * u16_set (uint16_t *s, ucs4_t uc, size_t n); extern uint32_t * u32_set (uint32_t *s, ucs4_t uc, size_t n); /* Compare S1 and S2, each of length N. */ /* Similar to memcmp(). */ extern int u8_cmp (const uint8_t *s1, const uint8_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u16_cmp (const uint16_t *s1, const uint16_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u32_cmp (const uint32_t *s1, const uint32_t *s2, size_t n) _UC_ATTRIBUTE_PURE; /* Compare S1 and S2. */ /* Similar to the gnulib function memcmp2(). */ extern int u8_cmp2 (const uint8_t *s1, size_t n1, const uint8_t *s2, size_t n2) _UC_ATTRIBUTE_PURE; extern int u16_cmp2 (const uint16_t *s1, size_t n1, const uint16_t *s2, size_t n2) _UC_ATTRIBUTE_PURE; extern int u32_cmp2 (const uint32_t *s1, size_t n1, const uint32_t *s2, size_t n2) _UC_ATTRIBUTE_PURE; /* Search the string at S for UC. */ /* Similar to memchr(). */ extern uint8_t * u8_chr (const uint8_t *s, size_t n, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_chr (const uint16_t *s, size_t n, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_chr (const uint32_t *s, size_t n, ucs4_t uc) _UC_ATTRIBUTE_PURE; /* Count the number of Unicode characters in the N units from S. */ /* Similar to mbsnlen(). */ extern size_t u8_mbsnlen (const uint8_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern size_t u16_mbsnlen (const uint16_t *s, size_t n) _UC_ATTRIBUTE_PURE; extern size_t u32_mbsnlen (const uint32_t *s, size_t n) _UC_ATTRIBUTE_PURE; /* Elementary string functions with memory allocation. */ /* Make a freshly allocated copy of S, of length N. */ extern uint8_t * u8_cpy_alloc (const uint8_t *s, size_t n); extern uint16_t * u16_cpy_alloc (const uint16_t *s, size_t n); extern uint32_t * u32_cpy_alloc (const uint32_t *s, size_t n); /* Elementary string functions on NUL terminated strings. */ /* Return the length (number of units) of the first character in S. Return 0 if it is the NUL character. Return -1 upon failure. */ extern int u8_strmblen (const uint8_t *s) _UC_ATTRIBUTE_PURE; extern int u16_strmblen (const uint16_t *s) _UC_ATTRIBUTE_PURE; extern int u32_strmblen (const uint32_t *s) _UC_ATTRIBUTE_PURE; /* Return the length (number of units) of the first character in S, putting its 'ucs4_t' representation in *PUC. Return 0 if it is the NUL character. Return -1 upon failure. */ extern int u8_strmbtouc (ucs4_t *puc, const uint8_t *s); extern int u16_strmbtouc (ucs4_t *puc, const uint16_t *s); extern int u32_strmbtouc (ucs4_t *puc, const uint32_t *s); /* Forward iteration step. Advances the pointer past the next character, or returns NULL if the end of the string has been reached. Puts the character's 'ucs4_t' representation in *PUC. */ extern const uint8_t * u8_next (ucs4_t *puc, const uint8_t *s); extern const uint16_t * u16_next (ucs4_t *puc, const uint16_t *s); extern const uint32_t * u32_next (ucs4_t *puc, const uint32_t *s); /* Backward iteration step. Advances the pointer to point to the previous character, or returns NULL if the beginning of the string had been reached. Puts the character's 'ucs4_t' representation in *PUC. */ extern const uint8_t * u8_prev (ucs4_t *puc, const uint8_t *s, const uint8_t *start); extern const uint16_t * u16_prev (ucs4_t *puc, const uint16_t *s, const uint16_t *start); extern const uint32_t * u32_prev (ucs4_t *puc, const uint32_t *s, const uint32_t *start); /* Return the number of units in S. */ /* Similar to strlen(), wcslen(). */ extern size_t u8_strlen (const uint8_t *s) _UC_ATTRIBUTE_PURE; extern size_t u16_strlen (const uint16_t *s) _UC_ATTRIBUTE_PURE; extern size_t u32_strlen (const uint32_t *s) _UC_ATTRIBUTE_PURE; /* Return the number of units in S, but at most MAXLEN. */ /* Similar to strnlen(), wcsnlen(). */ extern size_t u8_strnlen (const uint8_t *s, size_t maxlen) _UC_ATTRIBUTE_PURE; extern size_t u16_strnlen (const uint16_t *s, size_t maxlen) _UC_ATTRIBUTE_PURE; extern size_t u32_strnlen (const uint32_t *s, size_t maxlen) _UC_ATTRIBUTE_PURE; /* Copy SRC to DEST. */ /* Similar to strcpy(), wcscpy(). */ extern uint8_t * u8_strcpy (uint8_t *dest, const uint8_t *src); extern uint16_t * u16_strcpy (uint16_t *dest, const uint16_t *src); extern uint32_t * u32_strcpy (uint32_t *dest, const uint32_t *src); /* Copy SRC to DEST, returning the address of the terminating NUL in DEST. */ /* Similar to stpcpy(). */ extern uint8_t * u8_stpcpy (uint8_t *dest, const uint8_t *src); extern uint16_t * u16_stpcpy (uint16_t *dest, const uint16_t *src); extern uint32_t * u32_stpcpy (uint32_t *dest, const uint32_t *src); /* Copy no more than N units of SRC to DEST. */ /* Similar to strncpy(), wcsncpy(). */ extern uint8_t * u8_strncpy (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_strncpy (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_strncpy (uint32_t *dest, const uint32_t *src, size_t n); /* Copy no more than N units of SRC to DEST. Return a pointer past the last non-NUL unit written into DEST. */ /* Similar to stpncpy(). */ extern uint8_t * u8_stpncpy (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_stpncpy (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_stpncpy (uint32_t *dest, const uint32_t *src, size_t n); /* Append SRC onto DEST. */ /* Similar to strcat(), wcscat(). */ extern uint8_t * u8_strcat (uint8_t *dest, const uint8_t *src); extern uint16_t * u16_strcat (uint16_t *dest, const uint16_t *src); extern uint32_t * u32_strcat (uint32_t *dest, const uint32_t *src); /* Append no more than N units of SRC onto DEST. */ /* Similar to strncat(), wcsncat(). */ extern uint8_t * u8_strncat (uint8_t *dest, const uint8_t *src, size_t n); extern uint16_t * u16_strncat (uint16_t *dest, const uint16_t *src, size_t n); extern uint32_t * u32_strncat (uint32_t *dest, const uint32_t *src, size_t n); /* Compare S1 and S2. */ /* Similar to strcmp(), wcscmp(). */ #ifdef __sun /* Avoid a collision with the u8_strcmp() function in Solaris 11 libc. */ extern int u8_strcmp_gnu (const uint8_t *s1, const uint8_t *s2) _UC_ATTRIBUTE_PURE; # define u8_strcmp u8_strcmp_gnu #else extern int u8_strcmp (const uint8_t *s1, const uint8_t *s2) _UC_ATTRIBUTE_PURE; #endif extern int u16_strcmp (const uint16_t *s1, const uint16_t *s2) _UC_ATTRIBUTE_PURE; extern int u32_strcmp (const uint32_t *s1, const uint32_t *s2) _UC_ATTRIBUTE_PURE; /* Compare S1 and S2 using the collation rules of the current locale. Return -1 if S1 < S2, 0 if S1 = S2, 1 if S1 > S2. Upon failure, set errno and return any value. */ /* Similar to strcoll(), wcscoll(). */ extern int u8_strcoll (const uint8_t *s1, const uint8_t *s2); extern int u16_strcoll (const uint16_t *s1, const uint16_t *s2); extern int u32_strcoll (const uint32_t *s1, const uint32_t *s2); /* Compare no more than N units of S1 and S2. */ /* Similar to strncmp(), wcsncmp(). */ extern int u8_strncmp (const uint8_t *s1, const uint8_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u16_strncmp (const uint16_t *s1, const uint16_t *s2, size_t n) _UC_ATTRIBUTE_PURE; extern int u32_strncmp (const uint32_t *s1, const uint32_t *s2, size_t n) _UC_ATTRIBUTE_PURE; /* Duplicate S, returning an identical malloc'd string. */ /* Similar to strdup(), wcsdup(). */ extern uint8_t * u8_strdup (const uint8_t *s); extern uint16_t * u16_strdup (const uint16_t *s); extern uint32_t * u32_strdup (const uint32_t *s); /* Find the first occurrence of UC in STR. */ /* Similar to strchr(), wcschr(). */ extern uint8_t * u8_strchr (const uint8_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strchr (const uint16_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strchr (const uint32_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; /* Find the last occurrence of UC in STR. */ /* Similar to strrchr(), wcsrchr(). */ extern uint8_t * u8_strrchr (const uint8_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strrchr (const uint16_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strrchr (const uint32_t *str, ucs4_t uc) _UC_ATTRIBUTE_PURE; /* Return the length of the initial segment of STR which consists entirely of Unicode characters not in REJECT. */ /* Similar to strcspn(), wcscspn(). */ extern size_t u8_strcspn (const uint8_t *str, const uint8_t *reject) _UC_ATTRIBUTE_PURE; extern size_t u16_strcspn (const uint16_t *str, const uint16_t *reject) _UC_ATTRIBUTE_PURE; extern size_t u32_strcspn (const uint32_t *str, const uint32_t *reject) _UC_ATTRIBUTE_PURE; /* Return the length of the initial segment of STR which consists entirely of Unicode characters in ACCEPT. */ /* Similar to strspn(), wcsspn(). */ extern size_t u8_strspn (const uint8_t *str, const uint8_t *accept) _UC_ATTRIBUTE_PURE; extern size_t u16_strspn (const uint16_t *str, const uint16_t *accept) _UC_ATTRIBUTE_PURE; extern size_t u32_strspn (const uint32_t *str, const uint32_t *accept) _UC_ATTRIBUTE_PURE; /* Find the first occurrence in STR of any character in ACCEPT. */ /* Similar to strpbrk(), wcspbrk(). */ extern uint8_t * u8_strpbrk (const uint8_t *str, const uint8_t *accept) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strpbrk (const uint16_t *str, const uint16_t *accept) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strpbrk (const uint32_t *str, const uint32_t *accept) _UC_ATTRIBUTE_PURE; /* Find the first occurrence of NEEDLE in HAYSTACK. */ /* Similar to strstr(), wcsstr(). */ extern uint8_t * u8_strstr (const uint8_t *haystack, const uint8_t *needle) _UC_ATTRIBUTE_PURE; extern uint16_t * u16_strstr (const uint16_t *haystack, const uint16_t *needle) _UC_ATTRIBUTE_PURE; extern uint32_t * u32_strstr (const uint32_t *haystack, const uint32_t *needle) _UC_ATTRIBUTE_PURE; /* Test whether STR starts with PREFIX. */ extern bool u8_startswith (const uint8_t *str, const uint8_t *prefix) _UC_ATTRIBUTE_PURE; extern bool u16_startswith (const uint16_t *str, const uint16_t *prefix) _UC_ATTRIBUTE_PURE; extern bool u32_startswith (const uint32_t *str, const uint32_t *prefix) _UC_ATTRIBUTE_PURE; /* Test whether STR ends with SUFFIX. */ extern bool u8_endswith (const uint8_t *str, const uint8_t *suffix) _UC_ATTRIBUTE_PURE; extern bool u16_endswith (const uint16_t *str, const uint16_t *suffix) _UC_ATTRIBUTE_PURE; extern bool u32_endswith (const uint32_t *str, const uint32_t *suffix) _UC_ATTRIBUTE_PURE; /* Divide STR into tokens separated by characters in DELIM. This interface is actually more similar to wcstok than to strtok. */ /* Similar to strtok_r(), wcstok(). */ extern uint8_t * u8_strtok (uint8_t *str, const uint8_t *delim, uint8_t **ptr); extern uint16_t * u16_strtok (uint16_t *str, const uint16_t *delim, uint16_t **ptr); extern uint32_t * u32_strtok (uint32_t *str, const uint32_t *delim, uint32_t **ptr); #ifdef __cplusplus } #endif #endif /* _UNISTR_H */ gsasl-1.8.0/gl/iconv_open-osf.h0000664000000000000000000002544111760731170013232 00000000000000/* ANSI-C code produced by gperf version 3.0.3 */ /* Command-line: gperf -m 10 ./iconv_open-osf.gperf */ /* Computed positions: -k'4,$' */ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) /* The character set is not based on ISO-646. */ #error "gperf generated tables don't work with this execution character set. Please report a bug to ." #endif #line 1 "./iconv_open-osf.gperf" struct mapping { int standard_name; const char vendor_name[10 + 1]; }; #define TOTAL_KEYWORDS 38 #define MIN_WORD_LENGTH 4 #define MAX_WORD_LENGTH 11 #define MIN_HASH_VALUE 6 #define MAX_HASH_VALUE 47 /* maximum key range = 42, duplicates = 0 */ #ifdef __GNUC__ __inline #else #ifdef __cplusplus inline #endif #endif static unsigned int mapping_hash (register const char *str, register unsigned int len) { static const unsigned char asso_values[] = { 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 2, 29, 24, 34, 31, 0, 15, 14, 10, 13, 2, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 7, 48, 48, 48, 48, 48, 48, 11, 48, 2, 7, 48, 48, 48, 1, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48 }; return len + asso_values[(unsigned char)str[3]+3] + asso_values[(unsigned char)str[len - 1]]; } struct stringpool_t { char stringpool_str6[sizeof("CP1255")]; char stringpool_str7[sizeof("CP775")]; char stringpool_str8[sizeof("CP1250")]; char stringpool_str9[sizeof("EUC-TW")]; char stringpool_str10[sizeof("EUC-KR")]; char stringpool_str11[sizeof("TIS-620")]; char stringpool_str12[sizeof("ISO-8859-5")]; char stringpool_str13[sizeof("ISO-8859-15")]; char stringpool_str14[sizeof("BIG5")]; char stringpool_str15[sizeof("CP855")]; char stringpool_str16[sizeof("CP1258")]; char stringpool_str17[sizeof("CP850")]; char stringpool_str18[sizeof("CP865")]; char stringpool_str19[sizeof("EUC-JP")]; char stringpool_str20[sizeof("CP1257")]; char stringpool_str21[sizeof("CP1256")]; char stringpool_str22[sizeof("ISO-8859-8")]; char stringpool_str23[sizeof("SHIFT_JIS")]; char stringpool_str25[sizeof("ISO-8859-9")]; char stringpool_str26[sizeof("ISO-8859-7")]; char stringpool_str27[sizeof("ISO-8859-6")]; char stringpool_str29[sizeof("CP857")]; char stringpool_str30[sizeof("CP1252")]; char stringpool_str31[sizeof("CP869")]; char stringpool_str32[sizeof("CP949")]; char stringpool_str33[sizeof("CP866")]; char stringpool_str34[sizeof("CP437")]; char stringpool_str35[sizeof("CP1251")]; char stringpool_str36[sizeof("ISO-8859-2")]; char stringpool_str37[sizeof("CP1254")]; char stringpool_str38[sizeof("CP874")]; char stringpool_str39[sizeof("CP852")]; char stringpool_str40[sizeof("CP1253")]; char stringpool_str41[sizeof("ISO-8859-1")]; char stringpool_str42[sizeof("CP862")]; char stringpool_str43[sizeof("ISO-8859-4")]; char stringpool_str46[sizeof("ISO-8859-3")]; char stringpool_str47[sizeof("CP861")]; }; static const struct stringpool_t stringpool_contents = { "CP1255", "CP775", "CP1250", "EUC-TW", "EUC-KR", "TIS-620", "ISO-8859-5", "ISO-8859-15", "BIG5", "CP855", "CP1258", "CP850", "CP865", "EUC-JP", "CP1257", "CP1256", "ISO-8859-8", "SHIFT_JIS", "ISO-8859-9", "ISO-8859-7", "ISO-8859-6", "CP857", "CP1252", "CP869", "CP949", "CP866", "CP437", "CP1251", "ISO-8859-2", "CP1254", "CP874", "CP852", "CP1253", "ISO-8859-1", "CP862", "ISO-8859-4", "ISO-8859-3", "CP861" }; #define stringpool ((const char *) &stringpool_contents) static const struct mapping mappings[] = { {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, #line 41 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str6, "cp1255"}, #line 24 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str7, "cp775"}, #line 36 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str8, "cp1250"}, #line 47 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str9, "eucTW"}, #line 46 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str10, "eucKR"}, #line 50 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str11, "TACTIS"}, #line 17 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str12, "ISO8859-5"}, #line 22 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str13, "ISO8859-15"}, #line 48 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str14, "big5"}, #line 27 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str15, "cp855"}, #line 44 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str16, "cp1258"}, #line 25 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str17, "cp850"}, #line 31 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str18, "cp865"}, #line 45 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str19, "eucJP"}, #line 43 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str20, "cp1257"}, #line 42 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str21, "cp1256"}, #line 20 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str22, "ISO8859-8"}, #line 49 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str23, "SJIS"}, {-1}, #line 21 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str25, "ISO8859-9"}, #line 19 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str26, "ISO8859-7"}, #line 18 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str27, "ISO8859-6"}, {-1}, #line 28 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str29, "cp857"}, #line 38 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str30, "cp1252"}, #line 33 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str31, "cp869"}, #line 35 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str32, "KSC5601"}, #line 32 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str33, "cp866"}, #line 23 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str34, "cp437"}, #line 37 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str35, "cp1251"}, #line 14 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str36, "ISO8859-2"}, #line 40 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str37, "cp1254"}, #line 34 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str38, "cp874"}, #line 26 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str39, "cp852"}, #line 39 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str40, "cp1253"}, #line 13 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str41, "ISO8859-1"}, #line 30 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str42, "cp862"}, #line 16 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str43, "ISO8859-4"}, {-1}, {-1}, #line 15 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str46, "ISO8859-3"}, #line 29 "./iconv_open-osf.gperf" {(int)(long)&((struct stringpool_t *)0)->stringpool_str47, "cp861"} }; #ifdef __GNUC__ __inline #ifdef __GNUC_STDC_INLINE__ __attribute__ ((__gnu_inline__)) #endif #endif const struct mapping * mapping_lookup (register const char *str, register unsigned int len) { if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) { register int key = mapping_hash (str, len); if (key <= MAX_HASH_VALUE && key >= 0) { register int o = mappings[key].standard_name; if (o >= 0) { register const char *s = o + stringpool; if (*str == *s && !strcmp (str + 1, s + 1)) return &mappings[key]; } } } return 0; } gsasl-1.8.0/gl/xalloc.h0000664000000000000000000001745211746471770011606 00000000000000/* xalloc.h -- malloc with out-of-memory checking Copyright (C) 1990-2000, 2003-2004, 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef XALLOC_H_ # define XALLOC_H_ # include # include "xalloc-oversized.h" # ifdef __cplusplus extern "C" { # endif # if __GNUC__ >= 3 # define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__)) # else # define _GL_ATTRIBUTE_MALLOC # endif # if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) # define _GL_ATTRIBUTE_ALLOC_SIZE(args) __attribute__ ((__alloc_size__ args)) # else # define _GL_ATTRIBUTE_ALLOC_SIZE(args) # endif /* This function is always triggered when memory is exhausted. It must be defined by the application, either explicitly or by using gnulib's xalloc-die module. This is the function to call when one wants the program to die because of a memory allocation failure. */ extern _Noreturn void xalloc_die (void); void *xmalloc (size_t s) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((1)); void *xzalloc (size_t s) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((1)); void *xcalloc (size_t n, size_t s) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((1, 2)); void *xrealloc (void *p, size_t s) _GL_ATTRIBUTE_ALLOC_SIZE ((2)); void *x2realloc (void *p, size_t *pn); void *xmemdup (void const *p, size_t s) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((2)); char *xstrdup (char const *str) _GL_ATTRIBUTE_MALLOC; /* In the following macros, T must be an elementary or structure/union or typedef'ed type, or a pointer to such a type. To apply one of the following macros to a function pointer or array type, you need to typedef it first and use the typedef name. */ /* Allocate an object of type T dynamically, with error checking. */ /* extern t *XMALLOC (typename t); */ # define XMALLOC(t) ((t *) xmalloc (sizeof (t))) /* Allocate memory for N elements of type T, with error checking. */ /* extern t *XNMALLOC (size_t n, typename t); */ # define XNMALLOC(n, t) \ ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t)))) /* Allocate an object of type T dynamically, with error checking, and zero it. */ /* extern t *XZALLOC (typename t); */ # define XZALLOC(t) ((t *) xzalloc (sizeof (t))) /* Allocate memory for N elements of type T, with error checking, and zero it. */ /* extern t *XCALLOC (size_t n, typename t); */ # define XCALLOC(n, t) \ ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t)))) # if HAVE_INLINE # define static_inline static inline # else void *xnmalloc (size_t n, size_t s) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((1, 2)); void *xnrealloc (void *p, size_t n, size_t s) _GL_ATTRIBUTE_ALLOC_SIZE ((2, 3)); void *x2nrealloc (void *p, size_t *pn, size_t s); char *xcharalloc (size_t n) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((1)); # endif # ifdef static_inline /* Allocate an array of N objects, each with S bytes of memory, dynamically, with error checking. S must be nonzero. */ static_inline void *xnmalloc (size_t n, size_t s) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((1, 2)); static_inline void * xnmalloc (size_t n, size_t s) { if (xalloc_oversized (n, s)) xalloc_die (); return xmalloc (n * s); } /* Change the size of an allocated block of memory P to an array of N objects each of S bytes, with error checking. S must be nonzero. */ static_inline void *xnrealloc (void *p, size_t n, size_t s) _GL_ATTRIBUTE_ALLOC_SIZE ((2, 3)); static_inline void * xnrealloc (void *p, size_t n, size_t s) { if (xalloc_oversized (n, s)) xalloc_die (); return xrealloc (p, n * s); } /* If P is null, allocate a block of at least *PN such objects; otherwise, reallocate P so that it contains more than *PN objects each of S bytes. *PN must be nonzero unless P is null, and S must be nonzero. Set *PN to the new number of objects, and return the pointer to the new block. *PN is never set to zero, and the returned pointer is never null. Repeated reallocations are guaranteed to make progress, either by allocating an initial block with a nonzero size, or by allocating a larger block. In the following implementation, nonzero sizes are increased by a factor of approximately 1.5 so that repeated reallocations have O(N) overall cost rather than O(N**2) cost, but the specification for this function does not guarantee that rate. Here is an example of use: int *p = NULL; size_t used = 0; size_t allocated = 0; void append_int (int value) { if (used == allocated) p = x2nrealloc (p, &allocated, sizeof *p); p[used++] = value; } This causes x2nrealloc to allocate a block of some nonzero size the first time it is called. To have finer-grained control over the initial size, set *PN to a nonzero value before calling this function with P == NULL. For example: int *p = NULL; size_t used = 0; size_t allocated = 0; size_t allocated1 = 1000; void append_int (int value) { if (used == allocated) { p = x2nrealloc (p, &allocated1, sizeof *p); allocated = allocated1; } p[used++] = value; } */ static_inline void * x2nrealloc (void *p, size_t *pn, size_t s) { size_t n = *pn; if (! p) { if (! n) { /* The approximate size to use for initial small allocation requests, when the invoking code specifies an old size of zero. This is the largest "small" request for the GNU C library malloc. */ enum { DEFAULT_MXFAST = 64 * sizeof (size_t) / 4 }; n = DEFAULT_MXFAST / s; n += !n; } } else { /* Set N = ceil (1.5 * N) so that progress is made if N == 1. Check for overflow, so that N * S stays in size_t range. The check is slightly conservative, but an exact check isn't worth the trouble. */ if ((size_t) -1 / 3 * 2 / s <= n) xalloc_die (); n += (n + 1) / 2; } *pn = n; return xrealloc (p, n * s); } /* Return a pointer to a new buffer of N bytes. This is like xmalloc, except it returns char *. */ static_inline char *xcharalloc (size_t n) _GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_ALLOC_SIZE ((1)); static_inline char * xcharalloc (size_t n) { return XNMALLOC (n, char); } # endif # ifdef __cplusplus } /* C++ does not allow conversions from void * to other pointer types without a cast. Use templates to work around the problem when possible. */ template inline T * xrealloc (T *p, size_t s) { return (T *) xrealloc ((void *) p, s); } template inline T * xnrealloc (T *p, size_t n, size_t s) { return (T *) xnrealloc ((void *) p, n, s); } template inline T * x2realloc (T *p, size_t *pn) { return (T *) x2realloc ((void *) p, pn); } template inline T * x2nrealloc (T *p, size_t *pn, size_t s) { return (T *) x2nrealloc ((void *) p, pn, s); } template inline T * xmemdup (T const *p, size_t s) { return (T *) xmemdup ((void const *) p, s); } # endif #endif /* !XALLOC_H_ */ gsasl-1.8.0/gl/float+.h0000664000000000000000000001274511746471770011504 00000000000000/* Supplemental information about the floating-point formats. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _FLOATPLUS_H #define _FLOATPLUS_H #include #include /* Number of bits in the mantissa of a floating-point number, including the "hidden bit". */ #if FLT_RADIX == 2 # define FLT_MANT_BIT FLT_MANT_DIG # define DBL_MANT_BIT DBL_MANT_DIG # define LDBL_MANT_BIT LDBL_MANT_DIG #elif FLT_RADIX == 4 # define FLT_MANT_BIT (FLT_MANT_DIG * 2) # define DBL_MANT_BIT (DBL_MANT_DIG * 2) # define LDBL_MANT_BIT (LDBL_MANT_DIG * 2) #elif FLT_RADIX == 16 # define FLT_MANT_BIT (FLT_MANT_DIG * 4) # define DBL_MANT_BIT (DBL_MANT_DIG * 4) # define LDBL_MANT_BIT (LDBL_MANT_DIG * 4) #endif /* Bit mask that can be used to mask the exponent, as an unsigned number. */ #define FLT_EXP_MASK ((FLT_MAX_EXP - FLT_MIN_EXP) | 7) #define DBL_EXP_MASK ((DBL_MAX_EXP - DBL_MIN_EXP) | 7) #define LDBL_EXP_MASK ((LDBL_MAX_EXP - LDBL_MIN_EXP) | 7) /* Number of bits used for the exponent of a floating-point number, including the exponent's sign. */ #define FLT_EXP_BIT \ (FLT_EXP_MASK < 0x100 ? 8 : \ FLT_EXP_MASK < 0x200 ? 9 : \ FLT_EXP_MASK < 0x400 ? 10 : \ FLT_EXP_MASK < 0x800 ? 11 : \ FLT_EXP_MASK < 0x1000 ? 12 : \ FLT_EXP_MASK < 0x2000 ? 13 : \ FLT_EXP_MASK < 0x4000 ? 14 : \ FLT_EXP_MASK < 0x8000 ? 15 : \ FLT_EXP_MASK < 0x10000 ? 16 : \ FLT_EXP_MASK < 0x20000 ? 17 : \ FLT_EXP_MASK < 0x40000 ? 18 : \ FLT_EXP_MASK < 0x80000 ? 19 : \ FLT_EXP_MASK < 0x100000 ? 20 : \ FLT_EXP_MASK < 0x200000 ? 21 : \ FLT_EXP_MASK < 0x400000 ? 22 : \ FLT_EXP_MASK < 0x800000 ? 23 : \ FLT_EXP_MASK < 0x1000000 ? 24 : \ FLT_EXP_MASK < 0x2000000 ? 25 : \ FLT_EXP_MASK < 0x4000000 ? 26 : \ FLT_EXP_MASK < 0x8000000 ? 27 : \ FLT_EXP_MASK < 0x10000000 ? 28 : \ FLT_EXP_MASK < 0x20000000 ? 29 : \ FLT_EXP_MASK < 0x40000000 ? 30 : \ FLT_EXP_MASK <= 0x7fffffff ? 31 : \ 32) #define DBL_EXP_BIT \ (DBL_EXP_MASK < 0x100 ? 8 : \ DBL_EXP_MASK < 0x200 ? 9 : \ DBL_EXP_MASK < 0x400 ? 10 : \ DBL_EXP_MASK < 0x800 ? 11 : \ DBL_EXP_MASK < 0x1000 ? 12 : \ DBL_EXP_MASK < 0x2000 ? 13 : \ DBL_EXP_MASK < 0x4000 ? 14 : \ DBL_EXP_MASK < 0x8000 ? 15 : \ DBL_EXP_MASK < 0x10000 ? 16 : \ DBL_EXP_MASK < 0x20000 ? 17 : \ DBL_EXP_MASK < 0x40000 ? 18 : \ DBL_EXP_MASK < 0x80000 ? 19 : \ DBL_EXP_MASK < 0x100000 ? 20 : \ DBL_EXP_MASK < 0x200000 ? 21 : \ DBL_EXP_MASK < 0x400000 ? 22 : \ DBL_EXP_MASK < 0x800000 ? 23 : \ DBL_EXP_MASK < 0x1000000 ? 24 : \ DBL_EXP_MASK < 0x2000000 ? 25 : \ DBL_EXP_MASK < 0x4000000 ? 26 : \ DBL_EXP_MASK < 0x8000000 ? 27 : \ DBL_EXP_MASK < 0x10000000 ? 28 : \ DBL_EXP_MASK < 0x20000000 ? 29 : \ DBL_EXP_MASK < 0x40000000 ? 30 : \ DBL_EXP_MASK <= 0x7fffffff ? 31 : \ 32) #define LDBL_EXP_BIT \ (LDBL_EXP_MASK < 0x100 ? 8 : \ LDBL_EXP_MASK < 0x200 ? 9 : \ LDBL_EXP_MASK < 0x400 ? 10 : \ LDBL_EXP_MASK < 0x800 ? 11 : \ LDBL_EXP_MASK < 0x1000 ? 12 : \ LDBL_EXP_MASK < 0x2000 ? 13 : \ LDBL_EXP_MASK < 0x4000 ? 14 : \ LDBL_EXP_MASK < 0x8000 ? 15 : \ LDBL_EXP_MASK < 0x10000 ? 16 : \ LDBL_EXP_MASK < 0x20000 ? 17 : \ LDBL_EXP_MASK < 0x40000 ? 18 : \ LDBL_EXP_MASK < 0x80000 ? 19 : \ LDBL_EXP_MASK < 0x100000 ? 20 : \ LDBL_EXP_MASK < 0x200000 ? 21 : \ LDBL_EXP_MASK < 0x400000 ? 22 : \ LDBL_EXP_MASK < 0x800000 ? 23 : \ LDBL_EXP_MASK < 0x1000000 ? 24 : \ LDBL_EXP_MASK < 0x2000000 ? 25 : \ LDBL_EXP_MASK < 0x4000000 ? 26 : \ LDBL_EXP_MASK < 0x8000000 ? 27 : \ LDBL_EXP_MASK < 0x10000000 ? 28 : \ LDBL_EXP_MASK < 0x20000000 ? 29 : \ LDBL_EXP_MASK < 0x40000000 ? 30 : \ LDBL_EXP_MASK <= 0x7fffffff ? 31 : \ 32) /* Number of bits used for a floating-point number: the mantissa (not counting the "hidden bit", since it may or may not be explicit), the exponent, and the sign. */ #define FLT_TOTAL_BIT ((FLT_MANT_BIT - 1) + FLT_EXP_BIT + 1) #define DBL_TOTAL_BIT ((DBL_MANT_BIT - 1) + DBL_EXP_BIT + 1) #define LDBL_TOTAL_BIT ((LDBL_MANT_BIT - 1) + LDBL_EXP_BIT + 1) /* Number of bytes used for a floating-point number. This can be smaller than the 'sizeof'. For example, on i386 systems, 'long double' most often have LDBL_MANT_BIT = 64, LDBL_EXP_BIT = 16, hence LDBL_TOTAL_BIT = 80 bits, i.e. 10 bytes of consecutive memory, but sizeof (long double) = 12 or = 16. */ #define SIZEOF_FLT ((FLT_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) #define SIZEOF_DBL ((DBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) #define SIZEOF_LDBL ((LDBL_TOTAL_BIT + CHAR_BIT - 1) / CHAR_BIT) /* Verify that SIZEOF_FLT <= sizeof (float) etc. */ typedef int verify_sizeof_flt[SIZEOF_FLT <= sizeof (float) ? 1 : -1]; typedef int verify_sizeof_dbl[SIZEOF_DBL <= sizeof (double) ? 1 : - 1]; typedef int verify_sizeof_ldbl[SIZEOF_LDBL <= sizeof (long double) ? 1 : - 1]; #endif /* _FLOATPLUS_H */ gsasl-1.8.0/gl/iconv_open.c0000664000000000000000000001267611746471770012461 00000000000000/* Character set conversion. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include #include #include #include "c-ctype.h" #include "c-strcase.h" #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) /* Namespace cleanliness. */ #define mapping_lookup rpl_iconv_open_mapping_lookup /* The macro ICONV_FLAVOR is defined to one of these or undefined. */ #define ICONV_FLAVOR_AIX "iconv_open-aix.h" #define ICONV_FLAVOR_HPUX "iconv_open-hpux.h" #define ICONV_FLAVOR_IRIX "iconv_open-irix.h" #define ICONV_FLAVOR_OSF "iconv_open-osf.h" #define ICONV_FLAVOR_SOLARIS "iconv_open-solaris.h" #ifdef ICONV_FLAVOR # include ICONV_FLAVOR #endif iconv_t rpl_iconv_open (const char *tocode, const char *fromcode) #undef iconv_open { char fromcode_upper[32]; char tocode_upper[32]; char *fromcode_upper_end; char *tocode_upper_end; #if REPLACE_ICONV_UTF /* Special handling of conversion between UTF-8 and UTF-{16,32}{BE,LE}. Do this here, before calling the real iconv_open(), because OSF/1 5.1 iconv() to these encoding inserts a BOM, which is wrong. We do not need to handle conversion between arbitrary encodings and UTF-{16,32}{BE,LE}, because the 'striconveh' module implements two-step conversion through UTF-8. The _ICONV_* constants are chosen to be disjoint from any iconv_t returned by the system's iconv_open() functions. Recall that iconv_t is a scalar type. */ if (c_toupper (fromcode[0]) == 'U' && c_toupper (fromcode[1]) == 'T' && c_toupper (fromcode[2]) == 'F' && fromcode[3] == '-') { if (c_toupper (tocode[0]) == 'U' && c_toupper (tocode[1]) == 'T' && c_toupper (tocode[2]) == 'F' && tocode[3] == '-') { if (strcmp (fromcode + 4, "8") == 0) { if (c_strcasecmp (tocode + 4, "16BE") == 0) return _ICONV_UTF8_UTF16BE; if (c_strcasecmp (tocode + 4, "16LE") == 0) return _ICONV_UTF8_UTF16LE; if (c_strcasecmp (tocode + 4, "32BE") == 0) return _ICONV_UTF8_UTF32BE; if (c_strcasecmp (tocode + 4, "32LE") == 0) return _ICONV_UTF8_UTF32LE; } else if (strcmp (tocode + 4, "8") == 0) { if (c_strcasecmp (fromcode + 4, "16BE") == 0) return _ICONV_UTF16BE_UTF8; if (c_strcasecmp (fromcode + 4, "16LE") == 0) return _ICONV_UTF16LE_UTF8; if (c_strcasecmp (fromcode + 4, "32BE") == 0) return _ICONV_UTF32BE_UTF8; if (c_strcasecmp (fromcode + 4, "32LE") == 0) return _ICONV_UTF32LE_UTF8; } } } #endif /* Do *not* add special support for 8-bit encodings like ASCII or ISO-8859-1 here. This would lead to programs that work in some locales (such as the "C" or "en_US" locales) but do not work in East Asian locales. It is better if programmers make their programs depend on GNU libiconv (except on glibc systems), e.g. by using the AM_ICONV macro and documenting the dependency in an INSTALL or DEPENDENCIES file. */ /* Try with the original names first. This covers the case when fromcode or tocode is a lowercase encoding name that is understood by the system's iconv_open but not listed in our mappings table. */ { iconv_t cd = iconv_open (tocode, fromcode); if (cd != (iconv_t)(-1)) return cd; } /* Convert the encodings to upper case, because 1. in the arguments of iconv_open() on AIX, HP-UX, and OSF/1 the case matters, 2. it makes searching in the table faster. */ { const char *p = fromcode; char *q = fromcode_upper; while ((*q = c_toupper (*p)) != '\0') { p++; q++; if (q == &fromcode_upper[SIZEOF (fromcode_upper)]) { errno = EINVAL; return (iconv_t)(-1); } } fromcode_upper_end = q; } { const char *p = tocode; char *q = tocode_upper; while ((*q = c_toupper (*p)) != '\0') { p++; q++; if (q == &tocode_upper[SIZEOF (tocode_upper)]) { errno = EINVAL; return (iconv_t)(-1); } } tocode_upper_end = q; } #ifdef ICONV_FLAVOR /* Apply the mappings. */ { const struct mapping *m = mapping_lookup (fromcode_upper, fromcode_upper_end - fromcode_upper); fromcode = (m != NULL ? m->vendor_name : fromcode_upper); } { const struct mapping *m = mapping_lookup (tocode_upper, tocode_upper_end - tocode_upper); tocode = (m != NULL ? m->vendor_name : tocode_upper); } #else fromcode = fromcode_upper; tocode = tocode_upper; #endif return iconv_open (tocode, fromcode); } gsasl-1.8.0/gl/msvc-nothrow.h0000664000000000000000000000301011746471770012753 00000000000000/* Wrappers that don't throw invalid parameter notifications with MSVC runtime libraries. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _MSVC_NOTHROW_H #define _MSVC_NOTHROW_H /* With MSVC runtime libraries with the "invalid parameter handler" concept, functions like fprintf(), dup2(), or close() crash when the caller passes an invalid argument. But POSIX wants error codes (such as EINVAL or EBADF) instead. This file defines wrappers that turn such an invalid parameter notification into an error code. */ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Get original declaration of _get_osfhandle. */ # include # if HAVE_MSVC_INVALID_PARAMETER_HANDLER /* Override _get_osfhandle. */ extern intptr_t _gl_nothrow_get_osfhandle (int fd); # define _get_osfhandle _gl_nothrow_get_osfhandle # endif #endif #endif /* _MSVC_NOTHROW_H */ gsasl-1.8.0/gl/fseeko.c0000664000000000000000000001252511754207007011554 00000000000000/* An fseeko() function that, together with fflush(), is POSIX compliant. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include /* Specification. */ #include /* Get off_t and lseek. */ #include #include "stdio-impl.h" int fseeko (FILE *fp, off_t offset, int whence) #undef fseeko #if !HAVE_FSEEKO # undef fseek # define fseeko fseek #endif #if _GL_WINDOWS_64_BIT_OFF_T # undef fseeko # if HAVE__FSEEKI64 /* msvc, mingw64 */ # define fseeko _fseeki64 # else /* mingw */ # define fseeko fseeko64 # endif #endif { #if LSEEK_PIPE_BROKEN /* mingw gives bogus answers rather than failure on non-seekable files. */ if (lseek (fileno (fp), 0, SEEK_CUR) == -1) return EOF; #endif /* These tests are based on fpurge.c. */ #if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */ if (fp->_IO_read_end == fp->_IO_read_ptr && fp->_IO_write_ptr == fp->_IO_write_base && fp->_IO_save_base == NULL) #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */ # if defined __SL64 && defined __SCLE /* Cygwin */ if ((fp->_flags & __SL64) == 0) { /* Cygwin 1.5.0 through 1.5.24 failed to open stdin in 64-bit mode; but has an fseeko that requires 64-bit mode. */ FILE *tmp = fopen ("/dev/null", "r"); if (!tmp) return -1; fp->_flags |= __SL64; fp->_seek64 = tmp->_seek64; fclose (tmp); } # endif if (fp_->_p == fp_->_bf._base && fp_->_r == 0 && fp_->_w == ((fp_->_flags & (__SLBF | __SNBF | __SRD)) == 0 /* fully buffered and not currently reading? */ ? fp_->_bf._size : 0) && fp_ub._base == NULL) #elif defined __EMX__ /* emx+gcc */ if (fp->_ptr == fp->_buffer && fp->_rcount == 0 && fp->_wcount == 0 && fp->_ungetc_count == 0) #elif defined __minix /* Minix */ if (fp_->_ptr == fp_->_buf && (fp_->_ptr == NULL || fp_->_count == 0)) #elif defined _IOERR /* AIX, HP-UX, IRIX, OSF/1, Solaris, OpenServer, mingw, NonStop Kernel */ if (fp_->_ptr == fp_->_base && (fp_->_ptr == NULL || fp_->_cnt == 0)) #elif defined __UCLIBC__ /* uClibc */ if (((fp->__modeflags & __FLAG_WRITING) == 0 || fp->__bufpos == fp->__bufstart) && ((fp->__modeflags & (__FLAG_READONLY | __FLAG_READING)) == 0 || fp->__bufpos == fp->__bufread)) #elif defined __QNX__ /* QNX */ if ((fp->_Mode & 0x2000 /* _MWRITE */ ? fp->_Next == fp->_Buf : fp->_Next == fp->_Rend) && fp->_Rback == fp->_Back + sizeof (fp->_Back) && fp->_Rsave == NULL) #elif defined __MINT__ /* Atari FreeMiNT */ if (fp->__bufp == fp->__buffer && fp->__get_limit == fp->__bufp && fp->__put_limit == fp->__bufp && !fp->__pushed_back) #elif defined EPLAN9 /* Plan9 */ if (fp->rp == fp->buf && fp->wp == fp->buf) #else #error "Please port gnulib fseeko.c to your platform! Look at the code in fpurge.c, then report this to bug-gnulib." #endif { /* We get here when an fflush() call immediately preceded this one (or if ftell() has created buffers but no I/O has occurred on a newly-opened stream). We know there are no buffers. */ off_t pos = lseek (fileno (fp), offset, whence); if (pos == -1) { #if defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */ fp_->_flags &= ~__SOFF; #endif return -1; } #if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, Linux libc5 */ fp->_flags &= ~_IO_EOF_SEEN; fp->_offset = pos; #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, DragonFly, MacOS X, Cygwin */ # if defined __CYGWIN__ /* fp_->_offset is typed as an integer. */ fp_->_offset = pos; # else /* fp_->_offset is an fpos_t. */ { /* Use a union, since on NetBSD, the compilation flags determine whether fpos_t is typedef'd to off_t or a struct containing a single off_t member. */ union { fpos_t f; off_t o; } u; u.o = pos; fp_->_offset = u.f; } # endif fp_->_flags |= __SOFF; fp_->_flags &= ~__SEOF; #elif defined __EMX__ /* emx+gcc */ fp->_flags &= ~_IOEOF; #elif defined _IOERR /* AIX, HP-UX, IRIX, OSF/1, Solaris, OpenServer, mingw, NonStop Kernel */ fp->_flag &= ~_IOEOF; #elif defined __MINT__ /* Atari FreeMiNT */ fp->__offset = pos; fp->__eof = 0; #endif return 0; } return fseeko (fp, offset, whence); } gsasl-1.8.0/gl/iconv_open-irix.gperf0000664000000000000000000000136411746471770014303 00000000000000struct mapping { int standard_name; const char vendor_name[10 + 1]; }; %struct-type %language=ANSI-C %define slot-name standard_name %define hash-function-name mapping_hash %define lookup-function-name mapping_lookup %readonly-tables %global-table %define word-array-name mappings %pic %% # On IRIX 6.5, look in /usr/lib/iconv and /usr/lib/international/encodings. ISO-8859-1, "ISO8859-1" ISO-8859-2, "ISO8859-2" ISO-8859-3, "ISO8859-3" ISO-8859-4, "ISO8859-4" ISO-8859-5, "ISO8859-5" ISO-8859-6, "ISO8859-6" ISO-8859-7, "ISO8859-7" ISO-8859-8, "ISO8859-8" ISO-8859-9, "ISO8859-9" ISO-8859-15, "ISO8859-15" KOI8-R, "KOI8" CP855, "DOS855" CP1251, "WIN1251" GB2312, "eucCN" EUC-JP, "eucJP" EUC-KR, "eucKR" EUC-TW, "eucTW" SHIFT_JIS, "sjis" TIS-620, "TIS620" gsasl-1.8.0/gl/printf-parse.c0000664000000000000000000005317011746471770012726 00000000000000/* Formatted output to strings. Copyright (C) 1999-2000, 2002-2003, 2006-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* This file can be parametrized with the following macros: CHAR_T The element type of the format string. CHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters in the format string are ASCII. DIRECTIVE Structure denoting a format directive. Depends on CHAR_T. DIRECTIVES Structure denoting the set of format directives of a format string. Depends on CHAR_T. PRINTF_PARSE Function that parses a format string. Depends on CHAR_T. STATIC Set to 'static' to declare the function static. ENABLE_UNISTDIO Set to 1 to enable the unistdio extensions. */ #ifndef PRINTF_PARSE # include #endif /* Specification. */ #ifndef PRINTF_PARSE # include "printf-parse.h" #endif /* Default parameters. */ #ifndef PRINTF_PARSE # define PRINTF_PARSE printf_parse # define CHAR_T char # define DIRECTIVE char_directive # define DIRECTIVES char_directives #endif /* Get size_t, NULL. */ #include /* Get intmax_t. */ #if defined IN_LIBINTL || defined IN_LIBASPRINTF # if HAVE_STDINT_H_WITH_UINTMAX # include # endif # if HAVE_INTTYPES_H_WITH_UINTMAX # include # endif #else # include #endif /* malloc(), realloc(), free(). */ #include /* memcpy(). */ #include /* errno. */ #include /* Checked size_t computations. */ #include "xsize.h" #if CHAR_T_ONLY_ASCII /* c_isascii(). */ # include "c-ctype.h" #endif #ifdef STATIC STATIC #endif int PRINTF_PARSE (const CHAR_T *format, DIRECTIVES *d, arguments *a) { const CHAR_T *cp = format; /* pointer into format */ size_t arg_posn = 0; /* number of regular arguments consumed */ size_t d_allocated; /* allocated elements of d->dir */ size_t a_allocated; /* allocated elements of a->arg */ size_t max_width_length = 0; size_t max_precision_length = 0; d->count = 0; d_allocated = N_DIRECT_ALLOC_DIRECTIVES; d->dir = d->direct_alloc_dir; a->count = 0; a_allocated = N_DIRECT_ALLOC_ARGUMENTS; a->arg = a->direct_alloc_arg; #define REGISTER_ARG(_index_,_type_) \ { \ size_t n = (_index_); \ if (n >= a_allocated) \ { \ size_t memory_size; \ argument *memory; \ \ a_allocated = xtimes (a_allocated, 2); \ if (a_allocated <= n) \ a_allocated = xsum (n, 1); \ memory_size = xtimes (a_allocated, sizeof (argument)); \ if (size_overflow_p (memory_size)) \ /* Overflow, would lead to out of memory. */ \ goto out_of_memory; \ memory = (argument *) (a->arg != a->direct_alloc_arg \ ? realloc (a->arg, memory_size) \ : malloc (memory_size)); \ if (memory == NULL) \ /* Out of memory. */ \ goto out_of_memory; \ if (a->arg == a->direct_alloc_arg) \ memcpy (memory, a->arg, a->count * sizeof (argument)); \ a->arg = memory; \ } \ while (a->count <= n) \ a->arg[a->count++].type = TYPE_NONE; \ if (a->arg[n].type == TYPE_NONE) \ a->arg[n].type = (_type_); \ else if (a->arg[n].type != (_type_)) \ /* Ambiguous type for positional argument. */ \ goto error; \ } while (*cp != '\0') { CHAR_T c = *cp++; if (c == '%') { size_t arg_index = ARG_NONE; DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */ /* Initialize the next directive. */ dp->dir_start = cp - 1; dp->flags = 0; dp->width_start = NULL; dp->width_end = NULL; dp->width_arg_index = ARG_NONE; dp->precision_start = NULL; dp->precision_end = NULL; dp->precision_arg_index = ARG_NONE; dp->arg_index = ARG_NONE; /* Test for positional argument. */ if (*cp >= '0' && *cp <= '9') { const CHAR_T *np; for (np = cp; *np >= '0' && *np <= '9'; np++) ; if (*np == '$') { size_t n = 0; for (np = cp; *np >= '0' && *np <= '9'; np++) n = xsum (xtimes (n, 10), *np - '0'); if (n == 0) /* Positional argument 0. */ goto error; if (size_overflow_p (n)) /* n too large, would lead to out of memory later. */ goto error; arg_index = n - 1; cp = np + 1; } } /* Read the flags. */ for (;;) { if (*cp == '\'') { dp->flags |= FLAG_GROUP; cp++; } else if (*cp == '-') { dp->flags |= FLAG_LEFT; cp++; } else if (*cp == '+') { dp->flags |= FLAG_SHOWSIGN; cp++; } else if (*cp == ' ') { dp->flags |= FLAG_SPACE; cp++; } else if (*cp == '#') { dp->flags |= FLAG_ALT; cp++; } else if (*cp == '0') { dp->flags |= FLAG_ZERO; cp++; } #if __GLIBC__ >= 2 && !defined __UCLIBC__ else if (*cp == 'I') { dp->flags |= FLAG_LOCALIZED; cp++; } #endif else break; } /* Parse the field width. */ if (*cp == '*') { dp->width_start = cp; cp++; dp->width_end = cp; if (max_width_length < 1) max_width_length = 1; /* Test for positional argument. */ if (*cp >= '0' && *cp <= '9') { const CHAR_T *np; for (np = cp; *np >= '0' && *np <= '9'; np++) ; if (*np == '$') { size_t n = 0; for (np = cp; *np >= '0' && *np <= '9'; np++) n = xsum (xtimes (n, 10), *np - '0'); if (n == 0) /* Positional argument 0. */ goto error; if (size_overflow_p (n)) /* n too large, would lead to out of memory later. */ goto error; dp->width_arg_index = n - 1; cp = np + 1; } } if (dp->width_arg_index == ARG_NONE) { dp->width_arg_index = arg_posn++; if (dp->width_arg_index == ARG_NONE) /* arg_posn wrapped around. */ goto error; } REGISTER_ARG (dp->width_arg_index, TYPE_INT); } else if (*cp >= '0' && *cp <= '9') { size_t width_length; dp->width_start = cp; for (; *cp >= '0' && *cp <= '9'; cp++) ; dp->width_end = cp; width_length = dp->width_end - dp->width_start; if (max_width_length < width_length) max_width_length = width_length; } /* Parse the precision. */ if (*cp == '.') { cp++; if (*cp == '*') { dp->precision_start = cp - 1; cp++; dp->precision_end = cp; if (max_precision_length < 2) max_precision_length = 2; /* Test for positional argument. */ if (*cp >= '0' && *cp <= '9') { const CHAR_T *np; for (np = cp; *np >= '0' && *np <= '9'; np++) ; if (*np == '$') { size_t n = 0; for (np = cp; *np >= '0' && *np <= '9'; np++) n = xsum (xtimes (n, 10), *np - '0'); if (n == 0) /* Positional argument 0. */ goto error; if (size_overflow_p (n)) /* n too large, would lead to out of memory later. */ goto error; dp->precision_arg_index = n - 1; cp = np + 1; } } if (dp->precision_arg_index == ARG_NONE) { dp->precision_arg_index = arg_posn++; if (dp->precision_arg_index == ARG_NONE) /* arg_posn wrapped around. */ goto error; } REGISTER_ARG (dp->precision_arg_index, TYPE_INT); } else { size_t precision_length; dp->precision_start = cp - 1; for (; *cp >= '0' && *cp <= '9'; cp++) ; dp->precision_end = cp; precision_length = dp->precision_end - dp->precision_start; if (max_precision_length < precision_length) max_precision_length = precision_length; } } { arg_type type; /* Parse argument type/size specifiers. */ { int flags = 0; for (;;) { if (*cp == 'h') { flags |= (1 << (flags & 1)); cp++; } else if (*cp == 'L') { flags |= 4; cp++; } else if (*cp == 'l') { flags += 8; cp++; } else if (*cp == 'j') { if (sizeof (intmax_t) > sizeof (long)) { /* intmax_t = long long */ flags += 16; } else if (sizeof (intmax_t) > sizeof (int)) { /* intmax_t = long */ flags += 8; } cp++; } else if (*cp == 'z' || *cp == 'Z') { /* 'z' is standardized in ISO C 99, but glibc uses 'Z' because the warning facility in gcc-2.95.2 understands only 'Z' (see gcc-2.95.2/gcc/c-common.c:1784). */ if (sizeof (size_t) > sizeof (long)) { /* size_t = long long */ flags += 16; } else if (sizeof (size_t) > sizeof (int)) { /* size_t = long */ flags += 8; } cp++; } else if (*cp == 't') { if (sizeof (ptrdiff_t) > sizeof (long)) { /* ptrdiff_t = long long */ flags += 16; } else if (sizeof (ptrdiff_t) > sizeof (int)) { /* ptrdiff_t = long */ flags += 8; } cp++; } #if defined __APPLE__ && defined __MACH__ /* On MacOS X 10.3, PRIdMAX is defined as "qd". We cannot change it to "lld" because PRIdMAX must also be understood by the system's printf routines. */ else if (*cp == 'q') { if (64 / 8 > sizeof (long)) { /* int64_t = long long */ flags += 16; } else { /* int64_t = long */ flags += 8; } cp++; } #endif #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* On native Windows, PRIdMAX is defined as "I64d". We cannot change it to "lld" because PRIdMAX must also be understood by the system's printf routines. */ else if (*cp == 'I' && cp[1] == '6' && cp[2] == '4') { if (64 / 8 > sizeof (long)) { /* __int64 = long long */ flags += 16; } else { /* __int64 = long */ flags += 8; } cp += 3; } #endif else break; } /* Read the conversion character. */ c = *cp++; switch (c) { case 'd': case 'i': #if HAVE_LONG_LONG_INT /* If 'long long' exists and is larger than 'long': */ if (flags >= 16 || (flags & 4)) type = TYPE_LONGLONGINT; else #endif /* If 'long long' exists and is the same as 'long', we parse "lld" into TYPE_LONGINT. */ if (flags >= 8) type = TYPE_LONGINT; else if (flags & 2) type = TYPE_SCHAR; else if (flags & 1) type = TYPE_SHORT; else type = TYPE_INT; break; case 'o': case 'u': case 'x': case 'X': #if HAVE_LONG_LONG_INT /* If 'long long' exists and is larger than 'long': */ if (flags >= 16 || (flags & 4)) type = TYPE_ULONGLONGINT; else #endif /* If 'unsigned long long' exists and is the same as 'unsigned long', we parse "llu" into TYPE_ULONGINT. */ if (flags >= 8) type = TYPE_ULONGINT; else if (flags & 2) type = TYPE_UCHAR; else if (flags & 1) type = TYPE_USHORT; else type = TYPE_UINT; break; case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': case 'a': case 'A': if (flags >= 16 || (flags & 4)) type = TYPE_LONGDOUBLE; else type = TYPE_DOUBLE; break; case 'c': if (flags >= 8) #if HAVE_WINT_T type = TYPE_WIDE_CHAR; #else goto error; #endif else type = TYPE_CHAR; break; #if HAVE_WINT_T case 'C': type = TYPE_WIDE_CHAR; c = 'c'; break; #endif case 's': if (flags >= 8) #if HAVE_WCHAR_T type = TYPE_WIDE_STRING; #else goto error; #endif else type = TYPE_STRING; break; #if HAVE_WCHAR_T case 'S': type = TYPE_WIDE_STRING; c = 's'; break; #endif case 'p': type = TYPE_POINTER; break; case 'n': #if HAVE_LONG_LONG_INT /* If 'long long' exists and is larger than 'long': */ if (flags >= 16 || (flags & 4)) type = TYPE_COUNT_LONGLONGINT_POINTER; else #endif /* If 'long long' exists and is the same as 'long', we parse "lln" into TYPE_COUNT_LONGINT_POINTER. */ if (flags >= 8) type = TYPE_COUNT_LONGINT_POINTER; else if (flags & 2) type = TYPE_COUNT_SCHAR_POINTER; else if (flags & 1) type = TYPE_COUNT_SHORT_POINTER; else type = TYPE_COUNT_INT_POINTER; break; #if ENABLE_UNISTDIO /* The unistdio extensions. */ case 'U': if (flags >= 16) type = TYPE_U32_STRING; else if (flags >= 8) type = TYPE_U16_STRING; else type = TYPE_U8_STRING; break; #endif case '%': type = TYPE_NONE; break; default: /* Unknown conversion character. */ goto error; } } if (type != TYPE_NONE) { dp->arg_index = arg_index; if (dp->arg_index == ARG_NONE) { dp->arg_index = arg_posn++; if (dp->arg_index == ARG_NONE) /* arg_posn wrapped around. */ goto error; } REGISTER_ARG (dp->arg_index, type); } dp->conversion = c; dp->dir_end = cp; } d->count++; if (d->count >= d_allocated) { size_t memory_size; DIRECTIVE *memory; d_allocated = xtimes (d_allocated, 2); memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); if (size_overflow_p (memory_size)) /* Overflow, would lead to out of memory. */ goto out_of_memory; memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir ? realloc (d->dir, memory_size) : malloc (memory_size)); if (memory == NULL) /* Out of memory. */ goto out_of_memory; if (d->dir == d->direct_alloc_dir) memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE)); d->dir = memory; } } #if CHAR_T_ONLY_ASCII else if (!c_isascii (c)) { /* Non-ASCII character. Not supported. */ goto error; } #endif } d->dir[d->count].dir_start = cp; d->max_width_length = max_width_length; d->max_precision_length = max_precision_length; return 0; error: if (a->arg != a->direct_alloc_arg) free (a->arg); if (d->dir != d->direct_alloc_dir) free (d->dir); errno = EINVAL; return -1; out_of_memory: if (a->arg != a->direct_alloc_arg) free (a->arg); if (d->dir != d->direct_alloc_dir) free (d->dir); errno = ENOMEM; return -1; } #undef PRINTF_PARSE #undef DIRECTIVES #undef DIRECTIVE #undef CHAR_T_ONLY_ASCII #undef CHAR_T gsasl-1.8.0/gl/size_max.h0000664000000000000000000000221111746471770012126 00000000000000/* size_max.h -- declare SIZE_MAX through system headers Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef GNULIB_SIZE_MAX_H #define GNULIB_SIZE_MAX_H /* Get SIZE_MAX declaration on systems like Solaris 7/8/9. */ # include /* Get SIZE_MAX declaration on systems like glibc 2. */ # if HAVE_STDINT_H # include # endif /* On systems where these include files don't define it, SIZE_MAX is defined in config.h. */ #endif /* GNULIB_SIZE_MAX_H */ gsasl-1.8.0/gl/unitypes.in.h0000664000000000000000000000316311746471770012603 00000000000000/* Elementary types and macros for the GNU UniString library. Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _UNITYPES_H #define _UNITYPES_H /* Get uint8_t, uint16_t, uint32_t. */ #include /* Type representing a Unicode character. */ typedef uint32_t ucs4_t; /* Attribute of a function whose result depends only on the arguments (not pointers!) and which has no side effects. */ #ifndef _UC_ATTRIBUTE_CONST # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _UC_ATTRIBUTE_CONST __attribute__ ((__const__)) # else # define _UC_ATTRIBUTE_CONST # endif #endif /* Attribute of a function whose result depends only on the arguments (possibly pointers) and global memory, and which has no side effects. */ #ifndef _UC_ATTRIBUTE_PURE # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _UC_ATTRIBUTE_PURE __attribute__ ((__pure__)) # else # define _UC_ATTRIBUTE_PURE # endif #endif #endif /* _UNITYPES_H */ gsasl-1.8.0/gl/c-strcaseeq.h0000664000000000000000000001077411746471770012536 00000000000000/* Optimized case-insensitive string comparison in C locale. Copyright (C) 2001-2002, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible . */ #include "c-strcase.h" #include "c-ctype.h" /* STRCASEEQ allows to optimize string comparison with a small literal string. STRCASEEQ (s, "UTF-8", 'U','T','F','-','8',0,0,0,0) is semantically equivalent to c_strcasecmp (s, "UTF-8") == 0 just faster. */ /* Help GCC to generate good code for string comparisons with immediate strings. */ #if defined (__GNUC__) && defined (__OPTIMIZE__) /* Case insensitive comparison of ASCII characters. */ # if C_CTYPE_ASCII # define CASEEQ(other,upper) \ (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper)) # elif C_CTYPE_CONSECUTIVE_UPPERCASE && C_CTYPE_CONSECUTIVE_LOWERCASE # define CASEEQ(other,upper) \ (c_isupper (upper) ? (other) == (upper) || (other) == (upper) - 'A' + 'a' : (other) == (upper)) # else # define CASEEQ(other,upper) \ (c_toupper (other) == (upper)) # endif static inline int strcaseeq9 (const char *s1, const char *s2) { return c_strcasecmp (s1 + 9, s2 + 9) == 0; } static inline int strcaseeq8 (const char *s1, const char *s2, char s28) { if (CASEEQ (s1[8], s28)) { if (s28 == 0) return 1; else return strcaseeq9 (s1, s2); } else return 0; } static inline int strcaseeq7 (const char *s1, const char *s2, char s27, char s28) { if (CASEEQ (s1[7], s27)) { if (s27 == 0) return 1; else return strcaseeq8 (s1, s2, s28); } else return 0; } static inline int strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) { if (CASEEQ (s1[6], s26)) { if (s26 == 0) return 1; else return strcaseeq7 (s1, s2, s27, s28); } else return 0; } static inline int strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[5], s25)) { if (s25 == 0) return 1; else return strcaseeq6 (s1, s2, s26, s27, s28); } else return 0; } static inline int strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[4], s24)) { if (s24 == 0) return 1; else return strcaseeq5 (s1, s2, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[3], s23)) { if (s23 == 0) return 1; else return strcaseeq4 (s1, s2, s24, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[2], s22)) { if (s22 == 0) return 1; else return strcaseeq3 (s1, s2, s23, s24, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[1], s21)) { if (s21 == 0) return 1; else return strcaseeq2 (s1, s2, s22, s23, s24, s25, s26, s27, s28); } else return 0; } static inline int strcaseeq0 (const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) { if (CASEEQ (s1[0], s20)) { if (s20 == 0) return 1; else return strcaseeq1 (s1, s2, s21, s22, s23, s24, s25, s26, s27, s28); } else return 0; } #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ strcaseeq0 (s1, s2, s20, s21, s22, s23, s24, s25, s26, s27, s28) #else #define STRCASEEQ(s1,s2,s20,s21,s22,s23,s24,s25,s26,s27,s28) \ (c_strcasecmp (s1, s2) == 0) #endif gsasl-1.8.0/gl/getopt_int.h0000664000000000000000000001174211746471770012474 00000000000000/* Internal declarations for getopt. Copyright (C) 1989-1994, 1996-1999, 2001, 2003-2004, 2009-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _GETOPT_INT_H #define _GETOPT_INT_H 1 #include extern int _getopt_internal (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, int __posixly_correct); /* Reentrant versions which can handle parsing multiple argument vectors at the same time. */ /* Describe how to deal with options that follow non-option ARGV-elements. If the caller did not specify anything, the default is REQUIRE_ORDER if the environment variable POSIXLY_CORRECT is defined, PERMUTE otherwise. REQUIRE_ORDER means don't recognize them as options; stop option processing when the first non-option is seen. This is what Unix does. This mode of operation is selected by either setting the environment variable POSIXLY_CORRECT, or using '+' as the first character of the list of option characters, or by calling getopt. PERMUTE is the default. We permute the contents of ARGV as we scan, so that eventually all the non-options are at the end. This allows options to be given in any order, even with programs that were not written to expect this. RETURN_IN_ORDER is an option available to programs that were written to expect options and other ARGV-elements in any order and that care about the ordering of the two. We describe each non-option ARGV-element as if it were the argument of an option with character code 1. Using '-' as the first character of the list of option characters selects this mode of operation. The special argument '--' forces an end of option-scanning regardless of the value of 'ordering'. In the case of RETURN_IN_ORDER, only '--' can cause 'getopt' to return -1 with 'optind' != ARGC. */ enum __ord { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER }; /* Data type for reentrant functions. */ struct _getopt_data { /* These have exactly the same meaning as the corresponding global variables, except that they are used for the reentrant versions of getopt. */ int optind; int opterr; int optopt; char *optarg; /* Internal members. */ /* True if the internal members have been initialized. */ int __initialized; /* The next char to be scanned in the option-element in which the last option character we returned was found. This allows us to pick up the scan where we left off. If this is zero, or a null string, it means resume the scan by advancing to the next ARGV-element. */ char *__nextchar; /* See __ord above. */ enum __ord __ordering; /* If the POSIXLY_CORRECT environment variable is set or getopt was called. */ int __posixly_correct; /* Handle permutation of arguments. */ /* Describe the part of ARGV that contains non-options that have been skipped. 'first_nonopt' is the index in ARGV of the first of them; 'last_nonopt' is the index after the last of them. */ int __first_nonopt; int __last_nonopt; #if defined _LIBC && defined USE_NONOPTION_FLAGS int __nonoption_flags_max_len; int __nonoption_flags_len; #endif }; /* The initializer is necessary to set OPTIND and OPTERR to their default values and to clear the initialization flag. */ #define _GETOPT_DATA_INITIALIZER { 1, 1 } extern int _getopt_internal_r (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, struct _getopt_data *__data, int __posixly_correct); extern int _getopt_long_r (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data); extern int _getopt_long_only_r (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data); #endif /* getopt_int.h */ gsasl-1.8.0/gl/version-etc.c0000664000000000000000000002176511746471770012557 00000000000000/* Print --version and bug-reporting information in a consistent format. Copyright (C) 1999-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Jim Meyering. */ #include /* Specification. */ #include "version-etc.h" #include #include #include #if USE_UNLOCKED_IO # include "unlocked-io.h" #endif #include "gettext.h" #define _(msgid) gettext (msgid) /* If you use AM_INIT_AUTOMAKE's no-define option, PACKAGE is not defined. Use PACKAGE_TARNAME instead. */ #if ! defined PACKAGE && defined PACKAGE_TARNAME # define PACKAGE PACKAGE_TARNAME #endif enum { COPYRIGHT_YEAR = 2012 }; /* The three functions below display the --version information the standard way. If COMMAND_NAME is NULL, the PACKAGE is assumed to be the name of the program. The formats are therefore: PACKAGE VERSION or COMMAND_NAME (PACKAGE) VERSION. The functions differ in the way they are passed author names. */ /* Display the --version information the standard way. Author names are given in the array AUTHORS. N_AUTHORS is the number of elements in the array. */ void version_etc_arn (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors, size_t n_authors) { if (command_name) fprintf (stream, "%s (%s) %s\n", command_name, package, version); else fprintf (stream, "%s %s\n", package, version); #ifdef PACKAGE_PACKAGER # ifdef PACKAGE_PACKAGER_VERSION fprintf (stream, _("Packaged by %s (%s)\n"), PACKAGE_PACKAGER, PACKAGE_PACKAGER_VERSION); # else fprintf (stream, _("Packaged by %s\n"), PACKAGE_PACKAGER); # endif #endif /* TRANSLATORS: Translate "(C)" to the copyright symbol (C-in-a-circle), if this symbol is available in the user's locale. Otherwise, do not translate "(C)"; leave it as-is. */ fprintf (stream, version_etc_copyright, _("(C)"), COPYRIGHT_YEAR); fputs (_("\ \n\ License GPLv3+: GNU GPL version 3 or later .\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n\ \n\ "), stream); switch (n_authors) { case 0: /* The caller must provide at least one author name. */ abort (); case 1: /* TRANSLATORS: %s denotes an author name. */ fprintf (stream, _("Written by %s.\n"), authors[0]); break; case 2: /* TRANSLATORS: Each %s denotes an author name. */ fprintf (stream, _("Written by %s and %s.\n"), authors[0], authors[1]); break; case 3: /* TRANSLATORS: Each %s denotes an author name. */ fprintf (stream, _("Written by %s, %s, and %s.\n"), authors[0], authors[1], authors[2]); break; case 4: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\nand %s.\n"), authors[0], authors[1], authors[2], authors[3]); break; case 5: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\n%s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4]); break; case 6: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\n%s, %s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5]); break; case 7: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("Written by %s, %s, %s,\n%s, %s, %s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6]); break; case 8: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("\ Written by %s, %s, %s,\n%s, %s, %s, %s,\nand %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6], authors[7]); break; case 9: /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("\ Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, and %s.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6], authors[7], authors[8]); break; default: /* 10 or more authors. Use an abbreviation, since the human reader will probably not want to read the entire list anyway. */ /* TRANSLATORS: Each %s denotes an author name. You can use line breaks, estimating that each author name occupies ca. 16 screen columns and that a screen line has ca. 80 columns. */ fprintf (stream, _("\ Written by %s, %s, %s,\n%s, %s, %s, %s,\n%s, %s, and others.\n"), authors[0], authors[1], authors[2], authors[3], authors[4], authors[5], authors[6], authors[7], authors[8]); break; } } /* Display the --version information the standard way. See the initial comment to this module, for more information. Author names are given in the NULL-terminated array AUTHORS. */ void version_etc_ar (FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors) { size_t n_authors; for (n_authors = 0; authors[n_authors]; n_authors++) ; version_etc_arn (stream, command_name, package, version, authors, n_authors); } /* Display the --version information the standard way. See the initial comment to this module, for more information. Author names are given in the NULL-terminated va_list AUTHORS. */ void version_etc_va (FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) { size_t n_authors; const char *authtab[10]; for (n_authors = 0; n_authors < 10 && (authtab[n_authors] = va_arg (authors, const char *)) != NULL; n_authors++) ; version_etc_arn (stream, command_name, package, version, authtab, n_authors); } /* Display the --version information the standard way. If COMMAND_NAME is NULL, the PACKAGE is assumed to be the name of the program. The formats are therefore: PACKAGE VERSION or COMMAND_NAME (PACKAGE) VERSION. The authors names are passed as separate arguments, with an additional NULL argument at the end. */ void version_etc (FILE *stream, const char *command_name, const char *package, const char *version, /* const char *author1, ...*/ ...) { va_list authors; va_start (authors, version); version_etc_va (stream, command_name, package, version, authors); va_end (authors); } void emit_bug_reporting_address (void) { /* TRANSLATORS: The placeholder indicates the bug-reporting address for this package. Please add _another line_ saying "Report translation bugs to <...>\n" with the address for translation bugs (typically your translation team's web or email address). */ printf (_("\nReport bugs to: %s\n"), PACKAGE_BUGREPORT); #ifdef PACKAGE_PACKAGER_BUG_REPORTS printf (_("Report %s bugs to: %s\n"), PACKAGE_PACKAGER, PACKAGE_PACKAGER_BUG_REPORTS); #endif #ifdef PACKAGE_URL printf (_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL); #else printf (_("%s home page: \n"), PACKAGE_NAME, PACKAGE); #endif fputs (_("General help using GNU software: \n"), stdout); } gsasl-1.8.0/gl/select.c0000664000000000000000000003334011756672731011571 00000000000000/* Emulation for select(2) Contributed by Paolo Bonzini. Copyright 2008-2012 Free Software Foundation, Inc. This file is part of gnulib. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Native Windows. */ #include #include #include #include #include #include #include #include #include /* Get the overridden 'struct timeval'. */ #include #include "msvc-nothrow.h" #undef select struct bitset { unsigned char in[FD_SETSIZE / CHAR_BIT]; unsigned char out[FD_SETSIZE / CHAR_BIT]; }; /* Declare data structures for ntdll functions. */ typedef struct _FILE_PIPE_LOCAL_INFORMATION { ULONG NamedPipeType; ULONG NamedPipeConfiguration; ULONG MaximumInstances; ULONG CurrentInstances; ULONG InboundQuota; ULONG ReadDataAvailable; ULONG OutboundQuota; ULONG WriteQuotaAvailable; ULONG NamedPipeState; ULONG NamedPipeEnd; } FILE_PIPE_LOCAL_INFORMATION, *PFILE_PIPE_LOCAL_INFORMATION; typedef struct _IO_STATUS_BLOCK { union { DWORD Status; PVOID Pointer; } u; ULONG_PTR Information; } IO_STATUS_BLOCK, *PIO_STATUS_BLOCK; typedef enum _FILE_INFORMATION_CLASS { FilePipeLocalInformation = 24 } FILE_INFORMATION_CLASS, *PFILE_INFORMATION_CLASS; typedef DWORD (WINAPI *PNtQueryInformationFile) (HANDLE, IO_STATUS_BLOCK *, VOID *, ULONG, FILE_INFORMATION_CLASS); #ifndef PIPE_BUF #define PIPE_BUF 512 #endif /* Optimized test whether a HANDLE refers to a console. See . */ #define IsConsoleHandle(h) (((intptr_t) (h) & 3) == 3) static BOOL IsSocketHandle (HANDLE h) { WSANETWORKEVENTS ev; if (IsConsoleHandle (h)) return FALSE; /* Under Wine, it seems that getsockopt returns 0 for pipes too. WSAEnumNetworkEvents instead distinguishes the two correctly. */ ev.lNetworkEvents = 0xDEADBEEF; WSAEnumNetworkEvents ((SOCKET) h, NULL, &ev); return ev.lNetworkEvents != 0xDEADBEEF; } /* Compute output fd_sets for libc descriptor FD (whose Windows handle is H). */ static int windows_poll_handle (HANDLE h, int fd, struct bitset *rbits, struct bitset *wbits, struct bitset *xbits) { BOOL read, write, except; int i, ret; INPUT_RECORD *irbuffer; DWORD avail, nbuffer; BOOL bRet; IO_STATUS_BLOCK iosb; FILE_PIPE_LOCAL_INFORMATION fpli; static PNtQueryInformationFile NtQueryInformationFile; static BOOL once_only; read = write = except = FALSE; switch (GetFileType (h)) { case FILE_TYPE_DISK: read = TRUE; write = TRUE; break; case FILE_TYPE_PIPE: if (!once_only) { NtQueryInformationFile = (PNtQueryInformationFile) GetProcAddress (GetModuleHandle ("ntdll.dll"), "NtQueryInformationFile"); once_only = TRUE; } if (PeekNamedPipe (h, NULL, 0, NULL, &avail, NULL) != 0) { if (avail) read = TRUE; } else if (GetLastError () == ERROR_BROKEN_PIPE) ; else { /* It was the write-end of the pipe. Check if it is writable. If NtQueryInformationFile fails, optimistically assume the pipe is writable. This could happen on Windows 9x, where NtQueryInformationFile is not available, or if we inherit a pipe that doesn't permit FILE_READ_ATTRIBUTES access on the write end (I think this should not happen since Windows XP SP2; WINE seems fine too). Otherwise, ensure that enough space is available for atomic writes. */ memset (&iosb, 0, sizeof (iosb)); memset (&fpli, 0, sizeof (fpli)); if (!NtQueryInformationFile || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli), FilePipeLocalInformation) || fpli.WriteQuotaAvailable >= PIPE_BUF || (fpli.OutboundQuota < PIPE_BUF && fpli.WriteQuotaAvailable == fpli.OutboundQuota)) write = TRUE; } break; case FILE_TYPE_CHAR: write = TRUE; if (!(rbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1))))) break; ret = WaitForSingleObject (h, 0); if (ret == WAIT_OBJECT_0) { if (!IsConsoleHandle (h)) { read = TRUE; break; } nbuffer = avail = 0; bRet = GetNumberOfConsoleInputEvents (h, &nbuffer); /* Screen buffers handles are filtered earlier. */ assert (bRet); if (nbuffer == 0) { except = TRUE; break; } irbuffer = (INPUT_RECORD *) alloca (nbuffer * sizeof (INPUT_RECORD)); bRet = PeekConsoleInput (h, irbuffer, nbuffer, &avail); if (!bRet || avail == 0) { except = TRUE; break; } for (i = 0; i < avail; i++) if (irbuffer[i].EventType == KEY_EVENT) read = TRUE; } break; default: ret = WaitForSingleObject (h, 0); write = TRUE; if (ret == WAIT_OBJECT_0) read = TRUE; break; } ret = 0; if (read && (rbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1))))) { rbits->out[fd / CHAR_BIT] |= (1 << (fd & (CHAR_BIT - 1))); ret++; } if (write && (wbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1))))) { wbits->out[fd / CHAR_BIT] |= (1 << (fd & (CHAR_BIT - 1))); ret++; } if (except && (xbits->in[fd / CHAR_BIT] & (1 << (fd & (CHAR_BIT - 1))))) { xbits->out[fd / CHAR_BIT] |= (1 << (fd & (CHAR_BIT - 1))); ret++; } return ret; } int rpl_select (int nfds, fd_set *rfds, fd_set *wfds, fd_set *xfds, struct timeval *timeout) #undef timeval { static struct timeval tv0; static HANDLE hEvent; HANDLE h, handle_array[FD_SETSIZE + 2]; fd_set handle_rfds, handle_wfds, handle_xfds; struct bitset rbits, wbits, xbits; unsigned char anyfds_in[FD_SETSIZE / CHAR_BIT]; DWORD ret, wait_timeout, nhandles, nsock, nbuffer; MSG msg; int i, fd, rc; if (nfds > FD_SETSIZE) nfds = FD_SETSIZE; if (!timeout) wait_timeout = INFINITE; else { wait_timeout = timeout->tv_sec * 1000 + timeout->tv_usec / 1000; /* select is also used as a portable usleep. */ if (!rfds && !wfds && !xfds) { Sleep (wait_timeout); return 0; } } if (!hEvent) hEvent = CreateEvent (NULL, FALSE, FALSE, NULL); handle_array[0] = hEvent; nhandles = 1; nsock = 0; /* Copy descriptors to bitsets. At the same time, eliminate bits in the "wrong" direction for console input buffers and screen buffers, because screen buffers are waitable and they will block until a character is available. */ memset (&rbits, 0, sizeof (rbits)); memset (&wbits, 0, sizeof (wbits)); memset (&xbits, 0, sizeof (xbits)); memset (anyfds_in, 0, sizeof (anyfds_in)); if (rfds) for (i = 0; i < rfds->fd_count; i++) { fd = rfds->fd_array[i]; h = (HANDLE) _get_osfhandle (fd); if (IsConsoleHandle (h) && !GetNumberOfConsoleInputEvents (h, &nbuffer)) continue; rbits.in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1)); anyfds_in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1)); } else rfds = (fd_set *) alloca (sizeof (fd_set)); if (wfds) for (i = 0; i < wfds->fd_count; i++) { fd = wfds->fd_array[i]; h = (HANDLE) _get_osfhandle (fd); if (IsConsoleHandle (h) && GetNumberOfConsoleInputEvents (h, &nbuffer)) continue; wbits.in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1)); anyfds_in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1)); } else wfds = (fd_set *) alloca (sizeof (fd_set)); if (xfds) for (i = 0; i < xfds->fd_count; i++) { fd = xfds->fd_array[i]; xbits.in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1)); anyfds_in[fd / CHAR_BIT] |= 1 << (fd & (CHAR_BIT - 1)); } else xfds = (fd_set *) alloca (sizeof (fd_set)); /* Zero all the fd_sets, including the application's. */ FD_ZERO (rfds); FD_ZERO (wfds); FD_ZERO (xfds); FD_ZERO (&handle_rfds); FD_ZERO (&handle_wfds); FD_ZERO (&handle_xfds); /* Classify handles. Create fd sets for sockets, poll the others. */ for (i = 0; i < nfds; i++) { if ((anyfds_in[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) == 0) continue; h = (HANDLE) _get_osfhandle (i); if (!h) { errno = EBADF; return -1; } if (IsSocketHandle (h)) { int requested = FD_CLOSE; /* See above; socket handles are mapped onto select, but we need to map descriptors to handles. */ if (rbits.in[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) { requested |= FD_READ | FD_ACCEPT; FD_SET ((SOCKET) h, rfds); FD_SET ((SOCKET) h, &handle_rfds); } if (wbits.in[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) { requested |= FD_WRITE | FD_CONNECT; FD_SET ((SOCKET) h, wfds); FD_SET ((SOCKET) h, &handle_wfds); } if (xbits.in[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) { requested |= FD_OOB; FD_SET ((SOCKET) h, xfds); FD_SET ((SOCKET) h, &handle_xfds); } WSAEventSelect ((SOCKET) h, hEvent, requested); nsock++; } else { handle_array[nhandles++] = h; /* Poll now. If we get an event, do not wait below. */ if (wait_timeout != 0 && windows_poll_handle (h, i, &rbits, &wbits, &xbits)) wait_timeout = 0; } } if (wait_timeout == 0 || nsock == 0) rc = 0; else { /* See if we need to wait in the loop below. If any select is ready, do MsgWaitForMultipleObjects anyway to dispatch messages, but no need to call select again. */ rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); if (rc == 0) { /* Restore the fd_sets for the other select we do below. */ memcpy (&handle_rfds, rfds, sizeof (fd_set)); memcpy (&handle_wfds, wfds, sizeof (fd_set)); memcpy (&handle_xfds, xfds, sizeof (fd_set)); } else wait_timeout = 0; } for (;;) { ret = MsgWaitForMultipleObjects (nhandles, handle_array, FALSE, wait_timeout, QS_ALLINPUT); if (ret == WAIT_OBJECT_0 + nhandles) { /* new input of some other kind */ BOOL bRet; while ((bRet = PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) != 0) { TranslateMessage (&msg); DispatchMessage (&msg); } } else break; } /* If we haven't done it yet, check the status of the sockets. */ if (rc == 0 && nsock > 0) rc = select (0, &handle_rfds, &handle_wfds, &handle_xfds, &tv0); /* Now fill in the results. */ FD_ZERO (rfds); FD_ZERO (wfds); FD_ZERO (xfds); /* Place a sentinel at the end of the array. */ handle_array[nhandles] = NULL; nhandles = 1; for (i = 0; i < nfds; i++) { if ((anyfds_in[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) == 0) continue; h = (HANDLE) _get_osfhandle (i); if (h != handle_array[nhandles]) { /* Perform handle->descriptor mapping. Don't update rc, as these results are counted in the return value of Winsock's select. */ WSAEventSelect ((SOCKET) h, NULL, 0); if (FD_ISSET (h, &handle_rfds)) FD_SET (i, rfds); if (FD_ISSET (h, &handle_wfds)) FD_SET (i, wfds); if (FD_ISSET (h, &handle_xfds)) FD_SET (i, xfds); } else { /* Not a socket. */ nhandles++; windows_poll_handle (h, i, &rbits, &wbits, &xbits); if (rbits.out[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) { rc++; FD_SET (i, rfds); } if (wbits.out[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) { rc++; FD_SET (i, wfds); } if (xbits.out[i / CHAR_BIT] & (1 << (i & (CHAR_BIT - 1)))) { rc++; FD_SET (i, xfds); } } } return rc; } #else /* ! Native Windows. */ #include #undef select int rpl_select (int nfds, fd_set *rfds, fd_set *wfds, fd_set *xfds, struct timeval *timeout) { /* Interix 3.5 has a bug: it does not support nfds == 0. */ if (nfds == 0) { nfds = 1; rfds = NULL; wfds = NULL; xfds = NULL; } return select (nfds, rfds, wfds, xfds, timeout); } #endif gsasl-1.8.0/gl/fseek.c0000664000000000000000000000203511746471770011403 00000000000000/* An fseek() function that, together with fflush(), is POSIX compliant. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include /* Get off_t. */ #include int fseek (FILE *fp, long offset, int whence) { /* Use the replacement fseeko function with all its workarounds. */ return fseeko (fp, (off_t)offset, whence); } gsasl-1.8.0/gl/quotearg.h0000664000000000000000000003707411746471770012155 00000000000000/* quotearg.h - quote arguments for output Copyright (C) 1998-2002, 2004, 2006, 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert */ #ifndef QUOTEARG_H_ # define QUOTEARG_H_ 1 # include /* Basic quoting styles. For each style, an example is given on the input strings "simple", "\0 \t\n'\"\033?""?/\\", and "a:b", using quotearg_buffer, quotearg_mem, and quotearg_colon_mem with that style and the default flags and quoted characters. Note that the examples are shown here as valid C strings rather than what displays on a terminal (with "??/" as a trigraph for "\\"). */ enum quoting_style { /* Output names as-is (ls --quoting-style=literal). Can result in embedded null bytes if QA_ELIDE_NULL_BYTES is not in effect. quotearg_buffer: "simple", "\0 \t\n'\"\033??/\\", "a:b" quotearg: "simple", " \t\n'\"\033??/\\", "a:b" quotearg_colon: "simple", " \t\n'\"\033??/\\", "a:b" */ literal_quoting_style, /* Quote names for the shell if they contain shell metacharacters or would cause ambiguous output (ls --quoting-style=shell). Can result in embedded null bytes if QA_ELIDE_NULL_BYTES is not in effect. quotearg_buffer: "simple", "'\0 \t\n'\\''\"\033??/\\'", "a:b" quotearg: "simple", "' \t\n'\\''\"\033??/\\'", "a:b" quotearg_colon: "simple", "' \t\n'\\''\"\033??/\\'", "'a:b'" */ shell_quoting_style, /* Quote names for the shell, even if they would normally not require quoting (ls --quoting-style=shell-always). Can result in embedded null bytes if QA_ELIDE_NULL_BYTES is not in effect. Behaves like shell_quoting_style if QA_ELIDE_OUTER_QUOTES is in effect. quotearg_buffer: "'simple'", "'\0 \t\n'\\''\"\033??/\\'", "'a:b'" quotearg: "'simple'", "' \t\n'\\''\"\033??/\\'", "'a:b'" quotearg_colon: "'simple'", "' \t\n'\\''\"\033??/\\'", "'a:b'" */ shell_always_quoting_style, /* Quote names as for a C language string (ls --quoting-style=c). Behaves like c_maybe_quoting_style if QA_ELIDE_OUTER_QUOTES is in effect. Split into consecutive strings if QA_SPLIT_TRIGRAPHS. quotearg_buffer: "\"simple\"", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "\"a:b\"" quotearg: "\"simple\"", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "\"a:b\"" quotearg_colon: "\"simple\"", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "\"a\\:b\"" */ c_quoting_style, /* Like c_quoting_style except omit the surrounding double-quote characters if no quoted characters are encountered. quotearg_buffer: "simple", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "a:b" quotearg: "simple", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "a:b" quotearg_colon: "simple", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "\"a:b\"" */ c_maybe_quoting_style, /* Like c_quoting_style except always omit the surrounding double-quote characters and ignore QA_SPLIT_TRIGRAPHS (ls --quoting-style=escape). quotearg_buffer: "simple", "\\0 \\t\\n'\"\\033??/\\\\", "a:b" quotearg: "simple", "\\0 \\t\\n'\"\\033??/\\\\", "a:b" quotearg_colon: "simple", "\\0 \\t\\n'\"\\033??/\\\\", "a\\:b" */ escape_quoting_style, /* Like clocale_quoting_style, but use single quotes in the default C locale or if the program does not use gettext (ls --quoting-style=locale). For UTF-8 locales, quote characters will use Unicode. LC_MESSAGES=C quotearg_buffer: "`simple'", "`\\0 \\t\\n\\'\"\\033??/\\\\'", "`a:b'" quotearg: "`simple'", "`\\0 \\t\\n\\'\"\\033??/\\\\'", "`a:b'" quotearg_colon: "`simple'", "`\\0 \\t\\n\\'\"\\033??/\\\\'", "`a\\:b'" LC_MESSAGES=pt_PT.utf8 quotearg_buffer: "\302\253simple\302\273", "\302\253\\0 \\t\\n'\"\\033??/\\\\\302\253", "\302\253a:b\302\273" quotearg: "\302\253simple\302\273", "\302\253\\0 \\t\\n'\"\\033??/\\\\\302\253", "\302\253a:b\302\273" quotearg_colon: "\302\253simple\302\273", "\302\253\\0 \\t\\n'\"\\033??/\\\\\302\253", "\302\253a\\:b\302\273" */ locale_quoting_style, /* Like c_quoting_style except use quotation marks appropriate for the locale and ignore QA_SPLIT_TRIGRAPHS (ls --quoting-style=clocale). LC_MESSAGES=C quotearg_buffer: "\"simple\"", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "\"a:b\"" quotearg: "\"simple\"", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "\"a:b\"" quotearg_colon: "\"simple\"", "\"\\0 \\t\\n'\\\"\\033??/\\\\\"", "\"a\\:b\"" LC_MESSAGES=pt_PT.utf8 quotearg_buffer: "\302\253simple\302\273", "\302\253\\0 \\t\\n'\"\\033??/\\\\\302\253", "\302\253a:b\302\273" quotearg: "\302\253simple\302\273", "\302\253\\0 \\t\\n'\"\\033??/\\\\\302\253", "\302\253a:b\302\273" quotearg_colon: "\302\253simple\302\273", "\302\253\\0 \\t\\n'\"\\033??/\\\\\302\253", "\302\253a\\:b\302\273" */ clocale_quoting_style, /* Like clocale_quoting_style except use the custom quotation marks set by set_custom_quoting. If custom quotation marks are not set, the behavior is undefined. left_quote = right_quote = "'" quotearg_buffer: "'simple'", "'\\0 \\t\\n\\'\"\\033??/\\\\'", "'a:b'" quotearg: "'simple'", "'\\0 \\t\\n\\'\"\\033??/\\\\'", "'a:b'" quotearg_colon: "'simple'", "'\\0 \\t\\n\\'\"\\033??/\\\\'", "'a\\:b'" left_quote = "(" and right_quote = ")" quotearg_buffer: "(simple)", "(\\0 \\t\\n'\"\\033??/\\\\)", "(a:b)" quotearg: "(simple)", "(\\0 \\t\\n'\"\\033??/\\\\)", "(a:b)" quotearg_colon: "(simple)", "(\\0 \\t\\n'\"\\033??/\\\\)", "(a\\:b)" left_quote = ":" and right_quote = " " quotearg_buffer: ":simple ", ":\\0\\ \\t\\n'\"\\033??/\\\\ ", ":a:b " quotearg: ":simple ", ":\\0\\ \\t\\n'\"\\033??/\\\\ ", ":a:b " quotearg_colon: ":simple ", ":\\0\\ \\t\\n'\"\\033??/\\\\ ", ":a\\:b " left_quote = "\"'" and right_quote = "'\"" Notice that this is treated as a single level of quotes or two levels where the outer quote need not be escaped within the inner quotes. For two levels where the outer quote must be escaped within the inner quotes, you must use separate quotearg invocations. quotearg_buffer: "\"'simple'\"", "\"'\\0 \\t\\n\\'\"\\033??/\\\\'\"", "\"'a:b'\"" quotearg: "\"'simple'\"", "\"'\\0 \\t\\n\\'\"\\033??/\\\\'\"", "\"'a:b'\"" quotearg_colon: "\"'simple'\"", "\"'\\0 \\t\\n\\'\"\\033??/\\\\'\"", "\"'a\\:b'\"" */ custom_quoting_style }; /* Flags for use in set_quoting_flags. */ enum quoting_flags { /* Always elide null bytes from styles that do not quote them, even when the length of the result is available to the caller. */ QA_ELIDE_NULL_BYTES = 0x01, /* Omit the surrounding quote characters if no escaped characters are encountered. Note that if no other character needs escaping, then neither does the escape character. */ QA_ELIDE_OUTER_QUOTES = 0x02, /* In the c_quoting_style and c_maybe_quoting_style, split ANSI trigraph sequences into concatenated strings (for example, "?""?/" rather than "??/", which could be confused with "\\"). */ QA_SPLIT_TRIGRAPHS = 0x04 }; /* For now, --quoting-style=literal is the default, but this may change. */ # ifndef DEFAULT_QUOTING_STYLE # define DEFAULT_QUOTING_STYLE literal_quoting_style # endif /* Names of quoting styles and their corresponding values. */ extern char const *const quoting_style_args[]; extern enum quoting_style const quoting_style_vals[]; struct quoting_options; /* The functions listed below set and use a hidden variable that contains the default quoting style options. */ /* Allocate a new set of quoting options, with contents initially identical to O if O is not null, or to the default if O is null. It is the caller's responsibility to free the result. */ struct quoting_options *clone_quoting_options (struct quoting_options *o); /* Get the value of O's quoting style. If O is null, use the default. */ enum quoting_style get_quoting_style (struct quoting_options *o); /* In O (or in the default if O is null), set the value of the quoting style to S. */ void set_quoting_style (struct quoting_options *o, enum quoting_style s); /* In O (or in the default if O is null), set the value of the quoting options for character C to I. Return the old value. Currently, the only values defined for I are 0 (the default) and 1 (which means to quote the character even if it would not otherwise be quoted). C must never be a digit or a letter that has special meaning after a backslash (for example, "\t" for tab). */ int set_char_quoting (struct quoting_options *o, char c, int i); /* In O (or in the default if O is null), set the value of the quoting options flag to I, which can be a bitwise combination of enum quoting_flags, or 0 for default behavior. Return the old value. */ int set_quoting_flags (struct quoting_options *o, int i); /* In O (or in the default if O is null), set the value of the quoting style to custom_quoting_style, set the left quote to LEFT_QUOTE, and set the right quote to RIGHT_QUOTE. Each of LEFT_QUOTE and RIGHT_QUOTE must be null-terminated and can be the empty string. Because backslashes are used for escaping, it does not make sense for RIGHT_QUOTE to contain a backslash. RIGHT_QUOTE must not begin with a digit or a letter that has special meaning after a backslash (for example, "\t" for tab). */ void set_custom_quoting (struct quoting_options *o, char const *left_quote, char const *right_quote); /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of argument ARG (of size ARGSIZE), using O to control quoting. If O is null, use the default. Terminate the output with a null character, and return the written size of the output, not counting the terminating null. If BUFFERSIZE is too small to store the output string, return the value that would have been returned had BUFFERSIZE been large enough. If ARGSIZE is -1, use the string length of the argument for ARGSIZE. On output, BUFFER might contain embedded null bytes if ARGSIZE was not -1, the style of O does not use backslash escapes, and the flags of O do not request elision of null bytes.*/ size_t quotearg_buffer (char *buffer, size_t buffersize, char const *arg, size_t argsize, struct quoting_options const *o); /* Like quotearg_buffer, except return the result in a newly allocated buffer. It is the caller's responsibility to free the result. The result will not contain embedded null bytes. */ char *quotearg_alloc (char const *arg, size_t argsize, struct quoting_options const *o); /* Like quotearg_alloc, except that the length of the result, excluding the terminating null byte, is stored into SIZE if it is non-NULL. The result might contain embedded null bytes if ARGSIZE was not -1, SIZE was not NULL, the style of O does not use backslash escapes, and the flags of O do not request elision of null bytes.*/ char *quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size, struct quoting_options const *o); /* Use storage slot N to return a quoted version of the string ARG. Use the default quoting options. The returned value points to static storage that can be reused by the next call to this function with the same value of N. N must be nonnegative. The output of all functions in the quotearg_n family are guaranteed to not contain embedded null bytes.*/ char *quotearg_n (int n, char const *arg); /* Equivalent to quotearg_n (0, ARG). */ char *quotearg (char const *arg); /* Use storage slot N to return a quoted version of the argument ARG of size ARGSIZE. This is like quotearg_n (N, ARG), except it can quote null bytes. */ char *quotearg_n_mem (int n, char const *arg, size_t argsize); /* Equivalent to quotearg_n_mem (0, ARG, ARGSIZE). */ char *quotearg_mem (char const *arg, size_t argsize); /* Use style S and storage slot N to return a quoted version of the string ARG. This is like quotearg_n (N, ARG), except that it uses S with no other options to specify the quoting method. */ char *quotearg_n_style (int n, enum quoting_style s, char const *arg); /* Use style S and storage slot N to return a quoted version of the argument ARG of size ARGSIZE. This is like quotearg_n_style (N, S, ARG), except it can quote null bytes. */ char *quotearg_n_style_mem (int n, enum quoting_style s, char const *arg, size_t argsize); /* Equivalent to quotearg_n_style (0, S, ARG). */ char *quotearg_style (enum quoting_style s, char const *arg); /* Equivalent to quotearg_n_style_mem (0, S, ARG, ARGSIZE). */ char *quotearg_style_mem (enum quoting_style s, char const *arg, size_t argsize); /* Like quotearg (ARG), except also quote any instances of CH. See set_char_quoting for a description of acceptable CH values. */ char *quotearg_char (char const *arg, char ch); /* Like quotearg_char (ARG, CH), except it can quote null bytes. */ char *quotearg_char_mem (char const *arg, size_t argsize, char ch); /* Equivalent to quotearg_char (ARG, ':'). */ char *quotearg_colon (char const *arg); /* Like quotearg_colon (ARG), except it can quote null bytes. */ char *quotearg_colon_mem (char const *arg, size_t argsize); /* Like quotearg_n_style (N, S, ARG) but with S as custom_quoting_style with left quote as LEFT_QUOTE and right quote as RIGHT_QUOTE. See set_custom_quoting for a description of acceptable LEFT_QUOTE and RIGHT_QUOTE values. */ char *quotearg_n_custom (int n, char const *left_quote, char const *right_quote, char const *arg); /* Like quotearg_n_custom (N, LEFT_QUOTE, RIGHT_QUOTE, ARG) except it can quote null bytes. */ char *quotearg_n_custom_mem (int n, char const *left_quote, char const *right_quote, char const *arg, size_t argsize); /* Equivalent to quotearg_n_custom (0, LEFT_QUOTE, RIGHT_QUOTE, ARG). */ char *quotearg_custom (char const *left_quote, char const *right_quote, char const *arg); /* Equivalent to quotearg_n_custom_mem (0, LEFT_QUOTE, RIGHT_QUOTE, ARG, ARGSIZE). */ char *quotearg_custom_mem (char const *left_quote, char const *right_quote, char const *arg, size_t argsize); /* Free any dynamically allocated memory. */ void quotearg_free (void); #endif /* !QUOTEARG_H_ */ gsasl-1.8.0/gl/realloc.c0000664000000000000000000000407011746471770011730 00000000000000/* realloc() function that is glibc compatible. Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* written by Jim Meyering and Bruno Haible */ #define _GL_USE_STDLIB_ALLOC 1 #include /* Only the AC_FUNC_REALLOC macro defines 'realloc' already in config.h. */ #ifdef realloc # define NEED_REALLOC_GNU 1 /* Whereas the gnulib module 'realloc-gnu' defines HAVE_REALLOC_GNU. */ #elif GNULIB_REALLOC_GNU && !HAVE_REALLOC_GNU # define NEED_REALLOC_GNU 1 #endif /* Infer the properties of the system's malloc function. The gnulib module 'malloc-gnu' defines HAVE_MALLOC_GNU. */ #if GNULIB_MALLOC_GNU && HAVE_MALLOC_GNU # define SYSTEM_MALLOC_GLIBC_COMPATIBLE 1 #endif #include #include /* Change the size of an allocated block of memory P to N bytes, with error checking. If N is zero, change it to 1. If P is NULL, use malloc. */ void * rpl_realloc (void *p, size_t n) { void *result; #if NEED_REALLOC_GNU if (n == 0) { n = 1; /* In theory realloc might fail, so don't rely on it to free. */ free (p); p = NULL; } #endif if (p == NULL) { #if GNULIB_REALLOC_GNU && !NEED_REALLOC_GNU && !SYSTEM_MALLOC_GLIBC_COMPATIBLE if (n == 0) n = 1; #endif result = malloc (n); } else result = realloc (p, n); #if !HAVE_REALLOC_POSIX if (result == NULL) errno = ENOMEM; #endif return result; } gsasl-1.8.0/gl/vasnprintf.c0000664000000000000000000066465011746471770012521 00000000000000/* vsprintf with automatic memory allocation. Copyright (C) 1999, 2002-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* This file can be parametrized with the following macros: VASNPRINTF The name of the function being defined. FCHAR_T The element type of the format string. DCHAR_T The element type of the destination (result) string. FCHAR_T_ONLY_ASCII Set to 1 to enable verification that all characters in the format string are ASCII. MUST be set if FCHAR_T and DCHAR_T are not the same type. DIRECTIVE Structure denoting a format directive. Depends on FCHAR_T. DIRECTIVES Structure denoting the set of format directives of a format string. Depends on FCHAR_T. PRINTF_PARSE Function that parses a format string. Depends on FCHAR_T. DCHAR_CPY memcpy like function for DCHAR_T[] arrays. DCHAR_SET memset like function for DCHAR_T[] arrays. DCHAR_MBSNLEN mbsnlen like function for DCHAR_T[] arrays. SNPRINTF The system's snprintf (or similar) function. This may be either snprintf or swprintf. TCHAR_T The element type of the argument and result string of the said SNPRINTF function. This may be either char or wchar_t. The code exploits that sizeof (TCHAR_T) | sizeof (DCHAR_T) and alignof (TCHAR_T) <= alignof (DCHAR_T). DCHAR_IS_TCHAR Set to 1 if DCHAR_T and TCHAR_T are the same type. DCHAR_CONV_FROM_ENCODING A function to convert from char[] to DCHAR[]. DCHAR_IS_UINT8_T Set to 1 if DCHAR_T is uint8_t. DCHAR_IS_UINT16_T Set to 1 if DCHAR_T is uint16_t. DCHAR_IS_UINT32_T Set to 1 if DCHAR_T is uint32_t. */ /* Tell glibc's to provide a prototype for snprintf(). This must come before because may include , and once has been included, it's too late. */ #ifndef _GNU_SOURCE # define _GNU_SOURCE 1 #endif #ifndef VASNPRINTF # include #endif #ifndef IN_LIBINTL # include #endif /* Specification. */ #ifndef VASNPRINTF # if WIDE_CHAR_VERSION # include "vasnwprintf.h" # else # include "vasnprintf.h" # endif #endif #include /* localeconv() */ #include /* snprintf(), sprintf() */ #include /* abort(), malloc(), realloc(), free() */ #include /* memcpy(), strlen() */ #include /* errno */ #include /* CHAR_BIT */ #include /* DBL_MAX_EXP, LDBL_MAX_EXP */ #if HAVE_NL_LANGINFO # include #endif #ifndef VASNPRINTF # if WIDE_CHAR_VERSION # include "wprintf-parse.h" # else # include "printf-parse.h" # endif #endif /* Checked size_t computations. */ #include "xsize.h" #include "verify.h" #if (NEED_PRINTF_DOUBLE || NEED_PRINTF_LONG_DOUBLE) && !defined IN_LIBINTL # include # include "float+.h" #endif #if (NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE) && !defined IN_LIBINTL # include # include "isnand-nolibm.h" #endif #if (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE) && !defined IN_LIBINTL # include # include "isnanl-nolibm.h" # include "fpucw.h" #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL # include # include "isnand-nolibm.h" # include "printf-frexp.h" #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE) && !defined IN_LIBINTL # include # include "isnanl-nolibm.h" # include "printf-frexpl.h" # include "fpucw.h" #endif /* Default parameters. */ #ifndef VASNPRINTF # if WIDE_CHAR_VERSION # define VASNPRINTF vasnwprintf # define FCHAR_T wchar_t # define DCHAR_T wchar_t # define TCHAR_T wchar_t # define DCHAR_IS_TCHAR 1 # define DIRECTIVE wchar_t_directive # define DIRECTIVES wchar_t_directives # define PRINTF_PARSE wprintf_parse # define DCHAR_CPY wmemcpy # define DCHAR_SET wmemset # else # define VASNPRINTF vasnprintf # define FCHAR_T char # define DCHAR_T char # define TCHAR_T char # define DCHAR_IS_TCHAR 1 # define DIRECTIVE char_directive # define DIRECTIVES char_directives # define PRINTF_PARSE printf_parse # define DCHAR_CPY memcpy # define DCHAR_SET memset # endif #endif #if WIDE_CHAR_VERSION /* TCHAR_T is wchar_t. */ # define USE_SNPRINTF 1 # if HAVE_DECL__SNWPRINTF /* On Windows, the function swprintf() has a different signature than on Unix; we use the function _snwprintf() or - on mingw - snwprintf() instead. The mingw function snwprintf() has fewer bugs than the MSVCRT function _snwprintf(), so prefer that. */ # if defined __MINGW32__ # define SNPRINTF snwprintf # else # define SNPRINTF _snwprintf # endif # else /* Unix. */ # define SNPRINTF swprintf # endif #else /* TCHAR_T is char. */ /* Use snprintf if it exists under the name 'snprintf' or '_snprintf'. But don't use it on BeOS, since BeOS snprintf produces no output if the size argument is >= 0x3000000. Also don't use it on Linux libc5, since there snprintf with size = 1 writes any output without bounds, like sprintf. */ # if (HAVE_DECL__SNPRINTF || HAVE_SNPRINTF) && !defined __BEOS__ && !(__GNU_LIBRARY__ == 1) # define USE_SNPRINTF 1 # else # define USE_SNPRINTF 0 # endif # if HAVE_DECL__SNPRINTF /* Windows. The mingw function snprintf() has fewer bugs than the MSVCRT function _snprintf(), so prefer that. */ # if defined __MINGW32__ # define SNPRINTF snprintf /* Here we need to call the native snprintf, not rpl_snprintf. */ # undef snprintf # else # define SNPRINTF _snprintf # endif # else /* Unix. */ # define SNPRINTF snprintf /* Here we need to call the native snprintf, not rpl_snprintf. */ # undef snprintf # endif #endif /* Here we need to call the native sprintf, not rpl_sprintf. */ #undef sprintf /* GCC >= 4.0 with -Wall emits unjustified "... may be used uninitialized" warnings in this file. Use -Dlint to suppress them. */ #ifdef lint # define IF_LINT(Code) Code #else # define IF_LINT(Code) /* empty */ #endif /* Avoid some warnings from "gcc -Wshadow". This file doesn't use the exp() and remainder() functions. */ #undef exp #define exp expo #undef remainder #define remainder rem #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && !WIDE_CHAR_VERSION # if (HAVE_STRNLEN && !defined _AIX) # define local_strnlen strnlen # else # ifndef local_strnlen_defined # define local_strnlen_defined 1 static size_t local_strnlen (const char *string, size_t maxlen) { const char *end = memchr (string, '\0', maxlen); return end ? (size_t) (end - string) : maxlen; } # endif # endif #endif #if (((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && WIDE_CHAR_VERSION) || ((!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && !WIDE_CHAR_VERSION && DCHAR_IS_TCHAR)) && HAVE_WCHAR_T # if HAVE_WCSLEN # define local_wcslen wcslen # else /* Solaris 2.5.1 has wcslen() in a separate library libw.so. To avoid a dependency towards this library, here is a local substitute. Define this substitute only once, even if this file is included twice in the same compilation unit. */ # ifndef local_wcslen_defined # define local_wcslen_defined 1 static size_t local_wcslen (const wchar_t *s) { const wchar_t *ptr; for (ptr = s; *ptr != (wchar_t) 0; ptr++) ; return ptr - s; } # endif # endif #endif #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99) && HAVE_WCHAR_T && WIDE_CHAR_VERSION # if HAVE_WCSNLEN # define local_wcsnlen wcsnlen # else # ifndef local_wcsnlen_defined # define local_wcsnlen_defined 1 static size_t local_wcsnlen (const wchar_t *s, size_t maxlen) { const wchar_t *ptr; for (ptr = s; maxlen > 0 && *ptr != (wchar_t) 0; ptr++, maxlen--) ; return ptr - s; } # endif # endif #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE || NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE) && !defined IN_LIBINTL /* Determine the decimal-point character according to the current locale. */ # ifndef decimal_point_char_defined # define decimal_point_char_defined 1 static char decimal_point_char (void) { const char *point; /* Determine it in a multithread-safe way. We know nl_langinfo is multithread-safe on glibc systems and MacOS X systems, but is not required to be multithread-safe by POSIX. sprintf(), however, is multithread-safe. localeconv() is rarely multithread-safe. */ # if HAVE_NL_LANGINFO && (__GLIBC__ || defined __UCLIBC__ || (defined __APPLE__ && defined __MACH__)) point = nl_langinfo (RADIXCHAR); # elif 1 char pointbuf[5]; sprintf (pointbuf, "%#.0f", 1.0); point = &pointbuf[1]; # else point = localeconv () -> decimal_point; # endif /* The decimal point is always a single byte: either '.' or ','. */ return (point[0] != '\0' ? point[0] : '.'); } # endif #endif #if NEED_PRINTF_INFINITE_DOUBLE && !NEED_PRINTF_DOUBLE && !defined IN_LIBINTL /* Equivalent to !isfinite(x) || x == 0, but does not require libm. */ static int is_infinite_or_zero (double x) { return isnand (x) || x + x == x; } #endif #if NEED_PRINTF_INFINITE_LONG_DOUBLE && !NEED_PRINTF_LONG_DOUBLE && !defined IN_LIBINTL /* Equivalent to !isfinite(x) || x == 0, but does not require libm. */ static int is_infinite_or_zerol (long double x) { return isnanl (x) || x + x == x; } #endif #if (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL /* Converting 'long double' to decimal without rare rounding bugs requires real bignums. We use the naming conventions of GNU gmp, but vastly simpler (and slower) algorithms. */ typedef unsigned int mp_limb_t; # define GMP_LIMB_BITS 32 verify (sizeof (mp_limb_t) * CHAR_BIT == GMP_LIMB_BITS); typedef unsigned long long mp_twolimb_t; # define GMP_TWOLIMB_BITS 64 verify (sizeof (mp_twolimb_t) * CHAR_BIT == GMP_TWOLIMB_BITS); /* Representation of a bignum >= 0. */ typedef struct { size_t nlimbs; mp_limb_t *limbs; /* Bits in little-endian order, allocated with malloc(). */ } mpn_t; /* Compute the product of two bignums >= 0. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * multiply (mpn_t src1, mpn_t src2, mpn_t *dest) { const mp_limb_t *p1; const mp_limb_t *p2; size_t len1; size_t len2; if (src1.nlimbs <= src2.nlimbs) { len1 = src1.nlimbs; p1 = src1.limbs; len2 = src2.nlimbs; p2 = src2.limbs; } else { len1 = src2.nlimbs; p1 = src2.limbs; len2 = src1.nlimbs; p2 = src1.limbs; } /* Now 0 <= len1 <= len2. */ if (len1 == 0) { /* src1 or src2 is zero. */ dest->nlimbs = 0; dest->limbs = (mp_limb_t *) malloc (1); } else { /* Here 1 <= len1 <= len2. */ size_t dlen; mp_limb_t *dp; size_t k, i, j; dlen = len1 + len2; dp = (mp_limb_t *) malloc (dlen * sizeof (mp_limb_t)); if (dp == NULL) return NULL; for (k = len2; k > 0; ) dp[--k] = 0; for (i = 0; i < len1; i++) { mp_limb_t digit1 = p1[i]; mp_twolimb_t carry = 0; for (j = 0; j < len2; j++) { mp_limb_t digit2 = p2[j]; carry += (mp_twolimb_t) digit1 * (mp_twolimb_t) digit2; carry += dp[i + j]; dp[i + j] = (mp_limb_t) carry; carry = carry >> GMP_LIMB_BITS; } dp[i + len2] = (mp_limb_t) carry; } /* Normalise. */ while (dlen > 0 && dp[dlen - 1] == 0) dlen--; dest->nlimbs = dlen; dest->limbs = dp; } return dest->limbs; } /* Compute the quotient of a bignum a >= 0 and a bignum b > 0. a is written as a = q * b + r with 0 <= r < b. q is the quotient, r the remainder. Finally, round-to-even is performed: If r > b/2 or if r = b/2 and q is odd, q is incremented. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * divide (mpn_t a, mpn_t b, mpn_t *q) { /* Algorithm: First normalise a and b: a=[a[m-1],...,a[0]], b=[b[n-1],...,b[0]] with m>=0 and n>0 (in base beta = 2^GMP_LIMB_BITS). If m=n=1, perform a single-precision division: r:=0, j:=m, while j>0 do {Here (q[m-1]*beta^(m-1)+...+q[j]*beta^j) * b[0] + r*beta^j = = a[m-1]*beta^(m-1)+...+a[j]*beta^j und 0<=r=n>1, perform a multiple-precision division: We have a/b < beta^(m-n+1). s:=intDsize-1-(highest bit in b[n-1]), 0<=s=beta/2. For j=m-n,...,0: {Here 0 <= r < b*beta^(j+1).} Compute q* : q* := floor((r[j+n]*beta+r[j+n-1])/b[n-1]). In case of overflow (q* >= beta) set q* := beta-1. Compute c2 := ((r[j+n]*beta+r[j+n-1]) - q* * b[n-1])*beta + r[j+n-2] and c3 := b[n-2] * q*. {We have 0 <= c2 < 2*beta^2, even 0 <= c2 < beta^2 if no overflow occurred. Furthermore 0 <= c3 < beta^2. If there was overflow and r[j+n]*beta+r[j+n-1] - q* * b[n-1] >= beta, i.e. c2 >= beta^2, the next test can be skipped.} While c3 > c2, {Here 0 <= c2 < c3 < beta^2} Put q* := q* - 1, c2 := c2 + b[n-1]*beta, c3 := c3 - b[n-2]. If q* > 0: Put r := r - b * q* * beta^j. In detail: [r[n+j],...,r[j]] := [r[n+j],...,r[j]] - q* * [b[n-1],...,b[0]]. hence: u:=0, for i:=0 to n-1 do u := u + q* * b[i], r[j+i]:=r[j+i]-(u mod beta) (+ beta, if carry), u:=u div beta (+ 1, if carry in subtraction) r[n+j]:=r[n+j]-u. {Since always u = (q* * [b[i-1],...,b[0]] div beta^i) + 1 < q* + 1 <= beta, the carry u does not overflow.} If a negative carry occurs, put q* := q* - 1 and [r[n+j],...,r[j]] := [r[n+j],...,r[j]] + [0,b[n-1],...,b[0]]. Set q[j] := q*. Normalise [q[m-n],..,q[0]]; this yields the quotient q. Shift [r[n-1],...,r[0]] right by s bits and normalise; this yields the rest r. The room for q[j] can be allocated at the memory location of r[n+j]. Finally, round-to-even: Shift r left by 1 bit. If r > b or if r = b and q[0] is odd, q := q+1. */ const mp_limb_t *a_ptr = a.limbs; size_t a_len = a.nlimbs; const mp_limb_t *b_ptr = b.limbs; size_t b_len = b.nlimbs; mp_limb_t *roomptr; mp_limb_t *tmp_roomptr = NULL; mp_limb_t *q_ptr; size_t q_len; mp_limb_t *r_ptr; size_t r_len; /* Allocate room for a_len+2 digits. (Need a_len+1 digits for the real division and 1 more digit for the final rounding of q.) */ roomptr = (mp_limb_t *) malloc ((a_len + 2) * sizeof (mp_limb_t)); if (roomptr == NULL) return NULL; /* Normalise a. */ while (a_len > 0 && a_ptr[a_len - 1] == 0) a_len--; /* Normalise b. */ for (;;) { if (b_len == 0) /* Division by zero. */ abort (); if (b_ptr[b_len - 1] == 0) b_len--; else break; } /* Here m = a_len >= 0 and n = b_len > 0. */ if (a_len < b_len) { /* m beta^(m-2) <= a/b < beta^m */ r_ptr = roomptr; q_ptr = roomptr + 1; { mp_limb_t den = b_ptr[0]; mp_limb_t remainder = 0; const mp_limb_t *sourceptr = a_ptr + a_len; mp_limb_t *destptr = q_ptr + a_len; size_t count; for (count = a_len; count > 0; count--) { mp_twolimb_t num = ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--sourceptr; *--destptr = num / den; remainder = num % den; } /* Normalise and store r. */ if (remainder > 0) { r_ptr[0] = remainder; r_len = 1; } else r_len = 0; /* Normalise q. */ q_len = a_len; if (q_ptr[q_len - 1] == 0) q_len--; } } else { /* n>1: multiple precision division. beta^(m-1) <= a < beta^m, beta^(n-1) <= b < beta^n ==> beta^(m-n-1) <= a/b < beta^(m-n+1). */ /* Determine s. */ size_t s; { mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ /* Determine s = GMP_LIMB_BITS - integer_length (msd). Code copied from gnulib's integer_length.c. */ # if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) s = __builtin_clz (msd); # else # if defined DBL_EXPBIT0_WORD && defined DBL_EXPBIT0_BIT if (GMP_LIMB_BITS <= DBL_MANT_BIT) { /* Use 'double' operations. Assumes an IEEE 754 'double' implementation. */ # define DBL_EXP_MASK ((DBL_MAX_EXP - DBL_MIN_EXP) | 7) # define DBL_EXP_BIAS (DBL_EXP_MASK / 2 - 1) # define NWORDS \ ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) union { double value; unsigned int word[NWORDS]; } m; /* Use a single integer to floating-point conversion. */ m.value = msd; s = GMP_LIMB_BITS - (((m.word[DBL_EXPBIT0_WORD] >> DBL_EXPBIT0_BIT) & DBL_EXP_MASK) - DBL_EXP_BIAS); } else # undef NWORDS # endif { s = 31; if (msd >= 0x10000) { msd = msd >> 16; s -= 16; } if (msd >= 0x100) { msd = msd >> 8; s -= 8; } if (msd >= 0x10) { msd = msd >> 4; s -= 4; } if (msd >= 0x4) { msd = msd >> 2; s -= 2; } if (msd >= 0x2) { msd = msd >> 1; s -= 1; } } # endif } /* 0 <= s < GMP_LIMB_BITS. Copy b, shifting it left by s bits. */ if (s > 0) { tmp_roomptr = (mp_limb_t *) malloc (b_len * sizeof (mp_limb_t)); if (tmp_roomptr == NULL) { free (roomptr); return NULL; } { const mp_limb_t *sourceptr = b_ptr; mp_limb_t *destptr = tmp_roomptr; mp_twolimb_t accu = 0; size_t count; for (count = b_len; count > 0; count--) { accu += (mp_twolimb_t) *sourceptr++ << s; *destptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } /* accu must be zero, since that was how s was determined. */ if (accu != 0) abort (); } b_ptr = tmp_roomptr; } /* Copy a, shifting it left by s bits, yields r. Memory layout: At the beginning: r = roomptr[0..a_len], at the end: r = roomptr[0..b_len-1], q = roomptr[b_len..a_len] */ r_ptr = roomptr; if (s == 0) { memcpy (r_ptr, a_ptr, a_len * sizeof (mp_limb_t)); r_ptr[a_len] = 0; } else { const mp_limb_t *sourceptr = a_ptr; mp_limb_t *destptr = r_ptr; mp_twolimb_t accu = 0; size_t count; for (count = a_len; count > 0; count--) { accu += (mp_twolimb_t) *sourceptr++ << s; *destptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } *destptr++ = (mp_limb_t) accu; } q_ptr = roomptr + b_len; q_len = a_len - b_len + 1; /* q will have m-n+1 limbs */ { size_t j = a_len - b_len; /* m-n */ mp_limb_t b_msd = b_ptr[b_len - 1]; /* b[n-1] */ mp_limb_t b_2msd = b_ptr[b_len - 2]; /* b[n-2] */ mp_twolimb_t b_msdd = /* b[n-1]*beta+b[n-2] */ ((mp_twolimb_t) b_msd << GMP_LIMB_BITS) | b_2msd; /* Division loop, traversed m-n+1 times. j counts down, b is unchanged, beta/2 <= b[n-1] < beta. */ for (;;) { mp_limb_t q_star; mp_limb_t c1; if (r_ptr[j + b_len] < b_msd) /* r[j+n] < b[n-1] ? */ { /* Divide r[j+n]*beta+r[j+n-1] by b[n-1], no overflow. */ mp_twolimb_t num = ((mp_twolimb_t) r_ptr[j + b_len] << GMP_LIMB_BITS) | r_ptr[j + b_len - 1]; q_star = num / b_msd; c1 = num % b_msd; } else { /* Overflow, hence r[j+n]*beta+r[j+n-1] >= beta*b[n-1]. */ q_star = (mp_limb_t)~(mp_limb_t)0; /* q* = beta-1 */ /* Test whether r[j+n]*beta+r[j+n-1] - (beta-1)*b[n-1] >= beta <==> r[j+n]*beta+r[j+n-1] + b[n-1] >= beta*b[n-1]+beta <==> b[n-1] < floor((r[j+n]*beta+r[j+n-1]+b[n-1])/beta) {<= beta !}. If yes, jump directly to the subtraction loop. (Otherwise, r[j+n]*beta+r[j+n-1] - (beta-1)*b[n-1] < beta <==> floor((r[j+n]*beta+r[j+n-1]+b[n-1])/beta) = b[n-1] ) */ if (r_ptr[j + b_len] > b_msd || (c1 = r_ptr[j + b_len - 1] + b_msd) < b_msd) /* r[j+n] >= b[n-1]+1 or r[j+n] = b[n-1] and the addition r[j+n-1]+b[n-1] gives a carry. */ goto subtract; } /* q_star = q*, c1 = (r[j+n]*beta+r[j+n-1]) - q* * b[n-1] (>=0, 0, decrease it by b[n-1]*beta+b[n-2]. Because of b[n-1]*beta+b[n-2] >= beta^2/2 this can happen only twice. */ if (c3 > c2) { q_star = q_star - 1; /* q* := q* - 1 */ if (c3 - c2 > b_msdd) q_star = q_star - 1; /* q* := q* - 1 */ } } if (q_star > 0) subtract: { /* Subtract r := r - b * q* * beta^j. */ mp_limb_t cr; { const mp_limb_t *sourceptr = b_ptr; mp_limb_t *destptr = r_ptr + j; mp_twolimb_t carry = 0; size_t count; for (count = b_len; count > 0; count--) { /* Here 0 <= carry <= q*. */ carry = carry + (mp_twolimb_t) q_star * (mp_twolimb_t) *sourceptr++ + (mp_limb_t) ~(*destptr); /* Here 0 <= carry <= beta*q* + beta-1. */ *destptr++ = ~(mp_limb_t) carry; carry = carry >> GMP_LIMB_BITS; /* <= q* */ } cr = (mp_limb_t) carry; } /* Subtract cr from r_ptr[j + b_len], then forget about r_ptr[j + b_len]. */ if (cr > r_ptr[j + b_len]) { /* Subtraction gave a carry. */ q_star = q_star - 1; /* q* := q* - 1 */ /* Add b back. */ { const mp_limb_t *sourceptr = b_ptr; mp_limb_t *destptr = r_ptr + j; mp_limb_t carry = 0; size_t count; for (count = b_len; count > 0; count--) { mp_limb_t source1 = *sourceptr++; mp_limb_t source2 = *destptr; *destptr++ = source1 + source2 + carry; carry = (carry ? source1 >= (mp_limb_t) ~source2 : source1 > (mp_limb_t) ~source2); } } /* Forget about the carry and about r[j+n]. */ } } /* q* is determined. Store it as q[j]. */ q_ptr[j] = q_star; if (j == 0) break; j--; } } r_len = b_len; /* Normalise q. */ if (q_ptr[q_len - 1] == 0) q_len--; # if 0 /* Not needed here, since we need r only to compare it with b/2, and b is shifted left by s bits. */ /* Shift r right by s bits. */ if (s > 0) { mp_limb_t ptr = r_ptr + r_len; mp_twolimb_t accu = 0; size_t count; for (count = r_len; count > 0; count--) { accu = (mp_twolimb_t) (mp_limb_t) accu << GMP_LIMB_BITS; accu += (mp_twolimb_t) *--ptr << (GMP_LIMB_BITS - s); *ptr = (mp_limb_t) (accu >> GMP_LIMB_BITS); } } # endif /* Normalise r. */ while (r_len > 0 && r_ptr[r_len - 1] == 0) r_len--; } /* Compare r << 1 with b. */ if (r_len > b_len) goto increment_q; { size_t i; for (i = b_len;;) { mp_limb_t r_i = (i <= r_len && i > 0 ? r_ptr[i - 1] >> (GMP_LIMB_BITS - 1) : 0) | (i < r_len ? r_ptr[i] << 1 : 0); mp_limb_t b_i = (i < b_len ? b_ptr[i] : 0); if (r_i > b_i) goto increment_q; if (r_i < b_i) goto keep_q; if (i == 0) break; i--; } } if (q_len > 0 && ((q_ptr[0] & 1) != 0)) /* q is odd. */ increment_q: { size_t i; for (i = 0; i < q_len; i++) if (++(q_ptr[i]) != 0) goto keep_q; q_ptr[q_len++] = 1; } keep_q: if (tmp_roomptr != NULL) free (tmp_roomptr); q->limbs = q_ptr; q->nlimbs = q_len; return roomptr; } /* Convert a bignum a >= 0, multiplied with 10^extra_zeroes, to decimal representation. Destroys the contents of a. Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * convert_to_decimal (mpn_t a, size_t extra_zeroes) { mp_limb_t *a_ptr = a.limbs; size_t a_len = a.nlimbs; /* 0.03345 is slightly larger than log(2)/(9*log(10)). */ size_t c_len = 9 * ((size_t)(a_len * (GMP_LIMB_BITS * 0.03345f)) + 1); char *c_ptr = (char *) malloc (xsum (c_len, extra_zeroes)); if (c_ptr != NULL) { char *d_ptr = c_ptr; for (; extra_zeroes > 0; extra_zeroes--) *d_ptr++ = '0'; while (a_len > 0) { /* Divide a by 10^9, in-place. */ mp_limb_t remainder = 0; mp_limb_t *ptr = a_ptr + a_len; size_t count; for (count = a_len; count > 0; count--) { mp_twolimb_t num = ((mp_twolimb_t) remainder << GMP_LIMB_BITS) | *--ptr; *ptr = num / 1000000000; remainder = num % 1000000000; } /* Store the remainder as 9 decimal digits. */ for (count = 9; count > 0; count--) { *d_ptr++ = '0' + (remainder % 10); remainder = remainder / 10; } /* Normalize a. */ if (a_ptr[a_len - 1] == 0) a_len--; } /* Remove leading zeroes. */ while (d_ptr > c_ptr && d_ptr[-1] == '0') d_ptr--; /* But keep at least one zero. */ if (d_ptr == c_ptr) *d_ptr++ = '0'; /* Terminate the string. */ *d_ptr = '\0'; } return c_ptr; } # if NEED_PRINTF_LONG_DOUBLE /* Assuming x is finite and >= 0: write x as x = 2^e * m, where m is a bignum. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * decode_long_double (long double x, int *ep, mpn_t *mp) { mpn_t m; int exp; long double y; size_t i; /* Allocate memory for result. */ m.nlimbs = (LDBL_MANT_BIT + GMP_LIMB_BITS - 1) / GMP_LIMB_BITS; m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t)); if (m.limbs == NULL) return NULL; /* Split into exponential part and mantissa. */ y = frexpl (x, &exp); if (!(y >= 0.0L && y < 1.0L)) abort (); /* x = 2^exp * y = 2^(exp - LDBL_MANT_BIT) * (y * 2^LDBL_MANT_BIT), and the latter is an integer. */ /* Convert the mantissa (y * 2^LDBL_MANT_BIT) to a sequence of limbs. I'm not sure whether it's safe to cast a 'long double' value between 2^31 and 2^32 to 'unsigned int', therefore play safe and cast only 'long double' values between 0 and 2^16 (to 'unsigned int' or 'int', doesn't matter). */ # if (LDBL_MANT_BIT % GMP_LIMB_BITS) != 0 # if (LDBL_MANT_BIT % GMP_LIMB_BITS) > GMP_LIMB_BITS / 2 { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (LDBL_MANT_BIT % (GMP_LIMB_BITS / 2)); hi = (int) y; y -= hi; if (!(y >= 0.0L && y < 1.0L)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0L && y < 1.0L)) abort (); m.limbs[LDBL_MANT_BIT / GMP_LIMB_BITS] = (hi << (GMP_LIMB_BITS / 2)) | lo; } # else { mp_limb_t d; y *= (mp_limb_t) 1 << (LDBL_MANT_BIT % GMP_LIMB_BITS); d = (int) y; y -= d; if (!(y >= 0.0L && y < 1.0L)) abort (); m.limbs[LDBL_MANT_BIT / GMP_LIMB_BITS] = d; } # endif # endif for (i = LDBL_MANT_BIT / GMP_LIMB_BITS; i > 0; ) { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); hi = (int) y; y -= hi; if (!(y >= 0.0L && y < 1.0L)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0L && y < 1.0L)) abort (); m.limbs[--i] = (hi << (GMP_LIMB_BITS / 2)) | lo; } # if 0 /* On FreeBSD 6.1/x86, 'long double' numbers sometimes have excess precision. */ if (!(y == 0.0L)) abort (); # endif /* Normalise. */ while (m.nlimbs > 0 && m.limbs[m.nlimbs - 1] == 0) m.nlimbs--; *mp = m; *ep = exp - LDBL_MANT_BIT; return m.limbs; } # endif # if NEED_PRINTF_DOUBLE /* Assuming x is finite and >= 0: write x as x = 2^e * m, where m is a bignum. Return the allocated memory in case of success, NULL in case of memory allocation failure. */ static void * decode_double (double x, int *ep, mpn_t *mp) { mpn_t m; int exp; double y; size_t i; /* Allocate memory for result. */ m.nlimbs = (DBL_MANT_BIT + GMP_LIMB_BITS - 1) / GMP_LIMB_BITS; m.limbs = (mp_limb_t *) malloc (m.nlimbs * sizeof (mp_limb_t)); if (m.limbs == NULL) return NULL; /* Split into exponential part and mantissa. */ y = frexp (x, &exp); if (!(y >= 0.0 && y < 1.0)) abort (); /* x = 2^exp * y = 2^(exp - DBL_MANT_BIT) * (y * 2^DBL_MANT_BIT), and the latter is an integer. */ /* Convert the mantissa (y * 2^DBL_MANT_BIT) to a sequence of limbs. I'm not sure whether it's safe to cast a 'double' value between 2^31 and 2^32 to 'unsigned int', therefore play safe and cast only 'double' values between 0 and 2^16 (to 'unsigned int' or 'int', doesn't matter). */ # if (DBL_MANT_BIT % GMP_LIMB_BITS) != 0 # if (DBL_MANT_BIT % GMP_LIMB_BITS) > GMP_LIMB_BITS / 2 { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (DBL_MANT_BIT % (GMP_LIMB_BITS / 2)); hi = (int) y; y -= hi; if (!(y >= 0.0 && y < 1.0)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0 && y < 1.0)) abort (); m.limbs[DBL_MANT_BIT / GMP_LIMB_BITS] = (hi << (GMP_LIMB_BITS / 2)) | lo; } # else { mp_limb_t d; y *= (mp_limb_t) 1 << (DBL_MANT_BIT % GMP_LIMB_BITS); d = (int) y; y -= d; if (!(y >= 0.0 && y < 1.0)) abort (); m.limbs[DBL_MANT_BIT / GMP_LIMB_BITS] = d; } # endif # endif for (i = DBL_MANT_BIT / GMP_LIMB_BITS; i > 0; ) { mp_limb_t hi, lo; y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); hi = (int) y; y -= hi; if (!(y >= 0.0 && y < 1.0)) abort (); y *= (mp_limb_t) 1 << (GMP_LIMB_BITS / 2); lo = (int) y; y -= lo; if (!(y >= 0.0 && y < 1.0)) abort (); m.limbs[--i] = (hi << (GMP_LIMB_BITS / 2)) | lo; } if (!(y == 0.0)) abort (); /* Normalise. */ while (m.nlimbs > 0 && m.limbs[m.nlimbs - 1] == 0) m.nlimbs--; *mp = m; *ep = exp - DBL_MANT_BIT; return m.limbs; } # endif /* Assuming x = 2^e * m is finite and >= 0, and n is an integer: Returns the decimal representation of round (x * 10^n). Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * scale10_round_decimal_decoded (int e, mpn_t m, void *memory, int n) { int s; size_t extra_zeroes; unsigned int abs_n; unsigned int abs_s; mp_limb_t *pow5_ptr; size_t pow5_len; unsigned int s_limbs; unsigned int s_bits; mpn_t pow5; mpn_t z; void *z_memory; char *digits; if (memory == NULL) return NULL; /* x = 2^e * m, hence y = round (2^e * 10^n * m) = round (2^(e+n) * 5^n * m) = round (2^s * 5^n * m). */ s = e + n; extra_zeroes = 0; /* Factor out a common power of 10 if possible. */ if (s > 0 && n > 0) { extra_zeroes = (s < n ? s : n); s -= extra_zeroes; n -= extra_zeroes; } /* Here y = round (2^s * 5^n * m) * 10^extra_zeroes. Before converting to decimal, we need to compute z = round (2^s * 5^n * m). */ /* Compute 5^|n|, possibly shifted by |s| bits if n and s have the same sign. 2.322 is slightly larger than log(5)/log(2). */ abs_n = (n >= 0 ? n : -n); abs_s = (s >= 0 ? s : -s); pow5_ptr = (mp_limb_t *) malloc (((int)(abs_n * (2.322f / GMP_LIMB_BITS)) + 1 + abs_s / GMP_LIMB_BITS + 1) * sizeof (mp_limb_t)); if (pow5_ptr == NULL) { free (memory); return NULL; } /* Initialize with 1. */ pow5_ptr[0] = 1; pow5_len = 1; /* Multiply with 5^|n|. */ if (abs_n > 0) { static mp_limb_t const small_pow5[13 + 1] = { 1, 5, 25, 125, 625, 3125, 15625, 78125, 390625, 1953125, 9765625, 48828125, 244140625, 1220703125 }; unsigned int n13; for (n13 = 0; n13 <= abs_n; n13 += 13) { mp_limb_t digit1 = small_pow5[n13 + 13 <= abs_n ? 13 : abs_n - n13]; size_t j; mp_twolimb_t carry = 0; for (j = 0; j < pow5_len; j++) { mp_limb_t digit2 = pow5_ptr[j]; carry += (mp_twolimb_t) digit1 * (mp_twolimb_t) digit2; pow5_ptr[j] = (mp_limb_t) carry; carry = carry >> GMP_LIMB_BITS; } if (carry > 0) pow5_ptr[pow5_len++] = (mp_limb_t) carry; } } s_limbs = abs_s / GMP_LIMB_BITS; s_bits = abs_s % GMP_LIMB_BITS; if (n >= 0 ? s >= 0 : s <= 0) { /* Multiply with 2^|s|. */ if (s_bits > 0) { mp_limb_t *ptr = pow5_ptr; mp_twolimb_t accu = 0; size_t count; for (count = pow5_len; count > 0; count--) { accu += (mp_twolimb_t) *ptr << s_bits; *ptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } if (accu > 0) { *ptr = (mp_limb_t) accu; pow5_len++; } } if (s_limbs > 0) { size_t count; for (count = pow5_len; count > 0;) { count--; pow5_ptr[s_limbs + count] = pow5_ptr[count]; } for (count = s_limbs; count > 0;) { count--; pow5_ptr[count] = 0; } pow5_len += s_limbs; } pow5.limbs = pow5_ptr; pow5.nlimbs = pow5_len; if (n >= 0) { /* Multiply m with pow5. No division needed. */ z_memory = multiply (m, pow5, &z); } else { /* Divide m by pow5 and round. */ z_memory = divide (m, pow5, &z); } } else { pow5.limbs = pow5_ptr; pow5.nlimbs = pow5_len; if (n >= 0) { /* n >= 0, s < 0. Multiply m with pow5, then divide by 2^|s|. */ mpn_t numerator; mpn_t denominator; void *tmp_memory; tmp_memory = multiply (m, pow5, &numerator); if (tmp_memory == NULL) { free (pow5_ptr); free (memory); return NULL; } /* Construct 2^|s|. */ { mp_limb_t *ptr = pow5_ptr + pow5_len; size_t i; for (i = 0; i < s_limbs; i++) ptr[i] = 0; ptr[s_limbs] = (mp_limb_t) 1 << s_bits; denominator.limbs = ptr; denominator.nlimbs = s_limbs + 1; } z_memory = divide (numerator, denominator, &z); free (tmp_memory); } else { /* n < 0, s > 0. Multiply m with 2^s, then divide by pow5. */ mpn_t numerator; mp_limb_t *num_ptr; num_ptr = (mp_limb_t *) malloc ((m.nlimbs + s_limbs + 1) * sizeof (mp_limb_t)); if (num_ptr == NULL) { free (pow5_ptr); free (memory); return NULL; } { mp_limb_t *destptr = num_ptr; { size_t i; for (i = 0; i < s_limbs; i++) *destptr++ = 0; } if (s_bits > 0) { const mp_limb_t *sourceptr = m.limbs; mp_twolimb_t accu = 0; size_t count; for (count = m.nlimbs; count > 0; count--) { accu += (mp_twolimb_t) *sourceptr++ << s_bits; *destptr++ = (mp_limb_t) accu; accu = accu >> GMP_LIMB_BITS; } if (accu > 0) *destptr++ = (mp_limb_t) accu; } else { const mp_limb_t *sourceptr = m.limbs; size_t count; for (count = m.nlimbs; count > 0; count--) *destptr++ = *sourceptr++; } numerator.limbs = num_ptr; numerator.nlimbs = destptr - num_ptr; } z_memory = divide (numerator, pow5, &z); free (num_ptr); } } free (pow5_ptr); free (memory); /* Here y = round (x * 10^n) = z * 10^extra_zeroes. */ if (z_memory == NULL) return NULL; digits = convert_to_decimal (z, extra_zeroes); free (z_memory); return digits; } # if NEED_PRINTF_LONG_DOUBLE /* Assuming x is finite and >= 0, and n is an integer: Returns the decimal representation of round (x * 10^n). Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * scale10_round_decimal_long_double (long double x, int n) { int e IF_LINT(= 0); mpn_t m; void *memory = decode_long_double (x, &e, &m); return scale10_round_decimal_decoded (e, m, memory, n); } # endif # if NEED_PRINTF_DOUBLE /* Assuming x is finite and >= 0, and n is an integer: Returns the decimal representation of round (x * 10^n). Return the allocated memory - containing the decimal digits in low-to-high order, terminated with a NUL character - in case of success, NULL in case of memory allocation failure. */ static char * scale10_round_decimal_double (double x, int n) { int e IF_LINT(= 0); mpn_t m; void *memory = decode_double (x, &e, &m); return scale10_round_decimal_decoded (e, m, memory, n); } # endif # if NEED_PRINTF_LONG_DOUBLE /* Assuming x is finite and > 0: Return an approximation for n with 10^n <= x < 10^(n+1). The approximation is usually the right n, but may be off by 1 sometimes. */ static int floorlog10l (long double x) { int exp; long double y; double z; double l; /* Split into exponential part and mantissa. */ y = frexpl (x, &exp); if (!(y >= 0.0L && y < 1.0L)) abort (); if (y == 0.0L) return INT_MIN; if (y < 0.5L) { while (y < (1.0L / (1 << (GMP_LIMB_BITS / 2)) / (1 << (GMP_LIMB_BITS / 2)))) { y *= 1.0L * (1 << (GMP_LIMB_BITS / 2)) * (1 << (GMP_LIMB_BITS / 2)); exp -= GMP_LIMB_BITS; } if (y < (1.0L / (1 << 16))) { y *= 1.0L * (1 << 16); exp -= 16; } if (y < (1.0L / (1 << 8))) { y *= 1.0L * (1 << 8); exp -= 8; } if (y < (1.0L / (1 << 4))) { y *= 1.0L * (1 << 4); exp -= 4; } if (y < (1.0L / (1 << 2))) { y *= 1.0L * (1 << 2); exp -= 2; } if (y < (1.0L / (1 << 1))) { y *= 1.0L * (1 << 1); exp -= 1; } } if (!(y >= 0.5L && y < 1.0L)) abort (); /* Compute an approximation for l = log2(x) = exp + log2(y). */ l = exp; z = y; if (z < 0.70710678118654752444) { z *= 1.4142135623730950488; l -= 0.5; } if (z < 0.8408964152537145431) { z *= 1.1892071150027210667; l -= 0.25; } if (z < 0.91700404320467123175) { z *= 1.0905077326652576592; l -= 0.125; } if (z < 0.9576032806985736469) { z *= 1.0442737824274138403; l -= 0.0625; } /* Now 0.95 <= z <= 1.01. */ z = 1 - z; /* log2(1-z) = 1/log(2) * (- z - z^2/2 - z^3/3 - z^4/4 - ...) Four terms are enough to get an approximation with error < 10^-7. */ l -= 1.4426950408889634074 * z * (1.0 + z * (0.5 + z * ((1.0 / 3) + z * 0.25))); /* Finally multiply with log(2)/log(10), yields an approximation for log10(x). */ l *= 0.30102999566398119523; /* Round down to the next integer. */ return (int) l + (l < 0 ? -1 : 0); } # endif # if NEED_PRINTF_DOUBLE /* Assuming x is finite and > 0: Return an approximation for n with 10^n <= x < 10^(n+1). The approximation is usually the right n, but may be off by 1 sometimes. */ static int floorlog10 (double x) { int exp; double y; double z; double l; /* Split into exponential part and mantissa. */ y = frexp (x, &exp); if (!(y >= 0.0 && y < 1.0)) abort (); if (y == 0.0) return INT_MIN; if (y < 0.5) { while (y < (1.0 / (1 << (GMP_LIMB_BITS / 2)) / (1 << (GMP_LIMB_BITS / 2)))) { y *= 1.0 * (1 << (GMP_LIMB_BITS / 2)) * (1 << (GMP_LIMB_BITS / 2)); exp -= GMP_LIMB_BITS; } if (y < (1.0 / (1 << 16))) { y *= 1.0 * (1 << 16); exp -= 16; } if (y < (1.0 / (1 << 8))) { y *= 1.0 * (1 << 8); exp -= 8; } if (y < (1.0 / (1 << 4))) { y *= 1.0 * (1 << 4); exp -= 4; } if (y < (1.0 / (1 << 2))) { y *= 1.0 * (1 << 2); exp -= 2; } if (y < (1.0 / (1 << 1))) { y *= 1.0 * (1 << 1); exp -= 1; } } if (!(y >= 0.5 && y < 1.0)) abort (); /* Compute an approximation for l = log2(x) = exp + log2(y). */ l = exp; z = y; if (z < 0.70710678118654752444) { z *= 1.4142135623730950488; l -= 0.5; } if (z < 0.8408964152537145431) { z *= 1.1892071150027210667; l -= 0.25; } if (z < 0.91700404320467123175) { z *= 1.0905077326652576592; l -= 0.125; } if (z < 0.9576032806985736469) { z *= 1.0442737824274138403; l -= 0.0625; } /* Now 0.95 <= z <= 1.01. */ z = 1 - z; /* log2(1-z) = 1/log(2) * (- z - z^2/2 - z^3/3 - z^4/4 - ...) Four terms are enough to get an approximation with error < 10^-7. */ l -= 1.4426950408889634074 * z * (1.0 + z * (0.5 + z * ((1.0 / 3) + z * 0.25))); /* Finally multiply with log(2)/log(10), yields an approximation for log10(x). */ l *= 0.30102999566398119523; /* Round down to the next integer. */ return (int) l + (l < 0 ? -1 : 0); } # endif /* Tests whether a string of digits consists of exactly PRECISION zeroes and a single '1' digit. */ static int is_borderline (const char *digits, size_t precision) { for (; precision > 0; precision--, digits++) if (*digits != '0') return 0; if (*digits != '1') return 0; digits++; return *digits == '\0'; } #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 /* Use a different function name, to make it possible that the 'wchar_t' parametrization and the 'char' parametrization get compiled in the same translation unit. */ # if WIDE_CHAR_VERSION # define MAX_ROOM_NEEDED wmax_room_needed # else # define MAX_ROOM_NEEDED max_room_needed # endif /* Returns the number of TCHAR_T units needed as temporary space for the result of sprintf or SNPRINTF of a single conversion directive. */ static inline size_t MAX_ROOM_NEEDED (const arguments *ap, size_t arg_index, FCHAR_T conversion, arg_type type, int flags, size_t width, int has_precision, size_t precision, int pad_ourselves) { size_t tmp_length; switch (conversion) { case 'd': case 'i': case 'u': # if HAVE_LONG_LONG_INT if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) tmp_length = (unsigned int) (sizeof (unsigned long long) * CHAR_BIT * 0.30103 /* binary -> decimal */ ) + 1; /* turn floor into ceil */ else # endif if (type == TYPE_LONGINT || type == TYPE_ULONGINT) tmp_length = (unsigned int) (sizeof (unsigned long) * CHAR_BIT * 0.30103 /* binary -> decimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (sizeof (unsigned int) * CHAR_BIT * 0.30103 /* binary -> decimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Multiply by 2, as an estimate for FLAG_GROUP. */ tmp_length = xsum (tmp_length, tmp_length); /* Add 1, to account for a leading sign. */ tmp_length = xsum (tmp_length, 1); break; case 'o': # if HAVE_LONG_LONG_INT if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) tmp_length = (unsigned int) (sizeof (unsigned long long) * CHAR_BIT * 0.333334 /* binary -> octal */ ) + 1; /* turn floor into ceil */ else # endif if (type == TYPE_LONGINT || type == TYPE_ULONGINT) tmp_length = (unsigned int) (sizeof (unsigned long) * CHAR_BIT * 0.333334 /* binary -> octal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (sizeof (unsigned int) * CHAR_BIT * 0.333334 /* binary -> octal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Add 1, to account for a leading sign. */ tmp_length = xsum (tmp_length, 1); break; case 'x': case 'X': # if HAVE_LONG_LONG_INT if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT) tmp_length = (unsigned int) (sizeof (unsigned long long) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1; /* turn floor into ceil */ else # endif if (type == TYPE_LONGINT || type == TYPE_ULONGINT) tmp_length = (unsigned int) (sizeof (unsigned long) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (sizeof (unsigned int) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Add 2, to account for a leading sign or alternate form. */ tmp_length = xsum (tmp_length, 2); break; case 'f': case 'F': if (type == TYPE_LONGDOUBLE) tmp_length = (unsigned int) (LDBL_MAX_EXP * 0.30103 /* binary -> decimal */ * 2 /* estimate for FLAG_GROUP */ ) + 1 /* turn floor into ceil */ + 10; /* sign, decimal point etc. */ else tmp_length = (unsigned int) (DBL_MAX_EXP * 0.30103 /* binary -> decimal */ * 2 /* estimate for FLAG_GROUP */ ) + 1 /* turn floor into ceil */ + 10; /* sign, decimal point etc. */ tmp_length = xsum (tmp_length, precision); break; case 'e': case 'E': case 'g': case 'G': tmp_length = 12; /* sign, decimal point, exponent etc. */ tmp_length = xsum (tmp_length, precision); break; case 'a': case 'A': if (type == TYPE_LONGDOUBLE) tmp_length = (unsigned int) (LDBL_DIG * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) (DBL_DIG * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Account for sign, decimal point etc. */ tmp_length = xsum (tmp_length, 12); break; case 'c': # if HAVE_WINT_T && !WIDE_CHAR_VERSION if (type == TYPE_WIDE_CHAR) tmp_length = MB_CUR_MAX; else # endif tmp_length = 1; break; case 's': # if HAVE_WCHAR_T if (type == TYPE_WIDE_STRING) { # if WIDE_CHAR_VERSION /* ISO C says about %ls in fwprintf: "If the precision is not specified or is greater than the size of the array, the array shall contain a null wide character." So if there is a precision, we must not use wcslen. */ const wchar_t *arg = ap->arg[arg_index].a.a_wide_string; if (has_precision) tmp_length = local_wcsnlen (arg, precision); else tmp_length = local_wcslen (arg); # else /* ISO C says about %ls in fprintf: "If a precision is specified, no more than that many bytes are written (including shift sequences, if any), and the array shall contain a null wide character if, to equal the multibyte character sequence length given by the precision, the function would need to access a wide character one past the end of the array." So if there is a precision, we must not use wcslen. */ /* This case has already been handled separately in VASNPRINTF. */ abort (); # endif } else # endif { # if WIDE_CHAR_VERSION /* ISO C says about %s in fwprintf: "If the precision is not specified or is greater than the size of the converted array, the converted array shall contain a null wide character." So if there is a precision, we must not use strlen. */ /* This case has already been handled separately in VASNPRINTF. */ abort (); # else /* ISO C says about %s in fprintf: "If the precision is not specified or greater than the size of the array, the array shall contain a null character." So if there is a precision, we must not use strlen. */ const char *arg = ap->arg[arg_index].a.a_string; if (has_precision) tmp_length = local_strnlen (arg, precision); else tmp_length = strlen (arg); # endif } break; case 'p': tmp_length = (unsigned int) (sizeof (void *) * CHAR_BIT * 0.25 /* binary -> hexadecimal */ ) + 1 /* turn floor into ceil */ + 2; /* account for leading 0x */ break; default: abort (); } if (!pad_ourselves) { # if ENABLE_UNISTDIO /* Padding considers the number of characters, therefore the number of elements after padding may be > max (tmp_length, width) but is certainly <= tmp_length + width. */ tmp_length = xsum (tmp_length, width); # else /* Padding considers the number of elements, says POSIX. */ if (tmp_length < width) tmp_length = width; # endif } tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ return tmp_length; } #endif DCHAR_T * VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, const FCHAR_T *format, va_list args) { DIRECTIVES d; arguments a; if (PRINTF_PARSE (format, &d, &a) < 0) /* errno is already set. */ return NULL; #define CLEANUP() \ if (d.dir != d.direct_alloc_dir) \ free (d.dir); \ if (a.arg != a.direct_alloc_arg) \ free (a.arg); if (PRINTF_FETCHARGS (args, &a) < 0) { CLEANUP (); errno = EINVAL; return NULL; } { size_t buf_neededlength; TCHAR_T *buf; TCHAR_T *buf_malloced; const FCHAR_T *cp; size_t i; DIRECTIVE *dp; /* Output string accumulator. */ DCHAR_T *result; size_t allocated; size_t length; /* Allocate a small buffer that will hold a directive passed to sprintf or snprintf. */ buf_neededlength = xsum4 (7, d.max_width_length, d.max_precision_length, 6); #if HAVE_ALLOCA if (buf_neededlength < 4000 / sizeof (TCHAR_T)) { buf = (TCHAR_T *) alloca (buf_neededlength * sizeof (TCHAR_T)); buf_malloced = NULL; } else #endif { size_t buf_memsize = xtimes (buf_neededlength, sizeof (TCHAR_T)); if (size_overflow_p (buf_memsize)) goto out_of_memory_1; buf = (TCHAR_T *) malloc (buf_memsize); if (buf == NULL) goto out_of_memory_1; buf_malloced = buf; } if (resultbuf != NULL) { result = resultbuf; allocated = *lengthp; } else { result = NULL; allocated = 0; } length = 0; /* Invariants: result is either == resultbuf or == NULL or malloc-allocated. If length > 0, then result != NULL. */ /* Ensures that allocated >= needed. Aborts through a jump to out_of_memory if needed is SIZE_MAX or otherwise too big. */ #define ENSURE_ALLOCATION(needed) \ if ((needed) > allocated) \ { \ size_t memory_size; \ DCHAR_T *memory; \ \ allocated = (allocated > 0 ? xtimes (allocated, 2) : 12); \ if ((needed) > allocated) \ allocated = (needed); \ memory_size = xtimes (allocated, sizeof (DCHAR_T)); \ if (size_overflow_p (memory_size)) \ goto out_of_memory; \ if (result == resultbuf || result == NULL) \ memory = (DCHAR_T *) malloc (memory_size); \ else \ memory = (DCHAR_T *) realloc (result, memory_size); \ if (memory == NULL) \ goto out_of_memory; \ if (result == resultbuf && length > 0) \ DCHAR_CPY (memory, result, length); \ result = memory; \ } for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++) { if (cp != dp->dir_start) { size_t n = dp->dir_start - cp; size_t augmented_length = xsum (length, n); ENSURE_ALLOCATION (augmented_length); /* This copies a piece of FCHAR_T[] into a DCHAR_T[]. Here we need that the format string contains only ASCII characters if FCHAR_T and DCHAR_T are not the same type. */ if (sizeof (FCHAR_T) == sizeof (DCHAR_T)) { DCHAR_CPY (result + length, (const DCHAR_T *) cp, n); length = augmented_length; } else { do result[length++] = (unsigned char) *cp++; while (--n > 0); } } if (i == d.count) break; /* Execute a single directive. */ if (dp->conversion == '%') { size_t augmented_length; if (!(dp->arg_index == ARG_NONE)) abort (); augmented_length = xsum (length, 1); ENSURE_ALLOCATION (augmented_length); result[length] = '%'; length = augmented_length; } else { if (!(dp->arg_index != ARG_NONE)) abort (); if (dp->conversion == 'n') { switch (a.arg[dp->arg_index].type) { case TYPE_COUNT_SCHAR_POINTER: *a.arg[dp->arg_index].a.a_count_schar_pointer = length; break; case TYPE_COUNT_SHORT_POINTER: *a.arg[dp->arg_index].a.a_count_short_pointer = length; break; case TYPE_COUNT_INT_POINTER: *a.arg[dp->arg_index].a.a_count_int_pointer = length; break; case TYPE_COUNT_LONGINT_POINTER: *a.arg[dp->arg_index].a.a_count_longint_pointer = length; break; #if HAVE_LONG_LONG_INT case TYPE_COUNT_LONGLONGINT_POINTER: *a.arg[dp->arg_index].a.a_count_longlongint_pointer = length; break; #endif default: abort (); } } #if ENABLE_UNISTDIO /* The unistdio extensions. */ else if (dp->conversion == 'U') { arg_type type = a.arg[dp->arg_index].type; int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 0; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } switch (type) { case TYPE_U8_STRING: { const uint8_t *arg = a.arg[dp->arg_index].a.a_u8_string; const uint8_t *arg_end; size_t characters; if (has_precision) { /* Use only PRECISION characters, from the left. */ arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count = u8_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of characters. */ arg_end = arg; characters = 0; for (;;) { int count = u8_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + u8_strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_UINT8_T { size_t n = arg_end - arg; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_CPY (result + length, arg, n); length += n; } # else { /* Convert. */ DCHAR_T *converted = result + length; size_t converted_len = allocated - length; # if DCHAR_IS_TCHAR /* Convert from UTF-8 to locale encoding. */ converted = u8_conv_to_encoding (locale_charset (), iconveh_question_mark, arg, arg_end - arg, NULL, converted, &converted_len); # else /* Convert from UTF-8 to UTF-16/UTF-32. */ converted = U8_TO_DCHAR (arg, arg_end - arg, converted, &converted_len); # endif if (converted == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } if (converted != result + length) { ENSURE_ALLOCATION (xsum (length, converted_len)); DCHAR_CPY (result + length, converted, converted_len); free (converted); } length += converted_len; } # endif if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } break; case TYPE_U16_STRING: { const uint16_t *arg = a.arg[dp->arg_index].a.a_u16_string; const uint16_t *arg_end; size_t characters; if (has_precision) { /* Use only PRECISION characters, from the left. */ arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count = u16_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of characters. */ arg_end = arg; characters = 0; for (;;) { int count = u16_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + u16_strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_UINT16_T { size_t n = arg_end - arg; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_CPY (result + length, arg, n); length += n; } # else { /* Convert. */ DCHAR_T *converted = result + length; size_t converted_len = allocated - length; # if DCHAR_IS_TCHAR /* Convert from UTF-16 to locale encoding. */ converted = u16_conv_to_encoding (locale_charset (), iconveh_question_mark, arg, arg_end - arg, NULL, converted, &converted_len); # else /* Convert from UTF-16 to UTF-8/UTF-32. */ converted = U16_TO_DCHAR (arg, arg_end - arg, converted, &converted_len); # endif if (converted == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } if (converted != result + length) { ENSURE_ALLOCATION (xsum (length, converted_len)); DCHAR_CPY (result + length, converted, converted_len); free (converted); } length += converted_len; } # endif if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } break; case TYPE_U32_STRING: { const uint32_t *arg = a.arg[dp->arg_index].a.a_u32_string; const uint32_t *arg_end; size_t characters; if (has_precision) { /* Use only PRECISION characters, from the left. */ arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count = u32_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of characters. */ arg_end = arg; characters = 0; for (;;) { int count = u32_strmblen (arg_end); if (count == 0) break; if (count < 0) { if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + u32_strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_UINT32_T { size_t n = arg_end - arg; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_CPY (result + length, arg, n); length += n; } # else { /* Convert. */ DCHAR_T *converted = result + length; size_t converted_len = allocated - length; # if DCHAR_IS_TCHAR /* Convert from UTF-32 to locale encoding. */ converted = u32_conv_to_encoding (locale_charset (), iconveh_question_mark, arg, arg_end - arg, NULL, converted, &converted_len); # else /* Convert from UTF-32 to UTF-8/UTF-16. */ converted = U32_TO_DCHAR (arg, arg_end - arg, converted, &converted_len); # endif if (converted == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } if (converted != result + length) { ENSURE_ALLOCATION (xsum (length, converted_len)); DCHAR_CPY (result + length, converted, converted_len); free (converted); } length += converted_len; } # endif if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } break; default: abort (); } } #endif #if (!USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || (NEED_PRINTF_DIRECTIVE_LS && !defined IN_LIBINTL)) && HAVE_WCHAR_T else if (dp->conversion == 's' # if WIDE_CHAR_VERSION && a.arg[dp->arg_index].type != TYPE_WIDE_STRING # else && a.arg[dp->arg_index].type == TYPE_WIDE_STRING # endif ) { /* The normal handling of the 's' directive below requires allocating a temporary buffer. The determination of its length (tmp_length), in the case when a precision is specified, below requires a conversion between a char[] string and a wchar_t[] wide string. It could be done, but we have no guarantee that the implementation of sprintf will use the exactly same algorithm. Without this guarantee, it is possible to have buffer overrun bugs. In order to avoid such bugs, we implement the entire processing of the 's' directive ourselves. */ int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 6; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } # if WIDE_CHAR_VERSION /* %s in vasnwprintf. See the specification of fwprintf. */ { const char *arg = a.arg[dp->arg_index].a.a_string; const char *arg_end; size_t characters; if (has_precision) { /* Use only as many bytes as needed to produce PRECISION wide characters, from the left. */ # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; for (; precision > 0; precision--) { int count; # if HAVE_MBRTOWC count = mbrlen (arg_end, MB_CUR_MAX, &state); # else count = mblen (arg_end, MB_CUR_MAX); # endif if (count == 0) /* Found the terminating NUL. */ break; if (count < 0) { /* Invalid or incomplete multibyte character. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else if (has_width) { /* Use the entire string, and count the number of wide characters. */ # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; for (;;) { int count; # if HAVE_MBRTOWC count = mbrlen (arg_end, MB_CUR_MAX, &state); # else count = mblen (arg_end, MB_CUR_MAX); # endif if (count == 0) /* Found the terminating NUL. */ break; if (count < 0) { /* Invalid or incomplete multibyte character. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end += count; characters++; } } else { /* Use the entire string. */ arg_end = arg + strlen (arg); /* The number of characters doesn't matter. */ characters = 0; } if (has_width && width > characters && !(dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } if (has_precision || has_width) { /* We know the number of wide characters in advance. */ size_t remaining; # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif ENSURE_ALLOCATION (xsum (length, characters)); for (remaining = characters; remaining > 0; remaining--) { wchar_t wc; int count; # if HAVE_MBRTOWC count = mbrtowc (&wc, arg, arg_end - arg, &state); # else count = mbtowc (&wc, arg, arg_end - arg); # endif if (count <= 0) /* mbrtowc not consistent with mbrlen, or mbtowc not consistent with mblen. */ abort (); result[length++] = wc; arg += count; } if (!(arg == arg_end)) abort (); } else { # if HAVE_MBRTOWC mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif while (arg < arg_end) { wchar_t wc; int count; # if HAVE_MBRTOWC count = mbrtowc (&wc, arg, arg_end - arg, &state); # else count = mbtowc (&wc, arg, arg_end - arg); # endif if (count <= 0) /* mbrtowc not consistent with mbrlen, or mbtowc not consistent with mblen. */ abort (); ENSURE_ALLOCATION (xsum (length, 1)); result[length++] = wc; arg += count; } } if (has_width && width > characters && (dp->flags & FLAG_LEFT)) { size_t n = width - characters; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } # else /* %ls in vasnprintf. See the specification of fprintf. */ { const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string; const wchar_t *arg_end; size_t characters; # if !DCHAR_IS_TCHAR /* This code assumes that TCHAR_T is 'char'. */ verify (sizeof (TCHAR_T) == 1); TCHAR_T *tmpsrc; DCHAR_T *tmpdst; size_t tmpdst_len; # endif size_t w; if (has_precision) { /* Use only as many wide characters as needed to produce at most PRECISION bytes, from the left. */ # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; while (precision > 0) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg_end == 0) /* Found the terminating null wide character. */ break; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg_end, &state); # else count = wctomb (cbuf, *arg_end); # endif if (count < 0) { /* Cannot convert. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } if (precision < count) break; arg_end++; characters += count; precision -= count; } } # if DCHAR_IS_TCHAR else if (has_width) # else else # endif { /* Use the entire string, and count the number of bytes. */ # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif arg_end = arg; characters = 0; for (;;) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg_end == 0) /* Found the terminating null wide character. */ break; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg_end, &state); # else count = wctomb (cbuf, *arg_end); # endif if (count < 0) { /* Cannot convert. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } arg_end++; characters += count; } } # if DCHAR_IS_TCHAR else { /* Use the entire string. */ arg_end = arg + local_wcslen (arg); /* The number of bytes doesn't matter. */ characters = 0; } # endif # if !DCHAR_IS_TCHAR /* Convert the string into a piece of temporary memory. */ tmpsrc = (TCHAR_T *) malloc (characters * sizeof (TCHAR_T)); if (tmpsrc == NULL) goto out_of_memory; { TCHAR_T *tmpptr = tmpsrc; size_t remaining; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif for (remaining = characters; remaining > 0; ) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg == 0) abort (); # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg, &state); # else count = wctomb (cbuf, *arg); # endif if (count <= 0) /* Inconsistency. */ abort (); memcpy (tmpptr, cbuf, count); tmpptr += count; arg++; remaining -= count; } if (!(arg == arg_end)) abort (); } /* Convert from TCHAR_T[] to DCHAR_T[]. */ tmpdst = DCHAR_CONV_FROM_ENCODING (locale_charset (), iconveh_question_mark, tmpsrc, characters, NULL, NULL, &tmpdst_len); if (tmpdst == NULL) { int saved_errno = errno; free (tmpsrc); if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } free (tmpsrc); # endif if (has_width) { # if ENABLE_UNISTDIO /* Outside POSIX, it's preferable to compare the width against the number of _characters_ of the converted value. */ w = DCHAR_MBSNLEN (result + length, characters); # else /* The width is compared against the number of _bytes_ of the converted value, says POSIX. */ w = characters; # endif } else /* w doesn't matter. */ w = 0; if (has_width && width > w && !(dp->flags & FLAG_LEFT)) { size_t n = width - w; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } # if DCHAR_IS_TCHAR if (has_precision || has_width) { /* We know the number of bytes in advance. */ size_t remaining; # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif ENSURE_ALLOCATION (xsum (length, characters)); for (remaining = characters; remaining > 0; ) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg == 0) abort (); # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg, &state); # else count = wctomb (cbuf, *arg); # endif if (count <= 0) /* Inconsistency. */ abort (); memcpy (result + length, cbuf, count); length += count; arg++; remaining -= count; } if (!(arg == arg_end)) abort (); } else { # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t mbstate_t state; memset (&state, '\0', sizeof (mbstate_t)); # endif while (arg < arg_end) { char cbuf[64]; /* Assume MB_CUR_MAX <= 64. */ int count; if (*arg == 0) abort (); # if HAVE_WCRTOMB && !defined GNULIB_defined_mbstate_t count = wcrtomb (cbuf, *arg, &state); # else count = wctomb (cbuf, *arg); # endif if (count <= 0) { /* Cannot convert. */ if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EILSEQ; return NULL; } ENSURE_ALLOCATION (xsum (length, count)); memcpy (result + length, cbuf, count); length += count; arg++; } } # else ENSURE_ALLOCATION (xsum (length, tmpdst_len)); DCHAR_CPY (result + length, tmpdst, tmpdst_len); free (tmpdst); length += tmpdst_len; # endif if (has_width && width > w && (dp->flags & FLAG_LEFT)) { size_t n = width - w; ENSURE_ALLOCATION (xsum (length, n)); DCHAR_SET (result + length, ' ', n); length += n; } } # endif } #endif #if (NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE) && !defined IN_LIBINTL else if ((dp->conversion == 'a' || dp->conversion == 'A') # if !(NEED_PRINTF_DIRECTIVE_A || (NEED_PRINTF_LONG_DOUBLE && NEED_PRINTF_DOUBLE)) && (0 # if NEED_PRINTF_DOUBLE || a.arg[dp->arg_index].type == TYPE_DOUBLE # endif # if NEED_PRINTF_LONG_DOUBLE || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE # endif ) # endif ) { arg_type type = a.arg[dp->arg_index].type; int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; size_t tmp_length; DCHAR_T tmpbuf[700]; DCHAR_T *tmp; DCHAR_T *pad_ptr; DCHAR_T *p; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 0; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } /* Allocate a temporary buffer of sufficient size. */ if (type == TYPE_LONGDOUBLE) tmp_length = (unsigned int) ((LDBL_DIG + 1) * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ else tmp_length = (unsigned int) ((DBL_DIG + 1) * 0.831 /* decimal -> hexadecimal */ ) + 1; /* turn floor into ceil */ if (tmp_length < precision) tmp_length = precision; /* Account for sign, decimal point etc. */ tmp_length = xsum (tmp_length, 12); if (tmp_length < width) tmp_length = width; tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ if (tmp_length <= sizeof (tmpbuf) / sizeof (DCHAR_T)) tmp = tmpbuf; else { size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); if (size_overflow_p (tmp_memsize)) /* Overflow, would lead to out of memory. */ goto out_of_memory; tmp = (DCHAR_T *) malloc (tmp_memsize); if (tmp == NULL) /* Out of memory. */ goto out_of_memory; } pad_ptr = NULL; p = tmp; if (type == TYPE_LONGDOUBLE) { # if NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_LONG_DOUBLE long double arg = a.arg[dp->arg_index].a.a_longdouble; if (isnanl (arg)) { if (dp->conversion == 'A') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; DECL_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING (); if (signbit (arg)) /* arg < 0.0L or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0L && arg + arg == arg) { if (dp->conversion == 'A') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { int exponent; long double mantissa; if (arg > 0.0L) mantissa = printf_frexpl (arg, &exponent); else { exponent = 0; mantissa = 0.0L; } if (has_precision && precision < (unsigned int) ((LDBL_DIG + 1) * 0.831) + 1) { /* Round the mantissa. */ long double tail = mantissa; size_t q; for (q = precision; ; q--) { int digit = (int) tail; tail -= digit; if (q == 0) { if (digit & 1 ? tail >= 0.5L : tail > 0.5L) tail = 1 - tail; else tail = - tail; break; } tail *= 16.0L; } if (tail != 0.0L) for (q = precision; q > 0; q--) tail *= 0.0625L; mantissa += tail; } *p++ = '0'; *p++ = dp->conversion - 'A' + 'X'; pad_ptr = p; { int digit; digit = (int) mantissa; mantissa -= digit; *p++ = '0' + digit; if ((flags & FLAG_ALT) || mantissa > 0.0L || precision > 0) { *p++ = decimal_point_char (); /* This loop terminates because we assume that FLT_RADIX is a power of 2. */ while (mantissa > 0.0L) { mantissa *= 16.0L; digit = (int) mantissa; mantissa -= digit; *p++ = digit + (digit < 10 ? '0' : dp->conversion - 10); if (precision > 0) precision--; } while (precision > 0) { *p++ = '0'; precision--; } } } *p++ = dp->conversion - 'A' + 'P'; # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } END_LONG_DOUBLE_ROUNDING (); } # else abort (); # endif } else { # if NEED_PRINTF_DIRECTIVE_A || NEED_PRINTF_DOUBLE double arg = a.arg[dp->arg_index].a.a_double; if (isnand (arg)) { if (dp->conversion == 'A') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; if (signbit (arg)) /* arg < 0.0 or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0 && arg + arg == arg) { if (dp->conversion == 'A') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { int exponent; double mantissa; if (arg > 0.0) mantissa = printf_frexp (arg, &exponent); else { exponent = 0; mantissa = 0.0; } if (has_precision && precision < (unsigned int) ((DBL_DIG + 1) * 0.831) + 1) { /* Round the mantissa. */ double tail = mantissa; size_t q; for (q = precision; ; q--) { int digit = (int) tail; tail -= digit; if (q == 0) { if (digit & 1 ? tail >= 0.5 : tail > 0.5) tail = 1 - tail; else tail = - tail; break; } tail *= 16.0; } if (tail != 0.0) for (q = precision; q > 0; q--) tail *= 0.0625; mantissa += tail; } *p++ = '0'; *p++ = dp->conversion - 'A' + 'X'; pad_ptr = p; { int digit; digit = (int) mantissa; mantissa -= digit; *p++ = '0' + digit; if ((flags & FLAG_ALT) || mantissa > 0.0 || precision > 0) { *p++ = decimal_point_char (); /* This loop terminates because we assume that FLT_RADIX is a power of 2. */ while (mantissa > 0.0) { mantissa *= 16.0; digit = (int) mantissa; mantissa -= digit; *p++ = digit + (digit < 10 ? '0' : dp->conversion - 10); if (precision > 0) precision--; } while (precision > 0) { *p++ = '0'; precision--; } } } *p++ = dp->conversion - 'A' + 'P'; # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } } # else abort (); # endif } /* The generated string now extends from tmp to p, with the zero padding insertion point being at pad_ptr. */ if (has_width && p - tmp < width) { size_t pad = width - (p - tmp); DCHAR_T *end = p + pad; if (flags & FLAG_LEFT) { /* Pad with spaces on the right. */ for (; pad > 0; pad--) *p++ = ' '; } else if ((flags & FLAG_ZERO) && pad_ptr != NULL) { /* Pad with zeroes. */ DCHAR_T *q = end; while (p > pad_ptr) *--q = *--p; for (; pad > 0; pad--) *p++ = '0'; } else { /* Pad with spaces on the left. */ DCHAR_T *q = end; while (p > tmp) *--q = *--p; for (; pad > 0; pad--) *p++ = ' '; } p = end; } { size_t count = p - tmp; if (count >= tmp_length) /* tmp_length was incorrectly calculated - fix the code above! */ abort (); /* Make room for the result. */ if (count >= allocated - length) { size_t n = xsum (length, count); ENSURE_ALLOCATION (n); } /* Append the result. */ memcpy (result + length, tmp, count * sizeof (DCHAR_T)); if (tmp != tmpbuf) free (tmp); length += count; } } #endif #if (NEED_PRINTF_INFINITE_DOUBLE || NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE || NEED_PRINTF_LONG_DOUBLE) && !defined IN_LIBINTL else if ((dp->conversion == 'f' || dp->conversion == 'F' || dp->conversion == 'e' || dp->conversion == 'E' || dp->conversion == 'g' || dp->conversion == 'G' || dp->conversion == 'a' || dp->conversion == 'A') && (0 # if NEED_PRINTF_DOUBLE || a.arg[dp->arg_index].type == TYPE_DOUBLE # elif NEED_PRINTF_INFINITE_DOUBLE || (a.arg[dp->arg_index].type == TYPE_DOUBLE /* The systems (mingw) which produce wrong output for Inf, -Inf, and NaN also do so for -0.0. Therefore we treat this case here as well. */ && is_infinite_or_zero (a.arg[dp->arg_index].a.a_double)) # endif # if NEED_PRINTF_LONG_DOUBLE || a.arg[dp->arg_index].type == TYPE_LONGDOUBLE # elif NEED_PRINTF_INFINITE_LONG_DOUBLE || (a.arg[dp->arg_index].type == TYPE_LONGDOUBLE /* Some systems produce wrong output for Inf, -Inf, and NaN. Some systems in this category (IRIX 5.3) also do so for -0.0. Therefore we treat this case here as well. */ && is_infinite_or_zerol (a.arg[dp->arg_index].a.a_longdouble)) # endif )) { # if (NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE) && (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE) arg_type type = a.arg[dp->arg_index].type; # endif int flags = dp->flags; int has_width; size_t width; int has_precision; size_t precision; size_t tmp_length; DCHAR_T tmpbuf[700]; DCHAR_T *tmp; DCHAR_T *pad_ptr; DCHAR_T *p; has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } has_precision = 0; precision = 0; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } /* POSIX specifies the default precision to be 6 for %f, %F, %e, %E, but not for %g, %G. Implementations appear to use the same default precision also for %g, %G. But for %a, %A, the default precision is 0. */ if (!has_precision) if (!(dp->conversion == 'a' || dp->conversion == 'A')) precision = 6; /* Allocate a temporary buffer of sufficient size. */ # if NEED_PRINTF_DOUBLE && NEED_PRINTF_LONG_DOUBLE tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : DBL_DIG + 1); # elif NEED_PRINTF_INFINITE_DOUBLE && NEED_PRINTF_LONG_DOUBLE tmp_length = (type == TYPE_LONGDOUBLE ? LDBL_DIG + 1 : 0); # elif NEED_PRINTF_LONG_DOUBLE tmp_length = LDBL_DIG + 1; # elif NEED_PRINTF_DOUBLE tmp_length = DBL_DIG + 1; # else tmp_length = 0; # endif if (tmp_length < precision) tmp_length = precision; # if NEED_PRINTF_LONG_DOUBLE # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE if (type == TYPE_LONGDOUBLE) # endif if (dp->conversion == 'f' || dp->conversion == 'F') { long double arg = a.arg[dp->arg_index].a.a_longdouble; if (!(isnanl (arg) || arg + arg == arg)) { /* arg is finite and nonzero. */ int exponent = floorlog10l (arg < 0 ? -arg : arg); if (exponent >= 0 && tmp_length < exponent + precision) tmp_length = exponent + precision; } } # endif # if NEED_PRINTF_DOUBLE # if NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE if (type == TYPE_DOUBLE) # endif if (dp->conversion == 'f' || dp->conversion == 'F') { double arg = a.arg[dp->arg_index].a.a_double; if (!(isnand (arg) || arg + arg == arg)) { /* arg is finite and nonzero. */ int exponent = floorlog10 (arg < 0 ? -arg : arg); if (exponent >= 0 && tmp_length < exponent + precision) tmp_length = exponent + precision; } } # endif /* Account for sign, decimal point etc. */ tmp_length = xsum (tmp_length, 12); if (tmp_length < width) tmp_length = width; tmp_length = xsum (tmp_length, 1); /* account for trailing NUL */ if (tmp_length <= sizeof (tmpbuf) / sizeof (DCHAR_T)) tmp = tmpbuf; else { size_t tmp_memsize = xtimes (tmp_length, sizeof (DCHAR_T)); if (size_overflow_p (tmp_memsize)) /* Overflow, would lead to out of memory. */ goto out_of_memory; tmp = (DCHAR_T *) malloc (tmp_memsize); if (tmp == NULL) /* Out of memory. */ goto out_of_memory; } pad_ptr = NULL; p = tmp; # if NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_LONG_DOUBLE # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE if (type == TYPE_LONGDOUBLE) # endif { long double arg = a.arg[dp->arg_index].a.a_longdouble; if (isnanl (arg)) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; DECL_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING (); if (signbit (arg)) /* arg < 0.0L or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0L && arg + arg == arg) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { # if NEED_PRINTF_LONG_DOUBLE pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { char *digits; size_t ndigits; digits = scale10_round_decimal_long_double (arg, precision); if (digits == NULL) { END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } ndigits = strlen (digits); if (ndigits > precision) do { --ndigits; *p++ = digits[ndigits]; } while (ndigits > precision); else *p++ = '0'; /* Here ndigits <= precision. */ if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > ndigits; precision--) *p++ = '0'; while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } else if (dp->conversion == 'e' || dp->conversion == 'E') { int exponent; if (arg == 0.0L) { exponent = 0; *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else { /* arg > 0.0L. */ int adjusted; char *digits; size_t ndigits; exponent = floorlog10l (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_long_double (arg, (int)precision - exponent); if (digits == NULL) { END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } ndigits = strlen (digits); if (ndigits == precision + 1) break; if (ndigits < precision || ndigits > precision + 2) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits == precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision+1. */ if (is_borderline (digits, precision)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_long_double (arg, (int)precision - exponent + 1); if (digits2 == NULL) { free (digits); END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } if (strlen (digits2) == precision + 1) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision+1. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } *p++ = dp->conversion; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', '.', '2', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+.2d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+.2d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } else if (dp->conversion == 'g' || dp->conversion == 'G') { if (precision == 0) precision = 1; /* precision >= 1. */ if (arg == 0.0L) /* The exponent is 0, >= -4, < precision. Use fixed-point notation. */ { size_t ndigits = precision; /* Number of trailing zeroes that have to be dropped. */ size_t nzeroes = (flags & FLAG_ALT ? 0 : precision - 1); --ndigits; *p++ = '0'; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = '0'; } } } else { /* arg > 0.0L. */ int exponent; int adjusted; char *digits; size_t ndigits; size_t nzeroes; exponent = floorlog10l (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_long_double (arg, (int)(precision - 1) - exponent); if (digits == NULL) { END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } ndigits = strlen (digits); if (ndigits == precision) break; if (ndigits < precision - 1 || ndigits > precision + 1) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits < precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision. */ if (is_borderline (digits, precision - 1)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_long_double (arg, (int)(precision - 1) - exponent + 1); if (digits2 == NULL) { free (digits); END_LONG_DOUBLE_ROUNDING (); goto out_of_memory; } if (strlen (digits2) == precision) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision. */ /* Determine the number of trailing zeroes that have to be dropped. */ nzeroes = 0; if ((flags & FLAG_ALT) == 0) while (nzeroes < ndigits && digits[nzeroes] == '0') nzeroes++; /* The exponent is now determined. */ if (exponent >= -4 && exponent < (long)precision) { /* Fixed-point notation: max(exponent,0)+1 digits, then the decimal point, then the remaining digits without trailing zeroes. */ if (exponent >= 0) { size_t count = exponent + 1; /* Note: count <= precision = ndigits. */ for (; count > 0; count--) *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { size_t count = -exponent - 1; *p++ = '0'; *p++ = decimal_point_char (); for (; count > 0; count--) *p++ = '0'; while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { /* Exponential notation. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = { '%', '+', '.', '2', 'd', '\0' }; SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, "%+.2d", exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, "%+.2d", exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } # endif } free (digits); } } else abort (); # else /* arg is finite. */ if (!(arg == 0.0L)) abort (); pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else if (dp->conversion == 'e' || dp->conversion == 'E') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } *p++ = dp->conversion; /* 'e' or 'E' */ *p++ = '+'; *p++ = '0'; *p++ = '0'; } else if (dp->conversion == 'g' || dp->conversion == 'G') { *p++ = '0'; if (flags & FLAG_ALT) { size_t ndigits = (precision > 0 ? precision - 1 : 0); *p++ = decimal_point_char (); for (; ndigits > 0; --ndigits) *p++ = '0'; } } else if (dp->conversion == 'a' || dp->conversion == 'A') { *p++ = '0'; *p++ = dp->conversion - 'A' + 'X'; pad_ptr = p; *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } *p++ = dp->conversion - 'A' + 'P'; *p++ = '+'; *p++ = '0'; } else abort (); # endif } END_LONG_DOUBLE_ROUNDING (); } } # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE else # endif # endif # if NEED_PRINTF_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE { double arg = a.arg[dp->arg_index].a.a_double; if (isnand (arg)) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'N'; *p++ = 'A'; *p++ = 'N'; } else { *p++ = 'n'; *p++ = 'a'; *p++ = 'n'; } } else { int sign = 0; if (signbit (arg)) /* arg < 0.0 or negative zero */ { sign = -1; arg = -arg; } if (sign < 0) *p++ = '-'; else if (flags & FLAG_SHOWSIGN) *p++ = '+'; else if (flags & FLAG_SPACE) *p++ = ' '; if (arg > 0.0 && arg + arg == arg) { if (dp->conversion >= 'A' && dp->conversion <= 'Z') { *p++ = 'I'; *p++ = 'N'; *p++ = 'F'; } else { *p++ = 'i'; *p++ = 'n'; *p++ = 'f'; } } else { # if NEED_PRINTF_DOUBLE pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { char *digits; size_t ndigits; digits = scale10_round_decimal_double (arg, precision); if (digits == NULL) goto out_of_memory; ndigits = strlen (digits); if (ndigits > precision) do { --ndigits; *p++ = digits[ndigits]; } while (ndigits > precision); else *p++ = '0'; /* Here ndigits <= precision. */ if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > ndigits; precision--) *p++ = '0'; while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } else if (dp->conversion == 'e' || dp->conversion == 'E') { int exponent; if (arg == 0.0) { exponent = 0; *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else { /* arg > 0.0. */ int adjusted; char *digits; size_t ndigits; exponent = floorlog10 (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_double (arg, (int)precision - exponent); if (digits == NULL) goto out_of_memory; ndigits = strlen (digits); if (ndigits == precision + 1) break; if (ndigits < precision || ndigits > precision + 2) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits == precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision+1. */ if (is_borderline (digits, precision)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_double (arg, (int)precision - exponent + 1); if (digits2 == NULL) { free (digits); goto out_of_memory; } if (strlen (digits2) == precision + 1) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision+1. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); while (ndigits > 0) { --ndigits; *p++ = digits[ndigits]; } } free (digits); } *p++ = dp->conversion; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ { '%', '+', '.', '3', 'd', '\0' }; # else { '%', '+', '.', '2', 'd', '\0' }; # endif SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else { static const char decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ "%+.3d"; # else "%+.2d"; # endif if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, decimal_format, exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, decimal_format, exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } } # endif } else if (dp->conversion == 'g' || dp->conversion == 'G') { if (precision == 0) precision = 1; /* precision >= 1. */ if (arg == 0.0) /* The exponent is 0, >= -4, < precision. Use fixed-point notation. */ { size_t ndigits = precision; /* Number of trailing zeroes that have to be dropped. */ size_t nzeroes = (flags & FLAG_ALT ? 0 : precision - 1); --ndigits; *p++ = '0'; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = '0'; } } } else { /* arg > 0.0. */ int exponent; int adjusted; char *digits; size_t ndigits; size_t nzeroes; exponent = floorlog10 (arg); adjusted = 0; for (;;) { digits = scale10_round_decimal_double (arg, (int)(precision - 1) - exponent); if (digits == NULL) goto out_of_memory; ndigits = strlen (digits); if (ndigits == precision) break; if (ndigits < precision - 1 || ndigits > precision + 1) /* The exponent was not guessed precisely enough. */ abort (); if (adjusted) /* None of two values of exponent is the right one. Prevent an endless loop. */ abort (); free (digits); if (ndigits < precision) exponent -= 1; else exponent += 1; adjusted = 1; } /* Here ndigits = precision. */ if (is_borderline (digits, precision - 1)) { /* Maybe the exponent guess was too high and a smaller exponent can be reached by turning a 10...0 into 9...9x. */ char *digits2 = scale10_round_decimal_double (arg, (int)(precision - 1) - exponent + 1); if (digits2 == NULL) { free (digits); goto out_of_memory; } if (strlen (digits2) == precision) { free (digits); digits = digits2; exponent -= 1; } else free (digits2); } /* Here ndigits = precision. */ /* Determine the number of trailing zeroes that have to be dropped. */ nzeroes = 0; if ((flags & FLAG_ALT) == 0) while (nzeroes < ndigits && digits[nzeroes] == '0') nzeroes++; /* The exponent is now determined. */ if (exponent >= -4 && exponent < (long)precision) { /* Fixed-point notation: max(exponent,0)+1 digits, then the decimal point, then the remaining digits without trailing zeroes. */ if (exponent >= 0) { size_t count = exponent + 1; /* Note: count <= precision = ndigits. */ for (; count > 0; count--) *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { size_t count = -exponent - 1; *p++ = '0'; *p++ = decimal_point_char (); for (; count > 0; count--) *p++ = '0'; while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } } else { /* Exponential notation. */ *p++ = digits[--ndigits]; if ((flags & FLAG_ALT) || ndigits > nzeroes) { *p++ = decimal_point_char (); while (ndigits > nzeroes) { --ndigits; *p++ = digits[ndigits]; } } *p++ = dp->conversion - 'G' + 'E'; /* 'e' or 'E' */ # if WIDE_CHAR_VERSION { static const wchar_t decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ { '%', '+', '.', '3', 'd', '\0' }; # else { '%', '+', '.', '2', 'd', '\0' }; # endif SNPRINTF (p, 6 + 1, decimal_format, exponent); } while (*p != '\0') p++; # else { static const char decimal_format[] = /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ "%+.3d"; # else "%+.2d"; # endif if (sizeof (DCHAR_T) == 1) { sprintf ((char *) p, decimal_format, exponent); while (*p != '\0') p++; } else { char expbuf[6 + 1]; const char *ep; sprintf (expbuf, decimal_format, exponent); for (ep = expbuf; (*p = *ep) != '\0'; ep++) p++; } } # endif } free (digits); } } else abort (); # else /* arg is finite. */ if (!(arg == 0.0)) abort (); pad_ptr = p; if (dp->conversion == 'f' || dp->conversion == 'F') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } } else if (dp->conversion == 'e' || dp->conversion == 'E') { *p++ = '0'; if ((flags & FLAG_ALT) || precision > 0) { *p++ = decimal_point_char (); for (; precision > 0; precision--) *p++ = '0'; } *p++ = dp->conversion; /* 'e' or 'E' */ *p++ = '+'; /* Produce the same number of exponent digits as the native printf implementation. */ # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ *p++ = '0'; # endif *p++ = '0'; *p++ = '0'; } else if (dp->conversion == 'g' || dp->conversion == 'G') { *p++ = '0'; if (flags & FLAG_ALT) { size_t ndigits = (precision > 0 ? precision - 1 : 0); *p++ = decimal_point_char (); for (; ndigits > 0; --ndigits) *p++ = '0'; } } else abort (); # endif } } } # endif /* The generated string now extends from tmp to p, with the zero padding insertion point being at pad_ptr. */ if (has_width && p - tmp < width) { size_t pad = width - (p - tmp); DCHAR_T *end = p + pad; if (flags & FLAG_LEFT) { /* Pad with spaces on the right. */ for (; pad > 0; pad--) *p++ = ' '; } else if ((flags & FLAG_ZERO) && pad_ptr != NULL) { /* Pad with zeroes. */ DCHAR_T *q = end; while (p > pad_ptr) *--q = *--p; for (; pad > 0; pad--) *p++ = '0'; } else { /* Pad with spaces on the left. */ DCHAR_T *q = end; while (p > tmp) *--q = *--p; for (; pad > 0; pad--) *p++ = ' '; } p = end; } { size_t count = p - tmp; if (count >= tmp_length) /* tmp_length was incorrectly calculated - fix the code above! */ abort (); /* Make room for the result. */ if (count >= allocated - length) { size_t n = xsum (length, count); ENSURE_ALLOCATION (n); } /* Append the result. */ memcpy (result + length, tmp, count * sizeof (DCHAR_T)); if (tmp != tmpbuf) free (tmp); length += count; } } #endif else { arg_type type = a.arg[dp->arg_index].type; int flags = dp->flags; #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION int has_width; size_t width; #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || NEED_PRINTF_UNBOUNDED_PRECISION int has_precision; size_t precision; #endif #if NEED_PRINTF_UNBOUNDED_PRECISION int prec_ourselves; #else # define prec_ourselves 0 #endif #if NEED_PRINTF_FLAG_LEFTADJUST # define pad_ourselves 1 #elif !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION int pad_ourselves; #else # define pad_ourselves 0 #endif TCHAR_T *fbp; unsigned int prefix_count; int prefixes[2] IF_LINT (= { 0 }); int orig_errno; #if !USE_SNPRINTF size_t tmp_length; TCHAR_T tmpbuf[700]; TCHAR_T *tmp; #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION has_width = 0; width = 0; if (dp->width_start != dp->width_end) { if (dp->width_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->width_arg_index].a.a_int; if (arg < 0) { /* "A negative field width is taken as a '-' flag followed by a positive field width." */ flags |= FLAG_LEFT; width = (unsigned int) (-arg); } else width = arg; } else { const FCHAR_T *digitp = dp->width_start; do width = xsum (xtimes (width, 10), *digitp++ - '0'); while (digitp != dp->width_end); } has_width = 1; } #endif #if !USE_SNPRINTF || !HAVE_SNPRINTF_RETVAL_C99 || NEED_PRINTF_UNBOUNDED_PRECISION has_precision = 0; precision = 6; if (dp->precision_start != dp->precision_end) { if (dp->precision_arg_index != ARG_NONE) { int arg; if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); arg = a.arg[dp->precision_arg_index].a.a_int; /* "A negative precision is taken as if the precision were omitted." */ if (arg >= 0) { precision = arg; has_precision = 1; } } else { const FCHAR_T *digitp = dp->precision_start + 1; precision = 0; while (digitp != dp->precision_end) precision = xsum (xtimes (precision, 10), *digitp++ - '0'); has_precision = 1; } } #endif /* Decide whether to handle the precision ourselves. */ #if NEED_PRINTF_UNBOUNDED_PRECISION switch (dp->conversion) { case 'd': case 'i': case 'u': case 'o': case 'x': case 'X': case 'p': prec_ourselves = has_precision && (precision > 0); break; default: prec_ourselves = 0; break; } #endif /* Decide whether to perform the padding ourselves. */ #if !NEED_PRINTF_FLAG_LEFTADJUST && (!DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION) switch (dp->conversion) { # if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO /* If we need conversion from TCHAR_T[] to DCHAR_T[], we need to perform the padding after this conversion. Functions with unistdio extensions perform the padding based on character count rather than element count. */ case 'c': case 's': # endif # if NEED_PRINTF_FLAG_ZERO case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': case 'a': case 'A': # endif pad_ourselves = 1; break; default: pad_ourselves = prec_ourselves; break; } #endif #if !USE_SNPRINTF /* Allocate a temporary buffer of sufficient size for calling sprintf. */ tmp_length = MAX_ROOM_NEEDED (&a, dp->arg_index, dp->conversion, type, flags, width, has_precision, precision, pad_ourselves); if (tmp_length <= sizeof (tmpbuf) / sizeof (TCHAR_T)) tmp = tmpbuf; else { size_t tmp_memsize = xtimes (tmp_length, sizeof (TCHAR_T)); if (size_overflow_p (tmp_memsize)) /* Overflow, would lead to out of memory. */ goto out_of_memory; tmp = (TCHAR_T *) malloc (tmp_memsize); if (tmp == NULL) /* Out of memory. */ goto out_of_memory; } #endif /* Construct the format string for calling snprintf or sprintf. */ fbp = buf; *fbp++ = '%'; #if NEED_PRINTF_FLAG_GROUPING /* The underlying implementation doesn't support the ' flag. Produce no grouping characters in this case; this is acceptable because the grouping is locale dependent. */ #else if (flags & FLAG_GROUP) *fbp++ = '\''; #endif if (flags & FLAG_LEFT) *fbp++ = '-'; if (flags & FLAG_SHOWSIGN) *fbp++ = '+'; if (flags & FLAG_SPACE) *fbp++ = ' '; if (flags & FLAG_ALT) *fbp++ = '#'; #if __GLIBC__ >= 2 && !defined __UCLIBC__ if (flags & FLAG_LOCALIZED) *fbp++ = 'I'; #endif if (!pad_ourselves) { if (flags & FLAG_ZERO) *fbp++ = '0'; if (dp->width_start != dp->width_end) { size_t n = dp->width_end - dp->width_start; /* The width specification is known to consist only of standard ASCII characters. */ if (sizeof (FCHAR_T) == sizeof (TCHAR_T)) { memcpy (fbp, dp->width_start, n * sizeof (TCHAR_T)); fbp += n; } else { const FCHAR_T *mp = dp->width_start; do *fbp++ = (unsigned char) *mp++; while (--n > 0); } } } if (!prec_ourselves) { if (dp->precision_start != dp->precision_end) { size_t n = dp->precision_end - dp->precision_start; /* The precision specification is known to consist only of standard ASCII characters. */ if (sizeof (FCHAR_T) == sizeof (TCHAR_T)) { memcpy (fbp, dp->precision_start, n * sizeof (TCHAR_T)); fbp += n; } else { const FCHAR_T *mp = dp->precision_start; do *fbp++ = (unsigned char) *mp++; while (--n > 0); } } } switch (type) { #if HAVE_LONG_LONG_INT case TYPE_LONGLONGINT: case TYPE_ULONGLONGINT: # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ *fbp++ = 'I'; *fbp++ = '6'; *fbp++ = '4'; break; # else *fbp++ = 'l'; /*FALLTHROUGH*/ # endif #endif case TYPE_LONGINT: case TYPE_ULONGINT: #if HAVE_WINT_T case TYPE_WIDE_CHAR: #endif #if HAVE_WCHAR_T case TYPE_WIDE_STRING: #endif *fbp++ = 'l'; break; case TYPE_LONGDOUBLE: *fbp++ = 'L'; break; default: break; } #if NEED_PRINTF_DIRECTIVE_F if (dp->conversion == 'F') *fbp = 'f'; else #endif *fbp = dp->conversion; #if USE_SNPRINTF # if !(((__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && !defined __UCLIBC__) || ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)) fbp[1] = '%'; fbp[2] = 'n'; fbp[3] = '\0'; # else /* On glibc2 systems from glibc >= 2.3 - probably also older ones - we know that snprintf's return value conforms to ISO C 99: the tests gl_SNPRINTF_RETVAL_C99 and gl_SNPRINTF_TRUNCATION_C99 pass. Therefore we can avoid using %n in this situation. On glibc2 systems from 2004-10-18 or newer, the use of %n in format strings in writable memory may crash the program (if compiled with _FORTIFY_SOURCE=2), so we should avoid it in this situation. */ /* On native Windows systems (such as mingw), we can avoid using %n because: - Although the gl_SNPRINTF_TRUNCATION_C99 test fails, snprintf does not write more than the specified number of bytes. (snprintf (buf, 3, "%d %d", 4567, 89) writes '4', '5', '6' into buf, not '4', '5', '\0'.) - Although the gl_SNPRINTF_RETVAL_C99 test fails, snprintf allows us to recognize the case of an insufficient buffer size: it returns -1 in this case. On native Windows systems (such as mingw) where the OS is Windows Vista, the use of %n in format strings by default crashes the program. See and So we should avoid %n in this situation. */ fbp[1] = '\0'; # endif #else fbp[1] = '\0'; #endif /* Construct the arguments for calling snprintf or sprintf. */ prefix_count = 0; if (!pad_ourselves && dp->width_arg_index != ARG_NONE) { if (!(a.arg[dp->width_arg_index].type == TYPE_INT)) abort (); prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int; } if (!prec_ourselves && dp->precision_arg_index != ARG_NONE) { if (!(a.arg[dp->precision_arg_index].type == TYPE_INT)) abort (); prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int; } #if USE_SNPRINTF /* The SNPRINTF result is appended after result[0..length]. The latter is an array of DCHAR_T; SNPRINTF appends an array of TCHAR_T to it. This is possible because sizeof (TCHAR_T) divides sizeof (DCHAR_T) and alignof (TCHAR_T) <= alignof (DCHAR_T). */ # define TCHARS_PER_DCHAR (sizeof (DCHAR_T) / sizeof (TCHAR_T)) /* Ensure that maxlen below will be >= 2. Needed on BeOS, where an snprintf() with maxlen==1 acts like sprintf(). */ ENSURE_ALLOCATION (xsum (length, (2 + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR)); /* Prepare checking whether snprintf returns the count via %n. */ *(TCHAR_T *) (result + length) = '\0'; #endif orig_errno = errno; for (;;) { int count = -1; #if USE_SNPRINTF int retcount = 0; size_t maxlen = allocated - length; /* SNPRINTF can fail if its second argument is > INT_MAX. */ if (maxlen > INT_MAX / TCHARS_PER_DCHAR) maxlen = INT_MAX / TCHARS_PER_DCHAR; maxlen = maxlen * TCHARS_PER_DCHAR; # define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ retcount = SNPRINTF ((TCHAR_T *) (result + length), \ maxlen, buf, \ arg, &count); \ break; \ case 1: \ retcount = SNPRINTF ((TCHAR_T *) (result + length), \ maxlen, buf, \ prefixes[0], arg, &count); \ break; \ case 2: \ retcount = SNPRINTF ((TCHAR_T *) (result + length), \ maxlen, buf, \ prefixes[0], prefixes[1], arg, \ &count); \ break; \ default: \ abort (); \ } #else # define SNPRINTF_BUF(arg) \ switch (prefix_count) \ { \ case 0: \ count = sprintf (tmp, buf, arg); \ break; \ case 1: \ count = sprintf (tmp, buf, prefixes[0], arg); \ break; \ case 2: \ count = sprintf (tmp, buf, prefixes[0], prefixes[1],\ arg); \ break; \ default: \ abort (); \ } #endif errno = 0; switch (type) { case TYPE_SCHAR: { int arg = a.arg[dp->arg_index].a.a_schar; SNPRINTF_BUF (arg); } break; case TYPE_UCHAR: { unsigned int arg = a.arg[dp->arg_index].a.a_uchar; SNPRINTF_BUF (arg); } break; case TYPE_SHORT: { int arg = a.arg[dp->arg_index].a.a_short; SNPRINTF_BUF (arg); } break; case TYPE_USHORT: { unsigned int arg = a.arg[dp->arg_index].a.a_ushort; SNPRINTF_BUF (arg); } break; case TYPE_INT: { int arg = a.arg[dp->arg_index].a.a_int; SNPRINTF_BUF (arg); } break; case TYPE_UINT: { unsigned int arg = a.arg[dp->arg_index].a.a_uint; SNPRINTF_BUF (arg); } break; case TYPE_LONGINT: { long int arg = a.arg[dp->arg_index].a.a_longint; SNPRINTF_BUF (arg); } break; case TYPE_ULONGINT: { unsigned long int arg = a.arg[dp->arg_index].a.a_ulongint; SNPRINTF_BUF (arg); } break; #if HAVE_LONG_LONG_INT case TYPE_LONGLONGINT: { long long int arg = a.arg[dp->arg_index].a.a_longlongint; SNPRINTF_BUF (arg); } break; case TYPE_ULONGLONGINT: { unsigned long long int arg = a.arg[dp->arg_index].a.a_ulonglongint; SNPRINTF_BUF (arg); } break; #endif case TYPE_DOUBLE: { double arg = a.arg[dp->arg_index].a.a_double; SNPRINTF_BUF (arg); } break; case TYPE_LONGDOUBLE: { long double arg = a.arg[dp->arg_index].a.a_longdouble; SNPRINTF_BUF (arg); } break; case TYPE_CHAR: { int arg = a.arg[dp->arg_index].a.a_char; SNPRINTF_BUF (arg); } break; #if HAVE_WINT_T case TYPE_WIDE_CHAR: { wint_t arg = a.arg[dp->arg_index].a.a_wide_char; SNPRINTF_BUF (arg); } break; #endif case TYPE_STRING: { const char *arg = a.arg[dp->arg_index].a.a_string; SNPRINTF_BUF (arg); } break; #if HAVE_WCHAR_T case TYPE_WIDE_STRING: { const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string; SNPRINTF_BUF (arg); } break; #endif case TYPE_POINTER: { void *arg = a.arg[dp->arg_index].a.a_pointer; SNPRINTF_BUF (arg); } break; default: abort (); } #if USE_SNPRINTF /* Portability: Not all implementations of snprintf() are ISO C 99 compliant. Determine the number of bytes that snprintf() has produced or would have produced. */ if (count >= 0) { /* Verify that snprintf() has NUL-terminated its result. */ if (count < maxlen && ((TCHAR_T *) (result + length)) [count] != '\0') abort (); /* Portability hack. */ if (retcount > count) count = retcount; } else { /* snprintf() doesn't understand the '%n' directive. */ if (fbp[1] != '\0') { /* Don't use the '%n' directive; instead, look at the snprintf() return value. */ fbp[1] = '\0'; continue; } else { /* Look at the snprintf() return value. */ if (retcount < 0) { # if !HAVE_SNPRINTF_RETVAL_C99 /* HP-UX 10.20 snprintf() is doubly deficient: It doesn't understand the '%n' directive, *and* it returns -1 (rather than the length that would have been required) when the buffer is too small. But a failure at this point can also come from other reasons than a too small buffer, such as an invalid wide string argument to the %ls directive, or possibly an invalid floating-point argument. */ size_t tmp_length = MAX_ROOM_NEEDED (&a, dp->arg_index, dp->conversion, type, flags, width, has_precision, precision, pad_ourselves); if (maxlen < tmp_length) { /* Make more room. But try to do through this reallocation only once. */ size_t bigger_need = xsum (length, xsum (tmp_length, TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR); /* And always grow proportionally. (There may be several arguments, each needing a little more room than the previous one.) */ size_t bigger_need2 = xsum (xtimes (allocated, 2), 12); if (bigger_need < bigger_need2) bigger_need = bigger_need2; ENSURE_ALLOCATION (bigger_need); continue; } # endif } else count = retcount; } } #endif /* Attempt to handle failure. */ if (count < 0) { /* SNPRINTF or sprintf failed. Save and use the errno that it has set, if any. */ int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = (saved_errno != 0 ? saved_errno : (dp->conversion == 'c' || dp->conversion == 's' ? EILSEQ : EINVAL)); return NULL; } #if USE_SNPRINTF /* Handle overflow of the allocated buffer. If such an overflow occurs, a C99 compliant snprintf() returns a count >= maxlen. However, a non-compliant snprintf() function returns only count = maxlen - 1. To cover both cases, test whether count >= maxlen - 1. */ if ((unsigned int) count + 1 >= maxlen) { /* If maxlen already has attained its allowed maximum, allocating more memory will not increase maxlen. Instead of looping, bail out. */ if (maxlen == INT_MAX / TCHARS_PER_DCHAR) goto overflow; else { /* Need at least (count + 1) * sizeof (TCHAR_T) bytes. (The +1 is for the trailing NUL.) But ask for (count + 2) * sizeof (TCHAR_T) bytes, so that in the next round, we likely get maxlen > (unsigned int) count + 1 and so we don't get here again. And allocate proportionally, to avoid looping eternally if snprintf() reports a too small count. */ size_t n = xmax (xsum (length, ((unsigned int) count + 2 + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR), xtimes (allocated, 2)); ENSURE_ALLOCATION (n); continue; } } #endif #if NEED_PRINTF_UNBOUNDED_PRECISION if (prec_ourselves) { /* Handle the precision. */ TCHAR_T *prec_ptr = # if USE_SNPRINTF (TCHAR_T *) (result + length); # else tmp; # endif size_t prefix_count; size_t move; prefix_count = 0; /* Put the additional zeroes after the sign. */ if (count >= 1 && (*prec_ptr == '-' || *prec_ptr == '+' || *prec_ptr == ' ')) prefix_count = 1; /* Put the additional zeroes after the 0x prefix if (flags & FLAG_ALT) || (dp->conversion == 'p'). */ else if (count >= 2 && prec_ptr[0] == '0' && (prec_ptr[1] == 'x' || prec_ptr[1] == 'X')) prefix_count = 2; move = count - prefix_count; if (precision > move) { /* Insert zeroes. */ size_t insert = precision - move; TCHAR_T *prec_end; # if USE_SNPRINTF size_t n = xsum (length, (count + insert + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR); length += (count + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR; ENSURE_ALLOCATION (n); length -= (count + TCHARS_PER_DCHAR - 1) / TCHARS_PER_DCHAR; prec_ptr = (TCHAR_T *) (result + length); # endif prec_end = prec_ptr + count; prec_ptr += prefix_count; while (prec_end > prec_ptr) { prec_end--; prec_end[insert] = prec_end[0]; } prec_end += insert; do *--prec_end = '0'; while (prec_end > prec_ptr); count += insert; } } #endif #if !USE_SNPRINTF if (count >= tmp_length) /* tmp_length was incorrectly calculated - fix the code above! */ abort (); #endif #if !DCHAR_IS_TCHAR /* Convert from TCHAR_T[] to DCHAR_T[]. */ if (dp->conversion == 'c' || dp->conversion == 's') { /* type = TYPE_CHAR or TYPE_WIDE_CHAR or TYPE_STRING TYPE_WIDE_STRING. The result string is not certainly ASCII. */ const TCHAR_T *tmpsrc; DCHAR_T *tmpdst; size_t tmpdst_len; /* This code assumes that TCHAR_T is 'char'. */ verify (sizeof (TCHAR_T) == 1); # if USE_SNPRINTF tmpsrc = (TCHAR_T *) (result + length); # else tmpsrc = tmp; # endif tmpdst = DCHAR_CONV_FROM_ENCODING (locale_charset (), iconveh_question_mark, tmpsrc, count, NULL, NULL, &tmpdst_len); if (tmpdst == NULL) { int saved_errno = errno; if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = saved_errno; return NULL; } ENSURE_ALLOCATION (xsum (length, tmpdst_len)); DCHAR_CPY (result + length, tmpdst, tmpdst_len); free (tmpdst); count = tmpdst_len; } else { /* The result string is ASCII. Simple 1:1 conversion. */ # if USE_SNPRINTF /* If sizeof (DCHAR_T) == sizeof (TCHAR_T), it's a no-op conversion, in-place on the array starting at (result + length). */ if (sizeof (DCHAR_T) != sizeof (TCHAR_T)) # endif { const TCHAR_T *tmpsrc; DCHAR_T *tmpdst; size_t n; # if USE_SNPRINTF if (result == resultbuf) { tmpsrc = (TCHAR_T *) (result + length); /* ENSURE_ALLOCATION will not move tmpsrc (because it's part of resultbuf). */ ENSURE_ALLOCATION (xsum (length, count)); } else { /* ENSURE_ALLOCATION will move the array (because it uses realloc(). */ ENSURE_ALLOCATION (xsum (length, count)); tmpsrc = (TCHAR_T *) (result + length); } # else tmpsrc = tmp; ENSURE_ALLOCATION (xsum (length, count)); # endif tmpdst = result + length; /* Copy backwards, because of overlapping. */ tmpsrc += count; tmpdst += count; for (n = count; n > 0; n--) *--tmpdst = (unsigned char) *--tmpsrc; } } #endif #if DCHAR_IS_TCHAR && !USE_SNPRINTF /* Make room for the result. */ if (count > allocated - length) { /* Need at least count elements. But allocate proportionally. */ size_t n = xmax (xsum (length, count), xtimes (allocated, 2)); ENSURE_ALLOCATION (n); } #endif /* Here count <= allocated - length. */ /* Perform padding. */ #if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO || NEED_PRINTF_FLAG_LEFTADJUST || NEED_PRINTF_FLAG_ZERO || NEED_PRINTF_UNBOUNDED_PRECISION if (pad_ourselves && has_width) { size_t w; # if ENABLE_UNISTDIO /* Outside POSIX, it's preferable to compare the width against the number of _characters_ of the converted value. */ w = DCHAR_MBSNLEN (result + length, count); # else /* The width is compared against the number of _bytes_ of the converted value, says POSIX. */ w = count; # endif if (w < width) { size_t pad = width - w; /* Make room for the result. */ if (xsum (count, pad) > allocated - length) { /* Need at least count + pad elements. But allocate proportionally. */ size_t n = xmax (xsum3 (length, count, pad), xtimes (allocated, 2)); # if USE_SNPRINTF length += count; ENSURE_ALLOCATION (n); length -= count; # else ENSURE_ALLOCATION (n); # endif } /* Here count + pad <= allocated - length. */ { # if !DCHAR_IS_TCHAR || USE_SNPRINTF DCHAR_T * const rp = result + length; # else DCHAR_T * const rp = tmp; # endif DCHAR_T *p = rp + count; DCHAR_T *end = p + pad; DCHAR_T *pad_ptr; # if !DCHAR_IS_TCHAR || ENABLE_UNISTDIO if (dp->conversion == 'c' || dp->conversion == 's') /* No zero-padding for string directives. */ pad_ptr = NULL; else # endif { pad_ptr = (*rp == '-' ? rp + 1 : rp); /* No zero-padding of "inf" and "nan". */ if ((*pad_ptr >= 'A' && *pad_ptr <= 'Z') || (*pad_ptr >= 'a' && *pad_ptr <= 'z')) pad_ptr = NULL; } /* The generated string now extends from rp to p, with the zero padding insertion point being at pad_ptr. */ count = count + pad; /* = end - rp */ if (flags & FLAG_LEFT) { /* Pad with spaces on the right. */ for (; pad > 0; pad--) *p++ = ' '; } else if ((flags & FLAG_ZERO) && pad_ptr != NULL) { /* Pad with zeroes. */ DCHAR_T *q = end; while (p > pad_ptr) *--q = *--p; for (; pad > 0; pad--) *p++ = '0'; } else { /* Pad with spaces on the left. */ DCHAR_T *q = end; while (p > rp) *--q = *--p; for (; pad > 0; pad--) *p++ = ' '; } } } } #endif /* Here still count <= allocated - length. */ #if !DCHAR_IS_TCHAR || USE_SNPRINTF /* The snprintf() result did fit. */ #else /* Append the sprintf() result. */ memcpy (result + length, tmp, count * sizeof (DCHAR_T)); #endif #if !USE_SNPRINTF if (tmp != tmpbuf) free (tmp); #endif #if NEED_PRINTF_DIRECTIVE_F if (dp->conversion == 'F') { /* Convert the %f result to upper case for %F. */ DCHAR_T *rp = result + length; size_t rc; for (rc = count; rc > 0; rc--, rp++) if (*rp >= 'a' && *rp <= 'z') *rp = *rp - 'a' + 'A'; } #endif length += count; break; } errno = orig_errno; #undef pad_ourselves #undef prec_ourselves } } } /* Add the final NUL. */ ENSURE_ALLOCATION (xsum (length, 1)); result[length] = '\0'; if (result != resultbuf && length + 1 < allocated) { /* Shrink the allocated memory if possible. */ DCHAR_T *memory; memory = (DCHAR_T *) realloc (result, (length + 1) * sizeof (DCHAR_T)); if (memory != NULL) result = memory; } if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); *lengthp = length; /* Note that we can produce a big string of a length > INT_MAX. POSIX says that snprintf() fails with errno = EOVERFLOW in this case, but that's only because snprintf() returns an 'int'. This function does not have this limitation. */ return result; #if USE_SNPRINTF overflow: if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); CLEANUP (); errno = EOVERFLOW; return NULL; #endif out_of_memory: if (!(result == resultbuf || result == NULL)) free (result); if (buf_malloced != NULL) free (buf_malloced); out_of_memory_1: CLEANUP (); errno = ENOMEM; return NULL; } } #undef MAX_ROOM_NEEDED #undef TCHARS_PER_DCHAR #undef SNPRINTF #undef USE_SNPRINTF #undef DCHAR_SET #undef DCHAR_CPY #undef PRINTF_PARSE #undef DIRECTIVES #undef DIRECTIVE #undef DCHAR_IS_TCHAR #undef TCHAR_T #undef DCHAR_T #undef FCHAR_T #undef VASNPRINTF gsasl-1.8.0/gl/readline.c0000664000000000000000000000340411746471770012072 00000000000000/* readline.c --- Simple implementation of readline. Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc. Written by Simon Josefsson This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* This module is intended to be used when the application only needs the readline interface. If you need more functions from the readline library, it is recommended to require the readline library (or improve this module) rather than #if-protect part of your application (doing so would add assumptions of this module into your application). The application should use #include "readline.h", that header file will include if the real library is present on the system. */ /* Get specification. */ #include "readline.h" #include #include char * readline (const char *prompt) { char *out = NULL; size_t size = 0; if (prompt) { fputs (prompt, stdout); fflush (stdout); } if (getline (&out, &size, stdin) < 0) return NULL; while (*out && (out[strlen (out) - 1] == '\r' || out[strlen (out) - 1] == '\n')) out[strlen (out) - 1] = '\0'; return out; } gsasl-1.8.0/gl/config.charset0000664000000000000000000005512211746471770012767 00000000000000#! /bin/sh # Output a system dependent table of character encoding aliases. # # Copyright (C) 2000-2004, 2006-2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, see . # # The table consists of lines of the form # ALIAS CANONICAL # # ALIAS is the (system dependent) result of "nl_langinfo (CODESET)". # ALIAS is compared in a case sensitive way. # # CANONICAL is the GNU canonical name for this character encoding. # It must be an encoding supported by libiconv. Support by GNU libc is # also desirable. CANONICAL is case insensitive. Usually an upper case # MIME charset name is preferred. # The current list of GNU canonical charset names is as follows. # # name MIME? used by which systems # (darwin = MacOS X, woe32 = native Windows) # # ASCII, ANSI_X3.4-1968 glibc solaris freebsd netbsd darwin cygwin # ISO-8859-1 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin # ISO-8859-2 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin # ISO-8859-3 Y glibc solaris cygwin # ISO-8859-4 Y osf solaris freebsd netbsd openbsd darwin # ISO-8859-5 Y glibc aix hpux irix osf solaris freebsd netbsd openbsd darwin cygwin # ISO-8859-6 Y glibc aix hpux solaris cygwin # ISO-8859-7 Y glibc aix hpux irix osf solaris netbsd openbsd darwin cygwin # ISO-8859-8 Y glibc aix hpux osf solaris cygwin # ISO-8859-9 Y glibc aix hpux irix osf solaris darwin cygwin # ISO-8859-13 glibc netbsd openbsd darwin cygwin # ISO-8859-14 glibc cygwin # ISO-8859-15 glibc aix osf solaris freebsd netbsd openbsd darwin cygwin # KOI8-R Y glibc solaris freebsd netbsd openbsd darwin # KOI8-U Y glibc freebsd netbsd openbsd darwin cygwin # KOI8-T glibc # CP437 dos # CP775 dos # CP850 aix osf dos # CP852 dos # CP855 dos # CP856 aix # CP857 dos # CP861 dos # CP862 dos # CP864 dos # CP865 dos # CP866 freebsd netbsd openbsd darwin dos # CP869 dos # CP874 woe32 dos # CP922 aix # CP932 aix cygwin woe32 dos # CP943 aix # CP949 osf darwin woe32 dos # CP950 woe32 dos # CP1046 aix # CP1124 aix # CP1125 dos # CP1129 aix # CP1131 darwin # CP1250 woe32 # CP1251 glibc solaris netbsd openbsd darwin cygwin woe32 # CP1252 aix woe32 # CP1253 woe32 # CP1254 woe32 # CP1255 glibc woe32 # CP1256 woe32 # CP1257 woe32 # GB2312 Y glibc aix hpux irix solaris freebsd netbsd darwin # EUC-JP Y glibc aix hpux irix osf solaris freebsd netbsd darwin # EUC-KR Y glibc aix hpux irix osf solaris freebsd netbsd darwin cygwin # EUC-TW glibc aix hpux irix osf solaris netbsd # BIG5 Y glibc aix hpux osf solaris freebsd netbsd darwin cygwin # BIG5-HKSCS glibc solaris darwin # GBK glibc aix osf solaris darwin cygwin woe32 dos # GB18030 glibc solaris netbsd darwin # SHIFT_JIS Y hpux osf solaris freebsd netbsd darwin # JOHAB glibc solaris woe32 # TIS-620 glibc aix hpux osf solaris cygwin # VISCII Y glibc # TCVN5712-1 glibc # ARMSCII-8 glibc darwin # GEORGIAN-PS glibc cygwin # PT154 glibc # HP-ROMAN8 hpux # HP-ARABIC8 hpux # HP-GREEK8 hpux # HP-HEBREW8 hpux # HP-TURKISH8 hpux # HP-KANA8 hpux # DEC-KANJI osf # DEC-HANYU osf # UTF-8 Y glibc aix hpux osf solaris netbsd darwin cygwin # # Note: Names which are not marked as being a MIME name should not be used in # Internet protocols for information interchange (mail, news, etc.). # # Note: ASCII and ANSI_X3.4-1968 are synonymous canonical names. Applications # must understand both names and treat them as equivalent. # # The first argument passed to this file is the canonical host specification, # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM host="$1" os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'` echo "# This file contains a table of character encoding aliases," echo "# suitable for operating system '${os}'." echo "# It was automatically generated from config.charset." # List of references, updated during installation: echo "# Packages using this file: " case "$os" in linux-gnulibc1*) # Linux libc5 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "C ASCII" echo "POSIX ASCII" for l in af af_ZA ca ca_ES da da_DK de de_AT de_BE de_CH de_DE de_LU \ en en_AU en_BW en_CA en_DK en_GB en_IE en_NZ en_US en_ZA \ en_ZW es es_AR es_BO es_CL es_CO es_DO es_EC es_ES es_GT \ es_HN es_MX es_PA es_PE es_PY es_SV es_US es_UY es_VE et \ et_EE eu eu_ES fi fi_FI fo fo_FO fr fr_BE fr_CA fr_CH fr_FR \ fr_LU ga ga_IE gl gl_ES id id_ID in in_ID is is_IS it it_CH \ it_IT kl kl_GL nl nl_BE nl_NL no no_NO pt pt_BR pt_PT sv \ sv_FI sv_SE; do echo "$l ISO-8859-1" echo "$l.iso-8859-1 ISO-8859-1" echo "$l.iso-8859-15 ISO-8859-15" echo "$l.iso-8859-15@euro ISO-8859-15" echo "$l@euro ISO-8859-15" echo "$l.cp-437 CP437" echo "$l.cp-850 CP850" echo "$l.cp-1252 CP1252" echo "$l.cp-1252@euro CP1252" #echo "$l.atari-st ATARI-ST" # not a commonly used encoding echo "$l.utf-8 UTF-8" echo "$l.utf-8@euro UTF-8" done for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \ sl_SI sr sr_CS sr_YU; do echo "$l ISO-8859-2" echo "$l.iso-8859-2 ISO-8859-2" echo "$l.cp-852 CP852" echo "$l.cp-1250 CP1250" echo "$l.utf-8 UTF-8" done for l in mk mk_MK ru ru_RU; do echo "$l ISO-8859-5" echo "$l.iso-8859-5 ISO-8859-5" echo "$l.koi8-r KOI8-R" echo "$l.cp-866 CP866" echo "$l.cp-1251 CP1251" echo "$l.utf-8 UTF-8" done for l in ar ar_SA; do echo "$l ISO-8859-6" echo "$l.iso-8859-6 ISO-8859-6" echo "$l.cp-864 CP864" #echo "$l.cp-868 CP868" # not a commonly used encoding echo "$l.cp-1256 CP1256" echo "$l.utf-8 UTF-8" done for l in el el_GR gr gr_GR; do echo "$l ISO-8859-7" echo "$l.iso-8859-7 ISO-8859-7" echo "$l.cp-869 CP869" echo "$l.cp-1253 CP1253" echo "$l.cp-1253@euro CP1253" echo "$l.utf-8 UTF-8" echo "$l.utf-8@euro UTF-8" done for l in he he_IL iw iw_IL; do echo "$l ISO-8859-8" echo "$l.iso-8859-8 ISO-8859-8" echo "$l.cp-862 CP862" echo "$l.cp-1255 CP1255" echo "$l.utf-8 UTF-8" done for l in tr tr_TR; do echo "$l ISO-8859-9" echo "$l.iso-8859-9 ISO-8859-9" echo "$l.cp-857 CP857" echo "$l.cp-1254 CP1254" echo "$l.utf-8 UTF-8" done for l in lt lt_LT lv lv_LV; do #echo "$l BALTIC" # not a commonly used encoding, wrong encoding name echo "$l ISO-8859-13" done for l in ru_UA uk uk_UA; do echo "$l KOI8-U" done for l in zh zh_CN; do #echo "$l GB_2312-80" # not a commonly used encoding, wrong encoding name echo "$l GB2312" done for l in ja ja_JP ja_JP.EUC; do echo "$l EUC-JP" done for l in ko ko_KR; do echo "$l EUC-KR" done for l in th th_TH; do echo "$l TIS-620" done for l in fa fa_IR; do #echo "$l ISIRI-3342" # a broken encoding echo "$l.utf-8 UTF-8" done ;; linux* | *-gnu*) # With glibc-2.1 or newer, we don't need any canonicalization, # because glibc has iconv and both glibc and libiconv support all # GNU canonical names directly. Therefore, the Makefile does not # need to install the alias file at all. # The following applies only to glibc-2.0.x and older libcs. echo "ISO_646.IRV:1983 ASCII" ;; aix*) echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-6 ISO-8859-6" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-8 ISO-8859-8" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "IBM-850 CP850" echo "IBM-856 CP856" echo "IBM-921 ISO-8859-13" echo "IBM-922 CP922" echo "IBM-932 CP932" echo "IBM-943 CP943" echo "IBM-1046 CP1046" echo "IBM-1124 CP1124" echo "IBM-1129 CP1129" echo "IBM-1252 CP1252" echo "IBM-eucCN GB2312" echo "IBM-eucJP EUC-JP" echo "IBM-eucKR EUC-KR" echo "IBM-eucTW EUC-TW" echo "big5 BIG5" echo "GBK GBK" echo "TIS-620 TIS-620" echo "UTF-8 UTF-8" ;; hpux*) echo "iso88591 ISO-8859-1" echo "iso88592 ISO-8859-2" echo "iso88595 ISO-8859-5" echo "iso88596 ISO-8859-6" echo "iso88597 ISO-8859-7" echo "iso88598 ISO-8859-8" echo "iso88599 ISO-8859-9" echo "iso885915 ISO-8859-15" echo "roman8 HP-ROMAN8" echo "arabic8 HP-ARABIC8" echo "greek8 HP-GREEK8" echo "hebrew8 HP-HEBREW8" echo "turkish8 HP-TURKISH8" echo "kana8 HP-KANA8" echo "tis620 TIS-620" echo "big5 BIG5" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" echo "hp15CN GB2312" #echo "ccdc ?" # what is this? echo "SJIS SHIFT_JIS" echo "utf8 UTF-8" ;; irix*) echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-9 ISO-8859-9" echo "eucCN GB2312" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" ;; osf*) echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-8 ISO-8859-8" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "cp850 CP850" echo "big5 BIG5" echo "dechanyu DEC-HANYU" echo "dechanzi GB2312" echo "deckanji DEC-KANJI" echo "deckorean EUC-KR" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" echo "GBK GBK" echo "KSC5601 CP949" echo "sdeckanji EUC-JP" echo "SJIS SHIFT_JIS" echo "TACTIS TIS-620" echo "UTF-8 UTF-8" ;; solaris*) echo "646 ASCII" echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-3 ISO-8859-3" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-6 ISO-8859-6" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-8 ISO-8859-8" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-15 ISO-8859-15" echo "koi8-r KOI8-R" echo "ansi-1251 CP1251" echo "BIG5 BIG5" echo "Big5-HKSCS BIG5-HKSCS" echo "gb2312 GB2312" echo "GBK GBK" echo "GB18030 GB18030" echo "cns11643 EUC-TW" echo "5601 EUC-KR" echo "ko_KR.johap92 JOHAB" echo "eucJP EUC-JP" echo "PCK SHIFT_JIS" echo "TIS620.2533 TIS-620" #echo "sun_eu_greek ?" # what is this? echo "UTF-8 UTF-8" ;; freebsd* | os2*) # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. # Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just # reuse FreeBSD's locale data for OS/2. echo "C ASCII" echo "US-ASCII ASCII" for l in la_LN lt_LN; do echo "$l.ASCII ASCII" done for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT la_LN \ lt_LN nl_BE nl_NL no_NO pt_PT sv_SE; do echo "$l.ISO_8859-1 ISO-8859-1" echo "$l.DIS_8859-15 ISO-8859-15" done for l in cs_CZ hr_HR hu_HU la_LN lt_LN pl_PL sl_SI; do echo "$l.ISO_8859-2 ISO-8859-2" done for l in la_LN lt_LT; do echo "$l.ISO_8859-4 ISO-8859-4" done for l in ru_RU ru_SU; do echo "$l.KOI8-R KOI8-R" echo "$l.ISO_8859-5 ISO-8859-5" echo "$l.CP866 CP866" done echo "uk_UA.KOI8-U KOI8-U" echo "zh_TW.BIG5 BIG5" echo "zh_TW.Big5 BIG5" echo "zh_CN.EUC GB2312" echo "ja_JP.EUC EUC-JP" echo "ja_JP.SJIS SHIFT_JIS" echo "ja_JP.Shift_JIS SHIFT_JIS" echo "ko_KR.EUC EUC-KR" ;; netbsd*) echo "646 ASCII" echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-13 ISO-8859-13" echo "ISO8859-15 ISO-8859-15" echo "eucCN GB2312" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "eucTW EUC-TW" echo "BIG5 BIG5" echo "SJIS SHIFT_JIS" ;; openbsd*) echo "646 ASCII" echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-13 ISO-8859-13" echo "ISO8859-15 ISO-8859-15" ;; darwin[56]*) # Darwin 6.8 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "C ASCII" for l in en_AU en_CA en_GB en_US la_LN; do echo "$l.US-ASCII ASCII" done for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \ fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE \ nl_NL no_NO pt_PT sv_SE; do echo "$l ISO-8859-1" echo "$l.ISO8859-1 ISO-8859-1" echo "$l.ISO8859-15 ISO-8859-15" done for l in la_LN; do echo "$l.ISO8859-1 ISO-8859-1" echo "$l.ISO8859-15 ISO-8859-15" done for l in cs_CZ hr_HR hu_HU la_LN pl_PL sl_SI; do echo "$l.ISO8859-2 ISO-8859-2" done for l in la_LN lt_LT; do echo "$l.ISO8859-4 ISO-8859-4" done for l in ru_RU; do echo "$l.KOI8-R KOI8-R" echo "$l.ISO8859-5 ISO-8859-5" echo "$l.CP866 CP866" done for l in bg_BG; do echo "$l.CP1251 CP1251" done echo "uk_UA.KOI8-U KOI8-U" echo "zh_TW.BIG5 BIG5" echo "zh_TW.Big5 BIG5" echo "zh_CN.EUC GB2312" echo "ja_JP.EUC EUC-JP" echo "ja_JP.SJIS SHIFT_JIS" echo "ko_KR.EUC EUC-KR" ;; darwin*) # Darwin 7.5 has nl_langinfo(CODESET), but sometimes its value is # useless: # - It returns the empty string when LANG is set to a locale of the # form ll_CC, although ll_CC/LC_CTYPE is a symlink to an UTF-8 # LC_CTYPE file. # - The environment variables LANG, LC_CTYPE, LC_ALL are not set by # the system; nl_langinfo(CODESET) returns "US-ASCII" in this case. # - The documentation says: # "... all code that calls BSD system routines should ensure # that the const *char parameters of these routines are in UTF-8 # encoding. All BSD system functions expect their string # parameters to be in UTF-8 encoding and nothing else." # It also says # "An additional caveat is that string parameters for files, # paths, and other file-system entities must be in canonical # UTF-8. In a canonical UTF-8 Unicode string, all decomposable # characters are decomposed ..." # but this is not true: You can pass non-decomposed UTF-8 strings # to file system functions, and it is the OS which will convert # them to decomposed UTF-8 before accessing the file system. # - The Apple Terminal application displays UTF-8 by default. # - However, other applications are free to use different encodings: # - xterm uses ISO-8859-1 by default. # - TextEdit uses MacRoman by default. # We prefer UTF-8 over decomposed UTF-8-MAC because one should # minimize the use of decomposed Unicode. Unfortunately, through the # Darwin file system, decomposed UTF-8 strings are leaked into user # space nevertheless. # Then there are also the locales with encodings other than US-ASCII # and UTF-8. These locales can be occasionally useful to users (e.g. # when grepping through ISO-8859-1 encoded text files), when all their # file names are in US-ASCII. echo "ISO8859-1 ISO-8859-1" echo "ISO8859-2 ISO-8859-2" echo "ISO8859-4 ISO-8859-4" echo "ISO8859-5 ISO-8859-5" echo "ISO8859-7 ISO-8859-7" echo "ISO8859-9 ISO-8859-9" echo "ISO8859-13 ISO-8859-13" echo "ISO8859-15 ISO-8859-15" echo "KOI8-R KOI8-R" echo "KOI8-U KOI8-U" echo "CP866 CP866" echo "CP949 CP949" echo "CP1131 CP1131" echo "CP1251 CP1251" echo "eucCN GB2312" echo "GB2312 GB2312" echo "eucJP EUC-JP" echo "eucKR EUC-KR" echo "Big5 BIG5" echo "Big5HKSCS BIG5-HKSCS" echo "GBK GBK" echo "GB18030 GB18030" echo "SJIS SHIFT_JIS" echo "ARMSCII-8 ARMSCII-8" echo "PT154 PT154" #echo "ISCII-DEV ?" echo "* UTF-8" ;; beos* | haiku*) # BeOS and Haiku have a single locale, and it has UTF-8 encoding. echo "* UTF-8" ;; msdosdjgpp*) # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore # localcharset.c falls back to using the full locale name # from the environment variables. echo "#" echo "# The encodings given here may not all be correct." echo "# If you find that the encoding given for your language and" echo "# country is not the one your DOS machine actually uses, just" echo "# correct it in this file, and send a mail to" echo "# Juan Manuel Guerrero " echo "# and Bruno Haible ." echo "#" echo "C ASCII" # ISO-8859-1 languages echo "ca CP850" echo "ca_ES CP850" echo "da CP865" # not CP850 ?? echo "da_DK CP865" # not CP850 ?? echo "de CP850" echo "de_AT CP850" echo "de_CH CP850" echo "de_DE CP850" echo "en CP850" echo "en_AU CP850" # not CP437 ?? echo "en_CA CP850" echo "en_GB CP850" echo "en_NZ CP437" echo "en_US CP437" echo "en_ZA CP850" # not CP437 ?? echo "es CP850" echo "es_AR CP850" echo "es_BO CP850" echo "es_CL CP850" echo "es_CO CP850" echo "es_CR CP850" echo "es_CU CP850" echo "es_DO CP850" echo "es_EC CP850" echo "es_ES CP850" echo "es_GT CP850" echo "es_HN CP850" echo "es_MX CP850" echo "es_NI CP850" echo "es_PA CP850" echo "es_PY CP850" echo "es_PE CP850" echo "es_SV CP850" echo "es_UY CP850" echo "es_VE CP850" echo "et CP850" echo "et_EE CP850" echo "eu CP850" echo "eu_ES CP850" echo "fi CP850" echo "fi_FI CP850" echo "fr CP850" echo "fr_BE CP850" echo "fr_CA CP850" echo "fr_CH CP850" echo "fr_FR CP850" echo "ga CP850" echo "ga_IE CP850" echo "gd CP850" echo "gd_GB CP850" echo "gl CP850" echo "gl_ES CP850" echo "id CP850" # not CP437 ?? echo "id_ID CP850" # not CP437 ?? echo "is CP861" # not CP850 ?? echo "is_IS CP861" # not CP850 ?? echo "it CP850" echo "it_CH CP850" echo "it_IT CP850" echo "lt CP775" echo "lt_LT CP775" echo "lv CP775" echo "lv_LV CP775" echo "nb CP865" # not CP850 ?? echo "nb_NO CP865" # not CP850 ?? echo "nl CP850" echo "nl_BE CP850" echo "nl_NL CP850" echo "nn CP865" # not CP850 ?? echo "nn_NO CP865" # not CP850 ?? echo "no CP865" # not CP850 ?? echo "no_NO CP865" # not CP850 ?? echo "pt CP850" echo "pt_BR CP850" echo "pt_PT CP850" echo "sv CP850" echo "sv_SE CP850" # ISO-8859-2 languages echo "cs CP852" echo "cs_CZ CP852" echo "hr CP852" echo "hr_HR CP852" echo "hu CP852" echo "hu_HU CP852" echo "pl CP852" echo "pl_PL CP852" echo "ro CP852" echo "ro_RO CP852" echo "sk CP852" echo "sk_SK CP852" echo "sl CP852" echo "sl_SI CP852" echo "sq CP852" echo "sq_AL CP852" echo "sr CP852" # CP852 or CP866 or CP855 ?? echo "sr_CS CP852" # CP852 or CP866 or CP855 ?? echo "sr_YU CP852" # CP852 or CP866 or CP855 ?? # ISO-8859-3 languages echo "mt CP850" echo "mt_MT CP850" # ISO-8859-5 languages echo "be CP866" echo "be_BE CP866" echo "bg CP866" # not CP855 ?? echo "bg_BG CP866" # not CP855 ?? echo "mk CP866" # not CP855 ?? echo "mk_MK CP866" # not CP855 ?? echo "ru CP866" echo "ru_RU CP866" echo "uk CP1125" echo "uk_UA CP1125" # ISO-8859-6 languages echo "ar CP864" echo "ar_AE CP864" echo "ar_DZ CP864" echo "ar_EG CP864" echo "ar_IQ CP864" echo "ar_IR CP864" echo "ar_JO CP864" echo "ar_KW CP864" echo "ar_MA CP864" echo "ar_OM CP864" echo "ar_QA CP864" echo "ar_SA CP864" echo "ar_SY CP864" # ISO-8859-7 languages echo "el CP869" echo "el_GR CP869" # ISO-8859-8 languages echo "he CP862" echo "he_IL CP862" # ISO-8859-9 languages echo "tr CP857" echo "tr_TR CP857" # Japanese echo "ja CP932" echo "ja_JP CP932" # Chinese echo "zh_CN GBK" echo "zh_TW CP950" # not CP938 ?? # Korean echo "kr CP949" # not CP934 ?? echo "kr_KR CP949" # not CP934 ?? # Thai echo "th CP874" echo "th_TH CP874" # Other echo "eo CP850" echo "eo_EO CP850" ;; esac gsasl-1.8.0/gl/stdio.in.h0000664000000000000000000014021611754207011012026 00000000000000/* A GNU-like . Copyright (C) 2004, 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_FILE || defined __need___FILE || defined _GL_ALREADY_INCLUDING_STDIO_H /* Special invocation convention: - Inside glibc header files. - On OSF/1 5.1 we have a sequence of nested includes -> -> -> -> -> -> -> . In this situation, the functions are not yet declared, therefore we cannot provide the C++ aliases. */ #@INCLUDE_NEXT@ @NEXT_STDIO_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_STDIO_H #define _GL_ALREADY_INCLUDING_STDIO_H /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_STDIO_H@ #undef _GL_ALREADY_INCLUDING_STDIO_H #ifndef _@GUARD_PREFIX@_STDIO_H #define _@GUARD_PREFIX@_STDIO_H /* Get va_list. Needed on many systems, including glibc 2.8. */ #include #include /* Get off_t and ssize_t. Needed on many systems, including glibc 2.8 and eglibc 2.11.2. May also define off_t to a 64-bit type on native Windows. */ #include /* The __attribute__ feature is available in gcc versions 2.5 and later. The __-protected variants of the attributes 'format' and 'printf' are accepted by gcc versions 2.6.4 (effectively 2.7) and later. We enable _GL_ATTRIBUTE_FORMAT only if these are supported too, because gnulib and libintl do '#define printf __printf__' when they override the 'printf' function. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) #else # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ #endif /* _GL_ATTRIBUTE_FORMAT_PRINTF indicates to GCC that the function takes a format string and arguments, where the format string directives are the ones standardized by ISO C99 and POSIX. */ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument)) #else # define _GL_ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) #endif /* _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_PRINTF, except that it indicates to GCC that the supported format string directives are the ones of the system printf(), rather than the ones standardized by ISO C99 and POSIX. */ #define _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument)) /* _GL_ATTRIBUTE_FORMAT_SCANF indicates to GCC that the function takes a format string and arguments, where the format string directives are the ones standardized by ISO C99 and POSIX. */ #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__gnu_scanf__, formatstring_parameter, first_argument)) #else # define _GL_ATTRIBUTE_FORMAT_SCANF(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) #endif /* _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM is like _GL_ATTRIBUTE_FORMAT_SCANF, except that it indicates to GCC that the supported format string directives are the ones of the system scanf(), rather than the ones standardized by ISO C99 and POSIX. */ #define _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM(formatstring_parameter, first_argument) \ _GL_ATTRIBUTE_FORMAT ((__scanf__, formatstring_parameter, first_argument)) /* Solaris 10 declares renameat in , not in . */ /* But in any case avoid namespace pollution on glibc systems. */ #if (@GNULIB_RENAMEAT@ || defined GNULIB_POSIXCHECK) && defined __sun \ && ! defined __GLIBC__ # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Macros for stringification. */ #define _GL_STDIO_STRINGIZE(token) #token #define _GL_STDIO_MACROEXPAND_AND_STRINGIZE(token) _GL_STDIO_STRINGIZE(token) #if @GNULIB_DPRINTF@ # if @REPLACE_DPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define dprintf rpl_dprintf # endif _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); # else # if !@HAVE_DPRINTF@ _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); # endif _GL_CXXALIASWARN (dprintf); #elif defined GNULIB_POSIXCHECK # undef dprintf # if HAVE_RAW_DECL_DPRINTF _GL_WARN_ON_USE (dprintf, "dprintf is unportable - " "use gnulib module dprintf for portability"); # endif #endif #if @GNULIB_FCLOSE@ /* Close STREAM and its underlying file descriptor. */ # if @REPLACE_FCLOSE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fclose rpl_fclose # endif _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fclose, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); # endif _GL_CXXALIASWARN (fclose); #elif defined GNULIB_POSIXCHECK # undef fclose /* Assume fclose is always declared. */ _GL_WARN_ON_USE (fclose, "fclose is not always POSIX compliant - " "use gnulib module fclose for portable POSIX compliance"); #endif #if @GNULIB_FDOPEN@ # if @REPLACE_FDOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fdopen # define fdopen rpl_fdopen # endif _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); # else _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); # endif _GL_CXXALIASWARN (fdopen); #elif defined GNULIB_POSIXCHECK # undef fdopen /* Assume fdopen is always declared. */ _GL_WARN_ON_USE (fdopen, "fdopen on native Windows platforms is not POSIX compliant - " "use gnulib module fdopen for portability"); #endif #if @GNULIB_FFLUSH@ /* Flush all pending data on STREAM according to POSIX rules. Both output and seekable input streams are supported. Note! LOSS OF DATA can occur if fflush is applied on an input stream that is _not_seekable_ or on an update stream that is _not_seekable_ and in which the most recent operation was input. Seekability can be tested with lseek(fileno(fp),0,SEEK_CUR). */ # if @REPLACE_FFLUSH@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fflush rpl_fflush # endif _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream)); _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); # else _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); # endif _GL_CXXALIASWARN (fflush); #elif defined GNULIB_POSIXCHECK # undef fflush /* Assume fflush is always declared. */ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - " "use gnulib module fflush for portable POSIX compliance"); #endif #if @GNULIB_FGETC@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fgetc # define fgetc rpl_fgetc # endif _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); # endif _GL_CXXALIASWARN (fgetc); #endif #if @GNULIB_FGETS@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fgets # define fgets rpl_fgets # endif _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream) _GL_ARG_NONNULL ((1, 3))); _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream)); # else _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); # endif _GL_CXXALIASWARN (fgets); #endif #if @GNULIB_FOPEN@ # if @REPLACE_FOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fopen # define fopen rpl_fopen # endif _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); # else _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); # endif _GL_CXXALIASWARN (fopen); #elif defined GNULIB_POSIXCHECK # undef fopen /* Assume fopen is always declared. */ _GL_WARN_ON_USE (fopen, "fopen on native Windows platforms is not POSIX compliant - " "use gnulib module fopen for portability"); #endif #if @GNULIB_FPRINTF_POSIX@ || @GNULIB_FPRINTF@ # if (@GNULIB_FPRINTF_POSIX@ && @REPLACE_FPRINTF@) \ || (@GNULIB_FPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fprintf rpl_fprintf # endif # define GNULIB_overrides_fprintf 1 # if @GNULIB_FPRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # else _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...)); # else _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); # endif _GL_CXXALIASWARN (fprintf); #endif #if !@GNULIB_FPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_fprintf # undef fprintf # endif /* Assume fprintf is always declared. */ _GL_WARN_ON_USE (fprintf, "fprintf is not always POSIX compliant - " "use gnulib module fprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_FPURGE@ /* Discard all pending buffered I/O data on STREAM. STREAM must not be wide-character oriented. When discarding pending output, the file position is set back to where it was before the write calls. When discarding pending input, the file position is advanced to match the end of the previously read input. Return 0 if successful. Upon error, return -1 and set errno. */ # if @REPLACE_FPURGE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define fpurge rpl_fpurge # endif _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream)); # else # if !@HAVE_DECL_FPURGE@ _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream)); # endif _GL_CXXALIASWARN (fpurge); #elif defined GNULIB_POSIXCHECK # undef fpurge # if HAVE_RAW_DECL_FPURGE _GL_WARN_ON_USE (fpurge, "fpurge is not always present - " "use gnulib module fpurge for portability"); # endif #endif #if @GNULIB_FPUTC@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fputc # define fputc rpl_fputc # endif _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream)); # else _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream)); # endif _GL_CXXALIASWARN (fputc); #endif #if @GNULIB_FPUTS@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fputs # define fputs rpl_fputs # endif _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream)); # else _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream)); # endif _GL_CXXALIASWARN (fputs); #endif #if @GNULIB_FREAD@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fread # define fread rpl_fread # endif _GL_FUNCDECL_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream) _GL_ARG_NONNULL ((4))); _GL_CXXALIAS_RPL (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); # else _GL_CXXALIAS_SYS (fread, size_t, (void *ptr, size_t s, size_t n, FILE *stream)); # endif _GL_CXXALIASWARN (fread); #endif #if @GNULIB_FREOPEN@ # if @REPLACE_FREOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef freopen # define freopen rpl_freopen # endif _GL_FUNCDECL_RPL (freopen, FILE *, (const char *filename, const char *mode, FILE *stream) _GL_ARG_NONNULL ((2, 3))); _GL_CXXALIAS_RPL (freopen, FILE *, (const char *filename, const char *mode, FILE *stream)); # else _GL_CXXALIAS_SYS (freopen, FILE *, (const char *filename, const char *mode, FILE *stream)); # endif _GL_CXXALIASWARN (freopen); #elif defined GNULIB_POSIXCHECK # undef freopen /* Assume freopen is always declared. */ _GL_WARN_ON_USE (freopen, "freopen on native Windows platforms is not POSIX compliant - " "use gnulib module freopen for portability"); #endif #if @GNULIB_FSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fscanf # define fscanf rpl_fscanf # endif _GL_FUNCDECL_RPL (fscanf, int, (FILE *stream, const char *format, ...) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (fscanf, int, (FILE *stream, const char *format, ...)); # else _GL_CXXALIAS_SYS (fscanf, int, (FILE *stream, const char *format, ...)); # endif _GL_CXXALIASWARN (fscanf); #endif /* Set up the following warnings, based on which modules are in use. GNU Coding Standards discourage the use of fseek, since it imposes an arbitrary limitation on some 32-bit hosts. Remember that the fseek module depends on the fseeko module, so we only have three cases to consider: 1. The developer is not using either module. Issue a warning under GNULIB_POSIXCHECK for both functions, to remind them that both functions have bugs on some systems. _GL_NO_LARGE_FILES has no impact on this warning. 2. The developer is using both modules. They may be unaware of the arbitrary limitations of fseek, so issue a warning under GNULIB_POSIXCHECK. On the other hand, they may be using both modules intentionally, so the developer can define _GL_NO_LARGE_FILES in the compilation units where the use of fseek is safe, to silence the warning. 3. The developer is using the fseeko module, but not fseek. Gnulib guarantees that fseek will still work around platform bugs in that case, but we presume that the developer is aware of the pitfalls of fseek and was trying to avoid it, so issue a warning even when GNULIB_POSIXCHECK is undefined. Again, _GL_NO_LARGE_FILES can be defined to silence the warning in particular compilation units. In C++ compilations with GNULIB_NAMESPACE, in order to avoid that fseek gets defined as a macro, it is recommended that the developer uses the fseek module, even if he is not calling the fseek function. Most gnulib clients that perform stream operations should fall into category 3. */ #if @GNULIB_FSEEK@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES # define _GL_FSEEK_WARN /* Category 2, above. */ # undef fseek # endif # if @REPLACE_FSEEK@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fseek # define fseek rpl_fseek # endif _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); # else _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); # endif _GL_CXXALIASWARN (fseek); #endif #if @GNULIB_FSEEKO@ # if !@GNULIB_FSEEK@ && !defined _GL_NO_LARGE_FILES # define _GL_FSEEK_WARN /* Category 3, above. */ # undef fseek # endif # if @REPLACE_FSEEKO@ /* Provide an fseeko function that is aware of a preceding fflush(), and which detects pipes. */ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fseeko # define fseeko rpl_fseeko # endif _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); # else # if ! @HAVE_DECL_FSEEKO@ _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); # endif _GL_CXXALIASWARN (fseeko); #elif defined GNULIB_POSIXCHECK # define _GL_FSEEK_WARN /* Category 1, above. */ # undef fseek # undef fseeko # if HAVE_RAW_DECL_FSEEKO _GL_WARN_ON_USE (fseeko, "fseeko is unportable - " "use gnulib module fseeko for portability"); # endif #endif #ifdef _GL_FSEEK_WARN # undef _GL_FSEEK_WARN /* Here, either fseek is undefined (but C89 guarantees that it is declared), or it is defined as rpl_fseek (declared above). */ _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB " "on 32-bit platforms - " "use fseeko function for handling of large files"); #endif /* ftell, ftello. See the comments on fseek/fseeko. */ #if @GNULIB_FTELL@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES # define _GL_FTELL_WARN /* Category 2, above. */ # undef ftell # endif # if @REPLACE_FTELL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftell # define ftell rpl_ftell # endif _GL_FUNCDECL_RPL (ftell, long, (FILE *fp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (ftell, long, (FILE *fp)); # else _GL_CXXALIAS_SYS (ftell, long, (FILE *fp)); # endif _GL_CXXALIASWARN (ftell); #endif #if @GNULIB_FTELLO@ # if !@GNULIB_FTELL@ && !defined _GL_NO_LARGE_FILES # define _GL_FTELL_WARN /* Category 3, above. */ # undef ftell # endif # if @REPLACE_FTELLO@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ftello # define ftello rpl_ftello # endif _GL_FUNCDECL_RPL (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (ftello, off_t, (FILE *fp)); # else # if ! @HAVE_DECL_FTELLO@ _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (ftello, off_t, (FILE *fp)); # endif _GL_CXXALIASWARN (ftello); #elif defined GNULIB_POSIXCHECK # define _GL_FTELL_WARN /* Category 1, above. */ # undef ftell # undef ftello # if HAVE_RAW_DECL_FTELLO _GL_WARN_ON_USE (ftello, "ftello is unportable - " "use gnulib module ftello for portability"); # endif #endif #ifdef _GL_FTELL_WARN # undef _GL_FTELL_WARN /* Here, either ftell is undefined (but C89 guarantees that it is declared), or it is defined as rpl_ftell (declared above). */ _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB " "on 32-bit platforms - " "use ftello function for handling of large files"); #endif #if @GNULIB_FWRITE@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fwrite # define fwrite rpl_fwrite # endif _GL_FUNCDECL_RPL (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream) _GL_ARG_NONNULL ((1, 4))); _GL_CXXALIAS_RPL (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream)); # else _GL_CXXALIAS_SYS (fwrite, size_t, (const void *ptr, size_t s, size_t n, FILE *stream)); /* Work around glibc bug 11959 , which sometimes causes an unwanted diagnostic for fwrite calls. This affects only function declaration attributes, so it's not needed for C++. */ # if !defined __cplusplus && 0 < __USE_FORTIFY_LEVEL static inline size_t _GL_ARG_NONNULL ((1, 4)) rpl_fwrite (const void *ptr, size_t s, size_t n, FILE *stream) { size_t r = fwrite (ptr, s, n, stream); (void) r; return r; } # undef fwrite # define fwrite rpl_fwrite # endif # endif _GL_CXXALIASWARN (fwrite); #endif #if @GNULIB_GETC@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getc # define getc rpl_fgetc # endif _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL_1 (getc, rpl_fgetc, int, (FILE *stream)); # else _GL_CXXALIAS_SYS (getc, int, (FILE *stream)); # endif _GL_CXXALIASWARN (getc); #endif #if @GNULIB_GETCHAR@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getchar # define getchar rpl_getchar # endif _GL_FUNCDECL_RPL (getchar, int, (void)); _GL_CXXALIAS_RPL (getchar, int, (void)); # else _GL_CXXALIAS_SYS (getchar, int, (void)); # endif _GL_CXXALIASWARN (getchar); #endif #if @GNULIB_GETDELIM@ /* Read input, up to (and including) the next occurrence of DELIMITER, from STREAM, store it in *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE bytes of space. It is realloc'd as necessary. Return the number of bytes read and stored at *LINEPTR (not including the NUL terminator), or -1 on error or EOF. */ # if @REPLACE_GETDELIM@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getdelim # define getdelim rpl_getdelim # endif _GL_FUNCDECL_RPL (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream) _GL_ARG_NONNULL ((1, 2, 4))); _GL_CXXALIAS_RPL (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream)); # else # if !@HAVE_DECL_GETDELIM@ _GL_FUNCDECL_SYS (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream) _GL_ARG_NONNULL ((1, 2, 4))); # endif _GL_CXXALIAS_SYS (getdelim, ssize_t, (char **lineptr, size_t *linesize, int delimiter, FILE *stream)); # endif _GL_CXXALIASWARN (getdelim); #elif defined GNULIB_POSIXCHECK # undef getdelim # if HAVE_RAW_DECL_GETDELIM _GL_WARN_ON_USE (getdelim, "getdelim is unportable - " "use gnulib module getdelim for portability"); # endif #endif #if @GNULIB_GETLINE@ /* Read a line, up to (and including) the next newline, from STREAM, store it in *LINEPTR (and NUL-terminate it). *LINEPTR is a pointer returned from malloc (or NULL), pointing to *LINESIZE bytes of space. It is realloc'd as necessary. Return the number of bytes read and stored at *LINEPTR (not including the NUL terminator), or -1 on error or EOF. */ # if @REPLACE_GETLINE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef getline # define getline rpl_getline # endif _GL_FUNCDECL_RPL (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream) _GL_ARG_NONNULL ((1, 2, 3))); _GL_CXXALIAS_RPL (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream)); # else # if !@HAVE_DECL_GETLINE@ _GL_FUNCDECL_SYS (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream) _GL_ARG_NONNULL ((1, 2, 3))); # endif _GL_CXXALIAS_SYS (getline, ssize_t, (char **lineptr, size_t *linesize, FILE *stream)); # endif # if @HAVE_DECL_GETLINE@ _GL_CXXALIASWARN (getline); # endif #elif defined GNULIB_POSIXCHECK # undef getline # if HAVE_RAW_DECL_GETLINE _GL_WARN_ON_USE (getline, "getline is unportable - " "use gnulib module getline for portability"); # endif #endif /* It is very rare that the developer ever has full control of stdin, so any use of gets warrants an unconditional warning; besides, C11 removed it. */ #undef gets #if HAVE_RAW_DECL_GETS _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); #endif #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ struct obstack; /* Grow an obstack with formatted output. Return the number of bytes added to OBS. No trailing nul byte is added, and the object should be closed with obstack_finish before use. Upon memory allocation error, call obstack_alloc_failed_handler. Upon other error, return -1. */ # if @REPLACE_OBSTACK_PRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define obstack_printf rpl_obstack_printf # endif _GL_FUNCDECL_RPL (obstack_printf, int, (struct obstack *obs, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (obstack_printf, int, (struct obstack *obs, const char *format, ...)); # else # if !@HAVE_DECL_OBSTACK_PRINTF@ _GL_FUNCDECL_SYS (obstack_printf, int, (struct obstack *obs, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (obstack_printf, int, (struct obstack *obs, const char *format, ...)); # endif _GL_CXXALIASWARN (obstack_printf); # if @REPLACE_OBSTACK_PRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define obstack_vprintf rpl_obstack_vprintf # endif _GL_FUNCDECL_RPL (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args)); # else # if !@HAVE_DECL_OBSTACK_PRINTF@ _GL_FUNCDECL_SYS (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (obstack_vprintf, int, (struct obstack *obs, const char *format, va_list args)); # endif _GL_CXXALIASWARN (obstack_vprintf); #endif #if @GNULIB_PCLOSE@ # if !@HAVE_PCLOSE@ _GL_FUNCDECL_SYS (pclose, int, (FILE *stream) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (pclose, int, (FILE *stream)); _GL_CXXALIASWARN (pclose); #elif defined GNULIB_POSIXCHECK # undef pclose # if HAVE_RAW_DECL_PCLOSE _GL_WARN_ON_USE (pclose, "pclose is unportable - " "use gnulib module pclose for more portability"); # endif #endif #if @GNULIB_PERROR@ /* Print a message to standard error, describing the value of ERRNO, (if STRING is not NULL and not empty) prefixed with STRING and ": ", and terminated with a newline. */ # if @REPLACE_PERROR@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define perror rpl_perror # endif _GL_FUNCDECL_RPL (perror, void, (const char *string)); _GL_CXXALIAS_RPL (perror, void, (const char *string)); # else _GL_CXXALIAS_SYS (perror, void, (const char *string)); # endif _GL_CXXALIASWARN (perror); #elif defined GNULIB_POSIXCHECK # undef perror /* Assume perror is always declared. */ _GL_WARN_ON_USE (perror, "perror is not always POSIX compliant - " "use gnulib module perror for portability"); #endif #if @GNULIB_POPEN@ # if @REPLACE_POPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef popen # define popen rpl_popen # endif _GL_FUNCDECL_RPL (popen, FILE *, (const char *cmd, const char *mode) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (popen, FILE *, (const char *cmd, const char *mode)); # else # if !@HAVE_POPEN@ _GL_FUNCDECL_SYS (popen, FILE *, (const char *cmd, const char *mode) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (popen, FILE *, (const char *cmd, const char *mode)); # endif _GL_CXXALIASWARN (popen); #elif defined GNULIB_POSIXCHECK # undef popen # if HAVE_RAW_DECL_POPEN _GL_WARN_ON_USE (popen, "popen is buggy on some platforms - " "use gnulib module popen or pipe for more portability"); # endif #endif #if @GNULIB_PRINTF_POSIX@ || @GNULIB_PRINTF@ # if (@GNULIB_PRINTF_POSIX@ && @REPLACE_PRINTF@) \ || (@GNULIB_PRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if defined __GNUC__ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) /* Don't break __attribute__((format(printf,M,N))). */ # define printf __printf__ # endif # if @GNULIB_PRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL_1 (__printf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) _GL_ARG_NONNULL ((1))); # else _GL_FUNCDECL_RPL_1 (__printf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_printf)) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_RPL_1 (printf, __printf__, int, (const char *format, ...)); # else # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define printf rpl_printf # endif _GL_FUNCDECL_RPL (printf, int, (const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (printf, int, (const char *format, ...)); # endif # define GNULIB_overrides_printf 1 # else _GL_CXXALIAS_SYS (printf, int, (const char *format, ...)); # endif _GL_CXXALIASWARN (printf); #endif #if !@GNULIB_PRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_printf # undef printf # endif /* Assume printf is always declared. */ _GL_WARN_ON_USE (printf, "printf is not always POSIX compliant - " "use gnulib module printf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_PUTC@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putc # define putc rpl_fputc # endif _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream)); # else _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream)); # endif _GL_CXXALIASWARN (putc); #endif #if @GNULIB_PUTCHAR@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef putchar # define putchar rpl_putchar # endif _GL_FUNCDECL_RPL (putchar, int, (int c)); _GL_CXXALIAS_RPL (putchar, int, (int c)); # else _GL_CXXALIAS_SYS (putchar, int, (int c)); # endif _GL_CXXALIASWARN (putchar); #endif #if @GNULIB_PUTS@ # if @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef puts # define puts rpl_puts # endif _GL_FUNCDECL_RPL (puts, int, (const char *string) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (puts, int, (const char *string)); # else _GL_CXXALIAS_SYS (puts, int, (const char *string)); # endif _GL_CXXALIASWARN (puts); #endif #if @GNULIB_REMOVE@ # if @REPLACE_REMOVE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef remove # define remove rpl_remove # endif _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (remove, int, (const char *name)); # else _GL_CXXALIAS_SYS (remove, int, (const char *name)); # endif _GL_CXXALIASWARN (remove); #elif defined GNULIB_POSIXCHECK # undef remove /* Assume remove is always declared. */ _GL_WARN_ON_USE (remove, "remove cannot handle directories on some platforms - " "use gnulib module remove for more portability"); #endif #if @GNULIB_RENAME@ # if @REPLACE_RENAME@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef rename # define rename rpl_rename # endif _GL_FUNCDECL_RPL (rename, int, (const char *old_filename, const char *new_filename) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (rename, int, (const char *old_filename, const char *new_filename)); # else _GL_CXXALIAS_SYS (rename, int, (const char *old_filename, const char *new_filename)); # endif _GL_CXXALIASWARN (rename); #elif defined GNULIB_POSIXCHECK # undef rename /* Assume rename is always declared. */ _GL_WARN_ON_USE (rename, "rename is buggy on some platforms - " "use gnulib module rename for more portability"); #endif #if @GNULIB_RENAMEAT@ # if @REPLACE_RENAMEAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef renameat # define renameat rpl_renameat # endif _GL_FUNCDECL_RPL (renameat, int, (int fd1, char const *file1, int fd2, char const *file2) _GL_ARG_NONNULL ((2, 4))); _GL_CXXALIAS_RPL (renameat, int, (int fd1, char const *file1, int fd2, char const *file2)); # else # if !@HAVE_RENAMEAT@ _GL_FUNCDECL_SYS (renameat, int, (int fd1, char const *file1, int fd2, char const *file2) _GL_ARG_NONNULL ((2, 4))); # endif _GL_CXXALIAS_SYS (renameat, int, (int fd1, char const *file1, int fd2, char const *file2)); # endif _GL_CXXALIASWARN (renameat); #elif defined GNULIB_POSIXCHECK # undef renameat # if HAVE_RAW_DECL_RENAMEAT _GL_WARN_ON_USE (renameat, "renameat is not portable - " "use gnulib module renameat for portability"); # endif #endif #if @GNULIB_SCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if defined __GNUC__ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef scanf /* Don't break __attribute__((format(scanf,M,N))). */ # define scanf __scanf__ # endif _GL_FUNCDECL_RPL_1 (__scanf__, int, (const char *format, ...) __asm__ (@ASM_SYMBOL_PREFIX@ _GL_STDIO_MACROEXPAND_AND_STRINGIZE(rpl_scanf)) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL_1 (scanf, __scanf__, int, (const char *format, ...)); # else # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef scanf # define scanf rpl_scanf # endif _GL_FUNCDECL_RPL (scanf, int, (const char *format, ...) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 2) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (scanf, int, (const char *format, ...)); # endif # else _GL_CXXALIAS_SYS (scanf, int, (const char *format, ...)); # endif _GL_CXXALIASWARN (scanf); #endif #if @GNULIB_SNPRINTF@ # if @REPLACE_SNPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define snprintf rpl_snprintf # endif _GL_FUNCDECL_RPL (snprintf, int, (char *str, size_t size, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) _GL_ARG_NONNULL ((3))); _GL_CXXALIAS_RPL (snprintf, int, (char *str, size_t size, const char *format, ...)); # else # if !@HAVE_DECL_SNPRINTF@ _GL_FUNCDECL_SYS (snprintf, int, (char *str, size_t size, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 4) _GL_ARG_NONNULL ((3))); # endif _GL_CXXALIAS_SYS (snprintf, int, (char *str, size_t size, const char *format, ...)); # endif _GL_CXXALIASWARN (snprintf); #elif defined GNULIB_POSIXCHECK # undef snprintf # if HAVE_RAW_DECL_SNPRINTF _GL_WARN_ON_USE (snprintf, "snprintf is unportable - " "use gnulib module snprintf for portability"); # endif #endif /* Some people would argue that all sprintf uses should be warned about (for example, OpenBSD issues a link warning for it), since it can cause security holes due to buffer overruns. However, we believe that sprintf can be used safely, and is more efficient than snprintf in those safe cases; and as proof of our belief, we use sprintf in several gnulib modules. So this header intentionally avoids adding a warning to sprintf except when GNULIB_POSIXCHECK is defined. */ #if @GNULIB_SPRINTF_POSIX@ # if @REPLACE_SPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define sprintf rpl_sprintf # endif _GL_FUNCDECL_RPL (sprintf, int, (char *str, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (sprintf, int, (char *str, const char *format, ...)); # else _GL_CXXALIAS_SYS (sprintf, int, (char *str, const char *format, ...)); # endif _GL_CXXALIASWARN (sprintf); #elif defined GNULIB_POSIXCHECK # undef sprintf /* Assume sprintf is always declared. */ _GL_WARN_ON_USE (sprintf, "sprintf is not always POSIX compliant - " "use gnulib module sprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_TMPFILE@ # if @REPLACE_TMPFILE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define tmpfile rpl_tmpfile # endif _GL_FUNCDECL_RPL (tmpfile, FILE *, (void)); _GL_CXXALIAS_RPL (tmpfile, FILE *, (void)); # else _GL_CXXALIAS_SYS (tmpfile, FILE *, (void)); # endif _GL_CXXALIASWARN (tmpfile); #elif defined GNULIB_POSIXCHECK # undef tmpfile # if HAVE_RAW_DECL_TMPFILE _GL_WARN_ON_USE (tmpfile, "tmpfile is not usable on mingw - " "use gnulib module tmpfile for portability"); # endif #endif #if @GNULIB_VASPRINTF@ /* Write formatted output to a string dynamically allocated with malloc(). If the memory allocation succeeds, store the address of the string in *RESULT and return the number of resulting bytes, excluding the trailing NUL. Upon memory allocation error, or some other error, return -1. */ # if @REPLACE_VASPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define asprintf rpl_asprintf # endif _GL_FUNCDECL_RPL (asprintf, int, (char **result, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (asprintf, int, (char **result, const char *format, ...)); # else # if !@HAVE_VASPRINTF@ _GL_FUNCDECL_SYS (asprintf, int, (char **result, const char *format, ...) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 3) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (asprintf, int, (char **result, const char *format, ...)); # endif _GL_CXXALIASWARN (asprintf); # if @REPLACE_VASPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vasprintf rpl_vasprintf # endif _GL_FUNCDECL_RPL (vasprintf, int, (char **result, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vasprintf, int, (char **result, const char *format, va_list args)); # else # if !@HAVE_VASPRINTF@ _GL_FUNCDECL_SYS (vasprintf, int, (char **result, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_SYS (vasprintf, int, (char **result, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vasprintf); #endif #if @GNULIB_VDPRINTF@ # if @REPLACE_VDPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vdprintf rpl_vdprintf # endif _GL_FUNCDECL_RPL (vdprintf, int, (int fd, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (vdprintf, int, (int fd, const char *format, va_list args)); # else # if !@HAVE_VDPRINTF@ _GL_FUNCDECL_SYS (vdprintf, int, (int fd, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((2))); # endif /* Need to cast, because on Solaris, the third parameter will likely be __va_list args. */ _GL_CXXALIAS_SYS_CAST (vdprintf, int, (int fd, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vdprintf); #elif defined GNULIB_POSIXCHECK # undef vdprintf # if HAVE_RAW_DECL_VDPRINTF _GL_WARN_ON_USE (vdprintf, "vdprintf is unportable - " "use gnulib module vdprintf for portability"); # endif #endif #if @GNULIB_VFPRINTF_POSIX@ || @GNULIB_VFPRINTF@ # if (@GNULIB_VFPRINTF_POSIX@ && @REPLACE_VFPRINTF@) \ || (@GNULIB_VFPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vfprintf rpl_vfprintf # endif # define GNULIB_overrides_vfprintf 1 # if @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); # else _GL_FUNCDECL_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (2, 0) _GL_ARG_NONNULL ((1, 2))); # endif _GL_CXXALIAS_RPL (vfprintf, int, (FILE *fp, const char *format, va_list args)); # else /* Need to cast, because on Solaris, the third parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vfprintf, int, (FILE *fp, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vfprintf); #endif #if !@GNULIB_VFPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_vfprintf # undef vfprintf # endif /* Assume vfprintf is always declared. */ _GL_WARN_ON_USE (vfprintf, "vfprintf is not always POSIX compliant - " "use gnulib module vfprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_VFSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef vfscanf # define vfscanf rpl_vfscanf # endif _GL_FUNCDECL_RPL (vfscanf, int, (FILE *stream, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vfscanf, int, (FILE *stream, const char *format, va_list args)); # else _GL_CXXALIAS_SYS (vfscanf, int, (FILE *stream, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vfscanf); #endif #if @GNULIB_VPRINTF_POSIX@ || @GNULIB_VPRINTF@ # if (@GNULIB_VPRINTF_POSIX@ && @REPLACE_VPRINTF@) \ || (@GNULIB_VPRINTF@ && @REPLACE_STDIO_WRITE_FUNCS@ && (@GNULIB_STDIO_H_NONBLOCKING@ || @GNULIB_STDIO_H_SIGPIPE@)) # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vprintf rpl_vprintf # endif # define GNULIB_overrides_vprintf 1 # if @GNULIB_VPRINTF_POSIX@ || @GNULIB_VFPRINTF_POSIX@ _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (1, 0) _GL_ARG_NONNULL ((1))); # else _GL_FUNCDECL_RPL (vprintf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF_SYSTEM (1, 0) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_RPL (vprintf, int, (const char *format, va_list args)); # else /* Need to cast, because on Solaris, the second parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vprintf, int, (const char *format, va_list args)); # endif _GL_CXXALIASWARN (vprintf); #endif #if !@GNULIB_VPRINTF_POSIX@ && defined GNULIB_POSIXCHECK # if !GNULIB_overrides_vprintf # undef vprintf # endif /* Assume vprintf is always declared. */ _GL_WARN_ON_USE (vprintf, "vprintf is not always POSIX compliant - " "use gnulib module vprintf-posix for portable " "POSIX compliance"); #endif #if @GNULIB_VSCANF@ # if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef vscanf # define vscanf rpl_vscanf # endif _GL_FUNCDECL_RPL (vscanf, int, (const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_SCANF_SYSTEM (1, 0) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (vscanf, int, (const char *format, va_list args)); # else _GL_CXXALIAS_SYS (vscanf, int, (const char *format, va_list args)); # endif _GL_CXXALIASWARN (vscanf); #endif #if @GNULIB_VSNPRINTF@ # if @REPLACE_VSNPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vsnprintf rpl_vsnprintf # endif _GL_FUNCDECL_RPL (vsnprintf, int, (char *str, size_t size, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3))); _GL_CXXALIAS_RPL (vsnprintf, int, (char *str, size_t size, const char *format, va_list args)); # else # if !@HAVE_DECL_VSNPRINTF@ _GL_FUNCDECL_SYS (vsnprintf, int, (char *str, size_t size, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (3, 0) _GL_ARG_NONNULL ((3))); # endif _GL_CXXALIAS_SYS (vsnprintf, int, (char *str, size_t size, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vsnprintf); #elif defined GNULIB_POSIXCHECK # undef vsnprintf # if HAVE_RAW_DECL_VSNPRINTF _GL_WARN_ON_USE (vsnprintf, "vsnprintf is unportable - " "use gnulib module vsnprintf for portability"); # endif #endif #if @GNULIB_VSPRINTF_POSIX@ # if @REPLACE_VSPRINTF@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define vsprintf rpl_vsprintf # endif _GL_FUNCDECL_RPL (vsprintf, int, (char *str, const char *format, va_list args) _GL_ATTRIBUTE_FORMAT_PRINTF (2, 0) _GL_ARG_NONNULL ((1, 2))); _GL_CXXALIAS_RPL (vsprintf, int, (char *str, const char *format, va_list args)); # else /* Need to cast, because on Solaris, the third parameter is __va_list args and GCC's fixincludes did not change this to __gnuc_va_list. */ _GL_CXXALIAS_SYS_CAST (vsprintf, int, (char *str, const char *format, va_list args)); # endif _GL_CXXALIASWARN (vsprintf); #elif defined GNULIB_POSIXCHECK # undef vsprintf /* Assume vsprintf is always declared. */ _GL_WARN_ON_USE (vsprintf, "vsprintf is not always POSIX compliant - " "use gnulib module vsprintf-posix for portable " "POSIX compliance"); #endif #endif /* _@GUARD_PREFIX@_STDIO_H */ #endif /* _@GUARD_PREFIX@_STDIO_H */ #endif gsasl-1.8.0/gl/m4/0000775000000000000000000000000011760732123010526 500000000000000gsasl-1.8.0/gl/m4/vasprintf.m40000664000000000000000000000210011746471770012731 00000000000000# vasprintf.m4 serial 6 dnl Copyright (C) 2002-2003, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_VASPRINTF], [ AC_CHECK_FUNCS([vasprintf]) if test $ac_cv_func_vasprintf = no; then gl_REPLACE_VASPRINTF fi ]) AC_DEFUN([gl_REPLACE_VASPRINTF], [ AC_LIBOBJ([vasprintf]) AC_LIBOBJ([asprintf]) AC_REQUIRE([gl_STDIO_H_DEFAULTS]) if test $ac_cv_func_vasprintf = yes; then REPLACE_VASPRINTF=1 else HAVE_VASPRINTF=0 fi gl_PREREQ_VASPRINTF_H gl_PREREQ_VASPRINTF gl_PREREQ_ASPRINTF ]) # Prerequisites of the vasprintf portion of lib/stdio.h. AC_DEFUN([gl_PREREQ_VASPRINTF_H], [ dnl Persuade glibc to declare asprintf() and vasprintf(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) ]) # Prerequisites of lib/vasprintf.c. AC_DEFUN([gl_PREREQ_VASPRINTF], [ ]) # Prerequisites of lib/asprintf.c. AC_DEFUN([gl_PREREQ_ASPRINTF], [ ]) gsasl-1.8.0/gl/m4/eealloc.m40000664000000000000000000000172311746471770012333 00000000000000# eealloc.m4 serial 2 dnl Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_EEALLOC], [ AC_REQUIRE([gl_EEMALLOC]) AC_REQUIRE([gl_EEREALLOC]) AC_REQUIRE([AC_C_INLINE]) ]) AC_DEFUN([gl_EEMALLOC], [ _AC_FUNC_MALLOC_IF( [gl_cv_func_malloc_0_nonnull=1], [gl_cv_func_malloc_0_nonnull=0]) AC_DEFINE_UNQUOTED([MALLOC_0_IS_NONNULL], [$gl_cv_func_malloc_0_nonnull], [If malloc(0) is != NULL, define this to 1. Otherwise define this to 0.]) ]) AC_DEFUN([gl_EEREALLOC], [ _AC_FUNC_REALLOC_IF( [gl_cv_func_realloc_0_nonnull=1], [gl_cv_func_realloc_0_nonnull=0]) AC_DEFINE_UNQUOTED([REALLOC_0_IS_NONNULL], [$gl_cv_func_realloc_0_nonnull], [If realloc(NULL,0) is != NULL, define this to 1. Otherwise define this to 0.]) ]) gsasl-1.8.0/gl/m4/configmake.m40000664000000000000000000000354011746471770013031 00000000000000# configmake.m4 serial 1 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_CONFIGMAKE_PREP # ------------------ # Guarantee all of the standard directory variables, even when used with # autoconf 2.59 (datarootdir wasn't supported until 2.59c) or automake # 1.9.6 (pkglibexecdir wasn't supported until 1.10b.). AC_DEFUN([gl_CONFIGMAKE_PREP], [ dnl Technically, datadir should default to datarootdir. But if dnl autoconf is too old to provide datarootdir, then reversing the dnl definition is a reasonable compromise. Only AC_SUBST a variable dnl if it was not already defined earlier by autoconf. if test "x$datarootdir" = x; then AC_SUBST([datarootdir], ['${datadir}']) fi dnl Copy the approach used in autoconf 2.60. if test "x$docdir" = x; then AC_SUBST([docdir], [m4_ifset([AC_PACKAGE_TARNAME], ['${datarootdir}/doc/${PACKAGE_TARNAME}'], ['${datarootdir}/doc/${PACKAGE}'])]) fi dnl The remaining variables missing from autoconf 2.59 are easier. if test "x$htmldir" = x; then AC_SUBST([htmldir], ['${docdir}']) fi if test "x$dvidir" = x; then AC_SUBST([dvidir], ['${docdir}']) fi if test "x$pdfdir" = x; then AC_SUBST([pdfdir], ['${docdir}']) fi if test "x$psdir" = x; then AC_SUBST([psdir], ['${docdir}']) fi if test "x$lispdir" = x; then AC_SUBST([lispdir], ['${datarootdir}/emacs/site-lisp']) fi if test "x$localedir" = x; then AC_SUBST([localedir], ['${datarootdir}/locale']) fi dnl Automake 1.9.6 only lacks pkglibexecdir; and since 1.11 merely dnl provides it without AC_SUBST, this blind use of AC_SUBST is safe. AC_SUBST([pkglibexecdir], ['${libexecdir}/${PACKAGE}']) ]) gsasl-1.8.0/gl/m4/largefile.m40000664000000000000000000001224011754207010012634 00000000000000# Enable large files on systems where this is not the default. # Copyright 1992-1996, 1998-2012 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # The following implementation works around a problem in autoconf <= 2.68; # AC_SYS_LARGEFILE does not configure for large inodes on Mac OS X 10.5. m4_version_prereq([2.69], [] ,[ # _AC_SYS_LARGEFILE_TEST_INCLUDES # ------------------------------- m4_define([_AC_SYS_LARGEFILE_TEST_INCLUDES], [@%:@include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ @%:@define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]];[]dnl ]) # _AC_SYS_LARGEFILE_MACRO_VALUE(C-MACRO, VALUE, # CACHE-VAR, # DESCRIPTION, # PROLOGUE, [FUNCTION-BODY]) # -------------------------------------------------------- m4_define([_AC_SYS_LARGEFILE_MACRO_VALUE], [AC_CACHE_CHECK([for $1 value needed for large files], [$3], [while :; do m4_ifval([$6], [AC_LINK_IFELSE], [AC_COMPILE_IFELSE])( [AC_LANG_PROGRAM([$5], [$6])], [$3=no; break]) m4_ifval([$6], [AC_LINK_IFELSE], [AC_COMPILE_IFELSE])( [AC_LANG_PROGRAM([@%:@define $1 $2 $5], [$6])], [$3=$2; break]) $3=unknown break done]) case $$3 in #( no | unknown) ;; *) AC_DEFINE_UNQUOTED([$1], [$$3], [$4]);; esac rm -rf conftest*[]dnl ])# _AC_SYS_LARGEFILE_MACRO_VALUE # AC_SYS_LARGEFILE # ---------------- # By default, many hosts won't let programs access large files; # one must use special compiler options to get large-file access to work. # For more details about this brain damage please see: # http://www.unix-systems.org/version2/whatsnew/lfs20mar.html AC_DEFUN([AC_SYS_LARGEFILE], [AC_ARG_ENABLE(largefile, [ --disable-largefile omit support for large files]) if test "$enable_largefile" != no; then AC_CACHE_CHECK([for special C compiler options needed for large files], ac_cv_sys_largefile_CC, [ac_cv_sys_largefile_CC=no if test "$GCC" != yes; then ac_save_CC=$CC while :; do # IRIX 6.2 and later do not support large files by default, # so use the C compiler's -n32 option if that helps. AC_LANG_CONFTEST([AC_LANG_PROGRAM([_AC_SYS_LARGEFILE_TEST_INCLUDES])]) AC_COMPILE_IFELSE([], [break]) CC="$CC -n32" AC_COMPILE_IFELSE([], [ac_cv_sys_largefile_CC=' -n32'; break]) break done CC=$ac_save_CC rm -f conftest.$ac_ext fi]) if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi _AC_SYS_LARGEFILE_MACRO_VALUE(_FILE_OFFSET_BITS, 64, ac_cv_sys_file_offset_bits, [Number of bits in a file offset, on hosts where this is settable.], [_AC_SYS_LARGEFILE_TEST_INCLUDES]) if test $ac_cv_sys_file_offset_bits = unknown; then _AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES, 1, ac_cv_sys_large_files, [Define for large files, on AIX-style hosts.], [_AC_SYS_LARGEFILE_TEST_INCLUDES]) fi AH_VERBATIM([_DARWIN_USE_64_BIT_INODE], [/* Enable large inode numbers on Mac OS X. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif]) fi ])# AC_SYS_LARGEFILE ])# m4_version_prereq 2.69 # Enable large files on systems where this is implemented by Gnulib, not by the # system headers. # Set the variables WINDOWS_64_BIT_OFF_T, WINDOWS_64_BIT_ST_SIZE if Gnulib # overrides ensure that off_t or 'struct size.st_size' are 64-bit, respectively. AC_DEFUN([gl_LARGEFILE], [ AC_REQUIRE([AC_CANONICAL_HOST]) case "$host_os" in mingw*) dnl Native Windows. dnl mingw64 defines off_t to a 64-bit type already, if dnl _FILE_OFFSET_BITS=64, which is ensured by AC_SYS_LARGEFILE. AC_CACHE_CHECK([for 64-bit off_t], [gl_cv_type_off_t_64], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include int verify_off_t_size[sizeof (off_t) >= 8 ? 1 : -1]; ]], [[]])], [gl_cv_type_off_t_64=yes], [gl_cv_type_off_t_64=no]) ]) if test $gl_cv_type_off_t_64 = no; then WINDOWS_64_BIT_OFF_T=1 else WINDOWS_64_BIT_OFF_T=0 fi dnl But all native Windows platforms (including mingw64) have a 32-bit dnl st_size member in 'struct stat'. WINDOWS_64_BIT_ST_SIZE=1 ;; *) dnl Nothing to do on gnulib's side. dnl A 64-bit off_t is dnl - already the default on MacOS X, FreeBSD, NetBSD, OpenBSD, IRIX, dnl OSF/1, Cygwin, dnl - enabled by _FILE_OFFSET_BITS=64 (ensured by AC_SYS_LARGEFILE) on dnl glibc, HP-UX, Solaris, dnl - enabled by _LARGE_FILES=1 (ensured by AC_SYS_LARGEFILE) on AIX, dnl - impossible to achieve on Minix 3.1.8. WINDOWS_64_BIT_OFF_T=0 WINDOWS_64_BIT_ST_SIZE=0 ;; esac ]) gsasl-1.8.0/gl/m4/stdio_h.m40000664000000000000000000002237011746471770012361 00000000000000# stdio_h.m4 serial 41 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDIO_H], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_REQUIRE([AC_C_INLINE]) gl_NEXT_HEADERS([stdio.h]) dnl No need to create extra modules for these functions. Everyone who uses dnl likely needs them. GNULIB_FSCANF=1 GNULIB_SCANF=1 GNULIB_FGETC=1 GNULIB_GETC=1 GNULIB_GETCHAR=1 GNULIB_FGETS=1 GNULIB_FREAD=1 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-read.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_NONBLOCKING dnl or GNULIB_NONBLOCKING redundant. m4_ifdef([gl_NONBLOCKING_IO], [ gl_NONBLOCKING_IO if test $gl_cv_have_nonblocking != yes; then REPLACE_STDIO_READ_FUNCS=1 AC_LIBOBJ([stdio-read]) fi ]) dnl No need to create extra modules for these functions. Everyone who uses dnl likely needs them. GNULIB_FPRINTF=1 GNULIB_PRINTF=1 GNULIB_VFPRINTF=1 GNULIB_VPRINTF=1 GNULIB_FPUTC=1 GNULIB_PUTC=1 GNULIB_PUTCHAR=1 GNULIB_FPUTS=1 GNULIB_PUTS=1 GNULIB_FWRITE=1 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_SIGPIPE or dnl GNULIB_SIGPIPE redundant. m4_ifdef([gl_SIGNAL_SIGPIPE], [ gl_SIGNAL_SIGPIPE if test $gl_cv_header_signal_h_SIGPIPE != yes; then REPLACE_STDIO_WRITE_FUNCS=1 AC_LIBOBJ([stdio-write]) fi ]) dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" dnl "expected source file, required through AC_LIBSOURCES, not found". It is dnl also an optimization, to avoid performing a configure check whose result dnl is not used. But it does not make the test of GNULIB_STDIO_H_NONBLOCKING dnl or GNULIB_NONBLOCKING redundant. m4_ifdef([gl_NONBLOCKING_IO], [ gl_NONBLOCKING_IO if test $gl_cv_have_nonblocking != yes; then REPLACE_STDIO_WRITE_FUNCS=1 AC_LIBOBJ([stdio-write]) fi ]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by both C89 and C11. gl_WARN_ON_USE_PREPARE([[#include ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf]) ]) AC_DEFUN([gl_STDIO_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDIO_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_STDIO_H_DEFAULTS], [ GNULIB_DPRINTF=0; AC_SUBST([GNULIB_DPRINTF]) GNULIB_FCLOSE=0; AC_SUBST([GNULIB_FCLOSE]) GNULIB_FDOPEN=0; AC_SUBST([GNULIB_FDOPEN]) GNULIB_FFLUSH=0; AC_SUBST([GNULIB_FFLUSH]) GNULIB_FGETC=0; AC_SUBST([GNULIB_FGETC]) GNULIB_FGETS=0; AC_SUBST([GNULIB_FGETS]) GNULIB_FOPEN=0; AC_SUBST([GNULIB_FOPEN]) GNULIB_FPRINTF=0; AC_SUBST([GNULIB_FPRINTF]) GNULIB_FPRINTF_POSIX=0; AC_SUBST([GNULIB_FPRINTF_POSIX]) GNULIB_FPURGE=0; AC_SUBST([GNULIB_FPURGE]) GNULIB_FPUTC=0; AC_SUBST([GNULIB_FPUTC]) GNULIB_FPUTS=0; AC_SUBST([GNULIB_FPUTS]) GNULIB_FREAD=0; AC_SUBST([GNULIB_FREAD]) GNULIB_FREOPEN=0; AC_SUBST([GNULIB_FREOPEN]) GNULIB_FSCANF=0; AC_SUBST([GNULIB_FSCANF]) GNULIB_FSEEK=0; AC_SUBST([GNULIB_FSEEK]) GNULIB_FSEEKO=0; AC_SUBST([GNULIB_FSEEKO]) GNULIB_FTELL=0; AC_SUBST([GNULIB_FTELL]) GNULIB_FTELLO=0; AC_SUBST([GNULIB_FTELLO]) GNULIB_FWRITE=0; AC_SUBST([GNULIB_FWRITE]) GNULIB_GETC=0; AC_SUBST([GNULIB_GETC]) GNULIB_GETCHAR=0; AC_SUBST([GNULIB_GETCHAR]) GNULIB_GETDELIM=0; AC_SUBST([GNULIB_GETDELIM]) GNULIB_GETLINE=0; AC_SUBST([GNULIB_GETLINE]) GNULIB_OBSTACK_PRINTF=0; AC_SUBST([GNULIB_OBSTACK_PRINTF]) GNULIB_OBSTACK_PRINTF_POSIX=0; AC_SUBST([GNULIB_OBSTACK_PRINTF_POSIX]) GNULIB_PCLOSE=0; AC_SUBST([GNULIB_PCLOSE]) GNULIB_PERROR=0; AC_SUBST([GNULIB_PERROR]) GNULIB_POPEN=0; AC_SUBST([GNULIB_POPEN]) GNULIB_PRINTF=0; AC_SUBST([GNULIB_PRINTF]) GNULIB_PRINTF_POSIX=0; AC_SUBST([GNULIB_PRINTF_POSIX]) GNULIB_PUTC=0; AC_SUBST([GNULIB_PUTC]) GNULIB_PUTCHAR=0; AC_SUBST([GNULIB_PUTCHAR]) GNULIB_PUTS=0; AC_SUBST([GNULIB_PUTS]) GNULIB_REMOVE=0; AC_SUBST([GNULIB_REMOVE]) GNULIB_RENAME=0; AC_SUBST([GNULIB_RENAME]) GNULIB_RENAMEAT=0; AC_SUBST([GNULIB_RENAMEAT]) GNULIB_SCANF=0; AC_SUBST([GNULIB_SCANF]) GNULIB_SNPRINTF=0; AC_SUBST([GNULIB_SNPRINTF]) GNULIB_SPRINTF_POSIX=0; AC_SUBST([GNULIB_SPRINTF_POSIX]) GNULIB_STDIO_H_NONBLOCKING=0; AC_SUBST([GNULIB_STDIO_H_NONBLOCKING]) GNULIB_STDIO_H_SIGPIPE=0; AC_SUBST([GNULIB_STDIO_H_SIGPIPE]) GNULIB_TMPFILE=0; AC_SUBST([GNULIB_TMPFILE]) GNULIB_VASPRINTF=0; AC_SUBST([GNULIB_VASPRINTF]) GNULIB_VFSCANF=0; AC_SUBST([GNULIB_VFSCANF]) GNULIB_VSCANF=0; AC_SUBST([GNULIB_VSCANF]) GNULIB_VDPRINTF=0; AC_SUBST([GNULIB_VDPRINTF]) GNULIB_VFPRINTF=0; AC_SUBST([GNULIB_VFPRINTF]) GNULIB_VFPRINTF_POSIX=0; AC_SUBST([GNULIB_VFPRINTF_POSIX]) GNULIB_VPRINTF=0; AC_SUBST([GNULIB_VPRINTF]) GNULIB_VPRINTF_POSIX=0; AC_SUBST([GNULIB_VPRINTF_POSIX]) GNULIB_VSNPRINTF=0; AC_SUBST([GNULIB_VSNPRINTF]) GNULIB_VSPRINTF_POSIX=0; AC_SUBST([GNULIB_VSPRINTF_POSIX]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_FPURGE=1; AC_SUBST([HAVE_DECL_FPURGE]) HAVE_DECL_FSEEKO=1; AC_SUBST([HAVE_DECL_FSEEKO]) HAVE_DECL_FTELLO=1; AC_SUBST([HAVE_DECL_FTELLO]) HAVE_DECL_GETDELIM=1; AC_SUBST([HAVE_DECL_GETDELIM]) HAVE_DECL_GETLINE=1; AC_SUBST([HAVE_DECL_GETLINE]) HAVE_DECL_OBSTACK_PRINTF=1; AC_SUBST([HAVE_DECL_OBSTACK_PRINTF]) HAVE_DECL_SNPRINTF=1; AC_SUBST([HAVE_DECL_SNPRINTF]) HAVE_DECL_VSNPRINTF=1; AC_SUBST([HAVE_DECL_VSNPRINTF]) HAVE_DPRINTF=1; AC_SUBST([HAVE_DPRINTF]) HAVE_FSEEKO=1; AC_SUBST([HAVE_FSEEKO]) HAVE_FTELLO=1; AC_SUBST([HAVE_FTELLO]) HAVE_PCLOSE=1; AC_SUBST([HAVE_PCLOSE]) HAVE_POPEN=1; AC_SUBST([HAVE_POPEN]) HAVE_RENAMEAT=1; AC_SUBST([HAVE_RENAMEAT]) HAVE_VASPRINTF=1; AC_SUBST([HAVE_VASPRINTF]) HAVE_VDPRINTF=1; AC_SUBST([HAVE_VDPRINTF]) REPLACE_DPRINTF=0; AC_SUBST([REPLACE_DPRINTF]) REPLACE_FCLOSE=0; AC_SUBST([REPLACE_FCLOSE]) REPLACE_FDOPEN=0; AC_SUBST([REPLACE_FDOPEN]) REPLACE_FFLUSH=0; AC_SUBST([REPLACE_FFLUSH]) REPLACE_FOPEN=0; AC_SUBST([REPLACE_FOPEN]) REPLACE_FPRINTF=0; AC_SUBST([REPLACE_FPRINTF]) REPLACE_FPURGE=0; AC_SUBST([REPLACE_FPURGE]) REPLACE_FREOPEN=0; AC_SUBST([REPLACE_FREOPEN]) REPLACE_FSEEK=0; AC_SUBST([REPLACE_FSEEK]) REPLACE_FSEEKO=0; AC_SUBST([REPLACE_FSEEKO]) REPLACE_FTELL=0; AC_SUBST([REPLACE_FTELL]) REPLACE_FTELLO=0; AC_SUBST([REPLACE_FTELLO]) REPLACE_GETDELIM=0; AC_SUBST([REPLACE_GETDELIM]) REPLACE_GETLINE=0; AC_SUBST([REPLACE_GETLINE]) REPLACE_OBSTACK_PRINTF=0; AC_SUBST([REPLACE_OBSTACK_PRINTF]) REPLACE_PERROR=0; AC_SUBST([REPLACE_PERROR]) REPLACE_POPEN=0; AC_SUBST([REPLACE_POPEN]) REPLACE_PRINTF=0; AC_SUBST([REPLACE_PRINTF]) REPLACE_REMOVE=0; AC_SUBST([REPLACE_REMOVE]) REPLACE_RENAME=0; AC_SUBST([REPLACE_RENAME]) REPLACE_RENAMEAT=0; AC_SUBST([REPLACE_RENAMEAT]) REPLACE_SNPRINTF=0; AC_SUBST([REPLACE_SNPRINTF]) REPLACE_SPRINTF=0; AC_SUBST([REPLACE_SPRINTF]) REPLACE_STDIO_READ_FUNCS=0; AC_SUBST([REPLACE_STDIO_READ_FUNCS]) REPLACE_STDIO_WRITE_FUNCS=0; AC_SUBST([REPLACE_STDIO_WRITE_FUNCS]) REPLACE_TMPFILE=0; AC_SUBST([REPLACE_TMPFILE]) REPLACE_VASPRINTF=0; AC_SUBST([REPLACE_VASPRINTF]) REPLACE_VDPRINTF=0; AC_SUBST([REPLACE_VDPRINTF]) REPLACE_VFPRINTF=0; AC_SUBST([REPLACE_VFPRINTF]) REPLACE_VPRINTF=0; AC_SUBST([REPLACE_VPRINTF]) REPLACE_VSNPRINTF=0; AC_SUBST([REPLACE_VSNPRINTF]) REPLACE_VSPRINTF=0; AC_SUBST([REPLACE_VSPRINTF]) ]) gsasl-1.8.0/gl/m4/ungetc.m40000664000000000000000000000324511754207010012174 00000000000000# ungetc.m4 serial 3 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_FUNC_UNGETC_WORKS], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether ungetc works on arbitrary bytes], [gl_cv_func_ungetc_works], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include ]], [FILE *f; if (!(f = fopen ("conftest.tmp", "w+"))) return 1; if (fputs ("abc", f) < 0) return 2; rewind (f); if (fgetc (f) != 'a') return 3; if (fgetc (f) != 'b') return 4; if (ungetc ('d', f) != 'd') return 5; if (ftell (f) != 1) return 6; if (fgetc (f) != 'd') return 7; if (ftell (f) != 2) return 8; if (fseek (f, 0, SEEK_CUR) != 0) return 9; if (ftell (f) != 2) return 10; if (fgetc (f) != 'c') return 11; fclose (f); remove ("conftest.tmp");])], [gl_cv_func_ungetc_works=yes], [gl_cv_func_ungetc_works=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_ungetc_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_ungetc_works="guessing no" ;; esac ]) ]) case "$gl_cv_func_ungetc_works" in *yes) ;; *) AC_DEFINE([FUNC_UNGETC_BROKEN], [1], [Define to 1 if ungetc is broken when used on arbitrary bytes.]) ;; esac ]) gsasl-1.8.0/gl/m4/sockpfaf.m40000664000000000000000000000522611746471770012525 00000000000000# sockpfaf.m4 serial 8 dnl Copyright (C) 2004, 2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Test for some common socket protocol families (PF_INET, PF_INET6, ...) dnl and some common address families (AF_INET, AF_INET6, ...). dnl This test assumes that a system supports an address family if and only if dnl it supports the corresponding protocol family. dnl From Bruno Haible. AC_DEFUN([gl_SOCKET_FAMILIES], [ AC_REQUIRE([gl_HEADER_SYS_SOCKET]) AC_CHECK_HEADERS_ONCE([netinet/in.h]) AC_MSG_CHECKING([for IPv4 sockets]) AC_CACHE_VAL([gl_cv_socket_ipv4], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_WINSOCK2_H #include #endif]], [[int x = AF_INET; struct in_addr y; struct sockaddr_in z; if (&x && &y && &z) return 0;]])], gl_cv_socket_ipv4=yes, gl_cv_socket_ipv4=no)]) AC_MSG_RESULT([$gl_cv_socket_ipv4]) if test $gl_cv_socket_ipv4 = yes; then AC_DEFINE([HAVE_IPV4], [1], [Define to 1 if defines AF_INET.]) fi AC_MSG_CHECKING([for IPv6 sockets]) AC_CACHE_VAL([gl_cv_socket_ipv6], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_WINSOCK2_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif]], [[int x = AF_INET6; struct in6_addr y; struct sockaddr_in6 z; if (&x && &y && &z) return 0;]])], gl_cv_socket_ipv6=yes, gl_cv_socket_ipv6=no)]) AC_MSG_RESULT([$gl_cv_socket_ipv6]) if test $gl_cv_socket_ipv6 = yes; then AC_DEFINE([HAVE_IPV6], [1], [Define to 1 if defines AF_INET6.]) fi ]) AC_DEFUN([gl_SOCKET_FAMILY_UNIX], [ AC_REQUIRE([gl_HEADER_SYS_SOCKET]) AC_CHECK_HEADERS_ONCE([sys/un.h]) AC_MSG_CHECKING([for UNIX domain sockets]) AC_CACHE_VAL([gl_cv_socket_unix], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_SYS_UN_H #include #endif #ifdef HAVE_WINSOCK2_H #include #endif]], [[int x = AF_UNIX; struct sockaddr_un y; if (&x && &y) return 0;]])], gl_cv_socket_unix=yes, gl_cv_socket_unix=no)]) AC_MSG_RESULT([$gl_cv_socket_unix]) if test $gl_cv_socket_unix = yes; then AC_DEFINE([HAVE_UNIXSOCKET], [1], [Define to 1 if defines AF_UNIX.]) fi ]) gsasl-1.8.0/gl/m4/wctob.m40000664000000000000000000000667611746471770012061 00000000000000# wctob.m4 serial 10 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_WCTOB], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_CHECK_FUNCS_ONCE([wctob]) if test $ac_cv_func_wctob = no; then HAVE_WCTOB=0 HAVE_DECL_WCTOB=0 else HAVE_WCTOB=1 dnl Solaris 9 has the wctob() function but it does not work. dnl Cygwin 1.7.2 has the wctob() function but it clobbers caller-owned dnl registers, see . AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_FR]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether wctob works], [gl_cv_func_wctob_works], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on Solaris <= 9 and Cygwin. solaris2.[1-9] | solaris2.[1-9].* | cygwin*) gl_cv_func_wctob_works="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_wctob_works="guessing yes" ;; esac changequote([,])dnl case "$host_os" in cygwin*) AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include register long global __asm__ ("%ebx"); int main () { setlocale (LC_ALL, "en_US.UTF-8"); global = 0x12345678; if (wctob (0x00FC) != -1) return 1; if (global != 0x12345678) return 2; return 0; }]])], [:], [gl_cv_func_wctob_works=no], [:]) ;; esac if test "$gl_cv_func_wctob_works" != no && test $LOCALE_FR != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_FR") != NULL) { wchar_t wc; if (mbtowc (&wc, "\374", 1) == 1) if (wctob (wc) != (unsigned char) '\374') return 1; } return 0; }]])], [gl_cv_func_wctob_works=yes], [gl_cv_func_wctob_works=no], [:]) fi ]) case "$gl_cv_func_wctob_works" in *yes) ;; *) REPLACE_WCTOB=1 ;; esac if test $REPLACE_WCTOB = 0; then dnl IRIX 6.5 has the wctob() function but does not declare it. AC_CHECK_DECLS([wctob], [], [], [[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include ]]) if test $ac_cv_have_decl_wctob != yes; then HAVE_DECL_WCTOB=0 fi fi fi ]) # Prerequisites of lib/wctob.c. AC_DEFUN([gl_PREREQ_WCTOB], [ : ]) gsasl-1.8.0/gl/m4/signal_h.m40000664000000000000000000000604211746471770012512 00000000000000# signal_h.m4 serial 18 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SIGNAL_H], [ AC_REQUIRE([gl_SIGNAL_H_DEFAULTS]) AC_REQUIRE([gl_CHECK_TYPE_SIGSET_T]) gl_NEXT_HEADERS([signal.h]) # AIX declares sig_atomic_t to already include volatile, and C89 compilers # then choke on 'volatile sig_atomic_t'. C99 requires that it compile. AC_CHECK_TYPE([volatile sig_atomic_t], [], [HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=0], [[ #include ]]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) AC_REQUIRE([AC_TYPE_UID_T]) dnl Persuade glibc to define sighandler_t. AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_TYPE([sighandler_t], [], [HAVE_SIGHANDLER_T=0], [[ #include ]]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include ]], [pthread_sigmask sigaction sigaddset sigdelset sigemptyset sigfillset sigismember sigpending sigprocmask]) ]) AC_DEFUN([gl_CHECK_TYPE_SIGSET_T], [ AC_CHECK_TYPES([sigset_t], [gl_cv_type_sigset_t=yes], [gl_cv_type_sigset_t=no], [[ #include /* Mingw defines sigset_t not in , but in . */ #include ]]) if test $gl_cv_type_sigset_t != yes; then HAVE_SIGSET_T=0 fi ]) AC_DEFUN([gl_SIGNAL_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SIGNAL_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SIGNAL_H_DEFAULTS], [ GNULIB_PTHREAD_SIGMASK=0; AC_SUBST([GNULIB_PTHREAD_SIGMASK]) GNULIB_RAISE=0; AC_SUBST([GNULIB_RAISE]) GNULIB_SIGNAL_H_SIGPIPE=0; AC_SUBST([GNULIB_SIGNAL_H_SIGPIPE]) GNULIB_SIGPROCMASK=0; AC_SUBST([GNULIB_SIGPROCMASK]) GNULIB_SIGACTION=0; AC_SUBST([GNULIB_SIGACTION]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_POSIX_SIGNALBLOCKING=1; AC_SUBST([HAVE_POSIX_SIGNALBLOCKING]) HAVE_PTHREAD_SIGMASK=1; AC_SUBST([HAVE_PTHREAD_SIGMASK]) HAVE_RAISE=1; AC_SUBST([HAVE_RAISE]) HAVE_SIGSET_T=1; AC_SUBST([HAVE_SIGSET_T]) HAVE_SIGINFO_T=1; AC_SUBST([HAVE_SIGINFO_T]) HAVE_SIGACTION=1; AC_SUBST([HAVE_SIGACTION]) HAVE_STRUCT_SIGACTION_SA_SIGACTION=1; AC_SUBST([HAVE_STRUCT_SIGACTION_SA_SIGACTION]) HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=1; AC_SUBST([HAVE_TYPE_VOLATILE_SIG_ATOMIC_T]) HAVE_SIGHANDLER_T=1; AC_SUBST([HAVE_SIGHANDLER_T]) REPLACE_PTHREAD_SIGMASK=0; AC_SUBST([REPLACE_PTHREAD_SIGMASK]) REPLACE_RAISE=0; AC_SUBST([REPLACE_RAISE]) ]) gsasl-1.8.0/gl/m4/inet_pton.m40000664000000000000000000000414511746471770012727 00000000000000# inet_pton.m4 serial 17 dnl Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_INET_PTON], [ AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS]) dnl Persuade Solaris to declare inet_pton. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([AC_C_RESTRICT]) dnl Most platforms that provide inet_pton define it in libc. dnl Solaris 8..10 provide inet_pton in libnsl instead. dnl Solaris 2.6..7 provide inet_pton in libresolv instead. dnl Native Windows provides it in -lws2_32 instead, with a declaration in dnl , and it uses stdcall calling convention, not cdecl dnl (hence we cannot use AC_CHECK_FUNCS, AC_SEARCH_LIBS to find it). HAVE_INET_PTON=1 INET_PTON_LIB= gl_PREREQ_SYS_H_WINSOCK2 if test $HAVE_WINSOCK2_H = 1; then AC_CHECK_DECLS([inet_pton],,, [[#include ]]) if test $ac_cv_have_decl_inet_pton = yes; then dnl It needs to be overridden, because the stdcall calling convention dnl is not compliant with POSIX. REPLACE_INET_PTON=1 INET_PTON_LIB="-lws2_32" else HAVE_DECL_INET_PTON=0 HAVE_INET_PTON=0 fi else gl_save_LIBS=$LIBS AC_SEARCH_LIBS([inet_pton], [nsl resolv], [], [AC_CHECK_FUNCS([inet_pton]) if test $ac_cv_func_inet_pton = no; then HAVE_INET_PTON=0 fi ]) LIBS=$gl_save_LIBS if test "$ac_cv_search_inet_pton" != "no" \ && test "$ac_cv_search_inet_pton" != "none required"; then INET_PTON_LIB="$ac_cv_search_inet_pton" fi AC_CHECK_HEADERS_ONCE([netdb.h]) AC_CHECK_DECLS([inet_pton],,, [[#include #if HAVE_NETDB_H # include #endif ]]) if test $ac_cv_have_decl_inet_pton = no; then HAVE_DECL_INET_PTON=0 fi fi AC_SUBST([INET_PTON_LIB]) ]) # Prerequisites of lib/inet_pton.c. AC_DEFUN([gl_PREREQ_INET_PTON], [ AC_REQUIRE([gl_SOCKET_FAMILIES]) ]) gsasl-1.8.0/gl/m4/memchr.m40000664000000000000000000000534011746471770012201 00000000000000# memchr.m4 serial 12 dnl Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_FUNC_MEMCHR], [ dnl Check for prerequisites for memory fence checks. gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) m4_ifdef([gl_FUNC_MEMCHR_OBSOLETE], [ dnl These days, we assume memchr is present. But if support for old dnl platforms is desired: AC_CHECK_FUNCS_ONCE([memchr]) if test $ac_cv_func_memchr = no; then HAVE_MEMCHR=0 fi ]) if test $HAVE_MEMCHR = 1; then # Detect platform-specific bugs in some versions of glibc: # memchr should not dereference anything with length 0 # http://bugzilla.redhat.com/499689 # memchr should not dereference overestimated length after a match # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737 # http://sourceware.org/bugzilla/show_bug.cgi?id=10162 # Assume that memchr works on platforms that lack mprotect. AC_CACHE_CHECK([whether memchr works], [gl_cv_func_memchr_works], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #if HAVE_SYS_MMAN_H # include # include # include # include # ifndef MAP_FILE # define MAP_FILE 0 # endif #endif ]], [[ int result = 0; char *fence = NULL; #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # if HAVE_MAP_ANONYMOUS const int flags = MAP_ANONYMOUS | MAP_PRIVATE; const int fd = -1; # else /* !HAVE_MAP_ANONYMOUS */ const int flags = MAP_FILE | MAP_PRIVATE; int fd = open ("/dev/zero", O_RDONLY, 0666); if (fd >= 0) # endif { int pagesize = getpagesize (); char *two_pages = (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE, flags, fd, 0); if (two_pages != (char *)(-1) && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0) fence = two_pages + pagesize; } #endif if (fence) { if (memchr (fence, 0, 0)) result |= 1; strcpy (fence - 9, "12345678"); if (memchr (fence - 9, 0, 79) != fence - 1) result |= 2; if (memchr (fence - 1, 0, 3) != fence - 1) result |= 4; } return result; ]])], [gl_cv_func_memchr_works=yes], [gl_cv_func_memchr_works=no], [dnl Be pessimistic for now. gl_cv_func_memchr_works="guessing no"])]) if test "$gl_cv_func_memchr_works" != yes; then REPLACE_MEMCHR=1 fi fi ]) # Prerequisites of lib/memchr.c. AC_DEFUN([gl_PREREQ_MEMCHR], [ AC_CHECK_HEADERS([bp-sym.h]) ]) gsasl-1.8.0/gl/m4/sockets.m40000664000000000000000000000070711746471770012403 00000000000000# sockets.m4 serial 7 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SOCKETS], [ AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gl_SOCKETLIB]) gl_PREREQ_SOCKETS ]) # Prerequisites of lib/sockets.c. AC_DEFUN([gl_PREREQ_SOCKETS], [ : ]) gsasl-1.8.0/gl/m4/getopt.m40000664000000000000000000002644311746471770012237 00000000000000# getopt.m4 serial 39 dnl Copyright (C) 2002-2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Request a POSIX compliant getopt function. AC_DEFUN([gl_FUNC_GETOPT_POSIX], [ m4_divert_text([DEFAULTS], [gl_getopt_required=POSIX]) AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) dnl Other modules can request the gnulib implementation of the getopt dnl functions unconditionally, by defining gl_REPLACE_GETOPT_ALWAYS. dnl argp.m4 does this. m4_ifdef([gl_REPLACE_GETOPT_ALWAYS], [ gl_GETOPT_IFELSE([], []) REPLACE_GETOPT=1 ], [ REPLACE_GETOPT=0 gl_GETOPT_IFELSE([ REPLACE_GETOPT=1 ], []) ]) if test $REPLACE_GETOPT = 1; then dnl Arrange for getopt.h to be created. gl_GETOPT_SUBSTITUTE_HEADER fi ]) # Request a POSIX compliant getopt function with GNU extensions (such as # options with optional arguments) and the functions getopt_long, # getopt_long_only. AC_DEFUN([gl_FUNC_GETOPT_GNU], [ m4_divert_text([INIT_PREPARE], [gl_getopt_required=GNU]) AC_REQUIRE([gl_FUNC_GETOPT_POSIX]) ]) # emacs' configure.in uses this. AC_DEFUN([gl_GETOPT_IFELSE], [ AC_REQUIRE([gl_GETOPT_CHECK_HEADERS]) AS_IF([test -n "$gl_replace_getopt"], [$1], [$2]) ]) # Determine whether to replace the entire getopt facility. AC_DEFUN([gl_GETOPT_CHECK_HEADERS], [ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([AC_PROG_AWK]) dnl for awk that supports ENVIRON dnl Persuade Solaris to declare optarg, optind, opterr, optopt. AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) gl_CHECK_NEXT_HEADERS([getopt.h]) if test $ac_cv_header_getopt_h = yes; then HAVE_GETOPT_H=1 else HAVE_GETOPT_H=0 fi AC_SUBST([HAVE_GETOPT_H]) gl_replace_getopt= dnl Test whether is available. if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then AC_CHECK_HEADERS([getopt.h], [], [gl_replace_getopt=yes]) fi dnl Test whether the function getopt_long is available. if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then AC_CHECK_FUNCS([getopt_long_only], [], [gl_replace_getopt=yes]) fi dnl mingw's getopt (in libmingwex.a) does weird things when the options dnl strings starts with '+' and it's not the first call. Some internal state dnl is left over from earlier calls, and neither setting optind = 0 nor dnl setting optreset = 1 get rid of this internal state. dnl POSIX is silent on optind vs. optreset, so we allow either behavior. dnl POSIX 2008 does not specify leading '+' behavior, but see dnl http://austingroupbugs.net/view.php?id=191 for a recommendation on dnl the next version of POSIX. For now, we only guarantee leading '+' dnl behavior with getopt-gnu. if test -z "$gl_replace_getopt"; then AC_CACHE_CHECK([whether getopt is POSIX compatible], [gl_cv_func_getopt_posix], [ dnl BSD getopt_long uses an incompatible method to reset option dnl processing. Existence of the optreset variable, in and of dnl itself, is not a reason to replace getopt, but knowledge dnl of the variable is needed to determine how to reset and dnl whether a reset reparses the environment. Solaris dnl supports neither optreset nor optind=0, but keeps no state dnl that needs a reset beyond setting optind=1; detect Solaris dnl by getopt_clip. AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[int *p = &optreset; return optreset;]])], [gl_optind_min=1], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[return !getopt_clip;]])], [gl_optind_min=1], [gl_optind_min=0])]) dnl This test fails on mingw and succeeds on many other platforms. gl_save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS -DOPTIND_MIN=$gl_optind_min" AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include #include #include int main () { { static char program[] = "program"; static char a[] = "-a"; static char foo[] = "foo"; static char bar[] = "bar"; char *argv[] = { program, a, foo, bar, NULL }; int c; optind = OPTIND_MIN; opterr = 0; c = getopt (4, argv, "ab"); if (!(c == 'a')) return 1; c = getopt (4, argv, "ab"); if (!(c == -1)) return 2; if (!(optind == 2)) return 3; } /* Some internal state exists at this point. */ { static char program[] = "program"; static char donald[] = "donald"; static char p[] = "-p"; static char billy[] = "billy"; static char duck[] = "duck"; static char a[] = "-a"; static char bar[] = "bar"; char *argv[] = { program, donald, p, billy, duck, a, bar, NULL }; int c; optind = OPTIND_MIN; opterr = 0; c = getopt (7, argv, "+abp:q:"); if (!(c == -1)) return 4; if (!(strcmp (argv[0], "program") == 0)) return 5; if (!(strcmp (argv[1], "donald") == 0)) return 6; if (!(strcmp (argv[2], "-p") == 0)) return 7; if (!(strcmp (argv[3], "billy") == 0)) return 8; if (!(strcmp (argv[4], "duck") == 0)) return 9; if (!(strcmp (argv[5], "-a") == 0)) return 10; if (!(strcmp (argv[6], "bar") == 0)) return 11; if (!(optind == 1)) return 12; } /* Detect MacOS 10.5, AIX 7.1 bug. */ { static char program[] = "program"; static char ab[] = "-ab"; char *argv[3] = { program, ab, NULL }; optind = OPTIND_MIN; opterr = 0; if (getopt (2, argv, "ab:") != 'a') return 13; if (getopt (2, argv, "ab:") != '?') return 14; if (optopt != 'b') return 15; if (optind != 2) return 16; } return 0; } ]])], [gl_cv_func_getopt_posix=yes], [gl_cv_func_getopt_posix=no], [case "$host_os" in mingw*) gl_cv_func_getopt_posix="guessing no";; darwin* | aix*) gl_cv_func_getopt_posix="guessing no";; *) gl_cv_func_getopt_posix="guessing yes";; esac ]) CPPFLAGS=$gl_save_CPPFLAGS ]) case "$gl_cv_func_getopt_posix" in *no) gl_replace_getopt=yes ;; esac fi if test -z "$gl_replace_getopt" && test $gl_getopt_required = GNU; then AC_CACHE_CHECK([for working GNU getopt function], [gl_cv_func_getopt_gnu], [# Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the # optstring is necessary for programs like m4 that have POSIX-mandated # semantics for supporting options interspersed with files. # Also, since getopt_long is a GNU extension, we require optind=0. # Bash ties 'set -o posix' to a non-exported POSIXLY_CORRECT; # so take care to revert to the correct (non-)export state. dnl GNU Coding Standards currently allow awk but not env; besides, env dnl is ambiguous with environment values that contain newlines. gl_awk_probe='BEGIN { if ("POSIXLY_CORRECT" in ENVIRON) print "x" }' case ${POSIXLY_CORRECT+x}`$AWK "$gl_awk_probe" #include #include ]GL_NOCRASH[ ]], [[ int result = 0; nocrash_init(); /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw, and fails on MacOS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10. */ { static char conftest[] = "conftest"; static char plus[] = "-+"; char *argv[3] = { conftest, plus, NULL }; opterr = 0; if (getopt (2, argv, "+a") != '?') result |= 1; } /* This code succeeds on glibc 2.8, mingw, and fails on MacOS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x. */ { static char program[] = "program"; static char p[] = "-p"; static char foo[] = "foo"; static char bar[] = "bar"; char *argv[] = { program, p, foo, bar, NULL }; optind = 1; if (getopt (4, argv, "p::") != 'p') result |= 2; else if (optarg != NULL) result |= 4; else if (getopt (4, argv, "p::") != -1) result |= 6; else if (optind != 2) result |= 8; } /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0. */ { static char program[] = "program"; static char foo[] = "foo"; static char p[] = "-p"; char *argv[] = { program, foo, p, NULL }; optind = 0; if (getopt (3, argv, "-p") != 1) result |= 16; else if (getopt (3, argv, "-p") != 'p') result |= 32; } /* This code fails on glibc 2.11. */ { static char program[] = "program"; static char b[] = "-b"; static char a[] = "-a"; char *argv[] = { program, b, a, NULL }; optind = opterr = 0; if (getopt (3, argv, "+:a:b") != 'b') result |= 64; else if (getopt (3, argv, "+:a:b") != ':') result |= 64; } /* This code dumps core on glibc 2.14. */ { static char program[] = "program"; static char w[] = "-W"; static char dummy[] = "dummy"; char *argv[] = { program, w, dummy, NULL }; optind = opterr = 1; if (getopt (3, argv, "W;") != 'W') result |= 128; } return result; ]])], [gl_cv_func_getopt_gnu=yes], [gl_cv_func_getopt_gnu=no], [dnl Cross compiling. Guess based on host and declarations. case $host_os:$ac_cv_have_decl_optreset in *-gnu*:* | mingw*:*) gl_cv_func_getopt_gnu=no;; *:yes) gl_cv_func_getopt_gnu=no;; *) gl_cv_func_getopt_gnu=yes;; esac ]) case $gl_had_POSIXLY_CORRECT in exported) ;; yes) AS_UNSET([POSIXLY_CORRECT]); POSIXLY_CORRECT=1 ;; *) AS_UNSET([POSIXLY_CORRECT]) ;; esac ]) if test "$gl_cv_func_getopt_gnu" = "no"; then gl_replace_getopt=yes fi fi ]) # emacs' configure.in uses this. AC_DEFUN([gl_GETOPT_SUBSTITUTE_HEADER], [ GETOPT_H=getopt.h AC_DEFINE([__GETOPT_PREFIX], [[rpl_]], [Define to rpl_ if the getopt replacement functions and variables should be used.]) AC_SUBST([GETOPT_H]) ]) # Prerequisites of lib/getopt*. # emacs' configure.in uses this. AC_DEFUN([gl_PREREQ_GETOPT], [ AC_CHECK_DECLS_ONCE([getenv]) ]) gsasl-1.8.0/gl/m4/socklen.m40000664000000000000000000000623611746471770012371 00000000000000# socklen.m4 serial 10 dnl Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Albert Chin, Windows fixes from Simon Josefsson. dnl Check for socklen_t: historically on BSD it is an int, and in dnl POSIX 1g it is a type of its own, but some platforms use different dnl types for the argument to getsockopt, getpeername, etc.: dnl HP-UX 10.20, IRIX 6.5, OSF/1 4.0, Interix 3.5, BeOS. dnl So we have to test to find something that will work. AC_DEFUN([gl_TYPE_SOCKLEN_T], [AC_REQUIRE([gl_CHECK_SOCKET_HEADERS])dnl AC_CHECK_TYPE([socklen_t], , [AC_MSG_CHECKING([for socklen_t equivalent]) AC_CACHE_VAL([gl_cv_socklen_t_equiv], [# Systems have either "struct sockaddr *" or # "void *" as the second argument to getpeername gl_cv_socklen_t_equiv= for arg2 in "struct sockaddr" void; do for t in int size_t "unsigned int" "long int" "unsigned long int"; do AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#include #include int getpeername (int, $arg2 *, $t *);]], [[$t len; getpeername (0, 0, &len);]])], [gl_cv_socklen_t_equiv="$t"]) test "$gl_cv_socklen_t_equiv" != "" && break done test "$gl_cv_socklen_t_equiv" != "" && break done ]) if test "$gl_cv_socklen_t_equiv" = ""; then AC_MSG_ERROR([Cannot find a type to use in place of socklen_t]) fi AC_MSG_RESULT([$gl_cv_socklen_t_equiv]) AC_DEFINE_UNQUOTED([socklen_t], [$gl_cv_socklen_t_equiv], [type to use in place of socklen_t if not defined])], [gl_SOCKET_HEADERS])]) dnl On mingw32, socklen_t is in ws2tcpip.h ('int'), so we try to find dnl it there too. But on Cygwin, wc2tcpip.h must not be included. Users dnl of this module should use the same include pattern as gl_SOCKET_HEADERS. dnl When you change this macro, keep also in sync: dnl - gl_CHECK_SOCKET_HEADERS, dnl - the Include section of modules/socklen. AC_DEFUN([gl_SOCKET_HEADERS], [ /* is not needed according to POSIX, but the in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #if HAVE_SYS_SOCKET_H # include #elif HAVE_WS2TCPIP_H # include #endif ]) dnl Tests for the existence of the header for socket facilities. dnl Defines the C macros HAVE_SYS_SOCKET_H, HAVE_WS2TCPIP_H. dnl This macro must match gl_SOCKET_HEADERS. AC_DEFUN([gl_CHECK_SOCKET_HEADERS], [AC_CHECK_HEADERS_ONCE([sys/socket.h]) if test $ac_cv_header_sys_socket_h = no; then dnl We cannot use AC_CHECK_HEADERS_ONCE here, because that would make dnl the check for those headers unconditional; yet cygwin reports dnl that the headers are present but cannot be compiled (since on dnl cygwin, all socket information should come from sys/socket.h). AC_CHECK_HEADERS([ws2tcpip.h]) fi ]) gsasl-1.8.0/gl/m4/msvc-inval.m40000664000000000000000000000133411746471770013004 00000000000000# msvc-inval.m4 serial 1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MSVC_INVAL], [ AC_CHECK_FUNCS_ONCE([_set_invalid_parameter_handler]) if test $ac_cv_func__set_invalid_parameter_handler = yes; then HAVE_MSVC_INVALID_PARAMETER_HANDLER=1 AC_DEFINE([HAVE_MSVC_INVALID_PARAMETER_HANDLER], [1], [Define to 1 on MSVC platforms that have the "invalid parameter handler" concept.]) else HAVE_MSVC_INVALID_PARAMETER_HANDLER=0 fi AC_SUBST([HAVE_MSVC_INVALID_PARAMETER_HANDLER]) ]) gsasl-1.8.0/gl/m4/stdarg.m40000664000000000000000000000540411746471770012213 00000000000000# stdarg.m4 serial 6 dnl Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Provide a working va_copy in combination with . AC_DEFUN([gl_STDARG_H], [ STDARG_H='' NEXT_STDARG_H='' AC_MSG_CHECKING([for va_copy]) AC_CACHE_VAL([gl_cv_func_va_copy], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[ #ifndef va_copy void (*func) (va_list, va_list) = va_copy; #endif ]])], [gl_cv_func_va_copy=yes], [gl_cv_func_va_copy=no])]) AC_MSG_RESULT([$gl_cv_func_va_copy]) if test $gl_cv_func_va_copy = no; then dnl Provide a substitute. dnl Usually a simple definition in is enough. Not so on AIX 5 dnl with some versions of the /usr/vac/bin/cc compiler. It has an dnl which does '#undef va_copy', leading to a missing va_copy symbol. For dnl this platform, we use an substitute. But we cannot use this dnl approach on other platforms, because often defines only dnl preprocessor macros and gl_ABSOLUTE_HEADER, gl_CHECK_NEXT_HEADERS do dnl not work in this situation. AC_EGREP_CPP([vaccine], [#if defined _AIX && !defined __GNUC__ AIX vaccine #endif ], [gl_aixcc=yes], [gl_aixcc=no]) if test $gl_aixcc = yes; then dnl Provide a substitute file. STDARG_H=stdarg.h gl_NEXT_HEADERS([stdarg.h]) dnl Fallback for the case when contains only macro definitions. if test "$gl_cv_next_stdarg_h" = '""'; then gl_cv_next_stdarg_h='"///usr/include/stdarg.h"' NEXT_STDARG_H="$gl_cv_next_stdarg_h" fi else dnl Provide a substitute in , either __va_copy or as a simple dnl assignment. gl_CACHE_VAL_SILENT([gl_cv_func___va_copy], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[ #ifndef __va_copy error, bail out #endif ]])], [gl_cv_func___va_copy=yes], [gl_cv_func___va_copy=no])]) if test $gl_cv_func___va_copy = yes; then AC_DEFINE([va_copy], [__va_copy], [Define as a macro for copying va_list variables.]) else AH_VERBATIM([gl_VA_COPY], [/* A replacement for va_copy, if needed. */ #define gl_va_copy(a,b) ((a) = (b))]) AC_DEFINE([va_copy], [gl_va_copy], [Define as a macro for copying va_list variables.]) fi fi fi AC_SUBST([STDARG_H]) AM_CONDITIONAL([GL_GENERATE_STDARG_H], [test -n "$STDARG_H"]) AC_SUBST([NEXT_STDARG_H]) ]) gsasl-1.8.0/gl/m4/strerror.m40000664000000000000000000000623611754207010012574 00000000000000# strerror.m4 serial 17 dnl Copyright (C) 2002, 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRERROR], [ AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_REQUIRE([gl_HEADER_ERRNO_H]) AC_REQUIRE([gl_FUNC_STRERROR_0]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles m4_ifdef([gl_FUNC_STRERROR_R_WORKS], [ AC_REQUIRE([gl_FUNC_STRERROR_R_WORKS]) ]) if test "$ERRNO_H:$REPLACE_STRERROR_0" = :0; then AC_CACHE_CHECK([for working strerror function], [gl_cv_func_working_strerror], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[if (!*strerror (-2)) return 1;]])], [gl_cv_func_working_strerror=yes], [gl_cv_func_working_strerror=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_working_strerror="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_working_strerror="guessing no" ;; esac ]) ]) case "$gl_cv_func_working_strerror" in *yes) ;; *) dnl The system's strerror() fails to return a string for out-of-range dnl integers. Replace it. REPLACE_STRERROR=1 ;; esac m4_ifdef([gl_FUNC_STRERROR_R_WORKS], [ dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's dnl buffer, we must replace strerror. case "$gl_cv_func_strerror_r_works" in *no) REPLACE_STRERROR=1 ;; esac ]) else dnl The system's strerror() cannot know about the new errno values we add dnl to , or any fix for strerror(0). Replace it. REPLACE_STRERROR=1 fi ]) dnl Detect if strerror(0) passes (that is, does not set errno, and does not dnl return a string that matches strerror(-1)). AC_DEFUN([gl_FUNC_STRERROR_0], [ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles REPLACE_STRERROR_0=0 AC_CACHE_CHECK([whether strerror(0) succeeds], [gl_cv_func_strerror_0_works], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include #include ]], [[int result = 0; char *str; errno = 0; str = strerror (0); if (!*str) result |= 1; if (errno) result |= 2; if (strstr (str, "nknown") || strstr (str, "ndefined")) result |= 4; return result;]])], [gl_cv_func_strerror_0_works=yes], [gl_cv_func_strerror_0_works=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_strerror_0_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_strerror_0_works="guessing no" ;; esac ]) ]) case "$gl_cv_func_strerror_0_works" in *yes) ;; *) REPLACE_STRERROR_0=1 AC_DEFINE([REPLACE_STRERROR_0], [1], [Define to 1 if strerror(0) does not return a message implying success.]) ;; esac ]) gsasl-1.8.0/gl/m4/stat.m40000664000000000000000000000525411754207010011664 00000000000000# serial 10 # Copyright (C) 2009-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STAT], [ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS]) AC_CHECK_FUNCS_ONCE([lstat]) dnl mingw is the only known platform where stat(".") and stat("./") differ AC_CACHE_CHECK([whether stat handles trailing slashes on directories], [gl_cv_func_stat_dir_slash], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[struct stat st; return stat (".", &st) != stat ("./", &st);]])], [gl_cv_func_stat_dir_slash=yes], [gl_cv_func_stat_dir_slash=no], [case $host_os in mingw*) gl_cv_func_stat_dir_slash="guessing no";; *) gl_cv_func_stat_dir_slash="guessing yes";; esac])]) dnl AIX 7.1, Solaris 9, mingw64 mistakenly succeed on stat("file/"). dnl (For mingw, this is due to a broken stat() override in libmingwex.a.) dnl FreeBSD 7.2 mistakenly succeeds on stat("link-to-file/"). AC_CACHE_CHECK([whether stat handles trailing slashes on files], [gl_cv_func_stat_file_slash], [touch conftest.tmp # Assume that if we have lstat, we can also check symlinks. if test $ac_cv_func_lstat = yes; then ln -s conftest.tmp conftest.lnk fi AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[int result = 0; struct stat st; if (!stat ("conftest.tmp/", &st)) result |= 1; #if HAVE_LSTAT if (!stat ("conftest.lnk/", &st)) result |= 2; #endif return result; ]])], [gl_cv_func_stat_file_slash=yes], [gl_cv_func_stat_file_slash=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_stat_file_slash="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_stat_file_slash="guessing no" ;; esac ]) rm -f conftest.tmp conftest.lnk]) case $gl_cv_func_stat_dir_slash in *no) REPLACE_STAT=1 AC_DEFINE([REPLACE_FUNC_STAT_DIR], [1], [Define to 1 if stat needs help when passed a directory name with a trailing slash]);; esac case $gl_cv_func_stat_file_slash in *no) REPLACE_STAT=1 AC_DEFINE([REPLACE_FUNC_STAT_FILE], [1], [Define to 1 if stat needs help when passed a file name with a trailing slash]);; esac ]) # Prerequisites of lib/stat.c. AC_DEFUN([gl_PREREQ_STAT], [ AC_REQUIRE([AC_C_INLINE]) : ]) gsasl-1.8.0/gl/m4/fstat.m40000664000000000000000000000170211754207010012024 00000000000000# fstat.m4 serial 3 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FSTAT], [ AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS]) AC_REQUIRE([gl_MSVC_INVAL]) if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_FSTAT=1 fi AC_REQUIRE([gl_HEADER_SYS_STAT_H]) if test $WINDOWS_64_BIT_ST_SIZE = 1; then REPLACE_FSTAT=1 fi dnl Replace fstat() for supporting the gnulib-defined open() on directories. m4_ifdef([gl_FUNC_FCHDIR], [ gl_TEST_FCHDIR if test $HAVE_FCHDIR = 0; then case "$gl_cv_func_open_directory_works" in *yes) ;; *) REPLACE_FSTAT=1 ;; esac fi ]) ]) # Prerequisites of lib/fstat.c. AC_DEFUN([gl_PREREQ_FSTAT], [ AC_REQUIRE([AC_C_INLINE]) ]) gsasl-1.8.0/gl/m4/quotearg.m40000664000000000000000000000047411746471770012560 00000000000000# quotearg.m4 serial 9 dnl Copyright (C) 2002, 2004-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_QUOTEARG], [ : ]) gsasl-1.8.0/gl/m4/socketlib.m40000664000000000000000000000524411746471770012710 00000000000000# socketlib.m4 serial 1 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl gl_SOCKETLIB dnl Determines the library to use for socket functions. dnl Sets and AC_SUBSTs LIBSOCKET. AC_DEFUN([gl_SOCKETLIB], [ gl_PREREQ_SYS_H_WINSOCK2 dnl for HAVE_WINSOCK2_H LIBSOCKET= if test $HAVE_WINSOCK2_H = 1; then dnl Native Windows API (not Cygwin). AC_CACHE_CHECK([if we need to call WSAStartup in winsock2.h and -lws2_32], [gl_cv_func_wsastartup], [ gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #ifdef HAVE_WINSOCK2_H # include #endif]], [[ WORD wVersionRequested = MAKEWORD(1, 1); WSADATA wsaData; int err = WSAStartup(wVersionRequested, &wsaData); WSACleanup ();]])], gl_cv_func_wsastartup=yes, gl_cv_func_wsastartup=no) LIBS="$gl_save_LIBS" ]) if test "$gl_cv_func_wsastartup" = "yes"; then AC_DEFINE([WINDOWS_SOCKETS], [1], [Define if WSAStartup is needed.]) LIBSOCKET='-lws2_32' fi else dnl Unix API. dnl Solaris has most socket functions in libsocket. dnl Haiku has most socket functions in libnetwork. dnl BeOS has most socket functions in libnet. AC_CACHE_CHECK([for library containing setsockopt], [gl_cv_lib_socket], [ gl_cv_lib_socket= AC_LINK_IFELSE([AC_LANG_PROGRAM([[extern #ifdef __cplusplus "C" #endif char setsockopt();]], [[setsockopt();]])], [], [gl_save_LIBS="$LIBS" LIBS="$gl_save_LIBS -lsocket" AC_LINK_IFELSE([AC_LANG_PROGRAM([[extern #ifdef __cplusplus "C" #endif char setsockopt();]], [[setsockopt();]])], [gl_cv_lib_socket="-lsocket"]) if test -z "$gl_cv_lib_socket"; then LIBS="$gl_save_LIBS -lnetwork" AC_LINK_IFELSE([AC_LANG_PROGRAM([[extern #ifdef __cplusplus "C" #endif char setsockopt();]], [[setsockopt();]])], [gl_cv_lib_socket="-lnetwork"]) if test -z "$gl_cv_lib_socket"; then LIBS="$gl_save_LIBS -lnet" AC_LINK_IFELSE([AC_LANG_PROGRAM([[extern #ifdef __cplusplus "C" #endif char setsockopt();]], [[setsockopt();]])], [gl_cv_lib_socket="-lnet"]) fi fi LIBS="$gl_save_LIBS" ]) if test -z "$gl_cv_lib_socket"; then gl_cv_lib_socket="none needed" fi ]) if test "$gl_cv_lib_socket" != "none needed"; then LIBSOCKET="$gl_cv_lib_socket" fi fi AC_SUBST([LIBSOCKET]) ]) gsasl-1.8.0/gl/m4/alloca.m40000664000000000000000000001037211746471770012162 00000000000000# alloca.m4 serial 14 dnl Copyright (C) 2002-2004, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_ALLOCA], [ AC_REQUIRE([AC_FUNC_ALLOCA]) if test $ac_cv_func_alloca_works = no; then gl_PREREQ_ALLOCA fi # Define an additional variable used in the Makefile substitution. if test $ac_cv_working_alloca_h = yes; then AC_CACHE_CHECK([for alloca as a compiler built-in], [gl_cv_rpl_alloca], [ AC_EGREP_CPP([Need own alloca], [ #if defined __GNUC__ || defined _AIX || defined _MSC_VER Need own alloca #endif ], [gl_cv_rpl_alloca=yes], [gl_cv_rpl_alloca=no]) ]) if test $gl_cv_rpl_alloca = yes; then dnl OK, alloca can be implemented through a compiler built-in. AC_DEFINE([HAVE_ALLOCA], [1], [Define to 1 if you have 'alloca' after including , a header that may be supplied by this distribution.]) ALLOCA_H=alloca.h else dnl alloca exists as a library function, i.e. it is slow and probably dnl a memory leak. Don't define HAVE_ALLOCA in this case. ALLOCA_H= fi else ALLOCA_H=alloca.h fi AC_SUBST([ALLOCA_H]) AM_CONDITIONAL([GL_GENERATE_ALLOCA_H], [test -n "$ALLOCA_H"]) ]) # Prerequisites of lib/alloca.c. # STACK_DIRECTION is already handled by AC_FUNC_ALLOCA. AC_DEFUN([gl_PREREQ_ALLOCA], [:]) # This works around a bug in autoconf <= 2.68. # See . m4_version_prereq([2.69], [] ,[ # This is taken from the following Autoconf patch: # http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=6cd9f12520b0d6f76d3230d7565feba1ecf29497 # _AC_LIBOBJ_ALLOCA # ----------------- # Set up the LIBOBJ replacement of 'alloca'. Well, not exactly # AC_LIBOBJ since we actually set the output variable 'ALLOCA'. # Nevertheless, for Automake, AC_LIBSOURCES it. m4_define([_AC_LIBOBJ_ALLOCA], [# The SVR3 libPW and SVR4 libucb both contain incompatible functions # that cause trouble. Some versions do not even contain alloca or # contain a buggy version. If you still want to use their alloca, # use ar to extract alloca.o from them instead of compiling alloca.c. AC_LIBSOURCES(alloca.c) AC_SUBST([ALLOCA], [\${LIBOBJDIR}alloca.$ac_objext])dnl AC_DEFINE(C_ALLOCA, 1, [Define to 1 if using 'alloca.c'.]) AC_CACHE_CHECK(whether 'alloca.c' needs Cray hooks, ac_cv_os_cray, [AC_EGREP_CPP(webecray, [#if defined CRAY && ! defined CRAY2 webecray #else wenotbecray #endif ], ac_cv_os_cray=yes, ac_cv_os_cray=no)]) if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do AC_CHECK_FUNC($ac_func, [AC_DEFINE_UNQUOTED(CRAY_STACKSEG_END, $ac_func, [Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP systems. This function is required for 'alloca.c' support on those systems.]) break]) done fi AC_CACHE_CHECK([stack direction for C alloca], [ac_cv_c_stack_direction], [AC_RUN_IFELSE([AC_LANG_SOURCE( [AC_INCLUDES_DEFAULT int find_stack_direction (int *addr, int depth) { int dir, dummy = 0; if (! addr) addr = &dummy; *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; dir = depth ? find_stack_direction (addr, depth - 1) : 0; return dir + dummy; } int main (int argc, char **argv) { return find_stack_direction (0, argc + !argv + 20) < 0; }])], [ac_cv_c_stack_direction=1], [ac_cv_c_stack_direction=-1], [ac_cv_c_stack_direction=0])]) AH_VERBATIM([STACK_DIRECTION], [/* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @%:@undef STACK_DIRECTION])dnl AC_DEFINE_UNQUOTED(STACK_DIRECTION, $ac_cv_c_stack_direction) ])# _AC_LIBOBJ_ALLOCA ]) gsasl-1.8.0/gl/m4/unistd_h.m40000664000000000000000000002147011754207010012524 00000000000000# unistd_h.m4 serial 65 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Simon Josefsson, Bruno Haible. AC_DEFUN([gl_UNISTD_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_C_INLINE]) gl_CHECK_NEXT_HEADERS([unistd.h]) if test $ac_cv_header_unistd_h = yes; then HAVE_UNISTD_H=1 else HAVE_UNISTD_H=0 fi AC_SUBST([HAVE_UNISTD_H]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) dnl Determine WINDOWS_64_BIT_OFF_T. AC_REQUIRE([gl_TYPE_OFF_T]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ #if HAVE_UNISTD_H # include #endif /* Some systems declare various items in the wrong headers. */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # include # endif #endif ]], [chdir chown dup dup2 dup3 environ euidaccess faccessat fchdir fchownat fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell group_member isatty lchown link linkat lseek pipe pipe2 pread pwrite readlink readlinkat rmdir sethostname sleep symlink symlinkat ttyname_r unlink unlinkat usleep]) ]) AC_DEFUN([gl_UNISTD_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_UNISTD_H_DEFAULTS], [ GNULIB_CHDIR=0; AC_SUBST([GNULIB_CHDIR]) GNULIB_CHOWN=0; AC_SUBST([GNULIB_CHOWN]) GNULIB_CLOSE=0; AC_SUBST([GNULIB_CLOSE]) GNULIB_DUP=0; AC_SUBST([GNULIB_DUP]) GNULIB_DUP2=0; AC_SUBST([GNULIB_DUP2]) GNULIB_DUP3=0; AC_SUBST([GNULIB_DUP3]) GNULIB_ENVIRON=0; AC_SUBST([GNULIB_ENVIRON]) GNULIB_EUIDACCESS=0; AC_SUBST([GNULIB_EUIDACCESS]) GNULIB_FACCESSAT=0; AC_SUBST([GNULIB_FACCESSAT]) GNULIB_FCHDIR=0; AC_SUBST([GNULIB_FCHDIR]) GNULIB_FCHOWNAT=0; AC_SUBST([GNULIB_FCHOWNAT]) GNULIB_FDATASYNC=0; AC_SUBST([GNULIB_FDATASYNC]) GNULIB_FSYNC=0; AC_SUBST([GNULIB_FSYNC]) GNULIB_FTRUNCATE=0; AC_SUBST([GNULIB_FTRUNCATE]) GNULIB_GETCWD=0; AC_SUBST([GNULIB_GETCWD]) GNULIB_GETDOMAINNAME=0; AC_SUBST([GNULIB_GETDOMAINNAME]) GNULIB_GETDTABLESIZE=0; AC_SUBST([GNULIB_GETDTABLESIZE]) GNULIB_GETGROUPS=0; AC_SUBST([GNULIB_GETGROUPS]) GNULIB_GETHOSTNAME=0; AC_SUBST([GNULIB_GETHOSTNAME]) GNULIB_GETLOGIN=0; AC_SUBST([GNULIB_GETLOGIN]) GNULIB_GETLOGIN_R=0; AC_SUBST([GNULIB_GETLOGIN_R]) GNULIB_GETPAGESIZE=0; AC_SUBST([GNULIB_GETPAGESIZE]) GNULIB_GETUSERSHELL=0; AC_SUBST([GNULIB_GETUSERSHELL]) GNULIB_GROUP_MEMBER=0; AC_SUBST([GNULIB_GROUP_MEMBER]) GNULIB_ISATTY=0; AC_SUBST([GNULIB_ISATTY]) GNULIB_LCHOWN=0; AC_SUBST([GNULIB_LCHOWN]) GNULIB_LINK=0; AC_SUBST([GNULIB_LINK]) GNULIB_LINKAT=0; AC_SUBST([GNULIB_LINKAT]) GNULIB_LSEEK=0; AC_SUBST([GNULIB_LSEEK]) GNULIB_PIPE=0; AC_SUBST([GNULIB_PIPE]) GNULIB_PIPE2=0; AC_SUBST([GNULIB_PIPE2]) GNULIB_PREAD=0; AC_SUBST([GNULIB_PREAD]) GNULIB_PWRITE=0; AC_SUBST([GNULIB_PWRITE]) GNULIB_READ=0; AC_SUBST([GNULIB_READ]) GNULIB_READLINK=0; AC_SUBST([GNULIB_READLINK]) GNULIB_READLINKAT=0; AC_SUBST([GNULIB_READLINKAT]) GNULIB_RMDIR=0; AC_SUBST([GNULIB_RMDIR]) GNULIB_SETHOSTNAME=0; AC_SUBST([GNULIB_SETHOSTNAME]) GNULIB_SLEEP=0; AC_SUBST([GNULIB_SLEEP]) GNULIB_SYMLINK=0; AC_SUBST([GNULIB_SYMLINK]) GNULIB_SYMLINKAT=0; AC_SUBST([GNULIB_SYMLINKAT]) GNULIB_TTYNAME_R=0; AC_SUBST([GNULIB_TTYNAME_R]) GNULIB_UNISTD_H_NONBLOCKING=0; AC_SUBST([GNULIB_UNISTD_H_NONBLOCKING]) GNULIB_UNISTD_H_SIGPIPE=0; AC_SUBST([GNULIB_UNISTD_H_SIGPIPE]) GNULIB_UNLINK=0; AC_SUBST([GNULIB_UNLINK]) GNULIB_UNLINKAT=0; AC_SUBST([GNULIB_UNLINKAT]) GNULIB_USLEEP=0; AC_SUBST([GNULIB_USLEEP]) GNULIB_WRITE=0; AC_SUBST([GNULIB_WRITE]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_CHOWN=1; AC_SUBST([HAVE_CHOWN]) HAVE_DUP2=1; AC_SUBST([HAVE_DUP2]) HAVE_DUP3=1; AC_SUBST([HAVE_DUP3]) HAVE_EUIDACCESS=1; AC_SUBST([HAVE_EUIDACCESS]) HAVE_FACCESSAT=1; AC_SUBST([HAVE_FACCESSAT]) HAVE_FCHDIR=1; AC_SUBST([HAVE_FCHDIR]) HAVE_FCHOWNAT=1; AC_SUBST([HAVE_FCHOWNAT]) HAVE_FDATASYNC=1; AC_SUBST([HAVE_FDATASYNC]) HAVE_FSYNC=1; AC_SUBST([HAVE_FSYNC]) HAVE_FTRUNCATE=1; AC_SUBST([HAVE_FTRUNCATE]) HAVE_GETDTABLESIZE=1; AC_SUBST([HAVE_GETDTABLESIZE]) HAVE_GETGROUPS=1; AC_SUBST([HAVE_GETGROUPS]) HAVE_GETHOSTNAME=1; AC_SUBST([HAVE_GETHOSTNAME]) HAVE_GETLOGIN=1; AC_SUBST([HAVE_GETLOGIN]) HAVE_GETPAGESIZE=1; AC_SUBST([HAVE_GETPAGESIZE]) HAVE_GROUP_MEMBER=1; AC_SUBST([HAVE_GROUP_MEMBER]) HAVE_LCHOWN=1; AC_SUBST([HAVE_LCHOWN]) HAVE_LINK=1; AC_SUBST([HAVE_LINK]) HAVE_LINKAT=1; AC_SUBST([HAVE_LINKAT]) HAVE_PIPE=1; AC_SUBST([HAVE_PIPE]) HAVE_PIPE2=1; AC_SUBST([HAVE_PIPE2]) HAVE_PREAD=1; AC_SUBST([HAVE_PREAD]) HAVE_PWRITE=1; AC_SUBST([HAVE_PWRITE]) HAVE_READLINK=1; AC_SUBST([HAVE_READLINK]) HAVE_READLINKAT=1; AC_SUBST([HAVE_READLINKAT]) HAVE_SETHOSTNAME=1; AC_SUBST([HAVE_SETHOSTNAME]) HAVE_SLEEP=1; AC_SUBST([HAVE_SLEEP]) HAVE_SYMLINK=1; AC_SUBST([HAVE_SYMLINK]) HAVE_SYMLINKAT=1; AC_SUBST([HAVE_SYMLINKAT]) HAVE_UNLINKAT=1; AC_SUBST([HAVE_UNLINKAT]) HAVE_USLEEP=1; AC_SUBST([HAVE_USLEEP]) HAVE_DECL_ENVIRON=1; AC_SUBST([HAVE_DECL_ENVIRON]) HAVE_DECL_FCHDIR=1; AC_SUBST([HAVE_DECL_FCHDIR]) HAVE_DECL_FDATASYNC=1; AC_SUBST([HAVE_DECL_FDATASYNC]) HAVE_DECL_GETDOMAINNAME=1; AC_SUBST([HAVE_DECL_GETDOMAINNAME]) HAVE_DECL_GETLOGIN_R=1; AC_SUBST([HAVE_DECL_GETLOGIN_R]) HAVE_DECL_GETPAGESIZE=1; AC_SUBST([HAVE_DECL_GETPAGESIZE]) HAVE_DECL_GETUSERSHELL=1; AC_SUBST([HAVE_DECL_GETUSERSHELL]) HAVE_DECL_SETHOSTNAME=1; AC_SUBST([HAVE_DECL_SETHOSTNAME]) HAVE_DECL_TTYNAME_R=1; AC_SUBST([HAVE_DECL_TTYNAME_R]) HAVE_OS_H=0; AC_SUBST([HAVE_OS_H]) HAVE_SYS_PARAM_H=0; AC_SUBST([HAVE_SYS_PARAM_H]) REPLACE_CHOWN=0; AC_SUBST([REPLACE_CHOWN]) REPLACE_CLOSE=0; AC_SUBST([REPLACE_CLOSE]) REPLACE_DUP=0; AC_SUBST([REPLACE_DUP]) REPLACE_DUP2=0; AC_SUBST([REPLACE_DUP2]) REPLACE_FCHOWNAT=0; AC_SUBST([REPLACE_FCHOWNAT]) REPLACE_FTRUNCATE=0; AC_SUBST([REPLACE_FTRUNCATE]) REPLACE_GETCWD=0; AC_SUBST([REPLACE_GETCWD]) REPLACE_GETDOMAINNAME=0; AC_SUBST([REPLACE_GETDOMAINNAME]) REPLACE_GETLOGIN_R=0; AC_SUBST([REPLACE_GETLOGIN_R]) REPLACE_GETGROUPS=0; AC_SUBST([REPLACE_GETGROUPS]) REPLACE_GETPAGESIZE=0; AC_SUBST([REPLACE_GETPAGESIZE]) REPLACE_ISATTY=0; AC_SUBST([REPLACE_ISATTY]) REPLACE_LCHOWN=0; AC_SUBST([REPLACE_LCHOWN]) REPLACE_LINK=0; AC_SUBST([REPLACE_LINK]) REPLACE_LINKAT=0; AC_SUBST([REPLACE_LINKAT]) REPLACE_LSEEK=0; AC_SUBST([REPLACE_LSEEK]) REPLACE_PREAD=0; AC_SUBST([REPLACE_PREAD]) REPLACE_PWRITE=0; AC_SUBST([REPLACE_PWRITE]) REPLACE_READ=0; AC_SUBST([REPLACE_READ]) REPLACE_READLINK=0; AC_SUBST([REPLACE_READLINK]) REPLACE_RMDIR=0; AC_SUBST([REPLACE_RMDIR]) REPLACE_SLEEP=0; AC_SUBST([REPLACE_SLEEP]) REPLACE_SYMLINK=0; AC_SUBST([REPLACE_SYMLINK]) REPLACE_TTYNAME_R=0; AC_SUBST([REPLACE_TTYNAME_R]) REPLACE_UNLINK=0; AC_SUBST([REPLACE_UNLINK]) REPLACE_UNLINKAT=0; AC_SUBST([REPLACE_UNLINKAT]) REPLACE_USLEEP=0; AC_SUBST([REPLACE_USLEEP]) REPLACE_WRITE=0; AC_SUBST([REPLACE_WRITE]) UNISTD_H_HAVE_WINSOCK2_H=0; AC_SUBST([UNISTD_H_HAVE_WINSOCK2_H]) UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=0; AC_SUBST([UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS]) ]) gsasl-1.8.0/gl/m4/localename.m40000664000000000000000000000064211746471770013026 00000000000000# localename.m4 serial 2 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_LOCALENAME], [ AC_REQUIRE([gt_LC_MESSAGES]) AC_REQUIRE([gt_INTL_MACOSX]) AC_CHECK_FUNCS([setlocale uselocale]) ]) gsasl-1.8.0/gl/m4/lstat.m40000664000000000000000000000515211754207010012035 00000000000000# serial 25 # Copyright (C) 1997-2001, 2003-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. dnl From Jim Meyering. AC_DEFUN([gl_FUNC_LSTAT], [ AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS]) dnl If lstat does not exist, the replacement does dnl "#define lstat stat", and lstat.c is a no-op. AC_CHECK_FUNCS_ONCE([lstat]) if test $ac_cv_func_lstat = yes; then AC_REQUIRE([gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK]) case "$gl_cv_func_lstat_dereferences_slashed_symlink" in *no) REPLACE_LSTAT=1 ;; esac else HAVE_LSTAT=0 fi ]) # Prerequisites of lib/lstat.c. AC_DEFUN([gl_PREREQ_LSTAT], [ AC_REQUIRE([AC_C_INLINE]) : ]) AC_DEFUN([gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK], [ dnl We don't use AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK any more, because it dnl is no longer maintained in Autoconf and because it invokes AC_LIBOBJ. AC_CACHE_CHECK([whether lstat correctly handles trailing slash], [gl_cv_func_lstat_dereferences_slashed_symlink], [rm -f conftest.sym conftest.file echo >conftest.file if test "$as_ln_s" = "ln -s" && ln -s conftest.file conftest.sym; then AC_RUN_IFELSE( [AC_LANG_PROGRAM( [AC_INCLUDES_DEFAULT], [[struct stat sbuf; /* Linux will dereference the symlink and fail, as required by POSIX. That is better in the sense that it means we will not have to compile and use the lstat wrapper. */ return lstat ("conftest.sym/", &sbuf) == 0; ]])], [gl_cv_func_lstat_dereferences_slashed_symlink=yes], [gl_cv_func_lstat_dereferences_slashed_symlink=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_lstat_dereferences_slashed_symlink="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" ;; esac ]) else # If the 'ln -s' command failed, then we probably don't even # have an lstat function. gl_cv_func_lstat_dereferences_slashed_symlink="guessing no" fi rm -f conftest.sym conftest.file ]) case "$gl_cv_func_lstat_dereferences_slashed_symlink" in *yes) AC_DEFINE_UNQUOTED([LSTAT_FOLLOWS_SLASHED_SYMLINK], [1], [Define to 1 if 'lstat' dereferences a symlink specified with a trailing slash.]) ;; esac ]) gsasl-1.8.0/gl/m4/time_h.m40000664000000000000000000001022711746471770012173 00000000000000# Configure a more-standard replacement for . # Copyright (C) 2000-2001, 2003-2007, 2009-2012 Free Software Foundation, Inc. # serial 6 # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Written by Paul Eggert and Jim Meyering. AC_DEFUN([gl_HEADER_TIME_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_HEADER_TIME_H_BODY]) ]) AC_DEFUN([gl_HEADER_TIME_H_BODY], [ AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS]) gl_NEXT_HEADERS([time.h]) AC_REQUIRE([gl_CHECK_TYPE_STRUCT_TIMESPEC]) ]) dnl Define HAVE_STRUCT_TIMESPEC if 'struct timespec' is declared dnl in time.h, sys/time.h, or pthread.h. AC_DEFUN([gl_CHECK_TYPE_STRUCT_TIMESPEC], [ AC_CHECK_HEADERS_ONCE([sys/time.h]) AC_CACHE_CHECK([for struct timespec in ], [gl_cv_sys_struct_timespec_in_time_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[static struct timespec x; x.tv_sec = x.tv_nsec;]])], [gl_cv_sys_struct_timespec_in_time_h=yes], [gl_cv_sys_struct_timespec_in_time_h=no])]) TIME_H_DEFINES_STRUCT_TIMESPEC=0 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=0 PTHREAD_H_DEFINES_STRUCT_TIMESPEC=0 if test $gl_cv_sys_struct_timespec_in_time_h = yes; then TIME_H_DEFINES_STRUCT_TIMESPEC=1 else AC_CACHE_CHECK([for struct timespec in ], [gl_cv_sys_struct_timespec_in_sys_time_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[static struct timespec x; x.tv_sec = x.tv_nsec;]])], [gl_cv_sys_struct_timespec_in_sys_time_h=yes], [gl_cv_sys_struct_timespec_in_sys_time_h=no])]) if test $gl_cv_sys_struct_timespec_in_sys_time_h = yes; then SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=1 else AC_CACHE_CHECK([for struct timespec in ], [gl_cv_sys_struct_timespec_in_pthread_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[static struct timespec x; x.tv_sec = x.tv_nsec;]])], [gl_cv_sys_struct_timespec_in_pthread_h=yes], [gl_cv_sys_struct_timespec_in_pthread_h=no])]) if test $gl_cv_sys_struct_timespec_in_pthread_h = yes; then PTHREAD_H_DEFINES_STRUCT_TIMESPEC=1 fi fi fi AC_SUBST([TIME_H_DEFINES_STRUCT_TIMESPEC]) AC_SUBST([SYS_TIME_H_DEFINES_STRUCT_TIMESPEC]) AC_SUBST([PTHREAD_H_DEFINES_STRUCT_TIMESPEC]) ]) AC_DEFUN([gl_TIME_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_HEADER_TIME_H_DEFAULTS], [ GNULIB_MKTIME=0; AC_SUBST([GNULIB_MKTIME]) GNULIB_NANOSLEEP=0; AC_SUBST([GNULIB_NANOSLEEP]) GNULIB_STRPTIME=0; AC_SUBST([GNULIB_STRPTIME]) GNULIB_TIMEGM=0; AC_SUBST([GNULIB_TIMEGM]) GNULIB_TIME_R=0; AC_SUBST([GNULIB_TIME_R]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_LOCALTIME_R=1; AC_SUBST([HAVE_DECL_LOCALTIME_R]) HAVE_NANOSLEEP=1; AC_SUBST([HAVE_NANOSLEEP]) HAVE_STRPTIME=1; AC_SUBST([HAVE_STRPTIME]) HAVE_TIMEGM=1; AC_SUBST([HAVE_TIMEGM]) dnl If another module says to replace or to not replace, do that. dnl Otherwise, replace only if someone compiles with -DGNULIB_PORTCHECK; dnl this lets maintainers check for portability. REPLACE_LOCALTIME_R=GNULIB_PORTCHECK; AC_SUBST([REPLACE_LOCALTIME_R]) REPLACE_MKTIME=GNULIB_PORTCHECK; AC_SUBST([REPLACE_MKTIME]) REPLACE_NANOSLEEP=GNULIB_PORTCHECK; AC_SUBST([REPLACE_NANOSLEEP]) REPLACE_TIMEGM=GNULIB_PORTCHECK; AC_SUBST([REPLACE_TIMEGM]) ]) gsasl-1.8.0/gl/m4/getpagesize.m40000664000000000000000000000172211746471770013235 00000000000000# getpagesize.m4 serial 9 dnl Copyright (C) 2002, 2004-2005, 2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_GETPAGESIZE], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_CHECK_FUNCS([getpagesize]) if test $ac_cv_func_getpagesize = no; then HAVE_GETPAGESIZE=0 AC_CHECK_HEADERS([OS.h]) if test $ac_cv_header_OS_h = yes; then HAVE_OS_H=1 fi AC_CHECK_HEADERS([sys/param.h]) if test $ac_cv_header_sys_param_h = yes; then HAVE_SYS_PARAM_H=1 fi fi case "$host_os" in mingw*) REPLACE_GETPAGESIZE=1 ;; esac dnl Also check whether it's declared. dnl mingw has getpagesize() in libgcc.a but doesn't declare it. AC_CHECK_DECL([getpagesize], , [HAVE_DECL_GETPAGESIZE=0]) ]) gsasl-1.8.0/gl/m4/stdbool.m40000664000000000000000000000637111746471770012401 00000000000000# Check for stdbool.h that conforms to C99. dnl Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. #serial 5 # Prepare for substituting if it is not supported. AC_DEFUN([AM_STDBOOL_H], [ AC_REQUIRE([AC_CHECK_HEADER_STDBOOL]) # Define two additional variables used in the Makefile substitution. if test "$ac_cv_header_stdbool_h" = yes; then STDBOOL_H='' else STDBOOL_H='stdbool.h' fi AC_SUBST([STDBOOL_H]) AM_CONDITIONAL([GL_GENERATE_STDBOOL_H], [test -n "$STDBOOL_H"]) if test "$ac_cv_type__Bool" = yes; then HAVE__BOOL=1 else HAVE__BOOL=0 fi AC_SUBST([HAVE__BOOL]) ]) # AM_STDBOOL_H will be renamed to gl_STDBOOL_H in the future. AC_DEFUN([gl_STDBOOL_H], [AM_STDBOOL_H]) # This version of the macro is needed in autoconf <= 2.68. AC_DEFUN([AC_CHECK_HEADER_STDBOOL], [AC_CACHE_CHECK([for stdbool.h that conforms to C99], [ac_cv_header_stdbool_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif struct s { _Bool s: 1; _Bool t; } s; char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; char d[(bool) 0.5 == true ? 1 : -1]; /* See body of main program for 'e'. */ char f[(_Bool) 0.0 == false ? 1 : -1]; char g[true]; char h[sizeof (_Bool)]; char i[sizeof s.t]; enum { j = false, k = true, l = false * true, m = true * 256 }; /* The following fails for HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; ]], [[ bool e = &s; *pq |= q; *pq |= ! q; /* Refer to every declared value, to avoid compiler optimizations. */ return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l + !m + !n + !o + !p + !q + !pq); ]])], [ac_cv_header_stdbool_h=yes], [ac_cv_header_stdbool_h=no])]) AC_CHECK_TYPES([_Bool]) ]) gsasl-1.8.0/gl/m4/servent.m40000664000000000000000000000336211746471770012416 00000000000000# servent.m4 serial 2 dnl Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SERVENT], [ dnl Where are getservent(), setservent(), endservent(), getservbyname(), dnl getservbyport() defined? dnl Where are getprotoent(), setprotoent(), endprotoent(), getprotobyname(), dnl getprotobynumber() defined? dnl - On Solaris, they are in libsocket. Ignore libxnet. dnl - On Haiku, they are in libnetwork. dnl - On BeOS, they are in libnet. dnl - On native Windows, they are in ws2_32.dll. dnl - Otherwise they are in libc. AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H SERVENT_LIB= gl_saved_libs="$LIBS" AC_SEARCH_LIBS([getservbyname], [socket network net], [if test "$ac_cv_search_getservbyname" != "none required"; then SERVENT_LIB="$ac_cv_search_getservbyname" fi]) LIBS="$gl_saved_libs" if test -z "$SERVENT_LIB"; then AC_CHECK_FUNCS([getservbyname], , [ AC_CACHE_CHECK([for getservbyname in winsock2.h and -lws2_32], [gl_cv_w32_getservbyname], [gl_cv_w32_getservbyname=no gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #ifdef HAVE_WINSOCK2_H #include #endif #include ]], [[getservbyname(NULL,NULL);]])], [gl_cv_w32_getservbyname=yes]) LIBS="$gl_save_LIBS" ]) if test "$gl_cv_w32_getservbyname" = "yes"; then SERVENT_LIB="-lws2_32" fi ]) fi AC_SUBST([SERVENT_LIB]) ]) gsasl-1.8.0/gl/m4/strtok_r.m40000664000000000000000000000475711746471770012610 00000000000000# strtok_r.m4 serial 13 dnl Copyright (C) 2002-2004, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_STRTOK_R], [ dnl The strtok_r() declaration in lib/string.in.h uses 'restrict'. AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CHECK_FUNCS([strtok_r]) if test $ac_cv_func_strtok_r = yes; then HAVE_STRTOK_R=1 dnl glibc 2.7 has a bug in strtok_r that causes a segmentation fault dnl when the second argument to strtok_r is a constant string that has dnl exactly one byte and compiling with optimization. This bug is, for dnl example, present in the glibc 2.7-18 package in Debian "lenny". dnl See . AC_CACHE_CHECK([whether strtok_r works], [gl_cv_func_strtok_r_works], [AC_RUN_IFELSE( [AC_LANG_PROGRAM([[ #ifndef __OPTIMIZE__ # define __OPTIMIZE__ 1 #endif #undef __OPTIMIZE_SIZE__ #undef __NO_INLINE__ #include #include ]], [[static const char dummy[] = "\177\01a"; char delimiters[] = "xxxxxxxx"; char *save_ptr = (char *) dummy; strtok_r (delimiters, "x", &save_ptr); strtok_r (NULL, "x", &save_ptr); return 0; ]]) ], [gl_cv_func_strtok_r_works=yes], [gl_cv_func_strtok_r_works=no], [ changequote(,)dnl case "$host_os" in # Guess no on glibc systems. *-gnu*) gl_cv_func_strtok_r_works="guessing no";; *) gl_cv_func_strtok_r_works="guessing yes";; esac changequote([,])dnl ]) ]) case "$gl_cv_func_strtok_r_works" in *no) dnl We could set REPLACE_STRTOK_R=1 here, but it's only the macro dnl version in which is wrong. The code compiled dnl into libc is fine. UNDEFINE_STRTOK_R=1 ;; esac else HAVE_STRTOK_R=0 fi AC_CHECK_DECLS_ONCE([strtok_r]) if test $ac_cv_have_decl_strtok_r = no; then HAVE_DECL_STRTOK_R=0 fi ]) # Prerequisites of lib/strtok_r.c. AC_DEFUN([gl_PREREQ_STRTOK_R], [ : ]) gsasl-1.8.0/gl/m4/close.m40000664000000000000000000000214611746471770012034 00000000000000# close.m4 serial 8 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_CLOSE], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([gl_MSVC_INVAL]) if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_CLOSE=1 fi m4_ifdef([gl_PREREQ_SYS_H_WINSOCK2], [ gl_PREREQ_SYS_H_WINSOCK2 if test $UNISTD_H_HAVE_WINSOCK2_H = 1; then dnl Even if the 'socket' module is not used here, another part of the dnl application may use it and pass file descriptors that refer to dnl sockets to the close() function. So enable the support for sockets. REPLACE_CLOSE=1 fi ]) dnl Replace close() for supporting the gnulib-defined fchdir() function, dnl to keep fchdir's bookkeeping up-to-date. m4_ifdef([gl_FUNC_FCHDIR], [ if test $REPLACE_CLOSE = 0; then gl_TEST_FCHDIR if test $HAVE_FCHDIR = 0; then REPLACE_CLOSE=1 fi fi ]) ]) gsasl-1.8.0/gl/m4/stdalign.m40000664000000000000000000000364311746471770012537 00000000000000# Check for stdalign.h that conforms to C11. dnl Copyright 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Prepare for substituting if it is not supported. AC_DEFUN([gl_STDALIGN_H], [ AC_CACHE_CHECK([for working stdalign.h], [gl_cv_header_working_stdalign_h], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include #include /* Test that alignof yields a result consistent with offsetof. This catches GCC bug 52023 . */ #ifdef __cplusplus template struct alignof_helper { char a; t b; }; # define ao(type) offsetof (alignof_helper, b) #else # define ao(type) offsetof (struct { char a; type b; }, b) #endif char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1]; char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1]; char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1]; /* Test _Alignas only on platforms where gnulib can help. */ #if \ (__GNUC__ || __IBMC__ || __IBMCPP__ \ || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER) int alignas (8) alignas_int = 1; char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1]; #endif ]])], [gl_cv_header_working_stdalign_h=yes], [gl_cv_header_working_stdalign_h=no])]) if test $gl_cv_header_working_stdalign_h = yes; then STDALIGN_H='' else STDALIGN_H='stdalign.h' fi AC_SUBST([STDALIGN_H]) AM_CONDITIONAL([GL_GENERATE_STDALIGN_H], [test -n "$STDALIGN_H"]) ]) gsasl-1.8.0/gl/m4/readline.m40000664000000000000000000000533011746471770012510 00000000000000# readline.m4 serial 10 dnl Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Simon Josefsson, with help from Bruno Haible and Oskar dnl Liljeblad. AC_DEFUN([gl_FUNC_READLINE], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libreadline and define LIBREADLINE, LTLIBREADLINE and dnl INCREADLINE accordingly. AC_LIB_LINKFLAGS_BODY([readline]) dnl Add $INCREADLINE to CPPFLAGS before performing the following checks, dnl because if the user has installed libreadline and not disabled its use dnl via --without-libreadline-prefix, he wants to use it. The AC_LINK_IFELSE dnl will then succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCREADLINE]) AC_CACHE_CHECK([for readline], [gl_cv_lib_readline], [ gl_cv_lib_readline=no am_save_LIBS="$LIBS" dnl On some systems, -lreadline doesn't link without an additional dnl -lncurses or -ltermcap. dnl Try -lncurses before -ltermcap, because libtermcap is insecure dnl by design and obsolete since 1994. Try -lcurses last, because dnl libcurses is unusable on some old Unices. for extra_lib in "" ncurses termcap curses; do LIBS="$am_save_LIBS $LIBREADLINE" if test -n "$extra_lib"; then LIBS="$LIBS -l$extra_lib" fi AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include #include ]], [[readline((char*)0);]])], [if test -n "$extra_lib"; then gl_cv_lib_readline="yes, requires -l$extra_lib" else gl_cv_lib_readline="yes" fi ]) if test "$gl_cv_lib_readline" != no; then break fi done LIBS="$am_save_LIBS" ]) if test "$gl_cv_lib_readline" != no; then AC_DEFINE([HAVE_READLINE], [1], [Define if you have the readline library.]) extra_lib=`echo "$gl_cv_lib_readline" | sed -n -e 's/yes, requires //p'` if test -n "$extra_lib"; then LIBREADLINE="$LIBREADLINE $extra_lib" LTLIBREADLINE="$LTLIBREADLINE $extra_lib" fi AC_MSG_CHECKING([how to link with libreadline]) AC_MSG_RESULT([$LIBREADLINE]) else dnl If $LIBREADLINE didn't lead to a usable library, we don't dnl need $INCREADLINE either. CPPFLAGS="$am_save_CPPFLAGS" LIBREADLINE= LTLIBREADLINE= fi AC_SUBST([LIBREADLINE]) AC_SUBST([LTLIBREADLINE]) AC_CHECK_HEADERS([readline/readline.h readline/history.h]) ]) # Prerequisites of lib/readline.c. AC_DEFUN([gl_PREREQ_READLINE], [ : ]) gsasl-1.8.0/gl/m4/poll.m40000664000000000000000000000621711746471770011700 00000000000000# poll.m4 serial 16 dnl Copyright (c) 2003, 2005-2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_POLL], [ AC_REQUIRE([gl_POLL_H]) AC_REQUIRE([gl_SOCKETS]) if test $ac_cv_header_poll_h = no; then ac_cv_func_poll=no gl_cv_func_poll=no else AC_CHECK_FUNC([poll], [# Check whether poll() works on special files (like /dev/null) and # and ttys (like /dev/tty). On MacOS X 10.4.0 and AIX 5.3, it doesn't. AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include #include int main() { int result = 0; struct pollfd ufd; /* Try /dev/null for reading. */ ufd.fd = open ("/dev/null", O_RDONLY); /* If /dev/null does not exist, it's not MacOS X nor AIX. */ if (ufd.fd >= 0) { ufd.events = POLLIN; ufd.revents = 0; if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLIN)) result |= 1; } /* Try /dev/null for writing. */ ufd.fd = open ("/dev/null", O_WRONLY); /* If /dev/null does not exist, it's not MacOS X nor AIX. */ if (ufd.fd >= 0) { ufd.events = POLLOUT; ufd.revents = 0; if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLOUT)) result |= 2; } /* Trying /dev/tty may be too environment dependent. */ return result; }]])], [gl_cv_func_poll=yes], [gl_cv_func_poll=no], [# When cross-compiling, assume that poll() works everywhere except on # MacOS X or AIX, regardless of its version. AC_EGREP_CPP([MacOSX], [ #if (defined(__APPLE__) && defined(__MACH__)) || defined(_AIX) This is MacOSX or AIX #endif ], [gl_cv_func_poll=no], [gl_cv_func_poll=yes])])]) fi if test $gl_cv_func_poll != yes; then AC_CHECK_FUNC([poll], [ac_cv_func_poll=yes], [ac_cv_func_poll=no]) if test $ac_cv_func_poll = no; then HAVE_POLL=0 else REPLACE_POLL=1 fi fi if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then : else AC_DEFINE([HAVE_POLL], [1], [Define to 1 if you have the 'poll' function and it works.]) fi dnl Determine the needed libraries. LIB_POLL="$LIBSOCKET" if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then case "$host_os" in mingw*) dnl On the MSVC platform, the function MsgWaitForMultipleObjects dnl (used in lib/poll.c) requires linking with -luser32. On mingw, dnl it is implicit. AC_LINK_IFELSE( [AC_LANG_SOURCE([[ #define WIN32_LEAN_AND_MEAN #include int main () { MsgWaitForMultipleObjects (0, NULL, 0, 0, 0); return 0; }]])], [], [LIB_POLL="$LIB_POLL -luser32"]) ;; esac fi AC_SUBST([LIB_POLL]) ]) # Prerequisites of lib/poll.c. AC_DEFUN([gl_PREREQ_POLL], [ AC_CHECK_HEADERS_ONCE([sys/ioctl.h sys/filio.h]) ]) gsasl-1.8.0/gl/m4/locale-fr.m40000664000000000000000000002422111746471770012571 00000000000000# locale-fr.m4 serial 16 dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Determine the name of a french locale with traditional encoding. AC_DEFUN([gt_LOCALE_FR], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a traditional french locale], [gt_cv_locale_fr], [ AC_LANG_CONFTEST([AC_LANG_SOURCE([ changequote(,)dnl #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is only one byte long. This excludes the UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 3 || buf[2] != 'v') return 1; #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } changequote([,])dnl ])]) if AC_TRY_EVAL([ac_link]) && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the native Windows locale name. if (LC_ALL=French_France.1252 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=French_France.1252 else # None found. gt_cv_locale_fr=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO-8859-1 else # Test for the AIX, OSF/1, FreeBSD, NetBSD, OpenBSD locale name. if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.ISO8859-1 else # Test for the HP-UX locale name. if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr_FR.iso88591 else # Test for the Solaris 7 locale name. if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr=fr else # None found. gt_cv_locale_fr=none fi fi fi fi fi ;; esac fi rm -fr conftest* ]) LOCALE_FR=$gt_cv_locale_fr AC_SUBST([LOCALE_FR]) ]) dnl Determine the name of a french locale with UTF-8 encoding. AC_DEFUN([gt_LOCALE_FR_UTF8], [ AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a french Unicode locale], [gt_cv_locale_fr_utf8], [ AC_LANG_CONFTEST([AC_LANG_SOURCE([ changequote(,)dnl #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. */ #if !(defined __BEOS__ || defined __HAIKU__) /* Check whether the given locale name is recognized by the system. */ # if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; # else if (setlocale (LC_ALL, "") == NULL) return 1; # endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ # if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } # endif # ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; # endif /* Check whether in the abbreviation of the second month, the second character (should be U+00E9: LATIN SMALL LETTER E WITH ACUTE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc3 || buf[2] != (char) 0xa9 || buf[3] != 'v') return 1; #endif #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */ /* Check whether the decimal separator is a comma. On NetBSD 3.0 in the fr_FR.ISO8859-1 locale, localeconv()->decimal_point are nl_langinfo(RADIXCHAR) are both ".". */ if (localeconv () ->decimal_point[0] != ',') return 1; #endif return 0; } changequote([,])dnl ])]) if AC_TRY_EVAL([ac_link]) && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=French_France.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=French_France.65001 else # None found. gt_cv_locale_fr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr_FR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_fr_utf8=fr.UTF-8 else # None found. gt_cv_locale_fr_utf8=none fi fi fi ;; esac fi rm -fr conftest* ]) LOCALE_FR_UTF8=$gt_cv_locale_fr_utf8 AC_SUBST([LOCALE_FR_UTF8]) ]) gsasl-1.8.0/gl/m4/nocrash.m40000664000000000000000000001055411746471770012366 00000000000000# nocrash.m4 serial 3 dnl Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Based on libsigsegv, from Bruno Haible and Paolo Bonzini. AC_PREREQ([2.13]) dnl Expands to some code for use in .c programs that will cause the configure dnl test to exit instead of crashing. This is useful to avoid triggering dnl action from a background debugger and to avoid core dumps. dnl Usage: ... dnl ]GL_NOCRASH[ dnl ... dnl int main() { nocrash_init(); ... } AC_DEFUN([GL_NOCRASH],[[ #include #if defined __MACH__ && defined __APPLE__ /* Avoid a crash on MacOS X. */ #include #include #include #include #include #include /* The exception port on which our thread listens. */ static mach_port_t our_exception_port; /* The main function of the thread listening for exceptions of type EXC_BAD_ACCESS. */ static void * mach_exception_thread (void *arg) { /* Buffer for a message to be received. */ struct { mach_msg_header_t head; mach_msg_body_t msgh_body; char data[1024]; } msg; mach_msg_return_t retval; /* Wait for a message on the exception port. */ retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg), our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); if (retval != MACH_MSG_SUCCESS) abort (); exit (1); } static void nocrash_init (void) { mach_port_t self = mach_task_self (); /* Allocate a port on which the thread shall listen for exceptions. */ if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port) == KERN_SUCCESS) { /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */ if (mach_port_insert_right (self, our_exception_port, our_exception_port, MACH_MSG_TYPE_MAKE_SEND) == KERN_SUCCESS) { /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting for us. */ exception_mask_t mask = EXC_MASK_BAD_ACCESS; /* Create the thread listening on the exception port. */ pthread_attr_t attr; pthread_t thread; if (pthread_attr_init (&attr) == 0 && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0 && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) { pthread_attr_destroy (&attr); /* Replace the exception port info for these exceptions with our own. Note that we replace the exception port for the entire task, not only for a particular thread. This has the effect that when our exception port gets the message, the thread specific exception port has already been asked, and we don't need to bother about it. See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */ task_set_exception_ports (self, mask, our_exception_port, EXCEPTION_DEFAULT, MACHINE_THREAD_STATE); } } } } #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Avoid a crash on native Windows. */ #define WIN32_LEAN_AND_MEAN #include #include static LONG WINAPI exception_filter (EXCEPTION_POINTERS *ExceptionInfo) { switch (ExceptionInfo->ExceptionRecord->ExceptionCode) { case EXCEPTION_ACCESS_VIOLATION: case EXCEPTION_IN_PAGE_ERROR: case EXCEPTION_STACK_OVERFLOW: case EXCEPTION_GUARD_PAGE: case EXCEPTION_PRIV_INSTRUCTION: case EXCEPTION_ILLEGAL_INSTRUCTION: case EXCEPTION_DATATYPE_MISALIGNMENT: case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: case EXCEPTION_NONCONTINUABLE_EXCEPTION: exit (1); } return EXCEPTION_CONTINUE_SEARCH; } static void nocrash_init (void) { SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter); } #else /* Avoid a crash on POSIX systems. */ #include /* A POSIX signal handler. */ static void exception_handler (int sig) { exit (1); } static void nocrash_init (void) { #ifdef SIGSEGV signal (SIGSEGV, exception_handler); #endif #ifdef SIGBUS signal (SIGBUS, exception_handler); #endif } #endif ]]) gsasl-1.8.0/gl/m4/string_h.m40000664000000000000000000001271411746471770012546 00000000000000# Configure a GNU-like replacement for . # Copyright (C) 2007-2012 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 21 # Written by Paul Eggert. AC_DEFUN([gl_HEADER_STRING_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_HEADER_STRING_H_BODY]) ]) AC_DEFUN([gl_HEADER_STRING_H_BODY], [ AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) gl_NEXT_HEADERS([string.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by C89. gl_WARN_ON_USE_PREPARE([[#include ]], [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup strncat strndup strnlen strpbrk strsep strcasestr strtok_r strerror_r strsignal strverscmp]) ]) AC_DEFUN([gl_STRING_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_HEADER_STRING_H_DEFAULTS], [ GNULIB_FFSL=0; AC_SUBST([GNULIB_FFSL]) GNULIB_FFSLL=0; AC_SUBST([GNULIB_FFSLL]) GNULIB_MEMCHR=0; AC_SUBST([GNULIB_MEMCHR]) GNULIB_MEMMEM=0; AC_SUBST([GNULIB_MEMMEM]) GNULIB_MEMPCPY=0; AC_SUBST([GNULIB_MEMPCPY]) GNULIB_MEMRCHR=0; AC_SUBST([GNULIB_MEMRCHR]) GNULIB_RAWMEMCHR=0; AC_SUBST([GNULIB_RAWMEMCHR]) GNULIB_STPCPY=0; AC_SUBST([GNULIB_STPCPY]) GNULIB_STPNCPY=0; AC_SUBST([GNULIB_STPNCPY]) GNULIB_STRCHRNUL=0; AC_SUBST([GNULIB_STRCHRNUL]) GNULIB_STRDUP=0; AC_SUBST([GNULIB_STRDUP]) GNULIB_STRNCAT=0; AC_SUBST([GNULIB_STRNCAT]) GNULIB_STRNDUP=0; AC_SUBST([GNULIB_STRNDUP]) GNULIB_STRNLEN=0; AC_SUBST([GNULIB_STRNLEN]) GNULIB_STRPBRK=0; AC_SUBST([GNULIB_STRPBRK]) GNULIB_STRSEP=0; AC_SUBST([GNULIB_STRSEP]) GNULIB_STRSTR=0; AC_SUBST([GNULIB_STRSTR]) GNULIB_STRCASESTR=0; AC_SUBST([GNULIB_STRCASESTR]) GNULIB_STRTOK_R=0; AC_SUBST([GNULIB_STRTOK_R]) GNULIB_MBSLEN=0; AC_SUBST([GNULIB_MBSLEN]) GNULIB_MBSNLEN=0; AC_SUBST([GNULIB_MBSNLEN]) GNULIB_MBSCHR=0; AC_SUBST([GNULIB_MBSCHR]) GNULIB_MBSRCHR=0; AC_SUBST([GNULIB_MBSRCHR]) GNULIB_MBSSTR=0; AC_SUBST([GNULIB_MBSSTR]) GNULIB_MBSCASECMP=0; AC_SUBST([GNULIB_MBSCASECMP]) GNULIB_MBSNCASECMP=0; AC_SUBST([GNULIB_MBSNCASECMP]) GNULIB_MBSPCASECMP=0; AC_SUBST([GNULIB_MBSPCASECMP]) GNULIB_MBSCASESTR=0; AC_SUBST([GNULIB_MBSCASESTR]) GNULIB_MBSCSPN=0; AC_SUBST([GNULIB_MBSCSPN]) GNULIB_MBSPBRK=0; AC_SUBST([GNULIB_MBSPBRK]) GNULIB_MBSSPN=0; AC_SUBST([GNULIB_MBSSPN]) GNULIB_MBSSEP=0; AC_SUBST([GNULIB_MBSSEP]) GNULIB_MBSTOK_R=0; AC_SUBST([GNULIB_MBSTOK_R]) GNULIB_STRERROR=0; AC_SUBST([GNULIB_STRERROR]) GNULIB_STRERROR_R=0; AC_SUBST([GNULIB_STRERROR_R]) GNULIB_STRSIGNAL=0; AC_SUBST([GNULIB_STRSIGNAL]) GNULIB_STRVERSCMP=0; AC_SUBST([GNULIB_STRVERSCMP]) HAVE_MBSLEN=0; AC_SUBST([HAVE_MBSLEN]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_FFSL=1; AC_SUBST([HAVE_FFSL]) HAVE_FFSLL=1; AC_SUBST([HAVE_FFSLL]) HAVE_MEMCHR=1; AC_SUBST([HAVE_MEMCHR]) HAVE_DECL_MEMMEM=1; AC_SUBST([HAVE_DECL_MEMMEM]) HAVE_MEMPCPY=1; AC_SUBST([HAVE_MEMPCPY]) HAVE_DECL_MEMRCHR=1; AC_SUBST([HAVE_DECL_MEMRCHR]) HAVE_RAWMEMCHR=1; AC_SUBST([HAVE_RAWMEMCHR]) HAVE_STPCPY=1; AC_SUBST([HAVE_STPCPY]) HAVE_STPNCPY=1; AC_SUBST([HAVE_STPNCPY]) HAVE_STRCHRNUL=1; AC_SUBST([HAVE_STRCHRNUL]) HAVE_DECL_STRDUP=1; AC_SUBST([HAVE_DECL_STRDUP]) HAVE_DECL_STRNDUP=1; AC_SUBST([HAVE_DECL_STRNDUP]) HAVE_DECL_STRNLEN=1; AC_SUBST([HAVE_DECL_STRNLEN]) HAVE_STRPBRK=1; AC_SUBST([HAVE_STRPBRK]) HAVE_STRSEP=1; AC_SUBST([HAVE_STRSEP]) HAVE_STRCASESTR=1; AC_SUBST([HAVE_STRCASESTR]) HAVE_DECL_STRTOK_R=1; AC_SUBST([HAVE_DECL_STRTOK_R]) HAVE_DECL_STRERROR_R=1; AC_SUBST([HAVE_DECL_STRERROR_R]) HAVE_DECL_STRSIGNAL=1; AC_SUBST([HAVE_DECL_STRSIGNAL]) HAVE_STRVERSCMP=1; AC_SUBST([HAVE_STRVERSCMP]) REPLACE_MEMCHR=0; AC_SUBST([REPLACE_MEMCHR]) REPLACE_MEMMEM=0; AC_SUBST([REPLACE_MEMMEM]) REPLACE_STPNCPY=0; AC_SUBST([REPLACE_STPNCPY]) REPLACE_STRDUP=0; AC_SUBST([REPLACE_STRDUP]) REPLACE_STRSTR=0; AC_SUBST([REPLACE_STRSTR]) REPLACE_STRCASESTR=0; AC_SUBST([REPLACE_STRCASESTR]) REPLACE_STRCHRNUL=0; AC_SUBST([REPLACE_STRCHRNUL]) REPLACE_STRERROR=0; AC_SUBST([REPLACE_STRERROR]) REPLACE_STRERROR_R=0; AC_SUBST([REPLACE_STRERROR_R]) REPLACE_STRNCAT=0; AC_SUBST([REPLACE_STRNCAT]) REPLACE_STRNDUP=0; AC_SUBST([REPLACE_STRNDUP]) REPLACE_STRNLEN=0; AC_SUBST([REPLACE_STRNLEN]) REPLACE_STRSIGNAL=0; AC_SUBST([REPLACE_STRSIGNAL]) REPLACE_STRTOK_R=0; AC_SUBST([REPLACE_STRTOK_R]) UNDEFINE_STRTOK_R=0; AC_SUBST([UNDEFINE_STRTOK_R]) ]) gsasl-1.8.0/gl/m4/iconv_h.m40000664000000000000000000000254111746471770012353 00000000000000# iconv_h.m4 serial 8 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ICONV_H], [ AC_REQUIRE([gl_ICONV_H_DEFAULTS]) dnl Execute this unconditionally, because ICONV_H may be set by other dnl modules, after this code is executed. gl_CHECK_NEXT_HEADERS([iconv.h]) ]) dnl Unconditionally enables the replacement of . AC_DEFUN([gl_REPLACE_ICONV_H], [ AC_REQUIRE([gl_ICONV_H_DEFAULTS]) ICONV_H='iconv.h' AM_CONDITIONAL([GL_GENERATE_ICONV_H], [test -n "$ICONV_H"]) ]) AC_DEFUN([gl_ICONV_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_ICONV_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_ICONV_H_DEFAULTS], [ GNULIB_ICONV=0; AC_SUBST([GNULIB_ICONV]) dnl Assume proper GNU behavior unless another module says otherwise. ICONV_CONST=; AC_SUBST([ICONV_CONST]) REPLACE_ICONV=0; AC_SUBST([REPLACE_ICONV]) REPLACE_ICONV_OPEN=0; AC_SUBST([REPLACE_ICONV_OPEN]) REPLACE_ICONV_UTF=0; AC_SUBST([REPLACE_ICONV_UTF]) ICONV_H=''; AC_SUBST([ICONV_H]) AM_CONDITIONAL([GL_GENERATE_ICONV_H], [test -n "$ICONV_H"]) ]) gsasl-1.8.0/gl/m4/version-etc.m40000664000000000000000000000222611746471770013164 00000000000000# version-etc.m4 serial 1 # Copyright (C) 2009-2012 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. dnl $1 - configure flag and define name dnl $2 - human readable description m4_define([gl_VERSION_ETC_FLAG], [dnl AC_ARG_WITH([$1], [AS_HELP_STRING([--with-$1], [$2])], [dnl case $withval in yes|no) ;; *) AC_DEFINE_UNQUOTED(AS_TR_CPP([PACKAGE_$1]), ["$withval"], [$2]) ;; esac ]) ]) AC_DEFUN([gl_VERSION_ETC], [dnl gl_VERSION_ETC_FLAG([packager], [String identifying the packager of this software]) gl_VERSION_ETC_FLAG([packager-version], [Packager-specific version information]) gl_VERSION_ETC_FLAG([packager-bug-reports], [Packager info for bug reports (URL/e-mail/...)]) if test "X$with_packager" = "X" && \ test "X$with_packager_version$with_packager_bug_reports" != "X" then AC_MSG_ERROR([The --with-packager-{bug-reports,version} options require --with-packager]) fi ]) gsasl-1.8.0/gl/m4/sys_select_h.m40000664000000000000000000000671611746471770013422 00000000000000# sys_select_h.m4 serial 20 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_HEADER_SYS_SELECT], [ AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_SYS_SELECT_H_DEFAULTS]) AC_CACHE_CHECK([whether is self-contained], [gl_cv_header_sys_select_h_selfcontained], [ dnl Test against two bugs: dnl 1. On many platforms, assumes prior inclusion of dnl . dnl 2. On OSF/1 4.0, provides only a forward declaration dnl of 'struct timeval', and no definition of this type. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[struct timeval b;]])], [gl_cv_header_sys_select_h_selfcontained=yes], [gl_cv_header_sys_select_h_selfcontained=no]) dnl Test against another bug: dnl 3. On Solaris 10, provides an FD_ZERO implementation dnl that relies on memset(), but without including . if test $gl_cv_header_sys_select_h_selfcontained = yes; then AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[int memset; int bzero;]]) ], [AC_LINK_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[ #undef memset #define memset nonexistent_memset extern #ifdef __cplusplus "C" #endif void *memset (void *, int, unsigned long); #undef bzero #define bzero nonexistent_bzero extern #ifdef __cplusplus "C" #endif void bzero (void *, unsigned long); fd_set fds; FD_ZERO (&fds); ]]) ], [], [gl_cv_header_sys_select_h_selfcontained=no]) ]) fi ]) dnl is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([sys/select.h]) if test $ac_cv_header_sys_select_h = yes; then HAVE_SYS_SELECT_H=1 else HAVE_SYS_SELECT_H=0 fi AC_SUBST([HAVE_SYS_SELECT_H]) gl_PREREQ_SYS_H_WINSOCK2 dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ /* Some systems require prerequisite headers. */ #include #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H # include #endif #include ]], [pselect select]) ]) AC_DEFUN([gl_SYS_SELECT_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_SELECT_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_SELECT_H_DEFAULTS], [ GNULIB_PSELECT=0; AC_SUBST([GNULIB_PSELECT]) GNULIB_SELECT=0; AC_SUBST([GNULIB_SELECT]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_PSELECT=1; AC_SUBST([HAVE_PSELECT]) REPLACE_PSELECT=0; AC_SUBST([REPLACE_PSELECT]) REPLACE_SELECT=0; AC_SUBST([REPLACE_SELECT]) ]) gsasl-1.8.0/gl/m4/pathmax.m40000664000000000000000000000220411746471770012364 00000000000000# pathmax.m4 serial 10 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_PATHMAX], [ dnl Prerequisites of lib/pathmax.h. AC_CHECK_HEADERS_ONCE([sys/param.h]) ]) # Expands to a piece of C program that defines PATH_MAX in the same way as # "pathmax.h" will do. AC_DEFUN([gl_PATHMAX_SNIPPET], [[ /* Arrange to define PATH_MAX, like "pathmax.h" does. */ #if HAVE_UNISTD_H # include #endif #include #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN # include #endif #if !defined PATH_MAX && defined MAXPATHLEN # define PATH_MAX MAXPATHLEN #endif #ifdef __hpux # undef PATH_MAX # define PATH_MAX 1024 #endif #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # undef PATH_MAX # define PATH_MAX 260 #endif ]]) # Prerequisites of gl_PATHMAX_SNIPPET. AC_DEFUN([gl_PATHMAX_SNIPPET_PREREQ], [ AC_CHECK_HEADERS_ONCE([unistd.h sys/param.h]) ]) gsasl-1.8.0/gl/m4/snprintf.m40000664000000000000000000000305511746471770012572 00000000000000# snprintf.m4 serial 6 dnl Copyright (C) 2002-2004, 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Libintl 0.17 will replace snprintf only if it does not support %1$s, dnl but defers to any gnulib snprintf replacements. Therefore, gnulib dnl must guarantee that the decision for replacing snprintf is a superset dnl of the reasons checked by libintl. AC_DEFUN([gl_FUNC_SNPRINTF], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) gl_cv_func_snprintf_usable=no AC_CHECK_FUNCS([snprintf]) if test $ac_cv_func_snprintf = yes; then gl_SNPRINTF_SIZE1 case "$gl_cv_func_snprintf_size1" in *yes) gl_SNPRINTF_RETVAL_C99 case "$gl_cv_func_snprintf_retval_c99" in *yes) gl_PRINTF_POSITIONS case "$gl_cv_func_printf_positions" in *yes) gl_cv_func_snprintf_usable=yes ;; esac ;; esac ;; esac fi if test $gl_cv_func_snprintf_usable = no; then gl_REPLACE_SNPRINTF fi AC_CHECK_DECLS_ONCE([snprintf]) if test $ac_cv_have_decl_snprintf = no; then HAVE_DECL_SNPRINTF=0 fi ]) AC_DEFUN([gl_REPLACE_SNPRINTF], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_LIBOBJ([snprintf]) if test $ac_cv_func_snprintf = yes; then REPLACE_SNPRINTF=1 fi gl_PREREQ_SNPRINTF ]) # Prerequisites of lib/snprintf.c. AC_DEFUN([gl_PREREQ_SNPRINTF], [:]) gsasl-1.8.0/gl/m4/hostent.m40000664000000000000000000000316611746471770012416 00000000000000# hostent.m4 serial 2 dnl Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_HOSTENT], [ dnl Where are gethostent(), sethostent(), endhostent(), gethostbyname(), dnl gethostbyaddr() defined? dnl - On Solaris, they are in libnsl. Ignore libxnet. dnl - On Haiku, they are in libnetwork. dnl - On BeOS, they are in libnet. dnl - On native Windows, they are in ws2_32.dll. dnl - Otherwise they are in libc. AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H HOSTENT_LIB= gl_saved_libs="$LIBS" AC_SEARCH_LIBS([gethostbyname], [nsl network net], [if test "$ac_cv_search_gethostbyname" != "none required"; then HOSTENT_LIB="$ac_cv_search_gethostbyname" fi]) LIBS="$gl_saved_libs" if test -z "$HOSTENT_LIB"; then AC_CHECK_FUNCS([gethostbyname], , [ AC_CACHE_CHECK([for gethostbyname in winsock2.h and -lws2_32], [gl_cv_w32_gethostbyname], [gl_cv_w32_gethostbyname=no gl_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[ #ifdef HAVE_WINSOCK2_H #include #endif #include ]], [[gethostbyname(NULL);]])], [gl_cv_w32_gethostbyname=yes]) LIBS="$gl_save_LIBS" ]) if test "$gl_cv_w32_gethostbyname" = "yes"; then HOSTENT_LIB="-lws2_32" fi ]) fi AC_SUBST([HOSTENT_LIB]) ]) gsasl-1.8.0/gl/m4/symlink.m40000664000000000000000000000347111754207010012376 00000000000000# serial 6 # See if we need to provide symlink replacement. dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Written by Eric Blake. AC_DEFUN([gl_FUNC_SYMLINK], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CHECK_FUNCS_ONCE([symlink]) dnl The best we can do on mingw is provide a dummy that always fails, so dnl that compilation can proceed with fewer ifdefs. On FreeBSD 7.2, AIX 7.1, dnl and Solaris 9, we want to fix a bug with trailing slash handling. if test $ac_cv_func_symlink = no; then HAVE_SYMLINK=0 else AC_CACHE_CHECK([whether symlink handles trailing slash correctly], [gl_cv_func_symlink_works], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[int result = 0; if (!symlink ("a", "conftest.link/")) result |= 1; if (symlink ("conftest.f", "conftest.lnk2")) result |= 2; else if (!symlink ("a", "conftest.lnk2/")) result |= 4; return result; ]])], [gl_cv_func_symlink_works=yes], [gl_cv_func_symlink_works=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_symlink_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_symlink_works="guessing no" ;; esac ]) rm -f conftest.f conftest.link conftest.lnk2]) case "$gl_cv_func_symlink_works" in *yes) ;; *) REPLACE_SYMLINK=1 ;; esac fi ]) gsasl-1.8.0/gl/m4/extensions.m40000664000000000000000000001073611746471770013132 00000000000000# serial 11 -*- Autoconf -*- # Enable extensions on systems that normally disable them. # Copyright (C) 2003, 2006-2012 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS # Autoconf. Perhaps we can remove this once we can assume Autoconf # 2.62 or later everywhere, but since CVS Autoconf mutates rapidly # enough in this area it's likely we'll need to redefine # AC_USE_SYSTEM_EXTENSIONS for quite some time. # If autoconf reports a warning # warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS # or warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS # the fix is # 1) to ensure that AC_USE_SYSTEM_EXTENSIONS is never directly invoked # but always AC_REQUIREd, # 2) to ensure that for each occurrence of # AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) # or # AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) # the corresponding gnulib module description has 'extensions' among # its dependencies. This will ensure that the gl_USE_SYSTEM_EXTENSIONS # invocation occurs in gl_EARLY, not in gl_INIT. # AC_USE_SYSTEM_EXTENSIONS # ------------------------ # Enable extensions on systems that normally disable them, # typically due to standards-conformance issues. # Remember that #undef in AH_VERBATIM gets replaced with #define by # AC_DEFINE. The goal here is to define all known feature-enabling # macros, then, if reports of conflicts are made, disable macros that # cause problems on some platforms (such as __EXTENSIONS__). AC_DEFUN_ONCE([AC_USE_SYSTEM_EXTENSIONS], [AC_BEFORE([$0], [AC_COMPILE_IFELSE])dnl AC_BEFORE([$0], [AC_RUN_IFELSE])dnl AC_REQUIRE([AC_CANONICAL_HOST]) AC_CHECK_HEADER([minix/config.h], [MINIX=yes], [MINIX=]) if test "$MINIX" = yes; then AC_DEFINE([_POSIX_SOURCE], [1], [Define to 1 if you need to in order for 'stat' and other things to work.]) AC_DEFINE([_POSIX_1_SOURCE], [2], [Define to 2 if the system does not provide POSIX.1 features except with this defined.]) AC_DEFINE([_MINIX], [1], [Define to 1 if on MINIX.]) fi dnl HP-UX 11.11 defines mbstate_t only if _XOPEN_SOURCE is defined to 500, dnl regardless of whether the flags -Ae or _D_HPUX_SOURCE=1 are already dnl provided. case "$host_os" in hpux*) AC_DEFINE([_XOPEN_SOURCE], [500], [Define to 500 only on HP-UX.]) ;; esac AH_VERBATIM([__EXTENSIONS__], [/* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable general extensions on MacOS X. */ #ifndef _DARWIN_C_SOURCE # undef _DARWIN_C_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif ]) AC_CACHE_CHECK([whether it is safe to define __EXTENSIONS__], [ac_cv_safe_to_define___extensions__], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[ # define __EXTENSIONS__ 1 ]AC_INCLUDES_DEFAULT])], [ac_cv_safe_to_define___extensions__=yes], [ac_cv_safe_to_define___extensions__=no])]) test $ac_cv_safe_to_define___extensions__ = yes && AC_DEFINE([__EXTENSIONS__]) AC_DEFINE([_ALL_SOURCE]) AC_DEFINE([_DARWIN_C_SOURCE]) AC_DEFINE([_GNU_SOURCE]) AC_DEFINE([_POSIX_PTHREAD_SEMANTICS]) AC_DEFINE([_TANDEM_SOURCE]) ])# AC_USE_SYSTEM_EXTENSIONS # gl_USE_SYSTEM_EXTENSIONS # ------------------------ # Enable extensions on systems that normally disable them, # typically due to standards-conformance issues. AC_DEFUN_ONCE([gl_USE_SYSTEM_EXTENSIONS], [ dnl Require this macro before AC_USE_SYSTEM_EXTENSIONS. dnl gnulib does not need it. But if it gets required by third-party macros dnl after AC_USE_SYSTEM_EXTENSIONS is required, autoconf 2.62..2.63 emit a dnl warning: "AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS". dnl Note: We can do this only for one of the macros AC_AIX, AC_GNU_SOURCE, dnl AC_MINIX. If people still use AC_AIX or AC_MINIX, they are out of luck. AC_REQUIRE([AC_GNU_SOURCE]) AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) ]) gsasl-1.8.0/gl/m4/environ.m40000664000000000000000000000261611746471770012411 00000000000000# environ.m4 serial 6 dnl Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_ENVIRON], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) dnl Persuade glibc to declare environ. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_CHECK_HEADERS_ONCE([unistd.h]) gt_CHECK_VAR_DECL( [#if HAVE_UNISTD_H #include #endif /* mingw, BeOS, Haiku declare environ in , not in . */ #include ], [environ]) if test $gt_cv_var_environ_declaration != yes; then HAVE_DECL_ENVIRON=0 fi ]) # Check if a variable is properly declared. # gt_CHECK_VAR_DECL(includes,variable) AC_DEFUN([gt_CHECK_VAR_DECL], [ define([gt_cv_var], [gt_cv_var_]$2[_declaration]) AC_MSG_CHECKING([if $2 is properly declared]) AC_CACHE_VAL([gt_cv_var], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[$1 extern struct { int foo; } $2;]], [[$2.foo = 1;]])], [gt_cv_var=no], [gt_cv_var=yes])]) AC_MSG_RESULT([$gt_cv_var]) if test $gt_cv_var = yes; then AC_DEFINE([HAVE_]m4_translit($2, [a-z], [A-Z])[_DECL], 1, [Define if you have the declaration of $2.]) fi undefine([gt_cv_var]) ]) gsasl-1.8.0/gl/m4/printf.m40000664000000000000000000016623611746471770012244 00000000000000# printf.m4 serial 48 dnl Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Test whether the *printf family of functions supports the 'j', 'z', 't', dnl 'L' size specifiers. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_sizes_c99. AC_DEFUN([gl_PRINTF_SIZES_C99], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports size specifiers as in C99], [gl_cv_func_printf_sizes_c99], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #include #include #if HAVE_STDINT_H_WITH_UINTMAX # include #endif #if HAVE_INTTYPES_H_WITH_UINTMAX # include #endif static char buf[100]; int main () { int result = 0; #if HAVE_STDINT_H_WITH_UINTMAX || HAVE_INTTYPES_H_WITH_UINTMAX buf[0] = '\0'; if (sprintf (buf, "%ju %d", (uintmax_t) 12345671, 33, 44, 55) < 0 || strcmp (buf, "12345671 33") != 0) result |= 1; #endif buf[0] = '\0'; if (sprintf (buf, "%zu %d", (size_t) 12345672, 33, 44, 55) < 0 || strcmp (buf, "12345672 33") != 0) result |= 2; buf[0] = '\0'; if (sprintf (buf, "%tu %d", (ptrdiff_t) 12345673, 33, 44, 55) < 0 || strcmp (buf, "12345673 33") != 0) result |= 4; buf[0] = '\0'; if (sprintf (buf, "%Lg %d", (long double) 1.5, 33, 44, 55) < 0 || strcmp (buf, "1.5 33") != 0) result |= 8; return result; }]])], [gl_cv_func_printf_sizes_c99=yes], [gl_cv_func_printf_sizes_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_printf_sizes_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_printf_sizes_c99="guessing no";; darwin*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_printf_sizes_c99="guessing no";; openbsd*) gl_cv_func_printf_sizes_c99="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_printf_sizes_c99="guessing no";; netbsd*) gl_cv_func_printf_sizes_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_sizes_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports 'long double' dnl arguments together with the 'L' size specifier. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_long_double. AC_DEFUN([gl_PRINTF_LONG_DOUBLE], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports 'long double' arguments], [gl_cv_func_printf_long_double], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[10000]; int main () { int result = 0; buf[0] = '\0'; if (sprintf (buf, "%Lf %d", 1.75L, 33, 44, 55) < 0 || strcmp (buf, "1.750000 33") != 0) result |= 1; buf[0] = '\0'; if (sprintf (buf, "%Le %d", 1.75L, 33, 44, 55) < 0 || strcmp (buf, "1.750000e+00 33") != 0) result |= 2; buf[0] = '\0'; if (sprintf (buf, "%Lg %d", 1.75L, 33, 44, 55) < 0 || strcmp (buf, "1.75 33") != 0) result |= 4; return result; }]])], [gl_cv_func_printf_long_double=yes], [gl_cv_func_printf_long_double=no], [ changequote(,)dnl case "$host_os" in beos*) gl_cv_func_printf_long_double="guessing no";; mingw* | pw*) gl_cv_func_printf_long_double="guessing no";; *) gl_cv_func_printf_long_double="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports infinite and NaN dnl 'double' arguments and negative zero arguments in the %f, %e, %g dnl directives. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_infinite. AC_DEFUN([gl_PRINTF_INFINITE], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports infinite 'double' arguments], [gl_cv_func_printf_infinite], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static int strisnan (const char *string, size_t start_index, size_t end_index) { if (start_index < end_index) { if (string[start_index] == '-') start_index++; if (start_index + 3 <= end_index && memcmp (string + start_index, "nan", 3) == 0) { start_index += 3; if (start_index == end_index || (string[start_index] == '(' && string[end_index - 1] == ')')) return 1; } } return 0; } static int have_minus_zero () { static double plus_zero = 0.0; double minus_zero = - plus_zero; return memcmp (&plus_zero, &minus_zero, sizeof (double)) != 0; } static char buf[10000]; static double zero = 0.0; int main () { int result = 0; if (sprintf (buf, "%f", 1.0 / zero) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%f", -1.0 / zero) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%f", zero / zero) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%e", 1.0 / zero) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 4; if (sprintf (buf, "%e", -1.0 / zero) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 4; if (sprintf (buf, "%e", zero / zero) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; if (sprintf (buf, "%g", 1.0 / zero) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 16; if (sprintf (buf, "%g", -1.0 / zero) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 16; if (sprintf (buf, "%g", zero / zero) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; /* This test fails on HP-UX 10.20. */ if (have_minus_zero ()) if (sprintf (buf, "%g", - zero) < 0 || strcmp (buf, "-0") != 0) result |= 64; return result; }]])], [gl_cv_func_printf_infinite=yes], [gl_cv_func_printf_infinite=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on FreeBSD >= 6. freebsd[1-5]*) gl_cv_func_printf_infinite="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_printf_infinite="guessing no";; darwin*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on HP-UX >= 11. hpux[7-9]* | hpux10*) gl_cv_func_printf_infinite="guessing no";; hpux*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_printf_infinite="guessing no";; netbsd*) gl_cv_func_printf_infinite="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_printf_infinite="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_infinite="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports infinite and NaN dnl 'long double' arguments in the %f, %e, %g directives. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_infinite_long_double. AC_DEFUN([gl_PRINTF_INFINITE_LONG_DOUBLE], [ AC_REQUIRE([gl_PRINTF_LONG_DOUBLE]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl The user can set or unset the variable gl_printf_safe to indicate dnl that he wishes a safe handling of non-IEEE-754 'long double' values. if test -n "$gl_printf_safe"; then AC_DEFINE([CHECK_PRINTF_SAFE], [1], [Define if you wish *printf() functions that have a safe handling of non-IEEE-754 'long double' values.]) fi case "$gl_cv_func_printf_long_double" in *yes) AC_CACHE_CHECK([whether printf supports infinite 'long double' arguments], [gl_cv_func_printf_infinite_long_double], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ ]GL_NOCRASH[ #include #include #include static int strisnan (const char *string, size_t start_index, size_t end_index) { if (start_index < end_index) { if (string[start_index] == '-') start_index++; if (start_index + 3 <= end_index && memcmp (string + start_index, "nan", 3) == 0) { start_index += 3; if (start_index == end_index || (string[start_index] == '(' && string[end_index - 1] == ')')) return 1; } } return 0; } static char buf[10000]; static long double zeroL = 0.0L; int main () { int result = 0; nocrash_init(); if (sprintf (buf, "%Lf", 1.0L / zeroL) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%Lf", -1.0L / zeroL) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%Lf", zeroL / zeroL) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 1; if (sprintf (buf, "%Le", 1.0L / zeroL) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%Le", -1.0L / zeroL) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%Le", zeroL / zeroL) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 1; if (sprintf (buf, "%Lg", 1.0L / zeroL) < 0 || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) result |= 1; if (sprintf (buf, "%Lg", -1.0L / zeroL) < 0 || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) result |= 1; if (sprintf (buf, "%Lg", zeroL / zeroL) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 1; #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE /* Representation of an 80-bit 'long double' as an initializer for a sequence of 'unsigned int' words. */ # ifdef WORDS_BIGENDIAN # define LDBL80_WORDS(exponent,manthi,mantlo) \ { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16), \ ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16), \ (unsigned int) (mantlo) << 16 \ } # else # define LDBL80_WORDS(exponent,manthi,mantlo) \ { mantlo, manthi, exponent } # endif { /* Quiet NaN. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; } { /* Signalling NaN. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 2; } { /* Pseudo-NaN. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 4; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 4; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 4; } { /* Pseudo-Infinity. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 8; } { /* Pseudo-Zero. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 16; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 16; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 16; } { /* Unnormalized number. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 32; } { /* Pseudo-Denormal. */ static union { unsigned int word[4]; long double value; } x = { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; if (sprintf (buf, "%Lf", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 64; if (sprintf (buf, "%Le", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 64; if (sprintf (buf, "%Lg", x.value) < 0 || !strisnan (buf, 0, strlen (buf))) result |= 64; } #endif return result; }]])], [gl_cv_func_printf_infinite_long_double=yes], [gl_cv_func_printf_infinite_long_double=no], [ changequote(,)dnl case "$host_cpu" in # Guess no on ia64, x86_64, i386. ia64 | x86_64 | i*86) gl_cv_func_printf_infinite_long_double="guessing no";; *) case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_infinite_long_double="guessing yes";; # Guess yes on FreeBSD >= 6. freebsd[1-5]*) gl_cv_func_printf_infinite_long_double="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_infinite_long_double="guessing yes";; # Guess yes on HP-UX >= 11. hpux[7-9]* | hpux10*) gl_cv_func_printf_infinite_long_double="guessing no";; hpux*) gl_cv_func_printf_infinite_long_double="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_infinite_long_double="guessing no";; esac ;; esac changequote([,])dnl ]) ]) ;; *) gl_cv_func_printf_infinite_long_double="irrelevant" ;; esac ]) dnl Test whether the *printf family of functions supports the 'a' and 'A' dnl conversion specifier for hexadecimal output of floating-point numbers. dnl (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_directive_a. AC_DEFUN([gl_PRINTF_DIRECTIVE_A], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'a' and 'A' directives], [gl_cv_func_printf_directive_a], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; static double zero = 0.0; int main () { int result = 0; if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0 || (strcmp (buf, "0x1.922p+1 33") != 0 && strcmp (buf, "0x3.244p+0 33") != 0 && strcmp (buf, "0x6.488p-1 33") != 0 && strcmp (buf, "0xc.91p-2 33") != 0)) result |= 1; if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0 || (strcmp (buf, "-0X1.922P+1 33") != 0 && strcmp (buf, "-0X3.244P+0 33") != 0 && strcmp (buf, "-0X6.488P-1 33") != 0 && strcmp (buf, "-0XC.91P-2 33") != 0)) result |= 2; /* This catches a FreeBSD 6.1 bug: it doesn't round. */ if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0 || (strcmp (buf, "0x1.83p+0 33") != 0 && strcmp (buf, "0x3.05p-1 33") != 0 && strcmp (buf, "0x6.0ap-2 33") != 0 && strcmp (buf, "0xc.14p-3 33") != 0)) result |= 4; /* This catches a FreeBSD 6.1 bug. See */ if (sprintf (buf, "%010a %d", 1.0 / zero, 33, 44, 55) < 0 || buf[0] == '0') result |= 8; /* This catches a MacOS X 10.3.9 (Darwin 7.9) bug. */ if (sprintf (buf, "%.1a", 1.999) < 0 || (strcmp (buf, "0x1.0p+1") != 0 && strcmp (buf, "0x2.0p+0") != 0 && strcmp (buf, "0x4.0p-1") != 0 && strcmp (buf, "0x8.0p-2") != 0)) result |= 16; /* This catches the same MacOS X 10.3.9 (Darwin 7.9) bug and also a glibc 2.4 bug . */ if (sprintf (buf, "%.1La", 1.999L) < 0 || (strcmp (buf, "0x1.0p+1") != 0 && strcmp (buf, "0x2.0p+0") != 0 && strcmp (buf, "0x4.0p-1") != 0 && strcmp (buf, "0x8.0p-2") != 0)) result |= 32; return result; }]])], [gl_cv_func_printf_directive_a=yes], [gl_cv_func_printf_directive_a=no], [ case "$host_os" in # Guess yes on glibc >= 2.5 systems. *-gnu*) AC_EGREP_CPP([BZ2908], [ #include #ifdef __GNU_LIBRARY__ #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 5) || (__GLIBC__ > 2)) && !defined __UCLIBC__ BZ2908 #endif #endif ], [gl_cv_func_printf_directive_a="guessing yes"], [gl_cv_func_printf_directive_a="guessing no"]) ;; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_a="guessing no";; esac ]) ]) ]) dnl Test whether the *printf family of functions supports the %F format dnl directive. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_directive_f. AC_DEFUN([gl_PRINTF_DIRECTIVE_F], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'F' directive], [gl_cv_func_printf_directive_f], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; static double zero = 0.0; int main () { int result = 0; if (sprintf (buf, "%F %d", 1234567.0, 33, 44, 55) < 0 || strcmp (buf, "1234567.000000 33") != 0) result |= 1; if (sprintf (buf, "%F", 1.0 / zero) < 0 || (strcmp (buf, "INF") != 0 && strcmp (buf, "INFINITY") != 0)) result |= 2; /* This catches a Cygwin 1.5.x bug. */ if (sprintf (buf, "%.F", 1234.0) < 0 || strcmp (buf, "1234") != 0) result |= 4; return result; }]])], [gl_cv_func_printf_directive_f=yes], [gl_cv_func_printf_directive_f=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on FreeBSD >= 6. freebsd[1-5]*) gl_cv_func_printf_directive_f="guessing no";; freebsd* | kfreebsd*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_printf_directive_f="guessing no";; darwin*) gl_cv_func_printf_directive_f="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # If we don't know, assume the worst. *) gl_cv_func_printf_directive_f="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports the %n format dnl directive. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_printf_directive_n. AC_DEFUN([gl_PRINTF_DIRECTIVE_N], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'n' directive], [gl_cv_func_printf_directive_n], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #include #ifdef _MSC_VER /* See page about "Parameter Validation" on msdn.microsoft.com. */ static void cdecl invalid_parameter_handler (const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t dummy) { exit (1); } #endif static char fmtstring[10]; static char buf[100]; int main () { int count = -1; #ifdef _MSC_VER _set_invalid_parameter_handler (invalid_parameter_handler); #endif /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2) support %n in format strings in read-only memory but not in writable memory. */ strcpy (fmtstring, "%d %n"); if (sprintf (buf, fmtstring, 123, &count, 33, 44, 55) < 0 || strcmp (buf, "123 ") != 0 || count != 4) return 1; return 0; }]])], [gl_cv_func_printf_directive_n=yes], [gl_cv_func_printf_directive_n=no], [ changequote(,)dnl case "$host_os" in mingw*) gl_cv_func_printf_directive_n="guessing no";; *) gl_cv_func_printf_directive_n="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports the %ls format dnl directive and in particular, when a precision is specified, whether dnl the functions stop converting the wide string argument when the number dnl of bytes that have been produced by this conversion equals or exceeds dnl the precision. dnl Result is gl_cv_func_printf_directive_ls. AC_DEFUN([gl_PRINTF_DIRECTIVE_LS], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the 'ls' directive], [gl_cv_func_printf_directive_ls], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #include int main () { int result = 0; char buf[100]; /* Test whether %ls works at all. This test fails on OpenBSD 4.0, IRIX 6.5, Solaris 2.6, Haiku, but not on Cygwin 1.5. */ { static const wchar_t wstring[] = { 'a', 'b', 'c', 0 }; buf[0] = '\0'; if (sprintf (buf, "%ls", wstring) < 0 || strcmp (buf, "abc") != 0) result |= 1; } /* This test fails on IRIX 6.5, Solaris 2.6, Cygwin 1.5, Haiku (with an assertion failure inside libc), but not on OpenBSD 4.0. */ { static const wchar_t wstring[] = { 'a', 0 }; buf[0] = '\0'; if (sprintf (buf, "%ls", wstring) < 0 || strcmp (buf, "a") != 0) result |= 2; } /* Test whether precisions in %ls are supported as specified in ISO C 99 section 7.19.6.1: "If a precision is specified, no more than that many bytes are written (including shift sequences, if any), and the array shall contain a null wide character if, to equal the multibyte character sequence length given by the precision, the function would need to access a wide character one past the end of the array." This test fails on Solaris 10. */ { static const wchar_t wstring[] = { 'a', 'b', (wchar_t) 0xfdfdfdfd, 0 }; buf[0] = '\0'; if (sprintf (buf, "%.2ls", wstring) < 0 || strcmp (buf, "ab") != 0) result |= 8; } return result; }]])], [gl_cv_func_printf_directive_ls=yes], [gl_cv_func_printf_directive_ls=no], [ changequote(,)dnl case "$host_os" in openbsd*) gl_cv_func_printf_directive_ls="guessing no";; irix*) gl_cv_func_printf_directive_ls="guessing no";; solaris*) gl_cv_func_printf_directive_ls="guessing no";; cygwin*) gl_cv_func_printf_directive_ls="guessing no";; beos* | haiku*) gl_cv_func_printf_directive_ls="guessing no";; *) gl_cv_func_printf_directive_ls="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports POSIX/XSI format dnl strings with positions. (POSIX:2001) dnl Result is gl_cv_func_printf_positions. AC_DEFUN([gl_PRINTF_POSITIONS], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports POSIX/XSI format strings with positions], [gl_cv_func_printf_positions], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* The string "%2$d %1$d", with dollar characters protected from the shell's dollar expansion (possibly an autoconf bug). */ static char format[] = { '%', '2', '$', 'd', ' ', '%', '1', '$', 'd', '\0' }; static char buf[100]; int main () { sprintf (buf, format, 33, 55); return (strcmp (buf, "55 33") != 0); }]])], [gl_cv_func_printf_positions=yes], [gl_cv_func_printf_positions=no], [ changequote(,)dnl case "$host_os" in netbsd[1-3]* | netbsdelf[1-3]* | netbsdaout[1-3]* | netbsdcoff[1-3]*) gl_cv_func_printf_positions="guessing no";; beos*) gl_cv_func_printf_positions="guessing no";; mingw* | pw*) gl_cv_func_printf_positions="guessing no";; *) gl_cv_func_printf_positions="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports POSIX/XSI format dnl strings with the ' flag for grouping of decimal digits. (POSIX:2001) dnl Result is gl_cv_func_printf_flag_grouping. AC_DEFUN([gl_PRINTF_FLAG_GROUPING], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the grouping flag], [gl_cv_func_printf_flag_grouping], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; int main () { if (sprintf (buf, "%'d %d", 1234567, 99) < 0 || buf[strlen (buf) - 1] != '9') return 1; return 0; }]])], [gl_cv_func_printf_flag_grouping=yes], [gl_cv_func_printf_flag_grouping=no], [ changequote(,)dnl case "$host_os" in cygwin*) gl_cv_func_printf_flag_grouping="guessing no";; netbsd*) gl_cv_func_printf_flag_grouping="guessing no";; mingw* | pw*) gl_cv_func_printf_flag_grouping="guessing no";; *) gl_cv_func_printf_flag_grouping="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports the - flag correctly. dnl (ISO C99.) See dnl dnl Result is gl_cv_func_printf_flag_leftadjust. AC_DEFUN([gl_PRINTF_FLAG_LEFTADJUST], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the left-adjust flag correctly], [gl_cv_func_printf_flag_leftadjust], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; int main () { /* Check that a '-' flag is not annihilated by a negative width. */ if (sprintf (buf, "a%-*sc", -3, "b") < 0 || strcmp (buf, "ab c") != 0) return 1; return 0; }]])], [gl_cv_func_printf_flag_leftadjust=yes], [gl_cv_func_printf_flag_leftadjust=no], [ changequote(,)dnl case "$host_os" in # Guess yes on HP-UX 11. hpux11*) gl_cv_func_printf_flag_leftadjust="guessing yes";; # Guess no on HP-UX 10 and older. hpux*) gl_cv_func_printf_flag_leftadjust="guessing no";; # Guess yes otherwise. *) gl_cv_func_printf_flag_leftadjust="guessing yes";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports padding of non-finite dnl values with the 0 flag correctly. (ISO C99 + TC1 + TC2.) See dnl dnl Result is gl_cv_func_printf_flag_zero. AC_DEFUN([gl_PRINTF_FLAG_ZERO], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports the zero flag correctly], [gl_cv_func_printf_flag_zero], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[100]; static double zero = 0.0; int main () { if (sprintf (buf, "%010f", 1.0 / zero, 33, 44, 55) < 0 || (strcmp (buf, " inf") != 0 && strcmp (buf, " infinity") != 0)) return 1; return 0; }]])], [gl_cv_func_printf_flag_zero=yes], [gl_cv_func_printf_flag_zero=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_flag_zero="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_printf_flag_zero="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_flag_zero="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions supports large precisions. dnl On mingw, precisions larger than 512 are treated like 512, in integer, dnl floating-point or pointer output. On Solaris 10/x86, precisions larger dnl than 510 in floating-point output crash the program. On Solaris 10/SPARC, dnl precisions larger than 510 in floating-point output yield wrong results. dnl On AIX 7.1, precisions larger than 998 in floating-point output yield dnl wrong results. On BeOS, precisions larger than 1044 crash the program. dnl Result is gl_cv_func_printf_precision. AC_DEFUN([gl_PRINTF_PRECISION], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf supports large precisions], [gl_cv_func_printf_precision], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static char buf[5000]; int main () { int result = 0; #ifdef __BEOS__ /* On BeOS, this would crash and show a dialog box. Avoid the crash. */ return 1; #endif if (sprintf (buf, "%.4000d %d", 1, 33, 44) < 4000 + 3) result |= 1; if (sprintf (buf, "%.4000f %d", 1.0, 33, 44) < 4000 + 5) result |= 2; if (sprintf (buf, "%.511f %d", 1.0, 33, 44) < 511 + 5 || buf[0] != '1') result |= 4; if (sprintf (buf, "%.999f %d", 1.0, 33, 44) < 999 + 5 || buf[0] != '1') result |= 4; return result; }]])], [gl_cv_func_printf_precision=yes], [gl_cv_func_printf_precision=no], [ changequote(,)dnl case "$host_os" in # Guess no only on Solaris, native Windows, and BeOS systems. solaris*) gl_cv_func_printf_precision="guessing no" ;; mingw* | pw*) gl_cv_func_printf_precision="guessing no" ;; beos*) gl_cv_func_printf_precision="guessing no" ;; *) gl_cv_func_printf_precision="guessing yes" ;; esac changequote([,])dnl ]) ]) ]) dnl Test whether the *printf family of functions recovers gracefully in case dnl of an out-of-memory condition, or whether it crashes the entire program. dnl Result is gl_cv_func_printf_enomem. AC_DEFUN([gl_PRINTF_ENOMEM], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gl_MULTIARCH]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether printf survives out-of-memory conditions], [gl_cv_func_printf_enomem], [ gl_cv_func_printf_enomem="guessing no" if test "$cross_compiling" = no; then if test $APPLE_UNIVERSAL_BUILD = 0; then AC_LANG_CONFTEST([AC_LANG_SOURCE([ ]GL_NOCRASH[ changequote(,)dnl #include #include #include #include #include int main() { struct rlimit limit; int ret; nocrash_init (); /* Some printf implementations allocate temporary space with malloc. */ /* On BSD systems, malloc() is limited by RLIMIT_DATA. */ #ifdef RLIMIT_DATA if (getrlimit (RLIMIT_DATA, &limit) < 0) return 77; if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > 5000000) limit.rlim_max = 5000000; limit.rlim_cur = limit.rlim_max; if (setrlimit (RLIMIT_DATA, &limit) < 0) return 77; #endif /* On Linux systems, malloc() is limited by RLIMIT_AS. */ #ifdef RLIMIT_AS if (getrlimit (RLIMIT_AS, &limit) < 0) return 77; if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > 5000000) limit.rlim_max = 5000000; limit.rlim_cur = limit.rlim_max; if (setrlimit (RLIMIT_AS, &limit) < 0) return 77; #endif /* Some printf implementations allocate temporary space on the stack. */ #ifdef RLIMIT_STACK if (getrlimit (RLIMIT_STACK, &limit) < 0) return 77; if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > 5000000) limit.rlim_max = 5000000; limit.rlim_cur = limit.rlim_max; if (setrlimit (RLIMIT_STACK, &limit) < 0) return 77; #endif ret = printf ("%.5000000f", 1.0); return !(ret == 5000002 || (ret < 0 && errno == ENOMEM)); } changequote([,])dnl ])]) if AC_TRY_EVAL([ac_link]) && test -s conftest$ac_exeext; then (./conftest result=$? if test $result != 0 && test $result != 77; then result=1; fi exit $result ) >/dev/null 2>/dev/null case $? in 0) gl_cv_func_printf_enomem="yes" ;; 77) gl_cv_func_printf_enomem="guessing no" ;; *) gl_cv_func_printf_enomem="no" ;; esac else gl_cv_func_printf_enomem="guessing no" fi rm -fr conftest* else dnl A universal build on Apple MacOS X platforms. dnl The result would be 'no' in 32-bit mode and 'yes' in 64-bit mode. dnl But we need a configuration result that is valid in both modes. gl_cv_func_printf_enomem="guessing no" fi fi if test "$gl_cv_func_printf_enomem" = "guessing no"; then changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on Solaris. solaris*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on AIX. aix*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on HP-UX/hppa. hpux*) case "$host_cpu" in hppa*) gl_cv_func_printf_enomem="guessing yes";; *) gl_cv_func_printf_enomem="guessing no";; esac ;; # Guess yes on IRIX. irix*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on OSF/1. osf*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_printf_enomem="guessing yes";; # Guess yes on Haiku. haiku*) gl_cv_func_printf_enomem="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_printf_enomem="guessing no";; esac changequote([,])dnl fi ]) ]) dnl Test whether the snprintf function exists. (ISO C99, POSIX:2001) dnl Result is ac_cv_func_snprintf. AC_DEFUN([gl_SNPRINTF_PRESENCE], [ AC_CHECK_FUNCS_ONCE([snprintf]) ]) dnl Test whether the string produced by the snprintf function is always NUL dnl terminated. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_snprintf_truncation_c99. AC_DEFUN([gl_SNPRINTF_TRUNCATION_C99], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf truncates the result as in C99], [gl_cv_func_snprintf_truncation_c99], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char buf[100]; int main () { strcpy (buf, "ABCDEF"); my_snprintf (buf, 3, "%d %d", 4567, 89); if (memcmp (buf, "45\0DEF", 6) != 0) return 1; return 0; }]])], [gl_cv_func_snprintf_truncation_c99=yes], [gl_cv_func_snprintf_truncation_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_truncation_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_truncation_c99="guessing no";; darwin*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_snprintf_truncation_c99="guessing no";; openbsd*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on Solaris >= 2.6. solaris2.[0-5] | solaris2.[0-5].*) gl_cv_func_snprintf_truncation_c99="guessing no";; solaris*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_truncation_c99="guessing no";; aix*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on HP-UX >= 11. hpux[7-9]* | hpux10*) gl_cv_func_snprintf_truncation_c99="guessing no";; hpux*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on IRIX >= 6.5. irix6.5) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on OSF/1 >= 5. osf[3-4]*) gl_cv_func_snprintf_truncation_c99="guessing no";; osf*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_truncation_c99="guessing no";; netbsd*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_truncation_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_truncation_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the return value of the snprintf function is the number dnl of bytes (excluding the terminating NUL) that would have been produced dnl if the buffer had been large enough. (ISO C99, POSIX:2001) dnl For example, this test program fails on IRIX 6.5: dnl --------------------------------------------------------------------- dnl #include dnl int main() dnl { dnl static char buf[8]; dnl int retval = snprintf (buf, 3, "%d", 12345); dnl return retval >= 0 && retval < 3; dnl } dnl --------------------------------------------------------------------- dnl Result is gl_cv_func_snprintf_retval_c99. AC_DEFUN_ONCE([gl_SNPRINTF_RETVAL_C99], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf returns a byte count as in C99], [gl_cv_func_snprintf_retval_c99], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char buf[100]; int main () { strcpy (buf, "ABCDEF"); if (my_snprintf (buf, 3, "%d %d", 4567, 89) != 7) return 1; if (my_snprintf (buf, 0, "%d %d", 4567, 89) != 7) return 2; if (my_snprintf (NULL, 0, "%d %d", 4567, 89) != 7) return 3; return 0; }]])], [gl_cv_func_snprintf_retval_c99=yes], [gl_cv_func_snprintf_retval_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_retval_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_retval_c99="guessing no";; darwin*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on OpenBSD >= 3.9. openbsd[1-2].* | openbsd3.[0-8] | openbsd3.[0-8].*) gl_cv_func_snprintf_retval_c99="guessing no";; openbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on Solaris >= 2.10. solaris2.[1-9][0-9]*) gl_cv_func_printf_sizes_c99="guessing yes";; solaris*) gl_cv_func_printf_sizes_c99="guessing no";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_retval_c99="guessing no";; aix*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_retval_c99="guessing no";; netbsd*) gl_cv_func_snprintf_retval_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_retval_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_retval_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the snprintf function supports the %n format directive dnl also in truncated portions of the format string. (ISO C99, POSIX:2001) dnl Result is gl_cv_func_snprintf_directive_n. AC_DEFUN([gl_SNPRINTF_DIRECTIVE_N], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf fully supports the 'n' directive], [gl_cv_func_snprintf_directive_n], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif static char fmtstring[10]; static char buf[100]; int main () { int count = -1; /* Copy the format string. Some systems (glibc with _FORTIFY_SOURCE=2) support %n in format strings in read-only memory but not in writable memory. */ strcpy (fmtstring, "%d %n"); my_snprintf (buf, 4, fmtstring, 12345, &count, 33, 44, 55); if (count != 6) return 1; return 0; }]])], [gl_cv_func_snprintf_directive_n=yes], [gl_cv_func_snprintf_directive_n=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_snprintf_directive_n="guessing no";; freebsd* | kfreebsd*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_snprintf_directive_n="guessing no";; darwin*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on Solaris >= 2.6. solaris2.[0-5] | solaris2.[0-5].*) gl_cv_func_snprintf_directive_n="guessing no";; solaris*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_snprintf_directive_n="guessing no";; aix*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on IRIX >= 6.5. irix6.5) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on OSF/1 >= 5. osf[3-4]*) gl_cv_func_snprintf_directive_n="guessing no";; osf*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_snprintf_directive_n="guessing no";; netbsd*) gl_cv_func_snprintf_directive_n="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_snprintf_directive_n="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_snprintf_directive_n="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl Test whether the snprintf function, when passed a size = 1, writes any dnl output without bounds in this case, behaving like sprintf. This is the dnl case on Linux libc5. dnl Result is gl_cv_func_snprintf_size1. AC_DEFUN([gl_SNPRINTF_SIZE1], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gl_SNPRINTF_PRESENCE]) AC_CACHE_CHECK([whether snprintf respects a size of 1], [gl_cv_func_snprintf_size1], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #if HAVE_SNPRINTF # define my_snprintf snprintf #else # include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } #endif int main() { static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; my_snprintf (buf, 1, "%d", 12345); return buf[1] != 'E'; }]])], [gl_cv_func_snprintf_size1=yes], [gl_cv_func_snprintf_size1=no], [gl_cv_func_snprintf_size1="guessing yes"]) ]) ]) dnl Test whether the vsnprintf function, when passed a zero size, produces no dnl output. (ISO C99, POSIX:2001) dnl For example, snprintf nevertheless writes a NUL byte in this case dnl on OSF/1 5.1: dnl --------------------------------------------------------------------- dnl #include dnl int main() dnl { dnl static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; dnl snprintf (buf, 0, "%d", 12345); dnl return buf[0] != 'D'; dnl } dnl --------------------------------------------------------------------- dnl And vsnprintf writes any output without bounds in this case, behaving like dnl vsprintf, on HP-UX 11 and OSF/1 5.1: dnl --------------------------------------------------------------------- dnl #include dnl #include dnl static int my_snprintf (char *buf, int size, const char *format, ...) dnl { dnl va_list args; dnl int ret; dnl va_start (args, format); dnl ret = vsnprintf (buf, size, format, args); dnl va_end (args); dnl return ret; dnl } dnl int main() dnl { dnl static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; dnl my_snprintf (buf, 0, "%d", 12345); dnl return buf[0] != 'D'; dnl } dnl --------------------------------------------------------------------- dnl Result is gl_cv_func_vsnprintf_zerosize_c99. AC_DEFUN([gl_VSNPRINTF_ZEROSIZE_C99], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether vsnprintf respects a zero size as in C99], [gl_cv_func_vsnprintf_zerosize_c99], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include static int my_snprintf (char *buf, int size, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vsnprintf (buf, size, format, args); va_end (args); return ret; } int main() { static char buf[8] = { 'D', 'E', 'A', 'D', 'B', 'E', 'E', 'F' }; my_snprintf (buf, 0, "%d", 12345); return buf[0] != 'D'; }]])], [gl_cv_func_vsnprintf_zerosize_c99=yes], [gl_cv_func_vsnprintf_zerosize_c99=no], [ changequote(,)dnl case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on FreeBSD >= 5. freebsd[1-4]*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; freebsd* | kfreebsd*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on MacOS X >= 10.3. darwin[1-6].*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; darwin*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on Cygwin. cygwin*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on Solaris >= 2.6. solaris2.[0-5] | solaris2.[0-5].*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; solaris*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on AIX >= 4. aix[1-3]*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; aix*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on IRIX >= 6.5. irix6.5) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on NetBSD >= 3. netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; netbsd*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on BeOS. beos*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # Guess yes on mingw. mingw* | pw*) gl_cv_func_vsnprintf_zerosize_c99="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_vsnprintf_zerosize_c99="guessing no";; esac changequote([,])dnl ]) ]) ]) dnl The results of these tests on various platforms are: dnl dnl 1 = gl_PRINTF_SIZES_C99 dnl 2 = gl_PRINTF_LONG_DOUBLE dnl 3 = gl_PRINTF_INFINITE dnl 4 = gl_PRINTF_INFINITE_LONG_DOUBLE dnl 5 = gl_PRINTF_DIRECTIVE_A dnl 6 = gl_PRINTF_DIRECTIVE_F dnl 7 = gl_PRINTF_DIRECTIVE_N dnl 8 = gl_PRINTF_DIRECTIVE_LS dnl 9 = gl_PRINTF_POSITIONS dnl 10 = gl_PRINTF_FLAG_GROUPING dnl 11 = gl_PRINTF_FLAG_LEFTADJUST dnl 12 = gl_PRINTF_FLAG_ZERO dnl 13 = gl_PRINTF_PRECISION dnl 14 = gl_PRINTF_ENOMEM dnl 15 = gl_SNPRINTF_PRESENCE dnl 16 = gl_SNPRINTF_TRUNCATION_C99 dnl 17 = gl_SNPRINTF_RETVAL_C99 dnl 18 = gl_SNPRINTF_DIRECTIVE_N dnl 19 = gl_SNPRINTF_SIZE1 dnl 20 = gl_VSNPRINTF_ZEROSIZE_C99 dnl dnl 1 = checking whether printf supports size specifiers as in C99... dnl 2 = checking whether printf supports 'long double' arguments... dnl 3 = checking whether printf supports infinite 'double' arguments... dnl 4 = checking whether printf supports infinite 'long double' arguments... dnl 5 = checking whether printf supports the 'a' and 'A' directives... dnl 6 = checking whether printf supports the 'F' directive... dnl 7 = checking whether printf supports the 'n' directive... dnl 8 = checking whether printf supports the 'ls' directive... dnl 9 = checking whether printf supports POSIX/XSI format strings with positions... dnl 10 = checking whether printf supports the grouping flag... dnl 11 = checking whether printf supports the left-adjust flag correctly... dnl 12 = checking whether printf supports the zero flag correctly... dnl 13 = checking whether printf supports large precisions... dnl 14 = checking whether printf survives out-of-memory conditions... dnl 15 = checking for snprintf... dnl 16 = checking whether snprintf truncates the result as in C99... dnl 17 = checking whether snprintf returns a byte count as in C99... dnl 18 = checking whether snprintf fully supports the 'n' directive... dnl 19 = checking whether snprintf respects a size of 1... dnl 20 = checking whether vsnprintf respects a zero size as in C99... dnl dnl . = yes, # = no. dnl dnl 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 dnl glibc 2.5 . . . . . . . . . . . . . . . . . . . . dnl glibc 2.3.6 . . . . # . . . . . . . . . . . . . . . dnl FreeBSD 5.4, 6.1 . . . . # . . . . . . # . # . . . . . . dnl MacOS X 10.5.8 . . . # # . . . . . . # . . . . . . . . dnl MacOS X 10.3.9 . . . . # . . . . . . # . # . . . . . . dnl OpenBSD 3.9, 4.0 . . # # # # . # . # . # . # . . . . . . dnl Cygwin 1.7.0 (2009) . . . # . . . ? . . . . . ? . . . . . . dnl Cygwin 1.5.25 (2008) . . . # # . . # . . . . . # . . . . . . dnl Cygwin 1.5.19 (2006) # . . # # # . # . # . # # # . . . . . . dnl Solaris 11 2011-11 . . # # # . . # . . . # . . . . . . . . dnl Solaris 10 . . # # # . . # . . . # # . . . . . . . dnl Solaris 2.6 ... 9 # . # # # # . # . . . # # . . . # . . . dnl Solaris 2.5.1 # . # # # # . # . . . # . . # # # # # # dnl AIX 7.1 . . # # # . . . . . . # # . . . . . . . dnl AIX 5.2 . . # # # . . . . . . # . . . . . . . . dnl AIX 4.3.2, 5.1 # . # # # # . . . . . # . . . . # . . . dnl HP-UX 11.31 . . . . # . . . . . . # . . . . # # . . dnl HP-UX 11.{00,11,23} # . . . # # . . . . . # . . . . # # . # dnl HP-UX 10.20 # . # . # # . ? . . # # . . . . # # ? # dnl IRIX 6.5 # . # # # # . # . . . # . . . . # . . . dnl OSF/1 5.1 # . # # # # . . . . . # . . . . # . . # dnl OSF/1 4.0d # . # # # # . . . . . # . . # # # # # # dnl NetBSD 5.0 . . . # # . . . . . . # . # . . . . . . dnl NetBSD 4.0 . ? ? ? ? ? . ? . ? ? ? ? ? . . . ? ? ? dnl NetBSD 3.0 . . . . # # . ? # # ? # . # . . . . . . dnl Haiku . . . # # # . # . . . . . ? . . ? . . . dnl BeOS # # . # # # . ? # . ? . # ? . . ? . . . dnl old mingw / msvcrt # # # # # # . . # # . # # ? . # # # . . dnl MSVC 9 # # # # # # # . # # . # # ? # # # # . . dnl mingw 2009-2011 . # . # . . . . # # . . . ? . . . . . . dnl mingw-w64 2011 # # # # # # . . # # . # # ? . # # # . . gsasl-1.8.0/gl/m4/xalloc.m40000664000000000000000000000101511746471770012203 00000000000000# xalloc.m4 serial 17 dnl Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_XALLOC], [ gl_PREREQ_XALLOC gl_PREREQ_XMALLOC ]) # Prerequisites of lib/xalloc.h. AC_DEFUN([gl_PREREQ_XALLOC], [ AC_REQUIRE([gl_INLINE]) : ]) # Prerequisites of lib/xmalloc.c. AC_DEFUN([gl_PREREQ_XMALLOC], [ : ]) gsasl-1.8.0/gl/m4/fcntl_h.m40000664000000000000000000000327111746471770012344 00000000000000# serial 15 # Configure fcntl.h. dnl Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Paul Eggert. AC_DEFUN([gl_FCNTL_H], [ AC_REQUIRE([gl_FCNTL_H_DEFAULTS]) AC_REQUIRE([gl_FCNTL_O_FLAGS]) gl_NEXT_HEADERS([fcntl.h]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) dnl Ensure the type mode_t gets defined. AC_REQUIRE([AC_TYPE_MODE_T]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, if it is not common dnl enough to be declared everywhere. gl_WARN_ON_USE_PREPARE([[#include ]], [fcntl openat]) ]) AC_DEFUN([gl_FCNTL_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_FCNTL_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_FCNTL_H_DEFAULTS], [ GNULIB_FCNTL=0; AC_SUBST([GNULIB_FCNTL]) GNULIB_NONBLOCKING=0; AC_SUBST([GNULIB_NONBLOCKING]) GNULIB_OPEN=0; AC_SUBST([GNULIB_OPEN]) GNULIB_OPENAT=0; AC_SUBST([GNULIB_OPENAT]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_FCNTL=1; AC_SUBST([HAVE_FCNTL]) HAVE_OPENAT=1; AC_SUBST([HAVE_OPENAT]) REPLACE_FCNTL=0; AC_SUBST([REPLACE_FCNTL]) REPLACE_OPEN=0; AC_SUBST([REPLACE_OPEN]) REPLACE_OPENAT=0; AC_SUBST([REPLACE_OPENAT]) ]) gsasl-1.8.0/gl/m4/getdelim.m40000664000000000000000000000471411754207010012503 00000000000000# getdelim.m4 serial 10 dnl Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc. dnl dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_PREREQ([2.59]) AC_DEFUN([gl_FUNC_GETDELIM], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) dnl Persuade glibc to declare getdelim(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([getdelim]) AC_CHECK_FUNCS_ONCE([getdelim]) if test $ac_cv_func_getdelim = yes; then HAVE_GETDELIM=1 dnl Found it in some library. Verify that it works. AC_CACHE_CHECK([for working getdelim function], [gl_cv_func_working_getdelim], [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data AC_RUN_IFELSE([AC_LANG_SOURCE([[ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getdelim (&line, &siz, '\n', in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getdelim (&line, &siz, '\n', in) == -1) return 3; } return 0; } ]])], [gl_cv_func_working_getdelim=yes] dnl The library version works. , [gl_cv_func_working_getdelim=no] dnl The library version does NOT work. , dnl We're cross compiling. Assume it works on glibc2 systems. [AC_EGREP_CPP([Lucky GNU user], [ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif ], [gl_cv_func_working_getdelim="guessing yes"], [gl_cv_func_working_getdelim="guessing no"])] )]) case "$gl_cv_func_working_getdelim" in *no) REPLACE_GETDELIM=1 ;; esac else HAVE_GETDELIM=0 fi if test $ac_cv_have_decl_getdelim = no; then HAVE_DECL_GETDELIM=0 fi ]) # Prerequisites of lib/getdelim.c. AC_DEFUN([gl_PREREQ_GETDELIM], [ AC_CHECK_FUNCS([flockfile funlockfile]) AC_CHECK_DECLS([getc_unlocked]) ]) gsasl-1.8.0/gl/m4/gnulib-common.m40000664000000000000000000003307311754207010013457 00000000000000# gnulib-common.m4 serial 32 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_COMMON # is expanded unconditionally through gnulib-tool magic. AC_DEFUN([gl_COMMON], [ dnl Use AC_REQUIRE here, so that the code is expanded once only. AC_REQUIRE([gl_00GNULIB]) AC_REQUIRE([gl_COMMON_BODY]) ]) AC_DEFUN([gl_COMMON_BODY], [ AH_VERBATIM([_Noreturn], [/* The _Noreturn keyword of C11. */ #if ! (defined _Noreturn \ || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif ]) AH_VERBATIM([isoc99_inline], [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. __APPLE__ && __MACH__ test for MacOS X. __APPLE_CC__ tests for the Apple compiler and its version. __STDC_VERSION__ tests for the C99 mode. */ #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ # define __GNUC_STDC_INLINE__ 1 #endif]) AH_VERBATIM([unused_parameter], [/* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED __attribute__ ((__unused__)) #else # define _GL_UNUSED #endif /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name is a misnomer outside of parameter lists. */ #define _UNUSED_PARAMETER_ _GL_UNUSED /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The __const__ attribute was added in gcc 2.95. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) #else # define _GL_ATTRIBUTE_CONST /* empty */ #endif ]) dnl Preparation for running test programs: dnl Tell glibc to write diagnostics from -D_FORTIFY_SOURCE=2 to stderr, not dnl to /dev/tty, so they can be redirected to log files. Such diagnostics dnl arise e.g., in the macros gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N. LIBC_FATAL_STDERR_=1 export LIBC_FATAL_STDERR_ ]) # gl_MODULE_INDICATOR_CONDITION # expands to a C preprocessor expression that evaluates to 1 or 0, depending # whether a gnulib module that has been requested shall be considered present # or not. m4_define([gl_MODULE_INDICATOR_CONDITION], [1]) # gl_MODULE_INDICATOR_SET_VARIABLE([modulename]) # sets the shell variable that indicates the presence of the given module to # a C preprocessor expression that will evaluate to 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE], [ gl_MODULE_INDICATOR_SET_VARIABLE_AUX( [GNULIB_[]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])], [gl_MODULE_INDICATOR_CONDITION]) ]) # gl_MODULE_INDICATOR_SET_VARIABLE_AUX([variable]) # modifies the shell variable to include the gl_MODULE_INDICATOR_CONDITION. # The shell variable's value is a C preprocessor expression that evaluates # to 0 or 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX], [ m4_if(m4_defn([gl_MODULE_INDICATOR_CONDITION]), [1], [ dnl Simplify the expression VALUE || 1 to 1. $1=1 ], [gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([$1], [gl_MODULE_INDICATOR_CONDITION])]) ]) # gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR([variable], [condition]) # modifies the shell variable to include the given condition. The shell # variable's value is a C preprocessor expression that evaluates to 0 or 1. AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE_AUX_OR], [ dnl Simplify the expression 1 || CONDITION to 1. if test "$[]$1" != 1; then dnl Simplify the expression 0 || CONDITION to CONDITION. if test "$[]$1" = 0; then $1=$2 else $1="($[]$1 || $2)" fi fi ]) # gl_MODULE_INDICATOR([modulename]) # defines a C macro indicating the presence of the given module # in a location where it can be used. # | Value | Value | # | in lib/ | in tests/ | # --------------------------------------------+---------+-----------+ # Module present among main modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module present among tests-related modules: | 0 | 1 | # --------------------------------------------+---------+-----------+ # Module not present at all: | 0 | 0 | # --------------------------------------------+---------+-----------+ AC_DEFUN([gl_MODULE_INDICATOR], [ AC_DEFINE_UNQUOTED([GNULIB_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [gl_MODULE_INDICATOR_CONDITION], [Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module $1 shall be considered present.]) ]) # gl_MODULE_INDICATOR_FOR_TESTS([modulename]) # defines a C macro indicating the presence of the given module # in lib or tests. This is useful to determine whether the module # should be tested. # | Value | Value | # | in lib/ | in tests/ | # --------------------------------------------+---------+-----------+ # Module present among main modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module present among tests-related modules: | 1 | 1 | # --------------------------------------------+---------+-----------+ # Module not present at all: | 0 | 0 | # --------------------------------------------+---------+-----------+ AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], [ AC_DEFINE([GNULIB_TEST_]m4_translit([[$1]], [abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___]), [1], [Define to 1 when the gnulib module $1 should be tested.]) ]) # gl_ASSERT_NO_GNULIB_POSIXCHECK # asserts that there will never be a need to #define GNULIB_POSIXCHECK. # and thereby enables an optimization of configure and config.h. # Used by Emacs. AC_DEFUN([gl_ASSERT_NO_GNULIB_POSIXCHECK], [ dnl Override gl_WARN_ON_USE_PREPARE. dnl But hide this definition from 'aclocal'. AC_DEFUN([gl_W][ARN_ON_USE_PREPARE], []) ]) # gl_ASSERT_NO_GNULIB_TESTS # asserts that there will be no gnulib tests in the scope of the configure.ac # and thereby enables an optimization of config.h. # Used by Emacs. AC_DEFUN([gl_ASSERT_NO_GNULIB_TESTS], [ dnl Override gl_MODULE_INDICATOR_FOR_TESTS. AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], []) ]) # Test whether exists. # Set HAVE_FEATURES_H. AC_DEFUN([gl_FEATURES_H], [ AC_CHECK_HEADERS_ONCE([features.h]) if test $ac_cv_header_features_h = yes; then HAVE_FEATURES_H=1 else HAVE_FEATURES_H=0 fi AC_SUBST([HAVE_FEATURES_H]) ]) # m4_foreach_w # is a backport of autoconf-2.59c's m4_foreach_w. # Remove this macro when we can assume autoconf >= 2.60. m4_ifndef([m4_foreach_w], [m4_define([m4_foreach_w], [m4_foreach([$1], m4_split(m4_normalize([$2]), [ ]), [$3])])]) # AS_VAR_IF(VAR, VALUE, [IF-MATCH], [IF-NOT-MATCH]) # ---------------------------------------------------- # Backport of autoconf-2.63b's macro. # Remove this macro when we can assume autoconf >= 2.64. m4_ifndef([AS_VAR_IF], [m4_define([AS_VAR_IF], [AS_IF([test x"AS_VAR_GET([$1])" = x""$2], [$3], [$4])])]) # gl_PROG_CC_C99 # Modifies the value of the shell variable CC in an attempt to make $CC # understand ISO C99 source code. # This is like AC_PROG_CC_C99, except that # - AC_PROG_CC_C99 did not exist in Autoconf versions < 2.60, # - AC_PROG_CC_C99 does not mix well with AC_PROG_CC_STDC # , # but many more packages use AC_PROG_CC_STDC than AC_PROG_CC_C99 # . # Remaining problems: # - When AC_PROG_CC_STDC is invoked twice, it adds the C99 enabling options # to CC twice # . # - AC_PROG_CC_STDC is likely to change now that C11 is an ISO standard. AC_DEFUN([gl_PROG_CC_C99], [ dnl Change that version number to the minimum Autoconf version that supports dnl mixing AC_PROG_CC_C99 calls with AC_PROG_CC_STDC calls. m4_version_prereq([9.0], [AC_REQUIRE([AC_PROG_CC_C99])], [AC_REQUIRE([AC_PROG_CC_STDC])]) ]) # gl_PROG_AR_RANLIB # Determines the values for AR, ARFLAGS, RANLIB that fit with the compiler. # The user can set the variables AR, ARFLAGS, RANLIB if he wants to override # the values. AC_DEFUN([gl_PROG_AR_RANLIB], [ dnl Minix 3 comes with two toolchains: The Amsterdam Compiler Kit compiler dnl as "cc", and GCC as "gcc". They have different object file formats and dnl library formats. In particular, the GNU binutils programs ar, ranlib dnl produce libraries that work only with gcc, not with cc. AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for Minix Amsterdam compiler], [gl_cv_c_amsterdam_compiler], [ AC_EGREP_CPP([Amsterdam], [ #ifdef __ACK__ Amsterdam #endif ], [gl_cv_c_amsterdam_compiler=yes], [gl_cv_c_amsterdam_compiler=no]) ]) if test -z "$AR"; then if test $gl_cv_c_amsterdam_compiler = yes; then AR='cc -c.a' if test -z "$ARFLAGS"; then ARFLAGS='-o' fi else dnl Use the Automake-documented default values for AR and ARFLAGS, dnl but prefer ${host}-ar over ar (useful for cross-compiling). AC_CHECK_TOOL([AR], [ar], [ar]) if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi else if test -z "$ARFLAGS"; then ARFLAGS='cru' fi fi AC_SUBST([AR]) AC_SUBST([ARFLAGS]) if test -z "$RANLIB"; then if test $gl_cv_c_amsterdam_compiler = yes; then RANLIB=':' else dnl Use the ranlib program if it is available. AC_PROG_RANLIB fi fi AC_SUBST([RANLIB]) ]) # AC_PROG_MKDIR_P # is a backport of autoconf-2.60's AC_PROG_MKDIR_P, with a fix # for interoperability with automake-1.9.6 from autoconf-2.62. # Remove this macro when we can assume autoconf >= 2.62 or # autoconf >= 2.60 && automake >= 1.10. m4_ifdef([AC_PROG_MKDIR_P], [ dnl For automake-1.9.6 && autoconf < 2.62: Ensure MKDIR_P is AC_SUBSTed. m4_define([AC_PROG_MKDIR_P], m4_defn([AC_PROG_MKDIR_P])[ AC_SUBST([MKDIR_P])])], [ dnl For autoconf < 2.60: Backport of AC_PROG_MKDIR_P. AC_DEFUN_ONCE([AC_PROG_MKDIR_P], [AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake MKDIR_P='$(mkdir_p)' AC_SUBST([MKDIR_P])])]) # AC_C_RESTRICT # This definition overrides the AC_C_RESTRICT macro from autoconf 2.60..2.61, # so that mixed use of GNU C and GNU C++ and mixed use of Sun C and Sun C++ # works. # This definition can be removed once autoconf >= 2.62 can be assumed. m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.62]),[-1],[ AC_DEFUN([AC_C_RESTRICT], [AC_CACHE_CHECK([for C/C++ restrict keyword], [ac_cv_c_restrict], [ac_cv_c_restrict=no # The order here caters to the fact that C++ does not require restrict. for ac_kw in __restrict __restrict__ _Restrict restrict; do AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[typedef int * int_ptr; int foo (int_ptr $ac_kw ip) { return ip[0]; }]], [[int s[1]; int * $ac_kw t = s; t[0] = 0; return foo(t)]])], [ac_cv_c_restrict=$ac_kw]) test "$ac_cv_c_restrict" != no && break done ]) AH_VERBATIM([restrict], [/* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict /* Work around a bug in Sun C++: it does not support _Restrict, even though the corresponding Sun C compiler does, which causes "#define restrict _Restrict" in the previous line. Perhaps some future version of Sun C++ will work with _Restrict; if so, it'll probably define __RESTRICT, just as Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict #endif]) case $ac_cv_c_restrict in restrict) ;; no) AC_DEFINE([restrict], []) ;; *) AC_DEFINE_UNQUOTED([restrict], [$ac_cv_c_restrict]) ;; esac ]) ]) # gl_BIGENDIAN # is like AC_C_BIGENDIAN, except that it can be AC_REQUIREd. # Note that AC_REQUIRE([AC_C_BIGENDIAN]) does not work reliably because some # macros invoke AC_C_BIGENDIAN with arguments. AC_DEFUN([gl_BIGENDIAN], [ AC_C_BIGENDIAN ]) # gl_CACHE_VAL_SILENT(cache-id, command-to-set-it) # is like AC_CACHE_VAL(cache-id, command-to-set-it), except that it does not # output a spurious "(cached)" mark in the midst of other configure output. # This macro should be used instead of AC_CACHE_VAL when it is not surrounded # by an AC_MSG_CHECKING/AC_MSG_RESULT pair. AC_DEFUN([gl_CACHE_VAL_SILENT], [ saved_as_echo_n="$as_echo_n" as_echo_n=':' AC_CACHE_VAL([$1], [$2]) as_echo_n="$saved_as_echo_n" ]) gsasl-1.8.0/gl/m4/sys_time_h.m40000664000000000000000000000713211746471770013072 00000000000000# Configure a replacement for . # serial 8 # Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Written by Paul Eggert and Martin Lambers. AC_DEFUN([gl_HEADER_SYS_TIME_H], [ dnl Use AC_REQUIRE here, so that the REPLACE_GETTIMEOFDAY=0 statement dnl below is expanded once only, before all REPLACE_GETTIMEOFDAY=1 dnl statements that occur in other macros. AC_REQUIRE([gl_HEADER_SYS_TIME_H_BODY]) ]) AC_DEFUN([gl_HEADER_SYS_TIME_H_BODY], [ AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_HEADER_SYS_TIME_H_DEFAULTS]) AC_CHECK_HEADERS_ONCE([sys/time.h]) gl_CHECK_NEXT_HEADERS([sys/time.h]) if test $ac_cv_header_sys_time_h != yes; then HAVE_SYS_TIME_H=0 fi dnl On native Windows with MSVC, 'struct timeval' is defined in dnl only. So include that header in the list. gl_PREREQ_SYS_H_WINSOCK2 AC_CACHE_CHECK([for struct timeval], [gl_cv_sys_struct_timeval], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#if HAVE_SYS_TIME_H #include #endif #include #if HAVE_WINSOCK2_H # include #endif ]], [[static struct timeval x; x.tv_sec = x.tv_usec;]])], [gl_cv_sys_struct_timeval=yes], [gl_cv_sys_struct_timeval=no]) ]) if test $gl_cv_sys_struct_timeval != yes; then HAVE_STRUCT_TIMEVAL=0 else dnl On native Windows with a 64-bit 'time_t', 'struct timeval' is defined dnl (in and for mingw64, in only dnl for MSVC) with a tv_sec field of type 'long' (32-bit!), which is dnl smaller than the 'time_t' type mandated by POSIX. AC_CACHE_CHECK([for correct struct timeval.tv_sec member], [gl_cv_sys_struct_timeval_tv_sec], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#if HAVE_SYS_TIME_H #include #endif #include #if HAVE_WINSOCK2_H # include #endif ]], [[static struct timeval x; typedef int verify_tv_sec_type[sizeof (x.tv_sec) == sizeof (time_t) ? 1 : -1]; ]])], [gl_cv_sys_struct_timeval_tv_sec=yes], [gl_cv_sys_struct_timeval_tv_sec=no]) ]) if test $gl_cv_sys_struct_timeval_tv_sec != yes; then REPLACE_STRUCT_TIMEVAL=1 fi fi dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ #if HAVE_SYS_TIME_H # include #endif #include ]], [gettimeofday]) ]) AC_DEFUN([gl_SYS_TIME_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_HEADER_SYS_TIME_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_HEADER_SYS_TIME_H_DEFAULTS], [ GNULIB_GETTIMEOFDAY=0; AC_SUBST([GNULIB_GETTIMEOFDAY]) dnl Assume POSIX behavior unless another module says otherwise. HAVE_GETTIMEOFDAY=1; AC_SUBST([HAVE_GETTIMEOFDAY]) HAVE_STRUCT_TIMEVAL=1; AC_SUBST([HAVE_STRUCT_TIMEVAL]) HAVE_SYS_TIME_H=1; AC_SUBST([HAVE_SYS_TIME_H]) REPLACE_GETTIMEOFDAY=0; AC_SUBST([REPLACE_GETTIMEOFDAY]) REPLACE_STRUCT_TIMEVAL=0; AC_SUBST([REPLACE_STRUCT_TIMEVAL]) ]) gsasl-1.8.0/gl/m4/wctype_h.m40000664000000000000000000001547211754207010012536 00000000000000# wctype_h.m4 serial 17 dnl A placeholder for ISO C99 , for platforms that lack it. dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Paul Eggert. AC_DEFUN([gl_WCTYPE_H], [ AC_REQUIRE([gl_WCTYPE_H_DEFAULTS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_CHECK_FUNCS_ONCE([iswcntrl]) if test $ac_cv_func_iswcntrl = yes; then HAVE_ISWCNTRL=1 else HAVE_ISWCNTRL=0 fi AC_SUBST([HAVE_ISWCNTRL]) AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gt_TYPE_WINT_T]) if test $gt_cv_c_wint_t = yes; then HAVE_WINT_T=1 else HAVE_WINT_T=0 fi AC_SUBST([HAVE_WINT_T]) gl_CHECK_NEXT_HEADERS([wctype.h]) if test $ac_cv_header_wctype_h = yes; then if test $ac_cv_func_iswcntrl = yes; then dnl Linux libc5 has an iswprint function that returns 0 for all arguments. dnl The other functions are likely broken in the same way. AC_CACHE_CHECK([whether iswcntrl works], [gl_cv_func_iswcntrl_works], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #include int main () { return iswprint ('x') == 0; } ]])], [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include #if __GNU_LIBRARY__ == 1 Linux libc5 i18n is broken. #endif]], [])], [gl_cv_func_iswcntrl_works="guessing yes"], [gl_cv_func_iswcntrl_works="guessing no"]) ]) ]) fi HAVE_WCTYPE_H=1 else HAVE_WCTYPE_H=0 fi AC_SUBST([HAVE_WCTYPE_H]) case "$gl_cv_func_iswcntrl_works" in *yes) REPLACE_ISWCNTRL=0 ;; *) REPLACE_ISWCNTRL=1 ;; esac AC_SUBST([REPLACE_ISWCNTRL]) if test $HAVE_ISWCNTRL = 0 || test $REPLACE_ISWCNTRL = 1; then dnl Redefine all of iswcntrl, ..., iswxdigit in . : fi if test $REPLACE_ISWCNTRL = 1; then REPLACE_TOWLOWER=1 else AC_CHECK_FUNCS([towlower]) if test $ac_cv_func_towlower = yes; then REPLACE_TOWLOWER=0 else AC_CHECK_DECLS([towlower],,, [[/* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #if HAVE_WCTYPE_H # include #endif ]]) if test $ac_cv_have_decl_towlower = yes; then dnl On Minix 3.1.8, the system's declares towlower() and dnl towupper() although it does not have the functions. Avoid a dnl collision with gnulib's replacement. REPLACE_TOWLOWER=1 else REPLACE_TOWLOWER=0 fi fi fi AC_SUBST([REPLACE_TOWLOWER]) if test $HAVE_ISWCNTRL = 0 || test $REPLACE_TOWLOWER = 1; then dnl Redefine towlower, towupper in . : fi dnl We assume that the wctype() and iswctype() functions exist if and only dnl if the type wctype_t is defined in or in if that dnl exists. dnl HP-UX 11.00 declares all these in and lacks . AC_CACHE_CHECK([for wctype_t], [gl_cv_type_wctype_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[/* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #if HAVE_WCTYPE_H # include #endif wctype_t a; ]], [[]])], [gl_cv_type_wctype_t=yes], [gl_cv_type_wctype_t=no]) ]) if test $gl_cv_type_wctype_t = no; then HAVE_WCTYPE_T=0 fi dnl We assume that the wctrans() and towctrans() functions exist if and only dnl if the type wctrans_t is defined in . AC_CACHE_CHECK([for wctrans_t], [gl_cv_type_wctrans_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[/* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include #include wctrans_t a; ]], [[]])], [gl_cv_type_wctrans_t=yes], [gl_cv_type_wctrans_t=no]) ]) if test $gl_cv_type_wctrans_t = no; then HAVE_WCTRANS_T=0 fi dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include # include #endif #include ]], [wctype iswctype wctrans towctrans ]) ]) AC_DEFUN([gl_WCTYPE_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_WCTYPE_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_WCTYPE_H_DEFAULTS], [ GNULIB_ISWBLANK=0; AC_SUBST([GNULIB_ISWBLANK]) GNULIB_WCTYPE=0; AC_SUBST([GNULIB_WCTYPE]) GNULIB_ISWCTYPE=0; AC_SUBST([GNULIB_ISWCTYPE]) GNULIB_WCTRANS=0; AC_SUBST([GNULIB_WCTRANS]) GNULIB_TOWCTRANS=0; AC_SUBST([GNULIB_TOWCTRANS]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_ISWBLANK=1; AC_SUBST([HAVE_ISWBLANK]) HAVE_WCTYPE_T=1; AC_SUBST([HAVE_WCTYPE_T]) HAVE_WCTRANS_T=1; AC_SUBST([HAVE_WCTRANS_T]) REPLACE_ISWBLANK=0; AC_SUBST([REPLACE_ISWBLANK]) ]) gsasl-1.8.0/gl/m4/fdopen.m40000664000000000000000000000250311746471770012177 00000000000000# fdopen.m4 serial 2 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FDOPEN], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_MSVC_INVAL]) if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then REPLACE_FDOPEN=1 else dnl Test whether fdopen() sets errno when it fails due to a bad fd argument. AC_CACHE_CHECK([whether fdopen sets errno], [gl_cv_func_fdopen_works], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include int main (void) { FILE *fp; errno = 0; fp = fdopen (-1, "r"); if (fp != NULL) return 1; if (errno == 0) return 2; return 0; }]])], [gl_cv_func_fdopen_works=yes], [gl_cv_func_fdopen_works=no], [case "$host_os" in mingw*) gl_cv_func_fdopen_works="guessing no" ;; *) gl_cv_func_fdopen_works="guessing yes" ;; esac ]) ]) case "$gl_cv_func_fdopen_works" in *no) REPLACE_FDOPEN=1 ;; esac fi ]) dnl Prerequisites of lib/fdopen.c. AC_DEFUN([gl_PREREQ_FDOPEN], []) gsasl-1.8.0/gl/m4/fpieee.m40000664000000000000000000000435611746471770012171 00000000000000# fpieee.m4 serial 2 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl IEEE 754 standardized three items: dnl - The formats of single-float and double-float - nowadays commonly dnl available as 'float' and 'double' in C and C++. dnl No autoconf test needed. dnl - The overflow and division by zero behaviour: The result are values dnl '±Inf' and 'NaN', rather than exceptions as it was before. dnl This file provides an autoconf macro for ensuring this behaviour of dnl floating-point operations. dnl - A set of conditions (overflow, underflow, inexact, etc.) which can dnl be configured to trigger an exception. dnl This cannot be done in a portable way: it depends on the compiler, dnl libc, kernel, and CPU. No autoconf macro is provided for this. dnl Ensure non-trapping behaviour of floating-point overflow and dnl floating-point division by zero. dnl (For integer overflow, see gcc's -ftrapv option; for integer division by dnl zero, see the autoconf macro in intdiv0.m4.) AC_DEFUN([gl_FP_IEEE], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) # IEEE behaviour is the default on all CPUs except Alpha and SH # (according to the test results of Bruno Haible's ieeefp/fenv_default.m4 # and the GCC 4.1.2 manual). case "$host_cpu" in alpha*) # On Alpha systems, a compiler option provides the behaviour. # See the ieee(3) manual page, also available at # if test -n "$GCC"; then # GCC has the option -mieee. # For full IEEE compliance (rarely needed), use option -mieee-with-inexact. CPPFLAGS="$CPPFLAGS -mieee" else # Compaq (ex-DEC) C has the option -ieee, equivalent to -ieee_with_no_inexact. # For full IEEE compliance (rarely needed), use option -ieee_with_inexact. CPPFLAGS="$CPPFLAGS -ieee" fi ;; sh*) if test -n "$GCC"; then # GCC has the option -mieee. CPPFLAGS="$CPPFLAGS -mieee" fi ;; esac ]) gsasl-1.8.0/gl/m4/inet_ntop.m40000664000000000000000000000415211746471770012725 00000000000000# inet_ntop.m4 serial 19 dnl Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_INET_NTOP], [ AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS]) dnl Persuade Solaris to declare inet_ntop. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([AC_C_RESTRICT]) dnl Most platforms that provide inet_ntop define it in libc. dnl Solaris 8..10 provide inet_ntop in libnsl instead. dnl Solaris 2.6..7 provide inet_ntop in libresolv instead. dnl Native Windows provides it in -lws2_32 instead, with a declaration in dnl , and it uses stdcall calling convention, not cdecl dnl (hence we cannot use AC_CHECK_FUNCS, AC_SEARCH_LIBS to find it). HAVE_INET_NTOP=1 INET_NTOP_LIB= gl_PREREQ_SYS_H_WINSOCK2 if test $HAVE_WINSOCK2_H = 1; then AC_CHECK_DECLS([inet_ntop],,, [[#include ]]) if test $ac_cv_have_decl_inet_ntop = yes; then dnl It needs to be overridden, because the stdcall calling convention dnl is not compliant with POSIX. REPLACE_INET_NTOP=1 INET_NTOP_LIB="-lws2_32" else HAVE_DECL_INET_NTOP=0 HAVE_INET_NTOP=0 fi else gl_save_LIBS=$LIBS AC_SEARCH_LIBS([inet_ntop], [nsl resolv], [], [AC_CHECK_FUNCS([inet_ntop]) if test $ac_cv_func_inet_ntop = no; then HAVE_INET_NTOP=0 fi ]) LIBS=$gl_save_LIBS if test "$ac_cv_search_inet_ntop" != "no" \ && test "$ac_cv_search_inet_ntop" != "none required"; then INET_NTOP_LIB="$ac_cv_search_inet_ntop" fi AC_CHECK_HEADERS_ONCE([netdb.h]) AC_CHECK_DECLS([inet_ntop],,, [[#include #if HAVE_NETDB_H # include #endif ]]) if test $ac_cv_have_decl_inet_ntop = no; then HAVE_DECL_INET_NTOP=0 fi fi AC_SUBST([INET_NTOP_LIB]) ]) # Prerequisites of lib/inet_ntop.c. AC_DEFUN([gl_PREREQ_INET_NTOP], [ AC_REQUIRE([gl_SOCKET_FAMILIES]) ]) gsasl-1.8.0/gl/m4/vasnprintf.m40000664000000000000000000002116711746471770013125 00000000000000# vasnprintf.m4 serial 35 dnl Copyright (C) 2002-2004, 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_VASNPRINTF], [ AC_CHECK_FUNCS_ONCE([vasnprintf]) if test $ac_cv_func_vasnprintf = no; then gl_REPLACE_VASNPRINTF fi ]) AC_DEFUN([gl_REPLACE_VASNPRINTF], [ AC_CHECK_FUNCS_ONCE([vasnprintf]) AC_LIBOBJ([vasnprintf]) AC_LIBOBJ([printf-args]) AC_LIBOBJ([printf-parse]) AC_LIBOBJ([asnprintf]) if test $ac_cv_func_vasnprintf = yes; then AC_DEFINE([REPLACE_VASNPRINTF], [1], [Define if vasnprintf exists but is overridden by gnulib.]) fi gl_PREREQ_PRINTF_ARGS gl_PREREQ_PRINTF_PARSE gl_PREREQ_VASNPRINTF gl_PREREQ_ASNPRINTF ]) # Prerequisites of lib/printf-args.h, lib/printf-args.c. AC_DEFUN([gl_PREREQ_PRINTF_ARGS], [ AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) ]) # Prerequisites of lib/printf-parse.h, lib/printf-parse.c. AC_DEFUN([gl_PREREQ_PRINTF_PARSE], [ AC_REQUIRE([gl_FEATURES_H]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) AC_REQUIRE([AC_TYPE_SIZE_T]) AC_CHECK_TYPE([ptrdiff_t], , [AC_DEFINE([ptrdiff_t], [long], [Define as the type of the result of subtracting two pointers, if the system doesn't define it.]) ]) AC_REQUIRE([gt_AC_TYPE_INTMAX_T]) ]) # Prerequisites of lib/vasnprintf.c. AC_DEFUN_ONCE([gl_PREREQ_VASNPRINTF], [ AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_FUNC_ALLOCA]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([gt_TYPE_WCHAR_T]) AC_REQUIRE([gt_TYPE_WINT_T]) AC_CHECK_FUNCS([snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb]) dnl Use the _snprintf function only if it is declared (because on NetBSD it dnl is defined as a weak alias of snprintf; we prefer to use the latter). AC_CHECK_DECLS([_snprintf], , , [[#include ]]) dnl Knowing DBL_EXPBIT0_WORD and DBL_EXPBIT0_BIT enables an optimization dnl in the code for NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_DOUBLE. AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION]) dnl We can avoid a lot of code by assuming that snprintf's return value dnl conforms to ISO C99. So check that. AC_REQUIRE([gl_SNPRINTF_RETVAL_C99]) case "$gl_cv_func_snprintf_retval_c99" in *yes) AC_DEFINE([HAVE_SNPRINTF_RETVAL_C99], [1], [Define if the return value of the snprintf function is the number of of bytes (excluding the terminating NUL) that would have been produced if the buffer had been large enough.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting 'long double' # arguments. AC_DEFUN_ONCE([gl_PREREQ_VASNPRINTF_LONG_DOUBLE], [ AC_REQUIRE([gl_PRINTF_LONG_DOUBLE]) case "$gl_cv_func_printf_long_double" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'long double' arguments.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'double' # arguments. AC_DEFUN([gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE], [ AC_REQUIRE([gl_PRINTF_INFINITE]) case "$gl_cv_func_printf_infinite" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_INFINITE_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for infinite 'double' arguments.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting infinite 'long double' # arguments. AC_DEFUN([gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE], [ AC_REQUIRE([gl_PRINTF_INFINITE_LONG_DOUBLE]) dnl There is no need to set NEED_PRINTF_INFINITE_LONG_DOUBLE if dnl NEED_PRINTF_LONG_DOUBLE is already set. AC_REQUIRE([gl_PREREQ_VASNPRINTF_LONG_DOUBLE]) case "$gl_cv_func_printf_long_double" in *yes) case "$gl_cv_func_printf_infinite_long_double" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_INFINITE_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for infinite 'long double' arguments.]) ;; esac ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 'a' directive. AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_A], [ AC_REQUIRE([gl_PRINTF_DIRECTIVE_A]) case "$gl_cv_func_printf_directive_a" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_DIRECTIVE_A], [1], [Define if the vasnprintf implementation needs special code for the 'a' and 'A' directives.]) AC_CHECK_FUNCS([nl_langinfo]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 'F' directive. AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_F], [ AC_REQUIRE([gl_PRINTF_DIRECTIVE_F]) case "$gl_cv_func_printf_directive_f" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_DIRECTIVE_F], [1], [Define if the vasnprintf implementation needs special code for the 'F' directive.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 'ls' directive. AC_DEFUN([gl_PREREQ_VASNPRINTF_DIRECTIVE_LS], [ AC_REQUIRE([gl_PRINTF_DIRECTIVE_LS]) case "$gl_cv_func_printf_directive_ls" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_DIRECTIVE_LS], [1], [Define if the vasnprintf implementation needs special code for the 'ls' directive.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the ' flag. AC_DEFUN([gl_PREREQ_VASNPRINTF_FLAG_GROUPING], [ AC_REQUIRE([gl_PRINTF_FLAG_GROUPING]) case "$gl_cv_func_printf_flag_grouping" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_FLAG_GROUPING], [1], [Define if the vasnprintf implementation needs special code for the ' flag.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the '-' flag. AC_DEFUN([gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST], [ AC_REQUIRE([gl_PRINTF_FLAG_LEFTADJUST]) case "$gl_cv_func_printf_flag_leftadjust" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_FLAG_LEFTADJUST], [1], [Define if the vasnprintf implementation needs special code for the '-' flag.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting the 0 flag. AC_DEFUN([gl_PREREQ_VASNPRINTF_FLAG_ZERO], [ AC_REQUIRE([gl_PRINTF_FLAG_ZERO]) case "$gl_cv_func_printf_flag_zero" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_FLAG_ZERO], [1], [Define if the vasnprintf implementation needs special code for the 0 flag.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for supporting large precisions. AC_DEFUN([gl_PREREQ_VASNPRINTF_PRECISION], [ AC_REQUIRE([gl_PRINTF_PRECISION]) case "$gl_cv_func_printf_precision" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_UNBOUNDED_PRECISION], [1], [Define if the vasnprintf implementation needs special code for supporting large precisions without arbitrary bounds.]) AC_DEFINE([NEED_PRINTF_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'double' arguments.]) AC_DEFINE([NEED_PRINTF_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'long double' arguments.]) ;; esac ]) # Extra prerequisites of lib/vasnprintf.c for surviving out-of-memory # conditions. AC_DEFUN([gl_PREREQ_VASNPRINTF_ENOMEM], [ AC_REQUIRE([gl_PRINTF_ENOMEM]) case "$gl_cv_func_printf_enomem" in *yes) ;; *) AC_DEFINE([NEED_PRINTF_ENOMEM], [1], [Define if the vasnprintf implementation needs special code for surviving out-of-memory conditions.]) AC_DEFINE([NEED_PRINTF_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'double' arguments.]) AC_DEFINE([NEED_PRINTF_LONG_DOUBLE], [1], [Define if the vasnprintf implementation needs special code for 'long double' arguments.]) ;; esac ]) # Prerequisites of lib/vasnprintf.c including all extras for POSIX compliance. AC_DEFUN([gl_PREREQ_VASNPRINTF_WITH_EXTRAS], [ AC_REQUIRE([gl_PREREQ_VASNPRINTF]) gl_PREREQ_VASNPRINTF_LONG_DOUBLE gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE gl_PREREQ_VASNPRINTF_DIRECTIVE_A gl_PREREQ_VASNPRINTF_DIRECTIVE_F gl_PREREQ_VASNPRINTF_DIRECTIVE_LS gl_PREREQ_VASNPRINTF_FLAG_GROUPING gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST gl_PREREQ_VASNPRINTF_FLAG_ZERO gl_PREREQ_VASNPRINTF_PRECISION gl_PREREQ_VASNPRINTF_ENOMEM ]) # Prerequisites of lib/asnprintf.c. AC_DEFUN([gl_PREREQ_ASNPRINTF], [ ]) gsasl-1.8.0/gl/m4/realloc.m40000664000000000000000000000475311754207010012335 00000000000000# realloc.m4 serial 13 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. m4_version_prereq([2.70], [] ,[ # This is taken from the following Autoconf patch: # http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7fbb553727ed7e0e689a17594b58559ecf3ea6e9 AC_DEFUN([_AC_FUNC_REALLOC_IF], [ AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl for cross-compiles AC_CHECK_HEADERS([stdlib.h]) AC_CACHE_CHECK([for GNU libc compatible realloc], [ac_cv_func_realloc_0_nonnull], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#if defined STDC_HEADERS || defined HAVE_STDLIB_H # include #else char *realloc (); #endif ]], [[return ! realloc (0, 0);]]) ], [ac_cv_func_realloc_0_nonnull=yes], [ac_cv_func_realloc_0_nonnull=no], [case "$host_os" in # Guess yes on platforms where we know the result. *-gnu* | freebsd* | netbsd* | openbsd* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_realloc_0_nonnull=yes ;; # If we don't know, assume the worst. *) ac_cv_func_realloc_0_nonnull=no ;; esac ]) ]) AS_IF([test $ac_cv_func_realloc_0_nonnull = yes], [$1], [$2]) ])# AC_FUNC_REALLOC ]) # gl_FUNC_REALLOC_GNU # ------------------- # Test whether 'realloc (0, 0)' is handled like in GNU libc, and replace # realloc if it is not. AC_DEFUN([gl_FUNC_REALLOC_GNU], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) dnl _AC_FUNC_REALLOC_IF is defined in Autoconf. _AC_FUNC_REALLOC_IF( [AC_DEFINE([HAVE_REALLOC_GNU], [1], [Define to 1 if your system has a GNU libc compatible 'realloc' function, and to 0 otherwise.])], [AC_DEFINE([HAVE_REALLOC_GNU], [0]) REPLACE_REALLOC=1 ]) ])# gl_FUNC_REALLOC_GNU # gl_FUNC_REALLOC_POSIX # --------------------- # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it # fails), and replace realloc if it is not. AC_DEFUN([gl_FUNC_REALLOC_POSIX], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_REQUIRE([gl_CHECK_MALLOC_POSIX]) if test $gl_cv_func_malloc_posix = yes; then AC_DEFINE([HAVE_REALLOC_POSIX], [1], [Define if the 'realloc' function is POSIX compliant.]) else REPLACE_REALLOC=1 fi ]) gsasl-1.8.0/gl/m4/getaddrinfo.m40000664000000000000000000001350711746471770013220 00000000000000# getaddrinfo.m4 serial 29 dnl Copyright (C) 2004-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GETADDRINFO], [ AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H AC_REQUIRE([gl_HEADER_NETDB])dnl for HAVE_NETDB_H AC_MSG_NOTICE([checking how to do getaddrinfo, freeaddrinfo and getnameinfo]) GETADDRINFO_LIB= gai_saved_LIBS="$LIBS" dnl Where is getaddrinfo()? dnl - On Solaris, it is in libsocket. dnl - On Haiku, it is in libnetwork. dnl - On BeOS, it is in libnet. dnl - On native Windows, it is in ws2_32.dll. dnl - Otherwise it is in libc. AC_SEARCH_LIBS([getaddrinfo], [socket network net], [if test "$ac_cv_search_getaddrinfo" != "none required"; then GETADDRINFO_LIB="$ac_cv_search_getaddrinfo" fi]) LIBS="$gai_saved_LIBS $GETADDRINFO_LIB" HAVE_GETADDRINFO=1 AC_CACHE_CHECK([for getaddrinfo], [gl_cv_func_getaddrinfo], [ AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #include ]], [[getaddrinfo("", "", NULL, NULL);]])], [gl_cv_func_getaddrinfo=yes], [gl_cv_func_getaddrinfo=no])]) if test $gl_cv_func_getaddrinfo = no; then AC_CACHE_CHECK([for getaddrinfo in ws2tcpip.h and -lws2_32], gl_cv_w32_getaddrinfo, [ gl_cv_w32_getaddrinfo=no am_save_LIBS="$LIBS" LIBS="$LIBS -lws2_32" AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #ifdef HAVE_WS2TCPIP_H #include #endif #include ]], [[getaddrinfo(NULL, NULL, NULL, NULL);]])], [gl_cv_w32_getaddrinfo=yes]) LIBS="$am_save_LIBS" ]) if test "$gl_cv_w32_getaddrinfo" = "yes"; then GETADDRINFO_LIB="-lws2_32" LIBS="$gai_saved_LIBS $GETADDRINFO_LIB" else HAVE_GETADDRINFO=0 fi fi # We can't use AC_REPLACE_FUNCS here because gai_strerror may be an # inline function declared in ws2tcpip.h, so we need to get that # header included somehow. AC_CHECK_DECLS([gai_strerror], [], [], [[ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif #include ]]) if test $ac_cv_have_decl_gai_strerror = yes; then AC_CHECK_DECLS([gai_strerrorA], [], [], [[ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif #include ]]) dnl check for correct signature AC_CACHE_CHECK([for gai_strerror with POSIX signature], [gl_cv_func_gai_strerror_posix_signature], [ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif #include extern #ifdef __cplusplus "C" #endif const char *gai_strerror(int);]])], [gl_cv_func_gai_strerror_posix_signature=yes], [gl_cv_func_gai_strerror_posix_signature=no])]) if test $gl_cv_func_gai_strerror_posix_signature = no; then REPLACE_GAI_STRERROR=1 fi fi LIBS="$gai_saved_LIBS" gl_PREREQ_GETADDRINFO AC_SUBST([GETADDRINFO_LIB]) ]) # Prerequisites of lib/netdb.in.h and lib/getaddrinfo.c. AC_DEFUN([gl_PREREQ_GETADDRINFO], [ AC_REQUIRE([gl_NETDB_H_DEFAULTS]) AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H AC_REQUIRE([gl_HOSTENT]) dnl for HOSTENT_LIB AC_REQUIRE([gl_SERVENT]) dnl for SERVENT_LIB AC_REQUIRE([gl_FUNC_INET_NTOP]) dnl for INET_NTOP_LIB AC_REQUIRE([AC_C_RESTRICT]) AC_REQUIRE([gl_SOCKET_FAMILIES]) AC_REQUIRE([gl_HEADER_SYS_SOCKET]) AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) dnl Including sys/socket.h is wrong for Windows, but Windows does not dnl have sa_len so the result is correct anyway. AC_CHECK_MEMBERS([struct sockaddr.sa_len], , , [ #include #include ]) AC_CHECK_HEADERS_ONCE([netinet/in.h]) AC_CHECK_DECLS([getaddrinfo, freeaddrinfo, getnameinfo],,,[[ /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif ]]) if test $ac_cv_have_decl_getaddrinfo = no; then HAVE_DECL_GETADDRINFO=0 fi if test $ac_cv_have_decl_freeaddrinfo = no; then HAVE_DECL_FREEADDRINFO=0 fi if test $ac_cv_have_decl_gai_strerror = no; then HAVE_DECL_GAI_STRERROR=0 fi if test $ac_cv_have_decl_getnameinfo = no; then HAVE_DECL_GETNAMEINFO=0 fi AC_CHECK_TYPES([struct addrinfo],,,[ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETDB_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif ]) if test $ac_cv_type_struct_addrinfo = no; then HAVE_STRUCT_ADDRINFO=0 fi dnl Append $HOSTENT_LIB to GETADDRINFO_LIB, avoiding gratuitous duplicates. case " $GETADDRINFO_LIB " in *" $HOSTENT_LIB "*) ;; *) GETADDRINFO_LIB="$GETADDRINFO_LIB $HOSTENT_LIB" ;; esac dnl Append $SERVENT_LIB to GETADDRINFO_LIB, avoiding gratuitous duplicates. case " $GETADDRINFO_LIB " in *" $SERVENT_LIB "*) ;; *) GETADDRINFO_LIB="$GETADDRINFO_LIB $SERVENT_LIB" ;; esac dnl Append $INET_NTOP_LIB to GETADDRINFO_LIB, avoiding gratuitous duplicates. case " $GETADDRINFO_LIB " in *" $INET_NTOP_LIB "*) ;; *) GETADDRINFO_LIB="$GETADDRINFO_LIB $INET_NTOP_LIB" ;; esac ]) gsasl-1.8.0/gl/m4/wctomb.m40000664000000000000000000000071411746471770012221 00000000000000# wctomb.m4 serial 2 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_WCTOMB], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) if false; then REPLACE_WCTOMB=1 fi ]) # Prerequisites of lib/wctomb.c. AC_DEFUN([gl_PREREQ_WCTOMB], [ : ]) gsasl-1.8.0/gl/m4/dup2.m40000664000000000000000000000526111754207010011561 00000000000000#serial 18 dnl Copyright (C) 2002, 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_DUP2], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) m4_ifdef([gl_FUNC_DUP2_OBSOLETE], [ AC_CHECK_FUNCS_ONCE([dup2]) if test $ac_cv_func_dup2 = no; then HAVE_DUP2=0 fi ], [ AC_DEFINE([HAVE_DUP2], [1], [Define to 1 if you have the 'dup2' function.]) ]) if test $HAVE_DUP2 = 1; then AC_CACHE_CHECK([whether dup2 works], [gl_cv_func_dup2_works], [AC_RUN_IFELSE([ AC_LANG_PROGRAM([[#include #include #include ]], [int result = 0; #ifdef FD_CLOEXEC if (fcntl (1, F_SETFD, FD_CLOEXEC) == -1) result |= 1; #endif if (dup2 (1, 1) == 0) result |= 2; #ifdef FD_CLOEXEC if (fcntl (1, F_GETFD) != FD_CLOEXEC) result |= 4; #endif close (0); if (dup2 (0, 0) != -1) result |= 8; /* Many gnulib modules require POSIX conformance of EBADF. */ if (dup2 (2, 1000000) == -1 && errno != EBADF) result |= 16; return result; ]) ], [gl_cv_func_dup2_works=yes], [gl_cv_func_dup2_works=no], [case "$host_os" in mingw*) # on this platform, dup2 always returns 0 for success gl_cv_func_dup2_works="guessing no" ;; cygwin*) # on cygwin 1.5.x, dup2(1,1) returns 0 gl_cv_func_dup2_works="guessing no" ;; linux*) # On linux between 2008-07-27 and 2009-05-11, dup2 of a # closed fd may yield -EBADF instead of -1 / errno=EBADF. gl_cv_func_dup2_works="guessing no" ;; freebsd*) # on FreeBSD 6.1, dup2(1,1000000) gives EMFILE, not EBADF. gl_cv_func_dup2_works="guessing no" ;; haiku*) # on Haiku alpha 2, dup2(1, 1) resets FD_CLOEXEC. gl_cv_func_dup2_works="guessing no" ;; *) gl_cv_func_dup2_works="guessing yes" ;; esac]) ]) case "$gl_cv_func_dup2_works" in *yes) ;; *) REPLACE_DUP2=1 ;; esac fi dnl Replace dup2() for supporting the gnulib-defined fchdir() function, dnl to keep fchdir's bookkeeping up-to-date. m4_ifdef([gl_FUNC_FCHDIR], [ gl_TEST_FCHDIR if test $HAVE_FCHDIR = 0; then if test $HAVE_DUP2 = 1; then REPLACE_DUP2=1 fi fi ]) ]) # Prerequisites of lib/dup2.c. AC_DEFUN([gl_PREREQ_DUP2], []) gsasl-1.8.0/gl/m4/ssize_t.m40000664000000000000000000000146311746471770012410 00000000000000# ssize_t.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2001-2003, 2006, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether ssize_t is defined. AC_DEFUN([gt_TYPE_SSIZE_T], [ AC_CACHE_CHECK([for ssize_t], [gt_cv_ssize_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[int x = sizeof (ssize_t *) + sizeof (ssize_t); return !x;]])], [gt_cv_ssize_t=yes], [gt_cv_ssize_t=no])]) if test $gt_cv_ssize_t = no; then AC_DEFINE([ssize_t], [int], [Define as a signed type of the same size as size_t.]) fi ]) gsasl-1.8.0/gl/m4/getpass.m40000664000000000000000000000356011746471770012376 00000000000000# getpass.m4 serial 14 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Provide a getpass() function if the system doesn't have it. AC_DEFUN([gl_FUNC_GETPASS], [ dnl Persuade Solaris and to declare getpass(). AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_CHECK_FUNCS([getpass]) AC_CHECK_DECLS_ONCE([getpass]) if test $ac_cv_func_getpass = yes; then HAVE_GETPASS=1 else HAVE_GETPASS=0 fi ]) # Provide the GNU getpass() implementation. It supports passwords of # arbitrary length (not just 8 bytes as on HP-UX). AC_DEFUN([gl_FUNC_GETPASS_GNU], [ dnl Persuade Solaris and to declare getpass(). AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([getpass]) dnl TODO: Detect when GNU getpass() is already found in glibc. REPLACE_GETPASS=1 if test $REPLACE_GETPASS = 1; then dnl We must choose a different name for our function, since on ELF systems dnl an unusable getpass() in libc.so would override our getpass() if it is dnl compiled into a shared library. AC_DEFINE([getpass], [gnu_getpass], [Define to a replacement function name for getpass().]) fi ]) # Prerequisites of lib/getpass.c. AC_DEFUN([gl_PREREQ_GETPASS], [ AC_CHECK_HEADERS_ONCE([stdio_ext.h termios.h]) AC_CHECK_FUNCS_ONCE([__fsetlocking tcgetattr tcsetattr]) AC_CHECK_DECLS([__fsetlocking],,, [[#include #if HAVE_STDIO_EXT_H #include #endif]]) AC_CHECK_DECLS_ONCE([fflush_unlocked]) AC_CHECK_DECLS_ONCE([flockfile]) AC_CHECK_DECLS_ONCE([fputs_unlocked]) AC_CHECK_DECLS_ONCE([funlockfile]) AC_CHECK_DECLS_ONCE([putc_unlocked]) : ]) gsasl-1.8.0/gl/m4/inline.m40000664000000000000000000000315411746471770012205 00000000000000# inline.m4 serial 4 dnl Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Test for the 'inline' keyword or equivalent. dnl Define 'inline' to a supported equivalent, or to nothing if not supported, dnl like AC_C_INLINE does. Also, define HAVE_INLINE if 'inline' or an dnl equivalent is effectively supported, i.e. if the compiler is likely to dnl drop unused 'static inline' functions. AC_DEFUN([gl_INLINE], [ AC_REQUIRE([AC_C_INLINE]) AC_CACHE_CHECK([whether the compiler generally respects inline], [gl_cv_c_inline_effective], [if test $ac_cv_c_inline = no; then gl_cv_c_inline_effective=no else dnl GCC defines __NO_INLINE__ if not optimizing or if -fno-inline is dnl specified. dnl Use AC_COMPILE_IFELSE here, not AC_EGREP_CPP, because the result dnl depends on optimization flags, which can be in CFLAGS. dnl (AC_EGREP_CPP looks only at the CPPFLAGS.) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[]], [[#ifdef __NO_INLINE__ #error "inline is not effective" #endif]])], [gl_cv_c_inline_effective=yes], [gl_cv_c_inline_effective=no]) fi ]) if test $gl_cv_c_inline_effective = yes; then AC_DEFINE([HAVE_INLINE], [1], [Define to 1 if the compiler supports one of the keywords 'inline', '__inline__', '__inline' and effectively inlines functions marked as such.]) fi ]) gsasl-1.8.0/gl/m4/select.m40000664000000000000000000000417711746471770012214 00000000000000# select.m4 serial 6 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_SELECT], [ AC_REQUIRE([gl_HEADER_SYS_SELECT]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_REQUIRE([gl_SOCKETS]) if test "$ac_cv_header_winsock2_h" = yes; then REPLACE_SELECT=1 else dnl On Interix 3.5, select(0, NULL, NULL, NULL, timeout) fails with error dnl EFAULT. AC_CHECK_HEADERS_ONCE([sys/select.h]) AC_CACHE_CHECK([whether select supports a 0 argument], [gl_cv_func_select_supports0], [ AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include #include #if HAVE_SYS_SELECT_H #include #endif int main () { struct timeval timeout; timeout.tv_sec = 0; timeout.tv_usec = 5; return select (0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &timeout) < 0; }]])], [gl_cv_func_select_supports0=yes], [gl_cv_func_select_supports0=no], [ changequote(,)dnl case "$host_os" in # Guess no on Interix. interix*) gl_cv_func_select_supports0="guessing no";; # Guess yes otherwise. *) gl_cv_func_select_supports0="guessing yes";; esac changequote([,])dnl ]) ]) case "$gl_cv_func_select_supports0" in *yes) ;; *) REPLACE_SELECT=1 ;; esac fi dnl Determine the needed libraries. LIB_SELECT="$LIBSOCKET" if test $REPLACE_SELECT = 1; then case "$host_os" in mingw*) dnl On the MSVC platform, the function MsgWaitForMultipleObjects dnl (used in lib/select.c) requires linking with -luser32. On mingw, dnl it is implicit. AC_LINK_IFELSE( [AC_LANG_SOURCE([[ #define WIN32_LEAN_AND_MEAN #include int main () { MsgWaitForMultipleObjects (0, NULL, 0, 0, 0); return 0; }]])], [], [LIB_SELECT="$LIB_SELECT -luser32"]) ;; esac fi AC_SUBST([LIB_SELECT]) ]) gsasl-1.8.0/gl/m4/mbrtowc.m40000664000000000000000000004153711746471770012413 00000000000000# mbrtowc.m4 serial 25 dnl Copyright (C) 2001-2002, 2004-2005, 2008-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_MBRTOWC], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_REQUIRE([AC_TYPE_MBSTATE_T]) gl_MBSTATE_T_BROKEN AC_CHECK_FUNCS_ONCE([mbrtowc]) if test $ac_cv_func_mbrtowc = no; then HAVE_MBRTOWC=0 AC_CHECK_DECLS([mbrtowc],,, [[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include ]]) if test $ac_cv_have_decl_mbrtowc = yes; then dnl On Minix 3.1.8, the system's declares mbrtowc() although dnl it does not have the function. Avoid a collision with gnulib's dnl replacement. REPLACE_MBRTOWC=1 fi else if test $REPLACE_MBSTATE_T = 1; then REPLACE_MBRTOWC=1 else gl_MBRTOWC_NULL_ARG1 gl_MBRTOWC_NULL_ARG2 gl_MBRTOWC_RETVAL gl_MBRTOWC_NUL_RETVAL case "$gl_cv_func_mbrtowc_null_arg1" in *yes) ;; *) AC_DEFINE([MBRTOWC_NULL_ARG1_BUG], [1], [Define if the mbrtowc function has the NULL pwc argument bug.]) REPLACE_MBRTOWC=1 ;; esac case "$gl_cv_func_mbrtowc_null_arg2" in *yes) ;; *) AC_DEFINE([MBRTOWC_NULL_ARG2_BUG], [1], [Define if the mbrtowc function has the NULL string argument bug.]) REPLACE_MBRTOWC=1 ;; esac case "$gl_cv_func_mbrtowc_retval" in *yes) ;; *) AC_DEFINE([MBRTOWC_RETVAL_BUG], [1], [Define if the mbrtowc function returns a wrong return value.]) REPLACE_MBRTOWC=1 ;; esac case "$gl_cv_func_mbrtowc_nul_retval" in *yes) ;; *) AC_DEFINE([MBRTOWC_NUL_RETVAL_BUG], [1], [Define if the mbrtowc function does not return 0 for a NUL character.]) REPLACE_MBRTOWC=1 ;; esac fi fi ]) dnl Test whether mbsinit() and mbrtowc() need to be overridden in a way that dnl redefines the semantics of the given mbstate_t type. dnl Result is REPLACE_MBSTATE_T. dnl When this is set to 1, we replace both mbsinit() and mbrtowc(), in order to dnl avoid inconsistencies. AC_DEFUN([gl_MBSTATE_T_BROKEN], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_REQUIRE([AC_TYPE_MBSTATE_T]) AC_CHECK_FUNCS_ONCE([mbsinit]) AC_CHECK_FUNCS_ONCE([mbrtowc]) if test $ac_cv_func_mbsinit = yes && test $ac_cv_func_mbrtowc = yes; then gl_MBRTOWC_INCOMPLETE_STATE gl_MBRTOWC_SANITYCHECK REPLACE_MBSTATE_T=0 case "$gl_cv_func_mbrtowc_incomplete_state" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac case "$gl_cv_func_mbrtowc_sanitycheck" in *yes) ;; *) REPLACE_MBSTATE_T=1 ;; esac else REPLACE_MBSTATE_T=1 fi ]) dnl Test whether mbrtowc puts the state into non-initial state when parsing an dnl incomplete multibyte character. dnl Result is gl_cv_func_mbrtowc_incomplete_state. AC_DEFUN([gl_MBRTOWC_INCOMPLETE_STATE], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_JA]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether mbrtowc handles incomplete characters], [gl_cv_func_mbrtowc_incomplete_state], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on AIX and OSF/1. aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_JA != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { const char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) if (mbsinit (&state)) return 1; } return 0; }]])], [gl_cv_func_mbrtowc_incomplete_state=yes], [gl_cv_func_mbrtowc_incomplete_state=no], [:]) fi ]) ]) dnl Test whether mbrtowc works not worse than mbtowc. dnl Result is gl_cv_func_mbrtowc_sanitycheck. AC_DEFUN([gl_MBRTOWC_SANITYCHECK], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_ZH_CN]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether mbrtowc works as well as mbtowc], [gl_cv_func_mbrtowc_sanitycheck], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on Solaris 8. solaris2.8) gl_cv_func_mbrtowc_sanitycheck="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_sanitycheck="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_ZH_CN != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { /* This fails on Solaris 8: mbrtowc returns 2, and sets wc to 0x00F0. mbtowc returns 4 (correct) and sets wc to 0x5EDC. */ if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 6, &state) != 4 && mbtowc (&wc, input + 3, 6) == 4) return 1; } return 0; }]])], [gl_cv_func_mbrtowc_sanitycheck=yes], [gl_cv_func_mbrtowc_sanitycheck=no], [:]) fi ]) ]) dnl Test whether mbrtowc supports a NULL pwc argument correctly. dnl Result is gl_cv_func_mbrtowc_null_arg1. AC_DEFUN([gl_MBRTOWC_NULL_ARG1], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_FR_UTF8]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether mbrtowc handles a NULL pwc argument], [gl_cv_func_mbrtowc_null_arg1], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on Solaris. solaris*) gl_cv_func_mbrtowc_null_arg1="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_null_arg1="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_FR_UTF8 != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { int result = 0; if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { char input[] = "\303\237er"; mbstate_t state; wchar_t wc; size_t ret; memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 5, &state); if (ret != 2) result |= 1; if (!mbsinit (&state)) result |= 2; memset (&state, '\0', sizeof (mbstate_t)); ret = mbrtowc (NULL, input, 5, &state); if (ret != 2) /* Solaris 7 fails here: ret is -1. */ result |= 4; if (!mbsinit (&state)) result |= 8; } return result; }]])], [gl_cv_func_mbrtowc_null_arg1=yes], [gl_cv_func_mbrtowc_null_arg1=no], [:]) fi ]) ]) dnl Test whether mbrtowc supports a NULL string argument correctly. dnl Result is gl_cv_func_mbrtowc_null_arg2. AC_DEFUN([gl_MBRTOWC_NULL_ARG2], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_FR_UTF8]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether mbrtowc handles a NULL string argument], [gl_cv_func_mbrtowc_null_arg2], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on OSF/1. osf*) gl_cv_func_mbrtowc_null_arg2="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_null_arg2="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_FR_UTF8 != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { mbstate_t state; wchar_t wc; int ret; memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; mbrtowc (&wc, NULL, 5, &state); /* Check that wc was not modified. */ if (wc != (wchar_t) 0xBADFACE) return 1; } return 0; }]])], [gl_cv_func_mbrtowc_null_arg2=yes], [gl_cv_func_mbrtowc_null_arg2=no], [:]) fi ]) ]) dnl Test whether mbrtowc, when parsing the end of a multibyte character, dnl correctly returns the number of bytes that were needed to complete the dnl character (not the total number of bytes of the multibyte character). dnl Result is gl_cv_func_mbrtowc_retval. AC_DEFUN([gl_MBRTOWC_RETVAL], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_FR_UTF8]) AC_REQUIRE([gt_LOCALE_JA]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_CACHE_CHECK([whether mbrtowc has a correct return value], [gl_cv_func_mbrtowc_retval], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on HP-UX, Solaris, native Windows. hpux* | solaris* | mingw*) gl_cv_func_mbrtowc_retval="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_retval="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none \ || { case "$host_os" in mingw*) true;; *) false;; esac; }; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { int result = 0; int found_some_locale = 0; /* This fails on Solaris. */ if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { char input[] = "B\303\274\303\237er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) { input[1] = '\0'; if (mbrtowc (&wc, input + 2, 5, &state) != 1) result |= 1; } found_some_locale = 1; } /* This fails on HP-UX 11.11. */ if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { char input[] = "B\217\253\344\217\251\316er"; /* "Büßer" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) { input[1] = '\0'; if (mbrtowc (&wc, input + 2, 5, &state) != 2) result |= 2; } found_some_locale = 1; } /* This fails on native Windows. */ if (setlocale (LC_ALL, "Japanese_Japan.932") != NULL) { char input[] = "<\223\372\226\173\214\352>"; /* "<日本語>" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2)) { input[3] = '\0'; if (mbrtowc (&wc, input + 4, 4, &state) != 1) result |= 4; } found_some_locale = 1; } if (setlocale (LC_ALL, "Chinese_Taiwan.950") != NULL) { char input[] = "<\244\351\245\273\273\171>"; /* "<日本語>" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2)) { input[3] = '\0'; if (mbrtowc (&wc, input + 4, 4, &state) != 1) result |= 8; } found_some_locale = 1; } if (setlocale (LC_ALL, "Chinese_China.936") != NULL) { char input[] = "<\310\325\261\276\325\132>"; /* "<日本語>" */ mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, input + 3, 1, &state) == (size_t)(-2)) { input[3] = '\0'; if (mbrtowc (&wc, input + 4, 4, &state) != 1) result |= 16; } found_some_locale = 1; } return (found_some_locale ? result : 77); }]])], [gl_cv_func_mbrtowc_retval=yes], [if test $? != 77; then gl_cv_func_mbrtowc_retval=no fi ], [:]) fi ]) ]) dnl Test whether mbrtowc, when parsing a NUL character, correctly returns 0. dnl Result is gl_cv_func_mbrtowc_nul_retval. AC_DEFUN([gl_MBRTOWC_NUL_RETVAL], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_ZH_CN]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether mbrtowc returns 0 when parsing a NUL character], [gl_cv_func_mbrtowc_nul_retval], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on Solaris 8 and 9. solaris2.[89]) gl_cv_func_mbrtowc_nul_retval="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_mbrtowc_nul_retval="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_ZH_CN != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { /* This fails on Solaris 8 and 9. */ if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, "", 1, &state) != 0) return 1; } return 0; }]])], [gl_cv_func_mbrtowc_nul_retval=yes], [gl_cv_func_mbrtowc_nul_retval=no], [:]) fi ]) ]) # Prerequisites of lib/mbrtowc.c. AC_DEFUN([gl_PREREQ_MBRTOWC], [ : ]) dnl From Paul Eggert dnl This is an override of an autoconf macro. AC_DEFUN([AC_FUNC_MBRTOWC], [ dnl Same as AC_FUNC_MBRTOWC in autoconf-2.60. AC_CACHE_CHECK([whether mbrtowc and mbstate_t are properly declared], gl_cv_func_mbrtowc, [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[/* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include ]], [[wchar_t wc; char const s[] = ""; size_t n = 1; mbstate_t state; return ! (sizeof state && (mbrtowc) (&wc, s, n, &state));]])], gl_cv_func_mbrtowc=yes, gl_cv_func_mbrtowc=no)]) if test $gl_cv_func_mbrtowc = yes; then AC_DEFINE([HAVE_MBRTOWC], [1], [Define to 1 if mbrtowc and mbstate_t are properly declared.]) fi ]) gsasl-1.8.0/gl/m4/error.m40000664000000000000000000000154411746471770012061 00000000000000#serial 14 # Copyright (C) 1996-1998, 2001-2004, 2009-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ERROR], [ dnl We don't use AC_FUNC_ERROR_AT_LINE any more, because it is no longer dnl maintained in Autoconf and because it invokes AC_LIBOBJ. AC_CACHE_CHECK([for error_at_line], [ac_cv_lib_error_at_line], [AC_LINK_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[error_at_line (0, 0, "", 0, "an error occurred");]])], [ac_cv_lib_error_at_line=yes], [ac_cv_lib_error_at_line=no])]) ]) # Prerequisites of lib/error.c. AC_DEFUN([gl_PREREQ_ERROR], [ AC_REQUIRE([AC_FUNC_STRERROR_R]) AC_REQUIRE([AC_C_INLINE]) : ]) gsasl-1.8.0/gl/m4/thread.m40000664000000000000000000000101511746471770012170 00000000000000# thread.m4 serial 2 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_THREAD], [ AC_REQUIRE([gl_THREADLIB]) AC_REQUIRE([AC_C_INLINE]) if test $gl_threads_api = posix; then gl_save_LIBS="$LIBS" LIBS="$LIBS $LIBMULTITHREAD" AC_CHECK_FUNCS([pthread_atfork]) LIBS="$gl_save_LIBS" fi ]) gsasl-1.8.0/gl/m4/malloca.m40000664000000000000000000000110111746471770012325 00000000000000# malloca.m4 serial 1 dnl Copyright (C) 2003-2004, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MALLOCA], [ dnl Use the autoconf tests for alloca(), but not the AC_SUBSTed variables dnl @ALLOCA@ and @LTALLOCA@. dnl gl_FUNC_ALLOCA dnl Already brought in by the module dependencies. AC_REQUIRE([gl_EEMALLOC]) AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) ]) gsasl-1.8.0/gl/m4/wchar_h.m40000664000000000000000000002224011746471770012337 00000000000000dnl A placeholder for ISO C99 , for platforms that have issues. dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Eric Blake. # wchar_h.m4 serial 39 AC_DEFUN([gl_WCHAR_H], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_REQUIRE([gl_WCHAR_H_INLINE_OK]) dnl Prepare for creating substitute . dnl Check for (missing in Linux uClibc when built without wide dnl character support). dnl is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([wchar.h]) if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi AC_SUBST([HAVE_WCHAR_H]) AC_REQUIRE([gl_FEATURES_H]) AC_REQUIRE([gt_TYPE_WINT_T]) if test $gt_cv_c_wint_t = yes; then HAVE_WINT_T=1 else HAVE_WINT_T=0 fi AC_SUBST([HAVE_WINT_T]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include # include # include #endif #include ]], [btowc wctob mbsinit mbrtowc mbrlen mbsrtowcs mbsnrtowcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp wcsncmp wcscasecmp wcsncasecmp wcscoll wcsxfrm wcsdup wcschr wcsrchr wcscspn wcsspn wcspbrk wcsstr wcstok wcswidth ]) ]) dnl Check whether is usable at all. AC_DEFUN([gl_WCHAR_H_INLINE_OK], [ dnl Test whether suffers due to the transition from '__inline' to dnl 'gnu_inline'. See dnl and . In summary, dnl glibc version 2.5 or older, together with gcc version 4.3 or newer and dnl the option -std=c99 or -std=gnu99, leads to a broken . AC_CACHE_CHECK([whether uses 'inline' correctly], [gl_cv_header_wchar_h_correct_inline], [gl_cv_header_wchar_h_correct_inline=yes AC_LANG_CONFTEST([ AC_LANG_SOURCE([[#define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include extern int zero (void); int main () { return zero(); } ]])]) if AC_TRY_EVAL([ac_compile]); then mv conftest.$ac_objext conftest1.$ac_objext AC_LANG_CONFTEST([ AC_LANG_SOURCE([[#define wcstod renamed_wcstod /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int zero (void) { return 0; } ]])]) if AC_TRY_EVAL([ac_compile]); then mv conftest.$ac_objext conftest2.$ac_objext if $CC -o conftest$ac_exeext $CFLAGS $LDFLAGS conftest1.$ac_objext conftest2.$ac_objext $LIBS >&AS_MESSAGE_LOG_FD 2>&1; then : else gl_cv_header_wchar_h_correct_inline=no fi fi fi rm -f conftest1.$ac_objext conftest2.$ac_objext conftest$ac_exeext ]) if test $gl_cv_header_wchar_h_correct_inline = no; then AC_MSG_ERROR([ cannot be used with this compiler ($CC $CFLAGS $CPPFLAGS). This is a known interoperability problem of glibc <= 2.5 with gcc >= 4.3 in C99 mode. You have four options: - Add the flag -fgnu89-inline to CC and reconfigure, or - Fix your include files, using parts of , or - Use a gcc version older than 4.3, or - Don't use the flags -std=c99 or -std=gnu99. Configuration aborted.]) fi ]) AC_DEFUN([gl_WCHAR_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_WCHAR_H_DEFAULTS], [ GNULIB_BTOWC=0; AC_SUBST([GNULIB_BTOWC]) GNULIB_WCTOB=0; AC_SUBST([GNULIB_WCTOB]) GNULIB_MBSINIT=0; AC_SUBST([GNULIB_MBSINIT]) GNULIB_MBRTOWC=0; AC_SUBST([GNULIB_MBRTOWC]) GNULIB_MBRLEN=0; AC_SUBST([GNULIB_MBRLEN]) GNULIB_MBSRTOWCS=0; AC_SUBST([GNULIB_MBSRTOWCS]) GNULIB_MBSNRTOWCS=0; AC_SUBST([GNULIB_MBSNRTOWCS]) GNULIB_WCRTOMB=0; AC_SUBST([GNULIB_WCRTOMB]) GNULIB_WCSRTOMBS=0; AC_SUBST([GNULIB_WCSRTOMBS]) GNULIB_WCSNRTOMBS=0; AC_SUBST([GNULIB_WCSNRTOMBS]) GNULIB_WCWIDTH=0; AC_SUBST([GNULIB_WCWIDTH]) GNULIB_WMEMCHR=0; AC_SUBST([GNULIB_WMEMCHR]) GNULIB_WMEMCMP=0; AC_SUBST([GNULIB_WMEMCMP]) GNULIB_WMEMCPY=0; AC_SUBST([GNULIB_WMEMCPY]) GNULIB_WMEMMOVE=0; AC_SUBST([GNULIB_WMEMMOVE]) GNULIB_WMEMSET=0; AC_SUBST([GNULIB_WMEMSET]) GNULIB_WCSLEN=0; AC_SUBST([GNULIB_WCSLEN]) GNULIB_WCSNLEN=0; AC_SUBST([GNULIB_WCSNLEN]) GNULIB_WCSCPY=0; AC_SUBST([GNULIB_WCSCPY]) GNULIB_WCPCPY=0; AC_SUBST([GNULIB_WCPCPY]) GNULIB_WCSNCPY=0; AC_SUBST([GNULIB_WCSNCPY]) GNULIB_WCPNCPY=0; AC_SUBST([GNULIB_WCPNCPY]) GNULIB_WCSCAT=0; AC_SUBST([GNULIB_WCSCAT]) GNULIB_WCSNCAT=0; AC_SUBST([GNULIB_WCSNCAT]) GNULIB_WCSCMP=0; AC_SUBST([GNULIB_WCSCMP]) GNULIB_WCSNCMP=0; AC_SUBST([GNULIB_WCSNCMP]) GNULIB_WCSCASECMP=0; AC_SUBST([GNULIB_WCSCASECMP]) GNULIB_WCSNCASECMP=0; AC_SUBST([GNULIB_WCSNCASECMP]) GNULIB_WCSCOLL=0; AC_SUBST([GNULIB_WCSCOLL]) GNULIB_WCSXFRM=0; AC_SUBST([GNULIB_WCSXFRM]) GNULIB_WCSDUP=0; AC_SUBST([GNULIB_WCSDUP]) GNULIB_WCSCHR=0; AC_SUBST([GNULIB_WCSCHR]) GNULIB_WCSRCHR=0; AC_SUBST([GNULIB_WCSRCHR]) GNULIB_WCSCSPN=0; AC_SUBST([GNULIB_WCSCSPN]) GNULIB_WCSSPN=0; AC_SUBST([GNULIB_WCSSPN]) GNULIB_WCSPBRK=0; AC_SUBST([GNULIB_WCSPBRK]) GNULIB_WCSSTR=0; AC_SUBST([GNULIB_WCSSTR]) GNULIB_WCSTOK=0; AC_SUBST([GNULIB_WCSTOK]) GNULIB_WCSWIDTH=0; AC_SUBST([GNULIB_WCSWIDTH]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_BTOWC=1; AC_SUBST([HAVE_BTOWC]) HAVE_MBSINIT=1; AC_SUBST([HAVE_MBSINIT]) HAVE_MBRTOWC=1; AC_SUBST([HAVE_MBRTOWC]) HAVE_MBRLEN=1; AC_SUBST([HAVE_MBRLEN]) HAVE_MBSRTOWCS=1; AC_SUBST([HAVE_MBSRTOWCS]) HAVE_MBSNRTOWCS=1; AC_SUBST([HAVE_MBSNRTOWCS]) HAVE_WCRTOMB=1; AC_SUBST([HAVE_WCRTOMB]) HAVE_WCSRTOMBS=1; AC_SUBST([HAVE_WCSRTOMBS]) HAVE_WCSNRTOMBS=1; AC_SUBST([HAVE_WCSNRTOMBS]) HAVE_WMEMCHR=1; AC_SUBST([HAVE_WMEMCHR]) HAVE_WMEMCMP=1; AC_SUBST([HAVE_WMEMCMP]) HAVE_WMEMCPY=1; AC_SUBST([HAVE_WMEMCPY]) HAVE_WMEMMOVE=1; AC_SUBST([HAVE_WMEMMOVE]) HAVE_WMEMSET=1; AC_SUBST([HAVE_WMEMSET]) HAVE_WCSLEN=1; AC_SUBST([HAVE_WCSLEN]) HAVE_WCSNLEN=1; AC_SUBST([HAVE_WCSNLEN]) HAVE_WCSCPY=1; AC_SUBST([HAVE_WCSCPY]) HAVE_WCPCPY=1; AC_SUBST([HAVE_WCPCPY]) HAVE_WCSNCPY=1; AC_SUBST([HAVE_WCSNCPY]) HAVE_WCPNCPY=1; AC_SUBST([HAVE_WCPNCPY]) HAVE_WCSCAT=1; AC_SUBST([HAVE_WCSCAT]) HAVE_WCSNCAT=1; AC_SUBST([HAVE_WCSNCAT]) HAVE_WCSCMP=1; AC_SUBST([HAVE_WCSCMP]) HAVE_WCSNCMP=1; AC_SUBST([HAVE_WCSNCMP]) HAVE_WCSCASECMP=1; AC_SUBST([HAVE_WCSCASECMP]) HAVE_WCSNCASECMP=1; AC_SUBST([HAVE_WCSNCASECMP]) HAVE_WCSCOLL=1; AC_SUBST([HAVE_WCSCOLL]) HAVE_WCSXFRM=1; AC_SUBST([HAVE_WCSXFRM]) HAVE_WCSDUP=1; AC_SUBST([HAVE_WCSDUP]) HAVE_WCSCHR=1; AC_SUBST([HAVE_WCSCHR]) HAVE_WCSRCHR=1; AC_SUBST([HAVE_WCSRCHR]) HAVE_WCSCSPN=1; AC_SUBST([HAVE_WCSCSPN]) HAVE_WCSSPN=1; AC_SUBST([HAVE_WCSSPN]) HAVE_WCSPBRK=1; AC_SUBST([HAVE_WCSPBRK]) HAVE_WCSSTR=1; AC_SUBST([HAVE_WCSSTR]) HAVE_WCSTOK=1; AC_SUBST([HAVE_WCSTOK]) HAVE_WCSWIDTH=1; AC_SUBST([HAVE_WCSWIDTH]) HAVE_DECL_WCTOB=1; AC_SUBST([HAVE_DECL_WCTOB]) HAVE_DECL_WCWIDTH=1; AC_SUBST([HAVE_DECL_WCWIDTH]) REPLACE_MBSTATE_T=0; AC_SUBST([REPLACE_MBSTATE_T]) REPLACE_BTOWC=0; AC_SUBST([REPLACE_BTOWC]) REPLACE_WCTOB=0; AC_SUBST([REPLACE_WCTOB]) REPLACE_MBSINIT=0; AC_SUBST([REPLACE_MBSINIT]) REPLACE_MBRTOWC=0; AC_SUBST([REPLACE_MBRTOWC]) REPLACE_MBRLEN=0; AC_SUBST([REPLACE_MBRLEN]) REPLACE_MBSRTOWCS=0; AC_SUBST([REPLACE_MBSRTOWCS]) REPLACE_MBSNRTOWCS=0; AC_SUBST([REPLACE_MBSNRTOWCS]) REPLACE_WCRTOMB=0; AC_SUBST([REPLACE_WCRTOMB]) REPLACE_WCSRTOMBS=0; AC_SUBST([REPLACE_WCSRTOMBS]) REPLACE_WCSNRTOMBS=0; AC_SUBST([REPLACE_WCSNRTOMBS]) REPLACE_WCWIDTH=0; AC_SUBST([REPLACE_WCWIDTH]) REPLACE_WCSWIDTH=0; AC_SUBST([REPLACE_WCSWIDTH]) ]) gsasl-1.8.0/gl/m4/putenv.m40000664000000000000000000000303511754207010012225 00000000000000# putenv.m4 serial 19 dnl Copyright (C) 2002-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Jim Meyering. dnl dnl Check whether putenv ("FOO") removes FOO from the environment. dnl The putenv in libc on at least SunOS 4.1.4 does *not* do that. AC_DEFUN([gl_FUNC_PUTENV], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([for putenv compatible with GNU and SVID], [gl_cv_func_svid_putenv], [AC_RUN_IFELSE([AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT],[[ /* Put it in env. */ if (putenv ("CONFTEST_putenv=val")) return 1; /* Try to remove it. */ if (putenv ("CONFTEST_putenv")) return 2; /* Make sure it was deleted. */ if (getenv ("CONFTEST_putenv") != 0) return 3; return 0; ]])], gl_cv_func_svid_putenv=yes, gl_cv_func_svid_putenv=no, dnl When crosscompiling, assume putenv is broken. [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_svid_putenv="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_svid_putenv="guessing no" ;; esac ]) ]) case "$gl_cv_func_svid_putenv" in *yes) ;; *) REPLACE_PUTENV=1 ;; esac ]) gsasl-1.8.0/gl/m4/exponentd.m40000664000000000000000000000755211746471770012741 00000000000000# exponentd.m4 serial 3 dnl Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_DOUBLE_EXPONENT_LOCATION], [ AC_CACHE_CHECK([where to find the exponent in a 'double'], [gl_cv_cc_double_expbit0], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include #include #include #define NWORDS \ ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) typedef union { double value; unsigned int word[NWORDS]; } memory_double; static unsigned int ored_words[NWORDS]; static unsigned int anded_words[NWORDS]; static void add_to_ored_words (double x) { memory_double m; size_t i; /* Clear it first, in case sizeof (double) < sizeof (memory_double). */ memset (&m, 0, sizeof (memory_double)); m.value = x; for (i = 0; i < NWORDS; i++) { ored_words[i] |= m.word[i]; anded_words[i] &= m.word[i]; } } int main () { size_t j; FILE *fp = fopen ("conftest.out", "w"); if (fp == NULL) return 1; for (j = 0; j < NWORDS; j++) anded_words[j] = ~ (unsigned int) 0; add_to_ored_words (0.25); add_to_ored_words (0.5); add_to_ored_words (1.0); add_to_ored_words (2.0); add_to_ored_words (4.0); /* Remove bits that are common (e.g. if representation of the first mantissa bit is explicit). */ for (j = 0; j < NWORDS; j++) ored_words[j] &= ~anded_words[j]; /* Now find the nonzero word. */ for (j = 0; j < NWORDS; j++) if (ored_words[j] != 0) break; if (j < NWORDS) { size_t i; for (i = j + 1; i < NWORDS; i++) if (ored_words[i] != 0) { fprintf (fp, "unknown"); return (fclose (fp) != 0); } for (i = 0; ; i++) if ((ored_words[j] >> i) & 1) { fprintf (fp, "word %d bit %d", (int) j, (int) i); return (fclose (fp) != 0); } } fprintf (fp, "unknown"); return (fclose (fp) != 0); } ]])], [gl_cv_cc_double_expbit0=`cat conftest.out`], [gl_cv_cc_double_expbit0="unknown"], [ dnl On ARM, there are two 'double' floating-point formats, used by dnl different sets of instructions: The older FPA instructions assume dnl that they are stored in big-endian word order, while the words dnl (like integer types) are stored in little-endian byte order. dnl The newer VFP instructions assume little-endian order dnl consistently. AC_EGREP_CPP([mixed_endianness], [ #if defined arm || defined __arm || defined __arm__ mixed_endianness #endif ], [gl_cv_cc_double_expbit0="unknown"], [ pushdef([AC_MSG_CHECKING],[:])dnl pushdef([AC_MSG_RESULT],[:])dnl pushdef([AC_MSG_RESULT_UNQUOTED],[:])dnl AC_C_BIGENDIAN( [gl_cv_cc_double_expbit0="word 0 bit 20"], [gl_cv_cc_double_expbit0="word 1 bit 20"], [gl_cv_cc_double_expbit0="unknown"]) popdef([AC_MSG_RESULT_UNQUOTED])dnl popdef([AC_MSG_RESULT])dnl popdef([AC_MSG_CHECKING])dnl ]) ]) rm -f conftest.out ]) case "$gl_cv_cc_double_expbit0" in word*bit*) word=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word //' -e 's/ bit.*//'` bit=`echo "$gl_cv_cc_double_expbit0" | sed -e 's/word.*bit //'` AC_DEFINE_UNQUOTED([DBL_EXPBIT0_WORD], [$word], [Define as the word index where to find the exponent of 'double'.]) AC_DEFINE_UNQUOTED([DBL_EXPBIT0_BIT], [$bit], [Define as the bit index in the word where to find bit 0 of the exponent of 'double'.]) ;; esac ]) gsasl-1.8.0/gl/m4/inttypes.m40000664000000000000000000001223111746471770012602 00000000000000# inttypes.m4 serial 26 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Derek Price, Bruno Haible. dnl Test whether is supported or must be substituted. AC_DEFUN([gl_INTTYPES_H], [ AC_REQUIRE([gl_INTTYPES_INCOMPLETE]) gl_INTTYPES_PRI_SCN ]) AC_DEFUN_ONCE([gl_INTTYPES_INCOMPLETE], [ AC_REQUIRE([gl_STDINT_H]) AC_CHECK_HEADERS_ONCE([inttypes.h]) dnl Override always, so that the portability warnings work. AC_REQUIRE([gl_INTTYPES_H_DEFAULTS]) gl_CHECK_NEXT_HEADERS([inttypes.h]) AC_REQUIRE([gl_MULTIARCH]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include ]], [imaxabs imaxdiv strtoimax strtoumax]) ]) # Ensure that the PRI* and SCN* macros are defined appropriately. AC_DEFUN([gl_INTTYPES_PRI_SCN], [ AC_REQUIRE([gt_INTTYPES_PRI]) PRIPTR_PREFIX= if test -n "$STDINT_H"; then dnl Using the gnulib . It always defines intptr_t to 'long'. PRIPTR_PREFIX='"l"' else dnl Using the system's . for glpfx in '' l ll I64; do case $glpfx in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; I64) gltype1='__int64';; esac AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include extern intptr_t foo; extern $gltype1 foo;]])], [PRIPTR_PREFIX='"'$glpfx'"']) test -n "$PRIPTR_PREFIX" && break done fi AC_SUBST([PRIPTR_PREFIX]) gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [INT32_MAX_LT_INTMAX_MAX], [defined INT32_MAX && defined INTMAX_MAX], [INT32_MAX < INTMAX_MAX], [sizeof (int) < sizeof (long long int)]) if test $APPLE_UNIVERSAL_BUILD = 0; then gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [INT64_MAX_EQ_LONG_MAX], [defined INT64_MAX], [INT64_MAX == LONG_MAX], [sizeof (long long int) == sizeof (long int)]) else INT64_MAX_EQ_LONG_MAX=-1 fi gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [UINT32_MAX_LT_UINTMAX_MAX], [defined UINT32_MAX && defined UINTMAX_MAX], [UINT32_MAX < UINTMAX_MAX], [sizeof (unsigned int) < sizeof (unsigned long long int)]) if test $APPLE_UNIVERSAL_BUILD = 0; then gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION( [UINT64_MAX_EQ_ULONG_MAX], [defined UINT64_MAX], [UINT64_MAX == ULONG_MAX], [sizeof (unsigned long long int) == sizeof (unsigned long int)]) else UINT64_MAX_EQ_ULONG_MAX=-1 fi ]) # Define the symbol $1 to be 1 if the condition is true, 0 otherwise. # If $2 is true, the condition is $3; otherwise if long long int is supported # approximate the condition with $4; otherwise, assume the condition is false. # The condition should work on all C99 platforms; the approximations should be # good enough to work on all practical pre-C99 platforms. # $2 is evaluated by the C preprocessor, $3 and $4 as compile-time constants. AC_DEFUN([gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION], [ AC_CACHE_CHECK([whether $3], [gl_cv_test_$1], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[/* Work also in C++ mode. */ #define __STDC_LIMIT_MACROS 1 /* Work if build is not clean. */ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H #include #if HAVE_STDINT_H #include #endif #if $2 #define CONDITION ($3) #elif HAVE_LONG_LONG_INT #define CONDITION ($4) #else #define CONDITION 0 #endif int test[CONDITION ? 1 : -1];]])], [gl_cv_test_$1=yes], [gl_cv_test_$1=no])]) if test $gl_cv_test_$1 = yes; then $1=1; else $1=0; fi AC_SUBST([$1]) ]) AC_DEFUN([gl_INTTYPES_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_INTTYPES_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_INTTYPES_H_DEFAULTS], [ GNULIB_IMAXABS=0; AC_SUBST([GNULIB_IMAXABS]) GNULIB_IMAXDIV=0; AC_SUBST([GNULIB_IMAXDIV]) GNULIB_STRTOIMAX=0; AC_SUBST([GNULIB_STRTOIMAX]) GNULIB_STRTOUMAX=0; AC_SUBST([GNULIB_STRTOUMAX]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_IMAXABS=1; AC_SUBST([HAVE_DECL_IMAXABS]) HAVE_DECL_IMAXDIV=1; AC_SUBST([HAVE_DECL_IMAXDIV]) HAVE_DECL_STRTOIMAX=1; AC_SUBST([HAVE_DECL_STRTOIMAX]) HAVE_DECL_STRTOUMAX=1; AC_SUBST([HAVE_DECL_STRTOUMAX]) REPLACE_STRTOIMAX=0; AC_SUBST([REPLACE_STRTOIMAX]) INT32_MAX_LT_INTMAX_MAX=1; AC_SUBST([INT32_MAX_LT_INTMAX_MAX]) INT64_MAX_EQ_LONG_MAX='defined _LP64'; AC_SUBST([INT64_MAX_EQ_LONG_MAX]) PRI_MACROS_BROKEN=0; AC_SUBST([PRI_MACROS_BROKEN]) PRIPTR_PREFIX=__PRIPTR_PREFIX; AC_SUBST([PRIPTR_PREFIX]) UINT32_MAX_LT_UINTMAX_MAX=1; AC_SUBST([UINT32_MAX_LT_UINTMAX_MAX]) UINT64_MAX_EQ_ULONG_MAX='defined _LP64'; AC_SUBST([UINT64_MAX_EQ_ULONG_MAX]) ]) gsasl-1.8.0/gl/m4/gnulib-comp.m40000664000000000000000000011055711756451415013144 00000000000000# DO NOT EDIT! GENERATED AUTOMATICALLY! # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the compiled summary of the specification in # gnulib-cache.m4. It lists the computed macro invocations that need # to be invoked from configure.ac. # In projects that use version control, this file can be treated like # other built files. # This macro should be invoked from ./configure.ac, in the section # "Checks for programs", right after AC_PROG_CC, and certainly before # any checks for libraries, header files, types and library functions. AC_DEFUN([gl_EARLY], [ m4_pattern_forbid([^gl_[A-Z]])dnl the gnulib macro namespace m4_pattern_allow([^gl_ES$])dnl a valid locale name m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable AC_REQUIRE([gl_PROG_AR_RANLIB]) AC_REQUIRE([AM_PROG_CC_C_O]) # Code from module alloca: # Code from module alloca-opt: # Code from module alloca-opt-tests: # Code from module arpa_inet: # Code from module arpa_inet-tests: # Code from module autobuild: AB_INIT # Code from module binary-io: # Code from module binary-io-tests: # Code from module btowc: # Code from module btowc-tests: # Code from module c-ctype: # Code from module c-ctype-tests: # Code from module c-strcase: # Code from module c-strcase-tests: # Code from module c-strcaseeq: # Code from module close: # Code from module close-tests: # Code from module configmake: # Code from module connect: # Code from module connect-tests: # Code from module dosname: # Code from module dup2: # Code from module dup2-tests: # Code from module environ: # Code from module environ-tests: # Code from module errno: # Code from module errno-tests: # Code from module error: # Code from module exitfail: # Code from module extensions: AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) # Code from module fcntl-h: # Code from module fcntl-h-tests: # Code from module fd-hook: # Code from module fdl-1.3: # Code from module fdopen: # Code from module fdopen-tests: # Code from module fgetc-tests: # Code from module float: # Code from module float-tests: # Code from module fpieee: AC_REQUIRE([gl_FP_IEEE]) # Code from module fpucw: # Code from module fputc-tests: # Code from module fread-tests: # Code from module fseek: # Code from module fseek-tests: # Code from module fseeko: AC_REQUIRE([AC_FUNC_FSEEKO]) # Code from module fseeko-tests: # Code from module fstat: # Code from module fstat-tests: # Code from module fwrite-tests: # Code from module gendocs: # Code from module getaddrinfo: # Code from module getaddrinfo-tests: # Code from module getcwd-lgpl: # Code from module getcwd-lgpl-tests: # Code from module getdelim: # Code from module getdelim-tests: # Code from module getline: # Code from module getline-tests: # Code from module getopt-gnu: # Code from module getopt-posix: # Code from module getopt-posix-tests: # Code from module getpagesize: # Code from module getpass-gnu: # Code from module gettext-h: # Code from module gnumakefile: # Code from module gnupload: # Code from module gperf: # Code from module havelib: # Code from module hostent: # Code from module iconv: # Code from module iconv-h: # Code from module iconv-h-tests: # Code from module iconv-tests: # Code from module iconv_open: # Code from module ignore-value: # Code from module ignore-value-tests: # Code from module include_next: # Code from module inet_ntop: # Code from module inet_ntop-tests: # Code from module inet_pton: # Code from module inet_pton-tests: # Code from module inline: # Code from module intprops: # Code from module intprops-tests: # Code from module inttypes: # Code from module inttypes-incomplete: # Code from module inttypes-tests: # Code from module largefile: AC_REQUIRE([AC_SYS_LARGEFILE]) # Code from module localcharset: # Code from module locale: # Code from module locale-tests: # Code from module localename: # Code from module localename-tests: # Code from module lock: # Code from module lock-tests: # Code from module lseek: # Code from module lseek-tests: # Code from module lstat: # Code from module lstat-tests: # Code from module maintainer-makefile: # Code from module malloc-posix: # Code from module malloca: # Code from module malloca-tests: # Code from module manywarnings: # Code from module mbrtowc: # Code from module mbrtowc-tests: # Code from module mbsinit: # Code from module mbsinit-tests: # Code from module mbtowc: # Code from module memchr: # Code from module memchr-tests: # Code from module msvc-inval: # Code from module msvc-nothrow: # Code from module multiarch: # Code from module netdb: # Code from module netdb-tests: # Code from module netinet_in: # Code from module netinet_in-tests: # Code from module nocrash: # Code from module open: # Code from module open-tests: # Code from module pathmax: # Code from module pathmax-tests: # Code from module pmccabe2html: # Code from module poll: # Code from module poll-h: # Code from module poll-h-tests: # Code from module progname: # Code from module putenv: # Code from module quote: # Code from module quotearg: # Code from module quotearg-simple: # Code from module quotearg-simple-tests: # Code from module readline: # Code from module realloc-posix: # Code from module recv: # Code from module recv-tests: # Code from module same-inode: # Code from module select: # Code from module servent: # Code from module setenv: # Code from module setenv-tests: # Code from module setlocale: # Code from module setlocale-tests: # Code from module shutdown: # Code from module shutdown-tests: # Code from module signal-h: # Code from module signal-h-tests: # Code from module size_max: # Code from module snippet/_Noreturn: # Code from module snippet/arg-nonnull: # Code from module snippet/c++defs: # Code from module snippet/unused-parameter: # Code from module snippet/warn-on-use: # Code from module snprintf: # Code from module snprintf-tests: # Code from module socket: # Code from module socketlib: # Code from module sockets: # Code from module sockets-tests: # Code from module socklen: # Code from module ssize_t: # Code from module stat: # Code from module stat-tests: # Code from module stdalign: # Code from module stdalign-tests: # Code from module stdarg: dnl Some compilers (e.g., AIX 5.3 cc) need to be in c99 mode dnl for the builtin va_copy to work. With Autoconf 2.60 or later, dnl gl_PROG_CC_C99 arranges for this. With older Autoconf gl_PROG_CC_C99 dnl shouldn't hurt, though installers are on their own to set c99 mode. gl_PROG_CC_C99 # Code from module stdbool: # Code from module stdbool-tests: # Code from module stddef: # Code from module stddef-tests: # Code from module stdint: # Code from module stdint-tests: # Code from module stdio: # Code from module stdio-tests: # Code from module stdlib: # Code from module stdlib-tests: # Code from module streq: # Code from module strerror: # Code from module strerror-override: # Code from module strerror-tests: # Code from module striconv: # Code from module striconv-tests: # Code from module string: # Code from module string-tests: # Code from module strtok_r: # Code from module symlink: # Code from module symlink-tests: # Code from module sys_select: # Code from module sys_select-tests: # Code from module sys_socket: # Code from module sys_socket-tests: # Code from module sys_stat: # Code from module sys_stat-tests: # Code from module sys_time: # Code from module sys_time-tests: # Code from module sys_types: # Code from module sys_types-tests: # Code from module sys_uio: # Code from module sys_uio-tests: # Code from module test-framework-sh: # Code from module test-framework-sh-tests: # Code from module thread: # Code from module thread-tests: # Code from module threadlib: gl_THREADLIB_EARLY # Code from module time: # Code from module time-tests: # Code from module unistd: # Code from module unistd-tests: # Code from module unistr/base: # Code from module unistr/u8-mbtoucr: # Code from module unistr/u8-mbtoucr-tests: # Code from module unistr/u8-uctomb: # Code from module unistr/u8-uctomb-tests: # Code from module unitypes: # Code from module unsetenv: # Code from module unsetenv-tests: # Code from module update-copyright: # Code from module useless-if-before-free: # Code from module valgrind-tests: # Code from module vasnprintf: # Code from module vasnprintf-tests: # Code from module vasprintf: # Code from module vasprintf-tests: # Code from module vc-list-files: # Code from module vc-list-files-tests: # Code from module verify: # Code from module verify-tests: # Code from module version-etc: # Code from module version-etc-fsf: # Code from module version-etc-tests: # Code from module warnings: # Code from module wchar: # Code from module wchar-tests: # Code from module wcrtomb: # Code from module wcrtomb-tests: # Code from module wctob: # Code from module wctomb: # Code from module wctype-h: # Code from module wctype-h-tests: # Code from module xalloc: # Code from module xalloc-die: # Code from module xalloc-die-tests: # Code from module xalloc-oversized: # Code from module xsize: # Code from module yield: ]) # This macro should be invoked from ./configure.ac, in the section # "Check for header files, types and library functions". AC_DEFUN([gl_INIT], [ AM_CONDITIONAL([GL_COND_LIBTOOL], [true]) gl_cond_libtool=true gl_m4_base='gl/m4' m4_pushdef([AC_LIBOBJ], m4_defn([gl_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gl_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([gl_LIBSOURCES])) m4_pushdef([gl_LIBSOURCES_LIST], []) m4_pushdef([gl_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='gl' changequote(,)dnl LTALLOCA=`echo "$ALLOCA" | sed -e 's/\.[^.]* /.lo /g;s/\.[^.]*$/.lo/'` changequote([, ])dnl AC_SUBST([LTALLOCA]) gl_FUNC_ALLOCA gl_HEADER_ARPA_INET AC_PROG_MKDIR_P gl_FUNC_CLOSE if test $REPLACE_CLOSE = 1; then AC_LIBOBJ([close]) fi gl_UNISTD_MODULE_INDICATOR([close]) gl_CONFIGMAKE_PREP AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([connect]) fi gl_SYS_SOCKET_MODULE_INDICATOR([connect]) gl_HEADER_ERRNO_H gl_ERROR if test $ac_cv_lib_error_at_line = no; then AC_LIBOBJ([error]) gl_PREREQ_ERROR fi m4_ifdef([AM_XGETTEXT_OPTION], [AM_][XGETTEXT_OPTION([--flag=error:3:c-format]) AM_][XGETTEXT_OPTION([--flag=error_at_line:5:c-format])]) gl_FLOAT_H if test $REPLACE_FLOAT_LDBL = 1; then AC_LIBOBJ([float]) fi if test $REPLACE_ITOLD = 1; then AC_LIBOBJ([itold]) fi gl_FUNC_FSEEK if test $REPLACE_FSEEK = 1; then AC_LIBOBJ([fseek]) fi gl_STDIO_MODULE_INDICATOR([fseek]) gl_FUNC_FSEEKO if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then AC_LIBOBJ([fseeko]) gl_PREREQ_FSEEKO fi gl_STDIO_MODULE_INDICATOR([fseeko]) gl_FUNC_FSTAT if test $REPLACE_FSTAT = 1; then AC_LIBOBJ([fstat]) gl_PREREQ_FSTAT fi gl_SYS_STAT_MODULE_INDICATOR([fstat]) gl_GETADDRINFO if test $HAVE_GETADDRINFO = 0; then AC_LIBOBJ([getaddrinfo]) fi if test $HAVE_DECL_GAI_STRERROR = 0 || test $REPLACE_GAI_STRERROR = 1; then AC_LIBOBJ([gai_strerror]) fi gl_NETDB_MODULE_INDICATOR([getaddrinfo]) gl_FUNC_GETDELIM if test $HAVE_GETDELIM = 0 || test $REPLACE_GETDELIM = 1; then AC_LIBOBJ([getdelim]) gl_PREREQ_GETDELIM fi gl_STDIO_MODULE_INDICATOR([getdelim]) gl_FUNC_GETLINE if test $REPLACE_GETLINE = 1; then AC_LIBOBJ([getline]) gl_PREREQ_GETLINE fi gl_STDIO_MODULE_INDICATOR([getline]) gl_FUNC_GETOPT_GNU if test $REPLACE_GETOPT = 1; then AC_LIBOBJ([getopt]) AC_LIBOBJ([getopt1]) gl_PREREQ_GETOPT dnl Arrange for unistd.h to include getopt.h. GNULIB_GL_UNISTD_H_GETOPT=1 fi AC_SUBST([GNULIB_GL_UNISTD_H_GETOPT]) gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu]) gl_FUNC_GETOPT_POSIX if test $REPLACE_GETOPT = 1; then AC_LIBOBJ([getopt]) AC_LIBOBJ([getopt1]) gl_PREREQ_GETOPT dnl Arrange for unistd.h to include getopt.h. GNULIB_GL_UNISTD_H_GETOPT=1 fi AC_SUBST([GNULIB_GL_UNISTD_H_GETOPT]) gl_FUNC_GETPASS_GNU if test $REPLACE_GETPASS = 1; then AC_LIBOBJ([getpass]) gl_PREREQ_GETPASS fi AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) # Autoconf 2.61a.99 and earlier don't support linking a file only # in VPATH builds. But since GNUmakefile is for maintainer use # only, it does not matter if we skip the link with older autoconf. # Automake 1.10.1 and earlier try to remove GNUmakefile in non-VPATH # builds, so use a shell variable to bypass this. GNUmakefile=GNUmakefile m4_if(m4_version_compare([2.61a.100], m4_defn([m4_PACKAGE_VERSION])), [1], [], [AC_CONFIG_LINKS([$GNUmakefile:$GNUmakefile], [], [GNUmakefile=$GNUmakefile])]) gl_HOSTENT AM_ICONV m4_ifdef([gl_ICONV_MODULE_INDICATOR], [gl_ICONV_MODULE_INDICATOR([iconv])]) gl_ICONV_H gl_FUNC_ICONV_OPEN if test $REPLACE_ICONV_OPEN = 1; then AC_LIBOBJ([iconv_open]) fi if test $REPLACE_ICONV = 1; then AC_LIBOBJ([iconv]) AC_LIBOBJ([iconv_close]) fi gl_FUNC_INET_NTOP if test $HAVE_INET_NTOP = 0 || test $REPLACE_INET_NTOP = 1; then AC_LIBOBJ([inet_ntop]) gl_PREREQ_INET_NTOP fi gl_ARPA_INET_MODULE_INDICATOR([inet_ntop]) gl_INLINE AC_REQUIRE([gl_LARGEFILE]) gl_LOCALCHARSET LOCALCHARSET_TESTS_ENVIRONMENT="CHARSETALIASDIR=\"\$(abs_top_builddir)/$gl_source_base\"" AC_SUBST([LOCALCHARSET_TESTS_ENVIRONMENT]) gl_FUNC_LSEEK if test $REPLACE_LSEEK = 1; then AC_LIBOBJ([lseek]) fi gl_UNISTD_MODULE_INDICATOR([lseek]) AC_CONFIG_COMMANDS_PRE([m4_ifdef([AH_HEADER], [AC_SUBST([CONFIG_INCLUDE], m4_defn([AH_HEADER]))])]) gl_FUNC_MBRTOWC if test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1; then AC_LIBOBJ([mbrtowc]) gl_PREREQ_MBRTOWC fi gl_WCHAR_MODULE_INDICATOR([mbrtowc]) gl_FUNC_MBSINIT if test $HAVE_MBSINIT = 0 || test $REPLACE_MBSINIT = 1; then AC_LIBOBJ([mbsinit]) gl_PREREQ_MBSINIT fi gl_WCHAR_MODULE_INDICATOR([mbsinit]) gl_FUNC_MEMCHR if test $HAVE_MEMCHR = 0 || test $REPLACE_MEMCHR = 1; then AC_LIBOBJ([memchr]) gl_PREREQ_MEMCHR fi gl_STRING_MODULE_INDICATOR([memchr]) gl_MSVC_INVAL if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then AC_LIBOBJ([msvc-inval]) fi gl_MSVC_NOTHROW if test $HAVE_MSVC_INVALID_PARAMETER_HANDLER = 1; then AC_LIBOBJ([msvc-nothrow]) fi gl_MULTIARCH gl_HEADER_NETDB gl_HEADER_NETINET_IN AC_PROG_MKDIR_P AC_PATH_PROG([PMCCABE], [pmccabe], [false]) gl_FUNC_POLL if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then AC_LIBOBJ([poll]) gl_PREREQ_POLL fi gl_POLL_MODULE_INDICATOR([poll]) gl_POLL_H AC_CHECK_DECLS([program_invocation_name], [], [], [#include ]) AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include ]) gl_QUOTE gl_QUOTEARG gl_FUNC_READLINE if test "$gl_cv_lib_readline" = no; then AC_LIBOBJ([readline]) gl_PREREQ_READLINE fi gl_FUNC_REALLOC_POSIX if test $REPLACE_REALLOC = 1; then AC_LIBOBJ([realloc]) fi gl_STDLIB_MODULE_INDICATOR([realloc-posix]) AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([recv]) fi gl_SYS_SOCKET_MODULE_INDICATOR([recv]) gl_FUNC_SELECT if test $REPLACE_SELECT = 1; then AC_LIBOBJ([select]) fi gl_SYS_SELECT_MODULE_INDICATOR([select]) gl_SERVENT AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([shutdown]) fi gl_SYS_SOCKET_MODULE_INDICATOR([shutdown]) gl_SIGNAL_H gl_SIZE_MAX gl_FUNC_SNPRINTF gl_STDIO_MODULE_INDICATOR([snprintf]) gl_MODULE_INDICATOR([snprintf]) AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([socket]) fi # When this module is used, sockets may actually occur as file descriptors, # hence it is worth warning if the modules 'close' and 'ioctl' are not used. m4_ifdef([gl_UNISTD_H_DEFAULTS], [AC_REQUIRE([gl_UNISTD_H_DEFAULTS])]) m4_ifdef([gl_SYS_IOCTL_H_DEFAULTS], [AC_REQUIRE([gl_SYS_IOCTL_H_DEFAULTS])]) AC_REQUIRE([gl_PREREQ_SYS_H_WINSOCK2]) if test "$ac_cv_header_winsock2_h" = yes; then UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=1 SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=1 fi gl_SYS_SOCKET_MODULE_INDICATOR([socket]) gl_SOCKETLIB gl_SOCKETS gl_TYPE_SOCKLEN_T gt_TYPE_SSIZE_T gl_STDALIGN_H gl_STDARG_H AM_STDBOOL_H gl_STDDEF_H gl_STDINT_H gl_STDIO_H gl_STDLIB_H gl_FUNC_STRERROR if test $REPLACE_STRERROR = 1; then AC_LIBOBJ([strerror]) fi gl_MODULE_INDICATOR([strerror]) gl_STRING_MODULE_INDICATOR([strerror]) AC_REQUIRE([gl_HEADER_ERRNO_H]) AC_REQUIRE([gl_FUNC_STRERROR_0]) if test -n "$ERRNO_H" || test $REPLACE_STRERROR_0 = 1; then AC_LIBOBJ([strerror-override]) gl_PREREQ_SYS_H_WINSOCK2 fi if test $gl_cond_libtool = false; then gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV" gl_libdeps="$gl_libdeps $LIBICONV" fi gl_HEADER_STRING_H gl_FUNC_STRTOK_R if test $HAVE_STRTOK_R = 0 || test $REPLACE_STRTOK_R = 1; then AC_LIBOBJ([strtok_r]) gl_PREREQ_STRTOK_R fi gl_STRING_MODULE_INDICATOR([strtok_r]) gl_HEADER_SYS_SELECT AC_PROG_MKDIR_P gl_HEADER_SYS_SOCKET AC_PROG_MKDIR_P gl_HEADER_SYS_STAT_H AC_PROG_MKDIR_P gl_HEADER_SYS_TIME_H AC_PROG_MKDIR_P gl_SYS_TYPES_H AC_PROG_MKDIR_P gl_HEADER_SYS_UIO AC_PROG_MKDIR_P gl_HEADER_TIME_H gl_UNISTD_H gl_LIBUNISTRING_LIBHEADER([0.9.2], [unistr.h]) gl_MODULE_INDICATOR([unistr/u8-mbtoucr]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-mbtoucr]) gl_MODULE_INDICATOR([unistr/u8-uctomb]) gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-uctomb]) gl_LIBUNISTRING_LIBHEADER([0.9], [unitypes.h]) gl_VALGRIND_TESTS gl_FUNC_VASNPRINTF gl_FUNC_VASPRINTF gl_STDIO_MODULE_INDICATOR([vasprintf]) m4_ifdef([AM_XGETTEXT_OPTION], [AM_][XGETTEXT_OPTION([--flag=asprintf:2:c-format]) AM_][XGETTEXT_OPTION([--flag=vasprintf:2:c-format])]) gl_VERSION_ETC gl_WCHAR_H gl_WCTYPE_H gl_XALLOC gl_XSIZE # End of code from modules m4_ifval(gl_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ || for gl_file in ]gl_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([gl_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([gl_LIBSOURCES_DIR]) m4_popdef([gl_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ gl_libobjs= gl_ltlibobjs= if test -n "$gl_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gl_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gl_libobjs="$gl_libobjs $i.$ac_objext" gl_ltlibobjs="$gl_ltlibobjs $i.lo" done fi AC_SUBST([gl_LIBOBJS], [$gl_libobjs]) AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs]) ]) gltests_libdeps= gltests_ltlibdeps= m4_pushdef([AC_LIBOBJ], m4_defn([gltests_LIBOBJ])) m4_pushdef([AC_REPLACE_FUNCS], m4_defn([gltests_REPLACE_FUNCS])) m4_pushdef([AC_LIBSOURCES], m4_defn([gltests_LIBSOURCES])) m4_pushdef([gltests_LIBSOURCES_LIST], []) m4_pushdef([gltests_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='gltests' changequote(,)dnl gltests_WITNESS=IN_`echo "${PACKAGE-$PACKAGE_TARNAME}" | LC_ALL=C tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ | LC_ALL=C sed -e 's/[^A-Z0-9_]/_/g'`_GNULIB_TESTS changequote([, ])dnl AC_SUBST([gltests_WITNESS]) gl_module_indicator_condition=$gltests_WITNESS m4_pushdef([gl_MODULE_INDICATOR_CONDITION], [$gl_module_indicator_condition]) AC_REQUIRE([AC_C_INLINE]) gl_FUNC_BTOWC if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then AC_LIBOBJ([btowc]) gl_PREREQ_BTOWC fi gl_WCHAR_MODULE_INDICATOR([btowc]) gt_LOCALE_FR gt_LOCALE_FR_UTF8 gt_LOCALE_FR gt_LOCALE_TR_UTF8 gl_FUNC_DUP2 if test $HAVE_DUP2 = 0 || test $REPLACE_DUP2 = 1; then AC_LIBOBJ([dup2]) gl_PREREQ_DUP2 fi gl_UNISTD_MODULE_INDICATOR([dup2]) gl_ENVIRON gl_UNISTD_MODULE_INDICATOR([environ]) gl_FCNTL_H gl_FUNC_FDOPEN if test $REPLACE_FDOPEN = 1; then AC_LIBOBJ([fdopen]) gl_PREREQ_FDOPEN fi gl_STDIO_MODULE_INDICATOR([fdopen]) gl_FUNC_UNGETC_WORKS gl_FUNC_UNGETC_WORKS gl_FUNC_GETCWD_LGPL if test $REPLACE_GETCWD = 1; then AC_LIBOBJ([getcwd-lgpl]) fi gl_UNISTD_MODULE_INDICATOR([getcwd]) gl_FUNC_GETPAGESIZE if test $REPLACE_GETPAGESIZE = 1; then AC_LIBOBJ([getpagesize]) fi gl_UNISTD_MODULE_INDICATOR([getpagesize]) AC_REQUIRE([AC_C_INLINE]) AC_C_BIGENDIAN gl_FUNC_INET_PTON if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then AC_LIBOBJ([inet_pton]) gl_PREREQ_INET_PTON fi gl_ARPA_INET_MODULE_INDICATOR([inet_pton]) AC_C_BIGENDIAN gl_INTTYPES_H gl_INTTYPES_INCOMPLETE gl_LOCALE_H AC_CHECK_FUNCS_ONCE([newlocale]) gl_LOCALENAME AC_CHECK_FUNCS_ONCE([newlocale]) gl_LOCK gl_FUNC_LSTAT if test $REPLACE_LSTAT = 1; then AC_LIBOBJ([lstat]) gl_PREREQ_LSTAT fi gl_SYS_STAT_MODULE_INDICATOR([lstat]) gl_FUNC_MALLOC_POSIX if test $REPLACE_MALLOC = 1; then AC_LIBOBJ([malloc]) fi gl_STDLIB_MODULE_INDICATOR([malloc-posix]) gl_MALLOCA gt_LOCALE_FR gt_LOCALE_FR_UTF8 gt_LOCALE_JA gt_LOCALE_ZH_CN gt_LOCALE_FR_UTF8 gl_FUNC_MBTOWC if test $REPLACE_MBTOWC = 1; then AC_LIBOBJ([mbtowc]) gl_PREREQ_MBTOWC fi gl_STDLIB_MODULE_INDICATOR([mbtowc]) dnl Check for prerequisites for memory fence checks. gl_FUNC_MMAP_ANON AC_CHECK_HEADERS_ONCE([sys/mman.h]) AC_CHECK_FUNCS_ONCE([mprotect]) gl_FUNC_OPEN if test $REPLACE_OPEN = 1; then AC_LIBOBJ([open]) gl_PREREQ_OPEN fi gl_FCNTL_MODULE_INDICATOR([open]) gl_PATHMAX gl_FUNC_PUTENV if test $REPLACE_PUTENV = 1; then AC_LIBOBJ([putenv]) fi gl_STDLIB_MODULE_INDICATOR([putenv]) gl_FUNC_SETENV if test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1; then AC_LIBOBJ([setenv]) fi gl_STDLIB_MODULE_INDICATOR([setenv]) gl_FUNC_SETLOCALE if test $REPLACE_SETLOCALE = 1; then AC_LIBOBJ([setlocale]) gl_PREREQ_SETLOCALE fi gl_LOCALE_MODULE_INDICATOR([setlocale]) gt_LOCALE_FR gt_LOCALE_FR_UTF8 gt_LOCALE_JA gt_LOCALE_ZH_CN gl_FUNC_STAT if test $REPLACE_STAT = 1; then AC_LIBOBJ([stat]) gl_PREREQ_STAT fi gl_SYS_STAT_MODULE_INDICATOR([stat]) gt_TYPE_WCHAR_T gt_TYPE_WINT_T gl_FUNC_SYMLINK if test $HAVE_SYMLINK = 0 || test $REPLACE_SYMLINK = 1; then AC_LIBOBJ([symlink]) fi gl_UNISTD_MODULE_INDICATOR([symlink]) AC_CHECK_FUNCS_ONCE([shutdown]) gl_THREAD gl_THREADLIB gl_FUNC_UNSETENV if test $HAVE_UNSETENV = 0 || test $REPLACE_UNSETENV = 1; then AC_LIBOBJ([unsetenv]) gl_PREREQ_UNSETENV fi gl_STDLIB_MODULE_INDICATOR([unsetenv]) gl_VALGRIND_TESTS abs_aux_dir=`cd "$ac_aux_dir"; pwd` AC_SUBST([abs_aux_dir]) gl_FUNC_WCRTOMB if test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1; then AC_LIBOBJ([wcrtomb]) gl_PREREQ_WCRTOMB fi gl_WCHAR_MODULE_INDICATOR([wcrtomb]) gt_LOCALE_FR gt_LOCALE_FR_UTF8 gt_LOCALE_JA gt_LOCALE_ZH_CN gl_FUNC_WCTOB if test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1; then AC_LIBOBJ([wctob]) gl_PREREQ_WCTOB fi gl_WCHAR_MODULE_INDICATOR([wctob]) gl_FUNC_WCTOMB if test $REPLACE_WCTOMB = 1; then AC_LIBOBJ([wctomb]) gl_PREREQ_WCTOMB fi gl_STDLIB_MODULE_INDICATOR([wctomb]) gl_YIELD m4_popdef([gl_MODULE_INDICATOR_CONDITION]) m4_ifval(gltests_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([gltests_LIBSOURCES_DIR])[ || for gl_file in ]gltests_LIBSOURCES_LIST[ ; do if test ! -r ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file ; then echo "missing file ]m4_defn([gltests_LIBSOURCES_DIR])[/$gl_file" >&2 exit 1 fi done])dnl m4_if(m4_sysval, [0], [], [AC_FATAL([expected source file, required through AC_LIBSOURCES, not found])]) ]) m4_popdef([gltests_LIBSOURCES_DIR]) m4_popdef([gltests_LIBSOURCES_LIST]) m4_popdef([AC_LIBSOURCES]) m4_popdef([AC_REPLACE_FUNCS]) m4_popdef([AC_LIBOBJ]) AC_CONFIG_COMMANDS_PRE([ gltests_libobjs= gltests_ltlibobjs= if test -n "$gltests_LIBOBJS"; then # Remove the extension. sed_drop_objext='s/\.o$//;s/\.obj$//' for i in `for i in $gltests_LIBOBJS; do echo "$i"; done | sed -e "$sed_drop_objext" | sort | uniq`; do gltests_libobjs="$gltests_libobjs $i.$ac_objext" gltests_ltlibobjs="$gltests_ltlibobjs $i.lo" done fi AC_SUBST([gltests_LIBOBJS], [$gltests_libobjs]) AC_SUBST([gltests_LTLIBOBJS], [$gltests_ltlibobjs]) ]) LIBTESTS_LIBDEPS="$gltests_libdeps" AC_SUBST([LIBTESTS_LIBDEPS]) ]) # Like AC_LIBOBJ, except that the module name goes # into gl_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gl_LIBOBJ], [ AS_LITERAL_IF([$1], [gl_LIBSOURCES([$1.c])])dnl gl_LIBOBJS="$gl_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into gl_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gl_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [gl_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([gl_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([gl_LIBSOURCES_DIR], [gl]) m4_append([gl_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # Like AC_LIBOBJ, except that the module name goes # into gltests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gltests_LIBOBJ], [ AS_LITERAL_IF([$1], [gltests_LIBSOURCES([$1.c])])dnl gltests_LIBOBJS="$gltests_LIBOBJS $1.$ac_objext" ]) # Like AC_REPLACE_FUNCS, except that the module name goes # into gltests_LIBOBJS instead of into LIBOBJS. AC_DEFUN([gltests_REPLACE_FUNCS], [ m4_foreach_w([gl_NAME], [$1], [AC_LIBSOURCES(gl_NAME[.c])])dnl AC_CHECK_FUNCS([$1], , [gltests_LIBOBJ($ac_func)]) ]) # Like AC_LIBSOURCES, except the directory where the source file is # expected is derived from the gnulib-tool parameterization, # and alloca is special cased (for the alloca-opt module). # We could also entirely rely on EXTRA_lib..._SOURCES. AC_DEFUN([gltests_LIBSOURCES], [ m4_foreach([_gl_NAME], [$1], [ m4_if(_gl_NAME, [alloca.c], [], [ m4_define([gltests_LIBSOURCES_DIR], [gltests]) m4_append([gltests_LIBSOURCES_LIST], _gl_NAME, [ ]) ]) ]) ]) # This macro records the list of files which have been installed by # gnulib-tool and may be removed by future gnulib-tool invocations. AC_DEFUN([gl_FILE_LIST], [ build-aux/config.rpath build-aux/gendocs.sh build-aux/gnupload build-aux/pmccabe.css build-aux/pmccabe2html build-aux/snippet/_Noreturn.h build-aux/snippet/arg-nonnull.h build-aux/snippet/c++defs.h build-aux/snippet/unused-parameter.h build-aux/snippet/warn-on-use.h build-aux/update-copyright build-aux/useless-if-before-free build-aux/vc-list-files doc/fdl-1.3.texi doc/gendocs_template lib/alloca.c lib/alloca.in.h lib/arpa_inet.in.h lib/asnprintf.c lib/asprintf.c lib/c-ctype.c lib/c-ctype.h lib/c-strcase.h lib/c-strcasecmp.c lib/c-strcaseeq.h lib/c-strncasecmp.c lib/close.c lib/config.charset lib/connect.c lib/errno.in.h lib/error.c lib/error.h lib/exitfail.c lib/exitfail.h lib/fd-hook.c lib/fd-hook.h lib/float+.h lib/float.c lib/float.in.h lib/fseek.c lib/fseeko.c lib/fstat.c lib/gai_strerror.c lib/getaddrinfo.c lib/getdelim.c lib/getline.c lib/getopt.c lib/getopt.in.h lib/getopt1.c lib/getopt_int.h lib/getpass.c lib/getpass.h lib/gettext.h lib/iconv.c lib/iconv.in.h lib/iconv_close.c lib/iconv_open-aix.gperf lib/iconv_open-hpux.gperf lib/iconv_open-irix.gperf lib/iconv_open-osf.gperf lib/iconv_open-solaris.gperf lib/iconv_open.c lib/inet_ntop.c lib/intprops.h lib/itold.c lib/localcharset.c lib/localcharset.h lib/lseek.c lib/mbrtowc.c lib/mbsinit.c lib/memchr.c lib/memchr.valgrind lib/msvc-inval.c lib/msvc-inval.h lib/msvc-nothrow.c lib/msvc-nothrow.h lib/netdb.in.h lib/netinet_in.in.h lib/poll.c lib/poll.in.h lib/printf-args.c lib/printf-args.h lib/printf-parse.c lib/printf-parse.h lib/progname.c lib/progname.h lib/quote.h lib/quotearg.c lib/quotearg.h lib/readline.c lib/readline.h lib/realloc.c lib/recv.c lib/ref-add.sin lib/ref-del.sin lib/select.c lib/shutdown.c lib/signal.in.h lib/size_max.h lib/snprintf.c lib/socket.c lib/sockets.c lib/sockets.h lib/stdalign.in.h lib/stdarg.in.h lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h lib/stdio-impl.h lib/stdio.in.h lib/stdlib.in.h lib/streq.h lib/strerror-override.c lib/strerror-override.h lib/strerror.c lib/striconv.c lib/striconv.h lib/string.in.h lib/strtok_r.c lib/sys_select.in.h lib/sys_socket.in.h lib/sys_stat.in.h lib/sys_time.in.h lib/sys_types.in.h lib/sys_uio.in.h lib/time.in.h lib/unistd.in.h lib/unistr.in.h lib/unistr/u8-mbtoucr.c lib/unistr/u8-uctomb-aux.c lib/unistr/u8-uctomb.c lib/unitypes.in.h lib/vasnprintf.c lib/vasnprintf.h lib/vasprintf.c lib/verify.h lib/version-etc.c lib/version-etc.h lib/w32sock.h lib/wchar.in.h lib/wctype.in.h lib/xalloc-die.c lib/xalloc-oversized.h lib/xalloc.h lib/xmalloc.c lib/xsize.h m4/00gnulib.m4 m4/alloca.m4 m4/arpa_inet_h.m4 m4/autobuild.m4 m4/btowc.m4 m4/close.m4 m4/codeset.m4 m4/configmake.m4 m4/dup2.m4 m4/eealloc.m4 m4/environ.m4 m4/errno_h.m4 m4/error.m4 m4/exponentd.m4 m4/extensions.m4 m4/fcntl-o.m4 m4/fcntl_h.m4 m4/fdopen.m4 m4/float_h.m4 m4/fpieee.m4 m4/fseek.m4 m4/fseeko.m4 m4/fstat.m4 m4/getaddrinfo.m4 m4/getcwd.m4 m4/getdelim.m4 m4/getline.m4 m4/getopt.m4 m4/getpagesize.m4 m4/getpass.m4 m4/glibc21.m4 m4/gnulib-common.m4 m4/hostent.m4 m4/iconv.m4 m4/iconv_h.m4 m4/iconv_open.m4 m4/include_next.m4 m4/inet_ntop.m4 m4/inet_pton.m4 m4/inline.m4 m4/intlmacosx.m4 m4/intmax_t.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/largefile.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/libunistring-base.m4 m4/localcharset.m4 m4/locale-fr.m4 m4/locale-ja.m4 m4/locale-tr.m4 m4/locale-zh.m4 m4/locale_h.m4 m4/localename.m4 m4/lock.m4 m4/longlong.m4 m4/lseek.m4 m4/lstat.m4 m4/malloc.m4 m4/malloca.m4 m4/manywarnings.m4 m4/math_h.m4 m4/mbrtowc.m4 m4/mbsinit.m4 m4/mbstate_t.m4 m4/mbtowc.m4 m4/memchr.m4 m4/mmap-anon.m4 m4/mode_t.m4 m4/msvc-inval.m4 m4/msvc-nothrow.m4 m4/multiarch.m4 m4/netdb_h.m4 m4/netinet_in_h.m4 m4/nocrash.m4 m4/off_t.m4 m4/open.m4 m4/pathmax.m4 m4/poll.m4 m4/poll_h.m4 m4/printf.m4 m4/putenv.m4 m4/quote.m4 m4/quotearg.m4 m4/readline.m4 m4/realloc.m4 m4/select.m4 m4/servent.m4 m4/setenv.m4 m4/setlocale.m4 m4/signal_h.m4 m4/size_max.m4 m4/snprintf.m4 m4/socketlib.m4 m4/sockets.m4 m4/socklen.m4 m4/sockpfaf.m4 m4/ssize_t.m4 m4/stat.m4 m4/stdalign.m4 m4/stdarg.m4 m4/stdbool.m4 m4/stddef_h.m4 m4/stdint.m4 m4/stdint_h.m4 m4/stdio_h.m4 m4/stdlib_h.m4 m4/strerror.m4 m4/string_h.m4 m4/strtok_r.m4 m4/symlink.m4 m4/sys_select_h.m4 m4/sys_socket_h.m4 m4/sys_stat_h.m4 m4/sys_time_h.m4 m4/sys_types_h.m4 m4/sys_uio_h.m4 m4/thread.m4 m4/threadlib.m4 m4/time_h.m4 m4/ungetc.m4 m4/unistd_h.m4 m4/valgrind-tests.m4 m4/vasnprintf.m4 m4/vasprintf.m4 m4/version-etc.m4 m4/warn-on-use.m4 m4/warnings.m4 m4/wchar_h.m4 m4/wchar_t.m4 m4/wcrtomb.m4 m4/wctob.m4 m4/wctomb.m4 m4/wctype_h.m4 m4/wint_t.m4 m4/xalloc.m4 m4/xsize.m4 m4/yield.m4 tests/init.sh tests/macros.h tests/signature.h tests/test-alloca-opt.c tests/test-arpa_inet.c tests/test-binary-io.c tests/test-binary-io.sh tests/test-btowc.c tests/test-btowc1.sh tests/test-btowc2.sh tests/test-c-ctype.c tests/test-c-strcase.sh tests/test-c-strcasecmp.c tests/test-c-strncasecmp.c tests/test-close.c tests/test-connect.c tests/test-dup2.c tests/test-environ.c tests/test-errno.c tests/test-fcntl-h.c tests/test-fdopen.c tests/test-fgetc.c tests/test-float.c tests/test-fputc.c tests/test-fread.c tests/test-fseek.c tests/test-fseek.sh tests/test-fseek2.sh tests/test-fseeko.c tests/test-fseeko.sh tests/test-fseeko2.sh tests/test-fseeko3.c tests/test-fseeko3.sh tests/test-fseeko4.c tests/test-fseeko4.sh tests/test-fstat.c tests/test-fwrite.c tests/test-getaddrinfo.c tests/test-getcwd-lgpl.c tests/test-getdelim.c tests/test-getline.c tests/test-getopt.c tests/test-getopt.h tests/test-getopt_long.h tests/test-iconv-h.c tests/test-iconv.c tests/test-ignore-value.c tests/test-inet_ntop.c tests/test-inet_pton.c tests/test-init.sh tests/test-intprops.c tests/test-inttypes.c tests/test-locale.c tests/test-localename.c tests/test-lock.c tests/test-lseek.c tests/test-lseek.sh tests/test-lstat.c tests/test-lstat.h tests/test-malloca.c tests/test-mbrtowc-w32-1.sh tests/test-mbrtowc-w32-2.sh tests/test-mbrtowc-w32-3.sh tests/test-mbrtowc-w32-4.sh tests/test-mbrtowc-w32-5.sh tests/test-mbrtowc-w32.c tests/test-mbrtowc.c tests/test-mbrtowc1.sh tests/test-mbrtowc2.sh tests/test-mbrtowc3.sh tests/test-mbrtowc4.sh tests/test-mbsinit.c tests/test-mbsinit.sh tests/test-memchr.c tests/test-netdb.c tests/test-netinet_in.c tests/test-open.c tests/test-open.h tests/test-pathmax.c tests/test-poll-h.c tests/test-quotearg-simple.c tests/test-quotearg.h tests/test-recv.c tests/test-setenv.c tests/test-setlocale1.c tests/test-setlocale1.sh tests/test-setlocale2.c tests/test-setlocale2.sh tests/test-shutdown.c tests/test-signal-h.c tests/test-snprintf.c tests/test-sockets.c tests/test-stat.c tests/test-stat.h tests/test-stdalign.c tests/test-stdbool.c tests/test-stddef.c tests/test-stdint.c tests/test-stdio.c tests/test-stdlib.c tests/test-strerror.c tests/test-striconv.c tests/test-string.c tests/test-symlink.c tests/test-symlink.h tests/test-sys_select.c tests/test-sys_socket.c tests/test-sys_stat.c tests/test-sys_time.c tests/test-sys_types.c tests/test-sys_uio.c tests/test-sys_wait.h tests/test-thread_create.c tests/test-thread_self.c tests/test-time.c tests/test-unistd.c tests/test-unsetenv.c tests/test-vasnprintf.c tests/test-vasprintf.c tests/test-vc-list-files-cvs.sh tests/test-vc-list-files-git.sh tests/test-verify.c tests/test-verify.sh tests/test-version-etc.c tests/test-version-etc.sh tests/test-wchar.c tests/test-wcrtomb-w32-1.sh tests/test-wcrtomb-w32-2.sh tests/test-wcrtomb-w32-3.sh tests/test-wcrtomb-w32-4.sh tests/test-wcrtomb-w32-5.sh tests/test-wcrtomb-w32.c tests/test-wcrtomb.c tests/test-wcrtomb.sh tests/test-wctype-h.c tests/test-xalloc-die.c tests/test-xalloc-die.sh tests/unistr/test-u8-mbtoucr.c tests/unistr/test-u8-uctomb.c tests/zerosize-ptr.h tests=lib/binary-io.h tests=lib/btowc.c tests=lib/dosname.h tests=lib/dup2.c tests=lib/fcntl.in.h tests=lib/fdopen.c tests=lib/fpucw.h tests=lib/getcwd-lgpl.c tests=lib/getpagesize.c tests=lib/glthread/lock.c tests=lib/glthread/lock.h tests=lib/glthread/thread.c tests=lib/glthread/thread.h tests=lib/glthread/threadlib.c tests=lib/glthread/yield.h tests=lib/ignore-value.h tests=lib/inet_pton.c tests=lib/inttypes.in.h tests=lib/locale.in.h tests=lib/localename.c tests=lib/localename.h tests=lib/lstat.c tests=lib/malloc.c tests=lib/malloca.c tests=lib/malloca.h tests=lib/malloca.valgrind tests=lib/mbtowc-impl.h tests=lib/mbtowc.c tests=lib/open.c tests=lib/pathmax.h tests=lib/putenv.c tests=lib/same-inode.h tests=lib/setenv.c tests=lib/setlocale.c tests=lib/stat.c tests=lib/symlink.c tests=lib/unsetenv.c tests=lib/version-etc-fsf.c tests=lib/wcrtomb.c tests=lib/wctob.c tests=lib/wctomb-impl.h tests=lib/wctomb.c top/GNUmakefile top/maint.mk ]) gsasl-1.8.0/gl/m4/localcharset.m40000664000000000000000000000112511746471770013367 00000000000000# localcharset.m4 serial 7 dnl Copyright (C) 2002, 2004, 2006, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_LOCALCHARSET], [ dnl Prerequisites of lib/localcharset.c. AC_REQUIRE([AM_LANGINFO_CODESET]) AC_REQUIRE([gl_FCNTL_O_FLAGS]) AC_CHECK_DECLS_ONCE([getc_unlocked]) dnl Prerequisites of the lib/Makefile.am snippet. AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_GLIBC21]) ]) gsasl-1.8.0/gl/m4/netinet_in_h.m40000664000000000000000000000207511746471770013373 00000000000000# netinet_in_h.m4 serial 5 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_HEADER_NETINET_IN], [ AC_CACHE_CHECK([whether is self-contained], [gl_cv_header_netinet_in_h_selfcontained], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[]])], [gl_cv_header_netinet_in_h_selfcontained=yes], [gl_cv_header_netinet_in_h_selfcontained=no]) ]) if test $gl_cv_header_netinet_in_h_selfcontained = yes; then NETINET_IN_H='' else NETINET_IN_H='netinet/in.h' AC_CHECK_HEADERS([netinet/in.h]) gl_CHECK_NEXT_HEADERS([netinet/in.h]) if test $ac_cv_header_netinet_in_h = yes; then HAVE_NETINET_IN_H=1 else HAVE_NETINET_IN_H=0 fi AC_SUBST([HAVE_NETINET_IN_H]) fi AC_SUBST([NETINET_IN_H]) AM_CONDITIONAL([GL_GENERATE_NETINET_IN_H], [test -n "$NETINET_IN_H"]) ]) gsasl-1.8.0/gl/m4/msvc-nothrow.m40000664000000000000000000000053011746471770013370 00000000000000# msvc-nothrow.m4 serial 1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_MSVC_NOTHROW], [ AC_REQUIRE([gl_MSVC_INVAL]) ]) gsasl-1.8.0/gl/m4/getline.m40000664000000000000000000000563711754207010012345 00000000000000# getline.m4 serial 26 dnl Copyright (C) 1998-2003, 2005-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_PREREQ([2.59]) dnl See if there's a working, system-supplied version of the getline function. dnl We can't just do AC_REPLACE_FUNCS([getline]) because some systems dnl have a function by that name in -linet that doesn't have anything dnl to do with the function we need. AC_DEFUN([gl_FUNC_GETLINE], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) dnl Persuade glibc to declare getline(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CHECK_DECLS_ONCE([getline]) gl_getline_needs_run_time_check=no AC_CHECK_FUNC([getline], [dnl Found it in some library. Verify that it works. gl_getline_needs_run_time_check=yes], [am_cv_func_working_getline=no]) if test $gl_getline_needs_run_time_check = yes; then AC_CACHE_CHECK([for working getline function], [am_cv_func_working_getline], [echo fooNbarN | tr -d '\012' | tr N '\012' > conftest.data AC_RUN_IFELSE([AC_LANG_SOURCE([[ # include # include # include int main () { FILE *in = fopen ("./conftest.data", "r"); if (!in) return 1; { /* Test result for a NULL buffer and a zero size. Based on a test program from Karl Heuer. */ char *line = NULL; size_t siz = 0; int len = getline (&line, &siz, in); if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) return 2; } { /* Test result for a NULL buffer and a non-zero size. This crashes on FreeBSD 8.0. */ char *line = NULL; size_t siz = (size_t)(~0) / 4; if (getline (&line, &siz, in) == -1) return 3; } return 0; } ]])], [am_cv_func_working_getline=yes] dnl The library version works. , [am_cv_func_working_getline=no] dnl The library version does NOT work. , dnl We're cross compiling. Assume it works on glibc2 systems. [AC_EGREP_CPP([Lucky GNU user], [ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) && !defined __UCLIBC__ Lucky GNU user #endif #endif ], [am_cv_func_working_getline="guessing yes"], [am_cv_func_working_getline="guessing no"])] )]) fi if test $ac_cv_have_decl_getline = no; then HAVE_DECL_GETLINE=0 fi case "$am_cv_func_working_getline" in *no) dnl Set REPLACE_GETLINE always: Even if we have not found the broken dnl getline function among $LIBS, it may exist in libinet and the dnl executable may be linked with -linet. REPLACE_GETLINE=1 ;; esac ]) # Prerequisites of lib/getline.c. AC_DEFUN([gl_PREREQ_GETLINE], [ : ]) gsasl-1.8.0/gl/m4/00gnulib.m40000664000000000000000000000252211746471770012345 00000000000000# 00gnulib.m4 serial 2 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file must be named something that sorts before all other dnl gnulib-provided .m4 files. It is needed until such time as we can dnl assume Autoconf 2.64, with its improved AC_DEFUN_ONCE semantics. # AC_DEFUN_ONCE([NAME], VALUE) # ---------------------------- # Define NAME to expand to VALUE on the first use (whether by direct # expansion, or by AC_REQUIRE), and to nothing on all subsequent uses. # Avoid bugs in AC_REQUIRE in Autoconf 2.63 and earlier. This # definition is slower than the version in Autoconf 2.64, because it # can only use interfaces that existed since 2.59; but it achieves the # same effect. Quoting is necessary to avoid confusing Automake. m4_version_prereq([2.63.263], [], [m4_define([AC][_DEFUN_ONCE], [AC][_DEFUN([$1], [AC_REQUIRE([_gl_DEFUN_ONCE([$1])], [m4_indir([_gl_DEFUN_ONCE([$1])])])])]dnl [AC][_DEFUN([_gl_DEFUN_ONCE([$1])], [$2])])]) # gl_00GNULIB # ----------- # Witness macro that this file has been included. Needed to force # Automake to include this file prior to all other gnulib .m4 files. AC_DEFUN([gl_00GNULIB]) gsasl-1.8.0/gl/m4/btowc.m40000664000000000000000000000613311746471770012045 00000000000000# btowc.m4 serial 10 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_BTOWC], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) dnl Check whether is usable at all, first. Otherwise the test dnl program below may lead to an endless loop. See dnl . AC_REQUIRE([gl_WCHAR_H_INLINE_OK]) AC_CHECK_FUNCS_ONCE([btowc]) if test $ac_cv_func_btowc = no; then HAVE_BTOWC=0 else AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_FR]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Cygwin 1.7.2 btowc('\0') is WEOF, not 0. AC_CACHE_CHECK([whether btowc(0) is correct], [gl_cv_func_btowc_nul], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (btowc ('\0') != 0) return 1; return 0; }]])], [gl_cv_func_btowc_nul=yes], [gl_cv_func_btowc_nul=no], [ changequote(,)dnl case "$host_os" in # Guess no on Cygwin. cygwin*) gl_cv_func_btowc_nul="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_btowc_nul="guessing yes" ;; esac changequote([,])dnl ]) ]) dnl IRIX 6.5 btowc(EOF) is 0xFF, not WEOF. AC_CACHE_CHECK([whether btowc(EOF) is correct], [gl_cv_func_btowc_eof], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on IRIX. irix*) gl_cv_func_btowc_eof="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_btowc_eof="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_FR != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { if (setlocale (LC_ALL, "$LOCALE_FR") != NULL) { if (btowc (EOF) != WEOF) return 1; } return 0; }]])], [gl_cv_func_btowc_eof=yes], [gl_cv_func_btowc_eof=no], [:]) fi ]) case "$gl_cv_func_btowc_nul" in *yes) ;; *) REPLACE_BTOWC=1 ;; esac case "$gl_cv_func_btowc_eof" in *yes) ;; *) REPLACE_BTOWC=1 ;; esac fi ]) # Prerequisites of lib/btowc.c. AC_DEFUN([gl_PREREQ_BTOWC], [ : ]) gsasl-1.8.0/gl/m4/mode_t.m40000664000000000000000000000234211746471770012174 00000000000000# mode_t.m4 serial 2 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # For using mode_t, it's sufficient to use AC_TYPE_MODE_T and # include . # Define PROMOTED_MODE_T to the type that is the result of "default argument # promotion" (ISO C 6.5.2.2.(6)) of the type mode_t. AC_DEFUN([gl_PROMOTED_TYPE_MODE_T], [ AC_REQUIRE([AC_TYPE_MODE_T]) AC_CACHE_CHECK([for promoted mode_t type], [gl_cv_promoted_mode_t], [ dnl Assume mode_t promotes to 'int' if and only if it is smaller than 'int', dnl and to itself otherwise. This assumption is not guaranteed by the ISO C dnl standard, but we don't know of any real-world counterexamples. AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];]])], [gl_cv_promoted_mode_t='int'], [gl_cv_promoted_mode_t='mode_t']) ]) AC_DEFINE_UNQUOTED([PROMOTED_MODE_T], [$gl_cv_promoted_mode_t], [Define to the type that is the result of default argument promotions of type mode_t.]) ]) gsasl-1.8.0/gl/m4/float_h.m40000664000000000000000000000466311746471770012351 00000000000000# float_h.m4 serial 9 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FLOAT_H], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) FLOAT_H= REPLACE_FLOAT_LDBL=0 case "$host_os" in aix* | beos* | openbsd* | mirbsd* | irix*) FLOAT_H=float.h ;; freebsd*) case "$host_cpu" in changequote(,)dnl i[34567]86 ) changequote([,])dnl FLOAT_H=float.h ;; x86_64 ) # On x86_64 systems, the C compiler may still be generating # 32-bit code. AC_EGREP_CPP([yes], [#if defined __LP64__ || defined __x86_64__ || defined __amd64__ yes #endif], [], [FLOAT_H=float.h]) ;; esac ;; linux*) case "$host_cpu" in powerpc*) FLOAT_H=float.h ;; esac ;; esac case "$host_os" in aix* | freebsd* | linux*) if test -n "$FLOAT_H"; then REPLACE_FLOAT_LDBL=1 fi ;; esac dnl Test against glibc-2.7 Linux/SPARC64 bug. REPLACE_ITOLD=0 AC_CACHE_CHECK([whether conversion from 'int' to 'long double' works], [gl_cv_func_itold_works], [ AC_RUN_IFELSE( [AC_LANG_SOURCE([[ int i = -1; volatile long double ld; int main () { ld += i * 1.0L; if (ld > 0) return 1; return 0; }]])], [gl_cv_func_itold_works=yes], [gl_cv_func_itold_works=no], [case "$host" in sparc*-*-linux*) AC_EGREP_CPP([yes], [#if defined __LP64__ || defined __arch64__ yes #endif], [gl_cv_func_itold_works="guessing no"], [gl_cv_func_itold_works="guessing yes"]) ;; *) gl_cv_func_itold_works="guessing yes" ;; esac ]) ]) case "$gl_cv_func_itold_works" in *no) REPLACE_ITOLD=1 dnl We add the workaround to but also to , dnl to increase the chances that the fix function gets pulled in. FLOAT_H=float.h ;; esac if test -n "$FLOAT_H"; then gl_NEXT_HEADERS([float.h]) fi AC_SUBST([FLOAT_H]) AM_CONDITIONAL([GL_GENERATE_FLOAT_H], [test -n "$FLOAT_H"]) AC_SUBST([REPLACE_ITOLD]) ]) gsasl-1.8.0/gl/m4/locale_h.m40000664000000000000000000001040011746471770012465 00000000000000# locale_h.m4 serial 18 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_LOCALE_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_LOCALE_H_DEFAULTS]) dnl Persuade glibc to define locale_t and the int_p_*, int_n_* dnl members of 'struct lconv'. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) dnl If is replaced, then must also be replaced. AC_REQUIRE([gl_STDDEF_H]) dnl Solaris 11 2011-11 defines the int_p_*, int_n_* members of 'struct lconv' dnl only if _LCONV_C99 is defined. AC_REQUIRE([AC_CANONICAL_HOST]) case "$host_os" in solaris*) AC_DEFINE([_LCONV_C99], [1], [Define to 1 on Solaris.]) ;; esac AC_CACHE_CHECK([whether locale.h conforms to POSIX:2001], [gl_cv_header_locale_h_posix2001], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include int x = LC_MESSAGES; int y = sizeof (((struct lconv *) 0)->decimal_point);]], [[]])], [gl_cv_header_locale_h_posix2001=yes], [gl_cv_header_locale_h_posix2001=no])]) dnl Check for . AC_CHECK_HEADERS_ONCE([xlocale.h]) if test $ac_cv_header_xlocale_h = yes; then HAVE_XLOCALE_H=1 dnl Check whether use of locale_t requires inclusion of , dnl e.g. on MacOS X 10.5. If does not define locale_t by dnl itself, we assume that will do so. AC_CACHE_CHECK([whether locale.h defines locale_t], [gl_cv_header_locale_has_locale_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include locale_t x;]], [[]])], [gl_cv_header_locale_has_locale_t=yes], [gl_cv_header_locale_has_locale_t=no]) ]) if test $gl_cv_header_locale_has_locale_t = yes; then gl_cv_header_locale_h_needs_xlocale_h=no else gl_cv_header_locale_h_needs_xlocale_h=yes fi else HAVE_XLOCALE_H=0 gl_cv_header_locale_h_needs_xlocale_h=no fi AC_SUBST([HAVE_XLOCALE_H]) dnl Check whether 'struct lconv' is complete. dnl Bionic libc's 'struct lconv' is just a dummy. dnl On OpenBSD 4.9, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 9, Cygwin 1.5.x, dnl mingw, MSVC 9, it lacks the int_p_* and int_n_* members. AC_CACHE_CHECK([whether struct lconv is properly defined], [gl_cv_sys_struct_lconv_ok], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include struct lconv l; int x = sizeof (l.decimal_point); int y = sizeof (l.int_p_cs_precedes);]], [[]])], [gl_cv_sys_struct_lconv_ok=yes], [gl_cv_sys_struct_lconv_ok=no]) ]) if test $gl_cv_sys_struct_lconv_ok = no; then REPLACE_STRUCT_LCONV=1 fi dnl is always overridden, because of GNULIB_POSIXCHECK. gl_NEXT_HEADERS([locale.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include /* Some systems provide declarations in a non-standard header. */ #if HAVE_XLOCALE_H # include #endif ]], [setlocale duplocale]) ]) AC_DEFUN([gl_LOCALE_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_LOCALE_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_LOCALE_H_DEFAULTS], [ GNULIB_LOCALECONV=0; AC_SUBST([GNULIB_LOCALECONV]) GNULIB_SETLOCALE=0; AC_SUBST([GNULIB_SETLOCALE]) GNULIB_DUPLOCALE=0; AC_SUBST([GNULIB_DUPLOCALE]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DUPLOCALE=1; AC_SUBST([HAVE_DUPLOCALE]) REPLACE_LOCALECONV=0; AC_SUBST([REPLACE_LOCALECONV]) REPLACE_SETLOCALE=0; AC_SUBST([REPLACE_SETLOCALE]) REPLACE_DUPLOCALE=0; AC_SUBST([REPLACE_DUPLOCALE]) REPLACE_STRUCT_LCONV=0; AC_SUBST([REPLACE_STRUCT_LCONV]) ]) gsasl-1.8.0/gl/m4/locale-ja.m40000664000000000000000000001260111746471770012553 00000000000000# locale-ja.m4 serial 11 dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Determine the name of a japanese locale with EUC-JP encoding. AC_DEFUN([gt_LOCALE_JA], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a traditional japanese locale], [gt_cv_locale_ja], [ AC_LANG_CONFTEST([AC_LANG_SOURCE([ changequote(,)dnl #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales on Cygwin 1.5.x. */ if (MB_CUR_MAX == 1) return 1; /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; return 0; } changequote([,])dnl ])]) if AC_TRY_EVAL([ac_link]) && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Note that on native Windows, the Japanese locale is # Japanese_Japan.932, and CP932 is very different from EUC-JP, so we # cannot use it here. gt_cv_locale_ja=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the AIX locale name. if (LC_ALL=ja_JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP else # Test for the locale name with explicit encoding suffix. if (LC_ALL=ja_JP.EUC-JP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC-JP else # Test for the HP-UX, OSF/1, NetBSD locale name. if (LC_ALL=ja_JP.eucJP LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.eucJP else # Test for the IRIX, FreeBSD locale name. if (LC_ALL=ja_JP.EUC LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja_JP.EUC else # Test for the Solaris 7 locale name. if (LC_ALL=ja LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_ja=ja else # Special test for NetBSD 1.6. if test -f /usr/share/locale/ja_JP.eucJP/LC_CTYPE; then gt_cv_locale_ja=ja_JP.eucJP else # None found. gt_cv_locale_ja=none fi fi fi fi fi fi ;; esac fi rm -fr conftest* ]) LOCALE_JA=$gt_cv_locale_ja AC_SUBST([LOCALE_JA]) ]) gsasl-1.8.0/gl/m4/errno_h.m40000664000000000000000000000600611746471770012362 00000000000000# errno_h.m4 serial 10 dnl Copyright (C) 2004, 2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_HEADER_ERRNO_H], [ AC_REQUIRE([AC_PROG_CC]) AC_CACHE_CHECK([for complete errno.h], [gl_cv_header_errno_h_complete], [ AC_EGREP_CPP([booboo],[ #include #if !defined ENOMSG booboo #endif #if !defined EIDRM booboo #endif #if !defined ENOLINK booboo #endif #if !defined EPROTO booboo #endif #if !defined EMULTIHOP booboo #endif #if !defined EBADMSG booboo #endif #if !defined EOVERFLOW booboo #endif #if !defined ENOTSUP booboo #endif #if !defined ENETRESET booboo #endif #if !defined ECONNABORTED booboo #endif #if !defined ESTALE booboo #endif #if !defined EDQUOT booboo #endif #if !defined ECANCELED booboo #endif ], [gl_cv_header_errno_h_complete=no], [gl_cv_header_errno_h_complete=yes]) ]) if test $gl_cv_header_errno_h_complete = yes; then ERRNO_H='' else gl_NEXT_HEADERS([errno.h]) ERRNO_H='errno.h' fi AC_SUBST([ERRNO_H]) AM_CONDITIONAL([GL_GENERATE_ERRNO_H], [test -n "$ERRNO_H"]) gl_REPLACE_ERRNO_VALUE([EMULTIHOP]) gl_REPLACE_ERRNO_VALUE([ENOLINK]) gl_REPLACE_ERRNO_VALUE([EOVERFLOW]) ]) # Assuming $1 = EOVERFLOW. # The EOVERFLOW errno value ought to be defined in , according to # POSIX. But some systems (like OpenBSD 4.0 or AIX 3) don't define it, and # some systems (like OSF/1) define it when _XOPEN_SOURCE_EXTENDED is defined. # Check for the value of EOVERFLOW. # Set the variables EOVERFLOW_HIDDEN and EOVERFLOW_VALUE. AC_DEFUN([gl_REPLACE_ERRNO_VALUE], [ if test -n "$ERRNO_H"; then AC_CACHE_CHECK([for ]$1[ value], [gl_cv_header_errno_h_]$1, [ AC_EGREP_CPP([yes],[ #include #ifdef ]$1[ yes #endif ], [gl_cv_header_errno_h_]$1[=yes], [gl_cv_header_errno_h_]$1[=no]) if test $gl_cv_header_errno_h_]$1[ = no; then AC_EGREP_CPP([yes],[ #define _XOPEN_SOURCE_EXTENDED 1 #include #ifdef ]$1[ yes #endif ], [gl_cv_header_errno_h_]$1[=hidden]) if test $gl_cv_header_errno_h_]$1[ = hidden; then dnl The macro exists but is hidden. dnl Define it to the same value. AC_COMPUTE_INT([gl_cv_header_errno_h_]$1, $1, [ #define _XOPEN_SOURCE_EXTENDED 1 #include /* The following two lines are a workaround against an autoconf-2.52 bug. */ #include #include ]) fi fi ]) case $gl_cv_header_errno_h_]$1[ in yes | no) ]$1[_HIDDEN=0; ]$1[_VALUE= ;; *) ]$1[_HIDDEN=1; ]$1[_VALUE="$gl_cv_header_errno_h_]$1[" ;; esac AC_SUBST($1[_HIDDEN]) AC_SUBST($1[_VALUE]) fi ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) gsasl-1.8.0/gl/m4/locale-zh.m40000664000000000000000000001222411746471770012603 00000000000000# locale-zh.m4 serial 11 dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Determine the name of a chinese locale with GB18030 encoding. AC_DEFUN([gt_LOCALE_ZH_CN], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a transitional chinese locale], [gt_cv_locale_zh_CN], [ AC_LANG_CONFTEST([AC_LANG_SOURCE([ changequote(,)dnl #include #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { const char *p; /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. On MirBSD 10, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "UTF-8". */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0 || strcmp (cs, "UTF-8") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in a month name, no byte in the range 0x80..0x9F occurs. This excludes the UTF-8 encoding (except on MirBSD). */ t.tm_year = 1975 - 1900; t.tm_mon = 2 - 1; t.tm_mday = 4; if (strftime (buf, sizeof (buf), "%B", &t) < 2) return 1; for (p = buf; *p != '\0'; p++) if ((unsigned char) *p >= 0x80 && (unsigned char) *p < 0xa0) return 1; /* Check whether a typical GB18030 multibyte sequence is recognized as a single wide character. This excludes the GB2312 and GBK encodings. */ if (mblen ("\203\062\332\066", 5) != 4) return 1; return 0; } changequote([,])dnl ])]) if AC_TRY_EVAL([ac_link]) && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=Chinese_China.54936 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=Chinese_China.54936 else # None found. gt_cv_locale_zh_CN=none fi ;; solaris2.8) # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK are # broken. One witness is the test case in gl_MBRTOWC_SANITYCHECK. # Another witness is that "LC_ALL=zh_CN.GB18030 bash -c true" dumps core. gt_cv_locale_zh_CN=none ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the locale name without encoding suffix. if (LC_ALL=zh_CN LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN else # Test for the locale name with explicit encoding suffix. if (LC_ALL=zh_CN.GB18030 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_zh_CN=zh_CN.GB18030 else # None found. gt_cv_locale_zh_CN=none fi fi ;; esac else # If there was a link error, due to mblen(), the system is so old that # it certainly doesn't have a chinese locale. gt_cv_locale_zh_CN=none fi rm -fr conftest* ]) LOCALE_ZH_CN=$gt_cv_locale_zh_CN AC_SUBST([LOCALE_ZH_CN]) ]) gsasl-1.8.0/gl/m4/stdlib_h.m40000664000000000000000000001260311746471770012516 00000000000000# stdlib_h.m4 serial 41 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDLIB_H], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) gl_NEXT_HEADERS([stdlib.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use, and which is not dnl guaranteed by C89. gl_WARN_ON_USE_PREPARE([[#include #if HAVE_SYS_LOADAVG_H # include #endif #if HAVE_RANDOM_H # include #endif ]], [_Exit atoll canonicalize_file_name getloadavg getsubopt grantpt initstate initstate_r mkdtemp mkostemp mkostemps mkstemp mkstemps posix_openpt ptsname ptsname_r random random_r realpath rpmatch setenv setstate setstate_r srandom srandom_r strtod strtoll strtoull unlockpt unsetenv]) ]) AC_DEFUN([gl_STDLIB_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_STDLIB_H_DEFAULTS], [ GNULIB__EXIT=0; AC_SUBST([GNULIB__EXIT]) GNULIB_ATOLL=0; AC_SUBST([GNULIB_ATOLL]) GNULIB_CALLOC_POSIX=0; AC_SUBST([GNULIB_CALLOC_POSIX]) GNULIB_CANONICALIZE_FILE_NAME=0; AC_SUBST([GNULIB_CANONICALIZE_FILE_NAME]) GNULIB_GETLOADAVG=0; AC_SUBST([GNULIB_GETLOADAVG]) GNULIB_GETSUBOPT=0; AC_SUBST([GNULIB_GETSUBOPT]) GNULIB_GRANTPT=0; AC_SUBST([GNULIB_GRANTPT]) GNULIB_MALLOC_POSIX=0; AC_SUBST([GNULIB_MALLOC_POSIX]) GNULIB_MBTOWC=0; AC_SUBST([GNULIB_MBTOWC]) GNULIB_MKDTEMP=0; AC_SUBST([GNULIB_MKDTEMP]) GNULIB_MKOSTEMP=0; AC_SUBST([GNULIB_MKOSTEMP]) GNULIB_MKOSTEMPS=0; AC_SUBST([GNULIB_MKOSTEMPS]) GNULIB_MKSTEMP=0; AC_SUBST([GNULIB_MKSTEMP]) GNULIB_MKSTEMPS=0; AC_SUBST([GNULIB_MKSTEMPS]) GNULIB_POSIX_OPENPT=0; AC_SUBST([GNULIB_POSIX_OPENPT]) GNULIB_PTSNAME=0; AC_SUBST([GNULIB_PTSNAME]) GNULIB_PTSNAME_R=0; AC_SUBST([GNULIB_PTSNAME_R]) GNULIB_PUTENV=0; AC_SUBST([GNULIB_PUTENV]) GNULIB_RANDOM=0; AC_SUBST([GNULIB_RANDOM]) GNULIB_RANDOM_R=0; AC_SUBST([GNULIB_RANDOM_R]) GNULIB_REALLOC_POSIX=0; AC_SUBST([GNULIB_REALLOC_POSIX]) GNULIB_REALPATH=0; AC_SUBST([GNULIB_REALPATH]) GNULIB_RPMATCH=0; AC_SUBST([GNULIB_RPMATCH]) GNULIB_SETENV=0; AC_SUBST([GNULIB_SETENV]) GNULIB_STRTOD=0; AC_SUBST([GNULIB_STRTOD]) GNULIB_STRTOLL=0; AC_SUBST([GNULIB_STRTOLL]) GNULIB_STRTOULL=0; AC_SUBST([GNULIB_STRTOULL]) GNULIB_SYSTEM_POSIX=0; AC_SUBST([GNULIB_SYSTEM_POSIX]) GNULIB_UNLOCKPT=0; AC_SUBST([GNULIB_UNLOCKPT]) GNULIB_UNSETENV=0; AC_SUBST([GNULIB_UNSETENV]) GNULIB_WCTOMB=0; AC_SUBST([GNULIB_WCTOMB]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE__EXIT=1; AC_SUBST([HAVE__EXIT]) HAVE_ATOLL=1; AC_SUBST([HAVE_ATOLL]) HAVE_CANONICALIZE_FILE_NAME=1; AC_SUBST([HAVE_CANONICALIZE_FILE_NAME]) HAVE_DECL_GETLOADAVG=1; AC_SUBST([HAVE_DECL_GETLOADAVG]) HAVE_GETSUBOPT=1; AC_SUBST([HAVE_GETSUBOPT]) HAVE_GRANTPT=1; AC_SUBST([HAVE_GRANTPT]) HAVE_MKDTEMP=1; AC_SUBST([HAVE_MKDTEMP]) HAVE_MKOSTEMP=1; AC_SUBST([HAVE_MKOSTEMP]) HAVE_MKOSTEMPS=1; AC_SUBST([HAVE_MKOSTEMPS]) HAVE_MKSTEMP=1; AC_SUBST([HAVE_MKSTEMP]) HAVE_MKSTEMPS=1; AC_SUBST([HAVE_MKSTEMPS]) HAVE_POSIX_OPENPT=1; AC_SUBST([HAVE_POSIX_OPENPT]) HAVE_PTSNAME=1; AC_SUBST([HAVE_PTSNAME]) HAVE_PTSNAME_R=1; AC_SUBST([HAVE_PTSNAME_R]) HAVE_RANDOM=1; AC_SUBST([HAVE_RANDOM]) HAVE_RANDOM_H=1; AC_SUBST([HAVE_RANDOM_H]) HAVE_RANDOM_R=1; AC_SUBST([HAVE_RANDOM_R]) HAVE_REALPATH=1; AC_SUBST([HAVE_REALPATH]) HAVE_RPMATCH=1; AC_SUBST([HAVE_RPMATCH]) HAVE_SETENV=1; AC_SUBST([HAVE_SETENV]) HAVE_DECL_SETENV=1; AC_SUBST([HAVE_DECL_SETENV]) HAVE_STRTOD=1; AC_SUBST([HAVE_STRTOD]) HAVE_STRTOLL=1; AC_SUBST([HAVE_STRTOLL]) HAVE_STRTOULL=1; AC_SUBST([HAVE_STRTOULL]) HAVE_STRUCT_RANDOM_DATA=1; AC_SUBST([HAVE_STRUCT_RANDOM_DATA]) HAVE_SYS_LOADAVG_H=0; AC_SUBST([HAVE_SYS_LOADAVG_H]) HAVE_UNLOCKPT=1; AC_SUBST([HAVE_UNLOCKPT]) HAVE_DECL_UNSETENV=1; AC_SUBST([HAVE_DECL_UNSETENV]) REPLACE_CALLOC=0; AC_SUBST([REPLACE_CALLOC]) REPLACE_CANONICALIZE_FILE_NAME=0; AC_SUBST([REPLACE_CANONICALIZE_FILE_NAME]) REPLACE_MALLOC=0; AC_SUBST([REPLACE_MALLOC]) REPLACE_MBTOWC=0; AC_SUBST([REPLACE_MBTOWC]) REPLACE_MKSTEMP=0; AC_SUBST([REPLACE_MKSTEMP]) REPLACE_PTSNAME_R=0; AC_SUBST([REPLACE_PTSNAME_R]) REPLACE_PUTENV=0; AC_SUBST([REPLACE_PUTENV]) REPLACE_RANDOM_R=0; AC_SUBST([REPLACE_RANDOM_R]) REPLACE_REALLOC=0; AC_SUBST([REPLACE_REALLOC]) REPLACE_REALPATH=0; AC_SUBST([REPLACE_REALPATH]) REPLACE_SETENV=0; AC_SUBST([REPLACE_SETENV]) REPLACE_STRTOD=0; AC_SUBST([REPLACE_STRTOD]) REPLACE_UNSETENV=0; AC_SUBST([REPLACE_UNSETENV]) REPLACE_WCTOMB=0; AC_SUBST([REPLACE_WCTOMB]) ]) gsasl-1.8.0/gl/m4/libunistring-base.m40000664000000000000000000001426011746471770014350 00000000000000# libunistring-base.m4 serial 5 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paolo Bonzini and Bruno Haible. dnl gl_LIBUNISTRING_MODULE([VERSION], [Module]) dnl Declares that the source files of Module should be compiled, unless we dnl are linking with libunistring and its version is >= the given VERSION. dnl Defines an automake conditional LIBUNISTRING_COMPILE_$MODULE that is dnl true if the source files of Module should be compiled. dnl This macro is to be used for public libunistring API, not for dnl undocumented API. dnl dnl You have to bump the VERSION argument to the next projected version dnl number each time you make a change that affects the behaviour of the dnl functions defined in Module (even if the sources of Module itself do not dnl change). AC_DEFUN([gl_LIBUNISTRING_MODULE], [ AC_REQUIRE([gl_LIBUNISTRING_LIB_PREPARE]) dnl Use the variables HAVE_LIBUNISTRING, LIBUNISTRING_VERSION from dnl gl_LIBUNISTRING_CORE if that macro has been run. AM_CONDITIONAL(AS_TR_CPP([LIBUNISTRING_COMPILE_$2]), [gl_LIBUNISTRING_VERSION_CMP([$1])]) ]) dnl gl_LIBUNISTRING_LIBHEADER([VERSION], [HeaderFile]) dnl Declares that HeaderFile should be created, unless we are linking dnl with libunistring and its version is >= the given VERSION. dnl HeaderFile should be relative to the lib directory and end in '.h'. dnl Prepares for substituting LIBUNISTRING_HEADERFILE (to HeaderFile or empty). dnl dnl When we are linking with the already installed libunistring and its version dnl is < VERSION, we create HeaderFile here, because we may compile functions dnl (via gl_LIBUNISTRING_MODULE above) that are not contained in the installed dnl version. dnl When we are linking with the already installed libunistring and its version dnl is > VERSION, we don't create HeaderFile here: it could cause compilation dnl errors in other libunistring header files if some types are missing. dnl dnl You have to bump the VERSION argument to the next projected version dnl number each time you make a non-comment change to the HeaderFile. AC_DEFUN([gl_LIBUNISTRING_LIBHEADER], [ AC_REQUIRE([gl_LIBUNISTRING_LIB_PREPARE]) dnl Use the variables HAVE_LIBUNISTRING, LIBUNISTRING_VERSION from dnl gl_LIBUNISTRING_CORE if that macro has been run. if gl_LIBUNISTRING_VERSION_CMP([$1]); then LIBUNISTRING_[]AS_TR_CPP([$2])='$2' else LIBUNISTRING_[]AS_TR_CPP([$2])= fi AC_SUBST([LIBUNISTRING_]AS_TR_CPP([$2])) ]) dnl Miscellaneous preparations/initializations. AC_DEFUN([gl_LIBUNISTRING_LIB_PREPARE], [ dnl Ensure that HAVE_LIBUNISTRING is fully determined at this point. m4_ifdef([gl_LIBUNISTRING], [AC_REQUIRE([gl_LIBUNISTRING])]) AC_REQUIRE([AC_PROG_AWK]) dnl Sed expressions to extract the parts of a version number. changequote(,) gl_libunistring_sed_extract_major='/^[0-9]/{s/^\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{s/^[0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' gl_libunistring_sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p;q;} i\ 0 q ' changequote([,]) if test "$HAVE_LIBUNISTRING" = yes; then LIBUNISTRING_VERSION_MAJOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_major"` LIBUNISTRING_VERSION_MINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_minor"` LIBUNISTRING_VERSION_SUBMINOR=`echo "$LIBUNISTRING_VERSION" | sed -n -e "$gl_libunistring_sed_extract_subminor"` fi ]) dnl gl_LIBUNISTRING_VERSION_CMP([VERSION]) dnl Expands to a shell statement that evaluates to true if LIBUNISTRING_VERSION dnl is less than the VERSION argument. AC_DEFUN([gl_LIBUNISTRING_VERSION_CMP], [ { test "$HAVE_LIBUNISTRING" != yes \ || { dnl AS_LITERAL_IF exists and works fine since autoconf-2.59 at least. AS_LITERAL_IF([$1], [dnl This is the optimized variant, that assumes the argument is a literal: m4_pushdef([requested_version_major], [gl_LIBUNISTRING_ARG_OR_ZERO(m4_bpatsubst([$1], [^\([0-9]*\).*], [\1]), [])]) m4_pushdef([requested_version_minor], [gl_LIBUNISTRING_ARG_OR_ZERO(m4_bpatsubst([$1], [^[0-9]*[.]\([0-9]*\).*], [\1]), [$1])]) m4_pushdef([requested_version_subminor], [gl_LIBUNISTRING_ARG_OR_ZERO(m4_bpatsubst([$1], [^[0-9]*[.][0-9]*[.]\([0-9]*\).*], [\1]), [$1])]) test $LIBUNISTRING_VERSION_MAJOR -lt requested_version_major \ || { test $LIBUNISTRING_VERSION_MAJOR -eq requested_version_major \ && { test $LIBUNISTRING_VERSION_MINOR -lt requested_version_minor \ || { test $LIBUNISTRING_VERSION_MINOR -eq requested_version_minor \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt requested_version_subminor } } } m4_popdef([requested_version_subminor]) m4_popdef([requested_version_minor]) m4_popdef([requested_version_major]) ], [dnl This is the unoptimized variant: requested_version_major=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_major"` requested_version_minor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_minor"` requested_version_subminor=`echo '$1' | sed -n -e "$gl_libunistring_sed_extract_subminor"` test $LIBUNISTRING_VERSION_MAJOR -lt $requested_version_major \ || { test $LIBUNISTRING_VERSION_MAJOR -eq $requested_version_major \ && { test $LIBUNISTRING_VERSION_MINOR -lt $requested_version_minor \ || { test $LIBUNISTRING_VERSION_MINOR -eq $requested_version_minor \ && test $LIBUNISTRING_VERSION_SUBMINOR -lt $requested_version_subminor } } } ]) } }]) dnl gl_LIBUNISTRING_ARG_OR_ZERO([ARG], [ORIG]) expands to ARG if it is not the dnl same as ORIG, otherwise to 0. m4_define([gl_LIBUNISTRING_ARG_OR_ZERO], [m4_if([$1], [$2], [0], [$1])]) gsasl-1.8.0/gl/m4/multiarch.m40000664000000000000000000000367311746471770012725 00000000000000# multiarch.m4 serial 6 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Determine whether the compiler is or may be producing universal binaries. # # On MacOS X 10.5 and later systems, the user can create libraries and # executables that work on multiple system types--known as "fat" or # "universal" binaries--by specifying multiple '-arch' options to the # compiler but only a single '-arch' option to the preprocessor. Like # this: # # ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ # CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ # CPP="gcc -E" CXXCPP="g++ -E" # # Detect this situation and set APPLE_UNIVERSAL_BUILD accordingly. AC_DEFUN_ONCE([gl_MULTIARCH], [ dnl Code similar to autoconf-2.63 AC_C_BIGENDIAN. gl_cv_c_multiarch=no AC_COMPILE_IFELSE( [AC_LANG_SOURCE( [[#ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; ]])], [ dnl Check for potential -arch flags. It is not universal unless dnl there are at least two -arch flags with different values. arch= prev= for word in ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}; do if test -n "$prev"; then case $word in i?86 | x86_64 | ppc | ppc64) if test -z "$arch" || test "$arch" = "$word"; then arch="$word" else gl_cv_c_multiarch=yes fi ;; esac prev= else if test "x$word" = "x-arch"; then prev=arch fi fi done ]) if test $gl_cv_c_multiarch = yes; then APPLE_UNIVERSAL_BUILD=1 else APPLE_UNIVERSAL_BUILD=0 fi AC_SUBST([APPLE_UNIVERSAL_BUILD]) ]) gsasl-1.8.0/gl/m4/netdb_h.m40000664000000000000000000000304111746471770012325 00000000000000# netdb_h.m4 serial 11 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_HEADER_NETDB], [ AC_REQUIRE([gl_NETDB_H_DEFAULTS]) gl_CHECK_NEXT_HEADERS([netdb.h]) if test $ac_cv_header_netdb_h = yes; then HAVE_NETDB_H=1 else HAVE_NETDB_H=0 fi AC_SUBST([HAVE_NETDB_H]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include ]], [getaddrinfo freeaddrinfo gai_strerror getnameinfo]) ]) AC_DEFUN([gl_NETDB_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_NETDB_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_NETDB_H_DEFAULTS], [ GNULIB_GETADDRINFO=0; AC_SUBST([GNULIB_GETADDRINFO]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_STRUCT_ADDRINFO=1; AC_SUBST([HAVE_STRUCT_ADDRINFO]) HAVE_DECL_FREEADDRINFO=1; AC_SUBST([HAVE_DECL_FREEADDRINFO]) HAVE_DECL_GAI_STRERROR=1; AC_SUBST([HAVE_DECL_GAI_STRERROR]) HAVE_DECL_GETADDRINFO=1; AC_SUBST([HAVE_DECL_GETADDRINFO]) HAVE_DECL_GETNAMEINFO=1; AC_SUBST([HAVE_DECL_GETNAMEINFO]) REPLACE_GAI_STRERROR=0; AC_SUBST([REPLACE_GAI_STRERROR]) ]) gsasl-1.8.0/gl/m4/wcrtomb.m40000664000000000000000000000661011746471770012404 00000000000000# wcrtomb.m4 serial 11 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_WCRTOMB], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_REQUIRE([AC_TYPE_MBSTATE_T]) gl_MBSTATE_T_BROKEN AC_CHECK_FUNCS_ONCE([wcrtomb]) if test $ac_cv_func_wcrtomb = no; then HAVE_WCRTOMB=0 AC_CHECK_DECLS([wcrtomb],,, [[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include ]]) if test $ac_cv_have_decl_wcrtomb = yes; then dnl On Minix 3.1.8, the system's declares wcrtomb() although dnl it does not have the function. Avoid a collision with gnulib's dnl replacement. REPLACE_WCRTOMB=1 fi else if test $REPLACE_MBSTATE_T = 1; then REPLACE_WCRTOMB=1 else dnl On AIX 4.3, OSF/1 5.1 and Solaris 10, wcrtomb (NULL, 0, NULL) sometimes dnl returns 0 instead of 1. AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_FR]) AC_REQUIRE([gt_LOCALE_FR_UTF8]) AC_REQUIRE([gt_LOCALE_JA]) AC_REQUIRE([gt_LOCALE_ZH_CN]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CACHE_CHECK([whether wcrtomb return value is correct], [gl_cv_func_wcrtomb_retval], [ dnl Initial guess, used when cross-compiling or when no suitable locale dnl is present. changequote(,)dnl case "$host_os" in # Guess no on AIX 4, OSF/1 and Solaris. aix4* | osf* | solaris*) gl_cv_func_wcrtomb_retval="guessing no" ;; # Guess yes otherwise. *) gl_cv_func_wcrtomb_retval="guessing yes" ;; esac changequote([,])dnl if test $LOCALE_FR != none || test $LOCALE_FR_UTF8 != none || test $LOCALE_JA != none || test $LOCALE_ZH_CN != none; then AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #include /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include int main () { int result = 0; if (setlocale (LC_ALL, "$LOCALE_FR") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 1; } if (setlocale (LC_ALL, "$LOCALE_FR_UTF8") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 2; } if (setlocale (LC_ALL, "$LOCALE_JA") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 4; } if (setlocale (LC_ALL, "$LOCALE_ZH_CN") != NULL) { if (wcrtomb (NULL, 0, NULL) != 1) result |= 8; } return result; }]])], [gl_cv_func_wcrtomb_retval=yes], [gl_cv_func_wcrtomb_retval=no], [:]) fi ]) case "$gl_cv_func_wcrtomb_retval" in *yes) ;; *) REPLACE_WCRTOMB=1 ;; esac fi fi ]) # Prerequisites of lib/wcrtomb.c. AC_DEFUN([gl_PREREQ_WCRTOMB], [ : ]) gsasl-1.8.0/gl/m4/mbsinit.m40000664000000000000000000000276311746471770012401 00000000000000# mbsinit.m4 serial 8 dnl Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_MBSINIT], [ AC_REQUIRE([gl_WCHAR_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_TYPE_MBSTATE_T]) gl_MBSTATE_T_BROKEN AC_CHECK_FUNCS_ONCE([mbsinit]) if test $ac_cv_func_mbsinit = no; then HAVE_MBSINIT=0 AC_CHECK_DECLS([mbsinit],,, [[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include ]]) if test $ac_cv_have_decl_mbsinit = yes; then dnl On Minix 3.1.8, the system's declares mbsinit() although dnl it does not have the function. Avoid a collision with gnulib's dnl replacement. REPLACE_MBSINIT=1 fi else if test $REPLACE_MBSTATE_T = 1; then REPLACE_MBSINIT=1 else dnl On mingw, mbsinit() always returns 1, which is inappropriate for dnl states produced by mbrtowc() for an incomplete multibyte character dnl in multibyte locales. case "$host_os" in mingw*) REPLACE_MBSINIT=1 ;; esac fi fi ]) # Prerequisites of lib/mbsinit.c. AC_DEFUN([gl_PREREQ_MBSINIT], [ : ]) gsasl-1.8.0/gl/m4/setlocale.m40000664000000000000000000000154311746471770012702 00000000000000# setlocale.m4 serial 4 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_SETLOCALE], [ AC_REQUIRE([gl_LOCALE_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) case "$host_os" in dnl On native Windows systems, setlocale(category,NULL) does not look at dnl the environment variables LC_ALL, category, and LANG. mingw*) REPLACE_SETLOCALE=1 ;; dnl On Cygwin 1.5.x, setlocale always succeeds but setlocale(LC_CTYPE,NULL) dnl is then still "C". cygwin*) case `uname -r` in 1.5.*) REPLACE_SETLOCALE=1 ;; esac ;; esac ]) # Prerequisites of lib/setlocale.c. AC_DEFUN([gl_PREREQ_SETLOCALE], [ : ]) gsasl-1.8.0/gl/m4/sys_stat_h.m40000664000000000000000000000733311754207010013071 00000000000000# sys_stat_h.m4 serial 27 -*- Autoconf -*- dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Eric Blake. dnl Provide a GNU-like . AC_DEFUN([gl_HEADER_SYS_STAT_H], [ AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS]) dnl For the mkdir substitute. AC_REQUIRE([AC_C_INLINE]) dnl Check for broken stat macros. AC_REQUIRE([AC_HEADER_STAT]) gl_CHECK_NEXT_HEADERS([sys/stat.h]) dnl Ensure the type mode_t gets defined. AC_REQUIRE([AC_TYPE_MODE_T]) dnl Whether to override 'struct stat'. m4_ifdef([gl_LARGEFILE], [ AC_REQUIRE([gl_LARGEFILE]) ], [ WINDOWS_64_BIT_ST_SIZE=0 ]) AC_SUBST([WINDOWS_64_BIT_ST_SIZE]) if test $WINDOWS_64_BIT_ST_SIZE = 1; then AC_DEFINE([_GL_WINDOWS_64_BIT_ST_SIZE], [1], [Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct stat.st_size becomes 64-bit.]) fi dnl Define types that are supposed to be defined in or dnl . AC_CHECK_TYPE([nlink_t], [], [AC_DEFINE([nlink_t], [int], [Define to the type of st_nlink in struct stat, or a supertype.])], [#include #include ]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include ]], [fchmodat fstat fstatat futimens lchmod lstat mkdirat mkfifo mkfifoat mknod mknodat stat utimensat]) ]) # gl_HEADER_SYS_STAT_H AC_DEFUN([gl_SYS_STAT_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_STAT_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_STAT_H_DEFAULTS], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) dnl for REPLACE_FCHDIR GNULIB_FCHMODAT=0; AC_SUBST([GNULIB_FCHMODAT]) GNULIB_FSTAT=0; AC_SUBST([GNULIB_FSTAT]) GNULIB_FSTATAT=0; AC_SUBST([GNULIB_FSTATAT]) GNULIB_FUTIMENS=0; AC_SUBST([GNULIB_FUTIMENS]) GNULIB_LCHMOD=0; AC_SUBST([GNULIB_LCHMOD]) GNULIB_LSTAT=0; AC_SUBST([GNULIB_LSTAT]) GNULIB_MKDIRAT=0; AC_SUBST([GNULIB_MKDIRAT]) GNULIB_MKFIFO=0; AC_SUBST([GNULIB_MKFIFO]) GNULIB_MKFIFOAT=0; AC_SUBST([GNULIB_MKFIFOAT]) GNULIB_MKNOD=0; AC_SUBST([GNULIB_MKNOD]) GNULIB_MKNODAT=0; AC_SUBST([GNULIB_MKNODAT]) GNULIB_STAT=0; AC_SUBST([GNULIB_STAT]) GNULIB_UTIMENSAT=0; AC_SUBST([GNULIB_UTIMENSAT]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_FCHMODAT=1; AC_SUBST([HAVE_FCHMODAT]) HAVE_FSTATAT=1; AC_SUBST([HAVE_FSTATAT]) HAVE_FUTIMENS=1; AC_SUBST([HAVE_FUTIMENS]) HAVE_LCHMOD=1; AC_SUBST([HAVE_LCHMOD]) HAVE_LSTAT=1; AC_SUBST([HAVE_LSTAT]) HAVE_MKDIRAT=1; AC_SUBST([HAVE_MKDIRAT]) HAVE_MKFIFO=1; AC_SUBST([HAVE_MKFIFO]) HAVE_MKFIFOAT=1; AC_SUBST([HAVE_MKFIFOAT]) HAVE_MKNOD=1; AC_SUBST([HAVE_MKNOD]) HAVE_MKNODAT=1; AC_SUBST([HAVE_MKNODAT]) HAVE_UTIMENSAT=1; AC_SUBST([HAVE_UTIMENSAT]) REPLACE_FSTAT=0; AC_SUBST([REPLACE_FSTAT]) REPLACE_FSTATAT=0; AC_SUBST([REPLACE_FSTATAT]) REPLACE_FUTIMENS=0; AC_SUBST([REPLACE_FUTIMENS]) REPLACE_LSTAT=0; AC_SUBST([REPLACE_LSTAT]) REPLACE_MKDIR=0; AC_SUBST([REPLACE_MKDIR]) REPLACE_MKFIFO=0; AC_SUBST([REPLACE_MKFIFO]) REPLACE_MKNOD=0; AC_SUBST([REPLACE_MKNOD]) REPLACE_STAT=0; AC_SUBST([REPLACE_STAT]) REPLACE_UTIMENSAT=0; AC_SUBST([REPLACE_UTIMENSAT]) ]) gsasl-1.8.0/gl/m4/quote.m40000664000000000000000000000057311746471770012066 00000000000000# quote.m4 serial 6 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_QUOTE], [ dnl Prerequisites of lib/quote.c. dnl (none) : ]) gsasl-1.8.0/gl/m4/arpa_inet_h.m40000664000000000000000000000357111746471770013203 00000000000000# arpa_inet_h.m4 serial 13 dnl Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Simon Josefsson and Bruno Haible AC_DEFUN([gl_HEADER_ARPA_INET], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS]) AC_CHECK_HEADERS_ONCE([arpa/inet.h]) if test $ac_cv_header_arpa_inet_h = yes; then HAVE_ARPA_INET_H=1 else HAVE_ARPA_INET_H=0 fi AC_SUBST([HAVE_ARPA_INET_H]) dnl is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([arpa/inet.h]) AC_REQUIRE([gl_FEATURES_H]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ /* On some systems, this header is not self-consistent. */ #if !(defined __GLIBC__ || defined __UCLIBC__) # include #endif #ifdef __TANDEM # include #endif #include ]], [inet_ntop inet_pton]) ]) AC_DEFUN([gl_ARPA_INET_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_ARPA_INET_H_DEFAULTS], [ GNULIB_INET_NTOP=0; AC_SUBST([GNULIB_INET_NTOP]) GNULIB_INET_PTON=0; AC_SUBST([GNULIB_INET_PTON]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_DECL_INET_NTOP=1; AC_SUBST([HAVE_DECL_INET_NTOP]) HAVE_DECL_INET_PTON=1; AC_SUBST([HAVE_DECL_INET_PTON]) REPLACE_INET_NTOP=0; AC_SUBST([REPLACE_INET_NTOP]) REPLACE_INET_PTON=0; AC_SUBST([REPLACE_INET_PTON]) ]) gsasl-1.8.0/gl/m4/poll_h.m40000664000000000000000000000273011746471770012203 00000000000000# poll_h.m4 serial 2 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Bruno Haible. AC_DEFUN([gl_POLL_H], [ dnl Use AC_REQUIRE here, so that the default behavior below is expanded dnl once only, before all statements that occur in other macros. AC_REQUIRE([gl_POLL_H_DEFAULTS]) AC_CHECK_HEADERS_ONCE([poll.h]) if test $ac_cv_header_poll_h = yes; then HAVE_POLL_H=1 else HAVE_POLL_H=0 fi AC_SUBST([HAVE_POLL_H]) dnl is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([poll.h]) dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[#include ]], [poll]) ]) AC_DEFUN([gl_POLL_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_POLL_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_POLL_H_DEFAULTS], [ GNULIB_POLL=0; AC_SUBST([GNULIB_POLL]) dnl Assume proper GNU behavior unless another module says otherwise. HAVE_POLL=1; AC_SUBST([HAVE_POLL]) REPLACE_POLL=0; AC_SUBST([REPLACE_POLL]) ]) gsasl-1.8.0/gl/m4/open.m40000664000000000000000000000510211746471770011663 00000000000000# open.m4 serial 13 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_OPEN], [ AC_REQUIRE([AC_CANONICAL_HOST]) case "$host_os" in mingw* | pw*) REPLACE_OPEN=1 ;; *) dnl open("foo/") should not create a file when the file name has a dnl trailing slash. FreeBSD only has the problem on symlinks. AC_CHECK_FUNCS_ONCE([lstat]) AC_CACHE_CHECK([whether open recognizes a trailing slash], [gl_cv_func_open_slash], [# Assume that if we have lstat, we can also check symlinks. if test $ac_cv_func_lstat = yes; then touch conftest.tmp ln -s conftest.tmp conftest.lnk fi AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include #if HAVE_UNISTD_H # include #endif int main () { int result = 0; #if HAVE_LSTAT if (open ("conftest.lnk/", O_RDONLY) != -1) result |= 1; #endif if (open ("conftest.sl/", O_CREAT, 0600) >= 0) result |= 2; return result; }]])], [gl_cv_func_open_slash=yes], [gl_cv_func_open_slash=no], [ changequote(,)dnl case "$host_os" in freebsd* | aix* | hpux* | solaris2.[0-9] | solaris2.[0-9].*) gl_cv_func_open_slash="guessing no" ;; *) gl_cv_func_open_slash="guessing yes" ;; esac changequote([,])dnl ]) rm -f conftest.sl conftest.tmp conftest.lnk ]) case "$gl_cv_func_open_slash" in *no) AC_DEFINE([OPEN_TRAILING_SLASH_BUG], [1], [Define to 1 if open() fails to recognize a trailing slash.]) REPLACE_OPEN=1 ;; esac ;; esac dnl Replace open() for supporting the gnulib-defined fchdir() function, dnl to keep fchdir's bookkeeping up-to-date. m4_ifdef([gl_FUNC_FCHDIR], [ if test $REPLACE_OPEN = 0; then gl_TEST_FCHDIR if test $HAVE_FCHDIR = 0; then REPLACE_OPEN=1 fi fi ]) dnl Replace open() for supporting the gnulib-defined O_NONBLOCK flag. m4_ifdef([gl_NONBLOCKING_IO], [ if test $REPLACE_OPEN = 0; then gl_NONBLOCKING_IO if test $gl_cv_have_open_O_NONBLOCK != yes; then REPLACE_OPEN=1 fi fi ]) ]) # Prerequisites of lib/open.c. AC_DEFUN([gl_PREREQ_OPEN], [ AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T]) : ]) gsasl-1.8.0/gl/m4/mbstate_t.m40000664000000000000000000000256711746471770012720 00000000000000# mbstate_t.m4 serial 13 dnl Copyright (C) 2000-2002, 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # From Paul Eggert. # BeOS 5 has but does not define mbstate_t, # so you can't declare an object of that type. # Check for this incompatibility with Standard C. # AC_TYPE_MBSTATE_T # ----------------- AC_DEFUN([AC_TYPE_MBSTATE_T], [ AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) dnl for HP-UX 11.11 AC_CACHE_CHECK([for mbstate_t], [ac_cv_type_mbstate_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [AC_INCLUDES_DEFAULT[ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include ]], [[mbstate_t x; return sizeof x;]])], [ac_cv_type_mbstate_t=yes], [ac_cv_type_mbstate_t=no])]) if test $ac_cv_type_mbstate_t = yes; then AC_DEFINE([HAVE_MBSTATE_T], [1], [Define to 1 if declares mbstate_t.]) else AC_DEFINE([mbstate_t], [int], [Define to a type if does not define.]) fi ]) gsasl-1.8.0/gl/m4/sys_types_h.m40000664000000000000000000000121211754207010013250 00000000000000# sys_types_h.m4 serial 4 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SYS_TYPES_H], [ AC_REQUIRE([gl_SYS_TYPES_H_DEFAULTS]) gl_NEXT_HEADERS([sys/types.h]) dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) dnl Ensure the type mode_t gets defined. AC_REQUIRE([AC_TYPE_MODE_T]) dnl Whether to override the 'off_t' type. AC_REQUIRE([gl_TYPE_OFF_T]) ]) AC_DEFUN([gl_SYS_TYPES_H_DEFAULTS], [ ]) gsasl-1.8.0/gl/m4/stddef_h.m40000664000000000000000000000275511746471770012515 00000000000000dnl A placeholder for POSIX 2008 , for platforms that have issues. # stddef_h.m4 serial 4 dnl Copyright (C) 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_STDDEF_H], [ AC_REQUIRE([gl_STDDEF_H_DEFAULTS]) AC_REQUIRE([gt_TYPE_WCHAR_T]) STDDEF_H= if test $gt_cv_c_wchar_t = no; then HAVE_WCHAR_T=0 STDDEF_H=stddef.h fi AC_CACHE_CHECK([whether NULL can be used in arbitrary expressions], [gl_cv_decl_null_works], [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include int test[2 * (sizeof NULL == sizeof (void *)) -1]; ]])], [gl_cv_decl_null_works=yes], [gl_cv_decl_null_works=no])]) if test $gl_cv_decl_null_works = no; then REPLACE_NULL=1 STDDEF_H=stddef.h fi AC_SUBST([STDDEF_H]) AM_CONDITIONAL([GL_GENERATE_STDDEF_H], [test -n "$STDDEF_H"]) if test -n "$STDDEF_H"; then gl_NEXT_HEADERS([stddef.h]) fi ]) AC_DEFUN([gl_STDDEF_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_STDDEF_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) ]) AC_DEFUN([gl_STDDEF_H_DEFAULTS], [ dnl Assume proper GNU behavior unless another module says otherwise. REPLACE_NULL=0; AC_SUBST([REPLACE_NULL]) HAVE_WCHAR_T=1; AC_SUBST([HAVE_WCHAR_T]) ]) gsasl-1.8.0/gl/m4/valgrind-tests.m40000664000000000000000000000221411746471770013671 00000000000000# valgrind-tests.m4 serial 3 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # gl_VALGRIND_TESTS() # ------------------- # Check if valgrind is available, and set VALGRIND to it if available. AC_DEFUN([gl_VALGRIND_TESTS], [ AC_ARG_ENABLE(valgrind-tests, AS_HELP_STRING([--enable-valgrind-tests], [run self tests under valgrind]), [opt_valgrind_tests=$enableval], [opt_valgrind_tests=yes]) # Run self-tests under valgrind? if test "$opt_valgrind_tests" = "yes" && test "$cross_compiling" = no; then AC_CHECK_PROGS(VALGRIND, valgrind) fi OPTS="-q --error-exitcode=1 --leak-check=no" if test -n "$VALGRIND" \ && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then opt_valgrind_tests=yes VALGRIND="$VALGRIND $OPTS" else opt_valgrind_tests=no VALGRIND= fi AC_MSG_CHECKING([whether self tests are run under valgrind]) AC_MSG_RESULT($opt_valgrind_tests) ]) gsasl-1.8.0/gl/m4/iconv_open.m40000664000000000000000000000367111746471770013072 00000000000000# iconv_open.m4 serial 14 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_ICONV_OPEN], [ AC_REQUIRE([AM_ICONV]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([gl_ICONV_H_DEFAULTS]) if test "$am_cv_func_iconv" = yes; then dnl Provide the override, for the sake of the C++ aliases. gl_REPLACE_ICONV_H dnl Test whether iconv_open accepts standardized encoding names. dnl We know that GNU libiconv and GNU libc do. AC_EGREP_CPP([gnu_iconv], [ #include #if defined _LIBICONV_VERSION || (defined __GLIBC__ && !defined __UCLIBC__) gnu_iconv #endif ], [gl_func_iconv_gnu=yes], [gl_func_iconv_gnu=no]) if test $gl_func_iconv_gnu = no; then iconv_flavor= case "$host_os" in aix*) iconv_flavor=ICONV_FLAVOR_AIX ;; irix*) iconv_flavor=ICONV_FLAVOR_IRIX ;; hpux*) iconv_flavor=ICONV_FLAVOR_HPUX ;; osf*) iconv_flavor=ICONV_FLAVOR_OSF ;; solaris*) iconv_flavor=ICONV_FLAVOR_SOLARIS ;; esac if test -n "$iconv_flavor"; then AC_DEFINE_UNQUOTED([ICONV_FLAVOR], [$iconv_flavor], [Define to a symbolic name denoting the flavor of iconv_open() implementation.]) gl_REPLACE_ICONV_OPEN fi fi m4_ifdef([gl_FUNC_ICONV_OPEN_UTF_SUPPORT], [ gl_FUNC_ICONV_OPEN_UTF_SUPPORT if test $gl_cv_func_iconv_supports_utf = no; then REPLACE_ICONV_UTF=1 AC_DEFINE([REPLACE_ICONV_UTF], [1], [Define if the iconv() functions are enhanced to handle the UTF-{16,32}{BE,LE} encodings.]) REPLACE_ICONV=1 gl_REPLACE_ICONV_OPEN fi ]) fi ]) AC_DEFUN([gl_REPLACE_ICONV_OPEN], [ gl_REPLACE_ICONV_H REPLACE_ICONV_OPEN=1 ]) gsasl-1.8.0/gl/m4/autobuild.m40000664000000000000000000000201011746471770012705 00000000000000# autobuild.m4 serial 7 dnl Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # Usage: AB_INIT([MODE]). AC_DEFUN([AB_INIT], [ AC_REQUIRE([AC_CANONICAL_BUILD]) AC_REQUIRE([AC_CANONICAL_HOST]) if test -z "$AB_PACKAGE"; then AB_PACKAGE=${PACKAGE_NAME:-$PACKAGE} fi AC_MSG_NOTICE([autobuild project... $AB_PACKAGE]) if test -z "$AB_VERSION"; then AB_VERSION=${PACKAGE_VERSION:-$VERSION} fi AC_MSG_NOTICE([autobuild revision... $AB_VERSION]) hostname=`hostname` if test "$hostname"; then AC_MSG_NOTICE([autobuild hostname... $hostname]) fi ifelse([$1],[],,[AC_MSG_NOTICE([autobuild mode... $1])]) date=`TZ=UTC0 date +%Y%m%dT%H%M%SZ` if test "$?" != 0; then date=`date` fi if test "$date"; then AC_MSG_NOTICE([autobuild timestamp... $date]) fi ]) gsasl-1.8.0/gl/m4/locale-tr.m40000664000000000000000000001210611746471770012606 00000000000000# locale-tr.m4 serial 9 dnl Copyright (C) 2003, 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Determine the name of a turkish locale with UTF-8 encoding. AC_DEFUN([gt_LOCALE_TR_UTF8], [ AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AM_LANGINFO_CODESET]) AC_CACHE_CHECK([for a turkish Unicode locale], [gt_cv_locale_tr_utf8], [ AC_LANG_CONFTEST([AC_LANG_SOURCE([ changequote(,)dnl #include #include #if HAVE_LANGINFO_CODESET # include #endif #include #include struct tm t; char buf[16]; int main () { /* On BeOS, locales are not implemented in libc. Rather, libintl imitates locale dependent behaviour by looking at the environment variables, and all locales use the UTF-8 encoding. But BeOS does not implement the Turkish upper-/lowercase mappings. Therefore, let this program return 1 on BeOS. */ /* Check whether the given locale name is recognized by the system. */ #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ /* On native Windows, setlocale(category, "") looks at the system settings, not at the environment variables. Also, when an encoding suffix such as ".65001" or ".54936" is specified, it succeeds but sets the LC_CTYPE category of the locale to "C". */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) return 1; #else if (setlocale (LC_ALL, "") == NULL) return 1; #endif /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646". On MacOS X 10.3.5 (Darwin 7.5) in the tr_TR locale, nl_langinfo(CODESET) is empty, and the behaviour of Tcl 8.4 in this locale is not useful. On OpenBSD 4.0, when an unsupported locale is specified, setlocale() succeeds but then nl_langinfo(CODESET) is "646". In this situation, some unit tests fail. */ #if HAVE_LANGINFO_CODESET { const char *cs = nl_langinfo (CODESET); if (cs[0] == '\0' || strcmp (cs, "ASCII") == 0 || strcmp (cs, "646") == 0) return 1; } #endif #ifdef __CYGWIN__ /* On Cygwin, avoid locale names without encoding suffix, because the locale_charset() function relies on the encoding suffix. Note that LC_ALL is set on the command line. */ if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1; #endif /* Check whether in the abbreviation of the eighth month, the second character (should be U+011F: LATIN SMALL LETTER G WITH BREVE) is two bytes long, with UTF-8 encoding. */ t.tm_year = 1992 - 1900; t.tm_mon = 8 - 1; t.tm_mday = 19; if (strftime (buf, sizeof (buf), "%b", &t) < 4 || buf[1] != (char) 0xc4 || buf[2] != (char) 0x9f) return 1; /* Check whether the upper-/lowercase mappings are as expected for Turkish. */ if (towupper ('i') != 0x0130 || towlower (0x0130) != 'i' || towupper(0x0131) != 'I' || towlower ('I') != 0x0131) return 1; return 0; } changequote([,])dnl ])]) if AC_TRY_EVAL([ac_link]) && test -s conftest$ac_exeext; then case "$host_os" in # Handle native Windows specially, because there setlocale() interprets # "ar" as "Arabic" or "Arabic_Saudi Arabia.1256", # "fr" or "fra" as "French" or "French_France.1252", # "ge"(!) or "deu"(!) as "German" or "German_Germany.1252", # "ja" as "Japanese" or "Japanese_Japan.932", # and similar. mingw*) # Test for the hypothetical native Windows locale name. if (LC_ALL=Turkish_Turkey.65001 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=Turkish_Turkey.65001 else # None found. gt_cv_locale_tr_utf8=none fi ;; *) # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because # otherwise on MacOS X 10.3.5 the LC_TIME=C from the beginning of the # configure script would override the LC_ALL setting. Likewise for # LC_CTYPE, which is also set at the beginning of the configure script. # Test for the usual locale name. if (LC_ALL=tr_TR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=tr_TR else # Test for the locale name with explicit encoding suffix. if (LC_ALL=tr_TR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=tr_TR.UTF-8 else # Test for the Solaris 7 locale name. if (LC_ALL=tr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then gt_cv_locale_tr_utf8=tr.UTF-8 else # None found. gt_cv_locale_tr_utf8=none fi fi fi ;; esac else gt_cv_locale_tr_utf8=none fi rm -fr conftest* ]) LOCALE_TR_UTF8=$gt_cv_locale_tr_utf8 AC_SUBST([LOCALE_TR_UTF8]) ]) gsasl-1.8.0/gl/m4/warnings.m40000664000000000000000000000416611754207010012542 00000000000000# warnings.m4 serial 7 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # gl_AS_VAR_APPEND(VAR, VALUE) # ---------------------------- # Provide the functionality of AS_VAR_APPEND if Autoconf does not have it. m4_ifdef([AS_VAR_APPEND], [m4_copy([AS_VAR_APPEND], [gl_AS_VAR_APPEND])], [m4_define([gl_AS_VAR_APPEND], [AS_VAR_SET([$1], [AS_VAR_GET([$1])$2])])]) # gl_COMPILER_OPTION_IF(OPTION, [IF-SUPPORTED], [IF-NOT-SUPPORTED], # [PROGRAM = AC_LANG_PROGRAM()]) # ----------------------------------------------------------------- # Check if the compiler supports OPTION when compiling PROGRAM. # # FIXME: gl_Warn must be used unquoted until we can assume Autoconf # 2.64 or newer. AC_DEFUN([gl_COMPILER_OPTION_IF], [AS_VAR_PUSHDEF([gl_Warn], [gl_cv_warn_[]_AC_LANG_ABBREV[]_$1])dnl AS_VAR_PUSHDEF([gl_Flags], [_AC_LANG_PREFIX[]FLAGS])dnl AC_CACHE_CHECK([whether _AC_LANG compiler handles $1], m4_defn([gl_Warn]), [ gl_save_compiler_FLAGS="$gl_Flags" gl_AS_VAR_APPEND(m4_defn([gl_Flags]), [" $1"]) AC_COMPILE_IFELSE([m4_default([$4], [AC_LANG_PROGRAM([])])], [AS_VAR_SET(gl_Warn, [yes])], [AS_VAR_SET(gl_Warn, [no])]) gl_Flags="$gl_save_compiler_FLAGS" ]) AS_VAR_IF(gl_Warn, [yes], [$2], [$3]) AS_VAR_POPDEF([gl_Flags])dnl AS_VAR_POPDEF([gl_Warn])dnl ]) # gl_WARN_ADD(OPTION, [VARIABLE = WARN_CFLAGS], # [PROGRAM = AC_LANG_PROGRAM()]) # --------------------------------------------- # Adds parameter to WARN_CFLAGS if the compiler supports it when # compiling PROGRAM. For example, gl_WARN_ADD([-Wparentheses]). # # If VARIABLE is a variable name, AC_SUBST it. AC_DEFUN([gl_WARN_ADD], [gl_COMPILER_OPTION_IF([$1], [gl_AS_VAR_APPEND(m4_if([$2], [], [[WARN_CFLAGS]], [[$2]]), [" $1"])], [], [$3]) m4_ifval([$2], [AS_LITERAL_IF([$2], [AC_SUBST([$2])])], [AC_SUBST([WARN_CFLAGS])])dnl ]) # Local Variables: # mode: autoconf # End: gsasl-1.8.0/gl/m4/off_t.m40000664000000000000000000000100111754207007011776 00000000000000# off_t.m4 serial 1 dnl Copyright (C) 2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Check whether to override the 'off_t' type. dnl Set WINDOWS_64_BIT_OFF_T. AC_DEFUN([gl_TYPE_OFF_T], [ m4_ifdef([gl_LARGEFILE], [ AC_REQUIRE([gl_LARGEFILE]) ], [ WINDOWS_64_BIT_OFF_T=0 ]) AC_SUBST([WINDOWS_64_BIT_OFF_T]) ]) gsasl-1.8.0/gl/m4/fseeko.m40000664000000000000000000000435511754207010012166 00000000000000# fseeko.m4 serial 16 dnl Copyright (C) 2007-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FSEEKO], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_REQUIRE([gl_STDIN_LARGE_OFFSET]) AC_REQUIRE([gl_SYS_TYPES_H]) AC_REQUIRE([AC_PROG_CC]) dnl Persuade glibc to declare fseeko(). AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko], [ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [fseeko (stdin, 0, 0);])], [gl_cv_func_fseeko=yes], [gl_cv_func_fseeko=no]) ]) AC_CHECK_DECLS_ONCE([fseeko]) if test $ac_cv_have_decl_fseeko = no; then HAVE_DECL_FSEEKO=0 fi if test $gl_cv_func_fseeko = no; then HAVE_FSEEKO=0 else if test $WINDOWS_64_BIT_OFF_T = 1; then REPLACE_FSEEKO=1 fi if test $gl_cv_var_stdin_large_offset = no; then REPLACE_FSEEKO=1 fi m4_ifdef([gl_FUNC_FFLUSH_STDIN], [ gl_FUNC_FFLUSH_STDIN if test $gl_cv_func_fflush_stdin = no; then REPLACE_FSEEKO=1 fi ]) fi ]) dnl Code shared by fseeko and ftello. Determine if large files are supported, dnl but stdin does not start as a large file by default. AC_DEFUN([gl_STDIN_LARGE_OFFSET], [ AC_CACHE_CHECK([whether stdin defaults to large file offsets], [gl_cv_var_stdin_large_offset], [AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[#if defined __SL64 && defined __SCLE /* cygwin */ /* Cygwin 1.5.24 and earlier fail to put stdin in 64-bit mode, making fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and it is easier to do a version check than building a runtime test. */ # include # if CYGWIN_VERSION_DLL_COMBINED < CYGWIN_VERSION_DLL_MAKE_COMBINED (1005, 25) choke me # endif #endif]])], [gl_cv_var_stdin_large_offset=yes], [gl_cv_var_stdin_large_offset=no])]) ]) # Prerequisites of lib/fseeko.c. AC_DEFUN([gl_PREREQ_FSEEKO], [ dnl Native Windows has the function _fseeki64. mingw hides it, but mingw64 dnl makes it usable again. AC_CHECK_FUNCS([_fseeki64]) ]) gsasl-1.8.0/gl/m4/manywarnings.m40000664000000000000000000001215611746471770013446 00000000000000# manywarnings.m4 serial 3 dnl Copyright (C) 2008-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson # gl_MANYWARN_COMPLEMENT(OUTVAR, LISTVAR, REMOVEVAR) # -------------------------------------------------- # Copy LISTVAR to OUTVAR except for the entries in REMOVEVAR. # Elements separated by whitespace. In set logic terms, the function # does OUTVAR = LISTVAR \ REMOVEVAR. AC_DEFUN([gl_MANYWARN_COMPLEMENT], [ gl_warn_set= set x $2; shift for gl_warn_item do case " $3 " in *" $gl_warn_item "*) ;; *) gl_warn_set="$gl_warn_set $gl_warn_item" ;; esac done $1=$gl_warn_set ]) # gl_MANYWARN_ALL_GCC(VARIABLE) # ----------------------------- # Add all documented GCC warning parameters to variable VARIABLE. # Note that you need to test them using gl_WARN_ADD if you want to # make sure your gcc understands it. AC_DEFUN([gl_MANYWARN_ALL_GCC], [ dnl First, check if -Wno-missing-field-initializers is needed. dnl -Wmissing-field-initializers is implied by -W, but that issues dnl warnings with GCC version before 4.7, for the common idiom dnl of initializing types on the stack to zero, using { 0, } AC_REQUIRE([AC_PROG_CC]) if test -n "$GCC"; then dnl First, check -W -Werror -Wno-missing-field-initializers is supported dnl with the current $CC $CFLAGS $CPPFLAGS. AC_MSG_CHECKING([whether -Wno-missing-field-initializers is supported]) AC_CACHE_VAL([gl_cv_cc_nomfi_supported], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror -Wno-missing-field-initializers" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[]], [[]])], [gl_cv_cc_nomfi_supported=yes], [gl_cv_cc_nomfi_supported=no]) CFLAGS="$gl_save_CFLAGS"]) AC_MSG_RESULT([$gl_cv_cc_nomfi_supported]) if test "$gl_cv_cc_nomfi_supported" = yes; then dnl Now check whether -Wno-missing-field-initializers is needed dnl for the { 0, } construct. AC_MSG_CHECKING([whether -Wno-missing-field-initializers is needed]) AC_CACHE_VAL([gl_cv_cc_nomfi_needed], [ gl_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -W -Werror" AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[void f (void) { typedef struct { int a; int b; } s_t; s_t s1 = { 0, }; } ]], [[]])], [gl_cv_cc_nomfi_needed=no], [gl_cv_cc_nomfi_needed=yes]) CFLAGS="$gl_save_CFLAGS" ]) AC_MSG_RESULT([$gl_cv_cc_nomfi_needed]) fi fi gl_manywarn_set= for gl_manywarn_item in \ -Wall \ -W \ -Wformat-y2k \ -Wformat-nonliteral \ -Wformat-security \ -Winit-self \ -Wmissing-include-dirs \ -Wswitch-default \ -Wswitch-enum \ -Wunused \ -Wunknown-pragmas \ -Wstrict-aliasing \ -Wstrict-overflow \ -Wsystem-headers \ -Wfloat-equal \ -Wtraditional \ -Wtraditional-conversion \ -Wdeclaration-after-statement \ -Wundef \ -Wshadow \ -Wunsafe-loop-optimizations \ -Wpointer-arith \ -Wbad-function-cast \ -Wc++-compat \ -Wcast-qual \ -Wcast-align \ -Wwrite-strings \ -Wconversion \ -Wsign-conversion \ -Wlogical-op \ -Waggregate-return \ -Wstrict-prototypes \ -Wold-style-definition \ -Wmissing-prototypes \ -Wmissing-declarations \ -Wmissing-noreturn \ -Wmissing-format-attribute \ -Wpacked \ -Wpadded \ -Wredundant-decls \ -Wnested-externs \ -Wunreachable-code \ -Winline \ -Winvalid-pch \ -Wlong-long \ -Wvla \ -Wvolatile-register-var \ -Wdisabled-optimization \ -Wstack-protector \ -Woverlength-strings \ -Wbuiltin-macro-redefined \ -Wmudflap \ -Wpacked-bitfield-compat \ -Wsync-nand \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # The following are not documented in the manual but are included in # output from gcc --help=warnings. for gl_manywarn_item in \ -Wattributes \ -Wcoverage-mismatch \ -Wmultichar \ -Wunused-macros \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # More warnings from gcc 4.6.2 --help=warnings. for gl_manywarn_item in \ -Wabi \ -Wcpp \ -Wdeprecated \ -Wdeprecated-declarations \ -Wdiv-by-zero \ -Wdouble-promotion \ -Wendif-labels \ -Wextra \ -Wformat-contains-nul \ -Wformat-extra-args \ -Wformat-zero-length \ -Wformat=2 \ -Wmultichar \ -Wnormalized=nfc \ -Woverflow \ -Wpointer-to-int-cast \ -Wpragmas \ -Wsuggest-attribute=const \ -Wsuggest-attribute=noreturn \ -Wsuggest-attribute=pure \ -Wtrampolines \ ; do gl_manywarn_set="$gl_manywarn_set $gl_manywarn_item" done # Disable the missing-field-initializers warning if needed if test "$gl_cv_cc_nomfi_needed" = yes; then gl_manywarn_set="$gl_manywarn_set -Wno-missing-field-initializers" fi $1=$gl_manywarn_set ]) gsasl-1.8.0/gl/m4/yield.m40000664000000000000000000000135711746471770012040 00000000000000# yield.m4 serial 2 dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_YIELD], [ AC_REQUIRE([gl_THREADLIB]) dnl On some systems, sched_yield is in librt, rather than in libpthread. YIELD_LIB= if test $gl_threads_api = posix; then dnl Solaris has sched_yield in librt, not in libpthread or libc. AC_CHECK_LIB([rt], [sched_yield], [YIELD_LIB=-lrt], [dnl Solaris 2.5.1, 2.6 has sched_yield in libposix4, not librt. AC_CHECK_LIB([posix4], [sched_yield], [YIELD_LIB=-lposix4])]) fi AC_SUBST([YIELD_LIB]) ]) gsasl-1.8.0/gl/m4/mmap-anon.m40000664000000000000000000000372111746471770012612 00000000000000# mmap-anon.m4 serial 9 dnl Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Detect how mmap can be used to create anonymous (not file-backed) memory # mappings. # - On Linux, AIX, OSF/1, Solaris, Cygwin, Interix, Haiku, both MAP_ANONYMOUS # and MAP_ANON exist and have the same value. # - On HP-UX, only MAP_ANONYMOUS exists. # - On MacOS X, FreeBSD, NetBSD, OpenBSD, only MAP_ANON exists. # - On IRIX, neither exists, and a file descriptor opened to /dev/zero must be # used. AC_DEFUN([gl_FUNC_MMAP_ANON], [ dnl Persuade glibc to define MAP_ANONYMOUS. AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) # Check for mmap(). Don't use AC_FUNC_MMAP, because it checks too much: it # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is # irrelevant for anonymous mappings. AC_CHECK_FUNC([mmap], [gl_have_mmap=yes], [gl_have_mmap=no]) # Try to allow MAP_ANONYMOUS. gl_have_mmap_anonymous=no if test $gl_have_mmap = yes; then AC_MSG_CHECKING([for MAP_ANONYMOUS]) AC_EGREP_CPP([I cant identify this map], [ #include #ifdef MAP_ANONYMOUS I cant identify this map #endif ], [gl_have_mmap_anonymous=yes]) if test $gl_have_mmap_anonymous != yes; then AC_EGREP_CPP([I cant identify this map], [ #include #ifdef MAP_ANON I cant identify this map #endif ], [AC_DEFINE([MAP_ANONYMOUS], [MAP_ANON], [Define to a substitute value for mmap()'s MAP_ANONYMOUS flag.]) gl_have_mmap_anonymous=yes]) fi AC_MSG_RESULT([$gl_have_mmap_anonymous]) if test $gl_have_mmap_anonymous = yes; then AC_DEFINE([HAVE_MAP_ANONYMOUS], [1], [Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including config.h and .]) fi fi ]) gsasl-1.8.0/gl/m4/malloc.m40000664000000000000000000000627611754207010012165 00000000000000# malloc.m4 serial 14 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. m4_version_prereq([2.70], [] ,[ # This is taken from the following Autoconf patch: # http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=7fbb553727ed7e0e689a17594b58559ecf3ea6e9 AC_DEFUN([_AC_FUNC_MALLOC_IF], [ AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl for cross-compiles AC_CHECK_HEADERS([stdlib.h]) AC_CACHE_CHECK([for GNU libc compatible malloc], [ac_cv_func_malloc_0_nonnull], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#if defined STDC_HEADERS || defined HAVE_STDLIB_H # include #else char *malloc (); #endif ]], [[return ! malloc (0);]]) ], [ac_cv_func_malloc_0_nonnull=yes], [ac_cv_func_malloc_0_nonnull=no], [case "$host_os" in # Guess yes on platforms where we know the result. *-gnu* | freebsd* | netbsd* | openbsd* \ | hpux* | solaris* | cygwin* | mingw*) ac_cv_func_malloc_0_nonnull=yes ;; # If we don't know, assume the worst. *) ac_cv_func_malloc_0_nonnull=no ;; esac ]) ]) AS_IF([test $ac_cv_func_malloc_0_nonnull = yes], [$1], [$2]) ])# _AC_FUNC_MALLOC_IF ]) # gl_FUNC_MALLOC_GNU # ------------------ # Test whether 'malloc (0)' is handled like in GNU libc, and replace malloc if # it is not. AC_DEFUN([gl_FUNC_MALLOC_GNU], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) dnl _AC_FUNC_MALLOC_IF is defined in Autoconf. _AC_FUNC_MALLOC_IF( [AC_DEFINE([HAVE_MALLOC_GNU], [1], [Define to 1 if your system has a GNU libc compatible 'malloc' function, and to 0 otherwise.])], [AC_DEFINE([HAVE_MALLOC_GNU], [0]) REPLACE_MALLOC=1 ]) ]) # gl_FUNC_MALLOC_POSIX # -------------------- # Test whether 'malloc' is POSIX compliant (sets errno to ENOMEM when it # fails), and replace malloc if it is not. AC_DEFUN([gl_FUNC_MALLOC_POSIX], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_REQUIRE([gl_CHECK_MALLOC_POSIX]) if test $gl_cv_func_malloc_posix = yes; then AC_DEFINE([HAVE_MALLOC_POSIX], [1], [Define if the 'malloc' function is POSIX compliant.]) else REPLACE_MALLOC=1 fi ]) # Test whether malloc, realloc, calloc are POSIX compliant, # Set gl_cv_func_malloc_posix to yes or no accordingly. AC_DEFUN([gl_CHECK_MALLOC_POSIX], [ AC_CACHE_CHECK([whether malloc, realloc, calloc are POSIX compliant], [gl_cv_func_malloc_posix], [ dnl It is too dangerous to try to allocate a large amount of memory: dnl some systems go to their knees when you do that. So assume that dnl all Unix implementations of the function are POSIX compliant. AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[]], [[#if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ choke me #endif ]])], [gl_cv_func_malloc_posix=yes], [gl_cv_func_malloc_posix=no]) ]) ]) gsasl-1.8.0/gl/m4/mbtowc.m40000664000000000000000000000071411746471770012221 00000000000000# mbtowc.m4 serial 2 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_MBTOWC], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) if false; then REPLACE_MBTOWC=1 fi ]) # Prerequisites of lib/mbtowc.c. AC_DEFUN([gl_PREREQ_MBTOWC], [ : ]) gsasl-1.8.0/gl/m4/gnulib-cache.m40000664000000000000000000000522711756451411013242 00000000000000# Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. # # This file represents the specification of how gnulib-tool is used. # It acts as a cache: It is written and read by gnulib-tool. # In projects that use version control, this file is meant to be put under # version control, like the configure.ac and various Makefile.am files. # Specification in the form of a command-line invocation: # gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=lib/build-aux --with-tests --avoid=poll-tests --avoid=select-tests --avoid=update-copyright-tests --no-conditional-dependencies --libtool --macro-prefix=gl --no-vc-files autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu getpass-gnu gnupload maintainer-makefile manywarnings netdb netinet_in pmccabe2html poll progname quote readline recv shutdown socket striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf version-etc warnings xalloc # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) gl_MODULES([ autobuild close connect error fdl-1.3 gendocs getaddrinfo getopt-gnu getpass-gnu gnupload maintainer-makefile manywarnings netdb netinet_in pmccabe2html poll progname quote readline recv shutdown socket striconv strtok_r sys_time unistd update-copyright valgrind-tests vasprintf version-etc warnings xalloc ]) gl_AVOID([poll-tests select-tests update-copyright-tests]) gl_SOURCE_BASE([gl]) gl_M4_BASE([gl/m4]) gl_PO_BASE([]) gl_DOC_BASE([doc]) gl_TESTS_BASE([gltests]) gl_WITH_TESTS gl_LIB([libgl]) gl_MAKEFILE_NAME([]) gl_LIBTOOL gl_MACRO_PREFIX([gl]) gl_PO_DOMAIN([]) gl_WITNESS_C_DOMAIN([]) gl_VC_FILES([false]) gsasl-1.8.0/gl/m4/lseek.m40000664000000000000000000000436111754207010012012 00000000000000# lseek.m4 serial 10 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_LSEEK], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_PROG_CC]) AC_CHECK_HEADERS_ONCE([unistd.h]) AC_CACHE_CHECK([whether lseek detects pipes], [gl_cv_func_lseek_pipe], [case "$host_os" in mingw*) dnl Native Windows. dnl The result of lseek (fd, (off_t)0, SEEK_CUR) or dnl SetFilePointer(handle, 0, NULL, FILE_CURRENT) dnl for a pipe depends on the environment: In a Cygwin 1.5 dnl environment it succeeds (wrong); in a Cygwin 1.7 environment dnl it fails with a wrong errno value. gl_cv_func_lseek_pipe=no ;; *) if test $cross_compiling = no; then AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include /* for off_t */ #include /* for SEEK_CUR */ #if HAVE_UNISTD_H # include #else /* on Windows with MSVC */ # include #endif ]], [[ /* Exit with success only if stdin is seekable. */ return lseek (0, (off_t)0, SEEK_CUR) < 0; ]])], [if test -s conftest$ac_exeext \ && ./conftest$ac_exeext < conftest.$ac_ext \ && test 1 = "`echo hi \ | { ./conftest$ac_exeext; echo $?; cat >/dev/null; }`"; then gl_cv_func_lseek_pipe=yes else gl_cv_func_lseek_pipe=no fi ], [gl_cv_func_lseek_pipe=no]) else AC_COMPILE_IFELSE( [AC_LANG_SOURCE([[ #if defined __BEOS__ /* BeOS mistakenly return 0 when trying to seek on pipes. */ Choke me. #endif]])], [gl_cv_func_lseek_pipe=yes], [gl_cv_func_lseek_pipe=no]) fi ;; esac ]) if test $gl_cv_func_lseek_pipe = no; then REPLACE_LSEEK=1 AC_DEFINE([LSEEK_PIPE_BROKEN], [1], [Define to 1 if lseek does not detect pipes.]) fi AC_REQUIRE([gl_SYS_TYPES_H]) if test $WINDOWS_64_BIT_OFF_T = 1; then REPLACE_LSEEK=1 fi ]) gsasl-1.8.0/gl/m4/fseek.m40000664000000000000000000000100511746471770012015 00000000000000# fseek.m4 serial 4 dnl Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_FSEEK], [ AC_REQUIRE([gl_STDIO_H_DEFAULTS]) AC_REQUIRE([gl_FUNC_FSEEKO]) dnl When fseeko needs fixes, fseek needs them too. if test $HAVE_FSEEKO = 0 || test $REPLACE_FSEEKO = 1; then REPLACE_FSEEK=1 fi ]) gsasl-1.8.0/gl/m4/setenv.m40000664000000000000000000001101211754207010012202 00000000000000# setenv.m4 serial 26 dnl Copyright (C) 2001-2004, 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_SETENV], [ AC_REQUIRE([gl_FUNC_SETENV_SEPARATE]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles if test $ac_cv_func_setenv = no; then HAVE_SETENV=0 else AC_CACHE_CHECK([whether setenv validates arguments], [gl_cv_func_setenv_works], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #include #include ]], [[ int result = 0; { if (setenv ("", "", 0) != -1) result |= 1; else if (errno != EINVAL) result |= 2; } { if (setenv ("a", "=", 1) != 0) result |= 4; else if (strcmp (getenv ("a"), "=") != 0) result |= 8; } return result; ]])], [gl_cv_func_setenv_works=yes], [gl_cv_func_setenv_works=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_setenv_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_setenv_works="guessing no" ;; esac ])]) case "$gl_cv_func_setenv_works" in *yes) ;; *) REPLACE_SETENV=1 ;; esac fi ]) # Like gl_FUNC_SETENV, except prepare for separate compilation # (no REPLACE_SETENV, no AC_LIBOBJ). AC_DEFUN([gl_FUNC_SETENV_SEPARATE], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_CHECK_DECLS_ONCE([setenv]) if test $ac_cv_have_decl_setenv = no; then HAVE_DECL_SETENV=0 fi AC_CHECK_FUNCS_ONCE([setenv]) gl_PREREQ_SETENV ]) AC_DEFUN([gl_FUNC_UNSETENV], [ AC_REQUIRE([gl_STDLIB_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CHECK_DECLS_ONCE([unsetenv]) if test $ac_cv_have_decl_unsetenv = no; then HAVE_DECL_UNSETENV=0 fi AC_CHECK_FUNCS([unsetenv]) if test $ac_cv_func_unsetenv = no; then HAVE_UNSETENV=0 else HAVE_UNSETENV=1 dnl Some BSDs return void, failing to do error checking. AC_CACHE_CHECK([for unsetenv() return type], [gt_cv_func_unsetenv_ret], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #undef _BSD #define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 */ #include extern #ifdef __cplusplus "C" #endif int unsetenv (const char *name); ]], [[]])], [gt_cv_func_unsetenv_ret='int'], [gt_cv_func_unsetenv_ret='void'])]) if test $gt_cv_func_unsetenv_ret = 'void'; then AC_DEFINE([VOID_UNSETENV], [1], [Define to 1 if unsetenv returns void instead of int.]) REPLACE_UNSETENV=1 fi dnl Solaris 10 unsetenv does not remove all copies of a name. dnl Haiku alpha 2 unsetenv gets confused by assignment to environ. dnl OpenBSD 4.7 unsetenv("") does not fail. AC_CACHE_CHECK([whether unsetenv obeys POSIX], [gl_cv_func_unsetenv_works], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include #include extern char **environ; ]], [[ char entry1[] = "a=1"; char entry2[] = "b=2"; char *env[] = { entry1, entry2, NULL }; if (putenv ((char *) "a=1")) return 1; if (putenv (entry2)) return 2; entry2[0] = 'a'; unsetenv ("a"); if (getenv ("a")) return 3; if (!unsetenv ("") || errno != EINVAL) return 4; entry2[0] = 'b'; environ = env; if (!getenv ("a")) return 5; entry2[0] = 'a'; unsetenv ("a"); if (getenv ("a")) return 6; ]])], [gl_cv_func_unsetenv_works=yes], [gl_cv_func_unsetenv_works=no], [case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_unsetenv_works="guessing yes" ;; # If we don't know, assume the worst. *) gl_cv_func_unsetenv_works="guessing no" ;; esac ])]) case "$gl_cv_func_unsetenv_works" in *yes) ;; *) REPLACE_UNSETENV=1 ;; esac fi ]) # Prerequisites of lib/setenv.c. AC_DEFUN([gl_PREREQ_SETENV], [ AC_REQUIRE([AC_FUNC_ALLOCA]) AC_REQUIRE([gl_ENVIRON]) AC_CHECK_HEADERS_ONCE([unistd.h]) AC_CHECK_HEADERS([search.h]) AC_CHECK_FUNCS([tsearch]) ]) # Prerequisites of lib/unsetenv.c. AC_DEFUN([gl_PREREQ_UNSETENV], [ AC_REQUIRE([gl_ENVIRON]) AC_CHECK_HEADERS_ONCE([unistd.h]) ]) gsasl-1.8.0/gl/m4/stdint.m40000664000000000000000000003701411746471770012236 00000000000000# stdint.m4 serial 43 dnl Copyright (C) 2001-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert and Bruno Haible. dnl Test whether is supported or must be substituted. AC_DEFUN_ONCE([gl_STDINT_H], [ AC_PREREQ([2.59])dnl dnl Check for long long int and unsigned long long int. AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) if test $ac_cv_type_long_long_int = yes; then HAVE_LONG_LONG_INT=1 else HAVE_LONG_LONG_INT=0 fi AC_SUBST([HAVE_LONG_LONG_INT]) AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) if test $ac_cv_type_unsigned_long_long_int = yes; then HAVE_UNSIGNED_LONG_LONG_INT=1 else HAVE_UNSIGNED_LONG_LONG_INT=0 fi AC_SUBST([HAVE_UNSIGNED_LONG_LONG_INT]) dnl Check for , in the same way as gl_WCHAR_H does. AC_CHECK_HEADERS_ONCE([wchar.h]) if test $ac_cv_header_wchar_h = yes; then HAVE_WCHAR_H=1 else HAVE_WCHAR_H=0 fi AC_SUBST([HAVE_WCHAR_H]) dnl Check for . dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_inttypes_h. if test $ac_cv_header_inttypes_h = yes; then HAVE_INTTYPES_H=1 else HAVE_INTTYPES_H=0 fi AC_SUBST([HAVE_INTTYPES_H]) dnl Check for . dnl AC_INCLUDES_DEFAULT defines $ac_cv_header_sys_types_h. if test $ac_cv_header_sys_types_h = yes; then HAVE_SYS_TYPES_H=1 else HAVE_SYS_TYPES_H=0 fi AC_SUBST([HAVE_SYS_TYPES_H]) gl_CHECK_NEXT_HEADERS([stdint.h]) if test $ac_cv_header_stdint_h = yes; then HAVE_STDINT_H=1 else HAVE_STDINT_H=0 fi AC_SUBST([HAVE_STDINT_H]) dnl Now see whether we need a substitute . if test $ac_cv_header_stdint_h = yes; then AC_CACHE_CHECK([whether stdint.h conforms to C99], [gl_cv_header_working_stdint_h], [gl_cv_header_working_stdint_h=no AC_COMPILE_IFELSE([ AC_LANG_PROGRAM([[ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in . */ #if !(defined WCHAR_MIN && defined WCHAR_MAX) #error "WCHAR_MIN, WCHAR_MAX not defined in " #endif ] gl_STDINT_INCLUDES [ #ifdef INT8_MAX int8_t a1 = INT8_MAX; int8_t a1min = INT8_MIN; #endif #ifdef INT16_MAX int16_t a2 = INT16_MAX; int16_t a2min = INT16_MIN; #endif #ifdef INT32_MAX int32_t a3 = INT32_MAX; int32_t a3min = INT32_MIN; #endif #ifdef INT64_MAX int64_t a4 = INT64_MAX; int64_t a4min = INT64_MIN; #endif #ifdef UINT8_MAX uint8_t b1 = UINT8_MAX; #else typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; #endif #ifdef UINT16_MAX uint16_t b2 = UINT16_MAX; #endif #ifdef UINT32_MAX uint32_t b3 = UINT32_MAX; #endif #ifdef UINT64_MAX uint64_t b4 = UINT64_MAX; #endif int_least8_t c1 = INT8_C (0x7f); int_least8_t c1max = INT_LEAST8_MAX; int_least8_t c1min = INT_LEAST8_MIN; int_least16_t c2 = INT16_C (0x7fff); int_least16_t c2max = INT_LEAST16_MAX; int_least16_t c2min = INT_LEAST16_MIN; int_least32_t c3 = INT32_C (0x7fffffff); int_least32_t c3max = INT_LEAST32_MAX; int_least32_t c3min = INT_LEAST32_MIN; int_least64_t c4 = INT64_C (0x7fffffffffffffff); int_least64_t c4max = INT_LEAST64_MAX; int_least64_t c4min = INT_LEAST64_MIN; uint_least8_t d1 = UINT8_C (0xff); uint_least8_t d1max = UINT_LEAST8_MAX; uint_least16_t d2 = UINT16_C (0xffff); uint_least16_t d2max = UINT_LEAST16_MAX; uint_least32_t d3 = UINT32_C (0xffffffff); uint_least32_t d3max = UINT_LEAST32_MAX; uint_least64_t d4 = UINT64_C (0xffffffffffffffff); uint_least64_t d4max = UINT_LEAST64_MAX; int_fast8_t e1 = INT_FAST8_MAX; int_fast8_t e1min = INT_FAST8_MIN; int_fast16_t e2 = INT_FAST16_MAX; int_fast16_t e2min = INT_FAST16_MIN; int_fast32_t e3 = INT_FAST32_MAX; int_fast32_t e3min = INT_FAST32_MIN; int_fast64_t e4 = INT_FAST64_MAX; int_fast64_t e4min = INT_FAST64_MIN; uint_fast8_t f1 = UINT_FAST8_MAX; uint_fast16_t f2 = UINT_FAST16_MAX; uint_fast32_t f3 = UINT_FAST32_MAX; uint_fast64_t f4 = UINT_FAST64_MAX; #ifdef INTPTR_MAX intptr_t g = INTPTR_MAX; intptr_t gmin = INTPTR_MIN; #endif #ifdef UINTPTR_MAX uintptr_t h = UINTPTR_MAX; #endif intmax_t i = INTMAX_MAX; uintmax_t j = UINTMAX_MAX; #include /* for CHAR_BIT */ #define TYPE_MINIMUM(t) \ ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) #define TYPE_MAXIMUM(t) \ ((t) ((t) 0 < (t) -1 \ ? (t) -1 \ : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) struct s { int check_PTRDIFF: PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) ? 1 : -1; /* Detect bug in FreeBSD 6.0 / ia64. */ int check_SIG_ATOMIC: SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) ? 1 : -1; int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; int check_WCHAR: WCHAR_MIN == TYPE_MINIMUM (wchar_t) && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) ? 1 : -1; /* Detect bug in mingw. */ int check_WINT: WINT_MIN == TYPE_MINIMUM (wint_t) && WINT_MAX == TYPE_MAXIMUM (wint_t) ? 1 : -1; /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ int check_UINT8_C: (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; int check_UINT16_C: (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; /* Detect bugs in OpenBSD 3.9 stdint.h. */ #ifdef UINT8_MAX int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; #endif #ifdef UINT16_MAX int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; #endif #ifdef UINT32_MAX int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; #endif #ifdef UINT64_MAX int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; #endif int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; }; ]])], [dnl Determine whether the various *_MIN, *_MAX macros are usable dnl in preprocessor expression. We could do it by compiling a test dnl program for each of these macros. It is faster to run a program dnl that inspects the macro expansion. dnl This detects a bug on HP-UX 11.23/ia64. AC_RUN_IFELSE([ AC_LANG_PROGRAM([[ #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ #include ] gl_STDINT_INCLUDES [ #include #include #define MVAL(macro) MVAL1(macro) #define MVAL1(expression) #expression static const char *macro_values[] = { #ifdef INT8_MAX MVAL (INT8_MAX), #endif #ifdef INT16_MAX MVAL (INT16_MAX), #endif #ifdef INT32_MAX MVAL (INT32_MAX), #endif #ifdef INT64_MAX MVAL (INT64_MAX), #endif #ifdef UINT8_MAX MVAL (UINT8_MAX), #endif #ifdef UINT16_MAX MVAL (UINT16_MAX), #endif #ifdef UINT32_MAX MVAL (UINT32_MAX), #endif #ifdef UINT64_MAX MVAL (UINT64_MAX), #endif NULL }; ]], [[ const char **mv; for (mv = macro_values; *mv != NULL; mv++) { const char *value = *mv; /* Test whether it looks like a cast expression. */ if (strncmp (value, "((unsigned int)"/*)*/, 15) == 0 || strncmp (value, "((unsigned short)"/*)*/, 17) == 0 || strncmp (value, "((unsigned char)"/*)*/, 16) == 0 || strncmp (value, "((int)"/*)*/, 6) == 0 || strncmp (value, "((signed short)"/*)*/, 15) == 0 || strncmp (value, "((signed char)"/*)*/, 14) == 0) return mv - macro_values + 1; } return 0; ]])], [gl_cv_header_working_stdint_h=yes], [], [dnl When cross-compiling, assume it works. gl_cv_header_working_stdint_h=yes ]) ]) ]) fi if test "$gl_cv_header_working_stdint_h" = yes; then STDINT_H= else dnl Check for , and for dnl (used in Linux libc4 >= 4.6.7 and libc5). AC_CHECK_HEADERS([sys/inttypes.h sys/bitypes.h]) if test $ac_cv_header_sys_inttypes_h = yes; then HAVE_SYS_INTTYPES_H=1 else HAVE_SYS_INTTYPES_H=0 fi AC_SUBST([HAVE_SYS_INTTYPES_H]) if test $ac_cv_header_sys_bitypes_h = yes; then HAVE_SYS_BITYPES_H=1 else HAVE_SYS_BITYPES_H=0 fi AC_SUBST([HAVE_SYS_BITYPES_H]) gl_STDINT_TYPE_PROPERTIES STDINT_H=stdint.h fi AC_SUBST([STDINT_H]) AM_CONDITIONAL([GL_GENERATE_STDINT_H], [test -n "$STDINT_H"]) ]) dnl gl_STDINT_BITSIZEOF(TYPES, INCLUDES) dnl Determine the size of each of the given types in bits. AC_DEFUN([gl_STDINT_BITSIZEOF], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE([BITSIZEOF_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to the number of bits in type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for bit size of $gltype], [gl_cv_bitsizeof_${gltype}], [AC_COMPUTE_INT([result], [sizeof ($gltype) * CHAR_BIT], [$2 #include ], [result=unknown]) eval gl_cv_bitsizeof_${gltype}=\$result ]) eval result=\$gl_cv_bitsizeof_${gltype} if test $result = unknown; then dnl Use a nonempty default, because some compilers, such as IRIX 5 cc, dnl do a syntax check even on unused #if conditions and give an error dnl on valid C code like this: dnl #if 0 dnl # if > 32 dnl # endif dnl #endif result=0 fi GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` AC_DEFINE_UNQUOTED([BITSIZEOF_${GLTYPE}], [$result]) eval BITSIZEOF_${GLTYPE}=\$result done m4_foreach_w([gltype], [$1], [AC_SUBST([BITSIZEOF_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) dnl gl_CHECK_TYPES_SIGNED(TYPES, INCLUDES) dnl Determine the signedness of each of the given types. dnl Define HAVE_SIGNED_TYPE if type is signed. AC_DEFUN([gl_CHECK_TYPES_SIGNED], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE([HAVE_SIGNED_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]), [Define to 1 if ']gltype[' is a signed integer type.])]) for gltype in $1 ; do AC_CACHE_CHECK([whether $gltype is signed], [gl_cv_type_${gltype}_signed], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2[ int verify[2 * (($gltype) -1 < ($gltype) 0) - 1];]])], result=yes, result=no) eval gl_cv_type_${gltype}_signed=\$result ]) eval result=\$gl_cv_type_${gltype}_signed GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` if test "$result" = yes; then AC_DEFINE_UNQUOTED([HAVE_SIGNED_${GLTYPE}], [1]) eval HAVE_SIGNED_${GLTYPE}=1 else eval HAVE_SIGNED_${GLTYPE}=0 fi done m4_foreach_w([gltype], [$1], [AC_SUBST([HAVE_SIGNED_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]))]) ]) dnl gl_INTEGER_TYPE_SUFFIX(TYPES, INCLUDES) dnl Determine the suffix to use for integer constants of the given types. dnl Define t_SUFFIX for each such type. AC_DEFUN([gl_INTEGER_TYPE_SUFFIX], [ dnl Use a shell loop, to avoid bloating configure, and dnl - extra AH_TEMPLATE calls, so that autoheader knows what to put into dnl config.h.in, dnl - extra AC_SUBST calls, so that the right substitutions are made. m4_foreach_w([gltype], [$1], [AH_TEMPLATE(m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX], [Define to l, ll, u, ul, ull, etc., as suitable for constants of type ']gltype['.])]) for gltype in $1 ; do AC_CACHE_CHECK([for $gltype integer literal suffix], [gl_cv_type_${gltype}_suffix], [eval gl_cv_type_${gltype}_suffix=no eval result=\$gl_cv_type_${gltype}_signed if test "$result" = yes; then glsufu= else glsufu=u fi for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do case $glsuf in '') gltype1='int';; l) gltype1='long int';; ll) gltype1='long long int';; i64) gltype1='__int64';; u) gltype1='unsigned int';; ul) gltype1='unsigned long int';; ull) gltype1='unsigned long long int';; ui64)gltype1='unsigned __int64';; esac AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([$2[ extern $gltype foo; extern $gltype1 foo;]])], [eval gl_cv_type_${gltype}_suffix=\$glsuf]) eval result=\$gl_cv_type_${gltype}_suffix test "$result" != no && break done]) GLTYPE=`echo $gltype | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'` eval result=\$gl_cv_type_${gltype}_suffix test "$result" = no && result= eval ${GLTYPE}_SUFFIX=\$result AC_DEFINE_UNQUOTED([${GLTYPE}_SUFFIX], [$result]) done m4_foreach_w([gltype], [$1], [AC_SUBST(m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVWXYZ_])[_SUFFIX])]) ]) dnl gl_STDINT_INCLUDES AC_DEFUN([gl_STDINT_INCLUDES], [[ /* BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #if HAVE_WCHAR_H # include # include # include #endif ]]) dnl gl_STDINT_TYPE_PROPERTIES dnl Compute HAVE_SIGNED_t, BITSIZEOF_t and t_SUFFIX, for all the types t dnl of interest to stdint.in.h. AC_DEFUN([gl_STDINT_TYPE_PROPERTIES], [ AC_REQUIRE([gl_MULTIARCH]) if test $APPLE_UNIVERSAL_BUILD = 0; then gl_STDINT_BITSIZEOF([ptrdiff_t size_t], [gl_STDINT_INCLUDES]) fi gl_STDINT_BITSIZEOF([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_CHECK_TYPES_SIGNED([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_size_t_signed=no if test $APPLE_UNIVERSAL_BUILD = 0; then gl_INTEGER_TYPE_SUFFIX([ptrdiff_t size_t], [gl_STDINT_INCLUDES]) fi gl_INTEGER_TYPE_SUFFIX([sig_atomic_t wchar_t wint_t], [gl_STDINT_INCLUDES]) dnl If wint_t is smaller than 'int', it cannot satisfy the ISO C 99 dnl requirement that wint_t is "unchanged by default argument promotions". dnl In this case gnulib's and override wint_t. dnl Set the variable BITSIZEOF_WINT_T accordingly. if test $BITSIZEOF_WINT_T -lt 32; then BITSIZEOF_WINT_T=32 fi ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) # Hey Emacs! # Local Variables: # indent-tabs-mode: nil # End: gsasl-1.8.0/gl/m4/getcwd.m40000664000000000000000000001122211754207010012156 00000000000000# getcwd.m4 - check for working getcwd that is compatible with glibc # Copyright (C) 2001, 2003-2007, 2009-2012 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Written by Paul Eggert. # serial 12 AC_DEFUN([gl_FUNC_GETCWD_NULL], [ AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles AC_CHECK_HEADERS_ONCE([unistd.h]) AC_CACHE_CHECK([whether getcwd (NULL, 0) allocates memory for result], [gl_cv_func_getcwd_null], [AC_RUN_IFELSE([AC_LANG_PROGRAM([[ # if HAVE_UNISTD_H # include # else /* on Windows with MSVC */ # include # endif # ifndef getcwd char *getcwd (); # endif ]], [[ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* mingw cwd does not start with '/', but getcwd does allocate. However, mingw fails to honor non-zero size. */ #else if (chdir ("/") != 0) return 1; else { char *f = getcwd (NULL, 0); if (! f) return 2; if (f[0] != '/') return 3; if (f[1] != '\0') return 4; return 0; } #endif ]])], [gl_cv_func_getcwd_null=yes], [gl_cv_func_getcwd_null=no], [[case "$host_os" in # Guess yes on glibc systems. *-gnu*) gl_cv_func_getcwd_null="guessing yes";; # Guess yes on Cygwin. cygwin*) gl_cv_func_getcwd_null="guessing yes";; # If we don't know, assume the worst. *) gl_cv_func_getcwd_null="guessing no";; esac ]])]) ]) AC_DEFUN([gl_FUNC_GETCWD_SIGNATURE], [ AC_CACHE_CHECK([for getcwd with POSIX signature], [gl_cv_func_getcwd_posix_signature], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[#include ]], [[extern #ifdef __cplusplus "C" #endif char *getcwd (char *, size_t); ]]) ], [gl_cv_func_getcwd_posix_signature=yes], [gl_cv_func_getcwd_posix_signature=no]) ]) ]) dnl Guarantee that getcwd will malloc with a NULL first argument. Assumes dnl that either the system getcwd is robust, or that calling code is okay dnl with spurious failures when run from a directory with an absolute name dnl larger than 4k bytes. dnl dnl Assumes that getcwd exists; if you are worried about obsolete dnl platforms that lacked getcwd(), then you need to use the GPL module. AC_DEFUN([gl_FUNC_GETCWD_LGPL], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([gl_FUNC_GETCWD_NULL]) AC_REQUIRE([gl_FUNC_GETCWD_SIGNATURE]) case $gl_cv_func_getcwd_null,$gl_cv_func_getcwd_posix_signature in *yes,yes) ;; *) dnl Minimal replacement lib/getcwd-lgpl.c. REPLACE_GETCWD=1 ;; esac ]) dnl Check for all known getcwd bugs; useful for a program likely to be dnl executed from an arbitrary location. AC_DEFUN([gl_FUNC_GETCWD], [ AC_REQUIRE([gl_UNISTD_H_DEFAULTS]) AC_REQUIRE([gl_FUNC_GETCWD_NULL]) AC_REQUIRE([gl_FUNC_GETCWD_SIGNATURE]) AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles gl_abort_bug=no case "$host_os" in mingw*) gl_cv_func_getcwd_path_max=yes ;; *) gl_FUNC_GETCWD_PATH_MAX case "$gl_cv_func_getcwd_null" in *yes) gl_FUNC_GETCWD_ABORT_BUG([gl_abort_bug=yes]) ;; esac ;; esac dnl Define HAVE_MINIMALLY_WORKING_GETCWD and HAVE_PARTLY_WORKING_GETCWD dnl if appropriate. case "$gl_cv_func_getcwd_path_max" in "no, it has the AIX bug") ;; *) AC_DEFINE([HAVE_MINIMALLY_WORKING_GETCWD], [1], [Define to 1 if getcwd minimally works, that is, its result can be trusted when it succeeds.]) ;; esac case "$gl_cv_func_getcwd_path_max" in "no, but it is partly working") AC_DEFINE([HAVE_PARTLY_WORKING_GETCWD], [1], [Define to 1 if getcwd works, except it sometimes fails when it shouldn't, setting errno to ERANGE, ENAMETOOLONG, or ENOENT.]) ;; esac if { case "$gl_cv_func_getcwd_null" in *yes) false;; *) true;; esac; } \ || test $gl_cv_func_getcwd_posix_signature != yes \ || test "$gl_cv_func_getcwd_path_max" != yes \ || test $gl_abort_bug = yes; then REPLACE_GETCWD=1 fi ]) # Prerequisites of lib/getcwd.c, when full replacement is in effect. AC_DEFUN([gl_PREREQ_GETCWD], [ AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_CHECK_TYPE_STRUCT_DIRENT_D_INO]) : ]) gsasl-1.8.0/gl/m4/include_next.m40000664000000000000000000002542411746471770013414 00000000000000# include_next.m4 serial 23 dnl Copyright (C) 2006-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert and Derek Price. dnl Sets INCLUDE_NEXT and PRAGMA_SYSTEM_HEADER. dnl dnl INCLUDE_NEXT expands to 'include_next' if the compiler supports it, or to dnl 'include' otherwise. dnl dnl INCLUDE_NEXT_AS_FIRST_DIRECTIVE expands to 'include_next' if the compiler dnl supports it in the special case that it is the first include directive in dnl the given file, or to 'include' otherwise. dnl dnl PRAGMA_SYSTEM_HEADER can be used in files that contain #include_next, dnl so as to avoid GCC warnings when the gcc option -pedantic is used. dnl '#pragma GCC system_header' has the same effect as if the file was found dnl through the include search path specified with '-isystem' options (as dnl opposed to the search path specified with '-I' options). Namely, gcc dnl does not warn about some things, and on some systems (Solaris and Interix) dnl __STDC__ evaluates to 0 instead of to 1. The latter is an undesired side dnl effect; we are therefore careful to use 'defined __STDC__' or '1' instead dnl of plain '__STDC__'. dnl dnl PRAGMA_COLUMNS can be used in files that override system header files, so dnl as to avoid compilation errors on HP NonStop systems when the gnulib file dnl is included by a system header file that does a "#pragma COLUMNS 80" (which dnl has the effect of truncating the lines of that file and all files that it dnl includes to 80 columns) and the gnulib file has lines longer than 80 dnl columns. AC_DEFUN([gl_INCLUDE_NEXT], [ AC_LANG_PREPROC_REQUIRE() AC_CACHE_CHECK([whether the preprocessor supports include_next], [gl_cv_have_include_next], [rm -rf conftestd1a conftestd1b conftestd2 mkdir conftestd1a conftestd1b conftestd2 dnl IBM C 9.0, 10.1 (original versions, prior to the 2009-01 updates) on dnl AIX 6.1 support include_next when used as first preprocessor directive dnl in a file, but not when preceded by another include directive. Check dnl for this bug by including . dnl Additionally, with this same compiler, include_next is a no-op when dnl used in a header file that was included by specifying its absolute dnl file name. Despite these two bugs, include_next is used in the dnl compiler's . By virtue of the second bug, we need to use dnl include_next as well in this case. cat < conftestd1a/conftest.h #define DEFINED_IN_CONFTESTD1 #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd1b/conftest.h #define DEFINED_IN_CONFTESTD1 #include #include_next #ifdef DEFINED_IN_CONFTESTD2 int foo; #else #error "include_next doesn't work" #endif EOF cat < conftestd2/conftest.h #ifndef DEFINED_IN_CONFTESTD1 #error "include_next test doesn't work" #endif #define DEFINED_IN_CONFTESTD2 EOF gl_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1b -Iconftestd2" dnl We intentionally avoid using AC_LANG_SOURCE here. AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include ]], [gl_cv_have_include_next=yes], [CPPFLAGS="$gl_save_CPPFLAGS -Iconftestd1a -Iconftestd2" AC_COMPILE_IFELSE([AC_LANG_DEFINES_PROVIDED[#include ]], [gl_cv_have_include_next=buggy], [gl_cv_have_include_next=no]) ]) CPPFLAGS="$gl_save_CPPFLAGS" rm -rf conftestd1a conftestd1b conftestd2 ]) PRAGMA_SYSTEM_HEADER= if test $gl_cv_have_include_next = yes; then INCLUDE_NEXT=include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next if test -n "$GCC"; then PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' fi else if test $gl_cv_have_include_next = buggy; then INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include_next else INCLUDE_NEXT=include INCLUDE_NEXT_AS_FIRST_DIRECTIVE=include fi fi AC_SUBST([INCLUDE_NEXT]) AC_SUBST([INCLUDE_NEXT_AS_FIRST_DIRECTIVE]) AC_SUBST([PRAGMA_SYSTEM_HEADER]) AC_CACHE_CHECK([whether system header files limit the line length], [gl_cv_pragma_columns], [dnl HP NonStop systems, which define __TANDEM, have this misfeature. AC_EGREP_CPP([choke me], [ #ifdef __TANDEM choke me #endif ], [gl_cv_pragma_columns=yes], [gl_cv_pragma_columns=no]) ]) if test $gl_cv_pragma_columns = yes; then PRAGMA_COLUMNS="#pragma COLUMNS 10000" else PRAGMA_COLUMNS= fi AC_SUBST([PRAGMA_COLUMNS]) ]) # gl_CHECK_NEXT_HEADERS(HEADER1 HEADER2 ...) # ------------------------------------------ # For each arg foo.h, if #include_next works, define NEXT_FOO_H to be # ''; otherwise define it to be # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. # Also, if #include_next works as first preprocessing directive in a file, # define NEXT_AS_FIRST_DIRECTIVE_FOO_H to be ''; otherwise define it to # be # '"///usr/include/foo.h"', or whatever other absolute file name is suitable. # That way, a header file with the following line: # #@INCLUDE_NEXT@ @NEXT_FOO_H@ # or # #@INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ @NEXT_AS_FIRST_DIRECTIVE_FOO_H@ # behaves (after sed substitution) as if it contained # #include_next # even if the compiler does not support include_next. # The three "///" are to pacify Sun C 5.8, which otherwise would say # "warning: #include of /usr/include/... may be non-portable". # Use '""', not '<>', so that the /// cannot be confused with a C99 comment. # Note: This macro assumes that the header file is not empty after # preprocessing, i.e. it does not only define preprocessor macros but also # provides some type/enum definitions or function/variable declarations. # # This macro also checks whether each header exists, by invoking # AC_CHECK_HEADERS_ONCE or AC_CHECK_HEADERS on each argument. AC_DEFUN([gl_CHECK_NEXT_HEADERS], [ gl_NEXT_HEADERS_INTERNAL([$1], [check]) ]) # gl_NEXT_HEADERS(HEADER1 HEADER2 ...) # ------------------------------------ # Like gl_CHECK_NEXT_HEADERS, except do not check whether the headers exist. # This is suitable for headers like that are standardized by C89 # and therefore can be assumed to exist. AC_DEFUN([gl_NEXT_HEADERS], [ gl_NEXT_HEADERS_INTERNAL([$1], [assume]) ]) # The guts of gl_CHECK_NEXT_HEADERS and gl_NEXT_HEADERS. AC_DEFUN([gl_NEXT_HEADERS_INTERNAL], [ AC_REQUIRE([gl_INCLUDE_NEXT]) AC_REQUIRE([AC_CANONICAL_HOST]) m4_if([$2], [check], [AC_CHECK_HEADERS_ONCE([$1]) ]) dnl FIXME: gl_next_header and gl_header_exists must be used unquoted dnl until we can assume autoconf 2.64 or newer. m4_foreach_w([gl_HEADER_NAME], [$1], [AS_VAR_PUSHDEF([gl_next_header], [gl_cv_next_]m4_defn([gl_HEADER_NAME])) if test $gl_cv_have_include_next = yes; then AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>']) else AC_CACHE_CHECK( [absolute name of <]m4_defn([gl_HEADER_NAME])[>], m4_defn([gl_next_header]), [m4_if([$2], [check], [AS_VAR_PUSHDEF([gl_header_exists], [ac_cv_header_]m4_defn([gl_HEADER_NAME])) if test AS_VAR_GET(gl_header_exists) = yes; then AS_VAR_POPDEF([gl_header_exists]) ]) AC_LANG_CONFTEST( [AC_LANG_SOURCE( [[#include <]]m4_dquote(m4_defn([gl_HEADER_NAME]))[[>]] )]) dnl AIX "xlc -E" and "cc -E" omit #line directives for header dnl files that contain only a #include of other header files and dnl no non-comment tokens of their own. This leads to a failure dnl to detect the absolute name of , , dnl and others. The workaround is to force preservation dnl of comments through option -C. This ensures all necessary dnl #line directives are present. GCC supports option -C as well. case "$host_os" in aix*) gl_absname_cpp="$ac_cpp -C" ;; *) gl_absname_cpp="$ac_cpp" ;; esac changequote(,) case "$host_os" in mingw*) dnl For the sake of native Windows compilers (excluding gcc), dnl treat backslash as a directory separator, like /. dnl Actually, these compilers use a double-backslash as dnl directory separator, inside the dnl # line "filename" dnl directives. gl_dirsep_regex='[/\\]' ;; *) gl_dirsep_regex='\/' ;; esac dnl A sed expression that turns a string into a basic regular dnl expression, for use within "/.../". gl_make_literal_regex_sed='s,[]$^\\.*/[],\\&,g' changequote([,]) gl_header_literal_regex=`echo ']m4_defn([gl_HEADER_NAME])[' \ | sed -e "$gl_make_literal_regex_sed"` gl_absolute_header_sed="/${gl_dirsep_regex}${gl_header_literal_regex}/"'{ s/.*"\(.*'"${gl_dirsep_regex}${gl_header_literal_regex}"'\)".*/\1/ changequote(,)dnl s|^/[^/]|//&| changequote([,])dnl p q }' dnl eval is necessary to expand gl_absname_cpp. dnl Ultrix and Pyramid sh refuse to redirect output of eval, dnl so use subshell. AS_VAR_SET(gl_next_header, ['"'`(eval "$gl_absname_cpp conftest.$ac_ext") 2>&AS_MESSAGE_LOG_FD | sed -n "$gl_absolute_header_sed"`'"']) m4_if([$2], [check], [else AS_VAR_SET(gl_next_header, ['<'gl_HEADER_NAME'>']) fi ]) ]) fi AC_SUBST( AS_TR_CPP([NEXT_]m4_defn([gl_HEADER_NAME])), [AS_VAR_GET(gl_next_header)]) if test $gl_cv_have_include_next = yes || test $gl_cv_have_include_next = buggy; then # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' gl_next_as_first_directive='<'gl_HEADER_NAME'>' else # INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include' gl_next_as_first_directive=AS_VAR_GET(gl_next_header) fi AC_SUBST( AS_TR_CPP([NEXT_AS_FIRST_DIRECTIVE_]m4_defn([gl_HEADER_NAME])), [$gl_next_as_first_directive]) AS_VAR_POPDEF([gl_next_header])]) ]) # Autoconf 2.68 added warnings for our use of AC_COMPILE_IFELSE; # this fallback is safe for all earlier autoconf versions. m4_define_default([AC_LANG_DEFINES_PROVIDED]) gsasl-1.8.0/gl/m4/warn-on-use.m40000664000000000000000000000415411746471770013103 00000000000000# warn-on-use.m4 serial 5 dnl Copyright (C) 2010-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # gl_WARN_ON_USE_PREPARE(INCLUDES, NAMES) # --------------------------------------- # For each whitespace-separated element in the list of NAMES, define # HAVE_RAW_DECL_name if the function has a declaration among INCLUDES # even after being undefined as a macro. # # See warn-on-use.h for some hints on how to poison function names, as # well as ideas on poisoning global variables and macros. NAMES may # include global variables, but remember that only functions work with # _GL_WARN_ON_USE. Typically, INCLUDES only needs to list a single # header, but if the replacement header pulls in other headers because # some systems declare functions in the wrong header, then INCLUDES # should do likewise. # # It is generally safe to assume declarations for functions declared # in the intersection of C89 and C11 (such as printf) without # needing gl_WARN_ON_USE_PREPARE. AC_DEFUN([gl_WARN_ON_USE_PREPARE], [ m4_foreach_w([gl_decl], [$2], [AH_TEMPLATE([HAVE_RAW_DECL_]AS_TR_CPP(m4_defn([gl_decl])), [Define to 1 if ]m4_defn([gl_decl])[ is declared even after undefining macros.])])dnl dnl FIXME: gl_Symbol must be used unquoted until we can assume dnl autoconf 2.64 or newer. for gl_func in m4_flatten([$2]); do AS_VAR_PUSHDEF([gl_Symbol], [gl_cv_have_raw_decl_$gl_func])dnl AC_CACHE_CHECK([whether $gl_func is declared without a macro], gl_Symbol, [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([$1], [@%:@undef $gl_func (void) $gl_func;])], [AS_VAR_SET(gl_Symbol, [yes])], [AS_VAR_SET(gl_Symbol, [no])])]) AS_VAR_IF(gl_Symbol, [yes], [AC_DEFINE_UNQUOTED(AS_TR_CPP([HAVE_RAW_DECL_$gl_func]), [1]) dnl shortcut - if the raw declaration exists, then set a cache dnl variable to allow skipping any later AC_CHECK_DECL efforts eval ac_cv_have_decl_$gl_func=yes]) AS_VAR_POPDEF([gl_Symbol])dnl done ]) gsasl-1.8.0/gl/m4/intmax_t.m40000664000000000000000000000416611746471770012556 00000000000000# intmax_t.m4 serial 8 dnl Copyright (C) 1997-2004, 2006-2007, 2009-2012 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. AC_PREREQ([2.53]) # Define intmax_t to 'long' or 'long long' # if it is not already defined in or . AC_DEFUN([gl_AC_TYPE_INTMAX_T], [ dnl For simplicity, we assume that a header file defines 'intmax_t' if and dnl only if it defines 'uintmax_t'. AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) test $ac_cv_type_long_long_int = yes \ && ac_type='long long' \ || ac_type='long' AC_DEFINE_UNQUOTED([intmax_t], [$ac_type], [Define to long or long long if and don't define.]) else AC_DEFINE([HAVE_INTMAX_T], [1], [Define if you have the 'intmax_t' type in or .]) fi ]) dnl An alternative would be to explicitly test for 'intmax_t'. AC_DEFUN([gt_AC_TYPE_INTMAX_T], [ AC_REQUIRE([gl_AC_HEADER_INTTYPES_H]) AC_REQUIRE([gl_AC_HEADER_STDINT_H]) AC_CACHE_CHECK([for intmax_t], [gt_cv_c_intmax_t], [AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [[ #include #include #if HAVE_STDINT_H_WITH_UINTMAX #include #endif #if HAVE_INTTYPES_H_WITH_UINTMAX #include #endif ]], [[intmax_t x = -1; return !x;]])], [gt_cv_c_intmax_t=yes], [gt_cv_c_intmax_t=no])]) if test $gt_cv_c_intmax_t = yes; then AC_DEFINE([HAVE_INTMAX_T], [1], [Define if you have the 'intmax_t' type in or .]) else AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) test $ac_cv_type_long_long_int = yes \ && ac_type='long long' \ || ac_type='long' AC_DEFINE_UNQUOTED([intmax_t], [$ac_type], [Define to long or long long if and don't define.]) fi ]) gsasl-1.8.0/gl/m4/sys_socket_h.m40000664000000000000000000001421711746471770013426 00000000000000# sys_socket_h.m4 serial 22 dnl Copyright (C) 2005-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Simon Josefsson. AC_DEFUN([gl_HEADER_SYS_SOCKET], [ AC_REQUIRE([gl_SYS_SOCKET_H_DEFAULTS]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_C_INLINE]) dnl On OSF/1, the functions recv(), send(), recvfrom(), sendto() have dnl old-style declarations (with return type 'int' instead of 'ssize_t') dnl unless _POSIX_PII_SOCKET is defined. case "$host_os" in osf*) AC_DEFINE([_POSIX_PII_SOCKET], [1], [Define to 1 in order to get the POSIX compatible declarations of socket functions.]) ;; esac AC_CACHE_CHECK([whether is self-contained], [gl_cv_header_sys_socket_h_selfcontained], [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include ]], [[]])], [gl_cv_header_sys_socket_h_selfcontained=yes], [gl_cv_header_sys_socket_h_selfcontained=no]) ]) if test $gl_cv_header_sys_socket_h_selfcontained = yes; then dnl If the shutdown function exists, should define dnl SHUT_RD, SHUT_WR, SHUT_RDWR. AC_CHECK_FUNCS([shutdown]) if test $ac_cv_func_shutdown = yes; then AC_CACHE_CHECK([whether defines the SHUT_* macros], [gl_cv_header_sys_socket_h_shut], [ AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR };]])], [gl_cv_header_sys_socket_h_shut=yes], [gl_cv_header_sys_socket_h_shut=no]) ]) if test $gl_cv_header_sys_socket_h_shut = no; then SYS_SOCKET_H='sys/socket.h' fi fi fi # We need to check for ws2tcpip.h now. gl_PREREQ_SYS_H_SOCKET AC_CHECK_TYPES([struct sockaddr_storage, sa_family_t],,,[ /* sys/types.h is not needed according to POSIX, but the sys/socket.h in i386-unknown-freebsd4.10 and powerpc-apple-darwin5.5 required it. */ #include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif ]) if test $ac_cv_type_struct_sockaddr_storage = no; then HAVE_STRUCT_SOCKADDR_STORAGE=0 fi if test $ac_cv_type_sa_family_t = no; then HAVE_SA_FAMILY_T=0 fi if test $ac_cv_type_struct_sockaddr_storage != no; then AC_CHECK_MEMBERS([struct sockaddr_storage.ss_family], [], [HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=0], [#include #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_WS2TCPIP_H #include #endif ]) fi if test $HAVE_STRUCT_SOCKADDR_STORAGE = 0 || test $HAVE_SA_FAMILY_T = 0 \ || test $HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = 0; then SYS_SOCKET_H='sys/socket.h' fi gl_PREREQ_SYS_H_WINSOCK2 dnl Check for declarations of anything we want to poison if the dnl corresponding gnulib module is not in use. gl_WARN_ON_USE_PREPARE([[ /* Some systems require prerequisite headers. */ #include #include ]], [socket connect accept bind getpeername getsockname getsockopt listen recv send recvfrom sendto setsockopt shutdown accept4]) ]) AC_DEFUN([gl_PREREQ_SYS_H_SOCKET], [ dnl Check prerequisites of the replacement. AC_REQUIRE([gl_CHECK_SOCKET_HEADERS]) gl_CHECK_NEXT_HEADERS([sys/socket.h]) if test $ac_cv_header_sys_socket_h = yes; then HAVE_SYS_SOCKET_H=1 HAVE_WS2TCPIP_H=0 else HAVE_SYS_SOCKET_H=0 if test $ac_cv_header_ws2tcpip_h = yes; then HAVE_WS2TCPIP_H=1 else HAVE_WS2TCPIP_H=0 fi fi AC_SUBST([HAVE_SYS_SOCKET_H]) AC_SUBST([HAVE_WS2TCPIP_H]) ]) # Common prerequisites of the replacement and of the # replacement. # Sets and substitutes HAVE_WINSOCK2_H. AC_DEFUN([gl_PREREQ_SYS_H_WINSOCK2], [ m4_ifdef([gl_UNISTD_H_DEFAULTS], [AC_REQUIRE([gl_UNISTD_H_DEFAULTS])]) m4_ifdef([gl_SYS_IOCTL_H_DEFAULTS], [AC_REQUIRE([gl_SYS_IOCTL_H_DEFAULTS])]) AC_CHECK_HEADERS_ONCE([sys/socket.h]) if test $ac_cv_header_sys_socket_h != yes; then dnl We cannot use AC_CHECK_HEADERS_ONCE here, because that would make dnl the check for those headers unconditional; yet cygwin reports dnl that the headers are present but cannot be compiled (since on dnl cygwin, all socket information should come from sys/socket.h). AC_CHECK_HEADERS([winsock2.h]) fi if test "$ac_cv_header_winsock2_h" = yes; then HAVE_WINSOCK2_H=1 UNISTD_H_HAVE_WINSOCK2_H=1 SYS_IOCTL_H_HAVE_WINSOCK2_H=1 else HAVE_WINSOCK2_H=0 fi AC_SUBST([HAVE_WINSOCK2_H]) ]) AC_DEFUN([gl_SYS_SOCKET_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_SOCKET_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_SOCKET_H_DEFAULTS], [ GNULIB_SOCKET=0; AC_SUBST([GNULIB_SOCKET]) GNULIB_CONNECT=0; AC_SUBST([GNULIB_CONNECT]) GNULIB_ACCEPT=0; AC_SUBST([GNULIB_ACCEPT]) GNULIB_BIND=0; AC_SUBST([GNULIB_BIND]) GNULIB_GETPEERNAME=0; AC_SUBST([GNULIB_GETPEERNAME]) GNULIB_GETSOCKNAME=0; AC_SUBST([GNULIB_GETSOCKNAME]) GNULIB_GETSOCKOPT=0; AC_SUBST([GNULIB_GETSOCKOPT]) GNULIB_LISTEN=0; AC_SUBST([GNULIB_LISTEN]) GNULIB_RECV=0; AC_SUBST([GNULIB_RECV]) GNULIB_SEND=0; AC_SUBST([GNULIB_SEND]) GNULIB_RECVFROM=0; AC_SUBST([GNULIB_RECVFROM]) GNULIB_SENDTO=0; AC_SUBST([GNULIB_SENDTO]) GNULIB_SETSOCKOPT=0; AC_SUBST([GNULIB_SETSOCKOPT]) GNULIB_SHUTDOWN=0; AC_SUBST([GNULIB_SHUTDOWN]) GNULIB_ACCEPT4=0; AC_SUBST([GNULIB_ACCEPT4]) HAVE_STRUCT_SOCKADDR_STORAGE=1; AC_SUBST([HAVE_STRUCT_SOCKADDR_STORAGE]) HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY=1; AC_SUBST([HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY]) HAVE_SA_FAMILY_T=1; AC_SUBST([HAVE_SA_FAMILY_T]) HAVE_ACCEPT4=1; AC_SUBST([HAVE_ACCEPT4]) ]) gsasl-1.8.0/gl/m4/sys_uio_h.m40000664000000000000000000000165411746471770012733 00000000000000# sys_uio_h.m4 serial 1 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_HEADER_SYS_UIO], [ AC_REQUIRE([gl_SYS_UIO_H_DEFAULTS]) dnl is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([sys/uio.h]) if test $ac_cv_header_sys_uio_h = yes; then HAVE_SYS_UIO_H=1 else HAVE_SYS_UIO_H=0 fi AC_SUBST([HAVE_SYS_UIO_H]) ]) AC_DEFUN([gl_SYS_UIO_MODULE_INDICATOR], [ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_UIO_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) dnl Define it also as a C macro, for the benefit of the unit tests. gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_UIO_H_DEFAULTS], [ ]) gsasl-1.8.0/gl/sys_select.in.h0000664000000000000000000002527011746471770013103 00000000000000/* Substitute for . Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ # if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ # endif @PRAGMA_COLUMNS@ /* On OSF/1, and include . Simply delegate to the system's header in this case. */ #if @HAVE_SYS_SELECT_H@ && defined __osf__ && (defined _SYS_TYPES_H_ && !defined _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TYPES_H) && defined _OSF_SOURCE # define _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TYPES_H # @INCLUDE_NEXT@ @NEXT_SYS_SELECT_H@ #elif @HAVE_SYS_SELECT_H@ && defined __osf__ && (defined _SYS_TIME_H_ && !defined _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TIME_H) && defined _OSF_SOURCE # define _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_TIME_H # @INCLUDE_NEXT@ @NEXT_SYS_SELECT_H@ /* On IRIX 6.5, includes , which includes , which includes . At this point we cannot include , because that includes , which gives a syntax error because has not been completely processed. Simply delegate to the system's header in this case. */ #elif @HAVE_SYS_SELECT_H@ && defined __sgi && (defined _SYS_BSD_TYPES_H && !defined _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_BSD_TYPES_H) # define _GL_SYS_SELECT_H_REDIRECT_FROM_SYS_BSD_TYPES_H # @INCLUDE_NEXT@ @NEXT_SYS_SELECT_H@ /* On OpenBSD 5.0, includes , which includes . At this point we cannot include , because that includes gnulib's pthread.h override, which gives a syntax error because /usr/include/pthread.h has not been completely processed. Simply delegate to the system's header in this case. */ #elif @HAVE_SYS_SELECT_H@ && defined __OpenBSD__ && (defined _PTHREAD_H_ && !defined PTHREAD_MUTEX_INITIALIZER) # @INCLUDE_NEXT@ @NEXT_SYS_SELECT_H@ #else #ifndef _@GUARD_PREFIX@_SYS_SELECT_H /* On many platforms, assumes prior inclusion of . Also, mingw defines sigset_t there, instead of in where it belongs. */ #include #if @HAVE_SYS_SELECT_H@ /* On OSF/1 4.0, provides only a forward declaration of 'struct timeval', and no definition of this type. Also, MacOS X, AIX, HP-UX, IRIX, Solaris, Interix declare select() in . But avoid namespace pollution on glibc systems. */ # ifndef __GLIBC__ # include # endif /* On AIX 7 and Solaris 10, provides an FD_ZERO implementation that relies on memset(), but without including . But in any case avoid namespace pollution on glibc systems. */ # if (defined __OpenBSD__ || defined _AIX || defined __sun || defined __osf__ || defined __BEOS__) \ && ! defined __GLIBC__ # include # endif /* The include_next requires a split double-inclusion guard. */ # @INCLUDE_NEXT@ @NEXT_SYS_SELECT_H@ #endif /* Get definition of 'sigset_t'. But avoid namespace pollution on glibc systems. Do this after the include_next (for the sake of OpenBSD 5.0) but before the split double-inclusion guard (for the sake of Solaris). */ #if !(defined __GLIBC__ && !defined __UCLIBC__) # include #endif #ifndef _@GUARD_PREFIX@_SYS_SELECT_H #define _@GUARD_PREFIX@_SYS_SELECT_H #if !@HAVE_SYS_SELECT_H@ /* A platform that lacks . */ /* Get the 'struct timeval' and 'fd_set' types and the FD_* macros on most platforms. */ # include /* On HP-UX 11, provides an FD_ZERO implementation that relies on memset(), but without including . */ # if defined __hpux # include # endif /* On native Windows platforms: Get the 'fd_set' type. Get the close() declaration before we override it. */ # if @HAVE_WINSOCK2_H@ # if !defined _GL_INCLUDING_WINSOCK2_H # define _GL_INCLUDING_WINSOCK2_H # include # undef _GL_INCLUDING_WINSOCK2_H # endif # include # endif #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Fix some definitions from . */ #if @HAVE_WINSOCK2_H@ # if !GNULIB_defined_rpl_fd_isset /* Re-define FD_ISSET to avoid a WSA call while we are not using network sockets. */ static inline int rpl_fd_isset (SOCKET fd, fd_set * set) { u_int i; if (set == NULL) return 0; for (i = 0; i < set->fd_count; i++) if (set->fd_array[i] == fd) return 1; return 0; } # define GNULIB_defined_rpl_fd_isset 1 # endif # undef FD_ISSET # define FD_ISSET(fd, set) rpl_fd_isset(fd, set) #endif /* Hide some function declarations from . */ #if @HAVE_WINSOCK2_H@ # if !defined _@GUARD_PREFIX@_UNISTD_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef close # define close close_used_without_including_unistd_h # else _GL_WARN_ON_USE (close, "close() used without including "); # endif # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef gethostname # define gethostname gethostname_used_without_including_unistd_h # else _GL_WARN_ON_USE (gethostname, "gethostname() used without including "); # endif # endif # if !defined _@GUARD_PREFIX@_SYS_SOCKET_H # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef socket # define socket socket_used_without_including_sys_socket_h # undef connect # define connect connect_used_without_including_sys_socket_h # undef accept # define accept accept_used_without_including_sys_socket_h # undef bind # define bind bind_used_without_including_sys_socket_h # undef getpeername # define getpeername getpeername_used_without_including_sys_socket_h # undef getsockname # define getsockname getsockname_used_without_including_sys_socket_h # undef getsockopt # define getsockopt getsockopt_used_without_including_sys_socket_h # undef listen # define listen listen_used_without_including_sys_socket_h # undef recv # define recv recv_used_without_including_sys_socket_h # undef send # define send send_used_without_including_sys_socket_h # undef recvfrom # define recvfrom recvfrom_used_without_including_sys_socket_h # undef sendto # define sendto sendto_used_without_including_sys_socket_h # undef setsockopt # define setsockopt setsockopt_used_without_including_sys_socket_h # undef shutdown # define shutdown shutdown_used_without_including_sys_socket_h # else _GL_WARN_ON_USE (socket, "socket() used without including "); _GL_WARN_ON_USE (connect, "connect() used without including "); _GL_WARN_ON_USE (accept, "accept() used without including "); _GL_WARN_ON_USE (bind, "bind() used without including "); _GL_WARN_ON_USE (getpeername, "getpeername() used without including "); _GL_WARN_ON_USE (getsockname, "getsockname() used without including "); _GL_WARN_ON_USE (getsockopt, "getsockopt() used without including "); _GL_WARN_ON_USE (listen, "listen() used without including "); _GL_WARN_ON_USE (recv, "recv() used without including "); _GL_WARN_ON_USE (send, "send() used without including "); _GL_WARN_ON_USE (recvfrom, "recvfrom() used without including "); _GL_WARN_ON_USE (sendto, "sendto() used without including "); _GL_WARN_ON_USE (setsockopt, "setsockopt() used without including "); _GL_WARN_ON_USE (shutdown, "shutdown() used without including "); # endif # endif #endif #if @GNULIB_PSELECT@ # if @REPLACE_PSELECT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef pselect # define pselect rpl_pselect # endif _GL_FUNCDECL_RPL (pselect, int, (int, fd_set *restrict, fd_set *restrict, fd_set *restrict, struct timespec const *restrict, const sigset_t *restrict)); _GL_CXXALIAS_RPL (pselect, int, (int, fd_set *restrict, fd_set *restrict, fd_set *restrict, struct timespec const *restrict, const sigset_t *restrict)); # else # if !@HAVE_PSELECT@ _GL_FUNCDECL_SYS (pselect, int, (int, fd_set *restrict, fd_set *restrict, fd_set *restrict, struct timespec const *restrict, const sigset_t *restrict)); # endif _GL_CXXALIAS_SYS (pselect, int, (int, fd_set *restrict, fd_set *restrict, fd_set *restrict, struct timespec const *restrict, const sigset_t *restrict)); # endif _GL_CXXALIASWARN (pselect); #elif defined GNULIB_POSIXCHECK # undef pselect # if HAVE_RAW_DECL_PSELECT _GL_WARN_ON_USE (pselect, "pselect is not portable - " "use gnulib module pselect for portability"); # endif #endif #if @GNULIB_SELECT@ # if @REPLACE_SELECT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef select # define select rpl_select # endif _GL_FUNCDECL_RPL (select, int, (int, fd_set *, fd_set *, fd_set *, struct timeval *)); _GL_CXXALIAS_RPL (select, int, (int, fd_set *, fd_set *, fd_set *, struct timeval *)); # else _GL_CXXALIAS_SYS (select, int, (int, fd_set *, fd_set *, fd_set *, struct timeval *)); # endif _GL_CXXALIASWARN (select); #elif @HAVE_WINSOCK2_H@ # undef select # define select select_used_without_requesting_gnulib_module_select #elif defined GNULIB_POSIXCHECK # undef select # if HAVE_RAW_DECL_SELECT _GL_WARN_ON_USE (select, "select is not always POSIX compliant - " "use gnulib module select for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_SYS_SELECT_H */ #endif /* _@GUARD_PREFIX@_SYS_SELECT_H */ #endif /* OSF/1 */ gsasl-1.8.0/gl/fd-hook.c0000664000000000000000000000701211746471770011635 00000000000000/* Hook for making making file descriptor functions close(), ioctl() extensible. Copyright (C) 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include "fd-hook.h" #include /* Currently, this entire code is only needed for the handling of sockets on native Windows platforms. */ #if WINDOWS_SOCKETS /* The first and last link in the doubly linked list. Initially the list is empty. */ static struct fd_hook anchor = { &anchor, &anchor, NULL, NULL }; int execute_close_hooks (const struct fd_hook *remaining_list, gl_close_fn primary, int fd) { if (remaining_list == &anchor) /* End of list reached. */ return primary (fd); else return remaining_list->private_close_fn (remaining_list->private_next, primary, fd); } int execute_all_close_hooks (gl_close_fn primary, int fd) { return execute_close_hooks (anchor.private_next, primary, fd); } int execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary, int fd, int request, void *arg) { if (remaining_list == &anchor) /* End of list reached. */ return primary (fd, request, arg); else return remaining_list->private_ioctl_fn (remaining_list->private_next, primary, fd, request, arg); } int execute_all_ioctl_hooks (gl_ioctl_fn primary, int fd, int request, void *arg) { return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg); } void register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) { if (close_hook == NULL) close_hook = execute_close_hooks; if (ioctl_hook == NULL) ioctl_hook = execute_ioctl_hooks; if (link->private_next == NULL && link->private_prev == NULL) { /* Add the link to the doubly linked list. */ link->private_next = anchor.private_next; link->private_prev = &anchor; link->private_close_fn = close_hook; link->private_ioctl_fn = ioctl_hook; anchor.private_next->private_prev = link; anchor.private_next = link; } else { /* The link is already in use. */ if (link->private_close_fn != close_hook || link->private_ioctl_fn != ioctl_hook) abort (); } } void unregister_fd_hook (struct fd_hook *link) { struct fd_hook *next = link->private_next; struct fd_hook *prev = link->private_prev; if (next != NULL && prev != NULL) { /* The link is in use. Remove it from the doubly linked list. */ prev->private_next = next; next->private_prev = prev; /* Clear the link, to mark it unused. */ link->private_next = NULL; link->private_prev = NULL; link->private_close_fn = NULL; link->private_ioctl_fn = NULL; } } #endif gsasl-1.8.0/THANKS0000664000000000000000000000242311754555060010446 00000000000000GNU SASL THANKS -- Acknowledgements. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. GNU SASL uses libntlm by Grant Edwards maintained by Simon Josefsson; libgssapi by MIT/Heimdal; libgcrypt by Werner Koch; GSS, Libidn, and Shishi by Simon Josefsson. Bug reports, patches and/or suggestions were also received from: Andorz Nilsson Sergey Poznyakoff Lars Engebretsen Marc Mutz Peter Prohaska Wojciech Polak Jakub Bogusz Tomas Ogren Alexey Melnikov Darian Lanx Dirk Dierckx Paul Romero Mike Castle Martin Lambers Clytie Siddall Ryan Slack Yvan Bassuel Francis Brosnan Blazquez James Mansion Maxim Britov Brad Hards James Canete Daniel Armyr Enrico Scholz Martin Rozee Pawel Widera Gazsó Attila Adam Goode Andery Melnikov Vincent Untz Marco Maggi "carlo.bramix" Marc Santamaria Wim Lewis Phil Pennock ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/maint.mk0000664000000000000000000016207611754207012011176 00000000000000# -*-Makefile-*- # This Makefile fragment tries to be general-purpose enough to be # used by many projects via the gnulib maintainer-makefile module. ## Copyright (C) 2001-2012 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . # This is reported not to work with make-3.79.1 # ME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) ME := maint.mk # Diagnostic for continued use of deprecated variable. # Remove in 2013 ifneq ($(build_aux),) $(error "$(ME): \ set $$(_build-aux) relative to $$(srcdir) instead of $$(build_aux)") endif # Do not save the original name or timestamp in the .tar.gz file. # Use --rsyncable if available. gzip_rsyncable := \ $(shell gzip --help 2>/dev/null|grep rsyncable >/dev/null \ && printf %s --rsyncable) GZIP_ENV = '--no-name --best $(gzip_rsyncable)' GIT = git VC = $(GIT) VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir) # You can override this variable in cfg.mk to set your own regexp # matching files to ignore. VC_LIST_ALWAYS_EXCLUDE_REGEX ?= ^$$ # This is to preprocess robustly the output of $(VC_LIST), so that even # when $(srcdir) is a pathological name like "....", the leading sed command # removes only the intended prefix. _dot_escaped_srcdir = $(subst .,\.,$(srcdir)) # Post-process $(VC_LIST) output, prepending $(srcdir)/, but only # when $(srcdir) is not ".". ifeq ($(srcdir),.) _prepend_srcdir_prefix = else _prepend_srcdir_prefix = | sed 's|^|$(srcdir)/|' endif # In order to be able to consistently filter "."-relative names, # (i.e., with no $(srcdir) prefix), this definition is careful to # remove any $(srcdir) prefix, and to restore what it removes. _sc_excl = \ $(if $(exclude_file_name_regexp--$@),$(exclude_file_name_regexp--$@),^$$) VC_LIST_EXCEPT = \ $(VC_LIST) | sed 's|^$(_dot_escaped_srcdir)/||' \ | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; \ else grep -Ev -e "$${VC_LIST_EXCEPT_DEFAULT-ChangeLog}"; fi \ | grep -Ev -e '($(VC_LIST_ALWAYS_EXCLUDE_REGEX)|$(_sc_excl))' \ $(_prepend_srcdir_prefix) ifeq ($(origin prev_version_file), undefined) prev_version_file = $(srcdir)/.prev-version endif PREV_VERSION := $(shell cat $(prev_version_file) 2>/dev/null) VERSION_REGEXP = $(subst .,\.,$(VERSION)) PREV_VERSION_REGEXP = $(subst .,\.,$(PREV_VERSION)) ifeq ($(VC),$(GIT)) this-vc-tag = v$(VERSION) this-vc-tag-regexp = v$(VERSION_REGEXP) else tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]') tag-this-version = $(subst .,_,$(VERSION)) this-vc-tag = $(tag-package)-$(tag-this-version) this-vc-tag-regexp = $(this-vc-tag) endif my_distdir = $(PACKAGE)-$(VERSION) # Old releases are stored here. release_archive_dir ?= ../release # Override gnu_rel_host and url_dir_list in cfg.mk if these are not right. # Use alpha.gnu.org for alpha and beta releases. # Use ftp.gnu.org for stable releases. gnu_ftp_host-alpha = alpha.gnu.org gnu_ftp_host-beta = alpha.gnu.org gnu_ftp_host-stable = ftp.gnu.org gnu_rel_host ?= $(gnu_ftp_host-$(RELEASE_TYPE)) ifeq ($(gnu_rel_host),ftp.gnu.org) url_dir_list ?= http://ftpmirror.gnu.org/$(PACKAGE) else url_dir_list ?= ftp://$(gnu_rel_host)/gnu/$(PACKAGE) endif # Override this in cfg.mk if you are using a different format in your # NEWS file. today = $(shell date +%Y-%m-%d) # Select which lines of NEWS are searched for $(news-check-regexp). # This is a sed line number spec. The default says that we search # lines 1..10 of NEWS for $(news-check-regexp). # If you want to search only line 3 or only lines 20-22, use "3" or "20,22". news-check-lines-spec ?= 1,10 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)' # Prevent programs like 'sort' from considering distinct strings to be equal. # Doing it here saves us from having to set LC_ALL elsewhere in this file. export LC_ALL = C ## --------------- ## ## Sanity checks. ## ## --------------- ## _cfg_mk := $(shell test -f $(srcdir)/cfg.mk && echo '$(srcdir)/cfg.mk') # Collect the names of rules starting with 'sc_'. syntax-check-rules := $(sort $(shell sed -n 's/^\(sc_[a-zA-Z0-9_-]*\):.*/\1/p' \ $(srcdir)/$(ME) $(_cfg_mk))) .PHONY: $(syntax-check-rules) ifeq ($(shell $(VC_LIST) >/dev/null 2>&1; echo $$?),0) local-checks-available += $(syntax-check-rules) else local-checks-available += no-vc-detected no-vc-detected: @echo "No version control files detected; skipping syntax check" endif .PHONY: $(local-checks-available) # Arrange to print the name of each syntax-checking rule just before running it. $(syntax-check-rules): %: %.m sc_m_rules_ = $(patsubst %, %.m, $(syntax-check-rules)) .PHONY: $(sc_m_rules_) $(sc_m_rules_): @echo $(patsubst sc_%.m, %, $@) @date +%s.%N > .sc-start-$(basename $@) # Compute and print the elapsed time for each syntax-check rule. sc_z_rules_ = $(patsubst %, %.z, $(syntax-check-rules)) .PHONY: $(sc_z_rules_) $(sc_z_rules_): %.z: % @end=$$(date +%s.%N); \ start=$$(cat .sc-start-$*); \ rm -f .sc-start-$*; \ awk -v s=$$start -v e=$$end \ 'END {printf "%.2f $(patsubst sc_%,%,$*)\n", e - s}' < /dev/null # The patsubst here is to replace each sc_% rule with its sc_%.z wrapper # that computes and prints elapsed time. local-check := \ $(patsubst sc_%, sc_%.z, \ $(filter-out $(local-checks-to-skip), $(local-checks-available))) syntax-check: $(local-check) # _sc_search_regexp # # This macro searches for a given construct in the selected files and # then takes some action. # # Parameters (shell variables): # # prohibit | require # # Regular expression (ERE) denoting either a forbidden construct # or a required construct. Those arguments are exclusive. # # exclude # # Regular expression (ERE) denoting lines to ignore that matched # a prohibit construct. For example, this can be used to exclude # comments that mention why the nearby code uses an alternative # construct instead of the simpler prohibited construct. # # in_vc_files | in_files # # grep-E-style regexp denoting the files to check. If no files # are specified the default are all the files that are under # version control. # # containing | non_containing # # Select the files (non) containing strings matching this regexp. # If both arguments are specified then CONTAINING takes # precedence. # # with_grep_options # # Extra options for grep. # # ignore_case # # Ignore case. # # halt # # Message to display before to halting execution. # # Finally, you may exempt files based on an ERE matching file names. # For example, to exempt from the sc_space_tab check all files with the # .diff suffix, set this Make variable: # # exclude_file_name_regexp--sc_space_tab = \.diff$ # # Note that while this functionality is mostly inherited via VC_LIST_EXCEPT, # when filtering by name via in_files, we explicitly filter out matching # names here as well. # Initialize each, so that envvar settings cannot interfere. export require = export prohibit = export exclude = export in_vc_files = export in_files = export containing = export non_containing = export halt = export with_grep_options = # By default, _sc_search_regexp does not ignore case. export ignore_case = _ignore_case = $$(test -n "$$ignore_case" && printf %s -i || :) define _sc_say_and_exit dummy=; : so we do not need a semicolon before each use; \ { printf '%s\n' "$(ME): $$msg" 1>&2; exit 1; }; endef define _sc_search_regexp dummy=; : so we do not need a semicolon before each use; \ \ : Check arguments; \ test -n "$$prohibit" && test -n "$$require" \ && { msg='Cannot specify both prohibit and require' \ $(_sc_say_and_exit) } || :; \ test -z "$$prohibit" && test -z "$$require" \ && { msg='Should specify either prohibit or require' \ $(_sc_say_and_exit) } || :; \ test -z "$$prohibit" && test -n "$$exclude" \ && { msg='Use of exclude requires a prohibit pattern' \ $(_sc_say_and_exit) } || :; \ test -n "$$in_vc_files" && test -n "$$in_files" \ && { msg='Cannot specify both in_vc_files and in_files' \ $(_sc_say_and_exit) } || :; \ test "x$$halt" != x \ || { msg='halt not defined' $(_sc_say_and_exit) }; \ \ : Filter by file name; \ if test -n "$$in_files"; then \ files=$$(find $(srcdir) | grep -E "$$in_files" \ | grep -Ev '$(exclude_file_name_regexp--$@)'); \ else \ files=$$($(VC_LIST_EXCEPT)); \ if test -n "$$in_vc_files"; then \ files=$$(echo "$$files" | grep -E "$$in_vc_files"); \ fi; \ fi; \ \ : Filter by content; \ test -n "$$files" && test -n "$$containing" \ && { files=$$(grep -l "$$containing" $$files); } || :; \ test -n "$$files" && test -n "$$non_containing" \ && { files=$$(grep -vl "$$non_containing" $$files); } || :; \ \ : Check for the construct; \ if test -n "$$files"; then \ if test -n "$$prohibit"; then \ grep $$with_grep_options $(_ignore_case) -nE "$$prohibit" $$files \ | grep -vE "$${exclude:-^$$}" \ && { msg="$$halt" $(_sc_say_and_exit) } || :; \ else \ grep $$with_grep_options $(_ignore_case) -LE "$$require" $$files \ | grep . \ && { msg="$$halt" $(_sc_say_and_exit) } || :; \ fi \ else :; \ fi || :; endef sc_avoid_if_before_free: @$(srcdir)/$(_build-aux)/useless-if-before-free \ $(useless_free_options) \ $$($(VC_LIST_EXCEPT) | grep -v useless-if-before-free) && \ { echo '$(ME): found useless "if" before "free" above' 1>&2; \ exit 1; } || : sc_cast_of_argument_to_free: @prohibit='\&2; \ exit 1; } || : # Error messages should not start with a capital letter sc_error_message_uppercase: @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ | grep -E '"[A-Z]' \ | grep -vE '"FATAL|"WARNING|"Java|"C#|PRIuMAX' && \ { echo '$(ME): found capitalized error message' 1>&2; \ exit 1; } || : # Error messages should not end with a period sc_error_message_period: @grep -nEA2 '[^rp]error *\(' $$($(VC_LIST_EXCEPT)) \ | grep -E '[^."]\."' && \ { echo '$(ME): found error message ending in period' 1>&2; \ exit 1; } || : sc_file_system: @prohibit=file''system \ ignore_case=1 \ halt='found use of "file''system"; spell it "file system"' \ $(_sc_search_regexp) # Don't use cpp tests of this symbol. All code assumes config.h is included. sc_prohibit_have_config_h: @prohibit='^# *if.*HAVE''_CONFIG_H' \ halt='found use of HAVE''_CONFIG_H; remove' \ $(_sc_search_regexp) # Nearly all .c files must include . However, we also permit this # via inclusion of a package-specific header, if cfg.mk specified one. # config_h_header must be suitable for grep -E. config_h_header ?= sc_require_config_h: @require='^# *include $(config_h_header)' \ in_vc_files='\.c$$' \ halt='the above files do not include ' \ $(_sc_search_regexp) # You must include before including any other header file. # This can possibly be via a package-specific header, if given by cfg.mk. sc_require_config_h_first: @if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \ fail=0; \ for i in $$($(VC_LIST_EXCEPT) | grep '\.c$$'); do \ grep '^# *include\>' $$i | sed 1q \ | grep -E '^# *include $(config_h_header)' > /dev/null \ || { echo $$i; fail=1; }; \ done; \ test $$fail = 1 && \ { echo '$(ME): the above files include some other header' \ 'before ' 1>&2; exit 1; } || :; \ else :; \ fi sc_prohibit_HAVE_MBRTOWC: @prohibit='\bHAVE_MBRTOWC\b' \ halt="do not use $$prohibit; it is always defined" \ $(_sc_search_regexp) # To use this "command" macro, you must first define two shell variables: # h: the header name, with no enclosing <> or "" # re: a regular expression that matches IFF something provided by $h is used. define _sc_header_without_use dummy=; : so we do not need a semicolon before each use; \ h_esc=`echo '[<"]'"$$h"'[">]'|sed 's/\./\\\\./g'`; \ if $(VC_LIST_EXCEPT) | grep -l '\.c$$' > /dev/null; then \ files=$$(grep -l '^# *include '"$$h_esc" \ $$($(VC_LIST_EXCEPT) | grep '\.c$$')) && \ grep -LE "$$re" $$files | grep . && \ { echo "$(ME): the above files include $$h but don't use it" \ 1>&2; exit 1; } || :; \ else :; \ fi endef # Prohibit the inclusion of assert.h without an actual use of assert. sc_prohibit_assert_without_use: @h='assert.h' re='\new(file => "/dev/stdin")->as_string'|sed 's/\?://g' # Note this was produced by the above: # _xa1 = \ #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup) # But we can do better, in at least two ways: # 1) take advantage of two "dup"-suffixed strings: # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup) # 2) notice that "c(har)?|[mz]" is equivalent to the shorter and more readable # "char|[cmz]" # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup) _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup) _xa2 = X([CZ]|N?M)ALLOC sc_prohibit_xalloc_without_use: @h='xalloc.h' \ re='\<($(_xa1)|$(_xa2)) *\('\ $(_sc_header_without_use) # Extract function names: # perl -lne '/^(?:extern )?(?:void|char) \*?(\w+) *\(/ and print $1' lib/hash.h _hash_re = \ clear|delete|free|get_(first|next)|insert|lookup|print_statistics|reset_tuning _hash_fn = \<($(_hash_re)) *\( _hash_struct = (struct )?\<[Hh]ash_(table|tuning)\> sc_prohibit_hash_without_use: @h='hash.h' \ re='$(_hash_fn)|$(_hash_struct)'\ $(_sc_header_without_use) sc_prohibit_cloexec_without_use: @h='cloexec.h' re='\<(set_cloexec_flag|dup_cloexec) *\(' \ $(_sc_header_without_use) sc_prohibit_posixver_without_use: @h='posixver.h' re='\' \ halt='do not use HAVE''_FCNTL_H or O'_NDELAY \ $(_sc_search_regexp) # FIXME: warn about definitions of EXIT_FAILURE, EXIT_SUCCESS, STREQ # Each nonempty ChangeLog line must start with a year number, or a TAB. sc_changelog: @prohibit='^[^12 ]' \ in_vc_files='^ChangeLog$$' \ halt='found unexpected prefix in a ChangeLog' \ $(_sc_search_regexp) # Ensure that each .c file containing a "main" function also # calls set_program_name. sc_program_name: @require='set_program_name *\(m?argv\[0\]\);' \ in_vc_files='\.c$$' \ containing='\
    /dev/null \ && : || { die=1; echo $$i; } \ done; \ test $$die = 1 && \ { echo 1>&2 '$(ME): the final line in each of the above is not:'; \ echo 1>&2 'Exit something'; \ exit 1; } || :; \ fi sc_trailing_blank: @prohibit='[ ]$$' \ halt='found trailing blank(s)' \ $(_sc_search_regexp) # Match lines like the following, but where there is only one space # between the options and the description: # -D, --all-repeated[=delimit-method] print all duplicate lines\n longopt_re = --[a-z][0-9A-Za-z-]*(\[?=[0-9A-Za-z-]*\]?)? sc_two_space_separator_in_usage: @prohibit='^ *(-[A-Za-z],)? $(longopt_re) [^ ].*\\$$' \ halt='help2man requires at least two spaces between an option and its description'\ $(_sc_search_regexp) # A regexp matching function names like "error" that may be used # to emit translatable messages. _gl_translatable_diag_func_re ?= error # Look for diagnostics that aren't marked for translation. # This won't find any for which error's format string is on a separate line. sc_unmarked_diagnostics: @prohibit='\<$(_gl_translatable_diag_func_re) *\([^"]*"[^"]*[a-z]{3}' \ exclude='(_|ngettext ?)\(' \ halt='$(ME): found unmarked diagnostic(s)' \ $(_sc_search_regexp) # Avoid useless parentheses like those in this example: # #if defined (SYMBOL) || defined (SYM2) sc_useless_cpp_parens: @prohibit='^# *if .*defined *\(' \ halt='found useless parentheses in cpp directive' \ $(_sc_search_regexp) # List headers for which HAVE_HEADER_H is always true, assuming you are # using the appropriate gnulib module. CAUTION: for each "unnecessary" # #if HAVE_HEADER_H that you remove, be sure that your project explicitly # requires the gnulib module that guarantees the usability of that header. gl_assured_headers_ = \ cd $(gnulib_dir)/lib && echo *.in.h|sed 's/\.in\.h//g' # Convert the list of names to upper case, and replace each space with "|". az_ = abcdefghijklmnopqrstuvwxyz AZ_ = ABCDEFGHIJKLMNOPQRSTUVWXYZ gl_header_upper_case_or_ = \ $$($(gl_assured_headers_) \ | tr $(az_)/.- $(AZ_)___ \ | tr -s ' ' '|' \ ) sc_prohibit_always_true_header_tests: @or=$(gl_header_upper_case_or_); \ re="HAVE_($$or)_H"; \ prohibit='\<'"$$re"'\>' \ halt=$$(printf '%s\n' \ 'do not test the above HAVE_
    _H symbol(s);' \ ' with the corresponding gnulib module, they are always true') \ $(_sc_search_regexp) # ================================================================== gl_other_headers_ ?= \ intprops.h \ openat.h \ stat-macros.h # Perl -lne code to extract "significant" cpp-defined symbols from a # gnulib header file, eliminating a few common false-positives. # The exempted names below are defined only conditionally in gnulib, # and hence sometimes must/may be defined in application code. gl_extract_significant_defines_ = \ /^\# *define ([^_ (][^ (]*)(\s*\(|\s+\w+)/\ && $$2 !~ /(?:rpl_|_used_without_)/\ && $$1 !~ /^(?:NSIG|ENODATA)$$/\ && $$1 !~ /^(?:SA_RESETHAND|SA_RESTART)$$/\ and print $$1 # Create a list of regular expressions matching the names # of macros that are guaranteed to be defined by parts of gnulib. define def_sym_regex gen_h=$(gl_generated_headers_); \ (cd $(gnulib_dir)/lib; \ for f in *.in.h $(gl_other_headers_); do \ test -f $$f \ && perl -lne '$(gl_extract_significant_defines_)' $$f; \ done; \ ) | sort -u \ | sed 's/^/^ *# *(define|undef) */;s/$$/\\>/' endef # Don't define macros that we already get from gnulib header files. sc_prohibit_always-defined_macros: @if test -d $(gnulib_dir); then \ case $$(echo all: | grep -l -f - Makefile) in Makefile);; *) \ echo '$(ME): skipping $@: you lack GNU grep' 1>&2; exit 0;; \ esac; \ $(def_sym_regex) | grep -E -f - $$($(VC_LIST_EXCEPT)) \ && { echo '$(ME): define the above via some gnulib .h file' \ 1>&2; exit 1; } || :; \ fi # ================================================================== # Prohibit checked in backup files. sc_prohibit_backup_files: @$(VC_LIST) | grep '~$$' && \ { echo '$(ME): found version controlled backup file' 1>&2; \ exit 1; } || : # Require the latest GPL. sc_GPL_version: @prohibit='either ''version [^3]' \ halt='GPL vN, N!=3' \ $(_sc_search_regexp) # Require the latest GFDL. Two regexp, since some .texi files end up # line wrapping between 'Free Documentation License,' and 'Version'. _GFDL_regexp = (Free ''Documentation.*Version 1\.[^3]|Version 1\.[^3] or any) sc_GFDL_version: @prohibit='$(_GFDL_regexp)' \ halt='GFDL vN, N!=3' \ $(_sc_search_regexp) # Don't use Texinfo's @acronym{}. # http://lists.gnu.org/archive/html/bug-gnulib/2010-03/msg00321.html texinfo_suffix_re_ ?= \.(txi|texi(nfo)?)$$ sc_texinfo_acronym: @prohibit='@acronym\{' \ in_vc_files='$(texinfo_suffix_re_)' \ halt='found use of Texinfo @acronym{}' \ $(_sc_search_regexp) cvs_keywords = \ Author|Date|Header|Id|Name|Locker|Log|RCSfile|Revision|Source|State sc_prohibit_cvs_keyword: @prohibit='\$$($(cvs_keywords))\$$' \ halt='do not use CVS keyword expansion' \ $(_sc_search_regexp) # This Perl code is slightly obfuscated. Not only is each "$" doubled # because it's in a Makefile, but the $$c's are comments; we cannot # use "#" due to the way the script ends up concatenated onto one line. # It would be much more concise, and would produce better output (including # counts) if written as: # perl -ln -0777 -e '/\n(\n+)$/ and print "$ARGV: ".length $1' ... # but that would be far less efficient, reading the entire contents # of each file, rather than just the last two bytes of each. # In addition, while the code below detects both blank lines and a missing # newline at EOF, the above detects only the former. # # This is a perl script that is expected to be the single-quoted argument # to a command-line "-le". The remaining arguments are file names. # Print the name of each file that does not end in exactly one newline byte. # I.e., warn if there are blank lines (2 or more newlines), or if the # last byte is not a newline. However, currently we don't complain # about any file that contains exactly one byte. # Exit nonzero if at least one such file is found, otherwise, exit 0. # Warn about, but otherwise ignore open failure. Ignore seek/read failure. # # Use this if you want to remove trailing empty lines from selected files: # perl -pi -0777 -e 's/\n\n+$/\n/' files... # require_exactly_one_NL_at_EOF_ = \ foreach my $$f (@ARGV) \ { \ open F, "<", $$f or (warn "failed to open $$f: $$!\n"), next; \ my $$p = sysseek (F, -2, 2); \ my $$c = "seek failure probably means file has < 2 bytes; ignore"; \ my $$last_two_bytes; \ defined $$p and $$p = sysread F, $$last_two_bytes, 2; \ close F; \ $$c = "ignore read failure"; \ $$p && ($$last_two_bytes eq "\n\n" \ || substr ($$last_two_bytes,1) ne "\n") \ and (print $$f), $$fail=1; \ } \ END { exit defined $$fail } sc_prohibit_empty_lines_at_EOF: @perl -le '$(require_exactly_one_NL_at_EOF_)' $$($(VC_LIST_EXCEPT)) \ || { echo '$(ME): empty line(s) or no newline at EOF' \ 1>&2; exit 1; } || : # Make sure we don't use st_blocks. Use ST_NBLOCKS instead. # This is a bit of a kludge, since it prevents use of the string # even in comments, but for now it does the job with no false positives. sc_prohibit_stat_st_blocks: @prohibit='[.>]st_blocks' \ halt='do not use st_blocks; use ST_NBLOCKS' \ $(_sc_search_regexp) # Make sure we don't define any S_IS* macros in src/*.c files. # They're already defined via gnulib's sys/stat.h replacement. sc_prohibit_S_IS_definition: @prohibit='^ *# *define *S_IS' \ halt='do not define S_IS* macros; include ' \ $(_sc_search_regexp) # Perl block to convert a match to FILE_NAME:LINENO:TEST, # that is shared by two definitions below. perl_filename_lineno_text_ = \ -e ' {' \ -e ' $$n = ($$` =~ tr/\n/\n/ + 1);' \ -e ' ($$v = $$&) =~ s/\n/\\n/g;' \ -e ' print "$$ARGV:$$n:$$v\n";' \ -e ' }' prohibit_doubled_word_RE_ ?= \ /\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt]o)\s+\1\b/gims prohibit_doubled_word_ = \ -e 'while ($(prohibit_doubled_word_RE_))' \ $(perl_filename_lineno_text_) # Define this to a regular expression that matches # any filename:dd:match lines you want to ignore. # The default is to ignore no matches. ignore_doubled_word_match_RE_ ?= ^$$ sc_prohibit_doubled_word: @perl -n -0777 $(prohibit_doubled_word_) $$($(VC_LIST_EXCEPT)) \ | grep -vE '$(ignore_doubled_word_match_RE_)' \ | grep . && { echo '$(ME): doubled words' 1>&2; exit 1; } || : # A regular expression matching undesirable combinations of words like # "can not"; this matches them even when the two words appear on different # lines, but not when there is an intervening delimiter like "#" or "*". # Similarly undesirable, "See @xref{...}", since an @xref should start # a sentence. Explicitly prohibit any prefix of "see" or "also". # Also prohibit a prefix matching "\w+ +". # @pxref gets the same see/also treatment and should be parenthesized; # presume it must *not* start a sentence. bad_xref_re_ ?= (?:[\w,:;] +|(?:see|also)\s+)\@xref\{ bad_pxref_re_ ?= (?:[.!?]|(?:see|also))\s+\@pxref\{ prohibit_undesirable_word_seq_RE_ ?= \ /(?:\bcan\s+not\b|$(bad_xref_re_)|$(bad_pxref_re_))/gims prohibit_undesirable_word_seq_ = \ -e 'while ($(prohibit_undesirable_word_seq_RE_))' \ $(perl_filename_lineno_text_) # Define this to a regular expression that matches # any filename:dd:match lines you want to ignore. # The default is to ignore no matches. ignore_undesirable_word_sequence_RE_ ?= ^$$ sc_prohibit_undesirable_word_seq: @perl -n -0777 $(prohibit_undesirable_word_seq_) \ $$($(VC_LIST_EXCEPT)) \ | grep -vE '$(ignore_undesirable_word_sequence_RE_)' | grep . \ && { echo '$(ME): undesirable word sequence' >&2; exit 1; } || : _ptm1 = use "test C1 && test C2", not "test C1 -''a C2" _ptm2 = use "test C1 || test C2", not "test C1 -''o C2" # Using test's -a and -o operators is not portable. # We prefer test over [, since the latter is spelled [[ in configure.ac. sc_prohibit_test_minus_ao: @prohibit='(\ /dev/null \ || { fail=1; echo 1>&2 "$(ME): $$p uses proper_name_utf8"; }; \ done; \ test $$fail = 1 && \ { echo 1>&2 '$(ME): the above do not link with any ICONV library'; \ exit 1; } || :; \ fi # Warn about "c0nst struct Foo const foo[]", # but not about "char const *const foo" or "#define const const". sc_redundant_const: @prohibit='\bconst\b[[:space:][:alnum:]]{2,}\bconst\b' \ halt='redundant "const" in declarations' \ $(_sc_search_regexp) sc_const_long_option: @prohibit='^ *static.*struct option ' \ exclude='const struct option|struct option const' \ halt='$(ME): add "const" to the above declarations' \ $(_sc_search_regexp) NEWS_hash = \ $$(sed -n '/^\*.* $(PREV_VERSION_REGEXP) ([0-9-]*)/,$$p' \ $(srcdir)/NEWS \ | perl -0777 -pe \ 's/^Copyright.+?Free\sSoftware\sFoundation,\sInc\.\n//ms' \ | md5sum - \ | sed 's/ .*//') # Ensure that we don't accidentally insert an entry into an old NEWS block. sc_immutable_NEWS: @if test -f $(srcdir)/NEWS; then \ test "$(NEWS_hash)" = '$(old_NEWS_hash)' && : || \ { echo '$(ME): you have modified old NEWS' 1>&2; exit 1; }; \ fi # Update the hash stored above. Do this after each release and # for any corrections to old entries. update-NEWS-hash: NEWS perl -pi -e 's/^(old_NEWS_hash[ \t]+:?=[ \t]+).*/$${1}'"$(NEWS_hash)/" \ $(srcdir)/cfg.mk # Ensure that we use only the standard $(VAR) notation, # not @...@ in Makefile.am, now that we can rely on automake # to emit a definition for each substituted variable. # However, there is still one case in which @VAR@ use is not just # legitimate, but actually required: when augmenting an automake-defined # variable with a prefix. For example, gettext uses this: # MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@ # otherwise, makeinfo would put German or French (current locale) # navigation hints in the otherwise-English documentation. # # Allow the package to add exceptions via a hook in cfg.mk; # for example, @PRAGMA_SYSTEM_HEADER@ can be permitted by # setting this to ' && !/PRAGMA_SYSTEM_HEADER/'. _makefile_at_at_check_exceptions ?= sc_makefile_at_at_check: @perl -ne '/\@\w+\@/' \ -e ' && !/(\w+)\s+=.*\@\1\@$$/' \ -e ''$(_makefile_at_at_check_exceptions) \ -e 'and (print "$$ARGV:$$.: $$_"), $$m=1; END {exit !$$m}' \ $$($(VC_LIST_EXCEPT) | grep -E '(^|/)(Makefile\.am|[^/]+\.mk)$$') \ && { echo '$(ME): use $$(...), not @...@' 1>&2; exit 1; } || : news-check: NEWS if sed -n $(news-check-lines-spec)p $(srcdir)/NEWS \ | grep -E $(news-check-regexp) >/dev/null; then \ :; \ else \ echo 'NEWS: $$(news-check-regexp) failed to match' 1>&2; \ exit 1; \ fi sc_makefile_TAB_only_indentation: @prohibit='^ [ ]{8}' \ in_vc_files='akefile|\.mk$$' \ halt='found TAB-8-space indentation' \ $(_sc_search_regexp) sc_m4_quote_check: @prohibit='(AC_DEFINE(_UNQUOTED)?|AC_DEFUN)\([^[]' \ in_vc_files='(^configure\.ac|\.m4)$$' \ halt='quote the first arg to AC_DEF*' \ $(_sc_search_regexp) fix_po_file_diag = \ 'you have changed the set of files with translatable diagnostics;\n\ apply the above patch\n' # Verify that all source files using _() are listed in po/POTFILES.in. po_file ?= $(srcdir)/po/POTFILES.in generated_files ?= $(srcdir)/lib/*.[ch] sc_po_check: @if test -f $(po_file); then \ grep -E -v '^(#|$$)' $(po_file) \ | grep -v '^src/false\.c$$' | sort > $@-1; \ files=; \ for file in $$($(VC_LIST_EXCEPT)) $(generated_files); do \ test -r $$file || continue; \ case $$file in \ *.m4|*.mk) continue ;; \ *.?|*.??) ;; \ *) continue;; \ esac; \ case $$file in \ *.[ch]) \ base=`expr " $$file" : ' \(.*\)\..'`; \ { test -f $$base.l || test -f $$base.y; } && continue;; \ esac; \ files="$$files $$file"; \ done; \ grep -E -l '\b(N?_|gettext *)\([^)"]*("|$$)' $$files \ | sed 's|^$(_dot_escaped_srcdir)/||' | sort -u > $@-2; \ diff -u -L $(po_file) -L $(po_file) $@-1 $@-2 \ || { printf '$(ME): '$(fix_po_file_diag) 1>&2; exit 1; }; \ rm -f $@-1 $@-2; \ fi # Sometimes it is useful to change the PATH environment variable # in Makefiles. When doing so, it's better not to use the Unix-centric # path separator of ':', but rather the automake-provided '$(PATH_SEPARATOR)'. msg = '$(ME): Do not use ":" above; use $$(PATH_SEPARATOR) instead' sc_makefile_path_separator_check: @prohibit='PATH[=].*:' \ in_vc_files='akefile|\.mk$$' \ halt=$(msg) \ $(_sc_search_regexp) # Check that 'make alpha' will not fail at the end of the process, # i.e., when pkg-M.N.tar.xz already exists (either in "." or in ../release) # and is read-only. writable-files: if test -d $(release_archive_dir); then \ for file in $(DIST_ARCHIVES); do \ for p in ./ $(release_archive_dir)/; do \ test -e $$p$$file || continue; \ test -w $$p$$file \ || { echo ERROR: $$p$$file is not writable; fail=1; }; \ done; \ done; \ test "$$fail" && exit 1 || : ; \ else :; \ fi v_etc_file = $(gnulib_dir)/lib/version-etc.c sample-test = tests/sample-test texi = doc/$(PACKAGE).texi # Make sure that the copyright date in $(v_etc_file) is up to date. # Do the same for the $(sample-test) and the main doc/.texi file. sc_copyright_check: @require='enum { COPYRIGHT_YEAR = '$$(date +%Y)' };' \ in_files=$(v_etc_file) \ halt='out of date copyright in $(v_etc_file); update it' \ $(_sc_search_regexp) @require='# Copyright \(C\) '$$(date +%Y)' Free' \ in_vc_files=$(sample-test) \ halt='out of date copyright in $(sample-test); update it' \ $(_sc_search_regexp) @require='Copyright @copyright\{\} .*'$$(date +%Y)' Free' \ in_vc_files=$(texi) \ halt='out of date copyright in $(texi); update it' \ $(_sc_search_regexp) # If tests/help-version exists and seems to be new enough, assume that its # use of init.sh and path_prepend_ is correct, and ensure that every other # use of init.sh is identical. # This is useful because help-version cross-checks prog --version # with $(VERSION), which verifies that its path_prepend_ invocation # sets PATH correctly. This is an inexpensive way to ensure that # the other init.sh-using tests also get it right. _hv_file ?= $(srcdir)/tests/help-version _hv_regex_weak ?= ^ *\. .*/init\.sh" # Fix syntax-highlighters " _hv_regex_strong ?= ^ *\. "\$${srcdir=\.}/init\.sh" sc_cross_check_PATH_usage_in_tests: @if test -f $(_hv_file); then \ grep -l 'VERSION mismatch' $(_hv_file) >/dev/null \ || { echo "$@: skipped: no such file: $(_hv_file)" 1>&2; \ exit 0; }; \ grep -lE '$(_hv_regex_strong)' $(_hv_file) >/dev/null \ || { echo "$@: $(_hv_file) lacks conforming use of init.sh" 1>&2; \ exit 1; }; \ good=$$(grep -E '$(_hv_regex_strong)' $(_hv_file)); \ grep -LFx "$$good" \ $$(grep -lE '$(_hv_regex_weak)' $$($(VC_LIST_EXCEPT))) \ | grep . && \ { echo "$(ME): the above files use path_prepend_ inconsistently" \ 1>&2; exit 1; } || :; \ fi # BRE regex of file contents to identify a test script. _test_script_regex ?= \ # In tests, use "compare expected actual", not the reverse. sc_prohibit_reversed_compare_failure: @prohibit='\ vc-diffs || : if test -s vc-diffs; then \ cat vc-diffs; \ echo "Some files are locally modified:" 1>&2; \ exit 1; \ else \ rm vc-diffs; \ fi rel-files = $(DIST_ARCHIVES) gnulib_dir ?= $(srcdir)/gnulib gnulib-version = $$(cd $(gnulib_dir) && git describe) bootstrap-tools ?= autoconf,automake,gnulib # If it's not already specified, derive the GPG key ID from # the signed tag we've just applied to mark this release. gpg_key_ID ?= \ $$(git cat-file tag v$(VERSION) \ | gpgv --status-fd 1 --keyring /dev/null - - 2>/dev/null \ | sed -n '/^\[GNUPG:\] ERRSIG /{s///;s/ .*//p;q}') translation_project_ ?= coordinator@translationproject.org # Make info-gnu the default only for a stable release. ifeq ($(RELEASE_TYPE),stable) announcement_Cc_ ?= $(translation_project_), $(PACKAGE_BUGREPORT) announcement_mail_headers_ ?= \ To: info-gnu@gnu.org \ Cc: $(announcement_Cc_) \ Mail-Followup-To: $(PACKAGE_BUGREPORT) else announcement_Cc_ ?= $(translation_project_) announcement_mail_headers_ ?= \ To: $(PACKAGE_BUGREPORT) \ Cc: $(announcement_Cc_) endif announcement: NEWS ChangeLog $(rel-files) @$(srcdir)/$(_build-aux)/announce-gen \ --mail-headers='$(announcement_mail_headers_)' \ --release-type=$(RELEASE_TYPE) \ --package=$(PACKAGE) \ --prev=$(PREV_VERSION) \ --curr=$(VERSION) \ --gpg-key-id=$(gpg_key_ID) \ --news=$(srcdir)/NEWS \ --bootstrap-tools=$(bootstrap-tools) \ $$(case ,$(bootstrap-tools), in (*,gnulib,*) \ echo --gnulib-version=$(gnulib-version);; esac) \ --no-print-checksums \ $(addprefix --url-dir=, $(url_dir_list)) ## ---------------- ## ## Updating files. ## ## ---------------- ## ftp-gnu = ftp://ftp.gnu.org/gnu www-gnu = http://www.gnu.org upload_dest_dir_ ?= $(PACKAGE) emit_upload_commands: @echo ===================================== @echo ===================================== @echo "$(srcdir)/$(_build-aux)/gnupload $(GNUPLOADFLAGS) \\" @echo " --to $(gnu_rel_host):$(upload_dest_dir_) \\" @echo " $(rel-files)" @echo '# send the ~/announce-$(my_distdir) e-mail' @echo ===================================== @echo ===================================== define emit-commit-log printf '%s\n' 'maint: post-release administrivia' '' \ '* NEWS: Add header line for next release.' \ '* .prev-version: Record previous version.' \ '* cfg.mk (old_NEWS_hash): Auto-update.' endef .PHONY: no-submodule-changes no-submodule-changes: if test -d $(srcdir)/.git; then \ diff=$$(cd $(srcdir) && git submodule -q foreach \ git diff-index --name-only HEAD) \ || exit 1; \ case $$diff in '') ;; \ *) echo '$(ME): submodule files are locally modified:'; \ echo "$$diff"; exit 1;; esac; \ else \ : ; \ fi submodule-checks ?= no-submodule-changes public-submodule-commit # Ensure that each sub-module commit we're using is public. # Without this, it is too easy to tag and release code that # cannot be built from a fresh clone. .PHONY: public-submodule-commit public-submodule-commit: $(AM_V_GEN)if test -d $(srcdir)/.git; then \ cd $(srcdir) && \ git submodule --quiet foreach test '$$(git rev-parse $$sha1)' \ = '$$(git merge-base origin $$sha1)' \ || { echo '$(ME): found non-public submodule commit' >&2; \ exit 1; }; \ else \ : ; \ fi # This rule has a high enough utility/cost ratio that it should be a # dependent of "check" by default. However, some of us do occasionally # commit a temporary change that deliberately points to a non-public # submodule commit, and want to be able to use rules like "make check". # In that case, run e.g., "make check gl_public_submodule_commit=" # to disable this test. gl_public_submodule_commit ?= public-submodule-commit check: $(gl_public_submodule_commit) .PHONY: alpha beta stable ALL_RECURSIVE_TARGETS += alpha beta stable alpha beta stable: $(local-check) writable-files $(submodule-checks) test $@ = stable \ && { echo $(VERSION) | grep -E '^[0-9]+(\.[0-9]+)+$$' \ || { echo "invalid version string: $(VERSION)" 1>&2; exit 1;};}\ || : $(MAKE) vc-diff-check $(MAKE) news-check $(MAKE) distcheck $(MAKE) dist $(MAKE) $(release-prep-hook) RELEASE_TYPE=$@ $(MAKE) -s emit_upload_commands RELEASE_TYPE=$@ # Override this in cfg.mk if you follow different procedures. release-prep-hook ?= release-prep gl_noteworthy_news_ = * Noteworthy changes in release ?.? (????-??-??) [?] .PHONY: release-prep release-prep: case $$RELEASE_TYPE in alpha|beta|stable) ;; \ *) echo "invalid RELEASE_TYPE: $$RELEASE_TYPE" 1>&2; exit 1;; esac $(MAKE) --no-print-directory -s announcement > ~/announce-$(my_distdir) if test -d $(release_archive_dir); then \ ln $(rel-files) $(release_archive_dir); \ chmod a-w $(rel-files); \ fi echo $(VERSION) > $(prev_version_file) $(MAKE) update-NEWS-hash perl -pi -e '$$. == 3 and print "$(gl_noteworthy_news_)\n\n\n"' NEWS $(emit-commit-log) > .ci-msg $(VC) commit -F .ci-msg -a rm .ci-msg # Override this with e.g., -s $(srcdir)/some_other_name.texi # if the default $(PACKAGE)-derived name doesn't apply. gendocs_options_ ?= .PHONY: web-manual web-manual: @test -z "$(manual_title)" \ && { echo define manual_title in cfg.mk 1>&2; exit 1; } || : @cd '$(srcdir)/doc'; \ $(SHELL) ../$(_build-aux)/gendocs.sh $(gendocs_options_) \ -o '$(abs_builddir)/doc/manual' \ --email $(PACKAGE_BUGREPORT) $(PACKAGE) \ "$(PACKAGE_NAME) - $(manual_title)" @echo " *** Upload the doc/manual directory to web-cvs." # Code Coverage init-coverage: $(MAKE) $(AM_MAKEFLAGS) clean lcov --directory . --zerocounters COVERAGE_CCOPTS ?= "-g --coverage" COVERAGE_OUT ?= doc/coverage build-coverage: $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) $(MAKE) $(AM_MAKEFLAGS) CFLAGS=$(COVERAGE_CCOPTS) CXXFLAGS=$(COVERAGE_CCOPTS) check mkdir -p $(COVERAGE_OUT) lcov --directory . --output-file $(COVERAGE_OUT)/$(PACKAGE).info \ --capture gen-coverage: genhtml --output-directory $(COVERAGE_OUT) \ $(COVERAGE_OUT)/$(PACKAGE).info \ --highlight --frames --legend \ --title "$(PACKAGE_NAME)" coverage: init-coverage build-coverage gen-coverage # Update gettext files. PACKAGE ?= $(shell basename $(PWD)) PO_DOMAIN ?= $(PACKAGE) POURL = http://translationproject.org/latest/$(PO_DOMAIN)/ PODIR ?= po refresh-po: rm -f $(PODIR)/*.po && \ echo "$(ME): getting translations into po (please ignore the robots.txt ERROR 404)..." && \ wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \ echo 'en@boldquot' > $(PODIR)/LINGUAS && \ echo 'en@quot' >> $(PODIR)/LINGUAS && \ ls $(PODIR)/*.po | sed 's/\.po//' | sed 's,$(PODIR)/,,' | sort >> $(PODIR)/LINGUAS # Running indent once is not idempotent, but running it twice is. INDENT_SOURCES ?= $(C_SOURCES) .PHONY: indent indent: indent $(INDENT_SOURCES) indent $(INDENT_SOURCES) # If you want to set UPDATE_COPYRIGHT_* environment variables, # put the assignments in this variable. update-copyright-env ?= # Run this rule once per year (usually early in January) # to update all FSF copyright year lists in your project. # If you have an additional project-specific rule, # add it in cfg.mk along with a line 'update-copyright: prereq'. # By default, exclude all variants of COPYING; you can also # add exemptions (such as ChangeLog..* for rotated change logs) # in the file .x-update-copyright. .PHONY: update-copyright update-copyright: grep -l -w Copyright \ $$(export VC_LIST_EXCEPT_DEFAULT=COPYING && $(VC_LIST_EXCEPT)) \ | $(update-copyright-env) xargs $(srcdir)/$(_build-aux)/$@ # This tight_scope test is skipped with a warning if $(_gl_TS_headers) is not # overridden and $(_gl_TS_dir)/Makefile.am does not mention noinst_HEADERS. # NOTE: to override any _gl_TS_* default value, you must # define the variable(s) using "export" in cfg.mk. _gl_TS_dir ?= src ALL_RECURSIVE_TARGETS += sc_tight_scope sc_tight_scope: tight-scope.mk @fail=0; \ if ! grep '^ *export _gl_TS_headers *=' $(srcdir)/cfg.mk \ > /dev/null \ && ! grep -w noinst_HEADERS $(srcdir)/$(_gl_TS_dir)/Makefile.am \ > /dev/null 2>&1; then \ echo '$(ME): skipping $@'; \ else \ $(MAKE) -s -C $(_gl_TS_dir) \ -f Makefile \ -f $(abs_top_srcdir)/cfg.mk \ -f $(abs_top_builddir)/$< \ _gl_tight_scope \ || fail=1; \ fi; \ rm -f $<; \ exit $$fail tight-scope.mk: $(ME) @rm -f $@ $@-t @perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t @chmod a=r $@-t && mv $@-t $@ ifeq (a,b) # TS-start # Most functions should have static scope. # Any that don't must be marked with 'extern', but 'main' # and 'usage' are exceptions: they're always extern, but # do not need to be marked. Symbols matching '__.*' are # reserved by the compiler, so are automatically excluded below. _gl_TS_unmarked_extern_functions ?= main usage _gl_TS_function_match ?= /^(?:$(_gl_TS_extern)) +.*?(\S+) *\(/ # If your project uses a macro like "XTERN", then put # the following in cfg.mk to override this default: # export _gl_TS_extern = extern|XTERN _gl_TS_extern ?= extern # The second nm|grep checks for file-scope variables with 'extern' scope. # Without gnulib's progname module, you might put program_name here. # Symbols matching '__.*' are reserved by the compiler, # so are automatically excluded below. _gl_TS_unmarked_extern_vars ?= # NOTE: the _match variables are perl expressions -- not mere regular # expressions -- so that you can extend them to match other patterns # and easily extract matched variable names. # For example, if your project declares some global variables via # a macro like this: GLOBAL(type, var_name, initializer), then you # can override this definition to automatically extract those names: # export _gl_TS_var_match = \ # /^(?:$(_gl_TS_extern)) .*?\**(\w+)(\[.*?\])?;/ || /\bGLOBAL\(.*?,\s*(.*?),/ _gl_TS_var_match ?= /^(?:$(_gl_TS_extern)) .*?(\w+)(\[.*?\])?;/ # The names of object files in (or relative to) $(_gl_TS_dir). _gl_TS_obj_files ?= *.$(OBJEXT) # Files in which to search for the one-line style extern declarations. # $(_gl_TS_dir)-relative. _gl_TS_headers ?= $(noinst_HEADERS) .PHONY: _gl_tight_scope _gl_tight_scope: $(bin_PROGRAMS) t=exceptions-$$$$; \ trap 's=$$?; rm -f $$t; exit $$s' 0; \ for sig in 1 2 3 13 15; do \ eval "trap 'v=`expr $$sig + 128`; (exit $$v); exit $$v' $$sig"; \ done; \ src=`for f in $(SOURCES); do \ test -f $$f && d= || d=$(srcdir)/; echo $$d$$f; done`; \ hdr=`for f in $(_gl_TS_headers); do \ test -f $$f && d= || d=$(srcdir)/; echo $$d$$f; done`; \ ( printf '^%s$$\n' '__.*' $(_gl_TS_unmarked_extern_functions); \ grep -h -A1 '^extern .*[^;]$$' $$src \ | grep -vE '^(extern |--)' | sed 's/ .*//'; \ perl -lne \ '$(_gl_TS_function_match) and print "^$$1\$$"' $$hdr; \ ) | sort -u > $$t; \ nm -e $(_gl_TS_obj_files) | sed -n 's/.* T //p'|grep -Ev -f $$t \ && { echo the above functions should have static scope >&2; \ exit 1; } || : ; \ ( printf '^%s$$\n' '__.*' $(_gl_TS_unmarked_extern_vars); \ perl -lne '$(_gl_TS_var_match) and print "^$$1\$$"' $$hdr *.h \ ) | sort -u > $$t; \ nm -e $(_gl_TS_obj_files) | sed -n 's/.* [BCDGRS] //p' \ | sort -u | grep -Ev -f $$t \ && { echo the above variables should have static scope >&2; \ exit 1; } || : # TS-end endif gsasl-1.8.0/Makefile.in0000664000000000000000000016424211760730721011604 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure $(top_srcdir)/doc/doxygen/Doxyfile.in \ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS THANKS \ lib/build-aux/compile lib/build-aux/config.guess \ lib/build-aux/config.rpath lib/build-aux/config.sub \ lib/build-aux/depcomp lib/build-aux/install-sh \ lib/build-aux/ltmain.sh lib/build-aux/mdate-sh \ lib/build-aux/missing lib/build-aux/texinfo.tex ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = doc/doxygen/Doxyfile CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir dist dist-all distcheck ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = lib po gl src examples tests doc gltests EXTRA_DIST = cfg.mk maint.mk .clcopying ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I lib/gl/m4 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-obsolete --with-gssapi-impl=no all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @if test ! -f $@; then rm -f stamp-h1; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 doc/doxygen/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/doxygen/Doxyfile.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile config.h installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ ctags-recursive install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \ dist-zip distcheck distclean distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-recursive uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/src/0000775000000000000000000000000011760732123010373 500000000000000gsasl-1.8.0/src/gsasl_cmd.c0000664000000000000000000013557311760731175012437 00000000000000/* File autogenerated by gengetopt version 2.22.5 generated with the following command: gengetopt --unamed-opts=HOST [PORT] --no-handle-version --no-handle-help --input gsasl.ggo --file-name gsasl_cmd The developers of gengetopt consider the fixed text that goes in all gengetopt output files to be in the public domain: we make no copyright claims on it. */ /* If we use autoconf. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #ifndef FIX_UNUSED #define FIX_UNUSED(X) (void) (X) /* avoid warnings for unused params */ #endif #include #include "gsasl_cmd.h" const char *gengetopt_args_info_purpose = "Authenticate user to a server using Simple Authentication and\nSecurity Layer. Currently IMAP and SMTP servers are supported. This\nis a command line interface for the GNU SASL library."; const char *gengetopt_args_info_usage = "Usage: " CMDLINE_PARSER_PACKAGE " [OPTIONS]... [HOST [PORT]]..."; const char *gengetopt_args_info_description = ""; const char *gengetopt_args_info_help[] = { " -h, --help Print help and exit", " -V, --version Print version and exit", "\nCommands:", " -c, --client Act as client. (default=on)", " -s, --server Act as server. (default=off)", " --client-mechanisms Write name of supported client mechanisms \n separated by space to stdout. (default=off)", " --server-mechanisms Write name of supported server mechanisms \n separated by space to stdout. (default=off)", "\nNetwork options:", " --connect=HOST[:PORT] Connect to TCP server and negotiate on stream \n instead of stdin/stdout. PORT is the protocol \n service, or an integer denoting the port, and \n defaults to 143 (imap) if not specified. Also \n sets the --hostname default.", "\nGeneric options:", " -d, --application-data After authentication, read data from stdin and \n run it through the mechanism's security layer \n and print it base64 encoded to stdout. The \n default is to terminate after authentication. \n (default=on)", " --imap Use a IMAP-like logon procedure (client only). \n Also sets the --service default to 'imap'. \n (default=off)", " --smtp Use a SMTP-like logon procedure (client only). \n Also sets the --service default to 'smtp'. \n (default=off)", " -m, --mechanism=STRING Mechanism to use.", " --no-client-first Disallow client to send data first (client \n only). (default=off)", "\nSASL mechanism options (they are prompted for when required):", " -n, --anonymous-token=STRING Token for anonymous authentication, usually \n mail address (ANONYMOUS only).", " -a, --authentication-id=STRING\n Identity of credential owner.", " -z, --authorization-id=STRING Identity to request service for.", " -p, --password=STRING Password for authentication (insecure for \n non-testing purposes).", " -r, --realm=STRING Realm. Defaults to hostname.", " -x, --maxbuf=NUMBER Indicate maximum buffer size (DIGEST-MD5 only).", " --passcode=NUMBER Passcode for authentication (SECURID only).", " --service=STRING Set the requested service name (should be a \n registered GSSAPI host based service name).", " --hostname=STRING Set the name of the server with the requested \n service.", " --service-name=STRING Set the generic server name in case of a \n replicated server (DIGEST-MD5 only).", " --enable-cram-md5-validate\n Validate CRAM-MD5 challenge and response \n interactively. (default=off)", " --disable-cleartext-validate\n Disable cleartext validate hook, forcing server \n to prompt for password. (default=off)", " --quality-of-protection=TYPE\n How application payload will be protected. \n 'qop-auth' means no protection, 'qop-int' \n means integrity protection, 'qop-conf' means \n integrity and confidentialiy protection. \n Currently only used by DIGEST-MD5, where the \n default is 'qop-int'.", "\nSTARTTLS options:", " --starttls Force use of STARTTLS. The default is to use \n STARTTLS when available. (default=off)", " --no-starttls Unconditionally disable STARTTLS. \n (default=off)", " --no-cb Don't use channel bindings from TLS. \n (default=off)", " --x509-ca-file=FILE File containing one or more X.509 Certificate \n Authorities certificates in PEM format, used \n to verify the certificate received from the \n server. If not specified, no verification of \n the remote server certificate will be done.", " --x509-cert-file=FILE File containing client X.509 certificate in PEM \n format. Used together with --x509-key-file \n to specify the certificate/key pair.", " --x509-key-file=FILE Private key for the client X.509 certificate in \n PEM format. Used together with \n --x509-key-file to specify the \n certificate/key pair.", " --priority=STRING Cipher priority string.", "\nOther options:", " --verbose Produce verbose output. (default=off)", " --quiet Don't produce any diagnostic output. \n (default=off)", 0 }; typedef enum {ARG_NO , ARG_FLAG , ARG_STRING , ARG_INT } cmdline_parser_arg_type; static void clear_given (struct gengetopt_args_info *args_info); static void clear_args (struct gengetopt_args_info *args_info); static int cmdline_parser_internal (int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params, const char *additional_error); static char * gengetopt_strdup (const char *s); static void clear_given (struct gengetopt_args_info *args_info) { args_info->help_given = 0 ; args_info->version_given = 0 ; args_info->client_given = 0 ; args_info->server_given = 0 ; args_info->client_mechanisms_given = 0 ; args_info->server_mechanisms_given = 0 ; args_info->connect_given = 0 ; args_info->application_data_given = 0 ; args_info->imap_given = 0 ; args_info->smtp_given = 0 ; args_info->mechanism_given = 0 ; args_info->no_client_first_given = 0 ; args_info->anonymous_token_given = 0 ; args_info->authentication_id_given = 0 ; args_info->authorization_id_given = 0 ; args_info->password_given = 0 ; args_info->realm_given = 0 ; args_info->maxbuf_given = 0 ; args_info->passcode_given = 0 ; args_info->service_given = 0 ; args_info->hostname_given = 0 ; args_info->service_name_given = 0 ; args_info->enable_cram_md5_validate_given = 0 ; args_info->disable_cleartext_validate_given = 0 ; args_info->quality_of_protection_given = 0 ; args_info->starttls_given = 0 ; args_info->no_starttls_given = 0 ; args_info->no_cb_given = 0 ; args_info->x509_ca_file_given = 0 ; args_info->x509_cert_file_given = 0 ; args_info->x509_key_file_given = 0 ; args_info->priority_given = 0 ; args_info->verbose_given = 0 ; args_info->quiet_given = 0 ; } static void clear_args (struct gengetopt_args_info *args_info) { FIX_UNUSED (args_info); args_info->client_flag = 1; args_info->server_flag = 0; args_info->client_mechanisms_flag = 0; args_info->server_mechanisms_flag = 0; args_info->connect_arg = NULL; args_info->connect_orig = NULL; args_info->application_data_flag = 1; args_info->imap_flag = 0; args_info->smtp_flag = 0; args_info->mechanism_arg = NULL; args_info->mechanism_orig = NULL; args_info->no_client_first_flag = 0; args_info->anonymous_token_arg = NULL; args_info->anonymous_token_orig = NULL; args_info->authentication_id_arg = NULL; args_info->authentication_id_orig = NULL; args_info->authorization_id_arg = NULL; args_info->authorization_id_orig = NULL; args_info->password_arg = NULL; args_info->password_orig = NULL; args_info->realm_arg = NULL; args_info->realm_orig = NULL; args_info->maxbuf_orig = NULL; args_info->passcode_arg = NULL; args_info->passcode_orig = NULL; args_info->service_arg = NULL; args_info->service_orig = NULL; args_info->hostname_arg = NULL; args_info->hostname_orig = NULL; args_info->service_name_arg = NULL; args_info->service_name_orig = NULL; args_info->enable_cram_md5_validate_flag = 0; args_info->disable_cleartext_validate_flag = 0; args_info->quality_of_protection_arg = NULL; args_info->quality_of_protection_orig = NULL; args_info->starttls_flag = 0; args_info->no_starttls_flag = 0; args_info->no_cb_flag = 0; args_info->x509_ca_file_arg = NULL; args_info->x509_ca_file_orig = NULL; args_info->x509_cert_file_arg = NULL; args_info->x509_cert_file_orig = NULL; args_info->x509_key_file_arg = NULL; args_info->x509_key_file_orig = NULL; args_info->priority_arg = NULL; args_info->priority_orig = NULL; args_info->verbose_flag = 0; args_info->quiet_flag = 0; } static void init_args_info(struct gengetopt_args_info *args_info) { args_info->help_help = gengetopt_args_info_help[0] ; args_info->version_help = gengetopt_args_info_help[1] ; args_info->client_help = gengetopt_args_info_help[3] ; args_info->server_help = gengetopt_args_info_help[4] ; args_info->client_mechanisms_help = gengetopt_args_info_help[5] ; args_info->server_mechanisms_help = gengetopt_args_info_help[6] ; args_info->connect_help = gengetopt_args_info_help[8] ; args_info->application_data_help = gengetopt_args_info_help[10] ; args_info->imap_help = gengetopt_args_info_help[11] ; args_info->smtp_help = gengetopt_args_info_help[12] ; args_info->mechanism_help = gengetopt_args_info_help[13] ; args_info->no_client_first_help = gengetopt_args_info_help[14] ; args_info->anonymous_token_help = gengetopt_args_info_help[16] ; args_info->authentication_id_help = gengetopt_args_info_help[17] ; args_info->authorization_id_help = gengetopt_args_info_help[18] ; args_info->password_help = gengetopt_args_info_help[19] ; args_info->realm_help = gengetopt_args_info_help[20] ; args_info->maxbuf_help = gengetopt_args_info_help[21] ; args_info->passcode_help = gengetopt_args_info_help[22] ; args_info->service_help = gengetopt_args_info_help[23] ; args_info->hostname_help = gengetopt_args_info_help[24] ; args_info->service_name_help = gengetopt_args_info_help[25] ; args_info->enable_cram_md5_validate_help = gengetopt_args_info_help[26] ; args_info->disable_cleartext_validate_help = gengetopt_args_info_help[27] ; args_info->quality_of_protection_help = gengetopt_args_info_help[28] ; args_info->starttls_help = gengetopt_args_info_help[30] ; args_info->no_starttls_help = gengetopt_args_info_help[31] ; args_info->no_cb_help = gengetopt_args_info_help[32] ; args_info->x509_ca_file_help = gengetopt_args_info_help[33] ; args_info->x509_cert_file_help = gengetopt_args_info_help[34] ; args_info->x509_key_file_help = gengetopt_args_info_help[35] ; args_info->priority_help = gengetopt_args_info_help[36] ; args_info->verbose_help = gengetopt_args_info_help[38] ; args_info->quiet_help = gengetopt_args_info_help[39] ; } void cmdline_parser_print_version (void) { printf ("%s %s\n", (strlen(CMDLINE_PARSER_PACKAGE_NAME) ? CMDLINE_PARSER_PACKAGE_NAME : CMDLINE_PARSER_PACKAGE), CMDLINE_PARSER_VERSION); } static void print_help_common(void) { cmdline_parser_print_version (); if (strlen(gengetopt_args_info_purpose) > 0) printf("\n%s\n", gengetopt_args_info_purpose); if (strlen(gengetopt_args_info_usage) > 0) printf("\n%s\n", gengetopt_args_info_usage); printf("\n"); if (strlen(gengetopt_args_info_description) > 0) printf("%s\n\n", gengetopt_args_info_description); } void cmdline_parser_print_help (void) { int i = 0; print_help_common(); while (gengetopt_args_info_help[i]) printf("%s\n", gengetopt_args_info_help[i++]); } void cmdline_parser_init (struct gengetopt_args_info *args_info) { clear_given (args_info); clear_args (args_info); init_args_info (args_info); args_info->inputs = 0; args_info->inputs_num = 0; } void cmdline_parser_params_init(struct cmdline_parser_params *params) { if (params) { params->override = 0; params->initialize = 1; params->check_required = 1; params->check_ambiguity = 0; params->print_errors = 1; } } struct cmdline_parser_params * cmdline_parser_params_create(void) { struct cmdline_parser_params *params = (struct cmdline_parser_params *)malloc(sizeof(struct cmdline_parser_params)); cmdline_parser_params_init(params); return params; } static void free_string_field (char **s) { if (*s) { free (*s); *s = 0; } } static void cmdline_parser_release (struct gengetopt_args_info *args_info) { unsigned int i; free_string_field (&(args_info->connect_arg)); free_string_field (&(args_info->connect_orig)); free_string_field (&(args_info->mechanism_arg)); free_string_field (&(args_info->mechanism_orig)); free_string_field (&(args_info->anonymous_token_arg)); free_string_field (&(args_info->anonymous_token_orig)); free_string_field (&(args_info->authentication_id_arg)); free_string_field (&(args_info->authentication_id_orig)); free_string_field (&(args_info->authorization_id_arg)); free_string_field (&(args_info->authorization_id_orig)); free_string_field (&(args_info->password_arg)); free_string_field (&(args_info->password_orig)); free_string_field (&(args_info->realm_arg)); free_string_field (&(args_info->realm_orig)); free_string_field (&(args_info->maxbuf_orig)); free_string_field (&(args_info->passcode_arg)); free_string_field (&(args_info->passcode_orig)); free_string_field (&(args_info->service_arg)); free_string_field (&(args_info->service_orig)); free_string_field (&(args_info->hostname_arg)); free_string_field (&(args_info->hostname_orig)); free_string_field (&(args_info->service_name_arg)); free_string_field (&(args_info->service_name_orig)); free_string_field (&(args_info->quality_of_protection_arg)); free_string_field (&(args_info->quality_of_protection_orig)); free_string_field (&(args_info->x509_ca_file_arg)); free_string_field (&(args_info->x509_ca_file_orig)); free_string_field (&(args_info->x509_cert_file_arg)); free_string_field (&(args_info->x509_cert_file_orig)); free_string_field (&(args_info->x509_key_file_arg)); free_string_field (&(args_info->x509_key_file_orig)); free_string_field (&(args_info->priority_arg)); free_string_field (&(args_info->priority_orig)); for (i = 0; i < args_info->inputs_num; ++i) free (args_info->inputs [i]); if (args_info->inputs_num) free (args_info->inputs); clear_given (args_info); } static void write_into_file(FILE *outfile, const char *opt, const char *arg, const char *values[]) { FIX_UNUSED (values); if (arg) { fprintf(outfile, "%s=\"%s\"\n", opt, arg); } else { fprintf(outfile, "%s\n", opt); } } int cmdline_parser_dump(FILE *outfile, struct gengetopt_args_info *args_info) { int i = 0; if (!outfile) { fprintf (stderr, "%s: cannot dump options to stream\n", CMDLINE_PARSER_PACKAGE); return EXIT_FAILURE; } if (args_info->help_given) write_into_file(outfile, "help", 0, 0 ); if (args_info->version_given) write_into_file(outfile, "version", 0, 0 ); if (args_info->client_given) write_into_file(outfile, "client", 0, 0 ); if (args_info->server_given) write_into_file(outfile, "server", 0, 0 ); if (args_info->client_mechanisms_given) write_into_file(outfile, "client-mechanisms", 0, 0 ); if (args_info->server_mechanisms_given) write_into_file(outfile, "server-mechanisms", 0, 0 ); if (args_info->connect_given) write_into_file(outfile, "connect", args_info->connect_orig, 0); if (args_info->application_data_given) write_into_file(outfile, "application-data", 0, 0 ); if (args_info->imap_given) write_into_file(outfile, "imap", 0, 0 ); if (args_info->smtp_given) write_into_file(outfile, "smtp", 0, 0 ); if (args_info->mechanism_given) write_into_file(outfile, "mechanism", args_info->mechanism_orig, 0); if (args_info->no_client_first_given) write_into_file(outfile, "no-client-first", 0, 0 ); if (args_info->anonymous_token_given) write_into_file(outfile, "anonymous-token", args_info->anonymous_token_orig, 0); if (args_info->authentication_id_given) write_into_file(outfile, "authentication-id", args_info->authentication_id_orig, 0); if (args_info->authorization_id_given) write_into_file(outfile, "authorization-id", args_info->authorization_id_orig, 0); if (args_info->password_given) write_into_file(outfile, "password", args_info->password_orig, 0); if (args_info->realm_given) write_into_file(outfile, "realm", args_info->realm_orig, 0); if (args_info->maxbuf_given) write_into_file(outfile, "maxbuf", args_info->maxbuf_orig, 0); if (args_info->passcode_given) write_into_file(outfile, "passcode", args_info->passcode_orig, 0); if (args_info->service_given) write_into_file(outfile, "service", args_info->service_orig, 0); if (args_info->hostname_given) write_into_file(outfile, "hostname", args_info->hostname_orig, 0); if (args_info->service_name_given) write_into_file(outfile, "service-name", args_info->service_name_orig, 0); if (args_info->enable_cram_md5_validate_given) write_into_file(outfile, "enable-cram-md5-validate", 0, 0 ); if (args_info->disable_cleartext_validate_given) write_into_file(outfile, "disable-cleartext-validate", 0, 0 ); if (args_info->quality_of_protection_given) write_into_file(outfile, "quality-of-protection", args_info->quality_of_protection_orig, 0); if (args_info->starttls_given) write_into_file(outfile, "starttls", 0, 0 ); if (args_info->no_starttls_given) write_into_file(outfile, "no-starttls", 0, 0 ); if (args_info->no_cb_given) write_into_file(outfile, "no-cb", 0, 0 ); if (args_info->x509_ca_file_given) write_into_file(outfile, "x509-ca-file", args_info->x509_ca_file_orig, 0); if (args_info->x509_cert_file_given) write_into_file(outfile, "x509-cert-file", args_info->x509_cert_file_orig, 0); if (args_info->x509_key_file_given) write_into_file(outfile, "x509-key-file", args_info->x509_key_file_orig, 0); if (args_info->priority_given) write_into_file(outfile, "priority", args_info->priority_orig, 0); if (args_info->verbose_given) write_into_file(outfile, "verbose", 0, 0 ); if (args_info->quiet_given) write_into_file(outfile, "quiet", 0, 0 ); i = EXIT_SUCCESS; return i; } int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info) { FILE *outfile; int i = 0; outfile = fopen(filename, "w"); if (!outfile) { fprintf (stderr, "%s: cannot open file for writing: %s\n", CMDLINE_PARSER_PACKAGE, filename); return EXIT_FAILURE; } i = cmdline_parser_dump(outfile, args_info); fclose (outfile); return i; } void cmdline_parser_free (struct gengetopt_args_info *args_info) { cmdline_parser_release (args_info); } /** @brief replacement of strdup, which is not standard */ char * gengetopt_strdup (const char *s) { char *result = 0; if (!s) return result; result = (char*)malloc(strlen(s) + 1); if (result == (char*)0) return (char*)0; strcpy(result, s); return result; } int cmdline_parser (int argc, char **argv, struct gengetopt_args_info *args_info) { return cmdline_parser2 (argc, argv, args_info, 0, 1, 1); } int cmdline_parser_ext (int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params) { int result; result = cmdline_parser_internal (argc, argv, args_info, params, 0); if (result == EXIT_FAILURE) { cmdline_parser_free (args_info); exit (EXIT_FAILURE); } return result; } int cmdline_parser2 (int argc, char **argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required) { int result; struct cmdline_parser_params params; params.override = override; params.initialize = initialize; params.check_required = check_required; params.check_ambiguity = 0; params.print_errors = 1; result = cmdline_parser_internal (argc, argv, args_info, ¶ms, 0); if (result == EXIT_FAILURE) { cmdline_parser_free (args_info); exit (EXIT_FAILURE); } return result; } int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name) { FIX_UNUSED (args_info); FIX_UNUSED (prog_name); return EXIT_SUCCESS; } static char *package_name = 0; /** * @brief updates an option * @param field the generic pointer to the field to update * @param orig_field the pointer to the orig field * @param field_given the pointer to the number of occurrence of this option * @param prev_given the pointer to the number of occurrence already seen * @param value the argument for this option (if null no arg was specified) * @param possible_values the possible values for this option (if specified) * @param default_value the default value (in case the option only accepts fixed values) * @param arg_type the type of this option * @param check_ambiguity @see cmdline_parser_params.check_ambiguity * @param override @see cmdline_parser_params.override * @param no_free whether to free a possible previous value * @param multiple_option whether this is a multiple option * @param long_opt the corresponding long option * @param short_opt the corresponding short option (or '-' if none) * @param additional_error possible further error specification */ static int update_arg(void *field, char **orig_field, unsigned int *field_given, unsigned int *prev_given, char *value, const char *possible_values[], const char *default_value, cmdline_parser_arg_type arg_type, int check_ambiguity, int override, int no_free, int multiple_option, const char *long_opt, char short_opt, const char *additional_error) { char *stop_char = 0; const char *val = value; int found; char **string_field; FIX_UNUSED (field); stop_char = 0; found = 0; if (!multiple_option && prev_given && (*prev_given || (check_ambiguity && *field_given))) { if (short_opt != '-') fprintf (stderr, "%s: `--%s' (`-%c') option given more than once%s\n", package_name, long_opt, short_opt, (additional_error ? additional_error : "")); else fprintf (stderr, "%s: `--%s' option given more than once%s\n", package_name, long_opt, (additional_error ? additional_error : "")); return 1; /* failure */ } FIX_UNUSED (default_value); if (field_given && *field_given && ! override) return 0; if (prev_given) (*prev_given)++; if (field_given) (*field_given)++; if (possible_values) val = possible_values[found]; switch(arg_type) { case ARG_FLAG: *((int *)field) = !*((int *)field); break; case ARG_INT: if (val) *((int *)field) = strtol (val, &stop_char, 0); break; case ARG_STRING: if (val) { string_field = (char **)field; if (!no_free && *string_field) free (*string_field); /* free previous string */ *string_field = gengetopt_strdup (val); } break; default: break; }; /* check numeric conversion */ switch(arg_type) { case ARG_INT: if (val && !(stop_char && *stop_char == '\0')) { fprintf(stderr, "%s: invalid numeric value: %s\n", package_name, val); return 1; /* failure */ } break; default: ; }; /* store the original value */ switch(arg_type) { case ARG_NO: case ARG_FLAG: break; default: if (value && orig_field) { if (no_free) { *orig_field = value; } else { if (*orig_field) free (*orig_field); /* free previous string */ *orig_field = gengetopt_strdup (value); } } }; return 0; /* OK */ } int cmdline_parser_internal ( int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params, const char *additional_error) { int c; /* Character of the parsed option. */ int error = 0; struct gengetopt_args_info local_args_info; int override; int initialize; int check_required; int check_ambiguity; package_name = argv[0]; override = params->override; initialize = params->initialize; check_required = params->check_required; check_ambiguity = params->check_ambiguity; if (initialize) cmdline_parser_init (args_info); cmdline_parser_init (&local_args_info); optarg = 0; optind = 0; opterr = params->print_errors; optopt = '?'; while (1) { int option_index = 0; static struct option long_options[] = { { "help", 0, NULL, 'h' }, { "version", 0, NULL, 'V' }, { "client", 0, NULL, 'c' }, { "server", 0, NULL, 's' }, { "client-mechanisms", 0, NULL, 0 }, { "server-mechanisms", 0, NULL, 0 }, { "connect", 1, NULL, 0 }, { "application-data", 0, NULL, 'd' }, { "imap", 0, NULL, 0 }, { "smtp", 0, NULL, 0 }, { "mechanism", 1, NULL, 'm' }, { "no-client-first", 0, NULL, 0 }, { "anonymous-token", 1, NULL, 'n' }, { "authentication-id", 1, NULL, 'a' }, { "authorization-id", 1, NULL, 'z' }, { "password", 1, NULL, 'p' }, { "realm", 1, NULL, 'r' }, { "maxbuf", 1, NULL, 'x' }, { "passcode", 1, NULL, 0 }, { "service", 1, NULL, 0 }, { "hostname", 1, NULL, 0 }, { "service-name", 1, NULL, 0 }, { "enable-cram-md5-validate", 0, NULL, 0 }, { "disable-cleartext-validate", 0, NULL, 0 }, { "quality-of-protection", 1, NULL, 0 }, { "starttls", 0, NULL, 0 }, { "no-starttls", 0, NULL, 0 }, { "no-cb", 0, NULL, 0 }, { "x509-ca-file", 1, NULL, 0 }, { "x509-cert-file", 1, NULL, 0 }, { "x509-key-file", 1, NULL, 0 }, { "priority", 1, NULL, 0 }, { "verbose", 0, NULL, 0 }, { "quiet", 0, NULL, 0 }, { 0, 0, 0, 0 } }; c = getopt_long (argc, argv, "hVcsdm:n:a:z:p:r:x:", long_options, &option_index); if (c == -1) break; /* Exit from `while (1)' loop. */ switch (c) { case 'h': /* Print help and exit. */ if (update_arg( 0 , 0 , &(args_info->help_given), &(local_args_info.help_given), optarg, 0, 0, ARG_NO, check_ambiguity, override, 0, 0, "help", 'h', additional_error)) goto failure; cmdline_parser_free (&local_args_info); return 0; break; case 'V': /* Print version and exit. */ if (update_arg( 0 , 0 , &(args_info->version_given), &(local_args_info.version_given), optarg, 0, 0, ARG_NO, check_ambiguity, override, 0, 0, "version", 'V', additional_error)) goto failure; cmdline_parser_free (&local_args_info); return 0; break; case 'c': /* Act as client.. */ if (update_arg((void *)&(args_info->client_flag), 0, &(args_info->client_given), &(local_args_info.client_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "client", 'c', additional_error)) goto failure; break; case 's': /* Act as server.. */ if (update_arg((void *)&(args_info->server_flag), 0, &(args_info->server_given), &(local_args_info.server_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "server", 's', additional_error)) goto failure; break; case 'd': /* After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication.. */ if (update_arg((void *)&(args_info->application_data_flag), 0, &(args_info->application_data_given), &(local_args_info.application_data_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "application-data", 'd', additional_error)) goto failure; break; case 'm': /* Mechanism to use.. */ if (update_arg( (void *)&(args_info->mechanism_arg), &(args_info->mechanism_orig), &(args_info->mechanism_given), &(local_args_info.mechanism_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "mechanism", 'm', additional_error)) goto failure; break; case 'n': /* Token for anonymous authentication, usually mail address (ANONYMOUS only).. */ if (update_arg( (void *)&(args_info->anonymous_token_arg), &(args_info->anonymous_token_orig), &(args_info->anonymous_token_given), &(local_args_info.anonymous_token_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "anonymous-token", 'n', additional_error)) goto failure; break; case 'a': /* Identity of credential owner.. */ if (update_arg( (void *)&(args_info->authentication_id_arg), &(args_info->authentication_id_orig), &(args_info->authentication_id_given), &(local_args_info.authentication_id_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "authentication-id", 'a', additional_error)) goto failure; break; case 'z': /* Identity to request service for.. */ if (update_arg( (void *)&(args_info->authorization_id_arg), &(args_info->authorization_id_orig), &(args_info->authorization_id_given), &(local_args_info.authorization_id_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "authorization-id", 'z', additional_error)) goto failure; break; case 'p': /* Password for authentication (insecure for non-testing purposes).. */ if (update_arg( (void *)&(args_info->password_arg), &(args_info->password_orig), &(args_info->password_given), &(local_args_info.password_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "password", 'p', additional_error)) goto failure; break; case 'r': /* Realm. Defaults to hostname.. */ if (update_arg( (void *)&(args_info->realm_arg), &(args_info->realm_orig), &(args_info->realm_given), &(local_args_info.realm_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "realm", 'r', additional_error)) goto failure; break; case 'x': /* Indicate maximum buffer size (DIGEST-MD5 only).. */ if (update_arg( (void *)&(args_info->maxbuf_arg), &(args_info->maxbuf_orig), &(args_info->maxbuf_given), &(local_args_info.maxbuf_given), optarg, 0, 0, ARG_INT, check_ambiguity, override, 0, 0, "maxbuf", 'x', additional_error)) goto failure; break; case 0: /* Long option with no short option */ /* Write name of supported client mechanisms separated by space to stdout.. */ if (strcmp (long_options[option_index].name, "client-mechanisms") == 0) { if (update_arg((void *)&(args_info->client_mechanisms_flag), 0, &(args_info->client_mechanisms_given), &(local_args_info.client_mechanisms_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "client-mechanisms", '-', additional_error)) goto failure; } /* Write name of supported server mechanisms separated by space to stdout.. */ else if (strcmp (long_options[option_index].name, "server-mechanisms") == 0) { if (update_arg((void *)&(args_info->server_mechanisms_flag), 0, &(args_info->server_mechanisms_given), &(local_args_info.server_mechanisms_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "server-mechanisms", '-', additional_error)) goto failure; } /* Connect to TCP server and negotiate on stream instead of stdin/stdout. PORT is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default.. */ else if (strcmp (long_options[option_index].name, "connect") == 0) { if (update_arg( (void *)&(args_info->connect_arg), &(args_info->connect_orig), &(args_info->connect_given), &(local_args_info.connect_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "connect", '-', additional_error)) goto failure; } /* Use a IMAP-like logon procedure (client only). Also sets the --service default to 'imap'.. */ else if (strcmp (long_options[option_index].name, "imap") == 0) { if (update_arg((void *)&(args_info->imap_flag), 0, &(args_info->imap_given), &(local_args_info.imap_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "imap", '-', additional_error)) goto failure; } /* Use a SMTP-like logon procedure (client only). Also sets the --service default to 'smtp'.. */ else if (strcmp (long_options[option_index].name, "smtp") == 0) { if (update_arg((void *)&(args_info->smtp_flag), 0, &(args_info->smtp_given), &(local_args_info.smtp_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "smtp", '-', additional_error)) goto failure; } /* Disallow client to send data first (client only).. */ else if (strcmp (long_options[option_index].name, "no-client-first") == 0) { if (update_arg((void *)&(args_info->no_client_first_flag), 0, &(args_info->no_client_first_given), &(local_args_info.no_client_first_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "no-client-first", '-', additional_error)) goto failure; } /* Passcode for authentication (SECURID only).. */ else if (strcmp (long_options[option_index].name, "passcode") == 0) { if (update_arg( (void *)&(args_info->passcode_arg), &(args_info->passcode_orig), &(args_info->passcode_given), &(local_args_info.passcode_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "passcode", '-', additional_error)) goto failure; } /* Set the requested service name (should be a registered GSSAPI host based service name).. */ else if (strcmp (long_options[option_index].name, "service") == 0) { if (update_arg( (void *)&(args_info->service_arg), &(args_info->service_orig), &(args_info->service_given), &(local_args_info.service_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "service", '-', additional_error)) goto failure; } /* Set the name of the server with the requested service.. */ else if (strcmp (long_options[option_index].name, "hostname") == 0) { if (update_arg( (void *)&(args_info->hostname_arg), &(args_info->hostname_orig), &(args_info->hostname_given), &(local_args_info.hostname_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "hostname", '-', additional_error)) goto failure; } /* Set the generic server name in case of a replicated server (DIGEST-MD5 only).. */ else if (strcmp (long_options[option_index].name, "service-name") == 0) { if (update_arg( (void *)&(args_info->service_name_arg), &(args_info->service_name_orig), &(args_info->service_name_given), &(local_args_info.service_name_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "service-name", '-', additional_error)) goto failure; } /* Validate CRAM-MD5 challenge and response interactively.. */ else if (strcmp (long_options[option_index].name, "enable-cram-md5-validate") == 0) { if (update_arg((void *)&(args_info->enable_cram_md5_validate_flag), 0, &(args_info->enable_cram_md5_validate_given), &(local_args_info.enable_cram_md5_validate_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "enable-cram-md5-validate", '-', additional_error)) goto failure; } /* Disable cleartext validate hook, forcing server to prompt for password.. */ else if (strcmp (long_options[option_index].name, "disable-cleartext-validate") == 0) { if (update_arg((void *)&(args_info->disable_cleartext_validate_flag), 0, &(args_info->disable_cleartext_validate_given), &(local_args_info.disable_cleartext_validate_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "disable-cleartext-validate", '-', additional_error)) goto failure; } /* How application payload will be protected. 'qop-auth' means no protection, 'qop-int' means integrity protection, 'qop-conf' means integrity and confidentialiy protection. Currently only used by DIGEST-MD5, where the default is 'qop-int'.. */ else if (strcmp (long_options[option_index].name, "quality-of-protection") == 0) { if (update_arg( (void *)&(args_info->quality_of_protection_arg), &(args_info->quality_of_protection_orig), &(args_info->quality_of_protection_given), &(local_args_info.quality_of_protection_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "quality-of-protection", '-', additional_error)) goto failure; } /* Force use of STARTTLS. The default is to use STARTTLS when available.. */ else if (strcmp (long_options[option_index].name, "starttls") == 0) { if (update_arg((void *)&(args_info->starttls_flag), 0, &(args_info->starttls_given), &(local_args_info.starttls_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "starttls", '-', additional_error)) goto failure; } /* Unconditionally disable STARTTLS.. */ else if (strcmp (long_options[option_index].name, "no-starttls") == 0) { if (update_arg((void *)&(args_info->no_starttls_flag), 0, &(args_info->no_starttls_given), &(local_args_info.no_starttls_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "no-starttls", '-', additional_error)) goto failure; } /* Don't use channel bindings from TLS.. */ else if (strcmp (long_options[option_index].name, "no-cb") == 0) { if (update_arg((void *)&(args_info->no_cb_flag), 0, &(args_info->no_cb_given), &(local_args_info.no_cb_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "no-cb", '-', additional_error)) goto failure; } /* File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done.. */ else if (strcmp (long_options[option_index].name, "x509-ca-file") == 0) { if (update_arg( (void *)&(args_info->x509_ca_file_arg), &(args_info->x509_ca_file_orig), &(args_info->x509_ca_file_given), &(local_args_info.x509_ca_file_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "x509-ca-file", '-', additional_error)) goto failure; } /* File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair.. */ else if (strcmp (long_options[option_index].name, "x509-cert-file") == 0) { if (update_arg( (void *)&(args_info->x509_cert_file_arg), &(args_info->x509_cert_file_orig), &(args_info->x509_cert_file_given), &(local_args_info.x509_cert_file_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "x509-cert-file", '-', additional_error)) goto failure; } /* Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair.. */ else if (strcmp (long_options[option_index].name, "x509-key-file") == 0) { if (update_arg( (void *)&(args_info->x509_key_file_arg), &(args_info->x509_key_file_orig), &(args_info->x509_key_file_given), &(local_args_info.x509_key_file_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "x509-key-file", '-', additional_error)) goto failure; } /* Cipher priority string.. */ else if (strcmp (long_options[option_index].name, "priority") == 0) { if (update_arg( (void *)&(args_info->priority_arg), &(args_info->priority_orig), &(args_info->priority_given), &(local_args_info.priority_given), optarg, 0, 0, ARG_STRING, check_ambiguity, override, 0, 0, "priority", '-', additional_error)) goto failure; } /* Produce verbose output.. */ else if (strcmp (long_options[option_index].name, "verbose") == 0) { if (update_arg((void *)&(args_info->verbose_flag), 0, &(args_info->verbose_given), &(local_args_info.verbose_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "verbose", '-', additional_error)) goto failure; } /* Don't produce any diagnostic output.. */ else if (strcmp (long_options[option_index].name, "quiet") == 0) { if (update_arg((void *)&(args_info->quiet_flag), 0, &(args_info->quiet_given), &(local_args_info.quiet_given), optarg, 0, 0, ARG_FLAG, check_ambiguity, override, 1, 0, "quiet", '-', additional_error)) goto failure; } break; case '?': /* Invalid option. */ /* `getopt_long' already printed an error message. */ goto failure; default: /* bug: option not considered. */ fprintf (stderr, "%s: option unknown: %c%s\n", CMDLINE_PARSER_PACKAGE, c, (additional_error ? additional_error : "")); abort (); } /* switch */ } /* while */ cmdline_parser_release (&local_args_info); if ( error ) return (EXIT_FAILURE); if (optind < argc) { int i = 0 ; int found_prog_name = 0; /* whether program name, i.e., argv[0], is in the remaining args (this may happen with some implementations of getopt, but surely not with the one included by gengetopt) */ i = optind; while (i < argc) if (argv[i++] == argv[0]) { found_prog_name = 1; break; } i = 0; args_info->inputs_num = argc - optind - found_prog_name; args_info->inputs = (char **)(malloc ((args_info->inputs_num)*sizeof(char *))) ; while (optind < argc) if (argv[optind++] != argv[0]) args_info->inputs[ i++ ] = gengetopt_strdup (argv[optind-1]) ; } return 0; failure: cmdline_parser_release (&local_args_info); return (EXIT_FAILURE); } gsasl-1.8.0/src/imap.c0000664000000000000000000000713711754555060011423 00000000000000/* imap.c --- Implement IMAP profile of SASL login. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include "imap.h" int imap_greeting (void) { char *in; if (!readln (&in)) return 0; return 1; } int imap_has_starttls (void) { char *in; int has_tls = 0; if (!writeln (". CAPABILITY")) return 0; if (!readln (&in)) return 0; has_tls = strstr (in, "STARTTLS") != NULL; if (!readln (&in)) return 0; return has_tls; } int imap_starttls (void) { char *in; if (!writeln (". STARTTLS")) return 0; if (!readln (&in)) return 0; return 1; } int imap_select_mechanism (char **mechlist) { char *in; if (args_info.server_flag) { if (!args_info.quiet_given) fprintf (stderr, _("Chose SASL mechanisms:\n")); if (!readln (&in)) return 0; *mechlist = in; } else { if (!writeln (". CAPABILITY")) return 0; if (!readln (&in)) return 0; /* XXX parse IMAP capability line */ *mechlist = in; if (!readln (&in)) return 0; } return 1; } int imap_authenticate (const char *mech) { if (args_info.server_flag) { if (!args_info.quiet_given) fprintf (stderr, _("Using mechanism:\n")); puts (mech); } else { char *buf; int rc; int len; len = asprintf (&buf, ". AUTHENTICATE %s", mech); if (len < 0) return 0; rc = writeln (buf); free (buf); if (!rc) return 0; } return 1; } int imap_step_send (const char *data) { char *buf; int rc; int len; if (args_info.server_flag) len = asprintf (&buf, "+ %s", data); else len = asprintf (&buf, "%s", data); if (len < 0) return 0; rc = writeln (buf); free (buf); if (!rc) return 0; return 1; } /* Return 1 on token, 2 on protocol success, 3 on protocol fail, 0 on errors. */ int imap_step_recv (char **data) { char *p; if (!readln (data)) return 0; p = *data; if (!args_info.server_flag) { /* skip untagged responses which can be returned by the server after authentication (e.g. dovecot returns new '* CAPABILITY' information before the final '. OK'). */ while (*p == '*') { if (!readln (data)) return 0; p = *data; } if (strlen (p) >= 4 && strncmp (p, ". OK", 4) == 0) return 2; if (strlen (p) >= 2 && strncmp (p, ". ", 2) == 0) return 3; if (strlen (p) >= 2 && strncmp (p, "+ ", 2) != 0) { fprintf (stderr, _("error: server did not return a token\n")); return 0; } memmove (&p[0], &p[2], strlen (p) - 1); } if (p[strlen (p) - 1] == '\n') p[strlen (p) - 1] = '\0'; if (p[strlen (p) - 1] == '\r') p[strlen (p) - 1] = '\0'; return 1; } int imap_logout (void) { char *in; if (!writeln (". LOGOUT")) return 0; /* read "* BYE ..." */ if (!readln (&in)) return 0; free (in); /* read ". OK ..." */ if (!readln (&in)) return 0; free (in); return 1; } gsasl-1.8.0/src/gsasl.c0000664000000000000000000005237511754555060011612 00000000000000/* gsasl.c --- Command line interface to libgsasl. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include "internal.h" #include "callbacks.h" #include "imap.h" #include "smtp.h" #include "sockets.h" #ifdef HAVE_LIBGNUTLS #include gnutls_session session; bool using_tls = false; #endif char *b64cbtlsunique = NULL; struct gengetopt_args_info args_info; int sockfd = 0; int writeln (const char *str) { printf ("%s\n", str); if (sockfd) { ssize_t len = strlen (str); #ifdef HAVE_LIBGNUTLS if (using_tls) { /* GnuTLS < 1.2.9 cannot handle data != NULL && count == 0, it will return an error. */ if (len > 0) len = gnutls_record_send (session, str, len); else len = 0; } else #endif len = write (sockfd, str, len); if (len != strlen (str)) return 0; #define CRLF "\r\n" #ifdef HAVE_LIBGNUTLS if (using_tls) len = gnutls_record_send (session, CRLF, strlen (CRLF)); else #endif len = write (sockfd, CRLF, strlen (CRLF)); if (len != strlen (CRLF)) return 0; } return 1; } int readln (char **out) { if (sockfd) { size_t allocated = 0, used = 0; char *input = NULL; /* FIXME: Read larger chunks. Problem: buffering too large reads? */ do { ssize_t nread; if (used == allocated) input = x2realloc (input, &allocated); #ifdef HAVE_LIBGNUTLS if (using_tls) nread = gnutls_record_recv (session, &input[used], 1); else #endif nread = recv (sockfd, &input[used], 1, 0); if (nread <= 0) return 0; used += nread; } while (input[used - 1] != '\n'); if (used == allocated) input = x2realloc (input, &allocated); input[used] = '\0'; *out = input; printf ("%s", *out); } else { *out = readline (""); if (*out == NULL) return 0; } return 1; } static int greeting (void) { if (args_info.imap_flag) return imap_greeting (); if (args_info.smtp_flag) return smtp_greeting (); return 1; } #ifdef HAVE_LIBGNUTLS static int has_starttls (void) { if (args_info.imap_flag) return imap_has_starttls (); if (args_info.smtp_flag) return smtp_has_starttls (); return 0; } static int starttls (void) { if (args_info.imap_flag) return imap_starttls (); if (args_info.smtp_flag) return smtp_starttls (); return 1; } #endif static int select_mechanism (char **mechlist) { char *in; if (args_info.imap_flag) return imap_select_mechanism (mechlist); if (args_info.smtp_flag) return smtp_select_mechanism (mechlist); if (args_info.mechanism_arg) *mechlist = args_info.mechanism_arg; else if (args_info.server_flag) { if (!args_info.quiet_given) fprintf (stderr, _("Choose SASL mechanism:\n")); if (!readln (&in)) return 0; *mechlist = in; } else /* if (args_info.client_flag) */ { if (!args_info.quiet_given) fprintf (stderr, _("Input list of SASL mechanisms supported by server:\n")); if (!readln (&in)) return 0; *mechlist = in; } return 1; } static int authenticate (const char *mech) { if (args_info.imap_flag) return imap_authenticate (mech); if (args_info.smtp_flag) return smtp_authenticate (mech); if (!args_info.quiet_given) fprintf (stderr, _("Using mechanism:\n")); puts (mech); return 1; } static int step_send (const char *data) { if (args_info.imap_flag) return imap_step_send (data); if (args_info.smtp_flag) return smtp_step_send (data); if (!args_info.quiet_given) { if (args_info.server_flag) fprintf (stderr, _("Output from server:\n")); else fprintf (stderr, _("Output from client:\n")); } fprintf (stdout, "%s\n", data); return 1; } /* Return 1 on token, 2 on protocol success, 3 on protocol fail, 0 on errors. */ static int step_recv (char **data) { if (args_info.imap_flag) return imap_step_recv (data); if (args_info.smtp_flag) return smtp_step_recv (data); if (!readln (data)) return 0; return 1; } static int logout (void) { if (args_info.imap_flag) return imap_logout (); if (args_info.smtp_flag) return smtp_logout (); return 1; } const char version_etc_copyright[] = /* Do *not* mark this string for translation. %s is a copyright symbol suitable for this locale, and %d is the copyright year. */ "Copyright %s %d Simon Josefsson."; static void usage (int status) GSASL_ATTR_NO_RETRUN; static void usage (int status) { if (status != EXIT_SUCCESS) fprintf (stderr, _("Try `%s --help' for more information.\n"), program_name); else { cmdline_parser_print_help (); emit_bug_reporting_address (); } exit (status); } int main (int argc, char *argv[]) { Gsasl *ctx = NULL; int res; char *in; char *connect_hostname = NULL; char *connect_service = NULL; #ifdef HAVE_LIBGNUTLS gnutls_anon_client_credentials anoncred; gnutls_certificate_credentials x509cred; #endif set_program_name (argv[0]); setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); /* This is necessary for modern MinGW compilers that provide working getaddrinfo function, which results in gnulib not detecting that it is broken. The proper fix is for gnulib to wrap the getaddrinfo call and initialize Windows sockets in the wrapper. */ (void) gl_sockets_startup (SOCKETS_1_1); if (cmdline_parser (argc, argv, &args_info) != 0) return EXIT_FAILURE; if (args_info.version_given) { const char *p = PACKAGE_NAME; if (strcmp (gsasl_check_version (NULL), PACKAGE_VERSION) != 0) p = PACKAGE_STRING; version_etc (stdout, "gsasl", p, gsasl_check_version (NULL), "Simon Josefsson", (char *) NULL); return EXIT_SUCCESS; } if (args_info.help_given) usage (EXIT_SUCCESS); if (!(args_info.client_flag || args_info.client_given) && !args_info.server_given && !args_info.client_mechanisms_flag && !args_info.server_mechanisms_flag) { error (0, 0, _("missing argument")); usage (EXIT_FAILURE); } if ((args_info.x509_cert_file_arg && !args_info.x509_key_file_arg) || (!args_info.x509_cert_file_arg && args_info.x509_key_file_arg)) error (EXIT_FAILURE, 0, _("need both --x509-cert-file and --x509-key-file")); if (args_info.starttls_flag && args_info.no_starttls_flag) error (EXIT_FAILURE, 0, _("cannot use both --starttls and --no-starttls")); if (args_info.smtp_flag && args_info.imap_flag) error (EXIT_FAILURE, 0, _("cannot use both --smtp and --imap")); if (!args_info.connect_given && args_info.inputs_num == 0 && !args_info.client_given && !args_info.server_given && !args_info.client_mechanisms_flag && !args_info.server_mechanisms_flag) { cmdline_parser_print_help (); emit_bug_reporting_address (); return EXIT_SUCCESS; } if (args_info.connect_given) { if (strrchr (args_info.connect_arg, ':')) { connect_hostname = xstrdup (args_info.connect_arg); *strrchr (connect_hostname, ':') = '\0'; connect_service = xstrdup (strrchr (args_info.connect_arg, ':') + 1); } else { connect_hostname = xstrdup (args_info.connect_arg); if (args_info.smtp_flag) connect_service = xstrdup ("smtp"); else connect_service = xstrdup ("imap"); } } else if (args_info.inputs_num > 0) { connect_hostname = args_info.inputs[0]; if (args_info.inputs_num > 1) connect_service = args_info.inputs[1]; else if (args_info.smtp_flag) connect_service = xstrdup ("smtp"); else connect_service = xstrdup ("imap"); } if (connect_service && !args_info.smtp_flag && !args_info.imap_flag) { if (strcmp (connect_service, "25") == 0 || strcmp (connect_service, "smtp") == 0) args_info.smtp_flag = 1; else args_info.imap_flag = 1; } if (args_info.imap_flag && !args_info.service_given) args_info.service_arg = xstrdup ("imap"); if (args_info.smtp_flag && !args_info.service_given) args_info.service_arg = xstrdup ("smtp"); if (args_info.imap_flag || args_info.smtp_flag) args_info.no_client_first_flag = 1; if (connect_hostname && !args_info.hostname_arg) args_info.hostname_arg = xstrdup (connect_hostname); if (!isatty (STDOUT_FILENO)) setvbuf (stdout, NULL, _IOLBF, BUFSIZ); res = gsasl_init (&ctx); if (res != GSASL_OK) error (EXIT_FAILURE, 0, _("initialization failure: %s"), gsasl_strerror (res)); gsasl_callback_set (ctx, callback); if (args_info.client_mechanisms_flag || args_info.server_mechanisms_flag) { char *mechs; if (args_info.client_mechanisms_flag) res = gsasl_client_mechlist (ctx, &mechs); else res = gsasl_server_mechlist (ctx, &mechs); if (res != GSASL_OK) error (EXIT_FAILURE, 0, _("error listing mechanisms: %s"), gsasl_strerror (res)); if (!args_info.quiet_given) { if (args_info.client_mechanisms_flag) fprintf (stderr, _("This client supports the following mechanisms:\n")); else fprintf (stderr, _("This server supports the following mechanisms:\n")); } fprintf (stdout, "%s\n", mechs); free (mechs); return EXIT_SUCCESS; } if (args_info.connect_given || args_info.inputs_num > 0) { struct addrinfo hints; struct addrinfo *ai0, *ai; memset (&hints, 0, sizeof (hints)); hints.ai_flags = AI_CANONNAME; hints.ai_socktype = SOCK_STREAM; res = getaddrinfo (connect_hostname, connect_service, &hints, &ai0); if (res != 0) error (EXIT_FAILURE, 0, "%s: %s", connect_hostname, gai_strerror (res)); for (ai = ai0; ai; ai = ai->ai_next) { fprintf (stderr, "Trying %s...\n", quote (ai->ai_canonname ? ai->ai_canonname : connect_hostname)); sockfd = socket (ai->ai_family, ai->ai_socktype, ai->ai_protocol); if (sockfd < 0) { error (0, errno, "socket"); continue; } if (connect (sockfd, ai->ai_addr, ai->ai_addrlen) < 0) { int save_errno = errno; close (sockfd); sockfd = -1; error (0, save_errno, "connect"); continue; } break; } if (sockfd < 0) error (EXIT_FAILURE, errno, "socket"); freeaddrinfo (ai); } if (!greeting ()) return 1; #ifdef HAVE_LIBGNUTLS if (sockfd && !args_info.no_starttls_flag && (args_info.starttls_flag || has_starttls ())) { res = gnutls_global_init (); if (res < 0) error (EXIT_FAILURE, 0, _("GnuTLS global initialization failed: %s"), gnutls_strerror (res)); res = gnutls_init (&session, GNUTLS_CLIENT); if (res < 0) error (EXIT_FAILURE, 0, _("GnuTLS initialization failed: %s"), gnutls_strerror (res)); res = gnutls_set_default_priority (session); if (res < 0) error (EXIT_FAILURE, 0, _("setting GnuTLS defaults failed: %s"), gnutls_strerror (res)); res = gnutls_anon_allocate_client_credentials (&anoncred); if (res < 0) error (EXIT_FAILURE, 0, _("allocating anonymous GnuTLS credential: %s"), gnutls_strerror (res)); res = gnutls_credentials_set (session, GNUTLS_CRD_ANON, anoncred); if (res < 0) error (EXIT_FAILURE, 0, _("setting anonymous GnuTLS credential: %s"), gnutls_strerror (res)); res = gnutls_certificate_allocate_credentials (&x509cred); if (res < 0) error (EXIT_FAILURE, 0, _("allocating X.509 GnuTLS credential: %s"), gnutls_strerror (res)); if (args_info.x509_cert_file_arg && args_info.x509_key_file_arg) res = gnutls_certificate_set_x509_key_file (x509cred, args_info.x509_cert_file_arg, args_info.x509_key_file_arg, GNUTLS_X509_FMT_PEM); if (res != GNUTLS_E_SUCCESS) error (EXIT_FAILURE, 0, _("loading X.509 GnuTLS credential: %s"), gnutls_strerror (res)); if (args_info.x509_ca_file_arg) { res = gnutls_certificate_set_x509_trust_file (x509cred, args_info.x509_ca_file_arg, GNUTLS_X509_FMT_PEM); if (res < 0) error (EXIT_FAILURE, 0, _("no X.509 CAs found: %s"), gnutls_strerror (res)); if (res == 0) error (EXIT_FAILURE, 0, _("no X.509 CAs found")); } res = gnutls_credentials_set (session, GNUTLS_CRD_CERTIFICATE, x509cred); if (res < 0) error (EXIT_FAILURE, 0, _("setting X.509 GnuTLS credential: %s"), gnutls_strerror (res)); if (args_info.priority_arg) { const char *err_pos; res = gnutls_priority_set_direct (session, args_info.priority_arg, &err_pos); if (res < 0) error (EXIT_FAILURE, 0, _("setting GnuTLS cipher priority (%s): %s\n"), gnutls_strerror (res), err_pos); } gnutls_transport_set_ptr (session, (gnutls_transport_ptr) (unsigned long) sockfd); if (!starttls ()) return 1; res = gnutls_handshake (session); if (res < 0) error (EXIT_FAILURE, 0, _("GnuTLS handshake failed: %s"), gnutls_strerror (res)); if (args_info.x509_ca_file_arg) { unsigned int status; res = gnutls_certificate_verify_peers2 (session, &status); if (res < 0) error (EXIT_FAILURE, 0, _("verifying peer certificate: %s"), gnutls_strerror (res)); if (status & GNUTLS_CERT_INVALID) error (EXIT_FAILURE, 0, _("server certificate is not trusted")); if (status & GNUTLS_CERT_SIGNER_NOT_FOUND) error (EXIT_FAILURE, 0, _("server certificate hasn't got a known issuer")); if (status & GNUTLS_CERT_REVOKED) error (EXIT_FAILURE, 0, _("server certificate has been revoked")); if (status != 0) error (EXIT_FAILURE, 0, _("could not verify server certificate (rc=%d)"), status); } #if HAVE_GNUTLS_SESSION_CHANNEL_BINDING if (!args_info.no_cb_flag) { gnutls_datum cb; res = gnutls_session_channel_binding (session, GNUTLS_CB_TLS_UNIQUE, &cb); if (res != GNUTLS_E_SUCCESS) error (EXIT_FAILURE, 0, _("getting channel binding failed: %s"), gnutls_strerror (res)); res = gsasl_base64_to ((char *) cb.data, cb.size, &b64cbtlsunique, NULL); if (res != GSASL_OK) error (EXIT_FAILURE, 0, "%s", gsasl_strerror (res)); } #endif using_tls = true; } #endif if (args_info.client_flag || args_info.client_given || args_info.server_given) { char *out; char *b64output; size_t output_len; size_t b64output_len; const char *mech; Gsasl_session *xctx = NULL; if (!select_mechanism (&in)) return 1; mech = gsasl_client_suggest_mechanism (ctx, in); if (mech == NULL) { fprintf (stderr, _("Cannot find mechanism...\n")); return 0; } if (args_info.mechanism_arg) mech = args_info.mechanism_arg; if (!authenticate (mech)) return 1; /* Authenticate using mechanism */ if (args_info.server_flag) res = gsasl_server_start (ctx, mech, &xctx); else res = gsasl_client_start (ctx, mech, &xctx); if (res != GSASL_OK) error (EXIT_FAILURE, 0, _("mechanism unavailable: %s"), gsasl_strerror (res)); in = NULL; out = NULL; if (!args_info.server_flag && args_info.no_client_first_flag) { res = GSASL_NEEDS_MORE; goto no_client_first; } do { int res2; res = gsasl_step64 (xctx, in, &out); if (res != GSASL_NEEDS_MORE && res != GSASL_OK) break; if (!step_send (out)) return 1; no_client_first: if (!args_info.quiet_given && !args_info.imap_flag && !args_info.smtp_flag) { if (args_info.server_flag) fprintf (stderr, _("Enter base64 authentication data " "from client (press RET if none):\n")); else fprintf (stderr, _("Enter base64 authentication data " "from server (press RET if none):\n")); } /* Return 1 on token, 2 on protocol success, 3 on protocol fail, 0 on errors. */ res2 = step_recv (&in); if (!res2) return 1; if (res2 == 3) error (EXIT_FAILURE, 0, _("server error")); if (res2 == 2) break; } while (args_info.imap_flag || args_info.smtp_flag || res == GSASL_NEEDS_MORE); if (res != GSASL_OK) error (EXIT_FAILURE, 0, _("mechanism error: %s"), gsasl_strerror (res)); if (!args_info.quiet_given) { if (args_info.server_flag) fprintf (stderr, _("Server authentication " "finished (client trusted)...\n")); else fprintf (stderr, _("Client authentication " "finished (server trusted)...\n")); fflush (stderr); } /* Transfer application payload */ if (args_info.application_data_flag) { struct pollfd pfd[2]; char *sockbuf = NULL; /* we read chunks of 1000 bytes at a time */ size_t sockpos = 0, sockalloc = 0, sockalloc1 = 1000; /* Setup pollfd structs... */ pfd[0].fd = STDIN_FILENO; pfd[0].events = POLLIN; if (sockfd) { pfd[1].fd = sockfd; pfd[1].events = POLLIN; } if (!args_info.quiet_given) { fprintf (stderr, _("Enter application data (EOF to finish):\n")); fflush (stderr); } while (1) { int rc; pfd[0].revents = 0; pfd[1].revents = 0; rc = poll (pfd, sockfd ? 2 : 1, -1); if (rc < 0 && errno == EINTR) continue; /* Always check for errors */ if (rc < 0) error (EXIT_FAILURE, errno, "poll"); /* We got data to read from stdin.. */ if ((pfd[0].revents & (POLLIN | POLLERR)) == POLLIN) { char *line = NULL; size_t n; ssize_t len; len = getline (&line, &n, stdin); if (len <= 0) break; if (args_info.imap_flag || args_info.smtp_flag) { if (len < 2 || strcmp (&line[len - 2], "\r\n") != 0) { line = xrealloc (line, len + 2); line[len - 1] = '\r'; line[len] = '\n'; line[len + 1] = '\0'; len++; } } else { len--; line[len] = '\0'; } res = gsasl_encode (xctx, line, len, &out, &output_len); if (res != GSASL_OK) break; if (sockfd) { #ifdef HAVE_LIBGNUTLS if (using_tls) len = gnutls_record_send (session, out, output_len); else #endif len = write (sockfd, out, output_len); if (len != output_len) error (EXIT_FAILURE, errno, "write"); } else if (!(strlen (line) == output_len && memcmp (line, out, output_len) == 0)) { res = gsasl_base64_to (out, output_len, &b64output, &b64output_len); if (res != GSASL_OK) break; if (!args_info.quiet_given) fprintf (stderr, _("Base64 encoded application " "data to send:\n")); fprintf (stdout, "%s\n", b64output); free (b64output); } free (line); free (out); } /* If there was an error, quit. */ else if (pfd[0].revents & (POLLERR | POLLHUP)) { error (0, 0, "poll stdin"); break; } /* We got data to read from the socket.. */ if (sockfd && (pfd[1].revents & (POLLIN | POLLERR)) == POLLIN) { ssize_t len; if (sockalloc == sockpos) sockbuf = x2realloc (sockbuf, &sockalloc1); sockalloc = sockalloc1; #ifdef HAVE_LIBGNUTLS if (using_tls) len = gnutls_record_recv (session, &sockbuf[sockpos], sockalloc - sockpos); else #endif len = recv (sockfd, &sockbuf[sockpos], sockalloc - sockpos, 0); if (len <= 0) break; sockpos += len; res = gsasl_decode (xctx, sockbuf, sockpos, &out, &output_len); if (res == GSASL_NEEDS_MORE) { #define MAX_INPUT_SIZE 0x100000 if (sockpos > MAX_INPUT_SIZE) error (EXIT_FAILURE, 0, _("SASL record too large: %zu\n"), sockpos); continue; } if (res != GSASL_OK) break; free (sockbuf); sockbuf = NULL; sockpos = 0; sockalloc = 0; sockalloc1 = 1000; printf ("%.*s", (int) output_len, out); free (out); } /* If there was an error, quit. */ else if (pfd[1].revents & (POLLERR | POLLHUP)) { error (0, 0, "poll socket"); break; } } if (res != GSASL_OK) error (EXIT_FAILURE, 0, _("encoding error: %s"), gsasl_strerror (res)); } if (!args_info.quiet_given) fprintf (stderr, _("Session finished...\n")); if (!logout ()) return 1; gsasl_finish (xctx); } if (sockfd) { #ifdef HAVE_LIBGNUTLS if (using_tls) { res = gnutls_bye (session, GNUTLS_SHUT_RDWR); if (res < 0) error (EXIT_FAILURE, 0, _("terminating GnuTLS session failed: %s"), gnutls_strerror (res)); } #endif shutdown (sockfd, SHUT_RDWR); close (sockfd); } gsasl_done (ctx); #ifdef HAVE_LIBGNUTLS if (using_tls) { gnutls_deinit (session); gnutls_anon_free_client_credentials (anoncred); gnutls_certificate_free_credentials (x509cred); gnutls_global_deinit (); } #endif return 0; } gsasl-1.8.0/src/gsasl_cmd.h0000664000000000000000000004756611760731175012450 00000000000000/** @file gsasl_cmd.h * @brief The header file for the command line option parser * generated by GNU Gengetopt version 2.22.5 * http://www.gnu.org/software/gengetopt. * DO NOT modify this file, since it can be overwritten * @author GNU Gengetopt by Lorenzo Bettini */ #ifndef GSASL_CMD_H #define GSASL_CMD_H /* If we use autoconf. */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include /* for FILE */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef CMDLINE_PARSER_PACKAGE /** @brief the program name (used for printing errors) */ #define CMDLINE_PARSER_PACKAGE PACKAGE #endif #ifndef CMDLINE_PARSER_PACKAGE_NAME /** @brief the complete program name (used for help and version) */ #ifdef PACKAGE_NAME #define CMDLINE_PARSER_PACKAGE_NAME PACKAGE_NAME #else #define CMDLINE_PARSER_PACKAGE_NAME PACKAGE #endif #endif #ifndef CMDLINE_PARSER_VERSION /** @brief the program version */ #define CMDLINE_PARSER_VERSION VERSION #endif /** @brief Where the command line options are stored */ struct gengetopt_args_info { const char *help_help; /**< @brief Print help and exit help description. */ const char *version_help; /**< @brief Print version and exit help description. */ int client_flag; /**< @brief Act as client. (default=on). */ const char *client_help; /**< @brief Act as client. help description. */ int server_flag; /**< @brief Act as server. (default=off). */ const char *server_help; /**< @brief Act as server. help description. */ int client_mechanisms_flag; /**< @brief Write name of supported client mechanisms separated by space to stdout. (default=off). */ const char *client_mechanisms_help; /**< @brief Write name of supported client mechanisms separated by space to stdout. help description. */ int server_mechanisms_flag; /**< @brief Write name of supported server mechanisms separated by space to stdout. (default=off). */ const char *server_mechanisms_help; /**< @brief Write name of supported server mechanisms separated by space to stdout. help description. */ char * connect_arg; /**< @brief Connect to TCP server and negotiate on stream instead of stdin/stdout. PORT is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default.. */ char * connect_orig; /**< @brief Connect to TCP server and negotiate on stream instead of stdin/stdout. PORT is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default. original value given at command line. */ const char *connect_help; /**< @brief Connect to TCP server and negotiate on stream instead of stdin/stdout. PORT is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default. help description. */ int application_data_flag; /**< @brief After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication. (default=on). */ const char *application_data_help; /**< @brief After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication. help description. */ int imap_flag; /**< @brief Use a IMAP-like logon procedure (client only). Also sets the --service default to 'imap'. (default=off). */ const char *imap_help; /**< @brief Use a IMAP-like logon procedure (client only). Also sets the --service default to 'imap'. help description. */ int smtp_flag; /**< @brief Use a SMTP-like logon procedure (client only). Also sets the --service default to 'smtp'. (default=off). */ const char *smtp_help; /**< @brief Use a SMTP-like logon procedure (client only). Also sets the --service default to 'smtp'. help description. */ char * mechanism_arg; /**< @brief Mechanism to use.. */ char * mechanism_orig; /**< @brief Mechanism to use. original value given at command line. */ const char *mechanism_help; /**< @brief Mechanism to use. help description. */ int no_client_first_flag; /**< @brief Disallow client to send data first (client only). (default=off). */ const char *no_client_first_help; /**< @brief Disallow client to send data first (client only). help description. */ char * anonymous_token_arg; /**< @brief Token for anonymous authentication, usually mail address (ANONYMOUS only).. */ char * anonymous_token_orig; /**< @brief Token for anonymous authentication, usually mail address (ANONYMOUS only). original value given at command line. */ const char *anonymous_token_help; /**< @brief Token for anonymous authentication, usually mail address (ANONYMOUS only). help description. */ char * authentication_id_arg; /**< @brief Identity of credential owner.. */ char * authentication_id_orig; /**< @brief Identity of credential owner. original value given at command line. */ const char *authentication_id_help; /**< @brief Identity of credential owner. help description. */ char * authorization_id_arg; /**< @brief Identity to request service for.. */ char * authorization_id_orig; /**< @brief Identity to request service for. original value given at command line. */ const char *authorization_id_help; /**< @brief Identity to request service for. help description. */ char * password_arg; /**< @brief Password for authentication (insecure for non-testing purposes).. */ char * password_orig; /**< @brief Password for authentication (insecure for non-testing purposes). original value given at command line. */ const char *password_help; /**< @brief Password for authentication (insecure for non-testing purposes). help description. */ char * realm_arg; /**< @brief Realm. Defaults to hostname.. */ char * realm_orig; /**< @brief Realm. Defaults to hostname. original value given at command line. */ const char *realm_help; /**< @brief Realm. Defaults to hostname. help description. */ int maxbuf_arg; /**< @brief Indicate maximum buffer size (DIGEST-MD5 only).. */ char * maxbuf_orig; /**< @brief Indicate maximum buffer size (DIGEST-MD5 only). original value given at command line. */ const char *maxbuf_help; /**< @brief Indicate maximum buffer size (DIGEST-MD5 only). help description. */ char * passcode_arg; /**< @brief Passcode for authentication (SECURID only).. */ char * passcode_orig; /**< @brief Passcode for authentication (SECURID only). original value given at command line. */ const char *passcode_help; /**< @brief Passcode for authentication (SECURID only). help description. */ char * service_arg; /**< @brief Set the requested service name (should be a registered GSSAPI host based service name).. */ char * service_orig; /**< @brief Set the requested service name (should be a registered GSSAPI host based service name). original value given at command line. */ const char *service_help; /**< @brief Set the requested service name (should be a registered GSSAPI host based service name). help description. */ char * hostname_arg; /**< @brief Set the name of the server with the requested service.. */ char * hostname_orig; /**< @brief Set the name of the server with the requested service. original value given at command line. */ const char *hostname_help; /**< @brief Set the name of the server with the requested service. help description. */ char * service_name_arg; /**< @brief Set the generic server name in case of a replicated server (DIGEST-MD5 only).. */ char * service_name_orig; /**< @brief Set the generic server name in case of a replicated server (DIGEST-MD5 only). original value given at command line. */ const char *service_name_help; /**< @brief Set the generic server name in case of a replicated server (DIGEST-MD5 only). help description. */ int enable_cram_md5_validate_flag; /**< @brief Validate CRAM-MD5 challenge and response interactively. (default=off). */ const char *enable_cram_md5_validate_help; /**< @brief Validate CRAM-MD5 challenge and response interactively. help description. */ int disable_cleartext_validate_flag; /**< @brief Disable cleartext validate hook, forcing server to prompt for password. (default=off). */ const char *disable_cleartext_validate_help; /**< @brief Disable cleartext validate hook, forcing server to prompt for password. help description. */ char * quality_of_protection_arg; /**< @brief How application payload will be protected. 'qop-auth' means no protection, 'qop-int' means integrity protection, 'qop-conf' means integrity and confidentialiy protection. Currently only used by DIGEST-MD5, where the default is 'qop-int'.. */ char * quality_of_protection_orig; /**< @brief How application payload will be protected. 'qop-auth' means no protection, 'qop-int' means integrity protection, 'qop-conf' means integrity and confidentialiy protection. Currently only used by DIGEST-MD5, where the default is 'qop-int'. original value given at command line. */ const char *quality_of_protection_help; /**< @brief How application payload will be protected. 'qop-auth' means no protection, 'qop-int' means integrity protection, 'qop-conf' means integrity and confidentialiy protection. Currently only used by DIGEST-MD5, where the default is 'qop-int'. help description. */ int starttls_flag; /**< @brief Force use of STARTTLS. The default is to use STARTTLS when available. (default=off). */ const char *starttls_help; /**< @brief Force use of STARTTLS. The default is to use STARTTLS when available. help description. */ int no_starttls_flag; /**< @brief Unconditionally disable STARTTLS. (default=off). */ const char *no_starttls_help; /**< @brief Unconditionally disable STARTTLS. help description. */ int no_cb_flag; /**< @brief Don't use channel bindings from TLS. (default=off). */ const char *no_cb_help; /**< @brief Don't use channel bindings from TLS. help description. */ char * x509_ca_file_arg; /**< @brief File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done.. */ char * x509_ca_file_orig; /**< @brief File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done. original value given at command line. */ const char *x509_ca_file_help; /**< @brief File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done. help description. */ char * x509_cert_file_arg; /**< @brief File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair.. */ char * x509_cert_file_orig; /**< @brief File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. original value given at command line. */ const char *x509_cert_file_help; /**< @brief File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. help description. */ char * x509_key_file_arg; /**< @brief Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair.. */ char * x509_key_file_orig; /**< @brief Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. original value given at command line. */ const char *x509_key_file_help; /**< @brief Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. help description. */ char * priority_arg; /**< @brief Cipher priority string.. */ char * priority_orig; /**< @brief Cipher priority string. original value given at command line. */ const char *priority_help; /**< @brief Cipher priority string. help description. */ int verbose_flag; /**< @brief Produce verbose output. (default=off). */ const char *verbose_help; /**< @brief Produce verbose output. help description. */ int quiet_flag; /**< @brief Don't produce any diagnostic output. (default=off). */ const char *quiet_help; /**< @brief Don't produce any diagnostic output. help description. */ unsigned int help_given ; /**< @brief Whether help was given. */ unsigned int version_given ; /**< @brief Whether version was given. */ unsigned int client_given ; /**< @brief Whether client was given. */ unsigned int server_given ; /**< @brief Whether server was given. */ unsigned int client_mechanisms_given ; /**< @brief Whether client-mechanisms was given. */ unsigned int server_mechanisms_given ; /**< @brief Whether server-mechanisms was given. */ unsigned int connect_given ; /**< @brief Whether connect was given. */ unsigned int application_data_given ; /**< @brief Whether application-data was given. */ unsigned int imap_given ; /**< @brief Whether imap was given. */ unsigned int smtp_given ; /**< @brief Whether smtp was given. */ unsigned int mechanism_given ; /**< @brief Whether mechanism was given. */ unsigned int no_client_first_given ; /**< @brief Whether no-client-first was given. */ unsigned int anonymous_token_given ; /**< @brief Whether anonymous-token was given. */ unsigned int authentication_id_given ; /**< @brief Whether authentication-id was given. */ unsigned int authorization_id_given ; /**< @brief Whether authorization-id was given. */ unsigned int password_given ; /**< @brief Whether password was given. */ unsigned int realm_given ; /**< @brief Whether realm was given. */ unsigned int maxbuf_given ; /**< @brief Whether maxbuf was given. */ unsigned int passcode_given ; /**< @brief Whether passcode was given. */ unsigned int service_given ; /**< @brief Whether service was given. */ unsigned int hostname_given ; /**< @brief Whether hostname was given. */ unsigned int service_name_given ; /**< @brief Whether service-name was given. */ unsigned int enable_cram_md5_validate_given ; /**< @brief Whether enable-cram-md5-validate was given. */ unsigned int disable_cleartext_validate_given ; /**< @brief Whether disable-cleartext-validate was given. */ unsigned int quality_of_protection_given ; /**< @brief Whether quality-of-protection was given. */ unsigned int starttls_given ; /**< @brief Whether starttls was given. */ unsigned int no_starttls_given ; /**< @brief Whether no-starttls was given. */ unsigned int no_cb_given ; /**< @brief Whether no-cb was given. */ unsigned int x509_ca_file_given ; /**< @brief Whether x509-ca-file was given. */ unsigned int x509_cert_file_given ; /**< @brief Whether x509-cert-file was given. */ unsigned int x509_key_file_given ; /**< @brief Whether x509-key-file was given. */ unsigned int priority_given ; /**< @brief Whether priority was given. */ unsigned int verbose_given ; /**< @brief Whether verbose was given. */ unsigned int quiet_given ; /**< @brief Whether quiet was given. */ char **inputs ; /**< @brief unamed options (options without names) */ unsigned inputs_num ; /**< @brief unamed options number */ } ; /** @brief The additional parameters to pass to parser functions */ struct cmdline_parser_params { int override; /**< @brief whether to override possibly already present options (default 0) */ int initialize; /**< @brief whether to initialize the option structure gengetopt_args_info (default 1) */ int check_required; /**< @brief whether to check that all required options were provided (default 1) */ int check_ambiguity; /**< @brief whether to check for options already specified in the option structure gengetopt_args_info (default 0) */ int print_errors; /**< @brief whether getopt_long should print an error message for a bad option (default 1) */ } ; /** @brief the purpose string of the program */ extern const char *gengetopt_args_info_purpose; /** @brief the usage string of the program */ extern const char *gengetopt_args_info_usage; /** @brief all the lines making the help output */ extern const char *gengetopt_args_info_help[]; /** * The command line parser * @param argc the number of command line options * @param argv the command line options * @param args_info the structure where option information will be stored * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser (int argc, char **argv, struct gengetopt_args_info *args_info); /** * The command line parser (version with additional parameters - deprecated) * @param argc the number of command line options * @param argv the command line options * @param args_info the structure where option information will be stored * @param override whether to override possibly already present options * @param initialize whether to initialize the option structure my_args_info * @param check_required whether to check that all required options were provided * @return 0 if everything went fine, NON 0 if an error took place * @deprecated use cmdline_parser_ext() instead */ int cmdline_parser2 (int argc, char **argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required); /** * The command line parser (version with additional parameters) * @param argc the number of command line options * @param argv the command line options * @param args_info the structure where option information will be stored * @param params additional parameters for the parser * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser_ext (int argc, char **argv, struct gengetopt_args_info *args_info, struct cmdline_parser_params *params); /** * Save the contents of the option struct into an already open FILE stream. * @param outfile the stream where to dump options * @param args_info the option struct to dump * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser_dump(FILE *outfile, struct gengetopt_args_info *args_info); /** * Save the contents of the option struct into a (text) file. * This file can be read by the config file parser (if generated by gengetopt) * @param filename the file where to save * @param args_info the option struct to save * @return 0 if everything went fine, NON 0 if an error took place */ int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info); /** * Print the help */ void cmdline_parser_print_help(void); /** * Print the version */ void cmdline_parser_print_version(void); /** * Initializes all the fields a cmdline_parser_params structure * to their default values * @param params the structure to initialize */ void cmdline_parser_params_init(struct cmdline_parser_params *params); /** * Allocates dynamically a cmdline_parser_params structure and initializes * all its fields to their default values * @return the created and initialized cmdline_parser_params structure */ struct cmdline_parser_params *cmdline_parser_params_create(void); /** * Initializes the passed gengetopt_args_info structure's fields * (also set default values for options that have a default) * @param args_info the structure to initialize */ void cmdline_parser_init (struct gengetopt_args_info *args_info); /** * Deallocates the string fields of the gengetopt_args_info structure * (but does not deallocate the structure itself) * @param args_info the structure to deallocate */ void cmdline_parser_free (struct gengetopt_args_info *args_info); /** * Checks that all the required options were specified * @param args_info the structure to check * @param prog_name the name of the program that will be used to print * possible errors * @return */ int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* GSASL_CMD_H */ gsasl-1.8.0/src/gsasl.ggo0000664000000000000000000001162011754555060012130 00000000000000# Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . purpose "Authenticate user to a server using Simple Authentication and Security Layer. Currently IMAP and SMTP servers are supported. This is a command line interface for the GNU SASL library." section "Commands" option "client" c "Act as client." flag on option "server" s "Act as server." flag off option "client-mechanisms" - "Write name of supported client mechanisms separated by space to stdout." flag off option "server-mechanisms" - "Write name of supported server mechanisms separated by space to stdout." flag off section "Network options" option "connect" - "Connect to TCP server and negotiate on stream instead of stdin/stdout. PORT is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default." string typestr="HOST[:PORT]" no #option "listen" - "Listen on network socket and provide authentication services following the supported protocols. This implies --server and defaults to IMAP mode." string typestr="HOST:[PORT]" no argoptional default="localhost:143" section "Generic options" option "application-data" d "After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication." flag on option "imap" - "Use a IMAP-like logon procedure (client only). Also sets the --service default to 'imap'." flag off option "smtp" - "Use a SMTP-like logon procedure (client only). Also sets the --service default to 'smtp'." flag off option "mechanism" m "Mechanism to use." string no option "no-client-first" - "Disallow client to send data first (client only)." flag off section "SASL mechanism options (they are prompted for when required)" option "anonymous-token" n "Token for anonymous authentication, usually mail address (ANONYMOUS only)." string no option "authentication-id" a "Identity of credential owner." string no option "authorization-id" z "Identity to request service for." string no option "password" p "Password for authentication (insecure for non-testing purposes)." string no option "realm" r "Realm. Defaults to hostname." string no option "maxbuf" x "Indicate maximum buffer size (DIGEST-MD5 only)." int typestr="NUMBER" no option "passcode" - "Passcode for authentication (SECURID only)." string typestr="NUMBER" no option "service" - "Set the requested service name (should be a registered GSSAPI host based service name)." string no option "hostname" - "Set the name of the server with the requested service." string no option "service-name" - "Set the generic server name in case of a replicated server (DIGEST-MD5 only)." string no option "enable-cram-md5-validate" - "Validate CRAM-MD5 challenge and response interactively." flag off option "disable-cleartext-validate" - "Disable cleartext validate hook, forcing server to prompt for password." flag off option "quality-of-protection" - "How application payload will be protected. 'qop-auth' means no protection, 'qop-int' means integrity protection, 'qop-conf' means integrity and confidentialiy protection. Currently only used by DIGEST-MD5, where the default is 'qop-int'." string typestr="TYPE" no section "STARTTLS options" option "starttls" - "Force use of STARTTLS. The default is to use STARTTLS when available." flag off option "no-starttls" - "Unconditionally disable STARTTLS." flag off option "no-cb" - "Don't use channel bindings from TLS." flag off option "x509-ca-file" - "File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done." string typestr="FILE" no option "x509-cert-file" - "File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair." string typestr="FILE" no option "x509-key-file" - "Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair." string typestr="FILE" no option "priority" - "Cipher priority string." string no section "Other options" option "verbose" - "Produce verbose output." flag off option "quiet" - "Don't produce any diagnostic output." flag off gsasl-1.8.0/src/internal.h0000664000000000000000000000372711754555060012317 00000000000000/* internal.h --- internal header file for gsasl * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef _INTERNAL_H #define _INTERNAL_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include #include #include #include /* for AF_INET */ #include /* poll() */ #include #include #include #ifdef HAVE_PWD_H #include /* getpwuid */ #endif #include /* Gnulib. */ #include "progname.h" #include "error.h" #include "getpass.h" #include "readline.h" #include "quote.h" #include "version-etc.h" #include "xalloc.h" /* Get i18n. */ #include #include #define _(String) gettext (String) #define gettext_noop(String) String #define N_(String) gettext_noop (String) extern int writeln (const char *str); extern int readln (char **out); #include "gsasl_cmd.h" extern struct gengetopt_args_info args_info; extern char *b64cbtlsunique; /* This feature is available in gcc versions 2.5 and later. */ #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) #define GSASL_ATTR_NO_RETRUN #else #define GSASL_ATTR_NO_RETRUN __attribute__ ((__noreturn__)) #endif #endif /* _INTERNAL_H */ gsasl-1.8.0/src/smtp.h0000664000000000000000000000223011754555060011452 00000000000000/* smtp.h --- Header file for SMTP profile of SASL login. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include "internal.h" extern int smtp_greeting (void); extern int smtp_has_starttls (void); extern int smtp_starttls (void); extern int smtp_select_mechanism (char **mechlist); extern int smtp_authenticate (const char *mech); extern int smtp_step_send (const char *data); extern int smtp_step_recv (char **data); extern int smtp_auth_finish (void); extern int smtp_logout (void); gsasl-1.8.0/src/Makefile.am0000664000000000000000000000304611756357353012367 00000000000000## Process this file with automake to produce Makefile.in # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src AM_CPPFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" bin_PROGRAMS = gsasl gsasl_SOURCES = gsasl.c \ imap.c imap.h smtp.c smtp.h \ callbacks.h callbacks.c internal.h gsasl_LDADD = ../lib/src/libgsasl.la ../gl/libgl.la \ $(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) $(LTLIBINTL) \ libgsasl_cmd.la noinst_LTLIBRARIES = libgsasl_cmd.la BUILT_SOURCES = gsasl_cmd.c gsasl_cmd.h libgsasl_cmd_la_SOURCES = $(BUILT_SOURCES) gsasl.ggo libgsasl_cmd_la_LIBADD = ../gl/libgl.la libgsasl_cmd_la_CFLAGS = $(BUILT_SOURCES): gsasl.ggo Makefile.am gengetopt --unamed-opts="HOST [PORT]" \ --no-handle-version --no-handle-help \ --input $< --file-name gsasl_cmd gsasl-1.8.0/src/callbacks.c0000664000000000000000000001406311754555060012410 00000000000000/* callbacks.c --- Implementation of gsasl callbacks. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include "internal.h" #include "callbacks.h" #include "striconv.h" #include "readline.h" #if HAVE_LANGINFO_CODESET #include /* For nl_langinfo. */ #endif static char * locale_to_utf8 (char *str) { #if HAVE_LANGINFO_CODESET if (str) { char *from = nl_langinfo (CODESET); char *q = str_iconv (str, from, "UTF-8"); if (!q) fprintf (stderr, "warning: Could not convert string to UTF-8...\n"); else { free (str); str = q; } } #endif return str; } static char * readutf8line (const char *prompt) { char *p = readline (prompt); return locale_to_utf8 (p); } static char * readutf8pass (const char *prompt) { char *p = getpass (prompt); return locale_to_utf8 (p); } int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; switch (prop) { case GSASL_ANONYMOUS_TOKEN: if (args_info.anonymous_token_arg == NULL) args_info.anonymous_token_arg = readutf8line ("Enter anonymous token (e.g., email address): "); gsasl_property_set (sctx, GSASL_ANONYMOUS_TOKEN, args_info.anonymous_token_arg); rc = GSASL_OK; break; case GSASL_CB_TLS_UNIQUE: if (!args_info.no_cb_flag && b64cbtlsunique == NULL && args_info.hostname_arg == NULL) b64cbtlsunique = readutf8line ("Enter base64 encoded tls-unique channel binding: "); if (!args_info.no_cb_flag && b64cbtlsunique && *b64cbtlsunique) gsasl_property_set (sctx, prop, b64cbtlsunique); rc = GSASL_OK; break; case GSASL_PASSWORD: if (args_info.password_arg == NULL) args_info.password_arg = readutf8pass ("Enter password: "); gsasl_property_set (sctx, GSASL_PASSWORD, args_info.password_arg); rc = GSASL_OK; break; case GSASL_PASSCODE: if (args_info.passcode_arg == NULL) args_info.passcode_arg = readutf8pass ("Enter passcode: "); gsasl_property_set (sctx, GSASL_PASSCODE, args_info.passcode_arg); rc = GSASL_OK; break; case GSASL_AUTHID: if (args_info.authentication_id_arg == NULL) { #if HAVE_GETPWUID uid_t uid; struct passwd *pw; uid = getuid (); pw = getpwuid (uid); if (pw && pw->pw_name) { printf ("Using system username `%s' as " "authentication identity.\n", pw->pw_name); args_info.authentication_id_arg = xstrdup (pw->pw_name); } else #endif args_info.authentication_id_arg = readutf8line ("Enter authentication ID: "); } gsasl_property_set (sctx, GSASL_AUTHID, args_info.authentication_id_arg); rc = GSASL_OK; break; case GSASL_AUTHZID: gsasl_property_set (sctx, GSASL_AUTHZID, args_info.authorization_id_arg); rc = GSASL_OK; break; case GSASL_SERVICE: if (args_info.service_arg == NULL) args_info.service_arg = readutf8line ("Enter GSSAPI service name (e.g. \"imap\"): "); gsasl_property_set (sctx, GSASL_SERVICE, args_info.service_arg); rc = GSASL_OK; break; case GSASL_HOSTNAME: if (args_info.hostname_arg == NULL) args_info.hostname_arg = readutf8line ("Enter hostname of server: "); gsasl_property_set (sctx, GSASL_HOSTNAME, args_info.hostname_arg); rc = GSASL_OK; break; case GSASL_REALM: if (args_info.realm_arg == NULL) args_info.realm_arg = readutf8line ("Enter realm of server (optional): "); if (args_info.realm_arg && *args_info.realm_arg) gsasl_property_set (sctx, GSASL_REALM, args_info.realm_arg); rc = GSASL_OK; break; case GSASL_QOP: if (args_info.quality_of_protection_arg == NULL) args_info.quality_of_protection_arg = readutf8line ("Enter quality of protection (optional, e.g. 'qop-int'): "); if (args_info.quality_of_protection_arg && *args_info.quality_of_protection_arg) gsasl_property_set (sctx, GSASL_QOP, args_info.quality_of_protection_arg); rc = GSASL_OK; break; case GSASL_VALIDATE_GSSAPI: { char *str; printf ("Authzid: %s\nDisplay Name: %s\n", gsasl_property_fast (sctx, GSASL_AUTHZID), gsasl_property_fast (sctx, GSASL_GSSAPI_DISPLAY_NAME)); str = readutf8line ("Validate GSS-API user? (y/n) "); if (strcmp (str, "y") == 0 || strcmp (str, "Y") == 0) rc = GSASL_OK; else rc = GSASL_AUTHENTICATION_ERROR; free (str); } break; case GSASL_SCRAM_SALTED_PASSWORD: case GSASL_SCRAM_ITER: case GSASL_SCRAM_SALT: break; case GSASL_SAML20_IDP_IDENTIFIER: { char *str = readutf8line ("Enter SAML authentication identifier " "(e.g. \"http://example.org/\"): "); gsasl_property_set (sctx, GSASL_SAML20_IDP_IDENTIFIER, str); rc = GSASL_OK; } break; case GSASL_SAML20_AUTHENTICATE_IN_BROWSER: { const char *url = gsasl_property_get (sctx, GSASL_SAML20_REDIRECT_URL); printf ("Proceed to this URL to authenticate using SAML 2.0:\n%s\n", url); rc = GSASL_OK; } break; case GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: { const char *url = gsasl_property_get (sctx, GSASL_OPENID20_REDIRECT_URL); printf ("Proceed to this URL to authenticate using OpenID 2.0:\n%s\n", url); rc = GSASL_OK; } break; default: fprintf (stderr, "warning: mechanism requested unsupported property `%d'\n", prop); break; } return rc; } gsasl-1.8.0/src/Makefile.in0000664000000000000000000015461711760730721012400 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = gsasl$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libgsasl_cmd_la_DEPENDENCIES = ../gl/libgl.la am__objects_1 = libgsasl_cmd_la-gsasl_cmd.lo am_libgsasl_cmd_la_OBJECTS = $(am__objects_1) libgsasl_cmd_la_OBJECTS = $(am_libgsasl_cmd_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent libgsasl_cmd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(libgsasl_cmd_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_gsasl_OBJECTS = gsasl.$(OBJEXT) imap.$(OBJEXT) smtp.$(OBJEXT) \ callbacks.$(OBJEXT) gsasl_OBJECTS = $(am_gsasl_OBJECTS) am__DEPENDENCIES_1 = gsasl_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) libgsasl_cmd.la DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libgsasl_cmd_la_SOURCES) $(gsasl_SOURCES) DIST_SOURCES = $(libgsasl_cmd_la_SOURCES) $(gsasl_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src \ -DLOCALEDIR=\"$(datadir)/locale\" gsasl_SOURCES = gsasl.c \ imap.c imap.h smtp.c smtp.h \ callbacks.h callbacks.c internal.h gsasl_LDADD = ../lib/src/libgsasl.la ../gl/libgl.la \ $(LTLIBREADLINE) $(LTLIBGNUTLS) $(LIBSOCKET) $(LTLIBINTL) \ libgsasl_cmd.la noinst_LTLIBRARIES = libgsasl_cmd.la BUILT_SOURCES = gsasl_cmd.c gsasl_cmd.h libgsasl_cmd_la_SOURCES = $(BUILT_SOURCES) gsasl.ggo libgsasl_cmd_la_LIBADD = ../gl/libgl.la libgsasl_cmd_la_CFLAGS = all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libgsasl_cmd.la: $(libgsasl_cmd_la_OBJECTS) $(libgsasl_cmd_la_DEPENDENCIES) $(EXTRA_libgsasl_cmd_la_DEPENDENCIES) $(AM_V_CCLD)$(libgsasl_cmd_la_LINK) $(libgsasl_cmd_la_OBJECTS) $(libgsasl_cmd_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p || test -f $$p1; \ then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gsasl$(EXEEXT): $(gsasl_OBJECTS) $(gsasl_DEPENDENCIES) $(EXTRA_gsasl_DEPENDENCIES) @rm -f gsasl$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gsasl_OBJECTS) $(gsasl_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsasl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsasl_cmd_la-gsasl_cmd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smtp.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< libgsasl_cmd_la-gsasl_cmd.lo: gsasl_cmd.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsasl_cmd_la_CFLAGS) $(CFLAGS) -MT libgsasl_cmd_la-gsasl_cmd.lo -MD -MP -MF $(DEPDIR)/libgsasl_cmd_la-gsasl_cmd.Tpo -c -o libgsasl_cmd_la-gsasl_cmd.lo `test -f 'gsasl_cmd.c' || echo '$(srcdir)/'`gsasl_cmd.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgsasl_cmd_la-gsasl_cmd.Tpo $(DEPDIR)/libgsasl_cmd_la-gsasl_cmd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsasl_cmd.c' object='libgsasl_cmd_la-gsasl_cmd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgsasl_cmd_la_CFLAGS) $(CFLAGS) -c -o libgsasl_cmd_la-gsasl_cmd.lo `test -f 'gsasl_cmd.c' || echo '$(srcdir)/'`gsasl_cmd.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: all check install install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-binPROGRAMS $(BUILT_SOURCES): gsasl.ggo Makefile.am gengetopt --unamed-opts="HOST [PORT]" \ --no-handle-version --no-handle-help \ --input $< --file-name gsasl_cmd # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/src/imap.h0000664000000000000000000000223011754555060011415 00000000000000/* imap.h --- Header file for IMAP profile of SASL login. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include "internal.h" extern int imap_greeting (void); extern int imap_has_starttls (void); extern int imap_starttls (void); extern int imap_select_mechanism (char **mechlist); extern int imap_authenticate (const char *mech); extern int imap_step_send (const char *data); extern int imap_step_recv (char **data); extern int imap_auth_finish (void); extern int imap_logout (void); gsasl-1.8.0/src/smtp.c0000664000000000000000000000721011754555060011450 00000000000000/* smtp.c --- Implement SMTP profile of SASL login. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include "smtp.h" int smtp_greeting (void) { char *in; if (!readln (&in)) return 0; return 1; } int smtp_has_starttls (void) { char *in; int has_tls = 0; if (!writeln ("EHLO [127.0.0.1]")) return 0; do { if (!readln (&in)) return 0; #define TLSGREETING "250-STARTTLS" if (strncmp (in, TLSGREETING, strlen (TLSGREETING)) == 0) has_tls = 1; } while (strncmp (in, "250 ", 4) != 0); return has_tls; } int smtp_starttls (void) { char *in; if (!writeln ("STARTTLS")) return 0; if (!readln (&in)) return 0; return 1; } int smtp_select_mechanism (char **mechlist) { char *in; if (args_info.server_flag) { if (!args_info.quiet_given) fprintf (stderr, _("Chose SASL mechanisms:\n")); if (!readln (&in)) return 0; *mechlist = in; } else { if (!writeln ("EHLO [127.0.0.1]")) return 0; do { if (!readln (&in)) return 0; #define GREETING1 "250-AUTH " #define GREETING2 "250 AUTH " if (strncmp (in, GREETING1, strlen (GREETING1)) == 0) *mechlist = in + strlen (GREETING1); else if (strncmp (in, GREETING2, strlen (GREETING2)) == 0) *mechlist = in + strlen (GREETING2); } while (strncmp (in, "250 ", 4) != 0); } return 1; } int smtp_authenticate (const char *mech) { if (args_info.server_flag) { if (!args_info.quiet_given) fprintf (stderr, _("Using mechanism:\n")); puts (mech); } else { char *buf; int rc; int len; len = asprintf (&buf, "AUTH %s", mech); if (len < 0) return 0; rc = writeln (buf); free (buf); if (!rc) return 0; } return 1; } int smtp_step_send (const char *data) { char *buf; int rc; int len; if (args_info.server_flag) len = asprintf (&buf, "334 %s", data); else len = asprintf (&buf, "%s", data); if (len < 0) return 0; rc = writeln (buf); free (buf); if (!rc) return 0; return 1; } /* Return 1 on token, 2 on protocol success, 3 on protocol fail, 0 on errors. */ int smtp_step_recv (char **data) { char *p; if (!readln (data)) return 0; p = *data; if (strlen (p) <= 3) return 0; if (strncmp (p, "334 ", 4) == 0) { memmove (&p[0], &p[4], strlen (p) - 3); if (p[strlen (p) - 1] == '\n') p[strlen (p) - 1] = '\0'; if (p[strlen (p) - 1] == '\r') p[strlen (p) - 1] = '\0'; return 1; } if (strncmp (p, "235 ", 4) == 0) { /* Never a token here, we don't support additional server information on success. */ return 2; } if (strncmp (p, "535 ", 4) == 0) return 3; fprintf (stderr, _("error: could not parse server data:\n%s\n"), p); return 0; } int smtp_logout (void) { char *in; if (!writeln ("QUIT")) return 0; /* read "221 2.0.0 foo closing ..." */ if (!readln (&in)) return 0; free (in); return 1; } gsasl-1.8.0/src/callbacks.h0000664000000000000000000000172111754555060012412 00000000000000/* callbacks.h --- Prototypes for SASL callbacks. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef CALLBACKS_H #define CALLBACKS_H #include /* Gsasl_session_ctx */ extern int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop); #endif /* CALLBACKS_H */ gsasl-1.8.0/config.h.in0000664000000000000000000014761011760730717011567 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Define to the number of bits in type 'ptrdiff_t'. */ #undef BITSIZEOF_PTRDIFF_T /* Define to the number of bits in type 'sig_atomic_t'. */ #undef BITSIZEOF_SIG_ATOMIC_T /* Define to the number of bits in type 'size_t'. */ #undef BITSIZEOF_SIZE_T /* Define to the number of bits in type 'wchar_t'. */ #undef BITSIZEOF_WCHAR_T /* Define to the number of bits in type 'wint_t'. */ #undef BITSIZEOF_WINT_T /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP systems. This function is required for 'alloca.c' support on those systems. */ #undef CRAY_STACKSEG_END /* Define to 1 if using 'alloca.c'. */ #undef C_ALLOCA /* Define as the bit index in the word where to find bit 0 of the exponent of 'double'. */ #undef DBL_EXPBIT0_BIT /* Define as the word index where to find the exponent of 'double'. */ #undef DBL_EXPBIT0_WORD /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* Define to 1 if ungetc is broken when used on arbitrary bytes. */ #undef FUNC_UNGETC_BROKEN /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module snprintf shall be considered present. */ #undef GNULIB_SNPRINTF /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module strerror shall be considered present. */ #undef GNULIB_STRERROR /* Define to 1 when the gnulib module btowc should be tested. */ #undef GNULIB_TEST_BTOWC /* Define to 1 when the gnulib module close should be tested. */ #undef GNULIB_TEST_CLOSE /* Define to 1 when the gnulib module connect should be tested. */ #undef GNULIB_TEST_CONNECT /* Define to 1 when the gnulib module dup2 should be tested. */ #undef GNULIB_TEST_DUP2 /* Define to 1 when the gnulib module environ should be tested. */ #undef GNULIB_TEST_ENVIRON /* Define to 1 when the gnulib module fdopen should be tested. */ #undef GNULIB_TEST_FDOPEN /* Define to 1 when the gnulib module fseek should be tested. */ #undef GNULIB_TEST_FSEEK /* Define to 1 when the gnulib module fseeko should be tested. */ #undef GNULIB_TEST_FSEEKO /* Define to 1 when the gnulib module fstat should be tested. */ #undef GNULIB_TEST_FSTAT /* Define to 1 when the gnulib module getaddrinfo should be tested. */ #undef GNULIB_TEST_GETADDRINFO /* Define to 1 when the gnulib module getcwd should be tested. */ #undef GNULIB_TEST_GETCWD /* Define to 1 when the gnulib module getdelim should be tested. */ #undef GNULIB_TEST_GETDELIM /* Define to 1 when the gnulib module getline should be tested. */ #undef GNULIB_TEST_GETLINE /* Define to 1 when the gnulib module getopt-gnu should be tested. */ #undef GNULIB_TEST_GETOPT_GNU /* Define to 1 when the gnulib module getpagesize should be tested. */ #undef GNULIB_TEST_GETPAGESIZE /* Define to 1 when the gnulib module lseek should be tested. */ #undef GNULIB_TEST_LSEEK /* Define to 1 when the gnulib module lstat should be tested. */ #undef GNULIB_TEST_LSTAT /* Define to 1 when the gnulib module malloc-posix should be tested. */ #undef GNULIB_TEST_MALLOC_POSIX /* Define to 1 when the gnulib module mbrtowc should be tested. */ #undef GNULIB_TEST_MBRTOWC /* Define to 1 when the gnulib module mbsinit should be tested. */ #undef GNULIB_TEST_MBSINIT /* Define to 1 when the gnulib module mbtowc should be tested. */ #undef GNULIB_TEST_MBTOWC /* Define to 1 when the gnulib module memchr should be tested. */ #undef GNULIB_TEST_MEMCHR /* Define to 1 when the gnulib module open should be tested. */ #undef GNULIB_TEST_OPEN /* Define to 1 when the gnulib module poll should be tested. */ #undef GNULIB_TEST_POLL /* Define to 1 when the gnulib module putenv should be tested. */ #undef GNULIB_TEST_PUTENV /* Define to 1 when the gnulib module realloc-posix should be tested. */ #undef GNULIB_TEST_REALLOC_POSIX /* Define to 1 when the gnulib module recv should be tested. */ #undef GNULIB_TEST_RECV /* Define to 1 when the gnulib module select should be tested. */ #undef GNULIB_TEST_SELECT /* Define to 1 when the gnulib module setenv should be tested. */ #undef GNULIB_TEST_SETENV /* Define to 1 when the gnulib module setlocale should be tested. */ #undef GNULIB_TEST_SETLOCALE /* Define to 1 when the gnulib module shutdown should be tested. */ #undef GNULIB_TEST_SHUTDOWN /* Define to 1 when the gnulib module snprintf should be tested. */ #undef GNULIB_TEST_SNPRINTF /* Define to 1 when the gnulib module socket should be tested. */ #undef GNULIB_TEST_SOCKET /* Define to 1 when the gnulib module stat should be tested. */ #undef GNULIB_TEST_STAT /* Define to 1 when the gnulib module strerror should be tested. */ #undef GNULIB_TEST_STRERROR /* Define to 1 when the gnulib module strtok_r should be tested. */ #undef GNULIB_TEST_STRTOK_R /* Define to 1 when the gnulib module symlink should be tested. */ #undef GNULIB_TEST_SYMLINK /* Define to 1 when the gnulib module unsetenv should be tested. */ #undef GNULIB_TEST_UNSETENV /* Define to 1 when the gnulib module vasprintf should be tested. */ #undef GNULIB_TEST_VASPRINTF /* Define to 1 when the gnulib module wcrtomb should be tested. */ #undef GNULIB_TEST_WCRTOMB /* Define to 1 when the gnulib module wctob should be tested. */ #undef GNULIB_TEST_WCTOB /* Define to 1 when the gnulib module wctomb should be tested. */ #undef GNULIB_TEST_WCTOMB /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u8-mbtoucr shall be considered present. */ #undef GNULIB_UNISTR_U8_MBTOUCR /* Define to a C preprocessor expression that evaluates to 1 or 0, depending whether the gnulib module unistr/u8-uctomb shall be considered present. */ #undef GNULIB_UNISTR_U8_UCTOMB /* Define to 1 if you don't want backwards compatibility code. */ #undef GSASL_NO_OBSOLETE /* Define to 1 if you have 'alloca' after including , a header that may be supplied by this distribution. */ #undef HAVE_ALLOCA /* Define to 1 if you have and it should be used (not on Ultrix). */ #undef HAVE_ALLOCA_H /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H /* Define to 1 if you have the header file. */ #undef HAVE_BP_SYM_H /* Define to 1 if you have the `btowc' function. */ #undef HAVE_BTOWC /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ #undef HAVE_CFLOCALECOPYCURRENT /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework. */ #undef HAVE_CFPREFERENCESCOPYAPPVALUE /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_FFLUSH_UNLOCKED /* Define to 1 if you have the declaration of `flockfile', and to 0 if you don't. */ #undef HAVE_DECL_FLOCKFILE /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_FPUTS_UNLOCKED /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you don't. */ #undef HAVE_DECL_FREEADDRINFO /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't. */ #undef HAVE_DECL_FSEEKO /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you don't. */ #undef HAVE_DECL_FUNLOCKFILE /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you don't. */ #undef HAVE_DECL_GAI_STRERROR /* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you don't. */ #undef HAVE_DECL_GAI_STRERRORA /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you don't. */ #undef HAVE_DECL_GETADDRINFO /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_GETC_UNLOCKED /* Define to 1 if you have the declaration of `getdelim', and to 0 if you don't. */ #undef HAVE_DECL_GETDELIM /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. */ #undef HAVE_DECL_GETENV /* Define to 1 if you have the declaration of `getline', and to 0 if you don't. */ #undef HAVE_DECL_GETLINE /* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you don't. */ #undef HAVE_DECL_GETNAMEINFO /* Define to 1 if you have the declaration of `getpass', and to 0 if you don't. */ #undef HAVE_DECL_GETPASS /* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you don't. */ #undef HAVE_DECL_INET_NTOP /* Define to 1 if you have the declaration of `inet_pton', and to 0 if you don't. */ #undef HAVE_DECL_INET_PTON /* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you don't. */ #undef HAVE_DECL_MBRTOWC /* Define to 1 if you have the declaration of `mbsinit', and to 0 if you don't. */ #undef HAVE_DECL_MBSINIT /* Define to 1 if you have the declaration of `program_invocation_name', and to 0 if you don't. */ #undef HAVE_DECL_PROGRAM_INVOCATION_NAME /* Define to 1 if you have the declaration of `program_invocation_short_name', and to 0 if you don't. */ #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_PUTC_UNLOCKED /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't. */ #undef HAVE_DECL_SETENV /* Define to 1 if you have the declaration of `snprintf', and to 0 if you don't. */ #undef HAVE_DECL_SNPRINTF /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you don't. */ #undef HAVE_DECL_STRERROR_R /* Define to 1 if you have the declaration of `strtok_r', and to 0 if you don't. */ #undef HAVE_DECL_STRTOK_R /* Define to 1 if you have the declaration of `towlower', and to 0 if you don't. */ #undef HAVE_DECL_TOWLOWER /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you don't. */ #undef HAVE_DECL_UNSETENV /* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you don't. */ #undef HAVE_DECL_WCRTOMB /* Define to 1 if you have the declaration of `wctob', and to 0 if you don't. */ #undef HAVE_DECL_WCTOB /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you don't. */ #undef HAVE_DECL__SNPRINTF /* Define to 1 if you have the declaration of `__fsetlocking', and to 0 if you don't. */ #undef HAVE_DECL___FSETLOCKING /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the 'dup2' function. */ #undef HAVE_DUP2 /* Define if you have the declaration of environ. */ #undef HAVE_ENVIRON_DECL /* Define to 1 if you have the header file. */ #undef HAVE_FEATURES_H /* Define to 1 if you have the `flockfile' function. */ #undef HAVE_FLOCKFILE /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO /* Define to 1 if you have the `funlockfile' function. */ #undef HAVE_FUNLOCKFILE /* Define to 1 if you have the `getdelim' function. */ #undef HAVE_GETDELIM /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME /* Define to 1 if you have the header file. */ #undef HAVE_GETOPT_H /* Define to 1 if you have the `getopt_long_only' function. */ #undef HAVE_GETOPT_LONG_ONLY /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE /* Define to 1 if you have the `getpwuid' function. */ #undef HAVE_GETPWUID /* Define to 1 if you have the `getservbyname' function. */ #undef HAVE_GETSERVBYNAME /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define to 1 if you have the `gnutls_session_channel_binding' function. */ #undef HAVE_GNUTLS_SESSION_CHANNEL_BINDING /* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ #undef HAVE_ICONV_H /* Define to 1 if you have the `inet_ntop' function. */ #undef HAVE_INET_NTOP /* Define to 1 if you have the `inet_pton' function. */ #undef HAVE_INET_PTON /* Define to 1 if the compiler supports one of the keywords 'inline', '__inline__', '__inline' and effectively inlines functions marked as such. */ #undef HAVE_INLINE /* Define if you have the 'intmax_t' type in or . */ #undef HAVE_INTMAX_T /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if exists, doesn't clash with , and declares uintmax_t. */ #undef HAVE_INTTYPES_H_WITH_UINTMAX /* Define to 1 if defines AF_INET. */ #undef HAVE_IPV4 /* Define to 1 if defines AF_INET6. */ #undef HAVE_IPV6 /* Define to 1 if you have the `iswcntrl' function. */ #undef HAVE_ISWCNTRL /* Define if you have and nl_langinfo(CODESET). */ #undef HAVE_LANGINFO_CODESET /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES /* Define if you have the libgnutls library. */ #undef HAVE_LIBGNUTLS /* Define to 1 if the system has the type `long long int'. */ #undef HAVE_LONG_LONG_INT /* Define to 1 if you have the `lstat' function. */ #undef HAVE_LSTAT /* Define if the 'malloc' function is POSIX compliant. */ #undef HAVE_MALLOC_POSIX /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including config.h and . */ #undef HAVE_MAP_ANONYMOUS /* Define to 1 if you have the `mbrtowc' function. */ #undef HAVE_MBRTOWC /* Define to 1 if you have the `mbsinit' function. */ #undef HAVE_MBSINIT /* Define to 1 if declares mbstate_t. */ #undef HAVE_MBSTATE_T /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `mprotect' function. */ #undef HAVE_MPROTECT /* Define to 1 on MSVC platforms that have the "invalid parameter handler" concept. */ #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define to 1 if you have the `newlocale' function. */ #undef HAVE_NEWLOCALE /* Define to 1 if you have the header file. */ #undef HAVE_OS_H /* Define to 1 if you have the 'poll' function and it works. */ #undef HAVE_POLL /* Define to 1 if you have the header file. */ #undef HAVE_POLL_H /* Define to 1 if you have the `pthread_atfork' function. */ #undef HAVE_PTHREAD_ATFORK /* Define if the defines PTHREAD_MUTEX_RECURSIVE. */ #undef HAVE_PTHREAD_MUTEX_RECURSIVE /* Define if the POSIX multithreading library has read/write locks. */ #undef HAVE_PTHREAD_RWLOCK /* Define to 1 if you have the header file. */ #undef HAVE_PWD_H /* Define to 1 if accept is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ACCEPT /* Define to 1 if accept4 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ACCEPT4 /* Define to 1 if atoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ATOLL /* Define to 1 if bind is declared even after undefining macros. */ #undef HAVE_RAW_DECL_BIND /* Define to 1 if btowc is declared even after undefining macros. */ #undef HAVE_RAW_DECL_BTOWC /* Define to 1 if canonicalize_file_name is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME /* Define to 1 if chdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CHDIR /* Define to 1 if chown is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CHOWN /* Define to 1 if connect is declared even after undefining macros. */ #undef HAVE_RAW_DECL_CONNECT /* Define to 1 if dprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DPRINTF /* Define to 1 if dup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP /* Define to 1 if dup2 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP2 /* Define to 1 if dup3 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUP3 /* Define to 1 if duplocale is declared even after undefining macros. */ #undef HAVE_RAW_DECL_DUPLOCALE /* Define to 1 if endusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ENDUSERSHELL /* Define to 1 if environ is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ENVIRON /* Define to 1 if euidaccess is declared even after undefining macros. */ #undef HAVE_RAW_DECL_EUIDACCESS /* Define to 1 if faccessat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FACCESSAT /* Define to 1 if fchdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCHDIR /* Define to 1 if fchmodat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCHMODAT /* Define to 1 if fchownat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCHOWNAT /* Define to 1 if fcntl is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FCNTL /* Define to 1 if fdatasync is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FDATASYNC /* Define to 1 if ffsl is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FFSL /* Define to 1 if ffsll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FFSLL /* Define to 1 if fpurge is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FPURGE /* Define to 1 if freeaddrinfo is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FREEADDRINFO /* Define to 1 if fseeko is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSEEKO /* Define to 1 if fstat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSTAT /* Define to 1 if fstatat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSTATAT /* Define to 1 if fsync is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FSYNC /* Define to 1 if ftello is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FTELLO /* Define to 1 if ftruncate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FTRUNCATE /* Define to 1 if futimens is declared even after undefining macros. */ #undef HAVE_RAW_DECL_FUTIMENS /* Define to 1 if gai_strerror is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GAI_STRERROR /* Define to 1 if getaddrinfo is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETADDRINFO /* Define to 1 if getcwd is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETCWD /* Define to 1 if getdelim is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDELIM /* Define to 1 if getdomainname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDOMAINNAME /* Define to 1 if getdtablesize is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETDTABLESIZE /* Define to 1 if getgroups is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETGROUPS /* Define to 1 if gethostname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETHOSTNAME /* Define to 1 if getline is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLINE /* Define to 1 if getloadavg is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOADAVG /* Define to 1 if getlogin is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOGIN /* Define to 1 if getlogin_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETLOGIN_R /* Define to 1 if getnameinfo is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETNAMEINFO /* Define to 1 if getpagesize is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETPAGESIZE /* Define to 1 if getpeername is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETPEERNAME /* Define to 1 if gets is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETS /* Define to 1 if getsockname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETSOCKNAME /* Define to 1 if getsockopt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETSOCKOPT /* Define to 1 if getsubopt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETSUBOPT /* Define to 1 if gettimeofday is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETTIMEOFDAY /* Define to 1 if getusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GETUSERSHELL /* Define to 1 if grantpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GRANTPT /* Define to 1 if group_member is declared even after undefining macros. */ #undef HAVE_RAW_DECL_GROUP_MEMBER /* Define to 1 if imaxabs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_IMAXABS /* Define to 1 if imaxdiv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_IMAXDIV /* Define to 1 if inet_ntop is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INET_NTOP /* Define to 1 if inet_pton is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INET_PTON /* Define to 1 if initstate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INITSTATE /* Define to 1 if initstate_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_INITSTATE_R /* Define to 1 if isatty is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ISATTY /* Define to 1 if iswctype is declared even after undefining macros. */ #undef HAVE_RAW_DECL_ISWCTYPE /* Define to 1 if lchmod is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LCHMOD /* Define to 1 if lchown is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LCHOWN /* Define to 1 if link is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LINK /* Define to 1 if linkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LINKAT /* Define to 1 if listen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LISTEN /* Define to 1 if lseek is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LSEEK /* Define to 1 if lstat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_LSTAT /* Define to 1 if mbrlen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBRLEN /* Define to 1 if mbrtowc is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBRTOWC /* Define to 1 if mbsinit is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBSINIT /* Define to 1 if mbsnrtowcs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBSNRTOWCS /* Define to 1 if mbsrtowcs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MBSRTOWCS /* Define to 1 if memmem is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMMEM /* Define to 1 if mempcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMPCPY /* Define to 1 if memrchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MEMRCHR /* Define to 1 if mkdirat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKDIRAT /* Define to 1 if mkdtemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKDTEMP /* Define to 1 if mkfifo is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKFIFO /* Define to 1 if mkfifoat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKFIFOAT /* Define to 1 if mknod is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKNOD /* Define to 1 if mknodat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKNODAT /* Define to 1 if mkostemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKOSTEMP /* Define to 1 if mkostemps is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKOSTEMPS /* Define to 1 if mkstemp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKSTEMP /* Define to 1 if mkstemps is declared even after undefining macros. */ #undef HAVE_RAW_DECL_MKSTEMPS /* Define to 1 if openat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_OPENAT /* Define to 1 if pclose is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PCLOSE /* Define to 1 if pipe is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PIPE /* Define to 1 if pipe2 is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PIPE2 /* Define to 1 if poll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_POLL /* Define to 1 if popen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_POPEN /* Define to 1 if posix_openpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_POSIX_OPENPT /* Define to 1 if pread is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PREAD /* Define to 1 if pselect is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PSELECT /* Define to 1 if pthread_sigmask is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PTHREAD_SIGMASK /* Define to 1 if ptsname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PTSNAME /* Define to 1 if ptsname_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PTSNAME_R /* Define to 1 if pwrite is declared even after undefining macros. */ #undef HAVE_RAW_DECL_PWRITE /* Define to 1 if random is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RANDOM /* Define to 1 if random_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RANDOM_R /* Define to 1 if rawmemchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RAWMEMCHR /* Define to 1 if readlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_READLINK /* Define to 1 if readlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_READLINKAT /* Define to 1 if realpath is declared even after undefining macros. */ #undef HAVE_RAW_DECL_REALPATH /* Define to 1 if recv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RECV /* Define to 1 if recvfrom is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RECVFROM /* Define to 1 if renameat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RENAMEAT /* Define to 1 if rmdir is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RMDIR /* Define to 1 if rpmatch is declared even after undefining macros. */ #undef HAVE_RAW_DECL_RPMATCH /* Define to 1 if select is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SELECT /* Define to 1 if send is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SEND /* Define to 1 if sendto is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SENDTO /* Define to 1 if setenv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETENV /* Define to 1 if sethostname is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETHOSTNAME /* Define to 1 if setlocale is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETLOCALE /* Define to 1 if setsockopt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETSOCKOPT /* Define to 1 if setstate is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETSTATE /* Define to 1 if setstate_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETSTATE_R /* Define to 1 if setusershell is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SETUSERSHELL /* Define to 1 if shutdown is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SHUTDOWN /* Define to 1 if sigaction is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGACTION /* Define to 1 if sigaddset is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGADDSET /* Define to 1 if sigdelset is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGDELSET /* Define to 1 if sigemptyset is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGEMPTYSET /* Define to 1 if sigfillset is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGFILLSET /* Define to 1 if sigismember is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGISMEMBER /* Define to 1 if sigpending is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGPENDING /* Define to 1 if sigprocmask is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SIGPROCMASK /* Define to 1 if sleep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SLEEP /* Define to 1 if snprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SNPRINTF /* Define to 1 if socket is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SOCKET /* Define to 1 if srandom is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SRANDOM /* Define to 1 if srandom_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SRANDOM_R /* Define to 1 if stat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STAT /* Define to 1 if stpcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STPCPY /* Define to 1 if stpncpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STPNCPY /* Define to 1 if strcasestr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRCASESTR /* Define to 1 if strchrnul is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRCHRNUL /* Define to 1 if strdup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRDUP /* Define to 1 if strerror_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRERROR_R /* Define to 1 if strncat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNCAT /* Define to 1 if strndup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNDUP /* Define to 1 if strnlen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRNLEN /* Define to 1 if strpbrk is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRPBRK /* Define to 1 if strsep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRSEP /* Define to 1 if strsignal is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRSIGNAL /* Define to 1 if strtod is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOD /* Define to 1 if strtoimax is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOIMAX /* Define to 1 if strtok_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOK_R /* Define to 1 if strtoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOLL /* Define to 1 if strtoull is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOULL /* Define to 1 if strtoumax is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRTOUMAX /* Define to 1 if strverscmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_STRVERSCMP /* Define to 1 if symlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SYMLINK /* Define to 1 if symlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_SYMLINKAT /* Define to 1 if tmpfile is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TMPFILE /* Define to 1 if towctrans is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TOWCTRANS /* Define to 1 if ttyname_r is declared even after undefining macros. */ #undef HAVE_RAW_DECL_TTYNAME_R /* Define to 1 if unlink is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLINK /* Define to 1 if unlinkat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLINKAT /* Define to 1 if unlockpt is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNLOCKPT /* Define to 1 if unsetenv is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UNSETENV /* Define to 1 if usleep is declared even after undefining macros. */ #undef HAVE_RAW_DECL_USLEEP /* Define to 1 if utimensat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_UTIMENSAT /* Define to 1 if vdprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_VDPRINTF /* Define to 1 if vsnprintf is declared even after undefining macros. */ #undef HAVE_RAW_DECL_VSNPRINTF /* Define to 1 if wcpcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCPCPY /* Define to 1 if wcpncpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCPNCPY /* Define to 1 if wcrtomb is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCRTOMB /* Define to 1 if wcscasecmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCASECMP /* Define to 1 if wcscat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCAT /* Define to 1 if wcschr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCHR /* Define to 1 if wcscmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCMP /* Define to 1 if wcscoll is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCOLL /* Define to 1 if wcscpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCPY /* Define to 1 if wcscspn is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSCSPN /* Define to 1 if wcsdup is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSDUP /* Define to 1 if wcslen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSLEN /* Define to 1 if wcsncasecmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCASECMP /* Define to 1 if wcsncat is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCAT /* Define to 1 if wcsncmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCMP /* Define to 1 if wcsncpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNCPY /* Define to 1 if wcsnlen is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNLEN /* Define to 1 if wcsnrtombs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSNRTOMBS /* Define to 1 if wcspbrk is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSPBRK /* Define to 1 if wcsrchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSRCHR /* Define to 1 if wcsrtombs is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSRTOMBS /* Define to 1 if wcsspn is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSSPN /* Define to 1 if wcsstr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSSTR /* Define to 1 if wcstok is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSTOK /* Define to 1 if wcswidth is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSWIDTH /* Define to 1 if wcsxfrm is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCSXFRM /* Define to 1 if wctob is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCTOB /* Define to 1 if wctrans is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCTRANS /* Define to 1 if wctype is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCTYPE /* Define to 1 if wcwidth is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WCWIDTH /* Define to 1 if wmemchr is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMCHR /* Define to 1 if wmemcmp is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMCMP /* Define to 1 if wmemcpy is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMCPY /* Define to 1 if wmemmove is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMMOVE /* Define to 1 if wmemset is declared even after undefining macros. */ #undef HAVE_RAW_DECL_WMEMSET /* Define to 1 if _Exit is declared even after undefining macros. */ #undef HAVE_RAW_DECL__EXIT /* Define if you have the readline library. */ #undef HAVE_READLINE /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_HISTORY_H /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_READLINE_H /* Define if the 'realloc' function is POSIX compliant. */ #undef HAVE_REALLOC_POSIX /* Define to 1 if the system has the type `sa_family_t'. */ #undef HAVE_SA_FAMILY_T /* Define to 1 if you have the header file. */ #undef HAVE_SEARCH_H /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE /* Define to 1 if you have the `shutdown' function. */ #undef HAVE_SHUTDOWN /* Define to 1 if 'sig_atomic_t' is a signed integer type. */ #undef HAVE_SIGNED_SIG_ATOMIC_T /* Define to 1 if 'wchar_t' is a signed integer type. */ #undef HAVE_SIGNED_WCHAR_T /* Define to 1 if 'wint_t' is a signed integer type. */ #undef HAVE_SIGNED_WINT_T /* Define to 1 if the system has the type `sigset_t'. */ #undef HAVE_SIGSET_T /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF /* Define if the return value of the snprintf function is the number of of bytes (excluding the terminating NUL) that would have been produced if the buffer had been large enough. */ #undef HAVE_SNPRINTF_RETVAL_C99 /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define if exists, doesn't clash with , and declares uintmax_t. */ #undef HAVE_STDINT_H_WITH_UINTMAX /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_EXT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strerror_r' function. */ #undef HAVE_STRERROR_R /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strnlen' function. */ #undef HAVE_STRNLEN /* Define to 1 if you have the `strtok_r' function. */ #undef HAVE_STRTOK_R /* Define to 1 if the system has the type `struct addrinfo'. */ #undef HAVE_STRUCT_ADDRINFO /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */ #undef HAVE_STRUCT_SOCKADDR_SA_LEN /* Define to 1 if the system has the type `struct sockaddr_storage'. */ #undef HAVE_STRUCT_SOCKADDR_STORAGE /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY /* Define to 1 if you have the `symlink' function. */ #undef HAVE_SYMLINK /* Define to 1 if you have the header file. */ #undef HAVE_SYS_BITYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILIO_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_UIO_H /* Define to 1 if you have the `tcgetattr' function. */ #undef HAVE_TCGETATTR /* Define to 1 if you have the `tcsetattr' function. */ #undef HAVE_TCSETATTR /* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H /* Define to 1 if you have the `towlower' function. */ #undef HAVE_TOWLOWER /* Define to 1 if you have the `tsearch' function. */ #undef HAVE_TSEARCH /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `unsetenv' function. */ #undef HAVE_UNSETENV /* Define to 1 if the system has the type `unsigned long long int'. */ #undef HAVE_UNSIGNED_LONG_LONG_INT /* Define to 1 if you have the `uselocale' function. */ #undef HAVE_USELOCALE /* Define to 1 if you have the `vasnprintf' function. */ #undef HAVE_VASNPRINTF /* Define to 1 if you have the `vasprintf' function. */ #undef HAVE_VASPRINTF /* Define to 1 if you have the header file. */ #undef HAVE_WCHAR_H /* Define if you have the 'wchar_t' type. */ #undef HAVE_WCHAR_T /* Define to 1 if you have the `wcrtomb' function. */ #undef HAVE_WCRTOMB /* Define to 1 if you have the `wcslen' function. */ #undef HAVE_WCSLEN /* Define to 1 if you have the `wcsnlen' function. */ #undef HAVE_WCSNLEN /* Define to 1 if you have the `wctob' function. */ #undef HAVE_WCTOB /* Define to 1 if you have the header file. */ #undef HAVE_WCTYPE_H /* Define to 1 if you have the header file. */ #undef HAVE_WINSOCK2_H /* Define if you have the 'wint_t' type. */ #undef HAVE_WINT_T /* Define to 1 if O_NOATIME works. */ #undef HAVE_WORKING_O_NOATIME /* Define to 1 if O_NOFOLLOW works. */ #undef HAVE_WORKING_O_NOFOLLOW /* Define to 1 if you have the header file. */ #undef HAVE_WS2TCPIP_H /* Define to 1 if you have the header file. */ #undef HAVE_XLOCALE_H /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL /* Define to 1 if you have the `_fseeki64' function. */ #undef HAVE__FSEEKI64 /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */ #undef HAVE__SET_INVALID_PARAMETER_HANDLER /* Define to 1 if you have the `__fsetlocking' function. */ #undef HAVE___FSETLOCKING /* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST /* Define to a symbolic name denoting the flavor of iconv_open() implementation. */ #undef ICONV_FLAVOR /* Define to 1 if lseek does not detect pipes. */ #undef LSEEK_PIPE_BROKEN /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */ #undef MALLOC_0_IS_NONNULL /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */ #undef MAP_ANONYMOUS /* Define if the mbrtowc function has the NULL pwc argument bug. */ #undef MBRTOWC_NULL_ARG1_BUG /* Define if the mbrtowc function has the NULL string argument bug. */ #undef MBRTOWC_NULL_ARG2_BUG /* Define if the mbrtowc function does not return 0 for a NUL character. */ #undef MBRTOWC_NUL_RETVAL_BUG /* Define if the mbrtowc function returns a wrong return value. */ #undef MBRTOWC_RETVAL_BUG /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O /* Define to 1 if open() fails to recognize a trailing slash. */ #undef OPEN_TRAILING_SLASH_BUG /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* String identifying the packager of this software */ #undef PACKAGE_PACKAGER /* Packager info for bug reports (URL/e-mail/...) */ #undef PACKAGE_PACKAGER_BUG_REPORTS /* Packager-specific version information */ #undef PACKAGE_PACKAGER_VERSION /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define if exists and defines unusable PRI* macros. */ #undef PRI_MACROS_BROKEN /* Define to the type that is the result of default argument promotions of type mode_t. */ #undef PROMOTED_MODE_T /* Define if the pthread_in_use() detection is hard. */ #undef PTHREAD_IN_USE_DETECTION_HARD /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'ptrdiff_t'. */ #undef PTRDIFF_T_SUFFIX /* Define to 1 if stat needs help when passed a directory name with a trailing slash */ #undef REPLACE_FUNC_STAT_DIR /* Define to 1 if stat needs help when passed a file name with a trailing slash */ #undef REPLACE_FUNC_STAT_FILE /* Define to 1 if strerror(0) does not return a message implying success. */ #undef REPLACE_STRERROR_0 /* Define if vasnprintf exists but is overridden by gnulib. */ #undef REPLACE_VASNPRINTF /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'sig_atomic_t'. */ #undef SIG_ATOMIC_T_SUFFIX /* Define as the maximum value of type 'size_t', if the system doesn't define it. */ #ifndef SIZE_MAX # undef SIZE_MAX #endif /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'size_t'. */ #undef SIZE_T_SUFFIX /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if the `S_IS*' macros in do not work properly. */ #undef STAT_MACROS_BROKEN /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if strerror_r returns char *. */ #undef STRERROR_R_CHAR_P /* Define if the POSIX multithreading library can be used. */ #undef USE_POSIX_THREADS /* Define if references to the POSIX multithreading library should be made weak. */ #undef USE_POSIX_THREADS_WEAK /* Define if the GNU Pth multithreading library can be used. */ #undef USE_PTH_THREADS /* Define if references to the GNU Pth multithreading library should be made weak. */ #undef USE_PTH_THREADS_WEAK /* Define if the old Solaris multithreading library can be used. */ #undef USE_SOLARIS_THREADS /* Define if references to the old Solaris multithreading library should be made weak. */ #undef USE_SOLARIS_THREADS_WEAK /* Define if the Win32 multithreading API can be used. */ #undef USE_WIN32_THREADS /* Version number of package */ #undef VERSION /* Define to 1 if unsetenv returns void instead of int. */ #undef VOID_UNSETENV /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wchar_t'. */ #undef WCHAR_T_SUFFIX /* Define if WSAStartup is needed. */ #undef WINDOWS_SOCKETS /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 'wint_t'. */ #undef WINT_T_SUFFIX /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Enable large inode numbers on Mac OS X. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct stat.st_size becomes 64-bit. */ #undef _GL_WINDOWS_64_BIT_ST_SIZE /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* Define to 1 on Solaris. */ #undef _LCONV_C99 /* Define to 1 if on MINIX. */ #undef _MINIX /* The _Noreturn keyword of C11. */ #if ! (defined _Noreturn \ || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \ || 0x5110 <= __SUNPRO_C) # define _Noreturn __attribute__ ((__noreturn__)) # elif defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn # endif #endif /* Define to 2 if the system does not provide POSIX.1 features except with this defined. */ #undef _POSIX_1_SOURCE /* Define to 1 in order to get the POSIX compatible declarations of socket functions. */ #undef _POSIX_PII_SOCKET /* Define to 1 if you need to in order for 'stat' and other things to work. */ #undef _POSIX_SOURCE /* Define to 500 only on HP-UX. */ #undef _XOPEN_SOURCE /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif /* Enable general extensions on MacOS X. */ #ifndef _DARWIN_C_SOURCE # undef _DARWIN_C_SOURCE #endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif /* Enable general extensions on Solaris. */ #ifndef __EXTENSIONS__ # undef __EXTENSIONS__ #endif /* Define to rpl_ if the getopt replacement functions and variables should be used. */ #undef __GETOPT_PREFIX /* Define to a replacement function name for getpass(). */ #undef getpass /* Define to `int' if doesn't define. */ #undef gid_t /* A replacement for va_copy, if needed. */ #define gl_va_copy(a,b) ((a) = (b)) /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline #endif /* Define to long or long long if and don't define. */ #undef intmax_t /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of earlier versions), but does not display it by setting __GNUC_STDC_INLINE__. __APPLE__ && __MACH__ test for MacOS X. __APPLE_CC__ tests for the Apple compiler and its version. __STDC_VERSION__ tests for the C99 mode. */ #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__ # define __GNUC_STDC_INLINE__ 1 #endif /* Define to a type if does not define. */ #undef mbstate_t /* Define to `int' if does not define. */ #undef mode_t /* Define to the type of st_nlink in struct stat, or a supertype. */ #undef nlink_t /* Define to `int' if does not define. */ #undef pid_t /* Define as the type of the result of subtracting two pointers, if the system doesn't define it. */ #undef ptrdiff_t /* Define to the equivalent of the C99 'restrict' keyword, or to nothing if this is not supported. Do not define if restrict is supported directly. */ #undef restrict /* Work around a bug in Sun C++: it does not support _Restrict or __restrict__, even though the corresponding Sun C compiler ends up with "#define restrict _Restrict" or "#define restrict __restrict__" in the previous line. Perhaps some future version of Sun C++ will work with restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ #if defined __SUNPRO_CC && !defined __RESTRICT # define _Restrict # define __restrict__ #endif /* Define to `unsigned int' if does not define. */ #undef size_t /* type to use in place of socklen_t if not defined */ #undef socklen_t /* Define as a signed type of the same size as size_t. */ #undef ssize_t /* Define to `int' if doesn't define. */ #undef uid_t /* Define as a marker that can be attached to declarations that might not be used. This helps to reduce warnings, such as from GCC -Wunused-parameter. */ #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) # define _GL_UNUSED __attribute__ ((__unused__)) #else # define _GL_UNUSED #endif /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name is a misnomer outside of parameter lists. */ #define _UNUSED_PARAMETER_ _GL_UNUSED /* The __pure__ attribute was added in gcc 2.96. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__)) #else # define _GL_ATTRIBUTE_PURE /* empty */ #endif /* The __const__ attribute was added in gcc 2.95. */ #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__)) #else # define _GL_ATTRIBUTE_CONST /* empty */ #endif /* Define as a macro for copying va_list variables. */ #undef va_copy gsasl-1.8.0/gtk-doc.make0000664000000000000000000002061311746471770011731 00000000000000# -*- mode: makefile -*- #################################### # Everything below here is generic # #################################### if GTK_DOC_USE_LIBTOOL GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = $(LIBTOOL) --mode=execute else GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = endif # We set GPATH here; this gives us semantics for GNU make # which are more like other make's VPATH, when it comes to # whether a source that is a target of one rule is then # searched for in VPATH/GPATH. # GPATH = $(srcdir) TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt EXTRA_DIST = \ $(HTML_IMAGES) \ $(SETUP_FILES) DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \ html-build.stamp pdf-build.stamp \ tmpl.stamp sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ $(DOC_MODULE).signals REPORT_FILES = \ $(DOC_MODULE)-undocumented.txt \ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) if ENABLE_GTK_DOC if GTK_DOC_BUILD_HTML HTML_BUILD_STAMP=html-build.stamp else HTML_BUILD_STAMP= endif if GTK_DOC_BUILD_PDF PDF_BUILD_STAMP=pdf-build.stamp else PDF_BUILD_STAMP= endif all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) else all-local: endif docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp #### setup #### setup-build.stamp: -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ echo ' DOC Preparing build'; \ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ test -f $(abs_srcdir)/$$file && \ cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ done; \ fi; \ test -d $(abs_srcdir)/tmpl && \ { cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \ chmod -R u+w $(abs_builddir)/tmpl; } \ fi @touch setup-build.stamp #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) @echo ' DOC Scanning header files' @_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ echo " DOC Introspecting gobjects"; \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ fi; \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ for i in $(SCANOBJ_FILES) ; do \ test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### templates #### tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt @echo ' DOC Rebuilding template files' @gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS) @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ if test -w $(abs_srcdir) ; then \ cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \ fi \ fi @touch tmpl-build.stamp tmpl.stamp: tmpl-build.stamp @true $(srcdir)/tmpl/*.sgml: @true #### xml #### sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) @echo ' DOC Building XML' @-chmod -R u+w $(srcdir) @_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo ' DOC Building HTML' @rm -rf html @mkdir html @mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ if test -f $(abs_srcdir)/$$file ; then \ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ fi; \ if test -f $(abs_builddir)/$$file ; then \ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ fi; \ done; @echo ' DOC Fixing cross-references' @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo ' DOC Building PDF' @rm -f $(DOC_MODULE).pdf @mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ rm -rf tmpl; \ fi maintainer-clean-local: clean @rm -rf xml html install-data-local: @installfiles=`echo $(builddir)/html/*`; \ if test "$$installfiles" = '$(builddir)/html/*'; \ then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi uninstall-local: @if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ rm -rf $${installdir} # # Require gtk-doc when making dist # if ENABLE_GTK_DOC dist-check-gtkdoc: else dist-check-gtkdoc: @echo "*** gtk-doc must be installed and enabled in order to make dist" @false endif dist-hook: dist-check-gtkdoc dist-hook-local @mkdir $(distdir)/tmpl @mkdir $(distdir)/html @-cp ./tmpl/*.sgml $(distdir)/tmpl @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ @-cp ./$(DOC_MODULE).types $(distdir)/ @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ @cd $(distdir) && rm -f $(DISTCLEANFILES) @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs gsasl-1.8.0/GNUmakefile0000664000000000000000000001073511746471770011620 00000000000000# Having a separate GNUmakefile lets me 'include' the dynamically # generated rules created via cfg.mk (package-local configuration) # as well as maint.mk (generic maintainer rules). # This makefile is used only if you run GNU Make. # It is necessary if you want to build targets usually of interest # only to the maintainer. # Copyright (C) 2001, 2003, 2006-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # If the user runs GNU make but has not yet run ./configure, # give them a diagnostic. _gl-Makefile := $(wildcard [M]akefile) ifneq ($(_gl-Makefile),) # Make tar archive easier to reproduce. export TAR_OPTIONS = --owner=0 --group=0 --numeric-owner # Allow the user to add to this in the Makefile. ALL_RECURSIVE_TARGETS = include Makefile # Some projects override e.g., _autoreconf here. -include $(srcdir)/cfg.mk # Allow cfg.mk to override these. _build-aux ?= build-aux _autoreconf ?= autoreconf -v include $(srcdir)/maint.mk # Ensure that $(VERSION) is up to date for dist-related targets, but not # for others: rerunning autoreconf and recompiling everything isn't cheap. _have-git-version-gen := \ $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes) ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL)) _is-dist-target ?= $(filter-out %clean, \ $(filter maintainer-% dist% alpha beta stable,$(MAKECMDGOALS))) _is-install-target ?= $(filter-out %check, $(filter install%,$(MAKECMDGOALS))) ifneq (,$(_is-dist-target)$(_is-install-target)) _curr-ver := $(shell cd $(srcdir) \ && $(_build-aux)/git-version-gen \ .tarball-version \ $(git-version-gen-tag-sed-script)) ifneq ($(_curr-ver),$(VERSION)) ifeq ($(_curr-ver),UNKNOWN) $(info WARNING: unable to verify if $(VERSION) is the correct version) else ifneq (,$(_is-install-target)) # GNU Coding Standards state that 'make install' should not cause # recompilation after 'make all'. But as long as changing the version # string alters config.h, the cost of having 'make all' always have an # up-to-date version is prohibitive. So, as a compromise, we merely # warn when installing a version string that is out of date; the user # should run 'autoreconf' (or something like 'make distcheck') to # fix the version, 'make all' to propagate it, then 'make install'. $(info WARNING: version string $(VERSION) is out of date;) $(info run '$(MAKE) _version' to fix it) else $(info INFO: running autoreconf for new version string: $(_curr-ver)) GNUmakefile: _version touch GNUmakefile endif endif endif endif endif .PHONY: _version _version: cd $(srcdir) && rm -rf autom4te.cache .version && $(_autoreconf) $(MAKE) $(AM_MAKEFLAGS) Makefile else .DEFAULT_GOAL := abort-due-to-no-makefile srcdir = . # The package can override .DEFAULT_GOAL to run actions like autoreconf. -include ./cfg.mk # Allow cfg.mk to override these. _build-aux ?= build-aux _autoreconf ?= autoreconf -v include ./maint.mk ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) $(MAKECMDGOALS): abort-due-to-no-makefile endif abort-due-to-no-makefile: @echo There seems to be no Makefile in this directory. 1>&2 @echo "You must run ./configure before running 'make'." 1>&2 @exit 1 endif # Tell version 3.79 and up of GNU make to not build goals in this # directory in parallel, in case someone tries to build multiple # targets, and one of them can cause a recursive target to be invoked. # Only set this if Automake doesn't provide it. AM_RECURSIVE_TARGETS ?= $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) \ dist distcheck tags ctags ALL_RECURSIVE_TARGETS += $(AM_RECURSIVE_TARGETS) ifneq ($(word 2, $(MAKECMDGOALS)), ) ifneq ($(filter $(ALL_RECURSIVE_TARGETS), $(MAKECMDGOALS)), ) .NOTPARALLEL: endif endif gsasl-1.8.0/ABOUT-NLS0000664000000000000000000026713311760730647011000 000000000000001 Notes on the Free Translation Project *************************************** Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that free software will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work on translations can contact the appropriate team. 1.1 INSTALL Matters =================== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. Installers may use special options at configuration time for changing the default behaviour. The command: ./configure --disable-nls will _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl' library and will decide to use it. If not, you may have to to use the `--with-libintl-prefix' option to tell `configure' where to look for it. Internationalized packages usually have many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. 1.2 Using This Package ====================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. If you happen to have the `LC_ALL' or some other `LC_xxx' environment variables set, you should unset them before setting `LANG', otherwise the setting of `LANG' will not have the desired effect. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. The locale naming convention of `LL_CC', with `LL' denoting the language and `CC' denoting the country, is the one use on systems based on GNU libc. On other systems, some variations of this scheme are used, such as `LL' or `LL_CC.ENCODING'. You can get the list of locales supported by your system for your language by running the command `locale -a | grep '^LL''. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. Special advice for Norwegian users: The language code for Norwegian bokma*l changed from `no' to `nb' recently (in 2003). During the transition period, while some message catalogs for this language are installed under `nb' and some older ones under `no', it's recommended for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and older translations are used. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. 1.3 Translating Teams ===================== For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://translationproject.org/', in the "Teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `coordinator@translationproject.org' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skills are praised more than programming skills, here. 1.4 Available Packages ====================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of June 2010. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files af am an ar as ast az be be@latin bg bn_IN bs ca +--------------------------------------------------+ a2ps | [] [] | aegis | | ant-phone | | anubis | | aspell | [] [] | bash | | bfd | | bibshelf | [] | binutils | | bison | | bison-runtime | [] | bluez-pin | [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] [] | cpio | | cppi | | cpplib | [] | cryptsetup | | dfarc | | dialog | [] [] | dico | | diffutils | [] | dink | | doodle | | e2fsprogs | [] | enscript | [] | exif | | fetchmail | [] | findutils | [] | flex | [] | freedink | | gas | | gawk | [] [] | gcal | [] | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] [] | gettext-tools | [] [] | gip | [] | gjay | | gliv | [] | glunarclock | [] [] | gnubiff | | gnucash | [] | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | | gold | | gpe-aerial | | gpe-beam | | gpe-bluetooth | | gpe-calendar | | gpe-clock | [] | gpe-conf | | gpe-contacts | | gpe-edit | | gpe-filemanager | | gpe-go | | gpe-login | | gpe-ownerinfo | [] | gpe-package | | gpe-sketchbook | | gpe-su | [] | gpe-taskmanager | [] | gpe-timesheet | [] | gpe-today | [] | gpe-todo | | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | [] [] | gsasl | | gss | | gst-plugins-bad | [] | gst-plugins-base | [] | gst-plugins-good | [] | gst-plugins-ugly | [] | gstreamer | [] [] [] | gtick | | gtkam | [] | gtkorphan | [] | gtkspell | [] [] [] | gutenprint | | hello | [] | help2man | | hylafax | | idutils | | indent | [] [] | iso_15924 | | iso_3166 | [] [] [] [] [] [] [] | iso_3166_2 | | iso_4217 | | iso_639 | [] [] [] [] | iso_639_3 | | jwhois | | kbd | | keytouch | [] | keytouch-editor | | keytouch-keyboa... | [] | klavaro | [] | latrine | | ld | [] | leafpad | [] [] | libc | [] [] | libexif | () | libextractor | | libgnutls | | libgpewidget | | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | [] | libidn | | lifelines | | liferea | [] [] | lilypond | | linkdr | [] | lordsawar | | lprng | | lynx | [] | m4 | | mailfromd | | mailutils | | make | | man-db | | man-db-manpages | | minicom | | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | | psmisc | | pspp | [] | pwdutils | | radius | [] | recode | [] [] | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] [] | sed | [] [] | sharutils | [] [] | shishi | | skencil | | solfege | | solfege-manual | | soundtracker | | sp | | sysstat | | tar | [] | texinfo | | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] [] | wyslij-po | | xchat | [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] | +--------------------------------------------------+ af am an ar as ast az be be@latin bg bn_IN bs ca 6 0 1 2 3 19 1 10 3 28 3 1 38 crh cs da de el en en_GB en_ZA eo es et eu fa +-------------------------------------------------+ a2ps | [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] () | anubis | [] [] | aspell | [] [] [] [] [] | bash | [] [] [] | bfd | [] | bibshelf | [] [] [] | binutils | [] | bison | [] [] | bison-runtime | [] [] [] [] | bluez-pin | [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] [] [] | cflow | [] [] | clisp | [] [] [] [] | coreutils | [] [] [] [] | cpio | | cppi | | cpplib | [] [] [] | cryptsetup | [] | dfarc | [] [] [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] | dink | [] [] [] | doodle | [] | e2fsprogs | [] [] [] | enscript | [] [] [] | exif | () [] [] | fetchmail | [] [] () [] [] [] | findutils | [] [] [] | flex | [] [] | freedink | [] [] [] | gas | [] | gawk | [] [] [] | gcal | [] | gcc | [] [] | gettext-examples | [] [] [] [] | gettext-runtime | [] [] [] [] | gettext-tools | [] [] [] | gip | [] [] [] [] | gjay | [] | gliv | [] [] [] | glunarclock | [] [] | gnubiff | () | gnucash | [] () () () () | gnuedu | [] [] | gnulib | [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] | gpe-aerial | [] [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] | gpe-conf | [] [] [] | gpe-contacts | [] [] [] | gpe-edit | [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] | gpe-taskmanager | [] [] [] [] | gpe-timesheet | [] [] [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] () [] [] [] | gprof | [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] | grub | [] [] | gsasl | [] | gss | | gst-plugins-bad | [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] () [] | gtkam | [] [] () [] [] | gtkorphan | [] [] [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | [] [] [] | hello | [] [] [] [] | help2man | [] | hylafax | [] [] | idutils | [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] [] [] [] () [] [] [] () | iso_3166_2 | () | iso_4217 | [] [] [] () [] [] | iso_639 | [] [] [] [] () [] [] | iso_639_3 | [] | jwhois | [] | kbd | [] [] [] [] [] | keytouch | [] [] | keytouch-editor | [] [] | keytouch-keyboa... | [] | klavaro | [] [] [] [] | latrine | [] () | ld | [] [] | leafpad | [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | [] [] | libgphoto2 | [] () | libgphoto2_port | [] () [] | libgsasl | | libiconv | [] [] [] [] [] | libidn | [] [] [] | lifelines | [] () | liferea | [] [] [] [] [] | lilypond | [] [] [] | linkdr | [] [] [] | lordsawar | [] | lprng | | lynx | [] [] [] [] | m4 | [] [] [] [] | mailfromd | | mailutils | [] | make | [] [] [] | man-db | | man-db-manpages | | minicom | [] [] [] [] | mkisofs | | myserver | | nano | [] [] [] | opcodes | [] [] | parted | [] [] | pies | | popt | [] [] [] [] [] | psmisc | [] [] [] | pspp | [] | pwdutils | [] | radius | [] | recode | [] [] [] [] [] [] | rosegarden | () () () | rpm | [] [] [] | rush | | sarg | | screem | | scrollkeeper | [] [] [] [] [] | sed | [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | | skencil | [] () [] | solfege | [] [] [] | solfege-manual | [] [] | soundtracker | [] [] [] | sp | [] | sysstat | [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] | tin | [] [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] | vice | () () | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] | wyslij-po | | xchat | [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] [] | +-------------------------------------------------+ crh cs da de el en en_GB en_ZA eo es et eu fa 5 64 105 117 18 1 8 0 28 89 18 19 0 fi fr ga gl gu he hi hr hu hy id is it ja ka kn +----------------------------------------------------+ a2ps | [] [] [] [] | aegis | [] [] | ant-phone | [] [] | anubis | [] [] [] [] | aspell | [] [] [] [] | bash | [] [] [] [] | bfd | [] [] [] | bibshelf | [] [] [] [] [] | binutils | [] [] [] | bison | [] [] [] [] | bison-runtime | [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] | buzztard | [] | cflow | [] [] [] | clisp | [] | coreutils | [] [] [] [] [] | cpio | [] [] [] [] | cppi | [] [] | cpplib | [] [] [] | cryptsetup | [] [] [] | dfarc | [] [] [] | dialog | [] [] [] [] [] [] [] | dico | | diffutils | [] [] [] [] [] [] [] [] [] | dink | [] | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] | exif | [] [] [] [] [] [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] [] | flex | [] [] [] | freedink | [] [] [] | gas | [] [] | gawk | [] [] [] [] () [] | gcal | [] | gcc | [] | gettext-examples | [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] | gettext-tools | [] [] [] [] | gip | [] [] [] [] [] [] | gjay | [] | gliv | [] () | glunarclock | [] [] [] [] | gnubiff | () [] () | gnucash | () () () () () [] | gnuedu | [] [] | gnulib | [] [] [] [] [] [] | gnunet | | gnunet-gtk | [] | gnutls | [] [] | gold | [] [] | gpe-aerial | [] [] [] | gpe-beam | [] [] [] [] | gpe-bluetooth | [] [] [] [] | gpe-calendar | [] [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] [] [] | gpe-contacts | [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] [] | gpe-go | [] [] [] [] [] | gpe-login | [] [] [] | gpe-ownerinfo | [] [] [] [] [] | gpe-package | [] [] [] | gpe-sketchbook | [] [] [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] | gpe-todo | [] [] [] | gphoto2 | [] [] [] [] [] [] | gprof | [] [] [] [] | gpsdrive | [] [] [] | gramadoir | [] [] [] | grep | [] [] | grub | [] [] [] [] | gsasl | [] [] [] [] [] | gss | [] [] [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] [] [] | gtkam | [] [] [] [] [] | gtkorphan | [] [] [] | gtkspell | [] [] [] [] [] [] [] [] [] | gutenprint | [] [] [] [] | hello | [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] [] | indent | [] [] [] [] [] [] [] [] | iso_15924 | [] () [] [] | iso_3166 | [] () [] [] [] [] [] [] [] [] [] [] | iso_3166_2 | () [] [] [] | iso_4217 | [] () [] [] [] [] | iso_639 | [] () [] [] [] [] [] [] [] | iso_639_3 | () [] [] | jwhois | [] [] [] [] [] | kbd | [] [] | keytouch | [] [] [] [] [] [] | keytouch-editor | [] [] [] [] [] | keytouch-keyboa... | [] [] [] [] [] | klavaro | [] [] | latrine | [] [] [] | ld | [] [] [] [] | leafpad | [] [] [] [] [] [] [] () | libc | [] [] [] [] [] | libexif | [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] [] | libgphoto2_port | [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] [] | libidn | [] [] [] [] | lifelines | () | liferea | [] [] [] [] | lilypond | [] [] | linkdr | [] [] [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] [] [] | m4 | [] [] [] [] [] [] | mailfromd | | mailutils | [] [] | make | [] [] [] [] [] [] [] [] [] | man-db | [] [] | man-db-manpages | [] | minicom | [] [] [] [] [] | mkisofs | [] [] [] [] | myserver | | nano | [] [] [] [] [] [] | opcodes | [] [] [] [] | parted | [] [] [] [] | pies | | popt | [] [] [] [] [] [] [] [] [] | psmisc | [] [] [] | pspp | | pwdutils | [] [] | radius | [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () () () () | rpm | [] [] | rush | | sarg | [] | screem | [] [] | scrollkeeper | [] [] [] [] | sed | [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] | shishi | [] | skencil | [] | solfege | [] [] [] [] | solfege-manual | [] [] | soundtracker | [] [] | sp | [] () | sysstat | [] [] [] [] [] | tar | [] [] [] [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | [] [] | util-linux-ng | [] [] [] [] [] [] | vice | () () () | vmm | [] | vorbis-tools | [] | wastesedge | () () | wdiff | [] | wget | [] [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] [] [] | +----------------------------------------------------+ fi fr ga gl gu he hi hr hu hy id is it ja ka kn 105 121 53 20 4 8 3 5 53 2 120 5 84 67 0 4 ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne +-----------------------------------------------+ a2ps | [] | aegis | | ant-phone | | anubis | [] [] | aspell | [] | bash | | bfd | | bibshelf | [] [] | binutils | | bison | [] | bison-runtime | [] [] [] [] [] | bluez-pin | [] [] [] [] [] | bombono-dvd | | buzztard | | cflow | | clisp | | coreutils | [] | cpio | | cppi | | cpplib | | cryptsetup | | dfarc | [] | dialog | [] [] [] [] [] | dico | | diffutils | [] [] | dink | | doodle | | e2fsprogs | | enscript | | exif | [] | fetchmail | | findutils | | flex | | freedink | [] | gas | | gawk | | gcal | | gcc | | gettext-examples | [] [] [] [] | gettext-runtime | [] | gettext-tools | [] | gip | [] [] | gjay | | gliv | | glunarclock | [] | gnubiff | | gnucash | () () () () | gnuedu | | gnulib | | gnunet | | gnunet-gtk | | gnutls | [] | gold | | gpe-aerial | [] | gpe-beam | [] | gpe-bluetooth | [] [] | gpe-calendar | [] | gpe-clock | [] [] [] [] [] | gpe-conf | [] [] | gpe-contacts | [] [] | gpe-edit | [] | gpe-filemanager | [] [] | gpe-go | [] [] [] | gpe-login | [] | gpe-ownerinfo | [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] | gpe-su | [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] | gpe-timesheet | [] [] | gpe-today | [] [] [] [] | gpe-todo | [] [] | gphoto2 | | gprof | [] | gpsdrive | | gramadoir | | grep | | grub | | gsasl | | gss | | gst-plugins-bad | [] [] [] [] | gst-plugins-base | [] [] | gst-plugins-good | [] [] | gst-plugins-ugly | [] [] [] [] [] | gstreamer | | gtick | | gtkam | [] | gtkorphan | [] [] | gtkspell | [] [] [] [] [] [] [] | gutenprint | | hello | [] [] [] | help2man | | hylafax | | idutils | | indent | | iso_15924 | [] [] | iso_3166 | [] [] () [] [] [] [] [] | iso_3166_2 | | iso_4217 | [] [] | iso_639 | [] [] | iso_639_3 | [] | jwhois | [] | kbd | | keytouch | [] | keytouch-editor | [] | keytouch-keyboa... | [] | klavaro | [] | latrine | [] | ld | | leafpad | [] [] [] | libc | [] | libexif | | libextractor | | libgnutls | [] | libgpewidget | [] [] | libgpg-error | | libgphoto2 | | libgphoto2_port | | libgsasl | | libiconv | | libidn | | lifelines | | liferea | | lilypond | | linkdr | | lordsawar | | lprng | | lynx | | m4 | | mailfromd | | mailutils | | make | [] | man-db | | man-db-manpages | | minicom | [] | mkisofs | | myserver | | nano | [] [] | opcodes | | parted | | pies | | popt | [] [] [] | psmisc | | pspp | | pwdutils | | radius | | recode | | rosegarden | | rpm | | rush | | sarg | | screem | | scrollkeeper | [] [] | sed | | sharutils | | shishi | | skencil | | solfege | [] | solfege-manual | | soundtracker | | sp | | sysstat | [] | tar | [] | texinfo | [] | tin | | unicode-han-tra... | | unicode-transla... | | util-linux-ng | | vice | | vmm | | vorbis-tools | | wastesedge | | wdiff | | wget | [] | wyslij-po | | xchat | [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +-----------------------------------------------+ ko ku ky lg lt lv mk ml mn mr ms mt nb nds ne 20 5 10 1 13 48 4 2 2 4 24 10 20 3 1 nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr +---------------------------------------------------+ a2ps | [] [] [] [] [] [] [] [] | aegis | [] [] [] | ant-phone | [] [] | anubis | [] [] [] | aspell | [] [] [] [] [] | bash | [] [] | bfd | [] | bibshelf | [] [] | binutils | [] [] | bison | [] [] [] | bison-runtime | [] [] [] [] [] [] [] | bluez-pin | [] [] [] [] [] [] [] [] | bombono-dvd | [] () | buzztard | [] [] | cflow | [] | clisp | [] [] | coreutils | [] [] [] [] [] [] | cpio | [] [] [] | cppi | [] | cpplib | [] | cryptsetup | [] | dfarc | [] | dialog | [] [] [] [] | dico | [] | diffutils | [] [] [] [] [] [] | dink | () | doodle | [] [] | e2fsprogs | [] [] | enscript | [] [] [] [] [] | exif | [] [] [] () [] | fetchmail | [] [] [] [] | findutils | [] [] [] [] [] | flex | [] [] [] [] [] | freedink | [] [] | gas | | gawk | [] [] [] [] | gcal | | gcc | [] | gettext-examples | [] [] [] [] [] [] [] [] | gettext-runtime | [] [] [] [] [] [] [] [] [] | gettext-tools | [] [] [] [] [] [] | gip | [] [] [] [] [] | gjay | | gliv | [] [] [] [] [] [] | glunarclock | [] [] [] [] [] | gnubiff | [] () | gnucash | [] () () () | gnuedu | [] | gnulib | [] [] [] [] | gnunet | | gnunet-gtk | | gnutls | [] [] | gold | | gpe-aerial | [] [] [] [] [] [] [] | gpe-beam | [] [] [] [] [] [] [] | gpe-bluetooth | [] [] | gpe-calendar | [] [] [] [] | gpe-clock | [] [] [] [] [] [] [] [] | gpe-conf | [] [] [] [] [] [] [] | gpe-contacts | [] [] [] [] [] | gpe-edit | [] [] [] | gpe-filemanager | [] [] [] | gpe-go | [] [] [] [] [] [] [] [] | gpe-login | [] [] | gpe-ownerinfo | [] [] [] [] [] [] [] [] | gpe-package | [] [] | gpe-sketchbook | [] [] [] [] [] [] [] | gpe-su | [] [] [] [] [] [] [] [] | gpe-taskmanager | [] [] [] [] [] [] [] [] | gpe-timesheet | [] [] [] [] [] [] [] [] | gpe-today | [] [] [] [] [] [] [] [] | gpe-todo | [] [] [] [] [] | gphoto2 | [] [] [] [] [] [] [] [] | gprof | [] [] [] | gpsdrive | [] [] | gramadoir | [] [] | grep | [] [] [] [] | grub | [] [] [] | gsasl | [] [] [] [] | gss | [] [] [] | gst-plugins-bad | [] [] [] [] [] [] | gst-plugins-base | [] [] [] [] [] | gst-plugins-good | [] [] [] [] [] | gst-plugins-ugly | [] [] [] [] [] [] | gstreamer | [] [] [] [] [] | gtick | [] [] [] | gtkam | [] [] [] [] [] [] | gtkorphan | [] | gtkspell | [] [] [] [] [] [] [] [] [] [] | gutenprint | [] [] | hello | [] [] [] [] | help2man | [] [] | hylafax | [] | idutils | [] [] [] [] [] | indent | [] [] [] [] [] [] [] | iso_15924 | [] [] [] [] | iso_3166 | [] [] [] [] [] () [] [] [] [] [] [] [] [] | iso_3166_2 | [] [] [] | iso_4217 | [] [] [] [] [] [] [] [] | iso_639 | [] [] [] [] [] [] [] [] [] | iso_639_3 | [] [] | jwhois | [] [] [] [] | kbd | [] [] [] | keytouch | [] [] [] | keytouch-editor | [] [] [] | keytouch-keyboa... | [] [] [] | klavaro | [] [] | latrine | [] [] | ld | | leafpad | [] [] [] [] [] [] [] [] [] | libc | [] [] [] [] | libexif | [] [] () [] | libextractor | | libgnutls | [] [] | libgpewidget | [] [] [] | libgpg-error | [] [] | libgphoto2 | [] [] | libgphoto2_port | [] [] [] [] [] | libgsasl | [] [] [] [] [] | libiconv | [] [] [] [] [] | libidn | [] [] | lifelines | [] [] | liferea | [] [] [] [] [] () () [] | lilypond | [] | linkdr | [] [] [] | lordsawar | | lprng | [] | lynx | [] [] [] | m4 | [] [] [] [] [] | mailfromd | [] | mailutils | [] | make | [] [] [] [] | man-db | [] [] [] | man-db-manpages | [] [] [] | minicom | [] [] [] [] | mkisofs | [] [] [] | myserver | | nano | [] [] [] [] | opcodes | [] [] | parted | [] [] [] [] | pies | [] | popt | [] [] [] [] | psmisc | [] [] [] | pspp | [] [] | pwdutils | [] | radius | [] [] [] | recode | [] [] [] [] [] [] [] [] | rosegarden | () () | rpm | [] [] [] | rush | [] [] | sarg | | screem | | scrollkeeper | [] [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] | shishi | [] | skencil | [] [] | solfege | [] [] [] [] | solfege-manual | [] [] [] | soundtracker | [] | sp | | sysstat | [] [] [] [] | tar | [] [] [] [] | texinfo | [] [] [] [] | tin | [] | unicode-han-tra... | | unicode-transla... | | util-linux-ng | [] [] [] [] [] | vice | [] | vmm | [] | vorbis-tools | [] [] | wastesedge | [] | wdiff | [] [] | wget | [] [] [] [] [] [] [] | wyslij-po | [] [] [] | xchat | [] [] [] [] [] [] [] [] [] | xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] | xkeyboard-config | [] [] [] | +---------------------------------------------------+ nl nn or pa pl ps pt pt_BR ro ru rw sk sl sq sr 135 10 4 7 105 1 29 62 47 91 3 54 46 9 37 sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW +---------------------------------------------------+ a2ps | [] [] [] [] [] | 27 aegis | [] | 9 ant-phone | [] [] [] [] | 9 anubis | [] [] [] [] | 15 aspell | [] [] [] | 20 bash | [] [] [] | 12 bfd | [] | 6 bibshelf | [] [] [] | 16 binutils | [] [] | 8 bison | [] [] | 12 bison-runtime | [] [] [] [] [] [] | 29 bluez-pin | [] [] [] [] [] [] [] [] | 37 bombono-dvd | [] | 4 buzztard | [] | 7 cflow | [] [] [] | 9 clisp | | 10 coreutils | [] [] [] [] | 22 cpio | [] [] [] [] [] [] | 13 cppi | [] [] | 5 cpplib | [] [] [] [] [] [] | 14 cryptsetup | [] [] | 7 dfarc | [] | 9 dialog | [] [] [] [] [] [] [] | 30 dico | [] | 2 diffutils | [] [] [] [] [] [] | 30 dink | | 4 doodle | [] [] | 7 e2fsprogs | [] [] [] | 11 enscript | [] [] [] [] | 17 exif | [] [] [] | 16 fetchmail | [] [] [] | 17 findutils | [] [] [] [] [] | 20 flex | [] [] [] [] | 15 freedink | [] | 10 gas | [] | 4 gawk | [] [] [] [] | 18 gcal | [] [] | 5 gcc | [] [] [] | 7 gettext-examples | [] [] [] [] [] [] [] | 34 gettext-runtime | [] [] [] [] [] [] [] | 29 gettext-tools | [] [] [] [] [] [] | 22 gip | [] [] [] [] | 22 gjay | [] | 3 gliv | [] [] [] | 14 glunarclock | [] [] [] [] [] | 19 gnubiff | [] [] | 4 gnucash | () [] () [] () | 10 gnuedu | [] [] | 7 gnulib | [] [] [] [] | 16 gnunet | [] | 1 gnunet-gtk | [] [] [] | 5 gnutls | [] [] [] | 10 gold | [] | 4 gpe-aerial | [] [] [] | 18 gpe-beam | [] [] [] | 19 gpe-bluetooth | [] [] [] | 13 gpe-calendar | [] [] [] [] | 12 gpe-clock | [] [] [] [] [] | 28 gpe-conf | [] [] [] [] | 20 gpe-contacts | [] [] [] | 17 gpe-edit | [] [] [] | 12 gpe-filemanager | [] [] [] [] | 16 gpe-go | [] [] [] [] [] | 25 gpe-login | [] [] [] | 11 gpe-ownerinfo | [] [] [] [] [] | 25 gpe-package | [] [] [] | 13 gpe-sketchbook | [] [] [] | 20 gpe-su | [] [] [] [] [] | 30 gpe-taskmanager | [] [] [] [] [] | 29 gpe-timesheet | [] [] [] [] [] | 25 gpe-today | [] [] [] [] [] [] | 30 gpe-todo | [] [] [] [] | 17 gphoto2 | [] [] [] [] [] | 24 gprof | [] [] [] | 15 gpsdrive | [] [] [] | 11 gramadoir | [] [] [] | 11 grep | [] [] [] | 10 grub | [] [] [] | 14 gsasl | [] [] [] [] | 14 gss | [] [] [] | 11 gst-plugins-bad | [] [] [] [] | 26 gst-plugins-base | [] [] [] [] [] | 24 gst-plugins-good | [] [] [] [] | 24 gst-plugins-ugly | [] [] [] [] [] | 29 gstreamer | [] [] [] [] | 22 gtick | [] [] [] | 13 gtkam | [] [] [] | 20 gtkorphan | [] [] [] | 14 gtkspell | [] [] [] [] [] [] [] [] [] | 45 gutenprint | [] | 10 hello | [] [] [] [] [] [] | 21 help2man | [] [] | 7 hylafax | [] | 5 idutils | [] [] [] [] | 17 indent | [] [] [] [] [] [] | 30 iso_15924 | () [] () [] [] | 16 iso_3166 | [] [] () [] [] () [] [] [] () | 53 iso_3166_2 | () [] () [] | 9 iso_4217 | [] () [] [] () [] [] | 26 iso_639 | [] [] [] () [] () [] [] [] [] | 38 iso_639_3 | [] () | 8 jwhois | [] [] [] [] [] | 16 kbd | [] [] [] [] [] | 15 keytouch | [] [] [] | 16 keytouch-editor | [] [] [] | 14 keytouch-keyboa... | [] [] [] | 14 klavaro | [] | 11 latrine | [] [] [] | 10 ld | [] [] [] [] | 11 leafpad | [] [] [] [] [] [] | 33 libc | [] [] [] [] [] | 21 libexif | [] () | 7 libextractor | [] | 1 libgnutls | [] [] [] | 9 libgpewidget | [] [] [] | 14 libgpg-error | [] [] [] | 9 libgphoto2 | [] [] | 8 libgphoto2_port | [] [] [] [] | 14 libgsasl | [] [] [] | 13 libiconv | [] [] [] [] | 21 libidn | () [] [] | 11 lifelines | [] | 4 liferea | [] [] [] | 21 lilypond | [] | 7 linkdr | [] [] [] [] [] | 17 lordsawar | | 1 lprng | [] | 3 lynx | [] [] [] [] | 17 m4 | [] [] [] [] | 19 mailfromd | [] [] | 3 mailutils | [] | 5 make | [] [] [] [] | 21 man-db | [] [] [] | 8 man-db-manpages | | 4 minicom | [] [] | 16 mkisofs | [] [] | 9 myserver | | 0 nano | [] [] [] [] | 21 opcodes | [] [] [] | 11 parted | [] [] [] [] [] | 15 pies | [] [] | 3 popt | [] [] [] [] [] [] | 27 psmisc | [] [] | 11 pspp | | 4 pwdutils | [] [] | 6 radius | [] [] | 9 recode | [] [] [] [] | 28 rosegarden | () | 0 rpm | [] [] [] | 11 rush | [] [] | 4 sarg | | 1 screem | [] | 3 scrollkeeper | [] [] [] [] [] | 27 sed | [] [] [] [] [] | 30 sharutils | [] [] [] [] [] | 22 shishi | [] | 3 skencil | [] [] | 7 solfege | [] [] [] [] | 16 solfege-manual | [] | 8 soundtracker | [] [] [] | 9 sp | [] | 3 sysstat | [] [] | 15 tar | [] [] [] [] [] [] | 23 texinfo | [] [] [] [] [] | 17 tin | | 4 unicode-han-tra... | | 0 unicode-transla... | | 2 util-linux-ng | [] [] [] [] | 20 vice | () () | 1 vmm | [] | 4 vorbis-tools | [] | 6 wastesedge | | 2 wdiff | [] [] | 7 wget | [] [] [] [] [] | 26 wyslij-po | [] [] | 8 xchat | [] [] [] [] [] [] | 36 xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] | 63 xkeyboard-config | [] [] [] | 22 +---------------------------------------------------+ 85 teams sv sw ta te tg th tr uk vi wa zh_CN zh_HK zh_TW 178 domains 119 1 3 3 0 10 65 51 155 17 98 7 41 2618 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If June 2010 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://translationproject.org/extra/matrix.html'. 1.5 Using `gettext' in new packages =================================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle the use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `coordinator@translationproject.org' to make the `.pot' files available to the translation teams. gsasl-1.8.0/README0000664000000000000000000000710611754555060010416 00000000000000GNU SASL README -- Important introductory notes. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. GNU SASL an implementation of the Simple Authentication and Security Layer (SASL) framework, consisting of a library (lib/) with several plugins, command-line application (src/), test-suite (tests/), documentation (doc/) and source code usage examples (examples/). The GNU SASL Library (lib/) is licensed under the GNU Lesser General Public License (LGPL) version 2.1 (or later). See the file lib/COPYING.LIB. The GNU project typically uses the GNU General Public License (GPL) for libraries, and not the LGPL, but for this project we decided that we would get more help from the community if we used the LGPLv2.1+, as other free SASL implementations exists. See also . The command-line application and test suite (src/, and tests/) are licensed under the GNU General Public License license version 3.0 (or later). See the file COPYING. The documentation (doc/) is licensed under the GNU Free Documentation License version 1.3 (or later). If you need help to use GNU SASL, or wish to help others, you are invited to join our mailing list help-gsasl@gnu.org, see . Currently there is some support for the following mechanisms: - CRAM-MD5 (RFC 2195) - EXTERNAL (RFC 2222) - GSSAPI (RFC 2222, requires GSS, Heimdal or MIT Kerberos) - ANONYMOUS (RFC 2245) - PLAIN (RFC 2595) - SECURID (RFC 2808) - DIGEST-MD5 (RFC 2831) - SCRAM-SHA-1 and SCRAM-SHA-1-PLUS (RFC 5802) - GS2-KRB5 (RFC 5801, no CB, requires GSS, Heimdal, or MIT Kerberos) - SAML20 (RFC 6595) - OPENID20 (RFC 6616) - LOGIN (non-standard) - NTLM (non-standard, client only, requires Libntlm) - KERBEROS_V5 (experimental, requires Shishi) The library should be portable to all C89 platforms. The command-line application currently requires POSIX for network communication. Things left to do below. If you like to start working on anything, please let me know so work duplication can be avoided. * Support channel bindings in GS2. + Authentication infrastructure implementing the callbacks for PAM, Kerberos, SQL, etc. Separate project? GNU Mailutils has some starting points for this, but the API is inflexible. + Provide standard callbacks for tty, GTK, gpg-agent etc. Probably should be a separate library. + Port applications to use libgsasl - Bug: If gsasl_decode is handed a string longer than one SASL token, the remaining data will be discarded. This means if the sender packed two SASL tokens in one network packet, only the first will be seen. The en/de-code functions should buffer the left over data until the next invocation. Later: it isn't clear that people actually need the security layer feature, and it seems better to punt to TLS. - Security layer improvements (e.g., DES and AES in DIGEST-MD5). - Cleanup code, possibly by using some string abstraction library. - Privacy separation (authenticate in one process, pass state to another). - Improve documentation - Port to Cyclone? CCured? For updates to the project, see . For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/COPYING0000664000000000000000000010451311746471770010577 00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . gsasl-1.8.0/po/0000775000000000000000000000000011760732122010221 500000000000000gsasl-1.8.0/po/id.po0000664000000000000000000001547311760732122011107 00000000000000# Pesan bahasa indonesia untuk gsasl. # Copyright (C) 2006 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # # Tedi Heriyanto , 2006. # Arif E. Nugroho , 2008, 2010. msgid "" msgstr "" "Project-Id-Version: gsasl-1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2010-01-27 07:30+0700\n" "Last-Translator: Arif E. Nugroho \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, fuzzy, c-format msgid "Chose SASL mechanisms:\n" msgstr "Pilih mekanisme SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Menggunakan mekanisme:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Pilih mekanisme SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Daftar input mekanisme SASL yang didukung oleh server:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Output dari server:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Output dari klien:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Coba `%s' --help untuk informasi lebih lanjut.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "membutuhkan file --x509-cert-file dan --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "tidak dapat menggunakan --starttls dan --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "tidak dapat menggunakan --smtp dan --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "kegagalan inisialisasi: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "kesalahan menampilkan mekanisme: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Klien ini mendukung mekanisme berikut:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Server ini mendukung mekanisme berikut:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "Inisialisasi global GnuTLS gagal: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "Inisialisasi GnuTLS gagal: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "seting baku GnuTLS gagal: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "mengalokasikan kredensial GnuTLS anonim: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "menset kredensial GnuTLS anonim: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "mengalokasikan kredensial GnuTLS X.509: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "memuatkan kredensial GnuTLS X.509: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "tidak ditemukan CA X.509: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "tidak ditemukan CA X.509" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "menset kredensial GnuTLS X.509: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "menset prioritas penyandi GnuTLS (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "Kegagalan handshake GnuTLS: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "verifikasi sertifikat peer: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "sertifikat server tidak dipercaya" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "sertifikat server tidak berisikan penerbit yang dikenal" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "sertifikat server telah dicabut" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "tidak dapat memverifikasi sertifikat server (rc=%d)" #: src/gsasl.c:603 #, fuzzy, c-format msgid "getting channel binding failed: %s" msgstr "seting baku GnuTLS gagal: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Tidak dapat menemukan mekanisme...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mekanisme tidak tersedia: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Masukkan data otentikasi base64 dari klien (tekan RET bila tidak ada):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Masukkan data otentikasi base64 dari server (tekan RET bila tidak ada):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "kesalahan mekanisme: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Otentikasi server selesai (klien dipercaya)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Otentikasi klien selesai (server dipercaya)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Masukkan data aplikasi (EOF untuk mengakhiri):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Data aplikasi berkode base64 yang dikirim:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "kesalahan pengkodean: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Sesi selesai...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "gagal mengakhiri sesi GnuTLS: %s" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Tidak dapat menginisialisasi soket Windows." #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "argumen hilang\n" #~ "Coba `%s' --help untuk informasi lebih lanjut." #~ msgid "" #~ "\n" #~ "Report bugs to <%s>.\n" #~ msgstr "" #~ "\n" #~ "Laporkan bugs ke <%s>.\n" gsasl-1.8.0/po/fr.gmo0000664000000000000000000001162311760732122011257 00000000000000.=)5M3e(BB'Hp 3 3'[/p/&& *0![,}+#!EYs.#, !. (P "y # ' %  - 8 $ ! ; <Z < [ \0 0 # ( 2 >Zw<+--@n+.2=7N&+ #?9Q*.&3 2@9s6/2#G'k '  !#+ "&* $),-% .(Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: GNU gsasl 1.4.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2010-03-05 20:27+0100 Last-Translator: Nicolas Provost Language-Team: French Language: fr MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n > 1); Donnes applicatives encodes en base 64 transmettre: Impossible de trouver la mthode... Choisir la mthode SASL: Choisir les mcanismes SASL : Authentification par le client termine (serveur fiable)... Saisir les donnes de l'application (EOF ^D pour terminer): Saisir les donnes d'authentification en base 64 du client (appuyer sur ENTREE si aucune): Saisir les donnes d'authentification en base 64 du serveur (appuyer sur ENTREE si aucune): chec de l'initialisation globale de GnuTLS : %schec de la ngociation GnuTLS : %schec de l'initialisation de GnuTLS : %sListe de mthodes SASL supportes par le serveur: Sortie partir du client: Sortie partir du serveur: bloc SASL trop grand : %zu Authentification par le serveur termine (client fiable)... Sesstion termine... Ce client supporte les mthodes suivantes: Ce serveur supporte les mthodes suivantes : Essayez "%s --help" pour plus d'information. Mthode utilise : allocation d'un certificat X509 GnuTLS : %sallocation d'un certificat anonyme GnuTLS : %simpossible de spcifier la fois --smtp et --imapimpossible de spcifier la fois --starttls et --no-starttlsimpossible de vrifier le certificat du serveur (rc=%d)erreur d'encodage : %serreur en listant les algorithmes : %schec d'initialisation : %schargement d'un certificat X509 GnuTLS : %serreur de mthode : %smthode non disponible : %sargument manquant la fois --x509-cert-file et --x509-key-file sont requisaucun certificat autorit (CA) X509 trouvcertificats autorits (CA) X509 manquants : %sle certificat du serveur a t rvoqule certificat du serveur n'a pas d'metteur valablele certificat serveur n'est pas digne de confianceslection des chiffrements prioritaires GnuTLS (%s) : %s chec de chargement des valeurs GnuTLS par dfaut : %sinitialisation d'un certificat X509 GnuTLS : %sinitialisation d'un certificat anonyme GnuTLS : %schec de fin de session GnuTLS : %svrification du certificat distant : %sgsasl-1.8.0/po/de.po0000664000000000000000000001710211760732122011072 00000000000000# German translation for gsasl. # Copyright (C) 2004 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Roland Illig , 2004. # Roland Illig , 2011. # Roland Illig , 2012. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 21:53+0100\n" "Last-Translator: Roland Illig \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "SASL-Mechanismen auswählen:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Benutze Mechanismus:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "Fehler: Server hat kein Token zurückgegeben\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "Fehler: konnte Serverdaten nicht parsen:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "SASL-Mechanismus auswählen:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "SASL-Eingabemechanismen eingeben, die vom Server unterstützt werden:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Ausgabe vom Server:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Ausgabe vom Client:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "Fehlendes Argument" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "Benötigt sowohl --x509-cert-file als auch --x509-key-file." #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "Kann nicht --starttls und --no-starttls gleichzeitig nutzen." #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "Kann nicht --smtp und --imap gleichzeitig nutzen." #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "Initialisierung fehlgeschlagen: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "Fehler beim Auflisten der Mechanismen: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Dieser Client unterstützt folgende Mechanismen:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Dieser Server unterstützt folgende Mechanismen:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "Globale Initialisierung von GnuTLS fehlgeschlagen: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "Initialisierung von GnuTLS fehlgeschlagen: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "Einstellen der Vorgabewerte für GnuTLS fehlgeschlagen: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "Reservieren des anonymen GnuTLS-Berechtigungsnachweises: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "Festlegen des anonymen GnuTLS-Berechtigungsnachweises: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "Reservieren des X.509-GnuTLS-Berechtigungsnachweises: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "Laden des X.509-GnuTLS-Berechtigungsnachweises: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "Keine X.509-CAs gefunden: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "Keine X.509-CAs gefunden." #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "Festlegen des X.509-GnuTLS-Berechtigungsnachweises: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "Festlegen der GnuTLS-Verschlüsselungs-Priorität (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS-Handschlag fehlgeschlagen: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "Verifizieren des Partnerzertifikats: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "Das Serverzertifikat ist nicht vertrauenswürdig." #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "Serverzertifikat hat keinen bekannten Herausgeber." #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "Serverzertifikat wurde zurückgezogen." #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "Konnte Serverzertifikat nicht verifizieren (rc=%d)." #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "Ermitteln der Kanalbindungen fehlgeschlagen: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Kann Mechanismus nicht finden...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "Mechanismus nicht verfügbar: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Geben Sie Base64-Authentifizierungsdaten vom Client ein (ENTER für keine):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Geben Sie Base64-Authentifizierungsdaten vom Server ein (ENTER für keine):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "Serverfehler" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "Mechanismus-Fehler: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Server-Authentifizierung abgeschlossen (der Client vertraut)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Client-Authentifizierung abgeschlossen (der Server vertraut)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Geben Sie Anwendungsdaten ein (EOF zum Beenden):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Base64-codierte Anwendungsdaten zum Verschicken:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "SASL-Datensatz zu groß: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "Codierungsfehler: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Sitzung beendet...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "Beenden der GnuTLS-Sitzung fehlgeschlagen: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "Fehler: Server hat nicht die erwarteten SASL-Daten zurückgegeben (sie " #~ "müssen mit »334 « anfangen):\n" #~ "%s\n" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Kann Windows-Sockets nicht initialisieren." #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "Fehlendes Argument.\n" #~ "Versuchen Sie »%s --help« für weitere Informationen." #~ msgid "Libgsasl error (%d): %s\n" #~ msgstr "Libgsasl-Fehler (%d): %s\n" gsasl-1.8.0/po/id.gmo0000664000000000000000000001056411760732122011247 00000000000000+t;)3(IBrB'  <3]3//4&d&*!,+>j}#.6I#`,!("# 'C %k  | +- #Y } / / G H< $   7  3 /H x ' ( /  *"+M)y43 #%I%d5+7K!*"# 4U*("' +# )$%! &  Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %sneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl-1.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2010-01-27 07:30+0700 Last-Translator: Arif E. Nugroho Language-Team: Indonesian Language: id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Data aplikasi berkode base64 yang dikirim: Tidak dapat menemukan mekanisme... Pilih mekanisme SASL: Otentikasi klien selesai (server dipercaya)... Masukkan data aplikasi (EOF untuk mengakhiri): Masukkan data otentikasi base64 dari klien (tekan RET bila tidak ada): Masukkan data otentikasi base64 dari server (tekan RET bila tidak ada): Inisialisasi global GnuTLS gagal: %sKegagalan handshake GnuTLS: %sInisialisasi GnuTLS gagal: %sDaftar input mekanisme SASL yang didukung oleh server: Output dari klien: Output dari server: Otentikasi server selesai (klien dipercaya)... Sesi selesai... Klien ini mendukung mekanisme berikut: Server ini mendukung mekanisme berikut: Coba `%s' --help untuk informasi lebih lanjut. Menggunakan mekanisme: mengalokasikan kredensial GnuTLS X.509: %smengalokasikan kredensial GnuTLS anonim: %stidak dapat menggunakan --smtp dan --imaptidak dapat menggunakan --starttls dan --no-starttlstidak dapat memverifikasi sertifikat server (rc=%d)kesalahan pengkodean: %skesalahan menampilkan mekanisme: %skegagalan inisialisasi: %smemuatkan kredensial GnuTLS X.509: %skesalahan mekanisme: %smekanisme tidak tersedia: %smembutuhkan file --x509-cert-file dan --x509-key-filetidak ditemukan CA X.509tidak ditemukan CA X.509: %ssertifikat server telah dicabutsertifikat server tidak berisikan penerbit yang dikenalsertifikat server tidak dipercayamenset prioritas penyandi GnuTLS (%s): %s seting baku GnuTLS gagal: %smenset kredensial GnuTLS X.509: %smenset kredensial GnuTLS anonim: %sgagal mengakhiri sesi GnuTLS: %sverifikasi sertifikat peer: %sgsasl-1.8.0/po/fi.po0000664000000000000000000001671211760732122011106 00000000000000# Finnish messages for gsasl. # Copyright © 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Jorma Karvonen , 2009-2012. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 14:53+0200\n" "Last-Translator: Jorma Karvonen \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Valitse SASL-mekanismit:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Käytetään mekanismia:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "virhe: palvelin ei palauttanut merkkijonoa\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "virhe: ei voitu jäsentää palvelintietoja:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Valitse SASL-mekanismi:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Palvelin tukee SASL-mekanismien syöteluetteloa:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Tuloste palvelimelta:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Tuloste asiakkaalta:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Lisätietoja käskyllä ”%s --help”.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "puuttuva argumentti" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "" "tarvitsee sekä valitsimen --x509-cert-file että valitsimen --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "" "ei voi käyttää sekä valitsinta --starttls että valitsinta --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "ei voi käyttää sekä valitsinta --smtp että valitsinta --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "alustusvirhe: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "virheluettelomekanismit: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Tämä asiakas tukee seuraavia mekanismeja:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Tämä palvelin tukee seuraavia mekanismeja:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "GnuTLS-yleisalustus epäonnistui: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "GnuTLS-alustus epäonnistui: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "GnuTLS-oletusten asetus epäonnistui: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "varataan anonyymi GnuTLS-valtuutus: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "asetetaan anonyymi GnuTLS-valtuutus: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "varataan X.509 GnuTLS-valtuutus: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "ladataan X.509 GnuTLS-valtuutus: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "ei löytynyt X.509-varmennusviranomaisia: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "ei löytynyt X.509-varmennusviranomaisia" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "asetetaan X.509 GnuTLS-valtuutus: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "asetetaan GnuTLS-salausprioriteetti (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS-kättely epäonnistui: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "todenna vertaisvarmenne: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "palvelinvarmenne ei ole luotettava" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "palvelinvarmenteen julkaisija ei ole tunnettu" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "palvelinvarmenne on peruttu" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "ei voitu todentaa palvelinvarmennetta (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "kanavasitomisen hakeminen epäonnistui: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Mekanismia ei löydy...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mekanismi on tavoittamattomissa: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Kirjoita base64-varmennedataa asiakkaalta (paina RET, jos ei mitään):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Kirjoita base64-varmennedataa palvelimelta (paina RET, jos ei mitään):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "palvelinvirhe" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "mekanismivirhe: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Palvelinvarmennus päättynyt (asiakas luotettu)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Asiakasvarmennus päättynyt (palvelin luotettu)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Kirjoita sovellusdataa (Päätä EOF-merkillä):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Base64-koodattua sovellusdataa lähetettävänä:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "SASL-tietue on liian suuri: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "koodausvirhe: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Istunto päättyi...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "GnuTLS-istunnon päättäminen epäonnistui: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "virhe: Palvelin ei palauttanut odotettua SASL-dataa (sen on alettava " #~ "merkeillä ’334 ’):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "virhe: Palvelin ei palauttanut odotettua SASL-dataa (sen on alettava " #~ "merkillä ’+ ’):\n" #~ "%s\n" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Ei voi alustaa Windows-pistokkeita." #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "puuttuva argumentti\n" #~ "Lisätietoja komennolla ”%s --help”." gsasl-1.8.0/po/nl.gmo0000664000000000000000000001224711760732122011264 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %   4    ;1 9m K J ,>k#7;%a/v.&36D+{6. ",B+o+. 9?M+/ - &8 _=j425,F3s'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-22 21:18+0200 Last-Translator: Benno Schulenberg Language-Team: Dutch Language: nl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.0 Plural-Forms: nplurals=2; plural=(n != 1); Te verzenden base64-gecodeerde toepassingsgegevens: Kan methode niet vinden... Kies de SASL-methode: Gekozen SASL-methoden: Cliëntauthenticatie is voltooid (server wordt vertrouwd). Voer toepassingsgegevens in (geef EOF om af te sluiten): Geef base64-authenticatiegegevens van de cliënt (druk op Enter als geen): Geef base64-authenticatiegegevens van de server (druk op Enter als geen): algemene GnuTLS-initialisatie is mislukt: %sGnuTLS-handshake is mislukt: %sGnuTLS-initialisatie is mislukt: %sInvoerlijst van SASL-methoden ondersteund door server: Cliëntuitvoer: Serveruitvoer: SASL-record is te lang: %zu Serverauthenticatie is voltooid (cliënt wordt vertrouwd). Sessie is voltooid. Deze cliënt ondersteunt de volgende methoden: Deze server ondersteunt de volgende methoden: Typ '%s --help' voor meer informatie. Gebruikte methode: reserveren van X.509 GnuTLS-vertrouwensgegevens: %sreserveren van anonieme GnuTLS-vertrouwensgegevens: %sopties '--smtp' en '--imap' gaan niet samenopties '--starttls' en '--no-starttls' gaan niet samenkan servercertificaat niet verifiëren (rc=%d)coderingsfout: %sfout bij opsommen van methoden: %sFout: kan server-gegevens niet ontleden: %s fout: server heeft geen token teruggegeven verkrijgen van kanaalbinding is mislukt: %sinitialisatiefout: %sladen van X.509 GnuTLS-vertrouwensgegevens: %smethodefout: %smethode is onbeschikbaar: %sontbrekend argumentopties '--x509-cert-file' en '--x509-key-file' zijn beide nodiggeen X.509 certificaatautoriteiten gevondengeen X.509 certificaatautoriteiten gevonden: %sservercertificaat is ingetrokkenservercertificaat heeft geen bekende uitgeverservercertificaat wordt niet vertrouwdserverfoutinstellen van GnuTLS-sleuteluitwisselingsprioriteit (%s): %s instellen van GnuTLS-standaardwaarden is mislukt: %sinstellen van X.509 GnuTLS-vertrouwensgegevens: %sinstellen van anonieme GnuTLS-vertrouwensgegevens: %sbeëindigen van GnuTLS-sessie is mislukt: %sverifiëren van certificaat van andere computer: %sgsasl-1.8.0/po/zh_CN.po0000664000000000000000000001630311760732122011505 00000000000000# gsasl 的简体中文翻译 # Copyright (C) 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Meng Jie , 2004. # Ji ZhengYu , 2008, 2009, 2010, 2011. msgid "" msgstr "" "Project-Id-Version: gsasl 1.6.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2011-05-12 15:28+0800\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "选择 SASL 方式:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "使用方式:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "错误:服务器未返回标识\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "选择SASL 方式:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "服务器所支持的 SASL 方式入列表:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "服务器的输出:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "客户端的输出:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "尝试‘%s --help’以获得更多信息。\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "缺少参数" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "既需要 --x509-cert-file 也需要 --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "不能同时使用 --starttls 和 --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "不能同时使用 --smtp 和 --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "初始化失败:%s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "列出机制时出错:%s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "这个客户端支持以下机制:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "这个服务器支持以下机制:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "GnuTLS 全局初始化失败:%s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "GnuTLS 初始化失败:%s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "设定 GnuTLS 默认值失败:%s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "分配匿名 GnuTLS 证书:%s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "设定匿名 GnuTLS 证书:%s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "分配 X.509 GnuTLS 证书:%s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "载入 X.509 GnuTLS 证书:%s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "找不到 X.509 CA 证书:%s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "找不到 X.509 CA 证书" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "设定 X.509 GnuTLS 证书:%s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "设定 GnuTLS 密钥优先级(%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS 握手失败:%s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "验证节点证书:%s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "服务器证书不可信" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "服务器证书发行者未知" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "服务器证书已被吊销" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "无法验证服务器证书(rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "绑定通道失败:%s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "找不到机制……\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "机制不可用:%s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "输入客户端发送的 base64 编码的应用程序数据(如果没有,请按回车):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "输入服务器发送的 base64 编码的应用程序数据(如果没有,请按回车):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "机制错误:%s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "服务器认证完成(客户端可信)……\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "客户端认证完成(服务器可信)……\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "输入应用程序数据(用 EOF 结束输入):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "要发送的 Base64 编码的应用程序数据:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "SASL 记录太大: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "编码错误:%s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "会话结束...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "终止 GnuTLS 会话失败:%s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "错误: 服务器未返回正确的SASL 数据(其必须以\"334\"开头):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "错误: 服务器未返回正确的SASL 数据(其必须以\"+\"开头):\n" #~ "%s\n" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "无法初始化 Windows 端口。" #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "缺少参数\n" #~ "尝试‘%s --help’以获得更多信息。" #~ msgid "" #~ "\n" #~ "Report bugs to <%s>.\n" #~ msgstr "" #~ "\n" #~ "将翻译错误发送至 。\n" #~ "将错误报告发送至 <%s>。\n" gsasl-1.8.0/po/sr.po0000664000000000000000000002062111760732122011126 00000000000000# Serbian translation of gsasl. # Copyright (C) 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Aleksandar Jelenak , 2006. # Мирослав Николић , 2012. msgid "" msgstr "" "Project-Id-Version: gsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-24 22:19+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Изаберите САСЛ метод:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Користим метод:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "грешка: сервер није вратио симбол\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "грешка: не могу да рашчланим податке сервера:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Изаберите САСЛ метод:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Улазни списак САСЛ метода које подржава сервер:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Излаз сервера:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Излаз клијента:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Пробајте „%s --help“ за више података.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "недостаје аргумент" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "потребни су и „--x509-cert-file“ и „--x509-key-file“" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "не могу да користим и „--starttls“ и „--no-starttls“" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "не могу да користим и „--smtp“ и „--imap“" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "неуспех покретања: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "грешка исписивања метода: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Овај клијент подржава следеће методе:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Овај сервер подржава следеће методе:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "није успело глобално ГнуТЛС покретање: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "није успело ГнуТЛС покретање: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "није успело подешавање основних ГнуТЛС вредности: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "добављам анонимно ГнуТЛС уверење: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "задајем анонимно ГнуТЛС уверење: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "добављам X.509 ГнуТЛС уверење: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "учитавам X.509 ГнуТЛС уверење: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "нисам пронашао X.509 издаваче уверења: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "нисам пронашао Х.509 издаваче уверења" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "задајем X.509 ГнуТЛС уверење: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "задајем приоритет ГнуТЛС шифрера (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "није успело ГнуТЛС руковање: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "проверавам парњаково уверење: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "уверење сервера није од поверења" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "уверење сервера нема познатог издавача" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "уверење сервера је повучено" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "не могу да проверим уверење сервера (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "није успело добављање везова канала: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Не могу да пронађем метод...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "метод није доступан: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Унесите податке за потврду клијента у основи64 (притисните за ништа):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Унесите податке за потврду сервера у основи64 (притисните за ништа):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "грешка сервера" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "грешка метода: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Потврђивање сервера је завршено (клијенту се верује)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Потврђивање клијента је завршено (серверу се верује)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Унесите податке за обраду ( за крај):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Кодирани подаци програма у основи64 за слање:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "Снимак САСЛ-а је превелик: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "грешка кодирања: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Сесија је завршена...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "није успело завршавање ГнуТЛС сесије: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "грешка: Сервер није вратио очекиване податке САСЛ-а (мора почињати са " #~ "„334 “):\n" #~ "%s\n" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Не може иницијализовати Виндоуз сокете." gsasl-1.8.0/po/en@quot.header0000664000000000000000000000226311760730650012735 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # gsasl-1.8.0/po/ga.po0000664000000000000000000001637411760732122011103 00000000000000# Irish translations for gsasl. # Copyright (C) 2003 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Kevin Patrick Scannell , 2004, 2006, 2008, 2009. msgid "" msgstr "" "Project-Id-Version: gsasl 1.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2009-03-25 20:03-0500\n" "Last-Translator: Kevin Scannell \n" "Language-Team: Irish \n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, fuzzy, c-format msgid "Chose SASL mechanisms:\n" msgstr "Roghnaigh sásra SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Ag úsáid an tsásra:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Roghnaigh sásra SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Iontráil liosta de shásraí SASL atá tacaithe ag an fhreastalaí:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Aschur ón fhreastalaí:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Aschur ón chliant:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Bain triail as `%s --help' chun tuilleadh eolais a fháil.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "tá gá le --x509-cert-file agus --x509-key-file araon" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "ní féidir --starttls agus --no-starttls a úsáid le chéile" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "ní féidir --smtp agus --imap a úsáid le chéile" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "theip ar thúsú: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "earráid agus sásraí á dtaispeáint: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Tacaíonn an cliant seo na sásraí seo a leanas:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Tacaíonn an freastalaí seo na sásraí a leanas:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "theip ar thúsú comhchoiteann GnuTLS: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "theip ar thúsú GnuTLS: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "theip ar shocrú na réamhshocruithe GnuTLS: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "dintiúr GnuTLS gan ainm á dháileadh: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "dintiúr GnuTLS gan ainm á shocrú: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "dintiúr X.509 GnuTLS á dháileadh: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "dintiúr X.509 GnuTLS á luchtú: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "níor aimsíodh aon CA X.509: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "níor aimsíodh aon CA X.509" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "dintiúr X.509 GnuTLS á shocrú: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "sifearthosaíocht GnuTLS á socrú (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "theip ar chumarsáid thionscantach GnuTLS: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "teastas an chomhghleacaí á fhíorú: %s" # # @name STRONGAUTH_REQUIRED_HINT # # @loc none #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "ní chuirtear muinín sa teastas freastalaí" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "níl eisitheoir atá ar eolas ag an teastas freastalaí" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "aisghaireadh an teastas freastalaí" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "níorbh fhéidir an teastas freastalaí a fhíorú (rc=%d)" #: src/gsasl.c:603 #, fuzzy, c-format msgid "getting channel binding failed: %s" msgstr "theip ar shocrú na réamhshocruithe GnuTLS: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Ní bhfuarthas an sásra...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "níl an sásra ar fáil: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Iontráil sonraí fíordheimhnithe base64 ón chliant (RET mura bhfuil aon sonra " "ann):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Iontráil sonraí fíordheimhnithe base64 ón fhreastalaí (RET mura bhfuil aon " "sonra ann):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "earráid le sásra: %s" # # @name STRONGAUTH_REQUIRED_HINT # # @loc none #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Fíordheimhniú den fhreastalaí déanta (cliant iontaofa)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Fíordheimhniú den chliant déanta (freastalaí iontaofa)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Iontráil sonraí feidhmchláir (comhadchríoch nuair atá tú déanta):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Sonraí le seoladh, ionchódaithe le bunuimhir 64:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "earráid ionchódaithe: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Seisiún déanta...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "theip ar chur deireadh leis an seisiún GnuTLS: %s" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Ní féidir soicéid Windows a thúsú." #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "argóint ar iarraidh\n" #~ "Bain triail as `%s --help' chun tuilleadh eolais a fháil." #~ msgid "" #~ "\n" #~ "Report bugs to <%s>.\n" #~ msgstr "" #~ "\n" #~ "Seol tuairiscí ar fhabhtanna chuig <%s>.\n" #~ msgid "Libgsasl error (%d): %s" #~ msgstr "Earráid Libgsasl (%d): %s" gsasl-1.8.0/po/de.gmo0000664000000000000000000001240411760732122011236 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %  v 1z !   @ 1K L} L 5$M-rF@/p118!87;p1<3O)d,-/"2<o ;&-2T1 ;:6=9t-''- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 21:53+0100 Last-Translator: Roland Illig Language-Team: German Language: de MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Base64-codierte Anwendungsdaten zum Verschicken: Kann Mechanismus nicht finden... SASL-Mechanismus auswählen: SASL-Mechanismen auswählen: Client-Authentifizierung abgeschlossen (der Server vertraut)... Geben Sie Anwendungsdaten ein (EOF zum Beenden): Geben Sie Base64-Authentifizierungsdaten vom Client ein (ENTER für keine): Geben Sie Base64-Authentifizierungsdaten vom Server ein (ENTER für keine): Globale Initialisierung von GnuTLS fehlgeschlagen: %sGnuTLS-Handschlag fehlgeschlagen: %sInitialisierung von GnuTLS fehlgeschlagen: %sSASL-Eingabemechanismen eingeben, die vom Server unterstützt werden: Ausgabe vom Client: Ausgabe vom Server: SASL-Datensatz zu groß: %zu Server-Authentifizierung abgeschlossen (der Client vertraut)... Sitzung beendet... Dieser Client unterstützt folgende Mechanismen: Dieser Server unterstützt folgende Mechanismen: Versuchen Sie »%s --help« für weitere Informationen. Benutze Mechanismus: Reservieren des X.509-GnuTLS-Berechtigungsnachweises: %sReservieren des anonymen GnuTLS-Berechtigungsnachweises: %sKann nicht --smtp und --imap gleichzeitig nutzen.Kann nicht --starttls und --no-starttls gleichzeitig nutzen.Konnte Serverzertifikat nicht verifizieren (rc=%d).Codierungsfehler: %sFehler beim Auflisten der Mechanismen: %sFehler: konnte Serverdaten nicht parsen: %s Fehler: Server hat kein Token zurückgegeben Ermitteln der Kanalbindungen fehlgeschlagen: %sInitialisierung fehlgeschlagen: %sLaden des X.509-GnuTLS-Berechtigungsnachweises: %sMechanismus-Fehler: %sMechanismus nicht verfügbar: %sFehlendes ArgumentBenötigt sowohl --x509-cert-file als auch --x509-key-file.Keine X.509-CAs gefunden.Keine X.509-CAs gefunden: %sServerzertifikat wurde zurückgezogen.Serverzertifikat hat keinen bekannten Herausgeber.Das Serverzertifikat ist nicht vertrauenswürdig.ServerfehlerFestlegen der GnuTLS-Verschlüsselungs-Priorität (%s): %s Einstellen der Vorgabewerte für GnuTLS fehlgeschlagen: %sFestlegen des X.509-GnuTLS-Berechtigungsnachweises: %sFestlegen des anonymen GnuTLS-Berechtigungsnachweises: %sBeenden der GnuTLS-Sitzung fehlgeschlagen: %sVerifizieren des Partnerzertifikats: %sgsasl-1.8.0/po/fr.po0000664000000000000000000001750411760732122011117 00000000000000# Messages franais pour GNU gsasl. # Copyright (C) 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Michel Robitaille , Traducteur depuis/since 1996. # Nicolas Provost , 2010. # msgid "" msgstr "" "Project-Id-Version: GNU gsasl 1.4.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2010-03-05 20:27+0100\n" "Last-Translator: Nicolas Provost \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Choisir les mcanismes SASL :\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Mthode utilise :\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Choisir la mthode SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Liste de mthodes SASL supportes par le serveur:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Sortie partir du serveur:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Sortie partir du client:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Essayez \"%s --help\" pour plus d'information.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "argument manquant" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr " la fois --x509-cert-file et --x509-key-file sont requis" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "impossible de spcifier la fois --starttls et --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "impossible de spcifier la fois --smtp et --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "chec d'initialisation : %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "erreur en listant les algorithmes : %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Ce client supporte les mthodes suivantes:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Ce serveur supporte les mthodes suivantes :\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "chec de l'initialisation globale de GnuTLS : %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "chec de l'initialisation de GnuTLS : %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "chec de chargement des valeurs GnuTLS par dfaut : %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "allocation d'un certificat anonyme GnuTLS : %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "initialisation d'un certificat anonyme GnuTLS : %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "allocation d'un certificat X509 GnuTLS : %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "chargement d'un certificat X509 GnuTLS : %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "certificats autorits (CA) X509 manquants : %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "aucun certificat autorit (CA) X509 trouv" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "initialisation d'un certificat X509 GnuTLS : %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "slection des chiffrements prioritaires GnuTLS (%s) : %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "chec de la ngociation GnuTLS : %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "vrification du certificat distant : %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "le certificat serveur n'est pas digne de confiance" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "le certificat du serveur n'a pas d'metteur valable" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "le certificat du serveur a t rvoqu" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "impossible de vrifier le certificat du serveur (rc=%d)" #: src/gsasl.c:603 #, fuzzy, c-format msgid "getting channel binding failed: %s" msgstr "chec de chargement des valeurs GnuTLS par dfaut : %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Impossible de trouver la mthode...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mthode non disponible : %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Saisir les donnes d'authentification en base 64 du client (appuyer sur " "ENTREE si aucune):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Saisir les donnes d'authentification en base 64 du serveur (appuyer sur " "ENTREE si aucune):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "erreur de mthode : %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Authentification par le serveur termine (client fiable)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Authentification par le client termine (serveur fiable)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Saisir les donnes de l'application (EOF ^D pour terminer):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Donnes applicatives encodes en base 64 transmettre:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "bloc SASL trop grand : %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "erreur d'encodage : %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Sesstion termine...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "chec de fin de session GnuTLS : %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "erreur : le serveur n'a pas retourn les donnes SASL attendues (qui " #~ "doivent commencer par '+') :\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "erreur : le serveur n'a pas retourn les donnes SASL attendues (qui " #~ "doivent commencer par '334') :\n" #~ "%s\n" #~ msgid "" #~ "\n" #~ "Report bugs to <%s>.\n" #~ msgstr "" #~ "\n" #~ "Signaler les anomalies <%s>.\n" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Impossible d'initialiser les slots (sockets) Windows." #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "argument manquant\n" #~ "Essayez \"%s --help\" pour plus d'information." #~ msgid "Libgsasl error (%d): %s" #~ msgstr "ERREUR libgsasl (%d): %s" gsasl-1.8.0/po/boldquot.sed0000664000000000000000000000033111760730650012470 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g s/“/“/g s/”/”/g s/‘/‘/g s/’/’/g gsasl-1.8.0/po/sr.gmo0000664000000000000000000001442411760732122011276 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %   R 2F (y ( d G0xJ~79X;4d&hFDA]6{ACN8I!2V&>}F%6)`(~#HBEW3H<WGs_4?PH:'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-24 22:19+0200 Last-Translator: Мирослав Николић Language-Team: Serbian Language: sr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); Кодирани подаци програма у основи64 за слање: Не могу да пронађем метод... Изаберите САСЛ метод: Изаберите САСЛ метод: Потврђивање клијента је завршено (серверу се верује)... Унесите податке за обраду ( за крај): Унесите податке за потврду клијента у основи64 (притисните за ништа): Унесите податке за потврду сервера у основи64 (притисните за ништа): није успело глобално ГнуТЛС покретање: %sније успело ГнуТЛС руковање: %sније успело ГнуТЛС покретање: %sУлазни списак САСЛ метода које подржава сервер: Излаз клијента: Излаз сервера: Снимак САСЛ-а је превелик: %zu Потврђивање сервера је завршено (клијенту се верује)... Сесија је завршена... Овај клијент подржава следеће методе: Овај сервер подржава следеће методе: Пробајте „%s --help“ за више података. Користим метод: добављам X.509 ГнуТЛС уверење: %sдобављам анонимно ГнуТЛС уверење: %sне могу да користим и „--smtp“ и „--imap“не могу да користим и „--starttls“ и „--no-starttls“не могу да проверим уверење сервера (rc=%d)грешка кодирања: %sгрешка исписивања метода: %sгрешка: не могу да рашчланим податке сервера: %s грешка: сервер није вратио симбол није успело добављање везова канала: %sнеуспех покретања: %sучитавам X.509 ГнуТЛС уверење: %sгрешка метода: %sметод није доступан: %sнедостаје аргументпотребни су и „--x509-cert-file“ и „--x509-key-file“нисам пронашао Х.509 издаваче уверењанисам пронашао X.509 издаваче уверења: %sуверење сервера је повученоуверење сервера нема познатог издавачауверење сервера није од поверењагрешка серверазадајем приоритет ГнуТЛС шифрера (%s): %s није успело подешавање основних ГнуТЛС вредности: %sзадајем X.509 ГнуТЛС уверење: %sзадајем анонимно ГнуТЛС уверење: %sније успело завршавање ГнуТЛС сесије: %sпроверавам парњаково уверење: %sgsasl-1.8.0/po/POTFILES.in0000664000000000000000000000014711746471770011735 00000000000000# List of source files containing translatable strings for GNU SASL. src/imap.c src/smtp.c src/gsasl.c gsasl-1.8.0/po/en@boldquot.gmo0000664000000000000000000001147311760732122013127 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %  q )u    3 ( BF B '  31ez3//$2T&*!, +:fy'%"#"FZt.#,!/ Q(^"#'%'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.8.0 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-28 19:14+0200 Last-Translator: Automatically generated Language-Team: none Language: en@boldquot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try ‘%s --help’ for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sgsasl-1.8.0/po/quot.sed0000664000000000000000000000023111760730650011626 00000000000000s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g s/ '\([^`']*\)' / ‘\1’ /g s/ '\([^`']*\)'$/ ‘\1’/g s/^'\([^`']*\)' /‘\1’ /g s/“”/""/g gsasl-1.8.0/po/pl.po0000664000000000000000000001550511760732122011122 00000000000000# Polish translation for gsasl. # Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Jakub Bogusz , 2004-2012. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-21 19:10+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Wybór mechanizmów SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Użycie mechanizmu:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "błąd: serwer nie zwrócił tokenu\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "błąd: nie udało się przeanalizować danych z serwera:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Wybór mechanizmów SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Wejściowa lista mechanizmów SASL obsługiwanych przez serwer:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Wyjście serwera:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Wyjście klienta:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Polecenie `%s --help' pozwoli uzyskać więcej informacji.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "brak argumentu" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "wymagane jest zarówno --x509-cert-file jak i --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "nie można użyć --starttls i --nostarttls jednocześnie" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "nie można użyć --smtp i --imap jednocześnie" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "błąd inicjalizacji: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "błąd wypisywania mechanizmów: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Mechanizmy obsługiwane przez tego klienta:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Mechanizmy obsługiwane przez ten serwer:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "Globalna inicjalizacja GnuTLS nie powiodła się: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "Inicjalizacja GnuTLS nie powiodła się: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "ustawienie wartości domyślnych GnuTLS nie powiodło się: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "przydzielanie anonimowych danych uwierzytelniających GnuTLS: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "ustawianie anonimowych danych uwierzytelniających GnuTLS: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "przydzielanie danych uwierzytelniających X.509 GnuTLS: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "wczytywanie danych uwierzytelniających X.509 GnuTLS: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "nie znaleziono CA X.509: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "nie znaleziono CA X.509" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "ustawianie danych uwierzytelniających X.509 GnuTLS: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "ustawianie priorytetu szyfrów GnuTLS (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "powitanie GnuTLS nie powiodło się: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "sprawdzanie certyfikatu drugiej strony: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "certyfikat serwera nie jest zaufany" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "certyfikat serwera nie ma znanego wystawcy" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "certyfikat serwera został anulowany" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "nie można zweryfikować certyfikatu serwera (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "pobranie przypisania kanału nie powiodło się: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Nie znaleziono mechanizmu...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mechanizm niedostępny: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "Dana uwierzytelniające base64 od klienta (RET jeśli żadne):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "Dane uwierzytelniające base64 od serwera (RET jeśli żadne):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "błąd serwera" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "błąd mechanizmu: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Uwierzytelnienie serwera zakończone (klient zaufał)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Uwierzytelnienie klienta zakończone (serwer zaufał)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Dane aplikacji (EOF aby zakończyć):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Zakodowane base64 dane aplikacji do wysłania:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "Rekord SASL zbyt duży: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "błąd kodowania: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Sesja zakończona...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "zakończenie sesji GnuTLS nie powiodło się: %s" gsasl-1.8.0/po/gsasl.pot0000664000000000000000000001132411760731167012007 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Simon Josefsson # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: gsasl 1.8.0\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "" gsasl-1.8.0/po/uk.po0000664000000000000000000002143411760732122011124 00000000000000# Translation of gsasl to Ukrainian # # Copyright (C) 2011 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # # Yuri Chornoivan , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: gsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 12:46+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.5\n" "Plural-Forms: nplurals=1; plural=0;\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Виберіть механізми SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Використаний механізм:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "помилка: сервером не повернуто лексему\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "помилка: не вдалося обробити дані сервера:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Виберіть механізм SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Вкажіть список механізмів SASL, які підтримуються сервером:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Дані, виведені сервером:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Дані, виведені клієнтом:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Щоб дізнатися більше, віддайте команду «%s --help».\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "не вистачає аргументу" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "слід вказати два параметри: --x509-cert-file і --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "не можна використовувати одночасно --starttls і --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "не можна використовувати одночасно --smtp і --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "помилка ініціалізації: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "помилка під час спроби побудови списку механізмів: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Цим клієнтом підтримуються такі механізми:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Цим сервером підтримуються такі механізми:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "Помилка ініціалізації GnuTLS на загальному рівні: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "Помилка ініціалізації GnuTLS: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "помилка встановлення типових параметрів GnuTLS: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "розміщення анонімних реєстраційних даних GnuTLS: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "встановлення анонімних реєстраційних даних GnuTLS: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "розміщення реєстраційних даних GnuTLS для X.509: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "завантаження реєстраційних даних GnuTLS для X.509: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "не знайдено CA X.509: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "не знайдено CA X.509" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "встановлення анонімних реєстраційних даних GnuTLS для X.509: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "встановлення пріоритету шифрування GnuTLS (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "Помилка під час спроби встановлення зв’язку з GnuTLS: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "перевірка сертифіката вузла: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "сертифікат сервера не є надійним" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "сертифікат сервера не було створено відомим видавцем" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "сертифікат сервера було відкликано" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "не вдалося перевірити сертифікат сервера (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "помилка під час спроби прив’язатися до каналу: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Не вдалося знайти механізм...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "механізм недоступний: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Вкажіть дані розпізнавання у форматі base64 від клієнта (натисніть Enter, " "якщо таких даних немає):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Вкажіть дані розпізнавання у форматі base64 від сервера (натисніть Enter, " "якщо таких даних немає):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "помилка на сервері" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "помилка механізму: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Розпізнавання на сервері завершено (клієнт визнано надійним)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Розпізнавання на клієнті завершено (сервер визнано надійним)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Вкажіть дані заяви (дані мають завершуватися символом EOF):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Закодовані у форматі Base64 дані, які буде надіслано:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "Запис SASL є занадто великим: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "помилка кодування: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Сеанс завершено...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "спроба переривання сеансу GnuTLS зазнала невдачі: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "помилка: сервером не повернуто очікувані дані SASL (відповідь мала " #~ "починатися з «334 »):\n" #~ "%s\n" gsasl-1.8.0/po/zh_CN.gmo0000664000000000000000000001111611760732122011646 000000000000000C())Sm3(BB=' 3.C3_//&/&A*h!,+!%>"d#. 4 G #^ , ! ( " # 'A %i  t 3# W n  - 2 \ \U !   , 6K`-x%%.2Aa$/" "&Iav 48Ts&"6&+ %,#$'0  "/! *()  .-Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.6.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2011-05-12 15:28+0800 Last-Translator: Ji ZhengYu Language-Team: Chinese (simplified) Language: zh_CN MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 要发送的 Base64 编码的应用程序数据: 找不到机制…… 选择SASL 方式: 选择 SASL 方式: 客户端认证完成(服务器可信)…… 输入应用程序数据(用 EOF 结束输入): 输入客户端发送的 base64 编码的应用程序数据(如果没有,请按回车): 输入服务器发送的 base64 编码的应用程序数据(如果没有,请按回车): GnuTLS 全局初始化失败:%sGnuTLS 握手失败:%sGnuTLS 初始化失败:%s服务器所支持的 SASL 方式入列表: 客户端的输出: 服务器的输出: SASL 记录太大: %zu 服务器认证完成(客户端可信)…… 会话结束... 这个客户端支持以下机制: 这个服务器支持以下机制: 尝试‘%s --help’以获得更多信息。 使用方式: 分配 X.509 GnuTLS 证书:%s分配匿名 GnuTLS 证书:%s不能同时使用 --smtp 和 --imap不能同时使用 --starttls 和 --no-starttls无法验证服务器证书(rc=%d)编码错误:%s列出机制时出错:%s错误:服务器未返回标识 绑定通道失败:%s初始化失败:%s载入 X.509 GnuTLS 证书:%s机制错误:%s机制不可用:%s缺少参数既需要 --x509-cert-file 也需要 --x509-key-file找不到 X.509 CA 证书找不到 X.509 CA 证书:%s服务器证书已被吊销服务器证书发行者未知服务器证书不可信设定 GnuTLS 密钥优先级(%s): %s 设定 GnuTLS 默认值失败:%s设定 X.509 GnuTLS 证书:%s设定匿名 GnuTLS 证书:%s终止 GnuTLS 会话失败:%s验证节点证书:%sgsasl-1.8.0/po/Makefile.in.in0000664000000000000000000003744211760730650012631 00000000000000# Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU General Public # License but which still want to provide support for the GNU gettext # functionality. # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # # Origin: gettext-0.18 GETTEXT_MACRO_VERSION = 0.18 PACKAGE = @PACKAGE@ VERSION = @VERSION@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localedir = @localedir@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ # We use $(mkdir_p). # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, # @install_sh@ does not start with $(SHELL), so we add it. # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake # versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d install_sh = $(SHELL) @install_sh@ MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ GMSGFMT_no = @GMSGFMT@ GMSGFMT_yes = @GMSGFMT_015@ GMSGFMT = $(GMSGFMT_$(USE_MSGCTXT)) MSGFMT_ = @MSGFMT@ MSGFMT_no = @MSGFMT@ MSGFMT_yes = @MSGFMT_015@ MSGFMT = $(MSGFMT_$(USE_MSGCTXT)) XGETTEXT_ = @XGETTEXT@ XGETTEXT_no = @XGETTEXT@ XGETTEXT_yes = @XGETTEXT_015@ XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT)) MSGMERGE = msgmerge MSGMERGE_UPDATE = @MSGMERGE@ --update MSGINIT = msginit MSGCONV = msgconv MSGFILTER = msgfilter POFILES = @POFILES@ GMOFILES = @GMOFILES@ UPDATEPOFILES = @UPDATEPOFILES@ DUMMYPOFILES = @DUMMYPOFILES@ DISTFILES.common = Makefile.in.in remove-potcdate.sin \ $(DISTFILES.common.extra1) $(DISTFILES.common.extra2) $(DISTFILES.common.extra3) DISTFILES = $(DISTFILES.common) Makevars POTFILES.in \ $(POFILES) $(GMOFILES) \ $(DISTFILES.extra1) $(DISTFILES.extra2) $(DISTFILES.extra3) POTFILES = \ CATALOGS = @CATALOGS@ # Makevars gets inserted here. (Don't remove this line!) .SUFFIXES: .SUFFIXES: .po .gmo .mo .sed .sin .nop .po-create .po-update .po.mo: @echo "$(MSGFMT) -c -o $@ $<"; \ $(MSGFMT) -c -o t-$@ $< && mv t-$@ $@ .po.gmo: @lang=`echo $* | sed -e 's,.*/,,'`; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo .sin.sed: sed -e '/^#/d' $< > t-$@ mv t-$@ $@ all: check-macro-version all-@USE_NLS@ all-yes: stamp-po all-no: # Ensure that the gettext macros and this Makefile.in.in are in sync. check-macro-version: @test "$(GETTEXT_MACRO_VERSION)" = "@GETTEXT_MACRO_VERSION@" \ || { echo "*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version $(GETTEXT_MACRO_VERSION) but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@" 1>&2; \ exit 1; \ } # $(srcdir)/$(DOMAIN).pot is only created when needed. When xgettext finds no # internationalized messages, no $(srcdir)/$(DOMAIN).pot is created (because # we don't want to bother translators with empty POT files). We assume that # LINGUAS is empty in this case, i.e. $(POFILES) and $(GMOFILES) are empty. # In this case, stamp-po is a nop (i.e. a phony target). # stamp-po is a timestamp denoting the last time at which the CATALOGS have # been loosely updated. Its purpose is that when a developer or translator # checks out the package via CVS, and the $(DOMAIN).pot file is not in CVS, # "make" will update the $(DOMAIN).pot and the $(CATALOGS), but subsequent # invocations of "make" will do nothing. This timestamp would not be necessary # if updating the $(CATALOGS) would always touch them; however, the rule for # $(POFILES) has been designed to not touch files that don't need to be # changed. stamp-po: $(srcdir)/$(DOMAIN).pot test ! -f $(srcdir)/$(DOMAIN).pot || \ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES) @test ! -f $(srcdir)/$(DOMAIN).pot || { \ echo "touch stamp-po" && \ echo timestamp > stamp-poT && \ mv stamp-poT stamp-po; \ } # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update', # otherwise packages like GCC can not be built if only parts of the source # have been downloaded. # This target rebuilds $(DOMAIN).pot; it is an expensive operation. # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed. $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed if LC_ALL=C grep 'GNU @PACKAGE@' $(top_srcdir)/* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \ package_gnu='GNU '; \ else \ package_gnu=''; \ fi; \ if test -n '$(MSGID_BUGS_ADDRESS)' || test '$(PACKAGE_BUGREPORT)' = '@'PACKAGE_BUGREPORT'@'; then \ msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \ else \ msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \ fi; \ case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ *) \ $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \ --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ --package-name="$${package_gnu}@PACKAGE@" \ --package-version='@VERSION@' \ --msgid-bugs-address="$$msgid_bugs_address" \ ;; \ esac test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ sed -f remove-potcdate.sed < $(DOMAIN).po > $(DOMAIN).2po && \ if cmp $(DOMAIN).1po $(DOMAIN).2po >/dev/null 2>&1; then \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(DOMAIN).po; \ else \ rm -f $(DOMAIN).1po $(DOMAIN).2po $(srcdir)/$(DOMAIN).pot && \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ else \ mv $(DOMAIN).po $(srcdir)/$(DOMAIN).pot; \ fi; \ } # This rule has no dependencies: we don't need to update $(DOMAIN).pot at # every "make" invocation, only create it when it is missing. # Only "make $(DOMAIN).pot-update" or "make dist" will force an update. $(srcdir)/$(DOMAIN).pot: $(MAKE) $(DOMAIN).pot-update # This target rebuilds a PO file if $(DOMAIN).pot has changed. # Note that a PO file is not touched if it doesn't need to be changed. $(POFILES): $(srcdir)/$(DOMAIN).pot @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ if test -f "$(srcdir)/$${lang}.po"; then \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ cd $(srcdir) \ && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ esac; \ }; \ else \ $(MAKE) $${lang}.po-create; \ fi install: install-exec install-data install-exec: install-data: install-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ for file in $(DISTFILES.common) Makevars.template; do \ $(INSTALL_DATA) $(srcdir)/$$file \ $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ for file in Makevars; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi install-data-no: all install-data-yes: all @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ if test -r $$cat; then realcat=$$cat; else realcat=$(srcdir)/$$cat; fi; \ $(INSTALL_DATA) $$realcat $(DESTDIR)$$dir/$(DOMAIN).mo; \ echo "installing $$realcat as $(DESTDIR)$$dir/$(DOMAIN).mo"; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \ cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \ fi; \ done; \ done install-strip: install installdirs: installdirs-exec installdirs-data installdirs-exec: installdirs-data: installdirs-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \ else \ : ; \ fi installdirs-data-no: installdirs-data-yes: @catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ dir=$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $(DESTDIR)$$dir; \ for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \ if test -n "$$lc"; then \ if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \ for file in *; do \ if test -f $$file; then \ ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \ fi; \ done); \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ else \ if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \ :; \ else \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \ mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \ fi; \ fi; \ fi; \ done; \ done # Define this as empty until I found a useful application. installcheck: uninstall: uninstall-exec uninstall-data uninstall-exec: uninstall-data: uninstall-data-@USE_NLS@ if test "$(PACKAGE)" = "gettext-tools"; then \ for file in $(DISTFILES.common) Makevars.template; do \ rm -f $(DESTDIR)$(gettextsrcdir)/$$file; \ done; \ else \ : ; \ fi uninstall-data-no: uninstall-data-yes: catalogs='$(CATALOGS)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \ done; \ done check: all info dvi ps pdf html tags TAGS ctags CTAGS ID: mostlyclean: rm -f remove-potcdate.sed rm -f stamp-poT rm -f core core.* $(DOMAIN).po $(DOMAIN).1po $(DOMAIN).2po *.new.po rm -fr *.o clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES *.mo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f stamp-po $(GMOFILES) distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(MAKE) update-po @$(MAKE) dist2 # This is a separate target because 'update-po' must be executed before. dist2: stamp-po $(DISTFILES) dists="$(DISTFILES)"; \ if test "$(PACKAGE)" = "gettext-tools"; then \ dists="$$dists Makevars.template"; \ fi; \ if test -f $(srcdir)/$(DOMAIN).pot; then \ dists="$$dists $(DOMAIN).pot stamp-po"; \ fi; \ if test -f $(srcdir)/ChangeLog; then \ dists="$$dists ChangeLog"; \ fi; \ for i in 0 1 2 3 4 5 6 7 8 9; do \ if test -f $(srcdir)/ChangeLog.$$i; then \ dists="$$dists ChangeLog.$$i"; \ fi; \ done; \ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \ for file in $$dists; do \ if test -f $$file; then \ cp -p $$file $(distdir) || exit 1; \ else \ cp -p $(srcdir)/$$file $(distdir) || exit 1; \ fi; \ done update-po: Makefile $(MAKE) $(DOMAIN).pot-update test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES) $(MAKE) update-gmo # General rule for creating PO files. .nop.po-create: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ exit 1 # General rule for updating PO files. .nop.po-update: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ cd $(srcdir); \ if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ *) \ $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ esac; \ }; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi $(DUMMYPOFILES): update-gmo: Makefile $(GMOFILES) @: # Recreate Makefile by invoking config.status. Explicitly invoke the shell, # because execution permission bits may not work on the current file system. # Use @SHELL@, which is the shell determined by autoconf for the use by its # scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ cd $(top_builddir) \ && @SHELL@ ./config.status $(subdir)/$@.in po-directories force: # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/po/nl.po0000664000000000000000000001715111760732122011117 00000000000000# Dutch translations for GNU gsasl. # Copyright (C) 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # # "Wie vrij wil zijn, moet zich niet aanpassen." # # Taco Witte , 2004, 2005, 2006. # Erwin Poeze , 2009, 2010. # Benno Schulenberg , 2008, 2010, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: gsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-22 21:18+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Gekozen SASL-methoden:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Gebruikte methode:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "fout: server heeft geen token teruggegeven\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "Fout: kan server-gegevens niet ontleden:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Kies de SASL-methode:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Invoerlijst van SASL-methoden ondersteund door server:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Serveruitvoer:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Cliëntuitvoer:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Typ '%s --help' voor meer informatie.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "ontbrekend argument" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "opties '--x509-cert-file' en '--x509-key-file' zijn beide nodig" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "opties '--starttls' en '--no-starttls' gaan niet samen" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "opties '--smtp' en '--imap' gaan niet samen" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "initialisatiefout: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "fout bij opsommen van methoden: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Deze cliënt ondersteunt de volgende methoden:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Deze server ondersteunt de volgende methoden:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "algemene GnuTLS-initialisatie is mislukt: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "GnuTLS-initialisatie is mislukt: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "instellen van GnuTLS-standaardwaarden is mislukt: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "reserveren van anonieme GnuTLS-vertrouwensgegevens: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "instellen van anonieme GnuTLS-vertrouwensgegevens: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "reserveren van X.509 GnuTLS-vertrouwensgegevens: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "laden van X.509 GnuTLS-vertrouwensgegevens: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "geen X.509 certificaatautoriteiten gevonden: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "geen X.509 certificaatautoriteiten gevonden" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "instellen van X.509 GnuTLS-vertrouwensgegevens: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "instellen van GnuTLS-sleuteluitwisselingsprioriteit (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS-handshake is mislukt: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "verifiëren van certificaat van andere computer: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "servercertificaat wordt niet vertrouwd" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "servercertificaat heeft geen bekende uitgever" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "servercertificaat is ingetrokken" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "kan servercertificaat niet verifiëren (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "verkrijgen van kanaalbinding is mislukt: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Kan methode niet vinden...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "methode is onbeschikbaar: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Geef base64-authenticatiegegevens van de cliënt (druk op Enter als geen):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Geef base64-authenticatiegegevens van de server (druk op Enter als geen):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "serverfout" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "methodefout: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Serverauthenticatie is voltooid (cliënt wordt vertrouwd).\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Cliëntauthenticatie is voltooid (server wordt vertrouwd).\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Voer toepassingsgegevens in (geef EOF om af te sluiten):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Te verzenden base64-gecodeerde toepassingsgegevens:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "SASL-record is te lang: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "coderingsfout: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Sessie is voltooid.\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "beëindigen van GnuTLS-sessie is mislukt: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "fout: server levert niet de verwachte SASL-gegevens (moet beginnen met " #~ "'334 '):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "fout: server levert niet de verwachte SASL-gegevens (moet beginnen met '+ " #~ "'):\n" #~ "%s\n" #~ msgid "" #~ "\n" #~ "Report bugs to <%s>.\n" #~ msgstr "" #~ "\n" #~ "Rapporteer gebreken in het programma aan <%s>;\n" #~ "meld fouten in de vertaling aan .\n" gsasl-1.8.0/po/remove-potcdate.sin0000664000000000000000000000066011760730650013760 00000000000000# Sed script that remove the POT-Creation-Date line in the header entry # from a POT file. # # The distinction between the first and the following occurrences of the # pattern is achieved by looking at the hold space. /^"POT-Creation-Date: .*"$/{ x # Test if the hold space is empty. s/P/P/ ta # Yes it was empty. First occurrence. Remove the line. g d bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } gsasl-1.8.0/po/sq.po0000664000000000000000000001333111760732122011125 00000000000000# Përkthimi i mesazheve të gsasl në shqip # This file is distributed under the same license as the gsasl package. # Copyright (C) 2004 Free Software Foundation, Inc. # Laurent Dhima , 2004. # msgid "" msgstr "" "Project-Id-Version: gsasl 0.1.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2004-09-11 11:58+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, fuzzy, c-format msgid "Chose SASL mechanisms:\n" msgstr "Zgjidh mekanizmin SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Duke përdorur mekanizmin:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, fuzzy, c-format msgid "Choose SASL mechanism:\n" msgstr "Zgjidh mekanizmin SASL:\n" #: src/gsasl.c:187 #, fuzzy, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Input mekanizmit SASL të suportuar nga serveri:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Rezultati nga serveri:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Rezultati nga klienti:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "" #: src/gsasl.c:422 #, fuzzy, c-format msgid "error listing mechanisms: %s" msgstr "Duke përdorur mekanizmin:\n" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Ky klient suporton mekanizmat në vijim:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Ky server suporton mekanizmat në vijim:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "" #: src/gsasl.c:581 #, fuzzy, c-format msgid "server certificate is not trusted" msgstr "Autentifikimi nga serveri përfundoi (klient i besuar)...\n" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "E pamundur gjetja e mekanizmit...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Shto të dhënat me bazë64 të autentifikimit nga klienti (shtyp RET nëse nuk " "duhen):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Shto të dhënat me bazë64 të autentifikimit nga serveri (shtyp RET nëse nuk " "duhen):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Autentifikimi nga serveri përfundoi (klient i besuar)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Autentifikimi i klientit përfundoi (i besuar nga serveri)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Shkruaj të dhënat e programit (EOF për të mbaruar):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Të dhënat e kodifikuara me bazë64 të programit për t'u dërguar:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Seanca përfundoi...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "" #~ msgid "Libgsasl error (%d): %s" #~ msgstr "Gabim i libgsasl (%d): %s" gsasl-1.8.0/po/vi.gmo0000664000000000000000000001366411760732122011275 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %   @" c   T L jVg()(R{L'% 3TS?<IA@CS)P}E)-;W5.:I dj? CI:M@W1n9:>/T/'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 14:35+0700 Last-Translator: Trần Ngọc Quân Language-Team: Vietnamese Language: vi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; X-Generator: LocFactoryEditor 1.8 X-Poedit-Language: Vietnamese X-Poedit-Country: VIET NAM X-Poedit-SourceCharset: utf-8 Dữ liệu ứng dụng đã mã hóa cơ số 64 cần gởi: Không tìm thấy cơ cấu... Chọn cơ cấu SASL: Chọn cơ cấu SASL: Việc xác thực ứng dụng khách đã xong (máy phục vụ được tin)... Nhập dữ liệu ứng dụng (EOF [kết thức tập tin] để xong): Nhập dữ liệu xác thực cơ số 64 từ ứng dụng khách (ấn phím RETURN nếu không có): Nhập dữ liệu xác thực cơ số 64 từ máy phục vụ (ấn phím RETURN nếu không có): Lỗi sở khởi toàn cục GnuTLS: %slỗi thiết lập quan hệ GnuTLS: %sLỗi sở khởi GnuTLS: %sNh92p danh sách các cơ cấu SASL được máy phục vụ hỗ trợ : Kết xuất từ ứng dụng khách: Kết xuất từ máy phục vụ : Bản ghi SASL quá lớn: %zu Việc xác thực máy phục vụ đã xong (ứng dụng khách được tin)... Phiên chạy đã xong... Ứng dụng khách này hỗ trợ các cơ cấu theo đây: Máy phục vụ này hỗ trợ các cơ cấu theo đây: Hãy chạy lệnh "%s --help" (trợ giúp) để xem thông tin thêm. Đang dùng cơ cấu: đang cấp phát thông tin xác thực GnuTLS kiểu X.509: %sđang cấp phát thông tin xác thực GnuTLS kiểu vô danh: %skhông thể dùng tùy chọn "--smtp" với "--imap" (hai giao thức khác nhau)không thể dùng tùy chọn "--starttls" (có) với "--no-starttls" (không)không thể thẩm tra chứng nhận của máy phục vụ (rc=%d)gặp lỗi mã hóa: %sgặp lỗi khi liệt kê cơ cấu : %slỗi: không thể phân tích dữ liệu máy chủ: %s lỗi: máy chủ không trả về một thẻ bài Ràng buộc kênh chào hởi gặp lỗi: %slỗi sở khởi: %sđang tải thông tin xác thực GnuTLS kiểu X.509: %sgặp lỗi cơ cấu : %scơ cấu không sẵn sàng: %sđối số còn thiếucần thiết cả "--x509-cert-file" (tập tin chứng nhận) lẫn "--x509-key-file" (tập tin khóa)không tìm thấy Nhà Cầm Quyền Chứng Nhận X.509 nàokhông tìm thấy Nhà Cầm Quyền Chứng Nhận X.509 nào: %schứng nhận của máy phục vụ đã bị hủy bỏchứng nhận của máy phục vụ không có nhà phát hành đã biếtchứng nhận của máy phục vụ không phải là tin câylỗi máy phục vụđang đặt ưu tiên mật mã GnuTLS (%s): %s lỗi đặt các giá trị mặc định cho GnuTLS: %sđang đặt thông tin xác thực GnuTLS kiểu X509: %sđang đặt thông tin xác thực GnuTLS kiểu vô danh: %skết thúc phiên chạy GnuTLS bị lỗi: %sđang thẩm tra chứng nhận ngang hàng: %sgsasl-1.8.0/po/it.gmo0000664000000000000000000001232111760732122011260 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %   3 %   7! 0Y X V 3:$n+=%7E}..- 143f'28.%E5k-5!1'Ys2+ 88'q7424K.!'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl-1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 16:22+0200 Last-Translator: Sergio Zanchetta Language-Team: Italian Language: it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n!=1); Dati applicazione codificati in base64 da inviare: Impossibile trovare il meccanismo... Selezionare meccanismo SASL: Meccanismo SASL scelto: Autenticazione del client terminata (server fidato)... Inserire dati applicazione (EOF per terminare): Inserire i dati di autenticazione in base64 dal client (premere INVIO se non presenti): Inserire dati di autenticazione in base64 dal server (premere INVIO se non presenti): inizializzazione globale di GnuTLS non riuscita: %shandshake di GnuTLS non riuscito: %sinizializzazione di GnuTLS non riuscita: %sInserire l'elenco dei meccanismi SASL supportati dal server: Output dal client: Output dal server: Record SASL troppo grande: %zu Autenticazione del server terminata (client fidato)... Sessione terminata... Questo client supporta i seguenti meccanismi: Questo server supporta i seguenti meccanismi: Usare "%s --help" per maggiori informazioni. Meccanismo in uso: allocazione della credenziale X.509 di GnuTLS: %sallocazione delle credenziali anonime di GnuTLS: %simpossibile usare sia --smtp che --imapimpossibile usare sia --starttls che --no-starttlsimpossibile verificare il certificato del server (rc=%d)errore di codifica: %serrore nell'elencare i meccanismi: %serrore: impossibile analizzare i dati del server: %s errore: il server non ha restituito un token recupero dell'associazione di canale non riuscito: %sinizializzazione non riuscita: %scaricamento della credenziale X.509 di GnuTLS: %serrore del meccanismo: %smeccanismo non disponibile: %sargomento mancantenecessari sia --x509-cert-file che --x509-key-filenessun CA X.509 trovatonessun CA X.509 trovato: %sil certificato del server è stato revocatoil certificato del server non ha un emittente conosciutoil certificato del server non è fidatoerrore del serverimpostazione priorità del cifrario di GnuTLS (%s): %s impostazione dei predefiniti GnuTLS non riuscita: %simpostazione della credenziale X.509 di GnuTLS: %simpostazione delle credenziali anonime di GnuTLS: %sarresto della sessione GnuTLS non riuscito: %sverifica certificato del peer: %sgsasl-1.8.0/po/fi.gmo0000664000000000000000000001207711760732122011252 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %   2    4* 1_ H I $$ Ij1 4 ?,U-)#&A?L- 0)+Z*##L1(~,-" A-O(}$'/#'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 14:53+0200 Last-Translator: Jorma Karvonen Language-Team: Finnish Language: fi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=n != 1; Base64-koodattua sovellusdataa lähetettävänä: Mekanismia ei löydy... Valitse SASL-mekanismi: Valitse SASL-mekanismit: Asiakasvarmennus päättynyt (palvelin luotettu)... Kirjoita sovellusdataa (Päätä EOF-merkillä): Kirjoita base64-varmennedataa asiakkaalta (paina RET, jos ei mitään): Kirjoita base64-varmennedataa palvelimelta (paina RET, jos ei mitään): GnuTLS-yleisalustus epäonnistui: %sGnuTLS-kättely epäonnistui: %sGnuTLS-alustus epäonnistui: %sPalvelin tukee SASL-mekanismien syöteluetteloa: Tuloste asiakkaalta: Tuloste palvelimelta: SASL-tietue on liian suuri: %zu Palvelinvarmennus päättynyt (asiakas luotettu)... Istunto päättyi... Tämä asiakas tukee seuraavia mekanismeja: Tämä palvelin tukee seuraavia mekanismeja: Lisätietoja käskyllä ”%s --help”. Käytetään mekanismia: varataan X.509 GnuTLS-valtuutus: %svarataan anonyymi GnuTLS-valtuutus: %sei voi käyttää sekä valitsinta --smtp että valitsinta --imapei voi käyttää sekä valitsinta --starttls että valitsinta --no-starttlsei voitu todentaa palvelinvarmennetta (rc=%d)koodausvirhe: %svirheluettelomekanismit: %svirhe: ei voitu jäsentää palvelintietoja: %s virhe: palvelin ei palauttanut merkkijonoa kanavasitomisen hakeminen epäonnistui: %salustusvirhe: %sladataan X.509 GnuTLS-valtuutus: %smekanismivirhe: %smekanismi on tavoittamattomissa: %spuuttuva argumenttitarvitsee sekä valitsimen --x509-cert-file että valitsimen --x509-key-fileei löytynyt X.509-varmennusviranomaisiaei löytynyt X.509-varmennusviranomaisia: %spalvelinvarmenne on peruttupalvelinvarmenteen julkaisija ei ole tunnettupalvelinvarmenne ei ole luotettavapalvelinvirheasetetaan GnuTLS-salausprioriteetti (%s): %s GnuTLS-oletusten asetus epäonnistui: %sasetetaan X.509 GnuTLS-valtuutus: %sasetetaan anonyymi GnuTLS-valtuutus: %sGnuTLS-istunnon päättäminen epäonnistui: %stodenna vertaisvarmenne: %sgsasl-1.8.0/po/eo.gmo0000664000000000000000000001161611760732122011255 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %  w -{   4 ,4 Ea E ) 78W4 00N'&(" -,/Z#2#&=%Rx0+;!g ,+%'(>&g'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 20:27-0300 Last-Translator: Felipe Castro Language-Team: Esperanto Language: eo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Base64-enkodita aplikaĵ-datumaro por sendi: Ni ne povis trovi mekanismon... Elektu mekanismon SASL: Elektitaj mekanismoj SASL: Klienta aŭtentigo finis (servilo estas fidinda)... Enmetu aplikaĵan datumaron (EOF por fini): Enmetu aŭtentigan datumaron base64 el kliento (premu RET se nenio): Enmetu aŭtentigan datumaron base64 el servilo (premu RET se nenio): Ĝenerala ekigo de GnuTLS malsukcesis: %sKvitanco GnuTLS malsukcesis: %sEkigo de GnuTLS malsukcesis: %sEnig-listo de mekanismoj SASL subtenataj de la servilo: Eligo el kliento: Eligo el servilo: Rikordo SASL tro granda: %zu Servila aŭtentigo finis (kliento estas fidinda)... Seanco finiĝis... Tiu ĉi kliento subtenas la jenajn mekanismojn: Tiu ĉi servilo subtenas la jenajn mekanismojn: Provu '%s --help' por pli da informoj. Uzata mekanismo: rezervo de X.509-legitimilo GnuTLS: %srezervo de sennoma legitimilo GnuTLS: %sne povas uzi kaj --smtp kaj --imapne povas uzi kaj --starttls kaj --no-starttlsni ne povis kontroli servilan atestilon (rc=%d)enkoda eraro: %seraro dum listigo de mekanismoj: %seraro: ne eblis analizi la servilan datumaron: %s eraro: servilo ne liveris ĵetonon akiro de kanalo-ligado malsukcesis: %sekiga malsukceso: %sŝargo je X.509-legitimilo GnuTLS: %smekanisma eraro: %smekanismo nedisponebla: %smankas argumentonecesas kaj --x509-cert-file kaj --x509-key-fileneniu X.509 CA troviteneniu X.509 CA trovite: %sservila atestilo estas revokataservila atestilo ne havis konatan eldonantoservila atestilo ne estas fidindaservila erarodifino de ĉifra prioritato GnuTLS (%s): %s difino de GnuTLS-defaŭltoj malsukcesis: %sdifino de X.509-legitimilo GnuTLS: %sdifino de sennoma legitimilo GnuTLS: %sĉesigo de seanco GnuTLS malsukcesis: %skontrolado de samtavolana atestilo: %sgsasl-1.8.0/po/en@boldquot.header0000664000000000000000000000247111760730650013577 00000000000000# All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # gsasl-1.8.0/po/eu.gmo0000664000000000000000000000343311760732122011261 00000000000000H)Is3(BB-p3//C{U9 -*:XMQ3H-a,0   Base64 encoded application data to send: Cannot find mechanism... Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): Output from client: Output from server: Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Using mechanism: Project-Id-Version: gsasl 0.1.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2004-11-05 16:36+0100 Last-Translator: Mikel Olasagasti Language-Team: Basque Language: eu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bidaliko den aplikazio datuak base64 moduan kodifikatua: Ezin da mekanismoa aurkitu... Bezeroa egiaztatua (zerbitzariak fidatua)... Sartu aplikazioaren datuak (fitxategi-amaiera amaitzeko): Sartu bezeroko egiaztapen datuak base64 moduan (sakatu INTRO behar ez bada): Sartu zerbitzariko egiaztapen datuak base64 moduan (sakatu INTRO behar ez bada): Bezeroaren irteera: Zerbitzariaren irteera: Zerbitzaria egiaztatua (bezeroak fidatua)... Saioa amaituta... Bezero honek mekanismo hauek onartzen ditu: Zerbitzari honek mekanismo hauek onartzen ditu: Mekanismo hau erabiltzen: gsasl-1.8.0/po/eu.po0000664000000000000000000001322711760732122011117 00000000000000# Vasco translation of gsasl. # Copyright (C) 2004 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Mikel Olasagasti , 2004. # , fuzzy # # msgid "" msgstr "" "Project-Id-Version: gsasl 0.1.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2004-11-05 16:36+0100\n" "Last-Translator: Mikel Olasagasti \n" "Language-Team: Basque \n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, fuzzy, c-format msgid "Chose SASL mechanisms:\n" msgstr "Aukeratu SASL mekanismoa:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Mekanismo hau erabiltzen:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, fuzzy, c-format msgid "Choose SASL mechanism:\n" msgstr "Aukeratu SASL mekanismoa:\n" #: src/gsasl.c:187 #, fuzzy, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Sartu zerbitzariak onartzen dituen SASL mekanismoak:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Zerbitzariaren irteera:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Bezeroaren irteera:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "" #: src/gsasl.c:422 #, fuzzy, c-format msgid "error listing mechanisms: %s" msgstr "Mekanismo hau erabiltzen:\n" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Bezero honek mekanismo hauek onartzen ditu:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Zerbitzari honek mekanismo hauek onartzen ditu:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "" #: src/gsasl.c:581 #, fuzzy, c-format msgid "server certificate is not trusted" msgstr "Zerbitzaria egiaztatua (bezeroak fidatua)...\n" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Ezin da mekanismoa aurkitu...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Sartu bezeroko egiaztapen datuak base64 moduan (sakatu INTRO behar ez " "bada):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Sartu zerbitzariko egiaztapen datuak base64 moduan (sakatu INTRO behar ez " "bada):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Zerbitzaria egiaztatua (bezeroak fidatua)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Bezeroa egiaztatua (zerbitzariak fidatua)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Sartu aplikazioaren datuak (fitxategi-amaiera amaitzeko):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Bidaliko den aplikazio datuak base64 moduan kodifikatua:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Saioa amaituta...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "" #~ msgid "Libgsasl error (%d): %s" #~ msgstr "Libgsasl errorea (%d): %s" gsasl-1.8.0/po/uk.gmo0000664000000000000000000001552211760732122011271 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %   \ 5 (M *v t j+Y`/4k-1-_6t!9P[PW+URXR-]T%3`YQH YU-V%4+Z(V"%AHb<"*SMVi\bY8'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-18 12:46+0300 Last-Translator: Yuri Chornoivan Language-Team: Ukrainian Language: uk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Generator: Lokalize 1.5 Plural-Forms: nplurals=1; plural=0; Закодовані у форматі Base64 дані, які буде надіслано: Не вдалося знайти механізм... Виберіть механізм SASL: Виберіть механізми SASL: Розпізнавання на клієнті завершено (сервер визнано надійним)... Вкажіть дані заяви (дані мають завершуватися символом EOF): Вкажіть дані розпізнавання у форматі base64 від клієнта (натисніть Enter, якщо таких даних немає): Вкажіть дані розпізнавання у форматі base64 від сервера (натисніть Enter, якщо таких даних немає): Помилка ініціалізації GnuTLS на загальному рівні: %sПомилка під час спроби встановлення зв’язку з GnuTLS: %sПомилка ініціалізації GnuTLS: %sВкажіть список механізмів SASL, які підтримуються сервером: Дані, виведені клієнтом: Дані, виведені сервером: Запис SASL є занадто великим: %zu Розпізнавання на сервері завершено (клієнт визнано надійним)... Сеанс завершено... Цим клієнтом підтримуються такі механізми: Цим сервером підтримуються такі механізми: Щоб дізнатися більше, віддайте команду «%s --help». Використаний механізм: розміщення реєстраційних даних GnuTLS для X.509: %sрозміщення анонімних реєстраційних даних GnuTLS: %sне можна використовувати одночасно --smtp і --imapне можна використовувати одночасно --starttls і --no-starttlsне вдалося перевірити сертифікат сервера (rc=%d)помилка кодування: %sпомилка під час спроби побудови списку механізмів: %sпомилка: не вдалося обробити дані сервера: %s помилка: сервером не повернуто лексему помилка під час спроби прив’язатися до каналу: %sпомилка ініціалізації: %sзавантаження реєстраційних даних GnuTLS для X.509: %sпомилка механізму: %sмеханізм недоступний: %sне вистачає аргументуслід вказати два параметри: --x509-cert-file і --x509-key-fileне знайдено CA X.509не знайдено CA X.509: %sсертифікат сервера було відкликаносертифікат сервера не було створено відомим видавцемсертифікат сервера не є надійнимпомилка на серверівстановлення пріоритету шифрування GnuTLS (%s): %s помилка встановлення типових параметрів GnuTLS: %sвстановлення анонімних реєстраційних даних GnuTLS для X.509: %sвстановлення анонімних реєстраційних даних GnuTLS: %sспроба переривання сеансу GnuTLS зазнала невдачі: %sперевірка сертифіката вузла: %sgsasl-1.8.0/po/Rules-quot0000664000000000000000000000340011760730650012145 00000000000000# Special Makefile rules for English message catalogs with quotation marks. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot .SUFFIXES: .insert-header .po-update-en en@quot.po-create: $(MAKE) en@quot.po-update en@boldquot.po-create: $(MAKE) en@boldquot.po-update en@quot.po-update: en@quot.po-update-en en@boldquot.po-update: en@boldquot.po-update-en .insert-header.po-update-en: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ tmpdir=`pwd`; \ echo "$$lang:"; \ ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "creation of $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ exit 1; \ fi; \ fi; \ else \ echo "creation of $$lang.po failed!" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ fi en@quot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header en@boldquot.insert-header: insert-header.sin sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' $(srcdir)/insert-header.sin > en@boldquot.insert-header mostlyclean: mostlyclean-quot mostlyclean-quot: rm -f *.insert-header gsasl-1.8.0/po/ro.gmo0000664000000000000000000000355511760732122011275 00000000000000H)Is3(BB-p3//CU--DH6WWtD,,*W   Base64 encoded application data to send: Cannot find mechanism... Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): Output from client: Output from server: Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Using mechanism: Project-Id-Version: gsasl 0.2.2 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2004-12-29 12:00-0500 Last-Translator: Laurentiu Buzdugan Language-Team: Romanian Language: ro MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Datele aplicaiei encodate Base64 de trimis: Nu pot gsi mecanismul... Autentificarea clientului a fost terminat (server de ncredere)... Introducei datele aplicaiei (EOF pentru a termina): Introducei datele de autentificare base64 de la client (apsai RET dac nu exist): Introducei datele de autentificare base64 de la server (apsai RET dac nu exist): Ieirea de la client: Ieirea de la server: Autentificarea clientului a fost terminat (client de ncredere)... Sesiune terminat... Acest client suport urmtoarele mecanisme: Acest server suport urmtoarele mecanisme: Folosind mecanismul: gsasl-1.8.0/po/Makevars0000664000000000000000000000342111746471770011652 00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = Simon Josefsson # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = bug-gsasl@gnu.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = gsasl-1.8.0/po/sk.gmo0000664000000000000000000001160311760732122011263 00000000000000.=)5M3e(BB'Hp 3 3'[/p/&& *0![,}+#!EYs.#, !. (P "y # ' %  - 4 % 2 M <g 2 L L$ +q  ! ; ,&A<h//4S1n5+619k)3 -@=6~:!.(A.j304&3(Z '  !#+ "&* $),-% .(Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.4.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2010-02-26 23:15+0100 Last-Translator: Ivan Masár Language-Team: Slovak Language: sk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2); Dáta aplikácie v base64, ktoré sa majú poslať: Nepodarilo sa nájsť mechanizmus... Vyberte mechanizmus SASL: Vyberte mechanizmy SASL: Overenie u klienta dokončené (server je dôveryhodný)... Zadajte dáta aplikácie (ukončite pomocou EOF): Zadajte overovacie údaje v base64 od klienta (ak žiadne, stlačte Enter): Zadajte overovacie údaje v base64 od servera (ak žiadne, stlačte Enter): globálna inicializácia GnuTLS zlyhala: %szlyhal GnuTLS handshake: %sinicializácia GnuTLS zlyhala: %sVstupný zoznam mechanizmov SASL, ktoré server podporuje: Výstup od klienta: Výstup zo servera: Záznam SASL je príliš veľký: %zu Overenie u servera dokončené (klient je dôveryhodný)... Relácia dokončená... Tento klient podporuje nasledovné mechanizmy: Tento server podporuje nasledovné mechanizmy: Viac informácií získate pomocou „%s --help“. Používa sa mechanizmus: vyhradzujú sa X.509 overovacie údaje GnuTLS: %svyhradzujú sa anonymné overovacie údaje GnuTLS: %snemožno použiť súčasne --smtp a --imapnemožno použiť súčasne --starttls a --no-starttlscertifikát servera sa nepodarilo overiť (rc=%d)chyba kódovania: %schyba pri výpise zoznamu mechanizmov: %schyba inicializácie: %snačítavajú sa X.509 overovacie údaje GnuTLS: %schyba mechanizmu: %smechanizmus nie je dostupný: %schýba argumentvyžadujú sa oba argumenty: --x509-cert-file aj --x509-key-fileneboli nájdené žiadne X.509 certifikačné autorityneboli nájdené žiadne X.509 certifikačné autority: %scertifikát servera bol odvolanýcertifikát servera nemá známeho vydavateľacertifikát servera nie je dôveryhodnýnastavuje sa priorita šifier GnuTLS (%s): %s nastavenie predvolených hodnôt GnuTLS zlyhalo: %snastavujú sa X.509 overovacie údaje GnuTLS: %snastavujú sa anonymné overovacie údaje GnuTLS: %sukončenie relácie GnuTLS zlyhalo: %soveruje sa certifikát druhej strany: %sgsasl-1.8.0/po/en@quot.gmo0000664000000000000000000001145711760732122012270 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %  m )q    3 ( BB B '  3-av3// *P{&*!,+.Zm'%"#:Nh.y#,!# E(R"{#'%'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.8.0 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-28 19:14+0200 Last-Translator: Automatically generated Language-Team: none Language: en@quot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try ‘%s --help’ for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sgsasl-1.8.0/po/sq.gmo0000664000000000000000000000352611760732122011276 00000000000000H)Is3(BB-p3//C{UF">;8zXX e}:)):   Base64 encoded application data to send: Cannot find mechanism... Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): Output from client: Output from server: Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Using mechanism: Project-Id-Version: gsasl 0.1.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2004-09-11 11:58+0200 Last-Translator: Laurent Dhima Language-Team: Albanian Language: sq MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Të dhënat e kodifikuara me bazë64 të programit për t'u dërguar: E pamundur gjetja e mekanizmit... Autentifikimi i klientit përfundoi (i besuar nga serveri)... Shkruaj të dhënat e programit (EOF për të mbaruar): Shto të dhënat me bazë64 të autentifikimit nga klienti (shtyp RET nëse nuk duhen): Shto të dhënat me bazë64 të autentifikimit nga serveri (shtyp RET nëse nuk duhen): Rezultati nga klienti: Rezultati nga serveri: Autentifikimi nga serveri përfundoi (klient i besuar)... Seanca përfundoi... Ky klient suporton mekanizmat në vijim: Ky server suporton mekanizmat në vijim: Duke përdorur mekanizmin: gsasl-1.8.0/po/eo.po0000664000000000000000000001573711760732122011121 00000000000000# Esperanto translation. # Copyright (C) 2011, 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Felipe Castro , 2011, 2012. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 20:27-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Elektitaj mekanismoj SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Uzata mekanismo:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "eraro: servilo ne liveris ĵetonon\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "eraro: ne eblis analizi la servilan datumaron:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Elektu mekanismon SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Enig-listo de mekanismoj SASL subtenataj de la servilo:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Eligo el servilo:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Eligo el kliento:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Provu '%s --help' por pli da informoj.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "mankas argumento" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "necesas kaj --x509-cert-file kaj --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "ne povas uzi kaj --starttls kaj --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "ne povas uzi kaj --smtp kaj --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "ekiga malsukceso: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "eraro dum listigo de mekanismoj: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Tiu ĉi kliento subtenas la jenajn mekanismojn:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Tiu ĉi servilo subtenas la jenajn mekanismojn:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "Ĝenerala ekigo de GnuTLS malsukcesis: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "Ekigo de GnuTLS malsukcesis: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "difino de GnuTLS-defaŭltoj malsukcesis: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "rezervo de sennoma legitimilo GnuTLS: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "difino de sennoma legitimilo GnuTLS: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "rezervo de X.509-legitimilo GnuTLS: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "ŝargo je X.509-legitimilo GnuTLS: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "neniu X.509 CA trovite: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "neniu X.509 CA trovite" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "difino de X.509-legitimilo GnuTLS: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "difino de ĉifra prioritato GnuTLS (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "Kvitanco GnuTLS malsukcesis: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "kontrolado de samtavolana atestilo: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "servila atestilo ne estas fidinda" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "servila atestilo ne havis konatan eldonanto" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "servila atestilo estas revokata" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "ni ne povis kontroli servilan atestilon (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "akiro de kanalo-ligado malsukcesis: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Ni ne povis trovi mekanismon...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mekanismo nedisponebla: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "Enmetu aŭtentigan datumaron base64 el kliento (premu RET se nenio):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "Enmetu aŭtentigan datumaron base64 el servilo (premu RET se nenio):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "servila eraro" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "mekanisma eraro: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Servila aŭtentigo finis (kliento estas fidinda)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Klienta aŭtentigo finis (servilo estas fidinda)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Enmetu aplikaĵan datumaron (EOF por fini):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Base64-enkodita aplikaĵ-datumaro por sendi:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "Rikordo SASL tro granda: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "enkoda eraro: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Seanco finiĝis...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "ĉesigo de seanco GnuTLS malsukcesis: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "eraro: Servilo ne redonis atenditan datumaron SASL (ĝi devas komenciĝi " #~ "per '334 '):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "eraro: Servilo ne redonis atenditan datumaron SASL (ĝi devas komenciĝi " #~ "per '+ '):\n" #~ "%s\n" gsasl-1.8.0/po/sv.gmo0000664000000000000000000001117611760732122011303 00000000000000.=)5M3e(BB'Hp 3 3'[/p/&& *0![,}+#!EYs.#, !. (P "y # ' %  - *    45 1j P P !> $`  <   4(]0r/(&'8)`4,"&2Yi3!+"J3m9().. ] '  !#+ "&* $),-% .(Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.4.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2010-02-23 19:51+0100 Last-Translator: Daniel Nylander Language-Team: Swedish Language: sv MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Base64-kodad applikationsdata att skicka: Kan inte hitta mekanism... Välj SASL-mekanism: Välj SASL-mekanismer: Klientautentisering avslutat (server verifierad)... Mata in applikationsdata (EOF för att avsluta): Mata in base64 autentiseringsdata från klient (finns inget data, tryck ENTER): Mata in base64 autentiseringsdata från server (finns inget data, tryck ENTER): GnuTLS globalt initieringsfel: %sGnuTLS handskakning misslyckades: %sGnuTLS initieringsfel: %sMata in lista på de SASL-mekanismer som stöds av servern: Utdata från klient: Utdata från server: SASL-posten är för stor: %zu Serverautentisering avslutad (klient verifierad)... Session avslutad... Den här klienten stöder följande mekanismer: Den här servern stöder följande mekanismer: Prova "%s --help" för mer information. Använder mekanism: allokerar X.509 GnuTLS-behörighet: %sallokerar anonym GnuTLS-behörighet: %skan inte använda både --smtp och --imapkan inte använda både --starttls och --no-starttlskunde inte validera servercertifikat (rc=%d)kodningsfel: %sfel vid listning av mekanismer: %sinitieringsfel: %släser in X.509 GnuTLS-behörighet: %smekanismfel: %smekanism ej tillgänglig: %sargument saknasbehöver både --x509-cert-file och --x509-key-fileinga X.509 CA hittadesinga X.509 CA hittades: %sservercertifikat har återkallatsservercertifikat har inte en känd utgivareservercertifikat är ej pålitligtställer in prioritet för GnuTLS-chiffer (%s): %s inställning av GnuTLS förvalda värden misslyckades: %sställer in X.509 GnuTLS-behörighet: %sställer in anonym GnuTLS-behörighet: %sterminering av GnuTLS-session misslyckades: %svaliderar motpartscertifikat: %sgsasl-1.8.0/po/it.po0000664000000000000000000001650411760732122011123 00000000000000# Italian translation for gsasl. # Copyright (C) 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Sergio Zanchetta , 2010, 2011, 2012. # msgid "" msgstr "" "Project-Id-Version: gsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 16:22+0200\n" "Last-Translator: Sergio Zanchetta \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Meccanismo SASL scelto:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Meccanismo in uso:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "errore: il server non ha restituito un token\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "errore: impossibile analizzare i dati del server:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Selezionare meccanismo SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Inserire l'elenco dei meccanismi SASL supportati dal server:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Output dal server:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Output dal client:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Usare \"%s --help\" per maggiori informazioni.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "argomento mancante" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "necessari sia --x509-cert-file che --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "impossibile usare sia --starttls che --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "impossibile usare sia --smtp che --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "inizializzazione non riuscita: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "errore nell'elencare i meccanismi: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Questo client supporta i seguenti meccanismi:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Questo server supporta i seguenti meccanismi:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "inizializzazione globale di GnuTLS non riuscita: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "inizializzazione di GnuTLS non riuscita: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "impostazione dei predefiniti GnuTLS non riuscita: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "allocazione delle credenziali anonime di GnuTLS: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "impostazione delle credenziali anonime di GnuTLS: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "allocazione della credenziale X.509 di GnuTLS: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "caricamento della credenziale X.509 di GnuTLS: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "nessun CA X.509 trovato: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "nessun CA X.509 trovato" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "impostazione della credenziale X.509 di GnuTLS: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "impostazione priorità del cifrario di GnuTLS (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "handshake di GnuTLS non riuscito: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "verifica certificato del peer: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "il certificato del server non è fidato" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "il certificato del server non ha un emittente conosciuto" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "il certificato del server è stato revocato" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "impossibile verificare il certificato del server (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "recupero dell'associazione di canale non riuscito: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Impossibile trovare il meccanismo...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "meccanismo non disponibile: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Inserire i dati di autenticazione in base64 dal client (premere INVIO se non " "presenti):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Inserire dati di autenticazione in base64 dal server (premere INVIO se non " "presenti):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "errore del server" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "errore del meccanismo: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Autenticazione del server terminata (client fidato)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Autenticazione del client terminata (server fidato)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Inserire dati applicazione (EOF per terminare):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Dati applicazione codificati in base64 da inviare:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "Record SASL troppo grande: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "errore di codifica: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Sessione terminata...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "arresto della sessione GnuTLS non riuscito: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "errore: il server non ha restituito i dati SASL attesi (devono iniziare " #~ "con \"334 \"):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "errore: il server non ha restituito i dati SASL attesi (devono iniziare " #~ "con \"+ \"):\n" #~ "%s\n" gsasl-1.8.0/po/insert-header.sin0000664000000000000000000000124011760730650013407 00000000000000# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following # occurrences, do nothing. The distinction between the first and the following # occurrences is achieved by looking at the hold space. /^msgid /{ x # Test if the hold space is empty. s/m/m/ ta # Yes it was empty. First occurrence. Read the file. r HEADER # Output the file's contents by reading the next line. But don't lose the # current line while doing this. g N bb :a # The hold space was nonempty. Following occurrences. Do nothing. x :b } gsasl-1.8.0/po/vi.po0000664000000000000000000002030711760732122011121 00000000000000# Vietnamese Translation for GSASL. # Copyright © 2012 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Clytie Siddall , 2005-2010. # Trần Ngọc Quân , 2012. # msgid "" msgstr "" "Project-Id-Version: gsasl-1.7.4\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-18 14:35+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" "X-Poedit-Language: Vietnamese\n" "X-Poedit-Country: VIET NAM\n" "X-Poedit-SourceCharset: utf-8\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Chọn cơ cấu SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Đang dùng cơ cấu: \n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "lỗi: máy chủ không trả về một thẻ bài\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "lỗi: không thể phân tích dữ liệu máy chủ:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Chọn cơ cấu SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Nh92p danh sách các cơ cấu SASL được máy phục vụ hỗ trợ :\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Kết xuất từ máy phục vụ :\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Kết xuất từ ứng dụng khách:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Hãy chạy lệnh \"%s --help\" (trợ giúp) để xem thông tin thêm.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "đối số còn thiếu" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "" "cần thiết cả \"--x509-cert-file\" (tập tin chứng nhận) lẫn \"--x509-key-file" "\" (tập tin khóa)" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "" "không thể dùng tùy chọn \"--starttls\" (có) với \"--no-starttls\" (không)" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "" "không thể dùng tùy chọn \"--smtp\" với \"--imap\" (hai giao thức khác nhau)" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "lỗi sở khởi: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "gặp lỗi khi liệt kê cơ cấu : %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Ứng dụng khách này hỗ trợ các cơ cấu theo đây:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Máy phục vụ này hỗ trợ các cơ cấu theo đây:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "Lỗi sở khởi toàn cục GnuTLS: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "Lỗi sở khởi GnuTLS: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "lỗi đặt các giá trị mặc định cho GnuTLS: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "đang cấp phát thông tin xác thực GnuTLS kiểu vô danh: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "đang đặt thông tin xác thực GnuTLS kiểu vô danh: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "đang cấp phát thông tin xác thực GnuTLS kiểu X.509: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "đang tải thông tin xác thực GnuTLS kiểu X.509: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "không tìm thấy Nhà Cầm Quyền Chứng Nhận X.509 nào: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "không tìm thấy Nhà Cầm Quyền Chứng Nhận X.509 nào" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "đang đặt thông tin xác thực GnuTLS kiểu X509: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "đang đặt ưu tiên mật mã GnuTLS (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "lỗi thiết lập quan hệ GnuTLS: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "đang thẩm tra chứng nhận ngang hàng: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "chứng nhận của máy phục vụ không phải là tin cây" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "chứng nhận của máy phục vụ không có nhà phát hành đã biết" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "chứng nhận của máy phục vụ đã bị hủy bỏ" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "không thể thẩm tra chứng nhận của máy phục vụ (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "Ràng buộc kênh chào hởi gặp lỗi: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Không tìm thấy cơ cấu...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "cơ cấu không sẵn sàng: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Nhập dữ liệu xác thực cơ số 64 từ ứng dụng khách (ấn phím RETURN nếu không " "có):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Nhập dữ liệu xác thực cơ số 64 từ máy phục vụ (ấn phím RETURN nếu không " "có):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "lỗi máy phục vụ" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "gặp lỗi cơ cấu : %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Việc xác thực máy phục vụ đã xong (ứng dụng khách được tin)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Việc xác thực ứng dụng khách đã xong (máy phục vụ được tin)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Nhập dữ liệu ứng dụng (EOF [kết thức tập tin] để xong): \n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Dữ liệu ứng dụng đã mã hóa cơ số 64 cần gởi:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "Bản ghi SASL quá lớn: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "gặp lỗi mã hóa: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Phiên chạy đã xong...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "kết thúc phiên chạy GnuTLS bị lỗi: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "lỗi: máy phục vụ không đáp ứng dữ liệu SASL mong đợi\n" #~ "(nó phải bắt đầu với số \"334\"):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "lỗi: máy phục vụ không đáp ứng dữ liệu SASL mong đợi\n" #~ "(nó phải bắt đầu với dấu cộng \"+\"):\n" #~ "%s\n" gsasl-1.8.0/po/LINGUAS0000664000000000000000000000012311760732014011162 00000000000000en@boldquot en@quot de eo eu fi fr ga id it nl pl ro sk sq sr sv uk vi zh_CN zh_TW gsasl-1.8.0/po/zh_TW.po0000664000000000000000000001476711760732122011553 00000000000000# Traditional Chinese translation for gsasl. # Copyright (C) 2004, 05, 06 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Meng Jie , 2004, 05. # Wei-Lun Chao , 2006. # msgid "" msgstr "" "Project-Id-Version: gsasl 0.2.15\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2006-08-29 20:45+0800\n" "Last-Translator: Wei-Lun Chao \n" "Language-Team: Chinese (traditional) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: src/imap.c:76 src/smtp.c:79 #, fuzzy, c-format msgid "Chose SASL mechanisms:\n" msgstr "選擇 SASL 機制:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "使用機制:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "選擇 SASL 機制:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "輸入伺服器所支援的 SASL 機制清單:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "伺服器的輸出:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "客戶端的輸出:\n" #: src/gsasl.c:272 #, fuzzy, c-format msgid "Try `%s --help' for more information.\n" msgstr "" "缺少引數\n" "嘗試「%s --help」以獲得更多資訊。" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "既需要 --x509-cert-file 也需要 --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "不能同時使用 --starttls 和 --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "不能同時使用 --smtp 和 --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "初始化失敗:%s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "列出機制時發生錯誤:%s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "這個客戶端支援以下機制:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "這個伺服器支援以下機制:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "GnuTLS 全域初始化失敗:%s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "GnuTLS 初始化失敗:%s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "設定 GnuTLS 預設值失敗:%s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "配置匿名 GnuTLS 憑據:%s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "設定匿名 GnuTLS 憑據:%s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "配置 X.509 GnuTLS 憑據:%s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "載入 X.509 GnuTLS 憑據:%s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "找不到 X.509 CA:%s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "找不到 X.509 CA" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "設定 X.509 GnuTLS 憑據:%s" #: src/gsasl.c:556 #, fuzzy, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "設定 GnuTLS 密鑰交換優先等級:%s" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS 交握失敗:%s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "驗證節點憑證:%s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "伺服器憑證不可信" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "伺服器憑證發行者不明" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "伺服器憑證已被吊銷" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "無法驗證伺服器憑證(rc=%d)" #: src/gsasl.c:603 #, fuzzy, c-format msgid "getting channel binding failed: %s" msgstr "設定 GnuTLS 預設值失敗:%s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "找不到機制…\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "機制無法使用:%s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "輸入客戶端傳送之 base64 編碼的應用程式資料(如果沒有,請按輸入鍵):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "輸入伺服器傳送之 base64 編碼的應用程式資料(如果沒有,請按輸入鍵):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "機制錯誤:%s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "伺服器認證完成(客戶端可信)…\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "客戶端認證完成(伺服器可信)…\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "輸入應用程式資料(用 EOF 結束輸入):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "要傳送之 Base64 編碼的應用程式資料:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "編碼錯誤:%s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "作業階段結束…\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "終止 GnuTLS 作業階段失敗:%s" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "無法初始化 Windows 通訊端。" gsasl-1.8.0/po/ro.po0000664000000000000000000001337411760732122011131 00000000000000# Mesajele n limba romn pentru gsasl. # Copyright (C) 2004 Free Software Foundation, Inc. # Acest fiier este distribuit sub aceeai licen ca i pachetul gsasl. # Laurentiu Buzdugan , 2003,2004. # # # msgid "" msgstr "" "Project-Id-Version: gsasl 0.2.2\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2004-12-29 12:00-0500\n" "Last-Translator: Laurentiu Buzdugan \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/imap.c:76 src/smtp.c:79 #, fuzzy, c-format msgid "Chose SASL mechanisms:\n" msgstr "Alegei mecanismul SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Folosind mecanismul:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, fuzzy, c-format msgid "Choose SASL mechanism:\n" msgstr "Alegei mecanismul SASL:\n" #: src/gsasl.c:187 #, fuzzy, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Introducei mecanismul SASL suportat de server:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Ieirea de la server:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Ieirea de la client:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "" #: src/gsasl.c:422 #, fuzzy, c-format msgid "error listing mechanisms: %s" msgstr "Folosind mecanismul:\n" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Acest client suport urmtoarele mecanisme:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Acest server suport urmtoarele mecanisme:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "" #: src/gsasl.c:581 #, fuzzy, c-format msgid "server certificate is not trusted" msgstr "Autentificarea clientului a fost terminat (client de ncredere)...\n" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Nu pot gsi mecanismul...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Introducei datele de autentificare base64 de la client (apsai RET dac " "nu exist):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Introducei datele de autentificare base64 de la server (apsai RET dac " "nu exist):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Autentificarea clientului a fost terminat (client de ncredere)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Autentificarea clientului a fost terminat (server de ncredere)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Introducei datele aplicaiei (EOF pentru a termina):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Datele aplicaiei encodate Base64 de trimis:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Sesiune terminat...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "" #~ msgid "Libgsasl error (%d): %s" #~ msgstr "Eroare libgsasl (%d): %s" gsasl-1.8.0/po/ga.gmo0000664000000000000000000001117111760732122011235 00000000000000+t;)3(IBrB'  <3]3//4&d&*!,+>j}#.6I#`,!("# 'C %k  p 3! U r > I W \k ) -  E<   >  238;l'*3>G:*$AX6t #7 ,E,r/$'2)O*("' +# )$%! &  Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %sneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.1 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2009-03-25 20:03-0500 Last-Translator: Kevin Scannell Language-Team: Irish Language: ga MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sonraí le seoladh, ionchódaithe le bunuimhir 64: Ní bhfuarthas an sásra... Roghnaigh sásra SASL: Fíordheimhniú den chliant déanta (freastalaí iontaofa)... Iontráil sonraí feidhmchláir (comhadchríoch nuair atá tú déanta): Iontráil sonraí fíordheimhnithe base64 ón chliant (RET mura bhfuil aon sonra ann): Iontráil sonraí fíordheimhnithe base64 ón fhreastalaí (RET mura bhfuil aon sonra ann): theip ar thúsú comhchoiteann GnuTLS: %stheip ar chumarsáid thionscantach GnuTLS: %stheip ar thúsú GnuTLS: %sIontráil liosta de shásraí SASL atá tacaithe ag an fhreastalaí: Aschur ón chliant: Aschur ón fhreastalaí: Fíordheimhniú den fhreastalaí déanta (cliant iontaofa)... Seisiún déanta... Tacaíonn an cliant seo na sásraí seo a leanas: Tacaíonn an freastalaí seo na sásraí a leanas: Bain triail as `%s --help' chun tuilleadh eolais a fháil. Ag úsáid an tsásra: dintiúr X.509 GnuTLS á dháileadh: %sdintiúr GnuTLS gan ainm á dháileadh: %sní féidir --smtp agus --imap a úsáid le chéilení féidir --starttls agus --no-starttls a úsáid le chéileníorbh fhéidir an teastas freastalaí a fhíorú (rc=%d)earráid ionchódaithe: %searráid agus sásraí á dtaispeáint: %stheip ar thúsú: %sdintiúr X.509 GnuTLS á luchtú: %searráid le sásra: %sníl an sásra ar fáil: %stá gá le --x509-cert-file agus --x509-key-file araonníor aimsíodh aon CA X.509níor aimsíodh aon CA X.509: %saisghaireadh an teastas freastalaíníl eisitheoir atá ar eolas ag an teastas freastalaíní chuirtear muinín sa teastas freastalaísifearthosaíocht GnuTLS á socrú (%s): %s theip ar shocrú na réamhshocruithe GnuTLS: %sdintiúr X.509 GnuTLS á shocrú: %sdintiúr GnuTLS gan ainm á shocrú: %stheip ar chur deireadh leis an seisiún GnuTLS: %steastas an chomhghleacaí á fhíorú: %sgsasl-1.8.0/po/en@quot.po0000664000000000000000000001712211760732122012117 00000000000000# English translations for gsasl package. # Copyright (C) 2012 Simon Josefsson # This file is distributed under the same license as the gsasl package. # Automatically generated, 2012. # # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.8.0\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-28 19:14+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@quot\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Chose SASL mechanisms:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Using mechanism:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "error: server did not return a token\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "error: could not parse server data:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Choose SASL mechanism:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Input list of SASL mechanisms supported by server:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Output from server:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Output from client:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Try ‘%s --help’ for more information.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "missing argument" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "need both --x509-cert-file and --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "cannot use both --starttls and --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "cannot use both --smtp and --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "initialization failure: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "error listing mechanisms: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "This client supports the following mechanisms:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "This server supports the following mechanisms:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "GnuTLS global initialization failed: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "GnuTLS initialization failed: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "setting GnuTLS defaults failed: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "allocating anonymous GnuTLS credential: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "setting anonymous GnuTLS credential: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "allocating X.509 GnuTLS credential: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "loading X.509 GnuTLS credential: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "no X.509 CAs found: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "no X.509 CAs found" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "setting X.509 GnuTLS credential: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "setting GnuTLS cipher priority (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS handshake failed: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "verifying peer certificate: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "server certificate is not trusted" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "server certificate hasn't got a known issuer" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "server certificate has been revoked" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "could not verify server certificate (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "getting channel binding failed: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Cannot find mechanism...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mechanism unavailable: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "Enter base64 authentication data from client (press RET if none):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "Enter base64 authentication data from server (press RET if none):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "server error" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "mechanism error: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Server authentication finished (client trusted)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Client authentication finished (server trusted)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Enter application data (EOF to finish):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Base64 encoded application data to send:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "SASL record too large: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "encoding error: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Session finished...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "terminating GnuTLS session failed: %s" gsasl-1.8.0/po/sv.po0000664000000000000000000001662311760732122011141 00000000000000# Swedish translations for gsasl package # Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Simon Josefsson , 2002. # Daniel Nylander , 2006, 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.4.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2010-02-23 19:51+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Välj SASL-mekanismer:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Använder mekanism:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Välj SASL-mekanism:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Mata in lista på de SASL-mekanismer som stöds av servern:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Utdata från server:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Utdata från klient:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Prova \"%s --help\" för mer information.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "argument saknas" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "behöver både --x509-cert-file och --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "kan inte använda både --starttls och --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "kan inte använda både --smtp och --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "initieringsfel: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "fel vid listning av mekanismer: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Den här klienten stöder följande mekanismer:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Den här servern stöder följande mekanismer:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "GnuTLS globalt initieringsfel: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "GnuTLS initieringsfel: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "inställning av GnuTLS förvalda värden misslyckades: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "allokerar anonym GnuTLS-behörighet: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "ställer in anonym GnuTLS-behörighet: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "allokerar X.509 GnuTLS-behörighet: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "läser in X.509 GnuTLS-behörighet: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "inga X.509 CA hittades: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "inga X.509 CA hittades" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "ställer in X.509 GnuTLS-behörighet: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "ställer in prioritet för GnuTLS-chiffer (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS handskakning misslyckades: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "validerar motpartscertifikat: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "servercertifikat är ej pålitligt" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "servercertifikat har inte en känd utgivare" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "servercertifikat har återkallats" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "kunde inte validera servercertifikat (rc=%d)" #: src/gsasl.c:603 #, fuzzy, c-format msgid "getting channel binding failed: %s" msgstr "inställning av GnuTLS förvalda värden misslyckades: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Kan inte hitta mekanism...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mekanism ej tillgänglig: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Mata in base64 autentiseringsdata från klient (finns inget data, tryck " "ENTER):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Mata in base64 autentiseringsdata från server (finns inget data, tryck " "ENTER):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "mekanismfel: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Serverautentisering avslutad (klient verifierad)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Klientautentisering avslutat (server verifierad)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Mata in applikationsdata (EOF för att avsluta):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Base64-kodad applikationsdata att skicka:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "SASL-posten är för stor: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "kodningsfel: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Session avslutad...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "terminering av GnuTLS-session misslyckades: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "fel: Servern returnerade inte förväntat SASL-data (det måste börja med " #~ "\"+ \"):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "fel: Servern returnerade inte förväntat SASL-data (det måste börja med " #~ "\"334 \"):\n" #~ "%s\n" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Kan inte initiera Windows-uttag." #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "saknar argument\n" #~ "Försök med \"%s --help\" för mer information." #~ msgid "Libgsasl error (%d): %s\n" #~ msgstr "Libgsasl fel (%d): %s\n" gsasl-1.8.0/po/en@boldquot.po0000664000000000000000000001734411760732121012765 00000000000000# English translations for gsasl package. # Copyright (C) 2012 Simon Josefsson # This file is distributed under the same license as the gsasl package. # Automatically generated, 2012. # # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation # characters, only substitutes like grave accent (0x60), apostrophe (0x27) # and double quote (0x22). These substitutes look strange; see # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html # # This catalog translates grave accent (0x60) and apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019). # It also translates pairs of apostrophe (0x27) to # left single quotation mark (U+2018) and right single quotation mark (U+2019) # and pairs of quotation mark (0x22) to # left double quotation mark (U+201C) and right double quotation mark (U+201D). # # When output to an UTF-8 terminal, the quotation characters appear perfectly. # When output to an ISO-8859-1 terminal, the single quotation marks are # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to # grave/acute accent (by libiconv), and the double quotation marks are # transliterated to 0x22. # When output to an ASCII terminal, the single quotation marks are # transliterated to apostrophes, and the double quotation marks are # transliterated to 0x22. # # This catalog furthermore displays the text between the quotation marks in # bold face, assuming the VT100/XTerm escape sequences. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.8.0\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2012-05-28 19:14+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en@boldquot\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Chose SASL mechanisms:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Using mechanism:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "error: server did not return a token\n" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" "error: could not parse server data:\n" "%s\n" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Choose SASL mechanism:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Input list of SASL mechanisms supported by server:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Output from server:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Output from client:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Try ‘%s --help’ for more information.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "missing argument" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "need both --x509-cert-file and --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "cannot use both --starttls and --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "cannot use both --smtp and --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "initialization failure: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "error listing mechanisms: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "This client supports the following mechanisms:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "This server supports the following mechanisms:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "GnuTLS global initialization failed: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "GnuTLS initialization failed: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "setting GnuTLS defaults failed: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "allocating anonymous GnuTLS credential: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "setting anonymous GnuTLS credential: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "allocating X.509 GnuTLS credential: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "loading X.509 GnuTLS credential: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "no X.509 CAs found: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "no X.509 CAs found" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "setting X.509 GnuTLS credential: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "setting GnuTLS cipher priority (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "GnuTLS handshake failed: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "verifying peer certificate: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "server certificate is not trusted" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "server certificate hasn't got a known issuer" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "server certificate has been revoked" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "could not verify server certificate (rc=%d)" #: src/gsasl.c:603 #, c-format msgid "getting channel binding failed: %s" msgstr "getting channel binding failed: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Cannot find mechanism...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mechanism unavailable: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "Enter base64 authentication data from client (press RET if none):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "Enter base64 authentication data from server (press RET if none):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "server error" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "mechanism error: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Server authentication finished (client trusted)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Client authentication finished (server trusted)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Enter application data (EOF to finish):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Base64 encoded application data to send:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "SASL record too large: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "encoding error: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Session finished...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "terminating GnuTLS session failed: %s" gsasl-1.8.0/po/stamp-po0000664000000000000000000000001211760731170011617 00000000000000timestamp gsasl-1.8.0/po/pl.gmo0000664000000000000000000001223111760732122011257 000000000000002C<H)Is3(BB]' 39Nc3//&(O&a*!,+.A'^%"# " < .M |  # , !  (& "O #r ' %  w /{    9 &9 ?` ? 4 '+=@i9',=*j;:@!/b94#=:$x38#9T=c$*#%I/X>7=0=*n'- &. %(/2  #1"!+)*  0$,Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Chose SASL mechanisms: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: SASL record too large: %zu Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Try `%s --help' for more information. Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %serror: could not parse server data: %s error: server did not return a token getting channel binding failed: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %smissing argumentneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedserver errorsetting GnuTLS cipher priority (%s): %s setting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 1.7.4 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2012-05-21 19:10+0200 Last-Translator: Jakub Bogusz Language-Team: Polish Language: pl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Zakodowane base64 dane aplikacji do wysłania: Nie znaleziono mechanizmu... Wybór mechanizmów SASL: Wybór mechanizmów SASL: Uwierzytelnienie klienta zakończone (serwer zaufał)... Dane aplikacji (EOF aby zakończyć): Dana uwierzytelniające base64 od klienta (RET jeśli żadne): Dane uwierzytelniające base64 od serwera (RET jeśli żadne): Globalna inicjalizacja GnuTLS nie powiodła się: %spowitanie GnuTLS nie powiodło się: %sInicjalizacja GnuTLS nie powiodła się: %sWejściowa lista mechanizmów SASL obsługiwanych przez serwer: Wyjście klienta: Wyjście serwera: Rekord SASL zbyt duży: %zu Uwierzytelnienie serwera zakończone (klient zaufał)... Sesja zakończona... Mechanizmy obsługiwane przez tego klienta: Mechanizmy obsługiwane przez ten serwer: Polecenie `%s --help' pozwoli uzyskać więcej informacji. Użycie mechanizmu: przydzielanie danych uwierzytelniających X.509 GnuTLS: %sprzydzielanie anonimowych danych uwierzytelniających GnuTLS: %snie można użyć --smtp i --imap jednocześnienie można użyć --starttls i --nostarttls jednocześnienie można zweryfikować certyfikatu serwera (rc=%d)błąd kodowania: %sbłąd wypisywania mechanizmów: %sbłąd: nie udało się przeanalizować danych z serwera: %s błąd: serwer nie zwrócił tokenu pobranie przypisania kanału nie powiodło się: %sbłąd inicjalizacji: %swczytywanie danych uwierzytelniających X.509 GnuTLS: %sbłąd mechanizmu: %smechanizm niedostępny: %sbrak argumentuwymagane jest zarówno --x509-cert-file jak i --x509-key-filenie znaleziono CA X.509nie znaleziono CA X.509: %scertyfikat serwera został anulowanycertyfikat serwera nie ma znanego wystawcycertyfikat serwera nie jest zaufanybłąd serweraustawianie priorytetu szyfrów GnuTLS (%s): %s ustawienie wartości domyślnych GnuTLS nie powiodło się: %sustawianie danych uwierzytelniających X.509 GnuTLS: %sustawianie anonimowych danych uwierzytelniających GnuTLS: %szakończenie sesji GnuTLS nie powiodło się: %ssprawdzanie certyfikatu drugiej strony: %sgsasl-1.8.0/po/sk.po0000664000000000000000000001674611760732122011134 00000000000000# Slovak translation of gsasl # Copyright (C) 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the gsasl package. # Ivan Masár , 2009, 2010. # msgid "" msgstr "" "Project-Id-Version: gsasl 1.4.1\n" "Report-Msgid-Bugs-To: bug-gsasl@gnu.org\n" "POT-Creation-Date: 2012-05-28 19:14+0200\n" "PO-Revision-Date: 2010-02-26 23:15+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" #: src/imap.c:76 src/smtp.c:79 #, c-format msgid "Chose SASL mechanisms:\n" msgstr "Vyberte mechanizmy SASL:\n" #: src/imap.c:106 src/smtp.c:113 src/gsasl.c:206 #, c-format msgid "Using mechanism:\n" msgstr "Používa sa mechanizmus:\n" #: src/imap.c:180 #, c-format msgid "error: server did not return a token\n" msgstr "" #: src/smtp.c:192 #, c-format msgid "" "error: could not parse server data:\n" "%s\n" msgstr "" #: src/gsasl.c:178 #, c-format msgid "Choose SASL mechanism:\n" msgstr "Vyberte mechanizmus SASL:\n" #: src/gsasl.c:187 #, c-format msgid "Input list of SASL mechanisms supported by server:\n" msgstr "Vstupný zoznam mechanizmov SASL, ktoré server podporuje:\n" #: src/gsasl.c:223 #, c-format msgid "Output from server:\n" msgstr "Výstup zo servera:\n" #: src/gsasl.c:225 #, c-format msgid "Output from client:\n" msgstr "Výstup od klienta:\n" #: src/gsasl.c:272 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Viac informácií získate pomocou „%s --help“.\n" #: src/gsasl.c:327 #, c-format msgid "missing argument" msgstr "chýba argument" #: src/gsasl.c:334 #, c-format msgid "need both --x509-cert-file and --x509-key-file" msgstr "vyžadujú sa oba argumenty: --x509-cert-file aj --x509-key-file" #: src/gsasl.c:338 #, c-format msgid "cannot use both --starttls and --no-starttls" msgstr "nemožno použiť súčasne --starttls a --no-starttls" #: src/gsasl.c:341 #, c-format msgid "cannot use both --smtp and --imap" msgstr "nemožno použiť súčasne --smtp a --imap" #: src/gsasl.c:407 #, c-format msgid "initialization failure: %s" msgstr "chyba inicializácie: %s" #: src/gsasl.c:422 #, c-format msgid "error listing mechanisms: %s" msgstr "chyba pri výpise zoznamu mechanizmov: %s" #: src/gsasl.c:429 #, c-format msgid "This client supports the following mechanisms:\n" msgstr "Tento klient podporuje nasledovné mechanizmy:\n" #: src/gsasl.c:432 #, c-format msgid "This server supports the following mechanisms:\n" msgstr "Tento server podporuje nasledovné mechanizmy:\n" #: src/gsasl.c:494 #, c-format msgid "GnuTLS global initialization failed: %s" msgstr "globálna inicializácia GnuTLS zlyhala: %s" #: src/gsasl.c:499 #, c-format msgid "GnuTLS initialization failed: %s" msgstr "inicializácia GnuTLS zlyhala: %s" #: src/gsasl.c:504 #, c-format msgid "setting GnuTLS defaults failed: %s" msgstr "nastavenie predvolených hodnôt GnuTLS zlyhalo: %s" #: src/gsasl.c:510 #, c-format msgid "allocating anonymous GnuTLS credential: %s" msgstr "vyhradzujú sa anonymné overovacie údaje GnuTLS: %s" #: src/gsasl.c:515 #, c-format msgid "setting anonymous GnuTLS credential: %s" msgstr "nastavujú sa anonymné overovacie údaje GnuTLS: %s" #: src/gsasl.c:520 #, c-format msgid "allocating X.509 GnuTLS credential: %s" msgstr "vyhradzujú sa X.509 overovacie údaje GnuTLS: %s" #: src/gsasl.c:528 #, c-format msgid "loading X.509 GnuTLS credential: %s" msgstr "načítavajú sa X.509 overovacie údaje GnuTLS: %s" #: src/gsasl.c:536 #, c-format msgid "no X.509 CAs found: %s" msgstr "neboli nájdené žiadne X.509 certifikačné autority: %s" #: src/gsasl.c:539 #, c-format msgid "no X.509 CAs found" msgstr "neboli nájdené žiadne X.509 certifikačné autority" #: src/gsasl.c:545 #, c-format msgid "setting X.509 GnuTLS credential: %s" msgstr "nastavujú sa X.509 overovacie údaje GnuTLS: %s" #: src/gsasl.c:556 #, c-format msgid "setting GnuTLS cipher priority (%s): %s\n" msgstr "nastavuje sa priorita šifier GnuTLS (%s): %s\n" #: src/gsasl.c:568 #, c-format msgid "GnuTLS handshake failed: %s" msgstr "zlyhal GnuTLS handshake: %s" #: src/gsasl.c:577 #, c-format msgid "verifying peer certificate: %s" msgstr "overuje sa certifikát druhej strany: %s" #: src/gsasl.c:581 #, c-format msgid "server certificate is not trusted" msgstr "certifikát servera nie je dôveryhodný" #: src/gsasl.c:585 #, c-format msgid "server certificate hasn't got a known issuer" msgstr "certifikát servera nemá známeho vydavateľa" #: src/gsasl.c:588 #, c-format msgid "server certificate has been revoked" msgstr "certifikát servera bol odvolaný" #: src/gsasl.c:592 #, c-format msgid "could not verify server certificate (rc=%d)" msgstr "certifikát servera sa nepodarilo overiť (rc=%d)" #: src/gsasl.c:603 #, fuzzy, c-format msgid "getting channel binding failed: %s" msgstr "nastavenie predvolených hodnôt GnuTLS zlyhalo: %s" #: src/gsasl.c:633 #, c-format msgid "Cannot find mechanism...\n" msgstr "Nepodarilo sa nájsť mechanizmus...\n" #: src/gsasl.c:650 #, c-format msgid "mechanism unavailable: %s" msgstr "mechanizmus nie je dostupný: %s" #: src/gsasl.c:678 #, c-format msgid "Enter base64 authentication data from client (press RET if none):\n" msgstr "" "Zadajte overovacie údaje v base64 od klienta (ak žiadne, stlačte Enter):\n" #: src/gsasl.c:681 #, c-format msgid "Enter base64 authentication data from server (press RET if none):\n" msgstr "" "Zadajte overovacie údaje v base64 od servera (ak žiadne, stlačte Enter):\n" #: src/gsasl.c:691 #, c-format msgid "server error" msgstr "" #: src/gsasl.c:699 #, c-format msgid "mechanism error: %s" msgstr "chyba mechanizmu: %s" #: src/gsasl.c:705 #, c-format msgid "Server authentication finished (client trusted)...\n" msgstr "Overenie u servera dokončené (klient je dôveryhodný)...\n" #: src/gsasl.c:708 #, c-format msgid "Client authentication finished (server trusted)...\n" msgstr "Overenie u klienta dokončené (server je dôveryhodný)...\n" #: src/gsasl.c:733 #, c-format msgid "Enter application data (EOF to finish):\n" msgstr "Zadajte dáta aplikácie (ukončite pomocou EOF):\n" #: src/gsasl.c:804 #, c-format msgid "Base64 encoded application data to send:\n" msgstr "Dáta aplikácie v base64, ktoré sa majú poslať:\n" #: src/gsasl.c:850 #, c-format msgid "SASL record too large: %zu\n" msgstr "Záznam SASL je príliš veľký: %zu\n" #: src/gsasl.c:874 #, c-format msgid "encoding error: %s" msgstr "chyba kódovania: %s" #: src/gsasl.c:879 #, c-format msgid "Session finished...\n" msgstr "Relácia dokončená...\n" #: src/gsasl.c:895 #, c-format msgid "terminating GnuTLS session failed: %s" msgstr "ukončenie relácie GnuTLS zlyhalo: %s" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '+ " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "chyba: Server nevrátil očakávané údaje SASL (musia začínať „+ “):\n" #~ "%s\n" #~ msgid "" #~ "error: Server did not return expected SASL data (it must begin with '334 " #~ "'):\n" #~ "%s\n" #~ msgstr "" #~ "chyba: Server nevrátil očakávané údaje SASL (musia začínať „334 “):\n" #~ "%s\n" #~ msgid "Cannot initialize Windows sockets." #~ msgstr "Nepodarilo sa inicializovať Windows sockets." #~ msgid "" #~ "missing argument\n" #~ "Try `%s --help' for more information." #~ msgstr "" #~ "chýba argument\n" #~ "Viac informácií získate pomocou „%s --help“." gsasl-1.8.0/po/zh_TW.gmo0000664000000000000000000001012011760732122011672 00000000000000)d;)3()BRB' 3=q3//D&V*}!,+#6S#n.#,=!j"#'%! @ 3  & *= 2h _ _ ![ }  1   * = %T %z    $ /"Fi {40C[w"%8(&!% )" '#$   Base64 encoded application data to send: Cannot find mechanism... Choose SASL mechanism: Client authentication finished (server trusted)... Enter application data (EOF to finish): Enter base64 authentication data from client (press RET if none): Enter base64 authentication data from server (press RET if none): GnuTLS global initialization failed: %sGnuTLS handshake failed: %sGnuTLS initialization failed: %sInput list of SASL mechanisms supported by server: Output from client: Output from server: Server authentication finished (client trusted)... Session finished... This client supports the following mechanisms: This server supports the following mechanisms: Using mechanism: allocating X.509 GnuTLS credential: %sallocating anonymous GnuTLS credential: %scannot use both --smtp and --imapcannot use both --starttls and --no-starttlscould not verify server certificate (rc=%d)encoding error: %serror listing mechanisms: %sinitialization failure: %sloading X.509 GnuTLS credential: %smechanism error: %smechanism unavailable: %sneed both --x509-cert-file and --x509-key-fileno X.509 CAs foundno X.509 CAs found: %sserver certificate has been revokedserver certificate hasn't got a known issuerserver certificate is not trustedsetting GnuTLS defaults failed: %ssetting X.509 GnuTLS credential: %ssetting anonymous GnuTLS credential: %sterminating GnuTLS session failed: %sverifying peer certificate: %sProject-Id-Version: gsasl 0.2.15 Report-Msgid-Bugs-To: bug-gsasl@gnu.org POT-Creation-Date: 2012-05-28 19:14+0200 PO-Revision-Date: 2006-08-29 20:45+0800 Last-Translator: Wei-Lun Chao Language-Team: Chinese (traditional) Language: zh_TW MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; 要傳送之 Base64 編碼的應用程式資料: 找不到機制… 選擇 SASL 機制: 客戶端認證完成(伺服器可信)… 輸入應用程式資料(用 EOF 結束輸入): 輸入客戶端傳送之 base64 編碼的應用程式資料(如果沒有,請按輸入鍵): 輸入伺服器傳送之 base64 編碼的應用程式資料(如果沒有,請按輸入鍵): GnuTLS 全域初始化失敗:%sGnuTLS 交握失敗:%sGnuTLS 初始化失敗:%s輸入伺服器所支援的 SASL 機制清單: 客戶端的輸出: 伺服器的輸出: 伺服器認證完成(客戶端可信)… 作業階段結束… 這個客戶端支援以下機制: 這個伺服器支援以下機制: 使用機制: 配置 X.509 GnuTLS 憑據:%s配置匿名 GnuTLS 憑據:%s不能同時使用 --smtp 和 --imap不能同時使用 --starttls 和 --no-starttls無法驗證伺服器憑證(rc=%d)編碼錯誤:%s列出機制時發生錯誤:%s初始化失敗:%s載入 X.509 GnuTLS 憑據:%s機制錯誤:%s機制無法使用:%s既需要 --x509-cert-file 也需要 --x509-key-file找不到 X.509 CA找不到 X.509 CA:%s伺服器憑證已被吊銷伺服器憑證發行者不明伺服器憑證不可信設定 GnuTLS 預設值失敗:%s設定 X.509 GnuTLS 憑據:%s設定匿名 GnuTLS 憑據:%s終止 GnuTLS 作業階段失敗:%s驗證節點憑證:%sgsasl-1.8.0/gltests/0000775000000000000000000000000011760732127011275 500000000000000gsasl-1.8.0/gltests/test-mbrtowc-w32-2.sh0000775000000000000000000000013211746471770014762 00000000000000#!/bin/sh # Test a CP1256 locale. ./test-mbrtowc-w32${EXEEXT} "Arabic_Saudi Arabia" 1256 gsasl-1.8.0/gltests/inttypes.in.h0000664000000000000000000006375211746471770013677 00000000000000/* Copyright (C) 2006-2012 Free Software Foundation, Inc. Written by Paul Eggert, Bruno Haible, Derek Price. This file is part of gnulib. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* * ISO C 99 for platforms that lack it. * */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* Include the original if it exists, and if this file has not been included yet or if this file includes gnulib stdint.h which in turn includes this file. The include_next requires a split double-inclusion guard. */ #if ! defined INTTYPES_H || defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H # if @HAVE_INTTYPES_H@ /* Some pre-C++11 implementations need this. */ # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS # define __STDC_FORMAT_MACROS 1 # endif # @INCLUDE_NEXT@ @NEXT_INTTYPES_H@ # endif #endif #if ! defined INTTYPES_H && ! defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H #define INTTYPES_H /* Include or the gnulib replacement. But avoid namespace pollution on glibc systems. */ #ifndef __GLIBC__ # include #endif /* Get CHAR_BIT. */ #include #if !(INT_MIN == INT32_MIN && INT_MAX == INT32_MAX) # error "This file assumes that 'int' has exactly 32 bits. Please report your platform and compiler to ." #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* 7.8.1 Macros for format specifiers */ #if defined _TNS_R_TARGET /* Tandem NonStop R series and compatible platforms released before July 2005 support %Ld but not %lld. */ # define _LONG_LONG_FORMAT_PREFIX "L" #else # define _LONG_LONG_FORMAT_PREFIX "ll" #endif #if !defined PRId8 || @PRI_MACROS_BROKEN@ # undef PRId8 # ifdef INT8_MAX # define PRId8 "d" # endif #endif #if !defined PRIi8 || @PRI_MACROS_BROKEN@ # undef PRIi8 # ifdef INT8_MAX # define PRIi8 "i" # endif #endif #if !defined PRIo8 || @PRI_MACROS_BROKEN@ # undef PRIo8 # ifdef UINT8_MAX # define PRIo8 "o" # endif #endif #if !defined PRIu8 || @PRI_MACROS_BROKEN@ # undef PRIu8 # ifdef UINT8_MAX # define PRIu8 "u" # endif #endif #if !defined PRIx8 || @PRI_MACROS_BROKEN@ # undef PRIx8 # ifdef UINT8_MAX # define PRIx8 "x" # endif #endif #if !defined PRIX8 || @PRI_MACROS_BROKEN@ # undef PRIX8 # ifdef UINT8_MAX # define PRIX8 "X" # endif #endif #if !defined PRId16 || @PRI_MACROS_BROKEN@ # undef PRId16 # ifdef INT16_MAX # define PRId16 "d" # endif #endif #if !defined PRIi16 || @PRI_MACROS_BROKEN@ # undef PRIi16 # ifdef INT16_MAX # define PRIi16 "i" # endif #endif #if !defined PRIo16 || @PRI_MACROS_BROKEN@ # undef PRIo16 # ifdef UINT16_MAX # define PRIo16 "o" # endif #endif #if !defined PRIu16 || @PRI_MACROS_BROKEN@ # undef PRIu16 # ifdef UINT16_MAX # define PRIu16 "u" # endif #endif #if !defined PRIx16 || @PRI_MACROS_BROKEN@ # undef PRIx16 # ifdef UINT16_MAX # define PRIx16 "x" # endif #endif #if !defined PRIX16 || @PRI_MACROS_BROKEN@ # undef PRIX16 # ifdef UINT16_MAX # define PRIX16 "X" # endif #endif #if !defined PRId32 || @PRI_MACROS_BROKEN@ # undef PRId32 # ifdef INT32_MAX # define PRId32 "d" # endif #endif #if !defined PRIi32 || @PRI_MACROS_BROKEN@ # undef PRIi32 # ifdef INT32_MAX # define PRIi32 "i" # endif #endif #if !defined PRIo32 || @PRI_MACROS_BROKEN@ # undef PRIo32 # ifdef UINT32_MAX # define PRIo32 "o" # endif #endif #if !defined PRIu32 || @PRI_MACROS_BROKEN@ # undef PRIu32 # ifdef UINT32_MAX # define PRIu32 "u" # endif #endif #if !defined PRIx32 || @PRI_MACROS_BROKEN@ # undef PRIx32 # ifdef UINT32_MAX # define PRIx32 "x" # endif #endif #if !defined PRIX32 || @PRI_MACROS_BROKEN@ # undef PRIX32 # ifdef UINT32_MAX # define PRIX32 "X" # endif #endif #ifdef INT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @INT64_MAX_EQ_LONG_MAX@) # define _PRI64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _PRI64_PREFIX "I64" # elif @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define _PRI64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined PRId64 || @PRI_MACROS_BROKEN@ # undef PRId64 # define PRId64 _PRI64_PREFIX "d" # endif # if !defined PRIi64 || @PRI_MACROS_BROKEN@ # undef PRIi64 # define PRIi64 _PRI64_PREFIX "i" # endif #endif #ifdef UINT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @UINT64_MAX_EQ_ULONG_MAX@) # define _PRIu64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _PRIu64_PREFIX "I64" # elif @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define _PRIu64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined PRIo64 || @PRI_MACROS_BROKEN@ # undef PRIo64 # define PRIo64 _PRIu64_PREFIX "o" # endif # if !defined PRIu64 || @PRI_MACROS_BROKEN@ # undef PRIu64 # define PRIu64 _PRIu64_PREFIX "u" # endif # if !defined PRIx64 || @PRI_MACROS_BROKEN@ # undef PRIx64 # define PRIx64 _PRIu64_PREFIX "x" # endif # if !defined PRIX64 || @PRI_MACROS_BROKEN@ # undef PRIX64 # define PRIX64 _PRIu64_PREFIX "X" # endif #endif #if !defined PRIdLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST8 # define PRIdLEAST8 "d" #endif #if !defined PRIiLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST8 # define PRIiLEAST8 "i" #endif #if !defined PRIoLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST8 # define PRIoLEAST8 "o" #endif #if !defined PRIuLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST8 # define PRIuLEAST8 "u" #endif #if !defined PRIxLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST8 # define PRIxLEAST8 "x" #endif #if !defined PRIXLEAST8 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST8 # define PRIXLEAST8 "X" #endif #if !defined PRIdLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST16 # define PRIdLEAST16 "d" #endif #if !defined PRIiLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST16 # define PRIiLEAST16 "i" #endif #if !defined PRIoLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST16 # define PRIoLEAST16 "o" #endif #if !defined PRIuLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST16 # define PRIuLEAST16 "u" #endif #if !defined PRIxLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST16 # define PRIxLEAST16 "x" #endif #if !defined PRIXLEAST16 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST16 # define PRIXLEAST16 "X" #endif #if !defined PRIdLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST32 # define PRIdLEAST32 "d" #endif #if !defined PRIiLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST32 # define PRIiLEAST32 "i" #endif #if !defined PRIoLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST32 # define PRIoLEAST32 "o" #endif #if !defined PRIuLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST32 # define PRIuLEAST32 "u" #endif #if !defined PRIxLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST32 # define PRIxLEAST32 "x" #endif #if !defined PRIXLEAST32 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST32 # define PRIXLEAST32 "X" #endif #ifdef INT64_MAX # if !defined PRIdLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIdLEAST64 # define PRIdLEAST64 PRId64 # endif # if !defined PRIiLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIiLEAST64 # define PRIiLEAST64 PRIi64 # endif #endif #ifdef UINT64_MAX # if !defined PRIoLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIoLEAST64 # define PRIoLEAST64 PRIo64 # endif # if !defined PRIuLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIuLEAST64 # define PRIuLEAST64 PRIu64 # endif # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIxLEAST64 # define PRIxLEAST64 PRIx64 # endif # if !defined PRIXLEAST64 || @PRI_MACROS_BROKEN@ # undef PRIXLEAST64 # define PRIXLEAST64 PRIX64 # endif #endif #if !defined PRIdFAST8 || @PRI_MACROS_BROKEN@ # undef PRIdFAST8 # if INT_FAST8_MAX > INT32_MAX # define PRIdFAST8 PRId64 # else # define PRIdFAST8 "d" # endif #endif #if !defined PRIiFAST8 || @PRI_MACROS_BROKEN@ # undef PRIiFAST8 # if INT_FAST8_MAX > INT32_MAX # define PRIiFAST8 PRIi64 # else # define PRIiFAST8 "i" # endif #endif #if !defined PRIoFAST8 || @PRI_MACROS_BROKEN@ # undef PRIoFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIoFAST8 PRIo64 # else # define PRIoFAST8 "o" # endif #endif #if !defined PRIuFAST8 || @PRI_MACROS_BROKEN@ # undef PRIuFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIuFAST8 PRIu64 # else # define PRIuFAST8 "u" # endif #endif #if !defined PRIxFAST8 || @PRI_MACROS_BROKEN@ # undef PRIxFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIxFAST8 PRIx64 # else # define PRIxFAST8 "x" # endif #endif #if !defined PRIXFAST8 || @PRI_MACROS_BROKEN@ # undef PRIXFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define PRIXFAST8 PRIX64 # else # define PRIXFAST8 "X" # endif #endif #if !defined PRIdFAST16 || @PRI_MACROS_BROKEN@ # undef PRIdFAST16 # if INT_FAST16_MAX > INT32_MAX # define PRIdFAST16 PRId64 # else # define PRIdFAST16 "d" # endif #endif #if !defined PRIiFAST16 || @PRI_MACROS_BROKEN@ # undef PRIiFAST16 # if INT_FAST16_MAX > INT32_MAX # define PRIiFAST16 PRIi64 # else # define PRIiFAST16 "i" # endif #endif #if !defined PRIoFAST16 || @PRI_MACROS_BROKEN@ # undef PRIoFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIoFAST16 PRIo64 # else # define PRIoFAST16 "o" # endif #endif #if !defined PRIuFAST16 || @PRI_MACROS_BROKEN@ # undef PRIuFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIuFAST16 PRIu64 # else # define PRIuFAST16 "u" # endif #endif #if !defined PRIxFAST16 || @PRI_MACROS_BROKEN@ # undef PRIxFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIxFAST16 PRIx64 # else # define PRIxFAST16 "x" # endif #endif #if !defined PRIXFAST16 || @PRI_MACROS_BROKEN@ # undef PRIXFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define PRIXFAST16 PRIX64 # else # define PRIXFAST16 "X" # endif #endif #if !defined PRIdFAST32 || @PRI_MACROS_BROKEN@ # undef PRIdFAST32 # if INT_FAST32_MAX > INT32_MAX # define PRIdFAST32 PRId64 # else # define PRIdFAST32 "d" # endif #endif #if !defined PRIiFAST32 || @PRI_MACROS_BROKEN@ # undef PRIiFAST32 # if INT_FAST32_MAX > INT32_MAX # define PRIiFAST32 PRIi64 # else # define PRIiFAST32 "i" # endif #endif #if !defined PRIoFAST32 || @PRI_MACROS_BROKEN@ # undef PRIoFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIoFAST32 PRIo64 # else # define PRIoFAST32 "o" # endif #endif #if !defined PRIuFAST32 || @PRI_MACROS_BROKEN@ # undef PRIuFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIuFAST32 PRIu64 # else # define PRIuFAST32 "u" # endif #endif #if !defined PRIxFAST32 || @PRI_MACROS_BROKEN@ # undef PRIxFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIxFAST32 PRIx64 # else # define PRIxFAST32 "x" # endif #endif #if !defined PRIXFAST32 || @PRI_MACROS_BROKEN@ # undef PRIXFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define PRIXFAST32 PRIX64 # else # define PRIXFAST32 "X" # endif #endif #ifdef INT64_MAX # if !defined PRIdFAST64 || @PRI_MACROS_BROKEN@ # undef PRIdFAST64 # define PRIdFAST64 PRId64 # endif # if !defined PRIiFAST64 || @PRI_MACROS_BROKEN@ # undef PRIiFAST64 # define PRIiFAST64 PRIi64 # endif #endif #ifdef UINT64_MAX # if !defined PRIoFAST64 || @PRI_MACROS_BROKEN@ # undef PRIoFAST64 # define PRIoFAST64 PRIo64 # endif # if !defined PRIuFAST64 || @PRI_MACROS_BROKEN@ # undef PRIuFAST64 # define PRIuFAST64 PRIu64 # endif # if !defined PRIxFAST64 || @PRI_MACROS_BROKEN@ # undef PRIxFAST64 # define PRIxFAST64 PRIx64 # endif # if !defined PRIXFAST64 || @PRI_MACROS_BROKEN@ # undef PRIXFAST64 # define PRIXFAST64 PRIX64 # endif #endif #if !defined PRIdMAX || @PRI_MACROS_BROKEN@ # undef PRIdMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define PRIdMAX PRId64 # else # define PRIdMAX "ld" # endif #endif #if !defined PRIiMAX || @PRI_MACROS_BROKEN@ # undef PRIiMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define PRIiMAX PRIi64 # else # define PRIiMAX "li" # endif #endif #if !defined PRIoMAX || @PRI_MACROS_BROKEN@ # undef PRIoMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIoMAX PRIo64 # else # define PRIoMAX "lo" # endif #endif #if !defined PRIuMAX || @PRI_MACROS_BROKEN@ # undef PRIuMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIuMAX PRIu64 # else # define PRIuMAX "lu" # endif #endif #if !defined PRIxMAX || @PRI_MACROS_BROKEN@ # undef PRIxMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIxMAX PRIx64 # else # define PRIxMAX "lx" # endif #endif #if !defined PRIXMAX || @PRI_MACROS_BROKEN@ # undef PRIXMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define PRIXMAX PRIX64 # else # define PRIXMAX "lX" # endif #endif #if !defined PRIdPTR || @PRI_MACROS_BROKEN@ # undef PRIdPTR # ifdef INTPTR_MAX # define PRIdPTR @PRIPTR_PREFIX@ "d" # endif #endif #if !defined PRIiPTR || @PRI_MACROS_BROKEN@ # undef PRIiPTR # ifdef INTPTR_MAX # define PRIiPTR @PRIPTR_PREFIX@ "i" # endif #endif #if !defined PRIoPTR || @PRI_MACROS_BROKEN@ # undef PRIoPTR # ifdef UINTPTR_MAX # define PRIoPTR @PRIPTR_PREFIX@ "o" # endif #endif #if !defined PRIuPTR || @PRI_MACROS_BROKEN@ # undef PRIuPTR # ifdef UINTPTR_MAX # define PRIuPTR @PRIPTR_PREFIX@ "u" # endif #endif #if !defined PRIxPTR || @PRI_MACROS_BROKEN@ # undef PRIxPTR # ifdef UINTPTR_MAX # define PRIxPTR @PRIPTR_PREFIX@ "x" # endif #endif #if !defined PRIXPTR || @PRI_MACROS_BROKEN@ # undef PRIXPTR # ifdef UINTPTR_MAX # define PRIXPTR @PRIPTR_PREFIX@ "X" # endif #endif #if !defined SCNd8 || @PRI_MACROS_BROKEN@ # undef SCNd8 # ifdef INT8_MAX # define SCNd8 "hhd" # endif #endif #if !defined SCNi8 || @PRI_MACROS_BROKEN@ # undef SCNi8 # ifdef INT8_MAX # define SCNi8 "hhi" # endif #endif #if !defined SCNo8 || @PRI_MACROS_BROKEN@ # undef SCNo8 # ifdef UINT8_MAX # define SCNo8 "hho" # endif #endif #if !defined SCNu8 || @PRI_MACROS_BROKEN@ # undef SCNu8 # ifdef UINT8_MAX # define SCNu8 "hhu" # endif #endif #if !defined SCNx8 || @PRI_MACROS_BROKEN@ # undef SCNx8 # ifdef UINT8_MAX # define SCNx8 "hhx" # endif #endif #if !defined SCNd16 || @PRI_MACROS_BROKEN@ # undef SCNd16 # ifdef INT16_MAX # define SCNd16 "hd" # endif #endif #if !defined SCNi16 || @PRI_MACROS_BROKEN@ # undef SCNi16 # ifdef INT16_MAX # define SCNi16 "hi" # endif #endif #if !defined SCNo16 || @PRI_MACROS_BROKEN@ # undef SCNo16 # ifdef UINT16_MAX # define SCNo16 "ho" # endif #endif #if !defined SCNu16 || @PRI_MACROS_BROKEN@ # undef SCNu16 # ifdef UINT16_MAX # define SCNu16 "hu" # endif #endif #if !defined SCNx16 || @PRI_MACROS_BROKEN@ # undef SCNx16 # ifdef UINT16_MAX # define SCNx16 "hx" # endif #endif #if !defined SCNd32 || @PRI_MACROS_BROKEN@ # undef SCNd32 # ifdef INT32_MAX # define SCNd32 "d" # endif #endif #if !defined SCNi32 || @PRI_MACROS_BROKEN@ # undef SCNi32 # ifdef INT32_MAX # define SCNi32 "i" # endif #endif #if !defined SCNo32 || @PRI_MACROS_BROKEN@ # undef SCNo32 # ifdef UINT32_MAX # define SCNo32 "o" # endif #endif #if !defined SCNu32 || @PRI_MACROS_BROKEN@ # undef SCNu32 # ifdef UINT32_MAX # define SCNu32 "u" # endif #endif #if !defined SCNx32 || @PRI_MACROS_BROKEN@ # undef SCNx32 # ifdef UINT32_MAX # define SCNx32 "x" # endif #endif #ifdef INT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @INT64_MAX_EQ_LONG_MAX@) # define _SCN64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _SCN64_PREFIX "I64" # elif @HAVE_LONG_LONG_INT@ && LONG_MAX >> 30 == 1 # define _SCN64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined SCNd64 || @PRI_MACROS_BROKEN@ # undef SCNd64 # define SCNd64 _SCN64_PREFIX "d" # endif # if !defined SCNi64 || @PRI_MACROS_BROKEN@ # undef SCNi64 # define SCNi64 _SCN64_PREFIX "i" # endif #endif #ifdef UINT64_MAX # if (@APPLE_UNIVERSAL_BUILD@ ? defined _LP64 : @UINT64_MAX_EQ_ULONG_MAX@) # define _SCNu64_PREFIX "l" # elif defined _MSC_VER || defined __MINGW32__ # define _SCNu64_PREFIX "I64" # elif @HAVE_UNSIGNED_LONG_LONG_INT@ && ULONG_MAX >> 31 == 1 # define _SCNu64_PREFIX _LONG_LONG_FORMAT_PREFIX # endif # if !defined SCNo64 || @PRI_MACROS_BROKEN@ # undef SCNo64 # define SCNo64 _SCNu64_PREFIX "o" # endif # if !defined SCNu64 || @PRI_MACROS_BROKEN@ # undef SCNu64 # define SCNu64 _SCNu64_PREFIX "u" # endif # if !defined SCNx64 || @PRI_MACROS_BROKEN@ # undef SCNx64 # define SCNx64 _SCNu64_PREFIX "x" # endif #endif #if !defined SCNdLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST8 # define SCNdLEAST8 "hhd" #endif #if !defined SCNiLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST8 # define SCNiLEAST8 "hhi" #endif #if !defined SCNoLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST8 # define SCNoLEAST8 "hho" #endif #if !defined SCNuLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST8 # define SCNuLEAST8 "hhu" #endif #if !defined SCNxLEAST8 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST8 # define SCNxLEAST8 "hhx" #endif #if !defined SCNdLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST16 # define SCNdLEAST16 "hd" #endif #if !defined SCNiLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST16 # define SCNiLEAST16 "hi" #endif #if !defined SCNoLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST16 # define SCNoLEAST16 "ho" #endif #if !defined SCNuLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST16 # define SCNuLEAST16 "hu" #endif #if !defined SCNxLEAST16 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST16 # define SCNxLEAST16 "hx" #endif #if !defined SCNdLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST32 # define SCNdLEAST32 "d" #endif #if !defined SCNiLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST32 # define SCNiLEAST32 "i" #endif #if !defined SCNoLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST32 # define SCNoLEAST32 "o" #endif #if !defined SCNuLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST32 # define SCNuLEAST32 "u" #endif #if !defined SCNxLEAST32 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST32 # define SCNxLEAST32 "x" #endif #ifdef INT64_MAX # if !defined SCNdLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNdLEAST64 # define SCNdLEAST64 SCNd64 # endif # if !defined SCNiLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNiLEAST64 # define SCNiLEAST64 SCNi64 # endif #endif #ifdef UINT64_MAX # if !defined SCNoLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNoLEAST64 # define SCNoLEAST64 SCNo64 # endif # if !defined SCNuLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNuLEAST64 # define SCNuLEAST64 SCNu64 # endif # if !defined SCNxLEAST64 || @PRI_MACROS_BROKEN@ # undef SCNxLEAST64 # define SCNxLEAST64 SCNx64 # endif #endif #if !defined SCNdFAST8 || @PRI_MACROS_BROKEN@ # undef SCNdFAST8 # if INT_FAST8_MAX > INT32_MAX # define SCNdFAST8 SCNd64 # elif INT_FAST8_MAX == 0x7fff # define SCNdFAST8 "hd" # elif INT_FAST8_MAX == 0x7f # define SCNdFAST8 "hhd" # else # define SCNdFAST8 "d" # endif #endif #if !defined SCNiFAST8 || @PRI_MACROS_BROKEN@ # undef SCNiFAST8 # if INT_FAST8_MAX > INT32_MAX # define SCNiFAST8 SCNi64 # elif INT_FAST8_MAX == 0x7fff # define SCNiFAST8 "hi" # elif INT_FAST8_MAX == 0x7f # define SCNiFAST8 "hhi" # else # define SCNiFAST8 "i" # endif #endif #if !defined SCNoFAST8 || @PRI_MACROS_BROKEN@ # undef SCNoFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define SCNoFAST8 SCNo64 # elif UINT_FAST8_MAX == 0xffff # define SCNoFAST8 "ho" # elif UINT_FAST8_MAX == 0xff # define SCNoFAST8 "hho" # else # define SCNoFAST8 "o" # endif #endif #if !defined SCNuFAST8 || @PRI_MACROS_BROKEN@ # undef SCNuFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define SCNuFAST8 SCNu64 # elif UINT_FAST8_MAX == 0xffff # define SCNuFAST8 "hu" # elif UINT_FAST8_MAX == 0xff # define SCNuFAST8 "hhu" # else # define SCNuFAST8 "u" # endif #endif #if !defined SCNxFAST8 || @PRI_MACROS_BROKEN@ # undef SCNxFAST8 # if UINT_FAST8_MAX > UINT32_MAX # define SCNxFAST8 SCNx64 # elif UINT_FAST8_MAX == 0xffff # define SCNxFAST8 "hx" # elif UINT_FAST8_MAX == 0xff # define SCNxFAST8 "hhx" # else # define SCNxFAST8 "x" # endif #endif #if !defined SCNdFAST16 || @PRI_MACROS_BROKEN@ # undef SCNdFAST16 # if INT_FAST16_MAX > INT32_MAX # define SCNdFAST16 SCNd64 # elif INT_FAST16_MAX == 0x7fff # define SCNdFAST16 "hd" # else # define SCNdFAST16 "d" # endif #endif #if !defined SCNiFAST16 || @PRI_MACROS_BROKEN@ # undef SCNiFAST16 # if INT_FAST16_MAX > INT32_MAX # define SCNiFAST16 SCNi64 # elif INT_FAST16_MAX == 0x7fff # define SCNiFAST16 "hi" # else # define SCNiFAST16 "i" # endif #endif #if !defined SCNoFAST16 || @PRI_MACROS_BROKEN@ # undef SCNoFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define SCNoFAST16 SCNo64 # elif UINT_FAST16_MAX == 0xffff # define SCNoFAST16 "ho" # else # define SCNoFAST16 "o" # endif #endif #if !defined SCNuFAST16 || @PRI_MACROS_BROKEN@ # undef SCNuFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define SCNuFAST16 SCNu64 # elif UINT_FAST16_MAX == 0xffff # define SCNuFAST16 "hu" # else # define SCNuFAST16 "u" # endif #endif #if !defined SCNxFAST16 || @PRI_MACROS_BROKEN@ # undef SCNxFAST16 # if UINT_FAST16_MAX > UINT32_MAX # define SCNxFAST16 SCNx64 # elif UINT_FAST16_MAX == 0xffff # define SCNxFAST16 "hx" # else # define SCNxFAST16 "x" # endif #endif #if !defined SCNdFAST32 || @PRI_MACROS_BROKEN@ # undef SCNdFAST32 # if INT_FAST32_MAX > INT32_MAX # define SCNdFAST32 SCNd64 # else # define SCNdFAST32 "d" # endif #endif #if !defined SCNiFAST32 || @PRI_MACROS_BROKEN@ # undef SCNiFAST32 # if INT_FAST32_MAX > INT32_MAX # define SCNiFAST32 SCNi64 # else # define SCNiFAST32 "i" # endif #endif #if !defined SCNoFAST32 || @PRI_MACROS_BROKEN@ # undef SCNoFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define SCNoFAST32 SCNo64 # else # define SCNoFAST32 "o" # endif #endif #if !defined SCNuFAST32 || @PRI_MACROS_BROKEN@ # undef SCNuFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define SCNuFAST32 SCNu64 # else # define SCNuFAST32 "u" # endif #endif #if !defined SCNxFAST32 || @PRI_MACROS_BROKEN@ # undef SCNxFAST32 # if UINT_FAST32_MAX > UINT32_MAX # define SCNxFAST32 SCNx64 # else # define SCNxFAST32 "x" # endif #endif #ifdef INT64_MAX # if !defined SCNdFAST64 || @PRI_MACROS_BROKEN@ # undef SCNdFAST64 # define SCNdFAST64 SCNd64 # endif # if !defined SCNiFAST64 || @PRI_MACROS_BROKEN@ # undef SCNiFAST64 # define SCNiFAST64 SCNi64 # endif #endif #ifdef UINT64_MAX # if !defined SCNoFAST64 || @PRI_MACROS_BROKEN@ # undef SCNoFAST64 # define SCNoFAST64 SCNo64 # endif # if !defined SCNuFAST64 || @PRI_MACROS_BROKEN@ # undef SCNuFAST64 # define SCNuFAST64 SCNu64 # endif # if !defined SCNxFAST64 || @PRI_MACROS_BROKEN@ # undef SCNxFAST64 # define SCNxFAST64 SCNx64 # endif #endif #if !defined SCNdMAX || @PRI_MACROS_BROKEN@ # undef SCNdMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define SCNdMAX SCNd64 # else # define SCNdMAX "ld" # endif #endif #if !defined SCNiMAX || @PRI_MACROS_BROKEN@ # undef SCNiMAX # if @INT32_MAX_LT_INTMAX_MAX@ # define SCNiMAX SCNi64 # else # define SCNiMAX "li" # endif #endif #if !defined SCNoMAX || @PRI_MACROS_BROKEN@ # undef SCNoMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define SCNoMAX SCNo64 # else # define SCNoMAX "lo" # endif #endif #if !defined SCNuMAX || @PRI_MACROS_BROKEN@ # undef SCNuMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define SCNuMAX SCNu64 # else # define SCNuMAX "lu" # endif #endif #if !defined SCNxMAX || @PRI_MACROS_BROKEN@ # undef SCNxMAX # if @UINT32_MAX_LT_UINTMAX_MAX@ # define SCNxMAX SCNx64 # else # define SCNxMAX "lx" # endif #endif #if !defined SCNdPTR || @PRI_MACROS_BROKEN@ # undef SCNdPTR # ifdef INTPTR_MAX # define SCNdPTR @PRIPTR_PREFIX@ "d" # endif #endif #if !defined SCNiPTR || @PRI_MACROS_BROKEN@ # undef SCNiPTR # ifdef INTPTR_MAX # define SCNiPTR @PRIPTR_PREFIX@ "i" # endif #endif #if !defined SCNoPTR || @PRI_MACROS_BROKEN@ # undef SCNoPTR # ifdef UINTPTR_MAX # define SCNoPTR @PRIPTR_PREFIX@ "o" # endif #endif #if !defined SCNuPTR || @PRI_MACROS_BROKEN@ # undef SCNuPTR # ifdef UINTPTR_MAX # define SCNuPTR @PRIPTR_PREFIX@ "u" # endif #endif #if !defined SCNxPTR || @PRI_MACROS_BROKEN@ # undef SCNxPTR # ifdef UINTPTR_MAX # define SCNxPTR @PRIPTR_PREFIX@ "x" # endif #endif /* 7.8.2 Functions for greatest-width integer types */ #ifdef __cplusplus extern "C" { #endif #if @GNULIB_IMAXABS@ # if !@HAVE_DECL_IMAXABS@ extern intmax_t imaxabs (intmax_t); # endif #elif defined GNULIB_POSIXCHECK # undef imaxabs # if HAVE_RAW_DECL_IMAXABS _GL_WARN_ON_USE (imaxabs, "imaxabs is unportable - " "use gnulib module imaxabs for portability"); # endif #endif #if @GNULIB_IMAXDIV@ # if !@HAVE_DECL_IMAXDIV@ # if !GNULIB_defined_imaxdiv_t typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t; # define GNULIB_defined_imaxdiv_t 1 # endif extern imaxdiv_t imaxdiv (intmax_t, intmax_t); # endif #elif defined GNULIB_POSIXCHECK # undef imaxdiv # if HAVE_RAW_DECL_IMAXDIV _GL_WARN_ON_USE (imaxdiv, "imaxdiv is unportable - " "use gnulib module imaxdiv for portability"); # endif #endif #if @GNULIB_STRTOIMAX@ # if @REPLACE_STRTOIMAX@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef strtoimax # define strtoimax rpl_strtoimax # endif _GL_FUNCDECL_RPL (strtoimax, intmax_t, (const char *, char **, int) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int)); # else # if !@HAVE_DECL_STRTOIMAX@ # undef strtoimax _GL_FUNCDECL_SYS (strtoimax, intmax_t, (const char *, char **, int) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoimax, intmax_t, (const char *, char **, int)); # endif _GL_CXXALIASWARN (strtoimax); #elif defined GNULIB_POSIXCHECK # undef strtoimax # if HAVE_RAW_DECL_STRTOIMAX _GL_WARN_ON_USE (strtoimax, "strtoimax is unportable - " "use gnulib module strtoimax for portability"); # endif #endif #if @GNULIB_STRTOUMAX@ # if !@HAVE_DECL_STRTOUMAX@ # undef strtoumax _GL_FUNCDECL_SYS (strtoumax, uintmax_t, (const char *, char **, int) _GL_ARG_NONNULL ((1))); # endif _GL_CXXALIAS_SYS (strtoumax, uintmax_t, (const char *, char **, int)); _GL_CXXALIASWARN (strtoumax); #elif defined GNULIB_POSIXCHECK # undef strtoumax # if HAVE_RAW_DECL_STRTOUMAX _GL_WARN_ON_USE (strtoumax, "strtoumax is unportable - " "use gnulib module strtoumax for portability"); # endif #endif /* Don't bother defining or declaring wcstoimax and wcstoumax, since wide-character functions like this are hardly ever useful. */ #ifdef __cplusplus } #endif #endif /* !defined INTTYPES_H && !defined _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H */ gsasl-1.8.0/gltests/test-fseeko4.c0000664000000000000000000000354211746471770013712 00000000000000/* Test of fseeko() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include #include #include "macros.h" int main (int argc, char **argv) { const char *filename = argv[1]; /* Test that fseeko() sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "r"); ASSERT (fp != NULL); setvbuf (fp, NULL, _IONBF, 0); ASSERT (ftell (fp) == 0); ASSERT (fseeko (fp, 0, SEEK_END) == 0); ASSERT (ftell (fp) > 0); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fseeko (fp, 0, SEEK_SET) == -1); ASSERT (errno == EBADF); fclose (fp); } /* Test that fseeko() sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "w"); if (fp != NULL) { errno = 0; ASSERT (fseeko (fp, 0, SEEK_END) == -1); ASSERT (errno == EBADF); fclose (fp); } } { FILE *fp = fdopen (99, "w"); if (fp != NULL) { errno = 0; ASSERT (fseeko (fp, 0, SEEK_END) == -1); ASSERT (errno == EBADF); fclose (fp); } } return 0; } gsasl-1.8.0/gltests/wctomb-impl.h0000664000000000000000000000211211746471770013624 00000000000000/* Convert wide character to multibyte character. Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ int wctomb (char *s, wchar_t wc) { if (s == NULL) return 0; else { mbstate_t state; size_t result; memset (&state, 0, sizeof (mbstate_t)); result = wcrtomb (s, wc, &state); if (result == (size_t)-1) return -1; return result; } } gsasl-1.8.0/gltests/test-wcrtomb-w32.c0000664000000000000000000002171511746471770014442 00000000000000/* Test of conversion of wide character to multibyte character. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include #include #include #include #include "macros.h" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ static int test_one_locale (const char *name, int codepage) { char buf[64]; size_t ret; # if 1 /* Portable code to set the locale. */ { char name_with_codepage[1024]; sprintf (name_with_codepage, "%s.%d", name, codepage); /* Set the locale. */ if (setlocale (LC_ALL, name_with_codepage) == NULL) return 77; } # else /* Hacky way to set a locale.codepage combination that setlocale() refuses to set. */ { /* Codepage of the current locale, set with setlocale(). Not necessarily the same as GetACP(). */ extern __declspec(dllimport) unsigned int __lc_codepage; /* Set the locale. */ if (setlocale (LC_ALL, name) == NULL) return 77; /* Clobber the codepage and MB_CUR_MAX, both set by setlocale(). */ __lc_codepage = codepage; switch (codepage) { case 1252: case 1256: MB_CUR_MAX = 1; break; case 932: case 950: case 936: MB_CUR_MAX = 2; break; case 54936: case 65001: MB_CUR_MAX = 4; break; } /* Test whether the codepage is really available. */ { mbstate_t state; wchar_t wc; memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, " ", 1, &state) == (size_t)(-1)) return 77; } } # endif /* Test NUL character. */ { buf[0] = 'x'; ret = wcrtomb (buf, 0, NULL); ASSERT (ret == 1); ASSERT (buf[0] == '\0'); } /* Test single bytes. */ { int c; for (c = 0; c < 0x100; c++) switch (c) { case '\t': case '\v': case '\f': case ' ': case '!': case '"': case '#': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': /* c is in the ISO C "basic character set". */ ret = wcrtomb (buf, btowc (c), NULL); ASSERT (ret == 1); ASSERT (buf[0] == (char) c); break; } } /* Test special calling convention, passing a NULL pointer. */ { ret = wcrtomb (NULL, '\0', NULL); ASSERT (ret == 1); ret = wcrtomb (NULL, btowc ('x'), NULL); ASSERT (ret == 1); } switch (codepage) { case 1252: /* Locale encoding is CP1252, an extension of ISO-8859-1. */ { /* Convert "B\374\337er": "Büßer" */ memset (buf, 'x', 8); ret = wcrtomb (buf, 0x00FC, NULL); ASSERT (ret == 1); ASSERT (memcmp (buf, "\374", 1) == 0); ASSERT (buf[1] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x00DF, NULL); ASSERT (ret == 1); ASSERT (memcmp (buf, "\337", 1) == 0); ASSERT (buf[1] == 'x'); } return 0; case 1256: /* Locale encoding is CP1256, not the same as ISO-8859-6. */ { /* Convert "x\302\341\346y": "xآلوy" */ memset (buf, 'x', 8); ret = wcrtomb (buf, 0x0622, NULL); ASSERT (ret == 1); ASSERT (memcmp (buf, "\302", 1) == 0); ASSERT (buf[1] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x0644, NULL); ASSERT (ret == 1); ASSERT (memcmp (buf, "\341", 1) == 0); ASSERT (buf[1] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x0648, NULL); ASSERT (ret == 1); ASSERT (memcmp (buf, "\346", 1) == 0); ASSERT (buf[1] == 'x'); } return 0; case 932: /* Locale encoding is CP932, similar to Shift_JIS. */ { /* Convert "<\223\372\226\173\214\352>": "<日本語>" */ memset (buf, 'x', 8); ret = wcrtomb (buf, 0x65E5, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\223\372", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x672C, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\226\173", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x8A9E, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\214\352", 2) == 0); ASSERT (buf[2] == 'x'); } return 0; case 950: /* Locale encoding is CP950, similar to Big5. */ { /* Convert "<\244\351\245\273\273\171>": "<日本語>" */ memset (buf, 'x', 8); ret = wcrtomb (buf, 0x65E5, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\244\351", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x672C, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\245\273", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x8A9E, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\273\171", 2) == 0); ASSERT (buf[2] == 'x'); } return 0; case 936: /* Locale encoding is CP936 = GBK, an extension of GB2312. */ { /* Convert "<\310\325\261\276\325\132>": "<日本語>" */ memset (buf, 'x', 8); ret = wcrtomb (buf, 0x65E5, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\310\325", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x672C, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\261\276", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x8A9E, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\325\132", 2) == 0); ASSERT (buf[2] == 'x'); } return 0; case 54936: /* Locale encoding is CP54936 = GB18030. */ { /* Convert "B\250\271\201\060\211\070er": "Büßer" */ memset (buf, 'x', 8); ret = wcrtomb (buf, 0x00FC, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\250\271", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x00DF, NULL); ASSERT (ret == 4); ASSERT (memcmp (buf, "\201\060\211\070", 4) == 0); ASSERT (buf[4] == 'x'); } return 0; case 65001: /* Locale encoding is CP65001 = UTF-8. */ { /* Convert "B\303\274\303\237er": "Büßer" */ memset (buf, 'x', 8); ret = wcrtomb (buf, 0x00FC, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\303\274", 2) == 0); ASSERT (buf[2] == 'x'); memset (buf, 'x', 8); ret = wcrtomb (buf, 0x00DF, NULL); ASSERT (ret == 2); ASSERT (memcmp (buf, "\303\237", 2) == 0); ASSERT (buf[2] == 'x'); } return 0; default: return 1; } } int main (int argc, char *argv[]) { int codepage = atoi (argv[argc - 1]); int result; int i; result = 77; for (i = 1; i < argc - 1; i++) { int ret = test_one_locale (argv[i], codepage); if (ret != 77) result = ret; } if (result == 77) { fprintf (stderr, "Skipping test: found no locale with codepage %d\n", codepage); } return result; } #else int main (int argc, char *argv[]) { fputs ("Skipping test: not a native Windows system\n", stderr); return 77; } #endif gsasl-1.8.0/gltests/inet_pton.c0000664000000000000000000001537211746471770013400 00000000000000/* inet_pton.c -- convert IPv4 and IPv6 addresses from text to binary form Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* * Copyright (c) 1996,1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. */ #include /* Specification. */ #include #if HAVE_DECL_INET_PTON # undef inet_pton int rpl_inet_pton (int af, const char *restrict src, void *restrict dst) { return inet_pton (af, src, dst); } #else # include # include # include # define NS_INADDRSZ 4 # define NS_IN6ADDRSZ 16 # define NS_INT16SZ 2 /* * WARNING: Don't even consider trying to compile this on a system where * sizeof(int) < 4. sizeof(int) > 4 is fine; all the world's not a VAX. */ static int inet_pton4 (const char *src, unsigned char *dst); # if HAVE_IPV6 static int inet_pton6 (const char *src, unsigned char *dst); # endif /* int * inet_pton(af, src, dst) * convert from presentation format (which usually means ASCII printable) * to network format (which is usually some kind of binary format). * return: * 1 if the address was valid for the specified address family * 0 if the address wasn't valid ('dst' is untouched in this case) * -1 if some other error occurred ('dst' is untouched in this case, too) * author: * Paul Vixie, 1996. */ int inet_pton (int af, const char *restrict src, void *restrict dst) { switch (af) { case AF_INET: return (inet_pton4 (src, dst)); # if HAVE_IPV6 case AF_INET6: return (inet_pton6 (src, dst)); # endif default: errno = EAFNOSUPPORT; return (-1); } /* NOTREACHED */ } /* int * inet_pton4(src, dst) * like inet_aton() but without all the hexadecimal, octal (with the * exception of 0) and shorthand. * return: * 1 if 'src' is a valid dotted quad, else 0. * notice: * does not touch 'dst' unless it's returning 1. * author: * Paul Vixie, 1996. */ static int inet_pton4 (const char *restrict src, unsigned char *restrict dst) { int saw_digit, octets, ch; unsigned char tmp[NS_INADDRSZ], *tp; saw_digit = 0; octets = 0; *(tp = tmp) = 0; while ((ch = *src++) != '\0') { if (ch >= '0' && ch <= '9') { unsigned new = *tp * 10 + (ch - '0'); if (saw_digit && *tp == 0) return (0); if (new > 255) return (0); *tp = new; if (!saw_digit) { if (++octets > 4) return (0); saw_digit = 1; } } else if (ch == '.' && saw_digit) { if (octets == 4) return (0); *++tp = 0; saw_digit = 0; } else return (0); } if (octets < 4) return (0); memcpy (dst, tmp, NS_INADDRSZ); return (1); } # if HAVE_IPV6 /* int * inet_pton6(src, dst) * convert presentation level address to network order binary form. * return: * 1 if 'src' is a valid [RFC1884 2.2] address, else 0. * notice: * (1) does not touch 'dst' unless it's returning 1. * (2) :: in a full address is silently ignored. * credit: * inspired by Mark Andrews. * author: * Paul Vixie, 1996. */ static int inet_pton6 (const char *restrict src, unsigned char *restrict dst) { static const char xdigits[] = "0123456789abcdef"; unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; const char *curtok; int ch, saw_xdigit; unsigned val; tp = memset (tmp, '\0', NS_IN6ADDRSZ); endp = tp + NS_IN6ADDRSZ; colonp = NULL; /* Leading :: requires some special handling. */ if (*src == ':') if (*++src != ':') return (0); curtok = src; saw_xdigit = 0; val = 0; while ((ch = c_tolower (*src++)) != '\0') { const char *pch; pch = strchr (xdigits, ch); if (pch != NULL) { val <<= 4; val |= (pch - xdigits); if (val > 0xffff) return (0); saw_xdigit = 1; continue; } if (ch == ':') { curtok = src; if (!saw_xdigit) { if (colonp) return (0); colonp = tp; continue; } else if (*src == '\0') { return (0); } if (tp + NS_INT16SZ > endp) return (0); *tp++ = (u_char) (val >> 8) & 0xff; *tp++ = (u_char) val & 0xff; saw_xdigit = 0; val = 0; continue; } if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && inet_pton4 (curtok, tp) > 0) { tp += NS_INADDRSZ; saw_xdigit = 0; break; /* '\0' was seen by inet_pton4(). */ } return (0); } if (saw_xdigit) { if (tp + NS_INT16SZ > endp) return (0); *tp++ = (u_char) (val >> 8) & 0xff; *tp++ = (u_char) val & 0xff; } if (colonp != NULL) { /* * Since some memmove()'s erroneously fail to handle * overlapping regions, we'll do the shift by hand. */ const int n = tp - colonp; int i; if (tp == endp) return (0); for (i = 1; i <= n; i++) { endp[-i] = colonp[n - i]; colonp[n - i] = 0; } tp = endp; } if (tp != endp) return (0); memcpy (dst, tmp, NS_IN6ADDRSZ); return (1); } # endif #endif gsasl-1.8.0/gltests/test-mbrtowc1.sh0000775000000000000000000000054511746471770014303 00000000000000#!/bin/sh # Test in an ISO-8859-1 or ISO-8859-15 locale. : ${LOCALE_FR=fr_FR} if test $LOCALE_FR = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no traditional french locale is installed" else echo "Skipping test: no traditional french locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR \ ./test-mbrtowc${EXEEXT} 1 gsasl-1.8.0/gltests/test-wctype-h.c0000664000000000000000000000376511746471770014121 00000000000000/* Test of substitute. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "macros.h" /* Check that the type wint_t is defined. */ wint_t a = 'x'; /* Check that WEOF is defined. */ wint_t e = WEOF; /* Check that the type wctype_t is defined. */ wctype_t p; /* Check that the type wctrans_t is defined. */ wctrans_t q; int main (void) { /* Check that the isw* functions exist as functions or as macros. */ (void) iswalnum (0); (void) iswalpha (0); (void) iswcntrl (0); (void) iswdigit (0); (void) iswgraph (0); (void) iswlower (0); (void) iswprint (0); (void) iswpunct (0); (void) iswspace (0); (void) iswupper (0); (void) iswxdigit (0); /* Check that the isw* functions map WEOF to 0. */ ASSERT (!iswalnum (e)); ASSERT (!iswalpha (e)); ASSERT (!iswcntrl (e)); ASSERT (!iswdigit (e)); ASSERT (!iswgraph (e)); ASSERT (!iswlower (e)); ASSERT (!iswprint (e)); ASSERT (!iswpunct (e)); ASSERT (!iswspace (e)); ASSERT (!iswupper (e)); ASSERT (!iswxdigit (e)); /* Check that the tow* functions exist as functions or as macros. */ (void) towlower (0); (void) towupper (0); /* Check that the tow* functions map WEOF to WEOF. */ ASSERT (towlower (e) == e); ASSERT (towupper (e) == e); return 0; } gsasl-1.8.0/gltests/test-wchar.c0000664000000000000000000000213511746471770013453 00000000000000/* Test of substitute. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that the types wchar_t and wint_t are defined. */ wchar_t a = 'c'; wint_t b = 'x'; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); int main (void) { return 0; } gsasl-1.8.0/gltests/wctob.c0000664000000000000000000000226411746471770012513 00000000000000/* Convert wide character to unibyte character. Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #include int wctob (wint_t wc) { char buf[64]; if (!(MB_CUR_MAX <= sizeof (buf))) abort (); /* Handle the case where WEOF is a value that does not fit in a wchar_t. */ if (wc == (wchar_t)wc) if (wctomb (buf, (wchar_t)wc) == 1) return (unsigned char) buf[0]; return EOF; } gsasl-1.8.0/gltests/dosname.h0000664000000000000000000000373311746471770013032 00000000000000/* File names on MS-DOS/Windows systems. Copyright (C) 2000-2001, 2004-2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . From Paul Eggert and Jim Meyering. */ #ifndef _DOSNAME_H #define _DOSNAME_H #if (defined _WIN32 || defined __WIN32__ || \ defined __MSDOS__ || defined __CYGWIN__ || \ defined __EMX__ || defined __DJGPP__) /* This internal macro assumes ASCII, but all hosts that support drive letters use ASCII. */ # define _IS_DRIVE_LETTER(C) (((unsigned int) (C) | ('a' - 'A')) - 'a' \ <= 'z' - 'a') # define FILE_SYSTEM_PREFIX_LEN(Filename) \ (_IS_DRIVE_LETTER ((Filename)[0]) && (Filename)[1] == ':' ? 2 : 0) # ifndef __CYGWIN__ # define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1 # endif # define ISSLASH(C) ((C) == '/' || (C) == '\\') #else # define FILE_SYSTEM_PREFIX_LEN(Filename) 0 # define ISSLASH(C) ((C) == '/') #endif #ifndef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE # define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 #endif #if FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) # else # define IS_ABSOLUTE_FILE_NAME(F) \ (ISSLASH ((F)[0]) || FILE_SYSTEM_PREFIX_LEN (F) != 0) #endif #define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) #endif /* DOSNAME_H_ */ gsasl-1.8.0/gltests/test-vc-list-files-git.sh0000775000000000000000000000263611746471770016012 00000000000000#!/bin/sh # Unit tests for vc-list-files # Copyright (C) 2008-2012 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . */ : ${srcdir=.} . "$srcdir/init.sh"; path_prepend_ "$abs_aux_dir" . tmpdir=vc-git-$$ GIT_DIR= GIT_WORK_TREE=; unset GIT_DIR GIT_WORK_TREE fail=1 mkdir $tmpdir && cd $tmpdir && # without git, skip the test # The double use of 'exit' is needed for the reference to $? inside the trap. { ( git init -q ) > /dev/null 2>&1 \ || skip_ "git not found in PATH"; } && mkdir d && touch d/a b c && git config user.email "you@example.com" && git config user.name "Your Name" && git add . > /dev/null && git commit -q -a -m log && printf '%s\n' b c d/a > expected && vc-list-files > actual && compare expected actual && fail=0 Exit $fail gsasl-1.8.0/gltests/mbtowc.c0000664000000000000000000000164611746471770012673 00000000000000/* Convert multibyte character to wide character. Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include #include #include #include "mbtowc-impl.h" gsasl-1.8.0/gltests/mbtowc-impl.h0000664000000000000000000000262611746471770013636 00000000000000/* Convert multibyte character to wide character. Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* We don't need a static internal state, because the encoding is not state dependent, and when mbrtowc returns (size_t)(-2). we throw the result away. */ int mbtowc (wchar_t *pwc, const char *s, size_t n) { if (s == NULL) return 0; else { mbstate_t state; wchar_t wc; size_t result; memset (&state, 0, sizeof (mbstate_t)); result = mbrtowc (&wc, s, n, &state); if (result == (size_t)-1 || result == (size_t)-2) { errno = EILSEQ; return -1; } if (pwc != NULL) *pwc = wc; return (wc == 0 ? 0 : result); } } gsasl-1.8.0/gltests/test-stdlib.c0000664000000000000000000000262411746471770013633 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that EXIT_SUCCESS is 0, per POSIX. */ static int exitcode = EXIT_SUCCESS; #if EXIT_SUCCESS "oops" #endif /* Check for GNU value (not guaranteed by POSIX, but is guaranteed by gnulib). */ #if EXIT_FAILURE != 1 "oops" #endif /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); #if GNULIB_TEST_SYSTEM_POSIX # include "test-sys_wait.h" #else # define test_sys_wait_macros() 0 #endif int main (void) { if (test_sys_wait_macros ()) return 1; return exitcode; } gsasl-1.8.0/gltests/fpucw.h0000664000000000000000000001113311746471770012521 00000000000000/* Manipulating the FPU control word. Copyright (C) 2007-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _FPUCW_H #define _FPUCW_H /* The i386 floating point hardware (the 387 compatible FPU, not the modern SSE/SSE2 hardware) has a controllable rounding precision. It is specified through the 'PC' bits in the FPU control word ('fctrl' register). (See the GNU libc i386 header for details.) On some platforms, such as Linux or Solaris, the default precision setting is set to "extended precision". This means that 'long double' instructions operate correctly, but 'double' computations often produce slightly different results as on strictly IEEE 754 conforming systems. On some platforms, such as NetBSD, the default precision is set to "double precision". This means that 'long double' instructions will operate only as 'double', i.e. lead to wrong results. Similarly on FreeBSD 6.4, at least for the division of 'long double' numbers. The FPU control word is under control of the application, i.e. it is not required to be set either way by the ABI. (In fact, the i386 ABI http://refspecs.freestandards.org/elf/abi386-4.pdf page 3-12 = page 38 is not clear about it. But in any case, gcc treats the control word like a "preserved" register: it emits code that assumes that the control word is preserved across calls, and it restores the control word at the end of functions that modify it.) See Vincent Lefèvre's page http://www.vinc17.org/research/extended.en.html for a good explanation. See http://www.uwsg.iu.edu/hypermail/linux/kernel/0103.0/0453.html for some argumentation which setting should be the default. */ /* This header file provides the following facilities: fpucw_t integral type holding the value of 'fctrl' FPU_PC_MASK bit mask denoting the precision control FPU_PC_DOUBLE precision control for 53 bits mantissa FPU_PC_EXTENDED precision control for 64 bits mantissa GET_FPUCW () yields the current FPU control word SET_FPUCW (word) sets the FPU control word DECL_LONG_DOUBLE_ROUNDING variable declaration for BEGIN/END_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING () starts a sequence of instructions with 'long double' safe operation precision END_LONG_DOUBLE_ROUNDING () ends a sequence of instructions with 'long double' safe operation precision */ /* Inline assembler like this works only with GNU C. */ #if (defined __i386__ || defined __x86_64__) && defined __GNUC__ typedef unsigned short fpucw_t; /* glibc calls this fpu_control_t */ # define FPU_PC_MASK 0x0300 # define FPU_PC_DOUBLE 0x200 /* glibc calls this _FPU_DOUBLE */ # define FPU_PC_EXTENDED 0x300 /* glibc calls this _FPU_EXTENDED */ # define GET_FPUCW() \ ({ fpucw_t _cw; \ __asm__ __volatile__ ("fnstcw %0" : "=m" (*&_cw)); \ _cw; \ }) # define SET_FPUCW(word) \ (void)({ fpucw_t _ncw = (word); \ __asm__ __volatile__ ("fldcw %0" : : "m" (*&_ncw)); \ }) # define DECL_LONG_DOUBLE_ROUNDING \ fpucw_t oldcw; # define BEGIN_LONG_DOUBLE_ROUNDING() \ (void)(oldcw = GET_FPUCW (), \ SET_FPUCW ((oldcw & ~FPU_PC_MASK) | FPU_PC_EXTENDED)) # define END_LONG_DOUBLE_ROUNDING() \ SET_FPUCW (oldcw) #else typedef unsigned int fpucw_t; # define FPU_PC_MASK 0 # define FPU_PC_DOUBLE 0 # define FPU_PC_EXTENDED 0 # define GET_FPUCW() 0 # define SET_FPUCW(word) (void)(word) # define DECL_LONG_DOUBLE_ROUNDING # define BEGIN_LONG_DOUBLE_ROUNDING() # define END_LONG_DOUBLE_ROUNDING() #endif #endif /* _FPUCW_H */ gsasl-1.8.0/gltests/test-wcrtomb-w32-3.sh0000775000000000000000000000012111746471770014761 00000000000000#!/bin/sh # Test a CP932 locale. ./test-wcrtomb-w32${EXEEXT} Japanese_Japan 932 gsasl-1.8.0/gltests/setenv.c0000664000000000000000000002502511746471770012701 00000000000000/* Copyright (C) 1992, 1995-2003, 2005-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #if !_LIBC # define _GL_USE_STDLIB_ALLOC 1 # include #endif /* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc optimizes away the name == NULL test below. */ #define _GL_ARG_NONNULL(params) #include /* Specification. */ #include #include #ifndef __set_errno # define __set_errno(ev) ((errno) = (ev)) #endif #include #if _LIBC || HAVE_UNISTD_H # include #endif #if !_LIBC # include "malloca.h" #endif #if _LIBC || !HAVE_SETENV #if !_LIBC # define __environ environ #endif #if _LIBC /* This lock protects against simultaneous modifications of 'environ'. */ # include __libc_lock_define_initialized (static, envlock) # define LOCK __libc_lock_lock (envlock) # define UNLOCK __libc_lock_unlock (envlock) #else # define LOCK # define UNLOCK #endif /* In the GNU C library we must keep the namespace clean. */ #ifdef _LIBC # define setenv __setenv # define clearenv __clearenv # define tfind __tfind # define tsearch __tsearch #endif /* In the GNU C library implementation we try to be more clever and allow arbitrarily many changes of the environment given that the used values are from a small set. Outside glibc this will eat up all memory after a while. */ #if defined _LIBC || (defined HAVE_SEARCH_H && defined HAVE_TSEARCH \ && defined __GNUC__) # define USE_TSEARCH 1 # include typedef int (*compar_fn_t) (const void *, const void *); /* This is a pointer to the root of the search tree with the known values. */ static void *known_values; # define KNOWN_VALUE(Str) \ ({ \ void *value = tfind (Str, &known_values, (compar_fn_t) strcmp); \ value != NULL ? *(char **) value : NULL; \ }) # define STORE_VALUE(Str) \ tsearch (Str, &known_values, (compar_fn_t) strcmp) #else # undef USE_TSEARCH # define KNOWN_VALUE(Str) NULL # define STORE_VALUE(Str) do { } while (0) #endif /* If this variable is not a null pointer we allocated the current environment. */ static char **last_environ; /* This function is used by 'setenv' and 'putenv'. The difference between the two functions is that for the former must create a new string which is then placed in the environment, while the argument of 'putenv' must be used directly. This is all complicated by the fact that we try to reuse values once generated for a 'setenv' call since we can never free the strings. */ int __add_to_environ (const char *name, const char *value, const char *combined, int replace) { char **ep; size_t size; const size_t namelen = strlen (name); const size_t vallen = value != NULL ? strlen (value) + 1 : 0; LOCK; /* We have to get the pointer now that we have the lock and not earlier since another thread might have created a new environment. */ ep = __environ; size = 0; if (ep != NULL) { for (; *ep != NULL; ++ep) if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=') break; else ++size; } if (ep == NULL || *ep == NULL) { char **new_environ; #ifdef USE_TSEARCH char *new_value; #endif /* We allocated this space; we can extend it. */ new_environ = (char **) (last_environ == NULL ? malloc ((size + 2) * sizeof (char *)) : realloc (last_environ, (size + 2) * sizeof (char *))); if (new_environ == NULL) { /* It's easier to set errno to ENOMEM than to rely on the 'malloc-posix' and 'realloc-posix' gnulib modules. */ __set_errno (ENOMEM); UNLOCK; return -1; } /* If the whole entry is given add it. */ if (combined != NULL) /* We must not add the string to the search tree since it belongs to the user. */ new_environ[size] = (char *) combined; else { /* See whether the value is already known. */ #ifdef USE_TSEARCH # ifdef _LIBC new_value = (char *) alloca (namelen + 1 + vallen); __mempcpy (__mempcpy (__mempcpy (new_value, name, namelen), "=", 1), value, vallen); # else new_value = (char *) malloca (namelen + 1 + vallen); if (new_value == NULL) { __set_errno (ENOMEM); UNLOCK; return -1; } memcpy (new_value, name, namelen); new_value[namelen] = '='; memcpy (&new_value[namelen + 1], value, vallen); # endif new_environ[size] = KNOWN_VALUE (new_value); if (new_environ[size] == NULL) #endif { new_environ[size] = (char *) malloc (namelen + 1 + vallen); if (new_environ[size] == NULL) { #if defined USE_TSEARCH && !defined _LIBC freea (new_value); #endif __set_errno (ENOMEM); UNLOCK; return -1; } #ifdef USE_TSEARCH memcpy (new_environ[size], new_value, namelen + 1 + vallen); #else memcpy (new_environ[size], name, namelen); new_environ[size][namelen] = '='; memcpy (&new_environ[size][namelen + 1], value, vallen); #endif /* And save the value now. We cannot do this when we remove the string since then we cannot decide whether it is a user string or not. */ STORE_VALUE (new_environ[size]); } #if defined USE_TSEARCH && !defined _LIBC freea (new_value); #endif } if (__environ != last_environ) memcpy ((char *) new_environ, (char *) __environ, size * sizeof (char *)); new_environ[size + 1] = NULL; last_environ = __environ = new_environ; } else if (replace) { char *np; /* Use the user string if given. */ if (combined != NULL) np = (char *) combined; else { #ifdef USE_TSEARCH char *new_value; # ifdef _LIBC new_value = alloca (namelen + 1 + vallen); __mempcpy (__mempcpy (__mempcpy (new_value, name, namelen), "=", 1), value, vallen); # else new_value = malloca (namelen + 1 + vallen); if (new_value == NULL) { __set_errno (ENOMEM); UNLOCK; return -1; } memcpy (new_value, name, namelen); new_value[namelen] = '='; memcpy (&new_value[namelen + 1], value, vallen); # endif np = KNOWN_VALUE (new_value); if (np == NULL) #endif { np = (char *) malloc (namelen + 1 + vallen); if (np == NULL) { #if defined USE_TSEARCH && !defined _LIBC freea (new_value); #endif __set_errno (ENOMEM); UNLOCK; return -1; } #ifdef USE_TSEARCH memcpy (np, new_value, namelen + 1 + vallen); #else memcpy (np, name, namelen); np[namelen] = '='; memcpy (&np[namelen + 1], value, vallen); #endif /* And remember the value. */ STORE_VALUE (np); } #if defined USE_TSEARCH && !defined _LIBC freea (new_value); #endif } *ep = np; } UNLOCK; return 0; } int setenv (const char *name, const char *value, int replace) { if (name == NULL || *name == '\0' || strchr (name, '=') != NULL) { __set_errno (EINVAL); return -1; } return __add_to_environ (name, value, NULL, replace); } /* The 'clearenv' was planned to be added to POSIX.1 but probably never made it. Nevertheless the POSIX.9 standard (POSIX bindings for Fortran 77) requires this function. */ int clearenv (void) { LOCK; if (__environ == last_environ && __environ != NULL) { /* We allocated this environment so we can free it. */ free (__environ); last_environ = NULL; } /* Clear the environment pointer removes the whole environment. */ __environ = NULL; UNLOCK; return 0; } #ifdef _LIBC static void free_mem (void) { /* Remove all traces. */ clearenv (); /* Now remove the search tree. */ __tdestroy (known_values, free); known_values = NULL; } text_set_element (__libc_subfreeres, free_mem); # undef setenv # undef clearenv weak_alias (__setenv, setenv) weak_alias (__clearenv, clearenv) #endif #endif /* _LIBC || !HAVE_SETENV */ /* The rest of this file is called into use when replacing an existing but buggy setenv. Known bugs include failure to diagnose invalid name, and consuming a leading '=' from value. */ #if HAVE_SETENV # undef setenv # if !HAVE_DECL_SETENV extern int setenv (const char *, const char *, int); # endif # define STREQ(a, b) (strcmp (a, b) == 0) int rpl_setenv (const char *name, const char *value, int replace) { int result; if (!name || !*name || strchr (name, '=')) { errno = EINVAL; return -1; } /* Call the real setenv even if replace is 0, in case implementation has underlying data to update, such as when environ changes. */ result = setenv (name, value, replace); if (result == 0 && replace && *value == '=') { char *tmp = getenv (name); if (!STREQ (tmp, value)) { int saved_errno; size_t len = strlen (value); tmp = malloca (len + 2); /* Since leading '=' is eaten, double it up. */ *tmp = '='; memcpy (tmp + 1, value, len + 1); result = setenv (name, tmp, replace); saved_errno = errno; freea (tmp); errno = saved_errno; } } return result; } #endif /* HAVE_SETENV */ gsasl-1.8.0/gltests/test-btowc.c0000664000000000000000000000331011746471770013461 00000000000000/* Test of conversion of unibyte character to wide character. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2008. */ #include #include #include "signature.h" SIGNATURE_CHECK (btowc, wint_t, (int)); #include #include #include "macros.h" int main (int argc, char *argv[]) { int c; /* configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, "") == NULL) return 1; ASSERT (btowc (EOF) == WEOF); if (argc > 1) switch (argv[1][0]) { case '1': /* Locale encoding is ISO-8859-1 or ISO-8859-15. */ for (c = 0; c < 0x80; c++) ASSERT (btowc (c) == c); for (c = 0xA0; c < 0x100; c++) ASSERT (btowc (c) != WEOF); return 0; case '2': /* Locale encoding is UTF-8. */ for (c = 0; c < 0x80; c++) ASSERT (btowc (c) == c); for (c = 0x80; c < 0x100; c++) ASSERT (btowc (c) == WEOF); return 0; } return 1; } gsasl-1.8.0/gltests/lstat.c0000664000000000000000000000670311746471770012526 00000000000000/* Work around a bug of lstat on some systems Copyright (C) 1997-2006, 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* written by Jim Meyering */ /* If the user's config.h happens to include , let it include only the system's here, so that orig_lstat doesn't recurse to rpl_lstat. */ #define __need_system_sys_stat_h #include #if !HAVE_LSTAT /* On systems that lack symlinks, our replacement already defined lstat as stat, so there is nothing further to do other than avoid an empty file. */ typedef int dummy; #else /* HAVE_LSTAT */ /* Get the original definition of lstat. It might be defined as a macro. */ # include # include # undef __need_system_sys_stat_h static inline int orig_lstat (const char *filename, struct stat *buf) { return lstat (filename, buf); } /* Specification. */ /* Write "sys/stat.h" here, not , otherwise OSF/1 5.1 DTK cc eliminates this include because of the preliminary #include above. */ # include "sys/stat.h" # include # include /* lstat works differently on Linux and Solaris systems. POSIX (see "pathname resolution" in the glossary) requires that programs like 'ls' take into consideration the fact that FILE has a trailing slash when FILE is a symbolic link. On Linux and Solaris 10 systems, the lstat function already has the desired semantics (in treating 'lstat ("symlink/", sbuf)' just like 'lstat ("symlink/.", sbuf)', but on Solaris 9 and earlier it does not. If FILE has a trailing slash and specifies a symbolic link, then use stat() to get more info on the referent of FILE. If the referent is a non-directory, then set errno to ENOTDIR and return -1. Otherwise, return stat's result. */ int rpl_lstat (const char *file, struct stat *sbuf) { size_t len; int lstat_result = orig_lstat (file, sbuf); if (lstat_result != 0) return lstat_result; /* This replacement file can blindly check against '/' rather than using the ISSLASH macro, because all platforms with '\\' either lack symlinks (mingw) or have working lstat (cygwin) and thus do not compile this file. 0 len should have already been filtered out above, with a failure return of ENOENT. */ len = strlen (file); if (file[len - 1] != '/' || S_ISDIR (sbuf->st_mode)) return 0; /* At this point, a trailing slash is only permitted on symlink-to-dir; but it should have found information on the directory, not the symlink. Call stat() to get info about the link's referent. Our replacement stat guarantees valid results, even if the symlink is not pointing to a directory. */ if (!S_ISLNK (sbuf->st_mode)) { errno = ENOTDIR; return -1; } return stat (file, sbuf); } #endif /* HAVE_LSTAT */ gsasl-1.8.0/gltests/test-arpa_inet.c0000664000000000000000000000156311746471770014315 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include int main (void) { return 0; } gsasl-1.8.0/gltests/test-netdb.c0000664000000000000000000000200411746471770013436 00000000000000/* Test of substitute. Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Simon Josefsson , 2008. */ #include #include /* Check that the 'struct hostent' type is defined. */ struct hostent t1; /* Check that the 'socklen_t' type is defined. */ socklen_t t2; int main (void) { return 0; } gsasl-1.8.0/gltests/test-shutdown.c0000664000000000000000000000232511746471770014223 00000000000000/* Test the shutdown() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (shutdown, int, (int, int)); #include #include "sockets.h" #include "macros.h" int main (void) { (void) gl_sockets_startup (SOCKETS_1_1); /* Test behaviour for invalid file descriptors. */ { errno = 0; ASSERT (shutdown (-1, SHUT_RD) == -1); ASSERT (errno == EBADF); } { errno = 0; ASSERT (shutdown (99, SHUT_RD) == -1); ASSERT (errno == EBADF); } return 0; } gsasl-1.8.0/gltests/test-pathmax.c0000664000000000000000000000170311746471770014011 00000000000000/* Test of "pathmax.h". Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2011. */ #include #include "pathmax.h" /* Check that PATH_MAX is a constant if it is defined. */ #ifdef PATH_MAX int a = PATH_MAX; #endif int main (void) { return 0; } gsasl-1.8.0/gltests/test-getopt.h0000664000000000000000000012566111746471770013670 00000000000000/* Test of command line argument processing. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ #include /* The glibc/gnulib implementation of getopt supports setting optind = 0, but not all other implementations do. This matters for getopt. But for getopt_long, we require GNU compatibility. */ #if defined __GETOPT_PREFIX || (__GLIBC__ >= 2 && !defined __UCLIBC__) # define OPTIND_MIN 0 #elif HAVE_DECL_OPTRESET # define OPTIND_MIN (optreset = 1) #else # define OPTIND_MIN 1 #endif static void getopt_loop (int argc, const char **argv, const char *options, int *a_seen, int *b_seen, const char **p_value, const char **q_value, int *non_options_count, const char **non_options, int *unrecognized, bool *message_issued) { int c; int pos = ftell (stderr); while ((c = getopt (argc, (char **) argv, options)) != -1) { switch (c) { case 'a': (*a_seen)++; break; case 'b': (*b_seen)++; break; case 'p': *p_value = optarg; break; case 'q': *q_value = optarg; break; case '\1': /* Must only happen with option '-' at the beginning. */ ASSERT (options[0] == '-'); non_options[(*non_options_count)++] = optarg; break; case ':': /* Must only happen with option ':' at the beginning. */ ASSERT (options[0] == ':' || ((options[0] == '-' || options[0] == '+') && options[1] == ':')); /* fall through */ case '?': *unrecognized = optopt; break; default: *unrecognized = c; break; } } *message_issued = pos < ftell (stderr); } static void test_getopt (void) { int start; bool posixly = !!getenv ("POSIXLY_CORRECT"); /* See comment in getopt.c: glibc gets a LSB-compliant getopt. Standalone applications get a POSIX-compliant getopt. */ #if defined __GETOPT_PREFIX || !(__GLIBC__ >= 2 || defined __MINGW32__) /* Using getopt from gnulib or from a non-glibc system. */ posixly = true; #endif /* Test processing of boolean options. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-a"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "ab", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-b"; argv[argc++] = "-a"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "ab", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-ba"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "ab", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-ab"; argv[argc++] = "-a"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "ab", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 2); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); ASSERT (!output); } /* Test processing of options with arguments. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-pfoo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "p:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "p:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-ab"; argv[argc++] = "-q"; argv[argc++] = "baz"; argv[argc++] = "-pfoo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); ASSERT (!output); } #if GNULIB_TEST_GETOPT_GNU /* Test processing of options with optional arguments. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-pfoo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "p::q::", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "p::q::", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "abp::q::", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); ASSERT (!output); } #endif /* GNULIB_TEST_GETOPT_GNU */ /* Check that invalid options are recognized; and that both opterr and leading ':' can silence output. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-x"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 42; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'x'); ASSERT (optind == 5); ASSERT (output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-x"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 0; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'x'); ASSERT (optind == 5); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-x"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, ":abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'x'); ASSERT (optind == 5); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-:"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 42; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == ':'); ASSERT (optind == 5); ASSERT (output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-:"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 0; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == ':'); ASSERT (optind == 5); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-:"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, ":abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == ':'); ASSERT (optind == 5); ASSERT (!output); } /* Check for missing argument behavior. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-ap"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'p'); ASSERT (optind == 2); ASSERT (output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-ap"; argv[argc] = NULL; optind = start; opterr = 0; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'p'); ASSERT (optind == 2); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-ap"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, ":abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'p'); ASSERT (optind == 2); ASSERT (!output); } /* Check that by default, non-options arguments are moved to the end. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); if (posixly) { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); ASSERT (!output); } else { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "donald") == 0); ASSERT (strcmp (argv[5], "duck") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); ASSERT (!output); } } /* Check that '--' ends the argument processing. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[20]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "--"; argv[argc++] = "-b"; argv[argc++] = "foo"; argv[argc++] = "-q"; argv[argc++] = "johnny"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); if (posixly) { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "--") == 0); ASSERT (strcmp (argv[7], "-b") == 0); ASSERT (strcmp (argv[8], "foo") == 0); ASSERT (strcmp (argv[9], "-q") == 0); ASSERT (strcmp (argv[10], "johnny") == 0); ASSERT (strcmp (argv[11], "bar") == 0); ASSERT (argv[12] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); ASSERT (!output); } else { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "--") == 0); ASSERT (strcmp (argv[5], "donald") == 0); ASSERT (strcmp (argv[6], "duck") == 0); ASSERT (strcmp (argv[7], "-b") == 0); ASSERT (strcmp (argv[8], "foo") == 0); ASSERT (strcmp (argv[9], "-q") == 0); ASSERT (strcmp (argv[10], "johnny") == 0); ASSERT (strcmp (argv[11], "bar") == 0); ASSERT (argv[12] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); ASSERT (!output); } } #if GNULIB_TEST_GETOPT_GNU /* Check that the '-' flag causes non-options to be returned in order. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "-abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 3); ASSERT (strcmp (non_options[0], "donald") == 0); ASSERT (strcmp (non_options[1], "duck") == 0); ASSERT (strcmp (non_options[2], "bar") == 0); ASSERT (unrecognized == 0); ASSERT (optind == 7); ASSERT (!output); } /* Check that '--' ends the argument processing. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[20]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "--"; argv[argc++] = "-b"; argv[argc++] = "foo"; argv[argc++] = "-q"; argv[argc++] = "johnny"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "-abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "--") == 0); ASSERT (strcmp (argv[7], "-b") == 0); ASSERT (strcmp (argv[8], "foo") == 0); ASSERT (strcmp (argv[9], "-q") == 0); ASSERT (strcmp (argv[10], "johnny") == 0); ASSERT (strcmp (argv[11], "bar") == 0); ASSERT (argv[12] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (!output); if (non_options_count == 2) { /* glibc behaviour. */ ASSERT (non_options_count == 2); ASSERT (strcmp (non_options[0], "donald") == 0); ASSERT (strcmp (non_options[1], "duck") == 0); ASSERT (unrecognized == 0); ASSERT (optind == 7); } else { /* Another valid behaviour. */ ASSERT (non_options_count == 7); ASSERT (strcmp (non_options[0], "donald") == 0); ASSERT (strcmp (non_options[1], "duck") == 0); ASSERT (strcmp (non_options[2], "-b") == 0); ASSERT (strcmp (non_options[3], "foo") == 0); ASSERT (strcmp (non_options[4], "-q") == 0); ASSERT (strcmp (non_options[5], "johnny") == 0); ASSERT (strcmp (non_options[6], "bar") == 0); ASSERT (unrecognized == 0); ASSERT (optind == 12); } } /* Check that the '-' flag has to come first. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "abp:q:-", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); if (posixly) { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); ASSERT (!output); } else { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "donald") == 0); ASSERT (strcmp (argv[5], "duck") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); ASSERT (!output); } } /* Check that the '+' flag causes the first non-option to terminate the loop. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "+abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-+"; argv[argc] = NULL; optind = start; getopt_loop (argc, argv, "+abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == '+'); ASSERT (optind == 2); ASSERT (output); } /* Check that '--' ends the argument processing. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[20]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "--"; argv[argc++] = "-b"; argv[argc++] = "foo"; argv[argc++] = "-q"; argv[argc++] = "johnny"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "+abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "--") == 0); ASSERT (strcmp (argv[7], "-b") == 0); ASSERT (strcmp (argv[8], "foo") == 0); ASSERT (strcmp (argv[9], "-q") == 0); ASSERT (strcmp (argv[10], "johnny") == 0); ASSERT (strcmp (argv[11], "bar") == 0); ASSERT (argv[12] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); ASSERT (!output); } #endif /* GNULIB_TEST_GETOPT_GNU */ /* Check that the '+' flag has to come first. */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "abp:q:+", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); if (posixly) { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); ASSERT (!output); } else { ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "donald") == 0); ASSERT (strcmp (argv[5], "duck") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); ASSERT (!output); } } #if GNULIB_TEST_GETOPT_GNU /* If GNU extensions are supported, require compliance with POSIX interpretation on leading '+' behavior. http://austingroupbugs.net/view.php?id=191 */ for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; opterr = 1; getopt_loop (argc, argv, "+:abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc] = NULL; optind = start; getopt_loop (argc, argv, "+:abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'p'); ASSERT (optind == 2); ASSERT (!output); } for (start = OPTIND_MIN; start <= 1; start++) { int a_seen = 0; int b_seen = 0; const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; bool output; int argc = 0; const char *argv[10]; argv[argc++] = "program"; argv[argc++] = "-b"; argv[argc++] = "-p"; argv[argc] = NULL; optind = start; getopt_loop (argc, argv, "+:abp:q:", &a_seen, &b_seen, &p_value, &q_value, &non_options_count, non_options, &unrecognized, &output); ASSERT (a_seen == 0); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'p'); ASSERT (optind == 3); ASSERT (!output); } /* Check that 'W' does not dump core: http://sourceware.org/bugzilla/show_bug.cgi?id=12922 Technically, POSIX says the presence of ';' in the opt-string gives unspecified behavior, so we only test this when GNU compliance is desired. */ for (start = OPTIND_MIN; start <= 1; start++) { int argc = 0; const char *argv[10]; int pos = ftell (stderr); argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc++] = "dummy"; argv[argc] = NULL; optind = start; opterr = 1; ASSERT (getopt (argc, (char **) argv, "W;") == 'W'); ASSERT (ftell (stderr) == pos); ASSERT (optind == 2); } #endif /* GNULIB_TEST_GETOPT_GNU */ } gsasl-1.8.0/gltests/test-environ.c0000664000000000000000000000310511746471770014025 00000000000000/* Test of environ variable. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2008. */ #include #include #include int main () { /* The environment variables that are set even in the weirdest situations are HOME and PATH. POSIX says that HOME is initialized by the system, and that PATH may be unset. But in practice it's more frequent to see HOME unset and PATH set. So we test the presence of PATH. */ char **remaining_variables = environ; char *string; /* Wine 1.2 environ is always NULL see . */ return 0; for (; (string = *remaining_variables) != NULL; remaining_variables++) { if (strncmp (string, "PATH=", 5) == 0) /* Found the PATH environment variable. */ return 0; } /* Failed to find the PATH environment variable. */ return 1; } gsasl-1.8.0/gltests/test-xalloc-die.c0000664000000000000000000000171711746471770014375 00000000000000/* Test of xalloc_die() function. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Simon Josefsson , 2009. */ #include #include "xalloc.h" #include "progname.h" int main (int argc _GL_UNUSED, char **argv) { set_program_name (argv[0]); xalloc_die (); return 0; } gsasl-1.8.0/gltests/test-wcrtomb-w32-5.sh0000775000000000000000000000012011746471770014762 00000000000000#!/bin/sh # Test a CP936 locale. ./test-wcrtomb-w32${EXEEXT} Chinese_China 936 gsasl-1.8.0/gltests/setlocale.c0000664000000000000000000007001411746471770013346 00000000000000/* Set the current locale. Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ #include /* Override setlocale() so that when the default locale is requested (locale = ""), the environment variables LC_ALL, LC_*, and LANG are considered. Also include all the functionality from libintl's setlocale() override. */ /* Please keep this file in sync with gettext/gettext-runtime/intl/setlocale.c ! */ /* Specification. */ #include #include #include #include "localename.h" #if 1 # undef setlocale /* Return string representation of locale category CATEGORY. */ static const char * category_to_name (int category) { const char *retval; switch (category) { case LC_COLLATE: retval = "LC_COLLATE"; break; case LC_CTYPE: retval = "LC_CTYPE"; break; case LC_MONETARY: retval = "LC_MONETARY"; break; case LC_NUMERIC: retval = "LC_NUMERIC"; break; case LC_TIME: retval = "LC_TIME"; break; case LC_MESSAGES: retval = "LC_MESSAGES"; break; default: /* If you have a better idea for a default value let me know. */ retval = "LC_XXX"; } return retval; } # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* The native Windows setlocale() function expects locale names of the form "German" or "German_Germany" or "DEU", but not "de" or "de_DE". We need to convert the names from the form with ISO 639 language code and ISO 3166 country code to the form with English names or with three-letter identifier. The three-letter identifiers known by a Windows XP SP2 or SP3 are: AFK Afrikaans_South Africa.1252 ARA Arabic_Saudi Arabia.1256 ARB Arabic_Lebanon.1256 ARE Arabic_Egypt.1256 ARG Arabic_Algeria.1256 ARH Arabic_Bahrain.1256 ARI Arabic_Iraq.1256 ARJ Arabic_Jordan.1256 ARK Arabic_Kuwait.1256 ARL Arabic_Libya.1256 ARM Arabic_Morocco.1256 ARO Arabic_Oman.1256 ARQ Arabic_Qatar.1256 ARS Arabic_Syria.1256 ART Arabic_Tunisia.1256 ARU Arabic_U.A.E..1256 ARY Arabic_Yemen.1256 AZE Azeri (Latin)_Azerbaijan.1254 BEL Belarusian_Belarus.1251 BGR Bulgarian_Bulgaria.1251 BSB Bosnian_Bosnia and Herzegovina.1250 BSC Bosnian (Cyrillic)_Bosnia and Herzegovina.1250 (wrong encoding!) CAT Catalan_Spain.1252 CHH Chinese_Hong Kong S.A.R..950 CHI Chinese_Singapore.936 CHS Chinese_People's Republic of China.936 CHT Chinese_Taiwan.950 CSY Czech_Czech Republic.1250 CYM Welsh_United Kingdom.1252 DAN Danish_Denmark.1252 DEA German_Austria.1252 DEC German_Liechtenstein.1252 DEL German_Luxembourg.1252 DES German_Switzerland.1252 DEU German_Germany.1252 ELL Greek_Greece.1253 ENA English_Australia.1252 ENB English_Caribbean.1252 ENC English_Canada.1252 ENG English_United Kingdom.1252 ENI English_Ireland.1252 ENJ English_Jamaica.1252 ENL English_Belize.1252 ENP English_Republic of the Philippines.1252 ENS English_South Africa.1252 ENT English_Trinidad and Tobago.1252 ENU English_United States.1252 ENW English_Zimbabwe.1252 ENZ English_New Zealand.1252 ESA Spanish_Panama.1252 ESB Spanish_Bolivia.1252 ESC Spanish_Costa Rica.1252 ESD Spanish_Dominican Republic.1252 ESE Spanish_El Salvador.1252 ESF Spanish_Ecuador.1252 ESG Spanish_Guatemala.1252 ESH Spanish_Honduras.1252 ESI Spanish_Nicaragua.1252 ESL Spanish_Chile.1252 ESM Spanish_Mexico.1252 ESN Spanish_Spain.1252 ESO Spanish_Colombia.1252 ESP Spanish_Spain.1252 ESR Spanish_Peru.1252 ESS Spanish_Argentina.1252 ESU Spanish_Puerto Rico.1252 ESV Spanish_Venezuela.1252 ESY Spanish_Uruguay.1252 ESZ Spanish_Paraguay.1252 ETI Estonian_Estonia.1257 EUQ Basque_Spain.1252 FAR Farsi_Iran.1256 FIN Finnish_Finland.1252 FOS Faroese_Faroe Islands.1252 FPO Filipino_Philippines.1252 FRA French_France.1252 FRB French_Belgium.1252 FRC French_Canada.1252 FRL French_Luxembourg.1252 FRM French_Principality of Monaco.1252 FRS French_Switzerland.1252 FYN Frisian_Netherlands.1252 GLC Galician_Spain.1252 HEB Hebrew_Israel.1255 HRB Croatian_Bosnia and Herzegovina.1250 HRV Croatian_Croatia.1250 HUN Hungarian_Hungary.1250 IND Indonesian_Indonesia.1252 IRE Irish_Ireland.1252 ISL Icelandic_Iceland.1252 ITA Italian_Italy.1252 ITS Italian_Switzerland.1252 IUK Inuktitut (Latin)_Canada.1252 JPN Japanese_Japan.932 KKZ Kazakh_Kazakhstan.1251 KOR Korean_Korea.949 KYR Kyrgyz_Kyrgyzstan.1251 LBX Luxembourgish_Luxembourg.1252 LTH Lithuanian_Lithuania.1257 LVI Latvian_Latvia.1257 MKI FYRO Macedonian_Former Yugoslav Republic of Macedonia.1251 MON Mongolian_Mongolia.1251 MPD Mapudungun_Chile.1252 MSB Malay_Brunei Darussalam.1252 MSL Malay_Malaysia.1252 MWK Mohawk_Canada.1252 NLB Dutch_Belgium.1252 NLD Dutch_Netherlands.1252 NON Norwegian-Nynorsk_Norway.1252 NOR Norwegian (Bokmål)_Norway.1252 NSO Northern Sotho_South Africa.1252 PLK Polish_Poland.1250 PTB Portuguese_Brazil.1252 PTG Portuguese_Portugal.1252 QUB Quechua_Bolivia.1252 QUE Quechua_Ecuador.1252 QUP Quechua_Peru.1252 RMC Romansh_Switzerland.1252 ROM Romanian_Romania.1250 RUS Russian_Russia.1251 SKY Slovak_Slovakia.1250 SLV Slovenian_Slovenia.1250 SMA Sami (Southern)_Norway.1252 SMB Sami (Southern)_Sweden.1252 SME Sami (Northern)_Norway.1252 SMF Sami (Northern)_Sweden.1252 SMG Sami (Northern)_Finland.1252 SMJ Sami (Lule)_Norway.1252 SMK Sami (Lule)_Sweden.1252 SMN Sami (Inari)_Finland.1252 SMS Sami (Skolt)_Finland.1252 SQI Albanian_Albania.1250 SRB Serbian (Cyrillic)_Serbia and Montenegro.1251 SRL Serbian (Latin)_Serbia and Montenegro.1250 SRN Serbian (Cyrillic)_Bosnia and Herzegovina.1251 SRS Serbian (Latin)_Bosnia and Herzegovina.1250 SVE Swedish_Sweden.1252 SVF Swedish_Finland.1252 SWK Swahili_Kenya.1252 THA Thai_Thailand.874 TRK Turkish_Turkey.1254 TSN Tswana_South Africa.1252 TTT Tatar_Russia.1251 UKR Ukrainian_Ukraine.1251 URD Urdu_Islamic Republic of Pakistan.1256 USA English_United States.1252 UZB Uzbek (Latin)_Uzbekistan.1254 VIT Vietnamese_Viet Nam.1258 XHO Xhosa_South Africa.1252 ZHH Chinese_Hong Kong S.A.R..950 ZHI Chinese_Singapore.936 ZHM Chinese_Macau S.A.R..950 ZUL Zulu_South Africa.1252 */ /* Table from ISO 639 language code, optionally with country or script suffix, to English name. Keep in sync with the gl_locale_name_from_win32_LANGID function in localename.c! */ struct table_entry { const char *code; const char *english; }; static const struct table_entry language_table[] = { { "af", "Afrikaans" }, { "am", "Amharic" }, { "ar", "Arabic" }, { "arn", "Mapudungun" }, { "as", "Assamese" }, { "az@cyrillic", "Azeri (Cyrillic)" }, { "az@latin", "Azeri (Latin)" }, { "ba", "Bashkir" }, { "be", "Belarusian" }, { "ber", "Tamazight" }, { "ber@arabic", "Tamazight (Arabic)" }, { "ber@latin", "Tamazight (Latin)" }, { "bg", "Bulgarian" }, { "bin", "Edo" }, { "bn", "Bengali" }, { "bn_BD", "Bengali (Bangladesh)" }, { "bn_IN", "Bengali (India)" }, { "bnt", "Sutu" }, { "bo", "Tibetan" }, { "br", "Breton" }, { "bs", "BSB" }, /* "Bosnian (Latin)" */ { "bs@cyrillic", "BSC" }, /* Bosnian (Cyrillic) */ { "ca", "Catalan" }, { "chr", "Cherokee" }, { "co", "Corsican" }, { "cpe", "Hawaiian" }, { "cs", "Czech" }, { "cy", "Welsh" }, { "da", "Danish" }, { "de", "German" }, { "dsb", "Lower Sorbian" }, { "dv", "Divehi" }, { "el", "Greek" }, { "en", "English" }, { "es", "Spanish" }, { "et", "Estonian" }, { "eu", "Basque" }, { "fa", "Farsi" }, { "ff", "Fulfulde" }, { "fi", "Finnish" }, { "fo", "Faroese" }, /* "Faeroese" does not work */ { "fr", "French" }, { "fy", "Frisian" }, { "ga", "IRE" }, /* Gaelic (Ireland) */ { "gd", "Gaelic (Scotland)" }, { "gd", "Scottish Gaelic" }, { "gl", "Galician" }, { "gn", "Guarani" }, { "gsw", "Alsatian" }, { "gu", "Gujarati" }, { "ha", "Hausa" }, { "he", "Hebrew" }, { "hi", "Hindi" }, { "hr", "Croatian" }, { "hsb", "Upper Sorbian" }, { "hu", "Hungarian" }, { "hy", "Armenian" }, { "id", "Indonesian" }, { "ig", "Igbo" }, { "ii", "Yi" }, { "is", "Icelandic" }, { "it", "Italian" }, { "iu", "IUK" }, /* Inuktitut */ { "ja", "Japanese" }, { "ka", "Georgian" }, { "kk", "Kazakh" }, { "kl", "Greenlandic" }, { "km", "Cambodian" }, { "km", "Khmer" }, { "kn", "Kannada" }, { "ko", "Korean" }, { "kok", "Konkani" }, { "kr", "Kanuri" }, { "ks", "Kashmiri" }, { "ks_IN", "Kashmiri_India" }, { "ks_PK", "Kashmiri (Arabic)_Pakistan" }, { "ky", "Kyrgyz" }, { "la", "Latin" }, { "lb", "Luxembourgish" }, { "lo", "Lao" }, { "lt", "Lithuanian" }, { "lv", "Latvian" }, { "mi", "Maori" }, { "mk", "FYRO Macedonian" }, { "mk", "Macedonian" }, { "ml", "Malayalam" }, { "mn", "Mongolian" }, { "mni", "Manipuri" }, { "moh", "Mohawk" }, { "mr", "Marathi" }, { "ms", "Malay" }, { "mt", "Maltese" }, { "my", "Burmese" }, { "nb", "NOR" }, /* Norwegian Bokmål */ { "ne", "Nepali" }, { "nic", "Ibibio" }, { "nl", "Dutch" }, { "nn", "NON" }, /* Norwegian Nynorsk */ { "no", "Norwegian" }, { "nso", "Northern Sotho" }, { "nso", "Sepedi" }, { "oc", "Occitan" }, { "om", "Oromo" }, { "or", "Oriya" }, { "pa", "Punjabi" }, { "pap", "Papiamentu" }, { "pl", "Polish" }, { "prs", "Dari" }, { "ps", "Pashto" }, { "pt", "Portuguese" }, { "qu", "Quechua" }, { "qut", "K'iche'" }, { "rm", "Romansh" }, { "ro", "Romanian" }, { "ru", "Russian" }, { "rw", "Kinyarwanda" }, { "sa", "Sanskrit" }, { "sah", "Yakut" }, { "sd", "Sindhi" }, { "se", "Sami (Northern)" }, { "se", "Northern Sami" }, { "si", "Sinhalese" }, { "sk", "Slovak" }, { "sl", "Slovenian" }, { "sma", "Sami (Southern)" }, { "sma", "Southern Sami" }, { "smj", "Sami (Lule)" }, { "smj", "Lule Sami" }, { "smn", "Sami (Inari)" }, { "smn", "Inari Sami" }, { "sms", "Sami (Skolt)" }, { "sms", "Skolt Sami" }, { "so", "Somali" }, { "sq", "Albanian" }, { "sr", "Serbian (Latin)" }, { "sr@cyrillic", "SRB" }, /* Serbian (Cyrillic) */ { "sw", "Swahili" }, { "syr", "Syriac" }, { "ta", "Tamil" }, { "te", "Telugu" }, { "tg", "Tajik" }, { "th", "Thai" }, { "ti", "Tigrinya" }, { "tk", "Turkmen" }, { "tl", "Filipino" }, { "tn", "Tswana" }, { "tr", "Turkish" }, { "ts", "Tsonga" }, { "tt", "Tatar" }, { "ug", "Uighur" }, { "uk", "Ukrainian" }, { "ur", "Urdu" }, { "uz", "Uzbek" }, { "uz", "Uzbek (Latin)" }, { "uz@cyrillic", "Uzbek (Cyrillic)" }, { "ve", "Venda" }, { "vi", "Vietnamese" }, { "wen", "Sorbian" }, { "wo", "Wolof" }, { "xh", "Xhosa" }, { "yi", "Yiddish" }, { "yo", "Yoruba" }, { "zh", "Chinese" }, { "zu", "Zulu" } }; /* Table from ISO 3166 country code to English name. Keep in sync with the gl_locale_name_from_win32_LANGID function in localename.c! */ static const struct table_entry country_table[] = { { "AE", "U.A.E." }, { "AF", "Afghanistan" }, { "AL", "Albania" }, { "AM", "Armenia" }, { "AN", "Netherlands Antilles" }, { "AR", "Argentina" }, { "AT", "Austria" }, { "AU", "Australia" }, { "AZ", "Azerbaijan" }, { "BA", "Bosnia and Herzegovina" }, { "BD", "Bangladesh" }, { "BE", "Belgium" }, { "BG", "Bulgaria" }, { "BH", "Bahrain" }, { "BN", "Brunei Darussalam" }, { "BO", "Bolivia" }, { "BR", "Brazil" }, { "BT", "Bhutan" }, { "BY", "Belarus" }, { "BZ", "Belize" }, { "CA", "Canada" }, { "CG", "Congo" }, { "CH", "Switzerland" }, { "CI", "Cote d'Ivoire" }, { "CL", "Chile" }, { "CM", "Cameroon" }, { "CN", "People's Republic of China" }, { "CO", "Colombia" }, { "CR", "Costa Rica" }, { "CS", "Serbia and Montenegro" }, { "CZ", "Czech Republic" }, { "DE", "Germany" }, { "DK", "Denmark" }, { "DO", "Dominican Republic" }, { "DZ", "Algeria" }, { "EC", "Ecuador" }, { "EE", "Estonia" }, { "EG", "Egypt" }, { "ER", "Eritrea" }, { "ES", "Spain" }, { "ET", "Ethiopia" }, { "FI", "Finland" }, { "FO", "Faroe Islands" }, { "FR", "France" }, { "GB", "United Kingdom" }, { "GD", "Caribbean" }, { "GE", "Georgia" }, { "GL", "Greenland" }, { "GR", "Greece" }, { "GT", "Guatemala" }, { "HK", "Hong Kong" }, { "HK", "Hong Kong S.A.R." }, { "HN", "Honduras" }, { "HR", "Croatia" }, { "HT", "Haiti" }, { "HU", "Hungary" }, { "ID", "Indonesia" }, { "IE", "Ireland" }, { "IL", "Israel" }, { "IN", "India" }, { "IQ", "Iraq" }, { "IR", "Iran" }, { "IS", "Iceland" }, { "IT", "Italy" }, { "JM", "Jamaica" }, { "JO", "Jordan" }, { "JP", "Japan" }, { "KE", "Kenya" }, { "KG", "Kyrgyzstan" }, { "KH", "Cambodia" }, { "KR", "South Korea" }, { "KW", "Kuwait" }, { "KZ", "Kazakhstan" }, { "LA", "Laos" }, { "LB", "Lebanon" }, { "LI", "Liechtenstein" }, { "LK", "Sri Lanka" }, { "LT", "Lithuania" }, { "LU", "Luxembourg" }, { "LV", "Latvia" }, { "LY", "Libya" }, { "MA", "Morocco" }, { "MC", "Principality of Monaco" }, { "MD", "Moldava" }, { "MD", "Moldova" }, { "ME", "Montenegro" }, { "MK", "Former Yugoslav Republic of Macedonia" }, { "ML", "Mali" }, { "MM", "Myanmar" }, { "MN", "Mongolia" }, { "MO", "Macau S.A.R." }, { "MT", "Malta" }, { "MV", "Maldives" }, { "MX", "Mexico" }, { "MY", "Malaysia" }, { "NG", "Nigeria" }, { "NI", "Nicaragua" }, { "NL", "Netherlands" }, { "NO", "Norway" }, { "NP", "Nepal" }, { "NZ", "New Zealand" }, { "OM", "Oman" }, { "PA", "Panama" }, { "PE", "Peru" }, { "PH", "Philippines" }, { "PK", "Islamic Republic of Pakistan" }, { "PL", "Poland" }, { "PR", "Puerto Rico" }, { "PT", "Portugal" }, { "PY", "Paraguay" }, { "QA", "Qatar" }, { "RE", "Reunion" }, { "RO", "Romania" }, { "RS", "Serbia" }, { "RU", "Russia" }, { "RW", "Rwanda" }, { "SA", "Saudi Arabia" }, { "SE", "Sweden" }, { "SG", "Singapore" }, { "SI", "Slovenia" }, { "SK", "Slovak" }, { "SN", "Senegal" }, { "SO", "Somalia" }, { "SR", "Suriname" }, { "SV", "El Salvador" }, { "SY", "Syria" }, { "TH", "Thailand" }, { "TJ", "Tajikistan" }, { "TM", "Turkmenistan" }, { "TN", "Tunisia" }, { "TR", "Turkey" }, { "TT", "Trinidad and Tobago" }, { "TW", "Taiwan" }, { "TZ", "Tanzania" }, { "UA", "Ukraine" }, { "US", "United States" }, { "UY", "Uruguay" }, { "VA", "Vatican" }, { "VE", "Venezuela" }, { "VN", "Viet Nam" }, { "YE", "Yemen" }, { "ZA", "South Africa" }, { "ZW", "Zimbabwe" } }; /* Given a string STRING, find the set of indices i such that TABLE[i].code is the given STRING. It is a range [lo,hi-1]. */ typedef struct { size_t lo; size_t hi; } range_t; static void search (const struct table_entry *table, size_t table_size, const char *string, range_t *result) { /* The table is sorted. Perform a binary search. */ size_t hi = table_size; size_t lo = 0; while (lo < hi) { /* Invariant: for i < lo, strcmp (table[i].code, string) < 0, for i >= hi, strcmp (table[i].code, string) > 0. */ size_t mid = (hi + lo) >> 1; /* >= lo, < hi */ int cmp = strcmp (table[mid].code, string); if (cmp < 0) lo = mid + 1; else if (cmp > 0) hi = mid; else { /* Found an i with strcmp (language_table[i].code, string) == 0. Find the entire interval of such i. */ { size_t i; for (i = mid; i > lo; ) { i--; if (strcmp (table[i].code, string) < 0) { lo = i + 1; break; } } } { size_t i; for (i = mid; i < hi; i++) { if (strcmp (table[i].code, string) > 0) { hi = i; break; } } } /* The set of i with strcmp (language_table[i].code, string) == 0 is the interval [lo, hi-1]. */ break; } } result->lo = lo; result->hi = hi; } /* Like setlocale, but accept also locale names in the form ll or ll_CC, where ll is an ISO 639 language code and CC is an ISO 3166 country code. */ static char * setlocale_unixlike (int category, const char *locale) { char *result; char llCC_buf[64]; char ll_buf[64]; char CC_buf[64]; /* First, try setlocale with the original argument unchanged. */ result = setlocale (category, locale); if (result != NULL) return result; /* Otherwise, assume the argument is in the form language[_territory][.codeset][@modifier] and try to map it using the tables. */ if (strlen (locale) < sizeof (llCC_buf)) { /* Second try: Remove the codeset part. */ { const char *p = locale; char *q = llCC_buf; /* Copy the part before the dot. */ for (; *p != '\0' && *p != '.'; p++, q++) *q = *p; if (*p == '.') /* Skip the part up to the '@', if any. */ for (; *p != '\0' && *p != '@'; p++) ; /* Copy the part starting with '@', if any. */ for (; *p != '\0'; p++, q++) *q = *p; *q = '\0'; } /* llCC_buf now contains language[_territory][@modifier] */ if (strcmp (llCC_buf, locale) != 0) { result = setlocale (category, llCC_buf); if (result != NULL) return result; } /* Look it up in language_table. */ { range_t range; size_t i; search (language_table, sizeof (language_table) / sizeof (language_table[0]), llCC_buf, &range); for (i = range.lo; i < range.hi; i++) { /* Try the replacement in language_table[i]. */ result = setlocale (category, language_table[i].english); if (result != NULL) return result; } } /* Split language[_territory][@modifier] into ll_buf = language[@modifier] and CC_buf = territory */ { const char *underscore = strchr (llCC_buf, '_'); if (underscore != NULL) { const char *territory_start = underscore + 1; const char *territory_end = strchr (territory_start, '@'); if (territory_end == NULL) territory_end = territory_start + strlen (territory_start); memcpy (ll_buf, llCC_buf, underscore - llCC_buf); strcpy (ll_buf + (underscore - llCC_buf), territory_end); memcpy (CC_buf, territory_start, territory_end - territory_start); CC_buf[territory_end - territory_start] = '\0'; { /* Look up ll_buf in language_table and CC_buf in country_table. */ range_t language_range; search (language_table, sizeof (language_table) / sizeof (language_table[0]), ll_buf, &language_range); if (language_range.lo < language_range.hi) { range_t country_range; search (country_table, sizeof (country_table) / sizeof (country_table[0]), CC_buf, &country_range); if (country_range.lo < country_range.hi) { size_t i; size_t j; for (i = language_range.lo; i < language_range.hi; i++) for (j = country_range.lo; j < country_range.hi; j++) { /* Concatenate the replacements. */ const char *part1 = language_table[i].english; size_t part1_len = strlen (part1); const char *part2 = country_table[j].english; size_t part2_len = strlen (part2) + 1; char buf[64+64]; if (!(part1_len + 1 + part2_len <= sizeof (buf))) abort (); memcpy (buf, part1, part1_len); buf[part1_len] = '_'; memcpy (buf + part1_len + 1, part2, part2_len); /* Try the concatenated replacements. */ result = setlocale (category, buf); if (result != NULL) return result; } } /* Try omitting the country entirely. This may set a locale corresponding to the wrong country, but is better than failing entirely. */ { size_t i; for (i = language_range.lo; i < language_range.hi; i++) { /* Try only the language replacement. */ result = setlocale (category, language_table[i].english); if (result != NULL) return result; } } } } } } } /* Failed. */ return NULL; } # else # define setlocale_unixlike setlocale # endif # if LC_MESSAGES == 1729 /* The system does not store an LC_MESSAGES locale category. Do it here. */ static char lc_messages_name[64] = "C"; /* Like setlocale, but support also LC_MESSAGES. */ static char * setlocale_single (int category, const char *locale) { if (category == LC_MESSAGES) { if (locale != NULL) { lc_messages_name[sizeof (lc_messages_name) - 1] = '\0'; strncpy (lc_messages_name, locale, sizeof (lc_messages_name) - 1); } return lc_messages_name; } else return setlocale_unixlike (category, locale); } # else # define setlocale_single setlocale_unixlike # endif char * rpl_setlocale (int category, const char *locale) { if (locale != NULL && locale[0] == '\0') { /* A request to the set the current locale to the default locale. */ if (category == LC_ALL) { /* Set LC_CTYPE first. Then the other categories. */ static int const categories[] = { LC_NUMERIC, LC_TIME, LC_COLLATE, LC_MONETARY, LC_MESSAGES }; char *saved_locale; const char *base_name; unsigned int i; /* Back up the old locale, in case one of the steps fails. */ saved_locale = setlocale (LC_ALL, NULL); if (saved_locale == NULL) return NULL; saved_locale = strdup (saved_locale); if (saved_locale == NULL) return NULL; /* Set LC_CTYPE category. Set all other categories (except possibly LC_MESSAGES) to the same value in the same call; this is likely to save calls. */ base_name = gl_locale_name_environ (LC_CTYPE, category_to_name (LC_CTYPE)); if (base_name == NULL) base_name = gl_locale_name_default (); if (setlocale_unixlike (LC_ALL, base_name) == NULL) goto fail; # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* On native Windows, setlocale(LC_ALL,...) may succeed but set the LC_CTYPE category to an invalid value ("C") when it does not support the specified encoding. Report a failure instead. */ if (strchr (base_name, '.') != NULL && strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) goto fail; # endif for (i = 0; i < sizeof (categories) / sizeof (categories[0]); i++) { int cat = categories[i]; const char *name; name = gl_locale_name_environ (cat, category_to_name (cat)); if (name == NULL) name = gl_locale_name_default (); /* If name is the same as base_name, it has already been set through the setlocale call before the loop. */ if (strcmp (name, base_name) != 0 # if LC_MESSAGES == 1729 || cat == LC_MESSAGES # endif ) if (setlocale_single (cat, name) == NULL) goto fail; } /* All steps were successful. */ free (saved_locale); return setlocale (LC_ALL, NULL); fail: if (saved_locale[0] != '\0') /* don't risk an endless recursion */ setlocale (LC_ALL, saved_locale); free (saved_locale); return NULL; } else { const char *name = gl_locale_name_environ (category, category_to_name (category)); if (name == NULL) name = gl_locale_name_default (); return setlocale_single (category, name); } } else { # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ if (category == LC_ALL && locale != NULL && strchr (locale, '.') != NULL) { char *saved_locale; /* Back up the old locale. */ saved_locale = setlocale (LC_ALL, NULL); if (saved_locale == NULL) return NULL; saved_locale = strdup (saved_locale); if (saved_locale == NULL) return NULL; if (setlocale_unixlike (LC_ALL, locale) == NULL) { free (saved_locale); return NULL; } /* On native Windows, setlocale(LC_ALL,...) may succeed but set the LC_CTYPE category to an invalid value ("C") when it does not support the specified encoding. Report a failure instead. */ if (strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) { if (saved_locale[0] != '\0') /* don't risk an endless recursion */ setlocale (LC_ALL, saved_locale); free (saved_locale); return NULL; } /* It was really successful. */ free (saved_locale); return setlocale (LC_ALL, NULL); } else # endif return setlocale_single (category, locale); } } #endif gsasl-1.8.0/gltests/test-version-etc.sh0000775000000000000000000000261211746471770015000 00000000000000#! /bin/sh # Test suite for version-etc. # Copyright (C) 2009-2012 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . TMP=ve-expected.tmp LC_ALL=C export LC_ALL ERR=0 cat > $TMP <. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Sergey Poznyakoff and Eric Blake. EOT ./test-version-etc${EXEEXT} --version | sed '1s/test-version-etc (.*) .*/test-version-etc (PROJECT) VERSION/ /^Packaged by/d 2,3 s/Copyright (C) [0-9]\{4,4\}/COPYRIGHT/' | tr -d '\015' | diff -c $TMP - || ERR=1 rm $TMP exit $ERR gsasl-1.8.0/gltests/test-fdopen.c0000664000000000000000000000241311746471770013621 00000000000000/* Test opening a stream with a file descriptor. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fdopen, FILE *, (int, const char *)); #include #include "macros.h" int main (void) { /* Test behaviour for invalid file descriptors. */ { FILE *fp; errno = 0; fp = fdopen (-1, "r"); if (fp == NULL) ASSERT (errno == EBADF); else fclose (fp); } { FILE *fp; errno = 0; fp = fdopen (99, "r"); if (fp == NULL) ASSERT (errno == EBADF); else fclose (fp); } return 0; } gsasl-1.8.0/gltests/test-quotearg.h0000664000000000000000000000753311746471770014212 00000000000000/* Test of quotearg family of functions. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2008. */ struct result_strings { char const *str1; /* Translation of "". */ char const *str2; /* Translation of "\0""1\0". */ size_t len2; /* Length of str2. */ char const *str3; /* Translation of "simple". */ char const *str4; /* Translation of " \t\n'\"\033?""?/\\". */ char const *str5; /* Translation of "a:b". */ char const *str6; /* Translation of "a\\b". */ char const *str7a; /* Translation of LQ RQ, in ASCII charset. */ char const *str7b; /* Translation of LQ RQ, in Latin1 or UTF-8 charset. */ }; struct result_groups { struct result_strings group1; /* Via quotearg_buffer. */ struct result_strings group2; /* Via quotearg{,_mem}. */ struct result_strings group3; /* Via quotearg_colon{,_mem}. */ }; /* These quotes are borrowed from a pt_PT.utf8 translation. */ # define LQ "\302\253" # define RQ "\302\273" # define LQ_ENC "\\302\\253" # define RQ_ENC "\\302\\273" # define RQ_ESC "\\\302\273" static struct result_strings inputs = { "", "\0001\0", 3, "simple", " \t\n'\"\033?""?/\\", "a:b", "a\\b", LQ RQ, NULL }; static void compare (char const *a, size_t la, char const *b, size_t lb) { ASSERT (la == lb); ASSERT (memcmp (a, b, la) == 0); ASSERT (b[lb] == '\0'); } static void compare_strings (char *(func) (char const *, size_t *), struct result_strings *results, bool ascii_only) { size_t len; char *p; len = 0; p = func (inputs.str1, &len); compare (results->str1, strlen (results->str1), p, len); len = inputs.len2; p = func (inputs.str2, &len); compare (results->str2, results->len2, p, len); len = SIZE_MAX; p = func (inputs.str3, &len); compare (results->str3, strlen (results->str3), p, len); len = strlen (inputs.str4); p = func (inputs.str4, &len); compare (results->str4, strlen (results->str4), p, len); len = SIZE_MAX; p = func (inputs.str5, &len); compare (results->str5, strlen (results->str5), p, len); len = strlen (inputs.str6); p = func (inputs.str6, &len); compare (results->str6, strlen (results->str6), p, len); len = strlen (inputs.str7a); p = func (inputs.str7a, &len); if (ascii_only) compare (results->str7a, strlen (results->str7a), p, len); else compare (results->str7b, strlen (results->str7b), p, len); } static char * use_quotearg_buffer (const char *str, size_t *len) { static char buf[100]; size_t size; memset (buf, 0xa5, 100); size = quotearg_buffer (buf, 100, str, *len, NULL); *len = size; ASSERT ((unsigned char) buf[size + 1] == 0xa5); return buf; } static char * use_quotearg (const char *str, size_t *len) { char *p = *len == SIZE_MAX ? quotearg (str) : quotearg_mem (str, *len); *len = strlen (p); return p; } static char * use_quote_double_quotes (const char *str, size_t *len) { char *p = *len == SIZE_MAX ? quotearg_char (str, '"') : quotearg_char_mem (str, *len, '"'); *len = strlen (p); return p; } static char * use_quotearg_colon (const char *str, size_t *len) { char *p = (*len == SIZE_MAX ? quotearg_colon (str) : quotearg_colon_mem (str, *len)); *len = strlen (p); return p; } gsasl-1.8.0/gltests/test-thread_self.c0000664000000000000000000000215011746471770014624 00000000000000/* Test of gl_thread_self () macro. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2011. */ #include #include "glthread/thread.h" gl_thread_t main_thread; int main () { /* Check that gl_thread_self () can be used with just $(LIBTHREAD), not $(LIBMULTITHREAD), i.e. in libraries that are multithread-safe but don't create threads themselves. */ main_thread = gl_thread_self (); return 0; } gsasl-1.8.0/gltests/fcntl.in.h0000664000000000000000000002222011754207011013067 00000000000000/* Like , but with non-working flags defined to 0. Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* written by Paul Eggert */ #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ #if defined __need_system_fcntl_h /* Special invocation convention. */ /* Needed before . May also define off_t to a 64-bit type on native Windows. */ #include /* On some systems other than glibc, is a prerequisite of . On glibc systems, we would like to avoid namespace pollution. But on glibc systems, includes inside an extern "C" { ... } block, which leads to errors in C++ mode with the overridden from gnulib. These errors are known to be gone with g++ version >= 4.3. */ #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) # include #endif #@INCLUDE_NEXT@ @NEXT_FCNTL_H@ #else /* Normal invocation convention. */ #ifndef _@GUARD_PREFIX@_FCNTL_H /* Needed before . May also define off_t to a 64-bit type on native Windows. */ #include /* On some systems other than glibc, is a prerequisite of . On glibc systems, we would like to avoid namespace pollution. But on glibc systems, includes inside an extern "C" { ... } block, which leads to errors in C++ mode with the overridden from gnulib. These errors are known to be gone with g++ version >= 4.3. */ #if !(defined __GLIBC__ || defined __UCLIBC__) || (defined __cplusplus && defined GNULIB_NAMESPACE && !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))) # include #endif /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_FCNTL_H@ #ifndef _@GUARD_PREFIX@_FCNTL_H #define _@GUARD_PREFIX@_FCNTL_H #ifndef __GLIBC__ /* Avoid namespace pollution on glibc systems. */ # include #endif /* Native Windows platforms declare open(), creat() in . */ #if (@GNULIB_OPEN@ || defined GNULIB_POSIXCHECK) \ && ((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* Declare overridden functions. */ #if @GNULIB_FCNTL@ # if @REPLACE_FCNTL@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef fcntl # define fcntl rpl_fcntl # endif _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)); _GL_CXXALIAS_RPL (fcntl, int, (int fd, int action, ...)); # else # if !@HAVE_FCNTL@ _GL_FUNCDECL_SYS (fcntl, int, (int fd, int action, ...)); # endif _GL_CXXALIAS_SYS (fcntl, int, (int fd, int action, ...)); # endif _GL_CXXALIASWARN (fcntl); #elif defined GNULIB_POSIXCHECK # undef fcntl # if HAVE_RAW_DECL_FCNTL _GL_WARN_ON_USE (fcntl, "fcntl is not always POSIX compliant - " "use gnulib module fcntl for portability"); # endif #endif #if @GNULIB_OPEN@ # if @REPLACE_OPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef open # define open rpl_open # endif _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); # else _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...)); # endif /* On HP-UX 11, in C++ mode, open() is defined as an inline function with a default argument. _GL_CXXALIASWARN does not work in this case. */ # if !defined __hpux _GL_CXXALIASWARN (open); # endif #elif defined GNULIB_POSIXCHECK # undef open /* Assume open is always declared. */ _GL_WARN_ON_USE (open, "open is not always POSIX compliant - " "use gnulib module open for portability"); #endif #if @GNULIB_OPENAT@ # if @REPLACE_OPENAT@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef openat # define openat rpl_openat # endif _GL_FUNCDECL_RPL (openat, int, (int fd, char const *file, int flags, /* mode_t mode */ ...) _GL_ARG_NONNULL ((2))); _GL_CXXALIAS_RPL (openat, int, (int fd, char const *file, int flags, /* mode_t mode */ ...)); # else # if !@HAVE_OPENAT@ _GL_FUNCDECL_SYS (openat, int, (int fd, char const *file, int flags, /* mode_t mode */ ...) _GL_ARG_NONNULL ((2))); # endif _GL_CXXALIAS_SYS (openat, int, (int fd, char const *file, int flags, /* mode_t mode */ ...)); # endif _GL_CXXALIASWARN (openat); #elif defined GNULIB_POSIXCHECK # undef openat # if HAVE_RAW_DECL_OPENAT _GL_WARN_ON_USE (openat, "openat is not portable - " "use gnulib module openat for portability"); # endif #endif /* Fix up the FD_* macros, only known to be missing on mingw. */ #ifndef FD_CLOEXEC # define FD_CLOEXEC 1 #endif /* Fix up the supported F_* macros. Intentionally leave other F_* macros undefined. Only known to be missing on mingw. */ #ifndef F_DUPFD_CLOEXEC # define F_DUPFD_CLOEXEC 0x40000000 /* Witness variable: 1 if gnulib defined F_DUPFD_CLOEXEC, 0 otherwise. */ # define GNULIB_defined_F_DUPFD_CLOEXEC 1 #else # define GNULIB_defined_F_DUPFD_CLOEXEC 0 #endif #ifndef F_DUPFD # define F_DUPFD 1 #endif #ifndef F_GETFD # define F_GETFD 2 #endif /* Fix up the O_* macros. */ #if !defined O_DIRECT && defined O_DIRECTIO /* Tru64 spells it 'O_DIRECTIO'. */ # define O_DIRECT O_DIRECTIO #endif #if !defined O_CLOEXEC && defined O_NOINHERIT /* Mingw spells it 'O_NOINHERIT'. */ # define O_CLOEXEC O_NOINHERIT #endif #ifndef O_CLOEXEC # define O_CLOEXEC 0 #endif #ifndef O_DIRECT # define O_DIRECT 0 #endif #ifndef O_DIRECTORY # define O_DIRECTORY 0 #endif #ifndef O_DSYNC # define O_DSYNC 0 #endif #ifndef O_EXEC # define O_EXEC O_RDONLY /* This is often close enough in older systems. */ #endif #ifndef O_NDELAY # define O_NDELAY 0 #endif #ifndef O_NOATIME # define O_NOATIME 0 #endif #ifndef O_NONBLOCK # define O_NONBLOCK O_NDELAY #endif /* If the gnulib module 'nonblocking' is in use, guarantee a working non-zero value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY or to 0 as fallback. */ #if @GNULIB_NONBLOCKING@ # if O_NONBLOCK # define GNULIB_defined_O_NONBLOCK 0 # else # define GNULIB_defined_O_NONBLOCK 1 # undef O_NONBLOCK # define O_NONBLOCK 0x40000000 # endif #endif #ifndef O_NOCTTY # define O_NOCTTY 0 #endif #ifndef O_NOFOLLOW # define O_NOFOLLOW 0 #endif #ifndef O_NOLINKS # define O_NOLINKS 0 #endif #ifndef O_RSYNC # define O_RSYNC 0 #endif #ifndef O_SEARCH # define O_SEARCH O_RDONLY /* This is often close enough in older systems. */ #endif #ifndef O_SYNC # define O_SYNC 0 #endif #ifndef O_TTY_INIT # define O_TTY_INIT 0 #endif #if O_ACCMODE != (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) # undef O_ACCMODE # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) #endif /* For systems that distinguish between text and binary I/O. O_BINARY is usually declared in fcntl.h */ #if !defined O_BINARY && defined _O_BINARY /* For MSC-compatible compilers. */ # define O_BINARY _O_BINARY # define O_TEXT _O_TEXT #endif #if defined __BEOS__ || defined __HAIKU__ /* BeOS 5 and Haiku have O_BINARY and O_TEXT, but they have no effect. */ # undef O_BINARY # undef O_TEXT #endif #ifndef O_BINARY # define O_BINARY 0 # define O_TEXT 0 #endif /* Fix up the AT_* macros. */ /* Work around a bug in Solaris 9 and 10: AT_FDCWD is positive. Its value exceeds INT_MAX, so its use as an int doesn't conform to the C standard, and GCC and Sun C complain in some cases. If the bug is present, undef AT_FDCWD here, so it can be redefined below. */ #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553 # undef AT_FDCWD #endif /* Use the same bit pattern as Solaris 9, but with the proper signedness. The bit pattern is important, in case this actually is Solaris with the above workaround. */ #ifndef AT_FDCWD # define AT_FDCWD (-3041965) #endif /* Use the same values as Solaris 9. This shouldn't matter, but there's no real reason to differ. */ #ifndef AT_SYMLINK_NOFOLLOW # define AT_SYMLINK_NOFOLLOW 4096 #endif #ifndef AT_REMOVEDIR # define AT_REMOVEDIR 1 #endif /* Solaris 9 lacks these two, so just pick unique values. */ #ifndef AT_SYMLINK_FOLLOW # define AT_SYMLINK_FOLLOW 2 #endif #ifndef AT_EACCESS # define AT_EACCESS 4 #endif #endif /* _@GUARD_PREFIX@_FCNTL_H */ #endif /* _@GUARD_PREFIX@_FCNTL_H */ #endif gsasl-1.8.0/gltests/test-symlink.h0000664000000000000000000000607011746471770014044 00000000000000/* Tests of symlink. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ /* This file is designed to test both symlink(a,b) and symlinkat(a,AT_FDCWD,b). FUNC is the function to test. Assumes that BASE and ASSERT are already defined, and that appropriate headers are already included. If PRINT, warn before skipping symlink tests with status 77. */ static int test_symlink (int (*func) (char const *, char const *), bool print) { if (func ("nowhere", BASE "link1")) { if (print) fputs ("skipping test: symlinks not supported on this file system\n", stderr); return 77; } /* Some systems allow the creation of 0-length symlinks as a synonym for "."; but most reject it. */ { int status; errno = 0; status = func ("", BASE "link2"); if (status == -1) ASSERT (errno == ENOENT || errno == EINVAL); else { ASSERT (status == 0); ASSERT (unlink (BASE "link2") == 0); } } /* Sanity checks of failures. */ errno = 0; ASSERT (func ("nowhere", "") == -1); ASSERT (errno == ENOENT); errno = 0; ASSERT (func ("nowhere", ".") == -1); ASSERT (errno == EEXIST || errno == EINVAL); errno = 0; ASSERT (func ("somewhere", BASE "link1") == -1); ASSERT (errno == EEXIST); errno = 0; ASSERT (func ("nowhere", BASE "link2/") == -1); ASSERT (errno == ENOTDIR || errno == ENOENT); ASSERT (mkdir (BASE "dir", 0700) == 0); errno = 0; ASSERT (func ("nowhere", BASE "dir") == -1); ASSERT (errno == EEXIST); errno = 0; ASSERT (func ("nowhere", BASE "dir/") == -1); ASSERT (errno == EEXIST || errno == EINVAL); ASSERT (close (creat (BASE "file", 0600)) == 0); errno = 0; ASSERT (func ("nowhere", BASE "file") == -1); ASSERT (errno == EEXIST); errno = 0; ASSERT (func ("nowhere", BASE "file/") == -1); ASSERT (errno == EEXIST || errno == ENOTDIR || errno == ENOENT); /* Trailing slash must always be rejected. */ ASSERT (unlink (BASE "link1") == 0); ASSERT (func (BASE "link2", BASE "link1") == 0); errno = 0; ASSERT (func (BASE "nowhere", BASE "link1/") == -1); ASSERT (errno == EEXIST || errno == ENOTDIR || errno == ENOENT); errno = 0; ASSERT (unlink (BASE "link2") == -1); ASSERT (errno == ENOENT); /* Cleanup. */ ASSERT (rmdir (BASE "dir") == 0); ASSERT (unlink (BASE "file") == 0); ASSERT (unlink (BASE "link1") == 0); return 0; } gsasl-1.8.0/gltests/test-snprintf.c0000664000000000000000000000372211746471770014215 00000000000000/* Test of snprintf() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (snprintf, int, (char *, size_t, char const *, ...)); #include #include "macros.h" int main (int argc, char *argv[]) { char buf[8]; int size; int retval; retval = snprintf (NULL, 0, "%d", 12345); ASSERT (retval == 5); for (size = 0; size <= 8; size++) { memcpy (buf, "DEADBEEF", 8); retval = snprintf (buf, size, "%d", 12345); ASSERT (retval == 5); if (size < 6) { if (size > 0) { ASSERT (memcmp (buf, "12345", size - 1) == 0); ASSERT (buf[size - 1] == '\0' || buf[size - 1] == '0' + size); } #if !CHECK_SNPRINTF_POSIX if (size > 0) #endif ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0); } else { ASSERT (memcmp (buf, "12345\0EF", 8) == 0); } } /* Test the support of the POSIX/XSI format strings with positions. */ { char result[100]; retval = snprintf (result, sizeof (result), "%2$d %1$d", 33, 55); ASSERT (strcmp (result, "55 33") == 0); ASSERT (retval == strlen (result)); } return 0; } gsasl-1.8.0/gltests/locale.in.h0000664000000000000000000001521211746471770013243 00000000000000/* A POSIX . Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _@GUARD_PREFIX@_LOCALE_H #if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ #endif @PRAGMA_COLUMNS@ /* The include_next requires a split double-inclusion guard. */ #@INCLUDE_NEXT@ @NEXT_LOCALE_H@ #ifndef _@GUARD_PREFIX@_LOCALE_H #define _@GUARD_PREFIX@_LOCALE_H /* NetBSD 5.0 mis-defines NULL. */ #include /* MacOS X 10.5 defines the locale_t type in . */ #if @HAVE_XLOCALE_H@ # include #endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */ /* The definition of _GL_ARG_NONNULL is copied here. */ /* The definition of _GL_WARN_ON_USE is copied here. */ /* The LC_MESSAGES locale category is specified in POSIX, but not in ISO C. On systems that don't define it, use the same value as GNU libintl. */ #if !defined LC_MESSAGES # define LC_MESSAGES 1729 #endif /* Bionic libc's 'struct lconv' is just a dummy. */ #if @REPLACE_STRUCT_LCONV@ # define lconv rpl_lconv struct lconv { /* All 'char *' are actually 'const char *'. */ /* Members that depend on the LC_NUMERIC category of the locale. See */ /* Symbol used as decimal point. */ char *decimal_point; /* Symbol used to separate groups of digits to the left of the decimal point. */ char *thousands_sep; /* Definition of the size of groups of digits to the left of the decimal point. */ char *grouping; /* Members that depend on the LC_MONETARY category of the locale. See */ /* Symbol used as decimal point. */ char *mon_decimal_point; /* Symbol used to separate groups of digits to the left of the decimal point. */ char *mon_thousands_sep; /* Definition of the size of groups of digits to the left of the decimal point. */ char *mon_grouping; /* Sign used to indicate a value >= 0. */ char *positive_sign; /* Sign used to indicate a value < 0. */ char *negative_sign; /* For formatting local currency. */ /* Currency symbol (3 characters) followed by separator (1 character). */ char *currency_symbol; /* Number of digits after the decimal point. */ char frac_digits; /* For values >= 0: 1 if the currency symbol precedes the number, 0 if it comes after the number. */ char p_cs_precedes; /* For values >= 0: Position of the sign. */ char p_sign_posn; /* For values >= 0: Placement of spaces between currency symbol, sign, and number. */ char p_sep_by_space; /* For values < 0: 1 if the currency symbol precedes the number, 0 if it comes after the number. */ char n_cs_precedes; /* For values < 0: Position of the sign. */ char n_sign_posn; /* For values < 0: Placement of spaces between currency symbol, sign, and number. */ char n_sep_by_space; /* For formatting international currency. */ /* Currency symbol (3 characters) followed by separator (1 character). */ char *int_curr_symbol; /* Number of digits after the decimal point. */ char int_frac_digits; /* For values >= 0: 1 if the currency symbol precedes the number, 0 if it comes after the number. */ char int_p_cs_precedes; /* For values >= 0: Position of the sign. */ char int_p_sign_posn; /* For values >= 0: Placement of spaces between currency symbol, sign, and number. */ char int_p_sep_by_space; /* For values < 0: 1 if the currency symbol precedes the number, 0 if it comes after the number. */ char int_n_cs_precedes; /* For values < 0: Position of the sign. */ char int_n_sign_posn; /* For values < 0: Placement of spaces between currency symbol, sign, and number. */ char int_n_sep_by_space; }; #endif #if @GNULIB_LOCALECONV@ # if @REPLACE_LOCALECONV@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef localeconv # define localeconv rpl_localeconv # endif _GL_FUNCDECL_RPL (localeconv, struct lconv *, (void)); _GL_CXXALIAS_RPL (localeconv, struct lconv *, (void)); # else _GL_CXXALIAS_SYS (localeconv, struct lconv *, (void)); # endif _GL_CXXALIASWARN (localeconv); #elif @REPLACE_STRUCT_LCONV@ # undef localeconv # define localeconv localeconv_used_without_requesting_gnulib_module_localeconv #elif defined GNULIB_POSIXCHECK # undef localeconv # if HAVE_RAW_DECL_LOCALECONV _GL_WARN_ON_USE (localeconv, "localeconv returns too few information on some platforms - " "use gnulib module localeconv for portability"); # endif #endif #if @GNULIB_SETLOCALE@ # if @REPLACE_SETLOCALE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef setlocale # define setlocale rpl_setlocale # define GNULIB_defined_setlocale 1 # endif _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale)); _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale)); # else _GL_CXXALIAS_SYS (setlocale, char *, (int category, const char *locale)); # endif _GL_CXXALIASWARN (setlocale); #elif defined GNULIB_POSIXCHECK # undef setlocale # if HAVE_RAW_DECL_SETLOCALE _GL_WARN_ON_USE (setlocale, "setlocale works differently on native Windows - " "use gnulib module setlocale for portability"); # endif #endif #if @GNULIB_DUPLOCALE@ # if @REPLACE_DUPLOCALE@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef duplocale # define duplocale rpl_duplocale # endif _GL_FUNCDECL_RPL (duplocale, locale_t, (locale_t locale) _GL_ARG_NONNULL ((1))); _GL_CXXALIAS_RPL (duplocale, locale_t, (locale_t locale)); # else # if @HAVE_DUPLOCALE@ _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale)); # endif # endif # if @HAVE_DUPLOCALE@ _GL_CXXALIASWARN (duplocale); # endif #elif defined GNULIB_POSIXCHECK # undef duplocale # if HAVE_RAW_DECL_DUPLOCALE _GL_WARN_ON_USE (duplocale, "duplocale is buggy on some glibc systems - " "use gnulib module duplocale for portability"); # endif #endif #endif /* _@GUARD_PREFIX@_LOCALE_H */ #endif /* _@GUARD_PREFIX@_LOCALE_H */ gsasl-1.8.0/gltests/test-ignore-value.c0000664000000000000000000000365111746471770014750 00000000000000/* Test the "ignore-value" module. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake. */ #include #include "ignore-value.h" #include #ifndef _GL_ATTRIBUTE_RETURN_CHECK # if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) # define _GL_ATTRIBUTE_RETURN_CHECK # else # define _GL_ATTRIBUTE_RETURN_CHECK __attribute__((__warn_unused_result__)) # endif #endif struct s { int i; }; static char doChar (void) _GL_ATTRIBUTE_RETURN_CHECK; static int doInt (void) _GL_ATTRIBUTE_RETURN_CHECK; static off_t doOff (void) _GL_ATTRIBUTE_RETURN_CHECK; static void *doPtr (void) _GL_ATTRIBUTE_RETURN_CHECK; static struct s doStruct (void) _GL_ATTRIBUTE_RETURN_CHECK; static char doChar (void) { return 0; } static int doInt (void) { return 0; } static off_t doOff (void) { return 0; } static void * doPtr (void) { return NULL; } static struct s doStruct (void) { static struct s s1; return s1; } int main (void) { /* If this test can compile with -Werror and the same warnings as the rest of the project, then we are properly silencing warnings about ignored return values. */ ignore_value (doChar ()); ignore_value (doInt ()); ignore_value (doOff ()); ignore_value (doPtr ()); ignore_value (doStruct ()); return 0; } gsasl-1.8.0/gltests/test-stat.h0000664000000000000000000000602411746471770013330 00000000000000/* Tests of stat. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ /* This file is designed to test both stat(n,buf) and fstatat(AT_FDCWD,n,buf,0). FUNC is the function to test. Assumes that BASE and ASSERT are already defined, and that appropriate headers are already included. If PRINT, warn before skipping symlink tests with status 77. */ static int test_stat_func (int (*func) (char const *, struct stat *), bool print) { struct stat st1; struct stat st2; char *cwd = getcwd (NULL, 0); ASSERT (cwd); ASSERT (func (".", &st1) == 0); ASSERT (func ("./", &st2) == 0); ASSERT (SAME_INODE (st1, st2)); ASSERT (func (cwd, &st2) == 0); ASSERT (SAME_INODE (st1, st2)); ASSERT (func ("/", &st1) == 0); ASSERT (func ("///", &st2) == 0); ASSERT (SAME_INODE (st1, st2)); errno = 0; ASSERT (func ("", &st1) == -1); ASSERT (errno == ENOENT); errno = 0; ASSERT (func ("nosuch", &st1) == -1); ASSERT (errno == ENOENT); errno = 0; ASSERT (func ("nosuch/", &st1) == -1); ASSERT (errno == ENOENT); ASSERT (close (creat (BASE "file", 0600)) == 0); ASSERT (func (BASE "file", &st1) == 0); errno = 0; ASSERT (func (BASE "file/", &st1) == -1); ASSERT (errno == ENOTDIR); /* Now for some symlink tests, where supported. We set up: link1 -> directory link2 -> file link3 -> dangling link4 -> loop then test behavior with trailing slash. */ if (symlink (".", BASE "link1") != 0) { ASSERT (unlink (BASE "file") == 0); if (print) fputs ("skipping test: symlinks not supported on this file system\n", stderr); return 77; } ASSERT (symlink (BASE "file", BASE "link2") == 0); ASSERT (symlink (BASE "nosuch", BASE "link3") == 0); ASSERT (symlink (BASE "link4", BASE "link4") == 0); ASSERT (func (BASE "link1/", &st1) == 0); ASSERT (S_ISDIR (st1.st_mode)); errno = 0; ASSERT (func (BASE "link2/", &st1) == -1); ASSERT (errno == ENOTDIR); errno = 0; ASSERT (func (BASE "link3/", &st1) == -1); ASSERT (errno == ENOENT); errno = 0; ASSERT (func (BASE "link4/", &st1) == -1); ASSERT (errno == ELOOP); /* Cleanup. */ ASSERT (unlink (BASE "file") == 0); ASSERT (unlink (BASE "link1") == 0); ASSERT (unlink (BASE "link2") == 0); ASSERT (unlink (BASE "link3") == 0); ASSERT (unlink (BASE "link4") == 0); return 0; } gsasl-1.8.0/gltests/wctomb.c0000664000000000000000000000162311746471770012666 00000000000000/* Convert wide character to multibyte character. Copyright (C) 2011-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2011. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include #include #include "wctomb-impl.h" gsasl-1.8.0/gltests/btowc.c0000664000000000000000000000210711746471770012507 00000000000000/* Convert unibyte character to wide character. Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #include wint_t btowc (int c) { if (c != EOF) { char buf[1]; wchar_t wc; buf[0] = c; if (mbtowc (&wc, buf, 1) >= 0) return wc; } return WEOF; } gsasl-1.8.0/gltests/test-time.c0000664000000000000000000000235711746471770013313 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that the types are all defined. */ struct timespec t1; #if 0 /* POSIX:2008 does not require pid_t in unconditionally, and indeed it's missing on MacOS X 10.5, FreeBSD 6.4, OpenBSD 4.9, mingw. */ pid_t t2; #endif /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); int main (void) { return 0; } gsasl-1.8.0/gltests/test-lstat.c0000664000000000000000000000340511746471770013477 00000000000000/* Test of lstat() function. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Simon Josefsson, 2008; and Eric Blake, 2009. */ #include #include /* Caution: lstat may be a function-like macro. Although this signature check must pass, it may be the signature of the real (and broken) lstat rather than rpl_lstat. Most code should not use the address of lstat. */ #include "signature.h" SIGNATURE_CHECK (lstat, int, (char const *, struct stat *)); #include #include #include #include #include #include #include "same-inode.h" #include "ignore-value.h" #include "macros.h" #define BASE "test-lstat.t" #include "test-lstat.h" /* Wrapper around lstat, which works even if lstat is a function-like macro, where test_lstat_func(lstat) would do the wrong thing. */ static int do_lstat (char const *name, struct stat *st) { return lstat (name, st); } int main (void) { /* Remove any leftovers from a previous partial run. */ ignore_value (system ("rm -rf " BASE "*")); return test_lstat_func (do_lstat, true); } gsasl-1.8.0/gltests/open.c0000664000000000000000000001376411746471770012345 00000000000000/* Open a descriptor to a file. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ /* If the user's config.h happens to include , let it include only the system's here, so that orig_open doesn't recurse to rpl_open. */ #define __need_system_fcntl_h #include /* Get the original definition of open. It might be defined as a macro. */ #include #include #undef __need_system_fcntl_h static inline int orig_open (const char *filename, int flags, mode_t mode) { return open (filename, flags, mode); } /* Specification. */ /* Write "fcntl.h" here, not , otherwise OSF/1 5.1 DTK cc eliminates this include because of the preliminary #include above. */ #include "fcntl.h" #include #include #include #include #include #include #ifndef REPLACE_OPEN_DIRECTORY # define REPLACE_OPEN_DIRECTORY 0 #endif int open (const char *filename, int flags, ...) { mode_t mode; int fd; mode = 0; if (flags & O_CREAT) { va_list arg; va_start (arg, flags); /* We have to use PROMOTED_MODE_T instead of mode_t, otherwise GCC 4 creates crashing code when 'mode_t' is smaller than 'int'. */ mode = va_arg (arg, PROMOTED_MODE_T); va_end (arg); } #if GNULIB_defined_O_NONBLOCK /* The only known platform that lacks O_NONBLOCK is mingw, but it also lacks named pipes and Unix sockets, which are the only two file types that require non-blocking handling in open(). Therefore, it is safe to ignore O_NONBLOCK here. It is handy that mingw also lacks openat(), so that is also covered here. */ flags &= ~O_NONBLOCK; #endif #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ if (strcmp (filename, "/dev/null") == 0) filename = "NUL"; #endif #if OPEN_TRAILING_SLASH_BUG /* If the filename ends in a slash and one of O_CREAT, O_WRONLY, O_RDWR is specified, then fail. Rationale: POSIX says that "A pathname that contains at least one non-slash character and that ends with one or more trailing slashes shall be resolved as if a single dot character ( '.' ) were appended to the pathname." and "The special filename dot shall refer to the directory specified by its predecessor." If the named file already exists as a directory, then - if O_CREAT is specified, open() must fail because of the semantics of O_CREAT, - if O_WRONLY or O_RDWR is specified, open() must fail because POSIX says that it fails with errno = EISDIR in this case. If the named file does not exist or does not name a directory, then - if O_CREAT is specified, open() must fail since open() cannot create directories, - if O_WRONLY or O_RDWR is specified, open() must fail because the file does not contain a '.' directory. */ if (flags & (O_CREAT | O_WRONLY | O_RDWR)) { size_t len = strlen (filename); if (len > 0 && filename[len - 1] == '/') { errno = EISDIR; return -1; } } #endif fd = orig_open (filename, flags, mode); #if REPLACE_FCHDIR /* Implementing fchdir and fdopendir requires the ability to open a directory file descriptor. If open doesn't support that (as on mingw), we use a dummy file that behaves the same as directories on Linux (ie. always reports EOF on attempts to read()), and override fstat() in fchdir.c to hide the fact that we have a dummy. */ if (REPLACE_OPEN_DIRECTORY && fd < 0 && errno == EACCES && ((flags & O_ACCMODE) == O_RDONLY || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH))) { struct stat statbuf; if (stat (filename, &statbuf) == 0 && S_ISDIR (statbuf.st_mode)) { /* Maximum recursion depth of 1. */ fd = open ("/dev/null", flags, mode); if (0 <= fd) fd = _gl_register_fd (fd, filename); } else errno = EACCES; } #endif #if OPEN_TRAILING_SLASH_BUG /* If the filename ends in a slash and fd does not refer to a directory, then fail. Rationale: POSIX says that "A pathname that contains at least one non-slash character and that ends with one or more trailing slashes shall be resolved as if a single dot character ( '.' ) were appended to the pathname." and "The special filename dot shall refer to the directory specified by its predecessor." If the named file without the slash is not a directory, open() must fail with ENOTDIR. */ if (fd >= 0) { /* We know len is positive, since open did not fail with ENOENT. */ size_t len = strlen (filename); if (filename[len - 1] == '/') { struct stat statbuf; if (fstat (fd, &statbuf) >= 0 && !S_ISDIR (statbuf.st_mode)) { close (fd); errno = ENOTDIR; return -1; } } } #endif #if REPLACE_FCHDIR if (!REPLACE_OPEN_DIRECTORY && 0 <= fd) fd = _gl_register_fd (fd, filename); #endif return fd; } gsasl-1.8.0/gltests/test-connect.c0000664000000000000000000000307411746471770014003 00000000000000/* Test connecting a client socket. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (connect, int, (int, const struct sockaddr *, socklen_t)); #include #include #include #include "sockets.h" #include "macros.h" int main (void) { (void) gl_sockets_startup (SOCKETS_1_1); /* Test behaviour for invalid file descriptors. */ { struct sockaddr_in addr; addr.sin_family = AF_INET; inet_pton (AF_INET, "127.0.0.1", &addr.sin_addr); addr.sin_port = htons (80); { errno = 0; ASSERT (connect (-1, (const struct sockaddr *) &addr, sizeof (addr)) == -1); ASSERT (errno == EBADF); } { errno = 0; ASSERT (connect (99, (const struct sockaddr *) &addr, sizeof (addr)) == -1); ASSERT (errno == EBADF); } } return 0; } gsasl-1.8.0/gltests/test-init.sh0000775000000000000000000000450211746471770013505 00000000000000#!/bin/sh # Unit tests for init.sh # Copyright (C) 2011-2012 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . */ : ${srcdir=.} . "$srcdir/init.sh"; path_prepend_ . fail=0 test_compare() { touch empty || fail=1 echo xyz > in || fail=1 compare /dev/null /dev/null >out 2>err || fail=1 test -s out && fail_ "out not empty: $(cat out)" # "err" should be empty, too, but has "set -x" output when VERBOSE=yes case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare /dev/null empty >out 2>err || fail=1 test -s out && fail_ "out not empty: $(cat out)" case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare in in >out 2>err || fail=1 test -s out && fail_ "out not empty: $(cat out)" case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare /dev/null in >out 2>err && fail=1 cat <<\EOF > exp diff -u /dev/null in --- /dev/null 1970-01-01 +++ in 1970-01-01 +xyz EOF compare exp out || fail=1 case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac compare empty in >out 2>err && fail=1 # Compare against expected output only if compare is using diff -u. if grep @ out >/dev/null; then # Remove the TAB-date suffix on each --- and +++ line, # for both the expected and the actual output files. # Also remove the @@ line, since Solaris 5.10 and GNU diff formats differ: # -@@ -0,0 +1 @@ # +@@ -1,0 +1,1 @@ sed 's/ .*//;/^@@/d' out > k && mv k out cat <<\EOF > exp --- empty +++ in +xyz EOF compare exp out || fail=1 fi case $- in *x*) ;; *) test -s err && fail_ "err not empty: $(cat err)";; esac } test_compare Exit $fail gsasl-1.8.0/gltests/test-mbrtowc-w32-4.sh0000775000000000000000000000012111746471770014762 00000000000000#!/bin/sh # Test a CP950 locale. ./test-mbrtowc-w32${EXEEXT} Chinese_Taiwan 950 gsasl-1.8.0/gltests/localename.h0000664000000000000000000001056111746471770013501 00000000000000/* Determine name of the currently selected locale. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _GL_LOCALENAME_H #define _GL_LOCALENAME_H #ifdef __cplusplus extern "C" { #endif /* Determine the current locale's name. It considers both the POSIX notion of locale name (see functions gl_locale_name_thread and gl_locale_name_posix) and the system notion of locale name (see function gl_locale_name_default). CATEGORY is a locale category abbreviation, as defined in , but not LC_ALL. E.g. LC_MESSAGES. CATEGORYNAME is the name of CATEGORY as a string, e.g. "LC_MESSAGES". Return the locale category's name, canonicalized into XPG syntax language[_territory][.codeset][@modifier] The codeset part in the result is not reliable; the locale_charset() should be used for codeset information instead. The result must not be freed; it is statically allocated. */ extern const char * gl_locale_name (int category, const char *categoryname); /* Determine the current per-thread locale's name, as specified by uselocale() calls. CATEGORY is a locale category abbreviation, as defined in , but not LC_ALL. E.g. LC_MESSAGES. CATEGORYNAME is the name of CATEGORY as a string, e.g. "LC_MESSAGES". Return the locale category's name, canonicalized into XPG syntax language[_territory][.codeset][@modifier] or NULL if no locale has been specified for the current thread. The codeset part in the result is not reliable; the locale_charset() should be used for codeset information instead. The result must not be freed; it is statically allocated. */ extern const char * gl_locale_name_thread (int category, const char *categoryname); /* Determine the thread-independent current locale's name, as specified by setlocale() calls or by environment variables. CATEGORY is a locale category abbreviation, as defined in , but not LC_ALL. E.g. LC_MESSAGES. CATEGORYNAME is the name of CATEGORY as a string, e.g. "LC_MESSAGES". Return the locale category's name, canonicalized into XPG syntax language[_territory][.codeset][@modifier] or NULL if no locale has been specified to setlocale() or by environment variables. The codeset part in the result is not reliable; the locale_charset() should be used for codeset information instead. The result must not be freed; it is statically allocated. */ extern const char * gl_locale_name_posix (int category, const char *categoryname); /* Determine the default locale's name, as specified by environment variables. Return the locale category's name, or NULL if no locale has been specified by environment variables. The result must not be freed; it is statically allocated. */ extern const char * gl_locale_name_environ (int category, const char *categoryname); /* Determine the default locale's name. This is the current locale's name, if not specified by uselocale() calls, by setlocale() calls, or by environment variables. This locale name is usually determined by systems settings that the user can manipulate through a GUI. Quoting POSIX:2001: "All implementations shall define a locale as the default locale, to be invoked when no environment variables are set, or set to the empty string. This default locale can be the C locale or any other implementation-defined locale. Some implementations may provide facilities for local installation administrators to set the default locale, customizing it for each location. IEEE Std 1003.1-2001 does not require such a facility." The result must not be freed; it is statically allocated. */ extern const char * gl_locale_name_default (void); #ifdef __cplusplus } #endif #endif /* _GL_LOCALENAME_H */ gsasl-1.8.0/gltests/test-wcrtomb-w32-1.sh0000775000000000000000000000012211746471770014760 00000000000000#!/bin/sh # Test a CP1252 locale. ./test-wcrtomb-w32${EXEEXT} French_France 1252 gsasl-1.8.0/gltests/test-setenv.c0000664000000000000000000000310611746471770013652 00000000000000/* Tests of setenv. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include #include "signature.h" SIGNATURE_CHECK (setenv, int, (char const *, char const *, int)); #include #include #include #include "macros.h" int main (void) { /* Test overwriting. */ ASSERT (setenv ("a", "==", -1) == 0); ASSERT (setenv ("a", "2", 0) == 0); ASSERT (strcmp (getenv ("a"), "==") == 0); /* Required to fail with EINVAL. */ errno = 0; ASSERT (setenv ("", "", 1) == -1); ASSERT (errno == EINVAL); errno = 0; ASSERT (setenv ("a=b", "", 0) == -1); ASSERT (errno == EINVAL); #if 0 /* glibc and gnulib's implementation guarantee this, but POSIX no longer requires it: http://austingroupbugs.net/view.php?id=185 */ errno = 0; ASSERT (setenv (NULL, "", 0) == -1); ASSERT (errno == EINVAL); #endif return 0; } gsasl-1.8.0/gltests/wcrtomb.c0000664000000000000000000000271511746471770013053 00000000000000/* Convert wide character to multibyte character. Copyright (C) 2008-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #include size_t wcrtomb (char *s, wchar_t wc, mbstate_t *ps) { /* This implementation of wcrtomb on top of wctomb() supports only stateless encodings. ps must be in the initial state. */ if (ps != NULL && !mbsinit (ps)) { errno = EINVAL; return (size_t)(-1); } if (s == NULL) /* We know the NUL wide character corresponds to the NUL character. */ return 1; else { int ret = wctomb (s, wc); if (ret >= 0) return ret; else { errno = EILSEQ; return (size_t)(-1); } } } gsasl-1.8.0/gltests/test-localename.c0000664000000000000000000005316411746471770014457 00000000000000/* Test of gl_locale_name function and its variants. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include "localename.h" #include #include #include #include "macros.h" #if HAVE_NEWLOCALE static struct { int cat; int mask; const char *string; } const categories[] = { { LC_CTYPE, LC_CTYPE_MASK, "LC_CTYPE" }, { LC_NUMERIC, LC_NUMERIC_MASK, "LC_NUMERIC" }, { LC_TIME, LC_TIME_MASK, "LC_TIME" }, { LC_COLLATE, LC_COLLATE_MASK, "LC_COLLATE" }, { LC_MONETARY, LC_MONETARY_MASK, "LC_MONETARY" }, { LC_MESSAGES, LC_MESSAGES_MASK, "LC_MESSAGES" } # ifdef LC_PAPER , { LC_PAPER, LC_PAPER_MASK, "LC_PAPER" } # endif # ifdef LC_NAME , { LC_NAME, LC_NAME_MASK, "LC_NAME" } # endif # ifdef LC_ADDRESS , { LC_ADDRESS, LC_ADDRESS_MASK, "LC_ADDRESS" } # endif # ifdef LC_TELEPHONE , { LC_TELEPHONE, LC_TELEPHONE_MASK, "LC_TELEPHONE" } # endif # ifdef LC_MEASUREMENT , { LC_MEASUREMENT, LC_MEASUREMENT_MASK, "LC_MEASUREMENT" } # endif # ifdef LC_IDENTIFICATION , { LC_IDENTIFICATION, LC_IDENTIFICATION_MASK, "LC_IDENTIFICATION" } # endif }; #endif /* Test the gl_locale_name() function. */ static void test_locale_name (void) { const char *name; /* Check that gl_locale_name returns non-NULL. */ ASSERT (gl_locale_name (LC_MESSAGES, "LC_MESSAGES") != NULL); /* Get into a defined state, */ setlocale (LC_ALL, "en_US.UTF-8"); #if HAVE_NEWLOCALE uselocale (LC_GLOBAL_LOCALE); #endif /* Check that when all environment variables are unset, gl_locale_name returns the default locale. */ unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LC_NUMERIC"); unsetenv ("LANG"); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), gl_locale_name_default ()) == 0); ASSERT (strcmp (gl_locale_name (LC_NUMERIC, "LC_NUMERIC"), gl_locale_name_default ()) == 0); /* Check that an empty environment variable is treated like an unset environment variable. */ setenv ("LC_ALL", "", 1); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), gl_locale_name_default ()) == 0); unsetenv ("LC_ALL"); setenv ("LC_CTYPE", "", 1); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), gl_locale_name_default ()) == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "", 1); unsetenv ("LANG"); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), gl_locale_name_default ()) == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "", 1); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), gl_locale_name_default ()) == 0); /* Check that LC_ALL overrides the others, and LANG is overridden by the others. */ setenv ("LC_ALL", "C", 1); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), "C") == 0); unsetenv ("LC_ALL"); setenv ("LC_CTYPE", "C", 1); setenv ("LC_MESSAGES", "C", 1); unsetenv ("LANG"); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), "C") == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "C", 1); setlocale (LC_ALL, ""); ASSERT (strcmp (gl_locale_name (LC_MESSAGES, "LC_MESSAGES"), "C") == 0); /* Check mixed situations. */ unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "fr_FR.UTF-8", 1); setenv ("LANG", "de_DE.UTF-8", 1); if (setlocale (LC_ALL, "") != NULL) { name = gl_locale_name (LC_CTYPE, "LC_CTYPE"); ASSERT (strcmp (name, "de_DE.UTF-8") == 0); name = gl_locale_name (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); } unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "fr_FR.UTF-8", 1); unsetenv ("LANG"); if (setlocale (LC_ALL, "") != NULL) { name = gl_locale_name (LC_CTYPE, "LC_CTYPE"); ASSERT (strcmp (name, gl_locale_name_default ()) == 0); name = gl_locale_name (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); } #if HAVE_NEWLOCALE /* Check that gl_locale_name considers the thread locale. */ { locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL); if (locale != NULL) { uselocale (locale); name = gl_locale_name (LC_CTYPE, "LC_CTYPE"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); name = gl_locale_name (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); } } /* Check that gl_locale_name distinguishes different categories of the thread locale, and that the name is the right one for each. */ { unsigned int i; for (i = 0; i < SIZEOF (categories); i++) { int category_mask = categories[i].mask; locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL); if (locale != NULL) { locale = newlocale (category_mask, "de_DE.UTF-8", locale); if (locale != NULL) { unsigned int j; uselocale (locale); for (j = 0; j < SIZEOF (categories); j++) { const char *name_j = gl_locale_name (categories[j].cat, categories[j].string); if (j == i) ASSERT (strcmp (name_j, "de_DE.UTF-8") == 0); else ASSERT (strcmp (name_j, "fr_FR.UTF-8") == 0); } } } } } #endif } /* Test the gl_locale_name_thread() function. */ static void test_locale_name_thread (void) { /* Get into a defined state, */ setlocale (LC_ALL, "en_US.UTF-8"); #if HAVE_NEWLOCALE /* Check that gl_locale_name_thread returns NULL when no thread locale is set. */ uselocale (LC_GLOBAL_LOCALE); ASSERT (gl_locale_name_thread (LC_CTYPE, "LC_CTYPE") == NULL); ASSERT (gl_locale_name_thread (LC_MESSAGES, "LC_MESSAGES") == NULL); /* Check that gl_locale_name_thread considers the thread locale. */ { locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL); if (locale != NULL) { const char *name; uselocale (locale); name = gl_locale_name_thread (LC_CTYPE, "LC_CTYPE"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); name = gl_locale_name_thread (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); } } /* Check that gl_locale_name_thread distinguishes different categories of the thread locale, and that the name is the right one for each. */ { unsigned int i; for (i = 0; i < SIZEOF (categories); i++) { int category_mask = categories[i].mask; locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL); if (locale != NULL) { locale = newlocale (category_mask, "de_DE.UTF-8", locale); if (locale != NULL) { unsigned int j; uselocale (locale); for (j = 0; j < SIZEOF (categories); j++) { const char *name_j = gl_locale_name_thread (categories[j].cat, categories[j].string); if (j == i) ASSERT (strcmp (name_j, "de_DE.UTF-8") == 0); else ASSERT (strcmp (name_j, "fr_FR.UTF-8") == 0); } } } } } /* Check that gl_locale_name_thread returns a string that is allocated with indefinite extent. */ { /* Try many locale names in turn, in order to defeat possible caches. */ static const char * const choices[] = { "C", "POSIX", "af_ZA", "af_ZA.UTF-8", "am_ET", "am_ET.UTF-8", "be_BY", "be_BY.UTF-8", "bg_BG", "bg_BG.UTF-8", "ca_ES", "ca_ES.UTF-8", "cs_CZ", "cs_CZ.UTF-8", "da_DK", "da_DK.UTF-8", "de_AT", "de_AT.UTF-8", "de_CH", "de_CH.UTF-8", "de_DE", "de_DE.UTF-8", "el_GR", "el_GR.UTF-8", "en_AU", "en_AU.UTF-8", "en_CA", "en_CA.UTF-8", "en_GB", "en_GB.UTF-8", "en_IE", "en_IE.UTF-8", "en_NZ", "en_NZ.UTF-8", "en_US", "en_US.UTF-8", "es_ES", "es_ES.UTF-8", "et_EE", "et_EE.UTF-8", "eu_ES", "eu_ES.UTF-8", "fi_FI", "fi_FI.UTF-8", "fr_BE", "fr_BE.UTF-8", "fr_CA", "fr_CA.UTF-8", "fr_CH", "fr_CH.UTF-8", "fr_FR", "fr_FR.UTF-8", "he_IL", "he_IL.UTF-8", "hr_HR", "hr_HR.UTF-8", "hu_HU", "hu_HU.UTF-8", "hy_AM", "is_IS", "is_IS.UTF-8", "it_CH", "it_CH.UTF-8", "it_IT", "it_IT.UTF-8", "ja_JP.UTF-8", "kk_KZ", "kk_KZ.UTF-8", "ko_KR.UTF-8", "lt_LT", "lt_LT.UTF-8", "nl_BE", "nl_BE.UTF-8", "nl_NL", "nl_NL.UTF-8", "no_NO", "no_NO.UTF-8", "pl_PL", "pl_PL.UTF-8", "pt_BR", "pt_BR.UTF-8", "pt_PT", "pt_PT.UTF-8", "ro_RO", "ro_RO.UTF-8", "ru_RU", "ru_RU.UTF-8", "sk_SK", "sk_SK.UTF-8", "sl_SI", "sl_SI.UTF-8", "sv_SE", "sv_SE.UTF-8", "tr_TR", "tr_TR.UTF-8", "uk_UA", "uk_UA.UTF-8", "zh_CN", "zh_CN.UTF-8", "zh_HK", "zh_HK.UTF-8", "zh_TW", "zh_TW.UTF-8" }; /* Remember which locales are available. */ unsigned char /* bool */ available[SIZEOF (choices)]; /* Array of remembered results of gl_locale_name_thread. */ const char *unsaved_names[SIZEOF (choices)][SIZEOF (categories)]; /* Array of remembered results of gl_locale_name_thread, stored in safe memory. */ char *saved_names[SIZEOF (choices)][SIZEOF (categories)]; unsigned int j; for (j = 0; j < SIZEOF (choices); j++) { locale_t locale = newlocale (LC_ALL_MASK, choices[j], NULL); available[j] = (locale != NULL); if (locale != NULL) { unsigned int i; uselocale (locale); for (i = 0; i < SIZEOF (categories); i++) { unsaved_names[j][i] = gl_locale_name_thread (categories[i].cat, categories[i].string); saved_names[j][i] = strdup (unsaved_names[j][i]); } uselocale (LC_GLOBAL_LOCALE); freelocale (locale); } } /* Verify the unsaved_names are still valid. */ for (j = 0; j < SIZEOF (choices); j++) if (available[j]) { unsigned int i; for (i = 0; i < SIZEOF (categories); i++) ASSERT (strcmp (unsaved_names[j][i], saved_names[j][i]) == 0); } /* Allocate many locales, without freeing them. This is an attempt at overwriting as much of the previously allocated memory as possible. */ for (j = SIZEOF (choices); j > 0; ) { j--; if (available[j]) { locale_t locale = newlocale (LC_ALL_MASK, choices[j], NULL); unsigned int i; ASSERT (locale != NULL); uselocale (locale); for (i = 0; i < SIZEOF (categories); i++) { const char *name = gl_locale_name_thread (categories[i].cat, categories[i].string); ASSERT (strcmp (unsaved_names[j][i], name) == 0); } uselocale (LC_GLOBAL_LOCALE); } } /* Verify the unsaved_names are still valid. */ for (j = 0; j < SIZEOF (choices); j++) if (available[j]) { unsigned int i; for (i = 0; i < SIZEOF (categories); i++) ASSERT (strcmp (unsaved_names[j][i], saved_names[j][i]) == 0); } } #else /* Check that gl_locale_name_thread always returns NULL. */ ASSERT (gl_locale_name_thread (LC_CTYPE, "LC_CTYPE") == NULL); ASSERT (gl_locale_name_thread (LC_MESSAGES, "LC_MESSAGES") == NULL); #endif } /* Test the gl_locale_name_posix() function. */ static void test_locale_name_posix (void) { const char *name; /* Get into a defined state, */ setlocale (LC_ALL, "en_US.UTF-8"); #if HAVE_NEWLOCALE uselocale (LC_GLOBAL_LOCALE); #endif /* Check that when all environment variables are unset, gl_locale_name_posix returns either NULL or the default locale. */ unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LC_NUMERIC"); unsetenv ("LANG"); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0); name = gl_locale_name_posix (LC_NUMERIC, "LC_NUMERIC"); ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0); /* Check that an empty environment variable is treated like an unset environment variable. */ setenv ("LC_ALL", "", 1); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0); unsetenv ("LC_ALL"); setenv ("LC_CTYPE", "", 1); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "", 1); unsetenv ("LANG"); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "", 1); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0); /* Check that LC_ALL overrides the others, and LANG is overridden by the others. */ setenv ("LC_ALL", "C", 1); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); unsetenv ("LC_ALL"); setenv ("LC_CTYPE", "C", 1); setenv ("LC_MESSAGES", "C", 1); unsetenv ("LANG"); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "C", 1); setlocale (LC_ALL, ""); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); /* Check mixed situations. */ unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "fr_FR.UTF-8", 1); setenv ("LANG", "de_DE.UTF-8", 1); if (setlocale (LC_ALL, "") != NULL) { name = gl_locale_name_posix (LC_CTYPE, "LC_CTYPE"); ASSERT (strcmp (name, "de_DE.UTF-8") == 0); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); } unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "fr_FR.UTF-8", 1); unsetenv ("LANG"); if (setlocale (LC_ALL, "") != NULL) { name = gl_locale_name_posix (LC_CTYPE, "LC_CTYPE"); ASSERT (name == NULL || strcmp (name, gl_locale_name_default ()) == 0); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); } #if HAVE_NEWLOCALE /* Check that gl_locale_name_posix ignores the thread locale. */ { locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL); if (locale != NULL) { unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "C", 1); setlocale (LC_ALL, ""); uselocale (locale); name = gl_locale_name_posix (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); } } #endif } /* Test the gl_locale_name_environ() function. */ static void test_locale_name_environ (void) { const char *name; /* Get into a defined state, */ setlocale (LC_ALL, "en_US.UTF-8"); #if HAVE_NEWLOCALE uselocale (LC_GLOBAL_LOCALE); #endif /* Check that when all environment variables are unset, gl_locale_name_environ returns NULL. */ unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LC_NUMERIC"); unsetenv ("LANG"); ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL); ASSERT (gl_locale_name_environ (LC_NUMERIC, "LC_NUMERIC") == NULL); /* Check that an empty environment variable is treated like an unset environment variable. */ setenv ("LC_ALL", "", 1); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL); unsetenv ("LC_ALL"); setenv ("LC_CTYPE", "", 1); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "", 1); unsetenv ("LANG"); ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "", 1); ASSERT (gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES") == NULL); /* Check that LC_ALL overrides the others, and LANG is overridden by the others. */ setenv ("LC_ALL", "C", 1); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); unsetenv ("LANG"); name = gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); unsetenv ("LC_ALL"); setenv ("LC_CTYPE", "C", 1); setenv ("LC_MESSAGES", "C", 1); unsetenv ("LANG"); name = gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "C", 1); name = gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); /* Check mixed situations. */ unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "fr_FR.UTF-8", 1); setenv ("LANG", "de_DE.UTF-8", 1); name = gl_locale_name_environ (LC_CTYPE, "LC_CTYPE"); ASSERT (strcmp (name, "de_DE.UTF-8") == 0); name = gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); setenv ("LC_MESSAGES", "fr_FR.UTF-8", 1); unsetenv ("LANG"); name = gl_locale_name_environ (LC_CTYPE, "LC_CTYPE"); ASSERT (name == NULL); name = gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "fr_FR.UTF-8") == 0); #if HAVE_NEWLOCALE /* Check that gl_locale_name_environ ignores the thread locale. */ { locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL); if (locale != NULL) { unsetenv ("LC_ALL"); unsetenv ("LC_CTYPE"); unsetenv ("LC_MESSAGES"); setenv ("LANG", "C", 1); setlocale (LC_ALL, ""); uselocale (locale); name = gl_locale_name_environ (LC_MESSAGES, "LC_MESSAGES"); ASSERT (strcmp (name, "C") == 0); } } #endif } /* Test the gl_locale_name_default() function. */ static void test_locale_name_default (void) { const char *name = gl_locale_name_default (); ASSERT (name != NULL); /* Only MacOS X and Windows have a facility for the user to set the default locale. */ #if !((defined __APPLE__ && defined __MACH__) || (defined _WIN32 || defined __WIN32__ || defined __CYGWIN__)) ASSERT (strcmp (name, "C") == 0); #endif #if HAVE_NEWLOCALE /* Check that gl_locale_name_default ignores the thread locale. */ { locale_t locale = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", NULL); if (locale != NULL) { uselocale (locale); ASSERT (strcmp (gl_locale_name_default (), name) == 0); } } #endif } int main () { test_locale_name (); test_locale_name_thread (); test_locale_name_posix (); test_locale_name_environ (); test_locale_name_default (); return 0; } gsasl-1.8.0/gltests/test-inttypes.c0000664000000000000000000000606011746471770014227 00000000000000/* Test of substitute. Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include /* Tests for macros supposed to be defined in inttypes.h. */ const char *k = /* implicit string concatenation */ #ifdef INT8_MAX PRId8 PRIi8 #endif #ifdef UINT8_MAX PRIo8 PRIu8 PRIx8 PRIX8 #endif #ifdef INT16_MAX PRId16 PRIi16 #endif #ifdef UINT16_MAX PRIo16 PRIu16 PRIx16 PRIX16 #endif #ifdef INT32_MAX PRId32 PRIi32 #endif #ifdef UINT32_MAX PRIo32 PRIu32 PRIx32 PRIX32 #endif #ifdef INT64_MAX PRId64 PRIi64 #endif #ifdef UINT64_MAX PRIo64 PRIu64 PRIx64 PRIX64 #endif PRIdLEAST8 PRIiLEAST8 PRIoLEAST8 PRIuLEAST8 PRIxLEAST8 PRIXLEAST8 PRIdLEAST16 PRIiLEAST16 PRIoLEAST16 PRIuLEAST16 PRIxLEAST16 PRIXLEAST16 PRIdLEAST32 PRIiLEAST32 PRIoLEAST32 PRIuLEAST32 PRIxLEAST32 PRIXLEAST32 PRIdLEAST64 PRIiLEAST64 PRIoLEAST64 PRIuLEAST64 PRIxLEAST64 PRIXLEAST64 PRIdFAST8 PRIiFAST8 PRIoFAST8 PRIuFAST8 PRIxFAST8 PRIXFAST8 PRIdFAST16 PRIiFAST16 PRIoFAST16 PRIuFAST16 PRIxFAST16 PRIXFAST16 PRIdFAST32 PRIiFAST32 PRIoFAST32 PRIuFAST32 PRIxFAST32 PRIXFAST32 PRIdFAST64 PRIiFAST64 PRIoFAST64 PRIuFAST64 PRIxFAST64 PRIXFAST64 PRIdMAX PRIiMAX PRIoMAX PRIuMAX PRIxMAX PRIXMAX #ifdef INTPTR_MAX PRIdPTR PRIiPTR #endif #ifdef UINTPTR_MAX PRIoPTR PRIuPTR PRIxPTR PRIXPTR #endif ; const char *l = /* implicit string concatenation */ #ifdef INT8_MAX SCNd8 SCNi8 #endif #ifdef UINT8_MAX SCNo8 SCNu8 SCNx8 #endif #ifdef INT16_MAX SCNd16 SCNi16 #endif #ifdef UINT16_MAX SCNo16 SCNu16 SCNx16 #endif #ifdef INT32_MAX SCNd32 SCNi32 #endif #ifdef UINT32_MAX SCNo32 SCNu32 SCNx32 #endif #ifdef INT64_MAX SCNd64 SCNi64 #endif #ifdef UINT64_MAX SCNo64 SCNu64 SCNx64 #endif SCNdLEAST8 SCNiLEAST8 SCNoLEAST8 SCNuLEAST8 SCNxLEAST8 SCNdLEAST16 SCNiLEAST16 SCNoLEAST16 SCNuLEAST16 SCNxLEAST16 SCNdLEAST32 SCNiLEAST32 SCNoLEAST32 SCNuLEAST32 SCNxLEAST32 SCNdLEAST64 SCNiLEAST64 SCNoLEAST64 SCNuLEAST64 SCNxLEAST64 SCNdFAST8 SCNiFAST8 SCNoFAST8 SCNuFAST8 SCNxFAST8 SCNdFAST16 SCNiFAST16 SCNoFAST16 SCNuFAST16 SCNxFAST16 SCNdFAST32 SCNiFAST32 SCNoFAST32 SCNuFAST32 SCNxFAST32 SCNdFAST64 SCNiFAST64 SCNoFAST64 SCNuFAST64 SCNxFAST64 SCNdMAX SCNiMAX SCNoMAX SCNuMAX SCNxMAX #ifdef INTPTR_MAX SCNdPTR SCNiPTR #endif #ifdef UINTPTR_MAX SCNoPTR SCNuPTR SCNxPTR #endif ; int main (void) { return 0; } gsasl-1.8.0/gltests/dup2.c0000664000000000000000000000703211746471770012245 00000000000000/* Duplicate an open file descriptor to a specified file descriptor. Copyright (C) 1999, 2004-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* written by Paul Eggert */ #include /* Specification. */ #include #include #include #if HAVE_DUP2 # undef dup2 # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include # include "msvc-inval.h" /* Get _get_osfhandle. */ # include "msvc-nothrow.h" static int ms_windows_dup2 (int fd, int desired_fd) { int result; /* If fd is closed, mingw hangs on dup2 (fd, fd). If fd is open, dup2 (fd, fd) returns 0, but all further attempts to use fd in future dup2 calls will hang. */ if (fd == desired_fd) { if ((HANDLE) _get_osfhandle (fd) == INVALID_HANDLE_VALUE) { errno = EBADF; return -1; } return fd; } /* Wine 1.0.1 return 0 when desired_fd is negative but not -1: http://bugs.winehq.org/show_bug.cgi?id=21289 */ if (desired_fd < 0) { errno = EBADF; return -1; } TRY_MSVC_INVAL { result = dup2 (fd, desired_fd); } CATCH_MSVC_INVAL { errno = EBADF; result = -1; } DONE_MSVC_INVAL; if (result == 0) result = desired_fd; return result; } # define dup2 ms_windows_dup2 # endif int rpl_dup2 (int fd, int desired_fd) { int result; # ifdef F_GETFL /* On Linux kernels 2.6.26-2.6.29, dup2 (fd, fd) returns -EBADF. On Cygwin 1.5.x, dup2 (1, 1) returns 0. On Haiku, dup2 (fd, fd) mistakenly clears FD_CLOEXEC. */ if (fd == desired_fd) return fcntl (fd, F_GETFL) == -1 ? -1 : fd; # endif result = dup2 (fd, desired_fd); /* Correct an errno value on FreeBSD 6.1 and Cygwin 1.5.x. */ if (result == -1 && errno == EMFILE) errno = EBADF; # if REPLACE_FCHDIR if (fd != desired_fd && result != -1) result = _gl_register_dup (fd, result); # endif return result; } #else /* !HAVE_DUP2 */ /* On older platforms, dup2 did not exist. */ # ifndef F_DUPFD static int dupfd (int fd, int desired_fd) { int duplicated_fd = dup (fd); if (duplicated_fd < 0 || duplicated_fd == desired_fd) return duplicated_fd; else { int r = dupfd (fd, desired_fd); int e = errno; close (duplicated_fd); errno = e; return r; } } # endif int dup2 (int fd, int desired_fd) { int result = fcntl (fd, F_GETFL) < 0 ? -1 : fd; if (result == -1 || fd == desired_fd) return result; close (desired_fd); # ifdef F_DUPFD result = fcntl (fd, F_DUPFD, desired_fd); # if REPLACE_FCHDIR if (0 <= result) result = _gl_register_dup (fd, result); # endif # else result = dupfd (fd, desired_fd); # endif if (result == -1 && (errno == EMFILE || errno == EINVAL)) errno = EBADF; return result; } #endif /* !HAVE_DUP2 */ gsasl-1.8.0/gltests/test-fseeko.sh0000775000000000000000000000017311746471770014016 00000000000000#!/bin/sh ./test-fseeko${EXEEXT} 1 < "$srcdir/test-fseeko.sh" || exit 1 echo hi | ./test-fseeko${EXEEXT} || exit 1 exit 0 gsasl-1.8.0/gltests/test-sys_stat.c0000664000000000000000000001561611746471770014230 00000000000000/* Test of substitute. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check the existence of some macros. */ int a[] = { S_IFMT, #ifdef S_IFBLK /* missing on MSVC */ S_IFBLK, #endif S_IFCHR, S_IFDIR, S_IFIFO, S_IFREG, #ifdef S_IFLNK /* missing on native Windows and DJGPP */ S_IFLNK, #endif #ifdef S_IFSOCK /* missing on native Windows and DJGPP */ S_IFSOCK, #endif S_IRWXU, S_IRUSR, S_IWUSR, S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH, S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, S_ISBLK (S_IFREG), S_ISCHR (S_IFREG), S_ISDIR (S_IFREG), S_ISFIFO (S_IFREG), S_ISREG (S_IFREG), S_ISLNK (S_IFREG), S_ISSOCK (S_IFREG), S_ISDOOR (S_IFREG), S_ISMPB (S_IFREG), S_ISNAM (S_IFREG), S_ISNWK (S_IFREG), S_ISPORT (S_IFREG), S_ISCTG (S_IFREG), S_ISOFD (S_IFREG), S_ISOFL (S_IFREG), S_ISWHT (S_IFREG) }; /* Sanity checks. */ verify (S_IRWXU == (S_IRUSR | S_IWUSR | S_IXUSR)); verify (S_IRWXG == (S_IRGRP | S_IWGRP | S_IXGRP)); verify (S_IRWXO == (S_IROTH | S_IWOTH | S_IXOTH)); #ifdef S_IFBLK verify (S_ISBLK (S_IFBLK)); #endif verify (!S_ISBLK (S_IFCHR)); verify (!S_ISBLK (S_IFDIR)); verify (!S_ISBLK (S_IFIFO)); verify (!S_ISBLK (S_IFREG)); #ifdef S_IFLNK verify (!S_ISBLK (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISBLK (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISCHR (S_IFBLK)); #endif verify (S_ISCHR (S_IFCHR)); verify (!S_ISCHR (S_IFDIR)); verify (!S_ISCHR (S_IFIFO)); verify (!S_ISCHR (S_IFREG)); #ifdef S_IFLNK verify (!S_ISCHR (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISCHR (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISDIR (S_IFBLK)); #endif verify (!S_ISDIR (S_IFCHR)); verify (S_ISDIR (S_IFDIR)); verify (!S_ISDIR (S_IFIFO)); verify (!S_ISDIR (S_IFREG)); #ifdef S_IFLNK verify (!S_ISDIR (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISDIR (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISFIFO (S_IFBLK)); #endif verify (!S_ISFIFO (S_IFCHR)); verify (!S_ISFIFO (S_IFDIR)); verify (S_ISFIFO (S_IFIFO)); verify (!S_ISFIFO (S_IFREG)); #ifdef S_IFLNK verify (!S_ISFIFO (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISFIFO (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISREG (S_IFBLK)); #endif verify (!S_ISREG (S_IFCHR)); verify (!S_ISREG (S_IFDIR)); verify (!S_ISREG (S_IFIFO)); verify (S_ISREG (S_IFREG)); #ifdef S_IFLNK verify (!S_ISREG (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISREG (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISLNK (S_IFBLK)); #endif verify (!S_ISLNK (S_IFCHR)); verify (!S_ISLNK (S_IFDIR)); verify (!S_ISLNK (S_IFIFO)); verify (!S_ISLNK (S_IFREG)); #ifdef S_IFLNK verify (S_ISLNK (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISLNK (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISSOCK (S_IFBLK)); #endif verify (!S_ISSOCK (S_IFCHR)); verify (!S_ISSOCK (S_IFDIR)); verify (!S_ISSOCK (S_IFIFO)); verify (!S_ISSOCK (S_IFREG)); #ifdef S_IFLNK verify (!S_ISSOCK (S_IFLNK)); #endif #ifdef S_IFSOCK verify (S_ISSOCK (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISDOOR (S_IFBLK)); #endif verify (!S_ISDOOR (S_IFCHR)); verify (!S_ISDOOR (S_IFDIR)); verify (!S_ISDOOR (S_IFIFO)); verify (!S_ISDOOR (S_IFREG)); #ifdef S_IFLNK verify (!S_ISDOOR (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISDOOR (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISMPB (S_IFBLK)); #endif verify (!S_ISMPB (S_IFCHR)); verify (!S_ISMPB (S_IFDIR)); verify (!S_ISMPB (S_IFIFO)); verify (!S_ISMPB (S_IFREG)); #ifdef S_IFLNK verify (!S_ISMPB (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISMPB (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISNAM (S_IFBLK)); #endif verify (!S_ISNAM (S_IFCHR)); verify (!S_ISNAM (S_IFDIR)); verify (!S_ISNAM (S_IFIFO)); verify (!S_ISNAM (S_IFREG)); #ifdef S_IFLNK verify (!S_ISNAM (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISNAM (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISNWK (S_IFBLK)); #endif verify (!S_ISNWK (S_IFCHR)); verify (!S_ISNWK (S_IFDIR)); verify (!S_ISNWK (S_IFIFO)); verify (!S_ISNWK (S_IFREG)); #ifdef S_IFLNK verify (!S_ISNWK (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISNWK (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISPORT (S_IFBLK)); #endif verify (!S_ISPORT (S_IFCHR)); verify (!S_ISPORT (S_IFDIR)); verify (!S_ISPORT (S_IFIFO)); verify (!S_ISPORT (S_IFREG)); #ifdef S_IFLNK verify (!S_ISPORT (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISPORT (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISCTG (S_IFBLK)); #endif verify (!S_ISCTG (S_IFCHR)); verify (!S_ISCTG (S_IFDIR)); verify (!S_ISCTG (S_IFIFO)); verify (!S_ISCTG (S_IFREG)); #ifdef S_IFLNK verify (!S_ISCTG (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISCTG (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISOFD (S_IFBLK)); #endif verify (!S_ISOFD (S_IFCHR)); verify (!S_ISOFD (S_IFDIR)); verify (!S_ISOFD (S_IFIFO)); verify (!S_ISOFD (S_IFREG)); #ifdef S_IFLNK verify (!S_ISOFD (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISOFD (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISOFL (S_IFBLK)); #endif verify (!S_ISOFL (S_IFCHR)); verify (!S_ISOFL (S_IFDIR)); verify (!S_ISOFL (S_IFIFO)); verify (!S_ISOFL (S_IFREG)); #ifdef S_IFLNK verify (!S_ISOFL (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISOFL (S_IFSOCK)); #endif #ifdef S_IFBLK verify (!S_ISWHT (S_IFBLK)); #endif verify (!S_ISWHT (S_IFCHR)); verify (!S_ISWHT (S_IFDIR)); verify (!S_ISWHT (S_IFIFO)); verify (!S_ISWHT (S_IFREG)); #ifdef S_IFLNK verify (!S_ISWHT (S_IFLNK)); #endif #ifdef S_IFSOCK verify (!S_ISWHT (S_IFSOCK)); #endif /* POSIX 2008 requires traditional encoding of permission constants. */ verify (S_IRWXU == 00700); verify (S_IRUSR == 00400); verify (S_IWUSR == 00200); verify (S_IXUSR == 00100); verify (S_IRWXG == 00070); verify (S_IRGRP == 00040); verify (S_IWGRP == 00020); verify (S_IXGRP == 00010); verify (S_IRWXO == 00007); verify (S_IROTH == 00004); verify (S_IWOTH == 00002); verify (S_IXOTH == 00001); verify (S_ISUID == 04000); verify (S_ISGID == 02000); verify (S_ISVTX == 01000); #if ((0 <= UTIME_NOW && UTIME_NOW < 1000000000) \ || (0 <= UTIME_OMIT && UTIME_OMIT < 1000000000) \ || UTIME_NOW == UTIME_OMIT) invalid UTIME macros #endif /* Check the existence of some types. */ nlink_t t1; off_t t2; mode_t t3; struct timespec st; int main (void) { return 0; } gsasl-1.8.0/gltests/test-setlocale1.c0000664000000000000000000000330111746471770014377 00000000000000/* Test of setting the current locale. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (setlocale, char *, (int, const char *)); #include #include #include "macros.h" int main (int argc, char *argv[]) { char *name1; char *name2; /* Try to set the locale by implicitly looking at the LC_ALL environment variable. configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, "") == NULL) return 1; name1 = strdup (setlocale (LC_ALL, NULL)); /* Reset the locale. */ if (setlocale (LC_ALL, "C") == NULL) return 1; /* Try to set the locale by explicitly looking at the LC_ALL environment variable. configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL) return 1; name2 = strdup (setlocale (LC_ALL, NULL)); /* Test that the two results are the same. */ ASSERT (strcmp (name1, name2) == 0); return 0; } gsasl-1.8.0/gltests/test-mbrtowc4.sh0000775000000000000000000000060211746471770014300 00000000000000#!/bin/sh # Test whether a specific GB18030 locale is installed. : ${LOCALE_ZH_CN=zh_CN.GB18030} if test $LOCALE_ZH_CN = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no transitional chinese locale is installed" else echo "Skipping test: no transitional chinese locale is supported" fi exit 77 fi LC_ALL=$LOCALE_ZH_CN \ ./test-mbrtowc${EXEEXT} 4 gsasl-1.8.0/gltests/test-open.c0000664000000000000000000000214711746471770013313 00000000000000/* Test of opening a file descriptor. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (open, int, (char const *, int, ...)); #include #include #include #include #include "macros.h" #define BASE "test-open.t" #include "test-open.h" int main (void) { return test_open (open, true); } gsasl-1.8.0/gltests/test-sys_time.c0000664000000000000000000000212511746471770014202 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include /* Check that the 'struct timeval' type is defined. */ struct timeval a; /* Check that &a.tv_sec is a 'time_t *', ignoring signedness issues. */ typedef int verify_tv_sec_type[sizeof (a.tv_sec) == sizeof (time_t) ? 1 : -1]; int main (void) { return 0; } gsasl-1.8.0/gltests/test-c-ctype.c0000664000000000000000000002605311746471770013720 00000000000000/* Test of character handling in C locale. Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2005. */ #include #include "c-ctype.h" #include #include "macros.h" static void test_all (void) { int c; for (c = -0x80; c < 0x100; c++) { ASSERT (c_isascii (c) == (c >= 0 && c < 0x80)); switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': ASSERT (c_isalnum (c) == 1); break; default: ASSERT (c_isalnum (c) == 0); break; } switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': ASSERT (c_isalpha (c) == 1); break; default: ASSERT (c_isalpha (c) == 0); break; } switch (c) { case '\t': case ' ': ASSERT (c_isblank (c) == 1); break; default: ASSERT (c_isblank (c) == 0); break; } ASSERT (c_iscntrl (c) == ((c >= 0 && c < 0x20) || c == 0x7f)); switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': ASSERT (c_isdigit (c) == 1); break; default: ASSERT (c_isdigit (c) == 0); break; } switch (c) { case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': ASSERT (c_islower (c) == 1); break; default: ASSERT (c_islower (c) == 0); break; } ASSERT (c_isgraph (c) == ((c >= 0x20 && c < 0x7f) && c != ' ')); ASSERT (c_isprint (c) == (c >= 0x20 && c < 0x7f)); ASSERT (c_ispunct (c) == (c_isgraph (c) && !c_isalnum (c))); switch (c) { case ' ': case '\t': case '\n': case '\v': case '\f': case '\r': ASSERT (c_isspace (c) == 1); break; default: ASSERT (c_isspace (c) == 0); break; } switch (c) { case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': ASSERT (c_isupper (c) == 1); break; default: ASSERT (c_isupper (c) == 0); break; } switch (c) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': ASSERT (c_isxdigit (c) == 1); break; default: ASSERT (c_isxdigit (c) == 0); break; } switch (c) { case 'A': ASSERT (c_tolower (c) == 'a'); ASSERT (c_toupper (c) == c); break; case 'B': ASSERT (c_tolower (c) == 'b'); ASSERT (c_toupper (c) == c); break; case 'C': ASSERT (c_tolower (c) == 'c'); ASSERT (c_toupper (c) == c); break; case 'D': ASSERT (c_tolower (c) == 'd'); ASSERT (c_toupper (c) == c); break; case 'E': ASSERT (c_tolower (c) == 'e'); ASSERT (c_toupper (c) == c); break; case 'F': ASSERT (c_tolower (c) == 'f'); ASSERT (c_toupper (c) == c); break; case 'G': ASSERT (c_tolower (c) == 'g'); ASSERT (c_toupper (c) == c); break; case 'H': ASSERT (c_tolower (c) == 'h'); ASSERT (c_toupper (c) == c); break; case 'I': ASSERT (c_tolower (c) == 'i'); ASSERT (c_toupper (c) == c); break; case 'J': ASSERT (c_tolower (c) == 'j'); ASSERT (c_toupper (c) == c); break; case 'K': ASSERT (c_tolower (c) == 'k'); ASSERT (c_toupper (c) == c); break; case 'L': ASSERT (c_tolower (c) == 'l'); ASSERT (c_toupper (c) == c); break; case 'M': ASSERT (c_tolower (c) == 'm'); ASSERT (c_toupper (c) == c); break; case 'N': ASSERT (c_tolower (c) == 'n'); ASSERT (c_toupper (c) == c); break; case 'O': ASSERT (c_tolower (c) == 'o'); ASSERT (c_toupper (c) == c); break; case 'P': ASSERT (c_tolower (c) == 'p'); ASSERT (c_toupper (c) == c); break; case 'Q': ASSERT (c_tolower (c) == 'q'); ASSERT (c_toupper (c) == c); break; case 'R': ASSERT (c_tolower (c) == 'r'); ASSERT (c_toupper (c) == c); break; case 'S': ASSERT (c_tolower (c) == 's'); ASSERT (c_toupper (c) == c); break; case 'T': ASSERT (c_tolower (c) == 't'); ASSERT (c_toupper (c) == c); break; case 'U': ASSERT (c_tolower (c) == 'u'); ASSERT (c_toupper (c) == c); break; case 'V': ASSERT (c_tolower (c) == 'v'); ASSERT (c_toupper (c) == c); break; case 'W': ASSERT (c_tolower (c) == 'w'); ASSERT (c_toupper (c) == c); break; case 'X': ASSERT (c_tolower (c) == 'x'); ASSERT (c_toupper (c) == c); break; case 'Y': ASSERT (c_tolower (c) == 'y'); ASSERT (c_toupper (c) == c); break; case 'Z': ASSERT (c_tolower (c) == 'z'); ASSERT (c_toupper (c) == c); break; case 'a': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'A'); break; case 'b': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'B'); break; case 'c': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'C'); break; case 'd': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'D'); break; case 'e': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'E'); break; case 'f': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'F'); break; case 'g': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'G'); break; case 'h': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'H'); break; case 'i': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'I'); break; case 'j': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'J'); break; case 'k': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'K'); break; case 'l': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'L'); break; case 'm': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'M'); break; case 'n': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'N'); break; case 'o': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'O'); break; case 'p': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'P'); break; case 'q': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'Q'); break; case 'r': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'R'); break; case 's': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'S'); break; case 't': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'T'); break; case 'u': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'U'); break; case 'v': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'V'); break; case 'w': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'W'); break; case 'x': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'X'); break; case 'y': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'Y'); break; case 'z': ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == 'Z'); break; default: ASSERT (c_tolower (c) == c); ASSERT (c_toupper (c) == c); break; } } } int main () { test_all (); setlocale (LC_ALL, "de_DE"); test_all (); setlocale (LC_ALL, "ja_JP.EUC-JP"); test_all (); return 0; } gsasl-1.8.0/gltests/test-fseeko3.c0000664000000000000000000000240411746471770013705 00000000000000/* Test of fseeko() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2011. */ #include #include #include #include "macros.h" int main (int argc, char **argv) { int do_initial_ftell = atoi (argv[1]); const char *filename = argv[2]; FILE *fp = fopen (filename, "r"); ASSERT (fp != NULL); if (do_initial_ftell) { off_t pos = ftell (fp); ASSERT (pos == 0); } ASSERT (fseeko (fp, 0, SEEK_END) == 0); { off_t pos = ftell (fp); ASSERT (pos > 0); } ASSERT (fclose (fp) == 0); return 0; } gsasl-1.8.0/gltests/test-fwrite.c0000664000000000000000000000502011746471770013643 00000000000000/* Test of fwrite() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fwrite, size_t, (const void *, size_t, size_t, FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fwrite.txt"; /* We don't have an fwrite() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Test that fwrite() on an unbuffered stream sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "w"); char buf[5] = "world"; ASSERT (fp != NULL); setvbuf (fp, NULL, _IONBF, 0); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fwrite() on an unbuffered stream sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "w"); if (fp != NULL) { char buf[5] = "world"; setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "w"); if (fp != NULL) { char buf[5] = "world"; setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fwrite (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/gltests/test-fseeko4.sh0000775000000000000000000000011711746471770014100 00000000000000#!/bin/sh ./test-fseeko4${EXEEXT} "$srcdir/test-fseeko4.sh" || exit 1 exit 0 gsasl-1.8.0/gltests/test-mbsinit.sh0000775000000000000000000000056611746471770014215 00000000000000#!/bin/sh # Test whether a specific UTF-8 locale is installed. : ${LOCALE_FR_UTF8=fr_FR.UTF-8} if test $LOCALE_FR_UTF8 = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no french Unicode locale is installed" else echo "Skipping test: no french Unicode locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR_UTF8 \ ./test-mbsinit${EXEEXT} gsasl-1.8.0/gltests/test-binary-io.c0000664000000000000000000000324611754207012014225 00000000000000/* Test of binary mode I/O. Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2005. */ #include #include "binary-io.h" #include #include #include #include #include #include #include "macros.h" int main (int argc, char *argv[]) { /* Test the O_BINARY macro. */ { int fd = open ("t-bin-out0.tmp", O_CREAT | O_TRUNC | O_RDWR | O_BINARY, 0600); if (write (fd, "Hello\n", 6) < 0) exit (1); close (fd); } { struct stat statbuf; if (stat ("t-bin-out0.tmp", &statbuf) < 0) exit (1); ASSERT (statbuf.st_size == 6); } switch (argv[1][0]) { case '1': /* Test the set_binary_mode() function. */ set_binary_mode (1, O_BINARY); fputs ("Hello\n", stdout); break; case '2': /* Test the SET_BINARY macro. */ SET_BINARY (1); fputs ("Hello\n", stdout); break; default: break; } return 0; } gsasl-1.8.0/gltests/test-memchr.c0000664000000000000000000000731211746471770013624 00000000000000/* * Copyright (C) 2008-2012 Free Software Foundation, Inc. * Written by Eric Blake and Bruno Haible * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (memchr, void *, (void const *, int, size_t)); #include #include "zerosize-ptr.h" #include "macros.h" /* Calculating void * + int is not portable, so this wrapper converts to char * to make the tests easier to write. */ #define MEMCHR (char *) memchr int main (void) { size_t n = 0x100000; char *input = malloc (n); ASSERT (input); input[0] = 'a'; input[1] = 'b'; memset (input + 2, 'c', 1024); memset (input + 1026, 'd', n - 1028); input[n - 2] = 'e'; input[n - 1] = 'a'; /* Basic behavior tests. */ ASSERT (MEMCHR (input, 'a', n) == input); ASSERT (MEMCHR (input, 'a', 0) == NULL); ASSERT (MEMCHR (zerosize_ptr (), 'a', 0) == NULL); ASSERT (MEMCHR (input, 'b', n) == input + 1); ASSERT (MEMCHR (input, 'c', n) == input + 2); ASSERT (MEMCHR (input, 'd', n) == input + 1026); ASSERT (MEMCHR (input + 1, 'a', n - 1) == input + n - 1); ASSERT (MEMCHR (input + 1, 'e', n - 1) == input + n - 2); ASSERT (MEMCHR (input + 1, 0x789abc00 | 'e', n - 1) == input + n - 2); ASSERT (MEMCHR (input, 'f', n) == NULL); ASSERT (MEMCHR (input, '\0', n) == NULL); /* Check that a very long haystack is handled quickly if the byte is found near the beginning. */ { size_t repeat = 10000; for (; repeat > 0; repeat--) { ASSERT (MEMCHR (input, 'c', n) == input + 2); } } /* Alignment tests. */ { int i, j; for (i = 0; i < 32; i++) { for (j = 0; j < 256; j++) input[i + j] = j; for (j = 0; j < 256; j++) { ASSERT (MEMCHR (input + i, j, 256) == input + i + j); } } } /* Check that memchr() does not read past the first occurrence of the byte being searched. See the Austin Group's clarification . Test both '\0' and something else, since some implementations special-case searching for NUL. */ { char *page_boundary = (char *) zerosize_ptr (); /* Too small, and we miss cache line boundary tests; too large, and the test takes cubically longer to complete. */ int limit = 257; if (page_boundary != NULL) { for (n = 1; n <= limit; n++) { char *mem = page_boundary - n; memset (mem, 'X', n); ASSERT (MEMCHR (mem, 'U', n) == NULL); ASSERT (MEMCHR (mem, 0, n) == NULL); { size_t i; size_t k; for (i = 0; i < n; i++) { mem[i] = 'U'; for (k = i + 1; k < n + limit; k++) ASSERT (MEMCHR (mem, 'U', k) == mem + i); mem[i] = 0; for (k = i + 1; k < n + limit; k++) ASSERT (MEMCHR (mem, 0, k) == mem + i); mem[i] = 'X'; } } } } } free (input); return 0; } gsasl-1.8.0/gltests/zerosize-ptr.h0000664000000000000000000000471611746471770014063 00000000000000/* Return a pointer to a zero-size object in memory. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* ISO C 99 does not allow memcmp(), memchr() etc. to be invoked with a NULL argument. Therefore this file produces a non-NULL pointer which cannot be dereferenced, if possible. */ #include /* Test whether mmap() and mprotect() are available. We don't use HAVE_MMAP, because AC_FUNC_MMAP would not define it on HP-UX. HAVE_MPROTECT is not enough, because mingw does not have mmap() but has an mprotect() function in libgcc.a. */ #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # include # include # include # include /* Define MAP_FILE when it isn't otherwise. */ # ifndef MAP_FILE # define MAP_FILE 0 # endif #endif /* Return a pointer to a zero-size object in memory (that is, actually, a pointer to a page boundary where the previous page is readable and writable and the next page is neither readable not writable), if possible. Return NULL otherwise. */ static void * zerosize_ptr (void) { /* Use mmap and mprotect when they exist. Don't test HAVE_MMAP, because it is not defined on HP-UX 11 (since it does not support MAP_FIXED). */ #if HAVE_SYS_MMAN_H && HAVE_MPROTECT # if HAVE_MAP_ANONYMOUS const int flags = MAP_ANONYMOUS | MAP_PRIVATE; const int fd = -1; # else /* !HAVE_MAP_ANONYMOUS */ const int flags = MAP_FILE | MAP_PRIVATE; int fd = open ("/dev/zero", O_RDONLY, 0666); if (fd >= 0) # endif { int pagesize = getpagesize (); char *two_pages = (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE, flags, fd, 0); if (two_pages != (char *)(-1) && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0) return two_pages + pagesize; } #endif return NULL; } gsasl-1.8.0/gltests/test-sys_wait.h0000664000000000000000000000361511746471770014222 00000000000000/* Test of macros shared between and . Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2010. */ static int test_sys_wait_macros (void) { /* Check subset of macros that must be visible here. Note that some of these macros are only portable when operating on an lvalue. */ int i; for (i = 0; i < 0x8000; i = (i ? i << 1 : 1)) { /* POSIX requires that for all valid process statuses, that exactly one of these three macros is true. But not all possible 16-bit values map to valid process status. Traditionally, 8 of the bits are for WIFEXITED, 7 of the bits to tell between WIFSIGNALED and WIFSTOPPED, and either 0x80 or 0x8000 to flag that core was also dumped. Since we don't know which byte is WIFEXITED, we skip the both possible bits that can signal core dump. */ if (i == 0x80) continue; if (!!WIFSIGNALED (i) + !!WIFEXITED (i) + !!WIFSTOPPED (i) != 1) return 1; } i = WEXITSTATUS (i) + WSTOPSIG (i) + WTERMSIG (i); switch (i) { #if 0 /* Gnulib doesn't guarantee these, yet. */ case WNOHANG: case WUNTRACED: #endif break; } return 0; } gsasl-1.8.0/gltests/test-getcwd-lgpl.c0000664000000000000000000000510511746471770014560 00000000000000/* Test of getcwd() function. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (getcwd, char *, (char *, size_t)); #include #include #include #include #include "macros.h" int main (int argc, char **argv) { char *pwd1; char *pwd2; /* If the user provides an argument, attempt to chdir there first. */ if (1 < argc) { if (chdir (argv[1]) == 0) printf ("changed to directory %s\n", argv[1]); } pwd1 = getcwd (NULL, 0); ASSERT (pwd1 && *pwd1); if (1 < argc) printf ("cwd=%s\n", pwd1); /* Make sure the result is usable. */ ASSERT (chdir (pwd1) == 0); ASSERT (chdir (".//./.") == 0); /* Make sure that result is normalized. */ pwd2 = getcwd (NULL, 0); ASSERT (pwd2); ASSERT (strcmp (pwd1, pwd2) == 0); free (pwd2); { size_t len = strlen (pwd1); ssize_t i = len - 10; if (i < 1) i = 1; pwd2 = getcwd (NULL, len + 1); ASSERT (pwd2); free (pwd2); pwd2 = malloc (len + 2); for ( ; i <= len; i++) { char *tmp; errno = 0; ASSERT (getcwd (pwd2, i) == NULL); ASSERT (errno == ERANGE); /* Allow either glibc or BSD behavior, since POSIX allows both. */ errno = 0; tmp = getcwd (NULL, i); if (tmp) { ASSERT (strcmp (pwd1, tmp) == 0); free (tmp); } else { ASSERT (errno == ERANGE); } } ASSERT (getcwd (pwd2, len + 1) == pwd2); pwd2[len] = '/'; pwd2[len + 1] = '\0'; } ASSERT (strstr (pwd2, "/./") == NULL); ASSERT (strstr (pwd2, "/../") == NULL); ASSERT (strstr (pwd2 + 1 + (pwd2[1] == '/'), "//") == NULL); /* Validate a POSIX requirement on size. */ errno = 0; ASSERT (getcwd(pwd2, 0) == NULL); ASSERT (errno == EINVAL); free (pwd1); free (pwd2); return 0; } gsasl-1.8.0/gltests/test-poll-h.c0000664000000000000000000000210211746471770013534 00000000000000/* Test of substitute. Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible, 2010. */ #include #include /* Check that the nfds_t type is defined. */ nfds_t a; /* Check that the various POLL* macros are defined. */ int b = POLLIN | POLLPRI | POLLOUT | POLLERR | POLLHUP | POLLNVAL | POLLRDNORM | POLLRDBAND | POLLWRNORM | POLLWRBAND; int main (void) { return 0; } gsasl-1.8.0/gltests/binary-io.h0000664000000000000000000000437411754207011013257 00000000000000/* Binary mode I/O. Copyright (C) 2001, 2003, 2005, 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef _BINARY_H #define _BINARY_H /* For systems that distinguish between text and binary I/O. O_BINARY is guaranteed by the gnulib . */ #include /* The MSVC7 doesn't like to be included after '#define fileno ...', so we include it here first. */ #include /* set_binary_mode (fd, mode) sets the binary/text I/O mode of file descriptor fd to the given mode (must be O_BINARY or O_TEXT) and returns the previous mode. */ #if O_BINARY # if defined __EMX__ || defined __DJGPP__ || defined __CYGWIN__ # include /* declares setmode() */ # define set_binary_mode setmode # else # define set_binary_mode _setmode # undef fileno # define fileno _fileno # endif #else /* On reasonable systems, binary I/O is the only choice. */ /* Use an inline function rather than a macro, to avoid gcc warnings "warning: statement with no effect". */ static inline int set_binary_mode (int fd, int mode) { (void) fd; (void) mode; return O_BINARY; } #endif /* SET_BINARY (fd); changes the file descriptor fd to perform binary I/O. */ #ifdef __DJGPP__ # include /* declares isatty() */ /* Avoid putting stdin/stdout in binary mode if it is connected to the console, because that would make it impossible for the user to interrupt the program through Ctrl-C or Ctrl-Break. */ # define SET_BINARY(fd) ((void) (!isatty (fd) ? (set_binary_mode (fd, O_BINARY), 0) : 0)) #else # define SET_BINARY(fd) ((void) set_binary_mode (fd, O_BINARY)) #endif #endif /* _BINARY_H */ gsasl-1.8.0/gltests/test-mbsinit.c0000664000000000000000000000267611746471770014026 00000000000000/* Test of test for initial conversion state. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2008. */ #include #include #include "signature.h" SIGNATURE_CHECK (mbsinit, int, (const mbstate_t *)); #include #include "macros.h" int main (int argc, char *argv[]) { static mbstate_t state; ASSERT (mbsinit (NULL)); ASSERT (mbsinit (&state)); if (argc > 1) { static const char input[1] = "\303"; wchar_t wc; size_t ret; /* configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, "") == NULL) return 1; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (!mbsinit (&state)); } return 0; } gsasl-1.8.0/gltests/test-lseek.c0000664000000000000000000000630011746471770013450 00000000000000/* Test of lseek() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake, 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (lseek, off_t, (int, off_t, int)); #include #include "macros.h" /* ARGC must be 2; *ARGV[1] is '0' if stdin and stdout are files, '1' if they are pipes, and '2' if they are closed. Check for proper semantics of lseek. */ int main (int argc, char **argv) { if (argc != 2) return 2; switch (*argv[1]) { case '0': /* regular files */ ASSERT (lseek (0, (off_t)2, SEEK_SET) == 2); ASSERT (lseek (0, (off_t)-4, SEEK_CUR) == -1); ASSERT (errno == EINVAL); errno = 0; #if ! defined __BEOS__ /* POSIX says that the last lseek call, when failing, does not change the current offset. But BeOS sets it to 0. */ ASSERT (lseek (0, (off_t)0, SEEK_CUR) == 2); #endif #if 0 /* leads to SIGSYS on IRIX 6.5 */ ASSERT (lseek (0, (off_t)0, (SEEK_SET | SEEK_CUR | SEEK_END) + 1) == -1); ASSERT (errno == EINVAL); #endif ASSERT (lseek (1, (off_t)2, SEEK_SET) == 2); errno = 0; ASSERT (lseek (1, (off_t)-4, SEEK_CUR) == -1); ASSERT (errno == EINVAL); errno = 0; #if ! defined __BEOS__ /* POSIX says that the last lseek call, when failing, does not change the current offset. But BeOS sets it to 0. */ ASSERT (lseek (1, (off_t)0, SEEK_CUR) == 2); #endif #if 0 /* leads to SIGSYS on IRIX 6.5 */ ASSERT (lseek (1, (off_t)0, (SEEK_SET | SEEK_CUR | SEEK_END) + 1) == -1); ASSERT (errno == EINVAL); #endif break; case '1': /* pipes */ errno = 0; ASSERT (lseek (0, (off_t)0, SEEK_CUR) == -1); ASSERT (errno == ESPIPE); errno = 0; ASSERT (lseek (1, (off_t)0, SEEK_CUR) == -1); ASSERT (errno == ESPIPE); break; case '2': /* closed */ /* Explicitly close file descriptors 0 and 1. The <&- and >&- in the invoking shell are not enough on HP-UX. */ close (0); close (1); errno = 0; ASSERT (lseek (0, (off_t)0, SEEK_CUR) == -1); ASSERT (errno == EBADF); errno = 0; ASSERT (lseek (1, (off_t)0, SEEK_CUR) == -1); ASSERT (errno == EBADF); /* Test behaviour for invalid file descriptors. */ errno = 0; ASSERT (lseek (-1, (off_t)0, SEEK_CUR) == -1); ASSERT (errno == EBADF); errno = 0; ASSERT (lseek (99, (off_t)0, SEEK_CUR) == -1); ASSERT (errno == EBADF); break; default: return 1; } return 0; } gsasl-1.8.0/gltests/test-iconv.c0000664000000000000000000001157511746471770013475 00000000000000/* Test of character set conversion. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #if HAVE_ICONV # include # ifndef ICONV_CONST # define ICONV_CONST /* empty */ # endif #include "signature.h" SIGNATURE_CHECK (iconv, size_t, (iconv_t, ICONV_CONST char **, size_t *, char **, size_t *)); SIGNATURE_CHECK (iconv_close, int, (iconv_t x)); SIGNATURE_CHECK (iconv_open, iconv_t, (char const *, char const *)); #endif #include #include #include "macros.h" int main () { #if HAVE_ICONV /* Assume that iconv() supports at least the encodings ASCII, ISO-8859-1, and UTF-8. */ iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); iconv_t cd_utf8_to_88591 = iconv_open ("ISO-8859-1", "UTF-8"); ASSERT (cd_88591_to_utf8 != (iconv_t)(-1)); ASSERT (cd_utf8_to_88591 != (iconv_t)(-1)); /* Test conversion from ISO-8859-1 to UTF-8 with no errors. */ { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; static const char expected[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (ICONV_CONST char **) &inptr, &inbytesleft, &outptr, &outbytesleft); ASSERT (res == 0 && inbytesleft == 0); ASSERT (outptr == buf + strlen (expected)); ASSERT (memcmp (buf, expected, strlen (expected)) == 0); } /* Test conversion from ISO-8859-1 to UTF-8 with E2BIG. */ { static const char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; const char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, (ICONV_CONST char **) &inptr, &inbytesleft, &outptr, &outbytesleft); ASSERT (res == (size_t)(-1) && errno == E2BIG); ASSERT (inbytesleft == 1); ASSERT (outbytesleft == 1); ASSERT ((unsigned char) buf[1] == 0xAD); ASSERT ((unsigned char) buf[0] == 0xDE); } /* Test conversion from UTF-8 to ISO-8859-1 with no errors. */ { static const char input[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; static const char expected[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (ICONV_CONST char **) &inptr, &inbytesleft, &outptr, &outbytesleft); ASSERT (res == 0 && inbytesleft == 0); ASSERT (outptr == buf + strlen (expected)); ASSERT (memcmp (buf, expected, strlen (expected)) == 0); } /* Test conversion from UTF-8 to ISO-8859-1 with EILSEQ. */ { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (ICONV_CONST char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == (size_t)(-1)) { ASSERT (errno == EILSEQ); ASSERT (inbytesleft == strlen (input) && outptr == buf); } else { ASSERT (res == 1); ASSERT (inbytesleft == 0); } } /* Test conversion from UTF-8 to ISO-8859-1 with EINVAL. */ { static const char input[] = "\342"; char buf[10]; const char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (ICONV_CONST char **) &inptr, &inbytesleft, &outptr, &outbytesleft); ASSERT (res == (size_t)(-1) && errno == EINVAL); ASSERT (inbytesleft == 1 && outptr == buf); } iconv_close (cd_88591_to_utf8); iconv_close (cd_utf8_to_88591); #endif return 0; } gsasl-1.8.0/gltests/test-strerror.c0000664000000000000000000000370711746471770014237 00000000000000/* Test of strerror() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (strerror, char *, (int)); #include #include "macros.h" int main (void) { char *str; errno = 0; str = strerror (EACCES); ASSERT (str); ASSERT (*str); ASSERT (errno == 0); errno = 0; str = strerror (ETIMEDOUT); ASSERT (str); ASSERT (*str); ASSERT (errno == 0); errno = 0; str = strerror (EOVERFLOW); ASSERT (str); ASSERT (*str); ASSERT (errno == 0); /* POSIX requires strerror (0) to succeed. Reject use of "Unknown error", but allow "Success", "No error", or even Solaris' "Error 0" which are distinct patterns from true out-of-range strings. http://austingroupbugs.net/view.php?id=382 */ errno = 0; str = strerror (0); ASSERT (str); ASSERT (*str); ASSERT (errno == 0); ASSERT (strstr (str, "nknown") == NULL); ASSERT (strstr (str, "ndefined") == NULL); /* POSIX requires strerror to produce a non-NULL result for all inputs; as an extension, we also guarantee a non-empty result. Reporting EINVAL is optional. */ errno = 0; str = strerror (-3); ASSERT (str); ASSERT (*str); ASSERT (errno == 0 || errno == EINVAL); return 0; } gsasl-1.8.0/gltests/test-verify.c0000664000000000000000000000350311746471770013653 00000000000000/* Test the "verify" module. Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible. */ #include #include "verify.h" #ifndef EXP_FAIL # define EXP_FAIL 0 #endif int x; enum { a, b, c }; #if EXP_FAIL == 1 verify (x >= 0); /* should give ERROR: non-constant expression */ #endif verify (c == 2); /* should be ok */ #if EXP_FAIL == 2 verify (1 + 1 == 3); /* should give ERROR */ #endif verify (1 == 1); verify (1 == 1); /* should be ok */ enum { item = verify_true (1 == 1) * 0 + 17 /* should be ok */ }; static int function (int n) { #if EXP_FAIL == 3 verify (n >= 0); /* should give ERROR: non-constant expression */ #endif verify (c == 2); /* should be ok */ #if EXP_FAIL == 4 verify (1 + 1 == 3); /* should give ERROR */ #endif verify (1 == 1); verify (1 == 1); /* should be ok */ if (n) return ((void) verify_expr (1 == 1, 1), verify_expr (1 == 1, 8)); /* should be ok */ #if EXP_FAIL == 5 return verify_expr (1 == 2, 5); /* should give ERROR */ #endif return 0; } int main (void) { return !(function (0) == 0 && function (1) == 8); } gsasl-1.8.0/gltests/test-stdalign.c0000664000000000000000000000674411746471770014166 00000000000000/* Test of . Copyright 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert, inspired by Bruno Haible's test-alignof.c. */ #include #include #include #include #include "verify.h" #include "macros.h" typedef long double longdouble; typedef struct { char a[1]; } struct1; typedef struct { char a[2]; } struct2; typedef struct { char a[3]; } struct3; typedef struct { char a[4]; } struct4; verify (__alignof_is_defined == 1); #ifndef alignof # error "alignof is not a macro" #endif #if __alignas_is_defined verify (__alignas_is_defined == 1); # ifndef alignas # error "alignas is not a macro" # endif /* mingw can go up only to 8. 8 is all that GNU Emacs needs, so let's limit the test to 8 for now. */ # define TEST_ALIGNMENT 8 #else # define _Alignas(alignment) # define alignas(alignment) # define TEST_ALIGNMENT 1 #endif #define CHECK_STATIC(type) \ typedef struct { char slot1; type slot2; } type##_helper; \ verify (alignof (type) == offsetof (type##_helper, slot2)); \ verify (_Alignof (type) == alignof (type)); \ const int type##_alignment = alignof (type); \ type alignas (TEST_ALIGNMENT) static_##type##_alignas; \ type _Alignas (TEST_ALIGNMENT) static_##type##_Alignas #define CHECK_ALIGNED(var) ASSERT ((uintptr_t) &(var) % TEST_ALIGNMENT == 0) CHECK_STATIC (char); CHECK_STATIC (short); CHECK_STATIC (int); CHECK_STATIC (long); #ifdef INT64_MAX CHECK_STATIC (int64_t); #endif CHECK_STATIC (float); CHECK_STATIC (double); /* CHECK_STATIC (longdouble); */ CHECK_STATIC (struct1); CHECK_STATIC (struct2); CHECK_STATIC (struct3); CHECK_STATIC (struct4); int main () { #if defined __SUNPRO_C /* Avoid a test failure due to Sun Studio Developer Bug Report #2125432. */ fputs ("Skipping test: known Sun C compiler bug\n", stderr); return 77; #else CHECK_ALIGNED (static_char_alignas); CHECK_ALIGNED (static_char_Alignas); CHECK_ALIGNED (static_short_alignas); CHECK_ALIGNED (static_short_Alignas); CHECK_ALIGNED (static_int_alignas); CHECK_ALIGNED (static_int_Alignas); CHECK_ALIGNED (static_long_alignas); CHECK_ALIGNED (static_long_Alignas); # ifdef INT64_MAX CHECK_ALIGNED (static_int64_t_alignas); CHECK_ALIGNED (static_int64_t_Alignas); # endif CHECK_ALIGNED (static_float_alignas); CHECK_ALIGNED (static_float_Alignas); CHECK_ALIGNED (static_double_alignas); CHECK_ALIGNED (static_double_Alignas); /* CHECK_ALIGNED (static_longdouble_alignas); */ /* CHECK_ALIGNED (static_longdouble_Alignas); */ CHECK_ALIGNED (static_struct1_alignas); CHECK_ALIGNED (static_struct1_Alignas); CHECK_ALIGNED (static_struct2_alignas); CHECK_ALIGNED (static_struct2_Alignas); CHECK_ALIGNED (static_struct3_alignas); CHECK_ALIGNED (static_struct3_Alignas); CHECK_ALIGNED (static_struct4_alignas); CHECK_ALIGNED (static_struct4_Alignas); return 0; #endif } gsasl-1.8.0/gltests/signature.h0000664000000000000000000000367611746471770013413 00000000000000/* Macro for checking that a function declaration is compliant. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef SIGNATURE_CHECK /* Check that the function FN takes the specified arguments ARGS with a return type of RET. This header is designed to be included after and the one system header that is supposed to contain the function being checked, but prior to any other system headers that are necessary for the unit test. Therefore, this file does not include any system headers, nor reference anything outside of the macro arguments. For an example, if foo.h should provide: extern int foo (char, float); then the unit test named test-foo.c would start out with: #include #include #include "signature.h" SIGNATURE_CHECK (foo, int, (char, float)); #include ... */ # define SIGNATURE_CHECK(fn, ret, args) \ SIGNATURE_CHECK1 (fn, ret, args, __LINE__) /* Necessary to allow multiple SIGNATURE_CHECK lines in a unit test. Note that the checks must not occupy the same line. */ # define SIGNATURE_CHECK1(fn, ret, args, id) \ SIGNATURE_CHECK2 (fn, ret, args, id) /* macroexpand line */ # define SIGNATURE_CHECK2(fn, ret, args, id) \ static ret (* _GL_UNUSED signature_check ## id) args = fn #endif /* SIGNATURE_CHECK */ gsasl-1.8.0/gltests/test-iconv-h.c0000664000000000000000000000147711746471770013722 00000000000000/* Test of substitute. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #if HAVE_ICONV # include #endif int main () { return 0; } gsasl-1.8.0/gltests/test-getaddrinfo.c0000664000000000000000000001126711746471770014643 00000000000000/* Test the getaddrinfo module. Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Simon Josefsson. */ #include #include #include "signature.h" SIGNATURE_CHECK (freeaddrinfo, void, (struct addrinfo *)); SIGNATURE_CHECK (gai_strerror, char const *, (int)); SIGNATURE_CHECK (getaddrinfo, int, (char const *, char const *, struct addrinfo const *, struct addrinfo **)); #include #include #include #include #include /* Whether to print debugging messages. */ #define ENABLE_DEBUGGING 0 #if ENABLE_DEBUGGING # define dbgprintf printf #else # define dbgprintf if (0) printf #endif /* BeOS does not have AF_UNSPEC. */ #ifndef AF_UNSPEC # define AF_UNSPEC 0 #endif #ifndef EAI_SERVICE # define EAI_SERVICE 0 #endif static int simple (char const *host, char const *service) { char buf[BUFSIZ]; static int skip = 0; struct addrinfo hints; struct addrinfo *ai0, *ai; int res; int err; /* Once we skipped the test, do not try anything else */ if (skip) return 0; dbgprintf ("Finding %s service %s...\n", host, service); /* This initializes "hints" but does not use it. Is there a reason for this? If so, please fix this comment. */ memset (&hints, 0, sizeof (hints)); hints.ai_flags = AI_CANONNAME; hints.ai_family = AF_UNSPEC; hints.ai_socktype = SOCK_STREAM; res = getaddrinfo (host, service, 0, &ai0); err = errno; dbgprintf ("res %d: %s\n", res, gai_strerror (res)); if (res != 0) { /* EAI_AGAIN is returned if no network is available. Don't fail the test merely because someone is down the country on their in-law's farm. */ if (res == EAI_AGAIN) { skip++; fprintf (stderr, "skipping getaddrinfo test: no network?\n"); return 77; } /* IRIX reports EAI_NONAME for "https". Don't fail the test merely because of this. */ if (res == EAI_NONAME) return 0; /* Solaris reports EAI_SERVICE for "http" and "https". Don't fail the test merely because of this. */ if (res == EAI_SERVICE) return 0; #ifdef EAI_NODATA /* AIX reports EAI_NODATA for "https". Don't fail the test merely because of this. */ if (res == EAI_NODATA) return 0; #endif /* Provide details if errno was set. */ if (res == EAI_SYSTEM) fprintf (stderr, "system error: %s\n", strerror (err)); return 1; } for (ai = ai0; ai; ai = ai->ai_next) { dbgprintf ("\tflags %x\n", ai->ai_flags); dbgprintf ("\tfamily %x\n", ai->ai_family); dbgprintf ("\tsocktype %x\n", ai->ai_socktype); dbgprintf ("\tprotocol %x\n", ai->ai_protocol); dbgprintf ("\taddrlen %ld: ", (unsigned long) ai->ai_addrlen); dbgprintf ("\tFound %s\n", inet_ntop (ai->ai_family, &((struct sockaddr_in *) ai->ai_addr)->sin_addr, buf, sizeof (buf) - 1)); if (ai->ai_canonname) dbgprintf ("\tFound %s...\n", ai->ai_canonname); { char ipbuf[BUFSIZ]; char portbuf[BUFSIZ]; res = getnameinfo (ai->ai_addr, ai->ai_addrlen, ipbuf, sizeof (ipbuf) - 1, portbuf, sizeof (portbuf) - 1, NI_NUMERICHOST|NI_NUMERICSERV); dbgprintf ("\t\tgetnameinfo %d: %s\n", res, gai_strerror (res)); if (res == 0) { dbgprintf ("\t\tip %s\n", ipbuf); dbgprintf ("\t\tport %s\n", portbuf); } } } freeaddrinfo (ai0); return 0; } #define HOST1 "www.gnu.org" #define SERV1 "http" #define HOST2 "www.ibm.com" #define SERV2 "https" #define HOST3 "microsoft.com" #define SERV3 "http" #define HOST4 "google.org" #define SERV4 "ldap" int main (void) { return simple (HOST1, SERV1) + simple (HOST2, SERV2) + simple (HOST3, SERV3) + simple (HOST4, SERV4); } gsasl-1.8.0/gltests/unsetenv.c0000664000000000000000000000547211746471770013250 00000000000000/* Copyright (C) 1992, 1995-2002, 2005-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc optimizes away the name == NULL test below. */ #define _GL_ARG_NONNULL(params) /* Specification. */ #include #include #if !_LIBC # define __set_errno(ev) ((errno) = (ev)) #endif #include #include #if !_LIBC # define __environ environ #endif #if _LIBC /* This lock protects against simultaneous modifications of 'environ'. */ # include __libc_lock_define_initialized (static, envlock) # define LOCK __libc_lock_lock (envlock) # define UNLOCK __libc_lock_unlock (envlock) #else # define LOCK # define UNLOCK #endif /* In the GNU C library we must keep the namespace clean. */ #ifdef _LIBC # define unsetenv __unsetenv #endif #if _LIBC || !HAVE_UNSETENV int unsetenv (const char *name) { size_t len; char **ep; if (name == NULL || *name == '\0' || strchr (name, '=') != NULL) { __set_errno (EINVAL); return -1; } len = strlen (name); LOCK; ep = __environ; while (*ep != NULL) if (!strncmp (*ep, name, len) && (*ep)[len] == '=') { /* Found it. Remove this pointer by moving later ones back. */ char **dp = ep; do dp[0] = dp[1]; while (*dp++); /* Continue the loop in case NAME appears again. */ } else ++ep; UNLOCK; return 0; } #ifdef _LIBC # undef unsetenv weak_alias (__unsetenv, unsetenv) #endif #else /* HAVE_UNSETENV */ # undef unsetenv # if !HAVE_DECL_UNSETENV # if VOID_UNSETENV extern void unsetenv (const char *); # else extern int unsetenv (const char *); # endif # endif /* Call the underlying unsetenv, in case there is hidden bookkeeping that needs updating beyond just modifying environ. */ int rpl_unsetenv (const char *name) { int result = 0; if (!name || !*name || strchr (name, '=')) { errno = EINVAL; return -1; } while (getenv (name)) # if !VOID_UNSETENV result = # endif unsetenv (name); return result; } #endif /* HAVE_UNSETENV */ gsasl-1.8.0/gltests/test-close.c0000664000000000000000000000216111746471770013453 00000000000000/* Test closing a file or socket. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (close, int, (int)); #include #include "macros.h" int main (void) { /* Test behaviour for invalid file descriptors. */ { errno = 0; ASSERT (close (-1) == -1); ASSERT (errno == EBADF); } { errno = 0; ASSERT (close (99) == -1); ASSERT (errno == EBADF); } return 0; } gsasl-1.8.0/gltests/test-vasnprintf.c0000664000000000000000000000433511746471770014545 00000000000000/* Test of vasnprintf() and asnprintf() functions. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include "vasnprintf.h" #include #include #include #include "macros.h" static void test_function (char * (*my_asnprintf) (char *, size_t *, const char *, ...)) { char buf[8]; int size; for (size = 0; size <= 8; size++) { size_t length = size; char *result = my_asnprintf (NULL, &length, "%d", 12345); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); ASSERT (length == 5); free (result); } for (size = 0; size <= 8; size++) { size_t length; char *result; memcpy (buf, "DEADBEEF", 8); length = size; result = my_asnprintf (buf, &length, "%d", 12345); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); ASSERT (length == 5); if (size < 6) ASSERT (result != buf); ASSERT (memcmp (buf + size, "DEADBEEF" + size, 8 - size) == 0); if (result != buf) free (result); } } static char * my_asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) { va_list args; char *ret; va_start (args, format); ret = vasnprintf (resultbuf, lengthp, format, args); va_end (args); return ret; } static void test_vasnprintf () { test_function (my_asnprintf); } static void test_asnprintf () { test_function (asnprintf); } int main (int argc, char *argv[]) { test_vasnprintf (); test_asnprintf (); return 0; } gsasl-1.8.0/gltests/test-verify.sh0000775000000000000000000000130511746471770014044 00000000000000#!/bin/sh . "${srcdir=.}/init.sh" # We are not interested in triggering bugs in the compilers and tools # (such as gcc 4.3.1 on openSUSE 11.0). unset MALLOC_PERTURB_ # Rather than figure out how to invoke the compiler with the right # include path ourselves, we let make do it: (cd "$initial_cwd_" && rm -f test-verify.o \ && $MAKE test-verify.o >/dev/null 2>&1) \ || skip_ "cannot compile error-free" # Now, prove that we encounter all expected compilation failures: : >out : >err for i in 1 2 3 4 5; do (cd "$initial_cwd_" rm -f test-verify.o $MAKE CFLAGS=-DEXP_FAIL=$i test-verify.o) >>out 2>>err \ && { warn_ "compiler didn't detect verification failure $i"; fail=1; } done Exit $fail gsasl-1.8.0/gltests/test-wcrtomb-w32-2.sh0000775000000000000000000000013211746471770014762 00000000000000#!/bin/sh # Test a CP1256 locale. ./test-wcrtomb-w32${EXEEXT} "Arabic_Saudi Arabia" 1256 gsasl-1.8.0/gltests/test-mbrtowc2.sh0000775000000000000000000000057011746471770014302 00000000000000#!/bin/sh # Test whether a specific UTF-8 locale is installed. : ${LOCALE_FR_UTF8=fr_FR.UTF-8} if test $LOCALE_FR_UTF8 = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no french Unicode locale is installed" else echo "Skipping test: no french Unicode locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR_UTF8 \ ./test-mbrtowc${EXEEXT} 2 gsasl-1.8.0/gltests/malloca.valgrind0000664000000000000000000000025711746471770014371 00000000000000# Suppress a valgrind message about use of uninitialized memory in freea(). # This use is OK because it provides only a speedup. { freea Memcheck:Cond fun:freea } gsasl-1.8.0/gltests/test-btowc2.sh0000775000000000000000000000056611746471770013750 00000000000000#!/bin/sh # Test whether a specific UTF-8 locale is installed. : ${LOCALE_FR_UTF8=fr_FR.UTF-8} if test $LOCALE_FR_UTF8 = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no french Unicode locale is installed" else echo "Skipping test: no french Unicode locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR_UTF8 \ ./test-btowc${EXEEXT} 2 gsasl-1.8.0/gltests/test-mbrtowc.c0000664000000000000000000002510311746471770014024 00000000000000/* Test of conversion of multibyte character to wide character. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2008. */ #include #include #include "signature.h" SIGNATURE_CHECK (mbrtowc, size_t, (wchar_t *, char const *, size_t, mbstate_t *)); #include #include #include #include "macros.h" int main (int argc, char *argv[]) { mbstate_t state; wchar_t wc; size_t ret; /* configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, "") == NULL) return 1; /* Test zero-length input. */ { memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "x", 0, &state); /* gnulib's implementation returns (size_t)(-2). The AIX 5.1 implementation returns (size_t)(-1). glibc's implementation returns 0. */ ASSERT (ret == (size_t)(-2) || ret == (size_t)(-1) || ret == 0); ASSERT (mbsinit (&state)); } /* Test NUL byte input. */ { memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "", 1, &state); ASSERT (ret == 0); ASSERT (wc == 0); ASSERT (mbsinit (&state)); ret = mbrtowc (NULL, "", 1, &state); ASSERT (ret == 0); ASSERT (mbsinit (&state)); } /* Test single-byte input. */ { int c; char buf[1]; memset (&state, '\0', sizeof (mbstate_t)); for (c = 0; c < 0x100; c++) switch (c) { case '\t': case '\v': case '\f': case ' ': case '!': case '"': case '#': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': /* c is in the ISO C "basic character set". */ buf[0] = c; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, buf, 1, &state); ASSERT (ret == 1); ASSERT (wc == c); ASSERT (mbsinit (&state)); ret = mbrtowc (NULL, buf, 1, &state); ASSERT (ret == 1); ASSERT (mbsinit (&state)); break; } } /* Test special calling convention, passing a NULL pointer. */ { memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, NULL, 5, &state); ASSERT (ret == 0); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (mbsinit (&state)); } if (argc > 1) switch (argv[1][0]) { case '1': /* Locale encoding is ISO-8859-1 or ISO-8859-15. */ { char input[] = "B\374\337er"; /* "Büßer" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'B'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 1, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == (unsigned char) '\374'); ASSERT (mbsinit (&state)); input[1] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 2, 3, &state); ASSERT (ret == 1); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 2, 3, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == (unsigned char) '\337'); ASSERT (mbsinit (&state)); input[2] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 2, &state); ASSERT (ret == 1); ASSERT (wc == 'e'); ASSERT (mbsinit (&state)); input[3] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 4, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'r'); ASSERT (mbsinit (&state)); } return 0; case '2': /* Locale encoding is UTF-8. */ { char input[] = "B\303\274\303\237er"; /* "Büßer" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'B'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[1] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 2, 5, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (mbsinit (&state)); input[2] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 3, 4, &state); ASSERT (ret == 2); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 4, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (mbsinit (&state)); input[3] = '\0'; input[4] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 5, 2, &state); ASSERT (ret == 1); ASSERT (wc == 'e'); ASSERT (mbsinit (&state)); input[5] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 6, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'r'); ASSERT (mbsinit (&state)); } return 0; case '3': /* Locale encoding is EUC-JP. */ { char input[] = "<\306\374\313\334\270\354>"; /* "<日本語>" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == '<'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 2, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (mbsinit (&state)); input[1] = '\0'; input[2] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[3] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 4, 4, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (mbsinit (&state)); input[4] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (mbsinit (&state)); input[5] = '\0'; input[6] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 7, 1, &state); ASSERT (ret == 1); ASSERT (wc == '>'); ASSERT (mbsinit (&state)); } return 0; case '4': /* Locale encoding is GB18030. */ { char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'B'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[1] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 2, 7, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (mbsinit (&state)); input[2] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 3, 6, &state); ASSERT (ret == 4); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 6, &state); ASSERT (ret == 4); ASSERT (wctob (wc) == EOF); ASSERT (mbsinit (&state)); input[3] = '\0'; input[4] = '\0'; input[5] = '\0'; input[6] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 7, 2, &state); ASSERT (ret == 1); ASSERT (wc == 'e'); ASSERT (mbsinit (&state)); input[5] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 8, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'r'); ASSERT (mbsinit (&state)); } return 0; } return 1; } gsasl-1.8.0/gltests/test-stat.c0000664000000000000000000000310711746471770013322 00000000000000/* Tests of stat. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include /* Caution: stat may be a function-like macro. Although this signature check must pass, it may be the signature of the real (and broken) stat rather than rpl_stat. Most code should not use the address of stat. */ #include "signature.h" SIGNATURE_CHECK (stat, int, (char const *, struct stat *)); #include #include #include #include #include #include "same-inode.h" #include "macros.h" #define BASE "test-stat.t" #include "test-stat.h" /* Wrapper around stat, which works even if stat is a function-like macro, where test_stat_func(stat) would do the wrong thing. */ static int do_stat (char const *name, struct stat *st) { return stat (name, st); } int main (void) { return test_stat_func (do_stat, true); } gsasl-1.8.0/gltests/test-binary-io.sh0000775000000000000000000000056311754207012014417 00000000000000#!/bin/sh tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15 tmpfiles="$tmpfiles t-bin-out0.tmp t-bin-out1.tmp t-bin-out2.tmp" ./test-binary-io${EXEEXT} 1 > t-bin-out1.tmp || exit 1 cmp t-bin-out0.tmp t-bin-out1.tmp > /dev/null || exit 1 ./test-binary-io${EXEEXT} 2 > t-bin-out2.tmp || exit 1 cmp t-bin-out0.tmp t-bin-out2.tmp > /dev/null || exit 1 rm -fr $tmpfiles exit 0 gsasl-1.8.0/gltests/test-quotearg-simple.c0000664000000000000000000003132411746471770015467 00000000000000/* Test of quotearg family of functions. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2008. */ #include #include "quotearg.h" #include #include #include #include #include #include "localcharset.h" #include "progname.h" #include "macros.h" #include "test-quotearg.h" static struct result_groups results_g[] = { /* literal_quoting_style */ { { "", "\0""1\0", 3, "simple", " \t\n'\"\033?""?/\\", "a:b", "a\\b", LQ RQ, LQ RQ }, { "", "1", 1, "simple", " \t\n'\"\033?""?/\\", "a:b", "a\\b", LQ RQ, LQ RQ }, { "", "1", 1, "simple", " \t\n'\"\033?""?/\\", "a:b", "a\\b", LQ RQ, LQ RQ } }, /* shell_quoting_style */ { { "''", "\0""1\0", 3, "simple", "' \t\n'\\''\"\033?""?/\\'", "a:b", "'a\\b'", LQ RQ, LQ RQ }, { "''", "1", 1, "simple", "' \t\n'\\''\"\033?""?/\\'", "a:b", "'a\\b'", LQ RQ, LQ RQ }, { "''", "1", 1, "simple", "' \t\n'\\''\"\033?""?/\\'", "'a:b'", "'a\\b'", LQ RQ, LQ RQ } }, /* shell_always_quoting_style */ { { "''", "'\0""1\0'", 5, "'simple'", "' \t\n'\\''\"\033?""?/\\'", "'a:b'", "'a\\b'", "'" LQ RQ "'", "'" LQ RQ "'" }, { "''", "'1'", 3, "'simple'", "' \t\n'\\''\"\033?""?/\\'", "'a:b'", "'a\\b'", "'" LQ RQ "'", "'" LQ RQ "'" }, { "''", "'1'", 3, "'simple'", "' \t\n'\\''\"\033?""?/\\'", "'a:b'", "'a\\b'", "'" LQ RQ "'", "'" LQ RQ "'" } }, /* c_quoting_style */ { { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" }, { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" }, { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a\\:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" } }, /* c_maybe_quoting_style */ { { "", "\"\\0001\\0\"", 9, "simple", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "a:b", "a\\b", "\"" LQ_ENC RQ_ENC "\"", LQ RQ }, { "", "\"\\0001\\0\"", 9, "simple", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "a:b", "a\\b", "\"" LQ_ENC RQ_ENC "\"", LQ RQ }, { "", "\"\\0001\\0\"", 9, "simple", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a:b\"", "a\\b", "\"" LQ_ENC RQ_ENC "\"", LQ RQ } }, /* escape_quoting_style */ { { "", "\\0001\\0", 7, "simple", " \\t\\n'\"\\033?""?/\\\\", "a:b", "a\\\\b", LQ_ENC RQ_ENC, LQ RQ }, { "", "\\0001\\0", 7, "simple", " \\t\\n'\"\\033?""?/\\\\", "a:b", "a\\\\b", LQ_ENC RQ_ENC, LQ RQ }, { "", "\\0001\\0", 7, "simple", " \\t\\n'\"\\033?""?/\\\\", "a\\:b", "a\\\\b", LQ_ENC RQ_ENC, LQ RQ } }, /* locale_quoting_style */ { { "''", "'\\0001\\0'", 9, "'simple'", "' \\t\\n\\'\"\\033?""?/\\\\'", "'a:b'", "'a\\\\b'", "'" LQ_ENC RQ_ENC "'", "'" LQ RQ "'" }, { "''", "'\\0001\\0'", 9, "'simple'", "' \\t\\n\\'\"\\033?""?/\\\\'", "'a:b'", "'a\\\\b'", "'" LQ_ENC RQ_ENC "'", "'" LQ RQ "'" }, { "''", "'\\0001\\0'", 9, "'simple'", "' \\t\\n\\'\"\\033?""?/\\\\'", "'a\\:b'", "'a\\\\b'", "'" LQ_ENC RQ_ENC "'", "'" LQ RQ "'" } }, /* clocale_quoting_style */ { { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" }, { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" }, { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a\\:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" } } }; static struct result_groups flag_results[] = { /* literal_quoting_style and QA_ELIDE_NULL_BYTES */ { { "", "1", 1, "simple", " \t\n'\"\033?""?/\\", "a:b", "a\\b", LQ RQ, LQ RQ }, { "", "1", 1, "simple", " \t\n'\"\033?""?/\\", "a:b", "a\\b", LQ RQ, LQ RQ }, { "", "1", 1, "simple", " \t\n'\"\033?""?/\\", "a:b", "a\\b", LQ RQ, LQ RQ } }, /* c_quoting_style and QA_ELIDE_OUTER_QUOTES */ { { "", "\"\\0001\\0\"", 9, "simple", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "a:b", "a\\b", "\"" LQ_ENC RQ_ENC "\"", LQ RQ }, { "", "\"\\0001\\0\"", 9, "simple", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "a:b", "a\\b", "\"" LQ_ENC RQ_ENC "\"", LQ RQ }, { "", "\"\\0001\\0\"", 9, "simple", "\" \\t\\n'\\\"\\033?""?/\\\\\"", "\"a:b\"", "a\\b", "\"" LQ_ENC RQ_ENC "\"", LQ RQ } }, /* c_quoting_style and QA_SPLIT_TRIGRAPHS */ { { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?\"\"?/\\\\\"", "\"a:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" }, { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?\"\"?/\\\\\"", "\"a:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" }, { "\"\"", "\"\\0001\\0\"", 9, "\"simple\"", "\" \\t\\n'\\\"\\033?\"\"?/\\\\\"", "\"a\\:b\"", "\"a\\\\b\"", "\"" LQ_ENC RQ_ENC "\"", "\"" LQ RQ "\"" } } }; static char const *custom_quotes[][2] = { { "", "" }, { "'", "'" }, { "(", ")" }, { ":", " " }, { " ", ":" }, { "# ", "\n" }, { "\"'", "'\"" } }; static struct result_groups custom_results[] = { /* left_quote = right_quote = "" */ { { "", "\\0001\\0", 7, "simple", " \\t\\n'\"\\033?""?/\\\\", "a:b", "a\\\\b", LQ_ENC RQ_ENC, LQ RQ }, { "", "\\0001\\0", 7, "simple", " \\t\\n'\"\\033?""?/\\\\", "a:b", "a\\\\b", LQ_ENC RQ_ENC, LQ RQ }, { "", "\\0001\\0", 7, "simple", " \\t\\n'\"\\033?""?/\\\\", "a\\:b", "a\\\\b", LQ_ENC RQ_ENC, LQ RQ } }, /* left_quote = right_quote = "'" */ { { "''", "'\\0001\\0'", 9, "'simple'", "' \\t\\n\\'\"\\033?""?/\\\\'", "'a:b'", "'a\\\\b'", "'" LQ_ENC RQ_ENC "'", "'" LQ RQ "'" }, { "''", "'\\0001\\0'", 9, "'simple'", "' \\t\\n\\'\"\\033?""?/\\\\'", "'a:b'", "'a\\\\b'", "'" LQ_ENC RQ_ENC "'", "'" LQ RQ "'" }, { "''", "'\\0001\\0'", 9, "'simple'", "' \\t\\n\\'\"\\033?""?/\\\\'", "'a\\:b'", "'a\\\\b'", "'" LQ_ENC RQ_ENC "'", "'" LQ RQ "'" } }, /* left_quote = "(" and right_quote = ")" */ { { "()", "(\\0001\\0)", 9, "(simple)", "( \\t\\n'\"\\033?""?/\\\\)", "(a:b)", "(a\\\\b)", "(" LQ_ENC RQ_ENC ")", "(" LQ RQ ")" }, { "()", "(\\0001\\0)", 9, "(simple)", "( \\t\\n'\"\\033?""?/\\\\)", "(a:b)", "(a\\\\b)", "(" LQ_ENC RQ_ENC ")", "(" LQ RQ ")" }, { "()", "(\\0001\\0)", 9, "(simple)", "( \\t\\n'\"\\033?""?/\\\\)", "(a\\:b)", "(a\\\\b)", "(" LQ_ENC RQ_ENC ")", "(" LQ RQ ")" } }, /* left_quote = ":" and right_quote = " " */ { { ": ", ":\\0001\\0 ", 9, ":simple ", ":\\ \\t\\n'\"\\033?""?/\\\\ ", ":a:b ", ":a\\\\b ", ":" LQ_ENC RQ_ENC " ", ":" LQ RQ " " }, { ": ", ":\\0001\\0 ", 9, ":simple ", ":\\ \\t\\n'\"\\033?""?/\\\\ ", ":a:b ", ":a\\\\b ", ":" LQ_ENC RQ_ENC " ", ":" LQ RQ " " }, { ": ", ":\\0001\\0 ", 9, ":simple ", ":\\ \\t\\n'\"\\033?""?/\\\\ ", ":a\\:b ", ":a\\\\b ", ":" LQ_ENC RQ_ENC " ", ":" LQ RQ " " } }, /* left_quote = " " and right_quote = ":" */ { { " :", " \\0001\\0:", 9, " simple:", " \\t\\n'\"\\033?""?/\\\\:", " a\\:b:", " a\\\\b:", " " LQ_ENC RQ_ENC ":", " " LQ RQ ":" }, { " :", " \\0001\\0:", 9, " simple:", " \\t\\n'\"\\033?""?/\\\\:", " a\\:b:", " a\\\\b:", " " LQ_ENC RQ_ENC ":", " " LQ RQ ":" }, { " :", " \\0001\\0:", 9, " simple:", " \\t\\n'\"\\033?""?/\\\\:", " a\\:b:", " a\\\\b:", " " LQ_ENC RQ_ENC ":", " " LQ RQ ":" } }, /* left_quote = "# " and right_quote = "\n" */ { { "# \n", "# \\0001\\0\n", 10, "# simple\n", "# \\t\\n'\"\\033?""?/\\\\\n", "# a:b\n", "# a\\\\b\n", "# " LQ_ENC RQ_ENC "\n", "# " LQ RQ "\n" }, { "# \n", "# \\0001\\0\n", 10, "# simple\n", "# \\t\\n'\"\\033?""?/\\\\\n", "# a:b\n", "# a\\\\b\n", "# " LQ_ENC RQ_ENC "\n", "# " LQ RQ "\n" }, { "# \n", "# \\0001\\0\n", 10, "# simple\n", "# \\t\\n'\"\\033?""?/\\\\\n", "# a\\:b\n", "# a\\\\b\n", "# " LQ_ENC RQ_ENC "\n", "# " LQ RQ "\n" } }, /* left_quote = "\"'" and right_quote = "'\"" */ { { "\"''\"", "\"'\\0001\\0'\"", 11, "\"'simple'\"", "\"' \\t\\n\\'\"\\033?""?/\\\\'\"", "\"'a:b'\"", "\"'a\\\\b'\"", "\"'" LQ_ENC RQ_ENC "'\"", "\"'" LQ RQ "'\"" }, { "\"''\"", "\"'\\0001\\0'\"", 11, "\"'simple'\"", "\"' \\t\\n\\'\"\\033?""?/\\\\'\"", "\"'a:b'\"", "\"'a\\\\b'\"", "\"'" LQ_ENC RQ_ENC "'\"", "\"'" LQ RQ "'\"" }, { "\"''\"", "\"'\\0001\\0'\"", 11, "\"'simple'\"", "\"' \\t\\n\\'\"\\033?""?/\\\\'\"", "\"'a\\:b'\"", "\"'a\\\\b'\"", "\"'" LQ_ENC RQ_ENC "'\"", "\"'" LQ RQ "'\"" } } }; int main (int argc _GL_UNUSED, char *argv[]) { int i; bool ascii_only = MB_CUR_MAX == 1 && !isprint ((unsigned char) LQ[0]); set_program_name (argv[0]); /* This part of the program is hard-wired to the C locale since it does not call setlocale. However, according to POSIX, the use of 8-bit bytes in a character context in the C locale gives unspecified results (that is, the C locale charset is allowed to be unibyte with 8-bit bytes rejected [ASCII], unibyte with 8-bit bytes being characters [often ISO-8859-1], or multibyte [often UTF-8]). We assume that the latter two cases will be indistinguishable in this test - that is, the LQ and RQ sequences will pass through unchanged in either type of charset. So when testing for quoting of str7, use the ascii_only flag to decide what to expect for the 8-bit data being quoted. */ ASSERT (!isprint ('\033')); for (i = literal_quoting_style; i <= clocale_quoting_style; i++) { set_quoting_style (NULL, (enum quoting_style) i); if (!(i == locale_quoting_style || i == clocale_quoting_style) || (strcmp (locale_charset (), "ASCII") == 0 || strcmp (locale_charset (), "ANSI_X3.4-1968") == 0)) { compare_strings (use_quotearg_buffer, &results_g[i].group1, ascii_only); compare_strings (use_quotearg, &results_g[i].group2, ascii_only); if (i == c_quoting_style) compare_strings (use_quote_double_quotes, &results_g[i].group2, ascii_only); compare_strings (use_quotearg_colon, &results_g[i].group3, ascii_only); } } set_quoting_style (NULL, literal_quoting_style); ASSERT (set_quoting_flags (NULL, QA_ELIDE_NULL_BYTES) == 0); compare_strings (use_quotearg_buffer, &flag_results[0].group1, ascii_only); compare_strings (use_quotearg, &flag_results[0].group2, ascii_only); compare_strings (use_quotearg_colon, &flag_results[0].group3, ascii_only); set_quoting_style (NULL, c_quoting_style); ASSERT (set_quoting_flags (NULL, QA_ELIDE_OUTER_QUOTES) == QA_ELIDE_NULL_BYTES); compare_strings (use_quotearg_buffer, &flag_results[1].group1, ascii_only); compare_strings (use_quotearg, &flag_results[1].group2, ascii_only); compare_strings (use_quote_double_quotes, &flag_results[1].group2, ascii_only); compare_strings (use_quotearg_colon, &flag_results[1].group3, ascii_only); ASSERT (set_quoting_flags (NULL, QA_SPLIT_TRIGRAPHS) == QA_ELIDE_OUTER_QUOTES); compare_strings (use_quotearg_buffer, &flag_results[2].group1, ascii_only); compare_strings (use_quotearg, &flag_results[2].group2, ascii_only); compare_strings (use_quote_double_quotes, &flag_results[2].group2, ascii_only); compare_strings (use_quotearg_colon, &flag_results[2].group3, ascii_only); ASSERT (set_quoting_flags (NULL, 0) == QA_SPLIT_TRIGRAPHS); for (i = 0; i < sizeof custom_quotes / sizeof *custom_quotes; ++i) { set_custom_quoting (NULL, custom_quotes[i][0], custom_quotes[i][1]); compare_strings (use_quotearg_buffer, &custom_results[i].group1, ascii_only); compare_strings (use_quotearg, &custom_results[i].group2, ascii_only); compare_strings (use_quotearg_colon, &custom_results[i].group3, ascii_only); } quotearg_free (); return 0; } gsasl-1.8.0/gltests/same-inode.h0000664000000000000000000000220211746471770013413 00000000000000/* Determine whether two stat buffers refer to the same file. Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #ifndef SAME_INODE_H # define SAME_INODE_H 1 # ifdef __VMS # define SAME_INODE(a, b) \ ((a).st_ino[0] == (b).st_ino[0] \ && (a).st_ino[1] == (b).st_ino[1] \ && (a).st_ino[2] == (b).st_ino[2] \ && (a).st_dev == (b).st_dev) # else # define SAME_INODE(a, b) \ ((a).st_ino == (b).st_ino \ && (a).st_dev == (b).st_dev) # endif #endif gsasl-1.8.0/gltests/test-fcntl-h.c0000664000000000000000000000523511746471770013706 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include /* Check that the various O_* macros are defined. */ int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC | O_TTY_INIT | O_BINARY | O_TEXT; /* Check that the various SEEK_* macros are defined. */ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; /* Check that the FD_* macros are defined. */ int i = FD_CLOEXEC; /* Check that the types are all defined. */ pid_t t1; off_t t2; mode_t t3; int main (void) { /* Ensure no overlap in SEEK_*. */ switch (0) { case SEEK_CUR: case SEEK_END: case SEEK_SET: ; } /* Ensure no dangerous overlap in non-zero gnulib-defined replacements. */ switch (O_RDONLY) { /* Access modes */ case O_RDONLY: case O_WRONLY: case O_RDWR: #if O_EXEC && O_EXEC != O_RDONLY case O_EXEC: #endif #if O_SEARCH && O_EXEC != O_SEARCH && O_SEARCH != O_RDONLY case O_SEARCH: #endif i = O_ACCMODE == (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH); break; /* Everyone should have these */ case O_CREAT: case O_EXCL: case O_TRUNC: case O_APPEND: break; /* These might be 0 or O_RDONLY, only test non-zero versions. */ #if O_CLOEXEC case O_CLOEXEC: #endif #if O_DIRECT case O_DIRECT: #endif #if O_DIRECTORY case O_DIRECTORY: #endif #if O_DSYNC case O_DSYNC: #endif #if O_NOATIME case O_NOATIME: #endif #if O_NONBLOCK case O_NONBLOCK: #endif #if O_NOCTTY case O_NOCTTY: #endif #if O_NOFOLLOW case O_NOFOLLOW: #endif #if O_NOLINKS case O_NOLINKS: #endif #if O_RSYNC && O_RSYNC != O_DSYNC case O_RSYNC: #endif #if O_SYNC && O_SYNC != O_RSYNC case O_SYNC: #endif #if O_TTY_INIT case O_TTY_INIT: #endif #if O_BINARY case O_BINARY: #endif #if O_TEXT case O_TEXT: #endif ; } return !i; } gsasl-1.8.0/gltests/test-stdbool.c0000664000000000000000000000666011746471770014024 00000000000000/* Test of substitute. Copyright (C) 2002-2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ /* We want this test to succeed even when using gcc's -Werror; but to do that requires a pragma that didn't exist before 4.3.0. */ #ifndef __GNUC__ # define ADDRESS_CHECK_OKAY #elif __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 3) /* No way to silence -Waddress. */ #else # pragma GCC diagnostic ignored "-Waddress" # define ADDRESS_CHECK_OKAY #endif #include #include #ifndef bool "error: bool is not defined" #endif #ifndef false "error: false is not defined" #endif #if false "error: false is not 0" #endif #ifndef true "error: true is not defined" #endif #if true != 1 "error: true is not 1" #endif #ifndef __bool_true_false_are_defined "error: __bool_true_false_are_defined is not defined" #endif /* Several tests cannot be guaranteed with gnulib's , at least, not for all compilers and compiler options. */ #if HAVE_STDBOOL_H || 3 <= __GNUC__ struct s { _Bool s: 1; _Bool t; } s; #endif char a[true == 1 ? 1 : -1]; char b[false == 0 ? 1 : -1]; char c[__bool_true_false_are_defined == 1 ? 1 : -1]; #if HAVE_STDBOOL_H || 3 <= __GNUC__ /* See above. */ char d[(bool) 0.5 == true ? 1 : -1]; # ifdef ADDRESS_CHECK_OKAY /* Avoid gcc warning. */ /* C99 may plausibly be interpreted as not requiring support for a cast from a variable's address to bool in a static initializer. So treat it like a GCC extension. */ # ifdef __GNUC__ bool e = &s; # endif # endif char f[(_Bool) 0.0 == false ? 1 : -1]; #endif char g[true]; char h[sizeof (_Bool)]; #if HAVE_STDBOOL_H || 3 <= __GNUC__ /* See above. */ char i[sizeof s.t]; #endif enum { j = false, k = true, l = false * true, m = true * 256 }; _Bool n[m]; char o[sizeof n == m * sizeof n[0] ? 1 : -1]; char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; /* Catch a bug in an HP-UX C compiler. See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html */ _Bool q = true; _Bool *pq = &q; int main () { int error = 0; #if HAVE_STDBOOL_H || 3 <= __GNUC__ /* See above. */ # ifdef ADDRESS_CHECK_OKAY /* Avoid gcc warning. */ /* A cast from a variable's address to bool is valid in expressions. */ { bool e1 = &s; if (!e1) error = 1; } # endif #endif /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 reported by James Lemley on 2005-10-05; see http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html This is a runtime test, since a corresponding compile-time test would rely on initializer extensions. */ { char digs[] = "0123456789"; if (&(digs + 5)[-2 + (bool) 1] != &digs[4]) error = 1; } return error; } gsasl-1.8.0/gltests/version-etc-fsf.c0000664000000000000000000000220211746471770014377 00000000000000/* Variable with FSF copyright information, for version-etc. Copyright (C) 1999-2006, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Jim Meyering. */ #include /* Specification. */ #include "version-etc.h" /* Default copyright goes to the FSF. */ const char version_etc_copyright[] = /* Do *not* mark this string for translation. %s is a copyright symbol suitable for this locale, and %d is the copyright year. */ "Copyright %s %d Free Software Foundation, Inc."; gsasl-1.8.0/gltests/test-fseeko2.sh0000775000000000000000000000010711746471770014075 00000000000000#!/bin/sh exec ./test-fseeko${EXEEXT} 1 2 < "$srcdir/test-fseeko2.sh" gsasl-1.8.0/gltests/test-fseek.sh0000775000000000000000000000017011746471770013634 00000000000000#!/bin/sh ./test-fseek${EXEEXT} 1 < "$srcdir/test-fseek.sh" || exit 1 echo hi | ./test-fseek${EXEEXT} || exit 1 exit 0 gsasl-1.8.0/gltests/init.sh0000664000000000000000000004531111754207011012510 00000000000000# source this file; set up for tests # Copyright (C) 2009-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Using this file in a test # ========================= # # The typical skeleton of a test looks like this: # # #!/bin/sh # . "${srcdir=.}/init.sh"; path_prepend_ . # Execute some commands. # Note that these commands are executed in a subdirectory, therefore you # need to prepend "../" to relative filenames in the build directory. # Note that the "path_prepend_ ." is useful only if the body of your # test invokes programs residing in the initial directory. # For example, if the programs you want to test are in src/, and this test # script is named tests/test-1, then you would use "path_prepend_ ../src", # or perhaps export PATH='$(abs_top_builddir)/src$(PATH_SEPARATOR)'"$$PATH" # to all tests via automake's TESTS_ENVIRONMENT. # Set the exit code 0 for success, 77 for skipped, or 1 or other for failure. # Use the skip_ and fail_ functions to print a diagnostic and then exit # with the corresponding exit code. # Exit $? # Executing a test that uses this file # ==================================== # # Running a single test: # $ make check TESTS=test-foo.sh # # Running a single test, with verbose output: # $ make check TESTS=test-foo.sh VERBOSE=yes # # Running a single test, with single-stepping: # 1. Go into a sub-shell: # $ bash # 2. Set relevant environment variables from TESTS_ENVIRONMENT in the # Makefile: # $ export srcdir=../../tests # this is an example # 3. Execute the commands from the test, copy&pasting them one by one: # $ . "$srcdir/init.sh"; path_prepend_ . # ... # 4. Finally # $ exit ME_=`expr "./$0" : '.*/\(.*\)$'` # We use a trap below for cleanup. This requires us to go through # hoops to get the right exit status transported through the handler. # So use 'Exit STATUS' instead of 'exit STATUS' inside of the tests. # Turn off errexit here so that we don't trip the bug with OSF1/Tru64 # sh inside this function. Exit () { set +e; (exit $1); exit $1; } # Print warnings (e.g., about skipped and failed tests) to this file number. # Override by defining to say, 9, in init.cfg, and putting say, # export ...ENVVAR_SETTINGS...; $(SHELL) 9>&2 # in the definition of TESTS_ENVIRONMENT in your tests/Makefile.am file. # This is useful when using automake's parallel tests mode, to print # the reason for skip/failure to console, rather than to the .log files. : ${stderr_fileno_=2} # Note that correct expansion of "$*" depends on IFS starting with ' '. # Always write the full diagnostic to stderr. # When stderr_fileno_ is not 2, also emit the first line of the # diagnostic to that file descriptor. warn_ () { # If IFS does not start with ' ', set it and emit the warning in a subshell. case $IFS in ' '*) printf '%s\n' "$*" >&2 test $stderr_fileno_ = 2 \ || { printf '%s\n' "$*" | sed 1q >&$stderr_fileno_ ; } ;; *) (IFS=' '; warn_ "$@");; esac } fail_ () { warn_ "$ME_: failed test: $@"; Exit 1; } skip_ () { warn_ "$ME_: skipped test: $@"; Exit 77; } fatal_ () { warn_ "$ME_: hard error: $@"; Exit 99; } framework_failure_ () { warn_ "$ME_: set-up failure: $@"; Exit 99; } # Sanitize this shell to POSIX mode, if possible. DUALCASE=1; export DUALCASE if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # We require $(...) support unconditionally. # We require a few additional shell features only when $EXEEXT is nonempty, # in order to support automatic $EXEEXT emulation: # - hyphen-containing alias names # - we prefer to use ${var#...} substitution, rather than having # to work around lack of support for that feature. # The following code attempts to find a shell with support for these features. # If the current shell passes the test, we're done. Otherwise, test other # shells until we find one that passes. If one is found, re-exec it. # If no acceptable shell is found, skip the current test. # # The "...set -x; P=1 true 2>err..." test is to disqualify any shell that # emits "P=1" into err, as /bin/sh from SunOS 5.11 and OpenBSD 4.7 do. # # Use "9" to indicate success (rather than 0), in case some shell acts # like Solaris 10's /bin/sh but exits successfully instead of with status 2. # Eval this code in a subshell to determine a shell's suitability. # 10 - passes all tests; ok to use # 9 - ok, but enabling "set -x" corrupts app stderr; prefer higher score # ? - not ok gl_shell_test_script_=' test $(echo y) = y || exit 1 score_=10 if test "$VERBOSE" = yes; then test -n "$( (exec 3>&1; set -x; P=1 true 2>&3) 2> /dev/null)" && score_=9 fi test -z "$EXEEXT" && exit $score_ shopt -s expand_aliases alias a-b="echo zoo" v=abx test ${v%x} = ab \ && test ${v#a} = bx \ && test $(a-b) = zoo \ && exit $score_ ' if test "x$1" = "x--no-reexec"; then shift else # Assume a working shell. Export to subshells (setup_ needs this). gl_set_x_corrupts_stderr_=false export gl_set_x_corrupts_stderr_ # Record the first marginally acceptable shell. marginal_= # Search for a shell that meets our requirements. for re_shell_ in __current__ "${CONFIG_SHELL:-no_shell}" \ /bin/sh bash dash zsh pdksh fail do test "$re_shell_" = no_shell && continue # If we've made it all the way to the sentinel, "fail" without # finding even a marginal shell, skip this test. if test "$re_shell_" = fail; then test -z "$marginal_" && skip_ failed to find an adequate shell re_shell_=$marginal_ break fi # When testing the current shell, simply "eval" the test code. # Otherwise, run it via $re_shell_ -c ... if test "$re_shell_" = __current__; then # 'eval'ing this code makes Solaris 10's /bin/sh exit with # $? set to 2. It does not evaluate any of the code after the # "unexpected" first '('. Thus, we must run it in a subshell. ( eval "$gl_shell_test_script_" ) > /dev/null 2>&1 else "$re_shell_" -c "$gl_shell_test_script_" 2>/dev/null fi st_=$? # $re_shell_ works just fine. Use it. if test $st_ = 10; then gl_set_x_corrupts_stderr_=false break fi # If this is our first marginally acceptable shell, remember it. if test "$st_:$marginal_" = 9: ; then marginal_="$re_shell_" gl_set_x_corrupts_stderr_=true fi done if test "$re_shell_" != __current__; then # Found a usable shell. Preserve -v and -x. case $- in *v*x* | *x*v*) opts_=-vx ;; *v*) opts_=-v ;; *x*) opts_=-x ;; *) opts_= ;; esac exec "$re_shell_" $opts_ "$0" --no-reexec "$@" echo "$ME_: exec failed" 1>&2 exit 127 fi fi # If this is bash, turn off all aliases. test -n "$BASH_VERSION" && unalias -a # Note that when supporting $EXEEXT (transparently mapping from PROG_NAME to # PROG_NAME.exe), we want to support hyphen-containing names like test-acos. # That is part of the shell-selection test above. Why use aliases rather # than functions? Because support for hyphen-containing aliases is more # widespread than that for hyphen-containing function names. test -n "$EXEEXT" && shopt -s expand_aliases # Enable glibc's malloc-perturbing option. # This is useful for exposing code that depends on the fact that # malloc-related functions often return memory that is mostly zeroed. # If you have the time and cycles, use valgrind to do an even better job. : ${MALLOC_PERTURB_=87} export MALLOC_PERTURB_ # This is a stub function that is run upon trap (upon regular exit and # interrupt). Override it with a per-test function, e.g., to unmount # a partition, or to undo any other global state changes. cleanup_ () { :; } # Emit a header similar to that from diff -u; Print the simulated "diff" # command so that the order of arguments is clear. Don't bother with @@ lines. emit_diff_u_header_ () { printf '%s\n' "diff -u $*" \ "--- $1 1970-01-01" \ "+++ $2 1970-01-01" } # Arrange not to let diff or cmp operate on /dev/null, # since on some systems (at least OSF/1 5.1), that doesn't work. # When there are not two arguments, or no argument is /dev/null, return 2. # When one argument is /dev/null and the other is not empty, # cat the nonempty file to stderr and return 1. # Otherwise, return 0. compare_dev_null_ () { test $# = 2 || return 2 if test "x$1" = x/dev/null; then test -s "$2" || return 0 emit_diff_u_header_ "$@"; sed 's/^/+/' "$2" return 1 fi if test "x$2" = x/dev/null; then test -s "$1" || return 0 emit_diff_u_header_ "$@"; sed 's/^/-/' "$1" return 1 fi return 2 } if diff_out_=`exec 2>/dev/null; diff -u "$0" "$0" < /dev/null` \ && diff -u Makefile "$0" 2>/dev/null | grep '^[+]#!' >/dev/null; then # diff accepts the -u option and does not (like AIX 7 'diff') produce an # extra space on column 1 of every content line. if test -z "$diff_out_"; then compare_ () { diff -u "$@"; } else compare_ () { if diff -u "$@" > diff.out; then # No differences were found, but Solaris 'diff' produces output # "No differences encountered". Hide this output. rm -f diff.out true else cat diff.out rm -f diff.out false fi } fi elif diff_out_=`exec 2>/dev/null; diff -c "$0" "$0" < /dev/null`; then if test -z "$diff_out_"; then compare_ () { diff -c "$@"; } else compare_ () { if diff -c "$@" > diff.out; then # No differences were found, but AIX and HP-UX 'diff' produce output # "No differences encountered" or "There are no differences between the # files.". Hide this output. rm -f diff.out true else cat diff.out rm -f diff.out false fi } fi elif ( cmp --version < /dev/null 2>&1 | grep GNU ) > /dev/null 2>&1; then compare_ () { cmp -s "$@"; } else compare_ () { cmp "$@"; } fi # Usage: compare EXPECTED ACTUAL # # Given compare_dev_null_'s preprocessing, defer to compare_ if 2 or more. # Otherwise, propagate $? to caller: any diffs have already been printed. compare () { # This looks like it can be factored to use a simple "case $?" # after unchecked compare_dev_null_ invocation, but that would # fail in a "set -e" environment. if compare_dev_null_ "$@"; then return 0 else case $? in 1) return 1;; *) compare_ "$@";; esac fi } # An arbitrary prefix to help distinguish test directories. testdir_prefix_ () { printf gt; } # Run the user-overridable cleanup_ function, remove the temporary # directory and exit with the incoming value of $?. remove_tmp_ () { __st=$? cleanup_ # cd out of the directory we're about to remove cd "$initial_cwd_" || cd / || cd /tmp chmod -R u+rwx "$test_dir_" # If removal fails and exit status was to be 0, then change it to 1. rm -rf "$test_dir_" || { test $__st = 0 && __st=1; } exit $__st } # Given a directory name, DIR, if every entry in it that matches *.exe # contains only the specified bytes (see the case stmt below), then print # a space-separated list of those names and return 0. Otherwise, don't # print anything and return 1. Naming constraints apply also to DIR. find_exe_basenames_ () { feb_dir_=$1 feb_fail_=0 feb_result_= feb_sp_= for feb_file_ in $feb_dir_/*.exe; do # If there was no *.exe file, or there existed a file named "*.exe" that # was deleted between the above glob expansion and the existence test # below, just skip it. test "x$feb_file_" = "x$feb_dir_/*.exe" && test ! -f "$feb_file_" \ && continue # Exempt [.exe, since we can't create a function by that name, yet # we can't invoke [ by PATH search anyways due to shell builtins. test "x$feb_file_" = "x$feb_dir_/[.exe" && continue case $feb_file_ in *[!-a-zA-Z/0-9_.+]*) feb_fail_=1; break;; *) # Remove leading file name components as well as the .exe suffix. feb_file_=${feb_file_##*/} feb_file_=${feb_file_%.exe} feb_result_="$feb_result_$feb_sp_$feb_file_";; esac feb_sp_=' ' done test $feb_fail_ = 0 && printf %s "$feb_result_" return $feb_fail_ } # Consider the files in directory, $1. # For each file name of the form PROG.exe, create an alias named # PROG that simply invokes PROG.exe, then return 0. If any selected # file name or the directory name, $1, contains an unexpected character, # define no alias and return 1. create_exe_shims_ () { case $EXEEXT in '') return 0 ;; .exe) ;; *) echo "$0: unexpected \$EXEEXT value: $EXEEXT" 1>&2; return 1 ;; esac base_names_=`find_exe_basenames_ $1` \ || { echo "$0 (exe_shim): skipping directory: $1" 1>&2; return 0; } if test -n "$base_names_"; then for base_ in $base_names_; do alias "$base_"="$base_$EXEEXT" done fi return 0 } # Use this function to prepend to PATH an absolute name for each # specified, possibly-$initial_cwd_-relative, directory. path_prepend_ () { while test $# != 0; do path_dir_=$1 case $path_dir_ in '') fail_ "invalid path dir: '$1'";; /*) abs_path_dir_=$path_dir_;; *) abs_path_dir_=`cd "$initial_cwd_/$path_dir_" && echo "$PWD"` \ || fail_ "invalid path dir: $path_dir_";; esac case $abs_path_dir_ in *:*) fail_ "invalid path dir: '$abs_path_dir_'";; esac PATH="$abs_path_dir_:$PATH" # Create an alias, FOO, for each FOO.exe in this directory. create_exe_shims_ "$abs_path_dir_" \ || fail_ "something failed (above): $abs_path_dir_" shift done export PATH } setup_ () { if test "$VERBOSE" = yes; then # Test whether set -x may cause the selected shell to corrupt an # application's stderr. Many do, including zsh-4.3.10 and the /bin/sh # from SunOS 5.11, OpenBSD 4.7 and Irix 5.x and 6.5. # If enabling verbose output this way would cause trouble, simply # issue a warning and refrain. if $gl_set_x_corrupts_stderr_; then warn_ "using SHELL=$SHELL with 'set -x' corrupts stderr" else set -x fi fi initial_cwd_=$PWD fail=0 pfx_=`testdir_prefix_` test_dir_=`mktempd_ "$initial_cwd_" "$pfx_-$ME_.XXXX"` \ || fail_ "failed to create temporary directory in $initial_cwd_" cd "$test_dir_" # As autoconf-generated configure scripts do, ensure that IFS # is defined initially, so that saving and restoring $IFS works. gl_init_sh_nl_=' ' IFS=" "" $gl_init_sh_nl_" # This trap statement, along with a trap on 0 below, ensure that the # temporary directory, $test_dir_, is removed upon exit as well as # upon receipt of any of the listed signals. for sig_ in 1 2 3 13 15; do eval "trap 'Exit $(expr $sig_ + 128)' $sig_" done } # Create a temporary directory, much like mktemp -d does. # Written by Jim Meyering. # # Usage: mktempd_ /tmp phoey.XXXXXXXXXX # # First, try to use the mktemp program. # Failing that, we'll roll our own mktemp-like function: # - try to get random bytes from /dev/urandom # - failing that, generate output from a combination of quickly-varying # sources and gzip. Ignore non-varying gzip header, and extract # "random" bits from there. # - given those bits, map to file-name bytes using tr, and try to create # the desired directory. # - make only $MAX_TRIES_ attempts # Helper function. Print $N pseudo-random bytes from a-zA-Z0-9. rand_bytes_ () { n_=$1 # Maybe try openssl rand -base64 $n_prime_|tr '+/=\012' abcd first? # But if they have openssl, they probably have mktemp, too. chars_=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 dev_rand_=/dev/urandom if test -r "$dev_rand_"; then # Note: 256-length($chars_) == 194; 3 copies of $chars_ is 186 + 8 = 194. dd ibs=$n_ count=1 if=$dev_rand_ 2>/dev/null \ | LC_ALL=C tr -c $chars_ 01234567$chars_$chars_$chars_ return fi n_plus_50_=`expr $n_ + 50` cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n' data_=` (eval "$cmds_") 2>&1 | gzip ` # Ensure that $data_ has length at least 50+$n_ while :; do len_=`echo "$data_"|wc -c` test $n_plus_50_ -le $len_ && break; data_=` (echo "$data_"; eval "$cmds_") 2>&1 | gzip ` done echo "$data_" \ | dd bs=1 skip=50 count=$n_ 2>/dev/null \ | LC_ALL=C tr -c $chars_ 01234567$chars_$chars_$chars_ } mktempd_ () { case $# in 2);; *) fail_ "Usage: mktempd_ DIR TEMPLATE";; esac destdir_=$1 template_=$2 MAX_TRIES_=4 # Disallow any trailing slash on specified destdir: # it would subvert the post-mktemp "case"-based destdir test. case $destdir_ in /) ;; */) fail_ "invalid destination dir: remove trailing slash(es)";; esac case $template_ in *XXXX) ;; *) fail_ \ "invalid template: $template_ (must have a suffix of at least 4 X's)";; esac # First, try to use mktemp. d=`unset TMPDIR; { mktemp -d -t -p "$destdir_" "$template_"; } 2>/dev/null` \ || fail=1 # The resulting name must be in the specified directory. case $d in "$destdir_"*);; *) fail=1;; esac # It must have created the directory. test -d "$d" || fail=1 # It must have 0700 permissions. Handle sticky "S" bits. perms=`ls -dgo "$d" 2>/dev/null|tr S -` || fail=1 case $perms in drwx------*) ;; *) fail=1;; esac test $fail = 0 && { echo "$d" return } # If we reach this point, we'll have to create a directory manually. # Get a copy of the template without its suffix of X's. base_template_=`echo "$template_"|sed 's/XX*$//'` # Calculate how many X's we've just removed. template_length_=`echo "$template_" | wc -c` nx_=`echo "$base_template_" | wc -c` nx_=`expr $template_length_ - $nx_` err_= i_=1 while :; do X_=`rand_bytes_ $nx_` candidate_dir_="$destdir_/$base_template_$X_" err_=`mkdir -m 0700 "$candidate_dir_" 2>&1` \ && { echo "$candidate_dir_"; return; } test $MAX_TRIES_ -le $i_ && break; i_=`expr $i_ + 1` done fail_ "$err_" } # If you want to override the testdir_prefix_ function, # or to add more utility functions, use this file. test -f "$srcdir/init.cfg" \ && . "$srcdir/init.cfg" setup_ "$@" # This trap is here, rather than in the setup_ function, because some # shells run the exit trap at shell function exit, rather than script exit. trap remove_tmp_ 0 gsasl-1.8.0/gltests/test-fstat.c0000664000000000000000000000233011746471770013465 00000000000000/* Tests of fstat() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fstat, int, (int, struct stat *)); #include #include "macros.h" int main (int argc, char *argv[]) { /* Test behaviour for invalid file descriptors. */ { struct stat statbuf; errno = 0; ASSERT (fstat (-1, &statbuf) == -1); ASSERT (errno == EBADF); } { struct stat statbuf; errno = 0; ASSERT (fstat (99, &statbuf) == -1); ASSERT (errno == EBADF); } return 0; } gsasl-1.8.0/gltests/test-fseek.c0000664000000000000000000000435411746471770013451 00000000000000/* Test of fseek() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include /* None of the files accessed by this test are large, so disable the fseek link warning if the user requested GNULIB_POSIXCHECK. */ #define _GL_NO_LARGE_FILES #include #include "signature.h" SIGNATURE_CHECK (fseek, int, (FILE *, long, int)); #include "macros.h" #ifndef FUNC_UNGETC_BROKEN # define FUNC_UNGETC_BROKEN 0 #endif int main (int argc, char **argv) { /* Assume stdin is non-empty, seekable, and starts with '#!/bin/sh' iff argc > 1. */ int expected = argc > 1 ? 0 : -1; ASSERT (fseek (stdin, 0, SEEK_CUR) == expected); if (argc > 1) { /* Test that fseek discards previously read ungetc data. */ int ch = fgetc (stdin); ASSERT (ch == '#'); ASSERT (ungetc (ch, stdin) == ch); ASSERT (fseek (stdin, 2, SEEK_SET) == 0); ch = fgetc (stdin); ASSERT (ch == '/'); if (2 < argc) { if (FUNC_UNGETC_BROKEN) { fputs ("Skipping test: ungetc cannot handle arbitrary bytes\n", stderr); return 77; } /* Test that fseek discards random ungetc data. */ ASSERT (ungetc (ch ^ 0xff, stdin) == (ch ^ 0xff)); } ASSERT (fseek (stdin, 0, SEEK_END) == 0); ASSERT (fgetc (stdin) == EOF); /* Test that fseek resets end-of-file marker. */ ASSERT (feof (stdin)); ASSERT (fseek (stdin, 0, SEEK_END) == 0); ASSERT (!feof (stdin)); } return 0; } gsasl-1.8.0/gltests/test-mbrtowc-w32-1.sh0000775000000000000000000000012211746471770014760 00000000000000#!/bin/sh # Test a CP1252 locale. ./test-mbrtowc-w32${EXEEXT} French_France 1252 gsasl-1.8.0/gltests/test-mbrtowc-w32.c0000664000000000000000000005411511746471770014442 00000000000000/* Test of conversion of multibyte character to wide character. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include #include #include #include #include #include "macros.h" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ static int test_one_locale (const char *name, int codepage) { mbstate_t state; wchar_t wc; size_t ret; # if 1 /* Portable code to set the locale. */ { char name_with_codepage[1024]; sprintf (name_with_codepage, "%s.%d", name, codepage); /* Set the locale. */ if (setlocale (LC_ALL, name_with_codepage) == NULL) return 77; } # else /* Hacky way to set a locale.codepage combination that setlocale() refuses to set. */ { /* Codepage of the current locale, set with setlocale(). Not necessarily the same as GetACP(). */ extern __declspec(dllimport) unsigned int __lc_codepage; /* Set the locale. */ if (setlocale (LC_ALL, name) == NULL) return 77; /* Clobber the codepage and MB_CUR_MAX, both set by setlocale(). */ __lc_codepage = codepage; switch (codepage) { case 1252: case 1256: MB_CUR_MAX = 1; break; case 932: case 950: case 936: MB_CUR_MAX = 2; break; case 54936: case 65001: MB_CUR_MAX = 4; break; } /* Test whether the codepage is really available. */ memset (&state, '\0', sizeof (mbstate_t)); if (mbrtowc (&wc, " ", 1, &state) == (size_t)(-1)) return 77; } # endif /* Test zero-length input. */ { memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "x", 0, &state); /* gnulib's implementation returns (size_t)(-2). The AIX 5.1 implementation returns (size_t)(-1). glibc's implementation returns 0. */ ASSERT (ret == (size_t)(-2) || ret == (size_t)(-1) || ret == 0); ASSERT (mbsinit (&state)); } /* Test NUL byte input. */ { memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "", 1, &state); ASSERT (ret == 0); ASSERT (wc == 0); ASSERT (mbsinit (&state)); ret = mbrtowc (NULL, "", 1, &state); ASSERT (ret == 0); ASSERT (mbsinit (&state)); } /* Test single-byte input. */ { int c; char buf[1]; memset (&state, '\0', sizeof (mbstate_t)); for (c = 0; c < 0x100; c++) switch (c) { case '\t': case '\v': case '\f': case ' ': case '!': case '"': case '#': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': /* c is in the ISO C "basic character set". */ buf[0] = c; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, buf, 1, &state); ASSERT (ret == 1); ASSERT (wc == c); ASSERT (mbsinit (&state)); ret = mbrtowc (NULL, buf, 1, &state); ASSERT (ret == 1); ASSERT (mbsinit (&state)); break; } } /* Test special calling convention, passing a NULL pointer. */ { memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, NULL, 5, &state); ASSERT (ret == 0); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (mbsinit (&state)); } switch (codepage) { case 1252: /* Locale encoding is CP1252, an extension of ISO-8859-1. */ { char input[] = "B\374\337er"; /* "Büßer" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'B'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 1, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == (unsigned char) '\374'); ASSERT (wc == 0x00FC); ASSERT (mbsinit (&state)); input[1] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 2, 3, &state); ASSERT (ret == 1); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 2, 3, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == (unsigned char) '\337'); ASSERT (wc == 0x00DF); ASSERT (mbsinit (&state)); input[2] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 2, &state); ASSERT (ret == 1); ASSERT (wc == 'e'); ASSERT (mbsinit (&state)); input[3] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 4, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'r'); ASSERT (mbsinit (&state)); } return 0; case 1256: /* Locale encoding is CP1256, not the same as ISO-8859-6. */ { char input[] = "x\302\341\346y"; /* "xآلوy" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'x'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 1, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == (unsigned char) '\302'); ASSERT (wc == 0x0622); ASSERT (mbsinit (&state)); input[1] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 2, 3, &state); ASSERT (ret == 1); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 2, 3, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == (unsigned char) '\341'); ASSERT (wc == 0x0644); ASSERT (mbsinit (&state)); input[2] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 2, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == (unsigned char) '\346'); ASSERT (wc == 0x0648); ASSERT (mbsinit (&state)); input[3] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 4, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'y'); ASSERT (mbsinit (&state)); } return 0; case 932: /* Locale encoding is CP932, similar to Shift_JIS. */ { char input[] = "<\223\372\226\173\214\352>"; /* "<日本語>" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == '<'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 2, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x65E5); ASSERT (mbsinit (&state)); input[1] = '\0'; input[2] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[3] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 4, 4, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x672C); ASSERT (mbsinit (&state)); input[4] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x8A9E); ASSERT (mbsinit (&state)); input[5] = '\0'; input[6] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 7, 1, &state); ASSERT (ret == 1); ASSERT (wc == '>'); ASSERT (mbsinit (&state)); /* Test some invalid input. */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\377", 1, &state); /* 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\225\377", 2, &state); /* 0x95 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); } return 0; case 950: /* Locale encoding is CP950, similar to Big5. */ { char input[] = "<\244\351\245\273\273\171>"; /* "<日本語>" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == '<'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 2, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x65E5); ASSERT (mbsinit (&state)); input[1] = '\0'; input[2] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[3] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 4, 4, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x672C); ASSERT (mbsinit (&state)); input[4] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x8A9E); ASSERT (mbsinit (&state)); input[5] = '\0'; input[6] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 7, 1, &state); ASSERT (ret == 1); ASSERT (wc == '>'); ASSERT (mbsinit (&state)); /* Test some invalid input. */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\377", 1, &state); /* 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\225\377", 2, &state); /* 0x95 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); } return 0; case 936: /* Locale encoding is CP936 = GBK, an extension of GB2312. */ { char input[] = "<\310\325\261\276\325\132>"; /* "<日本語>" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == '<'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 2, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x65E5); ASSERT (mbsinit (&state)); input[1] = '\0'; input[2] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[3] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 4, 4, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x672C); ASSERT (mbsinit (&state)); input[4] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 5, 3, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x8A9E); ASSERT (mbsinit (&state)); input[5] = '\0'; input[6] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 7, 1, &state); ASSERT (ret == 1); ASSERT (wc == '>'); ASSERT (mbsinit (&state)); /* Test some invalid input. */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\377", 1, &state); /* 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\225\377", 2, &state); /* 0x95 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); } return 0; case 54936: /* Locale encoding is CP54936 = GB18030. */ { char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'B'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[1] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 2, 7, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x00FC); ASSERT (mbsinit (&state)); input[2] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 3, 6, &state); ASSERT (ret == 4); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 6, &state); ASSERT (ret == 4); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x00DF); ASSERT (mbsinit (&state)); input[3] = '\0'; input[4] = '\0'; input[5] = '\0'; input[6] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 7, 2, &state); ASSERT (ret == 1); ASSERT (wc == 'e'); ASSERT (mbsinit (&state)); input[5] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 8, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'r'); ASSERT (mbsinit (&state)); /* Test some invalid input. */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\377", 1, &state); /* 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\225\377", 2, &state); /* 0x95 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\201\045", 2, &state); /* 0x81 0x25 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\201\060\377", 3, &state); /* 0x81 0x30 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\201\060\377\064", 4, &state); /* 0x81 0x30 0xFF 0x34 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\201\060\211\072", 4, &state); /* 0x81 0x30 0x89 0x3A */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); } return 0; case 65001: /* Locale encoding is CP65001 = UTF-8. */ { char input[] = "B\303\274\303\237er"; /* "Büßer" */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'B'); ASSERT (mbsinit (&state)); input[0] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 1, 1, &state); ASSERT (ret == (size_t)(-2)); ASSERT (wc == (wchar_t) 0xBADFACE); ASSERT (!mbsinit (&state)); input[1] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 2, 5, &state); ASSERT (ret == 1); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x00FC); ASSERT (mbsinit (&state)); input[2] = '\0'; /* Test support of NULL first argument. */ ret = mbrtowc (NULL, input + 3, 4, &state); ASSERT (ret == 2); ASSERT (mbsinit (&state)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 3, 4, &state); ASSERT (ret == 2); ASSERT (wctob (wc) == EOF); ASSERT (wc == 0x00DF); ASSERT (mbsinit (&state)); input[3] = '\0'; input[4] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 5, 2, &state); ASSERT (ret == 1); ASSERT (wc == 'e'); ASSERT (mbsinit (&state)); input[5] = '\0'; wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, input + 6, 1, &state); ASSERT (ret == 1); ASSERT (wc == 'r'); ASSERT (mbsinit (&state)); /* Test some invalid input. */ memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\377", 1, &state); /* 0xFF */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\303\300", 2, &state); /* 0xC3 0xC0 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\343\300", 2, &state); /* 0xE3 0xC0 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\343\300\200", 3, &state); /* 0xE3 0xC0 0x80 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\343\200\300", 3, &state); /* 0xE3 0x80 0xC0 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\363\300", 2, &state); /* 0xF3 0xC0 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\363\300\200\200", 4, &state); /* 0xF3 0xC0 0x80 0x80 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\363\200\300", 3, &state); /* 0xF3 0x80 0xC0 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\363\200\300\200", 4, &state); /* 0xF3 0x80 0xC0 0x80 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); memset (&state, '\0', sizeof (mbstate_t)); wc = (wchar_t) 0xBADFACE; ret = mbrtowc (&wc, "\363\200\200\300", 4, &state); /* 0xF3 0x80 0x80 0xC0 */ ASSERT (ret == (size_t)-1); ASSERT (errno == EILSEQ); } return 0; default: return 1; } } int main (int argc, char *argv[]) { int codepage = atoi (argv[argc - 1]); int result; int i; result = 77; for (i = 1; i < argc - 1; i++) { int ret = test_one_locale (argv[i], codepage); if (ret != 77) result = ret; } if (result == 77) { fprintf (stderr, "Skipping test: found no locale with codepage %d\n", codepage); } return result; } #else int main (int argc, char *argv[]) { fputs ("Skipping test: not a native Windows system\n", stderr); return 77; } #endif gsasl-1.8.0/gltests/glthread/0000775000000000000000000000000011760732127013067 500000000000000gsasl-1.8.0/gltests/glthread/lock.c0000664000000000000000000006421511746471770014123 00000000000000/* Locking in multithreaded situations. Copyright (C) 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible , 2005. Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, gthr-win32.h. */ #include #include "glthread/lock.h" /* ========================================================================= */ #if USE_POSIX_THREADS /* -------------------------- gl_lock_t datatype -------------------------- */ /* ------------------------- gl_rwlock_t datatype ------------------------- */ # if HAVE_PTHREAD_RWLOCK # if !defined PTHREAD_RWLOCK_INITIALIZER int glthread_rwlock_init_multithreaded (gl_rwlock_t *lock) { int err; err = pthread_rwlock_init (&lock->rwlock, NULL); if (err != 0) return err; lock->initialized = 1; return 0; } int glthread_rwlock_rdlock_multithreaded (gl_rwlock_t *lock) { if (!lock->initialized) { int err; err = pthread_mutex_lock (&lock->guard); if (err != 0) return err; if (!lock->initialized) { err = glthread_rwlock_init_multithreaded (lock); if (err != 0) { pthread_mutex_unlock (&lock->guard); return err; } } err = pthread_mutex_unlock (&lock->guard); if (err != 0) return err; } return pthread_rwlock_rdlock (&lock->rwlock); } int glthread_rwlock_wrlock_multithreaded (gl_rwlock_t *lock) { if (!lock->initialized) { int err; err = pthread_mutex_lock (&lock->guard); if (err != 0) return err; if (!lock->initialized) { err = glthread_rwlock_init_multithreaded (lock); if (err != 0) { pthread_mutex_unlock (&lock->guard); return err; } } err = pthread_mutex_unlock (&lock->guard); if (err != 0) return err; } return pthread_rwlock_wrlock (&lock->rwlock); } int glthread_rwlock_unlock_multithreaded (gl_rwlock_t *lock) { if (!lock->initialized) return EINVAL; return pthread_rwlock_unlock (&lock->rwlock); } int glthread_rwlock_destroy_multithreaded (gl_rwlock_t *lock) { int err; if (!lock->initialized) return EINVAL; err = pthread_rwlock_destroy (&lock->rwlock); if (err != 0) return err; lock->initialized = 0; return 0; } # endif # else int glthread_rwlock_init_multithreaded (gl_rwlock_t *lock) { int err; err = pthread_mutex_init (&lock->lock, NULL); if (err != 0) return err; err = pthread_cond_init (&lock->waiting_readers, NULL); if (err != 0) return err; err = pthread_cond_init (&lock->waiting_writers, NULL); if (err != 0) return err; lock->waiting_writers_count = 0; lock->runcount = 0; return 0; } int glthread_rwlock_rdlock_multithreaded (gl_rwlock_t *lock) { int err; err = pthread_mutex_lock (&lock->lock); if (err != 0) return err; /* Test whether only readers are currently running, and whether the runcount field will not overflow. */ /* POSIX says: "It is implementation-defined whether the calling thread acquires the lock when a writer does not hold the lock and there are writers blocked on the lock." Let's say, no: give the writers a higher priority. */ while (!(lock->runcount + 1 > 0 && lock->waiting_writers_count == 0)) { /* This thread has to wait for a while. Enqueue it among the waiting_readers. */ err = pthread_cond_wait (&lock->waiting_readers, &lock->lock); if (err != 0) { pthread_mutex_unlock (&lock->lock); return err; } } lock->runcount++; return pthread_mutex_unlock (&lock->lock); } int glthread_rwlock_wrlock_multithreaded (gl_rwlock_t *lock) { int err; err = pthread_mutex_lock (&lock->lock); if (err != 0) return err; /* Test whether no readers or writers are currently running. */ while (!(lock->runcount == 0)) { /* This thread has to wait for a while. Enqueue it among the waiting_writers. */ lock->waiting_writers_count++; err = pthread_cond_wait (&lock->waiting_writers, &lock->lock); if (err != 0) { lock->waiting_writers_count--; pthread_mutex_unlock (&lock->lock); return err; } lock->waiting_writers_count--; } lock->runcount--; /* runcount becomes -1 */ return pthread_mutex_unlock (&lock->lock); } int glthread_rwlock_unlock_multithreaded (gl_rwlock_t *lock) { int err; err = pthread_mutex_lock (&lock->lock); if (err != 0) return err; if (lock->runcount < 0) { /* Drop a writer lock. */ if (!(lock->runcount == -1)) { pthread_mutex_unlock (&lock->lock); return EINVAL; } lock->runcount = 0; } else { /* Drop a reader lock. */ if (!(lock->runcount > 0)) { pthread_mutex_unlock (&lock->lock); return EINVAL; } lock->runcount--; } if (lock->runcount == 0) { /* POSIX recommends that "write locks shall take precedence over read locks", to avoid "writer starvation". */ if (lock->waiting_writers_count > 0) { /* Wake up one of the waiting writers. */ err = pthread_cond_signal (&lock->waiting_writers); if (err != 0) { pthread_mutex_unlock (&lock->lock); return err; } } else { /* Wake up all waiting readers. */ err = pthread_cond_broadcast (&lock->waiting_readers); if (err != 0) { pthread_mutex_unlock (&lock->lock); return err; } } } return pthread_mutex_unlock (&lock->lock); } int glthread_rwlock_destroy_multithreaded (gl_rwlock_t *lock) { int err; err = pthread_mutex_destroy (&lock->lock); if (err != 0) return err; err = pthread_cond_destroy (&lock->waiting_readers); if (err != 0) return err; err = pthread_cond_destroy (&lock->waiting_writers); if (err != 0) return err; return 0; } # endif /* --------------------- gl_recursive_lock_t datatype --------------------- */ # if HAVE_PTHREAD_MUTEX_RECURSIVE # if defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER || defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) { pthread_mutexattr_t attributes; int err; err = pthread_mutexattr_init (&attributes); if (err != 0) return err; err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE); if (err != 0) { pthread_mutexattr_destroy (&attributes); return err; } err = pthread_mutex_init (lock, &attributes); if (err != 0) { pthread_mutexattr_destroy (&attributes); return err; } err = pthread_mutexattr_destroy (&attributes); if (err != 0) return err; return 0; } # else int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) { pthread_mutexattr_t attributes; int err; err = pthread_mutexattr_init (&attributes); if (err != 0) return err; err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE); if (err != 0) { pthread_mutexattr_destroy (&attributes); return err; } err = pthread_mutex_init (&lock->recmutex, &attributes); if (err != 0) { pthread_mutexattr_destroy (&attributes); return err; } err = pthread_mutexattr_destroy (&attributes); if (err != 0) return err; lock->initialized = 1; return 0; } int glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock) { if (!lock->initialized) { int err; err = pthread_mutex_lock (&lock->guard); if (err != 0) return err; if (!lock->initialized) { err = glthread_recursive_lock_init_multithreaded (lock); if (err != 0) { pthread_mutex_unlock (&lock->guard); return err; } } err = pthread_mutex_unlock (&lock->guard); if (err != 0) return err; } return pthread_mutex_lock (&lock->recmutex); } int glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock) { if (!lock->initialized) return EINVAL; return pthread_mutex_unlock (&lock->recmutex); } int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock) { int err; if (!lock->initialized) return EINVAL; err = pthread_mutex_destroy (&lock->recmutex); if (err != 0) return err; lock->initialized = 0; return 0; } # endif # else int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) { int err; err = pthread_mutex_init (&lock->mutex, NULL); if (err != 0) return err; lock->owner = (pthread_t) 0; lock->depth = 0; return 0; } int glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock) { pthread_t self = pthread_self (); if (lock->owner != self) { int err; err = pthread_mutex_lock (&lock->mutex); if (err != 0) return err; lock->owner = self; } if (++(lock->depth) == 0) /* wraparound? */ { lock->depth--; return EAGAIN; } return 0; } int glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock) { if (lock->owner != pthread_self ()) return EPERM; if (lock->depth == 0) return EINVAL; if (--(lock->depth) == 0) { lock->owner = (pthread_t) 0; return pthread_mutex_unlock (&lock->mutex); } else return 0; } int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock) { if (lock->owner != (pthread_t) 0) return EBUSY; return pthread_mutex_destroy (&lock->mutex); } # endif /* -------------------------- gl_once_t datatype -------------------------- */ static const pthread_once_t fresh_once = PTHREAD_ONCE_INIT; int glthread_once_singlethreaded (pthread_once_t *once_control) { /* We don't know whether pthread_once_t is an integer type, a floating-point type, a pointer type, or a structure type. */ char *firstbyte = (char *)once_control; if (*firstbyte == *(const char *)&fresh_once) { /* First time use of once_control. Invert the first byte. */ *firstbyte = ~ *(const char *)&fresh_once; return 1; } else return 0; } #endif /* ========================================================================= */ #if USE_PTH_THREADS /* Use the GNU Pth threads library. */ /* -------------------------- gl_lock_t datatype -------------------------- */ /* ------------------------- gl_rwlock_t datatype ------------------------- */ /* --------------------- gl_recursive_lock_t datatype --------------------- */ /* -------------------------- gl_once_t datatype -------------------------- */ static void glthread_once_call (void *arg) { void (**gl_once_temp_addr) (void) = (void (**) (void)) arg; void (*initfunction) (void) = *gl_once_temp_addr; initfunction (); } int glthread_once_multithreaded (pth_once_t *once_control, void (*initfunction) (void)) { void (*temp) (void) = initfunction; return (!pth_once (once_control, glthread_once_call, &temp) ? errno : 0); } int glthread_once_singlethreaded (pth_once_t *once_control) { /* We know that pth_once_t is an integer type. */ if (*once_control == PTH_ONCE_INIT) { /* First time use of once_control. Invert the marker. */ *once_control = ~ PTH_ONCE_INIT; return 1; } else return 0; } #endif /* ========================================================================= */ #if USE_SOLARIS_THREADS /* Use the old Solaris threads library. */ /* -------------------------- gl_lock_t datatype -------------------------- */ /* ------------------------- gl_rwlock_t datatype ------------------------- */ /* --------------------- gl_recursive_lock_t datatype --------------------- */ int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) { int err; err = mutex_init (&lock->mutex, USYNC_THREAD, NULL); if (err != 0) return err; lock->owner = (thread_t) 0; lock->depth = 0; return 0; } int glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock) { thread_t self = thr_self (); if (lock->owner != self) { int err; err = mutex_lock (&lock->mutex); if (err != 0) return err; lock->owner = self; } if (++(lock->depth) == 0) /* wraparound? */ { lock->depth--; return EAGAIN; } return 0; } int glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock) { if (lock->owner != thr_self ()) return EPERM; if (lock->depth == 0) return EINVAL; if (--(lock->depth) == 0) { lock->owner = (thread_t) 0; return mutex_unlock (&lock->mutex); } else return 0; } int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock) { if (lock->owner != (thread_t) 0) return EBUSY; return mutex_destroy (&lock->mutex); } /* -------------------------- gl_once_t datatype -------------------------- */ int glthread_once_multithreaded (gl_once_t *once_control, void (*initfunction) (void)) { if (!once_control->inited) { int err; /* Use the mutex to guarantee that if another thread is already calling the initfunction, this thread waits until it's finished. */ err = mutex_lock (&once_control->mutex); if (err != 0) return err; if (!once_control->inited) { once_control->inited = 1; initfunction (); } return mutex_unlock (&once_control->mutex); } else return 0; } int glthread_once_singlethreaded (gl_once_t *once_control) { /* We know that gl_once_t contains an integer type. */ if (!once_control->inited) { /* First time use of once_control. Invert the marker. */ once_control->inited = ~ 0; return 1; } else return 0; } #endif /* ========================================================================= */ #if USE_WINDOWS_THREADS /* -------------------------- gl_lock_t datatype -------------------------- */ void glthread_lock_init_func (gl_lock_t *lock) { InitializeCriticalSection (&lock->lock); lock->guard.done = 1; } int glthread_lock_lock_func (gl_lock_t *lock) { if (!lock->guard.done) { if (InterlockedIncrement (&lock->guard.started) == 0) /* This thread is the first one to need this lock. Initialize it. */ glthread_lock_init (lock); else /* Yield the CPU while waiting for another thread to finish initializing this lock. */ while (!lock->guard.done) Sleep (0); } EnterCriticalSection (&lock->lock); return 0; } int glthread_lock_unlock_func (gl_lock_t *lock) { if (!lock->guard.done) return EINVAL; LeaveCriticalSection (&lock->lock); return 0; } int glthread_lock_destroy_func (gl_lock_t *lock) { if (!lock->guard.done) return EINVAL; DeleteCriticalSection (&lock->lock); lock->guard.done = 0; return 0; } /* ------------------------- gl_rwlock_t datatype ------------------------- */ /* In this file, the waitqueues are implemented as circular arrays. */ #define gl_waitqueue_t gl_carray_waitqueue_t static inline void gl_waitqueue_init (gl_waitqueue_t *wq) { wq->array = NULL; wq->count = 0; wq->alloc = 0; wq->offset = 0; } /* Enqueues the current thread, represented by an event, in a wait queue. Returns INVALID_HANDLE_VALUE if an allocation failure occurs. */ static HANDLE gl_waitqueue_add (gl_waitqueue_t *wq) { HANDLE event; unsigned int index; if (wq->count == wq->alloc) { unsigned int new_alloc = 2 * wq->alloc + 1; HANDLE *new_array = (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE)); if (new_array == NULL) /* No more memory. */ return INVALID_HANDLE_VALUE; /* Now is a good opportunity to rotate the array so that its contents starts at offset 0. */ if (wq->offset > 0) { unsigned int old_count = wq->count; unsigned int old_alloc = wq->alloc; unsigned int old_offset = wq->offset; unsigned int i; if (old_offset + old_count > old_alloc) { unsigned int limit = old_offset + old_count - old_alloc; for (i = 0; i < limit; i++) new_array[old_alloc + i] = new_array[i]; } for (i = 0; i < old_count; i++) new_array[i] = new_array[old_offset + i]; wq->offset = 0; } wq->array = new_array; wq->alloc = new_alloc; } /* Whether the created event is a manual-reset one or an auto-reset one, does not matter, since we will wait on it only once. */ event = CreateEvent (NULL, TRUE, FALSE, NULL); if (event == INVALID_HANDLE_VALUE) /* No way to allocate an event. */ return INVALID_HANDLE_VALUE; index = wq->offset + wq->count; if (index >= wq->alloc) index -= wq->alloc; wq->array[index] = event; wq->count++; return event; } /* Notifies the first thread from a wait queue and dequeues it. */ static inline void gl_waitqueue_notify_first (gl_waitqueue_t *wq) { SetEvent (wq->array[wq->offset + 0]); wq->offset++; wq->count--; if (wq->count == 0 || wq->offset == wq->alloc) wq->offset = 0; } /* Notifies all threads from a wait queue and dequeues them all. */ static inline void gl_waitqueue_notify_all (gl_waitqueue_t *wq) { unsigned int i; for (i = 0; i < wq->count; i++) { unsigned int index = wq->offset + i; if (index >= wq->alloc) index -= wq->alloc; SetEvent (wq->array[index]); } wq->count = 0; wq->offset = 0; } void glthread_rwlock_init_func (gl_rwlock_t *lock) { InitializeCriticalSection (&lock->lock); gl_waitqueue_init (&lock->waiting_readers); gl_waitqueue_init (&lock->waiting_writers); lock->runcount = 0; lock->guard.done = 1; } int glthread_rwlock_rdlock_func (gl_rwlock_t *lock) { if (!lock->guard.done) { if (InterlockedIncrement (&lock->guard.started) == 0) /* This thread is the first one to need this lock. Initialize it. */ glthread_rwlock_init (lock); else /* Yield the CPU while waiting for another thread to finish initializing this lock. */ while (!lock->guard.done) Sleep (0); } EnterCriticalSection (&lock->lock); /* Test whether only readers are currently running, and whether the runcount field will not overflow. */ if (!(lock->runcount + 1 > 0)) { /* This thread has to wait for a while. Enqueue it among the waiting_readers. */ HANDLE event = gl_waitqueue_add (&lock->waiting_readers); if (event != INVALID_HANDLE_VALUE) { DWORD result; LeaveCriticalSection (&lock->lock); /* Wait until another thread signals this event. */ result = WaitForSingleObject (event, INFINITE); if (result == WAIT_FAILED || result == WAIT_TIMEOUT) abort (); CloseHandle (event); /* The thread which signalled the event already did the bookkeeping: removed us from the waiting_readers, incremented lock->runcount. */ if (!(lock->runcount > 0)) abort (); return 0; } else { /* Allocation failure. Weird. */ do { LeaveCriticalSection (&lock->lock); Sleep (1); EnterCriticalSection (&lock->lock); } while (!(lock->runcount + 1 > 0)); } } lock->runcount++; LeaveCriticalSection (&lock->lock); return 0; } int glthread_rwlock_wrlock_func (gl_rwlock_t *lock) { if (!lock->guard.done) { if (InterlockedIncrement (&lock->guard.started) == 0) /* This thread is the first one to need this lock. Initialize it. */ glthread_rwlock_init (lock); else /* Yield the CPU while waiting for another thread to finish initializing this lock. */ while (!lock->guard.done) Sleep (0); } EnterCriticalSection (&lock->lock); /* Test whether no readers or writers are currently running. */ if (!(lock->runcount == 0)) { /* This thread has to wait for a while. Enqueue it among the waiting_writers. */ HANDLE event = gl_waitqueue_add (&lock->waiting_writers); if (event != INVALID_HANDLE_VALUE) { DWORD result; LeaveCriticalSection (&lock->lock); /* Wait until another thread signals this event. */ result = WaitForSingleObject (event, INFINITE); if (result == WAIT_FAILED || result == WAIT_TIMEOUT) abort (); CloseHandle (event); /* The thread which signalled the event already did the bookkeeping: removed us from the waiting_writers, set lock->runcount = -1. */ if (!(lock->runcount == -1)) abort (); return 0; } else { /* Allocation failure. Weird. */ do { LeaveCriticalSection (&lock->lock); Sleep (1); EnterCriticalSection (&lock->lock); } while (!(lock->runcount == 0)); } } lock->runcount--; /* runcount becomes -1 */ LeaveCriticalSection (&lock->lock); return 0; } int glthread_rwlock_unlock_func (gl_rwlock_t *lock) { if (!lock->guard.done) return EINVAL; EnterCriticalSection (&lock->lock); if (lock->runcount < 0) { /* Drop a writer lock. */ if (!(lock->runcount == -1)) abort (); lock->runcount = 0; } else { /* Drop a reader lock. */ if (!(lock->runcount > 0)) { LeaveCriticalSection (&lock->lock); return EPERM; } lock->runcount--; } if (lock->runcount == 0) { /* POSIX recommends that "write locks shall take precedence over read locks", to avoid "writer starvation". */ if (lock->waiting_writers.count > 0) { /* Wake up one of the waiting writers. */ lock->runcount--; gl_waitqueue_notify_first (&lock->waiting_writers); } else { /* Wake up all waiting readers. */ lock->runcount += lock->waiting_readers.count; gl_waitqueue_notify_all (&lock->waiting_readers); } } LeaveCriticalSection (&lock->lock); return 0; } int glthread_rwlock_destroy_func (gl_rwlock_t *lock) { if (!lock->guard.done) return EINVAL; if (lock->runcount != 0) return EBUSY; DeleteCriticalSection (&lock->lock); if (lock->waiting_readers.array != NULL) free (lock->waiting_readers.array); if (lock->waiting_writers.array != NULL) free (lock->waiting_writers.array); lock->guard.done = 0; return 0; } /* --------------------- gl_recursive_lock_t datatype --------------------- */ void glthread_recursive_lock_init_func (gl_recursive_lock_t *lock) { lock->owner = 0; lock->depth = 0; InitializeCriticalSection (&lock->lock); lock->guard.done = 1; } int glthread_recursive_lock_lock_func (gl_recursive_lock_t *lock) { if (!lock->guard.done) { if (InterlockedIncrement (&lock->guard.started) == 0) /* This thread is the first one to need this lock. Initialize it. */ glthread_recursive_lock_init (lock); else /* Yield the CPU while waiting for another thread to finish initializing this lock. */ while (!lock->guard.done) Sleep (0); } { DWORD self = GetCurrentThreadId (); if (lock->owner != self) { EnterCriticalSection (&lock->lock); lock->owner = self; } if (++(lock->depth) == 0) /* wraparound? */ { lock->depth--; return EAGAIN; } } return 0; } int glthread_recursive_lock_unlock_func (gl_recursive_lock_t *lock) { if (lock->owner != GetCurrentThreadId ()) return EPERM; if (lock->depth == 0) return EINVAL; if (--(lock->depth) == 0) { lock->owner = 0; LeaveCriticalSection (&lock->lock); } return 0; } int glthread_recursive_lock_destroy_func (gl_recursive_lock_t *lock) { if (lock->owner != 0) return EBUSY; DeleteCriticalSection (&lock->lock); lock->guard.done = 0; return 0; } /* -------------------------- gl_once_t datatype -------------------------- */ void glthread_once_func (gl_once_t *once_control, void (*initfunction) (void)) { if (once_control->inited <= 0) { if (InterlockedIncrement (&once_control->started) == 0) { /* This thread is the first one to come to this once_control. */ InitializeCriticalSection (&once_control->lock); EnterCriticalSection (&once_control->lock); once_control->inited = 0; initfunction (); once_control->inited = 1; LeaveCriticalSection (&once_control->lock); } else { /* Undo last operation. */ InterlockedDecrement (&once_control->started); /* Some other thread has already started the initialization. Yield the CPU while waiting for the other thread to finish initializing and taking the lock. */ while (once_control->inited < 0) Sleep (0); if (once_control->inited <= 0) { /* Take the lock. This blocks until the other thread has finished calling the initfunction. */ EnterCriticalSection (&once_control->lock); LeaveCriticalSection (&once_control->lock); if (!(once_control->inited > 0)) abort (); } } } } #endif /* ========================================================================= */ gsasl-1.8.0/gltests/glthread/threadlib.c0000664000000000000000000000353611746471770015130 00000000000000/* Multithreading primitives. Copyright (C) 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible , 2005. */ #include /* ========================================================================= */ #if USE_POSIX_THREADS /* Use the POSIX threads library. */ # include # include # if PTHREAD_IN_USE_DETECTION_HARD /* The function to be executed by a dummy thread. */ static void * dummy_thread_func (void *arg) { return arg; } int glthread_in_use (void) { static int tested; static int result; /* 1: linked with -lpthread, 0: only with libc */ if (!tested) { pthread_t thread; if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0) /* Thread creation failed. */ result = 0; else { /* Thread creation works. */ void *retval; if (pthread_join (thread, &retval) != 0) abort (); result = 1; } tested = 1; } return result; } # endif #endif /* ========================================================================= */ /* This declaration is solely to ensure that after preprocessing this file is never empty. */ typedef int dummy; gsasl-1.8.0/gltests/glthread/thread.c0000664000000000000000000001416711746471770014443 00000000000000/* Creating and controlling threads. Copyright (C) 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible , 2005. Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, gthr-win32.h. */ #include /* Specification. */ #include "glthread/thread.h" #include #include "glthread/lock.h" /* ========================================================================= */ #if USE_POSIX_THREADS #include #ifdef PTW32_VERSION const gl_thread_t gl_null_thread /* = { .p = NULL } */; #endif #endif /* ========================================================================= */ #if USE_WINDOWS_THREADS #include /* -------------------------- gl_thread_t datatype -------------------------- */ /* The Thread-Local Storage (TLS) key that allows to access each thread's 'struct gl_thread_struct *' pointer. */ static DWORD self_key = (DWORD)-1; /* Initializes self_key. This function must only be called once. */ static void do_init_self_key (void) { self_key = TlsAlloc (); /* If this fails, we're hosed. */ if (self_key == (DWORD)-1) abort (); } /* Initializes self_key. */ static void init_self_key (void) { gl_once_define(static, once) gl_once (once, do_init_self_key); } /* This structure contains information about a thread. It is stored in TLS under key self_key. */ struct gl_thread_struct { /* Fields for managing the handle. */ HANDLE volatile handle; CRITICAL_SECTION handle_lock; /* Fields for managing the exit value. */ void * volatile result; /* Fields for managing the thread start. */ void * (*func) (void *); void *arg; }; /* Return a real HANDLE object for the current thread. */ static inline HANDLE get_current_thread_handle (void) { HANDLE this_handle; /* GetCurrentThread() returns a pseudo-handle, i.e. only a symbolic identifier, not a real handle. */ if (!DuplicateHandle (GetCurrentProcess (), GetCurrentThread (), GetCurrentProcess (), &this_handle, 0, FALSE, DUPLICATE_SAME_ACCESS)) abort (); return this_handle; } gl_thread_t gl_thread_self_func (void) { gl_thread_t thread; if (self_key == (DWORD)-1) init_self_key (); thread = TlsGetValue (self_key); if (thread == NULL) { /* This happens only in threads that have not been created through glthread_create(), such as the main thread. */ for (;;) { thread = (struct gl_thread_struct *) malloc (sizeof (struct gl_thread_struct)); if (thread != NULL) break; /* Memory allocation failed. There is not much we can do. Have to busy-loop, waiting for the availability of memory. */ Sleep (1); } thread->handle = get_current_thread_handle (); InitializeCriticalSection (&thread->handle_lock); thread->result = NULL; /* just to be deterministic */ TlsSetValue (self_key, thread); } return thread; } /* The main function of a freshly creating thread. It's a wrapper around the FUNC and ARG arguments passed to glthread_create_func. */ static unsigned int WINAPI wrapper_func (void *varg) { struct gl_thread_struct *thread = (struct gl_thread_struct *)varg; EnterCriticalSection (&thread->handle_lock); /* Create a new handle for the thread only if the parent thread did not yet fill in the handle. */ if (thread->handle == NULL) thread->handle = get_current_thread_handle (); LeaveCriticalSection (&thread->handle_lock); if (self_key == (DWORD)-1) init_self_key (); TlsSetValue (self_key, thread); /* Run the thread. Store the exit value if the thread was not terminated otherwise. */ thread->result = thread->func (thread->arg); return 0; } int glthread_create_func (gl_thread_t *threadp, void * (*func) (void *), void *arg) { struct gl_thread_struct *thread = (struct gl_thread_struct *) malloc (sizeof (struct gl_thread_struct)); if (thread == NULL) return ENOMEM; thread->handle = NULL; InitializeCriticalSection (&thread->handle_lock); thread->result = NULL; /* just to be deterministic */ thread->func = func; thread->arg = arg; { unsigned int thread_id; HANDLE thread_handle; thread_handle = (HANDLE) _beginthreadex (NULL, 100000, wrapper_func, thread, 0, &thread_id); /* calls CreateThread with the same arguments */ if (thread_handle == NULL) { DeleteCriticalSection (&thread->handle_lock); free (thread); return EAGAIN; } EnterCriticalSection (&thread->handle_lock); if (thread->handle == NULL) thread->handle = thread_handle; else /* thread->handle was already set by the thread itself. */ CloseHandle (thread_handle); LeaveCriticalSection (&thread->handle_lock); *threadp = thread; return 0; } } int glthread_join_func (gl_thread_t thread, void **retvalp) { if (thread == NULL) return EINVAL; if (thread == gl_thread_self ()) return EDEADLK; if (WaitForSingleObject (thread->handle, INFINITE) == WAIT_FAILED) return EINVAL; if (retvalp != NULL) *retvalp = thread->result; DeleteCriticalSection (&thread->handle_lock); CloseHandle (thread->handle); free (thread); return 0; } int gl_thread_exit_func (void *retval) { gl_thread_t thread = gl_thread_self (); thread->result = retval; _endthreadex (0); /* calls ExitThread (0) */ abort (); } #endif /* ========================================================================= */ gsasl-1.8.0/gltests/glthread/lock.h0000664000000000000000000010665211746471770014132 00000000000000/* Locking in multithreaded situations. Copyright (C) 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible , 2005. Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, gthr-win32.h. */ /* This file contains locking primitives for use with a given thread library. It does not contain primitives for creating threads or for other synchronization primitives. Normal (non-recursive) locks: Type: gl_lock_t Declaration: gl_lock_define(extern, name) Initializer: gl_lock_define_initialized(, name) Initialization: gl_lock_init (name); Taking the lock: gl_lock_lock (name); Releasing the lock: gl_lock_unlock (name); De-initialization: gl_lock_destroy (name); Equivalent functions with control of error handling: Initialization: err = glthread_lock_init (&name); Taking the lock: err = glthread_lock_lock (&name); Releasing the lock: err = glthread_lock_unlock (&name); De-initialization: err = glthread_lock_destroy (&name); Read-Write (non-recursive) locks: Type: gl_rwlock_t Declaration: gl_rwlock_define(extern, name) Initializer: gl_rwlock_define_initialized(, name) Initialization: gl_rwlock_init (name); Taking the lock: gl_rwlock_rdlock (name); gl_rwlock_wrlock (name); Releasing the lock: gl_rwlock_unlock (name); De-initialization: gl_rwlock_destroy (name); Equivalent functions with control of error handling: Initialization: err = glthread_rwlock_init (&name); Taking the lock: err = glthread_rwlock_rdlock (&name); err = glthread_rwlock_wrlock (&name); Releasing the lock: err = glthread_rwlock_unlock (&name); De-initialization: err = glthread_rwlock_destroy (&name); Recursive locks: Type: gl_recursive_lock_t Declaration: gl_recursive_lock_define(extern, name) Initializer: gl_recursive_lock_define_initialized(, name) Initialization: gl_recursive_lock_init (name); Taking the lock: gl_recursive_lock_lock (name); Releasing the lock: gl_recursive_lock_unlock (name); De-initialization: gl_recursive_lock_destroy (name); Equivalent functions with control of error handling: Initialization: err = glthread_recursive_lock_init (&name); Taking the lock: err = glthread_recursive_lock_lock (&name); Releasing the lock: err = glthread_recursive_lock_unlock (&name); De-initialization: err = glthread_recursive_lock_destroy (&name); Once-only execution: Type: gl_once_t Initializer: gl_once_define(extern, name) Execution: gl_once (name, initfunction); Equivalent functions with control of error handling: Execution: err = glthread_once (&name, initfunction); */ #ifndef _LOCK_H #define _LOCK_H #include #include /* ========================================================================= */ #if USE_POSIX_THREADS /* Use the POSIX threads library. */ # include # ifdef __cplusplus extern "C" { # endif # if PTHREAD_IN_USE_DETECTION_HARD /* The pthread_in_use() detection needs to be done at runtime. */ # define pthread_in_use() \ glthread_in_use () extern int glthread_in_use (void); # endif # if USE_POSIX_THREADS_WEAK /* Use weak references to the POSIX threads library. */ /* Weak references avoid dragging in external libraries if the other parts of the program don't use them. Here we use them, because we don't want every program that uses libintl to depend on libpthread. This assumes that libpthread would not be loaded after libintl; i.e. if libintl is loaded first, by an executable that does not depend on libpthread, and then a module is dynamically loaded that depends on libpthread, libintl will not be multithread-safe. */ /* The way to test at runtime whether libpthread is present is to test whether a function pointer's value, such as &pthread_mutex_init, is non-NULL. However, some versions of GCC have a bug through which, in PIC mode, &foo != NULL always evaluates to true if there is a direct call to foo(...) in the same function. To avoid this, we test the address of a function in libpthread that we don't use. */ # pragma weak pthread_mutex_init # pragma weak pthread_mutex_lock # pragma weak pthread_mutex_unlock # pragma weak pthread_mutex_destroy # pragma weak pthread_rwlock_init # pragma weak pthread_rwlock_rdlock # pragma weak pthread_rwlock_wrlock # pragma weak pthread_rwlock_unlock # pragma weak pthread_rwlock_destroy # pragma weak pthread_once # pragma weak pthread_cond_init # pragma weak pthread_cond_wait # pragma weak pthread_cond_signal # pragma weak pthread_cond_broadcast # pragma weak pthread_cond_destroy # pragma weak pthread_mutexattr_init # pragma weak pthread_mutexattr_settype # pragma weak pthread_mutexattr_destroy # ifndef pthread_self # pragma weak pthread_self # endif # if !PTHREAD_IN_USE_DETECTION_HARD # pragma weak pthread_cancel # define pthread_in_use() (pthread_cancel != NULL) # endif # else # if !PTHREAD_IN_USE_DETECTION_HARD # define pthread_in_use() 1 # endif # endif /* -------------------------- gl_lock_t datatype -------------------------- */ typedef pthread_mutex_t gl_lock_t; # define gl_lock_define(STORAGECLASS, NAME) \ STORAGECLASS pthread_mutex_t NAME; # define gl_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS pthread_mutex_t NAME = gl_lock_initializer; # define gl_lock_initializer \ PTHREAD_MUTEX_INITIALIZER # define glthread_lock_init(LOCK) \ (pthread_in_use () ? pthread_mutex_init (LOCK, NULL) : 0) # define glthread_lock_lock(LOCK) \ (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0) # define glthread_lock_unlock(LOCK) \ (pthread_in_use () ? pthread_mutex_unlock (LOCK) : 0) # define glthread_lock_destroy(LOCK) \ (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0) /* ------------------------- gl_rwlock_t datatype ------------------------- */ # if HAVE_PTHREAD_RWLOCK # ifdef PTHREAD_RWLOCK_INITIALIZER typedef pthread_rwlock_t gl_rwlock_t; # define gl_rwlock_define(STORAGECLASS, NAME) \ STORAGECLASS pthread_rwlock_t NAME; # define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS pthread_rwlock_t NAME = gl_rwlock_initializer; # define gl_rwlock_initializer \ PTHREAD_RWLOCK_INITIALIZER # define glthread_rwlock_init(LOCK) \ (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0) # define glthread_rwlock_rdlock(LOCK) \ (pthread_in_use () ? pthread_rwlock_rdlock (LOCK) : 0) # define glthread_rwlock_wrlock(LOCK) \ (pthread_in_use () ? pthread_rwlock_wrlock (LOCK) : 0) # define glthread_rwlock_unlock(LOCK) \ (pthread_in_use () ? pthread_rwlock_unlock (LOCK) : 0) # define glthread_rwlock_destroy(LOCK) \ (pthread_in_use () ? pthread_rwlock_destroy (LOCK) : 0) # else typedef struct { int initialized; pthread_mutex_t guard; /* protects the initialization */ pthread_rwlock_t rwlock; /* read-write lock */ } gl_rwlock_t; # define gl_rwlock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_rwlock_t NAME; # define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_rwlock_t NAME = gl_rwlock_initializer; # define gl_rwlock_initializer \ { 0, PTHREAD_MUTEX_INITIALIZER } # define glthread_rwlock_init(LOCK) \ (pthread_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0) # define glthread_rwlock_rdlock(LOCK) \ (pthread_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0) # define glthread_rwlock_wrlock(LOCK) \ (pthread_in_use () ? glthread_rwlock_wrlock_multithreaded (LOCK) : 0) # define glthread_rwlock_unlock(LOCK) \ (pthread_in_use () ? glthread_rwlock_unlock_multithreaded (LOCK) : 0) # define glthread_rwlock_destroy(LOCK) \ (pthread_in_use () ? glthread_rwlock_destroy_multithreaded (LOCK) : 0) extern int glthread_rwlock_init_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_rdlock_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_wrlock_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_unlock_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_destroy_multithreaded (gl_rwlock_t *lock); # endif # else typedef struct { pthread_mutex_t lock; /* protects the remaining fields */ pthread_cond_t waiting_readers; /* waiting readers */ pthread_cond_t waiting_writers; /* waiting writers */ unsigned int waiting_writers_count; /* number of waiting writers */ int runcount; /* number of readers running, or -1 when a writer runs */ } gl_rwlock_t; # define gl_rwlock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_rwlock_t NAME; # define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_rwlock_t NAME = gl_rwlock_initializer; # define gl_rwlock_initializer \ { PTHREAD_MUTEX_INITIALIZER, PTHREAD_COND_INITIALIZER, PTHREAD_COND_INITIALIZER, 0, 0 } # define glthread_rwlock_init(LOCK) \ (pthread_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0) # define glthread_rwlock_rdlock(LOCK) \ (pthread_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0) # define glthread_rwlock_wrlock(LOCK) \ (pthread_in_use () ? glthread_rwlock_wrlock_multithreaded (LOCK) : 0) # define glthread_rwlock_unlock(LOCK) \ (pthread_in_use () ? glthread_rwlock_unlock_multithreaded (LOCK) : 0) # define glthread_rwlock_destroy(LOCK) \ (pthread_in_use () ? glthread_rwlock_destroy_multithreaded (LOCK) : 0) extern int glthread_rwlock_init_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_rdlock_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_wrlock_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_unlock_multithreaded (gl_rwlock_t *lock); extern int glthread_rwlock_destroy_multithreaded (gl_rwlock_t *lock); # endif /* --------------------- gl_recursive_lock_t datatype --------------------- */ # if HAVE_PTHREAD_MUTEX_RECURSIVE # if defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER || defined PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP typedef pthread_mutex_t gl_recursive_lock_t; # define gl_recursive_lock_define(STORAGECLASS, NAME) \ STORAGECLASS pthread_mutex_t NAME; # define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS pthread_mutex_t NAME = gl_recursive_lock_initializer; # ifdef PTHREAD_RECURSIVE_MUTEX_INITIALIZER # define gl_recursive_lock_initializer \ PTHREAD_RECURSIVE_MUTEX_INITIALIZER # else # define gl_recursive_lock_initializer \ PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP # endif # define glthread_recursive_lock_init(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_init_multithreaded (LOCK) : 0) # define glthread_recursive_lock_lock(LOCK) \ (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0) # define glthread_recursive_lock_unlock(LOCK) \ (pthread_in_use () ? pthread_mutex_unlock (LOCK) : 0) # define glthread_recursive_lock_destroy(LOCK) \ (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0) extern int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock); # else typedef struct { pthread_mutex_t recmutex; /* recursive mutex */ pthread_mutex_t guard; /* protects the initialization */ int initialized; } gl_recursive_lock_t; # define gl_recursive_lock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME; # define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; # define gl_recursive_lock_initializer \ { PTHREAD_MUTEX_INITIALIZER, PTHREAD_MUTEX_INITIALIZER, 0 } # define glthread_recursive_lock_init(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_init_multithreaded (LOCK) : 0) # define glthread_recursive_lock_lock(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_lock_multithreaded (LOCK) : 0) # define glthread_recursive_lock_unlock(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_unlock_multithreaded (LOCK) : 0) # define glthread_recursive_lock_destroy(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_destroy_multithreaded (LOCK) : 0) extern int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock); # endif # else /* Old versions of POSIX threads on Solaris did not have recursive locks. We have to implement them ourselves. */ typedef struct { pthread_mutex_t mutex; pthread_t owner; unsigned long depth; } gl_recursive_lock_t; # define gl_recursive_lock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME; # define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; # define gl_recursive_lock_initializer \ { PTHREAD_MUTEX_INITIALIZER, (pthread_t) 0, 0 } # define glthread_recursive_lock_init(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_init_multithreaded (LOCK) : 0) # define glthread_recursive_lock_lock(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_lock_multithreaded (LOCK) : 0) # define glthread_recursive_lock_unlock(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_unlock_multithreaded (LOCK) : 0) # define glthread_recursive_lock_destroy(LOCK) \ (pthread_in_use () ? glthread_recursive_lock_destroy_multithreaded (LOCK) : 0) extern int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock); # endif /* -------------------------- gl_once_t datatype -------------------------- */ typedef pthread_once_t gl_once_t; # define gl_once_define(STORAGECLASS, NAME) \ STORAGECLASS pthread_once_t NAME = PTHREAD_ONCE_INIT; # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ (pthread_in_use () \ ? pthread_once (ONCE_CONTROL, INITFUNCTION) \ : (glthread_once_singlethreaded (ONCE_CONTROL) ? (INITFUNCTION (), 0) : 0)) extern int glthread_once_singlethreaded (pthread_once_t *once_control); # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_PTH_THREADS /* Use the GNU Pth threads library. */ # include # ifdef __cplusplus extern "C" { # endif # if USE_PTH_THREADS_WEAK /* Use weak references to the GNU Pth threads library. */ # pragma weak pth_mutex_init # pragma weak pth_mutex_acquire # pragma weak pth_mutex_release # pragma weak pth_rwlock_init # pragma weak pth_rwlock_acquire # pragma weak pth_rwlock_release # pragma weak pth_once # pragma weak pth_cancel # define pth_in_use() (pth_cancel != NULL) # else # define pth_in_use() 1 # endif /* -------------------------- gl_lock_t datatype -------------------------- */ typedef pth_mutex_t gl_lock_t; # define gl_lock_define(STORAGECLASS, NAME) \ STORAGECLASS pth_mutex_t NAME; # define gl_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS pth_mutex_t NAME = gl_lock_initializer; # define gl_lock_initializer \ PTH_MUTEX_INIT # define glthread_lock_init(LOCK) \ (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0) # define glthread_lock_lock(LOCK) \ (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0) # define glthread_lock_unlock(LOCK) \ (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0) # define glthread_lock_destroy(LOCK) \ ((void)(LOCK), 0) /* ------------------------- gl_rwlock_t datatype ------------------------- */ typedef pth_rwlock_t gl_rwlock_t; # define gl_rwlock_define(STORAGECLASS, NAME) \ STORAGECLASS pth_rwlock_t NAME; # define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS pth_rwlock_t NAME = gl_rwlock_initializer; # define gl_rwlock_initializer \ PTH_RWLOCK_INIT # define glthread_rwlock_init(LOCK) \ (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0) # define glthread_rwlock_rdlock(LOCK) \ (pth_in_use () && !pth_rwlock_acquire (LOCK, PTH_RWLOCK_RD, 0, NULL) ? errno : 0) # define glthread_rwlock_wrlock(LOCK) \ (pth_in_use () && !pth_rwlock_acquire (LOCK, PTH_RWLOCK_RW, 0, NULL) ? errno : 0) # define glthread_rwlock_unlock(LOCK) \ (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0) # define glthread_rwlock_destroy(LOCK) \ ((void)(LOCK), 0) /* --------------------- gl_recursive_lock_t datatype --------------------- */ /* In Pth, mutexes are recursive by default. */ typedef pth_mutex_t gl_recursive_lock_t; # define gl_recursive_lock_define(STORAGECLASS, NAME) \ STORAGECLASS pth_mutex_t NAME; # define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS pth_mutex_t NAME = gl_recursive_lock_initializer; # define gl_recursive_lock_initializer \ PTH_MUTEX_INIT # define glthread_recursive_lock_init(LOCK) \ (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0) # define glthread_recursive_lock_lock(LOCK) \ (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0) # define glthread_recursive_lock_unlock(LOCK) \ (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0) # define glthread_recursive_lock_destroy(LOCK) \ ((void)(LOCK), 0) /* -------------------------- gl_once_t datatype -------------------------- */ typedef pth_once_t gl_once_t; # define gl_once_define(STORAGECLASS, NAME) \ STORAGECLASS pth_once_t NAME = PTH_ONCE_INIT; # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ (pth_in_use () \ ? glthread_once_multithreaded (ONCE_CONTROL, INITFUNCTION) \ : (glthread_once_singlethreaded (ONCE_CONTROL) ? (INITFUNCTION (), 0) : 0)) extern int glthread_once_multithreaded (pth_once_t *once_control, void (*initfunction) (void)); extern int glthread_once_singlethreaded (pth_once_t *once_control); # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_SOLARIS_THREADS /* Use the old Solaris threads library. */ # include # include # ifdef __cplusplus extern "C" { # endif # if USE_SOLARIS_THREADS_WEAK /* Use weak references to the old Solaris threads library. */ # pragma weak mutex_init # pragma weak mutex_lock # pragma weak mutex_unlock # pragma weak mutex_destroy # pragma weak rwlock_init # pragma weak rw_rdlock # pragma weak rw_wrlock # pragma weak rw_unlock # pragma weak rwlock_destroy # pragma weak thr_self # pragma weak thr_suspend # define thread_in_use() (thr_suspend != NULL) # else # define thread_in_use() 1 # endif /* -------------------------- gl_lock_t datatype -------------------------- */ typedef mutex_t gl_lock_t; # define gl_lock_define(STORAGECLASS, NAME) \ STORAGECLASS mutex_t NAME; # define gl_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS mutex_t NAME = gl_lock_initializer; # define gl_lock_initializer \ DEFAULTMUTEX # define glthread_lock_init(LOCK) \ (thread_in_use () ? mutex_init (LOCK, USYNC_THREAD, NULL) : 0) # define glthread_lock_lock(LOCK) \ (thread_in_use () ? mutex_lock (LOCK) : 0) # define glthread_lock_unlock(LOCK) \ (thread_in_use () ? mutex_unlock (LOCK) : 0) # define glthread_lock_destroy(LOCK) \ (thread_in_use () ? mutex_destroy (LOCK) : 0) /* ------------------------- gl_rwlock_t datatype ------------------------- */ typedef rwlock_t gl_rwlock_t; # define gl_rwlock_define(STORAGECLASS, NAME) \ STORAGECLASS rwlock_t NAME; # define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS rwlock_t NAME = gl_rwlock_initializer; # define gl_rwlock_initializer \ DEFAULTRWLOCK # define glthread_rwlock_init(LOCK) \ (thread_in_use () ? rwlock_init (LOCK, USYNC_THREAD, NULL) : 0) # define glthread_rwlock_rdlock(LOCK) \ (thread_in_use () ? rw_rdlock (LOCK) : 0) # define glthread_rwlock_wrlock(LOCK) \ (thread_in_use () ? rw_wrlock (LOCK) : 0) # define glthread_rwlock_unlock(LOCK) \ (thread_in_use () ? rw_unlock (LOCK) : 0) # define glthread_rwlock_destroy(LOCK) \ (thread_in_use () ? rwlock_destroy (LOCK) : 0) /* --------------------- gl_recursive_lock_t datatype --------------------- */ /* Old Solaris threads did not have recursive locks. We have to implement them ourselves. */ typedef struct { mutex_t mutex; thread_t owner; unsigned long depth; } gl_recursive_lock_t; # define gl_recursive_lock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME; # define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; # define gl_recursive_lock_initializer \ { DEFAULTMUTEX, (thread_t) 0, 0 } # define glthread_recursive_lock_init(LOCK) \ (thread_in_use () ? glthread_recursive_lock_init_multithreaded (LOCK) : 0) # define glthread_recursive_lock_lock(LOCK) \ (thread_in_use () ? glthread_recursive_lock_lock_multithreaded (LOCK) : 0) # define glthread_recursive_lock_unlock(LOCK) \ (thread_in_use () ? glthread_recursive_lock_unlock_multithreaded (LOCK) : 0) # define glthread_recursive_lock_destroy(LOCK) \ (thread_in_use () ? glthread_recursive_lock_destroy_multithreaded (LOCK) : 0) extern int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock); /* -------------------------- gl_once_t datatype -------------------------- */ typedef struct { volatile int inited; mutex_t mutex; } gl_once_t; # define gl_once_define(STORAGECLASS, NAME) \ STORAGECLASS gl_once_t NAME = { 0, DEFAULTMUTEX }; # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ (thread_in_use () \ ? glthread_once_multithreaded (ONCE_CONTROL, INITFUNCTION) \ : (glthread_once_singlethreaded (ONCE_CONTROL) ? (INITFUNCTION (), 0) : 0)) extern int glthread_once_multithreaded (gl_once_t *once_control, void (*initfunction) (void)); extern int glthread_once_singlethreaded (gl_once_t *once_control); # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_WINDOWS_THREADS # define WIN32_LEAN_AND_MEAN /* avoid including junk */ # include # ifdef __cplusplus extern "C" { # endif /* We can use CRITICAL_SECTION directly, rather than the native Windows Event, Mutex, Semaphore types, because - we need only to synchronize inside a single process (address space), not inter-process locking, - we don't need to support trylock operations. (TryEnterCriticalSection does not work on Windows 95/98/ME. Packages that need trylock usually define their own mutex type.) */ /* There is no way to statically initialize a CRITICAL_SECTION. It needs to be done lazily, once only. For this we need spinlocks. */ typedef struct { volatile int done; volatile long started; } gl_spinlock_t; /* -------------------------- gl_lock_t datatype -------------------------- */ typedef struct { gl_spinlock_t guard; /* protects the initialization */ CRITICAL_SECTION lock; } gl_lock_t; # define gl_lock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_lock_t NAME; # define gl_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_lock_t NAME = gl_lock_initializer; # define gl_lock_initializer \ { { 0, -1 } } # define glthread_lock_init(LOCK) \ (glthread_lock_init_func (LOCK), 0) # define glthread_lock_lock(LOCK) \ glthread_lock_lock_func (LOCK) # define glthread_lock_unlock(LOCK) \ glthread_lock_unlock_func (LOCK) # define glthread_lock_destroy(LOCK) \ glthread_lock_destroy_func (LOCK) extern void glthread_lock_init_func (gl_lock_t *lock); extern int glthread_lock_lock_func (gl_lock_t *lock); extern int glthread_lock_unlock_func (gl_lock_t *lock); extern int glthread_lock_destroy_func (gl_lock_t *lock); /* ------------------------- gl_rwlock_t datatype ------------------------- */ /* It is impossible to implement read-write locks using plain locks, without introducing an extra thread dedicated to managing read-write locks. Therefore here we need to use the low-level Event type. */ typedef struct { HANDLE *array; /* array of waiting threads, each represented by an event */ unsigned int count; /* number of waiting threads */ unsigned int alloc; /* length of allocated array */ unsigned int offset; /* index of first waiting thread in array */ } gl_carray_waitqueue_t; typedef struct { gl_spinlock_t guard; /* protects the initialization */ CRITICAL_SECTION lock; /* protects the remaining fields */ gl_carray_waitqueue_t waiting_readers; /* waiting readers */ gl_carray_waitqueue_t waiting_writers; /* waiting writers */ int runcount; /* number of readers running, or -1 when a writer runs */ } gl_rwlock_t; # define gl_rwlock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_rwlock_t NAME; # define gl_rwlock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_rwlock_t NAME = gl_rwlock_initializer; # define gl_rwlock_initializer \ { { 0, -1 } } # define glthread_rwlock_init(LOCK) \ (glthread_rwlock_init_func (LOCK), 0) # define glthread_rwlock_rdlock(LOCK) \ glthread_rwlock_rdlock_func (LOCK) # define glthread_rwlock_wrlock(LOCK) \ glthread_rwlock_wrlock_func (LOCK) # define glthread_rwlock_unlock(LOCK) \ glthread_rwlock_unlock_func (LOCK) # define glthread_rwlock_destroy(LOCK) \ glthread_rwlock_destroy_func (LOCK) extern void glthread_rwlock_init_func (gl_rwlock_t *lock); extern int glthread_rwlock_rdlock_func (gl_rwlock_t *lock); extern int glthread_rwlock_wrlock_func (gl_rwlock_t *lock); extern int glthread_rwlock_unlock_func (gl_rwlock_t *lock); extern int glthread_rwlock_destroy_func (gl_rwlock_t *lock); /* --------------------- gl_recursive_lock_t datatype --------------------- */ /* The native Windows documentation says that CRITICAL_SECTION already implements a recursive lock. But we need not rely on it: It's easy to implement a recursive lock without this assumption. */ typedef struct { gl_spinlock_t guard; /* protects the initialization */ DWORD owner; unsigned long depth; CRITICAL_SECTION lock; } gl_recursive_lock_t; # define gl_recursive_lock_define(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME; # define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) \ STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer; # define gl_recursive_lock_initializer \ { { 0, -1 }, 0, 0 } # define glthread_recursive_lock_init(LOCK) \ (glthread_recursive_lock_init_func (LOCK), 0) # define glthread_recursive_lock_lock(LOCK) \ glthread_recursive_lock_lock_func (LOCK) # define glthread_recursive_lock_unlock(LOCK) \ glthread_recursive_lock_unlock_func (LOCK) # define glthread_recursive_lock_destroy(LOCK) \ glthread_recursive_lock_destroy_func (LOCK) extern void glthread_recursive_lock_init_func (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_lock_func (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_unlock_func (gl_recursive_lock_t *lock); extern int glthread_recursive_lock_destroy_func (gl_recursive_lock_t *lock); /* -------------------------- gl_once_t datatype -------------------------- */ typedef struct { volatile int inited; volatile long started; CRITICAL_SECTION lock; } gl_once_t; # define gl_once_define(STORAGECLASS, NAME) \ STORAGECLASS gl_once_t NAME = { -1, -1 }; # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ (glthread_once_func (ONCE_CONTROL, INITFUNCTION), 0) extern void glthread_once_func (gl_once_t *once_control, void (*initfunction) (void)); # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS || USE_WINDOWS_THREADS) /* Provide dummy implementation if threads are not supported. */ /* -------------------------- gl_lock_t datatype -------------------------- */ typedef int gl_lock_t; # define gl_lock_define(STORAGECLASS, NAME) # define gl_lock_define_initialized(STORAGECLASS, NAME) # define glthread_lock_init(NAME) 0 # define glthread_lock_lock(NAME) 0 # define glthread_lock_unlock(NAME) 0 # define glthread_lock_destroy(NAME) 0 /* ------------------------- gl_rwlock_t datatype ------------------------- */ typedef int gl_rwlock_t; # define gl_rwlock_define(STORAGECLASS, NAME) # define gl_rwlock_define_initialized(STORAGECLASS, NAME) # define glthread_rwlock_init(NAME) 0 # define glthread_rwlock_rdlock(NAME) 0 # define glthread_rwlock_wrlock(NAME) 0 # define glthread_rwlock_unlock(NAME) 0 # define glthread_rwlock_destroy(NAME) 0 /* --------------------- gl_recursive_lock_t datatype --------------------- */ typedef int gl_recursive_lock_t; # define gl_recursive_lock_define(STORAGECLASS, NAME) # define gl_recursive_lock_define_initialized(STORAGECLASS, NAME) # define glthread_recursive_lock_init(NAME) 0 # define glthread_recursive_lock_lock(NAME) 0 # define glthread_recursive_lock_unlock(NAME) 0 # define glthread_recursive_lock_destroy(NAME) 0 /* -------------------------- gl_once_t datatype -------------------------- */ typedef int gl_once_t; # define gl_once_define(STORAGECLASS, NAME) \ STORAGECLASS gl_once_t NAME = 0; # define glthread_once(ONCE_CONTROL, INITFUNCTION) \ (*(ONCE_CONTROL) == 0 ? (*(ONCE_CONTROL) = ~ 0, INITFUNCTION (), 0) : 0) #endif /* ========================================================================= */ /* Macros with built-in error handling. */ /* -------------------------- gl_lock_t datatype -------------------------- */ #define gl_lock_init(NAME) \ do \ { \ if (glthread_lock_init (&NAME)) \ abort (); \ } \ while (0) #define gl_lock_lock(NAME) \ do \ { \ if (glthread_lock_lock (&NAME)) \ abort (); \ } \ while (0) #define gl_lock_unlock(NAME) \ do \ { \ if (glthread_lock_unlock (&NAME)) \ abort (); \ } \ while (0) #define gl_lock_destroy(NAME) \ do \ { \ if (glthread_lock_destroy (&NAME)) \ abort (); \ } \ while (0) /* ------------------------- gl_rwlock_t datatype ------------------------- */ #define gl_rwlock_init(NAME) \ do \ { \ if (glthread_rwlock_init (&NAME)) \ abort (); \ } \ while (0) #define gl_rwlock_rdlock(NAME) \ do \ { \ if (glthread_rwlock_rdlock (&NAME)) \ abort (); \ } \ while (0) #define gl_rwlock_wrlock(NAME) \ do \ { \ if (glthread_rwlock_wrlock (&NAME)) \ abort (); \ } \ while (0) #define gl_rwlock_unlock(NAME) \ do \ { \ if (glthread_rwlock_unlock (&NAME)) \ abort (); \ } \ while (0) #define gl_rwlock_destroy(NAME) \ do \ { \ if (glthread_rwlock_destroy (&NAME)) \ abort (); \ } \ while (0) /* --------------------- gl_recursive_lock_t datatype --------------------- */ #define gl_recursive_lock_init(NAME) \ do \ { \ if (glthread_recursive_lock_init (&NAME)) \ abort (); \ } \ while (0) #define gl_recursive_lock_lock(NAME) \ do \ { \ if (glthread_recursive_lock_lock (&NAME)) \ abort (); \ } \ while (0) #define gl_recursive_lock_unlock(NAME) \ do \ { \ if (glthread_recursive_lock_unlock (&NAME)) \ abort (); \ } \ while (0) #define gl_recursive_lock_destroy(NAME) \ do \ { \ if (glthread_recursive_lock_destroy (&NAME)) \ abort (); \ } \ while (0) /* -------------------------- gl_once_t datatype -------------------------- */ #define gl_once(NAME, INITFUNCTION) \ do \ { \ if (glthread_once (&NAME, INITFUNCTION)) \ abort (); \ } \ while (0) /* ========================================================================= */ #endif /* _LOCK_H */ gsasl-1.8.0/gltests/glthread/thread.h0000664000000000000000000003066611746471770014452 00000000000000/* Creating and controlling threads. Copyright (C) 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Bruno Haible , 2005. Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, gthr-win32.h. */ /* This file contains primitives for creating and controlling threads. Thread data type: gl_thread_t. Creating a thread: thread = gl_thread_create (func, arg); Or with control of error handling: err = glthread_create (&thread, func, arg); extern int glthread_create (gl_thread_t *result, void *(*func) (void *), void *arg); Querying and changing the signal mask of a thread (not supported on all platforms): gl_thread_sigmask (how, newmask, oldmask); Or with control of error handling: err = glthread_sigmask (how, newmask, oldmask); extern int glthread_sigmask (int how, const sigset_t *newmask, sigset_t *oldmask); Waiting for termination of another thread: gl_thread_join (thread, &return_value); Or with control of error handling: err = glthread_join (thread, &return_value); extern int glthread_join (gl_thread_t thread, void **return_value_ptr); Getting a reference to the current thread: current = gl_thread_self (); extern gl_thread_t gl_thread_self (void); Getting a reference to the current thread as a pointer, for debugging: ptr = gl_thread_self_pointer (); extern void * gl_thread_self_pointer (void); Terminating the current thread: gl_thread_exit (return_value); extern _Noreturn void gl_thread_exit (void *return_value); Requesting custom code to be executed at fork() time(not supported on all platforms): gl_thread_atfork (prepare_func, parent_func, child_func); Or with control of error handling: err = glthread_atfork (prepare_func, parent_func, child_func); extern int glthread_atfork (void (*prepare_func) (void), void (*parent_func) (void), void (*child_func) (void)); Note that even on platforms where this is supported, use of fork() and threads together is problematic, see */ #ifndef _GLTHREAD_THREAD_H #define _GLTHREAD_THREAD_H #include #include /* ========================================================================= */ #if USE_POSIX_THREADS /* Use the POSIX threads library. */ # include # ifdef __cplusplus extern "C" { # endif # if PTHREAD_IN_USE_DETECTION_HARD /* The pthread_in_use() detection needs to be done at runtime. */ # define pthread_in_use() \ glthread_in_use () extern int glthread_in_use (void); # endif # if USE_POSIX_THREADS_WEAK /* Use weak references to the POSIX threads library. */ /* Weak references avoid dragging in external libraries if the other parts of the program don't use them. Here we use them, because we don't want every program that uses libintl to depend on libpthread. This assumes that libpthread would not be loaded after libintl; i.e. if libintl is loaded first, by an executable that does not depend on libpthread, and then a module is dynamically loaded that depends on libpthread, libintl will not be multithread-safe. */ /* The way to test at runtime whether libpthread is present is to test whether a function pointer's value, such as &pthread_mutex_init, is non-NULL. However, some versions of GCC have a bug through which, in PIC mode, &foo != NULL always evaluates to true if there is a direct call to foo(...) in the same function. To avoid this, we test the address of a function in libpthread that we don't use. */ # pragma weak pthread_create # pragma weak pthread_sigmask # pragma weak pthread_join # ifndef pthread_self # pragma weak pthread_self # endif # pragma weak pthread_exit # if HAVE_PTHREAD_ATFORK # pragma weak pthread_atfork # endif # if !PTHREAD_IN_USE_DETECTION_HARD # pragma weak pthread_cancel # define pthread_in_use() (pthread_cancel != NULL) # endif # else # if !PTHREAD_IN_USE_DETECTION_HARD # define pthread_in_use() 1 # endif # endif /* -------------------------- gl_thread_t datatype -------------------------- */ /* This choice of gl_thread_t assumes that pthread_equal (a, b) is equivalent to ((a) == (b)). This is the case on all platforms in use in 2008. */ typedef pthread_t gl_thread_t; # define glthread_create(THREADP, FUNC, ARG) \ (pthread_in_use () ? pthread_create (THREADP, NULL, FUNC, ARG) : ENOSYS) # define glthread_sigmask(HOW, SET, OSET) \ (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0) # define glthread_join(THREAD, RETVALP) \ (pthread_in_use () ? pthread_join (THREAD, RETVALP) : 0) # ifdef PTW32_VERSION /* In pthreads-win32, pthread_t is a struct with a pointer field 'p' and other fields. */ # define gl_thread_self() \ (pthread_in_use () ? pthread_self () : gl_null_thread) # define gl_thread_self_pointer() \ (pthread_in_use () ? pthread_self ().p : NULL) extern const gl_thread_t gl_null_thread; # else # define gl_thread_self() \ (pthread_in_use () ? pthread_self () : (pthread_t) NULL) # define gl_thread_self_pointer() \ (pthread_in_use () ? (void *) pthread_self () : NULL) # endif # define gl_thread_exit(RETVAL) \ (pthread_in_use () ? pthread_exit (RETVAL) : 0) # if HAVE_PTHREAD_ATFORK # define glthread_atfork(PREPARE_FUNC, PARENT_FUNC, CHILD_FUNC) \ (pthread_in_use () ? pthread_atfork (PREPARE_FUNC, PARENT_FUNC, CHILD_FUNC) : 0) # else # define glthread_atfork(PREPARE_FUNC, PARENT_FUNC, CHILD_FUNC) 0 # endif # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_PTH_THREADS /* Use the GNU Pth threads library. */ # include # ifdef __cplusplus extern "C" { # endif # if USE_PTH_THREADS_WEAK /* Use weak references to the GNU Pth threads library. */ # pragma weak pth_spawn # pragma weak pth_sigmask # pragma weak pth_join # pragma weak pth_self # pragma weak pth_exit # pragma weak pth_cancel # define pth_in_use() (pth_cancel != NULL) # else # define pth_in_use() 1 # endif /* -------------------------- gl_thread_t datatype -------------------------- */ typedef pth_t gl_thread_t; # define glthread_create(THREADP, FUNC, ARG) \ (pth_in_use () ? ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno) : 0) # define glthread_sigmask(HOW, SET, OSET) \ (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0) # define glthread_join(THREAD, RETVALP) \ (pth_in_use () && !pth_join (THREAD, RETVALP) ? errno : 0) # define gl_thread_self() \ (pth_in_use () ? (void *) pth_self () : NULL) # define gl_thread_self_pointer() \ gl_thread_self () # define gl_thread_exit(RETVAL) \ (pth_in_use () ? pth_exit (RETVAL) : 0) # define glthread_atfork(PREPARE_FUNC, PARENT_FUNC, CHILD_FUNC) 0 # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_SOLARIS_THREADS /* Use the old Solaris threads library. */ # include # include # ifdef __cplusplus extern "C" { # endif # if USE_SOLARIS_THREADS_WEAK /* Use weak references to the old Solaris threads library. */ # pragma weak thr_create # pragma weak thr_join # pragma weak thr_self # pragma weak thr_exit # pragma weak thr_suspend # define thread_in_use() (thr_suspend != NULL) # else # define thread_in_use() 1 # endif /* -------------------------- gl_thread_t datatype -------------------------- */ typedef thread_t gl_thread_t; # define glthread_create(THREADP, FUNC, ARG) \ (thread_in_use () ? thr_create (NULL, 0, FUNC, ARG, 0, THREADP) : 0) # define glthread_sigmask(HOW, SET, OSET) \ (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0) # define glthread_join(THREAD, RETVALP) \ (thread_in_use () ? thr_join (THREAD, NULL, RETVALP) : 0) # define gl_thread_self() \ (thread_in_use () ? (void *) thr_self () : NULL) # define gl_thread_self_pointer() \ gl_thread_self () # define gl_thread_exit(RETVAL) \ (thread_in_use () ? thr_exit (RETVAL) : 0) # define glthread_atfork(PREPARE_FUNC, PARENT_FUNC, CHILD_FUNC) 0 # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_WINDOWS_THREADS # define WIN32_LEAN_AND_MEAN /* avoid including junk */ # include # ifdef __cplusplus extern "C" { # endif /* -------------------------- gl_thread_t datatype -------------------------- */ /* The gl_thread_t is a pointer to a structure in memory. Why not the thread handle? If it were the thread handle, it would be hard to implement gl_thread_self() (since GetCurrentThread () returns a pseudo- handle, DuplicateHandle (GetCurrentThread ()) returns a handle that must be closed afterwards, and there is no function for quickly retrieving a thread handle from its id). Why not the thread id? I tried it. It did not work: Sometimes ids appeared that did not belong to running threads, and glthread_join failed with ESRCH. */ typedef struct gl_thread_struct *gl_thread_t; # define glthread_create(THREADP, FUNC, ARG) \ glthread_create_func (THREADP, FUNC, ARG) # define glthread_sigmask(HOW, SET, OSET) \ /* unsupported */ 0 # define glthread_join(THREAD, RETVALP) \ glthread_join_func (THREAD, RETVALP) # define gl_thread_self() \ gl_thread_self_func () # define gl_thread_self_pointer() \ gl_thread_self () # define gl_thread_exit(RETVAL) \ gl_thread_exit_func (RETVAL) # define glthread_atfork(PREPARE_FUNC, PARENT_FUNC, CHILD_FUNC) 0 extern int glthread_create_func (gl_thread_t *threadp, void * (*func) (void *), void *arg); extern int glthread_join_func (gl_thread_t thread, void **retvalp); extern gl_thread_t gl_thread_self_func (void); extern int gl_thread_exit_func (void *retval); # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS || USE_WINDOWS_THREADS) /* Provide dummy implementation if threads are not supported. */ typedef int gl_thread_t; # define glthread_create(THREADP, FUNC, ARG) ENOSYS # define glthread_sigmask(HOW, SET, OSET) 0 # define glthread_join(THREAD, RETVALP) 0 # define gl_thread_self() 0 # define gl_thread_self_pointer() \ ((void *) gl_thread_self ()) # define gl_thread_exit(RETVAL) 0 # define glthread_atfork(PREPARE_FUNC, PARENT_FUNC, CHILD_FUNC) 0 #endif /* ========================================================================= */ /* Macros with built-in error handling. */ #ifdef __cplusplus extern "C" { #endif static inline gl_thread_t gl_thread_create (void *(*func) (void *arg), void *arg) { gl_thread_t thread; int ret; ret = glthread_create (&thread, func, arg); if (ret != 0) abort (); return thread; } #define gl_thread_sigmask(HOW, SET, OSET) \ do \ { \ if (glthread_sigmask (HOW, SET, OSET)) \ abort (); \ } \ while (0) #define gl_thread_join(THREAD, RETVAL) \ do \ { \ if (glthread_join (THREAD, RETVAL)) \ abort (); \ } \ while (0) #define gl_thread_atfork(PREPARE, PARENT, CHILD) \ do \ { \ if (glthread_atfork (PREPARE, PARENT, CHILD)) \ abort (); \ } \ while (0) #ifdef __cplusplus } #endif #endif /* _GLTHREAD_THREAD_H */ gsasl-1.8.0/gltests/glthread/yield.h0000664000000000000000000000474711746471770014312 00000000000000/* Yielding the processor to other threads and processes. Copyright (C) 2005-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* This file contains a primitive for yielding the processor to other threads. extern void gl_thread_yield (void); */ #ifndef _GLTHREAD_YIELD_H #define _GLTHREAD_YIELD_H #include /* ========================================================================= */ #if USE_POSIX_THREADS /* Use the POSIX threads library. */ # include # ifdef __cplusplus extern "C" { # endif # define gl_thread_yield() \ sched_yield () # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_PTH_THREADS /* Use the GNU Pth threads library. */ # include # ifdef __cplusplus extern "C" { # endif # define gl_thread_yield() \ pth_yield (NULL) # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_SOLARIS_THREADS /* Use the old Solaris threads library. */ # include # ifdef __cplusplus extern "C" { # endif # define gl_thread_yield() \ thr_yield () # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if USE_WINDOWS_THREADS # define WIN32_LEAN_AND_MEAN /* avoid including junk */ # include # ifdef __cplusplus extern "C" { # endif # define gl_thread_yield() \ Sleep (0) # ifdef __cplusplus } # endif #endif /* ========================================================================= */ #if !(USE_POSIX_THREADS || USE_PTH_THREADS || USE_SOLARIS_THREADS || USE_WINDOWS_THREADS) /* Provide dummy implementation if threads are not supported. */ # define gl_thread_yield() 0 #endif /* ========================================================================= */ #endif /* _GLTHREAD_YIELD_H */ gsasl-1.8.0/gltests/test-netinet_in.c0000664000000000000000000000156511746471770014511 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include int main (void) { return 0; } gsasl-1.8.0/gltests/test-version-etc.c0000664000000000000000000000210711746471770014604 00000000000000/* Test suite for version-etc. Copyright (C) 2009-2012 Free Software Foundation, Inc. This file is part of the GNUlib Library. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include "version-etc.h" #include "progname.h" #define AUTHORS "Sergey Poznyakoff", "Eric Blake" int main (int argc _GL_UNUSED, char **argv) { set_program_name (argv[0]); version_etc (stdout, "test-version-etc", "dummy", "0", AUTHORS, (const char *) NULL); return 0; } gsasl-1.8.0/gltests/test-wcrtomb-w32-4.sh0000775000000000000000000000012111746471770014762 00000000000000#!/bin/sh # Test a CP950 locale. ./test-wcrtomb-w32${EXEEXT} Chinese_Taiwan 950 gsasl-1.8.0/gltests/test-fgetc.c0000664000000000000000000000465411746471770013447 00000000000000/* Test of fgetc() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fgetc, int, (FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fgetc.txt"; /* We don't have an fgetc() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Prepare a file. */ { const char text[] = "hello world"; int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600); ASSERT (fd >= 0); ASSERT (write (fd, text, sizeof (text)) == sizeof (text)); ASSERT (close (fd) == 0); } /* Test that fgetc() sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "r"); ASSERT (fp != NULL); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fgetc (fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fgetc() sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "r"); if (fp != NULL) { errno = 0; ASSERT (fgetc (fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "r"); if (fp != NULL) { errno = 0; ASSERT (fgetc (fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/gltests/test-c-strncasecmp.c0000664000000000000000000000573211746471770015117 00000000000000/* Test of case-insensitive string comparison function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include "c-strcase.h" #include #include #include "macros.h" int main (int argc, char *argv[]) { if (argc > 1) { /* configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, "") == NULL) return 1; } ASSERT (c_strncasecmp ("paragraph", "Paragraph", 1000000) == 0); ASSERT (c_strncasecmp ("paragraph", "Paragraph", 9) == 0); ASSERT (c_strncasecmp ("paragrapH", "parAgRaph", 1000000) == 0); ASSERT (c_strncasecmp ("paragrapH", "parAgRaph", 9) == 0); ASSERT (c_strncasecmp ("paragraph", "paraLyzed", 10) < 0); ASSERT (c_strncasecmp ("paragraph", "paraLyzed", 9) < 0); ASSERT (c_strncasecmp ("paragraph", "paraLyzed", 5) < 0); ASSERT (c_strncasecmp ("paragraph", "paraLyzed", 4) == 0); ASSERT (c_strncasecmp ("paraLyzed", "paragraph", 10) > 0); ASSERT (c_strncasecmp ("paraLyzed", "paragraph", 9) > 0); ASSERT (c_strncasecmp ("paraLyzed", "paragraph", 5) > 0); ASSERT (c_strncasecmp ("paraLyzed", "paragraph", 4) == 0); ASSERT (c_strncasecmp ("para", "paragraph", 10) < 0); ASSERT (c_strncasecmp ("para", "paragraph", 9) < 0); ASSERT (c_strncasecmp ("para", "paragraph", 5) < 0); ASSERT (c_strncasecmp ("para", "paragraph", 4) == 0); ASSERT (c_strncasecmp ("paragraph", "para", 10) > 0); ASSERT (c_strncasecmp ("paragraph", "para", 9) > 0); ASSERT (c_strncasecmp ("paragraph", "para", 5) > 0); ASSERT (c_strncasecmp ("paragraph", "para", 4) == 0); /* The following tests shows how c_strncasecmp() is different from strncasecmp(). */ ASSERT (c_strncasecmp ("\311mily", "\351mile", 4) < 0); ASSERT (c_strncasecmp ("\351mile", "\311mily", 4) > 0); /* The following tests shows how c_strncasecmp() is different from mbsncasecmp(). */ ASSERT (c_strncasecmp ("\303\266zg\303\274r", "\303\226ZG\303\234R", 99) > 0); /* özgür */ ASSERT (c_strncasecmp ("\303\226ZG\303\234R", "\303\266zg\303\274r", 99) < 0); /* özgür */ /* This test shows how strings of different size cannot compare equal. */ ASSERT (c_strncasecmp ("turkish", "TURK\304\260SH", 7) < 0); ASSERT (c_strncasecmp ("TURK\304\260SH", "turkish", 7) > 0); return 0; } gsasl-1.8.0/gltests/test-alloca-opt.c0000664000000000000000000000276111746471770014407 00000000000000/* Test of optional automatic memory allocation. Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #if HAVE_ALLOCA static void do_allocation (int n) { void *ptr = alloca (n); (void) ptr; } void (*func) (int) = do_allocation; #endif int main () { #if HAVE_ALLOCA int i; /* Repeat a lot of times, to make sure there's no memory leak. */ for (i = 0; i < 100000; i++) { /* Try various values. n = 0 gave a crash on Alpha with gcc-2.5.8. Some versions of MacOS X have a stack size limit of 512 KB. */ func (34); func (134); func (399); func (510823); func (129321); func (0); func (4070); func (4095); func (1); func (16582); } #endif return 0; } gsasl-1.8.0/gltests/Makefile.am0000664000000000000000000010140611756451423013255 00000000000000## DO NOT EDIT! GENERATED AUTOMATICALLY! ## Process this file with automake to produce Makefile.in. # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. AUTOMAKE_OPTIONS = 1.5 foreign subdir-objects SUBDIRS = . TESTS = XFAIL_TESTS = TESTS_ENVIRONMENT = noinst_PROGRAMS = check_PROGRAMS = noinst_HEADERS = noinst_LIBRARIES = check_LIBRARIES = libtests.a EXTRA_DIST = BUILT_SOURCES = SUFFIXES = MOSTLYCLEANFILES = core *.stackdump MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = AM_CPPFLAGS = \ -D@gltests_WITNESS@=1 \ -I. -I$(srcdir) \ -I.. -I$(srcdir)/.. \ -I../gl -I$(srcdir)/../gl LDADD = libtests.a ../gl/libgl.la libtests.a $(LIBTESTS_LIBDEPS) libtests_a_SOURCES = libtests_a_LIBADD = $(gltests_LIBOBJS) libtests_a_DEPENDENCIES = $(gltests_LIBOBJS) EXTRA_libtests_a_SOURCES = AM_LIBTOOLFLAGS = --preserve-dup-deps TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' ## begin gnulib module alloca-opt-tests TESTS += test-alloca-opt check_PROGRAMS += test-alloca-opt EXTRA_DIST += test-alloca-opt.c ## end gnulib module alloca-opt-tests ## begin gnulib module arpa_inet-tests TESTS += test-arpa_inet check_PROGRAMS += test-arpa_inet EXTRA_DIST += test-arpa_inet.c ## end gnulib module arpa_inet-tests ## begin gnulib module binary-io libtests_a_SOURCES += binary-io.h ## end gnulib module binary-io ## begin gnulib module binary-io-tests TESTS += test-binary-io.sh check_PROGRAMS += test-binary-io EXTRA_DIST += test-binary-io.sh test-binary-io.c macros.h ## end gnulib module binary-io-tests ## begin gnulib module btowc EXTRA_DIST += btowc.c EXTRA_libtests_a_SOURCES += btowc.c ## end gnulib module btowc ## begin gnulib module btowc-tests TESTS += test-btowc1.sh test-btowc2.sh TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-btowc EXTRA_DIST += test-btowc1.sh test-btowc2.sh test-btowc.c signature.h macros.h ## end gnulib module btowc-tests ## begin gnulib module c-ctype-tests TESTS += test-c-ctype check_PROGRAMS += test-c-ctype EXTRA_DIST += test-c-ctype.c macros.h ## end gnulib module c-ctype-tests ## begin gnulib module c-strcase-tests TESTS += test-c-strcase.sh TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' check_PROGRAMS += test-c-strcasecmp test-c-strncasecmp EXTRA_DIST += test-c-strcase.sh test-c-strcasecmp.c test-c-strncasecmp.c macros.h ## end gnulib module c-strcase-tests ## begin gnulib module close-tests TESTS += test-close check_PROGRAMS += test-close EXTRA_DIST += test-close.c signature.h macros.h ## end gnulib module close-tests ## begin gnulib module connect-tests TESTS += test-connect check_PROGRAMS += test-connect test_connect_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) EXTRA_DIST += test-connect.c signature.h macros.h ## end gnulib module connect-tests ## begin gnulib module dosname EXTRA_DIST += dosname.h ## end gnulib module dosname ## begin gnulib module dup2 EXTRA_DIST += dup2.c EXTRA_libtests_a_SOURCES += dup2.c ## end gnulib module dup2 ## begin gnulib module dup2-tests TESTS += test-dup2 check_PROGRAMS += test-dup2 EXTRA_DIST += test-dup2.c signature.h macros.h ## end gnulib module dup2-tests ## begin gnulib module environ-tests TESTS += test-environ check_PROGRAMS += test-environ EXTRA_DIST += test-environ.c ## end gnulib module environ-tests ## begin gnulib module errno-tests TESTS += test-errno check_PROGRAMS += test-errno EXTRA_DIST += test-errno.c ## end gnulib module errno-tests ## begin gnulib module fcntl-h BUILT_SOURCES += fcntl.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \ -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \ -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \ -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \ -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \ -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \ -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \ -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \ -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/fcntl.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += fcntl.h fcntl.h-t EXTRA_DIST += fcntl.in.h ## end gnulib module fcntl-h ## begin gnulib module fcntl-h-tests TESTS += test-fcntl-h check_PROGRAMS += test-fcntl-h EXTRA_DIST += test-fcntl-h.c ## end gnulib module fcntl-h-tests ## begin gnulib module fdopen EXTRA_DIST += fdopen.c EXTRA_libtests_a_SOURCES += fdopen.c ## end gnulib module fdopen ## begin gnulib module fdopen-tests TESTS += test-fdopen check_PROGRAMS += test-fdopen EXTRA_DIST += test-fdopen.c signature.h macros.h ## end gnulib module fdopen-tests ## begin gnulib module fgetc-tests TESTS += test-fgetc check_PROGRAMS += test-fgetc EXTRA_DIST += test-fgetc.c signature.h macros.h ## end gnulib module fgetc-tests ## begin gnulib module float-tests TESTS += test-float check_PROGRAMS += test-float EXTRA_DIST += test-float.c macros.h ## end gnulib module float-tests ## begin gnulib module fpucw EXTRA_DIST += fpucw.h ## end gnulib module fpucw ## begin gnulib module fputc-tests TESTS += test-fputc check_PROGRAMS += test-fputc EXTRA_DIST += test-fputc.c signature.h macros.h ## end gnulib module fputc-tests ## begin gnulib module fread-tests TESTS += test-fread check_PROGRAMS += test-fread EXTRA_DIST += test-fread.c signature.h macros.h ## end gnulib module fread-tests ## begin gnulib module fseek-tests TESTS += test-fseek.sh test-fseek2.sh check_PROGRAMS += test-fseek EXTRA_DIST += test-fseek.c test-fseek.sh test-fseek2.sh signature.h macros.h ## end gnulib module fseek-tests ## begin gnulib module fseeko-tests TESTS += test-fseeko.sh test-fseeko2.sh test-fseeko3.sh test-fseeko4.sh check_PROGRAMS += test-fseeko test-fseeko3 test-fseeko4 EXTRA_DIST += test-fseeko.c test-fseeko.sh test-fseeko2.sh test-fseeko3.c test-fseeko3.sh test-fseeko4.c test-fseeko4.sh signature.h macros.h ## end gnulib module fseeko-tests ## begin gnulib module fstat-tests TESTS += test-fstat check_PROGRAMS += test-fstat EXTRA_DIST += test-fstat.c signature.h macros.h ## end gnulib module fstat-tests ## begin gnulib module fwrite-tests TESTS += test-fwrite check_PROGRAMS += test-fwrite EXTRA_DIST += test-fwrite.c signature.h macros.h ## end gnulib module fwrite-tests ## begin gnulib module getaddrinfo-tests TESTS += test-getaddrinfo check_PROGRAMS += test-getaddrinfo test_getaddrinfo_LDADD = $(LDADD) @GETADDRINFO_LIB@ @LIBINTL@ EXTRA_DIST += signature.h test-getaddrinfo.c ## end gnulib module getaddrinfo-tests ## begin gnulib module getcwd-lgpl EXTRA_DIST += getcwd-lgpl.c EXTRA_libtests_a_SOURCES += getcwd-lgpl.c ## end gnulib module getcwd-lgpl ## begin gnulib module getcwd-lgpl-tests TESTS += test-getcwd-lgpl check_PROGRAMS += test-getcwd-lgpl test_getcwd_lgpl_LDADD = $(LDADD) $(LIBINTL) EXTRA_DIST += test-getcwd-lgpl.c signature.h macros.h ## end gnulib module getcwd-lgpl-tests ## begin gnulib module getdelim-tests TESTS += test-getdelim check_PROGRAMS += test-getdelim MOSTLYCLEANFILES += test-getdelim.txt EXTRA_DIST += test-getdelim.c signature.h macros.h ## end gnulib module getdelim-tests ## begin gnulib module getline-tests TESTS += test-getline check_PROGRAMS += test-getline MOSTLYCLEANFILES += test-getline.txt EXTRA_DIST += test-getline.c signature.h macros.h ## end gnulib module getline-tests ## begin gnulib module getopt-posix-tests TESTS += test-getopt check_PROGRAMS += test-getopt test_getopt_LDADD = $(LDADD) $(LIBINTL) EXTRA_DIST += macros.h signature.h test-getopt.c test-getopt.h test-getopt_long.h ## end gnulib module getopt-posix-tests ## begin gnulib module getpagesize EXTRA_DIST += getpagesize.c EXTRA_libtests_a_SOURCES += getpagesize.c ## end gnulib module getpagesize ## begin gnulib module iconv-h-tests TESTS += test-iconv-h check_PROGRAMS += test-iconv-h EXTRA_DIST += test-iconv-h.c ## end gnulib module iconv-h-tests ## begin gnulib module iconv-tests TESTS += test-iconv check_PROGRAMS += test-iconv test_iconv_LDADD = $(LDADD) @LIBICONV@ EXTRA_DIST += test-iconv.c signature.h macros.h ## end gnulib module iconv-tests ## begin gnulib module ignore-value EXTRA_DIST += ignore-value.h ## end gnulib module ignore-value ## begin gnulib module ignore-value-tests TESTS += test-ignore-value check_PROGRAMS += test-ignore-value EXTRA_DIST += test-ignore-value.c ## end gnulib module ignore-value-tests ## begin gnulib module inet_ntop-tests TESTS += test-inet_ntop check_PROGRAMS += test-inet_ntop test_inet_ntop_LDADD = $(LDADD) @INET_NTOP_LIB@ EXTRA_DIST += test-inet_ntop.c signature.h macros.h ## end gnulib module inet_ntop-tests ## begin gnulib module inet_pton EXTRA_DIST += inet_pton.c EXTRA_libtests_a_SOURCES += inet_pton.c ## end gnulib module inet_pton ## begin gnulib module inet_pton-tests TESTS += test-inet_pton check_PROGRAMS += test-inet_pton test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@ EXTRA_DIST += test-inet_pton.c signature.h macros.h ## end gnulib module inet_pton-tests ## begin gnulib module intprops-tests TESTS += test-intprops check_PROGRAMS += test-intprops EXTRA_DIST += test-intprops.c macros.h ## end gnulib module intprops-tests ## begin gnulib module inttypes-incomplete BUILT_SOURCES += inttypes.h # We need the following in order to create when the system # doesn't have one that works with the given compiler. inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \ -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \ -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \ -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \ -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \ -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/inttypes.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += inttypes.h inttypes.h-t EXTRA_DIST += inttypes.in.h ## end gnulib module inttypes-incomplete ## begin gnulib module inttypes-tests TESTS += test-inttypes check_PROGRAMS += test-inttypes EXTRA_DIST += test-inttypes.c ## end gnulib module inttypes-tests ## begin gnulib module locale BUILT_SOURCES += locale.h # We need the following in order to create when the system # doesn't have one that provides all definitions. locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \ -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \ -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \ -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \ -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \ -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/locale.in.h; \ } > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += locale.h locale.h-t EXTRA_DIST += locale.in.h ## end gnulib module locale ## begin gnulib module locale-tests TESTS += test-locale check_PROGRAMS += test-locale EXTRA_DIST += test-locale.c ## end gnulib module locale-tests ## begin gnulib module localename libtests_a_SOURCES += localename.c EXTRA_DIST += localename.h ## end gnulib module localename ## begin gnulib module localename-tests TESTS += test-localename check_PROGRAMS += test-localename test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD) EXTRA_DIST += test-localename.c macros.h ## end gnulib module localename-tests ## begin gnulib module lock libtests_a_SOURCES += glthread/lock.h glthread/lock.c ## end gnulib module lock ## begin gnulib module lock-tests TESTS += test-lock check_PROGRAMS += test-lock test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ EXTRA_DIST += test-lock.c ## end gnulib module lock-tests ## begin gnulib module lseek-tests TESTS += test-lseek.sh check_PROGRAMS += test-lseek EXTRA_DIST += test-lseek.c test-lseek.sh signature.h macros.h ## end gnulib module lseek-tests ## begin gnulib module lstat EXTRA_DIST += lstat.c EXTRA_libtests_a_SOURCES += lstat.c ## end gnulib module lstat ## begin gnulib module lstat-tests TESTS += test-lstat check_PROGRAMS += test-lstat EXTRA_DIST += test-lstat.h test-lstat.c signature.h macros.h ## end gnulib module lstat-tests ## begin gnulib module malloc-posix EXTRA_DIST += malloc.c EXTRA_libtests_a_SOURCES += malloc.c ## end gnulib module malloc-posix ## begin gnulib module malloca libtests_a_SOURCES += malloca.c EXTRA_DIST += malloca.h malloca.valgrind ## end gnulib module malloca ## begin gnulib module malloca-tests TESTS += test-malloca check_PROGRAMS += test-malloca EXTRA_DIST += test-malloca.c ## end gnulib module malloca-tests ## begin gnulib module mbrtowc-tests TESTS += \ test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \ test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh test-mbrtowc-w32-3.sh \ test-mbrtowc-w32-4.sh test-mbrtowc-w32-5.sh TESTS_ENVIRONMENT += \ LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ LOCALE_JA='@LOCALE_JA@' \ LOCALE_ZH_CN='@LOCALE_ZH_CN@' check_PROGRAMS += test-mbrtowc test-mbrtowc-w32 EXTRA_DIST += test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh test-mbrtowc.c test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh test-mbrtowc-w32-3.sh test-mbrtowc-w32-4.sh test-mbrtowc-w32-5.sh test-mbrtowc-w32.c signature.h macros.h ## end gnulib module mbrtowc-tests ## begin gnulib module mbsinit-tests TESTS += test-mbsinit.sh TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-mbsinit EXTRA_DIST += test-mbsinit.sh test-mbsinit.c signature.h macros.h ## end gnulib module mbsinit-tests ## begin gnulib module mbtowc EXTRA_DIST += mbtowc-impl.h mbtowc.c EXTRA_libtests_a_SOURCES += mbtowc.c ## end gnulib module mbtowc ## begin gnulib module memchr-tests TESTS += test-memchr check_PROGRAMS += test-memchr EXTRA_DIST += test-memchr.c zerosize-ptr.h signature.h macros.h ## end gnulib module memchr-tests ## begin gnulib module netdb-tests TESTS += test-netdb check_PROGRAMS += test-netdb EXTRA_DIST += test-netdb.c ## end gnulib module netdb-tests ## begin gnulib module netinet_in-tests TESTS += test-netinet_in check_PROGRAMS += test-netinet_in EXTRA_DIST += test-netinet_in.c ## end gnulib module netinet_in-tests ## begin gnulib module open EXTRA_DIST += open.c EXTRA_libtests_a_SOURCES += open.c ## end gnulib module open ## begin gnulib module open-tests TESTS += test-open check_PROGRAMS += test-open EXTRA_DIST += test-open.h test-open.c signature.h macros.h ## end gnulib module open-tests ## begin gnulib module pathmax EXTRA_DIST += pathmax.h ## end gnulib module pathmax ## begin gnulib module pathmax-tests TESTS += test-pathmax check_PROGRAMS += test-pathmax EXTRA_DIST += test-pathmax.c ## end gnulib module pathmax-tests ## begin gnulib module poll-h-tests TESTS += test-poll-h check_PROGRAMS += test-poll-h EXTRA_DIST += test-poll-h.c ## end gnulib module poll-h-tests ## begin gnulib module putenv EXTRA_DIST += putenv.c EXTRA_libtests_a_SOURCES += putenv.c ## end gnulib module putenv ## begin gnulib module quotearg-simple-tests TESTS += test-quotearg-simple check_PROGRAMS += test-quotearg-simple test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@ EXTRA_DIST += test-quotearg-simple.c test-quotearg.h macros.h ## end gnulib module quotearg-simple-tests ## begin gnulib module recv-tests TESTS += test-recv check_PROGRAMS += test-recv test_recv_LDADD = $(LDADD) @LIBSOCKET@ EXTRA_DIST += test-recv.c signature.h macros.h ## end gnulib module recv-tests ## begin gnulib module same-inode EXTRA_DIST += same-inode.h ## end gnulib module same-inode ## begin gnulib module setenv EXTRA_DIST += setenv.c EXTRA_libtests_a_SOURCES += setenv.c ## end gnulib module setenv ## begin gnulib module setenv-tests TESTS += test-setenv check_PROGRAMS += test-setenv EXTRA_DIST += test-setenv.c signature.h macros.h ## end gnulib module setenv-tests ## begin gnulib module setlocale EXTRA_DIST += setlocale.c EXTRA_libtests_a_SOURCES += setlocale.c ## end gnulib module setlocale ## begin gnulib module setlocale-tests TESTS += test-setlocale1.sh test-setlocale2.sh TESTS_ENVIRONMENT += \ LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ LOCALE_JA='@LOCALE_JA@' \ LOCALE_ZH_CN='@LOCALE_ZH_CN@' check_PROGRAMS += test-setlocale1 test-setlocale2 EXTRA_DIST += test-setlocale1.sh test-setlocale1.c test-setlocale2.sh test-setlocale2.c signature.h macros.h ## end gnulib module setlocale-tests ## begin gnulib module shutdown-tests TESTS += test-shutdown check_PROGRAMS += test-shutdown test_shutdown_LDADD = $(LDADD) @LIBSOCKET@ EXTRA_DIST += test-shutdown.c signature.h macros.h ## end gnulib module shutdown-tests ## begin gnulib module signal-h-tests TESTS += test-signal-h check_PROGRAMS += test-signal-h EXTRA_DIST += test-signal-h.c ## end gnulib module signal-h-tests ## begin gnulib module snippet/_Noreturn # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H=$(top_srcdir)/lib/build-aux/snippet/_Noreturn.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/_Noreturn.h ## end gnulib module snippet/_Noreturn ## begin gnulib module snippet/arg-nonnull # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += arg-nonnull.h # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t ARG_NONNULL_H=arg-nonnull.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h ## end gnulib module snippet/arg-nonnull ## begin gnulib module snippet/c++defs # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += c++defs.h # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/lib/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += c++defs.h c++defs.h-t CXXDEFS_H=c++defs.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/c++defs.h ## end gnulib module snippet/c++defs ## begin gnulib module snippet/unused-parameter # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES += unused-parameter.h # The unused-parameter.h that gets inserted into generated .h files is the same # as build-aux/snippet/unused-parameter.h, except that it has the copyright # header cut off. unused-parameter.h: $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += unused-parameter.h unused-parameter.h-t UNUSED_PARAMETER_H=unused-parameter.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h ## end gnulib module snippet/unused-parameter ## begin gnulib module snippet/warn-on-use BUILT_SOURCES += warn-on-use.h # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t WARN_ON_USE_H=warn-on-use.h EXTRA_DIST += $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h ## end gnulib module snippet/warn-on-use ## begin gnulib module snprintf-tests TESTS += test-snprintf check_PROGRAMS += test-snprintf EXTRA_DIST += test-snprintf.c signature.h macros.h ## end gnulib module snprintf-tests ## begin gnulib module sockets-tests TESTS += test-sockets check_PROGRAMS += test-sockets test_sockets_LDADD = $(LDADD) @LIBSOCKET@ EXTRA_DIST += test-sockets.c ## end gnulib module sockets-tests ## begin gnulib module stat EXTRA_DIST += stat.c EXTRA_libtests_a_SOURCES += stat.c ## end gnulib module stat ## begin gnulib module stat-tests TESTS += test-stat check_PROGRAMS += test-stat test_stat_LDADD = $(LDADD) $(LIBINTL) EXTRA_DIST += test-stat.h test-stat.c signature.h macros.h ## end gnulib module stat-tests ## begin gnulib module stdalign-tests TESTS += test-stdalign check_PROGRAMS += test-stdalign EXTRA_DIST += test-stdalign.c macros.h ## end gnulib module stdalign-tests ## begin gnulib module stdbool-tests TESTS += test-stdbool check_PROGRAMS += test-stdbool EXTRA_DIST += test-stdbool.c ## end gnulib module stdbool-tests ## begin gnulib module stddef-tests TESTS += test-stddef check_PROGRAMS += test-stddef EXTRA_DIST += test-stddef.c ## end gnulib module stddef-tests ## begin gnulib module stdint-tests TESTS += test-stdint check_PROGRAMS += test-stdint EXTRA_DIST += test-stdint.c ## end gnulib module stdint-tests ## begin gnulib module stdio-tests TESTS += test-stdio check_PROGRAMS += test-stdio EXTRA_DIST += test-stdio.c ## end gnulib module stdio-tests ## begin gnulib module stdlib-tests TESTS += test-stdlib check_PROGRAMS += test-stdlib EXTRA_DIST += test-stdlib.c test-sys_wait.h ## end gnulib module stdlib-tests ## begin gnulib module strerror-tests TESTS += test-strerror check_PROGRAMS += test-strerror EXTRA_DIST += test-strerror.c signature.h macros.h ## end gnulib module strerror-tests ## begin gnulib module striconv-tests TESTS += test-striconv check_PROGRAMS += test-striconv test_striconv_LDADD = $(LDADD) @LIBICONV@ EXTRA_DIST += test-striconv.c macros.h ## end gnulib module striconv-tests ## begin gnulib module string-tests TESTS += test-string check_PROGRAMS += test-string EXTRA_DIST += test-string.c ## end gnulib module string-tests ## begin gnulib module symlink EXTRA_DIST += symlink.c EXTRA_libtests_a_SOURCES += symlink.c ## end gnulib module symlink ## begin gnulib module symlink-tests TESTS += test-symlink check_PROGRAMS += test-symlink EXTRA_DIST += test-symlink.h test-symlink.c signature.h macros.h ## end gnulib module symlink-tests ## begin gnulib module sys_select-tests TESTS += test-sys_select check_PROGRAMS += test-sys_select EXTRA_DIST += test-sys_select.c signature.h ## end gnulib module sys_select-tests ## begin gnulib module sys_socket-tests TESTS += test-sys_socket check_PROGRAMS += test-sys_socket EXTRA_DIST += test-sys_socket.c ## end gnulib module sys_socket-tests ## begin gnulib module sys_stat-tests TESTS += test-sys_stat check_PROGRAMS += test-sys_stat EXTRA_DIST += test-sys_stat.c ## end gnulib module sys_stat-tests ## begin gnulib module sys_time-tests TESTS += test-sys_time check_PROGRAMS += test-sys_time EXTRA_DIST += test-sys_time.c ## end gnulib module sys_time-tests ## begin gnulib module sys_types-tests TESTS += test-sys_types check_PROGRAMS += test-sys_types EXTRA_DIST += test-sys_types.c ## end gnulib module sys_types-tests ## begin gnulib module sys_uio-tests TESTS += test-sys_uio check_PROGRAMS += test-sys_uio EXTRA_DIST += test-sys_uio.c ## end gnulib module sys_uio-tests ## begin gnulib module test-framework-sh-tests TESTS += test-init.sh EXTRA_DIST += init.sh EXTRA_DIST += test-init.sh ## end gnulib module test-framework-sh-tests ## begin gnulib module thread libtests_a_SOURCES += glthread/thread.h glthread/thread.c ## end gnulib module thread ## begin gnulib module thread-tests TESTS += test-thread_self test-thread_create check_PROGRAMS += test-thread_self test-thread_create test_thread_self_LDADD = $(LDADD) @LIBTHREAD@ test_thread_create_LDADD = $(LDADD) @LIBMULTITHREAD@ EXTRA_DIST += test-thread_self.c test-thread_create.c macros.h ## end gnulib module thread-tests ## begin gnulib module threadlib libtests_a_SOURCES += glthread/threadlib.c EXTRA_DIST += $(top_srcdir)/lib/build-aux/config.rpath ## end gnulib module threadlib ## begin gnulib module time-tests TESTS += test-time check_PROGRAMS += test-time EXTRA_DIST += test-time.c ## end gnulib module time-tests ## begin gnulib module unistd-tests TESTS += test-unistd check_PROGRAMS += test-unistd EXTRA_DIST += test-unistd.c ## end gnulib module unistd-tests ## begin gnulib module unistr/u8-mbtoucr-tests TESTS += test-u8-mbtoucr check_PROGRAMS += test-u8-mbtoucr test_u8_mbtoucr_SOURCES = unistr/test-u8-mbtoucr.c test_u8_mbtoucr_LDADD = $(LDADD) $(LIBUNISTRING) EXTRA_DIST += unistr/test-u8-mbtoucr.c macros.h ## end gnulib module unistr/u8-mbtoucr-tests ## begin gnulib module unistr/u8-uctomb-tests TESTS += test-u8-uctomb check_PROGRAMS += test-u8-uctomb test_u8_uctomb_SOURCES = unistr/test-u8-uctomb.c test_u8_uctomb_LDADD = $(LDADD) $(LIBUNISTRING) EXTRA_DIST += unistr/test-u8-uctomb.c macros.h ## end gnulib module unistr/u8-uctomb-tests ## begin gnulib module unsetenv EXTRA_DIST += unsetenv.c EXTRA_libtests_a_SOURCES += unsetenv.c ## end gnulib module unsetenv ## begin gnulib module unsetenv-tests TESTS += test-unsetenv check_PROGRAMS += test-unsetenv EXTRA_DIST += test-unsetenv.c signature.h macros.h ## end gnulib module unsetenv-tests ## begin gnulib module vasnprintf-tests TESTS += test-vasnprintf check_PROGRAMS += test-vasnprintf EXTRA_DIST += test-vasnprintf.c macros.h ## end gnulib module vasnprintf-tests ## begin gnulib module vasprintf-tests TESTS += test-vasprintf check_PROGRAMS += test-vasprintf EXTRA_DIST += test-vasprintf.c signature.h macros.h ## end gnulib module vasprintf-tests ## begin gnulib module vc-list-files-tests TESTS += test-vc-list-files-git.sh TESTS += test-vc-list-files-cvs.sh TESTS_ENVIRONMENT += abs_aux_dir='$(abs_aux_dir)' EXTRA_DIST += test-vc-list-files-git.sh test-vc-list-files-cvs.sh ## end gnulib module vc-list-files-tests ## begin gnulib module verify-tests TESTS_ENVIRONMENT += MAKE='$(MAKE)' TESTS += test-verify test-verify.sh check_PROGRAMS += test-verify EXTRA_DIST += test-verify.c test-verify.sh ## end gnulib module verify-tests ## begin gnulib module version-etc-fsf libtests_a_SOURCES += version-etc-fsf.c ## end gnulib module version-etc-fsf ## begin gnulib module version-etc-tests TESTS += test-version-etc.sh check_PROGRAMS += test-version-etc test_version_etc_LDADD = $(LDADD) @LIBINTL@ EXTRA_DIST += test-version-etc.c test-version-etc.sh ## end gnulib module version-etc-tests ## begin gnulib module wchar-tests TESTS += test-wchar check_PROGRAMS += test-wchar EXTRA_DIST += test-wchar.c ## end gnulib module wchar-tests ## begin gnulib module wcrtomb EXTRA_DIST += wcrtomb.c EXTRA_libtests_a_SOURCES += wcrtomb.c ## end gnulib module wcrtomb ## begin gnulib module wcrtomb-tests TESTS += \ test-wcrtomb.sh \ test-wcrtomb-w32-1.sh test-wcrtomb-w32-2.sh test-wcrtomb-w32-3.sh \ test-wcrtomb-w32-4.sh test-wcrtomb-w32-5.sh TESTS_ENVIRONMENT += \ LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ LOCALE_JA='@LOCALE_JA@' \ LOCALE_ZH_CN='@LOCALE_ZH_CN@' check_PROGRAMS += test-wcrtomb test-wcrtomb-w32 EXTRA_DIST += test-wcrtomb.sh test-wcrtomb.c test-wcrtomb-w32-1.sh test-wcrtomb-w32-2.sh test-wcrtomb-w32-3.sh test-wcrtomb-w32-4.sh test-wcrtomb-w32-5.sh test-wcrtomb-w32.c signature.h macros.h ## end gnulib module wcrtomb-tests ## begin gnulib module wctob EXTRA_DIST += wctob.c EXTRA_libtests_a_SOURCES += wctob.c ## end gnulib module wctob ## begin gnulib module wctomb EXTRA_DIST += wctomb-impl.h wctomb.c EXTRA_libtests_a_SOURCES += wctomb.c ## end gnulib module wctomb ## begin gnulib module wctype-h-tests TESTS += test-wctype-h check_PROGRAMS += test-wctype-h EXTRA_DIST += test-wctype-h.c macros.h ## end gnulib module wctype-h-tests ## begin gnulib module xalloc-die-tests TESTS += test-xalloc-die.sh check_PROGRAMS += test-xalloc-die test_xalloc_die_LDADD = $(LDADD) @LIBINTL@ EXTRA_DIST += test-xalloc-die.c test-xalloc-die.sh ## end gnulib module xalloc-die-tests ## begin gnulib module yield libtests_a_SOURCES += glthread/yield.h ## end gnulib module yield # Clean up after Solaris cc. clean-local: rm -rf SunWS_cache mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : gsasl-1.8.0/gltests/test-thread_create.c0000664000000000000000000000412311746471770015140 00000000000000/* Test of gl_thread_create () macro. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2011. */ #include #include "glthread/thread.h" #include #include #include "macros.h" static gl_thread_t main_thread_before; static gl_thread_t main_thread_after; static gl_thread_t worker_thread; static int dummy; static volatile int work_done; static void * worker_thread_func (void *arg) { work_done = 1; return &dummy; } int main () { main_thread_before = gl_thread_self (); if (glthread_create (&worker_thread, worker_thread_func, NULL) == 0) { void *ret; /* Check that gl_thread_self () has the same value before than after the first call to gl_thread_create (). */ main_thread_after = gl_thread_self (); ASSERT (memcmp (&main_thread_before, &main_thread_after, sizeof (gl_thread_t)) == 0); gl_thread_join (worker_thread, &ret); /* Check the return value of the thread. */ ASSERT (ret == &dummy); /* Check that worker_thread_func () has finished executing. */ ASSERT (work_done); return 0; } else { #if USE_POSIX_THREADS || USE_SOLARIS_THREADS || USE_PTH_THREADS || USE_WINDOWS_THREADS fputs ("glthread_create failed\n", stderr); return 1; #else fputs ("Skipping test: multithreading not enabled\n", stderr); return 77; #endif } } gsasl-1.8.0/gltests/malloc.c0000664000000000000000000000273211746471770012644 00000000000000/* malloc() function that is glibc compatible. Copyright (C) 1997-1998, 2006-2007, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* written by Jim Meyering and Bruno Haible */ #define _GL_USE_STDLIB_ALLOC 1 #include /* Only the AC_FUNC_MALLOC macro defines 'malloc' already in config.h. */ #ifdef malloc # define NEED_MALLOC_GNU 1 # undef malloc /* Whereas the gnulib module 'malloc-gnu' defines HAVE_MALLOC_GNU. */ #elif GNULIB_MALLOC_GNU && !HAVE_MALLOC_GNU # define NEED_MALLOC_GNU 1 #endif #include #include /* Allocate an N-byte block of memory from the heap. If N is zero, allocate a 1-byte block. */ void * rpl_malloc (size_t n) { void *result; #if NEED_MALLOC_GNU if (n == 0) n = 1; #endif result = malloc (n); #if !HAVE_MALLOC_POSIX if (result == NULL) errno = ENOMEM; #endif return result; } gsasl-1.8.0/gltests/test-string.c0000664000000000000000000000200711746471770013653 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); int main (void) { return 0; } gsasl-1.8.0/gltests/test-striconv.c0000664000000000000000000001421411746471770014217 00000000000000/* Test of character set conversion. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include "striconv.h" #if HAVE_ICONV # include #endif #include #include #include #include "macros.h" int main () { #if HAVE_ICONV /* Assume that iconv() supports at least the encodings ASCII, ISO-8859-1, and UTF-8. */ iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); iconv_t cd_utf8_to_88591 = iconv_open ("ISO-8859-1", "UTF-8"); ASSERT (cd_88591_to_utf8 != (iconv_t)(-1)); ASSERT (cd_utf8_to_88591 != (iconv_t)(-1)); /* ------------------------- Test mem_cd_iconv() ------------------------- */ /* Test conversion from ISO-8859-1 to UTF-8 with no errors. */ { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; static const char expected[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; char *result = NULL; size_t length = 0; int retval = mem_cd_iconv (input, strlen (input), cd_88591_to_utf8, &result, &length); ASSERT (retval == 0); ASSERT (length == strlen (expected)); ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0); free (result); } /* Test conversion from UTF-8 to ISO-8859-1 with no errors. */ { static const char input[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; static const char expected[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char *result = NULL; size_t length = 0; int retval = mem_cd_iconv (input, strlen (input), cd_utf8_to_88591, &result, &length); ASSERT (retval == 0); ASSERT (length == strlen (expected)); ASSERT (result != NULL && memcmp (result, expected, strlen (expected)) == 0); free (result); } /* Test conversion from UTF-8 to ISO-8859-1 with EILSEQ. */ { static const char input[] = "\342\202\254"; /* EURO SIGN */ char *result = NULL; size_t length = 0; int retval = mem_cd_iconv (input, strlen (input), cd_utf8_to_88591, &result, &length); ASSERT (retval == -1 && errno == EILSEQ); ASSERT (result == NULL); } /* Test conversion from UTF-8 to ISO-8859-1 with EINVAL. */ { static const char input[] = "\342"; char *result = NULL; size_t length = 0; int retval = mem_cd_iconv (input, strlen (input), cd_utf8_to_88591, &result, &length); ASSERT (retval == 0); ASSERT (length == 0); free (result); } /* ------------------------- Test str_cd_iconv() ------------------------- */ /* Test conversion from ISO-8859-1 to UTF-8 with no errors. */ { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; static const char expected[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; char *result = str_cd_iconv (input, cd_88591_to_utf8); ASSERT (result != NULL); ASSERT (strcmp (result, expected) == 0); free (result); } /* Test conversion from UTF-8 to ISO-8859-1 with no errors. */ { static const char input[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; static const char expected[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char *result = str_cd_iconv (input, cd_utf8_to_88591); ASSERT (result != NULL); ASSERT (strcmp (result, expected) == 0); free (result); } /* Test conversion from UTF-8 to ISO-8859-1 with EILSEQ. */ { static const char input[] = "Costs: 27 \342\202\254"; /* EURO SIGN */ char *result = str_cd_iconv (input, cd_utf8_to_88591); ASSERT (result == NULL && errno == EILSEQ); } /* Test conversion from UTF-8 to ISO-8859-1 with EINVAL. */ { static const char input[] = "\342"; char *result = str_cd_iconv (input, cd_utf8_to_88591); ASSERT (result != NULL); ASSERT (strcmp (result, "") == 0); free (result); } iconv_close (cd_88591_to_utf8); iconv_close (cd_utf8_to_88591); /* -------------------------- Test str_iconv() -------------------------- */ /* Test conversion from ISO-8859-1 to UTF-8 with no errors. */ { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; static const char expected[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; char *result = str_iconv (input, "ISO-8859-1", "UTF-8"); ASSERT (result != NULL); ASSERT (strcmp (result, expected) == 0); free (result); } /* Test conversion from UTF-8 to ISO-8859-1 with no errors. */ { static const char input[] = "\303\204rger mit b\303\266sen B\303\274bchen ohne Augenma\303\237"; static const char expected[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char *result = str_iconv (input, "UTF-8", "ISO-8859-1"); ASSERT (result != NULL); ASSERT (strcmp (result, expected) == 0); free (result); } /* Test conversion from UTF-8 to ISO-8859-1 with EILSEQ. */ { static const char input[] = "Costs: 27 \342\202\254"; /* EURO SIGN */ char *result = str_iconv (input, "UTF-8", "ISO-8859-1"); ASSERT (result == NULL && errno == EILSEQ); } /* Test conversion from UTF-8 to ISO-8859-1 with EINVAL. */ { static const char input[] = "\342"; char *result = str_iconv (input, "UTF-8", "ISO-8859-1"); ASSERT (result != NULL); ASSERT (strcmp (result, "") == 0); free (result); } #endif return 0; } gsasl-1.8.0/gltests/test-fputc.c0000664000000000000000000000454511746471770013477 00000000000000/* Test of fputc() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fputc, int, (int, FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fputc.txt"; /* We don't have an fputc() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Test that fputc() on an unbuffered stream sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "w"); ASSERT (fp != NULL); setvbuf (fp, NULL, _IONBF, 0); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fputc ('x', fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fputc() on an unbuffered stream sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "w"); if (fp != NULL) { setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fputc ('x', fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "w"); if (fp != NULL) { setvbuf (fp, NULL, _IONBF, 0); errno = 0; ASSERT (fputc ('x', fp) == EOF); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/gltests/test-fseek2.sh0000775000000000000000000000010511746471770013714 00000000000000#!/bin/sh exec ./test-fseek${EXEEXT} 1 2 < "$srcdir/test-fseek2.sh" gsasl-1.8.0/gltests/test-stddef.c0000664000000000000000000000316411746471770013623 00000000000000/* Test of substitute. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include #include "verify.h" /* Check that appropriate types are defined. */ wchar_t a = 'c'; ptrdiff_t b = 1; size_t c = 2; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); /* Check that offsetof produces integer constants with correct type. */ struct d { char e; char f; }; /* Solaris 10 has a bug where offsetof is under-parenthesized, and cannot be used as an arbitrary expression. However, since it is unlikely to bite real code, we ignore that short-coming. */ /* verify (sizeof offsetof (struct d, e) == sizeof (size_t)); */ verify (sizeof (offsetof (struct d, e)) == sizeof (size_t)); verify (offsetof (struct d, e) < -1); /* Must be unsigned. */ verify (offsetof (struct d, f) == 1); int main (void) { return 0; } gsasl-1.8.0/gltests/test-fseeko3.sh0000775000000000000000000000022011746471770014072 00000000000000#!/bin/sh ./test-fseeko3${EXEEXT} 0 "$srcdir/test-fseeko3.sh" || exit 1 ./test-fseeko3${EXEEXT} 1 "$srcdir/test-fseeko3.sh" || exit 1 exit 0 gsasl-1.8.0/gltests/test-signal-h.c0000664000000000000000000000475211746471770014060 00000000000000/* Test of substitute. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include /* Check for required types. */ struct { size_t a; uid_t b; volatile sig_atomic_t c; sigset_t d; pid_t e; #if 0 /* Not guaranteed by gnulib. */ pthread_t f; struct timespec g; #endif } s; /* Check that NSIG is defined. */ int nsig = NSIG; int main (void) { switch (0) { /* The following are guaranteed by C. */ case 0: case SIGABRT: case SIGFPE: case SIGILL: case SIGINT: case SIGSEGV: case SIGTERM: /* The following is guaranteed by gnulib. */ #if GNULIB_SIGPIPE || defined SIGPIPE case SIGPIPE: #endif /* Ensure no conflict with other standardized names. */ #ifdef SIGALRM case SIGALRM: #endif /* On Haiku, SIGBUS is mistakenly equal to SIGSEGV. */ #if defined SIGBUS && SIGBUS != SIGSEGV case SIGBUS: #endif #ifdef SIGCHLD case SIGCHLD: #endif #ifdef SIGCONT case SIGCONT: #endif #ifdef SIGHUP case SIGHUP: #endif #ifdef SIGKILL case SIGKILL: #endif #ifdef SIGQUIT case SIGQUIT: #endif #ifdef SIGSTOP case SIGSTOP: #endif #ifdef SIGTSTP case SIGTSTP: #endif #ifdef SIGTTIN case SIGTTIN: #endif #ifdef SIGTTOU case SIGTTOU: #endif #ifdef SIGUSR1 case SIGUSR1: #endif #ifdef SIGUSR2 case SIGUSR2: #endif #ifdef SIGSYS case SIGSYS: #endif #ifdef SIGTRAP case SIGTRAP: #endif #ifdef SIGURG case SIGURG: #endif #ifdef SIGVTALRM case SIGVTALRM: #endif #ifdef SIGXCPU case SIGXCPU: #endif #ifdef SIGXFSZ case SIGXFSZ: #endif /* SIGRTMIN and SIGRTMAX need not be compile-time constants. */ #if 0 # ifdef SIGRTMIN case SIGRTMIN: # endif # ifdef SIGRTMAX case SIGRTMAX: # endif #endif ; } return s.a + s.b + s.c + s.e; } gsasl-1.8.0/gltests/getcwd-lgpl.c0000664000000000000000000000604211746471770013604 00000000000000/* Copyright (C) 2011-2012 Free Software Foundation, Inc. This file is part of gnulib. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification */ #include #include #include #if GNULIB_GETCWD /* Favor GPL getcwd.c if both getcwd and getcwd-lgpl modules are in use. */ typedef int dummy; #else /* Get the name of the current working directory, and put it in SIZE bytes of BUF. Returns NULL if the directory couldn't be determined (perhaps because the absolute name was longer than PATH_MAX, or because of missing read/search permissions on parent directories) or SIZE was too small. If successful, returns BUF. If BUF is NULL, an array is allocated with 'malloc'; the array is SIZE bytes long, unless SIZE == 0, in which case it is as big as necessary. */ # undef getcwd char * rpl_getcwd (char *buf, size_t size) { char *ptr; char *result; /* Handle single size operations. */ if (buf) { if (!size) { errno = EINVAL; return NULL; } return getcwd (buf, size); } if (size) { buf = malloc (size); if (!buf) { errno = ENOMEM; return NULL; } result = getcwd (buf, size); if (!result) { int saved_errno = errno; free (buf); errno = saved_errno; } return result; } /* Flexible sizing requested. Avoid over-allocation for the common case of a name that fits within a 4k page, minus some space for local variables, to be sure we don't skip over a guard page. */ { char tmp[4032]; size = sizeof tmp; ptr = getcwd (tmp, size); if (ptr) { result = strdup (ptr); if (!result) errno = ENOMEM; return result; } if (errno != ERANGE) return NULL; } /* My what a large directory name we have. */ do { size <<= 1; ptr = realloc (buf, size); if (ptr == NULL) { free (buf); errno = ENOMEM; return NULL; } buf = ptr; result = getcwd (buf, size); } while (!result && errno == ERANGE); if (!result) { int saved_errno = errno; free (buf); errno = saved_errno; } else { /* Trim to fit, if possible. */ result = realloc (buf, strlen (buf) + 1); if (!result) result = buf; } return result; } #endif gsasl-1.8.0/gltests/test-sockets.c0000664000000000000000000000216311746471770014023 00000000000000/* * Copyright (C) 2008-2012 Free Software Foundation, Inc. * Written by Simon Josefsson. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "sockets.h" int main (void) { int err; err = gl_sockets_startup (SOCKETS_1_1); if (err != 0) { printf ("wsastartup failed %d\n", err); return 1; } err = gl_sockets_cleanup (); if (err != 0) { printf ("wsacleanup failed %d\n", err); return 1; } (void) gl_fd_to_handle (0); return 0; } gsasl-1.8.0/gltests/test-setlocale1.sh0000775000000000000000000000150611746471770014577 00000000000000#!/bin/sh : ${LOCALE_FR=fr_FR} : ${LOCALE_FR_UTF8=fr_FR.UTF-8} : ${LOCALE_JA=ja_JP} : ${LOCALE_ZH_CN=zh_CN.GB18030} if test $LOCALE_FR = none && test $LOCALE_FR_UTF8 = none \ && test $LOCALE_JA = none && test $LOCALE_ZH_CN = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no locale for testing is installed" else echo "Skipping test: no locale for testing is supported" fi exit 77 fi if test $LOCALE_FR != none; then LC_ALL=$LOCALE_FR ./test-setlocale1${EXEEXT} || exit 1 fi if test $LOCALE_FR_UTF8 != none; then LC_ALL=$LOCALE_FR_UTF8 ./test-setlocale1${EXEEXT} || exit 1 fi if test $LOCALE_JA != none; then LC_ALL=$LOCALE_JA ./test-setlocale1${EXEEXT} || exit 1 fi if test $LOCALE_ZH_CN != none; then LC_ALL=$LOCALE_ZH_CN ./test-setlocale1${EXEEXT} || exit 1 fi exit 0 gsasl-1.8.0/gltests/Makefile.in0000664000000000000000000040154611760730721013272 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This file is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this file. If not, see . # # As a special exception to the GNU General Public License, # this file may be distributed as part of a program that # contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = test-alloca-opt$(EXEEXT) test-arpa_inet$(EXEEXT) \ test-binary-io.sh test-btowc1.sh test-btowc2.sh \ test-c-ctype$(EXEEXT) test-c-strcase.sh test-close$(EXEEXT) \ test-connect$(EXEEXT) test-dup2$(EXEEXT) test-environ$(EXEEXT) \ test-errno$(EXEEXT) test-fcntl-h$(EXEEXT) test-fdopen$(EXEEXT) \ test-fgetc$(EXEEXT) test-float$(EXEEXT) test-fputc$(EXEEXT) \ test-fread$(EXEEXT) test-fseek.sh test-fseek2.sh \ test-fseeko.sh test-fseeko2.sh test-fseeko3.sh test-fseeko4.sh \ test-fstat$(EXEEXT) test-fwrite$(EXEEXT) \ test-getaddrinfo$(EXEEXT) test-getcwd-lgpl$(EXEEXT) \ test-getdelim$(EXEEXT) test-getline$(EXEEXT) \ test-getopt$(EXEEXT) test-iconv-h$(EXEEXT) test-iconv$(EXEEXT) \ test-ignore-value$(EXEEXT) test-inet_ntop$(EXEEXT) \ test-inet_pton$(EXEEXT) test-intprops$(EXEEXT) \ test-inttypes$(EXEEXT) test-locale$(EXEEXT) \ test-localename$(EXEEXT) test-lock$(EXEEXT) test-lseek.sh \ test-lstat$(EXEEXT) test-malloca$(EXEEXT) test-mbrtowc1.sh \ test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \ test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh \ test-mbrtowc-w32-3.sh test-mbrtowc-w32-4.sh \ test-mbrtowc-w32-5.sh test-mbsinit.sh test-memchr$(EXEEXT) \ test-netdb$(EXEEXT) test-netinet_in$(EXEEXT) \ test-open$(EXEEXT) test-pathmax$(EXEEXT) test-poll-h$(EXEEXT) \ test-quotearg-simple$(EXEEXT) test-recv$(EXEEXT) \ test-setenv$(EXEEXT) test-setlocale1.sh test-setlocale2.sh \ test-shutdown$(EXEEXT) test-signal-h$(EXEEXT) \ test-snprintf$(EXEEXT) test-sockets$(EXEEXT) \ test-stat$(EXEEXT) test-stdalign$(EXEEXT) \ test-stdbool$(EXEEXT) test-stddef$(EXEEXT) \ test-stdint$(EXEEXT) test-stdio$(EXEEXT) test-stdlib$(EXEEXT) \ test-strerror$(EXEEXT) test-striconv$(EXEEXT) \ test-string$(EXEEXT) test-symlink$(EXEEXT) \ test-sys_select$(EXEEXT) test-sys_socket$(EXEEXT) \ test-sys_stat$(EXEEXT) test-sys_time$(EXEEXT) \ test-sys_types$(EXEEXT) test-sys_uio$(EXEEXT) test-init.sh \ test-thread_self$(EXEEXT) test-thread_create$(EXEEXT) \ test-time$(EXEEXT) test-unistd$(EXEEXT) \ test-u8-mbtoucr$(EXEEXT) test-u8-uctomb$(EXEEXT) \ test-unsetenv$(EXEEXT) test-vasnprintf$(EXEEXT) \ test-vasprintf$(EXEEXT) test-vc-list-files-git.sh \ test-vc-list-files-cvs.sh test-verify$(EXEEXT) test-verify.sh \ test-version-etc.sh test-wchar$(EXEEXT) test-wcrtomb.sh \ test-wcrtomb-w32-1.sh test-wcrtomb-w32-2.sh \ test-wcrtomb-w32-3.sh test-wcrtomb-w32-4.sh \ test-wcrtomb-w32-5.sh test-wctype-h$(EXEEXT) \ test-xalloc-die.sh XFAIL_TESTS = noinst_PROGRAMS = check_PROGRAMS = test-alloca-opt$(EXEEXT) test-arpa_inet$(EXEEXT) \ test-binary-io$(EXEEXT) test-btowc$(EXEEXT) \ test-c-ctype$(EXEEXT) test-c-strcasecmp$(EXEEXT) \ test-c-strncasecmp$(EXEEXT) test-close$(EXEEXT) \ test-connect$(EXEEXT) test-dup2$(EXEEXT) test-environ$(EXEEXT) \ test-errno$(EXEEXT) test-fcntl-h$(EXEEXT) test-fdopen$(EXEEXT) \ test-fgetc$(EXEEXT) test-float$(EXEEXT) test-fputc$(EXEEXT) \ test-fread$(EXEEXT) test-fseek$(EXEEXT) test-fseeko$(EXEEXT) \ test-fseeko3$(EXEEXT) test-fseeko4$(EXEEXT) \ test-fstat$(EXEEXT) test-fwrite$(EXEEXT) \ test-getaddrinfo$(EXEEXT) test-getcwd-lgpl$(EXEEXT) \ test-getdelim$(EXEEXT) test-getline$(EXEEXT) \ test-getopt$(EXEEXT) test-iconv-h$(EXEEXT) test-iconv$(EXEEXT) \ test-ignore-value$(EXEEXT) test-inet_ntop$(EXEEXT) \ test-inet_pton$(EXEEXT) test-intprops$(EXEEXT) \ test-inttypes$(EXEEXT) test-locale$(EXEEXT) \ test-localename$(EXEEXT) test-lock$(EXEEXT) \ test-lseek$(EXEEXT) test-lstat$(EXEEXT) test-malloca$(EXEEXT) \ test-mbrtowc$(EXEEXT) test-mbrtowc-w32$(EXEEXT) \ test-mbsinit$(EXEEXT) test-memchr$(EXEEXT) test-netdb$(EXEEXT) \ test-netinet_in$(EXEEXT) test-open$(EXEEXT) \ test-pathmax$(EXEEXT) test-poll-h$(EXEEXT) \ test-quotearg-simple$(EXEEXT) test-recv$(EXEEXT) \ test-setenv$(EXEEXT) test-setlocale1$(EXEEXT) \ test-setlocale2$(EXEEXT) test-shutdown$(EXEEXT) \ test-signal-h$(EXEEXT) test-snprintf$(EXEEXT) \ test-sockets$(EXEEXT) test-stat$(EXEEXT) \ test-stdalign$(EXEEXT) test-stdbool$(EXEEXT) \ test-stddef$(EXEEXT) test-stdint$(EXEEXT) test-stdio$(EXEEXT) \ test-stdlib$(EXEEXT) test-strerror$(EXEEXT) \ test-striconv$(EXEEXT) test-string$(EXEEXT) \ test-symlink$(EXEEXT) test-sys_select$(EXEEXT) \ test-sys_socket$(EXEEXT) test-sys_stat$(EXEEXT) \ test-sys_time$(EXEEXT) test-sys_types$(EXEEXT) \ test-sys_uio$(EXEEXT) test-thread_self$(EXEEXT) \ test-thread_create$(EXEEXT) test-time$(EXEEXT) \ test-unistd$(EXEEXT) test-u8-mbtoucr$(EXEEXT) \ test-u8-uctomb$(EXEEXT) test-unsetenv$(EXEEXT) \ test-vasnprintf$(EXEEXT) test-vasprintf$(EXEEXT) \ test-verify$(EXEEXT) test-version-etc$(EXEEXT) \ test-wchar$(EXEEXT) test-wcrtomb$(EXEEXT) \ test-wcrtomb-w32$(EXEEXT) test-wctype-h$(EXEEXT) \ test-xalloc-die$(EXEEXT) subdir = gltests DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) AM_V_AR = $(am__v_AR_@AM_V@) am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) am__v_AR_0 = @echo " AR " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ libtests_a_AR = $(AR) $(ARFLAGS) am__DEPENDENCIES_1 = am__dirstamp = $(am__leading_dot)dirstamp am_libtests_a_OBJECTS = localename.$(OBJEXT) glthread/lock.$(OBJEXT) \ malloca.$(OBJEXT) glthread/thread.$(OBJEXT) \ glthread/threadlib.$(OBJEXT) version-etc-fsf.$(OBJEXT) libtests_a_OBJECTS = $(am_libtests_a_OBJECTS) PROGRAMS = $(noinst_PROGRAMS) test_alloca_opt_SOURCES = test-alloca-opt.c test_alloca_opt_OBJECTS = test-alloca-opt.$(OBJEXT) test_alloca_opt_LDADD = $(LDADD) test_alloca_opt_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent test_arpa_inet_SOURCES = test-arpa_inet.c test_arpa_inet_OBJECTS = test-arpa_inet.$(OBJEXT) test_arpa_inet_LDADD = $(LDADD) test_arpa_inet_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_binary_io_SOURCES = test-binary-io.c test_binary_io_OBJECTS = test-binary-io.$(OBJEXT) test_binary_io_LDADD = $(LDADD) test_binary_io_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_btowc_SOURCES = test-btowc.c test_btowc_OBJECTS = test-btowc.$(OBJEXT) test_btowc_LDADD = $(LDADD) test_btowc_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_c_ctype_SOURCES = test-c-ctype.c test_c_ctype_OBJECTS = test-c-ctype.$(OBJEXT) test_c_ctype_LDADD = $(LDADD) test_c_ctype_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_c_strcasecmp_SOURCES = test-c-strcasecmp.c test_c_strcasecmp_OBJECTS = test-c-strcasecmp.$(OBJEXT) test_c_strcasecmp_LDADD = $(LDADD) test_c_strcasecmp_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_c_strncasecmp_SOURCES = test-c-strncasecmp.c test_c_strncasecmp_OBJECTS = test-c-strncasecmp.$(OBJEXT) test_c_strncasecmp_LDADD = $(LDADD) test_c_strncasecmp_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_close_SOURCES = test-close.c test_close_OBJECTS = test-close.$(OBJEXT) test_close_LDADD = $(LDADD) test_close_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_connect_SOURCES = test-connect.c test_connect_OBJECTS = test-connect.$(OBJEXT) am__DEPENDENCIES_2 = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_connect_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) test_dup2_SOURCES = test-dup2.c test_dup2_OBJECTS = test-dup2.$(OBJEXT) test_dup2_LDADD = $(LDADD) test_dup2_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_environ_SOURCES = test-environ.c test_environ_OBJECTS = test-environ.$(OBJEXT) test_environ_LDADD = $(LDADD) test_environ_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_errno_SOURCES = test-errno.c test_errno_OBJECTS = test-errno.$(OBJEXT) test_errno_LDADD = $(LDADD) test_errno_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fcntl_h_SOURCES = test-fcntl-h.c test_fcntl_h_OBJECTS = test-fcntl-h.$(OBJEXT) test_fcntl_h_LDADD = $(LDADD) test_fcntl_h_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fdopen_SOURCES = test-fdopen.c test_fdopen_OBJECTS = test-fdopen.$(OBJEXT) test_fdopen_LDADD = $(LDADD) test_fdopen_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fgetc_SOURCES = test-fgetc.c test_fgetc_OBJECTS = test-fgetc.$(OBJEXT) test_fgetc_LDADD = $(LDADD) test_fgetc_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_float_SOURCES = test-float.c test_float_OBJECTS = test-float.$(OBJEXT) test_float_LDADD = $(LDADD) test_float_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fputc_SOURCES = test-fputc.c test_fputc_OBJECTS = test-fputc.$(OBJEXT) test_fputc_LDADD = $(LDADD) test_fputc_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fread_SOURCES = test-fread.c test_fread_OBJECTS = test-fread.$(OBJEXT) test_fread_LDADD = $(LDADD) test_fread_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fseek_SOURCES = test-fseek.c test_fseek_OBJECTS = test-fseek.$(OBJEXT) test_fseek_LDADD = $(LDADD) test_fseek_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fseeko_SOURCES = test-fseeko.c test_fseeko_OBJECTS = test-fseeko.$(OBJEXT) test_fseeko_LDADD = $(LDADD) test_fseeko_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fseeko3_SOURCES = test-fseeko3.c test_fseeko3_OBJECTS = test-fseeko3.$(OBJEXT) test_fseeko3_LDADD = $(LDADD) test_fseeko3_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fseeko4_SOURCES = test-fseeko4.c test_fseeko4_OBJECTS = test-fseeko4.$(OBJEXT) test_fseeko4_LDADD = $(LDADD) test_fseeko4_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fstat_SOURCES = test-fstat.c test_fstat_OBJECTS = test-fstat.$(OBJEXT) test_fstat_LDADD = $(LDADD) test_fstat_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_fwrite_SOURCES = test-fwrite.c test_fwrite_OBJECTS = test-fwrite.$(OBJEXT) test_fwrite_LDADD = $(LDADD) test_fwrite_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_getaddrinfo_SOURCES = test-getaddrinfo.c test_getaddrinfo_OBJECTS = test-getaddrinfo.$(OBJEXT) test_getaddrinfo_DEPENDENCIES = $(am__DEPENDENCIES_2) test_getcwd_lgpl_SOURCES = test-getcwd-lgpl.c test_getcwd_lgpl_OBJECTS = test-getcwd-lgpl.$(OBJEXT) test_getcwd_lgpl_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) test_getdelim_SOURCES = test-getdelim.c test_getdelim_OBJECTS = test-getdelim.$(OBJEXT) test_getdelim_LDADD = $(LDADD) test_getdelim_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_getline_SOURCES = test-getline.c test_getline_OBJECTS = test-getline.$(OBJEXT) test_getline_LDADD = $(LDADD) test_getline_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_getopt_SOURCES = test-getopt.c test_getopt_OBJECTS = test-getopt.$(OBJEXT) test_getopt_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) test_iconv_SOURCES = test-iconv.c test_iconv_OBJECTS = test-iconv.$(OBJEXT) test_iconv_DEPENDENCIES = $(am__DEPENDENCIES_2) test_iconv_h_SOURCES = test-iconv-h.c test_iconv_h_OBJECTS = test-iconv-h.$(OBJEXT) test_iconv_h_LDADD = $(LDADD) test_iconv_h_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_ignore_value_SOURCES = test-ignore-value.c test_ignore_value_OBJECTS = test-ignore-value.$(OBJEXT) test_ignore_value_LDADD = $(LDADD) test_ignore_value_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_inet_ntop_SOURCES = test-inet_ntop.c test_inet_ntop_OBJECTS = test-inet_ntop.$(OBJEXT) test_inet_ntop_DEPENDENCIES = $(am__DEPENDENCIES_2) test_inet_pton_SOURCES = test-inet_pton.c test_inet_pton_OBJECTS = test-inet_pton.$(OBJEXT) test_inet_pton_DEPENDENCIES = $(am__DEPENDENCIES_2) test_intprops_SOURCES = test-intprops.c test_intprops_OBJECTS = test-intprops.$(OBJEXT) test_intprops_LDADD = $(LDADD) test_intprops_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_inttypes_SOURCES = test-inttypes.c test_inttypes_OBJECTS = test-inttypes.$(OBJEXT) test_inttypes_LDADD = $(LDADD) test_inttypes_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_locale_SOURCES = test-locale.c test_locale_OBJECTS = test-locale.$(OBJEXT) test_locale_LDADD = $(LDADD) test_locale_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_localename_SOURCES = test-localename.c test_localename_OBJECTS = test-localename.$(OBJEXT) test_localename_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) test_lock_SOURCES = test-lock.c test_lock_OBJECTS = test-lock.$(OBJEXT) test_lock_DEPENDENCIES = $(am__DEPENDENCIES_2) test_lseek_SOURCES = test-lseek.c test_lseek_OBJECTS = test-lseek.$(OBJEXT) test_lseek_LDADD = $(LDADD) test_lseek_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_lstat_SOURCES = test-lstat.c test_lstat_OBJECTS = test-lstat.$(OBJEXT) test_lstat_LDADD = $(LDADD) test_lstat_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_malloca_SOURCES = test-malloca.c test_malloca_OBJECTS = test-malloca.$(OBJEXT) test_malloca_LDADD = $(LDADD) test_malloca_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_mbrtowc_SOURCES = test-mbrtowc.c test_mbrtowc_OBJECTS = test-mbrtowc.$(OBJEXT) test_mbrtowc_LDADD = $(LDADD) test_mbrtowc_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_mbrtowc_w32_SOURCES = test-mbrtowc-w32.c test_mbrtowc_w32_OBJECTS = test-mbrtowc-w32.$(OBJEXT) test_mbrtowc_w32_LDADD = $(LDADD) test_mbrtowc_w32_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_mbsinit_SOURCES = test-mbsinit.c test_mbsinit_OBJECTS = test-mbsinit.$(OBJEXT) test_mbsinit_LDADD = $(LDADD) test_mbsinit_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_memchr_SOURCES = test-memchr.c test_memchr_OBJECTS = test-memchr.$(OBJEXT) test_memchr_LDADD = $(LDADD) test_memchr_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_netdb_SOURCES = test-netdb.c test_netdb_OBJECTS = test-netdb.$(OBJEXT) test_netdb_LDADD = $(LDADD) test_netdb_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_netinet_in_SOURCES = test-netinet_in.c test_netinet_in_OBJECTS = test-netinet_in.$(OBJEXT) test_netinet_in_LDADD = $(LDADD) test_netinet_in_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_open_SOURCES = test-open.c test_open_OBJECTS = test-open.$(OBJEXT) test_open_LDADD = $(LDADD) test_open_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_pathmax_SOURCES = test-pathmax.c test_pathmax_OBJECTS = test-pathmax.$(OBJEXT) test_pathmax_LDADD = $(LDADD) test_pathmax_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_poll_h_SOURCES = test-poll-h.c test_poll_h_OBJECTS = test-poll-h.$(OBJEXT) test_poll_h_LDADD = $(LDADD) test_poll_h_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_quotearg_simple_SOURCES = test-quotearg-simple.c test_quotearg_simple_OBJECTS = test-quotearg-simple.$(OBJEXT) test_quotearg_simple_DEPENDENCIES = $(am__DEPENDENCIES_2) test_recv_SOURCES = test-recv.c test_recv_OBJECTS = test-recv.$(OBJEXT) test_recv_DEPENDENCIES = $(am__DEPENDENCIES_2) test_setenv_SOURCES = test-setenv.c test_setenv_OBJECTS = test-setenv.$(OBJEXT) test_setenv_LDADD = $(LDADD) test_setenv_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_setlocale1_SOURCES = test-setlocale1.c test_setlocale1_OBJECTS = test-setlocale1.$(OBJEXT) test_setlocale1_LDADD = $(LDADD) test_setlocale1_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_setlocale2_SOURCES = test-setlocale2.c test_setlocale2_OBJECTS = test-setlocale2.$(OBJEXT) test_setlocale2_LDADD = $(LDADD) test_setlocale2_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_shutdown_SOURCES = test-shutdown.c test_shutdown_OBJECTS = test-shutdown.$(OBJEXT) test_shutdown_DEPENDENCIES = $(am__DEPENDENCIES_2) test_signal_h_SOURCES = test-signal-h.c test_signal_h_OBJECTS = test-signal-h.$(OBJEXT) test_signal_h_LDADD = $(LDADD) test_signal_h_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_snprintf_SOURCES = test-snprintf.c test_snprintf_OBJECTS = test-snprintf.$(OBJEXT) test_snprintf_LDADD = $(LDADD) test_snprintf_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sockets_SOURCES = test-sockets.c test_sockets_OBJECTS = test-sockets.$(OBJEXT) test_sockets_DEPENDENCIES = $(am__DEPENDENCIES_2) test_stat_SOURCES = test-stat.c test_stat_OBJECTS = test-stat.$(OBJEXT) test_stat_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) test_stdalign_SOURCES = test-stdalign.c test_stdalign_OBJECTS = test-stdalign.$(OBJEXT) test_stdalign_LDADD = $(LDADD) test_stdalign_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdbool_SOURCES = test-stdbool.c test_stdbool_OBJECTS = test-stdbool.$(OBJEXT) test_stdbool_LDADD = $(LDADD) test_stdbool_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stddef_SOURCES = test-stddef.c test_stddef_OBJECTS = test-stddef.$(OBJEXT) test_stddef_LDADD = $(LDADD) test_stddef_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdint_SOURCES = test-stdint.c test_stdint_OBJECTS = test-stdint.$(OBJEXT) test_stdint_LDADD = $(LDADD) test_stdint_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdio_SOURCES = test-stdio.c test_stdio_OBJECTS = test-stdio.$(OBJEXT) test_stdio_LDADD = $(LDADD) test_stdio_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_stdlib_SOURCES = test-stdlib.c test_stdlib_OBJECTS = test-stdlib.$(OBJEXT) test_stdlib_LDADD = $(LDADD) test_stdlib_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_strerror_SOURCES = test-strerror.c test_strerror_OBJECTS = test-strerror.$(OBJEXT) test_strerror_LDADD = $(LDADD) test_strerror_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_striconv_SOURCES = test-striconv.c test_striconv_OBJECTS = test-striconv.$(OBJEXT) test_striconv_DEPENDENCIES = $(am__DEPENDENCIES_2) test_string_SOURCES = test-string.c test_string_OBJECTS = test-string.$(OBJEXT) test_string_LDADD = $(LDADD) test_string_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_symlink_SOURCES = test-symlink.c test_symlink_OBJECTS = test-symlink.$(OBJEXT) test_symlink_LDADD = $(LDADD) test_symlink_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sys_select_SOURCES = test-sys_select.c test_sys_select_OBJECTS = test-sys_select.$(OBJEXT) test_sys_select_LDADD = $(LDADD) test_sys_select_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sys_socket_SOURCES = test-sys_socket.c test_sys_socket_OBJECTS = test-sys_socket.$(OBJEXT) test_sys_socket_LDADD = $(LDADD) test_sys_socket_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sys_stat_SOURCES = test-sys_stat.c test_sys_stat_OBJECTS = test-sys_stat.$(OBJEXT) test_sys_stat_LDADD = $(LDADD) test_sys_stat_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sys_time_SOURCES = test-sys_time.c test_sys_time_OBJECTS = test-sys_time.$(OBJEXT) test_sys_time_LDADD = $(LDADD) test_sys_time_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sys_types_SOURCES = test-sys_types.c test_sys_types_OBJECTS = test-sys_types.$(OBJEXT) test_sys_types_LDADD = $(LDADD) test_sys_types_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_sys_uio_SOURCES = test-sys_uio.c test_sys_uio_OBJECTS = test-sys_uio.$(OBJEXT) test_sys_uio_LDADD = $(LDADD) test_sys_uio_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_thread_create_SOURCES = test-thread_create.c test_thread_create_OBJECTS = test-thread_create.$(OBJEXT) test_thread_create_DEPENDENCIES = $(am__DEPENDENCIES_2) test_thread_self_SOURCES = test-thread_self.c test_thread_self_OBJECTS = test-thread_self.$(OBJEXT) test_thread_self_DEPENDENCIES = $(am__DEPENDENCIES_2) test_time_SOURCES = test-time.c test_time_OBJECTS = test-time.$(OBJEXT) test_time_LDADD = $(LDADD) test_time_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) am_test_u8_mbtoucr_OBJECTS = unistr/test-u8-mbtoucr.$(OBJEXT) test_u8_mbtoucr_OBJECTS = $(am_test_u8_mbtoucr_OBJECTS) test_u8_mbtoucr_DEPENDENCIES = $(am__DEPENDENCIES_2) am_test_u8_uctomb_OBJECTS = unistr/test-u8-uctomb.$(OBJEXT) test_u8_uctomb_OBJECTS = $(am_test_u8_uctomb_OBJECTS) test_u8_uctomb_DEPENDENCIES = $(am__DEPENDENCIES_2) test_unistd_SOURCES = test-unistd.c test_unistd_OBJECTS = test-unistd.$(OBJEXT) test_unistd_LDADD = $(LDADD) test_unistd_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_unsetenv_SOURCES = test-unsetenv.c test_unsetenv_OBJECTS = test-unsetenv.$(OBJEXT) test_unsetenv_LDADD = $(LDADD) test_unsetenv_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_vasnprintf_SOURCES = test-vasnprintf.c test_vasnprintf_OBJECTS = test-vasnprintf.$(OBJEXT) test_vasnprintf_LDADD = $(LDADD) test_vasnprintf_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_vasprintf_SOURCES = test-vasprintf.c test_vasprintf_OBJECTS = test-vasprintf.$(OBJEXT) test_vasprintf_LDADD = $(LDADD) test_vasprintf_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_verify_SOURCES = test-verify.c test_verify_OBJECTS = test-verify.$(OBJEXT) test_verify_LDADD = $(LDADD) test_verify_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_version_etc_SOURCES = test-version-etc.c test_version_etc_OBJECTS = test-version-etc.$(OBJEXT) test_version_etc_DEPENDENCIES = $(am__DEPENDENCIES_2) test_wchar_SOURCES = test-wchar.c test_wchar_OBJECTS = test-wchar.$(OBJEXT) test_wchar_LDADD = $(LDADD) test_wchar_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_wcrtomb_SOURCES = test-wcrtomb.c test_wcrtomb_OBJECTS = test-wcrtomb.$(OBJEXT) test_wcrtomb_LDADD = $(LDADD) test_wcrtomb_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_wcrtomb_w32_SOURCES = test-wcrtomb-w32.c test_wcrtomb_w32_OBJECTS = test-wcrtomb-w32.$(OBJEXT) test_wcrtomb_w32_LDADD = $(LDADD) test_wcrtomb_w32_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_wctype_h_SOURCES = test-wctype-h.c test_wctype_h_OBJECTS = test-wctype-h.$(OBJEXT) test_wctype_h_LDADD = $(LDADD) test_wctype_h_DEPENDENCIES = libtests.a ../gl/libgl.la libtests.a \ $(am__DEPENDENCIES_1) test_xalloc_die_SOURCES = test-xalloc-die.c test_xalloc_die_OBJECTS = test-xalloc-die.$(OBJEXT) test_xalloc_die_DEPENDENCIES = $(am__DEPENDENCIES_2) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ test-alloca-opt.c test-arpa_inet.c test-binary-io.c \ test-btowc.c test-c-ctype.c test-c-strcasecmp.c \ test-c-strncasecmp.c test-close.c test-connect.c test-dup2.c \ test-environ.c test-errno.c test-fcntl-h.c test-fdopen.c \ test-fgetc.c test-float.c test-fputc.c test-fread.c \ test-fseek.c test-fseeko.c test-fseeko3.c test-fseeko4.c \ test-fstat.c test-fwrite.c test-getaddrinfo.c \ test-getcwd-lgpl.c test-getdelim.c test-getline.c \ test-getopt.c test-iconv.c test-iconv-h.c test-ignore-value.c \ test-inet_ntop.c test-inet_pton.c test-intprops.c \ test-inttypes.c test-locale.c test-localename.c test-lock.c \ test-lseek.c test-lstat.c test-malloca.c test-mbrtowc.c \ test-mbrtowc-w32.c test-mbsinit.c test-memchr.c test-netdb.c \ test-netinet_in.c test-open.c test-pathmax.c test-poll-h.c \ test-quotearg-simple.c test-recv.c test-setenv.c \ test-setlocale1.c test-setlocale2.c test-shutdown.c \ test-signal-h.c test-snprintf.c test-sockets.c test-stat.c \ test-stdalign.c test-stdbool.c test-stddef.c test-stdint.c \ test-stdio.c test-stdlib.c test-strerror.c test-striconv.c \ test-string.c test-symlink.c test-sys_select.c \ test-sys_socket.c test-sys_stat.c test-sys_time.c \ test-sys_types.c test-sys_uio.c test-thread_create.c \ test-thread_self.c test-time.c $(test_u8_mbtoucr_SOURCES) \ $(test_u8_uctomb_SOURCES) test-unistd.c test-unsetenv.c \ test-vasnprintf.c test-vasprintf.c test-verify.c \ test-version-etc.c test-wchar.c test-wcrtomb.c \ test-wcrtomb-w32.c test-wctype-h.c test-xalloc-die.c DIST_SOURCES = $(libtests_a_SOURCES) $(EXTRA_libtests_a_SOURCES) \ test-alloca-opt.c test-arpa_inet.c test-binary-io.c \ test-btowc.c test-c-ctype.c test-c-strcasecmp.c \ test-c-strncasecmp.c test-close.c test-connect.c test-dup2.c \ test-environ.c test-errno.c test-fcntl-h.c test-fdopen.c \ test-fgetc.c test-float.c test-fputc.c test-fread.c \ test-fseek.c test-fseeko.c test-fseeko3.c test-fseeko4.c \ test-fstat.c test-fwrite.c test-getaddrinfo.c \ test-getcwd-lgpl.c test-getdelim.c test-getline.c \ test-getopt.c test-iconv.c test-iconv-h.c test-ignore-value.c \ test-inet_ntop.c test-inet_pton.c test-intprops.c \ test-inttypes.c test-locale.c test-localename.c test-lock.c \ test-lseek.c test-lstat.c test-malloca.c test-mbrtowc.c \ test-mbrtowc-w32.c test-mbsinit.c test-memchr.c test-netdb.c \ test-netinet_in.c test-open.c test-pathmax.c test-poll-h.c \ test-quotearg-simple.c test-recv.c test-setenv.c \ test-setlocale1.c test-setlocale2.c test-shutdown.c \ test-signal-h.c test-snprintf.c test-sockets.c test-stat.c \ test-stdalign.c test-stdbool.c test-stddef.c test-stdint.c \ test-stdio.c test-stdlib.c test-strerror.c test-striconv.c \ test-string.c test-symlink.c test-sys_select.c \ test-sys_socket.c test-sys_stat.c test-sys_time.c \ test-sys_types.c test-sys_uio.c test-thread_create.c \ test-thread_self.c test-time.c $(test_u8_mbtoucr_SOURCES) \ $(test_u8_uctomb_SOURCES) test-unistd.c test-unsetenv.c \ test-vasnprintf.c test-vasprintf.c test-verify.c \ test-version-etc.c test-wchar.c test-wcrtomb.c \ test-wcrtomb-w32.c test-wctype-h.c test-xalloc-die.c RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive HEADERS = $(noinst_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags am__tty_colors = \ red=; grn=; lgn=; blu=; std= DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.5 foreign subdir-objects SUBDIRS = . TESTS_ENVIRONMENT = EXEEXT='@EXEEXT@' srcdir='$(srcdir)' \ LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' \ LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \ LOCALE_JA='@LOCALE_JA@' LOCALE_ZH_CN='@LOCALE_ZH_CN@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ LOCALE_ZH_CN='@LOCALE_ZH_CN@' abs_aux_dir='$(abs_aux_dir)' \ MAKE='$(MAKE)' LOCALE_FR='@LOCALE_FR@' \ LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' \ LOCALE_ZH_CN='@LOCALE_ZH_CN@' noinst_HEADERS = noinst_LIBRARIES = check_LIBRARIES = libtests.a EXTRA_DIST = test-alloca-opt.c test-arpa_inet.c test-binary-io.sh \ test-binary-io.c macros.h btowc.c test-btowc1.sh \ test-btowc2.sh test-btowc.c signature.h macros.h \ test-c-ctype.c macros.h test-c-strcase.sh test-c-strcasecmp.c \ test-c-strncasecmp.c macros.h test-close.c signature.h \ macros.h test-connect.c signature.h macros.h dosname.h dup2.c \ test-dup2.c signature.h macros.h test-environ.c test-errno.c \ fcntl.in.h test-fcntl-h.c fdopen.c test-fdopen.c signature.h \ macros.h test-fgetc.c signature.h macros.h test-float.c \ macros.h fpucw.h test-fputc.c signature.h macros.h \ test-fread.c signature.h macros.h test-fseek.c test-fseek.sh \ test-fseek2.sh signature.h macros.h test-fseeko.c \ test-fseeko.sh test-fseeko2.sh test-fseeko3.c test-fseeko3.sh \ test-fseeko4.c test-fseeko4.sh signature.h macros.h \ test-fstat.c signature.h macros.h test-fwrite.c signature.h \ macros.h signature.h test-getaddrinfo.c getcwd-lgpl.c \ test-getcwd-lgpl.c signature.h macros.h test-getdelim.c \ signature.h macros.h test-getline.c signature.h macros.h \ macros.h signature.h test-getopt.c test-getopt.h \ test-getopt_long.h getpagesize.c test-iconv-h.c test-iconv.c \ signature.h macros.h ignore-value.h test-ignore-value.c \ test-inet_ntop.c signature.h macros.h inet_pton.c \ test-inet_pton.c signature.h macros.h test-intprops.c macros.h \ inttypes.in.h test-inttypes.c locale.in.h test-locale.c \ localename.h test-localename.c macros.h test-lock.c \ test-lseek.c test-lseek.sh signature.h macros.h lstat.c \ test-lstat.h test-lstat.c signature.h macros.h malloc.c \ malloca.h malloca.valgrind test-malloca.c test-mbrtowc1.sh \ test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \ test-mbrtowc.c test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh \ test-mbrtowc-w32-3.sh test-mbrtowc-w32-4.sh \ test-mbrtowc-w32-5.sh test-mbrtowc-w32.c signature.h macros.h \ test-mbsinit.sh test-mbsinit.c signature.h macros.h \ mbtowc-impl.h mbtowc.c test-memchr.c zerosize-ptr.h \ signature.h macros.h test-netdb.c test-netinet_in.c open.c \ test-open.h test-open.c signature.h macros.h pathmax.h \ test-pathmax.c test-poll-h.c putenv.c test-quotearg-simple.c \ test-quotearg.h macros.h test-recv.c signature.h macros.h \ same-inode.h setenv.c test-setenv.c signature.h macros.h \ setlocale.c test-setlocale1.sh test-setlocale1.c \ test-setlocale2.sh test-setlocale2.c signature.h macros.h \ test-shutdown.c signature.h macros.h test-signal-h.c \ $(top_srcdir)/lib/build-aux/snippet/_Noreturn.h \ $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h \ $(top_srcdir)/lib/build-aux/snippet/c++defs.h \ $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h \ $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h \ test-snprintf.c signature.h macros.h test-sockets.c stat.c \ test-stat.h test-stat.c signature.h macros.h test-stdalign.c \ macros.h test-stdbool.c test-stddef.c test-stdint.c \ test-stdio.c test-stdlib.c test-sys_wait.h test-strerror.c \ signature.h macros.h test-striconv.c macros.h test-string.c \ symlink.c test-symlink.h test-symlink.c signature.h macros.h \ test-sys_select.c signature.h test-sys_socket.c \ test-sys_stat.c test-sys_time.c test-sys_types.c \ test-sys_uio.c init.sh test-init.sh test-thread_self.c \ test-thread_create.c macros.h \ $(top_srcdir)/lib/build-aux/config.rpath test-time.c \ test-unistd.c unistr/test-u8-mbtoucr.c macros.h \ unistr/test-u8-uctomb.c macros.h unsetenv.c test-unsetenv.c \ signature.h macros.h test-vasnprintf.c macros.h \ test-vasprintf.c signature.h macros.h \ test-vc-list-files-git.sh test-vc-list-files-cvs.sh \ test-verify.c test-verify.sh test-version-etc.c \ test-version-etc.sh test-wchar.c wcrtomb.c test-wcrtomb.sh \ test-wcrtomb.c test-wcrtomb-w32-1.sh test-wcrtomb-w32-2.sh \ test-wcrtomb-w32-3.sh test-wcrtomb-w32-4.sh \ test-wcrtomb-w32-5.sh test-wcrtomb-w32.c signature.h macros.h \ wctob.c wctomb-impl.h wctomb.c test-wctype-h.c macros.h \ test-xalloc-die.c test-xalloc-die.sh # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. BUILT_SOURCES = fcntl.h inttypes.h locale.h arg-nonnull.h c++defs.h \ unused-parameter.h warn-on-use.h SUFFIXES = MOSTLYCLEANFILES = core *.stackdump fcntl.h fcntl.h-t \ test-getdelim.txt test-getline.txt inttypes.h inttypes.h-t \ locale.h locale.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h \ c++defs.h-t unused-parameter.h unused-parameter.h-t \ warn-on-use.h warn-on-use.h-t MOSTLYCLEANDIRS = CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = AM_CPPFLAGS = \ -D@gltests_WITNESS@=1 \ -I. -I$(srcdir) \ -I.. -I$(srcdir)/.. \ -I../gl -I$(srcdir)/../gl LDADD = libtests.a ../gl/libgl.la libtests.a $(LIBTESTS_LIBDEPS) libtests_a_SOURCES = binary-io.h localename.c glthread/lock.h \ glthread/lock.c malloca.c glthread/thread.h glthread/thread.c \ glthread/threadlib.c version-etc-fsf.c glthread/yield.h libtests_a_LIBADD = $(gltests_LIBOBJS) libtests_a_DEPENDENCIES = $(gltests_LIBOBJS) EXTRA_libtests_a_SOURCES = btowc.c dup2.c fdopen.c getcwd-lgpl.c \ getpagesize.c inet_pton.c lstat.c malloc.c mbtowc.c open.c \ putenv.c setenv.c setlocale.c stat.c symlink.c unsetenv.c \ wcrtomb.c wctob.c wctomb.c AM_LIBTOOLFLAGS = --preserve-dup-deps test_connect_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) test_getaddrinfo_LDADD = $(LDADD) @GETADDRINFO_LIB@ @LIBINTL@ test_getcwd_lgpl_LDADD = $(LDADD) $(LIBINTL) test_getopt_LDADD = $(LDADD) $(LIBINTL) test_iconv_LDADD = $(LDADD) @LIBICONV@ test_inet_ntop_LDADD = $(LDADD) @INET_NTOP_LIB@ test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@ test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD) test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@ test_recv_LDADD = $(LDADD) @LIBSOCKET@ test_shutdown_LDADD = $(LDADD) @LIBSOCKET@ # Because this Makefile snippet defines a variable used by other # gnulib Makefile snippets, it must be present in all Makefile.am that # need it. This is ensured by the applicability 'all' defined above. _NORETURN_H = $(top_srcdir)/lib/build-aux/snippet/_Noreturn.h ARG_NONNULL_H = arg-nonnull.h CXXDEFS_H = c++defs.h UNUSED_PARAMETER_H = unused-parameter.h WARN_ON_USE_H = warn-on-use.h test_sockets_LDADD = $(LDADD) @LIBSOCKET@ test_stat_LDADD = $(LDADD) $(LIBINTL) test_striconv_LDADD = $(LDADD) @LIBICONV@ test_thread_self_LDADD = $(LDADD) @LIBTHREAD@ test_thread_create_LDADD = $(LDADD) @LIBMULTITHREAD@ test_u8_mbtoucr_SOURCES = unistr/test-u8-mbtoucr.c test_u8_mbtoucr_LDADD = $(LDADD) $(LIBUNISTRING) test_u8_uctomb_SOURCES = unistr/test-u8-uctomb.c test_u8_uctomb_LDADD = $(LDADD) $(LIBUNISTRING) test_version_etc_LDADD = $(LDADD) @LIBINTL@ test_xalloc_die_LDADD = $(LDADD) @LIBINTL@ all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gltests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign gltests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkLIBRARIES: -test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES) clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) glthread/$(am__dirstamp): @$(MKDIR_P) glthread @: > glthread/$(am__dirstamp) glthread/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) glthread/$(DEPDIR) @: > glthread/$(DEPDIR)/$(am__dirstamp) glthread/lock.$(OBJEXT): glthread/$(am__dirstamp) \ glthread/$(DEPDIR)/$(am__dirstamp) glthread/thread.$(OBJEXT): glthread/$(am__dirstamp) \ glthread/$(DEPDIR)/$(am__dirstamp) glthread/threadlib.$(OBJEXT): glthread/$(am__dirstamp) \ glthread/$(DEPDIR)/$(am__dirstamp) libtests.a: $(libtests_a_OBJECTS) $(libtests_a_DEPENDENCIES) $(EXTRA_libtests_a_DEPENDENCIES) $(AM_V_at)-rm -f libtests.a $(AM_V_AR)$(libtests_a_AR) libtests.a $(libtests_a_OBJECTS) $(libtests_a_LIBADD) $(AM_V_at)$(RANLIB) libtests.a clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clean-noinstPROGRAMS: @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list test-alloca-opt$(EXEEXT): $(test_alloca_opt_OBJECTS) $(test_alloca_opt_DEPENDENCIES) $(EXTRA_test_alloca_opt_DEPENDENCIES) @rm -f test-alloca-opt$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_alloca_opt_OBJECTS) $(test_alloca_opt_LDADD) $(LIBS) test-arpa_inet$(EXEEXT): $(test_arpa_inet_OBJECTS) $(test_arpa_inet_DEPENDENCIES) $(EXTRA_test_arpa_inet_DEPENDENCIES) @rm -f test-arpa_inet$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_arpa_inet_OBJECTS) $(test_arpa_inet_LDADD) $(LIBS) test-binary-io$(EXEEXT): $(test_binary_io_OBJECTS) $(test_binary_io_DEPENDENCIES) $(EXTRA_test_binary_io_DEPENDENCIES) @rm -f test-binary-io$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_binary_io_OBJECTS) $(test_binary_io_LDADD) $(LIBS) test-btowc$(EXEEXT): $(test_btowc_OBJECTS) $(test_btowc_DEPENDENCIES) $(EXTRA_test_btowc_DEPENDENCIES) @rm -f test-btowc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_btowc_OBJECTS) $(test_btowc_LDADD) $(LIBS) test-c-ctype$(EXEEXT): $(test_c_ctype_OBJECTS) $(test_c_ctype_DEPENDENCIES) $(EXTRA_test_c_ctype_DEPENDENCIES) @rm -f test-c-ctype$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_c_ctype_OBJECTS) $(test_c_ctype_LDADD) $(LIBS) test-c-strcasecmp$(EXEEXT): $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_DEPENDENCIES) $(EXTRA_test_c_strcasecmp_DEPENDENCIES) @rm -f test-c-strcasecmp$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_c_strcasecmp_OBJECTS) $(test_c_strcasecmp_LDADD) $(LIBS) test-c-strncasecmp$(EXEEXT): $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_DEPENDENCIES) $(EXTRA_test_c_strncasecmp_DEPENDENCIES) @rm -f test-c-strncasecmp$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_c_strncasecmp_OBJECTS) $(test_c_strncasecmp_LDADD) $(LIBS) test-close$(EXEEXT): $(test_close_OBJECTS) $(test_close_DEPENDENCIES) $(EXTRA_test_close_DEPENDENCIES) @rm -f test-close$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_close_OBJECTS) $(test_close_LDADD) $(LIBS) test-connect$(EXEEXT): $(test_connect_OBJECTS) $(test_connect_DEPENDENCIES) $(EXTRA_test_connect_DEPENDENCIES) @rm -f test-connect$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_connect_OBJECTS) $(test_connect_LDADD) $(LIBS) test-dup2$(EXEEXT): $(test_dup2_OBJECTS) $(test_dup2_DEPENDENCIES) $(EXTRA_test_dup2_DEPENDENCIES) @rm -f test-dup2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_dup2_OBJECTS) $(test_dup2_LDADD) $(LIBS) test-environ$(EXEEXT): $(test_environ_OBJECTS) $(test_environ_DEPENDENCIES) $(EXTRA_test_environ_DEPENDENCIES) @rm -f test-environ$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_environ_OBJECTS) $(test_environ_LDADD) $(LIBS) test-errno$(EXEEXT): $(test_errno_OBJECTS) $(test_errno_DEPENDENCIES) $(EXTRA_test_errno_DEPENDENCIES) @rm -f test-errno$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_errno_OBJECTS) $(test_errno_LDADD) $(LIBS) test-fcntl-h$(EXEEXT): $(test_fcntl_h_OBJECTS) $(test_fcntl_h_DEPENDENCIES) $(EXTRA_test_fcntl_h_DEPENDENCIES) @rm -f test-fcntl-h$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fcntl_h_OBJECTS) $(test_fcntl_h_LDADD) $(LIBS) test-fdopen$(EXEEXT): $(test_fdopen_OBJECTS) $(test_fdopen_DEPENDENCIES) $(EXTRA_test_fdopen_DEPENDENCIES) @rm -f test-fdopen$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fdopen_OBJECTS) $(test_fdopen_LDADD) $(LIBS) test-fgetc$(EXEEXT): $(test_fgetc_OBJECTS) $(test_fgetc_DEPENDENCIES) $(EXTRA_test_fgetc_DEPENDENCIES) @rm -f test-fgetc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fgetc_OBJECTS) $(test_fgetc_LDADD) $(LIBS) test-float$(EXEEXT): $(test_float_OBJECTS) $(test_float_DEPENDENCIES) $(EXTRA_test_float_DEPENDENCIES) @rm -f test-float$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_float_OBJECTS) $(test_float_LDADD) $(LIBS) test-fputc$(EXEEXT): $(test_fputc_OBJECTS) $(test_fputc_DEPENDENCIES) $(EXTRA_test_fputc_DEPENDENCIES) @rm -f test-fputc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fputc_OBJECTS) $(test_fputc_LDADD) $(LIBS) test-fread$(EXEEXT): $(test_fread_OBJECTS) $(test_fread_DEPENDENCIES) $(EXTRA_test_fread_DEPENDENCIES) @rm -f test-fread$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fread_OBJECTS) $(test_fread_LDADD) $(LIBS) test-fseek$(EXEEXT): $(test_fseek_OBJECTS) $(test_fseek_DEPENDENCIES) $(EXTRA_test_fseek_DEPENDENCIES) @rm -f test-fseek$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fseek_OBJECTS) $(test_fseek_LDADD) $(LIBS) test-fseeko$(EXEEXT): $(test_fseeko_OBJECTS) $(test_fseeko_DEPENDENCIES) $(EXTRA_test_fseeko_DEPENDENCIES) @rm -f test-fseeko$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fseeko_OBJECTS) $(test_fseeko_LDADD) $(LIBS) test-fseeko3$(EXEEXT): $(test_fseeko3_OBJECTS) $(test_fseeko3_DEPENDENCIES) $(EXTRA_test_fseeko3_DEPENDENCIES) @rm -f test-fseeko3$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fseeko3_OBJECTS) $(test_fseeko3_LDADD) $(LIBS) test-fseeko4$(EXEEXT): $(test_fseeko4_OBJECTS) $(test_fseeko4_DEPENDENCIES) $(EXTRA_test_fseeko4_DEPENDENCIES) @rm -f test-fseeko4$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fseeko4_OBJECTS) $(test_fseeko4_LDADD) $(LIBS) test-fstat$(EXEEXT): $(test_fstat_OBJECTS) $(test_fstat_DEPENDENCIES) $(EXTRA_test_fstat_DEPENDENCIES) @rm -f test-fstat$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fstat_OBJECTS) $(test_fstat_LDADD) $(LIBS) test-fwrite$(EXEEXT): $(test_fwrite_OBJECTS) $(test_fwrite_DEPENDENCIES) $(EXTRA_test_fwrite_DEPENDENCIES) @rm -f test-fwrite$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_fwrite_OBJECTS) $(test_fwrite_LDADD) $(LIBS) test-getaddrinfo$(EXEEXT): $(test_getaddrinfo_OBJECTS) $(test_getaddrinfo_DEPENDENCIES) $(EXTRA_test_getaddrinfo_DEPENDENCIES) @rm -f test-getaddrinfo$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_getaddrinfo_OBJECTS) $(test_getaddrinfo_LDADD) $(LIBS) test-getcwd-lgpl$(EXEEXT): $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_DEPENDENCIES) $(EXTRA_test_getcwd_lgpl_DEPENDENCIES) @rm -f test-getcwd-lgpl$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_getcwd_lgpl_OBJECTS) $(test_getcwd_lgpl_LDADD) $(LIBS) test-getdelim$(EXEEXT): $(test_getdelim_OBJECTS) $(test_getdelim_DEPENDENCIES) $(EXTRA_test_getdelim_DEPENDENCIES) @rm -f test-getdelim$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_getdelim_OBJECTS) $(test_getdelim_LDADD) $(LIBS) test-getline$(EXEEXT): $(test_getline_OBJECTS) $(test_getline_DEPENDENCIES) $(EXTRA_test_getline_DEPENDENCIES) @rm -f test-getline$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_getline_OBJECTS) $(test_getline_LDADD) $(LIBS) test-getopt$(EXEEXT): $(test_getopt_OBJECTS) $(test_getopt_DEPENDENCIES) $(EXTRA_test_getopt_DEPENDENCIES) @rm -f test-getopt$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_getopt_OBJECTS) $(test_getopt_LDADD) $(LIBS) test-iconv$(EXEEXT): $(test_iconv_OBJECTS) $(test_iconv_DEPENDENCIES) $(EXTRA_test_iconv_DEPENDENCIES) @rm -f test-iconv$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_iconv_OBJECTS) $(test_iconv_LDADD) $(LIBS) test-iconv-h$(EXEEXT): $(test_iconv_h_OBJECTS) $(test_iconv_h_DEPENDENCIES) $(EXTRA_test_iconv_h_DEPENDENCIES) @rm -f test-iconv-h$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_iconv_h_OBJECTS) $(test_iconv_h_LDADD) $(LIBS) test-ignore-value$(EXEEXT): $(test_ignore_value_OBJECTS) $(test_ignore_value_DEPENDENCIES) $(EXTRA_test_ignore_value_DEPENDENCIES) @rm -f test-ignore-value$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_ignore_value_OBJECTS) $(test_ignore_value_LDADD) $(LIBS) test-inet_ntop$(EXEEXT): $(test_inet_ntop_OBJECTS) $(test_inet_ntop_DEPENDENCIES) $(EXTRA_test_inet_ntop_DEPENDENCIES) @rm -f test-inet_ntop$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_inet_ntop_OBJECTS) $(test_inet_ntop_LDADD) $(LIBS) test-inet_pton$(EXEEXT): $(test_inet_pton_OBJECTS) $(test_inet_pton_DEPENDENCIES) $(EXTRA_test_inet_pton_DEPENDENCIES) @rm -f test-inet_pton$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_inet_pton_OBJECTS) $(test_inet_pton_LDADD) $(LIBS) test-intprops$(EXEEXT): $(test_intprops_OBJECTS) $(test_intprops_DEPENDENCIES) $(EXTRA_test_intprops_DEPENDENCIES) @rm -f test-intprops$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_intprops_OBJECTS) $(test_intprops_LDADD) $(LIBS) test-inttypes$(EXEEXT): $(test_inttypes_OBJECTS) $(test_inttypes_DEPENDENCIES) $(EXTRA_test_inttypes_DEPENDENCIES) @rm -f test-inttypes$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_inttypes_OBJECTS) $(test_inttypes_LDADD) $(LIBS) test-locale$(EXEEXT): $(test_locale_OBJECTS) $(test_locale_DEPENDENCIES) $(EXTRA_test_locale_DEPENDENCIES) @rm -f test-locale$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_locale_OBJECTS) $(test_locale_LDADD) $(LIBS) test-localename$(EXEEXT): $(test_localename_OBJECTS) $(test_localename_DEPENDENCIES) $(EXTRA_test_localename_DEPENDENCIES) @rm -f test-localename$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_localename_OBJECTS) $(test_localename_LDADD) $(LIBS) test-lock$(EXEEXT): $(test_lock_OBJECTS) $(test_lock_DEPENDENCIES) $(EXTRA_test_lock_DEPENDENCIES) @rm -f test-lock$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_lock_OBJECTS) $(test_lock_LDADD) $(LIBS) test-lseek$(EXEEXT): $(test_lseek_OBJECTS) $(test_lseek_DEPENDENCIES) $(EXTRA_test_lseek_DEPENDENCIES) @rm -f test-lseek$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_lseek_OBJECTS) $(test_lseek_LDADD) $(LIBS) test-lstat$(EXEEXT): $(test_lstat_OBJECTS) $(test_lstat_DEPENDENCIES) $(EXTRA_test_lstat_DEPENDENCIES) @rm -f test-lstat$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_lstat_OBJECTS) $(test_lstat_LDADD) $(LIBS) test-malloca$(EXEEXT): $(test_malloca_OBJECTS) $(test_malloca_DEPENDENCIES) $(EXTRA_test_malloca_DEPENDENCIES) @rm -f test-malloca$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_malloca_OBJECTS) $(test_malloca_LDADD) $(LIBS) test-mbrtowc$(EXEEXT): $(test_mbrtowc_OBJECTS) $(test_mbrtowc_DEPENDENCIES) $(EXTRA_test_mbrtowc_DEPENDENCIES) @rm -f test-mbrtowc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_mbrtowc_OBJECTS) $(test_mbrtowc_LDADD) $(LIBS) test-mbrtowc-w32$(EXEEXT): $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_DEPENDENCIES) $(EXTRA_test_mbrtowc_w32_DEPENDENCIES) @rm -f test-mbrtowc-w32$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_mbrtowc_w32_OBJECTS) $(test_mbrtowc_w32_LDADD) $(LIBS) test-mbsinit$(EXEEXT): $(test_mbsinit_OBJECTS) $(test_mbsinit_DEPENDENCIES) $(EXTRA_test_mbsinit_DEPENDENCIES) @rm -f test-mbsinit$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_mbsinit_OBJECTS) $(test_mbsinit_LDADD) $(LIBS) test-memchr$(EXEEXT): $(test_memchr_OBJECTS) $(test_memchr_DEPENDENCIES) $(EXTRA_test_memchr_DEPENDENCIES) @rm -f test-memchr$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_memchr_OBJECTS) $(test_memchr_LDADD) $(LIBS) test-netdb$(EXEEXT): $(test_netdb_OBJECTS) $(test_netdb_DEPENDENCIES) $(EXTRA_test_netdb_DEPENDENCIES) @rm -f test-netdb$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_netdb_OBJECTS) $(test_netdb_LDADD) $(LIBS) test-netinet_in$(EXEEXT): $(test_netinet_in_OBJECTS) $(test_netinet_in_DEPENDENCIES) $(EXTRA_test_netinet_in_DEPENDENCIES) @rm -f test-netinet_in$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_netinet_in_OBJECTS) $(test_netinet_in_LDADD) $(LIBS) test-open$(EXEEXT): $(test_open_OBJECTS) $(test_open_DEPENDENCIES) $(EXTRA_test_open_DEPENDENCIES) @rm -f test-open$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_open_OBJECTS) $(test_open_LDADD) $(LIBS) test-pathmax$(EXEEXT): $(test_pathmax_OBJECTS) $(test_pathmax_DEPENDENCIES) $(EXTRA_test_pathmax_DEPENDENCIES) @rm -f test-pathmax$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_pathmax_OBJECTS) $(test_pathmax_LDADD) $(LIBS) test-poll-h$(EXEEXT): $(test_poll_h_OBJECTS) $(test_poll_h_DEPENDENCIES) $(EXTRA_test_poll_h_DEPENDENCIES) @rm -f test-poll-h$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_poll_h_OBJECTS) $(test_poll_h_LDADD) $(LIBS) test-quotearg-simple$(EXEEXT): $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_DEPENDENCIES) $(EXTRA_test_quotearg_simple_DEPENDENCIES) @rm -f test-quotearg-simple$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_quotearg_simple_OBJECTS) $(test_quotearg_simple_LDADD) $(LIBS) test-recv$(EXEEXT): $(test_recv_OBJECTS) $(test_recv_DEPENDENCIES) $(EXTRA_test_recv_DEPENDENCIES) @rm -f test-recv$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_recv_OBJECTS) $(test_recv_LDADD) $(LIBS) test-setenv$(EXEEXT): $(test_setenv_OBJECTS) $(test_setenv_DEPENDENCIES) $(EXTRA_test_setenv_DEPENDENCIES) @rm -f test-setenv$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_setenv_OBJECTS) $(test_setenv_LDADD) $(LIBS) test-setlocale1$(EXEEXT): $(test_setlocale1_OBJECTS) $(test_setlocale1_DEPENDENCIES) $(EXTRA_test_setlocale1_DEPENDENCIES) @rm -f test-setlocale1$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_setlocale1_OBJECTS) $(test_setlocale1_LDADD) $(LIBS) test-setlocale2$(EXEEXT): $(test_setlocale2_OBJECTS) $(test_setlocale2_DEPENDENCIES) $(EXTRA_test_setlocale2_DEPENDENCIES) @rm -f test-setlocale2$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_setlocale2_OBJECTS) $(test_setlocale2_LDADD) $(LIBS) test-shutdown$(EXEEXT): $(test_shutdown_OBJECTS) $(test_shutdown_DEPENDENCIES) $(EXTRA_test_shutdown_DEPENDENCIES) @rm -f test-shutdown$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_shutdown_OBJECTS) $(test_shutdown_LDADD) $(LIBS) test-signal-h$(EXEEXT): $(test_signal_h_OBJECTS) $(test_signal_h_DEPENDENCIES) $(EXTRA_test_signal_h_DEPENDENCIES) @rm -f test-signal-h$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_signal_h_OBJECTS) $(test_signal_h_LDADD) $(LIBS) test-snprintf$(EXEEXT): $(test_snprintf_OBJECTS) $(test_snprintf_DEPENDENCIES) $(EXTRA_test_snprintf_DEPENDENCIES) @rm -f test-snprintf$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_snprintf_OBJECTS) $(test_snprintf_LDADD) $(LIBS) test-sockets$(EXEEXT): $(test_sockets_OBJECTS) $(test_sockets_DEPENDENCIES) $(EXTRA_test_sockets_DEPENDENCIES) @rm -f test-sockets$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sockets_OBJECTS) $(test_sockets_LDADD) $(LIBS) test-stat$(EXEEXT): $(test_stat_OBJECTS) $(test_stat_DEPENDENCIES) $(EXTRA_test_stat_DEPENDENCIES) @rm -f test-stat$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stat_OBJECTS) $(test_stat_LDADD) $(LIBS) test-stdalign$(EXEEXT): $(test_stdalign_OBJECTS) $(test_stdalign_DEPENDENCIES) $(EXTRA_test_stdalign_DEPENDENCIES) @rm -f test-stdalign$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdalign_OBJECTS) $(test_stdalign_LDADD) $(LIBS) test-stdbool$(EXEEXT): $(test_stdbool_OBJECTS) $(test_stdbool_DEPENDENCIES) $(EXTRA_test_stdbool_DEPENDENCIES) @rm -f test-stdbool$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdbool_OBJECTS) $(test_stdbool_LDADD) $(LIBS) test-stddef$(EXEEXT): $(test_stddef_OBJECTS) $(test_stddef_DEPENDENCIES) $(EXTRA_test_stddef_DEPENDENCIES) @rm -f test-stddef$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stddef_OBJECTS) $(test_stddef_LDADD) $(LIBS) test-stdint$(EXEEXT): $(test_stdint_OBJECTS) $(test_stdint_DEPENDENCIES) $(EXTRA_test_stdint_DEPENDENCIES) @rm -f test-stdint$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdint_OBJECTS) $(test_stdint_LDADD) $(LIBS) test-stdio$(EXEEXT): $(test_stdio_OBJECTS) $(test_stdio_DEPENDENCIES) $(EXTRA_test_stdio_DEPENDENCIES) @rm -f test-stdio$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdio_OBJECTS) $(test_stdio_LDADD) $(LIBS) test-stdlib$(EXEEXT): $(test_stdlib_OBJECTS) $(test_stdlib_DEPENDENCIES) $(EXTRA_test_stdlib_DEPENDENCIES) @rm -f test-stdlib$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_stdlib_OBJECTS) $(test_stdlib_LDADD) $(LIBS) test-strerror$(EXEEXT): $(test_strerror_OBJECTS) $(test_strerror_DEPENDENCIES) $(EXTRA_test_strerror_DEPENDENCIES) @rm -f test-strerror$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_strerror_OBJECTS) $(test_strerror_LDADD) $(LIBS) test-striconv$(EXEEXT): $(test_striconv_OBJECTS) $(test_striconv_DEPENDENCIES) $(EXTRA_test_striconv_DEPENDENCIES) @rm -f test-striconv$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_striconv_OBJECTS) $(test_striconv_LDADD) $(LIBS) test-string$(EXEEXT): $(test_string_OBJECTS) $(test_string_DEPENDENCIES) $(EXTRA_test_string_DEPENDENCIES) @rm -f test-string$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_string_OBJECTS) $(test_string_LDADD) $(LIBS) test-symlink$(EXEEXT): $(test_symlink_OBJECTS) $(test_symlink_DEPENDENCIES) $(EXTRA_test_symlink_DEPENDENCIES) @rm -f test-symlink$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_symlink_OBJECTS) $(test_symlink_LDADD) $(LIBS) test-sys_select$(EXEEXT): $(test_sys_select_OBJECTS) $(test_sys_select_DEPENDENCIES) $(EXTRA_test_sys_select_DEPENDENCIES) @rm -f test-sys_select$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_select_OBJECTS) $(test_sys_select_LDADD) $(LIBS) test-sys_socket$(EXEEXT): $(test_sys_socket_OBJECTS) $(test_sys_socket_DEPENDENCIES) $(EXTRA_test_sys_socket_DEPENDENCIES) @rm -f test-sys_socket$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_socket_OBJECTS) $(test_sys_socket_LDADD) $(LIBS) test-sys_stat$(EXEEXT): $(test_sys_stat_OBJECTS) $(test_sys_stat_DEPENDENCIES) $(EXTRA_test_sys_stat_DEPENDENCIES) @rm -f test-sys_stat$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_stat_OBJECTS) $(test_sys_stat_LDADD) $(LIBS) test-sys_time$(EXEEXT): $(test_sys_time_OBJECTS) $(test_sys_time_DEPENDENCIES) $(EXTRA_test_sys_time_DEPENDENCIES) @rm -f test-sys_time$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_time_OBJECTS) $(test_sys_time_LDADD) $(LIBS) test-sys_types$(EXEEXT): $(test_sys_types_OBJECTS) $(test_sys_types_DEPENDENCIES) $(EXTRA_test_sys_types_DEPENDENCIES) @rm -f test-sys_types$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_types_OBJECTS) $(test_sys_types_LDADD) $(LIBS) test-sys_uio$(EXEEXT): $(test_sys_uio_OBJECTS) $(test_sys_uio_DEPENDENCIES) $(EXTRA_test_sys_uio_DEPENDENCIES) @rm -f test-sys_uio$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_sys_uio_OBJECTS) $(test_sys_uio_LDADD) $(LIBS) test-thread_create$(EXEEXT): $(test_thread_create_OBJECTS) $(test_thread_create_DEPENDENCIES) $(EXTRA_test_thread_create_DEPENDENCIES) @rm -f test-thread_create$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_thread_create_OBJECTS) $(test_thread_create_LDADD) $(LIBS) test-thread_self$(EXEEXT): $(test_thread_self_OBJECTS) $(test_thread_self_DEPENDENCIES) $(EXTRA_test_thread_self_DEPENDENCIES) @rm -f test-thread_self$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_thread_self_OBJECTS) $(test_thread_self_LDADD) $(LIBS) test-time$(EXEEXT): $(test_time_OBJECTS) $(test_time_DEPENDENCIES) $(EXTRA_test_time_DEPENDENCIES) @rm -f test-time$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_time_OBJECTS) $(test_time_LDADD) $(LIBS) unistr/$(am__dirstamp): @$(MKDIR_P) unistr @: > unistr/$(am__dirstamp) unistr/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) unistr/$(DEPDIR) @: > unistr/$(DEPDIR)/$(am__dirstamp) unistr/test-u8-mbtoucr.$(OBJEXT): unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) test-u8-mbtoucr$(EXEEXT): $(test_u8_mbtoucr_OBJECTS) $(test_u8_mbtoucr_DEPENDENCIES) $(EXTRA_test_u8_mbtoucr_DEPENDENCIES) @rm -f test-u8-mbtoucr$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_u8_mbtoucr_OBJECTS) $(test_u8_mbtoucr_LDADD) $(LIBS) unistr/test-u8-uctomb.$(OBJEXT): unistr/$(am__dirstamp) \ unistr/$(DEPDIR)/$(am__dirstamp) test-u8-uctomb$(EXEEXT): $(test_u8_uctomb_OBJECTS) $(test_u8_uctomb_DEPENDENCIES) $(EXTRA_test_u8_uctomb_DEPENDENCIES) @rm -f test-u8-uctomb$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_u8_uctomb_OBJECTS) $(test_u8_uctomb_LDADD) $(LIBS) test-unistd$(EXEEXT): $(test_unistd_OBJECTS) $(test_unistd_DEPENDENCIES) $(EXTRA_test_unistd_DEPENDENCIES) @rm -f test-unistd$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_unistd_OBJECTS) $(test_unistd_LDADD) $(LIBS) test-unsetenv$(EXEEXT): $(test_unsetenv_OBJECTS) $(test_unsetenv_DEPENDENCIES) $(EXTRA_test_unsetenv_DEPENDENCIES) @rm -f test-unsetenv$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_unsetenv_OBJECTS) $(test_unsetenv_LDADD) $(LIBS) test-vasnprintf$(EXEEXT): $(test_vasnprintf_OBJECTS) $(test_vasnprintf_DEPENDENCIES) $(EXTRA_test_vasnprintf_DEPENDENCIES) @rm -f test-vasnprintf$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_vasnprintf_OBJECTS) $(test_vasnprintf_LDADD) $(LIBS) test-vasprintf$(EXEEXT): $(test_vasprintf_OBJECTS) $(test_vasprintf_DEPENDENCIES) $(EXTRA_test_vasprintf_DEPENDENCIES) @rm -f test-vasprintf$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_vasprintf_OBJECTS) $(test_vasprintf_LDADD) $(LIBS) test-verify$(EXEEXT): $(test_verify_OBJECTS) $(test_verify_DEPENDENCIES) $(EXTRA_test_verify_DEPENDENCIES) @rm -f test-verify$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_verify_OBJECTS) $(test_verify_LDADD) $(LIBS) test-version-etc$(EXEEXT): $(test_version_etc_OBJECTS) $(test_version_etc_DEPENDENCIES) $(EXTRA_test_version_etc_DEPENDENCIES) @rm -f test-version-etc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_version_etc_OBJECTS) $(test_version_etc_LDADD) $(LIBS) test-wchar$(EXEEXT): $(test_wchar_OBJECTS) $(test_wchar_DEPENDENCIES) $(EXTRA_test_wchar_DEPENDENCIES) @rm -f test-wchar$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_wchar_OBJECTS) $(test_wchar_LDADD) $(LIBS) test-wcrtomb$(EXEEXT): $(test_wcrtomb_OBJECTS) $(test_wcrtomb_DEPENDENCIES) $(EXTRA_test_wcrtomb_DEPENDENCIES) @rm -f test-wcrtomb$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_wcrtomb_OBJECTS) $(test_wcrtomb_LDADD) $(LIBS) test-wcrtomb-w32$(EXEEXT): $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_DEPENDENCIES) $(EXTRA_test_wcrtomb_w32_DEPENDENCIES) @rm -f test-wcrtomb-w32$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_wcrtomb_w32_OBJECTS) $(test_wcrtomb_w32_LDADD) $(LIBS) test-wctype-h$(EXEEXT): $(test_wctype_h_OBJECTS) $(test_wctype_h_DEPENDENCIES) $(EXTRA_test_wctype_h_DEPENDENCIES) @rm -f test-wctype-h$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_wctype_h_OBJECTS) $(test_wctype_h_LDADD) $(LIBS) test-xalloc-die$(EXEEXT): $(test_xalloc_die_OBJECTS) $(test_xalloc_die_DEPENDENCIES) $(EXTRA_test_xalloc_die_DEPENDENCIES) @rm -f test-xalloc-die$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_xalloc_die_OBJECTS) $(test_xalloc_die_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f glthread/lock.$(OBJEXT) -rm -f glthread/thread.$(OBJEXT) -rm -f glthread/threadlib.$(OBJEXT) -rm -f unistr/test-u8-mbtoucr.$(OBJEXT) -rm -f unistr/test-u8-uctomb.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btowc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdopen.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcwd-lgpl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getpagesize.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_pton.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localename.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbtowc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/putenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setlocale.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symlink.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-alloca-opt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-arpa_inet.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-binary-io.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-btowc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-ctype.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strcasecmp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-c-strncasecmp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-close.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-connect.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-dup2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-environ.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-errno.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fcntl-h.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fdopen.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fgetc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-float.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fputc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fread.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fseek.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fseeko.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fseeko3.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fseeko4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fstat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-fwrite.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getaddrinfo.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getcwd-lgpl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getdelim.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getline.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-getopt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iconv-h.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-iconv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-ignore-value.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inet_ntop.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inet_pton.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-intprops.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-inttypes.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-locale.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-localename.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lock.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lseek.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-lstat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-malloca.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtowc-w32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbrtowc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-mbsinit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-memchr.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-netdb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-netinet_in.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-open.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pathmax.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-poll-h.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-quotearg-simple.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-recv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-setlocale2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-shutdown.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-signal-h.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-snprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sockets.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdalign.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdbool.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stddef.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdint.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdio.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-stdlib.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-strerror.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-striconv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-string.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-symlink.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_select.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_socket.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_stat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_time.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_types.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-sys_uio.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thread_create.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-thread_self.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-time.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unistd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-unsetenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-vasnprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-vasprintf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-verify.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-version-etc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wchar.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcrtomb-w32.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wcrtomb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-wctype-h.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-xalloc-die.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unsetenv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version-etc-fsf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcrtomb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctob.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctomb.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/lock.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/thread.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/threadlib.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u8-mbtoucr.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unistr/$(DEPDIR)/test-u8-uctomb.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ col=$$red; res=XPASS; \ ;; \ *) \ col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ col=$$blu; res=SKIP; \ fi; \ echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ All=""; \ else \ tests="tests"; \ All="All "; \ fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="$$All$$all $$tests passed"; \ else \ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all $$tests failed"; \ else \ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ if test "$$skip" -eq 1; then \ skipped="($$skip test was not run)"; \ else \ skipped="($$skip tests were not run)"; \ fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ col="$$grn"; \ else \ col="$$red"; \ fi; \ echo "$${col}$$dashes$${std}"; \ echo "$${col}$$banner$${std}"; \ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ test -z "$$report" || echo "$${col}$$report$${std}"; \ echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) installdirs: installdirs-recursive installdirs-am: install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f glthread/$(DEPDIR)/$(am__dirstamp) -rm -f glthread/$(am__dirstamp) -rm -f unistr/$(DEPDIR)/$(am__dirstamp) -rm -f unistr/$(am__dirstamp) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \ clean-libtool clean-local clean-noinstLIBRARIES \ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) glthread/$(DEPDIR) unistr/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) glthread/$(DEPDIR) unistr/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \ check-am ctags-recursive install install-am install-strip \ tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-TESTS check-am clean \ clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \ clean-libtool clean-local clean-noinstLIBRARIES \ clean-noinstPROGRAMS ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \ tags-recursive uninstall uninstall-am # We need the following in order to create when the system # doesn't have one that works with the given compiler. fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \ -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \ -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \ -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \ -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \ -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \ -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \ -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \ -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/fcntl.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \ -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \ -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \ -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \ -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \ -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \ -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/inttypes.in.h; \ } > $@-t && \ mv $@-t $@ # We need the following in order to create when the system # doesn't have one that provides all definitions. locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \ -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \ -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \ -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \ -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \ -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/locale.in.h; \ } > $@-t && \ mv $@-t $@ # The arg-nonnull.h that gets inserted into generated .h files is the same as # build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut # off. arg-nonnull.h: $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_ARG_NONNULL/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/arg-nonnull.h \ > $@-t && \ mv $@-t $@ # The c++defs.h that gets inserted into generated .h files is the same as # build-aux/snippet/c++defs.h, except that it has the copyright header cut off. c++defs.h: $(top_srcdir)/lib/build-aux/snippet/c++defs.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/_GL_CXXDEFS/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/c++defs.h \ > $@-t && \ mv $@-t $@ # The unused-parameter.h that gets inserted into generated .h files is the same # as build-aux/snippet/unused-parameter.h, except that it has the copyright # header cut off. unused-parameter.h: $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/GL_UNUSED_PARAMETER/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/unused-parameter.h \ > $@-t && \ mv $@-t $@ # The warn-on-use.h that gets inserted into generated .h files is the same as # build-aux/snippet/warn-on-use.h, except that it has the copyright header cut # off. warn-on-use.h: $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h $(AM_V_GEN)rm -f $@-t $@ && \ sed -n -e '/^.ifndef/,$$p' \ < $(top_srcdir)/lib/build-aux/snippet/warn-on-use.h \ > $@-t && \ mv $@-t $@ # Clean up after Solaris cc. clean-local: rm -rf SunWS_cache mostlyclean-local: mostlyclean-generic @for dir in '' $(MOSTLYCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ echo "rmdir $$dir"; rmdir $$dir; \ fi; \ done; \ : # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/gltests/test-vasprintf.c0000664000000000000000000000471511746471770014371 00000000000000/* Test of vasprintf() and asprintf() functions. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (asprintf, int, (char **, char const *, ...)); SIGNATURE_CHECK (vasprintf, int, (char **, char const *, va_list)); #include #include #include #include "macros.h" static int my_asprintf (char **result, const char *format, ...) { va_list args; int ret; va_start (args, format); ret = vasprintf (result, format, args); va_end (args); return ret; } static void test_vasprintf () { int repeat; for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = my_asprintf (&result, "%d", 12345); ASSERT (retval == 5); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); free (result); } for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = my_asprintf (&result, "%08lx", 12345UL); ASSERT (retval == 8); ASSERT (result != NULL); ASSERT (strcmp (result, "00003039") == 0); free (result); } } static void test_asprintf () { int repeat; for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = asprintf (&result, "%d", 12345); ASSERT (retval == 5); ASSERT (result != NULL); ASSERT (strcmp (result, "12345") == 0); free (result); } for (repeat = 0; repeat <= 8; repeat++) { char *result; int retval = asprintf (&result, "%08lx", 12345UL); ASSERT (retval == 8); ASSERT (result != NULL); ASSERT (strcmp (result, "00003039") == 0); free (result); } } int main (int argc, char *argv[]) { test_vasprintf (); test_asprintf (); return 0; } gsasl-1.8.0/gltests/test-intprops.c0000664000000000000000000002704011746471770014227 00000000000000/* Test intprops.h. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Paul Eggert. */ /* Tell gcc not to warn about the many (X < 0) expressions that the overflow macros expand to. */ #if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ # pragma GCC diagnostic ignored "-Wtype-limits" #endif #include #include "intprops.h" #include "verify.h" #include #include #include "macros.h" /* VERIFY (X) uses a static assertion for compilers that are known to work, and falls back on a dynamic assertion for other compilers. These tests should be checkable via 'verify' rather than 'ASSERT', but using 'verify' would run into a bug with HP-UX 11.23 cc; see . */ #if __GNUC__ || __SUNPRO_C # define VERIFY(x) do { verify (x); } while (0) #else # define VERIFY(x) ASSERT (x) #endif int main (void) { /* Use VERIFY for tests that must be integer constant expressions, ASSERT otherwise. */ /* TYPE_IS_INTEGER. */ ASSERT (TYPE_IS_INTEGER (bool)); ASSERT (TYPE_IS_INTEGER (char)); ASSERT (TYPE_IS_INTEGER (signed char)); ASSERT (TYPE_IS_INTEGER (unsigned char)); ASSERT (TYPE_IS_INTEGER (short int)); ASSERT (TYPE_IS_INTEGER (unsigned short int)); ASSERT (TYPE_IS_INTEGER (int)); ASSERT (TYPE_IS_INTEGER (unsigned int)); ASSERT (TYPE_IS_INTEGER (long int)); ASSERT (TYPE_IS_INTEGER (unsigned long int)); ASSERT (TYPE_IS_INTEGER (intmax_t)); ASSERT (TYPE_IS_INTEGER (uintmax_t)); ASSERT (! TYPE_IS_INTEGER (float)); ASSERT (! TYPE_IS_INTEGER (double)); ASSERT (! TYPE_IS_INTEGER (long double)); /* TYPE_SIGNED. */ /* VERIFY (! TYPE_SIGNED (bool)); // not guaranteed by gnulib substitute */ VERIFY (TYPE_SIGNED (signed char)); VERIFY (! TYPE_SIGNED (unsigned char)); VERIFY (TYPE_SIGNED (short int)); VERIFY (! TYPE_SIGNED (unsigned short int)); VERIFY (TYPE_SIGNED (int)); VERIFY (! TYPE_SIGNED (unsigned int)); VERIFY (TYPE_SIGNED (long int)); VERIFY (! TYPE_SIGNED (unsigned long int)); VERIFY (TYPE_SIGNED (intmax_t)); VERIFY (! TYPE_SIGNED (uintmax_t)); ASSERT (TYPE_SIGNED (float)); ASSERT (TYPE_SIGNED (double)); ASSERT (TYPE_SIGNED (long double)); /* Integer representation. */ VERIFY (INT_MIN + INT_MAX < 0 ? (TYPE_TWOS_COMPLEMENT (int) && ! TYPE_ONES_COMPLEMENT (int) && ! TYPE_SIGNED_MAGNITUDE (int)) : (! TYPE_TWOS_COMPLEMENT (int) && (TYPE_ONES_COMPLEMENT (int) || TYPE_SIGNED_MAGNITUDE (int)))); /* TYPE_MINIMUM, TYPE_MAXIMUM. */ VERIFY (TYPE_MINIMUM (char) == CHAR_MIN); VERIFY (TYPE_MAXIMUM (char) == CHAR_MAX); VERIFY (TYPE_MINIMUM (unsigned char) == 0); VERIFY (TYPE_MAXIMUM (unsigned char) == UCHAR_MAX); VERIFY (TYPE_MINIMUM (signed char) == SCHAR_MIN); VERIFY (TYPE_MAXIMUM (signed char) == SCHAR_MAX); VERIFY (TYPE_MINIMUM (short int) == SHRT_MIN); VERIFY (TYPE_MAXIMUM (short int) == SHRT_MAX); VERIFY (TYPE_MINIMUM (unsigned short int) == 0); VERIFY (TYPE_MAXIMUM (unsigned short int) == USHRT_MAX); VERIFY (TYPE_MINIMUM (int) == INT_MIN); VERIFY (TYPE_MAXIMUM (int) == INT_MAX); VERIFY (TYPE_MINIMUM (unsigned int) == 0); VERIFY (TYPE_MAXIMUM (unsigned int) == UINT_MAX); VERIFY (TYPE_MINIMUM (long int) == LONG_MIN); VERIFY (TYPE_MAXIMUM (long int) == LONG_MAX); VERIFY (TYPE_MINIMUM (unsigned long int) == 0); VERIFY (TYPE_MAXIMUM (unsigned long int) == ULONG_MAX); VERIFY (TYPE_MINIMUM (intmax_t) == INTMAX_MIN); VERIFY (TYPE_MAXIMUM (intmax_t) == INTMAX_MAX); VERIFY (TYPE_MINIMUM (uintmax_t) == 0); VERIFY (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX); /* INT_BITS_STRLEN_BOUND. */ VERIFY (INT_BITS_STRLEN_BOUND (1) == 1); VERIFY (INT_BITS_STRLEN_BOUND (2620) == 789); /* INT_STRLEN_BOUND, INT_BUFSIZE_BOUND. */ #ifdef INT32_MAX /* POSIX guarantees int32_t; this ports to non-POSIX. */ VERIFY (INT_STRLEN_BOUND (int32_t) == sizeof ("-2147483648") - 1); VERIFY (INT_BUFSIZE_BOUND (int32_t) == sizeof ("-2147483648")); #endif #ifdef INT64_MAX VERIFY (INT_STRLEN_BOUND (int64_t) == sizeof ("-9223372036854775808") - 1); VERIFY (INT_BUFSIZE_BOUND (int64_t) == sizeof ("-9223372036854775808")); #endif /* All the INT__RANGE_OVERFLOW tests are equally valid as INT__OVERFLOW tests, so define a single macro to do both. */ #define CHECK_BINOP(op, a, b, min, max, overflow) \ (INT_##op##_RANGE_OVERFLOW (a, b, min, max) == (overflow) \ && INT_##op##_OVERFLOW (a, b) == (overflow)) #define CHECK_UNOP(op, a, min, max, overflow) \ (INT_##op##_RANGE_OVERFLOW (a, min, max) == (overflow) \ && INT_##op##_OVERFLOW (a) == (overflow)) /* INT__RANGE_OVERFLOW, INT__OVERFLOW. */ VERIFY (INT_ADD_RANGE_OVERFLOW (INT_MAX, 1, INT_MIN, INT_MAX)); VERIFY (INT_ADD_OVERFLOW (INT_MAX, 1)); VERIFY (CHECK_BINOP (ADD, INT_MAX, 1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (ADD, INT_MAX, -1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (ADD, INT_MIN, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (ADD, INT_MIN, -1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (ADD, UINT_MAX, 1u, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (ADD, 0u, 1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MAX, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MAX, -1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MIN, 1, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (SUBTRACT, INT_MIN, -1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, UINT_MAX, 1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (SUBTRACT, 0u, 1u, 0u, UINT_MAX, true)); VERIFY (CHECK_UNOP (NEGATE, INT_MIN, INT_MIN, INT_MAX, TYPE_TWOS_COMPLEMENT (int))); VERIFY (CHECK_UNOP (NEGATE, 0, INT_MIN, INT_MAX, false)); VERIFY (CHECK_UNOP (NEGATE, INT_MAX, INT_MIN, INT_MAX, false)); VERIFY (CHECK_UNOP (NEGATE, 0u, 0u, UINT_MAX, false)); VERIFY (CHECK_UNOP (NEGATE, 1u, 0u, UINT_MAX, true)); VERIFY (CHECK_UNOP (NEGATE, UINT_MAX, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MAX, INT_MAX, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MAX, INT_MIN, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MIN, INT_MAX, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, INT_MIN, INT_MIN, INT_MIN, INT_MAX, true)); VERIFY (CHECK_BINOP (MULTIPLY, -1, INT_MIN, INT_MIN, INT_MAX, INT_NEGATE_OVERFLOW (INT_MIN))); VERIFY (CHECK_BINOP (MULTIPLY, LONG_MIN / INT_MAX, (long int) INT_MAX, LONG_MIN, LONG_MIN, false)); VERIFY (CHECK_BINOP (DIVIDE, INT_MIN, -1, INT_MIN, INT_MAX, INT_NEGATE_OVERFLOW (INT_MIN))); VERIFY (CHECK_BINOP (DIVIDE, INT_MAX, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (DIVIDE, (unsigned int) INT_MIN, -1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (REMAINDER, INT_MIN, -1, INT_MIN, INT_MAX, INT_NEGATE_OVERFLOW (INT_MIN))); VERIFY (CHECK_BINOP (REMAINDER, INT_MAX, 1, INT_MIN, INT_MAX, false)); VERIFY (CHECK_BINOP (REMAINDER, (unsigned int) INT_MIN, -1u, 0u, UINT_MAX, false)); VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX, 1, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX / 2 + 1, 1, 0u, UINT_MAX, true)); VERIFY (CHECK_BINOP (LEFT_SHIFT, UINT_MAX / 2, 1, 0u, UINT_MAX, false)); /* INT__OVERFLOW with mixed types. */ #define CHECK_SUM(a, b, overflow) \ VERIFY (INT_ADD_OVERFLOW (a, b) == (overflow)); \ VERIFY (INT_ADD_OVERFLOW (b, a) == (overflow)) CHECK_SUM (-1, LONG_MIN, true); CHECK_SUM (-1, UINT_MAX, false); CHECK_SUM (-1L, INT_MIN, INT_MIN == LONG_MIN); CHECK_SUM (0u, -1, true); CHECK_SUM (0u, 0, false); CHECK_SUM (0u, 1, false); CHECK_SUM (1, LONG_MAX, true); CHECK_SUM (1, UINT_MAX, true); CHECK_SUM (1L, INT_MAX, INT_MAX == LONG_MAX); CHECK_SUM (1u, INT_MAX, INT_MAX == UINT_MAX); CHECK_SUM (1u, INT_MIN, true); VERIFY (! INT_SUBTRACT_OVERFLOW (INT_MAX, 1u)); VERIFY (! INT_SUBTRACT_OVERFLOW (UINT_MAX, 1)); VERIFY (! INT_SUBTRACT_OVERFLOW (0u, -1)); VERIFY (INT_SUBTRACT_OVERFLOW (UINT_MAX, -1)); VERIFY (INT_SUBTRACT_OVERFLOW (INT_MIN, 1u)); VERIFY (INT_SUBTRACT_OVERFLOW (-1, 0u)); #define CHECK_PRODUCT(a, b, overflow) \ VERIFY (INT_MULTIPLY_OVERFLOW (a, b) == (overflow)); \ VERIFY (INT_MULTIPLY_OVERFLOW (b, a) == (overflow)) CHECK_PRODUCT (-1, 1u, true); CHECK_PRODUCT (-1, INT_MIN, INT_NEGATE_OVERFLOW (INT_MIN)); CHECK_PRODUCT (-1, UINT_MAX, true); CHECK_PRODUCT (-12345, LONG_MAX / -12345 - 1, true); CHECK_PRODUCT (-12345, LONG_MAX / -12345, false); CHECK_PRODUCT (0, -1, false); CHECK_PRODUCT (0, 0, false); CHECK_PRODUCT (0, 0u, false); CHECK_PRODUCT (0, 1, false); CHECK_PRODUCT (0, INT_MAX, false); CHECK_PRODUCT (0, INT_MIN, false); CHECK_PRODUCT (0, UINT_MAX, false); CHECK_PRODUCT (0u, -1, false); CHECK_PRODUCT (0u, 0, false); CHECK_PRODUCT (0u, 0u, false); CHECK_PRODUCT (0u, 1, false); CHECK_PRODUCT (0u, INT_MAX, false); CHECK_PRODUCT (0u, INT_MIN, false); CHECK_PRODUCT (0u, UINT_MAX, false); CHECK_PRODUCT (1, INT_MAX, false); CHECK_PRODUCT (1, INT_MIN, false); CHECK_PRODUCT (1, UINT_MAX, false); CHECK_PRODUCT (1u, INT_MIN, true); CHECK_PRODUCT (1u, INT_MAX, UINT_MAX < INT_MAX); CHECK_PRODUCT (INT_MAX, UINT_MAX, true); CHECK_PRODUCT (INT_MAX, ULONG_MAX, true); CHECK_PRODUCT (INT_MIN, LONG_MAX / INT_MIN - 1, true); CHECK_PRODUCT (INT_MIN, LONG_MAX / INT_MIN, false); CHECK_PRODUCT (INT_MIN, UINT_MAX, true); CHECK_PRODUCT (INT_MIN, ULONG_MAX, true); VERIFY (INT_DIVIDE_OVERFLOW (INT_MIN, -1L) == (TYPE_TWOS_COMPLEMENT (long int) && INT_MIN == LONG_MIN)); VERIFY (! INT_DIVIDE_OVERFLOW (INT_MIN, UINT_MAX)); VERIFY (! INT_DIVIDE_OVERFLOW (INTMAX_MIN, UINTMAX_MAX)); VERIFY (! INT_DIVIDE_OVERFLOW (INTMAX_MIN, UINT_MAX)); VERIFY (INT_DIVIDE_OVERFLOW (-11, 10u)); VERIFY (INT_DIVIDE_OVERFLOW (-10, 10u)); VERIFY (! INT_DIVIDE_OVERFLOW (-9, 10u)); VERIFY (INT_DIVIDE_OVERFLOW (11u, -10)); VERIFY (INT_DIVIDE_OVERFLOW (10u, -10)); VERIFY (! INT_DIVIDE_OVERFLOW (9u, -10)); VERIFY (INT_REMAINDER_OVERFLOW (INT_MIN, -1L) == (TYPE_TWOS_COMPLEMENT (long int) && INT_MIN == LONG_MIN)); VERIFY (INT_REMAINDER_OVERFLOW (-1, UINT_MAX)); VERIFY (INT_REMAINDER_OVERFLOW ((intmax_t) -1, UINTMAX_MAX)); VERIFY (INT_REMAINDER_OVERFLOW (INTMAX_MIN, UINT_MAX) == (INTMAX_MAX < UINT_MAX && - (unsigned int) INTMAX_MIN % UINT_MAX != 0)); VERIFY (INT_REMAINDER_OVERFLOW (INT_MIN, ULONG_MAX) == (INT_MIN % ULONG_MAX != 1)); VERIFY (! INT_REMAINDER_OVERFLOW (1u, -1)); VERIFY (! INT_REMAINDER_OVERFLOW (37*39u, -39)); VERIFY (INT_REMAINDER_OVERFLOW (37*39u + 1, -39)); VERIFY (INT_REMAINDER_OVERFLOW (37*39u - 1, -39)); VERIFY (! INT_REMAINDER_OVERFLOW (LONG_MAX, -INT_MAX)); return 0; } gsasl-1.8.0/gltests/test-stdint.c0000664000000000000000000002617611746471770013667 00000000000000/* Test of substitute. Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2006. */ #include /* Whether to enable pedantic checks. */ #define DO_PEDANTIC 0 #include #include "verify.h" #include "intprops.h" #if __GNUC__ >= 2 && DO_PEDANTIC # define verify_same_types(expr1,expr2) \ extern void _verify_func(__LINE__) (__typeof__ (expr1) *); \ extern void _verify_func(__LINE__) (__typeof__ (expr2) *); # define _verify_func(line) _verify_func2(line) # define _verify_func2(line) verify_func_ ## line #else # define verify_same_types(expr1,expr2) extern void verify_func (int) #endif /* 7.18.1.1. Exact-width integer types */ /* 7.18.2.1. Limits of exact-width integer types */ int8_t a1[3] = { INT8_C (17), INT8_MIN, INT8_MAX }; verify (TYPE_MINIMUM (int8_t) == INT8_MIN); verify (TYPE_MAXIMUM (int8_t) == INT8_MAX); verify_same_types (INT8_MIN, (int8_t) 0 + 0); verify_same_types (INT8_MAX, (int8_t) 0 + 0); int16_t a2[3] = { INT16_C (17), INT16_MIN, INT16_MAX }; verify (TYPE_MINIMUM (int16_t) == INT16_MIN); verify (TYPE_MAXIMUM (int16_t) == INT16_MAX); verify_same_types (INT16_MIN, (int16_t) 0 + 0); verify_same_types (INT16_MAX, (int16_t) 0 + 0); int32_t a3[3] = { INT32_C (17), INT32_MIN, INT32_MAX }; verify (TYPE_MINIMUM (int32_t) == INT32_MIN); verify (TYPE_MAXIMUM (int32_t) == INT32_MAX); verify_same_types (INT32_MIN, (int32_t) 0 + 0); verify_same_types (INT32_MAX, (int32_t) 0 + 0); #ifdef INT64_MAX int64_t a4[3] = { INT64_C (17), INT64_MIN, INT64_MAX }; verify (TYPE_MINIMUM (int64_t) == INT64_MIN); verify (TYPE_MAXIMUM (int64_t) == INT64_MAX); verify_same_types (INT64_MIN, (int64_t) 0 + 0); verify_same_types (INT64_MAX, (int64_t) 0 + 0); #endif uint8_t b1[2] = { UINT8_C (17), UINT8_MAX }; verify (TYPE_MAXIMUM (uint8_t) == UINT8_MAX); verify_same_types (UINT8_MAX, (uint8_t) 0 + 0); uint16_t b2[2] = { UINT16_C (17), UINT16_MAX }; verify (TYPE_MAXIMUM (uint16_t) == UINT16_MAX); verify_same_types (UINT16_MAX, (uint16_t) 0 + 0); uint32_t b3[2] = { UINT32_C (17), UINT32_MAX }; verify (TYPE_MAXIMUM (uint32_t) == UINT32_MAX); verify_same_types (UINT32_MAX, (uint32_t) 0 + 0); #ifdef UINT64_MAX uint64_t b4[2] = { UINT64_C (17), UINT64_MAX }; verify (TYPE_MAXIMUM (uint64_t) == UINT64_MAX); verify_same_types (UINT64_MAX, (uint64_t) 0 + 0); #endif #if INT8_MIN && INT8_MAX && INT16_MIN && INT16_MAX && INT32_MIN && INT32_MAX /* ok */ #else err or; #endif #if UINT8_MAX && UINT16_MAX && UINT32_MAX /* ok */ #else err or; #endif /* 7.18.1.2. Minimum-width integer types */ /* 7.18.2.2. Limits of minimum-width integer types */ int_least8_t c1[3] = { 17, INT_LEAST8_MIN, INT_LEAST8_MAX }; verify (TYPE_MINIMUM (int_least8_t) == INT_LEAST8_MIN); verify (TYPE_MAXIMUM (int_least8_t) == INT_LEAST8_MAX); verify_same_types (INT_LEAST8_MIN, (int_least8_t) 0 + 0); verify_same_types (INT_LEAST8_MAX, (int_least8_t) 0 + 0); int_least16_t c2[3] = { 17, INT_LEAST16_MIN, INT_LEAST16_MAX }; verify (TYPE_MINIMUM (int_least16_t) == INT_LEAST16_MIN); verify (TYPE_MAXIMUM (int_least16_t) == INT_LEAST16_MAX); verify_same_types (INT_LEAST16_MIN, (int_least16_t) 0 + 0); verify_same_types (INT_LEAST16_MAX, (int_least16_t) 0 + 0); int_least32_t c3[3] = { 17, INT_LEAST32_MIN, INT_LEAST32_MAX }; verify (TYPE_MINIMUM (int_least32_t) == INT_LEAST32_MIN); verify (TYPE_MAXIMUM (int_least32_t) == INT_LEAST32_MAX); verify_same_types (INT_LEAST32_MIN, (int_least32_t) 0 + 0); verify_same_types (INT_LEAST32_MAX, (int_least32_t) 0 + 0); #ifdef INT_LEAST64_MAX int_least64_t c4[3] = { 17, INT_LEAST64_MIN, INT_LEAST64_MAX }; verify (TYPE_MINIMUM (int_least64_t) == INT_LEAST64_MIN); verify (TYPE_MAXIMUM (int_least64_t) == INT_LEAST64_MAX); verify_same_types (INT_LEAST64_MIN, (int_least64_t) 0 + 0); verify_same_types (INT_LEAST64_MAX, (int_least64_t) 0 + 0); #endif uint_least8_t d1[2] = { 17, UINT_LEAST8_MAX }; verify (TYPE_MAXIMUM (uint_least8_t) == UINT_LEAST8_MAX); verify_same_types (UINT_LEAST8_MAX, (uint_least8_t) 0 + 0); uint_least16_t d2[2] = { 17, UINT_LEAST16_MAX }; verify (TYPE_MAXIMUM (uint_least16_t) == UINT_LEAST16_MAX); verify_same_types (UINT_LEAST16_MAX, (uint_least16_t) 0 + 0); uint_least32_t d3[2] = { 17, UINT_LEAST32_MAX }; verify (TYPE_MAXIMUM (uint_least32_t) == UINT_LEAST32_MAX); verify_same_types (UINT_LEAST32_MAX, (uint_least32_t) 0 + 0); #ifdef UINT_LEAST64_MAX uint_least64_t d4[2] = { 17, UINT_LEAST64_MAX }; verify (TYPE_MAXIMUM (uint_least64_t) == UINT_LEAST64_MAX); verify_same_types (UINT_LEAST64_MAX, (uint_least64_t) 0 + 0); #endif #if INT_LEAST8_MIN && INT_LEAST8_MAX && INT_LEAST16_MIN && INT_LEAST16_MAX && INT_LEAST32_MIN && INT_LEAST32_MAX /* ok */ #else err or; #endif #if UINT_LEAST8_MAX && UINT_LEAST16_MAX && UINT_LEAST32_MAX /* ok */ #else err or; #endif /* 7.18.1.3. Fastest minimum-width integer types */ /* 7.18.2.3. Limits of fastest minimum-width integer types */ int_fast8_t e1[3] = { 17, INT_FAST8_MIN, INT_FAST8_MAX }; verify (TYPE_MINIMUM (int_fast8_t) == INT_FAST8_MIN); verify (TYPE_MAXIMUM (int_fast8_t) == INT_FAST8_MAX); verify_same_types (INT_FAST8_MIN, (int_fast8_t) 0 + 0); verify_same_types (INT_FAST8_MAX, (int_fast8_t) 0 + 0); int_fast16_t e2[3] = { 17, INT_FAST16_MIN, INT_FAST16_MAX }; verify (TYPE_MINIMUM (int_fast16_t) == INT_FAST16_MIN); verify (TYPE_MAXIMUM (int_fast16_t) == INT_FAST16_MAX); verify_same_types (INT_FAST16_MIN, (int_fast16_t) 0 + 0); verify_same_types (INT_FAST16_MAX, (int_fast16_t) 0 + 0); int_fast32_t e3[3] = { 17, INT_FAST32_MIN, INT_FAST32_MAX }; verify (TYPE_MINIMUM (int_fast32_t) == INT_FAST32_MIN); verify (TYPE_MAXIMUM (int_fast32_t) == INT_FAST32_MAX); verify_same_types (INT_FAST32_MIN, (int_fast32_t) 0 + 0); verify_same_types (INT_FAST32_MAX, (int_fast32_t) 0 + 0); #ifdef INT_FAST64_MAX int_fast64_t e4[3] = { 17, INT_FAST64_MIN, INT_FAST64_MAX }; verify (TYPE_MINIMUM (int_fast64_t) == INT_FAST64_MIN); verify (TYPE_MAXIMUM (int_fast64_t) == INT_FAST64_MAX); verify_same_types (INT_FAST64_MIN, (int_fast64_t) 0 + 0); verify_same_types (INT_FAST64_MAX, (int_fast64_t) 0 + 0); #endif uint_fast8_t f1[2] = { 17, UINT_FAST8_MAX }; verify (TYPE_MAXIMUM (uint_fast8_t) == UINT_FAST8_MAX); verify_same_types (UINT_FAST8_MAX, (uint_fast8_t) 0 + 0); uint_fast16_t f2[2] = { 17, UINT_FAST16_MAX }; verify (TYPE_MAXIMUM (uint_fast16_t) == UINT_FAST16_MAX); verify_same_types (UINT_FAST16_MAX, (uint_fast16_t) 0 + 0); uint_fast32_t f3[2] = { 17, UINT_FAST32_MAX }; verify (TYPE_MAXIMUM (uint_fast32_t) == UINT_FAST32_MAX); verify_same_types (UINT_FAST32_MAX, (uint_fast32_t) 0 + 0); #ifdef UINT_FAST64_MAX uint_fast64_t f4[2] = { 17, UINT_FAST64_MAX }; verify (TYPE_MAXIMUM (uint_fast64_t) == UINT_FAST64_MAX); verify_same_types (UINT_FAST64_MAX, (uint_fast64_t) 0 + 0); #endif #if INT_FAST8_MIN && INT_FAST8_MAX && INT_FAST16_MIN && INT_FAST16_MAX && INT_FAST32_MIN && INT_FAST32_MAX /* ok */ #else err or; #endif #if UINT_FAST8_MAX && UINT_FAST16_MAX && UINT_FAST32_MAX /* ok */ #else err or; #endif /* 7.18.1.4. Integer types capable of holding object pointers */ /* 7.18.2.4. Limits of integer types capable of holding object pointers */ intptr_t g[3] = { 17, INTPTR_MIN, INTPTR_MAX }; verify (TYPE_MINIMUM (intptr_t) == INTPTR_MIN); verify (TYPE_MAXIMUM (intptr_t) == INTPTR_MAX); verify_same_types (INTPTR_MIN, (intptr_t) 0 + 0); verify_same_types (INTPTR_MAX, (intptr_t) 0 + 0); uintptr_t h[2] = { 17, UINTPTR_MAX }; verify (TYPE_MAXIMUM (uintptr_t) == UINTPTR_MAX); verify_same_types (UINTPTR_MAX, (uintptr_t) 0 + 0); #if INTPTR_MIN && INTPTR_MAX && UINTPTR_MAX /* ok */ #else err or; #endif /* 7.18.1.5. Greatest-width integer types */ /* 7.18.2.5. Limits of greatest-width integer types */ intmax_t i[3] = { INTMAX_C (17), INTMAX_MIN, INTMAX_MAX }; verify (TYPE_MINIMUM (intmax_t) == INTMAX_MIN); verify (TYPE_MAXIMUM (intmax_t) == INTMAX_MAX); verify_same_types (INTMAX_MIN, (intmax_t) 0 + 0); verify_same_types (INTMAX_MAX, (intmax_t) 0 + 0); uintmax_t j[2] = { UINTMAX_C (17), UINTMAX_MAX }; verify (TYPE_MAXIMUM (uintmax_t) == UINTMAX_MAX); verify_same_types (UINTMAX_MAX, (uintmax_t) 0 + 0); /* As of 2007, Sun C and HP-UX 10.20 cc don't support 'long long' constants in the preprocessor. */ #if !(defined __SUNPRO_C || (defined __hpux && !defined __GNUC__)) #if INTMAX_MIN && INTMAX_MAX && UINTMAX_MAX /* ok */ #else err or; #endif #endif /* 7.18.3. Limits of other integer types */ #include verify (TYPE_MINIMUM (ptrdiff_t) == PTRDIFF_MIN); verify (TYPE_MAXIMUM (ptrdiff_t) == PTRDIFF_MAX); verify_same_types (PTRDIFF_MIN, (ptrdiff_t) 0 + 0); verify_same_types (PTRDIFF_MAX, (ptrdiff_t) 0 + 0); #if PTRDIFF_MIN && PTRDIFF_MAX /* ok */ #else err or; #endif #include verify (TYPE_MINIMUM (sig_atomic_t) == SIG_ATOMIC_MIN); verify (TYPE_MAXIMUM (sig_atomic_t) == SIG_ATOMIC_MAX); verify_same_types (SIG_ATOMIC_MIN, (sig_atomic_t) 0 + 0); verify_same_types (SIG_ATOMIC_MAX, (sig_atomic_t) 0 + 0); #if SIG_ATOMIC_MIN != 17 && SIG_ATOMIC_MAX /* ok */ #else err or; #endif verify (TYPE_MAXIMUM (size_t) == SIZE_MAX); verify_same_types (SIZE_MAX, (size_t) 0 + 0); #if SIZE_MAX /* ok */ #else err or; #endif #if HAVE_WCHAR_T verify (TYPE_MINIMUM (wchar_t) == WCHAR_MIN); verify (TYPE_MAXIMUM (wchar_t) == WCHAR_MAX); verify_same_types (WCHAR_MIN, (wchar_t) 0 + 0); verify_same_types (WCHAR_MAX, (wchar_t) 0 + 0); # if WCHAR_MIN != 17 && WCHAR_MAX /* ok */ # else err or; # endif #endif #if HAVE_WINT_T # include verify (TYPE_MINIMUM (wint_t) == WINT_MIN); verify (TYPE_MAXIMUM (wint_t) == WINT_MAX); verify_same_types (WINT_MIN, (wint_t) 0 + 0); verify_same_types (WINT_MAX, (wint_t) 0 + 0); # if WINT_MIN != 17 && WINT_MAX /* ok */ # else err or; # endif #endif /* 7.18.4. Macros for integer constants */ verify (INT8_C (17) == 17); verify_same_types (INT8_C (17), (int_least8_t)0 + 0); verify (UINT8_C (17) == 17); verify_same_types (UINT8_C (17), (uint_least8_t)0 + 0); verify (INT16_C (17) == 17); verify_same_types (INT16_C (17), (int_least16_t)0 + 0); verify (UINT16_C (17) == 17); verify_same_types (UINT16_C (17), (uint_least16_t)0 + 0); verify (INT32_C (17) == 17); verify_same_types (INT32_C (17), (int_least32_t)0 + 0); verify (UINT32_C (17) == 17); verify_same_types (UINT32_C (17), (uint_least32_t)0 + 0); #ifdef INT64_C verify (INT64_C (17) == 17); verify_same_types (INT64_C (17), (int_least64_t)0 + 0); #endif #ifdef UINT64_C verify (UINT64_C (17) == 17); verify_same_types (UINT64_C (17), (uint_least64_t)0 + 0); #endif verify (INTMAX_C (17) == 17); verify_same_types (INTMAX_C (17), (intmax_t)0 + 0); verify (UINTMAX_C (17) == 17); verify_same_types (UINTMAX_C (17), (uintmax_t)0 + 0); int main (void) { return 0; } gsasl-1.8.0/gltests/test-recv.c0000664000000000000000000000237711746471770013316 00000000000000/* Test the recv() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (recv, ssize_t, (int, void *, size_t, int)); #include #include "sockets.h" #include "macros.h" int main (void) { (void) gl_sockets_startup (SOCKETS_1_1); /* Test behaviour for invalid file descriptors. */ { char byte; errno = 0; ASSERT (recv (-1, &byte, 1, 0) == -1); ASSERT (errno == EBADF); } { char byte; errno = 0; ASSERT (recv (99, &byte, 1, 0) == -1); ASSERT (errno == EBADF); } return 0; } gsasl-1.8.0/gltests/test-dup2.c0000664000000000000000000001321411746471770013221 00000000000000/* Test duplicating file descriptors. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include #include "signature.h" SIGNATURE_CHECK (dup2, int, (int, int)); #include #include #include "binary-io.h" #if GNULIB_TEST_CLOEXEC # include "cloexec.h" #endif #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* Get declarations of the native Windows API functions. */ # define WIN32_LEAN_AND_MEAN # include /* Get _get_osfhandle. */ # include "msvc-nothrow.h" #endif #include "macros.h" /* Return non-zero if FD is open. */ static int is_open (int fd) { #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* On native Windows, the initial state of unassigned standard file descriptors is that they are open but point to an INVALID_HANDLE_VALUE, and there is no fcntl. */ return (HANDLE) _get_osfhandle (fd) != INVALID_HANDLE_VALUE; #else # ifndef F_GETFL # error Please port fcntl to your platform # endif return 0 <= fcntl (fd, F_GETFL); #endif } #if GNULIB_TEST_CLOEXEC /* Return non-zero if FD is open and inheritable across exec/spawn. */ static int is_inheritable (int fd) { # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* On native Windows, the initial state of unassigned standard file descriptors is that they are open but point to an INVALID_HANDLE_VALUE, and there is no fcntl. */ HANDLE h = (HANDLE) _get_osfhandle (fd); DWORD flags; if (h == INVALID_HANDLE_VALUE || GetHandleInformation (h, &flags) == 0) return 0; return (flags & HANDLE_FLAG_INHERIT) != 0; # else # ifndef F_GETFD # error Please port fcntl to your platform # endif int i = fcntl (fd, F_GETFD); return 0 <= i && (i & FD_CLOEXEC) == 0; # endif } #endif /* GNULIB_TEST_CLOEXEC */ #if !O_BINARY # define setmode(f,m) zero () static int zero (void) { return 0; } #endif /* Return non-zero if FD is open in the given MODE, which is either O_TEXT or O_BINARY. */ static int is_mode (int fd, int mode) { int value = setmode (fd, O_BINARY); setmode (fd, value); return mode == value; } int main (void) { const char *file = "test-dup2.tmp"; char buffer[1]; int fd = open (file, O_CREAT | O_TRUNC | O_RDWR, 0600); /* Assume std descriptors were provided by invoker. */ ASSERT (STDERR_FILENO < fd); ASSERT (is_open (fd)); /* Ignore any other fd's leaked into this process. */ close (fd + 1); close (fd + 2); ASSERT (!is_open (fd + 1)); ASSERT (!is_open (fd + 2)); /* Assigning to self must be a no-op. */ ASSERT (dup2 (fd, fd) == fd); ASSERT (is_open (fd)); /* The source must be valid. */ errno = 0; ASSERT (dup2 (-1, fd) == -1); ASSERT (errno == EBADF); errno = 0; ASSERT (dup2 (99, fd) == -1); ASSERT (errno == EBADF); errno = 0; ASSERT (dup2 (AT_FDCWD, fd) == -1); ASSERT (errno == EBADF); ASSERT (is_open (fd)); /* If the source is not open, then the destination is unaffected. */ errno = 0; ASSERT (dup2 (fd + 1, fd + 1) == -1); ASSERT (errno == EBADF); ASSERT (!is_open (fd + 1)); errno = 0; ASSERT (dup2 (fd + 1, fd) == -1); ASSERT (errno == EBADF); ASSERT (is_open (fd)); /* The destination must be valid. */ errno = 0; ASSERT (dup2 (fd, -2) == -1); ASSERT (errno == EBADF); errno = 0; ASSERT (dup2 (fd, 10000000) == -1); ASSERT (errno == EBADF); /* Using dup2 can skip fds. */ ASSERT (dup2 (fd, fd + 2) == fd + 2); ASSERT (is_open (fd)); ASSERT (!is_open (fd + 1)); ASSERT (is_open (fd + 2)); /* Verify that dup2 closes the previous occupant of a fd. */ ASSERT (open ("/dev/null", O_WRONLY, 0600) == fd + 1); ASSERT (dup2 (fd + 1, fd) == fd); ASSERT (close (fd + 1) == 0); ASSERT (write (fd, "1", 1) == 1); ASSERT (dup2 (fd + 2, fd) == fd); ASSERT (lseek (fd, 0, SEEK_END) == 0); ASSERT (write (fd + 2, "2", 1) == 1); ASSERT (lseek (fd, 0, SEEK_SET) == 0); ASSERT (read (fd, buffer, 1) == 1); ASSERT (*buffer == '2'); #if GNULIB_TEST_CLOEXEC /* Any new fd created by dup2 must not be cloexec. */ ASSERT (close (fd + 2) == 0); ASSERT (dup_cloexec (fd) == fd + 1); ASSERT (!is_inheritable (fd + 1)); ASSERT (dup2 (fd + 1, fd + 1) == fd + 1); ASSERT (!is_inheritable (fd + 1)); ASSERT (dup2 (fd + 1, fd + 2) == fd + 2); ASSERT (!is_inheritable (fd + 1)); ASSERT (is_inheritable (fd + 2)); errno = 0; ASSERT (dup2 (fd + 1, -1) == -1); ASSERT (errno == EBADF); ASSERT (!is_inheritable (fd + 1)); #endif /* On systems that distinguish between text and binary mode, dup2 reuses the mode of the source. */ setmode (fd, O_BINARY); ASSERT (is_mode (fd, O_BINARY)); ASSERT (dup2 (fd, fd + 1) == fd + 1); ASSERT (is_mode (fd + 1, O_BINARY)); setmode (fd, O_TEXT); ASSERT (is_mode (fd, O_TEXT)); ASSERT (dup2 (fd, fd + 1) == fd + 1); ASSERT (is_mode (fd + 1, O_TEXT)); /* Clean up. */ ASSERT (close (fd + 2) == 0); ASSERT (close (fd + 1) == 0); ASSERT (close (fd) == 0); ASSERT (unlink (file) == 0); return 0; } gsasl-1.8.0/gltests/test-sys_types.c0000664000000000000000000000172111746471770014411 00000000000000/* Test of substitute. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2011. */ #include #include /* Check that the types are all defined. */ pid_t t1; size_t t2; ssize_t t3; off_t t4; mode_t t5; int main (void) { return 0; } gsasl-1.8.0/gltests/unistr/0000775000000000000000000000000011760732127012621 500000000000000gsasl-1.8.0/gltests/unistr/test-u8-uctomb.c0000664000000000000000000000740211746471770015520 00000000000000/* Test of u8_uctomb() function. Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2010. */ #include #include "unistr.h" #include "macros.h" #define MAGIC 0xBA int main () { /* Test ISO 646 character, in particular the NUL character. */ { ucs4_t uc; for (uc = 0; uc < 0x80; uc++) { uint8_t buf[5] = { MAGIC, MAGIC, MAGIC, MAGIC, MAGIC }; int ret; ret = u8_uctomb (buf, uc, 0); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ret = u8_uctomb (buf, uc, 1); ASSERT (ret == 1); ASSERT (buf[0] == uc); ASSERT (buf[1] == MAGIC); } } /* Test 2-byte character. */ { ucs4_t uc = 0x00D7; uint8_t buf[5] = { MAGIC, MAGIC, MAGIC, MAGIC, MAGIC }; int ret; ret = u8_uctomb (buf, uc, 0); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ret = u8_uctomb (buf, uc, 1); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ret = u8_uctomb (buf, uc, 2); ASSERT (ret == 2); ASSERT (buf[0] == 0xC3); ASSERT (buf[1] == 0x97); ASSERT (buf[2] == MAGIC); } /* Test 3-byte character. */ { ucs4_t uc = 0x20AC; uint8_t buf[5] = { MAGIC, MAGIC, MAGIC, MAGIC, MAGIC }; int ret; ret = u8_uctomb (buf, uc, 0); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ret = u8_uctomb (buf, uc, 1); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ret = u8_uctomb (buf, uc, 2); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ASSERT (buf[1] == MAGIC); ret = u8_uctomb (buf, uc, 3); ASSERT (ret == 3); ASSERT (buf[0] == 0xE2); ASSERT (buf[1] == 0x82); ASSERT (buf[2] == 0xAC); ASSERT (buf[3] == MAGIC); } /* Test 4-byte character. */ { ucs4_t uc = 0x10FFFD; uint8_t buf[5] = { MAGIC, MAGIC, MAGIC, MAGIC, MAGIC }; int ret; ret = u8_uctomb (buf, uc, 0); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ret = u8_uctomb (buf, uc, 1); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ret = u8_uctomb (buf, uc, 2); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ASSERT (buf[1] == MAGIC); ret = u8_uctomb (buf, uc, 3); ASSERT (ret == -2); ASSERT (buf[0] == MAGIC); ASSERT (buf[1] == MAGIC); ASSERT (buf[2] == MAGIC); ret = u8_uctomb (buf, uc, 4); ASSERT (ret == 4); ASSERT (buf[0] == 0xF4); ASSERT (buf[1] == 0x8F); ASSERT (buf[2] == 0xBF); ASSERT (buf[3] == 0xBD); ASSERT (buf[4] == MAGIC); } /* Test invalid characters. */ { ucs4_t invalid[] = { 0x110000, 0xD800, 0xDBFF, 0xDC00, 0xDFFF }; uint8_t buf[5] = { MAGIC, MAGIC, MAGIC, MAGIC, MAGIC }; size_t i; for (i = 0; i < SIZEOF (invalid); i++) { ucs4_t uc = invalid[i]; int n; for (n = 0; n <= 4; n++) { int ret = u8_uctomb (buf, uc, n); ASSERT (ret == -1); ASSERT (buf[0] == MAGIC); ASSERT (buf[1] == MAGIC); ASSERT (buf[2] == MAGIC); ASSERT (buf[3] == MAGIC); ASSERT (buf[4] == MAGIC); } } } return 0; } gsasl-1.8.0/gltests/unistr/test-u8-mbtoucr.c0000664000000000000000000001057611746471770015710 00000000000000/* Test of u8_mbtoucr() function. Copyright (C) 2010-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2010. */ #include #include "unistr.h" #include "macros.h" int main () { ucs4_t uc; int ret; /* Test NUL unit input. */ { static const uint8_t input[] = ""; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 1); ASSERT (ret == 1); ASSERT (uc == 0); } /* Test ISO 646 unit input. */ { ucs4_t c; uint8_t buf[1]; for (c = 0; c < 0x80; c++) { buf[0] = c; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, buf, 1); ASSERT (ret == 1); ASSERT (uc == c); } } /* Test 2-byte character input. */ { static const uint8_t input[] = { 0xC3, 0x97 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 2); ASSERT (ret == 2); ASSERT (uc == 0x00D7); } /* Test 3-byte character input. */ { static const uint8_t input[] = { 0xE2, 0x82, 0xAC }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 3); ASSERT (ret == 3); ASSERT (uc == 0x20AC); } /* Test 4-byte character input. */ { static const uint8_t input[] = { 0xF4, 0x8F, 0xBF, 0xBD }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 4); ASSERT (ret == 4); ASSERT (uc == 0x10FFFD); } /* Test incomplete/invalid 1-byte input. */ { static const uint8_t input[] = { 0xC1 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 1); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xC3 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 1); ASSERT (ret == -2); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xE2 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 1); ASSERT (ret == -2); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xF4 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 1); ASSERT (ret == -2); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xFE }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 1); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } /* Test incomplete/invalid 2-byte input. */ { static const uint8_t input[] = { 0xE0, 0x9F }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 2); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xE2, 0x82 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 2); ASSERT (ret == -2); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xE2, 0xD0 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 2); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xF0, 0x8F }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 2); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xF3, 0x8F }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 2); ASSERT (ret == -2); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xF3, 0xD0 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 2); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } /* Test incomplete/invalid 3-byte input. */ { static const uint8_t input[] = { 0xF3, 0x8F, 0xBF }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 3); ASSERT (ret == -2); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xF3, 0xD0, 0xBF }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 3); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } { static const uint8_t input[] = { 0xF3, 0x8F, 0xD0 }; uc = 0xBADFACE; ret = u8_mbtoucr (&uc, input, 3); ASSERT (ret == -1); ASSERT (uc == 0xFFFD); } return 0; } gsasl-1.8.0/gltests/test-mbrtowc-w32-5.sh0000775000000000000000000000012011746471770014762 00000000000000#!/bin/sh # Test a CP936 locale. ./test-mbrtowc-w32${EXEEXT} Chinese_China 936 gsasl-1.8.0/gltests/stat.c0000664000000000000000000001056611754207011012334 00000000000000/* Work around platform bugs in stat. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* written by Eric Blake */ /* If the user's config.h happens to include , let it include only the system's here, so that orig_stat doesn't recurse to rpl_stat. */ #define __need_system_sys_stat_h #include /* Get the original definition of stat. It might be defined as a macro. */ #include #include #undef __need_system_sys_stat_h #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # if _GL_WINDOWS_64_BIT_ST_SIZE # define stat _stati64 # define REPLACE_FUNC_STAT_DIR 1 # undef REPLACE_FUNC_STAT_FILE # elif REPLACE_FUNC_STAT_FILE /* mingw64 has a broken stat() function, based on _stat(), in libmingwex.a. Bypass it. */ # define stat _stat # define REPLACE_FUNC_STAT_DIR 1 # undef REPLACE_FUNC_STAT_FILE # endif #endif static inline int orig_stat (const char *filename, struct stat *buf) { return stat (filename, buf); } /* Specification. */ /* Write "sys/stat.h" here, not , otherwise OSF/1 5.1 DTK cc eliminates this include because of the preliminary #include above. */ #include "sys/stat.h" #include #include #include #include #include "dosname.h" #include "verify.h" #if REPLACE_FUNC_STAT_DIR # include "pathmax.h" /* The only known systems where REPLACE_FUNC_STAT_DIR is needed also have a constant PATH_MAX. */ # ifndef PATH_MAX # error "Please port this replacement to your platform" # endif #endif /* Store information about NAME into ST. Work around bugs with trailing slashes. Mingw has other bugs (such as st_ino always being 0 on success) which this wrapper does not work around. But at least this implementation provides the ability to emulate fchdir correctly. */ int rpl_stat (char const *name, struct stat *st) { int result = orig_stat (name, st); #if REPLACE_FUNC_STAT_FILE /* Solaris 9 mistakenly succeeds when given a non-directory with a trailing slash. */ if (result == 0 && !S_ISDIR (st->st_mode)) { size_t len = strlen (name); if (ISSLASH (name[len - 1])) { errno = ENOTDIR; return -1; } } #endif /* REPLACE_FUNC_STAT_FILE */ #if REPLACE_FUNC_STAT_DIR if (result == -1 && errno == ENOENT) { /* Due to mingw's oddities, there are some directories (like c:\) where stat() only succeeds with a trailing slash, and other directories (like c:\windows) where stat() only succeeds without a trailing slash. But we want the two to be synonymous, since chdir() manages either style. Likewise, Mingw also reports ENOENT for names longer than PATH_MAX, when we want ENAMETOOLONG, and for stat("file/"), when we want ENOTDIR. Fortunately, mingw PATH_MAX is small enough for stack allocation. */ char fixed_name[PATH_MAX + 1] = {0}; size_t len = strlen (name); bool check_dir = false; verify (PATH_MAX <= 4096); if (PATH_MAX <= len) errno = ENAMETOOLONG; else if (len) { strcpy (fixed_name, name); if (ISSLASH (fixed_name[len - 1])) { check_dir = true; while (len && ISSLASH (fixed_name[len - 1])) fixed_name[--len] = '\0'; if (!len) fixed_name[0] = '/'; } else fixed_name[len++] = '/'; result = orig_stat (fixed_name, st); if (result == 0 && check_dir && !S_ISDIR (st->st_mode)) { result = -1; errno = ENOTDIR; } } } #endif /* REPLACE_FUNC_STAT_DIR */ return result; } gsasl-1.8.0/gltests/malloca.c0000664000000000000000000001165711746471770013013 00000000000000/* Safe automatic memory allocation. Copyright (C) 2003, 2006-2007, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #define _GL_USE_STDLIB_ALLOC 1 #include /* Specification. */ #include "malloca.h" #include #include "verify.h" /* The speed critical point in this file is freea() applied to an alloca() result: it must be fast, to match the speed of alloca(). The speed of mmalloca() and freea() in the other case are not critical, because they are only invoked for big memory sizes. */ #if HAVE_ALLOCA /* Store the mmalloca() results in a hash table. This is needed to reliably distinguish a mmalloca() result and an alloca() result. Although it is possible that the same pointer is returned by alloca() and by mmalloca() at different times in the same application, it does not lead to a bug in freea(), because: - Before a pointer returned by alloca() can point into malloc()ed memory, the function must return, and once this has happened the programmer must not call freea() on it anyway. - Before a pointer returned by mmalloca() can point into the stack, it must be freed. The only function that can free it is freea(), and when freea() frees it, it also removes it from the hash table. */ #define MAGIC_NUMBER 0x1415fb4a #define MAGIC_SIZE sizeof (int) /* This is how the header info would look like without any alignment considerations. */ struct preliminary_header { void *next; char room[MAGIC_SIZE]; }; /* But the header's size must be a multiple of sa_alignment_max. */ #define HEADER_SIZE \ (((sizeof (struct preliminary_header) + sa_alignment_max - 1) / sa_alignment_max) * sa_alignment_max) struct header { void *next; char room[HEADER_SIZE - sizeof (struct preliminary_header) + MAGIC_SIZE]; }; verify (HEADER_SIZE == sizeof (struct header)); /* We make the hash table quite big, so that during lookups the probability of empty hash buckets is quite high. There is no need to make the hash table resizable, because when the hash table gets filled so much that the lookup becomes slow, it means that the application has memory leaks. */ #define HASH_TABLE_SIZE 257 static void * mmalloca_results[HASH_TABLE_SIZE]; #endif void * mmalloca (size_t n) { #if HAVE_ALLOCA /* Allocate one more word, that serves as an indicator for malloc()ed memory, so that freea() of an alloca() result is fast. */ size_t nplus = n + HEADER_SIZE; if (nplus >= n) { char *p = (char *) malloc (nplus); if (p != NULL) { size_t slot; p += HEADER_SIZE; /* Put a magic number into the indicator word. */ ((int *) p)[-1] = MAGIC_NUMBER; /* Enter p into the hash table. */ slot = (uintptr_t) p % HASH_TABLE_SIZE; ((struct header *) (p - HEADER_SIZE))->next = mmalloca_results[slot]; mmalloca_results[slot] = p; return p; } } /* Out of memory. */ return NULL; #else # if !MALLOC_0_IS_NONNULL if (n == 0) n = 1; # endif return malloc (n); #endif } #if HAVE_ALLOCA void freea (void *p) { /* mmalloca() may have returned NULL. */ if (p != NULL) { /* Attempt to quickly distinguish the mmalloca() result - which has a magic indicator word - and the alloca() result - which has an uninitialized indicator word. It is for this test that sa_increment additional bytes are allocated in the alloca() case. */ if (((int *) p)[-1] == MAGIC_NUMBER) { /* Looks like a mmalloca() result. To see whether it really is one, perform a lookup in the hash table. */ size_t slot = (uintptr_t) p % HASH_TABLE_SIZE; void **chain = &mmalloca_results[slot]; for (; *chain != NULL;) { if (*chain == p) { /* Found it. Remove it from the hash table and free it. */ char *p_begin = (char *) p - HEADER_SIZE; *chain = ((struct header *) p_begin)->next; free (p_begin); return; } chain = &((struct header *) ((char *) *chain - HEADER_SIZE))->next; } } /* At this point, we know it was not a mmalloca() result. */ } } #endif gsasl-1.8.0/gltests/test-unsetenv.c0000664000000000000000000000355311746471770014223 00000000000000/* Tests of unsetenv. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include #include "signature.h" SIGNATURE_CHECK (unsetenv, int, (char const *)); #include #include #include #include "macros.h" int main (void) { char entry[] = "b=2"; /* Wine 1.2 environ is always NULL see . */ return 0; /* Test removal when multiple entries present. */ ASSERT (putenv ((char *) "a=1") == 0); ASSERT (putenv (entry) == 0); entry[0] = 'a'; /* Unspecified what getenv("a") would be at this point. */ ASSERT (unsetenv ("a") == 0); /* Both entries will be removed. */ ASSERT (getenv ("a") == NULL); ASSERT (unsetenv ("a") == 0); /* Required to fail with EINVAL. */ errno = 0; ASSERT (unsetenv ("") == -1); ASSERT (errno == EINVAL); errno = 0; ASSERT (unsetenv ("a=b") == -1); ASSERT (errno == EINVAL); #if 0 /* glibc and gnulib's implementation guarantee this, but POSIX no longer requires it: http://austingroupbugs.net/view.php?id=185 */ errno = 0; ASSERT (unsetenv (NULL) == -1); ASSERT (errno == EINVAL); #endif return 0; } gsasl-1.8.0/gltests/test-lock.c0000664000000000000000000003630011746471770013300 00000000000000/* Test of locking in multithreaded situations. Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2005. */ #include #if USE_POSIX_THREADS || USE_SOLARIS_THREADS || USE_PTH_THREADS || USE_WINDOWS_THREADS #if USE_POSIX_THREADS # define TEST_POSIX_THREADS 1 #endif #if USE_SOLARIS_THREADS # define TEST_SOLARIS_THREADS 1 #endif #if USE_PTH_THREADS # define TEST_PTH_THREADS 1 #endif #if USE_WINDOWS_THREADS # define TEST_WINDOWS_THREADS 1 #endif /* Whether to enable locking. Uncomment this to get a test program without locking, to verify that it crashes. */ #define ENABLE_LOCKING 1 /* Which tests to perform. Uncomment some of these, to verify that all tests crash if no locking is enabled. */ #define DO_TEST_LOCK 1 #define DO_TEST_RWLOCK 1 #define DO_TEST_RECURSIVE_LOCK 1 #define DO_TEST_ONCE 1 /* Whether to help the scheduler through explicit yield(). Uncomment this to see if the operating system has a fair scheduler. */ #define EXPLICIT_YIELD 1 /* Whether to print debugging messages. */ #define ENABLE_DEBUGGING 0 /* Number of simultaneous threads. */ #define THREAD_COUNT 10 /* Number of operations performed in each thread. This is quite high, because with a smaller count, say 5000, we often get an "OK" result even without ENABLE_LOCKING (on Linux/x86). */ #define REPEAT_COUNT 50000 #include #include #include #if !ENABLE_LOCKING # undef USE_POSIX_THREADS # undef USE_SOLARIS_THREADS # undef USE_PTH_THREADS # undef USE_WINDOWS_THREADS #endif #include "glthread/lock.h" #if !ENABLE_LOCKING # if TEST_POSIX_THREADS # define USE_POSIX_THREADS 1 # endif # if TEST_SOLARIS_THREADS # define USE_SOLARIS_THREADS 1 # endif # if TEST_PTH_THREADS # define USE_PTH_THREADS 1 # endif # if TEST_WINDOWS_THREADS # define USE_WINDOWS_THREADS 1 # endif #endif #include "glthread/thread.h" #include "glthread/yield.h" #if ENABLE_DEBUGGING # define dbgprintf printf #else # define dbgprintf if (0) printf #endif #if EXPLICIT_YIELD # define yield() gl_thread_yield () #else # define yield() #endif #define ACCOUNT_COUNT 4 static int account[ACCOUNT_COUNT]; static int random_account (void) { return ((unsigned int) rand () >> 3) % ACCOUNT_COUNT; } static void check_accounts (void) { int i, sum; sum = 0; for (i = 0; i < ACCOUNT_COUNT; i++) sum += account[i]; if (sum != ACCOUNT_COUNT * 1000) abort (); } /* ------------------- Test normal (non-recursive) locks ------------------- */ /* Test normal locks by having several bank accounts and several threads which shuffle around money between the accounts and another thread checking that all the money is still there. */ gl_lock_define_initialized(static, my_lock) static void * lock_mutator_thread (void *arg) { int repeat; for (repeat = REPEAT_COUNT; repeat > 0; repeat--) { int i1, i2, value; dbgprintf ("Mutator %p before lock\n", gl_thread_self_pointer ()); gl_lock_lock (my_lock); dbgprintf ("Mutator %p after lock\n", gl_thread_self_pointer ()); i1 = random_account (); i2 = random_account (); value = ((unsigned int) rand () >> 3) % 10; account[i1] += value; account[i2] -= value; dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ()); gl_lock_unlock (my_lock); dbgprintf ("Mutator %p after unlock\n", gl_thread_self_pointer ()); dbgprintf ("Mutator %p before check lock\n", gl_thread_self_pointer ()); gl_lock_lock (my_lock); check_accounts (); gl_lock_unlock (my_lock); dbgprintf ("Mutator %p after check unlock\n", gl_thread_self_pointer ()); yield (); } dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ()); return NULL; } static volatile int lock_checker_done; static void * lock_checker_thread (void *arg) { while (!lock_checker_done) { dbgprintf ("Checker %p before check lock\n", gl_thread_self_pointer ()); gl_lock_lock (my_lock); check_accounts (); gl_lock_unlock (my_lock); dbgprintf ("Checker %p after check unlock\n", gl_thread_self_pointer ()); yield (); } dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ()); return NULL; } static void test_lock (void) { int i; gl_thread_t checkerthread; gl_thread_t threads[THREAD_COUNT]; /* Initialization. */ for (i = 0; i < ACCOUNT_COUNT; i++) account[i] = 1000; lock_checker_done = 0; /* Spawn the threads. */ checkerthread = gl_thread_create (lock_checker_thread, NULL); for (i = 0; i < THREAD_COUNT; i++) threads[i] = gl_thread_create (lock_mutator_thread, NULL); /* Wait for the threads to terminate. */ for (i = 0; i < THREAD_COUNT; i++) gl_thread_join (threads[i], NULL); lock_checker_done = 1; gl_thread_join (checkerthread, NULL); check_accounts (); } /* ----------------- Test read-write (non-recursive) locks ----------------- */ /* Test read-write locks by having several bank accounts and several threads which shuffle around money between the accounts and several other threads that check that all the money is still there. */ gl_rwlock_define_initialized(static, my_rwlock) static void * rwlock_mutator_thread (void *arg) { int repeat; for (repeat = REPEAT_COUNT; repeat > 0; repeat--) { int i1, i2, value; dbgprintf ("Mutator %p before wrlock\n", gl_thread_self_pointer ()); gl_rwlock_wrlock (my_rwlock); dbgprintf ("Mutator %p after wrlock\n", gl_thread_self_pointer ()); i1 = random_account (); i2 = random_account (); value = ((unsigned int) rand () >> 3) % 10; account[i1] += value; account[i2] -= value; dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ()); gl_rwlock_unlock (my_rwlock); dbgprintf ("Mutator %p after unlock\n", gl_thread_self_pointer ()); yield (); } dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ()); return NULL; } static volatile int rwlock_checker_done; static void * rwlock_checker_thread (void *arg) { while (!rwlock_checker_done) { dbgprintf ("Checker %p before check rdlock\n", gl_thread_self_pointer ()); gl_rwlock_rdlock (my_rwlock); check_accounts (); gl_rwlock_unlock (my_rwlock); dbgprintf ("Checker %p after check unlock\n", gl_thread_self_pointer ()); yield (); } dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ()); return NULL; } static void test_rwlock (void) { int i; gl_thread_t checkerthreads[THREAD_COUNT]; gl_thread_t threads[THREAD_COUNT]; /* Initialization. */ for (i = 0; i < ACCOUNT_COUNT; i++) account[i] = 1000; rwlock_checker_done = 0; /* Spawn the threads. */ for (i = 0; i < THREAD_COUNT; i++) checkerthreads[i] = gl_thread_create (rwlock_checker_thread, NULL); for (i = 0; i < THREAD_COUNT; i++) threads[i] = gl_thread_create (rwlock_mutator_thread, NULL); /* Wait for the threads to terminate. */ for (i = 0; i < THREAD_COUNT; i++) gl_thread_join (threads[i], NULL); rwlock_checker_done = 1; for (i = 0; i < THREAD_COUNT; i++) gl_thread_join (checkerthreads[i], NULL); check_accounts (); } /* -------------------------- Test recursive locks -------------------------- */ /* Test recursive locks by having several bank accounts and several threads which shuffle around money between the accounts (recursively) and another thread checking that all the money is still there. */ gl_recursive_lock_define_initialized(static, my_reclock) static void recshuffle (void) { int i1, i2, value; dbgprintf ("Mutator %p before lock\n", gl_thread_self_pointer ()); gl_recursive_lock_lock (my_reclock); dbgprintf ("Mutator %p after lock\n", gl_thread_self_pointer ()); i1 = random_account (); i2 = random_account (); value = ((unsigned int) rand () >> 3) % 10; account[i1] += value; account[i2] -= value; /* Recursive with probability 0.5. */ if (((unsigned int) rand () >> 3) % 2) recshuffle (); dbgprintf ("Mutator %p before unlock\n", gl_thread_self_pointer ()); gl_recursive_lock_unlock (my_reclock); dbgprintf ("Mutator %p after unlock\n", gl_thread_self_pointer ()); } static void * reclock_mutator_thread (void *arg) { int repeat; for (repeat = REPEAT_COUNT; repeat > 0; repeat--) { recshuffle (); dbgprintf ("Mutator %p before check lock\n", gl_thread_self_pointer ()); gl_recursive_lock_lock (my_reclock); check_accounts (); gl_recursive_lock_unlock (my_reclock); dbgprintf ("Mutator %p after check unlock\n", gl_thread_self_pointer ()); yield (); } dbgprintf ("Mutator %p dying.\n", gl_thread_self_pointer ()); return NULL; } static volatile int reclock_checker_done; static void * reclock_checker_thread (void *arg) { while (!reclock_checker_done) { dbgprintf ("Checker %p before check lock\n", gl_thread_self_pointer ()); gl_recursive_lock_lock (my_reclock); check_accounts (); gl_recursive_lock_unlock (my_reclock); dbgprintf ("Checker %p after check unlock\n", gl_thread_self_pointer ()); yield (); } dbgprintf ("Checker %p dying.\n", gl_thread_self_pointer ()); return NULL; } static void test_recursive_lock (void) { int i; gl_thread_t checkerthread; gl_thread_t threads[THREAD_COUNT]; /* Initialization. */ for (i = 0; i < ACCOUNT_COUNT; i++) account[i] = 1000; reclock_checker_done = 0; /* Spawn the threads. */ checkerthread = gl_thread_create (reclock_checker_thread, NULL); for (i = 0; i < THREAD_COUNT; i++) threads[i] = gl_thread_create (reclock_mutator_thread, NULL); /* Wait for the threads to terminate. */ for (i = 0; i < THREAD_COUNT; i++) gl_thread_join (threads[i], NULL); reclock_checker_done = 1; gl_thread_join (checkerthread, NULL); check_accounts (); } /* ------------------------ Test once-only execution ------------------------ */ /* Test once-only execution by having several threads attempt to grab a once-only task simultaneously (triggered by releasing a read-write lock). */ gl_once_define(static, fresh_once) static int ready[THREAD_COUNT]; static gl_lock_t ready_lock[THREAD_COUNT]; #if ENABLE_LOCKING static gl_rwlock_t fire_signal[REPEAT_COUNT]; #else static volatile int fire_signal_state; #endif static gl_once_t once_control; static int performed; gl_lock_define_initialized(static, performed_lock) static void once_execute (void) { gl_lock_lock (performed_lock); performed++; gl_lock_unlock (performed_lock); } static void * once_contender_thread (void *arg) { int id = (int) (long) arg; int repeat; for (repeat = 0; repeat <= REPEAT_COUNT; repeat++) { /* Tell the main thread that we're ready. */ gl_lock_lock (ready_lock[id]); ready[id] = 1; gl_lock_unlock (ready_lock[id]); if (repeat == REPEAT_COUNT) break; dbgprintf ("Contender %p waiting for signal for round %d\n", gl_thread_self_pointer (), repeat); #if ENABLE_LOCKING /* Wait for the signal to go. */ gl_rwlock_rdlock (fire_signal[repeat]); /* And don't hinder the others (if the scheduler is unfair). */ gl_rwlock_unlock (fire_signal[repeat]); #else /* Wait for the signal to go. */ while (fire_signal_state <= repeat) yield (); #endif dbgprintf ("Contender %p got the signal for round %d\n", gl_thread_self_pointer (), repeat); /* Contend for execution. */ gl_once (once_control, once_execute); } return NULL; } static void test_once (void) { int i, repeat; gl_thread_t threads[THREAD_COUNT]; /* Initialize all variables. */ for (i = 0; i < THREAD_COUNT; i++) { ready[i] = 0; gl_lock_init (ready_lock[i]); } #if ENABLE_LOCKING for (i = 0; i < REPEAT_COUNT; i++) gl_rwlock_init (fire_signal[i]); #else fire_signal_state = 0; #endif /* Block all fire_signals. */ for (i = REPEAT_COUNT-1; i >= 0; i--) gl_rwlock_wrlock (fire_signal[i]); /* Spawn the threads. */ for (i = 0; i < THREAD_COUNT; i++) threads[i] = gl_thread_create (once_contender_thread, (void *) (long) i); for (repeat = 0; repeat <= REPEAT_COUNT; repeat++) { /* Wait until every thread is ready. */ dbgprintf ("Main thread before synchronizing for round %d\n", repeat); for (;;) { int ready_count = 0; for (i = 0; i < THREAD_COUNT; i++) { gl_lock_lock (ready_lock[i]); ready_count += ready[i]; gl_lock_unlock (ready_lock[i]); } if (ready_count == THREAD_COUNT) break; yield (); } dbgprintf ("Main thread after synchronizing for round %d\n", repeat); if (repeat > 0) { /* Check that exactly one thread executed the once_execute() function. */ if (performed != 1) abort (); } if (repeat == REPEAT_COUNT) break; /* Preparation for the next round: Initialize once_control. */ memcpy (&once_control, &fresh_once, sizeof (gl_once_t)); /* Preparation for the next round: Reset the performed counter. */ performed = 0; /* Preparation for the next round: Reset the ready flags. */ for (i = 0; i < THREAD_COUNT; i++) { gl_lock_lock (ready_lock[i]); ready[i] = 0; gl_lock_unlock (ready_lock[i]); } /* Signal all threads simultaneously. */ dbgprintf ("Main thread giving signal for round %d\n", repeat); #if ENABLE_LOCKING gl_rwlock_unlock (fire_signal[repeat]); #else fire_signal_state = repeat + 1; #endif } /* Wait for the threads to terminate. */ for (i = 0; i < THREAD_COUNT; i++) gl_thread_join (threads[i], NULL); } /* -------------------------------------------------------------------------- */ int main () { #if TEST_PTH_THREADS if (!pth_init ()) abort (); #endif #if DO_TEST_LOCK printf ("Starting test_lock ..."); fflush (stdout); test_lock (); printf (" OK\n"); fflush (stdout); #endif #if DO_TEST_RWLOCK printf ("Starting test_rwlock ..."); fflush (stdout); test_rwlock (); printf (" OK\n"); fflush (stdout); #endif #if DO_TEST_RECURSIVE_LOCK printf ("Starting test_recursive_lock ..."); fflush (stdout); test_recursive_lock (); printf (" OK\n"); fflush (stdout); #endif #if DO_TEST_ONCE printf ("Starting test_once ..."); fflush (stdout); test_once (); printf (" OK\n"); fflush (stdout); #endif return 0; } #else /* No multithreading available. */ #include int main () { fputs ("Skipping test: multithreading not enabled\n", stderr); return 77; } #endif gsasl-1.8.0/gltests/test-float.c0000664000000000000000000002162411746471770013460 00000000000000/* Test of substitute. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2011. */ #include #include #include "fpucw.h" #include "macros.h" /* Check that FLT_RADIX is a constant expression. */ int a[] = { FLT_RADIX }; #if FLT_RADIX == 2 /* Return 2^n. */ static float pow2f (int n) { int k = n; volatile float x = 1; volatile float y = 2; /* Invariant: 2^n == x * y^k. */ if (k < 0) { y = 0.5f; k = - k; } while (k > 0) { if (k != 2 * (k / 2)) { x = x * y; k = k - 1; } if (k == 0) break; y = y * y; k = k / 2; } /* Now k == 0, hence x == 2^n. */ return x; } /* Return 2^n. */ static double pow2d (int n) { int k = n; volatile double x = 1; volatile double y = 2; /* Invariant: 2^n == x * y^k. */ if (k < 0) { y = 0.5; k = - k; } while (k > 0) { if (k != 2 * (k / 2)) { x = x * y; k = k - 1; } if (k == 0) break; y = y * y; k = k / 2; } /* Now k == 0, hence x == 2^n. */ return x; } /* Return 2^n. */ static long double pow2l (int n) { int k = n; volatile long double x = 1; volatile long double y = 2; /* Invariant: 2^n == x * y^k. */ if (k < 0) { y = 0.5L; k = - k; } while (k > 0) { if (k != 2 * (k / 2)) { x = x * y; k = k - 1; } if (k == 0) break; y = y * y; k = k / 2; } /* Now k == 0, hence x == 2^n. */ return x; } /* ----------------------- Check macros for 'float' ----------------------- */ /* Check that the FLT_* macros expand to constant expressions. */ int fb[] = { FLT_MANT_DIG, FLT_MIN_EXP, FLT_MAX_EXP, FLT_DIG, FLT_MIN_10_EXP, FLT_MAX_10_EXP }; float fc[] = { FLT_EPSILON, FLT_MIN, FLT_MAX }; static void test_float (void) { /* Check that the value of FLT_MIN_EXP is well parenthesized. */ ASSERT ((FLT_MIN_EXP % 101111) == (FLT_MIN_EXP) % 101111); /* Check that the value of DBL_MIN_10_EXP is well parenthesized. */ ASSERT ((FLT_MIN_10_EXP % 101111) == (FLT_MIN_10_EXP) % 101111); /* Check that 'float' is as specified in IEEE 754. */ ASSERT (FLT_MANT_DIG == 24); ASSERT (FLT_MIN_EXP == -125); ASSERT (FLT_MAX_EXP == 128); /* Check the value of FLT_MIN_10_EXP. */ ASSERT (FLT_MIN_10_EXP == - (int) (- (FLT_MIN_EXP - 1) * 0.30103)); /* Check the value of FLT_DIG. */ ASSERT (FLT_DIG == (int) ((FLT_MANT_DIG - 1) * 0.30103)); /* Check the value of FLT_MIN_10_EXP. */ ASSERT (FLT_MIN_10_EXP == - (int) (- (FLT_MIN_EXP - 1) * 0.30103)); /* Check the value of FLT_MAX_10_EXP. */ ASSERT (FLT_MAX_10_EXP == (int) (FLT_MAX_EXP * 0.30103)); /* Check the value of FLT_MAX. */ { volatile float m = FLT_MAX; int n; ASSERT (m + m > m); for (n = 0; n <= 2 * FLT_MANT_DIG; n++) { volatile float pow2_n = pow2f (n); /* 2^n */ volatile float x = m + (m / pow2_n); if (x > m) ASSERT (x + x == x); else ASSERT (!(x + x == x)); } } /* Check the value of FLT_MIN. */ { volatile float m = FLT_MIN; volatile float x = pow2f (FLT_MIN_EXP - 1); ASSERT (m == x); } /* Check the value of FLT_EPSILON. */ { volatile float e = FLT_EPSILON; volatile float me; int n; me = 1.0f + e; ASSERT (me > 1.0f); ASSERT (me - 1.0f == e); for (n = 0; n <= 2 * FLT_MANT_DIG; n++) { volatile float half_n = pow2f (- n); /* 2^-n */ volatile float x = me - half_n; if (x < me) ASSERT (x <= 1.0f); } } } /* ----------------------- Check macros for 'double' ----------------------- */ /* Check that the DBL_* macros expand to constant expressions. */ int db[] = { DBL_MANT_DIG, DBL_MIN_EXP, DBL_MAX_EXP, DBL_DIG, DBL_MIN_10_EXP, DBL_MAX_10_EXP }; double dc[] = { DBL_EPSILON, DBL_MIN, DBL_MAX }; static void test_double (void) { /* Check that the value of DBL_MIN_EXP is well parenthesized. */ ASSERT ((DBL_MIN_EXP % 101111) == (DBL_MIN_EXP) % 101111); /* Check that the value of DBL_MIN_10_EXP is well parenthesized. */ ASSERT ((DBL_MIN_10_EXP % 101111) == (DBL_MIN_10_EXP) % 101111); /* Check that 'double' is as specified in IEEE 754. */ ASSERT (DBL_MANT_DIG == 53); ASSERT (DBL_MIN_EXP == -1021); ASSERT (DBL_MAX_EXP == 1024); /* Check the value of DBL_MIN_10_EXP. */ ASSERT (DBL_MIN_10_EXP == - (int) (- (DBL_MIN_EXP - 1) * 0.30103)); /* Check the value of DBL_DIG. */ ASSERT (DBL_DIG == (int) ((DBL_MANT_DIG - 1) * 0.30103)); /* Check the value of DBL_MIN_10_EXP. */ ASSERT (DBL_MIN_10_EXP == - (int) (- (DBL_MIN_EXP - 1) * 0.30103)); /* Check the value of DBL_MAX_10_EXP. */ ASSERT (DBL_MAX_10_EXP == (int) (DBL_MAX_EXP * 0.30103)); /* Check the value of DBL_MAX. */ { volatile double m = DBL_MAX; int n; ASSERT (m + m > m); for (n = 0; n <= 2 * DBL_MANT_DIG; n++) { volatile double pow2_n = pow2d (n); /* 2^n */ volatile double x = m + (m / pow2_n); if (x > m) ASSERT (x + x == x); else ASSERT (!(x + x == x)); } } /* Check the value of DBL_MIN. */ { volatile double m = DBL_MIN; volatile double x = pow2d (DBL_MIN_EXP - 1); ASSERT (m == x); } /* Check the value of DBL_EPSILON. */ { volatile double e = DBL_EPSILON; volatile double me; int n; me = 1.0 + e; ASSERT (me > 1.0); ASSERT (me - 1.0 == e); for (n = 0; n <= 2 * DBL_MANT_DIG; n++) { volatile double half_n = pow2d (- n); /* 2^-n */ volatile double x = me - half_n; if (x < me) ASSERT (x <= 1.0); } } } /* -------------------- Check macros for 'long double' -------------------- */ /* Check that the LDBL_* macros expand to constant expressions. */ int lb[] = { LDBL_MANT_DIG, LDBL_MIN_EXP, LDBL_MAX_EXP, LDBL_DIG, LDBL_MIN_10_EXP, LDBL_MAX_10_EXP }; long double lc1 = LDBL_EPSILON; long double lc2 = LDBL_MIN; #if 0 /* LDBL_MAX is not a constant expression on some platforms. */ long double lc3 = LDBL_MAX; #endif static void test_long_double (void) { /* Check that the value of LDBL_MIN_EXP is well parenthesized. */ ASSERT ((LDBL_MIN_EXP % 101111) == (LDBL_MIN_EXP) % 101111); /* Check that the value of LDBL_MIN_10_EXP is well parenthesized. */ ASSERT ((LDBL_MIN_10_EXP % 101111) == (LDBL_MIN_10_EXP) % 101111); /* Check that 'long double' is at least as wide as 'double'. */ ASSERT (LDBL_MANT_DIG >= DBL_MANT_DIG); ASSERT (LDBL_MIN_EXP - LDBL_MANT_DIG <= DBL_MIN_EXP - DBL_MANT_DIG); ASSERT (LDBL_MAX_EXP >= DBL_MAX_EXP); /* Check the value of LDBL_DIG. */ ASSERT (LDBL_DIG == (int)((LDBL_MANT_DIG - 1) * 0.30103)); /* Check the value of LDBL_MIN_10_EXP. */ ASSERT (LDBL_MIN_10_EXP == - (int) (- (LDBL_MIN_EXP - 1) * 0.30103)); /* Check the value of LDBL_MAX_10_EXP. */ ASSERT (LDBL_MAX_10_EXP == (int) (LDBL_MAX_EXP * 0.30103)); /* Check the value of LDBL_MAX. */ { volatile long double m = LDBL_MAX; int n; ASSERT (m + m > m); for (n = 0; n <= 2 * LDBL_MANT_DIG; n++) { volatile long double pow2_n = pow2l (n); /* 2^n */ volatile long double x = m + (m / pow2_n); if (x > m) ASSERT (x + x == x); else ASSERT (!(x + x == x)); } } /* Check the value of LDBL_MIN. */ { volatile long double m = LDBL_MIN; volatile long double x = pow2l (LDBL_MIN_EXP - 1); ASSERT (m == x); } /* Check the value of LDBL_EPSILON. */ { volatile long double e = LDBL_EPSILON; volatile long double me; int n; me = 1.0L + e; ASSERT (me > 1.0L); ASSERT (me - 1.0L == e); for (n = 0; n <= 2 * LDBL_MANT_DIG; n++) { volatile long double half_n = pow2l (- n); /* 2^-n */ volatile long double x = me - half_n; if (x < me) ASSERT (x <= 1.0L); } } } int main () { test_float (); test_double (); { DECL_LONG_DOUBLE_ROUNDING BEGIN_LONG_DOUBLE_ROUNDING (); test_long_double (); END_LONG_DOUBLE_ROUNDING (); } return 0; } #else int main () { fprintf (stderr, "Skipping test: FLT_RADIX is not 2.\n"); return 77; } #endif gsasl-1.8.0/gltests/test-errno.c0000664000000000000000000000547111746471770013502 00000000000000/* Test of substitute. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2008. */ #include #include /* Verify that the POSIX mandated errno values exist and can be used as initializers outside of a function. The variable names happen to match the Linux/x86 error numbers. */ int e1 = EPERM; int e2 = ENOENT; int e3 = ESRCH; int e4 = EINTR; int e5 = EIO; int e6 = ENXIO; int e7 = E2BIG; int e8 = ENOEXEC; int e9 = EBADF; int e10 = ECHILD; int e11 = EAGAIN; int e11a = EWOULDBLOCK; int e12 = ENOMEM; int e13 = EACCES; int e14 = EFAULT; int e16 = EBUSY; int e17 = EEXIST; int e18 = EXDEV; int e19 = ENODEV; int e20 = ENOTDIR; int e21 = EISDIR; int e22 = EINVAL; int e23 = ENFILE; int e24 = EMFILE; int e25 = ENOTTY; int e26 = ETXTBSY; int e27 = EFBIG; int e28 = ENOSPC; int e29 = ESPIPE; int e30 = EROFS; int e31 = EMLINK; int e32 = EPIPE; int e33 = EDOM; int e34 = ERANGE; int e35 = EDEADLK; int e36 = ENAMETOOLONG; int e37 = ENOLCK; int e38 = ENOSYS; int e39 = ENOTEMPTY; int e40 = ELOOP; int e42 = ENOMSG; int e43 = EIDRM; int e67 = ENOLINK; int e71 = EPROTO; int e72 = EMULTIHOP; int e74 = EBADMSG; int e75 = EOVERFLOW; int e84 = EILSEQ; int e88 = ENOTSOCK; int e89 = EDESTADDRREQ; int e90 = EMSGSIZE; int e91 = EPROTOTYPE; int e92 = ENOPROTOOPT; int e93 = EPROTONOSUPPORT; int e95 = EOPNOTSUPP; int e95a = ENOTSUP; int e97 = EAFNOSUPPORT; int e98 = EADDRINUSE; int e99 = EADDRNOTAVAIL; int e100 = ENETDOWN; int e101 = ENETUNREACH; int e102 = ENETRESET; int e103 = ECONNABORTED; int e104 = ECONNRESET; int e105 = ENOBUFS; int e106 = EISCONN; int e107 = ENOTCONN; int e110 = ETIMEDOUT; int e111 = ECONNREFUSED; int e113 = EHOSTUNREACH; int e114 = EALREADY; int e115 = EINPROGRESS; int e116 = ESTALE; int e122 = EDQUOT; int e125 = ECANCELED; /* Don't verify that these errno values are all different, except for possibly EWOULDBLOCK == EAGAIN. Even Linux/x86 does not pass this check: it has ENOTSUP == EOPNOTSUPP. */ int main () { /* Verify that errno can be assigned. */ errno = EOVERFLOW; /* snprintf() callers want to distinguish EINVAL and EOVERFLOW. */ if (errno == EINVAL) return 1; return 0; } gsasl-1.8.0/gltests/test-symlink.c0000664000000000000000000000242211746471770014034 00000000000000/* Tests of symlink. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2009. */ #include #include #include "signature.h" SIGNATURE_CHECK (symlink, int, (char const *, char const *)); #include #include #include #include #include #include #include "ignore-value.h" #include "macros.h" #define BASE "test-symlink.t" #include "test-symlink.h" int main (void) { /* Remove any leftovers from a previous partial run. */ ignore_value (system ("rm -rf " BASE "*")); return test_symlink (symlink, true); } gsasl-1.8.0/gltests/test-wcrtomb.sh0000775000000000000000000000136111746471770014217 00000000000000#!/bin/sh # Test in an ISO-8859-1 or ISO-8859-15 locale. : ${LOCALE_FR=fr_FR} if test $LOCALE_FR != none; then LC_ALL=$LOCALE_FR \ ./test-wcrtomb${EXEEXT} 1 \ || exit 1 fi # Test whether a specific UTF-8 locale is installed. : ${LOCALE_FR_UTF8=fr_FR.UTF-8} if test $LOCALE_FR_UTF8 != none; then LC_ALL=$LOCALE_FR_UTF8 \ ./test-wcrtomb${EXEEXT} 2 \ || exit 1 fi # Test whether a specific EUC-JP locale is installed. : ${LOCALE_JA=ja_JP} if test $LOCALE_JA != none; then LC_ALL=$LOCALE_JA \ ./test-wcrtomb${EXEEXT} 3 \ || exit 1 fi # Test whether a specific GB18030 locale is installed. : ${LOCALE_ZH_CN=zh_CN.GB18030} if test $LOCALE_ZH_CN != none; then LC_ALL=$LOCALE_ZH_CN \ ./test-wcrtomb${EXEEXT} 4 \ || exit 1 fi exit 0 gsasl-1.8.0/gltests/test-fread.c0000664000000000000000000000505011746471770013427 00000000000000/* Test of fread() function. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #include #include #include "signature.h" SIGNATURE_CHECK (fread, size_t, (void *, size_t, size_t, FILE *)); #include #include #include #include "msvc-inval.h" #include "macros.h" int main (int argc, char **argv) { const char *filename = "test-fread.txt"; /* We don't have an fread() function that installs an invalid parameter handler so far. So install that handler here, explicitly. */ #if HAVE_MSVC_INVALID_PARAMETER_HANDLER \ && MSVC_INVALID_PARAMETER_HANDLING == DEFAULT_HANDLING gl_msvc_inval_ensure_handler (); #endif /* Prepare a file. */ { const char text[] = "hello world"; int fd = open (filename, O_RDWR | O_CREAT | O_TRUNC, 0600); ASSERT (fd >= 0); ASSERT (write (fd, text, sizeof (text)) == sizeof (text)); ASSERT (close (fd) == 0); } /* Test that fread() sets errno if someone else closes the stream fd behind the back of stdio. */ { FILE *fp = fopen (filename, "r"); char buf[5]; ASSERT (fp != NULL); ASSERT (close (fileno (fp)) == 0); errno = 0; ASSERT (fread (buf, 1, sizeof (buf), fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } /* Test that fread() sets errno if the stream was constructed with an invalid file descriptor. */ { FILE *fp = fdopen (-1, "r"); if (fp != NULL) { char buf[1]; errno = 0; ASSERT (fread (buf, 1, 1, fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } { FILE *fp = fdopen (99, "r"); if (fp != NULL) { char buf[1]; errno = 0; ASSERT (fread (buf, 1, 1, fp) == 0); ASSERT (errno == EBADF); ASSERT (ferror (fp)); fclose (fp); } } /* Clean up. */ unlink (filename); return 0; } gsasl-1.8.0/gltests/test-lseek.sh0000775000000000000000000000060711746471770013647 00000000000000#!/bin/sh tmpfiles= trap 'rm -fr $tmpfiles' 1 2 3 15 tmpfiles=t-lseek.tmp # seekable files ./test-lseek${EXEEXT} 0 < "$srcdir/test-lseek.sh" > t-lseek.tmp || exit 1 # pipes echo hi | { ./test-lseek${EXEEXT} 1; echo $? > t-lseek.tmp; cat > /dev/null; } | cat test "`cat t-lseek.tmp`" = "0" || exit 1 # closed descriptors ./test-lseek${EXEEXT} 2 <&- >&- || exit 1 rm -rf $tmpfiles exit 0 gsasl-1.8.0/gltests/symlink.c0000664000000000000000000000263111746471770013061 00000000000000/* Stub for symlink(). Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #include #include #if HAVE_SYMLINK # undef symlink /* Create a symlink, but reject trailing slash. */ int rpl_symlink (char const *contents, char const *name) { size_t len = strlen (name); if (len && name[len - 1] == '/') { struct stat st; if (lstat (name, &st) == 0) errno = EEXIST; return -1; } return symlink (contents, name); } #else /* !HAVE_SYMLINK */ /* The system does not support symlinks. */ int symlink (char const *contents _GL_UNUSED, char const *name _GL_UNUSED) { errno = ENOSYS; return -1; } #endif /* !HAVE_SYMLINK */ gsasl-1.8.0/gltests/ignore-value.h0000664000000000000000000000377711754554610014003 00000000000000/* ignore a function return without a compiler warning Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Jim Meyering, Eric Blake and Pádraig Brady. */ /* Use "ignore_value" to avoid a warning when using a function declared with gcc's warn_unused_result attribute, but for which you really do want to ignore the result. Traditionally, people have used a "(void)" cast to indicate that a function's return value is deliberately unused. However, if the function is declared with __attribute__((warn_unused_result)), gcc issues a warning even with the cast. Caution: most of the time, you really should heed gcc's warning, and check the return value. However, in those exceptional cases in which you're sure you know what you're doing, use this function. For the record, here's one of the ignorable warnings: "copy.c:233: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result". */ #ifndef _GL_IGNORE_VALUE_H # define _GL_IGNORE_VALUE_H /* The __attribute__((__warn_unused_result__)) feature is available in gcc versions 3.4 and newer, while the typeof feature has been available since 2.7 at least. */ # if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) # define ignore_value(x) ((void) (x)) # else # define ignore_value(x) (({ __typeof__ (x) __x = (x); (void) __x; })) # endif #endif gsasl-1.8.0/gltests/test-locale.c0000664000000000000000000000437311746471770013614 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" int a[] = { LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_MONETARY, LC_NUMERIC, LC_TIME }; #if HAVE_NEWLOCALE /* Check that the locale_t type and the LC_GLOBAL_LOCALE macro are defined. */ locale_t b = LC_GLOBAL_LOCALE; #endif /* Check that the 'struct lconv' type is defined. */ struct lconv l; int ls; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); int main () { /* Check that 'struct lconv' has the ISO C and POSIX specified members. */ ls += sizeof (*l.decimal_point); ls += sizeof (*l.thousands_sep); ls += sizeof (*l.grouping); ls += sizeof (*l.mon_decimal_point); ls += sizeof (*l.mon_thousands_sep); ls += sizeof (*l.mon_grouping); ls += sizeof (*l.positive_sign); ls += sizeof (*l.negative_sign); ls += sizeof (*l.currency_symbol); ls += sizeof (l.frac_digits); ls += sizeof (l.p_cs_precedes); ls += sizeof (l.p_sign_posn); ls += sizeof (l.p_sep_by_space); ls += sizeof (l.n_cs_precedes); ls += sizeof (l.n_sign_posn); ls += sizeof (l.n_sep_by_space); ls += sizeof (*l.int_curr_symbol); ls += sizeof (l.int_frac_digits); ls += sizeof (l.int_p_cs_precedes); ls += sizeof (l.int_p_sign_posn); ls += sizeof (l.int_p_sep_by_space); ls += sizeof (l.int_n_cs_precedes); ls += sizeof (l.int_n_sign_posn); ls += sizeof (l.int_n_sep_by_space); return 0; } gsasl-1.8.0/gltests/pathmax.h0000664000000000000000000000555611746471770013053 00000000000000/* Define PATH_MAX somehow. Requires sys/types.h. Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _PATHMAX_H # define _PATHMAX_H /* POSIX:2008 defines PATH_MAX to be the maximum number of bytes in a filename, including the terminating NUL byte. PATH_MAX is not defined on systems which have no limit on filename length, such as GNU/Hurd. This file does *not* define PATH_MAX always. Programs that use this file can handle the GNU/Hurd case in several ways: - Either with a package-wide handling, or with a per-file handling, - Either through a #ifdef PATH_MAX or through a fallback like #ifndef PATH_MAX # define PATH_MAX 8192 #endif or through a fallback like #ifndef PATH_MAX # define PATH_MAX pathconf ("/", _PC_PATH_MAX) #endif */ # include # include # ifndef _POSIX_PATH_MAX # define _POSIX_PATH_MAX 256 # endif /* Don't include sys/param.h if it already has been. */ # if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN # include # endif # if !defined PATH_MAX && defined MAXPATHLEN # define PATH_MAX MAXPATHLEN # endif # ifdef __hpux /* On HP-UX, PATH_MAX designates the maximum number of bytes in a filename, *not* including the terminating NUL byte, and is set to 1023. Additionally, when _XOPEN_SOURCE is defined to 500 or more, PATH_MAX is not defined at all any more. */ # undef PATH_MAX # define PATH_MAX 1024 # endif # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ /* The page "Naming Files, Paths, and Namespaces" on msdn.microsoft.com, section "Maximum Path Length Limitation", explains that the maximum size of a filename, including the terminating NUL byte, is 260 = 3 + 256 + 1. This is the same value as - FILENAME_MAX in , - _MAX_PATH in , - MAX_PATH in . Undefine the original value, because mingw's gets it wrong. */ # undef PATH_MAX # define PATH_MAX 260 # endif #endif /* _PATHMAX_H */ gsasl-1.8.0/gltests/test-mbrtowc3.sh0000775000000000000000000000056011746471770014302 00000000000000#!/bin/sh # Test whether a specific EUC-JP locale is installed. : ${LOCALE_JA=ja_JP} if test $LOCALE_JA = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no traditional japanese locale is installed" else echo "Skipping test: no traditional japanese locale is supported" fi exit 77 fi LC_ALL=$LOCALE_JA \ ./test-mbrtowc${EXEEXT} 3 gsasl-1.8.0/gltests/test-open.h0000664000000000000000000000566111746471770013324 00000000000000/* Test of opening a file descriptor. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ /* This file is designed to test both open(n,buf[,mode]) and openat(AT_FDCWD,n,buf[,mode]). FUNC is the function to test. Assumes that BASE and ASSERT are already defined, and that appropriate headers are already included. If PRINT, warn before skipping symlink tests with status 77. */ static int test_open (int (*func) (char const *, int, ...), bool print) { int fd; /* Remove anything from prior partial run. */ unlink (BASE "file"); /* Cannot create directory. */ errno = 0; ASSERT (func ("nonexist.ent/", O_CREAT | O_RDONLY, 0600) == -1); ASSERT (errno == ENOTDIR || errno == EISDIR || errno == ENOENT || errno == EINVAL); /* Create a regular file. */ fd = func (BASE "file", O_CREAT | O_RDONLY, 0600); ASSERT (0 <= fd); ASSERT (close (fd) == 0); /* Trailing slash handling. */ errno = 0; ASSERT (func (BASE "file/", O_RDONLY) == -1); ASSERT (errno == ENOTDIR || errno == EISDIR || errno == EINVAL); /* Directories cannot be opened for writing. */ errno = 0; ASSERT (func (".", O_WRONLY) == -1); ASSERT (errno == EISDIR || errno == EACCES); /* /dev/null must exist, and be writable. */ fd = func ("/dev/null", O_RDONLY); ASSERT (0 <= fd); { char c; ASSERT (read (fd, &c, 1) == 0); } ASSERT (close (fd) == 0); fd = func ("/dev/null", O_WRONLY); ASSERT (0 <= fd); ASSERT (write (fd, "c", 1) == 1); ASSERT (close (fd) == 0); /* Although O_NONBLOCK on regular files can be ignored, it must not cause a failure. */ fd = func (BASE "file", O_NONBLOCK | O_RDONLY); ASSERT (0 <= fd); ASSERT (close (fd) == 0); /* Symlink handling, where supported. */ if (symlink (BASE "file", BASE "link") != 0) { ASSERT (unlink (BASE "file") == 0); if (print) fputs ("skipping test: symlinks not supported on this file system\n", stderr); return 77; } errno = 0; ASSERT (func (BASE "link/", O_RDONLY) == -1); ASSERT (errno == ENOTDIR); fd = func (BASE "link", O_RDONLY); ASSERT (0 <= fd); ASSERT (close (fd) == 0); /* Cleanup. */ ASSERT (unlink (BASE "file") == 0); ASSERT (unlink (BASE "link") == 0); return 0; } gsasl-1.8.0/gltests/test-lstat.h0000664000000000000000000000727011746471770013510 00000000000000/* Test of lstat() function. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Simon Josefsson, 2008; and Eric Blake, 2009. */ /* This file is designed to test both lstat(n,buf) and fstatat(AT_FDCWD,n,buf,AT_SYMLINK_NOFOLLOW). FUNC is the function to test. Assumes that BASE and ASSERT are already defined, and that appropriate headers are already included. If PRINT, warn before skipping symlink tests with status 77. */ static int test_lstat_func (int (*func) (char const *, struct stat *), bool print) { struct stat st1; struct stat st2; /* Test for common directories. */ ASSERT (func (".", &st1) == 0); ASSERT (func ("./", &st2) == 0); ASSERT (SAME_INODE (st1, st2)); ASSERT (S_ISDIR (st1.st_mode)); ASSERT (S_ISDIR (st2.st_mode)); ASSERT (func ("/", &st1) == 0); ASSERT (func ("///", &st2) == 0); ASSERT (SAME_INODE (st1, st2)); ASSERT (S_ISDIR (st1.st_mode)); ASSERT (S_ISDIR (st2.st_mode)); ASSERT (func ("..", &st1) == 0); ASSERT (S_ISDIR (st1.st_mode)); /* Test for error conditions. */ errno = 0; ASSERT (func ("", &st1) == -1); ASSERT (errno == ENOENT); errno = 0; ASSERT (func ("nosuch", &st1) == -1); ASSERT (errno == ENOENT); errno = 0; ASSERT (func ("nosuch/", &st1) == -1); ASSERT (errno == ENOENT); ASSERT (close (creat (BASE "file", 0600)) == 0); ASSERT (func (BASE "file", &st1) == 0); ASSERT (S_ISREG (st1.st_mode)); errno = 0; ASSERT (func (BASE "file/", &st1) == -1); ASSERT (errno == ENOTDIR); /* Now for some symlink tests, where supported. We set up: link1 -> directory link2 -> file link3 -> dangling link4 -> loop then test behavior both with and without trailing slash. */ if (symlink (".", BASE "link1") != 0) { ASSERT (unlink (BASE "file") == 0); if (print) fputs ("skipping test: symlinks not supported on this file system\n", stderr); return 77; } ASSERT (symlink (BASE "file", BASE "link2") == 0); ASSERT (symlink (BASE "nosuch", BASE "link3") == 0); ASSERT (symlink (BASE "link4", BASE "link4") == 0); ASSERT (func (BASE "link1", &st1) == 0); ASSERT (S_ISLNK (st1.st_mode)); ASSERT (func (BASE "link1/", &st1) == 0); ASSERT (stat (BASE "link1", &st2) == 0); ASSERT (S_ISDIR (st1.st_mode)); ASSERT (S_ISDIR (st2.st_mode)); ASSERT (SAME_INODE (st1, st2)); ASSERT (func (BASE "link2", &st1) == 0); ASSERT (S_ISLNK (st1.st_mode)); errno = 0; ASSERT (func (BASE "link2/", &st1) == -1); ASSERT (errno == ENOTDIR); ASSERT (func (BASE "link3", &st1) == 0); ASSERT (S_ISLNK (st1.st_mode)); errno = 0; ASSERT (func (BASE "link3/", &st1) == -1); ASSERT (errno == ENOENT); ASSERT (func (BASE "link4", &st1) == 0); ASSERT (S_ISLNK (st1.st_mode)); errno = 0; ASSERT (func (BASE "link4/", &st1) == -1); ASSERT (errno == ELOOP); /* Cleanup. */ ASSERT (unlink (BASE "file") == 0); ASSERT (unlink (BASE "link1") == 0); ASSERT (unlink (BASE "link2") == 0); ASSERT (unlink (BASE "link3") == 0); ASSERT (unlink (BASE "link4") == 0); return 0; } gsasl-1.8.0/gltests/test-xalloc-die.sh0000775000000000000000000000210611746471770014561 00000000000000#!/bin/sh # Test suite for xalloc_die. # Copyright (C) 2009-2012 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . . "${srcdir=.}/init.sh"; path_prepend_ . test-xalloc-die${EXEEXT} > out 2> err case $? in 1) ;; *) Exit 1;; esac tr -d '\015' < err \ | sed 's,.*test-xalloc-die[.ex]*:,test-xalloc-die:,' > err2 || Exit 1 compare - err2 <<\EOF || Exit 1 test-xalloc-die: memory exhausted EOF test -s out && Exit 1 Exit $fail gsasl-1.8.0/gltests/test-wcrtomb.c0000664000000000000000000001101611746471770014022 00000000000000/* Test of conversion of wide character to multibyte character. Copyright (C) 2008-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2008. */ #include #include #include "signature.h" SIGNATURE_CHECK (wcrtomb, size_t, (char *, wchar_t, mbstate_t *)); #include #include #include #include "macros.h" /* Check the multibyte character s[0..n-1]. */ static void check_character (const char *s, size_t n) { wchar_t wc; char buf[64]; int iret; size_t ret; wc = (wchar_t) 0xBADFACE; iret = mbtowc (&wc, s, n); ASSERT (iret == n); ret = wcrtomb (buf, wc, NULL); ASSERT (ret == n); ASSERT (memcmp (buf, s, n) == 0); /* Test special calling convention, passing a NULL pointer. */ ret = wcrtomb (NULL, wc, NULL); ASSERT (ret == 1); } int main (int argc, char *argv[]) { char buf[64]; size_t ret; /* configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, "") == NULL) return 1; /* Test NUL character. */ { buf[0] = 'x'; ret = wcrtomb (buf, 0, NULL); ASSERT (ret == 1); ASSERT (buf[0] == '\0'); } /* Test single bytes. */ { int c; for (c = 0; c < 0x100; c++) switch (c) { case '\t': case '\v': case '\f': case ' ': case '!': case '"': case '#': case '%': case '&': case '\'': case '(': case ')': case '*': case '+': case ',': case '-': case '.': case '/': case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case ':': case ';': case '<': case '=': case '>': case '?': case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z': case '[': case '\\': case ']': case '^': case '_': case 'a': case 'b': case 'c': case 'd': case 'e': case 'f': case 'g': case 'h': case 'i': case 'j': case 'k': case 'l': case 'm': case 'n': case 'o': case 'p': case 'q': case 'r': case 's': case 't': case 'u': case 'v': case 'w': case 'x': case 'y': case 'z': case '{': case '|': case '}': case '~': /* c is in the ISO C "basic character set". */ ret = wcrtomb (buf, btowc (c), NULL); ASSERT (ret == 1); ASSERT (buf[0] == (char) c); break; } } /* Test special calling convention, passing a NULL pointer. */ { ret = wcrtomb (NULL, '\0', NULL); ASSERT (ret == 1); ret = wcrtomb (NULL, btowc ('x'), NULL); ASSERT (ret == 1); } if (argc > 1) switch (argv[1][0]) { case '1': /* Locale encoding is ISO-8859-1 or ISO-8859-15. */ { const char input[] = "B\374\337er"; /* "Büßer" */ check_character (input + 1, 1); check_character (input + 2, 1); } return 0; case '2': /* Locale encoding is UTF-8. */ { const char input[] = "B\303\274\303\237er"; /* "Büßer" */ check_character (input + 1, 2); check_character (input + 3, 2); } return 0; case '3': /* Locale encoding is EUC-JP. */ { const char input[] = "<\306\374\313\334\270\354>"; /* "<日本語>" */ check_character (input + 1, 2); check_character (input + 3, 2); check_character (input + 5, 2); } return 0; case '4': /* Locale encoding is GB18030. */ { const char input[] = "B\250\271\201\060\211\070er"; /* "Büßer" */ check_character (input + 1, 2); check_character (input + 3, 4); } return 0; } return 1; } gsasl-1.8.0/gltests/test-sys_socket.c0000664000000000000000000000327111746471770014537 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include #if HAVE_SHUTDOWN /* Check some integer constant expressions. */ int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR }; #endif /* Check that the 'socklen_t' type is defined. */ socklen_t t1; /* Check that the 'size_t' and 'ssize_t' types are defined. */ size_t t2; ssize_t t3; /* Check that 'struct iovec' is defined. */ struct iovec io; /* Check that a minimal set of 'struct msghdr' is defined. */ struct msghdr msg; int main (void) { struct sockaddr_storage x; sa_family_t i; /* Check some errno values. */ switch (0) { case ENOTSOCK: case EADDRINUSE: case ENETRESET: case ECONNABORTED: case ECONNRESET: case ENOTCONN: case ESHUTDOWN: break; } x.ss_family = 42; i = 42; msg.msg_iov = &io; return (x.ss_family - i + msg.msg_namelen + msg.msg_iov->iov_len + msg.msg_iovlen); } gsasl-1.8.0/gltests/test-c-strcase.sh0000775000000000000000000000114311746471770014424 00000000000000#!/bin/sh # Test in the C locale. ./test-c-strcasecmp${EXEEXT} || exit 1 ./test-c-strncasecmp${EXEEXT} || exit 1 # Test in an ISO-8859-1 or ISO-8859-15 locale. : ${LOCALE_FR=fr_FR} if test $LOCALE_FR != none; then LC_ALL=$LOCALE_FR ./test-c-strcasecmp${EXEEXT} locale || exit 1 LC_ALL=$LOCALE_FR ./test-c-strncasecmp${EXEEXT} locale || exit 1 fi # Test in a Turkish UTF-8 locale. : ${LOCALE_TR_UTF8=tr_TR.UTF-8} if test $LOCALE_TR_UTF8 != none; then LC_ALL=$LOCALE_TR_UTF8 ./test-c-strcasecmp${EXEEXT} locale || exit 1 LC_ALL=$LOCALE_TR_UTF8 ./test-c-strncasecmp${EXEEXT} locale || exit 1 fi exit 0 gsasl-1.8.0/gltests/test-fseeko.c0000664000000000000000000000457411746471770013634 00000000000000/* Test of fseeko() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include /* None of the files accessed by this test are large, so disable the fseek link warning if we are not using the gnulib fseek module. */ #define _GL_NO_LARGE_FILES #include #include "signature.h" SIGNATURE_CHECK (fseeko, int, (FILE *, off_t, int)); #include "macros.h" #ifndef FUNC_UNGETC_BROKEN # define FUNC_UNGETC_BROKEN 0 #endif int main (int argc, char **argv _GL_UNUSED) { /* Assume stdin is non-empty, seekable, and starts with '#!/bin/sh' iff argc > 1. */ int expected = argc > 1 ? 0 : -1; /* Exit with success only if fseek/fseeko agree. */ int r1 = fseeko (stdin, 0, SEEK_CUR); int r2 = fseek (stdin, 0, SEEK_CUR); ASSERT (r1 == r2 && r1 == expected); if (argc > 1) { /* Test that fseek discards previously read ungetc data. */ int ch = fgetc (stdin); ASSERT (ch == '#'); ASSERT (ungetc (ch, stdin) == ch); ASSERT (fseeko (stdin, 2, SEEK_SET) == 0); ch = fgetc (stdin); ASSERT (ch == '/'); if (2 < argc) { if (FUNC_UNGETC_BROKEN) { fputs ("Skipping test: ungetc cannot handle arbitrary bytes\n", stderr); return 77; } /* Test that fseek discards random ungetc data. */ ASSERT (ungetc (ch ^ 0xff, stdin) == (ch ^ 0xff)); } ASSERT (fseeko (stdin, 0, SEEK_END) == 0); ASSERT (fgetc (stdin) == EOF); /* Test that fseek resets end-of-file marker. */ ASSERT (feof (stdin)); ASSERT (fseeko (stdin, 0, SEEK_END) == 0); ASSERT (!feof (stdin)); } return 0; } gsasl-1.8.0/gltests/test-c-strcasecmp.c0000664000000000000000000000414411746471770014735 00000000000000/* Test of case-insensitive string comparison function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include "c-strcase.h" #include #include #include "macros.h" int main (int argc, char *argv[]) { if (argc > 1) { /* configure should already have checked that the locale is supported. */ if (setlocale (LC_ALL, "") == NULL) return 1; } ASSERT (c_strcasecmp ("paragraph", "Paragraph") == 0); ASSERT (c_strcasecmp ("paragrapH", "parAgRaph") == 0); ASSERT (c_strcasecmp ("paragraph", "paraLyzed") < 0); ASSERT (c_strcasecmp ("paraLyzed", "paragraph") > 0); ASSERT (c_strcasecmp ("para", "paragraph") < 0); ASSERT (c_strcasecmp ("paragraph", "para") > 0); /* The following tests shows how c_strcasecmp() is different from strcasecmp(). */ ASSERT (c_strcasecmp ("\311mile", "\351mile") < 0); ASSERT (c_strcasecmp ("\351mile", "\311mile") > 0); /* The following tests shows how c_strcasecmp() is different from mbscasecmp(). */ ASSERT (c_strcasecmp ("\303\266zg\303\274r", "\303\226ZG\303\234R") > 0); /* özgür */ ASSERT (c_strcasecmp ("\303\226ZG\303\234R", "\303\266zg\303\274r") < 0); /* özgür */ /* This test shows how strings of different size cannot compare equal. */ ASSERT (c_strcasecmp ("turkish", "TURK\304\260SH") < 0); ASSERT (c_strcasecmp ("TURK\304\260SH", "turkish") > 0); return 0; } gsasl-1.8.0/gltests/test-btowc1.sh0000775000000000000000000000054311746471770013742 00000000000000#!/bin/sh # Test in an ISO-8859-1 or ISO-8859-15 locale. : ${LOCALE_FR=fr_FR} if test $LOCALE_FR = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no traditional french locale is installed" else echo "Skipping test: no traditional french locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR \ ./test-btowc${EXEEXT} 1 gsasl-1.8.0/gltests/test-setlocale2.c0000664000000000000000000000334711746471770014412 00000000000000/* Test of setting the current locale. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include #include #include #include #include int main () { /* Try to set the locale by implicitly looking at the LC_ALL environment variable. */ if (setlocale (LC_ALL, "") != NULL) /* It was successful. Check whether LC_CTYPE is non-trivial. */ if (strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) { fprintf (stderr, "setlocale did not fail for implicit %s\n", getenv ("LC_ALL")); return 1; } /* Reset the locale. */ if (setlocale (LC_ALL, "C") == NULL) return 1; /* Try to set the locale by explicitly looking at the LC_ALL environment variable. */ if (setlocale (LC_ALL, getenv ("LC_ALL")) != NULL) /* It was successful. Check whether LC_CTYPE is non-trivial. */ if (strcmp (setlocale (LC_CTYPE, NULL), "C") == 0) { fprintf (stderr, "setlocale did not fail for explicit %s\n", getenv ("LC_ALL")); return 1; } return 0; } gsasl-1.8.0/gltests/test-getdelim.c0000664000000000000000000000465411746471770014151 00000000000000/* Test of getdelim() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (getdelim, ssize_t, (char **, size_t *, int, FILE *)); #include #include #include "macros.h" int main (void) { FILE *f; char *line; size_t len; ssize_t result; /* Create test file. */ f = fopen ("test-getdelim.txt", "wb"); if (!f || fwrite ("anAnbcnd\0f", 1, 10, f) != 10 || fclose (f) != 0) { fputs ("Failed to create sample file.\n", stderr); remove ("test-getdelim.txt"); return 1; } f = fopen ("test-getdelim.txt", "rb"); if (!f) { fputs ("Failed to reopen sample file.\n", stderr); remove ("test-getdelim.txt"); return 1; } /* Test initial allocation, which must include trailing NUL. */ line = NULL; len = 0; result = getdelim (&line, &len, 'n', f); ASSERT (result == 2); ASSERT (strcmp (line, "an") == 0); ASSERT (2 < len); free (line); /* Test initial allocation again, with line = NULL and len != 0. */ line = NULL; len = (size_t)(~0) / 4; result = getdelim (&line, &len, 'n', f); ASSERT (result == 2); ASSERT (strcmp (line, "An") == 0); ASSERT (2 < len); free (line); /* Test growth of buffer. */ line = malloc (1); len = 1; result = getdelim (&line, &len, 'n', f); ASSERT (result == 3); ASSERT (strcmp (line, "bcn") == 0); ASSERT (3 < len); /* Test embedded NULs and EOF behavior. */ result = getdelim (&line, &len, 'n', f); ASSERT (result == 3); ASSERT (memcmp (line, "d\0f", 4) == 0); ASSERT (3 < len); result = getdelim (&line, &len, 'n', f); ASSERT (result == -1); free (line); fclose (f); remove ("test-getdelim.txt"); return 0; } gsasl-1.8.0/gltests/test-sys_uio.c0000664000000000000000000000173511746471770014046 00000000000000/* Test of substitute. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Eric Blake , 2011. */ #include #include /* Check that necessary types are defined. */ size_t a; ssize_t b; struct iovec c; int main (void) { return a + b + !!c.iov_base + c.iov_len; } gsasl-1.8.0/gltests/test-getopt_long.h0000664000000000000000000017552411746471770014712 00000000000000/* Test of command line argument processing. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ static int a_seen; static int b_seen; static int q_seen; static const struct option long_options_required[] = { { "alpha", no_argument, NULL, 'a' }, { "beta", no_argument, &b_seen, 1 }, { "prune", required_argument, NULL, 'p' }, { "quetsche", required_argument, &q_seen, 1 }, { "xtremely-",no_argument, NULL, 1003 }, { "xtra", no_argument, NULL, 1001 }, { "xtreme", no_argument, NULL, 1002 }, { "xtremely", no_argument, NULL, 1003 }, { NULL, 0, NULL, 0 } }; static const struct option long_options_optional[] = { { "alpha", no_argument, NULL, 'a' }, { "beta", no_argument, &b_seen, 1 }, { "prune", optional_argument, NULL, 'p' }, { "quetsche", optional_argument, &q_seen, 1 }, { NULL, 0, NULL, 0 } }; static void getopt_long_loop (int argc, const char **argv, const char *options, const struct option *long_options, const char **p_value, const char **q_value, int *non_options_count, const char **non_options, int *unrecognized) { int option_index = -1; int c; opterr = 0; q_seen = 0; while ((c = getopt_long (argc, (char **) argv, options, long_options, &option_index)) != -1) { switch (c) { case 0: /* An option with a non-NULL flag pointer was processed. */ if (q_seen) *q_value = optarg; break; case 'a': a_seen++; break; case 'b': b_seen = 1; break; case 'p': *p_value = optarg; break; case 'q': *q_value = optarg; break; case '\1': /* Must only happen with option '-' at the beginning. */ ASSERT (options[0] == '-'); non_options[(*non_options_count)++] = optarg; break; case ':': /* Must only happen with option ':' at the beginning. */ ASSERT (options[0] == ':' || ((options[0] == '-' || options[0] == '+') && options[1] == ':')); /* fall through */ case '?': *unrecognized = optopt; break; default: *unrecognized = c; break; } } } /* Reduce casting, so we can use string literals elsewhere. getopt_long takes an array of char*, but luckily does not modify those elements, so we can pass const char*. */ static int do_getopt_long (int argc, const char **argv, const char *shortopts, const struct option *longopts, int *longind) { return getopt_long (argc, (char **) argv, shortopts, longopts, longind); } static void test_getopt_long (void) { int start; /* Test disambiguation of options. */ { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--x"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xt"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xtr"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xtra"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == 1001); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xtre"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xtrem"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xtreme"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == 1002); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xtremel"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == 1003); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--xtremely"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == 1003); } /* Check that -W handles unknown options. */ { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "W;", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 'W'); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-Wunknown"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "W;", long_options_required, &option_index); /* glibc and BSD behave differently here, but for now, we allow both behaviors since W support is not frequently used. */ if (c == '?') { ASSERT (optopt == 0); ASSERT (optarg == NULL); } else { ASSERT (c == 'W'); ASSERT (strcmp (optarg, "unknown") == 0); } } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc++] = "unknown"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "W;", long_options_required, &option_index); /* glibc and BSD behave differently here, but for now, we allow both behaviors since W support is not frequently used. */ if (c == '?') { ASSERT (optopt == 0); ASSERT (optarg == NULL); } else { ASSERT (c == 'W'); ASSERT (strcmp (optarg, "unknown") == 0); } } /* Test that 'W' does not dump core: http://sourceware.org/bugzilla/show_bug.cgi?id=12922 */ { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc++] = "dummy"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long (argc, argv, "W;", NULL, &option_index); ASSERT (c == 'W'); ASSERT (optind == 2); } /* Test processing of boolean short options. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-a"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-b"; argv[argc++] = "-a"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-ba"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-ab"; argv[argc++] = "-a"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 2); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } /* Test processing of boolean long options. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--alpha"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--beta"; argv[argc++] = "--alpha"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--alpha"; argv[argc++] = "--beta"; argv[argc++] = "--alpha"; argv[argc++] = "--beta"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 2); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); } /* Test processing of boolean long options via -W. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-Walpha"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abW;", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc++] = "beta"; argv[argc++] = "-W"; argv[argc++] = "alpha"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "aW;b", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-Walpha"; argv[argc++] = "-Wbeta"; argv[argc++] = "-Walpha"; argv[argc++] = "-Wbeta"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "W;ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 2); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); } /* Test processing of short options with arguments. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-pfoo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-ab"; argv[argc++] = "-q"; argv[argc++] = "baz"; argv[argc++] = "-pfoo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); } /* Test processing of long options with arguments. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--p=foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--p"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-ab"; argv[argc++] = "--q"; argv[argc++] = "baz"; argv[argc++] = "--p=foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); } /* Test processing of long options with arguments via -W. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-Wp=foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p:q:W;", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc++] = "p"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p:W;q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-ab"; argv[argc++] = "-Wq"; argv[argc++] = "baz"; argv[argc++] = "-W"; argv[argc++] = "p=foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "W;abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value != NULL && strcmp (q_value, "baz") == 0); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 6); } /* Test processing of short options with optional arguments. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-pfoo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } /* Test processing of long options with optional arguments. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--p=foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--p"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--p="; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && *p_value == '\0'); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "--p"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } /* Test processing of long options with optional arguments via -W. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-Wp=foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::q::W;", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-Wp"; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::q::W;", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-Wp="; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "W;p::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && *p_value == '\0'); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc++] = "p="; argv[argc++] = "foo"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "W;p::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && *p_value == '\0'); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 3); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-W"; argv[argc++] = "p"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "W;abp::q::", long_options_optional, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); /* ASSERT (p_value == NULL); */ ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); } /* Check that invalid options are recognized. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-x"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'x'); ASSERT (optind == 5); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "-:"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == ':'); ASSERT (optind == 5); } /* Check that unexpected arguments are recognized. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "--a="; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 'a'); ASSERT (optind == 4); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "foo"; argv[argc++] = "--b="; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "foo") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); /* When flag is non-zero, glibc sets optopt anyway, but BSD leaves optopt unchanged. */ ASSERT (unrecognized == 1 || unrecognized == 0); ASSERT (optind == 4); } /* Check that by default, non-options arguments are moved to the end. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "donald") == 0); ASSERT (strcmp (argv[5], "duck") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); } /* Check that '--' ends the argument processing. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[20]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "--"; argv[argc++] = "-b"; argv[argc++] = "foo"; argv[argc++] = "-q"; argv[argc++] = "johnny"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "--") == 0); ASSERT (strcmp (argv[5], "donald") == 0); ASSERT (strcmp (argv[6], "duck") == 0); ASSERT (strcmp (argv[7], "-b") == 0); ASSERT (strcmp (argv[8], "foo") == 0); ASSERT (strcmp (argv[9], "-q") == 0); ASSERT (strcmp (argv[10], "johnny") == 0); ASSERT (strcmp (argv[11], "bar") == 0); ASSERT (argv[12] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 5); } /* Check that the '-' flag causes non-options to be returned in order. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "-abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 3); ASSERT (strcmp (non_options[0], "donald") == 0); ASSERT (strcmp (non_options[1], "duck") == 0); ASSERT (strcmp (non_options[2], "bar") == 0); ASSERT (unrecognized == 0); ASSERT (optind == 7); } /* Check that '--' ends the argument processing. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[20]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "--"; argv[argc++] = "-b"; argv[argc++] = "foo"; argv[argc++] = "-q"; argv[argc++] = "johnny"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "-abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "--") == 0); ASSERT (strcmp (argv[7], "-b") == 0); ASSERT (strcmp (argv[8], "foo") == 0); ASSERT (strcmp (argv[9], "-q") == 0); ASSERT (strcmp (argv[10], "johnny") == 0); ASSERT (strcmp (argv[11], "bar") == 0); ASSERT (argv[12] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); if (non_options_count == 2) { /* glibc behaviour. */ ASSERT (non_options_count == 2); ASSERT (strcmp (non_options[0], "donald") == 0); ASSERT (strcmp (non_options[1], "duck") == 0); ASSERT (unrecognized == 0); ASSERT (optind == 7); } else { /* Another valid behaviour. */ ASSERT (non_options_count == 7); ASSERT (strcmp (non_options[0], "donald") == 0); ASSERT (strcmp (non_options[1], "duck") == 0); ASSERT (strcmp (non_options[2], "-b") == 0); ASSERT (strcmp (non_options[3], "foo") == 0); ASSERT (strcmp (non_options[4], "-q") == 0); ASSERT (strcmp (non_options[5], "johnny") == 0); ASSERT (strcmp (non_options[6], "bar") == 0); ASSERT (unrecognized == 0); ASSERT (optind == 12); } } /* Check that the '-' flag has to come first. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:-", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "donald") == 0); ASSERT (strcmp (argv[5], "duck") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); } /* Check that the '+' flag causes the first non-option to terminate the loop. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "+abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); } for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-+"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "+abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == '+'); ASSERT (optind == 2); } /* Check that '--' ends the argument processing. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[20]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "--"; argv[argc++] = "-b"; argv[argc++] = "foo"; argv[argc++] = "-q"; argv[argc++] = "johnny"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "+abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "--") == 0); ASSERT (strcmp (argv[7], "-b") == 0); ASSERT (strcmp (argv[8], "foo") == 0); ASSERT (strcmp (argv[9], "-q") == 0); ASSERT (strcmp (argv[10], "johnny") == 0); ASSERT (strcmp (argv[11], "bar") == 0); ASSERT (argv[12] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); } /* Check that the '+' flag has to come first. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:+", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "-p") == 0); ASSERT (strcmp (argv[2], "billy") == 0); ASSERT (strcmp (argv[3], "-a") == 0); ASSERT (strcmp (argv[4], "donald") == 0); ASSERT (strcmp (argv[5], "duck") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 1); ASSERT (b_seen == 0); ASSERT (p_value != NULL && strcmp (p_value, "billy") == 0); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); } } /* Test behavior of getopt_long when POSIXLY_CORRECT is set in the environment. Options with optional arguments should not change behavior just because of an environment variable. http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html */ static void test_getopt_long_posix (void) { int start; /* Check that POSIXLY_CORRECT stops parsing the same as leading '+'. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "donald"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc++] = "duck"; argv[argc++] = "-a"; argv[argc++] = "bar"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "abp:q:", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (strcmp (argv[0], "program") == 0); ASSERT (strcmp (argv[1], "donald") == 0); ASSERT (strcmp (argv[2], "-p") == 0); ASSERT (strcmp (argv[3], "billy") == 0); ASSERT (strcmp (argv[4], "duck") == 0); ASSERT (strcmp (argv[5], "-a") == 0); ASSERT (strcmp (argv[6], "bar") == 0); ASSERT (argv[7] == NULL); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 1); } /* Check that POSIXLY_CORRECT doesn't change optional arguments. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-p"; argv[argc++] = "billy"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "p::", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 0); ASSERT (b_seen == 0); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 0); ASSERT (unrecognized == 0); ASSERT (optind == 2); } /* Check that leading - still sees options after non-options. */ for (start = 0; start <= 1; start++) { const char *p_value = NULL; const char *q_value = NULL; int non_options_count = 0; const char *non_options[10]; int unrecognized = 0; int argc = 0; const char *argv[10]; a_seen = 0; b_seen = 0; argv[argc++] = "program"; argv[argc++] = "-a"; argv[argc++] = "billy"; argv[argc++] = "-b"; argv[argc] = NULL; optind = start; getopt_long_loop (argc, argv, "-ab", long_options_required, &p_value, &q_value, &non_options_count, non_options, &unrecognized); ASSERT (a_seen == 1); ASSERT (b_seen == 1); ASSERT (p_value == NULL); ASSERT (q_value == NULL); ASSERT (non_options_count == 1); ASSERT (strcmp (non_options[0], "billy") == 0); ASSERT (unrecognized == 0); ASSERT (optind == 4); } } /* Reduce casting, so we can use string literals elsewhere. getopt_long_only takes an array of char*, but luckily does not modify those elements, so we can pass const char*. */ static int do_getopt_long_only (int argc, const char **argv, const char *shortopts, const struct option *longopts, int *longind) { return getopt_long_only (argc, (char **) argv, shortopts, longopts, longind); } static void test_getopt_long_only (void) { /* Test disambiguation of options. */ { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-x"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-x"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "abx", long_options_required, &option_index); ASSERT (c == 'x'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--x"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "abx", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-b"; argv[argc] = NULL; optind = 1; opterr = 0; b_seen = 0; c = do_getopt_long_only (argc, argv, "abx", long_options_required, &option_index); ASSERT (c == 'b'); ASSERT (b_seen == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "--b"; argv[argc] = NULL; optind = 1; opterr = 0; b_seen = 0; c = do_getopt_long_only (argc, argv, "abx", long_options_required, &option_index); ASSERT (c == 0); ASSERT (b_seen == 1); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-xt"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-xt"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "abx", long_options_required, &option_index); ASSERT (c == '?'); ASSERT (optopt == 0); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-xtra"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "ab", long_options_required, &option_index); ASSERT (c == 1001); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-xtreme"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "abx:", long_options_required, &option_index); ASSERT (c == 1002); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-xtremel"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "ab", long_options_required, &option_index); /* glibc getopt_long_only is intentionally different from getopt_long when handling a prefix that is common to two spellings, when both spellings have the same option directives. BSD getopt_long_only treats both cases the same. */ ASSERT (c == 1003 || c == '?'); ASSERT (optind == 2); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-xtremel"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "abx::", long_options_required, &option_index); /* glibc getopt_long_only is intentionally different from getopt_long when handling a prefix that is common to two spellings, when both spellings have the same option directives. BSD getopt_long_only treats both cases the same. */ ASSERT (c == 1003 || c == '?'); ASSERT (optind == 2); ASSERT (optarg == NULL); } { int argc = 0; const char *argv[10]; int option_index; int c; argv[argc++] = "program"; argv[argc++] = "-xtras"; argv[argc] = NULL; optind = 1; opterr = 0; c = do_getopt_long_only (argc, argv, "abx::", long_options_required, &option_index); ASSERT (c == 'x'); ASSERT (strcmp (optarg, "tras") == 0); } } gsasl-1.8.0/gltests/test-getopt.c0000664000000000000000000000547211746471770013660 00000000000000/* Test of command line argument processing. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ #include /* None of the files accessed by this test are large, so disable the ftell link warning if we are not using the gnulib ftell module. */ #define _GL_NO_LARGE_FILES #if GNULIB_TEST_GETOPT_GNU # include # ifndef __getopt_argv_const # define __getopt_argv_const const # endif # include "signature.h" SIGNATURE_CHECK (getopt_long, int, (int, char *__getopt_argv_const *, char const *, struct option const *, int *)); SIGNATURE_CHECK (getopt_long_only, int, (int, char *__getopt_argv_const *, char const *, struct option const *, int *)); #endif #include #include "signature.h" SIGNATURE_CHECK (getopt, int, (int, char * const[], char const *)); #include #include #include /* This test intentionally remaps stderr. So, we arrange to have fd 10 (outside the range of interesting fd's during the test) set up to duplicate the original stderr. */ #define BACKUP_STDERR_FILENO 10 #define ASSERT_STREAM myerr #include "macros.h" static FILE *myerr; #include "test-getopt.h" #if GNULIB_TEST_GETOPT_GNU # include "test-getopt_long.h" #endif int main (void) { /* This test validates that stderr is used correctly, so move the original into fd 10. */ if (dup2 (STDERR_FILENO, BACKUP_STDERR_FILENO) != BACKUP_STDERR_FILENO || (myerr = fdopen (BACKUP_STDERR_FILENO, "w")) == NULL) return 2; ASSERT (freopen ("test-getopt.tmp", "w", stderr) == stderr); /* These default values are required by POSIX. */ ASSERT (optind == 1); ASSERT (opterr != 0); setenv ("POSIXLY_CORRECT", "1", 1); test_getopt (); #if GNULIB_TEST_GETOPT_GNU test_getopt_long_posix (); #endif unsetenv ("POSIXLY_CORRECT"); test_getopt (); #if GNULIB_TEST_GETOPT_GNU test_getopt_long (); test_getopt_long_only (); #endif ASSERT (fclose (stderr) == 0); ASSERT (remove ("test-getopt.tmp") == 0); return 0; } gsasl-1.8.0/gltests/fdopen.c0000664000000000000000000000272711746471770012654 00000000000000/* Open a stream with a given file descriptor. Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include #if HAVE_MSVC_INVALID_PARAMETER_HANDLER # include "msvc-inval.h" #endif #undef fdopen #if HAVE_MSVC_INVALID_PARAMETER_HANDLER static FILE * fdopen_nothrow (int fd, const char *mode) { FILE *result; TRY_MSVC_INVAL { result = fdopen (fd, mode); } CATCH_MSVC_INVAL { result = NULL; } DONE_MSVC_INVAL; return result; } #else # define fdopen_nothrow fdopen #endif FILE * rpl_fdopen (int fd, const char *mode) { int saved_errno = errno; FILE *fp; errno = 0; fp = fdopen_nothrow (fd, mode); if (fp == NULL) { if (errno == 0) errno = EBADF; } else errno = saved_errno; return fp; } gsasl-1.8.0/gltests/test-sys_select.c0000664000000000000000000000333711746471770014531 00000000000000/* Test of substitute. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "signature.h" /* The following may be macros without underlying functions, so only check signature if they are not macros. */ #ifndef FD_CLR SIGNATURE_CHECK (FD_CLR, void, (int, fd_set *)); #endif #ifndef FD_ISSET SIGNATURE_CHECK (FD_ISSET, void, (int, fd_set *)); #endif #ifndef FD_SET SIGNATURE_CHECK (FD_SET, int, (int, fd_set *)); #endif #ifndef FD_ZERO SIGNATURE_CHECK (FD_ZERO, void, (fd_set *)); #endif /* Check that the 'struct timeval' type is defined. */ struct timeval a; /* Check that &a.tv_sec is a 'time_t *', ignoring signedness issues. */ typedef int verify_tv_sec_type[sizeof (a.tv_sec) == sizeof (time_t) ? 1 : -1]; /* Check that sigset_t is defined. */ sigset_t t2; int main (void) { /* Check that FD_ZERO can be used. This should not yield a warning such as "warning: implicit declaration of function 'memset'". */ fd_set fds; FD_ZERO (&fds); return 0; } gsasl-1.8.0/gltests/localename.c0000664000000000000000000025073611746471770013506 00000000000000/* Determine name of the currently selected locale. Copyright (C) 1995-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Ulrich Drepper , 1995. */ /* Native Windows code written by Tor Lillqvist . */ /* MacOS X code written by Bruno Haible . */ #include /* Specification. */ #ifdef IN_LIBINTL # include "gettextP.h" #else # include "localename.h" #endif #include #include #include #include #include #if HAVE_USELOCALE /* MacOS X 10.5 defines the locale_t type in . */ # if defined __APPLE__ && defined __MACH__ # include # endif # include # if !defined IN_LIBINTL # include "glthread/lock.h" # endif #endif #if HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE # include # if HAVE_CFLOCALECOPYCURRENT # include # elif HAVE_CFPREFERENCESCOPYAPPVALUE # include # endif #endif #if defined _WIN32 || defined __WIN32__ # define WINDOWS_NATIVE #endif #if defined WINDOWS_NATIVE || defined __CYGWIN__ /* Native Windows or Cygwin */ # define WIN32_LEAN_AND_MEAN # include /* List of language codes, sorted by value: 0x01 LANG_ARABIC 0x02 LANG_BULGARIAN 0x03 LANG_CATALAN 0x04 LANG_CHINESE 0x05 LANG_CZECH 0x06 LANG_DANISH 0x07 LANG_GERMAN 0x08 LANG_GREEK 0x09 LANG_ENGLISH 0x0a LANG_SPANISH 0x0b LANG_FINNISH 0x0c LANG_FRENCH 0x0d LANG_HEBREW 0x0e LANG_HUNGARIAN 0x0f LANG_ICELANDIC 0x10 LANG_ITALIAN 0x11 LANG_JAPANESE 0x12 LANG_KOREAN 0x13 LANG_DUTCH 0x14 LANG_NORWEGIAN 0x15 LANG_POLISH 0x16 LANG_PORTUGUESE 0x17 LANG_ROMANSH 0x18 LANG_ROMANIAN 0x19 LANG_RUSSIAN 0x1a LANG_CROATIAN == LANG_SERBIAN 0x1b LANG_SLOVAK 0x1c LANG_ALBANIAN 0x1d LANG_SWEDISH 0x1e LANG_THAI 0x1f LANG_TURKISH 0x20 LANG_URDU 0x21 LANG_INDONESIAN 0x22 LANG_UKRAINIAN 0x23 LANG_BELARUSIAN 0x24 LANG_SLOVENIAN 0x25 LANG_ESTONIAN 0x26 LANG_LATVIAN 0x27 LANG_LITHUANIAN 0x28 LANG_TAJIK 0x29 LANG_FARSI 0x2a LANG_VIETNAMESE 0x2b LANG_ARMENIAN 0x2c LANG_AZERI 0x2d LANG_BASQUE 0x2e LANG_SORBIAN 0x2f LANG_MACEDONIAN 0x30 LANG_SUTU 0x31 LANG_TSONGA 0x32 LANG_TSWANA 0x33 LANG_VENDA 0x34 LANG_XHOSA 0x35 LANG_ZULU 0x36 LANG_AFRIKAANS 0x37 LANG_GEORGIAN 0x38 LANG_FAEROESE 0x39 LANG_HINDI 0x3a LANG_MALTESE 0x3b LANG_SAMI 0x3c LANG_GAELIC 0x3d LANG_YIDDISH 0x3e LANG_MALAY 0x3f LANG_KAZAK 0x40 LANG_KYRGYZ 0x41 LANG_SWAHILI 0x42 LANG_TURKMEN 0x43 LANG_UZBEK 0x44 LANG_TATAR 0x45 LANG_BENGALI 0x46 LANG_PUNJABI 0x47 LANG_GUJARATI 0x48 LANG_ORIYA 0x49 LANG_TAMIL 0x4a LANG_TELUGU 0x4b LANG_KANNADA 0x4c LANG_MALAYALAM 0x4d LANG_ASSAMESE 0x4e LANG_MARATHI 0x4f LANG_SANSKRIT 0x50 LANG_MONGOLIAN 0x51 LANG_TIBETAN 0x52 LANG_WELSH 0x53 LANG_CAMBODIAN 0x54 LANG_LAO 0x55 LANG_BURMESE 0x56 LANG_GALICIAN 0x57 LANG_KONKANI 0x58 LANG_MANIPURI 0x59 LANG_SINDHI 0x5a LANG_SYRIAC 0x5b LANG_SINHALESE 0x5c LANG_CHEROKEE 0x5d LANG_INUKTITUT 0x5e LANG_AMHARIC 0x5f LANG_TAMAZIGHT 0x60 LANG_KASHMIRI 0x61 LANG_NEPALI 0x62 LANG_FRISIAN 0x63 LANG_PASHTO 0x64 LANG_TAGALOG 0x65 LANG_DIVEHI 0x66 LANG_EDO 0x67 LANG_FULFULDE 0x68 LANG_HAUSA 0x69 LANG_IBIBIO 0x6a LANG_YORUBA 0x6d LANG_BASHKIR 0x6e LANG_LUXEMBOURGISH 0x6f LANG_GREENLANDIC 0x70 LANG_IGBO 0x71 LANG_KANURI 0x72 LANG_OROMO 0x73 LANG_TIGRINYA 0x74 LANG_GUARANI 0x75 LANG_HAWAIIAN 0x76 LANG_LATIN 0x77 LANG_SOMALI 0x78 LANG_YI 0x79 LANG_PAPIAMENTU 0x7a LANG_MAPUDUNGUN 0x7c LANG_MOHAWK 0x7e LANG_BRETON 0x82 LANG_OCCITAN 0x83 LANG_CORSICAN 0x84 LANG_ALSATIAN 0x85 LANG_YAKUT 0x86 LANG_KICHE 0x87 LANG_KINYARWANDA 0x88 LANG_WOLOF 0x8c LANG_DARI 0x91 LANG_SCOTTISH_GAELIC */ /* Mingw headers don't have latest language and sublanguage codes. */ # ifndef LANG_AFRIKAANS # define LANG_AFRIKAANS 0x36 # endif # ifndef LANG_ALBANIAN # define LANG_ALBANIAN 0x1c # endif # ifndef LANG_ALSATIAN # define LANG_ALSATIAN 0x84 # endif # ifndef LANG_AMHARIC # define LANG_AMHARIC 0x5e # endif # ifndef LANG_ARABIC # define LANG_ARABIC 0x01 # endif # ifndef LANG_ARMENIAN # define LANG_ARMENIAN 0x2b # endif # ifndef LANG_ASSAMESE # define LANG_ASSAMESE 0x4d # endif # ifndef LANG_AZERI # define LANG_AZERI 0x2c # endif # ifndef LANG_BASHKIR # define LANG_BASHKIR 0x6d # endif # ifndef LANG_BASQUE # define LANG_BASQUE 0x2d # endif # ifndef LANG_BELARUSIAN # define LANG_BELARUSIAN 0x23 # endif # ifndef LANG_BENGALI # define LANG_BENGALI 0x45 # endif # ifndef LANG_BRETON # define LANG_BRETON 0x7e # endif # ifndef LANG_BURMESE # define LANG_BURMESE 0x55 # endif # ifndef LANG_CAMBODIAN # define LANG_CAMBODIAN 0x53 # endif # ifndef LANG_CATALAN # define LANG_CATALAN 0x03 # endif # ifndef LANG_CHEROKEE # define LANG_CHEROKEE 0x5c # endif # ifndef LANG_CORSICAN # define LANG_CORSICAN 0x83 # endif # ifndef LANG_DARI # define LANG_DARI 0x8c # endif # ifndef LANG_DIVEHI # define LANG_DIVEHI 0x65 # endif # ifndef LANG_EDO # define LANG_EDO 0x66 # endif # ifndef LANG_ESTONIAN # define LANG_ESTONIAN 0x25 # endif # ifndef LANG_FAEROESE # define LANG_FAEROESE 0x38 # endif # ifndef LANG_FARSI # define LANG_FARSI 0x29 # endif # ifndef LANG_FRISIAN # define LANG_FRISIAN 0x62 # endif # ifndef LANG_FULFULDE # define LANG_FULFULDE 0x67 # endif # ifndef LANG_GAELIC # define LANG_GAELIC 0x3c # endif # ifndef LANG_GALICIAN # define LANG_GALICIAN 0x56 # endif # ifndef LANG_GEORGIAN # define LANG_GEORGIAN 0x37 # endif # ifndef LANG_GREENLANDIC # define LANG_GREENLANDIC 0x6f # endif # ifndef LANG_GUARANI # define LANG_GUARANI 0x74 # endif # ifndef LANG_GUJARATI # define LANG_GUJARATI 0x47 # endif # ifndef LANG_HAUSA # define LANG_HAUSA 0x68 # endif # ifndef LANG_HAWAIIAN # define LANG_HAWAIIAN 0x75 # endif # ifndef LANG_HEBREW # define LANG_HEBREW 0x0d # endif # ifndef LANG_HINDI # define LANG_HINDI 0x39 # endif # ifndef LANG_IBIBIO # define LANG_IBIBIO 0x69 # endif # ifndef LANG_IGBO # define LANG_IGBO 0x70 # endif # ifndef LANG_INDONESIAN # define LANG_INDONESIAN 0x21 # endif # ifndef LANG_INUKTITUT # define LANG_INUKTITUT 0x5d # endif # ifndef LANG_KANNADA # define LANG_KANNADA 0x4b # endif # ifndef LANG_KANURI # define LANG_KANURI 0x71 # endif # ifndef LANG_KASHMIRI # define LANG_KASHMIRI 0x60 # endif # ifndef LANG_KAZAK # define LANG_KAZAK 0x3f # endif # ifndef LANG_KICHE # define LANG_KICHE 0x86 # endif # ifndef LANG_KINYARWANDA # define LANG_KINYARWANDA 0x87 # endif # ifndef LANG_KONKANI # define LANG_KONKANI 0x57 # endif # ifndef LANG_KYRGYZ # define LANG_KYRGYZ 0x40 # endif # ifndef LANG_LAO # define LANG_LAO 0x54 # endif # ifndef LANG_LATIN # define LANG_LATIN 0x76 # endif # ifndef LANG_LATVIAN # define LANG_LATVIAN 0x26 # endif # ifndef LANG_LITHUANIAN # define LANG_LITHUANIAN 0x27 # endif # ifndef LANG_LUXEMBOURGISH # define LANG_LUXEMBOURGISH 0x6e # endif # ifndef LANG_MACEDONIAN # define LANG_MACEDONIAN 0x2f # endif # ifndef LANG_MALAY # define LANG_MALAY 0x3e # endif # ifndef LANG_MALAYALAM # define LANG_MALAYALAM 0x4c # endif # ifndef LANG_MALTESE # define LANG_MALTESE 0x3a # endif # ifndef LANG_MANIPURI # define LANG_MANIPURI 0x58 # endif # ifndef LANG_MAORI # define LANG_MAORI 0x81 # endif # ifndef LANG_MAPUDUNGUN # define LANG_MAPUDUNGUN 0x7a # endif # ifndef LANG_MARATHI # define LANG_MARATHI 0x4e # endif # ifndef LANG_MOHAWK # define LANG_MOHAWK 0x7c # endif # ifndef LANG_MONGOLIAN # define LANG_MONGOLIAN 0x50 # endif # ifndef LANG_NEPALI # define LANG_NEPALI 0x61 # endif # ifndef LANG_OCCITAN # define LANG_OCCITAN 0x82 # endif # ifndef LANG_ORIYA # define LANG_ORIYA 0x48 # endif # ifndef LANG_OROMO # define LANG_OROMO 0x72 # endif # ifndef LANG_PAPIAMENTU # define LANG_PAPIAMENTU 0x79 # endif # ifndef LANG_PASHTO # define LANG_PASHTO 0x63 # endif # ifndef LANG_PUNJABI # define LANG_PUNJABI 0x46 # endif # ifndef LANG_QUECHUA # define LANG_QUECHUA 0x6b # endif # ifndef LANG_ROMANSH # define LANG_ROMANSH 0x17 # endif # ifndef LANG_SAMI # define LANG_SAMI 0x3b # endif # ifndef LANG_SANSKRIT # define LANG_SANSKRIT 0x4f # endif # ifndef LANG_SCOTTISH_GAELIC # define LANG_SCOTTISH_GAELIC 0x91 # endif # ifndef LANG_SERBIAN # define LANG_SERBIAN 0x1a # endif # ifndef LANG_SINDHI # define LANG_SINDHI 0x59 # endif # ifndef LANG_SINHALESE # define LANG_SINHALESE 0x5b # endif # ifndef LANG_SLOVAK # define LANG_SLOVAK 0x1b # endif # ifndef LANG_SOMALI # define LANG_SOMALI 0x77 # endif # ifndef LANG_SORBIAN # define LANG_SORBIAN 0x2e # endif # ifndef LANG_SOTHO # define LANG_SOTHO 0x6c # endif # ifndef LANG_SUTU # define LANG_SUTU 0x30 # endif # ifndef LANG_SWAHILI # define LANG_SWAHILI 0x41 # endif # ifndef LANG_SYRIAC # define LANG_SYRIAC 0x5a # endif # ifndef LANG_TAGALOG # define LANG_TAGALOG 0x64 # endif # ifndef LANG_TAJIK # define LANG_TAJIK 0x28 # endif # ifndef LANG_TAMAZIGHT # define LANG_TAMAZIGHT 0x5f # endif # ifndef LANG_TAMIL # define LANG_TAMIL 0x49 # endif # ifndef LANG_TATAR # define LANG_TATAR 0x44 # endif # ifndef LANG_TELUGU # define LANG_TELUGU 0x4a # endif # ifndef LANG_THAI # define LANG_THAI 0x1e # endif # ifndef LANG_TIBETAN # define LANG_TIBETAN 0x51 # endif # ifndef LANG_TIGRINYA # define LANG_TIGRINYA 0x73 # endif # ifndef LANG_TSONGA # define LANG_TSONGA 0x31 # endif # ifndef LANG_TSWANA # define LANG_TSWANA 0x32 # endif # ifndef LANG_TURKMEN # define LANG_TURKMEN 0x42 # endif # ifndef LANG_UIGHUR # define LANG_UIGHUR 0x80 # endif # ifndef LANG_UKRAINIAN # define LANG_UKRAINIAN 0x22 # endif # ifndef LANG_URDU # define LANG_URDU 0x20 # endif # ifndef LANG_UZBEK # define LANG_UZBEK 0x43 # endif # ifndef LANG_VENDA # define LANG_VENDA 0x33 # endif # ifndef LANG_VIETNAMESE # define LANG_VIETNAMESE 0x2a # endif # ifndef LANG_WELSH # define LANG_WELSH 0x52 # endif # ifndef LANG_WOLOF # define LANG_WOLOF 0x88 # endif # ifndef LANG_XHOSA # define LANG_XHOSA 0x34 # endif # ifndef LANG_YAKUT # define LANG_YAKUT 0x85 # endif # ifndef LANG_YI # define LANG_YI 0x78 # endif # ifndef LANG_YIDDISH # define LANG_YIDDISH 0x3d # endif # ifndef LANG_YORUBA # define LANG_YORUBA 0x6a # endif # ifndef LANG_ZULU # define LANG_ZULU 0x35 # endif # ifndef SUBLANG_AFRIKAANS_SOUTH_AFRICA # define SUBLANG_AFRIKAANS_SOUTH_AFRICA 0x01 # endif # ifndef SUBLANG_ALBANIAN_ALBANIA # define SUBLANG_ALBANIAN_ALBANIA 0x01 # endif # ifndef SUBLANG_ALSATIAN_FRANCE # define SUBLANG_ALSATIAN_FRANCE 0x01 # endif # ifndef SUBLANG_AMHARIC_ETHIOPIA # define SUBLANG_AMHARIC_ETHIOPIA 0x01 # endif # ifndef SUBLANG_ARABIC_SAUDI_ARABIA # define SUBLANG_ARABIC_SAUDI_ARABIA 0x01 # endif # ifndef SUBLANG_ARABIC_IRAQ # define SUBLANG_ARABIC_IRAQ 0x02 # endif # ifndef SUBLANG_ARABIC_EGYPT # define SUBLANG_ARABIC_EGYPT 0x03 # endif # ifndef SUBLANG_ARABIC_LIBYA # define SUBLANG_ARABIC_LIBYA 0x04 # endif # ifndef SUBLANG_ARABIC_ALGERIA # define SUBLANG_ARABIC_ALGERIA 0x05 # endif # ifndef SUBLANG_ARABIC_MOROCCO # define SUBLANG_ARABIC_MOROCCO 0x06 # endif # ifndef SUBLANG_ARABIC_TUNISIA # define SUBLANG_ARABIC_TUNISIA 0x07 # endif # ifndef SUBLANG_ARABIC_OMAN # define SUBLANG_ARABIC_OMAN 0x08 # endif # ifndef SUBLANG_ARABIC_YEMEN # define SUBLANG_ARABIC_YEMEN 0x09 # endif # ifndef SUBLANG_ARABIC_SYRIA # define SUBLANG_ARABIC_SYRIA 0x0a # endif # ifndef SUBLANG_ARABIC_JORDAN # define SUBLANG_ARABIC_JORDAN 0x0b # endif # ifndef SUBLANG_ARABIC_LEBANON # define SUBLANG_ARABIC_LEBANON 0x0c # endif # ifndef SUBLANG_ARABIC_KUWAIT # define SUBLANG_ARABIC_KUWAIT 0x0d # endif # ifndef SUBLANG_ARABIC_UAE # define SUBLANG_ARABIC_UAE 0x0e # endif # ifndef SUBLANG_ARABIC_BAHRAIN # define SUBLANG_ARABIC_BAHRAIN 0x0f # endif # ifndef SUBLANG_ARABIC_QATAR # define SUBLANG_ARABIC_QATAR 0x10 # endif # ifndef SUBLANG_ARMENIAN_ARMENIA # define SUBLANG_ARMENIAN_ARMENIA 0x01 # endif # ifndef SUBLANG_ASSAMESE_INDIA # define SUBLANG_ASSAMESE_INDIA 0x01 # endif # ifndef SUBLANG_AZERI_LATIN # define SUBLANG_AZERI_LATIN 0x01 # endif # ifndef SUBLANG_AZERI_CYRILLIC # define SUBLANG_AZERI_CYRILLIC 0x02 # endif # ifndef SUBLANG_BASHKIR_RUSSIA # define SUBLANG_BASHKIR_RUSSIA 0x01 # endif # ifndef SUBLANG_BASQUE_BASQUE # define SUBLANG_BASQUE_BASQUE 0x01 # endif # ifndef SUBLANG_BELARUSIAN_BELARUS # define SUBLANG_BELARUSIAN_BELARUS 0x01 # endif # ifndef SUBLANG_BENGALI_INDIA # define SUBLANG_BENGALI_INDIA 0x01 # endif # ifndef SUBLANG_BENGALI_BANGLADESH # define SUBLANG_BENGALI_BANGLADESH 0x02 # endif # ifndef SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN # define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN 0x05 # endif # ifndef SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC # define SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC 0x08 # endif # ifndef SUBLANG_BRETON_FRANCE # define SUBLANG_BRETON_FRANCE 0x01 # endif # ifndef SUBLANG_BULGARIAN_BULGARIA # define SUBLANG_BULGARIAN_BULGARIA 0x01 # endif # ifndef SUBLANG_CAMBODIAN_CAMBODIA # define SUBLANG_CAMBODIAN_CAMBODIA 0x01 # endif # ifndef SUBLANG_CATALAN_SPAIN # define SUBLANG_CATALAN_SPAIN 0x01 # endif # ifndef SUBLANG_CORSICAN_FRANCE # define SUBLANG_CORSICAN_FRANCE 0x01 # endif # ifndef SUBLANG_CROATIAN_CROATIA # define SUBLANG_CROATIAN_CROATIA 0x01 # endif # ifndef SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN # define SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN 0x04 # endif # ifndef SUBLANG_CHINESE_MACAU # define SUBLANG_CHINESE_MACAU 0x05 # endif # ifndef SUBLANG_CZECH_CZECH_REPUBLIC # define SUBLANG_CZECH_CZECH_REPUBLIC 0x01 # endif # ifndef SUBLANG_DANISH_DENMARK # define SUBLANG_DANISH_DENMARK 0x01 # endif # ifndef SUBLANG_DARI_AFGHANISTAN # define SUBLANG_DARI_AFGHANISTAN 0x01 # endif # ifndef SUBLANG_DIVEHI_MALDIVES # define SUBLANG_DIVEHI_MALDIVES 0x01 # endif # ifndef SUBLANG_DUTCH_SURINAM # define SUBLANG_DUTCH_SURINAM 0x03 # endif # ifndef SUBLANG_ENGLISH_SOUTH_AFRICA # define SUBLANG_ENGLISH_SOUTH_AFRICA 0x07 # endif # ifndef SUBLANG_ENGLISH_JAMAICA # define SUBLANG_ENGLISH_JAMAICA 0x08 # endif # ifndef SUBLANG_ENGLISH_CARIBBEAN # define SUBLANG_ENGLISH_CARIBBEAN 0x09 # endif # ifndef SUBLANG_ENGLISH_BELIZE # define SUBLANG_ENGLISH_BELIZE 0x0a # endif # ifndef SUBLANG_ENGLISH_TRINIDAD # define SUBLANG_ENGLISH_TRINIDAD 0x0b # endif # ifndef SUBLANG_ENGLISH_ZIMBABWE # define SUBLANG_ENGLISH_ZIMBABWE 0x0c # endif # ifndef SUBLANG_ENGLISH_PHILIPPINES # define SUBLANG_ENGLISH_PHILIPPINES 0x0d # endif # ifndef SUBLANG_ENGLISH_INDONESIA # define SUBLANG_ENGLISH_INDONESIA 0x0e # endif # ifndef SUBLANG_ENGLISH_HONGKONG # define SUBLANG_ENGLISH_HONGKONG 0x0f # endif # ifndef SUBLANG_ENGLISH_INDIA # define SUBLANG_ENGLISH_INDIA 0x10 # endif # ifndef SUBLANG_ENGLISH_MALAYSIA # define SUBLANG_ENGLISH_MALAYSIA 0x11 # endif # ifndef SUBLANG_ENGLISH_SINGAPORE # define SUBLANG_ENGLISH_SINGAPORE 0x12 # endif # ifndef SUBLANG_ESTONIAN_ESTONIA # define SUBLANG_ESTONIAN_ESTONIA 0x01 # endif # ifndef SUBLANG_FAEROESE_FAROE_ISLANDS # define SUBLANG_FAEROESE_FAROE_ISLANDS 0x01 # endif # ifndef SUBLANG_FARSI_IRAN # define SUBLANG_FARSI_IRAN 0x01 # endif # ifndef SUBLANG_FINNISH_FINLAND # define SUBLANG_FINNISH_FINLAND 0x01 # endif # ifndef SUBLANG_FRENCH_LUXEMBOURG # define SUBLANG_FRENCH_LUXEMBOURG 0x05 # endif # ifndef SUBLANG_FRENCH_MONACO # define SUBLANG_FRENCH_MONACO 0x06 # endif # ifndef SUBLANG_FRENCH_WESTINDIES # define SUBLANG_FRENCH_WESTINDIES 0x07 # endif # ifndef SUBLANG_FRENCH_REUNION # define SUBLANG_FRENCH_REUNION 0x08 # endif # ifndef SUBLANG_FRENCH_CONGO # define SUBLANG_FRENCH_CONGO 0x09 # endif # ifndef SUBLANG_FRENCH_SENEGAL # define SUBLANG_FRENCH_SENEGAL 0x0a # endif # ifndef SUBLANG_FRENCH_CAMEROON # define SUBLANG_FRENCH_CAMEROON 0x0b # endif # ifndef SUBLANG_FRENCH_COTEDIVOIRE # define SUBLANG_FRENCH_COTEDIVOIRE 0x0c # endif # ifndef SUBLANG_FRENCH_MALI # define SUBLANG_FRENCH_MALI 0x0d # endif # ifndef SUBLANG_FRENCH_MOROCCO # define SUBLANG_FRENCH_MOROCCO 0x0e # endif # ifndef SUBLANG_FRENCH_HAITI # define SUBLANG_FRENCH_HAITI 0x0f # endif # ifndef SUBLANG_FRISIAN_NETHERLANDS # define SUBLANG_FRISIAN_NETHERLANDS 0x01 # endif # ifndef SUBLANG_GALICIAN_SPAIN # define SUBLANG_GALICIAN_SPAIN 0x01 # endif # ifndef SUBLANG_GEORGIAN_GEORGIA # define SUBLANG_GEORGIAN_GEORGIA 0x01 # endif # ifndef SUBLANG_GERMAN_LUXEMBOURG # define SUBLANG_GERMAN_LUXEMBOURG 0x04 # endif # ifndef SUBLANG_GERMAN_LIECHTENSTEIN # define SUBLANG_GERMAN_LIECHTENSTEIN 0x05 # endif # ifndef SUBLANG_GREEK_GREECE # define SUBLANG_GREEK_GREECE 0x01 # endif # ifndef SUBLANG_GREENLANDIC_GREENLAND # define SUBLANG_GREENLANDIC_GREENLAND 0x01 # endif # ifndef SUBLANG_GUJARATI_INDIA # define SUBLANG_GUJARATI_INDIA 0x01 # endif # ifndef SUBLANG_HAUSA_NIGERIA_LATIN # define SUBLANG_HAUSA_NIGERIA_LATIN 0x01 # endif # ifndef SUBLANG_HEBREW_ISRAEL # define SUBLANG_HEBREW_ISRAEL 0x01 # endif # ifndef SUBLANG_HINDI_INDIA # define SUBLANG_HINDI_INDIA 0x01 # endif # ifndef SUBLANG_HUNGARIAN_HUNGARY # define SUBLANG_HUNGARIAN_HUNGARY 0x01 # endif # ifndef SUBLANG_ICELANDIC_ICELAND # define SUBLANG_ICELANDIC_ICELAND 0x01 # endif # ifndef SUBLANG_IGBO_NIGERIA # define SUBLANG_IGBO_NIGERIA 0x01 # endif # ifndef SUBLANG_INDONESIAN_INDONESIA # define SUBLANG_INDONESIAN_INDONESIA 0x01 # endif # ifndef SUBLANG_INUKTITUT_CANADA # define SUBLANG_INUKTITUT_CANADA 0x01 # endif # undef SUBLANG_INUKTITUT_CANADA_LATIN # define SUBLANG_INUKTITUT_CANADA_LATIN 0x02 # undef SUBLANG_IRISH_IRELAND # define SUBLANG_IRISH_IRELAND 0x02 # ifndef SUBLANG_JAPANESE_JAPAN # define SUBLANG_JAPANESE_JAPAN 0x01 # endif # ifndef SUBLANG_KANNADA_INDIA # define SUBLANG_KANNADA_INDIA 0x01 # endif # ifndef SUBLANG_KASHMIRI_INDIA # define SUBLANG_KASHMIRI_INDIA 0x02 # endif # ifndef SUBLANG_KAZAK_KAZAKHSTAN # define SUBLANG_KAZAK_KAZAKHSTAN 0x01 # endif # ifndef SUBLANG_KICHE_GUATEMALA # define SUBLANG_KICHE_GUATEMALA 0x01 # endif # ifndef SUBLANG_KINYARWANDA_RWANDA # define SUBLANG_KINYARWANDA_RWANDA 0x01 # endif # ifndef SUBLANG_KONKANI_INDIA # define SUBLANG_KONKANI_INDIA 0x01 # endif # ifndef SUBLANG_KYRGYZ_KYRGYZSTAN # define SUBLANG_KYRGYZ_KYRGYZSTAN 0x01 # endif # ifndef SUBLANG_LAO_LAOS # define SUBLANG_LAO_LAOS 0x01 # endif # ifndef SUBLANG_LATVIAN_LATVIA # define SUBLANG_LATVIAN_LATVIA 0x01 # endif # ifndef SUBLANG_LITHUANIAN_LITHUANIA # define SUBLANG_LITHUANIAN_LITHUANIA 0x01 # endif # undef SUBLANG_LOWER_SORBIAN_GERMANY # define SUBLANG_LOWER_SORBIAN_GERMANY 0x02 # ifndef SUBLANG_LUXEMBOURGISH_LUXEMBOURG # define SUBLANG_LUXEMBOURGISH_LUXEMBOURG 0x01 # endif # ifndef SUBLANG_MACEDONIAN_MACEDONIA # define SUBLANG_MACEDONIAN_MACEDONIA 0x01 # endif # ifndef SUBLANG_MALAY_MALAYSIA # define SUBLANG_MALAY_MALAYSIA 0x01 # endif # ifndef SUBLANG_MALAY_BRUNEI_DARUSSALAM # define SUBLANG_MALAY_BRUNEI_DARUSSALAM 0x02 # endif # ifndef SUBLANG_MALAYALAM_INDIA # define SUBLANG_MALAYALAM_INDIA 0x01 # endif # ifndef SUBLANG_MALTESE_MALTA # define SUBLANG_MALTESE_MALTA 0x01 # endif # ifndef SUBLANG_MAORI_NEW_ZEALAND # define SUBLANG_MAORI_NEW_ZEALAND 0x01 # endif # ifndef SUBLANG_MAPUDUNGUN_CHILE # define SUBLANG_MAPUDUNGUN_CHILE 0x01 # endif # ifndef SUBLANG_MARATHI_INDIA # define SUBLANG_MARATHI_INDIA 0x01 # endif # ifndef SUBLANG_MOHAWK_CANADA # define SUBLANG_MOHAWK_CANADA 0x01 # endif # ifndef SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA # define SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA 0x01 # endif # ifndef SUBLANG_MONGOLIAN_PRC # define SUBLANG_MONGOLIAN_PRC 0x02 # endif # ifndef SUBLANG_NEPALI_NEPAL # define SUBLANG_NEPALI_NEPAL 0x01 # endif # ifndef SUBLANG_NEPALI_INDIA # define SUBLANG_NEPALI_INDIA 0x02 # endif # ifndef SUBLANG_OCCITAN_FRANCE # define SUBLANG_OCCITAN_FRANCE 0x01 # endif # ifndef SUBLANG_ORIYA_INDIA # define SUBLANG_ORIYA_INDIA 0x01 # endif # ifndef SUBLANG_PASHTO_AFGHANISTAN # define SUBLANG_PASHTO_AFGHANISTAN 0x01 # endif # ifndef SUBLANG_POLISH_POLAND # define SUBLANG_POLISH_POLAND 0x01 # endif # ifndef SUBLANG_PUNJABI_INDIA # define SUBLANG_PUNJABI_INDIA 0x01 # endif # ifndef SUBLANG_PUNJABI_PAKISTAN # define SUBLANG_PUNJABI_PAKISTAN 0x02 # endif # ifndef SUBLANG_QUECHUA_BOLIVIA # define SUBLANG_QUECHUA_BOLIVIA 0x01 # endif # ifndef SUBLANG_QUECHUA_ECUADOR # define SUBLANG_QUECHUA_ECUADOR 0x02 # endif # ifndef SUBLANG_QUECHUA_PERU # define SUBLANG_QUECHUA_PERU 0x03 # endif # ifndef SUBLANG_ROMANIAN_ROMANIA # define SUBLANG_ROMANIAN_ROMANIA 0x01 # endif # ifndef SUBLANG_ROMANIAN_MOLDOVA # define SUBLANG_ROMANIAN_MOLDOVA 0x02 # endif # ifndef SUBLANG_ROMANSH_SWITZERLAND # define SUBLANG_ROMANSH_SWITZERLAND 0x01 # endif # ifndef SUBLANG_RUSSIAN_RUSSIA # define SUBLANG_RUSSIAN_RUSSIA 0x01 # endif # ifndef SUBLANG_RUSSIAN_MOLDAVIA # define SUBLANG_RUSSIAN_MOLDAVIA 0x02 # endif # ifndef SUBLANG_SAMI_NORTHERN_NORWAY # define SUBLANG_SAMI_NORTHERN_NORWAY 0x01 # endif # ifndef SUBLANG_SAMI_NORTHERN_SWEDEN # define SUBLANG_SAMI_NORTHERN_SWEDEN 0x02 # endif # ifndef SUBLANG_SAMI_NORTHERN_FINLAND # define SUBLANG_SAMI_NORTHERN_FINLAND 0x03 # endif # ifndef SUBLANG_SAMI_LULE_NORWAY # define SUBLANG_SAMI_LULE_NORWAY 0x04 # endif # ifndef SUBLANG_SAMI_LULE_SWEDEN # define SUBLANG_SAMI_LULE_SWEDEN 0x05 # endif # ifndef SUBLANG_SAMI_SOUTHERN_NORWAY # define SUBLANG_SAMI_SOUTHERN_NORWAY 0x06 # endif # ifndef SUBLANG_SAMI_SOUTHERN_SWEDEN # define SUBLANG_SAMI_SOUTHERN_SWEDEN 0x07 # endif # undef SUBLANG_SAMI_SKOLT_FINLAND # define SUBLANG_SAMI_SKOLT_FINLAND 0x08 # undef SUBLANG_SAMI_INARI_FINLAND # define SUBLANG_SAMI_INARI_FINLAND 0x09 # ifndef SUBLANG_SANSKRIT_INDIA # define SUBLANG_SANSKRIT_INDIA 0x01 # endif # ifndef SUBLANG_SERBIAN_LATIN # define SUBLANG_SERBIAN_LATIN 0x02 # endif # ifndef SUBLANG_SERBIAN_CYRILLIC # define SUBLANG_SERBIAN_CYRILLIC 0x03 # endif # ifndef SUBLANG_SINDHI_INDIA # define SUBLANG_SINDHI_INDIA 0x01 # endif # undef SUBLANG_SINDHI_PAKISTAN # define SUBLANG_SINDHI_PAKISTAN 0x02 # ifndef SUBLANG_SINDHI_AFGHANISTAN # define SUBLANG_SINDHI_AFGHANISTAN 0x02 # endif # ifndef SUBLANG_SINHALESE_SRI_LANKA # define SUBLANG_SINHALESE_SRI_LANKA 0x01 # endif # ifndef SUBLANG_SLOVAK_SLOVAKIA # define SUBLANG_SLOVAK_SLOVAKIA 0x01 # endif # ifndef SUBLANG_SLOVENIAN_SLOVENIA # define SUBLANG_SLOVENIAN_SLOVENIA 0x01 # endif # ifndef SUBLANG_SOTHO_SOUTH_AFRICA # define SUBLANG_SOTHO_SOUTH_AFRICA 0x01 # endif # ifndef SUBLANG_SPANISH_GUATEMALA # define SUBLANG_SPANISH_GUATEMALA 0x04 # endif # ifndef SUBLANG_SPANISH_COSTA_RICA # define SUBLANG_SPANISH_COSTA_RICA 0x05 # endif # ifndef SUBLANG_SPANISH_PANAMA # define SUBLANG_SPANISH_PANAMA 0x06 # endif # ifndef SUBLANG_SPANISH_DOMINICAN_REPUBLIC # define SUBLANG_SPANISH_DOMINICAN_REPUBLIC 0x07 # endif # ifndef SUBLANG_SPANISH_VENEZUELA # define SUBLANG_SPANISH_VENEZUELA 0x08 # endif # ifndef SUBLANG_SPANISH_COLOMBIA # define SUBLANG_SPANISH_COLOMBIA 0x09 # endif # ifndef SUBLANG_SPANISH_PERU # define SUBLANG_SPANISH_PERU 0x0a # endif # ifndef SUBLANG_SPANISH_ARGENTINA # define SUBLANG_SPANISH_ARGENTINA 0x0b # endif # ifndef SUBLANG_SPANISH_ECUADOR # define SUBLANG_SPANISH_ECUADOR 0x0c # endif # ifndef SUBLANG_SPANISH_CHILE # define SUBLANG_SPANISH_CHILE 0x0d # endif # ifndef SUBLANG_SPANISH_URUGUAY # define SUBLANG_SPANISH_URUGUAY 0x0e # endif # ifndef SUBLANG_SPANISH_PARAGUAY # define SUBLANG_SPANISH_PARAGUAY 0x0f # endif # ifndef SUBLANG_SPANISH_BOLIVIA # define SUBLANG_SPANISH_BOLIVIA 0x10 # endif # ifndef SUBLANG_SPANISH_EL_SALVADOR # define SUBLANG_SPANISH_EL_SALVADOR 0x11 # endif # ifndef SUBLANG_SPANISH_HONDURAS # define SUBLANG_SPANISH_HONDURAS 0x12 # endif # ifndef SUBLANG_SPANISH_NICARAGUA # define SUBLANG_SPANISH_NICARAGUA 0x13 # endif # ifndef SUBLANG_SPANISH_PUERTO_RICO # define SUBLANG_SPANISH_PUERTO_RICO 0x14 # endif # ifndef SUBLANG_SPANISH_US # define SUBLANG_SPANISH_US 0x15 # endif # ifndef SUBLANG_SWAHILI_KENYA # define SUBLANG_SWAHILI_KENYA 0x01 # endif # ifndef SUBLANG_SWEDISH_SWEDEN # define SUBLANG_SWEDISH_SWEDEN 0x01 # endif # ifndef SUBLANG_SWEDISH_FINLAND # define SUBLANG_SWEDISH_FINLAND 0x02 # endif # ifndef SUBLANG_SYRIAC_SYRIA # define SUBLANG_SYRIAC_SYRIA 0x01 # endif # ifndef SUBLANG_TAGALOG_PHILIPPINES # define SUBLANG_TAGALOG_PHILIPPINES 0x01 # endif # ifndef SUBLANG_TAJIK_TAJIKISTAN # define SUBLANG_TAJIK_TAJIKISTAN 0x01 # endif # ifndef SUBLANG_TAMAZIGHT_ARABIC # define SUBLANG_TAMAZIGHT_ARABIC 0x01 # endif # ifndef SUBLANG_TAMAZIGHT_ALGERIA_LATIN # define SUBLANG_TAMAZIGHT_ALGERIA_LATIN 0x02 # endif # ifndef SUBLANG_TAMIL_INDIA # define SUBLANG_TAMIL_INDIA 0x01 # endif # ifndef SUBLANG_TATAR_RUSSIA # define SUBLANG_TATAR_RUSSIA 0x01 # endif # ifndef SUBLANG_TELUGU_INDIA # define SUBLANG_TELUGU_INDIA 0x01 # endif # ifndef SUBLANG_THAI_THAILAND # define SUBLANG_THAI_THAILAND 0x01 # endif # ifndef SUBLANG_TIBETAN_PRC # define SUBLANG_TIBETAN_PRC 0x01 # endif # undef SUBLANG_TIBETAN_BHUTAN # define SUBLANG_TIBETAN_BHUTAN 0x02 # ifndef SUBLANG_TIGRINYA_ETHIOPIA # define SUBLANG_TIGRINYA_ETHIOPIA 0x01 # endif # ifndef SUBLANG_TIGRINYA_ERITREA # define SUBLANG_TIGRINYA_ERITREA 0x02 # endif # ifndef SUBLANG_TSWANA_SOUTH_AFRICA # define SUBLANG_TSWANA_SOUTH_AFRICA 0x01 # endif # ifndef SUBLANG_TURKISH_TURKEY # define SUBLANG_TURKISH_TURKEY 0x01 # endif # ifndef SUBLANG_TURKMEN_TURKMENISTAN # define SUBLANG_TURKMEN_TURKMENISTAN 0x01 # endif # ifndef SUBLANG_UIGHUR_PRC # define SUBLANG_UIGHUR_PRC 0x01 # endif # ifndef SUBLANG_UKRAINIAN_UKRAINE # define SUBLANG_UKRAINIAN_UKRAINE 0x01 # endif # ifndef SUBLANG_UPPER_SORBIAN_GERMANY # define SUBLANG_UPPER_SORBIAN_GERMANY 0x01 # endif # ifndef SUBLANG_URDU_PAKISTAN # define SUBLANG_URDU_PAKISTAN 0x01 # endif # ifndef SUBLANG_URDU_INDIA # define SUBLANG_URDU_INDIA 0x02 # endif # ifndef SUBLANG_UZBEK_LATIN # define SUBLANG_UZBEK_LATIN 0x01 # endif # ifndef SUBLANG_UZBEK_CYRILLIC # define SUBLANG_UZBEK_CYRILLIC 0x02 # endif # ifndef SUBLANG_VIETNAMESE_VIETNAM # define SUBLANG_VIETNAMESE_VIETNAM 0x01 # endif # ifndef SUBLANG_WELSH_UNITED_KINGDOM # define SUBLANG_WELSH_UNITED_KINGDOM 0x01 # endif # ifndef SUBLANG_WOLOF_SENEGAL # define SUBLANG_WOLOF_SENEGAL 0x01 # endif # ifndef SUBLANG_XHOSA_SOUTH_AFRICA # define SUBLANG_XHOSA_SOUTH_AFRICA 0x01 # endif # ifndef SUBLANG_YAKUT_RUSSIA # define SUBLANG_YAKUT_RUSSIA 0x01 # endif # ifndef SUBLANG_YI_PRC # define SUBLANG_YI_PRC 0x01 # endif # ifndef SUBLANG_YORUBA_NIGERIA # define SUBLANG_YORUBA_NIGERIA 0x01 # endif # ifndef SUBLANG_ZULU_SOUTH_AFRICA # define SUBLANG_ZULU_SOUTH_AFRICA 0x01 # endif /* GetLocaleInfoA operations. */ # ifndef LOCALE_SNAME # define LOCALE_SNAME 0x5c # endif #endif #if HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE /* MacOS X 10.2 or newer */ /* Canonicalize a MacOS X locale name to a Unix locale name. NAME is a sufficiently large buffer. On input, it contains the MacOS X locale name. On output, it contains the Unix locale name. */ # if !defined IN_LIBINTL static # endif void gl_locale_name_canonicalize (char *name) { /* This conversion is based on a posting by Deborah GoldSmith on 2005-03-08, http://lists.apple.com/archives/carbon-dev/2005/Mar/msg00293.html */ /* Convert legacy (NeXTstep inherited) English names to Unix (ISO 639 and ISO 3166) names. Prior to MacOS X 10.3, there is no API for doing this. Therefore we do it ourselves, using a table based on the results of the MacOS X 10.3.8 function CFLocaleCreateCanonicalLocaleIdentifierFromString(). */ typedef struct { const char legacy[21+1]; const char unixy[5+1]; } legacy_entry; static const legacy_entry legacy_table[] = { { "Afrikaans", "af" }, { "Albanian", "sq" }, { "Amharic", "am" }, { "Arabic", "ar" }, { "Armenian", "hy" }, { "Assamese", "as" }, { "Aymara", "ay" }, { "Azerbaijani", "az" }, { "Basque", "eu" }, { "Belarusian", "be" }, { "Belorussian", "be" }, { "Bengali", "bn" }, { "Brazilian Portugese", "pt_BR" }, { "Brazilian Portuguese", "pt_BR" }, { "Breton", "br" }, { "Bulgarian", "bg" }, { "Burmese", "my" }, { "Byelorussian", "be" }, { "Catalan", "ca" }, { "Chewa", "ny" }, { "Chichewa", "ny" }, { "Chinese", "zh" }, { "Chinese, Simplified", "zh_CN" }, { "Chinese, Traditional", "zh_TW" }, { "Chinese, Tradtional", "zh_TW" }, { "Croatian", "hr" }, { "Czech", "cs" }, { "Danish", "da" }, { "Dutch", "nl" }, { "Dzongkha", "dz" }, { "English", "en" }, { "Esperanto", "eo" }, { "Estonian", "et" }, { "Faroese", "fo" }, { "Farsi", "fa" }, { "Finnish", "fi" }, { "Flemish", "nl_BE" }, { "French", "fr" }, { "Galician", "gl" }, { "Gallegan", "gl" }, { "Georgian", "ka" }, { "German", "de" }, { "Greek", "el" }, { "Greenlandic", "kl" }, { "Guarani", "gn" }, { "Gujarati", "gu" }, { "Hawaiian", "haw" }, /* Yes, "haw", not "cpe". */ { "Hebrew", "he" }, { "Hindi", "hi" }, { "Hungarian", "hu" }, { "Icelandic", "is" }, { "Indonesian", "id" }, { "Inuktitut", "iu" }, { "Irish", "ga" }, { "Italian", "it" }, { "Japanese", "ja" }, { "Javanese", "jv" }, { "Kalaallisut", "kl" }, { "Kannada", "kn" }, { "Kashmiri", "ks" }, { "Kazakh", "kk" }, { "Khmer", "km" }, { "Kinyarwanda", "rw" }, { "Kirghiz", "ky" }, { "Korean", "ko" }, { "Kurdish", "ku" }, { "Latin", "la" }, { "Latvian", "lv" }, { "Lithuanian", "lt" }, { "Macedonian", "mk" }, { "Malagasy", "mg" }, { "Malay", "ms" }, { "Malayalam", "ml" }, { "Maltese", "mt" }, { "Manx", "gv" }, { "Marathi", "mr" }, { "Moldavian", "mo" }, { "Mongolian", "mn" }, { "Nepali", "ne" }, { "Norwegian", "nb" }, /* Yes, "nb", not the obsolete "no". */ { "Nyanja", "ny" }, { "Nynorsk", "nn" }, { "Oriya", "or" }, { "Oromo", "om" }, { "Panjabi", "pa" }, { "Pashto", "ps" }, { "Persian", "fa" }, { "Polish", "pl" }, { "Portuguese", "pt" }, { "Portuguese, Brazilian", "pt_BR" }, { "Punjabi", "pa" }, { "Pushto", "ps" }, { "Quechua", "qu" }, { "Romanian", "ro" }, { "Ruanda", "rw" }, { "Rundi", "rn" }, { "Russian", "ru" }, { "Sami", "se_NO" }, /* Not just "se". */ { "Sanskrit", "sa" }, { "Scottish", "gd" }, { "Serbian", "sr" }, { "Simplified Chinese", "zh_CN" }, { "Sindhi", "sd" }, { "Sinhalese", "si" }, { "Slovak", "sk" }, { "Slovenian", "sl" }, { "Somali", "so" }, { "Spanish", "es" }, { "Sundanese", "su" }, { "Swahili", "sw" }, { "Swedish", "sv" }, { "Tagalog", "tl" }, { "Tajik", "tg" }, { "Tajiki", "tg" }, { "Tamil", "ta" }, { "Tatar", "tt" }, { "Telugu", "te" }, { "Thai", "th" }, { "Tibetan", "bo" }, { "Tigrinya", "ti" }, { "Tongan", "to" }, { "Traditional Chinese", "zh_TW" }, { "Turkish", "tr" }, { "Turkmen", "tk" }, { "Uighur", "ug" }, { "Ukrainian", "uk" }, { "Urdu", "ur" }, { "Uzbek", "uz" }, { "Vietnamese", "vi" }, { "Welsh", "cy" }, { "Yiddish", "yi" } }; /* Convert new-style locale names with language tags (ISO 639 and ISO 15924) to Unix (ISO 639 and ISO 3166) names. */ typedef struct { const char langtag[7+1]; const char unixy[12+1]; } langtag_entry; static const langtag_entry langtag_table[] = { /* MacOS X has "az-Arab", "az-Cyrl", "az-Latn". The default script for az on Unix is Latin. */ { "az-Latn", "az" }, /* MacOS X has "ga-dots". Does not yet exist on Unix. */ { "ga-dots", "ga" }, /* MacOS X has "kk-Cyrl". Does not yet exist on Unix. */ /* MacOS X has "mn-Cyrl", "mn-Mong". The default script for mn on Unix is Cyrillic. */ { "mn-Cyrl", "mn" }, /* MacOS X has "ms-Arab", "ms-Latn". The default script for ms on Unix is Latin. */ { "ms-Latn", "ms" }, /* MacOS X has "tg-Cyrl". The default script for tg on Unix is Cyrillic. */ { "tg-Cyrl", "tg" }, /* MacOS X has "tk-Cyrl". Does not yet exist on Unix. */ /* MacOS X has "tt-Cyrl". The default script for tt on Unix is Cyrillic. */ { "tt-Cyrl", "tt" }, /* MacOS X has "zh-Hans", "zh-Hant". Country codes are used to distinguish these on Unix. */ { "zh-Hans", "zh_CN" }, { "zh-Hant", "zh_TW" } }; /* Convert script names (ISO 15924) to Unix conventions. See http://www.unicode.org/iso15924/iso15924-codes.html */ typedef struct { const char script[4+1]; const char unixy[9+1]; } script_entry; static const script_entry script_table[] = { { "Arab", "arabic" }, { "Cyrl", "cyrillic" }, { "Mong", "mongolian" } }; /* Step 1: Convert using legacy_table. */ if (name[0] >= 'A' && name[0] <= 'Z') { unsigned int i1, i2; i1 = 0; i2 = sizeof (legacy_table) / sizeof (legacy_entry); while (i2 - i1 > 1) { /* At this point we know that if name occurs in legacy_table, its index must be >= i1 and < i2. */ unsigned int i = (i1 + i2) >> 1; const legacy_entry *p = &legacy_table[i]; if (strcmp (name, p->legacy) < 0) i2 = i; else i1 = i; } if (strcmp (name, legacy_table[i1].legacy) == 0) { strcpy (name, legacy_table[i1].unixy); return; } } /* Step 2: Convert using langtag_table and script_table. */ if (strlen (name) == 7 && name[2] == '-') { unsigned int i1, i2; i1 = 0; i2 = sizeof (langtag_table) / sizeof (langtag_entry); while (i2 - i1 > 1) { /* At this point we know that if name occurs in langtag_table, its index must be >= i1 and < i2. */ unsigned int i = (i1 + i2) >> 1; const langtag_entry *p = &langtag_table[i]; if (strcmp (name, p->langtag) < 0) i2 = i; else i1 = i; } if (strcmp (name, langtag_table[i1].langtag) == 0) { strcpy (name, langtag_table[i1].unixy); return; } i1 = 0; i2 = sizeof (script_table) / sizeof (script_entry); while (i2 - i1 > 1) { /* At this point we know that if (name + 3) occurs in script_table, its index must be >= i1 and < i2. */ unsigned int i = (i1 + i2) >> 1; const script_entry *p = &script_table[i]; if (strcmp (name + 3, p->script) < 0) i2 = i; else i1 = i; } if (strcmp (name + 3, script_table[i1].script) == 0) { name[2] = '@'; strcpy (name + 3, script_table[i1].unixy); return; } } /* Step 3: Convert new-style dash to Unix underscore. */ { char *p; for (p = name; *p != '\0'; p++) if (*p == '-') *p = '_'; } } #endif #if defined WINDOWS_NATIVE || defined __CYGWIN__ /* Native Windows or Cygwin */ /* Canonicalize a Windows native locale name to a Unix locale name. NAME is a sufficiently large buffer. On input, it contains the Windows locale name. On output, it contains the Unix locale name. */ # if !defined IN_LIBINTL static # endif void gl_locale_name_canonicalize (char *name) { /* FIXME: This is probably incomplete: it does not handle "zh-Hans" and "zh-Hant". */ char *p; for (p = name; *p != '\0'; p++) if (*p == '-') { *p = '_'; p++; for (; *p != '\0'; p++) { if (*p >= 'a' && *p <= 'z') *p += 'A' - 'a'; if (*p == '-') { *p = '\0'; return; } } return; } } # if !defined IN_LIBINTL static # endif const char * gl_locale_name_from_win32_LANGID (LANGID langid) { /* Activate the new code only when the GETTEXT_MUI environment variable is set, for the time being, since the new code is not well tested. */ if (getenv ("GETTEXT_MUI") != NULL) { static char namebuf[256]; /* Query the system's notion of locale name. On Windows95/98/ME, GetLocaleInfoA returns some incorrect results. But we don't need to support systems that are so old. */ if (GetLocaleInfoA (MAKELCID (langid, SORT_DEFAULT), LOCALE_SNAME, namebuf, sizeof (namebuf) - 1)) { /* Convert it to a Unix locale name. */ gl_locale_name_canonicalize (namebuf); return namebuf; } } /* Internet Explorer has an LCID to RFC3066 name mapping stored in HKEY_CLASSES_ROOT\Mime\Database\Rfc1766. But we better don't use that since IE's i18n subsystem is known to be inconsistent with the native Windows base (e.g. they have different character conversion facilities that produce different results). */ /* Use our own table. */ { int primary, sub; /* Split into language and territory part. */ primary = PRIMARYLANGID (langid); sub = SUBLANGID (langid); /* Dispatch on language. See also http://www.unicode.org/unicode/onlinedat/languages.html . For details about languages, see http://www.ethnologue.com/ . */ switch (primary) { case LANG_AFRIKAANS: switch (sub) { case SUBLANG_AFRIKAANS_SOUTH_AFRICA: return "af_ZA"; } return "af"; case LANG_ALBANIAN: switch (sub) { case SUBLANG_ALBANIAN_ALBANIA: return "sq_AL"; } return "sq"; case LANG_ALSATIAN: switch (sub) { case SUBLANG_ALSATIAN_FRANCE: return "gsw_FR"; } return "gsw"; case LANG_AMHARIC: switch (sub) { case SUBLANG_AMHARIC_ETHIOPIA: return "am_ET"; } return "am"; case LANG_ARABIC: switch (sub) { case SUBLANG_ARABIC_SAUDI_ARABIA: return "ar_SA"; case SUBLANG_ARABIC_IRAQ: return "ar_IQ"; case SUBLANG_ARABIC_EGYPT: return "ar_EG"; case SUBLANG_ARABIC_LIBYA: return "ar_LY"; case SUBLANG_ARABIC_ALGERIA: return "ar_DZ"; case SUBLANG_ARABIC_MOROCCO: return "ar_MA"; case SUBLANG_ARABIC_TUNISIA: return "ar_TN"; case SUBLANG_ARABIC_OMAN: return "ar_OM"; case SUBLANG_ARABIC_YEMEN: return "ar_YE"; case SUBLANG_ARABIC_SYRIA: return "ar_SY"; case SUBLANG_ARABIC_JORDAN: return "ar_JO"; case SUBLANG_ARABIC_LEBANON: return "ar_LB"; case SUBLANG_ARABIC_KUWAIT: return "ar_KW"; case SUBLANG_ARABIC_UAE: return "ar_AE"; case SUBLANG_ARABIC_BAHRAIN: return "ar_BH"; case SUBLANG_ARABIC_QATAR: return "ar_QA"; } return "ar"; case LANG_ARMENIAN: switch (sub) { case SUBLANG_ARMENIAN_ARMENIA: return "hy_AM"; } return "hy"; case LANG_ASSAMESE: switch (sub) { case SUBLANG_ASSAMESE_INDIA: return "as_IN"; } return "as"; case LANG_AZERI: switch (sub) { /* FIXME: Adjust this when Azerbaijani locales appear on Unix. */ case 0x1e: return "az@latin"; case SUBLANG_AZERI_LATIN: return "az_AZ@latin"; case 0x1d: return "az@cyrillic"; case SUBLANG_AZERI_CYRILLIC: return "az_AZ@cyrillic"; } return "az"; case LANG_BASHKIR: switch (sub) { case SUBLANG_BASHKIR_RUSSIA: return "ba_RU"; } return "ba"; case LANG_BASQUE: switch (sub) { case SUBLANG_BASQUE_BASQUE: return "eu_ES"; } return "eu"; /* Ambiguous: could be "eu_ES" or "eu_FR". */ case LANG_BELARUSIAN: switch (sub) { case SUBLANG_BELARUSIAN_BELARUS: return "be_BY"; } return "be"; case LANG_BENGALI: switch (sub) { case SUBLANG_BENGALI_INDIA: return "bn_IN"; case SUBLANG_BENGALI_BANGLADESH: return "bn_BD"; } return "bn"; case LANG_BRETON: switch (sub) { case SUBLANG_BRETON_FRANCE: return "br_FR"; } return "br"; case LANG_BULGARIAN: switch (sub) { case SUBLANG_BULGARIAN_BULGARIA: return "bg_BG"; } return "bg"; case LANG_BURMESE: switch (sub) { case SUBLANG_DEFAULT: return "my_MM"; } return "my"; case LANG_CAMBODIAN: switch (sub) { case SUBLANG_CAMBODIAN_CAMBODIA: return "km_KH"; } return "km"; case LANG_CATALAN: switch (sub) { case SUBLANG_CATALAN_SPAIN: return "ca_ES"; } return "ca"; case LANG_CHEROKEE: switch (sub) { case SUBLANG_DEFAULT: return "chr_US"; } return "chr"; case LANG_CHINESE: switch (sub) { case SUBLANG_CHINESE_TRADITIONAL: case 0x1f: return "zh_TW"; case SUBLANG_CHINESE_SIMPLIFIED: case 0x00: return "zh_CN"; case SUBLANG_CHINESE_HONGKONG: return "zh_HK"; /* traditional */ case SUBLANG_CHINESE_SINGAPORE: return "zh_SG"; /* simplified */ case SUBLANG_CHINESE_MACAU: return "zh_MO"; /* traditional */ } return "zh"; case LANG_CORSICAN: switch (sub) { case SUBLANG_CORSICAN_FRANCE: return "co_FR"; } return "co"; case LANG_CROATIAN: /* LANG_CROATIAN == LANG_SERBIAN == LANG_BOSNIAN * What used to be called Serbo-Croatian * should really now be two separate * languages because of political reasons. * (Says tml, who knows nothing about Serbian * or Croatian.) * (I can feel those flames coming already.) */ switch (sub) { /* Croatian */ case 0x00: return "hr"; case SUBLANG_CROATIAN_CROATIA: return "hr_HR"; case SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN: return "hr_BA"; /* Serbian */ case 0x1f: return "sr"; case 0x1c: return "sr"; /* latin */ case SUBLANG_SERBIAN_LATIN: return "sr_CS"; /* latin */ case 0x09: return "sr_RS"; /* latin */ case 0x0b: return "sr_ME"; /* latin */ case 0x06: return "sr_BA"; /* latin */ case 0x1b: return "sr@cyrillic"; case SUBLANG_SERBIAN_CYRILLIC: return "sr_CS@cyrillic"; case 0x0a: return "sr_RS@cyrillic"; case 0x0c: return "sr_ME@cyrillic"; case 0x07: return "sr_BA@cyrillic"; /* Bosnian */ case 0x1e: return "bs"; case 0x1a: return "bs"; /* latin */ case SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN: return "bs_BA"; /* latin */ case 0x19: return "bs@cyrillic"; case SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC: return "bs_BA@cyrillic"; } return "hr"; case LANG_CZECH: switch (sub) { case SUBLANG_CZECH_CZECH_REPUBLIC: return "cs_CZ"; } return "cs"; case LANG_DANISH: switch (sub) { case SUBLANG_DANISH_DENMARK: return "da_DK"; } return "da"; case LANG_DARI: /* FIXME: Adjust this when such locales appear on Unix. */ switch (sub) { case SUBLANG_DARI_AFGHANISTAN: return "prs_AF"; } return "prs"; case LANG_DIVEHI: switch (sub) { case SUBLANG_DIVEHI_MALDIVES: return "dv_MV"; } return "dv"; case LANG_DUTCH: switch (sub) { case SUBLANG_DUTCH: return "nl_NL"; case SUBLANG_DUTCH_BELGIAN: /* FLEMISH, VLAAMS */ return "nl_BE"; case SUBLANG_DUTCH_SURINAM: return "nl_SR"; } return "nl"; case LANG_EDO: switch (sub) { case SUBLANG_DEFAULT: return "bin_NG"; } return "bin"; case LANG_ENGLISH: switch (sub) { /* SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. Heh. I thought * English was the language spoken in England. * Oh well. */ case SUBLANG_ENGLISH_US: return "en_US"; case SUBLANG_ENGLISH_UK: return "en_GB"; case SUBLANG_ENGLISH_AUS: return "en_AU"; case SUBLANG_ENGLISH_CAN: return "en_CA"; case SUBLANG_ENGLISH_NZ: return "en_NZ"; case SUBLANG_ENGLISH_EIRE: return "en_IE"; case SUBLANG_ENGLISH_SOUTH_AFRICA: return "en_ZA"; case SUBLANG_ENGLISH_JAMAICA: return "en_JM"; case SUBLANG_ENGLISH_CARIBBEAN: return "en_GD"; /* Grenada? */ case SUBLANG_ENGLISH_BELIZE: return "en_BZ"; case SUBLANG_ENGLISH_TRINIDAD: return "en_TT"; case SUBLANG_ENGLISH_ZIMBABWE: return "en_ZW"; case SUBLANG_ENGLISH_PHILIPPINES: return "en_PH"; case SUBLANG_ENGLISH_INDONESIA: return "en_ID"; case SUBLANG_ENGLISH_HONGKONG: return "en_HK"; case SUBLANG_ENGLISH_INDIA: return "en_IN"; case SUBLANG_ENGLISH_MALAYSIA: return "en_MY"; case SUBLANG_ENGLISH_SINGAPORE: return "en_SG"; } return "en"; case LANG_ESTONIAN: switch (sub) { case SUBLANG_ESTONIAN_ESTONIA: return "et_EE"; } return "et"; case LANG_FAEROESE: switch (sub) { case SUBLANG_FAEROESE_FAROE_ISLANDS: return "fo_FO"; } return "fo"; case LANG_FARSI: switch (sub) { case SUBLANG_FARSI_IRAN: return "fa_IR"; } return "fa"; case LANG_FINNISH: switch (sub) { case SUBLANG_FINNISH_FINLAND: return "fi_FI"; } return "fi"; case LANG_FRENCH: switch (sub) { case SUBLANG_FRENCH: return "fr_FR"; case SUBLANG_FRENCH_BELGIAN: /* WALLOON */ return "fr_BE"; case SUBLANG_FRENCH_CANADIAN: return "fr_CA"; case SUBLANG_FRENCH_SWISS: return "fr_CH"; case SUBLANG_FRENCH_LUXEMBOURG: return "fr_LU"; case SUBLANG_FRENCH_MONACO: return "fr_MC"; case SUBLANG_FRENCH_WESTINDIES: return "fr"; /* Caribbean? */ case SUBLANG_FRENCH_REUNION: return "fr_RE"; case SUBLANG_FRENCH_CONGO: return "fr_CG"; case SUBLANG_FRENCH_SENEGAL: return "fr_SN"; case SUBLANG_FRENCH_CAMEROON: return "fr_CM"; case SUBLANG_FRENCH_COTEDIVOIRE: return "fr_CI"; case SUBLANG_FRENCH_MALI: return "fr_ML"; case SUBLANG_FRENCH_MOROCCO: return "fr_MA"; case SUBLANG_FRENCH_HAITI: return "fr_HT"; } return "fr"; case LANG_FRISIAN: switch (sub) { case SUBLANG_FRISIAN_NETHERLANDS: return "fy_NL"; } return "fy"; case LANG_FULFULDE: /* Spoken in Nigeria, Guinea, Senegal, Mali, Niger, Cameroon, Benin. */ switch (sub) { case SUBLANG_DEFAULT: return "ff_NG"; } return "ff"; case LANG_GAELIC: switch (sub) { case 0x01: /* SCOTTISH */ /* old, superseded by LANG_SCOTTISH_GAELIC */ return "gd_GB"; case SUBLANG_IRISH_IRELAND: return "ga_IE"; } return "ga"; case LANG_GALICIAN: switch (sub) { case SUBLANG_GALICIAN_SPAIN: return "gl_ES"; } return "gl"; case LANG_GEORGIAN: switch (sub) { case SUBLANG_GEORGIAN_GEORGIA: return "ka_GE"; } return "ka"; case LANG_GERMAN: switch (sub) { case SUBLANG_GERMAN: return "de_DE"; case SUBLANG_GERMAN_SWISS: return "de_CH"; case SUBLANG_GERMAN_AUSTRIAN: return "de_AT"; case SUBLANG_GERMAN_LUXEMBOURG: return "de_LU"; case SUBLANG_GERMAN_LIECHTENSTEIN: return "de_LI"; } return "de"; case LANG_GREEK: switch (sub) { case SUBLANG_GREEK_GREECE: return "el_GR"; } return "el"; case LANG_GREENLANDIC: switch (sub) { case SUBLANG_GREENLANDIC_GREENLAND: return "kl_GL"; } return "kl"; case LANG_GUARANI: switch (sub) { case SUBLANG_DEFAULT: return "gn_PY"; } return "gn"; case LANG_GUJARATI: switch (sub) { case SUBLANG_GUJARATI_INDIA: return "gu_IN"; } return "gu"; case LANG_HAUSA: switch (sub) { case 0x1f: return "ha"; case SUBLANG_HAUSA_NIGERIA_LATIN: return "ha_NG"; } return "ha"; case LANG_HAWAIIAN: /* FIXME: Do they mean Hawaiian ("haw_US", 1000 speakers) or Hawaii Creole English ("cpe_US", 600000 speakers)? */ switch (sub) { case SUBLANG_DEFAULT: return "cpe_US"; } return "cpe"; case LANG_HEBREW: switch (sub) { case SUBLANG_HEBREW_ISRAEL: return "he_IL"; } return "he"; case LANG_HINDI: switch (sub) { case SUBLANG_HINDI_INDIA: return "hi_IN"; } return "hi"; case LANG_HUNGARIAN: switch (sub) { case SUBLANG_HUNGARIAN_HUNGARY: return "hu_HU"; } return "hu"; case LANG_IBIBIO: switch (sub) { case SUBLANG_DEFAULT: return "nic_NG"; } return "nic"; case LANG_ICELANDIC: switch (sub) { case SUBLANG_ICELANDIC_ICELAND: return "is_IS"; } return "is"; case LANG_IGBO: switch (sub) { case SUBLANG_IGBO_NIGERIA: return "ig_NG"; } return "ig"; case LANG_INDONESIAN: switch (sub) { case SUBLANG_INDONESIAN_INDONESIA: return "id_ID"; } return "id"; case LANG_INUKTITUT: switch (sub) { case 0x1e: return "iu"; /* syllabic */ case SUBLANG_INUKTITUT_CANADA: return "iu_CA"; /* syllabic */ case 0x1f: return "iu@latin"; case SUBLANG_INUKTITUT_CANADA_LATIN: return "iu_CA@latin"; } return "iu"; case LANG_ITALIAN: switch (sub) { case SUBLANG_ITALIAN: return "it_IT"; case SUBLANG_ITALIAN_SWISS: return "it_CH"; } return "it"; case LANG_JAPANESE: switch (sub) { case SUBLANG_JAPANESE_JAPAN: return "ja_JP"; } return "ja"; case LANG_KANNADA: switch (sub) { case SUBLANG_KANNADA_INDIA: return "kn_IN"; } return "kn"; case LANG_KANURI: switch (sub) { case SUBLANG_DEFAULT: return "kr_NG"; } return "kr"; case LANG_KASHMIRI: switch (sub) { case SUBLANG_DEFAULT: return "ks_PK"; case SUBLANG_KASHMIRI_INDIA: return "ks_IN"; } return "ks"; case LANG_KAZAK: switch (sub) { case SUBLANG_KAZAK_KAZAKHSTAN: return "kk_KZ"; } return "kk"; case LANG_KICHE: /* FIXME: Adjust this when such locales appear on Unix. */ switch (sub) { case SUBLANG_KICHE_GUATEMALA: return "qut_GT"; } return "qut"; case LANG_KINYARWANDA: switch (sub) { case SUBLANG_KINYARWANDA_RWANDA: return "rw_RW"; } return "rw"; case LANG_KONKANI: /* FIXME: Adjust this when such locales appear on Unix. */ switch (sub) { case SUBLANG_KONKANI_INDIA: return "kok_IN"; } return "kok"; case LANG_KOREAN: switch (sub) { case SUBLANG_DEFAULT: return "ko_KR"; } return "ko"; case LANG_KYRGYZ: switch (sub) { case SUBLANG_KYRGYZ_KYRGYZSTAN: return "ky_KG"; } return "ky"; case LANG_LAO: switch (sub) { case SUBLANG_LAO_LAOS: return "lo_LA"; } return "lo"; case LANG_LATIN: switch (sub) { case SUBLANG_DEFAULT: return "la_VA"; } return "la"; case LANG_LATVIAN: switch (sub) { case SUBLANG_LATVIAN_LATVIA: return "lv_LV"; } return "lv"; case LANG_LITHUANIAN: switch (sub) { case SUBLANG_LITHUANIAN_LITHUANIA: return "lt_LT"; } return "lt"; case LANG_LUXEMBOURGISH: switch (sub) { case SUBLANG_LUXEMBOURGISH_LUXEMBOURG: return "lb_LU"; } return "lb"; case LANG_MACEDONIAN: switch (sub) { case SUBLANG_MACEDONIAN_MACEDONIA: return "mk_MK"; } return "mk"; case LANG_MALAY: switch (sub) { case SUBLANG_MALAY_MALAYSIA: return "ms_MY"; case SUBLANG_MALAY_BRUNEI_DARUSSALAM: return "ms_BN"; } return "ms"; case LANG_MALAYALAM: switch (sub) { case SUBLANG_MALAYALAM_INDIA: return "ml_IN"; } return "ml"; case LANG_MALTESE: switch (sub) { case SUBLANG_MALTESE_MALTA: return "mt_MT"; } return "mt"; case LANG_MANIPURI: /* FIXME: Adjust this when such locales appear on Unix. */ switch (sub) { case SUBLANG_DEFAULT: return "mni_IN"; } return "mni"; case LANG_MAORI: switch (sub) { case SUBLANG_MAORI_NEW_ZEALAND: return "mi_NZ"; } return "mi"; case LANG_MAPUDUNGUN: switch (sub) { case SUBLANG_MAPUDUNGUN_CHILE: return "arn_CL"; } return "arn"; case LANG_MARATHI: switch (sub) { case SUBLANG_MARATHI_INDIA: return "mr_IN"; } return "mr"; case LANG_MOHAWK: switch (sub) { case SUBLANG_MOHAWK_CANADA: return "moh_CA"; } return "moh"; case LANG_MONGOLIAN: switch (sub) { case SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA: case 0x1e: return "mn_MN"; case SUBLANG_MONGOLIAN_PRC: case 0x1f: return "mn_CN"; } return "mn"; /* Ambiguous: could be "mn_CN" or "mn_MN". */ case LANG_NEPALI: switch (sub) { case SUBLANG_NEPALI_NEPAL: return "ne_NP"; case SUBLANG_NEPALI_INDIA: return "ne_IN"; } return "ne"; case LANG_NORWEGIAN: switch (sub) { case 0x1f: return "nb"; case SUBLANG_NORWEGIAN_BOKMAL: return "nb_NO"; case 0x1e: return "nn"; case SUBLANG_NORWEGIAN_NYNORSK: return "nn_NO"; } return "no"; case LANG_OCCITAN: switch (sub) { case SUBLANG_OCCITAN_FRANCE: return "oc_FR"; } return "oc"; case LANG_ORIYA: switch (sub) { case SUBLANG_ORIYA_INDIA: return "or_IN"; } return "or"; case LANG_OROMO: switch (sub) { case SUBLANG_DEFAULT: return "om_ET"; } return "om"; case LANG_PAPIAMENTU: switch (sub) { case SUBLANG_DEFAULT: return "pap_AN"; } return "pap"; case LANG_PASHTO: switch (sub) { case SUBLANG_PASHTO_AFGHANISTAN: return "ps_AF"; } return "ps"; /* Ambiguous: could be "ps_PK" or "ps_AF". */ case LANG_POLISH: switch (sub) { case SUBLANG_POLISH_POLAND: return "pl_PL"; } return "pl"; case LANG_PORTUGUESE: switch (sub) { /* Hmm. SUBLANG_PORTUGUESE_BRAZILIAN == SUBLANG_DEFAULT. Same phenomenon as SUBLANG_ENGLISH_US == SUBLANG_DEFAULT. */ case SUBLANG_PORTUGUESE_BRAZILIAN: return "pt_BR"; case SUBLANG_PORTUGUESE: return "pt_PT"; } return "pt"; case LANG_PUNJABI: switch (sub) { case SUBLANG_PUNJABI_INDIA: return "pa_IN"; /* Gurmukhi script */ case SUBLANG_PUNJABI_PAKISTAN: return "pa_PK"; /* Arabic script */ } return "pa"; case LANG_QUECHUA: /* Note: Microsoft uses the non-ISO language code "quz". */ switch (sub) { case SUBLANG_QUECHUA_BOLIVIA: return "qu_BO"; case SUBLANG_QUECHUA_ECUADOR: return "qu_EC"; case SUBLANG_QUECHUA_PERU: return "qu_PE"; } return "qu"; case LANG_ROMANIAN: switch (sub) { case SUBLANG_ROMANIAN_ROMANIA: return "ro_RO"; case SUBLANG_ROMANIAN_MOLDOVA: return "ro_MD"; } return "ro"; case LANG_ROMANSH: switch (sub) { case SUBLANG_ROMANSH_SWITZERLAND: return "rm_CH"; } return "rm"; case LANG_RUSSIAN: switch (sub) { case SUBLANG_RUSSIAN_RUSSIA: return "ru_RU"; case SUBLANG_RUSSIAN_MOLDAVIA: return "ru_MD"; } return "ru"; /* Ambiguous: could be "ru_RU" or "ru_UA" or "ru_MD". */ case LANG_SAMI: switch (sub) { /* Northern Sami */ case 0x00: return "se"; case SUBLANG_SAMI_NORTHERN_NORWAY: return "se_NO"; case SUBLANG_SAMI_NORTHERN_SWEDEN: return "se_SE"; case SUBLANG_SAMI_NORTHERN_FINLAND: return "se_FI"; /* Lule Sami */ case 0x1f: return "smj"; case SUBLANG_SAMI_LULE_NORWAY: return "smj_NO"; case SUBLANG_SAMI_LULE_SWEDEN: return "smj_SE"; /* Southern Sami */ case 0x1e: return "sma"; case SUBLANG_SAMI_SOUTHERN_NORWAY: return "sma_NO"; case SUBLANG_SAMI_SOUTHERN_SWEDEN: return "sma_SE"; /* Skolt Sami */ case 0x1d: return "sms"; case SUBLANG_SAMI_SKOLT_FINLAND: return "sms_FI"; /* Inari Sami */ case 0x1c: return "smn"; case SUBLANG_SAMI_INARI_FINLAND: return "smn_FI"; } return "se"; /* or "smi"? */ case LANG_SANSKRIT: switch (sub) { case SUBLANG_SANSKRIT_INDIA: return "sa_IN"; } return "sa"; case LANG_SCOTTISH_GAELIC: switch (sub) { case SUBLANG_DEFAULT: return "gd_GB"; } return "gd"; case LANG_SINDHI: switch (sub) { case SUBLANG_SINDHI_INDIA: return "sd_IN"; case SUBLANG_SINDHI_PAKISTAN: return "sd_PK"; /*case SUBLANG_SINDHI_AFGHANISTAN: return "sd_AF";*/ } return "sd"; case LANG_SINHALESE: switch (sub) { case SUBLANG_SINHALESE_SRI_LANKA: return "si_LK"; } return "si"; case LANG_SLOVAK: switch (sub) { case SUBLANG_SLOVAK_SLOVAKIA: return "sk_SK"; } return "sk"; case LANG_SLOVENIAN: switch (sub) { case SUBLANG_SLOVENIAN_SLOVENIA: return "sl_SI"; } return "sl"; case LANG_SOMALI: switch (sub) { case SUBLANG_DEFAULT: return "so_SO"; } return "so"; case LANG_SORBIAN: /* FIXME: Adjust this when such locales appear on Unix. */ switch (sub) { /* Upper Sorbian */ case 0x00: return "hsb"; case SUBLANG_UPPER_SORBIAN_GERMANY: return "hsb_DE"; /* Lower Sorbian */ case 0x1f: return "dsb"; case SUBLANG_LOWER_SORBIAN_GERMANY: return "dsb_DE"; } return "wen"; case LANG_SOTHO: /* calls it "Sepedi"; according to it's the same as Northern Sotho. */ switch (sub) { case SUBLANG_SOTHO_SOUTH_AFRICA: return "nso_ZA"; } return "nso"; case LANG_SPANISH: switch (sub) { case SUBLANG_SPANISH: return "es_ES"; case SUBLANG_SPANISH_MEXICAN: return "es_MX"; case SUBLANG_SPANISH_MODERN: return "es_ES@modern"; /* not seen on Unix */ case SUBLANG_SPANISH_GUATEMALA: return "es_GT"; case SUBLANG_SPANISH_COSTA_RICA: return "es_CR"; case SUBLANG_SPANISH_PANAMA: return "es_PA"; case SUBLANG_SPANISH_DOMINICAN_REPUBLIC: return "es_DO"; case SUBLANG_SPANISH_VENEZUELA: return "es_VE"; case SUBLANG_SPANISH_COLOMBIA: return "es_CO"; case SUBLANG_SPANISH_PERU: return "es_PE"; case SUBLANG_SPANISH_ARGENTINA: return "es_AR"; case SUBLANG_SPANISH_ECUADOR: return "es_EC"; case SUBLANG_SPANISH_CHILE: return "es_CL"; case SUBLANG_SPANISH_URUGUAY: return "es_UY"; case SUBLANG_SPANISH_PARAGUAY: return "es_PY"; case SUBLANG_SPANISH_BOLIVIA: return "es_BO"; case SUBLANG_SPANISH_EL_SALVADOR: return "es_SV"; case SUBLANG_SPANISH_HONDURAS: return "es_HN"; case SUBLANG_SPANISH_NICARAGUA: return "es_NI"; case SUBLANG_SPANISH_PUERTO_RICO: return "es_PR"; case SUBLANG_SPANISH_US: return "es_US"; } return "es"; case LANG_SUTU: switch (sub) { case SUBLANG_DEFAULT: return "bnt_TZ"; /* or "st_LS" or "nso_ZA"? */ } return "bnt"; case LANG_SWAHILI: switch (sub) { case SUBLANG_SWAHILI_KENYA: return "sw_KE"; } return "sw"; case LANG_SWEDISH: switch (sub) { case SUBLANG_SWEDISH_SWEDEN: return "sv_SE"; case SUBLANG_SWEDISH_FINLAND: return "sv_FI"; } return "sv"; case LANG_SYRIAC: switch (sub) { case SUBLANG_SYRIAC_SYRIA: return "syr_SY"; /* An extinct language. */ } return "syr"; case LANG_TAGALOG: switch (sub) { case SUBLANG_TAGALOG_PHILIPPINES: return "tl_PH"; /* or "fil_PH"? */ } return "tl"; /* or "fil"? */ case LANG_TAJIK: switch (sub) { case 0x1f: return "tg"; case SUBLANG_TAJIK_TAJIKISTAN: return "tg_TJ"; } return "tg"; case LANG_TAMAZIGHT: /* Note: Microsoft uses the non-ISO language code "tmz". */ switch (sub) { /* FIXME: Adjust this when Tamazight locales appear on Unix. */ case SUBLANG_TAMAZIGHT_ARABIC: return "ber_MA@arabic"; case 0x1f: return "ber@latin"; case SUBLANG_TAMAZIGHT_ALGERIA_LATIN: return "ber_DZ@latin"; } return "ber"; case LANG_TAMIL: switch (sub) { case SUBLANG_TAMIL_INDIA: return "ta_IN"; } return "ta"; /* Ambiguous: could be "ta_IN" or "ta_LK" or "ta_SG". */ case LANG_TATAR: switch (sub) { case SUBLANG_TATAR_RUSSIA: return "tt_RU"; } return "tt"; case LANG_TELUGU: switch (sub) { case SUBLANG_TELUGU_INDIA: return "te_IN"; } return "te"; case LANG_THAI: switch (sub) { case SUBLANG_THAI_THAILAND: return "th_TH"; } return "th"; case LANG_TIBETAN: switch (sub) { case SUBLANG_TIBETAN_PRC: /* Most Tibetans would not like "bo_CN". But Tibet does not yet have a country code of its own. */ return "bo"; case SUBLANG_TIBETAN_BHUTAN: return "bo_BT"; } return "bo"; case LANG_TIGRINYA: switch (sub) { case SUBLANG_TIGRINYA_ETHIOPIA: return "ti_ET"; case SUBLANG_TIGRINYA_ERITREA: return "ti_ER"; } return "ti"; case LANG_TSONGA: switch (sub) { case SUBLANG_DEFAULT: return "ts_ZA"; } return "ts"; case LANG_TSWANA: /* Spoken in South Africa, Botswana. */ switch (sub) { case SUBLANG_TSWANA_SOUTH_AFRICA: return "tn_ZA"; } return "tn"; case LANG_TURKISH: switch (sub) { case SUBLANG_TURKISH_TURKEY: return "tr_TR"; } return "tr"; case LANG_TURKMEN: switch (sub) { case SUBLANG_TURKMEN_TURKMENISTAN: return "tk_TM"; } return "tk"; case LANG_UIGHUR: switch (sub) { case SUBLANG_UIGHUR_PRC: return "ug_CN"; } return "ug"; case LANG_UKRAINIAN: switch (sub) { case SUBLANG_UKRAINIAN_UKRAINE: return "uk_UA"; } return "uk"; case LANG_URDU: switch (sub) { case SUBLANG_URDU_PAKISTAN: return "ur_PK"; case SUBLANG_URDU_INDIA: return "ur_IN"; } return "ur"; case LANG_UZBEK: switch (sub) { case 0x1f: return "uz"; case SUBLANG_UZBEK_LATIN: return "uz_UZ"; case 0x1e: return "uz@cyrillic"; case SUBLANG_UZBEK_CYRILLIC: return "uz_UZ@cyrillic"; } return "uz"; case LANG_VENDA: switch (sub) { case SUBLANG_DEFAULT: return "ve_ZA"; } return "ve"; case LANG_VIETNAMESE: switch (sub) { case SUBLANG_VIETNAMESE_VIETNAM: return "vi_VN"; } return "vi"; case LANG_WELSH: switch (sub) { case SUBLANG_WELSH_UNITED_KINGDOM: return "cy_GB"; } return "cy"; case LANG_WOLOF: switch (sub) { case SUBLANG_WOLOF_SENEGAL: return "wo_SN"; } return "wo"; case LANG_XHOSA: switch (sub) { case SUBLANG_XHOSA_SOUTH_AFRICA: return "xh_ZA"; } return "xh"; case LANG_YAKUT: switch (sub) { case SUBLANG_YAKUT_RUSSIA: return "sah_RU"; } return "sah"; case LANG_YI: switch (sub) { case SUBLANG_YI_PRC: return "ii_CN"; } return "ii"; case LANG_YIDDISH: switch (sub) { case SUBLANG_DEFAULT: return "yi_IL"; } return "yi"; case LANG_YORUBA: switch (sub) { case SUBLANG_YORUBA_NIGERIA: return "yo_NG"; } return "yo"; case LANG_ZULU: switch (sub) { case SUBLANG_ZULU_SOUTH_AFRICA: return "zu_ZA"; } return "zu"; default: return "C"; } } } # if !defined IN_LIBINTL static # endif const char * gl_locale_name_from_win32_LCID (LCID lcid) { LANGID langid; /* Strip off the sorting rules, keep only the language part. */ langid = LANGIDFROMLCID (lcid); return gl_locale_name_from_win32_LANGID (langid); } #endif #if HAVE_USELOCALE /* glibc or MacOS X */ /* Simple hash set of strings. We don't want to drag in lots of hash table code here. */ # define SIZE_BITS (sizeof (size_t) * CHAR_BIT) /* A hash function for NUL-terminated char* strings using the method described by Bruno Haible. See http://www.haible.de/bruno/hashfunc.html. */ static size_t string_hash (const void *x) { const char *s = (const char *) x; size_t h = 0; for (; *s; s++) h = *s + ((h << 9) | (h >> (SIZE_BITS - 9))); return h; } /* A hash table of fixed size. Multiple threads can access it read-only simultaneously, but only one thread can insert into it at the same time. */ /* A node in a hash bucket collision list. */ struct hash_node { struct hash_node * volatile next; char contents[100]; /* has variable size */ }; # define HASH_TABLE_SIZE 257 static struct hash_node * volatile struniq_hash_table[HASH_TABLE_SIZE] /* = { NULL, ..., NULL } */; /* This lock protects the struniq_hash_table against multiple simultaneous insertions. */ gl_lock_define_initialized(static, struniq_lock) /* Store a copy of the given string in a string pool with indefinite extent. Return a pointer to this copy. */ static const char * struniq (const char *string) { size_t hashcode = string_hash (string); size_t slot = hashcode % HASH_TABLE_SIZE; size_t size; struct hash_node *new_node; struct hash_node *p; for (p = struniq_hash_table[slot]; p != NULL; p = p->next) if (strcmp (p->contents, string) == 0) return p->contents; size = strlen (string) + 1; new_node = (struct hash_node *) malloc (offsetof (struct hash_node, contents[0]) + size); if (new_node == NULL) /* Out of memory. Return a statically allocated string. */ return "C"; memcpy (new_node->contents, string, size); /* Lock while inserting new_node. */ gl_lock_lock (struniq_lock); /* Check whether another thread already added the string while we were waiting on the lock. */ for (p = struniq_hash_table[slot]; p != NULL; p = p->next) if (strcmp (p->contents, string) == 0) { free (new_node); new_node = p; goto done; } /* Really insert new_node into the hash table. Fill new_node entirely first, because other threads may be iterating over the linked list. */ new_node->next = struniq_hash_table[slot]; struniq_hash_table[slot] = new_node; done: /* Unlock after new_node is inserted. */ gl_lock_unlock (struniq_lock); return new_node->contents; } #endif #if defined IN_LIBINTL || HAVE_USELOCALE /* Like gl_locale_name_thread, except that the result is not in storage of indefinite extent. */ # if !defined IN_LIBINTL static # endif const char * gl_locale_name_thread_unsafe (int category, const char *categoryname) { # if HAVE_USELOCALE { locale_t thread_locale = uselocale (NULL); if (thread_locale != LC_GLOBAL_LOCALE) { # if __GLIBC__ >= 2 && !defined __UCLIBC__ /* Work around an incorrect definition of the _NL_LOCALE_NAME macro in glibc < 2.12. See . */ const char *name = nl_langinfo (_NL_ITEM ((category), _NL_ITEM_INDEX (-1))); if (name[0] == '\0') /* Fallback code for glibc < 2.4, which did not implement nl_langinfo (_NL_LOCALE_NAME (category)). */ name = thread_locale->__names[category]; return name; # endif # if defined __APPLE__ && defined __MACH__ /* MacOS X */ /* The locale name is found deep in an undocumented data structure. Since it's stored in a buffer of size 32 and newlocale() rejects locale names of length > 31, we can assume that it is NUL terminated in this buffer. But we need to make a copy of the locale name, of indefinite extent. */ struct _xlocale_part1_v0 /* used in MacOS X 10.5 */ { int32_t __refcount; void (*__free_extra)(void *); __darwin_mbstate_t __mbs[10]; int64_t __magic; }; struct _xlocale_part1_v1 /* used in MacOS X >= 10.6.0 */ { int32_t __refcount; void (*__free_extra)(void *); __darwin_mbstate_t __mbs[10]; /*pthread_lock_t*/ int __lock; int64_t __magic; }; struct _xlocale_part2 { int64_t __magic; unsigned char __collate_load_error; unsigned char __collate_substitute_nontrivial; unsigned char _messages_using_locale; unsigned char _monetary_using_locale; unsigned char _numeric_using_locale; unsigned char _time_using_locale; unsigned char __mlocale_changed; unsigned char __nlocale_changed; unsigned char __numeric_fp_cvt; struct __xlocale_st_collate *__lc_collate; struct __xlocale_st_runelocale *__lc_ctype; struct __xlocale_st_messages *__lc_messages; struct __xlocale_st_monetary *__lc_monetary; struct __xlocale_st_numeric *__lc_numeric; struct _xlocale *__lc_numeric_loc; struct __xlocale_st_time *__lc_time; /* more */ }; struct __xlocale_st_collate { int32_t __refcount; void (*__free_extra)(void *); char __encoding[32]; /* more */ }; struct __xlocale_st_runelocale { int32_t __refcount; void (*__free_extra)(void *); char __ctype_encoding[32]; /* more */ }; struct __xlocale_st_messages { int32_t __refcount; void (*__free_extra)(void *); char *_messages_locale_buf; /* more */ }; struct __xlocale_st_monetary { int32_t __refcount; void (*__free_extra)(void *); char *_monetary_locale_buf; /* more */ }; struct __xlocale_st_numeric { int32_t __refcount; void (*__free_extra)(void *); char *_numeric_locale_buf; /* more */ }; struct __xlocale_st_time { int32_t __refcount; void (*__free_extra)(void *); char *_time_locale_buf; /* more */ }; struct _xlocale_part2 *tlp; if (((struct _xlocale_part1_v0 *) thread_locale)->__magic == 0x786C6F63616C6530LL) /* MacOS X 10.5 */ tlp = (struct _xlocale_part2 *) &((struct _xlocale_part1_v0 *) thread_locale)->__magic; else if (((struct _xlocale_part1_v1 *) thread_locale)->__magic == 0x786C6F63616C6530LL) /* MacOS X >= 10.6.0 */ tlp = (struct _xlocale_part2 *) &((struct _xlocale_part1_v1 *) thread_locale)->__magic; else /* Unsupported version of MacOS X: The internals of 'struct _xlocale' have changed again. */ return ""; switch (category) { case LC_CTYPE: return tlp->__lc_ctype->__ctype_encoding; case LC_NUMERIC: return tlp->_numeric_using_locale ? tlp->__lc_numeric->_numeric_locale_buf : "C"; case LC_TIME: return tlp->_time_using_locale ? tlp->__lc_time->_time_locale_buf : "C"; case LC_COLLATE: return !tlp->__collate_load_error ? tlp->__lc_collate->__encoding : "C"; case LC_MONETARY: return tlp->_monetary_using_locale ? tlp->__lc_monetary->_monetary_locale_buf : "C"; case LC_MESSAGES: return tlp->_messages_using_locale ? tlp->__lc_messages->_messages_locale_buf : "C"; default: /* We shouldn't get here. */ return ""; } # endif } } # endif return NULL; } #endif const char * gl_locale_name_thread (int category, const char *categoryname) { #if HAVE_USELOCALE const char *name = gl_locale_name_thread_unsafe (category, categoryname); if (name != NULL) return struniq (name); #endif return NULL; } /* XPG3 defines the result of 'setlocale (category, NULL)' as: "Directs 'setlocale()' to query 'category' and return the current setting of 'local'." However it does not specify the exact format. Neither do SUSV2 and ISO C 99. So we can use this feature only on selected systems (e.g. those using GNU C Library). */ #if defined _LIBC || ((defined __GLIBC__ && __GLIBC__ >= 2) && !defined __UCLIBC__) # define HAVE_LOCALE_NULL #endif const char * gl_locale_name_posix (int category, const char *categoryname) { /* Use the POSIX methods of looking to 'LC_ALL', 'LC_xxx', and 'LANG'. On some systems this can be done by the 'setlocale' function itself. */ #if defined HAVE_SETLOCALE && defined HAVE_LC_MESSAGES && defined HAVE_LOCALE_NULL return setlocale (category, NULL); #else /* On other systems we ignore what setlocale reports and instead look at the environment variables directly. This is necessary 1. on systems which have a facility for customizing the default locale (MacOS X, native Windows, Cygwin) and where the system's setlocale() function ignores this default locale (MacOS X, Cygwin), in two cases: a. when the user missed to use the setlocale() override from libintl (for example by not including ), b. when setlocale supports only the "C" locale, such as on Cygwin 1.5.x. In this case even the override from libintl cannot help. 2. on all systems where setlocale supports only the "C" locale. */ /* Strictly speaking, it is a POSIX violation to look at the environment variables regardless whether setlocale has been called or not. POSIX says: "For C-language programs, the POSIX locale shall be the default locale when the setlocale() function is not called." But we assume that all programs that use internationalized APIs call setlocale (LC_ALL, ""). */ return gl_locale_name_environ (category, categoryname); #endif } const char * gl_locale_name_environ (int category, const char *categoryname) { const char *retval; /* Setting of LC_ALL overrides all other. */ retval = getenv ("LC_ALL"); if (retval != NULL && retval[0] != '\0') return retval; /* Next comes the name of the desired category. */ retval = getenv (categoryname); if (retval != NULL && retval[0] != '\0') return retval; /* Last possibility is the LANG environment variable. */ retval = getenv ("LANG"); if (retval != NULL && retval[0] != '\0') { #if HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE /* MacOS X 10.2 or newer. Ignore invalid LANG value set by the Terminal application. */ if (strcmp (retval, "UTF-8") != 0) #endif #if defined __CYGWIN__ /* Cygwin. Ignore dummy LANG value set by ~/.profile. */ if (strcmp (retval, "C.UTF-8") != 0) #endif return retval; } return NULL; } const char * gl_locale_name_default (void) { /* POSIX:2001 says: "All implementations shall define a locale as the default locale, to be invoked when no environment variables are set, or set to the empty string. This default locale can be the POSIX locale or any other implementation-defined locale. Some implementations may provide facilities for local installation administrators to set the default locale, customizing it for each location. POSIX:2001 does not require such a facility. The systems with such a facility are MacOS X and Windows: They provide a GUI that allows the user to choose a locale. - On MacOS X, by default, none of LC_* or LANG are set. Starting with MacOS X 10.4 or 10.5, LANG is set for processes launched by the 'Terminal' application (but sometimes to an incorrect value "UTF-8"). When no environment variable is set, setlocale (LC_ALL, "") uses the "C" locale. - On native Windows, by default, none of LC_* or LANG are set. When no environment variable is set, setlocale (LC_ALL, "") uses the locale chosen by the user. - On Cygwin 1.5.x, by default, none of LC_* or LANG are set. When no environment variable is set, setlocale (LC_ALL, "") uses the "C" locale. - On Cygwin 1.7, by default, LANG is set to "C.UTF-8" when the default ~/.profile is executed. When no environment variable is set, setlocale (LC_ALL, "") uses the "C.UTF-8" locale, which operates in the same way as the "C" locale. */ #if !(HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE || defined WINDOWS_NATIVE || defined __CYGWIN__) /* The system does not have a way of setting the locale, other than the POSIX specified environment variables. We use C as default locale. */ return "C"; #else /* Return an XPG style locale name language[_territory][@modifier]. Don't even bother determining the codeset; it's not useful in this context, because message catalogs are not specific to a single codeset. */ # if HAVE_CFLOCALECOPYCURRENT || HAVE_CFPREFERENCESCOPYAPPVALUE /* MacOS X 10.2 or newer */ { /* Cache the locale name, since CoreFoundation calls are expensive. */ static const char *cached_localename; if (cached_localename == NULL) { char namebuf[256]; # if HAVE_CFLOCALECOPYCURRENT /* MacOS X 10.3 or newer */ CFLocaleRef locale = CFLocaleCopyCurrent (); CFStringRef name = CFLocaleGetIdentifier (locale); if (CFStringGetCString (name, namebuf, sizeof (namebuf), kCFStringEncodingASCII)) { gl_locale_name_canonicalize (namebuf); cached_localename = strdup (namebuf); } CFRelease (locale); # elif HAVE_CFPREFERENCESCOPYAPPVALUE /* MacOS X 10.2 or newer */ CFTypeRef value = CFPreferencesCopyAppValue (CFSTR ("AppleLocale"), kCFPreferencesCurrentApplication); if (value != NULL && CFGetTypeID (value) == CFStringGetTypeID () && CFStringGetCString ((CFStringRef)value, namebuf, sizeof (namebuf), kCFStringEncodingASCII)) { gl_locale_name_canonicalize (namebuf); cached_localename = strdup (namebuf); } # endif if (cached_localename == NULL) cached_localename = "C"; } return cached_localename; } # endif # if defined WINDOWS_NATIVE || defined __CYGWIN__ /* Native Windows or Cygwin */ { LCID lcid; /* Use native Windows API locale ID. */ lcid = GetThreadLocale (); return gl_locale_name_from_win32_LCID (lcid); } # endif #endif } /* Determine the current locale's name, and canonicalize it into XPG syntax language[_territory][.codeset][@modifier] The codeset part in the result is not reliable; the locale_charset() should be used for codeset information instead. The result must not be freed; it is statically allocated. */ const char * gl_locale_name (int category, const char *categoryname) { const char *retval; retval = gl_locale_name_thread (category, categoryname); if (retval != NULL) return retval; retval = gl_locale_name_posix (category, categoryname); if (retval != NULL) return retval; return gl_locale_name_default (); } gsasl-1.8.0/gltests/test-malloca.c0000664000000000000000000000305711746471770013763 00000000000000/* Test of safe automatic memory allocation. Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2005. */ #include #include "malloca.h" #include static void do_allocation (int n) { void *ptr = malloca (n); freea (ptr); safe_alloca (n); } void (*func) (int) = do_allocation; int main () { int i; /* This slows down malloc a lot. */ unsetenv ("MALLOC_PERTURB_"); /* Repeat a lot of times, to make sure there's no memory leak. */ for (i = 0; i < 50000; i++) { /* Try various values. n = 0 gave a crash on Alpha with gcc-2.5.8. Some versions of MacOS X have a stack size limit of 512 KB. */ func (34); func (134); func (399); func (510823); func (129321); func (0); func (4070); func (4095); func (1); func (16582); } return 0; } gsasl-1.8.0/gltests/test-getline.c0000664000000000000000000000462711746471770014006 00000000000000/* Test of getline() function. Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ /* Written by Eric Blake , 2007. */ #include #include #include "signature.h" SIGNATURE_CHECK (getline, ssize_t, (char **, size_t *, FILE *)); #include #include #include "macros.h" int main (void) { FILE *f; char *line; size_t len; ssize_t result; /* Create test file. */ f = fopen ("test-getline.txt", "wb"); if (!f || fwrite ("a\nA\nbc\nd\0f", 1, 10, f) != 10 || fclose (f) != 0) { fputs ("Failed to create sample file.\n", stderr); remove ("test-getline.txt"); return 1; } f = fopen ("test-getline.txt", "rb"); if (!f) { fputs ("Failed to reopen sample file.\n", stderr); remove ("test-getline.txt"); return 1; } /* Test initial allocation, which must include trailing NUL. */ line = NULL; len = 0; result = getline (&line, &len, f); ASSERT (result == 2); ASSERT (strcmp (line, "a\n") == 0); ASSERT (2 < len); free (line); /* Test initial allocation again, with line = NULL and len != 0. */ line = NULL; len = (size_t)(~0) / 4; result = getline (&line, &len, f); ASSERT (result == 2); ASSERT (strcmp (line, "A\n") == 0); ASSERT (2 < len); free (line); /* Test growth of buffer, must not leak. */ line = malloc (1); len = 0; result = getline (&line, &len, f); ASSERT (result == 3); ASSERT (strcmp (line, "bc\n") == 0); ASSERT (3 < len); /* Test embedded NULs and EOF behavior. */ result = getline (&line, &len, f); ASSERT (result == 3); ASSERT (memcmp (line, "d\0f", 4) == 0); ASSERT (3 < len); result = getline (&line, &len, f); ASSERT (result == -1); free (line); fclose (f); remove ("test-getline.txt"); return 0; } gsasl-1.8.0/gltests/test-inet_pton.c0000664000000000000000000000332711746471770014352 00000000000000/* Test of inet_pton function. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ #include #include #include "signature.h" SIGNATURE_CHECK (inet_pton, int, (int, const char *, void *)); #include #include #include "macros.h" int main (void) { #if defined AF_INET /* HAVE_IPV4 */ { /* This machine was for a long time known as ma2s2.mathematik.uni-karlsruhe.de. */ const char printable[] = "129.13.115.2"; struct in_addr internal; int ret; ret = inet_pton (AF_INET, printable, &internal); ASSERT (ret == 1); /* Verify that internal is filled in network byte order. */ ASSERT (((unsigned char *) &internal)[0] == 0x81); ASSERT (((unsigned char *) &internal)[1] == 0x0D); ASSERT (((unsigned char *) &internal)[2] == 0x73); ASSERT (((unsigned char *) &internal)[3] == 0x02); # ifdef WORDS_BIGENDIAN ASSERT (internal.s_addr == 0x810D7302); # else ASSERT (internal.s_addr == 0x02730D81); # endif } #endif return 0; } gsasl-1.8.0/gltests/malloca.h0000664000000000000000000001104711746471770013011 00000000000000/* Safe automatic memory allocation. Copyright (C) 2003-2007, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . */ #ifndef _MALLOCA_H #define _MALLOCA_H #include #include #include #ifdef __cplusplus extern "C" { #endif /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call alloca(N); otherwise it returns NULL. It either returns N bytes of memory allocated on the stack, that lasts until the function returns, or NULL. Use of safe_alloca should be avoided: - inside arguments of function calls - undefined behaviour, - in inline functions - the allocation may actually last until the calling function returns. */ #if HAVE_ALLOCA /* The OS usually guarantees only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely allocate anything larger than 4096 bytes. Also care for the possibility of a few compiler-allocated temporary stack slots. This must be a macro, not an inline function. */ # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) #else # define safe_alloca(N) ((void) (N), NULL) #endif /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of memory allocated on the stack, that must be freed using freea() before the function returns. Upon failure, it returns NULL. */ #if HAVE_ALLOCA # define malloca(N) \ ((N) < 4032 - sa_increment \ ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \ : mmalloca (N)) #else # define malloca(N) \ mmalloca (N) #endif extern void * mmalloca (size_t n); /* Free a block of memory allocated through malloca(). */ #if HAVE_ALLOCA extern void freea (void *p); #else # define freea free #endif /* nmalloca(N,S) is an overflow-safe variant of malloca (N * S). It allocates an array of N objects, each with S bytes of memory, on the stack. S must be positive and N must be nonnegative. The array must be freed using freea() before the function returns. */ #if 1 /* Cf. the definition of xalloc_oversized. */ # define nmalloca(n, s) \ ((n) > (size_t) (sizeof (ptrdiff_t) <= sizeof (size_t) ? -1 : -2) / (s) \ ? NULL \ : malloca ((n) * (s))) #else extern void * nmalloca (size_t n, size_t s); #endif #ifdef __cplusplus } #endif /* ------------------- Auxiliary, non-public definitions ------------------- */ /* Determine the alignment of a type at compile time. */ #if defined __GNUC__ # define sa_alignof __alignof__ #elif defined __cplusplus template struct sa_alignof_helper { char __slot1; type __slot2; }; # define sa_alignof(type) offsetof (sa_alignof_helper, __slot2) #elif defined __hpux /* Work around a HP-UX 10.20 cc bug with enums constants defined as offsetof values. */ # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) #elif defined _AIX /* Work around an AIX 3.2.5 xlc bug with enums constants defined as offsetof values. */ # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) #else # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) #endif enum { /* The desired alignment of memory allocations is the maximum alignment among all elementary types. */ sa_alignment_long = sa_alignof (long), sa_alignment_double = sa_alignof (double), #if HAVE_LONG_LONG_INT sa_alignment_longlong = sa_alignof (long long), #endif sa_alignment_longdouble = sa_alignof (long double), sa_alignment_max = ((sa_alignment_long - 1) | (sa_alignment_double - 1) #if HAVE_LONG_LONG_INT | (sa_alignment_longlong - 1) #endif | (sa_alignment_longdouble - 1) ) + 1, /* The increment that guarantees room for a magic word must be >= sizeof (int) and a multiple of sa_alignment_max. */ sa_increment = ((sizeof (int) + sa_alignment_max - 1) / sa_alignment_max) * sa_alignment_max }; #endif /* _MALLOCA_H */ gsasl-1.8.0/gltests/macros.h0000664000000000000000000000651411746471770012670 00000000000000/* Common macros used by gnulib tests. Copyright (C) 2006-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* This file contains macros that are used by many gnulib tests. Put here only frequently used macros, say, used by 10 tests or more. */ #include #include /* Define ASSERT_STREAM before including this file if ASSERT must target a stream other than stderr. */ #ifndef ASSERT_STREAM # define ASSERT_STREAM stderr #endif /* ASSERT (condition); verifies that the specified condition is fulfilled. If not, a message is printed to ASSERT_STREAM if defined (defaulting to stderr if undefined) and the program is terminated with an error code. This macro has the following properties: - The programmer specifies the expected condition, not the failure condition. This simplifies thinking. - The condition is tested always, regardless of compilation flags. (Unlike the macro from .) - On Unix platforms, the tester can debug the test program with a debugger (provided core dumps are enabled: "ulimit -c unlimited"). - For the sake of platforms where no debugger is available (such as some mingw systems), an error message is printed on the error stream that includes the source location of the ASSERT invocation. */ #define ASSERT(expr) \ do \ { \ if (!(expr)) \ { \ fprintf (ASSERT_STREAM, "%s:%d: assertion failed\n", \ __FILE__, __LINE__); \ fflush (ASSERT_STREAM); \ abort (); \ } \ } \ while (0) /* SIZEOF (array) returns the number of elements of an array. It works for arrays that are declared outside functions and for local variables of array type. It does *not* work for function parameters of array type, because they are actually parameters of pointer type. */ #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) /* STREQ (str1, str2) Return true if two strings compare equal. */ #define STREQ(a, b) (strcmp (a, b) == 0) /* Some numbers in the interval [0,1). */ extern const float randomf[1000]; extern const double randomd[1000]; extern const long double randoml[1000]; gsasl-1.8.0/gltests/getpagesize.c0000664000000000000000000000227411746471770013705 00000000000000/* getpagesize emulation for systems where it cannot be done in a C macro. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible and Martin Lambers. */ #include /* Specification. */ #include /* This implementation is only for native Windows systems. */ #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ # define WIN32_LEAN_AND_MEAN # include int getpagesize (void) { SYSTEM_INFO system_info; GetSystemInfo (&system_info); return system_info.dwPageSize; } #endif gsasl-1.8.0/gltests/test-unistd.c0000664000000000000000000000304711746471770013660 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); /* Check that the various SEEK_* macros are defined. */ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; /* Check that the various *_FILENO macros are defined. */ #if ! (defined STDIN_FILENO \ && (STDIN_FILENO + STDOUT_FILENO + STDERR_FILENO == 3)) missing or broken *_FILENO macros #endif /* Check that the types are all defined. */ size_t t1; ssize_t t2; #ifdef TODO /* Not implemented in gnulib yet */ uid_t t3; gid_t t4; #endif off_t t5; pid_t t6; #ifdef TODO useconds_t t7; intptr_t t8; #endif int main (void) { return 0; } gsasl-1.8.0/gltests/test-vc-list-files-cvs.sh0000775000000000000000000000324011746471770016012 00000000000000#!/bin/sh # Unit tests for vc-list-files # Copyright (C) 2008-2012 Free Software Foundation, Inc. # This file is part of the GNUlib Library. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . */ : ${srcdir=.} . "$srcdir/init.sh"; path_prepend_ "$abs_aux_dir" . tmpdir=vc-cvs repo=`pwd`/$tmpdir/repo fail=0 for i in with-cvsu without; do # On the first iteration, test using cvsu, if it's in your path. # On the second iteration, ensure that cvsu fails, so we'll # exercise the awk-using code. if test $i = without; then printf '%s\n' '#!/bin/sh' 'exit 1' > cvsu chmod a+x cvsu PATH=`pwd`:$PATH export PATH fi ok=0 mkdir $tmpdir && cd $tmpdir && # without cvs, skip the test { ( cvs -Q -d "$repo" init ) > /dev/null 2>&1 \ || skip_ "cvs not found in PATH"; } && mkdir w && cd w && mkdir d && touch d/a b c && cvs -Q -d "$repo" import -m imp m M M0 && cvs -Q -d "$repo" co m && cd m && printf '%s\n' b c d/a > expected && vc-list-files | sort > actual && compare expected actual && ok=1 test $ok = 0 && fail=1 done Exit $fail gsasl-1.8.0/gltests/test-setlocale2.sh0000775000000000000000000000134511746471770014601 00000000000000#!/bin/sh # Test locale names with likely unsupported encoding in Unix syntax. for name in ar_SA.ISO-8859-1 fr_FR.CP1251 zh_TW.GB18030 zh_CN.BIG5; do env LC_ALL=$name ./test-setlocale2${EXEEXT} 1 || exit 1 done # Test locale names with likely unsupported encoding in native Windows syntax. for name in "Arabic_Saudi Arabia.1252" "Arabic_Saudi Arabia.65001" \ French_France.65001 Japanese_Japan.65001 Turkish_Turkey.65001 \ Chinese_Taiwan.65001 Chinese_China.54936 Chinese_China.65001; do # Here we use 'env' to set the LC_ALL environment variable, because on # Solaris 11 2011-11, the /bin/sh refuses to do it for Turkish_Turkey.65001. env LC_ALL="$name" ./test-setlocale2${EXEEXT} 1 || exit 1 done exit 0 gsasl-1.8.0/gltests/test-stdio.c0000664000000000000000000000232211746471770013467 00000000000000/* Test of substitute. Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */ #include #include #include "verify.h" /* Check that the various SEEK_* macros are defined. */ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; /* Check that NULL can be passed through varargs as a pointer type, per POSIX 2008. */ verify (sizeof NULL == sizeof (void *)); /* Check that the types are all defined. */ fpos_t t1; off_t t2; size_t t3; ssize_t t4; va_list t5; int main (void) { return 0; } gsasl-1.8.0/gltests/test-mbrtowc-w32-3.sh0000775000000000000000000000012111746471770014761 00000000000000#!/bin/sh # Test a CP932 locale. ./test-mbrtowc-w32${EXEEXT} Japanese_Japan 932 gsasl-1.8.0/gltests/putenv.c0000664000000000000000000000627411746471770012723 00000000000000/* Copyright (C) 1991, 1994, 1997-1998, 2000, 2003-2012 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ #include /* Specification. */ #include #include /* Include errno.h *after* sys/types.h to work around header problems on AIX 3.2.5. */ #include #ifndef __set_errno # define __set_errno(ev) ((errno) = (ev)) #endif #include #include #if _LIBC # if HAVE_GNU_LD # define environ __environ # else extern char **environ; # endif #endif #if _LIBC /* This lock protects against simultaneous modifications of 'environ'. */ # include __libc_lock_define_initialized (static, envlock) # define LOCK __libc_lock_lock (envlock) # define UNLOCK __libc_lock_unlock (envlock) #else # define LOCK # define UNLOCK #endif static int _unsetenv (const char *name) { size_t len; char **ep; if (name == NULL || *name == '\0' || strchr (name, '=') != NULL) { __set_errno (EINVAL); return -1; } len = strlen (name); LOCK; ep = environ; while (*ep != NULL) if (!strncmp (*ep, name, len) && (*ep)[len] == '=') { /* Found it. Remove this pointer by moving later ones back. */ char **dp = ep; do dp[0] = dp[1]; while (*dp++); /* Continue the loop in case NAME appears again. */ } else ++ep; UNLOCK; return 0; } /* Put STRING, which is of the form "NAME=VALUE", in the environment. If STRING contains no '=', then remove STRING from the environment. */ int putenv (char *string) { const char *const name_end = strchr (string, '='); register size_t size; register char **ep; if (name_end == NULL) { /* Remove the variable from the environment. */ return _unsetenv (string); } size = 0; for (ep = environ; *ep != NULL; ++ep) if (!strncmp (*ep, string, name_end - string) && (*ep)[name_end - string] == '=') break; else ++size; if (*ep == NULL) { static char **last_environ = NULL; char **new_environ = (char **) malloc ((size + 2) * sizeof (char *)); if (new_environ == NULL) return -1; (void) memcpy ((void *) new_environ, (void *) environ, size * sizeof (char *)); new_environ[size] = (char *) string; new_environ[size + 1] = NULL; free (last_environ); last_environ = new_environ; environ = new_environ; } else *ep = string; return 0; } gsasl-1.8.0/gltests/test-inet_ntop.c0000664000000000000000000000307711746471770014354 00000000000000/* Test of inet_ntop function. Copyright (C) 2009-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Bruno Haible , 2009. */ #include #include #include "signature.h" SIGNATURE_CHECK (inet_ntop, char const *, (int, void const *, char *, socklen_t)); #include #include #include #include "macros.h" int main (void) { #if defined AF_INET /* HAVE_IPV4 */ { struct in_addr internal; char printable[16]; const char *result; /* This machine was for a long time known as ma2s2.mathematik.uni-karlsruhe.de. */ # ifdef WORDS_BIGENDIAN internal.s_addr = 0x810D7302; # else internal.s_addr = 0x02730D81; # endif result = inet_ntop (AF_INET, &internal, printable, sizeof (printable)); ASSERT (result != NULL); ASSERT (strcmp (result, "129.13.115.2") == 0); } #endif return 0; } gsasl-1.8.0/configure.ac0000664000000000000000000001345711760730547012034 00000000000000dnl Process this file with autoconf to produce a configure script. # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . AC_PREREQ(2.61) AC_INIT([GNU SASL], [1.8.0], [bug-gsasl@gnu.org], [gsasl]) AC_CONFIG_AUX_DIR([lib/build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.10 -Wall -Werror -Wno-override]) AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC gl_EARLY AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL AM_MISSING_PROG(PERL, perl, $missing_dir) AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir) AM_MISSING_PROG(DIA, dia, $missing_dir) AM_MISSING_PROG(EPSTOPDF, epstopdf, $missing_dir) # Internationalization. AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.18.1]) # Checks for header files. AC_CHECK_HEADERS(pwd.h) # Checks for library functions. AC_SEARCH_LIBS(socket, socket) AC_CHECK_FUNCS(getpwuid) # Allow disabling of obsolete stuff. AC_ARG_ENABLE(obsolete, AS_HELP_STRING([--disable-obsolete], [disable backwards compatibility code]), obsolete=$enableval) if test "$obsolete" = "no"; then AC_DEFINE([GSASL_NO_OBSOLETE], 1, [Define to 1 if you don't want backwards compatibility code.]) else obsolete=yes fi AC_MSG_CHECKING([if backwards compatibility code should be present]) AC_MSG_RESULT($obsolete) AM_CONDITIONAL(OBSOLETE, test "$obsolete" = "yes") # Check for GnuTLS. AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [disable GnuTLS support]), gnutls=$withval, gnutls=yes) if test "$gnutls" != "no"; then AC_LIB_HAVE_LINKFLAGS(gnutls,, [#include ], [gnutls_priority_set_direct (0, 0, 0);]) fi if test "$ac_cv_libgnutls" != yes; then gnutls=no AC_MSG_WARN([GnuTLS not found. STARTTLS support disabled.]) fi AC_MSG_CHECKING([if STARTTLS support via GnuTLS should be built]) AC_MSG_RESULT($gnutls) if test "$ac_cv_libgnutls" = yes; then save_LIBS="$LIBS" LIBS="$LIBS $LIBGNUTLS" AC_CHECK_FUNCS([gnutls_session_channel_binding]) LIBS="$save_LIBS" fi # Check for gtk-doc. GTK_DOC_CHECK(1.1) # For gnulib stuff in gl/. gl_INIT AM_CONDITIONAL(WINDOWS, test "$gl_cv_func_wsastartup" = "yes") # Check for Lasso. For examples/saml20/. Disabled by default on Windows. lasso_default=yes if test "$gl_cv_func_wsastartup" = "yes"; then lasso_default=no fi AC_ARG_WITH(lasso, AS_HELP_STRING([--without-lasso], [disable Lasso (used by examples/saml20/)]), lasso=$withval, lasso=$lasso_default) if test "$lasso" != "no"; then PKG_CHECK_MODULES(LASSO, lasso >= 2.2.1, [lasso=yes], [lasso=no]) AC_SUBST(LASSO_CFLAGS) LASSO_CFLAGS=`echo $pkg_cv_LASSO_CFLAGS | sed -e 's,\\\\,,g'` fi AM_CONDITIONAL(LASSO, test "$lasso" = "yes") AC_ARG_ENABLE([gcc-warnings], [AS_HELP_STRING([--enable-gcc-warnings], [turn on lots of GCC warnings (for developers)])], [case $enableval in yes|no) ;; *) AC_MSG_ERROR([bad value $enableval for gcc-warnings option]) ;; esac gl_gcc_warnings=$enableval], [gl_gcc_warnings=no] ) if test "$gl_gcc_warnings" = yes; then gl_WARN_ADD([-Werror], [WERROR_CFLAGS]) gl_WARN_ADD([-Wframe-larger-than=250], [WSTACK_CFLAGS]) nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wpadded" # Our structs are not padded nw="$nw -Wundef" # warns on '#if GNULIB_FOO' etc in gnulib nw="$nw -Wc++-compat" # We don't care strongly about C++ compilers nw="$nw -Wswitch-enum" # Too many warnings for now nw="$nw -Wconversion" # Too many warnings for now nw="$nw -Wsign-conversion" # Too many warnings for now nw="$nw -Wtraditional" # Warns on #elif which we use often nw="$nw -Wtraditional-conversion" # Too many warnings for now nw="$nw -Wunreachable-code" # Too many false positives nw="$nw -Wsuggest-attribute=pure" # Is it worth using attributes? nw="$nw -Wsuggest-attribute=const" # Is it worth using attributes? gl_MANYWARN_ALL_GCC([ws]) gl_MANYWARN_COMPLEMENT(ws, [$ws], [$nw]) for w in $ws; do gl_WARN_ADD([$w]) done gl_WARN_ADD([-Wno-missing-field-initializers]) gl_WARN_ADD([-Wno-unused-parameter]) gl_WARN_ADD([-Wno-sign-compare]) gl_WARN_ADD([-Wno-deprecated-declarations]) gl_WARN_ADD([-fdiagnostics-show-option]) fi # Export things for lib/configure.ac. export WARN_CFLAGS AC_CONFIG_SUBDIRS([lib]) AC_CONFIG_FILES([ Makefile doc/Makefile doc/cyclo/Makefile doc/doxygen/Doxyfile doc/reference/Makefile doc/reference/version.xml examples/Makefile examples/openid20/Makefile examples/saml20/Makefile gl/Makefile gltests/Makefile po/Makefile.in src/Makefile tests/Makefile ]) AC_OUTPUT AC_MSG_NOTICE([summary of main build options: version: ${VERSION} Host type: ${host} Install prefix: ${prefix} Compiler: cc: ${CC} cflags: ${CFLAGS} cppflags: ${CPPFLAGS} Warning flags: $gl_gcc_warnings Library types: Shared=${enable_shared}, Static=${enable_static} Valgrind: ${VALGRIND} Obsolete functions: $obsolete GnuTLS support: $gnutls CPPFLAGS: $INCLIBGNUTLS LDADD: $LTLIBGNUTLS Lasso support: $lasso CPPFLAGS: $LASSO_CFLAGS LDADD: $LASSO_LIBS ]) gsasl-1.8.0/AUTHORS0000664000000000000000000005610511754555060010611 00000000000000GNU SASL AUTHORS -- Information about the authors. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. Simon Josefsson Designed and implemented GNU SASL. Dirk Armand Marcel Dierckx Implemented gsasl_client/server_suggest_mechanism. James Canete Fixed digest-md5 to not add excessive commas. Adam Strzelecki Contributed Windows Visual Studio project files. -----BEGIN PGP PUBLIC KEY BLOCK----- URL: http://josefsson.org/key.txt Comment: This 0xB565716F key is used to sign releases of GNU SASL. mKsEPNUHKwEFALqJSBHn6Qk5ex138kwymxA3idCFoTi5Q6mVooEVVaYVfeDG+5uV T5rhTFDfDcT9SO0eIlfKOraSRnVEHyDDH2PAgJFxyneFELcmLUQ66D+m8z+ziGro 6bcDSBBDMRkHIX6/kH/vnevjqivIld+j8WTcVX+SArcKyzgQ58uMTrfQdLqzh6D9 sE/838+ZPZkabmKKWMVWccoaUbWGYOcNwO0ABim0JVNpbW9uIEpvc2Vmc3NvbiA8 c2ltb25Aam9zZWZzc29uLm9yZz6I+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgEC F4AiGGRuczpzaW1vbi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCTvm3NgUJFLfe CQAKCRDtoh6UtWVxb7BxBQC3UF6FW9nyukBsGUvz7clNOdAhPyfkvab049xuubjC +kHGJuS25IzpvvLPIIUik6zZ0cQIWRtzPM2/6rWuktABHFQ0sf0A/o6f7ApEMnna MXxNhR2ymWjzc2jSF1zjg/KjwPpzk68Irk6fHbT/vuZASrcXT7ORy+vjhoSoU1uO zemp4tO8tK1ehsGKXQN7pPKhWpsMO5zVzZHxAlNUzUsXiEYEExECAAYFAj1Y8sIA CgkQV5Mp08AbKiJmNwCgkgjjuS5TcZq4rVBWNYu1VwQlJWYAoJZf+pBNBvzT9xOg Hcs1cAMwT4FHiEwEExECAAwFAj1esHUFgwFXijYACgkQvLvElXGKklZXlwCfTWSl L2/3q5Od3zBVMKVHgpTo4asAnAtw7vVEIwp9pPuy1oKjTB/obqltiEYEExECAAYF AkEAyoIACgkQntdYP8FOsoK0XQCfRN1QBVk7/eu4YbFQBqH463dcHx4AoMp2QurM RXFDImswJ1Wi9K65dq66iEYEExECAAYFAkD/P4YACgkQlv+ZxCXA7Au9KACfYKMn MPmlbZDi5/Le4mcLCUlQ+SsAn2qOQ14l/ellraqWXbvacCJkOyNpiEwEEhECAAwF AkDgVz0FgwCTtOwACgkQyIHdR0rnq0csrwCgtL27/ndpjew28bGVYU9tBmIg2GUA oKFFKKHvJB2pVjRkRL4DjohSdIrkiEYEExECAAYFAkJJAYsACgkQj8NyXz1o1joW fwCgtb8mtlI8rg52vT5DRU+Ct3NuDfEAoL7IX823ezbe7HVegheirf3q7zmKiKIE EAECAAwFAkJG+cEFgwDmsQ4ACgkQv9buWFf3fwmuCwQAtAopBWKTnll1t4lFnR+C mvXdqui6g/MhMVjGlnGaxzKfdlXIDT3i6VEMQk639rCLUxNB5YiQZZm7aABg1dwt f10mFQUkm9dt4d852cu6ytmljXLJ4NIQFrhZQUrxvh8s8j41oN/hcwyLaX+FLI0G 6Jehz0m0nPlEQf0sJ/4oCuqITAQTEQIADAUCQklECgWDABPOSgAKCRBmvnH/Z0ho g9kYAJ0QKz8Gt/kc7Q9Y/Ahh/wZO6vaQ9QCggcgpRYoJ6g1QXYWdTO/Hxve4Lu+I TAQQEQIADAUCQk2CtQWDAOAoGgAKCRA7jqQfgvYSQDh8AJ43bDTlK1p/aLXxJ2/1 pFrHWFvncACgvVli4V9P6pVhP9p+H3APtQ+URVSJASIEEwECAAwFAkJhOZ0FgwDM cTIACgkQC3gy83PWLUFxowf/YLAopAmpU94kKSC4ECFsLXDivJ4LCOxgqZ0u7Fgi QgwWK1miJJnW9gME5vE/jMHlsjGwUKJDC3SfbgjOJj31ivrGIh4od8+zU0bwlwoJ ppDF/5cbzBheUiCsz+BVBZs8ii4OahnoELUzXbyVZITkMztmn/2+7DYXqqf1tCTy wIR/hQzFp6W7GNT/I73Ksz/cKop4jzxE5whkl+5NMBk9VYhfa2X49/S65nwXg4ii BPQN0UrhN0ZvrF+uKX6oVlOX+30CrPyT8FkcRk1AOhUpqblk2M2DblOebgxfF1ZV jXNNN/0fZhy4iTbYSggndO5PIybKMkMogVtO07F/8lvtC4hMBBMRAgAMBQJC2LCN BYMAVPpCAAoJEBhZ0B9ne6Hs7fEAn145gLDePrbxrfwN2dG5+IuvpvtYAJ4oRmRy hxwpwahGE+5281z2VTrQ9YhMBBMRAgAMBQJC2LCxBYMAVPoeAAoJEIHC9+viE7aS 7sAAnRYuXokAy66xi04YD1ODtssYFw7nAJ4lqshFVn7NR5yznu0tioYLFwyc54hM BBMRAgAMBQJC2LDRBYMAVPn+AAoJEGtw7Nldw/Rz2iEAoJFrzoYjkR5ANZYbeX/o zQecQCmAAJwNCoPySmaxrwO6BiUd11bO80bPxYkCIgQTAQIADAUCQtiw8QWDAFT5 3gAKCRCq4+bOZqFEaF90D/9xV8ua/ezhWOu5ADgHE1yeWMWQsecIx9TA5QVQg8pp jA3E2REe/lJbCweVhwfvSmuvuymRQw71cIdmqF1dz9R8mb62N1r07DcPxibhtHi4 poENxIHqvEbtOR17Y6Ql4DW4PjK1ut9y2y58HK6XTiqCtbg43jEcbXk1r9qLJl2L gopYJQ1KJCwfn+DCVadRA2FgVclMGUGIdiiTwp12+E/70oYoMzLwm+7MUgbJUpRL ytsc5frhT91iX2lPoeylAHAQ0681WiawvexlqtAPto9Gjbtnw32oSOqIJcbbMhN8 G87pkvBhk5wXfVM7kyutBFhIHcQFGeuGkZpgeXt40NcUJffn+KOfeXzgdQwmwNlo 9K0arxNpIukgugvVeNtsKj1gtW7IkYcLmvlDyShz/cytguNEU+1W0ZeG73Tjphs8 mCSlCKVcNWcy2l7z/DvB3VPibac525/Sw1ZIq7DShRHHv8x02/658LEW7gSvvZ4j 3yuZSNgL2lgPzaYoQo+8ysHK9dqViVBXAHIwVZTmXptb5zxQcHtFUnR51IDSAfBG d7gjU5NJNfKKngLjDJy56nmJGMw/+13F5XFcjGPC9t6ZKoQud712K8TRIczWgGMn gkahyTl4KIwPxVzWnUN0IkcsO/5yO3JudWzzYB6r1QomCSAAA+uirstJwVtBWsCA 54hGBBARAgAGBQJC8krrAAoJEG74r8KGV0rKoI4An0CQA/3wPCxskfqLhvN69ViN c9GhAJwMR5Nl4q7Y4c5j9BOG+9Yxaom2OYhMBBMRAgAMBQJC8cBwBYMAO+pfAAoJ ECmqKFIzPnwjCzsAmgIwd1uJC2Ka3bIgTCJukFjCcdWRAJ47P2tLKEcvatuPnnPT yWYuXGTBqIhGBBARAgAGBQJD+NOYAAoJEOFd2FexXDfRRVoAnj+kNh2yJiIAI9JE Vccgdv8cdElgAJ9jZHFa4KIdIsdGQZ5G4qS0YkHwKojYBBMBAgAiAhsDBAsHAwID FQIDAxYCAQIeAQIXgAUCPr1HRAUJAtWOGQAKCRDtoh6UtWVxb3F2BP9Whe+ArZn6 WlbpHF+37Rqr+KmXL2fLI0b+phneaieRvACsOmPD3jDpvxz/xVf8s49SJ2+a23Ia iCA8Boyws9sBxn5N+yWhdYYjfDbH3JUOQz7BKN/9o8EAYuU8pmQtEN0q4+QiNsU0 a8qLAV3qmEOwLfkB4z4H+aDZxe/p7vIYP4QmzTn3ZQ0mYR5mxpc52pF82KVyNWWJ vmcirPwKSckEiNgEEwECACICGwMECwcDAgMVAgMDFgIBAh4BAheABQI/pCtUBQkD vHImAAoJEO2iHpS1ZXFvPREE/j3fX+cLxCCZNTjMhThGFujiT7ty4x1jVc91J6QO A+Jp+78NIIeyg3JTeR3WIv7/WFNzLKJXJEEcga+0ViPjoLfvGsHMAnwXqPYAxu1c DY4jId0bCYgoVlnfF9gwOWxebtotLpCiuXGL/168zEAXWJpPg6r2MfPhAKUJ9G8q 52OOWJW3cObxoZ2gyXjuWOFtygZ1vUAqP/8UGeZNdajHD5uI2AQTAQIAIgIbAwQL BwMCAxUCAwMWAgECHgECF4AFAkCGvikFCQSfBP4ACgkQ7aIelLVlcW9oqwT/a2nW kFFy1q16WURE8vp+Tqu6i4r5mTdyHjbhQeZh5Pub5DEJiFuWXxE73JVrnNozacQb Vbsnn54B4Xv6tuEDMxaTXSjreDY6D08urM8A0gnUHCAOwxtmepm9wxk/l3WAXWwz QoQaqZ2PSPFGW4Epk8+JwWKoLv1O2i9NbycGEccF9rr6I12319Vzk+P4P3FOgCwa dAQHSGS3Y6hlLm/RGIjYBBMBAgAiAhsDBAsHAwIDFQIDAxYCAQIeAQIXgAUCQW/E VgUJBYgLKQAKCRDtoh6UtWVxb8gUBP9Oiapzi+7qCcpj8Yy55jQvgpXkhe9g5DuT lRiHYjP5vTvXJNF7pDOOPj1pSUxumC3viv/pxUaWKp3tSOjsT0ZVgy4ah6rUdjyy bLAOAiPmAP3ryStzURF5/RnQbbzrSGZJRfeQIxY2871hWg241/wslRtNpsxYSPCI PHMVB4SSFYzzbKRgUU7SXsVQYBAlRU644UE+dB+b17slv1xvagOUiNgEEwECACIF Aj0lzz0CGwMFCQHhM4AECwcDAgMVAgMDFgIBAh4BAheAAAoJEO2iHpS1ZXFvt3ME /ijwFJCSNoY1AfCEm3AX6vRKUbjiy0MdemsqajXF6awcbIaeCwk3wVr9JOs1usu2 /AQQDvz0sf/hEv6c3sMTYspD6+QzrRMUVbLm0fp+pRZKyaW1tO+/JIoOl8qsOwod kXPQ7CYFvSZhhkxdUwVOa6UtL6kOdCjQAy7DDQTzdcC/GxHQNVUNF5KcBWC7LMN6 iAt0dAFEMaQz4t37CHq+DCyI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4Ai GGRuczpzaW1vbi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCQkBc0AUJBlijpAAK CRDtoh6UtWVxb9EIBP4pk/ztQF+XV5L4krXEmbjAsGb9C+I+4OoRUY/mWDvNAjGp pkhFD+8Q3oQvg+1dcPsJ5rQHSXgA2w1bOsTknK9DamyY35LHd9T0ZSllXOUX9q3Q eKiDBYc2KB35ZtxKNIA4Lt5qDgYbSgtlERxDY94BCSy4YApdwATei3O32t5IoR+B roeIr+w+zn9mVulkn3pRXByYDX/scxcTtWwRL+UNiPsEEwECAEUCGwMECwcDAgMV AgMDFgIBAh4BAheAIhhkbnM6c2ltb24uam9zZWZzc29uLm9yZz90eXBlPUNFUlQF AkMVrNEFCQcvRSYACgkQ7aIelLVlcW+ahgUAnWORH5p6Cdk/zhen4sUwwnzsFyAO Z7vaVPrQPq58Czl2FymLm5kJgsGXH8b6KLxVMo8hjTZnsm+zO6XTLXsnnK7nXk70 gBJ0AAM0XGlG53qDvvQmq3RkfFMHuSmxL+zL8pXTmnywIlEpgDHPVKbPKF3c508H FEPKFnDjuyRwPgq3q2mhC/qYYBRvw9hjjeRCqDTdC5wHuWLzs5MCLeG+3YhGBBAR AgAGBQJEc4b8AAoJEAixI47drUe278gAn15puEaeLjlpaTndlvxT+LAH/951AJ9b 0Hlo7Py6F9c1liLsMNWNDnyvZ4j7BBMBAgBFAhsDBAsHAwIDFQIDAxYCAQIeAQIX gCIYZG5zOnNpbW9uLmpvc2Vmc3Nvbi5vcmc/dHlwZT1DRVJUBQJD8ykBBQkIC2/U AAoJEO2iHpS1ZXFvrF0FAJLVqSWQ2fYNGCvBH4xRS4n2LruzdubmzNuCIZrc75M+ RfTvYeHwCNDY8H+PggYuXMT8armHvFvyL7jln864M9LTX4TwROrqKlkNgOkfxdSg Oz4QE9RHxxooF1GMl1yhxCoumixYE5w0z0LGYRKy/Xzd3+VMcUaFXvEqY6Q+cnQo qChCvKRmsIFhF4b4SAqzRePdx6U3PBpC4FbIlkQkpbaIRgQQEQIABgUCRYwLkgAK CRApqihSMz58I53iAJ47ZGEOrZrMqV6WKmfKa8+5907zeQCeI9LFETr1SK3IHx/7 S7RlQhoqAzeI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4AiGGRuczpzaW1v bi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCRObocwUJCP8vSAAKCRDtoh6UtWVx b9fhBQCRE0dBfP855Vv2fPCzIxnu1I0GM9BjmAC4uMNdW6o7I4yQMXNYpP8RdxDz PTon1JYQZqQW77EdqtwjFeguScudF8+85I2FtKDmzl0NNubmX6ckxdCbuUmOk2Vu H0IQ8O0f1htk0h4dQB97YA8zu9AtqyASkdCDbRC7RgoaeUaV7N7v8RM3KpEJm6pc eQT1DLqOQIFAp/cDa76xXK2Xrd4IiGsEEBECACsFAkXhdvUFgwKHjGMeGmh0dHA6 Ly93d3cuY2FjZXJ0Lm9yZy9jcHMucGhwAAoJENK7DQFl0P1YbgMAnj34VvAwJhWn Z79fbgSY9O7CIBJFAKCJEs0DbASutepLJhiysH3J61b5D4hGBBARAgAGBQJF4sLA AAoJEKrPs4YhG27v90UAoKBHaY3RXOkwk5YL58jSYoOWltJ/AKDTwdKSURBZ3RTe GkriWGZRy2sfd4kCHAQQAQIABgUCReGU9AAKCRAmSeYoxdNNBWHAD/4+/J4V7cM1 dMrr6rpaggfgRa7d121f4n+KVn69fmxBr6vMkGP+8Aor4xMGvkL6HYJvOMRK752H wXij7TM0HdGqU0S6cisOXiS/LOPQOayz6HuvliIhJeyDF4wfI358ZH8gVTKTn+1l tqWmggd8KVbU2pEvNte+lD0VIxK0wrUT0nFEYoJsDlTUVpnmM4PxP8TwoIRwo/h9 NnL8zeh+5sj0D5tZW4DsTC1AVPH1WYUN4aY2lv49twDh63oXbzXZQ+xKWJeiByao DeEOFtouwTb7RbmDBB1i0aeb7gWCryUiHD4p2zf+R+4ikcwcG0LzR7DC3WFdlPnb NII/G31ZDacpPqkk5S3LL2jIXKhpD15ilbXGjkqsBAkOJpO7rehVbxEGUfGh+2TZ cCvLHeh9ckgjimFlZywk230H/tkQJpnHaTOmhNbBbowUkIdCjTBLkqyW99sM2heD kmkYh9jJTj2BLVED4HrgyMp+dXGeDM7nVGDCPfbaFTTz6It+ODndAC2Q0d0N59Sz x2Xb8LYfngezdhV0q0GgGXl+vh9zvZnpHV7Bef6ABTq0IOQri83IZv3HlyBeK6KP JTx+ll32ByQ8JcMuAAaVqWXI914J/fD9bvsTzJNQsPEa8yBta22Ww+jcnHBBhAbU Kfw5FKNDrqYr4VGY9+am80YmnIRQIt7Fu4hGBBARAgAGBQJF4fboAAoJEE1EwCDF wFuuzREAn11W3gtaynmEAcxw/WxLdndmL0mmAKCsf55yO8kTmKoohRXpfo+jn4HB XYhGBBARAgAGBQJF4gz4AAoJEFUVYHaRYekRxxwAmwVy1T7YQQtP7xXNdM+EVUxL nteTAJ9AzaxlVV4dO/OZTG9QDbqztagH54hGBBARAgAGBQJF4grQAAoJEMfZMCWd /6rUv38An3mkvCWcxGKhN6/PgQ2+W4zpFQPDAKCxweB0Xh/TQDjQ/dSaoj/BccNK LIhGBBARAgAGBQJF4hFCAAoJEOVE3gebfDKNJ4sAn3owtLwwEWtpw9VQxTc66cmd oFqPAJ4r2z3VgRa/Ns/uWMxV0Zlee/f2M4hGBBARAgAGBQJF4i3gAAoJEHZJQAVJ ruv2v54AoJCl4M0ClZrwxyTkOXJs7xeQjtDtAJ485636UH2u71nZdIyGTMqQkszm BohGBBARAgAGBQJF4sNEAAoJEH5OpU/Qq0B1NE8AoOJY9VXq8PPDDPjRPaJLahjO ykz+AKDN3jXgHvqD26euQ1ksEBc8Vn6zF4hMBBARAgAMBQJF4sR8BYMChj7cAAoJ EHMcr9NTwaMv9/EAn35hATWBiY7ra8Z2bjy+GZ4eSLQmAKDX1GfInkT57/rzmpkx n+IQlikCMIhGBBARAgAGBQJF4s6iAAoJENoZYjcCOz9PA5IAoIZucQg6PaqLETbG ch/y2UM6BhZ2AJ92fj8dOvoKNxn9Rh4UcTSSiPXNDohGBBARAgAGBQJF4eL3AAoJ EHhn1Tx0eTXduhcAn2LWbAgZcRRU7PJtIO3zqsIm6keDAKCeZgrQaUd1GSNW4AzZ LuT/XXiWW4kCHAQQAQIABgUCReLO2gAKCRBSIlPD1yc5gYUMD/0ah8KqI6rjyi7p WqPPcPKy9ZCnPJv2JJllu1wx4dqRZnUVA3rmHAUpzQp7HsfMXWLgjxOnUEvzjZkP PamYnczdE65l5M8zah1WNjfR8Vk4/XaeolVXe3a5R8Vxj27QRa+T5yEHprb5hPo4 uFWkPlJgJd+qcXCIc28135QngN5uRRQK4NnM/oTtv2nv15L4M4qiH6V+We5IW+Tj t74O0mSEekg1bB/XKlF/XcgyO8rEZgqwufZ4cHbzWYXw3C+CKkhDSDItGUw9HesO u1FS+Mf/Js4+/kFjW8ZJPFO+A2z3gYTDzaXGq2zlvbqw1gYId5pbukVM6PRqQrlq tI2Kza7/CY85b+DVU9Zwe/Hr+yYnEJdG+eWkshmB0mIXgQlSaf/sglsAncrmxA/g m5IxaE3TIRW/mtizuCUwq+gigIUEANAsNwR5a/RAekc8aNaO1cSj8izlGqrl6cuQ 5jyizUJB5AcOV4CUDiazITOasbt4+xx9MTsciqWIkMLYRloVuqXgsoKOTxTT6Zq+ lPEGRyYds7OEdaXHWPO0OJ2ZPCagb3OvqxJc123Xf7XXySGkGXzZgoA6D4BwIB0b 5WQFq8722b0tJPktH2a5clKJio3SMir1bpPT6b/CM/Mrk3kIFKJpmvEBYrKTCfhJ nDI2GJ4Z/f6rUDhiyQ5yj5Rop2zot4hGBBARAgAGBQJF4vk5AAoJEItKxIGsHnFe eYYAnRbZnnFoSrbo5E908zFdUPwfVfUoAJ9Dgo1WuGHPD+89PSqsyMshK1qavIhG BBARAgAGBQJF4y0kAAoJELOx+BoCeHiA9a0An0E0Zyjequ/iRSSB+YolhRqc87tp AJ9PeRbv8Ce1TY6qCoyIO76zYScX5YhGBBARAgAGBQJF40D2AAoJEDiaVjzCcqEm vrkAnimr8D1OTH8O8+E3A2VOoxLhG8PTAJ93AR9hPTBxVBY+TqzapQz12ROtjohG BBARAgAGBQJF40DdAAoJEB9/MmoS7vYqmnUAnjcrUSIjc8jjfdxLhJES9yDBTP/g AJ9ZSpKAG4kvVjZqcSBhudGIw2NkQokBHAQQAQIABgUCReM6egAKCRDo4GL2DcsE MZKUB/9bQd/kyhettf5FPhSPgtVgZanF2kI0WnDWUGXbbn8vLs7GNGsb6eyuUDEM kL/f6xtVHNPC44HarRbawhph/m0P25KQlaHX4120gdYzPR7mnUMk9g7P2ycNrcND 730oJMS3f8FBhe9fnt4adPU8mp5fgU2zTsdVHpa2zUVZHNh84iuEoxoZJEWEyHHJ ke/avbbc/G6JmMD+8vOV8nKHbuzNOAfA09kPJWAPcfR/grCpEMZ8SkB9F4FvPEjU 2HxeFKx1vWNTamkr6ygUVlX7bBwLCe9p+7ue1rMeKOMsJF7UnAkOthEC2IeyhPn1 gyErrjYzQOX+3+YPCSO73fBxSG6liEYEEBECAAYFAkXjS5cACgkQKJz/wOY81tb5 TwCeLd//hOBTT9hnSkZFuxLso9J3cToAoKnsSW/csdFyRJLh024CqSzu3/QXiEYE ExECAAYFAkXjRMAACgkQjCXuDw3At9aUHQCglgCi6nNiupwbEfwEsvd4MRYVzGsA niDj36LSv47TIbmUQJlR/qiNJ+phiEYEEBECAAYFAkXjVQEACgkQmEvTgKxfcAxE EACgmX4IGrSutcvAs9Pfr6JYEE3hdsYAn1yLt/tyLO9laWWhLKhNH7MPHc0xiEYE EBECAAYFAkXjT0YACgkQIae1O4AJae8N+ACfXCp09XmUQQ/xvA4LipoTAoyqX+oA n3aZHFSOKENXaHthrpt0FFaPVNEJiEYEEBECAAYFAkXjfaMACgkQzxI0fJaL1Yct 2gCdEw43ra6oy0cwLX+zwRzTXazKQn0An0FuDnGs6J5+x6hlK3MFjyfRYZc5iEYE EBECAAYFAkXkGvoACgkQZDZDYQnzQCR0eACfWdtadQLH9Bbi/YPOcheMmavmCrUA n1fBKs46WOq7jppufBXwcncegfxHiEYEEBECAAYFAkXlgbQACgkQeQ6MlGH/2qvD yQCffMAMRUHCPKIbbz59BVNmgpyvSmYAnRMspmLYF0gk0xfHoIFaS3nwt3DgiQIc BBABAgAGBQJF6Vo/AAoJEFeTDasLhrBnakQP/1Z460aR3KyxrCrEcDJ/Vzf7vsbq 1DQnmoRuIgpKmR87N3qRLb2p94ffRYYxlWcFj1jiYT3Wq2bxjHyCZPgcAM2bQuuJ MFxQo2xgwobyNqesIafgdbMjdUEAVy+NTyJfdmM3I57lkrleGz6lk9ojMLoIDa/t R1C+uoLuSWMj0Xk/nCT+WnN3/xqZyPIa+i6MN8fuI6Nsa/C1jiNw2FnZy721hl+P 1Bhx+i9aiXCR0qz/3AOAOz25F0OXNKKdzOgdo5mCkelbUaey4gPpvb2oZ30rh6VT elOOlGU6WbEO3DQBuOGAxJ1Ux801przITs1923bZU8EPyfDZyZWINkpl7M4En4bq GKQkjTIfE8GrSSCp9rsLg1siK38yMYodegSzSJ7ZWWGlyuKvrim1eQw8svSzRphs ujaDJG8Oy3Dlc3qBbA/CGx1OtyML5G/w5C5b2Wz/BkMgHnOfOJSVjGlJJrxGyydR qThibZ88yRcZ8130COubR4Rr2I+TD+FZLhGtzQGia4gDQ9QG5td6LS5yLPc3Y52N cwWsbMHWzLTQ2k3O7PcsetRPLpduiq1eZUZZveY0MSjH+uH3xzp6qfj9I4FDtK6e pHQ0F9Dw8kK9qBAhiqrKxsUUbalx5Pup0gIkzNe1vzjByS2P/j2VMhbinhG5FZl0 O2mPcIXHeHlAJdGCiEYEEBECAAYFAkXt5LkACgkQMGnpIbeahxy4RwCggxD0dEmG z7ipFrmwbIGTxuxIS+IAoKfxzxjiT2m3AEvfkL/xNuqgenPViEYEEBECAAYFAkXk wVwACgkQcLIDITr1nRa4rQCfZvrXaoYQ8TeX/lhuJfmsPb7kIRcAniKy+cTGNExR mZutFX/OcnatDZExiEYEEBECAAYFAkXqoaAACgkQL5UVCKrmAi7oEwCgu/2cheN4 mU+yFFIG6HmLrbeIc5IAoI2I4eLWJdmLpJleOYgF7CtTGIKxiEYEEBECAAYFAkX/ bGMACgkQOpD/wRQI1/HBUwCglcM0b6fl1oP8iofWeovuhSk4+5sAmQHrgf2pbqFW 1oTBNS60dNQjA7VdiEYEEBECAAYFAka12CoACgkQXeJJllsDWKIizACgqk7R3Bhn GgzraKbcP9qSMhbYBr8An2Xah3bURySnK2QBDx4GzNM/vCTqiEYEEBECAAYFAkdZ tOwACgkQcgQ2cL3l8e4/XACg2opaihfpMLeOKb2bNSD7cLpI3N0An2A2r+PcOgUD t3qIIZ8i24HAhBnSiEYEEBECAAYFAkdZt8kACgkQ4Q56CecvefrAfgCfU/NbkK4w CiFMyviXo/F8tOEGyqkAnAgNaSmDzLkYZxHlM0SXosfHfV9diEYEExECAAYFAkda cyUACgkQaGtW3WCKJJsOKwCeLKhorr01GCKnXR8QaGvImLVOm98AoJpyR9WMJ0cs X+CuEdzGJDTlD8pxiEYEEBECAAYFAkddIIAACgkQt5wosOl/hW0OtwCgposF7nuk dTQ1nsQd1AGHb0CkQzYAn06bBOKMXsPcN2VvMiO2hiv9FLhniHoEExECADoFAkdc k2IzGmh0dHA6Ly93d3cuaGVucmlrbm9yZHN0cm9tLm5ldC9zaWduLXBvbGljeS0y MDA2LTEwAAoJEOdekMA5zDPbZ9IAnRTxxJl2Rtv1ZbnGsOuPJ6musP+5AJ9b8b3Y 9BL7PRHzWgQjzALVVXRrdIhGBBARAgAGBQJHXR/KAAoJEPG6TB7RyLqP7nYAn048 cLE/iNKJFxl/RwkY9VcRedkrAJ9+Y6u67OnG6HneUhzqGvMDbaGmAohGBBARAgAG BQJHXYVBAAoJEIUGW1nVLdGnUJ0AnjF43FY5SwhcW2JmuPVu1YnWfrwwAJ990zkv mIQtRCrxMzMgThz4jVaoEIhGBBARAgAGBQJHXAvSAAoJEO2/HhEm8iS4g2YAoMWb nnF/sbeM8+WToKO0nnoJrXVAAJ9iX3wXtSwAqrK+3X5imRfXGTxh8ohGBBMRAgAG BQJHXuTeAAoJEIXCJ+WlVzjy4fQAoKz8piSTCDPkv0qeNq0bdoDs9mOxAJ4lO8Hp GDqjYheaAvKG7tFZ1fsZjIj7BBMBAgBFAhsDBAsHAwIDFQIDAxYCAQIeAQIXgCIY ZG5zOnNpbW9uLmpvc2Vmc3Nvbi5vcmc/dHlwZT1DRVJUBQJF1dVYBQkLk/wtAAoJ EO2iHpS1ZXFvjEQE/1HviHOOSHv0ZuOd+H6SVlkwnhmx4g6fpyeeOa49lywggMBL 8zddB/928PMYFQQ+pvYmECkOK+O6sVO2NkubopZwE/hUjt5sc0XTYQ9Lvxp40N/K UR8fSR5FvLQSWYGYRDXkK3t3Cta83ZeJk2IK43DpgVoFWMN6x69DlRGTyRWbB2Vd RvSZz3ZKp86p5cnwMT++K+pNxq+eY0UJorLRj+SIRgQQEQIABgUCSES5dgAKCRBQ LE8plp8qHbO7AKCPmi7Ri8FKIY/Wf9Ksa2NFDxUnRwCcCdAwwG67ZmplFNtZlVDW wFEcvT+IRgQSEQIABgUCSFlvKwAKCRAk0yv5qpXDSUwfAJ0TPD78S3J8UvoziG+b TCLTlPz1XwCgnWlV3PBKvOxuGSAdm/DOMlY1ogKJAaAEEAECAAYFAkkGvzkACgkQ Ke5YuZaGUXFYtgwgx9yOo8cCR2a0d/0J8Ux8wAnjLI8m68BCiKW6HmAzXx/mNX2e zicSEyqcvv4q5XdpvSrcA2kmlREBpu7mmnyerUuWWsTLMbi9clXaKRZ6yQJQBbrR YwrXtzdFziHqFjw+hC19uVXlPhXYa/8YL6aCO4JUlzWWgVF8xHupfRTIeXuGLkC+ sWww2VmSm8Fg0FBG9jpIt4wYxNMI77so4szE/hoFQSdRtY1lC18jjluNiygGNQQP n7r5OKwrK9hX1gGZA2tGYVX0ZoYASRPZcUUzaYPH5cZ86SAg15zzroVD4etmk/2i I4sdzR9PyKr0zUp5FNSAFRey6avPAhaTNsyVDRiKmK3PnZF9H9HaRLJJnQEcvevN 04Vg10VW/O3zCFMFi8zuxUP6ygoDdWZT9jR4wbzVEyFY7AUwXnStDd39p3oamTb9 XtlngTJjmVBZIOlap4vmKsm0t2xviaxto6uR+656Ya49+SoXp+u5+dGDT2o0kFlN aC5r9zovItqdDYUHtn7DsIhGBBARAgAGBQJJZyWPAAoJEEc46iFldJl61+EAn1jp iTpjqq/l1oKwJQYDB0WsqGd+AKDEiDHvrN46b58gzQKdVbs472bFS4j7BBMBAgBF AhsDBAsHAwIDFQIDAxYCAQIeAQIXgCIYZG5zOnNpbW9uLmpvc2Vmc3Nvbi5vcmc/ dHlwZT1DRVJUBQJIYfmJBQkNGHReAAoJEO2iHpS1ZXFvdAwFAIshSBfY4Zn4BQfa p1gTIjjcRy/v/bBnNMf8gMXkfm1FLTAaanO+n+lHsTNErPtaEfx8dyjvEg+wmOba qAJYoR75pXBFbLKdiN/P1Tp5Wd/C0t+cTT2datz2PL5XFKAMRko9rST8C1MWOiri H8akc6U6M+1Vy/dYcO2Tf3DxrXDLTFyrkfV9oREMsRFZu6W8P7UT578Epin/sTYY A619IXOI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4AiGGRuczpzaW1vbi5q b3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCSaEuAAUJDq1aTgAKCRDtoh6UtWVxb4pU BP9f7+9yeYZCJTvILOWlsYIvl7J2P0em2qYn3NbDUS1yq+BUO8udTYNWwyxX9zGT 5obhX9bhcWgms/UbGMsvlZcOT+e438P0t1q5q8u+FOgZtfkgZvyacCFvT4Fnd00B +RaaGZ2atnodvhN8qpzHIf8GVrhzULEtdA55BRw+x5f6ORdSD14IFWirQ4WWKaXT URx5LIRxs6twYJawkumU6m4KiNgEEwECACICGwMECwcDAgMVAgMDFgIBAh4BAheA BQJAhr4rBQkEnwT+AAoJEO2iHpS1ZXFvkxgE/2ZfCBqYKIe3SDM0tOVNrIeSZuVN Uyn2xoqRKK4VomvTI1eMShfGa0twPVlBB5xXHt06yRbwjobJykmDc/Hmteel+FVW OcehnXq8T22gLENlEM0CUZellosNwFwdnWGOHGZs/B4BVCh2pzsCra6di7MKCznZ DOHX3TBLoqVHjWzCldxtwc6Y7fAsEtrLVos4+0JvjQoYYgHQyril5ywHYs+InAQQ AQIABgUCSw6cnwAKCRD1TYragIIf6syABACYfsh56PcvpDJ3pGPoylowLFW4DEP1 4dFlADmaZd+SedFZqXI/Vv+7fT19W1cx/HqG46WwmSQjPYSqI3IMpB4IYMnsDYDn is9GIXLZyy/s4i8WBiiuRkuG69Q+SOjyF4X7MBh3UB2zkelpHHe1OTknOQ+7qzpZ rp6YhpAMSmSx8ohGBBARAgAGBQJF6qGjAAoJEC+VFQiq5gIukCUAn2UXazhZrEHL vZH0c56N2LdNHYI6AJ4zZnN8vY09pgpA6p7+YGQfnjuyBohGBBARAgAGBQJK/ASb AAoJENG84OKPoRoVuxQAnRhqvmMVRkSQiHLSQEnXu4zO2SiXAJ4l9/uWrMqAKUPe BcxbT7xrnru0zIhGBBARAgAGBQJK/BdwAAoJEHJZXrGBcEuTMP4AoKtme6FdYL53 bVxbHklI8QwQEx6jAKCPSXqJmdslSfamkqA0dTncqUAZPohGBBARAgAGBQJLASuc AAoJEBgFUbrZWjw1PeIAn3GHmjiGSmkJzDAKpovoGEviB4DQAJ4+tap00n1o0q+b +8YjEN9tCt/VZohGBBARAgAGBQJLDEARAAoJEHfdleLqUuz0LZMAn3fBmDQzpfUX yhciz6dUirKC0L6aAJ9IbQB4y0s1o8eR2ZxRXy5cYB30FIhGBBARAgAGBQJLDbh7 AAoJEI53TMap06Pgx1gAnArZ857v7THGYpmTCjbwBz1oh7+4AJ9CNLFSBqnrZ+9p YKH12RiFHLmuLYhMBBMRAgAMBQI9XrB1BYMBV4o2AAoJELy7xJVxipJWGZ0Anjly M5hKGecjlTcoKYWJlMDjf0vCAJ99oFg8mkzKasg3CREHi3Y3Fu26EohGBBARAgAG BQJLHGQ7AAoJEMcaTGXwWbHRLcgAn2h+moRVxidIb1mADTBGcOy0DjFjAJ9JLJMZ gCvnQEmvyZcIssqTJ8Gx4YhWBBARCwAGBQJLEp4JAAoJEPKthaweQrNnE7UA3jYY Ov08+w9dAdbxBmwnL+Lev2ZdSP8M+YS1pXIA31NNq1SYUuqb2CVCGUmMo8m/a5uS Z/0c2Yyr5OSI+wQTAQIARQIbAwQLBwMCAxUCAwMWAgECHgECF4AiGGRuczpzaW1v bi5qb3NlZnNzb24ub3JnP3R5cGU9Q0VSVAUCSe3n2gUJDvoUKwAKCRDtoh6UtWVx b8gaBP0SDiN4gn0EUY2PPLQvFNkvZ96dIpHbMpjfjkmYSJF0zhgcD7bxWXjXDNng BblX3JMs3yhg1GfQLvLVpQ64FakTT/XLCo9VecyFxILzq4aSQHyxG6OcAKyq9ibp Y4YtUutwV+jiO1/Zos8cdtsyDdn5RYYe6v27omKYRKrGHNlk8NjAQC2pONY8MfPz MohWOcGhwdVYatAZXYENCo7hvlruiEYEEBECAAYFAkt731IACgkQchi8veCamme7 FQCgkuR72TM4Ii1XM3gNK/u1j3B38NwAn3GgZ51dtypPDikroOtv+W3J/bI+iEYE EBECAAYFAksBnFgACgkQ2yYwJIHdsGU/+gCff51YjGdTyDHizwOHy35NzqcJMVoA n3olfNMrg1kyD1ALOsJrRzgNyBkhiEYEEBECAAYFAkxL87YACgkQgxIgkKLogl4D uQCgvZr657F1MuZpnNSIjkwcd2ptvXgAn3eAnUDlROcQMZ0mRLYU9CX2yfdZiEYE EBECAAYFAkxN8UgACgkQZR3zUj0j8l2XwgCgtRkGwT5aWUYbHugdou4OuCN5LzIA niyPXGVOll6eMmtikWqz2BvJC5dqiEYEEBECAAYFAkxN99oACgkQv2Bwi0hCbH4U TQCdGh2w9AKqGWfgM80p2l0bS7kRwIEAn3NoyUgMmxR2RCscRlymHiAO27adiGsE EBECACsFAk29TNoFgwHihQAeGmh0dHA6Ly93d3cuY2FjZXJ0Lm9yZy9jcHMucGhw AAoJENK7DQFl0P1YOFcAnjf2t4YAmxXRd3d0H7huUtVBqhtsAJ4uiqVhIskY+of4 xIMhO5JSw4GRKIj7BBMBAgBFAhsDBAsHAwIDFQIDAxYCAQIeAQIXgCIYZG5zOnNp bW9uLmpvc2Vmc3Nvbi5vcmc/dHlwZT1DRVJUBQJLg+AvBQkQvjD/AAoJEO2iHpS1 ZXFvNrAFAJhV4iJili/lBcZSvLUOTgVd5CO7Av33Cu/zOYT7MUW2bWWY4aB83xRL lMCIcwGFU8Tyvjow/lZLu82nih/15MMEBcjqi7XmZSszrrB0TULWWP8C6XIpSoap nVDo+irjiUjxiVnXK+ML7z5zVGeJbqfzSQdKUWBiYuxEJ6x/1E7hXW/WCgCjz9Fc NbSuXNyMIpE03BlAzpILz9n1AY1ynVWJAhwEEwEIAAYFAk5cm/4ACgkQf9n8ywAL 7u4wtQ/+KG7I4resK0qo10/cWtHmUknVYxMvH6vWIxNfnB7VF84AM+2XuvCUd04Y QjWO9p7aIQVXIiIHLp4qfkv0DYeEEnvCpmxeWqasmBHj1HOEfHTRSSwWZL25q3Vh 9f5s4fme7K1p5kMJjAEDr+xKa1t7J9KI7pgBIWcg7kWAzlkIusIVBQBv2YUAxRMj 4ilgug9qfMdxDYu8mx+oxzZTo6XLNkmX5Q49sDSO/eGEQEkFkH/8diw2MfMuTYEi r/cV/5Vlcxd2ZR2ovt4iggRnPp6ngvQqlQZ0rlmu5uAPzIt/6q3FfoH6KBDxQY42 SLdsGCC07sKScmD6pAHbiS5JGsDzBORjhOvG+LqHLDF4UK5H7bTkBqSOFvPRjt1N 1mnvMkg+UXP11/A98SBOVnHmDpyYbRIn0kdgbrjzAVCiZy/T1wDg/+drtbwPMH7A vuVGMsTg65NY3UUw3ZnNa50l/iu491FG1JlXiQISVKMe37o2m+qBZ4MfRGebmyMX EZLClao86RgQZp7spWQHnGhVR7uG0F1OIgv141pu2GNH+lJp5APvSdMiShJDDESd Ag+reAMPHLL6G8JQzZ7a7ZXXnQ0SstboGQ5G2kvvUlrIeE+EKA9xgdxiuGDQdxOo 0NAlQ9eknsBOat8WrGNKt4i4njthIhJrBbjEbep4pHIxbbyg1J6IRgQQEQIABgUC TlfF8wAKCRAHka+MwDNj9MQAAJ9d9abp7szIUvqyciUSY5bD9FGv8QCfR7ZbRJHI tGuMxYmTpEhUA7FbWjWJAhwEEAECAAYFAk5gyAkACgkQUpupYmkKcLEO/RAA2EC0 eDpMXKoRGVDDP3PPh6tqAft7dWVTiEtFRGOMk/nPLpEi4lgHOb3uul6A623nV4uQ wM6NiufASRjnx6VJ87I8tCZxBfTooIXpAfaLAnILGwHmgJAH0gGuYr/iuz0KjYdT DEjWvDr6t9pQCyvhpPpIHKVsNww/9fAG3cwD+SNojneK+tOwwWMffp99FPct95Vp 91jC7HW+1g8MINACrsq5YKjsOS3xtN2jJ6Ceep9eG8xaiTG2jV75+SXh8uaPKla3 X9bR9H+Nerb+iI2TrNLoSRXHKOrmberTq/sBHoYhFpg3hlA4SYeUuReVCQeLKG+W /YluMSWvkP+NvhOpSJ38avNSiwMmu/5EF3uCRxwaiR3Mg/DwPnfNPfw76B5P56Tq I1JUHJ+oKQbZ6a5UaNaxR+Pv2+uxZ7JgjGSzJim3HS44dZrU5FjJGFnzS6iCjSHQ y+9j3SPi7MlAp90AB8XTVrgyCYEME3ZiqmtGoHeQics/0bEz3OB/aW/eNgF80GOg tnEqVoUfkhJM0dtbS53xJ9MRBMqRfq9LTOS8cK/hR5oZDSoiAMemzzyfQmqT71ql vgyzVoqQvQTkAljrdnXwix6F1t6SAUy+DYVmID7on4hS8IKcb6ZZBsNtyzRpoiKI 3nx/eCmZIOrXmI/KsTBLM5IEptaayQx3qJf5+TqI3gQTAQIAKAUCT173WQIbAwUJ FLfeCQYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQ7aIelLVlcW8hQgT/ZmLx r5flU2r0R/R8kZj5kjo9KYQM8LKmmnECJQonkyevtdRBpEqcq1QS/eP2YlfOpbQD vHSls6A08zY+ZDOGepx56JfR5epoxKzWoXJq1j3rqg5f0SsevgfFl8gAsvsLE/5f /+S7UVzIWOY79KN9MYrYc5vNhpzZyDivna8ynvOn2PZV7O4c9sM8IpTVdZmmkPwR RqupkLfg3YJmTdz0DrQiU2ltb24gSm9zZWZzc29uIDxzaW1vbkB5dWJpY28uY29t PojeBBMBAgAoBQJPXvdAAhsDBQkUt94JBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIX gAAKCRDtoh6UtWVxb1GOBQCuKtEwdk6jF0JoR7Yu7EozfPHvxBisJlcdI1aIHny7 J3DHo5zuyKCWufUQJsZRadmE9nUGNgQwtR1XgMBMl5XDaAt0CpzeVl9P8yRVdj1y 6TfO3xLEnYja+QsrXsDfzCGQctYQdxmbAjowcTI9HH5s8JvH+uAiZah/c1UNxtV2 rI9c78EOpinl31ESrc/JHJygC7izMgzQiZh9djaj13QSiN4EEwECACgFAk9e91kC GwMFCRS33gkGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEO2iHpS1ZXFvvf0E /0KarFv01XMQPXzkOF03xsumeNlpI22YzcV4Q7lDd0EFsFatuX94TAi7xrHnLjSr 4LS+T4PFFIXXWDyf1ObLOJip5jJZxwSCtZqmSA9ZtKLAauDtnKqjl4hBzD4dQyLx 5lPeKx1oDu6vVz+BXTn3JW2Ei5MGJVf7G1Q6+cd/5/7YmvH165OaP87j/DjYvSQv VMJqr7S6coJzoIdxiHiRy9W5AQ0ET17z2AEIALQXBO6S1V9kGL3VZGOWuvWrAHuB WGIPT1k567ChdzhFvwuIlqOSmynXwDT6n6SxJW9DJFVRmbmUGmvCqpzmVWHsMYRp pgpPdWlWlut/pgMNThS7O3DVO6Ekk/Pp0C4JsBLMb8d+8cFdDZSENoXVN/7pr7/D gYy/X3N9quUEZA1pqQy6oZEj3Yecv6kNeyAivC7W/lQlD1i+gnxhiygbtAX+4MQP JULaK+8AFWe6xkJ4D7oz5zU/uT1Aqa52i+jxbhtUffQcDUrLBOVO8NZHYWau343r MyIrqEGAVkUfGOZ/CclwIH0GPxTy2reqfrsQ9MuPpGhZcKuHFTQ2xJPigy8AEQEA AYkCFgQYAQIADwUCT17z2AIbAgUJApMuAAFbCRDtoh6UtWVxb8CPIAQZAQIAOAUC T17z2DEUgAAAAAAVABNwa2EtYWRkcmVzc0BnbnVwZy5vcmdzaW1vbkBqb3NlZnNz b24ub3JnAAoJEGDO5xEQXnIuwIoH/24EulEAikL/ID1E2yOImMzezk6VE4xnH8GK rmpbHCYB2Q0fczyLU2GyRsfmJqhJEcHR01se1/VPAyUA20tuN003MY3xrPjZIqNW IegAm/aJyTGY0xeb/ffqICsDJ+EaMyca72opx7DYrHQod48V2+czUxtIYXdWPxNc TbO5LSWgLPSQ/nWZgMmuyJi9wGNzsA+7udzQOHUVB+r++Usl5d+h39YtnddVqBpZ E5su8dOPUV/V7wU6HUxW/3PRkE2sSMypMVirRzz63LJbQRgfJU+8KkE8UQ8oDO4q efGCpZ8vADsHA/tNNMeSvDLohwTe4Iax5vOL3LsvkxY2fYpAOJw7fAT+Ka+PZviY KG1vTUIKyJiLVNUqfY8QDbaWmPZH98806d2wOUtCxEHUHD3OdMTQzdclNwnJ7wTO l1HZKUsvkg1fEdta3PAD53rZcRtM5D0nRqM2eGKJtnP7xx40uy/AZ2RqToJu19Ub kOA02rQ2fCCo5gxtLtAcqPK8bGhtLwqgSScESEiySycbUOI4H/cSEMq0CJWUbYml LB4gDfOAzz2h+LkBDQRPXvQwAQgAuWU5f4AW7Ez0dqVInRJ26BIUNvAIgxt1NQgT pylY3ngt/UifsxqDVd6p0QWtY3cIgPs+G+Ha1H7DBUi5Qj6ImbPGZu0Al2aaRnR2 s8vP0K5NX0P5W9MuBFZmHutggq6i/tLikO1xWXchAiITIl3KH5iRcnfpqNK5w6cE T8BBUkZ2aBQbBtj39W1TOy1ux4Qr+dilbExTdxkEEVgy1A+sNnsjg4/EuKplVJVI YYyiWJ9IQcMFLHXThInAAcjmVFnvyBgoXH33FVLKRN0imNuANDkATWssT6v0CrUX Qbpy1D7zlEfP7H2ElHnheoImtCv3X1WrOKSJOhgvn6xcJGPD2QARAQABiMUEGAEC AA8FAk9e9DACGwwFCQKTLgAACgkQ7aIelLVlcW8BogT7Bc3MVWYMELSrQo3lDfLY P7HAA32yedvQKd4ItPu6qk5zrEWhiukQSe1xnIsFdK34NQVHrTG7JVCfOrSWsvRR eVJbGJIZRW6jArcwht13kWQjgIuj14WuUMxcWaWmZdTZwcUnFrW7hxGX56IVKxOt FLRTFF4K/cNqqNO4YYrSvidq8Qxec91bZxCW+Slq+e+GDuXJ3RcYyc517HugE34v /bkBDQRPXvYYAQgAu3/eK8n99nrP3Dl5vsyhWtc28i3JMw1PxIgXO3495nGM2qr9 xOIaHSCiZmVrOLYgb5KovFZi5k+0vzR+Ql965AEtnHd7QLAlIFS2ECugH18DsaQB /h12NuAC2H0AqZncKWsNsnmAGfdEii/rJV++zyV/YStI3hISb/4G9UpZW1URjvSS JxUNIBfPZ7EjVcFG3J4VMFlM1PjYtBeM2u48o1cE+AzTk+fadabhYRAaUjFmofIE bkNJ0EF4zM71dhKSq4ruxpVuizFiZAthH+geu64QmjBa69wQoxpq6nBEEIBRfIYw f7P+PJnK6Zryq1frOr6zxIjni9T8xGQ9MsSwowARAQABiMUEGAECAA8FAk9e9hgC GyAFCQKTLgAACgkQ7aIelLVlcW9YDAT9H4Pmntj0ehHb34NEgiBoIIIK1WC+sXbi qitvcjumECheKqxYBIRDMjmlkK9szdqYkjp+zx1CqcavbPR+GeEKGiiOnGmMKne5 +TRR4yqhz6KZF186EY0BMA1bVLYjI7oFM7BO5twIM7YcA5PDQpLf0Q1mL0vqL1p1 F6gKExP3BUjjIswQxhJbUOehSPA7rTjQYajFBD03pTIfXTNMlmaiPbirBDzVB3sB BQDY9NqhPxE2QUOVftQI4H29pEXGtf503uXpA747QyDt1V2Mi0SdppiQn6vgtd5w jjseiCxQYTFF0NgZPQOrtpnwaQLhQo9dzerYpZDeJvfCPeqcIabchf8jbj3J1gsD NDJaoxbT3AsHm/GE+LjKN63gVMZaa1hSUbMNvv7pVmKVhFO3LS+EUXhxVeU7ZH6+ A/EUy9RzujxYYOdDeLJYCLORAAYpiMUEGAECAA8CGwwFAk75tzsFCRS33b8ACgkQ 7aIelLVlcW8bUAUAjDBNYESwwzuovzIN99U5AQCmZK04SvFIKLOnVX7TysvEciB1 KcMlWTb6oiUtfVrlq471i9YbNO0CwcRuF+wXEvd4gr35p1EV7xUSJtQbL1Zk1W45 S6WkyqOjrajN7TDsLnGGs5EvnhPrDfKsXA9RtL8BKQ31yjOl61BN9nhVDCPBv0+d 6s/dIVsDt9AGJ901RpulJF23iGRLk4fc22qR9g== =L1J8 -----END PGP PUBLIC KEY BLOCK----- ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. gsasl-1.8.0/tests/0000775000000000000000000000000011760732123010746 500000000000000gsasl-1.8.0/tests/symbols.c0000664000000000000000000002133111754555060012530 00000000000000/* symbols.c --- Test if all exported symbols are available. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include "utils.h" static void assert_symbol_exists (const void *p) { if (!p) fail ("null symbol?!\n"); } void doit (void) { /* LIBGSASL_1.1 */ assert_symbol_exists ((const void *) GSASL_VALID_MECHANISM_CHARACTERS); assert_symbol_exists ((const void *) gsasl_base64_from); assert_symbol_exists ((const void *) gsasl_base64_to); assert_symbol_exists ((const void *) gsasl_callback); assert_symbol_exists ((const void *) gsasl_callback_hook_get); assert_symbol_exists ((const void *) gsasl_callback_hook_set); assert_symbol_exists ((const void *) gsasl_callback_set); assert_symbol_exists ((const void *) gsasl_check_version); assert_symbol_exists ((const void *) gsasl_client_mechlist); assert_symbol_exists ((const void *) gsasl_client_start); assert_symbol_exists ((const void *) gsasl_client_suggest_mechanism); assert_symbol_exists ((const void *) gsasl_client_support_p); assert_symbol_exists ((const void *) gsasl_decode); assert_symbol_exists ((const void *) gsasl_done); assert_symbol_exists ((const void *) gsasl_encode); assert_symbol_exists ((const void *) gsasl_finish); assert_symbol_exists ((const void *) gsasl_free); assert_symbol_exists ((const void *) gsasl_hmac_md5); assert_symbol_exists ((const void *) gsasl_init); assert_symbol_exists ((const void *) gsasl_md5); assert_symbol_exists ((const void *) gsasl_mechanism_name); assert_symbol_exists ((const void *) gsasl_nonce); assert_symbol_exists ((const void *) gsasl_property_fast); assert_symbol_exists ((const void *) gsasl_property_get); assert_symbol_exists ((const void *) gsasl_property_set); assert_symbol_exists ((const void *) gsasl_property_set_raw); assert_symbol_exists ((const void *) gsasl_random); assert_symbol_exists ((const void *) gsasl_register); assert_symbol_exists ((const void *) gsasl_saslprep); assert_symbol_exists ((const void *) gsasl_server_mechlist); assert_symbol_exists ((const void *) gsasl_server_start); assert_symbol_exists ((const void *) gsasl_server_support_p); assert_symbol_exists ((const void *) gsasl_session_hook_get); assert_symbol_exists ((const void *) gsasl_session_hook_set); assert_symbol_exists ((const void *) gsasl_simple_getpass); assert_symbol_exists ((const void *) gsasl_step64); assert_symbol_exists ((const void *) gsasl_step); assert_symbol_exists ((const void *) gsasl_strerror); assert_symbol_exists ((const void *) gsasl_strerror_name); #ifndef GSASL_NO_OBSOLETE /* LIBGSASL_1.1: Old interfaces */ assert_symbol_exists ((const void *) gsasl_appinfo_get); assert_symbol_exists ((const void *) gsasl_appinfo_set); assert_symbol_exists ((const void *) gsasl_application_data_get); assert_symbol_exists ((const void *) gsasl_application_data_set); assert_symbol_exists ((const void *) gsasl_base64_decode); assert_symbol_exists ((const void *) gsasl_base64_encode); assert_symbol_exists ((const void *) gsasl_client_application_data_get); assert_symbol_exists ((const void *) gsasl_client_application_data_set); assert_symbol_exists ((const void *) gsasl_client_callback_anonymous_get); assert_symbol_exists ((const void *) gsasl_client_callback_anonymous_set); assert_symbol_exists ((const void *) gsasl_client_callback_authentication_id_get); assert_symbol_exists ((const void *) gsasl_client_callback_authentication_id_set); assert_symbol_exists ((const void *) gsasl_client_callback_authorization_id_get); assert_symbol_exists ((const void *) gsasl_client_callback_authorization_id_set); assert_symbol_exists ((const void *) gsasl_client_callback_maxbuf_get); assert_symbol_exists ((const void *) gsasl_client_callback_maxbuf_set); assert_symbol_exists ((const void *) gsasl_client_callback_passcode_get); assert_symbol_exists ((const void *) gsasl_client_callback_passcode_set); assert_symbol_exists ((const void *) gsasl_client_callback_password_get); assert_symbol_exists ((const void *) gsasl_client_callback_password_set); assert_symbol_exists ((const void *) gsasl_client_callback_pin_get); assert_symbol_exists ((const void *) gsasl_client_callback_pin_set); assert_symbol_exists ((const void *) gsasl_client_callback_qop_get); assert_symbol_exists ((const void *) gsasl_client_callback_qop_set); assert_symbol_exists ((const void *) gsasl_client_callback_realm_get); assert_symbol_exists ((const void *) gsasl_client_callback_realm_set); assert_symbol_exists ((const void *) gsasl_client_callback_service_get); assert_symbol_exists ((const void *) gsasl_client_callback_service_set); assert_symbol_exists ((const void *) gsasl_client_ctx_get); assert_symbol_exists ((const void *) gsasl_client_finish); assert_symbol_exists ((const void *) gsasl_client_listmech); assert_symbol_exists ((const void *) gsasl_client_step); assert_symbol_exists ((const void *) gsasl_client_step_base64); assert_symbol_exists ((const void *) gsasl_ctx_get); assert_symbol_exists ((const void *) gsasl_decode_inline); assert_symbol_exists ((const void *) gsasl_encode_inline); assert_symbol_exists ((const void *) gsasl_md5pwd_get_password); assert_symbol_exists ((const void *) gsasl_randomize); assert_symbol_exists ((const void *) gsasl_server_application_data_get); assert_symbol_exists ((const void *) gsasl_server_application_data_set); assert_symbol_exists ((const void *) gsasl_server_callback_anonymous_get); assert_symbol_exists ((const void *) gsasl_server_callback_anonymous_set); assert_symbol_exists ((const void *) gsasl_server_callback_cipher_get); assert_symbol_exists ((const void *) gsasl_server_callback_cipher_set); assert_symbol_exists ((const void *) gsasl_server_callback_cram_md5_get); assert_symbol_exists ((const void *) gsasl_server_callback_cram_md5_set); assert_symbol_exists ((const void *) gsasl_server_callback_digest_md5_get); assert_symbol_exists ((const void *) gsasl_server_callback_digest_md5_set); assert_symbol_exists ((const void *) gsasl_server_callback_external_get); assert_symbol_exists ((const void *) gsasl_server_callback_external_set); assert_symbol_exists ((const void *) gsasl_server_callback_gssapi_get); assert_symbol_exists ((const void *) gsasl_server_callback_gssapi_set); assert_symbol_exists ((const void *) gsasl_server_callback_maxbuf_get); assert_symbol_exists ((const void *) gsasl_server_callback_maxbuf_set); assert_symbol_exists ((const void *) gsasl_server_callback_qop_get); assert_symbol_exists ((const void *) gsasl_server_callback_qop_set); assert_symbol_exists ((const void *) gsasl_server_callback_realm_get); assert_symbol_exists ((const void *) gsasl_server_callback_realm_set); assert_symbol_exists ((const void *) gsasl_server_callback_retrieve_get); assert_symbol_exists ((const void *) gsasl_server_callback_retrieve_set); assert_symbol_exists ((const void *) gsasl_server_callback_securid_get); assert_symbol_exists ((const void *) gsasl_server_callback_securid_set); assert_symbol_exists ((const void *) gsasl_server_callback_service_get); assert_symbol_exists ((const void *) gsasl_server_callback_service_set); assert_symbol_exists ((const void *) gsasl_server_callback_validate_get); assert_symbol_exists ((const void *) gsasl_server_callback_validate_set); assert_symbol_exists ((const void *) gsasl_server_ctx_get); assert_symbol_exists ((const void *) gsasl_server_finish); assert_symbol_exists ((const void *) gsasl_server_listmech); assert_symbol_exists ((const void *) gsasl_server_step); assert_symbol_exists ((const void *) gsasl_server_step_base64); assert_symbol_exists ((const void *) gsasl_server_suggest_mechanism); assert_symbol_exists ((const void *) gsasl_stringprep_nfkc); assert_symbol_exists ((const void *) gsasl_stringprep_saslprep); assert_symbol_exists ((const void *) gsasl_stringprep_trace); #endif /* LIBGSASL_1.4 */ assert_symbol_exists ((const void *) gsasl_sha1); assert_symbol_exists ((const void *) gsasl_hmac_sha1); success ("all symbols exists\n"); } gsasl-1.8.0/tests/utils.h0000664000000000000000000000253711754555060012214 00000000000000/* utils.h --- Prototypes for self test utilities. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifndef UTILS_H #define UTILS_H #include #include #include extern int debug; extern int error_count; extern int break_on_error; extern void fail (const char *format, ...) __attribute__ ((format (printf, 1, 2))); extern void success (const char *format, ...) __attribute__ ((format (printf, 1, 2))); extern void escapeprint (const char *str, size_t len); extern void hexprint (const char *str, size_t len); extern void binprint (const char *str, size_t len); /* This must be implemented elsewhere. */ extern void doit (void); #endif /* UTILS_H */ gsasl-1.8.0/tests/gssapi.tkt0000664000000000000000000002166211746471770012723 00000000000000name:NULL type:SEQUENCE name:pvno type:INTEGER value:0x05 name:msg-type type:INTEGER value:0x0b name:crealm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:cname type:SEQUENCE name:name-type type:INTEGER value:0x00 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:6a6173 name:ticket type:SEQUENCE name:tkt-vno type:INTEGER value:0x05 name:realm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:sname type:SEQUENCE name:name-type type:INTEGER value:0x01 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:6b7262746774 name:?2 type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:enc-part type:SEQUENCE name:etype type:INTEGER value:0x03 name:cipher type:OCT_STR value:2cfc45fc973b8a8f8dc9dbdba1e5b7fc6d1c6d7929abb91ddac6c6dc5a96eafdbf38d24b2e4e8847215b2d47c771310b6f2ccf6ad4d2a961d37f466810c6f66941e776bdfeaa712a78b346de634efb3e524c36877bf9e393c615f052cf6dadd256304894b93a77d891a7fa738c636146c35fa379b7c4bc9fbde7224bd45d992ab9c5ac3c041419872beaec83c6fa1e95 name:enc-part type:SEQUENCE name:etype type:INTEGER value:0x03 name:cipher type:OCT_STR value:db294db40293d895918c50032d1666b0e0eb2408202a9282d68173af833a32a412ceb91a51f29aadc2913de2b01e779b1dd85528151653646b14c4be2b93a2fccc906011a024a975153acc9b6be255093d5ce7912c651bf4cb04b041e60f04d00b6364b4023b3284f436ef1eeaa7aae15d77ce643daff4e764433c1af43c4591d23e2945d0b27b9709e3c79629484c1e9aefba783570dff7848e6c1b3f861de74a89250fbd125ab2 -----BEGIN SHISHI KDC-REP----- a4IBzjCCAcqgAwIBBaEDAgELow8bDUpPU0VGU1NPTi5PUkekEDAOoAMCAQChBzAF GwNqYXOlgeFhgd4wgdugAwIBBaEPGw1KT1NFRlNTT04uT1JHoiIwIKADAgEBoRkw FxsGa3JidGd0Gw1KT1NFRlNTT04uT1JHo4GeMIGboAMCAQOigZMEgZAs/EX8lzuK j43J29uh5bf8bRxteSmruR3axsbcWpbq/b840ksuTohHIVstR8dxMQtvLM9q1NKp YdN/RmgQxvZpQed2vf6qcSp4s0beY077PlJMNod7+eOTxhXwUs9trdJWMEiUuTp3 2JGn+nOMY2FGw1+jebfEvJ+95yJL1F2ZKrnFrDwEFBmHK+rsg8b6HpWmgbYwgbOg AwIBA6KBqwSBqNspTbQCk9iVkYxQAy0WZrDg6yQIICqSgtaBc6+DOjKkEs65GlHy mq3CkT3isB53mx3YVSgVFlNkaxTEviuTovzMkGARoCSpdRU6zJtr4lUJPVznkSxl G/TLBLBB5g8E0AtjZLQCOzKE9DbvHuqnquFdd85kPa/052RDPBr0PEWR0j4pRdCy e5cJ48eWKUhMHprvung1cN/3hI5sGz+GHedKiSUPvRJasg== -----END SHISHI KDC-REP----- name:NULL type:SEQUENCE name:key type:SEQUENCE name:keytype type:INTEGER value:0x03 name:keyvalue type:OCT_STR value:d63e808cfe7f643d name:last-req type:SEQ_OF name:NULL type:SEQUENCE name:lr-type type:INTEGER name:lr-value type:TIME name:nonce type:INTEGER value:0x0c418523 name:flags type:BIT_STR value(32):00400000 name:authtime type:TIME value:20040711155558Z name:endtime type:TIME value:20240711155558Z name:srealm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:sname type:SEQUENCE name:name-type type:INTEGER value:0x01 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:6b7262746774 name:?2 type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 -----BEGIN SHISHI EncKDCRepPart----- eYGIMIGFoBMwEaADAgEDoQoECNY+gIz+f2Q9oQIwAKIGAgQMQYUjpAcDBQAAQAAA pREYDzIwMDQwNzExMTU1NTU4WqcRGA8yMDI0MDcxMTE1NTU1OFqpDxsNSk9TRUZT U09OLk9SR6oiMCCgAwIBAaEZMBcbBmtyYnRndBsNSk9TRUZTU09OLk9SRw== -----END SHISHI EncKDCRepPart----- name:NULL type:SEQUENCE name:tkt-vno type:INTEGER value:0x05 name:realm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:sname type:SEQUENCE name:name-type type:INTEGER value:0x01 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:6b7262746774 name:?2 type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:enc-part type:SEQUENCE name:etype type:INTEGER value:0x03 name:cipher type:OCT_STR value:2cfc45fc973b8a8f8dc9dbdba1e5b7fc6d1c6d7929abb91ddac6c6dc5a96eafdbf38d24b2e4e8847215b2d47c771310b6f2ccf6ad4d2a961d37f466810c6f66941e776bdfeaa712a78b346de634efb3e524c36877bf9e393c615f052cf6dadd256304894b93a77d891a7fa738c636146c35fa379b7c4bc9fbde7224bd45d992ab9c5ac3c041419872beaec83c6fa1e95 -----BEGIN SHISHI Ticket----- YYHeMIHboAMCAQWhDxsNSk9TRUZTU09OLk9SR6IiMCCgAwIBAaEZMBcbBmtyYnRn dBsNSk9TRUZTU09OLk9SR6OBnjCBm6ADAgEDooGTBIGQLPxF/Jc7io+NydvboeW3 /G0cbXkpq7kd2sbG3FqW6v2/ONJLLk6IRyFbLUfHcTELbyzPatTSqWHTf0ZoEMb2 aUHndr3+qnEqeLNG3mNO+z5STDaHe/njk8YV8FLPba3SVjBIlLk6d9iRp/pzjGNh RsNfo3m3xLyfveciS9RdmSq5xaw8BBQZhyvq7IPG+h6V -----END SHISHI Ticket----- name:NULL type:SEQUENCE name:pvno type:INTEGER value:0x05 name:msg-type type:INTEGER value:0x0d name:crealm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:cname type:SEQUENCE name:name-type type:INTEGER value:0x00 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:6a6173 name:ticket type:SEQUENCE name:tkt-vno type:INTEGER value:0x05 name:realm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:sname type:SEQUENCE name:name-type type:INTEGER value:0x01 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:686f7374 name:?2 type:GENERALSTRING value:6c617474652e6a6f73656673736f6e2e6f7267 name:enc-part type:SEQUENCE name:etype type:INTEGER value:0x03 name:cipher type:OCT_STR value:80f8af4800aecb22c4852cc25cad377332375c7365f4eca15a99c1c13ff785be023e7d0315bd53d2937541aada9b672c62b1df632d33cb85de83e7e7efa2f0fa6551dcab98ac0a910fdb916ea816554fb9aed666133a58984be22d37da46d98252b883a0acee17d8c98c097428866a0906a1dc70c1909eb511618fdadf8c435c39ec154a564a1a2b7508051c663ca8a5 name:enc-part type:SEQUENCE name:etype type:INTEGER value:0x03 name:cipher type:OCT_STR value:87359dbbdd34da11cc17e22e1edb181f14be09749c81af24bb00c0ebe4ae9132449e710a4c455b28f48509ca01ef3ff883c7d9da57bca4e37959e45c1e3fca2355236c3edc87233d30577d5d79f5395d29133c44cac7e5af077d0f40c4e8ab1134c86dad8ebc7251e8178e3f8df4eb3ae00760889716ff4443a40d1ba5995d3a48bea574f41a019fc8467a944f3c700233a6fe42e42057b6e4419cd173e483c8cf3119c39e064cda -----BEGIN SHISHI KDC-REP----- bYIB0jCCAc6gAwIBBaEDAgENow8bDUpPU0VGU1NPTi5PUkekEDAOoAMCAQChBzAF GwNqYXOlgeVhgeIwgd+gAwIBBaEPGw1KT1NFRlNTT04uT1JHoiYwJKADAgEBoR0w GxsEaG9zdBsTbGF0dGUuam9zZWZzc29uLm9yZ6OBnjCBm6ADAgEDooGTBIGQgPiv SACuyyLEhSzCXK03czI3XHNl9OyhWpnBwT/3hb4CPn0DFb1T0pN1Qaram2csYrHf Yy0zy4Xeg+fn76Lw+mVR3KuYrAqRD9uRbqgWVU+5rtZmEzpYmEviLTfaRtmCUriD oKzuF9jJjAl0KIZqCQah3HDBkJ61EWGP2t+MQ1w57BVKVkoaK3UIBRxmPKilpoG2 MIGzoAMCAQOigasEgaiHNZ273TTaEcwX4i4e2xgfFL4JdJyBryS7AMDr5K6RMkSe cQpMRVso9IUJygHvP/iDx9naV7yk43lZ5FweP8ojVSNsPtyHIz0wV31defU5XSkT PETKx+WvB30PQMToqxE0yG2tjrxyUegXjj+N9Os64AdgiJcW/0RDpA0bpZldOki+ pXT0GgGfyEZ6lE88cAIzpv5C5CBXtuRBnNFz5IPIzzEZw54GTNo= -----END SHISHI KDC-REP----- name:NULL type:SEQUENCE name:key type:SEQUENCE name:keytype type:INTEGER value:0x03 name:keyvalue type:OCT_STR value:37705d1c54a84683 name:last-req type:SEQ_OF name:NULL type:SEQUENCE name:lr-type type:INTEGER name:lr-value type:TIME name:nonce type:INTEGER value:0x22cc41a9 name:flags type:BIT_STR value(32):00000000 name:authtime type:TIME value:20040711155559Z name:endtime type:TIME value:20240711155558Z name:srealm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:sname type:SEQUENCE name:name-type type:INTEGER value:0x01 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:686f7374 name:?2 type:GENERALSTRING value:6c617474652e6a6f73656673736f6e2e6f7267 -----BEGIN SHISHI EncKDCRepPart----- eYGMMIGJoBMwEaADAgEDoQoECDdwXRxUqEaDoQIwAKIGAgQizEGppAcDBQAAAAAA pREYDzIwMDQwNzExMTU1NTU5WqcRGA8yMDI0MDcxMTE1NTU1OFqpDxsNSk9TRUZT U09OLk9SR6omMCSgAwIBAaEdMBsbBGhvc3QbE2xhdHRlLmpvc2Vmc3Nvbi5vcmc= -----END SHISHI EncKDCRepPart----- name:NULL type:SEQUENCE name:tkt-vno type:INTEGER value:0x05 name:realm type:GENERALSTRING value:4a4f53454653534f4e2e4f5247 name:sname type:SEQUENCE name:name-type type:INTEGER value:0x01 name:name-string type:SEQ_OF name:NULL type:GENERALSTRING name:?1 type:GENERALSTRING value:686f7374 name:?2 type:GENERALSTRING value:6c617474652e6a6f73656673736f6e2e6f7267 name:enc-part type:SEQUENCE name:etype type:INTEGER value:0x03 name:cipher type:OCT_STR value:80f8af4800aecb22c4852cc25cad377332375c7365f4eca15a99c1c13ff785be023e7d0315bd53d2937541aada9b672c62b1df632d33cb85de83e7e7efa2f0fa6551dcab98ac0a910fdb916ea816554fb9aed666133a58984be22d37da46d98252b883a0acee17d8c98c097428866a0906a1dc70c1909eb511618fdadf8c435c39ec154a564a1a2b7508051c663ca8a5 -----BEGIN SHISHI Ticket----- YYHiMIHfoAMCAQWhDxsNSk9TRUZTU09OLk9SR6ImMCSgAwIBAaEdMBsbBGhvc3Qb E2xhdHRlLmpvc2Vmc3Nvbi5vcmejgZ4wgZugAwIBA6KBkwSBkID4r0gArssixIUs wlytN3MyN1xzZfTsoVqZwcE/94W+Aj59AxW9U9KTdUGq2ptnLGKx32MtM8uF3oPn 5++i8PplUdyrmKwKkQ/bkW6oFlVPua7WZhM6WJhL4i032kbZglK4g6Cs7hfYyYwJ dCiGagkGodxwwZCetRFhj9rfjENcOewVSlZKGit1CAUcZjyopQ== -----END SHISHI Ticket----- gsasl-1.8.0/tests/crypto.c0000664000000000000000000000644511754555060012371 00000000000000/* crypto.c --- Test the crypto related SASL functions. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" void doit (void) { #define SIZE 10 char tmp[SIZE]; char savetmp[SIZE]; char *hash; size_t tmplen; int rc; Gsasl *ctx; rc = gsasl_init (&ctx); if (rc != GSASL_OK) fail ("gsasl_init %d: %s\n", rc, gsasl_strerror (rc)); memset (tmp, 42, SIZE); memcpy (savetmp, tmp, SIZE); tmplen = sizeof (tmp); rc = gsasl_nonce (tmp, tmplen); if (rc != GSASL_OK) fail ("gsasl_nonce %d: %s\n", rc, gsasl_strerror (rc)); if (memcmp (savetmp, tmp, SIZE) == 0) fail ("gsasl_nonce memcmp fail\n"); success ("gsasl_nonce\n"); #if 0 /* This often times out on build machines. */ memcpy (savetmp, tmp, SIZE); tmplen = sizeof (tmp); rc = gsasl_random (tmp, tmplen); if (rc != GSASL_OK) fail ("gsasl_random %d: %s\n", rc, gsasl_strerror (rc)); if (memcmp (savetmp, tmp, SIZE) == 0) fail ("gsasl_random memcmp fail\n"); success ("gsasl_random\n"); #endif rc = gsasl_md5 ("abc", 3, &hash); if (rc != GSASL_OK) fail ("gsasl_md5 %d: %s\n", rc, gsasl_strerror (rc)); if (memcmp (hash, "\x90\x01\x50\x98\x3C\xD2\x4F\xB0" "\xD6\x96\x3F\x7D\x28\xE1\x7F\x72", 16) != 0) fail ("gsasl_md5 memcmp fail\n"); success ("gsasl_md5\n"); gsasl_free (hash); rc = gsasl_hmac_md5 ("\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b" "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b", 16, "Hi There", 8, &hash); if (rc != GSASL_OK) fail ("gsasl_hmac_md5 %d: %s\n", rc, gsasl_strerror (rc)); if (memcmp (hash, "\x92\x94\x72\x7a\x36\x38\xbb\x1c" "\x13\xf4\x8e\xf8\x15\x8b\xfc\x9d", 16) != 0) fail ("gsasl_hmac_md5 memcmp fail\n"); success ("gsasl_hmac_md5\n"); gsasl_free (hash); rc = gsasl_sha1 ("abc", 3, &hash); if (rc != GSASL_OK) fail ("gsasl_sha1 %d: %s\n", rc, gsasl_strerror (rc)); if (memcmp (hash, "\xa9\x99\x3e\x36\x47\x06\x81\x6a\xba\x3e\x25" "\x71\x78\x50\xc2\x6c\x9c\xd0\xd8\x9d", 20) != 0) fail ("gsasl_sha1 memcmp fail\n"); success ("gsasl_sha1\n"); gsasl_free (hash); rc = gsasl_hmac_sha1 ("\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b" "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b", 16, "Hi There", 8, &hash); if (rc != GSASL_OK) fail ("gsasl_hmac_sha1 %d: %s\n", rc, gsasl_strerror (rc)); if (memcmp (hash, "\x67\x5b\x0b\x3a\x1b\x4d\xdf\x4e\x12\x48\x72" "\xda\x6c\x2f\x63\x2b\xfe\xd9\x57\xe9", 20) != 0) fail ("gsasl_hmac_sha1 memcmp fail\n"); success ("gsasl_hmac_sha1\n"); gsasl_free (hash); gsasl_done (ctx); } gsasl-1.8.0/tests/cram-md5.c0000664000000000000000000000775011754555060012456 00000000000000/* cram-md5.c --- Test the CRAM-MD5 mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" #define PASSWORD "Open, Sesame" #define USERNAME "Ali Baba" /* "Ali " "\xC2\xAD" "Bab" "\xC2\xAA" */ /* "Al\xC2\xAA""dd\xC2\xAD""in\xC2\xAE" */ static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ switch (prop) { case GSASL_PASSWORD: gsasl_property_set (sctx, GSASL_PASSWORD, PASSWORD); rc = GSASL_OK; break; case GSASL_AUTHID: gsasl_property_set (sctx, GSASL_AUTHID, USERNAME); rc = GSASL_OK; break; default: fail ("Unknown callback property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1, *s2; size_t s1len, s2len; size_t i; int res; char *last_server_challenge = NULL; size_t last_server_challenge_len = 0; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (ctx, "CRAM-MD5") || !gsasl_server_support_p (ctx, "CRAM-MD5")) { gsasl_done (ctx); fail ("No support for CRAM-MD5.\n"); exit (77); } gsasl_callback_set (ctx, callback); for (i = 0; i < 5; i++) { res = gsasl_server_start (ctx, "CRAM-MD5", &server); if (res != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "CRAM-MD5", &client); if (res != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_step (server, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s\n", (int) s1len, s1); if (last_server_challenge) { if (last_server_challenge_len == s1len && memcmp (last_server_challenge, s1, s1len) == 0) fail ("Server challenge same as last one!\n"); free (last_server_challenge); } last_server_challenge = malloc (s1len); if (!last_server_challenge) fail ("malloc() failure (%lu)\n", (unsigned long) s1len); memcpy (last_server_challenge, s1, s1len); last_server_challenge_len = s1len; res = gsasl_step (client, s1, s1len, &s2, &s2len); gsasl_free (s1); if (res != GSASL_OK) { fail ("gsasl_step() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s\n", (int) s2len, s2); res = gsasl_step (server, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_OK) { fail ("gsasl_step() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (s1len != 0) { fail ("gsasl_step() failed, additional length=%lu:\n", (unsigned long) s1len); fail ("%s\n", s1); return; } gsasl_free (s1); if (debug) printf ("\n"); gsasl_finish (client); gsasl_finish (server); } free (last_server_challenge); gsasl_done (ctx); } gsasl-1.8.0/tests/gssapi.c0000664000000000000000000001035511754555060012332 00000000000000/* gssapi.c --- Test the GSSAPI mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" #define SERVICE "host" #define HOST "latte.josefsson.org" #define GSSAPI_USER "jas" static const char *USERNAME[] = { "foo", "BABABA", "jas", "hepp", "@" }; size_t i; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; switch (prop) { case GSASL_AUTHID: gsasl_property_set (sctx, GSASL_AUTHID, USERNAME[i]); rc = GSASL_OK; break; case GSASL_SERVICE: gsasl_property_set (sctx, prop, SERVICE); rc = GSASL_OK; break; case GSASL_HOSTNAME: gsasl_property_set (sctx, prop, HOST); rc = GSASL_OK; break; case GSASL_VALIDATE_GSSAPI: { const char *client_name = gsasl_property_fast (sctx, GSASL_GSSAPI_DISPLAY_NAME); const char *authzid = gsasl_property_fast (sctx, GSASL_AUTHZID); printf ("GSSAPI user: %s\n", client_name); printf ("Authorization ID: %s\n", authzid); if (strcmp (client_name, GSSAPI_USER) == 0 && strcmp (authzid, USERNAME[i]) == 0) rc = GSASL_OK; else rc = GSASL_AUTHENTICATION_ERROR; } break; default: fail ("Unknown callback property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1 = NULL, *s2 = NULL; int rc, res1, res2; if (getenv ("GNUGSS") && strcmp (getenv ("GNUGSS"), "no") == 0) { fail ("Not using GNU GSS, skipping self-test.\n"); exit (77); } rc = gsasl_init (&ctx); if (rc != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", rc, gsasl_strerror (rc)); return; } if (!gsasl_client_support_p (ctx, "GSSAPI") || !gsasl_server_support_p (ctx, "GSSAPI")) { gsasl_done (ctx); fail ("No support for GSSAPI.\n"); exit (77); } gsasl_callback_set (ctx, callback); for (i = 0; i < 5; i++) { bool server_first = (i % 2) == 0; rc = gsasl_server_start (ctx, "GSSAPI", &server); if (rc != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", rc, gsasl_strerror (rc)); return; } rc = gsasl_client_start (ctx, "GSSAPI", &client); if (rc != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", rc, gsasl_strerror (rc)); return; } do { res1 = gsasl_step64 (server_first ? server : client, s1, &s2); if (s1) { gsasl_free (s1); s1 = NULL; } if (res1 != GSASL_OK && res1 != GSASL_NEEDS_MORE) { fail ("gsasl_step64 (1) failed (%d):\n%s\n", res1, gsasl_strerror (res1)); return; } if (debug) printf ("%c: %s [%c]\n", server_first ? 'S' : 'C', s2, res1 == GSASL_OK ? 'O' : 'N'); if (res1 == GSASL_OK && strcmp (s2, "") == 0) break; res2 = gsasl_step64 (server_first ? client : server, s2, &s1); gsasl_free (s2); if (res2 != GSASL_OK && res2 != GSASL_NEEDS_MORE) { fail ("gsasl_step64 (2) failed (%d):\n%s\n", res2, gsasl_strerror (res2)); return; } if (debug) printf ("%c: %s [%c]\n", server_first ? 'C' : 'S', s1, res2 == GSASL_OK ? 'O' : 'N'); } while (res1 != GSASL_OK || res2 != GSASL_OK); if (s1) { gsasl_free (s1); s1 = NULL; } if (debug) printf ("\n"); gsasl_finish (client); gsasl_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/digest-md5.c0000664000000000000000000002502411754555060013005 00000000000000/* digest-md5.c --- Test the DIGEST-MD5 mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" #define PASSWORD "Open, Ses\xC2\xAA""me" #define USERNAME "Ali B\xC2\xAA""ba" /* "Ali " "\xC2\xAD" "Bab" "\xC2\xAA" */ /* "Al\xC2\xAA""dd\xC2\xAD""in\xC2\xAE" */ #define AUTHZID "joe" #define SERVICE "imap" #define HOSTNAME "hostname" #define REALM "realm" size_t i; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { static int flip = 0; static int flip2 = 0; int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ switch (prop) { case GSASL_PASSWORD: gsasl_property_set (sctx, prop, PASSWORD); rc = GSASL_OK; break; case GSASL_AUTHID: gsasl_property_set (sctx, prop, USERNAME); rc = GSASL_OK; break; case GSASL_AUTHZID: if (flip) gsasl_property_set (sctx, prop, AUTHZID); else gsasl_property_set (sctx, prop, NULL); flip = !flip; rc = GSASL_OK; break; case GSASL_SERVICE: gsasl_property_set (sctx, prop, SERVICE); rc = GSASL_OK; break; case GSASL_REALM: if (flip2) gsasl_property_set (sctx, prop, REALM); else gsasl_property_set (sctx, prop, NULL); flip2++; if (flip2 == 3) flip2 = 0; rc = GSASL_OK; break; case GSASL_HOSTNAME: gsasl_property_set (sctx, prop, HOSTNAME); rc = GSASL_OK; break; case GSASL_DIGEST_MD5_HASHED_PASSWORD: rc = GSASL_NO_CALLBACK; break; case GSASL_QOPS: rc = GSASL_OK; switch (i) { case 0: gsasl_property_set (sctx, prop, "qop-auth"); break; case 1: rc = GSASL_NO_CALLBACK; break; case 2: gsasl_property_set (sctx, prop, "qop-int"); break; case 3: gsasl_property_set (sctx, prop, "qop-auth"); break; case 4: rc = GSASL_NO_CALLBACK; break; default: break; } break; case GSASL_QOP: rc = GSASL_OK; switch (i) { case 0: rc = GSASL_NO_CALLBACK; break; case 1: gsasl_property_set (sctx, prop, "qop-auth"); break; case 2: gsasl_property_set (sctx, prop, "qop-int"); break; case 3: gsasl_property_set (sctx, prop, "qop-auth"); break; case 4: gsasl_property_set (sctx, prop, "qop-auth"); break; default: break; } break; default: fail ("Unknown callback property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1, *s2; size_t s1len, s2len; int res; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (ctx, "DIGEST-MD5") || !gsasl_server_support_p (ctx, "DIGEST-MD5")) { gsasl_done (ctx); fail ("No support for DIGEST-MD5.\n"); exit (77); } gsasl_callback_set (ctx, callback); for (i = 0; i < 5; i++) { res = gsasl_server_start (ctx, "DIGEST-MD5", &server); if (res != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "DIGEST-MD5", &client); if (res != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } /* Client sends empty token... */ res = gsasl_step (client, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step(1) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Server starts... */ res = gsasl_step (server, s1, s1len, &s2, &s2len); gsasl_free (s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step(2) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Client responds... */ res = gsasl_step (client, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step(3) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Server finishes... */ res = gsasl_step (server, s1, s1len, &s2, &s2len); gsasl_free (s1); if (res != GSASL_OK) { fail ("gsasl_step(4) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Client finishes. */ res = gsasl_step (client, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_OK) { fail ("gsasl_step(5) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (s1len != 0) { fail ("gsasl_step() failed, additional length=%lu:\n", (unsigned long) s1len); fail ("%s\n", s1); return; } if (debug) printf ("C: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Server is done. */ res = gsasl_step (server, s1, s1len, &s2, &s2len); if (res != GSASL_MECHANISM_CALLED_TOO_MANY_TIMES) { fail ("gsasl_step(6) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } /* Client is done. */ res = gsasl_step (client, s1, s1len, &s2, &s2len); if (res != GSASL_MECHANISM_CALLED_TOO_MANY_TIMES) { fail ("gsasl_step(7) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } gsasl_free (s1); if (debug) printf ("\n"); gsasl_finish (client); gsasl_finish (server); } for (i = 0; i < 5; i++) { res = gsasl_server_start (ctx, "DIGEST-MD5", &server); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "DIGEST-MD5", &client); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } /* Server begins... */ res = gsasl_step (server, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step(8) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Client respond... */ res = gsasl_step (client, s1, s1len, &s2, &s2len); gsasl_free (s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step(9) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Server finishes... */ res = gsasl_step (server, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_OK) { fail ("gsasl_step(10) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Client finishes... */ res = gsasl_step (client, s1, s1len, &s2, &s2len); gsasl_free (s1); if (res != GSASL_OK) { fail ("gsasl_step(11) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Server is done. */ res = gsasl_step (server, s2, s2len, &s1, &s1len); if (res != GSASL_MECHANISM_CALLED_TOO_MANY_TIMES) { fail ("gsasl_step(12) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } /* Client is done. */ res = gsasl_step (client, s2, s2len, &s1, &s1len); if (res != GSASL_MECHANISM_CALLED_TOO_MANY_TIMES) { fail ("gsasl_step(13) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } gsasl_free (s2); /* Encode data in client. */ res = gsasl_encode (client, "foo", 3, &s1, &s1len); if (res != GSASL_OK) { fail ("gsasl_encode failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) { if (s1len == 3 && memcmp (s1, "foo", 3) == 0) printf ("C: %.*s\n", (int) s1len, s1); else { char *out; size_t outlen; res = gsasl_base64_to (s1, s1len, &out, &outlen); if (res != GSASL_OK) { fail ("gsasl_base64_to failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } printf ("C: %.*s\n", (int) outlen, out); free (out); } } /* Decode data in server. */ res = gsasl_decode (server, s1, s1len, &s2, &s2len); free (s1); if (res != GSASL_OK) { fail ("gsasl_decode failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s\n", (int) s2len, s2); free (s2); /* Encode data in server. */ res = gsasl_encode (server, "bar", 3, &s1, &s1len); if (res != GSASL_OK) { fail ("gsasl_encode(2) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) { if (s1len == 3 && memcmp (s1, "bar", 3) == 0) printf ("S: %.*s\n", (int) s1len, s1); else { char *out; size_t outlen; res = gsasl_base64_to (s1, s1len, &out, &outlen); if (res != GSASL_OK) { fail ("gsasl_base64_to(2) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } printf ("S: %.*s\n", (int) outlen, out); free (out); } } /* Decode data in client. */ res = gsasl_decode (client, s1, s1len, &s2, &s2len); free (s1); if (res != GSASL_OK) { fail ("gsasl_decode failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s\n", (int) s2len, s2); free (s2); if (debug) printf ("\n"); gsasl_finish (client); gsasl_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/old-cram-md5.c0000664000000000000000000001013511754555060013221 00000000000000/* cram-md5.c --- Test the CRAM-MD5 mechanism, using old callback API. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" #define PASSWORD "Open, Sesame" #define USERNAME "Ali Baba" /* "Ali " "\xC2\xAD" "Bab" "\xC2\xAA" */ /* "Al\xC2\xAA""dd\xC2\xAD""in\xC2\xAE" */ static int server_cb_retrieve (Gsasl_session_ctx * xctx, const char *authentication_id, const char *authorization_id, const char *realm, char *key, size_t * keylen) { size_t needlen = strlen (PASSWORD); if (key && *keylen < needlen) return GSASL_TOO_SMALL_BUFFER; *keylen = needlen; if (key) memcpy (key, PASSWORD, *keylen); return GSASL_OK; } static int client_cb_authentication_id (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { size_t needlen = strlen (USERNAME); if (out && *outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, USERNAME, *outlen); return GSASL_OK; } static int client_cb_password (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { size_t needlen = strlen (PASSWORD); if (out && *outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, PASSWORD, *outlen); return GSASL_OK; } void doit (void) { Gsasl_ctx *ctx = NULL; Gsasl_session_ctx *server = NULL, *client = NULL; char *s1, *s2; size_t s1len, s2len; size_t i; int res; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (ctx, "CRAM-MD5") || !gsasl_server_support_p (ctx, "CRAM-MD5")) { gsasl_done (ctx); fail ("No support for CRAM-MD5.\n"); exit (77); } gsasl_server_callback_retrieve_set (ctx, server_cb_retrieve); gsasl_client_callback_authentication_id_set (ctx, client_cb_authentication_id); gsasl_client_callback_password_set (ctx, client_cb_password); for (i = 0; i < 5; i++) { res = gsasl_server_start (ctx, "CRAM-MD5", &server); if (res != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "CRAM-MD5", &client); if (res != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_step (server, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s\n", (int) s1len, s1); res = gsasl_step (client, s1, s1len, &s2, &s2len); free (s1); if (res != GSASL_OK) { fail ("gsasl_step() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s\n", (int) s2len, s2); res = gsasl_step (server, s2, s2len, &s1, &s1len); free (s2); if (res != GSASL_OK) { fail ("gsasl_step() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (s1len != 0) { fail ("gsasl_step() failed, additional length=%lu:\n", (unsigned long) s1len); fail ("%s\n", s1); return; } free (s1); if (debug) printf ("\n"); gsasl_client_finish (client); gsasl_server_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/errors.c0000664000000000000000000000256611754555060012365 00000000000000/* errors.c --- Test the gsasl_strerror and gsasl_strerror_name functions. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include int main (void) { const char *this = NULL, *last = NULL; const char *name; int i = 0; do { last = this; this = gsasl_strerror (i); name = gsasl_strerror_name (i); printf ("%s (%d)\n\t%s\n", name ? name : "NULL", i, this); if (this == NULL) { printf ("Null error string?!\n"); return EXIT_FAILURE; } i++; } while (this != last && this != NULL); return EXIT_SUCCESS; } gsasl-1.8.0/tests/gs2-krb5.c0000664000000000000000000001133711754555060012401 00000000000000/* gs2-krb5.c --- Test the GS2-KRB5 mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" #define SERVICE "host" #define HOST "latte.josefsson.org" #define GSSAPI_USER "jas" static const char *AUTHZID[] = { "foo", "BAB,ABA", ",=,=", "=", "" }; size_t i; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; switch (prop) { case GSASL_AUTHZID: if (*AUTHZID[i]) { gsasl_property_set (sctx, GSASL_AUTHZID, AUTHZID[i]); rc = GSASL_OK; } break; case GSASL_SERVICE: gsasl_property_set (sctx, prop, SERVICE); rc = GSASL_OK; break; case GSASL_HOSTNAME: gsasl_property_set (sctx, prop, HOST); rc = GSASL_OK; break; case GSASL_VALIDATE_GSSAPI: { const char *client_name = gsasl_property_fast (sctx, GSASL_GSSAPI_DISPLAY_NAME); const char *authzid = gsasl_property_fast (sctx, GSASL_AUTHZID); if (client_name) printf ("GSSAPI user: %s\n", client_name); else fail ("no client name\n"); if (authzid) printf ("Authorization ID: %s\n", authzid); if (client_name && strcmp (client_name, GSSAPI_USER) == 0 && ((authzid == NULL && *AUTHZID[i] == '\0') || strcmp (authzid, AUTHZID[i]) == 0)) rc = GSASL_OK; else rc = GSASL_AUTHENTICATION_ERROR; } break; default: fail ("Unknown callback property %d\n", prop); break; } return rc; } static char ret_char (int rc) { if (rc == GSASL_OK) return 'O'; else if (rc == GSASL_NEEDS_MORE) return 'N'; else return '?'; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1 = NULL, *s2 = NULL; int rc, res1, res2; if (getenv ("GNUGSS") && strcmp (getenv ("GNUGSS"), "no") == 0) { fail ("Not using GNU GSS, skipping self-test.\n"); exit (77); } rc = gsasl_init (&ctx); if (rc != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", rc, gsasl_strerror (rc)); return; } if (!gsasl_client_support_p (ctx, "GS2-KRB5") || !gsasl_server_support_p (ctx, "GS2-KRB5")) { gsasl_done (ctx); fail ("No support for GS2-KRB5.\n"); exit (77); } gsasl_callback_set (ctx, callback); for (i = 0; i < 5; i++) { bool client_first = (i % 2) == 0; rc = gsasl_server_start (ctx, "GS2-KRB5", &server); if (rc != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", rc, gsasl_strerror (rc)); return; } rc = gsasl_client_start (ctx, "GS2-KRB5", &client); if (rc != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", rc, gsasl_strerror (rc)); return; } if (client_first) { rc = gsasl_step64 (client, NULL, &s1); if (rc != GSASL_OK && rc != GSASL_NEEDS_MORE) { fail ("gsasl_step64 failed (%d):\n%s\n", rc, gsasl_strerror (rc)); return; } if (debug) printf ("C: %s [%c]\n", s1, ret_char (rc)); } do { res1 = gsasl_step64 (server, s1, &s2); if (s1 == NULL && res1 == GSASL_OK) fail ("gsasl_step64 direct success?\n"); if (s1) { gsasl_free (s1); s1 = NULL; } if (res1 != GSASL_OK && res1 != GSASL_NEEDS_MORE) { fail ("gsasl_step64 (1) failed (%d):\n%s\n", res1, gsasl_strerror (res1)); return; } if (debug) printf ("S: %s [%c]\n", s2, ret_char (res1)); res2 = gsasl_step64 (client, s2, &s1); gsasl_free (s2); if (res2 != GSASL_OK && res2 != GSASL_NEEDS_MORE) { fail ("gsasl_step64 (2) failed (%d):\n%s\n", res2, gsasl_strerror (res2)); return; } if (debug) printf ("C: %s [%c]\n", s1, ret_char (res2)); } while (res1 != GSASL_OK || res2 != GSASL_OK); if (s1) { gsasl_free (s1); s1 = NULL; } if (debug) printf ("\n"); gsasl_finish (client); gsasl_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/openid20.c0000664000000000000000000001765211754555060012473 00000000000000/* openid20.c --- Test the OPENID20 mechanism. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #include #include #include #include #include #include "utils.h" const char *authzid = NULL; const char *sreg = NULL; int validation_res = GSASL_OK; int expect_server_res = GSASL_OK; int expect_client_res = GSASL_OK; int expect_server2_res = GSASL_MECHANISM_CALLED_TOO_MANY_TIMES; static int client_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; switch (prop) { case GSASL_AUTHZID: if (authzid) gsasl_property_set (sctx, prop, authzid); rc = GSASL_OK; break; case GSASL_AUTHID: gsasl_property_set (sctx, prop, "http://user.example.org/"); rc = GSASL_OK; break; case GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: rc = GSASL_OK; break; default: fail ("Unknown client callback property %d\n", prop); break; } return rc; } static int server_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; switch (prop) { case GSASL_OPENID20_REDIRECT_URL: gsasl_property_set (sctx, prop, "http://idp.example/NONCE/?openid.foo=bar"); rc = GSASL_OK; break; case GSASL_VALIDATE_OPENID20: rc = validation_res; break; case GSASL_OPENID20_OUTCOME_DATA: if (sreg) gsasl_property_set (sctx, prop, sreg); rc = GSASL_OK; break; default: fail ("Unknown server callback property %d\n", prop); break; } return rc; } static void openid20 (Gsasl * c, Gsasl * s) { Gsasl_session *client, *server; char *s1, *s2; int res; /* Simple client */ res = gsasl_client_start (c, "OPENID20", &client); if (res != GSASL_OK) { fail ("gsasl_client_start (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_server_start (s, "OPENID20", &server); if (res != GSASL_OK) { fail ("gsasl_server_start (%d):\n%s\n", res, gsasl_strerror (res)); return; } /* OPENID20 is client-first. Check that server just waits. */ res = gsasl_step64 (server, NULL, &s2); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step server0 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: `%s' (%d) %s\n", s2 ? s2 : "", (int) strlen (s2), gsasl_strerror_name (res)); /* The client should send the OpenID URL. */ res = gsasl_step64 (client, s2, &s1); gsasl_free (s2); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step client1 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: `%s' (%d) %s\n", s1 ? s1 : "", (int) strlen (s1), gsasl_strerror_name (res)); /* The server should send the redirect URL. */ res = gsasl_step64 (server, s1, &s2); gsasl_free (s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step server1 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: `%s' (%d) %s\n", s2 ? s2 : "", (int) strlen (s2), gsasl_strerror_name (res)); /* The client sends '='. */ res = gsasl_step64 (client, s2, &s1); gsasl_free (s2); if (res != GSASL_OK) { fail ("gsasl_step client2 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: `%s' (%d) %s\n", s1 ? s1 : "", (int) strlen (s1), gsasl_strerror_name (res)); /* Now the server sends the outcome_data */ res = gsasl_step64 (server, s1, &s2); gsasl_free (s1); if (res != expect_server_res) { fail ("gsasl_step server2 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (res == GSASL_OK || res == GSASL_NEEDS_MORE) { if (debug) printf ("S: `%s' (%d) %s\n", s2 ? s2 : "", (int) strlen (s2), gsasl_strerror_name (res)); } /* The client receives the outcome data and sends a empty packet. */ res = gsasl_step64 (client, s2, &s1); gsasl_free (s2); if (res != expect_client_res) { fail ("gsasl_step client3 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (res == GSASL_OK || res == GSASL_NEEDS_MORE) { if (debug) printf ("C: `%s' (%d) %s\n", s1 ? s1 : "", (int) strlen (s1), gsasl_strerror_name (res)); } else if (debug) { printf ("C: %s\n", gsasl_strerror_name (res)); s1 = NULL; } /* The server should reject authentication at this point */ res = gsasl_step64 (server, s1, &s2); gsasl_free (s1); if (res != expect_server2_res) { fail ("gsasl_step server3 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (res == GSASL_OK || res == GSASL_NEEDS_MORE) { if (debug) printf ("S: `%s' (%d) %s\n", s2 ? s2 : "", (int) strlen (s2), gsasl_strerror_name (res)); } else if (debug) { printf ("S: %s\n", gsasl_strerror_name (res)); s2 = NULL; } /* The client should be called too many times now */ res = gsasl_step64 (client, s2, &s1); gsasl_free (s2); if (res != GSASL_MECHANISM_CALLED_TOO_MANY_TIMES) { fail ("gsasl_step client4 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %s\n", gsasl_strerror_name (res)); if (authzid == NULL && gsasl_property_fast (server, GSASL_AUTHZID) == NULL) success ("expected and got no authzid\n"); else if (!authzid && gsasl_property_fast (server, GSASL_AUTHZID)) fail ("got unexpected authzid? %s\n", gsasl_property_fast (server, GSASL_AUTHZID)); else if (authzid && !gsasl_property_fast (server, GSASL_AUTHZID)) fail ("did not get authzid? %s\n", authzid); else if (strcmp (authzid, gsasl_property_fast (server, GSASL_AUTHZID)) != 0) fail ("authzid comparison failed: got %s expected %s\n", gsasl_property_fast (server, GSASL_AUTHZID), authzid); gsasl_finish (client); gsasl_finish (server); } void doit (void) { Gsasl *c = NULL, *s = NULL; int res; res = gsasl_init (&c); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_init (&s); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (c, "OPENID20")) { gsasl_done (c); fail ("No support for OPENID20 clients.\n"); exit (77); } if (!gsasl_server_support_p (s, "OPENID20")) { gsasl_done (s); fail ("No support for OPENID20 servers.\n"); exit (77); } gsasl_callback_set (c, client_callback); gsasl_callback_set (s, server_callback); printf ("Running successful authentication without SREG.\n"); openid20 (c, s); printf ("Running successful authentication with SREG.\n"); sreg = "nickname=jas"; openid20 (c, s); authzid = "user"; printf ("Running successful authentication without SREG with authzid.\n"); openid20 (c, s); printf ("Running successful authentication with SREG with authzid.\n"); sreg = "nickname=jas"; openid20 (c, s); printf ("Running failed authentication.\n"); validation_res = GSASL_AUTHENTICATION_ERROR; expect_server_res = GSASL_NEEDS_MORE; expect_client_res = GSASL_NEEDS_MORE; expect_server2_res = GSASL_AUTHENTICATION_ERROR; openid20 (c, s); gsasl_done (c); gsasl_done (s); } gsasl-1.8.0/tests/scramplus.c0000664000000000000000000001603611754555060013057 00000000000000/* scramplus.c --- Test the SCRAM-SHA-1-PLUS mechanism. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" #define PASSWORD "Open, Sesame" #define N_AUTHID 4 static const char *AUTHID[N_AUTHID] = { "Ali Baba", "BAB,ABA", ",=,=", "=" /* "Ali " "\xC2\xAD" "Bab" "\xC2\xAA" */ /* "Al\xC2\xAA""dd\xC2\xAD""in\xC2\xAE" */ }; #define N_AUTHZID 4 static const char *AUTHZID[N_AUTHZID] = { "jas", "BAB,ABA", ",=,=", "=" }; int i; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ switch (prop) { case GSASL_PASSWORD: gsasl_property_set (sctx, prop, PASSWORD); rc = GSASL_OK; break; case GSASL_AUTHID: gsasl_property_set (sctx, prop, AUTHID[i % N_AUTHID]); rc = GSASL_OK; break; case GSASL_AUTHZID: if (i & 0x01) { gsasl_property_set (sctx, prop, AUTHZID[i % N_AUTHZID]); rc = GSASL_OK; } break; case GSASL_SCRAM_ITER: if (strcmp (gsasl_property_fast (sctx, GSASL_AUTHID), AUTHID[i % N_AUTHID]) != 0) fail ("Username mismatch: %s", gsasl_property_fast (sctx, GSASL_AUTHID)); if (i & 0x02) { gsasl_property_set (sctx, prop, "1234"); rc = GSASL_OK; } break; case GSASL_SCRAM_SALT: if (i & 0x04) { gsasl_property_set (sctx, prop, "c2FsdA=="); rc = GSASL_OK; } break; case GSASL_SCRAM_SALTED_PASSWORD: if (i & 0x04 && i & 0x08) /* Only works with fixed salt. */ { const char *str[] = { "06bfd2d70a0fa425c20473722a93700df39f3cbd", "f1e6c0e5a207367176ac42c7799b67ae3e097d7e", }; /* >>1 to mask out authzid. */ size_t pos = (i & ~0x04 & ~0x08) >> 1; gsasl_property_set (sctx, prop, str[pos]); rc = GSASL_OK; } break; case GSASL_CB_TLS_UNIQUE: gsasl_property_set (sctx, prop, "Zm5vcmQ="); rc = GSASL_OK; break; default: fail ("Unknown callback property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1, *s2; size_t s1len, s2len; int res; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (ctx, "SCRAM-SHA-1-PLUS") || !gsasl_server_support_p (ctx, "SCRAM-SHA-1-PLUS")) { gsasl_done (ctx); fail ("No support for SCRAM-SHA-1-PLUS.\n"); exit (77); } gsasl_callback_set (ctx, callback); for (i = 0; i <= 21; i++) { bool server_first = (i % 2) == 0; if (debug) printf ("Iteration %d ...\n", i); res = gsasl_server_start (ctx, "SCRAM-SHA-1-PLUS", &server); if (res != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "SCRAM-SHA-1-PLUS", &client); if (res != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (server_first) { res = gsasl_step (server, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](0) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (s1len != 0) fail ("dummy initial server step produced output?!\n"); if (debug) printf ("S: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); } else { s1 = NULL; s1len = 0; } /* Client first... */ res = gsasl_step (client, s1, s1len, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](1) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Server first... */ res = gsasl_step (server, s1, s1len, &s2, &s2len); gsasl_free (s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](2) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Client final... */ res = gsasl_step (client, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](3) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } /* Shorten length of cbdata. */ if (i == 17) s1[41] = '='; /* Increase length of cbdata. */ if (i == 18) { s1[28] = 'B'; s1[29] = 'C'; } /* Modify cbdata. */ if (i == 19) s1[30] = 'B'; if (debug) printf ("C: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Server final... */ res = gsasl_step (server, s1, s1len, &s2, &s2len); gsasl_free (s1); if (i >= 17 && i <= 19) { if (res == GSASL_AUTHENTICATION_ERROR) { if (debug) success ("Authentication failed expectedly\n"); goto done; } else res = GSASL_AUTHENTICATION_ERROR; } if (res != GSASL_OK) { fail ("gsasl_step[%d](4) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Let client parse server final... */ res = gsasl_step (client, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_OK) { fail ("gsasl_step[%d](5) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (s1len != 0) fail ("dummy final client step produced output?!\n"); { const char *p = gsasl_property_fast (server, GSASL_AUTHID); if (p && strcmp (p, AUTHID[i % N_AUTHID]) != 0) fail ("Bad authid? %s != %s\n", p, AUTHID[i % N_AUTHID]); if (i & 0x01 && !p) fail ("Expected authid? %d/%s\n", i, AUTHID[i % N_AUTHID]); } { const char *p = gsasl_property_fast (server, GSASL_AUTHZID); if (p && strcmp (p, AUTHZID[i % N_AUTHZID]) != 0) fail ("Bad authzid? %s != %s\n", p, AUTHZID[i % N_AUTHZID]); if (i & 0x01 && !p) fail ("Expected authzid? %d/%s\n", i, AUTHZID[i % N_AUTHZID]); } done: if (debug) printf ("\n"); gsasl_finish (client); gsasl_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/shishi.conf0000664000000000000000000000001511746471770013034 00000000000000quick-random gsasl-1.8.0/tests/scram.c0000664000000000000000000001734611754555060012160 00000000000000/* scram.c --- Test the SCRAM mechanism. * Copyright (C) 2009-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" #define PASSWORD "Open, Sesame" #define N_AUTHID 4 static const char *AUTHID[N_AUTHID] = { "Ali Baba", "BAB,ABA", ",=,=", "=" /* "Ali " "\xC2\xAD" "Bab" "\xC2\xAA" */ /* "Al\xC2\xAA""dd\xC2\xAD""in\xC2\xAE" */ }; #define N_AUTHZID 4 static const char *AUTHZID[N_AUTHZID] = { "jas", "BAB,ABA", ",=,=", "=" }; int i; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; /* Get user info from user. */ switch (prop) { case GSASL_PASSWORD: gsasl_property_set (sctx, prop, PASSWORD); rc = GSASL_OK; break; case GSASL_AUTHID: gsasl_property_set (sctx, prop, AUTHID[i % N_AUTHID]); rc = GSASL_OK; break; case GSASL_AUTHZID: if (i & 0x01) { gsasl_property_set (sctx, prop, AUTHZID[i % N_AUTHZID]); rc = GSASL_OK; } break; case GSASL_SCRAM_ITER: if (strcmp (gsasl_property_fast (sctx, GSASL_AUTHID), AUTHID[i % N_AUTHID]) != 0) fail ("Username mismatch: %s", gsasl_property_fast (sctx, GSASL_AUTHID)); if (i & 0x02) { gsasl_property_set (sctx, prop, "1234"); rc = GSASL_OK; } break; case GSASL_SCRAM_SALT: if (i & 0x04) { gsasl_property_set (sctx, prop, "c2FsdA=="); rc = GSASL_OK; } break; case GSASL_SCRAM_SALTED_PASSWORD: if (i & 0x04 && i & 0x08) /* Only works with fixed salt. */ { const char *str[] = { "06bfd2d70a0fa425c20473722a93700df39f3cbd", "f1e6c0e5a207367176ac42c7799b67ae3e097d7e", }; /* >>1 to mask out authzid. */ size_t pos = (i & ~0x04 & ~0x08) >> 1; gsasl_property_set (sctx, prop, str[pos]); rc = GSASL_OK; } break; case GSASL_CB_TLS_UNIQUE: break; default: fail ("Unknown callback property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1, *s2; size_t s1len, s2len; int res; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (ctx, "SCRAM-SHA-1") || !gsasl_server_support_p (ctx, "SCRAM-SHA-1")) { gsasl_done (ctx); fail ("No support for SCRAM-SHA-1.\n"); exit (77); } gsasl_callback_set (ctx, callback); for (i = 0; i <= 21; i++) { bool server_first = (i % 2) == 0; if (debug) printf ("Iteration %d ...\n", i); res = gsasl_server_start (ctx, "SCRAM-SHA-1", &server); if (res != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "SCRAM-SHA-1", &client); if (res != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (server_first) { res = gsasl_step (server, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](0) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (s1len != 0) fail ("dummy initial server step produced output?!\n"); if (debug) printf ("S: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); } else { s1 = NULL; s1len = 0; } /* Client first... */ res = gsasl_step (client, s1, s1len, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](1) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (i == 16 || i == 17) s1[0] = 'y'; if (i == 18) { char *s; int l; l = asprintf (&s, "%s,a=b", s1); if (l < 0) { fail ("malloc"); return; } gsasl_free (s1); s1 = s; s1len = strlen (s); } if (i == 20) { char *s; int l; l = asprintf (&s, "%s,a=b,b=c,c=d", s1); if (l < 0) { fail ("malloc"); return; } gsasl_free (s1); s1 = s; s1len = strlen (s); } if (debug) printf ("C: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Server first... */ res = gsasl_step (server, s1, s1len, &s2, &s2len); gsasl_free (s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](2) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Client final... */ res = gsasl_step (client, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step[%d](3) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (i == 17) memcpy (s1 + 2, "eS", 2); if (i == 19 && s1len > 31) { char *s; int l; l = asprintf (&s, "%.*s,a=b,%s", (int) (s1len - 31), s1, s1 + s1len - 31 + 1); if (l < 0) { fail ("malloc"); return; } gsasl_free (s1); s1 = s; s1len = strlen (s); } if (i == 21 && s1len > 31) { char *s; int l; l = asprintf (&s, "%.*s,a=b,b=c,c=d,%s", (int) (s1len - 31), s1, s1 + s1len - 31 + 1); if (l < 0) { fail ("malloc"); return; } gsasl_free (s1); s1 = s; s1len = strlen (s); } if (debug) printf ("C: %.*s [%c]\n", (int) s1len, s1, res == GSASL_OK ? 'O' : 'N'); /* Server final... */ res = gsasl_step (server, s1, s1len, &s2, &s2len); gsasl_free (s1); if (i >= 16 && i <= 21) { if (res == GSASL_AUTHENTICATION_ERROR) { if (debug) success ("Authentication failed expectedly\n"); goto done; } else res = GSASL_AUTHENTICATION_ERROR; } if (res != GSASL_OK) { fail ("gsasl_step[%d](4) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s [%c]\n", (int) s2len, s2, res == GSASL_OK ? 'O' : 'N'); /* Let client parse server final... */ res = gsasl_step (client, s2, s2len, &s1, &s1len); gsasl_free (s2); if (res != GSASL_OK) { fail ("gsasl_step[%d](5) failed (%d):\n%s\n", i, res, gsasl_strerror (res)); return; } if (s1len != 0) fail ("dummy final client step produced output?!\n"); { const char *p = gsasl_property_fast (server, GSASL_AUTHID); if (p && strcmp (p, AUTHID[i % N_AUTHID]) != 0) fail ("Bad authid? %s != %s\n", p, AUTHID[i % N_AUTHID]); if (i & 0x01 && !p) fail ("Expected authid? %d/%s\n", i, AUTHID[i % N_AUTHID]); } { const char *p = gsasl_property_fast (server, GSASL_AUTHZID); if (p && strcmp (p, AUTHZID[i % N_AUTHZID]) != 0) fail ("Bad authzid? %s != %s\n", p, AUTHZID[i % N_AUTHZID]); if (i & 0x01 && !p) fail ("Expected authzid? %d/%s\n", i, AUTHZID[i % N_AUTHZID]); } done: if (debug) printf ("\n"); gsasl_finish (client); gsasl_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/Makefile.am0000664000000000000000000000371111754555060012732 00000000000000## Process this file with automake to produce Makefile.in # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . dist_noinst_DATA = cram-md5.pwd AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src AM_LDFLAGS = -no-install LDADD = ../lib/src/libgsasl.la ../gl/libgl.la libutils.la EXTRA_DIST = libgsasl.supp gssapi.key gssapi.tkt shishi.conf noinst_LTLIBRARIES = libutils.la libutils_la_SOURCES = utils.h utils.c TESTS_ENVIRONMENT = \ SHISHI_KEYS=$(srcdir)/gssapi.key \ SHISHI_TICKETS=$(srcdir)/gssapi.tkt \ SHISHI_CONFIG=$(srcdir)/shishi.conf \ SHISHI_HOME=$(srcdir) \ SHISHI_USER=ignore-this-warning \ THREADSAFETY_FILES=`ls $(top_srcdir)/lib/*/*.c | $(GREP) -v -e lib/gl/vasnprintf.c -e lib/gl/getdelim.c` \ MD5FILE=$(srcdir)/cram-md5.pwd \ EGREP="$(EGREP)" \ GNUGSS=`if grep 'HAVE_LIBGSS 1' ../lib/config.h > /dev/null; then echo yes; else echo no; fi` \ $(VALGRIND) ctests = external cram-md5 digest-md5 md5file name errors suggest \ simple crypto scram scramplus symbols readnz gssapi gs2-krb5 \ saml20 openid20 if OBSOLETE ctests += old-simple old-md5file old-cram-md5 old-digest-md5 \ old-base64 endif # old-gssapi TESTS = threadsafety $(ctests) check_PROGRAMS = $(ctests) dist_check_SCRIPTS = threadsafety gsasl-1.8.0/tests/suggest.c0000664000000000000000000000611511754555060012524 00000000000000/* suggest.c --- Test the SASL mechanism suggestion function. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" void doit (void) { Gsasl *ctx = NULL; const char *str; const char *p; int res; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } str = "FOO BAR FOO"; p = gsasl_client_suggest_mechanism (ctx, str); if (debug) printf ("gsasl_client_suggest_mechanism(%s) = %s\n", str, p ? p : "(null)"); if (p) fail ("FAIL: not null?!\n"); if (gsasl_client_support_p (ctx, "EXTERNAL")) { str = "FOO BAR EXTERNAL BAR FOO"; p = gsasl_client_suggest_mechanism (ctx, str); if (debug) printf ("gsasl_client_suggest_mechanism(%s) = %s\n", str, p); if (!p || strcmp (p, "EXTERNAL") != 0) fail ("FAIL: not external?!\n"); } if (gsasl_client_support_p (ctx, "CRAM-MD5")) { str = "FOO BAR CRAM-MD5 BAR FOO"; p = gsasl_client_suggest_mechanism (ctx, str); if (debug) printf ("gsasl_client_suggest_mechanism(%s) = %s\n", str, p); if (!p || strcmp (p, "CRAM-MD5") != 0) fail ("FAIL: not cram-md5?!\n"); } if (gsasl_client_support_p (ctx, "PLAIN") && gsasl_client_support_p (ctx, "CRAM-MD5")) { str = "FOO PLAIN CRAM-MD5 BAR FOO"; p = gsasl_client_suggest_mechanism (ctx, str); if (debug) printf ("gsasl_client_suggest_mechanism(%s) = %s\n", str, p); if (!p || strcmp (p, "CRAM-MD5") != 0) fail ("FAIL: not cram-md5?!\n"); } if (gsasl_client_support_p (ctx, "PLAIN")) { str = "FOO PLAIN BAR FOO"; p = gsasl_client_suggest_mechanism (ctx, str); if (debug) printf ("gsasl_client_suggest_mechanism(%s) = %s\n", str, p); if (!p || strcmp (p, "PLAIN") != 0) fail ("FAIL: not plain?!\n"); } if (gsasl_client_support_p (ctx, "PLAIN") && gsasl_client_support_p (ctx, "CRAM-MD5") && gsasl_client_support_p (ctx, "DIGEST-MD5")) { str = "FOO PLAIN CRAM-MD5 DIGEST-MD5 FOO"; p = gsasl_client_suggest_mechanism (ctx, str); if (debug) printf ("gsasl_client_suggest_mechanism(%s) = %s\n", str, p); if (!p || strcmp (p, "CRAM-MD5") != 0) fail ("FAIL: not cram-md5?!\n"); } gsasl_done (ctx); } gsasl-1.8.0/tests/threadsafety0000775000000000000000000001120111754555060013300 00000000000000#!/bin/sh # Copyright (C) 2004-2012 Simon Josefsson # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . FILES="$@" FILES=${FILES:-$THREADSAFETY_FILES} EGREP=${EGREP:-egrep} if test -z "$FILES"; then echo "Usage: $0 [FILE...]" exit 1 fi UNSAFE="" # Thread unsafe functions according to latest POSIX, see: # http://www.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_09_01 UNSAFE="$UNSAFE asctime" UNSAFE="$UNSAFE basename" UNSAFE="$UNSAFE catgets" UNSAFE="$UNSAFE crypt" UNSAFE="$UNSAFE ctime" UNSAFE="$UNSAFE dbm_clearerr" UNSAFE="$UNSAFE dbm_close" UNSAFE="$UNSAFE dbm_delete" UNSAFE="$UNSAFE dbm_error" UNSAFE="$UNSAFE dbm_fetch" UNSAFE="$UNSAFE dbm_firstkey" UNSAFE="$UNSAFE dbm_nextkey" UNSAFE="$UNSAFE dbm_open" UNSAFE="$UNSAFE dbm_store" UNSAFE="$UNSAFE dirname" UNSAFE="$UNSAFE dlerror" UNSAFE="$UNSAFE drand48" UNSAFE="$UNSAFE encrypt" UNSAFE="$UNSAFE endgrent" UNSAFE="$UNSAFE endpwent" UNSAFE="$UNSAFE endutxent" UNSAFE="$UNSAFE ftw" UNSAFE="$UNSAFE getc_unlocked" UNSAFE="$UNSAFE getchar_unlocked" UNSAFE="$UNSAFE getdate" UNSAFE="$UNSAFE getenv" UNSAFE="$UNSAFE getgrent" UNSAFE="$UNSAFE getgrgid" UNSAFE="$UNSAFE getgrnam" UNSAFE="$UNSAFE gethostent" UNSAFE="$UNSAFE getlogin" UNSAFE="$UNSAFE getnetbyaddr" UNSAFE="$UNSAFE getnetbyname" UNSAFE="$UNSAFE getnetent" UNSAFE="$UNSAFE getopt" UNSAFE="$UNSAFE getprotobyname" UNSAFE="$UNSAFE getprotobynumber" UNSAFE="$UNSAFE getprotoent" UNSAFE="$UNSAFE getpwent" UNSAFE="$UNSAFE getpwnam" UNSAFE="$UNSAFE getpwuid" UNSAFE="$UNSAFE getservbyname" UNSAFE="$UNSAFE getservbyport" UNSAFE="$UNSAFE getservent" UNSAFE="$UNSAFE getutxent" UNSAFE="$UNSAFE getutxid" UNSAFE="$UNSAFE getutxline" UNSAFE="$UNSAFE gmtime" UNSAFE="$UNSAFE hcreate" UNSAFE="$UNSAFE hdestroy" UNSAFE="$UNSAFE hsearch" UNSAFE="$UNSAFE inet_ntoa" UNSAFE="$UNSAFE l64a" UNSAFE="$UNSAFE lgamma" UNSAFE="$UNSAFE lgammaf" UNSAFE="$UNSAFE lgammal" UNSAFE="$UNSAFE localeconv" UNSAFE="$UNSAFE localtime" UNSAFE="$UNSAFE lrand48" UNSAFE="$UNSAFE mrand48" UNSAFE="$UNSAFE nftw" UNSAFE="$UNSAFE nl_langinfo" UNSAFE="$UNSAFE ptsname" UNSAFE="$UNSAFE putc_unlocked" UNSAFE="$UNSAFE putchar_unlocked" UNSAFE="$UNSAFE putenv" UNSAFE="$UNSAFE pututxline" UNSAFE="$UNSAFE rand" UNSAFE="$UNSAFE readdir" UNSAFE="$UNSAFE setenv" UNSAFE="$UNSAFE setgrent" UNSAFE="$UNSAFE setkey" UNSAFE="$UNSAFE setpwent" UNSAFE="$UNSAFE setutxent" UNSAFE="$UNSAFE strerror" UNSAFE="$UNSAFE strsignal" UNSAFE="$UNSAFE strtok" UNSAFE="$UNSAFE system" UNSAFE="$UNSAFE ttyname" UNSAFE="$UNSAFE unsetenv" UNSAFE="$UNSAFE wcstombs" UNSAFE="$UNSAFE wctomb" # Additional functions that aren't thread-safe if passed a NULL argument UNSAFE="$UNSAFE ctermid" UNSAFE="$UNSAFE tmpname" UNSAFE="$UNSAFE wcrtomb" UNSAFE="$UNSAFE wcsrtombs" # Legacy functions removed between issue 6 and 7, see: # http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_09.html#tag_02_09_01 UNSAFE="$UNSAFE ecvt" UNSAFE="$UNSAFE fcvt" UNSAFE="$UNSAFE gcvt" UNSAFE="$UNSAFE gethostbyaddr" UNSAFE="$UNSAFE gethostbyname" # Other (potentially) thread unsafe functions, see: # http://blog.josefsson.org/2009/06/23/thread-safe-functions/ UNSAFE="$UNSAFE erand48" UNSAFE="$UNSAFE ether_aton" UNSAFE="$UNSAFE ether_ntoa" UNSAFE="$UNSAFE fgetgrent" UNSAFE="$UNSAFE fgetpwent" UNSAFE="$UNSAFE fgetspent" UNSAFE="$UNSAFE getaliasbyname" UNSAFE="$UNSAFE getaliasent" UNSAFE="$UNSAFE gethostbyname2" UNSAFE="$UNSAFE getmntent" UNSAFE="$UNSAFE getnetgrent" UNSAFE="$UNSAFE getrpcbyname" UNSAFE="$UNSAFE getrpcbynumber" UNSAFE="$UNSAFE getrpcent" UNSAFE="$UNSAFE getspent" UNSAFE="$UNSAFE getspnam" UNSAFE="$UNSAFE getutent" UNSAFE="$UNSAFE getutid" UNSAFE="$UNSAFE getutline" UNSAFE="$UNSAFE initstate" UNSAFE="$UNSAFE jrand48" UNSAFE="$UNSAFE lcong48" UNSAFE="$UNSAFE nrand48" UNSAFE="$UNSAFE qecvt" UNSAFE="$UNSAFE qfcvt" UNSAFE="$UNSAFE random" UNSAFE="$UNSAFE seed48" UNSAFE="$UNSAFE setstate" UNSAFE="$UNSAFE sgetspent" UNSAFE="$UNSAFE srand48" UNSAFE="$UNSAFE srandom" set -- $UNSAFE cmd="-e [^.>=_0-9a-z]($1" shift while test "$1"; do cmd="${cmd}|$1" shift done cmd="${cmd})[^.>=_0-9a-z]*\(" if $EGREP $cmd $FILES; then exit 1 fi exit 0 gsasl-1.8.0/tests/old-md5file.c0000664000000000000000000000475111754555060013150 00000000000000/* md5file.c --- Test the MD5 file password function. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" /* Should match values from cram-md5.pwd. */ #define BILL "bill" #define BILL_PASSWD "hubba-hubba" void doit (void) { const char *md5file; char key[BUFSIZ]; size_t keylen = BUFSIZ - 1; int res; md5file = getenv ("MD5FILE"); if (md5file) { char *p; if ((p = strchr (md5file, '='))) md5file = p; } if (!md5file) md5file = "cram-md5.pwd"; keylen = sizeof (key) - 1; res = gsasl_md5pwd_get_password ("non-existing-file", "user", key, &keylen); if (res == GSASL_FOPEN_ERROR) success ("non-existing-file OK\n"); else fail ("non-existing-file FAIL (%d): %s\n", res, gsasl_strerror (res)); keylen = sizeof (key) - 1; res = gsasl_md5pwd_get_password (md5file, BILL, key, &keylen); if (res == GSASL_OK) success ("user-found OK\n"); else fail ("user-found FAIL (%d): %s\n", res, gsasl_strerror (res)); if (keylen != strlen (BILL_PASSWD) || memcmp (key, BILL_PASSWD, keylen) != 0) fail ("user-password FAIL (%lu): %.*s\n", (unsigned long) keylen, (int) keylen, key); else success ("user-password OK\n"); keylen = 5; res = gsasl_md5pwd_get_password (md5file, BILL, key, &keylen); if (res == GSASL_TOO_SMALL_BUFFER) success ("too-small-buffer OK\n"); else fail ("too-small-buffer FAIL (%d): %s\n", res, gsasl_strerror (res)); keylen = sizeof (key) - 1; res = gsasl_md5pwd_get_password (md5file, "user", key, &keylen); if (res == GSASL_AUTHENTICATION_ERROR) success ("no-such-user OK\n"); else fail ("no-such-user FAIL (%d): %s\n", res, gsasl_strerror (res)); } gsasl-1.8.0/tests/cram-md5.pwd0000664000000000000000000000047311746471770013027 00000000000000# Derived from ../doc/specification/md5.txt written by Mark Crispin. # # CRAM-MD5 authentication database # Entries are in form # Lines starting with "#" are comments bill hubba-hubba hillary nysenator monica beret tripp wired kenstarr inquisitor reno waco jessie thebody billgates ruleworld gsasl-1.8.0/tests/old-digest-md5.c0000664000000000000000000001254611754555060013566 00000000000000/* digest-md5.c --- Test the DIGEST-MD5 mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" #define PASSWORD "Open, Sesame" #define USERNAME "Ali Baba" /* "Ali " "\xC2\xAD" "Bab" "\xC2\xAA" */ /* "Al\xC2\xAA""dd\xC2\xAD""in\xC2\xAE" */ static int server_cb_retrieve (Gsasl_session_ctx * xctx, const char *authentication_id, const char *authorization_id, const char *realm, char *key, size_t * keylen) { size_t needlen = strlen (PASSWORD); if (key && *keylen < needlen) return GSASL_TOO_SMALL_BUFFER; *keylen = needlen; if (key) memcpy (key, PASSWORD, *keylen); return GSASL_OK; } static Gsasl_qop server_cb_qop (Gsasl_session_ctx * xctx) { int i = *(int *) gsasl_appinfo_get (xctx); if (i == 1 || i == 3) return GSASL_QOP_AUTH; else if (i == 2) return GSASL_QOP_AUTH | GSASL_QOP_AUTH_INT; else return 0; } static Gsasl_qop client_cb_qop (Gsasl_session * sctx, Gsasl_qop serverqops) { if (serverqops & GSASL_QOP_AUTH_INT) return GSASL_QOP_AUTH_INT; return GSASL_QOP_AUTH; } static int client_callback_service (Gsasl_session_ctx * ctx, char *srv, size_t * srvlen, char *host, size_t * hostlen, char *srvname, size_t * srvnamelen) { return GSASL_OK; } static int client_cb_authentication_id (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { size_t needlen = strlen (USERNAME); if (out && *outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, USERNAME, *outlen); return GSASL_OK; } static int client_cb_password (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { size_t needlen = strlen (PASSWORD); if (out && *outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, PASSWORD, *outlen); return GSASL_OK; } void doit (void) { Gsasl_ctx *ctx = NULL; Gsasl_session_ctx *server = NULL, *client = NULL; char *s1, *s2; size_t s1len, s2len; size_t i; int res; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (ctx, "DIGEST-MD5") || !gsasl_server_support_p (ctx, "DIGEST-MD5")) { gsasl_done (ctx); fail ("No support for DIGEST-MD5.\n"); exit (77); } gsasl_server_callback_retrieve_set (ctx, server_cb_retrieve); gsasl_server_callback_qop_set (ctx, server_cb_qop); gsasl_client_callback_service_set (ctx, client_callback_service); gsasl_client_callback_authentication_id_set (ctx, client_cb_authentication_id); gsasl_client_callback_password_set (ctx, client_cb_password); for (i = 0; i < 5; i++) { if (i > 2) gsasl_client_callback_qop_set (ctx, client_cb_qop); res = gsasl_server_start (ctx, "DIGEST-MD5", &server); if (res != GSASL_OK) { fail ("gsasl_server_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "DIGEST-MD5", &client); if (res != GSASL_OK) { fail ("gsasl_client_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } gsasl_appinfo_set (server, (void *) &i); /* Server begins... */ res = gsasl_step (server, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step(1) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s\n", (int) s1len, s1); /* Client respond... */ res = gsasl_step (client, s1, s1len, &s2, &s2len); free (s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step(2) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: %.*s\n", (int) s2len, s2); /* Server finishes... */ res = gsasl_step (server, s2, s2len, &s1, &s1len); free (s2); if (res != GSASL_OK) { fail ("gsasl_step(3) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: %.*s\n", (int) s1len, s1); /* Client finishes... */ res = gsasl_step (client, s1, s1len, &s2, &s2len); free (s1); if (res != GSASL_OK) { fail ("gsasl_step(4) failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) { /* Solaris x86 crashes here if s2 is NULL, even when s2len is 0. */ if (s2len) printf ("C: %.*s\n", (int) s2len, s2); else printf ("C: \n"); } free (s2); if (debug) printf ("\n"); gsasl_client_finish (client); gsasl_server_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/Makefile.in0000664000000000000000000017761211760730721012753 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2002-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @OBSOLETE_TRUE@am__append_1 = old-simple old-md5file old-cram-md5 old-digest-md5 \ @OBSOLETE_TRUE@ old-base64 TESTS = threadsafety $(am__EXEEXT_2) check_PROGRAMS = $(am__EXEEXT_2) subdir = tests DIST_COMMON = $(dist_check_SCRIPTS) $(dist_noinst_DATA) \ $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libutils_la_LIBADD = am_libutils_la_OBJECTS = utils.lo libutils_la_OBJECTS = $(am_libutils_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent @OBSOLETE_TRUE@am__EXEEXT_1 = old-simple$(EXEEXT) old-md5file$(EXEEXT) \ @OBSOLETE_TRUE@ old-cram-md5$(EXEEXT) old-digest-md5$(EXEEXT) \ @OBSOLETE_TRUE@ old-base64$(EXEEXT) am__EXEEXT_2 = external$(EXEEXT) cram-md5$(EXEEXT) digest-md5$(EXEEXT) \ md5file$(EXEEXT) name$(EXEEXT) errors$(EXEEXT) \ suggest$(EXEEXT) simple$(EXEEXT) crypto$(EXEEXT) \ scram$(EXEEXT) scramplus$(EXEEXT) symbols$(EXEEXT) \ readnz$(EXEEXT) gssapi$(EXEEXT) gs2-krb5$(EXEEXT) \ saml20$(EXEEXT) openid20$(EXEEXT) $(am__EXEEXT_1) cram_md5_SOURCES = cram-md5.c cram_md5_OBJECTS = cram-md5.$(OBJEXT) cram_md5_LDADD = $(LDADD) cram_md5_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la crypto_SOURCES = crypto.c crypto_OBJECTS = crypto.$(OBJEXT) crypto_LDADD = $(LDADD) crypto_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la digest_md5_SOURCES = digest-md5.c digest_md5_OBJECTS = digest-md5.$(OBJEXT) digest_md5_LDADD = $(LDADD) digest_md5_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la errors_SOURCES = errors.c errors_OBJECTS = errors.$(OBJEXT) errors_LDADD = $(LDADD) errors_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la external_SOURCES = external.c external_OBJECTS = external.$(OBJEXT) external_LDADD = $(LDADD) external_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la gs2_krb5_SOURCES = gs2-krb5.c gs2_krb5_OBJECTS = gs2-krb5.$(OBJEXT) gs2_krb5_LDADD = $(LDADD) gs2_krb5_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la gssapi_SOURCES = gssapi.c gssapi_OBJECTS = gssapi.$(OBJEXT) gssapi_LDADD = $(LDADD) gssapi_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la md5file_SOURCES = md5file.c md5file_OBJECTS = md5file.$(OBJEXT) md5file_LDADD = $(LDADD) md5file_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la name_SOURCES = name.c name_OBJECTS = name.$(OBJEXT) name_LDADD = $(LDADD) name_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la libutils.la old_base64_SOURCES = old-base64.c old_base64_OBJECTS = old-base64.$(OBJEXT) old_base64_LDADD = $(LDADD) old_base64_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la old_cram_md5_SOURCES = old-cram-md5.c old_cram_md5_OBJECTS = old-cram-md5.$(OBJEXT) old_cram_md5_LDADD = $(LDADD) old_cram_md5_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la old_digest_md5_SOURCES = old-digest-md5.c old_digest_md5_OBJECTS = old-digest-md5.$(OBJEXT) old_digest_md5_LDADD = $(LDADD) old_digest_md5_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la old_md5file_SOURCES = old-md5file.c old_md5file_OBJECTS = old-md5file.$(OBJEXT) old_md5file_LDADD = $(LDADD) old_md5file_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la old_simple_SOURCES = old-simple.c old_simple_OBJECTS = old-simple.$(OBJEXT) old_simple_LDADD = $(LDADD) old_simple_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la openid20_SOURCES = openid20.c openid20_OBJECTS = openid20.$(OBJEXT) openid20_LDADD = $(LDADD) openid20_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la readnz_SOURCES = readnz.c readnz_OBJECTS = readnz.$(OBJEXT) readnz_LDADD = $(LDADD) readnz_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la saml20_SOURCES = saml20.c saml20_OBJECTS = saml20.$(OBJEXT) saml20_LDADD = $(LDADD) saml20_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la scram_SOURCES = scram.c scram_OBJECTS = scram.$(OBJEXT) scram_LDADD = $(LDADD) scram_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la libutils.la scramplus_SOURCES = scramplus.c scramplus_OBJECTS = scramplus.$(OBJEXT) scramplus_LDADD = $(LDADD) scramplus_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la simple_SOURCES = simple.c simple_OBJECTS = simple.$(OBJEXT) simple_LDADD = $(LDADD) simple_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la suggest_SOURCES = suggest.c suggest_OBJECTS = suggest.$(OBJEXT) suggest_LDADD = $(LDADD) suggest_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la symbols_SOURCES = symbols.c symbols_OBJECTS = symbols.$(OBJEXT) symbols_LDADD = $(LDADD) symbols_DEPENDENCIES = ../lib/src/libgsasl.la ../gl/libgl.la \ libutils.la DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/lib/build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libutils_la_SOURCES) cram-md5.c crypto.c digest-md5.c \ errors.c external.c gs2-krb5.c gssapi.c md5file.c name.c \ old-base64.c old-cram-md5.c old-digest-md5.c old-md5file.c \ old-simple.c openid20.c readnz.c saml20.c scram.c scramplus.c \ simple.c suggest.c symbols.c DIST_SOURCES = $(libutils_la_SOURCES) cram-md5.c crypto.c digest-md5.c \ errors.c external.c gs2-krb5.c gssapi.c md5file.c name.c \ old-base64.c old-cram-md5.c old-digest-md5.c old-md5file.c \ old-simple.c openid20.c readnz.c saml20.c scram.c scramplus.c \ simple.c suggest.c symbols.c DATA = $(dist_noinst_DATA) ETAGS = etags CTAGS = ctags am__tty_colors = \ red=; grn=; lgn=; blu=; std= DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_noinst_DATA = cram-md5.pwd AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl \ -I$(top_srcdir)/lib/src -I$(top_builddir)/lib/src AM_LDFLAGS = -no-install LDADD = ../lib/src/libgsasl.la ../gl/libgl.la libutils.la EXTRA_DIST = libgsasl.supp gssapi.key gssapi.tkt shishi.conf noinst_LTLIBRARIES = libutils.la libutils_la_SOURCES = utils.h utils.c TESTS_ENVIRONMENT = \ SHISHI_KEYS=$(srcdir)/gssapi.key \ SHISHI_TICKETS=$(srcdir)/gssapi.tkt \ SHISHI_CONFIG=$(srcdir)/shishi.conf \ SHISHI_HOME=$(srcdir) \ SHISHI_USER=ignore-this-warning \ THREADSAFETY_FILES=`ls $(top_srcdir)/lib/*/*.c | $(GREP) -v -e lib/gl/vasnprintf.c -e lib/gl/getdelim.c` \ MD5FILE=$(srcdir)/cram-md5.pwd \ EGREP="$(EGREP)" \ GNUGSS=`if grep 'HAVE_LIBGSS 1' ../lib/config.h > /dev/null; then echo yes; else echo no; fi` \ $(VALGRIND) ctests = external cram-md5 digest-md5 md5file name errors suggest \ simple crypto scram scramplus symbols readnz gssapi gs2-krb5 \ saml20 openid20 $(am__append_1) dist_check_SCRIPTS = threadsafety all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu tests/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libutils.la: $(libutils_la_OBJECTS) $(libutils_la_DEPENDENCIES) $(EXTRA_libutils_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libutils_la_OBJECTS) $(libutils_la_LIBADD) $(LIBS) clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list cram-md5$(EXEEXT): $(cram_md5_OBJECTS) $(cram_md5_DEPENDENCIES) $(EXTRA_cram_md5_DEPENDENCIES) @rm -f cram-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(cram_md5_OBJECTS) $(cram_md5_LDADD) $(LIBS) crypto$(EXEEXT): $(crypto_OBJECTS) $(crypto_DEPENDENCIES) $(EXTRA_crypto_DEPENDENCIES) @rm -f crypto$(EXEEXT) $(AM_V_CCLD)$(LINK) $(crypto_OBJECTS) $(crypto_LDADD) $(LIBS) digest-md5$(EXEEXT): $(digest_md5_OBJECTS) $(digest_md5_DEPENDENCIES) $(EXTRA_digest_md5_DEPENDENCIES) @rm -f digest-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(digest_md5_OBJECTS) $(digest_md5_LDADD) $(LIBS) errors$(EXEEXT): $(errors_OBJECTS) $(errors_DEPENDENCIES) $(EXTRA_errors_DEPENDENCIES) @rm -f errors$(EXEEXT) $(AM_V_CCLD)$(LINK) $(errors_OBJECTS) $(errors_LDADD) $(LIBS) external$(EXEEXT): $(external_OBJECTS) $(external_DEPENDENCIES) $(EXTRA_external_DEPENDENCIES) @rm -f external$(EXEEXT) $(AM_V_CCLD)$(LINK) $(external_OBJECTS) $(external_LDADD) $(LIBS) gs2-krb5$(EXEEXT): $(gs2_krb5_OBJECTS) $(gs2_krb5_DEPENDENCIES) $(EXTRA_gs2_krb5_DEPENDENCIES) @rm -f gs2-krb5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gs2_krb5_OBJECTS) $(gs2_krb5_LDADD) $(LIBS) gssapi$(EXEEXT): $(gssapi_OBJECTS) $(gssapi_DEPENDENCIES) $(EXTRA_gssapi_DEPENDENCIES) @rm -f gssapi$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gssapi_OBJECTS) $(gssapi_LDADD) $(LIBS) md5file$(EXEEXT): $(md5file_OBJECTS) $(md5file_DEPENDENCIES) $(EXTRA_md5file_DEPENDENCIES) @rm -f md5file$(EXEEXT) $(AM_V_CCLD)$(LINK) $(md5file_OBJECTS) $(md5file_LDADD) $(LIBS) name$(EXEEXT): $(name_OBJECTS) $(name_DEPENDENCIES) $(EXTRA_name_DEPENDENCIES) @rm -f name$(EXEEXT) $(AM_V_CCLD)$(LINK) $(name_OBJECTS) $(name_LDADD) $(LIBS) old-base64$(EXEEXT): $(old_base64_OBJECTS) $(old_base64_DEPENDENCIES) $(EXTRA_old_base64_DEPENDENCIES) @rm -f old-base64$(EXEEXT) $(AM_V_CCLD)$(LINK) $(old_base64_OBJECTS) $(old_base64_LDADD) $(LIBS) old-cram-md5$(EXEEXT): $(old_cram_md5_OBJECTS) $(old_cram_md5_DEPENDENCIES) $(EXTRA_old_cram_md5_DEPENDENCIES) @rm -f old-cram-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(old_cram_md5_OBJECTS) $(old_cram_md5_LDADD) $(LIBS) old-digest-md5$(EXEEXT): $(old_digest_md5_OBJECTS) $(old_digest_md5_DEPENDENCIES) $(EXTRA_old_digest_md5_DEPENDENCIES) @rm -f old-digest-md5$(EXEEXT) $(AM_V_CCLD)$(LINK) $(old_digest_md5_OBJECTS) $(old_digest_md5_LDADD) $(LIBS) old-md5file$(EXEEXT): $(old_md5file_OBJECTS) $(old_md5file_DEPENDENCIES) $(EXTRA_old_md5file_DEPENDENCIES) @rm -f old-md5file$(EXEEXT) $(AM_V_CCLD)$(LINK) $(old_md5file_OBJECTS) $(old_md5file_LDADD) $(LIBS) old-simple$(EXEEXT): $(old_simple_OBJECTS) $(old_simple_DEPENDENCIES) $(EXTRA_old_simple_DEPENDENCIES) @rm -f old-simple$(EXEEXT) $(AM_V_CCLD)$(LINK) $(old_simple_OBJECTS) $(old_simple_LDADD) $(LIBS) openid20$(EXEEXT): $(openid20_OBJECTS) $(openid20_DEPENDENCIES) $(EXTRA_openid20_DEPENDENCIES) @rm -f openid20$(EXEEXT) $(AM_V_CCLD)$(LINK) $(openid20_OBJECTS) $(openid20_LDADD) $(LIBS) readnz$(EXEEXT): $(readnz_OBJECTS) $(readnz_DEPENDENCIES) $(EXTRA_readnz_DEPENDENCIES) @rm -f readnz$(EXEEXT) $(AM_V_CCLD)$(LINK) $(readnz_OBJECTS) $(readnz_LDADD) $(LIBS) saml20$(EXEEXT): $(saml20_OBJECTS) $(saml20_DEPENDENCIES) $(EXTRA_saml20_DEPENDENCIES) @rm -f saml20$(EXEEXT) $(AM_V_CCLD)$(LINK) $(saml20_OBJECTS) $(saml20_LDADD) $(LIBS) scram$(EXEEXT): $(scram_OBJECTS) $(scram_DEPENDENCIES) $(EXTRA_scram_DEPENDENCIES) @rm -f scram$(EXEEXT) $(AM_V_CCLD)$(LINK) $(scram_OBJECTS) $(scram_LDADD) $(LIBS) scramplus$(EXEEXT): $(scramplus_OBJECTS) $(scramplus_DEPENDENCIES) $(EXTRA_scramplus_DEPENDENCIES) @rm -f scramplus$(EXEEXT) $(AM_V_CCLD)$(LINK) $(scramplus_OBJECTS) $(scramplus_LDADD) $(LIBS) simple$(EXEEXT): $(simple_OBJECTS) $(simple_DEPENDENCIES) $(EXTRA_simple_DEPENDENCIES) @rm -f simple$(EXEEXT) $(AM_V_CCLD)$(LINK) $(simple_OBJECTS) $(simple_LDADD) $(LIBS) suggest$(EXEEXT): $(suggest_OBJECTS) $(suggest_DEPENDENCIES) $(EXTRA_suggest_DEPENDENCIES) @rm -f suggest$(EXEEXT) $(AM_V_CCLD)$(LINK) $(suggest_OBJECTS) $(suggest_LDADD) $(LIBS) symbols$(EXEEXT): $(symbols_OBJECTS) $(symbols_DEPENDENCIES) $(EXTRA_symbols_DEPENDENCIES) @rm -f symbols$(EXEEXT) $(AM_V_CCLD)$(LINK) $(symbols_OBJECTS) $(symbols_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cram-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/digest-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/external.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gs2-krb5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gssapi.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5file.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/name.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/old-base64.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/old-cram-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/old-digest-md5.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/old-md5file.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/old-simple.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openid20.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/readnz.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saml20.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scram.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scramplus.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/suggest.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbols.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ col=$$red; res=XPASS; \ ;; \ *) \ col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ col=$$blu; res=SKIP; \ fi; \ echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ All=""; \ else \ tests="tests"; \ All="All "; \ fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="$$All$$all $$tests passed"; \ else \ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all $$tests failed"; \ else \ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ if test "$$skip" -eq 1; then \ skipped="($$skip test was not run)"; \ else \ skipped="($$skip tests were not run)"; \ fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ col="$$grn"; \ else \ col="$$red"; \ fi; \ echo "$${col}$$dashes$${std}"; \ echo "$${col}$$banner$${std}"; \ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ test -z "$$report" || echo "$${col}$$report$${std}"; \ echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \ $(dist_check_SCRIPTS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile $(LTLIBRARIES) $(DATA) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES ctags distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/tests/old-base64.c0000664000000000000000000000310711754555060012701 00000000000000/* old-base64.c --- Test the base64 functions, using old callback API. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include int main (void) { char target[50]; size_t targsize = sizeof (target); int len; len = gsasl_base64_encode ("foobar", 6, target, targsize); printf ("base64_encode(foobar, 6) = %d, %.*s\n", len, len, target); if (len != 8 || memcmp (target, "Zm9vYmFy", len) != 0) { printf ("base64_encode failure\n"); return EXIT_FAILURE; } len = gsasl_base64_decode ("Zm9vYmFy", target, targsize); printf ("base64_decode(Zm9vYmFy, 8) = %d, %.*s\n", len, len, target); if (len != 6 || memcmp (target, "foobar", len) != 0) { printf ("base64_decode failure\n"); return EXIT_FAILURE; } return EXIT_SUCCESS; } gsasl-1.8.0/tests/name.c0000664000000000000000000000470311754555060011764 00000000000000/* name.c --- Test the gsasl_mechanism_name function. * Copyright (C) 2008-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; int res; const char *p; p = gsasl_mechanism_name (NULL); if (p != NULL) fail ("gsasl_mechanism_name (NULL) failed: %s\n", p); success ("gsasl_mechanism_name (NULL) ok\n"); res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (gsasl_server_support_p (ctx, "CRAM-MD5")) { res = gsasl_server_start (ctx, "CRAM-MD5", &server); if (res != GSASL_OK) fail ("gsasl_server_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); else { p = gsasl_mechanism_name (server); if (!p) fail ("gsasl_mechanism_name() returned NULL.\n"); else if (strcmp ("CRAM-MD5", p) == 0) success ("gsasl_mechanism_name() returned correct %s\n", p); else fail ("gsasl_mechanism_name() returned incorrect %s", p); gsasl_finish (server); } } if (gsasl_client_support_p (ctx, "PLAIN")) { res = gsasl_client_start (ctx, "PLAIN", &client); if (res != GSASL_OK) fail ("gsasl_client_start() failed (%d):\n%s\n", res, gsasl_strerror (res)); else { p = gsasl_mechanism_name (client); if (!p) fail ("gsasl_mechanism_name() returned NULL.\n"); else if (strcmp ("PLAIN", p) == 0) success ("gsasl_mechanism_name() returned correct %s\n", p); else fail ("gsasl_mechanism_name() returned incorrect %s", p); gsasl_finish (client); } } gsasl_done (ctx); } gsasl-1.8.0/tests/external.c0000664000000000000000000001050411754555060012662 00000000000000/* external.c --- Test the EXTERNAL mechanism. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" static const struct { const char *sendauthzid; const char *recvauthzid; int clientrc; int callbackrc; int serverrc; } tv[] = { /* *INDENT-OFF* */ { NULL, "", GSASL_OK, GSASL_OK, GSASL_OK }, { "", "", GSASL_OK, GSASL_OK, GSASL_OK }, { "foo", "foo", GSASL_OK, GSASL_OK, GSASL_OK }, { "foo", "foo", GSASL_OK, GSASL_NO_CALLBACK, GSASL_NO_CALLBACK }, { "foo\0bar", "foo", GSASL_OK, GSASL_OK, GSASL_OK }, { "foo\0bar", "foo", GSASL_OK, GSASL_AUTHENTICATION_ERROR, GSASL_AUTHENTICATION_ERROR } /* *INDENT-ON* */ }; static int callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { static unsigned c = 0; static unsigned s = 0; int rc = GSASL_NO_CALLBACK; c = c % sizeof (tv) / sizeof (tv[0]); s = s % sizeof (tv) / sizeof (tv[0]); /* Get user info from user. */ switch (prop) { case GSASL_AUTHZID: gsasl_property_set (sctx, prop, tv[c++].sendauthzid); rc = GSASL_OK; break; case GSASL_VALIDATE_EXTERNAL: rc = tv[s++].callbackrc; break; default: fail ("Unknown callback property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1, *s2; size_t s1len, s2len; int i; int res; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (ctx, "EXTERNAL") || !gsasl_server_support_p (ctx, "EXTERNAL")) { gsasl_done (ctx); fail ("No support for EXTERNAL.\n"); exit (77); } gsasl_callback_set (ctx, callback); for (i = 0; i < 2 * (sizeof (tv) / sizeof (tv[0])); i++) { size_t n = i % sizeof (tv) / sizeof (tv[0]); res = gsasl_server_start (ctx, "EXTERNAL", &server); if (res != GSASL_OK) { fail ("gsasl_server_start (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_client_start (ctx, "EXTERNAL", &client); if (res != GSASL_OK) { fail ("gsasl_client_start (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_step (server, NULL, 0, &s1, &s1len); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step server1 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) { if (s1) printf ("S[%d]: `%.*s' (%lu)\n", i, (int) s1len, s1, (unsigned long) s1len); else printf ("S[%d] NULL\n", i); } res = gsasl_step (client, s1, s1len, &s2, &s2len); if (res != tv[n].clientrc) { fail ("gsasl_step client1 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (s1) gsasl_free (s1); if (debug) { if (s2) printf ("C[%d]: `%.*s' (%lu)\n", i, (int) s2len, s2, (unsigned long) s2len); else printf ("C[%d] NULL\n", i); } res = gsasl_step (server, s2, s2len, &s1, &s1len); if (s2) gsasl_free (s2); if (res != tv[n].serverrc) { fail ("gsasl_step server2 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (s1len != 0) { fail ("gsasl_step() failed, additional length=%lu:\n%s", (unsigned long) s1len, s1); return; } if (memcmp (s1, tv[n].recvauthzid, s1len) != 0) { fail ("gsasl_step() failed, recv authzid mismatch: `%s' != `%s'\n", s1, tv[n].recvauthzid); return; } if (s1) gsasl_free (s1); gsasl_finish (client); gsasl_finish (server); } gsasl_done (ctx); } gsasl-1.8.0/tests/readnz.c0000664000000000000000000000452211754555060012326 00000000000000/* readnz.c --- Check out-of-bounds reads on non-zero terminated strings. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" static void doit2 (bool server_p) { Gsasl *ctx = NULL; Gsasl_session *session = NULL; char *mechs; char *mech, *ptrptr = NULL; char *s1; size_t s1len; int res; size_t i; res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (server_p) res = gsasl_server_mechlist (ctx, &mechs); else res = gsasl_client_mechlist (ctx, &mechs); if (res != GSASL_OK) { fail ("mechlist() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } for (i = 0; (mech = strtok_r (i == 0 ? mechs : NULL, " ", &ptrptr)); i++) { size_t len; for (len = 0; len < 5; len++) { char *p; if (server_p) res = gsasl_server_start (ctx, mech, &session); else res = gsasl_client_start (ctx, mech, &session); if (res != GSASL_OK) { fail ("start(%s) failed (%d):\n%s\n", mech, res, gsasl_strerror (res)); return; } p = malloc (len); if (!p) { fail ("out of memory\n"); return; } memset (p, 42, len); res = gsasl_step (session, p, len, &s1, &s1len); if (res == GSASL_OK || res == GSASL_NEEDS_MORE) gsasl_free (s1); gsasl_free (p); gsasl_finish (session); } } gsasl_free (mechs); gsasl_done (ctx); } void doit (void) { doit2 (true); doit2 (false); } gsasl-1.8.0/tests/saml20.c0000664000000000000000000001463211754555060012144 00000000000000/* saml20.c --- Test the SAML20 mechanism. * Copyright (C) 2010-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include "utils.h" const char *samlchallenge = "https://saml.example.org/SAML/Browser?SAMLRequest=PHNhbWxwOk" "F1dGhuUmVxdWVzdCB4bWxuczpzYW1scD0idXJuOm9hc2lzOm5hbWVzOnRjOl" "NBTUw6Mi4wOnByb3RvY29sIg0KICAgIElEPSJfYmVjNDI0ZmE1MTAzNDI4OT" "A5YTMwZmYxZTMxMTY4MzI3Zjc5NDc0OTg0IiBWZXJzaW9uPSIyLjAiDQogIC" "AgSXNzdWVJbnN0YW50PSIyMDA3LTEyLTEwVDExOjM5OjM0WiIgRm9yY2VBdX" "Robj0iZmFsc2UiDQogICAgSXNQYXNzaXZlPSJmYWxzZSINCiAgICBQcm90b2" "NvbEJpbmRpbmc9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDpiaW5kaW" "5nczpIVFRQLVBPU1QiDQogICAgQXNzZXJ0aW9uQ29uc3VtZXJTZXJ2aWNlVV" "JMPQ0KICAgICAgICAiaHR0cHM6Ly94bXBwLmV4YW1wbGUuY29tL1NBTUwvQX" "NzZXJ0aW9uQ29uc3VtZXJTZXJ2aWNlIj4NCiA8c2FtbDpJc3N1ZXIgeG1sbn" "M6c2FtbD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOmFzc2VydGlvbi" "I+DQogICAgIGh0dHBzOi8veG1wcC5leGFtcGxlLmNvbQ0KIDwvc2FtbDpJc3" "N1ZXI+DQogPHNhbWxwOk5hbWVJRFBvbGljeSB4bWxuczpzYW1scD0idXJuOm" "9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOnByb3RvY29sIg0KICAgICBGb3JtYX" "Q9InVybjpvYXNpczpuYW1lczp0YzpTQU1MOjIuMDpuYW1laWQtZm9ybWF0On" "BlcnNpc3RlbnQiDQogICAgIFNQTmFtZVF1YWxpZmllcj0ieG1wcC5leGFtcG" "xlLmNvbSIgQWxsb3dDcmVhdGU9InRydWUiIC8+DQogPHNhbWxwOlJlcXVlc3" "RlZEF1dGhuQ29udGV4dA0KICAgICB4bWxuczpzYW1scD0idXJuOm9hc2lzOm" "5hbWVzOnRjOlNBTUw6Mi4wOnByb3RvY29sIiANCiAgICAgICAgQ29tcGFyaX" "Nvbj0iZXhhY3QiPg0KICA8c2FtbDpBdXRobkNvbnRleHRDbGFzc1JlZg0KIC" "AgICAgeG1sbnM6c2FtbD0idXJuOm9hc2lzOm5hbWVzOnRjOlNBTUw6Mi4wOm" "Fzc2VydGlvbiI+DQogICAgICAgICAgIHVybjpvYXNpczpuYW1lczp0YzpTQU" "1MOjIuMDphYzpjbGFzc2VzOlBhc3N3b3JkUHJvdGVjdGVkVHJhbnNwb3J0DQ" "ogIDwvc2FtbDpBdXRobkNvbnRleHRDbGFzc1JlZj4NCiA8L3NhbWxwOlJlcX" "Vlc3RlZEF1dGhuQ29udGV4dD4gDQo8L3NhbWxwOkF1dGhuUmVxdWVzdD4="; static int client_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; /* The first round, the mechanism will need an authorization name and a SAML IDP. The next round it will request that the client redirects the user (in the browser) using the data stored in the GSASL_SAML20_REDIRECT_URL property. */ switch (prop) { case GSASL_AUTHZID: rc = GSASL_OK; break; case GSASL_SAML20_IDP_IDENTIFIER: gsasl_property_set (sctx, prop, "https://saml.example.org/"); rc = GSASL_OK; break; case GSASL_SAML20_AUTHENTICATE_IN_BROWSER: printf ("client got redirect URL: %s\n", gsasl_property_get (sctx, GSASL_SAML20_REDIRECT_URL)); rc = GSASL_OK; break; default: fail ("Unknown client callback property %d\n", prop); break; } return rc; } static int server_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; /* The first round the mechanism will want the SAML challenge to send to the client. The next round it wants an authorization decision. */ switch (prop) { case GSASL_SAML20_REDIRECT_URL: printf ("server got identity: %s\n", gsasl_property_get (sctx, GSASL_SAML20_IDP_IDENTIFIER)); gsasl_property_set (sctx, prop, samlchallenge); rc = GSASL_OK; break; case GSASL_VALIDATE_SAML20: printf ("server authenticating user OK\n"); rc = GSASL_OK; break; default: fail ("Unknown server callback property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *c = NULL, *s = NULL; Gsasl_session *server = NULL, *client = NULL; char *s1, *s2; int res; res = gsasl_init (&c); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_init (&s); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (!gsasl_client_support_p (c, "SAML20")) { gsasl_done (c); fail ("No support for SAML20 clients.\n"); exit (77); } if (!gsasl_server_support_p (s, "SAML20")) { gsasl_done (s); fail ("No support for SAML20 servers.\n"); exit (77); } gsasl_callback_set (c, client_callback); gsasl_callback_set (s, server_callback); /* Simple client */ res = gsasl_client_start (c, "SAML20", &client); if (res != GSASL_OK) { fail ("gsasl_client_start (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_server_start (s, "SAML20", &server); if (res != GSASL_OK) { fail ("gsasl_server_start (%d):\n%s\n", res, gsasl_strerror (res)); return; } res = gsasl_step64 (client, NULL, &s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step client1 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: `%s' (%d)\n", s1 ? s1 : "", (int) strlen (s1)); res = gsasl_step64 (server, s1, &s2); gsasl_free (s1); if (res != GSASL_NEEDS_MORE) { fail ("gsasl_step server1 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: `%s' (%d)\n", s2 ? s2 : "", (int) strlen (s2)); res = gsasl_step64 (client, s2, &s1); gsasl_free (s2); if (res != GSASL_OK) { fail ("gsasl_step client2 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("C: `%s' (%d)\n", s1 ? s1 : "", (int) strlen (s1)); res = gsasl_step64 (server, s1, &s2); gsasl_free (s1); if (res != GSASL_OK) { fail ("gsasl_step server2 (%d):\n%s\n", res, gsasl_strerror (res)); return; } if (debug) printf ("S: `%s' (%d)\n", s2 ? s2 : "", (int) strlen (s2)); gsasl_free (s2); gsasl_finish (client); gsasl_finish (server); gsasl_done (c); gsasl_done (s); } gsasl-1.8.0/tests/utils.c0000664000000000000000000000656111754555060012210 00000000000000/* utils.c --- Self test utilities. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include "utils.h" int debug = 1; int error_count = 0; int break_on_error = 0; void fail (const char *format, ...) { va_list arg_ptr; va_start (arg_ptr, format); vfprintf (stderr, format, arg_ptr); va_end (arg_ptr); error_count++; if (break_on_error) exit (1); } void success (const char *format, ...) { va_list arg_ptr; va_start (arg_ptr, format); if (debug) vfprintf (stdout, format, arg_ptr); va_end (arg_ptr); } void escapeprint (const char *str, size_t len) { size_t i; printf (" (length %lu bytes):\n\t", (unsigned long) len); for (i = 0; i < len; i++) { if (((str[i] & 0xFF) >= 'A' && (str[i] & 0xFF) <= 'Z') || ((str[i] & 0xFF) >= 'a' && (str[i] & 0xFF) <= 'z') || ((str[i] & 0xFF) >= '0' && (str[i] & 0xFF) <= '9') || (str[i] & 0xFF) == ' ' || (str[i] & 0xFF) == '.') printf ("%c", (str[i] & 0xFF)); else printf ("\\x%02X", (str[i] & 0xFF)); if ((i + 1) % 16 == 0 && (i + 1) < len) printf ("'\n\t'"); } printf ("\n"); } void hexprint (const char *str, size_t len) { size_t i; printf ("\t;; "); for (i = 0; i < len; i++) { printf ("%02x ", (str[i] & 0xFF)); if ((i + 1) % 8 == 0) printf (" "); if ((i + 1) % 16 == 0 && i + 1 < len) printf ("\n\t;; "); } printf ("\n"); } void binprint (const char *str, size_t len) { size_t i; printf ("\t;; "); for (i = 0; i < len; i++) { printf ("%d%d%d%d%d%d%d%d ", (str[i] & 0xFF) & 0x80 ? 1 : 0, (str[i] & 0xFF) & 0x40 ? 1 : 0, (str[i] & 0xFF) & 0x20 ? 1 : 0, (str[i] & 0xFF) & 0x10 ? 1 : 0, (str[i] & 0xFF) & 0x08 ? 1 : 0, (str[i] & 0xFF) & 0x04 ? 1 : 0, (str[i] & 0xFF) & 0x02 ? 1 : 0, (str[i] & 0xFF) & 0x01 ? 1 : 0); if ((i + 1) % 3 == 0) printf (" "); if ((i + 1) % 6 == 0 && i + 1 < len) printf ("\n\t;; "); } printf ("\n"); } int main (int argc, char *argv[]) { do if (strcmp (argv[argc - 1], "-v") == 0 || strcmp (argv[argc - 1], "--verbose") == 0) debug = 1; else if (strcmp (argv[argc - 1], "-b") == 0 || strcmp (argv[argc - 1], "--break-on-error") == 0) break_on_error = 1; else if (strcmp (argv[argc - 1], "-h") == 0 || strcmp (argv[argc - 1], "-?") == 0 || strcmp (argv[argc - 1], "--help") == 0) { printf ("Usage: %s [-vbh?] [--verbose] [--break-on-error] [--help]\n", argv[0]); return 1; } while (argc-- > 1); doit (); if (debug) printf ("Self test `%s' finished with %d errors\n", argv[0], error_count); return error_count ? 1 : 0; } gsasl-1.8.0/tests/old-simple.c0000664000000000000000000003764111754555060013120 00000000000000/* simple.c --- Test the simple SASL mechanisms, using old APIs. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" #define MAX_LINE_LENGTH BUFSIZ #define MAXSTEP 50 #define CLIENT 1 #define SERVER 0 #define UTF8_a "\xC2\xAA" struct sasltv { int clientp; const char *mech; const char *step[MAXSTEP]; const char *password; const char *authzid; const char *authid; const char *service; const char *hostname; const char *servicename; const char *anonymous; const char *passcode; const char *suggestpin; const char *pin; int securidrc; }; static struct sasltv sasltv[] = { {CLIENT, "EXTERNAL", {"", NULL}}, {SERVER, "EXTERNAL", {"", NULL}}, {CLIENT, "ANONYMOUS", {"", "Zm9vQGJhci5jb20=", NULL, NULL}, NULL, NULL, NULL, NULL, NULL, NULL, "foo@bar.com"}, {SERVER, "ANONYMOUS", {"Zm9vQGJhci5jb20=", NULL, NULL}, NULL, NULL, NULL, NULL, NULL, NULL, "foo@bar.com"}, {CLIENT, "NTLM", {"Kw==", "TlRMTVNTUAABAAAAB7IAAAYABgAgAAAAAAAAACYAAABhdXRoaWQ=", "TlRMTVNTUAAAAAAAAAAAAAAAAAAAAGFiY2RlZmdoMDEyMzQ1Njc4ODY2NDQwMTIz", "TlRMTVNTUAADAAAAGAAYAFgAAAAYABgAcAAAAAAAAABAAAAADAAMAEAAAAAMAAwATAAAA" "AAAAACIAAAAAABhYmEAdQB0AGgAaQBkAGEAdQB0AGgAaQBkABeBBp9xJad9eYo3oh1k55" "GNFDIui8H8Qz4CfWYVVToBhVzFFbzyzqAZN5Wl59K/Fg==", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "PLAIN", {"", "YXV0aHppZABhdXRoaWQAcGFzc3dvcmQ=", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "PLAIN", {"", "YQBhAGE=", NULL, NULL}, "a", "a", "a"}, {CLIENT, "PLAIN", {"", "wqoAwqoAwqo=", NULL, NULL}, UTF8_a, UTF8_a, UTF8_a}, {SERVER, "PLAIN", {"YXV0aHppZABhdXRoaWQAcGFzc3dvcmQ=", NULL, NULL}, "password", "authzid", "authid"}, {SERVER, "PLAIN", {"", "", "YXV0aHppZABhdXRoaWQAcGFzc3dvcmQ=", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "LOGIN", {"VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "cGFzc3dvcmQ=", NULL, NULL}, "password", NULL, "authid"}, {CLIENT, "LOGIN", {"VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "YQ==", NULL, NULL}, "a", NULL, "authid"}, {CLIENT, "LOGIN", {"VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "wqo=", NULL, NULL}, UTF8_a, NULL, "authid"}, {SERVER, "LOGIN", {"", "VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "cGFzc3dvcmQ=", NULL, NULL}, "password", NULL, "authid"}, {CLIENT, "CRAM-MD5", {"PGNiNmQ5YTQ5ZDA3ZjEwY2MubGliZ3Nhc2xAbG9jYWxob3N0Pg==", "YXV0aGlkIGZkNjRmMjYxZWYxYjBjYjg0ZmZjNGVmYzgwZDk3NjFj", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGFzc2NvZGU=", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGlu", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", NULL, "42"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGluMjM=", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", "23", "42"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGluMjM=", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", "cGFzc2NvZGU=", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", "23", "42"}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "cGlu", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", NULL, "42", GSASL_SECURID_SERVER_NEED_NEW_PIN}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "cGluMTc=", "YXV0aHppZABhdXRoaWQANDcxMQAyMwA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", "17", "23", GSASL_SECURID_SERVER_NEED_NEW_PIN}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "cGFzc2NvZGU=", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", NULL, NULL, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE} }; static int client_callback_authorization_id (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { Gsasl_ctx *ctx = gsasl_client_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); size_t needlen = sasltv[i].authzid ? strlen (sasltv[i].authzid) : 0; if (*outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out && sasltv[i].authzid) memcpy (out, sasltv[i].authzid, needlen); return GSASL_OK; } static int client_callback_authentication_id (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { Gsasl_ctx *ctx = gsasl_client_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); size_t needlen = strlen (sasltv[i].authid); if (*outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, sasltv[i].authid, needlen); return GSASL_OK; } static int client_callback_password (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { Gsasl_ctx *ctx = gsasl_client_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); size_t needlen = strlen (sasltv[i].password); if (*outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, sasltv[i].password, needlen); return GSASL_OK; } static int server_callback_validate (Gsasl_session_ctx * xctx, const char *authorization_id, const char *authentication_id, const char *password) { Gsasl_ctx *ctx = gsasl_server_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); if (authorization_id && sasltv[i].authzid && strcmp (authorization_id, sasltv[i].authzid) != 0) return GSASL_AUTHENTICATION_ERROR; if ((authorization_id == NULL && sasltv[i].authzid != NULL) || (authorization_id != NULL && sasltv[i].authzid == NULL)) return GSASL_AUTHENTICATION_ERROR; if (authentication_id && sasltv[i].authid && strcmp (authentication_id, sasltv[i].authid) != 0) return GSASL_AUTHENTICATION_ERROR; if (strcmp (password, sasltv[i].password) != 0) return GSASL_AUTHENTICATION_ERROR; return GSASL_OK; } static int server_callback_retrieve (Gsasl_session_ctx * xctx, const char *authentication_id, const char *authorization_id, const char *realm, char *key, size_t * keylen) { Gsasl_ctx *ctx = gsasl_server_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); size_t needlen = strlen (sasltv[i].password); if (*keylen < needlen) return GSASL_TOO_SMALL_BUFFER; *keylen = strlen (sasltv[i].password); if (key) memcpy (key, sasltv[i].password, needlen); return GSASL_OK; } static int client_callback_service (Gsasl_session_ctx * ctx, char *srv, size_t * srvlen, char *host, size_t * hostlen, char *srvname, size_t * srvnamelen) { if (srvlen) *srvlen = 0; if (hostlen) *hostlen = 0; if (srvnamelen) *srvnamelen = 0; return GSASL_OK; } static int client_callback_anonymous (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { Gsasl_ctx *ctx = gsasl_client_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); size_t needlen = strlen (sasltv[i].anonymous); if (*outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, sasltv[i].anonymous, strlen (sasltv[i].anonymous)); return GSASL_OK; } static int server_callback_anonymous (Gsasl_session_ctx * xctx, const char *token) { Gsasl_ctx *ctx = gsasl_client_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); return strcmp (sasltv[i].anonymous, token) == 0 ? GSASL_OK : GSASL_AUTHENTICATION_ERROR; } static int server_callback_external (Gsasl_session_ctx * xctx) { return GSASL_OK; } static int client_callback_passcode (Gsasl_session_ctx * xctx, char *out, size_t * outlen) { Gsasl_ctx *ctx = gsasl_client_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); size_t needlen = strlen (sasltv[i].passcode); if (*outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, sasltv[i].passcode, needlen); return GSASL_OK; } static int client_callback_pin (Gsasl_session_ctx * xctx, char *suggestion, char *out, size_t * outlen) { Gsasl_ctx *ctx = gsasl_client_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); size_t needlen = strlen (sasltv[i].pin); if (suggestion && sasltv[i].suggestpin && strcmp (suggestion, sasltv[i].suggestpin) != 0) return GSASL_AUTHENTICATION_ERROR; if ((suggestion == NULL && sasltv[i].suggestpin != NULL) || (suggestion != NULL && sasltv[i].suggestpin == NULL)) return GSASL_AUTHENTICATION_ERROR; if (*outlen < needlen) return GSASL_TOO_SMALL_BUFFER; *outlen = needlen; if (out) memcpy (out, sasltv[i].pin, needlen); return GSASL_OK; } static int server_callback_securid (Gsasl_session_ctx * xctx, const char *authentication_id, const char *authorization_id, const char *passcode, char *pin, char *suggestpin, size_t * suggestpinlen) { Gsasl_ctx *ctx = gsasl_server_ctx_get (xctx); int i = *(int *) gsasl_application_data_get (ctx); int res; if (strcmp (passcode, sasltv[i].passcode) != 0) return GSASL_AUTHENTICATION_ERROR; if (sasltv[i].securidrc == GSASL_SECURID_SERVER_NEED_NEW_PIN) { res = sasltv[i].securidrc; sasltv[i].securidrc = GSASL_OK; if (sasltv[i].suggestpin) { if (*suggestpinlen) *suggestpinlen = strlen (sasltv[i].suggestpin); if (suggestpin) memcpy (suggestpin, sasltv[i].suggestpin, strlen (sasltv[i].suggestpin)); } else if (*suggestpinlen) *suggestpinlen = 0; } else if (sasltv[i].securidrc == GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE) { res = sasltv[i].securidrc; sasltv[i].securidrc = GSASL_OK; } else { res = sasltv[i].securidrc; if (pin && sasltv[i].pin && strcmp (pin, sasltv[i].pin) != 0) return GSASL_AUTHENTICATION_ERROR; if ((pin == NULL && sasltv[i].pin != NULL) || (pin != NULL && sasltv[i].pin == NULL)) return GSASL_AUTHENTICATION_ERROR; if (*suggestpinlen) *suggestpinlen = 0; } return res; } void doit (void) { Gsasl_ctx *ctx = NULL; Gsasl_session_ctx *xctx = NULL; char output[MAX_LINE_LENGTH]; size_t outputlen; int i, j; int res; if (!gsasl_check_version (GSASL_VERSION)) fail ("gsasl_check_version failure"); success ("Header version %s library version %s\n", GSASL_VERSION, gsasl_check_version (NULL)); res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } gsasl_client_callback_authentication_id_set (ctx, client_callback_authentication_id); gsasl_client_callback_authorization_id_set (ctx, client_callback_authorization_id); gsasl_client_callback_password_set (ctx, client_callback_password); gsasl_server_callback_validate_set (ctx, server_callback_validate); gsasl_server_callback_retrieve_set (ctx, server_callback_retrieve); gsasl_client_callback_service_set (ctx, client_callback_service); gsasl_client_callback_anonymous_set (ctx, client_callback_anonymous); gsasl_server_callback_anonymous_set (ctx, server_callback_anonymous); gsasl_server_callback_external_set (ctx, server_callback_external); gsasl_client_callback_passcode_set (ctx, client_callback_passcode); gsasl_client_callback_pin_set (ctx, client_callback_pin); gsasl_server_callback_securid_set (ctx, server_callback_securid); outputlen = sizeof (output); res = gsasl_client_listmech (ctx, output, &outputlen); if (res != GSASL_OK) fail ("gsasl_client_listmech() failed (%d):\n%s\n", res, gsasl_strerror (res)); outputlen = sizeof (output); res = gsasl_server_listmech (ctx, output, &outputlen); if (res != GSASL_OK) fail ("gsasl_server_listmech() failed (%d):\n%s\n", res, gsasl_strerror (res)); for (i = 0; i < sizeof (sasltv) / sizeof (sasltv[0]); i++) { gsasl_application_data_set (ctx, &i); if (debug) printf ("Entry %d %s mechanism %s:\n", i, sasltv[i].clientp ? "client" : "server", sasltv[i].mech); if (sasltv[i].clientp) res = gsasl_client_support_p (ctx, sasltv[i].mech); else res = gsasl_server_support_p (ctx, sasltv[i].mech); if (!res) continue; if (sasltv[i].clientp) res = gsasl_client_start (ctx, sasltv[i].mech, &xctx); else res = gsasl_server_start (ctx, sasltv[i].mech, &xctx); if (res != GSASL_OK) { fail ("SASL %s start for mechanism %s failed (%d):\n%s\n", sasltv[i].clientp ? "client" : "server", sasltv[i].mech, res, gsasl_strerror (res)); continue; } for (j = 0; sasltv[i].step[j]; j += 2) { if (sasltv[i].clientp) gsasl_client_application_data_set (xctx, &j); else gsasl_server_application_data_set (xctx, &j); if (debug) printf ("Input : %s\n", sasltv[i].step[j] ? sasltv[i].step[j] : ""); output[0] = '\0'; outputlen = sizeof (output); if (sasltv[i].clientp) res = gsasl_client_step_base64 (xctx, sasltv[i].step[j], output, outputlen); else res = gsasl_server_step_base64 (xctx, sasltv[i].step[j], output, outputlen); if (debug) printf ("Output: %s\n", output); if (res != GSASL_OK && res != GSASL_NEEDS_MORE) break; if (strlen (output) != strlen (sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : "")) { printf ("Expected: %s\n", sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : ""); fail ("SASL entry %d mechanism %s client step %d length error\n", i, sasltv[i].mech, j); j = -1; break; } if (strcmp (output, sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : "") != 0) { printf ("Expected: %s\n", sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : ""); fail ("SASL entry %d mechanism %s client step %d data error\n", i, sasltv[i].mech, j); j = -1; break; } if (strcmp (sasltv[i].mech, "SECURID") != 0 && res == GSASL_OK) break; } if (j != (size_t) - 1 && res == GSASL_OK && sasltv[i].step[j + 2]) fail ("SASL entry %d mechanism %s step %d code ended prematurely\n", i, sasltv[i].mech, j); else if (j != (size_t) - 1 && res == GSASL_NEEDS_MORE) fail ("SASL entry %d mechanism %s step %d table ended prematurely\n", i, sasltv[i].mech, j); else if (j != (size_t) - 1 && res != GSASL_OK) fail ("SASL entry %d mechanism %s step %d failed (%d):\n%s\n", i, sasltv[i].mech, j, res, gsasl_strerror (res)); else printf ("PASS: simple %s %s %d\n", sasltv[i].mech, sasltv[i].clientp ? "client" : "server", i); if (sasltv[i].clientp) gsasl_client_finish (xctx); else gsasl_server_finish (xctx); if (debug) printf ("\n"); } gsasl_done (ctx); } gsasl-1.8.0/tests/gssapi.key0000664000000000000000000000022411746471770012700 00000000000000-----BEGIN SHISHI KEY----- Keytype: 3 (des-cbc-md5) Principal: host/latte.josefsson.org Realm: JOSEFSSON.ORG s3WXrcITWPE= -----END SHISHI KEY----- gsasl-1.8.0/tests/simple.c0000664000000000000000000003045211754555060012335 00000000000000/* simple.c --- Test the simple SASL mechanisms. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" #define MAXSTEP 50 #define CLIENT 1 #define SERVER 0 #define UTF8_a "\xC2\xAA" struct sasltv { int clientp; const char *mech; const char *step[MAXSTEP]; const char *password; const char *authzid; const char *authid; const char *service; const char *hostname; const char *servicename; const char *anonymous; const char *passcode; const char *suggestpin; const char *pin; int securidrc; }; static struct sasltv sasltv[] = { {CLIENT, "EXTERNAL", {"", NULL}}, {SERVER, "EXTERNAL", {"", NULL}}, {CLIENT, "ANONYMOUS", {"", "Zm9vQGJhci5jb20=", NULL, NULL}, NULL, NULL, NULL, NULL, NULL, NULL, "foo@bar.com"}, {SERVER, "ANONYMOUS", {"Zm9vQGJhci5jb20=", NULL, NULL}, NULL, NULL, NULL, NULL, NULL, NULL, "foo@bar.com"}, {CLIENT, "NTLM", {"Kw==", "TlRMTVNTUAABAAAAB7IAAAYABgAgAAAAAAAAACYAAABhdXRoaWQ=", "TlRMTVNTUAAAAAAAAAAAAAAAAAAAAGFiY2RlZmdoMDEyMzQ1Njc4ODY2NDQwMTIz", "TlRMTVNTUAADAAAAGAAYAFgAAAAYABgAcAAAAAAAAABAAAAADAAMAEAAAAAMAAwATAAAA" "AAAAACIAAAAAABhYmEAdQB0AGgAaQBkAGEAdQB0AGgAaQBkABeBBp9xJad9eYo3oh1k55" "GNFDIui8H8Qz4CfWYVVToBhVzFFbzyzqAZN5Wl59K/Fg==", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "PLAIN", {"", "YXV0aHppZABhdXRoaWQAcGFzc3dvcmQ=", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "PLAIN", {"", "YQBhAGE=", NULL, NULL}, "a", "a", "a"}, {CLIENT, "PLAIN", {"", "wqoAwqoAwqo=", NULL, NULL}, UTF8_a, UTF8_a, UTF8_a}, {SERVER, "PLAIN", {"YXV0aHppZABhdXRoaWQAcGFzc3dvcmQ=", NULL, NULL}, "password", "authzid", "authid"}, {SERVER, "PLAIN", {"", "", "YXV0aHppZABhdXRoaWQAcGFzc3dvcmQ=", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "LOGIN", {"VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "cGFzc3dvcmQ=", NULL, NULL}, "password", NULL, "authid"}, {CLIENT, "LOGIN", {"VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "YQ==", NULL, NULL}, "a", NULL, "authid"}, {CLIENT, "LOGIN", {"VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "wqo=", NULL, NULL}, UTF8_a, NULL, "authid"}, {SERVER, "LOGIN", {"", "VXNlciBOYW1l", "YXV0aGlk", "UGFzc3dvcmQ=", "cGFzc3dvcmQ=", NULL, NULL}, "password", NULL, "authid"}, {CLIENT, "CRAM-MD5", {"PGNiNmQ5YTQ5ZDA3ZjEwY2MubGliZ3Nhc2xAbG9jYWxob3N0Pg==", "YXV0aGlkIGZkNjRmMjYxZWYxYjBjYjg0ZmZjNGVmYzgwZDk3NjFj", NULL, NULL}, "password", "authzid", "authid"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGFzc2NvZGU=", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGlu", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", NULL, "42"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGluMjM=", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", "23", "42"}, {CLIENT, "SECURID", {"", "YXV0aHppZABhdXRoaWQANDcxMQA=", "cGluMjM=", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", "cGFzc2NvZGU=", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", "23", "42"}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711"}, #if 0 {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "cGlu", "YXV0aHppZABhdXRoaWQANDcxMQA0MgA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", NULL, "42", GSASL_SECURID_SERVER_NEED_NEW_PIN}, #endif {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "cGluMTc=", "YXV0aHppZABhdXRoaWQANDcxMQAyMwA=", "", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", "17", "23", GSASL_SECURID_SERVER_NEED_NEW_PIN}, {SERVER, "SECURID", {"YXV0aHppZABhdXRoaWQANDcxMQA=", "cGFzc2NvZGU=", "YXV0aHppZABhdXRoaWQANDcxMQA=", NULL, NULL}, NULL, "authzid", "authid", NULL, NULL, NULL, NULL, "4711", NULL, NULL, GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE} }; static int cb (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop) { int rc = GSASL_NO_CALLBACK; int i = 0, j = 0; if (gsasl_callback_hook_get (ctx)) i = *(int *) gsasl_callback_hook_get (ctx); if (gsasl_session_hook_get (sctx)) j = *(int *) gsasl_session_hook_get (sctx); if (j < 0 || j > 5) fail ("j out of bounds: %d\n", j); switch (prop) { case GSASL_AUTHID: gsasl_property_set (sctx, prop, sasltv[i].authid); rc = GSASL_OK; break; case GSASL_AUTHZID: gsasl_property_set (sctx, prop, sasltv[i].authzid); rc = GSASL_OK; break; case GSASL_PASSWORD: gsasl_property_set (sctx, prop, sasltv[i].password); rc = GSASL_OK; break; case GSASL_ANONYMOUS_TOKEN: gsasl_property_set (sctx, prop, sasltv[i].anonymous); rc = GSASL_OK; break; case GSASL_SERVICE: rc = GSASL_OK; break; case GSASL_PASSCODE: gsasl_property_set (sctx, prop, sasltv[i].passcode); rc = GSASL_OK; break; case GSASL_SUGGESTED_PIN: case GSASL_PIN: { const char *suggestion = gsasl_property_fast (sctx, GSASL_SUGGESTED_PIN); if (suggestion && sasltv[i].suggestpin && strcmp (suggestion, sasltv[i].suggestpin) != 0) return GSASL_AUTHENTICATION_ERROR; if ((suggestion == NULL && sasltv[i].suggestpin != NULL) || (suggestion != NULL && sasltv[i].suggestpin == NULL)) return GSASL_AUTHENTICATION_ERROR; gsasl_property_set (sctx, prop, sasltv[i].pin); rc = GSASL_OK; } case GSASL_REALM: break; case GSASL_VALIDATE_EXTERNAL: rc = GSASL_OK; break; case GSASL_VALIDATE_ANONYMOUS: if (strcmp (sasltv[i].anonymous, gsasl_property_fast (sctx, GSASL_ANONYMOUS_TOKEN)) == 0) rc = GSASL_OK; else rc = GSASL_AUTHENTICATION_ERROR; break; case GSASL_VALIDATE_SECURID: { const char *passcode = gsasl_property_fast (sctx, GSASL_PASSCODE); const char *pin = gsasl_property_fast (sctx, GSASL_PIN); if (strcmp (passcode, sasltv[i].passcode) != 0) return GSASL_AUTHENTICATION_ERROR; if (sasltv[i].securidrc == GSASL_SECURID_SERVER_NEED_NEW_PIN) { rc = sasltv[i].securidrc; sasltv[i].securidrc = GSASL_OK; if (sasltv[i].suggestpin) { gsasl_property_set (sctx, GSASL_SUGGESTED_PIN, sasltv[i].suggestpin); } } else if (sasltv[i].securidrc == GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE) { rc = sasltv[i].securidrc; sasltv[i].securidrc = GSASL_OK; } else { rc = sasltv[i].securidrc; if (pin && sasltv[i].pin && strcmp (pin, sasltv[i].pin) != 0) return GSASL_AUTHENTICATION_ERROR; if ((pin == NULL && sasltv[i].pin != NULL) || (pin != NULL && sasltv[i].pin == NULL)) return GSASL_AUTHENTICATION_ERROR; } } break; default: printf ("Unknown property %d\n", prop); break; } return rc; } void doit (void) { Gsasl *ctx = NULL; Gsasl_session *sctx = NULL; char *out = NULL; int i, j; int res; if (!gsasl_check_version (GSASL_VERSION)) fail ("gsasl_check_version failure"); success ("Header version %s library version %s\n", GSASL_VERSION, gsasl_check_version (NULL)); res = gsasl_init (&ctx); if (res != GSASL_OK) { fail ("gsasl_init() failed (%d):\n%s\n", res, gsasl_strerror (res)); return; } gsasl_callback_set (ctx, cb); res = gsasl_client_mechlist (ctx, &out); if (res != GSASL_OK) fail ("gsasl_client_mechlist() failed (%d):\n%s\n", res, gsasl_strerror (res)); success ("client_mechlist: %s\n", out); gsasl_free (out); out = NULL; res = gsasl_server_mechlist (ctx, &out); if (res != GSASL_OK) fail ("gsasl_server_mechlist() failed (%d):\n%s\n", res, gsasl_strerror (res)); success ("server_mechlist: %s\n", out); gsasl_free (out); out = NULL; for (i = 0; i < sizeof (sasltv) / sizeof (sasltv[0]); i++) { gsasl_callback_hook_set (ctx, &i); if (debug) printf ("Entry %d %s mechanism %s:\n", i, sasltv[i].clientp ? "client" : "server", sasltv[i].mech); if (sasltv[i].clientp) res = gsasl_client_support_p (ctx, sasltv[i].mech); else res = gsasl_server_support_p (ctx, sasltv[i].mech); if (!res) continue; if (sasltv[i].clientp) res = gsasl_client_start (ctx, sasltv[i].mech, &sctx); else res = gsasl_server_start (ctx, sasltv[i].mech, &sctx); if (res != GSASL_OK) { fail ("SASL %s start for mechanism %s failed (%d):\n%s\n", sasltv[i].clientp ? "client" : "server", sasltv[i].mech, res, gsasl_strerror (res)); continue; } for (j = 0; sasltv[i].step[j]; j += 2) { gsasl_session_hook_set (sctx, &j); if (debug) printf ("Input : %s\n", sasltv[i].step[j] ? sasltv[i].step[j] : ""); res = gsasl_step64 (sctx, sasltv[i].step[j], &out); if (debug) printf ("Output: %s\n", out ? out : "(null)"); if (res != GSASL_OK && res != GSASL_NEEDS_MORE) { fail ("gsasl_step64 failed (%d): %s", res, gsasl_strerror (res)); break; } if (strlen (out) != strlen (sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : "")) { printf ("Expected: %s\n", sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : ""); fail ("SASL entry %d mechanism %s client step %d length error\n", i, sasltv[i].mech, j); j = -1; break; } if (strcmp (out, sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : "") != 0) { printf ("Expected: %s\n", sasltv[i].step[j + 1] ? sasltv[i].step[j + 1] : ""); fail ("SASL entry %d mechanism %s client step %d data error\n", i, sasltv[i].mech, j); j = -1; break; } gsasl_free (out); out = NULL; if (strcmp (sasltv[i].mech, "SECURID") != 0 && res == GSASL_OK) break; } if (j != (size_t) - 1 && res == GSASL_OK && sasltv[i].step[j + 2]) fail ("SASL entry %d mechanism %s step %d code ended prematurely\n", i, sasltv[i].mech, j); else if (j != (size_t) - 1 && res == GSASL_NEEDS_MORE) fail ("SASL entry %d mechanism %s step %d table ended prematurely\n", i, sasltv[i].mech, j); else if (j != (size_t) - 1 && res != GSASL_OK) fail ("SASL entry %d mechanism %s step %d failed (%d):\n%s\n", i, sasltv[i].mech, j, res, gsasl_strerror (res)); else printf ("PASS: simple %s %s %d\n", sasltv[i].mech, sasltv[i].clientp ? "client" : "server", i); { size_t outlen; res = gsasl_encode (sctx, "foo", 3, &out, &outlen); if (res != GSASL_OK) fail ("gsasl_encode %d: %s\n", res, gsasl_strerror (res)); if (outlen != 3 && memcmp (out, "foo", outlen) != 0) fail ("gsasl_encode memcmp: %.*s\n", (int) outlen, out); gsasl_free (out); out = NULL; res = gsasl_decode (sctx, "foo", 3, &out, &outlen); if (res != GSASL_OK) fail ("gsasl_decode %d: %s\n", res, gsasl_strerror (res)); if (outlen != 3 && memcmp (out, "foo", outlen) != 0) fail ("gsasl_decode memcmp: %.*s\n", (int) outlen, out); gsasl_free (out); out = NULL; } gsasl_finish (sctx); if (debug) printf ("\n"); } gsasl_done (ctx); /* Sanity check interfaces. */ gsasl_finish (NULL); gsasl_done (NULL); } gsasl-1.8.0/tests/md5file.c0000664000000000000000000000405611754555060012372 00000000000000/* md5file.c --- Test the MD5 file password function. * Copyright (C) 2002-2012 Simon Josefsson * * This file is part of GNU SASL. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #include #include "utils.h" /* Should match values from cram-md5.pwd. */ #define BILL "bill" #define BILL_PASSWD "hubba-hubba" void doit (void) { const char *md5file; char *key; int res; md5file = getenv ("MD5FILE"); if (md5file) { char *p; if ((p = strchr (md5file, '='))) md5file = p; } if (!md5file) md5file = "cram-md5.pwd"; res = gsasl_simple_getpass ("non-existing-file", "user", &key); if (res == GSASL_AUTHENTICATION_ERROR) success ("non-existing-file OK\n"); else fail ("non-existing-file FAIL (%d): %s\n", res, gsasl_strerror (res)); res = gsasl_simple_getpass (md5file, BILL, &key); if (res == GSASL_OK) success ("user-found OK\n"); else fail ("user-found FAIL (%d): %s\n", res, gsasl_strerror (res)); if (strcmp (key, BILL_PASSWD) != 0) fail ("user-password FAIL: %s\n", key); else success ("user-password OK\n"); if (res == GSASL_OK) gsasl_free (key); res = gsasl_simple_getpass (md5file, "user", &key); if (res == GSASL_AUTHENTICATION_ERROR) success ("no-such-user OK\n"); else fail ("no-such-user FAIL (%d): %s\n", res, gsasl_strerror (res)); } gsasl-1.8.0/tests/libgsasl.supp0000664000000000000000000001061311754556612013412 00000000000000# libgsasl.supp -- Valgrind suppresion file for Libgsasl -*- text -*- # # Copyright (C) 2010-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # The simplest way to use this file is to put the following in ~/.valgrindrc: # --suppressions=/path/to/gsasl/tests/libgsasl.supp # # The memory leaks that are hidden here are those from external # libraries that we we can do nothing about. { libgsasl-gcrypt1 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_module_add fun:pk_register_default fun:_gcry_pk_init fun:global_init fun:_gcry_vcontrol fun:gcry_control fun:gc_init fun:gsasl_init } { libgsasl-gcrypt2 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_module_add fun:md_register_default fun:_gcry_md_init fun:global_init fun:_gcry_vcontrol fun:gcry_control fun:gc_init fun:gsasl_init } { libgsasl-gcrypt3 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_module_add fun:cipher_register_default fun:_gcry_cipher_init fun:global_init fun:_gcry_vcontrol fun:gcry_control fun:gc_init fun:gsasl_init } { libgsasl-gcrypt4 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_xmalloc fun:_gcry_xcalloc fun:initialize fun:_gcry_rngcsprng_create_nonce fun:_gcry_create_nonce fun:gcry_create_nonce fun:gc_nonce fun:cram_md5_challenge fun:_gsasl_cram_md5_server_start fun:start fun:gsasl_server_start } { libgsasl-gcrypt5 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_xmalloc fun:_gcry_xcalloc fun:initialize fun:_gcry_rngcsprng_create_nonce fun:_gcry_create_nonce fun:gcry_create_nonce fun:gc_nonce fun:cram_md5_challenge fun:_gsasl_cram_md5_server_start fun:start fun:gsasl_server_start } { libgsasl-gcrypt6 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_xmalloc fun:_gcry_xcalloc fun:initialize fun:_gcry_rngcsprng_create_nonce fun:_gcry_create_nonce fun:gcry_create_nonce fun:gc_nonce fun:gsasl_nonce fun:_gsasl_digest_md5_client_start fun:start fun:gsasl_client_start fun:_gsasl_listmech fun:gsasl_client_mechlist } { libgsasl-gcrypt7 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_xmalloc fun:_gcry_xcalloc fun:initialize fun:_gcry_rngcsprng_create_nonce fun:_gcry_create_nonce fun:gcry_create_nonce fun:gc_nonce fun:gsasl_nonce fun:_gsasl_digest_md5_server_start fun:start fun:gsasl_server_start } { libgsasl-gcrypt8 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_xmalloc fun:_gcry_xcalloc fun:initialize fun:_gcry_rngcsprng_create_nonce fun:_gcry_create_nonce fun:gcry_create_nonce fun:gc_nonce fun:gsasl_nonce } { gsasl-libgcrypt9 Memcheck:Leak fun:malloc fun:_gcry_private_malloc fun:do_malloc fun:_gcry_malloc fun:_gcry_xmalloc fun:_gcry_xcalloc fun:initialize fun:_gcry_rngcsprng_create_nonce fun:_gcry_create_nonce fun:gcry_create_nonce fun:gc_nonce fun:gsasl_nonce } { gsasl-mit-krb5-gss Memcheck:Addr1 fun:__libc_res_nquerydomain fun:__libc_res_nsearch fun:__GI__nss_dns_gethostbyname3_r.constprop.3 fun:gethostbyname2_r@@GLIBC_2.2.5 fun:gaih_inet fun:getaddrinfo fun:krb5_sname_to_principal fun:krb5_gss_import_name fun:gssint_import_internal_name fun:gss_add_cred fun:gss_acquire_cred fun:_gsasl_gssapi_server_start } gsasl-1.8.0/NEWS0000664000000000000000000007074311760731706010244 00000000000000GNU SASL NEWS -- History of user-visible changes. Copyright (C) 2002-2012 Simon Josefsson See the end for copying conditions. Note that changes to the GNU SASL Library is documented in lib/NEWS. This file track changes to the remaining, non-library, parts of GNU SASL. That include the manual, the command line tool, and self tests. * Version 1.8.0 (released 2012-05-28) [stable] ** This is a new major stable release. Brief changes compared to 1.6.x: *** SAML20 support following RFC 6595. *** OPENID20 support following RFC 6616. *** Added SMTP server examples (for e.g., SCRAM, SAML20, OPENID20). *** Various cleanups, portability and other bug fixes. See the NEWS entries during the 1.7.x branch for details. * Version 1.7.6 (released 2012-05-23) [beta] ** i18n: Updated translations. ** Build fixes. * Version 1.7.5 (released 2012-05-22) [beta] ** i18n: Updated translations. ** Build fixes. * Version 1.7.4 (released 2012-05-16) [alpha] ** Doc fixes and updates for the callback/property change in the library. See lib/NEWS for details. This affects SAML and OpenID. ** Slight fixes to Windows build script. * Version 1.7.3 (released 2012-04-03) [alpha] ** The SAML20 mechanism has been updated and is now enabled by default. ** Doc fixes and updates for the callback/property change in the library. See lib/NEWS for details. ** examples: Added example SMTP server with SAML 2.0 support. See examples/saml20/README. It uses Lasso as the SAML implementation. You may disable Lasso by using --without-lasso. Note that Lasso is only needed for this example server, it is not needed by the GNU SASL library or command line tools itself. * Version 1.7.2 (released 2012-03-28) [alpha] ** gsasl: The client lets the server decide when authentication is complete. Before the client quit from the authentication loop when the local mechanism was finished, but some mechanisms (OPENID20) have optional additional round-trips. ** gsasl: Added OPENID20 support. ** gsasl: The --no-cb parameter now avoids even attempting to get the ** channel binding data from GnuTLS. Apparently this can avoid issues when GnuTLS fails to provide the CB. ** examples: Added stand-alone example SMTP server. See examples/smtp-server.c. This illustrate how to write a server using GNU SASL, but it can also be used for interop testing of clients. ** examples: Added example SMTP server with OpenID 2.0 support. See examples/openid20/README. * Version 1.7.1 (released 2012-02-09) [alpha] ** gsasl: Don't crash after getpass() on Mac OS X. Reported by Wim Lewis . ** gsasl: Ignore untagged responses during IMAP authentication. Patch from Enrico Scholz . ** tests: Disable the test-poll self-test, it doesn't seem to work on Solaris. Reported by Dagobert Michelsen . ** libgsasl: Implement OPENID20 mechanism for OpenID authentication. Following draft-ietf-kitten-sasl-openid-03. ** Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. Reported by Dagobert Michelsen . ** build: Added MinGW build script for Windows binaries, windows/gsasl4win.mk. ** doc: Typo fix in autoconf snippet. ** i18n: Updated translations. ** examples: Added client-xmpp-saml20 and server-xmpp-saml20. The examples illustrates a sample SAML20 client and server. * Version 1.7.0 (released 2010-10-22) [alpha] ** Support for SAML20 mechanism as per -01 IETF draft. See lib/NEWS. Implements draft-ietf-kitten-sasl-saml-01. ** doc: Mention new SAML properties. ** tests: New tests/saml20.c file. * Version 1.6.1 (released 2011-05-01) [stable] ** build: Demand gettext >= 0.18.1 in order to get newer M4 files. The old M4 files associated with 0.17 caused problems on Solaris, which will hopefully be fixed with this. Reported by Dagobert Michelsen . ** doc: Typo fix in autoconf snippet. ** i18n: Updated translations. * Version 1.6.0 (released 2010-12-14) [beta] ** No changes since release candidate 1.5.5. * Version 1.5.5 (released 2010-12-09) [beta] ** gsasl: Add --no-cb to disable use of TLS channel bindings. ** build: Use silent build rules via automake. Use 'make V=99' to see the command lines used. * Version 1.5.4 (released 2010-11-14) [beta] ** Update gnulib files. * Version 1.5.3 (released 2010-11-14) [beta] ** gsasl: Support for TLS channel bindings. Requires GnuTLS 2.11.4 or later for the gnutls_session_channel_binding function. Used by the SCRAM-SHA-1-PLUS mechanism. ** doc: Mention new property GSASL_CB_TLS_UNIQUE and SCRAM-SHA-1-PLUS. ** tests: Added self-tests for SCRAM-SHA-1-PLUS. * Version 1.5.2 (released 2010-09-27) [beta] ** gsasl: Avoid fixed size buffers. This caused problems on Windows where the BUFSIZ was too small for some line lengths with GS2-KRB5. ** tests: Fix error strings to be more unique. ** doc: Added section on how to build with MIT Kerberos for Windows. ** doc: Added PDF version of API reference manual. See doc/reference/gsasl.pdf. ** i18n: Updated translations. Thanks to Benno Schulenberg. ** Update gnulib files. * Version 1.5.1 (released 2010-04-21) [beta] ** Update gnulib files. * Version 1.5.0 (released 2010-03-31) [beta] ** doc: Explain GS2-related changes. ** doc: GTK-DOC manual improved. Now almost all symbols and types are explained. ** gsasl: Fix crash when getaddrinfo does not get a canonical name. ** gsasl: Improve error message when server rejects authentication. ** tests: Self checks are improved. * Version 1.4.4 (released 2010-03-25) [stable] ** See lib/NEWS. * Version 1.4.3 (released 2010-03-25) [stable] ** See lib/NEWS. * Version 1.4.2 (released 2010-03-15) [stable] ** i18n: Updated translations. * Version 1.4.1 (released 2010-02-16) [stable] ** gsasl: Improve application data throughput. Patch from Enrico Scholz in . ** Improve MinGW builds. ** i18n: Updated German translation. * Version 1.4.0 (released 2009-11-17) [stable] ** No changes since 1.3.91 release candidate. The release numbering scheme has changed compared to the last stable release. In the future we will use version numbers X.Y.Z with even Y to indicate stable releases and odd Y to indicate experimental releases. Z is incremented by one for every release on a particular branch. For example, the next stable release will either be 1.4.1 or 1.6.0 and the next experimental release will be 1.5.0. The intention is that the stable branches can be used for security bug fixes if/when there is a need. Other changes or new features will (typically) not be back-ported to a stable branch but instead will have to wait for the next stable branch to be released. * Version 1.3.91 (released 2009-11-06) [experimental] ** doc: Fix doc/cyclo/ output. * Version 1.3.90 (released 2009-11-06) [experimental] ** tests/crypto: Also test newly added SHA-1 interfaces. ** tests/scram: Also test GSASL_SCRAM_SALTED_PASSWORD case. This code path triggered a crash in v1.3. ** i18n: Added Finnish translation. Thanks to Jorma Karvonen . * Version 1.3 (released 2009-10-08) ** Experimental support for SCRAM-SHA-1 added. Please test it but don't put it into production use, the RFC have not been finalized yet. For this reason, the mechanism priority list is such that SCRAM-SHA-1 will never be selected over any other mechanism (including PLAIN, CRAM-MD5, and DIGEST-MD5). When it has been tested further, we'll make SCRAM-SHA-1 the preferred mechanism after GSSAPI. ** gsasl: Fix libintl-related build errors on MinGW. Tiny patch from "carlo.bramix" . ** doc: Typo fixes to manual. Based on report by Marco Maggi in . ** tests: Rewrite basic self test using modern API. ** tests: New self-test 'crypto' to increase code coverage. * Version 1.2 (released 2009-06-13) ** gsasl: Fix out of bounds write when in IMAP/SMTP mode. Reported by Enrico Scholz in . ** doc: Rewritten introduction material. ** doc: Improved sections for the info manual. We now follow the advice given by the texinfo manual on which directory categories to use. In particular, libgsasl moved from the 'GNU Libraries' section to the 'Software libraries' as GNU SASL, and 'Invoking gsasl' moved from 'GNU utilities' to 'Security'. ** examples: Removed unneeded 'ctx' parameter from client_authenticate. ** Building with many warning flags now requires --enable-gcc-warnings. This avoids crying wolf for normal compiles. ** New configure parameters to set packaging specific information. The parameters are --with-packager, --with-packager-version, and --with-packager-bug-reports. See for more details. * Version 1.1 (released 2009-03-25) ** gsasl: Reading integrity protected data from server now works. Before it didn't decode data. ** gsasl: The --quality-of-protection parameter now works. It was just a dummy before. Only relevant for DIGEST-MD5. Note that the parameter value have been modified to match the library keywords. ** Only detect sufficiently recent GnuTLS versions. Version 2.2.x or later is required. * Version 1.0 (released 2009-01-23) ** gsasl: New parameter --priority to specify GnuTLS priority strings. Can be used to change TLS settings, which may be needed to talk to some servers. ** gsasl: Print web page links in --help, per new GNU coding standard. ** tests: New self-test for the gsasl_client_suggest_mechanism function. ** doc: Modernize doxygen configuration. ** doc: Use permissive license for man pages. ** doc: Change license on the manual to GFDLv1.3+. * Version 0.2.29 (released 2008-10-21) ** gsasl: Don't use poll with POLLOUT to avoid busy-waiting. Reported by Enrico Scholz . ** doc: Error codes are now extracted using official library APIs. ** doc: Included cyclomatic code complexity charts of the library code. See doc/cyclo/. ** tests: Add self test of obsolete base64 functions. ** Update gnulib files. Improves Windows compatibility. * Version 0.2.28 (released 2008-08-20) ** gsasl: Rewrite to use poll instead of select. Will allow easier porting to Mingw32 in the future. ** doc: Improve Windows installation instructions in the manual. ** tests: New self test of gsasl_mechanism_name function. * Version 0.2.27 (released 2008-07-01) ** Fix SASL operations through TLS. Report and tiny patch from Enrico Scholz in . ** Update gnulib files, and include gnulib self-tests. ** Update translations. * Version 0.2.26 (released 2008-05-05) ** Translations files not stored directly in git to avoid merge conflicts. This allows us to avoid use of --no-location which makes the translation teams happier. ** Build fixes for the documentation. ** Update gnulib files. * Version 0.2.25 (released 2008-03-10) ** gsasl: Fix buffering issue to avoid mixing stdout/stderr outputs. This would manifest itself when redirecting output to a pipe, such as when used with Gnus. Reported by Enrico Scholz , see . ** Fix non-portable use of brace expansion in makefiles. * Version 0.2.24 (released 2008-01-15) ** Link self-tests with gnulib, to fix link failures under MinGW. * Version 0.2.23 (released 2008-01-15) ** Improve CRAM-MD5 self-test to detect if challenges are the same. ** Improve gsasl --help and --version to conform with GNU standards. ** Use gettext 0.17. ** Update gnulib files. * Version 0.2.22 (released 2007-10-08) ** Development git tree moved to savannah. See . ** Fix warnings when building the tool 'gsasl'. ** Update gnulib files. * Version 0.2.21 (released 2007-08-22) ** Fix typos in manual. Tiny patch from Brad Hards . ** Update gnulib files. * Version 0.2.20 (released 2007-08-11) ** Update gnulib files. * Version 0.2.19 (released 2007-08-09) ** Command-line tools, examples, etc are now licensed under the ** GPL version 3 (or later). The library remains licensed under LGPL version 2.1 (or later). ** Updated documentation as per license change. ** Update gnulib files. ** Update translations. * Version 0.2.18 (released 2007-06-07) ** Update gnulib files. Fixes cross-compilation to uClinux. * Version 0.2.17 (released 2007-06-01) ** GNU SASL is now developed using Git instead of CVS. A public git mirror is available from . ** Update gnulib files. ** Polish, Swedish and Vietnamese translations updated. Thanks to Jakub Bogusz, Daniel Nylander, and Clytie Siddall. * Version 0.2.16 (released 2007-04-20) ** Fix IMAP protocol usage in the 'gsasl' command-line tool server. ** Support GSSAPI server in 'gsasl' command-line tool. ** Add self-test of the gsasl_check_version API. ** Translation updates. ** Update of gnulib files. ** Now uses autoconf 2.61, automake 1.10, gettext 0.16.1. * Version 0.2.15 (released 2006-08-22) ** Changed libgsasl shared library version. The shared library version was not incremented correctly in the last release, even though new APIs were added. * Version 0.2.14 (released 2006-08-19) ** New section "Requirements" in the manual, lists the external components. Suggested by James Mansion. ** Update of gnulib files. * Version 0.2.13 (released 2006-06-14) ** Update of gnulib files. Further improves portability to MinGW. ** Various improvements in the manuals. ** The tests are run under valgrind, if it is installed. Use --disable-valgrind-tests to unconditionally disable this. It is disabled by default for cross compiles. ** Various minor fixes. * Version 0.2.12 (released 2006-03-08) ** Update of gnulib files. Improves portability to Mingw32. * Version 0.2.11 (released 2006-02-07) ** Ported to Windows by cross-compiling using Mingw32. Using Debian's mingw32 compiler, you can build it for Windows by invoking `./configure --host=i586-mingw32msvc --disable-gssapi'. ** Update of gnulib files. * Version 0.2.10 (released 2005-10-23) ** Work around bug in GnuTLS that made the command line tool exit after ** failing to write a zero length message to the peer. ** Don't use GnuTLS if gnutls_certificate_verify_peers2 isn't present. ** Update of gnulib files. * Version 0.2.9 (released 2005-10-07) ** Update of gnulib files. * Version 0.2.8 (released 2005-09-08) ** The gsasl tool now support STARTTLS for IMAP and SMTP using GnuTLS. ** The --client and --server parameters for the gsasl tool now work properly. ** The --client and --server stdin/stdout modes now use the readline library. ** Fixed build problems in getpass on uClibc and Mingw32 platforms. ** Kinyarwanda translation added. * Version 0.2.7 (released 2005-08-25) ** Fix build problems when cross-compiling to uClibc and Mingw32 platforms. ** Detecting and using the readline library has been improved. * Version 0.2.6 (released 2005-08-08) ** The gsasl tool now try to connect to all addresses for a server name. ** The help-gsasl@gnu.org mailing list is now mentioned in documentation. ** The license template in files were updated with the new FSF address. ** Update of gnulib files. * Version 0.2.5 (released 2005-02-08) ** Added self test of EXTERNAL mechanism. ** Vietnamese translation added, thanks to Clytie Siddall. * Version 0.2.4 (released 2005-01-01) ** The CRAM-MD5 mechanism is now preferred over DIGEST-MD5. This decision was based on recent public research that suggest MD5 is broken, while HMAC-MD5 not immediately compromised, and the lack of public analysis on what consequences the MD5 break have for DIGEST-MD5. Support for CRAM-SHA1 is under investigation, to enable users to avoid MD5 completely ** Fixed a bug that prevented SMTP client from working. ** New configure option --disable-obsolete to remove backwards compatibility. This is mostly intended to be used when compiling for platforms with constrained memory/space resources. ** DIGEST-MD5 rewritten and enabled by default (see lib/NEWS for details). ** Command line tool now query for realm, hostname and service name properly. ** Documentation updates and improvements. ** Self test improvements. ** Update of gnulib files. * Version 0.2.3 (released 2004-12-15) ** Fix example code to handle base64 encoded data properly. ** DIGEST-MD5 is disabled by default, pending a rewrite for the new API. ** Command line tool uses new callback interface to the library. ** Command line tool uses "iconvme" from gnulib for UTF-8 string conversion. ** Server mode in the command line tool does not work currently. It is unclear if this feature was ever that useful. If there are no objections, it will be removed completely in future versions. ** Documentation fixes. ** Fix self test bugs. * Version 0.2.2 (released 2004-11-29) ** Update of gnulib files. * Version 0.2.1 (released 2004-11-19) ** Documentation fixes; the old callback API functions are marked as obsolete. * Version 0.2.0 (released 2004-11-07) ** Added new directory examples/ with complete examples for new API. ** Documentation improvements. For example, you can now browse the GNU SASL API manual using DevHelp. ** Update of gnulib files. ** More self tests. ** Translation fixes. * Version 0.1.4 (released 2004-08-08) ** Revamp of gnulib compatibility files. ** More translations. German (by Roland Illig), Basque (by Mikel Olasagasti), French (by Michel Robitaille), Irish (by Kevin Patrick Scannell), Dutch (by Elros Cyriatan), Polish (by Jakub Bogusz), Romanian (by Laurentiu Buzdugan), and Serbian (by Aleksandar Jelenak). * Version 0.1.3 (released 2004-08-04) ** Command line tool support IPv6 (and other protocol families). Requires that your system has `getaddrinfo'. ** Command line behaviour for gsasl tool improved. The --client and --imap parameters are now the default. The --connect host and port can now be specified directly. If --authentication-id is not specified, the username of the user invoking gsasl is used (i.e., getpwuid(getuid)->pw_name). Alltogether, this allows simple usage, as in `gsasl mail.example.com' to connect, via IMAP, to mail.example.com. * Version 0.1.2 (released 2004-07-16) ** The SMTP mode in `gsasl' should now work. ** Cross compile builds should work. It should work for any sane cross compile target, but the only tested platform is uClibc/uClinux on Motorola Coldfire. ** The GNU Readline library is used to read data, if available. ** Passwords read from stdin are not echoed to the terminal. * Version 0.1.1 (released 2004-06-26) ** In the command line client, the default quality of protection is now none. * Version 0.1.0 (released 2004-04-16) ** The library re-licensed to LGPL and distributed as a separate package. This means a fork of this NEWS file, all the entries below relate to the combined work of earlier versions. New entries above does not document user visible changes for the library ("libgsasl"), for that see NEWS in the lib/ sub-directory, which is also distributed as a stand-alone package. * Version 0.0.14 (released 2004-01-22) ** Moved all mechanism specific code into sub-directories of lib/. Each backend is built into its own library (e.g., libgsasl-plain.so), to facilitate future possible use of dlopen to dynamically load backends. ** Moved compatibility files (getopt*) to gl/, and added more (strdup*). * Version 0.0.13 (released 2004-01-17) ** Nettle (the crypto functionality, crypto/) has been updated. This fixes two portability issues, the new code should work on platforms that doesn't have inttypes.h and alloca. * Version 0.0.12 (released 2004-01-15) ** Protocol line parser in 'gsasl' tool more reliable. Earlier it assumed two lines were sent in one packet in one place, and sent as two packets in another place. ** Various bugfixes. * Version 0.0.11 (released 2004-01-06) ** The client part of CRAM-MD5 now uses SASLprep instead of NFKC. This aligns with draft-ietf-sasl-crammd5-01. ** The CRAM-MD5 challenge string now conform to the proper syntax. ** The string preparation (SASLprep and trace) functions now work correctly. ** DocBook manuals no longer included. The reason is that recent DocBook tools from the distribution I use (Debian) fails with an error. DocBook manuals may be included in the future, if I can get the tools to work. ** API and ABI modifications. GSASL_SASLPREP_ERROR: ADD. * Version 0.0.10 (released 2003-11-22) ** The CRAM-MD5 server now reject invalid passwords. The logic flaw was introduced in 0.0.9, after blindly making code changes to shut up valgrind just before the release. ** Various build improvements. Pkg-config is no longer needed. GTK-DOC is only used if present. * Version 0.0.9 (released 2003-11-21) ** Command line client can talk to SMTP servers with --smtp. ** DocBook manuals in XML, PDF, PostScript, ASCII and HTML formats included. ** Token parser in DIGEST-MD5 fixed, improve interoperability of DIGEST-MD5. ** Libgcrypt >= 1.1.42 is used if available (for CRAM-MD5 and DIGEST-MD5). The previous libgcrypt API is no longer supported. ** CRAM-MD5 and DIGEST-MD5 no longer require libgcrypt (but can still use it). If libgcrypt 1.1.42 or later is not found, it uses a minimalistic cryptographic library based on Nettle, from crypto/. Currently only MD5 and HMAC-MD5 is needed, making a dependence on libgcrypt overkill. ** Listing supported server mechanisms with gsasl_server_mechlist work. ** Autoconf 2.59, Automake 1.8 beta, Libtool CVS used. ** Source code for each SASL mechanism moved to its own sub-directory in lib/. ** The command line interface now uses getopt instead of argp. The reason is portability, this also means we no longer use gnulib. ** API and ABI modifications. gsasl_randomize: ADD. gsasl_md5: ADD. gsasl_hmac_md5: ADD. gsasl_hexdump: REMOVED. Never intended to be exported. gsasl_step: ADD. gsasl_step64: ADD. gsasl_client_step: DEPRECATED: use gsasl_step instead. gsasl_server_step: DEPRECATED: use gsasl_step instead. gsasl_client_step_base64: DEPRECATED: use gsasl_step64 instead. gsasl_server_step_base64: DEPRECATED: use gsasl_step64 instead. gsasl_finish: ADD. gsasl_client_finish: DEPRECATED: use gsasl_finish instead. gsasl_server_finish: DEPRECATED: use gsasl_finish instead. gsasl_ctx_get: ADD. gsasl_client_ctx_get: DEPRECATED: use gsasl_ctx_get instead. gsasl_server_ctx_get: DEPRECATED: use gsasl_ctx_get instead. gsasl_appinfo_get: ADD. gsasl_appinfo_set: ADD. gsasl_client_application_data_get: DEPRECATED: use gsasl_appinfo_get instead. gsasl_client_application_data_set: DEPRECATED: use gsasl_appinfo_set instead. gsasl_server_application_data_get: DEPRECATED: use gsasl_appinfo_get instead. gsasl_server_application_data_set: DEPRECATED: use gsasl_appinfo_set instead. Gsasl: ADD. Gsasl_ctx: DEPRECATED: use Gsasl instead. Gsasl_session: ADD. Gsasl_session_ctx: DEPRECATED: use Gsasl_session instead. GSASL_CRYPTO_ERROR: ADD, replaces deprecated GSASL_LIBGCRYPT_ERROR. GSASL_LIBGCRYPT_ERROR: DEPRECATED: use GSASL_CRYPTO_ERROR instead. GSASL_KERBEROS_V5_INTERNAL_ERROR: ADD, replaces deprecated GSASL_SHISHI_ERROR. GSASL_SHISHI_ERROR: DEPRECATED: use GSASL_KERBEROS_V5_INTERNAL_ERROR instead. GSASL_INVALID_HANDLE: ADD. * Version 0.0.8 (released 2003-10-11) ** Improved GSSAPI implementation detection. Auto detection should work, unless you have both MIT and Heimdal, or wish to override the default that prefer GSS over Heimdal over MIT. In that case, use --enable-gssapi=mit or --enable-gssapi=heimdal. ** GNU SASL contain APIs for internationalized string processing via SASLprep. You no longer have to use Libidn directly. ** Man pages for all public functions are included. ** GNULib is used for compatibility functions. The directory gl/ is dedicated for GNULib functions, and replace the earlier ad-hoc usage of argp, memset, etc. ** GNU SASL will be C89 compatible. The library itself (lib/*) only use C89. The remaining parts (src/ and tests/) can use C89 and any functionality from GNULib. This decision may be revised in the future, if it turns out there are problems with this. ** Improvements for embedded or otherwise limited systems. The math library (-lm) is no longer required. All client code can be disabled by --disable-client, and all server code can be disabled by --disable-server. The internationalized string processing library can be disabled by --without-stringprep. ** Gettext 0.12.1 and Libtool 1.5 is used. ** Libgcrypt from CVS (1.1.42) is not supported. Recent libgcrypt is API incompatible with earlier released versions. If a too recent version is installed, it will not be used. ** Fix command line tool '--connect --imap' on Solaris. ** Bug fixes. ** API and ABI modifications. Gsasl_client_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'. Gsasl_server_callback_maxbuf: CHANGED: 'int' was replaced with 'size_t'. gsasl_client_mechlist: NEW. gsasl_server_mechlist: NEW. gsasl_client_listmech: DEPRECATED: use gsasl_client_mechlist instead. gsasl_server_listmech: DEPRECATED: use gsasl_server_mechlist instead. gsasl_stringprep_nfkc: NEW. gsasl_stringprep_saslprep: NEW. gsasl_stringprep_trace: NEW. * Version 0.0.7 (released 2003-06-02) ** Two new GSS libraries supported for the GSS-API mechanism. See http://josefsson.org/gss/ for GSS, which uses Shishi for Kerberos 5. See http://www.pdc.kth.se/heimdal/ for Heimdal (Kerberos 5). ** Bug fixes. * Version 0.0.6 (released 2003-03-17) ** Gettext not included. Due to some conflicts between libtool and gettext, if you want i18n on platforms that does not already have a useful gettext implementation, you must install GNU gettext before building this package. If you don't care about i18n, this package should work fine (except for i18n, of course). ** Rudimentary support for KERBEROS_V5. Only enable if you want to write code. This adds two new API errors; GSASL_KERBEROS_V5_INIT_ERROR, GSASL_SHISHI_ERROR. ** Added API function: gsasl_client_callback_realm_set. Specifies which realm the client belongs to. ** Bugfixes. User visible aspects includes not building the API Reference Manual with GTK-DOC by default, if you want it use configure parameter --enable-gtk-doc. * Version 0.0.5 (released 2003-01-27) ** Command line application "gsasl" now supports --imap and --connect. The --imap parameter makes it use a IMAP-like negotiation on stdin/stdout. The --connect parameter makes it connect to a host over TCP, and talk to it instead of stdin/stdout. This allows it to be used as a simple test tool to connect to IMAP servers. Currently integrity and confidentiality is not working properly, so if you use DIGEST-MD5 you currently have to specify --quality-of-protection=auth. ** Texinfo documentation added for command line tool. ** Libgcrypt initialization no longer causes a warning to be printed. ** Added API reference manual in HTML format, generated using GTK-DOC. See doc/reference/, in particular doc/reference/html/index.html. ** GNU Libidn replaces Libstringprep. Although it is still stored in the libstringprep/ directory for CVS reasons. ** Bug fixes for DIGEST-MD5 and GSSAPI. * Version 0.0.4 (released 2002-12-13) ** License changed to GPL. ** Official GNU project. * Version 0.0.3 (released 2002-12-05) ** New gsasl arguments --application-data and --no-client-first. ** Bug fixes (client sends first, memory leaks, compiler warnings, more). * Version 0.0.2 (released 2002-11-07) ** Includes a copy of libstringprep 0.0.2 for Unicode NFKC normalization and locale charset to UTF-8 string conversion, and preparation for the future if a SASL Stringprep profile is created. If libstringprep is already installed, it is used by default. You can force the use of the internal version with --without-system-libstringprep. ** Uses pkg-config instead of libgsasl.m4 + libgsasl-config.in, and for finding libntlm (requires libntlm 0.3.1 or later). ** Self tests for several mechanisms. ** The API now allows mechanisms to return data even when returning GSASL_OK (earlier only on GSASL_NEEDS_MORE). ** Bug fixes. * Version 0.0.1 (released 2002-10-12) ** APIs for integrity and confidentiality protection of application payload data. ** DIGEST-MD5 support for integrity protection. * Version 0.0.0 (released 2002-10-07) ** Initial release. ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. ;;; Local Variables: *** ;;; mode:outline *** ;;; mode:flyspell *** ;;; End: *** gsasl-1.8.0/m4/0000775000000000000000000000000011760732116010126 500000000000000gsasl-1.8.0/m4/lib-ld.m40000664000000000000000000000660311760730650011461 00000000000000# lib-ld.m4 serial 4 (gettext-0.18) dnl Copyright (C) 1996-2003, 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Subroutines of libtool.m4, dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision dnl with libtool.m4. dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. AC_DEFUN([AC_LIB_PROG_LD_GNU], [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], [# I'd rather use --version here, but apparently some GNU ld's only accept -v. case `$LD -v 2>&1 conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by GCC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]* | [A-Za-z]:[\\/]*)] [re_direlt='/[^/][^/]*/\.\./'] # Canonicalize the path of ld ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL([acl_cv_path_LD], [if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then acl_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some GNU ld's only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in *GNU* | *'with BFD'*) test "$with_gnu_ld" != no && break ;; *) test "$with_gnu_ld" != yes && break ;; esac fi done IFS="$ac_save_ifs" else acl_cv_path_LD="$LD" # Let the user override the test with a path. fi]) LD="$acl_cv_path_LD" if test -n "$LD"; then AC_MSG_RESULT([$LD]) else AC_MSG_RESULT([no]) fi test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) AC_LIB_PROG_LD_GNU ]) gsasl-1.8.0/m4/pkg.m40000664000000000000000000001214511746471770011106 00000000000000# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # # Copyright © 2004 Scott James Remnant . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # # Similar to PKG_CHECK_MODULES, make sure that the first instance of # this or PKG_CHECK_MODULES is called, or make sure to call # PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_ifval([$2], [$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$PKG_CONFIG"; then if test -n "$$1"; then pkg_cv_[]$1="$$1" else PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], [pkg_failed=yes]) fi else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"` else $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD ifelse([$4], , [AC_MSG_ERROR(dnl [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT ])], [AC_MSG_RESULT([no]) $4]) elif test $pkg_failed = untried; then ifelse([$4], , [AC_MSG_FAILURE(dnl [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) ifelse([$3], , :, [$3]) fi[]dnl ])# PKG_CHECK_MODULES gsasl-1.8.0/m4/wint_t.m40000664000000000000000000000172611760730650011623 00000000000000# wint_t.m4 serial 4 (gettext-0.18) dnl Copyright (C) 2003, 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether has the 'wint_t' type. dnl Prerequisite: AC_PROG_CC AC_DEFUN([gt_TYPE_WINT_T], [ AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t], [AC_TRY_COMPILE([ /* Tru64 with Desktop Toolkit C has a bug: must be included before . BSD/OS 4.0.1 has a bug: , and must be included before . */ #include #include #include #include wint_t foo = (wchar_t)'\0';], , [gt_cv_c_wint_t=yes], [gt_cv_c_wint_t=no])]) if test $gt_cv_c_wint_t = yes; then AC_DEFINE([HAVE_WINT_T], [1], [Define if you have the 'wint_t' type.]) fi ]) gsasl-1.8.0/m4/gtk-doc.m40000664000000000000000000000424111746471770011653 00000000000000dnl -*- mode: autoconf -*- # serial 1 dnl Usage: dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) AC_DEFUN([GTK_DOC_CHECK], [ AC_REQUIRE([PKG_PROG_PKG_CONFIG]) AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first dnl check for tools we added during development AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check]) AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) dnl for overriding the documentation installation directory AC_ARG_WITH([html-dir], AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, [with_html_dir='${datadir}/gtk-doc/html']) HTML_DIR="$with_html_dir" AC_SUBST([HTML_DIR]) dnl enable/disable documentation building AC_ARG_ENABLE([gtk-doc], AS_HELP_STRING([--enable-gtk-doc], [use gtk-doc to build documentation [[default=no]]]),, [enable_gtk_doc=no]) if test x$enable_gtk_doc = xyes; then ifelse([$1],[], [PKG_CHECK_EXISTS([gtk-doc],, AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))], [PKG_CHECK_EXISTS([gtk-doc >= $1],, AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))]) fi AC_MSG_CHECKING([whether to build gtk-doc documentation]) AC_MSG_RESULT($enable_gtk_doc) dnl enable/disable output formats AC_ARG_ENABLE([gtk-doc-html], AS_HELP_STRING([--enable-gtk-doc-html], [build documentation in html format [[default=yes]]]),, [enable_gtk_doc_html=yes]) AC_ARG_ENABLE([gtk-doc-pdf], AS_HELP_STRING([--enable-gtk-doc-pdf], [build documentation in pdf format [[default=no]]]),, [enable_gtk_doc_pdf=no]) if test -z "$GTKDOC_MKPDF"; then enable_gtk_doc_pdf=no fi AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) ]) gsasl-1.8.0/m4/intlmacosx.m40000664000000000000000000000457511760730650012505 00000000000000# intlmacosx.m4 serial 3 (gettext-0.18) dnl Copyright (C) 2004-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Checks for special options needed on MacOS X. dnl Defines INTL_MACOSX_LIBS. AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in MacOS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], [gt_cv_func_CFPreferencesCopyAppValue], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFPreferencesCopyAppValue(NULL, NULL)], [gt_cv_func_CFPreferencesCopyAppValue=yes], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in MacOS X 10.3. AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFLocaleCopyCurrent();], [gt_cv_func_CFLocaleCopyCurrent=yes], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS= if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" fi AC_SUBST([INTL_MACOSX_LIBS]) ]) gsasl-1.8.0/m4/size_max.m40000664000000000000000000000563011760730650012134 00000000000000# size_max.m4 serial 9 dnl Copyright (C) 2003, 2005-2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([gl_SIZE_MAX], [ AC_CHECK_HEADERS([stdint.h]) dnl First test whether the system already has SIZE_MAX. AC_CACHE_CHECK([for SIZE_MAX], [gl_cv_size_max], [ gl_cv_size_max= AC_EGREP_CPP([Found it], [ #include #if HAVE_STDINT_H #include #endif #ifdef SIZE_MAX Found it #endif ], [gl_cv_size_max=yes]) if test -z "$gl_cv_size_max"; then dnl Define it ourselves. Here we assume that the type 'size_t' is not wider dnl than the type 'unsigned long'. Try hard to find a definition that can dnl be used in a preprocessor #if, i.e. doesn't contain a cast. AC_COMPUTE_INT([size_t_bits_minus_1], [sizeof (size_t) * CHAR_BIT - 1], [#include #include ], [size_t_bits_minus_1=]) AC_COMPUTE_INT([fits_in_uint], [sizeof (size_t) <= sizeof (unsigned int)], [#include ], [fits_in_uint=]) if test -n "$size_t_bits_minus_1" && test -n "$fits_in_uint"; then if test $fits_in_uint = 1; then dnl Even though SIZE_MAX fits in an unsigned int, it must be of type dnl 'unsigned long' if the type 'size_t' is the same as 'unsigned long'. AC_TRY_COMPILE([#include extern size_t foo; extern unsigned long foo; ], [], [fits_in_uint=0]) fi dnl We cannot use 'expr' to simplify this expression, because 'expr' dnl works only with 'long' integers in the host environment, while we dnl might be cross-compiling from a 32-bit platform to a 64-bit platform. if test $fits_in_uint = 1; then gl_cv_size_max="(((1U << $size_t_bits_minus_1) - 1) * 2 + 1)" else gl_cv_size_max="(((1UL << $size_t_bits_minus_1) - 1) * 2 + 1)" fi else dnl Shouldn't happen, but who knows... gl_cv_size_max='((size_t)~(size_t)0)' fi fi ]) if test "$gl_cv_size_max" != yes; then AC_DEFINE_UNQUOTED([SIZE_MAX], [$gl_cv_size_max], [Define as the maximum value of type 'size_t', if the system doesn't define it.]) fi dnl Don't redefine SIZE_MAX in config.h if config.h is re-included after dnl . Remember that the #undef in AH_VERBATIM gets replaced with dnl #define by AC_DEFINE_UNQUOTED. AH_VERBATIM([SIZE_MAX], [/* Define as the maximum value of type 'size_t', if the system doesn't define it. */ #ifndef SIZE_MAX # undef SIZE_MAX #endif]) ]) dnl Autoconf >= 2.61 has AC_COMPUTE_INT built-in. dnl Remove this when we can assume autoconf >= 2.61. m4_ifdef([AC_COMPUTE_INT], [], [ AC_DEFUN([AC_COMPUTE_INT], [_AC_COMPUTE_INT([$2],[$1],[$3],[$4])]) ]) gsasl-1.8.0/m4/lib-prefix.m40000664000000000000000000002042211760730650012352 00000000000000# lib-prefix.m4 serial 7 (gettext-0.18) dnl Copyright (C) 2001-2005, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that dnl a user will want packages to use other packages he previously installed dnl with the same --prefix option. dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate dnl libraries, but is otherwise very convenient. AC_DEFUN([AC_LIB_PREFIX], [ AC_BEFORE([$0], [AC_LIB_LINKFLAGS]) AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_LIB_ARG_WITH([lib-prefix], [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib --without-lib-prefix don't search for libraries in includedir and libdir], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" fi fi ]) if test $use_additional = yes; then dnl Potentially add $additional_includedir to $CPPFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's already present in $CPPFLAGS, dnl 3. if it's /usr/local/include and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= for x in $CPPFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $CPPFLAGS. CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir" fi fi fi fi dnl Potentially add $additional_libdir to $LDFLAGS. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's already present in $LDFLAGS, dnl 3. if it's /usr/local/lib and we are using GCC on Linux, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then haveit= for x in $LDFLAGS; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then if test -n "$GCC"; then case $host_os in linux*) haveit=yes;; esac fi fi if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LDFLAGS. LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir" fi fi fi fi fi ]) dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix, dnl acl_final_exec_prefix, containing the values to which $prefix and dnl $exec_prefix will expand at the end of the configure script. AC_DEFUN([AC_LIB_PREPARE_PREFIX], [ dnl Unfortunately, prefix and exec_prefix get only finally determined dnl at the end of configure. if test "X$prefix" = "XNONE"; then acl_final_prefix="$ac_default_prefix" else acl_final_prefix="$prefix" fi if test "X$exec_prefix" = "XNONE"; then acl_final_exec_prefix='${prefix}' else acl_final_exec_prefix="$exec_prefix" fi acl_save_prefix="$prefix" prefix="$acl_final_prefix" eval acl_final_exec_prefix=\"$acl_final_exec_prefix\" prefix="$acl_save_prefix" ]) dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the dnl variables prefix and exec_prefix bound to the values they will have dnl at the end of the configure script. AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], [ acl_save_prefix="$prefix" prefix="$acl_final_prefix" acl_save_exec_prefix="$exec_prefix" exec_prefix="$acl_final_exec_prefix" $1 exec_prefix="$acl_save_exec_prefix" prefix="$acl_save_prefix" ]) dnl AC_LIB_PREPARE_MULTILIB creates dnl - a variable acl_libdirstem, containing the basename of the libdir, either dnl "lib" or "lib64" or "lib/64", dnl - a variable acl_libdirstem2, as a secondary possible value for dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or dnl "lib/amd64". AC_DEFUN([AC_LIB_PREPARE_MULTILIB], [ dnl There is no formal standard regarding lib and lib64. dnl On glibc systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine dnl the compiler's default mode by looking at the compiler's library search dnl path. If at least one of its elements ends in /lib64 or points to a dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. dnl Otherwise we use the default, namely "lib". dnl On Solaris systems, the current practice is that on a system supporting dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. AC_REQUIRE([AC_CANONICAL_HOST]) acl_libdirstem=lib acl_libdirstem2= case "$host_os" in solaris*) dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment dnl . dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the dnl symlink is missing, so we set acl_libdirstem2 too. AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], [AC_EGREP_CPP([sixtyfour bits], [ #ifdef _LP64 sixtyfour bits #endif ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) ]) if test $gl_cv_solaris_64bit = yes; then acl_libdirstem=lib/64 case "$host_cpu" in sparc*) acl_libdirstem2=lib/sparcv9 ;; i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; esac fi ;; *) searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` if test -n "$searchpath"; then acl_save_IFS="${IFS= }"; IFS=":" for searchdir in $searchpath; do if test -d "$searchdir"; then case "$searchdir" in */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; */../ | */.. ) # Better ignore directories of this form. They are misleading. ;; *) searchdir=`cd "$searchdir" && pwd` case "$searchdir" in */lib64 ) acl_libdirstem=lib64 ;; esac ;; esac fi done IFS="$acl_save_IFS" fi ;; esac test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" ]) gsasl-1.8.0/m4/ltsugar.m40000644000000000000000000001042411760730704011771 00000000000000# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59 which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) gsasl-1.8.0/m4/lib-link.m40000664000000000000000000010020211760730650012005 00000000000000# lib-link.m4 serial 21 (gettext-0.18) dnl Copyright (C) 2001-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ([2.54]) dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and dnl augments the CPPFLAGS variable. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[translit([$1],[./-], [___])]) pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ AC_LIB_LINKFLAGS_BODY([$1], [$2]) ac_cv_lib[]Name[]_libs="$LIB[]NAME" ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME" ac_cv_lib[]Name[]_cppflags="$INC[]NAME" ac_cv_lib[]Name[]_prefix="$LIB[]NAME[]_PREFIX" ]) LIB[]NAME="$ac_cv_lib[]Name[]_libs" LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs" INC[]NAME="$ac_cv_lib[]Name[]_cppflags" LIB[]NAME[]_PREFIX="$ac_cv_lib[]Name[]_prefix" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the dnl results of this search when this library appears as a dependency. HAVE_LIB[]NAME=yes popdef([NAME]) popdef([Name]) ]) dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message]) dnl searches for libname and the libraries corresponding to explicit and dnl implicit dependencies, together with the specified include files and dnl the ability to compile and link the specified testcode. The missing-message dnl defaults to 'no' and may contain additional hints for the user. dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname dnl was found in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], [ AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) pushdef([Name],[translit([$1],[./-], [___])]) pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME dnl accordingly. AC_LIB_LINKFLAGS_BODY([$1], [$2]) dnl Add $INC[]NAME to CPPFLAGS before performing the following checks, dnl because if the user has installed lib[]Name and not disabled its use dnl via --without-lib[]Name-prefix, he wants to use it. ac_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME) AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ ac_save_LIBS="$LIBS" dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS, dnl because these -l options might require -L options that are present in dnl LIBS. -l options benefit only from the -L options listed before it. dnl Otherwise, add it to the front of LIBS, because it may be a static dnl library that depends on another static library that is present in LIBS. dnl Static libraries benefit only from the static libraries listed after dnl it. case " $LIB[]NAME" in *" -l"*) LIBS="$LIBS $LIB[]NAME" ;; *) LIBS="$LIB[]NAME $LIBS" ;; esac AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])']) LIBS="$ac_save_LIBS" ]) if test "$ac_cv_lib[]Name" = yes; then HAVE_LIB[]NAME=yes AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.]) AC_MSG_CHECKING([how to link with lib[]$1]) AC_MSG_RESULT([$LIB[]NAME]) else HAVE_LIB[]NAME=no dnl If $LIB[]NAME didn't lead to a usable library, we don't need dnl $INC[]NAME either. CPPFLAGS="$ac_save_CPPFLAGS" LIB[]NAME= LTLIB[]NAME= LIB[]NAME[]_PREFIX= fi AC_SUBST([HAVE_LIB]NAME) AC_SUBST([LIB]NAME) AC_SUBST([LTLIB]NAME) AC_SUBST([LIB]NAME[_PREFIX]) popdef([NAME]) popdef([Name]) ]) dnl Determine the platform dependent parameters needed to use rpath: dnl acl_libext, dnl acl_shlibext, dnl acl_hardcode_libdir_flag_spec, dnl acl_hardcode_libdir_separator, dnl acl_hardcode_direct, dnl acl_hardcode_minus_L. AC_DEFUN([AC_LIB_RPATH], [ dnl Tell automake >= 1.10 to complain if config.rpath is missing. m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])]) AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh . ./conftest.sh rm -f ./conftest.sh acl_cv_rpath=done ]) wl="$acl_cv_wl" acl_libext="$acl_cv_libext" acl_shlibext="$acl_cv_shlibext" acl_libname_spec="$acl_cv_libname_spec" acl_library_names_spec="$acl_cv_library_names_spec" acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec" acl_hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" acl_hardcode_direct="$acl_cv_hardcode_direct" acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" dnl Determine whether the user wants rpath handling at all. AC_ARG_ENABLE([rpath], [ --disable-rpath do not hardcode runtime library paths], :, enable_rpath=yes) ]) dnl AC_LIB_FROMPACKAGE(name, package) dnl declares that libname comes from the given package. The configure file dnl will then not have a --with-libname-prefix option but a dnl --with-package-prefix option. Several libraries can come from the same dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar dnl macro call that searches for libname. AC_DEFUN([AC_LIB_FROMPACKAGE], [ pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) define([acl_frompackage_]NAME, [$2]) popdef([NAME]) pushdef([PACK],[$2]) pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) define([acl_libsinpackage_]PACKUP, m4_ifdef([acl_libsinpackage_]PACKUP, [acl_libsinpackage_]PACKUP[[, ]],)[lib$1]) popdef([PACKUP]) popdef([PACK]) ]) dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and dnl the libraries corresponding to explicit and implicit dependencies. dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. dnl Also, sets the LIB${NAME}_PREFIX variable to nonempty if libname was found dnl in ${LIB${NAME}_PREFIX}/$acl_libdirstem. AC_DEFUN([AC_LIB_LINKFLAGS_BODY], [ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-], [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) dnl Autoconf >= 2.61 supports dots in --with options. pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit(PACK,[.],[_])],PACK)]) dnl By default, look in $includedir and $libdir. use_additional=yes AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) AC_ARG_WITH(P_A_C_K[-prefix], [[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], [ if test "X$withval" = "Xno"; then use_additional=no else if test "X$withval" = "X"; then AC_LIB_WITH_FINAL_PREFIX([ eval additional_includedir=\"$includedir\" eval additional_libdir=\"$libdir\" ]) else additional_includedir="$withval/include" additional_libdir="$withval/$acl_libdirstem" if test "$acl_libdirstem2" != "$acl_libdirstem" \ && ! test -d "$withval/$acl_libdirstem"; then additional_libdir="$withval/$acl_libdirstem2" fi fi fi ]) dnl Search the library and its dependencies in $additional_libdir and dnl $LDFLAGS. Using breadth-first-seach. LIB[]NAME= LTLIB[]NAME= INC[]NAME= LIB[]NAME[]_PREFIX= dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been dnl computed. So it has to be reset here. HAVE_LIB[]NAME= rpathdirs= ltrpathdirs= names_already_handled= names_next_round='$1 $2' while test -n "$names_next_round"; do names_this_round="$names_next_round" names_next_round= for name in $names_this_round; do already_handled= for n in $names_already_handled; do if test "$n" = "$name"; then already_handled=yes break fi done if test -z "$already_handled"; then names_already_handled="$names_already_handled $name" dnl See if it was already located by an earlier AC_LIB_LINKFLAGS dnl or AC_LIB_HAVE_LINKFLAGS call. uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` eval value=\"\$HAVE_LIB$uppername\" if test -n "$value"; then if test "$value" = yes; then eval value=\"\$LIB$uppername\" test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value" eval value=\"\$LTLIB$uppername\" test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value" else dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined dnl that this library doesn't exist. So just drop it. : fi else dnl Search the library lib$name in $additional_libdir and $LDFLAGS dnl and the already constructed $LIBNAME/$LTLIBNAME. found_dir= found_la= found_so= found_a= eval libname=\"$acl_libname_spec\" # typically: libname=lib$name if test -n "$acl_shlibext"; then shrext=".$acl_shlibext" # typically: shrext=.so else shrext= fi if test $use_additional = yes; then dir="$additional_libdir" dnl The same code as in the loop below: dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi fi if test "X$found_dir" = "X"; then for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) case "$x" in -L*) dir=`echo "X$x" | sed -e 's/^X-L//'` dnl First look for a shared library. if test -n "$acl_shlibext"; then if test -f "$dir/$libname$shrext"; then found_dir="$dir" found_so="$dir/$libname$shrext" else if test "$acl_library_names_spec" = '$libname$shrext$versuffix'; then ver=`(cd "$dir" && \ for f in "$libname$shrext".*; do echo "$f"; done \ | sed -e "s,^$libname$shrext\\\\.,," \ | sort -t '.' -n -r -k1,1 -k2,2 -k3,3 -k4,4 -k5,5 \ | sed 1q ) 2>/dev/null` if test -n "$ver" && test -f "$dir/$libname$shrext.$ver"; then found_dir="$dir" found_so="$dir/$libname$shrext.$ver" fi else eval library_names=\"$acl_library_names_spec\" for f in $library_names; do if test -f "$dir/$f"; then found_dir="$dir" found_so="$dir/$f" break fi done fi fi fi dnl Then look for a static library. if test "X$found_dir" = "X"; then if test -f "$dir/$libname.$acl_libext"; then found_dir="$dir" found_a="$dir/$libname.$acl_libext" fi fi if test "X$found_dir" != "X"; then if test -f "$dir/$libname.la"; then found_la="$dir/$libname.la" fi fi ;; esac if test "X$found_dir" != "X"; then break fi done fi if test "X$found_dir" != "X"; then dnl Found the library. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name" if test "X$found_so" != "X"; then dnl Linking with a shared library. We attempt to hardcode its dnl directory into the executable's runpath, unless it's the dnl standard /usr/lib. if test "$enable_rpath" = no \ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then dnl No hardcoding is needed. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl Use an explicit option to hardcode DIR into the resulting dnl binary. dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $found_dir" fi dnl The hardcoding into $LIBNAME is system dependent. if test "$acl_hardcode_direct" = yes; then dnl Using DIR/libNAME.so during linking hardcodes DIR into the dnl resulting binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode DIR into the resulting dnl binary. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $found_dir" fi else dnl Rely on "-L$found_dir". dnl But don't add it if it's already contained in the LDFLAGS dnl or the already constructed $LIBNAME haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$found_dir"; then haveit=yes break fi done if test -z "$haveit"; then LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir" fi if test "$acl_hardcode_minus_L" != no; then dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" else dnl We cannot use $acl_hardcode_runpath_var and LD_RUN_PATH dnl here, because this doesn't fit in flags passed to the dnl compiler. So give up. No hardcoding. This affects only dnl very old systems. dnl FIXME: Not sure whether we should use dnl "-L$found_dir -l$name" or "-L$found_dir $found_so" dnl here. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" fi fi fi fi else if test "X$found_a" != "X"; then dnl Linking with a static library. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a" else dnl We shouldn't come here, but anyway it's good to have a dnl fallback. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name" fi fi dnl Assume the include files are nearby. additional_includedir= case "$found_dir" in */$acl_libdirstem | */$acl_libdirstem/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; */$acl_libdirstem2 | */$acl_libdirstem2/) basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` if test "$name" = '$1'; then LIB[]NAME[]_PREFIX="$basedir" fi additional_includedir="$basedir/include" ;; esac if test "X$additional_includedir" != "X"; then dnl Potentially add $additional_includedir to $INCNAME. dnl But don't add it dnl 1. if it's the standard /usr/include, dnl 2. if it's /usr/local/include and we are using GCC on Linux, dnl 3. if it's already present in $CPPFLAGS or the already dnl constructed $INCNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_includedir" != "X/usr/include"; then haveit= if test "X$additional_includedir" = "X/usr/local/include"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then for x in $CPPFLAGS $INC[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-I$additional_includedir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_includedir"; then dnl Really add $additional_includedir to $INCNAME. INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir" fi fi fi fi fi dnl Look for dependencies. if test -n "$found_la"; then dnl Read the .la file. It defines the variables dnl dlname, library_names, old_library, dependency_libs, current, dnl age, revision, installed, dlopen, dlpreopen, libdir. save_libdir="$libdir" case "$found_la" in */* | *\\*) . "$found_la" ;; *) . "./$found_la" ;; esac libdir="$save_libdir" dnl We use only dependency_libs. for dep in $dependency_libs; do case "$dep" in -L*) additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. dnl But don't add it dnl 1. if it's the standard /usr/lib, dnl 2. if it's /usr/local/lib and we are using GCC on Linux, dnl 3. if it's already present in $LDFLAGS or the already dnl constructed $LIBNAME, dnl 4. if it doesn't exist as a directory. if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then haveit= if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then if test -n "$GCC"; then case $host_os in linux* | gnu* | k*bsd*-gnu) haveit=yes;; esac fi fi if test -z "$haveit"; then haveit= for x in $LDFLAGS $LIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LIBNAME. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir" fi fi haveit= for x in $LDFLAGS $LTLIB[]NAME; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X-L$additional_libdir"; then haveit=yes break fi done if test -z "$haveit"; then if test -d "$additional_libdir"; then dnl Really add $additional_libdir to $LTLIBNAME. LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir" fi fi fi fi ;; -R*) dir=`echo "X$dep" | sed -e 's/^X-R//'` if test "$enable_rpath" != no; then dnl Potentially add DIR to rpathdirs. dnl The rpathdirs will be appended to $LIBNAME at the end. haveit= for x in $rpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then rpathdirs="$rpathdirs $dir" fi dnl Potentially add DIR to ltrpathdirs. dnl The ltrpathdirs will be appended to $LTLIBNAME at the end. haveit= for x in $ltrpathdirs; do if test "X$x" = "X$dir"; then haveit=yes break fi done if test -z "$haveit"; then ltrpathdirs="$ltrpathdirs $dir" fi fi ;; -l*) dnl Handle this in the next round. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` ;; *.la) dnl Handle this in the next round. Throw away the .la's dnl directory; it is already contained in a preceding -L dnl option. names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` ;; *) dnl Most likely an immediate library name. LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep" ;; esac done fi else dnl Didn't find the library; assume it is in the system directories dnl known to the linker and runtime loader. (All the system dnl directories known to the linker should also be known to the dnl runtime loader, otherwise the system is severely misconfigured.) LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name" LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name" fi fi fi done done if test "X$rpathdirs" != "X"; then if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user must dnl pass all path elements in one option. We can arrange that for a dnl single library, but not when more than one $LIBNAMEs are used. alldirs= for found_dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$found_dir" done dnl Note: acl_hardcode_libdir_flag_spec uses $libdir and $wl. acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" else dnl The -rpath options are cumulative. for found_dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$found_dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag" done fi fi if test "X$ltrpathdirs" != "X"; then dnl When using libtool, the option that works for both libraries and dnl executables is -R. The -R options are cumulative. for found_dir in $ltrpathdirs; do LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" done fi popdef([P_A_C_K]) popdef([PACKLIBS]) popdef([PACKUP]) popdef([PACK]) popdef([NAME]) ]) dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, dnl unless already present in VAR. dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes dnl contains two or three consecutive elements that belong together. AC_DEFUN([AC_LIB_APPENDTOVAR], [ for element in [$2]; do haveit= for x in $[$1]; do AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) if test "X$x" = "X$element"; then haveit=yes break fi done if test -z "$haveit"; then [$1]="${[$1]}${[$1]:+ }$element" fi done ]) dnl For those cases where a variable contains several -L and -l options dnl referring to unknown libraries and directories, this macro determines the dnl necessary additional linker options for the runtime path. dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL]) dnl sets LDADDVAR to linker options needed together with LIBSVALUE. dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed, dnl otherwise linking without libtool is assumed. AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], [ AC_REQUIRE([AC_LIB_RPATH]) AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) $1= if test "$enable_rpath" != no; then if test -n "$acl_hardcode_libdir_flag_spec" && test "$acl_hardcode_minus_L" = no; then dnl Use an explicit option to hardcode directories into the resulting dnl binary. rpathdirs= next= for opt in $2; do if test -n "$next"; then dir="$next" dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= else case $opt in -L) next=yes ;; -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` dnl No need to hardcode the standard /usr/lib. if test "X$dir" != "X/usr/$acl_libdirstem" \ && test "X$dir" != "X/usr/$acl_libdirstem2"; then rpathdirs="$rpathdirs $dir" fi next= ;; *) next= ;; esac fi done if test "X$rpathdirs" != "X"; then if test -n ""$3""; then dnl libtool is used for linking. Use -R options. for dir in $rpathdirs; do $1="${$1}${$1:+ }-R$dir" done else dnl The linker is used for linking directly. if test -n "$acl_hardcode_libdir_separator"; then dnl Weird platform: only the last -rpath option counts, the user dnl must pass all path elements in one option. alldirs= for dir in $rpathdirs; do alldirs="${alldirs}${alldirs:+$acl_hardcode_libdir_separator}$dir" done acl_save_libdir="$libdir" libdir="$alldirs" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="$flag" else dnl The -rpath options are cumulative. for dir in $rpathdirs; do acl_save_libdir="$libdir" libdir="$dir" eval flag=\"$acl_hardcode_libdir_flag_spec\" libdir="$acl_save_libdir" $1="${$1}${$1:+ }$flag" done fi fi fi fi fi AC_SUBST([$1]) ]) gsasl-1.8.0/m4/codeset.m40000664000000000000000000000141311760730647011744 00000000000000# codeset.m4 serial 4 (gettext-0.18) dnl Copyright (C) 2000-2002, 2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_LANGINFO_CODESET], [ AC_CACHE_CHECK([for nl_langinfo and CODESET], [am_cv_langinfo_codeset], [AC_TRY_LINK([#include ], [char* cs = nl_langinfo(CODESET); return !cs;], [am_cv_langinfo_codeset=yes], [am_cv_langinfo_codeset=no]) ]) if test $am_cv_langinfo_codeset = yes; then AC_DEFINE([HAVE_LANGINFO_CODESET], [1], [Define if you have and nl_langinfo(CODESET).]) fi ]) gsasl-1.8.0/m4/glibc21.m40000664000000000000000000000152611760730647011546 00000000000000# glibc21.m4 serial 4 dnl Copyright (C) 2000-2002, 2004, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. # Test for the GNU C Library, version 2.1 or newer. # From Bruno Haible. AC_DEFUN([gl_GLIBC21], [ AC_CACHE_CHECK([whether we are using the GNU C Library 2.1 or newer], [ac_cv_gnu_library_2_1], [AC_EGREP_CPP([Lucky GNU user], [ #include #ifdef __GNU_LIBRARY__ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1) || (__GLIBC__ > 2) Lucky GNU user #endif #endif ], [ac_cv_gnu_library_2_1=yes], [ac_cv_gnu_library_2_1=no]) ] ) AC_SUBST([GLIBC21]) GLIBC21="$ac_cv_gnu_library_2_1" ] ) gsasl-1.8.0/m4/progtest.m40000664000000000000000000000557311760730650012172 00000000000000# progtest.m4 serial 6 (gettext-0.18) dnl Copyright (C) 1996-2003, 2005, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1996. AC_PREREQ([2.50]) # Search path for a program which passes the given test. dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST], [ # Prepare PATH_SEPARATOR. # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # Find out how to test for executable files. Don't use a zero-byte file, # as systems may use methods other than mode bits to determine executability. cat >conf$$.file <<_ASEOF #! /bin/sh exit 0 _ASEOF chmod +x conf$$.file if test -x conf$$.file >/dev/null 2>&1; then ac_executable_p="test -x" else ac_executable_p="test -f" fi rm -f conf$$.file # Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL([ac_cv_path_$1], [case "[$]$1" in [[\\/]]* | ?:[[\\/]]*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in ifelse([$5], , $PATH, [$5]); do IFS="$ac_save_IFS" test -z "$ac_dir" && ac_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then echo "$as_me: trying $ac_dir/$ac_word..." >&AS_MESSAGE_LOG_FD if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word$ac_exec_ext" break 2 fi fi done done IFS="$ac_save_IFS" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$][$1]) else AC_MSG_RESULT([no]) fi AC_SUBST([$1])dnl ]) gsasl-1.8.0/m4/inttypes-pri.m40000664000000000000000000000220111760730650012753 00000000000000# inttypes-pri.m4 serial 6 (gettext-0.18) dnl Copyright (C) 1997-2002, 2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_PREREQ([2.52]) # Define PRI_MACROS_BROKEN if exists and defines the PRI* # macros to non-string values. This is the case on AIX 4.3.3. AC_DEFUN([gt_INTTYPES_PRI], [ AC_CHECK_HEADERS([inttypes.h]) if test $ac_cv_header_inttypes_h = yes; then AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], [gt_cv_inttypes_pri_broken], [ AC_TRY_COMPILE([#include #ifdef PRId32 char *p = PRId32; #endif ], [], [gt_cv_inttypes_pri_broken=no], [gt_cv_inttypes_pri_broken=yes]) ]) fi if test "$gt_cv_inttypes_pri_broken" = yes; then AC_DEFINE_UNQUOTED([PRI_MACROS_BROKEN], [1], [Define if exists and defines unusable PRI* macros.]) PRI_MACROS_BROKEN=1 else PRI_MACROS_BROKEN=0 fi AC_SUBST([PRI_MACROS_BROKEN]) ]) gsasl-1.8.0/m4/wchar_t.m40000664000000000000000000000135311760730650011742 00000000000000# wchar_t.m4 serial 3 (gettext-0.18) dnl Copyright (C) 2002-2003, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl Test whether has the 'wchar_t' type. dnl Prerequisite: AC_PROG_CC AC_DEFUN([gt_TYPE_WCHAR_T], [ AC_CACHE_CHECK([for wchar_t], [gt_cv_c_wchar_t], [AC_TRY_COMPILE([#include wchar_t foo = (wchar_t)'\0';], , [gt_cv_c_wchar_t=yes], [gt_cv_c_wchar_t=no])]) if test $gt_cv_c_wchar_t = yes; then AC_DEFINE([HAVE_WCHAR_T], [1], [Define if you have the 'wchar_t' type.]) fi ]) gsasl-1.8.0/m4/nls.m40000664000000000000000000000231511760730650011106 00000000000000# nls.m4 serial 5 (gettext-0.18) dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE([nls], [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT([$USE_NLS]) AC_SUBST([USE_NLS]) ]) gsasl-1.8.0/m4/gettext.m40000664000000000000000000003513211760730647012007 00000000000000# gettext.m4 serial 63 (gettext-0.18) dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2006, 2008-2010. dnl Macro to add for using GNU gettext. dnl Usage: AM_GNU_GETTEXT([INTLSYMBOL], [NEEDSYMBOL], [INTLDIR]). dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The dnl default (if it is not specified or empty) is 'no-libtool'. dnl INTLSYMBOL should be 'external' for packages with no intl directory, dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory. dnl If INTLSYMBOL is 'use-libtool', then a libtool library dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static, dnl depending on --{enable,disable}-{shared,static} and on the presence of dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library dnl $(top_builddir)/intl/libintl.a will be created. dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext dnl implementations (in libc or libintl) without the ngettext() function dnl will be ignored. If NEEDSYMBOL is specified and is dnl 'need-formatstring-macros', then GNU gettext implementations that don't dnl support the ISO C 99 formatstring macros will be ignored. dnl INTLDIR is used to find the intl libraries. If empty, dnl the value `$(top_builddir)/intl/' is used. dnl dnl The result of the configuration is one of three cases: dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled dnl and used. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 2) GNU gettext has been found in the system's C library. dnl Catalog format: GNU --> install in $(datadir) dnl Catalog extension: .mo after installation, .gmo in source tree dnl 3) No internationalization, always use English msgid. dnl Catalog format: none dnl Catalog extension: none dnl If INTLSYMBOL is 'external', only cases 2 and 3 can occur. dnl The use of .gmo is historical (it was needed to avoid overwriting the dnl GNU format catalogs when building on a platform with an X/Open gettext), dnl but we keep it in order not to force irrelevant filename changes on the dnl maintainers. dnl AC_DEFUN([AM_GNU_GETTEXT], [ dnl Argument checking. ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT ])])])])]) ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])]) ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT ])])])]) define([gt_included_intl], ifelse([$1], [external], ifdef([AM_GNU_GETTEXT_][INTL_SUBDIR], [yes], [no]), [yes])) define([gt_libtool_suffix_prefix], ifelse([$1], [use-libtool], [l], [])) gt_NEEDS_INIT AM_GNU_GETTEXT_NEED([$2]) AC_REQUIRE([AM_PO_SUBDIRS])dnl ifelse(gt_included_intl, yes, [ AC_REQUIRE([AM_INTL_SUBDIR])dnl ]) dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Sometimes libintl requires libiconv, so first search for libiconv. dnl Ideally we would do this search only after the dnl if test "$USE_NLS" = "yes"; then dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl tests. But if configure.in invokes AM_ICONV after AM_GNU_GETTEXT dnl the configure script would need to contain the same shell code dnl again, outside any 'if'. There are two solutions: dnl - Invoke AM_ICONV_LINKFLAGS_BODY here, outside any 'if'. dnl - Control the expansions in more detail using AC_PROVIDE_IFELSE. dnl Since AC_PROVIDE_IFELSE is only in autoconf >= 2.52 and not dnl documented, we avoid it. ifelse(gt_included_intl, yes, , [ AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) ]) dnl Sometimes, on MacOS X, libintl requires linking with CoreFoundation. gt_INTL_MACOSX dnl Set USE_NLS. AC_REQUIRE([AM_NLS]) ifelse(gt_included_intl, yes, [ BUILD_INCLUDED_LIBINTL=no USE_INCLUDED_LIBINTL=no ]) LIBINTL= LTLIBINTL= POSUB= dnl Add a version number to the cache macros. case " $gt_needs " in *" need-formatstring-macros "*) gt_api_version=3 ;; *" need-ngettext "*) gt_api_version=2 ;; *) gt_api_version=1 ;; esac gt_func_gnugettext_libc="gt_cv_func_gnugettext${gt_api_version}_libc" gt_func_gnugettext_libintl="gt_cv_func_gnugettext${gt_api_version}_libintl" dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no ifelse(gt_included_intl, yes, [ AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH([included-gettext], [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then ]) dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If GNU gettext is available we use this. Else we have dnl to fall back to GNU NLS library. if test $gt_api_version -ge 3; then gt_revision_test_code=' #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif changequote(,)dnl typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; changequote([,])dnl ' else gt_revision_test_code= fi if test $gt_api_version -ge 2; then gt_expression_test_code=' + * ngettext ("", "", 0)' else gt_expression_test_code= fi AC_CACHE_CHECK([for GNU gettext in libc], [$gt_func_gnugettext_libc], [AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings;], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings], [eval "$gt_func_gnugettext_libc=yes"], [eval "$gt_func_gnugettext_libc=no"])]) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then dnl Sometimes libintl requires libiconv, so first search for libiconv. ifelse(gt_included_intl, yes, , [ AM_ICONV_LINK ]) dnl Search for libintl and define LIBINTL, LTLIBINTL and INCINTL dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv]) dnl because that would add "-liconv" to LIBINTL and LTLIBINTL dnl even if libiconv doesn't exist. AC_LIB_LINKFLAGS_BODY([intl]) AC_CACHE_CHECK([for GNU gettext in libintl], [$gt_func_gnugettext_libintl], [gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" gt_save_LIBS="$LIBS" LIBS="$LIBS $LIBINTL" dnl Now see whether libintl exists and does not depend on libiconv. AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [eval "$gt_func_gnugettext_libintl=yes"], [eval "$gt_func_gnugettext_libintl=no"]) dnl Now see whether libintl exists and depends on libiconv. if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" != yes; } && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include $gt_revision_test_code extern int _nl_msg_cat_cntr; extern #ifdef __cplusplus "C" #endif const char *_nl_expand_alias (const char *);], [bindtextdomain ("", ""); return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_expand_alias ("")], [LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" eval "$gt_func_gnugettext_libintl=yes" ]) fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS"]) fi dnl If an already present or preinstalled GNU gettext() is found, dnl use it. But if this macro is used in GNU gettext, and GNU dnl gettext is already preinstalled in libintl, we update this dnl libintl. (Cf. the install rule in intl/Makefile.in.) if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \ || { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \ && test "$PACKAGE" != gettext-runtime \ && test "$PACKAGE" != gettext-tools; }; then gt_use_preinstalled_gnugettext=yes else dnl Reset the values set by searching for libintl. LIBINTL= LTLIBINTL= INCINTL= fi ifelse(gt_included_intl, yes, [ if test "$gt_use_preinstalled_gnugettext" != "yes"; then dnl GNU gettext is not found in the C library. dnl Fall back on included GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes LIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LIBICONV $LIBTHREAD" LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD" LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi CATOBJEXT= if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions to use GNU gettext tools. CATOBJEXT=.gmo fi ]) if test -n "$INTL_MACOSX_LIBS"; then if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Some extra flags are needed during linking. LIBINTL="$LIBINTL $INTL_MACOSX_LIBS" LTLIBINTL="$LTLIBINTL $INTL_MACOSX_LIBS" fi fi if test "$gt_use_preinstalled_gnugettext" = "yes" \ || test "$nls_cv_use_gnu_gettext" = "yes"; then AC_DEFINE([ENABLE_NLS], [1], [Define to 1 if translation of program messages to the user's native language is requested.]) else USE_NLS=no fi fi AC_MSG_CHECKING([whether to use NLS]) AC_MSG_RESULT([$USE_NLS]) if test "$USE_NLS" = "yes"; then AC_MSG_CHECKING([where the gettext function comes from]) if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then gt_source="external libintl" else gt_source="libc" fi else gt_source="included intl directory" fi AC_MSG_RESULT([$gt_source]) fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; }; then AC_MSG_CHECKING([how to link with libintl]) AC_MSG_RESULT([$LIBINTL]) AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCINTL]) fi dnl For backward compatibility. Some packages may be using this. AC_DEFINE([HAVE_GETTEXT], [1], [Define if the GNU gettext() function is already present or preinstalled.]) AC_DEFINE([HAVE_DCGETTEXT], [1], [Define if the GNU dcgettext() function is already present or preinstalled.]) fi dnl We need to process the po/ directory. POSUB=po fi ifelse(gt_included_intl, yes, [ dnl If this is used in GNU gettext we have to set BUILD_INCLUDED_LIBINTL dnl to 'yes' because some of the testsuite requires it. if test "$PACKAGE" = gettext-runtime || test "$PACKAGE" = gettext-tools; then BUILD_INCLUDED_LIBINTL=yes fi dnl Make all variables we use known to autoconf. AC_SUBST([BUILD_INCLUDED_LIBINTL]) AC_SUBST([USE_INCLUDED_LIBINTL]) AC_SUBST([CATOBJEXT]) dnl For backward compatibility. Some configure.ins may be using this. nls_cv_header_intl= nls_cv_header_libgt= dnl For backward compatibility. Some Makefiles may be using this. DATADIRNAME=share AC_SUBST([DATADIRNAME]) dnl For backward compatibility. Some Makefiles may be using this. INSTOBJEXT=.mo AC_SUBST([INSTOBJEXT]) dnl For backward compatibility. Some Makefiles may be using this. GENCAT=gencat AC_SUBST([GENCAT]) dnl For backward compatibility. Some Makefiles may be using this. INTLOBJS= if test "$USE_INCLUDED_LIBINTL" = yes; then INTLOBJS="\$(GETTOBJS)" fi AC_SUBST([INTLOBJS]) dnl Enable libtool support if the surrounding package wishes it. INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX]) ]) dnl For backward compatibility. Some Makefiles may be using this. INTLLIBS="$LIBINTL" AC_SUBST([INTLLIBS]) dnl Make all documented variables known to autoconf. AC_SUBST([LIBINTL]) AC_SUBST([LTLIBINTL]) AC_SUBST([POSUB]) ]) dnl gt_NEEDS_INIT ensures that the gt_needs variable is initialized. m4_define([gt_NEEDS_INIT], [ m4_divert_text([DEFAULTS], [gt_needs=]) m4_define([gt_NEEDS_INIT], []) ]) dnl Usage: AM_GNU_GETTEXT_NEED([NEEDSYMBOL]) AC_DEFUN([AM_GNU_GETTEXT_NEED], [ m4_divert_text([INIT_PREPARE], [gt_needs="$gt_needs $1"]) ]) dnl Usage: AM_GNU_GETTEXT_VERSION([gettext-version]) AC_DEFUN([AM_GNU_GETTEXT_VERSION], []) gsasl-1.8.0/m4/libtool.m40000644000000000000000000106043411760730703011762 00000000000000# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 57 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # `#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test $lt_write_fail = 0 && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_REPLACE_SHELLFNS mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test $_lt_result -eq 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test "$lt_cv_ld_force_load" = "yes"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test "${lt_cv_aix_libpath+set}" = set; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib" fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script which will find a shell with a builtin # printf (which we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case "$ECHO" in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [ --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified).], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case ${with_sysroot} in #( yes) if test "$GCC" = yes; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([${with_sysroot}]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and in which our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; *-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD="${LD-ld}_sol2" fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -eq 0; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test "$ac_status" -ne 0; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test "x$lt_cv_ar_at_file" = xno; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisbility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;; *) lt_sed_strip_eq="s,=/,/,g" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' library_names_spec='${libname}.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec="$LIB" if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=yes sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh # decide which to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd="$ECHO" ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test "x$lt_cv_path_mainfest_tool" != xyes; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE) /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined(__osf__) /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global defined # symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test "$with_gnu_ld" = yes; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test "$lt_use_gnu_ld_interface" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm # Also, AIX nm treats weak defined symbols like other global # defined symbols, whereas GNU nm marks them as "W". if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi _LT_TAGVAR(link_all_deplibs, $1)=no else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes && test "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS="$save_LDFLAGS"]) if test "$lt_cv_irix_exported_symbol" = yes; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' fi else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' if test "$with_gnu_ld" = yes; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; else $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile="$lt_outputfile.exe" lt_tool_outputfile="$lt_tool_outputfile.exe" ;; esac~ func_to_tool_file "$lt_outputfile"~ if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case ${2} in .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case ${prev}${p} in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test "$pre_test_object_deps_done" = no; then case ${prev} in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" CFLAGS="$lt_save_CFLAGS" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,b/c, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY) # ------------------------------------------------------ # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. m4_defun([_LT_PROG_FUNCTION_REPLACE], [dnl { sed -e '/^$1 ()$/,/^} # $1 /c\ $1 ()\ {\ m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1]) } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: ]) # _LT_PROG_REPLACE_SHELLFNS # ------------------------- # Replace existing portable implementations of several shell functions with # equivalent extended shell implementations where those features are available.. m4_defun([_LT_PROG_REPLACE_SHELLFNS], [if test x"$xsi_shell" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}"]) _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"}]) _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl func_split_long_opt_name=${1%%=*} func_split_long_opt_arg=${1#*=}]) _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"}]) _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac]) _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo]) _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))]) _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}]) fi if test x"$lt_shell_append" = xyes; then _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"]) _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl func_quote_for_eval "${2}" dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"]) # Save a `func_append' function call where possible by direct use of '+=' sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: else # Save a `func_append' function call even when '+=' is not available sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ && mv -f "$cfgfile.tmp" "$cfgfile" \ || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") test 0 -eq $? || _lt_function_replace_fail=: fi if test x"$_lt_function_replace_fail" = x":"; then AC_MSG_WARN([Unable to substitute extended shell functions in $ofile]) fi ]) # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine which file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS gsasl-1.8.0/m4/fcntl-o.m40000664000000000000000000000563411760730647011671 00000000000000# fcntl-o.m4 serial 1 dnl Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl Written by Paul Eggert. # Test whether the flags O_NOATIME and O_NOFOLLOW actually work. # Define HAVE_WORKING_O_NOATIME to 1 if O_NOATIME works, or to 0 otherwise. # Define HAVE_WORKING_O_NOFOLLOW to 1 if O_NOFOLLOW works, or to 0 otherwise. AC_DEFUN([gl_FCNTL_O_FLAGS], [ dnl Persuade glibc to define O_NOATIME and O_NOFOLLOW. AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) AC_CACHE_CHECK([for working fcntl.h], [gl_cv_header_working_fcntl_h], [AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[#include #include #include #include #ifndef O_NOATIME #define O_NOATIME 0 #endif #ifndef O_NOFOLLOW #define O_NOFOLLOW 0 #endif static int const constants[] = { O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY }; ]], [[ int status = !constants; { static char const sym[] = "conftest.sym"; if (symlink (".", sym) != 0 || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0) status |= 32; unlink (sym); } { static char const file[] = "confdefs.h"; int fd = open (file, O_RDONLY | O_NOATIME); char c; struct stat st0, st1; if (fd < 0 || fstat (fd, &st0) != 0 || sleep (1) != 0 || read (fd, &c, 1) != 1 || close (fd) != 0 || stat (file, &st1) != 0 || st0.st_atime != st1.st_atime) status |= 64; } return status;]])], [gl_cv_header_working_fcntl_h=yes], [case $? in #( 32) gl_cv_header_working_fcntl_h='no (bad O_NOFOLLOW)';; #( 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #( 96) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #( *) gl_cv_header_working_fcntl_h='no';; esac], [gl_cv_header_working_fcntl_h=cross-compiling])]) case $gl_cv_header_working_fcntl_h in #( *O_NOATIME* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOATIME], [$ac_val], [Define to 1 if O_NOATIME works.]) case $gl_cv_header_working_fcntl_h in #( *O_NOFOLLOW* | no | cross-compiling) ac_val=0;; #( *) ac_val=1;; esac AC_DEFINE_UNQUOTED([HAVE_WORKING_O_NOFOLLOW], [$ac_val], [Define to 1 if O_NOFOLLOW works.]) ]) gsasl-1.8.0/m4/iconv.m40000664000000000000000000001653711760730647011451 00000000000000# iconv.m4 serial 11 (gettext-0.18.1) dnl Copyright (C) 2000-2002, 2007-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([AM_ICONV_LINKFLAGS_BODY], [ dnl Prerequisites of AC_LIB_LINKFLAGS_BODY. AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) AC_REQUIRE([AC_LIB_RPATH]) dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_LIB_LINKFLAGS_BODY([iconv]) ]) AC_DEFUN([AM_ICONV_LINK], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and dnl those with the standalone portable GNU libiconv installed). AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles dnl Search for libiconv and define LIBICONV, LTLIBICONV and INCICONV dnl accordingly. AC_REQUIRE([AM_ICONV_LINKFLAGS_BODY]) dnl Add $INCICONV to CPPFLAGS before performing the following checks, dnl because if the user has installed libiconv and not disabled its use dnl via --without-libiconv-prefix, he wants to use it. The first dnl AC_TRY_LINK will then fail, the second AC_TRY_LINK will succeed. am_save_CPPFLAGS="$CPPFLAGS" AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], [am_cv_func_iconv=yes]) if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" LIBS="$LIBS $LIBICONV" AC_TRY_LINK([#include #include ], [iconv_t cd = iconv_open("",""); iconv(cd,NULL,NULL,NULL,NULL); iconv_close(cd);], [am_cv_lib_iconv=yes] [am_cv_func_iconv=yes]) LIBS="$am_save_LIBS" fi ]) if test "$am_cv_func_iconv" = yes; then AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ dnl This tests against bugs in AIX 5.1, HP-UX 11.11, Solaris 10. am_save_LIBS="$LIBS" if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi AC_TRY_RUN([ #include #include int main () { /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { static const char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } /* Test against Solaris 10 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { static const char input[] = "\263"; char buf[10]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) return 1; } } #if 0 /* This bug could be worked around by the caller. */ /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ { iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; const char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, (char **) &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) return 1; } } #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ if (/* Try standardized names. */ iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) /* Try IRIX, OSF/1 names. */ && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) /* Try AIX names. */ && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) /* Try HP-UX names. */ && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) return 1; return 0; }], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], [case "$host_os" in aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; *) am_cv_func_iconv_works="guessing yes" ;; esac]) LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in *no) am_func_iconv=no am_cv_lib_iconv=no ;; *) am_func_iconv=yes ;; esac else am_func_iconv=no am_cv_lib_iconv=no fi if test "$am_func_iconv" = yes; then AC_DEFINE([HAVE_ICONV], [1], [Define if you have the iconv() function and it works.]) fi if test "$am_cv_lib_iconv" = yes; then AC_MSG_CHECKING([how to link with libiconv]) AC_MSG_RESULT([$LIBICONV]) else dnl If $LIBICONV didn't lead to a usable library, we don't need $INCICONV dnl either. CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= LTLIBICONV= fi AC_SUBST([LIBICONV]) AC_SUBST([LTLIBICONV]) ]) dnl Define AM_ICONV using AC_DEFUN_ONCE for Autoconf >= 2.64, in order to dnl avoid warnings like dnl "warning: AC_REQUIRE: `AM_ICONV' was expanded before it was required". dnl This is tricky because of the way 'aclocal' is implemented: dnl - It requires defining an auxiliary macro whose name ends in AC_DEFUN. dnl Otherwise aclocal's initial scan pass would miss the macro definition. dnl - It requires a line break inside the AC_DEFUN_ONCE and AC_DEFUN expansions. dnl Otherwise aclocal would emit many "Use of uninitialized value $1" dnl warnings. m4_define([gl_iconv_AC_DEFUN], m4_version_prereq([2.64], [[AC_DEFUN_ONCE( [$1], [$2])]], [[AC_DEFUN( [$1], [$2])]])) gl_iconv_AC_DEFUN([AM_ICONV], [ AM_ICONV_LINK if test "$am_cv_func_iconv" = yes; then AC_MSG_CHECKING([for iconv declaration]) AC_CACHE_VAL([am_cv_proto_iconv], [ AC_TRY_COMPILE([ #include #include extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif ], [], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], [Define as const if the declaration of iconv() needs const.]) fi ]) gsasl-1.8.0/m4/lt~obsolete.m40000644000000000000000000001375611760730706012677 00000000000000# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN) # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) gsasl-1.8.0/m4/inttypes_h.m40000664000000000000000000000167111760730650012504 00000000000000# inttypes_h.m4 serial 9 dnl Copyright (C) 1997-2004, 2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. # Define HAVE_INTTYPES_H_WITH_UINTMAX if exists, # doesn't clash with , and declares uintmax_t. AC_DEFUN([gl_AC_HEADER_INTTYPES_H], [ AC_CACHE_CHECK([for inttypes.h], [gl_cv_header_inttypes_h], [AC_TRY_COMPILE( [#include #include ], [uintmax_t i = (uintmax_t) -1; return !i;], [gl_cv_header_inttypes_h=yes], [gl_cv_header_inttypes_h=no])]) if test $gl_cv_header_inttypes_h = yes; then AC_DEFINE_UNQUOTED([HAVE_INTTYPES_H_WITH_UINTMAX], [1], [Define if exists, doesn't clash with , and declares uintmax_t. ]) fi ]) gsasl-1.8.0/m4/stdint_h.m40000664000000000000000000000164111760730650012127 00000000000000# stdint_h.m4 serial 8 dnl Copyright (C) 1997-2004, 2006, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. # Define HAVE_STDINT_H_WITH_UINTMAX if exists, # doesn't clash with , and declares uintmax_t. AC_DEFUN([gl_AC_HEADER_STDINT_H], [ AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h], [AC_TRY_COMPILE( [#include #include ], [uintmax_t i = (uintmax_t) -1; return !i;], [gl_cv_header_stdint_h=yes], [gl_cv_header_stdint_h=no])]) if test $gl_cv_header_stdint_h = yes; then AC_DEFINE_UNQUOTED([HAVE_STDINT_H_WITH_UINTMAX], [1], [Define if exists, doesn't clash with , and declares uintmax_t. ]) fi ]) gsasl-1.8.0/m4/ltoptions.m40000644000000000000000000003007311760730704012345 00000000000000# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation, # Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 7 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option `$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl `shared' nor `disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the `shared' and # `disable-shared' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the `static' and # `disable-static' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the `fast-install' # and `disable-fast-install' LT_INIT options. # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the `pic-only' and `no-pic' # LT_INIT options. # MODE is either `yes' or `no'. If omitted, it defaults to `both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for lt_pkg in $withval; do IFS="$lt_save_ifs" if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS="$lt_save_ifs" ;; esac], [pic_mode=default]) test -z "$pic_mode" && pic_mode=m4_default([$1], [default]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the `pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) gsasl-1.8.0/m4/po.m40000664000000000000000000004461611760730650010742 00000000000000# po.m4 serial 17 (gettext-0.18) dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ([2.50]) dnl Checks for all prerequisites of the po subdirectory. AC_DEFUN([AM_PO_SUBDIRS], [ AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl AC_REQUIRE([AM_PROG_MKDIR_P])dnl defined by automake AC_REQUIRE([AM_NLS])dnl dnl Release version of the gettext macros. This is used to ensure that dnl the gettext macros and po/Makefile.in.in are in sync. AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) dnl Perform the following tests also if --disable-nls has been given, dnl because they are needed for "make dist" to work. dnl Search for GNU msgfmt in the PATH. dnl The first test excludes Solaris msgfmt and early GNU msgfmt versions. dnl The second test excludes FreeBSD msgfmt. AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) dnl Test whether it is GNU msgfmt >= 0.15. changequote(,)dnl case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;; *) MSGFMT_015=$MSGFMT ;; esac changequote([,])dnl AC_SUBST([MSGFMT_015]) changequote(,)dnl case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;; *) GMSGFMT_015=$GMSGFMT ;; esac changequote([,])dnl AC_SUBST([GMSGFMT_015]) dnl Search for GNU xgettext 0.12 or newer in the PATH. dnl The first test excludes Solaris xgettext and early GNU xgettext versions. dnl The second test excludes FreeBSD xgettext. AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [$ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], :) dnl Remove leftover from FreeBSD xgettext call. rm -f messages.po dnl Test whether it is GNU xgettext >= 0.15. changequote(,)dnl case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;; *) XGETTEXT_015=$XGETTEXT ;; esac changequote([,])dnl AC_SUBST([XGETTEXT_015]) dnl Search for GNU msgmerge 0.11 or newer in the PATH. AM_PATH_PROG_WITH_TEST(MSGMERGE, msgmerge, [$ac_dir/$ac_word --update -q /dev/null /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1], :) dnl Installation directories. dnl Autoconf >= 2.60 defines localedir. For older versions of autoconf, we dnl have to define it here, so that it can be used in po/Makefile. test -n "$localedir" || localedir='${datadir}/locale' AC_SUBST([localedir]) dnl Support for AM_XGETTEXT_OPTION. test -n "${XGETTEXT_EXTRA_OPTIONS+set}" || XGETTEXT_EXTRA_OPTIONS= AC_SUBST([XGETTEXT_EXTRA_OPTIONS]) AC_CONFIG_COMMANDS([po-directories], [[ for ac_file in $CONFIG_FILES; do # Support "outfile[:infile[:infile...]]" case "$ac_file" in *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; esac # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Treat a directory as a PO directory if and only if it has a # POTFILES.in file. This allows packages to have multiple PO # directories under different names or in different locations. if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then rm -f "$ac_dir/POTFILES" test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES" cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES" POMAKEFILEDEPS="POTFILES.in" # ALL_LINGUAS, POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES depend # on $ac_dir but don't depend on user-specified configuration # parameters. if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then # The LINGUAS file contains the set of available languages. if test -n "$OBSOLETE_ALL_LINGUAS"; then test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete" fi ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$ALL_LINGUAS_' POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" else # The set of available languages was given in configure.in. # Hide the ALL_LINGUAS assigment from automake < 1.5. eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS' fi # Compute POFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).po) # Compute UPDATEPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).po-update) # Compute DUMMYPOFILES # as $(foreach lang, $(ALL_LINGUAS), $(lang).nop) # Compute GMOFILES # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(lang).gmo) case "$ac_given_srcdir" in .) srcdirpre= ;; *) srcdirpre='$(srcdir)/' ;; esac POFILES= UPDATEPOFILES= DUMMYPOFILES= GMOFILES= for lang in $ALL_LINGUAS; do POFILES="$POFILES $srcdirpre$lang.po" UPDATEPOFILES="$UPDATEPOFILES $lang.po-update" DUMMYPOFILES="$DUMMYPOFILES $lang.nop" GMOFILES="$GMOFILES $srcdirpre$lang.gmo" done # CATALOGS depends on both $ac_dir and the user's LINGUAS # environment variable. INST_LINGUAS= if test -n "$ALL_LINGUAS"; then for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "$LINGUAS"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then INST_LINGUAS="$INST_LINGUAS $presentlang" fi done fi CATALOGS= if test -n "$INST_LINGUAS"; then for lang in $INST_LINGUAS; do CATALOGS="$CATALOGS $lang.gmo" done fi test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile" sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile" for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do if test -f "$f"; then case "$f" in *.orig | *.bak | *~) ;; *) cat "$f" >> "$ac_dir/Makefile" ;; esac fi done fi ;; esac done]], [# Capture the value of obsolete ALL_LINGUAS because we need it to compute # POFILES, UPDATEPOFILES, DUMMYPOFILES, GMOFILES, CATALOGS. But hide it # from automake < 1.5. eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"' # Capture the value of LINGUAS because we need it to compute CATALOGS. LINGUAS="${LINGUAS-%UNSET%}" ]) ]) dnl Postprocesses a Makefile in a directory containing PO files. AC_DEFUN([AM_POSTPROCESS_PO_MAKEFILE], [ # When this code is run, in config.status, two variables have already been # set: # - OBSOLETE_ALL_LINGUAS is the value of LINGUAS set in configure.in, # - LINGUAS is the value of the environment variable LINGUAS at configure # time. changequote(,)dnl # Adjust a relative srcdir. ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` # In autoconf-2.13 it is called $ac_given_srcdir. # In autoconf-2.50 it is called $srcdir. test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir" case "$ac_given_srcdir" in .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; /*) top_srcdir="$ac_given_srcdir" ;; *) top_srcdir="$ac_dots$ac_given_srcdir" ;; esac # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then gt_echo='echo' else if test "X`(printf '%s\n' '\t') 2>/dev/null`" = 'X\t'; then gt_echo='printf %s\n' else echo_func () { cat < "$ac_file.tmp" if grep -l '@TCLCATALOGS@' "$ac_file" > /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` cat >> "$ac_file.tmp" < /dev/null; then # Add dependencies that cannot be formulated as a simple suffix rule. for lang in $ALL_LINGUAS; do frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` cat >> "$ac_file.tmp" <> "$ac_file.tmp" <, 1995. # Check whether LC_MESSAGES is available in . AC_DEFUN([gt_LC_MESSAGES], [ AC_CACHE_CHECK([for LC_MESSAGES], [gt_cv_val_LC_MESSAGES], [AC_TRY_LINK([#include ], [return LC_MESSAGES], [gt_cv_val_LC_MESSAGES=yes], [gt_cv_val_LC_MESSAGES=no])]) if test $gt_cv_val_LC_MESSAGES = yes; then AC_DEFINE([HAVE_LC_MESSAGES], [1], [Define if your file defines LC_MESSAGES.]) fi ]) gsasl-1.8.0/m4/ltversion.m40000644000000000000000000000126211760730705012336 00000000000000# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # @configure_input@ # serial 3337 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.2]) m4_define([LT_PACKAGE_REVISION], [1.3337]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.2' macro_revision='1.3337' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) gsasl-1.8.0/m4/lock.m40000664000000000000000000000231411760730650011241 00000000000000# lock.m4 serial 10 (gettext-0.18) dnl Copyright (C) 2005-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. AC_DEFUN([gl_LOCK], [ AC_REQUIRE([gl_THREADLIB]) if test "$gl_threads_api" = posix; then # OSF/1 4.0 and MacOS X 10.1 lack the pthread_rwlock_t type and the # pthread_rwlock_* functions. AC_CHECK_TYPE([pthread_rwlock_t], [AC_DEFINE([HAVE_PTHREAD_RWLOCK], [1], [Define if the POSIX multithreading library has read/write locks.])], [], [#include ]) # glibc defines PTHREAD_MUTEX_RECURSIVE as enum, not as a macro. AC_TRY_COMPILE([#include ], [#if __FreeBSD__ == 4 error "No, in FreeBSD 4.0 recursive mutexes actually don't work." #else int x = (int)PTHREAD_MUTEX_RECURSIVE; return !x; #endif], [AC_DEFINE([HAVE_PTHREAD_MUTEX_RECURSIVE], [1], [Define if the defines PTHREAD_MUTEX_RECURSIVE.])]) fi gl_PREREQ_LOCK ]) # Prerequisites of lib/lock.c. AC_DEFUN([gl_PREREQ_LOCK], [ AC_REQUIRE([AC_C_INLINE]) ]) gsasl-1.8.0/m4/longlong.m40000664000000000000000000001057511760730650012140 00000000000000# longlong.m4 serial 14 dnl Copyright (C) 1999-2007, 2009-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Paul Eggert. # Define HAVE_LONG_LONG_INT if 'long long int' works. # This fixes a bug in Autoconf 2.61, but can be removed once we # assume 2.62 everywhere. # Note: If the type 'long long int' exists but is only 32 bits large # (as on some very old compilers), HAVE_LONG_LONG_INT will not be # defined. In this case you can treat 'long long int' like 'long int'. AC_DEFUN([AC_TYPE_LONG_LONG_INT], [ AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int], [AC_LINK_IFELSE( [_AC_TYPE_LONG_LONG_SNIPPET], [dnl This catches a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004. dnl If cross compiling, assume the bug isn't important, since dnl nobody cross compiles for this platform as far as we know. AC_RUN_IFELSE( [AC_LANG_PROGRAM( [[@%:@include @%:@ifndef LLONG_MAX @%:@ define HALF \ (1LL << (sizeof (long long int) * CHAR_BIT - 2)) @%:@ define LLONG_MAX (HALF - 1 + HALF) @%:@endif]], [[long long int n = 1; int i; for (i = 0; ; i++) { long long int m = n << i; if (m >> i != n) return 1; if (LLONG_MAX / 2 < m) break; } return 0;]])], [ac_cv_type_long_long_int=yes], [ac_cv_type_long_long_int=no], [ac_cv_type_long_long_int=yes])], [ac_cv_type_long_long_int=no])]) if test $ac_cv_type_long_long_int = yes; then AC_DEFINE([HAVE_LONG_LONG_INT], [1], [Define to 1 if the system has the type `long long int'.]) fi ]) # Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works. # This fixes a bug in Autoconf 2.61, but can be removed once we # assume 2.62 everywhere. # Note: If the type 'unsigned long long int' exists but is only 32 bits # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT # will not be defined. In this case you can treat 'unsigned long long int' # like 'unsigned long int'. AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT], [ AC_CACHE_CHECK([for unsigned long long int], [ac_cv_type_unsigned_long_long_int], [AC_LINK_IFELSE( [_AC_TYPE_LONG_LONG_SNIPPET], [ac_cv_type_unsigned_long_long_int=yes], [ac_cv_type_unsigned_long_long_int=no])]) if test $ac_cv_type_unsigned_long_long_int = yes; then AC_DEFINE([HAVE_UNSIGNED_LONG_LONG_INT], [1], [Define to 1 if the system has the type `unsigned long long int'.]) fi ]) # Expands to a C program that can be used to test for simultaneous support # of 'long long' and 'unsigned long long'. We don't want to say that # 'long long' is available if 'unsigned long long' is not, or vice versa, # because too many programs rely on the symmetry between signed and unsigned # integer types (excluding 'bool'). AC_DEFUN([_AC_TYPE_LONG_LONG_SNIPPET], [ AC_LANG_PROGRAM( [[/* For now, do not test the preprocessor; as of 2007 there are too many implementations with broken preprocessors. Perhaps this can be revisited in 2012. In the meantime, code should not expect #if to work with literals wider than 32 bits. */ /* Test literals. */ long long int ll = 9223372036854775807ll; long long int nll = -9223372036854775807LL; unsigned long long int ull = 18446744073709551615ULL; /* Test constant expressions. */ typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) ? 1 : -1)]; typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 ? 1 : -1)]; int i = 63;]], [[/* Test availability of runtime routines for shift and division. */ long long int llmax = 9223372036854775807ll; unsigned long long int ullmax = 18446744073709551615ull; return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | (llmax / ll) | (llmax % ll) | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | (ullmax / ull) | (ullmax % ull));]]) ]) gsasl-1.8.0/m4/threadlib.m40000664000000000000000000003237711760730650012263 00000000000000# threadlib.m4 serial 5 (gettext-0.18) dnl Copyright (C) 2005-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl From Bruno Haible. dnl gl_THREADLIB dnl ------------ dnl Tests for a multithreading library to be used. dnl Defines at most one of the macros USE_POSIX_THREADS, USE_SOLARIS_THREADS, dnl USE_PTH_THREADS, USE_WIN32_THREADS dnl Sets the variables LIBTHREAD and LTLIBTHREAD to the linker options for use dnl in a Makefile (LIBTHREAD for use without libtool, LTLIBTHREAD for use with dnl libtool). dnl Sets the variables LIBMULTITHREAD and LTLIBMULTITHREAD similarly, for dnl programs that really need multithread functionality. The difference dnl between LIBTHREAD and LIBMULTITHREAD is that on platforms supporting weak dnl symbols, typically LIBTHREAD="" whereas LIBMULTITHREAD="-lpthread". dnl Adds to CPPFLAGS the flag -D_REENTRANT or -D_THREAD_SAFE if needed for dnl multithread-safe programs. AC_DEFUN([gl_THREADLIB_EARLY], [ AC_REQUIRE([gl_THREADLIB_EARLY_BODY]) ]) dnl The guts of gl_THREADLIB_EARLY. Needs to be expanded only once. AC_DEFUN([gl_THREADLIB_EARLY_BODY], [ dnl Ordering constraints: This macro modifies CPPFLAGS in a way that dnl influences the result of the autoconf tests that test for *_unlocked dnl declarations, on AIX 5 at least. Therefore it must come early. AC_BEFORE([$0], [gl_FUNC_GLIBC_UNLOCKED_IO])dnl AC_BEFORE([$0], [gl_ARGP])dnl AC_REQUIRE([AC_CANONICAL_HOST]) dnl _GNU_SOURCE is needed for pthread_rwlock_t on glibc systems. dnl AC_USE_SYSTEM_EXTENSIONS was introduced in autoconf 2.60 and obsoletes dnl AC_GNU_SOURCE. m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])], [AC_REQUIRE([AC_GNU_SOURCE])]) dnl Check for multithreading. m4_divert_text([DEFAULTS], [gl_use_threads_default=]) AC_ARG_ENABLE([threads], AC_HELP_STRING([--enable-threads={posix|solaris|pth|win32}], [specify multithreading API]) AC_HELP_STRING([--disable-threads], [build without multithread safety]), [gl_use_threads=$enableval], [if test -n "$gl_use_threads_default"; then gl_use_threads="$gl_use_threads_default" else changequote(,)dnl case "$host_os" in dnl Disable multithreading by default on OSF/1, because it interferes dnl with fork()/exec(): When msgexec is linked with -lpthread, its dnl child process gets an endless segmentation fault inside execvp(). dnl Disable multithreading by default on Cygwin 1.5.x, because it has dnl bugs that lead to endless loops or crashes. See dnl . osf*) gl_use_threads=no ;; cygwin*) case `uname -r` in 1.[0-5].*) gl_use_threads=no ;; *) gl_use_threads=yes ;; esac ;; *) gl_use_threads=yes ;; esac changequote([,])dnl fi ]) if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then # For using : case "$host_os" in osf*) # On OSF/1, the compiler needs the flag -D_REENTRANT so that it # groks . cc also understands the flag -pthread, but # we don't use it because 1. gcc-2.95 doesn't understand -pthread, # 2. putting a flag into CPPFLAGS that has an effect on the linker # causes the AC_TRY_LINK test below to succeed unexpectedly, # leading to wrong values of LIBTHREAD and LTLIBTHREAD. CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; esac # Some systems optimize for single-threaded programs by default, and # need special flags to disable these optimizations. For example, the # definition of 'errno' in . case "$host_os" in aix* | freebsd*) CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE" ;; solaris*) CPPFLAGS="$CPPFLAGS -D_REENTRANT" ;; esac fi ]) dnl The guts of gl_THREADLIB. Needs to be expanded only once. AC_DEFUN([gl_THREADLIB_BODY], [ AC_REQUIRE([gl_THREADLIB_EARLY_BODY]) gl_threads_api=none LIBTHREAD= LTLIBTHREAD= LIBMULTITHREAD= LTLIBMULTITHREAD= if test "$gl_use_threads" != no; then dnl Check whether the compiler and linker support weak declarations. AC_CACHE_CHECK([whether imported symbols can be declared weak], [gl_cv_have_weak], [gl_cv_have_weak=no dnl First, test whether the compiler accepts it syntactically. AC_TRY_LINK([extern void xyzzy (); #pragma weak xyzzy], [xyzzy();], [gl_cv_have_weak=maybe]) if test $gl_cv_have_weak = maybe; then dnl Second, test whether it actually works. On Cygwin 1.7.2, with dnl gcc 4.3, symbols declared weak always evaluate to the address 0. AC_TRY_RUN([ #include #pragma weak fputs int main () { return (fputs == NULL); }], [gl_cv_have_weak=yes], [gl_cv_have_weak=no], [dnl When cross-compiling, assume that only ELF platforms support dnl weak symbols. AC_EGREP_CPP([Extensible Linking Format], [#ifdef __ELF__ Extensible Linking Format #endif ], [gl_cv_have_weak="guessing yes"], [gl_cv_have_weak="guessing no"]) ]) fi ]) if test "$gl_use_threads" = yes || test "$gl_use_threads" = posix; then # On OSF/1, the compiler needs the flag -pthread or -D_REENTRANT so that # it groks . It's added above, in gl_THREADLIB_EARLY_BODY. AC_CHECK_HEADER([pthread.h], [gl_have_pthread_h=yes], [gl_have_pthread_h=no]) if test "$gl_have_pthread_h" = yes; then # Other possible tests: # -lpthreads (FSU threads, PCthreads) # -lgthreads gl_have_pthread= # Test whether both pthread_mutex_lock and pthread_mutexattr_init exist # in libc. IRIX 6.5 has the first one in both libc and libpthread, but # the second one only in libpthread, and lock.c needs it. AC_TRY_LINK([#include ], [pthread_mutex_lock((pthread_mutex_t*)0); pthread_mutexattr_init((pthread_mutexattr_t*)0);], [gl_have_pthread=yes]) # Test for libpthread by looking for pthread_kill. (Not pthread_self, # since it is defined as a macro on OSF/1.) if test -n "$gl_have_pthread"; then # The program links fine without libpthread. But it may actually # need to link with libpthread in order to create multiple threads. AC_CHECK_LIB([pthread], [pthread_kill], [LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread # On Solaris and HP-UX, most pthread functions exist also in libc. # Therefore pthread_in_use() needs to actually try to create a # thread: pthread_create from libc will fail, whereas # pthread_create will actually create a thread. case "$host_os" in solaris* | hpux*) AC_DEFINE([PTHREAD_IN_USE_DETECTION_HARD], [1], [Define if the pthread_in_use() detection is hard.]) esac ]) else # Some library is needed. Try libpthread and libc_r. AC_CHECK_LIB([pthread], [pthread_kill], [gl_have_pthread=yes LIBTHREAD=-lpthread LTLIBTHREAD=-lpthread LIBMULTITHREAD=-lpthread LTLIBMULTITHREAD=-lpthread]) if test -z "$gl_have_pthread"; then # For FreeBSD 4. AC_CHECK_LIB([c_r], [pthread_kill], [gl_have_pthread=yes LIBTHREAD=-lc_r LTLIBTHREAD=-lc_r LIBMULTITHREAD=-lc_r LTLIBMULTITHREAD=-lc_r]) fi fi if test -n "$gl_have_pthread"; then gl_threads_api=posix AC_DEFINE([USE_POSIX_THREADS], [1], [Define if the POSIX multithreading library can be used.]) if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then AC_DEFINE([USE_POSIX_THREADS_WEAK], [1], [Define if references to the POSIX multithreading library should be made weak.]) LIBTHREAD= LTLIBTHREAD= fi fi fi fi fi if test -z "$gl_have_pthread"; then if test "$gl_use_threads" = yes || test "$gl_use_threads" = solaris; then gl_have_solaristhread= gl_save_LIBS="$LIBS" LIBS="$LIBS -lthread" AC_TRY_LINK([#include #include ], [thr_self();], [gl_have_solaristhread=yes]) LIBS="$gl_save_LIBS" if test -n "$gl_have_solaristhread"; then gl_threads_api=solaris LIBTHREAD=-lthread LTLIBTHREAD=-lthread LIBMULTITHREAD="$LIBTHREAD" LTLIBMULTITHREAD="$LTLIBTHREAD" AC_DEFINE([USE_SOLARIS_THREADS], [1], [Define if the old Solaris multithreading library can be used.]) if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then AC_DEFINE([USE_SOLARIS_THREADS_WEAK], [1], [Define if references to the old Solaris multithreading library should be made weak.]) LIBTHREAD= LTLIBTHREAD= fi fi fi fi if test "$gl_use_threads" = pth; then gl_save_CPPFLAGS="$CPPFLAGS" AC_LIB_LINKFLAGS([pth]) gl_have_pth= gl_save_LIBS="$LIBS" LIBS="$LIBS -lpth" AC_TRY_LINK([#include ], [pth_self();], [gl_have_pth=yes]) LIBS="$gl_save_LIBS" if test -n "$gl_have_pth"; then gl_threads_api=pth LIBTHREAD="$LIBPTH" LTLIBTHREAD="$LTLIBPTH" LIBMULTITHREAD="$LIBTHREAD" LTLIBMULTITHREAD="$LTLIBTHREAD" AC_DEFINE([USE_PTH_THREADS], [1], [Define if the GNU Pth multithreading library can be used.]) if test -n "$LIBMULTITHREAD" || test -n "$LTLIBMULTITHREAD"; then if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then AC_DEFINE([USE_PTH_THREADS_WEAK], [1], [Define if references to the GNU Pth multithreading library should be made weak.]) LIBTHREAD= LTLIBTHREAD= fi fi else CPPFLAGS="$gl_save_CPPFLAGS" fi fi if test -z "$gl_have_pthread"; then if test "$gl_use_threads" = yes || test "$gl_use_threads" = win32; then if { case "$host_os" in mingw*) true;; *) false;; esac }; then gl_threads_api=win32 AC_DEFINE([USE_WIN32_THREADS], [1], [Define if the Win32 multithreading API can be used.]) fi fi fi fi AC_MSG_CHECKING([for multithread API to use]) AC_MSG_RESULT([$gl_threads_api]) AC_SUBST([LIBTHREAD]) AC_SUBST([LTLIBTHREAD]) AC_SUBST([LIBMULTITHREAD]) AC_SUBST([LTLIBMULTITHREAD]) ]) AC_DEFUN([gl_THREADLIB], [ AC_REQUIRE([gl_THREADLIB_EARLY]) AC_REQUIRE([gl_THREADLIB_BODY]) ]) dnl gl_DISABLE_THREADS dnl ------------------ dnl Sets the gl_THREADLIB default so that threads are not used by default. dnl The user can still override it at installation time, by using the dnl configure option '--enable-threads'. AC_DEFUN([gl_DISABLE_THREADS], [ m4_divert_text([INIT_PREPARE], [gl_use_threads_default=no]) ]) dnl Survey of platforms: dnl dnl Platform Available Compiler Supports test-lock dnl flavours option weak result dnl --------------- --------- --------- -------- --------- dnl Linux 2.4/glibc posix -lpthread Y OK dnl dnl GNU Hurd/glibc posix dnl dnl FreeBSD 5.3 posix -lc_r Y dnl posix -lkse ? Y dnl posix -lpthread ? Y dnl posix -lthr Y dnl dnl FreeBSD 5.2 posix -lc_r Y dnl posix -lkse Y dnl posix -lthr Y dnl dnl FreeBSD 4.0,4.10 posix -lc_r Y OK dnl dnl NetBSD 1.6 -- dnl dnl OpenBSD 3.4 posix -lpthread Y OK dnl dnl MacOS X 10.[123] posix -lpthread Y OK dnl dnl Solaris 7,8,9 posix -lpthread Y Sol 7,8: 0.0; Sol 9: OK dnl solaris -lthread Y Sol 7,8: 0.0; Sol 9: OK dnl dnl HP-UX 11 posix -lpthread N (cc) OK dnl Y (gcc) dnl dnl IRIX 6.5 posix -lpthread Y 0.5 dnl dnl AIX 4.3,5.1 posix -lpthread N AIX 4: 0.5; AIX 5: OK dnl dnl OSF/1 4.0,5.1 posix -pthread (cc) N OK dnl -lpthread (gcc) Y dnl dnl Cygwin posix -lpthread Y OK dnl dnl Any of the above pth -lpth 0.0 dnl dnl Mingw win32 N OK dnl dnl BeOS 5 -- dnl dnl The test-lock result shows what happens if in test-lock.c EXPLICIT_YIELD is dnl turned off: dnl OK if all three tests terminate OK, dnl 0.5 if the first test terminates OK but the second one loops endlessly, dnl 0.0 if the first test already loops endlessly. gsasl-1.8.0/m4/xsize.m40000664000000000000000000000066211760730650011457 00000000000000# xsize.m4 serial 4 dnl Copyright (C) 2003-2004, 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_XSIZE], [ dnl Prerequisites of lib/xsize.h. AC_REQUIRE([gl_SIZE_MAX]) AC_REQUIRE([AC_C_INLINE]) AC_CHECK_HEADERS([stdint.h]) ])

O)Upaci=0O^?KQs;Biq*֘hG4M"+e@t[ZiQ$_<{qV ۮ#t=c;/B<<w?` zFϳ_(rz&*ceǸ* /ȜW: q<a>ȀKwr~;(vuiFK>.mQOf+B=_D&)Dv]\pZ RIWsG Tsۧ\z B;oLݪ=%eil ڔ](ri׳zҳ~ i j()0g/U.sV`Y3 ?䭬FE#^_"\BE(#G- W.W,pe,6>y\gB:dRF>|NjR#cbwh49Ocw=v \$agl(U8j#6nt*wu"PMsx1l{Bk8<hu.hQxq;ɡm* f[{#vdHz~"&8&KڈXw;*gT{kSn(Q+o\ORo7YFΌaTmJsŠP!s$B sRbӥ|(3 oTYEbIRBr^Wغ~Ysy,ЕT̤ @s/^)#\dkH% 5Pq βҟ `>Y"رF_\+֮UxkX0j=j6v)dX^r#[EugKCe)m: ޴((ݹ,JxGdCeCm7jϥw,NغC pmDo1@H s_M*_=j!p/3(!<ם,k'4va0 _g/2.1Stx G)b'Y'&H_k9T(sL9$ 55:NLc CBV5CXiE//՚ cwŵQOF^4W8+׺ d9,H%GPHF_1 E@@Q0t&?0i =e4f}Na `ʝ|CN64PT>M?cRʽ.']V?lD٥]IY0/0G2p%NC&G6a5zÇ_ԏ֯ >15D$*P-aSTT*8s>LtշYr~S*_]dP`O {%P0g Ͷ-(66i#SAB`>Kl6ߙFjr Po}{O$ͮp%+ٓ鋫#OJ8)ij"l7#GT5}+Dǘպ1]WJh -xձ! R?E2u-Ks!+%LIOESJ#Ċ|e"*YhN4NUY\—DK+3)ՍAќvBVͣn+;J) BM]JPrDuoe(%n ,\w"ZI q5Lr)JuX2,G52?s9s9qrnJې>654TNN3Ua8B@zE%>'@adQ |oEP$8 t!d"F _HcM:`O4){|qpy?$.|&<0,U[C v uJȐhqEd`\'dZ38W ,)ĿHhPNIHW4nɩ}'lV0תsРK 4+' ."cwl/X+w'F)^R~rϹy}<cY_u^.\/?6dJæDAW.@9/cCEK 禟ƾ3lvDK/%A:ʼw,t&,O 1W2T+1YkOD%K{˔6܄Vez zG)+wgă?ۧP-4/t ,#ҟZ>u:55,B҇~r ` F (Gvl51(m\ x\|wƙԩQ Us%Kl2 @iŏ.&  UeBxB>k\4"!gJ,Muᴲl/%Pe _ĦHt;8yk|bc]} ۴LHSH;]b\Ol Fd37ȹ؈ @E ?G֛eDmI%nJQHA+*ZY ?r%&(%Fcr%pU.1$VMU'o9JWN"ԇ 2}Ȇdެ n;G8ƝoNJG F%sp Vu"4b& diUo- wwL{ 5#~J6%= ޼Peއ$q;ĒaJ&x]WR%!TM/cwHQKj}Jc2+ժ; A<%Fѷ=֝!uԵ/_pϓ5$.3!"r*(}kUޠ_T 7Yh`ň4S7=2b38sEﺡ`[Cx|8Ix}tO#EGD, i[c?;u @D*IIB;A/<'; 60l\Q-إ9L w)lyS dzF!֤InU RE:m&RߗimbU&޺(3r# vPdC3,ͱXI q-aBR_Õfy`HL՝w|wXe9\2uR1{R WE"M2IShO}۶ݡ5uo{fF0(U`ȮHߦhZ}ڄV՗V 7JutM0`!b "F_jcd ॑EW t ǧYj~U3匬B7Q& toW+JTqꗚGa*jWxL[4+)cziJG,gc7O2QAt;׾<0n֠2e飛sMmDBk)r)Z(~!⭎,g |%sYfW> TP \Ψƿ ؆gvo4I7ax&/]V]C9;uvο%_Q M!Ne0t^m)tаt̡FR"W#j;Tc{l6(V <䵦'*w򌵧[n{-!ntH#ʀs&wKL'&Va {\;O:_hɦ?4!ۭV"K\ oQuLVJ!pY\Ê~>1RUlsM┖eۑ MB4%!_Xj=Y߶{Ju$yoJ?fjRkOL%?< m怷y1u( a= oO; A# (:WLE[0Jaf|ޘ#"BcKs/vm4)> 1'2ۺi w*ĔC|Nl:%kmA_X ͕\҉/B|@l9EY }˩tbZS cqxp*7D@ZV90%CÏdɇiLf$1;s`G1ޥqjOabE2˖[GvJ1^i 1(&6_eHFhL.fe]R%˸9mGxeru/T+xʶu,<Mva$;۽|n,x~huvv?Ow=>3,f8l̾VeBex8=k=b٩Da,Vs}s:O@ML-Gd3"y\:$g0YV&6&OUy\J,qd=g,z],)c0uǜa=麏*4*[F3ʬ|~ PޏƳB38U%DӊᕜJVIP(4k~) x~[@f,{i\mE\i)pĒt,ξ$b&fd`q! ޹d!>l,uD=}qM m+o}[9a#hԭtBU*՚VS54 +AN5/\ڤfKܫmo^ i.qLfi=|ۉFsnjs)Fu܎+K~STh N-jO!WdMOt ʚ Qhxs'#/k3Vm5۔ϫ_˷J;bHڔwlH mFGsCJw#UTXwOS 3[́dv\[gM2v3˓9<bxE\ѠA,͂KGB2Tc KpE>?UE~_p6he>-M'OuXh)r9$zPYR쒂=aBWroK xRCe L{x~]\8<~VX\r<4lH\-(WsrTa *oGQv^,jܟgg{-CNF%A1D ͓SdXDOg6-]=84-E9vXͫZ#mVR>)c*y8Z ϟ!<ϭط!4FVIP0ub)_y>`Ih{p}j5Wو@2ywzt+LVD1jFKbmGaQĚwtZm(*قo zr^Jsʂe]2pZUD0%=.B9xM}e:~I݈B)E/M!3:FouK|pc >Ym/AIش[F4zq]z/|01h0L @Wqg!,RŽї8̋A]%4ѳKwy85Ej 73m 2~[&jD{ښgQR'qNAD,"̸co#mnn$ m¹Ks"9Gҏ_UB0t yn}A$_H31P5ϝ Wq5zv3w^LOm|4SI2 I/pV?8pq }Mgy)iphŋT׽cl0DEhCνdO[:Gs@S[5|et/bX,e@w]A4ê w%)sm^ a)KL30a"($lŐ,$(\q4jpf;؇7/V_lm'8p `9d<'y \j0/>o,#]&7ZJKXn J0UWFdo#sp}cρPR_ Ӭv,BcQ>Sw:};4U1Z)kE3R3zT*][[h72Czk0N+x~/лNoc l "]>换qX+TM}+~%iSHv;Ֆ^񣃐ޕlHcy~\nI D]>"C0R(_Vzםfl[߹@!۸`tꅶ3y^l_c ^8 0_H*GS=EII*St}c7F8v%LZ;]espm ^HmmFp_`o:[<>ArY0O:߮hNT7yꟓ~x' {PuiLkrpzh[SzIM|HvU*gOR~qAl |#[uTѥ=FDZ4VGt? f #}=r(֜m9f])t#IŮΧ Ի.ǤҁEr%pm@lX>p1]?;wqWIňnˋU葴7]5Ob]єPB褟?߇ lqk̭%O^籩M\5+%ԅ9 !$ݿHàA|f`Aw0|+IbЌLctK獯!)THUyQPjE^~me4/*sStk+yx];J=Q"Ēgm}閥;!t*k~wK>ۮMy ҹǥ#c|Å*g+{u8>X,O:Jp};6x5ҐW|؆ j3&Gyafwݵ6ѭ9$x2&[4ݟ B'@ٰ|"haX#5vPb9mn2KbMh(]q )jKm>P޴$j OdQƅ5Pe(VP|^+ !}ezr`RdSYC_=*MXgwǟ1_‡=Reа9hBj5T"JRKMcɡ%UOV[[^YPgُQd9ΐbl}Y5B3tDxψ) CT)1YKJ\1KpaC.swsxedOiMgԠN)~wyK5VgԷn/;i Ԍ2?c.!MVf\ӎ=-^ Ծ~T;ݤ;$S>hL'e liDhI˻˪kDE!&EeP̿RRTGZ1 D|j)E~&;IqOVW5l@~Qz<;%IrYI-,c'.uDܳܨ0g{s8<8їֱQ!F'Ew iU6~"/I{GG'RjYg-LmK6-Vw/^hl<2暎k`XRKzk}U_]; Z?ds4u ,ELj5Ԟ~@bŪ퇪Mx,^{ LfbT'ɇ:. j kOdJ981RFY4DLOM# .LwwYT&CFᩭ/Y1xچ|{ zPlL!oDSL#8zx,Y̧.) tLi DcW':ďKܘ1-Dp=!NI4O_<O1^۳ WquxqϕdHɆͲN,<2\vׇBYw*ѝY3\YYJa!Rʡ=f{2/j)/Tak»FS0?Y_>\D禒[P#dg,> R+XJm&aBT{wE~(=5{9p AА$'!²'2 t o<?)v2u(|d>Η? Ih>*u[S6ޓ}d珹aRLaZͨiuEv'o[ff\Qp^'͓w_">'UxΡj.Y2Gc-R?I췕3ye6rI W(ʘ杩;sX֯f)ݰG^\ڠ둥_G\5C(f<2RFHګG|.8SE(8)'2`&BRHC=|_!Nj` WfOdNPw]L1kPr })6:w8/3R$# oT3v\PG#%eӵȹ?jTՠxw8oz6̲&@^yG]`?rn<iMkZa$V>Lў>"X[˄[YlHY~硛ׁQ Y4 :xGe NDEnB[31$#*Fvh8()3B9}ѼgF!⟉.CKu=/w э(Fbx0F-YkS9CQ8 ~W/3% EeLp='*V/ rVvӮw4*q݌>]&R@-'uؘ;MH $*ƺk~"ƻ] N0=D"=%]w%$O|P"W}qgǻbB{yU!O1|BZW225]l 2%m!iiD+#T<Ho*iL@=MFB&483Gj}:ߦDThc"y0{l"-{MP,DA+׎eπ>'c߬%o$ L4DQp0A 0Cp.k2 x~`̴࢙gcݳ-WߖQO`eUsz{Rz!܎JyHBK*C"+Uuqx\iAqћdDbH& 墺cmL]Ckb|-Q> endobj 476 0 obj << /Type /Font /Subtype /Type1 /BaseFont /LADPZF+CMB10 /FontDescriptor 1212 0 R /FirstChar 58 /LastChar 118 /Widths 1198 0 R /ToUnicode 1 0 R >> endobj 7 0 obj << /Type /Font /Subtype /Type1 /BaseFont /NGZZDP+CMBX12 /FontDescriptor 1214 0 R /FirstChar 12 /LastChar 122 /Widths 1210 0 R /ToUnicode 1 0 R >> endobj 59 0 obj << /Type /Font /Subtype /Type1 /BaseFont /CUJHND+CMMI10 /FontDescriptor 1216 0 R /FirstChar 58 /LastChar 58 /Widths 1206 0 R >> endobj 58 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GPANTX+CMMI12 /FontDescriptor 1218 0 R /FirstChar 58 /LastChar 58 /Widths 1207 0 R >> endobj 1106 0 obj << /Type /Font /Subtype /Type1 /BaseFont /PQILTH+CMMI9 /FontDescriptor 1220 0 R /FirstChar 58 /LastChar 58 /Widths 1196 0 R >> endobj 8 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HEAIHE+CMR10 /FontDescriptor 1222 0 R /FirstChar 11 /LastChar 124 /Widths 1209 0 R /ToUnicode 1 0 R >> endobj 468 0 obj << /Type /Font /Subtype /Type1 /BaseFont /EJASTL+CMR7 /FontDescriptor 1224 0 R /FirstChar 49 /LastChar 49 /Widths 1202 0 R >> endobj 469 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HZCHUT+CMR9 /FontDescriptor 1226 0 R /FirstChar 12 /LastChar 121 /Widths 1201 0 R /ToUnicode 1 0 R >> endobj 463 0 obj << /Type /Font /Subtype /Type1 /BaseFont /EXLJBY+CMSL10 /FontDescriptor 1228 0 R /FirstChar 12 /LastChar 122 /Widths 1203 0 R /ToUnicode 1 0 R >> endobj 475 0 obj << /Type /Font /Subtype /Type1 /BaseFont /FSARLS+CMSLTT10 /FontDescriptor 1230 0 R /FirstChar 48 /LastChar 122 /Widths 1199 0 R /ToUnicode 3 0 R >> endobj 474 0 obj << /Type /Font /Subtype /Type1 /BaseFont /FFYKXD+CMSS10 /FontDescriptor 1232 0 R /FirstChar 40 /LastChar 41 /Widths 1200 0 R /ToUnicode 1 0 R >> endobj 13 0 obj << /Type /Font /Subtype /Type1 /BaseFont /LLPKBH+CMSY10 /FontDescriptor 1234 0 R /FirstChar 13 /LastChar 105 /Widths 1208 0 R >> endobj 60 0 obj << /Type /Font /Subtype /Type1 /BaseFont /YQODRN+CMTT10 /FontDescriptor 1236 0 R /FirstChar 33 /LastChar 126 /Widths 1205 0 R /ToUnicode 3 0 R >> endobj 482 0 obj << /Type /Font /Subtype /Type1 /BaseFont /DHMZSP+CMTT12 /FontDescriptor 1238 0 R /FirstChar 45 /LastChar 112 /Widths 1197 0 R /ToUnicode 3 0 R >> endobj 395 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JHLZRM+CMTT9 /FontDescriptor 1240 0 R /FirstChar 39 /LastChar 122 /Widths 1204 0 R /ToUnicode 3 0 R >> endobj 9 0 obj << /Type /Pages /Count 6 /Parent 1241 0 R /Kids [5 0 R 11 0 R 55 0 R 108 0 R 393 0 R 400 0 R] >> endobj 414 0 obj << /Type /Pages /Count 6 /Parent 1241 0 R /Kids [410 0 R 416 0 R 424 0 R 430 0 R 440 0 R 445 0 R] >> endobj 455 0 obj << /Type /Pages /Count 6 /Parent 1241 0 R /Kids [451 0 R 460 0 R 465 0 R 471 0 R 480 0 R 484 0 R] >> endobj 495 0 obj << /Type /Pages /Count 6 /Parent 1241 0 R /Kids [492 0 R 500 0 R 504 0 R 510 0 R 516 0 R 520 0 R] >> endobj 527 0 obj << /Type /Pages /Count 6 /Parent 1241 0 R /Kids [524 0 R 530 0 R 534 0 R 538 0 R 542 0 R 546 0 R] >> endobj 552 0 obj << /Type /Pages /Count 6 /Parent 1241 0 R /Kids [550 0 R 555 0 R 558 0 R 562 0 R 566 0 R 570 0 R] >> endobj 580 0 obj << /Type /Pages /Count 6 /Parent 1242 0 R /Kids [573 0 R 582 0 R 589 0 R 594 0 R 602 0 R 608 0 R] >> endobj 618 0 obj << /Type /Pages /Count 6 /Parent 1242 0 R /Kids [613 0 R 620 0 R 628 0 R 633 0 R 639 0 R 647 0 R] >> endobj 657 0 obj << /Type /Pages /Count 6 /Parent 1242 0 R /Kids [654 0 R 659 0 R 662 0 R 666 0 R 670 0 R 674 0 R] >> endobj 681 0 obj << /Type /Pages /Count 6 /Parent 1242 0 R /Kids [679 0 R 683 0 R 687 0 R 690 0 R 694 0 R 698 0 R] >> endobj 704 0 obj << /Type /Pages /Count 6 /Parent 1242 0 R /Kids [701 0 R 706 0 R 710 0 R 713 0 R 717 0 R 721 0 R] >> endobj 727 0 obj << /Type /Pages /Count 6 /Parent 1242 0 R /Kids [725 0 R 729 0 R 733 0 R 737 0 R 741 0 R 745 0 R] >> endobj 752 0 obj << /Type /Pages /Count 6 /Parent 1243 0 R /Kids [749 0 R 754 0 R 757 0 R 761 0 R 766 0 R 770 0 R] >> endobj 778 0 obj << /Type /Pages /Count 6 /Parent 1243 0 R /Kids [773 0 R 780 0 R 786 0 R 795 0 R 803 0 R 811 0 R] >> endobj 826 0 obj << /Type /Pages /Count 6 /Parent 1243 0 R /Kids [819 0 R 828 0 R 835 0 R 843 0 R 850 0 R 858 0 R] >> endobj 872 0 obj << /Type /Pages /Count 6 /Parent 1243 0 R /Kids [865 0 R 874 0 R 882 0 R 889 0 R 897 0 R 904 0 R] >> endobj 918 0 obj << /Type /Pages /Count 6 /Parent 1243 0 R /Kids [911 0 R 920 0 R 927 0 R 933 0 R 938 0 R 942 0 R] >> endobj 949 0 obj << /Type /Pages /Count 6 /Parent 1243 0 R /Kids [946 0 R 951 0 R 955 0 R 960 0 R 963 0 R 967 0 R] >> endobj 974 0 obj << /Type /Pages /Count 6 /Parent 1244 0 R /Kids [971 0 R 976 0 R 981 0 R 985 0 R 989 0 R 1104 0 R] >> endobj 1131 0 obj << /Type /Pages /Count 3 /Parent 1244 0 R /Kids [1128 0 R 1190 0 R 1193 0 R] >> endobj 1241 0 obj << /Type /Pages /Count 36 /Parent 1245 0 R /Kids [9 0 R 414 0 R 455 0 R 495 0 R 527 0 R 552 0 R] >> endobj 1242 0 obj << /Type /Pages /Count 36 /Parent 1245 0 R /Kids [580 0 R 618 0 R 657 0 R 681 0 R 704 0 R 727 0 R] >> endobj 1243 0 obj << /Type /Pages /Count 36 /Parent 1245 0 R /Kids [752 0 R 778 0 R 826 0 R 872 0 R 918 0 R 949 0 R] >> endobj 1244 0 obj << /Type /Pages /Count 9 /Parent 1245 0 R /Kids [974 0 R 1131 0 R] >> endobj 1245 0 obj << /Type /Pages /Count 117 /Kids [1241 0 R 1242 0 R 1243 0 R 1244 0 R] >> endobj 1246 0 obj << /Type /Outlines /First 135 0 R /Last 390 0 R /Count 20 >> endobj 390 0 obj << /Title 391 0 R /A 388 0 R /Parent 1246 0 R /Prev 386 0 R >> endobj 386 0 obj << /Title 387 0 R /A 384 0 R /Parent 1246 0 R /Prev 378 0 R /Next 390 0 R >> endobj 382 0 obj << /Title 383 0 R /A 380 0 R /Parent 378 0 R >> endobj 378 0 obj << /Title 379 0 R /A 376 0 R /Parent 1246 0 R /Prev 371 0 R /Next 386 0 R /First 382 0 R /Last 382 0 R /Count -1 >> endobj 374 0 obj << /Title 375 0 R /A 373 0 R /Parent 371 0 R >> endobj 371 0 obj << /Title 372 0 R /A 369 0 R /Parent 1246 0 R /Prev 359 0 R /Next 378 0 R /First 374 0 R /Last 374 0 R /Count -1 >> endobj 367 0 obj << /Title 368 0 R /A 365 0 R /Parent 359 0 R /Prev 363 0 R >> endobj 363 0 obj << /Title 364 0 R /A 361 0 R /Parent 359 0 R /Next 367 0 R >> endobj 359 0 obj << /Title 360 0 R /A 357 0 R /Parent 1246 0 R /Prev 355 0 R /Next 371 0 R /First 363 0 R /Last 367 0 R /Count -2 >> endobj 355 0 obj << /Title 356 0 R /A 353 0 R /Parent 1246 0 R /Prev 351 0 R /Next 359 0 R >> endobj 351 0 obj << /Title 352 0 R /A 349 0 R /Parent 1246 0 R /Prev 327 0 R /Next 355 0 R >> endobj 347 0 obj << /Title 348 0 R /A 345 0 R /Parent 327 0 R /Prev 343 0 R >> endobj 343 0 obj << /Title 344 0 R /A 341 0 R /Parent 327 0 R /Prev 339 0 R /Next 347 0 R >> endobj 339 0 obj << /Title 340 0 R /A 337 0 R /Parent 327 0 R /Prev 335 0 R /Next 343 0 R >> endobj 335 0 obj << /Title 336 0 R /A 333 0 R /Parent 327 0 R /Prev 331 0 R /Next 339 0 R >> endobj 331 0 obj << /Title 332 0 R /A 329 0 R /Parent 327 0 R /Next 335 0 R >> endobj 327 0 obj << /Title 328 0 R /A 325 0 R /Parent 1246 0 R /Prev 315 0 R /Next 351 0 R /First 331 0 R /Last 347 0 R /Count -5 >> endobj 323 0 obj << /Title 324 0 R /A 321 0 R /Parent 315 0 R /Prev 319 0 R >> endobj 319 0 obj << /Title 320 0 R /A 317 0 R /Parent 315 0 R /Next 323 0 R >> endobj 315 0 obj << /Title 316 0 R /A 313 0 R /Parent 1246 0 R /Prev 311 0 R /Next 327 0 R /First 319 0 R /Last 323 0 R /Count -2 >> endobj 311 0 obj << /Title 312 0 R /A 309 0 R /Parent 1246 0 R /Prev 307 0 R /Next 315 0 R >> endobj 307 0 obj << /Title 308 0 R /A 305 0 R /Parent 1246 0 R /Prev 303 0 R /Next 311 0 R >> endobj 303 0 obj << /Title 304 0 R /A 301 0 R /Parent 1246 0 R /Prev 299 0 R /Next 307 0 R >> endobj 299 0 obj << /Title 300 0 R /A 297 0 R /Parent 1246 0 R /Prev 295 0 R /Next 303 0 R >> endobj 295 0 obj << /Title 296 0 R /A 293 0 R /Parent 1246 0 R /Prev 291 0 R /Next 299 0 R >> endobj 291 0 obj << /Title 292 0 R /A 289 0 R /Parent 1246 0 R /Prev 231 0 R /Next 295 0 R >> endobj 287 0 obj << /Title 288 0 R /A 285 0 R /Parent 231 0 R /Prev 283 0 R >> endobj 283 0 obj << /Title 284 0 R /A 281 0 R /Parent 231 0 R /Prev 279 0 R /Next 287 0 R >> endobj 279 0 obj << /Title 280 0 R /A 277 0 R /Parent 231 0 R /Prev 275 0 R /Next 283 0 R >> endobj 275 0 obj << /Title 276 0 R /A 273 0 R /Parent 231 0 R /Prev 271 0 R /Next 279 0 R >> endobj 271 0 obj << /Title 272 0 R /A 269 0 R /Parent 231 0 R /Prev 267 0 R /Next 275 0 R >> endobj 267 0 obj << /Title 268 0 R /A 265 0 R /Parent 231 0 R /Prev 263 0 R /Next 271 0 R >> endobj 263 0 obj << /Title 264 0 R /A 261 0 R /Parent 231 0 R /Prev 259 0 R /Next 267 0 R >> endobj 259 0 obj << /Title 260 0 R /A 257 0 R /Parent 231 0 R /Prev 255 0 R /Next 263 0 R >> endobj 255 0 obj << /Title 256 0 R /A 253 0 R /Parent 231 0 R /Prev 251 0 R /Next 259 0 R >> endobj 251 0 obj << /Title 252 0 R /A 249 0 R /Parent 231 0 R /Prev 247 0 R /Next 255 0 R >> endobj 247 0 obj << /Title 248 0 R /A 245 0 R /Parent 231 0 R /Prev 243 0 R /Next 251 0 R >> endobj 243 0 obj << /Title 244 0 R /A 241 0 R /Parent 231 0 R /Prev 239 0 R /Next 247 0 R >> endobj 239 0 obj << /Title 240 0 R /A 237 0 R /Parent 231 0 R /Prev 235 0 R /Next 243 0 R >> endobj 235 0 obj << /Title 236 0 R /A 233 0 R /Parent 231 0 R /Next 239 0 R >> endobj 231 0 obj << /Title 232 0 R /A 229 0 R /Parent 1246 0 R /Prev 227 0 R /Next 291 0 R /First 235 0 R /Last 287 0 R /Count -14 >> endobj 227 0 obj << /Title 228 0 R /A 225 0 R /Parent 1246 0 R /Prev 217 0 R /Next 231 0 R >> endobj 223 0 obj << /Title 224 0 R /A 222 0 R /Parent 217 0 R /Prev 220 0 R >> endobj 220 0 obj << /Title 221 0 R /A 219 0 R /Parent 217 0 R /Next 223 0 R >> endobj 217 0 obj << /Title 218 0 R /A 215 0 R /Parent 1246 0 R /Prev 187 0 R /Next 227 0 R /First 220 0 R /Last 223 0 R /Count -2 >> endobj 213 0 obj << /Title 214 0 R /A 212 0 R /Parent 207 0 R /Prev 210 0 R >> endobj 210 0 obj << /Title 211 0 R /A 209 0 R /Parent 207 0 R /Next 213 0 R >> endobj 207 0 obj << /Title 208 0 R /A 205 0 R /Parent 187 0 R /Prev 203 0 R /First 210 0 R /Last 213 0 R /Count -2 >> endobj 203 0 obj << /Title 204 0 R /A 201 0 R /Parent 187 0 R /Prev 199 0 R /Next 207 0 R >> endobj 199 0 obj << /Title 200 0 R /A 197 0 R /Parent 187 0 R /Prev 195 0 R /Next 203 0 R >> endobj 195 0 obj << /Title 196 0 R /A 193 0 R /Parent 187 0 R /Prev 191 0 R /Next 199 0 R >> endobj 191 0 obj << /Title 192 0 R /A 189 0 R /Parent 187 0 R /Next 195 0 R >> endobj 187 0 obj << /Title 188 0 R /A 185 0 R /Parent 1246 0 R /Prev 135 0 R /Next 217 0 R /First 191 0 R /Last 207 0 R /Count -5 >> endobj 183 0 obj << /Title 184 0 R /A 181 0 R /Parent 135 0 R /Prev 179 0 R >> endobj 179 0 obj << /Title 180 0 R /A 177 0 R /Parent 135 0 R /Prev 167 0 R /Next 183 0 R >> endobj 175 0 obj << /Title 176 0 R /A 173 0 R /Parent 167 0 R /Prev 171 0 R >> endobj 171 0 obj << /Title 172 0 R /A 169 0 R /Parent 167 0 R /Next 175 0 R >> endobj 167 0 obj << /Title 168 0 R /A 165 0 R /Parent 135 0 R /Prev 163 0 R /Next 179 0 R /First 171 0 R /Last 175 0 R /Count -2 >> endobj 163 0 obj << /Title 164 0 R /A 161 0 R /Parent 135 0 R /Prev 159 0 R /Next 167 0 R >> endobj 159 0 obj << /Title 160 0 R /A 157 0 R /Parent 135 0 R /Prev 155 0 R /Next 163 0 R >> endobj 155 0 obj << /Title 156 0 R /A 153 0 R /Parent 135 0 R /Prev 151 0 R /Next 159 0 R >> endobj 151 0 obj << /Title 152 0 R /A 149 0 R /Parent 135 0 R /Prev 147 0 R /Next 155 0 R >> endobj 147 0 obj << /Title 148 0 R /A 145 0 R /Parent 135 0 R /Prev 143 0 R /Next 151 0 R >> endobj 143 0 obj << /Title 144 0 R /A 141 0 R /Parent 135 0 R /Prev 139 0 R /Next 147 0 R >> endobj 139 0 obj << /Title 140 0 R /A 137 0 R /Parent 135 0 R /Next 143 0 R >> endobj 135 0 obj << /Title 136 0 R /A 133 0 R /Parent 1246 0 R /Next 187 0 R /First 139 0 R /Last 183 0 R /Count -10 >> endobj 1247 0 obj << /Names [(-1) 57 0 R (-2) 110 0 R (1) 61 0 R (10) 68 0 R (100) 953 0 R (101) 957 0 R] /Limits [(-1) (101)] >> endobj 1248 0 obj << /Names [(102) 130 0 R (103) 965 0 R (104) 969 0 R (105) 973 0 R (106) 978 0 R (107) 983 0 R] /Limits [(102) (107)] >> endobj 1249 0 obj << /Names [(108) 987 0 R (109) 991 0 R (11) 467 0 R (110) 131 0 R (111) 1130 0 R (112) 132 0 R] /Limits [(108) (112)] >> endobj 1250 0 obj << /Names [(113) 1195 0 R (12) 69 0 R (13) 70 0 R (14) 486 0 R (15) 71 0 R (16) 502 0 R] /Limits [(113) (16)] >> endobj 1251 0 obj << /Names [(17) 506 0 R (18) 512 0 R (19) 72 0 R (2) 62 0 R (20) 73 0 R (21) 526 0 R] /Limits [(17) (21)] >> endobj 1252 0 obj << /Names [(22) 74 0 R (23) 536 0 R (24) 540 0 R (25) 544 0 R (26) 75 0 R (27) 76 0 R] /Limits [(22) (27)] >> endobj 1253 0 obj << /Names [(28) 77 0 R (29) 78 0 R (3) 63 0 R (30) 79 0 R (31) 80 0 R (32) 111 0 R] /Limits [(28) (32)] >> endobj 1254 0 obj << /Names [(33) 112 0 R (34) 584 0 R (35) 113 0 R (36) 596 0 R (37) 114 0 R (38) 610 0 R] /Limits [(33) (38)] >> endobj 1255 0 obj << /Names [(39) 115 0 R (4) 418 0 R (40) 622 0 R (41) 630 0 R (42) 116 0 R (43) 641 0 R] /Limits [(39) (43)] >> endobj 1256 0 obj << /Names [(44) 649 0 R (45) 117 0 R (46) 118 0 R (47) 664 0 R (48) 668 0 R (49) 672 0 R] /Limits [(44) (49)] >> endobj 1257 0 obj << /Names [(5) 64 0 R (50) 119 0 R (51) 120 0 R (52) 685 0 R (53) 121 0 R (54) 692 0 R] /Limits [(5) (54)] >> endobj 1258 0 obj << /Names [(55) 696 0 R (56) 122 0 R (57) 703 0 R (58) 708 0 R (59) 123 0 R (6) 432 0 R] /Limits [(55) (6)] >> endobj 1259 0 obj << /Names [(60) 715 0 R (61) 719 0 R (62) 723 0 R (63) 124 0 R (64) 731 0 R (65) 735 0 R] /Limits [(60) (65)] >> endobj 1260 0 obj << /Names [(66) 739 0 R (67) 743 0 R (68) 747 0 R (69) 751 0 R (7) 65 0 R (70) 125 0 R] /Limits [(66) (70)] >> endobj 1261 0 obj << /Names [(71) 126 0 R (72) 763 0 R (73) 768 0 R (74) 127 0 R (75) 128 0 R (76) 782 0 R] /Limits [(71) (76)] >> endobj 1262 0 obj << /Names [(77) 788 0 R (78) 797 0 R (79) 805 0 R (8) 66 0 R (80) 813 0 R (81) 821 0 R] /Limits [(77) (81)] >> endobj 1263 0 obj << /Names [(82) 830 0 R (83) 837 0 R (84) 845 0 R (85) 852 0 R (86) 860 0 R (87) 867 0 R] /Limits [(82) (87)] >> endobj 1264 0 obj << /Names [(88) 876 0 R (89) 884 0 R (9) 67 0 R (90) 891 0 R (91) 899 0 R (92) 906 0 R] /Limits [(88) (92)] >> endobj 1265 0 obj << /Names [(93) 913 0 R (94) 922 0 R (95) 929 0 R (96) 129 0 R (97) 940 0 R (98) 944 0 R] /Limits [(93) (98)] >> endobj 1266 0 obj << /Names [(99) 948 0 R (ANONYMOUS) 238 0 R (Acknowledgements) 350 0 R (Autoconf\040tests) 206 0 R (Bug\040Reports) 178 0 R (Building\040the\040source) 202 0 R] /Limits [(99) (Building\040the\040source)] >> endobj 1267 0 obj << /Names [(CRAM-MD5) 250 0 R (Callback\040Functions) 294 0 R (Commercial\040Support) 162 0 R (Concept\040Index) 389 0 R (Contributing) 182 0 R (Copying\040Information) 377 0 R] /Limits [(CRAM-MD5) (Copying\040Information)] >> endobj 1268 0 obj << /Names [(DIGEST-MD5) 254 0 R (Downloading\040and\040Installing) 166 0 R (EXTERNAL) 234 0 R (Error\040Handling) 314 0 R (Error\040strings) 322 0 R (Error\040values) 318 0 R] /Limits [(DIGEST-MD5) (Error\040values)] >> endobj 1269 0 obj << /Names [(Example\0401) 330 0 R (Example\0402) 334 0 R (Example\0403) 338 0 R (Example\0404) 342 0 R (Example\0405) 346 0 R (Examples) 326 0 R] /Limits [(Example\0401) (Examples)] >> endobj 1270 0 obj << /Names [(Features) 146 0 R (Function\040and\040Data\040Index) 385 0 R (GNU\040Free\040Documentation\040License) 381 0 R (GS2-KRB5) 274 0 R (GSSAPI) 270 0 R (Getting\040help) 158 0 R] /Limits [(Features) (Getting\040help)] >> endobj 1271 0 obj << /Names [(Global\040Functions) 290 0 R (Header) 190 0 R (Implementation) 142 0 R (Initialization) 194 0 R (Installing\040under\040Windows) 170 0 R (Introduction) 134 0 R] /Limits [(Global\040Functions) (Introduction)] >> endobj 1272 0 obj << /Names [(Invoking\040gsasl) 354 0 R (KERBEROS_V5) 286 0 R (Kerberos\040on\040Windows) 174 0 R (LOGIN) 246 0 R (Mechanisms) 230 0 R (Memory\040Handling) 310 0 R] /Limits [(Invoking\040gsasl) (Memory\040Handling)] >> endobj 1273 0 obj << /Names [(NTLM) 262 0 R (OPENID20) 282 0 R (Old\040Functions) 370 0 R (PLAIN) 242 0 R (Preparation) 186 0 R (Properties) 226 0 R] /Limits [(NTLM) (Properties)] >> endobj 1274 0 obj << /Names [(Property\040Functions) 298 0 R (Protocol\040Clarifications) 358 0 R (Requirements) 150 0 R (SAML20) 278 0 R (SASL\040Overview) 138 0 R (SCRAM-SHA-1) 258 0 R] /Limits [(Property\040Functions) (SCRAM-SHA-1)] >> endobj 1275 0 obj << /Names [(SECURID) 266 0 R (Session\040Functions) 302 0 R (Supported\040Platforms) 154 0 R (Use\040of\040SASLprep\040in\040CRAM-MD5) 362 0 R (Use\040of\040SASLprep\040in\040LOGIN) 366 0 R (Using\040the\040Library) 216 0 R] /Limits [(SECURID) (Using\040the\040Library)] >> endobj 1276 0 obj << /Names [(Utilities) 306 0 R (Version\040Check) 198 0 R (fig:abstraction) 402 0 R (gsasl_appinfo_get) 817 0 R (gsasl_appinfo_set) 816 0 R (gsasl_application_data_get) 815 0 R] /Limits [(Utilities) (gsasl_application_data_get)] >> endobj 1277 0 obj << /Names [(gsasl_application_data_set) 814 0 R (gsasl_base64_decode) 936 0 R (gsasl_base64_encode) 935 0 R (gsasl_base64_from) 637 0 R (gsasl_base64_to) 636 0 R (gsasl_callback) 592 0 R] /Limits [(gsasl_application_data_set) (gsasl_callback)] >> endobj 1278 0 obj << /Names [(gsasl_callback_hook_get) 598 0 R (gsasl_callback_hook_set) 597 0 R (gsasl_callback_set) 591 0 R (gsasl_check_version) 473 0 R (gsasl_client_application_data_get) 798 0 R (gsasl_client_application_data_set) 793 0 R] /Limits [(gsasl_callback_hook_get) (gsasl_client_application_data_set)] >> endobj 1279 0 obj << /Names [(gsasl_client_callback_anonymous_get) 853 0 R (gsasl_client_callback_anonymous_set) 848 0 R (gsasl_client_callback_authentication_id_get) 824 0 R (gsasl_client_callback_authentication_id_set) 823 0 R (gsasl_client_callback_authorization_id_get) 831 0 R (gsasl_client_callback_authorization_id_set) 825 0 R] /Limits [(gsasl_client_callback_anonymous_get) (gsasl_client_callback_authorization_id_set)] >> endobj 1280 0 obj << /Names [(gsasl_client_callback_maxbuf_get) 861 0 R (gsasl_client_callback_maxbuf_set) 856 0 R (gsasl_client_callback_passcode_get) 839 0 R (gsasl_client_callback_passcode_set) 838 0 R (gsasl_client_callback_password_get) 833 0 R (gsasl_client_callback_password_set) 832 0 R] /Limits [(gsasl_client_callback_maxbuf_get) (gsasl_client_callback_password_set)] >> endobj 1281 0 obj << /Names [(gsasl_client_callback_pin_get) 841 0 R (gsasl_client_callback_pin_set) 840 0 R (gsasl_client_callback_qop_get) 855 0 R (gsasl_client_callback_qop_set) 854 0 R (gsasl_client_callback_realm_get) 863 0 R (gsasl_client_callback_realm_set) 862 0 R] /Limits [(gsasl_client_callback_pin_get) (gsasl_client_callback_realm_set)] >> endobj 1282 0 obj << /Names [(gsasl_client_callback_service_get) 847 0 R (gsasl_client_callback_service_set) 846 0 R (gsasl_client_ctx_get) 792 0 R (gsasl_client_finish) 790 0 R (gsasl_client_listmech) 775 0 R (gsasl_client_mechlist) 577 0 R] /Limits [(gsasl_client_callback_service_get) (gsasl_client_mechlist)] >> endobj 1283 0 obj << /Names [(gsasl_client_start) 615 0 R (gsasl_client_step) 777 0 R (gsasl_client_step_base64) 784 0 R (gsasl_client_suggest_mechanism) 586 0 R (gsasl_client_support_p) 579 0 R (gsasl_ctx_get) 807 0 R] /Limits [(gsasl_client_start) (gsasl_ctx_get)] >> endobj 1284 0 obj << /Names [(gsasl_decode) 626 0 R (gsasl_decode_inline) 809 0 R (gsasl_done) 576 0 R (gsasl_encode) 625 0 R (gsasl_encode_inline) 808 0 R (gsasl_finish) 624 0 R] /Limits [(gsasl_decode) (gsasl_finish)] >> endobj 1285 0 obj << /Names [(gsasl_free) 656 0 R (gsasl_hmac_md5) 650 0 R (gsasl_hmac_sha1) 652 0 R (gsasl_init) 575 0 R (gsasl_md5) 645 0 R (gsasl_md5pwd_get_password) 931 0 R] /Limits [(gsasl_free) (gsasl_md5pwd_get_password)] >> endobj 1286 0 obj << /Names [(gsasl_mechanism_name) 631 0 R (gsasl_nonce) 643 0 R (gsasl_property_fast) 606 0 R (gsasl_property_get) 611 0 R (gsasl_property_set) 604 0 R (gsasl_property_set_raw) 605 0 R] /Limits [(gsasl_mechanism_name) (gsasl_property_set_raw)] >> endobj 1287 0 obj << /Names [(gsasl_random) 644 0 R (gsasl_randomize) 806 0 R (gsasl_register) 587 0 R (gsasl_saslprep) 635 0 R (gsasl_server_application_data_get) 801 0 R (gsasl_server_application_data_set) 800 0 R] /Limits [(gsasl_random) (gsasl_server_application_data_set)] >> endobj 1288 0 obj << /Names [(gsasl_server_callback_anonymous_get) 892 0 R (gsasl_server_callback_anonymous_set) 887 0 R (gsasl_server_callback_cipher_get) 908 0 R (gsasl_server_callback_cipher_set) 907 0 R (gsasl_server_callback_cram_md5_get) 878 0 R (gsasl_server_callback_cram_md5_set) 877 0 R] /Limits [(gsasl_server_callback_anonymous_get) (gsasl_server_callback_cram_md5_set)] >> endobj 1289 0 obj << /Names [(gsasl_server_callback_digest_md5_get) 880 0 R (gsasl_server_callback_digest_md5_set) 879 0 R (gsasl_server_callback_external_get) 886 0 R (gsasl_server_callback_external_set) 885 0 R (gsasl_server_callback_gssapi_get) 916 0 R (gsasl_server_callback_gssapi_set) 915 0 R] /Limits [(gsasl_server_callback_digest_md5_get) (gsasl_server_callback_gssapi_set)] >> endobj 1290 0 obj << /Names [(gsasl_server_callback_maxbuf_get) 902 0 R (gsasl_server_callback_maxbuf_set) 901 0 R (gsasl_server_callback_qop_get) 900 0 R (gsasl_server_callback_qop_set) 895 0 R (gsasl_server_callback_realm_get) 894 0 R (gsasl_server_callback_realm_set) 893 0 R] /Limits [(gsasl_server_callback_maxbuf_get) (gsasl_server_callback_realm_set)] >> endobj 1291 0 obj << /Names [(gsasl_server_callback_retrieve_get) 871 0 R (gsasl_server_callback_retrieve_set) 870 0 R (gsasl_server_callback_securid_get) 914 0 R (gsasl_server_callback_securid_set) 909 0 R (gsasl_server_callback_service_get) 923 0 R (gsasl_server_callback_service_set) 917 0 R] /Limits [(gsasl_server_callback_retrieve_get) (gsasl_server_callback_service_set)] >> endobj 1292 0 obj << /Names [(gsasl_server_callback_validate_get) 869 0 R (gsasl_server_callback_validate_set) 868 0 R (gsasl_server_ctx_get) 799 0 R (gsasl_server_finish) 791 0 R (gsasl_server_listmech) 776 0 R (gsasl_server_mechlist) 578 0 R] /Limits [(gsasl_server_callback_validate_get) (gsasl_server_mechlist)] >> endobj 1293 0 obj << /Names [(gsasl_server_start) 616 0 R (gsasl_server_step) 783 0 R (gsasl_server_step_base64) 789 0 R (gsasl_server_suggest_mechanism) 822 0 R (gsasl_server_support_p) 585 0 R (gsasl_session_hook_get) 600 0 R] /Limits [(gsasl_server_start) (gsasl_session_hook_get)] >> endobj 1294 0 obj << /Names [(gsasl_session_hook_set) 599 0 R (gsasl_sha1) 651 0 R (gsasl_simple_getpass) 642 0 R (gsasl_step) 617 0 R (gsasl_step64) 623 0 R (gsasl_strerror) 676 0 R] /Limits [(gsasl_session_hook_set) (gsasl_strerror)] >> endobj 1295 0 obj << /Names [(gsasl_strerror_name) 677 0 R (gsasl_stringprep_nfkc) 924 0 R (gsasl_stringprep_saslprep) 925 0 R (gsasl_stringprep_trace) 930 0 R] /Limits [(gsasl_strerror_name) (gsasl_stringprep_trace)] >> endobj 1296 0 obj << /Kids [1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R] /Limits [(-1) (27)] >> endobj 1297 0 obj << /Kids [1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R] /Limits [(28) (6)] >> endobj 1298 0 obj << /Kids [1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R] /Limits [(60) (92)] >> endobj 1299 0 obj << /Kids [1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R] /Limits [(93) (Getting\040help)] >> endobj 1300 0 obj << /Kids [1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R] /Limits [(Global\040Functions) (gsasl_application_data_get)] >> endobj 1301 0 obj << /Kids [1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R] /Limits [(gsasl_application_data_set) (gsasl_client_mechlist)] >> endobj 1302 0 obj << /Kids [1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R] /Limits [(gsasl_client_start) (gsasl_server_callback_cram_md5_set)] >> endobj 1303 0 obj << /Kids [1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R] /Limits [(gsasl_server_callback_digest_md5_get) (gsasl_strerror)] >> endobj 1304 0 obj << /Kids [1295 0 R] /Limits [(gsasl_strerror_name) (gsasl_stringprep_trace)] >> endobj 1305 0 obj << /Kids [1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R] /Limits [(-1) (gsasl_client_mechlist)] >> endobj 1306 0 obj << /Kids [1302 0 R 1303 0 R 1304 0 R] /Limits [(gsasl_client_start) (gsasl_stringprep_trace)] >> endobj 1307 0 obj << /Kids [1305 0 R 1306 0 R] /Limits [(-1) (gsasl_stringprep_trace)] >> endobj 1308 0 obj << /Dests 1307 0 R >> endobj 1309 0 obj << /Type /Catalog /Pages 1245 0 R /Outlines 1246 0 R /Names 1308 0 R /PageMode /UseOutlines >> endobj 1310 0 obj << /Producer (pdfTeX-1.40.10) /Creator (TeX) /CreationDate (D:20120528192229+02'00') /ModDate (D:20120528192229+02'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX, Version 3.1415926-1.40.10-2.2 (TeX Live 2009/Debian) kpathsea version 5.0.0) >> endobj xref 0 1311 0000000000 65535 f 0000000015 00000 n 0000000681 00000 n 0000001358 00000 n 0000002471 00000 n 0000002367 00000 n 0000001962 00000 n 0000675484 00000 n 0000676078 00000 n 0000677664 00000 n 0000003369 00000 n 0000003262 00000 n 0000002550 00000 n 0000677032 00000 n 0000006299 00000 n 0000006424 00000 n 0000006551 00000 n 0000006678 00000 n 0000006805 00000 n 0000006932 00000 n 0000007059 00000 n 0000007186 00000 n 0000007312 00000 n 0000007437 00000 n 0000007564 00000 n 0000007691 00000 n 0000007818 00000 n 0000007943 00000 n 0000008071 00000 n 0000008199 00000 n 0000008327 00000 n 0000008455 00000 n 0000008583 00000 n 0000008710 00000 n 0000008838 00000 n 0000008966 00000 n 0000009093 00000 n 0000009221 00000 n 0000009349 00000 n 0000009477 00000 n 0000009605 00000 n 0000009732 00000 n 0000009859 00000 n 0000009987 00000 n 0000010115 00000 n 0000010243 00000 n 0000010371 00000 n 0000010499 00000 n 0000010627 00000 n 0000010755 00000 n 0000010882 00000 n 0000011008 00000 n 0000013574 00000 n 0000013702 00000 n 0000011185 00000 n 0000005914 00000 n 0000003450 00000 n 0000011134 00000 n 0000675789 00000 n 0000675645 00000 n 0000677177 00000 n 0000026361 00000 n 0000057558 00000 n 0000061988 00000 n 0000066906 00000 n 0000074428 00000 n 0000077468 00000 n 0000081657 00000 n 0000084712 00000 n 0000089556 00000 n 0000092842 00000 n 0000129771 00000 n 0000238778 00000 n 0000241318 00000 n 0000246319 00000 n 0000256386 00000 n 0000259864 00000 n 0000263529 00000 n 0000266799 00000 n 0000269656 00000 n 0000273440 00000 n 0000013830 00000 n 0000013958 00000 n 0000014086 00000 n 0000014213 00000 n 0000014341 00000 n 0000014469 00000 n 0000014596 00000 n 0000014724 00000 n 0000014852 00000 n 0000014979 00000 n 0000015107 00000 n 0000015235 00000 n 0000015362 00000 n 0000015490 00000 n 0000015618 00000 n 0000015746 00000 n 0000015873 00000 n 0000016001 00000 n 0000016128 00000 n 0000016255 00000 n 0000016384 00000 n 0000016513 00000 n 0000016642 00000 n 0000016771 00000 n 0000016901 00000 n 0000017031 00000 n 0000017212 00000 n 0000013249 00000 n 0000011302 00000 n 0000017159 00000 n 0000277024 00000 n 0000279157 00000 n 0000284835 00000 n 0000289420 00000 n 0000294004 00000 n 0000300765 00000 n 0000306764 00000 n 0000309055 00000 n 0000316976 00000 n 0000318650 00000 n 0000321092 00000 n 0000325090 00000 n 0000328501 00000 n 0000333484 00000 n 0000341278 00000 n 0000342704 00000 n 0000347883 00000 n 0000350195 00000 n 0000401824 00000 n 0000418789 00000 n 0000457169 00000 n 0000463925 00000 n 0000017318 00000 n 0000026413 00000 n 0000686749 00000 n 0000017368 00000 n 0000017400 00000 n 0000026466 00000 n 0000686670 00000 n 0000017454 00000 n 0000017490 00000 n 0000026523 00000 n 0000686577 00000 n 0000017542 00000 n 0000017576 00000 n 0000057667 00000 n 0000686484 00000 n 0000017622 00000 n 0000017650 00000 n 0000062040 00000 n 0000686391 00000 n 0000017700 00000 n 0000017732 00000 n 0000062097 00000 n 0000686298 00000 n 0000017792 00000 n 0000017834 00000 n 0000066958 00000 n 0000686205 00000 n 0000017887 00000 n 0000017922 00000 n 0000067015 00000 n 0000686112 00000 n 0000017981 00000 n 0000018022 00000 n 0000067072 00000 n 0000685980 00000 n 0000018092 00000 n 0000018144 00000 n 0000074480 00000 n 0000685901 00000 n 0000018212 00000 n 0000018262 00000 n 0000074536 00000 n 0000685822 00000 n 0000018325 00000 n 0000018370 00000 n 0000077520 00000 n 0000685729 00000 n 0000018422 00000 n 0000018456 00000 n 0000081709 00000 n 0000685650 00000 n 0000018506 00000 n 0000018538 00000 n 0000084764 00000 n 0000685517 00000 n 0000018587 00000 n 0000018618 00000 n 0000084817 00000 n 0000685438 00000 n 0000018662 00000 n 0000018688 00000 n 0000084874 00000 n 0000685345 00000 n 0000018740 00000 n 0000018774 00000 n 0000089608 00000 n 0000685252 00000 n 0000018828 00000 n 0000018864 00000 n 0000089722 00000 n 0000685159 00000 n 0000018927 00000 n 0000018972 00000 n 0000092894 00000 n 0000685041 00000 n 0000019027 00000 n 0000019064 00000 n 0000684962 00000 n 0000019104 00000 n 0000019161 00000 n 0000684883 00000 n 0000019201 00000 n 0000019271 00000 n 0000129823 00000 n 0000684750 00000 n 0000019332 00000 n 0000019375 00000 n 0000684671 00000 n 0000019415 00000 n 0000019461 00000 n 0000684592 00000 n 0000019501 00000 n 0000019543 00000 n 0000246371 00000 n 0000684498 00000 n 0000019591 00000 n 0000019621 00000 n 0000256438 00000 n 0000684364 00000 n 0000019669 00000 n 0000019699 00000 n 0000256491 00000 n 0000684285 00000 n 0000019745 00000 n 0000019793 00000 n 0000256547 00000 n 0000684192 00000 n 0000019840 00000 n 0000019889 00000 n 0000259916 00000 n 0000684099 00000 n 0000019932 00000 n 0000019977 00000 n 0000259969 00000 n 0000684006 00000 n 0000020020 00000 n 0000020065 00000 n 0000260026 00000 n 0000683913 00000 n 0000020111 00000 n 0000020159 00000 n 0000263581 00000 n 0000683820 00000 n 0000020207 00000 n 0000020257 00000 n 0000263637 00000 n 0000683727 00000 n 0000020306 00000 n 0000020357 00000 n 0000266851 00000 n 0000683634 00000 n 0000020399 00000 n 0000020443 00000 n 0000266907 00000 n 0000683541 00000 n 0000020488 00000 n 0000020535 00000 n 0000269708 00000 n 0000683448 00000 n 0000020579 00000 n 0000020625 00000 n 0000269765 00000 n 0000683355 00000 n 0000020671 00000 n 0000020719 00000 n 0000273492 00000 n 0000683262 00000 n 0000020763 00000 n 0000020809 00000 n 0000273545 00000 n 0000683169 00000 n 0000020855 00000 n 0000020903 00000 n 0000277077 00000 n 0000683090 00000 n 0000020952 00000 n 0000021003 00000 n 0000279210 00000 n 0000682996 00000 n 0000021060 00000 n 0000021099 00000 n 0000284888 00000 n 0000682902 00000 n 0000021158 00000 n 0000021199 00000 n 0000289473 00000 n 0000682808 00000 n 0000021258 00000 n 0000021299 00000 n 0000294057 00000 n 0000682714 00000 n 0000021357 00000 n 0000021397 00000 n 0000300818 00000 n 0000682620 00000 n 0000021444 00000 n 0000021473 00000 n 0000306817 00000 n 0000682526 00000 n 0000021529 00000 n 0000021567 00000 n 0000309108 00000 n 0000682393 00000 n 0000021622 00000 n 0000021659 00000 n 0000309161 00000 n 0000682314 00000 n 0000021712 00000 n 0000021747 00000 n 0000317029 00000 n 0000682235 00000 n 0000021801 00000 n 0000021837 00000 n 0000318703 00000 n 0000682102 00000 n 0000021883 00000 n 0000021911 00000 n 0000318756 00000 n 0000682023 00000 n 0000021961 00000 n 0000021993 00000 n 0000321145 00000 n 0000681930 00000 n 0000022043 00000 n 0000022075 00000 n 0000325143 00000 n 0000681837 00000 n 0000022125 00000 n 0000022157 00000 n 0000328554 00000 n 0000681744 00000 n 0000022207 00000 n 0000022239 00000 n 0000333537 00000 n 0000681665 00000 n 0000022289 00000 n 0000022321 00000 n 0000341331 00000 n 0000681571 00000 n 0000022375 00000 n 0000022411 00000 n 0000342757 00000 n 0000681477 00000 n 0000022466 00000 n 0000022503 00000 n 0000347936 00000 n 0000681344 00000 n 0000022567 00000 n 0000022613 00000 n 0000347989 00000 n 0000681265 00000 n 0000022690 00000 n 0000022749 00000 n 0000348046 00000 n 0000681186 00000 n 0000022823 00000 n 0000022879 00000 n 0000350248 00000 n 0000681053 00000 n 0000022933 00000 n 0000022969 00000 n 0000680988 00000 n 0000023009 00000 n 0000023075 00000 n 0000418842 00000 n 0000680855 00000 n 0000023135 00000 n 0000023177 00000 n 0000418895 00000 n 0000680790 00000 n 0000023254 00000 n 0000023313 00000 n 0000457223 00000 n 0000680696 00000 n 0000023383 00000 n 0000023435 00000 n 0000463979 00000 n 0000680616 00000 n 0000023489 00000 n 0000026580 00000 n 0000026251 00000 n 0000023525 00000 n 0000677502 00000 n 0000026674 00000 n 0000055156 00000 n 0000055347 00000 n 0000057724 00000 n 0000057448 00000 n 0000055394 00000 n 0000057610 00000 n 0000060727 00000 n 0000061042 00000 n 0000061206 00000 n 0000061371 00000 n 0000061524 00000 n 0000061821 00000 n 0000062154 00000 n 0000060539 00000 n 0000057845 00000 n 0000060885 00000 n 0000061673 00000 n 0000677776 00000 n 0000063815 00000 n 0000063650 00000 n 0000062247 00000 n 0000063762 00000 n 0000066095 00000 n 0000066252 00000 n 0000066605 00000 n 0000066748 00000 n 0000067129 00000 n 0000065931 00000 n 0000063897 00000 n 0000066429 00000 n 0000069326 00000 n 0000069473 00000 n 0000069667 00000 n 0000069186 00000 n 0000067234 00000 n 0000069614 00000 n 0000073124 00000 n 0000073443 00000 n 0000073592 00000 n 0000073755 00000 n 0000074104 00000 n 0000074266 00000 n 0000074593 00000 n 0000072936 00000 n 0000069749 00000 n 0000073284 00000 n 0000073930 00000 n 0000077577 00000 n 0000077356 00000 n 0000074686 00000 n 0000080929 00000 n 0000081207 00000 n 0000081506 00000 n 0000081766 00000 n 0000080765 00000 n 0000077682 00000 n 0000081068 00000 n 0000081357 00000 n 0000677894 00000 n 0000084132 00000 n 0000084270 00000 n 0000084420 00000 n 0000084931 00000 n 0000083976 00000 n 0000081871 00000 n 0000084567 00000 n 0000676542 00000 n 0000086566 00000 n 0000086401 00000 n 0000085037 00000 n 0000086513 00000 n 0000676238 00000 n 0000676381 00000 n 0000089779 00000 n 0000089444 00000 n 0000086672 00000 n 0000089665 00000 n 0000676870 00000 n 0000676705 00000 n 0000675322 00000 n 0000092537 00000 n 0000092690 00000 n 0000092951 00000 n 0000092397 00000 n 0000089924 00000 n 0000677339 00000 n 0000093816 00000 n 0000093651 00000 n 0000093070 00000 n 0000093763 00000 n 0000093898 00000 n 0000127560 00000 n 0000127755 00000 n 0000129494 00000 n 0000129876 00000 n 0000129354 00000 n 0000127802 00000 n 0000129633 00000 n 0000678012 00000 n 0000129997 00000 n 0000229176 00000 n 0000229372 00000 n 0000231164 00000 n 0000230999 00000 n 0000229419 00000 n 0000231111 00000 n 0000232845 00000 n 0000232680 00000 n 0000231274 00000 n 0000232792 00000 n 0000235511 00000 n 0000235649 00000 n 0000235844 00000 n 0000235371 00000 n 0000232927 00000 n 0000235791 00000 n 0000238486 00000 n 0000238636 00000 n 0000238830 00000 n 0000238346 00000 n 0000235926 00000 n 0000241176 00000 n 0000241370 00000 n 0000241044 00000 n 0000238923 00000 n 0000242762 00000 n 0000242955 00000 n 0000242630 00000 n 0000241463 00000 n 0000242902 00000 n 0000678130 00000 n 0000246025 00000 n 0000246424 00000 n 0000245885 00000 n 0000243037 00000 n 0000246173 00000 n 0000248958 00000 n 0000248793 00000 n 0000246542 00000 n 0000248905 00000 n 0000252041 00000 n 0000251876 00000 n 0000249052 00000 n 0000251988 00000 n 0000253281 00000 n 0000253116 00000 n 0000252135 00000 n 0000253228 00000 n 0000256604 00000 n 0000256274 00000 n 0000253375 00000 n 0000259698 00000 n 0000260083 00000 n 0000259566 00000 n 0000256697 00000 n 0000678248 00000 n 0000263359 00000 n 0000263694 00000 n 0000263227 00000 n 0000260176 00000 n 0000266964 00000 n 0000266687 00000 n 0000263787 00000 n 0000269519 00000 n 0000269822 00000 n 0000269387 00000 n 0000267057 00000 n 0000273130 00000 n 0000273601 00000 n 0000272990 00000 n 0000269915 00000 n 0000273286 00000 n 0000277134 00000 n 0000276912 00000 n 0000273694 00000 n 0000279547 00000 n 0000279045 00000 n 0000277227 00000 n 0000279263 00000 n 0000279320 00000 n 0000279377 00000 n 0000279434 00000 n 0000279491 00000 n 0000678366 00000 n 0000281667 00000 n 0000281331 00000 n 0000279692 00000 n 0000281443 00000 n 0000281496 00000 n 0000281553 00000 n 0000281610 00000 n 0000285054 00000 n 0000284723 00000 n 0000281812 00000 n 0000284941 00000 n 0000284997 00000 n 0000287166 00000 n 0000286773 00000 n 0000285199 00000 n 0000286885 00000 n 0000286938 00000 n 0000286995 00000 n 0000287052 00000 n 0000287109 00000 n 0000289697 00000 n 0000289308 00000 n 0000287311 00000 n 0000289526 00000 n 0000289583 00000 n 0000289640 00000 n 0000291475 00000 n 0000291253 00000 n 0000289842 00000 n 0000291365 00000 n 0000291418 00000 n 0000294281 00000 n 0000293892 00000 n 0000291620 00000 n 0000294110 00000 n 0000294167 00000 n 0000294224 00000 n 0000678484 00000 n 0000296989 00000 n 0000296596 00000 n 0000294426 00000 n 0000296708 00000 n 0000296761 00000 n 0000296818 00000 n 0000296875 00000 n 0000296932 00000 n 0000298565 00000 n 0000298343 00000 n 0000297134 00000 n 0000298455 00000 n 0000298508 00000 n 0000301040 00000 n 0000300653 00000 n 0000298710 00000 n 0000300871 00000 n 0000300928 00000 n 0000300985 00000 n 0000303704 00000 n 0000303312 00000 n 0000301185 00000 n 0000303424 00000 n 0000303477 00000 n 0000303533 00000 n 0000303590 00000 n 0000303647 00000 n 0000305644 00000 n 0000305308 00000 n 0000303849 00000 n 0000305420 00000 n 0000305473 00000 n 0000305530 00000 n 0000305587 00000 n 0000306927 00000 n 0000306652 00000 n 0000305789 00000 n 0000306870 00000 n 0000678602 00000 n 0000309218 00000 n 0000308943 00000 n 0000307072 00000 n 0000311280 00000 n 0000311115 00000 n 0000309311 00000 n 0000311227 00000 n 0000313359 00000 n 0000313194 00000 n 0000311362 00000 n 0000313306 00000 n 0000315034 00000 n 0000314869 00000 n 0000313441 00000 n 0000314981 00000 n 0000317200 00000 n 0000316864 00000 n 0000315116 00000 n 0000317086 00000 n 0000317143 00000 n 0000318813 00000 n 0000318538 00000 n 0000317345 00000 n 0000678720 00000 n 0000319973 00000 n 0000319808 00000 n 0000318906 00000 n 0000319920 00000 n 0000321202 00000 n 0000320980 00000 n 0000320055 00000 n 0000322580 00000 n 0000322415 00000 n 0000321295 00000 n 0000322527 00000 n 0000323754 00000 n 0000323589 00000 n 0000322662 00000 n 0000323701 00000 n 0000325200 00000 n 0000324978 00000 n 0000323836 00000 n 0000326325 00000 n 0000326160 00000 n 0000325293 00000 n 0000326272 00000 n 0000678838 00000 n 0000327385 00000 n 0000327220 00000 n 0000326407 00000 n 0000327332 00000 n 0000328611 00000 n 0000328389 00000 n 0000327467 00000 n 0000329990 00000 n 0000329825 00000 n 0000328704 00000 n 0000329937 00000 n 0000331113 00000 n 0000330948 00000 n 0000330072 00000 n 0000331060 00000 n 0000332066 00000 n 0000331901 00000 n 0000331195 00000 n 0000332013 00000 n 0000333594 00000 n 0000333372 00000 n 0000332148 00000 n 0000678956 00000 n 0000334789 00000 n 0000334624 00000 n 0000333687 00000 n 0000334736 00000 n 0000336094 00000 n 0000335929 00000 n 0000334871 00000 n 0000336041 00000 n 0000337202 00000 n 0000337037 00000 n 0000336176 00000 n 0000337149 00000 n 0000338325 00000 n 0000338160 00000 n 0000337284 00000 n 0000338272 00000 n 0000339289 00000 n 0000339124 00000 n 0000338407 00000 n 0000339236 00000 n 0000340204 00000 n 0000340039 00000 n 0000339371 00000 n 0000340151 00000 n 0000679074 00000 n 0000341384 00000 n 0000341166 00000 n 0000340286 00000 n 0000342810 00000 n 0000342592 00000 n 0000341465 00000 n 0000344670 00000 n 0000345018 00000 n 0000344530 00000 n 0000342903 00000 n 0000344965 00000 n 0000344818 00000 n 0000346270 00000 n 0000346105 00000 n 0000345111 00000 n 0000346217 00000 n 0000348103 00000 n 0000347771 00000 n 0000346363 00000 n 0000350471 00000 n 0000350083 00000 n 0000348196 00000 n 0000350301 00000 n 0000350358 00000 n 0000350414 00000 n 0000679192 00000 n 0000352868 00000 n 0000352589 00000 n 0000350616 00000 n 0000352701 00000 n 0000352754 00000 n 0000352811 00000 n 0000355519 00000 n 0000355069 00000 n 0000353013 00000 n 0000355181 00000 n 0000355234 00000 n 0000355291 00000 n 0000355348 00000 n 0000355405 00000 n 0000355462 00000 n 0000357827 00000 n 0000357435 00000 n 0000355664 00000 n 0000357547 00000 n 0000357600 00000 n 0000357657 00000 n 0000357714 00000 n 0000357770 00000 n 0000360303 00000 n 0000359911 00000 n 0000357972 00000 n 0000360023 00000 n 0000360076 00000 n 0000360133 00000 n 0000360190 00000 n 0000360246 00000 n 0000362784 00000 n 0000362391 00000 n 0000360448 00000 n 0000362503 00000 n 0000362556 00000 n 0000362613 00000 n 0000362670 00000 n 0000362727 00000 n 0000365457 00000 n 0000365064 00000 n 0000362929 00000 n 0000365176 00000 n 0000365229 00000 n 0000365286 00000 n 0000365343 00000 n 0000365400 00000 n 0000679310 00000 n 0000367572 00000 n 0000367236 00000 n 0000365602 00000 n 0000367348 00000 n 0000367401 00000 n 0000367458 00000 n 0000367515 00000 n 0000369875 00000 n 0000369483 00000 n 0000367717 00000 n 0000369595 00000 n 0000369648 00000 n 0000369705 00000 n 0000369762 00000 n 0000369818 00000 n 0000372150 00000 n 0000371814 00000 n 0000370020 00000 n 0000371926 00000 n 0000371979 00000 n 0000372036 00000 n 0000372093 00000 n 0000374547 00000 n 0000374154 00000 n 0000372295 00000 n 0000374266 00000 n 0000374319 00000 n 0000374376 00000 n 0000374433 00000 n 0000374490 00000 n 0000376609 00000 n 0000376274 00000 n 0000374692 00000 n 0000376386 00000 n 0000376439 00000 n 0000376495 00000 n 0000376552 00000 n 0000378768 00000 n 0000378375 00000 n 0000376754 00000 n 0000378487 00000 n 0000378540 00000 n 0000378597 00000 n 0000378654 00000 n 0000378711 00000 n 0000679428 00000 n 0000381176 00000 n 0000380784 00000 n 0000378913 00000 n 0000380896 00000 n 0000380949 00000 n 0000381006 00000 n 0000381063 00000 n 0000381119 00000 n 0000383384 00000 n 0000383048 00000 n 0000381321 00000 n 0000383160 00000 n 0000383213 00000 n 0000383270 00000 n 0000383327 00000 n 0000385697 00000 n 0000385304 00000 n 0000383529 00000 n 0000385416 00000 n 0000385469 00000 n 0000385526 00000 n 0000385583 00000 n 0000385640 00000 n 0000387968 00000 n 0000387632 00000 n 0000385842 00000 n 0000387744 00000 n 0000387797 00000 n 0000387854 00000 n 0000387911 00000 n 0000390786 00000 n 0000390450 00000 n 0000388113 00000 n 0000390562 00000 n 0000390615 00000 n 0000390672 00000 n 0000390729 00000 n 0000393204 00000 n 0000392812 00000 n 0000390931 00000 n 0000392924 00000 n 0000392977 00000 n 0000393034 00000 n 0000393091 00000 n 0000393147 00000 n 0000679546 00000 n 0000396189 00000 n 0000395857 00000 n 0000393349 00000 n 0000395969 00000 n 0000396022 00000 n 0000396079 00000 n 0000396132 00000 n 0000399419 00000 n 0000399140 00000 n 0000396334 00000 n 0000399252 00000 n 0000399305 00000 n 0000399362 00000 n 0000401991 00000 n 0000401712 00000 n 0000399564 00000 n 0000401877 00000 n 0000401934 00000 n 0000404416 00000 n 0000404251 00000 n 0000402136 00000 n 0000404363 00000 n 0000407456 00000 n 0000407291 00000 n 0000404537 00000 n 0000407403 00000 n 0000409752 00000 n 0000409587 00000 n 0000407577 00000 n 0000409699 00000 n 0000679664 00000 n 0000412478 00000 n 0000412313 00000 n 0000409873 00000 n 0000412425 00000 n 0000415565 00000 n 0000415400 00000 n 0000412599 00000 n 0000415512 00000 n 0000418644 00000 n 0000418952 00000 n 0000418512 00000 n 0000415686 00000 n 0000422291 00000 n 0000422126 00000 n 0000419070 00000 n 0000422238 00000 n 0000425383 00000 n 0000425218 00000 n 0000422361 00000 n 0000425330 00000 n 0000428288 00000 n 0000428123 00000 n 0000425453 00000 n 0000428235 00000 n 0000679782 00000 n 0000431243 00000 n 0000431078 00000 n 0000428358 00000 n 0000431190 00000 n 0000436868 00000 n 0000434328 00000 n 0000434163 00000 n 0000431313 00000 n 0000434275 00000 n 0000437081 00000 n 0000436736 00000 n 0000434398 00000 n 0000437028 00000 n 0000438735 00000 n 0000438570 00000 n 0000437163 00000 n 0000438682 00000 n 0000444027 00000 n 0000444160 00000 n 0000444293 00000 n 0000444425 00000 n 0000444558 00000 n 0000444692 00000 n 0000444825 00000 n 0000444958 00000 n 0000445091 00000 n 0000445225 00000 n 0000445359 00000 n 0000445493 00000 n 0000445628 00000 n 0000445761 00000 n 0000445894 00000 n 0000446027 00000 n 0000446161 00000 n 0000446295 00000 n 0000446429 00000 n 0000446563 00000 n 0000446697 00000 n 0000446831 00000 n 0000446965 00000 n 0000447098 00000 n 0000447231 00000 n 0000447365 00000 n 0000447499 00000 n 0000447633 00000 n 0000447767 00000 n 0000447901 00000 n 0000448035 00000 n 0000448169 00000 n 0000448303 00000 n 0000448437 00000 n 0000448571 00000 n 0000448704 00000 n 0000448837 00000 n 0000448971 00000 n 0000449105 00000 n 0000449239 00000 n 0000449373 00000 n 0000449507 00000 n 0000449641 00000 n 0000449774 00000 n 0000449906 00000 n 0000450037 00000 n 0000450167 00000 n 0000450297 00000 n 0000450427 00000 n 0000450556 00000 n 0000450685 00000 n 0000450811 00000 n 0000450941 00000 n 0000451071 00000 n 0000451201 00000 n 0000451331 00000 n 0000451461 00000 n 0000451591 00000 n 0000451721 00000 n 0000451851 00000 n 0000451981 00000 n 0000452111 00000 n 0000452241 00000 n 0000452371 00000 n 0000452501 00000 n 0000452631 00000 n 0000452760 00000 n 0000452889 00000 n 0000453018 00000 n 0000453148 00000 n 0000453278 00000 n 0000453408 00000 n 0000453538 00000 n 0000453668 00000 n 0000453798 00000 n 0000453928 00000 n 0000454058 00000 n 0000454188 00000 n 0000454318 00000 n 0000454448 00000 n 0000454578 00000 n 0000454708 00000 n 0000454838 00000 n 0000454967 00000 n 0000455096 00000 n 0000455225 00000 n 0000455355 00000 n 0000455485 00000 n 0000455615 00000 n 0000455745 00000 n 0000455875 00000 n 0000456005 00000 n 0000456135 00000 n 0000456265 00000 n 0000456395 00000 n 0000456525 00000 n 0000456655 00000 n 0000456785 00000 n 0000456914 00000 n 0000457042 00000 n 0000459360 00000 n 0000459494 00000 n 0000459628 00000 n 0000459762 00000 n 0000459895 00000 n 0000460026 00000 n 0000460159 00000 n 0000460293 00000 n 0000460427 00000 n 0000460561 00000 n 0000460695 00000 n 0000457277 00000 n 0000443008 00000 n 0000438842 00000 n 0000675933 00000 n 0000460829 00000 n 0000460963 00000 n 0000461097 00000 n 0000461231 00000 n 0000461365 00000 n 0000461499 00000 n 0000461629 00000 n 0000461759 00000 n 0000461888 00000 n 0000462018 00000 n 0000462148 00000 n 0000462278 00000 n 0000462408 00000 n 0000462538 00000 n 0000462668 00000 n 0000462797 00000 n 0000462927 00000 n 0000463057 00000 n 0000463187 00000 n 0000463317 00000 n 0000463502 00000 n 0000458953 00000 n 0000457397 00000 n 0000463447 00000 n 0000679901 00000 n 0000468111 00000 n 0000468242 00000 n 0000468376 00000 n 0000468510 00000 n 0000468644 00000 n 0000468778 00000 n 0000468912 00000 n 0000469046 00000 n 0000469180 00000 n 0000469313 00000 n 0000469447 00000 n 0000469580 00000 n 0000469714 00000 n 0000469848 00000 n 0000469981 00000 n 0000470115 00000 n 0000470249 00000 n 0000470384 00000 n 0000470517 00000 n 0000470651 00000 n 0000470785 00000 n 0000470919 00000 n 0000471053 00000 n 0000471186 00000 n 0000471319 00000 n 0000471453 00000 n 0000471586 00000 n 0000471720 00000 n 0000471853 00000 n 0000471987 00000 n 0000472118 00000 n 0000472248 00000 n 0000472377 00000 n 0000472506 00000 n 0000472635 00000 n 0000472765 00000 n 0000472895 00000 n 0000473023 00000 n 0000473153 00000 n 0000473283 00000 n 0000473412 00000 n 0000473540 00000 n 0000473669 00000 n 0000473798 00000 n 0000473928 00000 n 0000474058 00000 n 0000474188 00000 n 0000474317 00000 n 0000474447 00000 n 0000474576 00000 n 0000474705 00000 n 0000474834 00000 n 0000474963 00000 n 0000475093 00000 n 0000475222 00000 n 0000475350 00000 n 0000475479 00000 n 0000464033 00000 n 0000463809 00000 n 0000463611 00000 n 0000475661 00000 n 0000467470 00000 n 0000464104 00000 n 0000475606 00000 n 0000475781 00000 n 0000475807 00000 n 0000476235 00000 n 0000476604 00000 n 0000476924 00000 n 0000476956 00000 n 0000477604 00000 n 0000477630 00000 n 0000478250 00000 n 0000478606 00000 n 0000479002 00000 n 0000479028 00000 n 0000479052 00000 n 0000479591 00000 n 0000480224 00000 n 0000480866 00000 n 0000491084 00000 n 0000491369 00000 n 0000510555 00000 n 0000510978 00000 n 0000517950 00000 n 0000518179 00000 n 0000525152 00000 n 0000525381 00000 n 0000532350 00000 n 0000532578 00000 n 0000558759 00000 n 0000559341 00000 n 0000566345 00000 n 0000566567 00000 n 0000586599 00000 n 0000586982 00000 n 0000601795 00000 n 0000602107 00000 n 0000614156 00000 n 0000614461 00000 n 0000621597 00000 n 0000621837 00000 n 0000629426 00000 n 0000629699 00000 n 0000652554 00000 n 0000653189 00000 n 0000656756 00000 n 0000656997 00000 n 0000674832 00000 n 0000679999 00000 n 0000680117 00000 n 0000680237 00000 n 0000680357 00000 n 0000680445 00000 n 0000680537 00000 n 0000686869 00000 n 0000686999 00000 n 0000687138 00000 n 0000687277 00000 n 0000687408 00000 n 0000687535 00000 n 0000687663 00000 n 0000687788 00000 n 0000687919 00000 n 0000688049 00000 n 0000688180 00000 n 0000688308 00000 n 0000688437 00000 n 0000688568 00000 n 0000688697 00000 n 0000688828 00000 n 0000688957 00000 n 0000689088 00000 n 0000689217 00000 n 0000689348 00000 n 0000689573 00000 n 0000689818 00000 n 0000690056 00000 n 0000690259 00000 n 0000690505 00000 n 0000690746 00000 n 0000690982 00000 n 0000691165 00000 n 0000691404 00000 n 0000691696 00000 n 0000691946 00000 n 0000692211 00000 n 0000692531 00000 n 0000692963 00000 n 0000693344 00000 n 0000693697 00000 n 0000694013 00000 n 0000694283 00000 n 0000694506 00000 n 0000694739 00000 n 0000695004 00000 n 0000695285 00000 n 0000695671 00000 n 0000696058 00000 n 0000696420 00000 n 0000696802 00000 n 0000697121 00000 n 0000697409 00000 n 0000697648 00000 n 0000697869 00000 n 0000697975 00000 n 0000698080 00000 n 0000698186 00000 n 0000698305 00000 n 0000698452 00000 n 0000698601 00000 n 0000698755 00000 n 0000698907 00000 n 0000699005 00000 n 0000699130 00000 n 0000699245 00000 n 0000699335 00000 n 0000699375 00000 n 0000699488 00000 n trailer << /Size 1311 /Root 1309 0 R /Info 1310 0 R /ID [ ] >> startxref 699756 %%EOF gsasl-1.8.0/doc/gsasl-callback-retrieve.texi0000664000000000000000000000212111746471770015662 00000000000000@deftypefn Prototype int (*Gsasl_server_callback_retrieve) (Gsasl_session_ctx * @var{ctx}, char * @var{authentication_id}, char * @var{authorization_id}, char * @var{realm}, char * @var{key}, size_t * @var{keylen}) @var{ctx}: libgsasl handle. @var{authentication_id}: input array with authentication identity. @var{authorization_id}: input array with authorization identity, or NULL. @var{realm}: input array with realm of user, or NULL. @var{key}: output array with key for authentication identity. @var{keylen}: on input the maximum size of the key output array, on output contains the actual size of the key output array. Type of callback function the application implements. It should retrieve the password for the indicated user and return GSASL_OK, or an error code such as GSASL_AUTHENTICATION_ERROR. The key must be encoded in UTF-8, but need not be normalized in any way. If KEY is NULL, the function should only populate the KEYLEN output length field with the length, and return GSASL_OK. This usage may be used by the caller to allocate the proper buffer size. @end deftypefn gsasl-1.8.0/doc/cyclo/0000775000000000000000000000000011760732127011466 500000000000000gsasl-1.8.0/doc/cyclo/Makefile.am0000664000000000000000000000242611754555060013450 00000000000000# Copyright (C) 2008-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . EXTRA_DIST = cyclo-$(PACKAGE).html cyclo-$(PACKAGE).html: $(PMCCABE) `find $(top_srcdir)/lib -name \*.[ch] \ | grep -v \ -e ../gl \ -e test-parser.c \ -e test-errors.c \ -e obsolete.c \ -e kerberos_v5` \ | sort -nr \ | $(AWK) -f ${top_srcdir}/lib/build-aux/pmccabe2html \ -v lang=html -v name="$(PACKAGE_NAME)" \ -v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \ -v url="http://www.gnu.org/software/$(PACKAGE)/" \ -v css=${top_srcdir}/lib/build-aux/pmccabe.css \ > $@-tmp mv $@-tmp $@ gsasl-1.8.0/doc/cyclo/Makefile.in0000664000000000000000000013142211760730720013453 00000000000000# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software # Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ # Copyright (C) 2008-2012 Simon Josefsson # # This file is part of GNU SASL. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc/cyclo DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gl/m4/00gnulib.m4 \ $(top_srcdir)/gl/m4/alloca.m4 \ $(top_srcdir)/gl/m4/arpa_inet_h.m4 \ $(top_srcdir)/gl/m4/autobuild.m4 $(top_srcdir)/gl/m4/btowc.m4 \ $(top_srcdir)/gl/m4/close.m4 $(top_srcdir)/gl/m4/configmake.m4 \ $(top_srcdir)/gl/m4/dup2.m4 $(top_srcdir)/gl/m4/eealloc.m4 \ $(top_srcdir)/gl/m4/environ.m4 $(top_srcdir)/gl/m4/errno_h.m4 \ $(top_srcdir)/gl/m4/error.m4 $(top_srcdir)/gl/m4/exponentd.m4 \ $(top_srcdir)/gl/m4/extensions.m4 \ $(top_srcdir)/gl/m4/fcntl_h.m4 $(top_srcdir)/gl/m4/fdopen.m4 \ $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/fpieee.m4 \ $(top_srcdir)/gl/m4/fseek.m4 $(top_srcdir)/gl/m4/fseeko.m4 \ $(top_srcdir)/gl/m4/fstat.m4 \ $(top_srcdir)/gl/m4/getaddrinfo.m4 \ $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getopt.m4 \ $(top_srcdir)/gl/m4/getpagesize.m4 \ $(top_srcdir)/gl/m4/getpass.m4 \ $(top_srcdir)/gl/m4/gnulib-common.m4 \ $(top_srcdir)/gl/m4/gnulib-comp.m4 \ $(top_srcdir)/gl/m4/hostent.m4 $(top_srcdir)/gl/m4/iconv_h.m4 \ $(top_srcdir)/gl/m4/iconv_open.m4 \ $(top_srcdir)/gl/m4/include_next.m4 \ $(top_srcdir)/gl/m4/inet_ntop.m4 \ $(top_srcdir)/gl/m4/inet_pton.m4 $(top_srcdir)/gl/m4/inline.m4 \ $(top_srcdir)/gl/m4/intmax_t.m4 \ $(top_srcdir)/gl/m4/inttypes.m4 \ $(top_srcdir)/gl/m4/largefile.m4 \ $(top_srcdir)/gl/m4/libunistring-base.m4 \ $(top_srcdir)/gl/m4/localcharset.m4 \ $(top_srcdir)/gl/m4/locale-fr.m4 \ $(top_srcdir)/gl/m4/locale-ja.m4 \ $(top_srcdir)/gl/m4/locale-tr.m4 \ $(top_srcdir)/gl/m4/locale-zh.m4 \ $(top_srcdir)/gl/m4/locale_h.m4 \ $(top_srcdir)/gl/m4/localename.m4 $(top_srcdir)/gl/m4/lseek.m4 \ $(top_srcdir)/gl/m4/lstat.m4 $(top_srcdir)/gl/m4/malloc.m4 \ $(top_srcdir)/gl/m4/malloca.m4 \ $(top_srcdir)/gl/m4/manywarnings.m4 \ $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/mmap-anon.m4 \ $(top_srcdir)/gl/m4/mode_t.m4 \ $(top_srcdir)/gl/m4/msvc-inval.m4 \ $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ $(top_srcdir)/gl/m4/multiarch.m4 \ $(top_srcdir)/gl/m4/netdb_h.m4 \ $(top_srcdir)/gl/m4/netinet_in_h.m4 \ $(top_srcdir)/gl/m4/nocrash.m4 $(top_srcdir)/gl/m4/off_t.m4 \ $(top_srcdir)/gl/m4/open.m4 $(top_srcdir)/gl/m4/pathmax.m4 \ $(top_srcdir)/gl/m4/poll.m4 $(top_srcdir)/gl/m4/poll_h.m4 \ $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/putenv.m4 \ $(top_srcdir)/gl/m4/quote.m4 $(top_srcdir)/gl/m4/quotearg.m4 \ $(top_srcdir)/gl/m4/readline.m4 $(top_srcdir)/gl/m4/realloc.m4 \ $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/servent.m4 \ $(top_srcdir)/gl/m4/setenv.m4 $(top_srcdir)/gl/m4/setlocale.m4 \ $(top_srcdir)/gl/m4/signal_h.m4 \ $(top_srcdir)/gl/m4/snprintf.m4 \ $(top_srcdir)/gl/m4/socketlib.m4 \ $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ $(top_srcdir)/gl/m4/sockpfaf.m4 $(top_srcdir)/gl/m4/ssize_t.m4 \ $(top_srcdir)/gl/m4/stat.m4 $(top_srcdir)/gl/m4/stdalign.m4 \ $(top_srcdir)/gl/m4/stdarg.m4 $(top_srcdir)/gl/m4/stdbool.m4 \ $(top_srcdir)/gl/m4/stddef_h.m4 $(top_srcdir)/gl/m4/stdint.m4 \ $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ $(top_srcdir)/gl/m4/strerror.m4 \ $(top_srcdir)/gl/m4/string_h.m4 \ $(top_srcdir)/gl/m4/strtok_r.m4 $(top_srcdir)/gl/m4/symlink.m4 \ $(top_srcdir)/gl/m4/sys_select_h.m4 \ $(top_srcdir)/gl/m4/sys_socket_h.m4 \ $(top_srcdir)/gl/m4/sys_stat_h.m4 \ $(top_srcdir)/gl/m4/sys_time_h.m4 \ $(top_srcdir)/gl/m4/sys_types_h.m4 \ $(top_srcdir)/gl/m4/sys_uio_h.m4 $(top_srcdir)/gl/m4/thread.m4 \ $(top_srcdir)/gl/m4/time_h.m4 $(top_srcdir)/gl/m4/ungetc.m4 \ $(top_srcdir)/gl/m4/unistd_h.m4 \ $(top_srcdir)/gl/m4/valgrind-tests.m4 \ $(top_srcdir)/gl/m4/vasnprintf.m4 \ $(top_srcdir)/gl/m4/vasprintf.m4 \ $(top_srcdir)/gl/m4/version-etc.m4 \ $(top_srcdir)/gl/m4/warn-on-use.m4 \ $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ $(top_srcdir)/gl/m4/wcrtomb.m4 $(top_srcdir)/gl/m4/wctob.m4 \ $(top_srcdir)/gl/m4/wctomb.m4 $(top_srcdir)/gl/m4/wctype_h.m4 \ $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/yield.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 \ $(top_srcdir)/m4/inttypes-pri.m4 \ $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longlong.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) pkglibexecdir = @pkglibexecdir@ ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ ALLOCA_H = @ALLOCA_H@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ AR = @AR@ ARFLAGS = @ARFLAGS@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CONFIG_INCLUDE = @CONFIG_INCLUDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIA = @DIA@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ ENOLINK_VALUE = @ENOLINK_VALUE@ EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ EPSTOPDF = @EPSTOPDF@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ FLOAT_H = @FLOAT_H@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_H = @GETOPT_H@ GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ GLIBC21 = @GLIBC21@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GNULIB_ACCEPT = @GNULIB_ACCEPT@ GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ GNULIB_ATOLL = @GNULIB_ATOLL@ GNULIB_BIND = @GNULIB_BIND@ GNULIB_BTOWC = @GNULIB_BTOWC@ GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ GNULIB_CHDIR = @GNULIB_CHDIR@ GNULIB_CHOWN = @GNULIB_CHOWN@ GNULIB_CLOSE = @GNULIB_CLOSE@ GNULIB_CONNECT = @GNULIB_CONNECT@ GNULIB_DPRINTF = @GNULIB_DPRINTF@ GNULIB_DUP = @GNULIB_DUP@ GNULIB_DUP2 = @GNULIB_DUP2@ GNULIB_DUP3 = @GNULIB_DUP3@ GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ GNULIB_ENVIRON = @GNULIB_ENVIRON@ GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ GNULIB_FCHDIR = @GNULIB_FCHDIR@ GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ GNULIB_FCLOSE = @GNULIB_FCLOSE@ GNULIB_FCNTL = @GNULIB_FCNTL@ GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ GNULIB_FDOPEN = @GNULIB_FDOPEN@ GNULIB_FFLUSH = @GNULIB_FFLUSH@ GNULIB_FFSL = @GNULIB_FFSL@ GNULIB_FFSLL = @GNULIB_FFSLL@ GNULIB_FGETC = @GNULIB_FGETC@ GNULIB_FGETS = @GNULIB_FGETS@ GNULIB_FOPEN = @GNULIB_FOPEN@ GNULIB_FPRINTF = @GNULIB_FPRINTF@ GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ GNULIB_FPURGE = @GNULIB_FPURGE@ GNULIB_FPUTC = @GNULIB_FPUTC@ GNULIB_FPUTS = @GNULIB_FPUTS@ GNULIB_FREAD = @GNULIB_FREAD@ GNULIB_FREOPEN = @GNULIB_FREOPEN@ GNULIB_FSCANF = @GNULIB_FSCANF@ GNULIB_FSEEK = @GNULIB_FSEEK@ GNULIB_FSEEKO = @GNULIB_FSEEKO@ GNULIB_FSTAT = @GNULIB_FSTAT@ GNULIB_FSTATAT = @GNULIB_FSTATAT@ GNULIB_FSYNC = @GNULIB_FSYNC@ GNULIB_FTELL = @GNULIB_FTELL@ GNULIB_FTELLO = @GNULIB_FTELLO@ GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ GNULIB_FWRITE = @GNULIB_FWRITE@ GNULIB_GETADDRINFO = @GNULIB_GETADDRINFO@ GNULIB_GETC = @GNULIB_GETC@ GNULIB_GETCHAR = @GNULIB_GETCHAR@ GNULIB_GETCWD = @GNULIB_GETCWD@ GNULIB_GETDELIM = @GNULIB_GETDELIM@ GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ GNULIB_GETLINE = @GNULIB_GETLINE@ GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ GNULIB_GRANTPT = @GNULIB_GRANTPT@ GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ GNULIB_ICONV = @GNULIB_ICONV@ GNULIB_IMAXABS = @GNULIB_IMAXABS@ GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ GNULIB_INET_NTOP = @GNULIB_INET_NTOP@ GNULIB_INET_PTON = @GNULIB_INET_PTON@ GNULIB_ISATTY = @GNULIB_ISATTY@ GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ GNULIB_LCHMOD = @GNULIB_LCHMOD@ GNULIB_LCHOWN = @GNULIB_LCHOWN@ GNULIB_LINK = @GNULIB_LINK@ GNULIB_LINKAT = @GNULIB_LINKAT@ GNULIB_LISTEN = @GNULIB_LISTEN@ GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ GNULIB_LSEEK = @GNULIB_LSEEK@ GNULIB_LSTAT = @GNULIB_LSTAT@ GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ GNULIB_MBRLEN = @GNULIB_MBRLEN@ GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ GNULIB_MBSCHR = @GNULIB_MBSCHR@ GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ GNULIB_MBSINIT = @GNULIB_MBSINIT@ GNULIB_MBSLEN = @GNULIB_MBSLEN@ GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ GNULIB_MBSSEP = @GNULIB_MBSSEP@ GNULIB_MBSSPN = @GNULIB_MBSSPN@ GNULIB_MBSSTR = @GNULIB_MBSSTR@ GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ GNULIB_MBTOWC = @GNULIB_MBTOWC@ GNULIB_MEMCHR = @GNULIB_MEMCHR@ GNULIB_MEMMEM = @GNULIB_MEMMEM@ GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ GNULIB_MKFIFO = @GNULIB_MKFIFO@ GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ GNULIB_MKNOD = @GNULIB_MKNOD@ GNULIB_MKNODAT = @GNULIB_MKNODAT@ GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ GNULIB_MKTIME = @GNULIB_MKTIME@ GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ GNULIB_OPEN = @GNULIB_OPEN@ GNULIB_OPENAT = @GNULIB_OPENAT@ GNULIB_PCLOSE = @GNULIB_PCLOSE@ GNULIB_PERROR = @GNULIB_PERROR@ GNULIB_PIPE = @GNULIB_PIPE@ GNULIB_PIPE2 = @GNULIB_PIPE2@ GNULIB_POLL = @GNULIB_POLL@ GNULIB_POPEN = @GNULIB_POPEN@ GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ GNULIB_PREAD = @GNULIB_PREAD@ GNULIB_PRINTF = @GNULIB_PRINTF@ GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ GNULIB_PSELECT = @GNULIB_PSELECT@ GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ GNULIB_PTSNAME = @GNULIB_PTSNAME@ GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ GNULIB_PUTC = @GNULIB_PUTC@ GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ GNULIB_PUTENV = @GNULIB_PUTENV@ GNULIB_PUTS = @GNULIB_PUTS@ GNULIB_PWRITE = @GNULIB_PWRITE@ GNULIB_RAISE = @GNULIB_RAISE@ GNULIB_RANDOM = @GNULIB_RANDOM@ GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ GNULIB_READ = @GNULIB_READ@ GNULIB_READLINK = @GNULIB_READLINK@ GNULIB_READLINKAT = @GNULIB_READLINKAT@ GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ GNULIB_REALPATH = @GNULIB_REALPATH@ GNULIB_RECV = @GNULIB_RECV@ GNULIB_RECVFROM = @GNULIB_RECVFROM@ GNULIB_REMOVE = @GNULIB_REMOVE@ GNULIB_RENAME = @GNULIB_RENAME@ GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ GNULIB_RMDIR = @GNULIB_RMDIR@ GNULIB_RPMATCH = @GNULIB_RPMATCH@ GNULIB_SCANF = @GNULIB_SCANF@ GNULIB_SELECT = @GNULIB_SELECT@ GNULIB_SEND = @GNULIB_SEND@ GNULIB_SENDTO = @GNULIB_SENDTO@ GNULIB_SETENV = @GNULIB_SETENV@ GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ GNULIB_SIGACTION = @GNULIB_SIGACTION@ GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ GNULIB_SLEEP = @GNULIB_SLEEP@ GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ GNULIB_SOCKET = @GNULIB_SOCKET@ GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ GNULIB_STAT = @GNULIB_STAT@ GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ GNULIB_STPCPY = @GNULIB_STPCPY@ GNULIB_STPNCPY = @GNULIB_STPNCPY@ GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ GNULIB_STRDUP = @GNULIB_STRDUP@ GNULIB_STRERROR = @GNULIB_STRERROR@ GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ GNULIB_STRNCAT = @GNULIB_STRNCAT@ GNULIB_STRNDUP = @GNULIB_STRNDUP@ GNULIB_STRNLEN = @GNULIB_STRNLEN@ GNULIB_STRPBRK = @GNULIB_STRPBRK@ GNULIB_STRPTIME = @GNULIB_STRPTIME@ GNULIB_STRSEP = @GNULIB_STRSEP@ GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ GNULIB_SYMLINK = @GNULIB_SYMLINK@ GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ GNULIB_TIMEGM = @GNULIB_TIMEGM@ GNULIB_TIME_R = @GNULIB_TIME_R@ GNULIB_TMPFILE = @GNULIB_TMPFILE@ GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ GNULIB_UNLINK = @GNULIB_UNLINK@ GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ GNULIB_VFSCANF = @GNULIB_VFSCANF@ GNULIB_VPRINTF = @GNULIB_VPRINTF@ GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ GNULIB_VSCANF = @GNULIB_VSCANF@ GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ GNULIB_WCPCPY = @GNULIB_WCPCPY@ GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ GNULIB_WCSCAT = @GNULIB_WCSCAT@ GNULIB_WCSCHR = @GNULIB_WCSCHR@ GNULIB_WCSCMP = @GNULIB_WCSCMP@ GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ GNULIB_WCSCPY = @GNULIB_WCSCPY@ GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ GNULIB_WCSDUP = @GNULIB_WCSDUP@ GNULIB_WCSLEN = @GNULIB_WCSLEN@ GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ GNULIB_WCSSPN = @GNULIB_WCSSPN@ GNULIB_WCSSTR = @GNULIB_WCSSTR@ GNULIB_WCSTOK = @GNULIB_WCSTOK@ GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ GNULIB_WCTOB = @GNULIB_WCTOB@ GNULIB_WCTOMB = @GNULIB_WCTOMB@ GNULIB_WCTRANS = @GNULIB_WCTRANS@ GNULIB_WCTYPE = @GNULIB_WCTYPE@ GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ GNULIB_WMEMSET = @GNULIB_WMEMSET@ GNULIB_WRITE = @GNULIB_WRITE@ GNULIB__EXIT = @GNULIB__EXIT@ GREP = @GREP@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ HAVE_CHOWN = @HAVE_CHOWN@ HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ HAVE_DECL_FREEADDRINFO = @HAVE_DECL_FREEADDRINFO@ HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ HAVE_DECL_GAI_STRERROR = @HAVE_DECL_GAI_STRERROR@ HAVE_DECL_GETADDRINFO = @HAVE_DECL_GETADDRINFO@ HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ HAVE_DECL_GETNAMEINFO = @HAVE_DECL_GETNAMEINFO@ HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ HAVE_DECL_INET_NTOP = @HAVE_DECL_INET_NTOP@ HAVE_DECL_INET_PTON = @HAVE_DECL_INET_PTON@ HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ HAVE_DPRINTF = @HAVE_DPRINTF@ HAVE_DUP2 = @HAVE_DUP2@ HAVE_DUP3 = @HAVE_DUP3@ HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ HAVE_FACCESSAT = @HAVE_FACCESSAT@ HAVE_FCHDIR = @HAVE_FCHDIR@ HAVE_FCHMODAT = @HAVE_FCHMODAT@ HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ HAVE_FCNTL = @HAVE_FCNTL@ HAVE_FDATASYNC = @HAVE_FDATASYNC@ HAVE_FEATURES_H = @HAVE_FEATURES_H@ HAVE_FFSL = @HAVE_FFSL@ HAVE_FFSLL = @HAVE_FFSLL@ HAVE_FSEEKO = @HAVE_FSEEKO@ HAVE_FSTATAT = @HAVE_FSTATAT@ HAVE_FSYNC = @HAVE_FSYNC@ HAVE_FTELLO = @HAVE_FTELLO@ HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ HAVE_FUTIMENS = @HAVE_FUTIMENS@ HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ HAVE_GETGROUPS = @HAVE_GETGROUPS@ HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ HAVE_GETLOGIN = @HAVE_GETLOGIN@ HAVE_GETOPT_H = @HAVE_GETOPT_H@ HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ HAVE_LCHMOD = @HAVE_LCHMOD@ HAVE_LCHOWN = @HAVE_LCHOWN@ HAVE_LIBGNUTLS = @HAVE_LIBGNUTLS@ HAVE_LINK = @HAVE_LINK@ HAVE_LINKAT = @HAVE_LINKAT@ HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ HAVE_LSTAT = @HAVE_LSTAT@ HAVE_MBRLEN = @HAVE_MBRLEN@ HAVE_MBRTOWC = @HAVE_MBRTOWC@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ HAVE_MKDTEMP = @HAVE_MKDTEMP@ HAVE_MKFIFO = @HAVE_MKFIFO@ HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ HAVE_MKNOD = @HAVE_MKNOD@ HAVE_MKNODAT = @HAVE_MKNODAT@ HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ HAVE_MKSTEMP = @HAVE_MKSTEMP@ HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ HAVE_NETDB_H = @HAVE_NETDB_H@ HAVE_NETINET_IN_H = @HAVE_NETINET_IN_H@ HAVE_OPENAT = @HAVE_OPENAT@ HAVE_OS_H = @HAVE_OS_H@ HAVE_PCLOSE = @HAVE_PCLOSE@ HAVE_PIPE = @HAVE_PIPE@ HAVE_PIPE2 = @HAVE_PIPE2@ HAVE_POLL = @HAVE_POLL@ HAVE_POLL_H = @HAVE_POLL_H@ HAVE_POPEN = @HAVE_POPEN@ HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ HAVE_PREAD = @HAVE_PREAD@ HAVE_PSELECT = @HAVE_PSELECT@ HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ HAVE_PTSNAME = @HAVE_PTSNAME@ HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ HAVE_PWRITE = @HAVE_PWRITE@ HAVE_RAISE = @HAVE_RAISE@ HAVE_RANDOM = @HAVE_RANDOM@ HAVE_RANDOM_H = @HAVE_RANDOM_H@ HAVE_RANDOM_R = @HAVE_RANDOM_R@ HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ HAVE_READLINK = @HAVE_READLINK@ HAVE_READLINKAT = @HAVE_READLINKAT@ HAVE_REALPATH = @HAVE_REALPATH@ HAVE_RENAMEAT = @HAVE_RENAMEAT@ HAVE_RPMATCH = @HAVE_RPMATCH@ HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ HAVE_SIGSET_T = @HAVE_SIGSET_T@ HAVE_SLEEP = @HAVE_SLEEP@ HAVE_STDINT_H = @HAVE_STDINT_H@ HAVE_STPCPY = @HAVE_STPCPY@ HAVE_STPNCPY = @HAVE_STPNCPY@ HAVE_STRCASESTR = @HAVE_STRCASESTR@ HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ HAVE_SYMLINK = @HAVE_SYMLINK@ HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ HAVE_TIMEGM = @HAVE_TIMEGM@ HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ HAVE_UNISTD_H = @HAVE_UNISTD_H@ HAVE_UNLINKAT = @HAVE_UNLINKAT@ HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ HAVE_USLEEP = @HAVE_USLEEP@ HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ HAVE_VASPRINTF = @HAVE_VASPRINTF@ HAVE_VDPRINTF = @HAVE_VDPRINTF@ HAVE_WCHAR_H = @HAVE_WCHAR_H@ HAVE_WCHAR_T = @HAVE_WCHAR_T@ HAVE_WCPCPY = @HAVE_WCPCPY@ HAVE_WCPNCPY = @HAVE_WCPNCPY@ HAVE_WCRTOMB = @HAVE_WCRTOMB@ HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ HAVE_WCSCAT = @HAVE_WCSCAT@ HAVE_WCSCHR = @HAVE_WCSCHR@ HAVE_WCSCMP = @HAVE_WCSCMP@ HAVE_WCSCOLL = @HAVE_WCSCOLL@ HAVE_WCSCPY = @HAVE_WCSCPY@ HAVE_WCSCSPN = @HAVE_WCSCSPN@ HAVE_WCSDUP = @HAVE_WCSDUP@ HAVE_WCSLEN = @HAVE_WCSLEN@ HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ HAVE_WCSNCAT = @HAVE_WCSNCAT@ HAVE_WCSNCMP = @HAVE_WCSNCMP@ HAVE_WCSNCPY = @HAVE_WCSNCPY@ HAVE_WCSNLEN = @HAVE_WCSNLEN@ HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ HAVE_WCSPBRK = @HAVE_WCSPBRK@ HAVE_WCSRCHR = @HAVE_WCSRCHR@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WCSSPN = @HAVE_WCSSPN@ HAVE_WCSSTR = @HAVE_WCSSTR@ HAVE_WCSTOK = @HAVE_WCSTOK@ HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ HAVE_WCSXFRM = @HAVE_WCSXFRM@ HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WINT_T = @HAVE_WINT_T@ HAVE_WMEMCHR = @HAVE_WMEMCHR@ HAVE_WMEMCMP = @HAVE_WMEMCMP@ HAVE_WMEMCPY = @HAVE_WMEMCPY@ HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ HAVE_WMEMSET = @HAVE_WMEMSET@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ HAVE__BOOL = @HAVE__BOOL@ HAVE__EXIT = @HAVE__EXIT@ HELP2MAN = @HELP2MAN@ HOSTENT_LIB = @HOSTENT_LIB@ HTML_DIR = @HTML_DIR@ ICONV_CONST = @ICONV_CONST@ ICONV_H = @ICONV_H@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INET_NTOP_LIB = @INET_NTOP_LIB@ INET_PTON_LIB = @INET_PTON_LIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ INTLLIBS = @INTLLIBS@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ LASSO_CFLAGS = @LASSO_CFLAGS@ LASSO_LIBS = @LASSO_LIBS@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBGNUTLS = @LIBGNUTLS@ LIBGNUTLS_PREFIX = @LIBGNUTLS_PREFIX@ LIBICONV = @LIBICONV@ LIBINTL = @LIBINTL@ LIBMULTITHREAD = @LIBMULTITHREAD@ LIBOBJS = @LIBOBJS@ LIBPTH = @LIBPTH@ LIBPTH_PREFIX = @LIBPTH_PREFIX@ LIBREADLINE = @LIBREADLINE@ LIBS = @LIBS@ LIBSOCKET = @LIBSOCKET@ LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@ LIBTHREAD = @LIBTHREAD@ LIBTOOL = @LIBTOOL@ LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@ LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@ LIB_POLL = @LIB_POLL@ LIB_SELECT = @LIB_SELECT@ LIPO = @LIPO@ LN_S = @LN_S@ LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ LOCALE_FR = @LOCALE_FR@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ LOCALE_JA = @LOCALE_JA@ LOCALE_TR_UTF8 = @LOCALE_TR_UTF8@ LOCALE_ZH_CN = @LOCALE_ZH_CN@ LTALLOCA = @LTALLOCA@ LTLIBGNUTLS = @LTLIBGNUTLS@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@ LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ LTLIBOBJS = @LTLIBOBJS@ LTLIBPTH = @LTLIBPTH@ LTLIBREADLINE = @LTLIBREADLINE@ LTLIBTHREAD = @LTLIBTHREAD@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MSGFMT = @MSGFMT@ MSGFMT_015 = @MSGFMT_015@ MSGMERGE = @MSGMERGE@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ NEXT_AS_FIRST_DIRECTIVE_ICONV_H = @NEXT_AS_FIRST_DIRECTIVE_ICONV_H@ NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ NEXT_AS_FIRST_DIRECTIVE_NETDB_H = @NEXT_AS_FIRST_DIRECTIVE_NETDB_H@ NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = @NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H@ NEXT_AS_FIRST_DIRECTIVE_POLL_H = @NEXT_AS_FIRST_DIRECTIVE_POLL_H@ NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ NEXT_ERRNO_H = @NEXT_ERRNO_H@ NEXT_FCNTL_H = @NEXT_FCNTL_H@ NEXT_FLOAT_H = @NEXT_FLOAT_H@ NEXT_GETOPT_H = @NEXT_GETOPT_H@ NEXT_ICONV_H = @NEXT_ICONV_H@ NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ NEXT_LOCALE_H = @NEXT_LOCALE_H@ NEXT_NETDB_H = @NEXT_NETDB_H@ NEXT_NETINET_IN_H = @NEXT_NETINET_IN_H@ NEXT_POLL_H = @NEXT_POLL_H@ NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ NEXT_STDARG_H = @NEXT_STDARG_H@ NEXT_STDDEF_H = @NEXT_STDDEF_H@ NEXT_STDINT_H = @NEXT_STDINT_H@ NEXT_STDIO_H = @NEXT_STDIO_H@ NEXT_STDLIB_H = @NEXT_STDLIB_H@ NEXT_STRING_H = @NEXT_STRING_H@ NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ NEXT_TIME_H = @NEXT_TIME_H@ NEXT_UNISTD_H = @NEXT_UNISTD_H@ NEXT_WCHAR_H = @NEXT_WCHAR_H@ NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PMCCABE = @PMCCABE@ POSUB = @POSUB@ PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ PRIPTR_PREFIX = @PRIPTR_PREFIX@ PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ RANLIB = @RANLIB@ REPLACE_BTOWC = @REPLACE_BTOWC@ REPLACE_CALLOC = @REPLACE_CALLOC@ REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ REPLACE_CHOWN = @REPLACE_CHOWN@ REPLACE_CLOSE = @REPLACE_CLOSE@ REPLACE_DPRINTF = @REPLACE_DPRINTF@ REPLACE_DUP = @REPLACE_DUP@ REPLACE_DUP2 = @REPLACE_DUP2@ REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ REPLACE_FCLOSE = @REPLACE_FCLOSE@ REPLACE_FCNTL = @REPLACE_FCNTL@ REPLACE_FDOPEN = @REPLACE_FDOPEN@ REPLACE_FFLUSH = @REPLACE_FFLUSH@ REPLACE_FOPEN = @REPLACE_FOPEN@ REPLACE_FPRINTF = @REPLACE_FPRINTF@ REPLACE_FPURGE = @REPLACE_FPURGE@ REPLACE_FREOPEN = @REPLACE_FREOPEN@ REPLACE_FSEEK = @REPLACE_FSEEK@ REPLACE_FSEEKO = @REPLACE_FSEEKO@ REPLACE_FSTAT = @REPLACE_FSTAT@ REPLACE_FSTATAT = @REPLACE_FSTATAT@ REPLACE_FTELL = @REPLACE_FTELL@ REPLACE_FTELLO = @REPLACE_FTELLO@ REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ REPLACE_GAI_STRERROR = @REPLACE_GAI_STRERROR@ REPLACE_GETCWD = @REPLACE_GETCWD@ REPLACE_GETDELIM = @REPLACE_GETDELIM@ REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ REPLACE_GETLINE = @REPLACE_GETLINE@ REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ REPLACE_ICONV = @REPLACE_ICONV@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ REPLACE_ITOLD = @REPLACE_ITOLD@ REPLACE_LCHOWN = @REPLACE_LCHOWN@ REPLACE_LINK = @REPLACE_LINK@ REPLACE_LINKAT = @REPLACE_LINKAT@ REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ REPLACE_LSEEK = @REPLACE_LSEEK@ REPLACE_LSTAT = @REPLACE_LSTAT@ REPLACE_MALLOC = @REPLACE_MALLOC@ REPLACE_MBRLEN = @REPLACE_MBRLEN@ REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ REPLACE_MBSINIT = @REPLACE_MBSINIT@ REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ REPLACE_MBTOWC = @REPLACE_MBTOWC@ REPLACE_MEMCHR = @REPLACE_MEMCHR@ REPLACE_MEMMEM = @REPLACE_MEMMEM@ REPLACE_MKDIR = @REPLACE_MKDIR@ REPLACE_MKFIFO = @REPLACE_MKFIFO@ REPLACE_MKNOD = @REPLACE_MKNOD@ REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ REPLACE_MKTIME = @REPLACE_MKTIME@ REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ REPLACE_NULL = @REPLACE_NULL@ REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ REPLACE_OPEN = @REPLACE_OPEN@ REPLACE_OPENAT = @REPLACE_OPENAT@ REPLACE_PERROR = @REPLACE_PERROR@ REPLACE_POLL = @REPLACE_POLL@ REPLACE_POPEN = @REPLACE_POPEN@ REPLACE_PREAD = @REPLACE_PREAD@ REPLACE_PRINTF = @REPLACE_PRINTF@ REPLACE_PSELECT = @REPLACE_PSELECT@ REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_RAISE = @REPLACE_RAISE@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ REPLACE_REALLOC = @REPLACE_REALLOC@ REPLACE_REALPATH = @REPLACE_REALPATH@ REPLACE_REMOVE = @REPLACE_REMOVE@ REPLACE_RENAME = @REPLACE_RENAME@ REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ REPLACE_STAT = @REPLACE_STAT@ REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ REPLACE_STPNCPY = @REPLACE_STPNCPY@ REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ REPLACE_STRDUP = @REPLACE_STRDUP@ REPLACE_STRERROR = @REPLACE_STRERROR@ REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ REPLACE_STRNCAT = @REPLACE_STRNCAT@ REPLACE_STRNDUP = @REPLACE_STRNDUP@ REPLACE_STRNLEN = @REPLACE_STRNLEN@ REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ REPLACE_SYMLINK = @REPLACE_SYMLINK@ REPLACE_TIMEGM = @REPLACE_TIMEGM@ REPLACE_TMPFILE = @REPLACE_TMPFILE@ REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ REPLACE_UNLINK = @REPLACE_UNLINK@ REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ REPLACE_UNSETENV = @REPLACE_UNSETENV@ REPLACE_USLEEP = @REPLACE_USLEEP@ REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ REPLACE_VPRINTF = @REPLACE_VPRINTF@ REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ REPLACE_WCTOB = @REPLACE_WCTOB@ REPLACE_WCTOMB = @REPLACE_WCTOMB@ REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ REPLACE_WRITE = @REPLACE_WRITE@ SED = @SED@ SERVENT_LIB = @SERVENT_LIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ STDALIGN_H = @STDALIGN_H@ STDARG_H = @STDARG_H@ STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STDINT_H = @STDINT_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ USE_NLS = @USE_NLS@ VALGRIND = @VALGRIND@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ WERROR_CFLAGS = @WERROR_CFLAGS@ WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ WINT_T_SUFFIX = @WINT_T_SUFFIX@ WSTACK_CFLAGS = @WSTACK_CFLAGS@ XGETTEXT = @XGETTEXT@ XGETTEXT_015 = @XGETTEXT_015@ XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ YIELD_LIB = @YIELD_LIB@ abs_aux_dir = @abs_aux_dir@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gl_LIBOBJS = @gl_LIBOBJS@ gl_LTLIBOBJS = @gl_LTLIBOBJS@ gltests_LIBOBJS = @gltests_LIBOBJS@ gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ gltests_WITNESS = @gltests_WITNESS@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = cyclo-$(PACKAGE).html all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/cyclo/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/cyclo/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am cyclo-$(PACKAGE).html: $(PMCCABE) `find $(top_srcdir)/lib -name \*.[ch] \ | grep -v \ -e ../gl \ -e test-parser.c \ -e test-errors.c \ -e obsolete.c \ -e kerberos_v5` \ | sort -nr \ | $(AWK) -f ${top_srcdir}/lib/build-aux/pmccabe2html \ -v lang=html -v name="$(PACKAGE_NAME)" \ -v vcurl="http://git.savannah.gnu.org/gitweb/?p=$(PACKAGE).git;a=blob;f=%FILENAME%;hb=HEAD" \ -v url="http://www.gnu.org/software/$(PACKAGE)/" \ -v css=${top_srcdir}/lib/build-aux/pmccabe.css \ > $@-tmp mv $@-tmp $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gsasl-1.8.0/doc/cyclo/cyclo-gsasl.html0000664000000000000000000057274011760732127014533 00000000000000 Cyclomatic Complexity report for GNU SASL Back to GNU SASL Homepage